.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;
}.wpa-test-msg{background: #d1ecf1 !important; border: 1px solid #bee5eb !important; border-radius: 5px !important;color: #0c5460 !important; font-size: 14px !important; padding:.75rem 1.25rem !important; font-family: Arial !important; margin-top:5px !important;}
span.wpa-button{ display: inline-block !important; padding-top: 5px !important; color: #fff !important;background-color: #6c757d !important;border-color: #6c757d !important; padding: 5px 10px !important; border-radius: 5px !important; margin-top:5px !important;  cursor: pointer !important; }
#altEmail_container, .altEmail_container{position:absolute !important; overflow: hidden !important; display: inline !important; height:1px !important; width: 1px !important;z-index:-1000 !important;}.custom-popup {
position:fixed;z-index:999999999999;background-color:var(--popup-background-color);left:calc(50% - 1rem);display:flex;align-items:center;justify-content:center;flex-direction:row;top:-100vh;border:0;overflow:hidden;border-radius:50%;width:0;height:0;padding:0;transition:background-color 1.5s ease-in-out;text-align:center;
& > * {
opacity:0;transition:opacity 1.5s ease-in-out;
}
& p {
color:var(--popup-text-color);
&.mentions-popup {
font-style:italic;font-size:.8rem;margin-top:.5rem;
}
}
&.active {
&:not(.ontop) {
animation:showPopup 1.5s ease-in-out forwards;left:calc(50% - 20vw);background-color:var(--popup-background-color);border-radius:var(--popup-border-radius);            box-shadow:#00000099 0px 0px 10px;
&::after {
content:'';position:absolute;background:var(--popup-background-color);width:100%;height:100%;top:0;left:0;z-index:-1;
}
}
&:not(.close)::before {
content:'';position:fixed;background:var(--popup-background-color);opacity:.95;width:100vw;height:100vh;top:0;left:0;z-index:-1;animation:opacityPopup 1.5s ease-in-out forwards;
}
&.ontop {
& .close {
animation:none;left:0;height:0;overflow:hidden;padding:0;
}
& .content-top {
display:block;
}
}
& > * {
opacity:1;
}
& .content {
display:block;margin-bottom:1rem;width:100%;text-align:left;
& p, & ul {
margin-bottom:.5rem;font-size:1rem;font-family: Arial, sans-serif;
}
}
& .content-top {
display:none;
}
&.close {
animation:hidePopup 1.5s ease-in-out forwards;left:calc(50% - 1rem);
}
}
& .custom-popup-content{
width: 50%;display: flex;flex-direction: column;align-items: flex-start;padding: 1rem 6%;
}
& .custom-content-img{
width: 50%;height:100%;
& img{
width: 100%;height: 100%;max-height: 100%;object-fit: cover;margin-bottom: 0;
}
}
& h2 {
text-align:left;font-size:1.2rem;color:var(--popup-title-color);font-family:Arial, sans-serif;font-weight: bold;line-height:1.2;text-wrap: balance;
& em {
font-size:inherit;font-style:normal;
&.ontop {
display:none;
}
}
& > *:first-child {font-family:'DINPro', sans-serif;text-transform:none;margin-bottom:0;letter-spacing:0;}
}
&.ontop {
position:relative;display:flex;top:0;height:10vh;background:var(--popup-background-color);flex-direction:row;width:100vw;border-radius:0;left:0;animation:none;gap:2rem;transition:height .5s ease-in-out;padding-inline:6vw;
& h2 {
text-align:left;max-width:fit-content;font-size:1.4rem;
& em {
&:not(.ontop) {
display:none;
}
&.ontop {
display:block;
}
}
}
& .countdown {
margin:0;
}
& > * {
transition-delay:.25s;
}
&::before, & img {
display:none;
}
& .content {
display:none;
}
& p {
line-height:1;text-align:left;margin-inline:0;margin-bottom:0;
&:not(.content-top), &.mentions-popup {
display:none;
}
}
& a {
&.popup-close {
font-size:1.3rem;width:1.5rem;height:1.5rem;right:1.5rem;top:.5rem;
}
&.popup-cta {
margin-top:0;font-size:1rem;border-radius: 2rem;font-family: Arial, sans-serif;
}
}
&:not(.active) {
height:0;overflow:hidden;
}
}
& span {
display:block;font-size:50%;color:var(--popup-text-color);
}
& a {
&.popup-cta {
margin-bottom:0;background:var(--popup-cta-background-color);color:var(--popup-cta-text-color);border-radius:var(--popup-border-radius);padding:.5rem 2rem;line-height:1.2;font-size:1rem;font-weight:bold;margin-top:1rem;transition:all .25s ease-in-out;border-radius: 2rem;font-family: Arial, sans-serif;
&:hover {
background:var(--popup-cta-background-color-hover);
}
}
&.popup-close {
position:absolute;top:1rem;right:1rem;color:var(--popup-cta-text-color);font-size:1.6rem;transition:all .5s ease-in-out;transform-origin:50% 50%;line-height:1;background:var(--popup-background-color);color:var(--popup-title-color);border-radius:50%;aspect-ratio:1/1;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;padding-bottom:.25rem;
&:hover {
transform:rotate(360deg) scale(1.2);
}
}
}
& .countdown {
display:flex;align-items:center;justify-content:flex-start;gap:.5rem;margin-bottom:1rem;
& > div {
display:flex;flex-direction:column-reverse;align-items:center;justify-content:center;aspect-ratio:1/1;width:4rem;border-radius:50%;background:var(--popup-cta-background-color);color:var(--popup-text-color);font-size:1.6rem;line-height:1;font-weight:bold;
&:empty {
display:none;
}
span {
color:var(--popup-text-color);font-size:40%;font-weight:normal;
}
}
}
& img {object-fit:cover;margin-bottom:1rem;max-height:45%;width:100%;max-width:100%;border-radius:var(--popup-border-radius);}
} @keyframes showPopup {
0% {top:-100vh;left:calc(50% - 1rem);}
50% {top:calc(50% - 1rem);left:calc(50% - 1rem);}
60% {top:calc(50% - 5rem);width:0;height:0;left:calc(50% - 1rem);}
70% {top:calc(50% - 1rem);width:0;height:0;left:calc(50% - 1rem);border-radius:50%;border-width:2rem;}
100% {top:calc(50% - 35vh);width:60vw;height:70vh;left:calc(50% - 30vw);border-radius:var(--popup-border-radius);border-width:1rem;}
}
@keyframes opacityPopup {
0% {opacity:0;}
100% {opacity:.75;}
}
@keyframes hidePopup {
0% {top:calc(50% - 35vh);width:60vw;height:70vh;left:calc(50% - 30vw);border-radius:var(--popup-border-radius);border-width:1rem;}
30% {top:calc(50% - 1rem);width:0;height:0;left:calc(50% - 1rem);border-radius:50%;border-width:2rem;}
40% {top:calc(50% - 5rem);width:0;height:0;left:calc(50% - 1rem);}
50% {top:calc(50% - 1rem);left:calc(50% - 1rem);}
100% {top:-100vh;left:calc(50% - 1rem);}
}
@media screen and (max-width:1600px) and (min-height:500px) and (orientation:landscape) {
@keyframes showPopup {
0% {top:-100vh;left:calc(50% - 1rem);}
50% {top:calc(50% - 1rem);left:calc(50% - 1rem);}
60% {top:calc(50% - 5rem);width:0;height:0;left:calc(50% - 1rem);}
70% {top:calc(50% - 1rem);width:0;height:0;left:calc(50% - 1rem);border-radius:50%;border-width:2rem;}
100% {top:calc(50% - 40vh);width:60vw;height:80vh;left:calc(50% - 30vw);border-radius:var(--popup-border-radius);border-width:1rem;}
}
@keyframes hidePopup {
0% {top:calc(50% - 40vh);width:60vw;height:80vh;left:calc(50% - 30vw);border-radius:var(--popup-border-radius);border-width:1rem;}
30% {top:calc(50% - 1rem);width:0;height:0;left:calc(50% - 1rem);border-radius:50%;border-width:2rem;}
40% {top:calc(50% - 5rem);width:0;height:0;left:calc(50% - 1rem);}
50% {top:calc(50% - 1rem);left:calc(50% - 1rem);}
100% {top:-100vh;left:calc(50% - 1rem);}
}
}
@media screen and (max-width:1200px) and (min-height:500px) and (orientation:landscape) {
@keyframes showPopup {
0% {top:-100vh;left:calc(50% - 1rem);}
50% {top:calc(50% - 1rem);left:calc(50% - 1rem);}
60% {top:calc(50% - 5rem);width:0;height:0;left:calc(50% - 1rem);}
70% {top:calc(50% - 1rem);width:0;height:0;left:calc(50% - 1rem);border-radius:50%;border-width:2rem;}
100% {top:calc(50% - 40vh);width:80vw;height:80vh;left:calc(50% - 40vw);border-radius:var(--popup-border-radius);border-width:1rem;}
}
@keyframes hidePopup {
0% {top:calc(50% - 40vh);width:80vw;height:80vh;left:calc(50% - 40vw);border-radius:var(--popup-border-radius);border-width:1rem;}
30% {top:calc(50% - 1rem);width:0;height:0;left:calc(50% - 1rem);border-radius:50%;border-width:2rem;}
40% {top:calc(50% - 5rem);width:0;height:0;left:calc(50% - 1rem);}
50% {top:calc(50% - 1rem);left:calc(50% - 1rem);}
100% {top:-100vh;left:calc(50% - 1rem);}
}
}
@media screen and (orientation:portrait) {
.custom-popup{
flex-direction: column;justify-content: flex-start;
& .custom-popup-content {
width: 100%;
order: 2;
}
& .custom-content-img {
order: 1;
width: 100%;
height: 40%;
}
}
@keyframes showPopup {
0% {top:-100vh;left:calc(50% - 1rem);}
50% {top:calc(50% - 1rem);left:calc(50% - 1rem);}
60% {top:calc(50% - 5rem);width:0;height:0;left:calc(50% - 1rem);}
70% {top:calc(50% - 1rem);width:0;height:0;left:calc(50% - 1rem);border-radius:50%;border-width:2rem;}
100% {top:calc(50% - 40vh);width:60vw;height:80vh;left:calc(50% - 30vw);border-radius:var(--popup-border-radius);border-width:1rem;}
}
@keyframes hidePopup {
0% {top:calc(50% - 40vh);width:60vw;height:80vh;left:calc(50% - 30vw);border-radius:var(--popup-border-radius);border-width:1rem;}
30% {top:calc(50% - 1rem);width:0;height:0;left:calc(50% - 1rem);border-radius:50%;border-width:2rem;}
40% {top:calc(50% - 5rem);width:0;height:0;left:calc(50% - 1rem);}
50% {top:calc(50% - 1rem);left:calc(50% - 1rem);}
100% {top:-100vh;left:calc(50% - 1rem);}
}
}
@media screen and (max-width:1400px){
.custom-popup {
&.active{
& .custom-popup-content{
padding: 1rem 2rem;
}
}
}
}
@media screen and (max-width:640px) {
.custom-popup {
&.ontop {
flex-direction:column;height:fit-content;gap:1rem;padding:2rem 0;
& h2 {text-align:center;}
}
& h2 {font-size:1.3rem;}
}
@keyframes showPopup {
0% {top:-100vh;left:calc(50% - 1rem);}
50% {top:calc(50% - 1rem);left:calc(50% - 1rem);}
60% {top:calc(50% - 5rem);width:0;height:0;left:calc(50% - 1rem);}
70% {top:calc(50% - 1rem);width:0;height:0;left:calc(50% - 1rem);border-radius:50%;border-width:2rem;}
100% {top:calc(50% - 40vh);width:90vw;height:80vh;left:calc(50% - 45vw);border-radius:var(--popup-border-radius);border-width:1rem;}
}
@keyframes hidePopup {
0% {top:calc(50% - 40vh);width:90vw;height:80vh;left:calc(50% - 45vw);border-radius:var(--popup-border-radius);border-width:1rem;}
30% {top:calc(50% - 1rem);width:0;height:0;left:calc(50% - 1rem);border-radius:50%;border-width:2rem;}
40% {top:calc(50% - 5rem);width:0;height:0;left:calc(50% - 1rem);}
50% {top:calc(50% - 1rem);left:calc(50% - 1rem);}
100% {top:-100vh;left:calc(50% - 1rem);}
}
}
@media screen and (max-width:410px) {
.custom-popup{
& .custom-content-img {
height: 260px;
}
& .custom-popup-content {
padding: 1rem;
}
&.active{
& .content {
margin-bottom: 0rem;
}
}
}
}
@media screen and (max-width:360px) {
.custom-popup {
&.active {
& .content {
& p, & ul {
font-size: .9rem;
}
}
}
}
}
@media screen and (max-height:500px) and (orientation:landscape) {
.custom-popup {
&.active {justify-content:flex-start;overflow-y:auto;}
& a.button {min-height:2rem;}
}
@keyframes showPopup {
0% {top:-100vh;left:calc(50% - 1rem);}
50% {top:calc(50% - 1rem);left:calc(50% - 1rem);}
60% {top:calc(50% - 5rem);width:0;height:0;left:calc(50% - 1rem);}
70% {top:calc(50% - 1rem);width:0;height:0;left:calc(50% - 1rem);border-radius:50%;border-width:2rem;}
100% {top:calc(50% - 40vh);width:80vw;height:80vh;left:calc(50% - 40vw);border-radius:0;border-width:1rem;}
}
@keyframes hidePopup {
0% {top:calc(50% - 40vh);width:80vw;height:80vh;left:calc(50% - 40vw);border-radius:0;border-width:1rem;}
30% {top:calc(50% - 1rem);width:0;height:0;left:calc(50% - 1rem);border-radius:50%;border-width:2rem;}
40% {top:calc(50% - 5rem);width:0;height:0;left:calc(50% - 1rem);}
50% {top:calc(50% - 1rem);left:calc(50% - 1rem);}
100% {top:-100vh;left:calc(50% - 1rem);}
}
}.cmplz-video.cmplz-iframe-styles{background-color:transparent}.cmplz-video.cmplz-hidden{visibility:hidden !important}.cmplz-blocked-content-notice{display:none}.cmplz-placeholder-parent{height:inherit}.cmplz-optin .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optin .cmplz-wp-video .cmplz-blocked-content-notice,.cmplz-optout .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optout .cmplz-wp-video .cmplz-blocked-content-notice{display:block}.cmplz-blocked-content-container,.cmplz-wp-video{animation-name:cmplz-fadein;animation-duration:600ms;background:#FFF;border:0;border-radius:3px;box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15);display:flex;justify-content:center;align-items:center;background-repeat:no-repeat !important;background-size:cover !important;height:inherit;position:relative}.cmplz-blocked-content-container.gmw-map-cover,.cmplz-wp-video.gmw-map-cover{max-height:100%;position:absolute}.cmplz-blocked-content-container.cmplz-video-placeholder,.cmplz-wp-video.cmplz-video-placeholder{padding-bottom:initial}.cmplz-blocked-content-container iframe,.cmplz-wp-video iframe{visibility:hidden;max-height:100%;border:0 !important}.cmplz-blocked-content-container .cmplz-custom-accept-btn,.cmplz-wp-video .cmplz-custom-accept-btn{white-space:normal;text-transform:initial;cursor:pointer;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:200px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-custom-accept-btn:focus,.cmplz-wp-video .cmplz-custom-accept-btn:focus{border:1px dotted #cecece}.cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-wp-video .cmplz-blocked-content-notice{white-space:normal;text-transform:initial;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:300px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links{display:block;margin-bottom:10px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links a,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links a{color:#fff}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body{display:block}.cmplz-blocked-content-container div div{display:none}.cmplz-wp-video .cmplz-placeholder-element{width:100%;height:inherit}@keyframes cmplz-fadein{from{opacity:0}to{opacity:1}}