<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#cookie-notice {
    display: none;
    position: fixed;
    min-width: 100%;
    height: auto;
    z-index: 100000;
    font-size: 12px;
    line-height: 18px;
    left: 0;
    text-align: center;
}

.cookie-notice-container {
    padding: 10px;
}

.cn-top {
    top: 0;
}

.cn-bottom {
    bottom: 0;
}

#cookie-notice a.button {
    margin-left: 10px;
}

#cookie-notice a.button.wp-default {
    font-family: sans-serif;
    line-height: 18px;
    padding: 2px 12px;
    background: linear-gradient(to bottom, #FEFEFE, #F4F4F4) repeat scroll 0 0 #F3F3F3;
    border-color: #BBB;
    color: #333;
    text-shadow: 0 1px 0 #FFF;
    -moz-box-sizing: border-box;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-style: normal;
    text-decoration: none;
    white-space: nowrap;
    outline: none;
}

#cookie-notice a.button.wp-default:hover, #cookie-notice a.button.wp-default:focus {
    background: linear-gradient(to bottom, #FFFFFF, #F3F3F3) repeat scroll 0 0 #F3F3F3;
    border-color: #999999;
    color: #222222;
}

.pj-cookie-modal {
    display: none;
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    z-index: 100010;
    overflow: auto;
}

.pj-cookie-modal div.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: rgba(0,0,0,0.5);
}

.pj-cookie-modal div.content {
    background-color: #fefefe;
    margin: 80px auto;
    width: 40%;
    padding: 10px;
    overflow-y: scroll;
    max-height: 80%;
}

.pj-cookie-modal div.modal-buttons {
    text-align: center;
}

.pj-no-video-cookie-banner {
    background-color: #ccc;
    padding: 10px;
}
div.clearboth {
	clear: both;
}

#pj-cookie-page h1 {
	font-size: 38px;
}

#pj-cookie-page h1, #pj-cookie-page .h2, #pj-cookie-page .h3 {
	color: rgb(66,66,66);
	font-weight: 300;
	letter-spacing: 0px;
	font-family: "Roboto", Arial, Tahoma, sans-serif;
	margin-bottom: 15px;
	display: block;
}

#pj-cookie-page .h2 {
	margin-top: 15px;
	font-size: 18px;
	line-height: 34px;
}

#pj-cookie-page .h3 {
	font-size: 25px;
	line-height: 29px;
}

#pj-cookie-page div.modal-buttons {
	text-align: center;
}

#pj-cookie-page div.wrapper {
	background-color: #121212;
	margin-top: 5px;
	margin-bottom: 5px;
	width: calc(100% - 10px);
	color: white;
	padding: 5px;
	float:left;
}

#pj-cookie-page div.wrapper label {
	float: left;
	width: 75%;
	text-align: left;
	vertical-align: middle;
	color: white;
}

#pj-cookie-page div.wrapper span {
	float: right;
	width: 5%;
	text-align: left;
}
#pj-gravityforms-modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

#pj-gravityforms-content {
    background-color: #fefefe;
    margin: 15% auto; 
    padding: 0 20px;
    border: 1px solid #888;
    width: 40%; 
    text-align: center;
}

#pj-gravityforms-content p {
  margin-top: 15px;
}

#pj-gravityforms-modal-header {
  padding: 15px;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 0px;
}

#pj-gravityforms-modal-header h2 {
  margin-bottom: 0px;
}

#pj-gravityforms-modal-btns {
  padding-top: 10px;
}

a:hover {
  cursor: pointer;
}

.gform_body li.legal-notice li label:not(.gfield_label) {
  font-size: inherit;
  vertical-align: top;
}

.gform_body li.legal-notice div.ginput_container ul.gfield_checkbox li input {
  margin: 0 10px;
}

.gform_body &gt; ul &gt; li.gfield.legal-notice.gfield_contains_required.field_sublabel_below.field_description_below.gfield_visibility_visible &gt; div &gt; ul &gt; li &gt; label {
  font-weight: normal; 
}

.gform_body .ginput_container input, .gform_body .ginput_container_textarea textarea {
  font-size: inherit !important;
  font-style: italic; 
}
</pre></body></html>