:root {
--ttbm-star-size: 18px;
--ttbm-star-color: #b2b1b1;
}
.ttbm-rating-stars {
--percent: calc(var(--ttbm-rating) / 5 * 100%);
display: inline-block;
font-size: var(--ttbm-star-size);
line-height: 1;
}
.ttbm-rating-stars::before {
content: "★★★★★";
letter-spacing: 1px;
background: linear-gradient(90deg, var(--color_theme) var(--percent), var(--ttbm-star-color) var(--percent));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
} .ttbm-review-submitted-msg {
color: white;
font-weight: 700;
background: #2ECC17;
display: inline-block;
padding: 10px;
border-radius: 5px;
}
.ttbm-review-submitted-msg.success {
background: #2ECC17;
color: white;
}
.ttbm-review-submitted-msg.error {
background: #DC3545;
color: white;
}
div.flora .ttbm-rating-stars{display: none !important;} table.ui-datepicker-calendar th{
background-color: var(--color_theme);
color: var(--color_theme_alter);
font-weight: 500;
font-size: 14px;
}
td.ui-datepicker-unselectable.ui-state-disabled{
color: #ddd;
background-color: #ddd;
} .ttbm_review_container {
margin-top: 50px;
}
.ttbm-avg-review-header {
border: 1px solid #ededed;
background-color: #f5f5f5;
padding: 10px;
font-weight: bold;
border-radius: var(--dbr_d);
margin-bottom: var(--dmp);
}
h4.ttbm-review-title { font-weight: var(--fw-bold) !important;
}
.quicktags-toolbar {
display: flex;
}
.ttbm-tour-review-item {
margin-bottom: 45px;
}
.ttbm-tour-review-rating-with-title {
align-items: center;
color: #2a2d32;
}
.ttbm-tour-rating {
width: 99px;
}
.ttbm-tour-rating .ttbm-rating-stars {
margin-top: 0;
}
.ttbm-tour-review-name {
font-weight: 700;
font-size: 17px;
line-height: 1;
}
.ttbm-tour-review-info {
margin-top: 13px;
color: #2a2d32;
font-size: 14px;
}
.ttbm-tour-review-content {
margin-top: 18px;
}
.ttbm-tour-review-content p {
color: #2a2d32;
font-size: 16px;
line-height: 1.6em;
} #give-review-btn {
background-color: #0a0a0a;
padding: 10px 15px;
border-radius: 5px;
text-transform: capitalize;
border: none;
color: #fff;
font-weight: 700;
cursor: pointer;
}
#give-review-btn:hover {
text-decoration: none;
}
.mage-modal {
display: none; position: fixed; z-index: 9999;   left: 0;
top: 50%;
transform: translateY(-50%);
width: 100%; height: 100%; overflow: auto; background-color: rgb(0, 0, 0); background-color: rgba(0, 0, 0, 0.4); } .mage-modal-content {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background-color: #fefefe;
margin: auto;
padding: 0;
border: 1px solid #888;
width: 700px;
border-radius: 5px;
max-width: 700px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
-webkit-animation-name: fadeIn;
-webkit-animation-duration: 0.4s;
animation-name: fadeIn;
animation-duration: 0.4s
}
@media (max-width: 767px) {
.mage-modal-content {
width: 90%;
max-width: 90%;
top: 20px;
transform: translateX(-50%);
}
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
} @-webkit-keyframes animatetop {
from {
top: -300px;
opacity: 0
}
to {
top: 0;
opacity: 1
}
}
@keyframes animatetop {
from {
top: -300px;
opacity: 0
}
to {
top: 0;
opacity: 1
}
} .close {
color: #565656;
float: right;
font-size: 19px;
font-weight: bold;
}
.close:hover,
.close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
}
.mage-modal-header {
padding: 10px 16px;
color: #565656;
border-bottom: 1px solid #ddd;
}
.mage-modal-header h3 {
font-size: 1em;
}
.mage-modal-body {
padding: 2px 16px;
}
.mage-modal-footer {
padding: 10px 16px;
color: #565656;
border-top: 1px solid #ddd;
}
.mage-modal-footer h3 {
font-size: 1em;
} .ttbm-tour-review-form .group {
margin-bottom: 20px;
}
.ttbm-tour-review-form .group input {
margin-bottom: 0 !important;
}
.ttbm-tour-review-form .group.col-tow {
display: flex;
width: 100%;
justify-content: space-between;
}
.ttbm-tour-review-form .group.col-tow > div {
flex-basis: 48%;
}
.ttbm-tour-review-form .group::after {
display: none;
}
.ttbm-tour-review-form p {
margin-bottom: 10px;
}
.ttbm-tour-review-form .ttbm-tour-review-heading {
margin-bottom: 25px;
}   .ttbm-tour-review-form .label {
font-weight: 700;
font-size: 14px;
display: block;
color: var(--color_black);
margin-bottom: 15px;
}
.ttbm-tour-review-form--content {
width: 100%;
}
.ttbm-tour-review-form .radio-inline {
display: inline;
margin-right: 10px;
}
.ttbm-tour-review-form input[type="submit"],
.ttbm-tour-review-form button[type="submit"] {
background: var(--color_theme);
padding: 14px 35px; font-weight: 600;
color: #fff;
border: none;
width: auto;
height: auto;
line-height: 1.4;
}
.ttbm-tour-review-form input[type="submit"]:hover,
.ttbm-tour-review-form button[type="submit"]:hover {
background: var(--color_theme_secondary);
}
.ttbm-tour-review-form {
width: 100%;
margin: 0 auto;
padding: 20px 0;
}
.ttbm-review-rating-container {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.ttbm-tour-review-rating-info {
padding: 20px 0;
width: 15%;
}
.ttbm-tour-review-rating-info strong {
font-size: 26px;
margin-bottom: 10px;
}
.ttbm-tour-review-list .ttbm-tour-review-item {
margin-bottom: 20px;
padding: 22px 0 10px;
border-radius: 3px;
}
.ttbm-tour-review-list .ttbm-tour-review-item .ttbm-tour-review-img {
flex-basis: 10%;
margin-right: 3%;
text-align: center;
align-self: flex-start;
}
.ttbm-tour-review-list .ttbm-tour-review-item .ttbm-tour-review-img img {
max-width: 100%;
height: 95px;
border-radius: 50%;
width: 95px;
margin: 0 auto;
border: 2px solid #333;
}
.ttbm-tour-review-list .ttbm-tour-review-item .ttbm-tour-review-name {
font-weight: 700;
font-size: 16px;
text-transform: capitalize;
}
.ttbm-tour-review-list .ttbm-tour-review-item .ttbm-tour-review-info {
flex-basis: 85%;
}
.ttbm-tour-review-list .ttbm-tour-review-item .ttbm-tour-review-info .ttbm-tour-review-rating img {
width: 100px;
}
.ttbm-tour-review-list .ttbm-tour-review-item .ttbm-tour-review-info .ttbm-review-title {
font-weight: 700;
color: #32323d;
}
.ttbm-tour-review-list .ttbm-tour-review-item .ttbm-tour-review-info .ttbm-tour-review-content {
margin: 10px 0;
color: #32323d;
font-size: 1em;
line-height: 1.4em;
}
.ttbm-tour-review-list--heading {
margin-bottom: 40px;
}
.review_form_error {
color: #cd2653;
font-size: .9em;
margin-top: 5px !important;
display: block;
} .ttbm-avg-review-header h4 {
font-size: 26px;
margin-bottom: 0;
} .ttbm-tour-review-avg {
width: 85%;
margin-bottom: 20px;
padding: 20px;
border-radius: 2px;
}
@media(max-width: 575px) {
.ttbm-review-rating-container {
flex-direction: column;
}
.ttbm-tour-review-avg {
padding: 0;
}
}
.ttbm-tour-review-avg .ttbm-avg-review-header {
margin-bottom: 20px;
}
.ttbm-avg-review-header {
display: flex;
flex-direction: row;
justify-content: space-between;
}
.ttbm-avg-review-header > * {
flex: 1;
min-width: 0;
}
.ttbm-avg-review-header > :only-child {
justify-content: center;
}       .ttbm-tour-review-avg .ttbm-avg-review-item {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 7px;
}
.ttbm-tour-review-avg .ttbm-avg-review-item .rating-text {
flex-basis: 12%;
font-size: 1em;
min-width: 80px;
}
.ttbm-tour-review-avg .ttbm-avg-review-item .rating-bar {
background: #DFE0E2;
height: 14px;
box-shadow: inset 1px 3px 0 rgba(0, 0, 0, 0.04);
border-radius: 15px;
flex-basis: 80%;
}
.ttbm-tour-review-avg .ttbm-avg-review-item .rating-bar span {
display: block;
height: 100%;
background: #FD3722;
border-radius: 15px; transition: width 0.8s ease-in-out;
}
.ttbm-tour-review-avg .ttbm-avg-review-item .rating-percent {
flex-basis: 10%;
text-align: right;
font-size: .8em;
color: #755e5e;
}
.ttbm-tour-review-avg .ttbm-avg-review-item.r-4 .rating-bar span {
background: #FE8623;
}
.ttbm-tour-review-avg .ttbm-avg-review-item.r-3 .rating-bar span {
background: #FFCE01;
}
.ttbm-tour-review-avg .ttbm-avg-review-item.r-2 .rating-bar span {
background: #73CF12;
}
.ttbm-tour-review-avg .ttbm-avg-review-item.r-1 .rating-bar span {
background: #1AB67A;
} .mce-widget.mce-btn {
display: inline-block;
}
.ttbm-avg-review-header {
align-items: center;
}
#give-review-btn {
padding: 12px 15px !important;
max-width: 200px;
line-height: 1.8;
font-size: var(--fs);
transition: all 0.3s ease-in-out;
border-radius: var(--dbr_d) !important;
background-color: var(--color_theme) !important;
}
#give-review-btn:hover {
background-color: var(--color_theme_secondary) !important;
}
#give-review-btn:hover {
background-color: var(--color_theme);
}
.mage-modal-header h3 {
font-size: 1.5em;
font-weight: 700;
}
#ttbm_review_form {
margin-top: 20px;
}
#ttbm_review_form #ttbm-tour-review-form--title {  border-radius: 8px;
border: 1px solid var(--color_border);
padding: 6px 15px;
max-width: 100%;
width: 100%
}
.mage-modal-content .mage-modal-header h3 {
font-size: 1.5em;
font-weight: 700;
margin: 0;
color: var(--color_black);
}
.ttbm-tour-review-form .ttbm-tour-review-heading {
margin-bottom: 0 !important;
} .rating-group {
display: flex; margin-bottom: 30px;
}
div.ttbm_style .rating-group label {
font-size: 22px;
color: #d3d3d3;
cursor: pointer;
transition: color 0.3s ease;
}
.rating-group input {
display: none; } .rating-group label:hover,
.rating-group label:hover ~ label {
color: gold;
} .rating-group input:checked ~ label {
color: gold;
}
.mage-modal-header {
display: flex;
align-items: center;
flex-direction: row-reverse;
justify-content: space-between;
}
.close {
color: var(--color_black) !important;
font-size: 30px !important;
opacity: 1 !important;
transition: all 0.3s ease-in-out;
}
.close:hover {
color: var(--color_theme) !important;
opacity: 1 !important;
}
@media(max-width: 1199px) {
.ttbm-tour-review-form, .ttbm-tour-review-list-wrapper {
padding: 20px 0 0 !important;
}
}
@media only screen and (max-width: 1199px) {
.ttbm-tour-review-form,
.ttbm-tour-review-list-wrapper { display: flex;
flex-direction: column; padding: 20px;
}
}
@media only screen and (max-width: 768px) {
.ttbm-tour-review-list .ttbm-tour-review-item .ttbm-tour-review-img img {
height: 77px;
width: 77px;
}      }
@media only screen and (max-width: 425px) {
.ttbm-tour-review-list .ttbm-tour-review-item .ttbm-tour-review-img {
flex-basis: 15%;
margin-right: 4%;
}
.ttbm-tour-review-list .ttbm-tour-review-item .ttbm-tour-review-info {
flex-basis: 81%;
}
.ttbm-tour-review-list .ttbm-tour-review-item .ttbm-tour-review-img img {
height: auto;
width: 61px;
}
.ttbm-tour-review-list .ttbm-tour-review-item .ttbm-tour-review-name {
font-size: .7em;
}
.ttbm-tour-review-list .ttbm-tour-review-item .ttbm-tour-review-info .ttbm-tour-review-content p {
font-size: .9em;
}
.ttbm-tour-review-avg .ttbm-avg-review-item .rating-text {
flex-basis: 25%;
}
.ttbm-tour-review-avg .ttbm-avg-review-item .rating-percent {
flex-basis: 13%;
}
#give-review-btn {
margin-bottom: 18px;
padding: 7px 12px;
font-size: .9em;
font-weight: 400;
border-radius: 5px;
}
.ttbm-tour-review-list .ttbm-tour-review-item .ttbm-tour-review-info .ttbm-tour-review-content {
font-size: .9em;
}
}input[type="checkbox"].cmplz-category { width: initial; -webkit-appearance: checkbox;}input[type="checkbox"].cmplz-category:checked::before { content: '';}.cmplz-cookiebanner { box-sizing: border-box;}:root { --cmplz_banner_width: 526px; --cmplz_banner_background_color: #ffffff; --cmplz_banner_border_color: #f2f2f2; --cmplz_banner_border_width: 0px 0px 0px 0px ; --cmplz_banner_border_radius: 12px 12px 12px 12px; --cmplz_banner_margin: 10px; --cmplz_categories-height: 163px; --cmplz_title_font_size: 15px; --cmplz_text_line_height: calc(var(--cmplz_text_font_size) * 1.5); --cmplz_text_color: #222222; --cmplz_hyperlink_color: #1E73BE; --cmplz_text_font_size: 12px; --cmplz_link_font_size: 12px; --cmplz_category_body_font_size: 12px; --cmplz_button_accept_background_color: #1E73BE; --cmplz_button_accept_border_color: #1E73BE; --cmplz_button_accept_text_color: #ffffff; --cmplz_button_deny_background_color: #f9f9f9; --cmplz_button_deny_border_color: #f2f2f2; --cmplz_button_deny_text_color: #222222; --cmplz_button_settings_background_color: #f9f9f9; --cmplz_button_settings_border_color: #f2f2f2; --cmplz_button_settings_text_color: #333333; --cmplz_button_border_radius: 6px 6px 6px 6px; --cmplz_button_font_size: 15px; --cmplz_category_header_always_active_color: green; --cmplz_category_header_title_font_size: 14px; --cmplz_category_header_active_font_size: 12px; --cmplz-manage-consent-height: 50px; --cmplz-manage-consent-offset: -35px; --cmplz_slider_active_color: #1e73be; --cmplz_slider_inactive_color: #F56E28; --cmplz_slider_bullet_color: #ffffff;}body.cmplz-banner-active *:not(.cmplz-cookiebanner):not(.cmplz-cookiebanner *) { pointer-events: none !important; user-select: none !important;}.cmplz-cookiebanner * { pointer-events: auto !important; user-select: auto !important;}#cmplz-manage-consent .cmplz-manage-consent { margin: unset; z-index: 9998; color: var(--cmplz_text_color); background-color: var(--cmplz_banner_background_color); border-style: solid; border-color: var(--cmplz_banner_border_color); border-width: var(--cmplz_banner_border_width); border-radius: var(--cmplz_banner_border_radius); border-bottom-left-radius: 0; border-bottom-right-radius: 0; line-height: initial; position: fixed; bottom: var(--cmplz-manage-consent-offset); min-width: 100px; height: var(--cmplz-manage-consent-height); right: 40px; padding: 15px; cursor: pointer; animation: mc_slideOut 0.5s forwards;}#cmplz-manage-consent .cmplz-manage-consent:active { outline: none; border: none;}#cmplz-manage-consent .cmplz-manage-consent.cmplz-dismissed { display: none;}#cmplz-manage-consent .cmplz-manage-consent:hover,#cmplz-manage-consent .cmplz-manage-consent:focus { animation: mc_slideIn 0.5s forwards; animation-delay: 0;}@-webkit-keyframes mc_slideIn { 100% { bottom: 0; }}@keyframes mc_slideIn { 100% { bottom: 0; }}@-webkit-keyframes mc_slideOut { 100% { bottom: var(--cmplz-manage-consent-offset); }}@keyframes mc_slideOut { 100% { bottom: var(--cmplz-manage-consent-offset); }}@media (max-width: 425px) { .cmplz-cookiebanner .cmplz-header .cmplz-title { display: none; }}.cmplz-cookiebanner { max-height: calc(100vh - 20px); overflow-y: auto; position: fixed; height: auto; left: 50%; top: 50%; -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); grid-template-rows: minmax(0, 1fr); z-index: 99999; background: var(--cmplz_banner_background_color);}.cmplz-cookiebanner a { transition: initial;}.cmplz-cookiebanner .cmplz-buttons a.cmplz-btn.tcf { display: none;}.cmplz-cookiebanner.cmplz-dismissed { display: none;}.cmplz-cookiebanner .cmplz-body { width: 100%; grid-column: span 3; overflow-y: auto; overflow-x: hidden; max-height: 55vh;}.cmplz-cookiebanner .cmplz-body::-webkit-scrollbar-track { border-radius: 10px; -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0); background-color: transparent;}.cmplz-cookiebanner .cmplz-body::-webkit-scrollbar { width: 5px; background-color: transparent;}.cmplz-cookiebanner .cmplz-body::-webkit-scrollbar-thumb { background-color: var(--cmplz_button_accept_background_color); border-radius: 10px;}@media (min-width: 350px) { .cmplz-cookiebanner .cmplz-body { min-width: 300px; }}@media (max-height: 400px) { .cmplz-cookiebanner { height: calc(100vh - 20px); display: flex; flex-direction: column; overflow: hidden; gap: 1px; grid-row-gap: 1px; padding: 7px 12px !important; zoom: 0.6; } .cmplz-cookiebanner .cmplz-body { flex: 1; min-height: 0; overflow-y: auto; max-height: none; margin-top: 15px !important; } .cmplz-cookiebanner .cmplz-header, .cmplz-cookiebanner .cmplz-divider, .cmplz-cookiebanner .cmplz-links, .cmplz-cookiebanner .cmplz-buttons, .cmplz-cookiebanner .cmplz-documents { flex-shrink: 0; } .cmplz-cookiebanner .cmplz-header { margin-bottom: 15px !important; max-height: 10px; } .cmplz-close { zoom: 0.6 !important; } .cmplz-cookiebanner .cmplz-buttons { gap: 1px !important; } .cmplz-cookiebanner .cmplz-buttons .cmplz-btn { height: 15vh !important; min-height: unset !important; padding: 0 !important; white-space: nowrap !important; font-size: 1.1rem !important; line-height: 14px !important; zoom: 0.5 !important; } .cmplz-cookiebanner .cmplz-documents, .cmplz-cookiebanner .cmplz-information { zoom: 0.5 !important; }}@media (max-height: 400px) and (max-width: 768px) { .cmplz-cookiebanner { gap: 1px; }}.cmplz-cookiebanner { border-style: solid; border-color: var(--cmplz_banner_border_color); border-width: var(--cmplz_banner_border_width); border-radius: var(--cmplz_banner_border_radius); padding: 15px 20px; display: grid; grid-gap: 10px;}.cmplz-cookiebanner .cmplz-divider { margin-left: -20px; margin-right: -20px;}.cmplz-cookiebanner .cmplz-header { grid-template-columns: 100px 1fr 100px; align-items: center; display: grid; grid-column: span 3;}@media (max-width: 399px) { .cmplz-cookiebanner .cmplz-header { grid-template-columns: auto 1fr auto; }}.cmplz-cookiebanner .cmplz-logo svg { max-height: 35px; width: inherit;}.cmplz-cookiebanner .cmplz-logo img { max-height: 40px; width: inherit;}.cmplz-cookiebanner .cmplz-title { justify-self: center; grid-column-start: 2; font-size: var(--cmplz_title_font_size); color: var(--cmplz_text_color); font-weight: 500;}.cmplz-cookiebanner .cmplz-close { line-height: 20px; justify-self: end; grid-column-start: 3; font-size: 20px; cursor: pointer; width: 20px; height: 20px; color: var(--cmplz_text_color);}.cmplz-cookiebanner .cmplz-close svg { width: 20px; height: 20px;}.cmplz-cookiebanner .cmplz-close:hover { text-decoration: none; line-height: initial; font-size: 18px;}.cmplz-cookiebanner .cmplz-message { word-wrap: break-word; font-size: var(--cmplz_text_font_size); line-height: var(--cmplz_text_line_height); color: var(--cmplz_text_color); margin-bottom: 5px;}.cmplz-cookiebanner .cmplz-message a { color: var(--cmplz_hyperlink_color);}.cmplz-cookiebanner .cmplz-message,.cmplz-cookiebanner .cmplz-categories,.cmplz-cookiebanner .cmplz-links,.cmplz-cookiebanner .cmplz-buttons,.cmplz-cookiebanner .cmplz-divider { grid-column: span 3;}.cmplz-cookiebanner .cmplz-categories.cmplz-tcf .cmplz-category .cmplz-category-header { grid-template-columns: 1fr auto;}.cmplz-cookiebanner .cmplz-categories .cmplz-category { background-color: rgba(239, 239, 239, 0.5);}.cmplz-cookiebanner .cmplz-categories .cmplz-category:not(:last-child) { margin-bottom: 10px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header { display: grid; grid-template-columns: 1fr auto 15px; grid-template-rows: minmax(0, 1fr); align-items: center; grid-gap: 10px; padding: 10px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-title { font-weight: 500; grid-column-start: 1; justify-self: start; font-size: var(--cmplz_category_header_title_font_size); color: var(--cmplz_text_color); margin: 0;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active { font-size: var(--cmplz_category_header_active_font_size); font-weight: 500; color: var(--cmplz_category_header_always_active_color);}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active label { display: none;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-banner-checkbox { display: flex; align-items: center; margin: 0;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-banner-checkbox input[data-category=cmplz_functional] { display: none;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-toggle { background: none; border: none; padding: 0; margin: 0; cursor: pointer; grid-column-start: 3; display: flex; align-items: center; justify-content: center; color: inherit;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-icon.cmplz-open { cursor: pointer; content: ''; transform: rotate(0deg); -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; background-size: cover; height: 18px; width: 18px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-description { font-size: var(--cmplz_category_body_font_size); color: var(--cmplz_text_color); margin: 0; max-width: 100%; padding: 10px;}@media (max-width: 425px) { .cmplz-cookiebanner .cmplz-category .cmplz-category-header { grid-template-columns: 1fr!important; }}@media (max-width: 425px) { .cmplz-cookiebanner .cmplz-message { margin-right: 5px; }}.cmplz-cookiebanner .cmplz-buttons { display: flex; gap: var(--cmplz_banner_margin);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn { min-height: 45px; padding: 10px; margin: initial; width: 100%; white-space: nowrap; border-radius: var(--cmplz_button_border_radius); cursor: pointer; font-size: var(--cmplz_button_font_size); font-weight: 500; text-decoration: none; line-height: 20px; text-align: center; flex: initial;}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn:hover { text-decoration: none;}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept { background-color: var(--cmplz_button_accept_background_color); border: 1px solid var(--cmplz_button_accept_border_color); color: var(--cmplz_button_accept_text_color);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny { background-color: var(--cmplz_button_deny_background_color); border: 1px solid var(--cmplz_button_deny_border_color); color: var(--cmplz_button_deny_text_color);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-view-preferences { background-color: var(--cmplz_button_settings_background_color); border: 1px solid var(--cmplz_button_settings_border_color); color: var(--cmplz_button_settings_text_color);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-save-preferences { background-color: var(--cmplz_button_settings_background_color); border: 1px solid var(--cmplz_button_settings_border_color); color: var(--cmplz_button_settings_text_color);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-manage-options { background-color: var(--cmplz_button_settings_background_color); border: 1px solid var(--cmplz_button_settings_border_color); color: var(--cmplz_button_settings_text_color);}.cmplz-cookiebanner .cmplz-buttons a.cmplz-btn { display: flex; align-items: center; justify-content: center; padding: initial;}@media (max-width: 425px) { .cmplz-cookiebanner .cmplz-links.cmplz-information { display: initial; text-align: center; }}.cmplz-cookiebanner .cmplz-links { display: flex; gap: var(--cmplz_banner_margin);}.cmplz-cookiebanner .cmplz-links.cmplz-information { justify-content: space-between;}.cmplz-cookiebanner .cmplz-links.cmplz-documents { justify-content: center;}.cmplz-cookiebanner .cmplz-links .cmplz-link { color: var(--cmplz_hyperlink_color); font-size: var(--cmplz_link_font_size); text-decoration: underline; margin: 0;}.cmplz-cookiebanner .cmplz-links .cmplz-link.cmplz-read-more-purposes { display: none;}.cmplz-cookiebanner .cmplz-links ul { margin: 0; padding: 0; list-style: none; display: flex; gap: var(--cmplz_banner_margin); justify-content: center;}.cmplz-categories .cmplz-category .cmplz-description-statistics-anonymous { display: none;}.cmplz-categories .cmplz-category .cmplz-description-statistics { display: block;}.cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-toggle { background: none; border: none; padding: 0; margin: 0; cursor: pointer; grid-column-start: 3; display: flex; align-items: center; justify-content: center; color: inherit;}.cmplz-categories .cmplz-category .cmplz-category-toggle[aria-expanded="true"] .cmplz-icon.cmplz-open { transform: rotate(180deg);}.cmplz-cookiebanner { top: initial; left: initial; right: 10px; bottom: 10px; transform: initial;}@media (min-width: 768px) { .cmplz-cookiebanner { min-width: var(--cmplz_banner_width); max-width: 100%; display: grid; grid-row-gap: 10px; }}@media (max-width: 768px) { .cmplz-cookiebanner { left: initial; right: initial; bottom: 0; width: 100%; } .cmplz-cookiebanner .cmplz-buttons { flex-direction: column; }}@media (min-width: 768px) { .cmplz-message, .cmplz-categories { width: calc(var(--cmplz_banner_width) - 42px); }}.cmplz-cookiebanner .cmplz-categories,.cmplz-cookiebanner .cmplz-save-preferences,.cmplz-cookiebanner .cmplz-link.cmplz-manage-options,.cmplz-cookiebanner .cmplz-manage-vendors,.cmplz-cookiebanner .cmplz-read-more,.cmplz-cookiebanner .cmplz-btn.cmplz-manage-options { display: none;}.cmplz-cookiebanner .cmplz-categories.cmplz-fade-in { animation: fadeIn 1s; -webkit-animation: fadeIn 1s; -moz-animation: fadeIn 1s; -o-animation: fadeIn 1s; -ms-animation: fadeIn 1s; display: block;}@keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}@-moz-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}@-webkit-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}@-o-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}@-ms-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}.cmplz-cookiebanner .cmplz-links.cmplz-information { display: none;}.cmplz-cookiebanner .cmplz-preferences,.cmplz-manage-consent-container .cmplz-preferences { display: none;}@media (max-width: 768px) { #cmplz-manage-consent .cmplz-manage-consent { display: none; }}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox { position: relative;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox { opacity: 0; margin: 0; margin-top: -10px; cursor: pointer; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; position: absolute; z-index: 1; top: 0px; left: 0px; width: 40px; height: 20px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox:focus + .cmplz-label:before { box-shadow: 0 0 0 2px #245fcc;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox:checked + .cmplz-label::before { display: block; background-color: var(--cmplz_slider_active_color); content: ""; padding-left: 6px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox:checked + .cmplz-label:after { left: 14px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label { position: relative; padding-left: 30px; margin: 0;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:before,.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:after { box-sizing: border-box; position: absolute; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; transition: background-color 0.3s, left 0.3s;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:before { display: block; content: ""; color: #fff; box-sizing: border-box; font-family: 'FontAwesome', sans-serif; padding-left: 23px; font-size: 12px; line-height: 20px; background-color: var(--cmplz_slider_inactive_color); left: 0px; top: -7px; height: 15px; width: 28px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:after { display: block; content: ""; letter-spacing: 20px; background: var(--cmplz_slider_bullet_color); left: 4px; top: -5px; height: 11px; width: 11px;}.cmplz-cookiebanner { box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;}#cmplz-manage-consent .cmplz-manage-consent { box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;}.cmplz-cookiebanner.cmplz-show { box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;}.cmplz-cookiebanner.cmplz-show:hover { transition-duration: 1s; box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;} #cmplz-manage-consent .cmplz-blocked-content-container .cmplz-blocked-content-notice,button#cmplz-consent-ui, #cmplz-post-consent-ui {}#cmplz-consent-ui #cmplz-consent-ui button, #cmplz-post-consent-ui button {} .wpforms-recaptcha-container { position: relative !important; } div.wpforms-container-full .wpforms-form .cmplz-accept-marketing { background: grey; } .cmplz-placeholder-element > blockquote.fb-xfbml-parse-ignore { margin: 0 20px; } .instagram-media.cmplz-placeholder-element > div { max-width: 100%; }