.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.wpcf7 form{position:relative}.wpcf7 form>div,.wpcf7 form>p{margin-bottom:1.2em}.wpcf7 .wpcf7-form-control-wrap{width:100%;display:block}.wpcf7 input:not([type=submit]):focus,.wpcf7 select:focus,.wpcf7 textarea:focus{border-color:var(--ast-border-color);outline:0}.wpcf7 input:not([type=submit]),.wpcf7 select,.wpcf7 textarea{width:100%;padding:.75em}.wpcf7 input[type=file]{color:#666;height:auto;border-width:1px;border-style:solid;border-color:var(--ast-border-color);border-radius:2px;background:#fafafa;box-shadow:none;box-sizing:border-box;transition:all .2s linear}.wpcf7 input[type=checkbox],.wpcf7 input[type=radio]{display:inline-block;background:#e9eef2;color:#555;clear:none;cursor:pointer;line-height:0;height:1.2em;margin:-3px 4px 0 0;outline:0;padding:0;border-radius:.2em;text-align:center;vertical-align:middle;width:1.4em;min-width:1.4em;transition:all .2s linear}#cookie-law-info-bar {
font-size: 15px;
margin: 0 auto;
padding: 12px 10px;
position: absolute;
text-align: center;
box-sizing: border-box;
width:100%;
z-index: 9999; display: none;
left:0px;
font-weight:300;
box-shadow: 0 -1px 10px 0 rgba(172, 171, 171, 0.3);
}
#cookie-law-info-again {
font-size: 10pt;
margin: 0;
padding:5px 10px;
text-align: center;
z-index: 9999;
cursor: pointer;
box-shadow: #161616 2px 2px 5px 2px;
}
#cookie-law-info-bar span {
vertical-align: middle;
} .cli-plugin-button, .cli-plugin-button:visited {
display: inline-block;
padding: 9px 12px;
color: #fff;
text-decoration: none;
position: relative;
cursor: pointer;
margin-left: 5px;
text-decoration: none;
}
.cli-plugin-main-link {
margin-left:0px;
font-weight: 550; text-decoration: underline;
}
.cli-plugin-button:hover {
background-color: #111;
color: #fff;
text-decoration: none;
}
.small.cli-plugin-button, .small.cli-plugin-button:visited {
font-size: 11px;
}
.cli-plugin-button, .cli-plugin-button:visited,
.medium.cli-plugin-button, .medium.cli-plugin-button:visited {
font-size: 13px;
font-weight: 400;
line-height: 1;
}
.large.cli-plugin-button, .large.cli-plugin-button:visited {
font-size: 14px;
padding: 8px 14px 9px;
}
.super.cli-plugin-button, .super.cli-plugin-button:visited {
font-size: 34px;
padding: 8px 14px 9px;
}
.pink.cli-plugin-button, .magenta.cli-plugin-button:visited {
background-color: #e22092;
}
.pink.cli-plugin-button:hover {
background-color: #c81e82;
}
.green.cli-plugin-button, .green.cli-plugin-button:visited {
background-color: #91bd09;
}
.green.cli-plugin-button:hover {
background-color: #749a02;
}
.red.cli-plugin-button, .red.cli-plugin-button:visited {
background-color: #e62727;
}
.red.cli-plugin-button:hover {
background-color: #cf2525;
}
.orange.cli-plugin-button, .orange.cli-plugin-button:visited {
background-color: #ff5c00;
}
.orange.cli-plugin-button:hover {
background-color: #d45500;
}
.blue.cli-plugin-button, .blue.cli-plugin-button:visited {
background-color: #2981e4;
}
.blue.cli-plugin-button:hover {
background-color: #2575cf;
}
.yellow.cli-plugin-button, .yellow.cli-plugin-button:visited {
background-color: #ffb515;
}
.yellow.cli-plugin-button:hover {
background-color: #fc9200;
}
.cli-plugin-button{ margin-top:5px; }
.cli-bar-popup{
-moz-background-clip: padding;
-webkit-background-clip: padding;
background-clip: padding-box;
-webkit-border-radius:30px;
-moz-border-radius:30px;
border-radius:30px;
padding:20px;
}
.cli-powered_by_p{width:100% !important; display:block !important; color:#333; clear:both; font-style:italic !important; font-size:12px !important; margin-top:15px !important; }
.cli-powered_by_a{color:#333; font-weight:600 !important; font-size:12px !important;} .cli-plugin-main-link.cli-plugin-button {
text-decoration: none;
}
.cli-plugin-main-link.cli-plugin-button {
margin-left: 5px;
}.gdpr-container-fluid {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.gdpr-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.gdpr-col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.gdpr-col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.gdpr-align-items-stretch {
-ms-flex-align: stretch!important;
align-items: stretch!important;
}
.gdpr-d-flex {
display: -ms-flexbox!important;
display: flex!important;
}
.gdpr-px-0 {
padding-left: 0;
padding-right: 0;
}
.modal-backdrop.show {
opacity: .8;
}
.modal-open {
overflow: hidden
}
.modal-open .gdpr-modal {
overflow-x: hidden;
overflow-y: auto
}
.gdpr-modal.fade .gdpr-modal-dialog {
transition: -webkit-transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out,-webkit-transform .3s ease-out;
-webkit-transform: translate(0,-25%);
transform: translate(0,-25%)
}
.gdpr-modal.show .gdpr-modal-dialog {
-webkit-transform: translate(0,0);
transform: translate(0,0)
}
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1039;
background-color: #000
}
.modal-backdrop.fade {
opacity: 0
}
.modal-backdrop.show {
opacity: .5
}
.gdpr-modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
display: none;
overflow: hidden;
outline: 0
}
.gdpr-modal a {
text-decoration: none;
}
.gdpr-modal .gdpr-modal-dialog {
position: relative;
width: auto;
margin: .5rem;
pointer-events: none;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - (.5rem * 2))
}
@media (min-width: 576px) {
.gdpr-modal .gdpr-modal-dialog {
max-width:500px;
margin: 1.75rem auto;
min-height: calc(100% - (1.75rem * 2));
}
}
@media (min-width: 992px) {
.gdpr-modal .gdpr-modal-dialog {
max-width: 900px;
}
}
.gdpr-modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0,0,0,.2);
border-radius: .3rem;
outline: 0
}
.gdpr-modal .row {
margin: 0 -15px;
}
.gdpr-modal .modal-body {
padding: 0;
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.gdpr-modal .close {
position: absolute;
right: 10px;
top: 10px;
z-index: 1;
padding: 0;
background-color: transparent;
border: 0;
-webkit-appearance: none;
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
}
.gdpr-modal .close:focus {
outline: 0;
}
.gdpr-switch {
display: inline-block;
position: relative;
min-height: 1px;
padding-left: 70px;
font-size: 14px;
}
.gdpr-switch input[type="checkbox"] {
display:none;
}
.gdpr-switch .gdpr-slider {
background-color: #e3e1e8;
height: 24px;
width: 50px;
bottom: 0;
cursor: pointer;
left: 0;
position: absolute;
right: 0;
top: 0;
transition: .4s;
}
.gdpr-switch .gdpr-slider:before {
background-color: #fff;
bottom: 2px;
content: "";
height: 20px;
left: 2px;
position: absolute;
transition: .4s;
width: 20px;
}
.gdpr-switch input:checked + .gdpr-slider {
background-color:rgb(99, 179, 95);
}
.gdpr-switch input:checked + .gdpr-slider:before {
transform: translateX(26px);
}
.gdpr-switch .gdpr-slider {
border-radius: 34px;
}
.gdpr-switch .gdpr-slider:before {
border-radius: 50%;
}
.gdpr-tab-content>.gdpr-tab-pane {
display: none;
}
.gdpr-tab-content>.active {
display: block;
}
.gdpr-fade {
transition: opacity .15s linear;
}
.gdpr-nav-pills {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
-ms-flex-direction: column !important;
flex-direction: column !important;
align-items: stretch !important;
-ms-align-items: stretch !important;
}
.nav.gdpr-nav-pills, .gdpr-tab-content {
width: 100%;
padding: 30px;
}
.nav.gdpr-nav-pills {
background: #f3f3f3;
}
.nav.gdpr-nav-pills .gdpr-nav-link {
border: 1px solid #0070ad;
margin-bottom: 10px;
color: #0070ad;
font-size: 14px;
display: block;
padding: .5rem 1rem;
border-radius: .25rem;
}
.nav.gdpr-nav-pills .gdpr-nav-link.active, .nav.gdpr-nav-pills .show>.gdpr-nav-link {
background-color: #0070ad;
border: 1px solid #0070ad;
}
.nav.gdpr-nav-pills .gdpr-nav-link.active {
color: #ffffff;
}
.gdpr-tab-content .gdpr-button-wrapper {
padding-top: 30px;
margin-top: 30px;
border-top: 1px solid #d6d6d6;
}
.gdpr-tab-content .gdpr-button-wrapper .btn-gdpr {
background-color: #0070ad;
border-color: #0070ad;
color: #ffffff;
font-size: 14px;
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .375rem .75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: .25rem;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.gdpr-tab-content p {
color: #343438;
font-size: 14px;
margin-top: 0;
}
.gdpr-tab-content h4 {
font-size: 20px;
margin-bottom: .5rem;
margin-top: 0;
font-family: inherit;
font-weight: 500;
line-height: 1.2;
color: inherit;
}
.cli-container-fluid {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.cli-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.cli-col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.cli-col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.cli-align-items-stretch {
-ms-flex-align: stretch!important;
align-items: stretch!important;
}
.cli-d-flex {
display: -ms-flexbox!important;
display: flex!important;
}
.cli-px-0 {
padding-left: 0;
padding-right: 0;
}
.cli-btn {
cursor: pointer;
font-size: 14px;
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .5rem 1.25rem;
line-height: 1;
border-radius: .25rem;
transition: all .15s ease-in-out;
}
.cli-btn:hover {
opacity: .8;
}
.cli-read-more-link {
cursor: pointer;
font-size: 15px;
font-weight: 500;
text-decoration: underline;
}
.cli-btn:focus {
outline: 0;
}
.cli-modal-backdrop.cli-show {
opacity: .8;
}
.cli-modal-open {
overflow: hidden
}
.cli-barmodal-open {
overflow: hidden
}
.cli-modal-open .cli-modal {
overflow-x: hidden;
overflow-y: auto
}
.cli-modal.cli-fade .cli-modal-dialog {
transition: -webkit-transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out,-webkit-transform .3s ease-out;
-webkit-transform: translate(0,-25%);
transform: translate(0,-25%)
}
.cli-modal.cli-show .cli-modal-dialog {
-webkit-transform: translate(0,0);
transform: translate(0,0)
}
.cli-modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000;
display: none;
}
.cli-modal-backdrop.cli-fade {
opacity: 0
}
.cli-modal-backdrop.cli-show {
opacity: .5;
display: block;
}
.cli-modal.cli-show {
display: block;
}
.cli-modal a {
text-decoration: none;
}
.cli-modal .cli-modal-dialog {
position: relative;
width: auto;
margin: .5rem;
pointer-events: none;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - (.5rem * 2))
}
@media (min-width: 576px) {
.cli-modal .cli-modal-dialog {
max-width:500px;
margin: 1.75rem auto;
min-height: calc(100% - (1.75rem * 2))
}
}
@media (min-width: 992px) {
.cli-modal .cli-modal-dialog {
max-width: 900px;
}
}
.cli-modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border-radius: .3rem;
outline: 0
}
.cli-modal .row {
margin: 0 -15px;
}
.cli-modal .modal-body {
padding: 0;
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.cli-modal .cli-modal-close {
position: absolute;
right: 10px;
top: 10px;
z-index: 1;
padding: 0;
background-color: transparent !important;
border: 0;
-webkit-appearance: none;
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
}
.cli-modal .cli-modal-close:focus {
outline: 0;
}
.cli-switch {
display: inline-block;
position: relative;
min-height: 1px;
padding-left: 70px;
font-size: 14px;
}
.cli-switch input[type="checkbox"] {
display:none;
}
.cli-switch .cli-slider {
background-color: #e3e1e8;
height: 24px;
width: 50px;
bottom: 0;
cursor: pointer;
left: 0;
position: absolute;
right: 0;
top: 0;
transition: .4s;
}
.cli-switch .cli-slider:before {
background-color: #fff;
bottom: 2px;
content: "";
height: 20px;
left: 2px;
position: absolute;
transition: .4s;
width: 20px;
}
.cli-switch input:checked + .cli-slider {
background-color: #00acad
}
.cli-switch input:checked + .cli-slider:before {
transform: translateX(26px);
}
.cli-switch .cli-slider {
border-radius: 34px;
}
.cli-switch .cli-slider:before {
border-radius: 50%;
}
.cli-tab-content {
background: #ffffff;
}
.cli-tab-content>.cli-active {
display: block;
}
.cli-fade {
transition: opacity .15s linear;
}
.cli-nav-pills {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
-ms-flex-direction: column;
flex-direction: column;
}
.cli-nav-pills, .cli-tab-content {
width: 100%;
padding: 30px;
}
@media (max-width: 767px) {
.cli-nav-pills, .cli-tab-content {
padding: 30px 10px;
}
}
.cli-nav-pills {
background: #f3f3f3;
}
.cli-nav-pills .cli-nav-link {
border: 1px solid #00acad;
margin-bottom: 10px;
color: #00acad;
font-size: 14px;
display: block;
padding: .5rem 1rem;
border-radius: .25rem;
cursor: pointer
}
.cli-nav-pills .cli-nav-link.cli-active, .cli-nav-pills .cli-show>.cli-nav-link {
background-color: #00acad;
border: 1px solid #00acad;
}
.cli-nav-pills .cli-nav-link.cli-active {
color: #ffffff;
}
.cli-tab-content .cli-button-wrapper {
padding-top: 30px;
margin-top: 30px;
border-top: 1px solid #d6d6d6;
}
.cli-tab-content p {
color: #343438;
font-size: 14px;
margin-top: 0;
}
.cli-tab-content h4 {
font-size: 20px;
margin-bottom: 1.5rem;
margin-top: 0;
font-family: inherit;
font-weight: 500;
line-height: 1.2;
color: inherit;
} .cli-container-fluid {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.cli-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.cli-col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.cli-col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
flex-direction: column;
}
.cli-align-items-stretch {
-ms-flex-align: stretch!important;
align-items: stretch!important;
}
.cli-d-flex {
display: -ms-flexbox!important;
display: flex!important;
}
.cli-px-0 {
padding-left: 0;
padding-right: 0;
}
.cli-btn {
cursor: pointer;
font-size: 14px;
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .5rem 1.25rem;
line-height: 1;
border-radius: .25rem;
transition: all .15s ease-in-out;
}
.cli-btn:hover {
opacity: .8;
}
.cli-read-more-link {
cursor: pointer;
font-size: 15px;
font-weight: 500;
text-decoration: underline;
}
.cli-btn:focus {
outline: 0;
}
.cli-modal-backdrop.cli-show {
opacity: .8;
}
.cli-modal-open {
overflow: hidden
}
.cli-barmodal-open {
overflow: hidden
}
.cli-modal-open .cli-modal {
overflow-x: hidden;
overflow-y: auto
}
.cli-modal.cli-fade .cli-modal-dialog {
transition: -webkit-transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out,-webkit-transform .3s ease-out;
-webkit-transform: translate(0,-25%);
transform: translate(0,-25%)
}
.cli-modal.cli-show .cli-modal-dialog {
-webkit-transform: translate(0,0);
transform: translate(0,0)
}
.cli-modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000;
-webkit-transform:scale(0);
transform:scale(0);
transition: opacity ease-in-out 0.5s;
}
.cli-modal-backdrop.cli-fade {
opacity: 0;
}
.cli-modal-backdrop.cli-show {
opacity: .5;
-webkit-transform:scale(1);
transform:scale(1);
}
.cli-modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 99999;
transform: scale(0);
overflow: hidden;
outline: 0;
display: none;
}
.cli-modal a {
text-decoration: none;
}
.cli-modal .cli-modal-dialog {
position: relative;
width: auto;
margin: .5rem;
pointer-events: none;
font-family: inherit;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - (.5rem * 2))
}
@media (min-width: 576px) {
.cli-modal .cli-modal-dialog {
max-width:500px;
margin: 1.75rem auto;
min-height: calc(100% - (1.75rem * 2))
}
}
.cli-modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border-radius: .2rem;
box-sizing: border-box;
outline: 0
}
.cli-modal .row {
margin: 0 -15px;
}
.cli-modal .modal-body {
padding: 0;
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.cli-modal .cli-modal-close:focus {
outline: 0;
}
.cli-switch {
display: inline-block;
position: relative;
min-height: 1px;
padding-left: 38px;
font-size: 14px;
}
.cli-switch input[type="checkbox"] {
display:none;
}
.cli-switch .cli-slider {
background-color: #e3e1e8;
height: 20px;
width: 38px;
bottom: 0;
cursor: pointer;
left: 0;
position: absolute;
right: 0;
top: 0;
transition: .4s;
}
.cli-switch .cli-slider:before {
background-color: #fff;
bottom: 2px;
content: "";
height: 15px;
left: 3px;
position: absolute;
transition: .4s;
width: 15px;
}
.cli-switch input:checked + .cli-slider {
background-color: #61a229;
}
.cli-switch input:checked + .cli-slider:before {
transform: translateX(18px);
}
.cli-switch .cli-slider {
border-radius: 34px;
font-size:0;
}
.cli-switch .cli-slider:before {
border-radius: 50%;
}
.cli-tab-content {
background: #ffffff;
}
.cli-nav-pills {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
-ms-flex-direction: column;
flex-direction: column;
}
.cli-nav-pills, .cli-tab-content {
width: 100%;
padding:5px 30px 5px 5px;
box-sizing: border-box;
}
@media (max-width: 767px) {
.cli-nav-pills, .cli-tab-content {
padding: 30px 10px;
}
}
.cli-nav-pills {
background: #fff;
}
.cli-nav-pills .cli-nav-link {
border: 1px solid #cccccc;
margin-bottom: 10px;
color:#2a2a2a;
font-size: 14px;
display: block;
padding: .5rem 1rem;
border-radius: .25rem;
cursor: pointer
}
.cli-nav-pills .cli-nav-link.cli-active, .cli-nav-pills .cli-show>.cli-nav-link {
background-color: #f6f6f9;
border: 1px solid #cccccc;
}
.cli-nav-pills .cli-nav-link.cli-active {
color:#2a2a2a;
}
.cli-tab-content .cli-button-wrapper {
padding-top: 30px;
margin-top: 30px;
border-top: 1px solid #d6d6d6;
}
.cli-tab-content p {
color: #343438;
font-size: 14px;
margin-top: 0;
}
.cli-tab-content h4 {
font-size: 20px;
margin-bottom: 1.5rem;
margin-top: 0;
font-family: inherit;
font-weight: 500;
line-height: 1.2;
color: inherit;
} #cookie-law-info-bar .cli-nav-pills,#cookie-law-info-bar .cli-tab-content,#cookie-law-info-bar .cli-nav-pills .cli-show>.cli-nav-link,#cookie-law-info-bar a.cli-nav-link.cli-active{
background: transparent;
}
#cookie-law-info-bar .cli-nav-pills .cli-nav-link.cli-active,#cookie-law-info-bar  .cli-nav-link,#cookie-law-info-bar .cli-tab-container p,#cookie-law-info-bar span.cli-necessary-caption,#cookie-law-info-bar .cli-switch .cli-slider:after
{
color:inherit;
}
#cookie-law-info-bar .cli-tab-header a:before
{
border-right: 1px solid currentColor;
border-bottom: 1px solid currentColor;
}
#cookie-law-info-bar .cli-row
{
margin-top:20px;
}
#cookie-law-info-bar .cli-col-4
{
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
#cookie-law-info-bar .cli-col-8
{
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.cli-wrapper {
max-width: 90%;
float: none;
margin: 0 auto;
}
#cookie-law-info-bar .cli-tab-content h4
{
margin-bottom:0.5rem;
}
#cookie-law-info-bar .cli-nav-pills .cli-nav-link
{
padding: .2rem 0.5rem;
}
#cookie-law-info-bar .cli-tab-container
{
display:none;
text-align:left;
} .cli-tab-footer .cli-btn {
background-color: #00acad;
padding: 10px 15px;
text-decoration:none;
}
.cli-tab-footer .wt-cli-privacy-accept-btn {
background-color: #61a229;
color: #ffffff;
border-radius: 0;
}
.cli-tab-footer {
width:100%;
text-align:right;
padding: 20px 0;
} .cli-col-12
{
width:100%;
}
.cli-tab-header
{
display: flex;
justify-content: space-between;
}
.cli-tab-header a:before {
width: 10px;
height: 2px;
left: 0;
top: calc(50% - 1px);
}
.cli-tab-header a:after {
width: 2px;
height: 10px;
left: 4px;
top: calc(50% - 5px);
-webkit-transform: none;
transform: none;
}
.cli-tab-header a:before {
width: 7px;
height: 7px;
border-right: 1px solid #4a6e78;
border-bottom: 1px solid #4a6e78;
content: " ";
transform: rotate(-45deg);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
margin-right:10px;
}
.cli-tab-header a.cli-nav-link  {
position: relative;
display: flex;
align-items: center;
font-size:14px;
color:#000;
text-transform: capitalize;
}
.cli-tab-header.cli-tab-active .cli-nav-link:before
{
transform: rotate(45deg);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.cli-tab-header {
border-radius: 5px;
padding: 12px 15px;
cursor: pointer;
transition: background-color 0.2s ease-out 0.3s, color 0.2s ease-out 0s;
background-color:#f2f2f2;
}
.cli-modal .cli-modal-close {
position: absolute;
right: 0;
top: 0;
z-index: 1;
-webkit-appearance: none;
width: 40px;
height: 40px;
padding: 0;
border-radius: 50%;
padding: 10px;
background: transparent;
border:none;
min-width: 40px;
}
.cli-tab-container h4,.cli-tab-container h1 {
font-family: inherit;
font-size: 16px;
margin-bottom: 15px;
margin:10px 0;
}
#cliSettingsPopup .cli-tab-section-container {
padding-top: 12px;
}
.cli-tab-container p ,.cli-privacy-content-text{
font-size: 14px;
line-height: 1.4;
margin-top: 0;
padding: 0;
color: #000;
}
.wt-cli-privacy
{
display:none;
}
.cli-tab-content
{
display:none;
}
.cli-tab-section .cli-tab-content
{
padding: 10px 20px 5px 20px;
}
.cli-tab-section
{
margin-top:5px;
}
@media (min-width: 992px) {
.cli-modal .cli-modal-dialog {
max-width: 645px;
}
}
.cli-switch .cli-slider:after{
content: attr(data-cli-disable);
position: absolute;
right: 50px;
color: #000;
font-size:12px;
text-align:right;
min-width: 80px;
}
.cli-switch input:checked + .cli-slider:after
{
content: attr(data-cli-enable);
}
.cli-privacy-overview:not(.cli-collapsed) .cli-privacy-content {
max-height: 60px;
transition: max-height 0.15s ease-out;
overflow: hidden;
}
a.cli-privacy-readmore {
font-size: 12px;
margin-top: 12px;
display: inline-block;
padding-bottom: 0;
cursor: pointer;
color:#000;
text-decoration: underline;
}
.cli-modal-footer {
position: relative;
}
a.cli-privacy-readmore:before {
content: attr(data-readmore-text);
}
.cli-collapsed a.cli-privacy-readmore:before {
content: attr(data-readless-text);
}
.cli-collapsed .cli-privacy-content
{
transition: max-height 0.25s ease-in;
}
.cli-privacy-content p
{
margin-bottom:0;
}
.cli-modal-close svg {
fill: #000;
}
span.cli-necessary-caption {
color: #000;
font-size: 12px;
}
.cli-tab-section.cli-privacy-tab {
display: none;
}
#cookie-law-info-bar .cli-tab-section.cli-privacy-tab {
display: block;
}
#cookie-law-info-bar .cli-privacy-overview {
display: none;
}
.cli-tab-container .cli-row
{
max-height: 500px;
overflow-y: auto;
}
.cli-modal.cli-blowup.cli-out {
z-index: -1;
}
.cli-modal.cli-blowup {
z-index: 999999;
transform: scale(1);
}
.cli-modal.cli-blowup .cli-modal-dialog {
animation: blowUpModal 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.cli-modal.cli-blowup.cli-out .cli-modal-dialog
{
animation: blowUpModalTwo 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
@keyframes blowUpContent {
0% {
transform: scale(1);
opacity: 1;
}
99.9% {
transform: scale(2);
opacity: 0;
}
100% {
transform: scale(0);
}
}
@keyframes blowUpContentTwo {
0% {
transform: scale(2);
opacity: 0;
}
100% {
transform: scale(1);
opacity: 1;
}
}
@keyframes blowUpModal {
0% {
transform: scale(0);
}
100% {
transform: scale(1);
}
}
@keyframes blowUpModalTwo {
0% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(0.5);
opacity: 0;
}
100% {
transform: scale(0);
opacity: 0;
}
}
.cli-tab-section .cookielawinfo-row-cat-table td, .cli-tab-section .cookielawinfo-row-cat-table th {
font-size: 12px;
}
.cli_settings_button
{
cursor: pointer;
} .wt-cli-sr-only
{
display: none;
font-size:16px;
} a.wt-cli-element.cli_cookie_close_button {
text-decoration: none;
color: #333333;
font-size: 22px;
line-height: 22px;
cursor: pointer;
position: absolute;
right: 10px;
top: 5px;
} .cli-bar-container{
float: none;
margin: 0 auto;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
justify-content: space-between;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.cli-bar-btn_container {
margin-left: 20px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
flex-wrap: nowrap;
}
.cli-style-v2 a
{
cursor: pointer;
}
.cli-bar-btn_container a {
white-space: nowrap;
}
.cli-style-v2 .cli-plugin-main-link
{
font-weight:inherit;
}
.cli-style-v2
{
font-size: 11pt;
line-height: 18px;
font-weight:normal;
}
#cookie-law-info-bar[data-cli-type="widget"] .cli-bar-container,#cookie-law-info-bar[data-cli-type="popup"] .cli-bar-container{
display: block;
}
.cli-style-v2 .cli-bar-message {
width: 70%;
text-align: left;
}
#cookie-law-info-bar[data-cli-type="widget"] .cli-bar-message,#cookie-law-info-bar[data-cli-type="popup"] .cli-bar-message
{
width:100%;
}
#cookie-law-info-bar[data-cli-type="widget"] .cli-style-v2 .cli-bar-btn_container {
margin-top:8px;
margin-left: 0px;
flex-wrap: wrap;
} #cookie-law-info-bar[data-cli-type="popup"] .cli-style-v2 .cli-bar-btn_container {
margin-top:8px;
margin-left: 0px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"] .cli_messagebar_head{
text-align: left; margin-bottom: 5px;
margin-top: 0px;
font-size: 16px;
} .cli-style-v2 .cli-bar-message .wt-cli-ccpa-element,.cli-style-v2 .cli-bar-message .wt-cli-ccpa-checkbox {
margin-top: 5px;
}
.cli-style-v2 .cli-bar-btn_container .cli_action_button ,
.cli-style-v2 .cli-bar-btn_container .cli-plugin-main-link,
.cli-style-v2 .cli-bar-btn_container .cli_settings_button
{
margin-left: 5px;
}
.wt-cli-ccpa-checkbox label {
font-size: inherit;
cursor: pointer;
margin: 0px 0px 0px 5px;
} #cookie-law-info-bar[data-cli-style="cli-style-v2"]
{
padding: 14px 25px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="widget"]
{
padding:32px 30px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="popup"] {
padding: 32px 45px;
}
.cli-style-v2 .cli-plugin-main-link:not(.cli-plugin-button), .cli-style-v2 .cli_settings_button:not(.cli-plugin-button),.cli-style-v2 .cli_action_button:not(.cli-plugin-button){
text-decoration: underline;
}
.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
margin-top: 5px;
margin-bottom: 5px;
}
a.wt-cli-ccpa-opt-out {
white-space: nowrap;
text-decoration: underline;
}
.wt-cli-necessary-checkbox {
display: none !important;
}
@media (max-width: 985px) {
.cli-style-v2 .cli-bar-message
{
width:100%;
}
.cli-style-v2.cli-bar-container
{
justify-content:left;
flex-wrap: wrap;
}
.cli-style-v2 .cli-bar-btn_container {
margin-left:0px;
margin-top: 10px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"],#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="widget"],#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="popup"]
{
padding: 25px 25px;
}
} .wt-cli-ckyes-brand-logo {
display: flex;
align-items: center;
font-size: 9px;
color: #111111;
font-weight: normal;
}
.wt-cli-ckyes-brand-logo img{
width: 65px;
margin-left: 2px;
}
.wt-cli-privacy-overview-actions {
padding-bottom:0;
}
@media only screen and (max-width: 479px) and (min-width: 320px){
.cli-style-v2 .cli-bar-btn_container {
flex-wrap: wrap;
}
} .wt-cli-cookie-description {
font-size: 14px;
line-height: 1.4;
margin-top: 0;
padding: 0;
color: #000;
}.exggmap-wrapper {
position: relative;
width: 100%;
aspect-ratio: 4 / 3;
}
.exggmap-wrapper .exggmap-mask {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 1;
transition: opacity 2.5s ease-in 0.5s;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
z-index: 2;
}
.exggmap-wrapper .exggmap-caption {
font-size: 30px;
margin-top: 0;
margin-bottom: 15px;
}
.exggmap-wrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
}
.exggmap-wrapper .exggmap-mask-content {
text-align: center;
padding: 0 32px;
width: 100%;
margin-top: -20px;
}
.exggmap-wrapper a {
text-decoration: none;
font-size: 12px !important;
}
.exggmap-wrapper a:hover,
.exggmap-wrapper a:visited {
color: #2196f3;
}
.exggmap-wrapper a:hover {
text-decoration: underline;
}
.exggmap-wrapper span {
position: absolute;
bottom: 16px;
left: 50%;
transform: translate(-50%);
z-index: 1;
font-size: 12px !important;
line-height: 1.35;
text-align: center;
}
.exggmap-wrapper span a {
text-decoration: underline;
}
.exggmap-wrapper button {
border: 1px solid;
text-decoration: none;
font-size: 18px;
text-transform: uppercase;
padding: 12px 32px 10px;
display: inline-block;
overflow: hidden;
border-radius: 0px;
background-color: transparent;
cursor: pointer;
}
.exampp-hints {
margin-top: 7px;
font-size: 14px;
}.hydrop-checker,
.hydrop-checker * {
box-sizing: border-box;
}
.hydrop-checker {
background: inherit;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
line-height: 1.6;
color: inherit;
text-align: left;
direction: ltr;
} .hydrop-checker button,
.hydrop-checker input[type="button"],
.hydrop-checker input[type="submit"],
.hydrop-checker a {
font-family: inherit;
font-size: inherit;
line-height: inherit;
background: transparent;
color: inherit;
border: 0;
margin: 0;
padding: 0;
text-decoration: none;
} :root {
--hydrop-checker-primary: #023c83; --hydrop-checker-primary-dark: #01205f; --hydrop-checker-primary-light: #0079c6; --hydrop-checker-accent: #03e06e; --hydrop-checker-accent-dark: #02c55f; --hydrop-checker-accent-light: #32c4f8; --hydrop-checker-text: #1f2937; --hydrop-checker-text-light: #6b7280; --hydrop-checker-text-muted: #c1c1c1; --hydrop-checker-bg: #ffffff; --hydrop-checker-bg-light: #f0f0f0; --hydrop-checker-bg-dark: #e5e5e5; --hydrop-checker-border: #c1c1c1; --hydrop-checker-border-light: #f0f0f0; --hydrop-checker-shadow: 0 1px 3px 0 rgba(2, 60, 131, 0.1), 0 1px 2px 0 rgba(2, 60, 131, 0.06);
--hydrop-checker-shadow-lg: 0 10px 15px -3px rgba(2, 60, 131, 0.1), 0 4px 6px -2px rgba(2, 60, 131, 0.05);
--hydrop-checker-radius: 8px;
--hydrop-checker-radius-lg: 12px;
--hydrop-checker-transition: all 0.3s ease;
} .hydrop-checker {
width: 100%;
padding: 1.5rem;
background: var(--hydrop-checker-bg);
border-radius: var(--hydrop-checker-radius-lg);
box-shadow: var(--hydrop-checker-shadow-lg);
position: relative;
overflow: visible;
font-family: inherit;
line-height: inherit;
color: var(--hydrop-checker-text);
display: flex;
flex-direction: column;
min-height: auto;
max-height: none;
} @media (max-width: 768px) {
.hydrop-checker {
margin: 0;
padding: 1rem;
}
} .hydrop-checker-title {
font-size: 1.875rem;
font-weight: 700;
color: var(--hydrop-checker-primary);
margin: 0 0 1rem 0;
text-align: center;
}
.hydrop-checker-description {
font-size: 1.125rem;
color: var(--hydrop-checker-text-light);
margin: 0 0 1.5rem 0;
text-align: center;
} @media (max-width: 768px) {
.hydrop-checker-title {
font-size: 1.5rem;
margin: 0 0 0.75rem 0;
}
.hydrop-checker-description {
font-size: 1rem;
margin: 0 0 1rem 0;
}
} .hydrop-progress-container {
margin-bottom: 2rem;
}
.hydrop-progress-bar {
width: 100%;
height: 8px;
background: var(--hydrop-checker-bg-dark);
border-radius: 4px;
overflow: hidden;
margin-bottom: 0.5rem;
}
.hydrop-progress-fill {
height: 100%;
background: linear-gradient(90deg, var(--hydrop-checker-primary), var(--hydrop-checker-accent-light));
border-radius: 4px;
transition: width 0.5s ease;
width: 33.33%;
}
.hydrop-progress-text {
text-align: center;
font-size: 0.875rem;
color: var(--hydrop-checker-text-light);
font-weight: 500;
} .hydrop-questions-container {
position: relative;
flex: 1;
min-height: auto; max-height: none; overflow: visible; display: flex; flex-direction: column;
} @media (max-width: 768px) {
.hydrop-questions-container {
min-height: auto; max-height: none; overflow: visible; } .hydrop-checker.binary-question .hydrop-questions-container {
max-height: none; min-height: auto; overflow: visible; }
} .hydrop-question {
display: none; flex-direction: column;
overflow: visible; opacity: 0;
transform: translateX(50px);
transition: var(--hydrop-checker-transition);
}
.hydrop-question.active {
display: flex; opacity: 1;
transform: translateX(0);
pointer-events: auto;
}
.hydrop-question.prev {
display: none; transform: translateX(-50px);
}
.hydrop-question-content {
text-align: center;
display: flex;
flex-direction: column;
height: auto; }
.hydrop-question-icon {
color: var(--hydrop-checker-primary);
margin-bottom: 1.5rem;
display: inline-block;
}
.hydrop-question-title {
font-size: 1.25rem;
font-weight: 600;
color: var(--hydrop-checker-text);
margin: 0 0 1.5rem 0;
text-align: center;
} @media (max-width: 768px) {
.hydrop-question-title {
font-size: 1.1rem;
margin: 0 0 1rem 0;
}
} .hydrop-options {
display: flex;
flex-direction: column;
gap: 1rem;
width: 100%;
}
.hydrop-option {
cursor: pointer;
display: block;
position: relative;
}
.hydrop-option input[type="radio"] {
position: absolute;
opacity: 0;
pointer-events: none;
}
.hydrop-option-content {
display: flex;
align-items: center;
padding: 1rem;
background: var(--hydrop-checker-bg-light);
border: 2px solid var(--hydrop-checker-border);
border-radius: var(--hydrop-checker-radius);
transition: var(--hydrop-checker-transition);
position: relative;
}
.hydrop-option:hover .hydrop-option-content {
border-color: var(--hydrop-checker-primary-light);
background: var(--hydrop-checker-bg);
transform: translateY(-2px);
box-shadow: var(--hydrop-checker-shadow);
}
.hydrop-option input:checked + .hydrop-option-content {
border-color: var(--hydrop-checker-primary);
background: var(--hydrop-checker-primary);
color: white;
}   .hydrop-meter-option input[value="not_sure"]:checked + .hydrop-option-content .hydrop-meter-image svg {
fill: white !important;
color: white !important;
}
.hydrop-meter-option input[value="not_sure"]:checked + .hydrop-option-content .hydrop-meter-image svg * {
fill: white !important;
color: white !important;
}
.hydrop-meter-option input[value="not_sure"]:checked + .hydrop-option-content .hydrop-meter-image svg path {
fill: white !important;
color: white !important;
}
.hydrop-meter-option input[value="not_sure"]:checked + .hydrop-option-content .hydrop-meter-image svg g {
fill: white !important;
color: white !important;
}
.hydrop-option-check {
width: 20px;
height: 20px;
border: 2px solid var(--hydrop-checker-border);
border-radius: 50%;
margin-right: 1rem;
position: relative;
transition: var(--hydrop-checker-transition);
flex-shrink: 0;
}
.hydrop-option input:checked + .hydrop-option-content .hydrop-option-check {
border-color: white;
background: white;
}
.hydrop-option input:checked + .hydrop-option-content .hydrop-option-check::after {
content: '';
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 8px;
height: 8px;
background: var(--hydrop-checker-primary);
border-radius: 50%;
}
.hydrop-option-text {
font-weight: 500;
flex: 1;
text-align: left;
} .hydrop-binary-options {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 1.5rem;
margin-top: 1.5rem;
width: 100%;
}
.hydrop-binary-option {
display: block;
}
.hydrop-binary-option .hydrop-option-content {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
padding: 1.5rem 1rem;
min-height: auto; position: relative;
background: var(--hydrop-checker-bg-light);
border: 2px solid var(--hydrop-checker-border);
border-radius: var(--hydrop-checker-radius-lg);
transition: var(--hydrop-checker-transition);
}
.hydrop-binary-option:hover .hydrop-option-content {
border-color: var(--hydrop-checker-primary-light);
background: var(--hydrop-checker-bg);
transform: translateY(-2px);
box-shadow: var(--hydrop-checker-shadow-lg);
}
.hydrop-binary-option .hydrop-option-check {
position: absolute;
top: 1rem;
right: 1rem;
margin: 0;
}
.hydrop-binary-image {
width: 80px;
height: 80px;
margin-bottom: 1rem;
display: flex;
align-items: center;
justify-content: center;
}
.hydrop-binary-image img {
width: 100%;
height: 100%;
object-fit: contain;
}
.hydrop-binary-info {
display: flex;
flex-direction: column;
gap: 0.5rem;
}
.hydrop-binary-title {
font-weight: 600;
font-size: 1rem;
line-height: 1.2;
}
.hydrop-binary-description {
font-size: 0.875rem;
color: var(--hydrop-checker-text-light);
line-height: 1.3;
}
.hydrop-binary-option input:checked + .hydrop-option-content .hydrop-binary-description {
color: rgba(255, 255, 255, 0.8);
} @media (max-width: 768px) {
.hydrop-binary-options {
grid-template-columns: 1fr;
gap: 1rem;
margin-top: 1rem;
}
.hydrop-binary-option .hydrop-option-content {
min-height: auto; padding: 1rem;
flex-direction: row; text-align: left; align-items: center; gap: 1rem; }
.hydrop-binary-option .hydrop-option-check {
position: absolute;
top: 0.75rem;
right: 0.75rem;
margin: 0;
}
.hydrop-binary-image {
width: 50px;
height: 50px;
margin-bottom: 0; flex-shrink: 0; }
.hydrop-binary-info {
flex: 1; gap: 0.25rem; }
.hydrop-binary-title {
font-size: 0.9rem;
margin-bottom: 0.25rem;
}
.hydrop-binary-description {
font-size: 0.8rem;
line-height: 1.2; }
}
@media (max-width: 480px) {
.hydrop-binary-option .hydrop-option-content {
min-height: auto; padding: 0.875rem;
gap: 0.75rem;
}
.hydrop-binary-image {
width: 45px;
height: 45px;
}
.hydrop-binary-title {
font-size: 0.85rem;
}
.hydrop-binary-description {
font-size: 0.75rem;
}
} .hydrop-meter-options {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 1.5rem;
max-height: 350px; overflow-y: auto; overflow-x: hidden; align-items: stretch; padding: 0.75rem;
flex: 1;
margin-top: 1rem;
position: relative; } @media (min-width: 481px) and (max-width: 768px) {
.hydrop-meter-options {
gap: 1rem;
padding: 0.5rem;
margin-top: 0.75rem;
}
.hydrop-meter-option .hydrop-option-content {
min-height: auto; padding: 1rem 0.75rem;
}
} @media (max-width: 480px) {
.hydrop-meter-options {
gap: 0.75rem;
padding: 0.375rem;
margin-top: 0.75rem;
}
} .hydrop-meter-options::-webkit-scrollbar {
width: 8px;
}
.hydrop-meter-options::-webkit-scrollbar-track {
background: var(--hydrop-checker-bg-light);
border-radius: 4px;
}
.hydrop-meter-options::-webkit-scrollbar-thumb {
background: var(--hydrop-checker-primary);
border-radius: 4px;
transition: background-color 0.2s ease;
}
.hydrop-meter-options::-webkit-scrollbar-thumb:hover {
background: var(--hydrop-checker-accent);
} .hydrop-scroll-indicator {
position: absolute;
bottom: 0;
left: 0;
right: 0;
background: linear-gradient(transparent 0%, rgba(255, 255, 255, 0.98) 40%);
color: var(--hydrop-checker-text);
font-size: 0.9rem;
font-weight: 500;
text-align: center;
padding: 1.8rem 0 0.9rem 0;
pointer-events: none;
opacity: 0;
transition: opacity 0.3s ease;
z-index: 10;
text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
}
.hydrop-meter-options.has-scroll .hydrop-scroll-indicator {
display: block !important;
opacity: 1;
}
.hydrop-meter-option {
position: relative;
cursor: pointer;
display: flex;
flex-direction: column;
height: 100%; }
.hydrop-meter-option .hydrop-option-content {
flex-direction: column;
text-align: center;
padding: 1.25rem 1rem;
gap: 0.75rem;
align-items: center;
height: 100%;
min-height: auto; background: var(--hydrop-checker-bg-light);
border: 2px solid var(--hydrop-checker-border);
border-radius: var(--hydrop-checker-radius-lg);
transition: var(--hydrop-checker-transition);
display: flex;
}
.hydrop-meter-option:hover .hydrop-option-content {
transform: translateY(-2px);
box-shadow: var(--hydrop-checker-shadow-lg);
}
.hydrop-meter-option .hydrop-option-check {
position: absolute;
top: 0.75rem;
right: 0.75rem;
margin: 0;
width: 24px;
height: 24px;
z-index: 10;
}
.hydrop-meter-image {
width: 120px;
height: 120px;
min-width: 120px;
min-height: 120px;
margin-bottom: 0.5rem;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
border-radius: var(--hydrop-checker-radius);
padding: 0.5rem;
}
.hydrop-meter-image img {
max-width: 100%;
max-height: 100%;
object-fit: contain;
filter: drop-shadow(2px 4px 8px rgba(2, 60, 131, 0.2));
transition: var(--hydrop-checker-transition);
}
.hydrop-meter-image img:hover {
filter: drop-shadow(3px 6px 12px rgba(2, 60, 131, 0.3));
transform: translateY(-1px);
} .hydrop-meter-option input:checked + .hydrop-option-content .hydrop-meter-image img {
filter: drop-shadow(2px 4px 8px rgba(255, 255, 255, 0.8)) !important;
} .hydrop-meter-option input[value="not_sure"]:checked + .hydrop-option-content .hydrop-meter-image img {
filter: brightness(0) invert(1) drop-shadow(2px 4px 8px rgba(255, 255, 255, 0.8)) !important;
}
.hydrop-meter-info {
display: flex;
flex-direction: column;
gap: 0.5rem;
text-align: center;
max-width: 100%;
flex: 1;
justify-content: center;
}
.hydrop-meter-name {
font-weight: 600;
font-size: 1rem;
color: var(--hydrop-color-primary);
line-height: 1.3;
margin: 0;
}
.hydrop-meter-description {
font-size: 0.875rem;
color: var(--hydrop-color-text);
opacity: 0.8;
line-height: 1.4;
margin: 0;
} .hydrop-results {
text-align: center;
padding: 2rem 0;
}
.hydrop-results-icon {
font-size: 4rem;
margin-bottom: 1.5rem;
}
.hydrop-results-title {
font-size: 1.5rem;
font-weight: 700;
margin: 0 0 1rem 0;
}
.hydrop-results-reason {
font-size: 1rem;
color: var(--hydrop-checker-text-light);
margin: 0 0 2rem 0;
}
.hydrop-results-action {
margin-bottom: 2rem;
} .hydrop-upload-form {
background: var(--hydrop-checker-bg-light);
padding: 2rem;
border-radius: var(--hydrop-checker-radius);
margin: 2rem 0;
text-align: left;
}
.hydrop-upload-form h4 {
color: var(--hydrop-checker-primary);
margin: 0 0 1rem 0;
}
.hydrop-form-group {
margin-bottom: 1.5rem;
}
.hydrop-form-group label {
display: block;
font-weight: 600;
margin-bottom: 0.5rem;
color: var(--hydrop-checker-text);
}
.hydrop-form-group input[type="email"] {
width: 100%;
padding: 0.75rem;
border: 1px solid var(--hydrop-checker-border);
border-radius: var(--hydrop-checker-radius);
font-size: 1rem;
transition: var(--hydrop-checker-transition);
box-sizing: border-box;
}
.hydrop-form-group input[type="email"]:focus {
outline: none;
border-color: var(--hydrop-checker-primary);
box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}
.hydrop-file-upload {
position: relative;
display: inline-block;
width: 100%;
}
.hydrop-file-upload input[type="file"] {
position: absolute;
opacity: 0;
pointer-events: none;
width: 100%;
height: 100%;
}
.hydrop-file-upload-text {
display: flex;
align-items: center;
justify-content: center;
padding: 2rem;
border: 2px dashed var(--hydrop-checker-border);
border-radius: var(--hydrop-checker-radius);
background: var(--hydrop-checker-bg);
cursor: pointer;
transition: var(--hydrop-checker-transition);
text-align: center;
}
.hydrop-file-upload:hover .hydrop-file-upload-text {
border-color: var(--hydrop-checker-primary);
background: var(--hydrop-checker-bg-light);
}
.hydrop-file-upload-icon {
font-size: 2rem;
margin-right: 0.5rem;
}
.hydrop-form-group small {
color: var(--hydrop-checker-text-muted);
font-size: 0.875rem;
margin-top: 0.25rem;
display: block;
}
.hydrop-upload-result {
padding: 1rem;
border-radius: var(--hydrop-checker-radius);
margin-top: 1rem;
}
.hydrop-upload-result.success {
background: rgba(3, 224, 110, 0.1);
color: var(--hydrop-checker-accent-dark);
border: 1px solid var(--hydrop-checker-accent);
}
.hydrop-upload-result.error {
background: rgba(2, 60, 131, 0.05);
color: var(--hydrop-checker-primary);
border: 1px solid var(--hydrop-checker-primary-light);
} .hydrop-checker .hydrop-btn,
.hydrop-checker button.hydrop-btn,
.hydrop-checker input[type="button"].hydrop-btn,
.hydrop-checker input[type="submit"].hydrop-btn,
.hydrop-checker a.hydrop-btn {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 0.75rem 1.5rem;
font-size: 1rem;
font-weight: 600;
border: none;
border-radius: var(--hydrop-checker-radius);
cursor: pointer;
text-decoration: none;
transition: var(--hydrop-checker-transition);
min-height: 48px;
gap: 0.5rem;
box-sizing: border-box;
font-family: inherit;
line-height: 1.5;
text-align: center;
vertical-align: middle;
white-space: nowrap;
user-select: none;
outline: none;
appearance: none;
text-transform: none;
}
.hydrop-checker .hydrop-btn:disabled,
.hydrop-checker button.hydrop-btn:disabled,
.hydrop-checker input[type="button"].hydrop-btn:disabled,
.hydrop-checker input[type="submit"].hydrop-btn:disabled {
opacity: 0.5 !important;
cursor: not-allowed !important;
}
.hydrop-checker .hydrop-btn-primary,
.hydrop-checker button.hydrop-btn-primary,
.hydrop-checker input[type="button"].hydrop-btn-primary,
.hydrop-checker input[type="submit"].hydrop-btn-primary,
.hydrop-checker a.hydrop-btn-primary {
background: var(--hydrop-checker-primary) !important;
color: white !important;
text-transform: none !important;
}
.hydrop-checker .hydrop-btn-primary:hover:not(:disabled),
.hydrop-checker button.hydrop-btn-primary:hover:not(:disabled),
.hydrop-checker input[type="button"].hydrop-btn-primary:hover:not(:disabled),
.hydrop-checker input[type="submit"].hydrop-btn-primary:hover:not(:disabled),
.hydrop-checker a.hydrop-btn-primary:hover {
background: var(--hydrop-checker-primary-dark) !important;
transform: translateY(-2px) !important;
box-shadow: var(--hydrop-checker-shadow) !important;
text-decoration: none !important;
color: white !important;
}
.hydrop-checker .hydrop-btn-secondary,
.hydrop-checker button.hydrop-btn-secondary,
.hydrop-checker input[type="button"].hydrop-btn-secondary,
.hydrop-checker input[type="submit"].hydrop-btn-secondary,
.hydrop-checker a.hydrop-btn-secondary {
background: var(--hydrop-checker-bg-light) !important;
color: var(--hydrop-checker-text) !important;
border: 1px solid var(--hydrop-checker-border) !important;
text-transform: none !important;
}
.hydrop-checker .hydrop-btn-secondary:hover:not(:disabled),
.hydrop-checker button.hydrop-btn-secondary:hover:not(:disabled),
.hydrop-checker input[type="button"].hydrop-btn-secondary:hover:not(:disabled),
.hydrop-checker input[type="submit"].hydrop-btn-secondary:hover:not(:disabled),
.hydrop-checker a.hydrop-btn-secondary:hover {
background: var(--hydrop-checker-bg) !important;
border-color: var(--hydrop-checker-text-light) !important;
text-decoration: none !important;
color: var(--hydrop-checker-text) !important;
}
.hydrop-checker .hydrop-btn-accent,
.hydrop-checker button.hydrop-btn-accent,
.hydrop-checker input[type="button"].hydrop-btn-accent,
.hydrop-checker input[type="submit"].hydrop-btn-accent,
.hydrop-checker a.hydrop-btn-accent {
background: var(--hydrop-checker-accent) !important;
color: white !important;
text-transform: none !important;
}
.hydrop-checker .hydrop-btn-accent:hover:not(:disabled),
.hydrop-checker button.hydrop-btn-accent:hover:not(:disabled),
.hydrop-checker input[type="button"].hydrop-btn-accent:hover:not(:disabled),
.hydrop-checker input[type="submit"].hydrop-btn-accent:hover:not(:disabled),
.hydrop-checker a.hydrop-btn-accent:hover {
background: var(--hydrop-checker-accent-dark) !important;
transform: translateY(-2px) !important;
box-shadow: var(--hydrop-checker-shadow) !important;
text-decoration: none !important;
color: white !important;
}
.hydrop-checker .hydrop-btn-large,
.hydrop-checker button.hydrop-btn-large,
.hydrop-checker input[type="button"].hydrop-btn-large,
.hydrop-checker input[type="submit"].hydrop-btn-large,
.hydrop-checker a.hydrop-btn-large {
padding: 1rem 2rem !important;
font-size: 1.125rem !important;
text-transform: none !important;
}
.hydrop-checker .hydrop-btn-loading .hydrop-btn-text {
display: none !important;
}
.hydrop-checker .hydrop-btn:not(.loading) .hydrop-btn-loading {
display: none !important;
} .hydrop-navigation {
display: flex;
justify-content: space-between;
margin-top: 2rem;
gap: 1rem;
flex-shrink: 0; z-index: 10;
position: relative;
background: var(--hydrop-checker-bg);
padding: 1rem 0 0.5rem 0; border-top: 1px solid var(--hydrop-checker-border-light);
min-height: 60px; } #hydrop-next-btn {
margin-left: auto;
} #hydrop-prev-btn:not([style*="display: none"]) ~ #hydrop-next-btn {
margin-left: 0;
}
.hydrop-restart-btn {
margin-top: 1rem;
} .hydrop-loading-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(255, 255, 255, 0.9);
display: flex;
align-items: center;
justify-content: center;
border-radius: var(--hydrop-checker-radius-lg);
z-index: 10;
}
.hydrop-loading-content {
text-align: center;
}
.hydrop-spinner {
width: 40px;
height: 40px;
border: 4px solid var(--hydrop-checker-border);
border-top: 4px solid var(--hydrop-checker-primary);
border-radius: 50%;
animation: hydrop-spin 1s linear infinite;
margin: 0 auto 1rem;
}
@keyframes hydrop-spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
} .hydrop-confetti-canvas {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 20;
} @keyframes hydrop-success-bounce {
0%, 20%, 53%, 80%, 100% {
transform: translate3d(0, 0, 0);
}
40%, 43% {
transform: translate3d(0, -30px, 0);
}
70% {
transform: translate3d(0, -15px, 0);
}
90% {
transform: translate3d(0, -4px, 0);
}
}
.hydrop-results.success .hydrop-results-icon {
animation: hydrop-success-bounce 1s ease;
}
@media (max-width: 768px) {
.hydrop-checker-title {
font-size: 1.5rem;
}
.hydrop-checker-description {
font-size: 1rem;
}
.hydrop-question-title {
font-size: 1.125rem;
}
.hydrop-meter-options {
grid-template-columns: 1fr;
gap: 0.5rem;
}
.hydrop-option-content {
padding: 0.875rem;
}
.hydrop-meter-option .hydrop-option-content {
padding: 0.875rem;
gap: 0.75rem;
}
.hydrop-meter-image {
width: 50px;
height: 50px;
}
.hydrop-meter-option .hydrop-option-check {
width: 18px;
height: 18px;
top: 0.625rem;
right: 0.625rem;
}
.hydrop-upload-form {
padding: 1.5rem;
}
.hydrop-navigation {
gap: 0.75rem;
margin-top: 1.5rem; padding: 0.75rem 0 0.75rem 0; min-height: 70px; }
.hydrop-checker .hydrop-btn,
.hydrop-checker button.hydrop-btn,
.hydrop-checker input[type="button"].hydrop-btn,
.hydrop-checker input[type="submit"].hydrop-btn,
.hydrop-checker a.hydrop-btn {
flex: 1 !important;
justify-content: center !important;
}
}
@media (max-width: 768px) {
.hydrop-checker .hydrop-btn,
.hydrop-checker button.hydrop-btn,
.hydrop-checker input[type="button"].hydrop-btn,
.hydrop-checker input[type="submit"].hydrop-btn,
.hydrop-checker a.hydrop-btn {
flex: 1;
justify-content: center;
}
.hydrop-file-upload-icon {
margin: 0;
}
} @media (prefers-contrast: high) {
.hydrop-option-content {
border-width: 3px;
}
.hydrop-btn {
border: 2px solid currentColor;
}
} @media (prefers-reduced-motion: reduce) {
* {
animation-duration: 0.01ms !important;
animation-iteration-count: 1 !important;
transition-duration: 0.01ms !important;
}
.hydrop-question {
transform: none;
}
.hydrop-question.active {
transform: none;
}
} .hydrop-checker.upload-mode {
min-height: auto; height: auto;
max-height: none;
}
.hydrop-checker.upload-mode .hydrop-checker-title,
.hydrop-checker.upload-mode .hydrop-checker-description,
.hydrop-checker.upload-mode .hydrop-progress-container {
display: none;
}
.hydrop-checker.upload-mode .hydrop-questions-container {
min-height: auto;
max-height: none;
overflow: visible;
flex: 1;
}
.hydrop-checker.upload-mode .hydrop-results {
padding: 0.5rem 0;
flex: 1;
display: flex;
flex-direction: column;
justify-content: flex-start;
position: static;
opacity: 1;
transform: none;
height: auto;
}
.hydrop-checker.upload-mode .hydrop-results-icon {
font-size: 2.5rem;
margin-bottom: 0.75rem;
}
.hydrop-checker.upload-mode .hydrop-results-title {
font-size: 1.125rem;
margin-bottom: 0.5rem;
}
.hydrop-checker.upload-mode .hydrop-results-reason {
font-size: 0.875rem;
margin-bottom: 1rem;
}
.hydrop-checker.upload-mode .hydrop-results-action {
display: none; }
.hydrop-checker.upload-mode .hydrop-upload-form {
margin: 0.5rem 0;
padding: 1.5rem;
background: var(--hydrop-checker-bg-light);
border-radius: var(--hydrop-checker-radius);
flex-shrink: 0;
position: relative;
border: 1px solid var(--hydrop-checker-border-light);
}
.hydrop-checker.upload-mode .hydrop-upload-form form {
display: flex;
flex-direction: column;
gap: 1.25rem;
}
.hydrop-checker.upload-mode .hydrop-upload-form button[type="submit"] { all: unset; display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
align-self: stretch !important;
margin-top: 0.5rem !important;
padding: 0.875rem 1.5rem !important;
font-size: 1rem !important;
font-weight: 600 !important;
border: none !important;
border-radius: var(--hydrop-checker-radius) !important;
transition: var(--hydrop-checker-transition) !important;
box-shadow: var(--hydrop-checker-shadow) !important;
cursor: pointer !important;
box-sizing: border-box !important;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important;
line-height: 1.5 !important;
text-align: center !important;
vertical-align: middle !important;
white-space: nowrap !important;
user-select: none !important;
outline: none !important;
appearance: none !important;
-webkit-appearance: none !important;
-moz-appearance: none !important;
background: var(--hydrop-checker-primary) !important;
color: white !important;
}
.hydrop-checker.upload-mode .hydrop-upload-form button[type="submit"]:hover:not(:disabled) {
transform: translateY(-1px) !important;
box-shadow: var(--hydrop-checker-shadow-lg) !important;
background: var(--hydrop-checker-primary-dark) !important;
color: white !important;
text-decoration: none !important;
}
.hydrop-checker.upload-mode .hydrop-upload-form button[type="submit"] {
float: right !important;
margin-left: auto !important;
}
.hydrop-checker.upload-mode .hydrop-upload-form h4 {
font-size: 1.125rem;
font-weight: 600;
margin-bottom: 0;
color: var(--hydrop-checker-primary);
}
.hydrop-checker.upload-mode .hydrop-upload-form p {
font-size: 0.875rem;
margin-bottom: 0;
color: var(--hydrop-checker-text-light);
line-height: 1.5;
}
.hydrop-checker.upload-mode .hydrop-form-group {
margin-bottom: 0; }
.hydrop-checker.upload-mode .hydrop-form-group:last-of-type {
margin-bottom: 0; }
.hydrop-checker.upload-mode .hydrop-file-upload-text {
padding: 1.25rem;
border-radius: var(--hydrop-checker-radius);
transition: var(--hydrop-checker-transition);
}
.hydrop-checker.upload-mode .hydrop-file-upload:hover .hydrop-file-upload-text {
border-color: var(--hydrop-checker-primary-light);
background: var(--hydrop-checker-bg);
}
.hydrop-checker.upload-mode .hydrop-restart-btn {
margin-top: 0.75rem;
flex-shrink: 0;
} @media (max-width: 768px) {
.hydrop-checker.upload-mode {
padding: 1rem; min-height: auto; }
.hydrop-checker.upload-mode .hydrop-upload-form {
padding: 1.25rem;
margin: 0.5rem 0;
}
.hydrop-checker.upload-mode .hydrop-upload-form form {
gap: 1rem; }
.hydrop-checker.upload-mode .hydrop-file-upload-text {
padding: 1rem;
font-size: 0.875rem;
}
.hydrop-checker.upload-mode .hydrop-file-upload-icon {
font-size: 1.5rem;
}
.hydrop-checker.upload-mode .hydrop-results-icon {
font-size: 2rem;
}
.hydrop-checker.upload-mode .hydrop-upload-form button[type="submit"] {
padding: 1rem 1.5rem !important;
font-size: 1rem !important;
}
} @media (max-width: 480px) {
.hydrop-questions-container {
min-height: auto; max-height: none; overflow: visible; }
.hydrop-navigation {
margin-top: 1rem;
padding: 0.5rem 0 0.75rem 0;
min-height: 65px;
}
.hydrop-checker .hydrop-btn {
padding: 0.75rem 1rem !important;
font-size: 0.9rem !important;
}
} @media (max-height: 600px) {
.hydrop-checker {
min-height: auto; }
.hydrop-questions-container {
max-height: none; min-height: auto; overflow: visible; }
.hydrop-navigation { .hydrop-questions-container {
scroll-behavior: smooth;
} .hydrop-navigation .hydrop-btn {
min-height: 44px; min-width: 88px; } @media (prefers-contrast: high) {
.hydrop-navigation {
border-top: 2px solid var(--hydrop-checker-text);
}
}