.hdq_quiz_wrapper {
margin: 0 auto;
padding-bottom: 60px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
position: relative;
max-width: 100%;
}
.hdq_quiz_wrapper *,
.hdq_quiz_wrapper:before,
*:after {
-webkit-box-sizing: inherit;
-moz-box-sizing: inherit;
box-sizing: inherit;
}
.hdq_quiz {
width: 100%;
max-width: 600px;
margin: 0 auto;
position: relative;
}
.hdq_hidden {
display: none !important;
}
.hdq_quiz > .hdq_jPaginate {
display: block;
}
.hdq_quiz > .hdq_jPaginate ~ .hdq_jPaginate {
display: none;
}
.hdq_jPaginate,
.hdq_finish,
.hdq_next_page {
text-align: center;
}
.hdq_quiz_wrapper .hdq_button {
display: inline-block;
margin: 0 auto;
padding: 12px 22px;
text-align: center;
background: #2d2d2d;
color: #fff;
text-transform: uppercase;
cursor: pointer;
}
.hdq_button:hover,
.hdq_complete {
opacity: 0.6;
}
.hdq_button:focus {
opacity: 0.6;
}
.hdq_complete {
cursor: default;
}
.hdq_quiz_start.hdq_button {
display: block;
}
.hdq_quiz_wrapper .hdq_button.hdq_submit_question_answers {
margin-top: 1em;
}
.hdq_quiz .hdq_input {
padding: 1rem;
font-size: 1em;
width: 100%;
color: #2d2d2d;
border-bottom: 1px dashed #aaa !important;
line-height: inherit;
height: auto;
cursor: initial !important;
}
#hdq_fb_sharer {
cursor: pointer;
}
.hdq_result_pass,
.hdq_result_fail,
.hdq_result_personality {
display: none;
}
.hdq_result_pass,
.hdq_result_fail {
font-size: 1.3em;
margin: 1rem 0;
}
.hdq_result {
font-size: 2.4em;
font-weight: bold;
}
.hdq_results_wrapper {
padding: 2rem;
margin: 1rem 0;
padding: 2rem;
background: #fafafa;
border-bottom: 2px solid #dedede;
display: none;
}
.hdq_share {
text-align: center;
background: rgba(0, 0, 0, 0.1);
padding: 12px;
display: flex;
justify-content: center;
}
.hdq_social_icon {
display: inline-block;
line-height: 1;
margin: 0.4em;
}
.hdq_social_icon > a {
display: inline-block;
}
.hdq_jPaginate ~ .hdq_question,
.hdq_jPaginate ~ .hdq_adset_container {
display: none;
}
.hdq_adset_container {
margin: 0 auto;
padding: 1em;
}
.hdq_quiz_wrapper img {
max-width: 100%;
height: auto !important;
}
.hdq_share img {
max-width: 100%;
width: 40px;
height: auto !important;
}
.hdq_question_featured_image {
text-align: center;
}
.hdq_featured_image {
display: block;
width: inherit;
height: auto;
margin: 0 auto;
}
.hdq_question_answers_images {
display: grid;
grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
grid-gap: 1rem;
}
.hdq_quiz .hdq_row:hover {
background: rgba(0, 0, 0, 0.1);
}
.hdq_disabled {
opacity: 0.8;
}
.hdq_disabled .hdq_row:hover {
cursor: default;
background: rgba(0, 0, 0, 0);
}
.hdq_disabled label {
cursor: default !important;
}
.hdq_row_image > .hdq_label_answer {
display: grid;
grid-template-rows: max-content 1fr;
grid-gap: 1rem;
height: 100%;
}
.hdq_row_image > .hdq_label_answer > img {
width: 100%;
height: auto;
}
.hdq_row_image > .hdq_label_answer > div {
display: flex;
align-items: center;
line-height: 1.2;
}
.hdq_question {
margin: 1rem 0;
padding: 2rem;
background: #fafafa;
border-bottom: 2px solid #dedede;
transition: all 350ms ease-in-out;
}
.hdq_question.hdq_active_question {
box-shadow: 0px 0px 1rem 0px rgba(0, 0, 0, 0.4);
}
.hdq_question.hdq_answer_required {
animation-delay: 300ms;
animation-name: example;
animation-duration: 2s;
}
@keyframes example {
from {
box-shadow: 0px 0px 1rem 0px rgba(0, 0, 0, 0.4);
}
to {
box-shadow: 0px 0px 0 0px rgba(0, 0, 0, 0.4);
}
}
.hdq_question_after_text {
display: none;
margin-top: 12px;
padding: 12px 22px;
background: rgba(0, 0, 0, 0.1);
border-bottom: 2px solid #dedede;
}
.hdq-options-check {
display: inline-block;
margin-right: 12px;
top: 4px;
position: relative;
}
.hdq_label_answer {
display: block;
font-size: 1.2em;
cursor: pointer;
padding: 12px;
color: #2d2d2d !important;
line-height: 1.4;
}
.hdq_correct {
border: 4px solid green;
background: rgba(0, 128, 0, 0.1);
}
.hdq_wrong {
border: 4px dashed red;
background: rgba(128, 0, 0, 0.1);
}
.hdq_correct_not_selected {
border-bottom: 4px solid green;
background: rgba(0, 128, 0, 0.1);
margin-bottom: 2px;
}
.hdq_answered {
display: block;
padding: 1em;
line-height: 1;
}
.hdq_checkbox .hdq-options-check {
font-size: 24px;
}
.hdq_question_title {
border-bottom: 3px solid #999;
}
.hdq_heart {
text-align: right;
font-size: 0.8em;
margin-top: 4px;
}
.hdq_results_inner > .hdq_results_title,
h3.hdq_question_as_title {
margin: 0;
padding: 0;
}
.hdq_checkbox .hdq-options-check label {
width: 2em;
height: 1em;
position: relative;
cursor: pointer;
display: block;
font-size: 22px !important;
} .hdq-options-check {
font-size: 24px;
}
.hdq-options-check input[type="checkbox"] {
position: absolute;
opacity: 0;
}
.hdq-options-check .hdq_toggle {
width: 2em;
height: 1em;
position: relative;
cursor: pointer;
display: block !important;
font-size: 22px !important;
margin: 0;
}
.hdq_checkbox .hdq_toggle {
margin-bottom: 0 !important;
}
.hdq-options-check .hdq_toggle:before {
content: "";
position: absolute;
width: 2em;
height: 1em;
left: 0.1em;
transition: background 0.1s ease;
background: #476777;
border-radius: 50px;
box-shadow: inset 0px 1px 1px rgba(171, 171, 171, 0.5);
}
.hdq-options-check .hdq_toggle:after {
content: "";
position: absolute;
width: 1em;
height: 1em;
border-radius: 50px;
left: 0;
transition: all 0.2s ease;
box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
background: #efefef;
animation: hdq_switch-off 0.2s ease-out;
z-index: 2;
}
.hdq-options-check input[type="checkbox"]:checked + .hdq_toggle:before {
background: #72a0c4;
box-shadow: inset 0px 1px 1px rgba(84, 152, 140, 0.5);
}
.hdq-options-check input[type="checkbox"]:checked + .hdq_toggle:after {
animation: hdq_switch-on 0.2s ease-out;
left: 1.1em;
background: #efefef;
}
.hdq-options-check input[type="checkbox"]:focus + .hdq_toggle:after {
border: 1px solid #66cbff;
}
label.non-block {
display: inline-block !important;
margin-right: 12px !important;
}
@keyframes hdq_switch-on {
50% {
transform: scaleX(1.3);
}
}
@keyframes hdq_switch-off {
50% {
transform: scaleX(1.3);
}
}
.hdq_timer {
position: fixed;
bottom: 40px;
right: 40px;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
background: #2d2d2d;
color: #fff;
width: 60px;
height: 60px;
line-height: 60px;
text-align: center;
z-index: 999;
}
.hdq_timer.hdq_timer_warning {
background: #f17222;
}
.hdq_timer.hdq_timer_danger {
background: #ab2121;
box-shadow: 0 0 0 rgba(204, 169, 44, 0.7);
animation: hdq_pulse 1s infinite;
}
@-webkit-keyframes hdq_pulse {
0% {
-webkit-box-shadow: 0 0 0 0 rgba(171, 33, 33, 0.7);
}
70% {
-webkit-box-shadow: 0 0 0 10px rgba(171, 33, 33, 0);
}
100% {
-webkit-box-shadow: 0 0 0 0 rgba(171, 33, 33, 0);
}
}
@keyframes hdq_pulse {
0% {
-moz-box-shadow: 0 0 0 0 rgba(171, 33, 33, 0.7);
box-shadow: 0 0 0 0 rgba(171, 33, 33, 0.4);
}
70% {
-moz-box-shadow: 0 0 0 10px rgba(171, 33, 33, 0);
box-shadow: 0 0 0 10px rgba(171, 33, 33, 0);
}
100% {
-moz-box-shadow: 0 0 0 0 rgba(171, 33, 33, 0);
box-shadow: 0 0 0 0 rgba(171, 33, 33, 0);
}
}
.hdq_loading_bar {
position: fixed;
bottom: 0;
left: 0;
z-index: -1;
width: 100%;
height: 8px;
background: rgba(15, 143, 18, 0.7);
-webkit-transform: translate3d(-103%, 0, 0);
transform: translate3d(-103%, 0, 0);
pointer-events: none;
}
.hdq_loading_bar.hdq_animate {
bottom: -20px;
z-index: 100;
-webkit-transition: -webkit-transform 1.2s ease-in, bottom 0.3s 2.7s;
transition: transform 1.2s ease-in, bottom 0.3s 2.7s;
-webkit-transform: translate3d(0%, 0, 0);
transform: translate3d(0%, 0, 0);
}
h2.hdq_results_title,
h3.hdq_question_heading {
margin-top: 1rem;
margin-bottom: 1rem;
line-height: 1.2;
color: #222;
}
.hdq_question_number {
opacity: 0.8;
}
.hdq_tooltip {
position: relative;
width: 20px;
height: 20px;
background-color: rgb(95, 102, 109);
color: #fff;
display: inline-flex;
justify-content: center;
align-content: center;
align-items: center;
font-size: 0.6em;
border-radius: 50%;
top: -3px;
font-family: monospace;
}
.hdq_tooltip_content {
font-family: sans-serif;
position: absolute;
top: calc(100% + 1em);
font-size: 0.8em;
width: 260px;
left: -130px;
line-height: 1.4;
background-color: rgb(95, 102, 109);
border-radius: 10px;
box-shadow: 0px 13px 10px rgba(72, 72, 72, 0.025), 0 1px 16px rgba(72, 72, 72, 0.55);
color: #fff;
padding: 1.4em;
text-align: left;
pointer-events: none;
opacity: 0;
transform: translate3d(0, 30px, 0);
transition: all 0.3s cubic-bezier(0.1, 1, 0.9, 1);
transition-property: opacity, transform;
}
.hdq_tooltip_content span {
display: block;
letter-spacing: initial;
}
.hdq_tooltip_content::after {
content: "";
position: absolute;
bottom: 100%;
left: 50%;
display: block;
border-style: solid;
border-top-color: transparent;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-bottom: 10px solid rgb(95, 102, 109);
}
.hdq_tooltip:hover .hdq_tooltip_content {
opacity: 1;
transform: translate3d(0, 0, 0);
z-index: 99999;
}
.hdq_multiple_quizzes_warning {
text-align: center;
}
@media screen and (max-width: 800px) {
.hdq_timer {
bottom: 10px;
right: 10px;
}
.hdq_share {
padding: 8px;
line-height: 1;
}
.hdq_question,
.hdq_results_wrapper {
padding: 1rem;
}
.hdq_tooltip_content {
position: fixed;
top: initial;
bottom: 10px;
width: 80%;
left: 10%;
margin: 0;
}
.hdq_tooltip_content::after {
display: none;
}
.hdq_quiz_wrapper {
overflow-x: hidden;
}
.hdq_label_answer {
font-size: 1rem;
}
.hdq_question_answers_images {
grid-gap: 0.4rem;
}
.hdq_row_image > .hdq_label_answer {
grid-gap: 0.5rem;
padding: 0.4em;
}
.hdq_row_image .hdq-options-check {
display: block;
margin-bottom: 0.4em;
}
}.mailpoet_form_html p,.mailpoet_form_html ol,.mailpoet_form_html ul,.mailpoet_form_html li,.mailpoet_form_html dl,.mailpoet_form_html dt,.mailpoet_form_html dd,.mailpoet_form_html blockquote,.mailpoet_form_html figure,.mailpoet_form_html fieldset,.mailpoet_form_html form,.mailpoet_form_html legend,.mailpoet_form_html textarea,.mailpoet_form_html pre,.mailpoet_form_html iframe,.mailpoet_form_html hr,.mailpoet_form_html h1,.mailpoet_form_html h2,.mailpoet_form_html h3,.mailpoet_form_html h4,.mailpoet_form_html h5,.mailpoet_form_html h6,.mailpoet_form_iframe p,.mailpoet_form_iframe ol,.mailpoet_form_iframe ul,.mailpoet_form_iframe li,.mailpoet_form_iframe dl,.mailpoet_form_iframe dt,.mailpoet_form_iframe dd,.mailpoet_form_iframe blockquote,.mailpoet_form_iframe figure,.mailpoet_form_iframe fieldset,.mailpoet_form_iframe form,.mailpoet_form_iframe legend,.mailpoet_form_iframe textarea,.mailpoet_form_iframe pre,.mailpoet_form_iframe iframe,.mailpoet_form_iframe hr,.mailpoet_form_iframe h1,.mailpoet_form_iframe h2,.mailpoet_form_iframe h3,.mailpoet_form_iframe h4,.mailpoet_form_iframe h5,.mailpoet_form_iframe h6{font-family:Arial,Helvetica,sans-serif;font-size:16px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-synthesis:none;font-weight:normal;letter-spacing:normal}.mailpoet_form_html h1,.mailpoet_form_html .h1,.mailpoet_form_html h2,.mailpoet_form_html .h2,.mailpoet_form_html h3,.mailpoet_form_html .h3,.mailpoet_form_html h4,.mailpoet_form_html .h4,.mailpoet_form_html h5,.mailpoet_form_html .h5,.mailpoet_form_html h6,.mailpoet_form_html .h6,.mailpoet_form_iframe h1,.mailpoet_form_iframe .h1,.mailpoet_form_iframe h2,.mailpoet_form_iframe .h2,.mailpoet_form_iframe h3,.mailpoet_form_iframe .h3,.mailpoet_form_iframe h4,.mailpoet_form_iframe .h4,.mailpoet_form_iframe h5,.mailpoet_form_iframe .h5,.mailpoet_form_iframe h6,.mailpoet_form_iframe .h6{font-weight:700;letter-spacing:normal;padding-top:0}.mailpoet_form_html ul,.mailpoet_form_html ol,.mailpoet_form_iframe ul,.mailpoet_form_iframe ol{font-family:Arial,Helvetica,sans-serif}.mailpoet_form_html label,.mailpoet_form_iframe label{font-family:Arial,Helvetica,sans-serif;margin-bottom:10px}.mailpoet_form_html input,.mailpoet_form_iframe input{font-family:Arial,Helvetica,sans-serif}.mailpoet_form_html a,.mailpoet_form_iframe a{background-color:rgba(0,0,0,0);color:#28303d;cursor:pointer;-webkit-text-decoration-skip-ink:all;text-decoration-skip-ink:all;text-decoration-thickness:1px;text-underline-offset:3px}.mailpoet_form_html button,.mailpoet_form_html input[type=button],.mailpoet_form_html input[type=reset],.mailpoet_form_html input[type=submit],.mailpoet_form_iframe button,.mailpoet_form_iframe input[type=button],.mailpoet_form_iframe input[type=reset],.mailpoet_form_iframe input[type=submit]{text-transform:none}input.parsley-success,select.parsley-success,textarea.parsley-success{background-color:#dff0d8;border-color:#d6e9c6;color:#468847}input.parsley-error,select.parsley-error,textarea.parsley-error{background-color:#f2dede;border-color:#eed3d7;color:#900}.parsley-errors-list{color:#900;font-size:.8rem;line-height:1em;list-style-type:none;margin:8px 0 3px;opacity:0;padding:0;transition:all .3s ease-in}.parsley-errors-list.filled{opacity:1}.mailpoet-form-input .parsley-errors-list{left:16px;margin-top:2px;position:absolute;top:100%}.parsley-required,.parsley-custom-error-message{color:#900}.mailpoet-form-errors{padding:0 16px}.mailpoet_text_label,.mailpoet_textarea_label,.mailpoet_select_label,.mailpoet_radio_label,.mailpoet_checkbox_label,.mailpoet_list_label,.mailpoet_date_label{display:block}@media screen and (max-width: 499px){.mailpoet_text_label,.mailpoet_textarea_label,.mailpoet_select_label,.mailpoet_radio_label,.mailpoet_checkbox_label,.mailpoet_list_label,.mailpoet_date_label{font-size:16px !important;line-height:1.4 !important}}@media screen and (max-width: 499px){.mailpoet_form{box-sizing:border-box}}.mailpoet_form .mailpoet_submit,.mailpoet_form .mailpoet_paragraph,.mailpoet_form .mailpoet_form_paragraph,.mailpoet_form .mailpoet_textarea,.mailpoet_form .mailpoet_text,.mailpoet_form .mailpoet_select,.mailpoet_form .mailpoet_form_image,.mailpoet_form .mailpoet_message,.mailpoet_form .mailpoet_paragraph select{max-width:100%}@media screen and (max-width: 499px){.mailpoet_form .mailpoet_submit,.mailpoet_form .mailpoet_paragraph,.mailpoet_form .mailpoet_form_paragraph,.mailpoet_form .mailpoet_textarea,.mailpoet_form .mailpoet_text,.mailpoet_form .mailpoet_select,.mailpoet_form .mailpoet_form_image,.mailpoet_form .mailpoet_message,.mailpoet_form .mailpoet_paragraph select{font-size:16px !important;line-height:1.4 !important}}.mailpoet_form.mailpoet_form_successfully_send{position:relative}.mailpoet_form.mailpoet_form_successfully_send .mailpoet_validate_success{left:50%;position:absolute;text-align:center;top:50%;transform:translate(-50%, -50%)}.mailpoet_form .mailpoet-has-background-color{padding:1.25em 2.375em}.mailpoet_form .mailpoet-has-font-size{line-height:1.4}.mailpoet_form .mailpoet_submit{white-space:normal;word-wrap:break-word}.mailpoet_paragraph fieldset,.mailpoet_paragraph legend{background:rgba(0,0,0,0);border:0;color:inherit;margin:0;padding:0}.mailpoet_textarea{height:auto}.mailpoet_form_sending .mailpoet_form_loading{display:block}.mailpoet_form_sending .mailpoet_submit{display:none}.mailpoet_form_loading{display:none;text-align:center;width:30px}.mailpoet_form_loading>span{animation:mailpoet-bouncedelay 1.4s infinite ease-in-out both;background-color:#5b5b5b;border-radius:100%;display:inline-block;height:5px;width:5px}.mailpoet_form_loading .mailpoet_bounce1{animation-delay:-0.32s}.mailpoet_form_loading .mailpoet_bounce2{animation-delay:-0.16s;margin:0 7px}.mailpoet_captcha_form .mailpoet_validate_success{color:#468847}.mailpoet_captcha_form .mailpoet_validate_error{color:#b94a48}.mailpoet_captcha_update{cursor:pointer}.mailpoet_recaptcha_noscript_container{height:422px;position:relative;width:302px}.mailpoet_recaptcha_noscript_container>div{height:422px;position:absolute;width:302px}.mailpoet_recaptcha_noscript_container>div iframe{border-style:none;height:422px;width:302px}.mailpoet_recaptcha_noscript_input{background:#f9f9f9;border:1px solid #c1c1c1;border-radius:3px;border-style:none;bottom:12px;height:60px;left:25px;margin:0;padding:0;right:25px;width:300px}.mailpoet_recaptcha_noscript_input textarea{border:1px solid #c1c1c1;height:40px;margin:10px 25px;padding:0;resize:none;width:250px}@keyframes mailpoet-bouncedelay{0%,80%,100%{transform:scale(0)}40%{transform:scale(1)}}.mailpoet_form .mailpoet_paragraph{margin-bottom:20px}.mailpoet_column_with_background{padding:10px}.mailpoet_form_column:not(:first-child){margin-left:20px}@media screen and (min-width: 500px){.mailpoet_form_fixed_bar .mailpoet_form_columns .mailpoet_form_column .mailpoet_paragraph:last-child{margin-bottom:0}}@media screen and (min-width: 500px){div.mailpoet_form:not(.mailpoet_form_fixed_bar) .mailpoet_paragraph:last-child,div.mailpoet_form:not(.mailpoet_form_fixed_bar) .mailpoet_paragraph p:last-child{margin-bottom:0}}.mailpoet_form_columns_container{container-name:columns;container-type:inline-size}.mailpoet_form_columns{display:flex;flex-wrap:nowrap}.mailpoet_form_columns.mailpoet_vertically_align_top{align-items:flex-start}.mailpoet_form_columns.mailpoet_vertically_align_center{align-items:flex-start}.mailpoet_form_columns.mailpoet_vertically_align_bottom{align-items:flex-start}@container columns (width < 400px){.mailpoet_form_columns.mailpoet_stack_on_mobile{flex-wrap:wrap}.mailpoet_form_columns.mailpoet_stack_on_mobile.mailpoet_column_with_background .mailpoet_form_column:last-child .mailpoet_paragraph:last-child{margin-bottom:0 !important}.mailpoet_form_columns.mailpoet_stack_on_mobile .mailpoet_form_column{flex-basis:100% !important}.mailpoet_form_columns.mailpoet_stack_on_mobile .mailpoet_form_column:not(:first-child){margin-left:0 !important}}.mailpoet_form_column{container-name:column;container-type:inline-size;display:flex;flex-direction:column;flex-grow:1}.mailpoet_form_column.mailpoet_vertically_align_top{align-self:flex-start}.mailpoet_form_column.mailpoet_vertically_align_center{align-self:center}.mailpoet_form_column.mailpoet_vertically_align_bottom{align-self:flex-end}@container column (width > 400px){.mailpoet_paragraph:last-child{margin-bottom:0}}.mailpoet_widget_preview{align-items:center;background-color:#fff;display:flex;flex-direction:row;height:100%;justify-content:center;left:0;max-width:100% !important;overflow-y:auto !important;position:fixed;top:0;width:100% !important;z-index:100000}.mailpoet_widget_preview .widget-area{display:block !important;float:none !important;margin:auto;position:static !important;width:600px}.mailpoet_form_popup_overlay{background-color:#000;display:none;height:100%;left:0;margin:0;max-width:100% !important;opacity:.7;position:fixed;top:0;width:100% !important;z-index:100000}div.mailpoet_form_popup{background-color:#fff;border-radius:10px;box-shadow:0 4px 35px 0 rgba(195,65,2,.2);display:none;left:50%;max-height:calc(100vh - 60px);overflow-y:auto;position:fixed;top:50%;transform:translate(-50%, -50%);z-index:100001}.mailpoet_form_close_icon{cursor:pointer;display:block;height:20px;margin:0 0 0 auto;padding:0;position:absolute;right:10px;top:10px;width:20px;z-index:100002}div.mailpoet_form_fixed_bar{background-color:#fff;box-shadow:0 4px 35px 0 rgba(195,65,2,.2);box-sizing:border-box;display:none;left:0;margin:0;max-height:calc(100vh - 60px);max-width:100% !important;overflow-y:auto;position:fixed;width:100% !important;z-index:100000}div.mailpoet_form_fixed_bar form{margin:0 auto}.mailpoet_form_position_top{top:0}.mailpoet_form_position_bottom{bottom:0}div.mailpoet_form_slide_in{background-color:#fff;bottom:0;box-shadow:0 4px 35px 0 rgba(195,65,2,.2);display:none;max-height:calc(100vh - 60px);overflow-y:auto;position:fixed;z-index:100000}@media screen and (min-width: 500px){div.mailpoet_form_slide_in.mailpoet_form_position_left{border-top-right-radius:10px}div.mailpoet_form_slide_in.mailpoet_form_position_right{border-top-left-radius:10px}}.mailpoet_form_position_left{left:0}.mailpoet_form_position_right{right:0}.mailpoet_form_popup_overlay.active,div.mailpoet_form_popup.active,div.mailpoet_form_fixed_bar.active,div.mailpoet_form_slide_in.active{display:block}@media screen and (max-width: 500px){.mailpoet_form_popup_overlay.active{display:none}}.mailpoet_form_image.is-style-rounded img{border-radius:9999px}.mailpoet_form_image>figure{margin:0}.mailpoet_form_image img{margin:0;max-width:100%}.mailpoet_form_image .aligncenter{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-bottom:auto;margin-top:auto}.mailpoet_form_image .alignleft{float:left;margin-right:1em}.mailpoet_form_image .alignright{float:right;margin-left:1em}.mailpoet_form_image figcaption{text-align:center}@media screen and (max-width: 499px){.mailpoet_form_image{display:none}}.mailpoet_spacer{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-bottom:20px;width:100%}@media screen and (max-width: 499px){.mailpoet_spacer:not(.mailpoet_has_divider){display:none}.mailpoet_spacer.mailpoet_has_divider{max-height:10px}}.mailpoet_message{clear:both}@media screen and (max-width: 499px){.mailpoet_form .mailpoet-heading{font-size:18px !important;line-height:1.4 !important;margin:12.6px 0 !important}}@media screen and (max-width: 499px){h1.mailpoet-heading{font-size:23px !important;line-height:1.4 !important;margin:16.1px 0 !important}}@media screen and (max-width: 499px){h2.mailpoet-heading{font-size:20px !important;line-height:1.4 !important;margin:14px 0 !important}}h2.mailpoet-heading:before{content:none}h2.mailpoet-heading:after{content:none}.mailpoet-manage-subscription .mailpoet_text_label,.mailpoet-manage-subscription .mailpoet_textarea_label,.mailpoet-manage-subscription .mailpoet_select_label,.mailpoet-manage-subscription .mailpoet_radio_label,.mailpoet-manage-subscription .mailpoet_checkbox_label,.mailpoet-manage-subscription .mailpoet_list_label,.mailpoet-manage-subscription .mailpoet_date_label{padding-right:10px}.mailpoet-manage-subscription .mailpoet-submit-success{color:#7ed321}.mailpoet-manage-subscription .mailpoet-change-email-info{font-size:85%}.mailpoet_form_overlay_animation{animation:fade-in-overlay 1s 1 cubic-bezier(0.77, 0, 0.175, 1)}@keyframes fade-in-overlay{0%{opacity:0}100%{opacity:.7}}.mailpoet_form_animation_slideup{animation:slide-up 1s 1 cubic-bezier(0.77, 0, 0.175, 1)}.mailpoet_form_popup.mailpoet_form_animation_slideup{animation:slide-up-popup 1s 1 cubic-bezier(0.77, 0, 0.175, 1)}@keyframes slide-up-popup{0%{opacity:0;transform:translate(-50%, -20%)}100%{opacity:1;transform:translate(-50%, -50%)}}@keyframes slide-up{0%{opacity:0;transform:translateY(30%)}100%{opacity:1;transform:translateY(0)}}.mailpoet_form_animation_fadein{animation:fade-in 1s 1 cubic-bezier(0.77, 0, 0.175, 1)}@keyframes fade-in{0%{opacity:0}100%{opacity:1}}.mailpoet_form_animation_slideright{animation:slide-right 1s 1 cubic-bezier(0.77, 0, 0.175, 1)}.mailpoet_form_popup.mailpoet_form_animation_slideright{animation:slide-right-popup 1s 1 cubic-bezier(0.77, 0, 0.175, 1)}@keyframes slide-right{0%{opacity:0;transform:translateX(-30%)}100%{opacity:1;transform:translateX(0)}}@keyframes slide-right-popup{0%{opacity:0;transform:translate(-80%, -50%)}100%{opacity:1;transform:translate(-50%, -50%)}}.mailpoet_form_animation_slideleft{animation:slide-left 1s 1 cubic-bezier(0.77, 0, 0.175, 1)}.mailpoet_form_popup.mailpoet_form_animation_slideleft{animation:slide-left-popup 1s 1 cubic-bezier(0.77, 0, 0.175, 1)}@keyframes slide-left{0%{opacity:0;transform:translateX(30%)}100%{opacity:1;transform:translateX(0)}}@keyframes slide-left-popup{0%{opacity:0;transform:translate(-20%, -50%)}100%{opacity:1;transform:translate(-50%, -50%)}}.mailpoet_form_animation_slidedown{animation:slide-down 1s 1 cubic-bezier(0.77, 0, 0.175, 1)}.mailpoet_form_popup.mailpoet_form_animation_slidedown{animation:slide-down-popup 1s 1 cubic-bezier(0.77, 0, 0.175, 1)}@keyframes slide-down{0%{opacity:0;transform:translateY(-30%)}100%{opacity:1;transform:translateY(0)}}@keyframes slide-down-popup{0%{opacity:0;transform:translate(-50%, -80%)}100%{opacity:1;transform:translate(-50%, -50%)}}.mailpoet_form_animation_zoomout{animation:zoom-out 1s 1 cubic-bezier(0.77, 0, 0.175, 1)}.mailpoet_form_popup.mailpoet_form_animation_zoomout{animation:zoom-out-popup 1s 1 cubic-bezier(0.77, 0, 0.175, 1)}@keyframes zoom-out{0%{opacity:0;transform:scale(1.3)}100%{opacity:1;transform:scale(1)}}@keyframes zoom-out-popup{0%{transform:scale(1.3) translate(-35%, -35%)}100%{transform:scale(1) translate(-50%, -50%)}}.mailpoet_form_animation_zoomin{animation:zoom-in 1s 1 cubic-bezier(0.77, 0, 0.175, 1)}.mailpoet_form_popup.mailpoet_form_animation_zoomin{animation:zoom-in-popup 1s 1 cubic-bezier(0.77, 0, 0.175, 1)}@keyframes zoom-in{0%{opacity:0;transform:scale(0.8)}100%{opacity:1;transform:scale(1)}}@keyframes zoom-in-popup{0%{transform:scale(0.8) translate(-60%, -60%)}100%{transform:scale(1) translate(-50%, -50%)}}.mailpoet_form_animation_flip{animation:flip 1s 1 ease-in-out;perspective:2000px}.mailpoet_form_popup.mailpoet_form_animation_flip{animation:flip-popup 1s 1 ease-in-out;perspective:2000px}@keyframes flip{0%{opacity:0;transform:rotateY(-60deg);transform-style:preserve-3d}100%{opacity:1;transform:rotateY(0deg)}}@keyframes flip-popup{0%{opacity:0;transform:rotateY(-60deg) translate(-59%, -50%);transform-style:preserve-3d}100%{opacity:1;transform:rotateY(0deg) translate(-50%, -50%)}}.mailpoet_form .has-black-color{color:#000}.mailpoet_form .has-black-background-color{background-color:#000}.mailpoet_form .has-cyan-bluish-gray-color{color:#abb8c3}.mailpoet_form .has-cyan-bluish-gray-background-color{background-color:#abb8c3}.mailpoet_form .has-white-color{color:#fff}.mailpoet_form .has-black-white-color{background-color:#fff}.mailpoet_form .has-pale-pink-color{color:#f78da7}.mailpoet_form .has-pale-pink-background-color{background-color:#f78da7}.mailpoet_form .has-vivid-red-color{color:#cf2e2e}.mailpoet_form .has-vivid-red-background-color{background-color:#cf2e2e}.mailpoet_form .has-luminous-vivid-orange-color{color:#ff6900}.mailpoet_form .has-luminous-vivid-orange-background-color{background-color:#ff6900}.mailpoet_form .has-luminous-vivid-amber-color{color:#fcb900}.mailpoet_form .has-luminous-vivid-amber-background-color{background-color:#fcb900}.mailpoet_form .has-light-green-cyan-color{color:#7bdcb5}.mailpoet_form .has-light-green-cyan-background-color{background-color:#7bdcb5}.mailpoet_form .has-vivid-green-cyan-color{color:#00d084}.mailpoet_form .has-vivid-green-cyan-background-color{background-color:#00d084}.mailpoet_form .has-pale-cyan-blue-color{color:#8ed1fc}.mailpoet_form .has-pale-cyan-blue-background-color{background-color:#8ed1fc}.mailpoet_form .has-vivid-cyan-blue-color{color:#0693e3}.mailpoet_form .has-vivid-cyan-blue-background-color{background-color:#0693e3}.mailpoet_form .has-vivid-purple-color{color:#9b51e0}.mailpoet_form .has--vivid-purple--background-color{background-color:#9b51e0}.mailpoet_captcha_form .mailpoet_icon_button{background:rgba(0,0,0,0);border:0;cursor:pointer}.mailpoet_captcha_form .mailpoet_icon_button img{height:20px;width:20px}form#registerform .g-recaptcha:not([data-size=invisible]){scale:.9;transform-origin:0 0}form.woocommerce-form-register .g-recaptcha{padding-inline-start:3px}