@charset "UTF-8";.splide__container{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative}.splide__list{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:-ms-flexbox;display:-webkit-box;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;-webkit-box-align:center;align-items:center;display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{-webkit-animation:splide-loading 1s linear infinite;animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;contain:strict;display:inline-block;height:20px;inset:0;margin:auto;position:absolute;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}@-webkit-keyframes splide-loading{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes splide-loading{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;-moz-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__arrow{-ms-flex-align:center;-webkit-box-align:center;align-items:center;background:#ccc;border:0;border-radius:50%;cursor:pointer;display:-ms-flexbox;display:-webkit-box;display:flex;height:2em;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;opacity:.7;padding:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:2em;z-index:1}.splide__arrow svg{fill:#000;height:1.2em;width:1.2em}.splide__arrow:hover:not(:disabled){opacity:.9}.splide__arrow:disabled{opacity:.3}.splide__arrow:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide__arrow--prev{left:1em}.splide__arrow--prev svg{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.splide__arrow--next{right:1em}.splide.is-focus-in .splide__arrow:focus{outline:3px solid #0bf;outline-offset:3px}.splide__pagination{bottom:.5em;left:0;padding:0 1em;position:absolute;right:0;z-index:1}.splide__pagination__page{background:#ccc;border:0;border-radius:50%;display:inline-block;height:8px;margin:3px;opacity:.7;padding:0;position:relative;-webkit-transition:-webkit-transform .2s linear;transition:-webkit-transform .2s linear;transition:transform .2s linear;transition:transform .2s linear,-webkit-transform .2s linear;width:8px}.splide__pagination__page.is-active{background:#fff;-webkit-transform:scale(1.4);transform:scale(1.4);z-index:1}.splide__pagination__page:hover{cursor:pointer;opacity:.9}.splide__pagination__page:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__pagination__page:focus{outline:3px solid #0bf;outline-offset:3px}.splide__progress__bar{background:#ccc;height:3px}.splide__slide{-webkit-tap-highlight-color:rgba(0,0,0,0)}.splide__slide:focus{outline:0}@supports (outline-offset:-3px){.splide__slide:focus-visible{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide__slide:focus-visible{border:3px solid #0bf}}@supports (outline-offset:-3px){.splide.is-focus-in .splide__slide:focus{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide.is-focus-in .splide__slide:focus{border:3px solid #0bf}.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus{border-color:#0bf}}.splide__toggle{cursor:pointer}.splide__toggle:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__toggle:focus{outline:3px solid #0bf;outline-offset:3px}.splide__track--nav>.splide__list>.splide__slide{border:3px solid transparent;cursor:pointer}.splide__track--nav>.splide__list>.splide__slide.is-active{border:3px solid #000}.splide__arrows--rtl .splide__arrow--prev{left:auto;right:1em}.splide__arrows--rtl .splide__arrow--prev svg{-webkit-transform:scaleX(1);transform:scaleX(1)}.splide__arrows--rtl .splide__arrow--next{left:1em;right:auto}.splide__arrows--rtl .splide__arrow--next svg{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.splide__arrows--ttb .splide__arrow{left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.splide__arrows--ttb .splide__arrow--prev{top:1em}.splide__arrows--ttb .splide__arrow--prev svg{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.splide__arrows--ttb .splide__arrow--next{bottom:1em;top:auto}.splide__arrows--ttb .splide__arrow--next svg{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.splide__pagination--ttb{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;inset:0 .5em 0 auto;padding:1em 0}html{line-height:1.15;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:700}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button;-moz-appearance:button;appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none;appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}html{-webkit-box-sizing:border-box;box-sizing:border-box}html{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:16px;scroll-behavior:smooth;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%}*{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{-webkit-box-sizing:inherit;box-sizing:inherit}body{font-family:var(--font-primary);font-weight:var(--font-weight-regular);font-size:var(--font-size-base);line-height:var(--line-height-normal);color:var(--color-text-primary);background-color:var(--color-bg-primary);margin:0;padding:0}h1,h2,h3,h4,h5,h6,.is-style-header1,.is-style-header2,.is-style-header3,.is-style-header4,.is-style-header5,.is-style-header6{font-family:var(--font-heading);color:#203e5a;clear:both;line-height:1.2;font-weight:500;margin-top:0;margin-bottom:16px}h1,.is-style-header1{font-size:calc(1.43125rem + 1.6730769231vw)}@media (min-width: 1560px){h1,.is-style-header1{font-size:3.0625rem}}h2,.is-style-header2{font-size:calc(1.36875rem + 1.0961538462vw)}@media (min-width: 1560px){h2,.is-style-header2{font-size:2.4375rem}}h3,.is-style-header3{font-size:calc(1.31875rem + .6346153846vw)}@media (min-width: 1560px){h3,.is-style-header3{font-size:1.9375rem}}h4,.is-style-header4{font-size:calc(1.275rem + .2307692308vw)}@media (min-width: 1560px){h4,.is-style-header4{font-size:1.5rem}}h5,.is-style-header5{font-size:calc(1.2625rem + .1153846154vw)}@media (min-width: 1560px){h5,.is-style-header5{font-size:1.375rem}}h6,.is-style-header6{font-size:1.25rem}:root{--font-primary: "Inter", system-ui, sans-serif;--font-secondary: "Poppins", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;--font-heading: "Crimson Text", serif;--font-mono: "JetBrains Mono", "Fira Code", "Source Code Pro", monaco, consolas, "Courier New", monospace;--font-display: "DM+Sans", system-ui, sans-serif;--font-body: "DM+Sans", system-ui, sans-serif;--font-ui: "DM+Sans", system-ui, sans-serif;--font-weight-light: 300;--font-weight-regular: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--font-weight-extrabold: 800;--font-size-xs: clamp(.75rem, .7rem + .25vw, .875rem);--font-size-sm: clamp(.875rem, .8rem + .375vw, 1rem);--font-size-base: clamp(1rem, .9rem + .5vw, 1.125rem);--font-size-lg: clamp(1.125rem, 1rem + .625vw, 1.25rem);--font-size-xl: clamp(1.25rem, 1.1rem + .75vw, 1.5rem);--font-size-2xl: clamp(1.5rem, 1.3rem + 1vw, 1.875rem);--font-size-3xl: clamp(2rem, 1.625rem + 1.875vw, 3rem);--font-size-4xl: clamp(2.25rem, 1.9rem + 1.75vw, 3rem);--font-size-5xl: clamp(3rem, 2.5rem + 2.5vw, 4rem);--font-size-6xl: clamp(3.75rem, 3rem + 3.75vw, 5rem);--line-height-tight: 1.1;--line-height-snug: 1.2;--line-height-normal: 1.4;--line-height-relaxed: 1.6;--line-height-loose: 1.8;--letter-spacing-tight: -.05em;--letter-spacing-normal: 0em;--letter-spacing-wide: .05em;--letter-spacing-wider: .1em;--header-nav-font-weight: var(--font-weight-regular);--header-nav-font-size: .9375rem;--header-nav-line-height: 1.5;--header-nav-letter-spacing: .01em;--mobile-nav-font-weight: var(--font-weight-regular);--mobile-nav-font-size: 1rem;--mobile-nav-line-height: 1.5;--mobile-nav-letter-spacing: .01em}:root{--h1-size: var(--font-size-4xl);--h1-weight: var(--font-weight-bold);--h1-line-height: var(--line-height-tight);--h1-letter-spacing: var(--letter-spacing-normal);--h2-size: var(--font-size-3xl);--h2-weight: var(--font-weight-semibold);--h2-line-height: var(--line-height-snug);--h2-letter-spacing: var(--letter-spacing-normal);--h3-size: var(--font-size-2xl);--h3-weight: var(--font-weight-semibold);--h3-line-height: var(--line-height-snug);--h3-letter-spacing: var(--letter-spacing-normal);--h4-size: var(--font-size-xl);--h4-weight: var(--font-weight-medium);--h4-line-height: var(--line-height-normal);--h4-letter-spacing: var(--letter-spacing-normal);--h5-size: var(--font-size-lg);--h5-weight: var(--font-weight-medium);--h5-line-height: var(--line-height-normal);--h5-letter-spacing: var(--letter-spacing-normal);--h6-size: var(--font-size-base);--h6-weight: var(--font-weight-semibold);--h6-line-height: var(--line-height-normal);--h6-letter-spacing: var(--letter-spacing-normal)}.font-light{font-weight:var(--font-weight-light)}.font-regular{font-weight:var(--font-weight-regular)}.font-medium{font-weight:var(--font-weight-medium)}.font-semibold{font-weight:var(--font-weight-semibold)}.font-bold{font-weight:var(--font-weight-bold)}.font-extrabold{font-weight:var(--font-weight-extrabold)}p{font-weight:300;line-height:1.44;margin-top:0;font-size:1.125rem;margin-bottom:calc(1.325rem + .6923076923vw)}@media (min-width: 1560px){p{margin-bottom:2rem}}dfn,cite,em,i{font-style:italic}blockquote{margin:0 1.5em}address{margin:0 0 1.5em}pre{background:#f8f9fa;font-family:var(--font-mono);line-height:var(--line-height-relaxed);margin-bottom:1.6em;max-width:100%;overflow:auto;padding:1.6em}code,kbd,tt,var{font-family:var(--font-mono)}abbr,acronym{border-bottom:1px dotted #1D2939;cursor:help}mark,ins{background:#cfd1ff;text-decoration:none}big{font-size:125%}body,button,input,select,optgroup,textarea{font-family:var(--font-ui);font-size:1rem;line-height:var(--line-height-normal)}ul,ol{margin:0 0 1.5em 3em}ul,ol{list-style:none}li>ul,li>ol{margin-bottom:0;margin-left:1.5em}dt{font-weight:700}dd{margin:0 1.5em 1.5em}.entry-content ul{list-style-type:disc}.entry-content ol{list-style-type:decimal}.entry-content ul,.entry-content ol{margin:0;padding:0 30px}.entry-content ul li,.entry-content ol li{font-weight:300;line-height:1.44;font-size:1.125rem}embed,iframe,object{max-width:100%}img{height:auto;max-width:100%}figure{margin:1em 0}a{color:#1b6f4e;outline:none!important}a:hover,a:focus,a:active{color:#146344}a:hover,a:focus,a:active{outline:0}button,input[type=button],input[type=reset],input[type=submit]{border:1px solid;border-color:#1b6f4e;border-radius:3px;background:#1b6f4e;color:#000c;line-height:1;padding:.6em 1em .4em;outline:none!important}button:hover,input[type=button]:hover,input[type=reset]:hover,input[type=submit]:hover{border-color:#146344}button:active,button:focus,input[type=button]:active,input[type=button]:focus,input[type=reset]:active,input[type=reset]:focus,input[type=submit]:active,input[type=submit]:focus{border-color:#3ce6ca}:root{--color-primary: #1B6F4E;--color-secondary: #3CE6CA;--color-accent: #F78DC5;--color-lavender: #CFD1FF;--color-mint: #83FFCB;--color-label: #5A63FF;--color-white: #FFF;--color-black: #000;--color-dark: #000000;--color-gray: #D9D9D9;--color-grey-500: #64748B;--color-grey-600: #667085;--color-grey-50: #F9F9F9;--color-success: #3CE6CA;--color-warning: #F78DC5;--color-error: #F78DC5;--color-info: #00B2FF;--color-discounted: #1C7359;--color-bg-primary: #F6F6F6;--color-bg-checkout: #fff;--color-bg-primary-boxed-1: linear-gradient(135deg, #2E4FAB 0%, #223E8D 100%);--color-bg-primary-boxed-3: #2E4FAB;--color-bg-secondary: #CFD1FF;--color-bg-dark: #1D2939;--color-bg-light: #F8F9FA;--color-bg-card: var(--color-grey-50);--color-header-bg-primary: transparent;--color-heading-primary: #000;--color-heading-primary-boxed-1: #111827;--color-heading-highlight: #1F57F5;--color-heading-highlight-secondary: rgb(45, 95, 78);--color-progress-bar: #DADDE6;--color-progress-fill: #1F57F5;--color-text-primary: #5A5A5A;--color-text-secondary: #6B7280;--color-text-light: #9CA3AF;--color-text-inverse: #FFF;--color-btn-primary: #000;--color-btn-primary-hover: #000;--color-btn-primary-text: #fff;--color-btn-primary-text-hover: #fff;--color-btn-primary-disabled: #E8E8E8;--color-btn-primary-text-disabled: #A0A0A0;--color-btn-secondary: #1F57F5;--color-btn-secondary-border: #1F57F5;--color-btn-secondary-hover: #2E4FAB;--color-btn-secondary-border-hover: #2E4FAB;--color-btn-secondary-text: #fff;--color-btn-secondary-text-hover: #fff;--color-btn-secondary-disabled: rgb(31, 87, 245, .5);--color-btn-secondary-border-disabled: rgb(31, 87, 245, 0);--color-btn-secondary-text-disabled: #fff;--color-bnt-offer: #1C7359;--color-bnt-offer-hover: #165D48;--color-select-item-bg: #fff;--color-select-item-border: rgb(229 231 235);--color-select-item-selected-bg: linear-gradient(rgba(190, 244, 214, .32) 0%, rgba(255, 255, 255, .98) 70%, rgb(255, 255, 255) 100%);--color-select-item-selected-border: rgb(33, 184, 120);--color-select-item-selected-box-shadow: 0 12px 30px rgba(17, 154, 95, .18);--color-select-item-selected-price: #119A5F;--color-checkout-header-bg: linear-gradient(to bottom right, #1E5A47, #0F3D2F);--color-btn-complete-bg: linear-gradient(to right, #1E5A47, #0F3D2F);--color-btn-complete-bg-hover: linear-gradient(to right, #0F3D2F, #1E5A47);--color-btn-outline: #fff;--color-btn-outline-hover: #fff;--color-btn-outline-border: #D1D5DB;--color-btn-outline-border-hover: #9CA3AF;--color-btn-outline-text: #374151;--color-btn-outline-text-hover: #374151;--color-btn-share: #E5E7EB;--color-btn-share-hover: #E5E7EB;--color-btn-share-text: #4B5563;--color-btn-share-text-hover: #4B5563;--color-btn-share-copied: #D1FAE5;--color-btn-share-copied-text: #065F46;--color-choice-bg: #fff;--color-choice-bg-hover: #fff;--color-choice-text: #000;--color-choice-text-hover: #000;--color-choice-border: #E5E7EB;--color-choice-border-hover: #D1D5DB;--color-choice-bg-selected: #E8ECF5;--color-choice-text-selected: #000;--color-choice-border-selected: #1F57F5;--color-choice-claim-bg: transparent;--color-choice-claim-bg-hover: #fff;--color-choice-claim-boxshadow-hover: rgba(0, 0, 0, .1);--color-choice-claim-border: rgba(0, 0, 0, .1);--color-choice-claim-border-hover: #1F57F5;--color-choice-claim-name: #000;--color-input-primary-bg: rgb(249, 249, 249);--color-input-primary-border: #E5E7EB;--color-input-primary-text: #000;--color-input-primary-placeholder-text: #9ca3af;--color-input-primary-focus-border: #1F57F5;--color-input-primary-focus-boxshadow: rgba(31, 87, 245, .25);--color-input-secondary-bg: rgb(249, 249, 249);--color-input-secondary-border: rgb(229 231 235);--color-input-secondary-text: #000;--color-input-secondary-placeholder-text: #9da3af;--color-input-secondary-focus-border: #1F57F5;--color-input-secondary-focus-boxshadow: rgba(31, 87, 245, .25);--color-border-light: #E5E7EB;--color-border-medium: #D1D5DB;--color-border-dark: #6B7280;--gradient-primary: linear-gradient(135deg, #00B2FF 0%, #3CE6CA 100%);--gradient-secondary: linear-gradient(135deg, #F78DC5 0%, #CFD1FF 100%);--gradient-accent: linear-gradient(135deg, #83FFCB 0%, #3CE6CA 100%);--theme-ui-colors-text: #000;--theme-ui-colors-white: #fff;--theme-ui-colors-background: #fff;--theme-ui-colors-backgroundPrimary: #fff;--theme-ui-colors-backgroundSecondary: #131916;--theme-ui-colors-backgroundTertiary: #0E1310;--theme-ui-colors-lightDark: #0E1310;--theme-ui-colors-brandPrimary1: #1b6f4e;--theme-ui-colors-brandPrimary2: #30AEC6;--theme-ui-colors-brandSecondary1: #F8F9FB;--theme-ui-colors-hoverPrimary1: #146344;--theme-ui-colors-primary2500: #1B8489;--theme-ui-colors-logoTextHeader: #A7A7A7;--theme-ui-colors-grey300: #C6CED9;--theme-ui-colors-grey400: #A0AEC0;--theme-ui-colors-grey500: #A0AEC0;--theme-ui-colors-grey600: #8491A0;--theme-ui-colors-alert300: #F2827C;--theme-ui-colors-alert500: #E92E25;--theme-ui-colors-alert1000: #E91010;--theme-ui-colors-appPlanBackground: #fff;--theme-ui-colors-appPlanBorder: #ECEFF2;--theme-ui-colors-appCardPlanBg: #131916;--theme-ui-colors-appRadioUncheckedBg: #FFF;--theme-ui-colors-appPlanHeaderColor: #A7A7A7;--theme-ui-colors-inputColor: #E9E9E9;--theme-ui-colors-grey10: #E9E9E9;--theme-ui-colors-bestValueContainerBg: #0E1310;--theme-ui-colors-bestValueTagBg: #1B8489;--theme-ui-colors-bestValueTagText: #FFF;--theme-ui-colors-whiteOrBlack: #fff}input[type=text],input[type=email],input[type=url],input[type=password],input[type=search],input[type=number],input[type=tel],input[type=range],input[type=date],input[type=month],input[type=week],input[type=time],input[type=datetime],input[type=datetime-local],input[type=color],textarea{color:#1d2939;border:1px solid #D9D9D9;border-radius:3px;padding:3px;outline:none!important;font-size:1rem!important}input[type=text]:focus,input[type=email]:focus,input[type=url]:focus,input[type=password]:focus,input[type=search]:focus,input[type=number]:focus,input[type=tel]:focus,input[type=range]:focus,input[type=date]:focus,input[type=month]:focus,input[type=week]:focus,input[type=time]:focus,input[type=datetime]:focus,input[type=datetime-local]:focus,input[type=color]:focus,textarea:focus{color:#000}select{border:1px solid #D9D9D9;font-size:1rem!important}textarea{width:100%}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;-webkit-box-shadow:0 0 2px 2px rgba(0,0,0,.6);box-shadow:0 0 2px 2px #0009;clip:auto!important;clip-path:none;color:#21759b;display:block;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}h1,h2,h3,h4,h5,h6{font-family:var(--font-primary);color:var(--color-text-primary);margin:0 0 1.5rem;line-height:var(--line-height-snug)}h1{font-size:var(--h1-size);font-weight:var(--h1-weight);line-height:var(--h1-line-height);letter-spacing:var(--h1-letter-spacing)}h2{font-size:var(--h2-size);font-weight:var(--h2-weight);line-height:var(--h2-line-height);letter-spacing:var(--h2-letter-spacing)}h3{font-size:var(--h3-size);font-weight:var(--h3-weight);line-height:var(--h3-line-height);letter-spacing:var(--h3-letter-spacing)}h4{font-size:var(--h4-size);font-weight:var(--h4-weight);line-height:var(--h4-line-height);letter-spacing:var(--h4-letter-spacing)}h5{font-size:var(--h5-size);font-weight:var(--h5-weight);line-height:var(--h5-line-height);letter-spacing:var(--h5-letter-spacing)}h6{font-size:var(--h6-size);font-weight:var(--h6-weight);line-height:var(--h6-line-height);letter-spacing:var(--h6-letter-spacing)}p{margin:0 0 1.5rem;font-size:var(--font-size-base);line-height:var(--line-height-normal)}.lead{font-size:var(--font-size-lg);font-weight:var(--font-weight-medium);line-height:var(--line-height-relaxed);color:var(--color-text-secondary)}small,.small{font-size:var(--font-size-sm);line-height:var(--line-height-normal)}a{color:var(--color-primary);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:.2em;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}a:hover,a:focus{color:inherit;text-decoration-thickness:2px}a:visited{color:inherit}a:focus{outline:2px solid var(--color-primary);outline-offset:2px}ul,ol{margin:0 0 1.5rem 1.5rem;padding:0}li{margin-bottom:.5rem}li>ul,li>ol{margin-bottom:0;margin-left:1.5rem}dt{font-weight:var(--font-weight-semibold);margin-bottom:.5rem}dd{margin:0 0 1.5rem 1.5rem}code,kbd,tt,var{font-family:var(--font-mono);font-size:.875em;background-color:var(--color-bg-light);color:var(--color-text-primary);padding:.2em .4em;border-radius:.25rem}pre{font-family:var(--font-mono);font-size:var(--font-size-sm);line-height:var(--line-height-relaxed);background-color:var(--color-bg-dark);color:var(--color-text-inverse);padding:1.5rem;border-radius:.5rem;overflow-x:auto;margin:0 0 1.5rem}pre code{background:none;padding:0;color:inherit}input[type=submit]{font-family:var(--font-primary);font-weight:var(--font-weight-semibold);font-size:var(--font-size-base);line-height:var(--line-height-tight);letter-spacing:var(--letter-spacing-wide);color:var(--color-text-inverse);background-color:var(--color-btn-primary);border:none;border-radius:.5rem;padding:.75rem 1.5rem;cursor:pointer;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;text-decoration:none;display:inline-block}input[type=submit]:hover{background-color:var(--color-btn-primary-hover);-webkit-transform:translateY(-1px);transform:translateY(-1px)}input[type=submit]:focus{outline:2px solid var(--color-primary);outline-offset:2px}input[type=submit]:active{-webkit-transform:translateY(0);transform:translateY(0)}input[type=submit].btn-secondary{background-color:var(--color-btn-secondary)}input[type=submit].btn-secondary:hover{background-color:var(--color-btn-secondary-hover)}input[type=submit].btn-accent{background-color:var(--color-btn-accent)}input[type=submit].btn-accent:hover{background-color:var(--color-btn-accent-hover)}input[type=submit].btn-outline{background-color:transparent;color:var(--color-primary);border:2px solid var(--color-primary)}input[type=submit].btn-outline:hover{background-color:var(--color-primary);color:var(--color-text-inverse)}input[type=text],input[type=email],input[type=url],input[type=password],input[type=search],input[type=number],input[type=tel],input[type=range],input[type=date],input[type=month],input[type=week],input[type=time],input[type=datetime],input[type=datetime-local],input[type=color],textarea{font-family:var(--font-body);font-size:var(--font-size-base);line-height:var(--line-height-normal);color:var(--color-input-secondary-text);background-color:var(--color-input-secondary-bg);border:1px solid var(--color-input-secondary-border);border-radius:.5rem;padding:.75rem 1rem;width:100%;-webkit-transition:all .15s cubic-bezier(.4,0,.2,1);transition:all .15s cubic-bezier(.4,0,.2,1)}input[type=text]:hover,input[type=email]:hover,input[type=url]:hover,input[type=password]:hover,input[type=search]:hover,input[type=number]:hover,input[type=tel]:hover,input[type=range]:hover,input[type=date]:hover,input[type=month]:hover,input[type=week]:hover,input[type=time]:hover,input[type=datetime]:hover,input[type=datetime-local]:hover,input[type=color]:hover,textarea:hover{-webkit-box-shadow:rgba(0,0,0,.08) 0px 8px 20px;box-shadow:#00000014 0 8px 20px}input[type=text]:focus,input[type=email]:focus,input[type=url]:focus,input[type=password]:focus,input[type=search]:focus,input[type=number]:focus,input[type=tel]:focus,input[type=range]:focus,input[type=date]:focus,input[type=month]:focus,input[type=week]:focus,input[type=time]:focus,input[type=datetime]:focus,input[type=datetime-local]:focus,input[type=color]:focus,textarea:focus{border-color:var(--color-input-secondary-focus-border);-webkit-box-shadow:rgba(0,0,0,.08) 0px 8px 20px;box-shadow:#00000014 0 8px 20px}input[type=text]::-webkit-input-placeholder,input[type=email]::-webkit-input-placeholder,input[type=url]::-webkit-input-placeholder,input[type=password]::-webkit-input-placeholder,input[type=search]::-webkit-input-placeholder,input[type=number]::-webkit-input-placeholder,input[type=tel]::-webkit-input-placeholder,input[type=range]::-webkit-input-placeholder,input[type=date]::-webkit-input-placeholder,input[type=month]::-webkit-input-placeholder,input[type=week]::-webkit-input-placeholder,input[type=time]::-webkit-input-placeholder,input[type=datetime]::-webkit-input-placeholder,input[type=datetime-local]::-webkit-input-placeholder,input[type=color]::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:var(--color-input-secondary-placeholder-tex)}input[type=text]::-moz-placeholder,input[type=email]::-moz-placeholder,input[type=url]::-moz-placeholder,input[type=password]::-moz-placeholder,input[type=search]::-moz-placeholder,input[type=number]::-moz-placeholder,input[type=tel]::-moz-placeholder,input[type=range]::-moz-placeholder,input[type=date]::-moz-placeholder,input[type=month]::-moz-placeholder,input[type=week]::-moz-placeholder,input[type=time]::-moz-placeholder,input[type=datetime]::-moz-placeholder,input[type=datetime-local]::-moz-placeholder,input[type=color]::-moz-placeholder,textarea::-moz-placeholder{color:var(--color-input-secondary-placeholder-tex)}input[type=text]:-ms-input-placeholder,input[type=email]:-ms-input-placeholder,input[type=url]:-ms-input-placeholder,input[type=password]:-ms-input-placeholder,input[type=search]:-ms-input-placeholder,input[type=number]:-ms-input-placeholder,input[type=tel]:-ms-input-placeholder,input[type=range]:-ms-input-placeholder,input[type=date]:-ms-input-placeholder,input[type=month]:-ms-input-placeholder,input[type=week]:-ms-input-placeholder,input[type=time]:-ms-input-placeholder,input[type=datetime]:-ms-input-placeholder,input[type=datetime-local]:-ms-input-placeholder,input[type=color]:-ms-input-placeholder,textarea:-ms-input-placeholder{color:var(--color-input-secondary-placeholder-tex)}input[type=text]::-ms-input-placeholder,input[type=email]::-ms-input-placeholder,input[type=url]::-ms-input-placeholder,input[type=password]::-ms-input-placeholder,input[type=search]::-ms-input-placeholder,input[type=number]::-ms-input-placeholder,input[type=tel]::-ms-input-placeholder,input[type=range]::-ms-input-placeholder,input[type=date]::-ms-input-placeholder,input[type=month]::-ms-input-placeholder,input[type=week]::-ms-input-placeholder,input[type=time]::-ms-input-placeholder,input[type=datetime]::-ms-input-placeholder,input[type=datetime-local]::-ms-input-placeholder,input[type=color]::-ms-input-placeholder,textarea::-ms-input-placeholder{color:var(--color-input-secondary-placeholder-tex)}input[type=text]::placeholder,input[type=email]::placeholder,input[type=url]::placeholder,input[type=password]::placeholder,input[type=search]::placeholder,input[type=number]::placeholder,input[type=tel]::placeholder,input[type=range]::placeholder,input[type=date]::placeholder,input[type=month]::placeholder,input[type=week]::placeholder,input[type=time]::placeholder,input[type=datetime]::placeholder,input[type=datetime-local]::placeholder,input[type=color]::placeholder,textarea::placeholder{color:var(--color-input-secondary-placeholder-tex)}input[type=text]:disabled,input[type=email]:disabled,input[type=url]:disabled,input[type=password]:disabled,input[type=search]:disabled,input[type=number]:disabled,input[type=tel]:disabled,input[type=range]:disabled,input[type=date]:disabled,input[type=month]:disabled,input[type=week]:disabled,input[type=time]:disabled,input[type=datetime]:disabled,input[type=datetime-local]:disabled,input[type=color]:disabled,textarea:disabled{-webkit-box-shadow:none;box-shadow:none}blockquote{margin:0 0 1.5rem;padding:1.5rem 2rem;background-color:var(--color-bg-light);border-left:4px solid var(--color-primary);font-size:var(--font-size-lg);font-style:italic;line-height:var(--line-height-relaxed)}blockquote p:last-child{margin-bottom:0}blockquote cite{display:block;margin-top:1rem;font-size:var(--font-size-sm);font-style:normal;color:var(--color-text-secondary)}blockquote cite:before{content:"\2014  "}table{width:100%;margin:0 0 1.5rem;border-collapse:collapse;font-size:var(--font-size-sm)}th,td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid var(--color-border-light)}th{font-weight:var(--font-weight-semibold);background-color:var(--color-bg-light);color:var(--color-text-primary)}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-primary{color:var(--color-primary)}.text-secondary{color:var(--color-secondary)}.text-accent{color:var(--color-accent)}.text-dark{color:var(--color-dark)}.text-light{color:var(--color-text-light)}.bg-primary{background-color:var(--color-primary)}.bg-secondary{background-color:var(--color-secondary)}.bg-accent{background-color:var(--color-accent)}.bg-dark{background-color:var(--color-dark)}.bg-light{background-color:var(--color-bg-light)}.gradient-primary{background:var(--gradient-primary)}.gradient-secondary{background:var(--gradient-secondary)}.gradient-accent{background:var(--gradient-accent)}.sale-banner{display:none}.home .sale-banner,.page-template-page-offer .sale-banner{display:block}.woocommerce-checkout:not(.woocommerce-order-received) .sale-banner{display:block}.header{background-color:#fff;position:relative;border-bottom:1px solid #f5f5f5}.header .container{max-width:1088px;margin:0 auto;padding:17px 16px}.header .header-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header-logo{-ms-flex-negative:0;flex-shrink:0}.header-logo a{display:block;line-height:0}.header-logo img{height:auto;max-width:100%}.header-logo .logo-main{-o-object-fit:contain;object-fit:contain;width:100%;max-width:180px;display:block}.header-right{-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:17px;display:none!important}.header-nav{display:none}@media (min-width: 768px){.header-nav{display:block}}.header-nav .nav-menu{display:-webkit-box;display:-ms-flexbox;display:flex;list-style:none;margin:0;padding:0;gap:4px}.header-nav .nav-menu li{margin:0}.header-nav .nav-menu li a{display:block;padding:4px 10px;color:#000;text-decoration:none;font-weight:var(--header-nav-font-weight);font-size:var(--header-nav-font-size);line-height:var(--header-nav-line-height);letter-spacing:var(--header-nav-letter-spacing);text-align:center;-webkit-transition:all .3s ease;transition:all .3s ease;border-radius:4px}.header-nav .nav-menu li a:hover,.header-nav .nav-menu li a:focus{background-color:#ffffff1a}.header-nav .nav-menu li.current-menu-item a,.header-nav .nav-menu li.current-page-ancestor a{background-color:#ffffff26}.mobile-menu-toggle{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:24px;height:24px;background:none;border:none;cursor:pointer;padding:0}.mobile-menu-toggle .hamburger-line{width:16px;height:2px;background-color:#6b7280;margin:2px 0;-webkit-transition:all .3s ease;transition:all .3s ease;border-radius:1px}.mobile-menu-toggle .hamburger-line:first-child{margin-top:0}.mobile-menu-toggle .hamburger-line:last-child{margin-bottom:0}.mobile-menu-toggle:hover .hamburger-line{background-color:#6b7280}.mobile-menu-toggle.is-open .hamburger-line:first-child{-webkit-transform:rotate(45deg) translate(.22rem,.22rem);transform:rotate(45deg) translate(.22rem,.22rem)}.mobile-menu-toggle.is-open .hamburger-line:nth-child(2){opacity:0}.mobile-menu-toggle.is-open .hamburger-line:last-child{-webkit-transform:rotate(-45deg) translate(.31rem,-.31rem);transform:rotate(-45deg) translate(.31rem,-.31rem)}.mobile-nav{display:none;background-color:#6870fa;border-top:1px solid rgba(255,255,255,.1)}.mobile-nav.is-open{display:block}.mobile-nav .mobile-nav-menu{list-style:none;margin:0;padding:20px 16px}.mobile-nav .mobile-nav-menu li{margin:0;border-bottom:1px solid rgba(255,255,255,.1)}.mobile-nav .mobile-nav-menu li:last-child{border-bottom:none}.mobile-nav .mobile-nav-menu li a{display:block;padding:15px 0;color:#fff;text-decoration:none;font-weight:var(--mobile-nav-font-weight);font-size:var(--mobile-nav-font-size);line-height:var(--mobile-nav-line-height);letter-spacing:var(--mobile-nav-letter-spacing);-webkit-transition:color .3s ease;transition:color .3s ease}.mobile-nav .mobile-nav-menu li a:hover,.mobile-nav .mobile-nav-menu li a:focus{color:#ebebff}.mobile-nav .mobile-nav-menu li.current-menu-item a,.mobile-nav .mobile-nav-menu li.current-page-ancestor a{color:#ebebff;font-weight:500}html{scroll-behavior:smooth}.header a:focus,.header button:focus{outline:2px solid #EBEBFF;outline-offset:2px}.quiz-template-results-page-2{padding-top:80px!important}.quiz-template-results-page-2 .quiz-header{display:none!important}.quiz-template-results-page-3{padding-top:80px!important}.quiz-template-results-page-3 .quiz-header{display:none!important}.container{width:100%;max-width:75rem;margin-left:auto;margin-right:auto;padding:0 1rem}@media screen and (min-width: 768px){.container{padding:0 2rem}}.updated:not(.published){display:none}.sale-banner{background:#000;color:#fff;padding:.5rem 0;overflow:hidden;height:2.5rem;position:sticky;top:0;z-index:101}.sale-banner-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:100%;width:-webkit-max-content;width:-moz-max-content;width:max-content;-webkit-animation:scroll-left 25s linear infinite;animation:scroll-left 25s linear infinite;will-change:transform}.sale-banner-content p{margin:0;font-weight:700;font-size:1rem;display:inline-block;padding:.5rem 1.5rem;white-space:nowrap}@-webkit-keyframes scroll-left{0%{-webkit-transform:translateX(0);transform:translate(0)}to{-webkit-transform:translateX(-50%);transform:translate(-50%)}}@keyframes scroll-left{0%{-webkit-transform:translateX(0);transform:translate(0)}to{-webkit-transform:translateX(-50%);transform:translate(-50%)}}.hero-section{background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;overflow:hidden;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media screen and (min-width: 47.9375rem){.hero-section{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}@media screen and (max-width: 991.5px){.hero-section--static{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:1.5rem}.hero-section--static .hero-background{height:auto;width:100%;max-width:85%;margin:auto;aspect-ratio:1/.6}.hero-section--static .hero-title{margin-top:0!important}}.hero-background{position:relative;inset:0;z-index:1;width:100%;height:180px}@media screen and (min-width: 47.9375rem){.hero-background{width:50%;height:100vh}}.hero-background-image--desktop{height:100%;width:initial;background-size:cover;background-position:center;background-repeat:repeat;-webkit-animation:scroll-background 3500s linear infinite;animation:scroll-background 3500s linear infinite;display:none}@media screen and (min-width: 47.9375rem){.hero-background-image--desktop{display:block}}.hero-background-image--mobile{height:100%;width:initial;background-size:cover;background-position:center;background-repeat:repeat;-webkit-animation:scroll-background-x 8000s linear infinite;animation:scroll-background-x 8000s linear infinite;display:block}@media screen and (min-width: 47.9375rem){.hero-background-image--mobile{display:none}}@-webkit-keyframes scroll-background{0%{background-position:0 0}to{background-position:0 24000%}}@keyframes scroll-background{0%{background-position:0 0}to{background-position:0 24000%}}@-webkit-keyframes scroll-background-x{0%{background-position:0 0}to{background-position:24000% 0}}@keyframes scroll-background-x{0%{background-position:0 0}to{background-position:24000% 0}}.hero-background-image--static{-webkit-animation:none!important;animation:none!important;background-position:center!important;background-repeat:no-repeat!important;background-size:contain!important}@media screen and (min-width: 992px){.hero-background-image--static{margin-right:2rem}}.hero-content{position:relative;z-index:2;width:100%;max-width:500px;margin:auto;padding:2rem 1rem}@media screen and (min-width: 768px){.hero-content{width:50%;max-width:37.5rem}}@media screen and (max-width: 767.5px){.hero-content{margin-top:0}}.hero-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}@media screen and (min-width: 992px){.hero-text{gap:1rem}}.hero-title{font-size:2rem;font-weight:700;color:#222;margin:0;line-height:2.625rem;text-align:start;max-width:unset;text-transform:none;text-decoration:none;cursor:initial;display:block;white-space:normal}@media screen and (min-width: 47.9375rem){.hero-title{font-size:3rem;line-height:3.9375rem;margin-top:0}}.features-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:0;margin:1rem 0 0;width:100%}.feature-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.5rem;margin-bottom:1rem}.feature-item:last-child{margin-bottom:0}.feature-icon{width:24px;height:25px;-ms-flex-negative:0;flex-shrink:0;margin-right:.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.feature-icon svg{width:100%;height:100%}.feature-text{font-size:18px;font-weight:500;color:#222;margin:0;line-height:145%;text-align:start;max-width:unset;text-transform:none;text-decoration:none;cursor:initial;display:block;white-space:normal}.age-selector{margin:1rem 0 0;width:100%}@media screen and (min-width: 23.5rem){.age-selector{margin:1rem 0 0}}@media screen and (min-width: 47.9375rem){.age-selector{margin:1rem 0 0 1rem}}.age-selector-title{font-size:16px;font-weight:700;color:#222;margin:0 0 1rem;text-transform:none;text-decoration:none;cursor:initial;display:block;white-space:normal;line-height:1.5rem}.age-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;gap:.5rem;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:100%;margin-bottom:1rem}.age-buttons a{color:#fff!important}.age-selector-description{font-size:14px;font-weight:400;color:#666;margin:1rem 0 2rem;line-height:1.5;text-align:center}.age-button{background:#1b6f4e;color:#fff;border:none;padding:.75rem 1rem;border-radius:.5rem;font-weight:700;font-size:1rem;cursor:pointer;-webkit-transition:all .2s ease-in;transition:all .2s ease-in;text-transform:uppercase;line-height:150%;letter-spacing:.02em;width:100%;display:block;text-align:center;text-decoration:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:4px}.age-button:hover{background:#146344;cursor:pointer;-webkit-transition:all .3s ease-out;transition:all .3s ease-out}@media (max-width: 40rem){.age-button{width:calc(100vw - 2rem)}}.homepage-footer{width:100%;background-color:#222;padding:2rem 0 1rem}@media screen and (min-width: 47.9375rem){.homepage-footer{padding:3rem 0 0}}.footer-container{width:100%;max-width:73.75rem;margin:auto;padding:0 1rem}@media screen and (min-width: 23.5rem){.footer-container{padding:0 1rem}}@media screen and (min-width: 47.9375rem){.footer-container{padding:0 2rem 2rem 1rem}}@media screen and (min-width: 90rem){.footer-container{padding:0 2rem 2rem 1rem}}.footer-content{display:block;background-color:#222;max-height:unset;min-height:unset;height:initial;width:initial;min-width:unset;position:relative;z-index:9;visibility:visible}@media screen and (min-width: 47.9375rem){.footer-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:10rem}}.footer-logo{min-height:unset;height:initial;width:initial;max-height:unset;display:block;text-align:left;cursor:initial;margin-bottom:1rem;max-width:180px}@media screen and (min-width: 47.9375rem){.footer-logo{margin-bottom:0}}.footer-links{display:block;background-color:#222;max-height:unset;min-height:unset;height:initial;width:initial;min-width:unset;visibility:visible}@media screen and (min-width: 47.9375rem){.footer-links{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:10rem}}.footer-links-column{display:block;background-color:#222;max-height:unset;min-height:unset;height:initial;width:initial;min-width:unset;visibility:visible;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem;margin-bottom:2rem}@media screen and (min-width: 992px){.footer-links-column{margin-bottom:1rem}}.footer-link{color:#fff!important;border:none;background-color:transparent;padding:0;cursor:pointer;font-size:.75rem;line-height:.975rem;font-weight:700;text-align:start;-webkit-transition:all ease-out .2s;transition:all ease-out .2s;text-decoration:none;display:block}.footer-link:hover{text-decoration:underline}@media screen and (min-width: 47.9375rem){.footer-link{margin-bottom:0;margin-right:1rem}}.footer-copyright{color:#a7a7a7;font-weight:600;font-size:12px;line-height:130%;margin:0;padding-top:2rem;padding-bottom:1rem;text-align:center}@media screen and (min-width: 47.9375rem){.footer-copyright{padding-top:0;padding-bottom:0}}@media (max-width: 768px){.hero-title{font-size:2rem}.age-buttons{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.age-button{width:100%;max-width:100%}}@media (max-width: 480px){.hero-content{padding:1rem}.hero-title{font-size:1.75rem}.feature-text{font-size:1rem}}.homepage-v2-main{min-height:100vh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.homepage-v2-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:1.5rem 1rem;-webkit-box-flex:1;-ms-flex:1;flex:1;gap:1.5rem;max-width:1200px;margin:0 auto;width:100%}.homepage-v2-content .hero-title{margin-bottom:0;line-height:1.3}@media screen and (min-width: 992px){.homepage-v2-content .hero-title{text-align:center}}@media screen and (min-width: 1200px){.homepage-v2-content{padding:3rem 1rem;gap:3rem}}.homepage-v2-image{width:100%;max-width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.homepage-v2-image .content-image{width:100%;height:auto;max-width:100%;-o-object-fit:contain;object-fit:contain;display:block}@media screen and (min-width: 47.9375rem){.homepage-v2-image{max-width:800px}}.homepage-v2-text{width:100%;max-width:800px}.homepage-v2-text p{font-size:1rem;line-height:1.6;color:#222;margin:0 0 1rem}.homepage-v2-text p:last-child{margin-bottom:0}@media screen and (min-width: 47.9375rem){.homepage-v2-text p{font-size:1.125rem;line-height:1.75}}.homepage-v2-text *:first-child{margin-top:0}.homepage-v2-text *:last-child{margin-bottom:0}.homepage-v2-button{width:100%;max-width:400px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.homepage-v2-button .age-button{border-radius:12px;font-size:1.25rem;-webkit-transition:all .2s ease-in;transition:all .2s ease-in;color:#fff!important;background:-webkit-gradient(linear,left bottom,left top,from(#227504),color-stop(60%,#47c42b));background:linear-gradient(0deg,#227504,#47c42b 60%)}.homepage-v2-button .age-button:hover{-webkit-box-shadow:0px 0px 20px #047509;box-shadow:0 0 20px #047509;background:-webkit-gradient(linear,left bottom,left top,color-stop(60%,#047509),to(#7bf23f));background:linear-gradient(0deg,#047509 60%,#7bf23f)}.homepage-v2-button .age-button{max-width:100%}body.quiz-step-style-boxed-1{background:var(--color-bg-primary-boxed-1)}body.quiz-step-style-boxed-3{background:var(--color-bg-primary-boxed-3)}.quiz-flow-body{margin:0;padding:0}.quiz-flow-body .site{padding:0;overflow:hidden;min-height:100dvh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.quiz-flow-body.quiz-signing-step .site{overflow:clip}.quiz-flow-body.quiz-informational-step .quiz-header__back,.quiz-flow-body.quiz-informational-step .quiz-header__progress-text,.quiz-flow-body.quiz-informational-step .quiz-header__progress-bar{display:none!important}.quiz-flow-body.quiz-informational-step.quiz-show-custom-back-button .quiz-header__back{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.quiz-flow-body.quiz-summary-step .quiz-header__back,.quiz-flow-body.quiz-summary-step .quiz-header__progress-text,.quiz-flow-body.quiz-summary-step .quiz-header__progress-bar{display:none!important}.quiz-header{background:var(--color-header-bg-primary);position:relative;top:0;left:0;right:0;z-index:100}.quiz-header__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-negative:0;flex-shrink:0;max-width:none;padding:1rem 2rem;position:relative}@media (min-width: 768px) and (max-width: 1023.98px){.quiz-header__content{padding-left:1.5rem;padding-right:1.5rem}}@media (max-width: 767.98px){.quiz-header__content{padding:.75rem 1rem}}.quiz-step-style-boxed-1 .quiz-header__content{padding:1.25rem 1.5rem}@media (min-width: 768px) and (max-width: 1023.98px){.quiz-step-style-boxed-1 .quiz-header__content{padding:1.25rem 1.5rem}}@media (max-width: 767.98px){.quiz-step-style-boxed-1 .quiz-header__content{padding:1rem}}.quiz-header__back{background:none;border:none;cursor:pointer;color:var(--color-dark);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;max-width:56rem;position:absolute;top:50%;left:1rem;margin-top:-15px;width:30px;height:30px;padding:0}.quiz-header__back:disabled{opacity:.5;cursor:not-allowed}.quiz-header__back svg{width:24px;height:24px}.quiz-step-style-boxed-1 .quiz-header__back{display:none!important}.quiz-header__logo{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.quiz-step-style-boxed-1 .quiz-header__logo{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.quiz-step-style-boxed-1 .quiz-header__logo img{max-height:28px}@media (max-width: 767.98px){.quiz-step-style-boxed-1 .quiz-header__logo img{max-height:22px}}.quiz-header__logo .quiz-logo-main{max-height:32px;width:auto}@media (max-width: 767.98px){.quiz-header__logo .quiz-logo-main{max-height:28px}}.quiz-header__logo .quiz-logo--white,.quiz-step-style-boxed-1 .quiz-header__logo .quiz-logo--default,.quiz-step-style-boxed-3 .quiz-header__logo .quiz-logo--default{display:none}.quiz-step-style-boxed-1 .quiz-header__logo .quiz-logo--white,.quiz-step-style-boxed-3 .quiz-header__logo .quiz-logo--white{display:inline-block}.quiz-header__progress-text{min-width:44px;text-align:right;font-weight:600;color:var(--color-dark);font-size:clamp(13px,3.2vw,15px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.quiz-header__progress-text .text{padding-left:3px}.quiz-header__progress-text #quiz-progress-counter span{color:var(--color-heading-highlight)}.quiz-step-style-boxed-1 .quiz-header__progress-text{background-color:#fff;padding:.5rem 1rem;border-radius:9999px;font-weight:500;font-size:clamp(13px,3.2vw,15px)}.quiz-step-style-standard-centered-2 .quiz-header__progress-text .text{display:none}.quiz-header__progress-bar{height:4px;background-color:var(--color-progress-bar);width:calc(100% - 2rem);margin-top:-1px;margin-left:1rem;margin-right:1rem;border-radius:1rem}.quiz-header__progress-fill{height:100%;background-color:var(--color-progress-fill);-webkit-transition:width .3s ease;transition:width .3s ease;border-radius:1rem}.quiz-step-style-standard-centered .quiz-header{background-color:var(--color-bg-primary);position:fixed}.quiz-step-style-standard-centered .quiz-header .quiz-header__content{display:-webkit-box;display:-ms-flexbox;display:flex;max-width:56rem;margin-left:auto;margin-right:auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative}.quiz-step-style-standard-centered .quiz-header .quiz-header__content .quiz-header__logo{-webkit-box-flex:inherit;-ms-flex:inherit;flex:inherit;margin:auto;inset:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.body-template-signing_of_documents.quiz-step-style-standard-centered .quiz-header{position:relative}.body-template-signing_of_documents.quiz-step-style-standard-centered .quiz-header .quiz-header__content{max-width:64rem}.quiz-step-style-standard-centered-2 .quiz-header__content{border-bottom:#e5e4e1 solid 1px}.quiz-step-style-standard-centered-2 .quiz-header__logo{-webkit-box-flex:inherit;-ms-flex:inherit;flex:inherit;margin:0 auto}.quiz-step-style-standard-centered-2 .quiz-header__progress-text{position:absolute;right:1.5rem;min-width:unset;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.quiz-step-style-standard-centered-2 .quiz-header__progress-bar{position:relative}.quiz-step-style-standard-centered-2 .quiz-header__progress-bar:after{content:"";width:1rem;height:4px;position:absolute;top:0;left:-1rem;background-color:var(--color-bg-primary)}.quiz-step-style-standard-centered-2 .quiz-header__progress-bar:before{content:"";width:1rem;height:4px;position:absolute;top:0;right:-1rem;background-color:var(--color-bg-primary)}.quiz-header-logo-center .quiz-header .quiz-header__logo{-webkit-box-flex:inherit;-ms-flex:inherit;flex:inherit;margin-left:auto;margin-right:auto}.quiz-flow-container{width:100%;padding:0rem 2rem 2rem;-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (min-width: 768px) and (max-width: 1023.98px){.quiz-flow-container{padding:0rem 1.5rem 2rem}}@media (max-width: 767.98px){.quiz-flow-container{padding:0rem 1rem;-webkit-box-align:inherit;-ms-flex-align:inherit;align-items:inherit}}.quiz-template-status-update .quiz-flow-container{-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-bottom:1.5rem}.quiz-step-style-boxed-1 .quiz-flow-container,.quiz-step-style-boxed-2 .quiz-flow-container{padding-top:.5rem;padding-bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;position:relative;z-index:101}@media (max-width: 767.98px){.quiz-step-style-boxed-2 .quiz-flow-container{padding-left:0;padding-right:0}}.quiz-step-style-boxed-3 .quiz-flow-container{padding-top:.5rem;padding-bottom:2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;z-index:101}@media (max-width: 767.98px){.quiz-step-style-boxed-3 .quiz-flow-container{padding:0;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}.quiz-step-style-standard-centered .quiz-flow-container{overflow-y:auto;scroll-behavior:smooth;padding:0 1rem 1.5rem}@media screen and (min-width: 768px){.quiz-step-style-standard-centered .quiz-flow-container{padding:0 1.5rem 1.5rem}}@media screen and (min-width: 992px){.quiz-step-style-standard-centered .quiz-flow-container{padding-top:0;padding-left:2rem;padding-right:2rem}}.body-template-choose_claims_items.quiz-step-style-standard-centered .quiz-flow-container{padding:0 1rem 120px}@media screen and (min-width: 768px){.body-template-choose_claims_items.quiz-step-style-standard-centered .quiz-flow-container{padding:0 1.5rem 140px}}.body-template-choose_claims_items.quiz-step-style-standard-centered-2 .quiz-flow-container{padding:1.5rem 1rem 120px}@media screen and (min-width: 768px){.body-template-choose_claims_items.quiz-step-style-standard-centered-2 .quiz-flow-container{padding:1.5rem 1.5rem 140px}}.body-template-claim_form.quiz-step-style-standard-centered .quiz-flow-container{padding:0 1rem 110px}@media screen and (min-width: 768px){.body-template-claim_form.quiz-step-style-standard-centered .quiz-flow-container{padding:0 1.5rem 130px}}.body-template-signing_of_documents.quiz-step-style-standard-centered .quiz-flow-container{padding:0 1rem 100px}@media screen and (min-width: 768px){.body-template-signing_of_documents.quiz-step-style-standard-centered .quiz-flow-container{padding:0 1.5rem 120px}}.body-template-status_update_changing_texts .quiz-flow-container{padding-top:0}.quiz-step-style-standard-centered-2 .quiz-flow-container{padding-top:1.5rem}.quiz-flow-card{width:100%}.quiz-flow-main{width:100%;max-width:72rem;margin:0 auto}.quiz-step-style-boxed-1 .quiz-flow-main{background:#fff;border-top-left-radius:32px;border-top-right-radius:32px;-webkit-box-shadow:0 25px 50px -12px rgba(0,0,0,.25);box-shadow:0 25px 50px -12px #00000040;max-width:42rem;-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%;margin:0 auto;padding:5rem 3rem 2.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative}@media (max-width: 767.98px){.quiz-step-style-boxed-1 .quiz-flow-main{padding:4rem 1.5rem 2rem}}.quiz-step-style-boxed-2 .quiz-flow-main{background:#fff;max-width:560px;border:1px solid #DCDCDC;border-top-left-radius:36px;border-top-right-radius:36px;-webkit-box-shadow:0 28px 70px -34px rgba(28,32,40,.6);box-shadow:0 28px 70px -34px #1c202899;padding:2rem 3rem 2.25rem;width:100%;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative;isolation:isolate;max-height:75dvh;min-height:540px}@media (max-width: 767.98px){.quiz-step-style-boxed-2 .quiz-flow-main{max-width:unset;max-height:unset;padding:1.5rem;border:0}}@media (min-width: 768px) and (max-width: 1023.98px){.quiz-step-style-boxed-2 .quiz-flow-main{padding:1.75rem 2.5rem 2rem}}.quiz-step-style-boxed-3 .quiz-flow-main{border:1px solid rgba(255,255,255,.8);border-radius:36px;background:#fff;-webkit-box-shadow:0 24px 70px -36px rgba(34,41,47,.55);box-shadow:0 24px 70px -36px #22292f8c;padding:2rem 2rem 1.5rem;max-width:580px;min-height:unset}@media (max-width: 767.98px){.quiz-step-style-boxed-3 .quiz-flow-main{min-height:78vh;max-width:100%;border-bottom-left-radius:0;border-bottom-right-radius:0;padding:2rem 1.5rem 1.5rem}}.quiz-step-style-standard-centered .quiz-flow-main{width:100%;max-width:48rem;margin-left:auto;margin-right:auto}.body-template-signing_of_documents.quiz-step-style-standard-centered .quiz-flow-main{max-width:64rem}.quiz-step-style-boxed-2 .quiz-flow-card{position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;max-width:100%;margin-left:auto;margin-right:auto}.quiz-step-style-boxed-2 .quiz-flow-card:before,.quiz-step-style-boxed-2 .quiz-flow-card:after{content:"";position:absolute;z-index:-1;left:50%;-webkit-transform:translateX(-50%);transform:translate(-50%);backdrop-filter:blur(4px)}.quiz-step-style-boxed-2 .quiz-flow-card:before{top:-1rem;width:94%;height:60px;border:1px solid rgba(255,255,255,.3);border-radius:44px;background:#fff3}@media screen and (min-width: 768px){.quiz-step-style-boxed-2 .quiz-flow-card:before{height:52px}}.quiz-step-style-boxed-2 .quiz-flow-card:after{top:-.375rem;width:90%;height:50px;border:1px solid rgba(255,255,255,.6);border-radius:40px;background:#ffffff80}@media screen and (min-width: 768px){.quiz-step-style-boxed-2 .quiz-flow-card:after{top:-.25rem;width:88%;height:40px}}.quiz-flow-header{margin-bottom:3rem;text-align:center}.quiz-flow-progress{margin-bottom:2rem}.quiz-flow-progress__bar{width:100%;height:8px;background-color:var(--color-gray);border-radius:4px;overflow:hidden;margin-bottom:.5rem}.quiz-flow-progress__fill{height:100%;background:-webkit-gradient(linear,left top,right top,from(var(--color-primary)),to(var(--color-secondary)));background:linear-gradient(90deg,var(--color-primary) 0%,var(--color-secondary) 100%);border-radius:4px;-webkit-transition:width .3s ease;transition:width .3s ease}.quiz-flow-progress__text{font-size:.875rem;color:var(--color-dark);font-weight:500}.quiz-flow-title{font-size:2rem;font-weight:700;color:var(--color-dark);margin-bottom:1rem}@media screen and (min-width: 992px){.quiz-flow-title{font-size:2.5rem}}.quiz-flow-description{font-size:1.125rem;color:var(--color-dark);opacity:.8;max-width:600px;margin:0 auto}.quiz-item.quiz-item--hidden{display:none!important}.quiz-item.quiz-item--visible{display:block!important}@media (max-width: 767.98px){.quiz-item{height:100%}}@media (max-width: 767.98px){.quiz-item__content{height:100%}}.quiz-item__title{font-size:1.5rem;font-weight:600;color:var(--color-dark);margin-bottom:1rem;line-height:1.3;text-align:center}@media screen and (min-width: 992px){.quiz-item__title{font-size:1.75rem}}.quiz-item__body{color:var(--color-text-primary)}@media (max-width: 767.98px){.quiz-item__body{height:100%}}.quiz-step-style-boxed-1 .quiz-item{height:100%;-webkit-box-flex:1;-ms-flex:1;flex:1}.quiz-step-style-boxed-1 .quiz-item.quiz-item--visible{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.quiz-step-style-boxed-1 .quiz-item .quiz-item__content,.quiz-step-style-boxed-1 .quiz-item .quiz-item__body{-webkit-box-flex:1;-ms-flex:1;flex:1;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.quiz-step-style-boxed-2 .quiz-item{height:100%;-webkit-box-flex:1;-ms-flex:1;flex:1}.quiz-step-style-boxed-2 .quiz-item.quiz-item--visible{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.quiz-step-style-boxed-2 .quiz-item .quiz-item__content,.quiz-step-style-boxed-2 .quiz-item .quiz-item__body{-webkit-box-flex:1;-ms-flex:1;flex:1;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.quiz-step-style-boxed-2 .quiz-item .quiz-item__body{position:relative}.quiz-step-style-standard-centered-2.quiz-template-subscribe .quiz-item .quiz-item__body{-webkit-box-flex:1;-ms-flex:1;flex:1;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.quiz-navigation{text-align:center;margin-top:2rem;display:-webkit-box;display:-ms-flexbox;display:flex;gap:1rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.quiz-btn{display:inline-block;background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-secondary) 100%);color:#fff;padding:1rem 2rem;border:none;border-radius:50px;font-size:1rem;font-weight:600;text-decoration:none;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease;min-width:200px}.quiz-btn:hover:not(:disabled){-webkit-transform:translateY(-2px);transform:translateY(-2px);-webkit-box-shadow:0 8px 25px rgba(27,111,78,.3);box-shadow:0 8px 25px #1b6f4e4d}.quiz-btn:disabled{opacity:.5;cursor:not-allowed;-webkit-transform:none;transform:none;-webkit-box-shadow:none;box-shadow:none}.quiz-btn--finish{background:linear-gradient(135deg,var(--color-accent) 0%,var(--color-lavender) 100%)}.quiz-btn--back{background:linear-gradient(135deg,var(--color-gray) 0%,#b0b0b0 100%);color:var(--color-dark)}.quiz-flow-error{text-align:center;padding:3rem 2rem}.quiz-flow-error h1,.quiz-flow-error h2{color:var(--color-dark);margin-bottom:1rem}.quiz-flow-error p{color:var(--color-dark);opacity:.8;margin-bottom:2rem;font-size:1.125rem}.quiz-template{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:0}.quiz-template__header{margin-bottom:clamp(24px,5vh,32px)}.quiz-template__main-title{font-family:var(--font-display);font-size:clamp(28px,7.5vw,40px);font-weight:800;line-height:1.1;letter-spacing:-.025em;margin-bottom:clamp(8px,2vh,12px);overflow-wrap:break-word;color:var(--color-heading-primary)}.quiz-template__main-title.large{font-size:clamp(2.25rem,5vw,2.95rem)}.quiz-step-style-boxed-1 .quiz-template__main-title{font-weight:800;font-size:clamp(28px,6vw,38px);line-height:1.15;letter-spacing:-.01em;color:var(--color-heading-primary-boxed-1);margin-bottom:.5rem;overflow-wrap:break-word}.quiz-template__main-title span{color:var(--color-heading-highlight);font-weight:900}.quiz-template__subtitle{font-family:var(--font-body);font-size:clamp(15px,3.2vw,16px);line-height:1.625;letter-spacing:-.025em;color:#5a5a5a;margin:0}.quiz-template__timer{font-size:.75rem;color:var(--color-dark);margin:0}.quiz-template__timer strong{font-weight:700}.quiz-template__options{display:-webkit-box;display:-ms-flexbox;display:flex}.quiz-template__footer{padding:1.5rem 1rem 1rem}@media screen and (min-width: 992px){.quiz-template__footer{padding:2rem 1rem 1rem}}.quiz-template__legal{max-width:312px;margin:0 auto .5rem;font-size:.75rem;color:#6b7280;text-align:center;line-height:1.4}.quiz-template__legal a{color:#0050b2;text-decoration:underline;font-weight:600}.quiz-template__legal a:hover{text-decoration:none}.quiz-template__copyright{text-align:center;font-size:.75rem;color:#6b7280;line-height:1.4;min-height:24px}.quiz-step-submit-button{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-family:var(--font-ui);background:var(--color-btn-primary);color:var(--color-btn-primary-text);border-radius:9999px;font-weight:700;line-height:1.25;font-size:clamp(15px,4vw,19px);text-decoration:none;cursor:pointer;padding:clamp(13px,3.2vh,20px) clamp(24px,6vw,32px);-webkit-transition:all .3s cubic-bezier(.4,0,.2,1);transition:all .3s cubic-bezier(.4,0,.2,1);border:0;-webkit-transform:none;transform:none;-webkit-box-shadow:none;box-shadow:none}.quiz-step-submit-button:disabled{background:var(--color-btn-primary-disabled);color:var(--color-btn-primary-text-disabled);cursor:not-allowed;-webkit-box-shadow:none;box-shadow:none}.quiz-step-submit-button:disabled:hover{-webkit-transform:none;transform:none}.quiz-step-submit-button:disabled svg path{stroke:var(--color-btn-primary-text-disabled)}.quiz-step-submit-button svg{margin-left:.5rem;width:clamp(18px,4vw,22px);height:clamp(18px,4vw,22px);-ms-flex-negative:0;flex-shrink:0}.quiz-step-submit-button svg path{stroke:var(--color-btn-primary-text)}.quiz-step-submit-button img{margin-left:.5rem;width:clamp(18px,4vw,22px);height:clamp(18px,4vw,22px);-ms-flex-negative:0;flex-shrink:0}.quiz-step-submit-button:not(:disabled):hover{-webkit-transform:scale(1.02);transform:scale(1.02);background:var(--color-btn-primary-hover);color:var(--color-btn-primary-text-hover)}.quiz-step-submit-button:not(:disabled):hover svg path{stroke:var(--color-btn-primary-text-hover)}.quiz-step-style-boxed-2 .quiz-step-submit-button{font-size:clamp(14px,3.5vw,15px);line-height:1.2;padding:clamp(10px,2.5dvh,14px) clamp(16px,4vw,24px)}.quiz-option-card,.age-option,.gender-option{position:relative;width:148px;height:160px;border:2px solid #1B6F4E;border-radius:12px;cursor:pointer;background:#fff;-webkit-transition:all .2s ease;transition:all .2s ease}.quiz-option-card__image-container{position:relative;height:120px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.quiz-option-card__image{position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translate(-50%);width:136px;height:176px;-o-object-fit:cover;object-fit:cover;bottom:0}.quiz-option-card__button{position:absolute;bottom:0;left:0;right:0;height:40px;background:#1b6f4e;border-top:1px solid rgba(27,111,78,.2);border-radius:0 0 10px 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 .75rem;pointer-events:none;-webkit-transition:background-color .2s ease;transition:background-color .2s ease}.quiz-option-card__text{color:#fff;font-size:1rem;font-weight:600;margin-right:.25rem}@media (max-width: 350px){.quiz-option-card__text{font-size:.875rem}}.quiz-option-card__arrow{fill:#fffc;width:21px;height:20px;-ms-flex-negative:0;flex-shrink:0}.gender-options{display:-webkit-box;display:-ms-flexbox;display:flex;gap:1rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.age-options{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem;max-width:400px;margin:0 auto;padding:0 1.5rem}@media screen and (min-width: 992px){.age-options{max-width:800px;grid-template-columns:repeat(4,1fr);gap:1rem;padding:0}}.age-options .quiz-option-card,.age-options .age-option,.age-options .gender-option{justify-self:center}@media screen and (max-width: 991.5px){.gender-options{gap:.75rem;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.age-options{grid-template-columns:repeat(2,1fr);gap:2rem;max-width:320px;padding:0 1rem}.quiz-option-card,.gender-option,.age-option{width:130px;height:140px}.quiz-option-card__image{width:120px;height:150px}.quiz-option-card__button{height:36px}.quiz-option-card__text{font-size:.875rem}}.testimonials-template{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background:#eef;padding:1rem 1.5rem 0;max-width:370px;margin-left:auto;margin-right:auto}.testimonials-template__content{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;max-width:370px;margin:0 auto;width:100%}.testimonials-template__stats{text-align:center;margin-bottom:2rem}.testimonials-template__statistic{font-size:30px;font-weight:800;color:#1b6f4e;line-height:1.2;margin-bottom:.5rem}.testimonials-template__subtitle{font-size:16px;font-weight:400;color:var(--main-text);line-height:1.4}.testimonials-template__quote-section{background:#fff;border-radius:8px;padding:1.5rem .75rem 1rem;margin-bottom:2rem;position:relative}.testimonials-template__quote{position:relative;padding:0 1.25rem;text-align:center}.testimonials-template__quote-icon{position:absolute;width:16px;height:16px;fill:var(--main-text)}.testimonials-template__quote-icon--opening{top:-8px;left:0}.testimonials-template__quote-icon--closing{bottom:-8px;right:0}.testimonials-template__quote-text{font-size:16px;font-weight:800;color:var(--main-text);line-height:1.5;text-align:center}.testimonials-template__quote-source{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:.5rem}.testimonials-template__quote-source-logo{height:auto;min-height:38px;width:110px;-o-object-fit:contain;object-fit:contain}.testimonials-template__mentions{text-align:center;margin-bottom:2rem}.testimonials-template__mentions-text{font-size:16px;font-weight:600;color:var(--main-text);margin-bottom:1rem}.testimonials-template__media-logos{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.testimonials-template__media-logos-image{height:auto;min-height:128px;width:320px;max-width:100%;-o-object-fit:contain;object-fit:contain}.testimonials-template__footer{position:fixed;bottom:0;left:0;right:0;padding:1.5rem 1rem;background:var(--main-text);max-width:400px;margin:0 auto}@media screen and (min-width: 992px){.testimonials-template__footer{position:relative;max-width:370px;margin:2rem auto 0;padding:0;background:transparent}}.testimonials-template__continue-btn{width:100%;padding:1rem;background:#1b6f4e;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;text-transform:uppercase;cursor:pointer;-webkit-transition:all .2s ease;transition:all .2s ease}.testimonials-template__continue-btn:hover{background:#146344;-webkit-transform:translateY(-1px);transform:translateY(-1px)}.testimonials-template__continue-btn:active{-webkit-transform:translateY(0);transform:translateY(0)}@media screen and (max-width: 767.5px){.testimonials-template{padding:1rem}.testimonials-template__content{padding-bottom:104px}.testimonials-template__statistic{font-size:26px}.testimonials-template__quote-section{margin-bottom:1.5rem}.testimonials-template__media-logos-image{width:280px;min-height:100px}}.quiz-template--choose-claims-items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.quiz-template--choose-claims-items--multiple .choose-claims-items-option{position:relative;padding-right:3.5rem}.quiz-template--choose-claims-items--multiple .choose-claims-items-option:after{content:"";position:absolute;top:1.5rem;right:1.5rem;width:1.25rem;height:1.25rem;border:2px solid var(--color-input-primary-border);border-radius:.25rem;background:#fff;z-index:2}@media (max-width: 767.98px){.quiz-template--choose-claims-items--multiple .choose-claims-items-option:after{top:1rem;right:1rem}}.quiz-template--choose-claims-items--multiple .choose-claims-items-option.selected{border-color:var(--color-input-primary-focus-border);background:var(--color-input-primary-focus-border)}.quiz-template--choose-claims-items--multiple .choose-claims-items-option.selected:after{background:var(--color-input-primary-focus-border);border-color:var(--color-input-primary-focus-border);background-image:url('data:image/svg+xml,<svg width="20" height="20" style="position:relative; left:-1px;" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.6668 6.5L8.25016 12.9167L5.3335 10" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path></svg>');display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-position:-1px -1px}.quiz-template--choose-claims-items .quiz-template__header{margin-left:auto;margin-right:auto;margin-bottom:1.5rem;text-align:center}@media screen and (min-width: 768px){.quiz-template--choose-claims-items .quiz-template__header{margin-bottom:2rem}}.quiz-template--choose-claims-items .quiz-template__header .quiz-template__main-title{font-weight:800;font-size:clamp(28px,7.5vw,40px);line-height:1.1;letter-spacing:-.01em;margin-bottom:clamp(12px,2vh,16px)}.quiz-template--choose-claims-items .quiz-template__header .quiz-template__subtitle{font-weight:400;font-size:clamp(14px,3.5vw,16px);line-height:1.5}.quiz-template--choose-claims-items .quiz-template__options{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.quiz-template--choose-claims-items .quiz-template__next-button{position:fixed;bottom:0;left:0;right:0;z-index:50;padding:1rem;border-top:1px solid #E5E7EB;background:#fff;-webkit-box-shadow:0 -4px 12px rgba(0,0,0,.1);box-shadow:0 -4px 12px #0000001a}.quiz-template--choose-claims-items .quiz-template__next-button .claims-actions{max-width:56rem;margin-left:auto;margin-right:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.quiz-template--choose-claims-items .quiz-template__next-button .claims-actions .selected-claims-summary{font-family:var(--font-body),system-ui,sans-serif}.quiz-template--choose-claims-items .quiz-template__next-button .claims-actions .selected-claims-summary .selected{font-weight:600;font-size:clamp(14px,3.5vw,16px);color:#000}.quiz-template--choose-claims-items .quiz-template__next-button .claims-actions .selected-claims-summary .selected-value{font-family:var(--font-manrope),system-ui,sans-serif;font-weight:700;font-size:clamp(18px,4.5vw,22px);color:var(--color-heading-highlight)}.quiz-template--choose-claims-items .quiz-template__next-button .choose-claims-items-next-btn{min-width:120px;padding:.75rem 2rem;border-radius:.5rem;background:var(--color-btn-secondary);color:var(--color-btn-primary-text);font-weight:700;cursor:pointer;-webkit-transition:all .2s cubic-bezier(.4,0,.2,1);transition:all .2s cubic-bezier(.4,0,.2,1);border-color:var(--color-btn-secondary-border);line-height:inherit;font-size:clamp(16px,4vw,18px)}@media screen and (min-width: 768px){.quiz-template--choose-claims-items .quiz-template__next-button .choose-claims-items-next-btn{padding:1rem 3rem}}.quiz-template--choose-claims-items .quiz-template__next-button .choose-claims-items-next-btn:hover:not(:disabled){background:var(--color-btn-secondary-hover);color:var(--color-btn-primary-text-hover);border-color:var(--color-btn-secondary-border-hover)}.quiz-template--choose-claims-items .quiz-template__next-button .choose-claims-items-next-btn:disabled{background:var(--color-btn-secondary-disabled);color:var(--color-btn-secondary-text-disabled);border-color:var(--color-btn-secondary-border-disabled);cursor:not-allowed}.quiz-template--choose-claims-items .quiz-template__next-button .choose-claims-items-next-btn:active{-webkit-transform:scale(.95);transform:scale(.95)}.quiz-step-style-standard-centered .quiz-template--choose-claims-items{padding-top:4.5rem}.choose-claims-items-template__options{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem;margin:0 auto}@media (max-width: 767.98px){.choose-claims-items-template__options{gap:.75rem}}.choose-claims-items-template__options .choose-claims-items-option{display:-webkit-box;display:-ms-flexbox;display:flex;padding:1.5rem;border:2px solid var(--color-choice-claim-border);border-radius:1rem;background-color:var(--color-choice-claim-bg);cursor:pointer;position:relative;overflow:hidden;-webkit-transition:all .2s cubic-bezier(.4,0,.2,1);transition:all .2s cubic-bezier(.4,0,.2,1);gap:1rem;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media (max-width: 767.98px){.choose-claims-items-template__options .choose-claims-items-option{padding:1rem}}.choose-claims-items-template__options .choose-claims-items-option:hover,.choose-claims-items-template__options .choose-claims-items-option.selected{border-color:var(--color-choice-claim-border-hover);background:var(--color-choice-claim-bg-hover);-webkit-box-shadow:0 4px 12px var(--color-choice-claim-boxshadow-hover);box-shadow:0 4px 12px var(--color-choice-claim-boxshadow-hover)}.choose-claims-items-template__options .choose-claims-items-option:active{-webkit-transform:scale(.98);transform:scale(.98)}.choose-claims-items-template__options .choose-claims-items-option__logo{-ms-flex-negative:0;flex-shrink:0;width:3rem;height:3rem;border-radius:.5rem;overflow:hidden;background-color:#f3f4f6}@media screen and (min-width: 768px){.choose-claims-items-template__options .choose-claims-items-option__logo{width:4rem;height:4rem}}.choose-claims-items-template__options .choose-claims-items-option__logo img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}.choose-claims-items-template__options .choose-claims-items-option__text{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%;min-width:0}.choose-claims-items-template__options .choose-claims-items-option__name{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:.5rem;margin-bottom:.6rem;font-family:var(--font-body),system-ui,sans-serif;font-weight:600;font-size:clamp(16px,3.5vw,18px);color:var(--color-choice-claim-name);padding-right:20px}.choose-claims-items-template__options .choose-claims-items-option__value{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.5rem;margin-top:10px;font-family:var(--font-body),system-ui,sans-serif;font-weight:600;font-size:clamp(14px,3vw,15px);color:#1c7359}.choose-claims-items-template__options .choose-claims-items-option__value svg{width:1rem;height:1rem}.choose-claims-items-template__options .choose-claims-items-option__info-items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1rem;-ms-flex-wrap:wrap;flex-wrap:wrap}.choose-claims-items-template__options .choose-claims-items-option__info-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.375rem}.choose-claims-items-template__options .choose-claims-items-option__info-item svg,.choose-claims-items-template__options .choose-claims-items-option__info-item img{-ms-flex-negative:0;flex-shrink:0;width:1rem;height:1rem}.choose-claims-items-template__options .choose-claims-items-option__info-item span{font-family:var(--font-body),system-ui,sans-serif;font-weight:500;font-size:clamp(12px,2.8vw,13px)}.quiz-step-style-standard-centered-2 .choose-claims-items-template__options{max-width:48rem}.quiz-template--claim-form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-left:3rem;padding-right:3rem;padding-top:4.5rem}@media (max-width: 767.98px){.quiz-template--claim-form{padding-left:.2rem;padding-right:.2rem;padding-bottom:1rem}}.quiz-template--claim-form .claim-form__body{padding:0}.quiz-template--claim-form .quiz-template__header{margin:0}.quiz-template--claim-form .quiz-template__header .quiz-template__main-title{font-weight:800;font-size:clamp(24px,6.5vw,32px);line-height:1.1;letter-spacing:-.01em;margin-bottom:clamp(8px,2vh,12px)}.quiz-template--claim-form .quiz-template__header .quiz-template__subtitle{font-weight:400;font-size:clamp(13px,3.2vw,15px);line-height:1.5;color:#5a5a5a;margin-bottom:clamp(16px,3vh,24px)}.quiz-template--claim-form .claim-form__select-trigger{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:.5rem;padding:1rem;border-radius:14px;border:1px solid var(--color-input-secondary-border);background-color:var(--color-input-secondary-bg);font-family:var(--font-body);font-size:clamp(15px,3.5vw,16px);color:var(--color-input-secondary-text);cursor:pointer;-webkit-transition:border-color .2s ease,-webkit-box-shadow .2s ease;transition:border-color .2s ease,-webkit-box-shadow .2s ease;transition:border-color .2s ease,box-shadow .2s ease;transition:border-color .2s ease,box-shadow .2s ease,-webkit-box-shadow .2s ease;text-align:left}.quiz-template--claim-form .claim-form__select-trigger:focus{outline:none;border-color:#1b6f4e;-webkit-box-shadow:rgba(0,0,0,.08) 0px 8px 20px;box-shadow:#00000014 0 8px 20px}.quiz-template--claim-form .claim-form__select-trigger:hover{-webkit-box-shadow:rgba(0,0,0,.08) 0px 8px 20px;box-shadow:#00000014 0 8px 20px}.quiz-template--claim-form .claim-form__select-trigger--open{border-color:var(--color-input-secondary-focus-border);-webkit-box-shadow:rgba(0,0,0,.08) 0px 8px 20px;box-shadow:#00000014 0 8px 20px}.quiz-template--claim-form .claim-form__select-trigger--error{border-color:#ef4444!important;-webkit-box-shadow:0 0 0 3px rgba(239,68,68,.1)!important;box-shadow:0 0 0 3px #ef44441a!important}.quiz-template--claim-form .claim-form__select-trigger svg{-ms-flex-negative:0;flex-shrink:0;color:#667085;-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease}.quiz-template--claim-form .claim-form__select-trigger--open svg{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.quiz-template--claim-form .claim-form__select-trigger-value{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;overflow:hidden;-webkit-box-flex:1;-ms-flex:1;flex:1}.quiz-template--claim-form .claim-form__select-trigger-value span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.quiz-template--claim-form .claim-form__select-placeholder{color:var(--color-input-secondary-placeholder-text)}.quiz-template--claim-form .claim-form__flag{width:20px;height:20px;border-radius:50%;-o-object-fit:cover;object-fit:cover;-ms-flex-negative:0;flex-shrink:0}.quiz-template--claim-form .claim-form__field--custom-select{position:relative}.quiz-template--claim-form .claim-form__select-dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;-webkit-box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;z-index:200;overflow:hidden}.quiz-template--claim-form .claim-form__select-search-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;padding:.75rem 1rem;border-bottom:1px solid #e5e7eb}.quiz-template--claim-form .claim-form__select-search-wrap svg{-ms-flex-negative:0;flex-shrink:0;color:#848484}.quiz-template--claim-form .claim-form__select-search{width:100%;border:none;outline:none;background:transparent;font-family:var(--font-body);font-size:.875rem!important;line-height:1.25rem!important;color:#000;padding:0;-webkit-box-shadow:none!important;box-shadow:none!important}.quiz-template--claim-form .claim-form__select-search::-webkit-input-placeholder{color:#737373}.quiz-template--claim-form .claim-form__select-search::-moz-placeholder{color:#737373}.quiz-template--claim-form .claim-form__select-search:-ms-input-placeholder{color:#737373}.quiz-template--claim-form .claim-form__select-search::-ms-input-placeholder{color:#737373}.quiz-template--claim-form .claim-form__select-search::placeholder{color:#737373}.quiz-template--claim-form .claim-form__select-list{list-style:none;margin:0;padding:.25rem 0 .25rem .25rem;max-height:220px;overflow-y:auto}.quiz-template--claim-form .claim-form__select-list::-webkit-scrollbar{width:4px}.quiz-template--claim-form .claim-form__select-list::-webkit-scrollbar-track{background:transparent}.quiz-template--claim-form .claim-form__select-list::-webkit-scrollbar-thumb{background:#e8e2dc;border-radius:4px}.quiz-template--claim-form .claim-form__select-option{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:8px;padding:.375rem .5rem;cursor:pointer;font-family:var(--font-body);font-size:.85rem;line-height:1.25rem;color:#000;-webkit-transition:background-color .15s ease;transition:background-color .15s ease;border-radius:4px;margin:0}.quiz-template--claim-form .claim-form__select-option:hover{background-color:#f5f5f5}.quiz-template--claim-form .claim-form__select-option-left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;overflow:hidden;-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0}.quiz-template--claim-form .claim-form__select-option-left span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.quiz-template--claim-form .claim-form__select-check{-ms-flex-negative:0;flex-shrink:0;opacity:0;color:var(--color-text-primary);-webkit-transition:opacity .1s ease;transition:opacity .1s ease}.quiz-template--claim-form .claim-form__select-option--selected .claim-form__select-check{opacity:1}.quiz-template--claim-form .claim-form__select-no-results{padding:1rem;text-align:center;font-family:var(--font-secondary);font-size:clamp(13px,3vw,14px);color:var(--color-text-secondary)}.quiz-template--claim-form .claim-form__selected-claims{margin-bottom:1.5rem}.quiz-template--claim-form .claim-form__selected-label{margin-bottom:.75rem;font-weight:600;font-size:clamp(13px,3vw,14px);color:#5a5a5a;font-family:var(--font-body)}.quiz-template--claim-form .claim-form__tags{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:.5rem}.quiz-template--claim-form .claim-form__tag{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.375rem;padding:.25rem .375rem;border:1px solid #E5E7EB;border-radius:.375rem;background:#fff;-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.05);box-shadow:0 1px 2px #0000000d}.quiz-template--claim-form .claim-form__tag:hover{-webkit-box-shadow:2px 5px 10px 0px rgba(0,0,0,.07);box-shadow:2px 5px 10px #00000012}.quiz-template--claim-form .claim-form__tag-logo{width:16px;height:16px;border-radius:3px;overflow:hidden;background:#f3f4f6;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-negative:0;flex-shrink:0}.quiz-template--claim-form .claim-form__tag-logo img{width:16px;height:16px;-o-object-fit:cover;object-fit:cover}.quiz-template--claim-form .claim-form__tag-name{font-family:var(--font-body);font-weight:600;font-size:clamp(11px,2.6vw,12px);color:#111827;white-space:nowrap}.quiz-template--claim-form .claim-form__tag-remove{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:14px;height:14px;min-width:14px;background:none;border:none;padding:0;cursor:pointer;color:#9ca3af;border-radius:3px;-webkit-transition:background-color .15s ease,color .15s ease;transition:background-color .15s ease,color .15s ease}.quiz-template--claim-form .claim-form__tag-remove:hover{background-color:#f3f4f6;color:#4b5563}.quiz-template--claim-form .claim-form__tag-remove svg{display:block}.quiz-template--claim-form .claim-form__section-title{margin-bottom:1.2rem;font-family:var(--font-body);font-weight:700;font-size:clamp(16px,4vw,18px);color:#000}.quiz-template--claim-form .claim-form__fields{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.1rem}.quiz-template--claim-form .claim-form__field{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative}.quiz-template--claim-form .claim-form__label{margin-bottom:8px;font-family:var(--font-body);font-weight:600;font-size:clamp(14px,3.5vw,15px);color:#000}.quiz-template--claim-form .claim-form__required{color:#ef4444}.quiz-template--claim-form .claim-form__input,.quiz-template--claim-form .claim-form__select{width:100%;background-color:var(--color-input-secondary-bg);font-family:var(--font-body);color:var(--color-input-secondary-text);outline:none;-moz-appearance:none;appearance:none;-webkit-appearance:none;padding:.75rem 1rem;border:1px solid var(--color-input-secondary-border);border-radius:.75rem;font-size:clamp(15px,3.5vw,16px);-webkit-box-shadow:rgba(0,0,0,0) 0px 0px 0px;box-shadow:#0000 0 0;-webkit-transform:none;transform:none;-webkit-transition:all .15s cubic-bezier(.4,0,.2,1);transition:all .15s cubic-bezier(.4,0,.2,1)}.quiz-template--claim-form .claim-form__input::-webkit-input-placeholder,.quiz-template--claim-form .claim-form__select::-webkit-input-placeholder{color:var(--color-input-secondary-placeholder-text)}.quiz-template--claim-form .claim-form__input::-moz-placeholder,.quiz-template--claim-form .claim-form__select::-moz-placeholder{color:var(--color-input-secondary-placeholder-text)}.quiz-template--claim-form .claim-form__input:-ms-input-placeholder,.quiz-template--claim-form .claim-form__select:-ms-input-placeholder{color:var(--color-input-secondary-placeholder-text)}.quiz-template--claim-form .claim-form__input::-ms-input-placeholder,.quiz-template--claim-form .claim-form__select::-ms-input-placeholder{color:var(--color-input-secondary-placeholder-text)}.quiz-template--claim-form .claim-form__input::placeholder,.quiz-template--claim-form .claim-form__select::placeholder{color:var(--color-input-secondary-placeholder-text)}.quiz-template--claim-form .claim-form__input:hover,.quiz-template--claim-form .claim-form__select:hover{-webkit-box-shadow:rgba(0,0,0,.08) 0px 8px 20px;box-shadow:#00000014 0 8px 20px}.quiz-template--claim-form .claim-form__input:focus,.quiz-template--claim-form .claim-form__select:focus{border-color:var(--color-input-secondary-focus-border);-webkit-box-shadow:rgba(0,0,0,.08) 0px 8px 20px;box-shadow:#00000014 0 8px 20px}.quiz-template--claim-form .claim-form__input--error{border-color:#ef4444!important;-webkit-box-shadow:0 0 0 3px rgba(239,68,68,.1)!important;box-shadow:0 0 0 3px #ef44441a!important}.quiz-template--claim-form .claim-form__input--error:focus{border-color:#ef4444;-webkit-box-shadow:0 0 0 3px rgba(239,68,68,.15)!important;box-shadow:0 0 0 3px #ef444426!important}.quiz-template--claim-form .claim-form__error-msg{display:none;font-family:var(--font-body);font-size:clamp(12px,3vw,13px);color:#dc2626;margin:4px 0 0}.quiz-template--claim-form .claim-form__select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23667085' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1.25rem center;padding-right:3rem;cursor:pointer}.quiz-template--claim-form .quiz-template__next-button{position:fixed;bottom:0;left:0;right:0;z-index:50;padding:1rem;border-top:1px solid #E5E7EB;background:#fff}.quiz-template--claim-form .quiz-template__next-button .form-actions{width:100%;max-width:42rem;margin-left:auto;margin-right:auto;display:-webkit-box;display:-ms-flexbox;display:flex;gap:.75rem}.quiz-template--claim-form .claim-form__submit-btn{background:var(--color-btn-secondary);color:var(--color-btn-secondary-text);border-color:var(--color-btn-secondary-border);font-family:var(--font-body);-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%;padding:1rem 1.5rem;border-radius:.5rem;font-size:clamp(15px,3.5vw,16px);font-weight:600;cursor:pointer;-webkit-transition:all .15s cubic-bezier(.4,0,.2,1);transition:all .15s cubic-bezier(.4,0,.2,1)}.quiz-template--claim-form .claim-form__submit-btn:hover:not(:disabled){background:var(--color-btn-secondary-hover);color:var(--color-btn-secondary-text-hover);border-color:var(--color-btn-secondary-border-hover)}.quiz-template--claim-form .claim-form__submit-btn:disabled{background:var(--color-btn-secondary-disabled);color:var(--color-btn-secondary-text-disabled);border-color:var(--color-btn-secondary-border-disabled);cursor:not-allowed}.quiz-template--claim-form .claim-form__skip-btn{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%;background:var(--color-btn-outline);font-family:var(--font-body);padding:1rem 1.5rem;border-radius:.5rem;font-size:clamp(15px,3.5vw,16px);font-weight:600;color:#374151;border:2px solid var(--color-btn-outline-border);cursor:pointer;-webkit-transition:border-color .2s ease;transition:border-color .2s ease}.quiz-template--claim-form .claim-form__skip-btn:hover{background-color:var(--color-btn-outline-hover);border-color:var(--color-btn-outline-border-hover)}.quiz-template--claim-form .claim-form__actions{display:-webkit-box;display:-ms-flexbox;display:flex;gap:.75rem;-ms-flex-wrap:wrap;flex-wrap:wrap}.quiz-template--results-page-1{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 1rem}.results-page-1__container{max-width:800px;margin:0 auto;width:100%}.results-page-1__chart-section{margin-bottom:2rem}.results-page-1__chart-title{text-align:center;font-size:1.5rem;font-weight:700;color:#1e293b;margin-top:1rem;margin-bottom:0rem;font-family:var(--font-primary)}@media screen and (min-width: 992px){.results-page-1__chart-title{font-size:2rem;margin-bottom:3rem}}.results-page-1__chart-container{position:relative;max-width:600px;margin:0 auto}.results-page-1__chart{position:relative;width:100%}.results-page-1__chart-image{width:100%;height:auto;max-width:400px;display:block;margin:0 auto;-o-object-fit:contain;object-fit:contain}@media screen and (max-width: 767.5px){.results-page-1__chart-image{max-width:100%;height:auto;min-height:300px}}.results-page-1__chart-placeholder{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:300px;max-width:656px;aspect-ratio:656/460;border:2px dashed #d1d5db;border-radius:8px;background:#f9fafb;margin:0 auto}.results-page-1__chart-placeholder p{color:#9ca3af;font-size:.875rem;margin:0}@media screen and (max-width: 767.5px){.results-page-1__chart-placeholder{max-width:100%;height:auto;min-height:300px}}.results-page-1__disclaimer{text-align:center;margin-top:1rem;font-size:.75rem;color:#9ca3af}@media screen and (min-width: 992px){.results-page-1__disclaimer{margin-top:1.5rem;font-size:.875rem}}.results-page-1__bottom-section{text-align:center}.results-page-1__bottom-heading{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:2rem;line-height:1.3}.multiple-choice-options{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0 auto;z-index:2;position:relative;gap:1rem;margin-bottom:2rem}@media (max-width: 767.98px){.multiple-choice-options{margin-bottom:0}}.multiple-choice-options--scrollable{max-height:calc(60vh - 1.4rem);overflow-y:auto;overflow-x:hidden;-ms-scroll-chaining:none;overscroll-behavior:contain;margin-right:-1rem;padding-right:1rem;margin-left:-1rem;scrollbar-width:auto;scrollbar-color:#e5e5e5 transparent}@media (max-width: 767.98px){.multiple-choice-options--scrollable{max-height:unset;overflow-y:unset;overflow-x:unset;margin-left:0;margin-right:0;padding-right:0}}.multiple-choice-options--scrollable::-webkit-scrollbar{width:2px}.multiple-choice-options--scrollable::-webkit-scrollbar-track{background:transparent}.multiple-choice-options--scrollable::-webkit-scrollbar-thumb{background-color:#00000040;border-radius:999px}.multiple-choice-options--scrollable::-webkit-scrollbar-thumb:hover{background-color:#0006}.multiple-choice-option{background:var(--color-choice-bg);width:100%;padding:1.1rem;gap:.75rem;border:2px solid var(--color-choice-border);border-radius:1rem;-webkit-transition:all .15s cubic-bezier(.4,0,.2,1);transition:all .15s cubic-bezier(.4,0,.2,1);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.multiple-choice-option:hover{border-color:var(--color-choice-border-hover)}.multiple-choice-option.selected{background:var(--color-choice-bg-selected);border-color:var(--color-choice-border-selected)}.multiple-choices-options--multiple .multiple-choice-option.selected:after{background:#1b6f4e;border-color:#1b6f4e;background-image:url('data:image/svg+xml,<svg width="20" height="20" style="position:relative; left:-1px;" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg" class="mr-4 flex-none text-accent"><path d="M14.6668 6.5L8.25016 12.9167L5.3335 10" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path></svg>');display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.multiple-choices-options--multiple .multiple-choice-option.selected .multiple-choices-option__label{color:#1b6f4e;font-weight:500}.multiple-choice-option__image{-ms-flex-negative:0;flex-shrink:0;width:1.6rem;height:1.6rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.multiple-choice-option__image .multiple-choice-option__emoji{font-size:1.875rem;line-height:2.25rem}.multiple-choice-option__image-element{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.multiple-choice-option__text{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;text-align:left!important}.multiple-choice-options--left .multiple-choice-option__text{padding-left:0}.multiple-choice-options--right .multiple-choice-option__text{padding-right:0}.multiple-choice-option__label{color:var(--color-choice-text);font-family:var(--font-body);font-size:clamp(15px,4vw,19px);font-weight:500;text-align:center}.multiple-choice-template--multiple .multiple-choice-option{position:relative}.multiple-choice-template--multiple .multiple-choice-option:after{content:"";position:absolute;top:50%;right:1rem;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:20px;height:20px;min-width:20px;border:2px solid var(--color-input-primary-border);border-radius:3px;background:#fff;z-index:2}.multiple-choice-template--multiple .multiple-choice-option.selected{border-color:var(--color-choice-border-selected);background:var(--color-choice-bg-selected)}.multiple-choice-template--multiple .multiple-choice-option.selected:after{background:var(--color-choice-border-selected);border-color:var(--color-choice-border-selected);background-image:url('data:image/svg+xml,<svg width="20" height="20" style="position:relative; left:-1px;" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg" class="mr-4 flex-none text-accent"><path d="M14.6668 6.5L8.25016 12.9167L5.3335 10" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path></svg>');display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-position:-1px -1px}@-webkit-keyframes chipFadeIn{0%{opacity:0;-webkit-transform:scale(.85);transform:scale(.85)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes chipFadeIn{0%{opacity:0;-webkit-transform:scale(.85);transform:scale(.85)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.multiple-choice-options--inline{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:.5rem;max-width:500px}@media (max-width: 767.98px){.multiple-choice-options--inline{max-width:unset;padding-bottom:2rem}}.multiple-choice-options--inline .multiple-choice-option{min-height:unset;width:auto;padding:.875rem 1rem;border-radius:9999px;background:#f5f5f5;border:1px solid transparent;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:.5rem}.multiple-choice-options--inline .multiple-choice-option:hover{-webkit-transform:none;transform:none;-webkit-box-shadow:none;box-shadow:none;background:#ebebeb}.multiple-choice-options--inline .multiple-choice-option:after{display:none!important}.multiple-choice-options--inline .multiple-choice-option.selected,.multiple-choice-options--inline .multiple-choice-option--selected{background:#1c7359;border-color:#1c7359;color:#fff}.multiple-choice-options--inline .multiple-choice-option.selected .multiple-choice-option__label,.multiple-choice-options--inline .multiple-choice-option--selected .multiple-choice-option__label{color:#fff;font-weight:500}.multiple-choice-options--inline .multiple-choice-option__image{width:24px;height:24px;-ms-flex-negative:0;flex-shrink:0}.multiple-choice-options--inline .multiple-choice-option__image-element{width:24px;height:24px;border-radius:4px;-o-object-fit:cover;object-fit:cover}.multiple-choice-options--inline .multiple-choice-option__emoji{font-size:1.25rem;line-height:1}.multiple-choice-options--inline .multiple-choice-option__text{padding:0;margin:0;-webkit-box-flex:unset;-ms-flex:unset;flex:unset}.multiple-choice-options--inline .multiple-choice-option__label{font-size:1rem;font-weight:600;min-height:unset;white-space:nowrap}.multiple-choice-options--inline .multiple-choice-option--hidden{display:none}.multiple-choice-options--inline .multiple-choice-option--revealed{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-animation:chipFadeIn .25s ease forwards;animation:chipFadeIn .25s ease forwards}.multiple-choice-options--inline .multiple-choice-show-more-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:.875rem 1rem;border-radius:9999px;border:1px dashed #1C7359;color:#1c7359;background:transparent;cursor:pointer;-webkit-transition:background .2s ease;transition:background .2s ease;font-size:1rem;font-weight:600;white-space:nowrap}.multiple-choice-options--inline .multiple-choice-show-more-btn:hover{background:#e8f5ef}.multiple-choice-other-container{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #e2e8f0;-webkit-box-shadow:0 -4px 20px rgba(0,0,0,.1);box-shadow:0 -4px 20px #0000001a;z-index:1000;padding:1rem}@media screen and (min-width: 992px){.multiple-choice-other-container{padding:1.5rem 2rem}}.multiple-choice-other-content{max-width:600px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem}@media screen and (min-width: 992px){.multiple-choice-other-content{-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1.5rem}}.multiple-choice-other-label{font-size:1rem;font-weight:600;color:var(--main-text);margin:0}@media screen and (min-width: 992px){.multiple-choice-other-label{white-space:nowrap;font-size:1.1rem}}.multiple-choice-other-text{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:.75rem 1rem;border:1px solid #e2e8f0;border-radius:.5rem;font-size:1rem;color:var(--main-text);background:#fff;-webkit-transition:border-color .2s ease,-webkit-box-shadow .2s ease;transition:border-color .2s ease,-webkit-box-shadow .2s ease;transition:border-color .2s ease,box-shadow .2s ease;transition:border-color .2s ease,box-shadow .2s ease,-webkit-box-shadow .2s ease}.multiple-choice-other-text:focus{outline:none;border-color:#1b6f4e;-webkit-box-shadow:0 0 0 3px rgba(27,111,78,.1);box-shadow:0 0 0 3px #1b6f4e1a}.multiple-choice-other-text::-webkit-input-placeholder{color:#9ca3af}.multiple-choice-other-text::-moz-placeholder{color:#9ca3af}.multiple-choice-other-text:-ms-input-placeholder{color:#9ca3af}.multiple-choice-other-text::-ms-input-placeholder{color:#9ca3af}.multiple-choice-other-text::placeholder{color:#9ca3af}@media screen and (min-width: 768px){.multiple-choice-other-text{font-size:.875rem;padding:.625rem .875rem}}.multiple-choice-other-submit{background:#1b6f4e;color:#fff;border:none;border-radius:8px;padding:.75rem 2rem;font-size:16px;font-weight:600;text-transform:uppercase;cursor:pointer;-webkit-transition:all .2s ease;transition:all .2s ease;-webkit-box-shadow:0 4px 12px rgba(27,111,78,.3);box-shadow:0 4px 12px #1b6f4e4d;white-space:nowrap}.multiple-choice-other-submit:disabled{background:#ccc;color:#888;cursor:not-allowed;-webkit-box-shadow:none;box-shadow:none}.multiple-choice-other-submit:disabled:hover{-webkit-transform:none;transform:none}.multiple-choice-other-submit:not(:disabled):hover{background:#146344;-webkit-transform:translateY(-2px);transform:translateY(-2px);-webkit-box-shadow:0 6px 16px rgba(27,111,78,.4);box-shadow:0 6px 16px #1b6f4e66}.multiple-choice-other-submit:not(:disabled):active{-webkit-transform:translateY(0);transform:translateY(0)}.multiple-choice-other-submit__text{display:block}@media screen and (min-width: 768px){.multiple-choice-other-submit{width:100%;padding:1rem 1.5rem}}.quiz-template--multiple-choices,.multiple-choice-template{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative;max-width:28rem;margin-left:auto;margin-right:auto;width:100%;padding-top:1.5rem}@media (max-width: 767.98px){.quiz-template--multiple-choices,.multiple-choice-template{max-height:calc(100dvh - 130px);height:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow-x:hidden;overflow-y:auto;-ms-scroll-chaining:none;overscroll-behavior:contain;padding-top:1rem}.quiz-template--multiple-choices.multiple-choice-template--scrollable,.multiple-choice-template.multiple-choice-template--scrollable,.quiz-template--multiple-choices.multiple-choice-template--show-more,.multiple-choice-template.multiple-choice-template--show-more{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.quiz-template--multiple-choices .quiz-template__options,.multiple-choice-template .quiz-template__options{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.quiz-template--multiple-choices .step-icons,.multiple-choice-template .step-icons{position:absolute;z-index:10;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transform:translateY(-35%);transform:translateY(-35%);top:0;left:.5rem}.quiz-template--multiple-choices .step-icons .icon,.multiple-choice-template .step-icons .icon{width:10rem;height:auto;color:transparent;-webkit-transform:rotate(-8deg);transform:rotate(-8deg);margin-left:0;z-index:1}@media (max-width: 767.98px){.quiz-template--multiple-choices .step-icons .icon,.multiple-choice-template .step-icons .icon{width:6rem}}.quiz-template--multiple-choices .step-icons .icon--2,.multiple-choice-template .step-icons .icon--2{-webkit-transform:rotate(8deg);transform:rotate(8deg);margin-left:clamp(-48px,-6vw,-36px);z-index:2}.quiz-step-style-boxed-1 .quiz-template--multiple-choices,.quiz-step-style-boxed-1 .multiple-choice-template{max-width:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;height:100%;-webkit-box-flex:1;-ms-flex:1;flex:1;position:inherit;padding-top:.5rem}.quiz-step-style-boxed-1 .quiz-template--multiple-choices .quiz-template__options,.quiz-step-style-boxed-1 .multiple-choice-template .quiz-template__options{margin-top:auto}@media (max-width: 767.98px){.quiz-step-style-boxed-1 .quiz-template--multiple-choices,.quiz-step-style-boxed-1 .multiple-choice-template{max-height:unset;overflow-x:unset;overflow-y:unset;padding-top:0}}.quiz-step-style-boxed-2 .quiz-template--multiple-choices,.quiz-step-style-boxed-2 .multiple-choice-template{max-width:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;height:100%;-webkit-box-flex:1;-ms-flex:1;flex:1;position:inherit}.quiz-step-style-boxed-2 .quiz-template--multiple-choices .quiz-template__options,.quiz-step-style-boxed-2 .multiple-choice-template .quiz-template__options{margin-top:auto}.quiz-step-style-standard-centered-2 .quiz-template--multiple-choices,.quiz-step-style-standard-centered-2 .multiple-choice-template{max-width:36rem}.quiz-step-style-standard-centered-2 .quiz-template--multiple-choices .quiz-template__main-title,.quiz-step-style-standard-centered-2 .quiz-template--multiple-choices .quiz-template__subtitle,.quiz-step-style-standard-centered-2 .multiple-choice-template .quiz-template__main-title,.quiz-step-style-standard-centered-2 .multiple-choice-template .quiz-template__subtitle{text-align:center}.quiz-template--multiple-choices.multiple-choice-template--scrollable .quiz-template__next-button,.multiple-choice-template.multiple-choice-template--scrollable .quiz-template__next-button{position:fixed;padding:1.25rem 1.5rem;background-color:var(--color-bg-primary);border-top:var(--color-bg-primary) solid 1px;bottom:0;left:0;right:0}@media (max-width: 767.98px){.quiz-template--multiple-choices.multiple-choice-template--scrollable .quiz-template__next-button,.multiple-choice-template.multiple-choice-template--scrollable .quiz-template__next-button{padding:.75rem 1rem}}.quiz-template--multiple-choices.multiple-choice-template--scrollable .quiz-template__next-button .quiz-step-submit-button,.multiple-choice-template.multiple-choice-template--scrollable .quiz-template__next-button .quiz-step-submit-button{max-width:28rem;margin:0 auto}@media (max-width: 767.98px){.quiz-template--multiple-choices.multiple-choice-template--scrollable .quiz-template__next-button .quiz-step-submit-button,.multiple-choice-template.multiple-choice-template--scrollable .quiz-template__next-button .quiz-step-submit-button{max-width:100%}}.multiple-choices-container{position:relative;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;margin:0 auto;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.multiple-choices-options{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0 auto;z-index:2;position:relative;gap:.75rem;margin-bottom:1.5rem}@media screen and (min-width: 768px){.multiple-choices-options{gap:1rem;margin-bottom:2rem}}.quiz-step-style-boxed-1 .multiple-choices-options{margin-bottom:0}.multiple-choices-background-fixed{position:fixed;bottom:0;right:0;z-index:1;height:400px;width:100%;max-width:400px;opacity:0;-webkit-animation:fadeInBackground .3s ease-in-out .4s forwards;animation:fadeInBackground .3s ease-in-out .4s forwards}@media screen and (min-width: 992px){.multiple-choices-background-fixed{height:500px}}@media screen and (min-width: 1200px){.multiple-choices-background-fixed{height:600px;max-width:580px}}.multiple-choices-background-fixed__image{z-index:-10;height:400px;width:100%;background-size:contain;background-position:right bottom;background-repeat:no-repeat;-o-object-fit:contain;object-fit:contain}@media screen and (min-width: 992px){.multiple-choices-background-fixed__image{height:500px}}@media screen and (min-width: 1200px){.multiple-choices-background-fixed__image{height:600px}}@-webkit-keyframes fadeInBackground{0%{opacity:0}to{opacity:1}}@keyframes fadeInBackground{0%{opacity:0}to{opacity:1}}.quiz-template--book-selection .quiz-template__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:2rem}@media screen and (min-width: 992px){.quiz-template--book-selection .quiz-template__content{gap:2.5rem}}@media screen and (min-width: 1200px){.quiz-template--book-selection .quiz-template__content{gap:3rem}}.book-selection__name-input{width:100%;max-width:500px;margin-bottom:1rem;padding:0 1rem}@media screen and (min-width: 992px){.book-selection__name-input{margin-bottom:1.5rem}}.book-selection__input{width:100%;padding:1rem 1.5rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;font-weight:500;background:#fff;color:#333;-webkit-transition:border-color .2s ease,-webkit-box-shadow .2s ease;transition:border-color .2s ease,-webkit-box-shadow .2s ease;transition:border-color .2s ease,box-shadow .2s ease;transition:border-color .2s ease,box-shadow .2s ease,-webkit-box-shadow .2s ease}.book-selection__input::-webkit-input-placeholder{color:#999;font-weight:400}.book-selection__input::-moz-placeholder{color:#999;font-weight:400}.book-selection__input:-ms-input-placeholder{color:#999;font-weight:400}.book-selection__input::-ms-input-placeholder{color:#999;font-weight:400}.book-selection__input::placeholder{color:#999;font-weight:400}.book-selection__input:focus{outline:none;border-color:var(--color-primary, #007cba);-webkit-box-shadow:0 0 0 3px rgba(0,124,186,.1);box-shadow:0 0 0 3px #007cba1a}.book-selection__input:invalid{border-color:#dc3545}@media screen and (min-width: 992px){.book-selection__input{padding:1.25rem 1.5rem;font-size:1.1rem}}.book-selection__book-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:2rem;width:100%}@media screen and (min-width: 992px){.book-selection__book-container{gap:2.5rem}}.book-selection__book-display{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;gap:1rem}@media screen and (min-width: 992px){.book-selection__book-display{gap:1.5rem}}.book-selection__book-main img{max-width:300px;height:auto;-webkit-box-shadow:0 4px 12px rgba(0,0,0,.15);box-shadow:0 4px 12px #00000026;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}@media screen and (min-width: 992px){.book-selection__book-main img{max-width:255px}}.book-selection__colors{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1rem;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (min-width: 992px){.book-selection__colors{gap:1.5rem}}.book-selection__color-btn{width:2rem;height:2rem;border:2px solid transparent;border-radius:50%;cursor:pointer;position:relative;-webkit-transition:all .2s ease;transition:all .2s ease;background:#000;padding:0}.book-selection__color-btn:hover{-webkit-transform:scale(1.1);transform:scale(1.1);border-color:#ffffff4d}.book-selection__color-btn.selected{border-color:#fffc;-webkit-transform:scale(1.15);transform:scale(1.15)}.book-selection__color-btn.selected .book-selection__color-checkmark{opacity:1;-webkit-transform:scale(1);transform:scale(1)}@media screen and (min-width: 992px){.book-selection__color-btn{width:3.5rem;height:3.5rem}}.book-selection__color-inner{position:relative;width:100%;height:100%;border-radius:50%;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.book-selection__color-checkmark{position:relative;-webkit-transform:scale(0);transform:scale(0);opacity:0;-webkit-transition:all .2s ease;transition:all .2s ease;width:1.5rem;height:1.5rem}.book-selection__color-checkmark .book-selection__checkmark-icon{width:100%;height:100%;fill:#fff}.quiz-template--book-result .quiz-template__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.book-result__spacer{margin-top:2rem}@media screen and (min-width: 992px){.book-result__spacer{margin-top:4rem}}.book-result-container{width:100%;max-width:600px;margin:0 auto;text-align:center}.book-result__congratulations{padding:1.5rem 1rem;margin-bottom:0;text-align:center}@media screen and (min-width: 992px){.book-result__congratulations{margin-top:2rem;padding:2rem 1.5rem;width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw}}.book-result__congratulations-title{font-weight:700;color:#000;font-size:1.5rem;line-height:1.3;margin:0 0 .5rem;padding:0}@media screen and (min-width: 992px){.book-result__congratulations-title{font-size:1.875rem;margin-bottom:.75rem}}.book-result__congratulations-subtitle{font-weight:700;color:#000;font-size:1.125rem;line-height:1.4;margin:0!important;padding:0}@media screen and (min-width: 992px){.book-result__congratulations-subtitle{font-size:1.25rem}}.book-result__display{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (min-width: 992px){.book-result__display{margin-bottom:1rem}}.book-result__books{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;gap:1rem}@media screen and (min-width: 992px){.book-result__books{gap:1.5rem}}.book-result__main-book{position:relative}.book-result__main-book img{max-width:calc(100% - 4rem);left:0;right:0;margin:auto;height:auto}@media screen and (min-width: 576px){.book-result__main-book{max-width:100%}}@media screen and (min-width: 1200px){.book-result__main-book img{max-width:320px}}@font-face{font-family:Capitolina Semibold;src:url() format("opentype");font-weight:500;font-style:normal;font-display:swap}.book-result__name-overlay{position:absolute;inset:19% 0 0;margin:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:2}.book-result__name-text{font-family:Capitolina Semibold,Poppins,sans-serif;font-weight:500;font-size:4.5vw;white-space:nowrap;color:#fff!important;margin:0!important;padding:0;line-height:1;display:inline-block}@media screen and (min-width: 576px){.book-result__name-text{font-size:1.7rem}}@media screen and (min-width: 1200px){.book-result__name-text{font-size:1.2rem}}.book-result__buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem;width:100%;max-width:400px;margin:0 auto}@media screen and (min-width: 992px){.book-result__buttons{gap:1.5rem;max-width:500px}}.quiz-template__button--primary{background:var(--color-primary, #7cb342);color:#fff}.quiz-template__button--primary:hover{background:var(--color-primary-dark, #689f38)}.quiz-template__button--secondary{background:var(--color-secondary, #8bc34a);color:#fff}.quiz-template__button--secondary:hover{background:var(--color-secondary-dark, #7cb342)}.book-selection-continue-btn{width:100%;background:#1b6f4e;color:#fff;border:none;border-radius:8px;padding:16px 24px;font-size:1rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease;position:relative;overflow:hidden}.book-selection-continue-btn:hover:not(:disabled){background:#1b6f4e;-webkit-transform:translateY(-2px);transform:translateY(-2px);-webkit-box-shadow:0 8px 20px rgba(27,111,78,.3);box-shadow:0 8px 20px #1b6f4e4d}.book-selection-continue-btn:active:not(:disabled){-webkit-transform:translateY(0);transform:translateY(0);-webkit-box-shadow:0 4px 12px rgba(27,111,78,.2);box-shadow:0 4px 12px #1b6f4e33}.book-selection-continue-btn:disabled{background:#ccc;cursor:not-allowed;-webkit-transform:none;transform:none;-webkit-box-shadow:none;box-shadow:none}.book-selection-continue-btn__text{position:relative;z-index:1}@media screen and (min-width: 992px){.book-selection-continue-btn{font-size:1.1rem;padding:18px 32px}}.book-result-continue-btn{width:100%;background:#1b6f4e;color:#fff;border:none;border-radius:8px;padding:16px 24px;font-size:1rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease;position:relative;overflow:hidden;margin-bottom:1rem;display:block;text-align:center;text-decoration:none}.book-result-continue-btn[href]{display:block;text-decoration:none;color:#fff}.book-result-continue-btn:hover{background:#146344;-webkit-transform:translateY(-2px);transform:translateY(-2px);-webkit-box-shadow:0 8px 20px rgba(27,111,78,.3);box-shadow:0 8px 20px #1b6f4e4d;color:#fff;text-decoration:none}.book-result-continue-btn:active{-webkit-transform:translateY(0);transform:translateY(0);-webkit-box-shadow:0 4px 12px rgba(86,83,254,.2);box-shadow:0 4px 12px #5653fe33}.book-result-continue-btn__text{position:relative;z-index:1}@media screen and (min-width: 992px){.book-result-continue-btn{font-size:1.1rem;padding:18px 32px}}.book-result-change-btn{width:100%;background:transparent;color:#666;border:2px solid #e0e0e0;border-radius:8px;padding:16px 24px;font-size:1rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease;position:relative;overflow:hidden}.book-result-change-btn:hover{background:#f5f5f5;border-color:#ccc;color:#333;-webkit-transform:translateY(-1px);transform:translateY(-1px);-webkit-box-shadow:0 4px 12px rgba(0,0,0,.1);box-shadow:0 4px 12px #0000001a}.book-result-change-btn:active{-webkit-transform:translateY(0);transform:translateY(0);-webkit-box-shadow:0 2px 6px rgba(0,0,0,.1);box-shadow:0 2px 6px #0000001a}.book-result-change-btn__text{position:relative;z-index:1}@media screen and (min-width: 992px){.book-result-change-btn{font-size:1.1rem;padding:18px 32px}}.book-selection__no-data{background:#fff3cd;border:1px solid #ffeaa7;border-radius:8px;padding:1rem;margin:1rem 0;font-size:.9rem;line-height:1.4}.book-selection__no-data p{margin:.5rem 0}.book-selection__no-data p:first-child{margin-top:0}.book-selection__no-data p:last-child{margin-bottom:0}.book-selection__no-data a{color:#0073aa;text-decoration:underline}.book-selection__no-data a:hover{color:#005177}.multiple-choices-option{background:var(--color-choice-bg);width:100%;padding:1.5rem 1rem;border:2px solid var(--color-choice-border);border-radius:1rem;-webkit-transition:all .15s cubic-bezier(.4,0,.2,1);transition:all .15s cubic-bezier(.4,0,.2,1)}@media (max-width: 767.98px){.multiple-choices-option{padding-top:1rem;padding-bottom:1rem}}.multiple-choices-option:hover{border-color:var(--color-choice-border-hover)}.multiple-choices-options--multiple .multiple-choices-option{padding-right:3rem}.multiple-choices-options--multiple .multiple-choices-option:after{content:"";position:absolute;top:50%;right:1rem;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:20px;height:20px;min-width:20px;border:1px solid #efefef;border-radius:3px;background:#fff;z-index:2}.multiple-choices-option.selected{background:var(--color-choice-bg-selected);border-color:var(--color-choice-border-selected)}.multiple-choices-options--multiple .multiple-choices-option.selected:after{background:#1b6f4e;border-color:#1b6f4e;background-image:url('data:image/svg+xml,<svg width="20" height="20" style="position:relative; left:-1px;" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg" class="mr-4 flex-none text-accent"><path d="M14.6668 6.5L8.25016 12.9167L5.3335 10" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path></svg>');display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.multiple-choices-options--multiple .multiple-choices-option.selected .multiple-choices-option__label{color:#1b6f4e;font-weight:600}.multiple-choices-option__text{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.multiple-choices-option__label{color:var(--color-choice-text);font-family:var(--font-body);font-size:clamp(15px,4vw,19px);font-weight:500;text-align:center}.multiple-choices-option__subtitle{font-size:14px;font-weight:400;line-height:1.3;color:#6b7280;margin-top:.125rem}.quiz-template__next-button{width:100%;z-index:100}@media (max-width: 767.98px){.quiz-template__next-button{position:fixed;padding:.75rem 1rem;bottom:0;left:0;right:0;background-color:var(--color-bg-primary);border-top:var(--color-bg-primary) solid 1px}}.multiple-choices-next-btn{width:100%;background:#1b6f4e;color:#fff;border:none;border-radius:8px;padding:1rem 1.5rem;font-size:16px;font-weight:600;text-transform:uppercase;cursor:pointer;-webkit-transition:all .2s ease;transition:all .2s ease;-webkit-box-shadow:0 4px 12px rgba(27,111,78,.3);box-shadow:0 4px 12px #1b6f4e4d}.multiple-choices-next-btn:disabled{background:#ccc;color:#888;cursor:not-allowed;-webkit-box-shadow:none;box-shadow:none}.multiple-choices-next-btn:disabled:hover{-webkit-transform:none;transform:none}.multiple-choices-next-btn:not(:disabled):hover{background:#146344;-webkit-transform:translateY(-2px);transform:translateY(-2px);-webkit-box-shadow:0 6px 16px rgba(27,111,78,.4);box-shadow:0 6px 16px #1b6f4e66}.multiple-choices-next-btn:not(:disabled):active{-webkit-transform:translateY(0);transform:translateY(0)}.multiple-choices-next-btn__text{display:block}.quiz-step-style-boxed-2 .text-page-template__button{position:relative;left:0;right:0;-webkit-transform:none;transform:none;max-width:100%;padding:0;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.625rem;margin-top:auto}@media (max-width: 767.98px){.quiz-template--text-page{-webkit-box-orient:inherit;-webkit-box-direction:inherit;-ms-flex-direction:inherit;flex-direction:inherit;height:100%}}@media (max-width: 767.98px){.quiz-step-style-boxed-2 .quiz-template--text-page{min-height:calc(75dvh - 5.5rem)}}.quiz-template--text-page .text-page-template__container{width:100%}@media (max-width: 767.98px){.quiz-template--text-page .text-page-template__container{height:100%;max-height:calc(100dvh - 130px);overflow-x:hidden;overflow-y:auto;-ms-scroll-chaining:none;overscroll-behavior:contain}}.quiz-step-style-boxed-2 .quiz-template--text-page .text-page-template__container{max-height:unset;overflow-x:unset;overflow-y:unset;-ms-scroll-chaining:unset;overscroll-behavior:unset;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important;-webkit-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important;height:auto!important}.quiz-template--text-page .text-page-template__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%}@media (max-width: 767.98px){.quiz-template--text-page .text-page-template__content{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.quiz-step-style-boxed-2 .quiz-template--text-page .text-page-template__content{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}@media (max-width: 767.98px){.quiz-step-style-boxed-2 .quiz-template--text-page .text-page-template__content{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}}.quiz-template--text-page .text-page-template__layout{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;height:auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1.5rem}@media (max-width: 767.98px){.quiz-template--text-page .text-page-template__layout{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;gap:0;display:block;padding-top:1.5rem}}.quiz-step-style-boxed-2 .quiz-template--text-page .text-page-template__layout{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:0;padding-top:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;height:auto}@media (max-width: 767.98px){.quiz-step-style-boxed-2 .quiz-template--text-page .text-page-template__layout{display:-webkit-box;display:-ms-flexbox;display:flex}}.quiz-template--text-page .text-page-template__image{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%;min-width:0;position:relative;z-index:10;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:clamp(350px,70vh,1400px);max-height:calc(100vh - 180px);padding:1.5rem 0;-ms-flex-negative:0;flex-shrink:0}@media (max-width: 767.98px){.quiz-template--text-page .text-page-template__image{height:60vh;padding:1rem 0;max-height:unset}}.quiz-template--text-page .text-page-template__image .text-image{position:relative;width:100%;height:100%}.quiz-step-style-boxed-2 .quiz-template--text-page .text-page-template__image .text-image{margin-top:auto;width:6rem;right:.5rem;position:absolute;bottom:0;height:auto;-webkit-transform:translateY(-100%);transform:translateY(-100%);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}@media (max-width: 767.98px){.quiz-step-style-boxed-2 .quiz-template--text-page .text-page-template__image .text-image{width:70px;bottom:0;right:1.3rem;-webkit-transform:none;transform:none;position:relative}}.quiz-template--text-page .text-page-template__image .text-page-template__main-image{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;color:transparent}.quiz-step-style-boxed-2 .quiz-template--text-page .text-page-template__image .text-page-template__main-image{width:100%;height:auto;position:relative}.quiz-step-style-boxed-2 .quiz-template--text-page .text-page-template__image{position:unset;min-height:80px;padding:0;height:auto;-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.quiz-template--text-page .text-page-template__button{position:fixed;bottom:1rem;left:50%;width:100%;max-width:400px;padding:0 1rem;z-index:100}.quiz-step-style-boxed-2 .quiz-template--text-page .text-page-template__button{position:relative;left:0;right:0;-webkit-transform:none;transform:none;max-width:100%;padding:0;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.625rem}@media screen and (min-width: 768px){.quiz-step-style-boxed-2 .quiz-template--text-page .text-page-template__button{margin-top:1rem}}.quiz-template--text-page .text-page-template__text{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%;max-width:36rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-right:2.5rem}@media (max-width: 767.98px){.quiz-template--text-page .text-page-template__text{-webkit-box-flex:0;-ms-flex:none;flex:none;max-width:100%;padding:0}}@media (min-width: 768px) and (max-width: 1023.98px){.quiz-template--text-page .text-page-template__text{padding-right:1.5rem}}.quiz-step-style-boxed-2 .quiz-template--text-page .text-page-template__text{padding:0}.quiz-template--text-page .text-page-template__text .text-page-template__button{position:relative;-webkit-transform:none;transform:none;left:0;bottom:0;max-width:inherit;padding:0}@media (max-width: 767.98px){.quiz-template--text-page .text-page-template__text .text-page-template__button{position:fixed;padding:.75rem 1rem;background-color:var(--color-bg-primary);border-top:var(--color-bg-primary) solid 1px}}.quiz-template--text-page .text-page-template__wysiwyg h1{font-family:var(--font-display);font-size:clamp(32px,8.5vw,50px);font-weight:800;line-height:1.05;letter-spacing:-.025em;margin-bottom:clamp(20px,4.5vh,32px);overflow-wrap:break-word;color:var(--color-heading-primary)}.quiz-template--text-page .text-page-template__wysiwyg h1 span{color:var(--color-heading-highlight);font-weight:900}.quiz-step-style-boxed-2 .quiz-template--text-page .text-page-template__wysiwyg h1{font-weight:800;font-size:clamp(28px,7.5vw,43px);line-height:1.1;letter-spacing:-.01em;margin-bottom:clamp(10px,2dvh,24px);overflow-wrap:break-word}.quiz-step-style-boxed-2 .quiz-template--text-page .text-page-template__wysiwyg h1 span.large{font-size:clamp(42px,12vw,68px);margin-bottom:clamp(10px,2dvh,5px)}.quiz-step-style-boxed-2 .quiz-template--text-page .text-page-template__wysiwyg.custom-values-content h1 span.large{margin-top:0;display:block}.quiz-template--text-page .text-page-template__wysiwyg p{font-family:var(--font-body);line-height:1.625;letter-spacing:-.025em;color:#5a5a5a;font-size:clamp(15px,3.2vw,19px);margin-bottom:clamp(16px,3.5vh,24px)}.quiz-step-style-boxed-2 .quiz-template--text-page .text-page-template__wysiwyg p{font-weight:400;font-size:clamp(15px,2.8vw,15px);line-height:1.4;letter-spacing:-.01em;color:#5a5a5a;margin-bottom:clamp(12px,3dvh,34px);width:100%}.quiz-template--text-page .text-page-template__wysiwyg h2,.quiz-template--text-page .text-page-template__wysiwyg h3,.quiz-template--text-page .text-page-template__wysiwyg h4,.quiz-template--text-page .text-page-template__wysiwyg h5,.quiz-template--text-page .text-page-template__wysiwyg h6{font-family:var(--font-display);margin-bottom:clamp(8px,2vh,16px)}.quiz-template--text-page .text-page-template__wysiwyg ul,.quiz-template--text-page .text-page-template__wysiwyg ol{margin:.5rem 0;padding-left:1.5rem}.quiz-template--text-page .text-page-template__wysiwyg ul{list-style:none;padding-left:0}.quiz-template--text-page .text-page-template__wysiwyg ul li{position:relative;padding-left:2rem;margin-bottom:.5rem}.quiz-template--text-page .text-page-template__wysiwyg ul li:before{content:"";position:absolute;left:0;top:.125rem;width:1.25rem;height:1.25rem;background-image:url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="24" height="24" fill="white"/><path d="M5 13.3636L8.03559 16.3204C8.42388 16.6986 9.04279 16.6986 9.43108 16.3204L19 7" stroke="%23228B22" stroke-linecap="round" stroke-linejoin="round"/></svg>');background-size:contain;background-repeat:no-repeat;background-position:center}.quiz-template--text-page .text-page-template__wysiwyg strong,.quiz-template--text-page .text-page-template__wysiwyg b{font-weight:600}.quiz-template--text-page .text-page-template__footer{margin-top:auto;padding:1rem 1rem 6rem}.quiz-step-style-standard-centered-2 .text-page-template__button.outside-content{position:fixed;padding:1.25rem 1.5rem;background-color:var(--color-bg-primary);border-top:var(--color-bg-primary) solid 1px;bottom:0;left:0;right:0;z-index:99}.quiz-step-style-standard-centered-2 .text-page-template__button.outside-content .quiz-step-submit-button{max-width:36rem;margin:0 auto}.text-page-continue-btn{width:100%;background:#1b6f4e;color:#fff;border:none;border-radius:8px;padding:1rem 1.5rem;max-width:400px;font-size:16px;font-weight:600;text-transform:uppercase;cursor:pointer;-webkit-transition:all .2s ease;transition:all .2s ease;-webkit-box-shadow:0 8px 24px rgba(27,111,78,.3);box-shadow:0 8px 24px #1b6f4e4d}.text-page-continue-btn:hover{background:#146344;-webkit-transform:translateY(-2px);transform:translateY(-2px);-webkit-box-shadow:0 12px 32px rgba(27,111,78,.4);box-shadow:0 12px 32px #1b6f4e66}.text-page-continue-btn:active{-webkit-transform:translateY(0);transform:translateY(0)}.text-page-continue-btn__text{display:block}.quiz-template--intro{max-width:36rem;margin-left:auto;margin-right:auto;padding-bottom:5rem}.quiz-template--intro .intro-template__items{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;gap:.5rem;margin-bottom:1.25rem}@media screen and (min-width: 768px){.quiz-template--intro .intro-template__items{gap:1rem;margin-bottom:1.75rem}}.quiz-template--intro .intro-template__item{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.5rem;background:#fff;border:1px solid #B3EE97;border-radius:.75rem;padding:.5rem .625rem;-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.05);box-shadow:0 1px 2px #0000000d}@media screen and (min-width: 768px){.quiz-template--intro .intro-template__item{gap:.75rem;border-radius:1rem;padding:.75rem 1rem}}.quiz-template--intro .intro-template__item-image{-ms-flex-negative:0;flex-shrink:0;width:1.5rem;height:1.5rem}@media screen and (min-width: 768px){.quiz-template--intro .intro-template__item-image{width:2rem;height:2rem}}.quiz-template--intro .intro-template__item-text{min-width:0}.quiz-template--intro .intro-template__item-title{font-size:8px;font-weight:600;line-height:1.25;letter-spacing:.025em;text-transform:uppercase;white-space:nowrap;color:#6b7280;margin:0}@media screen and (min-width: 768px){.quiz-template--intro .intro-template__item-title{font-size:11px}}.quiz-template--intro .intro-template__item-desc{font-size:10px;font-weight:700;line-height:1.25;white-space:nowrap;color:#111827;margin:.125rem 0 0}@media screen and (min-width: 768px){.quiz-template--intro .intro-template__item-desc{font-size:.875rem}}.quiz-template--intro .quiz-template__header{font-size:32px;font-weight:400;line-height:1.08;letter-spacing:-.025em;margin-bottom:1.25rem;overflow-wrap:break-word;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.quiz-template--intro .quiz-template__header .quiz-template__main-title{text-align:center;margin:0}.quiz-template--intro .intro-template__container{width:100%}.quiz-template--intro .intro-template__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.quiz-template--intro .intro-template__layout{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.quiz-template--intro .intro-template__image{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:1.25rem}@media screen and (min-width: 768px){.quiz-template--intro .intro-template__image{margin-bottom:1.75rem}}.quiz-template--intro .intro-template__image .intro-template__main-image{width:100%;height:auto;border-radius:1rem;-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.05);box-shadow:0 1px 2px #0000000d}.quiz-template--intro .intro-template__button{position:fixed;padding:1rem 1.5rem;background-color:var(--color-bg-primary);border-top:var(--color-bg-primary) solid 1px;bottom:0;left:0;right:0}.quiz-template--intro .intro-template__button .quiz-step-submit-button{max-width:36rem;margin:0 auto}.quiz-template--intro .intro-template__text{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-top:1.5rem}@media screen and (min-width: 768px){.quiz-template--intro .intro-template__text{padding-top:0;padding-right:1.5rem;max-width:36rem}}@media screen and (min-width: 1024){.quiz-template--intro .intro-template__text{padding-right:2.5rem}}.quiz-step-style-boxed-2 .quiz-template--intro .intro-template__text{padding:0}.quiz-template--intro .intro-template__text .intro-template__button{position:relative;-webkit-transform:none;transform:none;left:0;bottom:0;max-width:inherit;padding:0}.quiz-template--intro .intro-template__wysiwyg{text-align:center}.quiz-template--intro .intro-template__wysiwyg h1{font-family:var(--font-display);font-size:clamp(2.25rem,5vw,3.25rem);font-weight:400;line-height:1.1;letter-spacing:-.025em;margin-bottom:clamp(20px,4.5vh,32px);overflow-wrap:break-word;color:var(--color-heading-primary)}@media screen and (min-width: 768px){.quiz-template--intro .intro-template__wysiwyg h1{font-size:2.5rem}}@media screen and (min-width: 992px){.quiz-template--intro .intro-template__wysiwyg h1{font-size:3.25rem}}.quiz-step-style-boxed-2 .quiz-template--intro .intro-template__wysiwyg h1{font-weight:700;font-size:clamp(28px,7.5vw,46px);line-height:1.1;letter-spacing:-.01em;margin-bottom:clamp(10px,2dvh,24px);overflow-wrap:break-word}.quiz-template--intro .intro-template__wysiwyg p{margin-bottom:0;font-family:var(--font-body);font-size:1.1875rem;line-height:1.625;letter-spacing:-.025em;color:#5a5a5a}@media screen and (min-width: 768px){.quiz-template--intro .intro-template__wysiwyg p{width:100%;margin-bottom:clamp(16px,3.5vh,24px)}}.quiz-step-style-boxed-2 .quiz-template--intro .intro-template__wysiwyg p{font-weight:400;font-size:clamp(13px,3.2vw,17px);line-height:1.4;letter-spacing:-.01em;color:#5a5a5a;margin-bottom:clamp(12px,3dvh,36px)}.quiz-template--intro .intro-template__wysiwyg h2,.quiz-template--intro .intro-template__wysiwyg h3,.quiz-template--intro .intro-template__wysiwyg h4,.quiz-template--intro .intro-template__wysiwyg h5,.quiz-template--intro .intro-template__wysiwyg h6{font-family:var(--font-display);margin-bottom:clamp(8px,2vh,16px)}.quiz-template--intro .intro-template__wysiwyg ul,.quiz-template--intro .intro-template__wysiwyg ol{margin:.5rem 0;padding-left:1.5rem}.quiz-template--intro .intro-template__wysiwyg ul{list-style:none;padding-left:0}.quiz-template--intro .intro-template__wysiwyg ul li{position:relative;padding-left:2rem;margin-bottom:.5rem}.quiz-template--intro .intro-template__wysiwyg ul li:before{content:"";position:absolute;left:0;top:.125rem;width:1.25rem;height:1.25rem;background-image:url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="24" height="24" fill="white"/><path d="M5 13.3636L8.03559 16.3204C8.42388 16.6986 9.04279 16.6986 9.43108 16.3204L19 7" stroke="%23228B22" stroke-linecap="round" stroke-linejoin="round"/></svg>');background-size:contain;background-repeat:no-repeat;background-position:center}.quiz-template--intro .intro-template__wysiwyg strong,.quiz-template--intro .intro-template__wysiwyg b{font-weight:600}.quiz-template--intro .intro-template__footer{margin-top:auto;padding:1rem 1rem 6rem}.quiz-template--status-update-changing-texts{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:1.5rem;padding-left:1.5rem;padding-right:1.5rem;text-align:center;height:100%}@media (max-width: 767.98px){.quiz-template--status-update-changing-texts{gap:1rem}}.quiz-template--status-update-changing-texts .quiz-template__header{margin:0}.quiz-template--status-update-changing-texts .quiz-template__header .image-items{position:relative;width:6rem;height:6rem;margin:0 auto 33px}@media (max-width: 767.98px){.quiz-template--status-update-changing-texts .quiz-template__header .image-items{width:5rem;height:5rem}}.quiz-template--status-update-changing-texts .quiz-template__header .image-items .image-item{position:absolute;inset:0;background:#fff;border-radius:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform-origin:center center;transform-origin:center center;opacity:0;z-index:0}.quiz-template--status-update-changing-texts .quiz-template__header .image-items .image-item img{width:40px;height:40px;-o-object-fit:contain;object-fit:contain}.quiz-template--status-update-changing-texts .quiz-template__header .quiz-template__main-title{color:var(--color-heading-primary);font-size:clamp(32px,8.5vw,52px);font-weight:800;letter-spacing:-.025em;line-height:1.1;margin-top:10px;margin-bottom:0}.quiz-template--status-update-changing-texts .status-update-changing-texts__container{width:100%}.quiz-template--status-update-changing-texts .status-update-changing-texts__container .text-items{position:relative;min-height:1.5em;opacity:0;text-align:center;width:100%}.quiz-template--status-update-changing-texts .status-update-changing-texts__container .text-item{--spread: 80px;--base-color: #a1a1aa;--base-gradient-color: #000;position:absolute;top:0;left:0;width:100%;display:inline-block;opacity:0;-webkit-transform:translateY(8px);transform:translateY(8px);-webkit-transition:opacity .4s ease,-webkit-transform .4s ease;transition:opacity .4s ease,-webkit-transform .4s ease;transition:opacity .4s ease,transform .4s ease;transition:opacity .4s ease,transform .4s ease,-webkit-transform .4s ease;pointer-events:none;background-image:-webkit-gradient(linear,left top,right top,from(transparent),color-stop(var(--base-gradient-color)),to(transparent)),-webkit-gradient(linear,left top,left bottom,from(var(--base-color)),to(var(--base-color)));background-image:linear-gradient(90deg,transparent calc(50% - var(--spread)),var(--base-gradient-color),transparent calc(50% + var(--spread))),linear-gradient(var(--base-color),var(--base-color));background-size:250% 100%,auto;background-clip:text;-webkit-background-clip:text;color:transparent;background-repeat:no-repeat,padding-box;background-position:0% center;font-size:clamp(13px,3.2vw,17px)}.quiz-template--status-update-changing-texts .status-update-changing-texts__container .text-item.active{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);position:relative;pointer-events:auto;-webkit-animation:text-shimmer 2.5s linear infinite;animation:text-shimmer 2.5s linear infinite}@-webkit-keyframes text-shimmer{0%{background-position:100% center}to{background-position:0% center}}@keyframes text-shimmer{0%{background-position:100% center}to{background-position:0% center}}.quiz-template--status-update{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.quiz-template--status-update .status-update-template__container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:42rem;width:100%;margin:0 auto;padding:0}.quiz-template--status-update .status-update-template__content{width:100%}@media screen and (max-width: 991.5px){.quiz-template--status-update.quiz-template--status-update--full-status .status-update-template__container{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.quiz-template--status-update .status-update-template__progress{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1.5rem;margin:0 0 1.5rem}.quiz-template--status-update .status-update-template__progress p:last-child{margin-bottom:0}@media (max-width: 767.98px){.quiz-template--status-update .status-update-template__progress{margin-bottom:0}}.quiz-template--status-update .status-update-progress-circle{position:relative;margin-bottom:10px}.quiz-template--status-update .status-update-progress-circle .progress-circle-svg{width:124px;height:124px;fill:transparent}@media (max-width: 767.98px){.quiz-template--status-update .status-update-progress-circle .progress-circle-svg{width:100px;height:100px}}@media (max-width: 767.98px){.quiz-template--status-update .status-update-progress-circle{margin-bottom:0}}.quiz-template--status-update .status-update-progress-circle .progress-circle-fill{-webkit-transition:stroke-dashoffset 6s ease-out;transition:stroke-dashoffset 6s ease-out}.quiz-template--status-update .status-update-progress-circle .progress-percentage-text{-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out}.quiz-template--status-update .status-update-progress-circle .progress-checkmark{position:absolute;top:0;left:0;width:100%;height:100%}.quiz-template--status-update .status-update-progress-circle .progress-checkmark circle{stroke-dasharray:365;stroke-dashoffset:0}.quiz-template--status-update .status-update-progress-circle .progress-checkmark path{opacity:1}.quiz-template--status-update .status-update-progress-text-wrapper{overflow:hidden;height:2em}.quiz-template--status-update .status-update-progress-text-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-transition:-webkit-transform .5s cubic-bezier(.16,1,.3,1);transition:-webkit-transform .5s cubic-bezier(.16,1,.3,1);transition:transform .5s cubic-bezier(.16,1,.3,1);transition:transform .5s cubic-bezier(.16,1,.3,1),-webkit-transform .5s cubic-bezier(.16,1,.3,1);-webkit-transform:translateY(0);transform:translateY(0)}.quiz-template--status-update .status-update-progress-text{text-align:center;color:var(--color-heading-primary);font-size:1.5rem;line-height:2rem;font-weight:700;-ms-flex-negative:0;flex-shrink:0;height:2em;white-space:nowrap;margin:0}@media (max-width: 767.98px){.quiz-template--status-update .status-update-progress-text{font-size:1.125rem;line-height:1.625}}.quiz-template--status-update .status-update-template__divider{width:100%;height:1px;background:#e5e7eb;margin:0}.quiz-template--status-update .status-update-template__progress-lines{width:100%;margin:1rem 0 0}@media screen and (min-width: 992px){.quiz-template--status-update .status-update-template__progress-lines{margin-top:2rem}}.quiz-template--status-update .status-update__progress-line{margin-bottom:1.5rem}.quiz-template--status-update .status-update__progress-line:last-child{margin-bottom:0}.quiz-template--status-update .status-update__progress-line-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:.75rem;margin-bottom:.5rem;text-align:left}.quiz-template--status-update .status-update__progress-line-content{-webkit-box-flex:1;-ms-flex:1;flex:1;max-width:90%}.quiz-template--status-update .status-update__progress-line-spinner{-ms-flex-negative:0;flex-shrink:0;width:18px;height:18px;margin-top:2px;-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite;color:#05760a}.quiz-template--status-update .status-update__progress-line-spinner svg{width:100%;height:100%}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.quiz-template--status-update .status-update__progress-line-title{font-size:16px;font-weight:600;color:var(--main-text);margin:0 0 .25rem;line-height:1.4;font-family:Poppins,sans-serif}@media screen and (min-width: 992px){.quiz-template--status-update .status-update__progress-line-title{font-size:16px}}.quiz-template--status-update .status-update__progress-line-subtitle{font-size:14px;color:#6b7280;margin:0;line-height:1.4}@media screen and (min-width: 992px){.quiz-template--status-update .status-update__progress-line-subtitle{font-size:16px}}.quiz-template--status-update .status-update__progress-line-bar{width:100%;height:4px;background:#e5e7eb;border-radius:2px;overflow:hidden}.quiz-template--status-update .status-update__progress-line-fill{height:100%;background:#05760a;border-radius:2px;width:0%}.quiz-template--status-update .status-update-template__statistic{text-align:center;margin:2rem 0}.quiz-template--status-update .status-update-template__statistic p:last-child{margin-bottom:0}.quiz-template--status-update .status-update-template__statistic .status-update-statistic-number{font-size:32px;font-weight:800;color:#1b6f4e;margin-bottom:.5rem;line-height:1.2}.quiz-template--status-update .status-update-template__statistic .status-update-statistic-text{font-size:20px;font-weight:700;color:var(--main-text);line-height:1.3}@media screen and (max-width: 767.5px){.quiz-template--status-update .status-update-template__statistic{margin-bottom:0}}.quiz-template--status-update .status-update-template__testimonials{width:100%;position:relative;margin-top:2rem;max-width:28rem;margin-left:auto;margin-right:auto}.quiz-template--status-update .testimonial-carousel{position:relative;width:100%;min-height:11rem;background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:.75rem;-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.05);box-shadow:0 1px 2px #0000000d}.quiz-template--status-update .testimonial-slide{position:absolute;top:0;left:0;width:100%;-webkit-transition:opacity .5s ease-in-out;transition:opacity .5s ease-in-out;padding:1.25rem;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media (max-width: 767.98px){.quiz-template--status-update .testimonial-slide{padding:1rem}}.quiz-template--status-update .testimonial-slide.active{opacity:1}.quiz-template--status-update .testimonial-slide:not(.active){opacity:0}.quiz-template--status-update .testimonial-rating{display:-webkit-box;display:-ms-flexbox;display:flex;gap:.25rem;margin:0}.quiz-template--status-update .star{position:relative;width:20px;height:20px}.quiz-template--status-update .star--full{background:#219653}.quiz-template--status-update .star--half .star-background{width:100%;height:100%;background:#c5c4c4}.quiz-template--status-update .star--half .star-fill{position:absolute;top:0;left:0;width:50%;height:100%;background:#219653}.quiz-template--status-update .star--empty .star-background{width:100%;height:100%;background:#c5c4c4}.quiz-template--status-update .star svg{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.quiz-template--status-update .testimonial-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:.5rem}.quiz-template--status-update .testimonial-header .testimonial-title{font-size:clamp(13px,3.2vw,16px);font-weight:700;line-height:1.25;color:#111827}.quiz-template--status-update .testimonial-content{margin-bottom:1rem;font-size:clamp(12px,3vw,13px);line-height:1.625;color:#4b5462}.quiz-template--status-update .testimonial-foot{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:auto}.quiz-template--status-update .testimonial-foot .testimonial-author{font-size:.875rem;line-height:1.25rem;color:#4b5462;font-weight:500}.quiz-template--status-update .status-update-template__footer{margin-top:auto;padding:1rem}@media screen and (min-width: 992px){.quiz-template--status-update .status-update-template__footer{padding:2rem}}.quiz-template--subscribe{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative}@media (max-width: 767.98px){.quiz-step-style-boxed-3 .quiz-template--subscribe{position:unset}}.quiz-template--subscribe .subscribe-template__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0 auto;position:relative;width:100%}@media (max-width: 767.98px){.quiz-step-style-boxed-3 .quiz-template--subscribe .subscribe-template__container{padding-bottom:4rem}}.quiz-template--subscribe .step-icons{position:absolute;top:-4.5rem;right:-.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.quiz-template--subscribe .step-icons .icon-item{background-color:#fff;border-radius:1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transform:rotate(-6deg);transform:rotate(-6deg);-webkit-box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;border:1px solid rgb(243,244,246);width:5rem;height:5rem}@media (max-width: 767.98px){.quiz-template--subscribe .step-icons .icon-item{width:4rem;height:4rem}}@media (max-width: 767.98px){.quiz-template--subscribe .step-icons{right:0}}.quiz-template--subscribe .subscribe-template__heading{text-align:left;font-family:var(--font-display);font-size:clamp(28px,7.5vw,40px);font-weight:800;line-height:1.05;letter-spacing:-.025em;color:var(--color-heading-primary);margin-bottom:clamp(20px,4vh,28px);overflow-wrap:break-word;max-width:520px}.quiz-template--subscribe .subscribe-template__heading span{color:var(--color-heading-highlight);font-weight:900}.quiz-template--subscribe .subscribe-template__form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.quiz-template--subscribe .subscribe-template__email-group{margin-bottom:1rem}@media screen and (min-width: 768px){.quiz-template--subscribe .subscribe-template__email-group{margin-bottom:1.25rem}}.quiz-template--subscribe .subscribe-template__email-wrapper{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.quiz-template--subscribe label{display:block;font-size:clamp(13px,3.2vw,16px);font-weight:600;color:var(--color-black);margin-bottom:.625rem}.quiz-template--subscribe .subscribe-template__email-input{width:100%;padding:.875rem 1rem;border:1px solid var(--color-input-primary-border);border-radius:.75rem;background-color:var(--color-input-primary-bg);font-family:var(--font-body),system-ui,sans-serif;font-size:clamp(15px,3.5vw,16px);-webkit-box-shadow:none;box-shadow:none;-webkit-transition:all .15s cubic-bezier(.4,0,.2,1);transition:all .15s cubic-bezier(.4,0,.2,1);color:var(--color-input-primary-text);-webkit-appearance:none;-moz-appearance:none;appearance:none}@media screen and (min-width: 768px){.quiz-template--subscribe .subscribe-template__email-input{padding:1rem}}.quiz-template--subscribe .subscribe-template__email-input:focus{outline:none;border-color:var(--color-input-primary-focus-border);-webkit-box-shadow:0 0 0 3px var(--color-input-primary-focus-boxshadow);box-shadow:0 0 0 3px var(--color-input-primary-focus-boxshadow)}.quiz-template--subscribe .subscribe-template__email-input::-webkit-input-placeholder{color:var(--color-input-primary-placeholder-text)}.quiz-template--subscribe .subscribe-template__email-input::-moz-placeholder{color:var(--color-input-primary-placeholder-text)}.quiz-template--subscribe .subscribe-template__email-input:-ms-input-placeholder{color:var(--color-input-primary-placeholder-text)}.quiz-template--subscribe .subscribe-template__email-input::-ms-input-placeholder{color:var(--color-input-primary-placeholder-text)}.quiz-template--subscribe .subscribe-template__email-input::placeholder{color:var(--color-input-primary-placeholder-text)}.quiz-template--subscribe .subscribe-template__privacy-notice{display:-webkit-box;display:-ms-flexbox;display:flex;gap:.75rem;margin-top:auto;padding-top:1rem}@media screen and (min-width: 768px){.quiz-template--subscribe .subscribe-template__privacy-notice{padding-top:1.5rem}}.quiz-template--subscribe .subscribe-template__privacy-notice svg{width:1rem;height:1rem;color:#4b5563;-ms-flex-negative:0;flex-shrink:0;margin-top:.125rem}@media screen and (min-width: 768px){.quiz-template--subscribe .subscribe-template__privacy-notice svg{width:1.25rem;height:1.25rem}}.quiz-template--subscribe .subscribe-template__privacy-notice p{font-size:clamp(12px,3vw,13px);line-height:1.625;color:#6b7280;font-family:var(--font-body);margin:0}.quiz-template--subscribe .subscribe-template__privacy-notice a{font-weight:600;color:#000;text-decoration:none}.quiz-template--subscribe .subscribe-template__privacy-notice a:hover{text-decoration:underline}.quiz-template--subscribe .subscribe-template__checkbox-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:.25rem}.quiz-template--subscribe .subscribe-template__checkbox-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:.5rem;-ms-flex-negative:0;flex-shrink:0}.quiz-template--subscribe .subscribe-template__checkbox{width:1.375rem;height:1.375rem;border-radius:.375rem;border:1px solid #d1d5db;background:#fff;cursor:pointer}.quiz-template--subscribe .subscribe-template__checkbox:checked{background-color:#1b6f4e;border-color:#1b6f4e}.quiz-template--subscribe .subscribe-template__checkbox:focus{outline:none}.quiz-template--subscribe .subscribe-template__checkbox-label{font-size:.75rem;font-weight:500;color:var(--main-text);cursor:pointer;line-height:1.4;text-align:left}.quiz-template--subscribe .subscribe-template__checkbox-label a{text-decoration:underline;color:inherit}.quiz-template--subscribe .subscribe-template__checkbox-label a:hover{color:#1b6f4e}.quiz-template--subscribe .subscribe-template__button-container{position:static;bottom:0;left:0;right:0;z-index:10;width:100%;margin:0 auto}.quiz-template--subscribe .subscribe-template__button-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:0;margin-bottom:1.5rem}@media screen and (min-width: 768px){.quiz-template--subscribe .subscribe-template__button-wrapper{margin-bottom:2rem}}@media screen and (min-width: 992px){.quiz-template--subscribe .subscribe-template__button-wrapper{background:transparent}}.loading .quiz-template--subscribe .subscribe-template__button-text{opacity:0}.quiz-template--subscribe .subscribe-template__loading{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.quiz-template--subscribe .subscribe-template__spinner{width:1.5rem;height:1.5rem;color:#fff}.quiz-template--subscribe .subscribe-template__error,.quiz-template--subscribe .subscribe-template__success{margin-top:1rem;padding:.75rem;border-radius:.5rem;text-align:center;font-weight:500}.quiz-template--subscribe .subscribe-template__error{background-color:#fef2f2;border:1px solid #fecaca;color:#dc2626}.quiz-template--subscribe .subscribe-template__success{background-color:#f0fdf4;border:1px solid #bbf7d0;color:#16a34a}@media (max-width: 767.98px){.quiz-step-style-boxed-3 .quiz-template--subscribe .subscribe-template__privacy-notice{position:absolute;bottom:1.5rem;left:1.5rem;right:1.5rem}}.quiz-step-style-standard-centered-2 .quiz-template--subscribe .subscribe-template__container{width:100%;max-width:50rem}.quiz-step-style-standard-centered-2 .quiz-template--subscribe .subscribe-template__heading{font-size:clamp(32px,8.5vw,52px);font-weight:400;line-height:1.1;text-align:center;margin-bottom:50px;max-width:36rem;width:100%;margin-left:auto;margin-right:auto}.quiz-step-style-standard-centered-2 .quiz-template--subscribe .subscribe-template__form{max-width:36rem;margin-left:auto;margin-right:auto;width:100%}.quiz-step-style-standard-centered-2 .quiz-template--subscribe .subscribe-template__form label{display:none}.quiz-step-style-standard-centered-2 .quiz-template--subscribe .subscribe-template__privacy-notice{max-width:36rem;margin-left:auto;margin-right:auto}.quiz-template--image-with-options{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:100vh;background:#fff}.quiz-template--image-with-options .quiz-template__header{text-align:center;padding:2rem 1.5rem 1rem}@media screen and (min-width: 992px){.quiz-template--image-with-options .quiz-template__header{padding:3rem 2rem 1.5rem}}.quiz-template--image-with-options .quiz-template__main-image{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 1.5rem 2rem}@media screen and (min-width: 992px){.quiz-template--image-with-options .quiz-template__main-image{padding:0 2rem 3rem}}.quiz-template--image-with-options .quiz-template__options{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 1.5rem}@media screen and (min-width: 992px){.quiz-template--image-with-options .quiz-template__options{padding:0 2rem}}.quiz-template--image-with-options .quiz-template__footer{padding:2rem 1.5rem;margin-top:auto}@media screen and (min-width: 992px){.quiz-template--image-with-options .quiz-template__footer{padding:2rem}}.image-with-options-template__main-image{width:100%;max-width:300px;height:auto;border-radius:8px;-webkit-box-shadow:0 4px 12px rgba(0,0,0,.1);box-shadow:0 4px 12px #0000001a}@media screen and (min-width: 992px){.image-with-options-template__main-image{max-width:400px}}.image-with-options-template__options{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;width:100%;max-width:400px;margin:0 auto}@media screen and (min-width: 992px){.image-with-options-template__options{max-width:500px;gap:1.5rem}}.image-with-options-option{background:#fff;border:1px solid #efefef;border-radius:8px;padding:1rem;text-align:left;cursor:pointer;-webkit-transition:all .2s ease;transition:all .2s ease;min-height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative}.image-with-options-option:hover{background:#f7f7f7;border-color:#1b6f4e;-webkit-transform:translateY(-2px);transform:translateY(-2px);-webkit-box-shadow:0 4px 12px rgba(0,0,0,.1);box-shadow:0 4px 12px #0000001a}.image-with-options-option:hover:after{border-color:#1b6f4e}.image-with-options-option.selected{background:#d6fced;border-color:#1b6f4e}.image-with-options-option.selected:after{background:#1b6f4e;border-color:#1b6f4e}.image-with-options-option.selected .image-with-options-option__label{color:#1b6f4e;font-weight:600}.image-with-options-option:active{-webkit-transform:translateY(0);transform:translateY(0)}@media screen and (min-width: 992px){.image-with-options-option{padding:1.25rem;min-height:70px}}.image-with-options-option__label{font-size:14px;font-weight:600;line-height:1.3}@media screen and (min-width: 992px){.image-with-options-option__label{font-size:16px}}.quiz-answer-option{cursor:pointer}.quiz-item{-webkit-animation:fadeIn .2s ease-in-out;animation:fadeIn .2s ease-in-out}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.quiz-template--growth-profile{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background:#fff;position:relative}.quiz-template--growth-profile .quiz-template__header{text-align:center;padding:1rem 1.5rem 0}@media screen and (min-width: 992px){.quiz-template--growth-profile .quiz-template__header{padding:2rem 2rem 0}}.quiz-template--growth-profile .quiz-template__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:1rem;text-align:left}@media screen and (min-width: 992px){.quiz-template--growth-profile .quiz-template__content{padding:2rem}}.quiz-template--growth-profile .quiz-template__button{position:fixed;bottom:0;left:0;right:0;z-index:10;width:100%;max-width:400px;margin:0 auto;padding:1.5rem 1rem;background:#fff}@media screen and (min-width: 992px){.quiz-template--growth-profile .quiz-template__button{position:static;margin-top:2rem;padding:0;background:transparent}}.quiz-template--growth-profile .quiz-template__footer{padding:1rem 1rem 6rem}@media screen and (min-width: 992px){.quiz-template--growth-profile .quiz-template__footer{padding-bottom:1rem}}.growth-profile-container{position:relative;width:100%;max-width:400px;margin:0 auto}.growth-profile-card{background:#fff;border-radius:8px;padding:1rem;-webkit-box-shadow:0 0 12px rgba(0,0,0,.12);box-shadow:0 0 12px #0000001f;position:relative;z-index:2;overflow:hidden}@media screen and (min-width: 992px){.growth-profile-card{padding:1.5rem 1.5rem 0}}.growth-profile-score{margin-bottom:1rem}.growth-profile-score__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:1rem}.growth-profile-score__title{font-size:14px;font-weight:700;color:var(--main-text)}.growth-profile-score__badge{border:1px solid #e5e7eb;border-radius:4px;padding:.125rem .375rem;font-size:10px;font-weight:600;color:#6b7280}.growth-profile-progress{margin-bottom:1rem}.growth-profile-progress__bar{position:relative;height:10px;background:-webkit-gradient(linear,left top,right top,from(#d43333),color-stop(25%,#e88d24),color-stop(50%,#fce615),color-stop(75%,#bbd230),to(#7abf4c));background:linear-gradient(90deg,#d43333,#e88d24,#fce615,#bbd230,#7abf4c);border-radius:12px;margin-bottom:.5rem}.growth-profile-progress__fill{position:absolute;top:50%;left:0;-webkit-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translate(-50%);width:22px;height:22px;background:#fff;border-radius:50%;border:3px solid #eee;-webkit-box-shadow:0 2px 8px rgba(0,0,0,.15);box-shadow:0 2px 8px #00000026;-webkit-transition:all 2s ease-out;transition:all 2s ease-out;z-index:2}.growth-profile-progress__fill.animate{-webkit-transition:all 2s ease-out;transition:all 2s ease-out}.growth-profile-progress__indicator{position:absolute;top:-55px;-webkit-transform:translateX(-50%);transform:translate(-50%);background:#404c4d;border-radius:8px;padding:.5rem .75rem;opacity:0;-webkit-animation:indicatorSlide 2s ease-out 2s forwards;animation:indicatorSlide 2s ease-out 2s forwards}.growth-profile-progress__indicator:after{content:"";position:absolute;bottom:-5px;left:50%;-webkit-transform:translateX(-50%);transform:translate(-50%);width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #404c4d}.growth-profile-progress__label{color:#fff;font-size:14px;font-weight:600;white-space:nowrap}.growth-profile-progress__labels{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:10px;font-weight:700;text-transform:uppercase;color:var(--main-text);letter-spacing:.02em}.growth-profile-success{display:-webkit-box;display:-ms-flexbox;display:flex;gap:.5rem;background:#f1f1f1;border-radius:8px;padding:.5rem;margin-bottom:1rem;opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px);-webkit-animation:slideUp .6s ease-out 1s forwards;animation:slideUp .6s ease-out 1s forwards}.growth-profile-success__icon{font-size:20px;line-height:1;-ms-flex-negative:0;flex-shrink:0;margin-top:.125rem}.growth-profile-success__content{-webkit-box-flex:1;-ms-flex:1;flex:1}.growth-profile-success__title{font-size:10px;font-weight:700;line-height:1.4;color:#000;margin-bottom:.25rem}.growth-profile-success__description{font-size:10px;line-height:1.5;color:#000;margin:0;margin-bottom:0!important}.growth-profile-details{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1rem}.growth-profile-metrics{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.5rem}.growth-profile-metric{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.5rem;opacity:0;-webkit-transform:translateX(-20px);transform:translate(-20px);-webkit-animation:slideInLeft .5s ease-out forwards;animation:slideInLeft .5s ease-out forwards}.growth-profile-metric:nth-child(1){-webkit-animation-delay:1.2s;animation-delay:1.2s}.growth-profile-metric:nth-child(2){-webkit-animation-delay:1.4s;animation-delay:1.4s}.growth-profile-metric:nth-child(3){-webkit-animation-delay:1.6s;animation-delay:1.6s}.growth-profile-metric:nth-child(4){-webkit-animation-delay:1.8s;animation-delay:1.8s}.growth-profile-metric__icon{width:32px;height:32px;border-radius:6px;background:#f1f5f9;padding:.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-negative:0;flex-shrink:0}.growth-profile-metric__icon img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.growth-profile-metric__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.125rem}.growth-profile-metric__label{font-size:10px;font-weight:500;color:var(--main-text);line-height:1.2}.growth-profile-metric__value{font-size:12px;font-weight:700;color:var(--main-text);line-height:1.2}.growth-profile-character{-ms-flex-negative:0;flex-shrink:0;opacity:0;-webkit-transform:translateX(20px);transform:translate(20px);-webkit-animation:slideInRight .6s ease-out 1.1s forwards;animation:slideInRight .6s ease-out 1.1s forwards}.growth-profile-character__image{width:148px;height:auto;-o-object-fit:cover;object-fit:cover;border-radius:8px;-o-object-position:center;object-position:center;display:block}@media screen and (max-width: 767.5px){.growth-profile-character__image{width:120px}}.growth-profile-background{position:absolute;bottom:0;right:-1.75rem;z-index:-1;pointer-events:none}.growth-profile-background__svg{height:160px;width:auto}.growth-profile-background__svg svg{width:100%;height:100%;-webkit-transform:translate3d(0px,0px,0px);transform:translateZ(0)}.growth-profile-svg-shape{opacity:0;-webkit-animation-duration:6s;animation-duration:6s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.growth-profile-svg-shape--1{-webkit-animation-name:svgShapePulse;animation-name:svgShapePulse;-webkit-animation-delay:0s;animation-delay:0s}.growth-profile-svg-shape--2{-webkit-animation-name:svgShapePulse;animation-name:svgShapePulse;-webkit-animation-delay:2s;animation-delay:2s}.growth-profile-svg-shape--3{-webkit-animation-name:svgShapePulse;animation-name:svgShapePulse;-webkit-animation-delay:4s;animation-delay:4s}.growth-profile-continue-btn{width:100%;background:#1b6f4e;color:#fff;border:none;border-radius:8px;padding:1rem 1.5rem;font-size:16px;font-weight:600;text-transform:uppercase;cursor:pointer;-webkit-transition:all .2s ease;transition:all .2s ease;-webkit-box-shadow:0 4px 12px rgba(27,111,78,.3);box-shadow:0 4px 12px #1b6f4e4d}.growth-profile-continue-btn:hover{background:#146344;-webkit-transform:translateY(-2px);transform:translateY(-2px);-webkit-box-shadow:0 6px 16px rgba(27,111,78,.4);box-shadow:0 6px 16px #1b6f4e66}.growth-profile-continue-btn:active{-webkit-transform:translateY(0);transform:translateY(0)}.growth-profile-continue-btn__text{display:block}@-webkit-keyframes progressFill{0%{width:0%}to{width:60%}}@keyframes progressFill{0%{width:0%}to{width:60%}}@-webkit-keyframes indicatorSlide{0%{opacity:0;-webkit-transform:translateX(-50%) translateY(-10px);transform:translate(-50%) translateY(-10px)}to{opacity:1;-webkit-transform:translateX(-50%) translateY(0);transform:translate(-50%) translateY(0)}}@keyframes indicatorSlide{0%{opacity:0;-webkit-transform:translateX(-50%) translateY(-10px);transform:translate(-50%) translateY(-10px)}to{opacity:1;-webkit-transform:translateX(-50%) translateY(0);transform:translate(-50%) translateY(0)}}@-webkit-keyframes slideUp{0%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes slideInLeft{0%{opacity:0;-webkit-transform:translateX(-20px);transform:translate(-20px)}to{opacity:1;-webkit-transform:translateX(0);transform:translate(0)}}@keyframes slideInLeft{0%{opacity:0;-webkit-transform:translateX(-20px);transform:translate(-20px)}to{opacity:1;-webkit-transform:translateX(0);transform:translate(0)}}@-webkit-keyframes slideInRight{0%{opacity:0;-webkit-transform:translateX(20px);transform:translate(20px)}to{opacity:1;-webkit-transform:translateX(0);transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;-webkit-transform:translateX(20px);transform:translate(20px)}to{opacity:1;-webkit-transform:translateX(0);transform:translate(0)}}@-webkit-keyframes svgShapePulse{0%,to{opacity:0}50%{opacity:.3}}@keyframes svgShapePulse{0%,to{opacity:0}50%{opacity:.3}}.quiz-template--progress-chart{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background:#fff;position:relative}.quiz-template--progress-chart .progress-chart-container{padding:0 16px;max-width:500px;margin:0 auto;width:100%}@media screen and (min-width: 992px){.quiz-template--progress-chart .progress-chart-container{padding:32px 24px}}@media screen and (min-width: 1200px){.quiz-template--progress-chart .progress-chart-container{padding:48px 32px}}.progress-chart-header{text-align:center;margin-bottom:24px}@media screen and (min-width: 992px){.progress-chart-header{margin-bottom:32px}}.progress-chart-title{font-size:24px;font-weight:700;line-height:1.3;color:#404c4d;margin:0 0 12px}@media screen and (min-width: 992px){.progress-chart-title{font-size:28px;margin-bottom:16px}}@media screen and (min-width: 1200px){.progress-chart-title{font-size:32px}}.progress-chart-subtitle{font-size:16px;color:#6b7280;margin:0;line-height:1.5}.progress-chart-achievement{text-align:center;margin-bottom:16px}.progress-chart-achievement__text{font-size:18px;font-weight:700;color:#404c4d;text-decoration:underline;margin:0}@media screen and (min-width: 992px){.progress-chart-achievement__text{font-size:20px}}.progress-chart-goal{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:32px}@media screen and (min-width: 992px){.progress-chart-goal{margin-bottom:40px}}.progress-chart-goal__badge{background:#e5e7eb;border-radius:8px;padding:8px 16px;font-size:14px;font-weight:600;color:#404c4d}.progress-chart-goal__badge strong{font-weight:700}.quiz-share-btn{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:8px;border-radius:999px;border:1px solid transparent;background:var(--color-btn-share);color:var(--color-btn-share-text);font-weight:700;padding:clamp(10px,2.5dvh,14px) clamp(16px,4vw,24px);font-size:clamp(14px,3.5vw,15px);line-height:1.2;cursor:pointer;-webkit-transition:background-color .2s ease,-webkit-transform .3s ease;transition:background-color .2s ease,-webkit-transform .3s ease;transition:transform .3s ease,background-color .2s ease;transition:transform .3s ease,background-color .2s ease,-webkit-transform .3s ease}.quiz-share-btn:hover{-webkit-transform:scale(1.02);transform:scale(1.02);border:1px solid transparent;background:var(--color-btn-share-hover);color:var(--color-btn-share-text-hover)}.quiz-share-btn--copied{background:var(--color-btn-share-copied);color:var(--color-btn-share-copied-text)}.quiz-share-btn svg{-ms-flex-negative:0;flex-shrink:0}.quiz-template--signing-of-documents{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:100vh}.signing-template__inner{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;margin:0 auto}.signing-template__nav{margin-top:1.5rem;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;max-width:42rem}.signing-template__progress-wrap{margin-left:auto;margin-right:auto;margin-bottom:1rem;margin-top:.5rem;width:100%}.signing-template__progress-bar{position:relative;overflow:hidden;border-radius:9999px;height:8px;width:100%;background:var(--color-progress-bar)}.signing-template__progress-fill{height:100%;width:100%;background:var(--color-progress-fill);border-radius:9999px;-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;-webkit-transform:translateX(-100%);transform:translate(-100%)}.signing-template__claim-heading{text-align:left}.signing-template__claim-title{font-family:var(--font-display);font-weight:800;font-size:clamp(22px,5.5vw,34px);line-height:1.1;color:var(--color-heading-primary);margin:0 0 .75rem;letter-spacing:inherit}.signing-template__claim-subtitle{margin-top:.75rem;max-width:48rem;color:#6b7280;font-family:var(--font-body);font-size:clamp(15px,3.8vw,18px);line-height:1.6;margin-bottom:0}.signing-template__documents{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%}.signing-doc-card{margin-bottom:3rem}.signing-doc-card__wrap{overflow:hidden;border-radius:16px;background:#fff;-webkit-box-shadow:0 20px 60px rgba(0,0,0,.18);box-shadow:0 20px 60px #0000002e}@media (max-width: 767.98px){.signing-doc-card__wrap{-webkit-box-shadow:0 10px 10px rgba(0,0,0,.1);box-shadow:0 10px 10px #0000001a}}@media screen and (min-width: 768px){.signing-doc-card__wrap{border-radius:20px}}.signing-doc-card__header-bar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.25rem;padding:.625rem 1rem;background:#9ea2b6;font-family:var(--font-secondary);font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#fff}@media screen and (min-width: 768px){.signing-doc-card__header-bar{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:.75rem 1.5rem;font-size:12px}}.signing-doc-card__header-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.signing-doc-card__page-label{-ms-flex-negative:0;flex-shrink:0;opacity:.85}.signing-doc-card__body{position:relative;width:100%;background:#fff}.signing-doc-card__image{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.signing-doc-card__overlay{position:absolute;pointer-events:none}.signing-doc-card__overlay--field{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;font-family:var(--font-secondary);font-weight:600;color:#000;line-height:1;overflow:hidden;white-space:nowrap}.signing-doc-card__overlay--sign-btn{pointer-events:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.signing-doc-card__sign-btn{pointer-events:auto;width:100%;height:100%;max-height:36px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:8px;border:2px solid #fff;padding:.5rem 1rem;font-family:var(--font-secondary);font-weight:500;text-transform:uppercase;letter-spacing:.04em;font-size:clamp(10px,2.6vw,14px)!important;background:#dc2626;color:#fff;cursor:pointer;-webkit-box-shadow:0 4px 12px rgba(220,38,38,.4);box-shadow:0 4px 12px #dc262666;-webkit-transition:background .2s ease,-webkit-box-shadow .2s ease;transition:background .2s ease,-webkit-box-shadow .2s ease;transition:background .2s ease,box-shadow .2s ease;transition:background .2s ease,box-shadow .2s ease,-webkit-box-shadow .2s ease}@media screen and (min-width: 768px){.signing-doc-card__sign-btn{max-height:9999px}}@media (max-width: 400px){.signing-doc-card__sign-btn{font-size:9px!important;padding:.8rem .2rem!important}}@media (max-width: 767.98px){.signing-doc-card__sign-btn{padding:.8rem 1rem}}.signing-doc-card__sign-btn:hover{background:#b91c1c;-webkit-box-shadow:0 6px 18px rgba(220,38,38,.5);box-shadow:0 6px 18px #dc262680}.signing-doc-card__sign-btn:active{background:#991b1b;-webkit-box-shadow:none;box-shadow:none}.signing-doc-card__sign-btn--signed{display:none}.signing-doc-card__signed-confirmation{font-family:var(--font-secondary);font-size:clamp(12px,2.5vw,14px);color:#1c7359;margin:0}.signing-doc-card__signed-confirmation strong{font-weight:700}.signing-template__footer-actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-top:1.5rem}.signing-continue-btn{width:100%;max-width:400px;background:#1b6f4e;color:#fff;border:none;border-radius:8px;padding:1rem 1.5rem;font-family:var(--font-secondary);font-size:16px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;cursor:pointer;-webkit-transition:background .2s ease,opacity .2s ease,-webkit-box-shadow .2s ease,-webkit-transform .2s ease;transition:background .2s ease,opacity .2s ease,-webkit-box-shadow .2s ease,-webkit-transform .2s ease;transition:background .2s ease,box-shadow .2s ease,transform .2s ease,opacity .2s ease;transition:background .2s ease,box-shadow .2s ease,transform .2s ease,opacity .2s ease,-webkit-box-shadow .2s ease,-webkit-transform .2s ease;-webkit-box-shadow:0 8px 24px rgba(27,111,78,.3);box-shadow:0 8px 24px #1b6f4e4d}.signing-continue-btn:disabled{opacity:.45;cursor:not-allowed;-webkit-box-shadow:none;box-shadow:none;-webkit-transform:none;transform:none}.signing-continue-btn:not(:disabled):hover{background:#146344;-webkit-transform:translateY(-2px);transform:translateY(-2px);-webkit-box-shadow:0 12px 32px rgba(27,111,78,.4);box-shadow:0 12px 32px #1b6f4e66}.signing-continue-btn:not(:disabled):active{-webkit-transform:translateY(0);transform:translateY(0);-webkit-box-shadow:0 4px 12px rgba(27,111,78,.25);box-shadow:0 4px 12px #1b6f4e40}.signing-continue-btn__text{display:block}.signing-template__action-bar{position:fixed;bottom:0;left:0;right:0;z-index:50;padding:1rem;border-top:1px solid #E5E7EB;background:#fff;-webkit-box-shadow:0 -4px 12px rgba(0,0,0,.1);box-shadow:0 -4px 12px #0000001a}.signing-template__action-bar .documents-actions{max-width:64rem;margin-left:auto;margin-right:auto;display:-webkit-box;display:-ms-flexbox;display:flex;gap:.75rem;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.signing-template__action-bar-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:.75rem;width:100%}@media screen and (min-width: 768px){.signing-template__action-bar-right{width:auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}.signing-action-btn{-webkit-box-flex:1;-ms-flex:1;background:var(--color-btn-secondary);color:var(--color-btn-secondary-text);border-color:var(--color-btn-secondary-border);font-family:var(--font-body);padding:1rem 1.5rem;border-radius:.5rem;font-size:clamp(15px,3.5vw,16px);font-weight:700;cursor:pointer;-webkit-transition:all .15s cubic-bezier(.4,0,.2,1);transition:all .15s cubic-bezier(.4,0,.2,1);min-width:180px;flex:1}.signing-action-btn:disabled{cursor:not-allowed}.signing-action-btn--skip,.signing-action-btn--edit{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:120px;background:var(--color-btn-outline);color:var(--color-btn-outline-text);border:1px solid var(--color-btn-outline-border);background:transparent}@media screen and (min-width: 768px){.signing-action-btn--skip,.signing-action-btn--edit{-webkit-box-flex:unset;-ms-flex:unset;flex:unset;min-width:120px}}.signing-action-btn--skip:not(:disabled):hover,.signing-action-btn--edit:not(:disabled):hover{background:var(--color-btn-outline-hover);color:var(--color-btn-outline-text);border-color:var(--color-btn-outline-border-hover)}.signing-action-btn--skip:disabled,.signing-action-btn--edit:disabled{background:var(--color-btn-outline-hover);color:var(--color-btn-outline-text);border-color:var(--color-btn-outline-border);cursor:not-allowed;opacity:.5}@media (max-width: 767.98px){.signing-action-btn--skip,.signing-action-btn--edit{min-width:unset}}@media (max-width: 767.98px){.signing-action-btn--edit{display:none!important}}.signing-action-btn--next{background:var(--color-btn-secondary);color:var(--color-btn-secondary-text);border-color:var(--color-btn-secondary-border);min-width:180px}.signing-action-btn--next:hover:not(:disabled){background:var(--color-btn-secondary-hover);color:var(--color-btn-secondary-text-hover);border-color:var(--color-btn-secondary-border-hover)}.signing-action-btn--next:disabled{background:var(--color-btn-secondary-disabled);color:var(--color-btn-secondary-text-disabled);border-color:var(--color-btn-secondary-border-disabled);cursor:not-allowed}@media (max-width: 767.98px){.signing-action-btn--next{min-width:unset}}.signing-doc-card__sign-fallback{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:1.25rem 1.5rem;border-top:1px solid #F3F4F6}.signing-doc-card__sign-fallback .signing-doc-card__sign-btn{position:static;width:auto;height:auto;max-height:none;min-width:200px;padding:.75rem 2rem;font-size:15px}.signing-modal{position:fixed;inset:0;z-index:9999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:16px}.signing-modal[hidden]{display:none}.signing-modal__backdrop{position:absolute;inset:0;background:#00000073;cursor:pointer}.signing-modal__box{position:relative;background:#fff;border-radius:24px;width:100%;max-width:768px;max-height:calc(100vh - 48px);overflow-y:auto;padding:24px;-webkit-box-shadow:0 25px 50px -12px rgba(0,0,0,.25);box-shadow:0 25px 50px -12px #00000040}.signing-modal__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:16px}.signing-modal__label{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#9ca3af;margin:0 0 4px}.signing-modal__title{font-size:clamp(20px,4vw,28px);font-weight:600;color:#111827;margin:0 0 4px}.signing-modal__desc{font-size:14px;color:#6b7280;margin:0}.signing-modal__close{-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:34px;height:34px;border-radius:50%;border:1px solid #E5E7EB;background:transparent;color:#6b7280;cursor:pointer;-webkit-transition:background .15s;transition:background .15s}.signing-modal__close:hover{background:#f3f4f6}.signing-modal__close svg{display:block;-ms-flex-negative:0;flex-shrink:0;fill:none;stroke:currentColor;overflow:visible}.signing-modal__tabs{display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px;background:#f3f4f6;border-radius:999px;padding:4px;margin-top:20px;font-size:14px;font-weight:600;color:#4b5563}.signing-modal__tab{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:8px 16px;border:none;border-radius:999px;background:transparent;font-size:14px;font-weight:600;color:#4b5563;cursor:pointer;-webkit-transition:background .15s,color .15s,-webkit-box-shadow .15s;transition:background .15s,color .15s,-webkit-box-shadow .15s;transition:background .15s,color .15s,box-shadow .15s;transition:background .15s,color .15s,box-shadow .15s,-webkit-box-shadow .15s}.signing-modal__tab--active{background:#fff;color:var(--color-btn-secondary);-webkit-box-shadow:0 1px 3px rgba(0,0,0,.1);box-shadow:0 1px 3px #0000001a}.signing-modal__panel[hidden]{display:none}.signing-modal__panel[data-panel=draw]{margin-top:20px;background:#f9fafb;border:1px solid #E5E7EB;border-radius:24px;padding:16px}.signing-modal__canvas{display:block;width:100%;height:256px;border-radius:16px;border:1px solid #E5E7EB;background:#fff;cursor:crosshair;-ms-touch-action:none;touch-action:none}.signing-modal__panel--type{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:12px;margin-top:20px}.signing-modal__panel--type[hidden]{display:none}.signing-modal__type-input{width:100%;padding:12px 16px;border:1.5px solid #D1D5DB;border-radius:10px;font-size:15px;color:#111827;outline:none;-webkit-transition:border-color .15s;transition:border-color .15s;-webkit-box-sizing:border-box;box-sizing:border-box}.signing-modal__type-input::-webkit-input-placeholder{color:#9ca3af}.signing-modal__type-input::-moz-placeholder{color:#9ca3af}.signing-modal__type-input:-ms-input-placeholder{color:#9ca3af}.signing-modal__type-input::-ms-input-placeholder{color:#9ca3af}.signing-modal__type-input::placeholder{color:#9ca3af}.signing-modal__type-input:focus{border-color:#1c7359;-webkit-box-shadow:0 0 0 3px rgba(28,115,89,.1);box-shadow:0 0 0 3px #1c73591a}.signing-modal__type-preview{min-height:112px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:1px solid #E5E7EB;border-radius:16px;background:#f9fafb;padding:16px 24px;font-family:Tinos,serif;font-size:40px;text-transform:uppercase;color:#374151;text-align:center;word-break:break-word}.signing-modal__actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;gap:12px;margin-top:24px;font-size:14px}@media screen and (min-width: 992px){.signing-modal__actions{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.signing-modal__clear-btn{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:8px 16px;border:1px solid #D1D5DB;border-radius:8px;background:#fff;font-size:14px;font-weight:600;color:#374151;cursor:pointer;-webkit-transition:background .15s;transition:background .15s}.signing-modal__clear-btn:hover{background:#f9fafb}.signing-modal__done-btn{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:12px 24px;border:none;border-radius:8px;background:var(--color-btn-secondary);font-size:14px;font-weight:600;color:#fff;cursor:pointer;-webkit-transition:background .15s;transition:background .15s}.signing-modal__done-btn:hover{background:var(--color-btn-secondary-hover)}@media screen and (min-width: 992px){.signing-modal__done-btn{width:auto}}.signing-doc-card__signature-img{display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center center;object-position:center center}.signing-scroll-btn-wrap{position:fixed;inset-inline:0;bottom:88px;z-index:20;padding:0 16px;pointer-events:none}@media screen and (min-width: 992px){.signing-scroll-btn-wrap{bottom:96px;padding:0 24px}}.signing-scroll-btn-wrap[hidden]{display:none}.signing-scroll-btn-inner{max-width:1024px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.signing-scroll-btn{pointer-events:auto;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;padding:.8rem 1.5rem;border:none;border-radius:999px;background:var(--color-btn-secondary);border-color:var(--color-btn-secondary-border);color:var(--color-btn-secondary-text);font-family:var(--font-body);font-size:16px;font-weight:600;-webkit-box-shadow:0 8px 24px rgba(28,115,89,.35);box-shadow:0 8px 24px #1c735959;cursor:pointer;-webkit-transition:background .15s,-webkit-transform .15s;transition:background .15s,-webkit-transform .15s;transition:background .15s,transform .15s;transition:background .15s,transform .15s,-webkit-transform .15s}.signing-scroll-btn:hover{background:var(--color-btn-secondary-hover);-webkit-transform:scale(1.05);transform:scale(1.05);border-color:var(--color-btn-secondary-border-hover)}.signing-scroll-btn svg{display:block;-ms-flex-negative:0;flex-shrink:0;fill:none;stroke:currentColor}.progress-chart-visualization{position:relative;margin-bottom:32px}@media screen and (min-width: 992px){.progress-chart-visualization{margin-bottom:40px}}.progress-chart-chart{position:relative;width:100%;max-width:400px;margin:0 auto;height:230px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:40px 20px 60px 60px}@media screen and (min-width: 992px){.progress-chart-chart{height:250px;padding:50px 30px 70px 70px}}.progress-chart-background{position:absolute;inset:50px 30px 70px 70px}@media screen and (min-width: 992px){.progress-chart-background{inset:50px 30px 70px 70px}}.progress-chart-grid{position:absolute;width:100%;height:100%;pointer-events:none;overflow:visible;top:-57px;left:-18px}@media screen and (max-width: 991.5px){.progress-chart-grid{top:-48px}}@media screen and (max-width: 767.5px){.progress-chart-grid{top:-67px}}.progress-chart-y-axis{position:absolute;left:0;top:50px;bottom:70px;width:50px}.progress-chart-y-axis .progress-chart-y-label{position:absolute;right:10px;font-size:12px;color:#9ca3af;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.progress-chart-y-axis .progress-chart-y-label[data-value="0"]{bottom:0}.progress-chart-y-axis .progress-chart-y-label[data-value="50"]{top:50%}.progress-chart-y-axis .progress-chart-y-label[data-value="100"]{top:0}.progress-chart-columns{position:absolute;inset:50px 30px 70px 70px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:40px;padding:0 1rem}.progress-chart-column{position:relative;-webkit-box-flex:1;-ms-flex:1;flex:1;height:100%;cursor:pointer}.progress-chart-column__bar{position:relative;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.progress-chart-column__fill{width:100%;border-radius:8px 8px 0 0;-webkit-transition:height 2s cubic-bezier(.4,0,.2,1);transition:height 2s cubic-bezier(.4,0,.2,1);position:relative}.progress-chart-column__fill:nth-child(1){background:#dc2626}.progress-chart-column:nth-child(2) .progress-chart-column__fill{background:#f59e0b}.progress-chart-column:nth-child(3) .progress-chart-column__fill{background:#afdc85}.progress-chart-column:nth-child(4) .progress-chart-column__fill{background:#7abf4c}.progress-chart-column:nth-child(n+5) .progress-chart-column__fill{background:#6366f1}.progress-chart-column__month{position:absolute;bottom:-40px;left:50%;-webkit-transform:translateX(-50%);transform:translate(-50%);font-size:12px;color:#6b7280;text-align:center}@media screen and (min-width: 992px){.progress-chart-column__month{font-size:14px;bottom:-45px}}.progress-chart-column__label{position:absolute;top:-40px;left:50%;-webkit-transform:translateX(-50%);transform:translate(-50%);font-size:11px;font-weight:600;color:#fff;background:#40444d;padding:4px 8px;border-radius:6px;white-space:nowrap;opacity:0;-webkit-transition:opacity .5s ease-out;transition:opacity .5s ease-out;pointer-events:none}@media screen and (min-width: 992px){.progress-chart-column__label{font-size:12px;top:-55px;padding:6px 10px}}.progress-chart-tooltip{position:absolute;background:#404c4d;color:#fff;padding:8px 12px;border-radius:6px;font-size:12px;white-space:nowrap;-webkit-box-shadow:0 4px 12px rgba(0,0,0,.15);box-shadow:0 4px 12px #00000026;z-index:10;pointer-events:none}.progress-chart-tooltip__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:2px}.progress-chart-tooltip__percentage{font-weight:700;font-size:14px}.progress-chart-tooltip__label{font-size:11px;opacity:.9}.progress-chart-tooltip__arrow{position:absolute;top:99%;left:50%;-webkit-transform:translateX(-50%);transform:translate(-50%);border:5px solid transparent;border-top-color:#404c4d}.progress-chart-continue-btn{width:100%;background:#1b6f4e;border:none;border-radius:8px;padding:16px 24px;font-size:16px;font-weight:600;color:#fff;cursor:pointer;-webkit-transition:all .2s ease;transition:all .2s ease;text-transform:uppercase;letter-spacing:.5px}.progress-chart-continue-btn:hover{background:#146344;-webkit-transform:translateY(-1px);transform:translateY(-1px)}.progress-chart-continue-btn:active{-webkit-transform:translateY(0);transform:translateY(0)}.progress-chart-continue-btn:disabled{background:#9ca3af;cursor:not-allowed;-webkit-transform:none;transform:none}.progress-chart-continue-btn__text{display:block}@media screen and (max-width: 767.5px){.progress-chart-chart{height:230px;padding:30px 15px 50px 50px}.progress-chart-columns{inset:30px 15px 50px 50px;gap:30px}.progress-chart-y-axis{top:30px;bottom:50px;width:40px}.progress-chart-y-axis .progress-chart-y-label{font-size:10px;right:5px}.progress-chart-background{inset:30px 15px 50px 50px}}.quiz-finish-btn{text-decoration:none!important}.results-page-2__chart-image-container{max-width:450px;margin:0 auto;-o-object-fit:contain;object-fit:contain}.results-page-2__goal-wrapper{max-width:400px;margin:0 auto;padding:0 16px}@media screen and (min-width: 992px){.results-page-2__goal-wrapper{max-width:580px;padding:0}}.results-page-2__goal-card{border:1px solid #e5e7eb;border-radius:8px;background:#f9fafb;margin-bottom:12px}.results-page-2__goal-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;height:56px;width:100%;padding:8px 0}.results-page-2__goal-header-text{font-size:16px;font-weight:700;color:var(--color-text-primary);margin:0}.results-page-2__goal-divider{height:32px;width:1px;background:#e5e7eb;border:none;margin:0}.results-page-2__goal-avatars{display:grid;grid-template-columns:1fr 1fr;height:225px;background-size:cover;background-position:center;background-repeat:no-repeat}.results-page-2__sticky-header{position:fixed;top:0;left:0;right:0;z-index:9999;height:64px;background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:4px;-webkit-box-sizing:content-box;box-sizing:content-box}.results-page-2__sticky-content{display:-webkit-box;display:-ms-flexbox;display:flex;max-width:400px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:4px 16px;text-align:center}.results-page-2__sticky-content p{margin-bottom:0!important}@media (min-width: 768px){.results-page-2__sticky-content{margin:0 auto;max-width:580px}}@media (min-width: 1024px){.results-page-2__sticky-content{max-width:1128px}}.results-page-2__countdown-section{color:#1a1a1a}.results-page-2__countdown-label{font-size:9px;font-weight:500;margin:0 0 2px;color:#1a1a1a}.results-page-2__countdown-time{min-width:82px;font-size:24px;font-weight:600;margin:0;color:#1a1a1a;line-height:1}.results-page-2__countdown-units{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;font-size:9px;font-weight:500;margin-top:2px}.results-page-2__countdown-units p{margin:0;color:#1a1a1a}.results-page-2__countdown-units p:last-child{padding-left:20px}.results-page-2__sticky-button{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:8px;background-color:#1b6f4e;padding:12px 32px;border:none;cursor:pointer;-webkit-transition:all .2s ease;transition:all .2s ease;-webkit-animation:pulse 2s infinite;animation:pulse 2s infinite}.results-page-2__sticky-button:hover{-webkit-transform:translateY(-1px);transform:translateY(-1px);-webkit-box-shadow:0 4px 12px #146344;box-shadow:0 4px 12px #146344}.results-page-2__sticky-button:active{-webkit-transform:translateY(0);transform:translateY(0)}@media (max-width: 360px){.results-page-2__sticky-button{padding:12px 24px}}.results-page-2__sticky-button-text{font-size:16px;font-weight:600;text-transform:uppercase;color:var(--color-tertiary, #ffffff)!important;white-space:nowrap;text-decoration:none}@media (max-width: 360px){.results-page-2__sticky-button-text{font-size:12px}}@-webkit-keyframes pulse{0%,to{-webkit-box-shadow:0 0 0 0 rgba(27,111,78,.4);box-shadow:0 0 #1b6f4e66}50%{-webkit-box-shadow:0 0 0 8px rgba(27,111,78,0);box-shadow:0 0 0 8px #1b6f4e00}}.results-page-2__goal-avatar{background-size:contain;background-position:bottom;background-repeat:no-repeat}.results-page-2__goal-avatar--goal{position:relative}.results-page-2__goal-avatar--goal:before{content:"";position:absolute;top:0;left:50%;height:70%;width:80%;-webkit-transform:translateX(-50%);transform:translate(-50%);background-size:contain;background-position:center;background-repeat:no-repeat}.results-page-2__goal-content{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:100%}.results-page-2__goal-column{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;padding:12px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.results-page-2__goal-vertical-divider{width:1px;background:#e5e7eb;border:none;margin:16px 0;height:192px}.results-page-2__goal-skill,.results-page-2__goal-income{margin-bottom:16px}.results-page-2__goal-skill-title,.results-page-2__goal-income-title{font-size:16px;font-weight:600;color:var(--color-text-primary);margin:0 0 10px;padding-bottom:10px}.results-page-2__goal-skill-image,.results-page-2__goal-income-image{width:100%;height:59px;max-width:180px;-o-object-fit:contain;object-fit:contain}.results-page-2__goal-income-label{font-size:14px;font-weight:500;color:var(--color-text-secondary);margin:0;padding:8px 0}.results-page-2__goal-disclaimer{font-size:12px;font-weight:400;color:var(--color-text-secondary);margin:0;text-align:center}.results-page-2__readiness-block{margin-bottom:20px;padding:20px}.results-page-2__readiness-wrapper{max-width:400px;margin:0 auto;padding:0 16px}@media screen and (min-width: 992px){.results-page-2__readiness-wrapper{max-width:580px;padding:0}}.results-page-2__readiness-title{margin-bottom:12px;font-size:18px;font-weight:700;text-align:left}@media screen and (max-width: 767.5px){.results-page-2__readiness-title{font-size:16px}}.results-page-2__readiness-label{color:var(--color-text-primary)}.results-page-2__readiness-score{color:#7abf4c}.results-page-2__readiness-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:1px solid #e5e7eb;border-radius:8px;background:#f9fafb;padding:24px 16px;gap:4px}.results-page-2__readiness-text{font-weight:500;color:var(--color-text-secondary);margin:0!important}@media screen and (max-width: 767.5px){.results-page-2__readiness-text{font-size:14px}}.results-page-2__readiness-highlight{color:#7abf4c}.results-page-2__readiness-icon{width:32px;height:37px;-ms-flex-negative:0;flex-shrink:0}.results-page-2__easier-section{background:#f3f4f6;padding:24px 24px 40px;width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw}@media screen and (min-width: 1200px){.results-page-2__easier-section{padding-top:40px}}.results-page-2__easier-container{margin:0 auto}@media screen and (min-width: 992px){.results-page-2__easier-container{max-width:580px}}@media screen and (min-width: 1200px){.results-page-2__easier-container{max-width:900px;padding:24px 0}}.results-page-2__easier-title{color:#24234c;text-align:center;font-size:24px;font-weight:600;margin:0 0 24px}@media screen and (min-width: 992px){.results-page-2__easier-title{font-size:30px}}@media screen and (min-width: 1200px){.results-page-2__easier-title{font-size:36px}}.results-page-2__easier-content{margin:24px 0}@media screen and (min-width: 1200px){.results-page-2__easier-content{display:-webkit-box;display:-ms-flexbox;display:flex;gap:32px}}.results-page-2__easier-images{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;margin-bottom:24px}@media screen and (min-width: 1200px){.results-page-2__easier-images{gap:32px;margin-bottom:0}}.results-page-2__easier-person-wrapper{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.results-page-2__easier-person-image,.results-page-2__easier-workflow-image{height:210px;width:150px;-o-object-fit:cover;object-fit:cover}@media screen and (min-width: 1200px){.results-page-2__easier-person-image,.results-page-2__easier-workflow-image{height:280px;width:200px}}.results-page-2__easier-points{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}@media screen and (min-width: 1200px){.results-page-2__easier-points{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:16px}}.results-page-2__easier-point{margin:4px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}@media screen and (min-width: 1200px){.results-page-2__easier-point{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin:0}}.results-page-2__easier-point-text{font-size:14px;font-weight:500;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (min-width: 1200px){.results-page-2__easier-point-text{font-size:18px}}.results-page-2__easier-point-icon{margin-right:16px;height:34px;width:24px;-o-object-fit:cover;object-fit:cover;-ms-flex-negative:0;flex-shrink:0}.results-page-2__book-section{background:#fff;padding:60px 20px;width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw}.results-page-2__book-container{max-width:1200px;margin:0 auto}.results-page-2__book-title{font-size:32px;font-weight:600;text-align:center;margin:0 0 40px;color:#333}@media screen and (max-width: 767.5px){.results-page-2__book-title{font-size:24px;margin-bottom:30px}}.results-page-2__book-grid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem}.results-page-2__book-item{border:2px solid #e5e5e5;border-radius:12px;overflow:hidden;background:#fff;-webkit-transition:border-color .3s ease;transition:border-color .3s ease;position:relative;z-index:1;width:100%;max-width:370px}.results-page-2__book-item:hover{border-color:#ccc}.results-page-2__book-item-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:2rem 1rem}@media screen and (max-width: 767.5px){.results-page-2__book-item-header{padding:2rem 1rem}}.results-page-2__book-item-number{-webkit-box-flex:1;-ms-flex:1;flex:1}.results-page-2__book-number-text{font-size:3.5rem;font-weight:700;color:#333;margin:0;text-align:left;display:block;line-height:1}.results-page-2__book-item-icon{-ms-flex-negative:0;flex-shrink:0}.results-page-2__book-item-icon svg{width:56px;height:56px}@media screen and (max-width: 767.5px){.results-page-2__book-item-icon svg{width:48px;height:48px}}.results-page-2__book-icon-image{width:56px;height:56px;-o-object-fit:contain;object-fit:contain}@media screen and (max-width: 767.5px){.results-page-2__book-icon-image{width:48px;height:48px}}.results-page-2__book-item-content{border-top:1px solid #e5e5e5}.results-page-2__book-toggle-btn{width:100%;background:none;border:none;padding:20px 24px;text-align:left;cursor:pointer;color:#333;-webkit-transition:background-color .3s ease;transition:background-color .3s ease}.results-page-2__book-toggle-btn:hover{background-color:#0000000d}.results-page-2__book-toggle-btn[aria-expanded=true] .results-page-2__book-toggle-icon{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.results-page-2__book-toggle-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:16px}.results-page-2__book-item-title{font-weight:500;color:#333;margin:0!important;-webkit-box-flex:1;-ms-flex:1;flex:1}.results-page-2__book-item-title{font-size:16px}@media screen and (min-width: 450px){.results-page-2__book-item-title{font-size:calc(16px + 2 * (100vw - 450px) / 1130)}}@media screen and (min-width: 1580px){.results-page-2__book-item-title{font-size:18px}}.results-page-2__book-toggle-icon{width:24px;height:24px;-ms-flex-negative:0;flex-shrink:0;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.results-page-2__book-toggle-icon path{fill:#666}.results-page-2__book-expandable{display:none;max-height:0;overflow:hidden}.results-page-2__book-expandable.expanded{display:block!important}.results-page-2__book-content-text{padding:0 24px 24px;color:#666;font-size:16px;line-height:1.6;text-align:left}.results-page-2__book-content-text p{padding-top:1rem;margin:0}.results-page-2__book-content-text p{font-size:14px}@media screen and (min-width: 450px){.results-page-2__book-content-text p{font-size:calc(14px + 2 * (100vw - 450px) / 1130)}}@media screen and (min-width: 1580px){.results-page-2__book-content-text p{font-size:16px}}.results-page-2__bottom-section{background:#fff;text-align:center;padding:0 1rem}.results-page-2__bottom-container{max-width:800px;margin:0 auto}.results-page-2__bottom-content{margin-bottom:40px;text-align:left}.results-page-2__bottom-content h1,.results-page-2__bottom-content h2,.results-page-2__bottom-content h3,.results-page-2__bottom-content h4,.results-page-2__bottom-content h5,.results-page-2__bottom-content h6{color:#333;margin-bottom:16px}.results-page-2__bottom-content h1:first-child,.results-page-2__bottom-content h2:first-child,.results-page-2__bottom-content h3:first-child,.results-page-2__bottom-content h4:first-child,.results-page-2__bottom-content h5:first-child,.results-page-2__bottom-content h6:first-child{margin-top:0}.results-page-2__bottom-content p{color:#666;font-size:16px;line-height:1.6;margin-bottom:16px;font-weight:500}@media screen and (max-width: 767.5px){.results-page-2__bottom-content p{font-size:14px}}.results-page-2__bottom-content p:last-child{margin-bottom:0}.results-page-2__bottom-content ul,.results-page-2__bottom-content ol{color:#666;font-size:16px;line-height:1.6}@media screen and (max-width: 767.5px){.results-page-2__bottom-content ul,.results-page-2__bottom-content ol{font-size:14px}}.results-page-2__bottom-content strong{color:#333}.results-page-2__bottom-button-container{margin-top:32px}.results-page-2__bottom-button{display:inline-block;background:#1b6f4e;color:#fff!important;padding:16px 32px;border-radius:8px;text-decoration:none;font-weight:600;font-size:16px;-webkit-transition:all .3s ease;transition:all .3s ease;cursor:pointer;width:100%;max-width:370px}.results-page-2__bottom-button:hover{background:#146344;text-decoration:none;color:#fff;-webkit-transform:translateY(-2px);transform:translateY(-2px);-webkit-box-shadow:0 4px 12px rgba(27,111,78,.3);box-shadow:0 4px 12px #1b6f4e4d}.results-page-2__bottom-button:active{-webkit-transform:translateY(0);transform:translateY(0)}@media screen and (max-width: 767.5px){.results-page-2__bottom-button{padding:14px 28px;font-size:14px}}.results-page-2__container{max-width:1200px;margin:0 auto;padding:0!important;text-align:center}.results-page-2__chart-section{margin-bottom:60px}.results-page-2__chart-title{font-size:24px;font-weight:600;margin-bottom:40px;color:var(--color-text-primary)}@media screen and (min-width: 992px){.results-page-2__chart-title{font-size:28px}}@media screen and (min-width: 1200px){.results-page-2__chart-title{font-size:32px}}.results-page-2__chart-container{margin:0 auto;max-width:656px}.results-page-2__lottie-container{border-radius:12px;overflow:hidden;background:#ffffff0d;backdrop-filter:blur(10px);margin-bottom:20px}.results-page-2__lottie-iframe{width:100%;height:auto;max-width:656px;aspect-ratio:656/460;border:none;display:block}.results-page-2__disclaimer{font-size:12px;color:var(--color-text-secondary);opacity:.7;margin-top:10px}.results-page-2__bottom-section{text-align:center}.results-page-2__bottom-heading{font-size:24px;font-weight:600;line-height:1.3;margin-bottom:0;color:var(--color-text-primary)}@media screen and (min-width: 992px){.results-page-2__bottom-heading{font-size:28px}}@media screen and (min-width: 1200px){.results-page-2__bottom-heading{font-size:32px;margin-bottom:0}}@media screen and (min-width: 768px){.results-page-2__container{padding:30px 15px}.results-page-2__chart-title{font-size:20px;margin-bottom:30px}.results-page-2__bottom-heading{font-size:20px}.results-page-2__chart-section{margin-bottom:40px}.results-page-2.quiz-template--results-page-2{padding-top:64px}}.results-page-3__completion-block{background:#fff;padding:0 20px;text-align:center;width:100%}.results-page-3__bottom-section{margin-top:1.5rem}.results-page-3__completion-container{max-width:800px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:32px}@media screen and (min-width: 992px){.results-page-3__completion-container{gap:40px}}.results-page-3__completion-title{font-size:24px;font-weight:700;color:var(--color-text-primary);margin:0;line-height:1.3;text-align:center}@media screen and (min-width: 992px){.results-page-3__completion-title{font-size:28px}}@media screen and (min-width: 1200px){.results-page-3__completion-title{font-size:32px}}.results-page-3__completion-image{width:100%;max-width:600px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.results-page-3__completion-book-img{width:100%;height:auto;max-width:100%;-o-object-fit:contain;object-fit:contain;display:block}.results-page-3__completion-button-container{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:8px}.results-page-3__completion-button-container .results-page-3__sticky-button{width:100%;max-width:370px;padding:16px 32px}@media screen and (max-width: 767.5px){.results-page-3__completion-button-container .results-page-3__sticky-button{padding:14px 28px}}@media screen and (max-width: 767.5px){.results-page-3__completion-button-container .results-page-3__sticky-button-text{font-size:14px}}.results-page-3__chart-image-container{max-width:450px;margin:0 auto;-o-object-fit:contain;object-fit:contain}.results-page-3__goal-wrapper{max-width:400px;margin:0 auto;padding:0 16px}@media screen and (min-width: 992px){.results-page-3__goal-wrapper{max-width:580px;padding:0}}.results-page-3__goal-card{border:1px solid #e5e7eb;border-radius:8px;background:#f9fafb;margin-bottom:12px}.results-page-3__goal-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;height:56px;width:100%;padding:8px 0}.results-page-3__goal-header-text{font-size:16px;font-weight:700;color:var(--color-text-primary);margin:0}.results-page-3__goal-divider{height:32px;width:1px;background:#e5e7eb;border:none;margin:0}.results-page-3__goal-avatars{display:grid;grid-template-columns:1fr 1fr;height:225px;background-size:cover;background-position:center;background-repeat:no-repeat}.results-page-3__sticky-header{position:fixed;top:0;left:0;right:0;z-index:9999;height:64px;background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:4px;-webkit-box-sizing:content-box;box-sizing:content-box}.results-page-3__sticky-content{display:-webkit-box;display:-ms-flexbox;display:flex;max-width:400px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:4px 16px;text-align:center}.results-page-3__sticky-content p{margin-bottom:0!important}@media (min-width: 768px){.results-page-3__sticky-content{margin:0 auto;max-width:580px}}@media (min-width: 1024px){.results-page-3__sticky-content{max-width:1128px}}.results-page-3__countdown-section{color:#1a1a1a}.results-page-3__countdown-label{font-size:9px;font-weight:500;margin:0 0 2px;color:#1a1a1a}.results-page-3__countdown-time{min-width:82px;font-size:24px;font-weight:600;margin:0;color:#1a1a1a;line-height:1}.results-page-3__countdown-units{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;font-size:9px;font-weight:500;margin-top:2px}.results-page-3__countdown-units p{margin:0;color:#1a1a1a}.results-page-3__countdown-units p:last-child{padding-left:20px}.results-page-3__sticky-button{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:8px;background-color:#1b6f4e;padding:12px 32px;border:none;cursor:pointer;-webkit-transition:all .2s ease;transition:all .2s ease;-webkit-animation:pulse 2s infinite;animation:pulse 2s infinite}.results-page-3__sticky-button:hover{-webkit-transform:translateY(-1px);transform:translateY(-1px);-webkit-box-shadow:0 4px 12px #146344;box-shadow:0 4px 12px #146344}.results-page-3__sticky-button:active{-webkit-transform:translateY(0);transform:translateY(0)}@media (max-width: 360px){.results-page-3__sticky-button{padding:12px 24px}}.results-page-3__sticky-button-text{font-size:16px;font-weight:600;text-transform:uppercase;color:var(--color-tertiary, #ffffff)!important;white-space:nowrap;text-decoration:none}@media (max-width: 360px){.results-page-3__sticky-button-text{font-size:12px}}@keyframes pulse{0%,to{-webkit-box-shadow:0 0 0 0 rgba(27,111,78,.4);box-shadow:0 0 #1b6f4e66}50%{-webkit-box-shadow:0 0 0 8px rgba(27,111,78,0);box-shadow:0 0 0 8px #1b6f4e00}}.results-page-3__goal-avatar{background-size:contain;background-position:bottom;background-repeat:no-repeat}.results-page-3__goal-avatar--goal{position:relative}.results-page-3__goal-avatar--goal:before{content:"";position:absolute;top:0;left:50%;height:70%;width:80%;-webkit-transform:translateX(-50%);transform:translate(-50%);background-size:contain;background-position:center;background-repeat:no-repeat}.results-page-3__goal-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;height:100%}.results-page-3__goal-column{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;padding:12px}.results-page-3__goal-vertical-divider{width:1px;background:#e5e7eb;border:none;margin:16px 0;height:140px}.results-page-3__goal-skill,.results-page-3__goal-income{margin-bottom:16px}.results-page-3__goal-skill-title,.results-page-3__goal-income-title{font-size:16px;font-weight:600;color:var(--color-text-primary);margin:0 0 10px;padding-bottom:10px}.results-page-3__goal-skill-image,.results-page-3__goal-income-image{width:100%;height:59px;max-width:180px;-o-object-fit:contain;object-fit:contain}.results-page-3__goal-skill-item{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.results-page-3__goal-income-label{font-size:14px;font-weight:500;color:var(--color-text-secondary);margin:0;padding:8px 0}.results-page-3__goal-disclaimer{font-size:12px;font-weight:400;color:var(--color-text-secondary);margin:0;text-align:center}.results-page-3__readiness-block{margin-bottom:20px;padding:20px}.results-page-3__readiness-wrapper{max-width:400px;margin:0 auto;padding:0 16px}@media screen and (min-width: 992px){.results-page-3__readiness-wrapper{max-width:580px;padding:0}}.results-page-3__readiness-title{margin-bottom:12px;font-size:18px;font-weight:700;text-align:left}@media screen and (max-width: 767.5px){.results-page-3__readiness-title{font-size:16px}}.results-page-3__readiness-label{color:var(--color-text-primary)}.results-page-3__readiness-score{color:#7abf4c}.results-page-3__readiness-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:1px solid #e5e7eb;border-radius:8px;background:#f9fafb;padding:24px 16px;gap:4px}.results-page-3__readiness-text{font-weight:500;color:var(--color-text-secondary);margin:0!important}@media screen and (max-width: 767.5px){.results-page-3__readiness-text{font-size:14px}}.results-page-3__readiness-highlight{color:#7abf4c}.results-page-3__readiness-icon{width:32px;height:37px;-ms-flex-negative:0;flex-shrink:0}.results-page-3__easier-section{background:#f3f4f6;padding:24px 24px 40px;width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw}@media screen and (min-width: 1200px){.results-page-3__easier-section{padding-top:40px}}.results-page-3__easier-container{margin:0 auto}@media screen and (min-width: 992px){.results-page-3__easier-container{max-width:580px}}@media screen and (min-width: 1200px){.results-page-3__easier-container{max-width:900px;padding:24px 0}}.results-page-3__easier-title{color:#24234c;text-align:center;font-size:24px;font-weight:600;margin:0 0 24px}@media screen and (min-width: 992px){.results-page-3__easier-title{font-size:30px}}@media screen and (min-width: 1200px){.results-page-3__easier-title{font-size:36px}}.results-page-3__easier-content{margin:24px 0}@media screen and (min-width: 1200px){.results-page-3__easier-content{display:-webkit-box;display:-ms-flexbox;display:flex;gap:32px}}.results-page-3__easier-images{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;margin-bottom:24px}@media screen and (min-width: 1200px){.results-page-3__easier-images{gap:32px;margin-bottom:0}}.results-page-3__easier-person-wrapper{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.results-page-3__easier-person-image,.results-page-3__easier-workflow-image{height:210px;width:150px;-o-object-fit:cover;object-fit:cover}@media screen and (min-width: 1200px){.results-page-3__easier-person-image,.results-page-3__easier-workflow-image{height:280px;width:200px}}.results-page-3__easier-points{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}@media screen and (min-width: 1200px){.results-page-3__easier-points{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:16px}}.results-page-3__easier-point{margin:4px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}@media screen and (min-width: 1200px){.results-page-3__easier-point{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin:0}}.results-page-3__easier-point-text{font-size:14px;font-weight:500;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (min-width: 1200px){.results-page-3__easier-point-text{font-size:18px}}.results-page-3__easier-point-icon{margin-right:16px;height:34px;width:24px;-o-object-fit:cover;object-fit:cover;-ms-flex-negative:0;flex-shrink:0}.results-page-3__book-section{background:#fff;padding:30px 20px;width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw}.results-page-3__book-container{max-width:1200px;margin:0 auto}.results-page-3__book-title{font-size:32px;font-weight:600;text-align:center;margin:0 0 40px;color:#333}@media screen and (max-width: 767.5px){.results-page-3__book-title{font-size:24px;margin-bottom:30px}}.results-page-3__book-grid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem}.results-page-3__book-item{border:2px solid #e5e5e5;border-radius:12px;overflow:hidden;background:#fff;-webkit-transition:border-color .3s ease;transition:border-color .3s ease;position:relative;z-index:1;width:100%;max-width:370px}.results-page-3__book-item:hover{border-color:#ccc}.results-page-3__book-item-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:2rem 1rem}@media screen and (max-width: 767.5px){.results-page-3__book-item-header{padding:2rem 1rem}}.results-page-3__book-item-number{-webkit-box-flex:1;-ms-flex:1;flex:1}.results-page-3__book-number-text{font-size:3.5rem;font-weight:700;color:#333;margin:0;text-align:left;display:block;line-height:1}.results-page-3__book-item-icon{-ms-flex-negative:0;flex-shrink:0}.results-page-3__book-item-icon svg{width:56px;height:56px}@media screen and (max-width: 767.5px){.results-page-3__book-item-icon svg{width:48px;height:48px}}.results-page-3__book-icon-image{width:56px;height:56px;-o-object-fit:contain;object-fit:contain}@media screen and (max-width: 767.5px){.results-page-3__book-icon-image{width:48px;height:48px}}.results-page-3__book-item-content{border-top:1px solid #e5e5e5}.results-page-3__book-toggle-btn{width:100%;background:none;border:none;padding:20px 24px;text-align:left;cursor:pointer;color:#333;-webkit-transition:background-color .3s ease;transition:background-color .3s ease}.results-page-3__book-toggle-btn:hover{background-color:#0000000d}.results-page-3__book-toggle-btn[aria-expanded=true] .results-page-3__book-toggle-icon{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.results-page-3__book-toggle-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:16px}.results-page-3__book-item-title{font-weight:500;color:#333;margin:0!important;-webkit-box-flex:1;-ms-flex:1;flex:1}.results-page-3__book-item-title{font-size:16px}@media screen and (min-width: 450px){.results-page-3__book-item-title{font-size:calc(16px + 2 * (100vw - 450px) / 1130)}}@media screen and (min-width: 1580px){.results-page-3__book-item-title{font-size:18px}}.results-page-3__book-toggle-icon{width:24px;height:24px;-ms-flex-negative:0;flex-shrink:0;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.results-page-3__book-toggle-icon path{fill:#666}.results-page-3__book-expandable{display:none;max-height:0;overflow:hidden}.results-page-3__book-expandable.expanded{display:block!important}.results-page-3__book-content-text{padding:0 24px 24px;color:#666;font-size:16px;line-height:1.6;text-align:left}.results-page-3__book-content-text p{padding-top:1rem;margin:0}.results-page-3__book-content-text p{font-size:14px}@media screen and (min-width: 450px){.results-page-3__book-content-text p{font-size:calc(14px + 2 * (100vw - 450px) / 1130)}}@media screen and (min-width: 1580px){.results-page-3__book-content-text p{font-size:16px}}.results-page-3__bottom-section{background:#fff;text-align:center;padding:0 1rem}.results-page-3__bottom-container{max-width:800px;margin:0 auto}.results-page-3__bottom-content{margin-bottom:40px;text-align:left}.results-page-3__bottom-content h1,.results-page-3__bottom-content h2,.results-page-3__bottom-content h3,.results-page-3__bottom-content h4,.results-page-3__bottom-content h5,.results-page-3__bottom-content h6{color:#333;margin-bottom:16px}.results-page-3__bottom-content h1:first-child,.results-page-3__bottom-content h2:first-child,.results-page-3__bottom-content h3:first-child,.results-page-3__bottom-content h4:first-child,.results-page-3__bottom-content h5:first-child,.results-page-3__bottom-content h6:first-child{margin-top:0}.results-page-3__bottom-content p{color:#666;font-size:16px;line-height:1.6;margin-bottom:16px;font-weight:500}@media screen and (max-width: 767.5px){.results-page-3__bottom-content p{font-size:14px}}.results-page-3__bottom-content p:last-child{margin-bottom:0}.results-page-3__bottom-content ul,.results-page-3__bottom-content ol{color:#666;font-size:16px;line-height:1.6}@media screen and (max-width: 767.5px){.results-page-3__bottom-content ul,.results-page-3__bottom-content ol{font-size:14px}}.results-page-3__bottom-content strong{color:#333}.results-page-3__bottom-button-container{margin-top:0}.results-page-3__bottom-button{display:inline-block;background:#1b6f4e;color:#fff!important;padding:16px 32px;border-radius:8px;text-decoration:none;font-weight:600;font-size:16px;-webkit-transition:all .3s ease;transition:all .3s ease;cursor:pointer;width:100%;max-width:370px}.results-page-3__bottom-button:hover{background:#146344;text-decoration:none;color:#fff;-webkit-transform:translateY(-2px);transform:translateY(-2px);-webkit-box-shadow:0 4px 12px rgba(27,111,78,.3);box-shadow:0 4px 12px #1b6f4e4d}.results-page-3__bottom-button:active{-webkit-transform:translateY(0);transform:translateY(0)}@media screen and (max-width: 767.5px){.results-page-3__bottom-button{padding:14px 28px;font-size:14px}}.results-page-3__container{max-width:1200px;margin:0 auto;padding:0!important;text-align:center}.results-page-3__chart-section{margin-bottom:60px}.results-page-3__chart-title{font-size:24px;font-weight:600;margin-bottom:40px;color:var(--color-text-primary)}@media screen and (min-width: 992px){.results-page-3__chart-title{font-size:28px}}@media screen and (min-width: 1200px){.results-page-3__chart-title{font-size:32px}}.results-page-3__chart-container{margin:0 auto;max-width:656px}.results-page-3__lottie-container{border-radius:12px;overflow:hidden;background:#ffffff0d;backdrop-filter:blur(10px);margin-bottom:20px}.results-page-3__lottie-iframe{width:100%;height:auto;max-width:656px;aspect-ratio:656/460;border:none;display:block}.results-page-3__disclaimer{font-size:12px;color:var(--color-text-secondary);opacity:.7;margin-top:10px}.results-page-3__bottom-section{text-align:center}.results-page-3__bottom-heading{font-size:24px;font-weight:600;line-height:1.3;margin-bottom:0;color:var(--color-text-primary)}@media screen and (min-width: 992px){.results-page-3__bottom-heading{font-size:28px}}@media screen and (min-width: 1200px){.results-page-3__bottom-heading{font-size:32px;margin-bottom:0}}@media screen and (min-width: 768px){.results-page-3__container{padding:30px 15px}.results-page-3__chart-title{font-size:20px;margin-bottom:30px}.results-page-3__bottom-heading{font-size:20px}.results-page-3__chart-section{margin-bottom:40px}.results-page-3.quiz-template--results-page-3{padding-top:64px}}.quiz-template--results-page-3{padding-top:64px}.quiz-template--results-page-3 .summary-8__content{margin-top:2rem;margin-bottom:2rem}.justify-logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.quiz-template--input .input-template__form-container{max-width:500px;margin:0 auto 2rem;padding:0 1.5rem}.quiz-template--input .input-template__label{display:block;font-size:1.1rem;font-weight:600;color:#333;margin-bottom:.75rem;text-align:center}@media screen and (min-width: 992px){.quiz-template--input .input-template__label{font-size:1.2rem;margin-bottom:1rem}}.quiz-template--input .input-template__required{color:#dc3545;margin-left:.25rem}.quiz-template--input .input-template__input-container{position:relative;margin-bottom:1.5rem}.quiz-template--input .input-template__field{width:100%;padding:1rem 1.5rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;font-weight:500;background:#fff;color:#333;-webkit-transition:border-color .2s ease,-webkit-box-shadow .2s ease;transition:border-color .2s ease,-webkit-box-shadow .2s ease;transition:border-color .2s ease,box-shadow .2s ease;transition:border-color .2s ease,box-shadow .2s ease,-webkit-box-shadow .2s ease}.quiz-template--input .input-template__field::-webkit-input-placeholder{color:#999;font-weight:400}.quiz-template--input .input-template__field::-moz-placeholder{color:#999;font-weight:400}.quiz-template--input .input-template__field:-ms-input-placeholder{color:#999;font-weight:400}.quiz-template--input .input-template__field::-ms-input-placeholder{color:#999;font-weight:400}.quiz-template--input .input-template__field::placeholder{color:#999;font-weight:400}.quiz-template--input .input-template__field:focus{outline:none;border-color:var(--color-primary, #007cba);-webkit-box-shadow:0 0 0 3px rgba(0,124,186,.1);box-shadow:0 0 0 3px #007cba1a}@media screen and (min-width: 992px){.quiz-template--input .input-template__field{padding:1.25rem 1.5rem;font-size:1.1rem}}.quiz-template--input .input-template__button{text-align:center;margin-top:2rem}.quiz-template--input .input-template__continue-btn{background:#e0e0e0;color:#999;border:none;padding:1rem 2rem;border-radius:12px;font-size:1rem;font-weight:600;text-transform:uppercase;cursor:not-allowed;-webkit-transition:all .2s ease;transition:all .2s ease;min-width:200px}.quiz-template--input .input-template__continue-btn--enabled{background:#1b6f4e;color:#fff;cursor:pointer}.quiz-template--input .input-template__continue-btn--enabled:hover{background:#1b6f4e;-webkit-transform:translateY(-2px);transform:translateY(-2px);-webkit-box-shadow:0 4px 12px rgba(0,124,186,.3);box-shadow:0 4px 12px #007cba4d}.quiz-template--input .input-template__continue-btn--enabled:active{-webkit-transform:translateY(0);transform:translateY(0)}.quiz-template--input .input-template__continue-btn:disabled{opacity:.6;cursor:not-allowed}@media screen and (min-width: 992px){.quiz-template--input .input-template__continue-btn{padding:1.25rem 2.5rem;font-size:1.1rem}}.quiz-template--input .input-template__footer{margin-top:3rem;text-align:center}.book-result-summary{padding-bottom:1rem;margin-top:2rem;padding-left:1rem;padding-right:1rem;max-width:500px;margin-left:auto;margin-right:auto}@media screen and (min-width: 992px){.book-result-summary{padding-bottom:2rem;margin-top:3rem}}.book-result-summary__container{max-width:42rem;margin:0 auto;color:#000;text-align:left}.book-result-summary__title{font-size:1.25rem;font-weight:700;margin-bottom:1.5rem;color:#000;text-align:center}@media screen and (min-width: 992px){.book-result-summary__title{font-size:2rem}}.book-result-summary__card{margin-bottom:1rem;background:#ffffffb3;border-radius:.5rem;border:1px solid rgb(209,213,219);padding:1rem}@media screen and (min-width: 992px){.book-result-summary__card{padding:1.5rem}}.book-result-summary__section{margin-bottom:1.5rem}.book-result-summary__section:last-child{margin-bottom:0}.book-result-summary__section-title{font-size:1.125rem;font-weight:700;margin-bottom:1rem;color:#000}.book-result-summary__divider{border-top:1px solid rgba(156,163,175,.2);margin:1.5rem 0}.book-result-summary__divider:first-child{margin-top:0}.book-result-summary__divider:last-child{margin-bottom:0}.book-result-summary__systems{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 1.5rem;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:1rem}@media screen and (min-width: 992px){.book-result-summary__systems{padding:0 1.5rem}}.book-result-summary__system{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:80px}.book-result-summary__system-icon{width:2rem;height:2rem;margin-bottom:.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.book-result-summary__system-icon img,.book-result-summary__system-icon svg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.book-result-summary__system-label{font-size:1rem;text-align:center;color:#000}.book-result-summary__symptoms{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:.5rem}.book-result-summary__symptom{background:#dce6e5;border-radius:9999px;padding:.375rem .75rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.5rem}.book-result-summary__symptom-icon{height:1rem;width:1rem;-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.book-result-summary__symptom-icon img,.book-result-summary__symptom-icon svg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.book-result-summary__symptom-label{font-size:1rem;color:#344f5e}.book-result-summary__root-causes{display:-webkit-box;display:-ms-flexbox;display:flex;gap:1rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.book-result-summary__root-causes-icon{width:5rem;height:5rem;-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.book-result-summary__root-causes-icon img,.book-result-summary__root-causes-icon svg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}@media screen and (min-width: 992px){.book-result-summary__root-causes-icon{width:5rem;height:5rem}}.book-result-summary__root-causes-list{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.5rem}.book-result-summary__root-cause{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.5rem;margin-bottom:.5rem}.book-result-summary__root-cause:last-child{margin-bottom:0}.book-result-summary__root-cause-indicator{width:1rem;height:1rem;border-radius:50%;-ms-flex-negative:0;flex-shrink:0}.book-result-summary__root-cause-label{font-size:1rem;color:#000}.book-result-summary__description{max-width:42rem;padding-bottom:2rem;font-size:1rem;color:#000;text-align:left;margin:auto}@media screen and (min-width: 992px){.book-result-summary__description{padding-bottom:3rem;font-size:1.25rem}}.book-result-summary__description p{margin-bottom:1rem}.book-result-summary__description p:last-child{margin-bottom:0}.book-result-summary__description strong,.book-result-summary__description .font-semibold{font-weight:600}.book-result-expect{padding-bottom:2rem}@media screen and (min-width: 992px){.book-result-expect{padding-bottom:3rem}}.book-result-expect__button{color:#fff!important}.book-result-expect__highlight-box{border-radius:.5rem;padding:1rem;margin-bottom:2rem;max-width:31.25rem;margin-left:auto;margin-right:auto}@media screen and (min-width: 992px){.book-result-expect__highlight-box{margin-bottom:2rem}}.book-result-expect__highlight-text{color:#fff;font-size:1rem;line-height:1.5;margin:0;padding:0}.book-result-expect__highlight-text strong,.book-result-expect__highlight-text .font-bold{font-weight:700}.book-result-expect .truth-box-wrapper{padding:0 1rem}.book-result-expect__truth-box{background-color:#069393;border-radius:.5rem;padding:1rem;margin-bottom:2rem;max-width:500px;margin-left:auto;margin-right:auto;text-align:left}@media screen and (min-width: 992px){.book-result-expect__truth-box{padding:1.5rem;margin-bottom:3rem}}.book-result-expect__truth-content{color:#fff;font-size:1rem;line-height:1.5}.book-result-expect__truth-content p{font-size:1rem}.book-result-expect__truth-content p{margin-bottom:.5rem}.book-result-expect__truth-content p:last-child{margin-bottom:0}.book-result-expect__truth-content strong,.book-result-expect__truth-content .font-bold{font-weight:700}.book-result-expect__header{padding-bottom:2rem}@media screen and (min-width: 992px){.book-result-expect__header{padding-bottom:3rem}}.book-result-expect__header-container{max-width:33.125rem;margin:0 auto;padding:0 .9375rem;text-align:center}.book-result-expect__header-title{font-size:clamp(1.5rem,1.3rem + 1vw,1.875rem);color:#000;margin-bottom:1rem;font-weight:700;line-height:1.4}@media screen and (min-width: 992px){.book-result-expect__header-title{margin-bottom:1.5rem}}.book-result-expect__header-logo{margin-bottom:1.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (min-width: 992px){.book-result-expect__header-logo{margin-bottom:2rem}}.book-result-expect__header-logo img{height:1.75rem;-o-object-fit:contain;object-fit:contain}@media screen and (min-width: 992px){.book-result-expect__header-logo img{height:2.25rem}}.book-result-expect__header-image img{width:100%;height:auto;border-radius:1rem}.book-result-expect__items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:0}.book-result-expect__item{margin:0 auto 3rem;max-width:100%}.book-result-expect__item--last{margin-bottom:0}@media screen and (min-width: 992px){.book-result-expect__item{margin-bottom:3rem}}.book-result-expect__item-header{background-color:#8b4513;padding:1.5rem 1rem;margin-bottom:1.5rem;width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw}@media screen and (min-width: 992px){.book-result-expect__item-header{padding:1.5rem}}.book-result-expect__item-header-content{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:.5rem;color:#fff;font-size:clamp(1.5rem,1.3rem + 1vw,1.875rem);text-align:center;max-width:100%;margin:0 auto;padding:0 1rem}@media screen and (min-width: 992px){.book-result-expect__item-header-content{font-size:clamp(2rem,1.625rem + 1.875vw,3rem);max-width:80rem;padding:0 2rem}}.book-result-expect__item-page{font-weight:400;font-size:1.375rem;font-family:var(--font-primary)}@media screen and (min-width: 992px){.book-result-expect__item-page{font-size:calc(1.275rem + .2307692308vw)}}@media screen and (min-width: 992px) and (min-width: 1560px){.book-result-expect__item-page{font-size:1.5rem}}.book-result-expect__item-title{font-weight:700;font-size:1.375rem;font-family:var(--font-primary)}@media screen and (min-width: 992px){.book-result-expect__item-title{font-size:calc(1.275rem + .2307692308vw)}}@media screen and (min-width: 992px) and (min-width: 1560px){.book-result-expect__item-title{font-size:1.5rem}}.book-result-expect__item-subtitle{font-weight:400;font-size:1rem;display:block;width:100%}@media screen and (min-width: 992px){.book-result-expect__item-subtitle{font-size:1.125rem}}.book-result-expect__item-content{max-width:33.125rem;margin:0 auto;padding:0 .9375rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1.5rem}@media screen and (min-width: 992px){.book-result-expect__item-content{gap:2rem}}.book-result-expect__item-image{width:100%}.book-result-expect__item-image img{width:100%;height:auto;border-radius:1rem;-webkit-box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.book-result-expect__item-text{font-size:clamp(1.25rem,1.1rem + .75vw,1.5rem);font-weight:400;color:#000;line-height:1.625;text-align:left;width:100%}.book-result-expect__item-text p{margin-bottom:1rem}.book-result-expect__item-text p:last-child{margin-bottom:0}.book-result-expect__item-text ul{list-style-type:disc;list-style-position:outside;padding-left:1.5rem;margin:0}.book-result-expect__item-text ul li{font-size:1rem;color:#000;margin-bottom:.5rem}.book-result-expect__item-text ul li:last-child{margin-bottom:0}.book-result-expect__item-text ul li::marker{color:#000}.book-result-expect__item-text strong,.book-result-expect__item-text .font-semibold{font-weight:600}.book-result-expect__footer{max-width:42rem;margin:1rem auto 0;text-align:center}.book-result-expect__footer-text{font-size:clamp(1.5rem,1.3rem + 1vw,1.875rem);font-weight:600;color:#000;margin:0}.book-result-expect__button{margin-top:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.trusted-by{padding:1.5rem 0;margin-bottom:2rem}@media screen and (min-width: 992px){.trusted-by{padding:1.5rem 0;margin-bottom:3rem}}.trusted-by__container{max-width:33.125rem;margin:0 auto;padding:0 .9375rem;text-align:center}.trusted-by__title{font-weight:400;color:#000;margin-bottom:1.5rem;margin-top:0;line-height:1.5;font-size:1rem}@media screen and (min-width: 992px){.trusted-by__title{margin-bottom:2rem}}.trusted-by__logos{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1rem;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (min-width: 992px){.trusted-by__logos{gap:2rem}}.trusted-by__logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0}.trusted-by__logo-image{max-width:4rem;width:100%;height:auto;-o-object-fit:contain;object-fit:contain}.access-features-wrapper{max-width:31.25rem;margin-left:auto;margin-right:auto;text-align:left;padding:0 1rem}.access-features{border:1px solid rgba(22,152,135,.4);border-radius:.5rem;padding:.5rem;margin-bottom:2rem}@media screen and (min-width: 992px){.access-features{margin-bottom:3rem}}.access-features__title{font-size:1.25rem;color:#1b1b1f;font-weight:700;margin-bottom:1.5rem;margin-top:0;text-align:left;line-height:1.5}@media screen and (min-width: 992px){.access-features__title{text-align:center;font-size:1.25rem}}.access-features__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:0}.access-features__item{display:-webkit-box;display:-ms-flexbox;display:flex;gap:.5rem;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:.5rem 0;border-bottom:1px solid rgba(22,152,135,.2)}.access-features__item--last{border-bottom:none}.access-features__item-icon{width:2.5rem;height:2.5rem;-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.access-features__icon-image{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.access-features__item-content{-webkit-box-flex:1;-ms-flex:1;flex:1;font-size:1rem;color:#000;font-weight:700}@media screen and (min-width: 992px){.access-features__item-content{font-size:1.25rem}}.access-features__item-title{font-size:inherit;font-weight:700;color:#000;margin-bottom:.25rem;margin-top:0;line-height:1.4}.access-features__item-description{font-weight:400;color:#000;line-height:1.5}.access-features__item-description p{margin-bottom:.5rem}.access-features__item-description p:last-child{margin-bottom:0}.access-features__item-description strong,.access-features__item-description .font-semibold{font-weight:600}.quiz-template-book-result .quiz-flow-container{padding-top:0;padding-bottom:0;max-width:100%}.quiz-template-book-result .quiz-template__footer{max-width:900px;width:100%;margin:auto}.quiz-template-book-result .quiz-item__content{padding-bottom:0}.quiz-template-book-result .offer-testimonial{text-align:left}.quiz-template-book-result .quiz-finish-btn{color:#fff!important}.quiz-template--top-matches .top-matches-container{max-width:100%;margin:0 auto;padding:1rem}@media screen and (min-width: 992px){.quiz-template--top-matches .top-matches-container{padding:2rem}}.quiz-template--top-matches .top-matches__description{font-size:1.25rem;color:#000;margin:0 auto 1rem;max-width:500px;text-align:left}@media screen and (min-width: 992px){.quiz-template--top-matches .top-matches__description{text-align:center}}.quiz-template--top-matches .top-matches__title{font-weight:700;color:#000;margin:0 0 2rem;text-align:center;line-height:1.2}.quiz-template--top-matches .top-matches__title *{margin:0;font-size:1.7rem;font-weight:700}@media screen and (min-width: 992px){.quiz-template--top-matches .top-matches__title *{font-size:2.25rem}}.quiz-template--top-matches .top-matches__title span{color:#169898}.quiz-template--top-matches .top-matches__items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (min-width: 992px){.quiz-template--top-matches .top-matches__items{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}}.quiz-template--top-matches .top-matches__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}@media screen and (min-width: 992px){.quiz-template--top-matches .top-matches__item{-webkit-box-flex:0;-ms-flex:0 0 calc((100% - 2rem) / 3);flex:0 0 calc((100% - 2rem) / 3);max-width:calc((100% - 2rem) / 3)}}.quiz-template--top-matches .top-matches__item-image{width:100%;overflow:hidden;border-top-left-radius:.5rem;border-top-right-radius:.5rem;aspect-ratio:4/3;position:relative}.quiz-template--top-matches .top-matches__item-image img,.quiz-template--top-matches .top-matches__item-image .top-matches__item-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.quiz-template--top-matches .top-matches__item-card{background:#fff;padding:.5rem .5rem .75rem;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media screen and (min-width: 992px){.quiz-template--top-matches .top-matches__item-card{padding:1rem}}.quiz-template--top-matches .top-matches__item-title{font-size:1.5rem;font-weight:700;color:#000;margin:0 0 .5rem;line-height:1.4}.quiz-template--top-matches .top-matches__item-text{font-size:1.125rem;color:#000;line-height:1.5;margin:0}.top-matches-continue-btn{width:100%;background:#1b6f4e;color:#fff;border:none;border-radius:8px;padding:1rem 1.5rem;max-width:400px;font-size:16px;font-weight:600;text-transform:uppercase;cursor:pointer;-webkit-transition:all .2s ease;transition:all .2s ease;-webkit-box-shadow:0 8px 24px rgba(27,111,78,.3);box-shadow:0 8px 24px #1b6f4e4d}.top-matches-continue-btn:hover{background:#146344;-webkit-transform:translateY(-2px);transform:translateY(-2px);-webkit-box-shadow:0 12px 32px rgba(27,111,78,.4);box-shadow:0 12px 32px #1b6f4e66}.top-matches-continue-btn:active{-webkit-transform:translateY(0);transform:translateY(0)}.top-matches-continue-btn__text{display:block}.summary__progress{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:100%;max-width:34.625rem;gap:1rem;margin-bottom:1rem;padding:0;margin-left:auto;margin-right:auto}@media screen and (min-width: 992px){.summary__progress{margin-bottom:2rem}}.summary__progress-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;background-color:#1b6f4e4d;border-radius:.5rem;-webkit-box-shadow:none;box-shadow:none;height:.375rem;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-transition:background-color .3s ease;transition:background-color .3s ease}.summary__progress-item--active{background-color:#1b6f4e}@media screen and (max-width: 767.5px){.quiz-template-summary .quiz-flow-container{padding:.5rem}}.summary__title{font-size:1.5rem;font-weight:700;color:#000;margin:0 0 .5rem;line-height:1.3}@media screen and (min-width: 992px){.summary__title{font-size:1.75rem;margin-bottom:1.25rem}}.summary__text{font-size:1rem;color:#000;line-height:1.5;margin:0 0 1.5rem;font-weight:400}@media screen and (min-width: 992px){.summary__text{margin-bottom:2rem;font-size:1.125rem}}.summary-continue-btn{width:100%;background:#1b6f4e;color:#fff;border:none;border-radius:8px;padding:1rem 1.5rem;max-width:400px;font-size:16px;font-weight:600;text-transform:uppercase;cursor:pointer;-webkit-transition:all .2s ease;transition:all .2s ease;-webkit-box-shadow:0 8px 24px rgba(27,111,78,.3);box-shadow:0 8px 24px #1b6f4e4d;margin-top:1.5rem}.summary-continue-btn:hover{background:#146344;-webkit-transform:translateY(-2px);transform:translateY(-2px);-webkit-box-shadow:0 12px 32px rgba(27,111,78,.4);box-shadow:0 12px 32px #1b6f4e66}.summary-continue-btn:active{-webkit-transform:translateY(0);transform:translateY(0)}.summary-continue-btn__text{display:block}@media screen and (max-width: 767.5px){.quiz-summary-step .quiz-template__button{margin-top:1rem!important}.quiz-summary-step .quiz-template__button .summary-continue-btn{margin-top:0!important}}.summary-1__content .quiz-template__button,.summary-2__content .quiz-template__button,.summary-3__content .quiz-template__button,.summary-4__content .quiz-template__button{margin-top:1.5rem;margin-bottom:0}@media screen and (min-width: 992px){.summary-1__content .quiz-template__button,.summary-2__content .quiz-template__button,.summary-3__content .quiz-template__button,.summary-4__content .quiz-template__button{margin-top:2rem}}.quiz-template--summary-1{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:100vh;background:#fff;width:98vw;margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important;padding:1rem}@media screen and (min-width: 992px){.quiz-template--summary-1{padding:2rem}}.summary-1__content{background-color:#f7f7f7;border-radius:.5rem;padding:1rem;margin-bottom:0;max-width:100%}@media screen and (min-width: 992px){.summary-1__content{padding:2rem;max-width:600px;margin-left:auto;margin-right:auto}}.summary-1__chart{margin-top:1rem}@media screen and (min-width: 992px){.summary-1__chart{margin-top:2rem}}.summary-1__chart-title{font-size:.875rem;font-weight:400;color:#000;margin:0 0 .5rem!important;text-align:center}@media screen and (min-width: 992px){.summary-1__chart-title{font-size:1rem;margin-bottom:1.25rem!important}}.summary-1__chart-image{width:100%;margin-bottom:.5rem}@media screen and (min-width: 768px){.summary-1__chart-image{margin-bottom:1rem}}.summary-1__chart-img{width:100%;height:auto;display:block}@media screen and (max-width: 767.5px){.summary-1.summary-1--lower-image-height-mobile .summary-1__chart-img{max-height:120px;-o-object-fit:contain;object-fit:contain}}.summary-1__chart-legend{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.5rem;margin-top:.5rem}.summary-1__legend-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.5rem}.summary-1 .summary-continue-btn{margin-top:0!important}.summary-1 .quiz-template__button{margin-top:1rem}.summary-1__legend-line{width:1.5rem;height:.25rem;border-radius:.125rem;-ms-flex-negative:0;flex-shrink:0}.summary-1__legend-line--beyond-body{background-color:#5acd81}.summary-1__legend-line--dieting{background-color:#ff5c00}.summary-1__legend-text{font-size:.875rem;color:#000;margin:0;line-height:1.4;margin-bottom:0!important;text-align:left}@media screen and (min-width: 992px){.summary-1__legend-text{font-size:1rem}}.quiz-template--summary-2{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:100vh;background:#fff;width:98vw;margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important;padding:1rem}@media screen and (min-width: 992px){.quiz-template--summary-2{padding:2rem}}.summary-2 p{margin-bottom:0}.summary-2__content{background-color:#f7f7f7;border-radius:.5rem;padding:1rem;margin-bottom:0;max-width:100%}@media screen and (min-width: 992px){.summary-2__content{padding:2rem;max-width:600px;margin-left:auto;margin-right:auto}}.summary-2__section{margin-bottom:.75rem}.summary-2__section:last-child{margin-bottom:0}@media screen and (min-width: 992px){.summary-2__section{margin-bottom:2rem}.summary-2__section:last-child{margin-bottom:0}}.summary-2__section-title{font-size:.875rem;font-weight:500;color:#000;margin:1.5rem 0 .5rem;text-align:center}@media screen and (max-width: 767.5px){.summary-2__section-title{margin-top:.5rem!important}}@media screen and (min-width: 992px){.summary-2__section-title{font-size:1rem;margin-bottom:.75rem}}.summary-2 .summary-continue-btn{margin-top:0}.summary-2__section-value{font-family:Poppins,sans-serif;font-size:2rem;font-weight:700;color:#000;margin:0 0 1rem;line-height:1.2}@media screen and (max-width: 767.5px){.summary-2__section-value{margin-top:.5rem!important;margin-bottom:0rem!important}}@media screen and (min-width: 992px){.summary-2__section-value{font-size:2.5rem;margin-bottom:1.25rem}}.summary-2__section-description{font-size:.875rem;color:#000;line-height:1.5;margin:0 0 1rem}@media screen and (min-width: 992px){.summary-2__section-description{font-size:1rem;margin-bottom:1.25rem}}.summary-2__bmi-scale{margin-top:1rem}@media screen and (max-width: 767.5px){.summary-2__bmi-scale{margin-top:0rem!important}}.summary-2__bmi-scale-image{width:100%;margin-bottom:.75rem}.summary-2__bmi-scale-img{width:100%;height:auto;display:block}@media screen and (max-width: 767.5px){.summary-2__bmi-scale-img{max-height:50px;-o-object-fit:contain;object-fit:contain}}.summary-2__bmi-labels{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:.5rem}.summary-2__bmi-label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.375rem;-webkit-box-flex:1;-ms-flex:1;flex:1}.summary-2__bmi-label-indicator{width:.75rem;height:.25rem;border-radius:.125rem;-ms-flex-negative:0;flex-shrink:0}.summary-2__bmi-label-indicator--normal{background-color:#87ceeb}.summary-2__bmi-label-indicator--overweight{background-color:gold}.summary-2__bmi-label-indicator--obesity{background-color:#ff4500}.summary-2__bmi-label-text{font-size:.75rem;color:#000;margin:0;line-height:1.4}@media screen and (min-width: 992px){.summary-2__bmi-label-text{font-size:.875rem}}.summary-2__alert{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.75rem;background-color:#fe7677;border-radius:.5rem;padding:.5rem;margin-top:.5rem}@media screen and (min-width: 992px){.summary-2__alert{margin-top:1rem;padding:1rem}}.summary-2 .quiz-template__button{margin-top:1rem}.summary-2__alert-icon{-ms-flex-negative:0;flex-shrink:0;width:24px;height:24px}.summary-2__alert-text{font-size:.875rem;font-weight:500;color:#fff;margin:0;line-height:1.4}@media screen and (min-width: 992px){.summary-2__alert-text{font-size:1rem}}.quiz-template--summary-3{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:100vh;background:#fff;width:98vw;margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important;padding:1rem}@media screen and (min-width: 992px){.quiz-template--summary-3{padding:2rem}}.summary-3 p{margin-bottom:0}.summary-3 .summary-3__section-title,.summary-3 .summary-3__section-value,.summary-3 .summary-3__section-description{text-align:left!important}.summary-3 .summary-3__section-description{font-weight:400!important}.summary-3__content{background-color:#f7f7f7;border-radius:.5rem;padding:1rem;margin-bottom:0;max-width:100%}@media screen and (min-width: 992px){.summary-3__content{padding:2rem;max-width:600px;margin-left:auto;margin-right:auto}}.summary-3__section{margin-top:1rem}.summary-3__section-title{font-size:.875rem;font-weight:500;color:#000;margin:0 0 .5rem;text-align:center}@media screen and (min-width: 992px){.summary-3__section-title{font-size:1rem;margin-bottom:.75rem}}.summary-3__section-value{font-family:Poppins,sans-serif;font-size:2rem;font-weight:700;color:#000;margin:0 0 1rem;line-height:1.2;text-align:center}@media screen and (min-width: 992px){.summary-3__section-value{font-size:2.5rem;margin-bottom:1.25rem}}.summary-3__section-description{font-size:.875rem;color:#000;line-height:1.5;margin:0 0 1rem;text-align:center}@media screen and (min-width: 992px){.summary-3__section-description{font-size:1rem;margin-bottom:1.25rem}}.summary-3__scale{margin-top:1rem}.summary-3__scale-image{width:100%}.summary-3__scale-img{width:100%;height:auto;display:block}.quiz-template--summary-4{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:100vh;background:#fff;width:98vw;margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important;padding:1rem}@media screen and (min-width: 992px){.quiz-template--summary-4{padding:2rem}}.summary-4 p{margin-bottom:0;text-align:left}.summary-4__content{background-color:#f7f7f7;border-radius:.5rem;padding:1rem;margin-bottom:0;max-width:100%}@media screen and (min-width: 992px){.summary-4__content{padding:2rem;max-width:600px;margin-left:auto;margin-right:auto}}.summary-4__book-image{width:100%;margin:1.5rem 0;position:relative;max-width:400px;margin-left:auto;margin-right:auto}@media screen and (min-width: 992px){.summary-4__book-image{margin:2rem auto;max-width:500px}}.summary-4__book-img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;display:block}.summary-4__timeline{margin-top:2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:0;position:relative;padding-left:1.5rem}@media screen and (min-width: 992px){.summary-4__timeline{margin-top:2.5rem;padding-left:2rem}}.summary-4__timeline-item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.75rem;padding-bottom:1.5rem}.summary-4__timeline-item:not(:last-child):after{content:"";position:absolute;left:-1.32rem;top:.75rem;width:2px;height:calc(100% - .75rem);background-color:#87ceeb;z-index:1}.summary-4__timeline-item:last-child{padding-bottom:0}@media screen and (min-width: 992px){.summary-4__timeline-item{padding-bottom:2rem}.summary-4__timeline-item:last-child{padding-bottom:0}}.summary-4__timeline-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.75rem;position:relative}.summary-4__timeline-marker{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;background-color:#87ceeb;min-height:unset;height:1.5rem;width:1.5rem;max-height:unset;display:block;text-align:left;border-radius:6.25rem;cursor:initial;position:absolute;left:-2rem;top:0;-ms-flex-negative:0;flex-shrink:0;z-index:2}@media screen and (min-width: 992px){.summary-4__timeline-marker{left:-2rem}}.summary-4__timeline-week{font-size:.875rem;font-weight:600;margin:0;line-height:1.4}@media screen and (min-width: 992px){.summary-4__timeline-week{font-size:1rem}}.summary-4__timeline-week-number{color:#000}.summary-4__timeline-week-subtitle{color:#666}.summary-4__timeline-content{display:-webkit-box;display:-ms-flexbox;display:flex;gap:1rem;position:relative;padding-left:0}.summary-4__timeline-description{-webkit-box-flex:1;-ms-flex:1;flex:1;padding-left:0}.summary-4__timeline-text{font-size:.875rem;color:#000;line-height:1.5;margin:0}@media screen and (min-width: 992px){.summary-4__timeline-text{font-size:1rem}}.quiz-template--summary-5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:100vh;background:#fff;width:98vw;margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important;padding:1rem}@media screen and (min-width: 992px){.quiz-template--summary-5{padding:2rem}}.summary-5 p{margin-bottom:0;text-align:center}.summary-5__content{background-color:#f7f7f7;border-radius:.5rem;padding:1rem;margin-bottom:0;max-width:100%}@media screen and (min-width: 992px){.summary-5__content{padding:2rem;max-width:600px;margin-left:auto;margin-right:auto}}.summary-5__testimonials{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem;margin-top:1.5rem}@media screen and (min-width: 992px){.summary-5__testimonials{gap:1.5rem;margin-top:2rem}}.summary-5__testimonial{background-color:#fff;border-radius:.5rem;padding:1.5rem;-webkit-box-shadow:0 2px 8px rgba(0,0,0,.1);box-shadow:0 2px 8px #0000001a;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;gap:1rem}@media screen and (min-width: 992px){.summary-5__testimonial{padding:2rem;gap:1.25rem}}.summary-5__testimonial-logo{width:100%;max-width:200px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media screen and (min-width: 992px){.summary-5__testimonial-logo{max-width:250px}}.summary-5__testimonial-logo-img{width:100%;height:auto;display:block}.summary-5__testimonial-quote{font-size:.875rem;font-weight:500;color:#000;line-height:1.5;margin:0;text-align:center}@media screen and (min-width: 992px){.summary-5__testimonial-quote{font-size:1rem}}.quiz-template--summary-6{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:100vh;background:#fff;width:98vw;margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important;padding:1rem}@media screen and (min-width: 992px){.quiz-template--summary-6{padding:2rem}}.summary-6 p{margin-bottom:0;text-align:center}.summary-6__content{background-color:#f7f7f7;border-radius:.5rem;padding:1rem;margin-bottom:0;max-width:100%}@media screen and (min-width: 992px){.summary-6__content{padding:2rem;max-width:600px;margin-left:auto;margin-right:auto}}.summary-6__before-after{width:100%;margin:1rem 0;position:relative;max-width:500px;margin-left:auto;margin-right:auto}@media screen and (min-width: 992px){.summary-6__before-after{max-width:480px}}.summary-6__before-after-image{width:100%;position:relative}.summary-6__before-after-img{width:100%;height:auto;-o-object-fit:contain;object-fit:contain;display:block}.summary-6__rating{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.25rem;margin:0}.summary-6__star{width:26px;height:25px;-ms-flex-negative:0;flex-shrink:0}@media screen and (min-width: 992px){.summary-6__star{width:30px;height:29px}}.summary-6__review{margin:1rem 0;text-align:left}.summary-6__review p{font-size:.875rem;color:#000;line-height:1.5;margin:0 0 1rem;text-align:left;font-weight:600}.summary-6__review p:last-child{margin-bottom:0}@media screen and (min-width: 992px){.summary-6__review p{font-size:1rem;margin-bottom:1.25rem}.summary-6__review p:last-child{margin-bottom:0}}.summary-6__reviewer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1rem;margin-top:1.5rem}@media screen and (min-width: 992px){.summary-6__reviewer{margin-top:2rem;gap:1.5rem}}.summary-6__reviewer-name{font-size:.875rem;font-weight:700;color:#000;margin:0;text-align:left;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}@media screen and (min-width: 992px){.summary-6__reviewer-name{font-size:1rem}}.summary-6__verified{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.5rem}.summary-6__verified-icon{width:1.5rem;height:1.5rem;-ms-flex-negative:0;flex-shrink:0}.summary-6__verified-text{font-size:.875rem;font-weight:500;color:#31c062;margin:0;text-align:left}@media screen and (min-width: 992px){.summary-6__verified-text{font-size:1rem}}.quiz-template--summary-7{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:100vh;background:#fff;width:98vw;margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important;padding:1rem}@media screen and (min-width: 992px){.quiz-template--summary-7{padding:2rem}}.summary-7 p{margin-bottom:0;text-align:center}.summary-7 .offer-personalized-plan__wrapper{background:transparent!important}.summary-7 .offer-personalized-plan__cta{display:none!important}.summary-7 .offer-personalized-plan__pages-title{display:inline-block!important}.summary-7 .offer-personalized-plan__pages-subtitle{display:inline}.summary-7__content{background-color:#f7f7f7;border-radius:.5rem;padding:1rem;margin-bottom:0;max-width:100%}@media screen and (min-width: 992px){.summary-7__content{padding:2rem;max-width:600px;margin-left:auto;margin-right:auto}}.summary-7 .offer-personalized-plan__wrapper{margin:1.5rem 0}@media screen and (min-width: 992px){.summary-7 .offer-personalized-plan__wrapper{margin:2rem 0}}.summary-7 .offer-personalized-plan{background:transparent;padding:0;display:block;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.summary-7 .offer-personalized-plan__container{background:transparent;padding:0;display:block}.summary-7 .offer-personalized-plan__image-desktop{display:none!important}.summary-7 .offer-personalized-plan__image-mobile{display:block!important;margin:1rem 0;width:100%;max-width:100%}@media screen and (min-width: 992px){.summary-7 .offer-personalized-plan__image-mobile{margin:1.5rem 0}}.summary-7 .offer-personalized-plan__image-mobile img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.summary-7 .offer-personalized-plan__title{display:block!important;margin-bottom:1rem;text-align:center}@media screen and (min-width: 992px){.summary-7 .offer-personalized-plan__title{margin-bottom:1.5rem}}.summary-7 .offer-personalized-plan__content{display:block!important;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}.summary-7 .offer-personalized-plan__benefits{width:100%}.summary-7 .offer-personalized-plan__benefits p{text-align:left}.summary-7 .offer-personalized-plan__pages{margin:0}.summary-7 .offer-personalized-plan__pages-title{text-align:center;margin-bottom:.5rem}.summary-7 .offer-personalized-plan__pages-subtitle{text-align:center}.summary-7 .offer-personalized-plan__benefit-list{margin-top:1rem}@media screen and (min-width: 992px){.summary-7 .offer-personalized-plan__benefit-list{margin-top:1.5rem}}.summary-7 .quiz-template__button{margin-top:1.5rem}@media screen and (min-width: 992px){.summary-7 .quiz-template__button{margin-top:2rem}}.quiz-template--summary-8{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:100vh;background:#fff;width:98vw;margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important;padding:1rem}@media screen and (min-width: 992px){.quiz-template--summary-8{padding:2rem}}.summary-8 p{margin-bottom:0;text-align:center}.summary-8__content{background-color:#f7f7f7;border-radius:.5rem;padding:1rem;margin-bottom:0;max-width:100%}@media screen and (min-width: 992px){.summary-8__content{padding:2rem;max-width:600px;margin-left:auto;margin-right:auto}}.summary-8 .quiz-template__button{margin-top:1.5rem}@media screen and (min-width: 992px){.summary-8 .quiz-template__button{margin-top:2rem}}.summary-8__info-block{background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.5rem;margin:1.5rem 0;padding:1rem;border-radius:.5rem;-webkit-box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.summary-8__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem;-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:150px}@media screen and (min-width: 992px){.summary-8__list{gap:1.25rem}}.summary-8__list-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.75rem}@media screen and (min-width: 992px){.summary-8__list-item{gap:1rem;min-width:180px}}.summary-8__list-icon{-ms-flex-negative:0;flex-shrink:0;width:24px;height:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.summary-8__list-icon img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.summary-8__list-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.25rem;text-align:left}.summary-8__list-label{font-size:.75rem;color:#999;line-height:1.2}.summary-8__list-value{font-size:.875rem;font-weight:600;color:#000;line-height:1.3}@media screen and (min-width: 992px){.summary-8__list-value{font-size:1rem}}.summary-8__heading-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media screen and (min-width: 992px){.summary-8__heading-wrapper{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding-left:1rem}}.summary-8__heading{font-size:1.125rem;font-weight:700;color:#000;margin:0;text-align:center}@media screen and (min-width: 992px){.summary-8__heading{font-size:1.25rem;text-align:right}}.summary-8__heading-image img{max-height:200px;-o-object-fit:contain;object-fit:contain}.summary-8__heading-text-2{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.summary-8__heading-text-2 p{font-size:14px}@media screen and (min-width: 992px){.summary-8__heading-text-2 p{font-size:16px}}.summary-8__warning-section{margin:1.5rem 0;overflow:hidden;text-align:left}.summary-8__warning-title{font-size:1.125rem;font-weight:700;color:#000;margin:0 0 1rem;text-align:center}@media screen and (min-width: 992px){.summary-8__warning-title{font-size:1.25rem;margin-bottom:1.5rem}}.summary-8__warning-list{list-style:none;padding:0;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:left}.summary-8__warning-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;background-color:#fff;padding:.75rem;border-radius:.5rem;-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;text-align:left}.summary-8__warning-icon-wrapper{-ms-flex-negative:0;flex-shrink:0;margin-right:.75rem;padding:.5rem;border-radius:9999px;background-color:#9c2b2b1a;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.summary-8__warning-icon{width:20px;height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.summary-8__warning-icon img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.summary-8__warning-content{-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:left}.summary-8__warning-item-title{font-size:.875rem;font-weight:700;color:#333;margin:0 0 .25rem;line-height:1.4;text-align:left}@media screen and (min-width: 992px){.summary-8__warning-item-title{font-size:1rem}}.summary-8__warning-item-subtitle{font-size:.75rem;color:#666;margin:0;line-height:1.5;text-align:left!important}@media screen and (min-width: 992px){.summary-8__warning-item-subtitle{font-size:.875rem}}.quiz-template--summary-9{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:100vh;background:#fff;width:98vw;margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important;padding:1rem}@media screen and (min-width: 992px){.quiz-template--summary-9{padding:2rem}}.summary-9 p{margin-bottom:0;text-align:center}.summary-9__content{background-color:#f7f7f7;border-radius:.5rem;padding:0;margin-bottom:0;max-width:100%}@media screen and (min-width: 992px){.summary-9__content{max-width:600px;margin-left:auto;margin-right:auto}}.summary-9 .book-result-expect__header{padding:1.5rem 1.5rem 0}.summary-9 .book-result-expect__item-header{width:100%;max-width:100%;left:0;right:0;margin-left:auto;margin-right:auto;padding:1rem}.summary-9 .book-result-expect{margin:0;padding-bottom:0}.summary-9 .quiz-template__button{margin-top:0;padding-bottom:2rem;max-width:calc(100% - 3rem);margin-left:auto;margin-right:auto}.cv-pending{visibility:hidden}.offer-notification{position:fixed;top:20px;right:20px;z-index:9999;max-width:400px;padding:16px 20px;border-radius:8px;-webkit-box-shadow:0 4px 12px rgba(0,0,0,.15);box-shadow:0 4px 12px #00000026;font-family:var(--font-family-base);font-size:14px;font-weight:500;line-height:1.4;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:12px;-webkit-animation:slideInRight .3s ease-out;animation:slideInRight .3s ease-out}.offer-notification--success{background-color:#10b981;color:#fff;border-left:4px solid #059669}.offer-notification--error{background-color:#ef4444;color:#fff;border-left:4px solid #dc2626}.offer-notification--warning{background-color:#f59e0b;color:#fff;border-left:4px solid #d97706}.offer-notification--info{background-color:#3b82f6;color:#fff;border-left:4px solid #2563eb}.offer-notification .notification-message{-webkit-box-flex:1;-ms-flex:1;flex:1}.offer-notification .notification-close{background:none;border:none;color:currentColor;font-size:18px;font-weight:700;cursor:pointer;padding:0;width:20px;height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;opacity:.8;-webkit-transition:opacity .2s ease;transition:opacity .2s ease}.offer-notification .notification-close:hover{opacity:1}.checkout-header-banner{-ms-flex-negative:0;flex-shrink:0;position:sticky;top:0;z-index:100}.checkout-header-banner__inner{position:relative;background:var(--color-checkout-header-bg);padding:1.5rem}@media (min-width: 640px){.checkout-header-banner__inner{padding:2rem}}.checkout-header-banner__close{position:absolute;top:1rem;right:1rem;width:2rem;height:2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:none;background:transparent;color:#fffc;cursor:pointer;border-radius:.5rem;-webkit-transition:color .2s,background-color .2s;transition:color .2s,background-color .2s}.checkout-header-banner__close:hover{color:#fff;background:#ffffff1a}.checkout-header-banner__close-icon{width:1.25rem;height:1.25rem;color:#fff}.checkout-header-banner__content{padding-right:2rem}.checkout-header-banner__badge{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.5rem;margin-bottom:.5rem}.checkout-header-banner__badge-icon{width:1.25rem;height:1.25rem;color:#86efac}.checkout-header-banner__badge-text{color:#86efac;font-size:.875rem;font-weight:500}.checkout-header-banner__title{margin:0;font-size:1.5rem;font-weight:700;color:#fff;line-height:1.2}@media (min-width: 640px){.checkout-header-banner__title{font-size:1.875rem}}.woocommerce-form-coupon-toggle{display:none}.woocommerce-checkout .site-main .woocommerce{padding:2rem;max-width:42rem;margin:0 auto}@media (max-width: 767.98px){.woocommerce-checkout .site-main .woocommerce{max-width:unset;padding-top:1.5rem;padding-left:1.5rem;padding-right:1.5rem}}.woocommerce-order-received .site-main .woocommerce{max-width:54rem;margin:0 auto}.checkout-container{margin:0;padding:0}.checkout-progress-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;background:#fff;width:100%;padding-left:1rem;padding-right:1rem}@media screen and (min-width: 576px){.checkout-progress-header{padding-left:1rem;padding-right:1rem}}@media screen and (min-width: 768px){.checkout-progress-header{padding-left:1rem;padding-right:1rem}}@media screen and (min-width: 1560px){.checkout-progress-header{padding-left:0;padding-right:0}}.checkout-progress-container{margin:2.5rem auto 0;width:100%;max-width:73.75rem}.checkout-progress-header-image{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;margin-bottom:1rem}.checkout-progress-header-image .checkout-progress-header-img{height:auto;max-width:100%;display:block}.checkout-progress-bar-image{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}.checkout-progress-bar-image .checkout-progress-bar-img{height:auto;max-width:100%;display:block}.checkout-progress-bar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:100%}.checkout-progress-dot{height:.5rem;width:.5rem;border-radius:50%;background:#f7f7f7}.checkout-progress-dot--completed,.checkout-progress-dot--active{background:var(--theme-ui-colors-brandPrimary2)}.checkout-progress-dot:first-child{margin-left:.5rem}.checkout-progress-line{height:.125rem;width:calc(50% - .75rem);background:#f7f7f7}.checkout-progress-line--completed{background:var(--theme-ui-colors-brandPrimary2)}.checkout-progress-line:last-of-type{width:calc(50% - 1.75rem)}.checkout-progress-labels{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:100%;padding:1rem 0}.checkout-progress-label{color:#000;font-weight:400;letter-spacing:0;line-height:130%;font-size:12px;font-weight:600;text-align:left;text-transform:none;text-decoration:none;display:inline-block;white-space:normal;word-break:break-word;-webkit-box-flex:1;-ms-flex:1;flex:1;margin:0}.checkout-progress-label--left{text-align:left}.checkout-progress-label--center{text-align:center}.checkout-progress-label--right{text-align:right}.checkout-trust-indicators{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin:2rem;padding:0;-webkit-box-flex:0;-ms-flex:none;flex:none}.checkout-trust-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:0;-ms-flex:none;flex:none}.checkout-trust-icon svg path{fill:var(--theme-ui-colors-primaryReversedSecurity, #222222)}.checkout-trust-icon svg path[stroke]{fill:#fff;stroke:var(--theme-ui-colors-primaryReversedSecurity, #222222)}.checkout-trust-text{color:#000;font-weight:400;letter-spacing:0;line-height:130%;font-size:12px;font-weight:600;text-align:center;max-width:6.5rem;text-transform:none;text-decoration:none;display:inline;white-space:normal;margin:.625rem 0 0}@media screen and (min-width: 576px){.checkout-trust-text{margin:.625rem 0 0;max-width:6rem}}@media screen and (min-width: 768px){.checkout-trust-text{margin:0 0 0 .3rem;max-width:6.5rem}}@media screen and (min-width: 1560px){.checkout-trust-text{margin:0 0 0 .3rem;max-width:unset}}.checkout-layout{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}.checkout-order-section{width:100%}.checkout-details-section{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.checkout-details-section--payment-title{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0px 0px 0rem;min-width:0px;color:#000;letter-spacing:0px;max-width:unset;text-transform:none;text-decoration:none;cursor:initial;white-space:normal;font-weight:600;font-size:1rem;line-height:1.5rem}.checkout-details-section--payment-text{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0px 0px 1rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;display:-webkit-box;display:-ms-flexbox;display:flex;max-height:unset;min-height:unset;height:initial;width:initial;min-width:unset;visibility:visible}.checkout-details-section--payment-text p{margin-bottom:0;line-height:1.3;font-size:1rem;font-weight:400;margin-left:.5rem}.checkout-order-heading{margin-bottom:1rem;color:#111827;font-weight:600;font-size:1.125rem;line-height:1.75rem}.checkout-order-review{width:100%;display:block;text-align:left}.checkout-order-summary{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-radius:.75rem;width:100%;text-align:left;border:rgb(229,231,235) solid 1px;margin-bottom:1.5rem;padding:1.25rem;background-color:#fff}.checkout-order-title{color:#000;font-weight:700;letter-spacing:0;line-height:145%;font-size:18px;text-transform:none;text-decoration:none;display:inline;white-space:normal;margin:0}.checkout-order-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:100%;padding-top:.5rem;padding-bottom:.5rem}.checkout-order-row .checkout-order-label{font-size:1.04rem;text-transform:none;text-decoration:none;display:inline;white-space:normal;margin:0}.checkout-order-row .checkout-order-value{font-size:1.04rem;color:#111827;font-weight:500;margin:0}.checkout-order-row .checkout-order-value.discounted-value{color:var(--color-discounted)}.checkout-order-row.month-value{padding:.7rem 1rem;background-color:#f0fdf4;border:rgb(220,252,231) solid 1px;border-radius:.5rem;margin-top:.75rem;margin-bottom:.75rem}.checkout-order-row.month-value .checkout-order-label{color:#374151;font-weight:500}.checkout-order-row.month-value .checkout-order-value{font-weight:700;font-size:1.125rem;line-height:1.75rem}.checkout-order-row.month-value .checkout-order-value.discounted-value{color:var(--color-discounted)}.checkout-order-row.order-total-row{padding-bottom:.1rem}.checkout-order-row.order-total-row .checkout-order-label{font-weight:700;color:#111827;font-size:1.125rem;line-height:1.75rem}.checkout-order-row.order-total-row .checkout-order-value{color:#111827;font-weight:700;font-size:1.125rem;line-height:1.75rem}.order-row-you-saved{text-align:right;font-size:.875rem;line-height:1.25rem;color:var(--color-discounted);width:100%;font-weight:500}.checkout-order-discount{color:var(--theme-ui-colors-success500, #31c062);font-weight:700;letter-spacing:0;line-height:140%;font-size:14px;text-transform:none;text-decoration:none;display:inline;white-space:normal;margin:0}.checkout-order-divider{margin:5px 0;border:0;border-bottom:1px solid rgb(229,231,235);width:100%}.checkout-order-total-label{font-weight:700;text-transform:none;text-decoration:none;display:inline;white-space:normal;margin:0}.checkout-order-total-value{color:#000;font-weight:700;letter-spacing:0;line-height:145%;font-size:20px;text-transform:none;text-decoration:none;display:inline;white-space:normal;margin:0}.order-summary-features{padding-bottom:1.5rem;border-bottom:rgb(229,231,235) solid 1px;gap:1rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:1.5rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.order-summary-features .item{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;font-weight:500;font-size:.75rem;line-height:1rem;gap:.5rem;color:#4b5563}.order-summary-features .item svg{width:1rem;height:1rem;color:#1e5a47}.order-summary-features .sep{background-color:#d1d5db;width:1px;height:1rem}.checkout-order-info{margin-top:1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;gap:1rem}.checkout-order-info--desktop{display:none}.checkout-order-info--mobile{margin-top:1.5rem}@media screen and (min-width: 576px){.checkout-order-info{display:none;width:100%}}@media screen and (min-width: 768px){.checkout-order-info{display:-webkit-box;display:-ms-flexbox;display:flex;width:21.43rem}}@media screen and (min-width: 992px){.checkout-order-info--desktop{display:-webkit-box;display:-ms-flexbox;display:flex}.checkout-order-info--mobile{display:none!important}}.checkout-payment-section .woocommerce-checkout-payment .form-row.place-order{margin-top:0!important}.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label{line-height:1.3}.checkout-info-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;gap:.5rem}.checkout-info-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:100%;gap:.5rem}.checkout-info-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;min-height:1.5rem;min-width:1.5rem}.checkout-info-text{color:var(--theme-ui-colors-text);font-weight:400;letter-spacing:0;font-size:16px;line-height:1.5rem;color:var(--theme-ui-colors-contentSecondary, #4e4e4e);text-transform:none;text-decoration:none;display:inline;white-space:normal;margin:0}.checkout-info-links{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:.5rem}.checkout-info-links a{color:var(--color-primary)!important}.checkout-info-link-text{color:var(--theme-ui-colors-contentSecondary, #4e4e4e);text-transform:none;text-decoration:none;display:inline;white-space:normal;margin:0}.checkout-payment-section{width:100%;position:relative}.checkout-payment-section.is-loading>*:not(.checkout-payment-section__loader){opacity:0;pointer-events:none}.checkout-payment-section__loader{position:absolute;inset:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:var(--color-bg-checkout);z-index:10;min-height:200px;opacity:1;-webkit-transition:opacity .25s ease;transition:opacity .25s ease;pointer-events:auto;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.checkout-payment-section__loader-spinner{width:40px;height:40px;border:3px solid #e5e7eb;border-top-color:var(--color-progress-fill);border-radius:50%;-webkit-animation:checkout-payment-spin .8s linear infinite;animation:checkout-payment-spin .8s linear infinite}.checkout-payment-section__loader--hidden{opacity:0;pointer-events:none}.checkout-payment-section .woocommerce form .form-row{padding:0!important}.checkout-payment-section .wc_payment_methods,.checkout-payment-section .payment_box{padding:0!important;background-color:transparent!important}.checkout-payment-section #payment div.payment_box:before,.checkout-payment-section #payment div.payment_box:after{display:none!important}.checkout-payment-section #payment div.payment_box,.checkout-payment-section .place-order{padding:0!important}.checkout-payment-section .payment-terms{color:#6b7280;text-align:center;font-size:.75rem;line-height:1rem}.checkout-payment-section .payment-terms a{color:var(--color-heading-highlight-secondary)}.checkout-payment-section .woocommerce-privacy-policy-text,.checkout-payment-section .woocommerce-terms-and-conditions-wrapper{margin-top:0!important}.checkout-payment-section .woocommerce-SavedPaymentMethods-new,.checkout-payment-section .woocommerce-SavedPaymentMethods-token{display:-webkit-box;display:-ms-flexbox;display:flex}.checkout-payment-section .payment_method_stripe label{padding:0!important}.checkout-payment-section .wc-payment-form{border:0;padding:0}.checkout-payment-section .payment_method_stripe{--fontSizeBase: 10px !important;font-size:10px!important}.checkout-payment-section .payment_method_stripe .wc-stripe-upe-element,.checkout-payment-section .payment_method_stripe .StripeElement{font-size:10px!important;line-height:1.5!important}.checkout-payment-section .payment_method_stripe .wc-stripe-upe-element iframe,.checkout-payment-section .payment_method_stripe .StripeElement iframe{font-size:10px!important}.checkout-payment-section .payment_method_stripe input,.checkout-payment-section .payment_method_stripe select,.checkout-payment-section .payment_method_stripe textarea{font-size:18px!important}.checkout-payment-section .payment_method_stripe>label,.checkout-payment-section .payment_method_stripe .payment_box{font-size:10px!important}.checkout-payment-section .checkout-payment-section .payment_method_stripe,.checkout-payment-section .woocommerce-checkout .payment_method_stripe,.checkout-payment-section .checkout-details-section .payment_method_stripe,.checkout-payment-section .checkout-payment-section .payment_method_stripe .wc-stripe-upe-element,.checkout-payment-section .checkout-payment-section .payment_method_stripe .StripeElement,.checkout-payment-section .woocommerce-checkout .payment_method_stripe .wc-stripe-upe-element,.checkout-payment-section .woocommerce-checkout .payment_method_stripe .StripeElement,.checkout-payment-section .checkout-details-section .payment_method_stripe .wc-stripe-upe-element,.checkout-payment-section .checkout-details-section .payment_method_stripe .StripeElement,.checkout-payment-section .checkout-payment-section .payment_method_stripe .wc-stripe-upe-element iframe,.checkout-payment-section .checkout-payment-section .payment_method_stripe .StripeElement iframe,.checkout-payment-section .woocommerce-checkout .payment_method_stripe .wc-stripe-upe-element iframe,.checkout-payment-section .woocommerce-checkout .payment_method_stripe .StripeElement iframe,.checkout-payment-section .checkout-details-section .payment_method_stripe .wc-stripe-upe-element iframe,.checkout-payment-section .checkout-details-section .payment_method_stripe .StripeElement iframe{--fontSizeBase: 10px !important;font-size:10px!important}.checkout-payment-section .checkout-details-section .payment_method_stripe,.checkout-payment-section .checkout-details-section #payment,.checkout-payment-section .checkout-details-section .payment_box,.checkout-payment-section .checkout-details-section .wc-payment-form{--fontSizeBase: 18px !important;font-size:18px!important}.checkout-payment-section .woocommerce-checkout input[type=text],.checkout-payment-section .woocommerce-checkout input[type=email],.checkout-payment-section .woocommerce-checkout input[type=tel],.checkout-payment-section .woocommerce-checkout input[type=number],.checkout-payment-section .woocommerce-checkout input[type=password],.checkout-payment-section .woocommerce-checkout select,.checkout-payment-section .woocommerce-checkout textarea{font-size:1rem!important}.checkout-payment-section .woocommerce-checkout-payment{border-radius:1rem;padding:0;background-color:transparent!important}.checkout-payment-section .woocommerce-checkout-payment .wc_payment_methods{list-style:none;margin:0;padding:0;border:0!important}.checkout-payment-section .woocommerce-checkout-payment .wc_payment_methods p{font-size:14px}.checkout-payment-section .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method{margin-bottom:1rem}.checkout-payment-section .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method:last-child{margin-bottom:0}.checkout-payment-section .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method label{-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.75rem;font-weight:600;cursor:pointer;padding:.75rem;border-radius:.5rem;-webkit-transition:background-color .2s ease;transition:background-color .2s ease;display:none}.checkout-payment-section .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method label:hover{background-color:#ffffff80}.checkout-payment-section .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method input[type=radio]{margin:0}.checkout-payment-section .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method .payment_box{margin-top:1rem;margin-bottom:0!important;padding:0}.checkout-payment-section .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method .payment_box p{display:none}.checkout-payment-section .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method .payment_box p.testmode-info{display:block}.checkout-payment-section .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method .payment-method-title{margin-top:1.2rem;margin-bottom:.2rem;position:relative;text-align:center;font-size:.875rem;line-height:1.25rem}.checkout-payment-section .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method .payment-method-title:before{content:"";width:100%;height:1px;background-color:#e5e7eb;position:absolute;inset:0;margin:auto;z-index:1}.checkout-payment-section .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method .payment-method-title span{color:#6b7280;padding-left:1rem;padding-right:1rem;background-color:var(--color-bg-checkout);position:relative;z-index:2}.checkout-payment-section .woocommerce-checkout-payment .wc_payment_methods .stripe-terms{color:#6b7280;font-size:.75rem;line-height:1rem;margin-top:-18px}.checkout-payment-section .woocommerce-checkout-payment .form-row{gap:0;margin-bottom:1rem}.checkout-payment-section .woocommerce-checkout-payment .form-row.place-order{margin-top:2rem;margin-bottom:0}.checkout-payment-section .woocommerce-checkout-payment button#place_order{width:100%;color:#fff;border:none;border-radius:.75rem!important;font-size:1rem!important;font-weight:700!important;cursor:pointer;background:var(--color-btn-complete-bg)!important;-webkit-transition-property:all;transition-property:all;-webkit-transition-timing-function:cubic-bezier(.4,0,.2,1)!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important;-webkit-transition-duration:.15s;transition-duration:.15s;-webkit-box-shadow:0 10px 15px -3px rgba(0,0,0,.1)!important;box-shadow:0 10px 15px -3px #0000001a!important;padding:1rem 1.5rem!important;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important;-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important;gap:.5rem}.checkout-payment-section .woocommerce-checkout-payment button#place_order svg{width:1.25rem;height:1.25rem}.checkout-payment-section .woocommerce-checkout-payment button#place_order:hover{background:var(--color-btn-complete-bg-hover)!important;-webkit-transform:scale(1.02)!important;transform:scale(1.02)!important}.checkout-payment-section .woocommerce-checkout-payment button#place_order:active{-webkit-transform:scale(.98)!important;transform:scale(.98)!important}.checkout-payment-section .woocommerce-checkout-payment button#place_order:disabled{background:-webkit-gradient(linear,left top,right top,from(#d1d5db),to(#9ca3af))!important;background:linear-gradient(to right,#d1d5db,#9ca3af)!important;cursor:not-allowed;-webkit-transform:none;transform:none}.checkout-payment-section .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper{display:none!important;margin-top:1rem;font-size:.875rem}.checkout-payment-section .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:.5rem}.checkout-payment-section .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox input[type=checkbox]{margin-top:.125rem;-ms-flex-negative:0;flex-shrink:0}.checkout-payment-section .woocommerce-checkout-payment .woocommerce-privacy-policy-text{font-size:.875rem;color:var(--theme-ui-colors-contentSecondary, #4e4e4e);margin-top:1rem}@-webkit-keyframes checkout-payment-spin{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes checkout-payment-spin{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@media screen and (max-width: 767.5px){.woocommerce .form-row{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.css-1oz5wyi{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none;display:inline-block;text-align:center;line-height:inherit;-webkit-text-decoration:none;text-decoration:none;font-size:inherit;padding:8px 16px;color:var(--theme-ui-colors-white);background-color:primary;border:0;border-radius:4px;color:var(--theme-ui-colors-brandPrimary1);background-color:transparent;text-transform:uppercase;padding:.75rem 1rem;font-weight:700;margin-top:2rem;display:block}.css-1oz5wyi:hover{color:var(--theme-ui-colors-hoverPrimary1);cursor:pointer;-webkit-transition:all .3s ease-out;transition:all .3s ease-out}.css-1oz5wyi:disabled{opacity:.38;pointer-events:none}@media screen and (min-width: 576px){.css-1oz5wyi{margin-top:2rem}}@media screen and (min-width: 768px){.css-1oz5wyi{margin-top:4rem}}@media screen and (min-width: 1560px){.css-1oz5wyi{margin-top:4rem}}.checkout-back-button-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;margin-top:2rem}@media screen and (min-width: 768px){.checkout-back-button-container{margin-top:3rem}}.page-template-page-offer #header,.page-template-page-offer-2 #header{display:none}.offer-page{min-height:100vh;background-color:#fff;color:#000;position:relative}.offer-banner{width:100%;padding:2rem 1rem}@media screen and (min-width: 992px){.offer-banner{padding:3.75rem 0 0}}.offer-banner__container{width:100%;max-width:100%;margin:0 auto}.offer-banner__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;max-width:500px;margin:0 auto}@media screen and (min-width: 992px){.offer-banner__content{gap:1.5rem}}.offer-banner__title{font-weight:700;font-size:1.875rem;line-height:1.2;color:#000;text-align:center;margin:0}@media screen and (min-width: 992px){.offer-banner__title{font-size:2.5rem;line-height:1.2}}.offer-banner__text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;width:100%;font-size:1rem;color:#000}@media screen and (min-width: 992px){.offer-banner__text{font-size:1.5rem}}.offer-banner__highlight{font-weight:700;margin:0;line-height:1.5}.offer-banner__disclaimer{font-weight:400;margin:0;line-height:1.5}.offer-access-includes{padding:2rem 1rem 0;position:relative;overflow:hidden;max-width:500px;margin-left:auto;margin-right:auto}@media screen and (min-width: 992px){.offer-access-includes{padding:2rem}}.offer-access-includes__container{max-width:100%;margin:0 auto}.offer-access-includes__title{font-size:1.5rem;font-weight:700;text-align:center;color:#1b1b1f;margin:0 0 1.5rem}@media screen and (min-width: 992px){.offer-access-includes__title{font-size:1.75rem;margin-bottom:2rem}}.offer-access-includes__content{max-width:100%;margin:0 auto;font-size:1rem;color:#000}.offer-access-includes__item{display:-webkit-box;display:-ms-flexbox;display:flex;gap:.75rem;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:.75rem 0}.offer-access-includes__item-icon{width:2rem;height:2rem;-ms-flex-negative:0;flex-shrink:0;border-radius:.375rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media screen and (min-width: 992px){.offer-access-includes__item-icon{width:2.5rem;height:2.5rem}}.offer-access-includes__item-icon img,.offer-access-includes__item-icon svg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;display:block}.offer-access-includes__item-content{-webkit-box-flex:1;-ms-flex:1;flex:1}.offer-access-includes__item-title{font-weight:700;margin:0 0 .25rem;line-height:1.4}.offer-access-includes__item-description{font-weight:400;margin:0;line-height:1.5;color:#000}.offer-access-includes__testimonial{margin-top:1.5rem;padding:.75rem 1rem;background:-webkit-gradient(linear,right top,left top,from(#1db798),to(#198f84));background:linear-gradient(270deg,#1db798,#198f84);color:#fff;border-radius:.5rem}@media screen and (min-width: 992px){.offer-access-includes__testimonial{margin-top:2rem;padding:1rem}}.offer-access-includes__testimonial-quote{font-style:italic;font-size:1rem;margin:0;line-height:1.5}@media screen and (min-width: 992px){.offer-access-includes__testimonial-quote{font-size:1.25rem}}.offer-access-includes__testimonial-text{font-weight:400;display:block;margin-bottom:.5rem}.offer-access-includes__testimonial-author{font-weight:300;display:block}.offer-header-sticky{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;min-height:unset;height:initial;max-height:unset;display:block;text-align:left;cursor:initial;position:sticky;top:0;z-index:101}.offer-header{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;width:100%;max-height:unset;display:block;text-align:left;border-bottom:1px solid rgb(243,244,246);background-color:#fffffff2;cursor:initial;position:sticky;top:0;z-index:10;overflow:auto;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.offer-header__container{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;max-height:unset;min-height:unset;height:initial;min-width:unset;visibility:visible;max-width:36rem;padding:1.25rem 2rem}@media (max-width: 767.98px){.offer-header__container{padding:1rem}}.offer-header__logo-wrapper,.offer-header__logo{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;min-height:unset;height:initial;width:initial;max-height:unset;display:block;text-align:left;cursor:initial}.offer-header__logo a{display:block}.offer-header__logo a img{max-height:32px;width:100%;display:block;-o-object-fit:contain;object-fit:contain}@media (max-width: 767.98px){.offer-header__logo a img{max-height:28px}}.offer-header__timer-wrapper{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;max-height:unset;min-height:unset;height:initial;width:unset;min-width:unset;visibility:visible;gap:1rem}@media screen and (max-width: 47.9375rem){.offer-header__timer-wrapper{gap:.75rem}}@media screen and (max-width: 23.5rem){.offer-header__timer-wrapper{gap:.5rem}}.offer-timer{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-height:unset;min-height:unset;height:initial;width:initial;min-width:unset;visibility:visible;padding:.5rem 1rem;background-color:#f9eec8;border-radius:9999px}.offer-timer__content{display:-webkit-box;display:-ms-flexbox;display:flex;gap:.5rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.offer-timer__icon{font-size:1.5rem;line-height:2rem}@media (max-width: 767.98px){.offer-timer__icon{font-size:1.25rem;line-height:1.75rem}}.offer-timer__label{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;letter-spacing:0;text-decoration:none;max-width:unset;text-transform:none;cursor:initial;display:inline;white-space:normal;line-height:1.25;font-weight:600;color:#000;font-size:16px}@media (max-width: 767.98px){.offer-timer__label{display:none}}.offer-timer__countdown{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;text-align:center;max-width:unset;text-transform:none;text-decoration:none;cursor:initial;display:inline;white-space:normal;color:#000!important;padding:.25rem .75rem;line-height:1.25;font-weight:700;border-radius:.5rem;background-color:gold;font-size:clamp(13px,3.2vw,16px);min-width:75px}.offer-header__cta{background-color:var(--theme-ui-colors-brandPrimary1, #7b9c5f);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:700;font-size:.875rem;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.offer-header__cta:hover{background-color:var(--theme-ui-colors-hoverPrimary1, #627d4c);-webkit-transform:translateY(-1px);transform:translateY(-1px)}.offer-header__cta:active{-webkit-transform:translateY(0);transform:translateY(0)}@media screen and (max-width: 991.5px){.offer-header__cta{display:none}}.offer-content{padding:2rem 1rem}@media screen and (min-width: 992px){.offer-content{padding:4rem 1rem}}.offer-container{max-width:800px;margin:0 auto}.offer-title{font-size:2rem;font-weight:700;text-align:center;margin-bottom:1rem;color:#fff}@media screen and (min-width: 992px){.offer-title{font-size:2rem}}.offer-subtitle{font-size:1.25rem;text-align:center;color:var(--color-text-secondary, #a7a7a7);margin-bottom:2rem}.offer-products{margin:2rem 0}@media screen and (min-width: 768px){.offer-products{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem}}.offer-products__container{max-width:600px;margin:0 auto}.offer-progress{margin:0 0 2rem}@media screen and (min-width: 992px){.offer-progress{font-size:2rem}}.offer-progress__bar{width:100%;height:4px;background-color:#fff3;border-radius:2px;overflow:hidden}.offer-progress__fill{height:100%;background-color:var(--color-success, #7b9c5f);width:75%;-webkit-transition:width .3s ease;transition:width .3s ease}.offer-product-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (min-width: 768px){.offer-product-list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem}}.offer-product{display:-webkit-box;display:-ms-flexbox;display:flex;padding:1.5rem;border:2px solid rgba(255,255,255,.1);border-radius:.75rem;background-color:var(--color-background-secondary, #131916);cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease}.offer-product:hover{border-color:var(--color-primary, #fe7677)}.offer-product--selected{border-color:var(--color-success, #7b9c5f);background-color:var(--color-background-accent, rgba(123, 156, 95, .1))}.offer-product__image{-ms-flex-negative:0;flex-shrink:0}@media screen and (min-width: 768px){.offer-product__image{display:none}}.offer-product__content{-webkit-box-flex:1;-ms-flex:1;flex:1;margin-left:1rem}.offer-product__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.75rem;margin:0 0 2rem}@media screen and (min-width: 992px){.offer-product__header{font-size:2rem}}.offer-product__checkbox-container{-ms-flex-negative:0;flex-shrink:0}.offer-product__checkbox{position:relative}.offer-product__checkbox input{position:absolute;opacity:0;pointer-events:none}.offer-product__checkmark{display:block;width:24px;height:24px}.offer-product__checkmark .checkmark-unchecked{display:block}.offer-product__checkmark .checkmark-checked,.offer-product--selected .offer-product__checkmark .checkmark-unchecked{display:none}.offer-product--selected .offer-product__checkmark .checkmark-checked{display:block;color:var(--color-success, #7b9c5f)}.offer-product__name{font-size:1.125rem;font-weight:600;color:#fff}.offer-product__plans{margin-bottom:1rem}.offer-product__plans-label{font-size:.875rem;color:var(--color-text-secondary, #a7a7a7);margin-bottom:.75rem}.offer-product__plan-options{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.25rem}@media screen and (min-width: 768px){.offer-product__plan-options{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.offer-plan{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:.75rem;border-radius:.5rem;cursor:pointer;-webkit-transition:background-color .3s ease;transition:background-color .3s ease}.offer-plan:hover{background-color:#ffffff0d}.offer-plan--selected{background-color:var(--color-background-accent, rgba(123, 156, 95, .1))}.offer-plan__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.5rem;width:100%}.offer-plan__save{background-color:var(--color-primary, #fe7677);color:#fff;font-size:.75rem;font-weight:700;padding:.25rem .5rem;border-radius:.25rem}.offer-plan__radio{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.offer-plan--selected .offer-plan__radio{border-color:var(--color-success, #7b9c5f)}.offer-plan__name{font-weight:600;color:#fff;-webkit-box-flex:1;-ms-flex:1;flex:1}.offer-plan__dropdown{width:24px;height:24px;cursor:pointer}.offer-plan__dropdown-icon{width:100%;height:100%;fill:var(--color-text-secondary, #a7a7a7);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.offer-plan--expanded .offer-plan__dropdown-icon{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.offer-product__pricing{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1)}.offer-product__price-main{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:.5rem}.offer-product__price-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1rem}.offer-product__price-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.5rem}.offer-product__old-price{font-size:1.25rem;color:var(--color-text-secondary, #a7a7a7);text-decoration:line-through}.offer-product__new-price{font-size:1.5rem;font-weight:700;color:var(--color-success, #7b9c5f)}.offer-product__best-value{background-color:var(--color-success, #7b9c5f);color:#fff;font-size:.75rem;font-weight:700;padding:.25rem .5rem;border-radius:.25rem}.offer-product__billing{font-size:.875rem;color:var(--color-text-secondary, #a7a7a7)}.offer-product__price-per-month{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.25rem;margin-top:.5rem}.offer-product__old-price-month{font-size:.875rem;color:var(--color-text-secondary, #a7a7a7);text-decoration:line-through}.offer-product__new-price-month{font-size:1rem;font-weight:700;color:var(--color-success, #7b9c5f)}.offer-product__month-label{font-size:.875rem;color:var(--color-text-secondary, #a7a7a7)}.offer-product__addon-pricing{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1)}.offer-product__addon-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.5rem;margin-bottom:.5rem}.offer-product__addon-icon{-ms-flex-negative:0;flex-shrink:0}.offer-product__addon-prices{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.5rem;margin-bottom:.5rem}.offer-product__addon-new-price{font-size:1.25rem;font-weight:700;color:var(--color-success, #7b9c5f)}.offer-product__addon-old-price{font-size:1rem;color:var(--color-text-secondary, #a7a7a7);text-decoration:line-through}.offer-product__addon-details{font-size:.75rem;color:var(--color-text-secondary, #a7a7a7);text-transform:uppercase}.offer-checkout-actions{margin-top:2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem}.offer-checkout-submit{background-color:var(--color-primary, #fe7677);color:#fff;border:none;padding:1rem 2rem;border-radius:.5rem;font-weight:700;font-size:1rem;cursor:pointer;-webkit-transition:background-color .3s ease;transition:background-color .3s ease}.offer-checkout-submit:hover{background-color:var(--color-primary-hover, #e86667)}.offer-coupon{display:-webkit-box;display:-ms-flexbox;display:flex;gap:.5rem}.offer-coupon__input{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:.75rem;border:1px solid rgba(255,255,255,.3);border-radius:.5rem;background-color:var(--color-background-secondary, #131916);color:#fff}.offer-coupon__input::-webkit-input-placeholder{color:var(--color-text-secondary, #a7a7a7)}.offer-coupon__input::-moz-placeholder{color:var(--color-text-secondary, #a7a7a7)}.offer-coupon__input:-ms-input-placeholder{color:var(--color-text-secondary, #a7a7a7)}.offer-coupon__input::-ms-input-placeholder{color:var(--color-text-secondary, #a7a7a7)}.offer-coupon__input::placeholder{color:var(--color-text-secondary, #a7a7a7)}.offer-coupon__input:focus{outline:none;border-color:var(--color-primary, #fe7677)}.offer-coupon__submit{background-color:var(--color-background-tertiary, #4e4e4e);color:#fff;border:none;padding:.75rem 1rem;border-radius:.5rem;font-weight:600;cursor:pointer;-webkit-transition:background-color .3s ease;transition:background-color .3s ease}.offer-coupon__submit:disabled{opacity:.5;cursor:not-allowed}.offer-coupon__submit:not(:disabled):hover{background-color:var(--color-text-secondary, #a7a7a7)}.offer-trust-indicators{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:2rem;margin:2rem 0;-ms-flex-wrap:wrap;flex-wrap:wrap}.offer-trust-indicator{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.5rem;font-size:.875rem;color:var(--color-text-secondary, #a7a7a7)}.offer-trust-indicator__icon svg{width:24px;height:24px}.offer-payment-methods{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:2rem 0}.splide.is-initialized:not(.is-active) .splide__list{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.offer-testimonials{width:100%;margin:0 auto;padding:2rem 1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}@media screen and (min-width: 768px){.offer-testimonials{padding:2rem 1rem}}@media screen and (min-width: 992px){.offer-testimonials{padding:2rem 1rem}}@media screen and (min-width: 1200px){.offer-testimonials{padding:4rem 0}}.offer-testimonials__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;max-width:73.5rem}.offer-testimonials__title{color:#000;font-size:1.5rem;line-height:2rem;margin-bottom:1rem;font-weight:700;text-align:center;width:100%}@media screen and (min-width: 992px){.offer-testimonials__title{font-size:2rem;line-height:2.625rem;margin-bottom:2rem}}.offer-testimonials__slider{width:100%}.offer-testimonials__slider .splide__track{overflow:hidden;border-radius:.5rem}.offer-testimonials__slider .splide__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.offer-testimonials__slider .splide__slide{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media screen and (min-width: 992px){.offer-testimonials__slider .splide__track{overflow:visible}.offer-testimonials__slider .splide__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;gap:3rem}.offer-testimonials__slider .splide__slide{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0}}@media screen and (min-width: 992px){.offer-testimonials__slider.splide .splide__track,.offer-testimonials__slider.splide .splide__list,.offer-testimonials__slider.splide .splide__slide{height:auto}}.offer-testimonial{margin-bottom:1.5rem;padding:1.25rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background:#f7f7f7;border:.0625rem solid #eceff2;border-radius:1rem;width:100%;max-width:23.25rem}@media screen and (min-width: 1200px){.offer-testimonial{margin-bottom:0}}.offer-testimonial__content{width:100%}.offerBottomCTA{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-bottom:2rem;position:relative}@media screen and (max-width: 767.5px){.offerBottomCTA{position:fixed;bottom:0;left:0;right:0;background-color:#fff;padding:1rem;-webkit-box-shadow:0 -2px 10px rgba(0,0,0,.1);box-shadow:0 -2px 10px #0000001a;z-index:1000;padding-bottom:max(1rem,env(safe-area-inset-bottom))}}.offerBottomCTA .offer-personalized-plan__cta{margin-top:0}.offer-testimonial__content img{width:100%;height:auto;border-radius:.5rem;max-height:340px;-o-object-fit:cover;object-fit:cover}.offer-testimonial__info{margin-top:.75rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:100%}.offer-testimonial__name{color:#000;font-size:16px;line-height:1.5rem;margin-bottom:.5rem;font-weight:700}.offer-testimonial__text{color:#000;line-height:140%;font-size:14px;margin-top:.5rem;margin-bottom:.5rem}.offer-testimonial__stats{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;border-top:1px solid;border-color:var(--color-black-10, rgba(255, 255, 255, .1));height:3.75rem;width:100%}.offer-testimonial__stats p{margin:0}.offer-testimonial__stat{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.offer-testimonial__stat-label{font-size:.75rem;font-weight:500;text-align:left;line-height:.75rem;width:100%}.offer-testimonial__stat-label--after{color:var(--color-brand-primary-2, #7b9c5f);font-size:.875rem}.offer-testimonial__stat-value{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;color:#000}.offer-testimonial__weight{font-size:1.5rem;font-weight:700;line-height:1.875rem}.offer-testimonial__weight--after{color:var(--color-brand-primary-2, #7b9c5f)}.offer-testimonial__unit{margin-left:.25rem;font-size:.875rem;font-weight:700;line-height:1.375rem}.offer-testimonial__unit--after{color:var(--color-brand-primary-2, #7b9c5f)}.offer-testimonial__arrow{margin-bottom:.5rem}.offer-testimonials__navigation{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:1rem;margin-top:0}@media screen and (min-width: 992px){.offer-testimonials__navigation{display:none}}.offer-testimonials__nav-btn{background:none;border:none;cursor:pointer;color:#000;padding:.5rem;border-radius:50%;-webkit-transition:background-color .3s ease;transition:background-color .3s ease}.offer-testimonials__nav-btn:hover{background-color:#ffffff1a}.offer-testimonials__nav-btn svg{width:24px;height:24px;fill:currentColor}.offer-faq{width:100%;padding:2rem 1rem;background:#f7f7f7}@media screen and (min-width: 768px){.offer-faq{padding:2rem 1rem}}@media screen and (min-width: 992px){.offer-faq{padding:2rem 1rem}}@media screen and (min-width: 1200px){.offer-faq{padding:4rem 0}}.offer-faq__container{margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:100%}.offer-faq__intro{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;max-width:48.5rem}.offer-faq__delivery-info{margin-bottom:2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:100%}.offer-faq__delivery-info p{margin-bottom:0}.offer-faq__delivery-icon svg path{fill:var(--color-brand-secondary-1, #fe7677)}.offer-faq__delivery-text{color:#000;line-height:145%;font-size:18px;margin-left:1.31rem;text-align:left;max-width:calc(100% - 3.57rem)}@media screen and (min-width: 1200px){.offer-faq__delivery-text{max-width:36rem}}.offer-faq__content{width:100%}.offer-faq__title{color:#000;font-size:1.5rem;line-height:2rem;margin:2rem 0 1rem;font-weight:700;text-align:left;width:100%}@media screen and (min-width: 992px){.offer-faq__title{font-size:2rem;line-height:2.625rem}}@media screen and (min-width: 1200px){.offer-faq__title{margin-top:0}}.offer-faq__list{margin-top:2rem}.offer-faq__item{padding:1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;overflow:hidden;margin-bottom:1rem;background-color:var(--color-background, #fff);border-radius:.5rem;border:.0625rem solid #eceff2}.offer-faq__item p{margin-bottom:0}.offer-faq__question{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-block;text-align:center;line-height:inherit;text-decoration:none;font-size:inherit;padding:0;width:100%;border:none;cursor:pointer;color:inherit;background:none;display:block}.offer-faq__question:focus:not(:focus-visible){outline:none}.offer-faq__question-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:100%;cursor:pointer}.offer-faq__question-content p{color:#000;font-size:16px;line-height:1.5rem;font-weight:700;text-align:left;cursor:pointer;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.offer-faq__chevron{height:1.5rem;width:1.5rem;cursor:pointer;-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out}.offer-faq__chevron path{fill:#000}.offer-faq__answer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-height:0;width:100%;-webkit-transition:max-height .3s ease-in-out;transition:max-height .3s ease-in-out;overflow:hidden}.offer-faq__answer p{color:#000;line-height:140%;font-size:14px;margin-top:1rem;text-align:left;width:100%}.offer-faq__item--expanded .offer-faq__chevron{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.offer-faq__item--expanded .offer-faq__answer{max-height:300px}.offer-products{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:initial;max-width:21.4375rem;gap:1rem;visibility:visible}.offer-product{background-color:var(--color-background-primary, #fff);width:100%;max-width:31.75rem;display:block;text-align:left;border-radius:.5rem;border:.125rem solid #eceff2;cursor:pointer;position:relative;padding:1rem;-webkit-transition:all .3s ease;transition:all .3s ease}.offer-product:hover{border-color:#7b9c5f}.offer-product--selected{border-color:#7b9c5f;background-color:#7b9c5f0d}.offer-product__image{position:absolute;top:1rem;right:1rem}.offer-product__image img{width:47px;height:65px;-o-object-fit:contain;object-fit:contain}.offer-product__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;visibility:visible}.offer-product__header{padding:1rem 1rem 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;visibility:visible}.offer-product__checkbox-container{min-width:-webkit-min-content;min-width:-moz-min-content;min-width:min-content}.offer-product__checkbox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:24px;height:24px;position:relative}.offer-product__checkbox input[type=checkbox]{opacity:0;position:absolute;width:100%;height:100%;cursor:pointer}.offer-product__checkbox input[type=checkbox]:checked+.offer-product__checkmark .checkmark-checked{display:block}.offer-product__checkbox input[type=checkbox]:checked+.offer-product__checkmark .checkmark-unchecked{display:none}.offer-product__checkmark{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.offer-product__checkmark .checkmark-checked{display:none;color:var(--color-brand-primary, #fe7677)}.offer-product__checkmark .checkmark-unchecked{display:block;color:#fff9}.offer-product__name{margin-left:.75rem}.offer-product__name p{color:var(--color-text, #ffffff);font-size:1rem;font-weight:500;margin:0}.offer-product__plans{margin-top:2rem;padding:.5rem 1rem 1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.5rem;visibility:visible}@media screen and (min-width: 768px){.offer-product__plans{padding:1rem}}.offer-product__plans-label{color:var(--color-text, #ffffff);font-size:.875rem;font-weight:500;margin:0 0 1rem}.offer-product__plan-options{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.75rem}.offer-plan{background-color:var(--color-app-plan-background, rgba(255, 255, 255, .05));border:1px solid var(--color-app-plan-border, rgba(255, 255, 255, .1));border-radius:.5rem;width:100%;position:relative;overflow:hidden;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease}.offer-plan:hover{border-color:var(--color-brand-secondary, #30aec6)}.offer-plan--selected{border-color:var(--color-brand-secondary, #30aec6);background-color:#30aec61a}.offer-plan__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:1rem}.offer-plan__save{background-color:#ffa51733;color:#ffa517;font-size:.75rem;font-weight:700;padding:.25rem .5rem;border-radius:.25rem;text-transform:uppercase;letter-spacing:.5px}.offer-plan__radio{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:18px;height:18px}.offer-plan__radio-button{width:12px;height:12px;border:2px solid rgba(255,255,255,.4);border-radius:50%;background-color:transparent}.offer-plan--selected .offer-plan__radio-button{display:none}.offer-plan__name{color:var(--color-text, #ffffff);font-size:.875rem;font-weight:500;margin:0;-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:center}.offer-plan__dropdown{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:24px;height:24px}.offer-plan__dropdown svg{width:16px;height:16px;color:#fff9;-webkit-transform:rotate(0deg);transform:rotate(0);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.offer-plan--selected .offer-plan__dropdown svg{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.offer-product__pricing{margin-top:1.25rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:var(--color-app-plan-background, rgba(255, 255, 255, .05));border:1px solid var(--color-app-plan-border, rgba(255, 255, 255, .1));border-radius:.5rem;width:100%;position:relative;visibility:visible;overflow:hidden;padding:1rem}.offer-product__price-main{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.5rem;width:100%}.offer-product__price-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:1rem}.offer-product__price-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;gap:.75rem}.offer-product__old-price{color:#fff9;font-size:1rem;text-decoration:line-through;margin:0}.offer-product__new-price{color:var(--color-text, #ffffff);font-size:1.5rem;font-weight:700;margin:0}.offer-product__best-value{background-color:var(--color-brand-secondary, #30aec6);color:#fff;font-size:.75rem;font-weight:700;padding:.25rem .5rem;border-radius:.25rem;text-transform:uppercase;letter-spacing:.5px;margin:0}.offer-product__billing{color:#fffc;font-size:.875rem;margin:0}.offer-product__price-per-month{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.5rem;margin-top:.75rem;padding-top:.75rem;border-top:1px solid rgba(255,255,255,.1)}.offer-product__old-price-month{color:#fff9;font-size:.875rem;text-decoration:line-through;margin:0}.offer-product__new-price-month{color:var(--color-text, #ffffff);font-size:1.125rem;font-weight:600;margin:0}.offer-product__month-label{color:#fffc;font-size:.875rem;margin:0}.offer-product__addon-info{padding-bottom:1rem;width:100%;display:block;text-align:left;cursor:initial}.offer-product__addon-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.5rem;margin-bottom:.75rem}.offer-product__addon-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:16px;height:16px;-ms-flex-negative:0;flex-shrink:0}.offer-product__addon-description{color:#fffc;font-size:.875rem;margin:0}.offer-product__addon-price{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;gap:.75rem;margin-bottom:.75rem}.offer-product__addon-new-price{color:var(--color-text, #ffffff);font-size:1.5rem;font-weight:700;margin:0}.offer-product__addon-old-price{color:#fff9;font-size:1rem;text-decoration:line-through;margin:0}.offer-product__addon-features{margin-top:.5rem}.offer-product__addon-feature-text{color:var(--color-brand-secondary, #30aec6);font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px;margin:0}.offer-checkout-actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;max-width:21.4375rem;visibility:visible;margin-top:2rem}.offer-checkout-submit{background-color:var(--color-brand-primary, #fe7677);color:#fff;border:none;border-radius:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease;width:100%;margin-bottom:1rem}.offer-checkout-submit:hover{background-color:#fea9a9;-webkit-transform:translateY(-2px);transform:translateY(-2px)}.offer-checkout-submit:active{-webkit-transform:translateY(0);transform:translateY(0)}.offer-coupon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.5rem;width:100%}.offer-coupon__input{-webkit-box-flex:1;-ms-flex:1;flex:1;background-color:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:.25rem;padding:.75rem;color:var(--color-text, #ffffff);font-size:.875rem}.offer-coupon__input::-webkit-input-placeholder{color:#ffffff80}.offer-coupon__input::-moz-placeholder{color:#ffffff80}.offer-coupon__input:-ms-input-placeholder{color:#ffffff80}.offer-coupon__input::-ms-input-placeholder{color:#ffffff80}.offer-coupon__input::placeholder{color:#ffffff80}.offer-coupon__input:focus{outline:none;border-color:var(--color-brand-secondary, #30aec6)}.offer-coupon__submit{background-color:#ffffff1a;color:#fff9;border:1px solid rgba(255,255,255,.2);border-radius:.25rem;padding:.75rem 1rem;font-size:.875rem;font-weight:600;cursor:not-allowed}.offer-coupon__submit:not(:disabled){background-color:var(--color-brand-secondary, #30aec6);color:#fff;cursor:pointer}.offer-coupon__submit:not(:disabled):hover{background-color:#54c1d5}.offer-trust-indicators{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:2rem;margin-top:2rem}@media screen and (min-width: 768px){.offer-trust-indicators{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem}}.offer-trust-indicator{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.5rem}.offer-trust-indicator p{color:#fffc;font-size:.875rem;margin:0}.offer-trust-indicator__icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:24px;height:24px}.offer-trust-indicator__icon svg{width:100%;height:100%;color:#fff9}.offer-payment-methods{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:2rem}.offer-payment-methods svg{max-width:100%;height:auto}.offer-checkout-flow{display:none;margin:0 auto;padding:2rem 1rem;background-color:var(--color-background-primary, #fff);width:100%;visibility:visible}@media screen and (min-width: 768px){.offer-checkout-flow{padding:2rem 1rem}}@media screen and (min-width: 992px){.offer-checkout-flow{padding:2rem 1rem}}@media screen and (min-width: 1200px){.offer-checkout-flow{padding:4rem 0}}.offer-checkout-flow__container{max-width:1200px;margin:0 auto}.offer-checkout-flow__header{margin-bottom:2rem}.offer-checkout-flow__progress{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:2rem}@media screen and (min-width: 768px){.offer-checkout-flow__progress{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem}}.offer-checkout-flow__step{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.5rem;opacity:.5}.offer-checkout-flow__step--completed,.offer-checkout-flow__step--active{opacity:1}.offer-checkout-flow__step-icon{width:24px;height:24px;border-radius:50%;background-color:#fff3;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.offer-checkout-flow__step--completed .offer-checkout-flow__step-icon{background-color:var(--color-success, #4caf50)}.offer-checkout-flow__step--active .offer-checkout-flow__step-icon{background-color:var(--color-brand-secondary, #30aec6)}.offer-checkout-flow__step-title{color:var(--color-text, #ffffff);font-size:.875rem;font-weight:500;margin:0}.offer-no-margin p{margin:0}.offer-aspect-ratio{aspect-ratio:1.25/1}.offer-page-container{width:100%;max-width:35rem;padding:1.5rem 1.5rem 3rem;font-family:var(--font-ui)}@media (max-width: 767.98px){.offer-page-container{padding-left:1rem;padding-right:1rem}}.offer-page-container p,.custom-offer-elements h1,.custom-offer-elements h2,.custom-offer-elements h3,.custom-offer-elements h4,.custom-offer-elements h5{font-size:inherit;font-family:inherit;color:inherit;font-weight:inherit}.offer-full-button .elementor-button{width:100%!important}.offer-button-hover-scale .elementor-button:hover{-webkit-transform:scale(1.02);transform:scale(1.02)}.offer-review-rate{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;gap:.25rem!important}.offer-faq-accordion-items .elementor-accordion-item{padding:3px 3px 14px;border-radius:0;overflow:hidden;-webkit-transition-timing-function:cubic-bezier(.4,0,.2,1);transition-timing-function:cubic-bezier(.4,0,.2,1);-webkit-transition-duration:.15s;transition-duration:.15s}.offer-faq-accordion-items .elementor-accordion-item:first-of-type{margin:0}.offer-faq-accordion-items .elementor-tab-content p:last-of-type{margin:0}.offer-faq-accordion-items .elementor-tab-title{-webkit-transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;-webkit-transition-timing-function:cubic-bezier(.4,0,.2,1);transition-timing-function:cubic-bezier(.4,0,.2,1);-webkit-transition-duration:.15s;transition-duration:.15s;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:rgb(243,244,246) solid 1px!important;border-radius:.75rem;-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.05);box-shadow:0 1px 2px #0000000d}.offer-faq-accordion-items .elementor-tab-title .elementor-accordion-icon{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-left:auto}.offer-faq-accordion-items .elementor-tab-title .elementor-accordion-icon svg{width:1.25rem!important;height:1.25rem!important;fill:transparent!important}.offer-faq-accordion-items .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed{display:block!important;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transition-timing-function:cubic-bezier(.4,0,.2,1);transition-timing-function:cubic-bezier(.4,0,.2,1);-webkit-transition-duration:.15s;transition-duration:.15s}.offer-faq-accordion-items .elementor-tab-title .elementor-accordion-title{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.offer-faq-accordion-items .elementor-tab-title:hover{-webkit-box-shadow:0 4px 6px -1px rgba(0,0,0,.1);box-shadow:0 4px 6px -1px #0000001a}.offer-faq-accordion-items .elementor-tab-title.elementor-active .elementor-accordion-icon-closed{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.offer-head{margin-top:3.5rem;margin-bottom:2rem}@media (max-width: 767.98px){.offer-head{margin-top:2rem}}.offer-head .title{text-align:center;font-family:var(--font-display);color:var(--color-heading-primary);font-size:2.75rem;line-height:2.5rem;font-weight:800;margin-bottom:.75rem}.offer-head .title span{color:var(--color-heading-highlight);font-weight:900}@media (max-width: 767.98px){.offer-head .title{font-size:1.875rem;line-height:1.25}}.offer-head .sub-title{font-size:1.25rem;line-height:1.75rem;color:#6b7280;text-align:center;width:100%;margin:0}.offer-head .sub-title b{font-weight:600}@media (max-width: 767.98px){.offer-head .sub-title{font-size:1rem;line-height:1.5rem}}.offer-main{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-height:unset;min-height:unset;height:initial;width:initial;min-width:unset;visibility:visible}.offer-main+.trusted-by{margin-top:1.5rem}.offer-main .offer-form-terms a{color:var(--color-heading-highlight-secondary);font-weight:500}.offer-main .offer-form-terms a:hover{text-decoration:underline}.offer-main__title{-webkit-box-sizing:border-box;box-sizing:border-box;margin:3rem 0 2rem;min-width:0;color:var(--theme-ui-colors-text, #ffffff);font-weight:400;letter-spacing:0;text-decoration:none;font-size:1.5rem;line-height:2rem;font-weight:700;text-align:center;width:100%;max-width:unset;text-transform:none;cursor:initial;display:inline;white-space:normal}@media screen and (min-width: 992px){.offer-main__title{font-size:2rem;line-height:2.625rem}}.offer-main__container{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-height:unset;min-height:unset;height:initial;width:100%;min-width:unset;visibility:visible}.offer-main__products{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-height:unset;min-height:unset;height:initial;width:100%;visibility:visible}.offer-main__product{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;min-height:unset;height:initial;width:100%;max-height:unset;display:block;text-align:left;cursor:initial;position:relative}.offer-main__product-image{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;min-height:unset;height:initial;width:initial;max-height:unset;display:block;text-align:left;cursor:initial;position:absolute;top:1rem;right:1rem;max-width:55px}.offer-main__product-image img{max-width:100%;height:auto;-o-object-fit:contain;object-fit:contain}.offer-main__product-content{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-height:unset;min-height:unset;height:initial;width:initial;min-width:unset;visibility:visible}.offer-main__product-header{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;padding:1rem 1rem 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;max-height:unset;min-height:unset;height:initial;width:initial;min-width:unset;visibility:visible;display:none}.offer-main__checkbox-wrapper{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;min-height:unset;height:initial;width:initial;max-height:unset;display:block;text-align:left;cursor:initial}.offer-main__checkbox-container{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;min-width:-webkit-min-content;min-width:-moz-min-content;min-width:min-content}.offer-main__checkbox{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;position:absolute;opacity:0;z-index:-1;width:1px;height:1px;overflow:hidden}.offer-main__checkbox-checked{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 8px 0 0;min-width:0;display:none;border-radius:4px;color:gray;-ms-flex-negative:0;flex-shrink:0;color:var(--theme-ui-colors-grey300, #a7a7a7);border-radius:1rem}input:checked~.offer-main__checkbox-checked{display:block;color:var(--theme-ui-colors-brandPrimary1, #fe7677)}input:focus~.offer-main__checkbox-checked{color:primary;background-color:highlight}input[type=checkbox]:focus~.offer-main__checkbox-checked{outline:0;background:none}.offer-main__checkbox-checked:hover{background-color:#0000001a;-webkit-transition:background-color all .1s;transition:background-color all .1s;border-radius:.1875rem}.offer-main__checkbox-unchecked{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 8px 0 0;min-width:0;display:block;border-radius:4px;color:gray;-ms-flex-negative:0;flex-shrink:0;color:var(--theme-ui-colors-grey300, #a7a7a7);border-radius:1rem}input:checked~.offer-main__checkbox-unchecked{display:none;color:var(--theme-ui-colors-brandPrimary1, #fe7677)}input:focus~.offer-main__checkbox-unchecked{color:primary;background-color:highlight}input[type=checkbox]:focus~.offer-main__checkbox-unchecked{outline:0;background:none}.offer-main__checkbox-unchecked:hover{background-color:#0000001a;-webkit-transition:background-color all .1s;transition:background-color all .1s;border-radius:.1875rem}.offer-main__product-name{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;min-height:unset;height:initial;width:initial;max-height:unset;display:block;text-align:left;cursor:initial}.offer-main__product-title{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;color:var(--theme-ui-colors-text, #ffffff);font-weight:400;letter-spacing:0;text-decoration:none;font-size:16px;line-height:1.5rem;font-weight:700;max-width:12.75rem;text-transform:none;cursor:initial;display:inline-block;white-space:normal}.offer-main__app-plans{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-height:unset;min-height:unset;height:initial;width:100%;min-width:unset;gap:.5rem;visibility:visible}.offer-main__plan-label{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;letter-spacing:0;text-decoration:none;width:100%;max-width:unset;text-transform:none;cursor:initial;display:inline;white-space:normal;font-size:1.875rem;line-height:2.25rem;font-weight:800;text-align:center;font-family:var(--font-display);color:var(--color-heading-primary)}@media (max-width: 767.98px){.offer-main__plan-label{font-size:1.5rem;line-height:2rem}}.offer-main__plan-description{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;letter-spacing:0;text-decoration:none;width:100%;max-width:unset;text-transform:none;cursor:initial;display:inline;white-space:normal;font-size:1rem;line-height:1.5rem;color:#6b7280;margin-bottom:1rem;text-align:center}@media (max-width: 767.98px){.offer-main__plan-description{font-size:.875rem;line-height:1.25rem}}.offer-main__plan-options{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-height:unset;min-height:unset;height:initial;width:100%;min-width:unset;gap:1rem;visibility:visible;margin-bottom:2rem}.offer-main__plan{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-height:unset;min-height:unset;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:100%;min-width:unset;position:relative;visibility:visible;cursor:pointer}.offer-main__plan-content{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-height:unset;width:100%;min-width:unset;visibility:visible;overflow:hidden;padding:1.5rem 8rem 1.5rem 1.5rem;background-color:var(--color-select-item-bg);border-radius:1rem;border:var(--color-select-item-border) solid 2px;-webkit-transition-property:all;transition-property:all;-webkit-transition-timing-function:cubic-bezier(.4,0,.2,1);transition-timing-function:cubic-bezier(.4,0,.2,1);-webkit-transition-duration:.3s;transition-duration:.3s;min-height:180px;font-family:var(--font-ui)}@media (max-width: 767.98px){.offer-main__plan-content{padding:1.25rem 6.5rem 1.25rem 1.25rem}}.offer-main__plan-content:hover{-webkit-box-shadow:0 10px 26px rgba(15,23,42,.05);box-shadow:0 10px 26px #0f172a0d}.offer-main__plan-content--selected{border-color:var(--color-select-item-selected-border);-webkit-box-shadow:0 12px 30px var(--color-select-item-selected-box-shadow);box-shadow:0 12px 30px var(--color-select-item-selected-box-shadow);background-image:var(--color-select-item-selected-bg)}.offer-main__plan-save{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;color:#000;font-weight:400;letter-spacing:0;text-decoration:none;line-height:125%;font-size:.6875rem;background-color:var(--theme-ui-colors-brandSecondary1, #ff9517);border-radius:.35rem .35rem 0 0;padding:.25rem .375rem;text-align:center;font-weight:600;width:100%;max-width:unset;text-transform:none;cursor:initial;display:inline;white-space:normal}@media screen and (min-width: 768px){.offer-main__plan-save{font-size:.75rem;line-height:1rem}}.offer-main__plan-save--selected{background-color:#30aec6;color:#fff;font-weight:700}@media screen and (min-width: 768px){.offer-main__plan-save--selected{font-size:.75rem;line-height:1rem}}.offer-main__plan-radio{-webkit-box-sizing:border-box;box-sizing:border-box;min-width:0;margin:.5rem .5rem 0;min-height:unset;height:initial;width:initial;max-height:unset;display:block;text-align:left;cursor:pointer;display:none}.offer-main__plan-radio-button{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;margin-bottom:.5rem;background-color:var(--theme-ui-colors-appRadioUncheckedBg, #374151);min-height:unset;height:.8438rem;width:.8438rem;max-height:unset;display:block;text-align:left;border-radius:100%;border:.0938rem solid #c5ced9;cursor:initial}.offer-main__plan-radio-button--checked{background:none;border:none}.offer-main__plan-radio-button--checked svg{width:18px;height:18px}.offer-main__plan-radio-button--checked svg rect{fill:var(--theme-ui-colors-brandPrimary2, #30aec6)}.offer-main__plan-radio-button--checked svg path{fill:#fff}.offer-main__plan-name{-webkit-box-sizing:border-box;box-sizing:border-box;min-width:0;text-decoration:none;max-width:unset;cursor:pointer;display:inline;white-space:normal;font-size:1rem;line-height:1.5rem;color:#111827;letter-spacing:.025em;font-weight:400;margin-bottom:.75rem;text-transform:uppercase}@media (max-width: 767.98px){.offer-main__plan-name{font-size:.875rem;line-height:1.25rem}}.offer-main__plan-pricing{display:-webkit-box;display:-ms-flexbox;display:flex;gap:.5rem;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;margin-bottom:.25rem}.offer-main__plan-pricing .price-sale{font-size:2.25rem;line-height:2.5rem;color:#111827;font-weight:800}.offer-main__plan-content--selected .offer-main__plan-pricing .price-sale{color:var(--color-select-item-selected-price)}@media (max-width: 767.98px){.offer-main__plan-pricing .price-sale{font-size:1.875rem;line-height:2.25rem}}.offer-main__plan-pricing .price-period{color:#6b7280;font-size:1rem;line-height:1.5rem;white-space:nowrap}.offer-main__plan-pricing .price-regular{font-size:1rem;line-height:1.5rem;color:#9ca3af;text-decoration:line-through}.offer-main__plan-billed{color:#9ca3af;font-size:.75rem;line-height:1rem;margin-bottom:1rem}.offer-main__plan-features{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:6px}.offer-main__plan-features .item{display:-webkit-box;display:-ms-flexbox;display:flex;color:#6b7280;font-size:.75rem;line-height:1rem;gap:.5rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.offer-main__plan-features .item svg{width:.875rem;height:.875rem;color:var(--color-btn-secondary)}.offer-main__plan-badge{color:#fff;font-weight:600;font-size:.75rem;line-height:1rem;padding:.25rem .75rem;border-radius:9999px;position:absolute;top:1.5rem;right:1.5rem}@media (max-width: 767.98px){.offer-main__plan-badge{top:1.25rem;right:1.25rem}}.offer-main__plan-discount-badge{color:#1c7359;font-weight:600;font-size:.75rem;line-height:1rem;padding:.25rem .625rem;border-radius:9999px;border:rgb(28,115,89) solid 1px;position:absolute;bottom:1.5rem;right:1.5rem}@media (max-width: 767.98px){.offer-main__plan-discount-badge{bottom:1.25rem;right:1.25rem}}.offer-main__plan-dropdown{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;min-height:unset;height:initial;width:initial;max-height:unset;text-align:left;cursor:initial;position:absolute;bottom:-1rem;display:none!important}.offer-main__plan-dropdown-icon{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;min-height:unset;height:.75rem;width:.75rem;max-height:unset;display:block;text-align:left;cursor:pointer}.offer-main__plan-dropdown-icon .fill{fill:var(--theme-ui-colors-brandPrimary2, #30aec6)}.offer-main__pricing{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;margin-top:1.25rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:var(--theme-ui-colors-appPlanBackground, #1f2a22);border:1px solid;border-color:var(--theme-ui-colors-appPlanBorder, #4b5563);border-radius:.5rem;max-height:unset;min-height:unset;height:initial;width:100%;min-width:unset;position:relative;visibility:visible;overflow:hidden}.offer-main__pricing-main{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;padding:.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background:#f7f7f7;max-height:unset;min-height:unset;height:initial;width:100%;min-width:unset;visibility:visible}.offer-main__pricing-group{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;max-height:unset;min-height:unset;height:initial;width:100%;min-width:unset;visibility:visible;-ms-flex-wrap:wrap;flex-wrap:wrap}.offer-main__pricing-container{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;max-height:unset;min-height:unset;height:initial;width:initial;min-width:unset;visibility:visible}.offer-main__old-price{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;color:var(--theme-ui-colors-text, #ffffff);font-weight:400;letter-spacing:0;text-decoration:none;line-height:130%;font-size:12px;color:var(--theme-ui-colors-alert300, #f59e0b);max-width:unset;text-transform:none;text-decoration:line-through;cursor:initial;display:inline;white-space:normal}.offer-main__new-price{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;color:var(--theme-ui-colors-text, #ffffff);font-weight:400;letter-spacing:0;text-decoration:none;line-height:130%;font-size:12px;margin-left:.5rem;color:var(--theme-ui-colors-brandPrimary2, #30aec6);max-width:unset;text-transform:none;cursor:initial;display:inline;white-space:normal}.offer-main__best-value{-webkit-box-sizing:border-box;box-sizing:border-box;min-width:0;color:var(--theme-ui-colors-text, #ffffff);font-weight:400;letter-spacing:0;text-decoration:none;line-height:150%;font-size:10px;margin:0 0 0 auto;padding:.375rem .625rem;color:var(--theme-ui-colors-bestValueTagText, #fff);background-color:var(--theme-ui-colors-bestValueTagBg, #fe7677);font-weight:700;max-width:unset;text-transform:none;cursor:initial;display:inline;white-space:normal;border-radius:.8125rem}.offer-main__billing-cycle{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;color:var(--theme-ui-colors-text, #ffffff);font-weight:400;letter-spacing:0;text-decoration:none;line-height:130%;font-size:12px;margin-top:.25rem;color:var(--theme-ui-colors-brandPrimary2, #30aec6);max-width:unset;text-transform:none;cursor:initial;display:inline;white-space:normal}.offer-main__pricing-monthly{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;padding:.25rem .5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;max-height:unset;min-height:unset;height:initial;width:100%;min-width:unset;visibility:visible}.offer-main__old-price-monthly{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;color:var(--theme-ui-colors-text, #ffffff);font-weight:400;letter-spacing:0;text-decoration:none;line-height:130%;font-size:12px;color:var(--theme-ui-colors-grey500, #6b7280);max-width:unset;text-transform:none;text-decoration:line-through;cursor:initial;display:inline;white-space:normal}.offer-main__new-price-monthly{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;font-weight:400;letter-spacing:0;text-decoration:none;line-height:145%;font-size:20px;margin-left:.5rem;color:var(--theme-ui-colors-text, #ffffff);font-weight:700;max-width:unset;text-transform:none;cursor:initial;display:inline;white-space:normal}.offer-main__per-month{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;color:var(--theme-ui-colors-text, #ffffff);font-weight:400;letter-spacing:0;text-decoration:none;line-height:130%;font-size:12px;margin-top:.25rem;color:var(--theme-ui-colors-grey500, #6b7280);font-weight:600;max-width:unset;text-transform:none;cursor:initial;display:inline;white-space:normal}.offer-main__addon-pricing{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;padding-bottom:1rem;min-height:unset;height:initial;width:100%;max-height:unset;display:block;text-align:left;cursor:initial}.offer-main__addon-header{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;margin:.5rem 0 0 2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;max-height:unset;min-height:unset;height:initial;width:initial;min-width:unset;visibility:visible}.offer-main__addon-icon{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;min-height:unset;height:initial;width:initial;max-height:unset;display:block;text-align:left;cursor:initial}.offer-main__addon-icon svg path{fill:var(--theme-ui-colors-brandPrimary1, #7b9c5f)}.offer-main__addon-icon svg circle{fill:var(--theme-ui-colors-brandSecondary1, #e5ebdf)}.offer-main__addon-description{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;color:var(--theme-ui-colors-text, #ffffff);font-weight:400;letter-spacing:0;text-decoration:none;line-height:130%;font-size:12px;margin-left:.25rem;color:var(--theme-ui-colors-brandPrimary1, #7b9c5f);font-weight:700;max-width:13rem;text-transform:none;cursor:initial;display:inline;white-space:normal}.offer-main__addon-prices{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;margin:.5rem 0 0 2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;max-height:unset;min-height:unset;height:initial;width:initial;min-width:unset;visibility:visible}.offer-main__addon-price{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;font-size:1.75rem;font-weight:700;line-height:1.75rem;max-width:unset;text-transform:none;text-decoration:none;cursor:initial;display:inline;white-space:normal}.offer-main__addon-old-price{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;color:var(--theme-ui-colors-text, #ffffff);font-weight:400;letter-spacing:0;text-decoration:none;font-size:16px;line-height:1.5rem;margin-left:.375rem;color:var(--theme-ui-colors-alert1000, #e91010);text-decoration:line-through;max-width:unset;text-transform:none;cursor:initial;display:inline;white-space:normal}.offer-main__addon-details{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;margin:1rem 0 0 2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;max-height:unset;min-height:unset;height:initial;width:initial;min-width:unset;visibility:visible}.offer-main__addon-details-text{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;color:var(--theme-ui-colors-text, #ffffff);font-weight:400;letter-spacing:0;text-decoration:none;line-height:150%;font-size:10px;margin-left:.25rem;color:var(--theme-ui-colors-primary2500, #1b8489);font-weight:700;max-width:unset;text-transform:none;cursor:initial;display:inline;white-space:normal}.offer-main__addon-features{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-height:unset;min-height:unset;height:initial;width:initial;min-width:unset;visibility:visible;margin:1rem 0px 0px 2rem}.offer-main__addon-feature-text{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;color:var(--theme-ui-colors-text, #ffffff);font-weight:400;letter-spacing:0;text-decoration:none;line-height:130%;font-size:.625rem;text-align:center;font-weight:600;width:100%;max-width:unset;text-transform:none;cursor:initial;display:inline;white-space:normal;text-align:left}label[data-testid=stayahead-paperback-box] .offer-main__addon-pricing{padding-bottom:0}.offer-main__print-name-option{-webkit-box-sizing:border-box;box-sizing:border-box;margin:1rem 0 0;min-width:0;display:block;width:100%}.offer-main__print-name-label{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;display:block;cursor:pointer;width:100%}.offer-main__print-name-content{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:.75rem;padding:.75rem 1rem;border-top:1px solid var(--theme-ui-colors-grey600, #4b5563);border-radius:0;background-color:transparent;-webkit-transition:all .2s ease;transition:all .2s ease;cursor:#F7F7F7}.offer-main__print-name-content:hover{background-color:#7b9c5f0d}.offer-main__print-name-text{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;color:var(--theme-ui-colors-text, #ffffff);font-weight:500;font-size:.875rem;line-height:1.25;-webkit-box-flex:1;-ms-flex:1;flex:1}.offer-main__print-name-icon{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:40px;height:40px;-ms-flex-negative:0;flex-shrink:0}.offer-main__print-name-icon svg{width:40px;height:40px}.offer-main__print-name-checkbox:checked+.offer-main__checkbox-checked{display:block}.offer-main__print-name-checkbox:checked~.offer-main__checkbox-unchecked{display:none}.offer-main__print-name-checkbox:not(:checked)+.offer-main__checkbox-checked{display:none}.offer-main__print-name-checkbox:not(:checked)~.offer-main__checkbox-unchecked{display:block}.offer-main__print-name-checkbox:checked~.offer-main__print-name-content{border-color:var(--theme-ui-colors-brandPrimary1, #7b9c5f);background-color:#7b9c5f1a}.offer-main__print-name-checkbox[data-checked=true]+.offer-main__checkbox-checked{display:block}.offer-main__print-name-checkbox[data-checked=true]~.offer-main__checkbox-unchecked{display:none}.offer-main__print-name-checkbox[data-checked=false]+.offer-main__checkbox-checked{display:none}.offer-main__print-name-checkbox[data-checked=false]~.offer-main__checkbox-unchecked{display:block}.offer-main__checkout{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-height:unset;min-height:unset;height:initial;width:initial;min-width:unset;visibility:visible;width:100%}.offer-main__submit-button{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-block;text-align:center;text-decoration:none;border:0;width:100%;max-width:unset;min-height:unset;height:initial;max-height:unset;text-transform:none;cursor:pointer;white-space:normal;background-color:var(--color-bnt-offer);font-size:1.125rem;font-weight:700;line-height:1.75rem;letter-spacing:.025rem;-webkit-box-shadow:0px 20px 25px -5px rgba(0,0,0,.1);box-shadow:0 20px 25px -5px #0000001a;-webkit-transition-property:all;transition-property:all;-webkit-transition-timing-function:cubic-bezier(.4,0,.2,1);transition-timing-function:cubic-bezier(.4,0,.2,1);-webkit-transition-duration:.3s;transition-duration:.3s;border-radius:1rem;padding:1.25rem 2rem;color:var(--color-btn-secondary-text)}.offer-main__submit-button:disabled{opacity:.38;pointer-events:none}@media (hover: hover){.offer-main__submit-button:hover{background-color:var(--color-bnt-offer-hover);-webkit-transform:scale(1.02);transform:scale(1.02);cursor:pointer}}@media (max-width: 767.98px){.offer-main__submit-button{font-size:.875rem;line-height:1.25rem;padding:.89rem 1rem}}.offer-main__coupon{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;margin-top:1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;max-height:unset;min-height:unset;height:initial;width:100%;max-width:31.75rem;min-width:unset;position:relative;visibility:visible}@media screen and (min-width: 23.5rem){.offer-main__coupon{max-width:31.75rem}}@media screen and (min-width: 47.9375rem){.offer-main__coupon{max-width:31.75rem}}@media screen and (min-width: 90rem){.offer-main__coupon{max-width:21.44rem}}.offer-main__coupon-input{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;display:block;width:100%;padding:8px;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-size:inherit;line-height:inherit;border:1px solid;border-radius:4px;color:inherit;background-color:transparent;color:var(--theme-ui-colors-inputColor, #e9e9e9);background-color:var(--theme-ui-colors-background, #fff);font-size:1rem;font-weight:600;line-height:1.5rem;padding:1rem;border-radius:.5rem;border:2px solid;border-color:var(--theme-ui-colors-grey300, #c6ced9);-webkit-transition:all .3s ease-out;transition:all .3s ease-out;color:var(--theme-ui-colors-text, #ffffff);min-height:3.5rem}.offer-main__coupon-input:autofill,.offer-main__coupon-input:autofill:hover,.offer-main__coupon-input:autofill:focus{-webkit-box-shadow:inset 0 0 0 1000px var(--theme-ui-colors-background, #fff);box-shadow:inset 0 0 0 1000px var(--theme-ui-colors-background, #fff);font-size:inherit}.offer-main__coupon-input::-webkit-input-placeholder{color:var(--theme-ui-colors-grey300, #c6ced9)}.offer-main__coupon-input::-moz-placeholder{color:var(--theme-ui-colors-grey300, #c6ced9)}.offer-main__coupon-input:-ms-input-placeholder{color:var(--theme-ui-colors-grey300, #c6ced9)}.offer-main__coupon-input::-ms-input-placeholder{color:var(--theme-ui-colors-grey300, #c6ced9)}.offer-main__coupon-input::placeholder{color:var(--theme-ui-colors-grey300, #c6ced9)}.offer-main__coupon-input:hover{border-color:var(--theme-ui-colors-grey400, #a0aec0)}.offer-main__coupon-input:focus{outline:none;border-color:var(--theme-ui-colors-brandPrimary2, #1b8489);-webkit-box-shadow:0 0 0 3px rgba(27,132,137,.1);box-shadow:0 0 0 3px #1b84891a}.offer-main__coupon-input:disabled{opacity:.5;cursor:not-allowed}.offer-main__coupon-input::-webkit-outer-spin-button,.offer-main__coupon-input::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none;margin:0}.offer-main__coupon-input[type=number]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.offer-main__coupon-input:-webkit-autofill{-webkit-box-shadow:inset 0 0 0 1000px var(--theme-ui-colors-background, #fff);box-shadow:inset 0 0 0 1000px var(--theme-ui-colors-background, #fff)}.offer-main__coupon-input:-webkit-autofill:hover{-webkit-box-shadow:inset 0 0 0 1000px var(--theme-ui-colors-background, #fff);box-shadow:inset 0 0 0 1000px var(--theme-ui-colors-background, #fff)}.offer-main__coupon-input:-webkit-autofill:focus{-webkit-box-shadow:inset 0 0 0 1000px var(--theme-ui-colors-background, #fff);box-shadow:inset 0 0 0 1000px var(--theme-ui-colors-background, #fff)}.offer-main__coupon-button{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-block;text-align:center;line-height:inherit;text-decoration:none;font-size:inherit;padding:8px 16px;color:var(--theme-ui-colors-white, #ffffff);background-color:primary;border:0;border-radius:4px;border-radius:.5rem;-webkit-transition:all .3s ease-out;outline:none;width:8rem;height:2.25rem;position:absolute;top:.5rem;right:.5rem;font-weight:700;font-size:.875rem;line-height:140%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:auto;width:auto;top:unset;display:block;background-color:var(--theme-ui-colors-grey10, #e9e9e9);background-color:transparent;border:2px solid;border-color:var(--theme-ui-colors-grey300, #c6ced9);color:var(--theme-ui-colors-grey300, #c6ced9);margin-left:.5rem;transition:all .3s ease-out;cursor:pointer}.offer-main__coupon-button:active,.offer-main__coupon-button:focus{outline:none}.offer-main__coupon-button:disabled{opacity:.5;cursor:not-allowed}@media (hover: hover){.offer-main__coupon-button:hover:enabled{background-color:var(--theme-ui-colors-grey300, #c6ced9);color:var(--theme-ui-colors-background, #fff);border-color:var(--theme-ui-colors-grey300, #c6ced9)}}.offer-main__trust{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-height:unset;min-height:unset;height:initial;width:initial;min-width:unset;visibility:visible}.offer-main__trust-items{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-height:unset;min-height:unset;height:initial;width:initial;min-width:unset;gap:1rem;visibility:visible;margin-bottom:1rem;margin-top:2rem}@media screen and (min-width: 768px){.offer-main__trust-items{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:2rem}}@media screen and (min-width: 992px){.offer-main__trust-items{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:2rem}}.offer-main__trust-item{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-height:unset;min-height:unset;height:initial;width:initial;min-width:unset;visibility:visible}@media screen and (min-width: 768px){.offer-main__trust-item{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:.5rem}}@media screen and (min-width: 992px){.offer-main__trust-item{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:.5rem}}.offer-main__trust-icon{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;min-height:unset;height:initial;width:initial;max-height:unset;display:block;text-align:left;cursor:initial}.offer-main__trust-text{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;color:var(--theme-ui-colors-text, #ffffff);font-weight:400;letter-spacing:0;text-decoration:none;line-height:140%;font-size:.875rem;text-align:center;width:100%;max-width:unset;text-transform:none;cursor:initial;display:inline;white-space:normal}@media screen and (min-width: 768px){.offer-main__trust-text{text-align:left}}@media screen and (min-width: 992px){.offer-main__trust-text{text-align:left}}.offer-complete-formula{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 auto;min-width:0;padding:2rem 1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;background-color:var(--theme-ui-colors-backgroundPrimary, #fff);max-height:unset;min-height:unset;height:initial;width:100%;min-width:unset;visibility:visible}@media screen and (min-width: 768px){.offer-complete-formula{padding:2rem 1rem}}@media screen and (min-width: 992px){.offer-complete-formula{padding:2rem 1rem}}@media screen and (min-width: 1200px){.offer-complete-formula{padding:4rem 0}}.offer-complete-formula__container{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;padding:2rem 1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:#f7f7f7;border-radius:2rem;max-height:unset;min-height:unset;height:initial;width:100%;max-width:73.5rem;min-width:unset;visibility:visible}@media screen and (min-width: 768px){.offer-complete-formula__container{padding-left:1rem;padding-right:1rem}}@media screen and (min-width: 992px){.offer-complete-formula__container{padding-left:1rem;padding-right:1rem}}@media screen and (min-width: 1200px){.offer-complete-formula__container{padding-left:0;padding-right:0}}.offer-complete-formula__title{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;color:#000;font-weight:400;letter-spacing:0;text-decoration:none;font-size:1.5rem;line-height:2rem;font-weight:700;text-align:center;width:100%;max-width:unset;text-transform:none;cursor:initial;display:inline;white-space:normal}@media screen and (min-width: 992px){.offer-complete-formula__title{font-size:2rem;line-height:2.625rem}}.offer-complete-formula__items{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;margin-top:1.625rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:initial;max-height:unset;min-height:unset;height:initial;width:initial;min-width:unset;gap:1rem;visibility:visible}@media screen and (min-width: 768px){.offer-complete-formula__items{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem}}@media screen and (min-width: 992px){.offer-complete-formula__items{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem}}@media screen and (min-width: 1200px){.offer-complete-formula__items{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:1rem}}.offer-complete-formula__item{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:initial;max-height:unset;min-height:unset;height:initial;width:100%;min-width:unset;visibility:visible}@media screen and (min-width: 768px){.offer-complete-formula__item{width:100%}}@media screen and (min-width: 992px){.offer-complete-formula__item{width:100%}}@media screen and (min-width: 1200px){.offer-complete-formula__item{width:14.75rem}}.offer-complete-formula__item img{max-width:100%;height:auto;max-width:110px}.offer-complete-formula__item-content{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-height:unset;min-height:unset;height:initial;width:initial;max-width:100%;min-width:unset;visibility:visible}@media screen and (min-width: 768px){.offer-complete-formula__item-content{max-width:100%}}@media screen and (min-width: 992px){.offer-complete-formula__item-content{max-width:100%}}@media screen and (min-width: 1200px){.offer-complete-formula__item-content{max-width:100%}}.offer-complete-formula__item-title{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;color:#000;font-weight:400;letter-spacing:0;text-decoration:none;line-height:145%;font-size:20px;margin-top:.5rem;font-weight:700;text-align:center;width:100%;max-width:unset;text-transform:none;cursor:initial;display:inline;white-space:normal}.offer-complete-formula__item-description{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;color:#000;font-weight:400;letter-spacing:0;text-decoration:none;line-height:150%;font-size:.875rem;text-align:center;width:100%;max-width:unset;text-transform:none;cursor:initial;display:inline;white-space:normal}.offer-complete-formula__separator{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:initial;max-height:unset;min-height:unset;height:initial;width:100%;min-width:unset;visibility:visible}@media screen and (min-width: 768px){.offer-complete-formula__separator{margin-top:0}}@media screen and (min-width: 992px){.offer-complete-formula__separator{margin-top:0}}@media screen and (min-width: 1200px){.offer-complete-formula__separator{margin-top:5.625rem;width:3.25rem}}.offer-complete-formula__separator svg{width:50px;height:50px}.offer-complete-formula__separator-empty{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-height:unset;min-height:unset;height:initial;width:initial;max-width:100%;min-width:unset;visibility:visible}@media screen and (min-width: 768px){.offer-complete-formula__separator-empty{max-width:100%}}@media screen and (min-width: 992px){.offer-complete-formula__separator-empty{max-width:100%}}@media screen and (min-width: 1200px){.offer-complete-formula__separator-empty{max-width:100%}}.offer-personalized-plan__wrapper{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;background-color:var(--theme-ui-colors-backgroundPrimary, #fff);max-height:unset;min-height:unset;height:initial;width:initial;min-width:unset;visibility:visible}.offer-personalized-plan{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 auto;min-width:0;padding:2rem 1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;background-color:var(--theme-ui-colors-backgroundPrimary, #fff);max-height:unset;min-height:unset;height:initial;width:100%;max-width:73.5rem;min-width:unset;visibility:visible}@media screen and (min-width: 768px){.offer-personalized-plan{padding:2rem 1rem}}@media screen and (min-width: 992px){.offer-personalized-plan{padding:2rem 1rem}}@media screen and (min-width: 1200px){.offer-personalized-plan{padding:4rem 0}}.offer-personalized-plan__container{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;min-height:unset;height:initial;width:initial;max-height:unset;display:block;text-align:left;cursor:initial}.offer-personalized-plan__title{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;color:var(--theme-ui-colors-text, #ffffff);font-weight:400;letter-spacing:0;text-decoration:none;font-size:1.25rem;line-height:1.625rem;font-weight:700;max-width:unset;text-transform:none;cursor:initial;display:inline;white-space:normal}@media screen and (min-width: 992px){.offer-personalized-plan__title{display:none}}.offer-personalized-plan__image-mobile{-webkit-box-sizing:border-box;box-sizing:border-box;min-width:0;min-height:unset;width:initial;max-height:unset;display:-webkit-box;display:-ms-flexbox;display:flex;margin:2rem auto;text-align:left;cursor:initial;position:relative}@media screen and (min-width: 768px){.offer-personalized-plan__image-mobile{display:block}}@media screen and (min-width: 992px){.offer-personalized-plan__image-mobile{display:block}}@media screen and (min-width: 1200px){.offer-personalized-plan__image-mobile{display:none}}.offer-personalized-plan__image-mobile img{max-width:100%;height:auto;display:block;width:100%;-o-object-fit:contain;object-fit:contain}.offer-personalized-plan__content{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-height:unset;min-height:unset;height:initial;width:100%;min-width:unset;visibility:visible}@media screen and (min-width: 768px){.offer-personalized-plan__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media screen and (min-width: 992px){.offer-personalized-plan__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media screen and (min-width: 1200px){.offer-personalized-plan__content{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.offer-personalized-plan__benefits{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-height:unset;min-height:unset;height:initial;width:100%;max-width:34rem;min-width:unset;visibility:visible}@media screen and (min-width: 768px){.offer-personalized-plan__benefits{-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media screen and (min-width: 992px){.offer-personalized-plan__benefits{-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media screen and (min-width: 1200px){.offer-personalized-plan__benefits{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.offer-personalized-plan__pages{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;margin:0 0 1rem;min-height:unset;height:initial;width:initial;max-height:unset;display:block;text-align:left;cursor:initial;color:#000}.offer-personalized-plan__pages p{color:#000}@media screen and (min-width: 768px){.offer-personalized-plan__pages{margin:0 0 1rem}}@media screen and (min-width: 992px){.offer-personalized-plan__pages{margin:0 0 1rem}}@media screen and (min-width: 1200px){.offer-personalized-plan__pages{margin:2rem 0}}.offer-personalized-plan__pages-title{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;color:var(--theme-ui-colors-text, #ffffff);font-weight:400;letter-spacing:0;text-decoration:none;line-height:1.625rem;font-size:1.25rem;font-weight:700;max-width:unset;text-transform:none;cursor:initial;white-space:normal;display:none}@media screen and (min-width: 992px){.offer-personalized-plan__pages-title{display:block;margin-bottom:1.5rem}}.quiz-item__content .offer-personalized-plan__pages-title{font-weight:700;line-height:1.2;font-size:calc(1.3125rem + .5769230769vw)}@media (min-width: 1560px){.quiz-item__content .offer-personalized-plan__pages-title{font-size:1.875rem}}@media screen and (max-width: 767.5px){.quiz-item__content .offer-personalized-plan__title{font-size:1.5rem}}.offer-personalized-plan__pages-subtitle *{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;color:var(--theme-ui-colors-text, #ffffff);font-weight:400;letter-spacing:0;text-decoration:none;line-height:1.625rem;font-size:1.25rem;max-width:unset;text-transform:none;cursor:initial;display:inline;white-space:normal}.offer-personalized-plan__benefit-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-height:unset;min-height:unset;height:initial;width:100%;min-width:unset;visibility:visible}.offer-personalized-plan__benefit{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;margin-bottom:1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;max-height:unset;min-height:unset;height:initial;width:100%;min-width:unset;visibility:visible}.offer-personalized-plan__benefit-icon{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;min-height:unset;height:initial;width:initial;max-height:unset;display:block;text-align:left;cursor:initial}.offer-personalized-plan__benefit-icon svg rect{fill:#0e1310}.offer-personalized-plan__benefit-icon svg path{fill:#1b8489}.offer-personalized-plan__benefit-icon svg circle{fill:#b7e0e2}.offer-personalized-plan__benefit-text{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;margin-left:.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-height:unset;min-height:unset;height:initial;width:initial;max-width:calc(100% - 2rem);min-width:unset;visibility:visible}.offer-personalized-plan__benefit-text p{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;max-width:unset;text-transform:none;text-decoration:none;cursor:initial;display:inline;white-space:normal}.offer-personalized-plan__cta{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-block;text-align:center;line-height:inherit;text-decoration:none;font-size:inherit;padding:8px 16px;color:var(--theme-ui-colors-white, #ffffff);background-color:primary;border:0;border-radius:4px;padding:.75rem 1rem;border-radius:.5rem;font-weight:700;line-height:150%;letter-spacing:.02em;-webkit-transition:all .2s ease-in;transition:all .2s ease-in;color:var(--theme-ui-colors-backgroundPrimary, #fff);background-color:var(--theme-ui-colors-brandPrimary1, #fe7677);margin-top:1rem;width:100%;max-width:23.25rem;display:block}.offer-personalized-plan__cta:disabled{opacity:.38;pointer-events:none}@media (hover: hover){.offer-personalized-plan__cta:hover{background-color:var(--theme-ui-colors-hoverPrimary1, #e86667);cursor:pointer;-webkit-transition:all .3s ease-out;transition:all .3s ease-out}}@media screen and (min-width: 768px){.offer-personalized-plan__cta{margin-top:1rem}}@media screen and (min-width: 992px){.offer-personalized-plan__cta{margin-top:1rem}}@media screen and (min-width: 1200px){.offer-personalized-plan__cta{margin-top:2rem}}.offer-personalized-plan__image-desktop{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;display:none;max-height:unset;min-height:unset;height:initial;width:100%;min-width:unset;visibility:visible}@media screen and (min-width: 768px){.offer-personalized-plan__image-desktop{display:none;width:100%}}@media screen and (min-width: 992px){.offer-personalized-plan__image-desktop{display:none;width:44rem}}@media screen and (min-width: 1200px){.offer-personalized-plan__image-desktop{display:-webkit-box;display:-ms-flexbox;display:flex;width:44rem}}.offer-personalized-plan__image-desktop img{max-width:100%;height:auto;max-width:350px}.offer-accelerate-results{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 auto;padding:2rem 1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;background-color:#f7f7f7;max-height:unset;min-height:unset;height:initial;width:100%;min-width:unset;visibility:visible}@media screen and (min-width: 768px){.offer-accelerate-results{padding:2rem 1rem}}@media screen and (min-width: 992px){.offer-accelerate-results{padding:2rem 1rem}}@media screen and (min-width: 1200px){.offer-accelerate-results{padding:4rem 0}}.offer-accelerate-results--quiz-full-width{width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;max-width:100vw;text-align:left}.offer-accelerate-results__container,.offer-accelerate-results__content{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-height:unset;min-height:unset;height:initial;width:100%;max-width:73.5rem;min-width:unset;visibility:visible}.offer-accelerate-results__header{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;min-height:unset;height:initial;width:initial;max-height:unset;display:block;text-align:left;cursor:initial;font-family:var(--font-primary)}.offer-accelerate-results__new-badge{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;margin-right:.375rem;padding:.375rem 1.875rem;color:var(--theme-ui-colors-white, #ffffff);background-color:var(--theme-ui-colors-alert500, #ff4444);font-size:1rem;font-weight:700;line-height:1rem;max-width:unset;text-transform:none;text-decoration:none;cursor:initial;display:inline;white-space:normal}@media screen and (min-width: 768px){.offer-accelerate-results__new-badge{margin-right:.375rem;padding:.375rem 1.875rem;font-size:1rem;line-height:1rem}}@media screen and (min-width: 992px){.offer-accelerate-results__new-badge{margin-right:.5rem;padding:.375rem 2.75rem;font-size:1.875rem;line-height:1.875rem}}@media screen and (min-width: 1200px){.offer-accelerate-results__new-badge{margin-right:.5rem;padding:.375rem 2.75rem;font-size:1.875rem;line-height:1.875rem}}.offer-accelerate-results__title{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;color:var(--theme-ui-colors-text, #ffffff);font-weight:400;letter-spacing:0;text-decoration:none;font-size:1.5rem;line-height:2rem;font-weight:700;text-align:left;width:100%;max-width:unset;text-transform:none;cursor:initial;display:inline;white-space:normal}@media screen and (min-width: 992px){.offer-accelerate-results__title{font-size:2rem;line-height:2.625rem}}.offer-accelerate-results__stats{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;margin:1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-height:unset;min-height:unset;height:initial;width:100%;min-width:unset;gap:1rem;visibility:visible}@media screen and (min-width: 768px){.offer-accelerate-results__stats{margin:1rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem}}@media screen and (min-width: 992px){.offer-accelerate-results__stats{margin:1rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2rem}}@media screen and (min-width: 1200px){.offer-accelerate-results__stats{margin:2rem;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:2rem}}.offer-accelerate-results__stat{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;padding:1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:var(--theme-ui-colors-backgroundPrimary, #fff);border:.0625rem solid #eceff2;border-radius:1rem;max-height:unset;min-height:unset;height:initial;width:100%;min-width:unset;visibility:visible}.offer-accelerate-results__stat-icon{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;min-height:unset;height:initial;width:initial;max-height:unset;display:block;text-align:left;cursor:initial}.offer-accelerate-results__stat-icon img{width:40px;height:40px;-o-object-fit:contain;object-fit:contain}.offer-accelerate-results__stat-text{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;margin-top:1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;max-height:unset;min-height:unset;height:initial;width:initial;min-width:unset;visibility:visible}.offer-accelerate-results__stat-text p{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;color:var(--theme-ui-colors-text, #ffffff);font-weight:400;letter-spacing:0;text-decoration:none;font-size:16px;line-height:1.5rem;margin-left:.5rem;font-weight:700;max-width:unset;text-transform:none;cursor:initial;display:inline;white-space:normal}.offer-accelerate-results__story{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-height:unset;min-height:unset;height:initial;width:100%;min-width:unset;visibility:visible}@media screen and (min-width: 768px){.offer-accelerate-results__story{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media screen and (min-width: 992px){.offer-accelerate-results__story{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media screen and (min-width: 1200px){.offer-accelerate-results__story{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.offer-accelerate-results__story-content{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-height:unset;min-height:unset;height:initial;width:100%;max-width:37.875rem;min-width:unset;visibility:visible}@media screen and (min-width: 768px){.offer-accelerate-results__story-content{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}}@media screen and (min-width: 992px){.offer-accelerate-results__story-content{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}}@media screen and (min-width: 1200px){.offer-accelerate-results__story-content{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.offer-accelerate-results__story-intro{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;color:var(--theme-ui-colors-text, #ffffff);font-weight:400;letter-spacing:0;text-decoration:none;line-height:145%;font-size:18px;margin-bottom:.5rem;color:var(--theme-ui-colors-brandPrimary1, #fe7677);font-weight:700;text-align:left;width:100%;max-width:unset;text-transform:none;cursor:initial;display:inline;white-space:normal}.offer-accelerate-results__story-headline{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;color:var(--theme-ui-colors-text, #ffffff);font-weight:400;letter-spacing:0;text-decoration:none;line-height:1.625rem;font-size:1.25rem;margin-bottom:1rem;font-weight:700;text-align:left;width:100%;max-width:unset;text-transform:none;cursor:initial;display:inline;white-space:normal}.offer-accelerate-results__story-quote{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;color:var(--theme-ui-colors-text, #ffffff);font-weight:400;letter-spacing:0;text-decoration:none;font-size:16px;line-height:1.5rem;margin-bottom:1rem;text-align:left;width:100%;max-width:unset;text-transform:none;cursor:initial;display:inline;white-space:normal}.offer-accelerate-results__story-response{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;margin-bottom:1rem;text-align:left;width:100%;max-width:unset;text-transform:none;text-decoration:none;cursor:initial;display:inline;white-space:normal}.offer-accelerate-results__story-response-intro{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;color:var(--theme-ui-colors-text, #ffffff);font-weight:400;letter-spacing:0;text-decoration:none;font-size:16px;line-height:1.5rem;max-width:unset;text-transform:none;cursor:initial;display:inline;white-space:normal}.offer-accelerate-results__story-response-highlight{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;color:var(--theme-ui-colors-brandPrimary2, #30aec6);font-weight:400;letter-spacing:0;text-decoration:none;font-size:16px;line-height:1.5rem;font-weight:700;max-width:unset;text-transform:none;cursor:initial;display:inline;white-space:normal}.offer-accelerate-results__story-conclusion-text{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;color:var(--theme-ui-colors-text, #ffffff);font-weight:400;letter-spacing:0;text-decoration:none;font-size:16px;line-height:1.5rem;font-weight:700;max-width:unset;text-transform:none;cursor:initial;display:inline;white-space:normal}.offer-accelerate-results__story-image-mobile{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;min-height:unset;height:330px;width:initial;max-height:unset;display:block;text-align:left;cursor:initial;position:relative;margin:1.5rem auto 0}@media screen and (min-width: 768px){.offer-accelerate-results__story-image-mobile{display:block}}@media screen and (min-width: 992px){.offer-accelerate-results__story-image-mobile{display:block}}@media screen and (min-width: 1200px){.offer-accelerate-results__story-image-mobile{display:none}}.offer-accelerate-results__story-image-mobile img{max-width:100%;height:auto}.offer-accelerate-results__story-image-desktop{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;margin-top:2rem;min-height:unset;height:initial;width:initial;max-height:unset;display:none;text-align:left;cursor:initial;max-width:570px}@media screen and (min-width: 768px){.offer-accelerate-results__story-image-desktop{display:none}}@media screen and (min-width: 992px){.offer-accelerate-results__story-image-desktop{display:none}}@media screen and (min-width: 1200px){.offer-accelerate-results__story-image-desktop{display:block}}.offer-accelerate-results__story-image-desktop img{max-width:100%;height:auto}.offer-accelerate-results__cta{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-block;text-align:center;line-height:inherit;text-decoration:none;font-size:inherit;padding:8px 16px;color:var(--theme-ui-colors-white, #ffffff);background-color:primary;border:0;border-radius:4px;padding:.75rem 1rem;border-radius:.5rem;font-weight:700;line-height:150%;letter-spacing:.02em;-webkit-transition:all .2s ease-in;transition:all .2s ease-in;color:var(--theme-ui-colors-backgroundPrimary, #fff);background-color:var(--theme-ui-colors-brandPrimary1, #fe7677);margin-top:1rem;margin-left:auto;margin-right:auto;width:100%;max-width:23.25rem;display:block}.offer-accelerate-results__cta:disabled{opacity:.38;pointer-events:none}@media (hover: hover){.offer-accelerate-results__cta:hover{background-color:var(--theme-ui-colors-hoverPrimary1, #e86667);cursor:pointer;-webkit-transition:all .3s ease-out;transition:all .3s ease-out}}@media screen and (min-width: 768px){.offer-accelerate-results__cta{margin-top:1rem;margin-left:auto;margin-right:auto}}@media screen and (min-width: 992px){.offer-accelerate-results__cta{margin-top:1rem;margin-left:auto;margin-right:auto}}@media screen and (min-width: 1200px){.offer-accelerate-results__cta{margin-top:2rem;margin-left:inherit;margin-right:inherit}}.offer-guarantee{background-color:#f7f7f7;border-radius:12px;padding:32px;margin:40px 0}@media screen and (max-width: 767.5px){.offer-guarantee{padding:24px;margin:32px auto 12px;max-width:calc(100% - 2rem)}}.offer-guarantee__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:24px;max-width:800px;margin:0 auto}@media screen and (max-width: 767.5px){.offer-guarantee__container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;gap:16px}}.offer-guarantee__icon{-ms-flex-negative:0;flex-shrink:0}.offer-guarantee__icon svg{width:64px;height:64px}@media screen and (max-width: 767.5px){.offer-guarantee__icon svg{width:48px;height:48px}}.offer-guarantee__content{-webkit-box-flex:1;-ms-flex:1;flex:1}.offer-guarantee__title{font-size:24px;font-weight:700;color:#1e293b;margin:0 0 16px;line-height:1.2}@media screen and (max-width: 767.5px){.offer-guarantee__title{font-size:20px;margin-bottom:12px}}.offer-guarantee__text{font-size:16px;line-height:1.6;color:#475569;margin:0 0 12px}.offer-guarantee__text a{color:#475569}@media screen and (max-width: 767.5px){.offer-guarantee__text{font-size:14px}}.offer-guarantee__details{font-size:14px;line-height:1.5;color:#64748b;margin:0}@media screen and (max-width: 767.5px){.offer-guarantee__details{font-size:13px}}.offer-guarantee__link{color:#4f46e5;text-decoration:underline;font-weight:500;-webkit-transition:color .2s ease;transition:color .2s ease}.offer-guarantee__link:hover{color:#3730a3;text-decoration:none}.css-161w4a5{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;padding-bottom:.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background:#f8f9fb;border-radius:.5rem;max-height:unset;min-height:unset;height:initial;width:100%;min-width:unset;gap:1rem;visibility:visible;margin-bottom:1rem}@media screen and (min-width: 23.5rem){.css-161w4a5{width:100%}}@media screen and (min-width: 47.9375rem){.css-161w4a5{width:21.43rem}}.css-cl7pqe{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;padding:.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background:-webkit-gradient(linear,left top,left bottom,color-stop(50%,rgba(243,194,75,0)),to(#5acd81)),-webkit-gradient(linear,left top,right top,from(#f9e0a5),color-stop(30%,rgba(243,194,75,0))),-webkit-gradient(linear,left top,right top,color-stop(70%,rgba(243,194,75,0)),to(#f9e0a5)),-webkit-gradient(linear,left bottom,left top,color-stop(50%,#5acd81),color-stop(50%,#40b267));background:linear-gradient(180deg,#f3c24b00 50%,#5acd81),linear-gradient(90deg,#f9e0a5,#f3c24b00 30%),linear-gradient(90deg,#f3c24b00 70%,#f9e0a5),linear-gradient(0deg,#5acd81 50%,#40b267 50%);border-radius:.5rem;max-height:unset;min-height:unset;height:initial;width:100%;min-width:unset;gap:.2rem;visibility:visible}.css-bkq50w{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;color:#222;font-weight:400;letter-spacing:0;paragraph-spacing:0;text-case:none;text-decoration:none;font-size:16px;line-height:1.5rem;color:#fff;font-weight:700;max-width:unset;text-transform:none;cursor:initial;display:inline;white-space:normal}.css-1apf1ma{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;max-height:unset;min-height:unset;height:initial;width:initial;min-width:unset;visibility:visible}.css-m27zr4{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;color:#222;font-weight:400;letter-spacing:0;paragraph-spacing:0;text-case:none;text-decoration:none;font-size:16px;line-height:1.5rem;margin-right:.3rem;color:#144d27;font-weight:700;max-width:unset;text-transform:none;cursor:initial;display:inline;white-space:normal}.css-1c3fxuv{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;color:#222;font-weight:400;letter-spacing:0;paragraph-spacing:0;text-case:none;text-decoration:none;font-size:16px;line-height:1.5rem;color:#144d27;font-weight:700;width:3.1rem;max-width:unset;text-transform:none;cursor:initial;display:inline-block;white-space:normal}.css-165zl7e{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-radius:.5rem;max-height:unset;min-height:unset;height:initial;width:100%;min-width:unset;gap:.5rem;visibility:visible}.css-kl69rw{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;padding:0 1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;max-height:unset;min-height:unset;height:initial;width:100%;min-width:unset;visibility:visible}.css-1g33prc{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-height:unset;min-height:unset;height:initial;width:initial;min-width:unset;visibility:visible}.css-pa6l1m{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;color:#ed5851;max-width:unset;text-transform:none;text-decoration:line-through;cursor:initial;display:inline;white-space:normal}.css-mkokp7{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;font-size:1.75rem;font-weight:700;max-width:unset;text-transform:none;text-decoration:none;cursor:initial;display:inline;white-space:normal}.css-lm73wq{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;font-size:.75rem;font-weight:600;max-width:unset;text-transform:none;text-decoration:none;cursor:initial;display:inline;white-space:normal}.css-9bueyf{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;max-height:unset;min-height:unset;height:initial;width:initial;min-width:unset;gap:.25rem;visibility:visible}.css-oiiypa{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;min-height:unset;height:1.25rem;width:1.25rem;max-height:unset;display:block;text-align:left;cursor:initial}.css-oiiypa .fill{fill:#31c062}.css-16zm8hq{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;font-size:.75rem;max-width:unset;text-transform:none;text-decoration:none;cursor:initial;display:inline;white-space:normal}.css-185c0dn{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;color:#222;font-weight:400;letter-spacing:0;paragraph-spacing:0;text-case:none;text-decoration:none;line-height:130%;font-size:12px;margin-right:.25rem;color:#a7a7a7;max-width:unset;text-transform:none;cursor:initial;display:inline;white-space:normal}.offer-bottom-verified{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:.5rem;margin-top:1rem}.offer-bottom-verified__icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-negative:0;flex-shrink:0;width:24px;height:24px}.offer-bottom-verified__icon svg{width:100%;height:100%}.offer-bottom-verified__text{font-size:.875rem;font-weight:700;color:#31c062;text-transform:uppercase;letter-spacing:.5px;line-height:1.2}@media screen and (min-width: 992px){.offer-bottom-verified__text{font-size:1rem}}.offer-main__trust--simple{margin-top:1.5rem}.offer-page .offer-testimonials{padding:0}.exRSKQ{font-size:1rem;font-weight:400;letter-spacing:0rem;color:#1c1c28;line-height:1.4rem;text-align:left}.offer-order-now-button{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 1rem}.offer-order-now-button .offer-accelerate-results__cta{width:100%;max-width:400px;text-transform:uppercase;margin:0}#checkout-personalized-plan{padding:0 1rem}.new-offer-page-faq{width:100%}.new-offer-page-faq .offer-faq__title{margin-top:0}.new-offer-page-faq .offer-faq{padding-top:2rem}.offer-personalized-plan__pages-subtitle p{font-size:1rem}.offer-benefits-wrapper{max-width:600px;margin-left:auto;margin-right:auto;padding-left:1rem;padding:1rem;text-align:left;margin-bottom:1.5rem}.offer-benefits-wrapper p{margin-bottom:1.5rem}.offer-benefits-wrapper .offer-features-list__section-title{margin-bottom:1rem;margin-top:2rem}.offer-benefits-wrapper .offer-features-list p,.offer-personalized-plan__benefit-list p{margin-bottom:0}.offer-features-hero{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:3rem 1rem 0;margin-bottom:0;width:100%}.offer-features-hero__title{color:#000;text-align:center;font-size:1.5rem;font-style:normal;font-weight:700;line-height:1.6875rem;max-width:28.75rem;width:100%;margin-bottom:1.5rem}.offer-features-hero__image-wrapper{max-width:28.75rem;width:100%}.offer-features-hero__image{display:block;width:100%;height:auto;padding:0;max-height:none;max-width:none;margin:0;-o-object-fit:contain;object-fit:contain}.offer-features-list{border-radius:.5rem;border:1px solid rgba(22,152,135,.4);padding:.5rem;margin-bottom:2rem;text-align:left}@media screen and (min-width: 992px){.offer-features-list{margin-bottom:3rem}}.offer-features-list__section-title{font-size:1.25rem;color:#1b1b1f;font-weight:700;margin-bottom:1.5rem;text-align:left}@media screen and (min-width: 992px){.offer-features-list__section-title{text-align:center}}.offer-features-list__item{display:-webkit-box;display:-ms-flexbox;display:flex;gap:.5rem;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding-top:.5rem;padding-bottom:.5rem;border-bottom:1px solid rgba(22,152,135,.2)}.offer-features-list__item:last-child{border-bottom:0}.offer-features-list__image-wrapper{width:2.5rem;height:2.5rem;-ms-flex-negative:0;flex-shrink:0}.offer-features-list__image{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;display:block}.offer-features-list__content{-webkit-box-flex:1;-ms-flex:1;flex:1;font-size:1.125rem;font-weight:700;color:#000}@media screen and (min-width: 992px){.offer-features-list__content{font-size:1.25rem}}.offer-features-list__title{margin-bottom:.25rem;font-size:inherit;font-weight:inherit;color:inherit;line-height:1.4}.offer-features-list__description{font-weight:400;font-size:inherit;color:inherit;line-height:1.4;margin:0}.offer-features-list__description strong{font-weight:600}.kBwelu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:2rem;padding:2.25rem 1rem}.kBwelu p{margin:0}@media screen and (min-width: 992px){.kBwelu{padding:3rem 1rem}}.FmOvK{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2rem;padding:2.25rem 1rem;max-width:760px;border-radius:1rem;background:#f0faee;-webkit-box-shadow:rgba(0,0,0,.08) 0px 4px 16px 0px;box-shadow:#00000014 0 4px 16px;overflow:hidden}@media screen and (min-width: 992px){.FmOvK{padding:3rem 6.25rem}}.gckPFP{color:#000;font-size:1.25rem;font-style:normal;font-weight:700;line-height:1.6875rem}@media screen and (min-width: 992px){.gckPFP{font-size:1.5rem;line-height:2rem}}.bWWpTz{color:#000;font-size:1.125rem;font-style:normal;font-weight:400;line-height:1.5625rem;position:relative;z-index:2}.bWWpTz p{font-size:1rem;margin-bottom:1.5rem}.bWWpTz p:last-child{margin-bottom:0}@media screen and (min-width: 992px){.bWWpTz p{font-size:1.125rem}}.JbgWd{color:#000;font-size:1.125rem;font-style:normal;font-weight:700;line-height:140%}.JbgWd span{font-weight:700}@media screen and (min-width: 992px){.JbgWd{font-size:1.25rem}}.byDkJW{position:absolute;bottom:-3.5rem;right:.75rem}@media screen and (max-width: 991.5px){.byDkJW{bottom:-4.5rem;right:-1.25rem;max-width:9rem}}.hbDykl{width:100%;position:relative;max-width:251px;height:auto}.idGDoN{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:2.25rem 1rem;background-color:#f6f4ef;width:100%}.idGDoN p{margin:0}@media screen and (min-width: 992px){.idGDoN{padding:3rem 1rem 2.25rem}}.keyeDL{color:#000;text-align:center;font-size:1.5rem;font-style:normal;line-height:130%;font-weight:700;letter-spacing:-.054rem;margin-bottom:1rem}@media screen and (min-width: 992px){.keyeDL{font-size:1.75rem;letter-spacing:-.063rem}}.jwSGvA{color:#000;text-align:center;font-size:.875rem;font-style:normal;font-weight:400;line-height:normal;width:100%}@media screen and (min-width: 992px){.jwSGvA{font-size:1rem;line-height:2rem}}.fPVGpx{display:-webkit-box;display:-ms-flexbox;display:flex;max-width:28.75rem;width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:1.5rem 0px}.dvHaWf{color:#000;text-align:center;font-size:.812rem;font-style:normal;font-weight:400;line-height:150%;letter-spacing:-.00894rem}@media screen and (min-width: 992px){.dvHaWf{font-size:.875rem;letter-spacing:-.00963rem}}.JfEFd{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.fCaXyi{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;width:11rem;max-width:328.44px;height:13.75rem;min-width:auto}@media screen and (max-width: 991.5px){.fCaXyi .book-result__name-text{font-size:12px!important}.fCaXyi .book-result__name-overlay{top:23%!important}}@media screen and (min-width: 992px){.fCaXyi{height:26.5rem;width:100%}}.fCaXyi .book-result__display,.fCaXyi .book-result__books{width:100%;height:100%;position:relative}.fCaXyi .book-result__main-book{position:relative;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.fCaXyi .book-result__main-book img{max-width:100%;width:100%;max-width:328.44px;height:auto;position:relative;opacity:1}.fCaXyi .book-result__name-overlay{position:absolute;inset:19% 0 0;margin:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:2}.kbtCNN{position:absolute;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.kzCZFL{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%;width:100%;max-width:328.44px;position:absolute;opacity:1}.fswEcZ{position:absolute;top:-179px;left:50%;-webkit-transform:translateX(-50%);transform:translate(-50%);padding:0 5px;text-transform:uppercase;width:100%}.fZnTUe{overflow-wrap:break-word;text-align:center;font-weight:800;color:#d5e7d5;font-size:20px}.hsaHOj{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%;width:100%;max-width:328.44px;position:absolute;opacity:.7}.OoIus{display:block;width:100%;height:auto;padding:0;max-height:none;max-width:none;margin:0}.gatsby-image-wrapper{position:relative;overflow:hidden}.gatsby-image-wrapper img{height:100%;inset:0;margin:0;max-width:none;padding:0;position:absolute;width:100%;-o-object-fit:cover;object-fit:cover}.gatsby-image-wrapper [data-main-image]{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition:opacity .25s linear;transition:opacity .25s linear;-o-object-fit:cover;object-fit:cover;will-change:opacity}.bvwKDd{display:-webkit-box;display:-ms-flexbox;display:flex;gap:1.5rem;width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:1.5rem}.dyxDFx{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.75rem;max-width:492px;padding-left:1rem;padding-right:1rem;width:100%}.kGopyv{position:relative}.kGopyv.kGopyv--inactive{opacity:.6}.kGopyv.kGopyv--inactive .foOgkU{display:inline-block;width:18px;height:18px;background:#fff;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-transition:.15s;transition:.15s}.kGopyv.kGopyv--inactive .heyHwz{border:2px solid rgb(242,242,242)}.kTLUTZ{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;margin-bottom:12px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#1b6f4e;color:#fff;text-align:right;font-size:.9375rem;font-style:normal;font-weight:600;line-height:1.375rem;text-transform:uppercase;padding:6.5px 0;position:absolute;z-index:2;border-radius:1rem 1rem 0rem 0rem;opacity:1}.heyHwz{background:#fff;border-radius:1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;border:2px solid #1b6f4e;opacity:1;padding:42px 0 0}.heyHwz p{margin:0}.kGopyv:not(:has(.kTLUTZ)) .heyHwz{padding-top:12px}.hiCozf{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.eTbXwK{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 16px}.edHanj{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#f3f3f8;margin-top:.75rem;gap:.375rem;width:100%;height:38px;padding:8px 0}.edHanj p{margin:0}.ghHsMj{vertical-align:middle;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.kBhYuc{border:0px;clip:rect(0px,0px,0px,0px);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.foOgkU{display:inline-block;width:18px;height:18px;background:#1b6f4e;border:1px solid #1b6f4e;border-radius:4px;-webkit-transition:.15s;transition:.15s;position:relative}.foOgkU .dfFasS{visibility:hidden;width:100%;height:100%;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.kBhYuc:checked+.foOgkU .dfFasS{visibility:visible}.dfFasS{fill:none;stroke:#fff;stroke-width:4px;margin-bottom:1px}.kYRITp{width:4.125rem;height:5.75rem;margin-left:.5rem;position:relative}.dViumK{width:4.125rem;height:5.75rem;background-size:contain;-o-object-fit:contain;object-fit:contain}.hYbxBU{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.5rem;margin-left:.75rem}@media screen and (min-width: 992px){.hYbxBU{margin-left:1rem}}.bcLpdi{color:#000;font-style:normal;font-weight:700;font-size:.9375rem;line-height:1.375rem}@media screen and (min-width: 992px){.bcLpdi{line-height:1.375rem;font-size:1.25rem}}.dXXgeN{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.375rem}.gKNjih{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.31125rem;color:#000;font-size:.625rem;font-style:normal;font-weight:400;line-height:.875rem}@media screen and (min-width: 992px){.gKNjih{font-size:.75rem}}.qHDCb{width:.375rem;height:.375rem;padding:.1875rem;border-radius:2.25rem;background:#000;-ms-flex-negative:0;flex-shrink:0}.ehYzMi{color:#1b6f4e;-webkit-font-feature-settings:"clig" 0,"liga" 0;font-feature-settings:"clig" 0,"liga" 0;font-size:1.0625rem;font-style:normal;font-weight:700;line-height:100%;text-transform:uppercase}@media screen and (min-width: 992px){.ehYzMi{font-size:1rem}}.bEyVty{color:#6a6a6a;text-align:center;font-size:.75rem;font-style:normal;line-height:140%;max-width:28.75rem;width:100%;margin-top:1.5rem;font-weight:400!important;padding:0 1rem}.frHWMA{color:#73899c;text-align:center;font-size:1.0625rem;font-style:normal;line-height:130%;text-decoration:line-through;font-weight:400!important}@media screen and (min-width: 992px){.frHWMA{font-size:1.125rem}}.offer-simple__selection-title{color:#000;text-align:center;font-size:1.75rem;font-style:normal;font-weight:700;line-height:2rem;margin-bottom:0}@media screen and (max-width: 991.5px){.offer-simple__selection-title{font-size:1.5rem;line-height:2rem}}.offer-simple__promo-banner{position:relative;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:1rem;height:5.375rem;padding:0 1rem;width:100%;max-width:28.75rem;background-color:#fff;background-size:cover;background-repeat:no-repeat;background-position:center center}.offer-simple__promo-banner-title{color:#fff;font-family:Open Sans,sans-serif;font-size:1.25rem;font-style:normal;font-weight:700;line-height:1.5rem;margin:0}.offer-simple__promo-banner-bubble{position:relative;width:7.375rem;height:7.375rem;background-size:cover;background-repeat:no-repeat;background-position:center center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#fff;font-family:Open Sans,sans-serif;font-size:1.25rem;font-style:normal;font-weight:700;line-height:1.5rem}.offer-simple__promo-banner-save-text{color:#fff;font-family:Open Sans,sans-serif;font-size:.875rem;font-style:normal;font-weight:700;line-height:1.125rem}.offer-simple__promo-banner-discount{color:#fff;font-family:Open Sans,sans-serif;font-size:2rem;font-style:normal;font-weight:700;line-height:2.625rem}.offer-simple__terms-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:1.5rem;gap:.5rem;max-width:28.75rem;width:100%}.offer-simple__terms-label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.offer-simple__terms-checkbox.foOgkU{background:#fff!important;border-color:#00000026!important}.offer-simple__terms-checkbox{display:inline-block;width:18px;height:18px;background:#fff;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-transition:.15s;transition:.15s;position:relative}.offer-simple__terms-checkbox .dfFasS{visibility:hidden;width:100%;height:100%;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}#offer-terms-checkbox.kBhYuc:checked+.foOgkU.offer-simple__terms-checkbox,#offer-terms-checkbox.kBhYuc:checked+.offer-simple__terms-checkbox,.offer-simple__terms-container .kBhYuc:checked+.foOgkU.offer-simple__terms-checkbox,.offer-simple__terms-container .kBhYuc:checked+.offer-simple__terms-checkbox,.offer-simple__terms-label .kBhYuc:checked+.foOgkU.offer-simple__terms-checkbox,.offer-simple__terms-label .kBhYuc:checked+.offer-simple__terms-checkbox{background:#1b6f4e!important;border-color:#1b6f4e!important}#offer-terms-checkbox.kBhYuc:checked+.foOgkU.offer-simple__terms-checkbox .dfFasS,#offer-terms-checkbox.kBhYuc:checked+.offer-simple__terms-checkbox .dfFasS,.offer-simple__terms-container .kBhYuc:checked+.foOgkU.offer-simple__terms-checkbox .dfFasS,.offer-simple__terms-container .kBhYuc:checked+.offer-simple__terms-checkbox .dfFasS,.offer-simple__terms-label .kBhYuc:checked+.foOgkU.offer-simple__terms-checkbox .dfFasS,.offer-simple__terms-label .kBhYuc:checked+.offer-simple__terms-checkbox .dfFasS{visibility:visible!important}.offer-simple__terms-text{padding-left:.5rem;margin:0}.offer-simple__terms-text p{font-weight:400!important;color:#000;font-size:.75rem;font-style:normal;line-height:130%}.offer-simple__terms-text a{cursor:pointer;text-decoration:underline!important;color:inherit}.offer-simple__terms-text a:hover{text-decoration:underline!important}.offer-simple__terms-text p{margin:0}.offer-simple__terms-error{color:#e41515;text-align:center;font-size:.75rem;font-style:normal;font-weight:500;line-height:140%;margin-top:1.5rem;display:none}.offer-simple__terms-error.show{display:block}.offer-discount-spinner{--ods-header-bg: #1F57F5;--ods-segment-green: #1F57F5;--ods-segment-green-bright: #65ca7a;--ods-segment-white: #FFFFFF;--ods-card-bg: #FFFFFF;--ods-body-bg: #FAFAFA;--ods-pointer-color: #FFD338;--ods-text-on-green: #FFFFFF;--ods-text-on-white: #475569;--ods-cta-yellow: #FFD700;--ods-win-bg-from: #2E4FAB;--ods-win-bg-to: #223E8D;--ods-win-amount-color: #1F57F5;--ods-card-width: 380px;--ods-wheel-size: 258px;--ods-spin-size: 60px;--ods-label-offset: 7rem;--ods-z-index: 9999}.offer-discount-spinner{position:fixed;inset:0;z-index:var(--ods-z-index);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:1rem;-webkit-animation:ods-fade-in .25s ease-out;animation:ods-fade-in .25s ease-out}.offer-discount-spinner[hidden]{display:none}.offer-discount-spinner__backdrop{position:absolute;inset:0;background:#000000d9}.offer-discount-spinner__card{position:relative;width:100%;max-width:var(--ods-card-width);background:var(--ods-card-bg);border-radius:1rem;overflow:hidden;-webkit-box-shadow:0 25px 50px -12px rgba(0,0,0,.25),0 0 0 1px rgba(0,0,0,.05);box-shadow:0 25px 50px -12px #00000040,0 0 0 1px #0000000d;-webkit-animation:ods-card-in .35s cubic-bezier(.16,1,.3,1);animation:ods-card-in .35s cubic-bezier(.16,1,.3,1)}@media (max-width: 400px){.offer-discount-spinner__card{--ods-card-width: 360px}}.offer-discount-spinner__header{position:relative;padding:24px 20px;background:var(--ods-header-bg);text-align:center;color:var(--ods-text-on-green)}@media (max-width: 400px){.offer-discount-spinner__header{padding:20px 16px}}.offer-discount-spinner__title{font-size:26px;line-height:1.5;font-weight:800;letter-spacing:1px;text-transform:uppercase;color:#fff;margin:0}@media (max-width: 400px){.offer-discount-spinner__title{font-size:22px}}.offer-discount-spinner__subtitle{font-size:18px;font-weight:600;text-transform:uppercase;margin:4px 0 0;line-height:1.5}@media (max-width: 400px){.offer-discount-spinner__subtitle{font-size:16px}}.offer-discount-spinner__close{position:absolute;top:1rem;right:1rem;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:2rem;height:2rem;padding:.25rem;background:transparent;border:0;border-radius:.5rem;color:#fffc;cursor:pointer;-webkit-transition:background-color .15s ease,color .15s ease;transition:background-color .15s ease,color .15s ease}.offer-discount-spinner__close:hover,.offer-discount-spinner__close:focus-visible{background:#ffffff1f;color:#fff;outline:0}.offer-discount-spinner__close svg{width:1.25rem;height:1.25rem}.offer-discount-spinner__body{position:relative;padding:32px 24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#fafafa}@media (max-width: 400px){.offer-discount-spinner__body{padding:28px 16px}}.offer-discount-spinner__pointer{position:absolute;top:29px;left:50%;-webkit-transform:translateX(-50%);transform:translate(-50%);width:0;height:0;border-left:12px solid transparent;border-right:12px solid transparent;border-top:24px solid var(--ods-pointer-color);z-index:2;-webkit-filter:drop-shadow(0 1px 2px rgba(0,0,0,.25));filter:drop-shadow(0 1px 2px rgba(0,0,0,.25))}@media (max-width: 400px){.offer-discount-spinner__pointer{top:25px}}.offer-discount-spinner__wheel-wrap{position:relative;width:var(--ods-wheel-size);height:var(--ods-wheel-size)}@media (max-width: 400px){.offer-discount-spinner__wheel-wrap{--ods-wheel-size: 220px}}.offer-discount-spinner__wheel{position:relative;width:100%;height:100%;border-radius:50%;--slice-color-0: var(--ods-segment-green);--slice-color-1: var(--ods-segment-white);--slice-color-2: var(--ods-segment-green);--slice-color-3: var(--ods-segment-white);--slice-color-4: var(--ods-segment-green);--slice-color-5: var(--ods-segment-white);background:conic-gradient(var(--slice-color-0) 0deg 60deg,var(--slice-color-1) 60deg 120deg,var(--slice-color-2) 120deg 180deg,var(--slice-color-3) 180deg 240deg,var(--slice-color-4) 240deg 300deg,var(--slice-color-5) 300deg 360deg);-webkit-box-shadow:inset 0 0 0 6px var(--ods-segment-green),0 8px 24px -8px rgba(0,0,0,.25);box-shadow:inset 0 0 0 6px var(--ods-segment-green),0 8px 24px -8px #00000040;-webkit-transition:-webkit-transform 6s cubic-bezier(.17,.67,.26,1);transition:-webkit-transform 6s cubic-bezier(.17,.67,.26,1);transition:transform 6s cubic-bezier(.17,.67,.26,1);transition:transform 6s cubic-bezier(.17,.67,.26,1),-webkit-transform 6s cubic-bezier(.17,.67,.26,1);-webkit-transform-origin:50% 50%;transform-origin:50% 50%;will-change:transform}.offer-discount-spinner__label{position:absolute;top:50%;left:50%;width:0;height:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transform-origin:50% 50%;transform-origin:50% 50%}.offer-discount-spinner__label-inner{position:absolute;top:calc(var(--ods-label-offset) * -1);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transform:rotate(180deg);transform:rotate(180deg);font-size:11px;font-weight:700;text-align:center;line-height:1.2;letter-spacing:.3px;text-transform:uppercase;text-shadow:0 1px 1px rgba(0,0,0,.15);white-space:nowrap}@media (max-width: 400px){.offer-discount-spinner__label-inner{font-size:9px;--ods-label-offset: 5.8rem}}.offer-discount-spinner__label-word{display:block;line-height:1.2;white-space:nowrap}.offer-discount-spinner__label--no-prize{color:var(--ods-text-on-white)}.offer-discount-spinner__label--discount-10,.offer-discount-spinner__label--discount-5,.offer-discount-spinner__label--free{color:var(--ods-text-on-green)}.offer-discount-spinner__spin-btn{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:var(--ods-spin-size);height:var(--ods-spin-size);border-radius:50%;background:var(--ods-segment-green);color:#fff;border:3px solid #fff!important;font-size:13px;font-weight:800;letter-spacing:.5px;cursor:pointer;z-index:3;-webkit-box-shadow:0 4px 12px rgba(0,0,0,.18);box-shadow:0 4px 12px #0000002e;-webkit-transition:-webkit-transform .15s ease,-webkit-box-shadow .15s ease;transition:-webkit-transform .15s ease,-webkit-box-shadow .15s ease;transition:transform .15s ease,box-shadow .15s ease;transition:transform .15s ease,box-shadow .15s ease,-webkit-transform .15s ease,-webkit-box-shadow .15s ease}@media (max-width: 400px){.offer-discount-spinner__spin-btn{--ods-spin-size: 52px;font-size:11px}}.offer-discount-spinner__spin-btn:hover:not(:disabled),.offer-discount-spinner__spin-btn:focus-visible:not(:disabled){-webkit-transform:translate(-50%,-50%) scale(1.05);transform:translate(-50%,-50%) scale(1.05);-webkit-box-shadow:0 8px 18px rgba(0,0,0,.22);box-shadow:0 8px 18px #00000038;outline:0}.offer-discount-spinner__spin-btn:active:not(:disabled){-webkit-transform:translate(-50%,-50%) scale(.97);transform:translate(-50%,-50%) scale(.97)}.offer-discount-spinner__spin-btn:disabled{opacity:1;cursor:default}.offer-discount-spinner__spin-btn-inner{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;line-height:1}.offer-discount-spinner__spin-btn-inner:has([data-spin-label]:not(:empty)){font-size:inherit}.offer-discount-spinner__spin-btn-inner--celebrate{font-size:1.6rem;-webkit-animation:ods-emoji-pop .4s cubic-bezier(.34,1.56,.64,1);animation:ods-emoji-pop .4s cubic-bezier(.34,1.56,.64,1)}.offer-discount-spinner__footer{text-align:center;background:#fff;border-top:1px solid #eee;padding:20px}@media (max-width: 400px){.offer-discount-spinner__footer{padding:16px}}.offer-discount-spinner__one-time{font-weight:800;margin:0;letter-spacing:.5px;color:var(--ods-cta-yellow);text-transform:uppercase;font-size:18px;line-height:1.5}@media (max-width: 400px){.offer-discount-spinner__one-time{font-size:16px}}.offer-discount-spinner__warning{color:#666;font-size:13px;margin:4px 0 0;font-weight:500;text-transform:uppercase;line-height:1.5}@media (max-width: 400px){.offer-discount-spinner__warning{font-size:12px}}.offer-discount-spinner[data-spinner-state=win] .offer-discount-spinner__card{background:transparent}.offer-discount-spinner__win-state[hidden]{display:none}.offer-discount-spinner__win-banner{position:relative;width:100%;min-height:350px;padding:2rem;background:linear-gradient(135deg,var(--ods-win-bg-from) 0%,var(--ods-win-bg-to) 100%);overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;-webkit-animation:ods-win-fade-in .4s cubic-bezier(.16,1,.3,1);animation:ods-win-fade-in .4s cubic-bezier(.16,1,.3,1)}.offer-discount-spinner__confetti{position:absolute;inset:0;pointer-events:none;overflow:hidden;z-index:1}.offer-discount-spinner__confetti-piece{position:absolute;top:-1.25rem;width:.75rem;height:.8125rem;background:#fff;border-radius:50%;-webkit-animation-name:ods-confetti-fall;animation-name:ods-confetti-fall;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;will-change:transform,opacity}.offer-discount-spinner__win-content{position:relative;z-index:10}.offer-discount-spinner__win-title{font-size:2rem;font-weight:800;color:#fff;margin-bottom:.5rem;text-shadow:0 2px 4px rgba(0,0,0,.2);line-height:1.5}.offer-discount-spinner__win-subtitle{font-size:1.5rem;font-weight:600;color:#ffffffe6;margin-bottom:1rem;line-height:1.5}.offer-discount-spinner__win-badge{display:inline-block;padding:.75rem 2rem;margin:0 0 1.5rem;background:#fff;border-radius:8px;-webkit-box-shadow:0 4px 12px rgba(0,0,0,.15);box-shadow:0 4px 12px #00000026;-webkit-transform:scale(1);transform:scale(1);will-change:transform,opacity;line-height:1.5;-webkit-animation:pulse 2s ease-in-out infinite;animation:pulse 2s ease-in-out infinite}.offer-discount-spinner__win-amount{display:inline-block;font-size:2.5rem;font-weight:800;color:var(--ods-win-amount-color);letter-spacing:-.01em;white-space:nowrap}.offer-discount-spinner__win-cta{display:inline-block;padding:1rem 2rem;background:#fff;color:var(--ods-win-amount-color);border:0;border-radius:50px;font-size:1rem;font-weight:700;line-height:1.5;cursor:pointer;-webkit-box-shadow:0 4px 12px rgba(0,0,0,.2);box-shadow:0 4px 12px #0003;-webkit-transition:all .2s ease;transition:all .2s ease;min-height:44px}@media (max-width: 400px){.offer-discount-spinner__win-cta{padding:1rem 1.5rem;font-size:.95rem;width:100%}}.offer-discount-spinner__win-cta:hover,.offer-discount-spinner__win-cta:focus-visible,.offer-discount-spinner__win-cta:active{-webkit-box-shadow:0 6px 16px rgba(0,0,0,.25);box-shadow:0 6px 16px #00000040;-webkit-transform:scale(1.05);transform:scale(1.05)}@-webkit-keyframes ods-fade-in{0%{opacity:0}to{opacity:1}}@keyframes ods-fade-in{0%{opacity:0}to{opacity:1}}@-webkit-keyframes ods-card-in{0%{opacity:0;-webkit-transform:translateY(.5rem) scale(.96);transform:translateY(.5rem) scale(.96)}to{opacity:1;-webkit-transform:translateY(0) scale(1);transform:translateY(0) scale(1)}}@keyframes ods-card-in{0%{opacity:0;-webkit-transform:translateY(.5rem) scale(.96);transform:translateY(.5rem) scale(.96)}to{opacity:1;-webkit-transform:translateY(0) scale(1);transform:translateY(0) scale(1)}}@-webkit-keyframes ods-win-fade-in{0%{opacity:0;-webkit-transform:scale(.96);transform:scale(.96)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes ods-win-fade-in{0%{opacity:0;-webkit-transform:scale(.96);transform:scale(.96)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes ods-badge-pop-in{0%{opacity:0;-webkit-transform:scale(.85);transform:scale(.85)}60%{opacity:1;-webkit-transform:scale(1.04);transform:scale(1.04)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes ods-badge-pop-in{0%{opacity:0;-webkit-transform:scale(.85);transform:scale(.85)}60%{opacity:1;-webkit-transform:scale(1.04);transform:scale(1.04)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes ods-badge-pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes ods-badge-pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes pulse{0%,to{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.05);transform:scale(1.05)}}@-webkit-keyframes ods-emoji-pop{0%{-webkit-transform:scale(.6);transform:scale(.6);opacity:0}60%{-webkit-transform:scale(1.2);transform:scale(1.2);opacity:1}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes ods-emoji-pop{0%{-webkit-transform:scale(.6);transform:scale(.6);opacity:0}60%{-webkit-transform:scale(1.2);transform:scale(1.2);opacity:1}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@-webkit-keyframes ods-confetti-fall{0%{-webkit-transform:translateY(0) rotate(0deg);transform:translateY(0) rotate(0);opacity:1}to{-webkit-transform:translateY(26rem) rotate(720deg);transform:translateY(26rem) rotate(720deg);opacity:0}}@keyframes ods-confetti-fall{0%{-webkit-transform:translateY(0) rotate(0deg);transform:translateY(0) rotate(0);opacity:1}to{-webkit-transform:translateY(26rem) rotate(720deg);transform:translateY(26rem) rotate(720deg);opacity:0}}@media (prefers-reduced-motion: reduce){.offer-discount-spinner,.offer-discount-spinner__card,.offer-discount-spinner__win-banner,.offer-discount-spinner__win-badge,.offer-discount-spinner__spin-btn-inner--celebrate{-webkit-animation:none;animation:none}.offer-discount-spinner__wheel{-webkit-transition-duration:1.2s;transition-duration:1.2s}.offer-discount-spinner__confetti-piece{display:none}}.page-template-page-upsell-1 #header,.page-template-page-upsell-2 #header,.page-template-page-upsell-3 #header,.page-template-page-upsell-4 #header,.page-template-page-upsell-5 #header,.page-template-page-upsell-6 #header,.page-template-page-upsell-7 #header,.page-template-page-upsell-1 #footer,.page-template-page-upsell-2 #footer,.page-template-page-upsell-3 #footer,.page-template-page-upsell-4 #footer,.page-template-page-upsell-5 #footer,.page-template-page-upsell-6 #footer,.page-template-page-upsell-7 #footer{display:none}.upsell-page{overflow:hidden}.upsell-container{max-width:54.375rem;margin:0 auto;padding:0}.upsell-confirmation{text-align:center;margin-bottom:0rem}.upsell-confirmation--grey{background:#f7f7f7;padding:2rem 1rem}@media screen and (min-width: 992px){.upsell-confirmation{margin-top:1rem;-webkit-box-shadow:0 8px 25px rgba(20,9,116,.15);box-shadow:0 8px 25px #14097426;border:0;border-radius:.5rem;padding:2rem 0rem}.upsell-confirmation--grey{background-color:transparent}}.upsell-confirmation-icon{margin-bottom:1.5rem}.upsell-confirmation-icon img{width:60px;height:60px;display:block;-o-object-fit:contain;object-fit:contain;margin:auto}.upsell-confirmation-title{font-size:1.45rem;font-weight:600;color:#1b6f4e;margin-bottom:1rem;line-height:1.4}@media screen and (min-width: 768px){.upsell-confirmation-title{font-size:1.125rem}}.upsell-confirmation-subtitle{font-size:1.25rem;color:#000;line-height:1.5;font-weight:500;margin-bottom:0}.upsell-confirmation-wait{margin-top:2rem;padding:0 1rem}@media screen and (min-width: 992px){.upsell-confirmation-wait{margin-top:0}.upsell-confirmation-wait *{text-align:center!important}}.upsell-confirmation-wait-title{font-size:1.75rem;font-weight:700;color:#000;margin-bottom:1rem;text-align:left;line-height:1.5}.upsell-confirmation-wait-title .upsell-wait-highlight{color:#1b6f4e;font-weight:700}.upsell-confirmation-offer{font-size:1.25rem;color:#000;margin-bottom:1rem;font-weight:600;text-align:left}.upsell-confirmation-offer .upsell-countdown{color:#e53e3e;font-weight:700;font-size:1.125rem}.upsell-confirmation-description{font-size:1rem;color:#000;margin:0;font-weight:500;line-height:1.5;text-align:left}.upsell-thank-you{text-align:center;padding:2rem 0 1rem}.upsell-thank-you .upsell-thank-you-title{font-size:1.5rem;font-weight:700;color:#000;margin-bottom:1rem}@media screen and (min-width: 768px){.upsell-thank-you .upsell-thank-you-title{font-size:1.75rem}}.upsell-thank-you .upsell-order-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:.5rem}.upsell-thank-you .upsell-order-info .upsell-order-label{font-size:1rem;color:#000}.upsell-thank-you .upsell-order-info .upsell-order-number{background-color:var(--theme-ui-colors-success500, #31c062);color:#fff;padding:.25rem .75rem;border-radius:.25rem;font-weight:600;font-size:.875rem}.upsell-offer{text-align:center;padding:2rem 1rem}.upsell-offer .upsell-offer-title{font-size:1.5rem;font-weight:700;color:#000;margin-bottom:.5rem}@media screen and (min-width: 768px){.upsell-offer .upsell-offer-title{font-size:1.75rem}}.upsell-offer .upsell-offer-subtitle{font-size:1.25rem;font-weight:600;color:#000;margin-bottom:2rem}@media screen and (min-width: 768px){.upsell-offer .upsell-offer-subtitle{font-size:1.5rem}}.upsell-product-toggle{display:none!important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:2rem;background-color:#9ca3af;border-radius:2rem;padding:.25rem;max-width:320px;margin-left:auto;margin-right:auto;-webkit-box-shadow:0 2px 8px rgba(0,0,0,.1);box-shadow:0 2px 8px #0000001a;padding:0}.upsell-product-toggle .upsell-toggle-btn{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:.875rem 2rem;border:none;background-color:transparent;color:#fff;border-radius:1.875rem;font-size:1rem;font-weight:600;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease;position:relative;z-index:10;text-align:center;min-width:120px}.upsell-product-toggle .upsell-toggle-btn--active{background-color:#10b981;color:#fff;-webkit-box-shadow:0 4px 12px rgba(16,185,129,.3);box-shadow:0 4px 12px #10b9814d}.upsell-product-toggle .upsell-toggle-btn:not(.upsell-toggle-btn--active){color:#fffc}.upsell-product-toggle .upsell-toggle-btn:not(.upsell-toggle-btn--active):hover{color:#fff;background-color:#ffffff1a}.upsell-product-toggle .upsell-toggle-btn:active{-webkit-transform:translateY(0);transform:translateY(0)}.upsell-product-image{margin-bottom:2rem}.upsell-product-image img{max-width:350px;height:auto;border-radius:8px}.upgrade-extra-text{text-align:left;max-width:600px;margin-left:auto;margin-right:auto;padding:0 1rem}.upgrade-extra-text p{font-size:1rem}.wps_upsell_offer_product_price{font-size:14px;text-align:center;display:block;margin-bottom:1.5rem}.upsell-product-description{margin-bottom:2rem;padding:0 1rem;text-align:left}.upsell-product-description p{font-size:1rem;line-height:1.6;color:var(--theme-ui-colors-contentSecondary, #4e4e4e);max-width:600px;margin:0 auto;font-weight:400}@media screen and (min-width: 768px){.upsell-product-description p{font-size:1.125rem}}.upsell-benefits{background-color:#f7f7f7;border-radius:1rem;padding:1.5rem;max-width:400px;margin:0 auto}.upsell-benefits .upsell-benefits-title{font-size:1.125rem;font-weight:600;color:#000;text-align:center}.upsell-benefits .upsell-benefits-list{list-style:none;padding:0;margin:0}.upsell-benefits .upsell-benefits-list .upsell-benefit-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:.75rem;margin-bottom:.75rem}.upsell-benefits .upsell-benefits-list .upsell-benefit-item:last-child{margin-bottom:0}.upsell-benefits .upsell-benefits-list .upsell-benefit-item .upsell-benefit-check{color:var(--theme-ui-colors-success500, #31c062);font-weight:700;font-size:1rem;-ms-flex-negative:0;flex-shrink:0}.upsell-benefits .upsell-benefits-list .upsell-benefit-item .upsell-benefit-text{font-size:.875rem;color:#000;font-weight:500;text-align:left}.upsell-reviews{text-align:center;margin-top:2rem}.upsell-reviews-title{font-size:2rem;font-weight:700;color:#000;margin-bottom:1rem}@media screen and (min-width: 768px){.upsell-reviews-title{font-size:1.75rem}}.upsell-reviews-subtitle{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:.5rem;font-size:1rem;color:#000;margin-bottom:2rem}.upsell-reviews-subtitle svg{-ms-flex-negative:0;flex-shrink:0}.upsell-reviews-comments{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem;margin-bottom:2rem;max-width:320px;margin-left:auto;margin-right:auto}.upsell-review-comment img{width:100%;height:auto;border-radius:.5rem;-webkit-box-shadow:0 2px 8px rgba(0,0,0,.1);box-shadow:0 2px 8px #0000001a}.upsell-reviews-product{margin-top:2rem;max-width:350px;margin-left:auto;margin-right:auto}.upsell-reviews-product img{width:100%;max-width:350px;height:auto;border-radius:1rem}.upsell-upgrade{text-align:center;padding:0 1rem;max-width:400px;margin:0 auto}.upsell-upgrade-title{font-size:2rem;font-weight:700;color:#000;margin-bottom:.5rem}@media screen and (min-width: 768px){.upsell-upgrade-title{font-size:1.75rem}}.upsell-upgrade-description{font-size:1rem;color:#000;margin-bottom:1.5rem;font-weight:400;text-align:left}.upsell-upgrade-subtitle{font-size:1rem;color:#000;margin-bottom:1.5rem;font-weight:400}.upsell-upgrade-subtitle2{font-size:1.5rem;font-weight:700;color:#000;margin-bottom:0rem}.upsell-upgrade-subtitle2+span{margin-bottom:1rem;display:block}.upsell-upgrade-price{margin-bottom:2rem}.upsell-upgrade-discount{margin-bottom:1rem;position:absolute;top:0;left:0;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);min-width:45px;max-width:45px;height:45px;background-color:#e53e3e;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:50%}.upsell-upgrade-discount .upsell-upgrade-discount-badge{color:#fff;padding:0;font-size:.7rem;font-weight:700;line-height:1;text-align:center;max-width:25px}.upsell-upgrade-price-box{position:relative;border:2px solid #1B6F4E;border-radius:.5rem;padding:1rem;background-color:#fff;display:inline-block;min-width:200px}.upsell-upgrade-price-box .upsell-upgrade-current-price{display:block;font-size:2rem;font-weight:700;color:#000;margin-bottom:.25rem}.upsell-upgrade-price-box .upsell-upgrade-regular-price{font-size:.875rem;color:#e53e3e;text-decoration:line-through}.upsell-upgrade-btn{background-color:#1b6f4e;color:#fff!important;border:none;border-radius:2rem;padding:1rem 2rem;font-size:1.125rem;font-weight:600;cursor:pointer;width:100%;max-width:300px;margin-bottom:1rem;-webkit-transition:background-color .2s ease;transition:background-color .2s ease;display:block;text-decoration:none;margin-left:auto;margin-right:auto}.upsell-upgrade-btn:hover{background-color:#1b6f4e;color:#fff!important}.upsell-upgrade-actions{margin-bottom:3rem;margin-top:2rem}.upsell-upgrade-actions .upsell-upgrade-decline{display:block;color:#666;text-decoration:underline;font-size:.875rem;cursor:pointer}.upsell-upgrade-actions .upsell-upgrade-decline:hover{color:#000}.upsell-reasons{text-align:left;margin-bottom:3rem;padding:0 1rem}.upsell-reasons-title{font-size:1.5rem;font-weight:700;color:#000;margin-bottom:1.5rem;text-align:center}@media screen and (min-width: 768px){.upsell-reasons-title{font-size:1.25rem}}.upsell-reasons-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.5rem}.upsell-reason-item .upsell-reason-title{font-size:1rem;font-weight:700;color:#000;margin-bottom:.5rem}.upsell-reason-item .upsell-reason-text{font-size:.875rem;color:#666;line-height:1.5;margin:0}.upsell-delivery{text-align:center;padding:3rem 1rem;max-width:540px;margin:0 auto}.upsell-delivery-title{font-size:1.5rem;font-weight:700;color:#000;margin-bottom:2rem;line-height:1.3}@media screen and (min-width: 768px){.upsell-delivery-title{font-size:1.25rem}}.upsell-delivery-comparison{margin-bottom:2rem}.upsell-delivery-comparison img{width:100%;max-width:350px;height:auto;border-radius:1rem;-webkit-box-shadow:0 4px 12px rgba(0,0,0,.1);box-shadow:0 4px 12px #0000001a}.upsell-delivery-description{margin-bottom:2rem;text-align:left}.upsell-delivery-description p,.upsell-delivery-description ul,.upsell-delivery-description li{font-size:1rem;color:#666;line-height:1.6;margin:0;font-weight:400}.upsell-delivery-description p strong,.upsell-delivery-description ul strong,.upsell-delivery-description li strong{color:#000;font-weight:700}.upsell-delivery-description ul{list-style:disc;padding-left:1rem;margin-bottom:.5rem}.upsell-delivery-features{background-color:#fff;border-radius:1rem;padding:0;margin-bottom:2rem;-webkit-box-shadow:0 2px 8px rgba(0,0,0,.1);box-shadow:0 2px 8px #0000001a}.upsell-delivery-feature{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1rem;padding:.75rem 0;padding:1rem}.upsell-delivery-feature:not(:last-child){border-bottom:1px solid #f7fafc}.upsell-delivery-feature--highlight{background-color:#48bb78;color:#fff;border-radius:.5rem;margin-top:.5rem;border-bottom:none}.upsell-delivery-feature--highlight .upsell-delivery-feature-text{color:#fff;font-weight:600}.upsell-delivery-feature-icon{-ms-flex-negative:0;flex-shrink:0}.upsell-delivery-feature-icon svg{width:24px;height:24px}.upsell-delivery-feature-text{font-size:.875rem;color:#000;font-weight:500;text-align:left}.upsell-delivery-pricing-header{margin-bottom:1.5rem}.upsell-delivery-pricing-title{font-size:1.5rem;font-weight:700;color:#000;margin-bottom:.5rem}.upsell-delivery-pricing-subtitle{font-size:1rem;color:#000;margin:0;font-weight:400}.upsell-offer--enhanced .upsell-offer-main-title{font-size:1.5rem;font-weight:700;color:#000;margin-bottom:.5rem;text-align:center}.upsell-offer--enhanced .upsell-offer-main-title .highlight{color:#48bb78}@media screen and (min-width: 768px){.upsell-offer--enhanced .upsell-offer-main-title{font-size:1.25rem}}.upsell-offer-subtitle-main{margin-bottom:1.5rem;font-size:1.125rem;font-weight:500}.upsell-comparison{text-align:center;margin-bottom:2rem}.upsell-comparison img{width:100%;max-width:350px;height:auto;border-radius:1rem;-webkit-box-shadow:0 4px 12px rgba(0,0,0,.1);box-shadow:0 4px 12px #0000001a}.upsell-offer-cta{text-align:center;margin-top:2rem}.upsell-offer-cta-btn{background-color:#48bb78;color:#fff;border:none;border-radius:2rem;padding:1rem 2rem;font-size:1rem;font-weight:600;cursor:pointer;width:100%;max-width:300px;margin-bottom:1rem;-webkit-transition:background-color .2s ease;transition:background-color .2s ease}.upsell-offer-cta-btn:hover{background-color:#38a169}@media screen and (min-width: 768px){.upsell-offer-cta-btn{font-size:.875rem;padding:.875rem 1.5rem}}.upsell-offer-decline{font-size:.75rem;color:#666;margin:0;text-align:center}.upsell-text{padding:0 1rem}.upsell-text-3{padding:0 1rem;max-width:600px;margin-left:auto;margin-right:auto}.upsell-text-3 p{font-size:1rem}.upsell-text-3 .upsell-upgrade-actions{text-align:center}.upsell-workout-plan{padding:2rem 1rem;margin-bottom:2rem}.upsell-workout-plan img{display:block;margin-left:auto;margin-right:auto}.upsell-workout-plan-title{font-size:1.5rem;font-weight:700;color:#000;margin-bottom:2rem;text-align:center;line-height:1.3}@media screen and (min-width: 768px){.upsell-workout-plan-title{font-size:1.75rem}}@media screen and (min-width: 992px){.upsell-workout-plan-title{font-size:2rem;text-align:left}}.upsell-workout-benefits{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.75rem}@media screen and (min-width: 992px){.upsell-workout-benefits{gap:1.25rem}}.upsell-workout-benefit{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:1rem;padding:0;background:#fff}.upsell-workout-benefit-icon{-ms-flex-negative:0;flex-shrink:0;width:24px;height:24px;margin-top:.125rem}.upsell-workout-benefit-icon .upsell-checkmark-icon{width:100%;height:100%;max-width:1.5rem}.upsell-workout-benefit-icon .upsell-checkmark-icon .fill{fill:#48bb78}.upsell-checkmark-icon{width:100%;height:100%;max-width:1.5rem;max-height:1.5rem}.upsell-checkmark-icon .fill{fill:#48bb78}.upsell-workout-benefit-text{font-size:.875rem;color:#000;line-height:1.5;margin:0;font-weight:500}@media screen and (min-width: 768px){.upsell-workout-benefit-text{font-size:1rem}}.upsell-workout-pricing{padding:2rem 0;text-align:center}.upsell-workout-image{margin-bottom:1.5rem}.upsell-workout-image img{width:100%;max-width:400px;height:auto}.upsell-workout-description{font-size:1rem;color:#000;line-height:1.6;margin-bottom:2rem;padding:0 1rem}@media screen and (min-width: 768px){.upsell-workout-description{font-size:1.125rem}}.upsell-workout-card{background-color:#fff;border-radius:1rem;padding:2rem 1.5rem;margin-bottom:1.5rem;-webkit-box-shadow:0 4px 20px rgba(0,0,0,.1);box-shadow:0 4px 20px #0000001a;border:1px solid #e2e8f0;max-width:calc(100% - 32px);margin-left:auto;margin-right:auto}.upsell-workout-pricing-content{text-align:center}.upsell-workout-special-title{font-size:1.125rem;font-weight:600;color:#000;margin-bottom:1rem}.upsell-workout-price-main{font-size:3rem;font-weight:700;color:#4fd1c7;margin-bottom:1rem}@media screen and (min-width: 768px){.upsell-workout-price-main{font-size:2.5rem}}.upsell-workout-price-details{margin-bottom:1.5rem}.upsell-workout-regular-price{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.5rem;margin-bottom:.5rem}.upsell-workout-regular-price .upsell-workout-price-label,.upsell-workout-regular-price .upsell-workout-price-value{font-size:.875rem;color:#666}.upsell-workout-period .upsell-workout-period-text{font-size:.75rem;color:#999;text-transform:uppercase;letter-spacing:.5px}.upsell-workout-trial{font-size:1.125rem;font-weight:600;color:#000;margin-bottom:.5rem}.upsell-workout-limited{font-size:.875rem;color:#666;margin:0}.upsell-workout-cta{display:block;margin-left:auto;text-decoration:none;margin-right:auto;background:#1b6f4e;color:#fff!important;border:none;border-radius:2rem;padding:1.25rem 2rem;width:100%;max-width:320px;margin-bottom:1rem;cursor:pointer;-webkit-transition:-webkit-transform .2s ease,-webkit-box-shadow .2s ease;transition:-webkit-transform .2s ease,-webkit-box-shadow .2s ease;transition:transform .2s ease,box-shadow .2s ease;transition:transform .2s ease,box-shadow .2s ease,-webkit-transform .2s ease,-webkit-box-shadow .2s ease}.upsell-workout-cta:hover{-webkit-transform:translateY(-2px);transform:translateY(-2px);-webkit-box-shadow:0 8px 25px rgba(17,4,92,.3);box-shadow:0 8px 25px #11045c4d}.upsell-workout-cta-content{text-align:center}.upsell-workout-cta-text{font-size:1.125rem;font-weight:600;margin:0;text-align:center!important}.upsell-workout-cta-text span{font-size:14px;display:block;font-weight:400}.upsell-workout-cta-text .loading{text-align:center!important}.upsell-workout-cta-price{font-size:.875rem;font-weight:500;margin:0;opacity:.9}.upsell-workout-included{font-size:.875rem;color:#000;margin-bottom:1.5rem}.upsell-workout-payment-methods{margin-bottom:1.5rem}.upsell-workout-payment-methods svg{width:100%;max-width:344px;height:auto}.upsell-workout-decline{background:transparent;border:none;color:#666;font-size:.875rem;text-decoration:underline;cursor:pointer;margin-bottom:1.5rem}.upsell-workout-decline:hover{color:#000}.upsell-workout-decline-text{margin:0}.upsell-workout-additional-info{padding:0 1rem;margin-top:1rem}.upsell-workout-info-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.75rem;text-align:left}.upsell-workout-info-content p{font-size:.875rem;font-weight:400}.upsell-workout-info-text{font-size:.875rem;color:#000;line-height:1.5}.upsell-workout-info-text:first-child{font-weight:600}.upsell-sleep-section{padding:2rem 1rem;text-align:center}.upsell-sleep-section__button{margin-top:1.5rem}.upsell-sleep-main-title{font-size:1.5rem;font-weight:700;color:#1b6f4e;margin-bottom:1rem;line-height:1.3}@media screen and (min-width: 768px){.upsell-sleep-main-title{font-size:1.75rem}}@media screen and (min-width: 992px){.upsell-sleep-main-title{font-size:2rem}}.upsell-sleep-subtitle{font-size:1.125rem;font-weight:600;color:#000;margin-bottom:2rem;line-height:1.4}@media screen and (min-width: 768px){.upsell-sleep-subtitle{font-size:1.25rem}}@media screen and (min-width: 992px){.upsell-sleep-subtitle{font-size:1.375rem}}.upsell-sleep-image{margin:0 auto;max-width:600px}.upsell-sleep-image img{width:100%;height:auto;border-radius:.75rem}.upsell-sleep-book-details{padding:0}.upsell-sleep-content{padding:0 1rem;text-align:center;margin-bottom:2rem}.upsell-sleep-book-title{font-size:1.25rem;font-weight:600;color:#000;margin-bottom:1.5rem;line-height:1.4}@media screen and (min-width: 768px){.upsell-sleep-book-title{font-size:1.375rem}}@media screen and (min-width: 992px){.upsell-sleep-book-title{font-size:1.5rem}}.upsell-sleep-description{font-size:1rem;color:#666;line-height:1.6;margin-bottom:1rem}.upsell-sleep-description:last-of-type{margin-bottom:2rem}.upsell-sleep-cta{display:block;margin-left:auto;margin-right:auto;text-decoration:none;background:#1b6f4e;color:#fff!important;border:none;border-radius:2rem;padding:1.25rem 2rem;width:100%;max-width:320px;margin-bottom:2rem;cursor:pointer;-webkit-transition:-webkit-transform .2s ease,-webkit-box-shadow .2s ease;transition:-webkit-transform .2s ease,-webkit-box-shadow .2s ease;transition:transform .2s ease,box-shadow .2s ease;transition:transform .2s ease,box-shadow .2s ease,-webkit-transform .2s ease,-webkit-box-shadow .2s ease}.upsell-sleep-cta:hover{-webkit-transform:translateY(-2px);transform:translateY(-2px);-webkit-box-shadow:0 8px 25px rgba(20,9,116,.3);box-shadow:0 8px 25px #1409744d}.upsell-sleep-cta-content{text-align:center}.upsell-sleep-cta-text{font-size:1.125rem;font-weight:600;margin:0 0 .25rem}.upsell-sleep-cta-price{font-size:.875rem;font-weight:500;margin:0;opacity:.9}.upsell-sleep-book-preview{text-align:center;margin-bottom:3rem}.upsell-sleep-book-preview img{width:100%;max-width:500px;height:auto;border-radius:1rem}.upsell-sleep-benefits{margin-bottom:3rem;padding:0 1rem}@media screen and (max-width: 575.5px){.upsell-sleep-benefits{margin-bottom:0}}.upsell-sleep-benefits-title{font-size:1.25rem;font-weight:600;color:#000;margin-bottom:2rem;text-align:left}@media screen and (min-width: 768px){.upsell-sleep-benefits-title{font-size:1.375rem}}.upsell-sleep-benefits-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.75rem}.upsell-sleep-benefit-item{display:-webkit-box;display:-ms-flexbox;display:flex}.upsell-sleep-benefit-icon{font-size:1.25rem;-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-ms-flexbox;display:flex}.upsell-sleep-benefit-title{font-size:1rem;color:#000}.upsell-sleep-benefit-description{font-size:1rem;color:#666;line-height:1.5;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:.75rem}.upsell-sleep-testimonials{padding:0 1rem;text-align:center}.upsell-sleep-testimonials-title{font-size:1.25rem;font-weight:600;color:#000;margin-bottom:2rem;text-align:left}@media screen and (min-width: 768px){.upsell-sleep-testimonials-title{font-size:1.375rem}}.upsell-sleep-testimonials-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.5rem}@media screen and (min-width: 992px){.upsell-sleep-testimonials-list{gap:1rem;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.upsell-sleep-testimonial{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:1rem;background-color:#e6f3ff;border-radius:1rem;padding:1.25rem;text-align:left}.upsell-sleep-testimonial-avatar{width:34px;height:34px;border-radius:50%;-ms-flex-negative:0;flex-shrink:0}.upsell-sleep-testimonial-content{-webkit-box-flex:1;-ms-flex:1;flex:1}.upsell-sleep-testimonial-name{font-size:.875rem;font-weight:600;color:#000;margin:0 0 .5rem}.upsell-sleep-testimonial-text{font-size:.875rem;color:#666;line-height:1.5;margin:0}.upsell-sleep-pricing-card{padding:2rem 1rem;text-align:center}.upsell-sleep-card-container{background-color:#fff;border-radius:1rem;padding:2rem 1.5rem;margin-bottom:1.5rem;-webkit-box-shadow:0 4px 20px rgba(0,0,0,.1);box-shadow:0 4px 20px #0000001a;border:1px solid #e2e8f0;max-width:400px;margin-left:auto;margin-right:auto}.upsell-sleep-card-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}.upsell-sleep-card-image{margin-bottom:1.5rem}.upsell-sleep-card-image img{width:290px;height:320px;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.upsell-sleep-card-details{width:100%}.upsell-sleep-card-title{font-size:1.125rem;font-weight:600;color:#000;margin-bottom:.75rem;line-height:1.4}.upsell-sleep-card-payment-type{font-size:.875rem;color:#666;margin-bottom:1rem}.upsell-sleep-card-price{font-size:2.5rem;font-weight:700;color:#4fd1c7;margin-bottom:1rem}@media screen and (min-width: 768px){.upsell-sleep-card-price{font-size:2rem}}.upsell-sleep-card-additional{margin-bottom:0}.upsell-sleep-card-additional-text{font-size:.875rem;color:#666;margin:0}.upsell-sleep-card-cta{display:block;margin-left:auto;margin-right:auto;text-decoration:none;background:#1b6f4e;color:#fff!important;border:none;border-radius:2rem;padding:1.25rem 2rem;width:100%;max-width:320px;margin-bottom:1.5rem;cursor:pointer;-webkit-transition:-webkit-transform .2s ease,-webkit-box-shadow .2s ease;transition:-webkit-transform .2s ease,-webkit-box-shadow .2s ease;transition:transform .2s ease,box-shadow .2s ease;transition:transform .2s ease,box-shadow .2s ease,-webkit-transform .2s ease,-webkit-box-shadow .2s ease}.upsell-sleep-card-cta:hover{-webkit-transform:translateY(-2px);transform:translateY(-2px);-webkit-box-shadow:0 8px 25px rgba(20,9,116,.3);box-shadow:0 8px 25px #1409744d}.upsell-sleep-card-cta-content{text-align:center}.upsell-sleep-card-cta-text{font-size:1.125rem;font-weight:600;margin:0 0 .25rem}.upsell-sleep-card-cta-price{font-size:.875rem;font-weight:500;margin:0;opacity:.9}.upsell-sleep-card-payment-methods{margin-bottom:1.5rem}.upsell-sleep-card-payment-methods svg{width:100%;max-width:344px;height:auto}.upsell-sleep-card-decline{background:transparent;border:none;color:#666;font-size:.875rem;text-decoration:underline;cursor:pointer}.upsell-sleep-card-decline:hover{color:#000}.upsell-sleep-card-decline-text{margin:0}.upsell-glp-testimonials{padding:3rem 0 2rem;background-color:#f7f7f7;width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;margin-top:2rem;margin-bottom:0}.upsell-glp-testimonials-container{max-width:90rem;margin:0 auto;padding:0 1rem}@media screen and (min-width: 768px){.upsell-glp-testimonials-container{padding:0 1.5rem}}@media screen and (min-width: 992px){.upsell-glp-testimonials-container{padding:0 2rem}}.upsell-glp-testimonials-title{font-size:1.5rem;font-weight:700;color:#000;text-align:center;margin-bottom:2rem}@media screen and (min-width: 768px){.upsell-glp-testimonials-title{font-size:1.75rem}}@media screen and (min-width: 992px){.upsell-glp-testimonials-title{font-size:2rem}}.upsell-glp-testimonials-grid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2rem}@media screen and (min-width: 1200px){.upsell-glp-testimonials-grid{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:1.5rem}}.upsell-glp-testimonial{background-color:#fff;border-radius:1rem;padding:1.5rem;-webkit-box-shadow:0 2px 12px rgba(0,0,0,.08);box-shadow:0 2px 12px #00000014;-webkit-box-flex:1;-ms-flex:1;flex:1}.upsell-glp-testimonial-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1rem;margin-bottom:1rem}.upsell-glp-testimonial-avatar{-ms-flex-negative:0;flex-shrink:0}.upsell-glp-testimonial-avatar img{width:72px;height:72px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.upsell-glp-testimonial-info{-webkit-box-flex:1;-ms-flex:1;flex:1}.upsell-glp-testimonial-name{font-size:1rem;font-weight:600;color:#000;margin:0 0 .5rem}.upsell-glp-testimonial-stars svg{width:86px;height:15px}.upsell-glp-testimonial-content{text-align:left}.upsell-glp-testimonial-rating-title{font-size:1rem;font-weight:600;color:#000;margin:0 0 .75rem}.upsell-glp-testimonial-text{font-size:.875rem;color:#666;line-height:1.6;margin:0}.upsell-addon-chapters{padding:2rem 1rem;text-align:center}.upsell-addon-header{margin-bottom:3rem}.upsell-addon-title{font-size:1.5rem;font-weight:700;color:#000;margin-bottom:1.5rem;line-height:1.3}@media screen and (min-width: 768px){.upsell-addon-title{font-size:1.75rem}}@media screen and (min-width: 992px){.upsell-addon-title{font-size:2rem}}.upsell-addon-description{font-size:1rem;color:#666;line-height:1.6;max-width:800px;margin:0 auto}@media screen and (min-width: 768px){.upsell-addon-description{font-size:1.125rem}}.upsell-addon-features{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2rem}@media screen and (min-width: 992px){.upsell-addon-features{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:3rem}}@media screen and (min-width: 1200px){.upsell-addon-features{gap:4rem}}.upsell-addon-feature{-webkit-box-flex:1;-ms-flex:1;flex:1;max-width:280px;margin:0 auto}@media screen and (min-width: 992px){.upsell-addon-feature{margin:0}}.upsell-addon-feature-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}.upsell-addon-feature-icon{width:64px;height:64px;background:linear-gradient(135deg,#146344,#1b6f4e);border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:1.5rem;-webkit-box-shadow:0 4px 16px rgba(255,107,107,.3);box-shadow:0 4px 16px #ff6b6b4d}.upsell-addon-feature-icon svg{width:32px;height:32px}.upsell-addon-feature-title{font-size:1.125rem;font-weight:600;color:#000;margin:0;line-height:1.4}@media screen and (min-width: 768px){.upsell-addon-feature-title{font-size:1.25rem}}.upsell-product-selection{margin-top:3rem;padding:0 1rem;width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw}@media screen and (min-width: 768px){.upsell-product-selection{padding:0 1.5rem}}@media screen and (min-width: 992px){.upsell-product-selection{padding:0 2rem}}.upsell-product-selection-layout{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2rem;max-width:61.0625rem;margin:0 auto}@media screen and (min-width: 992px){.upsell-product-selection-layout{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:3rem}}.upsell-product-book-image{display:none}@media screen and (min-width: 992px){.upsell-product-book-image{display:block;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:300px}.upsell-product-book-image .upsell-book-img{width:100%;height:auto}}@media screen and (min-width: 1200px){.upsell-product-book-image{width:400px}}.upsell-product-book-image-mobile{display:block;margin-top:2rem}@media screen and (min-width: 992px){.upsell-product-book-image-mobile{display:none}}.upsell-product-book-image-mobile .upsell-book-img-mobile{width:100%;max-width:300px;height:auto;border-radius:1rem;background:linear-gradient(135deg,#ffe5e5,#fff0f0);padding:1rem;margin:0 auto;display:block}.upsell-product-cards{-webkit-box-flex:1;-ms-flex:1;flex:1}.upsell-product-cards-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem;margin-bottom:2rem}.upsell-product-card{border:2px solid #4fd1c7;border-radius:.75rem;padding:1rem;background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-transition:all .2s ease;transition:all .2s ease;cursor:pointer}.upsell-product-card:hover{-webkit-box-shadow:0 4px 12px rgba(79,209,199,.2);box-shadow:0 4px 12px #4fd1c733}.upsell-product-card.upsell-product-card--unchecked{border-color:#e2e8f0;opacity:.7}.upsell-product-card.upsell-product-card--unchecked:hover{border-color:#cbd5e0;-webkit-box-shadow:0 2px 8px rgba(0,0,0,.1);box-shadow:0 2px 8px #0000001a}.price-period-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.upsell-product-card-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:1rem;-webkit-box-flex:1;-ms-flex:1;flex:1}.upsell-product-card-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.75rem;-webkit-box-flex:1;-ms-flex:1;flex:1}.upsell-product-card-checkbox{-ms-flex-negative:0;flex-shrink:0}.upsell-checkbox-wrapper{position:relative;display:inline-block}.upsell-checkbox{position:absolute;opacity:0;width:24px;height:24px;margin:0;cursor:pointer;z-index:2}.upsell-checkbox-icon{width:24px;height:24px;color:#4fd1c7;position:relative}.upsell-checkbox-icon .upsell-checkbox-checked,.upsell-checkbox-icon .upsell-checkbox-unchecked{position:absolute;top:0;left:0;width:24px;height:24px;-webkit-transition:opacity .2s ease;transition:opacity .2s ease}.upsell-checkbox-icon .upsell-checkbox-checked{opacity:1}.upsell-checkbox-icon .upsell-checkbox-unchecked{opacity:0;color:#cbd5e0}.upsell-checkbox:not(:checked)+.upsell-checkbox-icon .upsell-checkbox-checked{opacity:0}.upsell-checkbox:not(:checked)+.upsell-checkbox-icon .upsell-checkbox-unchecked{opacity:1}.upsell-product-card-name{font-size:1rem;font-weight:600;color:#000;margin:0}@media screen and (min-width: 768px){.upsell-product-card-name{font-size:1.125rem}}.upsell-product-card-pricing{text-align:left;margin-right:1rem}@media screen and (min-width: 768px){.upsell-product-card-pricing{margin-right:1.5rem}}.upsell-product-card-price{font-size:1.125rem;font-weight:700;color:#000;margin:0 .5rem 0 0}@media screen and (min-width: 768px){.upsell-product-card-price{font-size:1.25rem}}.upsell-product-card-period{font-size:.875rem;color:#666;margin:0}.upsell-product-card-image{position:relative;-ms-flex-negative:0;flex-shrink:0}.upsell-product-card-image img{width:80px;height:auto;display:block}@media screen and (min-width: 768px){.upsell-product-card-image img{width:100px}}@media screen and (min-width: 992px){.upsell-product-card-image img{width:128px}}.upsell-product-card-badge{position:absolute;top:-8px;right:-8px;background:linear-gradient(135deg,#8b5cf6,#a78bfa);border-radius:1rem;padding:.25rem .5rem}@media screen and (min-width: 768px){.upsell-product-card-badge{top:-10px;right:-10px;padding:.375rem .75rem}}.upsell-product-card-badge-text{font-size:.625rem;font-weight:700;color:#fff;margin:0;text-transform:uppercase;letter-spacing:.5px}@media screen and (min-width: 768px){.upsell-product-card-badge-text{font-size:.75rem}}.upsell-product-selection-cta{background:#1b6f4e;text-decoration:none;color:#fff!important;border:none;border-radius:2rem;padding:1.25rem 2rem;width:100%;max-width:400px;margin:0 auto 1.5rem;cursor:pointer;-webkit-transition:-webkit-transform .2s ease,-webkit-box-shadow .2s ease;transition:-webkit-transform .2s ease,-webkit-box-shadow .2s ease;transition:transform .2s ease,box-shadow .2s ease;transition:transform .2s ease,box-shadow .2s ease,-webkit-transform .2s ease,-webkit-box-shadow .2s ease;display:block}.upsell-product-selection-cta:hover{-webkit-transform:translateY(-2px);transform:translateY(-2px);-webkit-box-shadow:0 8px 25px rgba(20,9,116,.3);box-shadow:0 8px 25px #1409744d}.upsell-product-selection-cta-content{text-align:center}.upsell-product-selection-cta-text{font-size:1.125rem;font-weight:600;margin:0}@media screen and (min-width: 768px){.upsell-product-selection-cta-text{font-size:1.25rem}}.upsell-product-selection-trust{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}@media screen and (min-width: 768px){.upsell-product-selection-trust{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:2rem}}.upsell-trust-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:.5rem}.upsell-trust-icon{-ms-flex-negative:0;flex-shrink:0}.upsell-trust-icon svg{width:20px;height:20px}@media screen and (min-width: 768px){.upsell-trust-icon svg{width:24px;height:24px}}.upsell-trust-text{font-size:.875rem;color:#666;margin:0}@media screen and (min-width: 768px){.upsell-trust-text{font-size:1rem}}.upsell-product-selection-decline{background:transparent;border:none;color:#666;font-size:.875rem;text-decoration:underline;cursor:pointer;display:block;margin:0 auto}.upsell-product-selection-decline:hover{color:#000}.upsell-product-selection-decline-text{margin:0;text-align:center;outline:none}.upsell-product-selection--grey-bg{background-color:#f7f7f7;padding:3rem 1rem;width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw}@media screen and (min-width: 768px){.upsell-product-selection--grey-bg{padding:3rem 1.5rem}}@media screen and (min-width: 992px){.upsell-product-selection--grey-bg{padding:4rem 2rem}}.upsell-product-selection--grey-bg .upsell-product-selection-layout{max-width:61.0625rem;margin:0 auto}.upsell-product-selection--centered .upsell-product-selection-layout{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.upsell-product-selection--centered .upsell-product-cards{max-width:500px;margin:0 auto}.upsell-product-selection-header{text-align:center;margin-bottom:2rem}.upsell-product-selection--grey-bg .upsell-product-selection-header{max-width:61.0625rem;margin-left:auto;margin-right:auto;margin-bottom:3rem}.upsell-product-selection-title{font-size:1.5rem;font-weight:700;color:#000;margin:0;line-height:1.3}@media screen and (min-width: 768px){.upsell-product-selection-title{font-size:1.75rem}}@media screen and (min-width: 992px){.upsell-product-selection-title{font-size:2rem}}.upsell-chapter-benefits{margin-top:4rem;padding:3rem 1rem;background-color:#f8f9fb;width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw}@media screen and (min-width: 768px){.upsell-chapter-benefits{padding:3rem 1.5rem}}@media screen and (min-width: 992px){.upsell-chapter-benefits{padding:4rem 2rem}}.upsell-chapter-benefits-container{max-width:61.0625rem;margin:0 auto}.upsell-chapter-benefits-section{margin-bottom:4rem}.upsell-chapter-benefits-section:last-child{-webkit-box-shadow:rgba(0,0,0,.05) 0px .25rem 1.25rem;box-shadow:#0000000d 0 .25rem 1.25rem;background:#fff;border-radius:8px;margin-bottom:0}.upsell-chapter-benefits-title{font-size:1.5rem;font-weight:700;color:#000;text-align:center;margin-bottom:3rem;line-height:1.3}@media screen and (min-width: 768px){.upsell-chapter-benefits-title{font-size:1.75rem}}@media screen and (min-width: 992px){.upsell-chapter-benefits-title{font-size:2rem}}.upsell-chapter-benefits-topics{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2.5rem}@media screen and (min-width: 992px){.upsell-chapter-benefits-topics{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:3rem;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.upsell-chapter-benefit-topic{text-align:center;-webkit-box-shadow:rgba(0,0,0,.05) 0px .25rem 1.25rem;box-shadow:#0000000d 0 .25rem 1.25rem;background:#fff;padding:2rem;border-radius:8px}@media screen and (min-width: 992px){.upsell-chapter-benefit-topic{-webkit-box-flex:1;-ms-flex:1;flex:1}}.upsell-chapter-benefit-icon{width:48px;height:48px;margin:0 auto 1.5rem;-ms-flex-negative:0;flex-shrink:0}@media screen and (min-width: 992px){.upsell-chapter-benefit-icon{margin:0 auto 1.5rem;width:48px;height:48px}}.upsell-chapter-benefit-icon svg{width:100%;height:100%;color:#000}.upsell-chapter-benefit-topic-title{font-size:1.125rem;font-weight:700;color:#000;margin-bottom:1rem;text-align:center}@media screen and (min-width: 992px){.upsell-chapter-benefit-topic-title{font-size:1.25rem;text-align:center;margin-bottom:1rem}}.upsell-chapter-benefit-topic-description{font-size:.875rem;color:#666;line-height:1.6;margin:0;text-align:center}@media screen and (min-width: 992px){.upsell-chapter-benefit-topic-description{font-size:1rem;text-align:center}}.upsell-chapter-choose{text-align:center;padding:2rem 0;margin-top:2rem}.upsell-chapter-choose-content{max-width:500px;margin:0 auto}.upsell-chapter-choose-title{font-size:1.5rem;font-weight:700;color:#000;margin-bottom:1rem;line-height:1.3}@media screen and (min-width: 768px){.upsell-chapter-choose-title{font-size:1.75rem}}@media screen and (min-width: 992px){.upsell-chapter-choose-title{font-size:2rem}}.upsell-chapter-choose-subtitle{font-size:1rem;color:#666;margin-bottom:1.5rem;line-height:1.5}@media screen and (min-width: 768px){.upsell-chapter-choose-subtitle{font-size:1.125rem}}.upsell-chapter-choose-divider{margin:2rem 0;position:relative}.upsell-chapter-choose-divider:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background-color:#e2e8f0;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.upsell-chapter-choose-or{background-color:#4fd1c7;color:#fff;padding:.5rem 1rem;border-radius:2rem;font-size:.875rem;font-weight:600;position:relative;z-index:1;text-transform:uppercase;letter-spacing:.5px}.upsell-chapter-choose-description{font-size:1rem;color:#666;margin:0;line-height:1.5}@media screen and (min-width: 768px){.upsell-chapter-choose-description{font-size:1.125rem}}.upsell-additional-benefits{margin-top:4rem;padding:3rem 1rem;width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw}@media screen and (min-width: 768px){.upsell-additional-benefits{padding:3rem 1.5rem}}@media screen and (min-width: 992px){.upsell-additional-benefits{padding:3rem 2rem}}.upsell-additional-benefits-container{max-width:61.0625rem;margin:0 auto}.upsell-additional-benefits-layout{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:3rem}@media screen and (min-width: 992px){.upsell-additional-benefits-layout{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4rem}}.upsell-additional-benefits-image{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;text-align:center}@media screen and (min-width: 992px){.upsell-additional-benefits-image{-webkit-box-flex:0;-ms-flex:0 0 400px;flex:0 0 400px;text-align:left}}.upsell-additional-benefits-image .upsell-additional-book-img{width:100%;max-width:350px;height:auto}@media screen and (min-width: 992px){.upsell-additional-benefits-image .upsell-additional-book-img{max-width:100%}}.upsell-additional-benefits-content{-webkit-box-flex:1;-ms-flex:1;flex:1}.upsell-additional-benefits-title{font-size:1.5rem;font-weight:700;color:#000;margin-bottom:2rem;text-align:center;line-height:1.3}@media screen and (min-width: 768px){.upsell-additional-benefits-title{font-size:1.75rem}}@media screen and (min-width: 992px){.upsell-additional-benefits-title{font-size:2rem;text-align:left;margin-bottom:2.5rem}}.upsell-additional-benefits-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem}.upsell-additional-benefit-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.75rem}@media screen and (min-width: 768px){.upsell-additional-benefit-item{gap:1rem}}.upsell-additional-benefit-icon{-ms-flex-negative:0;flex-shrink:0;width:24px;height:24px}.upsell-additional-benefit-icon svg{width:100%;height:100%}.upsell-additional-benefit-text{font-size:.875rem;color:#000;margin:0;line-height:1.4;font-weight:500}@media screen and (min-width: 768px){.upsell-additional-benefit-text{font-size:1rem}}@media screen and (min-width: 992px){.upsell-additional-benefit-text{font-size:1.125rem}}.upsell-color-selection{margin:0 auto;width:100%;text-align:center}.upsell-color-selection .upsell-color-label{display:block;font-size:1.1rem;font-weight:600;color:#000;margin-bottom:1rem}.upsell-name-field{margin:2rem auto;padding:0;background:#ffffff0d;border-radius:12px;border:1px solid rgba(255,255,255,.1);max-width:15rem;width:100%}.upsell-name-label{display:block;font-size:1rem;font-weight:600;color:#000;margin-bottom:.5rem}.upsell-name-input{width:100%;padding:.75rem 1rem;font-size:1rem;border:2px solid rgba(255,255,255,.2);border-radius:8px;background:#ffffff1a;color:#fff;-webkit-transition:all .3s ease;transition:all .3s ease}.upsell-name-input::-webkit-input-placeholder{color:#fff9}.upsell-name-input::-moz-placeholder{color:#fff9}.upsell-name-input:-ms-input-placeholder{color:#fff9}.upsell-name-input::-ms-input-placeholder{color:#fff9}.upsell-name-input::placeholder{color:#fff9}.upsell-name-input:focus{outline:none;border-color:#1b6f4e;background:#ffffff26;-webkit-box-shadow:0 0 0 3px rgba(27,111,78,.2);box-shadow:0 0 0 3px #1b6f4e33}.upsell-name-help{display:block;font-size:.875rem;color:#000;margin-top:.5rem}.upsell-5-extra{padding:0 1rem;max-width:600px;margin:auto}.upsell-5-extra ol{list-style-type:decimal}.upsell-5-extra ul{list-style-type:disc}.ai-tools-section{max-width:600px;padding:0 1rem;margin:auto;text-align:center}.ai-tools-features{margin-top:1.5rem;text-align:left;padding-left:1rem}.ai-tools-special-gift{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:linear-gradient(135deg,#f8f9ff,#e8ecff);border:1px solid #d1d9ff;border-radius:12px;padding:1rem 1.25rem;margin:2rem 0;-webkit-box-shadow:0 2px 8px rgba(0,0,0,.08);box-shadow:0 2px 8px #00000014;-webkit-transition:all .3s ease;transition:all .3s ease}.special-gift-icon{-ms-flex-negative:0;flex-shrink:0;margin-right:1rem}.special-gift-icon .gift-icon{width:48px;height:48px;-o-object-fit:contain;object-fit:contain}.special-gift-content{-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:left}.special-gift-label{margin:0 0 .25rem;font-size:.875rem;color:#6366f1;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.special-gift-title{margin:0;font-size:1.125rem;font-weight:600;color:#1f2937;line-height:1.3}.ai-tools-pricing{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:2rem 1.5rem;margin:2rem 0;-webkit-box-shadow:0 4px 12px rgba(0,0,0,.1);box-shadow:0 4px 12px #0000001a}.pricing-heading{font-size:1.5rem;font-weight:700;color:#1f2937;text-align:center;margin:0 0 1.5rem}.pricing-items{margin-bottom:1.5rem}.pricing-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:1rem 0;border-bottom:1px solid #f3f4f6}.pricing-item:last-child{border-bottom:none}.item-name{font-size:1rem;font-weight:500;color:#374151;-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:left}.item-pricing{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.75rem}.current-price{font-size:1.125rem;font-weight:700;color:#1f2937}.original-price{font-size:1rem;color:#9ca3af;text-decoration:line-through}.free-badge{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.875rem;font-weight:600;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.25rem}.pricing-disclaimer{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:1rem;margin-bottom:1.5rem}.pricing-disclaimer p{font-size:.875rem;color:#6b7280;line-height:1.5;margin:0;text-align:center}.ai-tools-buy-btn{width:100%;background:linear-gradient(135deg,#6366f1,#4f46e5);color:#fff!important;border:none;border-radius:8px;text-align:center;padding:1rem 2rem;font-size:1.125rem;font-weight:600;cursor:pointer;text-decoration:none;-webkit-transition:all .3s ease;transition:all .3s ease;-webkit-box-shadow:0 2px 8px rgba(99,102,241,.3);box-shadow:0 2px 8px #6366f14d;display:block;margin-bottom:1.5rem}.ai-tools-buy-btn:hover{-webkit-transform:translateY(-1px);transform:translateY(-1px);-webkit-box-shadow:0 4px 16px rgba(99,102,241,.4);box-shadow:0 4px 16px #6366f166}.ai-tools-buy-btn:active{-webkit-transform:translateY(0);transform:translateY(0)}@media (max-width: 768px){.ai-tools-special-gift{padding:.875rem 1rem;margin:1.5rem 0}.special-gift-icon{margin-right:.75rem}.special-gift-icon .gift-icon{width:40px;height:40px}.special-gift-label{font-size:.8125rem}.special-gift-title{font-size:1rem}.ai-tools-pricing{padding:1.5rem 1rem;margin:1.5rem 0}.pricing-heading{font-size:1.25rem}.pricing-item{gap:.5rem;padding:.75rem 0}.item-pricing{-ms-flex-item-align:end;align-self:flex-end}.ai-tools-buy-btn{font-size:1rem;padding:.875rem 1.5rem}}.why-choose-us__img2{margin:1rem 0}.ai-tools-testimonials{margin:3rem 0 2rem}.testimonials-heading{font-size:1.5rem;font-weight:700;color:#1f2937;text-align:center;margin:0 0 1rem}.testimonials-grid{display:grid;gap:1.5rem;grid-template-columns:1fr}.testimonial-card{background:#f8f9fa;border:1px solid #e9ecef;border-radius:12px;padding:1.5rem;-webkit-transition:all .3s ease;transition:all .3s ease}.testimonial-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:1rem}.customer-name{font-size:1.125rem;font-weight:600;color:#1f2937;margin:0}.verified-badge{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.375rem;font-size:.875rem;color:#059669;font-weight:500}.verified-badge .checkmark{background:#059669;color:#fff;border-radius:50%;width:16px;height:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:.75rem;font-weight:700}.testimonial-text{font-size:.85rem;line-height:1.6;color:#374151;margin:0 0 1rem;text-align:left}.star-rating{display:-webkit-box;display:-ms-flexbox;display:flex;gap:.25rem}.star-rating .star{font-size:1.125rem;color:#fbbf24}@media (min-width: 768px){.testimonials-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}@media (max-width: 767px){.ai-tools-testimonials{margin:2rem 0 1.5rem}.testimonials-heading{font-size:1.125rem;margin-bottom:1.5rem;text-align:left}.ai-tools-title{font-size:2rem;margin-top:1rem}.testimonial-card{padding:1.25rem}.testimonial-header{gap:.5rem;margin-bottom:.75rem}.verified-badge{-ms-flex-item-align:end;align-self:flex-end}.customer-name{font-size:1rem}.testimonial-text{font-size:.9375rem}}.feature-title{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:.5rem;font-size:.875rem}.feature-title img{margin-right:.5rem;-o-object-fit:contain;object-fit:contain;width:1rem;height:1rem;position:relative;top:4px}.upsell-6-bottom .ai-tools-special-gift,.ai-tools-section .upsell-sleep-card-decline-text{display:none}.ai-tools-section .upsell-6-bottom .upsell-sleep-card-decline-text{display:block}.upsell-cover-section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;margin-top:1.5rem}.cover-content{text-align:center;width:100%}.cover-image-container{position:relative;display:inline-block}.cover-title{position:absolute;top:2rem;left:50%;-webkit-transform:translateX(-50%);transform:translate(-50%);color:#fff;font-size:1.75rem;font-weight:600;line-height:1.3;margin:0;text-shadow:0 2px 4px rgba(0,0,0,.5);text-align:center;width:90%;z-index:2}.ai-character-image{max-width:100%;height:auto;display:block}@media (min-width: 768px){.cover-title{font-size:2.5rem;top:3rem}}@media (max-width: 767px){.upsell-cover-section{padding:0}.cover-title{font-size:2rem;top:1.5rem}}.upsell-7-text{min-height:300px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:1rem;font-weight:500;font-size:1.25rem}.upsell-7-text span{color:#1b6f4e}.upsell-7-list{padding:1rem;font-size:1rem}.upsell-7-list p{margin-bottom:0}.upsell-7-list ul{margin-top:.5rem;list-style-type:disc}.upsell-7-extra-text{padding:1rem}.upsell-7-extra-text h4{margin-bottom:.5rem}.upsell-7{padding-bottom:2rem}.upsell-7 .upsell-workout-card{margin-top:1rem}.upsell-7 .ai-tools-testimonials{padding:0 1rem}.upsell-7 .upsell-workout-payment-methods,.upsell-7 .upsell-workout-decline{text-align:center}.upsell-7 .upsell-workout-info-content{gap:0}.upsell-7 ul{list-style-type:disc}@media screen and (min-width: 768px){.upsell-7{max-width:600px;margin:auto}}.nico-mockup{max-width:60%;margin-left:auto;margin-right:auto;display:block;margin-top:2rem;margin-bottom:2rem}.what-nico-can-do{padding:1rem;font-size:1.125rem;font-weight:300}.upsell-workout-info-content{margin-top:1.5rem}.upsell-workout-info-content h4{margin-bottom:0}.upsell-workout-info-content li{list-style-type:disc}.upsell-workout-info-content ul{margin-bottom:0}.upsell-workout-info-content p{font-size:1rem}body.page-template-page-checkout{background-color:var(--color-bg-checkout)}.woocommerce input[type=text],.woocommerce input[type=email],.woocommerce input[type=tel],.woocommerce input[type=number],.woocommerce input[type=password],.woocommerce input[type=search],.woocommerce input[type=url],.woocommerce select,.woocommerce textarea{font-size:1rem!important}.custom-notification{position:fixed;top:20px;right:20px;z-index:10000;max-width:400px;min-width:300px;background:#fff;border-radius:8px;-webkit-box-shadow:0 4px 12px rgba(0,0,0,.15);box-shadow:0 4px 12px #00000026;-webkit-transform:translateX(100%);transform:translate(100%);-webkit-transition:opacity .3s ease,-webkit-transform .3s ease;transition:opacity .3s ease,-webkit-transform .3s ease;transition:transform .3s ease,opacity .3s ease;transition:transform .3s ease,opacity .3s ease,-webkit-transform .3s ease;opacity:0;border-left:4px solid #ddd}.custom-notification--show{-webkit-transform:translateX(0);transform:translate(0);opacity:1}.custom-notification--success{border-left-color:#28a745}.custom-notification--error{border-left-color:#dc3545}.custom-notification__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:16px;gap:12px}.custom-notification__icon{-ms-flex-negative:0;flex-shrink:0;margin-top:2px}.custom-notification--success .custom-notification__icon{color:#28a745}.custom-notification--error .custom-notification__icon{color:#dc3545}.custom-notification__message{-webkit-box-flex:1;-ms-flex:1;flex:1;font-size:14px;line-height:1.4;color:#333;margin:0}.custom-notification__close{-ms-flex-negative:0;flex-shrink:0;background:none;border:none;cursor:pointer;padding:0;color:#666;-webkit-transition:color .2s ease;transition:color .2s ease}.custom-notification__close:hover{color:#333}@media (max-width: 480px){.custom-notification{left:20px;right:20px;max-width:none;min-width:auto}}.woocommerce-button,.woocommerce-Button,.woocommerce input[type=submit],.woocommerce button[type=submit],.woocommerce .button,.woocommerce-page .button,.wc-proceed-to-checkout .checkout-button,.single_add_to_cart_button,.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,.woocommerce-checkout #place_order,.woocommerce-account .button,.woocommerce-MyAccount-navigation .button,.woocommerce form .button,.woocommerce #respond input#submit,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{background:linear-gradient(135deg,#1b6f4e,#2aad79)!important;color:#fff!important;border:none!important;padding:.75rem 1.25rem!important;border-radius:.5rem!important;font-size:.75rem!important;font-weight:500!important;text-decoration:none!important;cursor:pointer!important;-webkit-transition:all .2s ease!important;transition:all .2s ease!important;display:inline-block!important;text-align:center!important;min-width:120px!important;line-height:1.4!important;-webkit-box-shadow:0 2px 4px rgba(27,111,78,.2)!important;box-shadow:0 2px 4px #1b6f4e33!important}.woocommerce-button:hover,.woocommerce-button:focus,.woocommerce-Button:hover,.woocommerce-Button:focus,.woocommerce input[type=submit]:hover,.woocommerce input[type=submit]:focus,.woocommerce button[type=submit]:hover,.woocommerce button[type=submit]:focus,.woocommerce .button:hover,.woocommerce .button:focus,.woocommerce-page .button:hover,.woocommerce-page .button:focus,.wc-proceed-to-checkout .checkout-button:hover,.wc-proceed-to-checkout .checkout-button:focus,.single_add_to_cart_button:hover,.single_add_to_cart_button:focus,.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus,.woocommerce-checkout #place_order:hover,.woocommerce-checkout #place_order:focus,.woocommerce-account .button:hover,.woocommerce-account .button:focus,.woocommerce-MyAccount-navigation .button:hover,.woocommerce-MyAccount-navigation .button:focus,.woocommerce form .button:hover,.woocommerce form .button:focus,.woocommerce #respond input#submit:hover,.woocommerce #respond input#submit:focus,.woocommerce a.button:hover,.woocommerce a.button:focus,.woocommerce button.button:hover,.woocommerce button.button:focus,.woocommerce input.button:hover,.woocommerce input.button:focus{background:linear-gradient(135deg,#165a40,#1b6f4e)!important;-webkit-transform:translateY(-1px)!important;transform:translateY(-1px)!important;-webkit-box-shadow:0 4px 12px rgba(27,111,78,.3)!important;box-shadow:0 4px 12px #1b6f4e4d!important;color:#fff!important;text-decoration:none!important}.woocommerce-button:active,.woocommerce-Button:active,.woocommerce input[type=submit]:active,.woocommerce button[type=submit]:active,.woocommerce .button:active,.woocommerce-page .button:active,.wc-proceed-to-checkout .checkout-button:active,.single_add_to_cart_button:active,.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:active,.woocommerce-checkout #place_order:active,.woocommerce-account .button:active,.woocommerce-MyAccount-navigation .button:active,.woocommerce form .button:active,.woocommerce #respond input#submit:active,.woocommerce a.button:active,.woocommerce button.button:active,.woocommerce input.button:active{-webkit-transform:translateY(0)!important;transform:translateY(0)!important;-webkit-box-shadow:0 2px 4px rgba(27,111,78,.2)!important;box-shadow:0 2px 4px #1b6f4e33!important}.woocommerce-button:disabled,.woocommerce-button.disabled,.woocommerce-Button:disabled,.woocommerce-Button.disabled,.woocommerce input[type=submit]:disabled,.woocommerce input[type=submit].disabled,.woocommerce button[type=submit]:disabled,.woocommerce button[type=submit].disabled,.woocommerce .button:disabled,.woocommerce .button.disabled,.woocommerce-page .button:disabled,.woocommerce-page .button.disabled,.wc-proceed-to-checkout .checkout-button:disabled,.wc-proceed-to-checkout .checkout-button.disabled,.single_add_to_cart_button:disabled,.single_add_to_cart_button.disabled,.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:disabled,.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.disabled,.woocommerce-checkout #place_order:disabled,.woocommerce-checkout #place_order.disabled,.woocommerce-account .button:disabled,.woocommerce-account .button.disabled,.woocommerce-MyAccount-navigation .button:disabled,.woocommerce-MyAccount-navigation .button.disabled,.woocommerce form .button:disabled,.woocommerce form .button.disabled,.woocommerce #respond input#submit:disabled,.woocommerce #respond input#submit.disabled,.woocommerce a.button:disabled,.woocommerce a.button.disabled,.woocommerce button.button:disabled,.woocommerce button.button.disabled,.woocommerce input.button:disabled,.woocommerce input.button.disabled{opacity:.6!important;cursor:not-allowed!important;-webkit-transform:none!important;transform:none!important}.woocommerce-button:disabled:hover,.woocommerce-button.disabled:hover,.woocommerce-Button:disabled:hover,.woocommerce-Button.disabled:hover,.woocommerce input[type=submit]:disabled:hover,.woocommerce input[type=submit].disabled:hover,.woocommerce button[type=submit]:disabled:hover,.woocommerce button[type=submit].disabled:hover,.woocommerce .button:disabled:hover,.woocommerce .button.disabled:hover,.woocommerce-page .button:disabled:hover,.woocommerce-page .button.disabled:hover,.wc-proceed-to-checkout .checkout-button:disabled:hover,.wc-proceed-to-checkout .checkout-button.disabled:hover,.single_add_to_cart_button:disabled:hover,.single_add_to_cart_button.disabled:hover,.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:disabled:hover,.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.disabled:hover,.woocommerce-checkout #place_order:disabled:hover,.woocommerce-checkout #place_order.disabled:hover,.woocommerce-account .button:disabled:hover,.woocommerce-account .button.disabled:hover,.woocommerce-MyAccount-navigation .button:disabled:hover,.woocommerce-MyAccount-navigation .button.disabled:hover,.woocommerce form .button:disabled:hover,.woocommerce form .button.disabled:hover,.woocommerce #respond input#submit:disabled:hover,.woocommerce #respond input#submit.disabled:hover,.woocommerce a.button:disabled:hover,.woocommerce a.button.disabled:hover,.woocommerce button.button:disabled:hover,.woocommerce button.button.disabled:hover,.woocommerce input.button:disabled:hover,.woocommerce input.button.disabled:hover{-webkit-transform:none!important;transform:none!important;-webkit-box-shadow:0 2px 4px rgba(27,111,78,.2)!important;box-shadow:0 2px 4px #1b6f4e33!important}.woocommerce-button.button--outline,.woocommerce .button.button--outline{background:transparent!important;color:#1b6f4e!important;border:2px solid #1B6F4E!important}.woocommerce-button.button--outline:hover,.woocommerce-button.button--outline:focus,.woocommerce .button.button--outline:hover,.woocommerce .button.button--outline:focus{background:#1b6f4e!important;color:#fff!important;-webkit-transform:translateY(-1px)!important;transform:translateY(-1px)!important}.woocommerce .button.button--delete,.woocommerce .button.remove{background:linear-gradient(135deg,#ef4444,#dc2626)!important}.woocommerce .button.button--delete:hover,.woocommerce .button.button--delete:focus,.woocommerce .button.remove:hover,.woocommerce .button.remove:focus{background:linear-gradient(135deg,#dc2626,#b91c1c)!important;-webkit-box-shadow:0 4px 12px rgba(239,68,68,.3)!important;box-shadow:0 4px 12px #ef44444d!important}.woocommerce .button.button--small{padding:.5rem 1rem!important;font-size:.75rem!important;min-width:80px!important}.woocommerce .button.button--large{padding:1.25rem 3rem!important;font-size:1rem!important;min-width:160px!important}#ppcp-recaptcha-v2-container{margin:0!important}.woocommerce .button.button--full{width:100%!important;display:block!important}.woocommerce .blockUI.blockOverlay:before{display:none!important}.woocommerce .button.loading{position:relative!important;color:transparent!important}.woocommerce .button.loading:after{content:""!important;position:absolute!important;top:50%!important;left:50%!important;width:20px!important;height:20px!important;margin:-10px 0 0 -10px!important;border:3px solid transparent!important;border-top-color:#fff!important;border-radius:50%!important;-webkit-animation:spin 1s linear infinite!important;animation:spin 1s linear infinite!important;z-index:10!important}.woocommerce-checkout #place_order.loading:after{width:24px!important;height:24px!important;margin:-12px 0 0 -12px!important;border-width:3px!important}.woocommerce-checkout .blockUI.blockOverlay{position:fixed!important;inset:0!important;width:100%!important;height:100%!important;z-index:10000!important;background:#ffffff4d!important}.woocommerce-checkout .blockUI.blockMsg{display:none!important;visibility:hidden!important}.woocommerce-checkout .checkout-loading-overlay{display:none;position:fixed;bottom:2rem;left:50%;-webkit-transform:translateX(-50%);transform:translate(-50%);background-color:#1b6f4ef2;color:#fff;padding:1rem 1.5rem;border-radius:.5rem;-webkit-box-shadow:0 4px 12px rgba(0,0,0,.3);box-shadow:0 4px 12px #0000004d;z-index:9999;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.75rem;font-weight:600;font-size:.875rem;backdrop-filter:blur(4px)}.woocommerce-checkout .checkout-loading-overlay.active{display:-webkit-box;display:-ms-flexbox;display:flex}.woocommerce-checkout .checkout-loading-overlay .checkout-loading-spinner{width:20px;height:20px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite;-ms-flex-negative:0;flex-shrink:0}@media screen and (min-width: 768px){.woocommerce-checkout .checkout-loading-overlay{bottom:auto;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);padding:1.5rem 2rem;font-size:1rem}}.woocommerce-checkout #billing_email_field.quiz-hidden-email-field,.woocommerce-checkout .form-row.quiz-hidden-email-field,.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .quiz-hidden-email-field{display:none!important;visibility:hidden!important;height:0!important;overflow:hidden!important;margin:0!important;padding:0!important;opacity:0!important;position:absolute!important;left:-9999px!important;width:0!important}.woocommerce-checkout #billing_email.quiz-hidden-email-field{display:none!important;visibility:hidden!important;position:absolute!important;left:-9999px!important}.woocommerce-checkout #place_order{width:100%!important;margin-top:1rem!important}.woocommerce-account .button{margin-bottom:.5rem!important}.woocommerce-thankyou-order-details .wc-item-meta,.woocommerce-table .wc-item-meta{display:none!important}.woocommerce-table__product-name a{pointer-events:none!important;cursor:default!important;text-decoration:none!important;color:inherit!important}.woocommerce-table__product-name a:hover{text-decoration:none!important;color:inherit!important}#account-creation-modal .upsell-upgrade-btn{text-align:center;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important;-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important;gap:.5rem;min-height:3rem;width:100%;max-width:100%;background:var(--color-btn-secondary)!important;color:var(--color-btn-secondary-text)!important;border-color:var(--color-btn-secondary-border)!important;padding:1rem 1.5rem!important;border-radius:.5rem!important;font-weight:600!important;-webkit-transition:all .15s cubic-bezier(.4,0,.2,1);transition:all .15s cubic-bezier(.4,0,.2,1);font-size:1rem!important}#account-creation-modal .upsell-upgrade-btn:disabled{opacity:.7;cursor:not-allowed}#account-creation-modal .upsell-upgrade-btn:hover{background:var(--color-btn-secondary-hover)!important;color:var(--color-btn-secondary-text-hover)!important}#account-creation-modal .btn-loading{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.5rem}#account-creation-modal .btn-loading svg{-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite}.quiz-login-page{min-height:100vh;background:linear-gradient(135deg,#f8f9fa,#e9ecef);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:2rem 1rem;position:relative}.quiz-login-page:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><g fill="%23f1f3f4" fill-opacity="0.1"><circle cx="30" cy="30" r="2"/></g></svg>') repeat;pointer-events:none}.quiz-login-container{background:#fff;border-radius:16px;-webkit-box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;width:100%;max-width:480px;position:relative;z-index:1;overflow:hidden}.quiz-login-tabs{display:-webkit-box;display:-ms-flexbox;display:flex;background:#f8f9fa;border-radius:12px;padding:4px;margin:2rem 2rem 0}.quiz-login-tab{-webkit-box-flex:1;-ms-flex:1;flex:1;background:transparent;border:none;padding:12px 16px;border-radius:8px;font-weight:500;font-size:14px;color:#6b7280;cursor:pointer;-webkit-transition:all .2s ease;transition:all .2s ease;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:8px}.quiz-login-tab svg{width:16px;height:16px}.quiz-login-tab:hover{color:#1b6f4e;background:#0118d80d}.quiz-login-tab--active{background:#fff;color:#1b6f4e;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.1);box-shadow:0 1px 3px #0000001a}.quiz-login-single{padding:2rem}.quiz-login-header{text-align:center;margin-bottom:2rem}.quiz-login-icon{width:64px;height:64px;background:linear-gradient(135deg,#1b6f4e,#25986b);border-radius:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0 auto 1.5rem;color:#fff}.quiz-login-icon svg{width:32px;height:32px}.quiz-login-icon--reset{background:linear-gradient(135deg,#f59e0b,#fbbf24)}.quiz-login-icon--new-password{background:linear-gradient(135deg,#10b981,#34d399)}.quiz-login-title{font-size:28px;font-weight:700;color:#1f2937;margin:0 0 .5rem;line-height:1.2}.quiz-login-subtitle{font-size:16px;color:#6b7280;margin:0;line-height:1.4}.quiz-login-forms{padding:0 2rem 2rem}.quiz-login-form-container{display:none}.quiz-login-form-container--active{display:block}.quiz-login-form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.5rem}.quiz-form-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px}.quiz-form-label{font-weight:500;font-size:14px;color:#374151;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px}.quiz-form-label svg{width:16px;height:16px;color:#6b7280}.quiz-form-input{width:100%;padding:12px 16px;border:2px solid #e5e7eb;border-radius:8px;font-size:16px;background:#fff;-webkit-transition:all .2s ease;transition:all .2s ease}.quiz-form-input:focus{outline:none;border-color:#1b6f4e;-webkit-box-shadow:0 0 0 3px rgba(1,24,216,.1);box-shadow:0 0 0 3px #0118d81a}.quiz-form-input::-webkit-input-placeholder{color:#9ca3af}.quiz-form-input::-moz-placeholder{color:#9ca3af}.quiz-form-input:-ms-input-placeholder{color:#9ca3af}.quiz-form-input::-ms-input-placeholder{color:#9ca3af}.quiz-form-input::placeholder{color:#9ca3af}.quiz-form-input--error{border-color:#ef4444;-webkit-box-shadow:0 0 0 3px rgba(239,68,68,.1);box-shadow:0 0 0 3px #ef44441a}.woocommerce-error{margin-bottom:1rem!important}.woocommerce-error li:last-child{margin-bottom:0}.quiz-password-field{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.quiz-password-toggle{position:absolute;right:12px;background:none;border:none;color:#6b7280;cursor:pointer;padding:4px;border-radius:4px;-webkit-transition:color .2s ease;transition:color .2s ease}.quiz-password-toggle:hover{color:#1b6f4e}.quiz-password-toggle svg{width:16px;height:16px}.quiz-form-options{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:1rem}.quiz-checkbox-label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;cursor:pointer;font-size:14px;color:#374151}.quiz-checkbox{display:none}.quiz-checkbox-custom{width:16px;height:16px;border:2px solid #d1d5db;border-radius:3px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:all .2s ease;transition:all .2s ease}.quiz-checkbox:checked+.quiz-checkbox-custom{background:#1b6f4e;border-color:#1b6f4e}.quiz-checkbox:checked+.quiz-checkbox-custom:after{content:"";width:8px;height:8px;background:url('data:image/svg+xml,<svg width="8" height="8" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.5 2L3 5.5L1.5 4" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center}.quiz-checkbox-text{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.quiz-forgot-password{font-size:14px;color:#1b6f4e;text-decoration:none;font-weight:500;-webkit-transition:color .2s ease;transition:color .2s ease}.quiz-forgot-password:hover{color:#114631;text-decoration:underline}.quiz-login-btn{width:100%;background:linear-gradient(135deg,#1b6f4e,#20845c);color:#fff;border:none;padding:14px 24px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;-webkit-transition:all .2s ease;transition:all .2s ease;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:8px;min-height:48px}.quiz-login-btn:hover{background:linear-gradient(135deg,#165a40,#1b6f4e);-webkit-transform:translateY(-1px);transform:translateY(-1px);-webkit-box-shadow:0 4px 12px rgba(1,24,216,.3);box-shadow:0 4px 12px #0118d84d}.quiz-login-btn:active{-webkit-transform:translateY(0);transform:translateY(0)}.quiz-login-btn:disabled{opacity:.7;cursor:not-allowed;-webkit-transform:none;transform:none;-webkit-box-shadow:none;box-shadow:none}.quiz-btn-loading{display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px}.quiz-btn-loading svg{width:20px;height:20px;-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite}.quiz-info-message{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:12px;padding:16px;background:#f0f9ff;border:1px solid #bae6fd;border-radius:8px}.quiz-info-message svg{color:#0284c7;-ms-flex-negative:0;flex-shrink:0;margin-top:2px}.quiz-info-message p{margin:0;font-size:14px;color:#0c4a6e;line-height:1.4}.quiz-info-message--large{padding:20px;margin-bottom:2rem}.quiz-info-message--large p{font-size:15px;line-height:1.5}.quiz-field-error{font-size:12px;color:#ef4444;margin-top:4px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px}.quiz-field-error:before{content:"\26a0";font-size:10px}.quiz-form-footer{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e5e7eb;text-align:center}.quiz-form-footer-text{margin:0;font-size:14px;color:#6b7280;line-height:1.5}.quiz-form-link{color:#1b6f4e;text-decoration:none;font-weight:500;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:color .2s ease;transition:color .2s ease}.quiz-form-link:hover{color:#114631;text-decoration:underline}.quiz-form-link svg{-ms-flex-negative:0;flex-shrink:0}@media (max-width: 640px){.quiz-login-page{padding:1rem}.quiz-login-container{max-width:100%}.quiz-login-single{padding:1.5rem}.quiz-login-forms{padding:0 1.5rem 1.5rem}.quiz-login-tabs{margin:1.5rem 1.5rem 0}.quiz-form-options{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.thankyou-page{padding:3rem 0 0 3rem;min-height:80vh}.thankyou-page .woocommerce-customer-details{display:none}.thankyou-container{max-width:900px;margin:0 auto;padding:0 1rem}@media (max-width: 767.98px){.thankyou-container{max-width:unset;padding:0}}.thankyou-container>p{display:none}.thankyou-container .woocommerce-order-details header,.thankyou-container .woocommerce-order-details .my_account_orders{display:none!important}.thankyou-container .thankyou-actions .thankyou-btn{display:none!important}.thankyou-container .thankyou-actions .upsell-upgrade-btn{display:inline-block!important}@media screen and (min-width: 768px){.thankyou-container{padding:0 1.5rem}}.thankyou-success,.thankyou-failed,.thankyou-no-order{text-align:center}.thankyou-icon{background:#fff;border-radius:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:6rem;height:6rem;margin-left:auto;margin-right:auto;border:rgba(0,0,0,.12) solid 1px;margin-bottom:1.8rem}.thankyou-icon.thankyou-icon--success{-webkit-box-shadow:0 8px 25px rgba(79,209,199,.3);box-shadow:0 8px 25px #4fd1c74d}.thankyou-icon.thankyou-icon--success svg circle{fill:var(--color-heading-highlight)}.thankyou-icon.thankyou-icon--error{background:linear-gradient(135deg,#146344,#1b6f4e);-webkit-box-shadow:0 8px 25px rgba(255,107,107,.3);box-shadow:0 8px 25px #ff6b6b4d}.thankyou-icon.thankyou-icon--info{background:linear-gradient(135deg,#666,#888);-webkit-box-shadow:0 8px 25px rgba(102,102,102,.3);box-shadow:0 8px 25px #6666664d}.thankyou-icon svg{width:40px;height:40px}.thankyou-title{font-weight:700;margin-bottom:1rem;font-family:var(--font-display);color:var(--color-heading-primary);font-size:clamp(28px,8.5vw,40px);line-height:1.1}.thankyou-title.thankyou-title--error{color:#e53e3e}.thankyou-message{font-size:1.125rem;color:#666;margin-bottom:3rem;line-height:1.6}.thankyou-message p{margin:0}.thankyou-order-details{background:#fff;border-radius:1rem;padding:2rem;margin:3rem 0;text-align:left;border-style:solid;--border-style: solid;border-width:1px 1px 1px 1px;--border-top-width: 1px;--border-right-width: 1px;--border-bottom-width: 1px;--border-left-width: 1px;border-color:#f3f4f6;--border-color: #f3f4f6;--border-radius: 40px 40px 40px 40px;-webkit-box-shadow:0px 10px 15px -15px rgba(0,0,0,.1);box-shadow:0 10px 15px -15px #0000001a}.thankyou-details-title{font-size:1.6rem;font-weight:600;color:var(--color-heading-primary);margin-bottom:2rem;text-align:center}.thankyou-details-grid{display:grid;gap:1.5rem}@media screen and (min-width: 768px){.thankyou-details-grid{grid-template-columns:1fr 1fr;gap:2rem}}.thankyou-detail-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.5rem}.thankyou-detail-item.thankyou-detail-item--total{border-top:2px solid #e2e8f0;padding-top:1.5rem;margin-top:1rem}@media screen and (min-width: 768px){.thankyou-detail-item.thankyou-detail-item--total{grid-column:1/-1}}.thankyou-detail-label{font-size:.875rem;color:#666;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.thankyou-detail-value{font-size:1rem;color:#000;font-weight:600}.thankyou-detail-value.thankyou-detail-value--total{font-size:1.5rem;color:var(--color-heading-highlight-secondary);font-weight:700}.thankyou-next-steps{background:#fff;border-radius:1rem;padding:2rem;margin:3rem 0;text-align:left;border-style:solid;--border-style: solid;border-width:1px 1px 1px 1px;--border-top-width: 1px;--border-right-width: 1px;--border-bottom-width: 1px;--border-left-width: 1px;border-color:#f3f4f6;--border-color: #f3f4f6;--border-radius: 40px 40px 40px 40px;-webkit-box-shadow:0px 10px 15px -15px rgba(0,0,0,.1);box-shadow:0 10px 15px -15px #0000001a}.thankyou-next-title{font-size:1.6rem;font-weight:600;color:var(--color-heading-primary);margin-bottom:2rem;text-align:center}.thankyou-steps{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2rem}@media screen and (min-width: 992px){.thankyou-steps{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:3rem}}.thankyou-step{-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:center}@media screen and (min-width: 992px){.thankyou-step{text-align:left}}.thankyou-step-number{width:40px;height:40px;background:var(--color-bg-primary-boxed-1);color:#fff;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-weight:700;font-size:1.125rem;margin:0 auto 1rem}@media screen and (min-width: 992px){.thankyou-step-number{margin:0 0 1rem}}.thankyou-step-content h4{font-size:1rem;font-weight:600;color:#000;margin-bottom:.5rem}@media screen and (min-width: 768px){.thankyou-step-content h4{font-size:1.125rem}}.thankyou-step-content p{font-size:.875rem;color:#666;line-height:1.5;margin:0}@media screen and (min-width: 768px){.thankyou-step-content p{font-size:1rem}}.thankyou-actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem;margin-top:3rem;margin-bottom:2rem}@media screen and (min-width: 768px){.thankyou-actions{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:1.5rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.thankyou-btn{padding:1rem 2rem;border-radius:.5rem;font-size:1rem;font-weight:600;text-decoration:none;text-align:center;-webkit-transition:all .2s ease;transition:all .2s ease;display:inline-block;min-width:160px;line-height:1.3;max-width:400px}.thankyou-btn.thankyou-btn--primary{background:var(--color-btn-secondary);color:#fff;border:none;margin-bottom:0;border-radius:1rem}.thankyou-btn.thankyou-btn--primary:hover{background:var(--color-btn-secondary-hover);color:#fff}.thankyou-btn.thankyou-btn--secondary{background:#fff;color:#000;border:2px solid #e2e8f0}.thankyou-btn.thankyou-btn--secondary:hover{border-color:#4fd1c7;color:#4fd1c7;-webkit-transform:translateY(-2px);transform:translateY(-2px);-webkit-box-shadow:0 4px 15px rgba(79,209,199,.2);box-shadow:0 4px 15px #4fd1c733}@media screen and (max-width: 767.5px){.thankyou-page{padding:2rem 0}.thankyou-message{font-size:1rem;margin-bottom:2rem}.thankyou-order-details,.thankyou-next-steps{padding:1.5rem;margin:3rem 0 1rem}.thankyou-details-grid{grid-template-columns:1fr;gap:1rem}.thankyou-steps{gap:1.5rem}}#account-creation-modal{z-index:999}#address-completion-modal{z-index:998}.address-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:var(--color-bg-primary);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:2rem;overflow-y:auto;width:100vw}@media (max-width: 767.98px){.address-modal{padding:1.5rem}}.address-modal-content{width:100%;max-width:30rem;max-height:90vh;overflow:visible;position:relative}.address-modal-header{padding:2rem 0 1.7rem;text-align:center;border-bottom:rgb(229,231,235) solid 1px}@media (max-width: 767.98px){.address-modal-header{padding:1rem 0 1.7rem}}.address-modal-header h2{font-weight:400;font-size:2rem;line-height:1.1;letter-spacing:-.01em;margin-bottom:.7rem;font-family:var(--font-display);color:var(--color-heading-primary)}@media (max-width: 767.98px){.address-modal-header h2{font-size:1.5rem}}.address-modal-header p{font-weight:400;font-size:.9rem;line-height:1.5;color:#5a5a5a;padding:0rem 2rem;margin:0}@media (max-width: 767.98px){.address-modal-header p{font-size:.75rem;line-height:1.5}}.address-location-section{padding:1.5rem 2rem}@media screen and (min-width: 768px){.address-location-section{padding:1rem 1.5rem}}.address-location-btn{width:100%;background:#4fd1c7;color:#fff;border:none;border-radius:.5rem;padding:1rem;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:.5rem;cursor:pointer;-webkit-transition:background-color .2s ease;transition:background-color .2s ease}.address-location-btn:hover{background:#38b2ac}.address-location-btn svg{-ms-flex-negative:0;flex-shrink:0}.address-info-section{padding:1.5rem 0rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.8rem}.address-info-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:.6rem;font-size:.75rem;color:#666;line-height:1.4}.address-info-item svg{-ms-flex-negative:0;flex-shrink:0;color:#4fd1c7;margin-top:.1rem;width:16px;height:16px}@media screen and (min-width: 768px){.address-info-item svg{width:14px;height:14px}}.address-form{padding:.3rem 1rem 2rem}@media (max-width: 767.98px){.address-form{padding:.3rem 0rem 2rem}}.address-form .form-group label{margin-bottom:.6rem}.address-form .form-group .form-help{margin:6px 0 0;font-size:.8rem}.address-form-section{margin-bottom:1.5rem}.address-form-section:last-of-type{margin-bottom:1rem}.address-form-section h3{font-size:1.125rem;font-weight:600;color:#000;margin-bottom:1rem}@media screen and (min-width: 768px){.address-form-section h3{font-size:1rem}}.address-warning{background:#fff3cd;border:1px solid #ffeaa7;border-radius:.5rem;padding:.75rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.5rem;font-size:.875rem;color:#856404;margin-bottom:1.5rem}@media screen and (min-width: 768px){.address-warning{font-size:.8rem;padding:.625rem}}.address-warning svg{-ms-flex-negative:0;flex-shrink:0;width:16px;height:16px}@media screen and (min-width: 768px){.address-warning svg{width:14px;height:14px}}.form-group{margin-bottom:1rem}.form-group label{display:block;font-size:.875rem;font-weight:500;color:#000;margin-bottom:.5rem}@media screen and (min-width: 768px){.form-group label{font-size:.8rem}}.form-group input[type=text],.form-group input[type=tel],.form-group select{width:100%;padding:.75rem;border:1px solid #e2e8f0;border-radius:.5rem;font-size:1rem;color:#000;background:#fff;-webkit-transition:border-color .2s ease,background-color .2s ease,opacity .2s ease;transition:border-color .2s ease,background-color .2s ease,opacity .2s ease}@media screen and (min-width: 768px){.form-group input[type=text],.form-group input[type=tel],.form-group select{font-size:.875rem;padding:.625rem}}.form-group input[type=text]:focus,.form-group input[type=tel]:focus,.form-group select:focus{outline:none;border-color:#4fd1c7;-webkit-box-shadow:0 0 0 3px rgba(79,209,199,.1);box-shadow:0 0 0 3px #4fd1c71a}.form-group input[type=text]::-webkit-input-placeholder,.form-group input[type=tel]::-webkit-input-placeholder,.form-group select::-webkit-input-placeholder{color:#9ca3af}.form-group input[type=text]::-moz-placeholder,.form-group input[type=tel]::-moz-placeholder,.form-group select::-moz-placeholder{color:#9ca3af}.form-group input[type=text]:-ms-input-placeholder,.form-group input[type=tel]:-ms-input-placeholder,.form-group select:-ms-input-placeholder{color:#9ca3af}.form-group input[type=text]::-ms-input-placeholder,.form-group input[type=tel]::-ms-input-placeholder,.form-group select::-ms-input-placeholder{color:#9ca3af}.form-group input[type=text]::placeholder,.form-group input[type=tel]::placeholder,.form-group select::placeholder{color:#9ca3af}.form-group input[type=text]:disabled,.form-group input[type=tel]:disabled,.form-group select:disabled{background-color:#f8f9fa;color:#9ca3af;cursor:not-allowed;opacity:.7;border-color:#e5e7eb}.form-group input[type=text]:disabled:focus,.form-group input[type=tel]:disabled:focus,.form-group select:disabled:focus{border-color:#e5e7eb;-webkit-box-shadow:none;box-shadow:none}.form-group input[type=checkbox]{margin-right:.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}@media screen and (min-width: 768px){.form-row{grid-template-columns:1fr;gap:.5rem}}.address-notification{position:fixed;top:2rem;right:2rem;z-index:9999;padding:1rem 1.5rem;border-radius:.5rem;font-weight:500;font-size:.875rem;-webkit-box-shadow:0 10px 25px rgba(0,0,0,.15);box-shadow:0 10px 25px #00000026;-webkit-animation:slideInRight .3s ease-out;animation:slideInRight .3s ease-out}@media screen and (min-width: 768px){.address-notification{top:1rem;right:1rem;left:1rem;text-align:center}}.address-notification--success{background:#10b981;color:#fff;border-left:4px solid #059669}.address-notification--error{background:#ef4444;color:#fff;border-left:4px solid #dc2626}.address-notification--info{background:#3b82f6;color:#fff;border-left:4px solid #2563eb}@keyframes slideInRight{0%{-webkit-transform:translateX(100%);transform:translate(100%);opacity:0}to{-webkit-transform:translateX(0);transform:translate(0);opacity:1}}.address-location-btn.spinner .spinner{-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite}.address-location-btn:disabled{opacity:.7;cursor:not-allowed}.phone-input{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.75rem}.phone-input .phone-country-select{-ms-flex-negative:0;flex-shrink:0;min-width:200px;padding:.75rem;border:1px solid #e2e8f0;border-radius:.5rem;font-size:.875rem;color:#000;background:#fff;cursor:pointer;-webkit-transition:border-color .2s ease;transition:border-color .2s ease;max-width:160px;position:relative;z-index:10001;pointer-events:auto;display:-webkit-box;display:-ms-flexbox;display:flex;height:48px;min-height:48px}@media screen and (min-width: 768px){.phone-input .phone-country-select{min-width:160px;font-size:.8rem;padding:.625rem}}.phone-input .phone-country-select:focus{outline:none;border-color:#4fd1c7;-webkit-box-shadow:0 0 0 3px rgba(79,209,199,.1);box-shadow:0 0 0 3px #4fd1c71a}.phone-input .phone-country-select option{padding:.5rem;font-size:.875rem;pointer-events:auto;cursor:pointer}.phone-input input{-webkit-box-flex:1;-ms-flex:1;flex:1;padding-left:.75rem!important}@media screen and (min-width: 768px){.phone-input input{padding-left:.625rem!important}}@media screen and (max-width: 575.5px){.phone-input .phone-country-select{min-width:100px;max-width:100px}}.address-form-actions{margin-top:1rem}.address-submit-btn:disabled{opacity:.7;cursor:not-allowed}.address-submit-btn .address-submit-loading,.address-submit-btn.loading .address-submit-text{display:none}.address-submit-btn.loading .address-submit-loading{display:inline}.form-group.error input,.form-group.error select{border-color:#ef4444}.form-group.error input:focus,.form-group.error select:focus{border-color:#ef4444;-webkit-box-shadow:0 0 0 3px rgba(239,68,68,.1);box-shadow:0 0 0 3px #ef44441a}.form-group.error .error-message{color:#ef4444;font-size:.75rem;margin-top:.25rem;display:block}.woocommerce-Addresses{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.woocommerce-Addresses:before,.woocommerce-Addresses:after{display:none!important}@media screen and (min-width: 992px){.woocommerce-Addresses{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.woocommerce-message:has-text("Coupon code applied successfully"),.woocommerce-message:has-text("applied successfully"),.woocommerce-notice--success:has-text("Coupon code applied successfully"),.woocommerce-notice--success:has-text("applied successfully"){display:none!important}.woocommerce-message[data-coupon-applied],.woocommerce-notice--success[data-coupon-applied],.page-id-101 .woocommerce-message[class*=coupon],.page-id-101 .woocommerce-message[id*=coupon],.page-id-101 .woocommerce-notice--success[class*=coupon],.page-id-101 .woocommerce-notice--success[id*=coupon],.woocommerce-checkout .woocommerce-message[class*=coupon],.woocommerce-checkout .woocommerce-message[id*=coupon],.woocommerce-checkout .woocommerce-notice--success[class*=coupon],.woocommerce-checkout .woocommerce-notice--success[id*=coupon],.woocommerce-cart .woocommerce-message[class*=coupon],.woocommerce-cart .woocommerce-message[id*=coupon],.woocommerce-cart .woocommerce-notice--success[class*=coupon],.woocommerce-cart .woocommerce-notice--success[id*=coupon]{display:none!important}.woocommerce-customer-details address,.woocommerce-customer-details address *{font-size:1rem;font-weight:500;margin:0!important}.woocommerce-EditAccountForm fieldset{margin-bottom:1.5rem}#add_payment_method #payment,#add_payment_method #payment div.payment_box,.woocommerce-cart #payment div.payment_box,.woocommerce-checkout #payment div.payment_box{background-color:transparent!important}#add_payment_method #payment div.payment_box:before{display:none!important}.woocommerce-order-received .woocommerce-form{margin:auto}.woocommerce-checkout .woocommerce-form-login .form-row.form-row-first{margin-bottom:0!important}.woocommerce-checkout .woocommerce-form.woocommerce-form-login.login{margin:auto!important;-webkit-box-shadow:none!important;box-shadow:none!important}.woocommerce-checkout .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout{margin:1rem 0!important}.woocommerce-checkout .woocommerce-thankyou-order-received+.woocommerce-info:before{display:none!important}.woocommerce-checkout .payment_method_stripe,.woocommerce-checkout .payment_method_stripe .wc-stripe-upe-element,.woocommerce-checkout .payment_method_stripe .StripeElement,.woocommerce-checkout .payment_method_stripe .wc-stripe-upe-element iframe,.woocommerce-checkout .payment_method_stripe .StripeElement iframe,.woocommerce-checkout .payment_method_stripe input,.woocommerce-checkout .payment_method_stripe select,.woocommerce-checkout .payment_method_stripe textarea{--fontSizeBase: 18px !important;font-size:18px!important}.woocommerce-checkout .payment_method_stripe>label,.woocommerce-checkout .payment_method_stripe .payment_box{--fontSizeBase: 18px !important;font-size:18px!important}.woocommerce-checkout #payment .payment_method_stripe,.woocommerce-checkout .checkout-details-section .payment_method_stripe,.woocommerce-checkout #payment .payment_method_stripe .wc-stripe-upe-element,.woocommerce-checkout #payment .payment_method_stripe .StripeElement,.woocommerce-checkout .checkout-details-section .payment_method_stripe .wc-stripe-upe-element,.woocommerce-checkout .checkout-details-section .payment_method_stripe .StripeElement,.woocommerce-checkout #payment .payment_method_stripe .wc-stripe-upe-element iframe,.woocommerce-checkout #payment .payment_method_stripe .StripeElement iframe,.woocommerce-checkout .checkout-details-section .payment_method_stripe .wc-stripe-upe-element iframe,.woocommerce-checkout .checkout-details-section .payment_method_stripe .StripeElement iframe,.woocommerce-checkout .payment_box .payment_method_stripe,.woocommerce-checkout .wc-payment-form .payment_method_stripe{--fontSizeBase: 18px !important;font-size:18px!important}.woocommerce-order-received .woocommerce-order-details{display:none!important}.woocommerce-checkout .wc_payment_method .payment_box{display:block!important;margin-top:12px;background:#fafafa;border-radius:8px;padding:16px}.woocommerce-checkout .wc_payment_method input[type=radio],.woocommerce-checkout .wc_payment_method .radio-custom{display:none!important}.woocommerce-checkout .wc_payment_method+.wc_payment_method{position:relative}.woocommerce-checkout .payment-method-wrapper{background:transparent;padding:0;border:none}.woocommerce-checkout .payment-method-label{cursor:default;padding:8px 0;font-weight:600}.woocommerce-checkout .payment_box.payment_method_stripe .wc-saved-payment-methods,.woocommerce-checkout .payment_box.payment_method_stripe .woocommerce-SavedPaymentMethods,.woocommerce-checkout .payment_box.payment_method_stripe .woocommerce-SavedPaymentMethods-saveNew,.woocommerce-checkout .payment_box.payment_method_stripe .woocommerce-SavedPaymentMethods-token{display:none!important}.woocommerce-checkout .payment_box.payment_method_stripe #wc-stripe-upe-form,.woocommerce-checkout .payment_box.payment_method_stripe .wc-upe-form,.woocommerce-checkout .payment_box.payment_method_stripe .wc-payment-form{display:block!important}.woocommerce-checkout .payment_box.payment_method_stripe .testmode-info{font-size:12px;color:#6b7280;margin-bottom:12px}.quiz-paypal-redirect-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;background:#ffc439;border:none;border-radius:12px;padding:12px;margin-top:12px;cursor:pointer;min-height:44px;min-width:44px;-webkit-transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;-webkit-transition-timing-function:cubic-bezier(.4,0,.2,1);transition-timing-function:cubic-bezier(.4,0,.2,1);-webkit-transition-duration:.15s;transition-duration:.15s}.quiz-paypal-redirect-btn:hover{background:#f5bb35}.quiz-paypal-redirect-btn:disabled,.quiz-paypal-redirect-btn.is-loading{cursor:wait;opacity:.85}.quiz-paypal-redirect-btn img{height:1.25rem!important;width:auto;vertical-align:middle}.quiz-paypal-redirect-btn .quiz-paypal-spinner{display:inline-block;width:24px;height:24px;border:3px solid rgba(0,0,0,.15);border-top-color:#003087;border-radius:50%;-webkit-animation:quiz-paypal-spin .8s linear infinite;animation:quiz-paypal-spin .8s linear infinite}@-webkit-keyframes quiz-paypal-spin{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes quiz-paypal-spin{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.checkout-payment-section .woocommerce-checkout-payment #place_order.ppcp-hidden{display:block!important;background-color:#ffc439!important;border-radius:4px!important;padding:.75rem 1rem;position:relative;color:transparent!important;font-size:0!important;line-height:0!important;text-indent:-9999px;overflow:hidden;background-repeat:no-repeat!important;background-position:center!important;background-size:auto 24px;min-height:48px;width:100%;background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%22101px%22%20height%3D%2232%22%20viewBox%3D%220%200%20101%2032%22%20preserveAspectRatio%3D%22xMinYMin%20meet%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20fill%3D%22%23003087%22%20d%3D%22M%2012.237%202.8%20L%204.437%202.8%20C%203.937%202.8%203.437%203.2%203.337%203.7%20L%200.237%2023.7%20C%200.137%2024.1%200.437%2024.4%200.837%2024.4%20L%204.537%2024.4%20C%205.037%2024.4%205.537%2024%205.637%2023.5%20L%206.437%2018.1%20C%206.537%2017.6%206.937%2017.2%207.537%2017.2%20L%2010.037%2017.2%20C%2015.137%2017.2%2018.137%2014.7%2018.937%209.8%20C%2019.237%207.7%2018.937%206%2017.937%204.8%20C%2016.837%203.5%2014.837%202.8%2012.237%202.8%20Z%20M%2013.137%2010.1%20C%2012.737%2012.9%2010.537%2012.9%208.537%2012.9%20L%207.337%2012.9%20L%208.137%207.7%20C%208.137%207.4%208.437%207.2%208.737%207.2%20L%209.237%207.2%20C%2010.637%207.2%2011.937%207.2%2012.637%208%20C%2013.137%208.4%2013.337%209.1%2013.137%2010.1%20Z%22%3E%3C/path%3E%3Cpath%20fill%3D%22%23003087%22%20d%3D%22M%2035.437%2010%20L%2031.737%2010%20C%2031.437%2010%2031.137%2010.2%2031.137%2010.5%20L%2030.937%2011.5%20L%2030.637%2011.1%20C%2029.837%209.9%2028.037%209.5%2026.237%209.5%20C%2022.137%209.5%2018.637%2012.6%2017.937%2017%20C%2017.537%2019.2%2018.037%2021.3%2019.337%2022.7%20C%2020.437%2024%2022.137%2024.6%2024.037%2024.6%20C%2027.337%2024.6%2029.237%2022.5%2029.237%2022.5%20L%2029.037%2023.5%20C%2028.937%2023.9%2029.237%2024.3%2029.637%2024.3%20L%2033.037%2024.3%20C%2033.537%2024.3%2034.037%2023.9%2034.137%2023.4%20L%2036.137%2010.6%20C%2036.237%2010.4%2035.837%2010%2035.437%2010%20Z%20M%2030.337%2017.2%20C%2029.937%2019.3%2028.337%2020.8%2026.137%2020.8%20C%2025.037%2020.8%2024.237%2020.5%2023.637%2019.8%20C%2023.037%2019.1%2022.837%2018.2%2023.037%2017.2%20C%2023.337%2015.1%2025.137%2013.6%2027.237%2013.6%20C%2028.337%2013.6%2029.137%2014%2029.737%2014.6%20C%2030.237%2015.3%2030.437%2016.2%2030.337%2017.2%20Z%22%3E%3C/path%3E%3Cpath%20fill%3D%22%23003087%22%20d%3D%22M%2055.337%2010%20L%2051.637%2010%20C%2051.237%2010%2050.937%2010.2%2050.737%2010.5%20L%2045.537%2018.1%20L%2043.337%2010.8%20C%2043.237%2010.3%2042.737%2010%2042.337%2010%20L%2038.637%2010%20C%2038.237%2010%2037.837%2010.4%2038.037%2010.9%20L%2042.137%2023%20L%2038.237%2028.4%20C%2037.937%2028.8%2038.237%2029.4%2038.737%2029.4%20L%2042.437%2029.4%20C%2042.837%2029.4%2043.137%2029.2%2043.337%2028.9%20L%2055.837%2010.9%20C%2056.137%2010.6%2055.837%2010%2055.337%2010%20Z%22%3E%3C/path%3E%3Cpath%20fill%3D%22%23009cde%22%20d%3D%22M%2067.737%202.8%20L%2059.937%202.8%20C%2059.437%202.8%2058.937%203.2%2058.837%203.7%20L%2055.737%2023.6%20C%2055.637%2024%2055.937%2024.3%2056.337%2024.3%20L%2060.337%2024.3%20C%2060.737%2024.3%2061.037%2024%2061.037%2023.7%20L%2061.937%2018%20C%2062.037%2017.5%2062.437%2017.1%2063.037%2017.1%20L%2065.537%2017.1%20C%2070.637%2017.1%2073.637%2014.6%2074.437%209.7%20C%2074.737%207.6%2074.437%205.9%2073.437%204.7%20C%2072.237%203.5%2070.337%202.8%2067.737%202.8%20Z%20M%2068.637%2010.1%20C%2068.237%2012.9%2066.037%2012.9%2064.037%2012.9%20L%2062.837%2012.9%20L%2063.637%207.7%20C%2063.637%207.4%2063.937%207.2%2064.237%207.2%20L%2064.737%207.2%20C%2066.137%207.2%2067.437%207.2%2068.137%208%20C%2068.637%208.4%2068.737%209.1%2068.637%2010.1%20Z%22%3E%3C/path%3E%3Cpath%20fill%3D%22%23009cde%22%20d%3D%22M%2090.937%2010%20L%2087.237%2010%20C%2086.937%2010%2086.637%2010.2%2086.637%2010.5%20L%2086.437%2011.5%20L%2086.137%2011.1%20C%2085.337%209.9%2083.537%209.5%2081.737%209.5%20C%2077.637%209.5%2074.137%2012.6%2073.437%2017%20C%2073.037%2019.2%2073.537%2021.3%2074.837%2022.7%20C%2075.937%2024%2077.637%2024.6%2079.537%2024.6%20C%2082.837%2024.6%2084.737%2022.5%2084.737%2022.5%20L%2084.537%2023.5%20C%2084.437%2023.9%2084.737%2024.3%2085.137%2024.3%20L%2088.537%2024.3%20C%2089.037%2024.3%2089.537%2023.9%2089.637%2023.4%20L%2091.637%2010.6%20C%2091.637%2010.4%2091.337%2010%2090.937%2010%20Z%20M%2085.737%2017.2%20C%2085.337%2019.3%2083.737%2020.8%2081.537%2020.8%20C%2080.437%2020.8%2079.637%2020.5%2079.037%2019.8%20C%2078.437%2019.1%2078.237%2018.2%2078.437%2017.2%20C%2078.737%2015.1%2080.537%2013.6%2082.637%2013.6%20C%2083.737%2013.6%2084.537%2014%2085.137%2014.6%20C%2085.737%2015.3%2085.937%2016.2%2085.737%2017.2%20Z%22%3E%3C/path%3E%3Cpath%20fill%3D%22%23009cde%22%20d%3D%22M%2095.337%203.3%20L%2092.137%2023.6%20C%2092.037%2024%2092.337%2024.3%2092.737%2024.3%20L%2095.937%2024.3%20C%2096.437%2024.3%2096.937%2023.9%2097.037%2023.4%20L%20100.237%203.5%20C%20100.337%203.1%20100.037%202.8%2099.637%202.8%20L%2096.037%202.8%20C%2095.637%202.8%2095.437%203%2095.337%203.3%20Z%22%3E%3C/path%3E%3C/svg%3E)!important}.checkout-payment-section .woocommerce-checkout-payment #place_order.ppcp-hidden:before,.checkout-payment-section .woocommerce-checkout-payment #place_order.ppcp-hidden:after{display:none!important}.checkout-payment-section .woocommerce-checkout-payment #place_order.ppcp-hidden:hover{background-color:#ffc439!important;opacity:.9}.checkout-payment-section .woocommerce-checkout-payment #place_order.ppcp-hidden:disabled{opacity:.6;cursor:not-allowed}.woocommerce-account{background-color:#f8f9fb;min-height:80vh}.page-id-109 .header{background-color:transparent}.page-id-109 .woocommerce-orders-table{display:table}.page-id-109 .woocommerce{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.page-id-109 .woocommerce>*{width:100%;text-align:center}.woocommerce-account>.woocommerce-MyAccount-content{float:none!important;width:100%!important;padding:0!important}.woocommerce-MyAccount-content{max-width:1200px;margin:0 auto;padding:0 1rem}@media screen and (min-width: 768px){.woocommerce-MyAccount-content{padding:0 1.5rem}}.woocommerce-orders-table--subscriptions{display:table!important}.woocommerce-MyAccount-navigation{background:#fff;border-radius:1rem;-webkit-box-shadow:0 4px 20px rgba(0,0,0,.08);box-shadow:0 4px 20px #00000014;margin-bottom:2rem;overflow:hidden}.woocommerce-MyAccount-navigation ul{list-style:none;margin:0;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.woocommerce-MyAccount-navigation ul li{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0;margin:0}@media screen and (min-width: 768px){.woocommerce-MyAccount-navigation ul li{-webkit-box-flex:0;-ms-flex:none;flex:none}}.woocommerce-MyAccount-navigation ul li a{display:block;padding:1.25rem 1.5rem;color:#666;text-decoration:none;font-weight:500;font-size:.875rem;text-align:center;-webkit-transition:all .2s ease;transition:all .2s ease;border-bottom:2px solid transparent;position:relative}@media screen and (min-width: 768px){.woocommerce-MyAccount-navigation ul li a{padding:1rem 1.25rem;text-align:left;border-bottom:1px solid #f1f5f9}}.woocommerce-MyAccount-navigation ul li a:hover{color:#1b6f4e;background-color:#f8f9fb}.woocommerce-MyAccount-navigation ul li a[aria-current=page]{color:#1b6f4e;background-color:#f0fdfa;border-bottom-color:#1b6f4e}@media screen and (min-width: 768px){.woocommerce-MyAccount-navigation ul li a[aria-current=page]{background-color:#f0fdfa}}.woocommerce-MyAccount-navigation ul li:last-child a{border-bottom:none}.woocommerce-MyAccount-content{background:#fff;border-radius:1rem;-webkit-box-shadow:0 4px 20px rgba(0,0,0,.08);box-shadow:0 4px 20px #00000014;padding:2.5rem}@media screen and (min-width: 768px){.woocommerce-MyAccount-content{padding:1.5rem}}.woocommerce-MyAccount-content>*:first-child{margin-top:0}.woocommerce-MyAccount-content>*:last-child{margin-bottom:0}.woocommerce-MyAccount-content p{font-size:1rem;line-height:1.6;color:#666;margin-bottom:1.5rem}.woocommerce-MyAccount-content p strong{color:#000;font-weight:600}.woocommerce-MyAccount-content p a{color:#1b6f4e;text-decoration:none;font-weight:500;-webkit-transition:color .2s ease;transition:color .2s ease}.woocommerce-MyAccount-content p a:hover{color:#38b2ac;text-decoration:underline}.woocommerce-form{max-width:600px}.woocommerce-form .form-row{margin-bottom:1.5rem}.woocommerce-form .form-row label{display:block;font-size:.875rem;font-weight:500;color:#000;margin-bottom:.5rem}.woocommerce-form .form-row input[type=text],.woocommerce-form .form-row input[type=email],.woocommerce-form .form-row input[type=password],.woocommerce-form .form-row input[type=tel],.woocommerce-form .form-row input[type=url],.woocommerce-form .form-row input[type=number],.woocommerce-form .form-row select,.woocommerce-form .form-row textarea{width:100%;padding:.75rem;border:1px solid #e2e8f0;border-radius:.5rem;font-size:1rem;color:#000;background:#fff;-webkit-transition:border-color .2s ease,-webkit-box-shadow .2s ease;transition:border-color .2s ease,-webkit-box-shadow .2s ease;transition:border-color .2s ease,box-shadow .2s ease;transition:border-color .2s ease,box-shadow .2s ease,-webkit-box-shadow .2s ease}@media screen and (min-width: 768px){.woocommerce-form .form-row input[type=text],.woocommerce-form .form-row input[type=email],.woocommerce-form .form-row input[type=password],.woocommerce-form .form-row input[type=tel],.woocommerce-form .form-row input[type=url],.woocommerce-form .form-row input[type=number],.woocommerce-form .form-row select,.woocommerce-form .form-row textarea{font-size:.875rem;padding:.625rem}}.woocommerce-form .form-row input[type=text]:focus,.woocommerce-form .form-row input[type=email]:focus,.woocommerce-form .form-row input[type=password]:focus,.woocommerce-form .form-row input[type=tel]:focus,.woocommerce-form .form-row input[type=url]:focus,.woocommerce-form .form-row input[type=number]:focus,.woocommerce-form .form-row select:focus,.woocommerce-form .form-row textarea:focus{outline:none;border-color:#1b6f4e;-webkit-box-shadow:0 0 0 3px rgba(79,209,199,.1);box-shadow:0 0 0 3px #4fd1c71a}.woocommerce-form .form-row input[type=text]::-webkit-input-placeholder,.woocommerce-form .form-row input[type=email]::-webkit-input-placeholder,.woocommerce-form .form-row input[type=password]::-webkit-input-placeholder,.woocommerce-form .form-row input[type=tel]::-webkit-input-placeholder,.woocommerce-form .form-row input[type=url]::-webkit-input-placeholder,.woocommerce-form .form-row input[type=number]::-webkit-input-placeholder,.woocommerce-form .form-row select::-webkit-input-placeholder,.woocommerce-form .form-row textarea::-webkit-input-placeholder{color:#9ca3af}.woocommerce-form .form-row input[type=text]::-moz-placeholder,.woocommerce-form .form-row input[type=email]::-moz-placeholder,.woocommerce-form .form-row input[type=password]::-moz-placeholder,.woocommerce-form .form-row input[type=tel]::-moz-placeholder,.woocommerce-form .form-row input[type=url]::-moz-placeholder,.woocommerce-form .form-row input[type=number]::-moz-placeholder,.woocommerce-form .form-row select::-moz-placeholder,.woocommerce-form .form-row textarea::-moz-placeholder{color:#9ca3af}.woocommerce-form .form-row input[type=text]:-ms-input-placeholder,.woocommerce-form .form-row input[type=email]:-ms-input-placeholder,.woocommerce-form .form-row input[type=password]:-ms-input-placeholder,.woocommerce-form .form-row input[type=tel]:-ms-input-placeholder,.woocommerce-form .form-row input[type=url]:-ms-input-placeholder,.woocommerce-form .form-row input[type=number]:-ms-input-placeholder,.woocommerce-form .form-row select:-ms-input-placeholder,.woocommerce-form .form-row textarea:-ms-input-placeholder{color:#9ca3af}.woocommerce-form .form-row input[type=text]::-ms-input-placeholder,.woocommerce-form .form-row input[type=email]::-ms-input-placeholder,.woocommerce-form .form-row input[type=password]::-ms-input-placeholder,.woocommerce-form .form-row input[type=tel]::-ms-input-placeholder,.woocommerce-form .form-row input[type=url]::-ms-input-placeholder,.woocommerce-form .form-row input[type=number]::-ms-input-placeholder,.woocommerce-form .form-row select::-ms-input-placeholder,.woocommerce-form .form-row textarea::-ms-input-placeholder{color:#9ca3af}.woocommerce-form .form-row input[type=text]::placeholder,.woocommerce-form .form-row input[type=email]::placeholder,.woocommerce-form .form-row input[type=password]::placeholder,.woocommerce-form .form-row input[type=tel]::placeholder,.woocommerce-form .form-row input[type=url]::placeholder,.woocommerce-form .form-row input[type=number]::placeholder,.woocommerce-form .form-row select::placeholder,.woocommerce-form .form-row textarea::placeholder{color:#9ca3af}.woocommerce-form .form-row textarea{min-height:100px;resize:vertical}.woocommerce-form .form-row .woocommerce-input-wrapper{width:100%}.woocommerce-form .form-row-wide{grid-column:1/-1}@media screen and (min-width: 992px){.woocommerce-form .form-row-first{grid-column:1/2}}@media screen and (min-width: 992px){.woocommerce-form .form-row-last{grid-column:2/3}}@media screen and (min-width: 768px){.woocommerce-form .form-row-first,.woocommerce-form .form-row-last{grid-column:1/-1}}.woocommerce-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}@media screen and (min-width: 768px){.woocommerce-form-row{grid-template-columns:1fr;gap:1rem}}.woocommerce-button,.woocommerce-Button,.button,input[type=submit]{background:linear-gradient(135deg,#1b6f4e,#38b2ac);color:#fff;border:none;padding:.875rem 2rem;border-radius:.5rem;font-size:.875rem;font-weight:600;text-decoration:none;cursor:pointer;-webkit-transition:all .2s ease;transition:all .2s ease;display:inline-block;text-align:center;min-width:120px}.woocommerce-button:hover,.woocommerce-Button:hover,.button:hover,input[type=submit]:hover{background:linear-gradient(135deg,#38b2ac,#319795);-webkit-transform:translateY(-1px);transform:translateY(-1px);-webkit-box-shadow:0 4px 12px rgba(79,209,199,.3);box-shadow:0 4px 12px #4fd1c74d}.woocommerce-button:active,.woocommerce-Button:active,.button:active,input[type=submit]:active{-webkit-transform:translateY(0);transform:translateY(0)}.woocommerce-button.button--secondary,.woocommerce-Button.button--secondary,.button.button--secondary,input[type=submit].button--secondary{background:linear-gradient(135deg,#f78dc5,#f570b7)}.woocommerce-button.button--secondary:hover,.woocommerce-Button.button--secondary:hover,.button.button--secondary:hover,input[type=submit].button--secondary:hover{background:linear-gradient(135deg,#f570b7,#f06292);-webkit-box-shadow:0 4px 12px rgba(247,141,197,.3);box-shadow:0 4px 12px #f78dc54d}.woocommerce-button.button--outline,.woocommerce-Button.button--outline,.button.button--outline,input[type=submit].button--outline{background:transparent;color:#1b6f4e;border:2px solid #1B6F4E}.woocommerce-button.button--outline:hover,.woocommerce-Button.button--outline:hover,.button.button--outline:hover,input[type=submit].button--outline:hover{background:#1b6f4e;color:#fff}.woocommerce-orders-table{width:100%;border-collapse:collapse;margin-bottom:2rem}.woocommerce-orders-table th,.woocommerce-orders-table td{padding:1rem;text-align:left;border-bottom:1px solid #f1f5f9}@media screen and (min-width: 768px){.woocommerce-orders-table th,.woocommerce-orders-table td{padding:.75rem .5rem;font-size:.875rem}}.woocommerce-orders-table th{background-color:#f8f9fb;font-weight:600;color:#000;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.woocommerce-orders-table td{color:#666}.woocommerce-orders-table td a{color:#1b6f4e;text-decoration:none;font-weight:500}.woocommerce-orders-table td a:hover{text-decoration:underline}.woocommerce-orders-table .woocommerce-orders-table__row{-webkit-transition:background-color .2s ease;transition:background-color .2s ease}.woocommerce-orders-table .woocommerce-orders-table__row:hover{background-color:#f8f9fb}@media screen and (min-width: 768px){.woocommerce-orders-table{display:block;overflow-x:auto;white-space:nowrap}}.woocommerce-orders-table__row--status .woocommerce-orders-table__cell-order-status .woocommerce-badge{display:inline-block;padding:.25rem .75rem;border-radius:1rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.woocommerce-orders-table__row--status .woocommerce-orders-table__cell-order-status .woocommerce-badge.woocommerce-badge--processing{background-color:#fef3c7;color:#92400e}.woocommerce-orders-table__row--status .woocommerce-orders-table__cell-order-status .woocommerce-badge.woocommerce-badge--completed{background-color:#d1fae5;color:#065f46}.woocommerce-orders-table__row--status .woocommerce-orders-table__cell-order-status .woocommerce-badge.woocommerce-badge--on-hold{background-color:#fee2e2;color:#991b1b}.woocommerce-orders-table__row--status .woocommerce-orders-table__cell-order-status .woocommerce-badge.woocommerce-badge--cancelled{background-color:#f3f4f6;color:#374151}.woocommerce-orders-table__row--status .woocommerce-orders-table__cell-order-status .woocommerce-badge.woocommerce-badge--refunded{background-color:#dbeafe;color:#1e40af}.woocommerce-order-details{background:#fff;border-radius:1rem;-webkit-box-shadow:0 4px 20px rgba(0,0,0,.08);box-shadow:0 4px 20px #00000014;padding:2rem;margin-bottom:2rem}@media screen and (min-width: 768px){.woocommerce-order-details{padding:1.5rem}}.woocommerce-order-details .woocommerce-order-details__title{font-size:1.25rem;font-weight:600;color:#000;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #f1f5f9}.woocommerce-order-details h2{font-size:2rem!important;margin-bottom:.5rem!important}.woocommerce-customer-details .woocommerce-column__title{font-size:2rem!important}.woocommerce-table--order-details{width:100%;border-collapse:collapse}.woocommerce-table--order-details th,.woocommerce-table--order-details td{padding:1rem;text-align:left;border-bottom:1px solid #f1f5f9}@media screen and (min-width: 768px){.woocommerce-table--order-details th,.woocommerce-table--order-details td{padding:.75rem .5rem}}.woocommerce-table--order-details th{font-weight:600;color:#000;background-color:#f8f9fb}.woocommerce-table--order-details td{color:#666}.woocommerce-table--order-details .woocommerce-table__product-name{font-weight:500;color:#000}.woocommerce-table--order-details .woocommerce-table__product-total{font-weight:600;color:#000;text-align:right}.woocommerce-order-details__totals{background:#f8f9fb;border-radius:.5rem;padding:1.5rem;margin-top:1.5rem}.woocommerce-order-details__totals .woocommerce-table__total{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:.5rem 0;border-bottom:1px solid #e2e8f0}.woocommerce-order-details__totals .woocommerce-table__total:last-child{border-bottom:none;font-weight:600;font-size:1.125rem;color:#000}.woocommerce-order-details__totals .woocommerce-table__total .woocommerce-Price-amount{font-weight:600}.woocommerce-Addresses{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:2rem}@media screen and (min-width: 768px){.woocommerce-Addresses{grid-template-columns:1fr;gap:1.5rem}}.woocommerce-Address{background:#fff;border-radius:1rem;-webkit-box-shadow:0 4px 20px rgba(0,0,0,.08);box-shadow:0 4px 20px #00000014;padding:1.5rem}.woocommerce-Address .woocommerce-Address-title{font-size:1.125rem;font-weight:600;color:#000;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:2px solid #f1f5f9}.woocommerce-Address address{font-style:normal;line-height:1.6;color:#666;margin-bottom:1rem}.woocommerce-Address .woocommerce-Address-edit{margin-top:1rem}.woocommerce-Address .woocommerce-Address-edit .button{background:linear-gradient(135deg,#f78dc5,#f570b7);padding:.5rem 1rem;font-size:.8rem}.woocommerce-Address .woocommerce-Address-edit .button:hover{background:linear-gradient(135deg,#f570b7,#f06292)}.woocommerce-downloads .woocommerce-downloads__title{font-size:1.25rem;font-weight:600;color:#000;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #f1f5f9}.woocommerce-downloads .woocommerce-downloads__list{list-style:none;margin:0;padding:0}.woocommerce-downloads .woocommerce-downloads__list li{background:#fff;border-radius:.5rem;padding:1rem;margin-bottom:1rem;border:1px solid #e2e8f0;-webkit-transition:all .2s ease;transition:all .2s ease}.woocommerce-downloads .woocommerce-downloads__list li:hover{border-color:#1b6f4e;-webkit-box-shadow:0 2px 8px rgba(79,209,199,.1);box-shadow:0 2px 8px #4fd1c71a}.woocommerce-downloads .woocommerce-downloads__list li .woocommerce-downloads__file{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.woocommerce-downloads .woocommerce-downloads__list li .woocommerce-downloads__file .woocommerce-downloads__file-name{font-weight:500;color:#000}.woocommerce-downloads .woocommerce-downloads__list li .woocommerce-downloads__file .woocommerce-downloads__file-remaining{font-size:.875rem;color:#666}.woocommerce-PaymentMethods .woocommerce-PaymentMethods__title{font-size:1.25rem;font-weight:600;color:#000;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #f1f5f9}.woocommerce-PaymentMethods .woocommerce-PaymentMethods__list{list-style:none;margin:0;padding:0}.woocommerce-PaymentMethods .woocommerce-PaymentMethods__list li{background:#fff;border-radius:.5rem;padding:1.5rem;margin-bottom:1rem;border:1px solid #e2e8f0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.woocommerce-PaymentMethods .woocommerce-PaymentMethods__list li .woocommerce-PaymentMethod{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1rem}.woocommerce-PaymentMethods .woocommerce-PaymentMethods__list li .woocommerce-PaymentMethod .woocommerce-PaymentMethod__title{font-weight:500;color:#000}.woocommerce-PaymentMethods .woocommerce-PaymentMethods__list li .woocommerce-PaymentMethod .woocommerce-PaymentMethod__description{font-size:.875rem;color:#666}.woocommerce-PaymentMethods .woocommerce-PaymentMethods__list li .woocommerce-PaymentMethod__actions{display:-webkit-box;display:-ms-flexbox;display:flex;gap:.5rem}.woocommerce-PaymentMethods .woocommerce-PaymentMethods__list li .woocommerce-PaymentMethod__actions .button{padding:.5rem 1rem;font-size:.8rem}.woocommerce-PaymentMethods .woocommerce-PaymentMethods__list li .woocommerce-PaymentMethod__actions .button.button--delete,.woocommerce-PaymentMethods .woocommerce-PaymentMethods__list li .woocommerce-PaymentMethod__actions .button.button--delete:hover{background:linear-gradient(135deg,#1b6f4e,#146344)}.woocommerce-message,.woocommerce-info,.woocommerce-error{padding:1rem 1.5rem 1rem 3rem;border-radius:.5rem;margin-bottom:1.5rem;font-weight:500}.woocommerce-message.woocommerce-message,.woocommerce-info.woocommerce-message,.woocommerce-error.woocommerce-message{background-color:#d1fae5;color:#065f46;border-left:4px solid #10b981}.woocommerce-message.woocommerce-info,.woocommerce-info.woocommerce-info,.woocommerce-error.woocommerce-info{background-color:#dbeafe;color:#1e40af;border-left:4px solid #3b82f6}.woocommerce-message.woocommerce-error,.woocommerce-info.woocommerce-error,.woocommerce-error.woocommerce-error{background-color:#fee2e2;color:#991b1b;border-left:4px solid #ef4444}.woocommerce-message a,.woocommerce-info a,.woocommerce-error a{color:inherit;text-decoration:underline}.woocommerce-message a:hover,.woocommerce-info a:hover,.woocommerce-error a:hover{text-decoration:none}@media screen and (min-width: 768px){.woocommerce-MyAccount-content .woocommerce-table--order-details{font-size:.875rem}.woocommerce-MyAccount-content .woocommerce-table--order-details th,.woocommerce-MyAccount-content .woocommerce-table--order-details td{padding:.5rem}.woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address{padding:1rem}.woocommerce-MyAccount-content .woocommerce-downloads__list li{padding:.75rem}.woocommerce-MyAccount-content .woocommerce-PaymentMethods__list li{padding:1rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:1rem}.woocommerce-MyAccount-content .woocommerce-PaymentMethods__list li .woocommerce-PaymentMethod__actions{-ms-flex-item-align:end;align-self:flex-end}}.woocommerce-loading{opacity:.6;pointer-events:none}.woocommerce-loading:after{content:"";position:absolute;top:50%;left:50%;width:20px;height:20px;margin:-10px 0 0 -10px;border:2px solid #1B6F4E;border-top-color:transparent;border-radius:50%;-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite}@keyframes spin{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.discount-popup,.klaviyo-popup{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99999;display:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-animation:popupFadeIn .35s ease-out;animation:popupFadeIn .35s ease-out}.discount-popup-overlay,.klaviyo-popup-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#14141499;backdrop-filter:blur(2px)}.discount-popup-container,.klaviyo-popup-container{position:relative;z-index:2;max-width:450px;min-width:200px;max-height:100%;border-radius:16px;overflow:hidden;-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:center center;transform-origin:center center;-webkit-animation:popupScaleIn .35s ease-out;animation:popupScaleIn .35s ease-out}.discount-popup-content,.klaviyo-popup-content{position:relative;background:#fff;border-radius:16px;padding:24px;min-height:450px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}.discount-popup-close,.klaviyo-popup-close{position:absolute;top:8px;right:8px;width:35px;height:35px;border-radius:50%;background:#ffffffe6;border:none;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:6;-webkit-transition:all .2s ease;transition:all .2s ease}.discount-popup-close:hover,.klaviyo-popup-close:hover{background:#fff;-webkit-transform:scale(1.1);transform:scale(1.1)}.discount-popup-close svg,.klaviyo-popup-close svg{width:20px;height:20px}.discount-popup .discount-popup-inner{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1.5rem}.discount-popup .discount-popup-logo{margin-bottom:1rem}.discount-popup .discount-popup-logo .logo-main{max-width:120px;height:auto}.discount-popup .discount-popup-icon{margin:1rem 0}.discount-popup .discount-popup-icon svg{-webkit-filter:drop-shadow(0 4px 8px rgba(254,118,119,.3));filter:drop-shadow(0 4px 8px rgba(254,118,119,.3))}.discount-popup .discount-popup-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1rem}.discount-popup .discount-popup-title{font-size:24px;font-weight:700;color:#000;margin:0;font-family:Red Hat Text,Helvetica,Arial,sans-serif}.discount-popup .discount-popup-code{font-size:48px;font-weight:700;color:#fe7677;margin:0;font-family:Arial,Helvetica Neue,Helvetica,sans-serif;text-shadow:0 2px 4px rgba(254,118,119,.2)}.discount-popup .discount-popup-description{font-size:20px;color:#000;margin:0;font-family:Arial,Helvetica Neue,Helvetica,sans-serif;font-weight:400;line-height:1.4}.klaviyo-popup .klaviyo-form-container{width:100%;min-height:400px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.klaviyo-popup .klaviyo-form-placeholder{text-align:center;color:#666}.klaviyo-popup .klaviyo-form-loading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1rem}.klaviyo-popup .klaviyo-form-loading p{margin:0;font-size:16px;color:#666}.klaviyo-popup .loading-spinner{width:40px;height:40px;border:3px solid #f3f3f3;border-top:3px solid #FE7677;border-radius:50%;-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite}.klaviyo-form-container .klaviyo-form{width:100%!important;max-width:none!important;background:transparent!important;border:none!important;padding:0!important;margin:0!important}.klaviyo-form-container input[type=tel],.klaviyo-form-container input[type=text],.klaviyo-form-container input[type=email]{border:1px solid #D0331F!important;border-radius:8px!important;padding:12px!important;font-size:16px!important;font-family:Red Hat Text,Helvetica,Arial,sans-serif!important}.klaviyo-form-container input[type=tel]:focus,.klaviyo-form-container input[type=text]:focus,.klaviyo-form-container input[type=email]:focus{outline:none!important;border-color:#fe7677!important;-webkit-box-shadow:0 0 0 3px rgba(254,118,119,.1)!important;box-shadow:0 0 0 3px #fe76771a!important}.klaviyo-form-container button[type=submit],.klaviyo-form-container button[type=button]{background:#fe7677!important;color:#fff!important;border:none!important;border-radius:8px!important;padding:12px 24px!important;font-size:16px!important;font-weight:400!important;font-family:Red Hat Text,Helvetica,Arial,sans-serif!important;cursor:pointer!important;-webkit-transition:all .2s ease!important;transition:all .2s ease!important}.klaviyo-form-container button[type=submit]:hover,.klaviyo-form-container button[type=button]:hover{background:#fe5a5b!important;-webkit-transform:translateY(-1px)!important;transform:translateY(-1px)!important}.klaviyo-form-container .go2771253331{border:1px solid #D0331F!important;border-radius:8px!important;background:#fff!important}.klaviyo-form-container .go2771253331 img{width:1em!important;height:1em!important;border-radius:3px!important}.klaviyo-form-container input[type=checkbox]{accent-color:#FE7677!important}.klaviyo-form-container .go3298969293{background:#fff4f0!important;border:1px solid #D0331F!important;border-radius:4px!important;color:#d0331f!important;font-size:14px!important;padding:8px!important;margin-top:8px!important}@media screen and (min-width: 768px){.discount-popup-container,.klaviyo-popup-container{max-width:90vw;margin:0 20px}.discount-popup-content,.klaviyo-popup-content{padding:20px;min-height:400px}.discount-popup-code{font-size:36px}.discount-popup-title{font-size:20px}.discount-popup-description{font-size:18px}}@media screen and (min-width: 992px){.discount-popup-container,.klaviyo-popup-container{max-width:500px}}@-webkit-keyframes popupFadeIn{0%{opacity:0}to{opacity:1}}@keyframes popupFadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes popupScaleIn{0%{-webkit-transform:scale(.9);transform:scale(.9);opacity:0}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes popupScaleIn{0%{-webkit-transform:scale(.9);transform:scale(.9);opacity:0}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}body.popup-open{overflow:hidden}.discount-popup:focus,.klaviyo-popup:focus{outline:none}@media (prefers-contrast: high){.discount-popup-overlay,.klaviyo-popup-overlay{background-color:#000c}.discount-popup-close,.klaviyo-popup-close{border:2px solid #000}}@media (prefers-reduced-motion: reduce){.discount-popup,.klaviyo-popup,.discount-popup-container,.klaviyo-popup-container{-webkit-animation:none;animation:none}.discount-popup-close:hover,.klaviyo-popup-close:hover{-webkit-transform:none;transform:none}.loading-spinner{-webkit-animation:none;animation:none}}.blank-template-main{padding:2rem 0;min-height:50vh}@media screen and (min-width: 992px){.blank-template-main{padding:3rem 0}}@media screen and (min-width: 1200px){.blank-template-main{padding:4rem 0}}.blank-template-content{width:100%}.blank-template-header{margin-bottom:2rem}@media screen and (min-width: 992px){.blank-template-header{margin-bottom:3rem}}.blank-template-title{font-size:2rem;font-weight:600;line-height:1.2;color:var(--color-text-primary, #333);margin:0;display:none}@media screen and (min-width: 992px){.blank-template-title{font-size:2.5rem}}@media screen and (min-width: 1200px){.blank-template-title{font-size:3rem}}.blank-template-body>*:first-child{margin-top:0}.blank-template-body>*:last-child{margin-bottom:0}.blank-template-body p{margin-bottom:1rem;line-height:1.6}.blank-template-body h1,.blank-template-body h2,.blank-template-body h3,.blank-template-body h4,.blank-template-body h5,.blank-template-body h6{margin-bottom:1rem;line-height:1.3}.blank-template-body ul,.blank-template-body ol{margin-bottom:1rem;padding-left:1.5rem}.blank-template-body img{max-width:100%;height:auto}.blank-template-body .wp-block-group,.blank-template-body .wp-block-columns{margin-bottom:2rem}.blank-template-content.is-centered{text-align:center}.blank-template-content.is-narrow{max-width:40rem;margin:0 auto}.blank-template-content.is-wide{max-width:none}.blank-template-title.is-hidden{display:none!important}.error-404{padding:4rem 0 6rem;min-height:70vh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (min-width: 992px){.error-404{padding:3rem 0 4rem;min-height:60vh}}@media screen and (min-width: 768px){.error-404{padding:2rem 0 3rem;min-height:50vh}}.error-404__content{text-align:center;max-width:600px;margin:0 auto}.error-404__icon{margin-bottom:2rem}@media screen and (min-width: 768px){.error-404__icon{margin-bottom:1.5rem}}.error-404__number{display:inline-block;font-size:8rem;font-weight:900;color:#1b6f4e;line-height:1;text-shadow:0 4px 8px rgba(27,111,78,.2)}@media screen and (min-width: 992px){.error-404__number{font-size:6rem}}@media screen and (min-width: 768px){.error-404__number{font-size:4rem}}.error-404__text{margin-bottom:3rem}@media screen and (min-width: 768px){.error-404__text{margin-bottom:2rem}}.error-404__title{font-size:2.5rem;font-weight:700;color:#1d2939;margin-bottom:1rem;line-height:1.2}@media screen and (min-width: 992px){.error-404__title{font-size:2rem}}@media screen and (min-width: 768px){.error-404__title{font-size:1.75rem;margin-bottom:.75rem}}.error-404__description{font-size:1.125rem;color:#64748b;line-height:1.6;margin:0}@media screen and (min-width: 768px){.error-404__description{font-size:1rem}}.error-404__actions{display:-webkit-box;display:-ms-flexbox;display:flex;gap:1rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:3rem}@media screen and (min-width: 768px){.error-404__actions{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.75rem;margin-bottom:2rem}}.error-404__btn{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:.875rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;border-radius:8px;border:none;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease;min-width:140px;color:#fff!important}@media screen and (min-width: 768px){.error-404__btn{padding:1rem 2rem;width:100%;max-width:280px;margin:0 auto}}.error-404__btn--primary{background:linear-gradient(135deg,#1b6f4e,#2aad79);color:#fff;-webkit-box-shadow:0 4px 12px rgba(27,111,78,.3);box-shadow:0 4px 12px #1b6f4e4d}.error-404__btn--primary:hover{background:linear-gradient(135deg,#165a40,#1b6f4e);-webkit-transform:translateY(-2px);transform:translateY(-2px);-webkit-box-shadow:0 6px 16px rgba(27,111,78,.4);box-shadow:0 6px 16px #1b6f4e66;color:#fff;text-decoration:none}.error-404__btn--primary:active{-webkit-transform:translateY(0);transform:translateY(0)}.error-404__btn--secondary{background:#fff;color:#1b6f4e;border:2px solid #1B6F4E;-webkit-box-shadow:0 2px 8px rgba(27,111,78,.1);box-shadow:0 2px 8px #1b6f4e1a}.error-404__btn--secondary:hover{background:#1b6f4e;color:#fff;-webkit-transform:translateY(-2px);transform:translateY(-2px);-webkit-box-shadow:0 4px 12px rgba(27,111,78,.2);box-shadow:0 4px 12px #1b6f4e33}.error-404__btn--secondary:active{-webkit-transform:translateY(0);transform:translateY(0)}.error-404__search{border-top:1px solid #e5e5e5;padding-top:2rem}@media screen and (min-width: 768px){.error-404__search{padding-top:1.5rem}}.error-404__search-title{font-size:1.25rem;font-weight:600;color:#1d2939;margin-bottom:1rem}@media screen and (min-width: 768px){.error-404__search-title{font-size:1.125rem;margin-bottom:.75rem}}.error-404 .search-form{max-width:400px;margin:0 auto;position:relative}.error-404 .search-form .search-field{width:100%;padding:.875rem 3rem .875rem 1rem;font-size:1rem;border:2px solid #e5e5e5;border-radius:8px;background:#fff;-webkit-transition:all .3s ease;transition:all .3s ease}.error-404 .search-form .search-field:focus{outline:none;border-color:#1b6f4e;-webkit-box-shadow:0 0 0 3px rgba(27,111,78,.1);box-shadow:0 0 0 3px #1b6f4e1a}.error-404 .search-form .search-field::-webkit-input-placeholder{color:#64748b}.error-404 .search-form .search-field::-moz-placeholder{color:#64748b}.error-404 .search-form .search-field:-ms-input-placeholder{color:#64748b}.error-404 .search-form .search-field::-ms-input-placeholder{color:#64748b}.error-404 .search-form .search-field::placeholder{color:#64748b}.error-404 .search-form .search-submit{position:absolute;right:.5rem;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);background:#1b6f4e;color:#fff;border:none;padding:.5rem;border-radius:6px;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease}.error-404 .search-form .search-submit:hover{background:#114631}.error-404 .search-form .search-submit:focus{outline:none;-webkit-box-shadow:0 0 0 2px rgba(27,111,78,.3);box-shadow:0 0 0 2px #1b6f4e4d}@-webkit-keyframes bounce{0%,20%,50%,80%,to{-webkit-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}60%{-webkit-transform:translateY(-5px);transform:translateY(-5px)}}@keyframes bounce{0%,20%,50%,80%,to{-webkit-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}60%{-webkit-transform:translateY(-5px);transform:translateY(-5px)}}.error-404__number{-webkit-animation:bounce 2s infinite;animation:bounce 2s infinite;-webkit-animation-delay:.5s;animation-delay:.5s}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
