.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 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 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;
}.gdpr-consent-bar {
position: fixed;
left: 0;
right: 0;
bottom: 0;
top: auto;
background-color: rgba(24,24,40,0.93);
z-index: 9999;
display: none;
}
.gdpr-consent-bar.bottom {
bottom: 0;
top: auto;
}
.gdpr-consent-bar.top {
bottom: auto;
top: 0;
}
.gdpr-consent-bar-box {
display: flex;
align-items: center;
justify-content: space-between;
padding: 10px 44px;
min-height: 50px;
}
.gdpr-consent-bar-text {
font-family: 'Source Sans Pro';
font-weight: 400;
font-size: 14px;
color: #ffffff;
line-height: 22px;
padding-right: 40px;
}
.gdpr-consent-bar-buttons {
display: flex;
align-items: center;
}
.btn-gdpr-agreement {
height: 30px;
border: 2px solid #ffffff;
border-radius: 15px;
color: #ffffff;
font-family: 'Montserrat';
font-weight: 700;
font-size: 14px;
line-height: 27px;
text-transform: uppercase;
background: none;
padding: 0 18px;
white-space: nowrap;
-webkit-transition: all 250ms;
transition: all 250ms;
}
.btn-gdpr-agreement:hover {
background-color: #ffffff;
color: #181828;
}
.btn-gdpr-preferences-open {
font-family: 'Source Sans Pro';
font-size: 14px;
line-height: 22px;
font-weight: 400;
color: #00bcd4;
background: none;
border: none;
margin-right: 22px;
padding: 0;
white-space: nowrap;
-webkit-transition: all 250ms;
transition: all 250ms;
}
.btn-gdpr-preferences-open:hover {
color: #ffffff;
}
.gdpr-privacy-preferences {
position: fixed;
left: 0;
right: 0;
bottom: 0;
top: 0;
background-color: rgba(57,61,80,0.8);
z-index: 9999;
display: none;
}
.gdpr-privacy-preferences-box {
height: 90%;
width: 90%;
max-width: 930px;
max-height: 680px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
background-color: #ffffff;
z-index: inherit;
}
.gdpr-privacy-preferences-box > form {
height: 100%;
position: relative;
display: flex;
flex-direction: column;
}
.btn-gdpr-privacy-preferences-close {
padding: 0;
margin: 0;
background: none;
border: none;
color: #99a9b5;
position: absolute;
right: 10px;
top: 10px;
z-index: inherit;
font-size: 0;
}
.btn-gdpr-privacy-preferences-close:before {
font-family: 'thegem-icons';
font-style: normal;
font-size: 28px;
content: '\e619';
line-height: 1;
}
.gdpr-privacy-preferences-header {
width: 100%;
position: relative;
flex: none;
padding: 25px 35px 15px;
}
.gdpr-privacy-preferences-title {
font-family: 'Montserrat UltraLight';
font-size: 24px;
color: #3c3950;
line-height: 38px;
text-transform: uppercase;
position: relative;
padding-left: 48px;
}
.gdpr-privacy-preferences-title:before {
content: '\e669';
font-family: 'thegem-icons';
font-style: normal;
color: #00bcd4;
font-size: 32px;
line-height: 1;
position: absolute;
left: -5px;
top: 5px;
}
.gdpr-privacy-preferences-body {
flex: 1 1 100%;
padding: 0 45px 0 35px;
overflow: hidden;
overflow-y: auto;
}
.gdpr-privacy-preferences-text {
font-family: 'Source Sans Pro';
font-size: 14px;
line-height: 23px;
font-weight: 400;
color: #5f727f;
}
.gdpr-privacy-preferences-consents {
padding: 20px 0;
position: relative;
}
.gdpr-privacy-preferences-consent-item {
display: flex;
font-family: 'Source Sans Pro';
font-size: 14px;
line-height: 23px;
font-weight: 400;
padding: 10px 0;
align-items: center;
min-height: 55px;
border-bottom: 1px solid #dfe5e8;
}
.gdpr-privacy-preferences-consent-item:last-child {
border-bottom: none;
}
.gdpr-privacy-consent-param {
width: 100%;
display: flex;
align-items: center;
}
.gdpr-privacy-consent-title {
flex: 0 0 170px;
font-weight: 300;
font-size: 19px;
color: #5f727f;
}
.gdpr-privacy-consent-description {
color: #99a9b5;
width: 100%;
}
.gdpr-privacy-consent-value {
flex: 0 0 100px;
display: flex;
justify-content: flex-end;
}
.gdpr-privacy-consent-value input {
display: block;
}
.thegem-gdpr-field {
display: flex;
align-items: flex-start;
padding: 10px 0;
}
.thegem-gdpr-field label {
margin-bottom: 0;
line-height: 26px;
}
.wpcf7-form .wpcf7-thegemgdpr .wpcf7-list-item .checkbox-sign,
.thegem-gdpr-field .checkbox-sign {
flex: 0 0 auto;
margin-right: 10px;
width: 26px;
height: 26px;
border: 1px solid #dfe5e8;
}
.wpcf7-form .wpcf7-thegemgdpr .wpcf7-list-item .checkbox-sign:before,
.thegem-gdpr-field .checkbox-sign:before {
font-size: 21px;
margin-left: -10px;
}
.wpcf7-form .wpcf7-thegemgdpr .wpcf7-list-item {
display: flex;
align-items: flex-start;
}
.wpcf7-form .wpcf7-thegemgdpr .wpcf7-list-item .wpcf7-list-item-label {
line-height: 26px;
}
.gdpr-privacy-consent-always-active {
text-transform: uppercase;
color: #5f727f;
}
.gdpr-privacy-checkbox {
display: block;
position: relative;
padding: 0;
margin: 0;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.gdpr-privacy-checkbox input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}
.gdpr-privacy-checkbox .gdpr-privacy-checkbox-check {
display: block;
position: relative;
width: 40px;
height: 24px;
background-color: #b6c6c9;
border-radius: 12px;
}
.gdpr-privacy-checkbox .gdpr-privacy-checkbox-check:after {
content: '';
position: absolute;
left: 4px;
width: 16px;
height: 16px;
top: 50%;
margin-top: -8px;
-webkit-transition: all 0.3s;
transition: all 0.3s;
border-radius: 50%;
box-shadow: 2px 4px 6px rgba(0,0,0,0.2);
background-color: #ffffff;
}
.gdpr-privacy-checkbox input:checked ~ .gdpr-privacy-checkbox-check {
background-color: #00bcd4;
}
.gdpr-privacy-checkbox input:checked ~ .gdpr-privacy-checkbox-check:after {
border-color: #00bcd4;
left: 20px;
}
.gdpr-privacy-preferences-footer {
width: 100%;
flex: none;
padding: 30px 45px 30px 40px;
background-color: #f0f3f2;
display: flex;
align-items: center;
justify-content: space-between;
flex-direction: row-reverse;
}
.gdpr-privacy-preferences-footer-links a {
font-family: 'Source Sans Pro';
font-weight: 400;
font-size: 14px;
line-height: 22px;
color: #00bcd4;
margin-right: 20px;
}
.gdpr-privacy-preferences-footer-links a:hover {
color: #494c64;
}
.btn-gdpr-privacy-save-preferences {
height: 30px;
white-space: nowrap;
border-radius: 15px;
border: 2px solid #00bcd4;
color: #00bcd4;
background-color: #f0f3f2;
text-transform: uppercase;
font-family: 'Montserrat';
font-size: 14px;
font-weight: 700;
line-height: 27px;
padding: 0 18px;
-webkit-transition: all 250ms;
transition: all 250ms;
}
.btn-gdpr-privacy-save-preferences:hover {
background-color: #00bcd4;
color: #f0f3f2;
}
.gem-gdpr-no-consent-wrap {
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
position: relative;
}
.gem-gdpr-no-consent-inner {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0,0,0,.5);
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
}
.gem-gdpr-no-consent-notice-text {
padding: 20px;
text-align: center;
color: #ffffff;
font-family: 'Source Sans Pro';
font-size: 14px;
white-space: pre-line;
}
.gem-gdpr-no-consent-notice-text .btn-gdpr-preferences {
font-weight: bold;
color: #ffffff;
text-decoration: underline;
}
.gem-gdpr-no-consent-notice-text [class^="gem-consent-icon-"] {
font-style: normal;
display: block;
line-height: 1;
margin-bottom: 5px;
font-size: 40px;
}
.gem-gdpr-no-consent-notice-text .gem-consent-icon-youtube:before {
content: '\e610';
font-family: 'thegem-socials';
}
.gem-gdpr-no-consent-notice-text .gem-consent-icon-vimeo:before {
content: '\e609';
font-family: 'thegem-socials';
}
.gem-gdpr-no-consent-notice-text .gem-consent-icon-google-maps:before {
content: '\e624';
font-family: 'thegem-icons';
font-style: normal;
}
.vc_video-bg-container .gem-gdpr-no-consent-wrap,
.page-title-block .gem-gdpr-no-consent-wrap,
.vc_map_responsive .gem-gdpr-no-consent-wrap,
.video-block .gem-gdpr-no-consent-wrap {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
}
.page-title-block .gem-gdpr-no-consent-wrap ~ .container {
position: relative;
z-index: 1;
}
.page-title-block .gem-gdpr-no-consent-inner {
align-items: flex-start;
}
.page-title-block .gem-gdpr-no-consent-notice-text {
vertical-align: top;
}
.page-title-block .gem-gdpr-no-consent-notice-text [class^="gem-consent-icon-"] {
display: inline-block;
margin-bottom: 0;
font-size: 20px;
margin-right: 10px;
top: 4px;
position: relative;
}
.vc_video-bg-container .gem-gdpr-no-consent-wrap {
z-index: 1;
}
@media (max-width: 768px) {
.gdpr-consent-bar-box {
flex-direction: column;
padding: 20px;
}
.gdpr-consent-bar-text {
padding-right: 0;
}
.gdpr-consent-bar-buttons {
width: 100%;
justify-content: space-between;
margin-top: 8px;
}
}
@media (max-width: 688px) {
.gdpr-privacy-preferences-body {
padding: 0 30px;
}
.gdpr-privacy-consent-param {
flex-wrap: wrap;
}
.gdpr-privacy-consent-title {
flex: none;
}
.gdpr-privacy-consent-description {
font-size: 12px;
line-height: 18px;
}
.gdpr-privacy-preferences-footer {
padding: 20px 30px;
flex-direction: column;
justify-content: center;
}
.btn-gdpr-privacy-save-preferences,
.gdpr-privacy-preferences-footer-links {
width: 100%;
}
.gdpr-privacy-preferences-footer-links {
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 10px;
}
.gdpr-privacy-preferences-footer-links a {
margin-right: 0;
}
}@font-face{font-display:block;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(//senseaition.com/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:content-box;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)>.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{-webkit-font-smoothing:antialiased;bottom:0;content:"\f053";font-family:TablePress;font-size:14px;font-weight:700;height:14px;left:-14px;line-height:1;margin:auto;position:absolute;right:auto;text-align:left;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{-webkit-font-smoothing:antialiased;bottom:0;font-family:TablePress;font-size:14px;font-weight:400;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)}