.darkmysite_dark_mode_enabled .darkmysite_style_all:not(.darkmysite_switch, .darkmysite_switch *, .darkmysite_ignore, .darkmysite_ignore * ){
background: var(--darkmysite_dark_mode_bg) !important;
background-color: var(--darkmysite_dark_mode_bg) !important;
color: var(--darkmysite_dark_mode_text_color) !important;
border-color: var(--darkmysite_dark_mode_border_color) !important;
}
.darkmysite_dark_mode_enabled .darkmysite_style_bg_txt:not(.darkmysite_switch, .darkmysite_switch *, .darkmysite_ignore, .darkmysite_ignore * ){
background: var(--darkmysite_dark_mode_bg) !important;
background-color: var(--darkmysite_dark_mode_bg) !important;
color: var(--darkmysite_dark_mode_text_color) !important;
}
.darkmysite_dark_mode_enabled .darkmysite_style_bg_border:not(.darkmysite_switch, .darkmysite_switch *, .darkmysite_ignore, .darkmysite_ignore * ){
background: var(--darkmysite_dark_mode_bg) !important;
background-color: var(--darkmysite_dark_mode_bg) !important;
border-color: var(--darkmysite_dark_mode_border_color) !important;
}
.darkmysite_dark_mode_enabled .darkmysite_style_txt_border:not(.darkmysite_switch, .darkmysite_switch *, .darkmysite_ignore, .darkmysite_ignore * ){
color: var(--darkmysite_dark_mode_text_color) !important;
border-color: var(--darkmysite_dark_mode_border_color) !important;
}
.darkmysite_dark_mode_enabled .darkmysite_style_bg:not(.darkmysite_switch, .darkmysite_switch *, .darkmysite_ignore, .darkmysite_ignore * ){
background: var(--darkmysite_dark_mode_bg) !important;
background-color: var(--darkmysite_dark_mode_bg) !important;
}
.darkmysite_dark_mode_enabled .darkmysite_style_txt:not(.darkmysite_switch, .darkmysite_switch *, .darkmysite_ignore, .darkmysite_ignore * ){
color: var(--darkmysite_dark_mode_text_color) !important;
}
.darkmysite_dark_mode_enabled .darkmysite_style_border:not(.darkmysite_switch, .darkmysite_switch *, .darkmysite_ignore, .darkmysite_ignore * ){
border-color: var(--darkmysite_dark_mode_border_color) !important;
}
.darkmysite_dark_mode_enabled .darkmysite_style_secondary_bg:not(.darkmysite_switch, .darkmysite_switch *, .darkmysite_ignore, .darkmysite_ignore * ){
background: var(--darkmysite_dark_mode_secondary_bg) !important;
background-color: var(--darkmysite_dark_mode_secondary_bg) !important;
} .darkmysite_dark_mode_enabled .darkmysite_style_link:not(.darkmysite_switch, .darkmysite_switch *, .darkmysite_ignore, .darkmysite_ignore * ){
color: var(--darkmysite_dark_mode_link_color) !important;
}
.darkmysite_dark_mode_enabled .darkmysite_style_link:not(.darkmysite_switch, .darkmysite_switch *, .darkmysite_ignore, .darkmysite_ignore * ):hover{
color: var(--darkmysite_dark_mode_link_hover_color) !important;
} .darkmysite_dark_mode_enabled .darkmysite_style_form_element:not(.darkmysite_switch, .darkmysite_switch *, .darkmysite_ignore, .darkmysite_ignore * ){
background: var(--darkmysite_dark_mode_input_bg) !important;
background-color: var(--darkmysite_dark_mode_input_bg) !important;
color: var(--darkmysite_dark_mode_input_text_color) !important;
}
.darkmysite_dark_mode_enabled .darkmysite_style_form_element:not(.darkmysite_switch, .darkmysite_switch *, .darkmysite_ignore, .darkmysite_ignore * )::placeholder{
color: var(--darkmysite_dark_mode_input_placeholder_color) !important;
} .darkmysite_dark_mode_enabled .darkmysite_style_button:not(.darkmysite_switch, .darkmysite_switch *, .darkmysite_ignore, .darkmysite_ignore * ){
background: var(--darkmysite_dark_mode_btn_bg) !important;
background-color: var(--darkmysite_dark_mode_btn_bg) !important;
color: var(--darkmysite_dark_mode_btn_text_color) !important;
} .darkmysite_admin_bar_switch_container{
cursor: pointer !important;
display: flex;
align-items: center;
justify-content: center;
width: 40px !important;
height: 32px !important;
}
.darkmysite_admin_bar_switch_container .ab-item{
height: 18px !important;
cursor: pointer !important;
background-color: #ffffff !important;
-webkit-mask: url(//www.macken.xyz/wp-content/plugins/darkmysite/assets/img/switch_icons/switch_apple_light.svg) no-repeat center;
mask: url(//www.macken.xyz/wp-content/plugins/darkmysite/assets/img/switch_icons/switch_apple_light.svg) no-repeat center;
}
.darkmysite_dark_mode_enabled .darkmysite_admin_bar_switch_container .ab-item{
-webkit-mask: url(//www.macken.xyz/wp-content/plugins/darkmysite/assets/img/switch_icons/switch_apple_dark.svg) no-repeat center;
mask: url(//www.macken.xyz/wp-content/plugins/darkmysite/assets/img/switch_icons/switch_apple_dark.svg) no-repeat center;
} .darkmysite_block_editor_switch{
height: 33px;
cursor: pointer;
-webkit-appearance: none;
-moz-appearance: none;
outline: 0;
border: 0;
background: #121116;
border-radius: 3px;
padding: 0 12px;
}
.darkmysite_dark_mode_enabled .darkmysite_block_editor_switch{
background: #ffffff;
}
.darkmysite_block_editor_switch .icon{
width: 20px;
height: 20px;
background-color: #ffffff !important;
-webkit-mask: url(//www.macken.xyz/wp-content/plugins/darkmysite/assets/img/switch_icons/switch_apple_light.svg) no-repeat center;
mask: url(//www.macken.xyz/wp-content/plugins/darkmysite/assets/img/switch_icons/switch_apple_light.svg) no-repeat center;
}
.darkmysite_dark_mode_enabled .darkmysite_block_editor_switch .icon{
background-color: #121116 !important;
-webkit-mask: url(//www.macken.xyz/wp-content/plugins/darkmysite/assets/img/switch_icons/switch_apple_dark.svg) no-repeat center;
mask: url(//www.macken.xyz/wp-content/plugins/darkmysite/assets/img/switch_icons/switch_apple_dark.svg) no-repeat center;
} .darkmysite_switch {
--darkmysite_switch_margin_from_top: 40px;
--darkmysite_switch_margin_from_bottom: 40px;
--darkmysite_switch_margin_from_left: 40px;
--darkmysite_switch_margin_from_right: 40px;
--darkmysite_switch_tooltip_bg_color: #142434;
--darkmysite_switch_tooltip_text_color: #B0CBE7;
}
.darkmysite_switch, .darkmysite_switch * {
box-sizing: border-box;
}
.darkmysite_switch.darkmysite_top_left,
.darkmysite_switch.darkmysite_top_right,
.darkmysite_switch.darkmysite_bottom_left,
.darkmysite_switch.darkmysite_bottom_right{
position: fixed;
}
.darkmysite_switch.darkmysite_top_left{
top: var(--darkmysite_switch_margin_from_top);
left: var(--darkmysite_switch_margin_from_left);
}
.darkmysite_switch.darkmysite_top_right{
top: var(--darkmysite_switch_margin_from_top);
right: var(--darkmysite_switch_margin_from_right);
}
.darkmysite_switch.darkmysite_bottom_left{
bottom: var(--darkmysite_switch_margin_from_bottom);
left: var(--darkmysite_switch_margin_from_left);
}
.darkmysite_switch.darkmysite_bottom_right{
bottom: var(--darkmysite_switch_margin_from_bottom);
right: var(--darkmysite_switch_margin_from_right);
}
.darkmysite_switch.darkmysite_absolute_position{
position: absolute;
z-index: unset;
}
@media only screen and (max-width: 600px) {
.darkmysite_switch.darkmysite_hide_on_mobile{
display: none;
}
}
.darkmysite_tooltip .darkmysite_tooltiptext {
visibility: hidden;
width: 120px;
background-color: var(--darkmysite_switch_tooltip_bg_color);
color: var(--darkmysite_switch_tooltip_text_color);
font-size: 12px;
text-align: center;
border-radius: 0;
padding: 5px 0;
position: absolute;
z-index: 1;
}
.darkmysite_tooltip .darkmysite_tooltiptext::after {
content: "";
position: absolute;
border-width: 5px;
border-style: solid;
}
.darkmysite_tooltip:hover .darkmysite_tooltiptext {
visibility: visible;
}
.darkmysite_tooltip.darkmysite_tooltip_top .darkmysite_tooltiptext {
bottom: calc(100% + 10px);
left: 50%;
margin-left: -60px;
}
.darkmysite_tooltip.darkmysite_tooltip_top .darkmysite_tooltiptext::after {
left: 50%;
margin-left: -5px;
top: 100%;
border-color: var(--darkmysite_switch_tooltip_bg_color) transparent transparent transparent;
}
.darkmysite_tooltip.darkmysite_tooltip_bottom .darkmysite_tooltiptext {
top: calc(100% + 10px);
left: 50%;
margin-left: -60px;
}
.darkmysite_tooltip.darkmysite_tooltip_bottom .darkmysite_tooltiptext::after {
left: 50%;
margin-left: -5px;
bottom: 100%;
border-color: transparent transparent var(--darkmysite_switch_tooltip_bg_color) transparent;
}
.darkmysite_tooltip.darkmysite_tooltip_left .darkmysite_tooltiptext {
right: calc(100% + 10px);
top: calc(50% - 15px);
}
.darkmysite_tooltip.darkmysite_tooltip_left .darkmysite_tooltiptext::after {
top: 50%;
left: 100%;
margin-top: -5px;
border-color: transparent transparent transparent var(--darkmysite_switch_tooltip_bg_color);
}
.darkmysite_tooltip.darkmysite_tooltip_right .darkmysite_tooltiptext {
left: calc(100% + 10px);
top: calc(50% - 15px);
}
.darkmysite_tooltip.darkmysite_tooltip_right .darkmysite_tooltiptext::after {
top: 50%;
right: 100%;
margin-top: -5px;
border-color: transparent var(--darkmysite_switch_tooltip_bg_color) transparent transparent;
} .darkmysite_switch_apple {
--darkmysite_switch_apple_width_height: 60px;
--darkmysite_switch_apple_border_radius: 7px;
--darkmysite_switch_apple_icon_width: 30px;
--darkmysite_switch_apple_light_mode_bg: #121116;
--darkmysite_switch_apple_dark_mode_bg: #ffffff;
--darkmysite_switch_apple_light_mode_icon_color: #ffffff;
--darkmysite_switch_apple_dark_mode_icon_color: #121116;
}
.darkmysite_switch_apple{
cursor: pointer;
z-index: 9999;
width: var(--darkmysite_switch_apple_width_height);
height: var(--darkmysite_switch_apple_width_height);
border-radius: var(--darkmysite_switch_apple_border_radius);
background: var(--darkmysite_switch_apple_light_mode_bg);
display: flex;
align-items: center;
justify-content: center;
}
.darkmysite_switch_apple .darkmysite_switch_icon{
display: block;
width: var(--darkmysite_switch_apple_icon_width);
height: inherit;
background-color: var(--darkmysite_switch_apple_light_mode_icon_color);
-webkit-mask: url(//www.macken.xyz/wp-content/plugins/darkmysite/assets/img/switch_icons/switch_apple_light.svg) no-repeat center;
mask: url(//www.macken.xyz/wp-content/plugins/darkmysite/assets/img/switch_icons/switch_apple_light.svg) no-repeat center;
}
.darkmysite_dark_mode_enabled .darkmysite_switch_apple{
background: var(--darkmysite_switch_apple_dark_mode_bg);
}
.darkmysite_dark_mode_enabled .darkmysite_switch_apple .darkmysite_switch_icon{
background-color: var(--darkmysite_switch_apple_dark_mode_icon_color);
-webkit-mask: url(//www.macken.xyz/wp-content/plugins/darkmysite/assets/img/switch_icons/switch_apple_dark.svg) no-repeat center;
mask: url(//www.macken.xyz/wp-content/plugins/darkmysite/assets/img/switch_icons/switch_apple_dark.svg) no-repeat center;
} .darkmysite_switch_banana {
--darkmysite_switch_banana_width_height: 60px;
--darkmysite_switch_banana_border_radius: 7px;
--darkmysite_switch_banana_icon_width: 38px;
--darkmysite_switch_banana_light_mode_bg: #121116;
--darkmysite_switch_banana_dark_mode_bg: #ffffff;
--darkmysite_switch_banana_light_mode_icon_color: #ffffff;
--darkmysite_switch_banana_dark_mode_icon_color: #121116;
}
.darkmysite_switch_banana{
cursor: pointer;
z-index: 9999;
width: var(--darkmysite_switch_banana_width_height);
height: var(--darkmysite_switch_banana_width_height);
border-radius: var(--darkmysite_switch_banana_border_radius);
background: var(--darkmysite_switch_banana_light_mode_bg);
display: flex;
align-items: center;
justify-content: center;
}
.darkmysite_switch_banana .darkmysite_switch_icon{
display: block;
width: var(--darkmysite_switch_banana_icon_width);
height: inherit;
background-color: var(--darkmysite_switch_banana_light_mode_icon_color);
-webkit-mask: url(//www.macken.xyz/wp-content/plugins/darkmysite/assets/img/switch_icons/switch_banana_light.svg) no-repeat center;
mask: url(//www.macken.xyz/wp-content/plugins/darkmysite/assets/img/switch_icons/switch_banana_light.svg) no-repeat center;
}
.darkmysite_dark_mode_enabled .darkmysite_switch_banana{
background: var(--darkmysite_switch_banana_dark_mode_bg);
}
.darkmysite_dark_mode_enabled .darkmysite_switch_banana .darkmysite_switch_icon{
background-color: var(--darkmysite_switch_banana_dark_mode_icon_color);
-webkit-mask: url(//www.macken.xyz/wp-content/plugins/darkmysite/assets/img/switch_icons/switch_banana_dark.svg) no-repeat center;
mask: url(//www.macken.xyz/wp-content/plugins/darkmysite/assets/img/switch_icons/switch_banana_dark.svg) no-repeat center;
}.mackens-sammanfattning {
list-style: none;
padding: 0;
margin: 0;
}
.mackens-sammanfattning li {
margin-bottom: 1.5em;
}
.mackens-sammanfattning a {
text-decoration: none;
}
.mackens-sammanfattning .ingress {
color: #555;
margin: 0.25em 0 0 0;
}.box-apm,.box-apm *{box-sizing:border-box}.ays-share-btn,.box-apm i,[id^=ays-poll-container-],div[id*=ays-poll-container-] .ays-poll-password-input-box-visibility{position:relative}.ays-share-btn-icon,.ays_poll_fa,.ays_poll_fab,.ays_poll_fal,.ays_poll_far,.ays_poll_fas{font-style:normal;font-variant:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}[id*=ays_loginform] input[type=submit],input[type=button].ays-poll-btn{line-height:20px;font-weight:500;text-transform:none!important;cursor:pointer;box-shadow:unset;margin:0 10px;}div.ays-poll-main[id^="ays-poll-container-"]{margin:auto;}.ays-poll-main .ays_poll_passed_count .ays_poll_fa,.ays_poll_fa,.ays_poll_far,.ays_poll_fas,span.ays_check:before{font-family:"Font Awesome 5 Free"}.ays-poll-main .box-apm .apm-button-box .ays-see-res-button-show,.ays-poll-main .box-apm .apm-button-box .ays_finish_poll,.ays-poll-main .box-apm .apm-button-box .btn-restart,.box-apm{box-shadow:none}@font-face{font-weight:400;font-style:normal}.box-apm{border:3px solid #0c6291;max-width:100%;margin:0 auto;padding:14px 0;overflow:hidden;transition:.2s ease-in!important;-webkit-transition:-webkit-filter .2s ease-in!important}.ays-poll-main{max-width:100% !important}.ays_poll_shake{animation:.1s 3 shake}@keyframes shake{0%,100%,50%{transform:translate(1px,0)}25%{transform:translate(-3px,0)}75%{transform:translate(3px,0)}}.ays_poll_fa,.ays_poll_fas{font-weight:900}.ays_poll_fa,.ays_poll_fab,.ays_poll_fal,.ays_poll_far,.ays_poll_fas{display:inline-block;text-rendering:auto;line-height:1}.ays_poll_far{font-weight:400}.ays_poll_fa-star:before{content:"\f005"}.ays_poll_fa-smile:before{content:"\f118"}.ays_poll_fa-frown:before{content:"\f119"}.ays_poll_fa-tired:before{content:"\f5c8"}.ays_poll_fa-dizzy:before{content:"\f567"}.ays_poll_fa-meh:before{content:"\f11a"}.ays_poll_fa-thumbs-up:before{content:"\f164"}.ays_poll_fa-thumbs-down:before{content:"\f165"}.ays_poll_fa-info-circle:before{content:"\f05a"}.ays_poll_fa-check:before{content:"\f00c"}.ays_poll_fa-users:before{content:"\f0c0"}.box-apm[dir=rtl],.box-apm[dir=rtl] *{direction:rtl}.box-apm[dir=rtl] div.results-apm svg[aria-label] text{direction:ltr}.ays-poll-main .box-apm>div{margin:16px 0}.ays-poll-main .box-apm>div p.ays-poll-answers{margin-bottom:0;}.box-apm input[type=checkbox]+label,.box-apm input[type=radio]+label{cursor:pointer;margin:0}.box-apm *{padding:0;margin:0}.box-apm * p.ays-poll-answers{margin:0}.apm-button-box{width:100%;text-align:center;display:flex;flex-wrap:wrap;justify-content:center}div.box-apm div.apm-button-box:last-child{margin-bottom:16px}input[type=button].ays-poll-btn{text-align:center;border:none;display:inline-block;max-width:100%;min-width:auto;margin-bottom:10px;line-height:20px !important;transition:.2s ease-in!important;-webkit-transition:-webkit-filter .2s ease-in!important;-webkit-appearance:none;-moz-appearance:none;appearance:none}input[type=button].ays-poll-btn:hover{border:none;box-shadow:unset;-webkit-filter:opacity(0.7);filter:opacity(.7);text-decoration:none}input[type=button].ays-poll-btn:focus{outline:0;background:unset;text-decoration:none}.box-apm h2,.box-apm h5{margin:0 auto;text-align:center;align-self:center;background-color:inherit!important;color:inherit!important;border:inherit!important}.ays_poll_cb_and_a{width:100%;text-align:center;font-size:12px}.ays_poll_cb_and_a span,.ays_poll_cb_and_a strong{margin-right:3px}.ays_poll_cb_and_a img{display:inline-block!important;width:15px!important;height:15px!important;object-fit:cover;object-position:center center;border-radius:50%;border:1px solid #aaa;margin-right:5px;margin-left:0;vertical-align:text-top}.flex-apm{display:flex;flex-wrap:nowrap;align-items:center}.answer-title.flex-apm{justify-content:space-between;border:none}.ays-poll-main .box-apm .apm-button-box::after,.ays-poll-main .box-apm .apm-button-box::before,.ays-poll-main .box-apm .ays_res_mess::after,.ays-poll-main .box-apm .ays_res_mess::before,.ays-poll-main .box-apm .results-apm .answer-title::after,.ays-poll-main .box-apm .results-apm .answer-title::before,.box-apm div::after,.box-apm div::before,div.ays-poll-main .hideResults{display:none}div.ays-poll-main div.answer-percent{max-width:100%;min-width:1%;height:16px;padding:0 3px;line-height:16px;margin-bottom:12px;background-color:#0c6291;border-radius:5px;text-align:right;font-size:12px;transition:1s ease-out!important}.box-apm[dir=rtl] .answer-percent{text-align:left}.results-apm,div.ays-poll-main .choosing-poll{padding:0 14px}#ays_loginform p,.apm-img-box,.ays-poll-limitation,.ays-poll-main .box-apm .ays-poll-vote-reason div,.ays-poll-main .box-apm .ays_res_mess p,.ays-poll-vote-message,.ays_poll_show_timer,.ays_question,[id*=ays_loginform],div.ays-poll-main div.box-apm #show_timer_countdown,div[id*=ays-poll-container-] .apm-social-btn .ays-survey-social-shares-heading p{text-align:center}.ays-poll-img{width:100%;display:inline-block;max-width:max-content}.apm-answers-without-submit~.apm-button-box>.ays_finish_poll,.ays_poll_display_none,div[class~=ays-poll-main] .box-apm:not(.ays-minimal-theme) input[type=checkbox],div[class~=ays-poll-main] input[type=radio]{display:none!important}.ays_question p,div.ays-poll-main .rating-poll,div.ays-poll-main .voting-poll{text-align:center!important}.apm-choosing input[type=checkbox]+label,.apm-choosing input[type=radio]+label,.apm-info-form input{font-size:16px;font-weight:400;display:block;width:100%;padding:5px 10px;transition:.3s ease-in;letter-spacing:unset}div.ays-poll-main .box-apm.choosing-poll input[type=radio]+label{font-weight:400}.ays-share-btn,.choosing-poll input[type=checkbox]:checked+label.apm-label-with-bg span,.choosing-poll input[type=checkbox]:checked+label:not(.apm-label-with-bg),.choosing-poll input[type=radio]:checked+label.apm-label-with-bg span,.choosing-poll input[type=radio]:checked+label:not(.apm-label-with-bg),div.ays-poll-main .choosing-poll input[type=checkbox]:checked+label,div.ays-poll-main .choosing-poll input[type=radio]:checked+label{font-weight:700}.rating-poll .apm-answers,.voting-poll .apm-answers{display:inline-flex;justify-content:center;align-items:center;flex-wrap:nowrap}.rating-poll .apm-answers>div{margin:0 5px}.voting-poll .apm-answers>div{margin:0 15px}.box-apm label>i.ays_poll_fa-thumbs-down{top:.3em}.box-apm .apm-social-btn{display:flex;justify-content:center;align-items:center;opacity:0;transition:.2s ease-in;flex-wrap:wrap}.box-apm .apm-social-btn>*{margin:.25rem}.ays-share-btn-googleplus .ays-share-btn-icon:before{content:"\ea88"}.ays-share-btn-facebook .ays-share-btn-icon:before{content:"\ea8c"}.ays-share-btn-twitter .ays-share-btn-icon:before{content:"\ea91"}.ays-share-btn-linkedin .ays-share-btn-icon:before{content:"\eac8"}.apm-social-btn .ays-share-btn-vkontaktee,.ays-share-btn.ays-share-btn-branded.ays-share-btn-linkedin{background:#0976b4;color:#fff;border-color:#08669c}.apm-social-btn .ays-share-btn-vkontakte{background:#486c91;border-color:#4b719a;cursor:pointer}.apm-social-btn .ays-share-btn-vkontakte:focus,.apm-social-btn .ays-share-btn-vkontakte:hover{background:#2a6098;border-color:#4b719a;cursor:pointer}.apm-social-btn .ays-share-btn-vkontakte:active{background:#4b719a;border-color:#4b719a}.ays-share-btn{display:inline-block;height:24px;margin:0;padding:2px 8px;line-height:1.53;letter-spacing:.04em;vertical-align:top;font-size:12px;font-family:"Helvetica Neue",Arial,sans-serif!important;color:#111;background:#e0e0e0;border:1px solid #c7c7c7;border-radius:2px;text-decoration:none!important;transition:.2s}.ays-share-btn-icon{font-family:share-buttons!important;font-weight:400;text-transform:none;line-height:1}div.ays-poll-link-icon svg{width:16px;height:auto}.apm-social-btn a{color:#fff}.ays-share-btn:focus,.ays-share-btn:hover{background:#d3d3d3;border-color:#bababa;text-decoration:none;color:#111}.ays-share-btn:active{background:#c7c7c7;border-color:#adadad;text-decoration:none;color:#111}span.ays-share-btn-text{color:#fff!important;padding-left:2px}.box-apm[dir=rtl] span.ays-share-btn-text{padding-left:unset;padding-right:2px}.ays-share-btn.ays-share-btn-branded.ays-share-btn-twitter{background:#55acee;border-color:#3ea1ec}.ays-share-btn.ays-share-btn-branded.ays-share-btn-twitter:focus,.ays-share-btn.ays-share-btn-branded.ays-share-btn-twitter:hover{background:#3ea1ec;border-color:#2795e9;cursor:pointer}.ays-share-btn.ays-share-btn-branded.ays-share-btn-twitter:active{background:#2795e9;border-color:#1689e0}.ays-share-btn.ays-share-btn-branded.ays-share-btn-facebook{background:#3b5998;border-color:#344e86}.ays-share-btn.ays-share-btn-branded.ays-share-btn-facebook:focus,.ays-share-btn.ays-share-btn-branded.ays-share-btn-facebook:hover{background:#344e86;border-color:#2d4373;cursor:pointer}.ays-share-btn.ays-share-btn-branded.ays-share-btn-facebook:active{background:#2d4373;border-color:#263961}.ays-share-btn.ays-share-btn-branded.ays-share-btn-linkedin:focus,.ays-share-btn.ays-share-btn-branded.ays-share-btn-linkedin:hover{background:#08669c;border-color:#075683;cursor:pointer}.ays-share-btn.ays-share-btn-branded.ays-share-btn-linkedin:active{background:#075683;border-color:#05466b}.ays-share-btn.ays-share-btn-branded.ays-poll-share-btn-youtube{background:#fff;color:#fff;border-color:#fff}.ays-share-btn.ays-share-btn-branded.ays-poll-share-btn-youtube:focus,.ays-share-btn.ays-share-btn-branded.ays-poll-share-btn-youtube:hover{background:#ffffffd1;border-color:#ffffffd1;cursor:pointer}.ays-share-btn.ays-share-btn-branded.ays-poll-share-btn-youtube:active{background:#ffffffd1;border-color:#ffffffd1}div.apm-opacity-layer-dark,div.apm-opacity-layer-light{position:absolute;opacity:0;top:0;left:0;margin:0;height:100%;width:100%;background:rgba(0,0,0,.5);z-index:5;transition:.2s ease-out}div.apm-opacity-layer-light{background:rgba(255,255,255,.75)}div.apm-load-message-container{display:flex;justify-content:center;align-items:center}.ays-poll-main .box-apm div.apm-loading-gif{position:absolute;top:0;left:0;bottom:0;right:0;margin:auto;width:35%;height:35%}div.apm-loading-gif .apm-loader{height:100%;width:100%;text-align:center;padding:1em;margin:0 auto 1em;display:inline-block;vertical-align:top}.ays_poll_category-container{display:flex;flex-direction:column;justify-content:center;align-items:center}.apm-cashed-fa{height:0;position:absolute}.ays_question *{font-family:"Helvetica Neue",Arial,sans-serif!important}.ays_poll_passed_count{display:block;position:absolute;bottom:0;right:0;padding:5px 20px;border-radius:4px 0 0;font-weight:700}.box-apm[dir=rtl] .ays_poll_passed_count{right:auto;left:0;border-radius:0 4px 0 0}.ays_poll_passed_count i{font-size:16px!important}.ays_res_mess{text-align:center;display:none}div[class~=ays-poll-main] div.box-apm .redirectionAfterVote{width:65%;text-align:center;margin:.5rem auto!important;display:none}.apm-answers.apm-answers-without-submit{margin-bottom:20px}.apm-info-form{margin-top:1rem;display:flex;flex-direction:column;align-items:stretch}.amp-info-form-input-box{text-align:center;text-align:-webkit-center}.apm-info-form input[type]{max-width:90%;border:1px solid #fff;border-style:solid!important;border-width:1px!important;height:auto!important;margin:5px auto}.apm-info-form>*{margin-bottom:.5rem}.apm-info-form .apm-invalid{outline-color:#ca4a1f;border-color:#ca4a1f}[id*=ays_loginform] label{border:none!important;background:unset;display:block}.ays_poll_login_form label,[id*=ays_loginform] label:hover{background-color:unset!important}[id*=ays_loginform] label:hover{color:unset}[id*=ays_loginform] input[type=password],[id*=ays_loginform] input[type=text],div[id*=ays-poll-container-] .apm-add-answer{width:100%}[id*=ays_loginform] input[type=submit]{text-align:center;font-size:medium;border:none;display:inline-block;padding:9px 15px!important;height:35px;min-width:90px;width:auto!important;margin-bottom:10px;-webkit-transition:-webkit-filter .2s ease-in!important;-webkit-appearance:none}.ays_poll_preview_mode_hint{display:inline-block;width:100%;text-align:center;margin-bottom:5px;color:#ccc !important;font-size:15px}.ays_animated_x5ms{-webkit-animation-duration:.1s;animation-duration:.1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.ays_red_border{border-color:red!important;outline:0}.ays_green_border{border-color:green!important;outline:0}span.ays_check:before{font-weight:900;content:"\f00c";margin-right:5px}.apm-title-box div{font-size:18px}.ays_poll_login_form{padding:0 25px}.ays_poll_login_form p{margin-bottom:15px}.ays-poll-main .box-apm .ays-poll-vote-reason,div.ays-poll-vote-reason{text-align:center;width:65%;margin:1rem auto}.ays-poll-view-more-button-box{display:flex;justify-content:start;align-items:center;padding:10px;width:100%}.ays-user-count{display:flex;justify-content:flex-end}.ays-users-profile-pics{margin-right:1px}div.ays-users-profile-pics>img{border-radius:50%}.ays-user-image-more{opacity:.8;background-color:#fff;cursor:pointer}span.ays_music_sound{cursor:pointer;display:block;text-align:center}.ays_poll_fa-volume_up::before{content:"\f028";font-weight:800}.ays_poll_fa-volume_off::before{content:"\f026";font-weight:800}div.ays_exp_cat_message{border-left:2px solid red;padding-left:10px}button.ays-poll-next-btn:focus,button.ays-poll-previous-btn{background:unset;outline:0}button.ays-poll-next-btn:disabled,button.ays-poll-previous-btn:disabled{cursor:not-allowed;background:#696969!important;color:#fff!important}button.ays-poll-next-btn:enabled,button.ays-poll-previous-btn:enabled{cursor:pointer}div.ays_poll_login_form form[id*=ays_loginform_] input[id*=ays_user_]{color:#000}div.ays-poll-vote-reason textarea#ays-poll-reason-text{color:#000;padding:10px;border:1px solid;font-size:16px;max-width:100%}div.ays-poll-main div.box-apm div.ays-poll-vote-reason textarea#ays-poll-reason-text:focus{outline:0;background-image:none}div.ays_poll_checkbox_for_label input[type=checkbox]{display:inline-block!important;width:13px;margin:0 10px;cursor:pointer;padding:unset;overflow-x:unset}div.ays_poll_all_res_none_message{border-left:2px solid #f90808;padding:10px}.ays-poll-avatars-modal-main{display:none;position:fixed;left:0;top:0;z-index:1000000!important;width:100%;height:100%;animation-duration:.5s;transition:.5s ease-in-out;outline:0;overflow-x:hidden;overflow-y:auto}.modal-open{overflow:hidden;position:relative;height:100%}.ays-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99999!important;background-color:rgba(0,0,0,.5)}.ays-poll-avatars-modal-content{background-color:#fefefe;margin:40px auto 30px;border:1px solid #888;width:300px;z-index:100000000;position:relative;padding-left:0!important;animation-duration:.3s;transition:.5s ease-in-out;border-radius:4px;min-height:500px}.ays-close{color:#aaa;float:right;line-height:1.3;font-size:24px;font-weight:700}.ays-close:focus,.ays-close:hover{color:#000;text-decoration:none;cursor:pointer}.ays-poll-avatars-modal-header{padding:4px 16px}.ays-poll-avatars-modal-main .ays-poll-avatars-modal-header h2{line-height:1.3;font-size:1.8rem;margin:0;padding:0;clear:none;font-weight:500}div.ays-poll-modal-body{padding:2px 16px 20px;overflow-x:auto;width:100%;border-top:1.5px solid #00000045;overflow-y:scroll;height:500px;overflow:auto}div.ays-poll-avatars-preloader{display:none;position:absolute;background:rgba(255,255,255,.8);width:100%;justify-content:center;height:100%;align-items:center;z-index:1}div.ays-users-profile-pics-popup{display:flex;margin-top:12px}div.ays-poll-avatars-modal-content img.ays-user-profile-pic-popup{width:40px;border-radius:50%;height:auto}div.ays-poll-avatars-modal-content img.ays-poll-avatar-pic-loader{width:60px}.ays-users-profile-pics-popup-text{margin-left:12px}.ays-poll-modal-names{font-size:16px}div[id*=ays-poll-container-] div[id*=ays-poll-id-] a.ays-poll-logo-image-url-link,div[id*=ays-poll-container-] div[id*=ays-poll-id-] a.ays-poll-logo-image-url-link img.ays-poll-image-logo,div[id*=ays-poll-container-] div[id*=ays-poll-id-] a.ays-poll-logo-image-url-link:focus,div[id*=ays-poll-container-] div[id*=ays-poll-id-] a.ays-poll-logo-image-url-link:hover{outline:0;border:0;box-shadow:unset}div[id*=ays-poll-container-] div[id*=ays-poll-id-] div.ays-poll-multivote-message{color:red;font-size:13px;display:none}div[id*=ays-poll-container-] .apm-add-answer.add_answer_for_grid{width:100%!important;align-items:center;flex-basis:initial!important;max-width:100%!important}div.ays-poll-container label.apm-add-answer{display:flex;align-items:center;flex-wrap:wrap}span.ays_grid_answer_span{transition:.1s ease-in;font-size:15px;border-radius:0;display:inline-block;margin:0;padding:0;text-overflow:ellipsis;border:none;position:static;z-index:2;text-align:center;width:100%}div[id*=ays-poll-container-] div.ays-poll-add-answer-note{display:none;margin-top:10px;padding:0 2px}div[id*=ays-poll-container-] div.ays-poll-add-answer-note div.ays-poll-add-answer-note-text{font-size:13px;font-style:italic;color:#696969;font-family:initial}div.ays-poll-add-answer-note-text img{margin-right:5px}div[id*=ays-poll-container-] div.ays-poll-add-answer-note div.ays-poll-add-answer-note-text::before{content:""}div[id*=ays-poll-container-] div.ays-poll-maker-text-answer-main{padding:0 10px}div[id*=ays-poll-container-] div.ays-poll-maker-text-answer-main input[id*=ays-poll-text-type-short-],div[id*=ays-poll-container-] div.ays-poll-maker-text-answer-main textarea[id*=ays-poll-text-type-paragraph-]{background-color:#f3f5f7;transition:.5s;font-size:16px}div[id*=ays-poll-container-] div.ays-poll-maker-text-answer-main textarea[id*=ays-poll-text-type-paragraph-]{width:100%;min-height:120px;padding:16px 0 16px 16px;overflow:hidden;resize:none;border:0;border-radius:4px 4px 0 0;box-shadow:unset;outline:0}div[id*=ays-poll-container-] div.ays-poll-maker-text-answer-main input[id*=ays-poll-text-type-short-]{width:60%;height:40px;resize:none;border:0;border-radius:4px 4px 0 0;box-shadow:unset;outline:0;display:inline-block}div[id*=ays-poll-container-] div.ays-poll-maker-text-answer-main label.ays-poll-text-type-short-label{display:inline-block;max-width:unset}div[id*=ays-poll-container-] div.ays-poll-maker-text-answer-main input[id*=ays-poll-text-type-short-]:focus,div[id*=ays-poll-container-] div.ays-poll-maker-text-answer-main input[id*=ays-poll-text-type-short-]:hover,div[id*=ays-poll-container-] div.ays-poll-maker-text-answer-main textarea[id*=ays-poll-text-type-paragraph-]:focus,div[id*=ays-poll-container-] div.ays-poll-maker-text-answer-main textarea[id*=ays-poll-text-type-paragraph-]:hover{background-color:#d8d8d8}input[id*=ays-poll-text-type-short-]::placeholder,textarea[id*=ays-poll-text-type-paragraph-]::placeholder{font-size:14px}div[id*=ays-poll-container-] .ays_quiz_question_text_conteiner{margin-top:10px;padding:0 5px}div[id*=ays-poll-container-] input.ays_animated_xms{outline:0}div[id*=ays-poll-container-] div[id*=ays-poll-password-] div.ays-poll-password-box{display:flex;justify-content:center;align-items:center;flex-wrap:wrap}div[id*=ays-poll-container-] div[id*=ays-poll-password-] div.ays-poll-password-box div.ays-poll-password-input-box input.ays-poll-password-input{border:1px solid;border-radius:4px;display:inline-block;outline:0;box-shadow:unset;height:100%;color:#000;font-size:18px;width:100%;min-width:200px}div[id*=ays-poll-container-] div[id*=ays-poll-password-] div.ays-poll-password-box div.ays-poll-password-button-box{height:40px;margin-left:5px}div[id*=ays-poll-container-] div[id*=ays-poll-password-] div.ays-poll-password-box div.ays-poll-password-button-box input.ays-poll-password-button{height:100%;margin-left:5px;padding:0 10px;display:inline-block;border-radius:4px;font-size:17px;letter-spacing:1px;text-decoration:none}div[id*=ays-poll-container-] div[id*=ays-poll-password-] div.ays-poll-password-box div.ays-poll-password-input-box{height:40px}div[id*=ays-poll-container-] div[id*=ays-poll-password-] div.ays-poll-password-box div.ays-poll-password-button-box,div[id*=ays-poll-container-] div[id*=ays-poll-password-] div.ays-poll-password-box div.ays-poll-password-input-box{margin-top:10px}div[id*=ays-poll-container-] div.ays-poll-answers-box{display:flex;align-items:center;margin:12px 0 auto}div[id*=ays-poll-container-] div.ays-poll-answers-box img.ays-poll-answers-current-image{width:80px;height:80px;object-fit:cover;border-radius:3px}div[id*=ays-poll-container-] div.ays-poll-answers-box div.ays-poll-answer-text-and-percent-box{width:100%;max-width:100%;padding:0 0 0 10px}div[id*=ays-poll-container-] .ays-poll-password-input-box-visibility .ays-poll-password-toggle{position:absolute;right:10px;top:25%;width:20px;cursor:pointer}div[id*=ays-poll-container-] .apm-social-btn .ays-survey-social-shares-heading{width:100%;text-align:center}div.ays-poll-answer-image+p.ays-poll-answers span.ays-poll-each-answer-list{word-break:break-word}.block-editor-block-list__block .ays-poll-main .ays-poll-maker-text-answer-main input.ays-poll-text-types-inputs{pointer-events:none}.ays-poll-main .box-apm .ays_poll_passed_count{padding:5px 20px}.ays-poll-main .box-apm .ays-poll-answer-container-list .ays_enable_hover:hover{background-color:inherit}.ays-poll-main .box-apm .apm-social-btn .ays-share-btn{font-size:12px;font-weight:700;padding:2px 8px}div[id*=ays-poll-container-] .answer-title .answer-text,div[id*=ays-poll-container-] .ays_grid_answer_span{word-wrap:break-word!important;word-break:break-word!important}@media screen and (max-width:768px){div[id*=ays-poll-container-] .apm-answers .apm-choosing .ays_label_poll>div.ays-poll-answer-image{width:40%}div[id*=ays-poll-container-] .apm-answers .apm-choosing .ays_label_poll>p.ays-poll-answers{max-width:unset!important}div[id*=ays-poll-container-] .apm-answers .apm-choosing .ays_label_poll>div.ays-poll-answer-image+p.ays-poll-answers{width:60%}.ays-poll-view-more-button-box{justify-content:center}.ays-poll-main .box-apm .results-apm .answer-percent{padding:0}}.vlp-link-container{position:relative}.vlp-link-container:hover{cursor:pointer}.vlp-link-container:after{clear:both;content:"";display:table}.vlp-link-container .vlp-link-summary p:last-child{margin-bottom:0}a.vlp-link{bottom:0!important;left:0!important;position:absolute!important;right:0!important;top:0!important}a.vlp-link,a.vlp-link:active,a.vlp-link:hover,a.vlp-link:link,a.vlp-link:visited{background:0!important;border:0!important;box-shadow:none!important;float:none!important;margin:0!important;opacity:1!important;outline:0!important;padding:0!important;text-decoration:none!important;transform:none!important}.mc4wp-form input[name^=_mc4wp_honey]{display:none!important}.mc4wp-form-theme{margin:1em 0}.mc4wp-form-theme label,.mc4wp-form-theme input{box-sizing:border-box;cursor:auto;vertical-align:baseline;width:auto;height:auto;line-height:normal;display:block}.mc4wp-form-theme label:after,.mc4wp-form-theme input:after{content:"";clear:both;display:table}.mc4wp-form-theme label{margin-bottom:6px;font-weight:700;display:block}.mc4wp-form-theme input[type=text],.mc4wp-form-theme input[type=email],.mc4wp-form-theme input[type=tel],.mc4wp-form-theme input[type=url],.mc4wp-form-theme input[type=date],.mc4wp-form-theme textarea,.mc4wp-form-theme select{vertical-align:middle;width:100%;max-width:480px;height:auto;min-height:32px;text-shadow:none;background:#fff;border:1px solid #ccc;border-radius:2px;outline:0;padding:8px 16px;line-height:1.42857;color:#555!important}.mc4wp-form-theme textarea{height:auto}.mc4wp-form-theme input[readonly],.mc4wp-form-theme input[disabled]{background-color:#eee}.mc4wp-form-theme input[type=number]{min-width:40px}.mc4wp-form-theme input[type=checkbox],.mc4wp-form-theme input[type=radio]{border:0;width:13px;height:13px;margin:0 6px 0 0;padding:0;display:inline-block;position:relative}.mc4wp-form-theme input[type=checkbox]{-webkit-appearance:checkbox;-moz-appearance:checkbox;appearance:checkbox}.mc4wp-form-theme input[type=radio]{-webkit-appearance:radio;-moz-appearance:radio;appearance:radio}.mc4wp-form-theme button,.mc4wp-form-theme input[type=submit],.mc4wp-form-theme input[type=button]{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-align:center;white-space:nowrap;vertical-align:middle;user-select:none;text-shadow:none;filter:none;background:0 0;border:1px solid #0000;border-radius:2px;width:auto;height:auto;padding:8px 16px;font-weight:400;line-height:1.42857;display:inline-block}.mc4wp-form-theme button:hover,.mc4wp-form-theme input[type=submit]:hover,.mc4wp-form-theme input[type=button]:hover,.mc4wp-form-theme button:focus,.mc4wp-form-theme input[type=submit]:focus,.mc4wp-form-theme input[type=button]:focus{color:#333;background:0 0;outline:0;text-decoration:none}.mc4wp-form-theme label>span,.mc4wp-form-theme li>label{font-weight:400}.mc4wp-alert{color:#c09853;clear:both}.mc4wp-success{color:#468847}.mc4wp-notice{color:#3a87ad}.mc4wp-error{color:#cd5c5c}.rtl .mc4wp-form-theme input[type=checkbox],.rtl .mc4wp-form-theme input[type=radio]{margin:0 0 0 6px}.mc4wp-form-theme-dark button,.mc4wp-form-theme-dark input[type=submit],.mc4wp-form-theme-dark input[type=button]{border-color:#1e1e1e;color:#fff!important;background-color:#444!important}.mc4wp-form-theme-dark button:hover,.mc4wp-form-theme-dark input[type=submit]:hover,.mc4wp-form-theme-dark input[type=button]:hover,.mc4wp-form-theme-dark button:focus,.mc4wp-form-theme-dark input[type=submit]:focus,.mc4wp-form-theme-dark input[type=button]:focus{border-color:#000;color:#fff!important;background-color:#1e1e1e!important}.mc4wp-form-theme-dark input[type=text]:focus,.mc4wp-form-theme-dark input[type=email]:focus,.mc4wp-form-theme-dark input[type=tel]:focus,.mc4wp-form-theme-dark input[type=url]:focus,.mc4wp-form-theme-dark input[type=date]:focus,.mc4wp-form-theme-dark textarea:focus,.mc4wp-form-theme-dark select:focus{border-color:#6a6a6a}.mc4wp-form-theme-light button,.mc4wp-form-theme-light input[type=submit],.mc4wp-form-theme-light input[type=button]{border-color:#d9d9d9;color:#000!important;background-color:#fff!important}.mc4wp-form-theme-light button:hover,.mc4wp-form-theme-light input[type=submit]:hover,.mc4wp-form-theme-light input[type=button]:hover,.mc4wp-form-theme-light button:focus,.mc4wp-form-theme-light input[type=submit]:focus,.mc4wp-form-theme-light input[type=button]:focus{border-color:#b3b3b3;color:#000!important;background-color:#d9d9d9!important}.mc4wp-form-theme-light input[type=text]:focus,.mc4wp-form-theme-light input[type=email]:focus,.mc4wp-form-theme-light input[type=tel]:focus,.mc4wp-form-theme-light input[type=url]:focus,.mc4wp-form-theme-light input[type=date]:focus,.mc4wp-form-theme-light textarea:focus,.mc4wp-form-theme-light select:focus{border-color:#d9d9d9}.mc4wp-form-theme-red button,.mc4wp-form-theme-red input[type=submit],.mc4wp-form-theme-red input[type=button]{border-color:#b52b27;color:#fff!important;background-color:#d9534f!important}.mc4wp-form-theme-red button:hover,.mc4wp-form-theme-red input[type=submit]:hover,.mc4wp-form-theme-red input[type=button]:hover,.mc4wp-form-theme-red button:focus,.mc4wp-form-theme-red input[type=submit]:focus,.mc4wp-form-theme-red input[type=button]:focus{border-color:#761c19;color:#fff!important;background-color:#b52b27!important}.mc4wp-form-theme-red input[type=text]:focus,.mc4wp-form-theme-red input[type=email]:focus,.mc4wp-form-theme-red input[type=tel]:focus,.mc4wp-form-theme-red input[type=url]:focus,.mc4wp-form-theme-red input[type=date]:focus,.mc4wp-form-theme-red textarea:focus,.mc4wp-form-theme-red select:focus{border-color:#e7908e}.mc4wp-form-theme-blue button,.mc4wp-form-theme-blue input[type=submit],.mc4wp-form-theme-blue input[type=button]{border-color:#2a6496;color:#fff!important;background-color:#428bca!important}.mc4wp-form-theme-blue button:hover,.mc4wp-form-theme-blue input[type=submit]:hover,.mc4wp-form-theme-blue input[type=button]:hover,.mc4wp-form-theme-blue button:focus,.mc4wp-form-theme-blue input[type=submit]:focus,.mc4wp-form-theme-blue input[type=button]:focus{border-color:#193c5a;color:#fff!important;background-color:#2a6496!important}.mc4wp-form-theme-blue input[type=text]:focus,.mc4wp-form-theme-blue input[type=email]:focus,.mc4wp-form-theme-blue input[type=tel]:focus,.mc4wp-form-theme-blue input[type=url]:focus,.mc4wp-form-theme-blue input[type=date]:focus,.mc4wp-form-theme-blue textarea:focus,.mc4wp-form-theme-blue select:focus{border-color:#7eb0db}.mc4wp-form-theme-green button,.mc4wp-form-theme-green input[type=submit],.mc4wp-form-theme-green input[type=button]{border-color:#3d8b3d;color:#fff!important;background-color:#5cb85c!important}.mc4wp-form-theme-green button:hover,.mc4wp-form-theme-green input[type=submit]:hover,.mc4wp-form-theme-green input[type=button]:hover,.mc4wp-form-theme-green button:focus,.mc4wp-form-theme-green input[type=submit]:focus,.mc4wp-form-theme-green input[type=button]:focus{border-color:#255625;color:#fff!important;background-color:#3d8b3d!important}.mc4wp-form-theme-green input[type=text]:focus,.mc4wp-form-theme-green input[type=email]:focus,.mc4wp-form-theme-green input[type=tel]:focus,.mc4wp-form-theme-green input[type=url]:focus,.mc4wp-form-theme-green input[type=date]:focus,.mc4wp-form-theme-green textarea:focus,.mc4wp-form-theme-green select:focus{border-color:#91cf91}.cc-window{opacity:1;-webkit-transition:opacity 1s ease;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0!important}.cc-animate.cc-revoke{-webkit-transition:transform 1s ease;-webkit-transition:-webkit-transform 1s ease;transition:-webkit-transform 1s ease;transition:transform 1s ease;transition:transform 1s ease,-webkit-transform 1s ease}.cc-animate.cc-revoke.cc-top{-webkit-transform:translateY(-2em);transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{-webkit-transform:translateY(2em);transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-top{-webkit-transform:translateY(0);transform:translateY(0)}.cc-animate.cc-revoke.cc-active.cc-bottom{-webkit-transform:translateY(0);transform:translateY(0)}.cc-revoke:hover{-webkit-transform:translateY(0);transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;-webkit-transition:max-height 1s;transition:max-height 1s}
.cc-revoke,.cc-window{position:fixed;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:16px;line-height:1.5em;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:2147483646}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner{padding:1em 1.8em;width:100%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.cc-revoke{padding:.5em}.cc-revoke:hover{text-decoration:underline}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;margin-bottom:.4em;text-decoration:underline}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap;text-decoration:none}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-first-highlight .cc-btn:last-child{background-color:transparent;border-color:transparent}.cc-first-highlight .cc-btn:last-child:focus,.cc-first-highlight .cc-btn:last-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.2em;right:.4em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close.cc-closeXcustomText{text-decoration:underline;font-size:1.1em;top:.5em;right:.6em}.cc-window.cc-banner.cc-addedcloseX{padding:2em 1.8em}.cc-close:focus,.cc-close:hover{opacity:1}div.cc-blockingScreen{opacity:.5;background:#000;width:100%;height:100%;z-index:2147483630;top:0;left:0;position:fixed}span.cc-visually-hidden{border:0;padding:0;margin:0;position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);white-space:nowrap}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.cc-window.cc-banner{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{display:block;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;max-width:100%;margin-right:1em}.cc-allswitches.cc-floating{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.cc-compliance{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-floating .cc-compliance>.cc-btn{-webkit-box-flex:1;-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}.cc-switch-element{margin-bottom:.3em}.cc-switch{position:relative;display:inline-block;width:2.3em;height:1.4em;margin:0 .3em 0 0;vertical-align:middle}.cc-switch-label{margin-right:.6em}.cc-switch input{opacity:0;width:0;height:0;display:none}.cc-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;-webkit-transition:.4s;transition:.4s}.cc-slider:before{position:absolute;content:"";height:1em;width:1em;left:.2em;bottom:.2em;background-color:#fff;-webkit-transition:.4s;transition:.4s}input:checked+.cc-slider{background-color:#a0db8e}input:focus+.cc-slider{-webkit-box-shadow:0 0 1px #a0db8e;box-shadow:0 0 1px #a0db8e}input:checked+.cc-slider:before{-webkit-transform:translateX(.9em);transform:translateX(.9em)}.cc-slider.disabled:before{opacity:45%}.cc-slider.classic{border-radius:.6em}.cc-slider.classic:before{border-radius:50%}.cc-popovercenter{position:fixed;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);min-width:380px;z-index:2147483645}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-popovercenter{top:50%!important;left:50%!important;min-width:calc(100%)!important}}
@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-floating,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-webkit-box-align:unset;-ms-flex-align:unset;align-items:unset}.cc-window.cc-banner .cc-message{margin-right:0}}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-webkit-box-flex:0;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-highlight .cc-btn:last-child{min-width:140px}.cc-theme-classic .cc-highlight .cc-btn:first-child{min-width:0}.cc-theme-classic .cc-first-highlight .cc-btn:last-child{min-width:0}.cc-theme-classic .cc-first-highlight .cc-btn:first-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em;margin-bottom:1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}