input[type=email].form-text-input,input[type=number].form-text-input,input[type=password].form-text-input,input[type=search].form-text-input,input[type=tel].form-text-input,input[type=text].form-text-input,input[type=url].form-text-input{background-color:var(--color-surface);border:1px solid var(--color-neutral-10);border-radius:2px;box-sizing:border-box;color:var(--color-neutral-70);font-size:1rem;line-height:1.5;margin:0;padding:7px 14px;transition:all .15s ease-in-out;width:100%}input[type=email].form-text-input::placeholder,input[type=number].form-text-input::placeholder,input[type=password].form-text-input::placeholder,input[type=search].form-text-input::placeholder,input[type=tel].form-text-input::placeholder,input[type=text].form-text-input::placeholder,input[type=url].form-text-input::placeholder{color:var(--color-neutral-50)}input[type=email].form-text-input:hover,input[type=number].form-text-input:hover,input[type=password].form-text-input:hover,input[type=search].form-text-input:hover,input[type=tel].form-text-input:hover,input[type=text].form-text-input:hover,input[type=url].form-text-input:hover{border-color:var(--color-neutral-20)}input[type=email].form-text-input:focus,input[type=number].form-text-input:focus,input[type=password].form-text-input:focus,input[type=search].form-text-input:focus,input[type=tel].form-text-input:focus,input[type=text].form-text-input:focus,input[type=url].form-text-input:focus{border-color:var(--color-primary);box-shadow:0 0 0 2px var(--color-primary-10);outline:none}input[type=email].form-text-input:focus:hover,input[type=number].form-text-input:focus:hover,input[type=password].form-text-input:focus:hover,input[type=search].form-text-input:focus:hover,input[type=tel].form-text-input:focus:hover,input[type=text].form-text-input:focus:hover,input[type=url].form-text-input:focus:hover{box-shadow:0 0 0 2px var(--color-primary-20)}input[type=email].form-text-input:focus::-ms-clear,input[type=number].form-text-input:focus::-ms-clear,input[type=password].form-text-input:focus::-ms-clear,input[type=search].form-text-input:focus::-ms-clear,input[type=tel].form-text-input:focus::-ms-clear,input[type=text].form-text-input:focus::-ms-clear,input[type=url].form-text-input:focus::-ms-clear{display:none}input[type=email].form-text-input:focus.is-valid,input[type=number].form-text-input:focus.is-valid,input[type=password].form-text-input:focus.is-valid,input[type=search].form-text-input:focus.is-valid,input[type=tel].form-text-input:focus.is-valid,input[type=text].form-text-input:focus.is-valid,input[type=url].form-text-input:focus.is-valid{box-shadow:0 0 0 2px var(--color-success-10)}input[type=email].form-text-input:focus.is-valid:hover,input[type=number].form-text-input:focus.is-valid:hover,input[type=password].form-text-input:focus.is-valid:hover,input[type=search].form-text-input:focus.is-valid:hover,input[type=tel].form-text-input:focus.is-valid:hover,input[type=text].form-text-input:focus.is-valid:hover,input[type=url].form-text-input:focus.is-valid:hover{box-shadow:0 0 0 2px var(--color-success-20)}input[type=email].form-text-input:focus.is-error,input[type=number].form-text-input:focus.is-error,input[type=password].form-text-input:focus.is-error,input[type=search].form-text-input:focus.is-error,input[type=tel].form-text-input:focus.is-error,input[type=text].form-text-input:focus.is-error,input[type=url].form-text-input:focus.is-error{box-shadow:0 0 0 2px var(--color-error-10)}input[type=email].form-text-input:focus.is-error:hover,input[type=number].form-text-input:focus.is-error:hover,input[type=password].form-text-input:focus.is-error:hover,input[type=search].form-text-input:focus.is-error:hover,input[type=tel].form-text-input:focus.is-error:hover,input[type=text].form-text-input:focus.is-error:hover,input[type=url].form-text-input:focus.is-error:hover{box-shadow:0 0 0 2px var(--color-error-20)}input[type=email].form-text-input:disabled,input[type=number].form-text-input:disabled,input[type=password].form-text-input:disabled,input[type=search].form-text-input:disabled,input[type=tel].form-text-input:disabled,input[type=text].form-text-input:disabled,input[type=url].form-text-input:disabled{-webkit-text-fill-color:var(--color-neutral-20);background:var(--color-neutral-0);border-color:var(--color-neutral-0);color:var(--color-neutral-20);opacity:1}input[type=email].form-text-input:disabled:hover,input[type=number].form-text-input:disabled:hover,input[type=password].form-text-input:disabled:hover,input[type=search].form-text-input:disabled:hover,input[type=tel].form-text-input:disabled:hover,input[type=text].form-text-input:disabled:hover,input[type=url].form-text-input:disabled:hover{cursor:default}input[type=email].form-text-input:disabled::placeholder,input[type=number].form-text-input:disabled::placeholder,input[type=password].form-text-input:disabled::placeholder,input[type=search].form-text-input:disabled::placeholder,input[type=tel].form-text-input:disabled::placeholder,input[type=text].form-text-input:disabled::placeholder,input[type=url].form-text-input:disabled::placeholder{color:var(--color-neutral-20)}input.is-valid[type=email].form-text-input,input.is-valid[type=number].form-text-input,input.is-valid[type=password].form-text-input,input.is-valid[type=search].form-text-input,input.is-valid[type=tel].form-text-input,input.is-valid[type=text].form-text-input,input.is-valid[type=url].form-text-input{border-color:var(--color-success)}input.is-valid[type=email].form-text-input:hover,input.is-valid[type=number].form-text-input:hover,input.is-valid[type=password].form-text-input:hover,input.is-valid[type=search].form-text-input:hover,input.is-valid[type=tel].form-text-input:hover,input.is-valid[type=text].form-text-input:hover,input.is-valid[type=url].form-text-input:hover{border-color:var(--color-success-dark)}input.is-error[type=email].form-text-input,input.is-error[type=number].form-text-input,input.is-error[type=password].form-text-input,input.is-error[type=search].form-text-input,input.is-error[type=tel].form-text-input,input.is-error[type=text].form-text-input,input.is-error[type=url].form-text-input{border-color:var(--color-error)}input.is-error[type=email].form-text-input:hover,input.is-error[type=number].form-text-input:hover,input.is-error[type=password].form-text-input:hover,input.is-error[type=search].form-text-input:hover,input.is-error[type=tel].form-text-input:hover,input.is-error[type=text].form-text-input:hover,input.is-error[type=url].form-text-input:hover{border-color:var(--color-error-dark)}input[type=email].form-text-input,input[type=password].form-text-input,input[type=url].form-text-input{direction:ltr;text-align:left/*!rtl:ignore*/}input[type=search].form-text-input,input[type=url].form-text-input{appearance:none}input[type=search].form-text-input::-webkit-search-decoration{display:none}.jetpack-header{padding:0 16px;text-align:center}.jetpack-header>svg{max-width:100%}.is-jetpack-login .jetpack-header__partner-logo-plus .gridicon,.is-section-jetpack-connect .jetpack-header__partner-logo-plus .gridicon{color:var(--color-neutral)}.suggestion-search{position:relative}.suggestion-search .gridicon,.suggestion-search .spinner{fill:var(--color-text-subtle);left:10px;position:absolute;top:10px}.suggestion-search .gridicon+input.form-text-input,.suggestion-search .spinner+input.form-text-input{padding-left:42px}.suggestion-search .spinner{top:12px}@media(max-width:660px){.suggestion-search .spinner{top:17px}}.form-label{display:block;font-size:.875rem;font-weight:600;margin-bottom:5px}.form-label .form-label__required{color:var(--color-error);font-weight:400;margin-left:6px}.form-label .form-label__optional{color:var(--color-neutral-50);font-weight:400;margin-left:6px}.form-label input[type=checkbox]+span,.form-label input[type=radio]+span{font-weight:400}.suggestions{display:flex;flex-direction:column;width:100%;z-index:10}.suggestions__item{background:var(--color-surface);border:1px solid var(--color-border-subtle);border-top:0;cursor:pointer;font-size:15px;margin:0;padding:12px 16px;text-align:left;white-space:pre-wrap}.suggestions__item.has-highlight{background-color:var(--color-neutral-0);color:var(--color-text)}.suggestions__label.is-emphasized{font-weight:600}.suggestions__category-heading{border-bottom:1px solid var(--color-border-subtle);color:var(--color-neutral-400);padding:12px 24px 8px 42px}.suggestions__category-heading,.suggestions__title{font-size:10px;font-weight:600;text-transform:uppercase}.suggestions__title{background-color:#fff;color:var(--studio-gray-40);font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;padding:16px 8px}:root{--masterbar-height:46px;--masterbar-checkout-height:72px;--sidebar-width-max:272px;--sidebar-width-min:228px}@media only screen and (min-width:782px){:root{--masterbar-height:32px}}@font-face{font-display:swap;font-family:Recoleta;font-weight:400;src:url(https://s1.wp.com/i/fonts/recoleta/extended/recoleta-400.woff2) format("woff2"),url(https://s1.wp.com/i/fonts/recoleta/extended/recoleta-400.woff) format("woff")}.wp-brand-font{font-family:"Noto Serif",Georgia,Times New Roman,Times,serif;font-weight:400}[lang*=af] .wp-brand-font,[lang*=ca] .wp-brand-font,[lang*=cs] .wp-brand-font,[lang*=da] .wp-brand-font,[lang*=de] .wp-brand-font,[lang*=en] .wp-brand-font,[lang*=es] .wp-brand-font,[lang*=eu] .wp-brand-font,[lang*=fi] .wp-brand-font,[lang*=fr] .wp-brand-font,[lang*=gl] .wp-brand-font,[lang*=hr] .wp-brand-font,[lang*=hu] .wp-brand-font,[lang*=id] .wp-brand-font,[lang*=is] .wp-brand-font,[lang*=it] .wp-brand-font,[lang*=lv] .wp-brand-font,[lang*=mt] .wp-brand-font,[lang*=nb] .wp-brand-font,[lang*=nl] .wp-brand-font,[lang*=pl] .wp-brand-font,[lang*=pt] .wp-brand-font,[lang*=ro] .wp-brand-font,[lang*=ru] .wp-brand-font,[lang*=sk] .wp-brand-font,[lang*=sl] .wp-brand-font,[lang*=sq] .wp-brand-font,[lang*=sr] .wp-brand-font,[lang*=sv] .wp-brand-font,[lang*=sw] .wp-brand-font,[lang*=tr] .wp-brand-font,[lang*=uz] .wp-brand-font{font-family:Recoleta,"Noto Serif",Georgia,Times New Roman,Times,serif}.jetpack-connect__main:not(.is-woocommerce):not(.is-wpcom-migration):not(.is-automattic-for-agencies-flow),.layout.is-section-jetpack-connect:not(.is-jetpack-mobile-flow):not(.is-jetpack-woo-dna-flow):not(.is-wpcom-migration):not(.is-woocommerce-core-profiler-flow):not(.is-automattic-for-agencies-flow){--color-accent:var(--studio-jetpack-green-30);--color-accent-light:var(--studio-jetpack-green-20);--color-accent-dark:var(--studio-jetpack-green-50);--color-accent-60:var(--studio-jetpack-green-40);--color-primary:var(--color-accent-dark);--color-primary-light:var(--color-accent-light);--color-primary-dark:var(--color-accent-dark)}.jetpack-connect__main:not(.is-woocommerce):not(.is-wpcom-migration):not(.is-automattic-for-agencies-flow) ::selection,.layout.is-section-jetpack-connect:not(.is-jetpack-mobile-flow):not(.is-jetpack-woo-dna-flow):not(.is-wpcom-migration):not(.is-woocommerce-core-profiler-flow):not(.is-automattic-for-agencies-flow) ::selection{background:var(--color-accent);color:var(--color-text-inverted)}.layout.is-jetpack-woo-dna-flow{--color-accent:var(--studio-woocommerce-purple);--color-accent-light:var(--studio-woocommerce-purple-30);--color-accent-dark:var(--studio-woocommerce-purple-70);--color-woocommerce-onboarding-background:#f6f7f7;--color-woocommerce-header-border:#dcdcde;--color-primary:var(--color-accent-dark);--color-primary-10:var(--color-neutral-60);--color-neutral-20:var(--color-neutral-60);--color-primary-20:var(--color-neutral-60);--color-primary-light:var(--color-accent-light);--color-accent-60:var(--color-accent-dark)}.layout.is-jetpack-woo-dna-flow ::selection{background:var(--color-accent);color:var(--color-text-inverted)}.is-automattic-for-agencies-flow,.layout.is-automattic-for-agencies-flow{--color-accent:#24a3e0;--color-accent-light:#5ab7e8;--color-accent-dark:#0277a8;--color-accent-60:#1490c7;--color-primary:#24a3e0;--color-primary-light:#1490c7;--color-primary-dark:#0277a8}.is-automattic-for-agencies-flow ::selection,.layout.is-automattic-for-agencies-flow ::selection{background:var(--color-accent);color:var(--color-text-inverted)}.is-automattic-for-agencies-flow .formatted-header__title,.layout.is-automattic-for-agencies-flow .formatted-header__title{font-size:1.25rem;margin:32px 0}.is-automattic-for-agencies-flow .jetpack-connect__tos-link,.layout.is-automattic-for-agencies-flow .jetpack-connect__tos-link{font-size:.875rem}.jetpack-connect__main.main.is-automattic-for-agencies-flow{max-width:426px}.is-section-jetpack-connect .layout__content,.is-section-purchase-product .layout__content{padding-top:48px;position:static}.is-section-jetpack-connect .layout__content>.banner,.is-section-purchase-product .layout__content>.banner{max-width:600px}.is-section-jetpack-connect.layout,.is-section-purchase-product.layout{min-height:calc(100% - 50px);padding-bottom:50px;position:relative}.is-section-jetpack-connect .masterbar,.is-section-purchase-product .masterbar{display:none}.is-section-jetpack-connect .back-button,.is-section-purchase-product .back-button{top:0}.jetpack-connect__main.main:not(.is-woocommerce-core-profiler-flow){max-width:400px}.jetpack-connect__main.main:not(.is-woocommerce-core-profiler-flow) .formatted-header{margin-bottom:16px}.jetpack-connect__main.main:not(.is-woocommerce-core-profiler-flow).is-mobile-app-flow .jetpack-connect__back-button,.jetpack-connect__main.main:not(.is-woocommerce-core-profiler-flow).is-mobile-app-flow .logged-out-form__links{display:none}.jetpack-connect__step{margin:0 auto;max-width:600px;text-align:initial}.jetpack-connect__step input[type=radio]:focus{box-shadow:0 0 0 2px var(--studio-jetpack-green-20)}.jetpack-connect__step .site-topic__content{padding-bottom:2px}.jetpack-connect__step .site-topic__content .form-fieldset{position:relative}.jetpack-connect__step .site-topic__content input[type=text]{border-color:var(--studio-jetpack-green-50)}@media(max-width:660px){.jetpack-connect__step .site-topic__content .button{font-size:1rem;padding-bottom:14px;padding-top:12px}}.jetpack-connect__main-logo{text-align:center}@media(max-width:660px){.jetpack-connect__main-logo{margin-top:20px}}.jetpack-connect__main-logo.add-bottom-margin{margin-bottom:35px}.jetpack-connect__main.is-wide{max-width:100%;text-align:center}.jetpack-connect__main-error .logged-out-form__links{margin-top:15px;text-align:center}.jetpack-connect__site-url-entry-container,.purchase-product__site-url-entry-container{margin:0 auto;max-width:400px}.jetpack-connect__site-url-entry-container .formatted-header,.purchase-product__site-url-entry-container .formatted-header{text-align:center}.jetpack-connect__site-url-entry-container .formatted-header .formatted-header__title,.purchase-product__site-url-entry-container .formatted-header .formatted-header__title{text-wrap:pretty}.jetpack-connect__wp-admin-dialog.dialog.card{max-width:400px}.jetpack-connect__wp-admin-dialog.dialog.card .jetpack-connect__install-wp-admin{height:294px;width:400px}.example-components__site-url-input-container .example-components__site-address-container,.example-components__site-url-input-container .jetpack-connect__password-container,.example-components__site-url-input-container .jetpack-connect__site-address-container,.jetpack-connect__site-url-input-container .example-components__site-address-container,.jetpack-connect__site-url-input-container .jetpack-connect__password-container,.jetpack-connect__site-url-input-container .jetpack-connect__site-address-container,.purchase-product__site-url-input-container .example-components__site-address-container,.purchase-product__site-url-input-container .jetpack-connect__password-container,.purchase-product__site-url-input-container .jetpack-connect__site-address-container{position:relative}.example-components__site-url-input-container .example-components__site-address-container .gridicons-user,.example-components__site-url-input-container .example-components__site-address-container .jetpack-connect__site-address-icon,.example-components__site-url-input-container .jetpack-connect__password-container .gridicons-user,.example-components__site-url-input-container .jetpack-connect__password-container .jetpack-connect__site-address-icon,.example-components__site-url-input-container .jetpack-connect__site-address-container .gridicons-user,.example-components__site-url-input-container .jetpack-connect__site-address-container .jetpack-connect__site-address-icon,.jetpack-connect__site-url-input-container .example-components__site-address-container .gridicons-user,.jetpack-connect__site-url-input-container .example-components__site-address-container .jetpack-connect__site-address-icon,.jetpack-connect__site-url-input-container .jetpack-connect__password-container .gridicons-user,.jetpack-connect__site-url-input-container .jetpack-connect__password-container .jetpack-connect__site-address-icon,.jetpack-connect__site-url-input-container .jetpack-connect__site-address-container .gridicons-user,.jetpack-connect__site-url-input-container .jetpack-connect__site-address-container .jetpack-connect__site-address-icon,.purchase-product__site-url-input-container .example-components__site-address-container .gridicons-user,.purchase-product__site-url-input-container .example-components__site-address-container .jetpack-connect__site-address-icon,.purchase-product__site-url-input-container .jetpack-connect__password-container .gridicons-user,.purchase-product__site-url-input-container .jetpack-connect__password-container .jetpack-connect__site-address-icon,.purchase-product__site-url-input-container .jetpack-connect__site-address-container .gridicons-user,.purchase-product__site-url-input-container .jetpack-connect__site-address-container .jetpack-connect__site-address-icon{color:var(--color-neutral-10);left:8px;position:absolute;top:8px}.example-components__site-url-input-container .example-components__site-address-container .form-text-input,.example-components__site-url-input-container .jetpack-connect__password-container .form-text-input,.example-components__site-url-input-container .jetpack-connect__site-address-container .form-text-input,.jetpack-connect__site-url-input-container .example-components__site-address-container .form-text-input,.jetpack-connect__site-url-input-container .jetpack-connect__password-container .form-text-input,.jetpack-connect__site-url-input-container .jetpack-connect__site-address-container .form-text-input,.purchase-product__site-url-input-container .example-components__site-address-container .form-text-input,.purchase-product__site-url-input-container .jetpack-connect__password-container .form-text-input,.purchase-product__site-url-input-container .jetpack-connect__site-address-container .form-text-input{padding-left:40px}.example-components__site-url-input-container .example-components__site-address-container .spinner,.example-components__site-url-input-container .jetpack-connect__password-container .spinner,.example-components__site-url-input-container .jetpack-connect__site-address-container .spinner,.jetpack-connect__site-url-input-container .example-components__site-address-container .spinner,.jetpack-connect__site-url-input-container .jetpack-connect__password-container .spinner,.jetpack-connect__site-url-input-container .jetpack-connect__site-address-container .spinner,.purchase-product__site-url-input-container .example-components__site-address-container .spinner,.purchase-product__site-url-input-container .jetpack-connect__password-container .spinner,.purchase-product__site-url-input-container .jetpack-connect__site-address-container .spinner{position:absolute;right:8px;top:10px}.example-components__site-url-input-container .example-components__site-address-container .sites-dropdown__wrapper,.example-components__site-url-input-container .jetpack-connect__password-container .sites-dropdown__wrapper,.example-components__site-url-input-container .jetpack-connect__site-address-container .sites-dropdown__wrapper,.jetpack-connect__site-url-input-container .example-components__site-address-container .sites-dropdown__wrapper,.jetpack-connect__site-url-input-container .jetpack-connect__password-container .sites-dropdown__wrapper,.jetpack-connect__site-url-input-container .jetpack-connect__site-address-container .sites-dropdown__wrapper,.purchase-product__site-url-input-container .example-components__site-address-container .sites-dropdown__wrapper,.purchase-product__site-url-input-container .jetpack-connect__password-container .sites-dropdown__wrapper,.purchase-product__site-url-input-container .jetpack-connect__site-address-container .sites-dropdown__wrapper{margin-top:20px;width:100%}.example-components__site-url-input-container .button,.jetpack-connect__site-url-input-container .button,.purchase-product__site-url-input-container .button{word-wrap:nowrap;margin-top:16px;width:100%}.jetpack-connect__site-address{border-bottom:1px solid var(--color-border-subtle);display:flex;margin-bottom:24px;padding:0 0 20px}.jetpack-connect__globe{background-color:var(--color-neutral);height:28px;margin-right:8px;margin-top:-4px;padding-top:4px;text-align:center;width:32px}.jetpack-connect__globe .gridicons-globe{fill:var(--color-neutral-0)}.jetpack-connect__authorize-form .jetpack-connect__authorize-form-header,.jetpack-connect__logged-in-form .jetpack-connect__activate-product-text,.jetpack-connect__logged-in-form .jetpack-connect__logged-in-form-user-text{text-align:center}.jetpack-connect__logged-in-form .jetpack-connect__activate-product-text{font-size:.9rem}.jetpack-connect__logged-in-form .gravatar{display:block;margin:0 auto 8px}.jetpack-connect__logged-in-form .button{width:100%}.jetpack-connect__back-button{margin-top:16px}.jetpack-connect__install{margin-bottom:16px}.jetpack-connect__install-steps{display:flex;flex-direction:column;flex-wrap:wrap;justify-content:center}@media(min-width:661px){.jetpack-connect__install-steps{flex-direction:row}}.jetpack-connect__install-step{display:flex;flex-direction:column;justify-content:space-between;min-width:320px}@media(min-width:481px){.jetpack-connect__install-step{max-width:360px}}@media(min-width:661px){.jetpack-connect__install-step{margin:0 8px 16px}}.jetpack-connect__install-step-title{font-size:1.25rem}.jetpack-connect__install-step-text{color:var(--color-neutral-light);flex-grow:2;font-size:.75rem;margin:8px 0 16px}.example-components__main{cursor:pointer;width:100%}.example-components__main:hover>div{box-shadow:0 0 0 1px var(--color-neutral-light),0 2px 4px var(--color-neutral-10)}.example-components__browser-chrome{background-color:var(--color-neutral-0);border-radius:8px 8px 0 0;padding:8px}.example-components__browser-chrome-dots{line-height:0;margin-bottom:8px}.example-components__browser-chrome-dot{background-color:var(--color-neutral-20);border-radius:50%;display:inline-block;height:8px;margin-right:8px;width:8px}.example-components__content{box-shadow:0 0 0 1px color-mix(in srgb,var(--color-neutral-10) 50%,#0000),0 1px 2px var(--color-neutral-0);line-height:0;margin:0;position:relative}.example-components__install-plugin-header{background-color:var(--studio-jetpack-green-30);padding-bottom:12%;width:100%}.example-components__install-plugin-body{padding-bottom:38%;width:100%}.example-components__install-plugin-footer{background-color:var(--color-neutral-0);bottom:0;left:0;padding:9px 16px;position:absolute;right:0;text-align:right}.example-components__install-plugin-footer-button{background-color:var(--color-wp-admin-button-background);border:1px solid var(--color-wp-admin-button-border);border-radius:2px;color:var(--color-text-inverted);display:inline-block;font-size:.75rem;line-height:1;padding:7px 14px}.example-components__activate-jetpack{background-color:var(--color-neutral-0)}.example-components__content-wp-admin-masterbar{background-color:var(--color-neutral-90);padding-bottom:6%;width:100%}.example-components__content-wp-admin-sidebar{background-color:var(--color-neutral-90);display:inline-block;line-height:0;padding-bottom:44%;width:15%}.example-components__content-wp-admin-main{display:inline-block;line-height:1.5;vertical-align:top;width:85%}.example-components__connect-jetpack{background-color:var(--color-neutral-0)}.example-components__connect-jetpack .example-components__content-wp-admin-plugin-name{font-size:.875rem;margin-bottom:8px}.example-components__connect-jetpack .example-components__content-wp-admin-connect-banner{background-color:var(--color-surface);margin:10px;padding:10px 10px 12px}.example-components__connect-jetpack .example-components__content-wp-admin-connect-button{background-color:var(--studio-jetpack-green-30);border:solid var(--studio-jetpack-green-40);border-radius:2px;border-width:1px 1px 2px;color:var(--color-text-inverted);display:inline-block;font-size:.75rem;line-height:1;padding:7px 14px}.example-components__content-wp-admin-plugin-card{background-color:var(--color-surface);margin:10px;padding:12px 10px}.example-components__content-wp-admin-plugin-name{font-size:.75rem}.example-components__content-wp-admin-plugin-activate-link{color:var(--studio-blue-50);font-size:.75rem}.example-components__content-wp-admin-activate-view{margin:10px}.example-components__content-wp-admin-activate-link{background-color:var(--color-wp-admin-button-background);border:1px solid var(--color-wp-admin-button-border);border-radius:2px;color:var(--color-text-inverted);display:inline-block;font-size:.75rem;line-height:1;padding:7px 14px}.example-components__site-url-input-container .example-components__site-address-container .example-components__browser-chrome-url{color:var(--color-neutral-light);font-size:.75rem;height:40px}.jetpack-connect__sso-user-profile{margin-bottom:16px}.jetpack-connect__sso-user-profile .gravatar{display:block;margin:0 auto 16px}.jetpack-connect__sso-log-in-as{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:1.25rem;text-align:center}.jetpack-connect__sso-user-email{color:var(--color-neutral-20);font-weight:400;text-align:center}.jetpack-connect__sso-actions .button{display:block;text-align:center;width:100%}.jetpack-connect__logged-in-form-loading{text-align:center}.jetpack-connect__logged-in-form-loading span{animation:loading-fade 1.6s ease-in-out infinite;display:block}.jetpack-connect__logged-in-form-loading .spinner{display:inline-block;margin-top:8px}.jetpack-connect__tos-link{font-size:.75rem;margin:0 0 16px;text-align:center}.is-support-session .jetpack-connect__authorize-form .jetpack-connect__tos-link,.is-support-session .jetpack-connect__sso .jetpack-connect__tos-link{display:none}.jetpack-connect__tos-link-text{white-space:nowrap}.jetpack-connect__connect-button-card{background:var(--color-neutral-0);border-top:1px solid var(--color-neutral-0);box-shadow:none;margin:16px -16px -16px;padding:16px}@media(min-width:481px){.jetpack-connect__connect-button-card{margin:24px -24px -24px;padding:24px}}.jetpack-connect__connect-button-card .button.is-primary{margin:0}.jetpack-connect__site.card{padding:0}.jetpack-connect__logged-in-card.card,.jetpack-connect__site.card{margin:0 auto 16px}.jetpack-connect__sso-terms-dialog{max-height:70vh;overflow-y:auto}.jetpack-connect__sso-shared-details-table{border-collapse:initial}.jetpack-connect__sso-shared-detail-row{margin-bottom:16px}.jetpack-connect__sso-shared-detail-row:last-child{margin-bottom:0}.jetpack-connect__sso-shared-detail-label{font-weight:600}.jetpack-connect__sso-shared-detail-value{padding-left:16px}.jetpack-connect__sso-shared-detail-label,.jetpack-connect__sso-shared-detail-value{padding-bottom:8px}@media(max-width:480px){.jetpack-connect__sso-shared-detail-label,.jetpack-connect__sso-shared-detail-value{display:block}.jetpack-connect__sso-shared-detail-label{padding-bottom:0}.jetpack-connect__sso-shared-detail-value{padding-left:0}}.jetpack-connect__sso-placeholder{animation:loading-fade 1.6s ease-in-out infinite;background:var(--color-neutral-10);background-color:#0000;color:#0000}.jetpack-connect__sso-placeholder:after{content:" "}.jetpack-connect__sso-placeholder a{color:#0000}.jetpack-connect__sso .formatted-header__title{margin-bottom:5px}.jetpack-connect__sso .card.jetpack-connect__site{max-width:100%}.jetpack-connect__sso .logged-out-form__link-item{font-size:unset!important}.jetpack-connect__sso .email-verification-gate .notice{margin-bottom:0}.jetpack-connect__sso .email-verification-gate .notice__text{word-wrap:break-word;word-break:break-word}.jetpack-connect__error-details{margin-bottom:16px}.jetpack-connect__credentials-submit{transition:none}.jetpack-connect__credentials-submit.is-error,.jetpack-connect__credentials-submit[type=password]{margin-bottom:0}.jetpack-connect__credentials-submit.is-primary{background-color:var(--studio-jetpack-green-30);border-color:var(--studio-jetpack-green-50)}.jetpack-connect__password-container{margin-bottom:22px;margin-top:22px;position:relative}.jetpack-connect__password-container .spinner{z-index:3}.jetpack-connect__creds-form-footer .button{margin-top:0}.jetpack-connect__password-form{position:relative}.jetpack-connect__password-form .gridicons-lock{fill:var(--color-neutral-10);left:8px;position:absolute;top:7px;z-index:3}.jetpack-connect__password-form-input[type=password]{padding-left:40px}.jetpack-connect__creds-form-spinner{margin-bottom:-20px;margin-top:0}.jetpack-connect__navigation{text-align:center}.jetpack-connect__plan-info{margin-top:40px;max-width:500px;padding-bottom:40px;padding-top:40px;text-align:center}.jetpack-connect__plan-info-illustration{max-width:200px}.jetpack-connect__plan-info-buttons .button+.button{margin-left:10px}.jetpack-connect__connect-button{text-align:center}.layout.is-section-jetpack-connect:not(.is-jetpack-mobile-flow):not(.is-woocommerce-core-profiler-flow).layout,.layout.is-section-purchase-product.layout{min-height:calc(100% - 50px);padding-bottom:50px;position:relative}.layout.is-section-jetpack-connect:not(.is-jetpack-mobile-flow):not(.is-woocommerce-core-profiler-flow) .site__domain:after,.layout.is-section-jetpack-connect:not(.is-jetpack-mobile-flow):not(.is-woocommerce-core-profiler-flow) .site__title:after,.layout.is-section-purchase-product .site__domain:after,.layout.is-section-purchase-product .site__title:after{right:3px}.layout.is-section-jetpack-connect:not(.is-jetpack-mobile-flow):not(.is-woocommerce-core-profiler-flow) .jetpack-connect__plan-info .formatted-header,.layout.is-section-jetpack-connect:not(.is-jetpack-mobile-flow):not(.is-woocommerce-core-profiler-flow) .site-type__option-label,.layout.is-section-purchase-product .jetpack-connect__plan-info .formatted-header,.layout.is-section-purchase-product .site-type__option-label{color:var(--color-text)}.layout.is-section-jetpack-connect:not(.is-jetpack-mobile-flow):not(.is-woocommerce-core-profiler-flow) .jetpack-connect__plan-info .formatted-header__subtitle,.layout.is-section-purchase-product .jetpack-connect__plan-info .formatted-header__subtitle{color:var(--color-text-subtle)}.layout.is-section-jetpack-connect:not(.is-jetpack-mobile-flow):not(.is-woocommerce-core-profiler-flow) .logged-out-form,.layout.is-section-purchase-product .logged-out-form{border-radius:0;box-shadow:0 0 0 1px var(--color-border-subtle)}.layout.is-section-jetpack-connect:not(.is-jetpack-mobile-flow):not(.is-woocommerce-core-profiler-flow) .jetpack-connect__password-container input:focus,.layout.is-section-jetpack-connect:not(.is-jetpack-mobile-flow):not(.is-woocommerce-core-profiler-flow) .jetpack-connect__site-address-container input:focus,.layout.is-section-jetpack-connect:not(.is-jetpack-mobile-flow):not(.is-woocommerce-core-profiler-flow) .logged-out-form input:focus,.layout.is-section-purchase-product .jetpack-connect__password-container input:focus,.layout.is-section-purchase-product .jetpack-connect__site-address-container input:focus,.layout.is-section-purchase-product .logged-out-form input:focus{border-color:var(--color-accent);box-shadow:0 0 0 2px var(--color-accent-light)}.layout.is-section-jetpack-connect:not(.is-jetpack-mobile-flow):not(.is-woocommerce-core-profiler-flow) .faq a,.layout.is-section-jetpack-connect:not(.is-jetpack-mobile-flow):not(.is-woocommerce-core-profiler-flow) .form-input-validation a,.layout.is-section-jetpack-connect:not(.is-jetpack-mobile-flow):not(.is-woocommerce-core-profiler-flow) .jetpack-connect__tos-link a,.layout.is-section-jetpack-connect:not(.is-jetpack-mobile-flow):not(.is-woocommerce-core-profiler-flow) .signup-form__terms-of-service-link a,.layout.is-section-purchase-product .faq a,.layout.is-section-purchase-product .form-input-validation a,.layout.is-section-purchase-product .jetpack-connect__tos-link a,.layout.is-section-purchase-product .signup-form__terms-of-service-link a{color:var(--color-accent-dark)}.layout.is-section-jetpack-connect:not(.is-jetpack-mobile-flow):not(.is-woocommerce-core-profiler-flow) .faq a:focus,.layout.is-section-jetpack-connect:not(.is-jetpack-mobile-flow):not(.is-woocommerce-core-profiler-flow) .faq a:hover,.layout.is-section-jetpack-connect:not(.is-jetpack-mobile-flow):not(.is-woocommerce-core-profiler-flow) .form-input-validation a:focus,.layout.is-section-jetpack-connect:not(.is-jetpack-mobile-flow):not(.is-woocommerce-core-profiler-flow) .form-input-validation a:hover,.layout.is-section-jetpack-connect:not(.is-jetpack-mobile-flow):not(.is-woocommerce-core-profiler-flow) .jetpack-connect__tos-link a:focus,.layout.is-section-jetpack-connect:not(.is-jetpack-mobile-flow):not(.is-woocommerce-core-profiler-flow) .jetpack-connect__tos-link a:hover,.layout.is-section-jetpack-connect:not(.is-jetpack-mobile-flow):not(.is-woocommerce-core-profiler-flow) .signup-form__terms-of-service-link a:focus,.layout.is-section-jetpack-connect:not(.is-jetpack-mobile-flow):not(.is-woocommerce-core-profiler-flow) .signup-form__terms-of-service-link a:hover,.layout.is-section-purchase-product .faq a:focus,.layout.is-section-purchase-product .faq a:hover,.layout.is-section-purchase-product .form-input-validation a:focus,.layout.is-section-purchase-product .form-input-validation a:hover,.layout.is-section-purchase-product .jetpack-connect__tos-link a:focus,.layout.is-section-purchase-product .jetpack-connect__tos-link a:hover,.layout.is-section-purchase-product .signup-form__terms-of-service-link a:focus,.layout.is-section-purchase-product .signup-form__terms-of-service-link a:hover{color:var(--color-accent)}.layout.is-section-jetpack-connect:not(.is-jetpack-mobile-flow):not(.is-woocommerce-core-profiler-flow) .plan-features--signup .plan-features__row:last-of-type .plan-features__table-item,.layout.is-section-jetpack-connect:not(.is-jetpack-mobile-flow):not(.is-woocommerce-core-profiler-flow) .plan-features__table-item,.layout.is-section-purchase-product .plan-features--signup .plan-features__row:last-of-type .plan-features__table-item,.layout.is-section-purchase-product .plan-features__table-item{border:none}.layout.is-section-jetpack-connect:not(.is-jetpack-mobile-flow):not(.is-woocommerce-core-profiler-flow) .plan-features__item-checkmark,.layout.is-section-purchase-product .plan-features__item-checkmark{fill:var(--color-accent-dark)}.layout.is-section-jetpack-connect:not(.is-jetpack-mobile-flow):not(.is-woocommerce-core-profiler-flow) .plan-features__item-title a,.layout.is-section-purchase-product .plan-features__item-title a{color:var(--color-accent-dark)}.layout.is-section-jetpack-connect:not(.is-jetpack-mobile-flow):not(.is-woocommerce-core-profiler-flow) .plan-features__item-title a:focus,.layout.is-section-jetpack-connect:not(.is-jetpack-mobile-flow):not(.is-woocommerce-core-profiler-flow) .plan-features__item-title a:hover,.layout.is-section-purchase-product .plan-features__item-title a:focus,.layout.is-section-purchase-product .plan-features__item-title a:hover{color:var(--color-accent)}.layout.is-section-jetpack-connect:not(.is-jetpack-mobile-flow):not(.is-woocommerce-core-profiler-flow) .auth-form__social p,.layout.is-section-purchase-product .auth-form__social p{color:var(--color-neutral-60)}.layout.is-section-jetpack-connect:not(.is-jetpack-mobile-flow):not(.is-woocommerce-core-profiler-flow) .auth-form__social,.layout.is-section-jetpack-connect:not(.is-jetpack-mobile-flow):not(.is-woocommerce-core-profiler-flow) .login__form-social,.layout.is-section-purchase-product .auth-form__social,.layout.is-section-purchase-product .login__form-social{margin-top:16px;padding-bottom:0}.layout.is-section-jetpack-connect:not(.is-jetpack-mobile-flow):not(.is-woocommerce-core-profiler-flow) .auth-form__social p,.layout.is-section-jetpack-connect:not(.is-jetpack-mobile-flow):not(.is-woocommerce-core-profiler-flow) .login__form-social p,.layout.is-section-purchase-product .auth-form__social p,.layout.is-section-purchase-product .login__form-social p{font-size:.75rem}.layout.is-section-jetpack-connect:not(.is-jetpack-mobile-flow):not(.is-woocommerce-core-profiler-flow) .auth-form__social .auth-form__social-buttons-tos,.layout.is-section-jetpack-connect:not(.is-jetpack-mobile-flow):not(.is-woocommerce-core-profiler-flow) .login__form-social .auth-form__social-buttons-tos,.layout.is-section-purchase-product .auth-form__social .auth-form__social-buttons-tos,.layout.is-section-purchase-product .login__form-social .auth-form__social-buttons-tos{color:var(--studio-gray-60);margin-bottom:16px}.layout.is-section-jetpack-connect:not(.is-jetpack-mobile-flow):not(.is-woocommerce-core-profiler-flow) .auth-form__social .auth-form__social-buttons-tos a,.layout.is-section-jetpack-connect:not(.is-jetpack-mobile-flow):not(.is-woocommerce-core-profiler-flow) .login__form-social .auth-form__social-buttons-tos a,.layout.is-section-purchase-product .auth-form__social .auth-form__social-buttons-tos a,.layout.is-section-purchase-product .login__form-social .auth-form__social-buttons-tos a{color:var(--studio-gray-60);text-decoration:underline}.layout.is-section-jetpack-connect:not(.is-jetpack-mobile-flow):not(.is-woocommerce-core-profiler-flow) .auth-form__social .social-buttons__button,.layout.is-section-jetpack-connect:not(.is-jetpack-mobile-flow):not(.is-woocommerce-core-profiler-flow) .login__form-social .social-buttons__button,.layout.is-section-purchase-product .auth-form__social .social-buttons__button,.layout.is-section-purchase-product .login__form-social .social-buttons__button{border:1px solid var(--color-accent-dark);box-shadow:none;color:var(--color-accent-dark);height:48px;margin-left:auto;margin-right:auto;max-width:310px}.layout.is-section-jetpack-connect:not(.is-jetpack-mobile-flow):not(.is-woocommerce-core-profiler-flow) .auth-form__social .social-buttons__button.disabled,.layout.is-section-jetpack-connect:not(.is-jetpack-mobile-flow):not(.is-woocommerce-core-profiler-flow) .login__form-social .social-buttons__button.disabled,.layout.is-section-purchase-product .auth-form__social .social-buttons__button.disabled,.layout.is-section-purchase-product .login__form-social .social-buttons__button.disabled{border-color:var(--studio-gray-30);color:var(--studio-gray-30)}.layout.is-section-jetpack-connect:not(.is-jetpack-mobile-flow):not(.is-woocommerce-core-profiler-flow) .auth-form__social .card,.layout.is-section-jetpack-connect:not(.is-jetpack-mobile-flow):not(.is-woocommerce-core-profiler-flow) .login__form-social .card,.layout.is-section-purchase-product .auth-form__social .card,.layout.is-section-purchase-product .login__form-social .card{box-shadow:none;padding:0}.layout.is-section-jetpack-connect:not(.is-jetpack-mobile-flow):not(.is-woocommerce-core-profiler-flow) .logged-out-form__footer .button.is-primary,.layout.is-section-jetpack-connect:not(.is-jetpack-mobile-flow):not(.is-woocommerce-core-profiler-flow) .login__form-footer .button.is-primary,.layout.is-section-purchase-product .logged-out-form__footer .button.is-primary,.layout.is-section-purchase-product .login__form-footer .button.is-primary{box-shadow:none}.layout.is-section-jetpack-connect:not(.is-jetpack-mobile-flow):not(.is-woocommerce-core-profiler-flow) .payment-logo.is-paypal,.layout.is-section-purchase-product .payment-logo.is-paypal{background-color:var(--color-surface);background-position:50% 45%;background-size:84%;border-radius:1px;width:64px}.layout.is-section-jetpack-connect:not(.is-jetpack-mobile-flow):not(.is-woocommerce-core-profiler-flow) .payment-logo.is-apple-pay,.layout.is-section-purchase-product .payment-logo.is-apple-pay{background-size:34px auto;height:22px;margin-top:0;width:34px}.layout.is-section-jetpack-connect:not(.is-jetpack-mobile-flow):not(.is-woocommerce-core-profiler-flow) .jetpack-connect__main-error .empty-content,.layout.is-section-purchase-product .jetpack-connect__main-error .empty-content{padding-bottom:24px}.layout.is-section-jetpack-connect:not(.is-jetpack-mobile-flow):not(.is-woocommerce-core-profiler-flow) .site-topic__content .form-fieldset,.layout.is-section-purchase-product .site-topic__content .form-fieldset{position:relative}.layout.is-section-jetpack-connect:not(.is-jetpack-mobile-flow):not(.is-woocommerce-core-profiler-flow).is-jetpack-woo-dna-flow,.layout.is-section-purchase-product.is-jetpack-woo-dna-flow{background-color:var(--color-woocommerce-onboarding-background)}.layout.is-section-jetpack-connect:not(.is-jetpack-mobile-flow):not(.is-woocommerce-core-profiler-flow).is-jetpack-woo-dna-flow .jetpack-connect__main-logo,.layout.is-section-purchase-product.is-jetpack-woo-dna-flow .jetpack-connect__main-logo{border-bottom:1px solid var(--color-neutral-50);height:56px;left:0;position:absolute;text-align:center;top:0;width:100%}.layout.is-section-jetpack-connect:not(.is-jetpack-mobile-flow):not(.is-woocommerce-core-profiler-flow).is-jetpack-woo-dna-flow .jetpack-connect__main-logo svg>g,.layout.is-section-purchase-product.is-jetpack-woo-dna-flow .jetpack-connect__main-logo svg>g{transform:translateX(25%)}@media(max-width:660px){.layout.is-section-jetpack-connect:not(.is-jetpack-mobile-flow):not(.is-woocommerce-core-profiler-flow).is-jetpack-woo-dna-flow .jetpack-connect__main-logo,.layout.is-section-purchase-product.is-jetpack-woo-dna-flow .jetpack-connect__main-logo{margin-top:0}}.layout.is-section-jetpack-connect:not(.is-jetpack-mobile-flow):not(.is-woocommerce-core-profiler-flow).is-jetpack-woo-dna-flow .jetpack-header,.layout.is-section-purchase-product.is-jetpack-woo-dna-flow .jetpack-header{background:var(--color-surface);border-bottom:1px solid var(--color-woocommerce-header-border);display:block;height:56px;margin:0 auto;padding-left:0;text-align:center}.layout.is-section-jetpack-connect:not(.is-jetpack-mobile-flow):not(.is-woocommerce-core-profiler-flow).is-jetpack-woo-dna-flow .jetpack-header svg,.layout.is-section-purchase-product.is-jetpack-woo-dna-flow .jetpack-header svg{margin-top:15px}.layout.is-section-jetpack-connect:not(.is-jetpack-mobile-flow):not(.is-woocommerce-core-profiler-flow).is-jetpack-woo-dna-flow .formatted-header__subtitle,.layout.is-section-purchase-product.is-jetpack-woo-dna-flow .formatted-header__subtitle{color:var(--color-primary-10);font-size:1rem;font-weight:400;line-height:24px;margin-top:1em}.layout.is-section-jetpack-connect:not(.is-jetpack-mobile-flow):not(.is-woocommerce-core-profiler-flow).is-jetpack-woo-dna-flow .jetpack-connect__authorize-form,.layout.is-section-purchase-product.is-jetpack-woo-dna-flow .jetpack-connect__authorize-form{margin-top:32px}.layout.is-section-jetpack-connect:not(.is-jetpack-mobile-flow):not(.is-woocommerce-core-profiler-flow).is-jetpack-woo-dna-flow .jetpack-logo__icon-circle,.layout.is-section-purchase-product.is-jetpack-woo-dna-flow .jetpack-logo__icon-circle{fill:var(--color-neutral-80)}.layout.is-section-jetpack-connect:not(.is-jetpack-mobile-flow):not(.is-woocommerce-core-profiler-flow).is-jetpack-woo-dna-flow .jetpack-logo__icon-triangle,.layout.is-section-purchase-product.is-jetpack-woo-dna-flow .jetpack-logo__icon-triangle{fill:var(--color-neutral-0)}.layout.is-section-jetpack-connect:not(.is-jetpack-mobile-flow):not(.is-woocommerce-core-profiler-flow).is-jetpack-woo-dna-flow .formatted-header__title,.layout.is-section-purchase-product.is-jetpack-woo-dna-flow .formatted-header__title{color:var(--color-neutral-80)}.layout.is-section-jetpack-connect:not(.is-jetpack-mobile-flow):not(.is-woocommerce-core-profiler-flow).is-jetpack-woo-dna-flow .signup-form__submit,.layout.is-section-purchase-product.is-jetpack-woo-dna-flow .signup-form__submit{border:0;box-shadow:none}.layout.is-section-jetpack-connect:not(.is-jetpack-mobile-flow):not(.is-woocommerce-core-profiler-flow).is-jetpack-woo-dna-flow .jetpack-header__partner-logo-plus svg,.layout.is-section-purchase-product.is-jetpack-woo-dna-flow .jetpack-header__partner-logo-plus svg{stroke:var(--color-neutral-80)}.layout.is-section-jetpack-connect:not(.is-jetpack-mobile-flow):not(.is-woocommerce-core-profiler-flow).is-jetpack-woo-dna-flow .jetpack-header__partner-logo-plus .gridicon,.layout.is-section-purchase-product.is-jetpack-woo-dna-flow .jetpack-header__partner-logo-plus .gridicon{color:var(--color-neutral-80)}.layout.is-section-jetpack-connect:not(.is-jetpack-mobile-flow):not(.is-woocommerce-core-profiler-flow).is-jetpack-woo-dna-flow .jetpack-connect__logged-in-card.card,.layout.is-section-jetpack-connect:not(.is-jetpack-mobile-flow):not(.is-woocommerce-core-profiler-flow).is-jetpack-woo-dna-flow .jetpack-connect__main,.layout.is-section-jetpack-connect:not(.is-jetpack-mobile-flow):not(.is-woocommerce-core-profiler-flow).is-jetpack-woo-dna-flow .jetpack-connect__site.card,.layout.is-section-jetpack-connect:not(.is-jetpack-mobile-flow):not(.is-woocommerce-core-profiler-flow).is-jetpack-woo-dna-flow .logged-out-form,.layout.is-section-purchase-product.is-jetpack-woo-dna-flow .jetpack-connect__logged-in-card.card,.layout.is-section-purchase-product.is-jetpack-woo-dna-flow .jetpack-connect__main,.layout.is-section-purchase-product.is-jetpack-woo-dna-flow .jetpack-connect__site.card,.layout.is-section-purchase-product.is-jetpack-woo-dna-flow .logged-out-form{max-width:476px}.layout.is-section-jetpack-connect:not(.is-jetpack-mobile-flow):not(.is-woocommerce-core-profiler-flow).is-jetpack-woo-dna-flow .jetpack-connect__main,.layout.is-section-purchase-product.is-jetpack-woo-dna-flow .jetpack-connect__main{margin-left:auto;margin-right:auto}.layout.is-section-jetpack-connect:not(.is-jetpack-mobile-flow):not(.is-woocommerce-core-profiler-flow).is-jetpack-woo-dna-flow .signup-form__terms-of-service-link,.layout.is-section-jetpack-connect:not(.is-jetpack-mobile-flow):not(.is-woocommerce-core-profiler-flow).is-jetpack-woo-dna-flow .signup-form__terms-of-service-link a,.layout.is-section-purchase-product.is-jetpack-woo-dna-flow .signup-form__terms-of-service-link,.layout.is-section-purchase-product.is-jetpack-woo-dna-flow .signup-form__terms-of-service-link a{color:var(--color-neutral-60);text-align:left}.layout.is-section-jetpack-connect:not(.is-jetpack-mobile-flow):not(.is-woocommerce-core-profiler-flow).is-jetpack-woo-dna-flow .signup-form__terms-of-service-link a,.layout.is-section-purchase-product.is-jetpack-woo-dna-flow .signup-form__terms-of-service-link a{text-decoration:underline}.layout.is-section-jetpack-connect:not(.is-jetpack-mobile-flow):not(.is-woocommerce-core-profiler-flow).is-jetpack-woo-dna-flow .logged-out-form__links,.layout.is-section-purchase-product.is-jetpack-woo-dna-flow .logged-out-form__links{max-width:400px}.layout.is-section-jetpack-connect:not(.is-jetpack-mobile-flow):not(.is-woocommerce-core-profiler-flow).is-jetpack-woo-dna-flow .logged-out-form__link-item,.layout.is-section-purchase-product.is-jetpack-woo-dna-flow .logged-out-form__link-item{color:var(--color-neutral-60);font-size:.875rem;text-align:center;text-decoration:underline}.layout.is-section-jetpack-connect:not(.is-jetpack-mobile-flow):not(.is-woocommerce-core-profiler-flow).is-jetpack-woo-dna-flow .auth-form__social .social-buttons__button,.layout.is-section-jetpack-connect:not(.is-jetpack-mobile-flow):not(.is-woocommerce-core-profiler-flow).is-jetpack-woo-dna-flow .login__form-social .social-buttons__button,.layout.is-section-purchase-product.is-jetpack-woo-dna-flow .auth-form__social .social-buttons__button,.layout.is-section-purchase-product.is-jetpack-woo-dna-flow .login__form-social .social-buttons__button{border-color:var(--studio-woocommerce-purple);color:var(--studio-woocommerce-purple)}.layout.is-section-jetpack-connect:not(.is-jetpack-mobile-flow):not(.is-woocommerce-core-profiler-flow).is-jetpack-woo-dna-flow .auth-form__social .social-buttons__button.disabled,.layout.is-section-jetpack-connect:not(.is-jetpack-mobile-flow):not(.is-woocommerce-core-profiler-flow).is-jetpack-woo-dna-flow .login__form-social .social-buttons__button.disabled,.layout.is-section-purchase-product.is-jetpack-woo-dna-flow .auth-form__social .social-buttons__button.disabled,.layout.is-section-purchase-product.is-jetpack-woo-dna-flow .login__form-social .social-buttons__button.disabled{border-color:var(--studio-gray-30);color:var(--studio-gray-30)}.layout.is-section-jetpack-connect:not(.is-jetpack-mobile-flow):not(.is-woocommerce-core-profiler-flow).is-jetpack-woo-dna-flow .logged-out-form__footer,.layout.is-section-jetpack-connect:not(.is-jetpack-mobile-flow):not(.is-woocommerce-core-profiler-flow).is-jetpack-woo-dna-flow .login__form-footer,.layout.is-section-purchase-product.is-jetpack-woo-dna-flow .logged-out-form__footer,.layout.is-section-purchase-product.is-jetpack-woo-dna-flow .login__form-footer{text-align:center}.layout.is-section-jetpack-connect:not(.is-jetpack-mobile-flow):not(.is-woocommerce-core-profiler-flow).is-jetpack-woo-dna-flow .logged-out-form__footer .button,.layout.is-section-jetpack-connect:not(.is-jetpack-mobile-flow):not(.is-woocommerce-core-profiler-flow).is-jetpack-woo-dna-flow .login__form-footer .button,.layout.is-section-purchase-product.is-jetpack-woo-dna-flow .logged-out-form__footer .button,.layout.is-section-purchase-product.is-jetpack-woo-dna-flow .login__form-footer .button{height:48px;margin-left:auto;margin-right:auto;max-width:310px}.layout.is-section-jetpack-connect:not(.is-jetpack-mobile-flow):not(.is-woocommerce-core-profiler-flow).is-jetpack-woo-dna-flow .login__form-footer,.layout.is-section-purchase-product.is-jetpack-woo-dna-flow .login__form-footer{margin-top:24px}.layout.is-section-jetpack-connect:not(.is-jetpack-mobile-flow):not(.is-woocommerce-core-profiler-flow).is-jetpack-woo-dna-flow .login__form,.layout.is-section-purchase-product.is-jetpack-woo-dna-flow .login__form{border-radius:2px;padding-top:14px}.layout.is-section-jetpack-connect:not(.is-jetpack-mobile-flow):not(.is-woocommerce-core-profiler-flow).is-jetpack-woo-dna-flow .login__form-change-username,.layout.is-section-purchase-product.is-jetpack-woo-dna-flow .login__form-change-username{display:none}.layout.is-section-jetpack-connect:not(.is-jetpack-mobile-flow):not(.is-woocommerce-core-profiler-flow).is-jetpack-woo-dna-flow .jetpack-connect__logged-in-card button,.layout.is-section-purchase-product.is-jetpack-woo-dna-flow .jetpack-connect__logged-in-card button{border:0;box-shadow:none}.layout.is-section-jetpack-connect:not(.is-jetpack-mobile-flow):not(.is-woocommerce-core-profiler-flow).is-jetpack-woo-dna-flow .jetpack-connect__notices-container,.layout.is-section-purchase-product.is-jetpack-woo-dna-flow .jetpack-connect__notices-container{margin-top:20px}.layout.is-section-jetpack-connect:not(.is-jetpack-mobile-flow):not(.is-woocommerce-core-profiler-flow).is-jetpack-woo-dna-flow .jetpack-connect__action-disclaimer,.layout.is-section-purchase-product.is-jetpack-woo-dna-flow .jetpack-connect__action-disclaimer{padding-top:0}.layout.is-section-jetpack-connect:not(.is-jetpack-mobile-flow):not(.is-woocommerce-core-profiler-flow).is-jetpack-woo-dna-flow .jetpack-connect__action-disclaimer .jetpack-connect__tos-link,.layout.is-section-jetpack-connect:not(.is-jetpack-mobile-flow):not(.is-woocommerce-core-profiler-flow).is-jetpack-woo-dna-flow .jetpack-connect__action-disclaimer .jetpack-connect__tos-link a,.layout.is-section-purchase-product.is-jetpack-woo-dna-flow .jetpack-connect__action-disclaimer .jetpack-connect__tos-link,.layout.is-section-purchase-product.is-jetpack-woo-dna-flow .jetpack-connect__action-disclaimer .jetpack-connect__tos-link a{color:var(--color-neutral-60);font-size:.75rem}.layout.is-section-jetpack-connect:not(.is-jetpack-mobile-flow):not(.is-woocommerce-core-profiler-flow).is-jetpack-woo-dna-flow .signup-form__woocommerce .card,.layout.is-section-purchase-product.is-jetpack-woo-dna-flow .signup-form__woocommerce .card{padding-bottom:0;padding-top:8px}.layout.is-section-jetpack-connect:not(.is-jetpack-mobile-flow):not(.is-woocommerce-core-profiler-flow).is-jetpack-woo-dna-flow .signup-form__woocommerce-inputs-wrapper,.layout.is-section-purchase-product.is-jetpack-woo-dna-flow .signup-form__woocommerce-inputs-wrapper{display:flex;flex-direction:column;gap:14px;padding:12px 0}.layout.is-section-jetpack-connect:not(.is-jetpack-mobile-flow):not(.is-woocommerce-core-profiler-flow).is-jetpack-woo-dna-flow .form-input-validation,.layout.is-section-purchase-product.is-jetpack-woo-dna-flow .form-input-validation{padding-bottom:0;padding-top:0}.layout.is-section-jetpack-connect:not(.is-jetpack-mobile-flow):not(.is-woocommerce-core-profiler-flow).is-jetpack-woo-dna-flow .jetpack-connect__magic-link-card,.layout.is-section-purchase-product.is-jetpack-woo-dna-flow .jetpack-connect__magic-link-card{border-radius:2px;padding:32px;text-align:center}.layout.is-section-jetpack-connect:not(.is-jetpack-mobile-flow):not(.is-woocommerce-core-profiler-flow).is-jetpack-woo-dna-flow .jetpack-connect__magic-link-card p,.layout.is-section-purchase-product.is-jetpack-woo-dna-flow .jetpack-connect__magic-link-card p{color:var(--color-neutral-60);font-size:1rem;line-height:24px;margin-bottom:0}.layout.is-section-jetpack-connect:not(.is-jetpack-mobile-flow):not(.is-woocommerce-core-profiler-flow).is-jetpack-woo-dna-flow .jetpack-connect__magic-link-card img,.layout.is-section-purchase-product.is-jetpack-woo-dna-flow .jetpack-connect__magic-link-card img{margin:24px}.layout.is-section-jetpack-connect:not(.is-jetpack-mobile-flow):not(.is-woocommerce-core-profiler-flow).is-jetpack-woo-dna-flow .jetpack-connect__magic-link-card .jetpack-connect__magic-link-resend,.layout.is-section-purchase-product.is-jetpack-woo-dna-flow .jetpack-connect__magic-link-card .jetpack-connect__magic-link-resend{font-size:.875rem}.layout.is-section-jetpack-connect:not(.is-jetpack-mobile-flow):not(.is-woocommerce-core-profiler-flow).is-jetpack-woo-dna-flow .jetpack-connect__magic-link-card .jetpack-connect__magic-link-resend button,.layout.is-section-purchase-product.is-jetpack-woo-dna-flow .jetpack-connect__magic-link-card .jetpack-connect__magic-link-resend button{color:var(--color-neutral-60);cursor:pointer;text-decoration:underline}.layout.is-section-jetpack-connect:not(.is-jetpack-mobile-flow):not(.is-woocommerce-core-profiler-flow).is-jetpack-woo-dna-flow .login__form-header-wrapper,.layout.is-section-purchase-product.is-jetpack-woo-dna-flow .login__form-header-wrapper{display:none}.jetpack-connect__features_wrapper{display:flex;flex-direction:row;gap:18px;margin-top:32px}.jetpack-connect__features_wrapper .jetpack-connect__features{flex:1;list-style:none;margin:0}.jetpack-connect__features_wrapper .jetpack-connect__features li{align-items:center;color:#2f2f2f;display:flex;font-size:.75rem;margin-bottom:8px}.jetpack-connect__features_wrapper .jetpack-connect__features svg{fill:#008a20;margin-right:8px;min-width:20px}.layout.is-section-jetpack-connect.is-woocommerce-core-profiler-flow .jetpack-connect__main{max-width:615px}.layout.is-section-jetpack-connect.is-woocommerce-core-profiler-flow.feature-flag-woocommerce-core-profiler-passwordless-auth .jetpack-connect__tos-link a.jetpack-connect__sso-actions-modal-link{color:var(--wp-admin-theme-color);text-decoration:underline;text-underline-offset:2px}.layout.is-section-jetpack-connect.is-woocommerce-core-profiler-flow .feature-flag-woocommerce-core-profiler-passwordless-auth .signup-form,.layout.is-section-jetpack-connect.is-woocommerce-core-profiler-flow .is-woo-passwordless .signup-form{max-width:327px;padding-top:48px}.layout.is-section-jetpack-connect.is-woocommerce-core-profiler-flow .feature-flag-woocommerce-core-profiler-passwordless-auth .signup-form .signup-form__passwordless-form-wrapper button.is-primary,.layout.is-section-jetpack-connect.is-woocommerce-core-profiler-flow .is-woo-passwordless .signup-form .signup-form__passwordless-form-wrapper button.is-primary{background-color:var(--wp-admin-theme-color);border-radius:0}.layout.is-section-jetpack-connect.is-woocommerce-core-profiler-flow .feature-flag-woocommerce-core-profiler-passwordless-auth .signup-form .signup-form__passwordless-form-wrapper .logged-out-form__footer,.layout.is-section-jetpack-connect.is-woocommerce-core-profiler-flow .is-woo-passwordless .signup-form .signup-form__passwordless-form-wrapper .logged-out-form__footer{padding:0}.layout.is-section-jetpack-connect.is-woocommerce-core-profiler-flow .feature-flag-woocommerce-core-profiler-passwordless-auth .signup-form .signup-form__passwordless-form-wrapper .form-fieldset,.layout.is-section-jetpack-connect.is-woocommerce-core-profiler-flow .is-woo-passwordless .signup-form .signup-form__passwordless-form-wrapper .form-fieldset{margin-bottom:24px}.layout.is-section-jetpack-connect.is-woocommerce-core-profiler-flow .feature-flag-woocommerce-core-profiler-passwordless-auth .signup-form input.signup-form__passwordless-email,.layout.is-section-jetpack-connect.is-woocommerce-core-profiler-flow .is-woo-passwordless .signup-form input.signup-form__passwordless-email{margin-bottom:0}.layout.is-section-jetpack-connect.is-woocommerce-core-profiler-flow .feature-flag-woocommerce-core-profiler-passwordless-auth .signup-form .auth-form__social,.layout.is-section-jetpack-connect.is-woocommerce-core-profiler-flow .is-woo-passwordless .signup-form .auth-form__social{padding-top:0}.layout.is-section-jetpack-connect.is-woocommerce-core-profiler-flow .feature-flag-woocommerce-core-profiler-passwordless-auth .signup-form .auth-form__social .auth-form__social-buttons,.layout.is-section-jetpack-connect.is-woocommerce-core-profiler-flow .is-woo-passwordless .signup-form .auth-form__social .auth-form__social-buttons{width:100%}.layout.is-section-jetpack-connect.is-woocommerce-core-profiler-flow .feature-flag-woocommerce-core-profiler-passwordless-auth .signup-form .auth-form__social .auth-form__social-buttons .social-buttons__button,.layout.is-section-jetpack-connect.is-woocommerce-core-profiler-flow .is-woo-passwordless .signup-form .auth-form__social .auth-form__social-buttons .social-buttons__button{align-items:center;border:1px solid #a7aaad;border-radius:2px;display:flex;justify-content:center;width:100%}.layout.is-section-jetpack-connect.is-woocommerce-core-profiler-flow .feature-flag-woocommerce-core-profiler-passwordless-auth .signup-form .auth-form__social .auth-form__social-buttons .social-buttons__button svg,.layout.is-section-jetpack-connect.is-woocommerce-core-profiler-flow .is-woo-passwordless .signup-form .auth-form__social .auth-form__social-buttons .social-buttons__button svg{border:none;border-radius:0;flex-shrink:0}.layout.is-section-jetpack-connect.is-woocommerce-core-profiler-flow .feature-flag-woocommerce-core-profiler-passwordless-auth .signup-form .auth-form__social .auth-form__social-buttons .social-buttons__button span,.layout.is-section-jetpack-connect.is-woocommerce-core-profiler-flow .is-woo-passwordless .signup-form .auth-form__social .auth-form__social-buttons .social-buttons__button span{flex-grow:1;margin-left:-40px;text-align:center}.layout.is-section-jetpack-connect.is-woocommerce-core-profiler-flow .feature-flag-woocommerce-core-profiler-passwordless-auth .site-icon,.layout.is-section-jetpack-connect.is-woocommerce-core-profiler-flow .is-woo-passwordless .site-icon{border-radius:4px}.layout.is-section-jetpack-connect.is-woocommerce-core-profiler-flow .feature-flag-woocommerce-core-profiler-passwordless-auth .jetpack-connect__logged-in-card,.layout.is-section-jetpack-connect.is-woocommerce-core-profiler-flow .is-woo-passwordless .jetpack-connect__logged-in-card{align-items:center;border:1px solid #ddd;padding:32px 24px}.layout.is-section-jetpack-connect.is-woocommerce-core-profiler-flow .feature-flag-woocommerce-core-profiler-passwordless-auth a.logged-out-form__link-item,.layout.is-section-jetpack-connect.is-woocommerce-core-profiler-flow .is-woo-passwordless a.logged-out-form__link-item{font-size:.875rem;font-weight:400;line-height:24px;margin:0}.layout.is-section-jetpack-connect.is-woocommerce-core-profiler-flow .feature-flag-woocommerce-core-profiler-passwordless-auth img.gravatar,.layout.is-section-jetpack-connect.is-woocommerce-core-profiler-flow .is-woo-passwordless img.gravatar{height:80px;width:80px}.layout.is-section-jetpack-connect.is-woocommerce-core-profiler-flow .feature-flag-woocommerce-core-profiler-passwordless-auth .jetpack-connect__logged-in-form-user,.layout.is-section-jetpack-connect.is-woocommerce-core-profiler-flow .is-woo-passwordless .jetpack-connect__logged-in-form-user{flex-direction:column}.layout.is-section-jetpack-connect.is-woocommerce-core-profiler-flow .feature-flag-woocommerce-core-profiler-passwordless-auth .jetpack-connect__logged-in-form-user-text,.layout.is-section-jetpack-connect.is-woocommerce-core-profiler-flow .is-woo-passwordless .jetpack-connect__logged-in-form-user-text{align-items:center;display:flex;flex-direction:column;margin-bottom:13.5px}.layout.is-section-jetpack-connect.is-woocommerce-core-profiler-flow .feature-flag-woocommerce-core-profiler-passwordless-auth .jetpack-connect__logged-in-form-user-text strong,.layout.is-section-jetpack-connect.is-woocommerce-core-profiler-flow .is-woo-passwordless .jetpack-connect__logged-in-form-user-text strong{display:block;font-size:1rem;font-weight:500;letter-spacing:-.008px;line-height:24px}.layout.is-section-jetpack-connect.is-woocommerce-core-profiler-flow .feature-flag-woocommerce-core-profiler-passwordless-auth .jetpack-connect__tos-link,.layout.is-section-jetpack-connect.is-woocommerce-core-profiler-flow .is-woo-passwordless .jetpack-connect__tos-link{margin:24px auto;text-align:center}.layout.is-section-jetpack-connect.is-woocommerce-core-profiler-flow .feature-flag-woocommerce-core-profiler-passwordless-auth .jetpack-connect__tos-link a,.layout.is-section-jetpack-connect.is-woocommerce-core-profiler-flow .is-woo-passwordless .jetpack-connect__tos-link a{line-height:inherit}.layout.is-section-jetpack-connect.is-woocommerce-core-profiler-flow .jetpack-connect__site.card{align-items:center;background:#fff;border:1px solid #ddd;border-radius:2px;display:flex;flex-direction:row;gap:16px;margin:48px auto 16px;max-width:405px;padding:16px 24px}@media(max-width:660px){.layout.is-section-jetpack-connect.is-woocommerce-core-profiler-flow .jetpack-connect__site.card{margin:40px 20px 16px;max-width:100%}}.layout.is-section-jetpack-connect.is-woocommerce-core-profiler-flow .jetpack-connect__site.card .site__content{padding:0;text-decoration:none}.layout.is-section-jetpack-connect.is-woocommerce-core-profiler-flow .jetpack-connect__site.card .site-icon{background-color:#f0f0f1;border-radius:50%;height:40px!important;margin-right:16px;width:40px!important}.layout.is-section-jetpack-connect.is-woocommerce-core-profiler-flow .jetpack-connect__site.card .site-icon svg{fill:#949494}.layout.is-section-jetpack-connect.is-woocommerce-core-profiler-flow .jetpack-connect__site.card .site__title{color:var(--studio-gray-100);font-size:1rem;font-weight:500}.layout.is-section-jetpack-connect.is-woocommerce-core-profiler-flow .jetpack-connect__site.card .site__domain{color:#757575;font-size:.875rem;line-height:24px}.layout.is-section-jetpack-connect.is-woocommerce-core-profiler-flow .jetpack-connect__logged-in-card{background:#fff;border:1px solid #ddd;border-radius:2px;display:flex;flex-direction:column;margin:0;max-width:405px;padding:16px 24px}@media(max-width:660px){.layout.is-section-jetpack-connect.is-woocommerce-core-profiler-flow .jetpack-connect__logged-in-card{max-width:100%}}.layout.is-section-jetpack-connect.is-woocommerce-core-profiler-flow .jetpack-connect__logged-in-card .jetpack-connect__logged-in-form-user{align-items:center;display:flex;gap:16px}.layout.is-section-jetpack-connect.is-woocommerce-core-profiler-flow .jetpack-connect__logged-in-card .gravatar{margin:0}.layout.is-section-jetpack-connect.is-woocommerce-core-profiler-flow .jetpack-connect__logged-in-card .jetpack-connect__logged-in-form-user-text{color:var(--studio-gray-100);font-size:1rem;font-weight:500;text-align:left}.layout.is-section-jetpack-connect.is-woocommerce-core-profiler-flow .jetpack-connect__logged-in-card .jetpack-connect__logged-in-form-user-text small{color:#757575;font-size:.875rem;font-weight:400;line-height:24px}.layout.is-section-jetpack-connect.is-woocommerce-core-profiler-flow .jetpack-connect__logged-in-card .logged-out-form__link-item{color:var(--wp-admin-theme-color);font-size:.875rem;line-height:18px;margin:8px 0 0 56px;padding:0;text-align:left;text-decoration:none}.layout.is-section-jetpack-connect.is-woocommerce-core-profiler-flow .jetpack-connect__logged-in-content{margin:0 auto;max-width:405px}@media(max-width:660px){.layout.is-section-jetpack-connect.is-woocommerce-core-profiler-flow .jetpack-connect__logged-in-content{max-width:100%}}.layout.is-section-jetpack-connect.is-woocommerce-core-profiler-flow .jetpack-connect__action-disclaimer{margin:32px 0 0;padding:0}.layout.is-section-jetpack-connect.is-woocommerce-core-profiler-flow .jetpack-connect__action-disclaimer .button{font-weight:500}.layout.is-section-jetpack-connect.is-woocommerce-core-profiler-flow .jetpack-connect__tos-link{color:#757575;font-size:.75rem;letter-spacing:-.08px;line-height:18px;margin:40px auto 70px;max-width:400px}@media(max-width:660px){.layout.is-section-jetpack-connect.is-woocommerce-core-profiler-flow .jetpack-connect__tos-link{margin:12px auto 20px}}.layout.is-section-jetpack-connect.is-woocommerce-core-profiler-flow .jetpack-connect__tos-link a{color:#757575;font-size:.75rem;text-decoration:none}.layout.is-section-jetpack-connect.is-woocommerce-core-profiler-flow .jetpack-connect__jetpack-logo-wrapper{align-items:center;display:flex;justify-content:center}.layout.is-section-jetpack-connect.is-woocommerce-core-profiler-flow .jetpack-connect__jetpack-logo-wrapper svg{margin-right:6px}.layout.is-section-jetpack-connect.is-woocommerce-core-profiler-flow .jetpack-connect__jetpack-logo-wrapper span{color:#1e1e1e;font-size:.75rem}.layout.is-section-jetpack-connect.is-woocommerce-core-profiler-flow .jetpack-connect__logged-in-bottom .spinner__inner,.layout.is-section-jetpack-connect.is-woocommerce-core-profiler-flow .jetpack-connect__logged-in-bottom .spinner__outer{border-right-color:#0000;border-top-color:#fff}@media(max-width:660px){.layout.is-section-jetpack-connect.is-woocommerce-core-profiler-flow .jetpack-connect__logged-in-bottom{bottom:24px;padding-right:20px;position:absolute;width:-webkit-fill-available;width:fill-available}}.layout.is-section-jetpack-connect.is-woocommerce-core-profiler-flow .jetpack-connect__woo-core-profiler-notice{bottom:32px;height:50px;left:36px;margin-bottom:0;position:fixed;width:262px;z-index:999}@media(max-width:660px){.layout.is-section-jetpack-connect.is-woocommerce-core-profiler-flow .jetpack-connect__woo-core-profiler-notice{bottom:20px;left:0;margin:0 20px;width:calc(100% - 40px)}}.layout.is-section-jetpack-connect.is-woocommerce-core-profiler-flow .jetpack-connect__woo-core-profiler-notice .notice__icon-wrapper{background:inherit;padding:0 3px 0 11px;width:-moz-fit-content;width:fit-content}.layout.is-section-jetpack-connect.is-woocommerce-core-profiler-flow .jetpack-connect__woo-core-profiler-notice .notice__icon-wrapper .notice__icon{color:var(--studio-green-30)}.layout.is-section-jetpack-connect.is-woocommerce-core-profiler-flow .jetpack-connect__woo-core-profiler-notice .notice__content{font-size:.8125rem;line-height:16px;padding:17px 8px}.layout.is-section-jetpack-connect.is-woocommerce-core-profiler-flow .jetpack-connect__authorize-form .jetpack-connect__site.card .site-icon{background-color:color-mix(in srgb,var(--wp-admin-theme-color) 15%,#0000)}.layout.is-section-jetpack-connect.is-woocommerce-core-profiler-flow .jetpack-connect__authorize-form .jetpack-connect__site.card .site-icon svg{fill:var(--wp-admin-theme-color)}.layout.is-section-jetpack-connect.is-woocommerce-core-profiler-flow .signup-form__terms-of-service-link{margin-bottom:12px}.layout.is-section-jetpack-connect.is-woocommerce-core-profiler-flow .auth-form__social{margin-bottom:48px;padding-bottom:0}body.is-section-jetpack-connect{background-color:var(--color-surface)}body.is-section-jetpack-connect .layout.is-jetpack-woo-dna-flow .wpcom-site__logo{display:none}@media(max-width:660px){.is-section-jetpack-connect .product-card .product-card__header-primary{justify-content:center}}.is-section-jetpack-connect .product-card .product-card__title,.is-section-jetpack-connect .product-card .product-card__title:not(.is-purchased){color:var(--color-neutral-70);font-size:1.25rem}.is-section-jetpack-connect .product-card .plan-price,.is-section-jetpack-connect .product-card .plan-price *,.is-section-jetpack-connect .product-card .product-card__billing-timeframe,.is-section-jetpack-connect .product-card .product-card__option .product-card__price-group .product-card__billing-timeframe{color:var(--color-neutral-70);font-style:normal;vertical-align:initial}@media(min-width:661px){.is-section-jetpack-connect .product-card .plan-price,.is-section-jetpack-connect .product-card .plan-price *,.is-section-jetpack-connect .product-card .product-card__billing-timeframe,.is-section-jetpack-connect .product-card .product-card__option .product-card__price-group .product-card__billing-timeframe{font-weight:600}}.is-section-jetpack-connect .product-card .plan-price.is-original,.is-section-jetpack-connect .product-card .plan-price.is-original *{color:var(--color-neutral-light)}.is-section-jetpack-connect .product-card .product-card__billing-timeframe{font-size:.875rem}.is-section-jetpack-connect .product-card .product-card__header{padding:12px 0}@media(max-width:660px){.is-section-jetpack-connect .product-card .product-card__header{padding:16px 0}}.is-section-jetpack-connect .product-card .product-card__header .plan-price,.is-section-jetpack-connect .product-card .product-card__header .plan-price *{font-size:1rem;line-height:21px}.is-section-jetpack-connect .product-card .product-card__option-name{text-align:left}.layout.is-section-jetpack-connect .upsell .upsell__header .formatted-header{color:inherit}.is-section-jetpack-connect .selector__main{--color-accent:var(--studio-jetpack-green-40);--color-primary:var(--studio-jetpack-green-40)}.jetpack-connect__main.is-wpcom-migration{--color-accent:var(--studio-blue);--color-primary:var(--studio-blue-40);--color-accent-dark:var(--studio-blue-60);--color-accent-60:var(--studio-blue-60);max-width:472px}.jetpack-connect__main.is-wpcom-migration .formatted-header__title{color:var(--studio-gray-100);font-family:Recoleta,"Noto Serif",Georgia,Times New Roman,Times,serif;font-size:2.75rem}.jetpack-connect__main.is-wpcom-migration .formatted-header__subtitle{font-size:1rem;margin-bottom:2.5rem}.jetpack-connect__main.is-wpcom-migration .jetpack-connect__logged-in-card.card,.jetpack-connect__main.is-wpcom-migration .jetpack-connect__site.card{border-radius:4px;box-shadow:0 0 0 1px #c3c4c7;max-width:472px}.jetpack-connect__main.is-wpcom-migration .gravatar{border:1px solid #a7aaad;padding:8px}.jetpack-connect__main.is-wpcom-migration .jetpack-connect__logged-in-form-user-text{font-size:1.25rem;margin-bottom:0}.jetpack-connect__main.is-wpcom-migration .jetpack-connect__tos-link{color:var(--studio-gray-50);font-size:.875rem;margin-bottom:3.125rem}.jetpack-connect__main.is-wpcom-migration .jetpack-connect__tos-link a{text-decoration:underline}.jetpack-connect__main.is-wpcom-migration .button{display:block;margin:auto;min-width:170px;width:auto}.jetpack-connect__main.is-wpcom-migration .logged-out-form__links:before{background:#c3c4c7}.jetpack-connect__main.is-wpcom-migration .logged-out-form__link-item{color:var(--color-accent-dark)}.jetpack-connect__main.is-wpcom-migration .logged-out-form__link-item:focus,.jetpack-connect__main.is-wpcom-migration .logged-out-form__link-item:hover{color:var(--color-accent)}