.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;
}#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;
}:root{--mementor-tts-bg-color: #f6f7fb;--mementor-tts-border-color: #dcdcde;--mementor-tts-accent-color: #2271b1;--mementor-tts-accent-color-hover: #135e96;--mementor-tts-text-color: #50575e;--mementor-tts-play-button-bg: #ffffff;--mementor-tts-play-button-bg-hover: #f6f7f7;--mementor-tts-progress-default: #e0e0e0;--mementor-tts-progress-playing: #2271b1;--mementor-tts-timer-color: #50575e;--mementor-tts-spacing-xs: 4px;--mementor-tts-spacing-sm: 8px;--mementor-tts-spacing-md: 12px;--mementor-tts-spacing-lg: 16px;--mementor-tts-play-icon-size: 24px;--mementor-tts-icon-size: 20px;--mementor-tts-font-size: 14px;--mementor-tts-player-padding: 15px;--mementor-tts-label-margin: 10px;--mementor-tts-label-size: 14px;--mementor-tts-label-weight: 400;--mementor-tts-label-color: #1d2327}.mementor-tts-preview-player{display:block;width:100%;max-width:var(--mementor-tts-max-width);transition:max-width .3s ease}.mementor-tts-preview-player .mementor-tts-player-container{display:block;width:100%;transition:max-width .3s ease}.mementor-tts-preview-player .mementor-tts-player{width:100%;transition:max-width .3s ease}html body .mementor-tts-preview-player,html body .mementor-tts-preview-player .mementor-tts-player-container{max-width:var(--mementor-tts-max-width);width:100%}html body .mementor-tts-preview-player .mementor-tts-player{width:100%}html body .mementor-tts-player-container{width:100%;box-sizing:border-box;margin-bottom:1.5em;transition:max-width .3s ease;max-width:var(--mementor-tts-max-width)}html body .mementor-tts-player-container{margin:1.5em 0;clear:both;display:block;position:relative;box-sizing:border-box}html body .mementor-tts-player-container.mementor-tts-before-title,html body .mementor-tts-player-container.mementor-tts-before-title-js{margin:0 0 1.5em;clear:both;display:block}html body .mementor-tts-player-container.mementor-tts-after-title-before-excerpt{margin:1.5em 0;clear:both;display:block}.entry-header+.mementor-tts-player-container.mementor-tts-after-title-before-excerpt{margin-top:1em}.mementor-tts-player-container.mementor-tts-after-title-before-excerpt+.entry-content,.mementor-tts-player-container.mementor-tts-after-title-before-excerpt+.excerpt{margin-top:1em}html body .mementor-tts-player-container.mementor-tts-after-title-after-excerpt{margin:1.5em 0;clear:both;display:block}.excerpt+.mementor-tts-player-container.mementor-tts-after-title-after-excerpt{margin-top:1em}.mementor-tts-player-container.mementor-tts-after-title-after-excerpt+.entry-content{margin-top:1em}html body .mementor-tts-player-container.mementor-tts-after-title,html body .mementor-tts-player-container.mementor-tts-after-title-js{margin:1.5em 0;clear:both;display:block}html body .mementor-tts-player-container.mementor-tts-after-content{margin:1.5em 0 0;clear:both;display:block}.mementor-tts-player-wrapper{position:relative;margin-bottom:10px;width:100%}.mementor-tts-player-label{display:block;margin-bottom:5px;line-height:1.4}.mementor-tts-player-label.label-size-small{font-size:12px}.mementor-tts-player-label.label-size-default{font-size:14px}.mementor-tts-player-label.label-size-large{font-size:16px}.mementor-tts-player-label.label-weight-normal{font-weight:400}.mementor-tts-player-label.label-weight-medium{font-weight:500}.mementor-tts-player-label.label-weight-bold{font-weight:700}.mementor-tts-player-label.label-color-dark{color:#1d2327}.mementor-tts-player-label.label-color-white{color:#fff}.mementor-tts-player-label.label-color-custom{color:var(--mementor-tts-custom-label-color, #1d2327)}.mementor-tts-player-label.text-left{text-align:left}.mementor-tts-player-label.text-center{text-align:center}.mementor-tts-player-label.text-right{text-align:right}.mementor-tts-player-label.mementor-tts-before-title,.mementor-tts-player-label.mementor-tts-before-title-js{margin-bottom:.5em}.mementor-tts-player-label.mementor-tts-after-title-before-excerpt,.mementor-tts-player-label.mementor-tts-after-title-after-excerpt,.mementor-tts-player-label.mementor-tts-after-content{margin-bottom:1em}.mementor-tts-player-label[class*=label-color-custom-]{color:var(--mementor-tts-custom-label-color)}.mementor-tts-preview-player[data-show-label=false] .mementor-tts-player-label,.mementor-tts-preview-player[data-show-label="0"] .mementor-tts-player-label{display:none!important}.mementor-tts-preview-player[data-show-label=true] .mementor-tts-player-label,.mementor-tts-preview-player[data-show-label="1"] .mementor-tts-player-label{display:block!important}.mementor-tts-preview-player[data-label-position=left] .mementor-tts-player-label{text-align:left!important}.mementor-tts-preview-player[data-label-position=center] .mementor-tts-player-label{text-align:center!important}.mementor-tts-preview-player[data-label-position=right] .mementor-tts-player-label{text-align:right!important}html body .mementor-tts-player button,html body .mementor-tts-preview-player button,html body .mementor-tts-custom-controls button,html body .mementor-tts-player .mementor-tts-play-button,html body .mementor-tts-player .mementor-tts-download-button,html body .mementor-tts-player .mementor-tts-speed-button,html body .mementor-tts-player .mementor-tts-skip-button{background:none!important;border:none!important;cursor:pointer!important;padding:0!important;margin:0!important;display:flex!important;align-items:center!important;justify-content:center!important;border-radius:4px!important;font-size:var(--mementor-tts-font-size, 14px)!important;position:relative!important;z-index:1!important;overflow:visible!important;line-height:normal!important;box-shadow:none!important;text-shadow:none!important;text-transform:none!important;letter-spacing:normal!important;min-width:auto!important;min-height:auto!important;font-weight:400!important;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;font-family:inherit!important;outline:none!important;color:inherit!important;vertical-align:middle!important;text-decoration:none!important;width:auto!important;height:auto!important}.mementor-tts-custom-controls{flex-wrap:wrap!important;justify-content:space-between!important;box-sizing:border-box!important;width:100%!important;max-width:none!important;display:flex!important;align-items:center;gap:var(--mementor-tts-spacing-sm, 8px);padding:var(--mementor-tts-player-padding, 15px)!important;background-color:var(--mementor-tts-bg-color, #f6f7fb)!important;border:var(--mementor-tts-border, none)!important;border-radius:var(--mementor-tts-border-radius, 4px)!important;font-size:var(--mementor-tts-font-size, 14px)!important;color:var(--mementor-tts-text-color, #0e0e0f)!important;position:relative!important;z-index:1!important;overflow:visible!important}.mementor-tts-play-button,.mementor-tts-player .mementor-tts-play-button,html body .mementor-tts-player .mementor-tts-play-button,html body .mementor-tts-player-container .mementor-tts-play-button,.entry-content .mementor-tts-player .mementor-tts-play-button,.post-content .mementor-tts-player .mementor-tts-play-button,html[lang] body .mementor-tts-player .mementor-tts-play-button,html[lang=en] body .mementor-tts-player .mementor-tts-play-button{display:flex!important;align-items:center!important;justify-content:center!important;width:calc(var(--mementor-tts-play-icon-size, 24px) * 1.5)!important;height:calc(var(--mementor-tts-play-icon-size, 24px) * 1.5)!important;min-width:calc(var(--mementor-tts-play-icon-size, 24px) * 1.5)!important;min-height:calc(var(--mementor-tts-play-icon-size, 24px) * 1.5)!important;max-width:calc(var(--mementor-tts-play-icon-size, 24px) * 1.5)!important;max-height:calc(var(--mementor-tts-play-icon-size, 24px) * 1.5)!important;background-color:var(--mementor-tts-play-button-bg, #ffffff)!important;border:1px solid var(--mementor-tts-border-color, #dcdcde)!important;border-radius:50%!important;cursor:pointer!important;padding:0!important;margin:0!important;order:1!important;position:relative!important;transition:background-color .2s ease!important;outline:none!important;line-height:1!important;box-sizing:border-box!important;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;font-size:inherit!important;flex-shrink:0!important}.mementor-tts-play-button:focus{outline:none;box-shadow:none}.mementor-tts-play-button:focus-visible,.mementor-tts-progress-container:focus-visible,.mementor-tts-volume-button:focus-visible,.mementor-tts-speed-button:focus-visible,.mementor-tts-download-button:focus-visible,.mementor-tts-sticky-play:focus-visible,.mementor-tts-sticky-volume:focus-visible,.mementor-tts-sticky-speed:focus-visible,.mementor-tts-sticky-download:focus-visible,.mementor-tts-sticky-close:focus-visible,.mementor-tts-sticky-progress-container:focus-visible,.mementor-tts-waveform:focus-visible{outline:2px solid var(--mementor-tts-accent-color, #2271b1)!important;outline-offset:2px!important;box-shadow:none!important}.mementor-tts-play-button:hover{background-color:var(--mementor-tts-play-button-bg-hover, #f6f7f7)}.mementor-tts-custom-controls[data-show-play-bg=false] .mementor-tts-play-button,.mementor-tts-player .mementor-tts-play-button.no-background,html body .mementor-tts-player .mementor-tts-play-button.no-background,html body .mementor-tts-player-container .mementor-tts-play-button.no-background,.entry-content .mementor-tts-player .mementor-tts-play-button.no-background,.post-content .mementor-tts-player .mementor-tts-play-button.no-background{background-color:transparent!important;background:transparent!important;border:none!important}.mementor-tts-custom-controls[data-show-play-bg=false] .mementor-tts-play-button:hover,.mementor-tts-player .mementor-tts-play-button.no-background:hover,html body .mementor-tts-player .mementor-tts-play-button.no-background:hover{background-color:transparent!important;background:transparent!important}.mementor-tts-play-button .dashicons,.mementor-tts-play-button .mementor-dashicons,html body .mementor-tts-play-button .dashicons,html body .mementor-tts-play-button .mementor-dashicons,.mementor-tts-player .mementor-tts-play-button .dashicons,.mementor-tts-player .mementor-tts-play-button .mementor-dashicons,html body .mementor-tts-player .mementor-tts-play-button .dashicons,html body .mementor-tts-player .mementor-tts-play-button .mementor-dashicons{position:absolute!important;top:50%!important;left:50%!important;transform:translate(-45%,-50%)!important;margin:0!important;padding:0!important;font-size:var(--mementor-tts-play-icon-size, 24px)!important;width:var(--mementor-tts-play-icon-size, 24px)!important;height:var(--mementor-tts-play-icon-size, 24px)!important;display:inline-block!important;line-height:1!important;color:var(--mementor-tts-accent-color, #2271b1)!important;-webkit-font-smoothing:antialiased!important;-moz-osx-font-smoothing:grayscale!important;text-decoration:none!important;vertical-align:middle!important;background:none!important;border:none!important;box-shadow:none!important}.dashicons-controls-pause:before,.mementor-dashicons-controls-pause:before{margin-left:-1px}html body .mementor-dashicons:before{content:""!important;display:block!important;width:100%!important;height:100%!important;font-family:inherit!important;background-color:currentColor!important;-webkit-mask:var(--mementor-tts-icon) center / contain no-repeat!important;mask:var(--mementor-tts-icon) center / contain no-repeat!important}.mementor-dashicons.dashicons-controls-play{--mementor-tts-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M5 4l10 6-10 6V4z'/%3E%3C/svg%3E")}.mementor-dashicons.dashicons-controls-pause{--mementor-tts-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M5 16V4h3v12H5zm7-12h3v12h-3V4z'/%3E%3C/svg%3E")}.mementor-dashicons.dashicons-controls-volumeon{--mementor-tts-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M2 7h4l5-4v14l-5-4H2V7zm12.69-2.46C14.82 4.59 18 5.92 18 10s-3.18 5.41-3.31 5.46c-.06.03-.13.04-.19.04-.2 0-.39-.12-.46-.31-.11-.26.02-.55.27-.65.11-.05 2.69-1.15 2.69-4.54 0-3.41-2.66-4.53-2.69-4.54-.25-.1-.38-.39-.27-.65.1-.25.39-.38.65-.27zM16 10c0 2.57-2.23 3.43-2.32 3.47-.06.02-.12.03-.18.03-.2 0-.39-.12-.47-.32-.1-.26.04-.55.29-.65.07-.02 1.68-.67 1.68-2.53s-1.61-2.51-1.68-2.53c-.25-.1-.38-.39-.29-.65.1-.25.39-.39.65-.29.09.04 2.32.9 2.32 3.47z'/%3E%3C/svg%3E")}.mementor-dashicons.dashicons-controls-volumeoff{--mementor-tts-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M2 7h4l5-4v14l-5-4H2V7z'/%3E%3C/svg%3E")}.mementor-dashicons.dashicons-update{--mementor-tts-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M10.2 3.28c3.53 0 6.43 2.61 6.92 6h2.08l-3.5 4-3.5-4h2.32c-.45-1.97-2.21-3.45-4.32-3.45-1.45 0-2.73.71-3.54 1.78L4.95 5.66C6.23 4.2 8.11 3.28 10.2 3.28zm-.4 13.44c-3.52 0-6.43-2.61-6.92-6H.8l3.5-4c1.17 1.33 2.33 2.67 3.5 4H5.48c.45 1.97 2.21 3.45 4.32 3.45 1.45 0 2.73-.71 3.54-1.78l1.71 1.95c-1.28 1.46-3.15 2.38-5.25 2.38z'/%3E%3C/svg%3E")}.mementor-dashicons.dashicons-download{--mementor-tts-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M14.01 4v6h2V2H4v8h2.01V4h8zm-2 2v6h3l-5 6-5-6h3V6h4z'/%3E%3C/svg%3E")}.mementor-dashicons.dashicons-info{--mementor-tts-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M10 2c4.42 0 8 3.58 8 8s-3.58 8-8 8-8-3.58-8-8 3.58-8 8-8zm1 4c0-.55-.45-1-1-1s-1 .45-1 1 .45 1 1 1 1-.45 1-1zm0 9V9H9v6h2z'/%3E%3C/svg%3E")}.mementor-dashicons.dashicons-media-audio{--mementor-tts-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M12 2l4 4v12H4V2h8zm0 4h3l-3-3v3zm1 7.26V8.09c0-.11-.04-.21-.12-.29-.07-.08-.16-.11-.27-.1 0 0-3.97.71-4.25.78C8.07 8.54 8 8.8 8 9v3.37c-.2-.09-.42-.07-.6-.07-.38 0-.7.13-.96.39-.26.27-.4.58-.4.96 0 .37.14.69.4.95.26.27.58.4.96.4.34 0 .7-.04.96-.26.26-.23.64-.65.64-1.12V10.3l3-.6V12c-.67-.2-1.17.04-1.44.31-.26.26-.39.58-.39.95 0 .38.13.69.39.96.27.26.71.39 1.08.39.38 0 .7-.13.96-.39.26-.27.4-.58.4-.96z'/%3E%3C/svg%3E")}.mementor-tts-time-display,.mementor-tts-duration-display{font-family:monospace;font-size:var(--mementor-tts-font-size, 14px);color:var(--mementor-tts-timer-color, #50575e);min-width:45px;flex-shrink:0;text-align:center}.mementor-tts-time-display{order:2}.mementor-tts-duration-display{order:4}.mementor-tts-progress-container{flex-grow:1;height:8px;background-color:var(--mementor-tts-progress-default, #e0e0e0)!important;border-radius:4px;cursor:pointer;position:relative;order:3;z-index:10;transition:background-color .2s ease;overflow:hidden}.mementor-tts-progress-container:hover{background-color:#d0d0d0!important}.mementor-tts-progress-container.thin{height:4px}.mementor-tts-progress-container.thick{height:8px}.mementor-tts-progress-bar{height:100%;width:100%;background-color:var(--mementor-tts-progress-playing, #2271b1)!important;border-radius:4px;position:absolute;top:0;left:0;pointer-events:none;transform:translate(calc((var(--mementor-tts-progress, 0) - 100) * 1%));transition:transform .1s linear}.mementor-tts-volume-button,html body .mementor-tts-player .mementor-tts-volume-button,html[lang] body .mementor-tts-player .mementor-tts-volume-button{background:none!important;border:none!important;cursor:pointer!important;padding:0!important;margin:0!important;order:5!important;line-height:inherit!important;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;width:auto!important;height:auto!important;min-width:auto!important;min-height:auto!important}.mementor-tts-volume-button:hover{opacity:.8}.mementor-tts-volume-button .dashicons,.mementor-tts-volume-button .mementor-dashicons{width:var(--mementor-tts-icon-size, 20px)!important;height:var(--mementor-tts-icon-size, 20px)!important;color:var(--mementor-tts-accent-color, #2271b1);display:inline-block!important;-webkit-font-smoothing:antialiased!important;-moz-osx-font-smoothing:grayscale!important}.mementor-tts-speed-button,html body .mementor-tts-player .mementor-tts-speed-button,html[lang] body .mementor-tts-player .mementor-tts-speed-button{background:none!important;border:none!important;cursor:pointer!important;padding:0!important;margin:0!important;min-width:40px!important;font-size:var(--mementor-tts-font-size, 14px)!important;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-weight:600!important;color:var(--mementor-tts-accent-color, #2271b1)!important;order:6;line-height:inherit!important;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;height:auto!important;min-height:auto!important}.mementor-tts-speed-button:hover{background-color:#0000000d}.mementor-tts-download-button,html body .mementor-tts-player .mementor-tts-download-button,html[lang] body .mementor-tts-player .mementor-tts-download-button{background:none!important;border:none!important;cursor:pointer!important;padding:0!important;margin:0!important;order:7!important;line-height:inherit!important;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;width:auto!important;height:auto!important;min-width:auto!important;min-height:auto!important}.mementor-tts-download-button:hover{opacity:.8}.mementor-tts-download-button .dashicons,.mementor-tts-download-button .mementor-dashicons{width:var(--mementor-tts-icon-size, 20px)!important;height:var(--mementor-tts-icon-size, 20px)!important;color:var(--mementor-tts-accent-color, #2271b1);display:inline-block!important;-webkit-font-smoothing:antialiased!important;-moz-osx-font-smoothing:grayscale!important}.mementor-tts-info-button,html body .mementor-tts-player .mementor-tts-info-button,html[lang] body .mementor-tts-player .mementor-tts-info-button{background:none!important;border:none!important;cursor:pointer!important;padding:0!important;margin:0!important;order:8!important;position:relative!important;line-height:inherit!important;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;width:auto!important;height:auto!important;min-width:auto!important;min-height:auto!important}.mementor-tts-info-button:hover{opacity:.8}.mementor-tts-info-button .dashicons,.mementor-tts-info-button .mementor-dashicons{width:var(--mementor-tts-icon-size, 20px)!important;height:var(--mementor-tts-icon-size, 20px)!important;color:var(--mementor-tts-accent-color, #2271b1);display:inline-block!important;-webkit-font-smoothing:antialiased!important;-moz-osx-font-smoothing:grayscale!important}.mementor-tts-info-popup{display:none;position:fixed;background-color:#fff;border:1px solid #ddd;border-radius:5px;padding:10px 15px;width:308px;max-width:90vw;box-shadow:0 3px 8px #00000026;z-index:9999;font-size:13px;line-height:1.5;color:#444;text-align:left;--button-x: 0px;--button-y: 0px;--button-width: 0px;--button-right: 0px}.mementor-tts-info-popup p{margin:0;padding:0}.mementor-tts-info-popup a{text-decoration:none}.mementor-tts-info-close{position:absolute;top:5px;right:5px;background:none;border:none;font-size:20px;line-height:1;width:20px;height:20px;padding:0;color:#666;cursor:pointer;opacity:.7;transition:opacity .2s}.mementor-tts-info-close:hover{opacity:1;color:#333}.mementor-tts-info-close:focus{outline:2px solid var(--mementor-tts-accent-color, #2271b1);outline-offset:2px}.mementor-tts-info-popup:after{content:"";position:absolute;top:100%;border-width:8px;border-style:solid;border-color:white transparent transparent transparent}.mementor-tts-info-popup.position-top-left{left:var(--button-x);top:var(--button-y);transform:translateY(-100%);margin-top:-8px}.mementor-tts-info-popup.position-top-left:after{left:15px}.mementor-tts-info-popup.position-top-center{left:calc(var(--button-x) + var(--button-width) / 2);top:var(--button-y);transform:translate(-50%,-100%);margin-top:-8px}.mementor-tts-info-popup.mementor-tts-info-sticky.position-top-center{transform:translate(-93%,-125%)}.mementor-tts-info-popup.position-top-center:after{left:50%;transform:translate(-50%)}.mementor-tts-info-popup.position-top-right{left:var(--button-right);top:var(--button-y);transform:translate(-100%,-100%);margin-top:-27px}.mementor-tts-info-popup.position-top-right:after{right:15px}.mementor-tts-info-popup.tooltip-visible{display:block}.mementor-tts-player,.mementor-tts-player-container,.mementor-tts-custom-controls,.mementor-tts-info-button{overflow:visible!important;position:relative!important}body .mementor-tts-player,body .mementor-tts-player-container,body .mementor-tts-custom-controls{overflow:visible!important}.mementor-tts-player-container *,.mementor-tts-player *{pointer-events:auto!important}.mementor-tts-info-popup-container{position:relative!important;overflow:visible!important}.mementor-tts-player.content-width,.mementor-tts-player.full-width{width:100%}@media screen and (max-width: 600px){.mementor-tts-custom-controls{flex-wrap:wrap;gap:8px;padding:10px}.mementor-tts-play-button{width:32px;height:32px}.mementor-tts-time-display,.mementor-tts-duration-display{font-size:12px;min-width:40px}}.elementor-widget-container .mementor-tts-player-container{display:block;width:100%;max-width:var(--mementor-tts-max-width)}.elementor-section .mementor-tts-player{width:100%;margin:0 auto}.mementor-tts-control-disabled,button.mementor-tts-control-disabled,.mementor-tts-custom-controls button.mementor-tts-control-disabled,.mementor-tts-player button[style*="display: none"],.mementor-tts-player button[style*="display:none"]{display:none!important;visibility:hidden!important;opacity:0!important;width:0!important;height:0!important;margin:0!important;padding:0!important;position:absolute!important;pointer-events:none!important}html body .mementor-tts-player-container{width:100%;box-sizing:border-box;display:block}html body .mementor-tts-player-container.mementor-tts-width-full{max-width:100%}html body .mementor-tts-player-container.mementor-tts-width-custom,html body .mementor-tts-player-container.mementor-tts-width-500,html body .mementor-tts-player-container.mementor-tts-width-content_width{max-width:var(--mementor-tts-max-width)}.mementor-tts-width-full,.mementor-tts-preview-player .mementor-tts-width-full,.mementor-tts-player.mementor-tts-width-full{width:100%}.mementor-tts-loading{opacity:.7;pointer-events:none}.mementor-tts-spin{animation:mementor-tts-spin 2s linear infinite}@keyframes mementor-tts-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.mementor-tts-generating{position:relative}.mementor-tts-generating .dashicons{animation:mementor-tts-spin 2s linear infinite;color:var(--mementor-tts-accent-color-hover, #135e96)!important}.mementor-tts-generate-button.mementor-tts-generating{background-color:#2271b11a!important;cursor:not-allowed!important}.mementor-tts-generate-button.mementor-tts-generating .dashicons{color:var(--mementor-tts-accent-color-hover, #135e96)!important}@keyframes mementor-tts-pulse{0%{box-shadow:0 0 #2271b166}70%{box-shadow:0 0 0 6px #2271b100}to{box-shadow:0 0 #2271b100}}.mementor-tts-player-container.is-generating .mementor-tts-play-button{animation:mementor-tts-pulse 1.5s infinite}.mementor-tts-player{width:100%!important;box-sizing:border-box!important;overflow:hidden!important;max-width:none!important}.mementor-tts-custom-controls{flex-wrap:wrap!important;justify-content:space-between!important;box-sizing:border-box!important;width:100%!important;max-width:none!important;background-color:var(--mementor-tts-bg-color, #f6f7fb)!important;border:var(--mementor-tts-border, none)!important}@media (max-width: 480px){.mementor-tts-custom-controls{padding:10px!important}.mementor-tts-play-button{width:32px!important;height:32px!important}.mementor-tts-time-display,.mementor-tts-duration-display{font-size:12px!important;min-width:auto!important}}.entry-content .mementor-tts-player,.post-content .mementor-tts-player,.content .mementor-tts-player,.wp-block .mementor-tts-player,.elementor-widget-container .mementor-tts-player{width:100%}.mementor-tts-player audio{width:1px!important;height:1px!important;position:absolute!important;left:-9999px!important}.home .mementor-tts-player-container,.archive .mementor-tts-player-container,.search .mementor-tts-player-container,.blog .mementor-tts-player-container,body:not(.single):not(.page):not(.singular) .mementor-tts-player-container{display:none!important}.elementor-widget-container .mementor-tts-player-container.mementor-tts-width-500,.elementor-widget-container .mementor-tts-player-container.mementor-tts-width-custom,.elementor-widget-container .mementor-tts-player-container.mementor-tts-width-full{width:100%!important;margin-left:auto!important;margin-right:auto!important}.elementor-widget-container .mementor-tts-player{width:100%}body .mementor-tts-player-container.mementor-tts-width-500,body .mementor-tts-preview-player .mementor-tts-width-500,body .mementor-tts-player-container.mementor-tts-width-custom,body .mementor-tts-preview-player .mementor-tts-width-custom{max-width:var(--mementor-tts-max-width)!important;width:100%!important;margin-left:auto!important;margin-right:auto!important}body .mementor-tts-player-container.mementor-tts-width-full,body .mementor-tts-preview-player .mementor-tts-width-full{width:100%!important}.mementor-tts-player-container{max-width:var(--mementor-tts-max-width)!important;width:100%!important;box-sizing:border-box!important;display:block!important}.mementor-tts-player{width:100%!important;box-sizing:border-box!important}.mementor-tts-player-container>p:empty,.mementor-tts-player>p:empty,.mementor-tts-custom-controls>p:empty{display:none!important}.mementor-tts-player-container>p:empty+p:empty{display:none!important}.mementor-tts-custom-controls>p,.mementor-tts-player>p:not(.e-n-accordion-item-title-text){margin:0!important;padding:0!important}.mementor-tts-player-container .elementor-widget-container p,.mementor-tts-player-container [class*=elementor] p,.mementor-tts-player-container [class*=e-n-accordion] p{margin:revert!important;padding:revert!important}body .mementor-tts-player-container[data-alignment=left],.mementor-tts-player-container[data-alignment=left]{margin-left:0!important;margin-right:auto!important}body .mementor-tts-player-container[data-alignment=center],.mementor-tts-player-container[data-alignment=center]{margin-left:auto!important;margin-right:auto!important}body .mementor-tts-player-container[data-alignment=right],.mementor-tts-player-container[data-alignment=right]{margin-left:auto!important;margin-right:0!important}html body .mementor-tts-player-container{max-width:var(--mementor-tts-max-width);width:100%;box-sizing:border-box;display:block}html body .mementor-tts-player-container[data-alignment=left]{margin-left:0!important;margin-right:auto!important}html body .mementor-tts-player-container[data-alignment=center]{margin-left:auto!important;margin-right:auto!important}html body .mementor-tts-player-container[data-alignment=right]{margin-left:auto!important;margin-right:0!important}.mementor-tts-player-container.mementor-tts-width-content_width{max-width:var(--mementor-tts-max-width)!important}.mementor-tts-player-container.mementor-tts-width-full_width{max-width:100%}html body .mementor-tts-preview-player .mementor-tts-player-container{max-width:var(--mementor-tts-max-width);width:100%}.mementor-tts-preview-player .mementor-tts-player,.mementor-tts-preview-player .mementor-tts-player *{max-width:none!important}.mementor-tts-preview-player .mementor-tts-player-container{display:block;width:100%;max-width:var(--mementor-tts-max-width)}html body .mementor-tts-preview-player .mementor-tts-player-container[data-alignment=left]{margin-left:0!important;margin-right:auto!important}html body .mementor-tts-preview-player .mementor-tts-player-container[data-alignment=center]{margin-left:auto!important;margin-right:auto!important}html body .mementor-tts-preview-player .mementor-tts-player-container[data-alignment=right]{margin-left:auto!important;margin-right:0!important}.mementor-tts-preview-player[data-alignment=left]{margin-left:0!important;margin-right:auto!important}.mementor-tts-preview-player[data-alignment=center]{margin-left:auto!important;margin-right:auto!important}.mementor-tts-preview-player[data-alignment=right]{margin-right:0!important;margin-left:auto!important}.mementor-tts-custom-controls,.mementor-tts-player,.mementor-tts-player-container{overflow:visible!important;position:relative!important}html body .mementor-tts-player-container.mementor-tts-align-left{margin-right:auto;margin-left:0}html body .mementor-tts-player-container.mementor-tts-align-center{margin-left:auto;margin-right:auto}html body .mementor-tts-player-container.mementor-tts-align-right{margin-left:auto;margin-right:0}html body .mementor-tts-player-container.mementor-tts-align-left{margin-right:auto;text-align:left}html body .mementor-tts-player-container.mementor-tts-align-center{margin-left:auto;margin-right:auto;text-align:center}html body .mementor-tts-player-container.mementor-tts-align-right{margin-left:auto;text-align:right}html body .mementor-tts-player-container.mementor-tts-width-content_width{max-width:500px}html body .mementor-tts-player-container.mementor-tts-width-full_width{width:100%}.entry-header+.mementor-tts-player-container,.entry-content+.mementor-tts-player-container,.excerpt+.mementor-tts-player-container{margin-top:1em}.mementor-tts-player-container+.entry-content,.mementor-tts-player-container+.excerpt{margin-top:1em}.mementor-tts-adjacent-to-entry-title,.mementor-tts-adjacent-to-entry-header,.mementor-tts-adjacent-to-post-title{margin:1.5em 0}.mementor-tts-before-entry-content,.mementor-tts-before-post-content,.mementor-tts-before-excerpt{margin:1.5em 0 1em}.mementor-tts-after-entry-excerpt,.mementor-tts-after-excerpt,.mementor-tts-after-post-excerpt,.mementor-tts-no-excerpt,.mementor-tts-no-excerpt-no-content{margin:1em 0 1.5em}.elementor-widget-container .mementor-tts-player-container{margin:1em 0}.elementor-widget-theme-post-content .mementor-tts-player-container{margin:1.5em 0}.entry-header+.mementor-tts-player-container{margin-top:1em}.mementor-tts-player-container+.entry-content{margin-top:1.5em}.excerpt+.mementor-tts-player-container{margin-top:1em}.mementor-tts-player-container+.excerpt{margin-top:1em}.mementor-tts-before-title-js{margin-bottom:1.5em}.mementor-tts-after-title-js{margin-top:1em;margin-bottom:1.5em}.mementor-tts-after-title-before-excerpt{margin:1em 0 1.5em}.mementor-tts-after-title-after-excerpt{margin:1.5em 0 1em}.mementor-tts-after-content{margin-top:1.5em;margin-bottom:0}.mementor-tts-player-container{clear:both;display:block;position:relative;box-sizing:border-box;width:100%}html body .mementor-tts-player-container.mementor-tts-max-width-custom{max-width:var(--mementor-tts-max-width, 100%)!important;width:100%!important}@supports (max-width: attr(data-max-width px)){html body .mementor-tts-max-width-custom{max-width:attr(data-max-width length,100%)!important}}html body .mementor-tts-player-container.mementor-tts-width-content_width{width:100%!important;max-width:var(--mementor-tts-max-width, 100%)!important}html body .mementor-tts-player-container.mementor-tts-max-width-custom .mementor-tts-player{width:100%!important}@media screen and (max-width: 1024px){html body .mementor-tts-player-container{padding:var(--mementor-tts-spacing-md)}.mementor-tts-custom-controls{gap:var(--mementor-tts-spacing-sm)}}@media screen and (max-width: 768px){html body .mementor-tts-player-container{padding:var(--mementor-tts-spacing-sm)}.mementor-tts-custom-controls{flex-wrap:wrap;gap:var(--mementor-tts-spacing-xs)}html body .mementor-tts-player .mementor-tts-custom-controls .mementor-tts-progress-container{min-width:80px!important}.mementor-tts-player-label{font-size:calc(var(--mementor-tts-label-size) * .9);margin-bottom:var(--mementor-tts-spacing-sm)}}@media screen and (max-width: 480px){html body .mementor-tts-player-container{padding:var(--mementor-tts-spacing-xs)}.mementor-tts-custom-controls{justify-content:center}.mementor-tts-time-display{font-size:calc(var(--mementor-tts-font-size) * .9)}.mementor-tts-volume-button,.mementor-tts-speed-button,.mementor-tts-download-button,.mementor-tts-info-button{padding:calc(var(--mementor-tts-spacing-xs) * 1.5)}.mementor-tts-player-label{font-size:calc(var(--mementor-tts-label-size) * .85);margin-bottom:var(--mementor-tts-spacing-xs)}.mementor-tts-play-button .dashicons{font-size:calc(var(--mementor-tts-play-icon-size) * 1.1);width:calc(var(--mementor-tts-play-icon-size) * 1.1);height:calc(var(--mementor-tts-play-icon-size) * 1.1)}.mementor-tts-volume-button .dashicons,.mementor-tts-speed-button .dashicons,.mementor-tts-download-button .dashicons,.mementor-tts-info-button .dashicons{font-size:calc(var(--mementor-tts-icon-size) * 1.1);width:calc(var(--mementor-tts-icon-size) * 1.1);height:calc(var(--mementor-tts-icon-size) * 1.1)}}@media screen and (max-width: 360px){.mementor-tts-custom-controls{gap:calc(var(--mementor-tts-spacing-xs) / 2)}.mementor-tts-volume-button,.mementor-tts-speed-button,.mementor-tts-download-button,.mementor-tts-info-button{padding:var(--mementor-tts-spacing-xs)}.mementor-tts-time-display{font-size:calc(var(--mementor-tts-font-size) * .85)}}.mementor-tts-volume-button,.mementor-tts-info-button,.mementor-tts-download-button,html body .mementor-tts-volume-button,html body .mementor-tts-info-button,html body .mementor-tts-download-button,.mementor-tts-preview-player .mementor-tts-volume-button,.mementor-tts-preview-player .mementor-tts-info-button,.mementor-tts-preview-player .mementor-tts-download-button{border:none!important;background:transparent!important;box-shadow:none!important}html body .mementor-tts-player .mementor-tts-download-button[style*="display: none"],html body .mementor-tts-player .mementor-tts-download-button[style*="display:none"],html body .mementor-tts-preview-player .mementor-tts-download-button[style*="display: none"],html body .mementor-tts-preview-player .mementor-tts-download-button[style*="display:none"],html body .mementor-tts-player .mementor-tts-info-button[style*="display: none"],html body .mementor-tts-player .mementor-tts-info-button[style*="display:none"],html body .mementor-tts-preview-player .mementor-tts-info-button[style*="display: none"],html body .mementor-tts-preview-player .mementor-tts-info-button[style*="display:none"],html body .mementor-tts-player .mementor-tts-volume-button[style*="display: none"],html body .mementor-tts-player .mementor-tts-volume-button[style*="display:none"],html body .mementor-tts-preview-player .mementor-tts-volume-button[style*="display: none"],html body .mementor-tts-preview-player .mementor-tts-volume-button[style*="display:none"],html body .mementor-tts-player .mementor-tts-speed-button[style*="display: none"],html body .mementor-tts-player .mementor-tts-speed-button[style*="display:none"],html body .mementor-tts-preview-player .mementor-tts-speed-button[style*="display: none"],html body .mementor-tts-preview-player .mementor-tts-speed-button[style*="display:none"],html body .mementor-tts-player .mementor-tts-time-display[style*="display: none"],html body .mementor-tts-player .mementor-tts-time-display[style*="display:none"],html body .mementor-tts-player .mementor-tts-duration-display[style*="display: none"],html body .mementor-tts-player .mementor-tts-duration-display[style*="display:none"],html body .mementor-tts-preview-player .mementor-tts-time-display[style*="display: none"],html body .mementor-tts-preview-player .mementor-tts-time-display[style*="display:none"],html body .mementor-tts-preview-player .mementor-tts-duration-display[style*="display: none"],html body .mementor-tts-preview-player .mementor-tts-duration-display[style*="display:none"]{display:none!important}html body .mementor-tts-sticky-footer{position:fixed!important;bottom:0!important;left:0!important;right:0!important;z-index:99999!important;background-color:var(--mementor-tts-sticky-bg, var(--mementor-tts-bg-color, #f6f7fb))!important;-webkit-backdrop-filter:var(--mementor-tts-sticky-backdrop, none)!important;backdrop-filter:var(--mementor-tts-sticky-backdrop, none)!important;border-top:1px solid var(--mementor-tts-border-color, #dcdcde)!important;box-shadow:0 -2px 8px #00000014!important;padding:var(--mementor-tts-player-padding, 12px) 16px!important;box-sizing:border-box!important;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif!important;transition:background-color .2s ease!important}html body .mementor-tts-sticky-footer:hover{background-color:var(--mementor-tts-bg-color, #f6f7fb)!important}html body .mementor-tts-sticky-inner{display:flex!important;align-items:center!important;gap:12px!important;height:100%!important;max-width:1200px!important;margin:0 auto!important}html body .mementor-tts-sticky-play{flex-shrink:0!important;display:flex!important;align-items:center!important;justify-content:center!important;width:36px!important;height:36px!important;border-radius:50%!important;border:none!important;background-color:var(--mementor-tts-play-button-bg, #ffffff)!important;color:var(--mementor-tts-accent-color, #2271b1)!important;cursor:pointer!important;padding:0!important;transition:background-color .15s ease!important}html body .mementor-tts-sticky-play:hover{background-color:var(--mementor-tts-play-button-bg-hover, #f6f7f7)!important}html body .mementor-tts-sticky-info{flex-shrink:1!important;min-width:0!important;max-width:240px!important}html body .mementor-tts-sticky-title{display:block!important;font-size:13px!important;font-weight:500!important;color:var(--mementor-tts-timer-color, #1d2327)!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;line-height:1.3!important}html body .mementor-tts-sticky-progress-wrap{flex:1!important;display:flex!important;align-items:center!important;gap:8px!important;min-width:min-content!important}html body .mementor-tts-sticky-time,html body .mementor-tts-sticky-duration{flex-shrink:0!important;font-size:12px!important;color:var(--mementor-tts-timer-color, #1d2327)!important;font-variant-numeric:tabular-nums!important;min-width:32px!important;text-align:center!important}html body .mementor-tts-sticky-progress-container{flex:1!important;height:4px!important;background-color:var(--mementor-tts-progress-default, #e0e0e0)!important;border-radius:2px!important;cursor:pointer!important;position:relative!important;min-width:60px!important;overflow:hidden!important}html body .mementor-tts-sticky-progress-bar{height:100%!important;width:100%!important;background-color:var(--mementor-tts-progress-playing, #2271b1)!important;border-radius:2px!important;transform:translate(calc((var(--mementor-tts-progress, 0) - 100) * 1%));transition:transform .1s linear!important;pointer-events:none!important}html body .mementor-tts-sticky-close{flex-shrink:0!important;display:flex!important;align-items:center!important;justify-content:center!important;width:28px!important;height:28px!important;border-radius:50%!important;border:none!important;background:transparent!important;color:var(--mementor-tts-accent-color, #2271b1)!important;cursor:pointer!important;padding:0!important;opacity:.6!important;transition:opacity .15s ease!important}html body .mementor-tts-sticky-close:hover{opacity:1!important}html body .mementor-tts-sticky-volume{flex-shrink:0!important;display:flex!important;align-items:center!important;justify-content:center!important;width:28px!important;height:28px!important;border:none!important;background:transparent!important;color:var(--mementor-tts-accent-color, #2271b1)!important;cursor:pointer!important;padding:0!important;opacity:.7!important;transition:opacity .15s ease!important}html body .mementor-tts-sticky-volume:hover{opacity:1!important}html body .mementor-tts-sticky-speed{flex-shrink:0!important;display:flex!important;align-items:center!important;justify-content:center!important;min-width:32px!important;height:24px!important;border:1px solid var(--mementor-tts-border-color, #dcdcde)!important;border-radius:4px!important;background:transparent!important;color:var(--mementor-tts-accent-color, #2271b1)!important;font-size:11px!important;font-weight:600!important;cursor:pointer!important;padding:0 4px!important;transition:border-color .15s ease!important}html body .mementor-tts-sticky-speed:hover{border-color:var(--mementor-tts-accent-color, #2271b1)!important;color:var(--mementor-tts-accent-color, #2271b1)!important}html body .mementor-tts-sticky-download{flex-shrink:0!important;display:flex!important;align-items:center!important;justify-content:center!important;width:28px!important;height:28px!important;color:var(--mementor-tts-accent-color, #2271b1)!important;text-decoration:none!important;opacity:.7!important;transition:opacity .15s ease!important}html body .mementor-tts-sticky-download:hover{opacity:1!important}@media (max-width: 640px){html body .mementor-tts-sticky-footer{padding:var(--mementor-tts-player-padding, 12px) 10px!important}html body .mementor-tts-sticky-inner{gap:8px!important}html body .mementor-tts-sticky-info{max-width:120px!important}html body .mementor-tts-sticky-title{font-size:12px!important}html body .mementor-tts-sticky-play{width:32px!important;height:32px!important}html body .mementor-tts-sticky-play svg{width:16px!important;height:16px!important}}html body .mementor-tts-sticky-footer.mementor-tts-sticky--centered,html body .mementor-tts-sticky-footer.mementor-tts-sticky--left,html body .mementor-tts-sticky-footer.mementor-tts-sticky--right{bottom:20px!important;width:480px!important;max-width:calc(100vw - 40px)!important;border:1px solid var(--mementor-tts-border-color, #dcdcde)!important;border-radius:12px!important;box-shadow:0 4px 16px #0000001f!important}html body .mementor-tts-sticky-footer.mementor-tts-sticky--centered .mementor-tts-sticky-info,html body .mementor-tts-sticky-footer.mementor-tts-sticky--left .mementor-tts-sticky-info,html body .mementor-tts-sticky-footer.mementor-tts-sticky--right .mementor-tts-sticky-info{max-width:140px!important}html body .mementor-tts-sticky-footer.mementor-tts-sticky--centered{left:50%!important;right:auto!important;transform:translate(-50%)!important}html body .mementor-tts-sticky-footer.mementor-tts-sticky--left{left:20px!important;right:auto!important}html body .mementor-tts-sticky-footer.mementor-tts-sticky--right{right:20px!important;left:auto!important}@media (max-width: 520px){html body .mementor-tts-sticky-footer.mementor-tts-sticky--centered,html body .mementor-tts-sticky-footer.mementor-tts-sticky--left,html body .mementor-tts-sticky-footer.mementor-tts-sticky--right{width:auto!important;max-width:none!important;left:16px!important;right:16px!important;transform:none!important}}html body .mementor-tts-progress-container.mementor-tts-waveform{height:32px!important;background:transparent!important;flex:1 1 0!important;min-width:0!important}html body .mementor-tts-progress-container.mementor-tts-waveform:hover{background:transparent!important}html body .mementor-tts-waveform-svg{width:100%!important;height:100%!important;display:block!important}html body .mementor-tts-waveform-bg rect{fill:var(--mementor-tts-progress-default, #e0e0e0)}html body .mementor-tts-waveform-fg rect{fill:var(--mementor-tts-progress-playing, #2271b1)}html body .mementor-tts-sticky-progress-container.mementor-tts-waveform{height:28px!important;background:transparent!important}.mementor-tts-player-container[dir=rtl] .mementor-tts-progress-bar,.mementor-tts-preview-player[dir=rtl] .mementor-tts-progress-bar,#mementor-tts-sticky-footer[dir=rtl] .mementor-tts-sticky-progress-bar,#tts-sticky-preview[dir=rtl] .mementor-tts-sticky-progress-bar{left:auto!important;right:0!important;transform:translate(calc((100 - var(--mementor-tts-progress, 0)) * 1%))}.mementor-tts-player-container[dir=rtl] .mementor-tts-player-label.text-left,.mementor-tts-preview-player[dir=rtl] .mementor-tts-player-label.text-left{text-align:right}.mementor-tts-preview-player[dir=rtl] .mementor-tts-custom-controls{direction:rtl}html body .mementor-tts-onclick-container{margin:1.25em 0!important}html body .mementor-tts-onclick-button,html body .mementor-tts-onclick-preparing{display:inline-flex!important;align-items:center!important;gap:.55em!important;background:transparent!important;border:1px solid rgba(128,128,128,.45)!important;border-radius:999px!important;padding:.55em 1.15em!important;margin:0!important;font-family:inherit!important;font-size:.95em!important;font-weight:600!important;line-height:1.2!important;letter-spacing:normal!important;text-transform:none!important;text-decoration:none!important;color:inherit!important;box-shadow:none!important}html body .mementor-tts-onclick-button{cursor:pointer!important;transition:background-color .15s ease,border-color .15s ease!important}html body .mementor-tts-onclick-button:hover{background:#8080801f!important;border-color:#808080b3!important}html body .mementor-tts-onclick-button:focus-visible{outline:2px solid currentColor!important;outline-offset:2px!important}html body .mementor-tts-onclick-icon{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:1.15em!important;height:1.15em!important;flex:0 0 auto!important;background:transparent!important;color:inherit!important}html body .mementor-tts-onclick-icon svg{width:100%!important;height:100%!important;display:block!important;fill:currentColor!important}html body .mementor-tts-onclick-label{white-space:nowrap!important}html body .mementor-tts-onclick-preparing{opacity:.8!important}html body .mementor-tts-onclick-spinner{display:block!important;width:1em!important;height:1em!important;box-sizing:border-box!important;border:2px solid rgba(128,128,128,.35)!important;border-top-color:currentColor!important;border-radius:50%!important;animation:mementor-tts-onclick-spin .9s linear infinite!important}@keyframes mementor-tts-onclick-spin{to{transform:rotate(360deg)}}html body .mementor-tts-onclick-error{display:block!important;font-size:.9em!important;color:inherit!important;opacity:.7!important}html body .mementor-tts-onclick-sticky{margin:0!important}html body .mementor-tts-onclick-button[hidden],html body .mementor-tts-onclick-preparing[hidden],html body .mementor-tts-onclick-error[hidden]{display:none!important}html body .mementor-tts-volume{position:relative!important;display:inline-flex!important;align-items:center!important;flex-shrink:0!important;pointer-events:auto!important}html body .mementor-tts-custom-controls>.mementor-tts-volume{order:5!important}html body .mementor-tts-volume-popup{position:fixed!important;z-index:100000!important;display:block!important;padding:0 0 8px!important;margin:0!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important;transition:opacity .12s ease,visibility 0s linear .12s!important}html body .mementor-tts-volume.is-open .mementor-tts-volume-popup{visibility:visible!important;opacity:1!important;pointer-events:auto!important;transition:opacity .12s ease,visibility 0s!important}html body input[type=range].mementor-tts-volume-slider{-webkit-appearance:none!important;appearance:none!important;writing-mode:vertical-lr!important;direction:rtl!important;display:block!important;box-sizing:content-box!important;width:4px!important;height:88px!important;min-height:0!important;margin:0!important;padding:10px 14px!important;border:1px solid var(--mementor-tts-border-color, #dcdcde)!important;border-radius:999px!important;box-shadow:0 4px 14px #0000001f!important;background-color:var(--mementor-tts-bg-color, #f6f7fb)!important;background-image:linear-gradient(to top,var(--mementor-tts-progress-playing, #2271b1) var(--mementor-tts-volume-fill, 100%),var(--mementor-tts-progress-default, #e0e0e0) var(--mementor-tts-volume-fill, 100%))!important;background-size:4px 88px!important;background-position:center!important;background-repeat:no-repeat!important;background-origin:content-box!important;cursor:pointer!important;outline:none!important}html body input[type=range].mementor-tts-volume-slider:focus-visible{outline:2px solid var(--mementor-tts-accent-color, #2271b1)!important;outline-offset:2px!important}html body input[type=range].mementor-tts-volume-slider::-webkit-slider-runnable-track{background:transparent!important;border:none!important}html body input[type=range].mementor-tts-volume-slider::-webkit-slider-thumb{-webkit-appearance:none!important;appearance:none!important;width:14px!important;height:14px!important;border:2px solid #fff!important;border-radius:50%!important;background:var(--mementor-tts-accent-color, #2271b1)!important;box-shadow:0 1px 3px #0000004d!important}html body input[type=range].mementor-tts-volume-slider::-moz-range-track{background:transparent!important;border:none!important}html body input[type=range].mementor-tts-volume-slider::-moz-range-progress{background:transparent!important}html body input[type=range].mementor-tts-volume-slider::-moz-range-thumb{width:14px!important;height:14px!important;box-sizing:border-box!important;border:2px solid #fff!important;border-radius:50%!important;background:var(--mementor-tts-accent-color, #2271b1)!important;box-shadow:0 1px 3px #0000004d!important}