.dioezesanverbands-map {
text-align: center;
}
.dioezesanverbands-map svg {
width: 90%;
} .dioezesanverbands-map svg path {
transition: all .5s;
cursor: pointer;
}
.dioezesanverbands-map svg path:hover,
.dioezesanverbands-map svg path:focus {
fill: #C8D100;
}
.dioezesanverbands-map .active {
fill: #C8D100 !important;
}.ngg-trigger-buttons {
clear: both;
text-align: right;
font-size: 12px;
line-height: 1em;
margin: 0;
}
.ngg-trigger-buttons.hidden {
display: none;
}
.ngg-trigger-large {
font-size: 16px;
margin: 0 10px;
}
.ngg-trigger-buttons .ngg-trigger {
margin-left: 0.3em;
cursor: pointer;
}
.ngg-trigger-buttons .ngg-trigger:active,
.ngg-trigger-buttons .ngg-trigger:focus,
.ngg-trigger-buttons .ngg-trigger:visited,
.ngg-trigger-buttons .ngg-trigger {
color: #999;
}
.ngg-trigger-buttons .ngg-trigger:hover {
color: #333;
}
.ngg-trigger-large .ngg-trigger {
} .galleria.photocrati-nextgen_pro_horizontal_filmstrip {
margin-bottom: 5px;
}
@media screen and (min-width: 0px) and (max-width: 1024px) {
.ngg-trigger-buttons.mobile-hide {
display: none;
}
}body.hidden-scroll {
overflow: hidden; }
.sl-overlay {
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: #fff;
opacity: 0.7;
display: none;
z-index: 1035; }
.sl-wrapper {
z-index: 1040; }
.sl-wrapper * {
box-sizing: border-box; }
.sl-wrapper button {
border: 0 none;
background: transparent;
font-size: 28px;
padding: 0;
cursor: pointer; }
.sl-wrapper button:hover {
opacity: 0.7; }
.sl-wrapper .sl-close {
display: none;
position: fixed;
right: 30px;
top: 30px;
z-index: 10060;
margin-top: -14px;
margin-right: -14px;
height: 44px;
width: 44px;
line-height: 44px;
font-family: Arial, Baskerville, monospace;
color: #000;
font-size: 3rem; }
.sl-wrapper .sl-close:focus {
outline: none; }
.sl-wrapper .sl-counter {
display: none;
position: fixed;
top: 30px;
left: 30px;
z-index: 1060;
color: #000;
font-size: 1rem; }
.sl-wrapper .sl-navigation {
width: 100%;
display: none; }
.sl-wrapper .sl-navigation button {
position: fixed;
top: 50%;
margin-top: -22px;
height: 44px;
width: 22px;
line-height: 44px;
text-align: center;
display: block;
z-index: 10060;
font-family: Arial, Baskerville, monospace;
color: #000; }
.sl-wrapper .sl-navigation button.sl-next {
right: 5px;
font-size: 2rem; }
.sl-wrapper .sl-navigation button.sl-prev {
left: 5px;
font-size: 2rem; }
.sl-wrapper .sl-navigation button:focus {
outline: none; }
@media (min-width: 35.5em) {
.sl-wrapper .sl-navigation button {
width: 44px; }
.sl-wrapper .sl-navigation button.sl-next {
right: 10px;
font-size: 3rem; }
.sl-wrapper .sl-navigation button.sl-prev {
left: 10px;
font-size: 3rem; } }
@media (min-width: 50em) {
.sl-wrapper .sl-navigation button {
width: 44px; }
.sl-wrapper .sl-navigation button.sl-next {
right: 20px;
font-size: 3rem; }
.sl-wrapper .sl-navigation button.sl-prev {
left: 20px;
font-size: 3rem; } }
.sl-wrapper.sl-dir-rtl .sl-navigation {
direction: ltr; }
.sl-wrapper .sl-image {
position: fixed;
-ms-touch-action: none;
touch-action: none;
z-index: 10000; }
.sl-wrapper .sl-image img {
margin: 0;
padding: 0;
display: block;
border: 0 none;
width: 100%;
height: auto; }
@media (min-width: 35.5em) {
.sl-wrapper .sl-image img {
border: 0 none; } }
@media (min-width: 50em) {
.sl-wrapper .sl-image img {
border: 0 none; } }
.sl-wrapper .sl-image iframe {
background: #000;
border: 0 none; }
@media (min-width: 35.5em) {
.sl-wrapper .sl-image iframe {
border: 0 none; } }
@media (min-width: 50em) {
.sl-wrapper .sl-image iframe {
border: 0 none; } }
.sl-wrapper .sl-image .sl-caption {
display: none;
padding: 10px;
color: #fff;
background: rgba(0, 0, 0, 0.8);
font-size: 1rem;
position: absolute;
bottom: 0;
left: 0;
right: 0; }
.sl-wrapper .sl-image .sl-caption.pos-top {
bottom: auto;
top: 0; }
.sl-wrapper .sl-image .sl-caption.pos-outside {
bottom: auto; }
.sl-wrapper .sl-image .sl-download {
display: none;
position: absolute;
bottom: 5px;
right: 5px;
color: #000;
z-index: 1060; }
.sl-spinner {
display: none;
border: 5px solid #333;
border-radius: 40px;
height: 40px;
left: 50%;
margin: -20px 0 0 -20px;
opacity: 0;
position: fixed;
top: 50%;
width: 40px;
z-index: 1007;
-webkit-animation: pulsate 1s ease-out infinite;
-moz-animation: pulsate 1s ease-out infinite;
-ms-animation: pulsate 1s ease-out infinite;
-o-animation: pulsate 1s ease-out infinite;
animation: pulsate 1s ease-out infinite; }
.sl-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll; }
.sl-transition {
transition: -moz-transform ease 200ms;
transition: -ms-transform ease 200ms;
transition: -o-transform ease 200ms;
transition: -webkit-transform ease 200ms;
transition: transform ease 200ms; }
@-webkit-keyframes pulsate {
0% {
transform: scale(0.1);
opacity: 0.0; }
50% {
opacity: 1; }
100% {
transform: scale(1.2);
opacity: 0; } }
@keyframes pulsate {
0% {
transform: scale(0.1);
opacity: 0.0; }
50% {
opacity: 1; }
100% {
transform: scale(1.2);
opacity: 0; } }
@-moz-keyframes pulsate {
0% {
transform: scale(0.1);
opacity: 0.0; }
50% {
opacity: 1; }
100% {
transform: scale(1.2);
opacity: 0; } }
@-o-keyframes pulsate {
0% {
transform: scale(0.1);
opacity: 0.0; }
50% {
opacity: 1; }
100% {
transform: scale(1.2);
opacity: 0; } }
@-ms-keyframes pulsate {
0% {
transform: scale(0.1);
opacity: 0.0; }
50% {
opacity: 1; }
100% {
transform: scale(1.2);
opacity: 0; } }.fa.fa-glass:before{content:"\f000"}.fa.fa-envelope-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-envelope-o:before{content:"\f0e0"}.fa.fa-star-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-star-o:before{content:"\f005"}.fa.fa-close:before,.fa.fa-remove:before{content:"\f00d"}.fa.fa-gear:before{content:"\f013"}.fa.fa-trash-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-trash-o:before{content:"\f2ed"}.fa.fa-home:before{content:"\f015"}.fa.fa-file-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-o:before{content:"\f15b"}.fa.fa-clock-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-clock-o:before{content:"\f017"}.fa.fa-arrow-circle-o-down{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-arrow-circle-o-down:before{content:"\f358"}.fa.fa-arrow-circle-o-up{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-arrow-circle-o-up:before{content:"\f35b"}.fa.fa-play-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-play-circle-o:before{content:"\f144"}.fa.fa-repeat:before,.fa.fa-rotate-right:before{content:"\f01e"}.fa.fa-refresh:before{content:"\f021"}.fa.fa-list-alt{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-list-alt:before{content:"\f022"}.fa.fa-dedent:before{content:"\f03b"}.fa.fa-video-camera:before{content:"\f03d"}.fa.fa-picture-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-picture-o:before{content:"\f03e"}.fa.fa-photo{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-photo:before{content:"\f03e"}.fa.fa-image{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-image:before{content:"\f03e"}.fa.fa-map-marker:before{content:"\f3c5"}.fa.fa-pencil-square-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-pencil-square-o:before{content:"\f044"}.fa.fa-edit{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-edit:before{content:"\f044"}.fa.fa-share-square-o:before{content:"\f14d"}.fa.fa-check-square-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-check-square-o:before{content:"\f14a"}.fa.fa-arrows:before{content:"\f0b2"}.fa.fa-times-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-times-circle-o:before{content:"\f057"}.fa.fa-check-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-check-circle-o:before{content:"\f058"}.fa.fa-mail-forward:before{content:"\f064"}.fa.fa-expand:before{content:"\f424"}.fa.fa-compress:before{content:"\f422"}.fa.fa-eye,.fa.fa-eye-slash{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-warning:before{content:"\f071"}.fa.fa-calendar:before{content:"\f073"}.fa.fa-arrows-v:before{content:"\f338"}.fa.fa-arrows-h:before{content:"\f337"}.fa.fa-bar-chart-o:before,.fa.fa-bar-chart:before{content:"\e0e3"}.fa.fa-twitter-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-twitter-square:before{content:"\f081"}.fa.fa-facebook-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-facebook-square:before{content:"\f082"}.fa.fa-gears:before{content:"\f085"}.fa.fa-thumbs-o-up{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-thumbs-o-up:before{content:"\f164"}.fa.fa-thumbs-o-down{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-thumbs-o-down:before{content:"\f165"}.fa.fa-heart-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-heart-o:before{content:"\f004"}.fa.fa-sign-out:before{content:"\f2f5"}.fa.fa-linkedin-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-linkedin-square:before{content:"\f08c"}.fa.fa-thumb-tack:before{content:"\f08d"}.fa.fa-external-link:before{content:"\f35d"}.fa.fa-sign-in:before{content:"\f2f6"}.fa.fa-github-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-github-square:before{content:"\f092"}.fa.fa-lemon-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-lemon-o:before{content:"\f094"}.fa.fa-square-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-square-o:before{content:"\f0c8"}.fa.fa-bookmark-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-bookmark-o:before{content:"\f02e"}.fa.fa-facebook,.fa.fa-twitter{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-facebook:before{content:"\f39e"}.fa.fa-facebook-f{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-facebook-f:before{content:"\f39e"}.fa.fa-github{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-credit-card{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-feed:before{content:"\f09e"}.fa.fa-hdd-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hdd-o:before{content:"\f0a0"}.fa.fa-hand-o-right{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-o-right:before{content:"\f0a4"}.fa.fa-hand-o-left{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-o-left:before{content:"\f0a5"}.fa.fa-hand-o-up{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-o-up:before{content:"\f0a6"}.fa.fa-hand-o-down{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-o-down:before{content:"\f0a7"}.fa.fa-globe:before{content:"\f57d"}.fa.fa-tasks:before{content:"\f828"}.fa.fa-arrows-alt:before{content:"\f31e"}.fa.fa-group:before{content:"\f0c0"}.fa.fa-chain:before{content:"\f0c1"}.fa.fa-cut:before{content:"\f0c4"}.fa.fa-files-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-files-o:before{content:"\f0c5"}.fa.fa-floppy-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-floppy-o:before{content:"\f0c7"}.fa.fa-save{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-save:before{content:"\f0c7"}.fa.fa-navicon:before,.fa.fa-reorder:before{content:"\f0c9"}.fa.fa-magic:before{content:"\e2ca"}.fa.fa-pinterest,.fa.fa-pinterest-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-pinterest-square:before{content:"\f0d3"}.fa.fa-google-plus-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-google-plus-square:before{content:"\f0d4"}.fa.fa-google-plus{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-google-plus:before{content:"\f0d5"}.fa.fa-money:before{content:"\f3d1"}.fa.fa-unsorted:before{content:"\f0dc"}.fa.fa-sort-desc:before{content:"\f0dd"}.fa.fa-sort-asc:before{content:"\f0de"}.fa.fa-linkedin{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-linkedin:before{content:"\f0e1"}.fa.fa-rotate-left:before{content:"\f0e2"}.fa.fa-legal:before{content:"\f0e3"}.fa.fa-dashboard:before,.fa.fa-tachometer:before{content:"\f625"}.fa.fa-comment-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-comment-o:before{content:"\f075"}.fa.fa-comments-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-comments-o:before{content:"\f086"}.fa.fa-flash:before{content:"\f0e7"}.fa.fa-clipboard:before{content:"\f0ea"}.fa.fa-lightbulb-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-lightbulb-o:before{content:"\f0eb"}.fa.fa-exchange:before{content:"\f362"}.fa.fa-cloud-download:before{content:"\f0ed"}.fa.fa-cloud-upload:before{content:"\f0ee"}.fa.fa-bell-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-bell-o:before{content:"\f0f3"}.fa.fa-cutlery:before{content:"\f2e7"}.fa.fa-file-text-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-text-o:before{content:"\f15c"}.fa.fa-building-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-building-o:before{content:"\f1ad"}.fa.fa-hospital-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hospital-o:before{content:"\f0f8"}.fa.fa-tablet:before{content:"\f3fa"}.fa.fa-mobile-phone:before,.fa.fa-mobile:before{content:"\f3cd"}.fa.fa-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-circle-o:before{content:"\f111"}.fa.fa-mail-reply:before{content:"\f3e5"}.fa.fa-github-alt{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-folder-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-folder-o:before{content:"\f07b"}.fa.fa-folder-open-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-folder-open-o:before{content:"\f07c"}.fa.fa-smile-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-smile-o:before{content:"\f118"}.fa.fa-frown-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-frown-o:before{content:"\f119"}.fa.fa-meh-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-meh-o:before{content:"\f11a"}.fa.fa-keyboard-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-keyboard-o:before{content:"\f11c"}.fa.fa-flag-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-flag-o:before{content:"\f024"}.fa.fa-mail-reply-all:before{content:"\f122"}.fa.fa-star-half-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-star-half-o:before{content:"\f5c0"}.fa.fa-star-half-empty{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-star-half-empty:before{content:"\f5c0"}.fa.fa-star-half-full{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-star-half-full:before{content:"\f5c0"}.fa.fa-code-fork:before{content:"\f126"}.fa.fa-chain-broken:before,.fa.fa-unlink:before{content:"\f127"}.fa.fa-calendar-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-calendar-o:before{content:"\f133"}.fa.fa-css3,.fa.fa-html5,.fa.fa-maxcdn{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-unlock-alt:before{content:"\f09c"}.fa.fa-minus-square-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-minus-square-o:before{content:"\f146"}.fa.fa-level-up:before{content:"\f3bf"}.fa.fa-level-down:before{content:"\f3be"}.fa.fa-pencil-square:before{content:"\f14b"}.fa.fa-external-link-square:before{content:"\f360"}.fa.fa-compass{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-caret-square-o-down{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-caret-square-o-down:before{content:"\f150"}.fa.fa-toggle-down{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-toggle-down:before{content:"\f150"}.fa.fa-caret-square-o-up{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-caret-square-o-up:before{content:"\f151"}.fa.fa-toggle-up{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-toggle-up:before{content:"\f151"}.fa.fa-caret-square-o-right{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-caret-square-o-right:before{content:"\f152"}.fa.fa-toggle-right{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-toggle-right:before{content:"\f152"}.fa.fa-eur:before,.fa.fa-euro:before{content:"\f153"}.fa.fa-gbp:before{content:"\f154"}.fa.fa-dollar:before,.fa.fa-usd:before{content:"\24"}.fa.fa-inr:before,.fa.fa-rupee:before{content:"\e1bc"}.fa.fa-cny:before,.fa.fa-jpy:before,.fa.fa-rmb:before,.fa.fa-yen:before{content:"\f157"}.fa.fa-rouble:before,.fa.fa-rub:before,.fa.fa-ruble:before{content:"\f158"}.fa.fa-krw:before,.fa.fa-won:before{content:"\f159"}.fa.fa-bitcoin,.fa.fa-btc{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-bitcoin:before{content:"\f15a"}.fa.fa-file-text:before{content:"\f15c"}.fa.fa-sort-alpha-asc:before{content:"\f15d"}.fa.fa-sort-alpha-desc:before{content:"\f881"}.fa.fa-sort-amount-asc:before{content:"\f884"}.fa.fa-sort-amount-desc:before{content:"\f160"}.fa.fa-sort-numeric-asc:before{content:"\f162"}.fa.fa-sort-numeric-desc:before{content:"\f886"}.fa.fa-youtube-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-youtube-square:before{content:"\f431"}.fa.fa-xing,.fa.fa-xing-square,.fa.fa-youtube{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-xing-square:before{content:"\f169"}.fa.fa-youtube-play{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-youtube-play:before{content:"\f167"}.fa.fa-adn,.fa.fa-bitbucket,.fa.fa-bitbucket-square,.fa.fa-dropbox,.fa.fa-flickr,.fa.fa-instagram,.fa.fa-stack-overflow{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-bitbucket-square:before{content:"\f171"}.fa.fa-tumblr,.fa.fa-tumblr-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-tumblr-square:before{content:"\f174"}.fa.fa-long-arrow-down:before{content:"\f309"}.fa.fa-long-arrow-up:before{content:"\f30c"}.fa.fa-long-arrow-left:before{content:"\f30a"}.fa.fa-long-arrow-right:before{content:"\f30b"}.fa.fa-android,.fa.fa-apple,.fa.fa-dribbble,.fa.fa-foursquare,.fa.fa-gittip,.fa.fa-gratipay,.fa.fa-linux,.fa.fa-skype,.fa.fa-trello,.fa.fa-windows{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-gittip:before{content:"\f184"}.fa.fa-sun-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-sun-o:before{content:"\f185"}.fa.fa-moon-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-moon-o:before{content:"\f186"}.fa.fa-pagelines,.fa.fa-renren,.fa.fa-stack-exchange,.fa.fa-vk,.fa.fa-weibo{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-arrow-circle-o-right{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-arrow-circle-o-right:before{content:"\f35a"}.fa.fa-arrow-circle-o-left{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-arrow-circle-o-left:before{content:"\f359"}.fa.fa-caret-square-o-left{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-caret-square-o-left:before{content:"\f191"}.fa.fa-toggle-left{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-toggle-left:before{content:"\f191"}.fa.fa-dot-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-dot-circle-o:before{content:"\f192"}.fa.fa-vimeo-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-vimeo-square:before{content:"\f194"}.fa.fa-try:before,.fa.fa-turkish-lira:before{content:"\e2bb"}.fa.fa-plus-square-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-plus-square-o:before{content:"\f0fe"}.fa.fa-openid,.fa.fa-slack,.fa.fa-wordpress{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-bank:before,.fa.fa-institution:before{content:"\f19c"}.fa.fa-mortar-board:before{content:"\f19d"}.fa.fa-google,.fa.fa-reddit,.fa.fa-reddit-square,.fa.fa-yahoo{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-reddit-square:before{content:"\f1a2"}.fa.fa-behance,.fa.fa-behance-square,.fa.fa-delicious,.fa.fa-digg,.fa.fa-drupal,.fa.fa-joomla,.fa.fa-pied-piper-alt,.fa.fa-pied-piper-pp,.fa.fa-stumbleupon,.fa.fa-stumbleupon-circle{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-behance-square:before{content:"\f1b5"}.fa.fa-steam,.fa.fa-steam-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-steam-square:before{content:"\f1b7"}.fa.fa-automobile:before{content:"\f1b9"}.fa.fa-cab:before{content:"\f1ba"}.fa.fa-deviantart,.fa.fa-soundcloud,.fa.fa-spotify{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-file-pdf-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-pdf-o:before{content:"\f1c1"}.fa.fa-file-word-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-word-o:before{content:"\f1c2"}.fa.fa-file-excel-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-excel-o:before{content:"\f1c3"}.fa.fa-file-powerpoint-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-powerpoint-o:before{content:"\f1c4"}.fa.fa-file-image-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-image-o:before{content:"\f1c5"}.fa.fa-file-photo-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-photo-o:before{content:"\f1c5"}.fa.fa-file-picture-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-picture-o:before{content:"\f1c5"}.fa.fa-file-archive-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-archive-o:before{content:"\f1c6"}.fa.fa-file-zip-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-zip-o:before{content:"\f1c6"}.fa.fa-file-audio-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-audio-o:before{content:"\f1c7"}.fa.fa-file-sound-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-sound-o:before{content:"\f1c7"}.fa.fa-file-video-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-video-o:before{content:"\f1c8"}.fa.fa-file-movie-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-movie-o:before{content:"\f1c8"}.fa.fa-file-code-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-code-o:before{content:"\f1c9"}.fa.fa-codepen,.fa.fa-jsfiddle,.fa.fa-vine{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-life-bouy:before,.fa.fa-life-buoy:before,.fa.fa-life-saver:before,.fa.fa-support:before{content:"\f1cd"}.fa.fa-circle-o-notch:before{content:"\f1ce"}.fa.fa-ra,.fa.fa-rebel{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-ra:before{content:"\f1d0"}.fa.fa-resistance{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-resistance:before{content:"\f1d0"}.fa.fa-empire,.fa.fa-ge{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-ge:before{content:"\f1d1"}.fa.fa-git-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-git-square:before{content:"\f1d2"}.fa.fa-git,.fa.fa-hacker-news,.fa.fa-y-combinator-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-y-combinator-square:before{content:"\f1d4"}.fa.fa-yc-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-yc-square:before{content:"\f1d4"}.fa.fa-qq,.fa.fa-tencent-weibo,.fa.fa-wechat,.fa.fa-weixin{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-wechat:before{content:"\f1d7"}.fa.fa-send:before{content:"\f1d8"}.fa.fa-paper-plane-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-paper-plane-o:before{content:"\f1d8"}.fa.fa-send-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-send-o:before{content:"\f1d8"}.fa.fa-circle-thin{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-circle-thin:before{content:"\f111"}.fa.fa-header:before{content:"\f1dc"}.fa.fa-futbol-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-futbol-o:before{content:"\f1e3"}.fa.fa-soccer-ball-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-soccer-ball-o:before{content:"\f1e3"}.fa.fa-slideshare,.fa.fa-twitch,.fa.fa-yelp{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-newspaper-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-newspaper-o:before{content:"\f1ea"}.fa.fa-cc-amex,.fa.fa-cc-discover,.fa.fa-cc-mastercard,.fa.fa-cc-paypal,.fa.fa-cc-stripe,.fa.fa-cc-visa,.fa.fa-google-wallet,.fa.fa-paypal{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-bell-slash-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-bell-slash-o:before{content:"\f1f6"}.fa.fa-trash:before{content:"\f2ed"}.fa.fa-copyright{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-eyedropper:before{content:"\f1fb"}.fa.fa-area-chart:before{content:"\f1fe"}.fa.fa-pie-chart:before{content:"\f200"}.fa.fa-line-chart:before{content:"\f201"}.fa.fa-lastfm,.fa.fa-lastfm-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-lastfm-square:before{content:"\f203"}.fa.fa-angellist,.fa.fa-ioxhost{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-cc{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-cc:before{content:"\f20a"}.fa.fa-ils:before,.fa.fa-shekel:before,.fa.fa-sheqel:before{content:"\f20b"}.fa.fa-buysellads,.fa.fa-connectdevelop,.fa.fa-dashcube,.fa.fa-forumbee,.fa.fa-leanpub,.fa.fa-sellsy,.fa.fa-shirtsinbulk,.fa.fa-simplybuilt,.fa.fa-skyatlas{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-diamond{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-diamond:before{content:"\f3a5"}.fa.fa-intersex:before,.fa.fa-transgender:before{content:"\f224"}.fa.fa-transgender-alt:before{content:"\f225"}.fa.fa-facebook-official{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-facebook-official:before{content:"\f09a"}.fa.fa-pinterest-p,.fa.fa-whatsapp{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-hotel:before{content:"\f236"}.fa.fa-medium,.fa.fa-viacoin,.fa.fa-y-combinator,.fa.fa-yc{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-yc:before{content:"\f23b"}.fa.fa-expeditedssl,.fa.fa-opencart,.fa.fa-optin-monster{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-battery-4:before,.fa.fa-battery:before{content:"\f240"}.fa.fa-battery-3:before{content:"\f241"}.fa.fa-battery-2:before{content:"\f242"}.fa.fa-battery-1:before{content:"\f243"}.fa.fa-battery-0:before{content:"\f244"}.fa.fa-object-group,.fa.fa-object-ungroup,.fa.fa-sticky-note-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-sticky-note-o:before{content:"\f249"}.fa.fa-cc-diners-club,.fa.fa-cc-jcb{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-clone{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hourglass-o:before{content:"\f254"}.fa.fa-hourglass-1:before{content:"\f251"}.fa.fa-hourglass-2:before{content:"\f252"}.fa.fa-hourglass-3:before{content:"\f253"}.fa.fa-hand-rock-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-rock-o:before{content:"\f255"}.fa.fa-hand-grab-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-grab-o:before{content:"\f255"}.fa.fa-hand-paper-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-paper-o:before{content:"\f256"}.fa.fa-hand-stop-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-stop-o:before{content:"\f256"}.fa.fa-hand-scissors-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-scissors-o:before{content:"\f257"}.fa.fa-hand-lizard-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-lizard-o:before{content:"\f258"}.fa.fa-hand-spock-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-spock-o:before{content:"\f259"}.fa.fa-hand-pointer-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-pointer-o:before{content:"\f25a"}.fa.fa-hand-peace-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-peace-o:before{content:"\f25b"}.fa.fa-registered{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-creative-commons,.fa.fa-gg,.fa.fa-gg-circle,.fa.fa-odnoklassniki,.fa.fa-odnoklassniki-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-odnoklassniki-square:before{content:"\f264"}.fa.fa-chrome,.fa.fa-firefox,.fa.fa-get-pocket,.fa.fa-internet-explorer,.fa.fa-opera,.fa.fa-safari,.fa.fa-wikipedia-w{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-television:before{content:"\f26c"}.fa.fa-500px,.fa.fa-amazon,.fa.fa-contao{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-calendar-plus-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-calendar-plus-o:before{content:"\f271"}.fa.fa-calendar-minus-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-calendar-minus-o:before{content:"\f272"}.fa.fa-calendar-times-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-calendar-times-o:before{content:"\f273"}.fa.fa-calendar-check-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-calendar-check-o:before{content:"\f274"}.fa.fa-map-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-map-o:before{content:"\f279"}.fa.fa-commenting:before{content:"\f4ad"}.fa.fa-commenting-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-commenting-o:before{content:"\f4ad"}.fa.fa-houzz,.fa.fa-vimeo{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-vimeo:before{content:"\f27d"}.fa.fa-black-tie,.fa.fa-edge,.fa.fa-fonticons,.fa.fa-reddit-alien{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-credit-card-alt:before{content:"\f09d"}.fa.fa-codiepie,.fa.fa-fort-awesome,.fa.fa-mixcloud,.fa.fa-modx,.fa.fa-product-hunt,.fa.fa-scribd,.fa.fa-usb{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-pause-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-pause-circle-o:before{content:"\f28b"}.fa.fa-stop-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-stop-circle-o:before{content:"\f28d"}.fa.fa-bluetooth,.fa.fa-bluetooth-b,.fa.fa-envira,.fa.fa-gitlab,.fa.fa-wheelchair-alt,.fa.fa-wpbeginner,.fa.fa-wpforms{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-wheelchair-alt:before{content:"\f368"}.fa.fa-question-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-question-circle-o:before{content:"\f059"}.fa.fa-volume-control-phone:before{content:"\f2a0"}.fa.fa-asl-interpreting:before{content:"\f2a3"}.fa.fa-deafness:before,.fa.fa-hard-of-hearing:before{content:"\f2a4"}.fa.fa-glide,.fa.fa-glide-g{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-signing:before{content:"\f2a7"}.fa.fa-viadeo,.fa.fa-viadeo-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-viadeo-square:before{content:"\f2aa"}.fa.fa-snapchat,.fa.fa-snapchat-ghost{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-snapchat-ghost:before{content:"\f2ab"}.fa.fa-snapchat-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-snapchat-square:before{content:"\f2ad"}.fa.fa-first-order,.fa.fa-google-plus-official,.fa.fa-pied-piper,.fa.fa-themeisle,.fa.fa-yoast{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-google-plus-official:before{content:"\f2b3"}.fa.fa-google-plus-circle{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-google-plus-circle:before{content:"\f2b3"}.fa.fa-fa,.fa.fa-font-awesome{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-fa:before{content:"\f2b4"}.fa.fa-handshake-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-handshake-o:before{content:"\f2b5"}.fa.fa-envelope-open-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-envelope-open-o:before{content:"\f2b6"}.fa.fa-linode{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-address-book-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-address-book-o:before{content:"\f2b9"}.fa.fa-vcard:before{content:"\f2bb"}.fa.fa-address-card-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-address-card-o:before{content:"\f2bb"}.fa.fa-vcard-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-vcard-o:before{content:"\f2bb"}.fa.fa-user-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-user-circle-o:before{content:"\f2bd"}.fa.fa-user-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-user-o:before{content:"\f007"}.fa.fa-id-badge{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-drivers-license:before{content:"\f2c2"}.fa.fa-id-card-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-id-card-o:before{content:"\f2c2"}.fa.fa-drivers-license-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-drivers-license-o:before{content:"\f2c2"}.fa.fa-free-code-camp,.fa.fa-quora,.fa.fa-telegram{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-thermometer-4:before,.fa.fa-thermometer:before{content:"\f2c7"}.fa.fa-thermometer-3:before{content:"\f2c8"}.fa.fa-thermometer-2:before{content:"\f2c9"}.fa.fa-thermometer-1:before{content:"\f2ca"}.fa.fa-thermometer-0:before{content:"\f2cb"}.fa.fa-bathtub:before,.fa.fa-s15:before{content:"\f2cd"}.fa.fa-window-maximize,.fa.fa-window-restore{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-times-rectangle:before{content:"\f410"}.fa.fa-window-close-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-window-close-o:before{content:"\f410"}.fa.fa-times-rectangle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-times-rectangle-o:before{content:"\f410"}.fa.fa-bandcamp,.fa.fa-eercast,.fa.fa-etsy,.fa.fa-grav,.fa.fa-imdb,.fa.fa-ravelry{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-eercast:before{content:"\f2da"}.fa.fa-snowflake-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-snowflake-o:before{content:"\f2dc"}.fa.fa-meetup,.fa.fa-superpowers,.fa.fa-wpexplorer{font-family:"Font Awesome 6 Brands";font-weight:400}.fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900)}.fa,.fa-brands,.fa-classic,.fa-regular,.fa-sharp,.fa-solid,.fab,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-classic,.fa-regular,.fa-solid,.far,.fas{font-family:"Font Awesome 6 Free"}.fa-brands,.fab{font-family:"Font Awesome 6 Brands"}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(var(--fa-li-width, 2em)*-1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-radius:var(--fa-border-radius,.1em);border:var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{-webkit-animation-name:fa-beat;animation-name:fa-beat;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{-webkit-animation-name:fa-bounce;animation-name:fa-bounce;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{-webkit-animation-name:fa-fade;animation-name:fa-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{-webkit-animation-name:fa-beat-fade;animation-name:fa-beat-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{-webkit-animation-name:fa-flip;animation-name:fa-flip;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{-webkit-animation-name:fa-shake;animation-name:fa-shake;-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-duration:var(--fa-animation-duration,2s);animation-duration:var(--fa-animation-duration,2s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,steps(8));animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{-webkit-animation-delay:-1ms;animation-delay:-1ms;-webkit-animation-duration:1ms;animation-duration:1ms;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s}}@-webkit-keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@-webkit-keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@-webkit-keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@-webkit-keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@-webkit-keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@-webkit-keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}.fa-rotate-by{-webkit-transform:rotate(var(--fa-rotate-angle,none));transform:rotate(var(--fa-rotate-angle,none))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)}
.fa-0:before{content:"\30"}.fa-1:before{content:"\31"}.fa-2:before{content:"\32"}.fa-3:before{content:"\33"}.fa-4:before{content:"\34"}.fa-5:before{content:"\35"}.fa-6:before{content:"\36"}.fa-7:before{content:"\37"}.fa-8:before{content:"\38"}.fa-9:before{content:"\39"}.fa-fill-drip:before{content:"\f576"}.fa-arrows-to-circle:before{content:"\e4bd"}.fa-chevron-circle-right:before,.fa-circle-chevron-right:before{content:"\f138"}.fa-at:before{content:"\40"}.fa-trash-alt:before,.fa-trash-can:before{content:"\f2ed"}.fa-text-height:before{content:"\f034"}.fa-user-times:before,.fa-user-xmark:before{content:"\f235"}.fa-stethoscope:before{content:"\f0f1"}.fa-comment-alt:before,.fa-message:before{content:"\f27a"}.fa-info:before{content:"\f129"}.fa-compress-alt:before,.fa-down-left-and-up-right-to-center:before{content:"\f422"}.fa-explosion:before{content:"\e4e9"}.fa-file-alt:before,.fa-file-lines:before,.fa-file-text:before{content:"\f15c"}.fa-wave-square:before{content:"\f83e"}.fa-ring:before{content:"\f70b"}.fa-building-un:before{content:"\e4d9"}.fa-dice-three:before{content:"\f527"}.fa-calendar-alt:before,.fa-calendar-days:before{content:"\f073"}.fa-anchor-circle-check:before{content:"\e4aa"}.fa-building-circle-arrow-right:before{content:"\e4d1"}.fa-volleyball-ball:before,.fa-volleyball:before{content:"\f45f"}.fa-arrows-up-to-line:before{content:"\e4c2"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-circle-minus:before,.fa-minus-circle:before{content:"\f056"}.fa-door-open:before{content:"\f52b"}.fa-right-from-bracket:before,.fa-sign-out-alt:before{content:"\f2f5"}.fa-atom:before{content:"\f5d2"}.fa-soap:before{content:"\e06e"}.fa-heart-music-camera-bolt:before,.fa-icons:before{content:"\f86d"}.fa-microphone-alt-slash:before,.fa-microphone-lines-slash:before{content:"\f539"}.fa-bridge-circle-check:before{content:"\e4c9"}.fa-pump-medical:before{content:"\e06a"}.fa-fingerprint:before{content:"\f577"}.fa-hand-point-right:before{content:"\f0a4"}.fa-magnifying-glass-location:before,.fa-search-location:before{content:"\f689"}.fa-forward-step:before,.fa-step-forward:before{content:"\f051"}.fa-face-smile-beam:before,.fa-smile-beam:before{content:"\f5b8"}.fa-flag-checkered:before{content:"\f11e"}.fa-football-ball:before,.fa-football:before{content:"\f44e"}.fa-school-circle-exclamation:before{content:"\e56c"}.fa-crop:before{content:"\f125"}.fa-angle-double-down:before,.fa-angles-down:before{content:"\f103"}.fa-users-rectangle:before{content:"\e594"}.fa-people-roof:before{content:"\e537"}.fa-people-line:before{content:"\e534"}.fa-beer-mug-empty:before,.fa-beer:before{content:"\f0fc"}.fa-diagram-predecessor:before{content:"\e477"}.fa-arrow-up-long:before,.fa-long-arrow-up:before{content:"\f176"}.fa-burn:before,.fa-fire-flame-simple:before{content:"\f46a"}.fa-male:before,.fa-person:before{content:"\f183"}.fa-laptop:before{content:"\f109"}.fa-file-csv:before{content:"\f6dd"}.fa-menorah:before{content:"\f676"}.fa-truck-plane:before{content:"\e58f"}.fa-record-vinyl:before{content:"\f8d9"}.fa-face-grin-stars:before,.fa-grin-stars:before{content:"\f587"}.fa-bong:before{content:"\f55c"}.fa-pastafarianism:before,.fa-spaghetti-monster-flying:before{content:"\f67b"}.fa-arrow-down-up-across-line:before{content:"\e4af"}.fa-spoon:before,.fa-utensil-spoon:before{content:"\f2e5"}.fa-jar-wheat:before{content:"\e517"}.fa-envelopes-bulk:before,.fa-mail-bulk:before{content:"\f674"}.fa-file-circle-exclamation:before{content:"\e4eb"}.fa-circle-h:before,.fa-hospital-symbol:before{content:"\f47e"}.fa-pager:before{content:"\f815"}.fa-address-book:before,.fa-contact-book:before{content:"\f2b9"}.fa-strikethrough:before{content:"\f0cc"}.fa-k:before{content:"\4b"}.fa-landmark-flag:before{content:"\e51c"}.fa-pencil-alt:before,.fa-pencil:before{content:"\f303"}.fa-backward:before{content:"\f04a"}.fa-caret-right:before{content:"\f0da"}.fa-comments:before{content:"\f086"}.fa-file-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-code-pull-request:before{content:"\e13c"}.fa-clipboard-list:before{content:"\f46d"}.fa-truck-loading:before,.fa-truck-ramp-box:before{content:"\f4de"}.fa-user-check:before{content:"\f4fc"}.fa-vial-virus:before{content:"\e597"}.fa-sheet-plastic:before{content:"\e571"}.fa-blog:before{content:"\f781"}.fa-user-ninja:before{content:"\f504"}.fa-person-arrow-up-from-line:before{content:"\e539"}.fa-scroll-torah:before,.fa-torah:before{content:"\f6a0"}.fa-broom-ball:before,.fa-quidditch-broom-ball:before,.fa-quidditch:before{content:"\f458"}.fa-toggle-off:before{content:"\f204"}.fa-archive:before,.fa-box-archive:before{content:"\f187"}.fa-person-drowning:before{content:"\e545"}.fa-arrow-down-9-1:before,.fa-sort-numeric-desc:before,.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-face-grin-tongue-squint:before,.fa-grin-tongue-squint:before{content:"\f58a"}.fa-spray-can:before{content:"\f5bd"}.fa-truck-monster:before{content:"\f63b"}.fa-w:before{content:"\57"}.fa-earth-africa:before,.fa-globe-africa:before{content:"\f57c"}.fa-rainbow:before{content:"\f75b"}.fa-circle-notch:before{content:"\f1ce"}.fa-tablet-alt:before,.fa-tablet-screen-button:before{content:"\f3fa"}.fa-paw:before{content:"\f1b0"}.fa-cloud:before{content:"\f0c2"}.fa-trowel-bricks:before{content:"\e58a"}.fa-face-flushed:before,.fa-flushed:before{content:"\f579"}.fa-hospital-user:before{content:"\f80d"}.fa-tent-arrow-left-right:before{content:"\e57f"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-binoculars:before{content:"\f1e5"}.fa-microphone-slash:before{content:"\f131"}.fa-box-tissue:before{content:"\e05b"}.fa-motorcycle:before{content:"\f21c"}.fa-bell-concierge:before,.fa-concierge-bell:before{content:"\f562"}.fa-pen-ruler:before,.fa-pencil-ruler:before{content:"\f5ae"}.fa-people-arrows-left-right:before,.fa-people-arrows:before{content:"\e068"}.fa-mars-and-venus-burst:before{content:"\e523"}.fa-caret-square-right:before,.fa-square-caret-right:before{content:"\f152"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-sun-plant-wilt:before{content:"\e57a"}.fa-toilets-portable:before{content:"\e584"}.fa-hockey-puck:before{content:"\f453"}.fa-table:before{content:"\f0ce"}.fa-magnifying-glass-arrow-right:before{content:"\e521"}.fa-digital-tachograph:before,.fa-tachograph-digital:before{content:"\f566"}.fa-users-slash:before{content:"\e073"}.fa-clover:before{content:"\e139"}.fa-mail-reply:before,.fa-reply:before{content:"\f3e5"}.fa-star-and-crescent:before{content:"\f699"}.fa-house-fire:before{content:"\e50c"}.fa-minus-square:before,.fa-square-minus:before{content:"\f146"}.fa-helicopter:before{content:"\f533"}.fa-compass:before{content:"\f14e"}.fa-caret-square-down:before,.fa-square-caret-down:before{content:"\f150"}.fa-file-circle-question:before{content:"\e4ef"}.fa-laptop-code:before{content:"\f5fc"}.fa-swatchbook:before{content:"\f5c3"}.fa-prescription-bottle:before{content:"\f485"}.fa-bars:before,.fa-navicon:before{content:"\f0c9"}.fa-people-group:before{content:"\e533"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-heart-broken:before,.fa-heart-crack:before{content:"\f7a9"}.fa-external-link-square-alt:before,.fa-square-up-right:before{content:"\f360"}.fa-face-kiss-beam:before,.fa-kiss-beam:before{content:"\f597"}.fa-film:before{content:"\f008"}.fa-ruler-horizontal:before{content:"\f547"}.fa-people-robbery:before{content:"\e536"}.fa-lightbulb:before{content:"\f0eb"}.fa-caret-left:before{content:"\f0d9"}.fa-circle-exclamation:before,.fa-exclamation-circle:before{content:"\f06a"}.fa-school-circle-xmark:before{content:"\e56d"}.fa-arrow-right-from-bracket:before,.fa-sign-out:before{content:"\f08b"}.fa-chevron-circle-down:before,.fa-circle-chevron-down:before{content:"\f13a"}.fa-unlock-alt:before,.fa-unlock-keyhole:before{content:"\f13e"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-headphones-alt:before,.fa-headphones-simple:before{content:"\f58f"}.fa-sitemap:before{content:"\f0e8"}.fa-circle-dollar-to-slot:before,.fa-donate:before{content:"\f4b9"}.fa-memory:before{content:"\f538"}.fa-road-spikes:before{content:"\e568"}.fa-fire-burner:before{content:"\e4f1"}.fa-flag:before{content:"\f024"}.fa-hanukiah:before{content:"\f6e6"}.fa-feather:before{content:"\f52d"}.fa-volume-down:before,.fa-volume-low:before{content:"\f027"}.fa-comment-slash:before{content:"\f4b3"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-compress:before{content:"\f066"}.fa-wheat-alt:before,.fa-wheat-awn:before{content:"\e2cd"}.fa-ankh:before{content:"\f644"}.fa-hands-holding-child:before{content:"\e4fa"}.fa-asterisk:before{content:"\2a"}.fa-check-square:before,.fa-square-check:before{content:"\f14a"}.fa-peseta-sign:before{content:"\e221"}.fa-header:before,.fa-heading:before{content:"\f1dc"}.fa-ghost:before{content:"\f6e2"}.fa-list-squares:before,.fa-list:before{content:"\f03a"}.fa-phone-square-alt:before,.fa-square-phone-flip:before{content:"\f87b"}.fa-cart-plus:before{content:"\f217"}.fa-gamepad:before{content:"\f11b"}.fa-circle-dot:before,.fa-dot-circle:before{content:"\f192"}.fa-dizzy:before,.fa-face-dizzy:before{content:"\f567"}.fa-egg:before{content:"\f7fb"}.fa-house-medical-circle-xmark:before{content:"\e513"}.fa-campground:before{content:"\f6bb"}.fa-folder-plus:before{content:"\f65e"}.fa-futbol-ball:before,.fa-futbol:before,.fa-soccer-ball:before{content:"\f1e3"}.fa-paint-brush:before,.fa-paintbrush:before{content:"\f1fc"}.fa-lock:before{content:"\f023"}.fa-gas-pump:before{content:"\f52f"}.fa-hot-tub-person:before,.fa-hot-tub:before{content:"\f593"}.fa-map-location:before,.fa-map-marked:before{content:"\f59f"}.fa-house-flood-water:before{content:"\e50e"}.fa-tree:before{content:"\f1bb"}.fa-bridge-lock:before{content:"\e4cc"}.fa-sack-dollar:before{content:"\f81d"}.fa-edit:before,.fa-pen-to-square:before{content:"\f044"}.fa-car-side:before{content:"\f5e4"}.fa-share-alt:before,.fa-share-nodes:before{content:"\f1e0"}.fa-heart-circle-minus:before{content:"\e4ff"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-microscope:before{content:"\f610"}.fa-sink:before{content:"\e06d"}.fa-bag-shopping:before,.fa-shopping-bag:before{content:"\f290"}.fa-arrow-down-z-a:before,.fa-sort-alpha-desc:before,.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-mitten:before{content:"\f7b5"}.fa-person-rays:before{content:"\e54d"}.fa-users:before{content:"\f0c0"}.fa-eye-slash:before{content:"\f070"}.fa-flask-vial:before{content:"\e4f3"}.fa-hand-paper:before,.fa-hand:before{content:"\f256"}.fa-om:before{content:"\f679"}.fa-worm:before{content:"\e599"}.fa-house-circle-xmark:before{content:"\e50b"}.fa-plug:before{content:"\f1e6"}.fa-chevron-up:before{content:"\f077"}.fa-hand-spock:before{content:"\f259"}.fa-stopwatch:before{content:"\f2f2"}.fa-face-kiss:before,.fa-kiss:before{content:"\f596"}.fa-bridge-circle-xmark:before{content:"\e4cb"}.fa-face-grin-tongue:before,.fa-grin-tongue:before{content:"\f589"}.fa-chess-bishop:before{content:"\f43a"}.fa-face-grin-wink:before,.fa-grin-wink:before{content:"\f58c"}.fa-deaf:before,.fa-deafness:before,.fa-ear-deaf:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-road-circle-check:before{content:"\e564"}.fa-dice-five:before{content:"\f523"}.fa-rss-square:before,.fa-square-rss:before{content:"\f143"}.fa-land-mine-on:before{content:"\e51b"}.fa-i-cursor:before{content:"\f246"}.fa-stamp:before{content:"\f5bf"}.fa-stairs:before{content:"\e289"}.fa-i:before{content:"\49"}.fa-hryvnia-sign:before,.fa-hryvnia:before{content:"\f6f2"}.fa-pills:before{content:"\f484"}.fa-face-grin-wide:before,.fa-grin-alt:before{content:"\f581"}.fa-tooth:before{content:"\f5c9"}.fa-v:before{content:"\56"}.fa-bangladeshi-taka-sign:before{content:"\e2e6"}.fa-bicycle:before{content:"\f206"}.fa-rod-asclepius:before,.fa-rod-snake:before,.fa-staff-aesculapius:before,.fa-staff-snake:before{content:"\e579"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-ambulance:before,.fa-truck-medical:before{content:"\f0f9"}.fa-wheat-awn-circle-exclamation:before{content:"\e598"}.fa-snowman:before{content:"\f7d0"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-road-barrier:before{content:"\e562"}.fa-school:before{content:"\f549"}.fa-igloo:before{content:"\f7ae"}.fa-joint:before{content:"\f595"}.fa-angle-right:before{content:"\f105"}.fa-horse:before{content:"\f6f0"}.fa-q:before{content:"\51"}.fa-g:before{content:"\47"}.fa-notes-medical:before{content:"\f481"}.fa-temperature-2:before,.fa-temperature-half:before,.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-dong-sign:before{content:"\e169"}.fa-capsules:before{content:"\f46b"}.fa-poo-bolt:before,.fa-poo-storm:before{content:"\f75a"}.fa-face-frown-open:before,.fa-frown-open:before{content:"\f57a"}.fa-hand-point-up:before{content:"\f0a6"}.fa-money-bill:before{content:"\f0d6"}.fa-bookmark:before{content:"\f02e"}.fa-align-justify:before{content:"\f039"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-helmet-un:before{content:"\e503"}.fa-bullseye:before{content:"\f140"}.fa-bacon:before{content:"\f7e5"}.fa-hand-point-down:before{content:"\f0a7"}.fa-arrow-up-from-bracket:before{content:"\e09a"}.fa-folder-blank:before,.fa-folder:before{content:"\f07b"}.fa-file-medical-alt:before,.fa-file-waveform:before{content:"\f478"}.fa-radiation:before{content:"\f7b9"}.fa-chart-simple:before{content:"\e473"}.fa-mars-stroke:before{content:"\f229"}.fa-vial:before{content:"\f492"}.fa-dashboard:before,.fa-gauge-med:before,.fa-gauge:before,.fa-tachometer-alt-average:before{content:"\f624"}.fa-magic-wand-sparkles:before,.fa-wand-magic-sparkles:before{content:"\e2ca"}.fa-e:before{content:"\45"}.fa-pen-alt:before,.fa-pen-clip:before{content:"\f305"}.fa-bridge-circle-exclamation:before{content:"\e4ca"}.fa-user:before{content:"\f007"}.fa-school-circle-check:before{content:"\e56b"}.fa-dumpster:before{content:"\f793"}.fa-shuttle-van:before,.fa-van-shuttle:before{content:"\f5b6"}.fa-building-user:before{content:"\e4da"}.fa-caret-square-left:before,.fa-square-caret-left:before{content:"\f191"}.fa-highlighter:before{content:"\f591"}.fa-key:before{content:"\f084"}.fa-bullhorn:before{content:"\f0a1"}.fa-globe:before{content:"\f0ac"}.fa-synagogue:before{content:"\f69b"}.fa-person-half-dress:before{content:"\e548"}.fa-road-bridge:before{content:"\e563"}.fa-location-arrow:before{content:"\f124"}.fa-c:before{content:"\43"}.fa-tablet-button:before{content:"\f10a"}.fa-building-lock:before{content:"\e4d6"}.fa-pizza-slice:before{content:"\f818"}.fa-money-bill-wave:before{content:"\f53a"}.fa-area-chart:before,.fa-chart-area:before{content:"\f1fe"}.fa-house-flag:before{content:"\e50d"}.fa-person-circle-minus:before{content:"\e540"}.fa-ban:before,.fa-cancel:before{content:"\f05e"}.fa-camera-rotate:before{content:"\e0d8"}.fa-air-freshener:before,.fa-spray-can-sparkles:before{content:"\f5d0"}.fa-star:before{content:"\f005"}.fa-repeat:before{content:"\f363"}.fa-cross:before{content:"\f654"}.fa-box:before{content:"\f466"}.fa-venus-mars:before{content:"\f228"}.fa-arrow-pointer:before,.fa-mouse-pointer:before{content:"\f245"}.fa-expand-arrows-alt:before,.fa-maximize:before{content:"\f31e"}.fa-charging-station:before{content:"\f5e7"}.fa-shapes:before,.fa-triangle-circle-square:before{content:"\f61f"}.fa-random:before,.fa-shuffle:before{content:"\f074"}.fa-person-running:before,.fa-running:before{content:"\f70c"}.fa-mobile-retro:before{content:"\e527"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-spider:before{content:"\f717"}.fa-hands-bound:before{content:"\e4f9"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-plane-circle-exclamation:before{content:"\e556"}.fa-x-ray:before{content:"\f497"}.fa-spell-check:before{content:"\f891"}.fa-slash:before{content:"\f715"}.fa-computer-mouse:before,.fa-mouse:before{content:"\f8cc"}.fa-arrow-right-to-bracket:before,.fa-sign-in:before{content:"\f090"}.fa-shop-slash:before,.fa-store-alt-slash:before{content:"\e070"}.fa-server:before{content:"\f233"}.fa-virus-covid-slash:before{content:"\e4a9"}.fa-shop-lock:before{content:"\e4a5"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-blender-phone:before{content:"\f6b6"}.fa-building-wheat:before{content:"\e4db"}.fa-person-breastfeeding:before{content:"\e53a"}.fa-right-to-bracket:before,.fa-sign-in-alt:before{content:"\f2f6"}.fa-venus:before{content:"\f221"}.fa-passport:before{content:"\f5ab"}.fa-heart-pulse:before,.fa-heartbeat:before{content:"\f21e"}.fa-people-carry-box:before,.fa-people-carry:before{content:"\f4ce"}.fa-temperature-high:before{content:"\f769"}.fa-microchip:before{content:"\f2db"}.fa-crown:before{content:"\f521"}.fa-weight-hanging:before{content:"\f5cd"}.fa-xmarks-lines:before{content:"\e59a"}.fa-file-prescription:before{content:"\f572"}.fa-weight-scale:before,.fa-weight:before{content:"\f496"}.fa-user-friends:before,.fa-user-group:before{content:"\f500"}.fa-arrow-up-a-z:before,.fa-sort-alpha-up:before{content:"\f15e"}.fa-chess-knight:before{content:"\f441"}.fa-face-laugh-squint:before,.fa-laugh-squint:before{content:"\f59b"}.fa-wheelchair:before{content:"\f193"}.fa-arrow-circle-up:before,.fa-circle-arrow-up:before{content:"\f0aa"}.fa-toggle-on:before{content:"\f205"}.fa-person-walking:before,.fa-walking:before{content:"\f554"}.fa-l:before{content:"\4c"}.fa-fire:before{content:"\f06d"}.fa-bed-pulse:before,.fa-procedures:before{content:"\f487"}.fa-shuttle-space:before,.fa-space-shuttle:before{content:"\f197"}.fa-face-laugh:before,.fa-laugh:before{content:"\f599"}.fa-folder-open:before{content:"\f07c"}.fa-heart-circle-plus:before{content:"\e500"}.fa-code-fork:before{content:"\e13b"}.fa-city:before{content:"\f64f"}.fa-microphone-alt:before,.fa-microphone-lines:before{content:"\f3c9"}.fa-pepper-hot:before{content:"\f816"}.fa-unlock:before{content:"\f09c"}.fa-colon-sign:before{content:"\e140"}.fa-headset:before{content:"\f590"}.fa-store-slash:before{content:"\e071"}.fa-road-circle-xmark:before{content:"\e566"}.fa-user-minus:before{content:"\f503"}.fa-mars-stroke-up:before,.fa-mars-stroke-v:before{content:"\f22a"}.fa-champagne-glasses:before,.fa-glass-cheers:before{content:"\f79f"}.fa-clipboard:before{content:"\f328"}.fa-house-circle-exclamation:before{content:"\e50a"}.fa-file-arrow-up:before,.fa-file-upload:before{content:"\f574"}.fa-wifi-3:before,.fa-wifi-strong:before,.fa-wifi:before{content:"\f1eb"}.fa-bath:before,.fa-bathtub:before{content:"\f2cd"}.fa-underline:before{content:"\f0cd"}.fa-user-edit:before,.fa-user-pen:before{content:"\f4ff"}.fa-signature:before{content:"\f5b7"}.fa-stroopwafel:before{content:"\f551"}.fa-bold:before{content:"\f032"}.fa-anchor-lock:before{content:"\e4ad"}.fa-building-ngo:before{content:"\e4d7"}.fa-manat-sign:before{content:"\e1d5"}.fa-not-equal:before{content:"\f53e"}.fa-border-style:before,.fa-border-top-left:before{content:"\f853"}.fa-map-location-dot:before,.fa-map-marked-alt:before{content:"\f5a0"}.fa-jedi:before{content:"\f669"}.fa-poll:before,.fa-square-poll-vertical:before{content:"\f681"}.fa-mug-hot:before{content:"\f7b6"}.fa-battery-car:before,.fa-car-battery:before{content:"\f5df"}.fa-gift:before{content:"\f06b"}.fa-dice-two:before{content:"\f528"}.fa-chess-queen:before{content:"\f445"}.fa-glasses:before{content:"\f530"}.fa-chess-board:before{content:"\f43c"}.fa-building-circle-check:before{content:"\e4d2"}.fa-person-chalkboard:before{content:"\e53d"}.fa-mars-stroke-h:before,.fa-mars-stroke-right:before{content:"\f22b"}.fa-hand-back-fist:before,.fa-hand-rock:before{content:"\f255"}.fa-caret-square-up:before,.fa-square-caret-up:before{content:"\f151"}.fa-cloud-showers-water:before{content:"\e4e4"}.fa-bar-chart:before,.fa-chart-bar:before{content:"\f080"}.fa-hands-bubbles:before,.fa-hands-wash:before{content:"\e05e"}.fa-less-than-equal:before{content:"\f537"}.fa-train:before{content:"\f238"}.fa-eye-low-vision:before,.fa-low-vision:before{content:"\f2a8"}.fa-crow:before{content:"\f520"}.fa-sailboat:before{content:"\e445"}.fa-window-restore:before{content:"\f2d2"}.fa-plus-square:before,.fa-square-plus:before{content:"\f0fe"}.fa-torii-gate:before{content:"\f6a1"}.fa-frog:before{content:"\f52e"}.fa-bucket:before{content:"\e4cf"}.fa-image:before{content:"\f03e"}.fa-microphone:before{content:"\f130"}.fa-cow:before{content:"\f6c8"}.fa-caret-up:before{content:"\f0d8"}.fa-screwdriver:before{content:"\f54a"}.fa-folder-closed:before{content:"\e185"}.fa-house-tsunami:before{content:"\e515"}.fa-square-nfi:before{content:"\e576"}.fa-arrow-up-from-ground-water:before{content:"\e4b5"}.fa-glass-martini-alt:before,.fa-martini-glass:before{content:"\f57b"}.fa-rotate-back:before,.fa-rotate-backward:before,.fa-rotate-left:before,.fa-undo-alt:before{content:"\f2ea"}.fa-columns:before,.fa-table-columns:before{content:"\f0db"}.fa-lemon:before{content:"\f094"}.fa-head-side-mask:before{content:"\e063"}.fa-handshake:before{content:"\f2b5"}.fa-gem:before{content:"\f3a5"}.fa-dolly-box:before,.fa-dolly:before{content:"\f472"}.fa-smoking:before{content:"\f48d"}.fa-compress-arrows-alt:before,.fa-minimize:before{content:"\f78c"}.fa-monument:before{content:"\f5a6"}.fa-snowplow:before{content:"\f7d2"}.fa-angle-double-right:before,.fa-angles-right:before{content:"\f101"}.fa-cannabis:before{content:"\f55f"}.fa-circle-play:before,.fa-play-circle:before{content:"\f144"}.fa-tablets:before{content:"\f490"}.fa-ethernet:before{content:"\f796"}.fa-eur:before,.fa-euro-sign:before,.fa-euro:before{content:"\f153"}.fa-chair:before{content:"\f6c0"}.fa-check-circle:before,.fa-circle-check:before{content:"\f058"}.fa-circle-stop:before,.fa-stop-circle:before{content:"\f28d"}.fa-compass-drafting:before,.fa-drafting-compass:before{content:"\f568"}.fa-plate-wheat:before{content:"\e55a"}.fa-icicles:before{content:"\f7ad"}.fa-person-shelter:before{content:"\e54f"}.fa-neuter:before{content:"\f22c"}.fa-id-badge:before{content:"\f2c1"}.fa-marker:before{content:"\f5a1"}.fa-face-laugh-beam:before,.fa-laugh-beam:before{content:"\f59a"}.fa-helicopter-symbol:before{content:"\e502"}.fa-universal-access:before{content:"\f29a"}.fa-chevron-circle-up:before,.fa-circle-chevron-up:before{content:"\f139"}.fa-lari-sign:before{content:"\e1c8"}.fa-volcano:before{content:"\f770"}.fa-person-walking-dashed-line-arrow-right:before{content:"\e553"}.fa-gbp:before,.fa-pound-sign:before,.fa-sterling-sign:before{content:"\f154"}.fa-viruses:before{content:"\e076"}.fa-square-person-confined:before{content:"\e577"}.fa-user-tie:before{content:"\f508"}.fa-arrow-down-long:before,.fa-long-arrow-down:before{content:"\f175"}.fa-tent-arrow-down-to-line:before{content:"\e57e"}.fa-certificate:before{content:"\f0a3"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-suitcase:before{content:"\f0f2"}.fa-person-skating:before,.fa-skating:before{content:"\f7c5"}.fa-filter-circle-dollar:before,.fa-funnel-dollar:before{content:"\f662"}.fa-camera-retro:before{content:"\f083"}.fa-arrow-circle-down:before,.fa-circle-arrow-down:before{content:"\f0ab"}.fa-arrow-right-to-file:before,.fa-file-import:before{content:"\f56f"}.fa-external-link-square:before,.fa-square-arrow-up-right:before{content:"\f14c"}.fa-box-open:before{content:"\f49e"}.fa-scroll:before{content:"\f70e"}.fa-spa:before{content:"\f5bb"}.fa-location-pin-lock:before{content:"\e51f"}.fa-pause:before{content:"\f04c"}.fa-hill-avalanche:before{content:"\e507"}.fa-temperature-0:before,.fa-temperature-empty:before,.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-bomb:before{content:"\f1e2"}.fa-registered:before{content:"\f25d"}.fa-address-card:before,.fa-contact-card:before,.fa-vcard:before{content:"\f2bb"}.fa-balance-scale-right:before,.fa-scale-unbalanced-flip:before{content:"\f516"}.fa-subscript:before{content:"\f12c"}.fa-diamond-turn-right:before,.fa-directions:before{content:"\f5eb"}.fa-burst:before{content:"\e4dc"}.fa-house-laptop:before,.fa-laptop-house:before{content:"\e066"}.fa-face-tired:before,.fa-tired:before{content:"\f5c8"}.fa-money-bills:before{content:"\e1f3"}.fa-smog:before{content:"\f75f"}.fa-crutch:before{content:"\f7f7"}.fa-cloud-arrow-up:before,.fa-cloud-upload-alt:before,.fa-cloud-upload:before{content:"\f0ee"}.fa-palette:before{content:"\f53f"}.fa-arrows-turn-right:before{content:"\e4c0"}.fa-vest:before{content:"\e085"}.fa-ferry:before{content:"\e4ea"}.fa-arrows-down-to-people:before{content:"\e4b9"}.fa-seedling:before,.fa-sprout:before{content:"\f4d8"}.fa-arrows-alt-h:before,.fa-left-right:before{content:"\f337"}.fa-boxes-packing:before{content:"\e4c7"}.fa-arrow-circle-left:before,.fa-circle-arrow-left:before{content:"\f0a8"}.fa-group-arrows-rotate:before{content:"\e4f6"}.fa-bowl-food:before{content:"\e4c6"}.fa-candy-cane:before{content:"\f786"}.fa-arrow-down-wide-short:before,.fa-sort-amount-asc:before,.fa-sort-amount-down:before{content:"\f160"}.fa-cloud-bolt:before,.fa-thunderstorm:before{content:"\f76c"}.fa-remove-format:before,.fa-text-slash:before{content:"\f87d"}.fa-face-smile-wink:before,.fa-smile-wink:before{content:"\f4da"}.fa-file-word:before{content:"\f1c2"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-arrows-h:before,.fa-arrows-left-right:before{content:"\f07e"}.fa-house-lock:before{content:"\e510"}.fa-cloud-arrow-down:before,.fa-cloud-download-alt:before,.fa-cloud-download:before{content:"\f0ed"}.fa-children:before{content:"\e4e1"}.fa-blackboard:before,.fa-chalkboard:before{content:"\f51b"}.fa-user-alt-slash:before,.fa-user-large-slash:before{content:"\f4fa"}.fa-envelope-open:before{content:"\f2b6"}.fa-handshake-alt-slash:before,.fa-handshake-simple-slash:before{content:"\e05f"}.fa-mattress-pillow:before{content:"\e525"}.fa-guarani-sign:before{content:"\e19a"}.fa-arrows-rotate:before,.fa-refresh:before,.fa-sync:before{content:"\f021"}.fa-fire-extinguisher:before{content:"\f134"}.fa-cruzeiro-sign:before{content:"\e152"}.fa-greater-than-equal:before{content:"\f532"}.fa-shield-alt:before,.fa-shield-halved:before{content:"\f3ed"}.fa-atlas:before,.fa-book-atlas:before{content:"\f558"}.fa-virus:before{content:"\e074"}.fa-envelope-circle-check:before{content:"\e4e8"}.fa-layer-group:before{content:"\f5fd"}.fa-arrows-to-dot:before{content:"\e4be"}.fa-archway:before{content:"\f557"}.fa-heart-circle-check:before{content:"\e4fd"}.fa-house-chimney-crack:before,.fa-house-damage:before{content:"\f6f1"}.fa-file-archive:before,.fa-file-zipper:before{content:"\f1c6"}.fa-square:before{content:"\f0c8"}.fa-glass-martini:before,.fa-martini-glass-empty:before{content:"\f000"}.fa-couch:before{content:"\f4b8"}.fa-cedi-sign:before{content:"\e0df"}.fa-italic:before{content:"\f033"}.fa-church:before{content:"\f51d"}.fa-comments-dollar:before{content:"\f653"}.fa-democrat:before{content:"\f747"}.fa-z:before{content:"\5a"}.fa-person-skiing:before,.fa-skiing:before{content:"\f7c9"}.fa-road-lock:before{content:"\e567"}.fa-a:before{content:"\41"}.fa-temperature-arrow-down:before,.fa-temperature-down:before{content:"\e03f"}.fa-feather-alt:before,.fa-feather-pointed:before{content:"\f56b"}.fa-p:before{content:"\50"}.fa-snowflake:before{content:"\f2dc"}.fa-newspaper:before{content:"\f1ea"}.fa-ad:before,.fa-rectangle-ad:before{content:"\f641"}.fa-arrow-circle-right:before,.fa-circle-arrow-right:before{content:"\f0a9"}.fa-filter-circle-xmark:before{content:"\e17b"}.fa-locust:before{content:"\e520"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-list-1-2:before,.fa-list-numeric:before,.fa-list-ol:before{content:"\f0cb"}.fa-person-dress-burst:before{content:"\e544"}.fa-money-check-alt:before,.fa-money-check-dollar:before{content:"\f53d"}.fa-vector-square:before{content:"\f5cb"}.fa-bread-slice:before{content:"\f7ec"}.fa-language:before{content:"\f1ab"}.fa-face-kiss-wink-heart:before,.fa-kiss-wink-heart:before{content:"\f598"}.fa-filter:before{content:"\f0b0"}.fa-question:before{content:"\3f"}.fa-file-signature:before{content:"\f573"}.fa-arrows-alt:before,.fa-up-down-left-right:before{content:"\f0b2"}.fa-house-chimney-user:before{content:"\e065"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-puzzle-piece:before{content:"\f12e"}.fa-money-check:before{content:"\f53c"}.fa-star-half-alt:before,.fa-star-half-stroke:before{content:"\f5c0"}.fa-code:before{content:"\f121"}.fa-glass-whiskey:before,.fa-whiskey-glass:before{content:"\f7a0"}.fa-building-circle-exclamation:before{content:"\e4d3"}.fa-magnifying-glass-chart:before{content:"\e522"}.fa-arrow-up-right-from-square:before,.fa-external-link:before{content:"\f08e"}.fa-cubes-stacked:before{content:"\e4e6"}.fa-krw:before,.fa-won-sign:before,.fa-won:before{content:"\f159"}.fa-virus-covid:before{content:"\e4a8"}.fa-austral-sign:before{content:"\e0a9"}.fa-f:before{content:"\46"}.fa-leaf:before{content:"\f06c"}.fa-road:before{content:"\f018"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-person-circle-plus:before{content:"\e541"}.fa-chart-pie:before,.fa-pie-chart:before{content:"\f200"}.fa-bolt-lightning:before{content:"\e0b7"}.fa-sack-xmark:before{content:"\e56a"}.fa-file-excel:before{content:"\f1c3"}.fa-file-contract:before{content:"\f56c"}.fa-fish-fins:before{content:"\e4f2"}.fa-building-flag:before{content:"\e4d5"}.fa-face-grin-beam:before,.fa-grin-beam:before{content:"\f582"}.fa-object-ungroup:before{content:"\f248"}.fa-poop:before{content:"\f619"}.fa-location-pin:before,.fa-map-marker:before{content:"\f041"}.fa-kaaba:before{content:"\f66b"}.fa-toilet-paper:before{content:"\f71e"}.fa-hard-hat:before,.fa-hat-hard:before,.fa-helmet-safety:before{content:"\f807"}.fa-eject:before{content:"\f052"}.fa-arrow-alt-circle-right:before,.fa-circle-right:before{content:"\f35a"}.fa-plane-circle-check:before{content:"\e555"}.fa-face-rolling-eyes:before,.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-object-group:before{content:"\f247"}.fa-chart-line:before,.fa-line-chart:before{content:"\f201"}.fa-mask-ventilator:before{content:"\e524"}.fa-arrow-right:before{content:"\f061"}.fa-map-signs:before,.fa-signs-post:before{content:"\f277"}.fa-cash-register:before{content:"\f788"}.fa-person-circle-question:before{content:"\e542"}.fa-h:before{content:"\48"}.fa-tarp:before{content:"\e57b"}.fa-screwdriver-wrench:before,.fa-tools:before{content:"\f7d9"}.fa-arrows-to-eye:before{content:"\e4bf"}.fa-plug-circle-bolt:before{content:"\e55b"}.fa-heart:before{content:"\f004"}.fa-mars-and-venus:before{content:"\f224"}.fa-home-user:before,.fa-house-user:before{content:"\e1b0"}.fa-dumpster-fire:before{content:"\f794"}.fa-house-crack:before{content:"\e3b1"}.fa-cocktail:before,.fa-martini-glass-citrus:before{content:"\f561"}.fa-face-surprise:before,.fa-surprise:before{content:"\f5c2"}.fa-bottle-water:before{content:"\e4c5"}.fa-circle-pause:before,.fa-pause-circle:before{content:"\f28b"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-apple-alt:before,.fa-apple-whole:before{content:"\f5d1"}.fa-kitchen-set:before{content:"\e51a"}.fa-r:before{content:"\52"}.fa-temperature-1:before,.fa-temperature-quarter:before,.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-cube:before{content:"\f1b2"}.fa-bitcoin-sign:before{content:"\e0b4"}.fa-shield-dog:before{content:"\e573"}.fa-solar-panel:before{content:"\f5ba"}.fa-lock-open:before{content:"\f3c1"}.fa-elevator:before{content:"\e16d"}.fa-money-bill-transfer:before{content:"\e528"}.fa-money-bill-trend-up:before{content:"\e529"}.fa-house-flood-water-circle-arrow-right:before{content:"\e50f"}.fa-poll-h:before,.fa-square-poll-horizontal:before{content:"\f682"}.fa-circle:before{content:"\f111"}.fa-backward-fast:before,.fa-fast-backward:before{content:"\f049"}.fa-recycle:before{content:"\f1b8"}.fa-user-astronaut:before{content:"\f4fb"}.fa-plane-slash:before{content:"\e069"}.fa-trademark:before{content:"\f25c"}.fa-basketball-ball:before,.fa-basketball:before{content:"\f434"}.fa-satellite-dish:before{content:"\f7c0"}.fa-arrow-alt-circle-up:before,.fa-circle-up:before{content:"\f35b"}.fa-mobile-alt:before,.fa-mobile-screen-button:before{content:"\f3cd"}.fa-volume-high:before,.fa-volume-up:before{content:"\f028"}.fa-users-rays:before{content:"\e593"}.fa-wallet:before{content:"\f555"}.fa-clipboard-check:before{content:"\f46c"}.fa-file-audio:before{content:"\f1c7"}.fa-burger:before,.fa-hamburger:before{content:"\f805"}.fa-wrench:before{content:"\f0ad"}.fa-bugs:before{content:"\e4d0"}.fa-rupee-sign:before,.fa-rupee:before{content:"\f156"}.fa-file-image:before{content:"\f1c5"}.fa-circle-question:before,.fa-question-circle:before{content:"\f059"}.fa-plane-departure:before{content:"\f5b0"}.fa-handshake-slash:before{content:"\e060"}.fa-book-bookmark:before{content:"\e0bb"}.fa-code-branch:before{content:"\f126"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-bridge:before{content:"\e4c8"}.fa-phone-alt:before,.fa-phone-flip:before{content:"\f879"}.fa-truck-front:before{content:"\e2b7"}.fa-cat:before{content:"\f6be"}.fa-anchor-circle-exclamation:before{content:"\e4ab"}.fa-truck-field:before{content:"\e58d"}.fa-route:before{content:"\f4d7"}.fa-clipboard-question:before{content:"\e4e3"}.fa-panorama:before{content:"\e209"}.fa-comment-medical:before{content:"\f7f5"}.fa-teeth-open:before{content:"\f62f"}.fa-file-circle-minus:before{content:"\e4ed"}.fa-tags:before{content:"\f02c"}.fa-wine-glass:before{content:"\f4e3"}.fa-fast-forward:before,.fa-forward-fast:before{content:"\f050"}.fa-face-meh-blank:before,.fa-meh-blank:before{content:"\f5a4"}.fa-parking:before,.fa-square-parking:before{content:"\f540"}.fa-house-signal:before{content:"\e012"}.fa-bars-progress:before,.fa-tasks-alt:before{content:"\f828"}.fa-faucet-drip:before{content:"\e006"}.fa-cart-flatbed:before,.fa-dolly-flatbed:before{content:"\f474"}.fa-ban-smoking:before,.fa-smoking-ban:before{content:"\f54d"}.fa-terminal:before{content:"\f120"}.fa-mobile-button:before{content:"\f10b"}.fa-house-medical-flag:before{content:"\e514"}.fa-basket-shopping:before,.fa-shopping-basket:before{content:"\f291"}.fa-tape:before{content:"\f4db"}.fa-bus-alt:before,.fa-bus-simple:before{content:"\f55e"}.fa-eye:before{content:"\f06e"}.fa-face-sad-cry:before,.fa-sad-cry:before{content:"\f5b3"}.fa-audio-description:before{content:"\f29e"}.fa-person-military-to-person:before{content:"\e54c"}.fa-file-shield:before{content:"\e4f0"}.fa-user-slash:before{content:"\f506"}.fa-pen:before{content:"\f304"}.fa-tower-observation:before{content:"\e586"}.fa-file-code:before{content:"\f1c9"}.fa-signal-5:before,.fa-signal-perfect:before,.fa-signal:before{content:"\f012"}.fa-bus:before{content:"\f207"}.fa-heart-circle-xmark:before{content:"\e501"}.fa-home-lg:before,.fa-house-chimney:before{content:"\e3af"}.fa-window-maximize:before{content:"\f2d0"}.fa-face-frown:before,.fa-frown:before{content:"\f119"}.fa-prescription:before{content:"\f5b1"}.fa-shop:before,.fa-store-alt:before{content:"\f54f"}.fa-floppy-disk:before,.fa-save:before{content:"\f0c7"}.fa-vihara:before{content:"\f6a7"}.fa-balance-scale-left:before,.fa-scale-unbalanced:before{content:"\f515"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-comment-dots:before,.fa-commenting:before{content:"\f4ad"}.fa-plant-wilt:before{content:"\e5aa"}.fa-diamond:before{content:"\f219"}.fa-face-grin-squint:before,.fa-grin-squint:before{content:"\f585"}.fa-hand-holding-dollar:before,.fa-hand-holding-usd:before{content:"\f4c0"}.fa-bacterium:before{content:"\e05a"}.fa-hand-pointer:before{content:"\f25a"}.fa-drum-steelpan:before{content:"\f56a"}.fa-hand-scissors:before{content:"\f257"}.fa-hands-praying:before,.fa-praying-hands:before{content:"\f684"}.fa-arrow-right-rotate:before,.fa-arrow-rotate-forward:before,.fa-arrow-rotate-right:before,.fa-redo:before{content:"\f01e"}.fa-biohazard:before{content:"\f780"}.fa-location-crosshairs:before,.fa-location:before{content:"\f601"}.fa-mars-double:before{content:"\f227"}.fa-child-dress:before{content:"\e59c"}.fa-users-between-lines:before{content:"\e591"}.fa-lungs-virus:before{content:"\e067"}.fa-face-grin-tears:before,.fa-grin-tears:before{content:"\f588"}.fa-phone:before{content:"\f095"}.fa-calendar-times:before,.fa-calendar-xmark:before{content:"\f273"}.fa-child-reaching:before{content:"\e59d"}.fa-head-side-virus:before{content:"\e064"}.fa-user-cog:before,.fa-user-gear:before{content:"\f4fe"}.fa-arrow-up-1-9:before,.fa-sort-numeric-up:before{content:"\f163"}.fa-door-closed:before{content:"\f52a"}.fa-shield-virus:before{content:"\e06c"}.fa-dice-six:before{content:"\f526"}.fa-mosquito-net:before{content:"\e52c"}.fa-bridge-water:before{content:"\e4ce"}.fa-person-booth:before{content:"\f756"}.fa-text-width:before{content:"\f035"}.fa-hat-wizard:before{content:"\f6e8"}.fa-pen-fancy:before{content:"\f5ac"}.fa-digging:before,.fa-person-digging:before{content:"\f85e"}.fa-trash:before{content:"\f1f8"}.fa-gauge-simple-med:before,.fa-gauge-simple:before,.fa-tachometer-average:before{content:"\f629"}.fa-book-medical:before{content:"\f7e6"}.fa-poo:before{content:"\f2fe"}.fa-quote-right-alt:before,.fa-quote-right:before{content:"\f10e"}.fa-shirt:before,.fa-t-shirt:before,.fa-tshirt:before{content:"\f553"}.fa-cubes:before{content:"\f1b3"}.fa-divide:before{content:"\f529"}.fa-tenge-sign:before,.fa-tenge:before{content:"\f7d7"}.fa-headphones:before{content:"\f025"}.fa-hands-holding:before{content:"\f4c2"}.fa-hands-clapping:before{content:"\e1a8"}.fa-republican:before{content:"\f75e"}.fa-arrow-left:before{content:"\f060"}.fa-person-circle-xmark:before{content:"\e543"}.fa-ruler:before{content:"\f545"}.fa-align-left:before{content:"\f036"}.fa-dice-d6:before{content:"\f6d1"}.fa-restroom:before{content:"\f7bd"}.fa-j:before{content:"\4a"}.fa-users-viewfinder:before{content:"\e595"}.fa-file-video:before{content:"\f1c8"}.fa-external-link-alt:before,.fa-up-right-from-square:before{content:"\f35d"}.fa-table-cells:before,.fa-th:before{content:"\f00a"}.fa-file-pdf:before{content:"\f1c1"}.fa-bible:before,.fa-book-bible:before{content:"\f647"}.fa-o:before{content:"\4f"}.fa-medkit:before,.fa-suitcase-medical:before{content:"\f0fa"}.fa-user-secret:before{content:"\f21b"}.fa-otter:before{content:"\f700"}.fa-female:before,.fa-person-dress:before{content:"\f182"}.fa-comment-dollar:before{content:"\f651"}.fa-briefcase-clock:before,.fa-business-time:before{content:"\f64a"}.fa-table-cells-large:before,.fa-th-large:before{content:"\f009"}.fa-book-tanakh:before,.fa-tanakh:before{content:"\f827"}.fa-phone-volume:before,.fa-volume-control-phone:before{content:"\f2a0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-clipboard-user:before{content:"\f7f3"}.fa-child:before{content:"\f1ae"}.fa-lira-sign:before{content:"\f195"}.fa-satellite:before{content:"\f7bf"}.fa-plane-lock:before{content:"\e558"}.fa-tag:before{content:"\f02b"}.fa-comment:before{content:"\f075"}.fa-birthday-cake:before,.fa-cake-candles:before,.fa-cake:before{content:"\f1fd"}.fa-envelope:before{content:"\f0e0"}.fa-angle-double-up:before,.fa-angles-up:before{content:"\f102"}.fa-paperclip:before{content:"\f0c6"}.fa-arrow-right-to-city:before{content:"\e4b3"}.fa-ribbon:before{content:"\f4d6"}.fa-lungs:before{content:"\f604"}.fa-arrow-up-9-1:before,.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-litecoin-sign:before{content:"\e1d3"}.fa-border-none:before{content:"\f850"}.fa-circle-nodes:before{content:"\e4e2"}.fa-parachute-box:before{content:"\f4cd"}.fa-indent:before{content:"\f03c"}.fa-truck-field-un:before{content:"\e58e"}.fa-hourglass-empty:before,.fa-hourglass:before{content:"\f254"}.fa-mountain:before{content:"\f6fc"}.fa-user-doctor:before,.fa-user-md:before{content:"\f0f0"}.fa-circle-info:before,.fa-info-circle:before{content:"\f05a"}.fa-cloud-meatball:before{content:"\f73b"}.fa-camera-alt:before,.fa-camera:before{content:"\f030"}.fa-square-virus:before{content:"\e578"}.fa-meteor:before{content:"\f753"}.fa-car-on:before{content:"\e4dd"}.fa-sleigh:before{content:"\f7cc"}.fa-arrow-down-1-9:before,.fa-sort-numeric-asc:before,.fa-sort-numeric-down:before{content:"\f162"}.fa-hand-holding-droplet:before,.fa-hand-holding-water:before{content:"\f4c1"}.fa-water:before{content:"\f773"}.fa-calendar-check:before{content:"\f274"}.fa-braille:before{content:"\f2a1"}.fa-prescription-bottle-alt:before,.fa-prescription-bottle-medical:before{content:"\f486"}.fa-landmark:before{content:"\f66f"}.fa-truck:before{content:"\f0d1"}.fa-crosshairs:before{content:"\f05b"}.fa-person-cane:before{content:"\e53c"}.fa-tent:before{content:"\e57d"}.fa-vest-patches:before{content:"\e086"}.fa-check-double:before{content:"\f560"}.fa-arrow-down-a-z:before,.fa-sort-alpha-asc:before,.fa-sort-alpha-down:before{content:"\f15d"}.fa-money-bill-wheat:before{content:"\e52a"}.fa-cookie:before{content:"\f563"}.fa-arrow-left-rotate:before,.fa-arrow-rotate-back:before,.fa-arrow-rotate-backward:before,.fa-arrow-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-hard-drive:before,.fa-hdd:before{content:"\f0a0"}.fa-face-grin-squint-tears:before,.fa-grin-squint-tears:before{content:"\f586"}.fa-dumbbell:before{content:"\f44b"}.fa-list-alt:before,.fa-rectangle-list:before{content:"\f022"}.fa-tarp-droplet:before{content:"\e57c"}.fa-house-medical-circle-check:before{content:"\e511"}.fa-person-skiing-nordic:before,.fa-skiing-nordic:before{content:"\f7ca"}.fa-calendar-plus:before{content:"\f271"}.fa-plane-arrival:before{content:"\f5af"}.fa-arrow-alt-circle-left:before,.fa-circle-left:before{content:"\f359"}.fa-subway:before,.fa-train-subway:before{content:"\f239"}.fa-chart-gantt:before{content:"\e0e4"}.fa-indian-rupee-sign:before,.fa-indian-rupee:before,.fa-inr:before{content:"\e1bc"}.fa-crop-alt:before,.fa-crop-simple:before{content:"\f565"}.fa-money-bill-1:before,.fa-money-bill-alt:before{content:"\f3d1"}.fa-left-long:before,.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-dna:before{content:"\f471"}.fa-virus-slash:before{content:"\e075"}.fa-minus:before,.fa-subtract:before{content:"\f068"}.fa-chess:before{content:"\f439"}.fa-arrow-left-long:before,.fa-long-arrow-left:before{content:"\f177"}.fa-plug-circle-check:before{content:"\e55c"}.fa-street-view:before{content:"\f21d"}.fa-franc-sign:before{content:"\e18f"}.fa-volume-off:before{content:"\f026"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before,.fa-hands-american-sign-language-interpreting:before,.fa-hands-asl-interpreting:before{content:"\f2a3"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-droplet-slash:before,.fa-tint-slash:before{content:"\f5c7"}.fa-mosque:before{content:"\f678"}.fa-mosquito:before{content:"\e52b"}.fa-star-of-david:before{content:"\f69a"}.fa-person-military-rifle:before{content:"\e54b"}.fa-cart-shopping:before,.fa-shopping-cart:before{content:"\f07a"}.fa-vials:before{content:"\f493"}.fa-plug-circle-plus:before{content:"\e55f"}.fa-place-of-worship:before{content:"\f67f"}.fa-grip-vertical:before{content:"\f58e"}.fa-arrow-turn-up:before,.fa-level-up:before{content:"\f148"}.fa-u:before{content:"\55"}.fa-square-root-alt:before,.fa-square-root-variable:before{content:"\f698"}.fa-clock-four:before,.fa-clock:before{content:"\f017"}.fa-backward-step:before,.fa-step-backward:before{content:"\f048"}.fa-pallet:before{content:"\f482"}.fa-faucet:before{content:"\e005"}.fa-baseball-bat-ball:before{content:"\f432"}.fa-s:before{content:"\53"}.fa-timeline:before{content:"\e29c"}.fa-keyboard:before{content:"\f11c"}.fa-caret-down:before{content:"\f0d7"}.fa-clinic-medical:before,.fa-house-chimney-medical:before{content:"\f7f2"}.fa-temperature-3:before,.fa-temperature-three-quarters:before,.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-mobile-android-alt:before,.fa-mobile-screen:before{content:"\f3cf"}.fa-plane-up:before{content:"\e22d"}.fa-piggy-bank:before{content:"\f4d3"}.fa-battery-3:before,.fa-battery-half:before{content:"\f242"}.fa-mountain-city:before{content:"\e52e"}.fa-coins:before{content:"\f51e"}.fa-khanda:before{content:"\f66d"}.fa-sliders-h:before,.fa-sliders:before{content:"\f1de"}.fa-folder-tree:before{content:"\f802"}.fa-network-wired:before{content:"\f6ff"}.fa-map-pin:before{content:"\f276"}.fa-hamsa:before{content:"\f665"}.fa-cent-sign:before{content:"\e3f5"}.fa-flask:before{content:"\f0c3"}.fa-person-pregnant:before{content:"\e31e"}.fa-wand-sparkles:before{content:"\f72b"}.fa-ellipsis-v:before,.fa-ellipsis-vertical:before{content:"\f142"}.fa-ticket:before{content:"\f145"}.fa-power-off:before{content:"\f011"}.fa-long-arrow-alt-right:before,.fa-right-long:before{content:"\f30b"}.fa-flag-usa:before{content:"\f74d"}.fa-laptop-file:before{content:"\e51d"}.fa-teletype:before,.fa-tty:before{content:"\f1e4"}.fa-diagram-next:before{content:"\e476"}.fa-person-rifle:before{content:"\e54e"}.fa-house-medical-circle-exclamation:before{content:"\e512"}.fa-closed-captioning:before{content:"\f20a"}.fa-hiking:before,.fa-person-hiking:before{content:"\f6ec"}.fa-venus-double:before{content:"\f226"}.fa-images:before{content:"\f302"}.fa-calculator:before{content:"\f1ec"}.fa-people-pulling:before{content:"\e535"}.fa-n:before{content:"\4e"}.fa-cable-car:before,.fa-tram:before{content:"\f7da"}.fa-cloud-rain:before{content:"\f73d"}.fa-building-circle-xmark:before{content:"\e4d4"}.fa-ship:before{content:"\f21a"}.fa-arrows-down-to-line:before{content:"\e4b8"}.fa-download:before{content:"\f019"}.fa-face-grin:before,.fa-grin:before{content:"\f580"}.fa-backspace:before,.fa-delete-left:before{content:"\f55a"}.fa-eye-dropper-empty:before,.fa-eye-dropper:before,.fa-eyedropper:before{content:"\f1fb"}.fa-file-circle-check:before{content:"\e5a0"}.fa-forward:before{content:"\f04e"}.fa-mobile-android:before,.fa-mobile-phone:before,.fa-mobile:before{content:"\f3ce"}.fa-face-meh:before,.fa-meh:before{content:"\f11a"}.fa-align-center:before{content:"\f037"}.fa-book-dead:before,.fa-book-skull:before{content:"\f6b7"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-heart-circle-exclamation:before{content:"\e4fe"}.fa-home-alt:before,.fa-home-lg-alt:before,.fa-home:before,.fa-house:before{content:"\f015"}.fa-calendar-week:before{content:"\f784"}.fa-laptop-medical:before{content:"\f812"}.fa-b:before{content:"\42"}.fa-file-medical:before{content:"\f477"}.fa-dice-one:before{content:"\f525"}.fa-kiwi-bird:before{content:"\f535"}.fa-arrow-right-arrow-left:before,.fa-exchange:before{content:"\f0ec"}.fa-redo-alt:before,.fa-rotate-forward:before,.fa-rotate-right:before{content:"\f2f9"}.fa-cutlery:before,.fa-utensils:before{content:"\f2e7"}.fa-arrow-up-wide-short:before,.fa-sort-amount-up:before{content:"\f161"}.fa-mill-sign:before{content:"\e1ed"}.fa-bowl-rice:before{content:"\e2eb"}.fa-skull:before{content:"\f54c"}.fa-broadcast-tower:before,.fa-tower-broadcast:before{content:"\f519"}.fa-truck-pickup:before{content:"\f63c"}.fa-long-arrow-alt-up:before,.fa-up-long:before{content:"\f30c"}.fa-stop:before{content:"\f04d"}.fa-code-merge:before{content:"\f387"}.fa-upload:before{content:"\f093"}.fa-hurricane:before{content:"\f751"}.fa-mound:before{content:"\e52d"}.fa-toilet-portable:before{content:"\e583"}.fa-compact-disc:before{content:"\f51f"}.fa-file-arrow-down:before,.fa-file-download:before{content:"\f56d"}.fa-caravan:before{content:"\f8ff"}.fa-shield-cat:before{content:"\e572"}.fa-bolt:before,.fa-zap:before{content:"\f0e7"}.fa-glass-water:before{content:"\e4f4"}.fa-oil-well:before{content:"\e532"}.fa-vault:before{content:"\e2c5"}.fa-mars:before{content:"\f222"}.fa-toilet:before{content:"\f7d8"}.fa-plane-circle-xmark:before{content:"\e557"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen-sign:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble-sign:before,.fa-ruble:before{content:"\f158"}.fa-sun:before{content:"\f185"}.fa-guitar:before{content:"\f7a6"}.fa-face-laugh-wink:before,.fa-laugh-wink:before{content:"\f59c"}.fa-horse-head:before{content:"\f7ab"}.fa-bore-hole:before{content:"\e4c3"}.fa-industry:before{content:"\f275"}.fa-arrow-alt-circle-down:before,.fa-circle-down:before{content:"\f358"}.fa-arrows-turn-to-dots:before{content:"\e4c1"}.fa-florin-sign:before{content:"\e184"}.fa-arrow-down-short-wide:before,.fa-sort-amount-desc:before,.fa-sort-amount-down-alt:before{content:"\f884"}.fa-less-than:before{content:"\3c"}.fa-angle-down:before{content:"\f107"}.fa-car-tunnel:before{content:"\e4de"}.fa-head-side-cough:before{content:"\e061"}.fa-grip-lines:before{content:"\f7a4"}.fa-thumbs-down:before{content:"\f165"}.fa-user-lock:before{content:"\f502"}.fa-arrow-right-long:before,.fa-long-arrow-right:before{content:"\f178"}.fa-anchor-circle-xmark:before{content:"\e4ac"}.fa-ellipsis-h:before,.fa-ellipsis:before{content:"\f141"}.fa-chess-pawn:before{content:"\f443"}.fa-first-aid:before,.fa-kit-medical:before{content:"\f479"}.fa-person-through-window:before{content:"\e5a9"}.fa-toolbox:before{content:"\f552"}.fa-hands-holding-circle:before{content:"\e4fb"}.fa-bug:before{content:"\f188"}.fa-credit-card-alt:before,.fa-credit-card:before{content:"\f09d"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-hand-holding-hand:before{content:"\e4f7"}.fa-book-open-reader:before,.fa-book-reader:before{content:"\f5da"}.fa-mountain-sun:before{content:"\e52f"}.fa-arrows-left-right-to-line:before{content:"\e4ba"}.fa-dice-d20:before{content:"\f6cf"}.fa-truck-droplet:before{content:"\e58c"}.fa-file-circle-xmark:before{content:"\e5a1"}.fa-temperature-arrow-up:before,.fa-temperature-up:before{content:"\e040"}.fa-medal:before{content:"\f5a2"}.fa-bed:before{content:"\f236"}.fa-h-square:before,.fa-square-h:before{content:"\f0fd"}.fa-podcast:before{content:"\f2ce"}.fa-temperature-4:before,.fa-temperature-full:before,.fa-thermometer-4:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-bell:before{content:"\f0f3"}.fa-superscript:before{content:"\f12b"}.fa-plug-circle-xmark:before{content:"\e560"}.fa-star-of-life:before{content:"\f621"}.fa-phone-slash:before{content:"\f3dd"}.fa-paint-roller:before{content:"\f5aa"}.fa-hands-helping:before,.fa-handshake-angle:before{content:"\f4c4"}.fa-location-dot:before,.fa-map-marker-alt:before{content:"\f3c5"}.fa-file:before{content:"\f15b"}.fa-greater-than:before{content:"\3e"}.fa-person-swimming:before,.fa-swimmer:before{content:"\f5c4"}.fa-arrow-down:before{content:"\f063"}.fa-droplet:before,.fa-tint:before{content:"\f043"}.fa-eraser:before{content:"\f12d"}.fa-earth-america:before,.fa-earth-americas:before,.fa-earth:before,.fa-globe-americas:before{content:"\f57d"}.fa-person-burst:before{content:"\e53b"}.fa-dove:before{content:"\f4ba"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-socks:before{content:"\f696"}.fa-inbox:before{content:"\f01c"}.fa-section:before{content:"\e447"}.fa-gauge-high:before,.fa-tachometer-alt-fast:before,.fa-tachometer-alt:before{content:"\f625"}.fa-envelope-open-text:before{content:"\f658"}.fa-hospital-alt:before,.fa-hospital-wide:before,.fa-hospital:before{content:"\f0f8"}.fa-wine-bottle:before{content:"\f72f"}.fa-chess-rook:before{content:"\f447"}.fa-bars-staggered:before,.fa-reorder:before,.fa-stream:before{content:"\f550"}.fa-dharmachakra:before{content:"\f655"}.fa-hotdog:before{content:"\f80f"}.fa-blind:before,.fa-person-walking-with-cane:before{content:"\f29d"}.fa-drum:before{content:"\f569"}.fa-ice-cream:before{content:"\f810"}.fa-heart-circle-bolt:before{content:"\e4fc"}.fa-fax:before{content:"\f1ac"}.fa-paragraph:before{content:"\f1dd"}.fa-check-to-slot:before,.fa-vote-yea:before{content:"\f772"}.fa-star-half:before{content:"\f089"}.fa-boxes-alt:before,.fa-boxes-stacked:before,.fa-boxes:before{content:"\f468"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-assistive-listening-systems:before,.fa-ear-listen:before{content:"\f2a2"}.fa-tree-city:before{content:"\e587"}.fa-play:before{content:"\f04b"}.fa-font:before{content:"\f031"}.fa-rupiah-sign:before{content:"\e23d"}.fa-magnifying-glass:before,.fa-search:before{content:"\f002"}.fa-ping-pong-paddle-ball:before,.fa-table-tennis-paddle-ball:before,.fa-table-tennis:before{content:"\f45d"}.fa-diagnoses:before,.fa-person-dots-from-line:before{content:"\f470"}.fa-trash-can-arrow-up:before,.fa-trash-restore-alt:before{content:"\f82a"}.fa-naira-sign:before{content:"\e1f6"}.fa-cart-arrow-down:before{content:"\f218"}.fa-walkie-talkie:before{content:"\f8ef"}.fa-file-edit:before,.fa-file-pen:before{content:"\f31c"}.fa-receipt:before{content:"\f543"}.fa-pen-square:before,.fa-pencil-square:before,.fa-square-pen:before{content:"\f14b"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-person-circle-exclamation:before{content:"\e53f"}.fa-chevron-down:before{content:"\f078"}.fa-battery-5:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}.fa-skull-crossbones:before{content:"\f714"}.fa-code-compare:before{content:"\e13a"}.fa-list-dots:before,.fa-list-ul:before{content:"\f0ca"}.fa-school-lock:before{content:"\e56f"}.fa-tower-cell:before{content:"\e585"}.fa-down-long:before,.fa-long-arrow-alt-down:before{content:"\f309"}.fa-ranking-star:before{content:"\e561"}.fa-chess-king:before{content:"\f43f"}.fa-person-harassing:before{content:"\e549"}.fa-brazilian-real-sign:before{content:"\e46c"}.fa-landmark-alt:before,.fa-landmark-dome:before{content:"\f752"}.fa-arrow-up:before{content:"\f062"}.fa-television:before,.fa-tv-alt:before,.fa-tv:before{content:"\f26c"}.fa-shrimp:before{content:"\e448"}.fa-list-check:before,.fa-tasks:before{content:"\f0ae"}.fa-jug-detergent:before{content:"\e519"}.fa-circle-user:before,.fa-user-circle:before{content:"\f2bd"}.fa-user-shield:before{content:"\f505"}.fa-wind:before{content:"\f72e"}.fa-car-burst:before,.fa-car-crash:before{content:"\f5e1"}.fa-y:before{content:"\59"}.fa-person-snowboarding:before,.fa-snowboarding:before{content:"\f7ce"}.fa-shipping-fast:before,.fa-truck-fast:before{content:"\f48b"}.fa-fish:before{content:"\f578"}.fa-user-graduate:before{content:"\f501"}.fa-adjust:before,.fa-circle-half-stroke:before{content:"\f042"}.fa-clapperboard:before{content:"\e131"}.fa-circle-radiation:before,.fa-radiation-alt:before{content:"\f7ba"}.fa-baseball-ball:before,.fa-baseball:before{content:"\f433"}.fa-jet-fighter-up:before{content:"\e518"}.fa-diagram-project:before,.fa-project-diagram:before{content:"\f542"}.fa-copy:before{content:"\f0c5"}.fa-volume-mute:before,.fa-volume-times:before,.fa-volume-xmark:before{content:"\f6a9"}.fa-hand-sparkles:before{content:"\e05d"}.fa-grip-horizontal:before,.fa-grip:before{content:"\f58d"}.fa-share-from-square:before,.fa-share-square:before{content:"\f14d"}.fa-child-combatant:before,.fa-child-rifle:before{content:"\e4e0"}.fa-gun:before{content:"\e19b"}.fa-phone-square:before,.fa-square-phone:before{content:"\f098"}.fa-add:before,.fa-plus:before{content:"\2b"}.fa-expand:before{content:"\f065"}.fa-computer:before{content:"\e4e5"}.fa-close:before,.fa-multiply:before,.fa-remove:before,.fa-times:before,.fa-xmark:before{content:"\f00d"}.fa-arrows-up-down-left-right:before,.fa-arrows:before{content:"\f047"}.fa-chalkboard-teacher:before,.fa-chalkboard-user:before{content:"\f51c"}.fa-peso-sign:before{content:"\e222"}.fa-building-shield:before{content:"\e4d8"}.fa-baby:before{content:"\f77c"}.fa-users-line:before{content:"\e592"}.fa-quote-left-alt:before,.fa-quote-left:before{content:"\f10d"}.fa-tractor:before{content:"\f722"}.fa-trash-arrow-up:before,.fa-trash-restore:before{content:"\f829"}.fa-arrow-down-up-lock:before{content:"\e4b0"}.fa-lines-leaning:before{content:"\e51e"}.fa-ruler-combined:before{content:"\f546"}.fa-copyright:before{content:"\f1f9"}.fa-equals:before{content:"\3d"}.fa-blender:before{content:"\f517"}.fa-teeth:before{content:"\f62e"}.fa-ils:before,.fa-shekel-sign:before,.fa-shekel:before,.fa-sheqel-sign:before,.fa-sheqel:before{content:"\f20b"}.fa-map:before{content:"\f279"}.fa-rocket:before{content:"\f135"}.fa-photo-film:before,.fa-photo-video:before{content:"\f87c"}.fa-folder-minus:before{content:"\f65d"}.fa-store:before{content:"\f54e"}.fa-arrow-trend-up:before{content:"\e098"}.fa-plug-circle-minus:before{content:"\e55e"}.fa-sign-hanging:before,.fa-sign:before{content:"\f4d9"}.fa-bezier-curve:before{content:"\f55b"}.fa-bell-slash:before{content:"\f1f6"}.fa-tablet-android:before,.fa-tablet:before{content:"\f3fb"}.fa-school-flag:before{content:"\e56e"}.fa-fill:before{content:"\f575"}.fa-angle-up:before{content:"\f106"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-holly-berry:before{content:"\f7aa"}.fa-chevron-left:before{content:"\f053"}.fa-bacteria:before{content:"\e059"}.fa-hand-lizard:before{content:"\f258"}.fa-notdef:before{content:"\e1fe"}.fa-disease:before{content:"\f7fa"}.fa-briefcase-medical:before{content:"\f469"}.fa-genderless:before{content:"\f22d"}.fa-chevron-right:before{content:"\f054"}.fa-retweet:before{content:"\f079"}.fa-car-alt:before,.fa-car-rear:before{content:"\f5de"}.fa-pump-soap:before{content:"\e06b"}.fa-video-slash:before{content:"\f4e2"}.fa-battery-2:before,.fa-battery-quarter:before{content:"\f243"}.fa-radio:before{content:"\f8d7"}.fa-baby-carriage:before,.fa-carriage-baby:before{content:"\f77d"}.fa-traffic-light:before{content:"\f637"}.fa-thermometer:before{content:"\f491"}.fa-vr-cardboard:before{content:"\f729"}.fa-hand-middle-finger:before{content:"\f806"}.fa-percent:before,.fa-percentage:before{content:"\25"}.fa-truck-moving:before{content:"\f4df"}.fa-glass-water-droplet:before{content:"\e4f5"}.fa-display:before{content:"\e163"}.fa-face-smile:before,.fa-smile:before{content:"\f118"}.fa-thumb-tack:before,.fa-thumbtack:before{content:"\f08d"}.fa-trophy:before{content:"\f091"}.fa-person-praying:before,.fa-pray:before{content:"\f683"}.fa-hammer:before{content:"\f6e3"}.fa-hand-peace:before{content:"\f25b"}.fa-rotate:before,.fa-sync-alt:before{content:"\f2f1"}.fa-spinner:before{content:"\f110"}.fa-robot:before{content:"\f544"}.fa-peace:before{content:"\f67c"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-warehouse:before{content:"\f494"}.fa-arrow-up-right-dots:before{content:"\e4b7"}.fa-splotch:before{content:"\f5bc"}.fa-face-grin-hearts:before,.fa-grin-hearts:before{content:"\f584"}.fa-dice-four:before{content:"\f524"}.fa-sim-card:before{content:"\f7c4"}.fa-transgender-alt:before,.fa-transgender:before{content:"\f225"}.fa-mercury:before{content:"\f223"}.fa-arrow-turn-down:before,.fa-level-down:before{content:"\f149"}.fa-person-falling-burst:before{content:"\e547"}.fa-award:before{content:"\f559"}.fa-ticket-alt:before,.fa-ticket-simple:before{content:"\f3ff"}.fa-building:before{content:"\f1ad"}.fa-angle-double-left:before,.fa-angles-left:before{content:"\f100"}.fa-qrcode:before{content:"\f029"}.fa-clock-rotate-left:before,.fa-history:before{content:"\f1da"}.fa-face-grin-beam-sweat:before,.fa-grin-beam-sweat:before{content:"\f583"}.fa-arrow-right-from-file:before,.fa-file-export:before{content:"\f56e"}.fa-shield-blank:before,.fa-shield:before{content:"\f132"}.fa-arrow-up-short-wide:before,.fa-sort-amount-up-alt:before{content:"\f885"}.fa-house-medical:before{content:"\e3b2"}.fa-golf-ball-tee:before,.fa-golf-ball:before{content:"\f450"}.fa-chevron-circle-left:before,.fa-circle-chevron-left:before{content:"\f137"}.fa-house-chimney-window:before{content:"\e00d"}.fa-pen-nib:before{content:"\f5ad"}.fa-tent-arrow-turn-left:before{content:"\e580"}.fa-tents:before{content:"\e582"}.fa-magic:before,.fa-wand-magic:before{content:"\f0d0"}.fa-dog:before{content:"\f6d3"}.fa-carrot:before{content:"\f787"}.fa-moon:before{content:"\f186"}.fa-wine-glass-alt:before,.fa-wine-glass-empty:before{content:"\f5ce"}.fa-cheese:before{content:"\f7ef"}.fa-yin-yang:before{content:"\f6ad"}.fa-music:before{content:"\f001"}.fa-code-commit:before{content:"\f386"}.fa-temperature-low:before{content:"\f76b"}.fa-biking:before,.fa-person-biking:before{content:"\f84a"}.fa-broom:before{content:"\f51a"}.fa-shield-heart:before{content:"\e574"}.fa-gopuram:before{content:"\f664"}.fa-earth-oceania:before,.fa-globe-oceania:before{content:"\e47b"}.fa-square-xmark:before,.fa-times-square:before,.fa-xmark-square:before{content:"\f2d3"}.fa-hashtag:before{content:"\23"}.fa-expand-alt:before,.fa-up-right-and-down-left-from-center:before{content:"\f424"}.fa-oil-can:before{content:"\f613"}.fa-t:before{content:"\54"}.fa-hippo:before{content:"\f6ed"}.fa-chart-column:before{content:"\e0e3"}.fa-infinity:before{content:"\f534"}.fa-vial-circle-check:before{content:"\e596"}.fa-person-arrow-down-to-line:before{content:"\e538"}.fa-voicemail:before{content:"\f897"}.fa-fan:before{content:"\f863"}.fa-person-walking-luggage:before{content:"\e554"}.fa-arrows-alt-v:before,.fa-up-down:before{content:"\f338"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-calendar:before{content:"\f133"}.fa-trailer:before{content:"\e041"}.fa-bahai:before,.fa-haykal:before{content:"\f666"}.fa-sd-card:before{content:"\f7c2"}.fa-dragon:before{content:"\f6d5"}.fa-shoe-prints:before{content:"\f54b"}.fa-circle-plus:before,.fa-plus-circle:before{content:"\f055"}.fa-face-grin-tongue-wink:before,.fa-grin-tongue-wink:before{content:"\f58b"}.fa-hand-holding:before{content:"\f4bd"}.fa-plug-circle-exclamation:before{content:"\e55d"}.fa-chain-broken:before,.fa-chain-slash:before,.fa-link-slash:before,.fa-unlink:before{content:"\f127"}.fa-clone:before{content:"\f24d"}.fa-person-walking-arrow-loop-left:before{content:"\e551"}.fa-arrow-up-z-a:before,.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-fire-alt:before,.fa-fire-flame-curved:before{content:"\f7e4"}.fa-tornado:before{content:"\f76f"}.fa-file-circle-plus:before{content:"\e494"}.fa-book-quran:before,.fa-quran:before{content:"\f687"}.fa-anchor:before{content:"\f13d"}.fa-border-all:before{content:"\f84c"}.fa-angry:before,.fa-face-angry:before{content:"\f556"}.fa-cookie-bite:before{content:"\f564"}.fa-arrow-trend-down:before{content:"\e097"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-draw-polygon:before{content:"\f5ee"}.fa-balance-scale:before,.fa-scale-balanced:before{content:"\f24e"}.fa-gauge-simple-high:before,.fa-tachometer-fast:before,.fa-tachometer:before{content:"\f62a"}.fa-shower:before{content:"\f2cc"}.fa-desktop-alt:before,.fa-desktop:before{content:"\f390"}.fa-m:before{content:"\4d"}.fa-table-list:before,.fa-th-list:before{content:"\f00b"}.fa-comment-sms:before,.fa-sms:before{content:"\f7cd"}.fa-book:before{content:"\f02d"}.fa-user-plus:before{content:"\f234"}.fa-check:before{content:"\f00c"}.fa-battery-4:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-house-circle-check:before{content:"\e509"}.fa-angle-left:before{content:"\f104"}.fa-diagram-successor:before{content:"\e47a"}.fa-truck-arrow-right:before{content:"\e58b"}.fa-arrows-split-up-and-left:before{content:"\e4bc"}.fa-fist-raised:before,.fa-hand-fist:before{content:"\f6de"}.fa-cloud-moon:before{content:"\f6c3"}.fa-briefcase:before{content:"\f0b1"}.fa-person-falling:before{content:"\e546"}.fa-image-portrait:before,.fa-portrait:before{content:"\f3e0"}.fa-user-tag:before{content:"\f507"}.fa-rug:before{content:"\e569"}.fa-earth-europe:before,.fa-globe-europe:before{content:"\f7a2"}.fa-cart-flatbed-suitcase:before,.fa-luggage-cart:before{content:"\f59d"}.fa-rectangle-times:before,.fa-rectangle-xmark:before,.fa-times-rectangle:before,.fa-window-close:before{content:"\f410"}.fa-baht-sign:before{content:"\e0ac"}.fa-book-open:before{content:"\f518"}.fa-book-journal-whills:before,.fa-journal-whills:before{content:"\f66a"}.fa-handcuffs:before{content:"\e4f8"}.fa-exclamation-triangle:before,.fa-triangle-exclamation:before,.fa-warning:before{content:"\f071"}.fa-database:before{content:"\f1c0"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-bottle-droplet:before{content:"\e4c4"}.fa-mask-face:before{content:"\e1d7"}.fa-hill-rockslide:before{content:"\e508"}.fa-exchange-alt:before,.fa-right-left:before{content:"\f362"}.fa-paper-plane:before{content:"\f1d8"}.fa-road-circle-exclamation:before{content:"\e565"}.fa-dungeon:before{content:"\f6d9"}.fa-align-right:before{content:"\f038"}.fa-money-bill-1-wave:before,.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-life-ring:before{content:"\f1cd"}.fa-hands:before,.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-calendar-day:before{content:"\f783"}.fa-ladder-water:before,.fa-swimming-pool:before,.fa-water-ladder:before{content:"\f5c5"}.fa-arrows-up-down:before,.fa-arrows-v:before{content:"\f07d"}.fa-face-grimace:before,.fa-grimace:before{content:"\f57f"}.fa-wheelchair-alt:before,.fa-wheelchair-move:before{content:"\e2ce"}.fa-level-down-alt:before,.fa-turn-down:before{content:"\f3be"}.fa-person-walking-arrow-right:before{content:"\e552"}.fa-envelope-square:before,.fa-square-envelope:before{content:"\f199"}.fa-dice:before{content:"\f522"}.fa-bowling-ball:before{content:"\f436"}.fa-brain:before{content:"\f5dc"}.fa-band-aid:before,.fa-bandage:before{content:"\f462"}.fa-calendar-minus:before{content:"\f272"}.fa-circle-xmark:before,.fa-times-circle:before,.fa-xmark-circle:before{content:"\f057"}.fa-gifts:before{content:"\f79c"}.fa-hotel:before{content:"\f594"}.fa-earth-asia:before,.fa-globe-asia:before{content:"\f57e"}.fa-id-card-alt:before,.fa-id-card-clip:before{content:"\f47f"}.fa-magnifying-glass-plus:before,.fa-search-plus:before{content:"\f00e"}.fa-thumbs-up:before{content:"\f164"}.fa-user-clock:before{content:"\f4fd"}.fa-allergies:before,.fa-hand-dots:before{content:"\f461"}.fa-file-invoice:before{content:"\f570"}.fa-window-minimize:before{content:"\f2d1"}.fa-coffee:before,.fa-mug-saucer:before{content:"\f0f4"}.fa-brush:before{content:"\f55d"}.fa-mask:before{content:"\f6fa"}.fa-magnifying-glass-minus:before,.fa-search-minus:before{content:"\f010"}.fa-ruler-vertical:before{content:"\f548"}.fa-user-alt:before,.fa-user-large:before{content:"\f406"}.fa-train-tram:before{content:"\e5b4"}.fa-user-nurse:before{content:"\f82f"}.fa-syringe:before{content:"\f48e"}.fa-cloud-sun:before{content:"\f6c4"}.fa-stopwatch-20:before{content:"\e06f"}.fa-square-full:before{content:"\f45c"}.fa-magnet:before{content:"\f076"}.fa-jar:before{content:"\e516"}.fa-note-sticky:before,.fa-sticky-note:before{content:"\f249"}.fa-bug-slash:before{content:"\e490"}.fa-arrow-up-from-water-pump:before{content:"\e4b6"}.fa-bone:before{content:"\f5d7"}.fa-user-injured:before{content:"\f728"}.fa-face-sad-tear:before,.fa-sad-tear:before{content:"\f5b4"}.fa-plane:before{content:"\f072"}.fa-tent-arrows-down:before{content:"\e581"}.fa-exclamation:before{content:"\21"}.fa-arrows-spin:before{content:"\e4bb"}.fa-print:before{content:"\f02f"}.fa-try:before,.fa-turkish-lira-sign:before,.fa-turkish-lira:before{content:"\e2bb"}.fa-dollar-sign:before,.fa-dollar:before,.fa-usd:before{content:"\24"}.fa-x:before{content:"\58"}.fa-magnifying-glass-dollar:before,.fa-search-dollar:before{content:"\f688"}.fa-users-cog:before,.fa-users-gear:before{content:"\f509"}.fa-person-military-pointing:before{content:"\e54a"}.fa-bank:before,.fa-building-columns:before,.fa-institution:before,.fa-museum:before,.fa-university:before{content:"\f19c"}.fa-umbrella:before{content:"\f0e9"}.fa-trowel:before{content:"\e589"}.fa-d:before{content:"\44"}.fa-stapler:before{content:"\e5af"}.fa-masks-theater:before,.fa-theater-masks:before{content:"\f630"}.fa-kip-sign:before{content:"\e1c4"}.fa-hand-point-left:before{content:"\f0a5"}.fa-handshake-alt:before,.fa-handshake-simple:before{content:"\f4c6"}.fa-fighter-jet:before,.fa-jet-fighter:before{content:"\f0fb"}.fa-share-alt-square:before,.fa-square-share-nodes:before{content:"\f1e1"}.fa-barcode:before{content:"\f02a"}.fa-plus-minus:before{content:"\e43c"}.fa-video-camera:before,.fa-video:before{content:"\f03d"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-person-circle-check:before{content:"\e53e"}.fa-level-up-alt:before,.fa-turn-up:before{content:"\f3bf"}
.fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}:host,:root{--fa-style-family-brands:"Font Awesome 6 Brands";--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:swap;src:url(//www.kljb-straubing-bogen.de/wp-content/plugins/nextgen-gallery/static/FontAwesome/webfonts/fa-brands-400.woff2) format("woff2"),url(//www.kljb-straubing-bogen.de/wp-content/plugins/nextgen-gallery/static/FontAwesome/webfonts/fa-brands-400.ttf) format("truetype")}.fa-brands,.fab{font-weight:400}.fa-monero:before{content:"\f3d0"}.fa-hooli:before{content:"\f427"}.fa-yelp:before{content:"\f1e9"}.fa-cc-visa:before{content:"\f1f0"}.fa-lastfm:before{content:"\f202"}.fa-shopware:before{content:"\f5b5"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-aws:before{content:"\f375"}.fa-redhat:before{content:"\f7bc"}.fa-yoast:before{content:"\f2b1"}.fa-cloudflare:before{content:"\e07d"}.fa-ups:before{content:"\f7e0"}.fa-pixiv:before{content:"\e640"}.fa-wpexplorer:before{content:"\f2de"}.fa-dyalog:before{content:"\f399"}.fa-bity:before{content:"\f37a"}.fa-stackpath:before{content:"\f842"}.fa-buysellads:before{content:"\f20d"}.fa-first-order:before{content:"\f2b0"}.fa-modx:before{content:"\f285"}.fa-guilded:before{content:"\e07e"}.fa-vnv:before{content:"\f40b"}.fa-js-square:before,.fa-square-js:before{content:"\f3b9"}.fa-microsoft:before{content:"\f3ca"}.fa-qq:before{content:"\f1d6"}.fa-orcid:before{content:"\f8d2"}.fa-java:before{content:"\f4e4"}.fa-invision:before{content:"\f7b0"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-centercode:before{content:"\f380"}.fa-glide-g:before{content:"\f2a6"}.fa-drupal:before{content:"\f1a9"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-unity:before{content:"\e049"}.fa-whmcs:before{content:"\f40d"}.fa-rocketchat:before{content:"\f3e8"}.fa-vk:before{content:"\f189"}.fa-untappd:before{content:"\f405"}.fa-mailchimp:before{content:"\f59e"}.fa-css3-alt:before{content:"\f38b"}.fa-reddit-square:before,.fa-square-reddit:before{content:"\f1a2"}.fa-vimeo-v:before{content:"\f27d"}.fa-contao:before{content:"\f26d"}.fa-square-font-awesome:before{content:"\e5ad"}.fa-deskpro:before{content:"\f38f"}.fa-brave:before{content:"\e63c"}.fa-sistrix:before{content:"\f3ee"}.fa-instagram-square:before,.fa-square-instagram:before{content:"\e055"}.fa-battle-net:before{content:"\f835"}.fa-the-red-yeti:before{content:"\f69d"}.fa-hacker-news-square:before,.fa-square-hacker-news:before{content:"\f3af"}.fa-edge:before{content:"\f282"}.fa-threads:before{content:"\e618"}.fa-napster:before{content:"\f3d2"}.fa-snapchat-square:before,.fa-square-snapchat:before{content:"\f2ad"}.fa-google-plus-g:before{content:"\f0d5"}.fa-artstation:before{content:"\f77a"}.fa-markdown:before{content:"\f60f"}.fa-sourcetree:before{content:"\f7d3"}.fa-google-plus:before{content:"\f2b3"}.fa-diaspora:before{content:"\f791"}.fa-foursquare:before{content:"\f180"}.fa-stack-overflow:before{content:"\f16c"}.fa-github-alt:before{content:"\f113"}.fa-phoenix-squadron:before{content:"\f511"}.fa-pagelines:before{content:"\f18c"}.fa-algolia:before{content:"\f36c"}.fa-red-river:before{content:"\f3e3"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-safari:before{content:"\f267"}.fa-google:before{content:"\f1a0"}.fa-font-awesome-alt:before,.fa-square-font-awesome-stroke:before{content:"\f35c"}.fa-atlassian:before{content:"\f77b"}.fa-linkedin-in:before{content:"\f0e1"}.fa-digital-ocean:before{content:"\f391"}.fa-nimblr:before{content:"\f5a8"}.fa-chromecast:before{content:"\f838"}.fa-evernote:before{content:"\f839"}.fa-hacker-news:before{content:"\f1d4"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-adversal:before{content:"\f36a"}.fa-creative-commons:before{content:"\f25e"}.fa-watchman-monitoring:before{content:"\e087"}.fa-fonticons:before{content:"\f280"}.fa-weixin:before{content:"\f1d7"}.fa-shirtsinbulk:before{content:"\f214"}.fa-codepen:before{content:"\f1cb"}.fa-git-alt:before{content:"\f841"}.fa-lyft:before{content:"\f3c3"}.fa-rev:before{content:"\f5b2"}.fa-windows:before{content:"\f17a"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-square-viadeo:before,.fa-viadeo-square:before{content:"\f2aa"}.fa-meetup:before{content:"\f2e0"}.fa-centos:before{content:"\f789"}.fa-adn:before{content:"\f170"}.fa-cloudsmith:before{content:"\f384"}.fa-opensuse:before{content:"\e62b"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-dribbble-square:before,.fa-square-dribbble:before{content:"\f397"}.fa-codiepie:before{content:"\f284"}.fa-node:before{content:"\f419"}.fa-mix:before{content:"\f3cb"}.fa-steam:before{content:"\f1b6"}.fa-cc-apple-pay:before{content:"\f416"}.fa-scribd:before{content:"\f28a"}.fa-debian:before{content:"\e60b"}.fa-openid:before{content:"\f19b"}.fa-instalod:before{content:"\e081"}.fa-expeditedssl:before{content:"\f23e"}.fa-sellcast:before{content:"\f2da"}.fa-square-twitter:before,.fa-twitter-square:before{content:"\f081"}.fa-r-project:before{content:"\f4f7"}.fa-delicious:before{content:"\f1a5"}.fa-freebsd:before{content:"\f3a4"}.fa-vuejs:before{content:"\f41f"}.fa-accusoft:before{content:"\f369"}.fa-ioxhost:before{content:"\f208"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-app-store:before{content:"\f36f"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-itunes-note:before{content:"\f3b5"}.fa-golang:before{content:"\e40f"}.fa-kickstarter:before{content:"\f3bb"}.fa-grav:before{content:"\f2d6"}.fa-weibo:before{content:"\f18a"}.fa-uncharted:before{content:"\e084"}.fa-firstdraft:before{content:"\f3a1"}.fa-square-youtube:before,.fa-youtube-square:before{content:"\f431"}.fa-wikipedia-w:before{content:"\f266"}.fa-rendact:before,.fa-wpressr:before{content:"\f3e4"}.fa-angellist:before{content:"\f209"}.fa-galactic-republic:before{content:"\f50c"}.fa-nfc-directional:before{content:"\e530"}.fa-skype:before{content:"\f17e"}.fa-joget:before{content:"\f3b7"}.fa-fedora:before{content:"\f798"}.fa-stripe-s:before{content:"\f42a"}.fa-meta:before{content:"\e49b"}.fa-laravel:before{content:"\f3bd"}.fa-hotjar:before{content:"\f3b1"}.fa-bluetooth-b:before{content:"\f294"}.fa-square-letterboxd:before{content:"\e62e"}.fa-sticker-mule:before{content:"\f3f7"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-hips:before{content:"\f452"}.fa-behance:before{content:"\f1b4"}.fa-reddit:before{content:"\f1a1"}.fa-discord:before{content:"\f392"}.fa-chrome:before{content:"\f268"}.fa-app-store-ios:before{content:"\f370"}.fa-cc-discover:before{content:"\f1f2"}.fa-wpbeginner:before{content:"\f297"}.fa-confluence:before{content:"\f78d"}.fa-shoelace:before{content:"\e60c"}.fa-mdb:before{content:"\f8ca"}.fa-dochub:before{content:"\f394"}.fa-accessible-icon:before{content:"\f368"}.fa-ebay:before{content:"\f4f4"}.fa-amazon:before{content:"\f270"}.fa-unsplash:before{content:"\e07c"}.fa-yarn:before{content:"\f7e3"}.fa-square-steam:before,.fa-steam-square:before{content:"\f1b7"}.fa-500px:before{content:"\f26e"}.fa-square-vimeo:before,.fa-vimeo-square:before{content:"\f194"}.fa-asymmetrik:before{content:"\f372"}.fa-font-awesome-flag:before,.fa-font-awesome-logo-full:before,.fa-font-awesome:before{content:"\f2b4"}.fa-gratipay:before{content:"\f184"}.fa-apple:before{content:"\f179"}.fa-hive:before{content:"\e07f"}.fa-gitkraken:before{content:"\f3a6"}.fa-keybase:before{content:"\f4f5"}.fa-apple-pay:before{content:"\f415"}.fa-padlet:before{content:"\e4a0"}.fa-amazon-pay:before{content:"\f42c"}.fa-github-square:before,.fa-square-github:before{content:"\f092"}.fa-stumbleupon:before{content:"\f1a4"}.fa-fedex:before{content:"\f797"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-shopify:before{content:"\e057"}.fa-neos:before{content:"\f612"}.fa-square-threads:before{content:"\e619"}.fa-hackerrank:before{content:"\f5f7"}.fa-researchgate:before{content:"\f4f8"}.fa-swift:before{content:"\f8e1"}.fa-angular:before{content:"\f420"}.fa-speakap:before{content:"\f3f3"}.fa-angrycreative:before{content:"\f36e"}.fa-y-combinator:before{content:"\f23b"}.fa-empire:before{content:"\f1d1"}.fa-envira:before{content:"\f299"}.fa-google-scholar:before{content:"\e63b"}.fa-gitlab-square:before,.fa-square-gitlab:before{content:"\e5ae"}.fa-studiovinari:before{content:"\f3f8"}.fa-pied-piper:before{content:"\f2ae"}.fa-wordpress:before{content:"\f19a"}.fa-product-hunt:before{content:"\f288"}.fa-firefox:before{content:"\f269"}.fa-linode:before{content:"\f2b8"}.fa-goodreads:before{content:"\f3a8"}.fa-odnoklassniki-square:before,.fa-square-odnoklassniki:before{content:"\f264"}.fa-jsfiddle:before{content:"\f1cc"}.fa-sith:before{content:"\f512"}.fa-themeisle:before{content:"\f2b2"}.fa-page4:before{content:"\f3d7"}.fa-hashnode:before{content:"\e499"}.fa-react:before{content:"\f41b"}.fa-cc-paypal:before{content:"\f1f4"}.fa-squarespace:before{content:"\f5be"}.fa-cc-stripe:before{content:"\f1f5"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-bitcoin:before{content:"\f379"}.fa-keycdn:before{content:"\f3ba"}.fa-opera:before{content:"\f26a"}.fa-itch-io:before{content:"\f83a"}.fa-umbraco:before{content:"\f8e8"}.fa-galactic-senate:before{content:"\f50d"}.fa-ubuntu:before{content:"\f7df"}.fa-draft2digital:before{content:"\f396"}.fa-stripe:before{content:"\f429"}.fa-houzz:before{content:"\f27c"}.fa-gg:before{content:"\f260"}.fa-dhl:before{content:"\f790"}.fa-pinterest-square:before,.fa-square-pinterest:before{content:"\f0d3"}.fa-xing:before{content:"\f168"}.fa-blackberry:before{content:"\f37b"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-playstation:before{content:"\f3df"}.fa-quinscape:before{content:"\f459"}.fa-less:before{content:"\f41d"}.fa-blogger-b:before{content:"\f37d"}.fa-opencart:before{content:"\f23d"}.fa-vine:before{content:"\f1ca"}.fa-signal-messenger:before{content:"\e663"}.fa-paypal:before{content:"\f1ed"}.fa-gitlab:before{content:"\f296"}.fa-typo3:before{content:"\f42b"}.fa-reddit-alien:before{content:"\f281"}.fa-yahoo:before{content:"\f19e"}.fa-dailymotion:before{content:"\e052"}.fa-affiliatetheme:before{content:"\f36b"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-bootstrap:before{content:"\f836"}.fa-odnoklassniki:before{content:"\f263"}.fa-nfc-symbol:before{content:"\e531"}.fa-mintbit:before{content:"\e62f"}.fa-ethereum:before{content:"\f42e"}.fa-speaker-deck:before{content:"\f83c"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-patreon:before{content:"\f3d9"}.fa-avianex:before{content:"\f374"}.fa-ello:before{content:"\f5f1"}.fa-gofore:before{content:"\f3a7"}.fa-bimobject:before{content:"\f378"}.fa-brave-reverse:before{content:"\e63d"}.fa-facebook-f:before{content:"\f39e"}.fa-google-plus-square:before,.fa-square-google-plus:before{content:"\f0d4"}.fa-mandalorian:before{content:"\f50f"}.fa-first-order-alt:before{content:"\f50a"}.fa-osi:before{content:"\f41a"}.fa-google-wallet:before{content:"\f1ee"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-periscope:before{content:"\f3da"}.fa-fulcrum:before{content:"\f50b"}.fa-cloudscale:before{content:"\f383"}.fa-forumbee:before{content:"\f211"}.fa-mizuni:before{content:"\f3cc"}.fa-schlix:before{content:"\f3ea"}.fa-square-xing:before,.fa-xing-square:before{content:"\f169"}.fa-bandcamp:before{content:"\f2d5"}.fa-wpforms:before{content:"\f298"}.fa-cloudversify:before{content:"\f385"}.fa-usps:before{content:"\f7e1"}.fa-megaport:before{content:"\f5a3"}.fa-magento:before{content:"\f3c4"}.fa-spotify:before{content:"\f1bc"}.fa-optin-monster:before{content:"\f23c"}.fa-fly:before{content:"\f417"}.fa-aviato:before{content:"\f421"}.fa-itunes:before{content:"\f3b4"}.fa-cuttlefish:before{content:"\f38c"}.fa-blogger:before{content:"\f37c"}.fa-flickr:before{content:"\f16e"}.fa-viber:before{content:"\f409"}.fa-soundcloud:before{content:"\f1be"}.fa-digg:before{content:"\f1a6"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-letterboxd:before{content:"\e62d"}.fa-symfony:before{content:"\f83d"}.fa-maxcdn:before{content:"\f136"}.fa-etsy:before{content:"\f2d7"}.fa-facebook-messenger:before{content:"\f39f"}.fa-audible:before{content:"\f373"}.fa-think-peaks:before{content:"\f731"}.fa-bilibili:before{content:"\e3d9"}.fa-erlang:before{content:"\f39d"}.fa-x-twitter:before{content:"\e61b"}.fa-cotton-bureau:before{content:"\f89e"}.fa-dashcube:before{content:"\f210"}.fa-42-group:before,.fa-innosoft:before{content:"\e080"}.fa-stack-exchange:before{content:"\f18d"}.fa-elementor:before{content:"\f430"}.fa-pied-piper-square:before,.fa-square-pied-piper:before{content:"\e01e"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-palfed:before{content:"\f3d8"}.fa-superpowers:before{content:"\f2dd"}.fa-resolving:before{content:"\f3e7"}.fa-xbox:before{content:"\f412"}.fa-searchengin:before{content:"\f3eb"}.fa-tiktok:before{content:"\e07b"}.fa-facebook-square:before,.fa-square-facebook:before{content:"\f082"}.fa-renren:before{content:"\f18b"}.fa-linux:before{content:"\f17c"}.fa-glide:before{content:"\f2a5"}.fa-linkedin:before{content:"\f08c"}.fa-hubspot:before{content:"\f3b2"}.fa-deploydog:before{content:"\f38e"}.fa-twitch:before{content:"\f1e8"}.fa-ravelry:before{content:"\f2d9"}.fa-mixer:before{content:"\e056"}.fa-lastfm-square:before,.fa-square-lastfm:before{content:"\f203"}.fa-vimeo:before{content:"\f40a"}.fa-mendeley:before{content:"\f7b3"}.fa-uniregistry:before{content:"\f404"}.fa-figma:before{content:"\f799"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-dropbox:before{content:"\f16b"}.fa-instagram:before{content:"\f16d"}.fa-cmplid:before{content:"\e360"}.fa-upwork:before{content:"\e641"}.fa-facebook:before{content:"\f09a"}.fa-gripfire:before{content:"\f3ac"}.fa-jedi-order:before{content:"\f50e"}.fa-uikit:before{content:"\f403"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-phabricator:before{content:"\f3db"}.fa-ussunnah:before{content:"\f407"}.fa-earlybirds:before{content:"\f39a"}.fa-trade-federation:before{content:"\f513"}.fa-autoprefixer:before{content:"\f41c"}.fa-whatsapp:before{content:"\f232"}.fa-slideshare:before{content:"\f1e7"}.fa-google-play:before{content:"\f3ab"}.fa-viadeo:before{content:"\f2a9"}.fa-line:before{content:"\f3c0"}.fa-google-drive:before{content:"\f3aa"}.fa-servicestack:before{content:"\f3ec"}.fa-simplybuilt:before{content:"\f215"}.fa-bitbucket:before{content:"\f171"}.fa-imdb:before{content:"\f2d8"}.fa-deezer:before{content:"\e077"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-jira:before{content:"\f7b1"}.fa-docker:before{content:"\f395"}.fa-screenpal:before{content:"\e570"}.fa-bluetooth:before{content:"\f293"}.fa-gitter:before{content:"\f426"}.fa-d-and-d:before{content:"\f38d"}.fa-microblog:before{content:"\e01a"}.fa-cc-diners-club:before{content:"\f24c"}.fa-gg-circle:before{content:"\f261"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-yandex:before{content:"\f413"}.fa-readme:before{content:"\f4d5"}.fa-html5:before{content:"\f13b"}.fa-sellsy:before{content:"\f213"}.fa-sass:before{content:"\f41e"}.fa-wirsindhandwerk:before,.fa-wsh:before{content:"\e2d0"}.fa-buromobelexperte:before{content:"\f37f"}.fa-salesforce:before{content:"\f83b"}.fa-octopus-deploy:before{content:"\e082"}.fa-medapps:before{content:"\f3c6"}.fa-ns8:before{content:"\f3d5"}.fa-pinterest-p:before{content:"\f231"}.fa-apper:before{content:"\f371"}.fa-fort-awesome:before{content:"\f286"}.fa-waze:before{content:"\f83f"}.fa-cc-jcb:before{content:"\f24b"}.fa-snapchat-ghost:before,.fa-snapchat:before{content:"\f2ab"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-rust:before{content:"\e07a"}.fa-wix:before{content:"\f5cf"}.fa-behance-square:before,.fa-square-behance:before{content:"\f1b5"}.fa-supple:before{content:"\f3f9"}.fa-webflow:before{content:"\e65c"}.fa-rebel:before{content:"\f1d0"}.fa-css3:before{content:"\f13c"}.fa-staylinked:before{content:"\f3f5"}.fa-kaggle:before{content:"\f5fa"}.fa-space-awesome:before{content:"\e5ac"}.fa-deviantart:before{content:"\f1bd"}.fa-cpanel:before{content:"\f388"}.fa-goodreads-g:before{content:"\f3a9"}.fa-git-square:before,.fa-square-git:before{content:"\f1d2"}.fa-square-tumblr:before,.fa-tumblr-square:before{content:"\f174"}.fa-trello:before{content:"\f181"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-get-pocket:before{content:"\f265"}.fa-perbyte:before{content:"\e083"}.fa-grunt:before{content:"\f3ad"}.fa-weebly:before{content:"\f5cc"}.fa-connectdevelop:before{content:"\f20e"}.fa-leanpub:before{content:"\f212"}.fa-black-tie:before{content:"\f27e"}.fa-themeco:before{content:"\f5c6"}.fa-python:before{content:"\f3e2"}.fa-android:before{content:"\f17b"}.fa-bots:before{content:"\e340"}.fa-free-code-camp:before{content:"\f2c5"}.fa-hornbill:before{content:"\f592"}.fa-js:before{content:"\f3b8"}.fa-ideal:before{content:"\e013"}.fa-git:before{content:"\f1d3"}.fa-dev:before{content:"\f6cc"}.fa-sketch:before{content:"\f7c6"}.fa-yandex-international:before{content:"\f414"}.fa-cc-amex:before{content:"\f1f3"}.fa-uber:before{content:"\f402"}.fa-github:before{content:"\f09b"}.fa-php:before{content:"\f457"}.fa-alipay:before{content:"\f642"}.fa-youtube:before{content:"\f167"}.fa-skyatlas:before{content:"\f216"}.fa-firefox-browser:before{content:"\e007"}.fa-replyd:before{content:"\f3e6"}.fa-suse:before{content:"\f7d6"}.fa-jenkins:before{content:"\f3b6"}.fa-twitter:before{content:"\f099"}.fa-rockrms:before{content:"\f3e9"}.fa-pinterest:before{content:"\f0d2"}.fa-buffer:before{content:"\f837"}.fa-npm:before{content:"\f3d4"}.fa-yammer:before{content:"\f840"}.fa-btc:before{content:"\f15a"}.fa-dribbble:before{content:"\f17d"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-internet-explorer:before{content:"\f26b"}.fa-stubber:before{content:"\e5c7"}.fa-telegram-plane:before,.fa-telegram:before{content:"\f2c6"}.fa-old-republic:before{content:"\f510"}.fa-odysee:before{content:"\e5c6"}.fa-square-whatsapp:before,.fa-whatsapp-square:before{content:"\f40c"}.fa-node-js:before{content:"\f3d3"}.fa-edge-legacy:before{content:"\e078"}.fa-slack-hash:before,.fa-slack:before{content:"\f198"}.fa-medrt:before{content:"\f3c8"}.fa-usb:before{content:"\f287"}.fa-tumblr:before{content:"\f173"}.fa-vaadin:before{content:"\f408"}.fa-quora:before{content:"\f2c4"}.fa-square-x-twitter:before{content:"\e61a"}.fa-reacteurope:before{content:"\f75d"}.fa-medium-m:before,.fa-medium:before{content:"\f23a"}.fa-amilia:before{content:"\f36d"}.fa-mixcloud:before{content:"\f289"}.fa-flipboard:before{content:"\f44d"}.fa-viacoin:before{content:"\f237"}.fa-critical-role:before{content:"\f6c9"}.fa-sitrox:before{content:"\e44a"}.fa-discourse:before{content:"\f393"}.fa-joomla:before{content:"\f1aa"}.fa-mastodon:before{content:"\f4f6"}.fa-airbnb:before{content:"\f834"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-buy-n-large:before{content:"\f8a6"}.fa-gulp:before{content:"\f3ae"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-strava:before{content:"\f428"}.fa-ember:before{content:"\f423"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-teamspeak:before{content:"\f4f9"}.fa-pushed:before{content:"\f3e1"}.fa-wordpress-simple:before{content:"\f411"}.fa-nutritionix:before{content:"\f3d6"}.fa-wodu:before{content:"\e088"}.fa-google-pay:before{content:"\e079"}.fa-intercom:before{content:"\f7af"}.fa-zhihu:before{content:"\f63f"}.fa-korvue:before{content:"\f42f"}.fa-pix:before{content:"\e43a"}.fa-steam-symbol:before{content:"\f3f6"}:host,:root{--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;font-display:swap;src:url(//www.kljb-straubing-bogen.de/wp-content/plugins/nextgen-gallery/static/FontAwesome/webfonts/fa-regular-400.woff2) format("woff2"),url(//www.kljb-straubing-bogen.de/wp-content/plugins/nextgen-gallery/static/FontAwesome/webfonts/fa-regular-400.ttf) format("truetype")}.fa-regular,.far{font-weight:400}:host,:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:swap;src:url(//www.kljb-straubing-bogen.de/wp-content/plugins/nextgen-gallery/static/FontAwesome/webfonts/fa-solid-900.woff2) format("woff2"),url(//www.kljb-straubing-bogen.de/wp-content/plugins/nextgen-gallery/static/FontAwesome/webfonts/fa-solid-900.ttf) format("truetype")}.fa-solid,.fas{font-weight:900}@font-face{font-family:"Font Awesome 5 Brands";font-display:swap;font-weight:400;src:url(//www.kljb-straubing-bogen.de/wp-content/plugins/nextgen-gallery/static/FontAwesome/webfonts/fa-brands-400.woff2) format("woff2"),url(//www.kljb-straubing-bogen.de/wp-content/plugins/nextgen-gallery/static/FontAwesome/webfonts/fa-brands-400.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:swap;font-weight:900;src:url(//www.kljb-straubing-bogen.de/wp-content/plugins/nextgen-gallery/static/FontAwesome/webfonts/fa-solid-900.woff2) format("woff2"),url(//www.kljb-straubing-bogen.de/wp-content/plugins/nextgen-gallery/static/FontAwesome/webfonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:swap;font-weight:400;src:url(//www.kljb-straubing-bogen.de/wp-content/plugins/nextgen-gallery/static/FontAwesome/webfonts/fa-regular-400.woff2) format("woff2"),url(//www.kljb-straubing-bogen.de/wp-content/plugins/nextgen-gallery/static/FontAwesome/webfonts/fa-regular-400.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:swap;src:url(//www.kljb-straubing-bogen.de/wp-content/plugins/nextgen-gallery/static/FontAwesome/webfonts/fa-solid-900.woff2) format("woff2"),url(//www.kljb-straubing-bogen.de/wp-content/plugins/nextgen-gallery/static/FontAwesome/webfonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:swap;src:url(//www.kljb-straubing-bogen.de/wp-content/plugins/nextgen-gallery/static/FontAwesome/webfonts/fa-brands-400.woff2) format("woff2"),url(//www.kljb-straubing-bogen.de/wp-content/plugins/nextgen-gallery/static/FontAwesome/webfonts/fa-brands-400.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:swap;src:url(//www.kljb-straubing-bogen.de/wp-content/plugins/nextgen-gallery/static/FontAwesome/webfonts/fa-regular-400.woff2) format("woff2"),url(//www.kljb-straubing-bogen.de/wp-content/plugins/nextgen-gallery/static/FontAwesome/webfonts/fa-regular-400.ttf) format("truetype");unicode-range:u+f003,u+f006,u+f014,u+f016-f017,u+f01a-f01b,u+f01d,u+f022,u+f03e,u+f044,u+f046,u+f05c-f05d,u+f06e,u+f070,u+f087-f088,u+f08a,u+f094,u+f096-f097,u+f09d,u+f0a0,u+f0a2,u+f0a4-f0a7,u+f0c5,u+f0c7,u+f0e5-f0e6,u+f0eb,u+f0f6-f0f8,u+f10c,u+f114-f115,u+f118-f11a,u+f11c-f11d,u+f133,u+f147,u+f14e,u+f150-f152,u+f185-f186,u+f18e,u+f190-f192,u+f196,u+f1c1-f1c9,u+f1d9,u+f1db,u+f1e3,u+f1ea,u+f1f7,u+f1f9,u+f20a,u+f247-f248,u+f24a,u+f24d,u+f255-f25b,u+f25d,u+f271-f274,u+f278,u+f27b,u+f28c,u+f28e,u+f29c,u+f2b5,u+f2b7,u+f2ba,u+f2bc,u+f2be,u+f2c0-f2c1,u+f2c3,u+f2d0,u+f2d2,u+f2d4,u+f2dc}@font-face{font-family:"FontAwesome";font-display:swap;src:url(//www.kljb-straubing-bogen.de/wp-content/plugins/nextgen-gallery/static/FontAwesome/webfonts/fa-v4compatibility.woff2) format("woff2"),url(//www.kljb-straubing-bogen.de/wp-content/plugins/nextgen-gallery/static/FontAwesome/webfonts/fa-v4compatibility.ttf) format("truetype");unicode-range:u+f041,u+f047,u+f065-f066,u+f07d-f07e,u+f080,u+f08b,u+f08e,u+f090,u+f09a,u+f0ac,u+f0ae,u+f0b2,u+f0d0,u+f0d6,u+f0e4,u+f0ec,u+f10a-f10b,u+f123,u+f13e,u+f148-f149,u+f14c,u+f156,u+f15e,u+f160-f161,u+f163,u+f175-f178,u+f195,u+f1f8,u+f219,u+f27a}.ngg-navigation {
font-size: 0.9em !important;
clear: both !important;
display: block !important;
padding-top: 24px;
padding-bottom: 3px;
text-align: center;
}
.ngg-navigation a.page-numbers,
.ngg-navigation a.next,
.ngg-navigation a.prev,
.ngg-navigation span.page-numbers,
.ngg-navigation span.next,
.ngg-navigation span.prev,
.ngg-navigation span.current {
background: #BBB;
border: none;
border-radius: 2px;
box-shadow: none;
color: #fff;
display:inline;
font-size: 14px;
font-weight: bold;
margin-right: 3px;
padding: 4px 8px;
text-decoration: none;
cursor: pointer !important;
}
.ngg-navigation .ellipsis {
background: #BBB;
border: none;
border-radius: 2px;
box-shadow: none;
color: #fff;
display:inline;
font-size: 14px;
font-weight: bold;
margin-right: 3px;
padding: 4px 8px;
text-decoration: none;
}
.ngg-navigation span.current {
background: #666;
}
.ngg-navigation a.next,
.ngg-navigation a.prev,
.ngg-navigation span.next,
.ngg-navigation span.prev {
background: transparent;
color: #BBB;
padding: 2px;
border: none;
}
.ngg-navigation a.page-numbers:hover,
.ngg-navigation span.page-numbers:hover,
.ngg-navigation span.current:hover {
background: #666;
color: #FFFFFF !important;
text-decoration: none !important;
}
.ngg-navigation a.next:hover,
.ngg-navigation a.prev:hover,
.ngg-navigation span.next,
.ngg-navigation span.prev {
color: #666 !important;
}
.ngg-navigation a.page-numbers {
display: inline;
}
.ngg-clear {
clear: both;
}.ngg-albumoverview {
margin-top: 10px;
width: 100%;
clear: both;
display: block !important;
margin-top: 40px;
margin-bottom: 50px;
}
.ngg-album {
height: 100%;
overflow: hidden;
padding: 5px;
margin-bottom: 5px;
border: 1px solid #cccccc;
}
.ngg-albumtitle {
text-align: left;
font-weight: bold;
margin: 0px;
padding: 0px;
font-size: 1.4em;
margin-bottom: 10px;
}
.ngg-thumbnail {
float: left;
margin-right: 12px;
}
.ngg-thumbnail img {
background-color: #FFFFFF;
border: 1px solid #A9A9A9;
margin: 4px 0px 4px 5px;
padding: 4px;
position: relative;
}
.ngg-thumbnail img:hover {
background-color: #A9A9A9;
}
.ngg-description {
text-align: left;
} .ngg-album-compact {
float: left;
padding: 0 12px 4px 0 !important;
margin: 0px !important;
text-align: left;
}
.ngg-album-compact a {
border: none;
}
.ngg-album-compactbox {
margin: 0 !important;
padding: 8px !important;
box-sizing: border-box;
-moz-box-sizing: border-box;
position: relative;
border: 1px solid gray;
border-radius: 6px;
z-index: 1;
}
.ngg-album-compactbox:before {
content: ' ';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: -7px;
border-bottom: 1px solid gray;
border-radius: 6px;
z-index: -1;
}
.ngg-album-compactbox:after {
content: ' ';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: -4px;
border-bottom: 1px solid gray;
border-radius: 6px;
z-index: -1;
}
.ngg-album-compactbox .Thumb {
margin: 0px !important;
padding: 0px 0 0 0 !important;
border: 1px solid black !important;
}
.ngg-album-compact h4 {
font-size: 15px;
font-weight: bold;
margin: 0;
margin-top: 10px;
}
.ngg-album-compact h4 .ngg-album-desc {
overflow: hidden;
display: block;
height: 54px;
}
.ngg-album-compact p {
font-size: 11px;
margin: 0;
}
.ngg-clear {
clear: both;
float: none;
} .ngg-albumoverview.default-view .ngg-album {
border: 1px solid rgba(150,150,150,.4);
margin-bottom: 15px;
padding: 40px 36px 30px;
}
.ngg-albumoverview.default-view .ngg-albumtitle {
font-size: 17px;
text-transform: uppercase;
}
.ngg-albumoverview.default-view .ngg-thumbnail {
margin-right: 20px;
}
.ngg-albumoverview.default-view .ngg-thumbnail img {
background: transparent;
border: 1px solid rgba(150,150,150,.1);
padding: 0px;
margin: 0;
}
.ngg-albumoverview.default-view .ngg-thumbnail img:hover {
background-color: transparent;
}
.ngg-albumoverview.default-view .ngg-description,
.ngg-albumoverview.default-view .ngg-description p {
font-size: 15px;
margin: 0 0 10px;
}
.ngg-albumoverview.default-view p.ngg-album-gallery-image-counter {
display: none;
}
@media (max-width: 960px) {
.ngg-albumoverview.default-view .ngg-albumtitle {
font-size: 16px;
}
.ngg-albumoverview.default-view .ngg-description,
.ngg-albumoverview.default-view .ngg-description p {
font-size: 14px;
}
}
@media (max-width: 800px) {
.ngg-albumoverview.default-view .ngg-album {
padding: 22px 20px 14px;
}
.ngg-albumoverview.default-view .ngg-thumbnail img {
max-width: 240px;
}
.ngg-albumoverview.default-view .ngg-albumtitle {
font-size: 15px;
}
.ngg-albumoverview.default-view .ngg-description,
.ngg-albumoverview.default-view .ngg-description p {
font-size: 13px;
}
}
@media (max-width: 600px) {
.ngg-albumoverview.default-view .ngg-album {
padding: 40px 36px 30px;
}
.ngg-albumoverview.default-view .ngg-album,
.ngg-albumoverview.default-view .ngg-albumtitle,
.ngg-albumoverview.default-view .ngg-description {
text-align: center;
}
.ngg-albumoverview.default-view .ngg-thumbnail {
float:none;
margin-right: 0;
margin-bottom: 20px;
}
.ngg-albumoverview.default-view .ngg-thumbnail img {
max-width: 100%;
}
} .ngg-albumoverview.default-view {
text-align: center;
}
.ngg-albumoverview.default-view .ngg-album-compact {
text-align: center;
margin: 0 10px 10px 0 !important;
padding: 10px !important;
border: 1px solid rgba(150,150,150,.3);
box-shadow: 0 0 4px 2px rgba(150,150,150,.1);
float: none;
display: inline-block;
}
.ngg-albumoverview.default-view .ngg-album-compactbox,
.ngg-albumoverview.default-view .ngg-album-compactbox .Thumb {
border: none !important;
}
.ngg-albumoverview.default-view .ngg-album-compactbox:before,
.ngg-albumoverview.default-view .ngg-album-compactbox:after,
.ngg-albumoverview.default-view p.ngg-album-gallery-image-counter {
display: none;
}
.ngg-albumoverview.default-view .ngg-album-compact h4 {
padding: 0;
}
.ngg-albumoverview.default-view .ngg-album-compact h4 .ngg-album-desc {
font-size: 14px;
letter-spacing: 1.4px;
box-shadow: none;
}.ngg-breadcrumbs {
list-style: none;
overflow: hidden;
margin: 0;
padding: .5em 0 .5em 0;
margin-left: 0 !important;
text-transform: uppercase;
font-size: 14px;
margin: 30px 0 30px !important;
}
ul.ngg-breadcrumbs > li {
float: left;
padding: 0 .3em 0 .15em;
margin: 0;
vertical-align: middle;
border: none;
list-style-type: none;
}
.ngg-breadcrumbs li a {
}
.ngg-breadcrumbs .ngg-breadcrumb-divisor {
margin: 0;
padding: 0 0 0 .15em;
}body {
background: #fff !important;
}
.wpgmza_sl_radius_div {
display: inherit !important;
}
.wpgmza_sl_query_innerdiv2 {
margin-bottom: 1rem !important;
}
.wpgmza_sl_main_div, .wpgmza_map {
margin-bottom: 4rem;
}
.wpgmza_sl_search_button_div {
margin-top: 20px !important;
float: left !important;
clear: both !important;
left: 4px;
position: relative;
margin-bottom: 50px !important;
}
.BorlabsCookie ._brlbs-google-maps a._brlbs-btn {
background: #00847e !important;
}
.no-touch .owl-carousel.navpos_outside.navstyle_circle>.owl-nav div:hover, .no-touch .owl-carousel.navpos_outside.navstyle_block>.owl-nav div:hover {
background: transparent !important;
color: #c8d100 !important;
}
.ngg-albumoverview.default-view .ngg-album-compact {
text-align: center;
margin: 0 !important;
padding: 0px !important;
border: 0px solid rgba(150,150,150,.3);
box-shadow: none !important;
float: none;
display: inline-block;
}
.ngg-albumoverview, .ngg-galleryoverview {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.ngg-album-compactbox {
padding: 10px !important;
border: none !important;
}
.ngg-album-compact h4 .ngg-album-desc {
height: auto !important;
}
.ngg-album-compact h4 {
font-size: 17px !important;
margin-top: 0 !important;
margin-bottom: 2rem !important;
}
.ngg-albumoverview.default-view .ngg-album-compact h4 .ngg-album-desc {
font-size: 18px !important;
letter-spacing: 0.4px !important;
}
.ngg-breadcrumbs {
list-style: none;
overflow: hidden;
margin: 0;
padding: 0.5em 0 0.5em 0;
margin-left: 0 !important;
text-transform: uppercase;
font-size: 23px;
font-family: 'Garrison Condensed Bold', sans-serif;
margin: 0 0 30px !important;
}
.sl-overlay {
background: #000 !important;
}
button.sl-prev, button.sl-next, button.sl-close, .sl-counter {
color: #fff !important;
}
ul.ngg-breadcrumbs li {
background: transparent !important;
padding-left: 10px !important;
}
#vorstandschaft  h5 {
color: #00847e !important;
margin-bottom: 0 !important;
}
#vorstandschaft .vc_col-sm-3.wpb_column.vc_column_container a {
position: relative;
top: 0.5rem;
font-weight: normal !important;
line-height: 0.5rem !important;
}
#stoerer-start .w-iconbox-icon {
color: #c8d100 !important;
}
.tablepress .odd td {
background: rgba(0,0,0,0.05) !important;
}
.tablepress td {
border: none !important;
}
.sitebar-map-wth-btn .wpgmza-pagination {
display: none !important;
}
#neue-ortsgruppe .wpgmza_sl_search_button_div {
margin-bottom: 0 !important;
}
#neue-ortsgruppe .wpgmza-store-locator input[type="button"] {
margin-left: 90px;
}
#neue-ortsgruppe .wpgmza-store-locator label, .wpgmza-directions-box label {
width: 90px !important;
}
#newsletter button[type="submit"]:not(.w-btn), input[type="submit"] {
padding: 0.8rem 2rem 2.4rem 2rem !important;
}
.cr_ipe_item {
margin: 0 !important;
}
.cr_form .cr_ipe_item[rel='email'] input[type='text'], .cr_form .cr_ipe_item[rel='text'] input[type='text'], .cr_form textarea, .cr_form select {
width: 100% !important;
border: 1px solid #ccc !important;
}
.cr_ipe_item.ui-sortable.submit_container {
margin-bottom: 2rem !important;
margin-top: 0.5rem !important;
} 
#cleverreach .cr_form .submit_container {
text-align: left !important;
}
#cleverreach .cr_ipe_item {
padding: 0 !important;
}
button[type="submit"]:not(.w-btn), input[type="submit"] {
font-family: 'Garrison Condensed Bold', sans-serif;
font-size: 1.20rem;
line-height: 1.1!important;
font-weight: 700;
font-style: normal;
text-transform: uppercase;
letter-spacing: 0.01em;
border-radius: 0em;
padding: 0.7em 1.1em !important;
box-shadow: 0 0em 0em rgb(0 0 0 / 20%);
background: #c8d100;
border-color: transparent;
color: #00847e!important;
}
.woocommerce .button.alt, .woocommerce .button.checkout, .woocommerce .button.add_to_cart_button {
padding:  0.9em 1.1em !important;
}
#karte-vor-ort input:not([type="submit"]), textarea, select {
width: auto !important;
}
#rev_slider_4_1_wrapper {
margin-bottom: -2rem !important;
}
@media (max-width: 601px) {
.wpgmza_sl_search_button_div {
left: 0;
}
#rev_slider_4_1_wrapper {
margin-bottom: -4rem !important;
}
}
.w-counter-value-part.type_text {
font-size: 2rem !important;
}
.w-counter-title {
padding: 1rem 0 !important;
}
@media (max-width: 601px) {
.l-header.pos_fixed:not(.notransition) .l-subheader {
box-shadow: 0 2px 0 rgba(0,0,0,0.08) !important;
}
}
.widgettitle, .comment-reply-title, h4 {
margin-bottom: 0.5rem !important;
}
.wpb_wrapper p a {
font-weight: bold;
}
.w-search.layout_fullscreen.active .w-search-form {
background: #00847e !important;
}
.ansprechpartner-email {
line-height: 1.3rem !important;
}
.ansprechpartner-email a {
font-weight: 400 !important;
}
.type-post.status-publish.format-standard {
margin-bottom: 4rem !important;
}
#BorlabsCookieBox ._brlbs-box .container {
max-height: 100vh;
overflow: hidden !important;
width: auto !important;
} div.headline {
clear: both;
position: relative;
width: 100%;
margin-top: 48px;
}
div.headline:before {
position: absolute;
z-index: 0;
left: 0;
top: 10px;
content: '';
width: 100%;
height: 30px;
background: #00847e;
}
div.headline h2, div.headline h3 {
position: relative;
margin-top: 0;
left: -10px;
display: inline-block;
background: #c8d100;
height: 52px;
padding: 10px 20px 0 !important;
font-size: 1.4rem !important;
color: #00847e !important;
letter-spacing: 0.4px !important;
text-transform: uppercase;
z-index: 99;
margin-bottom: 1rem;
}
@media (max-width: 767px) {
div.headline h2, div.headline h3 {
font-size: 1.2rem !important;
}
}
div.headline h2:before, div.headline h3:before {
position: absolute;
content: '';
height: 52px;
width: 3px;
left: -3px;
top: 0;
background: url(//www.kljb-straubing-bogen.de/wp-content/uploads/2020/01/huetchen-left.svg);
}
div.headline h2:after, div.headline h3:after {
position: absolute;
content: '';
height: 52px;
width: 6px;
right: -6px;
top: 0;
background: url(//www.kljb-straubing-bogen.de/wp-content/uploads/2020/01/huetchen-right.svg);
}
div.headline a:hover {
color: #00847e;
opacity: 0.75;
}
.w-nav-arrow {
margin-top: -2px;
}
.wpgmza_sl_reset_button_div {
margin-top: 40px !important;
margin-left: 10px;
display: none !important;
}
.w-filter.state_desktop.style_drop_default .w-filter-item-title:focus, .select2-container--open .select2-selection, select:focus, textarea:focus, input:not([type="submit"]):focus, input:focus + .w-form-checkbox, input:focus + .w-form-radio {
border: 0 !important;
}
.addressInput, .wpgmza_sl_query_innerdiv2, .wpgmza_sl_radius_innerdiv2 {
width: 300px !important;
max-width: 300px !important;
}
.vc_col-sm-4 .w-grid-item-h {
padding: 30px 0 0 0 !important;
margin-top: -32px;
}
.text-slider {
font-size: 3rem !important;
text-transform: uppercase;
font-family: 'Garrison Condensed Bold', sans-serif !important;
letter-spacing: -0.03em;
}
#stoerer-start h4 {
font-size: 1.6rem !important;
color: #00847e !important;
}
#stoerer-start h4:hover {
color: #c8d100 !important;
} .ush_menu_2 .w-nav-title {
letter-spacing: -0.2px !important;
}
.w-search.layout_fullscreen.active .w-search-form {
background: #c8d100 !important;
}
.w-search.layout_fullscreen input {
color: #00847e !important;
font-weight: bold !important;
}
@media (max-width: 601px) {
.w-nav.ush_menu_3, .w-search.ush_search_1 {
margin-top: 0 !important;
}
#rev_slider_1_1_wrapper {
margin-top: 30px !important;
}
}
.l-subheader.at_bottom {
height: 0 !important;
}
@media (min-width: 902px) {
.l-subheader.at_middle {
line-height: normal !important; 
height: auto !important;
}
}
.w-nav.type_desktop .w-nav-anchor.level_1 .w-nav-arrow:before {
font-size: 0.5em !important;
margin-left: 0.3em !important;
}
.w-nav-anchor.level_2 .w-nav-title {
font-family: 'DaxPro-Regular', sans-serif !important;
font-size: 18px !important;
font-weight: bold !important;
}
.w-nav-anchor.level_2 .w-nav-title:hover {
color: #c8d100 !important;
}
.w-nav-anchor.level_3 .w-nav-title {
font-family: 'DaxPro-Regular', sans-serif !important;
font-size: 16px !important;
font-weight: 400 !important;
}
.w-nav-list.level_2 {
top: 65px !important;
padding: 15px 0 !important;
}
.w-nav.type_desktop .w-nav-anchor:not(.level_1) {
padding: 0.3em 20px !important;
}
.w-nav-list.level_2 {
background: #f1f1f1;
color: #444444;
border-top: 5px solid #c8d100 !important;
}
.l-subheader.at_middle .type_mobile .w-nav-list.level_1 {
background: #444444 !important;
background: #00847e !important;
color: #fff !important;
}
.type_mobile .w-nav-list.level_2, .type_mobile .w-nav-list.level_3 {
border-top: 0 !important;
background: transparent !important
}
.type_mobile .w-nav-list.level_2 li, .type_mobile .w-nav-list.level_3 li {
color: #fff !important;
}
.type_mobile .w-nav-list.level_2 {
margin-left: 0.8rem !important;
margin-top: -1rem !important;
}
.type_mobile .w-nav-list.level_3 {
margin-left: 1rem !important;
margin-bottom: 1rem !important;
}
.type_mobile .w-nav-list.level_2 .w-nav-title, .type_mobile .w-nav-list.level_3 .w-nav-title {
font-weight: normal !important;
}
.w-nav.type_mobile .w-nav-anchor:not(.w-btn) {
line-height: 1.4em !important;
padding: 0.4rem !important;
}
.w-nav.type_mobile .w-nav-anchor:not(.w-btn) .w-nav-arrow:before {
font-size: 1em !important;
}
#event-list-home a {
font-size: 1.3rem;
text-transform: uppercase;
font-family: 'Garrison Condensed Bold', sans-serif;
letter-spacing: -0.03em;
}
#event-list-home .wpb_wrapper a {
position: relative;
left: -10px;
display: inline-flex;
}
#event-list-home .wpb_wrapper a:before {
position: relative;
left: -12px;
content: '\f105' !important;
font-family: fontawesome;
opacity: 0.5;
} .l-section.height_medium {
padding-top: 2rem !important;
padding-bottom: 2rem !important;
}
.l-section {
border: none !important;
}
@media (min-width: 902px) {
.l-header.shadow_thin .l-subheader.at_middle, .l-header.shadow_thin .l-subheader.at_bottom, .l-header.shadow_none.sticky .l-subheader.at_middle, .l-header.shadow_none.sticky .l-subheader.at_bottom {
box-shadow: none !important;
}
}
.wpb_text_column .wpb_wrapper ul li {
background: url(//www.kljb-straubing-bogen.de/wp-content/uploads/2020/02/list-style.gif) scroll 0px 17px no-repeat;
padding-left: 12px;
}
ul {
list-style: none !important;
}
.post_content ul li {
background: url(//www.kljb-straubing-bogen.de/wp-content/uploads/2020/02/list-style.gif) scroll 0px 17px no-repeat;
padding-left: 12px;
}
.woocommerce #payment ul li {
background: transparent !important;
padding-left: 0 !important;
}
.header-img .w-image-h img {
z-index: 1;
position: relative;
}
.header-img .w-image-h:after {
box-shadow: 0 20px 10px rgba(0,0,0,0.4) !important;
z-index: 0;
position: absolute;
content: "";
bottom: 10px;
left: 10px;
width: 50%;
top: 85%;
max-width: 300px;
background: transparent;
transform: rotate(-3deg);
height: 12% !important;
}
.royalSlider .rsArrow, .royalSlider .rsArrowLeft {
font-size: 2.5rem !important;
}
.royalSlider .rsArrow:after, .royalSlider .rsArrowLeft:after {
font-weight: 200 !important;
}
.w-counter-value-part.type_number {
font-size: 4rem !important;
}
.w-counter-title {
color: #fff !important;
} .tp-leftarrow.tparrows.custom:after, .tp-rightarrow.tparrows.custom:after {
display: none;
}
.tp-leftarrow.tparrows.custom, .tp-rightarrow.tparrows.custom {
box-shadow: none !important;
}
#slider .wpb_wrapper:after {
box-shadow: 0 20px 10px rgba(0,0,0,0.4) !important;
z-index: 0;
position: absolute;
content: "";
bottom: 10px;
left: 10px;
width: 50%;
top: 85%;
max-width: 300px;
background: transparent;
transform: rotate(-3deg);
height: 12% !important;
} .l-section.height_small {
padding-top: 0.3rem !important;
padding-bottom: 0.6rem !important;
} .kljb-logo-generator {
padding: 0 30px 30px;
position: relative;
background: #fff;
background: #f2f2f2;
}
.kljb-logo-generator .section {
content: "";
display: table;
table-layout: fixed;
width: 100%;
padding: 20px 0;
}
.kljb-logo-generator .section:not(.section1) {
border-top: 2px solid #fff;
}
.kljb-logo-generator .section {
content: "";
display: table;
table-layout: fixed;
width: 100%;
padding: 20px 0;
}
.kljb-logo-generator .section .number-container {
width: 47%;
float: left;
text-align: right;
padding-right: 30px;
}
.kljb-logo-generator .section .number-container .number {
display: inline-block;
background-color: #fff;
font-size: 28px;
color: #aaa;
width: 50px;
height: 50px;
border-radius: 25px;
text-align: center;
font-weight: 700;
padding-top: 7px;
}
.kljb-logo-generator .section .content {
width: 53%;
float: right;
}
.kljb-logo-generator .section .content input {
margin: 0 0 .75em;
}
.wpgmza_sl_main_div button, .wpgmza_sl_main_div input[type=button], .wpgmza_sl_main_div input[type=reset], .wpgmza_sl_main_div input[type=submit] {
font-family: 'Garrison Condensed Bold', sans-serif !important;
font-size: 1.20rem !important;
line-height: 1.1 !important;
font-weight: 700 !important;
font-style: normal !important;
text-transform: uppercase !important;
letter-spacing: 1px !important;
border-radius: 0em !important;
padding: 0.7em 1.1em !important;
box-shadow: 0 0em 0em rgba(0,0,0,0.2) !important;
background: #c8d100 !important;
border-color: transparent !important;
color: #00847e !important;
}
.wpgmza_sl_main_div input[type=button]:hover, .wpgmza_sl_main_div input[type=reset]:hover, .wpgmza_sl_main_div input[type=submit]:hover {
font-family: 'Garrison Condensed Bold', sans-serif !important;
font-size: 1.20rem !important;
line-height: 1.1 !important;
font-weight: 700 !important;
font-style: normal !important;
text-transform: uppercase !important;
letter-spacing: 1px !important;
border-radius: 0em !important;
padding: 0.7em 1.1em !important;
box-shadow: 0 0em 0em rgba(0,0,0,0.2) !important;
background: #00847e !important;
border-color: transparent !important;
color: #c8d100 !important;
}
.gm-style .gm-ui-hover-effect {
background: transparent !important;
}
input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=range], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], textarea {
color: #000 !important;
border: 1px solid #ddd !important;
border-radius: 0 !important;
padding: .15em .5em .3em !important;
background: #fff;
}
.h2-huetchen-bar {
display: none;
}
.gm-ui-hover-effect {
background: none !important;
display: block !important;
border: 0 !important;
margin: 0 !important;
padding: 0 !important;
position: absolute !important;
cursor: pointer !important;
user-select: none !important;
top: -6px !important;
right: -6px !important;
width: 30px !important;
height: 30px !important;
} .ml-ul-ml-default li, .medialist-search-ml-default a, .mlpagination-ml-default a, .mlpagination-ml-default a:visited {
text-align: left;
background: #eeeeee;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 0 !important;
cursor: pointer;
display: block;
text-decoration: none;
margin: 0 !important;
padding: 15px !important;
padding: 10px;
position: relative;
zoom: 1;
border: none !important;
font-size: 18px !important;
line-height: 1.2em;
list-style-type: none !important;
}
.medialist-embedded-section .wpb_text_column .wpb_wrapper ul li:nth-child(odd) {
background: #f2f2f2 !important;
}
.medialist-embedded-section .wpb_text_column .wpb_wrapper ul li:nth-child(even) {
background: #fff !important;
}
.medialist a {
margin-left: 55px;
}
a.ml-item-ml-default:after {
content: "";
display: block;
height: 30px !important;
left: 30px;
margin-right: 2px;
position: absolute;
top: 19px !important;
width: 30px !important;
}
.ml-details-ml-default {
color: #c8d100 !important;
margin-right: 40px; 
}
.ml-ul-ml-default a.pdf:after {
background: transparent url(//www.kljb-straubing-bogen.de/wp-content/themes/images/silk_icons/page_white_acrobat.png) no-repeat 0 0;
content: '\f1c1';
font-family: fontawesome;
font-weight: 400;
top: -5px;
font-size: 22px;
}body div.brlbs-cmpnt-container a,body div.brlbs-cmpnt-container abbr,body div.brlbs-cmpnt-container acronym,body div.brlbs-cmpnt-container address,body div.brlbs-cmpnt-container applet,body div.brlbs-cmpnt-container article,body div.brlbs-cmpnt-container aside,body div.brlbs-cmpnt-container audio,body div.brlbs-cmpnt-container b,body div.brlbs-cmpnt-container big,body div.brlbs-cmpnt-container blockquote,body div.brlbs-cmpnt-container canvas,body div.brlbs-cmpnt-container caption,body div.brlbs-cmpnt-container center,body div.brlbs-cmpnt-container cite,body div.brlbs-cmpnt-container code,body div.brlbs-cmpnt-container dd,body div.brlbs-cmpnt-container del,body div.brlbs-cmpnt-container details,body div.brlbs-cmpnt-container dfn,body div.brlbs-cmpnt-container div,body div.brlbs-cmpnt-container dl,body div.brlbs-cmpnt-container dt,body div.brlbs-cmpnt-container em,body div.brlbs-cmpnt-container embed,body div.brlbs-cmpnt-container fieldset,body div.brlbs-cmpnt-container figcaption,body div.brlbs-cmpnt-container figure,body div.brlbs-cmpnt-container footer,body div.brlbs-cmpnt-container form,body div.brlbs-cmpnt-container h1,body div.brlbs-cmpnt-container h2,body div.brlbs-cmpnt-container h3,body div.brlbs-cmpnt-container h4,body div.brlbs-cmpnt-container h5,body div.brlbs-cmpnt-container h6,body div.brlbs-cmpnt-container header,body div.brlbs-cmpnt-container hgroup,body div.brlbs-cmpnt-container i,body div.brlbs-cmpnt-container iframe,body div.brlbs-cmpnt-container img,body div.brlbs-cmpnt-container ins,body div.brlbs-cmpnt-container kbd,body div.brlbs-cmpnt-container label,body div.brlbs-cmpnt-container legend,body div.brlbs-cmpnt-container li,body div.brlbs-cmpnt-container mark,body div.brlbs-cmpnt-container menu,body div.brlbs-cmpnt-container nav,body div.brlbs-cmpnt-container object,body div.brlbs-cmpnt-container ol,body div.brlbs-cmpnt-container output,body div.brlbs-cmpnt-container p,body div.brlbs-cmpnt-container pre,body div.brlbs-cmpnt-container q,body div.brlbs-cmpnt-container ruby,body div.brlbs-cmpnt-container s,body div.brlbs-cmpnt-container samp,body div.brlbs-cmpnt-container section,body div.brlbs-cmpnt-container small,body div.brlbs-cmpnt-container span,body div.brlbs-cmpnt-container strike,body div.brlbs-cmpnt-container strong,body div.brlbs-cmpnt-container sub,body div.brlbs-cmpnt-container summary,body div.brlbs-cmpnt-container sup,body div.brlbs-cmpnt-container table,body div.brlbs-cmpnt-container tbody,body div.brlbs-cmpnt-container td,body div.brlbs-cmpnt-container tfoot,body div.brlbs-cmpnt-container th,body div.brlbs-cmpnt-container thead,body div.brlbs-cmpnt-container time,body div.brlbs-cmpnt-container tr,body div.brlbs-cmpnt-container tt,body div.brlbs-cmpnt-container u,body div.brlbs-cmpnt-container ul,body div.brlbs-cmpnt-container var,body div.brlbs-cmpnt-container video{border:0;font-family:inherit;font-size:100%;margin:0;padding:0;vertical-align:baseline}body div.brlbs-cmpnt-container article,body div.brlbs-cmpnt-container aside,body div.brlbs-cmpnt-container details,body div.brlbs-cmpnt-container figcaption,body div.brlbs-cmpnt-container figure,body div.brlbs-cmpnt-container footer,body div.brlbs-cmpnt-container header,body div.brlbs-cmpnt-container hgroup,body div.brlbs-cmpnt-container menu,body div.brlbs-cmpnt-container nav,body div.brlbs-cmpnt-container section{display:block}body div.brlbs-cmpnt-container blockquote,body div.brlbs-cmpnt-container q{quotes:none}body div.brlbs-cmpnt-container blockquote:after,body div.brlbs-cmpnt-container blockquote:before,body div.brlbs-cmpnt-container q:after,body div.brlbs-cmpnt-container q:before{content:none}body div.brlbs-cmpnt-container table{border-spacing:0}body div.brlbs-cmpnt-container,body div.brlbs-cmpnt-container *{box-sizing:border-box;color:inherit;font-family:inherit;height:auto;inset:auto;line-height:inherit;position:static;width:auto}body div.brlbs-cmpnt-container button,body div.brlbs-cmpnt-container input,body div.brlbs-cmpnt-container optgroup,body div.brlbs-cmpnt-container select,body div.brlbs-cmpnt-container textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}body div.brlbs-cmpnt-container button:after,body div.brlbs-cmpnt-container button:before{content:none}body div.brlbs-cmpnt-container button,body div.brlbs-cmpnt-container select{text-transform:none}body div.brlbs-cmpnt-container [type=button],body div.brlbs-cmpnt-container [type=reset],body div.brlbs-cmpnt-container [type=submit],body div.brlbs-cmpnt-container button{-webkit-appearance:button}body div.brlbs-cmpnt-container ::-moz-focus-inner{border-style:none;padding:0}body div.brlbs-cmpnt-container :-moz-focusring{outline:1px dotted ButtonText}body div.brlbs-cmpnt-container :-moz-ui-invalid{box-shadow:none}body div.brlbs-cmpnt-container legend{padding:0}body div.brlbs-cmpnt-container progress{vertical-align:baseline}body div.brlbs-cmpnt-container ::-webkit-inner-spin-button,body div.brlbs-cmpnt-container ::-webkit-outer-spin-button{height:auto}body div.brlbs-cmpnt-container [type=search]{-webkit-appearance:textfield;outline-offset:-2px}body div.brlbs-cmpnt-container ::-webkit-search-decoration{-webkit-appearance:none}body div.brlbs-cmpnt-container ::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}body div.brlbs-cmpnt-container summary{display:list-item}body div.brlbs-cmpnt-container blockquote,body div.brlbs-cmpnt-container dd,body div.brlbs-cmpnt-container dl,body div.brlbs-cmpnt-container figure,body div.brlbs-cmpnt-container h1,body div.brlbs-cmpnt-container h2,body div.brlbs-cmpnt-container h3,body div.brlbs-cmpnt-container h4,body div.brlbs-cmpnt-container h5,body div.brlbs-cmpnt-container h6,body div.brlbs-cmpnt-container hr,body div.brlbs-cmpnt-container p,body div.brlbs-cmpnt-container pre{margin:0}body div.brlbs-cmpnt-container button{background-color:transparent;background-image:none}body div.brlbs-cmpnt-container button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}body div.brlbs-cmpnt-container fieldset{margin:0;padding:0}body div.brlbs-cmpnt-container ol,body div.brlbs-cmpnt-container ul{list-style:none;margin:0;padding:0}body div.brlbs-cmpnt-container *,body div.brlbs-cmpnt-container :after,body div.brlbs-cmpnt-container :before{border:0 solid #e5e7eb;box-sizing:border-box}body div.brlbs-cmpnt-container hr{border-top-width:1px}body div.brlbs-cmpnt-container img{border-style:solid}body div.brlbs-cmpnt-container textarea{resize:vertical}body div.brlbs-cmpnt-container input::-moz-placeholder,body div.brlbs-cmpnt-container textarea::-moz-placeholder{color:#9ca3af}body div.brlbs-cmpnt-container input::placeholder,body div.brlbs-cmpnt-container textarea::placeholder{color:#9ca3af}body div.brlbs-cmpnt-container [role=button],body div.brlbs-cmpnt-container button{cursor:pointer}body div.brlbs-cmpnt-container table{border-collapse:collapse}body div.brlbs-cmpnt-container h1,body div.brlbs-cmpnt-container h2,body div.brlbs-cmpnt-container h3,body div.brlbs-cmpnt-container h4,body div.brlbs-cmpnt-container h5,body div.brlbs-cmpnt-container h6{font-size:inherit;font-weight:inherit}body div.brlbs-cmpnt-container a{color:inherit;text-decoration:inherit}body div.brlbs-cmpnt-container button,body div.brlbs-cmpnt-container input,body div.brlbs-cmpnt-container optgroup,body div.brlbs-cmpnt-container select,body div.brlbs-cmpnt-container textarea{color:inherit;line-height:inherit;padding:0}body div.brlbs-cmpnt-container code,body div.brlbs-cmpnt-container kbd,body div.brlbs-cmpnt-container pre,body div.brlbs-cmpnt-container samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}body div.brlbs-cmpnt-container audio,body div.brlbs-cmpnt-container canvas,body div.brlbs-cmpnt-container embed,body div.brlbs-cmpnt-container iframe,body div.brlbs-cmpnt-container img,body div.brlbs-cmpnt-container object,body div.brlbs-cmpnt-container svg,body div.brlbs-cmpnt-container video{display:block;vertical-align:middle}body div.brlbs-cmpnt-container img,body div.brlbs-cmpnt-container video{height:auto;max-width:100%}body div.brlbs-cmpnt-container [multiple],body div.brlbs-cmpnt-container [type=date],body div.brlbs-cmpnt-container [type=datetime-local],body div.brlbs-cmpnt-container [type=email],body div.brlbs-cmpnt-container [type=month],body div.brlbs-cmpnt-container [type=number],body div.brlbs-cmpnt-container [type=password],body div.brlbs-cmpnt-container [type=search],body div.brlbs-cmpnt-container [type=tel],body div.brlbs-cmpnt-container [type=text],body div.brlbs-cmpnt-container [type=time],body div.brlbs-cmpnt-container [type=url],body div.brlbs-cmpnt-container [type=week],body div.brlbs-cmpnt-container select,body div.brlbs-cmpnt-container textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-color:#6b7280;border-radius:0;border-width:1px;font-size:1rem;line-height:1.5rem;padding:.5rem .75rem}body div.brlbs-cmpnt-container [multiple]:focus,body div.brlbs-cmpnt-container [type=date]:focus,body div.brlbs-cmpnt-container [type=datetime-local]:focus,body div.brlbs-cmpnt-container [type=email]:focus,body div.brlbs-cmpnt-container [type=month]:focus,body div.brlbs-cmpnt-container [type=number]:focus,body div.brlbs-cmpnt-container [type=password]:focus,body div.brlbs-cmpnt-container [type=search]:focus,body div.brlbs-cmpnt-container [type=tel]:focus,body div.brlbs-cmpnt-container [type=text]:focus,body div.brlbs-cmpnt-container [type=time]:focus,body div.brlbs-cmpnt-container [type=url]:focus,body div.brlbs-cmpnt-container [type=week]:focus,body div.brlbs-cmpnt-container select:focus,body div.brlbs-cmpnt-container textarea:focus{outline:2px solid transparent;outline-offset:2px;--brlbs-tw-ring-inset:var(--brlbs-tw-empty, );--brlbs-tw-ring-offset-width:0px;--brlbs-tw-ring-offset-color:#fff;--brlbs-tw-ring-color:#2563eb;--brlbs-tw-ring-offset-shadow:var(--brlbs-tw-ring-inset) 0 0 0 var(--brlbs-tw-ring-offset-width) var(--brlbs-tw-ring-offset-color);--brlbs-tw-ring-shadow:var(--brlbs-tw-ring-inset) 0 0 0 calc(1px + var(--brlbs-tw-ring-offset-width)) var(--brlbs-tw-ring-color);border-color:#2563eb;box-shadow:var(--brlbs-tw-ring-offset-shadow),var(--brlbs-tw-ring-shadow),var(--brlbs-tw-shadow,0 0 transparent)}body div.brlbs-cmpnt-container input::-moz-placeholder,body div.brlbs-cmpnt-container textarea::-moz-placeholder{color:#6b7280;opacity:1}body div.brlbs-cmpnt-container input::placeholder,body div.brlbs-cmpnt-container textarea::placeholder{color:#6b7280;opacity:1}body div.brlbs-cmpnt-container ::-webkit-datetime-edit-fields-wrapper{padding:0}body div.brlbs-cmpnt-container ::-webkit-date-and-time-value{min-height:1.5em}body div.brlbs-cmpnt-container select{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem;-webkit-print-color-adjust:exact;print-color-adjust:exact}body div.brlbs-cmpnt-container [multiple]{background-image:none;background-position:0 0;background-repeat:unset;background-size:initial;padding-right:.75rem;-webkit-print-color-adjust:unset;print-color-adjust:unset}body div.brlbs-cmpnt-container [type=checkbox],body div.brlbs-cmpnt-container [type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;background-origin:border-box;border-color:#6b7280;border-width:1px;color:#2563eb;display:inline-block;flex-shrink:0;height:1rem;padding:0;-webkit-print-color-adjust:exact;print-color-adjust:exact;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;width:1rem}body div.brlbs-cmpnt-container [type=checkbox]{border-radius:0}body div.brlbs-cmpnt-container [type=radio]{border-radius:100%}body div.brlbs-cmpnt-container [type=checkbox]:focus,body div.brlbs-cmpnt-container [type=radio]:focus{outline:2px solid transparent;outline-offset:2px;--brlbs-tw-ring-inset:var(--brlbs-tw-empty, );--brlbs-tw-ring-offset-width:2px;--brlbs-tw-ring-offset-color:#fff;--brlbs-tw-ring-color:#2563eb;--brlbs-tw-ring-offset-shadow:var(--brlbs-tw-ring-inset) 0 0 0 var(--brlbs-tw-ring-offset-width) var(--brlbs-tw-ring-offset-color);--brlbs-tw-ring-shadow:var(--brlbs-tw-ring-inset) 0 0 0 calc(2px + var(--brlbs-tw-ring-offset-width)) var(--brlbs-tw-ring-color);box-shadow:var(--brlbs-tw-ring-offset-shadow),var(--brlbs-tw-ring-shadow),var(--brlbs-tw-shadow,0 0 transparent)}body div.brlbs-cmpnt-container [type=checkbox]:checked,body div.brlbs-cmpnt-container [type=radio]:checked{background-color:currentColor;background-position:50%;background-repeat:no-repeat;background-size:100% 100%;border-color:transparent}body div.brlbs-cmpnt-container [type=checkbox]:checked{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath d='M12.207 4.793a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414 0l-2-2a1 1 0 0 1 1.414-1.414L6.5 9.086l4.293-4.293a1 1 0 0 1 1.414 0'/%3E%3C/svg%3E")}body div.brlbs-cmpnt-container [type=radio]:checked{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%3E%3Ccircle cx='8' cy='8' r='3'/%3E%3C/svg%3E")}body div.brlbs-cmpnt-container [type=checkbox]:checked:focus,body div.brlbs-cmpnt-container [type=checkbox]:checked:hover,body div.brlbs-cmpnt-container [type=radio]:checked:focus,body div.brlbs-cmpnt-container [type=radio]:checked:hover{background-color:currentColor;border-color:transparent}body div.brlbs-cmpnt-container [type=checkbox]:indeterminate{background-color:currentColor;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:100% 100%;border-color:transparent}body div.brlbs-cmpnt-container [type=checkbox]:indeterminate:focus,body div.brlbs-cmpnt-container [type=checkbox]:indeterminate:hover{background-color:currentColor;border-color:transparent}body div.brlbs-cmpnt-container [type=file]{background:unset;border-color:inherit;border-radius:0;border-width:0;font-size:unset;line-height:inherit;padding:0}*,:after,:before{--brlbs-tw-border-spacing-x:0;--brlbs-tw-border-spacing-y:0;--brlbs-tw-translate-x:0;--brlbs-tw-translate-y:0;--brlbs-tw-rotate:0;--brlbs-tw-skew-x:0;--brlbs-tw-skew-y:0;--brlbs-tw-scale-x:1;--brlbs-tw-scale-y:1;--brlbs-tw-pan-x: ;--brlbs-tw-pan-y: ;--brlbs-tw-pinch-zoom: ;--brlbs-tw-scroll-snap-strictness:proximity;--brlbs-tw-gradient-from-position: ;--brlbs-tw-gradient-via-position: ;--brlbs-tw-gradient-to-position: ;--brlbs-tw-ordinal: ;--brlbs-tw-slashed-zero: ;--brlbs-tw-numeric-figure: ;--brlbs-tw-numeric-spacing: ;--brlbs-tw-numeric-fraction: ;--brlbs-tw-ring-inset: ;--brlbs-tw-ring-offset-width:0px;--brlbs-tw-ring-offset-color:#fff;--brlbs-tw-ring-color:rgba(59,130,246,.5);--brlbs-tw-ring-offset-shadow:0 0 #0000;--brlbs-tw-ring-shadow:0 0 #0000;--brlbs-tw-shadow:0 0 #0000;--brlbs-tw-shadow-colored:0 0 #0000;--brlbs-tw-blur: ;--brlbs-tw-brightness: ;--brlbs-tw-contrast: ;--brlbs-tw-grayscale: ;--brlbs-tw-hue-rotate: ;--brlbs-tw-invert: ;--brlbs-tw-saturate: ;--brlbs-tw-sepia: ;--brlbs-tw-drop-shadow: ;--brlbs-tw-backdrop-blur: ;--brlbs-tw-backdrop-brightness: ;--brlbs-tw-backdrop-contrast: ;--brlbs-tw-backdrop-grayscale: ;--brlbs-tw-backdrop-hue-rotate: ;--brlbs-tw-backdrop-invert: ;--brlbs-tw-backdrop-opacity: ;--brlbs-tw-backdrop-saturate: ;--brlbs-tw-backdrop-sepia: ;--brlbs-tw-contain-size: ;--brlbs-tw-contain-layout: ;--brlbs-tw-contain-paint: ;--brlbs-tw-contain-style: }::backdrop{--brlbs-tw-border-spacing-x:0;--brlbs-tw-border-spacing-y:0;--brlbs-tw-translate-x:0;--brlbs-tw-translate-y:0;--brlbs-tw-rotate:0;--brlbs-tw-skew-x:0;--brlbs-tw-skew-y:0;--brlbs-tw-scale-x:1;--brlbs-tw-scale-y:1;--brlbs-tw-pan-x: ;--brlbs-tw-pan-y: ;--brlbs-tw-pinch-zoom: ;--brlbs-tw-scroll-snap-strictness:proximity;--brlbs-tw-gradient-from-position: ;--brlbs-tw-gradient-via-position: ;--brlbs-tw-gradient-to-position: ;--brlbs-tw-ordinal: ;--brlbs-tw-slashed-zero: ;--brlbs-tw-numeric-figure: ;--brlbs-tw-numeric-spacing: ;--brlbs-tw-numeric-fraction: ;--brlbs-tw-ring-inset: ;--brlbs-tw-ring-offset-width:0px;--brlbs-tw-ring-offset-color:#fff;--brlbs-tw-ring-color:rgba(59,130,246,.5);--brlbs-tw-ring-offset-shadow:0 0 #0000;--brlbs-tw-ring-shadow:0 0 #0000;--brlbs-tw-shadow:0 0 #0000;--brlbs-tw-shadow-colored:0 0 #0000;--brlbs-tw-blur: ;--brlbs-tw-brightness: ;--brlbs-tw-contrast: ;--brlbs-tw-grayscale: ;--brlbs-tw-hue-rotate: ;--brlbs-tw-invert: ;--brlbs-tw-saturate: ;--brlbs-tw-sepia: ;--brlbs-tw-drop-shadow: ;--brlbs-tw-backdrop-blur: ;--brlbs-tw-backdrop-brightness: ;--brlbs-tw-backdrop-contrast: ;--brlbs-tw-backdrop-grayscale: ;--brlbs-tw-backdrop-hue-rotate: ;--brlbs-tw-backdrop-invert: ;--brlbs-tw-backdrop-opacity: ;--brlbs-tw-backdrop-saturate: ;--brlbs-tw-backdrop-sepia: ;--brlbs-tw-contain-size: ;--brlbs-tw-contain-layout: ;--brlbs-tw-contain-paint: ;--brlbs-tw-contain-style: }.brlbs-cmpnt-container .brlbs-sr-only{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border-width:0;white-space:nowrap}.brlbs-cmpnt-container .brlbs-fixed{position:fixed}.brlbs-cmpnt-container .brlbs-absolute{position:absolute}.brlbs-cmpnt-container .brlbs-relative{position:relative}.brlbs-cmpnt-container .brlbs-bottom-0{bottom:0}.brlbs-cmpnt-container .brlbs-left-0{left:0}.brlbs-cmpnt-container .brlbs-right-0{right:0}.brlbs-cmpnt-container .brlbs-top-0{top:0}.brlbs-cmpnt-container .brlbs-z-10{z-index:10}.brlbs-cmpnt-container .brlbs-z-max{z-index:999999}.brlbs-cmpnt-container .brlbs-order-last{order:9999}.brlbs-cmpnt-container .brlbs-mx-2{margin-left:8px;margin-right:8px}.brlbs-cmpnt-container .brlbs-mx-auto{margin-left:auto;margin-right:auto}.brlbs-cmpnt-container .brlbs-my-2{margin-bottom:8px;margin-top:8px}.brlbs-cmpnt-container .brlbs-my-3{margin-bottom:12px;margin-top:12px}.brlbs-cmpnt-container .brlbs-my-4{margin-bottom:16px;margin-top:16px}.brlbs-cmpnt-container .brlbs-mb-0{margin-bottom:0}.brlbs-cmpnt-container .brlbs-mb-3{margin-bottom:12px}.brlbs-cmpnt-container .brlbs-mb-4{margin-bottom:16px}.brlbs-cmpnt-container .brlbs-ml-2{margin-left:8px}.brlbs-cmpnt-container .brlbs-ml-3{margin-left:12px}.brlbs-cmpnt-container .brlbs-mr-1{margin-right:4px}.brlbs-cmpnt-container .brlbs-mr-2{margin-right:8px}.brlbs-cmpnt-container .brlbs-mt-2{margin-top:8px}.brlbs-cmpnt-container .brlbs-mt-4{margin-top:16px}.brlbs-cmpnt-container .brlbs-block{display:block}.brlbs-cmpnt-container .brlbs-inline-block{display:inline-block}.brlbs-cmpnt-container .brlbs-inline{display:inline}.brlbs-cmpnt-container .brlbs-flex{display:flex}.brlbs-cmpnt-container .brlbs-table{display:table}.brlbs-cmpnt-container .brlbs-table-cell{display:table-cell}.brlbs-cmpnt-container .\!brlbs-hidden{display:none!important}.brlbs-cmpnt-container .brlbs-hidden{display:none}.brlbs-cmpnt-container .brlbs-h-0{height:0}.brlbs-cmpnt-container .brlbs-h-3{height:12px}.brlbs-cmpnt-container .brlbs-h-max{height:-moz-max-content;height:max-content}.brlbs-cmpnt-container .brlbs-h-screen{height:100vh}.brlbs-cmpnt-container .brlbs-min-h-full{min-height:100%}.brlbs-cmpnt-container .brlbs-w-1\/4{width:25%}.brlbs-cmpnt-container .brlbs-w-3{width:12px}.brlbs-cmpnt-container .brlbs-w-3\/4{width:75%}.brlbs-cmpnt-container .brlbs-w-full{width:100%}.brlbs-cmpnt-container .brlbs-w-screen{width:100vw}.brlbs-cmpnt-container .brlbs-flex-1{flex:1 1 0%}.brlbs-cmpnt-container .brlbs-basis-3\/12{flex-basis:25%}.brlbs-cmpnt-container .brlbs-basis-8\/12{flex-basis:66.666667%}.brlbs-cmpnt-container .brlbs-basis-full{flex-basis:100%}.brlbs-cmpnt-container .brlbs--rotate-90{--brlbs-tw-rotate:-90deg}.brlbs-cmpnt-container .brlbs--rotate-90,.brlbs-cmpnt-container .brlbs-rotate-90{transform:translate(var(--brlbs-tw-translate-x),var(--brlbs-tw-translate-y)) rotate(var(--brlbs-tw-rotate)) skew(var(--brlbs-tw-skew-x)) skewY(var(--brlbs-tw-skew-y)) scaleX(var(--brlbs-tw-scale-x)) scaleY(var(--brlbs-tw-scale-y))}.brlbs-cmpnt-container .brlbs-rotate-90{--brlbs-tw-rotate:90deg}.brlbs-cmpnt-container .brlbs-flex-row{flex-direction:row}.brlbs-cmpnt-container .brlbs-flex-col{flex-direction:column}.brlbs-cmpnt-container .brlbs-flex-wrap{flex-wrap:wrap}.brlbs-cmpnt-container .brlbs-items-start{align-items:flex-start}.brlbs-cmpnt-container .brlbs-items-center{align-items:center}.brlbs-cmpnt-container .brlbs-items-stretch{align-items:stretch}.brlbs-cmpnt-container .brlbs-justify-start{justify-content:flex-start}.brlbs-cmpnt-container .brlbs-justify-end{justify-content:flex-end}.brlbs-cmpnt-container .brlbs-justify-center{justify-content:center}.brlbs-cmpnt-container .brlbs-justify-between{justify-content:space-between}.brlbs-cmpnt-container .brlbs-justify-around{justify-content:space-around}.brlbs-cmpnt-container .brlbs-gap-2{gap:8px}.brlbs-cmpnt-container .brlbs-gap-3{gap:12px}.brlbs-cmpnt-container .brlbs-gap-4{gap:16px}.brlbs-cmpnt-container :is(.brlbs-space-x-2>:not([hidden])~:not([hidden])){--brlbs-tw-space-x-reverse:0;margin-left:calc(8px*(1 - var(--brlbs-tw-space-x-reverse)));margin-right:calc(8px*var(--brlbs-tw-space-x-reverse))}.brlbs-cmpnt-container :is(.brlbs-space-y-2>:not([hidden])~:not([hidden])){--brlbs-tw-space-y-reverse:0;margin-bottom:calc(8px*var(--brlbs-tw-space-y-reverse));margin-top:calc(8px*(1 - var(--brlbs-tw-space-y-reverse)))}.brlbs-cmpnt-container :is(.brlbs-space-y-3>:not([hidden])~:not([hidden])){--brlbs-tw-space-y-reverse:0;margin-bottom:calc(12px*var(--brlbs-tw-space-y-reverse));margin-top:calc(12px*(1 - var(--brlbs-tw-space-y-reverse)))}.brlbs-cmpnt-container :is(.brlbs-space-y-4>:not([hidden])~:not([hidden])){--brlbs-tw-space-y-reverse:0;margin-bottom:calc(16px*var(--brlbs-tw-space-y-reverse));margin-top:calc(16px*(1 - var(--brlbs-tw-space-y-reverse)))}.brlbs-cmpnt-container :is(.brlbs-divide-x>:not([hidden])~:not([hidden])){--brlbs-tw-divide-x-reverse:0;border-left-width:calc(1px*(1 - var(--brlbs-tw-divide-x-reverse)));border-right-width:calc(1px*var(--brlbs-tw-divide-x-reverse))}.brlbs-cmpnt-container :is(.brlbs-divide-y>:not([hidden])~:not([hidden])){--brlbs-tw-divide-y-reverse:0;border-bottom-width:calc(1px*var(--brlbs-tw-divide-y-reverse));border-top-width:calc(1px*(1 - var(--brlbs-tw-divide-y-reverse)))}.brlbs-cmpnt-container :is(.brlbs-divide-solid>:not([hidden])~:not([hidden])){border-style:solid}.brlbs-cmpnt-container .brlbs-overflow-auto{overflow:auto}.brlbs-cmpnt-container .brlbs-overflow-hidden{overflow:hidden}.brlbs-cmpnt-container .brlbs-overflow-x-scroll{overflow-x:scroll}.brlbs-cmpnt-container .brlbs-break-words{overflow-wrap:break-word}.brlbs-cmpnt-container .brlbs-rounded-3xl{border-radius:1.5rem}.brlbs-cmpnt-container .brlbs-rounded-full{border-radius:9999px}.brlbs-cmpnt-container .brlbs-rounded-b-none{border-bottom-left-radius:0;border-bottom-right-radius:0}.brlbs-cmpnt-container .brlbs-rounded-t-none{border-top-left-radius:0;border-top-right-radius:0}.brlbs-cmpnt-container .brlbs-border-y{border-bottom-width:1px;border-top-width:1px}.brlbs-cmpnt-container .brlbs-border-t{border-top-width:1px}.brlbs-cmpnt-container .brlbs-border-solid{border-style:solid}.brlbs-cmpnt-container .brlbs-p-4{padding:16px}.brlbs-cmpnt-container .brlbs-px-1{padding-left:4px;padding-right:4px}.brlbs-cmpnt-container .brlbs-px-3{padding-left:12px;padding-right:12px}.brlbs-cmpnt-container .brlbs-px-4{padding-left:16px;padding-right:16px}.brlbs-cmpnt-container .brlbs-py-0{padding-bottom:0;padding-top:0}.brlbs-cmpnt-container .brlbs-py-1{padding-bottom:4px;padding-top:4px}.brlbs-cmpnt-container .brlbs-py-2{padding-bottom:8px;padding-top:8px}.brlbs-cmpnt-container .brlbs-py-3{padding-bottom:12px;padding-top:12px}.brlbs-cmpnt-container .brlbs-py-4{padding-bottom:16px;padding-top:16px}.brlbs-cmpnt-container .brlbs-pb-2{padding-bottom:8px}.brlbs-cmpnt-container .brlbs-pb-4{padding-bottom:16px}.brlbs-cmpnt-container .brlbs-pl-1{padding-left:4px}.brlbs-cmpnt-container .brlbs-pl-2{padding-left:8px}.brlbs-cmpnt-container .brlbs-pl-4{padding-left:16px}.brlbs-cmpnt-container .brlbs-pr-2{padding-right:8px}.brlbs-cmpnt-container .brlbs-pt-1{padding-top:4px}.brlbs-cmpnt-container .brlbs-pt-10{padding-top:40px}.brlbs-cmpnt-container .brlbs-pt-4{padding-top:16px}.brlbs-cmpnt-container .brlbs-pt-6{padding-top:24px}.brlbs-cmpnt-container .brlbs-text-left{text-align:left}.brlbs-cmpnt-container .brlbs-text-center{text-align:center}.brlbs-cmpnt-container .brlbs-text-right{text-align:right}.brlbs-cmpnt-container .brlbs-align-middle{vertical-align:middle}.brlbs-cmpnt-container .brlbs-text-2xl{font-size:calc(var(--dialog-font-size)*1.5);line-height:calc(var(--dialog-font-size)*2.25)}.brlbs-cmpnt-container .brlbs-text-base{font-size:calc(var(--dialog-font-size));line-height:calc(var(--dialog-font-size)*1.5)}.brlbs-cmpnt-container .brlbs-text-lg{font-size:calc(var(--dialog-font-size)*1.125);line-height:calc(var(--dialog-font-size)*1.75)}.brlbs-cmpnt-container .brlbs-text-sm{font-size:calc(var(--dialog-font-size)*.875);line-height:calc(var(--dialog-font-size)*1.25)}.brlbs-cmpnt-container .brlbs-font-bold{font-weight:700}.brlbs-cmpnt-container .brlbs-font-semibold{font-weight:600}.brlbs-cmpnt-container .brlbs-italic{font-style:italic}.brlbs-cmpnt-container .brlbs-leading-tight{line-height:1.25}.brlbs-cmpnt-container .brlbs-no-underline{text-decoration-line:none}.brlbs-cmpnt-container .brlbs-shadow-2xl{--brlbs-tw-shadow:0 25px 50px -12px rgba(0,0,0,.25);--brlbs-tw-shadow-colored:0 25px 50px -12px var(--brlbs-tw-shadow-color);box-shadow:var(--brlbs-tw-ring-offset-shadow,0 0 #0000),var(--brlbs-tw-ring-shadow,0 0 #0000),var(--brlbs-tw-shadow)}.brlbs-cmpnt-container .brlbs-transition-colors{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}.brlbs-cmpnt-container .brlbs-transition-transform{transition-duration:.15s;transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1)}.brlbs-cmpnt-container .brlbs-duration-400{transition-duration:.4s}body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker{container-name:brlbsCmpntContentBlocker;container-type:inline-size;font-family:var(--content-blocker-font-family);font-size:var(--content-blocker-font-size);height:100%;line-height:1.25em}body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker a{color:var(--content-blocker-link-color)}body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker a:hover{color:var(--content-blocker-link-color-hover)}body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker.brlbs-cmpnt-cb-card,body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker.brlbs-cmpnt-cb-provider-card{container-type:normal}body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-dialog-cb-details{padding:16px;position:relative;text-align:left}@media (min-width:768px){body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-dialog-cb-details{padding:24px}}body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-dialog-cb-header{align-items:center;display:flex}body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-dialog-cb-header.brlbs-cmpnt-with-separator{border-bottom-width:1px;border-style:solid;margin-bottom:16px;padding-bottom:16px}body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-dialog-cb-button{display:flex;padding-bottom:16px}@media (min-width:768px){body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-dialog-cb-button{padding-bottom:24px}}body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-preset-a{align-items:center;background:var(--content-blocker-background-color);border-bottom-left-radius:var(--content-blocker-border-radius-bottom-left);border-bottom-right-radius:var(--content-blocker-border-radius-bottom-right);border-top-left-radius:var(--content-blocker-border-radius-top-left);border-top-right-radius:var(--content-blocker-border-radius-top-right);color:var(--content-blocker-text-color);justify-content:center;padding:16px;text-align:center}body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-preset-a .brlbs-cmpnt-cb-description{padding-bottom:8px}@media (min-width:640px){body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-preset-a .brlbs-cmpnt-cb-description{padding-bottom:16px}}body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-preset-a .brlbs-cmpnt-cb-description{border-bottom-width:var(--content-blocker-separator-width);border-color:var(--content-blocker-separator-color);border-style:solid}body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-preset-a .brlbs-cmpnt-cb-description strong{font-weight:700}body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-preset-b{background:var(--content-blocker-background-color);border-bottom-left-radius:var(--content-blocker-border-radius-bottom-left);border-bottom-right-radius:var(--content-blocker-border-radius-bottom-right);border-top-left-radius:var(--content-blocker-border-radius-top-left);border-top-right-radius:var(--content-blocker-border-radius-top-right);color:var(--content-blocker-text-color);display:flex;height:100%;padding-bottom:96px;padding-top:96px;position:relative;text-align:center;width:100%}body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-preset-b .brlbs-cmpnt-cb-main{align-items:center;display:flex;flex-direction:column;gap:8px;justify-content:center;padding:16px;position:relative;width:100%}@media (min-width:640px){body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-preset-b .brlbs-cmpnt-cb-main{flex-direction:row;gap:16px}}body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-preset-b .brlbs-cmpnt-cb-main{background:var(--content-blocker-background);color:var(--content-blocker-text-color)}body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-preset-b .brlbs-cmpnt-cb-content{flex-basis:66.666667%}body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-preset-b .brlbs-cmpnt-cb-description{padding-bottom:8px}@media (min-width:640px){body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-preset-b .brlbs-cmpnt-cb-description{padding-bottom:16px}}body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-preset-b .brlbs-cmpnt-cb-description strong{font-weight:700}body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-preset-b .brlbs-cmpnt-cb-buttons{align-items:stretch;display:flex;flex-basis:33.333333%;flex-direction:column;gap:8px;justify-content:center;margin:0}@media (min-width:640px){body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-preset-b .brlbs-cmpnt-cb-buttons{gap:16px}}body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-preset-c{background:var(--content-blocker-background-color);border-bottom-left-radius:var(--content-blocker-border-radius-bottom-left);border-bottom-right-radius:var(--content-blocker-border-radius-bottom-right);border-top-left-radius:var(--content-blocker-border-radius-top-left);border-top-right-radius:var(--content-blocker-border-radius-top-right);color:var(--content-blocker-text-color);display:flex;height:100%;position:relative;text-align:center;width:100%}body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-preset-c .brlbs-cmpnt-cb-main{align-items:center;display:flex;flex-direction:column;gap:8px;justify-content:center;margin:48px;padding:16px;position:relative;width:100%}@media (min-width:640px){body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-preset-c .brlbs-cmpnt-cb-main{gap:16px;margin:96px}}body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-preset-c .brlbs-cmpnt-cb-main{background:var(--content-blocker-background);border-bottom-left-radius:var(--content-blocker-border-radius-bottom-left);border-bottom-right-radius:var(--content-blocker-border-radius-bottom-right);border-top-left-radius:var(--content-blocker-border-radius-top-left);border-top-right-radius:var(--content-blocker-border-radius-top-right);color:var(--content-blocker-text-color)}body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-preset-c .brlbs-cmpnt-cb-description{padding-bottom:8px}@media (min-width:640px){body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-preset-c .brlbs-cmpnt-cb-description{padding-bottom:16px}}body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-preset-c .brlbs-cmpnt-cb-description strong{font-weight:700}body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-preset-c .brlbs-cmpnt-cb-buttons{align-items:stretch;display:flex;flex-direction:column;gap:8px;justify-content:center;margin:0;width:100%}@media (min-width:640px){body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-preset-c .brlbs-cmpnt-cb-buttons{gap:16px}}body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-preset-c .brlbs-cmpnt-cb-play-button{align-items:center;background:#fff;border-radius:50%;box-shadow:0 1px 5px #00000026;display:flex;height:34px;justify-content:center;left:calc(50% - 17px);margin:0 auto;position:absolute;top:-17px;width:34px}body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-preset-c .brlbs-cmpnt-cb-play-button:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='78' height='78'%3E%3Cpath d='M7.5 71.5v-64l48 30.328z'/%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='12' d='M7.5 71.5v-64l48 30.328z'/%3E%3C/svg%3E") no-repeat 50%;background-size:contain;content:" ";display:inline-block;height:1.142857143em;margin-left:4px;width:.857142857em}body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-thumbnail{background-position:50%;background-size:cover;border-bottom-left-radius:var(--content-blocker-border-radius-bottom-left);border-bottom-right-radius:var(--content-blocker-border-radius-bottom-right);border-top-left-radius:var(--content-blocker-border-radius-top-left);border-top-right-radius:var(--content-blocker-border-radius-top-right);height:100%;left:0;position:absolute;top:0;width:100%}body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-buttons{align-items:stretch;display:flex;flex-direction:column;gap:8px;justify-content:center;margin-bottom:8px;margin-top:8px}@media (min-width:640px){body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-buttons{flex-direction:row;gap:16px;margin-bottom:16px;margin-top:16px}}body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-buttons .brlbs-cmpnt-cb-btn{align-items:center;display:flex;justify-content:center;text-decoration-line:none;width:100%}body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker:has(.brlbs-cmpnt-cb-preset-d){height:auto;position:fixed}body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker:has(.brlbs-cmpnt-cb-preset-d):has(.brlbs-cmpnt-cb-icon-position\[top-left\]),body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker:has(.brlbs-cmpnt-cb-preset-d):has(.brlbs-cmpnt-cb-icon-position\[top-right\]){top:var(--content-blocker-icon-margin)}body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker:has(.brlbs-cmpnt-cb-preset-d):has(.brlbs-cmpnt-cb-icon-position\[bottom-left\]),body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker:has(.brlbs-cmpnt-cb-preset-d):has(.brlbs-cmpnt-cb-icon-position\[bottom-right\]){bottom:calc(var(--content-blocker-icon-margin))}body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker:has(.brlbs-cmpnt-cb-preset-d):has(.brlbs-cmpnt-cb-icon-position\[bottom-right\]),body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker:has(.brlbs-cmpnt-cb-preset-d):has(.brlbs-cmpnt-cb-icon-position\[top-right\]){right:calc(var(--content-blocker-icon-width) + var(--content-blocker-icon-margin))}body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker:has(.brlbs-cmpnt-cb-preset-d):has(.brlbs-cmpnt-cb-icon-position\[bottom-left\]),body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker:has(.brlbs-cmpnt-cb-preset-d):has(.brlbs-cmpnt-cb-icon-position\[top-left\]){left:var(--content-blocker-icon-margin)}body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker:has(.brlbs-cmpnt-cb-preset-d):has(.brlbs-cmpnt-cb-icon-display\[flex\]){display:inline-block;display:flex;position:relative}body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker:has(.brlbs-cmpnt-cb-preset-d):has(.brlbs-cmpnt-cb-icon-position\[float-left\]){float:left}body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker:has(.brlbs-cmpnt-cb-preset-d):has(.brlbs-cmpnt-cb-icon-position\[float-right\]){float:right}body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-preset-d .brlbs-cmpnt-cb-icon{display:inline-block;height:var(--content-blocker-icon-height);width:var(--content-blocker-icon-width)}body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-description-list{display:table}body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-description-list>div{display:table-row}body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-description-list dt{font-weight:700}body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-description-list dd,body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-description-list dt{display:table-cell;padding:2px 4px}body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker a.brlbs-cmpnt-cb-btn{all:unset;align-items:center;background-color:var(--content-blocker-button-color);border-bottom-left-radius:var(--content-blocker-button-border-radius-bottom-left);border-bottom-right-radius:var(--content-blocker-button-border-radius-bottom-right);border-top-left-radius:var(--content-blocker-button-border-radius-top-left);border-top-right-radius:var(--content-blocker-button-border-radius-top-right);box-sizing:border-box;color:var(--content-blocker-button-text-color);cursor:pointer;font-size:calc(var(--dialog-font-size));font-weight:600;justify-content:center;line-height:calc(var(--dialog-font-size)*1.5);padding:12px 20px;text-align:center;text-decoration-line:none;transition-duration:.4s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker a.brlbs-cmpnt-cb-btn:hover{background-color:var(--content-blocker-button-color-hover);color:var(--content-blocker-button-text-color-hover)}body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker a.brlbs-cmpnt-cb-btn:active,body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker a.brlbs-cmpnt-cb-btn:focus{outline:2px solid transparent;outline-offset:2px;--brlbs-tw-ring-offset-shadow:var(--brlbs-tw-ring-inset) 0 0 0 var(--brlbs-tw-ring-offset-width) var(--brlbs-tw-ring-offset-color);--brlbs-tw-ring-shadow:var(--brlbs-tw-ring-inset) 0 0 0 calc(2px + var(--brlbs-tw-ring-offset-width)) var(--brlbs-tw-ring-color);box-shadow:var(--brlbs-tw-ring-offset-shadow),var(--brlbs-tw-ring-shadow),var(--brlbs-tw-shadow,0 0 #0000)}body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker a.brlbs-cmpnt-cb-provider-toggle{all:unset;align-items:center;box-sizing:border-box;color:var(--content-blocker-link-color);cursor:pointer;display:flex;justify-content:center;text-decoration-line:none}body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker a.brlbs-cmpnt-cb-provider-toggle:hover{all:unset;align-items:center;box-sizing:border-box;color:var(--content-blocker-link-color-hover);cursor:pointer;display:flex;justify-content:center;text-decoration-line:none}@container brlbsCmpntContentBlocker (480px <= width < 620px){body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-preset-b{padding-bottom:12%;padding-top:12%}}@container brlbsCmpntContentBlocker (width < 480px){body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-preset-b{padding:0}body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-preset-b .brlbs-cmpnt-cb-main{flex-direction:column;gap:8px;justify-content:normal;margin:6%;overflow:auto}}@container brlbsCmpntContentBlocker (640px <= width < 750px){body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-preset-c .brlbs-cmpnt-cb-main{margin:10%!important}}@container brlbsCmpntContentBlocker (540px <= width < 640px){body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-preset-c .brlbs-cmpnt-cb-main{margin:6%!important}}@container brlbsCmpntContentBlocker (width < 540px){body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker{position:static}body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-preset-c .brlbs-cmpnt-cb-main{gap:8px;justify-content:normal;margin:6%!important;overflow:auto}body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-preset-c .brlbs-cmpnt-cb-main .brlbs-cmpnt-cb-play-button{display:none}}@container brlbsCmpntContentBlocker (width < 375px){.wp-embed-aspect-16-9 .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-preset-b .brlbs-cmpnt-cb-main,.wp-embed-aspect-16-9 .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-preset-c .brlbs-cmpnt-cb-main{height:100%;justify-content:normal;overflow:auto}.wp-embed-aspect-16-9 .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-preset-b .brlbs-cmpnt-cb-main .brlbs-cmpnt-cb-play-button,.wp-embed-aspect-16-9 .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-preset-c .brlbs-cmpnt-cb-main .brlbs-cmpnt-cb-play-button{display:none}}.wp-embed-aspect-16-9:has(.brlbs-cmpnt-container.brlbs-cmpnt-content-blocker) div.wp-block-embed__wrapper{padding:0}.wp-embed-aspect-16-9:has(.brlbs-cmpnt-container.brlbs-cmpnt-content-blocker) div.wp-block-embed__wrapper:before{padding:0}#BorlabsCookieBox,.brlbs-cmpnt-container{font-family:var(--dialog-font-family);font-weight:400;line-height:calc(var(--dialog-font-size)*1.2)}#BorlabsCookieBox .brlbs-cmpnt-h-4,.brlbs-cmpnt-container .brlbs-cmpnt-h-4{height:16px}#BorlabsCookieBox .brlbs-cmpnt-w-4,.brlbs-cmpnt-container .brlbs-cmpnt-w-4{width:16px}#BorlabsCookieBox .brlbs-cmpnt-max-w-xl,.brlbs-cmpnt-container .brlbs-cmpnt-max-w-xl{max-width:576px}#BorlabsCookieBox .brlbs-cmpnt-max-w-3xl,.brlbs-cmpnt-container .brlbs-cmpnt-max-w-3xl{max-width:768px}#BorlabsCookieBox .brlbs-cmpnt-max-w-4xl,.brlbs-cmpnt-container .brlbs-cmpnt-max-w-4xl{max-width:896px}#BorlabsCookieBox .brlbs-cmpnt-dialog-backdrop:before,.brlbs-cmpnt-container .brlbs-cmpnt-dialog-backdrop:before{background-color:var(--dialog-backdrop-background-color);content:"";height:100%;left:0;opacity:var(--dialog-backdrop-background-opacity);position:fixed;top:0;width:100%}#BorlabsCookieBox .brlbs-cmpnt-dialog,.brlbs-cmpnt-container .brlbs-cmpnt-dialog{background-color:var(--dialog-background-color);border-bottom-left-radius:var(--dialog-border-radius-bottom-left);border-bottom-right-radius:var(--dialog-border-radius-bottom-right);border-top-left-radius:var(--dialog-border-radius-top-left);border-top-right-radius:var(--dialog-border-radius-top-right);color:var(--dialog-text-color)}#BorlabsCookieBox .brlbs-cmpnt-dialog-entrance-description a,.brlbs-cmpnt-container .brlbs-cmpnt-dialog-entrance-description a{color:var(--dialog-link-primary-color);text-decoration:underline}#BorlabsCookieBox .brlbs-cmpnt-dialog-entrance-description a:hover,.brlbs-cmpnt-container .brlbs-cmpnt-dialog-entrance-description a:hover{color:var(--dialog-link-primary-color-hover);text-decoration:none}#BorlabsCookieBox .brlbs-cmpnt-dialog-entrance-headline:focus-visible,.brlbs-cmpnt-container .brlbs-cmpnt-dialog-entrance-headline:focus-visible{outline:none}#BorlabsCookieBox .brlbs-cmpnt-dialog-details-header,.brlbs-cmpnt-container .brlbs-cmpnt-dialog-details-header{align-items:center;display:flex;justify-content:center}#BorlabsCookieBox .brlbs-cmpnt-dialog-details-header.brlbs-cmpnt-with-separator,.brlbs-cmpnt-container .brlbs-cmpnt-dialog-details-header.brlbs-cmpnt-with-separator{border-bottom-width:1px;border-style:solid;padding-bottom:16px}#BorlabsCookieBox .brlbs-cmpnt-dialog-details-header .brlbs-cmpnt-link,.brlbs-cmpnt-container .brlbs-cmpnt-dialog-details-header .brlbs-cmpnt-link{padding:0}#BorlabsCookieBox .brlbs-cmpnt-dialog-details-header .brlbs-cmpnt-link:active,#BorlabsCookieBox .brlbs-cmpnt-dialog-details-header .brlbs-cmpnt-link:focus,#BorlabsCookieBox .brlbs-cmpnt-dialog-details-header .brlbs-cmpnt-link:focus-visible,#BorlabsCookieBox .brlbs-cmpnt-dialog-details-header .brlbs-cmpnt-link:hover,.brlbs-cmpnt-container .brlbs-cmpnt-dialog-details-header .brlbs-cmpnt-link:active,.brlbs-cmpnt-container .brlbs-cmpnt-dialog-details-header .brlbs-cmpnt-link:focus,.brlbs-cmpnt-container .brlbs-cmpnt-dialog-details-header .brlbs-cmpnt-link:focus-visible,.brlbs-cmpnt-container .brlbs-cmpnt-dialog-details-header .brlbs-cmpnt-link:hover{padding:0}#BorlabsCookieBox .brlbs-cmpnt-with-separator,.brlbs-cmpnt-container .brlbs-cmpnt-with-separator{border-color:var(--dialog-separator-color)}#BorlabsCookieBox .brlbs-cmpnt-dialog-footer,.brlbs-cmpnt-container .brlbs-cmpnt-dialog-footer{background-color:var(--dialog-footer-background-color);color:var(--dialog-footer-text-color);padding-bottom:12px;padding-top:12px}#BorlabsCookieBox .brlbs-cmpnt-dialog-box .brlbs-cmpnt-dialog-details,.brlbs-cmpnt-container .brlbs-cmpnt-dialog-box .brlbs-cmpnt-dialog-details{max-width:896px}#BorlabsCookieBox .brlbs-cmpnt-dialog-bar-entrance,.brlbs-cmpnt-container .brlbs-cmpnt-dialog-bar-entrance{padding:16px}@media (min-width:768px){#BorlabsCookieBox .brlbs-cmpnt-dialog-bar-entrance,.brlbs-cmpnt-container .brlbs-cmpnt-dialog-bar-entrance{align-items:center;align-items:stretch;display:flex;padding:24px}}#BorlabsCookieBox .brlbs-cpmnt-dialog-bar-main,.brlbs-cmpnt-container .brlbs-cpmnt-dialog-bar-main{display:flex;flex-wrap:wrap}@media (min-width:768px){#BorlabsCookieBox .brlbs-cpmnt-dialog-bar-main,.brlbs-cmpnt-container .brlbs-cpmnt-dialog-bar-main{padding-right:24px;width:75%}}#BorlabsCookieBox .brlbs-cmpnt-dialog-bar-header,.brlbs-cmpnt-container .brlbs-cmpnt-dialog-bar-header{align-items:center;display:flex;justify-content:center;width:100%}@media (min-width:640px){#BorlabsCookieBox .brlbs-cmpnt-dialog-bar-header,.brlbs-cmpnt-container .brlbs-cmpnt-dialog-bar-header{justify-content:flex-start}}#BorlabsCookieBox .brlbs-cmpnt-dialog-bar-header.brlbs-cmpnt-with-separator,.brlbs-cmpnt-container .brlbs-cmpnt-dialog-bar-header.brlbs-cmpnt-with-separator{border-bottom-width:1px;border-style:solid;padding-bottom:16px}#BorlabsCookieBox .brlbs-cmpnt-dialog-bar-content,.brlbs-cmpnt-container .brlbs-cmpnt-dialog-bar-content{text-align:left}#BorlabsCookieBox .brlbs-cmpnt-dialog-bar-links,.brlbs-cmpnt-container .brlbs-cmpnt-dialog-bar-links{align-items:center;display:flex;justify-content:space-around;width:100%}@media (min-width:768px){#BorlabsCookieBox .brlbs-cmpnt-dialog-bar-links,.brlbs-cmpnt-container .brlbs-cmpnt-dialog-bar-links{margin-top:12px;padding-top:8px}}#BorlabsCookieBox .brlbs-cmpnt-dialog-bar-links .brlbs-cmpnt-with-separator,.brlbs-cmpnt-container .brlbs-cmpnt-dialog-bar-links .brlbs-cmpnt-with-separator{border-top-width:1px}@media (min-width:768px){#BorlabsCookieBox .brlbs-cmpnt-dialog-bar-links .brlbs-cmpnt-with-separator,.brlbs-cmpnt-container .brlbs-cmpnt-dialog-bar-links .brlbs-cmpnt-with-separator{border-style:solid}}#BorlabsCookieBox .brlbs-cmpnt-dialog-box-entrance,.brlbs-cmpnt-container .brlbs-cmpnt-dialog-box-entrance{padding:16px;position:relative}@media (min-width:768px){#BorlabsCookieBox .brlbs-cmpnt-dialog-box-entrance,.brlbs-cmpnt-container .brlbs-cmpnt-dialog-box-entrance{padding:24px}}#BorlabsCookieBox .brlbs-cmpnt-dialog-box-header,.brlbs-cmpnt-container .brlbs-cmpnt-dialog-box-header{align-items:center;display:flex}#BorlabsCookieBox .brlbs-cmpnt-dialog-box-header.brlbs-cmpnt-with-separator,.brlbs-cmpnt-container .brlbs-cmpnt-dialog-box-header.brlbs-cmpnt-with-separator{border-bottom-width:1px;border-style:solid;padding-bottom:16px}#BorlabsCookieBox .brlbs-cmpnt-dialog-box-buttons,.brlbs-cmpnt-container .brlbs-cmpnt-dialog-box-buttons{align-items:center;display:flex;justify-content:space-around}#BorlabsCookieBox .brlbs-cmpnt-dialog-iab-tcf-entrance,.brlbs-cmpnt-container .brlbs-cmpnt-dialog-iab-tcf-entrance{padding:16px;position:relative}@media (min-width:768px){#BorlabsCookieBox .brlbs-cmpnt-dialog-iab-tcf-entrance,.brlbs-cmpnt-container .brlbs-cmpnt-dialog-iab-tcf-entrance{padding:24px}}#BorlabsCookieBox .brlbs-cmpnt-dialog-iab-tcf-header,.brlbs-cmpnt-container .brlbs-cmpnt-dialog-iab-tcf-header{align-items:center;display:flex}#BorlabsCookieBox .brlbs-cmpnt-dialog-iab-tcf-header.brlbs-cmpnt-with-separator,.brlbs-cmpnt-container .brlbs-cmpnt-dialog-iab-tcf-header.brlbs-cmpnt-with-separator{border-bottom-width:1px;border-style:solid;padding-bottom:16px}#BorlabsCookieBox .brlbs-cmpnt-dialog-box-description,#BorlabsCookieBox .brlbs-cmpnt-dialog-iab-tcf-description,.brlbs-cmpnt-container .brlbs-cmpnt-dialog-box-description,.brlbs-cmpnt-container .brlbs-cmpnt-dialog-iab-tcf-description{height:40vh;padding-bottom:1.25rem}#BorlabsCookieBox .brlbs-cmpnt-dialog-box-description:after,#BorlabsCookieBox .brlbs-cmpnt-dialog-iab-tcf-description:after,.brlbs-cmpnt-container .brlbs-cmpnt-dialog-box-description:after,.brlbs-cmpnt-container .brlbs-cmpnt-dialog-iab-tcf-description:after{background-image:linear-gradient(0deg,var(--dialog-background-color),transparent);bottom:0;content:"";display:block;height:30px;position:absolute;width:100%}#BorlabsCookieBox .brlbs-cmpnt-card *,.brlbs-cmpnt-container .brlbs-cmpnt-card *{color:var(--dialog-card-text-color)}#BorlabsCookieBox .brlbs-cmpnt-card fieldset,.brlbs-cmpnt-container .brlbs-cmpnt-card fieldset{background-color:var(--dialog-card-background-color);border-bottom-left-radius:var(--dialog-card-border-radius-bottom-left);border-bottom-right-radius:var(--dialog-card-border-radius-bottom-right);border-top-left-radius:var(--dialog-card-border-radius-top-left);border-top-right-radius:var(--dialog-card-border-radius-top-right)}#BorlabsCookieBox .brlbs-cmpnt-card .brlbs-cmpnt-card-group-form-control,.brlbs-cmpnt-container .brlbs-cmpnt-card .brlbs-cmpnt-card-group-form-control{all:unset;align-items:center;box-sizing:border-box;color:var(--dialog-card-text-color);display:flex;padding-left:0}#BorlabsCookieBox .brlbs-cmpnt-card .brlbs-cmpnt-accordion-toggle,#BorlabsCookieBox .brlbs-cmpnt-card .brlbs-cmpnt-accordion-toggle *,.brlbs-cmpnt-container .brlbs-cmpnt-card .brlbs-cmpnt-accordion-toggle,.brlbs-cmpnt-container .brlbs-cmpnt-card .brlbs-cmpnt-accordion-toggle *{color:var(--dialog-card-control-element-color)}#BorlabsCookieBox .brlbs-cmpnt-card .brlbs-cmpnt-accordion-toggle :hover,#BorlabsCookieBox .brlbs-cmpnt-card .brlbs-cmpnt-accordion-toggle:hover,.brlbs-cmpnt-container .brlbs-cmpnt-card .brlbs-cmpnt-accordion-toggle :hover,.brlbs-cmpnt-container .brlbs-cmpnt-card .brlbs-cmpnt-accordion-toggle:hover{color:var(--dialog-card-control-element-color-hover)}#BorlabsCookieBox .brlbs-cmpnt-close-button,.brlbs-cmpnt-container .brlbs-cmpnt-close-button{all:unset;box-sizing:border-box;color:var(--dialog-control-element-color);cursor:pointer;font-size:calc(var(--dialog-font-size)*.875);line-height:calc(var(--dialog-font-size)*1.25);padding:8px;position:absolute;right:0;top:0;transition-duration:.4s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);z-index:10}@media (min-width:640px){#BorlabsCookieBox .brlbs-cmpnt-close-button,.brlbs-cmpnt-container .brlbs-cmpnt-close-button{right:8px;top:8px}}#BorlabsCookieBox .brlbs-cmpnt-close-button:active,#BorlabsCookieBox .brlbs-cmpnt-close-button:focus,#BorlabsCookieBox .brlbs-cmpnt-close-button:focus-visible,#BorlabsCookieBox .brlbs-cmpnt-close-button:hover,.brlbs-cmpnt-container .brlbs-cmpnt-close-button:active,.brlbs-cmpnt-container .brlbs-cmpnt-close-button:focus,.brlbs-cmpnt-container .brlbs-cmpnt-close-button:focus-visible,.brlbs-cmpnt-container .brlbs-cmpnt-close-button:hover{all:unset;box-sizing:border-box;cursor:pointer;font-size:calc(var(--dialog-font-size)*.875);line-height:calc(var(--dialog-font-size)*1.25);padding:8px;position:absolute;right:0;top:0;transition-duration:.4s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);z-index:10}@media (min-width:640px){#BorlabsCookieBox .brlbs-cmpnt-close-button:active,#BorlabsCookieBox .brlbs-cmpnt-close-button:focus,#BorlabsCookieBox .brlbs-cmpnt-close-button:focus-visible,#BorlabsCookieBox .brlbs-cmpnt-close-button:hover,.brlbs-cmpnt-container .brlbs-cmpnt-close-button:active,.brlbs-cmpnt-container .brlbs-cmpnt-close-button:focus,.brlbs-cmpnt-container .brlbs-cmpnt-close-button:focus-visible,.brlbs-cmpnt-container .brlbs-cmpnt-close-button:hover{right:8px;top:8px}}#BorlabsCookieBox .brlbs-cmpnt-close-button:hover,.brlbs-cmpnt-container .brlbs-cmpnt-close-button:hover{color:var(--dialog-control-element-color-hover)}#BorlabsCookieBox .brlbs-cmpnt-close-button:focus-visible,.brlbs-cmpnt-container .brlbs-cmpnt-close-button:focus-visible{border-color:transparent;outline:2px solid transparent;outline-offset:2px;--brlbs-tw-ring-offset-shadow:var(--brlbs-tw-ring-inset) 0 0 0 var(--brlbs-tw-ring-offset-width) var(--brlbs-tw-ring-offset-color);--brlbs-tw-ring-shadow:var(--brlbs-tw-ring-inset) 0 0 0 calc(2px + var(--brlbs-tw-ring-offset-width)) var(--brlbs-tw-ring-color);box-shadow:var(--brlbs-tw-ring-offset-shadow),var(--brlbs-tw-ring-shadow),var(--brlbs-tw-shadow,0 0 #0000);--brlbs-tw-ring-opacity:1;--brlbs-tw-ring-color:rgb(107 114 128/var(--brlbs-tw-ring-opacity,1));--brlbs-tw-ring-offset-width:2px}#BorlabsCookieBox .brlbs-cmpnt-close-button:active,.brlbs-cmpnt-container .brlbs-cmpnt-close-button:active{border-color:transparent;outline:2px solid transparent;outline-offset:2px;--brlbs-tw-ring-offset-shadow:var(--brlbs-tw-ring-inset) 0 0 0 var(--brlbs-tw-ring-offset-width) var(--brlbs-tw-ring-offset-color);--brlbs-tw-ring-shadow:var(--brlbs-tw-ring-inset) 0 0 0 calc(2px + var(--brlbs-tw-ring-offset-width)) var(--brlbs-tw-ring-color);box-shadow:var(--brlbs-tw-ring-offset-shadow),var(--brlbs-tw-ring-shadow),var(--brlbs-tw-shadow,0 0 #0000);--brlbs-tw-ring-opacity:1;--brlbs-tw-ring-color:rgb(209 213 219/var(--brlbs-tw-ring-opacity,1));--brlbs-tw-ring-offset-width:2px}#BorlabsCookieBox .brlbs-cmpnt-consent-list,.brlbs-cmpnt-container .brlbs-cmpnt-consent-list{all:unset;box-sizing:border-box;display:block;list-style-type:none;margin:0 4px}#BorlabsCookieBox .brlbs-cmpnt-consent-list li,.brlbs-cmpnt-container .brlbs-cmpnt-consent-list li{all:unset;box-sizing:border-box;display:list-item;margin:8px 0;position:relative}#BorlabsCookieBox .brlbs-cmpnt-consent-list li:first-child,.brlbs-cmpnt-container .brlbs-cmpnt-consent-list li:first-child{margin-top:0}#BorlabsCookieBox .brlbs-cmpnt-consent-list li:last-child,.brlbs-cmpnt-container .brlbs-cmpnt-consent-list li:last-child{margin-bottom:0}#BorlabsCookieBox .brlbs-cmpnt-consent-list li.brlbs-cmpnt-pr-4,.brlbs-cmpnt-container .brlbs-cmpnt-consent-list li.brlbs-cmpnt-pr-4{padding-right:16px}#BorlabsCookieBox .brlbs-cmpnt-consent-list.brlbs-cmpnt-inline-consent-list,.brlbs-cmpnt-container .brlbs-cmpnt-consent-list.brlbs-cmpnt-inline-consent-list{display:flex;flex-direction:column;flex-wrap:wrap}#BorlabsCookieBox .brlbs-cmpnt-consent-list.brlbs-cmpnt-inline-consent-list>:not([hidden])~:not([hidden]),.brlbs-cmpnt-container .brlbs-cmpnt-consent-list.brlbs-cmpnt-inline-consent-list>:not([hidden])~:not([hidden]){--brlbs-tw-space-y-reverse:0;margin-bottom:calc(8px*var(--brlbs-tw-space-y-reverse));margin-top:calc(8px*(1 - var(--brlbs-tw-space-y-reverse)))}@media (min-width:640px){#BorlabsCookieBox .brlbs-cmpnt-consent-list.brlbs-cmpnt-inline-consent-list,.brlbs-cmpnt-container .brlbs-cmpnt-consent-list.brlbs-cmpnt-inline-consent-list{flex-direction:row}#BorlabsCookieBox .brlbs-cmpnt-consent-list.brlbs-cmpnt-inline-consent-list>:not([hidden])~:not([hidden]),.brlbs-cmpnt-container .brlbs-cmpnt-consent-list.brlbs-cmpnt-inline-consent-list>:not([hidden])~:not([hidden]){--brlbs-tw-space-y-reverse:0;margin-bottom:calc(0px*var(--brlbs-tw-space-y-reverse));margin-top:calc(0px*(1 - var(--brlbs-tw-space-y-reverse)))}}#BorlabsCookieBox .brlbs-cmpnt-consent-list.brlbs-cmpnt-inline-consent-list li,.brlbs-cmpnt-container .brlbs-cmpnt-consent-list.brlbs-cmpnt-inline-consent-list li{margin:0}#BorlabsCookieBox .brlbs-cmpnt-consent-list.brlbs-cmpnt-py-2,.brlbs-cmpnt-container .brlbs-cmpnt-consent-list.brlbs-cmpnt-py-2{padding-bottom:8px;padding-top:8px}#BorlabsCookieBox .brlbs-cmpnt-consent-list.brlbs-cmpnt-justify-start,.brlbs-cmpnt-container .brlbs-cmpnt-consent-list.brlbs-cmpnt-justify-start{justify-content:flex-start}#BorlabsCookieBox .brlbs-cmpnt-consent-list.brlbs-cmpnt-justify-center,.brlbs-cmpnt-container .brlbs-cmpnt-consent-list.brlbs-cmpnt-justify-center{justify-content:center}#BorlabsCookieBox .brlbs-cmpnt-consent-list.brlbs-cmpnt-justify-end,.brlbs-cmpnt-container .brlbs-cmpnt-consent-list.brlbs-cmpnt-justify-end{justify-content:flex-end}#BorlabsCookieBox .brlbs-cmpnt-consent-list.brlbs-cmpnt-justify-between,.brlbs-cmpnt-container .brlbs-cmpnt-consent-list.brlbs-cmpnt-justify-between{justify-content:space-between}#BorlabsCookieBox .brlbs-cmpnt-consent-list.brlbs-cmpnt-justify-around,.brlbs-cmpnt-container .brlbs-cmpnt-consent-list.brlbs-cmpnt-justify-around{justify-content:space-around}#BorlabsCookieBox .brlbs-cmpnt-list-item,.brlbs-cmpnt-container .brlbs-cmpnt-list-item{border-bottom:var(--dialog-list-item-separator-width) solid var(--dialog-list-item-separator-color);padding:var(--dialog-list-padding-small-screen-top) var(--dialog-list-padding-small-screen-right) var(--dialog-list-padding-small-screen-bottom) var(--dialog-list-padding-small-screen-left)}#BorlabsCookieBox .brlbs-cmpnt-list-item:first-child,.brlbs-cmpnt-container .brlbs-cmpnt-list-item:first-child{border-top-left-radius:var(--dialog-list-border-radius-top-left);border-top-right-radius:var(--dialog-list-border-radius-top-right)}#BorlabsCookieBox .brlbs-cmpnt-list-item:last-child,.brlbs-cmpnt-container .brlbs-cmpnt-list-item:last-child{border-bottom-left-radius:var(--dialog-list-border-radius-bottom-left);border-bottom-right-radius:var(--dialog-list-border-radius-bottom-right);border-bottom-width:0}#BorlabsCookieBox .brlbs-cmpnt-list-item:nth-of-type(2n),.brlbs-cmpnt-container .brlbs-cmpnt-list-item:nth-of-type(2n){background-color:var(--dialog-list-item-background-color-even);color:var(--dialog-list-item-text-color-even)}#BorlabsCookieBox .brlbs-cmpnt-list-item:nth-of-type(odd),.brlbs-cmpnt-container .brlbs-cmpnt-list-item:nth-of-type(odd){background-color:var(--dialog-list-item-background-color-odd);color:var(--dialog-list-item-text-color-odd)}#BorlabsCookieBox .brlbs-cmpnt-list-item .brlbs-cmpnt-list-item-controls-container :is(.brlbs-divide-solid>:not([hidden])~:not([hidden])),.brlbs-cmpnt-container .brlbs-cmpnt-list-item .brlbs-cmpnt-list-item-controls-container :is(.brlbs-divide-solid>:not([hidden])~:not([hidden])){border-color:var(--dialog-list-item-control-element-separator-color)}#BorlabsCookieBox .brlbs-cmpnt-list-item .brlbs-cmpnt-accordion-toggle,#BorlabsCookieBox .brlbs-cmpnt-list-item .brlbs-cmpnt-accordion-toggle *,.brlbs-cmpnt-container .brlbs-cmpnt-list-item .brlbs-cmpnt-accordion-toggle,.brlbs-cmpnt-container .brlbs-cmpnt-list-item .brlbs-cmpnt-accordion-toggle *{color:var(--dialog-list-item-control-element-color)}#BorlabsCookieBox .brlbs-cmpnt-list-item .brlbs-cmpnt-accordion-toggle :hover,#BorlabsCookieBox .brlbs-cmpnt-list-item .brlbs-cmpnt-accordion-toggle:hover,.brlbs-cmpnt-container .brlbs-cmpnt-list-item .brlbs-cmpnt-accordion-toggle :hover,.brlbs-cmpnt-container .brlbs-cmpnt-list-item .brlbs-cmpnt-accordion-toggle:hover{color:var(--dialog-list-item-control-element-color-hover)}@media (min-width:640px){#BorlabsCookieBox .brlbs-cmpnt-list-item,.brlbs-cmpnt-container .brlbs-cmpnt-list-item{padding:var(--dialog-list-padding-medium-screen-top) var(--dialog-list-padding-medium-screen-right) var(--dialog-list-padding-medium-screen-bottom) var(--dialog-list-padding-medium-screen-left)}}#BorlabsCookieBox .brlbs-cmpnt-list-item-table,.brlbs-cmpnt-container .brlbs-cmpnt-list-item-table{margin-top:var(--dialog-list-padding-small-screen-top)}#BorlabsCookieBox h2.brlbs-cmpnt-h2.brlbs-cmpnt-list-item-table-headline,.brlbs-cmpnt-container h2.brlbs-cmpnt-h2.brlbs-cmpnt-list-item-table-headline{margin-bottom:var(--dialog-list-padding-small-screen-top)}@media (min-width:640px){#BorlabsCookieBox .brlbs-cmpnt-list-item-table,.brlbs-cmpnt-container .brlbs-cmpnt-list-item-table{margin-top:var(--dialog-list-padding-medium-screen-top)}#BorlabsCookieBox h2.brlbs-cmpnt-h2.brlbs-cmpnt-list-item-table-headline,.brlbs-cmpnt-container h2.brlbs-cmpnt-h2.brlbs-cmpnt-list-item-table-headline{margin-bottom:var(--dialog-list-padding-medium-screen-top)}}#BorlabsCookieBox .brlbs-cmpnt-tab,.brlbs-cmpnt-container .brlbs-cmpnt-tab{all:unset;background-color:transparent;box-sizing:border-box;cursor:pointer;flex:1 1 0%;font-size:calc(var(--dialog-font-size)*.875);font-weight:600;letter-spacing:0;line-height:calc(var(--dialog-font-size)*1.25);padding:8px;text-align:center;text-decoration-line:none;text-transform:none}@media (min-width:640px){#BorlabsCookieBox .brlbs-cmpnt-tab,.brlbs-cmpnt-container .brlbs-cmpnt-tab{font-size:calc(var(--dialog-font-size));line-height:calc(var(--dialog-font-size)*1.5)}}#BorlabsCookieBox .brlbs-cmpnt-tab:focus,#BorlabsCookieBox .brlbs-cmpnt-tab:hover,.brlbs-cmpnt-container .brlbs-cmpnt-tab:focus,.brlbs-cmpnt-container .brlbs-cmpnt-tab:hover{all:unset;background-color:transparent;box-sizing:border-box;cursor:pointer;flex:1 1 0%;font-size:calc(var(--dialog-font-size)*.875);font-weight:600;letter-spacing:0;line-height:calc(var(--dialog-font-size)*1.25);padding:8px;text-align:center;text-decoration-line:none;text-transform:none}@media (min-width:640px){#BorlabsCookieBox .brlbs-cmpnt-tab:focus,#BorlabsCookieBox .brlbs-cmpnt-tab:hover,.brlbs-cmpnt-container .brlbs-cmpnt-tab:focus,.brlbs-cmpnt-container .brlbs-cmpnt-tab:hover{font-size:calc(var(--dialog-font-size));line-height:calc(var(--dialog-font-size)*1.5)}}#BorlabsCookieBox .brlbs-cmpnt-tab:focus-visible,.brlbs-cmpnt-container .brlbs-cmpnt-tab:focus-visible{outline:2px solid transparent;outline-offset:2px;--brlbs-tw-ring-offset-shadow:var(--brlbs-tw-ring-inset) 0 0 0 var(--brlbs-tw-ring-offset-width) var(--brlbs-tw-ring-offset-color);--brlbs-tw-ring-shadow:var(--brlbs-tw-ring-inset) 0 0 0 calc(2px + var(--brlbs-tw-ring-offset-width)) var(--brlbs-tw-ring-color);box-shadow:var(--brlbs-tw-ring-offset-shadow),var(--brlbs-tw-ring-shadow),var(--brlbs-tw-shadow,0 0 #0000);--brlbs-tw-ring-offset-width:2px}#BorlabsCookieBox .brlbs-cmpnt-tab:hover,.brlbs-cmpnt-container .brlbs-cmpnt-tab:hover{text-decoration-line:none}#BorlabsCookieBox .brlbs-cmpnt-tab.brlbs-cmpnt-tab-active,.brlbs-cmpnt-container .brlbs-cmpnt-tab.brlbs-cmpnt-tab-active{background-color:var(--dialog-tab-bar-tab-background-color-active);border-bottom-left-radius:var(--dialog-tab-bar-tab-border-radius-bottom-left-active);border-bottom-right-radius:var(--dialog-tab-bar-tab-border-radius-bottom-right-active);border-color:var(--dialog-tab-bar-tab-border-color-top-active) var(--dialog-tab-bar-tab-border-color-right-active) var(--dialog-tab-bar-tab-border-color-bottom-active) var(--dialog-tab-bar-tab-border-color-left-active);border-style:solid;border-top-left-radius:var(--dialog-tab-bar-tab-border-radius-top-left-active);border-top-right-radius:var(--dialog-tab-bar-tab-border-radius-top-right-active);border-width:0;border-width:var(--dialog-tab-bar-tab-border-width-top-active) var(--dialog-tab-bar-tab-border-width-right-active) var(--dialog-tab-bar-tab-border-width-bottom-active) var(--dialog-tab-bar-tab-border-width-left-active);color:var(--dialog-tab-bar-tab-text-color-active)}#BorlabsCookieBox .brlbs-cmpnt-tab.brlbs-cmpnt-tab-inactive,.brlbs-cmpnt-container .brlbs-cmpnt-tab.brlbs-cmpnt-tab-inactive{background-color:var(--dialog-tab-bar-tab-background-color-inactive);border-bottom-left-radius:var(--dialog-tab-bar-tab-border-radius-bottom-left-inactive);border-bottom-right-radius:var(--dialog-tab-bar-tab-border-radius-bottom-right-inactive);border-color:var(--dialog-tab-bar-tab-border-color-top-inactive) var(--dialog-tab-bar-tab-border-color-right-inactive) var(--dialog-tab-bar-tab-border-color-bottom-inactive) var(--dialog-tab-bar-tab-border-color-left-inactive);border-style:solid;border-top-left-radius:var(--dialog-tab-bar-tab-border-radius-top-left-inactive);border-top-right-radius:var(--dialog-tab-bar-tab-border-radius-top-right-inactive);border-width:0;border-width:var(--dialog-tab-bar-tab-border-width-top-inactive) var(--dialog-tab-bar-tab-border-width-right-inactive) var(--dialog-tab-bar-tab-border-width-bottom-inactive) var(--dialog-tab-bar-tab-border-width-left-inactive);color:var(--dialog-tab-bar-tab-text-color-inactive)}#BorlabsCookieBox .brlbs-cmpnt-tab.brlbs-cmpnt-tab-inactive:focus-visible,#BorlabsCookieBox .brlbs-cmpnt-tab.brlbs-cmpnt-tab-inactive:hover,.brlbs-cmpnt-container .brlbs-cmpnt-tab.brlbs-cmpnt-tab-inactive:focus-visible,.brlbs-cmpnt-container .brlbs-cmpnt-tab.brlbs-cmpnt-tab-inactive:hover{background-color:var(--dialog-tab-bar-tab-background-color-active);border-bottom-left-radius:var(--dialog-tab-bar-tab-border-radius-bottom-left-active);border-bottom-right-radius:var(--dialog-tab-bar-tab-border-radius-bottom-right-active);border-color:var(--dialog-tab-bar-tab-border-color-top-active) var(--dialog-tab-bar-tab-border-color-right-active) var(--dialog-tab-bar-tab-border-color-bottom-active) var(--dialog-tab-bar-tab-border-color-left-active);border-top-left-radius:var(--dialog-tab-bar-tab-border-radius-top-left-active);border-top-right-radius:var(--dialog-tab-bar-tab-border-radius-top-right-active);border-width:var(--dialog-tab-bar-tab-border-width-top-active) var(--dialog-tab-bar-tab-border-width-right-active) var(--dialog-tab-bar-tab-border-width-bottom-active) var(--dialog-tab-bar-tab-border-width-left-active);color:var(--dialog-tab-bar-tab-text-color-active)}#BorlabsCookieBox .brlbs-cmpnt-table,.brlbs-cmpnt-container .brlbs-cmpnt-table{all:unset;border-bottom-left-radius:var(--dialog-table-border-radius-bottom-left);border-bottom-right-radius:var(--dialog-table-border-radius-bottom-right);border-collapse:collapse;border-top-left-radius:var(--dialog-table-border-radius-top-left);border-top-right-radius:var(--dialog-table-border-radius-top-right);border-width:1px;box-sizing:border-box;display:table;overflow:hidden;text-align:left;width:100%}#BorlabsCookieBox .brlbs-cmpnt-table.brlbs-cmpnt-text-sm,.brlbs-cmpnt-container .brlbs-cmpnt-table.brlbs-cmpnt-text-sm{font-size:calc(var(--dialog-font-size)*.875);line-height:calc(var(--dialog-font-size)*1.25)}#BorlabsCookieBox .brlbs-cmpnt-table.brlbs-cmpnt-text-base,.brlbs-cmpnt-container .brlbs-cmpnt-table.brlbs-cmpnt-text-base{font-size:calc(var(--dialog-font-size));line-height:calc(var(--dialog-font-size)*1.5)}#BorlabsCookieBox .brlbs-cmpnt-table td,#BorlabsCookieBox .brlbs-cmpnt-table th,.brlbs-cmpnt-container .brlbs-cmpnt-table td,.brlbs-cmpnt-container .brlbs-cmpnt-table th{all:unset;border-width:1px 0 0;box-sizing:border-box;display:table-cell}#BorlabsCookieBox .brlbs-cmpnt-table td.brlbs-hidden,#BorlabsCookieBox .brlbs-cmpnt-table th.brlbs-hidden,.brlbs-cmpnt-container .brlbs-cmpnt-table td.brlbs-hidden,.brlbs-cmpnt-container .brlbs-cmpnt-table th.brlbs-hidden{display:none}#BorlabsCookieBox .brlbs-cmpnt-table th,.brlbs-cmpnt-container .brlbs-cmpnt-table th{font-weight:700}#BorlabsCookieBox .brlbs-cmpnt-table tr>*,.brlbs-cmpnt-container .brlbs-cmpnt-table tr>*{padding:var(--dialog-table-cell-padding-top) var(--dialog-table-cell-padding-right) var(--dialog-table-cell-padding-bottom) var(--dialog-table-cell-padding-left)}#BorlabsCookieBox .brlbs-cmpnt-table tr,.brlbs-cmpnt-container .brlbs-cmpnt-table tr{border-color:var(--dialog-table-row-border-color);border-top-style:solid;border-top-width:1px;width:100%}#BorlabsCookieBox .brlbs-cmpnt-table tr:nth-of-type(2n),.brlbs-cmpnt-container .brlbs-cmpnt-table tr:nth-of-type(2n){background-color:var(--dialog-table-row-background-color-even);color:var(--dialog-table-row-text-color-even)}#BorlabsCookieBox .brlbs-cmpnt-table tr:nth-of-type(odd),.brlbs-cmpnt-container .brlbs-cmpnt-table tr:nth-of-type(odd){background-color:var(--dialog-table-row-background-color-odd);color:var(--dialog-table-row-text-color-odd)}#BorlabsCookieBox .brlbs-cmpnt-table tr:first-of-type,.brlbs-cmpnt-container .brlbs-cmpnt-table tr:first-of-type{border-top-width:0}@media (min-width:640px){#BorlabsCookieBox .brlbs-cmpnt-table td.sm\:brlbs-table-cell,#BorlabsCookieBox .brlbs-cmpnt-table th.sm\:brlbs-table-cell,.brlbs-cmpnt-container .brlbs-cmpnt-table td.sm\:brlbs-table-cell,.brlbs-cmpnt-container .brlbs-cmpnt-table th.sm\:brlbs-table-cell{display:table-cell}}#BorlabsCookieBox h2.brlbs-cmpnt-h2,.brlbs-cmpnt-container h2.brlbs-cmpnt-h2{all:unset;box-sizing:border-box;display:block;font-size:calc(var(--dialog-font-size)*.875);font-weight:600;line-height:calc(var(--dialog-font-size)*1.25)}@media (min-width:640px){#BorlabsCookieBox h2.brlbs-cmpnt-h2,.brlbs-cmpnt-container h2.brlbs-cmpnt-h2{font-size:calc(var(--dialog-font-size));line-height:calc(var(--dialog-font-size)*1.5)}}#BorlabsCookieBox h2.brlbs-cmpnt-h2.brlbs-cmpnt-provider-card-headline,.brlbs-cmpnt-container h2.brlbs-cmpnt-h2.brlbs-cmpnt-provider-card-headline{margin-bottom:16px}#BorlabsCookieBox h2.brlbs-cmpnt-h2.brlbs-cmpnt-consent-history-headline,.brlbs-cmpnt-container h2.brlbs-cmpnt-h2.brlbs-cmpnt-consent-history-headline{font-size:calc(var(--dialog-font-size));line-height:calc(var(--dialog-font-size)*1.5)}@media (min-width:640px){#BorlabsCookieBox h2.brlbs-cmpnt-h2.brlbs-cmpnt-consent-history-headline,.brlbs-cmpnt-container h2.brlbs-cmpnt-h2.brlbs-cmpnt-consent-history-headline{font-size:calc(var(--dialog-font-size)*1.125);line-height:calc(var(--dialog-font-size)*1.75)}}#BorlabsCookieBox h2.brlbs-cmpnt-h2.brlbs-cmpnt-consent-history-headline.brlbs-cmpnt-my-4,.brlbs-cmpnt-container h2.brlbs-cmpnt-h2.brlbs-cmpnt-consent-history-headline.brlbs-cmpnt-my-4{margin-bottom:16px;margin-top:16px}#BorlabsCookieBox h3.brlbs-cmpnt-h3,.brlbs-cmpnt-container h3.brlbs-cmpnt-h3{all:unset;box-sizing:border-box;display:block;font-size:calc(var(--dialog-font-size));font-weight:600;line-height:calc(var(--dialog-font-size)*1.5)}@media (min-width:640px){#BorlabsCookieBox h3.brlbs-cmpnt-h3,.brlbs-cmpnt-container h3.brlbs-cmpnt-h3{font-size:calc(var(--dialog-font-size)*1.125);line-height:calc(var(--dialog-font-size)*1.75)}}#BorlabsCookieBox h4.brlbs-cmpnt-h4,.brlbs-cmpnt-container h4.brlbs-cmpnt-h4{all:unset;box-sizing:border-box;display:block;font-size:calc(var(--dialog-font-size));font-weight:600;line-height:calc(var(--dialog-font-size)*1.5)}#BorlabsCookieBox label.brlbs-cmpnt-label,.brlbs-cmpnt-container label.brlbs-cmpnt-label{all:unset;align-items:center;box-sizing:border-box;cursor:pointer;display:block;font-size:calc(var(--dialog-font-size));font-weight:600;line-height:calc(var(--dialog-font-size)*1.5);margin-bottom:0}#BorlabsCookieBox label.brlbs-cmpnt-label:after,#BorlabsCookieBox label.brlbs-cmpnt-label:before,.brlbs-cmpnt-container label.brlbs-cmpnt-label:after,.brlbs-cmpnt-container label.brlbs-cmpnt-label:before{all:unset}#BorlabsCookieBox ul.brlbs-cmpnt-ul,.brlbs-cmpnt-container ul.brlbs-cmpnt-ul{all:unset;box-sizing:border-box;display:block;list-style-type:disc;margin-left:12px}#BorlabsCookieBox ul.brlbs-cmpnt-ul li,.brlbs-cmpnt-container ul.brlbs-cmpnt-ul li{all:unset;box-sizing:border-box;display:list-item}#BorlabsCookieBox input[type=checkbox].brlbs-cmpnt-checkbox,.brlbs-cmpnt-container input[type=checkbox].brlbs-cmpnt-checkbox{all:unset;background-color:var(--dialog-checkbox-background-color-inactive);border-bottom-left-radius:var(--dialog-checkbox-border-radius-bottom-left);border-bottom-right-radius:var(--dialog-checkbox-border-radius-bottom-right);border-color:var(--dialog-checkbox-border-color-inactive);border-top-left-radius:var(--dialog-checkbox-border-radius-top-left);border-top-right-radius:var(--dialog-checkbox-border-radius-top-right);border-radius:.25rem;border-style:solid;border-width:2px;box-sizing:border-box;cursor:pointer;display:block;height:16px;padding:8px;width:16px}#BorlabsCookieBox input[type=checkbox].brlbs-cmpnt-checkbox:checked,#BorlabsCookieBox input[type=checkbox].brlbs-cmpnt-checkbox:disabled,#BorlabsCookieBox input[type=checkbox].brlbs-cmpnt-checkbox:focus,#BorlabsCookieBox input[type=checkbox].brlbs-cmpnt-checkbox:focus-visible,#BorlabsCookieBox input[type=checkbox].brlbs-cmpnt-checkbox:hover,.brlbs-cmpnt-container input[type=checkbox].brlbs-cmpnt-checkbox:checked,.brlbs-cmpnt-container input[type=checkbox].brlbs-cmpnt-checkbox:disabled,.brlbs-cmpnt-container input[type=checkbox].brlbs-cmpnt-checkbox:focus,.brlbs-cmpnt-container input[type=checkbox].brlbs-cmpnt-checkbox:focus-visible,.brlbs-cmpnt-container input[type=checkbox].brlbs-cmpnt-checkbox:hover{all:unset;background-color:var(--dialog-checkbox-background-color-inactive);border-bottom-left-radius:var(--dialog-checkbox-border-radius-bottom-left);border-bottom-right-radius:var(--dialog-checkbox-border-radius-bottom-right);border-color:var(--dialog-checkbox-border-color-inactive);border-top-left-radius:var(--dialog-checkbox-border-radius-top-left);border-top-right-radius:var(--dialog-checkbox-border-radius-top-right);border-radius:.25rem;border-style:solid;border-width:2px;box-sizing:border-box;cursor:pointer;display:block;height:16px;padding:8px;width:16px}#BorlabsCookieBox input[type=checkbox].brlbs-cmpnt-checkbox:checked:after,#BorlabsCookieBox input[type=checkbox].brlbs-cmpnt-checkbox:checked:before,#BorlabsCookieBox input[type=checkbox].brlbs-cmpnt-checkbox:disabled:after,#BorlabsCookieBox input[type=checkbox].brlbs-cmpnt-checkbox:disabled:before,#BorlabsCookieBox input[type=checkbox].brlbs-cmpnt-checkbox:focus-visible:after,#BorlabsCookieBox input[type=checkbox].brlbs-cmpnt-checkbox:focus-visible:before,#BorlabsCookieBox input[type=checkbox].brlbs-cmpnt-checkbox:focus:after,#BorlabsCookieBox input[type=checkbox].brlbs-cmpnt-checkbox:focus:before,#BorlabsCookieBox input[type=checkbox].brlbs-cmpnt-checkbox:hover:after,#BorlabsCookieBox input[type=checkbox].brlbs-cmpnt-checkbox:hover:before,.brlbs-cmpnt-container input[type=checkbox].brlbs-cmpnt-checkbox:checked:after,.brlbs-cmpnt-container input[type=checkbox].brlbs-cmpnt-checkbox:checked:before,.brlbs-cmpnt-container input[type=checkbox].brlbs-cmpnt-checkbox:disabled:after,.brlbs-cmpnt-container input[type=checkbox].brlbs-cmpnt-checkbox:disabled:before,.brlbs-cmpnt-container input[type=checkbox].brlbs-cmpnt-checkbox:focus-visible:after,.brlbs-cmpnt-container input[type=checkbox].brlbs-cmpnt-checkbox:focus-visible:before,.brlbs-cmpnt-container input[type=checkbox].brlbs-cmpnt-checkbox:focus:after,.brlbs-cmpnt-container input[type=checkbox].brlbs-cmpnt-checkbox:focus:before,.brlbs-cmpnt-container input[type=checkbox].brlbs-cmpnt-checkbox:hover:after,.brlbs-cmpnt-container input[type=checkbox].brlbs-cmpnt-checkbox:hover:before{all:unset;box-sizing:border-box}#BorlabsCookieBox input[type=checkbox].brlbs-cmpnt-checkbox:after,#BorlabsCookieBox input[type=checkbox].brlbs-cmpnt-checkbox:before,.brlbs-cmpnt-container input[type=checkbox].brlbs-cmpnt-checkbox:after,.brlbs-cmpnt-container input[type=checkbox].brlbs-cmpnt-checkbox:before{all:unset;box-sizing:border-box;display:none}#BorlabsCookieBox input[type=checkbox].brlbs-cmpnt-checkbox:checked,.brlbs-cmpnt-container input[type=checkbox].brlbs-cmpnt-checkbox:checked{background-color:var(--dialog-checkbox-background-color-active);background-image:none;border-color:var(--dialog-checkbox-border-color-active);color:var(--dialog-checkbox-check-mark-color-active);position:relative}#BorlabsCookieBox input[type=checkbox].brlbs-cmpnt-checkbox:checked:before,.brlbs-cmpnt-container input[type=checkbox].brlbs-cmpnt-checkbox:checked:before{background-color:var(--dialog-checkbox-check-mark-color-active);content:"";display:block;height:16px;left:0;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath d='M12.207 4.793a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414 0l-2-2a1 1 0 0 1 1.414-1.414L6.5 9.086l4.293-4.293a1 1 0 0 1 1.414 0'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath d='M12.207 4.793a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414 0l-2-2a1 1 0 0 1 1.414-1.414L6.5 9.086l4.293-4.293a1 1 0 0 1 1.414 0'/%3E%3C/svg%3E");position:absolute;top:0;width:16px}#BorlabsCookieBox input[type=checkbox].brlbs-cmpnt-checkbox:checked:disabled:before,.brlbs-cmpnt-container input[type=checkbox].brlbs-cmpnt-checkbox:checked:disabled:before{background-color:var(--dialog-checkbox-check-mark-color-disabled)}#BorlabsCookieBox input[type=checkbox].brlbs-cmpnt-checkbox:disabled,.brlbs-cmpnt-container input[type=checkbox].brlbs-cmpnt-checkbox:disabled{background-color:var(--dialog-checkbox-background-color-disabled);border-color:var(--dialog-checkbox-border-color-disabled);color:var(--dialog-checkbox-check-mark-color-disabled)}#BorlabsCookieBox input[type=checkbox].brlbs-cmpnt-checkbox:focus-visible,.brlbs-cmpnt-container input[type=checkbox].brlbs-cmpnt-checkbox:focus-visible{outline:2px solid transparent;outline-offset:2px;--brlbs-tw-ring-offset-shadow:var(--brlbs-tw-ring-inset) 0 0 0 var(--brlbs-tw-ring-offset-width) var(--brlbs-tw-ring-offset-color);--brlbs-tw-ring-shadow:var(--brlbs-tw-ring-inset) 0 0 0 calc(2px + var(--brlbs-tw-ring-offset-width)) var(--brlbs-tw-ring-color);box-shadow:var(--brlbs-tw-ring-offset-shadow),var(--brlbs-tw-ring-shadow),var(--brlbs-tw-shadow,0 0 #0000);--brlbs-tw-ring-opacity:.8;--brlbs-tw-ring-offset-width:2px}#BorlabsCookieBox input[type=checkbox].brlbs-cmpnt-checkbox.brlbs-cmpnt-mt-1,.brlbs-cmpnt-container input[type=checkbox].brlbs-cmpnt-checkbox.brlbs-cmpnt-mt-1{margin-top:4px}#BorlabsCookieBox .brlbs-cmpnt-btn,.brlbs-cmpnt-container .brlbs-cmpnt-btn{all:unset;align-items:center;box-sizing:border-box;cursor:pointer;font-size:calc(var(--dialog-font-size));justify-content:center;line-height:calc(var(--dialog-font-size)*1.5);padding:12px 20px;text-align:center;text-decoration-line:none;transition-duration:.4s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}#BorlabsCookieBox .brlbs-cmpnt-btn:focus-visible,.brlbs-cmpnt-container .brlbs-cmpnt-btn:focus-visible{all:unset;align-items:center;box-sizing:border-box;cursor:pointer;font-size:calc(var(--dialog-font-size));justify-content:center;line-height:calc(var(--dialog-font-size)*1.5);outline:2px solid transparent;outline-offset:2px;padding:12px 20px;text-align:center;text-decoration-line:none;--brlbs-tw-ring-offset-shadow:var(--brlbs-tw-ring-inset) 0 0 0 var(--brlbs-tw-ring-offset-width) var(--brlbs-tw-ring-offset-color);--brlbs-tw-ring-shadow:var(--brlbs-tw-ring-inset) 0 0 0 calc(2px + var(--brlbs-tw-ring-offset-width)) var(--brlbs-tw-ring-color);box-shadow:var(--brlbs-tw-ring-offset-shadow),var(--brlbs-tw-ring-shadow),var(--brlbs-tw-shadow,0 0 #0000);--brlbs-tw-ring-offset-width:2px;transition-duration:.4s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}#BorlabsCookieBox .brlbs-cmpnt-btn.brlbs-cmpnt-font-semibold,.brlbs-cmpnt-container .brlbs-cmpnt-btn.brlbs-cmpnt-font-semibold{font-weight:600}#BorlabsCookieBox .brlbs-cmpnt-btn.brlbs-cmpnt-btn-sm,.brlbs-cmpnt-container .brlbs-cmpnt-btn.brlbs-cmpnt-btn-sm{font-size:calc(var(--dialog-font-size)*.875);line-height:calc(var(--dialog-font-size)*1.25);padding:8px 16px}#BorlabsCookieBox .brlbs-cmpnt-btn.brlbs-cmpnt-w-full,.brlbs-cmpnt-container .brlbs-cmpnt-btn.brlbs-cmpnt-w-full{width:100%}#BorlabsCookieBox .brlbs-cmpnt-btn-preferences,.brlbs-cmpnt-container .brlbs-cmpnt-btn-preferences{--brlbs-tw-ring-color:var(--dialog-button-accept-all-color-hover);background-color:var(--dialog-button-preferences-color);color:var(--dialog-button-preferences-text-color)}#BorlabsCookieBox .brlbs-cmpnt-btn-preferences:hover,.brlbs-cmpnt-container .brlbs-cmpnt-btn-preferences:hover{background-color:var(--dialog-button-preferences-color-hover);color:var(--dialog-button-preferences-text-color-hover)}#BorlabsCookieBox .brlbs-cmpnt-link,.brlbs-cmpnt-container .brlbs-cmpnt-link{all:unset;background:transparent;box-sizing:border-box;cursor:pointer;font-size:calc(var(--dialog-font-size)*.875);line-height:calc(var(--dialog-font-size)*1.25);padding:8px 12px;transition-duration:.4s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}@media (min-width:640px){#BorlabsCookieBox .brlbs-cmpnt-link,.brlbs-cmpnt-container .brlbs-cmpnt-link{padding-left:16px;padding-right:16px}}#BorlabsCookieBox .brlbs-cmpnt-link:active,#BorlabsCookieBox .brlbs-cmpnt-link:focus,#BorlabsCookieBox .brlbs-cmpnt-link:focus-visible,#BorlabsCookieBox .brlbs-cmpnt-link:hover,.brlbs-cmpnt-container .brlbs-cmpnt-link:active,.brlbs-cmpnt-container .brlbs-cmpnt-link:focus,.brlbs-cmpnt-container .brlbs-cmpnt-link:focus-visible,.brlbs-cmpnt-container .brlbs-cmpnt-link:hover{all:unset;background:transparent;box-sizing:border-box;cursor:pointer;font-size:calc(var(--dialog-font-size)*.875);line-height:calc(var(--dialog-font-size)*1.25);padding:8px 12px;transition-duration:.4s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}@media (min-width:640px){#BorlabsCookieBox .brlbs-cmpnt-link:active,#BorlabsCookieBox .brlbs-cmpnt-link:focus,#BorlabsCookieBox .brlbs-cmpnt-link:focus-visible,#BorlabsCookieBox .brlbs-cmpnt-link:hover,.brlbs-cmpnt-container .brlbs-cmpnt-link:active,.brlbs-cmpnt-container .brlbs-cmpnt-link:focus,.brlbs-cmpnt-container .brlbs-cmpnt-link:focus-visible,.brlbs-cmpnt-container .brlbs-cmpnt-link:hover{padding-left:16px;padding-right:16px}}#BorlabsCookieBox .brlbs-cmpnt-link:hover,.brlbs-cmpnt-container .brlbs-cmpnt-link:hover{background:transparent;color:var(--dialog-link-secondary-color-hover)}#BorlabsCookieBox .brlbs-cmpnt-link:focus-visible,.brlbs-cmpnt-container .brlbs-cmpnt-link:focus-visible{border-color:transparent;outline:2px solid transparent;outline-offset:2px;--brlbs-tw-ring-offset-shadow:var(--brlbs-tw-ring-inset) 0 0 0 var(--brlbs-tw-ring-offset-width) var(--brlbs-tw-ring-offset-color);--brlbs-tw-ring-shadow:var(--brlbs-tw-ring-inset) 0 0 0 calc(2px + var(--brlbs-tw-ring-offset-width)) var(--brlbs-tw-ring-color);box-shadow:var(--brlbs-tw-ring-offset-shadow),var(--brlbs-tw-ring-shadow),var(--brlbs-tw-shadow,0 0 #0000);--brlbs-tw-ring-opacity:1;--brlbs-tw-ring-color:rgb(107 114 128/var(--brlbs-tw-ring-opacity,1));--brlbs-tw-ring-offset-width:2px}#BorlabsCookieBox .brlbs-cmpnt-link:active,.brlbs-cmpnt-container .brlbs-cmpnt-link:active{border-color:transparent;outline:2px solid transparent;outline-offset:2px;--brlbs-tw-ring-offset-shadow:var(--brlbs-tw-ring-inset) 0 0 0 var(--brlbs-tw-ring-offset-width) var(--brlbs-tw-ring-offset-color);--brlbs-tw-ring-shadow:var(--brlbs-tw-ring-inset) 0 0 0 calc(2px + var(--brlbs-tw-ring-offset-width)) var(--brlbs-tw-ring-color);box-shadow:var(--brlbs-tw-ring-offset-shadow),var(--brlbs-tw-ring-shadow),var(--brlbs-tw-shadow,0 0 #0000);--brlbs-tw-ring-opacity:1;--brlbs-tw-ring-color:rgb(209 213 219/var(--brlbs-tw-ring-opacity,1));--brlbs-tw-ring-offset-width:2px}#BorlabsCookieBox .brlbs-cmpnt-link.brlbs-cmpnt-flex,.brlbs-cmpnt-container .brlbs-cmpnt-link.brlbs-cmpnt-flex{display:flex}#BorlabsCookieBox .brlbs-cmpnt-link.brlbs-cmpnt-inline-flex,.brlbs-cmpnt-container .brlbs-cmpnt-link.brlbs-cmpnt-inline-flex{display:inline-flex}#BorlabsCookieBox .brlbs-cmpnt-link.brlbs-cmpnt-mx-auto,.brlbs-cmpnt-container .brlbs-cmpnt-link.brlbs-cmpnt-mx-auto{margin-left:auto;margin-right:auto}#BorlabsCookieBox .brlbs-cmpnt-link.brlbs-cmpnt-btn,.brlbs-cmpnt-container .brlbs-cmpnt-link.brlbs-cmpnt-btn{align-items:center;font-size:calc(var(--dialog-font-size));justify-content:center;line-height:calc(var(--dialog-font-size)*1.5);padding:12px 20px;text-align:center;text-decoration-line:none;transition-duration:.4s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}#BorlabsCookieBox .brlbs-cmpnt-link.brlbs-cmpnt-btn:active,#BorlabsCookieBox .brlbs-cmpnt-link.brlbs-cmpnt-btn:focus-visible,.brlbs-cmpnt-container .brlbs-cmpnt-link.brlbs-cmpnt-btn:active,.brlbs-cmpnt-container .brlbs-cmpnt-link.brlbs-cmpnt-btn:focus-visible{outline:2px solid transparent;outline-offset:2px;--brlbs-tw-ring-offset-shadow:var(--brlbs-tw-ring-inset) 0 0 0 var(--brlbs-tw-ring-offset-width) var(--brlbs-tw-ring-offset-color);--brlbs-tw-ring-shadow:var(--brlbs-tw-ring-inset) 0 0 0 calc(2px + var(--brlbs-tw-ring-offset-width)) var(--brlbs-tw-ring-color);box-shadow:var(--brlbs-tw-ring-offset-shadow),var(--brlbs-tw-ring-shadow),var(--brlbs-tw-shadow,0 0 #0000)}#BorlabsCookieBox .brlbs-cmpnt-link.brlbs-cmpnt-btn-sm,.brlbs-cmpnt-container .brlbs-cmpnt-link.brlbs-cmpnt-btn-sm{font-size:calc(var(--dialog-font-size)*.875);line-height:calc(var(--dialog-font-size)*1.25);padding:8px 16px}#BorlabsCookieBox .brlbs-cmpnt-link.brlbs-cmpnt-back-button,.brlbs-cmpnt-container .brlbs-cmpnt-link.brlbs-cmpnt-back-button{align-items:center;color:var(--dialog-control-element-color);padding:0}#BorlabsCookieBox .brlbs-cmpnt-link.brlbs-cmpnt-back-button:focus-visible,#BorlabsCookieBox .brlbs-cmpnt-link.brlbs-cmpnt-back-button:hover,.brlbs-cmpnt-container .brlbs-cmpnt-link.brlbs-cmpnt-back-button:focus-visible,.brlbs-cmpnt-container .brlbs-cmpnt-link.brlbs-cmpnt-back-button:hover{align-items:center;color:var(--dialog-control-element-color-hover);padding:0}#BorlabsCookieBox .brlbs-cmpnt-link.brlbs-cmpnt-btn-selection,.brlbs-cmpnt-container .brlbs-cmpnt-link.brlbs-cmpnt-btn-selection{background-color:var(--dialog-button-selection-color);border-bottom-left-radius:var(--dialog-button-border-radius-bottom-left);border-bottom-right-radius:var(--dialog-button-border-radius-bottom-right);border-top-left-radius:var(--dialog-button-border-radius-top-left);border-top-right-radius:var(--dialog-button-border-radius-top-right);color:var(--dialog-button-selection-text-color)}#BorlabsCookieBox .brlbs-cmpnt-link.brlbs-cmpnt-btn-selection:hover,.brlbs-cmpnt-container .brlbs-cmpnt-link.brlbs-cmpnt-btn-selection:hover{background-color:var(--dialog-button-selection-color-hover);color:var(--dialog-button-selection-text-color-hover)}#BorlabsCookieBox .brlbs-cmpnt-inline-link,#BorlabsCookieBox .brlbs-cmpnt-inline-link *,.brlbs-cmpnt-container .brlbs-cmpnt-inline-link,.brlbs-cmpnt-container .brlbs-cmpnt-inline-link *{color:var(--dialog-link-primary-color);font-weight:600;text-decoration:underline}#BorlabsCookieBox .brlbs-cmpnt-inline-link :hover,#BorlabsCookieBox .brlbs-cmpnt-inline-link:hover,.brlbs-cmpnt-container .brlbs-cmpnt-inline-link :hover,.brlbs-cmpnt-container .brlbs-cmpnt-inline-link:hover{color:var(--dialog-link-primary-color-hover);text-decoration:none}#BorlabsCookieBox .brlbs-cmpnt-btn-switch,.brlbs-cmpnt-container .brlbs-cmpnt-btn-switch{all:unset;box-sizing:border-box;cursor:pointer;display:inline-block;height:26px;margin:0;position:relative;vertical-align:middle;width:50px}#BorlabsCookieBox .brlbs-cmpnt-btn-switch:has(input:focus-visible),.brlbs-cmpnt-container .brlbs-cmpnt-btn-switch:has(input:focus-visible){border-color:transparent;outline:2px solid transparent;outline-offset:2px;--brlbs-tw-ring-offset-shadow:var(--brlbs-tw-ring-inset) 0 0 0 var(--brlbs-tw-ring-offset-width) var(--brlbs-tw-ring-offset-color);--brlbs-tw-ring-shadow:var(--brlbs-tw-ring-inset) 0 0 0 calc(2px + var(--brlbs-tw-ring-offset-width)) var(--brlbs-tw-ring-color);box-shadow:var(--brlbs-tw-ring-offset-shadow),var(--brlbs-tw-ring-shadow),var(--brlbs-tw-shadow,0 0 #0000);--brlbs-tw-ring-opacity:1;--brlbs-tw-ring-color:rgb(107 114 128/var(--brlbs-tw-ring-opacity,1));--brlbs-tw-ring-offset-width:2px}#BorlabsCookieBox .brlbs-cmpnt-btn-switch input,.brlbs-cmpnt-container .brlbs-cmpnt-btn-switch input{all:unset;box-sizing:border-box;height:0;opacity:0;width:0}#BorlabsCookieBox .brlbs-cmpnt-btn-switch input:after,#BorlabsCookieBox .brlbs-cmpnt-btn-switch input:before,.brlbs-cmpnt-container .brlbs-cmpnt-btn-switch input:after,.brlbs-cmpnt-container .brlbs-cmpnt-btn-switch input:before{all:unset;box-sizing:border-box}#BorlabsCookieBox .brlbs-cmpnt-btn-switch input:checked+.brlbs-cmpnt-slider,.brlbs-cmpnt-container .brlbs-cmpnt-btn-switch input:checked+.brlbs-cmpnt-slider{background-color:var(--dialog-switch-button-background-color-active)}#BorlabsCookieBox .brlbs-cmpnt-btn-switch input:checked+.brlbs-cmpnt-slider:before,.brlbs-cmpnt-container .brlbs-cmpnt-btn-switch input:checked+.brlbs-cmpnt-slider:before{transform:translate(24px)}#BorlabsCookieBox .brlbs-cmpnt-btn-switch input:disabled+.brlbs-cmpnt-slider,.brlbs-cmpnt-container .brlbs-cmpnt-btn-switch input:disabled+.brlbs-cmpnt-slider{background-color:var(--dialog-switch-button-background-color-inactive)}#BorlabsCookieBox .brlbs-cmpnt-btn-switch input:disabled+.brlbs-cmpnt-slider:before,.brlbs-cmpnt-container .brlbs-cmpnt-btn-switch input:disabled+.brlbs-cmpnt-slider:before{transform:translate(24px)}#BorlabsCookieBox .brlbs-cmpnt-btn-switch .brlbs-cmpnt-slider,.brlbs-cmpnt-container .brlbs-cmpnt-btn-switch .brlbs-cmpnt-slider{background-color:var(--dialog-switch-button-background-color-inactive);cursor:pointer;inset:0;position:absolute;transition:.4s}#BorlabsCookieBox .brlbs-cmpnt-btn-switch .brlbs-cmpnt-slider:before,.brlbs-cmpnt-container .brlbs-cmpnt-btn-switch .brlbs-cmpnt-slider:before{background-color:var(--dialog-switch-button-color-inactive);bottom:4px;content:"";height:18px;left:4px;position:absolute;transition:.4s;width:18px}#BorlabsCookieBox .brlbs-cmpnt-btn-switch .brlbs-cmpnt-slider.brlbs-cmpnt-slider-rounded,#BorlabsCookieBox .brlbs-cmpnt-btn-switch .brlbs-cmpnt-slider.brlbs-cmpnt-slider-rounded:before,.brlbs-cmpnt-container .brlbs-cmpnt-btn-switch .brlbs-cmpnt-slider.brlbs-cmpnt-slider-rounded,.brlbs-cmpnt-container .brlbs-cmpnt-btn-switch .brlbs-cmpnt-slider.brlbs-cmpnt-slider-rounded:before{border-radius:15px}#BorlabsCookieBox .brlbs-cmpnt-btn-switch input:checked+.brlbs-cmpnt-slider:before,.brlbs-cmpnt-container .brlbs-cmpnt-btn-switch input:checked+.brlbs-cmpnt-slider:before{background-color:var(--dialog-switch-button-color-active)}#BorlabsCookieBox .brlbs-cmpnt-animation-fade-enter-active,.brlbs-cmpnt-container .brlbs-cmpnt-animation-fade-enter-active{transition:opacity .2s ease-out}#BorlabsCookieBox .brlbs-cmpnt-animation-fade-leave-active,.brlbs-cmpnt-container .brlbs-cmpnt-animation-fade-leave-active{transition:opacity .2s ease-in}#BorlabsCookieBox .brlbs-cmpnt-animation-fade-enter-active,.brlbs-cmpnt-container .brlbs-cmpnt-animation-fade-enter-active{transition-delay:.3s;transition:opacity .3s ease-out}#BorlabsCookieBox .brlbs-cmpnt-animation-fade-leave-active,.brlbs-cmpnt-container .brlbs-cmpnt-animation-fade-leave-active{transition:opacity .3s ease-in}#BorlabsCookieBox .brlbs-cmpnt-animation-fade-enter-from,#BorlabsCookieBox .brlbs-cmpnt-animation-fade-leave-to,.brlbs-cmpnt-container .brlbs-cmpnt-animation-fade-enter-from,.brlbs-cmpnt-container .brlbs-cmpnt-animation-fade-leave-to{opacity:0}#BorlabsCookieBox .brlbs-cmpnt-animation-fade-backdrop-enter-active,.brlbs-cmpnt-container .brlbs-cmpnt-animation-fade-backdrop-enter-active{transition:opacity .2s ease-out}#BorlabsCookieBox .brlbs-cmpnt-animation-fade-backdrop-leave-active,.brlbs-cmpnt-container .brlbs-cmpnt-animation-fade-backdrop-leave-active{transition:opacity .2s ease-in}#BorlabsCookieBox .brlbs-cmpnt-animation-fade-backdrop-enter-from,#BorlabsCookieBox .brlbs-cmpnt-animation-fade-backdrop-leave-to,.brlbs-cmpnt-container .brlbs-cmpnt-animation-fade-backdrop-enter-from,.brlbs-cmpnt-container .brlbs-cmpnt-animation-fade-backdrop-leave-to{opacity:0}#BorlabsCookieBox .brlbs-cmpnt-animation-animated,.brlbs-cmpnt-container .brlbs-cmpnt-animation-animated{animation-duration:var(--dialog-animation-duration);animation-fill-mode:both}#BorlabsCookieBox .brlbs-cmpnt-animation-animated-delayed,.brlbs-cmpnt-container .brlbs-cmpnt-animation-animated-delayed{animation-delay:var(--dialog-animation-delay)}#BorlabsCookieBox .transition-delayed,.brlbs-cmpnt-container .transition-delayed{transition-delay:var(--dialog-animation-delay)}@media (prefers-reduced-motion:reduce),print{#BorlabsCookieBox .brlbs-cmpnt-animation-animated,.brlbs-cmpnt-container .brlbs-cmpnt-animation-animated{animation-duration:1ms!important;animation-iteration-count:1!important;transition-duration:1ms!important}#BorlabsCookieBox .brlbs-cmpnt-animation-animated[class*=Out],.brlbs-cmpnt-container .brlbs-cmpnt-animation-animated[class*=Out]{opacity:0}}#BorlabsCookieBox .brlbs-cmpnt-widget,.brlbs-cmpnt-container .brlbs-cmpnt-widget{cursor:pointer;line-height:0;opacity:1;padding:20px;position:fixed;transition:all .5s ease;z-index:999998}#BorlabsCookieBox .brlbs-cmpnt-widget:hover,.brlbs-cmpnt-container .brlbs-cmpnt-widget:hover{opacity:.8}#BorlabsCookieBox .brlbs-cmpnt-widget svg,.brlbs-cmpnt-container .brlbs-cmpnt-widget svg{filter:drop-shadow(0 0 4px rgba(0,0,0,.2));height:48px;width:48px}@media (max-width:767px){#BorlabsCookieBox .brlbs-cmpnt-widget.brlbs-cmpnt-hide-widget,.brlbs-cmpnt-container .brlbs-cmpnt-widget.brlbs-cmpnt-hide-widget{opacity:0;pointer-events:none;transform:translateY(25px)}#BorlabsCookieBox .brlbs-cmpnt-widget svg,.brlbs-cmpnt-container .brlbs-cmpnt-widget svg{height:32px;width:32px}}body:has(#BorlabsCookieDebugConsole) .brlbs-cmpnt-widget{bottom:70px}.brlbs-cmpnt-container .top-center{align-items:flex-start;display:flex;justify-content:center} body .brlbs-cmpnt-container.brlbs-cmpnt-shortcode-element{container-name:brlbsCmpntShortcodeElement;container-type:inline-size;height:100%;line-height:1.25em}body .brlbs-cmpnt-container.brlbs-cmpnt-shortcode-element .brlbs-cmpnt-description-list{display:table}body .brlbs-cmpnt-container.brlbs-cmpnt-shortcode-element .brlbs-cmpnt-description-list>div{display:table-row}body .brlbs-cmpnt-container.brlbs-cmpnt-shortcode-element .brlbs-cmpnt-description-list dt{font-weight:700}body .brlbs-cmpnt-container.brlbs-cmpnt-shortcode-element .brlbs-cmpnt-description-list dd,body .brlbs-cmpnt-container.brlbs-cmpnt-shortcode-element .brlbs-cmpnt-description-list dt{display:table-cell;padding:2px 4px}.brlbs-cmpnt-container .focus\:brlbs-outline-none:focus{outline:2px solid transparent;outline-offset:2px}@media (min-width:640px){.brlbs-cmpnt-container .sm\:brlbs-right-2{right:8px}.brlbs-cmpnt-container .sm\:brlbs-top-2{top:8px}.brlbs-cmpnt-container .sm\:brlbs-mx-auto{margin-left:auto;margin-right:auto}.brlbs-cmpnt-container .sm\:brlbs-mt-6{margin-top:24px}.brlbs-cmpnt-container .sm\:brlbs-block{display:block}.brlbs-cmpnt-container .sm\:brlbs-inline-block{display:inline-block}.brlbs-cmpnt-container .sm\:brlbs-flex{display:flex}.brlbs-cmpnt-container .sm\:brlbs-table-cell{display:table-cell}.brlbs-cmpnt-container .sm\:brlbs-hidden{display:none}.brlbs-cmpnt-container .sm\:brlbs-w-1\/2{width:50%}.brlbs-cmpnt-container .sm\:brlbs-w-1\/5{width:20%}.brlbs-cmpnt-container .sm\:brlbs-w-4\/5{width:80%}.brlbs-cmpnt-container .sm\:brlbs-w-full{width:100%}.brlbs-cmpnt-container .sm\:brlbs-flex-row{flex-direction:row}.brlbs-cmpnt-container .sm\:brlbs-items-start{align-items:flex-start}.brlbs-cmpnt-container .sm\:brlbs-justify-center{justify-content:center}.brlbs-cmpnt-container .sm\:brlbs-gap-4{gap:16px}.brlbs-cmpnt-container :is(.sm\:brlbs-space-x-1>:not([hidden])~:not([hidden])){--brlbs-tw-space-x-reverse:0;margin-left:calc(4px*(1 - var(--brlbs-tw-space-x-reverse)));margin-right:calc(4px*var(--brlbs-tw-space-x-reverse))}.brlbs-cmpnt-container .sm\:brlbs-overflow-x-auto{overflow-x:auto}.brlbs-cmpnt-container .sm\:brlbs-whitespace-nowrap{white-space:nowrap}.brlbs-cmpnt-container .sm\:brlbs-border-t-0{border-top-width:0}.brlbs-cmpnt-container .sm\:brlbs-px-4{padding-left:16px;padding-right:16px}.brlbs-cmpnt-container .sm\:brlbs-px-6{padding-left:24px;padding-right:24px}.brlbs-cmpnt-container .sm\:brlbs-py-0{padding-bottom:0;padding-top:0}.brlbs-cmpnt-container .sm\:brlbs-py-4{padding-bottom:16px;padding-top:16px}.brlbs-cmpnt-container .sm\:brlbs-pb-0{padding-bottom:0}.brlbs-cmpnt-container .sm\:brlbs-pb-6{padding-bottom:24px}.brlbs-cmpnt-container .sm\:brlbs-pl-2{padding-left:8px}.brlbs-cmpnt-container .sm\:brlbs-pt-6{padding-top:24px}.brlbs-cmpnt-container .sm\:brlbs-text-center{text-align:center}.brlbs-cmpnt-container .sm\:brlbs-text-base{font-size:calc(var(--dialog-font-size));line-height:calc(var(--dialog-font-size)*1.5)}}@media (min-width:768px){.brlbs-cmpnt-container .md\:brlbs-mb-0{margin-bottom:0}.brlbs-cmpnt-container .md\:brlbs-flex{display:flex}.brlbs-cmpnt-container .md\:brlbs-max-h-80{max-height:320px}.brlbs-cmpnt-container .md\:brlbs-w-1\/2{width:50%}.brlbs-cmpnt-container .md\:brlbs-w-1\/4{width:25%}.brlbs-cmpnt-container .md\:brlbs-justify-start{justify-content:flex-start}.brlbs-cmpnt-container :is(.md\:brlbs-space-x-4>:not([hidden])~:not([hidden])){--brlbs-tw-space-x-reverse:0;margin-left:calc(16px*(1 - var(--brlbs-tw-space-x-reverse)));margin-right:calc(16px*var(--brlbs-tw-space-x-reverse))}.brlbs-cmpnt-container :is(.md\:brlbs-space-y-0>:not([hidden])~:not([hidden])){--brlbs-tw-space-y-reverse:0;margin-bottom:calc(0px*var(--brlbs-tw-space-y-reverse));margin-top:calc(0px*(1 - var(--brlbs-tw-space-y-reverse)))}.brlbs-cmpnt-container .md\:brlbs-overflow-y-scroll{overflow-y:scroll}.brlbs-cmpnt-container .md\:brlbs-p-6{padding:24px}.brlbs-cmpnt-container .md\:brlbs-px-12{padding-left:48px;padding-right:48px}.brlbs-cmpnt-container .md\:brlbs-pb-6{padding-bottom:24px}.brlbs-cmpnt-container .md\:brlbs-pr-6{padding-right:24px}.brlbs-cmpnt-container .md\:brlbs-pt-6{padding-top:24px}}@media (min-width:1024px){.brlbs-cmpnt-container .lg\:brlbs-order-none{order:0}.brlbs-cmpnt-container .lg\:brlbs-mt-0{margin-top:0}.brlbs-cmpnt-container .lg\:brlbs-basis-3\/12{flex-basis:25%}.brlbs-cmpnt-container .lg\:brlbs-basis-6\/12{flex-basis:50%}}
:root{--dialog-animation-delay: 2s;
--dialog-animation-duration: 1s;
--dialog-backdrop-background-color: #000;
--dialog-background-color: #fff;
--dialog-button-accept-all-color: #00847e;
--dialog-button-accept-all-color-hover: #c8d100;
--dialog-button-accept-all-text-color: #fff;
--dialog-button-accept-all-text-color-hover: #fff;
--dialog-button-accept-only-essential-color: #00847e;
--dialog-button-accept-only-essential-color-hover: #ffffff;
--dialog-button-accept-only-essential-text-color: #ffffff;
--dialog-button-accept-only-essential-text-color-hover: #555;
--dialog-button-close-color: #00847e;
--dialog-button-close-color-hover: #c8d100;
--dialog-button-close-text-color: #ffffff;
--dialog-button-close-text-color-hover: #ffffff;
--dialog-button-preferences-color: #00847e;
--dialog-button-preferences-color-hover: #c8d100;
--dialog-button-preferences-text-color: #fff;
--dialog-button-preferences-text-color-hover: #fff;
--dialog-button-save-consent-color: #00847e;
--dialog-button-save-consent-color-hover: #c8d100;
--dialog-button-save-consent-text-color: #ffffff;
--dialog-button-save-consent-text-color-hover: #ffffff;
--dialog-button-selection-color: #00847e;
--dialog-button-selection-color-hover: #c8d100;
--dialog-button-selection-text-color: #ffffff;
--dialog-button-selection-text-color-hover: #ffffff;
--dialog-checkbox-background-color-active: #00847e;
--dialog-checkbox-background-color-disabled: #e6e6e6;
--dialog-checkbox-background-color-inactive: #fff;
--dialog-checkbox-border-color-active: #c8d100;
--dialog-checkbox-border-color-disabled: #e6e6e6;
--dialog-checkbox-border-color-inactive: #a72828;
--dialog-checkbox-check-mark-color-active: #fff;
--dialog-checkbox-check-mark-color-disabled: #999;
--dialog-card-background-color: #f7f7f7;
--dialog-card-control-element-color: #00847e;
--dialog-card-control-element-color-hover: #c8d100;
--dialog-card-separator-color: #00847e;
--dialog-card-text-color: #555;
--dialog-control-element-color: #00847e;
--dialog-control-element-color-hover: #00847e;
--dialog-footer-background-color: #fff;
--dialog-footer-text-color: #555;
--dialog-link-primary-color: #00847e;
--dialog-link-primary-color-hover: #c8d100;
--dialog-link-secondary-color: #00847e;
--dialog-link-secondary-color-hover: #c8d100;
--dialog-list-item-background-color-even: #f7f7f7;
--dialog-list-item-background-color-odd: #f7f7f7;
--dialog-list-item-text-color-even: #555;
--dialog-list-item-text-color-odd: #555;
--dialog-list-item-control-element-color: #00847e;
--dialog-list-item-control-element-color-hover: #c8d100;
--dialog-list-item-control-element-separator-color: #262626;
--dialog-list-item-separator-color: #00847e;
--dialog-search-bar-input-background-color: #fff;
--dialog-search-bar-input-border-color-default: #00847e;
--dialog-search-bar-input-border-color-focus: #00847e;
--dialog-search-bar-input-text-color: #555;
--dialog-separator-color: #00847e;
--dialog-switch-button-background-color-active: #00847e;
--dialog-switch-button-background-color-inactive: #bdc1c8;
--dialog-switch-button-color-active: #fff;
--dialog-switch-button-color-inactive: #fff;
--dialog-tab-bar-tab-background-color-active: #00847e;
--dialog-tab-bar-tab-background-color-inactive: #fff;
--dialog-tab-bar-tab-border-color-bottom-active: #00847e;
--dialog-tab-bar-tab-border-color-bottom-inactive: #00847e;
--dialog-tab-bar-tab-border-color-left-active: #00847e;
--dialog-tab-bar-tab-border-color-left-inactive: #fff;
--dialog-tab-bar-tab-border-color-right-active: #00847e;
--dialog-tab-bar-tab-border-color-right-inactive: #fff;
--dialog-tab-bar-tab-border-color-top-active: #00847e;
--dialog-tab-bar-tab-border-color-top-inactive: #fff;
--dialog-tab-bar-tab-text-color-active: #fff;
--dialog-tab-bar-tab-text-color-inactive: #555;
--dialog-table-row-background-color-even: #fff;
--dialog-table-row-background-color-odd: #fff;
--dialog-table-row-text-color-even: #555;
--dialog-table-row-text-color-odd: #555;
--dialog-table-row-border-color: #eee;
--dialog-text-color: #555;
--dialog-font-family: inherit;
--dialog-border-radius-bottom-left: 0px;
--dialog-border-radius-bottom-right: 0px;
--dialog-border-radius-top-left: 0px;
--dialog-border-radius-top-right: 0px;
--dialog-button-border-radius-bottom-left: 0px;
--dialog-button-border-radius-bottom-right: 0px;
--dialog-button-border-radius-top-left: 0px;
--dialog-button-border-radius-top-right: 0px;
--dialog-card-border-radius-bottom-left: 0px;
--dialog-card-border-radius-bottom-right: 0px;
--dialog-card-border-radius-top-left: 0px;
--dialog-card-border-radius-top-right: 0px;
--dialog-card-list-padding-medium-screen-bottom: 24px;
--dialog-card-list-padding-medium-screen-left: 24px;
--dialog-card-list-padding-medium-screen-right: 24px;
--dialog-card-list-padding-medium-screen-top: 0px;
--dialog-card-list-padding-small-screen-bottom: 16px;
--dialog-card-list-padding-small-screen-left: 16px;
--dialog-card-list-padding-small-screen-right: 16px;
--dialog-card-list-padding-small-screen-top: 0px;
--dialog-checkbox-border-radius-bottom-left: 0px;
--dialog-checkbox-border-radius-bottom-right: 0px;
--dialog-checkbox-border-radius-top-left: 0px;
--dialog-checkbox-border-radius-top-right: 0px;
--dialog-font-size: 15px;
--dialog-list-border-radius-bottom-left: 0px;
--dialog-list-border-radius-bottom-right: 0px;
--dialog-list-border-radius-top-left: 0px;
--dialog-list-border-radius-top-right: 0px;
--dialog-list-item-separator-width: 1px;
--dialog-list-padding-medium-screen-bottom: 12px;
--dialog-list-padding-medium-screen-left: 12px;
--dialog-list-padding-medium-screen-right: 12px;
--dialog-list-padding-medium-screen-top: 12px;
--dialog-list-padding-small-screen-bottom: 8px;
--dialog-list-padding-small-screen-left: 8px;
--dialog-list-padding-small-screen-right: 8px;
--dialog-list-padding-small-screen-top: 8px;
--dialog-search-bar-input-border-radius-bottom-left: 0px;
--dialog-search-bar-input-border-radius-bottom-right: 0px;
--dialog-search-bar-input-border-radius-top-left: 0px;
--dialog-search-bar-input-border-radius-top-right: 0px;
--dialog-search-bar-input-border-width-bottom: 1px;
--dialog-search-bar-input-border-width-left: 1px;
--dialog-search-bar-input-border-width-right: 1px;
--dialog-search-bar-input-border-width-top: 1px;
--dialog-tab-bar-tab-border-width-bottom-active: 2px;
--dialog-tab-bar-tab-border-width-left-active: 0px;
--dialog-tab-bar-tab-border-width-right-active: 0px;
--dialog-tab-bar-tab-border-width-top-active: 0px;
--dialog-tab-bar-tab-border-width-bottom-inactive: 2px;
--dialog-tab-bar-tab-border-width-left-inactive: 0px;
--dialog-tab-bar-tab-border-width-right-inactive: 0px;
--dialog-tab-bar-tab-border-width-top-inactive: 0px;
--dialog-tab-bar-tab-border-radius-bottom-left-active: 0px;
--dialog-tab-bar-tab-border-radius-bottom-right-active: 0px;
--dialog-tab-bar-tab-border-radius-top-left-active: 4px;
--dialog-tab-bar-tab-border-radius-top-right-active: 4px;
--dialog-tab-bar-tab-border-radius-bottom-left-inactive: 0px;
--dialog-tab-bar-tab-border-radius-bottom-right-inactive: 0px;
--dialog-tab-bar-tab-border-radius-top-left-inactive: 4px;
--dialog-tab-bar-tab-border-radius-top-right-inactive: 4px;
--dialog-table-border-radius-bottom-left: 0px;
--dialog-table-border-radius-bottom-right: 0px;
--dialog-table-border-radius-top-left: 0px;
--dialog-table-border-radius-top-right: 0px;
--dialog-table-cell-padding-bottom: 8px;
--dialog-table-cell-padding-left: 8px;
--dialog-table-cell-padding-right: 8px;
--dialog-table-cell-padding-top: 8px;
--dialog-backdrop-background-opacity: 0.8;
}
:root{--widget-position: bottom-left;
--widget-color: #555;
}
@keyframes fadeInDown {
from {
opacity: 0;
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
transform: translate3d(0, 0, 0);
}
}
#BorlabsCookieBox .fadeInDown {
animation-name: fadeInDown;
}
@keyframes flipOutX {
from {
transform: perspective(400px);
}
30% {
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
to {
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
#BorlabsCookieBox .flipOutX {
animation-duration: calc(var(--dialog-animation-duration) * 0.75);
animation-name: flipOutX;
backface-visibility: visible !important;
}
body div.brlbs-cmpnt-container.brlbs-cmpnt-content-blocker[data-borlabs-cookie-content-blocker-id] .brlbs-cmpnt-cb-facebook .brlbs-cmpnt-cb-btn {
background: #4267b2; border-radius: 6px;
}
body div.brlbs-cmpnt-container.brlbs-cmpnt-content-blocker[data-borlabs-cookie-content-blocker-id] .brlbs-cmpnt-cb-facebook .brlbs-cmpnt-cb-btn:hover {
background: #3b5998; }
body div.brlbs-cmpnt-container.brlbs-cmpnt-content-blocker[data-borlabs-cookie-content-blocker-id] div.brlbs-cmpnt-container.brlbs-cmpnt-content-blocker[data-borlabs-cookie-content-blocker-id] .brlbs-cmpnt-cb-facebook .brlbs-cmpnt-cb-thumbnail {
background-position: center 0;
}body div.brlbs-cmpnt-container.brlbs-cmpnt-content-blocker[data-borlabs-cookie-content-blocker-id] .brlbs-cmpnt-cb-google-maps .brlbs-cmpnt-cb-btn {
background: #4285f4;
border-radius: 3px;
}
body div.brlbs-cmpnt-container.brlbs-cmpnt-content-blocker[data-borlabs-cookie-content-blocker-id] .brlbs-cmpnt-cb-google-maps .brlbs-cmpnt-cb-btn:hover {
background: #fff;
color: #4285f4;
}body div.brlbs-cmpnt-container.brlbs-cmpnt-content-blocker[data-borlabs-cookie-content-blocker-id] .brlbs-cmpnt-cb-instagram .brlbs-cmpnt-cb-btn {
background: #0094f6;
}
body div.brlbs-cmpnt-container.brlbs-cmpnt-content-blocker[data-borlabs-cookie-content-blocker-id] .brlbs-cmpnt-cb-instagram .brlbs-cmpnt-cb-btn:hover {
background: #1876f2;
}
body div.brlbs-cmpnt-container.brlbs-cmpnt-content-blocker[data-borlabs-cookie-content-blocker-id] .brlbs-cmpnt-cb-instagram .brlbs-cmpnt-cb-thumbnail {
background-position: center 0;
}body div.brlbs-cmpnt-container.brlbs-cmpnt-content-blocker[data-borlabs-cookie-content-blocker-id] .brlbs-cmpnt-cb-x .brlbs-cmpnt-cb-btn {
background: #1d9bf0;
border-radius: 9999px;
}
body div.brlbs-cmpnt-container.brlbs-cmpnt-content-blocker[data-borlabs-cookie-content-blocker-id] .brlbs-cmpnt-cb-x .brlbs-cmpnt-cb-btn:hover {
background: #1a8cd8;
}.brlbs-cmpnt-cb-fluid-width-video-wrapper-vimeo{aspect-ratio: 16/9;position:relative;width:100%}.brlbs-cmpnt-cb-fluid-width-video-wrapper-vimeo iframe{position:absolute;top:0;left:0;width:100%;height:100%}
body div.brlbs-cmpnt-container.brlbs-cmpnt-content-blocker[data-borlabs-cookie-content-blocker-id] .brlbs-cmpnt-cb-vimeo .brlbs-cmpnt-cb-btn {
background: #00adef;
border-radius: 9999px;
}
body div.brlbs-cmpnt-container.brlbs-cmpnt-content-blocker[data-borlabs-cookie-content-blocker-id] .brlbs-cmpnt-cb-vimeo .brlbs-cmpnt-cb-btn:hover {
background: #fff;
color: #00adef;
}.brlbs-cmpnt-cb-fluid-width-video-wrapper-youtube{aspect-ratio: 16/9;position:relative;width:100%}.brlbs-cmpnt-cb-fluid-width-video-wrapper-youtube iframe{position:absolute;top:0;left:0;width:100%;height:100%}
body div.brlbs-cmpnt-container.brlbs-cmpnt-content-blocker[data-borlabs-cookie-content-blocker-id] .brlbs-cmpnt-cb-youtube .brlbs-cmpnt-cb-btn {
background: #ff0000;
border-radius: 20px;
}
body div.brlbs-cmpnt-container.brlbs-cmpnt-content-blocker[data-borlabs-cookie-content-blocker-id] .brlbs-cmpnt-cb-youtube .brlbs-cmpnt-cb-btn:hover {
background: #fff;
color: red;
}body .w-map.provider_google div.brlbs-cmpnt-container.brlbs-cmpnt-content-blocker[data-borlabs-cookie-content-blocker-id="google-maps-impreza"] {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.w-map.provider_google:has(.brlbs-cmpnt-content-blocker) {
position: relative;
}
body div.brlbs-cmpnt-container.brlbs-cmpnt-content-blocker[data-borlabs-cookie-content-blocker-id="google-maps-impreza"] .brlbs-cmpnt-cb-google-maps-impreza {
padding-top: 0;
padding-bottom: 0;
}
body div.brlbs-cmpnt-container.brlbs-cmpnt-content-blocker[data-borlabs-cookie-content-blocker-id="google-maps-impreza"] .brlbs-cmpnt-cb-google-maps-impreza .brlbs-cmpnt-cb-main {
margin-top: auto;
margin-bottom: auto;
}
body div.brlbs-cmpnt-container.brlbs-cmpnt-content-blocker[data-borlabs-cookie-content-blocker-id] .brlbs-cmpnt-cb-google-maps-impreza .brlbs-cmpnt-cb-btn {
background: #4285f4;
border-radius: 3px;
}
body div.brlbs-cmpnt-container.brlbs-cmpnt-content-blocker[data-borlabs-cookie-content-blocker-id] .brlbs-cmpnt-cb-google-maps-impreza .brlbs-cmpnt-cb-btn:hover {
background: #fff;
color: #4285f4;
}:root{--content-blocker-background-color: #000;
--content-blocker-button-color: #28a745;
--content-blocker-button-color-hover: #30c553;
--content-blocker-button-text-color: #fff;
--content-blocker-button-text-color-hover: #fff;
--content-blocker-font-family: inherit;
--content-blocker-link-color: #28a745;
--content-blocker-link-color-hover: #30c553;
--content-blocker-separator-color: #28a745;
--content-blocker-text-color: #fff;
--content-blocker-border-radius-top-left: 4px;
--content-blocker-border-radius-top-right: 4px;
--content-blocker-border-radius-bottom-left: 4px;
--content-blocker-border-radius-bottom-right: 4px;
--content-blocker-button-border-radius-top-left: 4px;
--content-blocker-button-border-radius-top-right: 4px;
--content-blocker-button-border-radius-bottom-left: 4px;
--content-blocker-button-border-radius-bottom-right: 4px;
--content-blocker-font-size: 14px;
--content-blocker-separator-width: 1px;
--content-blocker-background-opacity: 0.8;
--content-blocker-background: rgba(0, 0, 0 ,0.8);
}
.w-video .w-video-h .brlbs-cmpnt-content-blocker {
position: absolute; top: 0; left: 0; width: 100%; height: 100%;
} .wpb_video_wrapper .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker:has(.brlbs-cmpnt-cb-preset-c) { position: absolute; top: 0; left: 0; width: 100%; height: 100% }@font-face{font-display:swap;font-family:TablePress;font-style:normal;font-weight:400;src:url(data:application/font-woff2;charset=utf-8;base64,d09GMgABAAAAAAPUAA0AAAAACZAAAAN+AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP0ZGVE0cGh4GYACCUhEICoQIgnILFgABNgIkAygEIAWGcgeBARv6B8iuBzK53oAhKg2KWDsrezjalSefocfD9/uZ575PSbYEqJHAIdo6tMDGdCprFIHd+F9r+rZE46O2iHBJfoAuxwW0yfgKS8KGVFE4dHX1gPmgVhzwhcJbReQ9RWXcraeutbmNHE7T7B1sex8stfMfnkvv0XsgUZrYO1hirXme9TnUkBvQ22RGX50VAr48H54Cn9b8GD73edAAhjboBpIQ6kKOhCz7GA8V5HfzyeA6h0mnrFTJnPjxC7KCrl9caqIUg0EAYACGDBn6YGCxeIE+EkwANTWJX/brZpNfyE5o/7r9uPZjS4tESbCTExLCjxOEbxGi2dQeNEAXUMMlvADkqSV0IHXtkQXNOnI2ctJpRIPt8+HjNivx3rlQYA8FqGwdCxF2aZrdJluMnaqFvy+yngVKbBcn0fSOd1xTpnW4HTkptV8Gi2kvCeUHC0BD+D0VKMIqXniZPJyPya9D7gT6DvUpwJER6avgKDsOfW9jU+YGc/ng6MhA3VSar3NdtvrD9WHZurKVKYOi0RwlY9500YSuWDE084F+jMinu4sTudD5yBTTozA9Horpmb+M3TwIBHempnzdpu1/raWypX0JND/ki4p71CQQlFqnAvkijABrVFIq5BdNJbFncoBOF03/h3IINPQRBxJCYDoAOnkRIDR0w0BSmYiBzDinAuQ6eROg0DEGY6DUiEUYqKyILwFq2qS9GKhrpFsykdeFLmDjknYG4jKbNeNyQ1zhCoP840pdYiqu8jTW4mp6pMXH1HVJp8wRmHmQKTKiUOBVSMHrlKuBlYidxkMgw6/bMoG5RD6qfs8yO8LVqFCFa8ELrcVLEqTaS7UG5aqVq1GlWi28k3rRgCjbiU+qqOItvDEqXjkvwF/dUF595jB8LSqqgwIWAWsRmcJJ5GsHbYUqVbirBi5IpRMxLso/i2oSA6ZYDoMFCiknI7ZkGacSVYUjlLSXyG8n08nOQcXTeyzU5ozbiGRQZRt0vu/TMoEV8RLI3DiBSiVzMtNKAPgErlwLoqiAY2fJ9UbRMU/0rz38UP5FQtH3i8V3KYSHYJdSYRnwW8XazUAUop3gQY19hkEH98OA2QQ6wg0S+FjtwOwdOvF5J2VXBBLQmo2EAxsIKVJkkUcRZVRRa7NrP+my6Ns8cKszHYJf+fPPLPTq5vFcmYKZNL+fn1CZDgoYecKZHwA=) format("woff2"),url(//www.kljb-obersuessbach.de/wp-content/plugins/tablepress/css/build/tablepress.woff) format("woff")}.tablepress{--text-color:#111;--head-text-color:var(--text-color);--head-bg-color:#d9edf7;--odd-text-color:var(--text-color);--odd-bg-color:#f9f9f9;--even-text-color:var(--text-color);--even-bg-color:#fff;--hover-text-color:var(--text-color);--hover-bg-color:#f3f3f3;--border-color:#ddd;--padding:0.5rem;border:none;border-collapse:collapse;border-spacing:0;clear:both;margin:0 auto 1rem;table-layout:auto;width:100%}.tablepress>:not(caption)>*>*{background:none;border:none;box-sizing:initial;float:none!important;padding:var(--padding);text-align:left;vertical-align:top}.tablepress>*+tbody>*>*,.tablepress>tbody>*~*>*,.tablepress>tfoot>*>*{border-top:1px solid var(--border-color)}.tablepress>:where(thead,tfoot)>*>th{background-color:var(--head-bg-color);color:var(--head-text-color);font-weight:700;vertical-align:middle;word-break:normal}.tablepress>:where(tbody)>tr>*{color:var(--text-color)}.tablepress>:where(tbody)>.odd>*{background-color:var(--odd-bg-color);color:var(--odd-text-color)}.tablepress>:where(tbody)>.even>*{background-color:var(--even-bg-color);color:var(--even-text-color)}.tablepress>.row-hover>tr:hover>*{background-color:var(--hover-bg-color);color:var(--hover-text-color)}.tablepress img{border:none;margin:0;max-width:none;padding:0}.tablepress-table-description{clear:both;display:block}.dataTables_wrapper{clear:both;margin-bottom:1rem;position:relative}.dataTables_wrapper .tablepress{clear:both;margin-bottom:0}.dataTables_wrapper:after{clear:both;content:"";display:block;height:0;line-height:0;visibility:hidden}.dataTables_wrapper label input,.dataTables_wrapper label select{display:inline;margin:2px;width:auto}.dataTables_length{float:left;white-space:nowrap}.dataTables_filter{float:right;white-space:nowrap}.dataTables_filter label input{margin-left:.5em;margin-right:0}.dataTables_info{clear:both;float:left;margin:4px 0 0}.dataTables_paginate{float:right;margin:4px 0 0}.dataTables_paginate .paginate_button{color:#111;display:inline-block;margin:0 5px;outline:none;position:relative;text-decoration:underline}.dataTables_paginate .paginate_button:first-child{margin-left:0}.dataTables_paginate .paginate_button:last-child{margin-right:0}.dataTables_paginate .paginate_button:after,.dataTables_paginate .paginate_button:before{color:#d9edf7}.dataTables_paginate .paginate_button:hover{cursor:pointer;text-decoration:none}.dataTables_paginate .paginate_button:hover:after,.dataTables_paginate .paginate_button:hover:before{color:#049cdb}.dataTables_paginate .paginate_button.disabled{color:#999;cursor:default;text-decoration:none}.dataTables_paginate .paginate_button.disabled:after,.dataTables_paginate .paginate_button.disabled:before{color:#f9f9f9}.dataTables_paginate .paginate_button.current{cursor:default;font-weight:700;text-decoration:none}.dataTables_paginate.paging_simple{padding:0 15px}.dataTables_paginate.paging_simple .paginate_button.next:after,.dataTables_paginate.paging_simple .paginate_button.previous:before{font-family:TablePress;font-size:14px;font-weight:700;text-align:left;-webkit-font-smoothing:antialiased;bottom:0;content:"\f053";height:14px;left:-14px;line-height:1;margin:auto;position:absolute;right:auto;text-shadow:.1em .1em #666;top:0;width:14px}.dataTables_paginate.paging_simple .paginate_button.next:after{content:"\f054";left:auto;text-align:right}.dataTables_scroll{clear:both}.dataTables_scroll .tablepress{width:100%!important}.dataTables_scrollHead table.tablepress{margin:0}.dataTables_scrollBody{-webkit-overflow-scrolling:touch}.dataTables_scrollBody .tablepress thead th:after{content:""}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th>div.dataTables_sizing{height:0;margin:0!important;overflow:hidden;padding:0!important}.tablepress{--head-active-bg-color:#049cdb;--head-active-text-color:var(--head-text-color)}.tablepress .sorting,.tablepress .sorting_asc,.tablepress .sorting_desc{cursor:pointer;outline:none;padding-right:20px;position:relative}.tablepress .sorting:after,.tablepress .sorting_asc:after,.tablepress .sorting_desc:after{font-family:TablePress;font-size:14px;font-weight:400;-webkit-font-smoothing:antialiased;bottom:0;height:14px;left:auto;line-height:1;margin:auto;position:absolute;right:6px;top:0}.tablepress .sorting:after{content:"\f0dc"}.tablepress .sorting_asc:after{content:"\f0d8";padding:0 0 2px}.tablepress .sorting_desc:after{content:"\f0d7"}.tablepress .sorting:hover,.tablepress .sorting_asc,.tablepress .sorting_desc{background-color:var(--head-active-bg-color);color:var(--head-active-text-color)}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;overflow-x:hidden;-webkit-tap-highlight-color:var(--color-content-primary-faded)}details{display:block}summary{display:list-item}progress{vertical-align:baseline}[hidden],template{display:none}a{text-decoration:none;background:none;transition-property:background,box-shadow,border,color,opacity,text-decoration-color,text-underline-offset,transform;transition-duration:.2s}b,strong{font-weight:var(--bold-font-weight,bold )}dfn{font-style:italic}address{font-style:normal}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{height:auto;max-width:100%}figure{margin:0}hr{box-sizing:content-box;height:0;border-style:solid;border-width:0 0 1px;border-color:var(--color-content-border)}pre{overflow:auto;white-space:pre-wrap}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1rem}button,input,optgroup,select,textarea{vertical-align:top;text-transform:none;color:inherit;font:inherit;border:none;margin:0}select[multiple]{height:auto;padding:0.5rem}textarea{overflow:auto;resize:vertical}input:not([type=submit]),select,textarea{outline:none!important}input[type=tel],input[type=text],input[type=date],input[type=email],input[type=search],input[type=number],input[type=password],textarea{-webkit-appearance:none}input[type=file]::file-selector-button{color:inherit}button,[type=button],[type=reset],[type=submit]{overflow:visible;-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default;opacity:0.5}label,[type=checkbox],[type=radio]{cursor:pointer}::-moz-focus-inner{border:0}::-webkit-file-upload-button{ font:inherit;border:0;outline:0;padding-left:0;background:none}legend{border:0;padding:0}table{border-collapse:collapse;border-spacing:0;width:100%}th{text-align:left}td,th{vertical-align:top;padding:0.6rem 1rem;border-bottom:1px solid;border-color:var(--color-content-border);outline:none!important}dl,ul,ol{list-style:none;margin:0;padding:0}fieldset{border:0;margin:0;padding:0}audio,video,iframe,object,embed{max-width:100%;border:none}:-webkit-full-screen-ancestor:not(iframe){animation:none!important}a[ref*="Popup"]{cursor:zoom-in}::-moz-placeholder{opacity:0.5;color:inherit}::-webkit-input-placeholder{color:inherit;opacity:0.5}html,.l-header .widget,.menu-item-object-us_page_block{font-family:var(--font-family,inherit);font-weight:var(--font-weight,400);font-size:var(--font-size,16px);font-style:var(--font-style,normal);text-transform:var(--text-transform,none);line-height:var(--line-height,28px);letter-spacing:var(--letter-spacing,0)}h1,h2,h3,h4,h5,h6{margin:0;padding-top:1.5rem;color:var(--color-content-heading)}h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child,h1 + h2,h2 + h3,h3 + h4,h4 + h5,h5 + h6{padding-top:0}p,ul,ol,dl,address,pre,table,blockquote,fieldset{margin:0 0 1.5rem}p:empty{display:none}ul{list-style-type:disc;margin-left:2.5rem}ol{list-style-type:decimal;margin-left:2.5rem}li{margin:0 0 0.5rem}li>ul,li>ol{margin-bottom:0.5rem;margin-top:0.5rem}blockquote{position:relative;padding:0 3rem;font-size:1.3em;line-height:1.7}blockquote:before{content:'\201C';display:block;font-size:6rem;line-height:0.8;font-family:Georgia,serif;position:absolute;left:0;opacity:.5}blockquote p,blockquote ul,blockquote ol{margin-bottom:0.5em}blockquote cite{display:block;font-size:1rem;font-style:normal;margin-top:0.5rem}pre{display:block;font-family:Consolas,Lucida Console,monospace;font-size:0.9rem;line-height:1.65;padding:0.8em 1em;width:100%;overflow:auto;background:var(--color-content-bg-alt);color:var(--color-content-text)}code{display:inline-block;vertical-align:top;font-family:Consolas,Lucida Console,monospace;padding:0 0.4rem;background:var(--color-content-bg-alt);color:var(--color-content-text)}pre code{display:block;padding:0;overflow-wrap:normal}h1:last-child,h2:last-child,h3:last-child,h4:last-child,h5:last-child,h6:last-child,p:last-child,ul:last-child,ol:last-child,li:last-child,pre:last-child,table:last-child,address:last-child,fieldset:last-child,blockquote:last-child{margin-bottom:0}.l-section[class*="color_"] h1,.l-section[class*="color_"] h2,.l-section[class*="color_"] h3,.l-section[class*="color_"] h4,.l-section[class*="color_"] h5,.l-section[class*="color_"] h6,.has_text_color h1,.has_text_color h2,.has_text_color h3,.has_text_color h4,.has_text_color h5,.has_text_color h6{color:inherit}input:not([type=submit]),textarea,select{font-family:var( --inputs-font-family,inherit );font-size:var( --inputs-font-size,inherit );font-weight:var( --inputs-font-weight,inherit );letter-spacing:var( --inputs-letter-spacing,inherit );text-transform:var( --inputs-text-transform,inherit );border-radius:var( --inputs-border-radius,0px );background:var( --inputs-background,transparent );border-color:var( --inputs-border-color,currentColor );color:var( --inputs-text-color,inherit );box-shadow:var( --inputs-box-shadow,none );border-width:var( --inputs-border-width,1px );border-style:solid;width:100%;transition:all 0.2s}input[type=date],input[type=datetime-local],input[type=email],input[type=file],input[type=month],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],select{min-height:var(--inputs-height,2em);line-height:var(--inputs-height,2em);padding:0 var(--inputs-padding,.6em)}select{height:calc( var(--inputs-height,2em) + var(--inputs-border-width,1px) * 2 )}textarea{min-height:var(--inputs-height,2em);height:calc( var(--inputs-height,2em) * 3 );padding:calc( var(--inputs-height,2em)/2 + var(--inputs-border-width,1px) - 0.7em ) var(--inputs-padding,.6em)}input[type=checkbox],input[type=radio]{-webkit-appearance:none;appearance:none;vertical-align:top;flex-shrink:0;text-align:center;margin-right:.5em;letter-spacing:0;text-transform:none;line-height:var( --inputs-checkbox-size,1.5em );height:var( --inputs-checkbox-size,1.5em );width:var( --inputs-checkbox-size,1.5em );padding:0;box-sizing:content-box}input[type=checkbox]:before{visibility:hidden;content:'\f00c';font-family:fontawesome;font-weight:900;vertical-align:top}input[type=radio]{border-radius:50%!important}input[type=radio]:before{visibility:hidden;content:'';display:block;height:36%;width:36%;margin:32%;border-radius:inherit;background:currentColor}input:checked::before{visibility:visible}input[type=range]{box-shadow:none!important}input:not([type=submit]):focus,select:focus,textarea:focus{background:var( --inputs-focus-background,transparent );border-color:var( --inputs-focus-border-color,currentColor );color:var( --inputs-focus-text-color,inherit );box-shadow:var( --inputs-focus-box-shadow,none )}.hidden{display:none!important}.i-cf:after{content:'';display:block;clear:both}.text_thin{font-weight:300}.text_bold{font-weight:700}.alignleft{float:left;margin-right:2em;margin-bottom:2em}.alignright{float:right;margin-left:2em;margin-bottom:2em}.aligncenter{clear:both;display:block;margin-left:auto;margin-right:auto}.l-main .aligncenter{max-width:var(--site-content-width,1200px)}.alignfull{margin-left:-2.5rem;margin-right:-2.5rem;max-width:none;width:100vw}.align_left{text-align:left}.align_right{text-align:right}.align_center{text-align:center}a{color:var(--color-content-link)}.no-touch a:hover{color:var(--color-content-link-hover)}.highlight_primary_bg,.highlight_secondary_bg,.highlight_faded_bg,.highlight_dark_bg,.highlight_light_bg{display:inline-block;padding:0.5rem 1rem;color:#fff}.highlight_dark_bg{background:rgba(0,0,0,0.5)}.highlight_light_bg{background:rgba(255,255,255,0.5);color:#111}.highlight_white{color:#fff}.highlight_black{color:#000}.highlight_primary{color:var(--color-content-primary)}.highlight_primary_bg{background:var(--color-content-primary-grad)}.highlight_secondary{color:var(--color-content-secondary)}.highlight_secondary_bg{background:var(--color-content-secondary-grad)}.highlight_faded{color:var(--color-content-faded)}.l-body .background_inside_text{background-clip:text!important;-webkit-background-clip:text!important;color:transparent!important}.l-canvas{margin:0 auto;width:100%;flex-grow:1;background:var(--color-content-bg-grad);color:var(--color-content-text)}.l-canvas.type_boxed,.l-canvas.type_boxed .l-subheader,.l-canvas.type_boxed~.l-footer{max-width:var(--site-canvas-width)}@media screen and (min-width:1025px){body:not(.us_iframe){display:flex;flex-direction:column;min-height:100vh}body.admin-bar:not(.us_iframe){min-height:calc( 100vh - var(--wp-admin--admin-bar--height,0px) )}}.l-footer{overflow:hidden;margin:0 auto;width:100%;background:var(--color-content-bg-grad);color:var(--color-content-text)}body.us_iframe{background:var(--color-content-bg-grad)}.l-subheader,.l-section{padding-left:2.5rem;padding-right:2.5rem}.l-section{position:relative;margin:0 auto}.l-section-img{position:absolute;top:0;left:0;right:0;bottom:0;background-position:center center;background-size:cover}.l-section-video{pointer-events:none;position:absolute;top:0;left:0;width:100%;height:100%}.l-section-video>video{position:absolute;top:0;left:0;height:100%;width:100%;object-fit:cover}.l-section-video>iframe{position:absolute;top:50%;left:50%;min-height:100%;min-width:100%;max-width:none;transform:translate(-50%,-50%)}.l-section-slider{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none}.l-section-overlay{position:absolute;top:0;left:0;right:0;bottom:0}.l-section-h{position:relative;margin:0 auto;width:100%;max-width:var(--site-content-width,1200px)}.l-section-shape{overflow:hidden;position:absolute;left:0;right:0;height:15vmin; color:var(--color-content-bg)}.l-section-shape.pos_top{top:-1px}.l-section-shape.pos_bottom{bottom:-1px}.l-section-shape.on_front{z-index:11!important}.l-section-shape>*{display:block}.l-section-shape.type_custom.hor_flip>*,.l-section-shape.pos_bottom.hor_flip>*{transform:rotateY(180deg)}.l-section-shape:not(.type_custom).pos_top>*{transform:rotateX(180deg)}.l-section-shape:not(.type_custom).pos_top.hor_flip>*{transform:rotate(180deg)}.l-section.width_full{padding-left:0;padding-right:0}.l-section.width_full>.l-section-h{max-width:none!important}.l-section.height_small{padding-top:2rem;padding-bottom:2rem}.l-section.height_medium{padding-top:4rem;padding-bottom:4rem}.l-section.height_large{padding-top:6rem;padding-bottom:6rem}.l-section.height_huge{padding-top:8rem;padding-bottom:8rem}.l-section.height_custom{padding-top:var(--section-custom-padding,5vmax);padding-bottom:var(--section-custom-padding,5vmax)}.l-section.full_height{min-height:100vh}@media screen and (min-width:783px){.admin-bar .l-section.full_height{min-height:calc( 100vh - var(--wp-admin--admin-bar--height,0px) )}}.header_hor .l-header.pos_static.bg_solid~.l-main .l-section.full_height:first-of-type{min-height:calc( 100vh - var(--header-height) )}.header_hor .l-header.pos_fixed:not(.sticky_auto_hide)~.l-main .l-section.full_height:not(:first-of-type){min-height:calc( 100vh - var(--header-sticky-height) )}.l-section.full_height.valign_center{display:flex;flex-direction:column;justify-content:center}.l-section.full_height.valign_bottom{display:flex;flex-direction:column;justify-content:flex-end}.header_hor .l-header.pos_fixed~.l-main>.l-section:first-of-type>.l-section-h,.header_hor .l-header.pos_fixed~.l-main>form>.l-section:first-of-type>.l-section-h,.header_hor .l-header.pos_static.bg_transparent~.l-main>.l-section:first-of-type>.l-section-h,.header_hor .l-header.pos_static.bg_transparent~.l-main>form>.l-section:first-of-type>.l-section-h{padding-top:var(--header-height)}.l-header.bg_transparent~.l-main .l-section.valign_center:not(.height_auto):first-of-type>.l-section-h{top:calc( var(--header-height) / -2 )}.l-section.for_sidebar>div{display:flex;flex-wrap:wrap}.l-section.for_sidebar.at_left .l-sidebar{margin-right:5%}.l-section.for_sidebar.at_right .l-sidebar{margin-left:5%}.l-sidebar{padding:4rem 0;width:var(--site-sidebar-width,25%)}.l-content{width:calc( 95% - var(--site-sidebar-width,25%) )}.l-content>div>.l-section{padding-left:0;padding-right:0}.l-section.color_primary{background:var(--color-content-primary-grad);color:#fff}.l-section.color_secondary{background:var(--color-content-secondary-grad);color:#fff}.l-section.color_primary a,.l-section.color_secondary a{color:inherit}.l-section.parallax_ver>.l-section-img,.l-section.parallax_fixed>.l-section-img{background-attachment:fixed}.l-section.parallax_hor{overflow:hidden}.l-section.parallax_hor>.l-section-img{width:130%;right:auto}.l-section.parallax_hor.bgwidth_110>.l-section-img{width:110%}.l-section.parallax_hor.bgwidth_120>.l-section-img{width:120%}.l-section.parallax_hor.bgwidth_140>.l-section-img{width:140%}.l-section.parallax_hor.bgwidth_150>.l-section-img{width:150%}.l-section.with_slider,.l-section.with_video{overflow:hidden;transform:translateZ(0)}html.ios-touch .l-section.parallax_ver>.l-section-img,html.ios-touch .l-section.parallax_fixed>.l-section-img,html.touch .l-section.parallax_fixed>.l-section-img,.l-section.with_slider>.l-section-img,.l-section.with_video>.l-section-img{background-attachment:scroll!important}.l-section.with_slider>.l-section-shape,.l-section.with_slider>.l-section-h{z-index:1}.l-section-slider .royalSlider{z-index:0}.l-section-slider .w-slider,.l-section-slider .w-slider-h,.l-section-slider .royalSlider{height:100%!important}.l-section.for_pagination{padding:0 0 2rem}.l-section.gradient_overlay>.l-section-overlay{top:auto;height:50%;background:linear-gradient(transparent,rgba(30,30,30,0.8)) repeat-x!important}.vc_column-inner>.w-post-elm:not(:first-child)>.l-section>.l-section-h,.l-header.bg_solid~.l-main .vc_column-inner>.w-post-elm>.l-section>.l-section-h,.templatera_shortcode>.l-section>.l-section-h{padding-top:0!important}.fal,.far,.fas,.fab,.fad{display:inline-block;line-height:1;font-family:"fontawesome";font-weight:400;font-style:normal;font-variant:normal;text-rendering:auto;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}.material-icons{display:inline-block;line-height:1;font-weight:normal;font-style:normal;letter-spacing:normal;text-transform:none;white-space:nowrap;word-wrap:normal;direction:ltr;font-feature-settings:'liga';-moz-osx-font-smoothing:grayscale}.g-preloader{display:inline-block;vertical-align:top;position:relative;font-size:2.5rem;width:1em;height:1em;color:var(--color-content-primary)}.l-section.color_primary .g-preloader,.l-section.color_secondary .g-preloader{color:inherit}.g-preloader.type_1:before,.g-preloader.type_1:after{content:'';display:block;position:absolute;top:0;left:0;right:0;bottom:0;border-radius:50%;border:2px solid}.g-preloader.type_1:before{opacity:0.2}.g-preloader.type_1:after{border-color:transparent;border-top-color:inherit;animation:rotation 0.8s infinite cubic-bezier(.6,.3,.3,.6)}@keyframes rotation{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.style_phone6-1,.style_phone6-2,.style_phone6-3,.style_phone6-4{position:relative;padding-bottom:180%}.style_phone6-1>*,.style_phone6-2>*,.style_phone6-3>*,.style_phone6-4>*{position:absolute!important;top:0;left:0;right:0;bottom:0;padding:22.3% 12.5% 0;background-position:center;background-repeat:no-repeat;background-size:contain}.wp-caption{line-height:0;margin-bottom:1.5rem;max-width:100%;position:relative}.wp-caption-text{display:block;font-size:.85rem;line-height:1.6;margin:.5rem 0 0}.post-pagination{font-size:1.2em;margin:0 -0.6em}.post-pagination>*{display:inline-block;vertical-align:top;padding:0 0.6em}.post-pagination>span:not(.title){font-weight:bold}.widgettitle{font-family:var(--h4-font-family,inherit);font-weight:var(--h4-font-weight,inherit);font-size:var(--h4-font-size,inherit);font-style:var(--h4-font-style,inherit);line-height:var(--h4-line-height,1.4);letter-spacing:var(--h4-letter-spacing,inherit);text-transform:var(--h4-text-transform,inherit);margin-bottom:var(--h4-margin-bottom,1.5rem)}.screen-reader-text,.screen-reader-text:focus{ position:absolute;overflow:hidden;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;width:1px;margin:-1px;padding:0;border:0;word-wrap:normal!important}.w-post-elm.with_word .screen-reader-text,.w-comments-title .screen-reader-text{position:static;clip:auto;-webkit-clip-path:none;clip-path:none;height:auto;width:auto;margin:0}.g-breadcrumbs{line-height:1.4}.g-breadcrumbs>*{display:inline-block;vertical-align:top}.g-breadcrumbs-separator{margin:0 0.6em}.g-breadcrumbs.hide_current .g-breadcrumbs-item:last-child,.g-breadcrumbs.hide_current .g-breadcrumbs-separator:nth-last-child(2){display:none}.g-breadcrumbs.has_text_color a{color:inherit}.l-cookie{position:fixed;z-index:9999;left:0;right:0;display:flex;align-items:center;justify-content:center;font-size:13px; line-height:20px; padding:10px 5px; box-shadow:var(--box-shadow);background:var(--color-content-bg-grad);color:var(--color-content-text)}.l-cookie.pos_top{top:0}.l-cookie.pos_bottom{bottom:0;box-shadow:var(--box-shadow-up)}.l-cookie>*{margin:0 5px}.l-cookie>.w-btn{flex-shrink:0;font-size:inherit!important}.with_collapsible_content>div[style]:first-of-type{overflow:hidden;-webkit-mask-image:linear-gradient(black 60%,transparent)}.with_collapsible_content.show_content>div[style]:first-of-type{-webkit-mask-image:none;height:auto!important}.with_collapsible_content>.toggle-links{display:none;padding-top:0.5rem}.with_collapsible_content>.toggle-links>button{background:none;padding:0;border-bottom:1px dotted;cursor:pointer;color:var(--color-content-link);transition-property:border,color;transition-duration:0.3s}.no-touch .with_collapsible_content>.toggle-links>button:hover{color:var(--color-content-link-hover)}.with_collapsible_content .collapsible-content-less,.with_collapsible_content.show_content .collapsible-content-more,.with_collapsible_content>.toggle-links>:empty{display:none}.with_collapsible_content.show_content .collapsible-content-less{display:inline}.w-toplink{position:fixed!important;z-index:99;bottom:0;transform:translate3d(0,150%,0)!important;margin:15px}.w-toplink:not(.w-btn){text-align:center;border-radius:0.3rem;color:#fff!important;line-height:50px; height:50px; width:50px}.w-toplink.pos_left{left:0}.w-toplink.pos_right{right:0}.w-toplink.active{transform:translate3d(0,0,0)!important}.w-toplink:not(.w-btn) i{font-size:1.5em;line-height:inherit;min-width:1em}.wpb_raw_html.has_border_radius{overflow:hidden;transform:translateZ(0)}html.ios-touch [class*="us_custom_"]{background-attachment:scroll!important}.hide_if_inner_list_is_empty:has(.w-grid.hidden){display:none!important}.l-body .vc_row:after,.l-body .vc_row:before,.l-body .vc_column-inner:after,.l-body .vc_column-inner:before{display:none}.l-body .wpb_button,.l-body .wpb_content_element,.l-body ul.wpb_thumbnails-fluid>li{margin-bottom:0}.g-cols.wpb_row,.wpb_revslider_element.wpb_content_element,.wpb_widgetised_column.wpb_content_element{margin-bottom:0}.vc_icon_element-icon{transform:translate(-50%,-50%)}.vc_icon_element-align-left{display:inline-block;vertical-align:top}.wpb_text_column:not(:last-child){margin-bottom:var(--text-block-margin-bottom,0px)}blockquote.is-style-large,.wp-block-pullquote blockquote{padding:0}blockquote.is-style-large:before,.wp-block-pullquote blockquote:before{display:none}.wp-block-pullquote{border-top:4px solid;border-bottom:4px solid}.wp-block-gallery{margin:0}.wp-block-gallery.alignleft{margin-right:2em}.wp-block-gallery.alignright{margin-left:2em}.wp-block-image img{display:block}.wp-block-image figcaption,.wp-block-embed figcaption{font-size:0.85rem}.color_alternate{background:var(--color-alt-content-bg-grad);color:var(--color-alt-content-text)}.l-section.color_alternate h1,.l-section.color_alternate h2,.l-section.color_alternate h3,.l-section.color_alternate h4,.l-section.color_alternate h5,.l-section.color_alternate h6{color:var(--color-alt-content-heading)}.l-section.color_footer-top h1,.l-section.color_footer-top h2,.l-section.color_footer-top h3,.l-section.color_footer-top h4,.l-section.color_footer-top h5,.l-section.color_footer-top h6{color:var(--color-subfooter-heading)}.l-section.color_footer-bottom h1,.l-section.color_footer-bottom h2,.l-section.color_footer-bottom h3,.l-section.color_footer-bottom h4,.l-section.color_footer-bottom h5,.l-section.color_footer-bottom h6{color:var(--color-footer-heading)}.color_alternate td,.color_alternate th{border-color:var(--color-alt-content-border)}.color_alternate a{color:var(--color-alt-content-link)}.no-touch .color_alternate a:hover{color:var(--color-alt-content-link-hover)}.color_alternate .g-preloader{color:var(--color-alt-content-primary)}.color_footer-top{background:var(--color-subfooter-bg-grad);color:var(--color-subfooter-text)}.color_footer-top td,.color_footer-top th{border-color:var(--color-subfooter-border)}.color_footer-top a{color:var(--color-subfooter-link)}.no-touch .color_footer-top a:hover{color:var(--color-subfooter-link-hover)}.color_footer-bottom{background:var(--color-footer-bg-grad);color:var(--color-footer-text)}.color_footer-bottom td,.color_footer-bottom th{border-color:var(--color-footer-border)}.color_footer-bottom a{color:var(--color-footer-link)}.no-touch .color_footer-bottom a:hover{color:var(--color-footer-link-hover)}.rounded_none .w-header-show,.rounded_none .w-toplink{border-radius:0!important}@media (max-width:1024px){.l-sidebar,.l-section.height_medium{padding-top:2.5rem;padding-bottom:2.5rem}.l-section.height_large{padding-top:6vmax;padding-bottom:6vmax}.l-section.height_huge{padding-top:9vmax;padding-bottom:9vmax}}@media screen and (max-width:900px){.l-subheader{padding-left:1rem!important;padding-right:1rem!important}.l-sidebar,.l-content{width:100%!important;margin:0!important}}@media screen and (max-width:767px){img.alignleft,img.alignright,.wp-caption.alignleft,.wp-caption.alignright{float:none;display:block;margin:0 0 1.5rem}.l-section.remove_bg_xs>.l-section-img{display:none}}@media screen and (max-width:600px){p{margin-bottom:1rem}h1,h2,h3,h4,h5,h6{padding-top:1rem}.admin-bar .l-header.sticky{top:0}.w-header-show,.w-toplink{margin:10px!important}.l-subheader,.l-section{padding-left:1.5rem;padding-right:1.5rem}.l-sidebar,.l-section.height_small,.l-section.height_medium{padding-top:1.5rem;padding-bottom:1.5rem}.l-main .alignfull{margin-left:-1.5rem;margin-right:-1.5rem}.l-main .aligncenter{max-width:100%!important}}[class*="us_animate_"]{opacity:0;animation-duration:0.6s;animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-fill-mode:both}[class*="us_animate_"]:not(.start){animation:none!important}.disable_effects [class*="us_animate_"]{opacity:1;animation:none!important}.off_autostart{visibility:hidden}@keyframes fade{from{opacity:0}to{opacity:1}}.us_animate_fade{animation-name:fade}@keyframes fadeOut{from{opacity:1}to{opacity:0}}@keyframes afc{from{opacity:0;transform:scale(0.1)}to{opacity:1;transform:scale(1)}}.us_animate_afc{animation-name:afc}@keyframes afl{from{opacity:0;transform:translateX(-5rem)}to{opacity:1;transform:translateX(0)}}.us_animate_afl{animation-name:afl}@keyframes afr{from{opacity:0;transform:translateX(5rem)}to{opacity:1;transform:translateX(0)}}.us_animate_afr{animation-name:afr}@keyframes aft{from{opacity:0;transform:translateY(-5rem)}to{opacity:1;transform:translateY(0)}}.us_animate_aft{animation-name:aft}@keyframes afb{from{opacity:0;transform:translateY(5rem)}to{opacity:1;transform:translateY(0)}}.us_animate_afb.start{animation-name:afb}@keyframes wfc{from{opacity:0;transform:scaleX(0.01)}to{opacity:1;transform:scaleX(1)}}.us_animate_wfc.start{animation-name:wfc}@keyframes hfc{from{opacity:0;transform:scaleY(0.01)}to{opacity:1;transform:scaleY(1)}}.us_animate_hfc{animation-name:hfc;transform-origin:0 0}@keyframes bounce{0%{opacity:0;transform:scale3d(0.3,0.3,0.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(0.9,0.9,0.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(0.97,0.97,0.97)}to{opacity:1;transform:scale3d(1,1,1)}}.us_animate_bounce{animation-name:bounce}.w-btn,.button,button[type=submit],input[type=submit]{display:inline-block;vertical-align:top;text-align:center;line-height:1.2; position:relative;transition-property:background,border,box-shadow,color,opacity,transform;transition-duration:0.3s;-webkit-tap-highlight-color:rgba(0,0,0,0)}.w-btn,.button{padding:0.8em 1.8em}input[type=submit]{border-style:solid}.w-btn i{display:inline-block;vertical-align:top;line-height:inherit}.w-btn.icon_atleft i{margin-right:0.5em}.w-btn.icon_atright i{margin-left:0.5em}.w-btn.text_none i{margin:0!important;width:1.2em}.w-btn:before,.button:before,button[type=submit]:before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;border-radius:inherit;border-style:solid;border-color:inherit;border-image:inherit}.links_underline a.w-btn,.links_underline a.button{text-decoration:none!important}.w-btn-wrapper{margin:0.3rem 0}.w-btn-wrapper.align_none{display:inline-block;vertical-align:top}*:not(.w-hwrapper)>.w-btn-wrapper.align_none{margin-right:0.6rem}.w-btn-wrapper.align_justify>.w-btn{width:100%}.us-btn-style_badge{padding:0.7em 1.2em;border-radius:5em;background:var(--color-content-primary-grad);color:#fff!important}.no-touch .us-btn-style_badge:hover{background:var(--color-content-secondary-grad)}.us-btn-style_badge:before{display:none}.rounded_none .us-btn-style_badge{border-radius:0!important}.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{z-index:1}.owl-carousel .owl-stage{position:relative;touch-action:pan-y;backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{backface-visibility:hidden;transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;user-select:none}.owl-carousel button.owl-dot{padding:0!important;background:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{touch-action:none;-webkit-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel .animated{animation-duration:var(--transition-duration,.8s);animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-height{transition:height .4s}.owl-carousel .fadeOut{animation-name:fadeOut}.owl-carousel .fadeIn{animation-name:fade}.owl-carousel{display:flex;flex-wrap:nowrap!important;gap:var(--items-gap,0);overflow:hidden}.owl-carousel.with_dots{--dots-container-height:calc(1rem + 20px);padding-bottom:var(--dots-container-height,0)}.owl-carousel.owl-loaded{display:block!important;overflow:visible!important;padding-bottom:0!important}.owl-carousel>*{flex-shrink:0;width:100%}.owl-carousel.owl-loaded>*{width:auto!important}.owl-carousel .owl-item{flex-shrink:0}.owl-carousel:not(.center_item) .owl-stage{padding:0!important}.owl-carousel:not(.autoheight) .owl-stage{display:flex}.owl-carousel:not(.autoheight):not(.has_height) .owl-item>*{height:100%;max-height:inherit}.owl-carousel.valign_top,.owl-carousel.valign_top .owl-stage{align-items:flex-start}.owl-carousel.valign_middle,.owl-carousel.valign_middle .owl-stage{align-items:center}.owl-carousel.valign_bottom,.owl-carousel.valign_bottom .owl-stage{align-items:flex-end}.owl-carousel.has_height,.owl-carousel.has_height :is( .owl-stage-outer,.owl-stage,.owl-item,.w-grid-item-h,.w-grid-item,.post_image:only-child,.post_image a,.post_image img ){max-height:inherit;height:inherit;width:auto}.owl-carousel:not(.owl-loaded) [class*="us_animate_"],.owl-carousel .owl-item:not(.active) [class*="us_animate_"]{animation-name:none!important}.w-grid.type_carousel .w-grid-list{display:flex;flex-wrap:wrap;margin:calc( var(--gap,0px) * -1 )}.w-grid.type_carousel .w-grid-item{padding:var(--gap,0px);width:calc( 100% / var(--items,1) )}.w-grid.type_carousel .owl-item>.w-grid-item{width:100%}.w-grid.type_carousel.valign_center .owl-stage{align-items:center}.w-grid.type_carousel .g-preloader{display:none}.w-grid.type_carousel .w-grid-list.with_dots{margin-bottom:0!important}.w-hwrapper>.w-grid.type_carousel,.w-vwrapper>.w-grid.type_carousel{width:100%}.l-section.width_full>div>.g-cols.cols_1>div>div>.w-grid.type_carousel .w-grid-list, .l-section.width_full>div>.g-cols.cols_1>div>div>div>.w-grid.type_carousel .w-grid-list, .l-section.width_full>div>div>.vc_col-sm-12>div>div>.w-grid.type_carousel .w-grid-list, .l-section.width_full>div>div>.vc_col-sm-12>div>div>div>.w-grid.type_carousel .w-grid-list{ margin-left:0!important;margin-right:0!important}.w-content-carousel.items_2 .owl-carousel>*{flex-basis:calc( ( 100% - var(--items-gap,0) ) / 2 )}.w-content-carousel.items_3 .owl-carousel>*{flex-basis:calc( ( 100% - 2 * var(--items-gap,0) ) / 3 )}.w-content-carousel.items_4 .owl-carousel>*{flex-basis:calc( ( 100% - 3 * var(--items-gap,0) ) / 4 )}.w-content-carousel.items_5 .owl-carousel>*{flex-basis:calc( ( 100% - 4 * var(--items-gap,0) ) / 5 )}.w-content-carousel.items_6 .owl-carousel>*{flex-basis:calc( ( 100% - 5 * var(--items-gap,0) ) / 6 )}.w-content-carousel.items_7 .owl-carousel>*{flex-basis:calc( ( 100% - 6 * var(--items-gap,0) ) / 7 )}.w-content-carousel.items_8 .owl-carousel>*{flex-basis:calc( ( 100% - 7 * var(--items-gap,0) ) / 8 )}.w-content-carousel.items_9 .owl-carousel>*{flex-basis:calc( ( 100% - 8 * var(--items-gap,0) ) / 9 )}.w-content-carousel.items_10 .owl-carousel>*{flex-basis:calc( ( 100% - 9 * var(--items-gap,0) ) / 10 )}.w-content-carousel.has_height .owl-carousel{--dots-container-height:0}.w-content-carousel.has_height :is(.owl-carousel,.owl-stage-outer,.owl-stage,.owl-item,.w-image ){height:inherit;max-height:inherit;width:auto}.w-content-carousel.has_height .w-image img{width:auto}.owl-carousel .owl-nav .disabled{display:none}.owl-carousel .owl-nav button{position:absolute;top:50%;transform:translateY(-50%);margin-top:calc( var(--dots-container-height,0) / -2 );display:flex;align-items:center;justify-content:center;font-size:var(--arrows-size,1.8rem)!important; margin-left:var(--arrows-offset,0);margin-right:var(--arrows-offset,0);background:none;transition-property:background,box-shadow,border,color,opacity,transform;transition-duration:.3s}.owl-nav button:before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;border-radius:inherit;border-style:solid;border-color:inherit;border-image:inherit;border-width:0}.owl-prev:after{content:'\f104';font-family:fontawesome;font-weight:400;padding-right:.2rem}.owl-next:after{content:'\f105';font-family:fontawesome;font-weight:400;padding-left:.2rem}.owl-carousel.navpos_outside .owl-prev{right:100%}.owl-carousel.navpos_outside .owl-next{left:100%}.owl-carousel.navpos_inside .owl-prev{left:0}.owl-carousel.navpos_inside .owl-next{right:0}.owl-carousel.navstyle_circle .owl-nav button{height:3.5rem;width:3.5rem;border-radius:50%}.owl-carousel.navstyle_block .owl-nav button{top:0;bottom:var(--dots-container-height,0);width:4rem;margin-top:0;transform:none}.owl-carousel.navpos_inside.navstyle_circle>.owl-nav button,.owl-carousel.navpos_inside.navstyle_block>.owl-nav button{text-shadow:0 1px 3px rgba(0,0,0,.3);color:#fff}.no-touch .owl-carousel.navpos_inside.navstyle_circle>.owl-nav button:hover{background:rgba(0,0,0,.5)}.no-touch .owl-carousel.navpos_inside.navstyle_block .owl-next:hover{background:linear-gradient( to right,transparent,rgba(0,0,0,.5) )}.no-touch .owl-carousel.navpos_inside.navstyle_block .owl-prev:hover{background:linear-gradient( to left,transparent,rgba(0,0,0,.5) )}.no-touch .owl-carousel.navpos_outside.navstyle_circle>.owl-nav button:hover,.no-touch .owl-carousel.navpos_outside.navstyle_block>.owl-nav button:hover{background:var(--color-content-bg-alt-grad)}.owl-dots{text-align:center;line-height:0;padding-top:1rem}.dotstyle_circle .owl-dot span{display:block;border-radius:50%;background:currentColor;width:8px;height:8px;margin:6px;opacity:.33}.no-touch .dotstyle_circle .owl-dot:hover span{opacity:1}.dotstyle_circle .owl-dot.active span{background:transparent!important;box-shadow:0 0 0 2px var(--color-content-primary);opacity:1}.color_primary .dotstyle_circle .owl-dot.active span,.color_secondary .dotstyle_circle .owl-dot.active span{box-shadow:0 0 0 2px #fff}.dotstyle_diamond .owl-dot span{display:block;background:currentColor;width:8px;height:8px;margin:6px 8px;opacity:.33;transform:rotate(45deg)}.no-touch .dotstyle_diamond .owl-dot:hover span{opacity:1}.dotstyle_diamond .owl-dot.active span{background:var(--color-content-primary);border:1px solid var(--color-content-primary);opacity:1}.color_primary .dotstyle_diamond .owl-dot.active span,.color_secondary .dotstyle_diamond .owl-dot.active span{background:#fff;border:1px solid #fff}.dotstyle_dash .owl-dot span{display:block;background:currentColor;width:24px;height:2px;margin:9px 2px;opacity:.33}.no-touch .dotstyle_dash .owl-dot:hover span{opacity:1}.dotstyle_dash .owl-dot.active span{background:var(--color-content-primary);opacity:1}.color_primary .dotstyle_dash .owl-dot.active span,.color_secondary .dotstyle_dash .owl-dot.active span{background:#fff}.dotstyle_smudge .owl-dot span{display:block;border-radius:4px;background:currentColor;width:10px;height:4px;margin:8px 3px;transition:width .4s}.dotstyle_smudge .owl-dot.active span{width:42px}.no-touch .color_alternate .owl-carousel.navpos_outside.navstyle_circle>.owl-nav button:hover,.no-touch .color_alternate .owl-carousel.navpos_outside.navstyle_block>.owl-nav button:hover{background:var(--color-alt-content-bg-alt-grad)}.no-touch .color_primary .owl-carousel.navpos_outside.navstyle_circle>.owl-nav button:hover,.no-touch .color_primary .owl-carousel.navpos_outside.navstyle_block>.owl-nav button:hover,.no-touch .color_secondary .owl-carousel.navpos_outside.navstyle_circle>.owl-nav button:hover,.no-touch .color_secondary .owl-carousel.navpos_outside.navstyle_block>.owl-nav button:hover{background:rgba(0,0,0,.25)}@media screen and (max-width:900px){.w-grid.type_carousel .w-grid-list{padding:0!important}}@media screen and (max-width:600px){.w-grid.type_carousel .owl-carousel:not(.owl-loaded)>*{width:100%!important}}.g-cols.via_flex{display:flex;flex-wrap:wrap}.g-cols.via_grid{display:grid;gap:var(--columns-gap,3rem)}.vc_column_container{display:flex;flex-direction:column;position:relative;border-color:var(--color-content-border)}.g-cols.via_grid>.vc_column_container{min-width:0; width:auto}.vc_column-overlay{position:absolute;top:0;left:0;right:0;bottom:0;border-radius:inherit}.g-cols.via_flex>div>.vc_column-inner{display:flex;flex-direction:column;flex-grow:1;position:relative;border-color:inherit}.vc_column-overlay~.vc_column-inner,.vc_column-overlay~.wpb_wrapper{position:relative}.g-cols.cols_custom{grid-template-columns:var( --custom-columns,repeat( auto-fill,minmax(250px,1fr) ) )}.g-cols.cols_1{grid-template-columns:100%}.g-cols.cols_2{grid-template-columns:repeat(2,1fr)}.g-cols.cols_3{grid-template-columns:repeat(3,1fr)}.g-cols.cols_4{grid-template-columns:repeat(4,1fr)}.g-cols.cols_5{grid-template-columns:repeat(5,1fr)}.g-cols.cols_6{grid-template-columns:repeat(6,1fr)}.g-cols.cols_1-2{grid-template-columns:1fr 2fr}.g-cols.cols_2-1{grid-template-columns:2fr 1fr}.g-cols.cols_2-3{grid-template-columns:2fr 3fr}.g-cols.cols_3-2{grid-template-columns:3fr 2fr}.g-cols.cols_1-3{grid-template-columns:1fr 3fr}.g-cols.cols_3-1{grid-template-columns:3fr 1fr}.g-cols.cols_1-4{grid-template-columns:1fr 4fr}.g-cols.cols_4-1{grid-template-columns:4fr 1fr}.g-cols.cols_1-5{grid-template-columns:1fr 5fr}.g-cols.cols_5-1{grid-template-columns:5fr 1fr}.g-cols.cols_7-5{grid-template-columns:7fr 5fr}.g-cols.cols_5-7{grid-template-columns:5fr 7fr}.g-cols.cols_1-2-1{grid-template-columns:1fr 2fr 1fr}.g-cols.cols_1-3-1{grid-template-columns:1fr 3fr 1fr}.g-cols.cols_1-4-1{grid-template-columns:1fr 4fr 1fr}.g-cols.via_flex.type_default{margin:0 -1.5rem}.g-cols.via_flex.type_default[style*="gap"]{margin:0 calc( -1.5rem - var(--additional-gap,0) )}.g-cols.via_flex[style*="gap"]>.vc_column_container{padding-left:var(--additional-gap,0);padding-right:var(--additional-gap,0)}.g-cols.via_flex.type_default>div>.vc_column-inner{padding-left:1.5rem;padding-right:1.5rem}.g-cols.via_flex.type_default>div.has_bg_color>.vc_column-inner{padding-top:1.5rem;padding-bottom:1.5rem}.g-cols.via_grid.type_default>.has_bg_color{padding:1.5rem}.g-cols.via_flex.type_boxes{margin:0}.g-cols.via_flex.type_boxes[style*="gap"]{margin:0 calc( -1 * var(--additional-gap,0) )}.g-cols.via_grid.type_boxes>.vc_column_container,.g-cols.via_flex.type_boxes>div>.vc_column-inner{padding:4rem}.g-cols.via_flex.valign_middle>div>.vc_column-inner,.g-cols.via_grid.valign_middle>.vc_column_container{justify-content:center}.g-cols.via_flex.valign_bottom>div>.vc_column-inner,.g-cols.via_grid.valign_bottom>.vc_column_container{justify-content:flex-end}.vc_column-inner.type_sticky>.wpb_wrapper,.vc_column_container.type_sticky>.vc_column-inner{top:4rem}.header_hor .l-header.pos_fixed:not(.down)~.l-main .type_sticky>.wpb_wrapper,.header_hor .l-header.pos_fixed:not(.down)~.l-main .type_sticky>.vc_column-inner{top:calc( var(--header-sticky-height) + 4rem )}.g-cols.via_flex>.wpb_column.stretched{flex-grow:1}.g-cols.via_grid>.wpb_column.stretched{width:auto}.g-cols.via_flex.type_default>.wpb_column.stretched:first-of-type{margin-left:-1rem}.g-cols.via_flex.type_default>.wpb_column.stretched:last-of-type{margin-right:-1rem}.g-cols.via_grid>.wpb_column.stretched:first-of-type,.g-cols.via_flex.type_boxes>.wpb_column.stretched:first-of-type{margin-left:-2.5rem}.g-cols.via_grid>.wpb_column.stretched:last-of-type,.g-cols.via_flex.type_boxes>.wpb_column.stretched:last-of-type{margin-right:-2.5rem}.vc_column_container.has-link{position:relative}.vc_column-link{position:absolute;z-index:1;top:0;left:0;right:0;bottom:0;color:inherit!important}.color_alternate .vc_column_container{border-color:var(--color-alt-content-border)}.color_footer-top .vc_column_container{border-color:var(--color-subfooter-border)}.color_footer-bottom .vc_column_container{border-color:var(--color-footer-border)}@media (max-width:1024px){.g-cols.via_grid.type_boxes>.vc_column_container,.g-cols.via_flex.type_boxes>div>.vc_column-inner{padding:2.5rem}}@media screen and (max-width:600px){.g-cols.via_flex.type_default>.wpb_column.stretched{margin-left:0!important;margin-right:0!important}.g-cols.via_grid.type_boxes>.vc_column_container,.g-cols.via_flex.type_boxes>div>.vc_column-inner{padding:1.5rem}.g-cols.via_grid>.wpb_column.stretched,.g-cols.via_flex.type_boxes>.wpb_column.stretched{margin-left:-1.5rem!important;margin-right:-1.5rem!important}}.w-comments-title{margin-bottom:1em}.w-comments-title>span{display:inline-block;vertical-align:top}.w-comments-title a{border-bottom:1px dotted}.w-comments-list{margin:0 0 1em}.w-comments-item{padding:1em 0;margin:0;list-style:none}.w-comments .children{margin:1em 0 -1em;padding-left:2em;border-width:0 0 0 1px;border-style:dashed;border-color:var(--color-content-border)}.w-comments-item-meta{position:relative;line-height:25px; margin-bottom:0.6em}.w-comments-item-meta img{position:absolute;width:50px; border-radius:50%}.w-comments-item-author{font-weight:bold}.bypostauthor>.w-comments-item-meta .w-comments-item-author span{padding:0 0.3em;background:var(--color-content-primary-grad);color:#fff}.w-comments .w-comments-item-date{vertical-align:top;font-size:0.8em;color:inherit;opacity:0.66}img~.w-comments-item-author,img~.w-comments-item-date{margin-left:60px}.no-touch .w-comments-item-date:hover{opacity:1}.w-comments-item-text{margin-bottom:0.6em}.w-comments-item-text>*:last-child{margin-bottom:0}.w-comments-item-text>.w-message{padding:0.6em 1em;margin-bottom:1em}.w-comments .comment-reply-link{vertical-align:top;font-size:0.8em;color:inherit;opacity:0.66}.no-touch .w-comments .comment-reply-link:hover{opacity:1}.w-comments-pagination{font-size:0.9em;text-align:center}.w-comments-pagination a{margin:0 0.6em}.comment-reply-title small{display:inline-block;font-size:0.8em;font-weight:normal;margin-left:0.3em}.w-comments-list .comment-respond{margin-bottom:1.5em}.w-comments .comment-reply-title,.w-comments .comment-notes{margin-bottom:1em}.w-comments .form-submit{margin-bottom:0}.color_alternate .w-comments .children{border-color:var(--color-alt-content-border)}.color_footer-top .w-comments .children{border-color:var(--color-subfooter-border)}.color_footer-bottom .w-comments .children{border-color:var(--color-footer-border)}@media screen and (max-width:600px){.w-comments-childlist{margin-left:1em}.rtl .w-comments-childlist{margin-left:0;margin-right:1em}}.w-counter-value{line-height:1}.w-counter:not(.has_font_size) .w-counter-value{font-size:5rem}.w-counter-title{padding:0;margin:.6rem 0 0}p.w-counter-title,div.w-counter-title,span.w-counter-title{font-size:1rem;font-weight:normal;line-height:1.4}.w-counter.color_heading .w-counter-value{color:var(--color-content-heading)}.w-counter.color_primary .w-counter-value{color:var(--color-content-primary)}.w-counter.color_secondary .w-counter-value{color:var(--color-content-secondary)}.l-section.color_primary .w-counter.color_heading .w-counter-value,.l-section.color_secondary .w-counter.color_heading .w-counter-value,.l-section.has_text_color .w-counter.color_heading .w-counter-value{color:inherit}.color_alternate .w-counter.color_heading .w-counter-value{color:var(--color-alt-content-heading)}.color_alternate .w-counter.color_primary .w-counter-value{color:var(--color-alt-content-primary)}.color_alternate .w-counter.color_secondary .w-counter-value{color:var(--color-alt-content-secondary)}.w-form{line-height:1.4}.w-form-h{display:flex;margin-left:calc( var(--fields-gap,1rem) / -2 );margin-right:calc( var(--fields-gap,1rem) / -2 )}.w-form-row{position:relative;width:100%;padding-left:calc( var(--fields-gap,1rem) / 2 );padding-right:calc( var(--fields-gap,1rem) / 2 )}.w-form-row-label{font-weight:600;margin-bottom:.3em}.w-form-row-description{font-size:.9em;margin-top:.3em;color:var(--color-content-faded)}.w-form-row-field{position:relative}.w-form-row-field>i{position:absolute;z-index:1;top:var(--inputs-border-width,1px);inset-inline-start:var(--inputs-border-width,1px);font-size:var(--inputs-font-size,inherit);line-height:var(--inputs-height,2em);width:var(--inputs-height,2em);color:var(--inputs-text-color,inherit);text-align:center;pointer-events:none;transition:color .2s}.w-form-row:has(:focus) .w-form-row-field>i{color:var(--inputs-focus-text-color)}.w-form-row.for_select select{-webkit-appearance:none;height:auto;padding-inline-end:calc( var(--inputs-padding,.6em) * 2 + .8em )}.w-form-row.for_select .w-form-row-field:after{content:'';position:absolute;top:calc( var(--inputs-height,2em) / 2 + var(--inputs-border-width,1px) );inset-inline-end:0;font-size:var(--inputs-font-size,inherit);margin:-.2em calc( var(--inputs-padding,.6em) + var(--inputs-border-width,1px) );color:var(--inputs-text-color,inherit);pointer-events:none;border:.4em solid;border-left-color:transparent;border-right-color:transparent;border-bottom-color:transparent;border-radius:2px}.w-form-row.for_select:has(:focus) .w-form-row-field:after{color:var(--inputs-focus-text-color,inherit)}.w-form-row.for_agreement label,.w-form-row.for_checkboxes label,.w-form-row.for_radio label{display:flex;align-items:center;padding:.2em 0;width:fit-content}.w-form-row.with_icon input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),.w-form-row.with_icon textarea,.w-form-row.with_icon select{padding-inline-start:var(--inputs-height,2em)}.w-form-row.move_label .w-form-row-label{position:absolute;top:calc( var(--inputs-height,2em) / 2 + var(--inputs-border-width,1px) - .7em );z-index:1;font-size:var(--inputs-font-size,inherit);font-weight:inherit;margin:0 var(--inputs-padding,.6em);background:var(--inputs-background,transparent);color:var(--inputs-text-color,inherit);line-height:1.4;padding:0 .3em;pointer-events:none;transform-origin:0 0;transition:transform .2s,top .2s}.w-form-row.with_icon.move_label .w-form-row-label{margin-inline-start:calc( 1.6em + var(--inputs-padding,.6em) )}.w-form-row.move_label:has(:focus) .w-form-row-label,.w-form-row.move_label.not-empty .w-form-row-label{top:-.5em;transform:scale(.75);background:var(--inputs-focus-background,transparent);color:var(--inputs-focus-text-color,inherit)}.w-form.layout_ver .w-form-h{flex-wrap:wrap}.w-form.layout_ver .w-form-row{margin-bottom:var(--fields-gap,1rem)}.w-form.layout_hor .w-form-row.for_submit{width:auto}.w-form.layout_hor .w-form-row.has_label:not(.move_label)~.w-form-row.for_submit{align-self:flex-end}.w-form-row.cols_2{width:50%}.w-form-row.cols_3{width:33.3333%}.w-form-row.cols_4{width:25%}.w-form-row.for_submit{flex-shrink:0;margin-bottom:0!important}.w-form-row.for_submit.align_justify .w-btn{width:100%}.w-form .w-btn i,.w-form .w-btn-label{display:inline-block;transition:opacity 0.15s}.w-form .w-btn.loading i,.w-form .w-btn.loading .w-btn-label{opacity:0}.w-form .w-btn .g-preloader{position:absolute;top:50%;left:50%;font-size:1.8em;opacity:0;transform:translate(-50%,-50%);transition:opacity 0.3s;color:inherit}.w-form .w-btn.loading .g-preloader{opacity:1}.w-form-row.for_recaptcha_text{font-size:13px}.w-form-row-state{font-size:0.9em;height:0;opacity:0;transition-property:height,padding,opacity;transition-duration:0.3s}.w-form-row-state[validation-for],.w-form-row.check_wrong .w-form-row-state{height:auto;padding-top:0.3em;opacity:1;color:red}.w-form-row.check_wrong input,.w-form-row.check_wrong textarea,.w-form-row.check_wrong select{box-shadow:0 0 0 1px red;border-color:red}.w-form-message{opacity:0;transition:opacity 0.2s,margin 0.2s}.w-form-message.type_success{margin:var(--fields-gap,1rem) 0;opacity:1;color:#4c0}.w-form-message.type_error{margin:var(--fields-gap,1rem) 0;opacity:1;color:red}.comment-form .w-form-row{padding:0;line-height:1.4;margin-bottom:1em}.post-password-form{margin:1.5rem auto}.l-section.width_full .post-password-form{padding-left:2.5rem;padding-right:2.5rem}.post-password-form p{margin-bottom:0.5rem}.post-password-form p label{font-size:0;line-height:0}.post-password-form p input[type=password]{font-size:1rem;max-width:300px;margin-bottom:0.5em}.ui-datepicker{display:none;height:auto;width:17.4rem;margin:0;padding:1rem;box-shadow:var(--box-shadow);background:var(--color-content-bg-grad);color:var(--color-content-text)}.ui-datepicker a{transition:none;color:inherit!important}.ui-datepicker-header{position:relative;text-align:center;line-height:2.2rem;min-height:2.2rem;margin:0 0 .5rem;padding:0;border:none}.ui-datepicker-title{font-size:.9rem;margin:0 14.285%}.ui-datepicker-title select{font-size:inherit;line-height:inherit;height:2.2rem;min-height:0;width:40%;padding:0 .3rem;margin:0;border-radius:0!important;border:none!important;box-shadow:none!important;background:none!important;color:inherit!important}.ui-datepicker-prev{position:absolute;left:0;width:14.285%;cursor:pointer;border-radius:.2rem}.ui-datepicker-prev span{vertical-align:top;font-size:0}.ui-datepicker-prev:before{vertical-align:top;content:'\f104';font-family:fontawesome;font-weight:400;font-size:1.4rem}.ui-datepicker-next{position:absolute;right:0;width:14.285%;cursor:pointer;border-radius:.2rem}.ui-datepicker-next span{vertical-align:top;font-size:0}.ui-datepicker-next::before{vertical-align:top;content:'\f105';font-family:fontawesome;font-weight:400;font-size:1.4rem}.ui-datepicker th{font-size:.8rem;font-weight:normal;text-align:center;border:none;padding:0;opacity:.33}.ui-datepicker tbody td{font-size:.9rem;text-align:center;width:14.285%;padding:0;border:none}.ui-datepicker tbody td.ui-state-disabled{opacity:.5;cursor:default}.ui-datepicker td span,.ui-datepicker td a{display:block;line-height:2.2rem;border-radius:.2rem;text-decoration:none!important}.ui-datepicker a.ui-state-active{background:var(--color-content-primary-grad);color:#fff!important}.no-touch .ui-datepicker a:not(.ui-state-active):hover{background:var(--color-content-text);color:var(--color-content-bg)!important}.ui-datepicker a.ui-state-highlight{box-shadow:inset 0 0 0 1px}.wpcf7-form-control-wrap{display:block;margin-top:.4rem}.wpcf7-form-control-wrap[data-name^="select"]>select{-webkit-appearance:none;padding-inline-end:calc( var(--inputs-padding,.6em) * 2 + .8em )}.wpcf7-form-control-wrap[data-name^="select"]:after{content:'';position:absolute;top:calc( var(--inputs-height,2em) / 2 + var(--inputs-border-width,1px) );inset-inline-end:0;font-size:var( --inputs-font-size );margin:-.2em calc( var(--inputs-padding,.6em) + var(--inputs-border-width,1px) );color:var( --inputs-text-color );pointer-events:none;border:.4em solid;border-left-color:transparent;border-right-color:transparent;border-bottom-color:transparent;border-radius:2px}span.wpcf7-list-item{display:block;margin:0;width:fit-content}span.wpcf7-list-item>label{display:flex;align-items:center;padding:.2em 0}.wpcf7 form div.wpcf7-response-output{margin:0;padding:.5rem 1rem}.rounded_none .ui-datepicker *{border-radius:0!important}@media screen and (max-width:600px){.w-form-h{flex-wrap:wrap}.w-form-row{width:100%!important}.w-form.layout_hor .w-form-row{margin-bottom:var(--fields-gap,1rem)}.ui-datepicker{width:calc(100% - 3rem)}.ui-datepicker td span,.ui-datepicker td a{line-height:2.6rem}}@media screen and (max-width:480px){.w-form-row.for_submit{float:none!important;display:block!important;margin:0!important}.w-form.align_left .w-form-message.type_success,.w-form.align_right .w-form-message.type_success{display:block;text-align:center;padding-top:0.6em}.post-password-form p input[type=password]{max-width:none}}.w-grid{clear:both; container-type:inline-size}.w-grid + .w-grid:not(.cols_1),.w-grid-none + .w-grid:not(.cols_1){margin-top:calc(var(--gap,0px) * 2)}.w-grid-list:empty{display:none!important}.w-grid.valign_center .w-grid-list{align-items:center}.w-grid-item{flex-shrink:0;min-width:0}.w-grid-item-h{position:relative;height:100%}.w-grid.overflow_hidden .w-grid-item-h{overflow:hidden}.w-grid-item-h time{display:block}.w-grid-item-anchor{position:absolute;z-index:10;top:0;left:0;right:0;bottom:0}.w-grid .w-post-elm>p:only-of-type{display:inline-block}.w-grid>.pagination{margin-top:2rem}.w-grid:not(.cols_1)>.pagination .nav-links{justify-content:center}.w-grid-none.type_message{text-align:center;padding:2rem;margin:0;background:var(--color-content-bg-alt-grad)}.w-grid.type_grid .w-grid-list{display:grid;grid-template-columns:repeat( var(--columns,1),1fr );grid-auto-flow:dense;gap:calc( var(--gap,0px) * 2 )}.w-grid.type_grid .w-grid-item.size_2x1{grid-column-end:span min( 2,var(--columns,1) )}.w-grid.type_grid .w-grid-item.size_1x2{grid-row-end:span min( 2,var(--columns,1) )}.w-grid.type_grid .w-grid-item.size_2x2{grid-column-end:span min( 2,var(--columns,1) );grid-row-end:span min( 2,var(--columns,1) )}.w-grid.type_masonry .w-grid-list{display:flex;flex-wrap:wrap;margin:calc( var(--gap,0px) * -1 )}.w-grid.type_masonry .w-grid-item{padding:var(--gap,0px);width:calc( 100% / var(--columns,1) )}.w-grid.type_masonry .w-grid-item.size_2x1,.w-grid.type_masonry .w-grid-item.size_2x2{width:min( 100%,100% / var(--columns,1) * 2 )}.w-grid.type_masonry.cols_1 .w-grid-item:not(:last-child){padding:0;margin-bottom:var(--gap,0px)}.w-grid.type_masonry .w-grid-item-h{height:auto}.w-grid.type_masonry .post_image .w-video-h,.w-grid:not([class*="cols_"]) .post_image .w-video-h{padding-bottom:56.25%!important}.w-grid.type_metro .w-grid-list{display:grid;grid-template-columns:repeat(4,1fr); grid-auto-flow:dense;gap:calc( var(--gap,0px) * 2 )}.w-grid.type_metro .w-grid-item:nth-child(6n-3),.w-grid.type_metro .w-grid-item:nth-child(6n-2){grid-column-end:span 2;grid-row-end:span 2}.w-grid[class*="ratio_"] .w-grid-item-h{overflow:hidden;height:auto}.w-grid[class*="ratio_"] .w-grid-item-h:before{content:'';float:left;height:0;width:1px;margin-left:-1px;padding-bottom:calc( var(--item-ratio,1) * 100% )}.w-grid[class*="ratio_"] .post_image img,.w-grid[class*="ratio_"] .w-post-elm.type_image img{width:100%;height:100%;object-fit:cover}@media screen and (min-width:601px){.w-grid[class*="ratio_"] .w-grid-item.size_2x1 .w-grid-item-h:before{padding-bottom:calc( var(--item-ratio,1) / 2 * 100% - var(--gap,0px) * var(--item-ratio,1) )}.w-grid[class*="ratio_"] .w-grid-item.size_1x2 .w-grid-item-h:before{padding-bottom:calc( var(--item-ratio,1) * 2 * 100% + var(--gap,0px) * 2 )}.w-grid[class*="ratio_"] .w-grid-item.size_2x2 .w-grid-item-h:before{padding-bottom:calc( var(--item-ratio,1) * 100% - var(--gap,0px) * 2 * ( var(--item-ratio,1) - 1 ) )}}.w-grid-preloader{position:relative;height:0;width:100%;overflow:hidden}.w-grid-preloader .g-preloader{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.w-grid-preloader.active{height:20rem}.w-grid-preloader.active~.g-loadmore,.w-grid-preloader.active~.pagination{display:none}.w-grid.preload_style_spinner.filtering + .w-grid-none,.w-grid.preload_style_spinner.filtering>.w-grid-list{display:none}.w-grid.preload_style_fade.filtering>.g-loadmore,.w-grid.preload_style_fade.filtering + .w-grid-none,.w-grid.preload_style_fade.filtering>.w-grid-list{opacity:.33}.w-grid.preload_style_placeholders.filtering + .w-grid-none,.w-grid.preload_style_placeholders.filtering .w-grid-item{animation:1s linear infinite both background-moving;background:linear-gradient(to right,rgba(128,128,128,.15) 8%,rgba(128,128,128,.25) 18%,rgba(128,128,128,.15) 33%);background-size:1000px auto;color:transparent}.w-grid.preload_style_placeholders.filtering + .w-grid-none *,.w-grid.preload_style_placeholders.filtering .w-grid-item *{visibility:hidden!important}@keyframes background-moving{0%{background-position:-500px 0}100%{background-position:500px 0}}.w-grid-item .w-hwrapper,.w-grid-item .w-vwrapper{position:relative;z-index:1}.w-grid-item-h>.w-vwrapper:only-child{height:100%}.color_alternate .w-grid-none.type_message{background:var(--color-alt-content-bg-grad)}.l-section.color_primary .w-grid-none.type_message,.l-section.color_secondary .w-grid-none.type_message{background:rgba(255,255,255,0.1)}@media screen and (max-width:600px){.w-grid.type_metro .w-grid-list{grid-template-columns:1fr 1fr!important}}.g-loadmore{text-align:center;position:relative;min-height:2.5rem; margin-top:calc(var(--gap,0px) * 2)}.g-loadmore .g-preloader{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:0}.g-loadmore.loading .g-preloader{opacity:1}.g-loadmore .w-btn{z-index:1}.g-loadmore.loading .w-btn{opacity:0;transition:none}.g-loadmore.width_full .w-btn{width:100%}.pagination .nav-links{display:flex;flex-wrap:wrap;margin:0 -0.2rem}.pagination .page-numbers{flex-shrink:0;text-align:center;position:relative;margin:0.2rem}.pagination .page-numbers:before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;border-radius:inherit;border-style:solid;border-color:inherit;border-image:inherit}.pagination .page-numbers span{vertical-align:top;position:relative;z-index:1}.pagination>:not(.custom) .page-numbers{font-size:1.4rem;line-height:3.5rem;height:3.5rem;width:3.5rem;overflow:hidden;border-radius:50%;transition:none}.pagination>:not(.custom) a.page-numbers{color:inherit}.pagination>:not(.custom) .page-numbers.current{background:var(--color-content-primary-grad);color:#fff!important}.no-touch .pagination>:not(.custom) a.page-numbers:not(.current):hover{background:var(--color-content-bg-alt-grad)}.pagination .page-numbers.dots{background:none!important;border:none!important;box-shadow:none!important;color:inherit!important}.pagination .page-numbers.dots:before,.pagination>:not(.custom) .page-numbers:before{display:none}.pagination>:not(.custom) .page-numbers.prev,.pagination>:not(.custom) .page-numbers.next,.pagination .page-numbers.prev span,.pagination .page-numbers.next span{font-size:0}.pagination>:not(.custom) .page-numbers.prev:after,.pagination>:not(.custom) .page-numbers.next:after{font-size:1.5rem}.pagination .page-numbers.prev:after{content:'\f104';font-family:fontawesome;font-weight:400;vertical-align:top;position:relative;padding-right:0.1em}.pagination .page-numbers.next:after{content:'\f105';font-family:fontawesome;font-weight:400;vertical-align:top;position:relative;padding-left:0.1em}.color_alternate .pagination>:not(.custom) .page-numbers.current{background:var(--color-alt-content-primary-grad)}.no-touch .color_alternate .pagination>:not(.custom) a.page-numbers:not(.current):hover{background:var(--color-alt-content-bg-alt-grad)}@media screen and (max-width:480px){.g-loadmore .w-btn{font-size:1rem!important}.pagination .nav-links{justify-content:flex-start!important}}.l-header a,.l-header .g-preloader{color:inherit}.l-subheader-cell{display:flex;align-items:center;flex-grow:1}.l-subheader-cell.at_left{justify-content:flex-start}.header_hor .l-subheader-cell.at_left>*{margin-right:1.4rem}.l-subheader-cell.at_center{justify-content:center}.l-subheader-cell.at_center>*{margin-left:0.7rem;margin-right:0.7rem}.l-subheader-cell.at_right{justify-content:flex-end}.header_hor .l-subheader-cell.at_right>*{margin-left:1.4rem}.l-subheader-cell:empty{display:none}.l-header.sticky .hide-for-sticky{display:none!important}.l-header:not(.sticky) .hide-for-not-sticky{display:none!important}.l-header:before{content:'auto';left:-100%;position:absolute;top:-100%;visibility:hidden!important}.w-html{line-height:1.5}.l-header .w-text{line-height:1.5}.l-header .w-text.nowrap{white-space:nowrap}.l-header .w-popup{line-height:1.5}.w-hwrapper{display:flex;align-items:center}.w-hwrapper.wrap{flex-wrap:wrap}.w-hwrapper>:not(:last-child){margin-right:var(--hwrapper-gap,1.2rem)}.w-hwrapper.align_center>*{margin-left:calc( var(--hwrapper-gap,1.2rem) / 2 );margin-right:calc( var(--hwrapper-gap,1.2rem) / 2 )}.w-hwrapper.align_center{justify-content:center}.w-hwrapper.align_justify{justify-content:space-between}.w-hwrapper.align_right{justify-content:flex-end}.w-hwrapper.valign_stretch{align-items:stretch}.w-hwrapper.valign_top{align-items:flex-start}.w-hwrapper.valign_bottom{align-items:flex-end}.w-hwrapper.valign_baseline{display:block}.w-hwrapper.valign_baseline>*:not(style){display:inline-block;vertical-align:baseline!important}.w-hwrapper.valign_baseline>.w-btn-wrapper>.w-btn{vertical-align:baseline}.w-hwrapper>.align_justify{width:100%}.w-hwrapper.has-link{position:relative}.w-hwrapper-link{position:absolute;top:0;left:0;right:0;bottom:0;margin:0!important;z-index:10}.w-iconbox{position:relative}.w-iconbox>.w-iconbox-link{display:block; flex-shrink:0;-webkit-tap-highlight-color:rgba(0,0,0,0)}.w-iconbox-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;font-size:2rem; text-align:center;max-width:100%;transition:background .2s,color .2s,box-shadow .2s}.w-iconbox:not(.icontype_img) .w-iconbox-icon{line-height:1}.w-iconbox-icon i{vertical-align:top;line-height:inherit}.w-iconbox-icon svg,.w-iconbox-icon img{height:auto;width:1em}.w-iconbox-title{margin-bottom:0}.w-iconbox-title>a{color:inherit}.w-iconbox-title:not(:empty){padding:.5em 0}.w-iconbox-text p:not(:last-child){margin-bottom:0.75rem}.w-iconbox.align_center{justify-content:center}.w-iconbox.align_right{justify-content:flex-end}.w-iconbox.iconpos_left,.w-iconbox.iconpos_right{display:flex;align-items:flex-start}.w-iconbox.iconpos_left.no_text,.w-iconbox.iconpos_left.no_title,.w-iconbox.iconpos_right.no_text,.w-iconbox.iconpos_right.no_title{align-items:center}.w-iconbox.iconpos_left .w-iconbox-icon{margin-right:calc(15px + 0.2em)}.w-iconbox.iconpos_right .w-iconbox-icon{margin-left:calc(15px + 0.2em)}.w-iconbox.iconpos_left .w-iconbox-title,.w-iconbox.iconpos_right .w-iconbox-title{padding-top:0;margin-top:-0.2em}.w-iconbox.iconpos_left.no_text .w-iconbox-title,.w-iconbox.iconpos_right.no_text .w-iconbox-title{padding-bottom:0;margin-top:0}.w-iconbox.iconpos_left.no_title.no_text,.w-iconbox.iconpos_right.no_title.no_text{display:inline-block;vertical-align:top}.w-iconbox.iconpos_left.no_title.no_text .w-iconbox-icon,.w-iconbox.iconpos_right.no_title.no_text .w-iconbox-icon{margin:0.3rem}.w-iconbox.style_default.iconpos_left .w-iconbox-icon,.w-iconbox.style_default.iconpos_right .w-iconbox-icon{width:1.1em}.w-iconbox.style_circle .w-iconbox-icon,.w-iconbox.style_outlined .w-iconbox-icon{line-height:2.5em;height:2.5em;width:2.5em;overflow:hidden;border-radius:50%}.w-iconbox.style_outlined .w-iconbox-icon{box-shadow:inset 0 0 0 2px}.no-touch .w-iconbox.style_circle .w-iconbox-link:hover .w-iconbox-icon,.no-touch .w-iconbox.style_outlined .w-iconbox-link:hover .w-iconbox-icon{background:var(--color-content-primary-grad);box-shadow:inset 0 0 0 2px transparent;color:#fff}.w-iconbox.color_custom .w-iconbox-icon{color:var(--icon-color)}.w-iconbox.color_custom.has_gradient .w-iconbox-icon i{background:var(--icon-color);-webkit-background-clip:text;color:transparent}.w-iconbox.style_circle.color_custom .w-iconbox-icon{background:var(--icon-bg-color)}.w-iconbox.style_outlined.color_custom .w-iconbox-icon{box-shadow:inset 0 0 0 2px var(--icon-bg-color)}.w-iconbox.color_light .w-iconbox-icon{color:var(--color-content-border)}.w-iconbox.color_primary .w-iconbox-icon{color:var(--color-content-primary)}.w-iconbox.color_secondary .w-iconbox-icon{color:var(--color-content-secondary)}.w-iconbox.style_circle.color_light .w-iconbox-icon{background:var(--color-content-border);color:var(--color-content-text)}.w-iconbox.style_circle.color_contrast .w-iconbox-icon{background:var(--color-content-text);color:var(--color-content-bg)}.w-iconbox.style_circle.color_primary .w-iconbox-icon{background:var(--color-content-primary-grad);color:#fff!important}.w-iconbox.style_circle.color_secondary .w-iconbox-icon{background:var(--color-content-secondary-grad);color:#fff!important}.color_alternate .w-iconbox.color_light .w-iconbox-icon{color:var(--color-alt-content-border)}.color_alternate .w-iconbox.color_primary .w-iconbox-icon{color:var(--color-alt-content-primary)}.color_alternate .w-iconbox.color_secondary .w-iconbox-icon{color:var(--color-alt-content-secondary)}.color_alternate .w-iconbox.style_circle.color_light .w-iconbox-icon{background:var(--color-alt-content-border);color:var(--color-alt-content-text)}.color_alternate .w-iconbox.style_circle.color_contrast .w-iconbox-icon{background:var(--color-alt-content-text);color:var(--color-alt-content-bg)}.color_alternate .w-iconbox.style_circle.color_primary .w-iconbox-icon{background:var(--color-alt-content-primary-grad)}.color_alternate .w-iconbox.style_circle.color_secondary .w-iconbox-icon{background:var(--color-alt-content-secondary-grad)}.no-touch .color_alternate .w-iconbox.style_circle .w-iconbox-link:hover .w-iconbox-icon,.no-touch .color_alternate .w-iconbox.style_outlined .w-iconbox-link:hover .w-iconbox-icon{background:var(--color-alt-content-primary-grad)}.l-header .w-image{flex-shrink:0;transition:height 0.3s}.l-header .menu-item-object-us_page_block .w-image{flex-shrink:1}.l-header .w-image.no_image{width:100%}.l-main .w-image{max-width:100%}.w-image-h{display:block;height:inherit;max-height:inherit;border-radius:inherit;border-color:inherit!important;color:inherit!important}.w-image:not([class*="style_phone"]) .w-image-h{background:inherit}.w-image img,.w-image picture{object-fit:contain;vertical-align:top;height:inherit;max-height:inherit;border-radius:inherit}.w-image.has_height img,.w-image[class*="ush_image_"] img{width:auto}.w-image-h[href]{position:relative}.w-image-meta{line-height:1.6}.w-image-description{font-size:0.85rem;margin:0.2rem 0;opacity:0.5}.w-image.with_transparent .w-image-h>:last-of-type,.l-header.bg_transparent:not(.sticky) .w-image.with_transparent .w-image-h >:first-of-type{display:none}.l-header.bg_transparent:not(.sticky) .w-image.with_transparent .w-image-h >:last-of-type{display:block}.w-image.has_ratio{width:100%}.w-image.has_ratio .w-image-h{display:block!important;position:relative}.w-image.has_ratio img{position:absolute!important;top:0;left:0;right:0;height:100%;width:100%;object-fit:cover}.w-image.style_circle img{border-radius:50%}.w-image.style_outlined img{border:5px solid var(--color-content-border)}.w-image.style_shadow-1 img{box-shadow:var(--box-shadow)}.w-image.style_shadow-2 .w-image-h{display:inline-block;vertical-align:top;position:relative}.w-image-shadow{position:absolute;top:15%;left:5%;right:5%;height:90%;background-size:200% 80%;background-position:center bottom;background-repeat:no-repeat;border-radius:inherit;-webkit-filter:blur(25px);filter:blur(25px);transform:translateZ(0)}.w-image.style_shadow-2 img{position:relative}.w-image.style_shadow-2.meta_simple .w-image-meta{position:relative}.w-image.meta_simple .w-image-meta{padding-top:0.6rem}.w-image.meta_simple[class*="style_phone6"] .w-image-meta{padding-top:32%}.w-image.meta_modern .w-image-h{display:inline-block;vertical-align:top;position:relative}.w-image.meta_modern .w-image-meta{pointer-events:none;position:absolute;left:0;right:0;bottom:0;max-height:100%;padding:3rem 1rem 0.6rem;overflow:hidden;border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;background:linear-gradient(transparent,rgba(30,30,30,0.8)) repeat-x;color:#fff}.w-image.meta_modern[class*="style_phone6"] .w-image-meta{left:12.5%;right:12.5%;bottom:13.5%}.w-image.meta_modern.style_outlined .w-image-meta{left:5px;right:5px;bottom:5px}.w-image.has_bg_color:not(.style_phone12) .w-image-meta{padding-top:0.6rem;background:inherit}.w-image.has_text_color .w-image-meta{color:inherit}.w-image.style_phone12{position:relative;padding-bottom:205%;border-radius:16% / 7.6%;background:var(--color-content-primary-grad);color:#000}@supports (aspect-ratio:1){.w-image.style_phone12{aspect-ratio:1 / 2.05;padding-bottom:0}}.w-image.style_phone12>.w-image-h{position:absolute;top:.68%;bottom:.68%;left:1.4%;right:1.4%;padding:3.4%;background-color:currentColor;border-radius:15% / 7%}.w-image.style_phone12>.w-image-h>img{width:100%;height:100%;object-fit:cover;border-radius:12.6% / 5.6%}.w-image.style_phone12>.w-image-h:after{content:'';position:absolute;top:0;left:25%;width:50%;height:5.3%;border-radius:0 0 11% 11% / 0 0 50% 50%;background-color:inherit}.w-image.style_phone12.align_left,.w-image.style_phone12.align_right{float:none;margin:0}.w-image.style_phone12.meta_modern>.w-image-h{overflow:hidden}.w-image.style_phone12.meta_modern .w-image-meta{left:1.4%;right:1.4%;padding:15% 8% 8%}.color_primary .w-image.style_outlined img,.color_secondary .w-image.style_outlined img{border-color:rgba(255,255,255,0.33)}.color_alternate .w-image.style_outlined img{border-color:var(--color-alt-content-border)}.color_footer-top .w-image.style_outlined img{border-color:var(--color-subfooter-border)}.color_footer-bottom .w-image.style_outlined img{border-color:var(--color-footer-border)}.w-nav.type_desktop:not(.height_full),.w-hwrapper .w-nav.type_desktop,.w-vwrapper .w-nav.type_desktop{line-height:50px}.l-subheader-cell .w-nav{margin-left:0;margin-right:0}.w-nav-list{list-style:none;margin:0}.w-nav-list:not(.level_1){display:none}.w-nav.type_desktop .w-nav-list:not(.level_1){box-shadow:var(--box-shadow)}.w-nav.type_desktop .w-nav-list.level_2{text-align:left;position:absolute;left:0;z-index:120;min-width:12rem}.w-nav.type_desktop .w-nav-list.level_3{position:absolute;left:100%;top:0;z-index:121;min-width:12rem}.w-nav.type_desktop .w-nav-list.level_4{position:absolute;left:100%;top:0;z-index:122;min-width:12rem}.w-nav .menu-item{display:block;position:relative;margin:0}.w-nav-anchor{display:block;overflow:hidden;position:relative;outline:none!important}.w-nav.type_desktop .w-nav-anchor.level_1{z-index:1}.w-nav.type_desktop .w-nav-anchor:not(.level_1){line-height:1.5em;padding:.6em 20px; white-space:nowrap;transition-property:text-decoration-color,text-underline-offset}.w-nav-title i{width:1.3em}.header_hor .w-nav.type_desktop.align-edges>.w-nav-list.level_1{margin-left:-20px;margin-right:-20px}.w-nav-arrow{display:none;vertical-align:top;font-weight:normal;line-height:inherit;text-transform:none;text-align:center}.w-nav-arrow:focus{outline:0!important}.w-nav-arrow:before{content:'\f107';vertical-align:top;font-family:fontawesome;font-weight:400}.w-nav.type_mobile .w-nav-anchor:not(.w-btn) .w-nav-arrow:before{font-size:1.5em}.w-nav.type_desktop .w-nav-anchor.level_1 .w-nav-arrow:before{font-size:1.3em;margin-left:0.4em}.header_ver .w-nav.type_desktop .w-nav-anchor.level_1 .w-nav-arrow:before{content:'\f105'}.w-nav.type_desktop .w-nav-list.level_2 .w-nav-arrow:before{content:'\f105';font-size:1.3em}.w-nav-anchor.w-btn>.w-nav-arrow{line-height:1}.w-nav-anchor.w-btn>.w-nav-title{vertical-align:middle}.w-nav.type_desktop .menu-item-has-children>.w-nav-anchor:not(.level_1) .w-nav-arrow{display:block;position:absolute;top:0;right:0;line-height:2.7em;width:2em}.w-nav.type_desktop .menu-item-has-children>.w-nav-anchor:not(.level_1) .w-nav-title{padding-right:2em}.w-nav.type_desktop .hover_underline .w-nav-anchor.level_1{text-decoration:none!important}.w-nav.type_desktop .hover_underline .w-nav-title{position:relative}.no-touch .w-nav.type_desktop .hover_underline .w-nav-anchor.level_1 .w-nav-title:after{display:block;content:'';position:absolute;left:0;bottom:-0.4em;margin:0 auto -2px;height:2px; width:100%;background:currentColor;opacity:0;transition:all .2s}.no-touch .w-nav.type_desktop .hover_underline .menu-item.level_1:hover .w-nav-title:after{bottom:-2px; opacity:1}.header_hor .w-nav.type_desktop>.w-nav-list{display:flex;align-items:center}.header_hor .w-nav.type_desktop>.w-nav-list>.menu-item{flex-shrink:0}.l-header.bg_transparent:not(.sticky) .type_desktop .menu-item.level_1>a:not(.w-btn){background:none}.header_hor .w-nav.type_desktop.spread{width:100%;margin:0}.header_hor .w-nav.type_desktop.spread>.w-nav-list{justify-content:space-between}.header_hor .w-nav.type_desktop .menu-item-object-us_page_block{max-height:calc( 100vh - var(--header-height,0px) - var(--wp-admin--admin-bar--height,0px) - var(--dropdown-padding,0px) * 2 )}.header_ver .w-nav{width:100%}.header_ver .w-nav.type_desktop .w-nav-list.level_2{left:100%;top:0}.header_ver .w-nav-anchor.level_1{line-height:1.2;padding:0 1.3em}.w-nav.type_desktop .menu-item.level_2.drop_left .w-nav-list.level_3,.w-nav.type_desktop .menu-item.level_3.drop_left .w-nav-list.level_4{left:auto;right:100%}.w-nav.type_desktop .menu-item.drop_top>.w-nav-list{top:auto!important;bottom:0}.menu-item-object-us_page_block{overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;text-transform:none;font-style:normal}.w-nav.type_mobile .menu-item-object-us_page_block,.menu-item-object-us_page_block>.w-grid{overflow:hidden}.w-nav.type_desktop .menu-item[class*="columns"] .w-nav-list.level_2{display:flex;flex-wrap:wrap}.w-nav.type_desktop .menu-item[class*="columns"] .w-nav-list.level_2>li{flex-shrink:0}.w-nav.type_desktop .menu-item[class*="columns"] .w-nav-anchor{white-space:normal}.w-nav.type_desktop .menu-item[class*="columns"] .menu-item-has-children .w-nav-anchor.level_2{font-size:1.15em;font-weight:bold;background:none!important;color:inherit!important}.w-nav.type_desktop .menu-item[class*="columns"] .menu-item-has-children .w-nav-anchor.level_2 .w-nav-arrow{display:none}.w-nav.type_desktop .menu-item[class*="columns"] .w-nav-list.level_3{display:block;position:static;background:none;box-shadow:none;color:inherit;min-width:0;transform:none!important;transition:none!important;opacity:1!important}.w-nav.type_desktop .menu-item[class*="columns"] .w-nav-list.level_3 .menu-item{transform:none!important}.w-nav.type_desktop .menu-item[class*="columns"]:hover .w-nav-list.level_3{visibility:visible}.w-nav.type_desktop .menu-item.columns_2>ul>li[data-col="2"],.w-nav.type_desktop .menu-item.columns_3>ul>li[data-col="3"],.w-nav.type_desktop .menu-item.columns_4>ul>li[data-col="4"],.w-nav.type_desktop .menu-item.columns_5>ul>li[data-col="5"],.w-nav.type_desktop .menu-item.columns_6>ul>li[data-col="6"]{width:100%}.w-nav.type_desktop .menu-item.columns_6>ul>li[data-col="5"]{width:83.3333%}.w-nav.type_desktop .menu-item.columns_5>ul>li[data-col="4"]{width:80%}.w-nav.type_desktop .menu-item.columns_4>ul>li[data-col="3"]{width:75%}.w-nav.type_desktop .menu-item.columns_3>ul>li[data-col="2"],.w-nav.type_desktop .menu-item.columns_6>ul>li[data-col="4"]{width:66.6666%}.w-nav.type_desktop .menu-item.columns_5>ul>li[data-col="3"]{width:60%}.w-nav.type_desktop .menu-item.columns_2>ul>li,.w-nav.type_desktop .menu-item.columns_4>ul>li[data-col="2"],.w-nav.type_desktop .menu-item.columns_6>ul>li[data-col="3"]{width:50%}.w-nav.type_desktop .menu-item.columns_5>ul>li[data-col="2"]{width:40%}.w-nav.type_desktop .menu-item.columns_3>ul>li,.w-nav.type_desktop .menu-item.columns_6>ul>li[data-col="2"]{width:33.3333%}.w-nav.type_desktop .menu-item.columns_4>ul>li{width:25%}.w-nav.type_desktop .menu-item.columns_5>ul>li{width:20%}.w-nav.type_desktop .menu-item.columns_6>ul>li{width:16.6666%}.w-nav.type_desktop.dropdown_none .w-nav-list:not(.level_1){display:block;visibility:hidden}.no-touch .w-nav.type_desktop.dropdown_none .menu-item:hover>.w-nav-list,.w-nav.type_desktop.dropdown_none .w-nav-anchor:focus~.w-nav-list,.w-nav.type_desktop.dropdown_none .menu-item.opened>.w-nav-list{visibility:visible}.w-nav.type_desktop.dropdown_opacity .w-nav-list:not(.level_1){display:block;visibility:hidden;opacity:0;transition:opacity 0.3s,visibility 0.3s}.no-touch .w-nav.type_desktop.dropdown_opacity .menu-item:hover>.w-nav-list,.w-nav.type_desktop.dropdown_opacity .w-nav-anchor:focus~.w-nav-list,.w-nav.type_desktop.dropdown_opacity .menu-item.opened>.w-nav-list{visibility:visible;opacity:1}.w-nav.type_desktop.dropdown_slide .w-nav-list:not(.level_1){display:block;transform-origin:50% 0;transform:scaleY(0) translateZ(0);transition:transform 0.3s cubic-bezier(0,1,.8,1)}.no-touch .w-nav.type_desktop.dropdown_slide .menu-item:hover>.w-nav-list,.w-nav.type_desktop.dropdown_slide .w-nav-anchor:focus~.w-nav-list,.w-nav.type_desktop.dropdown_slide .menu-item.opened>.w-nav-list{transform:scaleY(1) translateZ(0)}.w-nav.type_desktop.dropdown_height .w-nav-list:not(.level_1){display:block;transform-origin:50% 0;transform:scaleY(0) translateZ(0);opacity:0;transition:transform 0.3s,opacity 0.3s}.no-touch .w-nav.type_desktop.dropdown_height .menu-item:hover>.w-nav-list,.w-nav.type_desktop.dropdown_height .w-nav-anchor:focus~.w-nav-list,.w-nav.type_desktop.dropdown_height .menu-item.opened>.w-nav-list{transform:scaleY(1) translateZ(0);opacity:1}.w-nav.type_desktop.dropdown_afb .w-nav-list:not(.level_1){display:block;visibility:hidden;transform-origin:50% 0;transform:translate3d(0,30px,0);opacity:0;transition:transform 0.3s cubic-bezier(.4,0,.2,1),opacity 0.2s,visibility 0.2s}.no-touch .w-nav.type_desktop.dropdown_afb .menu-item:hover>.w-nav-list,.w-nav.type_desktop.dropdown_afb .w-nav-anchor:focus~.w-nav-list,.w-nav.type_desktop.dropdown_afb .menu-item.opened>.w-nav-list{visibility:visible;transform:translate3d(0,0,0);opacity:1}.w-nav.type_desktop.dropdown_mdesign .w-nav-list:not(.level_1){display:block;transform-origin:0 0;transform:scale(0) translateZ(0);opacity:0;transition:transform 0.3s cubic-bezier(.4,0,.2,1),opacity 0.15s}.no-touch .w-nav.type_desktop.dropdown_mdesign .menu-item:hover>.w-nav-list,.w-nav.type_desktop.dropdown_mdesign .w-nav-anchor:focus~.w-nav-list,.w-nav.type_desktop.dropdown_mdesign .menu-item.opened>.w-nav-list{transform:scale(1) translateZ(0);opacity:1}.w-nav.type_desktop.dropdown_hor .w-nav-list:not(.level_1){display:block;visibility:hidden;transform:translate3d(-20px,0,0);opacity:0;transition:transform 0.3s,opacity 0.2s,visibility 0.2s}.w-nav.type_desktop.dropdown_hor .w-nav-list:not(.level_1)>.menu-item{transform:translate3d(40px,0,0);transition:transform 0.3s}.no-touch .w-nav.type_desktop.dropdown_hor .menu-item:hover>.w-nav-list,.w-nav.type_desktop.dropdown_hor .w-nav-anchor:focus~.w-nav-list,.w-nav.type_desktop.dropdown_hor .menu-item.opened>.w-nav-list{visibility:visible;transform:translate3d(0,0,0);opacity:1}.no-touch .w-nav.type_desktop.dropdown_hor .menu-item:hover>.w-nav-list>.menu-item,.w-nav.type_desktop.dropdown_hor .w-nav-anchor:focus~.w-nav-list>.menu-item,.w-nav.type_desktop.dropdown_hor .menu-item.opened>.w-nav-list>.menu-item{transform:translate3d(0,0,0)}.header_ver .w-nav.type_mobile{padding:0 0.6rem}.header_hor .l-subheader-cell.at_left .w-nav:first-child .w-nav-control{margin-left:-0.8rem}.header_hor .l-subheader-cell.at_right .w-nav:last-child .w-nav-control{margin-right:-0.8rem}.w-nav.type_mobile .w-nav-list{z-index:3;overflow-y:auto;-webkit-overflow-scrolling:touch}.w-nav.type_mobile .w-nav-anchor:not(.w-btn){line-height:1.6em;padding:0.7rem;transition:none}.w-nav.type_mobile .menu-item-has-children>.w-nav-anchor .w-nav-arrow{display:inline-block;vertical-align:top;transition:transform 0.3s}.w-nav.type_mobile .menu-item-has-children.opened>.w-nav-anchor .w-nav-arrow{transform:rotate(180deg)}.w-nav.type_mobile.m_align_left{text-align:left}.w-nav.type_mobile.m_align_center{text-align:center}.w-nav.type_mobile.m_align_right{text-align:right}.w-nav.type_mobile.m_align_left .menu-item-has-children>.w-nav-anchor .w-nav-title{padding-right:2em}.w-nav.type_mobile.m_align_left .menu-item-has-children>.w-nav-anchor .w-nav-arrow{position:absolute;top:0;right:0;padding:0.7rem}.w-nav.type_mobile.m_align_right .menu-item-has-children>.w-nav-anchor .w-nav-title{padding-left:2em}.w-nav.type_mobile.m_align_right .menu-item-has-children>.w-nav-anchor .w-nav-arrow{position:absolute;top:0;left:0;padding:0.7rem}.w-nav.type_mobile.m_align_none .menu-item-has-children>.w-nav-anchor .w-nav-arrow,.w-nav.type_mobile.m_align_center .menu-item-has-children>.w-nav-anchor .w-nav-arrow{margin-left:0.4em}.w-nav.type_mobile.m_align_none .w-nav-anchor.level_2,.w-nav.type_mobile.m_align_left .w-nav-anchor.level_2{padding-left:1.4rem}.w-nav.type_mobile.m_align_none .w-nav-anchor.level_3,.w-nav.type_mobile.m_align_left .w-nav-anchor.level_3{padding-left:2.1rem}.w-nav.type_mobile.m_align_none .w-nav-anchor.level_4,.w-nav.type_mobile.m_align_left .w-nav-anchor.level_4{padding-left:2.8rem}.w-nav.type_mobile.m_align_right .w-nav-anchor.level_2{padding-right:1.4rem}.w-nav.type_mobile.m_align_right .w-nav-anchor.level_3{padding-right:2.1rem}.w-nav.type_mobile.m_align_right .w-nav-anchor.level_4{padding-right:2.8rem}.header_hor .w-nav.type_mobile.m_layout_dropdown .w-nav-list.level_1{position:absolute;top:100%;left:-2.7rem;right:-2.7rem;padding-left:2rem;padding-right:2rem;box-shadow:0 3px 3px rgba(0,0,0,0.1)}.header_ver .w-nav.type_mobile.m_layout_dropdown .w-nav-control{display:none}.header_ver .w-nav.type_mobile.m_layout_dropdown .w-nav-list.level_1{display:block;background:none}.w-nav.type_mobile.m_layout_panel .w-nav-list.level_1{position:fixed;display:block;top:0;bottom:0;padding:1rem;min-height:100vh;min-width:270px; transition:transform 0.2s cubic-bezier(.4,0,.2,1)}.header_hor .w-nav.type_mobile.m_layout_panel.m_effect_afl .w-nav-list.level_1{left:0;box-shadow:1px 0 0 rgba(0,0,0,0.08);transform:translateX(-100%)}.header_hor .w-nav.type_mobile.m_layout_panel.m_effect_afr .w-nav-list.level_1{right:0;box-shadow:-1px 0 0 rgba(0,0,0,0.08);transform:translateX(100%)}.header_hor .w-nav.type_mobile.m_layout_panel .w-nav-control.active + .w-nav-list.level_1{transform:translateX(0)}.header_ver .w-nav.type_mobile.m_layout_panel .w-nav-list.level_1{position:absolute;left:0;transform:scaleX(0)}.header_ver .w-nav.type_mobile.m_layout_panel.m_effect_afl .w-nav-list.level_1{transform-origin:0 100%}.header_ver .w-nav.type_mobile.m_layout_panel.m_effect_afr .w-nav-list.level_1{transform-origin:100% 0}.header_ver .w-nav.type_mobile.m_layout_panel .w-nav-control.active + .w-nav-list.level_1{transform:scaleX(1)}.w-nav.type_mobile.m_layout_fullscreen .w-nav-list.level_1{position:fixed;display:flex;flex-direction:column;top:0;left:0;right:0;bottom:0;min-height:100vh;padding:2rem;pointer-events:none;transition:transform 0.3s cubic-bezier(.4,0,.2,1),opacity 0.3s cubic-bezier(.4,0,.2,1)}.header_ver .w-nav.type_mobile.m_layout_fullscreen .w-nav-list.level_1{position:absolute}.header_ver .w-nav.type_mobile.m_layout_fullscreen.m_effect_afb .w-nav-list.level_1, .w-nav.type_mobile.m_layout_fullscreen.m_effect_aft .w-nav-list.level_1{transform:translateY(-100%)}.w-nav.type_mobile.m_layout_fullscreen.m_effect_fade .w-nav-list.level_1{opacity:0}.w-nav.type_mobile.m_layout_fullscreen.m_effect_afc .w-nav-list.level_1{opacity:0;transform:scale(0.001)}.w-nav.type_mobile.m_layout_fullscreen.m_effect_afb .w-nav-list.level_1{transform:translateY(100%)}.w-nav.type_mobile.m_layout_fullscreen .w-nav-control.active + .w-nav-list.level_1{pointer-events:auto;opacity:1;transform:translateY(0) scale(1)}.w-nav.type_mobile.m_layout_fullscreen .w-nav-list.level_1>li{flex-shrink:0}.w-nav.type_mobile.m_layout_fullscreen .w-nav-list.level_1>li:first-child{margin-top:auto}.w-nav.type_mobile.m_layout_fullscreen .w-nav-list.level_1>li:nth-last-child(2){margin-bottom:auto}.w-nav.type_mobile.m_layout_fullscreen .w-nav-list.level_1 .w-nav-close{display:block}.w-nav-control{display:none;line-height:50px; height:50px; padding:0 0.8rem;color:inherit}.w-nav-control>* + *{margin-left:0.5rem}.w-nav-icon{display:inline-block;vertical-align:top;font-size:20px;position:relative;height:inherit;width:1em}.w-nav-icon>div,.w-nav-icon>div:before,.w-nav-icon>div:after{content:'';display:block;position:absolute;height:0;width:inherit}.w-nav-icon>div{border-bottom:0.15em solid}.w-nav-icon>div:before,.w-nav-icon>div:after{border-bottom:inherit}.w-nav-icon>div{top:50%;transform:translateY(-50%);transition:transform 0.15s cubic-bezier(0,1,.8,1)}.w-nav-icon>div:before{top:-0.3333em;transition:top 0.15s cubic-bezier(0,1,.8,1) 0.15s,opacity 0.15s cubic-bezier(0,1,.8,1)}.w-nav-icon>div:after{top:0.3333em;transition:top 0.15s cubic-bezier(0,1,.8,1) 0.15s,transform 0.15s cubic-bezier(0,1,.8,1)}.w-nav-control.active .w-nav-icon>div{transform:translateY(-50%) rotate(45deg);transition-delay:0.15s}.w-nav-control.active .w-nav-icon>div:before{top:0;opacity:0;transition:top 0.15s cubic-bezier(0,1,.8,1),opacity 0.15s cubic-bezier(0,1,.8,1) 0.15s}.w-nav-control.active .w-nav-icon>div:after{top:0;transform:rotate(90deg);transition:top 0.15s cubic-bezier(0,1,.8,1),transform 0.15s cubic-bezier(0,1,.8,1) 0.15s}.w-nav-close{display:none;position:absolute;top:0;right:0;text-align:center;font-size:3rem;line-height:2;width:2em;cursor:pointer;opacity:0.5;transition:color 0.3s,opacity 0.3s}.no-touch .w-nav-close:hover{opacity:1}.w-nav-close:before{content:'\f00d';font-family:fontawesome;font-weight:normal;vertical-align:top}.w-nav.type_mobile .menu-item>a.w-btn{display:inline-block;vertical-align:top;margin:0.7rem}.w-nav.type_mobile .menu-item-has-children>a.w-btn .w-nav-arrow{position:relative!important;padding:0!important}.w-nav.type_mobile.m_align_none .menu-item-has-children>a.w-btn .w-nav-title{padding-right:0.5em}.w-nav.type_mobile.m_align_right .menu-item-has-children>a.w-btn .w-nav-title{padding-left:0.5em}.menu-item>a.w-btn .w-nav-title:after{display:none!important}.header_hor:not(.rtl) .w-nav.type_desktop .menu-item:first-child>a.w-btn,.header_hor.rtl .w-nav.type_desktop .menu-item:nth-last-child(2)>a.w-btn{margin-left:0}.header_hor:not(.rtl) .w-nav.type_desktop .menu-item:nth-last-child(2)>a.w-btn,.header_hor.rtl .w-nav.type_desktop .menu-item:first-child>a.w-btn{margin-right:0}.w-nav.type_mobile.has_scroll_effects{will-change:auto;transform:none}.w-nav.type_mobile{animation:none!important;opacity:1}@media screen and (max-width:900px){.w-nav.type_desktop .menu-item[class*="columns"] .w-nav-list.level_2{padding:0!important}.w-nav.type_desktop .menu-item.columns_3>ul>li,.w-nav.type_desktop .menu-item.columns_4>ul>li,.w-nav.type_desktop .menu-item.columns_5>ul>li,.w-nav.type_desktop .menu-item.columns_6>ul>li{width:50%!important}.header_hor .w-nav.type_mobile.m_layout_dropdown .w-nav-list.level_1{left:-1rem;right:-1rem;padding-left:.3rem;padding-right:.3rem}}@media screen and (max-width:767px){.w-nav-close{font-size:2rem}}@media screen and (max-width:600px){.w-nav.type_mobile .w-nav-list.style_dropdown{left:-1rem;right:-1rem;padding-left:0.3rem;padding-right:0.3rem}}@media screen and (max-width:480px){.w-nav-anchor.level_2,.w-nav-anchor.level_3,.w-nav-anchor.level_4{white-space:normal}}.w-post-elm:not(.type_icon)>i{vertical-align:top;line-height:inherit;margin-right:0.4em}.w-user-elm.color_link_inherit a:not(:hover),.w-post-elm.color_link_inherit a:not(:hover),.color_alternate .w-post-elm.color_link_inherit a:not(:hover),.no-touch .w-user-elm.color_link_inherit.has_text_color>a:hover,.no-touch .w-post-elm.color_link_inherit.has_text_color>a:hover{color:inherit}.w-post-elm.has_width{flex-shrink:0}.w-post-elm.has_border_radius{overflow:hidden}.w-post-elm.has_height>a{max-height:inherit;height:inherit;border-radius:inherit}.w-post-elm.has_height img{object-fit:cover;max-height:inherit;height:inherit;border-radius:inherit}.w-post-elm.has_height:not(.stretched) img{width:auto}.w-post-elm.has_ratio{position:relative;width:100%}.w-post-elm.has_ratio img{position:absolute!important;top:0;left:0;right:0;height:100%;width:100%!important;object-fit:cover}.w-post-elm.stretched img{width:100%}.w-post-elm.post_date{display:inline-block;vertical-align:top}.w-post-elm.post_image{overflow:hidden;position:relative}.w-post-elm.post_image img,.w-post-elm.post_custom_field img{vertical-align:top}.w-post-elm.post_image.as_circle{border-radius:50%}.w-grid-item.format-audio .post_image:after,.w-grid-item.format-video .post_image:after{content:'\f04b';font:900 1.4rem/3.5rem fontawesome;width:3.2rem;padding-left:0.3rem;text-align:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%;background:rgba(0,0,0,0.5);color:#fff;pointer-events:none}.w-grid .post_image.with_quote_icon:after{position:absolute;top:0;left:0;right:0;content:'\f10d';font:900 2rem/5.5rem fontawesome;text-align:center;color:#fff}.w-grid-item.has-post-thumbnail .post_image.with_quote_icon:after,.w-grid .post_image.media_preview:after{display:none}.w-grid-item:not(.has-post-thumbnail) .with_quote_icon>img{visibility:hidden}.w-post-slider-trigger{position:absolute;z-index:2;top:0;bottom:0;color:transparent}.no-touch .w-post-elm:hover .w-post-slider-trigger{color:rgba(0,0,0,0.2)}.no-touch .w-post-elm .w-post-slider-trigger:hover{color:var(--color-content-primary)}.w-post-slider-trigger:before{content:'';position:absolute;left:1px;right:1px;bottom:0;border-bottom:2px solid}.w-post-slider-trigger:not(:first-child) + picture, .w-post-slider-trigger:not(:first-child) + img{display:none;position:absolute;top:0;left:0;right:0;background:var(--color-content-bg)}.no-touch .w-post-slider-trigger:hover + picture,.no-touch .w-post-slider-trigger:hover + img{display:block!important}.w-post-elm.post_title{padding:0}.w-post-elm.post_title b{font-size:.85em;opacity:.5}.w-grid div:not(.w-vwrapper)>.post_title{margin-bottom:0}.w-grid-item.sticky .post_title{font-weight:bold!important}.w-grid-item.format-link .post_title a:after{content:'\f360';font-family:fontawesome;font-weight:400;display:inline-block;vertical-align:top;margin:0 0.5em}.w-post-elm.style_simple>b{font-weight:inherit}.w-post-elm.style_badge{display:flex;flex-wrap:wrap;align-items:center}.w-post-elm.style_badge .w-post-elm-before{margin-right:0.4em}.w-post-elm.style_badge .w-post-elm-after{margin-left:0.4em}.w-post-elm.style_badge .w-post-elm-list{margin-left:-0.2em;margin-right:-0.2em}.w-post-elm.style_badge .w-post-elm-list>*{margin:0.2em}.post_author.avapos_left{display:flex;align-items:center}.post-author-ava{width:1em}.post_author.avapos_left .post-author-ava{flex-shrink:0;margin-right:0.25em}.post_author.avapos_top .post-author-ava{margin-bottom:0.1em}.post-author-ava img{display:block;width:100%;border-radius:50%}.post-author-meta{flex-grow:1}i + .post-author-meta{display:inline-block;vertical-align:top}.post-author-name{display:block}.post-author-posts{font-size:0.8em;font-weight:bold;margin-top:0.2em}.post-author-website{display:block;font-size:0.8em;margin-top:0.2em;color:var(--color-content-faded)}.post-author-info{font-size:0.8em;font-weight:normal;margin-top:0.2em}.w-post-elm.post_custom_field>i + p:only-of-type{display:inline-block}.w-testimonial-rating{position:relative;text-align:initial;font-family:fontawesome;line-height:1;width:5.7em}.w-testimonial-rating:before{position:absolute;content:'\f005\f005\f005\f005\f005';font-weight:900;opacity:0.33}.w-testimonial-rating i{font-style:normal}.w-testimonial-rating i:before{vertical-align:top;content:'\f005';font-weight:900}.w-post-elm:not(.display_table) .repeater-row>div{display:inline-block;vertical-align:top}.w-post-elm.display_table{overflow-x:auto}.w-post-elm.display_table>.repeater{display:table;width:100%}.w-post-elm.display_table>.repeater>.repeater-row{display:table-row}.w-post-elm.display_table>.repeater>.repeater-row>div{display:table-cell;vertical-align:top;padding:0.6rem 1rem;border-bottom:1px solid var(--color-content-border)}.w-post-elm.display_table>.repeater>.repeater-row>div:first-child{padding-left:0}.w-post-elm.display_table>.repeater>.repeater-row>div:last-child{padding-right:0}.w-post-elm.display_table>.repeater>.repeater-row:last-child>div{border:none}.w-user-elm.picture{flex-shrink:0;overflow:hidden}.w-user-elm.picture.as_circle{border-radius:50%}.w-user-elm.picture img{display:block}.hide_if_not_first:not(:first-child){display:none}.rounded_none .post-author-ava img{border-radius:0!important}@media screen and (max-width:600px){.post_author.avapos_left{display:block}.post_author.avapos_left .post-author-ava{margin:0 0 0.1em}}@media screen and (max-width:480px){.post_author.layout_box{display:block;text-align:center}.post_author.layout_box .post-author-img{margin:0 auto 0.5rem!important}}.w-post-elm.post_navigation{display:flex;justify-content:space-between}.post_navigation-item-img img{display:block}.post_navigation-item-meta{display:block;font-size:.8em;opacity:.5}.post_navigation .order_first .post_navigation-item-arrow:before{content:'\f104';font-family:fontawesome;font-weight:400}.post_navigation .order_second .post_navigation-item-arrow:before{content:'\f105';font-family:fontawesome;font-weight:400}.us_iframe .w-post-elm.post_navigation{display:none}.mfp-wrap~.l-canvas .post_navigation.layout_sided .post_navigation-item{opacity:0}.post_navigation.layout_simple .post_navigation-item{display:flex;flex-direction:column;justify-content:center;line-height:1.5;padding:0 2.2em;position:relative}.post_navigation.layout_simple .post_navigation-item:not(:hover){color:inherit}.post_navigation.layout_simple .order_first{text-align:left}.post_navigation.layout_simple .order_first .post_navigation-item-arrow{left:0}.post_navigation.layout_simple .order_second{text-align:right}.post_navigation.layout_simple .order_second .post_navigation-item-arrow{right:0}.post_navigation.layout_simple .post_navigation-item-arrow{position:absolute;top:50%;transform:translateY(-50%);font-size:2.5em;line-height:1;opacity:0.3}.post_navigation.layout_simple .post_navigation-item-title{color:inherit}.post_navigation.layout_sided .post_navigation-item{display:flex;position:fixed;z-index:98;top:50%;width:16em;margin-top:-4em;transition:right 0.3s cubic-bezier(.78,.13,.15,.86),left 0.3s cubic-bezier(.78,.13,.15,.86),opacity 0.3s;text-decoration:none!important;color:#fff!important}.post_navigation.layout_sided .order_first{left:-14em;text-align:left}.no-touch .post_navigation.layout_sided .order_first:hover{left:0}.post_navigation.layout_sided .order_second{flex-direction:row-reverse;right:-14em;text-align:right}.no-touch .post_navigation.layout_sided .order_second:hover{right:0}.post_navigation.layout_sided .post_navigation-item-img{flex-shrink:0;height:8em;width:8em}.post_navigation.layout_sided .post_navigation-item-img img{width:100%;height:100%;object-fit:cover}.post_navigation.layout_sided .post_navigation-item-arrow{flex-shrink:0;text-align:center;height:8em;width:8em;background:rgba(0,0,0,0.3);color:#fff;position:relative;transition:background 0.3s cubic-bezier(.78,.13,.15,.86)}.no-touch .post_navigation.layout_sided a:hover .post_navigation-item-arrow{background:var(--color-content-primary-grad)}.post_navigation.layout_sided .post_navigation-item-arrow:before{position:absolute;top:50%;left:50%;font-size:1.8em;line-height:1;transition:transform 0.3s cubic-bezier(.78,.13,.15,.86)}.post_navigation.layout_sided .order_first .post_navigation-item-arrow:before{transform:translate(1.45em,-50%)}.post_navigation.layout_sided .order_second .post_navigation-item-arrow:before{transform:translate(-1.79em,-50%)}.no-touch .post_navigation.layout_sided .post_navigation-item:hover .post_navigation-item-arrow:before{transform:translate(-50%,-50%)}.post_navigation.layout_sided .post_navigation-item-title{font-size:0.9em;line-height:1.4;position:absolute;top:100%;left:0;right:0;overflow:hidden}.post_navigation.layout_sided .post_navigation-item-title span{display:block;padding:0.7em 1em;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;background:rgba(30,30,30,0.9);opacity:0;transform:translate(0,-100%);transition:transform 0.3s cubic-bezier(.78,.13,.15,.86),opacity 0.3s cubic-bezier(.78,.13,.15,.86)}.no-touch .post_navigation.layout_sided .post_navigation-item:hover .post_navigation-item-title span{opacity:1;transform:translate(0,0);transition-delay:0.1s}@media screen and (max-width:767px){.post_navigation{font-size:1rem!important}.post_navigation.layout_sided .post_navigation-item{display:flex;align-items:center;position:relative;overflow:hidden;top:auto;left:auto!important;right:auto!important;margin-top:0;padding:0 0.8rem;width:50%}.post_navigation.layout_sided .post_navigation-item:only-of-type{width:100%}.post_navigation.layout_sided .post_navigation-item-img{width:auto}.post_navigation.layout_sided .post_navigation-item img{position:absolute;top:50%;left:50%;min-height:101%;min-width:101%;max-width:none;width:auto;transform:translate(-50%,-50%)}.post_navigation.layout_sided .post_navigation-item-arrow{position:relative;z-index:1;padding:0;width:auto;background:none!important}.post_navigation.layout_sided .post_navigation-item-arrow:before{position:static;line-height:8rem;transform:none!important;transition:none!important;width:auto}.post_navigation.layout_sided .post_navigation-item-title{position:relative;z-index:1;top:auto;padding:1rem 0.8rem}.post_navigation.layout_sided .post_navigation-item-title span{display:inline;padding:0;opacity:1;white-space:normal;transform:none;transition:none;background:none}.post_navigation.layout_sided .post_navigation-item:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(30,30,30,0.66)}}@media screen and (max-width:480px){.post_navigation.layout_simple .order_first{padding:0.5rem 0.5rem 0.5rem 1.5rem}.post_navigation.layout_simple .order_second{padding:0.5rem 1.5rem 0.5rem 0.5rem}.post_navigation.layout_simple .post_navigation-item-title{display:none}}.l-subheader-cell .w-search{line-height:2.8rem}.header_hor .l-subheader-cell>.w-search:not(.layout_simple){margin-left:0;margin-right:0}.header_ver .l-subheader-cell>.w-search:not(.layout_simple){margin-left:.6rem;margin-right:.6rem}.w-search .w-form-row{height:inherit;padding:0}button.w-search-form-btn{font-size:var( --inputs-font-size );line-height:var(--inputs-height,2em);width:var(--inputs-height,2em);padding:0;color:var( --inputs-text-color )}.w-search input{display:block}.w-search-open{display:block;text-align:center;width:2.2em}.w-search-open:empty::before{content:'\f002';font-family:fontawesome;font-weight:400;vertical-align:top}.w-search-open i{vertical-align:top;line-height:inherit}.header_hor .l-subheader-cell.at_left .w-search:not(.layout_simple):first-child{margin-left:-0.5em}.header_hor .l-subheader-cell.at_right .w-search:not(.layout_simple):last-child{margin-right:-0.5em}.w-search-close{position:absolute;top:50%;transform:translateY(-50%);right:0;text-align:center;line-height:2;width:2em;cursor:pointer;background:none;padding:0;color:inherit;opacity:.5;transition-duration:.2s}.w-search-close:focus,.no-touch .w-search-close:hover{opacity:1!important}.w-search-close:before,.w-search-reset:before{content:'\f00d';font-family:fontawesome;font-weight:400;vertical-align:top}.w-search-message{background:var( --color-content-primary-faded );padding:.6em 1em;margin-top:3px}.w-search.layout_simple{position:relative;min-width:10rem}.header_hor .w-search.layout_simple{width:100%}.header_ver .w-search.layout_simple{max-width:none;margin-left:0;margin-right:0}.w-search.layout_simple .w-search-open,.w-search.layout_simple .w-search-close{display:none}.w-search.layout_simple.elm_in_header input{font-size:1rem}.w-search.layout_simple.iconpos_left input{padding-left:var(--inputs-height,2em)}.w-search.layout_simple.iconpos_right input{padding-right:var(--inputs-height,2em)}.w-search.layout_simple .w-btn{display:block;position:absolute;top:50%;transform:translateY(-50%);background:none!important}.w-search.layout_simple.iconpos_left .w-btn{left:var(--inputs-border-width,1px)}.w-search.layout_simple.iconpos_right .w-btn{right:var(--inputs-border-width,1px)}.w-search.layout_simple .w-btn:before,.w-search.layout_simple .w-btn span{display:none}.w-search.layout_simple .w-btn i{font-size:var(--icon-size,inherit);vertical-align:top;line-height:inherit}.w-search-reset{display:none;position:absolute;top:0;right:0;font-size:var( --inputs-font-size );line-height:var(--inputs-height,2em);width:var(--inputs-height,2em);padding:0;background:none!important}.w-search.iconpos_right .w-search-reset{right:var(--inputs-height,2em)}.w-search.layout_modern{position:relative;overflow:hidden;width:2.2em;transition:width .2s;z-index:1}.w-search.layout_modern .w-search-open{position:absolute;top:50%;transform:translateY(-50%);right:0;z-index:2}.w-search.layout_modern.active .w-search-open{z-index:0;opacity:0}.w-search.layout_modern .w-search-close{opacity:0;transform:translate(2rem,-50%);color:var(--inputs-text-color)}.w-search.layout_modern.active .w-search-close{z-index:1;opacity:.5;transform:translate(0,-50%)}.w-search.layout_modern .w-search-form{position:relative;z-index:1;opacity:0}.w-search.layout_modern.active .w-search-form{opacity:1}.w-search.layout_modern input{font-size:1rem;box-shadow:none!important}.w-search.layout_modern.iconpos_left input{padding-left:var(--inputs-height,2em)}.w-search.layout_modern.iconpos_right input{padding-right:var(--inputs-height,2em)}.w-search.layout_fullwidth .w-search-form{position:absolute;top:0;left:-1.5rem;right:-1.5rem;height:0;overflow:hidden;z-index:119;transition:height .3s cubic-bezier(.4,0,.2,1);background:var(--color-content-bg);color:var(--color-content-text)}.w-search.layout_fullwidth[style*="--inputs-background"] .w-search-form{background:var(--inputs-background)}.w-search.layout_fullwidth[style*="--inputs-text-color"] .w-search-form{color:var(--inputs-text-color)}.w-search.layout_fullwidth.active .w-search-form{height:100%}.w-search.layout_fullwidth .w-form-row-field{position:absolute;top:50%;transform:translateY(-50%);left:0;right:0}.w-search.layout_fullwidth .w-form-row-field:after{display:none}.w-search.layout_fullwidth input{font-size:1.4rem;padding:0 3rem 0 1.5rem;border-radius:0;border:none}.w-search.layout_fullwidth .w-search-form input{background:none!important;box-shadow:none!important;color:inherit!important}.header_ver .w-search.layout_fullwidth input{font-size:1rem}.w-search.layout_fullwidth .w-search-close{width:auto;padding-right:1.5rem}.header_ver .w-search.layout_fullwidth .w-search-form{left:0;right:0}.w-search.layout_fullscreen .w-search-form{position:fixed;top:0;left:0;right:0;height:100%;z-index:119;transform:translateY(-100%);transition:transform .3s cubic-bezier(.4,0,.2,1);background:var(--color-content-bg);color:var(--color-content-text)}.w-search.layout_fullscreen[style*="--inputs-background"] .w-search-form{background:var(--inputs-background)}.w-search.layout_fullscreen[style*="--inputs-text-color"] .w-search-form{color:var(--inputs-text-color)}.header_ver .w-search.layout_fullscreen .w-search-form{position:absolute}.w-search.layout_fullscreen.active .w-search-form{transform:translateY(0)}.w-search.layout_fullscreen .w-search-close{top:3rem;font-size:3rem}.w-search.layout_fullscreen .w-form-row-field{position:absolute;top:50%;left:6%;right:6%;transform:translateY(-50%)}.w-search.layout_fullscreen input{font-size:3rem;line-height:1.5;text-align:center;height:auto;padding:0;border-radius:0;border:none}.w-search.layout_fullscreen .w-search-form input{background:none!important;box-shadow:none!important;color:inherit!important}.header_ver .w-search.layout_fullscreen input{font-size:1rem}.widget_search form{position:relative}.widget_search input[type=search]{padding-right:var(--inputs-height,2em)}.widget_search input[type=submit]{position:absolute;top:50%;transform:translateY(-50%);right:0;height:2.8rem;width:2.8rem;opacity:0!important}.widget_search form:after{position:absolute;top:50%;transform:translateY(-50%);right:0;content:'\f002';font-family:fontawesome;font-weight:400;pointer-events:none;font-size:var( --inputs-font-size );padding:0 var(--inputs-padding,.6em);color:var( --inputs-text-color )}@media screen and (max-width:767px){.w-search.layout_fullscreen input{font-size:2rem}.w-search.layout_fullscreen .w-search-close{font-size:2rem}}@media (min-width:601px){.l-header.bg_transparent:not(.sticky) .w-search.elm_in_header input,.l-header.bg_transparent:not(.sticky) .w-search.elm_in_header .w-btn{background:rgba(0,0,0,0.2);color:#fff}}@media screen and (max-width:600px){.header_hor .w-search.elm_in_header{line-height:inherit}.header_hor .w-search.layout_simple.elm_in_header,.header_hor .w-search.layout_modern.elm_in_header{position:static;overflow:visible;margin-left:0;margin-right:0;padding:0;min-width:0;height:auto;width:auto!important}.header_hor:not(.rtl) .l-subheader-cell.at_left .w-search.layout_simple.elm_in_header:first-child,.header_hor.rtl .l-subheader-cell.at_right .w-search.layout_simple.elm_in_header:last-child{margin-left:-0.5em}.header_hor:not(.rtl) .l-subheader-cell.at_right .w-search.layout_simple.elm_in_header:last-child,.header_hor.rtl .l-subheader-cell.at_left .w-search.layout_simple.elm_in_header:first-child{margin-right:-0.5em}.header_hor .w-search.layout_simple.elm_in_header .w-search-open,.header_hor .w-search.layout_modern.elm_in_header .w-search-open{display:block;position:static;transform:none}.header_hor .w-search.layout_simple.elm_in_header .w-search-form,.header_hor .w-search.layout_modern.elm_in_header .w-search-form{position:absolute;top:0;left:-1.5rem;right:-1.5rem;height:0;overflow:hidden;opacity:1;z-index:119;transition:height .3s cubic-bezier(.4,0,.2,1);background:var(--color-content-bg);color:var(--color-content-text)}.header_hor .w-search.layout_simple.elm_in_header[style*="--inputs-background"] .w-search-form,.header_hor .w-search.layout_modern.elm_in_header[style*="--inputs-background"] .w-search-form{background:var(--inputs-background)}.header_hor .w-search.layout_simple.elm_in_header[style*="--inputs-text-color"] .w-search-form,.header_hor .w-search.layout_modern.elm_in_header[style*="--inputs-text-color"] .w-search-form{color:var(--inputs-text-color)}.header_hor .w-search.layout_simple.elm_in_header.active .w-search-form,.header_hor .w-search.layout_modern.elm_in_header.active .w-search-form{height:100%}.header_hor .w-search.layout_simple.elm_in_header .w-form-row-field,.header_hor .w-search.layout_modern.elm_in_header .w-form-row-field{position:absolute;top:50%;transform:translateY(-50%);left:0;right:0}.header_hor .w-search.layout_simple.elm_in_header input,.header_hor .w-search.layout_modern.elm_in_header input{padding:0 3rem 0 1.5rem;border-radius:0;border:none;background:none;color:inherit;box-shadow:none!important}.rtl.header_hor .w-search.layout_simple.elm_in_header input,.rtl.header_hor .w-search.layout_modern.elm_in_header input{padding:0 1.5rem 0 3rem}.header_hor .w-search.layout_simple.elm_in_header .w-btn{display:none}.header_hor .w-search.layout_simple.elm_in_header .w-search-close,.header_hor .w-search.layout_modern.elm_in_header .w-search-close{display:block;padding-right:1.5rem;width:auto;transform:translateY(-50%)}.rtl.header_hor .w-search.layout_simple.elm_in_header .w-search-close,.rtl.header_hor .w-search.layout_modern.elm_in_header .w-search-close{padding-left:1.5rem;padding-right:0}.w-search.layout_fullwidth input,.w-search.layout_fullscreen input{font-size:1rem!important}}.w-separator{clear:both;overflow:hidden;line-height:0;height:1.5rem}.w-separator-h{display:inline-flex;align-items:center;height:inherit}.w-separator:not(.with_content) .w-separator-h:before{width:100vw}.w-separator-h:before,.w-separator-h:after{content:'';position:absolute;top:50%;height:0;width:100vw;border-top-width:1px;border-top-style:solid}.w-separator-h:before{right:100%}.w-separator.with_content .w-separator-h:before{margin-right:0.6em}.w-separator-h:after{left:100%;margin-left:0.6em}.w-separator a,.color_alternate .w-separator a{color:inherit}.w-separator-text{line-height:inherit;padding:0.3em 0!important;margin:0}.w-separator.has_font_size .w-separator-text{font-size:inherit}.w-separator-text i{margin-right:0.4em}.w-separator.width_30{width:30%;margin-left:auto!important;margin-right:auto!important}.w-separator.width_50{width:50%;margin-left:auto!important;margin-right:auto!important}.w-separator.width_screen{margin-left:-2.5rem;margin-right:-2.5rem}.w-separator.style_dashed .w-separator-h:before,.w-separator.style_dashed .w-separator-h:after{border-top-style:dashed}.w-separator.style_dotted .w-separator-h:before,.w-separator.style_dotted .w-separator-h:after{border-top-style:dotted}.w-separator.style_double .w-separator-h:before,.w-separator.style_double .w-separator-h:after{border-top-style:double}.w-separator.thick_2 .w-separator-h:before,.w-separator.thick_2 .w-separator-h:after{margin-top:-1px;border-top-width:2px}.w-separator.thick_3 .w-separator-h:before,.w-separator.thick_3 .w-separator-h:after{margin-top:-1px;border-top-width:3px}.w-separator.thick_4 .w-separator-h:before,.w-separator.thick_4 .w-separator-h:after{margin-top:-2px;border-top-width:4px}.w-separator.thick_5 .w-separator-h:before,.w-separator.thick_5 .w-separator-h:after{margin-top:-2px;border-top-width:5px}.w-separator.with_content{line-height:1.3}.w-separator:not(.with_content),.w-separator.with_content .w-separator-h{position:relative}.w-separator:not(.with_content) .w-separator-h:before{left:50%;transform:translateX(-50%);right:auto}.w-separator:not(.with_content) .w-separator-h:after{display:none}.w-separator.size_small:empty{height:1.5rem}.w-separator.size_small.with_line{height:4rem}.w-separator.size_medium:empty{height:3rem}.w-separator.size_medium.with_line{height:6rem}.w-separator.size_large:empty{height:4.5rem}.w-separator.size_large.with_line{height:7rem}.w-separator.size_huge:empty{height:6rem}.w-separator.size_huge.with_line{height:9rem}.w-separator.color_border{color:var(--color-content-border)}.w-separator.color_primary{color:var(--color-content-primary)}.w-separator.color_secondary{color:var(--color-content-secondary)}.color_primary .w-separator.color_border,.color_secondary .w-separator.color_border{color:rgba(255,255,255,0.33)}.color_alternate .w-separator.color_border{color:var(--color-alt-content-border)}.color_alternate .w-separator.color_primary{color:var(--color-alt-content-primary)}.color_alternate .w-separator.color_secondary{color:var(--color-alt-content-secondary)}.color_footer-top .w-separator.color_border{color:var(--color-subfooter-border)}.color_footer-bottom .w-separator.color_border{color:var(--color-footer-border)}@media (max-width:1024px){.w-separator.size_small:empty{height:1rem}.w-separator.size_small.with_line{height:calc(1.5rem + 2vw)}.w-separator.size_medium:empty{height:calc(1rem + 2.5vw)}.w-separator.size_medium.with_line{height:calc(1.5rem + 4vw)}.w-separator.size_large:empty{height:calc(1rem + 5vw)}.w-separator.size_large.with_line{height:calc(1.5rem + 6vw)}.w-separator.size_huge:empty{height:calc(1rem + 7.5vw)}.w-separator.size_huge.with_line{height:calc(1.5rem + 8vw)}.w-separator.with_content.with_line{height:auto;padding-top:calc(0.5rem + 1vmin);padding-bottom:calc(0.5rem + 1vmin)}}@media screen and (max-width:600px){.w-separator.with_text.width_30,.w-separator.with_text.width_50{width:auto}.w-separator.width_screen{margin-left:-1.5rem;margin-right:-1.5rem}}.w-sharing-list:not(:empty){display:inline-flex;flex-wrap:wrap}.w-sharing-item{flex-shrink:0;display:flex;text-align:center;align-items:center;justify-content:center;position:relative;line-height:2;padding:0 0.8em;min-width:3em;text-decoration:none!important;transition:none;border-color:var(--color-content-border)}.w-sharing a.w-sharing-item,.no-touch a.w-sharing-item:hover{color:inherit}.w-sharing-item i{position:relative;min-width:1em;line-height:inherit}.w-sharing.align_center{justify-content:center}.w-sharing.align_right{justify-content:flex-end}.w-sharing.align_justify .w-sharing-list{display:flex}.w-sharing.align_justify .w-sharing-item{flex:1 0 40px}.w-sharing.type_simple .w-sharing-item{margin:0.1em 0;border-width:0 1px 0 0; border-style:solid}.w-sharing.type_simple .w-sharing-item:last-child{border:none}.w-sharing.type_simple .w-sharing-item i{opacity:0.5}.no-touch .w-sharing.type_simple .w-sharing-item:hover i{opacity:1}.w-sharing.type_solid .w-sharing-list,.w-sharing.type_outlined .w-sharing-list{margin:0 -0.1em}.w-sharing.type_solid .w-sharing-item,.w-sharing.type_outlined .w-sharing-item{margin:0.1em;border-radius:0.3em}.w-sharing.type_outlined .w-sharing-item{box-shadow:inset 0 0 0 2px}.w-sharing.type_solid .w-sharing-item,.no-touch .w-sharing.type_outlined .w-sharing-item:hover{box-shadow:none;color:#fff!important}.w-sharing.type_fixed{position:fixed;z-index:97}.w-sharing.type_fixed.align_none,.w-sharing.type_fixed.align_left{top:50%;left:0;transform:translate3d(0,-50%,0)}.w-sharing.type_fixed.align_right{top:50%;right:0;transform:translate3d(0,-50%,0)}.w-sharing.type_fixed.align_none .w-sharing-list,.w-sharing.type_fixed.align_left .w-sharing-list,.w-sharing.type_fixed.align_right .w-sharing-list{display:block}.w-sharing.type_fixed.align_center{left:50%;bottom:0;transform:translate3d(-50%,0,0)}.w-sharing.type_fixed .w-sharing-item{display:block;padding:0;min-width:0;line-height:2.2;width:2.2em;color:#fff!important}.w-sharing.type_fixed.align_justify{left:0;right:0;bottom:0}.w-sharing.type_solid .w-sharing-item.email,.w-sharing.type_fixed .w-sharing-item.email,.no-touch .w-sharing.type_outlined .w-sharing-item.email:hover{background:#96a2a8}.w-sharing.type_outlined .w-sharing-item.email,.no-touch .w-sharing.type_simple .w-sharing-item.email:hover i{color:#96a2a8}.w-sharing.type_solid .w-sharing-item.facebook,.w-sharing.type_fixed .w-sharing-item.facebook,.no-touch .w-sharing.type_outlined .w-sharing-item.facebook:hover{background:#1e77f0}.w-sharing.type_outlined .w-sharing-item.facebook,.no-touch .w-sharing.type_simple .w-sharing-item.facebook:hover i{color:#1e77f0}.w-sharing.type_solid .w-sharing-item.twitter,.w-sharing.type_fixed .w-sharing-item.twitter,.no-touch .w-sharing.type_outlined .w-sharing-item.twitter:hover{background:#0f1419}.w-sharing.type_outlined .w-sharing-item.twitter,.no-touch .w-sharing.type_simple .w-sharing-item.twitter:hover i{color:#0f1419}.w-sharing.type_solid .w-sharing-item.linkedin,.w-sharing.type_fixed .w-sharing-item.linkedin,.no-touch .w-sharing.type_outlined .w-sharing-item.linkedin:hover{background:#0077b5}.w-sharing.type_outlined .w-sharing-item.linkedin,.no-touch .w-sharing.type_simple .w-sharing-item.linkedin:hover i{color:#0077b5}.w-sharing.type_solid .w-sharing-item.pinterest,.w-sharing.type_fixed .w-sharing-item.pinterest,.no-touch .w-sharing.type_outlined .w-sharing-item.pinterest:hover{background:#e60023}.w-sharing.type_outlined .w-sharing-item.pinterest,.no-touch .w-sharing.type_simple .w-sharing-item.pinterest:hover i{color:#e60023}.w-sharing.type_solid .w-sharing-item.vk,.w-sharing.type_fixed .w-sharing-item.vk,.no-touch .w-sharing.type_outlined .w-sharing-item.vk:hover{background:#2787F5}.w-sharing.type_outlined .w-sharing-item.vk,.no-touch .w-sharing.type_simple .w-sharing-item.vk:hover i{color:#2787F5}.w-sharing.type_solid .w-sharing-item.whatsapp,.w-sharing.type_fixed .w-sharing-item.whatsapp,.no-touch .w-sharing.type_outlined .w-sharing-item.whatsapp:hover{background:#25d366}.w-sharing.type_outlined .w-sharing-item.whatsapp,.no-touch .w-sharing.type_simple .w-sharing-item.whatsapp:hover i{color:#25d366}.w-sharing.type_solid .w-sharing-item.xing,.w-sharing.type_fixed .w-sharing-item.xing,.no-touch .w-sharing.type_outlined .w-sharing-item.xing:hover{background:#006464}.w-sharing.type_outlined .w-sharing-item.xing,.no-touch .w-sharing.type_simple .w-sharing-item.xing:hover i{color:#006464}.w-sharing.type_solid .w-sharing-item.reddit,.w-sharing.type_fixed .w-sharing-item.reddit,.no-touch .w-sharing.type_outlined .w-sharing-item.reddit:hover{background:#ff4500}.w-sharing.type_outlined .w-sharing-item.reddit,.no-touch .w-sharing.type_simple .w-sharing-item.reddit:hover i{color:#ff4500}.w-sharing.type_solid .w-sharing-item.telegram,.w-sharing.type_fixed .w-sharing-item.telegram,.no-touch .w-sharing.type_outlined .w-sharing-item.telegram:hover{background:#0e8ed4}.w-sharing.type_outlined .w-sharing-item.telegram,.no-touch .w-sharing.type_simple .w-sharing-item.telegram:hover i{color:#0e8ed4}.w-sharing-tooltip{position:absolute;z-index:999;overflow:hidden;margin-bottom:1rem}.w-sharing-tooltip .w-sharing-item{font-size:1rem;line-height:2.2;min-width:2.2em;padding:0;transition:none;background:#222; color:#fff!important}.color_alternate .w-sharing-item{border-color:var(--color-alt-content-border)}.color_footer-top .w-sharing-item{border-color:var(--color-subfooter-border)}.color_footer-bottom .w-sharing-item{border-color:var(--color-footer-border)}.w-sharing.type_outlined.color_primary .w-sharing-item,.no-touch .w-sharing.type_simple.color_primary .w-sharing-item:hover i{color:var(--color-content-primary)}.w-sharing.type_solid.color_primary .w-sharing-item,.w-sharing.type_fixed.color_primary .w-sharing-item,.no-touch .w-sharing-tooltip .w-sharing-item:hover{background:var(--color-content-primary-grad)}.w-sharing.type_outlined.color_secondary .w-sharing-item,.no-touch .w-sharing.type_simple.color_secondary .w-sharing-item:hover i{color:var(--color-content-secondary)}.w-sharing.type_solid.color_secondary .w-sharing-item,.w-sharing.type_fixed.color_secondary .w-sharing-item{background:var(--color-content-secondary-grad)}.rounded_none .w-sharing-item{border-radius:0!important}.w-menu .menu{margin:0}.w-menu ul,.w-menu li{list-style:none;margin:0}.w-menu li:last-child{margin:0!important}.w-menu .sub-menu{margin-top:var(--sub-gap,0);margin-left:1em}.w-menu .sub-menu li{margin-bottom:var(--sub-gap,0)}.w-menu .sub-menu .current-menu-item>a{color:inherit}.w-menu.style_blocks[style*=--main-bg-color] .menu>li>a{background:var(--main-bg-color)}.w-menu[style*=--main-color] .menu>li>a{color:var(--main-color)}.w-menu.style_blocks[style*=--main-active-bg-color] .menu>li.is-active>a,.w-menu.style_blocks[style*=--main-active-bg-color] .menu>li.current-menu-item>a{background:var(--main-active-bg-color)}.w-menu[style*=--main-active-color] .menu>li.is-active>a,.w-menu[style*=--main-active-color] .menu>li.current-menu-item>a{color:var(--main-active-color)}.no-touch .w-menu.style_blocks[style*=--main-hover-bg-color] .menu>li:not(.current-menu-item)>a:hover{background:var(--main-hover-bg-color)}.no-touch .w-menu[style*=--main-hover-color] .menu>li:not(.current-menu-item)>a:hover{color:var(--main-hover-color)}.w-menu.layout_ver{line-height:1.4}.w-menu.layout_ver .menu>li{margin-bottom:var(--main-gap,0)}.w-menu.layout_hor .menu{display:inline-flex;flex-wrap:wrap}.w-menu.layout_hor .menu>li:not(:last-of-type){margin-right:var(--main-gap,0)}.w-menu.layout_hor.not_responsive .menu{flex-wrap:nowrap;white-space:nowrap;overflow-x:auto;max-width:100%;-webkit-overflow-scrolling:touch}.w-menu.layout_hor.with_children .menu>.menu-item-has-children>a{font-size:1.15em;font-weight:bold}.w-menu.layout_hor .menu>li>.sub-menu{margin:1rem 0 0}.w-menu.layout_hor.spread{width:100%;margin:0}.w-menu.layout_hor.spread .menu{justify-content:space-between;width:100%}.w-menu.layout_hor.spread.with_children .menu>.menu-item-has-children{flex:1 1 100px}.w-menu.style_blocks .menu>li>a{display:block;padding:var(--main-ver-indent,0) var(--main-hor-indent,0);text-decoration:none!important}.header_hor .l-header .w-menu{line-height:2}.header_ver .l-header .w-menu{line-height:1}.header_ver .l-header .w-menu .menu{display:block}.w-socials-list{margin:calc( var(--gap,0) * -1 )}.w-socials-item{display:inline-block;vertical-align:top;position:relative;padding:var(--gap,0)}.w-socials-item-link{display:block;text-align:center;position:relative;overflow:hidden;line-height:2.5em;width:2.5em;text-decoration:none!important;border-radius:inherit;z-index:0}.w-socials.color_text .w-socials-item-link{color:inherit}.w-socials-item-link-hover{display:none;position:absolute;top:0;left:0;right:0;bottom:0;background:var(--color-content-primary-grad)}.w-socials-item-link i{display:block;line-height:inherit;position:relative;transition:color .3s}.w-socials-item-popup{display:none;position:absolute;left:50%;bottom:100%;text-align:center;white-space:nowrap;z-index:90;font-size:0.9rem;line-height:2.4rem;padding:0 1rem;margin-bottom:7px;border-radius:0.25rem;background:#222;color:#fff;opacity:0;visibility:hidden;transform:translate3d(-50%,-1em,0);transition:opacity 0.2s cubic-bezier(.78,.13,.15,.86) 0.3s,transform 0.2s cubic-bezier(.78,.13,.15,.86) 0.3s}.w-socials-item-link:focus + .w-socials-item-popup,.w-socials-item-link:hover + .w-socials-item-popup{visibility:visible;opacity:1;transform:translate3d(-50%,0,0)}.no-touch .w-socials-item-popup{display:block}.w-socials-item-popup:after{content:'';display:block;position:absolute;left:50%;bottom:-7px;margin-left:-8px;width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid #222}.l-header .w-socials{line-height:2}.header_hor .l-header .w-socials-list{white-space:nowrap}.l-header .w-socials-item-link{line-height:2em;width:2em}.w-socials.stretch .w-socials-list{display:flex;flex-wrap:wrap}.w-socials.stretch .w-socials-item{flex:1 0 40px}.w-socials.stretch .w-socials-item-link{width:auto;min-width:1.5em}.w-socials.shape_none .w-socials-item-link{line-height:1;width:auto}.w-socials.shape_rounded .w-socials-item-link{border-radius:0.25em}.w-socials.shape_circle .w-socials-item-link{border-radius:50%}.no-touch .w-socials.hover_slide .w-socials-item-link-hover{display:block;bottom:auto;height:0;transition:height 0.3s}.no-touch .w-socials.hover_slide .w-socials-item-link:hover .w-socials-item-link-hover{height:100%}.no-touch .w-socials.hover_fade .w-socials-item-link-hover{display:block;opacity:0;transition:opacity 0.3s}.no-touch .w-socials.hover_fade .w-socials-item-link:hover .w-socials-item-link-hover{opacity:1}.no-touch .w-socials.hover_fade .w-socials-item-link:hover>i,.no-touch .w-socials.hover_slide .w-socials-item-link:hover>i{color:#fff}.w-socials.style_solid .w-socials-item-link{background:var(--color-content-bg-alt-grad)}.w-socials.style_colored .w-socials-item-link{background:currentColor}.w-socials.style_colored.color_brand .w-socials-item-link-hover{display:none}.w-socials.style_colored .w-socials-item-link>i{color:#fff}.no-touch .w-socials.style_colored.color_link .w-socials-item-link:hover{color:var(--color-content-link)}.w-socials.style_outlined .w-socials-item-link{box-shadow:inset 0 0 0 2px var(--color-content-border)}.w-socials.color_brand .w-socials-item.s500px .w-socials-item-link{color:inherit}.w-socials.color_brand.style_colored .s500px .w-socials-item-link,.w-socials-item.s500px .w-socials-item-link-hover{background:#222}.w-socials.color_brand .w-socials-item.behance .w-socials-item-link{color:#1769ff}.w-socials-item.behance .w-socials-item-link-hover{background:#1769ff}.w-socials.color_brand .w-socials-item.deviantart .w-socials-item-link{color:inherit}.w-socials.color_brand.style_colored .deviantart .w-socials-item-link,.w-socials-item.deviantart .w-socials-item-link-hover{background:#0e0d20}.w-socials.color_brand .w-socials-item.discord .w-socials-item-link{color:#5865F2}.w-socials-item.discord .w-socials-item-link-hover{background:#5865F2}.w-socials.color_brand .w-socials-item.dribbble .w-socials-item-link{color:#ea4c89}.w-socials-item.dribbble .w-socials-item-link-hover{background:#ea4c89}.w-socials.color_brand .w-socials-item.email .w-socials-item-link{color:#96a2a8}.w-socials-item.email .w-socials-item-link-hover{background:#96a2a8}.w-socials.color_brand .w-socials-item.facebook .w-socials-item-link{color:#1e77f0}.w-socials-item.facebook .w-socials-item-link-hover{background:#1e77f0}.w-socials.color_brand .w-socials-item.flickr .w-socials-item-link{color:#ff0084}.w-socials-item.flickr .w-socials-item-link-hover{background:#ff0084}.w-socials.color_brand .w-socials-item.foursquare .w-socials-item-link{color:#fa4b7a}.w-socials-item.foursquare .w-socials-item-link-hover{background:#fa4b7a}.w-socials.color_brand .w-socials-item.github .w-socials-item-link{color:inherit}.w-socials.color_brand.style_colored .github .w-socials-item-link,.w-socials-item.github .w-socials-item-link-hover{background:#24292e}.w-socials.color_brand .w-socials-item.google .w-socials-item-link{color:#ff3e30}.w-socials-item.google .w-socials-item-link-hover{background:#ff3e30}.w-socials.color_brand .w-socials-item.houzz .w-socials-item-link{color:#4dbc15}.w-socials-item.houzz .w-socials-item-link-hover{background:#4dbc15}.w-socials.color_brand .w-socials-item.imdb .w-socials-item-link{color:#f7c625}.w-socials-item.imdb .w-socials-item-link-hover{background:#f7c625}.w-socials.color_brand .w-socials-item.instagram .w-socials-item-link{color:inherit}.w-socials.color_brand.style_colored .instagram .w-socials-item-link,.w-socials-item.instagram .w-socials-item-link-hover{background:#a17357;background:radial-gradient(circle farthest-corner at 35% 100%,#fec564,transparent 50%),radial-gradient(circle farthest-corner at 10% 140%,#feda7e,transparent 50%),radial-gradient(ellipse farthest-corner at 0 -25%,#5258cf,transparent 50%),radial-gradient(ellipse farthest-corner at 20% -50%,#5258cf,transparent 50%),radial-gradient(ellipse farthest-corner at 100% 0,#893dc2,transparent 50%),radial-gradient(ellipse farthest-corner at 60% -20%,#893dc2,transparent 50%),radial-gradient(ellipse farthest-corner at 100% 100%,#d9317a,transparent),linear-gradient(#6559ca,#bc318f 30%,#e42e66 50%,#fa5332 70%,#ffdc80 100%)}.w-socials-item.instagram .w-socials-item-link i{font-size:1.1em}.w-socials.color_brand .w-socials-item.linkedin .w-socials-item-link{color:#0077b5}.w-socials-item.linkedin .w-socials-item-link-hover{background:#0077b5}.w-socials.color_brand .w-socials-item.medium .w-socials-item-link{color:inherit}.w-socials.color_brand.style_colored .medium .w-socials-item-link,.w-socials-item.medium .w-socials-item-link-hover{background:#1c1b1a}.w-socials.color_brand .w-socials-item.odnoklassniki .w-socials-item-link{color:#f58220}.w-socials-item.odnoklassniki .w-socials-item-link-hover{background:#f58220}.w-socials.color_brand .w-socials-item.pinterest .w-socials-item-link{color:#e60023}.w-socials-item.pinterest .w-socials-item-link-hover{background:#e60023}.w-socials.color_brand .w-socials-item.reddit .w-socials-item-link{color:#ff4500}.w-socials-item.reddit .w-socials-item-link-hover{background:#ff4500}.w-socials.color_brand .w-socials-item.rss .w-socials-item-link{color:#ff9702}.w-socials-item.rss .w-socials-item-link-hover{background:#ff9702}.w-socials.color_brand .w-socials-item.skype .w-socials-item-link{color:#00aff0}.w-socials-item.skype .w-socials-item-link-hover{background:#00aff0}.w-socials.color_brand .w-socials-item.soundcloud .w-socials-item-link{color:#ff5600}.w-socials-item.soundcloud .w-socials-item-link-hover{background:#ff5600}.w-socials.color_brand .w-socials-item.telegram .w-socials-item-link{color:#0e8ed4}.w-socials-item.telegram .w-socials-item-link-hover{background:#0e8ed4}.w-socials.color_brand .tiktok .w-socials-item-link{color:inherit;text-shadow:.04em .04em 0 #ee1d52,-.04em -.04em 0 #69c9d0}.w-socials.color_brand.style_colored .tiktok .w-socials-item-link,.w-socials-item.tiktok .w-socials-item-link-hover{background:#000}.w-socials.color_brand .tripadvisor .w-socials-item-link{color:inherit}.w-socials.color_brand.style_colored .tripadvisor .w-socials-item-link,.w-socials-item.tripadvisor .w-socials-item-link-hover{background:#34e0a1}.w-socials.color_brand .w-socials-item.tumblr .w-socials-item-link{color:#37465d}.w-socials-item.tumblr .w-socials-item-link-hover{background:#37465d}.w-socials.color_brand .w-socials-item.twitch .w-socials-item-link{color:#6441a5}.w-socials-item.twitch .w-socials-item-link-hover{background:#6441a5}.w-socials.color_brand .w-socials-item.twitter .w-socials-item-link{color:#0f1419}.w-socials-item.twitter .w-socials-item-link-hover{background:#0f1419}.w-socials.color_brand .w-socials-item.vimeo .w-socials-item-link{color:#1ab7ea}.w-socials-item.vimeo .w-socials-item-link-hover{background:#1ab7ea}.w-socials.color_brand .w-socials-item.vk .w-socials-item-link{color:#2787F5}.w-socials-item.vk .w-socials-item-link-hover{background:#2787F5}.w-socials.color_brand .w-socials-item.wechat .w-socials-item-link{color:#60c33a}.w-socials-item.wechat .w-socials-item-link-hover{background:#60c33a}.w-socials.color_brand .w-socials-item.whatsapp .w-socials-item-link{color:#25d366}.w-socials-item.whatsapp .w-socials-item-link-hover{background:#25d366}.w-socials.color_brand .w-socials-item.xing .w-socials-item-link{color:#006464}.w-socials-item.xing .w-socials-item-link-hover{background:#006464}.w-socials.color_brand .w-socials-item.yelp .w-socials-item-link{color:#d32323}.w-socials-item.yelp .w-socials-item-link-hover{background:#d32323}.w-socials.color_brand .w-socials-item.youtube .w-socials-item-link{color:#f00}.w-socials-item.youtube .w-socials-item-link-hover{background:#f00}.color_alternate .w-socials.style_solid .w-socials-item-link{background:var(--color-alt-content-bg-alt-grad)}.color_alternate .w-socials.style_outlined .w-socials-item-link{box-shadow:inset 0 0 0 2px var(--color-alt-content-border)}.color_footer-top .w-socials.style_solid .w-socials-item-link{background:var(--color-subfooter-bg-alt-grad)}.color_footer-top .w-socials.style_outlined .w-socials-item-link{box-shadow:inset 0 0 0 2px var(--color-subfooter-border)}.color_footer-bottom .w-socials.style_solid .w-socials-item-link{background:var(--color-footer-bg-alt-grad)}.color_footer-bottom .w-socials.style_outlined .w-socials-item-link{box-shadow:inset 0 0 0 2px var(--color-footer-border)}.color_primary .w-socials.style_colored.color_text .w-socials-item-link:not(:hover)>i,.color_primary .w-socials.style_colored.color_link .w-socials-item-link:not(:hover)>i{color:var(--color-content-primary)}.color_secondary .w-socials.style_colored.color_text .w-socials-item-link:not(:hover)>i,.color_secondary .w-socials.style_colored.color_link .w-socials-item-link:not(:hover)>i{color:var(--color-content-secondary)}.color_footer-top .w-socials.style_colored.color_text .w-socials-item-link:not(:hover)>i,.color_footer-top .w-socials.style_colored.color_link .w-socials-item-link:not(:hover)>i{color:var(--color-subfooter-bg)}.color_footer-bottom .w-socials.style_colored.color_text .w-socials-item-link:not(:hover)>i,.color_footer-bottom .w-socials.style_colored.color_link .w-socials-item-link:not(:hover)>i{color:var(--color-footer-bg)}.rounded_none .w-socials-item-popup{border-radius:0!important}.w-tabs-list{position:relative;border-color:var(--color-content-border)}.w-tabs-list-h{display:flex}.w-tabs-list-bar{position:absolute;background:var(--color-content-primary-grad)}.w-tabs-item{display:block;flex-shrink:0;position:relative;text-align:center;text-transform:inherit;padding:1em 1.5em;background:none;color:inherit;transition:none}.w-tabs-item i{line-height:inherit;vertical-align:top}.w-tabs-item-title:empty{display:none}.w-tabs-item.with_icon i + .w-tabs-item-title,.w-tabs-item.with_icon .w-tabs-item-title + i{margin-inline-start:.5em}.w-tabs-sections{position:relative}.w-tabs-section{display:none;border-color:var(--color-content-border)}.w-tabs-section.active{display:block}.w-tabs-section-header{display:none;align-items:center;text-align:inherit; line-height:1.5;cursor:pointer;padding:1em 1.5em;width:100%;background:transparent;transition:background .2s,color .2s}.w-tabs-section.color_custom .w-tabs-section-header,.w-tabs-section:not(.active) .w-tabs-section-header{color:inherit}.w-tabs[style*="--sections-title-size"]>.w-tabs-list,.w-tabs[style*="--sections-title-size"]>div>div>.w-tabs-section-header{font-size:var(--sections-title-size)}.w-tabs[style*="--sections-title-size"]>div>div>.w-tabs-section-header>.w-tabs-section-title{font-size:inherit}.w-tabs-section-header i{flex-shrink:0;line-height:inherit;vertical-align:top}.w-tabs-section-header i.fa-2x{line-height:.75}.w-tabs-section-title{line-height:inherit;white-space:normal;margin-bottom:0!important;padding:0!important;color:inherit;margin-inline-end:.6em}i + .w-tabs-section-title{margin-inline-start:.6em}.w-tabs-section-title:empty{display:none}.w-tabs-section-control{flex-shrink:0;line-height:1em;height:1em;width:1em;text-align:center;transition:transform .3s;transform:rotate(0deg)}.w-tabs-section.active>.w-tabs-section-header .w-tabs-section-control{transform:rotate(180deg)}.w-tabs-section-content{padding-top:3rem}.w-tabs-section-content-h{margin:0 auto;max-width:var(--site-content-width,1200px)}.w-tabs-section.content-empty{display:none!important}.vc_active .vc_tta-panel-body{display:block!important}.l-section.width_full>div>.g-cols.cols_1>div>div>.w-tabs.layout_hor .w-tabs-section-content,.l-section.width_full>div>div>.vc_col-sm-12>div>div>.w-tabs.layout_hor .w-tabs-section-content{padding:5vh 3vmax}.w-tabs-list.align_center .w-tabs-list-h{justify-content:center}.w-tabs-list.align_justify .w-tabs-list-h{justify-content:space-between}.w-tabs-list.align_justify .w-tabs-item{flex:1 1 50%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.w-tabs.accordion>.w-tabs-list{display:none!important}.w-tabs.accordion>div>.w-tabs-section{display:block;border-style:solid;border-width:1px 0 0 0}.w-tabs.accordion>div>.w-tabs-section:last-of-type{border-bottom-width:1px}.w-tabs.accordion>div>.w-tabs-section[style*="background:"]{border-color:transparent}.w-tabs.accordion>div>div>.w-tabs-section-header{display:flex}.w-tabs-section.active:not(.has_text_color)>.w-tabs-section-header{color:var(--color-content-primary)}.no-touch .w-tabs-section-header:hover,.no-touch .w-tabs-section-header:focus{background:rgba(0,0,0,0.04)}.w-tabs.accordion>div>div>.w-tabs-section-content{display:none;padding:1.5rem}.w-tabs.accordion>div>.w-tabs-section.active .w-tabs-section-content{display:block}.w-tabs.accordion.remove_indents>div>div>.w-tabs-section-header,.w-tabs.accordion.remove_indents>div>div>.w-tabs-section-content{padding-left:0!important;padding-right:0!important}.no-touch .w-tabs.remove_indents>div>div>.w-tabs-section-header:hover,.no-touch .w-tabs.remove_indents>div>div>.w-tabs-section-header:focus{background:linear-gradient(90deg,transparent,rgba(0,0,0,0.04),transparent)}.w-tabs-section.no_indents>.w-tabs-section-content{padding:0!important}.w-tabs-section.no_indents>.w-tabs-section-content>.w-tabs-section-content-h{margin:0!important;max-width:none}.w-tabs-sections.icon_chevron>div>.w-tabs-section-header .w-tabs-section-control:before,.w-tabs-sections.icon_chevron>div>.w-tabs-section-header .w-tabs-section-control:after{content:'';position:absolute;top:20%;height:60%;width:.15em;background:currentColor;border-radius:1px}.w-tabs-sections.icon_chevron>div>.w-tabs-section-header .w-tabs-section-control:before{left:.262em;transform:rotate(-45deg)}.w-tabs-sections.icon_chevron>div>.w-tabs-section-header .w-tabs-section-control:after{right:.262em;transform:rotate(45deg)}.w-tabs-sections.icon_plus>div>.w-tabs-section-header .w-tabs-section-control:before{content:'';position:absolute;top:0;left:.45em;height:100%;width:.1em;background:currentColor;border-radius:2px}.w-tabs-sections.icon_plus>div>.w-tabs-section-header .w-tabs-section-control:after{content:'';position:absolute;top:.45em;left:0;height:.1em;width:100%;background:currentColor;border-radius:2px}.w-tabs-sections.icon_plus>.w-tabs-section.active>.w-tabs-section-header .w-tabs-section-control{transform:rotate(135deg)}.w-tabs-sections.icon_triangle>div>.w-tabs-section-header .w-tabs-section-control:before{content:'';display:inline-block;vertical-align:top;margin-top:.3em;pointer-events:none;border:.4em solid;border-left-color:transparent;border-right-color:transparent;border-bottom-color:transparent;border-radius:2px}.w-tabs-sections.icon_none>div>.w-tabs-section-header .w-tabs-section-control{display:none}.w-tabs-sections.cpos_left>div>.w-tabs-section-header .w-tabs-section-control{order:-1}.w-tabs-sections.cpos_left>div>.w-tabs-section-header .w-tabs-section-control{margin-inline-end:.6em}.w-tabs-sections.cpos_right>div>.w-tabs-section-header .w-tabs-section-control{margin-inline-start:auto}.w-tabs-sections.titles-align_center>div>.w-tabs-section-header{justify-content:center}.w-tabs-sections.titles-align_center>div>.w-tabs-section-header>*{margin-left:.3rem!important;margin-right:.3rem!important}.w-tabs.layout_ver{display:flex}.w-tabs.layout_ver>.w-tabs-list .w-tabs-list-h{flex-direction:column}.w-tabs.layout_ver>.w-tabs-list .w-tabs-item{text-align:inherit}.w-tabs.layout_ver>.w-tabs-sections{flex-grow:1}.w-tabs.layout_ver:not(.accordion)>div>div>.w-tabs-section-content{padding:0}.w-tabs.layout_ver .w-image img.size-full,.w-tabs.layout_ver .w-image img.size-large{width:100%}.w-tabs.layout_ver.navpos_right{flex-direction:row-reverse}.w-tabs.layout_ver.navpos_left>div>.w-tabs-section:not(.no_indents){padding-left:2.5rem}.w-tabs.layout_ver.navpos_right>div>.w-tabs-section:not(.no_indents){padding-right:2.5rem}.w-tabs.layout_ver.navwidth_auto>.w-tabs-list{flex-shrink:0}.w-tabs.layout_ver.navwidth_auto>.w-tabs-list .w-tabs-item{white-space:nowrap}.w-tabs.layout_ver.navwidth_10>.w-tabs-list{width:10%}.w-tabs.layout_ver.navwidth_10>.w-tabs-sections{width:90%}.w-tabs.layout_ver.navwidth_20>.w-tabs-list{width:20%}.w-tabs.layout_ver.navwidth_20>.w-tabs-sections{width:80%}.w-tabs.layout_ver.navwidth_30>.w-tabs-list{width:30%}.w-tabs.layout_ver.navwidth_30>.w-tabs-sections{width:70%}.w-tabs.layout_ver.navwidth_40>.w-tabs-list{width:40%}.w-tabs.layout_ver.navwidth_40>.w-tabs-sections{width:60%}.w-tabs.layout_ver.navwidth_50>.w-tabs-list,.w-tabs.layout_ver.navwidth_50>.w-tabs-sections{width:50%}.w-tabs.layout_ver.accordion{display:block}.w-tabs.layout_ver.accordion>.w-tabs-sections{display:block;width:100%!important}.w-tabs.layout_ver.accordion>div>.w-tabs-section{padding:0!important}.w-tabs.style_default>.w-tabs-list{background:var(--color-content-bg-alt-grad);color:var(--color-content-text)}.w-tabs.style_default>.w-tabs-list .w-tabs-item{border-style:solid;border-color:transparent;color:inherit;transition:background .2s,border-color .2s,color .2s}.w-tabs.style_default.layout_hor>.w-tabs-list .w-tabs-item{border-width:2px 0 0}.w-tabs.style_default.layout_ver.navpos_left>.w-tabs-list .w-tabs-item{border-width:0 0 0 2px}.w-tabs.style_default.layout_ver.navpos_right>.w-tabs-list .w-tabs-item{border-width:0 2px 0 0}.w-tabs.style_default>.w-tabs-list .w-tabs-item.active{background:var(--color-content-bg-grad);color:var(--color-content-primary);border-color:currentColor}.w-tabs.style_default>.w-tabs-list .w-tabs-item:not(.active):focus,.no-touch .w-tabs.style_default>.w-tabs-list .w-tabs-item:not(.active):hover{background:rgba(0,0,0,0.05)}.w-tabs.style_simple>.w-tabs-list .w-tabs-item{flex:0 1 auto;padding:0;opacity:.66}.w-tabs.style_simple.layout_hor>.w-tabs-list .w-tabs-item:not(:last-child){margin-inline-end:1.5em}.w-tabs.style_simple.layout_ver>.w-tabs-list .w-tabs-item:not(:last-child){margin-bottom:1em}.w-tabs.style_simple>.w-tabs-list .w-tabs-item:focus,.w-tabs.style_simple>.w-tabs-list .w-tabs-item.active,.no-touch .w-tabs.style_simple>.w-tabs-list .w-tabs-item:hover{opacity:1;color:inherit}.w-tabs.style_simple2>.w-tabs-list .w-tabs-item{flex:0 1 auto;padding:0;opacity:.66}.w-tabs.style_simple2.layout_hor>.w-tabs-list .w-tabs-item:not(:last-child){margin-inline-end:1.5em}.w-tabs.style_simple2.layout_ver>.w-tabs-list .w-tabs-item:not(:last-child){margin-bottom:1em}.w-tabs.style_simple2.layout_ver>.w-tabs-list .w-tabs-list-h{align-items:flex-start}.w-tabs.style_simple2>.w-tabs-list .w-tabs-item:focus,.w-tabs.style_simple2>.w-tabs-list .w-tabs-item.active,.no-touch .w-tabs.style_simple2>.w-tabs-list .w-tabs-item:hover{opacity:1;color:inherit}.w-tabs.style_simple2>.w-tabs-list .w-tabs-item:after{content:'';position:absolute;left:0;bottom:0;height:min(4px,.15em);width:0;background:currentColor;transition:width .2s}.w-tabs.style_simple2>.w-tabs-list .w-tabs-item.active:after{width:100%}.w-tabs.style_simple3>.w-tabs-list .w-tabs-item{padding:.8em 1.2em;border-radius:.3em}.w-tabs.style_simple3.layout_hor>.w-tabs-list .w-tabs-item:not(:last-child){margin-inline-end:.3em}.w-tabs.style_simple3.layout_ver>.w-tabs-list .w-tabs-item:not(:last-child){margin-bottom:.3em}.w-tabs.style_simple3>.w-tabs-list .w-tabs-item:focus,.w-tabs.style_simple3>.w-tabs-list .w-tabs-item.active,.no-touch .w-tabs.style_simple3>.w-tabs-list .w-tabs-item:hover{background:var(--color-content-bg-alt-grad);color:var(--color-content-heading)}.w-tabs.style_radio>.w-tabs-list .w-tabs-item{padding:.6em 1.2em;opacity:.66;border-radius:3em}.w-tabs.style_radio>.w-tabs-list .w-tabs-item:not(.active):focus,.no-touch .w-tabs.style_radio>.w-tabs-list .w-tabs-item:not(.active):hover{opacity:1;color:inherit}.w-tabs.style_radio>.w-tabs-list .w-tabs-item.active{opacity:1;background:var(--color-content-bg);color:var(--color-content-primary);box-shadow:0 .3em .8em rgba(0,0,0,.08)}.w-tabs.style_radio2>.w-tabs-list .w-tabs-list-h{padding:.25em;background:var(--color-content-bg-alt-grad);color:var(--color-content-text);border-radius:3em}.w-tabs.style_radio2.layout_ver>.w-tabs-list .w-tabs-list-h{border-radius:.5em}.w-tabs.style_radio2>.w-tabs-list:not(.align_justify) .w-tabs-list-h{display:inline-flex;vertical-align:top}.w-tabs.style_radio2.layout_ver>.w-tabs-list .w-tabs-list-h{display:flex}.w-tabs.style_radio2.layout_hor>.w-tabs-list .w-tabs-item{padding:.6em 1.5em;color:inherit;border-radius:3em}.w-tabs.style_radio2.layout_ver>.w-tabs-list .w-tabs-item{padding:.6em 1em;color:inherit;border-radius:.25em}.w-tabs.style_radio2>.w-tabs-list .w-tabs-item:not(.active):focus,.no-touch .w-tabs.style_radio2>.w-tabs-list .w-tabs-item:not(.active):hover{color:var(--color-content-primary)}.w-tabs.style_radio2>.w-tabs-list .w-tabs-item.active{background:var(--color-content-bg);box-shadow:0 .3em .8em rgba(0,0,0,.08)}.w-tabs.style_radio3>.w-tabs-list .w-tabs-list-h{padding:.25em;background:var(--color-content-primary-grad);color:#fff;border-radius:3em}.w-tabs.style_radio3.layout_ver>.w-tabs-list .w-tabs-list-h{border-radius:.5em}.w-tabs.style_radio3>.w-tabs-list:not(.align_justify) .w-tabs-list-h{display:inline-flex;vertical-align:top}.w-tabs.style_radio3.layout_ver>.w-tabs-list .w-tabs-list-h{display:flex}.w-tabs.style_radio3.layout_hor>.w-tabs-list .w-tabs-item{padding:.6em 1.5em;color:inherit;border-radius:3em}.w-tabs.style_radio3.layout_ver>.w-tabs-list .w-tabs-item{padding:.6em 1em;color:inherit;border-radius:.25em}.w-tabs.style_radio3>.w-tabs-list .w-tabs-item:not(.active):focus,.no-touch .w-tabs.style_radio3>.w-tabs-list .w-tabs-item:not(.active):hover{color:inherit}.w-tabs.style_radio3>.w-tabs-list .w-tabs-item.active{background:var(--color-content-bg);color:var(--color-content-text);box-shadow:0 .3em 1em rgba(0,0,0,.2)}.w-tabs.style_modern>.w-tabs-list{background:var(--color-content-primary-grad);color:#fff}.w-tabs.style_modern>.w-tabs-list .w-tabs-item{opacity:.66;color:inherit!important}.w-tabs.style_modern>.w-tabs-list .w-tabs-item:focus,.w-tabs.style_modern>.w-tabs-list .w-tabs-item.active,.no-touch .w-tabs.style_modern>.w-tabs-list .w-tabs-item:hover{opacity:1}.w-tabs.style_modern>.w-tabs-list .w-tabs-item:after{content:'';position:absolute;height:1em;width:1em;transition:transform .3s;background:var(--color-content-bg)}.w-tabs.style_modern.layout_hor>.w-tabs-list .w-tabs-item:after{left:50%;bottom:0;transform:translate(-0.5em,1.5em) rotate(45deg)}.w-tabs.style_modern.layout_hor>.w-tabs-list .w-tabs-item.active:after{transform:translate(-0.5em,.5em) rotate(45deg)}.w-tabs.style_modern.layout_ver.navpos_left>.w-tabs-list .w-tabs-item:after{top:50%;right:0;transform:translate(1.5em,-0.5em) rotate(45deg)}.w-tabs.style_modern.layout_ver.navpos_left>.w-tabs-list .w-tabs-item.active:after{transform:translate(0.5em,-0.5em) rotate(45deg)}.w-tabs.style_modern.layout_ver.navpos_right>.w-tabs-list .w-tabs-item:after{top:50%;left:0;transform:translate(-1.5em,-0.5em) rotate(45deg)}.w-tabs.style_modern.layout_ver.navpos_right>.w-tabs-list .w-tabs-item.active:after{transform:translate(-0.5em,-0.5em) rotate(45deg)}.w-tabs.style_trendy>.w-tabs-list:not(.items_0):before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;border-style:solid;border-color:inherit}.w-tabs.style_trendy>.w-tabs-list .w-tabs-item{opacity:.66}.w-tabs.style_trendy.layout_hor>.w-tabs-list:before{border-width:0 0 1px}.w-tabs.style_trendy.layout_hor>.w-tabs-list .w-tabs-list-bar{left:0;bottom:0;height:2px}.w-tabs.style_trendy.layout_ver.navpos_left>.w-tabs-list:before{border-width:0 1px 0 0}.w-tabs.style_trendy.layout_ver.navpos_left>.w-tabs-list .w-tabs-list-bar{top:0;right:0;width:2px}.w-tabs.style_trendy.layout_ver.navpos_left>.w-tabs-list .w-tabs-item{padding-left:0}.w-tabs.style_trendy.layout_ver.navpos_right>.w-tabs-list .w-tabs-item{padding-right:0}.w-tabs.style_trendy.layout_ver.navpos_right>.w-tabs-list:before{border-width:0 0 0 1px}.w-tabs.style_trendy.layout_ver.navpos_right>.w-tabs-list .w-tabs-list-bar{top:0;left:0;width:2px}.w-tabs.style_trendy>.w-tabs-list .w-tabs-item:not(.active):focus,.no-touch .w-tabs.style_trendy>.w-tabs-list .w-tabs-item:not(.active):hover{color:inherit;opacity:1}.w-tabs.style_trendy>.w-tabs-list .w-tabs-item.active{color:var(--color-content-primary);opacity:1}.w-tabs.style_timeline>.w-tabs-list .w-tabs-list-h,.w-tabs.style_timeline2>.w-tabs-list .w-tabs-list-h{position:relative;border-color:inherit}.w-tabs.style_timeline>.w-tabs-list:not(.align_justify) .w-tabs-list-h,.w-tabs.style_timeline2>.w-tabs-list:not(.align_justify) .w-tabs-list-h{display:inline-flex;vertical-align:top}.w-tabs.style_timeline>.w-tabs-list .w-tabs-list-h:before,.w-tabs.style_timeline2>.w-tabs-list .w-tabs-list-h:before{content:'';position:absolute;top:50%;left:1px;right:1px;height:1px;border-color:inherit}.w-tabs.style_timeline>.w-tabs-list .w-tabs-list-h:before{margin-top:-1px;border-top-width:2px; border-top-style:solid}.w-tabs.style_timeline2>.w-tabs-list .w-tabs-list-h:before{border-top-width:1px; border-top-style:dashed}.w-tabs.style_timeline>.w-tabs-list .w-tabs-item,.w-tabs.style_timeline2>.w-tabs-list .w-tabs-item,.w-tabs.style_timeline .w-tabs-section-header,.w-tabs.style_timeline2 .w-tabs-section-header{flex:0;justify-content:center;text-align:center;line-height:5.5rem;height:5.5rem;width:5.5rem;min-width:5.5rem;padding:0;position:relative;overflow:hidden;z-index:1;white-space:nowrap;border-radius:50%;transition:background .2s,box-shadow .2s,color .2s}.w-tabs.style_timeline>.w-tabs-list .w-tabs-item:not(:last-child),.w-tabs.style_timeline2>.w-tabs-list .w-tabs-item:not(:last-child){margin-inline-end:2.5em}.w-tabs.style_timeline>.w-tabs-list .w-tabs-item.with_icon .w-tabs-item-title,.w-tabs.style_timeline2>.w-tabs-list .w-tabs-item.with_icon .w-tabs-item-title{display:none}.w-tabs.style_timeline .w-tabs-item,.w-tabs.style_timeline .w-tabs-section-header{background:var(--color-content-bg-grad);color:var(--color-content-text);box-shadow:inset 0 0 0 2px var(--color-content-primary)}.w-tabs.style_timeline2 .w-tabs-item,.w-tabs.style_timeline2 .w-tabs-section-header{background:var(--color-content-bg-alt-grad);color:var(--color-content-text)}.w-tabs.style_timeline .w-tabs-item.active,.w-tabs.style_timeline2 .w-tabs-item.active,.w-tabs.style_timeline .active .w-tabs-section-header,.w-tabs.style_timeline2 .active .w-tabs-section-header,.no-touch .w-tabs.style_timeline .w-tabs-item:hover,.no-touch .w-tabs.style_timeline2 .w-tabs-item:hover{box-shadow:none;background:var(--color-content-primary-grad);color:#fff}.w-tabs.style_timeline.accordion,.w-tabs.style_timeline2.accordion{position:relative}.w-tabs.style_timeline.accordion:before,.w-tabs.style_timeline2.accordion:before{content:'';position:absolute;top:0;left:50%;height:100%;width:1px;border-color:var(--color-content-border)}.w-tabs.style_timeline.accordion:before{border-left-width:2px;border-left-style:solid}.w-tabs.style_timeline2.accordion:before{border-left-width:1px;border-left-style:dashed}.w-tabs.style_timeline.accordion>div>.w-tabs-section,.w-tabs.style_timeline2.accordion>div>.w-tabs-section{border-width:0}.w-tabs.style_timeline.accordion .w-tabs-section-header,.w-tabs.style_timeline2.accordion .w-tabs-section-header{margin:0 auto}.w-tabs.style_timeline .w-tabs-section:not(:first-of-type) .w-tabs-section-header,.w-tabs.style_timeline2 .w-tabs-section:not(:first-of-type) .w-tabs-section-header{margin-top:1rem}.w-tabs.style_timeline .w-tabs-section-title,.w-tabs.style_timeline2 .w-tabs-section-title{margin:0!important}.w-tabs.style_timeline .w-tabs-section-control,.w-tabs.style_timeline2 .w-tabs-section-control,.w-tabs.style_timeline .w-tabs-section-header.with_icon .w-tabs-section-title,.w-tabs.style_timeline2 .w-tabs-section-header.with_icon .w-tabs-section-title{display:none}.w-tabs.style_timeline.accordion .w-tabs-section-content,.w-tabs.style_timeline2.accordion .w-tabs-section-content{padding:3.25rem 1.5rem 1.5rem;margin-top:-2.75rem;border-radius:.3rem;box-shadow:var(--box-shadow);background:var(--color-content-bg-grad);color:var(--color-content-text)}.w-tabs.layout_hor.measure>.w-tabs-list{width:100%!important}.w-tabs.layout_hor.measure>div>.w-tabs-list-h{display:block!important;overflow:hidden}.w-tabs.layout_hor.measure>div>div>.w-tabs-item{float:left!important;width:auto!important}.w-tabs.has_text_color>.w-tabs-list:before{border-color:currentColor;opacity:.17}.l-section.color_primary .w-tabs-list,.l-section.color_primary .w-tabs-section,.l-section.color_secondary .w-tabs-list,.l-section.color_secondary .w-tabs-section{border-color:rgba(255,255,255,0.33)}.l-section.color_primary .w-tabs.style_trendy>.w-tabs-list,.l-section.color_secondary .w-tabs.style_trendy>.w-tabs-list{box-shadow:0 -1px 0 rgba(255,255,255,0.33) inset}.l-section.color_primary .w-tabs.style_default>.w-tabs-list,.l-section.color_secondary .w-tabs.style_default>.w-tabs-list{background:rgba(255,255,255,0.15);color:inherit}.color_alternate .w-tabs.style_default>.w-tabs-list a.w-tabs-item,.color_alternate .w-tabs.style_trendy>.w-tabs-list a.w-tabs-item{color:inherit}.color_alternate .w-tabs-list,.color_alternate .w-tabs-section{border-color:var(--color-alt-content-border)}.color_alternate .w-tabs.style_default>.w-tabs-list{background:var(--color-alt-content-bg-alt-grad);color:var(--color-alt-content-text)}.color_alternate .w-tabs.style_default>.w-tabs-list .w-tabs-item.active{background:var(--color-alt-content-bg-grad);color:var(--color-alt-content-primary)}.color_alternate .w-tabs-section.active:not(.has_text_color) .w-tabs-section-header,.color_alternate .w-tabs.style_trendy>.w-tabs-list .w-tabs-item:focus,.color_alternate .w-tabs.style_trendy>.w-tabs-list .w-tabs-item.active,.no-touch .color_alternate .w-tabs.style_trendy>.w-tabs-list .w-tabs-item:hover{color:var(--color-alt-content-primary)}.color_alternate .w-tabs-list-bar,.color_alternate .w-tabs.style_modern>.w-tabs-list{background:var(--color-alt-content-primary-grad)}.color_alternate .w-tabs.style_modern>.w-tabs-list .w-tabs-item:after{background:var(--color-alt-content-bg-grad)}.color_alternate .w-tabs.style_timeline .w-tabs-item,.color_alternate .w-tabs.style_timeline .w-tabs-section-header{background:var(--color-alt-content-bg-grad);color:var(--color-alt-content-text);box-shadow:inset 0 0 0 2px var(--color-alt-content-primary)}.color_alternate .w-tabs.style_timeline2 .w-tabs-item,.color_alternate .w-tabs.style_timeline2 .w-tabs-section-header{background:var(--color-alt-content-bg-alt-grad);color:var(--color-alt-content-text)}.color_alternate .w-tabs.style_timeline .w-tabs-item.active,.color_alternate .w-tabs.style_timeline2 .w-tabs-item.active,.color_alternate .w-tabs.style_timeline .active .w-tabs-section-header,.color_alternate .w-tabs.style_timeline2 .active .w-tabs-section-header,.no-touch .color_alternate .w-tabs.style_timeline .w-tabs-item:hover,.no-touch .color_alternate .w-tabs.style_timeline2 .w-tabs-item:hover{box-shadow:none;background:var(--color-alt-content-primary-grad);color:#fff}.color_footer-top .w-tabs-section{border-color:var(--color-subfooter-border)}.color_footer-bottom .w-tabs-section{border-color:var(--color-footer-border)}.rounded_none .w-tabs.layout_ver>.w-tabs-list .w-tabs-list-h,.rounded_none .w-tabs.style_simple3>.w-tabs-list .w-tabs-item,.rounded_none .w-tabs.style_radio2.layout_ver>.w-tabs-list .w-tabs-item,.rounded_none .w-tabs.style_radio3.layout_ver>.w-tabs-list .w-tabs-item,.rounded_none .w-tabs-section-control:before,.rounded_none .w-tabs-section-control:after,.rounded_none .w-tabs-section-content{border-radius:0!important}.w-vwrapper{display:flex;flex-direction:column}.w-vwrapper.align_center{align-items:center}.rtl .w-vwrapper.align_right,body:not(.rtl) .w-vwrapper.align_left{align-items:flex-start}.rtl .w-vwrapper.align_left,body:not(.rtl) .w-vwrapper.align_right{align-items:flex-end}.w-vwrapper.valign_middle{justify-content:center}.w-vwrapper.valign_bottom{justify-content:flex-end}.w-vwrapper.valign_justify{justify-content:space-between}.w-vwrapper>*:not(:last-child){margin-bottom:var(--vwrapper-gap,0.7rem)}.w-vwrapper>.align_justify{width:100%}.w-vwrapper.has-link{position:relative}.w-vwrapper-link{position:absolute;top:0;left:0;right:0;bottom:0;margin:0!important;z-index:10}.widget{margin-bottom:2rem}h3.widgettitle{margin-bottom:1rem}.l-main .widget{margin-bottom:3rem}.w-nav .widget{margin:0;padding:20px}.widget:last-child{margin-bottom:0!important}.widget:not(.widget_text) ul{list-style-type:none;margin-left:0;margin-right:0}.widget_rss ul li,.widget_meta ul li,.widget_pages ul li,.widget_archive ul li,.widget_categories ul li,.widget_recent_entries ul li,.widget_recent_comments ul li,.l-footer .widget_nav_menu ul li{line-height:1.4}.widget_recent_entries ul li span{display:block;font-size:0.9em;opacity:0.5}.l-main .widget_tag_cloud a{color:var(--color-content-faded)}.widget_rss .widgettitle a:first-child{display:none}.widget_rss ul li span{display:block;opacity:0.5}.widget_rss ul li cite{font-size:0.9em;font-style:normal;opacity:0.5}.widget_rss ul li div{display:block;font-size:0.9em}.widget_calendar #calendar_wrap{padding:1rem;box-shadow:var(--box-shadow)}#wp-calendar caption{font-weight:bold;padding:0.5rem 1rem 1rem}#wp-calendar thead th,#wp-calendar tbody td{padding:0;border:none;text-align:center;line-height:2rem}#wp-calendar thead th{font-size:0.7rem;font-weight:normal;opacity:0.5}#wp-calendar tbody td a{display:block;font-weight:bold}#wp-calendar tbody td#today{font-weight:bold}.wp-calendar-nav-prev{text-align:left;padding-left:0.7rem}.wp-calendar-nav-next{text-align:right;padding-right:0.7rem}.widget_us_blog .w-grid-item-elm.post_title{font-size:inherit}.widget_nav_menu .menu-item i{width:1.3em}.l-main .widget_nav_menu .menu{border-width:0 0 1px;border-style:solid;border-color:var(--color-content-border)}.l-main .widget_nav_menu ul,.l-main .widget_nav_menu ul li{margin:0}.l-main .widget_nav_menu .menu-item a{display:block;position:relative;padding:0.6em 1.2em;border-width:1px 0 0!important;border-style:solid;border-color:var(--color-content-border);color:inherit}.no-touch .l-main .widget_nav_menu a:hover{background:var(--color-content-bg-alt-grad)}.l-main .widget_nav_menu .menu-item.current-menu-item>a{border-color:transparent;background:var(--color-content-primary-grad);color:#fff}.l-main .color_primary .widget_nav_menu .menu-item.current-menu-item>a{background:none}.l-main .widget_nav_menu .current-menu-item + .menu-item>a{border-color:transparent}.l-main .widget_nav_menu .sub-menu>.menu-item a{padding-left:2.4em}.l-main .widget_nav_menu .sub-menu .sub-menu>.menu-item a{padding-left:3.6em}@media screen and (max-width:600px){.widget_us_portfolio .w-grid.type_grid{--columns:3!important}.l-main .widget{margin-bottom:2rem}}.l-body .tablepress{--text-color:inherit;--padding:.6rem 1rem;--border-color:var(--color-content-border);--head-bg-color:transparent;--head-active-bg-color:transparent;--head-active-text-color:var(--color-content-primary);--odd-bg-color:rgba(0,0,0,0.04);--odd-text-color:inherit;--even-bg-color:transparent;--even-text-color:inherit;--hover-bg-color:var(--border-color)}.l-body .color_primary .tablepress,.l-body .color_secondary .tablepress{--border-color:rgba(255,255,255,.2)}.l-body .color_alternate .tablepress{--border-color:var(--color-alt-content-border)}.l-body .color_footer-bottom .tablepress{--border-color:var(--color-footer-border)}.l-body .color_footer-top .tablepress{--border-color:var(--color-subfooter-border)}.tablepress thead th{line-height:1.4}.dt-container .dt-length{display:flex;align-items:center;flex-wrap:wrap;gap:5px;justify-content:center}.dt-container input.dt-input[type=search],.dt-container select.dt-input{line-height:2em;min-height:2em;height:2em;padding:0 .5em}.dt-container .dt-paging .dt-paging-button.current{font-weight:bold}.dt-container .dt-paging .dt-paging-button.current,.dt-container .dt-paging .dt-paging-button:hover{border-color:currentColor}@media screen and (min-width:1025px){.tablepress thead .dt-orderable-asc .dt-column-order,.tablepress thead .dt-orderable-desc .dt-column-order,.tablepress thead .dt-ordering-asc .dt-column-order,.tablepress thead .dt-ordering-desc .dt-column-order{display:inline-block;vertical-align:middle;position:relative;left:auto;right:auto;margin:0 .4rem;color:inherit}}:root{--color-header-middle-bg:#ffffff;--color-header-middle-bg-grad:#ffffff;--color-header-middle-text:#444444;--color-header-middle-text-hover:#c8d100;--color-header-transparent-bg:transparent;--color-header-transparent-bg-grad:transparent;--color-chrome-toolbar:#f1f1f1;--color-header-top-bg:#00847e;--color-header-top-bg-grad:#00847e;--color-header-top-text:#ffffff;--color-header-top-text-hover:rgba(255,255,255,0.8);--color-header-top-transparent-bg:rgba(0,0,0,0.2);--color-header-top-transparent-bg-grad:rgba(0,0,0,0.2);--color-header-top-transparent-text:rgba(255,255,255,0.66);--color-header-top-transparent-text-hover:#fff;--color-content-bg:#ffffff;--color-content-bg-grad:#ffffff;--color-content-bg-alt:#f5f5f5;--color-content-bg-alt-grad:#f5f5f5;--color-content-border:rgba(68,68,68,0.5);--color-content-heading:#444444;--color-content-heading-grad:#444444;--color-content-text:#444444;--color-content-link:#00847e;--color-content-link-hover:#c8d100;--color-content-primary:#c8d100;--color-content-primary-grad:#c8d100;--color-content-secondary:#c8d100;--color-content-secondary-grad:#c8d100;--color-content-faded:#999999;--color-content-overlay:rgba(0,0,0,0.75);--color-content-overlay-grad:rgba(0,0,0,0.75);--color-alt-content-bg:#f5f5f5;--color-alt-content-bg-grad:#f5f5f5;--color-alt-content-bg-alt:#ffffff;--color-alt-content-bg-alt-grad:#ffffff;--color-alt-content-border:#444444;--color-alt-content-heading:#444444;--color-alt-content-heading-grad:#444444;--color-alt-content-text:#444444;--color-alt-content-link:#00847e;--color-alt-content-link-hover:#c8d100;--color-alt-content-faded:#999999;--color-alt-content-overlay:#e95095;--color-alt-content-overlay-grad:linear-gradient(135deg,#e95095,rgba(233,80,149,0.75));--color-footer-bg:#00847e;--color-footer-bg-grad:#00847e;--color-footer-bg-alt:#00847e;--color-footer-bg-alt-grad:#00847e;--color-footer-heading:#ccc;--color-footer-heading-grad:#ccc;--color-footer-text:#ffffff;--color-footer-link:#ffffff;--color-footer-link-hover:rgba(255,255,255,0.8);--color-subfooter-heading:#cccccc;--color-subfooter-heading-grad:#cccccc;--color-content-primary-faded:rgba(200,209,0,0.15);--box-shadow:0 5px 15px rgba(0,0,0,.15);--box-shadow-up:0 -5px 15px rgba(0,0,0,.15);--site-canvas-width:1240px;--site-content-width:1280px;--text-block-margin-bottom:0rem}@font-face{font-display:swap;font-style:normal;font-family:"Garrison Condensed";font-weight:400;src:url(//www.kljb-straubing-bogen.de/wp-content/uploads/2020/01/GNEC____-1.woff2) format("woff2"),url(//www.kljb-straubing-bogen.de/wp-content/uploads/2020/01/GNEC____.woff) format("woff")}@font-face{font-display:swap;font-style:normal;font-family:"Garrison Condensed Bold";font-weight:400;src:url(//www.kljb-straubing-bogen.de/wp-content/uploads/2020/01/GNEBC___-1.woff2) format("woff2"),url(//www.kljb-straubing-bogen.de/wp-content/uploads/2020/01/GNEBC___.woff) format("woff")}@font-face{font-display:swap;font-style:normal;font-family:"Garrison Condensed Extended";font-weight:400;src:url(//www.kljb-straubing-bogen.de/wp-content/uploads/2020/01/GNEB____.woff) format("woff"),url(//www.kljb-straubing-bogen.de/wp-content/uploads/2020/01/GNEB____-1.woff2) format("woff2")}@font-face{font-display:swap;font-style:normal;font-family:"Dax Pro";font-weight:400;src:url(//www.kljb-straubing-bogen.de/wp-content/uploads/2020/01/DaxPro-Regular-1.woff2) format("woff2"),url(//www.kljb-straubing-bogen.de/wp-content/uploads/2020/01/DaxPro-Bold.woff) format("woff"),url(//www.kljb-straubing-bogen.de/wp-content/uploads/2020/01/DaxPro-Regular.woff) format("woff"),url(//www.kljb-straubing-bogen.de/wp-content/uploads/2020/01/DaxPro-Bold-1.woff2) format("woff2")}:root{--font-family:"Dax Pro";--font-size:17px;--line-height:29px;--font-weight:400;--bold-font-weight:700;--h1-font-family:"Garrison Condensed Bold";--h1-font-size:2.5rem;--h1-line-height:1.4;--h1-font-weight:600;--h1-bold-font-weight:700;--h1-text-transform:uppercase;--h1-font-style:normal;--h1-letter-spacing:-0.01em;--h1-margin-bottom:1.5rem;--h2-font-family:var(--h1-font-family);--h2-font-size:2rem;--h2-line-height:1.4;--h2-font-weight:400;--h2-bold-font-weight:var(--h1-bold-font-weight);--h2-text-transform:var(--h1-text-transform);--h2-font-style:var(--h1-font-style);--h2-letter-spacing:-0.01em;--h2-margin-bottom:0.3rem;--h3-font-family:var(--h1-font-family);--h3-font-size:1.5rem;--h3-line-height:1.4;--h3-font-weight:400;--h3-bold-font-weight:var(--h1-bold-font-weight);--h3-text-transform:var(--h1-text-transform);--h3-font-style:var(--h1-font-style);--h3-letter-spacing:-0.02em;--h3-margin-bottom:0.3rem;--h4-font-family:var(--h1-font-family);--h4-font-size:1.3rem;--h4-line-height:1.4;--h4-font-weight:700;--h4-bold-font-weight:var(--h1-bold-font-weight);--h4-text-transform:var(--h1-text-transform);--h4-font-style:var(--h1-font-style);--h4-letter-spacing:0.01em;--h4-margin-bottom:0.5rem;--h5-font-family:var(--h1-font-family);--h5-font-size:1.40rem;--h5-line-height:1.4;--h5-font-weight:400;--h5-bold-font-weight:var(--h1-bold-font-weight);--h5-text-transform:none;--h5-font-style:var(--h1-font-style);--h5-letter-spacing:-0.02em;--h5-margin-bottom:0.5rem;--h6-font-family:var(--h1-font-family);--h6-font-size:1.20rem;--h6-line-height:1.4;--h6-font-weight:700;--h6-bold-font-weight:var(--h1-bold-font-weight);--h6-text-transform:var(--h1-text-transform);--h6-font-style:var(--h1-font-style);--h6-letter-spacing:0.01em;--h6-margin-bottom:1.5rem}@media (max-width:500px){:root{--font-size:16px;--line-height:26px;--h1-font-size:2rem;--h2-font-size:1.7rem}}h1{font-family:var(--h1-font-family,inherit);font-weight:var(--h1-font-weight,inherit);font-size:var(--h1-font-size,inherit);font-style:var(--h1-font-style,inherit);line-height:var(--h1-line-height,1.4);letter-spacing:var(--h1-letter-spacing,inherit);text-transform:var(--h1-text-transform,inherit);margin-bottom:var(--h1-margin-bottom,1.5rem)}h1>strong{font-weight:var(--h1-bold-font-weight,bold)}h2{font-family:var(--h2-font-family,inherit);font-weight:var(--h2-font-weight,inherit);font-size:var(--h2-font-size,inherit);font-style:var(--h2-font-style,inherit);line-height:var(--h2-line-height,1.4);letter-spacing:var(--h2-letter-spacing,inherit);text-transform:var(--h2-text-transform,inherit);margin-bottom:var(--h2-margin-bottom,1.5rem)}h2>strong{font-weight:var(--h2-bold-font-weight,bold)}h3{font-family:var(--h3-font-family,inherit);font-weight:var(--h3-font-weight,inherit);font-size:var(--h3-font-size,inherit);font-style:var(--h3-font-style,inherit);line-height:var(--h3-line-height,1.4);letter-spacing:var(--h3-letter-spacing,inherit);text-transform:var(--h3-text-transform,inherit);margin-bottom:var(--h3-margin-bottom,1.5rem)}h3>strong{font-weight:var(--h3-bold-font-weight,bold)}h4{font-family:var(--h4-font-family,inherit);font-weight:var(--h4-font-weight,inherit);font-size:var(--h4-font-size,inherit);font-style:var(--h4-font-style,inherit);line-height:var(--h4-line-height,1.4);letter-spacing:var(--h4-letter-spacing,inherit);text-transform:var(--h4-text-transform,inherit);margin-bottom:var(--h4-margin-bottom,1.5rem)}h4>strong{font-weight:var(--h4-bold-font-weight,bold)}h5{font-family:var(--h5-font-family,inherit);font-weight:var(--h5-font-weight,inherit);font-size:var(--h5-font-size,inherit);font-style:var(--h5-font-style,inherit);line-height:var(--h5-line-height,1.4);letter-spacing:var(--h5-letter-spacing,inherit);text-transform:var(--h5-text-transform,inherit);margin-bottom:var(--h5-margin-bottom,1.5rem)}h5>strong{font-weight:var(--h5-bold-font-weight,bold)}h6{font-family:var(--h6-font-family,inherit);font-weight:var(--h6-font-weight,inherit);font-size:var(--h6-font-size,inherit);font-style:var(--h6-font-style,inherit);line-height:var(--h6-line-height,1.4);letter-spacing:var(--h6-letter-spacing,inherit);text-transform:var(--h6-text-transform,inherit);margin-bottom:var(--h6-margin-bottom,1.5rem)}h6>strong{font-weight:var(--h6-bold-font-weight,bold)}body{background:#eeeeee}@media (max-width:1365px){.l-main .aligncenter{max-width:calc(100vw - 5rem)}}@media (min-width:1281px){body.usb_preview .hide_on_default{opacity:0.25!important}.vc_hidden-lg,body:not(.usb_preview) .hide_on_default{display:none!important}.default_align_left{text-align:left;justify-content:flex-start}.default_align_right{text-align:right;justify-content:flex-end}.default_align_center{text-align:center;justify-content:center}.w-hwrapper.default_align_center>*{margin-left:calc( var(--hwrapper-gap,1.2rem) / 2 );margin-right:calc( var(--hwrapper-gap,1.2rem) / 2 )}.default_align_justify{justify-content:space-between}.w-hwrapper>.default_align_justify,.default_align_justify>.w-btn{width:100%}}@media (min-width:1025px) and (max-width:1280px){body.usb_preview .hide_on_laptops{opacity:0.25!important}.vc_hidden-md,body:not(.usb_preview) .hide_on_laptops{display:none!important}.laptops_align_left{text-align:left;justify-content:flex-start}.laptops_align_right{text-align:right;justify-content:flex-end}.laptops_align_center{text-align:center;justify-content:center}.w-hwrapper.laptops_align_center>*{margin-left:calc( var(--hwrapper-gap,1.2rem) / 2 );margin-right:calc( var(--hwrapper-gap,1.2rem) / 2 )}.laptops_align_justify{justify-content:space-between}.w-hwrapper>.laptops_align_justify,.laptops_align_justify>.w-btn{width:100%}.g-cols.via_grid[style*="--laptops-columns-gap"]{gap:var(--laptops-columns-gap,3rem)}}@media (min-width:501px) and (max-width:1024px){body.usb_preview .hide_on_tablets{opacity:0.25!important}.vc_hidden-sm,body:not(.usb_preview) .hide_on_tablets{display:none!important}.tablets_align_left{text-align:left;justify-content:flex-start}.tablets_align_right{text-align:right;justify-content:flex-end}.tablets_align_center{text-align:center;justify-content:center}.w-hwrapper.tablets_align_center>*{margin-left:calc( var(--hwrapper-gap,1.2rem) / 2 );margin-right:calc( var(--hwrapper-gap,1.2rem) / 2 )}.tablets_align_justify{justify-content:space-between}.w-hwrapper>.tablets_align_justify,.tablets_align_justify>.w-btn{width:100%}.g-cols.via_grid[style*="--tablets-columns-gap"]{gap:var(--tablets-columns-gap,3rem)}}@media (max-width:500px){body.usb_preview .hide_on_mobiles{opacity:0.25!important}.vc_hidden-xs,body:not(.usb_preview) .hide_on_mobiles{display:none!important}.mobiles_align_left{text-align:left;justify-content:flex-start}.mobiles_align_right{text-align:right;justify-content:flex-end}.mobiles_align_center{text-align:center;justify-content:center}.w-hwrapper.mobiles_align_center>*{margin-left:calc( var(--hwrapper-gap,1.2rem) / 2 );margin-right:calc( var(--hwrapper-gap,1.2rem) / 2 )}.mobiles_align_justify{justify-content:space-between}.w-hwrapper>.mobiles_align_justify,.mobiles_align_justify>.w-btn{width:100%}.w-hwrapper.stack_on_mobiles{display:block}.w-hwrapper.stack_on_mobiles>:not(script){display:block;margin:0 0 var(--hwrapper-gap,1.2rem)}.w-hwrapper.stack_on_mobiles>:last-child{margin-bottom:0}.g-cols.via_grid[style*="--mobiles-columns-gap"]{gap:var(--mobiles-columns-gap,1.5rem)}}@media (max-width:500px){.g-cols.type_default>div[class*="vc_col-xs-"]{margin-top:1rem;margin-bottom:1rem}.g-cols>div:not([class*="vc_col-xs-"]){width:100%;margin:0 0 1.5rem}.g-cols.reversed>div:last-of-type{order:-1}.g-cols.type_boxes>div,.g-cols.reversed>div:first-child,.g-cols:not(.reversed)>div:last-child,.g-cols>div.has_bg_color{margin-bottom:0}.vc_col-xs-1{width:8.3333%}.vc_col-xs-2{width:16.6666%}.vc_col-xs-1\/5{width:20%}.vc_col-xs-3{width:25%}.vc_col-xs-4{width:33.3333%}.vc_col-xs-2\/5{width:40%}.vc_col-xs-5{width:41.6666%}.vc_col-xs-6{width:50%}.vc_col-xs-7{width:58.3333%}.vc_col-xs-3\/5{width:60%}.vc_col-xs-8{width:66.6666%}.vc_col-xs-9{width:75%}.vc_col-xs-4\/5{width:80%}.vc_col-xs-10{width:83.3333%}.vc_col-xs-11{width:91.6666%}.vc_col-xs-12{width:100%}.vc_col-xs-offset-0{margin-left:0}.vc_col-xs-offset-1{margin-left:8.3333%}.vc_col-xs-offset-2{margin-left:16.6666%}.vc_col-xs-offset-1\/5{margin-left:20%}.vc_col-xs-offset-3{margin-left:25%}.vc_col-xs-offset-4{margin-left:33.3333%}.vc_col-xs-offset-2\/5{margin-left:40%}.vc_col-xs-offset-5{margin-left:41.6666%}.vc_col-xs-offset-6{margin-left:50%}.vc_col-xs-offset-7{margin-left:58.3333%}.vc_col-xs-offset-3\/5{margin-left:60%}.vc_col-xs-offset-8{margin-left:66.6666%}.vc_col-xs-offset-9{margin-left:75%}.vc_col-xs-offset-4\/5{margin-left:80%}.vc_col-xs-offset-10{margin-left:83.3333%}.vc_col-xs-offset-11{margin-left:91.6666%}.vc_col-xs-offset-12{margin-left:100%}}@media (min-width:501px){.vc_col-sm-1{width:8.3333%}.vc_col-sm-2{width:16.6666%}.vc_col-sm-1\/5{width:20%}.vc_col-sm-3{width:25%}.vc_col-sm-4{width:33.3333%}.vc_col-sm-2\/5{width:40%}.vc_col-sm-5{width:41.6666%}.vc_col-sm-6{width:50%}.vc_col-sm-7{width:58.3333%}.vc_col-sm-3\/5{width:60%}.vc_col-sm-8{width:66.6666%}.vc_col-sm-9{width:75%}.vc_col-sm-4\/5{width:80%}.vc_col-sm-10{width:83.3333%}.vc_col-sm-11{width:91.6666%}.vc_col-sm-12{width:100%}.vc_col-sm-offset-0{margin-left:0}.vc_col-sm-offset-1{margin-left:8.3333%}.vc_col-sm-offset-2{margin-left:16.6666%}.vc_col-sm-offset-1\/5{margin-left:20%}.vc_col-sm-offset-3{margin-left:25%}.vc_col-sm-offset-4{margin-left:33.3333%}.vc_col-sm-offset-2\/5{margin-left:40%}.vc_col-sm-offset-5{margin-left:41.6666%}.vc_col-sm-offset-6{margin-left:50%}.vc_col-sm-offset-7{margin-left:58.3333%}.vc_col-sm-offset-3\/5{margin-left:60%}.vc_col-sm-offset-8{margin-left:66.6666%}.vc_col-sm-offset-9{margin-left:75%}.vc_col-sm-offset-4\/5{margin-left:80%}.vc_col-sm-offset-10{margin-left:83.3333%}.vc_col-sm-offset-11{margin-left:91.6666%}.vc_col-sm-offset-12{margin-left:100%}}@media (min-width:1025px){.vc_col-md-1{width:8.3333%}.vc_col-md-2{width:16.6666%}.vc_col-md-1\/5{width:20%}.vc_col-md-3{width:25%}.vc_col-md-4{width:33.3333%}.vc_col-md-2\/5{width:40%}.vc_col-md-5{width:41.6666%}.vc_col-md-6{width:50%}.vc_col-md-7{width:58.3333%}.vc_col-md-3\/5{width:60%}.vc_col-md-8{width:66.6666%}.vc_col-md-9{width:75%}.vc_col-md-4\/5{width:80%}.vc_col-md-10{width:83.3333%}.vc_col-md-11{width:91.6666%}.vc_col-md-12{width:100%}.vc_col-md-offset-0{margin-left:0}.vc_col-md-offset-1{margin-left:8.3333%}.vc_col-md-offset-2{margin-left:16.6666%}.vc_col-md-offset-1\/5{margin-left:20%}.vc_col-md-offset-3{margin-left:25%}.vc_col-md-offset-4{margin-left:33.3333%}.vc_col-md-offset-2\/5{margin-left:40%}.vc_col-md-offset-5{margin-left:41.6666%}.vc_col-md-offset-6{margin-left:50%}.vc_col-md-offset-7{margin-left:58.3333%}.vc_col-md-offset-3\/5{margin-left:60%}.vc_col-md-offset-8{margin-left:66.6666%}.vc_col-md-offset-9{margin-left:75%}.vc_col-md-offset-4\/5{margin-left:80%}.vc_col-md-offset-10{margin-left:83.3333%}.vc_col-md-offset-11{margin-left:91.6666%}.vc_col-md-offset-12{margin-left:100%}}@media (min-width:1281px){.vc_col-lg-1{width:8.3333%}.vc_col-lg-2{width:16.6666%}.vc_col-lg-1\/5{width:20%}.vc_col-lg-3{width:25%}.vc_col-lg-4{width:33.3333%}.vc_col-lg-2\/5{width:40%}.vc_col-lg-5{width:41.6666%}.vc_col-lg-6{width:50%}.vc_col-lg-7{width:58.3333%}.vc_col-lg-3\/5{width:60%}.vc_col-lg-8{width:66.6666%}.vc_col-lg-9{width:75%}.vc_col-lg-4\/5{width:80%}.vc_col-lg-10{width:83.3333%}.vc_col-lg-11{width:91.6666%}.vc_col-lg-12{width:100%}.vc_col-lg-offset-0{margin-left:0}.vc_col-lg-offset-1{margin-left:8.3333%}.vc_col-lg-offset-2{margin-left:16.6666%}.vc_col-lg-offset-1\/5{margin-left:20%}.vc_col-lg-offset-3{margin-left:25%}.vc_col-lg-offset-4{margin-left:33.3333%}.vc_col-lg-offset-2\/5{margin-left:40%}.vc_col-lg-offset-5{margin-left:41.6666%}.vc_col-lg-offset-6{margin-left:50%}.vc_col-lg-offset-7{margin-left:58.3333%}.vc_col-lg-offset-3\/5{margin-left:60%}.vc_col-lg-offset-8{margin-left:66.6666%}.vc_col-lg-offset-9{margin-left:75%}.vc_col-lg-offset-4\/5{margin-left:80%}.vc_col-lg-offset-10{margin-left:83.3333%}.vc_col-lg-offset-11{margin-left:91.6666%}.vc_col-lg-offset-12{margin-left:100%}}@media (min-width:501px) and (max-width:1024px){.g-cols.via_flex.type_default>div[class*="vc_col-md-"],.g-cols.via_flex.type_default>div[class*="vc_col-lg-"]{margin-top:1rem;margin-bottom:1rem}}@media (min-width:1025px) and (max-width:1280px){.g-cols.via_flex.type_default>div[class*="vc_col-lg-"]{margin-top:1rem;margin-bottom:1rem}}@media (max-width:899px){.l-canvas{overflow:hidden}.g-cols.stacking_default.reversed>div:last-of-type{order:-1}.g-cols.stacking_default.via_flex>div:not([class*="vc_col-xs"]){width:100%;margin:0 0 1.5rem}.g-cols.stacking_default.via_grid.mobiles-cols_1{grid-template-columns:100%}.g-cols.stacking_default.via_flex.type_boxes>div,.g-cols.stacking_default.via_flex.reversed>div:first-child,.g-cols.stacking_default.via_flex:not(.reversed)>div:last-child,.g-cols.stacking_default.via_flex>div.has_bg_color{margin-bottom:0}.g-cols.stacking_default.via_flex.type_default>.wpb_column.stretched{margin-left:-1rem;margin-right:-1rem}.g-cols.stacking_default.via_grid.mobiles-cols_1>.wpb_column.stretched,.g-cols.stacking_default.via_flex.type_boxes>.wpb_column.stretched{margin-left:-2.5rem;margin-right:-2.5rem;width:auto}.vc_column-inner.type_sticky>.wpb_wrapper,.vc_column_container.type_sticky>.vc_column-inner{top:0!important}}@media (min-width:900px){body:not(.rtl) .l-section.for_sidebar.at_left>div>.l-sidebar,.rtl .l-section.for_sidebar.at_right>div>.l-sidebar{order:-1}.vc_column_container.type_sticky>.vc_column-inner,.vc_column-inner.type_sticky>.wpb_wrapper{position:-webkit-sticky;position:sticky}.l-section.type_sticky{position:-webkit-sticky;position:sticky;top:0;z-index:11;transition:top 0.3s cubic-bezier(.78,.13,.15,.86) 0.1s}.header_hor .l-header.post_fixed.sticky_auto_hide{z-index:12}.admin-bar .l-section.type_sticky{top:32px}.l-section.type_sticky>.l-section-h{transition:padding-top 0.3s}.header_hor .l-header.pos_fixed:not(.down)~.l-main .l-section.type_sticky:not(:first-of-type){top:var(--header-sticky-height)}.admin-bar.header_hor .l-header.pos_fixed:not(.down)~.l-main .l-section.type_sticky:not(:first-of-type){top:calc( var(--header-sticky-height) + 32px )}.header_hor .l-header.pos_fixed.sticky:not(.down)~.l-main .l-section.type_sticky:first-of-type>.l-section-h{padding-top:var(--header-sticky-height)}.header_hor.headerinpos_bottom .l-header.pos_fixed.sticky:not(.down)~.l-main .l-section.type_sticky:first-of-type>.l-section-h{padding-bottom:var(--header-sticky-height)!important}}@media screen and (min-width:1365px){.g-cols.via_flex.type_default>.wpb_column.stretched:first-of-type{margin-left:min( calc( var(--site-content-width) / 2 + 0px / 2 + 1.5rem - 50vw),-1rem )}.g-cols.via_flex.type_default>.wpb_column.stretched:last-of-type{margin-right:min( calc( var(--site-content-width) / 2 + 0px / 2 + 1.5rem - 50vw),-1rem )}.l-main .alignfull, .w-separator.width_screen,.g-cols.via_grid>.wpb_column.stretched:first-of-type,.g-cols.via_flex.type_boxes>.wpb_column.stretched:first-of-type{margin-left:min( calc( var(--site-content-width) / 2 + 0px / 2 - 50vw ),-2.5rem )}.l-main .alignfull, .w-separator.width_screen,.g-cols.via_grid>.wpb_column.stretched:last-of-type,.g-cols.via_flex.type_boxes>.wpb_column.stretched:last-of-type{margin-right:min( calc( var(--site-content-width) / 2 + 0px / 2 - 50vw ),-2.5rem )}}@media (max-width:500px){.w-form-row.for_submit[style*=btn-size-mobiles] .w-btn{font-size:var(--btn-size-mobiles)!important}}a,button,input[type=submit],.ui-slider-handle{outline:none!important}.w-toplink,.w-header-show{background:rgba(0,0,0,0.3)}.no-touch .w-toplink.active:hover,.no-touch .w-header-show:hover{background:var(--color-content-primary-grad)}button[type=submit]:not(.w-btn),input[type=submit]:not(.w-btn),.us-nav-style_1>*,.navstyle_1>.owl-nav button,.us-btn-style_1{font-family:var(--h1-font-family);font-size:1.20rem;line-height:1.1!important;font-weight:700;font-style:normal;text-transform:uppercase;letter-spacing:0.01em;border-radius:0em;padding:0.7em 1.1em;background:#c8d100;border-color:transparent;color:#00847e!important;box-shadow:0 0em 0em 0 rgba(0,0,0,0.2)}button[type=submit]:not(.w-btn):before,input[type=submit]:not(.w-btn),.us-nav-style_1>*:before,.navstyle_1>.owl-nav button:before,.us-btn-style_1:before{border-width:0px}.no-touch button[type=submit]:not(.w-btn):hover,.no-touch input[type=submit]:not(.w-btn):hover,.us-nav-style_1>span.current,.no-touch .us-nav-style_1>a:hover,.no-touch .navstyle_1>.owl-nav button:hover,.no-touch .us-btn-style_1:hover{box-shadow:0 0em 0em 0 rgba(0,0,0,0.2);background:#00847e;border-color:transparent;color:#c8d100!important}.us-nav-style_1>*{min-width:calc(1.1em + 2 * 0.7em)}.us-nav-style_2>*,.navstyle_2>.owl-nav button,.us-btn-style_2{font-size:16px;line-height:1.2!important;font-weight:600;font-style:normal;text-transform:uppercase;letter-spacing:0em;border-radius:0.3em;padding:0.8em 1.8em;background:#e8e8e8;border-color:transparent;color:#333333!important;box-shadow:0 0em 0em 0 rgba(0,0,0,0.2)}.us-nav-style_2>*:before,.navstyle_2>.owl-nav button:before,.us-btn-style_2:before{border-width:2px}.us-nav-style_2>span.current,.no-touch .us-nav-style_2>a:hover,.no-touch .navstyle_2>.owl-nav button:hover,.no-touch .us-btn-style_2:hover{box-shadow:0 0em 0em 0 rgba(0,0,0,0.2);background:#d5d5d5;border-color:transparent;color:#333333!important}.us-nav-style_2>*{min-width:calc(1.2em + 2 * 0.8em)}.us-nav-style_4>*,.navstyle_4>.owl-nav button,.us-btn-style_4{font-family:var(--h1-font-family);font-size:1.20rem;line-height:1.1!important;font-weight:700;font-style:normal;text-transform:uppercase;letter-spacing:0.01em;border-radius:0em;padding:0.7em 1.1em;background:#ffffff;border-color:transparent;color:#333333!important;box-shadow:0 0em 0em 0 rgba(0,0,0,0.2)}.us-nav-style_4>*:before,.navstyle_4>.owl-nav button:before,.us-btn-style_4:before{border-width:2px}.us-nav-style_4>span.current,.no-touch .us-nav-style_4>a:hover,.no-touch .navstyle_4>.owl-nav button:hover,.no-touch .us-btn-style_4:hover{box-shadow:0 0em 0em 0 rgba(0,0,0,0.2);background:transparent;border-color:#ffffff;color:#ffffff!important}.us-nav-style_4>*{min-width:calc(1.1em + 2 * 0.7em)}:root{--inputs-font-family:inherit;--inputs-font-size:1rem;--inputs-font-weight:400;--inputs-letter-spacing:0em;--inputs-text-transform:none;--inputs-height:2.8rem;--inputs-padding:0.8rem;--inputs-checkbox-size:1.5em;--inputs-border-width:0px;--inputs-border-radius:0rem;--inputs-background:var(--color-content-bg-alt);--inputs-border-color:var(--color-content-border);--inputs-text-color:var(--color-content-text);--inputs-box-shadow:0px 1px 0px 0px rgba(0,0,0,0.08) inset;--inputs-focus-background:var(--color-content-bg-alt);--inputs-focus-border-color:var(--color-content-border);--inputs-focus-text-color:var(--color-content-text);--inputs-focus-box-shadow:0px 0px 0px 2px var(--color-content-primary)}.color_alternate input:not([type=submit]),.color_alternate textarea,.color_alternate select,.color_alternate .move_label .w-form-row-label{background:var(--color-alt-content-bg-alt-grad)}.color_footer-top input:not([type=submit]),.color_footer-top textarea,.color_footer-top select,.color_footer-top .w-form-row.move_label .w-form-row-label{background:var(--color-subfooter-bg-alt-grad)}.color_footer-bottom input:not([type=submit]),.color_footer-bottom textarea,.color_footer-bottom select,.color_footer-bottom .w-form-row.move_label .w-form-row-label{background:var(--color-footer-bg-alt-grad)}.color_alternate input:not([type=submit]),.color_alternate textarea,.color_alternate select{border-color:var(--color-alt-content-border)}.color_footer-top input:not([type=submit]),.color_footer-top textarea,.color_footer-top select{border-color:var(--color-subfooter-border)}.color_footer-bottom input:not([type=submit]),.color_footer-bottom textarea,.color_footer-bottom select{border-color:var(--color-footer-border)}.color_alternate input:not([type=submit]),.color_alternate textarea,.color_alternate select,.color_alternate .w-form-row-field>i,.color_alternate .w-form-row-field:after,.color_alternate .widget_search form:after,.color_footer-top input:not([type=submit]),.color_footer-top textarea,.color_footer-top select,.color_footer-top .w-form-row-field>i,.color_footer-top .w-form-row-field:after,.color_footer-top .widget_search form:after,.color_footer-bottom input:not([type=submit]),.color_footer-bottom textarea,.color_footer-bottom select,.color_footer-bottom .w-form-row-field>i,.color_footer-bottom .w-form-row-field:after,.color_footer-bottom .widget_search form:after{color:inherit}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-bars:before{content:"\f0c9"}.fa-check:before{content:"\f00c"}.fa-comments:before{content:"\f086"}.fa-copy:before{content:"\f0c5"}.fa-envelope:before{content:"\f0e0"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-mobile:before{content:"\f10b"}.fa-phone:before{content:"\f095"}.fa-play:before{content:"\f04b"}.fa-quote-left:before{content:"\f10d"}.fa-search-plus:before{content:"\f00e"}.fa-search:before{content:"\f002"}.fa-shopping-cart:before{content:"\f07a"}.fa-star:before{content:"\f005"}.fa-tags:before{content:"\f02c"}.fa-times:before{content:"\f00d"}.fa-cross:before{content:"\f654"}.fa-tractor:before{content:"\f722"}.fa-users:before{content:"\f0c0"}.fa-handshake-alt:before{content:"\f4c6"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-facebook:before{content:"\f09a"}.fa-instagram:before{content:"\f16d"}