@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap);*{margin:0;padding:0;box-sizing:border-box}body{font-family:'Roboto',sans-serif}:root{--header-bg:#ffffff;--header-text:#0f1d2f;--header-muted:#5e6e81;--submenu-bg:#ffffff;--submenu-hover:#163257;--forum-bg:#0076b1;--forum-bg-hover:#00689c;--drawer-overlay:rgba(0, 0, 0, 0.46);--header-height:84px}body.drawer-open{overflow:hidden}body.search-open{overflow:hidden}.site-header{position:sticky;top:0;z-index:1200;width:100%;background:var(--header-bg);color:var(--header-text);border-bottom:1px solid rgb(15 29 47 / .14)}.site-header__inner{min-height:var(--header-height);width:100%;display:flex;align-items:center;justify-content:flex-start;padding-left:1.5rem;padding-right:1.5rem;gap:1rem}.site-header__left{display:flex;align-items:center;gap:1.1rem;flex:1 1 auto;min-width:0}.site-header__logo{display:inline-flex;align-items:center}.site-header__logo img{display:block;width:auto;height:62px}.site-header__nav{flex:1 1 auto;min-width:0}.site-header__menu{list-style:none;display:flex;align-items:center;flex-wrap:nowrap;gap:.65rem}.site-header__item{position:relative}.site-header__link{display:inline-flex;align-items:center;white-space:nowrap;color:var(--header-text);text-decoration:none;font-size:clamp(0.92rem, 0.45vw + 0.58rem, 1.06rem);line-height:1;padding:.74rem clamp(0.46rem, 0.35vw + 0.22rem, 0.88rem);border-radius:4px;background:#fff0;border:0;font-weight:600;transition:color 0.18s ease}.site-header__item.is-parent>.site-header__link{padding-right:1.5rem;position:relative}.site-header__item.is-parent>.site-header__link::after{content:'▾';position:absolute;right:.58rem;top:50%;transform:translateY(-50%);font-size:.8rem;color:var(--header-muted)}.site-header__link:hover,.site-header__link:focus-visible{color:var(--submenu-hover)}.site-header__item--search{display:flex}.site-header__search-toggle{justify-content:center;min-width:44px;padding-left:.64rem;padding-right:.64rem}.site-header__search-icon{position:relative;width:19px;height:19px;border:2px solid currentColor;border-radius:999px;display:inline-block}.site-header__search-icon::after{content:'';position:absolute;width:9px;height:2px;background:currentColor;right:-7px;bottom:-3px;border-radius:999px;transform:rotate(44deg)}.site-header__submenu-wrap{position:absolute;left:0;top:100%;padding-top:.45rem;opacity:0;visibility:hidden;transform:translateY(8px);pointer-events:none;transition:opacity 0.2s ease,transform 0.2s ease}.site-header__item:hover>.site-header__submenu-wrap,.site-header__item:focus-within>.site-header__submenu-wrap{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.site-header__submenu{list-style:none;min-width:250px;background:var(--submenu-bg);border:1px solid rgb(15 29 47 / .06);border-radius:4px;padding:.55rem;box-shadow:0 10px 24px rgb(15 29 47 / .14)}.site-header__submenu-item{position:relative}.site-header__submenu-link{background:#fff;border:0;display:block;color:var(--header-text);text-decoration:none;border-radius:4px;padding:.74rem .78rem;line-height:1.25;font-size:1rem;font-weight:600;transition:color 0.18s ease}.site-header__submenu-link:hover,.site-header__submenu-link:focus-visible{color:var(--submenu-hover)}.site-header__submenu--nested{position:absolute;left:calc(100% + 0.5rem);top:-.55rem;opacity:0;visibility:hidden;transform:translateX(8px);pointer-events:none;transition:opacity 0.2s ease,transform 0.2s ease}.site-header__submenu-item:hover>.site-header__submenu--nested,.site-header__submenu-item:focus-within>.site-header__submenu--nested{opacity:1;visibility:visible;transform:translateX(0);pointer-events:auto}.site-header__submenu-item.is-parent>.site-header__submenu-link{padding-right:1.5rem;position:relative}.site-header__submenu-item.is-parent>.site-header__submenu-link::after{content:'▸';position:absolute;right:.58rem;top:50%;transform:translateY(-50%);color:var(--header-muted);font-size:.95rem}.site-header__forum{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;min-height:52px;padding:.9rem 1.3rem;border-radius:4px;text-decoration:none;color:#fff;background-color:var(--forum-bg);background-image:linear-gradient(to bottom,#29b7ff 0%,#0076b1 100%);font-weight:700;letter-spacing:.01em;transition:background-color 0.2s ease;margin-left:auto}.site-header__forum:hover,.site-header__forum:focus-visible{background-color:var(--forum-bg-hover)}.site-header__burger{display:none;align-items:center;justify-content:center;border:0;background:#fff0;width:52px;height:52px;cursor:pointer;border-radius:4px}.site-header__burger img{width:28px;height:28px}.mobile-drawer{position:fixed;inset:0;z-index:1500;background:var(--drawer-overlay);opacity:0;visibility:hidden;pointer-events:none;transition:opacity 0.25s ease}.mobile-drawer.is-open{opacity:1;visibility:visible;pointer-events:auto}.mobile-drawer__panel{width:100%;height:100%;background:#fff;color:var(--header-text);transform:translateX(-100%);transition:transform 0.28s ease;display:flex;flex-direction:column;overflow-y:auto;-webkit-overflow-scrolling:touch}.mobile-drawer.is-open .mobile-drawer__panel{transform:translateX(0)}.mobile-drawer__top{min-height:var(--header-height);display:flex;align-items:center;justify-content:flex-start;position:relative;padding-left:.5rem;padding-right:3.25rem;border-bottom:0}.mobile-drawer__back{display:inline-flex;align-items:center;gap:.35rem;width:fit-content;border:0;background:#fff0;color:var(--header-text);cursor:pointer;font-size:1.06rem;font-weight:600}.mobile-drawer__back[hidden]{display:none!important}.mobile-drawer__back-arrow{font-size:1.55rem;transform:rotate(180deg);line-height:1;color:var(--header-muted)}.mobile-drawer__title{display:none}.mobile-drawer__close{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);border:0;background:#fff0;width:44px;height:44px;cursor:pointer}.mobile-drawer__close img{width:24px;height:24px}.site-search-modal{position:fixed;inset:0;z-index:1900;background:rgb(0 0 0 / .62);opacity:0;visibility:hidden;pointer-events:none;transition:opacity 0.24s ease}.site-search-modal.is-open{opacity:1;visibility:visible;pointer-events:auto}.site-search-modal__panel{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;overflow-y:auto;padding:2.6rem 1rem 2rem}.site-search-modal__close{position:fixed;top:1.25rem;right:1.15rem;border:0;background:#fff0;width:74px;height:74px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;border-radius:4px}.site-search-modal__close img{width:48px;height:48px;filter:brightness(0) invert(1)}.site-search-modal__content{width:min(980px, 100%);margin-top:1.8rem;background:#fff;border-radius:8px;padding:1.3rem;box-shadow:0 20px 54px rgb(12 27 46 / .26)}.site-search-modal__title{margin:0;color:#0f1d2f;font-size:clamp(1.4rem, 3vw, 2rem);font-weight:700}.site-search-modal__form{margin-top:1rem;display:flex;gap:.65rem}.site-search-modal__input{width:100%;min-height:54px;border:1px solid rgb(15 29 47 / .22);border-radius:6px;padding:.7rem .9rem;font-size:1rem;font-weight:500;color:#0f1d2f;background:#fff}.site-search-modal__input:focus-visible{outline:none;border-color:#0076b1;box-shadow:0 0 0 2px rgb(0 118 177 / .16)}.site-search-modal__submit{min-width:132px;min-height:54px;border:0;border-radius:6px;background-color:var(--forum-bg);background-image:linear-gradient(to bottom,#29b7ff 0%,#0076b1 100%);color:#fff;font-size:1rem;font-weight:700;cursor:pointer;transition:background-color 0.2s ease}.site-search-modal__submit:hover,.site-search-modal__submit:focus-visible{background-color:var(--forum-bg-hover)}.site-search-modal__results{margin-top:1rem}.site-search-modal__results-card{border:1px solid rgb(15 29 47 / .12);border-radius:8px;background:#f8fbff;max-height:min(55vh, calc(100dvh - 260px));overflow-y:auto;-webkit-overflow-scrolling:touch;padding:1rem}.site-search-modal__results-info,.site-search-modal__results-empty,.site-search-modal__results-error{color:#40536a;font-size:.98rem;font-weight:500}.site-search-modal__group+.site-search-modal__group{margin-top:1rem;padding-top:.95rem;border-top:1px solid rgb(15 29 47 / .08)}.site-search-modal__group-title{margin:0;font-size:1rem;color:#0f1d2f;font-weight:700}.site-search-modal__group-list{margin:.6rem 0 0;padding:0;list-style:none;display:grid;gap:.38rem}.site-search-modal__result-link{display:flex;justify-content:space-between;align-items:baseline;gap:.9rem;text-decoration:none;color:#0f1d2f;border-radius:4px;padding:.4rem .44rem;transition:color 0.18s ease,background-color 0.18s ease}.site-search-modal__result-link:hover,.site-search-modal__result-link:focus-visible{color:#163257;background-color:rgb(0 118 177 / .08)}.site-search-modal__result-title{font-weight:600}.site-search-modal__result-meta{color:#59708b;font-size:.86rem;font-weight:600;white-space:nowrap}.mobile-drawer__body{flex:1;display:flex;flex-direction:column;padding:.42rem .5rem .62rem;gap:.18rem;overflow-y:auto}.mobile-drawer__list{list-style:none;display:flex;flex-direction:column;gap:0}.mobile-drawer__item{width:100%}.mobile-drawer__next,.mobile-drawer__link{width:100%;display:flex;align-items:center;justify-content:space-between;min-height:48px;text-decoration:none;color:var(--header-text);border:0;border-radius:4px;background:#fff;padding:.6rem .9rem;font-size:1.08rem;font-weight:600;transition:color 0.18s ease}.mobile-drawer__next{cursor:pointer}.mobile-drawer__next::after{content:'▸';font-size:1.55rem;line-height:1;color:var(--header-muted)}.mobile-drawer__next:hover,.mobile-drawer__next:focus-visible,.mobile-drawer__link:hover,.mobile-drawer__link:focus-visible{color:var(--submenu-hover)}.mobile-drawer__item--search{margin-top:.15rem}.mobile-drawer__search-btn{width:100%;display:flex;align-items:center;gap:.75rem;min-height:48px;border:0;border-radius:4px;background:#fff;padding:.6rem .9rem;font-size:1.08rem;font-weight:600;color:var(--header-text);cursor:pointer;transition:color 0.18s ease}.mobile-drawer__search-btn:hover,.mobile-drawer__search-btn:focus-visible{color:var(--submenu-hover)}.mobile-drawer__search-icon{position:relative;width:18px;height:18px;border:2px solid currentColor;border-radius:999px;display:inline-block;flex:0 0 auto}.mobile-drawer__search-icon::after{content:'';position:absolute;width:8px;height:2px;background:currentColor;right:-7px;bottom:-2px;border-radius:999px;transform:rotate(44deg)}@media (max-width:1420px){.site-header__inner{gap:.82rem}.site-header__left{gap:.84rem}.site-header__menu{gap:.2rem}.site-header__link{font-size:.9rem;padding:.62rem .48rem}.site-header__search-toggle{min-width:38px;padding-left:.44rem;padding-right:.44rem}.site-header__forum{min-height:48px;padding:.7rem .9rem;font-size:.88rem}}@media (max-width:1280px){.site-header__inner{gap:.86rem}.site-header__left{gap:.9rem}.site-header__menu{gap:.3rem}.site-header__link{font-size:.98rem;padding:.7rem .68rem}.site-header__forum{padding:.82rem 1.08rem;font-size:.96rem}}@media (max-width:1248px){.site-header__menu{gap:.16rem}.site-header__link{font-size:.92rem;padding:.62rem .52rem}.site-header__search-toggle{min-width:40px;padding-left:.5rem;padding-right:.5rem}.site-header__forum{min-height:48px;padding:.68rem .9rem;font-size:.89rem}}@media (max-width:1188px){.site-header__inner{gap:.7rem}.site-header__left{gap:.72rem}.site-header__menu{gap:.12rem}.site-header__link{font-size:.84rem;padding:.54rem .42rem}.site-header__forum{min-height:46px;padding:.58rem .8rem;font-size:.86rem}}@media (max-width:1120px){.site-header__inner{padding-left:.5rem;padding-right:.5rem}.site-header__left{gap:.65rem}.site-header__nav{display:none}.site-header__forum{margin-left:auto;min-height:44px;padding:.62rem .95rem;font-size:.94rem}.site-header__burger{display:inline-flex;margin-left:0}.site-header__logo img{height:58px}.site-search-modal__panel{padding-top:1.65rem}.site-search-modal__content{margin-top:1.2rem}}@media (max-width:720px){.site-header__inner{min-height:74px}.site-header__logo img{height:52px}.site-search-modal__close{top:1.45rem;right:.48rem}.site-search-modal__content{margin-top:4.2rem;padding:1rem}.site-search-modal__form{flex-direction:column}.site-search-modal__submit{width:100%;min-width:0}.site-search-modal__results-card{max-height:min(62vh, calc(100dvh - 300px))}.site-search-modal__result-link{flex-direction:column;align-items:flex-start;gap:.1rem}.site-search-modal__result-meta{white-space:normal}}.site-footer-ad{margin-top:36px;margin-bottom:22px}.site-footer-ad__inner{width:min(1200px, calc(100% - 32px));margin:0 auto;display:flex;justify-content:center;align-items:center;text-align:center}.site-footer-ad img{max-width:100%;height:auto;display:block;margin-left:auto;margin-right:auto}.site-footer-ad iframe,.site-footer-ad ins,.site-footer-ad .adrotate,.site-footer-ad .adrotate-widget,.site-footer-ad .g,.site-footer-ad .banners{margin-left:auto;margin-right:auto}.site-footer{background:#fff;color:#0f1d2f;border-top:1px solid rgb(15 29 47 / .12)}.site-footer__inner{width:100%;padding-left:1.5rem;padding-right:1.5rem;padding-top:2.6rem;padding-bottom:1.1rem}.site-footer__grid{display:grid;grid-template-columns:1.3fr 1fr 1fr 1fr 0.8fr;gap:40px}.site-footer__social-col{display:flex;flex-direction:column;gap:0;align-items:flex-start}.site-footer__social-link{width:52px;height:52px;display:inline-flex;align-items:center;justify-content:center;border-radius:4px;text-decoration:none;padding:0}.site-footer__social-link img{width:26px;height:26px;display:block}.site-footer__logo{display:inline-flex;margin-bottom:.9rem}.site-footer__logo img{display:block;max-width:180px;height:auto}.site-footer__text{max-width:460px;font-size:1rem;line-height:1.52;color:#1f334d;margin-bottom:1rem}.site-footer__forum{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:.84rem 1.22rem;border-radius:4px;text-decoration:none;color:#fff;background-color:#0076b1;background-image:linear-gradient(to bottom,#29b7ff 0%,#0076b1 100%);font-weight:700;letter-spacing:.01em}.site-footer__title{font-size:1.04rem;font-weight:700;margin-bottom:.75rem}.site-footer__list{list-style:none;display:flex;flex-direction:column;gap:.26rem}.site-footer__list a{text-decoration:none;color:#1c324d;display:inline-flex;font-size:.98rem;line-height:1.4;padding:.2rem 0}.site-footer__list a:hover,.site-footer__list a:focus-visible{color:#0a5da8}.site-footer__bottom{margin-top:1.7rem;padding-top:.9rem;border-top:0;display:flex;align-items:center;justify-content:space-between;gap:.8rem;font-size:.92rem;color:#3e5269}.site-footer__bottom a{color:#1a3f67;text-decoration:none;font-weight:600}.site-footer__bottom a:hover,.site-footer__bottom a:focus-visible{color:#0a5da8}@media (max-width:1120px){.site-footer__inner{padding-left:.5rem;padding-right:.5rem}.site-footer__grid{grid-template-columns:1fr 1fr;gap:40px}}@media (max-width:760px){.site-footer-ad{margin-top:26px;margin-bottom:18px}.site-footer__inner{padding-top:2rem}.site-footer__grid{grid-template-columns:1fr;gap:1rem}.site-footer__bottom{flex-direction:column;align-items:flex-start;margin-top:1.35rem}}.roboto{font-family:'Roboto',sans-serif!important}.newsletter-page{padding:1.2rem 1rem 2rem}.newsletter-page__section{width:100%;max-width:none;margin:0}.newsletter-page__title{margin:0;font-size:clamp(1.6rem, 2.6vw, 2.15rem);line-height:1.15;color:#102947;text-align:left}.newsletter-page__content{margin-top:.6rem;color:#42556c;font-size:1rem;line-height:1.6;text-align:left}.newsletter-shortcode{margin-top:1.25rem;text-align:left}.newsletter-shortcode form{margin:0}.newsletter-shortcode input[type='email'],.newsletter-shortcode input[type='text'],.newsletter-shortcode input[type='search'],.newsletter-shortcode input[type='tel'],.newsletter-shortcode input[type='url']{width:100%;min-height:48px;padding:12px 14px;border:1px solid #c6d4e8;border-radius:10px;font-size:1rem}.newsletter-shortcode input[type='submit'],.newsletter-shortcode button,.newsletter-shortcode .button,.newsletter-shortcode [type='button']{min-height:46px;padding:11px 18px;border:0;border-radius:10px;background:#1278db;color:#fff;font-weight:700;cursor:pointer}@media (max-width:760px){.newsletter-page{padding-top:1rem;padding-bottom:1.4rem}}@media screen{.g{margin:0;padding:0;overflow:hidden;line-height:1;zoom:1}.g img{height:auto}.g-col{position:relative;float:left}.g-col:first-child{margin-left:0}.g-col:last-child{margin-right:0}.g-3{margin:0;width:100%;max-width:428px;height:100%;max-height:428px}@media only screen and (max-width:480px){.g-col,.g-dyn,.g-single{width:100%;margin-left:0;margin-right:0}}}:root{--wp--preset--aspect-ratio--square:1;--wp--preset--aspect-ratio--4-3:4/3;--wp--preset--aspect-ratio--3-4:3/4;--wp--preset--aspect-ratio--3-2:3/2;--wp--preset--aspect-ratio--2-3:2/3;--wp--preset--aspect-ratio--16-9:16/9;--wp--preset--aspect-ratio--9-16:9/16;--wp--preset--color--black:#000000;--wp--preset--color--cyan-bluish-gray:#abb8c3;--wp--preset--color--white:#ffffff;--wp--preset--color--pale-pink:#f78da7;--wp--preset--color--vivid-red:#cf2e2e;--wp--preset--color--luminous-vivid-orange:#ff6900;--wp--preset--color--luminous-vivid-amber:#fcb900;--wp--preset--color--light-green-cyan:#7bdcb5;--wp--preset--color--vivid-green-cyan:#00d084;--wp--preset--color--pale-cyan-blue:#8ed1fc;--wp--preset--color--vivid-cyan-blue:#0693e3;--wp--preset--color--vivid-purple:#9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple:linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan:linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange:linear-gradient(135deg,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red:linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray:linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum:linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple:linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux:linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk:linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean:linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass:linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight:linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small:13px;--wp--preset--font-size--medium:20px;--wp--preset--font-size--large:36px;--wp--preset--font-size--x-large:42px;--wp--preset--spacing--20:0.44rem;--wp--preset--spacing--30:0.67rem;--wp--preset--spacing--40:1rem;--wp--preset--spacing--50:1.5rem;--wp--preset--spacing--60:2.25rem;--wp--preset--spacing--70:3.38rem;--wp--preset--spacing--80:5.06rem;--wp--preset--shadow--natural:6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep:12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp:6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined:6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--wp--preset--shadow--crisp:6px 6px 0px rgb(0, 0, 0)}:where(.is-layout-flex){gap:.5em}:where(.is-layout-grid){gap:.5em}body .is-layout-flex{display:flex}.is-layout-flex{flex-wrap:wrap;align-items:center}.is-layout-flex>:is(*,div){margin:0}body .is-layout-grid{display:grid}.is-layout-grid>:is(*,div){margin:0}:where(.wp-block-columns.is-layout-flex){gap:2em}:where(.wp-block-columns.is-layout-grid){gap:2em}:where(.wp-block-post-template.is-layout-flex){gap:1.25em}:where(.wp-block-post-template.is-layout-grid){gap:1.25em}.has-black-color{color:var(--wp--preset--color--black)!important}.has-cyan-bluish-gray-color{color:var(--wp--preset--color--cyan-bluish-gray)!important}.has-white-color{color:var(--wp--preset--color--white)!important}.has-pale-pink-color{color:var(--wp--preset--color--pale-pink)!important}.has-vivid-red-color{color:var(--wp--preset--color--vivid-red)!important}.has-luminous-vivid-orange-color{color:var(--wp--preset--color--luminous-vivid-orange)!important}.has-luminous-vivid-amber-color{color:var(--wp--preset--color--luminous-vivid-amber)!important}.has-light-green-cyan-color{color:var(--wp--preset--color--light-green-cyan)!important}.has-vivid-green-cyan-color{color:var(--wp--preset--color--vivid-green-cyan)!important}.has-pale-cyan-blue-color{color:var(--wp--preset--color--pale-cyan-blue)!important}.has-vivid-cyan-blue-color{color:var(--wp--preset--color--vivid-cyan-blue)!important}.has-vivid-purple-color{color:var(--wp--preset--color--vivid-purple)!important}.has-black-background-color{background-color:var(--wp--preset--color--black)!important}.has-cyan-bluish-gray-background-color{background-color:var(--wp--preset--color--cyan-bluish-gray)!important}.has-white-background-color{background-color:var(--wp--preset--color--white)!important}.has-pale-pink-background-color{background-color:var(--wp--preset--color--pale-pink)!important}.has-vivid-red-background-color{background-color:var(--wp--preset--color--vivid-red)!important}.has-luminous-vivid-orange-background-color{background-color:var(--wp--preset--color--luminous-vivid-orange)!important}.has-luminous-vivid-amber-background-color{background-color:var(--wp--preset--color--luminous-vivid-amber)!important}.has-light-green-cyan-background-color{background-color:var(--wp--preset--color--light-green-cyan)!important}.has-vivid-green-cyan-background-color{background-color:var(--wp--preset--color--vivid-green-cyan)!important}.has-pale-cyan-blue-background-color{background-color:var(--wp--preset--color--pale-cyan-blue)!important}.has-vivid-cyan-blue-background-color{background-color:var(--wp--preset--color--vivid-cyan-blue)!important}.has-vivid-purple-background-color{background-color:var(--wp--preset--color--vivid-purple)!important}.has-black-border-color{border-color:var(--wp--preset--color--black)!important}.has-cyan-bluish-gray-border-color{border-color:var(--wp--preset--color--cyan-bluish-gray)!important}.has-white-border-color{border-color:var(--wp--preset--color--white)!important}.has-pale-pink-border-color{border-color:var(--wp--preset--color--pale-pink)!important}.has-vivid-red-border-color{border-color:var(--wp--preset--color--vivid-red)!important}.has-luminous-vivid-orange-border-color{border-color:var(--wp--preset--color--luminous-vivid-orange)!important}.has-luminous-vivid-amber-border-color{border-color:var(--wp--preset--color--luminous-vivid-amber)!important}.has-light-green-cyan-border-color{border-color:var(--wp--preset--color--light-green-cyan)!important}.has-vivid-green-cyan-border-color{border-color:var(--wp--preset--color--vivid-green-cyan)!important}.has-pale-cyan-blue-border-color{border-color:var(--wp--preset--color--pale-cyan-blue)!important}.has-vivid-cyan-blue-border-color{border-color:var(--wp--preset--color--vivid-cyan-blue)!important}.has-vivid-purple-border-color{border-color:var(--wp--preset--color--vivid-purple)!important}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background:var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple)!important}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background:var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan)!important}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background:var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange)!important}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background:var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red)!important}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background:var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray)!important}.has-cool-to-warm-spectrum-gradient-background{background:var(--wp--preset--gradient--cool-to-warm-spectrum)!important}.has-blush-light-purple-gradient-background{background:var(--wp--preset--gradient--blush-light-purple)!important}.has-blush-bordeaux-gradient-background{background:var(--wp--preset--gradient--blush-bordeaux)!important}.has-luminous-dusk-gradient-background{background:var(--wp--preset--gradient--luminous-dusk)!important}.has-pale-ocean-gradient-background{background:var(--wp--preset--gradient--pale-ocean)!important}.has-electric-grass-gradient-background{background:var(--wp--preset--gradient--electric-grass)!important}.has-midnight-gradient-background{background:var(--wp--preset--gradient--midnight)!important}.has-small-font-size{font-size:var(--wp--preset--font-size--small)!important}.has-medium-font-size{font-size:var(--wp--preset--font-size--medium)!important}.has-large-font-size{font-size:var(--wp--preset--font-size--large)!important}.has-x-large-font-size{font-size:var(--wp--preset--font-size--x-large)!important}.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:400;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:#fff0;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:#fff0;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 rgb(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 rgb(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 rgb(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(.77,0,.175,1)}@keyframes fade-in-overlay{0%{opacity:0}100%{opacity:.7}}.mailpoet_form_animation_slideup{animation:slide-up 1s 1 cubic-bezier(.77,0,.175,1)}.mailpoet_form_popup.mailpoet_form_animation_slideup{animation:slide-up-popup 1s 1 cubic-bezier(.77,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(.77,0,.175,1)}@keyframes fade-in{0%{opacity:0}100%{opacity:1}}.mailpoet_form_animation_slideright{animation:slide-right 1s 1 cubic-bezier(.77,0,.175,1)}.mailpoet_form_popup.mailpoet_form_animation_slideright{animation:slide-right-popup 1s 1 cubic-bezier(.77,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(.77,0,.175,1)}.mailpoet_form_popup.mailpoet_form_animation_slideleft{animation:slide-left-popup 1s 1 cubic-bezier(.77,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(.77,0,.175,1)}.mailpoet_form_popup.mailpoet_form_animation_slidedown{animation:slide-down-popup 1s 1 cubic-bezier(.77,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(.77,0,.175,1)}.mailpoet_form_popup.mailpoet_form_animation_zoomout{animation:zoom-out-popup 1s 1 cubic-bezier(.77,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(.77,0,.175,1)}.mailpoet_form_popup.mailpoet_form_animation_zoomin{animation:zoom-in-popup 1s 1 cubic-bezier(.77,0,.175,1)}@keyframes zoom-in{0%{opacity:0;transform:scale(.8)}100%{opacity:1;transform:scale(1)}}@keyframes zoom-in-popup{0%{transform:scale(.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:#fff0;border:0;cursor:pointer}.mailpoet_captcha_form .mailpoet_icon_button img{height:20px;width:20px}.mailpoet_captcha_container{margin:0 auto 20px;max-width:300px;text-align:center}.mailpoet_captcha_container .mailpoet_captcha_image_wrapper{margin-bottom:10px}.mailpoet_captcha_container .mailpoet_captcha{display:block;margin:0 auto}.mailpoet_captcha_container .mailpoet_icon_button{background:#fff0;border:0;cursor:pointer;padding:5px;vertical-align:middle}.mailpoet_captcha_container .mailpoet_icon_button img{height:20px;width:20px}.mailpoet_captcha_container .mailpoet_icon_button:hover{opacity:.7}.mailpoet_captcha_container .mailpoet_captcha_player{display:none}.mailpoet_captcha_container .mailpoet_captcha_label{display:block;margin-top:10px;text-align:left}.mailpoet_captcha_container .mailpoet_captcha_label .mailpoet_text_label{display:block;margin-bottom:5px}.mailpoet_captcha_container .mailpoet_captcha_label .mailpoet_text{max-width:220px;width:100%}.mailpoet_captcha_container .mailpoet_captcha_submit{margin-top:15px}.mailpoet_captcha_hidden{display:none!important}form#registerform .g-recaptcha:not([data-size=invisible]){scale:.9;transform-origin:0 0}form.woocommerce-form-register .g-recaptcha{padding-inline-start:3px}#mailpoet_form_1 *{font-family:"Roboto",sans-serif}#mailpoet_form_1 form.mailpoet_form{margin-bottom:0}#mailpoet_form_1 p.mailpoet_form_paragraph.last{margin-bottom:0}#mailpoet_form_1 h1.mailpoet-heading{margin:0 0 10px}#mailpoet_form_1 .mailpoet_column_with_background{padding:10px}#mailpoet_form_1 .mailpoet_form_column:not(:first-child){margin-left:20px}#mailpoet_form_1 .mailpoet_paragraph{line-height:20px;margin-bottom:20px}#mailpoet_form_1 .mailpoet_segment_label,#mailpoet_form_1 .mailpoet_text_label,#mailpoet_form_1 .mailpoet_textarea_label,#mailpoet_form_1 .mailpoet_select_label,#mailpoet_form_1 .mailpoet_radio_label,#mailpoet_form_1 .mailpoet_checkbox_label,#mailpoet_form_1 .mailpoet_list_label,#mailpoet_form_1 .mailpoet_date_label{display:block;font-weight:400}#mailpoet_form_1 .mailpoet_text,#mailpoet_form_1 .mailpoet_textarea,#mailpoet_form_1 .mailpoet_select,#mailpoet_form_1 .mailpoet_date_month,#mailpoet_form_1 .mailpoet_date_day,#mailpoet_form_1 .mailpoet_date_year,#mailpoet_form_1 .mailpoet_date{display:block}#mailpoet_form_1 .mailpoet_text,#mailpoet_form_1 .mailpoet_textarea{width:200px}#mailpoet_form_1 .mailpoet_form_loading{width:30px;text-align:center;line-height:normal}#mailpoet_form_1 .mailpoet_form_loading>span{width:5px;height:5px;background-color:#5b5b5b}#mailpoet_form_1{border:10px solid #f7f7f7;border-radius:15px;background:#fff;color:#000;text-align:left}#mailpoet_form_1 form.mailpoet_form{padding:10px}#mailpoet_form_1{width:100%}#mailpoet_form_1 .mailpoet_message{margin:0;padding:0 20px}#mailpoet_form_1 .mailpoet_validate_success{color:#00d084}#mailpoet_form_1 input.parsley-success{color:#00d084}#mailpoet_form_1 select.parsley-success{color:#00d084}#mailpoet_form_1 textarea.parsley-success{color:#00d084}#mailpoet_form_1 .mailpoet_validate_error{color:#cf2e2e}#mailpoet_form_1 input.parsley-error{color:#cf2e2e}#mailpoet_form_1 select.parsley-error{color:#cf2e2e}#mailpoet_form_1 textarea.textarea.parsley-error{color:#cf2e2e}#mailpoet_form_1 .parsley-errors-list{color:#cf2e2e}#mailpoet_form_1 .parsley-required{color:#cf2e2e}#mailpoet_form_1 .parsley-custom-error-message{color:#cf2e2e}#mailpoet_form_1 .mailpoet_paragraph.last{margin-bottom:0}@media (max-width:500px){#mailpoet_form_1{background:#fff}}@media (min-width:500px){#mailpoet_form_1 .last .mailpoet_paragraph:last-child{margin-bottom:0}}@media (max-width:500px){#mailpoet_form_1 .mailpoet_form_column:last-child .mailpoet_paragraph:last-child{margin-bottom:0}}input[name="data[form_field_NGM1MGY0MjhhNGExX2VtYWls]"]::placeholder{color:#abb8c3;opacity:1}