﻿@keyframes Notification-module__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}@keyframes Notification-module__slideInUp{0%{transform:translate3d(0, 110%, 0);visibility:visible}to{transform:translateZ(0)}}@keyframes Notification-module__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0, 110%, 0)}}@keyframes Notification-module__slideInRight{0%{transform:translate3d(110%, 0, 0);visibility:visible}to{transform:translateZ(0)}}@keyframes Notification-module__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%, 0, 0);visibility:hidden}}.Notification-module__notificationWrapper{position:relative;z-index:900}.Notification-module__root{padding:calc(var(--notification-padding) - 1px);border-radius:var(--notification-radius);box-shadow:var(--elevation-300);position:fixed;width:calc(100% - var(--largeExtra));bottom:var(--medium);left:var(--medium)}@media (min-width: 768px){.Notification-module__root{width:488px;top:var(--medium);right:var(--medium);bottom:auto;left:auto}}.Notification-module__root.Notification-module__inline{position:relative;box-shadow:none}.Notification-module__info{color:var(--color-text-subdued);background-color:var(--color-notification-toast-background);border:1px solid var(--color-stroke-info)}.Notification-module__info .Notification-module__icon{fill:var(--color-icon-info);margin-top:2px}@media (min-width: 1025px){.Notification-module__info .Notification-module__icon{margin-top:4px}}.Notification-module__info .Notification-module__title{color:var(--color-text-base)}.Notification-module__info.Notification-module__inline{color:var(--color-text-subdued);background-color:var(--color-background-info-subdued);border-color:var(--color-notification-inline-stroke-info)}.Notification-module__info.Notification-module__inline .Notification-module__icon{width:var(--notification-inline-icon);height:var(--notification-inline-icon);margin-top:4px;fill:var(--color-notification-inline-icon-info)}@media (min-width: 1025px){.Notification-module__info.Notification-module__inline .Notification-module__icon{margin-top:6px}}.Notification-module__info.Notification-module__inline .Notification-module__title{color:var(--color-text-base)}.Notification-module__success{color:var(--color-text-subdued);background-color:var(--color-notification-toast-background);border:1px solid var(--color-stroke-success)}.Notification-module__success .Notification-module__icon{fill:var(--color-icon-success);margin-top:2px}@media (min-width: 1025px){.Notification-module__success .Notification-module__icon{margin-top:4px}}.Notification-module__success .Notification-module__title{color:var(--color-text-base)}.Notification-module__success.Notification-module__inline{color:var(--color-text-subdued);background-color:var(--color-background-success-subdued);border-color:var(--color-notification-inline-stroke-success)}.Notification-module__success.Notification-module__inline .Notification-module__icon{width:var(--notification-inline-icon);height:var(--notification-inline-icon);margin-top:4px;fill:var(--color-notification-inline-icon-success)}@media (min-width: 1025px){.Notification-module__success.Notification-module__inline .Notification-module__icon{margin-top:6px}}.Notification-module__success.Notification-module__inline .Notification-module__title{color:var(--color-text-base)}.Notification-module__warning{color:var(--color-text-subdued);background-color:var(--color-notification-toast-background);border:1px solid var(--color-stroke-warning)}.Notification-module__warning .Notification-module__icon{fill:var(--color-icon-warning);margin-top:2px}@media (min-width: 1025px){.Notification-module__warning .Notification-module__icon{margin-top:4px}}.Notification-module__warning .Notification-module__title{color:var(--color-text-base)}.Notification-module__warning.Notification-module__inline{color:var(--color-text-subdued);background-color:var(--color-background-warning-subdued);border-color:var(--color-notification-inline-stroke-warning)}.Notification-module__warning.Notification-module__inline .Notification-module__icon{width:var(--notification-inline-icon);height:var(--notification-inline-icon);margin-top:4px;fill:var(--color-notification-inline-icon-warning)}@media (min-width: 1025px){.Notification-module__warning.Notification-module__inline .Notification-module__icon{margin-top:6px}}.Notification-module__warning.Notification-module__inline .Notification-module__title{color:var(--color-text-base)}.Notification-module__warning.Notification-module__inline .Notification-module__icon{fill:var(--color-icon-warning)}.Notification-module__critical{color:var(--color-text-subdued);background-color:var(--color-notification-toast-background);border:1px solid var(--color-stroke-critical)}.Notification-module__critical .Notification-module__icon{fill:var(--color-icon-critical);margin-top:2px}@media (min-width: 1025px){.Notification-module__critical .Notification-module__icon{margin-top:4px}}.Notification-module__critical .Notification-module__title{color:var(--color-text-base)}.Notification-module__critical.Notification-module__inline{color:var(--color-text-subdued);background-color:var(--color-background-critical-subdued);border-color:var(--color-notification-inline-stroke-critical)}.Notification-module__critical.Notification-module__inline .Notification-module__icon{width:var(--notification-inline-icon);height:var(--notification-inline-icon);margin-top:4px;fill:var(--color-notification-inline-icon-critical)}@media (min-width: 1025px){.Notification-module__critical.Notification-module__inline .Notification-module__icon{margin-top:6px}}.Notification-module__critical.Notification-module__inline .Notification-module__title{color:var(--color-text-base)}.Notification-module__body{display:flex;word-break:break-word}.Notification-module__body.Notification-module__withoutMessage{align-items:center}.Notification-module__body.Notification-module__withoutMessage .Notification-module__content{display:flex;justify-content:space-between}.Notification-module__body.Notification-module__withoutMessage .Notification-module__icon,.Notification-module__icon{margin-right:var(--notification-toast-gap)}.Notification-module__icon{flex-shrink:0;width:var(--notification-toast-icon);height:var(--notification-toast-icon)}.Notification-module__content{display:flex;flex-direction:column;flex-grow:1}.Notification-module__content .Notification-module__message{font-family:var(--small-body-default-font-family);font-size:var(--small-body-default-font-size);font-weight:var(--small-body-default-font-weight);letter-spacing:var(--small-body-default-letter-spacing);line-height:var(--small-body-default-line-height);text-decoration:var(--small-body-default-text-decoration);text-transform:var(--small-body-default-text-transform)}@media (min-width: 1025px){.Notification-module__content .Notification-module__message{font-family:var(--large-body-default-font-family);font-size:var(--large-body-default-font-size);font-weight:var(--large-body-default-font-weight);letter-spacing:var(--large-body-default-letter-spacing);line-height:var(--large-body-default-line-height);text-decoration:var(--large-body-default-text-decoration);text-transform:var(--large-body-default-text-transform)}}.Notification-module__content button{margin-top:var(--smallExtra)}.Notification-module__title{font-family:var(--small-body-strong-font-family);font-size:var(--small-body-strong-font-size);font-weight:var(--small-body-strong-font-weight);letter-spacing:var(--small-body-strong-letter-spacing);line-height:var(--small-body-strong-line-height);text-decoration:var(--small-body-strong-text-decoration);text-transform:var(--small-body-strong-text-transform);margin-bottom:0}@media (min-width: 1025px){.Notification-module__title{font-family:var(--large-body-strong-font-family);font-size:var(--large-body-strong-font-size);font-weight:var(--large-body-strong-font-weight);letter-spacing:var(--large-body-strong-letter-spacing);line-height:var(--large-body-strong-line-height);text-decoration:var(--large-body-strong-text-decoration);text-transform:var(--large-body-strong-text-transform)}}.Notification-module__dismiss{flex-shrink:0;margin-left:var(--notification-toast-gap)}.Notification-module__progress{animation:Notification-module__trackProgress linear}.Notification-module__enter{animation:Notification-module__slideInUp var(--motion-ease-out) both}@media (min-width: 768px){.Notification-module__enter{animation:Notification-module__slideInRight var(--motion-ease-out) both}}.Notification-module__exit{animation:Notification-module__slideOutDown var(--motion-ease-in) both}@media (min-width: 768px){.Notification-module__exit{animation:Notification-module__slideOutRight var(--motion-ease-in) both}}.Notification-module__bell{width:max-content;border:none;padding:0;color:var(--color-neutral-on-surface-inverted)}.Notification-module__bell .Notification-module__bellContent{font-family:var(--small-body-default-font-family);font-size:var(--small-body-default-font-size);font-weight:var(--small-body-default-font-weight);letter-spacing:var(--small-body-default-letter-spacing);line-height:var(--small-body-default-line-height);text-decoration:var(--small-body-default-text-decoration);text-transform:var(--small-body-default-text-transform);display:flex;align-items:center;justify-content:center;border-radius:var(--radius-notification);background-color:var(--color-neutral-surface-inverted);padding:var(--space-base) var(--space-1\.5);max-width:255px}@media (min-width: 1025px){.Notification-module__bell .Notification-module__bellContent{font-family:var(--large-body-default-font-family);font-size:var(--large-body-default-font-size);font-weight:var(--large-body-default-font-weight);letter-spacing:var(--large-body-default-letter-spacing);line-height:var(--large-body-default-line-height);text-decoration:var(--large-body-default-text-decoration);text-transform:var(--large-body-default-text-transform)}}.Notification-module__bell .Notification-module__bellContent svg{width:16px;height:16px;margin:0 12px 0 0;fill:var(--color-neutral-on-surface-inverted)}.Notification-module__bell .Notification-module__bellContent span{text-align:center}.Notification-module__bell .Notification-module__bellContentRadius{border-radius:var(--radius-notification) 0 0 var(--radius-notification)}.Notification-module__bell .Notification-module__body .Notification-module__bellButton{font-family:var(--small-button-medium-font-family);font-size:var(--small-button-medium-font-size);font-weight:var(--small-button-medium-font-weight);letter-spacing:var(--small-button-medium-letter-spacing);line-height:var(--small-button-medium-line-height);text-decoration:var(--small-button-medium-text-decoration);text-transform:var(--small-button-medium-text-transform);background-color:var(--color-neutral-surface-inverted);border-radius:0 var(--radius-notification) var(--radius-notification) 0;border-left:1px solid var(--color-neutral-stroke);padding:var(--space-1\.5);padding-left:calc(var(--space-1\.5) - 1px);color:inherit}@media (min-width: 1025px){.Notification-module__bell .Notification-module__body .Notification-module__bellButton{font-family:var(--large-button-medium-font-family);font-size:var(--large-button-medium-font-size);font-weight:var(--large-button-medium-font-weight);letter-spacing:var(--large-button-medium-letter-spacing);line-height:var(--large-button-medium-line-height);text-decoration:var(--large-button-medium-text-decoration);text-transform:var(--large-button-medium-text-transform)}}.Notification-module__bell .Notification-module__body .Notification-module__bellButton:not(:disabled):hover{background-color:var(--color-neutral-surface-inverted-tint);color:var(--color-neutral-on-surface-inverted-tint);text-decoration:none}.Notification-module__bell .Notification-module__body .Notification-module__bellButton:not(:disabled):active{background-color:var(--color-neutral-surface-inverted-shade);color:var(--color-neutral-on-surface-inverted-shade);text-decoration:none}.Notification-module__bell .Notification-module__body .Notification-module__bellButton:not(:disabled):focus{border-radius:0 var(--radius-notification) var(--radius-notification) 0;box-shadow:0 0 0 2px #fff,var(--elevation-focus);color:var(--color-neutral-on-surface-inverted)}@media (max-width: 1025px){.Notification-module__bell .Notification-module__body .Notification-module__bellButton{padding:10px var(--space-1\.5)}}@keyframes Loader-module__loader-spinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Loader-module__root{width:80px;height:80px}.Loader-module__root .Loader-module__container{position:relative;width:var(--loading-indicator-large-height);height:var(--loading-indicator-large-height)}.Loader-module__root .Loader-module__container.Loader-module__TDHIcon{transform:translateZ(0);animation:Loader-module__loader-spinner 1.4s linear infinite}.Loader-module__root .Loader-module__container.Loader-module__TDHIcon svg{width:var(--loading-indicator-large-height);height:var(--loading-indicator-large-height)}.Loader-module__root .Loader-module__container .Loader-module__quarter,.Loader-module__root .Loader-module__container .Loader-module__track{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%}.Loader-module__root .Loader-module__container .Loader-module__track{border:8px solid var(--color-loading-indicator-icon);opacity:.25}.Loader-module__root .Loader-module__container .Loader-module__quarter{border:8px solid transparent;border-left:8px solid var(--color-loading-indicator-icon);transform:translateZ(0);animation:Loader-module__loader-spinner 1s linear infinite}.Loader-module__root .Loader-module__loader-text{text-align:center;padding-top:var(--smallExtra);font-family:var(--small-body-default-font-family);font-size:var(--small-body-default-font-size);font-weight:var(--small-body-default-font-weight);letter-spacing:var(--small-body-default-letter-spacing);line-height:var(--small-body-default-line-height);text-decoration:var(--small-body-default-text-decoration);text-transform:var(--small-body-default-text-transform);color:var(--color-text-base)}@media (min-width: 1025px){.Loader-module__root .Loader-module__loader-text{font-family:var(--large-body-default-font-family);font-size:var(--large-body-default-font-size);font-weight:var(--large-body-default-font-weight);letter-spacing:var(--large-body-default-letter-spacing);line-height:var(--large-body-default-line-height);text-decoration:var(--large-body-default-text-decoration);text-transform:var(--large-body-default-text-transform)}}.Loader-module__root:not(.Loader-module__inline){display:flex;margin:0 auto;align-items:center;justify-content:center;background-color:var(--color-modal-background-base);border-radius:var(--radius-medium);box-shadow:var(--elevation-050)}.Loader-module__root.Loader-module__with-loader-text:not(.Loader-module__inline){width:fit-content;max-width:440px;height:auto;flex-direction:column;padding:var(--medium)}.Loader-module__root.Loader-module__medium:not(.Loader-module__inline){width:40px;height:40px;border-radius:var(--radius-small)}.Loader-module__root.Loader-module__medium:not(.Loader-module__inline) .Loader-module__container{width:var(--loading-indicator-medium-height);height:var(--loading-indicator-medium-height)}.Loader-module__root.Loader-module__medium:not(.Loader-module__inline) .Loader-module__container .Loader-module__track{border-color:var(--color-loading-indicator-icon)}.Loader-module__root.Loader-module__medium:not(.Loader-module__inline) .Loader-module__container .Loader-module__quarter{border-left-color:var(--color-loading-indicator-icon)}.Loader-module__root.Loader-module__small:not(.Loader-module__inline){width:20px;height:20px;border-radius:var(--radius-small)}.Loader-module__root.Loader-module__small:not(.Loader-module__inline) .Loader-module__container{width:var(--height-icon);height:var(--height-icon)}.Loader-module__root.Loader-module__small:not(.Loader-module__inline) .Loader-module__container .Loader-module__track{border-color:var(--color-loading-indicator-icon)}.Loader-module__root.Loader-module__small:not(.Loader-module__inline) .Loader-module__container .Loader-module__quarter{border-left-color:var(--color-loading-indicator-icon)}.Loader-module__root.Loader-module__inline{width:var(--loading-indicator-large-height);height:var(--loading-indicator-large-height);color:var(--color-loading-indicator-icon)}.Loader-module__root.Loader-module__inline.Loader-module__medium{width:var(--loading-indicator-medium-height);height:var(--loading-indicator-medium-height)}.Loader-module__root.Loader-module__inline.Loader-module__small{width:var(--height-icon);height:var(--height-icon)}.Loader-module__root.Loader-module__inline .Loader-module__container{width:100%;height:100%}.Loader-module__root.Loader-module__inline .Loader-module__container .Loader-module__track{border-color:var(--color-loading-indicator-icon)}.Loader-module__root.Loader-module__inline .Loader-module__container .Loader-module__quarter{border-left-color:var(--color-loading-indicator-icon)}.Loader-module__root.Loader-module__inline .Loader-module__container.Loader-module__disabled .Loader-module__track{border-color:var(--color-icon-disabled)}.Loader-module__root.Loader-module__inline .Loader-module__container.Loader-module__disabled .Loader-module__quarter{border-left-color:var(--color-icon-disabled)}.Loader-module__root.Loader-module__inline.Loader-module__with-loader-text{width:fit-content;max-width:440px;height:auto;display:flex;flex-direction:column;align-items:center}.Loader-module__root.Loader-module__inline.Loader-module__with-loader-text .Loader-module__container{width:var(--loading-indicator-large-height);height:var(--loading-indicator-large-height)}.Loader-module__root.Loader-module__medium .Loader-module__TDHIcon svg{width:var(--loading-indicator-medium-height);height:var(--loading-indicator-medium-height)}.Loader-module__root.Loader-module__medium .Loader-module__track{border-width:4px;border-style:solid}.Loader-module__root.Loader-module__medium .Loader-module__quarter{border:4px solid transparent}.Loader-module__root.Loader-module__small .Loader-module__TDHIcon{display:flex;justify-content:center;align-items:center}.Loader-module__root.Loader-module__small .Loader-module__TDHIcon svg{width:var(--height-icon);height:var(--height-icon)}.Loader-module__root.Loader-module__small .Loader-module__track{border-width:2px;border-style:solid}.Loader-module__root.Loader-module__small .Loader-module__quarter{border:2px solid transparent}[data-mode=dark] .Loader-module__root:not(.Loader-module__inline) .Loader-module__container .Loader-module__quarter{border-left-color:var(--color-loading-indicator-icon)}@media (min-width: 576px){.root-web-sdk #containerForm .dialog-web-sdk .dialog-footer-web-sdk .do-not-save,.root-web-sdk #containerForm .dialog-web-sdk .dialog-footer-web-sdk .go-back-save{height:3rem;max-width:12.5rem;width:-webkit-fill-available !important}}.root-web-sdk #containerForm .dialog-web-sdk .dialog-footer-web-sdk .button-web-sdk:is(.go-back-save):not(button-modal-action-0):hover{--bg-opacity:1;background-color:#f9f5ff;background-color:rgba(249, 245, 255, var(--bg-opacity));--text-opacity:1;color:#351f65;color:rgba(53, 31, 101, var(--text-opacity));--border-opacity:1;border-color:#f9f5ff;border-color:rgba(249, 245, 255, var(--border-opacity))}.root-web-sdk #containerForm .dialog-web-sdk .dialog-footer-web-sdk .button-web-sdk:is(.go-back-save):not(button-modal-action-0):active{--bg-opacity:1;background-color:#351f65;background-color:rgba(53, 31, 101, var(--bg-opacity));--border-opacity:1;border-color:#351f65;border-color:rgba(53, 31, 101, var(--border-opacity));--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity))}@media (min-width: 576px){.root-web-sdk #containerForm .dialog-web-sdk .dialog-footer-web-sdk .button-web-sdk:is(.go-back-save):not(button-modal-action-0){margin-left:auto}}.root-web-sdk #containerForm .dialog-web-sdk .dialog-footer-web-sdk .button-web-sdk:is(.do-not-save):not(button-modal-action-1):active,.root-web-sdk #containerForm .dialog-web-sdk .dialog-footer-web-sdk .button-web-sdk:is(.do-not-save):not(button-modal-action-1):focus,.root-web-sdk #containerForm .dialog-web-sdk .dialog-footer-web-sdk .button-web-sdk:is(.do-not-save):not(button-modal-action-1):hover{background-color:transparent;border-width:0;--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity));box-shadow:none}.root-web-sdk #containerForm .dialog-web-sdk .dialog-footer-web-sdk .go-back-save{--bg-opacity:1;background-color:#422981;background-color:rgba(66, 41, 129, var(--bg-opacity));--border-opacity:1;border-color:#422981;border-color:rgba(66, 41, 129, var(--border-opacity));border-width:2px;border-radius:9999px;padding-top:.875rem;padding-bottom:.875rem}.root-web-sdk #containerForm .dialog-web-sdk .dialog-footer-web-sdk .go-back-save:focus{--bg-opacity:1;background-color:#f9f5ff;background-color:rgba(249, 245, 255, var(--bg-opacity));--text-opacity:1;color:#351f65;color:rgba(53, 31, 101, var(--text-opacity));--border-opacity:1;border-color:#f9f5ff;border-color:rgba(249, 245, 255, var(--border-opacity));box-shadow:0 0 0 2px #fff,0 0 2px 4px rgba(81,86,245,0.6)}@media only screen and (max-width: 576px) and (min-width: 320px){.root-web-sdk #containerForm .dialog-web-sdk .dialog-footer-web-sdk .go-back-save{margin-top:0}}.root-web-sdk #containerForm .dialog-web-sdk .dialog-footer-web-sdk .do-not-save{background-color:transparent;border-width:0;--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity));padding-left:0;padding-right:0}@media only screen and (max-width: 576px) and (min-width: 320px){.root-web-sdk #containerForm .dialog-web-sdk .dialog-footer-web-sdk .do-not-save{margin-bottom:0}}.root-web-sdk #containerForm .dialog-web-sdk .dialog-description{padding-left:.75rem;padding-right:.75rem;--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity))}.Button-module__root{padding:0;cursor:pointer;background:none;border:none;user-select:none;appearance:none;outline:none;position:relative;display:inline-flex;align-items:center;margin:0;text-align:center}@supports (contain: none){.Button-module__root:focus-visible{outline:none;box-shadow:0 0 0 2px var(--color-accessibility-focus-inner-shadow),0 0 2px 4px var(--color-accessibility-focus-outer-shadow)}}@supports (contain: none){.Button-module__root:focus-within{outline:none;box-shadow:0 0 0 2px var(--color-accessibility-focus-inner-shadow),0 0 2px 4px var(--color-accessibility-focus-outer-shadow)}}@supports not (contain: none){.Button-module__root:focus{outline:none;box-shadow:0 0 0 2px var(--color-accessibility-focus-inner-shadow),0 0 2px 4px var(--color-accessibility-focus-outer-shadow)}}.Button-module__root:not(.Button-module__variant){font-family:var(--small-button-medium-font-family);font-size:var(--small-button-medium-font-size);font-weight:var(--small-button-medium-font-weight);letter-spacing:var(--small-button-medium-letter-spacing);line-height:var(--small-button-medium-line-height);text-decoration:var(--small-button-medium-text-decoration);text-transform:var(--small-button-medium-text-transform);color:var(--color-button2-text-default);border:none;vertical-align:middle;transition:color .3s}@media (min-width: 1025px){.Button-module__root:not(.Button-module__variant){font-family:var(--large-button-medium-font-family);font-size:var(--large-button-medium-font-size);font-weight:var(--large-button-medium-font-weight);letter-spacing:var(--large-button-medium-letter-spacing);line-height:var(--large-button-medium-line-height);text-decoration:var(--large-button-medium-text-decoration);text-transform:var(--large-button-medium-text-transform)}}@supports (contain: none){.Button-module__root:not(.Button-module__variant):not([disabled]):not(.Button-module__disabled):focus-visible{outline:none;box-shadow:0 0 0 4px var(--color-accessibility-focus-inner-shadow),0 0 2px 6px var(--color-accessibility-focus-outer-shadow);color:var(--color-button2-button-tertiary-text-hover);background-color:var(--color-button2-button-tertiary-background-focus);border-radius:var(--button-tertiary-focus-radius);transition:none;box-shadow:0 0 0 4px var(--color-effect-focus-padding),var(--elevation-focusTertiaryButton)}}@supports (contain: none){.Button-module__root:not(.Button-module__variant):not([disabled]):not(.Button-module__disabled):focus-within{outline:none;box-shadow:0 0 0 4px var(--color-accessibility-focus-inner-shadow),0 0 2px 6px var(--color-accessibility-focus-outer-shadow);color:var(--color-button2-button-tertiary-text-hover);background-color:var(--color-button2-button-tertiary-background-focus);border-radius:var(--button-tertiary-focus-radius);transition:none;box-shadow:0 0 0 4px var(--color-effect-focus-padding),var(--elevation-focusTertiaryButton)}}@supports not (contain: none){.Button-module__root:not(.Button-module__variant):not([disabled]):not(.Button-module__disabled):focus{outline:none;box-shadow:0 0 0 4px var(--color-accessibility-focus-inner-shadow),0 0 2px 6px var(--color-accessibility-focus-outer-shadow);color:var(--color-button2-button-tertiary-text-hover);background-color:var(--color-button2-button-tertiary-background-focus);border-radius:var(--button-tertiary-focus-radius);transition:none;box-shadow:0 0 0 4px var(--color-effect-focus-padding),var(--elevation-focusTertiaryButton)}}.Button-module__root:not(.Button-module__variant):not([disabled]):not(.Button-module__disabled):active,.Button-module__root:not(.Button-module__variant):not([disabled]):not(.Button-module__disabled):hover{font-family:var(--small-button-tertiary-hover-font-family);font-size:var(--small-button-tertiary-hover-font-size);font-weight:var(--small-button-tertiary-hover-font-weight);letter-spacing:var(--small-button-tertiary-hover-letter-spacing);line-height:var(--small-button-tertiary-hover-line-height);text-decoration:var(--small-button-tertiary-hover-text-decoration);text-transform:var(--small-button-tertiary-hover-text-transform)}@media (min-width: 1025px){.Button-module__root:not(.Button-module__variant):not([disabled]):not(.Button-module__disabled):active,.Button-module__root:not(.Button-module__variant):not([disabled]):not(.Button-module__disabled):hover{font-family:var(--large-button-tertiary-hover-font-family);font-size:var(--large-button-tertiary-hover-font-size);font-weight:var(--large-button-tertiary-hover-font-weight);letter-spacing:var(--large-button-tertiary-hover-letter-spacing);line-height:var(--large-button-tertiary-hover-line-height);text-decoration:var(--large-button-tertiary-hover-text-decoration);text-transform:var(--large-button-tertiary-hover-text-transform)}}.Button-module__root:not(.Button-module__variant):not([disabled]):not(.Button-module__disabled):hover{color:var(--color-button2-button-tertiary-text-hover)}.Button-module__root:not(.Button-module__variant):not([disabled]):not(.Button-module__disabled):active{color:var(--color-button2-text-pressed)}.Button-module__root.Button-module__destructive:not(.Button-module__variant):not([disabled]):not(.Button-module__disabled){color:var(--color-button2-destructive-text-default)}@supports (contain: none){.Button-module__root.Button-module__destructive:not(.Button-module__variant):not([disabled]):not(.Button-module__disabled):focus-visible{outline:none;box-shadow:0 0 0 2px var(--color-accessibility-focus-inner-shadow),0 0 2px 4px var(--color-accessibility-focus-outer-shadow);background-color:var(--color-button2-button-tertiary-background-focus);border-radius:var(--button-tertiary-focus-radius);color:var(--color-button2-destructive-button-tertiary-text-hover);box-shadow:0 0 0 4px var(--color-effect-focus-padding),var(--elevation-focusTertiaryButton)}}@supports (contain: none){.Button-module__root.Button-module__destructive:not(.Button-module__variant):not([disabled]):not(.Button-module__disabled):focus-within{outline:none;box-shadow:0 0 0 2px var(--color-accessibility-focus-inner-shadow),0 0 2px 4px var(--color-accessibility-focus-outer-shadow);background-color:var(--color-button2-button-tertiary-background-focus);border-radius:var(--button-tertiary-focus-radius);color:var(--color-button2-destructive-button-tertiary-text-hover);box-shadow:0 0 0 4px var(--color-effect-focus-padding),var(--elevation-focusTertiaryButton)}}@supports not (contain: none){.Button-module__root.Button-module__destructive:not(.Button-module__variant):not([disabled]):not(.Button-module__disabled):focus{outline:none;box-shadow:0 0 0 2px var(--color-accessibility-focus-inner-shadow),0 0 2px 4px var(--color-accessibility-focus-outer-shadow);background-color:var(--color-button2-button-tertiary-background-focus);border-radius:var(--button-tertiary-focus-radius);color:var(--color-button2-destructive-button-tertiary-text-hover);box-shadow:0 0 0 4px var(--color-effect-focus-padding),var(--elevation-focusTertiaryButton)}}.Button-module__root.Button-module__destructive:not(.Button-module__variant):not([disabled]):not(.Button-module__disabled):hover{color:var(--color-button2-destructive-button-tertiary-text-hover)}.Button-module__root.Button-module__destructive:not(.Button-module__variant):not([disabled]):not(.Button-module__disabled):active{color:var(--color-button2-destructive-text-pressed)}.Button-module__root.Button-module__disabled:not(.Button-module__variant),.Button-module__root:not(.Button-module__variant):disabled{color:var(--color-text-disabled);cursor:not-allowed}.Button-module__root svg{width:12px;height:12px}.Button-module__root.Button-module__variant{font-family:var(--small-button-medium-font-family);font-size:var(--small-button-medium-font-size);font-weight:var(--small-button-medium-font-weight);letter-spacing:var(--small-button-medium-letter-spacing);line-height:var(--small-button-medium-line-height);text-decoration:var(--small-button-medium-text-decoration);text-transform:var(--small-button-medium-text-transform);border-radius:var(--radius-large);transition:.3s}@media (min-width: 1025px){.Button-module__root.Button-module__variant{font-family:var(--large-button-medium-font-family);font-size:var(--large-button-medium-font-size);font-weight:var(--large-button-medium-font-weight);letter-spacing:var(--large-button-medium-letter-spacing);line-height:var(--large-button-medium-line-height);text-decoration:var(--large-button-medium-text-decoration);text-transform:var(--large-button-medium-text-transform)}}.Button-module__root.Button-module__variant.Button-module__primary.Button-module__small{padding:var(--small) var(--button-primary-small-padding-horizontal)}.Button-module__root.Button-module__variant.Button-module__primary.Button-module__default{padding:14px var(--button-primary-medium-padding-horizontal)}.Button-module__root.Button-module__variant.Button-module__secondary.Button-module__small{padding:11px 23px}.Button-module__root.Button-module__variant.Button-module__secondary.Button-module__default{padding:13px 31px}.Button-module__root.Button-module__block{justify-content:center;width:100%}.Button-module__root.Button-module__primary{color:var(--color-button1-text-default);background-color:var(--color-button1-background-default);border-color:var(--color-button1-background-default)}@supports (contain: none){.Button-module__root.Button-module__primary:not([disabled]):not(.Button-module__disabled):focus-visible{outline:none;box-shadow:0 0 0 2px var(--color-accessibility-focus-inner-shadow),0 0 2px 4px var(--color-accessibility-focus-outer-shadow);color:var(--color-button1-text-hover);background-color:var(--color-button1-background-hover);box-shadow:0 0 0 2px var(--color-effect-focus-padding),var(--elevation-focusDefault)}}@supports (contain: none){.Button-module__root.Button-module__primary:not([disabled]):not(.Button-module__disabled):focus-within{outline:none;box-shadow:0 0 0 2px var(--color-accessibility-focus-inner-shadow),0 0 2px 4px var(--color-accessibility-focus-outer-shadow);color:var(--color-button1-text-hover);background-color:var(--color-button1-background-hover);box-shadow:0 0 0 2px var(--color-effect-focus-padding),var(--elevation-focusDefault)}}@supports not (contain: none){.Button-module__root.Button-module__primary:not([disabled]):not(.Button-module__disabled):focus{outline:none;box-shadow:0 0 0 2px var(--color-accessibility-focus-inner-shadow),0 0 2px 4px var(--color-accessibility-focus-outer-shadow);color:var(--color-button1-text-hover);background-color:var(--color-button1-background-hover);box-shadow:0 0 0 2px var(--color-effect-focus-padding),var(--elevation-focusDefault)}}.Button-module__root.Button-module__primary:not([disabled]):not(.Button-module__disabled):hover{color:var(--color-button1-text-hover);background-color:var(--color-button1-background-hover)}.Button-module__root.Button-module__primary:not([disabled]):not(.Button-module__disabled):active{color:var(--color-button1-text-pressed);background-color:var(--color-button1-background-pressed)}.Button-module__root.Button-module__primary.Button-module__destructive{color:var(--color-button1-destructive-text-default);background-color:var(--color-background-critical-base)}@supports (contain: none){.Button-module__root.Button-module__primary.Button-module__destructive:not([disabled]):not(.Button-module__disabled):focus-visible{outline:none;box-shadow:0 0 0 2px var(--color-accessibility-focus-inner-shadow),0 0 2px 4px var(--color-accessibility-focus-outer-shadow);color:var(--color-button1-destructive-text-hover);background-color:var(--color-button1-destructive-background-hover);box-shadow:0 0 0 2px var(--color-effect-focus-padding),var(--elevation-focusDefault)}}@supports (contain: none){.Button-module__root.Button-module__primary.Button-module__destructive:not([disabled]):not(.Button-module__disabled):focus-within{outline:none;box-shadow:0 0 0 2px var(--color-accessibility-focus-inner-shadow),0 0 2px 4px var(--color-accessibility-focus-outer-shadow);color:var(--color-button1-destructive-text-hover);background-color:var(--color-button1-destructive-background-hover);box-shadow:0 0 0 2px var(--color-effect-focus-padding),var(--elevation-focusDefault)}}@supports not (contain: none){.Button-module__root.Button-module__primary.Button-module__destructive:not([disabled]):not(.Button-module__disabled):focus{outline:none;box-shadow:0 0 0 2px var(--color-accessibility-focus-inner-shadow),0 0 2px 4px var(--color-accessibility-focus-outer-shadow);color:var(--color-button1-destructive-text-hover);background-color:var(--color-button1-destructive-background-hover);box-shadow:0 0 0 2px var(--color-effect-focus-padding),var(--elevation-focusDefault)}}.Button-module__root.Button-module__primary.Button-module__destructive:not([disabled]):not(.Button-module__disabled):hover{color:var(--color-button1-destructive-text-hover);background-color:var(--color-button1-destructive-background-hover)}.Button-module__root.Button-module__primary.Button-module__destructive:not([disabled]):not(.Button-module__disabled):active{color:var(--color-text-inverted);background-color:var(--color-button1-destructive-background-pressed)}.Button-module__root.Button-module__primary.Button-module__disabled,.Button-module__root.Button-module__primary:disabled{color:var(--color-text-disabled);background-color:var(--color-background-disabled);cursor:not-allowed}.Button-module__root.Button-module__secondary{color:var(--color-button2-text-default);background-color:var(--color-button2-background-default);border:1px solid var(--color-button2-stroke-default)}@supports (contain: none){.Button-module__root.Button-module__secondary:not([disabled]):not(.Button-module__disabled):focus-visible{outline:none;box-shadow:0 0 0 2px var(--color-accessibility-focus-inner-shadow),0 0 2px 4px var(--color-accessibility-focus-outer-shadow);color:var(--color-button2-text-hover);background-color:var(--color-button2-background-hover);border-color:var(--color-button2-stroke-hover);box-shadow:0 0 0 2px var(--color-effect-focus-padding),var(--elevation-focusDefault)}}@supports (contain: none){.Button-module__root.Button-module__secondary:not([disabled]):not(.Button-module__disabled):focus-within{outline:none;box-shadow:0 0 0 2px var(--color-accessibility-focus-inner-shadow),0 0 2px 4px var(--color-accessibility-focus-outer-shadow);color:var(--color-button2-text-hover);background-color:var(--color-button2-background-hover);border-color:var(--color-button2-stroke-hover);box-shadow:0 0 0 2px var(--color-effect-focus-padding),var(--elevation-focusDefault)}}@supports not (contain: none){.Button-module__root.Button-module__secondary:not([disabled]):not(.Button-module__disabled):focus{outline:none;box-shadow:0 0 0 2px var(--color-accessibility-focus-inner-shadow),0 0 2px 4px var(--color-accessibility-focus-outer-shadow);color:var(--color-button2-text-hover);background-color:var(--color-button2-background-hover);border-color:var(--color-button2-stroke-hover);box-shadow:0 0 0 2px var(--color-effect-focus-padding),var(--elevation-focusDefault)}}.Button-module__root.Button-module__secondary:not([disabled]):not(.Button-module__disabled):hover{color:var(--color-button2-text-hover);background-color:var(--color-button2-background-hover);border-color:var(--color-button2-stroke-hover)}.Button-module__root.Button-module__secondary:not([disabled]):not(.Button-module__disabled):active{color:var(--color-button2-text-pressed);background-color:var(--color-button2-background-default);border-color:var(--color-button2-stroke-pressed)}.Button-module__root.Button-module__secondary.Button-module__destructive{color:var(--color-button2-destructive-text-default);background-color:var(--color-button2-background-default);border-color:var(--color-button2-destructive-stroke-default)}@supports (contain: none){.Button-module__root.Button-module__secondary.Button-module__destructive:not([disabled]):not(.Button-module__disabled):focus-visible{outline:none;box-shadow:0 0 0 2px var(--color-accessibility-focus-inner-shadow),0 0 2px 4px var(--color-accessibility-focus-outer-shadow);color:var(--color-button2-destructive-text-hover);background-color:var(--color-button2-destructive-background-hover);border-color:var(--color-button2-stroke-hover);box-shadow:0 0 0 2px var(--color-effect-focus-padding),var(--elevation-focusDefault)}}@supports (contain: none){.Button-module__root.Button-module__secondary.Button-module__destructive:not([disabled]):not(.Button-module__disabled):focus-within{outline:none;box-shadow:0 0 0 2px var(--color-accessibility-focus-inner-shadow),0 0 2px 4px var(--color-accessibility-focus-outer-shadow);color:var(--color-button2-destructive-text-hover);background-color:var(--color-button2-destructive-background-hover);border-color:var(--color-button2-stroke-hover);box-shadow:0 0 0 2px var(--color-effect-focus-padding),var(--elevation-focusDefault)}}@supports not (contain: none){.Button-module__root.Button-module__secondary.Button-module__destructive:not([disabled]):not(.Button-module__disabled):focus{outline:none;box-shadow:0 0 0 2px var(--color-accessibility-focus-inner-shadow),0 0 2px 4px var(--color-accessibility-focus-outer-shadow);color:var(--color-button2-destructive-text-hover);background-color:var(--color-button2-destructive-background-hover);border-color:var(--color-button2-stroke-hover);box-shadow:0 0 0 2px var(--color-effect-focus-padding),var(--elevation-focusDefault)}}.Button-module__root.Button-module__secondary.Button-module__destructive:not([disabled]):not(.Button-module__disabled):hover{color:var(--color-button2-destructive-text-hover);background-color:var(--color-button2-destructive-background-hover);border-color:var(--color-button2-destructive-stroke-hover)}.Button-module__root.Button-module__secondary.Button-module__destructive:not([disabled]):not(.Button-module__disabled):active{color:var(--color-button2-destructive-text-pressed);background-color:var(--color-button2-background-default);border-color:var(--color-button2-destructive-stroke-pressed)}.Button-module__root.Button-module__secondary.Button-module__disabled,.Button-module__root.Button-module__secondary:disabled{color:var(--color-text-disabled);background-color:var(--color-button2-background-default);border-color:var(--color-stroke-disabled);cursor:not-allowed}.Button-module__root.Button-module__disabled{pointer-events:none;box-shadow:none}.Button-module__root.Button-module__leftIcon,.Button-module__root.Button-module__rightIcon{gap:var(--smallExtra)}.DismissButton-module__root{padding:0;cursor:pointer;background:none;border:none;user-select:none;appearance:none;outline:none;position:relative;display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:var(--radius-large);transition:background-color .3s}@supports (contain: none){.DismissButton-module__root:focus-visible{outline:none;box-shadow:0 0 0 2px var(--color-accessibility-focus-inner-shadow),0 0 2px 4px var(--color-accessibility-focus-outer-shadow);background-color:var(--color-background-base);border:2px solid var(--color-button-close-stroke-hover);box-shadow:0 0 0 2px var(--color-effect-focus-padding),var(--elevation-focusDefault)}.DismissButton-module__root:focus-visible .DismissButton-module__icon{fill:var(--color-button-close-icon-hover)}}@supports (contain: none){.DismissButton-module__root:focus-within{outline:none;box-shadow:0 0 0 2px var(--color-accessibility-focus-inner-shadow),0 0 2px 4px var(--color-accessibility-focus-outer-shadow);background-color:var(--color-background-base);border:2px solid var(--color-button-close-stroke-hover);box-shadow:0 0 0 2px var(--color-effect-focus-padding),var(--elevation-focusDefault)}.DismissButton-module__root:focus-within .DismissButton-module__icon{fill:var(--color-button-close-icon-hover)}}@supports not (contain: none){.DismissButton-module__root:focus{outline:none;box-shadow:0 0 0 2px var(--color-accessibility-focus-inner-shadow),0 0 2px 4px var(--color-accessibility-focus-outer-shadow);background-color:var(--color-background-base);border:2px solid var(--color-button-close-stroke-hover);box-shadow:0 0 0 2px var(--color-effect-focus-padding),var(--elevation-focusDefault)}.DismissButton-module__root:focus .DismissButton-module__icon{fill:var(--color-button-close-icon-hover)}}.DismissButton-module__root:hover{background-color:var(--color-background-base);border:2px solid var(--color-button-close-stroke-hover)}.DismissButton-module__root:hover .DismissButton-module__icon{fill:var(--color-button-close-icon-hover)}.DismissButton-module__root:active{background-color:var(--color-background-base);border:2px solid var(--color-button-close-stroke-pressed)}.DismissButton-module__root:active .DismissButton-module__icon{fill:var(--color-button-close-icon-pressed)}.DismissButton-module__root .DismissButton-module__icon{fill:var(--color-button-close-icon-default)}.DismissButton-module__inverse .DismissButton-module__icon{fill:var(--color-icon-inverted)}.DismissButton-module__icon{width:12px;height:12px;transition:fill .3s}.FormElementError-module__root{font-family:var(--small-input-default-font-family);font-size:var(--small-input-default-font-size);font-weight:var(--small-input-default-font-weight);letter-spacing:var(--small-input-default-letter-spacing);line-height:var(--small-input-default-line-height);text-decoration:var(--small-input-default-text-decoration);text-transform:var(--small-input-default-text-transform);display:flex;align-items:center;margin:var(--smallExtra) 0 0;padding:0;color:var(--color-text-base)}@media (min-width: 1025px){.FormElementError-module__root{font-family:var(--large-input-default-font-family);font-size:var(--large-input-default-font-size);font-weight:var(--large-input-default-font-weight);letter-spacing:var(--large-input-default-letter-spacing);line-height:var(--large-input-default-line-height);text-decoration:var(--large-input-default-text-decoration);text-transform:var(--large-input-default-text-transform)}}.FormElementError-module__root svg{width:var(--height-icon);height:var(--height-icon);margin-right:var(--smallExtra);fill:var(--color-icon-critical);flex-shrink:0}.FormElementError-module__root .FormElementError-module__warning{fill:var(--color-icon-warning)}.messaging-container .avatar{--text-opacity:1;align-items:center;border-radius:9999px;color:#fff;color:rgba(255, 255, 255, var(--text-opacity));display:flex;font-size:1rem;justify-content:center}.messaging-container .avatar img{--text-opacity:1;border-radius:9999px;border-style:solid;border-width:1px;color:#000;color:rgba(0, 0, 0, var(--text-opacity));height:100%;width:100%}.messaging-container .avatar-big{font-size:1.25rem;height:80px;max-width:80px;min-width:80px;width:80px}.messaging-container .avatar-big,.messaging-container .avatar-default{--bg-opacity:1;background-color:#005c95;background-color:rgba(0, 92, 149, var(--bg-opacity))}.messaging-container .avatar-default{height:36px;max-width:36px;min-width:36px;width:36px}.messaging-container .avatar-disclaimer{background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));background-position:50%;background-repeat:no-repeat;background-size:80%;box-sizing:border-box;height:2.5rem;max-width:2.5rem;min-width:2.5rem;padding:.375rem;width:2.5rem}.messaging-container .avatar-disclaimer,.messaging-container .avatar-member{--border-opacity:1;--bg-opacity:1;border:1px solid #727069;border-color:rgba(114, 112, 105, var(--border-opacity))}.messaging-container .avatar-member{--text-opacity:1;background-color:#f6f6f6;background-color:rgba(246, 246, 246, var(--bg-opacity));color:#3f2065;color:rgba(63, 32, 101, var(--text-opacity))}.messaging-container .file-upload-button,.messaging-container .messaging-button,.messaging-modal .file-upload-button,.messaging-modal .messaging-button{--border-opacity:1;align-items:center;border-radius:.5rem;border:1px solid #005c95;border-color:rgba(0, 92, 149, var(--border-opacity));cursor:pointer;display:flex;font-family:effra,Arial,sans-serif;height:2.75rem;justify-content:center;line-height:16px;margin:0;outline-offset:4px;padding:0 1.5rem}.messaging-container .button-secondary.pulse-button,.messaging-modal .button-secondary.pulse-button{border-radius:1.5rem}.messaging-container .button-secondary.pulse-button,.messaging-container .button-secondary.pulse-button:hover,.messaging-modal .button-secondary.pulse-button,.messaging-modal .button-secondary.pulse-button:hover{--border-opacity:1;--bg-opacity:1;--text-opacity:1;background-color:#422981;background-color:rgba(66, 41, 129, var(--bg-opacity));border:1px solid #422981;border-color:rgba(66, 41, 129, var(--border-opacity));color:#fff;color:rgba(255, 255, 255, var(--text-opacity))}.messaging-container .button-primary.pulse-button,.messaging-modal .button-primary.pulse-button{--border-opacity:1;--bg-opacity:1;--text-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));border-radius:1.5rem;border:1px solid #5156f5;border-color:rgba(81, 86, 245, var(--border-opacity));color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity))}.messaging-container .button-primary.pulse-button:hover,.messaging-modal .button-primary.pulse-button:hover{--border-opacity:1;--text-opacity:1;background-color:#f5f0fd;border:1px solid #5156f5;border-color:rgba(81, 86, 245, var(--border-opacity));color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity))}.messaging-container .button-primary,.messaging-container .button-primary:hover,.messaging-modal .button-primary,.messaging-modal .button-primary:hover{--text-opacity:1;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));color:#005c95;color:rgba(0, 92, 149, var(--text-opacity));font-size:.875rem;font-weight:500}.messaging-container .button-secondary,.messaging-modal .button-secondary{--bg-opacity:1;background-color:#005c95;background-color:rgba(0, 92, 149, var(--bg-opacity))}.messaging-container .button-secondary,.messaging-container .button-secondary:hover,.messaging-modal .button-secondary,.messaging-modal .button-secondary:hover{--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity));font-size:.875rem;font-weight:500}.messaging-container .button-secondary:hover,.messaging-modal .button-secondary:hover{--bg-opacity:1;background-color:#005c95;background-color:rgba(0, 92, 149, var(--bg-opacity))}.messaging-container .icon-fill,.messaging-modal .icon-fill{fill:#005c95}.messaging-container .icon-disabled,.messaging-modal .icon-disabled{fill:#727069;opacity:.5}.messaging-container .action-button,.messaging-modal .action-button{--text-opacity:1;align-items:center;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity));cursor:pointer;display:flex;font-size:1.125rem;font-weight:400;padding:.25rem;text-align:left;white-space:nowrap}.messaging-container .action-button,.messaging-container .action-button:hover,.messaging-modal .action-button,.messaging-modal .action-button:hover{--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity))}.messaging-container .action-button .action-icon,.messaging-modal .action-button .action-icon{font-size:28px;padding-right:.5rem}.messaging-container .action-button .action-text,.messaging-modal .action-button .action-text{--border-opacity:1;border-color:#fff;border-bottom:1px;border-style:solid;border-color:rgba(255, 255, 255, var(--border-opacity))}.messaging-container .action-button.action-active .action-text,.messaging-container .action-button .action-text:hover,.messaging-modal .action-button.action-active .action-text,.messaging-modal .action-button .action-text:hover{--border-opacity:1;border-color:#5156f5;border-bottom:1px;border-style:solid;border-color:rgba(81, 86, 245, var(--border-opacity))}.messaging-container .badge{--bg-opacity:1;--text-opacity:1;align-items:center;background-color:red;background-color:rgba(255, 0, 0, var(--bg-opacity));border-radius:9999px;color:#fff;color:rgba(255, 255, 255, var(--text-opacity));display:flex;font-size:.75rem;font-weight:500;height:17px;justify-content:center;width:17px}.messaging-container .textarea,.messaging-modal .textarea{--text-opacity:1;background-image:none;border:none;box-shadow:none;color:#727069;color:rgba(114, 112, 105, var(--text-opacity));font-size:1rem;height:100%;letter-spacing:-.2px;max-width:100%;outline:none;padding:0;resize:none;width:100%}.messaging-container .conversations-list button[role=tab]{width:100%}.messaging-container .conversation{--bg-opacity:1;--border-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));border:0 solid #cbc9bf;border-color:rgba(203, 201, 191, var(--border-opacity));border-bottom:1px solid rgba(203, 201, 191, var(--border-opacity));box-sizing:border-box;display:flex;margin-left:0;padding:.75rem 1rem;width:100%}.messaging-container .conversation:hover{text-decoration:none}.messaging-container .conversation{font-family:effra,Arial,sans-serif;height:95px}.messaging-container .conversation:hover{--bg-opacity:1;--border-opacity:1;background-color:#edf7fc;background-color:rgba(237, 247, 252, var(--bg-opacity));border:0 solid #cbc9bf;border-color:rgba(203, 201, 191, var(--border-opacity));border-bottom:1px solid rgba(203, 201, 191, var(--border-opacity));cursor:pointer}.messaging-container .conversation .avatar.default{padding:.5rem}.messaging-container .conversation .avatar.cvs svg,.messaging-container .conversation .avatar.default svg{height:80px;width:80px}.messaging-container .conversation .avatar.solo svg{height:23px;width:24px}.messaging-container .conversation .avatar-wrapper{margin-right:.5rem}@media (min-width: 1200px){.messaging-container .conversation .avatar-wrapper{margin-right:1rem}}.messaging-container .conversation .avatar-wrapper{align-self:center}.messaging-container .conversation .avatar-disclaimer{height:80px;max-width:80px;min-width:80px;padding:.5rem;width:80px}.messaging-container .conversation .info{display:flex;flex-direction:column;height:100%;justify-content:center;min-width:0;width:100%}.messaging-container .conversation .info .top-line{align-items:flex-start;display:flex;flex-direction:column;font-size:1rem}.messaging-container .conversation .info .bottom-line{align-items:center;display:flex;font-size:.875rem;justify-content:space-between}.messaging-container .conversation .info .title{--text-opacity:1;color:#2c2a29;color:rgba(44, 42, 41, var(--text-opacity));font-weight:400;min-height:18px;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap;width:100%}.messaging-container .conversation .info .strongText{font-weight:500}.messaging-container .conversation .info .last-message-text{--text-opacity:1;-webkit-box-orient:vertical;-webkit-line-clamp:2;color:#696b6b;color:rgba(105, 107, 107, var(--text-opacity));display:-webkit-box;line-height:18px;overflow:hidden;text-align:left;width:100%}.messaging-container .conversation .info .last-message-text *{display:inline;font-weight:400;padding-right:.25rem}.messaging-container .conversation .right-line{align-self:flex-start;display:flex;flex-direction:column}.messaging-container .conversation .right-line .indicators-box>:not(:last-child){margin-right:.5rem}.messaging-container .conversation .right-line .indicators-box{align-items:center;align-self:flex-end;display:flex}.messaging-container .conversation .right-line .indicators-box .circle{--bg-opacity:1;background-color:#005c95;background-color:rgba(0, 92, 149, var(--bg-opacity));border-radius:9999px;height:9px;width:9px}.messaging-container .conversation .right-line .date{--text-opacity:1;color:#696b6b;color:rgba(105, 107, 107, var(--text-opacity));font-size:.75rem;margin-bottom:1rem;text-align:right;white-space:nowrap}.messaging-container .disabled{opacity:1}.messaging-container .active{--border-opacity:1;--bg-opacity:1;background-color:#edf7fc;background-color:rgba(237, 247, 252, var(--bg-opacity));border:0 solid #cbc9bf;border-color:rgba(203, 201, 191, var(--border-opacity));border-bottom:1px solid rgba(203, 201, 191, var(--border-opacity));position:relative}.messaging-container.member-messaging-container .conversation{height:125px}.messaging-container.member-messaging-container .conversation .info .top-line{margin-right:5rem}.messaging-container.member-messaging-container .conversation .info .bottom-line{margin-right:2rem}.messaging-container.member-messaging-container .conversation .right-line{height:100%;position:relative}.messaging-container.member-messaging-container .conversation .right-line .date,.messaging-container.member-messaging-container .conversation .right-line .indicators-box{position:absolute;right:0}.messaging-container.member-messaging-container .conversation .right-line .indicators-box{top:50%}.messaging-container .conversation.is-unread .title{font-weight:500}.messaging-container .conversation-details-footer{--border-opacity:1;border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem;border:0 solid #bdbdbd;border-color:rgba(189, 189, 189, var(--border-opacity));border-top:1px solid rgba(189, 189, 189, var(--border-opacity));padding:1rem}.messaging-container .conversation-details-footer.hidden{border-style:none;padding:0}.messaging-container .disable-block{pointer-events:none}.messaging-container .disable-block .create-message-container .textarea,.messaging-container .disable-block .create-message-container .textarea-wrapper{--bg-opacity:1;background-color:#bdbdbd;background-color:rgba(189, 189, 189, var(--bg-opacity));opacity:1}.messaging-container header{--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity))}.messaging-container .conversation-header.member-header{align-items:stretch;justify-content:flex-start;min-height:85px;padding:1rem;position:relative}.messaging-container .conversation-header.member-header h2{font-size:1.25rem;justify-content:flex-start;text-align:left;width:100%}.messaging-container .conversation-header{border-style:none;border-top-right-radius:.5rem;box-sizing:border-box}@media (min-width: 992px){.messaging-container .conversation-header{--border-opacity:1;border:0 solid #96999c;border-color:rgba(150, 153, 156, var(--border-opacity));border-bottom:1px solid rgba(150, 153, 156, var(--border-opacity))}}.messaging-container .conversation-header{--text-opacity:1;align-items:center;color:#2c2a29;color:rgba(44, 42, 41, var(--text-opacity));display:flex;justify-content:center;min-height:41px}.messaging-container .conversation-header .conversation-back-button{margin:0 .5rem 0 0;padding:0}@media (min-width: 992px){.messaging-container .conversation-header .conversation-back-button{display:none}}.messaging-container .conversation-header .conversation-back-button{outline:2px solid transparent;outline-offset:2px}.messaging-container .conversation-header .conversation-back-button.attachments-open{display:block}@media (min-width: 992px){.messaging-container .conversation-header .conversation-back-button.attachments-open{display:none}}.messaging-container .conversation-header h2{--text-opacity:1;border-style:none;color:#2c2a29;color:rgba(44, 42, 41, var(--text-opacity));font-size:1rem;font-weight:500;margin-bottom:0;padding:0;text-align:center;width:100%}.messaging-container .conversation-header .options-container{display:flex;flex-direction:column;font-size:.875rem;justify-content:space-around}@media (min-width: 992px){.messaging-container .conversation-header .options-container{font-size:1rem}}.messaging-container .conversation-header .options-container{line-height:20px}.messaging-container .conversation-header .options-container .details-options{display:flex;width:100%}@media (min-width: 992px){.messaging-container .conversation-header .options-container .details-options{justify-content:flex-start}}.messaging-container .conversation-header .options-container .details-options .header-link-style{font-weight:400;overflow:hidden;text-decoration:underline;text-overflow:ellipsis;white-space:nowrap}.messaging-container .conversation-header .options-container .details-options .list-option{align-items:center;display:flex;margin-right:.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.messaging-container .conversation-header .options-container .details-options .list-option .option-label{margin-right:.25rem}.messaging-container .conversation-header .attachments-icon{align-items:center;display:flex;justify-content:center;margin-left:auto;padding:1.125rem 1.5rem;position:absolute;width:100%}@media (min-width: 992px){.messaging-container .conversation-header .attachments-icon{padding-bottom:.75rem;padding-top:.75rem}}.messaging-container .conversation-header .attachments-icon{--border-opacity:1;--bg-opacity:1;--text-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));border-color:#cbc9bf;border-left-color:rgba(203, 201, 191, var(--border-opacity));border-right-color:rgba(203, 201, 191, var(--border-opacity));border-left-style:solid;border-bottom:1px solid rgba(203, 201, 191, var(--border-opacity));border-right-style:solid;border-top:1px solid rgba(203, 201, 191, var(--border-opacity));color:#005c95;color:rgba(0, 92, 149, var(--text-opacity));font-size:1rem;font-weight:500;left:0;line-height:1.25;top:100%;z-index:10}@media (min-width: 992px){.messaging-container .conversation-header .attachments-icon{--border-opacity:1;border-radius:.25rem;border:1px solid #005c95;border-color:rgba(0, 92, 149, var(--border-opacity));position:static;width:auto}}.messaging-container .conversation-header .attachments-icon.is-open{display:none}.messaging-container .conversation-details-footer.messaging-container .conversation-header .attachments-icon.is-open{border-style:none;padding:0}.messaging-container .conversations-list{flex:1 1 0%;height:100%;outline:2px solid transparent;outline-offset:2px}.messaging-container .details-loader,.messaging-modal .details-loader{--bg-opacity:1;align-items:center;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));display:flex;height:100%;justify-content:center;position:absolute;width:100%;z-index:10}.messaging-container .lds-ring,.messaging-modal .lds-ring{display:flex;height:3.75rem;justify-content:center;position:relative;width:100%}.messaging-container .lds-ring div,.messaging-modal .lds-ring div{--border-opacity:1;animation:ldsRing 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;border-radius:9999px;border:6px solid transparent;border-top:6px solid rgba(0, 92, 149, var(--border-opacity));box-sizing:border-box;display:block;height:3rem;margin:.5rem;position:absolute;width:3rem}.messaging-container .lds-ring div:first-child,.messaging-modal .lds-ring div:first-child{animation-delay:-.45s}.messaging-container .lds-ring div:nth-child(2),.messaging-modal .lds-ring div:nth-child(2){animation-delay:-.3s}.messaging-container .lds-ring div:nth-child(3),.messaging-modal .lds-ring div:nth-child(3){animation-delay:-.15s}@keyframes ldsRing{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.messaging-container .unread-messages{--text-opacity:1;align-items:center;color:#2c2a29;color:rgba(44, 42, 41, var(--text-opacity));display:flex;font-size:13px;margin:.75rem 0;text-align:center}.messaging-container .avatar.cvs svg,.messaging-container .avatar.default svg{height:40px;width:40px}.messaging-container .avatar.solo svg{height:15px;width:16px}.messaging-container .unread-messages:after,.messaging-container .unread-messages:before{--border-opacity:1;border:0 solid #727069;border-color:rgba(114, 112, 105, var(--border-opacity));border-bottom:1px solid rgba(114, 112, 105, var(--border-opacity));content:"";flex:1 1 0%}.messaging-container .unread-messages:before{margin-right:.75rem}.messaging-container .unread-messages:after{margin-left:.75rem}.messaging-container .message-date-delimiter{--text-opacity:1;color:#2c2a29;color:rgba(44, 42, 41, var(--text-opacity));font-size:1rem;margin-bottom:1.5rem;text-align:center;text-transform:uppercase}.messaging-container .message-container{align-items:flex-end;box-sizing:border-box;display:flex;margin-bottom:.75rem}.messaging-container .message-container .message-body{display:flex;flex-direction:column;min-width:0;width:100%}.messaging-container .message-container .message-body .message.with-attachments{width:260px}.messaging-container .message-container .message-body .message.with-attachments button{border-style:none}.messaging-container .message-container .message-body .message.with-attachments .message-text{padding-top:0}.messaging-container .message-container .message-body .message{--bg-opacity:1;--border-opacity:1;background-color:#f1f4f8;background-color:rgba(241, 244, 248, var(--bg-opacity));border-radius:.5rem;border:1px solid #727069;border-color:rgba(114, 112, 105, var(--border-opacity));margin-bottom:.25rem;max-width:85%;min-width:0;overflow:hidden}@media (min-width: 576px){.messaging-container .message-container .message-body .message{max-width:65%}}.messaging-container .message-container .message-body .message .message-attachments .document-preview-container{padding:1rem}.messaging-container .message-container .message-body .message .message-attachments .document-preview-container>button{overflow:hidden}.messaging-container .message-container .message-body .message .visually-hidden{height:100%;left:0;top:0;width:100%}.messaging-container .message-container .message-body .message .message-text{--text-opacity:1;color:#2c2a29;color:rgba(44, 42, 41, var(--text-opacity));display:flex;font-size:1rem;justify-content:flex-start;line-height:20px;overflow-wrap:break-word;padding:1rem;position:relative;white-space:pre-line}.messaging-container .message-container .message-body .message.with-attachments .document-info{--text-opacity:1;color:#2c2a29;color:rgba(44, 42, 41, var(--text-opacity))}.messaging-container .message-container .message-body .creation-date{--text-opacity:1;color:#727069;color:rgba(114, 112, 105, var(--text-opacity));font-size:.875rem}.messaging-container .message-container.is-author .message{--bg-opacity:1;background-color:#005c95;background-color:rgba(0, 92, 149, var(--bg-opacity));border-style:none}.messaging-container .message-container.is-author .message .message-text{--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity))}.messaging-container .message-container.is-author .message.with-attachments{border-style:none}.messaging-container .message-container.is-author .message.with-attachments .document-preview-container{--bg-opacity:1;background-color:#005c95;background-color:rgba(0, 92, 149, var(--bg-opacity))}.messaging-container .message-container.is-author .message.with-attachments .document-info{--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity))}.messaging-container .message-container.message-right{flex-direction:row-reverse}.messaging-container .message-container.message-right .message-body{align-items:flex-end}.messaging-container .message-container.message-right .message.with-attachments .message-text{padding-left:1rem}.messaging-container .message-container.message-right .creation-date{text-align:right}.messaging-container .message-container.message-right .avatar{margin-bottom:1.25rem;margin-left:.5rem}.messaging-container .message-container.message-left .document-preview-container a{margin-left:1rem}.messaging-container .message-container.message-left .assistant-icon{margin-bottom:1.25rem;margin-right:.75rem}.messaging-container .message-container.message-left .message-body{align-items:flex-start}.messaging-container .message-container.message-left .message-body .recommendation-call-teladoc,.messaging-container .message-container.message-left .message-body .recommendation-request-visit{font-size:1rem;padding:.5rem}.messaging-container .message-container.message-left .message-body .health-assistants-actions{align-items:center;display:flex;flex-direction:column}.messaging-container .message-container.message-left .message-body .health-assistants-actions .watson-options{padding:.5rem}.messaging-container .message-container.message-left .message.with-attachments .document-preview-container{--bg-opacity:1;background-color:#f1f4f8;background-color:rgba(241, 244, 248, var(--bg-opacity))}.messaging-container .message-container.message-left .message.with-attachments .message-text{--text-opacity:1;color:#2c2a29;color:rgba(44, 42, 41, var(--text-opacity))}.messaging-container .message-container.message-left .message{--bg-opacity:1;background-color:#f1f4f8;background-color:rgba(241, 244, 248, var(--bg-opacity))}.messaging-container .message-container.message-left .message .message-text{--text-opacity:1;color:#2c2a29;color:rgba(44, 42, 41, var(--text-opacity))}.messaging-container .message-container.message-left .message .creation-date{text-align:left}.messaging-container .message-container.message-left .avatar{margin-bottom:1.5rem;margin-right:.5rem}.messaging-container .message-container.system-message .last-schedule-message br:not(:nth-last-child(-n+3)){display:none}.messaging-container .conversation-details-footer.messaging-container .message-container.system-message .last-schedule-message br:not(:nth-last-child(-n+3)){border-style:none;padding:0}.messaging-container .message-container.system-message .last-schedule-message .formatted-dates-wrapper{display:none}.messaging-container .conversation-details-footer.messaging-container .message-container.system-message .last-schedule-message .formatted-dates-wrapper{border-style:none;padding:0}.messaging-container .message-container.system-message .last-schedule-message div.message-action{flex-direction:column}@media (min-width: 992px){.messaging-container .message-container.system-message .last-schedule-message div.message-action{flex-direction:row}}.messaging-container .message-container.system-message .last-schedule-message div.message-action .action-button{padding-left:0}@media (min-width: 992px){.messaging-container .message-container.system-message .last-schedule-message div.message-action .action-button{padding-left:.25rem}}.messaging-container .message-container.system-message .last-schedule-message div.message-action .action-button{overflow:visible}.messaging-container .message-container.system-message .message,.messaging-container .message-container.system-message .message .message-text{--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity))}.messaging-container .message-container.system-message .message .message-text{--text-opacity:1;color:#2c2a29;color:rgba(44, 42, 41, var(--text-opacity))}.messaging-container .message-container.system-message .message .message-action{--border-opacity:1;border-color:#727069;border-color:rgba(114, 112, 105, var(--border-opacity));border-top:1px rgba(114, 112, 105, var(--border-opacity));border-style:solid;display:flex;font-size:1rem;justify-content:space-between;padding:1rem;width:100%}.messaging-container .message-container.system-message .message .message-action .action-text{--text-opacity:1;align-items:center;color:#2c2a29;color:rgba(44, 42, 41, var(--text-opacity));display:flex;font-size:1rem}.messaging-container .message-container.system-message .message .message-action .action-button{--text-opacity:1;color:#005c95;color:rgba(0, 92, 149, var(--text-opacity));cursor:pointer;display:inline-block;margin-right:.75rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.messaging-container .message-container.system-message .message .message-action .action-button:hover{text-decoration:underline}.messaging-container .message-container.system-message .message .message-action .icon-color{fill:#005c95}.messaging-container .message-container.system-message .message .assistant-option{border-width:1px 0 0;text-align:left}.messaging-container .message-container.system-message .message .disable-block{pointer-events:none}.messaging-container .message-container.system-message .message .disable-block span{--text-opacity:1;color:#727069;color:rgba(114, 112, 105, var(--text-opacity))}.messaging-container .message-container.system-message .message .disable-block .icon-color{fill:#727069}.messaging-container .message-container.system-message .message a.message-action{outline:2px solid transparent;outline-offset:2px}.messaging-container .message-container.system-message .message a.message-action:not(.disabled):focus{--border-opacity:1;border:2px solid #27accd;border-color:rgba(39, 172, 205, var(--border-opacity))}.messaging-container .message-container.system-message .message a.message-action,.messaging-container .message-container.system-message .message button.message-action{--text-opacity:1;color:#005c95;color:rgba(0, 92, 149, var(--text-opacity));display:flex;font-weight:400;justify-content:space-between;text-decoration:none}.messaging-container .message-container.system-message .message a.message-action:hover,.messaging-container .message-container.system-message .message button.message-action:hover{--text-opacity:1;color:#005c95;color:rgba(0, 92, 149, var(--text-opacity));text-decoration:underline}.messaging-container .message-container.system-message .message a.message-action span,.messaging-container .message-container.system-message .message button.message-action span{line-height:1.25}.messaging-container .message-container.system-message .message a.message-action svg,.messaging-container .message-container.system-message .message button.message-action svg{margin-bottom:auto;margin-top:auto}.messaging-container .message-container.system-message .message .message-action:last-child{--text-opacity:1;color:#005c95;color:rgba(0, 92, 149, var(--text-opacity));cursor:pointer}.messaging-container .message-container.system-message .message .message-action.disabled,.messaging-container .message-container.system-message .message .message-action.disabled .action-button,.messaging-container .message-container.system-message .message a.disabled{--text-opacity:1;color:#727069;color:rgba(114, 112, 105, var(--text-opacity));cursor:default;opacity:1}.messaging-container .message-container.system-message .message .message-action.disabled .action-button:hover,.messaging-container .message-container.system-message .message .message-action.disabled:hover,.messaging-container .message-container.system-message .message a.disabled:hover{text-decoration:none}.messaging-container .message-container.message-disclaimer .avatar-disclaimer{margin-bottom:.25rem}.messaging-container .actions-disabled a{--text-opacity:1;color:#2c2a29;color:rgba(44, 42, 41, var(--text-opacity));cursor:default;display:inline}.messaging-container .participant-container{align-items:center;display:flex;flex-direction:column;margin-bottom:1.5rem}.messaging-container .participant-container .participant-action{--text-opacity:1;color:#727069;color:rgba(114, 112, 105, var(--text-opacity));margin-bottom:.25rem}.messaging-container .participant-container .avatar{margin-bottom:.25rem}.messaging-container .participant-container .participant-name{--text-opacity:1;color:#2c2a29;color:rgba(44, 42, 41, var(--text-opacity))}.messaging-container .message-notes{--text-opacity:1;color:#939289;color:rgba(147, 146, 137, var(--text-opacity));font-size:.875rem;font-weight:400;padding:0 50px;text-align:center}.messaging-container #availability-schedule-data{display:none !important}.messaging-container .conversation-details-footer.messaging-container #availability-schedule-data{border-style:none !important;padding:0 !important}.messaging-container .message-text:focus{outline:2px 3B99FC solid;outline-offset:0}.messaging-container .lab-order-prescribed li,.messaging-container .lab-order-prescribed p:not(:last-child),.messaging-container .lab-result-posted li,.messaging-container .lab-result-posted p:not(:last-child){margin-bottom:.5rem}.messaging-container .lab-order-posted ol,.messaging-container .lab-order-prescribed ol,.messaging-container .lab-result-posted ol{list-style-type:decimal;margin-left:1rem}.customer-service-assistant .message{box-shadow:none;padding:0}.messaging-container .scroll-button{--text-opacity:1;--bg-opacity:1;background-color:#005c95;background-color:rgba(0, 92, 149, var(--bg-opacity));border-radius:9999px;bottom:10px;color:#fff;color:rgba(255, 255, 255, var(--text-opacity));cursor:pointer;height:30px;opacity:.5;position:absolute;right:4px;width:30px}.messaging-container .scroll-button .arrow-down{--border-opacity:1;border-color:#fff;border-color:rgba(255, 255, 255, var(--border-opacity));border-style:solid;border-width:0 1px 1px 0;bottom:12px;box-sizing:border-box;display:inline-block;left:9px;padding:5px;position:absolute;transform:rotate(45deg)}.messaging-container .scroll-button:hover{opacity:1}@media (min-width: 992px){.messaging-container .sidebar-container{display:flex;flex-direction:column}}.messaging-container .sidebar-container{border-width:0;display:none;height:100%;width:100%}.messaging-container .conversation-details-footer.messaging-container .sidebar-container{border-style:none;padding:0}.messaging-container .sidebar-container{--border-opacity:1;border-color:#96999c;border-right:1px;border-style:solid;border-color:rgba(150, 153, 156, var(--border-opacity))}@media (min-width: 992px){.messaging-container .sidebar-container{min-width:30%;width:30%}}.messaging-container .sidebar-container .conversations-scroll-container{display:flex;flex-direction:column;height:100%;overflow-y:auto;width:100%}.messaging-container .actions-section{--border-opacity:1;--bg-opacity:1;border-color:#cbc9bf;border-bottom:1px;border-style:solid;border-color:rgba(203, 201, 191, var(--border-opacity));min-height:60px;padding:0 1.25rem}.messaging-container .actions-section,.messaging-container .full-view-button{align-items:center;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));display:flex;width:100%}.messaging-container .full-view-button{--text-opacity:1;--border-opacity:1;--bg-opacity:1;border-top-left-radius:.5rem;border-top-right-radius:.5rem;border:0 solid #727069;border-color:rgba(114, 112, 105, var(--border-opacity));border-bottom:1px solid rgba(114, 112, 105, var(--border-opacity));box-sizing:border-box;color:#00498a;color:rgba(0, 73, 138, var(--text-opacity));cursor:pointer;font-family:effra,Arial,sans-serif;font-size:.75rem;height:41px;justify-content:center;margin-left:0;min-height:41px}.messaging-container .search-result-box{--border-opacity:1;align-items:center;border:0 solid #727069;border-color:rgba(114, 112, 105, var(--border-opacity));border-bottom:1px solid rgba(114, 112, 105, var(--border-opacity));display:flex;height:1.75rem;padding-left:1rem}.messaging-container .sidebar-container.sidebar-visible{display:flex}.messaging-container .sidebar-container.sidebar-hidden{display:none !important}.messaging-container .conversation-details-footer.messaging-container .sidebar-container.sidebar-hidden{border-style:none !important;padding:0 !important}.messaging-container .toolbar-container{padding:.5rem 0}.messaging-container .toolbar-container,.messaging-container .toolbar-container .toolbar-items{display:flex;justify-content:space-between}.messaging-container .toolbar-container .toolbar-search{display:flex}.messaging-container .toolbar-container .toolbar-search button{margin-left:.75rem}.messaging-container .search-input-container input{background-image:none;box-sizing:border-box;font-size:.875rem;height:2.75rem;outline:2px solid transparent;outline-offset:2px;padding:0 .75rem;width:250px}.messaging-container .create-message-container{align-items:center;display:flex;justify-content:space-between;width:100%}.messaging-container .create-message-container button{--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));border-style:none;margin:0}.messaging-container .create-message-container .attach-icon{cursor:pointer;margin-right:.5rem;transform:rotate(-90deg)}.messaging-container .create-message-container .send-icon{margin:0}.messaging-container .create-message-container .send-icon.disabled{opacity:1}.messaging-container .create-message-container textarea.textarea{--text-opacity:1;--border-opacity:1;--bg-opacity:1;align-items:center;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));border-radius:.25rem;border:1px solid #727069;border-color:rgba(114, 112, 105, var(--border-opacity));box-sizing:border-box;color:#000;color:rgba(0, 0, 0, var(--text-opacity));display:flex;height:100%;justify-content:space-between;margin-right:1rem;min-height:0;overflow-y:auto;padding:.75rem;width:100%}.messaging-container .create-message-container textarea.textarea::placeholder{--text-opacity:1;color:#727069;color:rgba(114, 112, 105, var(--text-opacity));opacity:.75}.messaging-container .create-message-container textarea:focus{--border-opacity:1;border:2px solid #005c95;border-color:rgba(0, 92, 149, var(--border-opacity))}.messaging-container .actions-container{display:flex;flex-direction:column;margin-top:.5rem}.messaging-container .actions-container .actions-buttons{display:flex;padding-bottom:1rem}.messaging-container .actions-container .actions-buttons button{margin-right:.75rem}.messaging-container .actions-container .actions-list{align-items:center;display:flex}.messaging-container .actions-container .actions-list .switch{margin-right:.5rem}.messaging-container .actions-container .actions-list .action-reporting{align-items:center;display:flex}.messaging-container .actions-container .actions-list .action-reporting .separator{--border-opacity:1;border-color:#979797;border-left:1px;border-style:solid;border-color:rgba(151, 151, 151, var(--border-opacity));height:1.25rem;padding-right:.75rem}.messaging-container .actions-container .actions-list .action-reporting .messaging-button{--border-opacity:1;--bg-opacity:1;--text-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));border-color:#727069;border-color:rgba(114, 112, 105, var(--border-opacity));color:#2c2a29;color:rgba(44, 42, 41, var(--text-opacity));cursor:pointer;font-size:.75rem;height:2.5rem;height:38px}.messaging-container .actions-container .actions-list .action-reporting .messaging-button .messaging-icon{padding-right:.5rem}.messaging-container .actions-container .actions-list .action-item{align-items:center;border-width:0;display:flex;font-size:.75rem;height:100%}.messaging-container .actions-container .actions-list .action-item .action-icon{display:flex;padding-left:0;padding-right:10px}.messaging-container .actions-container .actions-list .action-item .action-label{--text-opacity:1;color:#2c2a29;color:rgba(44, 42, 41, var(--text-opacity));cursor:pointer;font-family:effra,Arial,sans-serif;font-weight:400;padding-right:.75rem}.messaging-container .actions-container .actions-list .action-item .action-label:hover{text-decoration:underline}.messaging-container .actions-container .actions-list .action-item .action-trigger{--text-opacity:1;color:#a5a197;color:rgba(165, 161, 151, var(--text-opacity));cursor:pointer;padding-right:.75rem}.messaging-container .actions-container .actions-list .action-item .action-trigger:hover{text-decoration:underline}.messaging-container .actions-container .actions-list .action-item.action-disable{opacity:.5}.messaging-container .actions-container .actions-list .action-item.action-disable .action-label,.messaging-container .actions-container .actions-list .action-item.action-disable .action-trigger{cursor:default;text-decoration:none !important}.messaging-container .actions-container .actions-list .action-item.action-disable .action-icon{cursor:auto}[data-whatintent=keyboard] .messaging-container .actions-container .actions-list .action-item.action-disable .action-icon:focus{outline:2px solid transparent;outline-offset:2px}.messaging-container .actions-container .actions-list .action-item.label-disable .action-label{cursor:default;text-decoration:none !important}.messaging-container .actions-container .actions-list .action-item.label-disable button{cursor:default}.messaging-container .actions-container button{margin:0}.messaging-container .quick-filter-container{--text-opacity:1;align-items:center;color:#005c95;color:rgba(0, 92, 149, var(--text-opacity));display:flex;font-size:1rem;text-transform:capitalize}.messaging-container .quick-filter-container .quick-filter-item{cursor:pointer;padding:0 .75rem}.messaging-container .quick-filter-container .active-filter{font-weight:500}.messaging-container .quick-filter-container .with-border{--border-opacity:1;border:0 solid #005c95;border-color:rgba(0, 92, 149, var(--border-opacity));border-right:2px solid rgba(0, 92, 149, var(--border-opacity))}.messaging-container .active-filters-container{align-items:center;display:flex;height:2.75rem;justify-content:flex-start}.messaging-container .active-filters-container .active-filter{--bg-opacity:1;--border-opacity:1;background-color:#b1ecfb;background-color:rgba(177, 236, 251, var(--bg-opacity));border:2px solid #27accd;border-color:rgba(39, 172, 205, var(--border-opacity));padding:.25rem}.messaging-container .active-filters-container .active-filter-label{margin-right:.5rem}.messaging-container .active-filters-container .remove-icon{border:none;cursor:pointer}.messages-file-uploads-container .upload-label{--text-opacity:1;align-items:center;color:#005c95;color:rgba(0, 92, 149, var(--text-opacity));cursor:pointer;display:flex;font-size:.875rem;margin-top:.5rem}.messages-file-uploads-container .upload-label span{margin-right:.25rem}.upload-disable{opacity:.5}.files-preview{display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:1rem}.file-uploads-modal .flash-messages{left:50%;position:absolute;top:100px;transform:translate(-50%, -50%);width:90%;z-index:10}@media (min-width: 576px){.file-uploads-modal .flash-messages{width:max-content}}.file-uploads-modal .modal-body>div [data-whatintent=keyboard]:focus{outline:1px 3B99FC solid;outline-offset:0}.file-uploads-modal .modal-body .uploads-rules{margin-top:2.5rem}.file-uploads-modal .modal-body .uploads-rules p{--text-opacity:1;color:#2c2a29;color:rgba(44, 42, 41, var(--text-opacity));font-size:1rem;font-weight:400;line-height:24px}.file-uploads-modal .modal-body .uploads-rules p:not(:last-child){margin-bottom:.5rem}.file-uploads-modal .upload-drop-zone{--border-opacity:1;align-items:center;border-radius:.5rem;border:2px dashed #005c95;border-color:rgba(0, 92, 149, var(--border-opacity));cursor:pointer;display:flex;flex-direction:column;justify-content:center;outline:2px solid transparent;outline-offset:2px}.file-uploads-modal .upload-drop-zone .upload-drop-zone-label{--text-opacity:1;color:#2c2a29;color:rgba(44, 42, 41, var(--text-opacity));font-size:1.25rem;margin-top:1rem;padding-left:1.5rem;padding-right:1.5rem}@media (min-width: 576px){.file-uploads-modal .upload-drop-zone .upload-drop-zone-label{font-size:1.5rem}}.file-uploads-modal .upload-drop-zone .upload-drop-zone-label span{--text-opacity:1;color:#005c95;color:rgba(0, 92, 149, var(--text-opacity))}.file-uploads-modal .upload-drop-zone svg{margin-bottom:1.5rem;margin-top:2.5rem}.file-uploads-modal .upload-drop-zone svg+.upload-drop-zone-label{margin-bottom:2.5rem}.file-uploads-modal .upload-drop-zone.file-selected{height:85px}.file-uploads-modal .upload-drop-zone.file-selected .upload-drop-zone-label{margin-top:0}.file-uploads-modal .dropzone-errors{--bg-opacity:1;--border-opacity:1;background-color:#fcddd8;background-color:rgba(252, 221, 216, var(--bg-opacity));border-color:#ee543e;border-color:rgba(238, 84, 62, var(--border-opacity))}.file-uploads-modal .drop-zone-active{--bg-opacity:1;background-color:#005c95;background-color:rgba(0, 92, 149, var(--bg-opacity))}.file-uploads-modal .drop-zone-active,.file-uploads-modal .drop-zone-active .upload-drop-zone-label span{--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity))}.file-uploads-modal .dropzone-disabled{cursor:not-allowed;opacity:.5}.file-uploads-modal .warning-icon{fill:#ee543e}.file-preview-container{display:flex;flex-wrap:wrap;justify-content:space-between;width:100%}@media (min-width: 576px){.file-preview-container{flex-wrap:nowrap}}.file-preview-container label{display:flex;flex-direction:column;padding:0;width:100%}.file-preview-container label span{--text-opacity:1;box-sizing:border-box;color:#000;color:rgba(0, 0, 0, var(--text-opacity));font-size:1rem;font-weight:400;padding-bottom:.25rem}@media (min-width: 576px){.file-preview-container label span{padding-bottom:.5rem}}.file-preview-container .file-data-wrapper{width:100%}.file-preview-container .file-data-wrapper .description-wrapper{display:flex;flex-direction:column}.file-preview-container .file-data-wrapper .description-wrapper textarea{--border-opacity:1;--text-opacity:1;align-items:center;border-radius:.5rem;border:1px dashed #727069;border-color:rgba(114, 112, 105, var(--border-opacity));box-sizing:border-box;color:#2c2a29;color:rgba(44, 42, 41, var(--text-opacity));display:flex;font-weight:400;height:44px;margin-bottom:0;min-height:44px;opacity:1;padding:.75rem;resize:none;width:100%}@media (min-width: 576px){.file-preview-container .file-data-wrapper .description-wrapper textarea{min-height:90px}}.file-preview-container .file-data-wrapper .description-wrapper textarea [data-whatintent=keyboard]:focus{outline:2px 3B99FC solid;outline-offset:0}.file-preview-container .file-data-wrapper .description-wrapper textarea [data-whatintent=keyboard]{outline-offset:-2px}.file-preview-container .file-data-wrapper .description-wrapper textarea::placeholder{--text-opacity:1;color:#727069;color:rgba(114, 112, 105, var(--text-opacity));opacity:.75}.file-preview-container .file-data-wrapper .description-wrapper .symbols-counter{--text-opacity:1;color:#727069;color:rgba(114, 112, 105, var(--text-opacity));font-size:.875rem;height:8px;text-align:right}.file-preview-container .file-data-wrapper .description-wrapper.invalid .description-label,.file-preview-container .file-data-wrapper .description-wrapper.invalid .required-message,.file-preview-container .file-data-wrapper .description-wrapper.invalid .symbols-counter{--text-opacity:1;color:#cd000a;color:rgba(205, 0, 10, var(--text-opacity))}.file-preview-container .file-data-wrapper .description-wrapper.invalid textarea{--border-opacity:1;border-color:#cd000a;border-color:rgba(205, 0, 10, var(--border-opacity))}.file-preview-container .file-data-wrapper .description-wrapper.invalid textarea::placeholder{--text-opacity:1;color:#cd000a;color:rgba(205, 0, 10, var(--text-opacity));opacity:1}.file-preview-container .file-data-wrapper .select-container{margin-bottom:1.5rem}.file-preview-container .file-data-wrapper .verification input{--border-opacity:1;--text-opacity:1;border-radius:.5rem;border:1px solid #a5a197;border-color:rgba(165, 161, 151, var(--border-opacity));box-sizing:border-box;color:#2c2a29;color:rgba(44, 42, 41, var(--text-opacity));font-size:1rem;font-weight:400;height:44px;margin-bottom:.5rem;padding:.75rem 1rem;width:300px}.file-preview-container .file-data-wrapper .verification.invalid input{--border-opacity:1;border-color:#cd000a;border-color:rgba(205, 0, 10, var(--border-opacity))}.file-preview-container .file-data-wrapper .verification.invalid input::placeholder{--text-opacity:1;color:#cd000a;color:rgba(205, 0, 10, var(--text-opacity));opacity:1}.file-preview-container .file-data-wrapper .verification.invalid .required-message-text{--text-opacity:1;color:#cd000a;color:rgba(205, 0, 10, var(--text-opacity))}.file-preview-container .file-data-wrapper .required-message{display:flex;padding-bottom:.25rem}.file-preview-container .file-data-wrapper .required-message .required-message-icon{margin-right:.25rem}.file-preview-container .file-data-wrapper .required-message .required-message-text{font-size:.875rem;font-weight:500}@media (min-width: 576px){.file-preview-container .file-data-wrapper .required-message .required-message-text{font-size:1rem}}.file-preview-container .file-info{display:flex;flex-direction:column;justify-content:flex-start;width:100%}@media (min-width: 576px){.file-preview-container .file-info{height:100%;margin-right:.5rem}}.file-preview-container .file-info{box-sizing:border-box}@media (min-width: 576px){.file-preview-container .file-info{margin-top:2rem;min-width:160px;width:160px}}.file-preview-container .file-info .file-preview{--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));border-style:none;display:flex;justify-content:center;margin:0;padding:0;text-align:center}.file-preview-container .file-info .image-preview{--border-opacity:1;border-radius:.5rem;border:1px solid #a5a197;border-color:rgba(165, 161, 151, var(--border-opacity));box-sizing:border-box;display:inline-flex;height:90px;justify-content:center;margin:0;overflow:hidden;padding:0;width:100%}.file-preview-container .file-info .image-preview img{cursor:pointer;height:100%;object-fit:cover;object-position:50% 50%;width:100%}.file-preview-container .file-info .image-preview [data-whatintent=keyboard]:focus{outline:1px 3B99FC solid;outline-offset:0}.file-preview-container .file-info .file-name-wrapper{align-items:center;display:flex;margin-bottom:.5rem}@media (min-width: 576px){.file-preview-container .file-info .file-name-wrapper{margin-bottom:0;padding-top:.5rem}}.file-preview-container .file-info .file-name-wrapper{height:30px}.file-preview-container .file-info .file-name-wrapper .remove-icon{--bg-opacity:1;--text-opacity:1;align-items:center;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));border-style:none;color:#2c2a29;color:rgba(44, 42, 41, var(--text-opacity));cursor:pointer;display:flex;font-size:.875rem;margin-left:0;margin-right:.25rem;text-align:left;width:100%}.file-preview-container .file-info .file-name-wrapper .remove-icon:hover{background-color:transparent}.file-preview-container .file-info .file-name-wrapper .remove-icon [data-whatintent=keyboard]:focus{outline:1px 3B99FC solid;outline-offset:0}.file-preview-container .file-info .file-name-wrapper .remove-icon [data-whatintent=keyboard]{outline-offset:1px}.file-preview-container .file-info .file-name-wrapper .remove-icon .file-name{font-weight:400;margin-left:.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.file-preview-container .messaging__value-container{padding:2px 8px}.file-preview-container .messaging__input input{box-shadow:none;margin:0;padding:0}.file-preview-container .messaging__input input:focus{border:none;box-shadow:none;transition:none}.file-preview-container .messaging__indicator{padding:.5rem}.file-preview-container .messaging__menu{margin-top:.5rem}.carousel-container{flex-direction:column;font-family:effra,Arial,sans-serif;outline:none}.carousel-container,.carousel-container .carousel-navigation{align-items:center;display:flex;height:100%;justify-content:space-between}.carousel-container .carousel-navigation{min-height:0;width:100%}.carousel-container .carousel-navigation .carousel-image-preview{align-items:center;display:flex;height:100%;justify-content:center;min-width:0;text-align:center;width:70%}.carousel-container .carousel-navigation .carousel-image-preview img{max-height:100%;max-width:100%}.carousel-container .carousel-navigation .left-arrow,.carousel-container .carousel-navigation .right-arrow{height:80%;width:15%}.carousel-container .carousel-navigation .left-arrow button,.carousel-container .carousel-navigation .right-arrow button{--bg-opacity:1;align-items:center;background-color:#0a0a0a;background-color:rgba(10, 10, 10, var(--bg-opacity));border:none;cursor:pointer;display:flex;height:100%;justify-content:center;margin:0;padding:0;width:100%}.carousel-container .carousel-navigation .left-arrow button svg,.carousel-container .carousel-navigation .right-arrow button svg{width:15px}@media (min-width: 576px){.carousel-container .carousel-navigation .left-arrow button svg,.carousel-container .carousel-navigation .right-arrow button svg{width:auto}}.carousel-container .carousel-items-list{display:flex;height:100px;justify-content:center;margin-bottom:.5rem}@media (min-width: 576px){.carousel-container .carousel-items-list{height:120px}}@media (min-width: 375px){.carousel-container .carousel-items-list{height:140px}}.carousel-container .carousel-items-list .carousel-list-item{align-items:center;background-color:transparent;border-style:none;cursor:pointer;display:flex;justify-content:center;max-width:50%;min-width:0;opacity:.5;width:100%}@media (min-width: 576px){.carousel-container .carousel-items-list .carousel-list-item{max-width:140px}}.carousel-container .carousel-items-list .carousel-list-item img{height:100%;object-fit:cover;object-position:50% 50%;width:100%}.carousel-container .carousel-items-list .carousel-list-item:not(:last-child){margin-right:.5rem}.carousel-container .carousel-items-list .active-item{opacity:1}.carousel-container .file-description{--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity));font-size:1rem;font-weight:500;margin-bottom:2.5rem;margin-top:1.5rem;overflow-wrap:break-word;white-space:pre-line}@media (min-width: 576px){.carousel-container .file-description{font-size:1.25rem}}.carousel-container .file-description{width:70%}.modal-image-preview-container{height:100%;width:100%}.modal-image-preview-container .modal-header{align-items:center;display:flex;font-family:effra,Arial,sans-serif;padding:30px;position:relative}.modal-image-preview-container .download-file-icon{left:30px;position:absolute}.modal-image-preview-container .download-file-icon svg{width:22px}@media (min-width: 576px){.modal-image-preview-container .download-file-icon svg{width:auto}}.modal-image-preview-container .image-preview-modal{display:flex;flex-direction:column;height:100%}.modal-image-preview-container .image-preview-modal .carousel-header{padding-left:2rem;padding-right:2rem;width:100%}@media (min-width: 992px){.modal-image-preview-container .image-preview-modal .carousel-header{padding-left:4rem;padding-right:4rem}}.modal-image-preview-container .image-preview-modal .carousel-header{--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity));font-size:1.25rem;font-weight:500;margin-top:0;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}@media (min-width: 576px){.modal-image-preview-container .image-preview-modal .carousel-header{font-size:2.25rem;font-weight:500}}.modal-image-preview-container .image-preview-modal .carousel-header{border-style:none;text-transform:none}.modal-image-preview-container .close-button{--bg-opacity:1;background-color:#0a0a0a;background-color:rgba(10, 10, 10, var(--bg-opacity));border:none;position:absolute;right:30px}.modal-image-preview-container .close-button svg{width:22px}@media (min-width: 576px){.modal-image-preview-container .close-button svg{width:auto}}.modal-image-preview-container .modal-body{height:100%}.messaging-checkbox{align-items:center;cursor:pointer;display:flex;position:relative}.messaging-checkbox input[type=checkbox]{left:0;margin-left:.25rem;outline:2px solid transparent;outline-offset:2px;position:absolute}.messaging-checkbox input[type=checkbox]+label{--text-opacity:1;border:2px solid transparent;border-radius:.5rem;color:#2c2a29;color:rgba(44, 42, 41, var(--text-opacity));font-size:1rem;font-weight:400;margin-left:0;padding-left:1.5rem}.messaging-checkbox input[type=checkbox]:focus+label{--border-opacity:1;border-color:#005c95;border-color:rgba(0, 92, 149, var(--border-opacity))}.messaging-container .conversations-filter{border-radius:.5rem;display:flex;flex-direction:column;overflow-y:auto;width:100%}.messaging-container .conversations-filter .conversations-filter-header{--text-opacity:1;color:#727069;color:rgba(114, 112, 105, var(--text-opacity));font-size:.75rem;font-weight:500;letter-spacing:1.5px;line-height:1.25;margin-bottom:.5rem;margin-top:.5rem;padding:0 1rem;text-transform:uppercase}.messaging-container .conversations-filter .conversations-filter-item{--text-opacity:1;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));border:none;color:#2c2a29;color:rgba(44, 42, 41, var(--text-opacity));display:flex;flex-direction:row;font-family:effra,Arial,sans-serif;font-size:.75rem;font-weight:500;justify-content:space-between;line-height:20px;margin:0;outline:2px solid transparent;outline-offset:2px;padding:.5rem 1rem;width:100%}.messaging-container .conversations-filter .conversations-filter-item span{--bg-opacity:1;--text-opacity:1;--border-opacity:1;background-color:#f6f6f6;background-color:rgba(246, 246, 246, var(--bg-opacity));border-radius:.25rem;border:1px solid #727069;border-color:rgba(114, 112, 105, var(--border-opacity));box-sizing:border-box;color:#2c2a29;color:rgba(44, 42, 41, var(--text-opacity));font-size:.875rem;font-weight:400;padding-left:.5rem;padding-right:.5rem}.messaging-container .conversations-filter .conversations-filter-item .awaiting-assignment{--bg-opacity:1;--border-opacity:1;background-color:#fdf5eb;background-color:rgba(253, 245, 235, var(--bg-opacity));border-color:#eeac47;border-color:rgba(238, 172, 71, var(--border-opacity))}.messaging-container .conversations-filter .conversations-filter-item .assigned-to-me{--bg-opacity:1;--border-opacity:1;background-color:#f5f9ec;background-color:rgba(245, 249, 236, var(--bg-opacity));border-color:#85b500;border-color:rgba(133, 181, 0, var(--border-opacity))}.messaging-container .conversations-filter .conversations-filter-item .completed{--border-opacity:1;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));border-color:#979797;border-color:rgba(151, 151, 151, var(--border-opacity))}.messaging-container .conversations-filter .conversations-filter-item .overdue{--border-opacity:1;--bg-opacity:1;background-color:#fce9e8;background-color:rgba(252, 233, 232, var(--bg-opacity));border-color:#c9311a;border-color:rgba(201, 49, 26, var(--border-opacity))}.messaging-container .conversations-filter .conversations-filter-collapsible{display:inline-block;position:relative}.messaging-container .conversations-filter .conversations-filter-collapsible .conversations-filter-item-collapsible{--text-opacity:1;--bg-opacity:1;align-items:center;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));border:none;color:#2c2a29;color:rgba(44, 42, 41, var(--text-opacity));display:flex;flex-direction:row;font-family:effra,Arial,sans-serif;font-size:.75rem;font-weight:500;justify-content:flex-start;line-height:20px;margin:0;outline:none;padding:.5rem 1rem;width:100%}.messaging-container .conversations-filter .conversations-filter-collapsible .conversations-filter-item-collapsible .arrow-down-collapse{padding-right:.25rem}.messaging-container .conversations-filter .conversations-filter-collapsible .conversations-filter-collapsible-list .conversations-filter-item{justify-content:space-between;padding-left:35px;width:100%}.messaging-container .conversations-filter .filter-active{--bg-opacity:1;--text-opacity:1;background-color:#edf7fc;background-color:rgba(237, 247, 252, var(--bg-opacity));color:#000;color:rgba(0, 0, 0, var(--text-opacity))}.messaging-container .placeholder-container{height:100%;left:50%;max-height:350px;max-width:27.25rem;overflow:auto;position:absolute;top:50%;transform:translate(-50%, -50%);width:100%}.messaging-container .placeholder-container svg{margin:auto}.messaging-container .placeholder-container h2{--text-opacity:1;color:#000;color:rgba(0, 0, 0, var(--text-opacity));font-size:2.25rem;font-weight:700;line-height:1;margin-bottom:1rem}.messaging-container .placeholder-container p{--text-opacity:1;color:#000;color:rgba(0, 0, 0, var(--text-opacity));font-size:1.125rem;font-weight:400;margin-bottom:1rem}.messaging-container .conversations-placeholder{--text-opacity:1;color:#727069;color:rgba(114, 112, 105, var(--text-opacity));font-size:1.125rem;position:relative;text-align:center;width:100%}.messaging-container .gallery-view{cursor:pointer;height:140px}.messaging-container .gallery-view .document-attachment{--bg-opacity:1;align-items:center;background-color:#727069;background-color:rgba(114, 112, 105, var(--bg-opacity));display:flex;justify-content:center}.messaging-container .gallery-view .document-attachment svg{height:75%;width:75%}.messaging-container .gallery-view img{height:100%;object-fit:cover;object-position:50% 50%;width:100%}.messaging-container .gallery-view .blurred{filter:blur(5px)}.messaging-container .gallery-view button{border-style:none;box-sizing:border-box;margin:0;padding:0}.messaging-container .gallery-view.one-image-view button{height:100%;width:100%}.messaging-container .gallery-view.two-images-view{display:flex}.messaging-container .gallery-view.two-images-view button:nth-child(2){--border-opacity:1;border:0 solid #565554;border-color:rgba(86, 85, 84, var(--border-opacity));border-left:2px solid rgba(86, 85, 84, var(--border-opacity))}.messaging-container .gallery-view.two-images-view button{width:50%}.messaging-container .message-container.message-right .gallery-view.three-images-view{display:flex;flex-direction:column;flex-wrap:wrap}.messaging-container .message-container.message-right .gallery-view.three-images-view button{width:60%}.messaging-container .message-container.message-right .gallery-view.three-images-view button:first-child{height:100%}.messaging-container .message-container.message-right .gallery-view.three-images-view button:nth-child(2){--border-opacity:1;border-color:#565554;border-color:rgba(86, 85, 84, var(--border-opacity));border-style:solid;border-width:0 0 2px 2px;height:50%;width:40%}.messaging-container .message-container.message-right .gallery-view.three-images-view button:nth-child(3){--border-opacity:1;border:0 solid #565554;border-color:rgba(86, 85, 84, var(--border-opacity));border-left:2px solid rgba(86, 85, 84, var(--border-opacity));height:50%;width:40%}.messaging-container .message-container.message-left .gallery-view.three-images-view{display:flex;flex-direction:column;flex-wrap:wrap}.messaging-container .message-container.message-left .gallery-view.three-images-view button{width:60%}.messaging-container .message-container.message-left .gallery-view.three-images-view button:first-child{--border-opacity:1;border:0 solid #565554;border-color:rgba(86, 85, 84, var(--border-opacity));border-right:2px solid rgba(86, 85, 84, var(--border-opacity));height:50%;width:40%}.messaging-container .message-container.message-left .gallery-view.three-images-view button:nth-child(2){--border-opacity:1;border-color:#565554;border-color:rgba(86, 85, 84, var(--border-opacity));border-style:solid;border-width:2px 2px 0 0;height:50%;width:40%}.messaging-container .message-container.message-left .gallery-view.three-images-view button:nth-child(3){height:100%;width:60%}.messaging-container .document-preview-container{--text-opacity:1;--bg-opacity:1;align-items:center;background-color:#f1f4f8;background-color:rgba(241, 244, 248, var(--bg-opacity));border-radius:.5rem;box-sizing:border-box;color:#2c2a29;color:rgba(44, 42, 41, var(--text-opacity));cursor:pointer;display:flex;justify-content:flex-start;justify-content:space-between;margin:0;width:100%}.messaging-container .document-preview-container button{background-color:transparent;margin:0;padding:0;width:100%}.messaging-container .document-preview-container a{--bg-opacity:1;--border-opacity:1;align-items:center;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));border-radius:.5rem;border:1px solid #a5a197;border-color:rgba(165, 161, 151, var(--border-opacity));display:flex;height:36px;justify-content:center;width:36px}.messaging-container .document-preview-container .document-info{display:flex;flex-direction:column;font-family:effra,Arial,sans-serif;justify-content:center;min-width:0}.messaging-container .document-preview-container .document-info .document-name{font-size:1rem;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}.messaging-container .document-preview-container .document-info .document-size{font-size:.875rem;text-align:left}.messaging-container .flash-message-container,.messaging-modal .flash-message-container{border-radius:.5rem;display:flex;justify-content:space-between;margin-bottom:1.5rem;width:100%}@media (min-width: 576px){.messaging-container .flash-message-container,.messaging-modal .flash-message-container{min-width:25rem;width:max-content}}.messaging-container .flash-message-container .flash-message-wrapper,.messaging-modal .flash-message-container .flash-message-wrapper{display:flex;flex-direction:column;padding:.5rem}.messaging-container .flash-message-container .flash-message-text,.messaging-modal .flash-message-container .flash-message-text{--text-opacity:1;color:#2c2a29;color:rgba(44, 42, 41, var(--text-opacity));font-size:1rem;font-weight:500;line-height:16px}.messaging-container .flash-message-container .flash-message-action a,.messaging-modal .flash-message-container .flash-message-action a{font-size:1rem;font-weight:500}.messaging-container .flash-message-container .flash-message-close-button,.messaging-modal .flash-message-container .flash-message-close-button{border-style:none;margin:0;outline:2px solid transparent;outline-offset:2px;padding:.5rem}.messaging-container .flash-message-container .flash-message-close-button span,.messaging-modal .flash-message-container .flash-message-close-button span{align-items:center;border-radius:9999px;border-style:solid;border-width:1px;display:flex;justify-content:center;min-height:16px;min-width:16px}.messaging-container .flash-message-container .flash-message-close-button svg .icon-fill,.messaging-modal .flash-message-container .flash-message-close-button svg .icon-fill{fill:#fff}.messaging-container .flash-message-container.flash-message-success,.messaging-modal .flash-message-container.flash-message-success{--border-opacity:1;--bg-opacity:1;background-color:#e7f1cd;background-color:rgba(231, 241, 205, var(--bg-opacity));border:2px solid #167f01;border-color:rgba(22, 127, 1, var(--border-opacity))}.messaging-container .flash-message-container.flash-message-success .flash-message-close-button,.messaging-modal .flash-message-container.flash-message-success .flash-message-close-button{--bg-opacity:1;background-color:#167f01;background-color:rgba(22, 127, 1, var(--bg-opacity))}.messaging-container .flash-message-container.flash-message-success .flash-message-close-button span,.messaging-modal .flash-message-container.flash-message-success .flash-message-close-button span{--border-opacity:1;border-color:#fff;border-color:rgba(255, 255, 255, var(--border-opacity))}.messaging-container .flash-message-container.flash-message-error,.messaging-modal .flash-message-container.flash-message-error{--border-opacity:1;--bg-opacity:1;background-color:#fcddd8;background-color:rgba(252, 221, 216, var(--bg-opacity));border:2px solid #ee543e;border-color:rgba(238, 84, 62, var(--border-opacity))}.messaging-container .flash-message-container.flash-message-error .flash-message-close-button,.messaging-modal .flash-message-container.flash-message-error .flash-message-close-button{--bg-opacity:1;background-color:#ee543e;background-color:rgba(238, 84, 62, var(--bg-opacity))}.messaging-container .flash-message-container.flash-message-error .flash-message-close-button span,.messaging-modal .flash-message-container.flash-message-error .flash-message-close-button span{--border-opacity:1;border-color:#fff;border-color:rgba(255, 255, 255, var(--border-opacity))}.messaging-container .flash-message-container.flash-message-warning,.messaging-modal .flash-message-container.flash-message-warning{--bg-opacity:1;--border-opacity:1;background-color:#fdecb3;background-color:rgba(253, 236, 179, var(--bg-opacity));border:2px solid #9f8633;border-color:rgba(159, 134, 51, var(--border-opacity))}.messaging-container .flash-message-container.flash-message-warning .flash-message-close-button,.messaging-modal .flash-message-container.flash-message-warning .flash-message-close-button{--bg-opacity:1;background-color:#9f8633;background-color:rgba(159, 134, 51, var(--bg-opacity));border-style:none;outline:2px solid transparent;outline-offset:2px}.messaging-container .flash-message-container.flash-message-warning .flash-message-close-button span,.messaging-modal .flash-message-container.flash-message-warning .flash-message-close-button span{--border-opacity:1;border-color:#fff;border-color:rgba(255, 255, 255, var(--border-opacity))}.messaging-container .flash-message-container.flash-message-warning .flash-message-action a,.messaging-modal .flash-message-container.flash-message-warning .flash-message-action a{--text-opacity:1;--border-opacity:1;border:0 solid #9f8633;border-color:rgba(159, 134, 51, var(--border-opacity));border-bottom:2px solid rgba(159, 134, 51, var(--border-opacity));color:#9f8633;color:rgba(159, 134, 51, var(--text-opacity))}.billing-tip{border-radius:0.5rem !important;border-width:2px !important;font-size:1rem !important;opacity:1 !important;padding:1rem !important;text-align:center}.messaging-confirm-modal-container{align-items:center;display:flex !important;justify-content:center}.messaging-confirm-modal-container .confirm-modal{--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));border-radius:1rem;box-sizing:border-box;display:flex;flex-direction:column;font-family:effra,Arial,sans-serif;min-height:250px;padding:1.5rem;width:420px}.messaging-confirm-modal-container .confirm-modal .modal-header{border-top-left-radius:.5rem;border-top-right-radius:.5rem;display:flex;justify-content:space-between;margin:0;padding-bottom:1.5rem}.messaging-confirm-modal-container .confirm-modal .modal-header .close-button{--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));border:none}.messaging-confirm-modal-container .confirm-modal .modal-header .modal-title{--text-opacity:1;color:#2c2a29;color:rgba(44, 42, 41, var(--text-opacity));font-size:1.5rem;font-weight:500}.messaging-confirm-modal-container .confirm-modal .modal-body{--text-opacity:1;color:#2c2a29;color:rgba(44, 42, 41, var(--text-opacity));flex:1;font-size:1rem;padding-bottom:1.5rem}.messaging-confirm-modal-container .confirm-modal .modal-body div:not(:first-child){padding-top:1.5rem}.messaging-confirm-modal-container .confirm-modal .modal-footer{border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem;display:flex;justify-content:flex-end}.messaging-confirm-modal-container .confirm-modal .modal-footer button{margin-left:.75rem}.messaging-modal{align-items:center;display:flex !important;height:100% !important;justify-content:center}.messaging-modal .messaging-modal-container{--bg-opacity:1;-webkit-font-smoothing:initial;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));border-radius:.5rem;font-family:effra,Arial,sans-serif;margin:auto;min-height:300px;position:relative;width:590px}.messaging-modal .messaging-modal-container .close-button{--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));border-style:none;padding:0;position:absolute;right:20px;top:20px}.messaging-modal .messaging-modal-container .close-button [data-whatintent=keyboard]:focus{outline:1px 3B99FC solid;outline-offset:0}.messaging-modal .messaging-modal-container .icon-fill{fill:#181919}.messaging-modal .messaging-modal-container .modal-header{--border-opacity:1;border-top-left-radius:.5rem;border-top-right-radius:.5rem;border:0 solid #cbc9bf;border-color:rgba(203, 201, 191, var(--border-opacity));border-bottom:1px solid rgba(203, 201, 191, var(--border-opacity));display:flex;font-family:effra,Arial,sans-serif;justify-content:space-between;line-height:20px;margin:0;padding:1.5rem}.messaging-modal .messaging-modal-container .modal-header .modal-title{--text-opacity:1;border-style:none;color:#2c2a29;color:rgba(44, 42, 41, var(--text-opacity));font-size:30px;font-weight:500;line-height:20px;margin-bottom:0;padding:0;text-transform:none}.messaging-modal .messaging-modal-container .modal-body{padding:1.5rem}.messaging-modal .messaging-modal-container .modal-footer{--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem;display:flex;justify-content:flex-end;padding:0 1.5rem 1.5rem}@media (min-width: 576px){.messaging-modal .messaging-modal-container .modal-footer{justify-content:flex-end}}.messaging-modal .messaging-modal-container .modal-footer{font-family:effra,Arial,sans-serif}.messaging-modal .messaging-modal-container .modal-footer button{margin-left:.75rem}.messaging-modal .messaging-modal-container .modal-footer button [data-whatintent=keyboard]:focus{outline:2px 3B99FC solid;outline-offset:0}.messaging-modal .messaging-modal-container .lds-ring{align-items:center;background-color:rgba(204,204,204,0.5);display:flex;height:100%;justify-content:center;position:absolute;width:100%;z-index:99}.messaging-modal .disabled{cursor:default;opacity:.5}.provider-modal .confirm-modal,.provider-modal .modal-container{min-height:0;padding:1rem;width:380px}.provider-modal .confirm-modal .flash-messages,.provider-modal .modal-container .flash-messages{display:flex;width:100%}.provider-modal .confirm-modal .modal-header,.provider-modal .modal-container .modal-header{--border-opacity:1;border-color:#6dc4e5;border-radius:0;border-color:rgba(109, 196, 229, var(--border-opacity));border-style:solid;border-width:3px 0 1px;padding:.5rem 0}.provider-modal .confirm-modal .modal-header .modal-title,.provider-modal .modal-container .modal-header .modal-title{--text-opacity:1;color:#244861;color:rgba(36, 72, 97, var(--text-opacity));font-size:1rem}.provider-modal .confirm-modal .modal-header .close-button svg,.provider-modal .modal-container .modal-header .close-button svg{height:14px;width:14px}.provider-modal .confirm-modal .modal-header .icon-fill,.provider-modal .modal-container .modal-header .icon-fill{fill:#005c95}.provider-modal .confirm-modal .modal-body,.provider-modal .modal-container .modal-body{--text-opacity:1;color:#000;color:rgba(0, 0, 0, var(--text-opacity));font-size:.875rem;padding:1rem 0 0}.provider-modal .confirm-modal .modal-footer,.provider-modal .modal-container .modal-footer{--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));padding:1.5rem 0 0}.provider-modal .confirm-modal .modal-footer .messaging-button,.provider-modal .modal-container .modal-footer .messaging-button{border-radius:.25rem;height:28px;padding-left:1.5rem;padding-right:1.5rem}.provider-modal .confirm-modal .modal-footer .button-primary,.provider-modal .modal-container .modal-footer .button-primary{--text-opacity:1;--bg-opacity:1;--border-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));border-color:#919393;border-color:rgba(145, 147, 147, var(--border-opacity));border-width:1px;color:#919393;color:rgba(145, 147, 147, var(--text-opacity));font-size:.875rem;font-weight:500;text-transform:uppercase}.provider-modal .confirm-modal .modal-footer .button-secondary,.provider-modal .modal-container .modal-footer .button-secondary{--text-opacity:1;--bg-opacity:1;--border-opacity:1;background-color:#d18d02;background-color:rgba(209, 141, 2, var(--bg-opacity));border-color:#d18d02;border-color:rgba(209, 141, 2, var(--border-opacity));border-width:1px;color:#fff;color:rgba(255, 255, 255, var(--text-opacity));font-size:.875rem;font-weight:500;text-transform:uppercase}.provider-modal .confirm-modal .modal-body{font-size:1rem}.prisk-modal.with-error .modal-header{margin-bottom:2rem;position:relative}.prisk-modal.with-error .flash-messages{position:absolute;top:2.75rem}.prisk-modal.with-error .flash-message-container{min-width:0}.prisk-modal.with-error .close-button{position:static}.messaging-modal.ems-modal .messaging-modal-container{--border-opacity:1;border-color:#979797;border-color:rgba(151, 151, 151, var(--border-opacity));border-radius:0;border-width:1px;box-sizing:border-box;min-height:305px;padding:1rem;width:250px}.messaging-modal.ems-modal .messaging-modal-container .modal-header{padding:5px}.messaging-modal.ems-modal .messaging-modal-container .modal-header .modal-title{font-size:1rem}.messaging-modal.ems-modal .messaging-modal-container .modal-body{--text-opacity:1;color:#000;color:rgba(0, 0, 0, var(--text-opacity));padding:1.5rem 0 0}.messaging-modal.ems-modal .messaging-modal-container .modal-body h4{--text-opacity:1;color:#000;color:rgba(0, 0, 0, var(--text-opacity));font-size:.75rem;margin-bottom:.5rem}.messaging-modal.ems-modal .messaging-modal-container .modal-body input{--text-opacity:1;--bg-opacity:1;--border-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));border-color:#727069;border-color:rgba(114, 112, 105, var(--border-opacity));border-radius:0;border-width:1px;color:#000;color:rgba(0, 0, 0, var(--text-opacity));font-size:1rem;height:1.25rem;margin-bottom:1rem;width:13rem}.messaging-modal.ems-modal .messaging-modal-container .modal-body p{font-size:.75rem}.messaging-modal.ems-modal .messaging-modal-container .modal-body .react-datepicker-popper{transform:translate3d(70px, -225px, 0);width:340px}.messaging-modal.ems-modal .messaging-modal-container .modal-footer{background-color:transparent;bottom:16px;justify-content:space-between;padding:0;position:absolute;width:218px}.messaging-modal.ems-modal .messaging-modal-container .modal-footer button{border-radius:.125rem;height:1.75rem;margin:0;text-shadow:-1px -1px 0 rgba(0,0,0,0.15);text-transform:uppercase;width:100px}.messaging-confirm-dialog-container{--text-opacity:1;align-items:center;background:rgba(0,0,0,0.5);color:#2c2a29;color:rgba(44, 42, 41, var(--text-opacity));display:flex !important;font-family:effra,Arial,sans-serif;height:100%;justify-content:center;overflow-y:auto;z-index:1052 !important}.messaging-confirm-dialog-container .confirm-dialog{--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));border-radius:16px;margin:.25rem;max-width:571px;overflow-y:auto;padding:1rem}@media (min-width: 576px){.messaging-confirm-dialog-container .confirm-dialog .confirm-dialog-body{display:flex}}.messaging-confirm-dialog-container .confirm-dialog .confirm-dialog-body .t-warning-icon-2{box-sizing:border-box;display:flex;justify-content:center;padding-top:.5rem}.messaging-confirm-dialog-container .confirm-dialog .confirm-dialog-body .main-dialog-content .dialog-title{font-size:1.5rem;font-weight:500;line-height:2rem;margin:1rem}.messaging-confirm-dialog-container .confirm-dialog .confirm-dialog-body .main-dialog-content .dialog-content{font-size:1.125rem;line-height:1.5rem;margin:1rem}.messaging-confirm-dialog-container .confirm-dialog .confirm-dialog-body .main-dialog-content .dialog-footer{display:flex;flex-direction:column;flex-direction:column-reverse}@media (min-width: 576px){.messaging-confirm-dialog-container .confirm-dialog .confirm-dialog-body .main-dialog-content .dialog-footer{align-items:flex-end;display:flex;flex-direction:row;justify-content:flex-end}}.messaging-confirm-dialog-container .confirm-dialog .confirm-dialog-body .main-dialog-content .dialog-footer button{--border-opacity:1;border-radius:.5rem;border:1px solid #005c95;border-color:rgba(0, 92, 149, var(--border-opacity));cursor:pointer;font-size:1.25rem;font-weight:500;margin:.5rem 0;padding:.75rem;width:100%}@media (min-width: 576px){.messaging-confirm-dialog-container .confirm-dialog .confirm-dialog-body .main-dialog-content .dialog-footer button{font-size:1rem;margin:1rem}}.messaging-confirm-dialog-container .confirm-dialog .confirm-dialog-body .main-dialog-content .dialog-footer button:last-child{--bg-opacity:1;--text-opacity:1;background-color:#5b2f91;background-color:rgba(91, 47, 145, var(--bg-opacity));color:#fff;color:rgba(255, 255, 255, var(--text-opacity))}.messaging-confirm-dialog-container .confirm-dialog .confirm-dialog-body .main-dialog-content .dialog-footer button:first-child{--text-opacity:1;color:#2c2a29;color:rgba(44, 42, 41, var(--text-opacity))}.messaging-confirm-dialog-container .confirm-dialog .confirm-dialog-body .main-dialog-content .reversed-column{display:flex;flex-direction:column-reverse}.ask-question-container-modal{height:100% !important}.member-details-select.messaging__control,.select-container .messaging__control{--text-opacity:1;--border-opacity:1;border-radius:.5rem;border:1px solid #727069;border-color:rgba(114, 112, 105, var(--border-opacity));color:#727069;color:rgba(114, 112, 105, var(--text-opacity));cursor:pointer;font-size:.875rem;font-weight:400;height:40px}.member-details-select.messaging__control:hover,.select-container .messaging__control:hover{--border-opacity:1;border-color:#727069;border-color:rgba(114, 112, 105, var(--border-opacity))}.member-details-select.messaging__indicator-separator,.select-container .messaging__indicator-separator{display:none}.messaging-container .conversation-details-footer.member-details-select.messaging__indicator-separator,.messaging-container .conversation-details-footer.select-container .messaging__indicator-separator{border-style:none;padding:0}.member-details-select.messaging__dropdown-indicator,.member-details-select.messaging__dropdown-indicator:hover,.select-container .messaging__dropdown-indicator,.select-container .messaging__dropdown-indicator:hover{--text-opacity:1;color:#727069;color:rgba(114, 112, 105, var(--text-opacity))}.member-details-select.messaging__option,.select-container .messaging__option{--text-opacity:1;color:#2c2a29;color:rgba(44, 42, 41, var(--text-opacity));cursor:pointer;font-size:.875rem;font-weight:400;margin:0;outline:none;padding:.75rem 1rem}.member-details-select.messaging__option--is-focused,.member-details-select.messaging__option--is-selected,.select-container .messaging__option--is-focused,.select-container .messaging__option--is-selected{--bg-opacity:1;background-color:#edf7fc;background-color:rgba(237, 247, 252, var(--bg-opacity))}.member-details-select.messaging__input,.select-container .messaging__input{height:auto}.messaging-container .combo-container,.messaging-modal .combo-container{margin-bottom:1.5rem;position:relative}.messaging-container .combo-container:after,.messaging-modal .combo-container:after{border-bottom:2px solid rgba(0,0,0,0.5);border-right:2px solid rgba(0,0,0,0.5);content:"";display:block;height:10px;pointer-events:none;position:absolute;right:16px;top:50%;transform:translateY(-65%) rotate(45deg);width:10px}.messaging-container .combo-container.is-focused .combo-control,.messaging-modal .combo-container.is-focused .combo-control{--border-opacity:1;border:2px solid #005c95;border-color:rgba(0, 92, 149, var(--border-opacity))}.messaging-container input.combo-input,.messaging-modal input.combo-input{--text-opacity:1;--border-opacity:1;align-items:center;background-color:transparent;background:0;border-radius:.5rem;border:1px solid #727069;border-color:rgba(114, 112, 105, var(--border-opacity));box-shadow:none;color:#2c2a29;color:rgba(44, 42, 41, var(--text-opacity));cursor:pointer;display:flex;flex-wrap:wrap;font-size:.875rem;font-weight:400;grid-area:1/2/auto/auto;height:40px;margin:0;min-width:2px;opacity:1;outline:2px solid transparent;outline-offset:2px;overflow:hidden;padding:.5rem;position:relative;width:100%}.messaging-container .combo-menu,.messaging-modal .combo-menu{--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));border:1px solid rgba(0,0,0,0.42);border-radius:.5rem;display:block;left:0;margin-top:.25rem;max-height:300px;overflow-y:auto;position:absolute;top:100%;width:100%;z-index:100}.messaging-container .combo-option,.messaging-modal .combo-option{--text-opacity:1;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));border-width:0;color:#2c2a29;color:rgba(44, 42, 41, var(--text-opacity));cursor:pointer;font-family:effra,Arial,sans-serif;font-size:.875rem;font-weight:400;margin:0;outline:2px solid transparent;outline-offset:2px;padding:.75rem 1rem;text-align:left;width:100%}.messaging-container .combo-option:first-child,.messaging-modal .combo-option:first-child{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.messaging-container .combo-option:last-child,.messaging-modal .combo-option:last-child{border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem}.messaging-container .menu-placeholder,.messaging-modal .menu-placeholder{--text-opacity:1;color:#2c2a29;color:rgba(44, 42, 41, var(--text-opacity));font-size:.875rem;font-weight:400;padding:.75rem 1rem}.messaging-container .combo-option.option-active,.messaging-container .combo-option:hover,.messaging-modal .combo-option.option-active,.messaging-modal .combo-option:hover{--bg-opacity:1;background-color:#edf7fc;background-color:rgba(237, 247, 252, var(--bg-opacity))}.messaging-primary-tip{border-radius:0.5rem !important;border-width:2px !important;opacity:1 !important;padding:1rem !important;text-align:left}.messaging-container .conversations-grid-container{border-radius:.5rem;display:flex;flex-direction:column;height:100%;min-height:0;min-width:0;position:relative;width:100%}.messaging-container .conversations-grid-container .conversations-grid-header{--bg-opacity:1;--border-opacity:1;align-items:center;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));border-top-right-radius:.5rem;border:0 solid #979797;border-color:rgba(151, 151, 151, var(--border-opacity));border-bottom:1px solid rgba(151, 151, 151, var(--border-opacity));display:flex;font-size:.875rem;min-height:41px;padding-bottom:0;padding-right:1rem;padding-top:0}.messaging-container .conversations-grid-container .conversations-grid-header .empty-columns{display:flex;width:90px}.messaging-container .conversations-grid-container .conversations-grid-header .columns{align-items:center;display:flex;padding-right:.75rem;width:100%}.messaging-container .conversations-grid-container .conversations-grid-header .conversations-grid-header-cell{--text-opacity:1;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));border:none;color:#727069;color:rgba(114, 112, 105, var(--text-opacity));text-align:left;white-space:nowrap}.messaging-container .conversations-grid-container .conversations-grid-header .column-title{font-size:.75rem;font-weight:500;letter-spacing:1.5px;margin-right:.25rem}.messaging-container .conversations-grid-container .conversations-grid-header .sorting-active{--transform-rotate:180deg;display:inline-block}.messaging-container .conversations-grid-container .conversations-grid-header .with-sorting{cursor:pointer}.messaging-container .conversations-grid-container .conversations-grid-header .with-sorting:hover .sorting-arrow{display:inline-block}.messaging-container .conversations-grid-container .conversations-grid-rows{border-bottom-right-radius:.5rem;border-top:0;height:100%;overflow-y:auto}.messaging-container .conversations-grid-container .conversations-grid-rows .conversation-grid-row{--bg-opacity:1;--border-opacity:1;align-items:center;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));border:0 solid #979797;border-color:rgba(151, 151, 151, var(--border-opacity));border-bottom:1px solid rgba(151, 151, 151, var(--border-opacity));display:flex;height:55px;padding-bottom:0;padding-right:1.75rem;padding-top:0}.messaging-container .conversations-grid-container .conversations-grid-rows .conversation-grid-row .conversation-grid-cell{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.messaging-container .conversations-grid-container .conversations-grid-rows .conversation-grid-row .conversation-grid-cell .message-preview{height:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.messaging-container .conversations-grid-container .conversations-grid-rows .conversation-grid-row .conversation-grid-cell .message-preview strong{font-weight:400}.messaging-container .conversations-grid-container .conversations-grid-rows .conversation-grid-row .conversation-grid-cell .message-preview .formatted-dates-wrapper,.messaging-container .conversations-grid-container .conversations-grid-rows .conversation-grid-row .conversation-grid-cell .message-preview br{display:none}.messaging-container .conversation-details-footer.messaging-container .conversations-grid-container .conversations-grid-rows .conversation-grid-row .conversation-grid-cell .message-preview .formatted-dates-wrapper{border-style:none;padding:0}.messaging-container .conversations-grid-container .conversations-grid-rows .conversation-grid-row .conversation-grid-cell:not(:last-child){box-sizing:border-box;padding-right:.75rem}.messaging-container .conversations-grid-container .conversations-grid-rows .conversation-grid-row .locked-cell,.messaging-container .conversations-grid-container .conversations-grid-rows .conversation-grid-row .unrespondable-cell{display:flex}.messaging-container .conversations-grid-container .conversations-grid-rows .conversation-grid-row .unrespondable-cell{min-width:24px}.messaging-container .conversations-grid-container .conversations-grid-rows .conversation-grid-row .locked-cell{min-width:50px}.messaging-container .conversations-grid-container .conversations-grid-rows .conversation-grid-row .indicators-box>*{margin-right:.75rem}.messaging-container .conversations-grid-container .conversations-grid-rows .conversation-grid-row .indicators-box{align-items:center;display:flex;justify-content:flex-end;min-width:90px}.messaging-container .conversations-grid-container .conversations-grid-rows .conversation-grid-row .circle{--bg-opacity:1;background-color:#005c95;background-color:rgba(0, 92, 149, var(--bg-opacity));border-radius:9999px;height:9px;width:9px}.messaging-container .conversations-grid-container .conversations-grid-rows .conversation-grid-row .info-wrapper{flex-grow:1;min-width:0}.messaging-container .conversations-grid-container .conversations-grid-rows .conversation-grid-row .info-wrapper .room-info{--text-opacity:1;color:#2c2a29;color:rgba(44, 42, 41, var(--text-opacity));display:flex;font-size:.875rem;font-weight:400}.messaging-container .conversations-grid-container .conversations-grid-rows .conversation-grid-row .info-wrapper .last-message{--text-opacity:1;color:#2c2a29;color:rgba(44, 42, 41, var(--text-opacity));font-size:13px;font-weight:400;height:16px;margin-top:.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.messaging-container .conversations-grid-container .loader-wrapper{left:50%;position:absolute;top:50%}.messaging-container .search-filter-container{--border-opacity:1;border-bottom-left-radius:.5rem;border-top-left-radius:.5rem;border:0 solid #979797;border-color:rgba(151, 151, 151, var(--border-opacity));border-right:1px solid rgba(151, 151, 151, var(--border-opacity));display:flex;flex-direction:column;justify-content:space-between;min-width:215px;overflow-y:auto}.messaging-container .search-filter-container .specialty-dropdown,.messaging-container .search-filter-container .specialty-search-dropdown,.messaging-container .search-filter-container .workflow-queue-dropdown{margin-bottom:.5rem}.messaging-container .search-filter-container .specialty-dropdown .dropdown-trigger svg,.messaging-container .search-filter-container .specialty-search-dropdown .dropdown-trigger svg,.messaging-container .search-filter-container .workflow-queue-dropdown .dropdown-trigger svg{--transform-rotate:90deg}.messaging-container .search-filter-container .specialty-dropdown .dropdown-menu,.messaging-container .search-filter-container .specialty-search-dropdown .dropdown-menu,.messaging-container .search-filter-container .workflow-queue-dropdown .dropdown-menu{padding-bottom:.25rem;padding-top:.25rem}.messaging-container .search-filter-container .specialty-dropdown .dropdown-menu .list-item,.messaging-container .search-filter-container .specialty-search-dropdown .dropdown-menu .list-item,.messaging-container .search-filter-container .workflow-queue-dropdown .dropdown-menu .list-item{--text-opacity:1;--bg-opacity:1;align-items:center;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));border:none;box-sizing:border-box;color:#000;color:rgba(0, 0, 0, var(--text-opacity));cursor:pointer;display:flex;font-family:effra,Arial,sans-serif;font-size:.875rem;height:30px;margin:0;outline:none;padding:.75rem 1rem;width:auto}.messaging-container .search-filter-container .specialty-dropdown .dropdown-menu .list-item:hover,.messaging-container .search-filter-container .specialty-dropdown .dropdown-menu .selected,.messaging-container .search-filter-container .specialty-search-dropdown .dropdown-menu .list-item:hover,.messaging-container .search-filter-container .specialty-search-dropdown .dropdown-menu .selected,.messaging-container .search-filter-container .workflow-queue-dropdown .dropdown-menu .list-item:hover,.messaging-container .search-filter-container .workflow-queue-dropdown .dropdown-menu .selected{--bg-opacity:1;background-color:#edf7fc;background-color:rgba(237, 247, 252, var(--bg-opacity))}.messaging-container .search-filter-container .workflow-queue-dropdown .dropdown-trigger{z-index:6}.messaging-container .search-filter-container .workflow-queue-dropdown .dropdown-menu{z-index:5}.messaging-container .search-filter-container .specialty-dropdown .dropdown-trigger,.messaging-container .search-filter-container .specialty-search-dropdown .dropdown-trigger{z-index:4}.messaging-container .search-filter-container .specialty-dropdown .dropdown-menu,.messaging-container .search-filter-container .specialty-search-dropdown .dropdown-menu{z-index:3}.messaging-container .search-filter-container .search-container{padding:1rem}.messaging-container .search-filter-container .search-dropdown{padding:1rem;z-index:1}.messaging-container .search-filter-container .search-dropdown .dropdown-trigger{z-index:2}.messaging-container .search-filter-container .search-dropdown .input-wrapper,.messaging-container .search-filter-container .search-dropdown .select-wrapper{--text-opacity:1;color:#2c2a29;color:rgba(44, 42, 41, var(--text-opacity));display:flex;flex-direction:column;font-size:.875rem;width:auto}.messaging-container .search-filter-container .search-dropdown .input-wrapper span,.messaging-container .search-filter-container .search-dropdown .select-wrapper span{font-weight:500;margin-bottom:.5rem}.messaging-container .search-filter-container .search-dropdown .input-wrapper input{--text-opacity:1;--border-opacity:1;background-image:none;border-radius:.5rem;border:1px solid #727069;border-color:rgba(114, 112, 105, var(--border-opacity));box-sizing:border-box;color:#2c2a29;color:rgba(44, 42, 41, var(--text-opacity));font-size:.875rem;font-weight:400;height:44px;margin-bottom:.5rem;padding:1rem;width:100%}.messaging-container .search-filter-container .search-dropdown .input-wrapper input::placeholder{--text-opacity:1;color:#9a9fa8;color:rgba(154, 159, 168, var(--text-opacity));font-size:.875rem;font-weight:400;opacity:1}.messaging-container .search-filter-container .search-dropdown .input-wrapper .error{--border-opacity:1;border-color:#aa1010;border-color:rgba(170, 16, 16, var(--border-opacity));margin-bottom:.25rem}.messaging-container .search-filter-container .search-dropdown .input-wrapper .form-error-message{--text-opacity:1;color:#aa1010;color:rgba(170, 16, 16, var(--text-opacity));font-size:13px;font-weight:400;line-height:16px;margin-bottom:.5rem}.messaging-container .search-filter-container .search-dropdown .input-wrapper .active-input{--border-opacity:1;border:2px solid #005c95;border-color:rgba(0, 92, 149, var(--border-opacity))}.messaging-container .search-filter-container .search-dropdown .select-wrapper .specialty-search-dropdown .dropdown-trigger{height:44px}.messaging-container .search-filter-container .search-dropdown .select-wrapper .specialty-search-dropdown .dropdown-trigger .placeholder{font-weight:400;margin-bottom:0}.messaging-container .search-filter-container .search-dropdown button{width:max-content}.messaging-container .search-filter-container .search-dropdown .disabled{--bg-opacity:1;--text-opacity:1;background-color:#bdbdbd;background-color:rgba(189, 189, 189, var(--bg-opacity));border:none;color:#fff;color:rgba(255, 255, 255, var(--text-opacity))}.messaging-container .search-filter-container .search-dropdown .search-action-box{grid-column-gap:.5rem;column-gap:.5rem;display:flex;margin-bottom:1rem}.messaging-container .search-filter-container .search-dropdown .search-action-box button{padding-left:1.25rem;padding-right:1.25rem}.messaging-container .search-filter-container .search-dropdown .search-action-box button:last-child{border:none}.messaging-container .search-filter-container .search-dropdown .search-action-box .disabled:last-child{--bg-opacity:1;--text-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));color:#005c95;color:rgba(0, 92, 149, var(--text-opacity))}.messaging-container .search-filter-container .search-actions-wrapper{margin-bottom:1.5rem}.messaging-container .search-filter-container .button-container{--bg-opacity:1;--border-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));border-radius:.5rem;border:1px solid #979797;border-color:rgba(151, 151, 151, var(--border-opacity));bottom:1rem;display:flex;font-size:.875rem;font-weight:500;justify-content:space-around;left:7%;position:relative;width:85%}.messaging-container .search-filter-container .button-container .switch-button{--text-opacity:1;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));border-style:none;color:#2c2a29;color:rgba(44, 42, 41, var(--text-opacity));margin-left:0;padding:11px 0;width:50%}.messaging-container .search-filter-container .button-container .switch-button:first-child{--border-opacity:1;border-bottom-left-radius:.5rem;border-top-left-radius:.5rem;border:0 solid #979797;border-color:rgba(151, 151, 151, var(--border-opacity));border-right:1px solid rgba(151, 151, 151, var(--border-opacity))}.messaging-container .search-filter-container .button-container .switch-button:last-child{border-bottom-right-radius:.5rem;border-top-right-radius:.5rem}.messaging-container .search-filter-container .button-container .switch-button:focus{outline:none}.messaging-container .search-filter-container .button-container .active-tab{--bg-opacity:1;background-color:#edf7fc;background-color:rgba(237, 247, 252, var(--bg-opacity))}.messaging-container .tabs-container .tabs-headers{cursor:pointer;display:flex}.messaging-container .tabs-container .tabs-headers .tab-item{flex:1;padding-bottom:.75rem;padding-left:1rem;padding-right:1rem;text-align:center}.messaging-container .dropdown{position:relative}.messaging-container .dropdown .dropdown-trigger{--bg-opacity:1;--text-opacity:1;--border-opacity:1;align-items:center;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));border-radius:.5rem;border:1px solid #727069;border-color:rgba(114, 112, 105, var(--border-opacity));box-sizing:border-box;color:#000;color:rgba(0, 0, 0, var(--text-opacity));cursor:pointer;display:flex;font-size:.875rem;height:40px;justify-content:space-between;padding-left:1rem;padding-right:.75rem;position:relative;width:100%}.messaging-container .dropdown .dropdown-trigger.dropdown-open,.messaging-container .dropdown .dropdown-trigger.placeholder-active{--border-opacity:1;border:2px solid #005c95;border-color:rgba(0, 92, 149, var(--border-opacity))}.messaging-container .dropdown .dropdown-trigger.placeholder-active{--text-opacity:1;color:#727069;color:rgba(114, 112, 105, var(--text-opacity))}.messaging-container .dropdown .dropdown-menu{--border-opacity:1;--bg-opacity:1;--text-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem;border:2px solid #005c95;border-color:rgba(0, 92, 149, var(--border-opacity));box-sizing:border-box;color:#000;color:rgba(0, 0, 0, var(--text-opacity));display:flex;flex-direction:column;justify-content:space-between;position:absolute;top:35px;width:100%}.messaging-container .switch{background-color:transparent;box-sizing:border-box;display:flex;flex:0 0 auto;height:20px;overflow:hidden;padding:0;position:relative;width:32px}.messaging-container .switch-disabled,.messaging-container .switch-disabled+label{cursor:default;opacity:.5}.messaging-container .switch-disabled+label:hover,.messaging-container .switch-disabled:hover{text-decoration:none !important}.messaging-container .switch__label{cursor:pointer;margin:0;padding:0;width:100%}.messaging-container .switch-input{opacity:0}.messaging-container .switch-input:checked~.switch-text{--bg-opacity:1;background-color:#a1c345;background-color:rgba(161, 195, 69, var(--bg-opacity))}.messaging-container .switch-input:checked~.switch-text:before{opacity:0;transform:translateX(200%)}.messaging-container .switch-input:checked~.switch-text:after{opacity:1;transform:translateX(0)}.messaging-container .switch-input:checked~.switch-handle{transform:translateX(12px)}.messaging-container .switch-text{--bg-opacity:1;background-color:#bdbdbd;background-color:rgba(189, 189, 189, var(--bg-opacity));border-radius:50px;box-sizing:border-box;cursor:pointer;display:block;flex:0 0 auto;height:20px;margin:0;position:absolute;top:0;width:32px}.messaging-container .switch-handle{--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));border-radius:18px;cursor:pointer;display:block;height:16px;margin:2px;padding:0;position:absolute;top:0;transition:all .2s ease-in-out;transition-property:transform;width:16px}.messaging-container .assign-container{height:40px;margin-right:1rem;width:200px}.messaging-container .assign-container:focus{outline:none}.messaging-container .assign-container .assign-control{--bg-opacity:1;align-items:center;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));border-width:0;display:flex;font-family:effra,Arial,sans-serif;justify-content:space-between;padding-left:.5rem;width:100%}.messaging-container .assign-container .messaging__control{--border-opacity:1;border-radius:.5rem;border:1px solid #727069;border-color:rgba(114, 112, 105, var(--border-opacity));box-shadow:none;cursor:pointer;font-size:1rem}.messaging-container .assign-container .messaging__control--menu-is-open{--border-opacity:1;border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem;border-top-left-radius:0;border-top-right-radius:0;border:1px solid #005c95;border-color:rgba(0, 92, 149, var(--border-opacity))}.messaging-container .assign-container .messaging__control--menu-is-open .messaging__indicator{--transform-rotate:180deg}.messaging-container .assign-container .messaging__single-value{font-size:.75rem;text-align:left}.messaging-container .assign-container .messaging__group{padding-bottom:0}.messaging-container .assign-container .messaging__group-heading{font-size:.75rem;text-transform:uppercase}.messaging-container .assign-container .messaging__menu{--border-opacity:1;border-bottom-left-radius:0;border-bottom-right-radius:0;border-top-left-radius:.5rem;border-top-right-radius:.5rem;border:1px solid #005c95;border-color:rgba(0, 92, 149, var(--border-opacity));border-bottom:0 solid rgba(0, 92, 149, var(--border-opacity));margin-bottom:0;padding-bottom:0}.messaging-container .assign-container .messaging__option{--bg-opacity:1;--border-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));border:0 solid #d3eef5;border-color:rgba(211, 238, 245, var(--border-opacity));border-top:1px solid rgba(211, 238, 245, var(--border-opacity));cursor:pointer;font-size:1rem;height:36px}.messaging-container .assign-container .messaging__option:hover,.messaging-container .assign-container .messaging__option:hover button{--bg-opacity:1;background-color:#edf7fc;background-color:rgba(237, 247, 252, var(--bg-opacity))}.messaging-container .assign-container .messaging__option button{--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));border-style:none;margin:0;padding:0}.messaging-container .assign-container .messaging__option .assign-option{--text-opacity:1;align-items:center;color:#7c7d74;color:rgba(124, 125, 116, var(--text-opacity));display:flex;font-family:effra,Arial,sans-serif;height:100%;justify-content:space-between;width:100%}.messaging-container .assign-container .messaging__option--is-selected{--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity))}.messaging-container .assign-container .messaging__option--is-selected,.messaging-container .assign-container .messaging__option--is-selected .assign-option{--text-opacity:1;color:#005c95;color:rgba(0, 92, 149, var(--text-opacity))}.assign-to-cs-modal .info-section{--text-opacity:1;color:#727069;color:rgba(114, 112, 105, var(--text-opacity));font-size:.875rem;line-height:16px;padding-bottom:1rem;padding-left:.75rem;padding-top:.5rem}.assign-to-cs-modal .section-title{font-size:1rem;font-weight:400}.assign-to-cs-modal .section-title,.assign-to-cs-modal h4{--text-opacity:1;color:#2c2a29;color:rgba(44, 42, 41, var(--text-opacity))}.assign-to-cs-modal h4{margin:0;padding-bottom:.75rem;padding-top:1rem}.assign-to-cs-modal .textarea{box-sizing:border-box;min-height:106px;padding:.75rem 1rem;resize:vertical}.assign-to-cs-modal .textarea,button.pending-button{--border-opacity:1;border-radius:.5rem;border:1px solid #727069;border-color:rgba(114, 112, 105, var(--border-opacity))}button.pending-button{--bg-opacity:1;align-items:center;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));display:flex;line-height:1;padding:10px 12px}button.pending-button #pendingTooltip{max-width:350px}button.pending-button svg{margin-right:.5rem}button.pending-active{--border-opacity:1;--bg-opacity:1;background-color:#fdf5eb;background-color:rgba(253, 245, 235, var(--bg-opacity));border-color:#f4c785;border-color:rgba(244, 199, 133, var(--border-opacity))}.pending-modal .messaging-modal-container{width:660px !important}.pending-modal h4{--text-opacity:1;color:#2c2a29;color:rgba(44, 42, 41, var(--text-opacity));font-size:1rem;font-weight:500}.pending-modal section{margin:auto;width:54%}.pending-modal .textarea{--border-opacity:1;border-radius:.5rem;border:1px solid #727069;border-color:rgba(114, 112, 105, var(--border-opacity));box-sizing:border-box;min-height:106px;padding:.75rem 1rem;resize:vertical}.pending-modal .react-datepicker__aria-live{display:none}.messaging-container .conversation-details-footer.pending-modal .react-datepicker__aria-live{border-style:none;padding:0}.pending-modal .react-datepicker__current-month{display:none}.messaging-container .conversation-details-footer.pending-modal .react-datepicker__current-month{border-style:none;padding:0}.pending-modal .react-datepicker__navigation{box-sizing:border-box}.pending-modal .react-datepicker__navigation--next,.pending-modal .react-datepicker__navigation--previous{border:5px solid transparent;margin-right:0;outline:none}.pending-modal .react-datepicker__navigation--previous{border-right-color:#727069}.pending-modal .react-datepicker__navigation--next{border-left-color:#727069;right:95px !important}.pending-modal .react-datepicker__month-read-view,.pending-modal .react-datepicker__year-read-view{visibility:initial !important}.pending-modal .react-datepicker__month-read-view--down-arrow,.pending-modal .react-datepicker__year-read-view--down-arrow{border-top-color:#727069;border-width:5px;top:6px}.pending-modal .react-datepicker__day--selected{--bg-opacity:1!important;background-color:#005c95 !important;background-color:rgba(0, 92, 149, var(--bg-opacity)) !important}.pending-modal .react-datepicker__time-list-item{align-items:center;display:flex;justify-content:center;padding:0 !important}.pending-modal .react-datepicker__time-list-item button{border:none;height:100%;margin-left:0;outline:none;padding:0;width:100%}.pending-modal .react-datepicker__time-list-item--selected button{--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity))}.pending-modal .react-datepicker button{background-color:initial}.pending-modal .enhanced-pending-checkbox{margin-top:1.25rem}.messaging-container .member-details-container{display:flex;flex-direction:column;min-height:0;overflow-y:auto;width:100%}.messaging-container .member-details-container .member-details-header{--border-opacity:1;--text-opacity:1;align-items:center;border-top-right-radius:.5rem;border:0 solid #979797;border-color:rgba(151, 151, 151, var(--border-opacity));border-bottom:1px solid rgba(151, 151, 151, var(--border-opacity));box-sizing:border-box;color:#727069;color:rgba(114, 112, 105, var(--text-opacity));display:flex;font-size:.75rem;font-weight:500;justify-content:center;letter-spacing:1.5px;min-height:41px;text-transform:uppercase}.messaging-container .member-details-container .member-details-wrapper{display:flex;font-size:.875rem;overflow-y:auto;padding:1rem;position:relative}.messaging-container .member-details-container .member-details-list{border-left-width:0;border-right-width:0;border-top-width:0;display:flex;flex-direction:column;width:100%}.messaging-container .member-details-container .member-details-list .list-option{align-items:center;display:flex;line-height:18px;padding-bottom:.5rem}.messaging-container .member-details-container .member-details-list .list-option:last-child{padding-bottom:0}.messaging-container .member-details-container .member-details-list .list-option a.header-link-style{--text-opacity:1;color:#00498a;color:rgba(0, 73, 138, var(--text-opacity));font-size:.75rem;font-weight:400;text-decoration:underline}.messaging-container .member-details-container .member-details-list .list-option span{--text-opacity:1;color:#000;color:rgba(0, 0, 0, var(--text-opacity));display:inline-block;font-size:.75rem;max-width:125px;vertical-align:text-top}.messaging-container .member-details-container .member-details-list .list-option .option-label{--text-opacity:1;box-sizing:border-box;color:#696b6b;color:rgba(105, 107, 107, var(--text-opacity));font-size:.75rem;font-weight:500;padding-right:16px;width:85px}.messaging-container .member-details-container .member-details-list .details-label{align-items:baseline}.messaging-container .member-details-container .member-details-list .select-container{margin-bottom:0;margin-left:.25rem;width:100%}.messaging-container .member-details-container .member-details-list .messaging__value-container{padding:0 0 0 .25rem}.messaging-container .member-details-container .member-details-list .messaging__value-container input{height:0}.messaging-container .member-details-container .member-details-list .messaging__control{--border-opacity:1;border-radius:.25rem;border:1px solid #919393;border-color:rgba(145, 147, 147, var(--border-opacity));height:1.5rem;min-height:24px}.messaging-container .member-details-container .member-details-list .messaging__indicator-separator{display:none !important}.messaging-container .conversation-details-footer.messaging-container .member-details-container .member-details-list .messaging__indicator-separator{border-style:none !important;padding:0 !important}.messaging-container .member-details-container .member-details-list .messaging__dropdown-indicator{--text-opacity:1;color:#000;color:rgba(0, 0, 0, var(--text-opacity));margin-right:.5rem;padding:0}.messaging-container .member-details-container .member-details-list .messaging__single-value{font-size:.75rem;max-width:max-content;position:static;transform:none}.messaging-container .member-details-container .overdue-message-box{padding-left:1rem;padding-right:1rem}.messaging-container .member-details-container .overdue-message-box p{--text-opacity:1;color:#000;color:rgba(0, 0, 0, var(--text-opacity));font-size:.75rem;margin-left:1.5rem}.messaging-container .member-details-container .overdue-message-box .overdue-icon{margin-right:.5rem;position:absolute}.module.message.provider{max-width:100% !important}#visit-summary-restyled{overflow-y:auto}#visit-summary-restyled .visit-summary-text-container *{font-size:16px;line-height:20px}#visit-summary-restyled p{margin-bottom:0;margin-top:0}#visit-summary-restyled .meta{border-width:0;display:flex}@media (min-width: 992px){#visit-summary-restyled .meta{margin-left:1rem}}#visit-summary-restyled .meta .visit-with{--text-opacity:1;color:#2c2a29;color:rgba(44, 42, 41, var(--text-opacity));font-size:1.875rem;font-weight:500;margin-bottom:.75rem;padding-bottom:0}#visit-summary-restyled .meta .date{border-width:0;font-weight:500}#visit-summary-restyled .meta .date,#visit-summary-restyled .meta .patient{--text-opacity:1;color:#2c2a29;color:rgba(44, 42, 41, var(--text-opacity));font-size:1.5rem;margin-bottom:2rem;padding-bottom:0}#visit-summary-restyled .meta .reason{--text-opacity:1;color:#2c2a29;color:rgba(44, 42, 41, var(--text-opacity));font-size:1.125rem;font-weight:500}#visit-summary-restyled .meta .date,#visit-summary-restyled .meta .patient,#visit-summary-restyled .meta .reason{padding-left:0;width:100%}#visit-summary-restyled .visit-summary-cta{margin-bottom:0;margin-right:0;min-width:12rem;width:100%}@media (min-width: 576px){#visit-summary-restyled .visit-summary-cta{width:fit-content}}#visit-summary-restyled .visit-summary-cta-link{--text-opacity:1;color:#005c95;color:rgba(0, 92, 149, var(--text-opacity));font-weight:500;text-decoration:none}#visit-summary-restyled .provider-name-hyphen{background:#000;height:.5px;margin-right:.5rem;width:.75rem}#visit-summary-restyled .separator-line{background-color:#bbb;height:1.25px}#visit-summary-restyled .summary-section{display:flex;flex-direction:column}@media (min-width: 992px){#visit-summary-restyled .summary-section{align-items:flex-start;flex-direction:row}}#visit-summary-restyled .summary-section .meta,#visit-summary-restyled .summary-section .summary-section-heading{--text-opacity:1;color:#2c2a29;color:rgba(44, 42, 41, var(--text-opacity));font-weight:500}@media (min-width: 992px){#visit-summary-restyled .summary-section .meta,#visit-summary-restyled .summary-section .summary-section-heading{flex:0 0 8.25rem;margin-right:4rem}}#visit-summary-restyled .summary-section .summary-section-item:not(:first-child){margin-top:1.5rem}#visit-summary-restyled .summary-section .summary-section-item-small:not(:first-child){margin-top:.25rem}#visit-summary-restyled .summary-section.prescriptions .summary-section-item-small:not(:first-child){margin-top:1rem}#visit-summary-restyled .summary-section.prescriptions .ophthalmic_alert{color:#aa1010;font-weight:500;margin-left:.75rem;margin-top:.25rem}#visit-summary-restyled .bottom-ctas-spacing{margin-top:1.25rem}#visit-summary-restyled .message_attachments_table{max-width:100%;width:100%}#visit-summary-restyled .need-sth-actions{display:flex}#visit-summary-restyled .need-sth-actions li{display:block;margin-bottom:0;margin-top:0}#visit-summary-restyled .need-sth-actions .button{--bg-opacity:1;background-color:#5b2f91;background-color:rgba(91, 47, 145, var(--bg-opacity))}.messaging-container .ems-panel{--border-opacity:1;border:0 solid #979797;border-color:rgba(151, 151, 151, var(--border-opacity));border-top:1px solid rgba(151, 151, 151, var(--border-opacity));display:flex;flex-direction:column;font-size:.875rem;padding:1rem}.messaging-container .ems-panel .ems-panel-title{padding-bottom:.75rem}.messaging-container .ems-panel .ems-panel-title .phone-number p{font-size:.875rem}.messaging-container .ems-panel .ems-panel-title p{--text-opacity:1;color:#939289;color:rgba(147, 146, 137, var(--text-opacity));font-size:.75rem}.messaging-container .ems-panel .ems-panel-title .phone-value,.messaging-container .ems-panel .ems-panel-title strong{--text-opacity:1;color:#2c2a29;color:rgba(44, 42, 41, var(--text-opacity))}.messaging-container .ems-panel .ems-panel-option{padding-bottom:1.5rem}.messaging-container .ems-panel .ems-panel-option .ems-label{--text-opacity:1;color:#2c2a29;color:rgba(44, 42, 41, var(--text-opacity));display:block;padding-bottom:.5rem}.messaging-container .ems-panel .ems-panel-toggle{--text-opacity:1;align-items:center;color:#2c2a29;color:rgba(44, 42, 41, var(--text-opacity));display:flex}.messaging-container .ems-panel .ems-panel-toggle .switch{height:32px;padding:0 .5rem;width:65px}.messaging-container .ems-panel .ems-panel-toggle .switch .switch-text{height:31px;width:50px}.messaging-container .ems-panel .ems-panel-toggle .switch .switch-handle{height:27px;width:27px}.messaging-container .ems-panel .ems-panel-toggle .switch .switch-input:checked~.switch-handle{transform:translateX(19px)}.messaging-container .ems-panel .ems-panel-toggle-on{--text-opacity:1;color:#000;color:rgba(0, 0, 0, var(--text-opacity));display:flex;padding-bottom:.75rem}.messaging-container .ems-panel .ems-panel-toggle-on .ems-panel-toggle-on-label{box-sizing:border-box;font-size:.875rem;font-weight:700;padding-right:12px;white-space:nowrap}.messaging-container .ems-panel .ems-panel-toggle-on .ems-panel-toggle-on-value{font-size:13px}.messaging-modal.ems-modal .messaging-modal-container .modal-header .modal-title{padding-right:1.25rem}.messaging-modal.ems-modal .react-datepicker__aria-live{display:none}.messaging-container .conversation-details-footer.messaging-modal.ems-modal .react-datepicker__aria-live{border-style:none;padding:0}.messaging-modal.ems-modal .react-datepicker__time-list-item{align-items:center;display:flex}.messaging-modal.ems-modal .react-datepicker__navigation--next{right:95px}.decision-tree-modal{font-size:1rem;line-height:20px}.decision-tree-modal fieldset,.decision-tree-modal p{margin:0}.decision-tree-modal .modal-container{min-height:250px}.decision-tree-modal div.description{margin-bottom:1rem}.decision-tree-modal div.description span{display:block;font-size:1.125rem;width:100%}.decision-tree-modal .schedule-consult span{display:block;font-size:1rem;margin-top:.75rem;width:100%}.decision-tree-modal h2{--text-opacity:1;color:#000;color:rgba(0, 0, 0, var(--text-opacity));font-size:22px;font-weight:500;margin:0;padding:0}.decision-tree-modal form .form-group:not(:last-child){margin-bottom:1.5rem}.decision-tree-modal .reminder{margin-bottom:.5rem}.decision-tree-modal .helper-text{font-size:1.125rem;margin-top:1rem}.messaging-container fieldset .description,.messaging-modal fieldset .description{--text-opacity:1;border-top:none;color:#000;color:rgba(0, 0, 0, var(--text-opacity));font-size:1rem;font-weight:400;height:max-content;padding:0}.messaging-container .radio-button,.messaging-modal .radio-button{display:flex;flex-wrap:wrap;margin-bottom:1rem}.messaging-container .radio-button .radio-description,.messaging-modal .radio-button .radio-description{--text-opacity:1;color:#565757;color:rgba(86, 87, 87, var(--text-opacity));font-weight:400;line-height:20px;margin-bottom:.75rem;margin-top:2px;padding-left:1.75rem;width:100%}.messaging-container .radio-button .radio-button-label,.messaging-modal .radio-button .radio-button-label{--text-opacity:1;color:#000;color:rgba(0, 0, 0, var(--text-opacity));cursor:pointer;font-size:1rem;font-weight:400;line-height:24px;padding:0}.messaging-container .radio-button .styled-radio-button,.messaging-modal .radio-button .styled-radio-button{--border-opacity:1;align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:50%;border:1px solid #005c95;border-color:rgba(0, 92, 149, var(--border-opacity));box-sizing:content-box;cursor:pointer;display:flex;height:18px;justify-content:center;margin-right:7px;position:static;top:3px;transition:all .2s linear;width:18px}.messaging-container .radio-button .styled-radio-button:checked,.messaging-modal .radio-button .styled-radio-button:checked{--border-opacity:1;border:1px solid #005c95;border-color:rgba(0, 92, 149, var(--border-opacity))}.messaging-container .radio-button .styled-radio-button:before,.messaging-modal .radio-button .styled-radio-button:before{background-color:transparent;border-radius:50%;content:"";height:12px;transition:all .2s linear;width:12px}.messaging-container .radio-button .styled-radio-button:checked:before,.messaging-modal .radio-button .styled-radio-button:checked:before{--bg-opacity:1;background-color:#005c95;background-color:rgba(0, 92, 149, var(--bg-opacity))}.messaging-container .radio-group,.messaging-modal .radio-group{display:flex;flex-direction:column}.messaging-container .radio-group h2.description,.messaging-modal .radio-group h2.description{--text-opacity:1;color:#000;color:rgba(0, 0, 0, var(--text-opacity));font-size:1.25rem;font-weight:500;margin-bottom:1rem}.messaging-container .radio-group .radio-label,.messaging-modal .radio-group .radio-label{font-size:1.125rem;margin-left:1.5rem}.messaging-container .radio-group .radio-description,.messaging-modal .radio-group .radio-description{--text-opacity:1;color:#545454;color:rgba(84, 84, 84, var(--text-opacity));display:block;font-size:1.125rem}.messaging-container .radio-group [role=radio],.messaging-modal .radio-group [role=radio]{--text-opacity:1;border:0 solid transparent;color:#000;color:rgba(0, 0, 0, var(--text-opacity));cursor:pointer;display:inline-block;font-size:1rem;font-weight:400;line-height:24px;margin-bottom:.5rem;margin-top:.5rem;outline:2px solid transparent;outline-offset:2px;padding:0;position:relative;width:auto}.messaging-container .radio-group [role=radio]:focus,.messaging-modal .radio-group [role=radio]:focus{outline:1px solid #005a9c}.messaging-container .radio-group [role=radio]:before,.messaging-modal .radio-group [role=radio]:before{--border-opacity:1;border-radius:50%;border:1px solid #005c95;border-color:rgba(0, 92, 149, var(--border-opacity));content:"";height:18px;position:absolute;top:3px;transition:all .2s linear;width:18px}.messaging-container .radio-group [role=radio][aria-checked=true]:after,.messaging-modal .radio-group [role=radio][aria-checked=true]:after{--bg-opacity:1;background-color:#005c95;background-color:rgba(0, 92, 149, var(--bg-opacity));border-radius:50%;content:"";height:12px;left:3px;position:absolute;top:6px;transition:all .2s linear;width:12px}.health-assistant-grid .health-assistant-button{bottom:0;position:fixed;right:0;z-index:1}.health-assistant-grid .health-assistant-button:focus{outline:1px auto -webkit-focus-ring-color}.health-assistant-grid .health-assistant-button g{cursor:pointer}.health-assistant-grid .health-assistant-wrapper{border:1px solid #96999c;border-radius:.5rem;bottom:0;box-shadow:2px 2px 4px 0 rgba(0,0,0,0.5);height:70vh;margin-bottom:1.25rem;margin-right:1.25rem;min-height:350px;padding:0;position:fixed;right:0;width:400px;z-index:99}.health-assistant-grid .health-assistant-wrapper .conversations-details{height:100%;width:100%}.health-assistant-grid .health-assistant-wrapper .messaging-container{margin-bottom:0}.health-assistant-grid .health-assistant-wrapper .messaging-container .flash-messages{top:7rem}.health-assistant-grid .health-assistant-wrapper .messaging-container .flash-messages .flash-message-container{border-radius:0;margin-bottom:0;width:auto}.health-assistant-grid .health-assistant-wrapper .messaging-container .flash-messages .flash-message-container button{display:none}.messaging-container .conversation-details-footer.health-assistant-grid .health-assistant-wrapper .messaging-container .flash-messages .flash-message-container button{border-style:none;padding:0}.health-assistant-grid .health-assistant-wrapper .messaging-container .messages-list{padding-top:6rem}.health-assistant-grid .health-assistant-wrapper .messaging-container .conversations-details{width:100%}@media (max-width: 740px){.health-assistant-grid .health-assistant-wrapper{bottom:0;height:100%;left:0;margin-bottom:0;margin-right:0;overflow:hidden;right:0;top:0;width:100vw;z-index:999}.health-assistant-grid .health-assistant-wrapper .messaging-container{margin-bottom:0}.health-assistant-grid .health-assistant-wrapper .messaging-container .flash-messages{top:6.5rem}.health-assistant-grid .health-assistant-wrapper .messaging-container .flash-messages .flash-message-container{width:100vw}.health-assistant-grid .health-assistant-wrapper .messaging-container .flash-messages .flash-message-container .flash-message-text{margin:auto;padding-left:0}.health-assistant-grid .health-assistant-wrapper .messaging-container .conversations-wrapper{border:0}}.health-assistant-grid .health-assistant-wrapper .conversation-header-container,.health-assistant-grid .health-assistant-wrapper .unread-messages{display:none}.messaging-container .conversation-details-footer.health-assistant-grid .health-assistant-wrapper .conversation-header-container,.messaging-container .conversation-details-footer.health-assistant-grid .health-assistant-wrapper .unread-messages{border-style:none;padding:0}.health-assistant-grid .health-assistant-wrapper .call-teladoc-link{text-align:left}.health-assistant-grid .health-assistant-wrapper .disabled{cursor:not-allowed;opacity:.5;pointer-events:none}.health-assistant-grid .health-assistant-wrapper .message-notes{color:#939289;font-size:.875rem;font-weight:400;padding:0 50px;text-align:center}.health-assistant-grid .health-assistant-wrapper header{--bg-opacity:1;align-items:center;background-color:#5b2f91;background-color:rgba(91, 47, 145, var(--bg-opacity));display:flex;flex-direction:column;height:3.75rem;justify-content:center;left:0;position:absolute;top:0;width:100%;z-index:99}.health-assistant-grid .health-assistant-wrapper header h1{--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity));font-size:1.375rem;font-weight:400;margin-bottom:0}.health-assistant-grid .health-assistant-wrapper header p{font-size:1rem;font-weight:400;margin-bottom:0}.health-assistant-grid .health-assistant-wrapper header .modal-close-button{cursor:pointer;position:absolute;right:1.25rem}@media (max-width: 740px){.health-assistant-grid .health-assistant-wrapper header{position:fixed}}.health-assistant-grid .health-assistant-wrapper .message-text{text-align:left}.health-assistant-grid .health-assistant-wrapper .message{max-width:80% !important}.health-assistant-grid .health-assistant-wrapper .option-content{font-size:1rem;font-weight:400;margin-bottom:1rem}.health-assistant-grid .health-assistant-wrapper .option-content:last-of-type{margin-bottom:0}.health-assistant-grid .health-assistant-wrapper .message-container.message-right.system-message .message{border:0}.health-assistant-grid .health-assistant-wrapper .message-container.message-right.system-message .message-text{--bg-opacity:1;--text-opacity:1;background-color:#005c95;background-color:rgba(0, 92, 149, var(--bg-opacity));color:#fff;color:rgba(255, 255, 255, var(--text-opacity))}.health-assistant-grid .health-assistant-wrapper .send-icon{background-color:transparent !important;cursor:pointer;margin-left:0;padding:0 !important}.health-assistant-grid .health-assistant-wrapper .icon-fill{fill:#00498a}.health-assistant-grid .health-assistant-wrapper .icon-disabled{fill:#919393;opacity:1}.health-assistant-grid .health-assistant-wrapper .message-left .message{border-radius:.5rem}.health-assistant-grid .health-assistant-wrapper .message-left .message .health-assistants-actions{align-items:center;display:flex;flex-direction:column}.health-assistant-grid .health-assistant-wrapper .message-left .message .watson-options button{--bg-opacity:1;--text-opacity:1;background-color:#005c95;background-color:rgba(0, 92, 149, var(--bg-opacity));border-radius:.5rem;color:#fff;color:rgba(255, 255, 255, var(--text-opacity));cursor:pointer;font-weight:600;padding:10px 32px}.health-assistant-grid .health-assistant-wrapper .conversation-details-footer{--bg-opacity:1;--border-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));border-color:#b1b3b3;border-color:rgba(177, 179, 179, var(--border-opacity));border-top:1px rgba(177, 179, 179, var(--border-opacity));border-style:solid}@media (max-width: 740px){.health-assistant-grid .health-assistant-wrapper .conversation-details-footer .attach-icon{background-color:transparent !important;cursor:pointer;transform:rotate(-90deg)}}.health-assistant-grid .health-assistant-wrapper .conversation-details-footer .create-message-container{align-items:center;display:flex}.health-assistant-grid .health-assistant-wrapper .conversation-details-footer .create-message-container button{--bg-opacity:1;--text-opacity:1;background-color:#005c95;background-color:rgba(0, 92, 149, var(--bg-opacity));border-radius:.5rem;color:#fff;color:rgba(255, 255, 255, var(--text-opacity));font-weight:600;margin-left:5px;max-height:48px;padding:10px}.health-assistant-grid .health-assistant-wrapper .conversation-details-footer .attach-icon{background-color:transparent !important;cursor:pointer;transform:rotate(-90deg)}.health-assistant-grid .health-assistant-wrapper .conversation-details-footer textarea{--bg-opacity:1;--border-opacity:1;--text-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));border-radius:.25rem;border:2px solid #727069;border-color:rgba(114, 112, 105, var(--border-opacity));box-shadow:none;color:#000;color:rgba(0, 0, 0, var(--text-opacity));font-size:1.125rem;font-weight:400;margin-bottom:0;margin-right:0;min-height:36px;overflow:hidden;padding:.5rem;resize:none}.health-assistant-grid .health-assistant-wrapper .conversation-details-footer textarea::placeholder{--text-opacity:1;color:#727069;color:rgba(114, 112, 105, var(--text-opacity));font-size:1.125rem;font-weight:400;opacity:1}.health-assistant-grid .health-assistant-wrapper .conversation-details-footer textarea:focus{--border-opacity:1;border-color:#00498a;border-color:rgba(0, 73, 138, var(--border-opacity))}.health-assistant-grid .health-assistant-wrapper .actions-container{display:none}.messaging-container .conversation-details-footer.health-assistant-grid .health-assistant-wrapper .actions-container{border-style:none;padding:0}.health-assistant-grid .health-assistant-wrapper:before{display:none}.messaging-container .conversation-details-footer.health-assistant-grid .health-assistant-wrapper:before{border-style:none;padding:0}.messaging-container .consult-level-actions-header{min-height:85px}.messaging-container .consult-level-actions-header h2{font-size:1.25rem;margin:0}.consult-level-actions-container{display:flex;flex-direction:column;font-size:1rem;height:100%;overflow-y:auto;padding:0 1rem 1rem;position:relative;width:100%}.consult-level-actions-header{align-items:center;display:flex;justify-content:center}@media (min-width: 992px){.consult-level-actions-header{justify-content:flex-start}}.consult-level-actions-header.next-level .back-button{display:block}@media (min-width: 992px){.consult-level-actions-header.next-level h2{margin-left:2rem}}.consult-level-actions-header .back-button{display:block;left:1rem;position:absolute}@media (min-width: 992px){.consult-level-actions-header .back-button{display:none}.messaging-container .conversation-details-footer.consult-level-actions-header .back-button{border-style:none;padding:0}}.consult-level-actions-header h2{--text-opacity:1;color:#2c2a29;color:rgba(44, 42, 41, var(--text-opacity));font-size:2.25rem}.consult-level-actions-header .close-button{display:none}.messaging-container .conversation-details-footer.consult-level-actions-header .close-button{border-style:none;padding:0}.consult-level-actions-header .close-button{background-color:transparent;margin-left:auto}@media (min-width: 992px){.consult-level-actions-header .close-button{display:block}}.consult-level-actions-header .close-button .icon-fill{fill:#181919}.consult-level-actions-main section{margin-bottom:2rem}.consult-level-actions-main section:first-child>:first-child{border-top-width:0}.consult-level-actions-main .heading{--text-opacity:1;color:#565757;color:rgba(86, 87, 87, var(--text-opacity));font-size:1rem;font-weight:400;margin-bottom:.5rem;margin-left:0;padding-left:0}.consult-level-actions-main .message-action{--border-opacity:1;--text-opacity:1;align-items:center;border-color:#b1b3b3;border-color:rgba(177, 179, 179, var(--border-opacity));border-top:1px rgba(177, 179, 179, var(--border-opacity));border-style:solid;color:#005c95;color:rgba(0, 92, 149, var(--text-opacity));cursor:pointer;display:flex;font-size:1rem;font-weight:400;line-height:1.25;padding-bottom:.5rem;padding-top:.5rem;text-decoration:none;width:100%}.consult-level-actions-main .message-action:last-child{border-bottom-width:1px}.consult-level-actions-main .message-action:hover{text-decoration:underline}.consult-level-actions-main .message-action span{text-align:left}.consult-level-actions-main .message-action svg{margin-left:auto}.consult-level-actions-main .icon-color{fill:#005c95}.consult-level-actions-footer{align-items:center;display:flex;margin-top:auto}.consult-level-actions-footer svg{height:100%;max-width:1rem;width:100%}.consult-level-actions-footer p{--text-opacity:1;color:#565757;color:rgba(86, 87, 87, var(--text-opacity));line-height:1.25;margin-bottom:0;margin-left:.5rem}.messaging-container .conversations-details .conversation-info.consult-level-actions-visible{display:none}.messaging-container .conversation-details-footer.messaging-container .conversations-details .conversation-info.consult-level-actions-visible{border-style:none;padding:0}@media (min-width: 992px){.messaging-container .conversations-details .conversation-info.consult-level-actions-visible{display:flex}}.message-folders-container{--border-opacity:1;--text-opacity:1;border-color:#cbc9bf;border-bottom:1px;border-style:solid;border-color:rgba(203, 201, 191, var(--border-opacity));color:#2c2a29;color:rgba(44, 42, 41, var(--text-opacity));font-size:.75rem;font-weight:500;margin-bottom:.5rem;margin-left:1rem;margin-right:1rem;padding-bottom:1rem;padding-top:.5rem}.message-folders-actions{display:flex}.message-folders-actions>*{line-height:1.5}.message-folders-actions .message-folders-collapse-button{font-weight:500}.message-folders-actions .message-folders-collapse-button span{padding-right:.5rem}.message-folders-actions .message-folders-select-button{--text-opacity:1;color:#00498a;color:rgba(0, 73, 138, var(--text-opacity));margin-left:auto}.message-folders-actions .message-folders-counter{--text-opacity:1;--bg-opacity:1;background-color:#2d77f6;background-color:rgba(45, 119, 246, var(--bg-opacity));border-radius:.25rem;color:#fff;color:rgba(255, 255, 255, var(--text-opacity));margin-left:.5rem;padding-left:.5rem;padding-right:.5rem}.message-folders-list{padding-top:1rem}.message-folders-list .messaging-checkbox{margin-left:.25rem}.message-folders-list .messaging-checkbox:not(:last-child){margin-bottom:.5rem}.message-folders-list .messaging-checkbox input[type=checkbox]+label{--text-opacity:1;color:#2c2a29;color:rgba(44, 42, 41, var(--text-opacity));font-size:.75rem;font-weight:500}.move-folder-modal .move-folder-modal-body{margin-left:auto;margin-right:auto;max-width:23.5rem}.move-folder-modal .move-folder-modal-body label{--text-opacity:1;color:#2c2a29;color:rgba(44, 42, 41, var(--text-opacity));font-size:1rem;font-weight:500;margin-bottom:.75rem}.move-folder-modal .move-folder-modal-body .textarea{--border-opacity:1;border-radius:.5rem;border:1px solid #727069;border-color:rgba(114, 112, 105, var(--border-opacity));box-sizing:border-box;min-height:6.25rem;padding:.75rem 1rem;resize:vertical}.message-folder-details{box-sizing:border-box;display:flex;flex-direction:column;overflow-wrap:break-word;overflow-y:auto;padding:1rem;width:100%}.message-folder-details-reason,.message-folder-details-title{--text-opacity:1;color:#696b6b;color:rgba(105, 107, 107, var(--text-opacity));display:flex;font-size:.75rem;font-weight:500;margin-bottom:.5rem}.message-folder-details-label{display:inline-block;width:85px}.message-folder-details-text{--text-opacity:1;color:#000;color:rgba(0, 0, 0, var(--text-opacity));flex:1 1 0%;font-weight:400}.message-folder-details-button{--border-opacity:1;align-items:center;border-radius:.5rem;border:1px solid #919393;border-color:rgba(145, 147, 147, var(--border-opacity));display:flex;padding:.5rem .75rem}.message-folder-details-button svg{padding-right:.5rem}.emergency-assistant-wrapper.hide-emergency{display:none}.messaging-container .conversation-details-footer.emergency-assistant-wrapper.hide-emergency{border-style:none;padding:0}.health-assistant-button{bottom:0;position:fixed;right:0;z-index:1}.health-assistant-button g{cursor:pointer}.emergency-assistant .emergency-warning{--text-opacity:1;color:red;color:rgba(255, 0, 0, var(--text-opacity));font-size:.75rem;margin-top:2px}.emergency-assistant .message-count{--text-opacity:1;--bg-opacity:1;align-items:center;background-color:#f30b00;background-color:rgba(243, 11, 0, var(--bg-opacity));border-radius:50%;bottom:125px;color:#fff;color:rgba(255, 255, 255, var(--text-opacity));display:flex;font-size:.875rem;font-weight:600;height:1.5rem;justify-content:center;position:fixed;right:50px;width:1.5rem;z-index:2}.emergency-assistant .messaging-container .conversations-details .conversation-right-panel{display:none}.messaging-container .conversation-details-footer.emergency-assistant .messaging-container .conversations-details .conversation-right-panel{border-style:none;padding:0}.emergency-assistant-wrapper{--bg-opacity:1;--border-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));border-radius:.5rem;border:1px solid #96999c;border-color:rgba(150, 153, 156, var(--border-opacity));bottom:0;box-shadow:2px 2px 4px 0 rgba(0,0,0,0.5);display:flex;flex-direction:column;font-family:Arial,Helvetica,sans-serif;margin-bottom:1.25rem;margin-right:1.25rem;overflow:hidden;padding:0;position:fixed;right:0;width:400px;z-index:99}.emergency-assistant-wrapper .emergency-assistant-header{--bg-opacity:1;align-items:center;background-color:#f09d02;background-color:rgba(240, 157, 2, var(--bg-opacity));display:flex;padding-left:.75rem;padding-right:.75rem}.emergency-assistant-wrapper .emergency-assistant-header .close-icon,.emergency-assistant-wrapper .emergency-assistant-header .rollup-icon{background-color:transparent;border-style:none;cursor:pointer}.emergency-assistant-wrapper .emergency-assistant-header h2{--text-opacity:1;border:none;color:#fff;color:rgba(255, 255, 255, var(--text-opacity));margin-bottom:0;padding:1rem 0;text-align:center;width:100%}.emergency-assistant-wrapper .warning-banner{--bg-opacity:1;--text-opacity:1;background-color:#ee543e;background-color:rgba(238, 84, 62, var(--bg-opacity));color:#fff;color:rgba(255, 255, 255, var(--text-opacity));padding:1rem;text-align:center}.emergency-assistant-wrapper .info-popup{--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));display:flex;flex-direction:column;height:500px;justify-content:center;padding:0 1.5rem;text-align:center}.emergency-assistant-wrapper .info-popup span{font-size:.75rem;margin-bottom:.5rem}.emergency-assistant-wrapper .info-popup button{cursor:pointer;margin-right:.5rem}.emergency-assistant-wrapper .messages-list-container .messages-list{padding:.5rem 0}.emergency-assistant-wrapper .messaging-container{--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));font-family:Arial,Helvetica,sans-serif;margin-bottom:0;min-height:0;min-width:0}.emergency-assistant-wrapper .messaging-container .messaging-header{display:none}.messaging-container .conversation-details-footer.emergency-assistant-wrapper .messaging-container .messaging-header{border-style:none;padding:0}.emergency-assistant-wrapper .messaging-container .flash-messages .flash-message-container{border-radius:0;margin-bottom:0;width:auto}.emergency-assistant-wrapper .messaging-container .flash-messages .flash-message-container button{display:none}.messaging-container .conversation-details-footer.emergency-assistant-wrapper .messaging-container .flash-messages .flash-message-container button{border-style:none;padding:0}.emergency-assistant-wrapper .messaging-container .conversations-wrapper{border:none !important}@media (max-width: 740px){.emergency-assistant-wrapper .messaging-container{margin-bottom:0;margin-right:0;overflow:hidden;z-index:99}.emergency-assistant-wrapper .messaging-container .messaging-container{margin-bottom:0}.emergency-assistant-wrapper .messaging-container .messaging-container .flash-messages{top:6.5rem}.emergency-assistant-wrapper .messaging-container .messaging-container .flash-messages .flash-message-container{width:100vw}.emergency-assistant-wrapper .messaging-container .messaging-container .flash-messages .flash-message-container .flash-message-text{margin:auto;padding-left:0}.emergency-assistant-wrapper .messaging-container .messaging-container .conversations-wrapper{border:none}}.emergency-assistant-wrapper .messaging-container .actions-container,.emergency-assistant-wrapper .messaging-container .conversation-header,.emergency-assistant-wrapper .messaging-container .member-details-container{display:none !important}.messaging-container .conversation-details-footer.emergency-assistant-wrapper .messaging-container .actions-container,.messaging-container .conversation-details-footer.emergency-assistant-wrapper .messaging-container .conversation-header,.messaging-container .conversation-details-footer.emergency-assistant-wrapper .messaging-container .member-details-container{border-style:none !important;padding:0 !important}.emergency-assistant-wrapper .messaging-container .call-teladoc-link{text-align:left}.emergency-assistant-wrapper .messaging-container .disabled{cursor:not-allowed;opacity:.5;pointer-events:none}.emergency-assistant-wrapper .messaging-container .agent-notification{--text-opacity:1;color:#939289;color:rgba(147, 146, 137, var(--text-opacity));font-size:.875rem;font-weight:400;padding:0 50px;text-align:center}.emergency-assistant-wrapper .messaging-container header{--bg-opacity:1;align-items:center;background-color:#f6f6f6;background-color:rgba(246, 246, 246, var(--bg-opacity));display:flex;flex-direction:column;height:3rem;justify-content:center;left:0;position:absolute;top:0;width:100%;z-index:99}.emergency-assistant-wrapper .messaging-container header h1{--text-opacity:1;border-top:none;color:#2c2a29;color:rgba(44, 42, 41, var(--text-opacity));font-size:1.125rem;font-weight:700}.emergency-assistant-wrapper .messaging-container header p{font-size:1rem;font-weight:400;margin-bottom:0}.emergency-assistant-wrapper .messaging-container header .modal-close-button{cursor:pointer;position:absolute;right:.5rem;top:.5rem}.emergency-assistant-wrapper .messaging-container header .modal-close-button path:first-child{fill:#727069}@media (max-width: 740px){.emergency-assistant-wrapper .messaging-container header{position:fixed}}.emergency-assistant-wrapper .messaging-container .message-text{text-align:left}.emergency-assistant-wrapper .messaging-container .message{max-width:80% !important}.emergency-assistant-wrapper .messaging-container .option-content{font-size:1rem;font-weight:400}.emergency-assistant-wrapper .messaging-container .option-content:last-child{margin-bottom:0}.emergency-assistant-wrapper .messaging-container .message-container{border:none;width:100%}.emergency-assistant-wrapper .messaging-container .send-icon{background-color:transparent !important;border:none;cursor:pointer;margin-left:0;padding:0 !important}.emergency-assistant-wrapper .messaging-container .attach-icon{display:none !important}.messaging-container .conversation-details-footer.emergency-assistant-wrapper .messaging-container .attach-icon{border-style:none !important;padding:0 !important}.emergency-assistant-wrapper .messaging-container .icon-fill{fill:#005c95}.emergency-assistant-wrapper .messaging-container .icon-disabled{fill:#727069;opacity:.5}.emergency-assistant-wrapper .messaging-container .message-left .message{border-radius:.5rem}.emergency-assistant-wrapper .messaging-container .message-left .message .health-assistants-actions{align-items:center;display:flex;flex-direction:column}.emergency-assistant-wrapper .messaging-container .message-left .message .watson-options button{--bg-opacity:1;--text-opacity:1;background-color:#005c95;background-color:rgba(0, 92, 149, var(--bg-opacity));border-radius:.5rem;color:#fff;color:rgba(255, 255, 255, var(--text-opacity));cursor:pointer;font-weight:600;padding:10px 32px}.emergency-assistant-wrapper .messaging-container .conversation-details-footer{--bg-opacity:1;background-color:#f6f6f6;background-color:rgba(246, 246, 246, var(--bg-opacity))}.emergency-assistant-wrapper .messaging-container .conversation-details-footer .create-message-container{align-items:center;display:flex}.emergency-assistant-wrapper .messaging-container .conversation-details-footer .create-message-container button{--bg-opacity:1;--text-opacity:1;background-color:#005c95;background-color:rgba(0, 92, 149, var(--bg-opacity));border:none;border-radius:.5rem;color:#fff;color:rgba(255, 255, 255, var(--text-opacity));font-weight:600;margin-left:5px;max-height:48px;padding:10px}.emergency-assistant-wrapper .messaging-container .conversation-details-footer textarea{--bg-opacity:1;--text-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));border-radius:.25rem;border-style:solid;border-width:1px;color:#727069;color:rgba(114, 112, 105, var(--text-opacity));color:#2c2a29;color:rgba(44, 42, 41, var(--text-opacity));margin-bottom:0;min-height:36px;overflow:hidden;resize:none}.emergency-assistant-wrapper .messaging-container .conversation-details-footer textarea::placeholder{--text-opacity:1;color:#727069;color:rgba(114, 112, 105, var(--text-opacity));font-size:1rem}.emergency-assistant-wrapper .messaging-container:before{display:none}.messaging-container .conversation-details-footer.emergency-assistant-wrapper .messaging-container:before{border-style:none;padding:0}.emergency-confirm-modal ul{list-style-type:circle;padding-left:20px}.emergency-confirm-modal .check_box_container label,.emergency-confirm-modal input{cursor:pointer}.emergency-confirm-modal label{align-items:center;display:flex}.emergency-confirm-modal input{margin-right:.5rem}.provider-modal label{--text-opacity:1;color:#000;color:rgba(0, 0, 0, var(--text-opacity));font-weight:400}.provider-modal select{min-width:100%}.provider-modal .modal-header .close-button{top:28px}.provider-modal .sub-section-container .disclaimer{--text-opacity:1;color:#c9311a;color:rgba(201, 49, 26, var(--text-opacity))}.provider-modal .sub-section-container input,.provider-modal .sub-section-container label{cursor:pointer}.provider-modal .sub-section-container.ed-radio-buttons .sub-section-row{display:flex}.provider-modal .sub-section-container.ed-radio-buttons .sub-section-row .title-text{flex:1}.provider-modal .sub-section-container.ed-radio-buttons .sub-section-row .radio-labels span{margin-left:.25rem}.provider-modal .sub-section-container.ed-radio-buttons .sub-section-row .radio-checkbox{align-items:center;display:flex;margin-left:.5rem}.provider-modal .sub-section-container.at-home{display:flex}.provider-modal .sub-section-container.at-home .title-section{flex:1;flex-direction:column}.provider-modal .sub-section-container.at-home label{align-items:center;display:flex;flex-direction:column;justify-content:space-between;margin-left:.75rem}.provider-modal .sub-section-container.at-home label input{margin:0}.provider-modal .sub-section-container.not-at-home .radio-section{display:flex;flex-direction:column}.provider-modal .sub-section-container.not-at-home label{align-items:center;display:flex;flex-direction:row-reverse;justify-content:flex-end;margin-bottom:1rem}.provider-modal .sub-section-container.not-at-home label input{margin-right:.75rem}.provider-modal .form-row{display:flex;flex-direction:column;margin-top:.25rem}.provider-modal .form-row label{font-weight:500;margin-bottom:.25rem}.provider-modal .form-row input,.provider-modal .form-row select{--text-opacity:1;border-radius:.25rem;box-sizing:border-box;color:#000;color:rgba(0, 0, 0, var(--text-opacity));padding:6px;width:100%}.provider-modal .form-row select{cursor:pointer}.provider-modal .form-row input:focus{--border-opacity:1;border:2px solid #6dc4e5;border-color:rgba(109, 196, 229, var(--border-opacity))}.provider-modal .sub-section-row{display:flex;justify-content:space-between;margin-top:10px}.provider-modal .header-column{font-weight:700}.provider-modal .content-column{justify-content:space-between}.provider-modal .content-column input{margin-right:1rem}.provider-modal .content-column label{margin-right:.75rem}.provider-modal .input-error-text{--text-opacity:1;color:#ee543e;color:rgba(238, 84, 62, var(--text-opacity));padding-left:.25rem}.provider-modal .form-row .input-required{--border-opacity:1;border:1px solid #ee543e;border-color:rgba(238, 84, 62, var(--border-opacity))}.provider-modal .form-row .input-required:focus{--border-opacity:1;border:2px solid #ee543e;border-color:rgba(238, 84, 62, var(--border-opacity))}.provider-modal .buttons{padding-top:.5rem}.messaging-container .action-download-file{--border-opacity:1;align-items:center;border-color:#b1b3b3;border-bottom:1px;border-style:solid;border-color:rgba(177, 179, 179, var(--border-opacity));display:flex;padding-bottom:.5rem;padding-top:.5rem;text-align:left;width:100%}.messaging-container .action-download-file .action-download-text{line-height:1.25;padding-left:.75rem}.messaging-container .action-download-file .action-download-document-icon{margin-bottom:1.125rem}.messaging-container .action-download-file .action-download-file-name{--text-opacity:1;color:#2c2a29;color:rgba(44, 42, 41, var(--text-opacity));font-size:1rem}.messaging-container .action-download-file .action-download-file-format{--text-opacity:1;color:#727069;color:rgba(114, 112, 105, var(--text-opacity));font-size:.875rem}.messaging-container .action-download-file .action-download-button{margin-left:auto}.messaging-container .link-button{--border-opacity:1;--text-opacity:1;--bg-opacity:1;background-color:#422981;background-color:rgba(66, 41, 129, var(--bg-opacity));border-radius:.5rem;border:1px solid #422981;border-color:rgba(66, 41, 129, var(--border-opacity));color:#fff;color:rgba(255, 255, 255, var(--text-opacity));display:inline-block;font-size:1.125rem;font-weight:500;line-height:20px;outline:2px solid transparent;outline-offset:2px;padding:.75rem 2rem;text-decoration:none;transition:color .3s}.messaging-container .link-button:active,.messaging-container .link-button:focus,.messaging-container .link-button:hover{--text-opacity:1;--bg-opacity:1;--border-opacity:1;background-color:#efe9fc;background-color:rgba(239, 233, 252, var(--bg-opacity));border-color:#efe9fc;border-color:rgba(239, 233, 252, var(--border-opacity));color:#351f65;color:rgba(53, 31, 101, var(--text-opacity));text-decoration:none}.messaging-container .link-button:focus{box-shadow:0 0 0 2px #fff,0 0 2px 4px #5156f5}.pulse-select{margin-bottom:24px}.pulse-select .control{position:relative}.pulse-select.withHelpNode .label{margin-bottom:0}.pulse-select.isLoading .item{padding-right:36px}.pulse-select.disabled .icon svg{fill:#6f6f6f}.pulse-select.containsError .label{color:#cd000a}.pulse-select.containsError .item{--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));border-color:#cd000a;color:#171717}.pulse-select.containsWarning{color:#a25e00}.pulse-select.containsWarning .item{--bg-opacity:1;--border-opacity:1;border-color:#fff;border-color:rgba(255, 255, 255, var(--border-opacity))}.pulse-select.containsWarning .item,.pulse-select .item{background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));color:#171717}.pulse-select .item{--bg-opacity:1;appearance:none;background-image:none;border:1px solid #6f6f6f;border-radius:12px;display:block;outline:none;padding:11px;position:relative;width:100%}.pulse-select .item:not(:disabled):hover{padding:10px}.pulse-select .item:not(:disabled):focus,.pulse-select .item:not(:disabled):hover{--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));border:2px solid #5156f5}.pulse-select .item:not(:disabled):focus{color:#171717}.pulse-select .item:disabled{-webkit-text-fill-color:#6f6f6f;background-color:#dfe0df;border-color:#6f6f6f;color:#6f6f6f;cursor:not-allowed;opacity:1}.pulse-select .item:disabled::placeholder{color:#6f6f6f}.pulse-select .item::placeholder{color:#444443}.pulse-select .item:required:invalid{color:#444443}.pulse-select .item:required:invalid option{color:#171717}.pulse-select .item:required:invalid option:disabled{color:#444443}.pulse-select .hasIcon{padding-left:36px}.pulse-select .arrow{color:#444443;height:16px;pointer-events:none;position:absolute;right:12px;top:50%;transform:translateY(-50%);width:16px}.isLoading .pulse-select .arrow{display:none}.disabled .pulse-select .arrow{fill:#6f6f6f}.pulse-select .icon{left:12px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}.pulse-select .icon svg{fill:#171717;display:block;height:16px;width:16px}.readOnly{pointer-events:none}.readOnly .item{background-color:#f7f9f9;color:#171717;padding-right:36px}.messaging-container .tag-line{--border-opacity:1;--bg-opacity:1;--text-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));border-color:#dfe0df;border-color:rgba(223, 224, 223, var(--border-opacity));border-radius:9999px;border-width:1px;color:#2c2a29;color:rgba(44, 42, 41, var(--text-opacity));font-size:.875rem;line-height:20px;margin-bottom:.5rem;padding:.125rem .75rem}.__react_component_tooltip{border-radius:3px;display:inline-block;font-size:13px;left:-999em;opacity:0;padding:8px 21px;pointer-events:none;position:fixed;top:-999em;transition:opacity .3s ease-out;visibility:hidden;z-index:999}.__react_component_tooltip.allow_click,.__react_component_tooltip.allow_hover{pointer-events:auto}.__react_component_tooltip:after,.__react_component_tooltip:before{content:"";height:0;position:absolute;width:0}.__react_component_tooltip.show{margin-left:0;margin-top:0;opacity:.9;visibility:visible}.__react_component_tooltip.place-top:before{bottom:-8px}.__react_component_tooltip.place-bottom:before,.__react_component_tooltip.place-top:before{border-left:10px solid transparent;border-right:10px solid transparent;left:50%;margin-left:-10px}.__react_component_tooltip.place-bottom:before{top:-8px}.__react_component_tooltip.place-left:before{right:-8px}.__react_component_tooltip.place-left:before,.__react_component_tooltip.place-right:before{border-bottom:6px solid transparent;border-top:6px solid transparent;margin-top:-5px;top:50%}.__react_component_tooltip.place-right:before{left:-8px}.__react_component_tooltip .multi-line{display:block;padding:2px 0;text-align:center}.messaging-container .message-room-priority-flag{align-items:center;box-sizing:border-box;display:flex;padding:1rem;width:100%}.messaging-container .message-room-priority-flag .switch{margin-right:.5rem}.messaging-container .message-room-priority-flag .action-label{--text-opacity:1;color:#2c2a29;color:rgba(44, 42, 41, var(--text-opacity));cursor:pointer;font-family:effra,Arial,sans-serif;font-weight:400;padding-right:.75rem}.messaging-container .message-room-priority-flag .action-label:hover{text-decoration:underline}.important-icon{background-image:url(https://assets.livongo.com/image/upload/v1733775326/icn_important.svg);height:1rem;width:1rem}.messaging-container .conversations-filters{align-items:center;border-bottom:1px;border-style:solid;box-sizing:border-box;display:flex;padding:1rem .75rem}.messaging-container .conversations-filters,.messaging-container .conversations-filters .conversations-filter-select__control{--border-opacity:1;--text-opacity:1;border-color:#96999c;border-color:rgba(150, 153, 156, var(--border-opacity));color:#2c2a29;color:rgba(44, 42, 41, var(--text-opacity))}.messaging-container .conversations-filters .clear-filters-button{--text-opacity:1;color:#005c95;color:rgba(0, 92, 149, var(--text-opacity))}.messaging-container .conversations-filters>*{padding-right:.5rem}#active_conversations_container{align-items:center;border-style:none;box-shadow:none;display:flex;flex-direction:column;font-family:effra,Arial,sans-serif;margin:2rem auto 1rem;padding-left:0;padding-right:0;position:relative}@media (min-width: 1200px){#active_conversations_container{padding-left:1.5rem;padding-right:1.5rem}}#active_conversations_container.customer-service-assistant{padding:.25rem}.websdk-inbox>div{height:90vh;max-width:100% !important;width:100% !important}.websdk-inbox.root-web-sdk{height:85vh;max-width:100%}.websdk-inbox.root-web-sdk .messaging-container{height:100%}.websdk-inbox,.websdk-inbox #containerForm,.websdk-inbox.root-web-sdk .root-web-sdk,.websdk-inbox .screen-fields-web-sdk,.websdk-inbox .screen-web-sdk{height:100%;width:100%}.websdk-inbox .progress-bar-container{display:none}.messaging-container .conversation-details-footer.websdk-inbox .progress-bar-container{border-style:none;padding:0}.websdk-inbox .title-web-sdk{display:none}.messaging-container .conversation-details-footer.websdk-inbox .title-web-sdk{border-style:none;padding:0}.InboxScreen .title-web-sdk{display:none}.messaging-container .conversation-details-footer.InboxScreen .title-web-sdk{border-style:none;padding:0}.messaging-container.messaging-disable{opacity:.5;pointer-events:none}.health-assistant-wrapper .root-web-sdk #containerForm .toast-container-web-sdk{padding:0}.health-assistant-wrapper .messaging-container{height:100% !important;min-height:0}.visually-hidden{clip:rect(0, 0, 0, 0);border:0;clip-path:polygon(0 0, 0 0, 0 0, 0 0);display:block;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;visibility:visible;width:1px}.messaging-container{--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));border-radius:0;border-style:none;display:flex;flex-direction:column;height:100%;margin-bottom:1.5rem;min-height:0;overflow:hidden;width:100%}@media (min-width: 992px){.messaging-container{border-radius:.5rem}}.messaging-container{margin-left:auto;margin-right:auto;max-width:1372px;position:relative}.messaging-container .hidden-element{height:1px;left:-10000px;overflow:hidden;position:absolute;top:auto;width:1px}.messaging-container .flash-messages{left:50%;position:absolute;top:65px;transform:translate(-50%, -50%);z-index:10}.messaging-container .flash-messages button{border:none}.messaging-container .messaging-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem;margin-left:1.5rem;margin-right:1.5rem}@media (min-width: 992px){.messaging-container .messaging-header{margin-left:0;margin-right:0}}.messaging-container .messaging-header .messaging-title{--text-opacity:1;border-style:none;color:#2c2a29;color:rgba(44, 42, 41, var(--text-opacity));display:flex;font-size:1.5rem;font-weight:500;padding-bottom:0;padding-top:0;width:100%}.messaging-container .conversations-details{border-style:none;display:none;height:100%;width:100%}.messaging-container .conversation-details-footer.messaging-container .conversations-details{border-style:none;padding:0}.messaging-container .conversations-details{position:relative}.messaging-container .conversations-details .conversation-info{display:flex;flex-direction:column;height:100%;width:100%}.messaging-container .conversations-details .conversation-right-panel{align-items:center;display:flex;flex-direction:column;height:100%;min-width:250px;width:100%}.messaging-container .conversations-details .conversation-right-panel .panel-section{width:100%}@media (min-width: 992px){.messaging-container .conversations-details .conversation-right-panel{--border-opacity:1;border:0 solid #96999c;border-color:rgba(150, 153, 156, var(--border-opacity));border-left:1px solid rgba(150, 153, 156, var(--border-opacity));width:250px}}.messaging-container .conversations-details .conversation-right-panel>div:not(:last-child){--border-opacity:1;border:0 solid #96999c;border-color:rgba(150, 153, 156, var(--border-opacity));border-bottom:1px solid rgba(150, 153, 156, var(--border-opacity))}.messaging-container .conversations-details .conversation-right-panel .lds-ring{align-items:center;height:100%}.messaging-container .conversation-visible{align-items:center;display:flex;justify-content:center}.messaging-container .conversations-wrapper{--border-opacity:1;border-radius:.5rem;border:1px solid #727069;border-color:rgba(114, 112, 105, var(--border-opacity));display:flex;height:100%;min-height:0;overflow:hidden}.messaging-container .conversations-wrapper .lds-ring{margin:50px 0}.messaging-container .conversations-wrapper .with-conversations-loader{--bg-opacity:1;align-items:center;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));display:flex;height:100%;justify-content:center;position:absolute;width:100%;z-index:50}.messaging-container .conversations-wrapper .conversations-container{box-sizing:border-box;display:flex;height:100%;min-height:0;min-width:0;position:relative;width:100%}.messaging-container .conversations-wrapper .conversations-list-wrapper{box-sizing:border-box;display:flex;flex-direction:column;height:100%;min-width:0;width:100%}.messaging-container .messages-list{display:flex;flex-direction:column;height:100%;min-height:0;overflow-x:hidden;overflow-y:auto;padding:1rem 1.5rem 1rem 1rem;position:relative}.messaging-container .messages-list [data-whatintent=keyboard]:focus{outline:1px 3B99FC solid;outline-offset:0}.messaging-container .messages-list h3{--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));font-weight:400;text-shadow:none}.messaging-container .back-button a{padding-left:.75rem}.messaging-container .back-button .back-button-label{--text-opacity:1;color:#005c95;color:rgba(0, 92, 149, var(--text-opacity));font-size:1rem;font-weight:400;text-transform:none}.messaging-container .disabled{cursor:default;opacity:.5}.messaging-container .hidden-element,.messaging-modal-container .hidden-element{height:1px;left:-10000px;overflow:hidden;position:absolute;top:auto;width:1px}.preselected-room-view.messaging-container{--border-opacity:1;border-radius:.5rem;border:1px solid #727069;border-color:rgba(114, 112, 105, var(--border-opacity));overflow:hidden}.member-messaging-container.messaging-container .messages-list,.member-messaging-container.messaging-container .messages-list h3{--bg-opacity:1;background-color:#f6f6f6;background-color:rgba(246, 246, 246, var(--bg-opacity))}.member-messaging-container.messaging-container .with-cla .messages-list{margin-top:3.625rem}@media (min-width: 992px){.member-messaging-container.messaging-container .with-cla .messages-list{margin-top:0}}@media (max-width: 740px){.health-assistant-opened{overflow:hidden !important;position:fixed}}.infinite-list{background-color:grey;height:100%;overflow-y:auto}.infinite-list .infinite-list-item{align-items:center;background-color:#6f6fd3;border:1px solid #000;color:#000;display:flex;height:200px;justify-content:center;margin:30px;width:400px}@font-face{font-display:swap;font-family:Effra;font-style:normal;font-weight:400;src:url(https://assets.livongo.com/raw/upload/v1632236564/fonts/effra/effra-400.woff2) format("woff2")}@font-face{font-display:swap;font-family:Effra;font-style:normal;font-weight:700;src:url(https://assets.livongo.com/raw/upload/v1632236564/fonts/effra/effra-700.woff2) format("woff2")}.messaging-container{font-family:Effra}.Label-module__root{font-family:var(--small-input-strong-font-family);font-size:var(--small-input-strong-font-size);font-weight:var(--small-input-strong-font-weight);letter-spacing:var(--small-input-strong-letter-spacing);line-height:var(--small-input-strong-line-height);text-decoration:var(--small-input-strong-text-decoration);text-transform:var(--small-input-strong-text-transform);color:var(--color-form-input-label-text-label-default);display:block;margin-bottom:var(--form-input-gap)}@media (min-width: 1025px){.Label-module__root{font-family:var(--large-input-strong-font-family);font-size:var(--large-input-strong-font-size);font-weight:var(--large-input-strong-font-weight);letter-spacing:var(--large-input-strong-letter-spacing);line-height:var(--large-input-strong-line-height);text-decoration:var(--large-input-strong-text-decoration);text-transform:var(--large-input-strong-text-transform)}}.Image-module__root{position:relative;display:inline-block;width:100%;height:100%;vertical-align:middle}.Image-module__root .Image-module__loader{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);margin:0}.Image-module__root .Image-module__image{position:relative;width:100%;height:100%}.Avatar-module__root{display:flex;align-items:center;justify-content:center;overflow:hidden}.Avatar-module__root.Avatar-module__sm{width:var(--avatar-small);height:var(--avatar-small)}.Avatar-module__root.Avatar-module__sm .Avatar-module__initials{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);font-family:var(--small-avatar-small-font-family);font-size:var(--small-avatar-small-font-size);font-weight:var(--small-avatar-small-font-weight);letter-spacing:var(--small-avatar-small-letter-spacing);line-height:var(--small-avatar-small-line-height);text-decoration:var(--small-avatar-small-text-decoration);text-transform:var(--small-avatar-small-text-transform)}@media (min-width: 1025px){.Avatar-module__root.Avatar-module__sm .Avatar-module__initials{font-family:var(--large-avatar-small-font-family);font-size:var(--large-avatar-small-font-size);font-weight:var(--large-avatar-small-font-weight);letter-spacing:var(--large-avatar-small-letter-spacing);line-height:var(--large-avatar-small-line-height);text-decoration:var(--large-avatar-small-text-decoration);text-transform:var(--large-avatar-small-text-transform)}}.Avatar-module__root.Avatar-module__md{width:var(--avatar-medium);height:var(--avatar-medium)}.Avatar-module__root.Avatar-module__md .Avatar-module__initials{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);font-family:var(--small-avatar-medium-font-family);font-size:var(--small-avatar-medium-font-size);font-weight:var(--small-avatar-medium-font-weight);letter-spacing:var(--small-avatar-medium-letter-spacing);line-height:var(--small-avatar-medium-line-height);text-decoration:var(--small-avatar-medium-text-decoration);text-transform:var(--small-avatar-medium-text-transform)}@media (min-width: 1025px){.Avatar-module__root.Avatar-module__md .Avatar-module__initials{font-family:var(--large-avatar-medium-font-family);font-size:var(--large-avatar-medium-font-size);font-weight:var(--large-avatar-medium-font-weight);letter-spacing:var(--large-avatar-medium-letter-spacing);line-height:var(--large-avatar-medium-line-height);text-decoration:var(--large-avatar-medium-text-decoration);text-transform:var(--large-avatar-medium-text-transform)}}.Avatar-module__root.Avatar-module__lg{width:var(--avatar-large);height:var(--avatar-large)}.Avatar-module__root.Avatar-module__lg .Avatar-module__initials{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);font-family:var(--small-avatar-large-font-family);font-size:var(--small-avatar-large-font-size);font-weight:var(--small-avatar-large-font-weight);letter-spacing:var(--small-avatar-large-letter-spacing);line-height:var(--small-avatar-large-line-height);text-decoration:var(--small-avatar-large-text-decoration);text-transform:var(--small-avatar-large-text-transform)}@media (min-width: 1025px){.Avatar-module__root.Avatar-module__lg .Avatar-module__initials{font-family:var(--large-avatar-large-font-family);font-size:var(--large-avatar-large-font-size);font-weight:var(--large-avatar-large-font-weight);letter-spacing:var(--large-avatar-large-letter-spacing);line-height:var(--large-avatar-large-line-height);text-decoration:var(--large-avatar-large-text-decoration);text-transform:var(--large-avatar-large-text-transform)}}.Avatar-module__root.Avatar-module__xl{width:var(--avatar-x-large);height:var(--avatar-x-large)}.Avatar-module__root.Avatar-module__xl .Avatar-module__initials{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);font-family:var(--small-avatar-xlarge-font-family);font-size:var(--small-avatar-xlarge-font-size);font-weight:var(--small-avatar-xlarge-font-weight);letter-spacing:var(--small-avatar-xlarge-letter-spacing);line-height:var(--small-avatar-xlarge-line-height);text-decoration:var(--small-avatar-xlarge-text-decoration);text-transform:var(--small-avatar-xlarge-text-transform)}@media (min-width: 1025px){.Avatar-module__root.Avatar-module__xl .Avatar-module__initials{font-family:var(--large-avatar-xlarge-font-family);font-size:var(--large-avatar-xlarge-font-size);font-weight:var(--large-avatar-xlarge-font-weight);letter-spacing:var(--large-avatar-xlarge-letter-spacing);line-height:var(--large-avatar-xlarge-line-height);text-decoration:var(--large-avatar-xlarge-text-decoration);text-transform:var(--large-avatar-xlarge-text-transform)}}.Avatar-module__root .Avatar-module__container,.Avatar-module__root .Avatar-module__image{position:relative;width:100%;height:100%;border-radius:var(--radius-large)}.Avatar-module__root .Avatar-module__image{vertical-align:top;border:1px solid var(--color-stroke-base)}.Avatar-module__root .Avatar-module__container{color:var(--color-avatar-member-text);background-color:var(--color-avatar-member-background)}.Avatar-module__root .Avatar-module__container.Avatar-module__coach{color:var(--color-avatar-provider-text);background-color:var(--color-avatar-provider-background)}.Badge-module__root{display:inline-block;line-height:1}.Badge-module__count{font-family:var(--small-badge-medium-font-family);font-size:var(--small-badge-medium-font-size);font-weight:var(--small-badge-medium-font-weight);letter-spacing:var(--small-badge-medium-letter-spacing);line-height:var(--small-badge-medium-line-height);text-decoration:var(--small-badge-medium-text-decoration);text-transform:var(--small-badge-medium-text-transform);border-radius:var(--radius-large);border:1px solid var(--color-badge-stroke);padding:1px 3px}@media (min-width: 1025px){.Badge-module__count{font-family:var(--large-badge-medium-font-family);font-size:var(--large-badge-medium-font-size);font-weight:var(--large-badge-medium-font-weight);letter-spacing:var(--large-badge-medium-letter-spacing);line-height:var(--large-badge-medium-line-height);text-decoration:var(--large-badge-medium-text-decoration);text-transform:var(--large-badge-medium-text-transform)}}.Badge-module__count.Badge-module__large{font-family:var(--small-badge-large-font-family);font-size:var(--small-badge-large-font-size);font-weight:var(--small-badge-large-font-weight);letter-spacing:var(--small-badge-large-letter-spacing);line-height:var(--small-badge-large-line-height);text-decoration:var(--small-badge-large-text-decoration);text-transform:var(--small-badge-large-text-transform);padding:0 7px 2px}@media (min-width: 1025px){.Badge-module__count.Badge-module__large{font-family:var(--large-badge-large-font-family);font-size:var(--large-badge-large-font-size);font-weight:var(--large-badge-large-font-weight);letter-spacing:var(--large-badge-large-letter-spacing);line-height:var(--large-badge-large-line-height);text-decoration:var(--large-badge-large-text-decoration);text-transform:var(--large-badge-large-text-transform)}}.Badge-module__notification{color:var(--color-text-inverted);background-color:var(--color-background-critical-base)}.Badge-module__info{color:var(--color-text-inverted);background-color:var(--color-background-info-base)}.Badge-module__inline{position:relative}.Badge-module__inline .Badge-module__count{position:absolute;top:0;right:0;padding:0;min-width:var(--badge-small-height);min-height:var(--badge-small-height);transform:translate(50%, -50%);z-index:100}.Badge-module__inline .Badge-module__hasCount{padding:2px var(--space-0\.5);font-size:12px;font-weight:500;border-radius:var(--radius-large)}.IconButton-module__root{padding:0;cursor:pointer;background:none;border:none;user-select:none;appearance:none;outline:none;position:relative;display:inline-flex;align-items:center;justify-content:center;border-radius:var(--radius-large);transition:color .3s}@supports (contain: none){.IconButton-module__root:not([disabled]):focus-visible{outline:none;box-shadow:0 0 0 2px var(--color-accessibility-focus-inner-shadow),0 0 2px 4px var(--color-accessibility-focus-outer-shadow);background-color:var(--color-button2-background-hover);box-shadow:0 0 0 2px var(--color-effect-focus-padding),var(--elevation-focusDefault)}.IconButton-module__root:not([disabled]):focus-visible svg{fill:var(--color-button2-icon-hover)}}@supports (contain: none){.IconButton-module__root:not([disabled]):focus-within{outline:none;box-shadow:0 0 0 2px var(--color-accessibility-focus-inner-shadow),0 0 2px 4px var(--color-accessibility-focus-outer-shadow);background-color:var(--color-button2-background-hover);box-shadow:0 0 0 2px var(--color-effect-focus-padding),var(--elevation-focusDefault)}.IconButton-module__root:not([disabled]):focus-within svg{fill:var(--color-button2-icon-hover)}}@supports not (contain: none){.IconButton-module__root:not([disabled]):focus{outline:none;box-shadow:0 0 0 2px var(--color-accessibility-focus-inner-shadow),0 0 2px 4px var(--color-accessibility-focus-outer-shadow);background-color:var(--color-button2-background-hover);box-shadow:0 0 0 2px var(--color-effect-focus-padding),var(--elevation-focusDefault)}.IconButton-module__root:not([disabled]):focus svg{fill:var(--color-button2-icon-hover)}}.IconButton-module__root:not([disabled]):hover{background-color:var(--color-button2-background-hover)}.IconButton-module__root:not([disabled]):hover svg{fill:var(--color-button2-icon-hover)}.IconButton-module__root:not([disabled]):active{background-color:var(--color-button2-background-default)}.IconButton-module__root:not([disabled]):active svg{fill:var(--color-button2-icon-pressed)}.IconButton-module__root.IconButton-module__disabled,.IconButton-module__root:disabled{border:1px solid var(--color-stroke-base);cursor:not-allowed}.IconButton-module__root.IconButton-module__disabled svg,.IconButton-module__root:disabled svg{fill:var(--color-icon-disabled)}.IconButton-module__root.IconButton-module__disabled{pointer-events:none}.IconButton-module__root svg{width:16px;height:16px;fill:var(--color-button2-icon-default)}.IconButton-module__prominent{background-color:var(--color-button2-background-default);border:1px solid var(--color-button2-background-default);box-shadow:var(--elevation-050);transition:.3s}@supports (contain: none){.IconButton-module__prominent:not([disabled]):focus-visible{outline:none;box-shadow:0 0 0 2px var(--color-accessibility-focus-inner-shadow),0 0 2px 4px var(--color-accessibility-focus-outer-shadow);background-color:var(--color-button2-background-hover);box-shadow:0 0 0 2px var(--color-effect-focus-padding),var(--elevation-focusDefault)}.IconButton-module__prominent:not([disabled]):focus-visible svg{fill:var(--color-button2-icon-hover)}}@supports (contain: none){.IconButton-module__prominent:not([disabled]):focus-within{outline:none;box-shadow:0 0 0 2px var(--color-accessibility-focus-inner-shadow),0 0 2px 4px var(--color-accessibility-focus-outer-shadow);background-color:var(--color-button2-background-hover);box-shadow:0 0 0 2px var(--color-effect-focus-padding),var(--elevation-focusDefault)}.IconButton-module__prominent:not([disabled]):focus-within svg{fill:var(--color-button2-icon-hover)}}@supports not (contain: none){.IconButton-module__prominent:not([disabled]):focus{outline:none;box-shadow:0 0 0 2px var(--color-accessibility-focus-inner-shadow),0 0 2px 4px var(--color-accessibility-focus-outer-shadow);background-color:var(--color-button2-background-hover);box-shadow:0 0 0 2px var(--color-effect-focus-padding),var(--elevation-focusDefault)}.IconButton-module__prominent:not([disabled]):focus svg{fill:var(--color-button2-icon-hover)}}.IconButton-module__prominent:not([disabled]):hover{background-color:var(--color-button2-background-hover);border-color:var(--color-button2-background-hover);box-shadow:var(--elevation-050)}.IconButton-module__prominent:not([disabled]):hover svg{fill:var(--color-button2-icon-hover)}.IconButton-module__prominent:not([disabled]):active{background-color:var(--color-button2-background-default);border-color:var(--color-button2-background-default);box-shadow:var(--elevation-050)}.IconButton-module__prominent:not([disabled]):active svg{fill:var(--color-button2-icon-pressed)}.IconButton-module__prominent:disabled{background-color:var(--color-background-disabled);border-color:var(--color-stroke-base);box-shadow:var(--elevation-050)}.IconButton-module__prominent:disabled svg{fill:var(--color-icon-disabled)}.IconButton-module__prominent svg{fill:var(--color-button2-icon-default)}.IconButton-module__sm{width:var(--button-icon-small-height);height:var(--button-icon-small-height)}.IconButton-module__md{width:var(--button-icon-medium-height);height:var(--button-icon-medium-height)}.Checkbox-module__root{margin-bottom:var(--large);position:relative}.Checkbox-module__root .Checkbox-module__control{position:relative}.Checkbox-module__root .Checkbox-module__helpNode{font-family:var(--small-small-default-font-family);font-size:var(--small-small-default-font-size);font-weight:var(--small-small-default-font-weight);letter-spacing:var(--small-small-default-letter-spacing);line-height:var(--small-small-default-line-height);text-decoration:var(--small-small-default-text-decoration);text-transform:var(--small-small-default-text-transform);margin-bottom:var(--form-input-control-gap);color:var(--color-form-input-label-text-helper)}@media (min-width: 1025px){.Checkbox-module__root .Checkbox-module__helpNode{font-family:var(--large-small-default-font-family);font-size:var(--large-small-default-font-size);font-weight:var(--large-small-default-font-weight);letter-spacing:var(--large-small-default-letter-spacing);line-height:var(--large-small-default-line-height);text-decoration:var(--large-small-default-text-decoration);text-transform:var(--large-small-default-text-transform)}}.Checkbox-module__root.Checkbox-module__withHelpNode .Checkbox-module__label{margin-bottom:0}.Checkbox-module__root.Checkbox-module__isLoading .Checkbox-module__item{padding-right:36px}.Checkbox-module__root.Checkbox-module__disabled .Checkbox-module__icon svg{fill:var(--color-form-input-control-icon-disabled)}.Checkbox-module__root.Checkbox-module__containsError .Checkbox-module__label{color:var(--color-form-input-label-text-label-error)}.Checkbox-module__root.Checkbox-module__containsError .Checkbox-module__item,.Checkbox-module__root.Checkbox-module__containsError .Checkbox-module__itemContainer.Checkbox-module__with-units{color:var(--color-form-input-control-text-filled);background-color:var(--color-form-input-control-background-default);border-color:var(--color-form-input-control-stroke-error)}.Checkbox-module__root.Checkbox-module__containsWarning .Checkbox-module__item,.Checkbox-module__root.Checkbox-module__containsWarning .Checkbox-module__itemContainer.Checkbox-module__with-units{color:var(--color-form-input-control-text-filled);background-color:var(--color-form-input-control-background-default);border-color:var(--color-form-input-control-stroke-warning)}.Checkbox-module__root .Checkbox-module__item{position:absolute;width:var(--form-input-checkbox-input-control-height);height:var(--form-input-checkbox-input-control-height);top:var(--smallExtra);left:var(--smallExtra2X);opacity:0;z-index:100;overflow:hidden;cursor:pointer}.Checkbox-module__root .Checkbox-module__item:not(:disabled):checked~.Checkbox-module__icon{opacity:1}.Checkbox-module__root .Checkbox-module__item:not(:disabled):checked~.Checkbox-module__selector{background-color:var(--color-form-input-control-checkbox-background-selected);border:none}.Checkbox-module__root .Checkbox-module__item:not(:disabled):focus~.Checkbox-module__label{border-radius:8px}.Checkbox-module__root .Checkbox-module__item:not(:disabled):focus~.Checkbox-module__focusEmptyLabelSelector,.Checkbox-module__root .Checkbox-module__item:not(:disabled):focus~.Checkbox-module__label{outline:none;color:var(--color-form-input-control-text-hover);box-shadow:0 0 0 2px var(--color-effect-focus-padding),var(--elevation-focusDefault)}.Checkbox-module__root .Checkbox-module__item:not(:disabled):focus~.Checkbox-module__focusSelector{outline:none;border:2px solid var(--color-form-input-control-stroke-hover)}.Checkbox-module__root .Checkbox-module__item:not(:disabled):hover~.Checkbox-module__label{color:var(--color-form-input-control-text-hover)}.Checkbox-module__root .Checkbox-module__item:not(:disabled):hover~.Checkbox-module__selector{border:2px solid var(--color-form-input-control-stroke-hover)}.Checkbox-module__root .Checkbox-module__item:disabled{cursor:not-allowed}.Checkbox-module__root .Checkbox-module__item:disabled~.Checkbox-module__label{cursor:not-allowed;color:var(--color-form-input-control-text-disabled)}.Checkbox-module__root .Checkbox-module__item:disabled~.Checkbox-module__selector{border-color:var(--color-form-input-control-stroke-default);background-color:var(--color-form-input-control-background-disabled)}.Checkbox-module__root .Checkbox-module__item:disabled:checked~.Checkbox-module__icon{opacity:1;fill:var(--color-form-input-control-checkbox-icon-disabled)}.Checkbox-module__root.Checkbox-module__containsError .Checkbox-module__item~.Checkbox-module__label{color:var(--color-form-input-control-text-filled)}.Checkbox-module__root.Checkbox-module__containsError .Checkbox-module__item~.Checkbox-module__selector{border-color:var(--color-form-input-control-stroke-error)}.Checkbox-module__root.Checkbox-module__containsError .Checkbox-module__item:checked~.Checkbox-module__selector{background-color:var(--color-form-input-control-checkbox-background-error-selected)}.Checkbox-module__root.Checkbox-module__containsError .Checkbox-module__item:checked~.Checkbox-module__icon{fill:var(--color-form-input-control-checkbox-icon-error-selected);opacity:1}.Checkbox-module__root.Checkbox-module__readOnly .Checkbox-module__item{cursor:not-allowed}.Checkbox-module__root.Checkbox-module__readOnly .Checkbox-module__item~.Checkbox-module__label{cursor:not-allowed;color:var(--color-form-input-control-text-filled)}.Checkbox-module__root.Checkbox-module__readOnly .Checkbox-module__item~.Checkbox-module__selector{border-color:var(--color-form-input-control-stroke-default);background-color:var(--color-form-input-control-background-view-only)}.Checkbox-module__root.Checkbox-module__readOnly .Checkbox-module__item:checked~.Checkbox-module__selector{background-color:var(--color-form-input-control-checkbox-background-view-only-selected);border:none}.Checkbox-module__root.Checkbox-module__readOnly .Checkbox-module__item:checked~.Checkbox-module__icon{fill:var(--color-form-input-control-checkbox-icon-view-only-selected);opacity:1}.Checkbox-module__root .Checkbox-module__icon{position:absolute;top:var(--small);left:var(--smallExtra);width:var(--height-icon);height:var(--height-icon);fill:var(--color-form-input-control-checkbox-icon-selected);opacity:0;pointer-events:none;z-index:100;transition:opacity .3s}.Checkbox-module__root .Checkbox-module__label{font-family:var(--small-input-default-font-family);font-size:var(--small-input-default-font-size);font-weight:var(--small-input-default-font-weight);letter-spacing:var(--small-input-default-letter-spacing);line-height:var(--small-input-default-line-height);text-decoration:var(--small-input-default-text-decoration);text-transform:var(--small-input-default-text-transform);position:relative;margin:0;padding:10px 4px 10px 40px;color:var(--color-form-input-control-text-filled);cursor:pointer}@media (min-width: 1025px){.Checkbox-module__root .Checkbox-module__label{font-family:var(--large-input-default-font-family);font-size:var(--large-input-default-font-size);font-weight:var(--large-input-default-font-weight);letter-spacing:var(--large-input-default-letter-spacing);line-height:var(--large-input-default-line-height);text-decoration:var(--large-input-default-text-decoration);text-transform:var(--large-input-default-text-transform)}}.Checkbox-module__root .Checkbox-module__selector{position:absolute;top:var(--smallExtra);left:var(--smallExtra2X);background-color:var(--color-form-input-control-background-default);border:1px solid var(--color-form-input-control-stroke-default);border-radius:var(--radius-small);transition:background-color .3s,border-color .3s;pointer-events:none}.Checkbox-module__root .Checkbox-module__noLabel,.Checkbox-module__root .Checkbox-module__selector{width:var(--form-input-checkbox-input-control-height);height:var(--form-input-checkbox-input-control-height)}.Checkbox-module__root .Checkbox-module__noLabel{margin-bottom:0}.Checkbox-module__root .Checkbox-module__noLabel .Checkbox-module__item,.Checkbox-module__root .Checkbox-module__noLabel .Checkbox-module__selector{top:0;left:0}.Checkbox-module__root .Checkbox-module__noLabel .Checkbox-module__icon{top:var(--smallExtra2X);left:var(--smallExtra2X)}.CheckableGroup-module__root{margin-bottom:var(--large)}.CheckableGroup-module__root .CheckableGroup-module__control{position:relative}.CheckableGroup-module__root .CheckableGroup-module__helpNode{font-family:var(--small-small-default-font-family);font-size:var(--small-small-default-font-size);font-weight:var(--small-small-default-font-weight);letter-spacing:var(--small-small-default-letter-spacing);line-height:var(--small-small-default-line-height);text-decoration:var(--small-small-default-text-decoration);text-transform:var(--small-small-default-text-transform);margin-bottom:var(--form-input-control-gap);color:var(--color-form-input-label-text-helper)}@media (min-width: 1025px){.CheckableGroup-module__root .CheckableGroup-module__helpNode{font-family:var(--large-small-default-font-family);font-size:var(--large-small-default-font-size);font-weight:var(--large-small-default-font-weight);letter-spacing:var(--large-small-default-letter-spacing);line-height:var(--large-small-default-line-height);text-decoration:var(--large-small-default-text-decoration);text-transform:var(--large-small-default-text-transform)}}.CheckableGroup-module__root.CheckableGroup-module__withHelpNode .CheckableGroup-module__label{margin-bottom:0}.CheckableGroup-module__root.CheckableGroup-module__isLoading .CheckableGroup-module__item{padding-right:36px}.CheckableGroup-module__root.CheckableGroup-module__disabled .CheckableGroup-module__icon svg{fill:var(--color-form-input-control-icon-disabled)}.CheckableGroup-module__root.CheckableGroup-module__containsError .CheckableGroup-module__label{color:var(--color-form-input-label-text-label-error)}.CheckableGroup-module__root.CheckableGroup-module__containsError .CheckableGroup-module__item,.CheckableGroup-module__root.CheckableGroup-module__containsError .CheckableGroup-module__itemContainer.CheckableGroup-module__with-units{color:var(--color-form-input-control-text-filled);background-color:var(--color-form-input-control-background-default);border-color:var(--color-form-input-control-stroke-error)}.CheckableGroup-module__root.CheckableGroup-module__containsWarning .CheckableGroup-module__item,.CheckableGroup-module__root.CheckableGroup-module__containsWarning .CheckableGroup-module__itemContainer.CheckableGroup-module__with-units{color:var(--color-form-input-control-text-filled);background-color:var(--color-form-input-control-background-default);border-color:var(--color-form-input-control-stroke-warning)}.CheckableGroup-module__root.CheckableGroup-module__containsError .CheckableGroup-module__items{margin-bottom:var(--smallExtra)}.CheckableGroup-module__root.CheckableGroup-module__containsError .CheckableGroup-module__item{background-color:transparent}.CheckableGroup-module__root .CheckableGroup-module__items{margin-bottom:calc(var(--medium)*-1)}.CheckableGroup-module__root .CheckableGroup-module__item{margin:0 var(--medium) var(--medium) 0}.CheckableGroup-module__root .CheckableGroup-module__item:last-of-type{margin-right:0}.Chip-module__root{position:relative;display:inline-block}.Chip-module__root .Chip-module__item{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;cursor:pointer;opacity:0}.Chip-module__root .Chip-module__item:not([disabled]):active~.Chip-module__container,.Chip-module__root .Chip-module__item:not([disabled]):checked~.Chip-module__container{border:2px solid var(--color-form-input-control-chip-stroke-default-selected);padding:12px 14px}@supports (contain: none){.Chip-module__root .Chip-module__item:not([disabled]):focus-visible{outline:none;box-shadow:0 0 0 2px var(--color-accessibility-focus-inner-shadow),0 0 2px 4px var(--color-accessibility-focus-outer-shadow)}.Chip-module__root .Chip-module__item:not([disabled]):focus-visible~.Chip-module__container{background-color:var(--color-form-input-control-chip-background-hover);box-shadow:0 0 0 2px var(--color-effect-focus-padding),var(--elevation-focusDefault)}}@supports (contain: none){.Chip-module__root .Chip-module__item:not([disabled]):focus-within{outline:none;box-shadow:0 0 0 2px var(--color-accessibility-focus-inner-shadow),0 0 2px 4px var(--color-accessibility-focus-outer-shadow)}.Chip-module__root .Chip-module__item:not([disabled]):focus-within~.Chip-module__container{background-color:var(--color-form-input-control-chip-background-hover);box-shadow:0 0 0 2px var(--color-effect-focus-padding),var(--elevation-focusDefault)}}@supports not (contain: none){.Chip-module__root .Chip-module__item:not([disabled]):focus{outline:none;box-shadow:0 0 0 2px var(--color-accessibility-focus-inner-shadow),0 0 2px 4px var(--color-accessibility-focus-outer-shadow)}.Chip-module__root .Chip-module__item:not([disabled]):focus~.Chip-module__container{background-color:var(--color-form-input-control-chip-background-hover);box-shadow:0 0 0 2px var(--color-effect-focus-padding),var(--elevation-focusDefault)}}.Chip-module__root .Chip-module__item:not([disabled]):hover~.Chip-module__container{background-color:var(--color-form-input-control-chip-background-hover)}.Chip-module__root .Chip-module__item:disabled{cursor:not-allowed}.Chip-module__root .Chip-module__item:disabled~.Chip-module__container{color:var(--color-form-input-control-text-disabled);background-color:var(--color-form-input-control-background-disabled);border:none;padding:14px 16px}.Chip-module__root .Chip-module__item:disabled~.Chip-module__container .Chip-module__icon{fill:var(--color-form-input-control-icon-disabled)}.Chip-module__root .Chip-module__item:disabled:checked~.Chip-module__container{border:2px solid var(--color-form-input-control-stroke-disabled);padding:12px 14px}.Chip-module__root.Chip-module__topIcon .Chip-module__item:not([disabled]):active~.Chip-module__container,.Chip-module__root.Chip-module__topIcon .Chip-module__item:not([disabled]):checked~.Chip-module__container{padding:14px}.Chip-module__root.Chip-module__topIcon .Chip-module__item:disabled~.Chip-module__container{padding:16px}.Chip-module__root.Chip-module__topIcon .Chip-module__item:disabled:active~.Chip-module__container,.Chip-module__root.Chip-module__topIcon .Chip-module__item:disabled:checked~.Chip-module__container{padding:14px}.Chip-module__root .Chip-module__container{display:flex;align-items:center;padding:13px 15px;color:var(--color-form-input-control-chip-text-default);background-color:var(--color-form-input-control-background-default);border:1px solid var(--color-form-input-control-stroke-default);border-radius:var(--radius-medium)}@media (max-width: 1025px){.Chip-module__root .Chip-module__container{padding:11px 15px}}.Chip-module__root.Chip-module__containsError .Chip-module__container{border-color:var(--color-form-input-control-stroke-error)}.Chip-module__root.Chip-module__containsError .Chip-module__item:not(:disabled):hover~.Chip-module__container{background-color:var(--color-form-input-control-chip-background-error)}@supports (contain: none){.Chip-module__root.Chip-module__containsError .Chip-module__item:not(:disabled):focus-visible{outline:none;box-shadow:0 0 0 2px var(--color-accessibility-focus-inner-shadow),0 0 2px 4px var(--color-accessibility-focus-outer-shadow)}.Chip-module__root.Chip-module__containsError .Chip-module__item:not(:disabled):focus-visible~.Chip-module__container{background-color:var(--color-form-input-control-chip-background-error)}}@supports (contain: none){.Chip-module__root.Chip-module__containsError .Chip-module__item:not(:disabled):focus-within{outline:none;box-shadow:0 0 0 2px var(--color-accessibility-focus-inner-shadow),0 0 2px 4px var(--color-accessibility-focus-outer-shadow)}.Chip-module__root.Chip-module__containsError .Chip-module__item:not(:disabled):focus-within~.Chip-module__container{background-color:var(--color-form-input-control-chip-background-error)}}@supports not (contain: none){.Chip-module__root.Chip-module__containsError .Chip-module__item:not(:disabled):focus{outline:none;box-shadow:0 0 0 2px var(--color-accessibility-focus-inner-shadow),0 0 2px 4px var(--color-accessibility-focus-outer-shadow)}.Chip-module__root.Chip-module__containsError .Chip-module__item:not(:disabled):focus~.Chip-module__container{background-color:var(--color-form-input-control-chip-background-error)}}.Chip-module__root.Chip-module__containsError .Chip-module__item:not(:disabled):active~.Chip-module__container,.Chip-module__root.Chip-module__containsError .Chip-module__item:not(:disabled):checked~.Chip-module__container{border:2px solid var(--color-form-input-control-stroke-error)}.Chip-module__root .Chip-module__row{display:flex;align-items:center}.Chip-module__root .Chip-module__label{font-family:var(--small-input-strong-font-family);font-size:var(--small-input-strong-font-size);font-weight:var(--small-input-strong-font-weight);letter-spacing:var(--small-input-strong-letter-spacing);line-height:var(--small-input-strong-line-height);text-decoration:var(--small-input-strong-text-decoration);text-transform:var(--small-input-strong-text-transform)}@media (min-width: 1025px){.Chip-module__root .Chip-module__label{font-family:var(--large-input-strong-font-family);font-size:var(--large-input-strong-font-size);font-weight:var(--large-input-strong-font-weight);letter-spacing:var(--large-input-strong-letter-spacing);line-height:var(--large-input-strong-line-height);text-decoration:var(--large-input-strong-text-decoration);text-transform:var(--large-input-strong-text-transform)}}.Chip-module__root .Chip-module__icon{fill:var(--color-form-input-control-chip-icon-default)}.Chip-module__root .Chip-module__iconDismiss{width:12px;height:12px;margin:2px 2px 2px 10px}.Chip-module__root.Chip-module__leftIcon .Chip-module__iconDisplay{width:14px;height:16px;margin-left:1px;margin-right:9px}.Chip-module__root.Chip-module__topIcon .Chip-module__container{flex-direction:column;padding:15px}.Chip-module__root.Chip-module__topIcon .Chip-module__iconDisplay{width:21px;height:24px;margin-bottom:12px}.RadioGroup-module__root{margin-bottom:var(--large)}.RadioGroup-module__root .RadioGroup-module__control{position:relative}.RadioGroup-module__root .RadioGroup-module__helpNode{font-family:var(--small-small-default-font-family);font-size:var(--small-small-default-font-size);font-weight:var(--small-small-default-font-weight);letter-spacing:var(--small-small-default-letter-spacing);line-height:var(--small-small-default-line-height);text-decoration:var(--small-small-default-text-decoration);text-transform:var(--small-small-default-text-transform);margin-bottom:var(--form-input-control-gap);color:var(--color-form-input-label-text-helper)}@media (min-width: 1025px){.RadioGroup-module__root .RadioGroup-module__helpNode{font-family:var(--large-small-default-font-family);font-size:var(--large-small-default-font-size);font-weight:var(--large-small-default-font-weight);letter-spacing:var(--large-small-default-letter-spacing);line-height:var(--large-small-default-line-height);text-decoration:var(--large-small-default-text-decoration);text-transform:var(--large-small-default-text-transform)}}.RadioGroup-module__root.RadioGroup-module__withHelpNode .RadioGroup-module__label{margin-bottom:0}.RadioGroup-module__root.RadioGroup-module__isLoading .RadioGroup-module__item{padding-right:36px}.RadioGroup-module__root.RadioGroup-module__disabled .RadioGroup-module__icon svg{fill:var(--color-form-input-control-icon-disabled)}.RadioGroup-module__root.RadioGroup-module__containsError .RadioGroup-module__label{color:var(--color-form-input-label-text-label-error)}.RadioGroup-module__root.RadioGroup-module__containsError .RadioGroup-module__item,.RadioGroup-module__root.RadioGroup-module__containsError .RadioGroup-module__itemContainer.RadioGroup-module__with-units{color:var(--color-form-input-control-text-filled);background-color:var(--color-form-input-control-background-default);border-color:var(--color-form-input-control-stroke-error)}.RadioGroup-module__root.RadioGroup-module__containsWarning .RadioGroup-module__item,.RadioGroup-module__root.RadioGroup-module__containsWarning .RadioGroup-module__itemContainer.RadioGroup-module__with-units{color:var(--color-form-input-control-text-filled);background-color:var(--color-form-input-control-background-default);border-color:var(--color-form-input-control-stroke-warning)}.RadioGroup-module__root.RadioGroup-module__containsError .RadioGroup-module__items{margin-bottom:var(--smallExtra)}.RadioGroup-module__root.RadioGroup-module__containsError .RadioGroup-module__item{background-color:transparent}.RadioGroup-module__root.RadioGroup-module__containsError .RadioGroup-module__input:focus~.RadioGroup-module__inputLabel,.RadioGroup-module__root.RadioGroup-module__containsError .RadioGroup-module__input:hover~.RadioGroup-module__inputLabel{color:var(--color-form-input-label-text-label-default)}.RadioGroup-module__root.RadioGroup-module__containsError .RadioGroup-module__error,.RadioGroup-module__root.RadioGroup-module__containsError .RadioGroup-module__input:focus~.RadioGroup-module__error,.RadioGroup-module__root.RadioGroup-module__containsError .RadioGroup-module__input:hover~.RadioGroup-module__error{border-color:var(--color-form-input-control-stroke-error)}.RadioGroup-module__root .RadioGroup-module__items{margin-bottom:calc(var(--medium)*-1)}.RadioGroup-module__root .RadioGroup-module__item{margin:0 0 var(--medium) 0}.RadioGroup-module__root .RadioGroup-module__item.RadioGroup-module__chip-item{margin:0 var(--chip-input-inline-gap) var(--medium) 0}.Day-module__root{padding:0;cursor:pointer;background:none;border:none;user-select:none;appearance:none;outline:none;font-family:var(--small-input-default-font-family);font-size:var(--small-input-default-font-size);font-weight:var(--small-input-default-font-weight);letter-spacing:var(--small-input-default-letter-spacing);line-height:var(--small-input-default-line-height);text-decoration:var(--small-input-default-text-decoration);text-transform:var(--small-input-default-text-transform);position:relative;width:100%;height:100%}@media (min-width: 1025px){.Day-module__root{font-family:var(--large-input-default-font-family);font-size:var(--large-input-default-font-size);font-weight:var(--large-input-default-font-weight);letter-spacing:var(--large-input-default-letter-spacing);line-height:var(--large-input-default-line-height);text-decoration:var(--large-input-default-text-decoration);text-transform:var(--large-input-default-text-transform)}}.Day-module__root>span{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);color:var(--color-form-input-control-chip-text-default);background-color:var(--color-form-input-control-background-default);display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:var(--radius-large)}.Day-module__root:not([disabled]):focus{outline:none}.Day-module__root:not([disabled]):focus:not(.Day-module__selected)>span{box-shadow:0 0 0 2px var(--color-effect-focus-padding),var(--elevation-focusDefault)}.Day-module__root:not([disabled]):focus:not(.Day-module__selected)>span,.Day-module__root:not([disabled]):hover>span{color:var(--color-form-input-control-text-hover);background-color:var(--color-form-input-control-background-default);border:2px solid var(--color-form-input-control-stroke-hover)}.Day-module__root[disabled]{cursor:not-allowed}.Day-module__root[disabled]>span{color:var(--color-form-input-control-text-disabled);background-color:var(--color-form-input-control-background-disabled)}.Day-module__today{font-family:var(--small-input-default-font-family);font-size:var(--small-input-default-font-size);font-weight:var(--small-input-default-font-weight);letter-spacing:var(--small-input-default-letter-spacing);line-height:var(--small-input-default-line-height);text-decoration:var(--small-input-default-text-decoration);text-transform:var(--small-input-default-text-transform)}@media (min-width: 1025px){.Day-module__today{font-family:var(--large-input-default-font-family);font-size:var(--large-input-default-font-size);font-weight:var(--large-input-default-font-weight);letter-spacing:var(--large-input-default-letter-spacing);line-height:var(--large-input-default-line-height);text-decoration:var(--large-input-default-text-decoration);text-transform:var(--large-input-default-text-transform)}}.Day-module__today>span{color:var(--color-form-input-control-chip-text-default);background-color:var(--color-form-input-control-background-default);border:2px solid var(--color-form-input-control-stroke-hover)}.Day-module__today:not([disabled]):hover>span{color:var(--color-form-input-control-text-hover)}.Day-module__selected:not([disabled]):focus>span,.Day-module__selected:not([disabled])>span{color:var(--color-form-input-control-calendar-text-day-selected);background-color:var(--color-form-input-control-calendar-background-day-selected)}.Day-module__selected:not([disabled]):focus>span{outline:none;border:2px solid var(--color-form-input-control-stroke-hover);box-shadow:0 0 0 2px var(--color-effect-focus-padding),var(--elevation-focusDefault)}.Day-module__selected:disabled>span{color:var(--color-form-input-control-text-disabled);background-color:var(--color-form-input-control-background-disabled);border:2px solid var(--color-form-input-control-stroke-disabled)}.ArrowNavigation-module__previous{display:flex;justify-content:center}.ArrowNavigation-module__title{color:var(--color-form-input-label-text-label-default)}.ArrowNavigation-module__next{display:flex;justify-content:center}.Select-module__root{margin-bottom:var(--large)}.Select-module__root .Select-module__control{position:relative}.Select-module__root .Select-module__helpNode{font-family:var(--small-small-default-font-family);font-size:var(--small-small-default-font-size);font-weight:var(--small-small-default-font-weight);letter-spacing:var(--small-small-default-letter-spacing);line-height:var(--small-small-default-line-height);text-decoration:var(--small-small-default-text-decoration);text-transform:var(--small-small-default-text-transform);margin-bottom:var(--form-input-control-gap);color:var(--color-form-input-label-text-helper)}@media (min-width: 1025px){.Select-module__root .Select-module__helpNode{font-family:var(--large-small-default-font-family);font-size:var(--large-small-default-font-size);font-weight:var(--large-small-default-font-weight);letter-spacing:var(--large-small-default-letter-spacing);line-height:var(--large-small-default-line-height);text-decoration:var(--large-small-default-text-decoration);text-transform:var(--large-small-default-text-transform)}}.Select-module__root.Select-module__withHelpNode .Select-module__label{margin-bottom:0}.Select-module__root.Select-module__isLoading .Select-module__item{padding-right:36px}.Select-module__root.Select-module__disabled .Select-module__icon svg{fill:var(--color-form-input-control-icon-disabled)}.Select-module__root.Select-module__containsError .Select-module__label{color:var(--color-form-input-label-text-label-error)}.Select-module__root.Select-module__containsError .Select-module__item,.Select-module__root.Select-module__containsError .Select-module__itemContainer.Select-module__with-units{color:var(--color-form-input-control-text-filled);background-color:var(--color-form-input-control-background-default);border-color:var(--color-form-input-control-stroke-error)}.Select-module__root.Select-module__containsWarning .Select-module__item,.Select-module__root.Select-module__containsWarning .Select-module__itemContainer.Select-module__with-units{color:var(--color-form-input-control-text-filled);background-color:var(--color-form-input-control-background-default);border-color:var(--color-form-input-control-stroke-warning)}.Select-module__root.Select-module__readOnly{pointer-events:none}.Select-module__root.Select-module__readOnly .Select-module__item{padding-right:36px;color:var(--color-form-input-control-text-placeholder);background-color:var(--color-form-input-control-background-view-only)}.Select-module__root .Select-module__item{font-family:var(--small-input-default-font-family);font-size:var(--small-input-default-font-size);font-weight:var(--small-input-default-font-weight);letter-spacing:var(--small-input-default-letter-spacing);line-height:var(--small-input-default-line-height);text-decoration:var(--small-input-default-text-decoration);text-transform:var(--small-input-default-text-transform);color:var(--color-form-input-control-text-filled);background-color:var(--color-form-input-control-background-default);position:relative;display:block;padding:calc(var(--small) - 1px);width:100%;background-image:none;border:1px solid var(--color-form-input-control-stroke-default);border-radius:var(--form-input-control-radius);outline:none;appearance:none}@media (min-width: 1025px){.Select-module__root .Select-module__item{font-family:var(--large-input-default-font-family);font-size:var(--large-input-default-font-size);font-weight:var(--large-input-default-font-weight);letter-spacing:var(--large-input-default-letter-spacing);line-height:var(--large-input-default-line-height);text-decoration:var(--large-input-default-text-decoration);text-transform:var(--large-input-default-text-transform)}}.Select-module__root .Select-module__item:not(:disabled):focus,.Select-module__root .Select-module__item:not(:disabled):hover{background-color:var(--color-form-input-control-background-default);border:2px solid var(--color-form-input-control-stroke-hover);padding:calc(var(--small) - 2px)}.Select-module__root .Select-module__item:not(:disabled):focus{color:var(--color-form-input-control-text-filled);box-shadow:0 0 0 2px var(--color-effect-focus-padding),var(--elevation-focusDefault)}.Select-module__root .Select-module__item:disabled{color:var(--color-form-input-control-text-disabled);background-color:var(--color-form-input-control-background-disabled);border-color:var(--color-form-input-control-stroke-disabled);-webkit-text-fill-color:var(--color-form-input-control-stroke-disabled);opacity:1;cursor:not-allowed}.Select-module__root .Select-module__item:disabled::placeholder{color:var(--color-form-input-control-text-disabled)}.Select-module__root .Select-module__item::placeholder{color:var(--color-form-input-control-text-filled)}.Select-module__root .Select-module__item:required:invalid{color:var(--color-form-input-control-text-filled)}.Select-module__root .Select-module__item:required:invalid option{color:var(--color-text-base)}.Select-module__root .Select-module__item:required:invalid option:disabled{color:var(--color-form-input-control-text-disabled)}.Select-module__root .Select-module__hasIcon{padding-left:36px}.Select-module__root .Select-module__lock{position:absolute;top:50%;transform:translateY(-50%);pointer-events:none;right:var(--small)}.Select-module__root .Select-module__lock svg{display:block;width:var(--form-input-control-icon);height:var(--form-input-control-icon);fill:var(--color-form-input-control-icon-default)}.Select-module__root .Select-module__arrow{position:absolute;top:50%;transform:translateY(-50%);right:var(--small);width:var(--form-input-control-icon);height:var(--form-input-control-icon);pointer-events:none;color:var(--color-form-input-control-icon-default)}.Select-module__disabled .Select-module__root .Select-module__arrow{fill:var(--color-form-input-control-icon-disabled)}.Select-module__root.Select-module__isLoading .Select-module__arrow{display:none}.Select-module__root .Select-module__icon{position:absolute;top:50%;transform:translateY(-50%);pointer-events:none;left:var(--small)}.Select-module__root .Select-module__icon svg{display:block;width:var(--form-input-control-icon);height:var(--form-input-control-icon);fill:var(--color-form-input-control-icon-default)}.Select-module__root .Select-module__loader{position:absolute;top:50%;transform:translateY(-50%);right:var(--small);pointer-events:none}.DropdownNavigation-module__select{flex:1;margin-bottom:0}.DropdownNavigation-module__select svg{color:var(--color-form-input-control-icon-default)}.DropdownNavigation-module__select:first-of-type{margin-right:var(--large)}.Header-module__root{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--medium);margin-top:var(--smallExtra2X)}.Calendar-module__root{font-family:var(--small-input-default-font-family);font-size:var(--small-input-default-font-size);font-weight:var(--small-input-default-font-weight);letter-spacing:var(--small-input-default-letter-spacing);line-height:var(--small-input-default-line-height);text-decoration:var(--small-input-default-text-decoration);text-transform:var(--small-input-default-text-transform);display:inline-block;background-color:var(--color-form-input-control-background-default);min-width:308px}@media (min-width: 1025px){.Calendar-module__root{font-family:var(--large-input-default-font-family);font-size:var(--large-input-default-font-size);font-weight:var(--large-input-default-font-weight);letter-spacing:var(--large-input-default-letter-spacing);line-height:var(--large-input-default-line-height);text-decoration:var(--large-input-default-text-decoration);text-transform:var(--large-input-default-text-transform)}}.Calendar-module__root .Calendar-module__dayTitleContainer{border-bottom:1px solid var(--color-stroke-base);color:var(--color-form-input-label-text-label-default)}.Calendar-module__root .Calendar-module__dayTitle{font-family:var(--small-small-default-font-family);font-size:var(--small-small-default-font-size);font-weight:var(--small-small-default-font-weight);letter-spacing:var(--small-small-default-letter-spacing);line-height:var(--small-small-default-line-height);text-decoration:var(--small-small-default-text-decoration);text-transform:var(--small-small-default-text-transform)}@media (min-width: 1025px){.Calendar-module__root .Calendar-module__dayTitle{font-family:var(--large-small-default-font-family);font-size:var(--large-small-default-font-size);font-weight:var(--large-small-default-font-weight);letter-spacing:var(--large-small-default-letter-spacing);line-height:var(--large-small-default-line-height);text-decoration:var(--large-small-default-text-decoration);text-transform:var(--large-small-default-text-transform)}}.Calendar-module__root .Calendar-module__days{border-collapse:collapse}.Calendar-module__root .Calendar-module__days tbody:before{content:"";display:table-row;height:10px}.Calendar-module__root .Calendar-module__cell{width:var(--height-small);height:var(--height-small);text-align:center}.Calendar-module__root .Calendar-module__day:disabled span{color:var(--color-form-input-control-text-disabled);background-color:var(--color-form-input-control-background-disabled)}.TextInput-module__root{margin-bottom:var(--large)}.TextInput-module__root .TextInput-module__control{position:relative}.TextInput-module__root .TextInput-module__helpNode{font-family:var(--small-small-default-font-family);font-size:var(--small-small-default-font-size);font-weight:var(--small-small-default-font-weight);letter-spacing:var(--small-small-default-letter-spacing);line-height:var(--small-small-default-line-height);text-decoration:var(--small-small-default-text-decoration);text-transform:var(--small-small-default-text-transform);margin-bottom:var(--form-input-control-gap);color:var(--color-form-input-label-text-helper)}@media (min-width: 1025px){.TextInput-module__root .TextInput-module__helpNode{font-family:var(--large-small-default-font-family);font-size:var(--large-small-default-font-size);font-weight:var(--large-small-default-font-weight);letter-spacing:var(--large-small-default-letter-spacing);line-height:var(--large-small-default-line-height);text-decoration:var(--large-small-default-text-decoration);text-transform:var(--large-small-default-text-transform)}}.TextInput-module__root.TextInput-module__withHelpNode .TextInput-module__label{margin-bottom:0}.TextInput-module__root.TextInput-module__isLoading .TextInput-module__item{padding-right:36px}.TextInput-module__root.TextInput-module__disabled .TextInput-module__icon svg{fill:var(--color-form-input-control-icon-disabled)}.TextInput-module__root.TextInput-module__containsError .TextInput-module__label{color:var(--color-form-input-label-text-label-error)}.TextInput-module__root.TextInput-module__containsError .TextInput-module__item,.TextInput-module__root.TextInput-module__containsError .TextInput-module__itemContainer.TextInput-module__with-units{color:var(--color-form-input-control-text-filled);background-color:var(--color-form-input-control-background-default);border-color:var(--color-form-input-control-stroke-error)}.TextInput-module__root.TextInput-module__containsWarning .TextInput-module__item,.TextInput-module__root.TextInput-module__containsWarning .TextInput-module__itemContainer.TextInput-module__with-units{color:var(--color-form-input-control-text-filled);background-color:var(--color-form-input-control-background-default);border-color:var(--color-form-input-control-stroke-warning)}.TextInput-module__root.TextInput-module__isSearch .TextInput-module__item{padding-right:36px}.TextInput-module__root.TextInput-module__isSearch.TextInput-module__rightIcon .TextInput-module__item{padding-right:60px}.TextInput-module__root.TextInput-module__isSearch.TextInput-module__rightIcon .TextInput-module__clear{right:36px}.TextInput-module__root.TextInput-module__isSearch:not(:disabled) .TextInput-module__clear{position:absolute;top:50%;transform:translateY(-50%);right:var(--small);width:16px;height:16px}.TextInput-module__root .TextInput-module__itemContainer{position:relative}.TextInput-module__root .TextInput-module__item{font-family:var(--small-input-default-font-family);font-size:var(--small-input-default-font-size);font-weight:var(--small-input-default-font-weight);letter-spacing:var(--small-input-default-letter-spacing);line-height:var(--small-input-default-line-height);text-decoration:var(--small-input-default-text-decoration);text-transform:var(--small-input-default-text-transform);color:var(--color-form-input-control-text-filled);background-color:var(--color-form-input-control-background-default);position:relative;display:block;padding:calc(var(--small) - 1px);width:100%;background-image:none;border:1px solid var(--color-form-input-control-stroke-default);border-radius:var(--form-input-control-radius);outline:none;appearance:none;height:var(--form-input-control-height)}@media (min-width: 1025px){.TextInput-module__root .TextInput-module__item{font-family:var(--large-input-default-font-family);font-size:var(--large-input-default-font-size);font-weight:var(--large-input-default-font-weight);letter-spacing:var(--large-input-default-letter-spacing);line-height:var(--large-input-default-line-height);text-decoration:var(--large-input-default-text-decoration);text-transform:var(--large-input-default-text-transform)}}.TextInput-module__root .TextInput-module__item:not(:disabled):focus,.TextInput-module__root .TextInput-module__item:not(:disabled):hover{background-color:var(--color-form-input-control-background-default);border:2px solid var(--color-form-input-control-stroke-hover);padding:calc(var(--small) - 2px)}.TextInput-module__root .TextInput-module__item:not(:disabled):focus{color:var(--color-form-input-control-text-filled);box-shadow:0 0 0 2px var(--color-effect-focus-padding),var(--elevation-focusDefault)}.TextInput-module__root .TextInput-module__item:disabled{color:var(--color-form-input-control-text-disabled);background-color:var(--color-form-input-control-background-disabled);border-color:var(--color-form-input-control-stroke-disabled);-webkit-text-fill-color:var(--color-form-input-control-stroke-disabled);opacity:1;cursor:not-allowed}.TextInput-module__root .TextInput-module__item:disabled::placeholder{color:var(--color-form-input-control-text-disabled)}.TextInput-module__root .TextInput-module__item::placeholder{color:var(--color-form-input-control-text-filled)}.TextInput-module__root .TextInput-module__item::-webkit-search-cancel-button{display:none}.TextInput-module__root .TextInput-module__item.TextInput-module__phone-input:disabled{color:var(--color-neutral-on-surface);-webkit-text-fill-color:var(--color-neutral-on-surface)}.TextInput-module__root .TextInput-module__item::placeholder{color:var(--color-form-input-control-text-placeholder)}.TextInput-module__root.TextInput-module__readOnly:not(:disabled) .TextInput-module__item{color:var(--color-form-input-control-text-filled);background-color:var(--color-form-input-control-background-view-only)}.TextInput-module__root .TextInput-module__clear{position:absolute;top:50%;transform:translateY(-50%);right:var(--small);width:var(--form-input-control-icon);height:var(--form-input-control-icon)}.TextInput-module__root .TextInput-module__clear svg{fill:var(--color-form-input-control-icon-default)}.TextInput-module__root.TextInput-module__isLoading .TextInput-module__clear{display:none}.TextInput-module__root.TextInput-module__leftIcon .TextInput-module__item{padding-left:36px}.TextInput-module__root.TextInput-module__leftIcon .TextInput-module__item:focus,.TextInput-module__root.TextInput-module__leftIcon .TextInput-module__item:hover{padding-left:35px}.TextInput-module__root.TextInput-module__leftIcon .TextInput-module__icon{left:var(--small)}.TextInput-module__root.TextInput-module__rightIcon .TextInput-module__item{padding-right:36px}.TextInput-module__root.TextInput-module__rightIcon .TextInput-module__item:focus,.TextInput-module__root.TextInput-module__rightIcon .TextInput-module__item:hover{padding-right:35px}.TextInput-module__root.TextInput-module__rightIcon .TextInput-module__icon{right:var(--small)}.TextInput-module__root.TextInput-module__rightIcon.TextInput-module__isLoading .TextInput-module__icon{display:none}.TextInput-module__root .TextInput-module__icon{position:absolute;top:50%;transform:translateY(-50%);pointer-events:none}.TextInput-module__root .TextInput-module__icon svg{display:block;width:var(--form-input-control-icon);height:var(--form-input-control-icon);fill:var(--color-form-input-control-icon-default)}.TextInput-module__root .TextInput-module__loader{position:absolute;top:50%;transform:translateY(-50%);right:var(--small);pointer-events:none}.TextInput-module__root .TextInput-module__withAdditionalContent{display:flex;align-items:center}.TextInput-module__root .TextInput-module__contentBefore{flex-shrink:0;margin-right:var(--small)}.TextInput-module__root .TextInput-module__contentAfter{flex-shrink:0;margin-left:var(--small)}.TextInput-module__root .TextInput-module__itemContainer.TextInput-module__with-units{display:flex;align-items:center;border:1px solid var(--color-form-input-control-stroke-default);border-radius:var(--form-input-control-radius);padding:var(--form-input-control-padding);height:var(--form-input-control-height)}.TextInput-module__root .TextInput-module__itemContainer.TextInput-module__with-units .TextInput-module__units-after,.TextInput-module__root .TextInput-module__itemContainer.TextInput-module__with-units .TextInput-module__units-before{font-family:var(--small-input-default-font-family);font-size:var(--small-input-default-font-size);font-weight:var(--small-input-default-font-weight);letter-spacing:var(--small-input-default-letter-spacing);line-height:var(--small-input-default-line-height);text-decoration:var(--small-input-default-text-decoration);text-transform:var(--small-input-default-text-transform);color:var(--color-form-input-control-text-placeholder)}@media (min-width: 1025px){.TextInput-module__root .TextInput-module__itemContainer.TextInput-module__with-units .TextInput-module__units-after,.TextInput-module__root .TextInput-module__itemContainer.TextInput-module__with-units .TextInput-module__units-before{font-family:var(--large-input-default-font-family);font-size:var(--large-input-default-font-size);font-weight:var(--large-input-default-font-weight);letter-spacing:var(--large-input-default-letter-spacing);line-height:var(--large-input-default-line-height);text-decoration:var(--large-input-default-text-decoration);text-transform:var(--large-input-default-text-transform)}}.TextInput-module__root .TextInput-module__itemContainer.TextInput-module__with-units .TextInput-module__units-before{margin-right:var(--form-input-control-gap)}.TextInput-module__root .TextInput-module__itemContainer.TextInput-module__with-units:hover{border:2px solid var(--color-form-input-control-stroke-hover);padding:calc(var(--form-input-control-padding) - 1px)}.TextInput-module__root .TextInput-module__itemContainer.TextInput-module__with-units:focus-within{border:2px solid var(--color-form-input-control-stroke-hover);box-shadow:0 0 0 2px var(--color-effect-focus-padding),var(--elevation-focusDefault);padding:calc(var(--form-input-control-padding) - 1px)}.TextInput-module__root .TextInput-module__itemContainer.TextInput-module__with-units .TextInput-module__item{border:none;height:var(----height-input-text-line-height);padding:0;border-radius:0}.TextInput-module__root .TextInput-module__itemContainer.TextInput-module__with-units .TextInput-module__item:not(:disabled):focus{box-shadow:none}.TextInput-module__root .TextInput-module__itemContainer.TextInput-module__with-units.TextInput-module__disabled{cursor:not-allowed;background-color:var(--color-form-input-control-background-disabled)}.TextInput-module__root .TextInput-module__itemContainer.TextInput-module__with-units.TextInput-module__disabled:hover{border:1px solid var(--color-form-input-control-stroke-default);padding:var(--form-input-control-padding)}.TextInput-module__root .TextInput-module__itemContainer.TextInput-module__with-units.TextInput-module__disabled .TextInput-module__units-after,.TextInput-module__root .TextInput-module__itemContainer.TextInput-module__with-units.TextInput-module__disabled .TextInput-module__units-before{color:var(--color-form-input-control-text-disabled)}.TextInput-module__root .TextInput-module__itemContainer.TextInput-module__with-units.TextInput-module__readOnly{background-color:var(--color-form-input-control-background-view-only);gap:var(--form-input-control-gap)}.TextInput-module__root .TextInput-module__itemContainer.TextInput-module__with-units.TextInput-module__readOnly .TextInput-module__units-before{margin-right:0}.TextInput-module__root .TextInput-module__itemContainer.TextInput-module__with-units.TextInput-module__readOnly .TextInput-module__icon{position:unset;transform:none}.TextInput-module__root .TextInput-module__itemContainer.TextInput-module__with-units.TextInput-module__readOnly .TextInput-module__icon svg{fill:var(--color-form-input-control-icon-view-only)}.TextInput-module__root .TextInput-module__sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.DatePicker-module__root{position:relative}.DatePicker-module__root.DatePicker-module__readOnly .DatePicker-module__item,.DatePicker-module__root.DatePicker-module__withLockIcon .DatePicker-module__item{border-top-right-radius:0;border-bottom-right-radius:0}.DatePicker-module__root.DatePicker-module__readOnly .DatePicker-module__lock-icon,.DatePicker-module__root.DatePicker-module__withLockIcon .DatePicker-module__lock-icon{background-color:var(--color-form-input-control-background-view-only);margin-left:-1px;cursor:not-allowed;border:1px solid var(--color-form-input-control-stroke-disabled);border-left:none;border-radius:0 var(--form-input-control-radius) var(--form-input-control-radius) 0}.DatePicker-module__root.DatePicker-module__readOnly .DatePicker-module__lock-icon svg,.DatePicker-module__root.DatePicker-module__withLockIcon .DatePicker-module__lock-icon svg{fill:var(--color-form-input-control-icon-view-only)}.DatePicker-module__root.DatePicker-module__withToggle .DatePicker-module__item{border-top-right-radius:0;border-bottom-right-radius:0;border-right:none}.DatePicker-module__root.DatePicker-module__invalid .DatePicker-module__toggle{border-color:var(--color-form-input-control-stroke-error)}.DatePicker-module__root .DatePicker-module__control{display:flex;justify-content:space-between}.DatePicker-module__root .DatePicker-module__control>div{margin:0}.DatePicker-module__root .DatePicker-module__itemContainer{flex-grow:1}@supports (contain: none){.DatePicker-module__root .DatePicker-module__item:not([disabled]):focus-visible{outline:none;box-shadow:0 0 0 2px var(--color-accessibility-focus-inner-shadow),0 0 2px 4px var(--color-accessibility-focus-outer-shadow);z-index:100;border:2px solid var(--color-form-input-control-stroke-hover);box-shadow:0 0 0 2px var(--color-effect-focus-padding),var(--elevation-focusDefault);padding:calc(var(--small) - 2px)}}@supports (contain: none){.DatePicker-module__root .DatePicker-module__item:not([disabled]):focus-within{outline:none;box-shadow:0 0 0 2px var(--color-accessibility-focus-inner-shadow),0 0 2px 4px var(--color-accessibility-focus-outer-shadow);z-index:100;border:2px solid var(--color-form-input-control-stroke-hover);box-shadow:0 0 0 2px var(--color-effect-focus-padding),var(--elevation-focusDefault);padding:calc(var(--small) - 2px)}}@supports not (contain: none){.DatePicker-module__root .DatePicker-module__item:not([disabled]):focus{outline:none;box-shadow:0 0 0 2px var(--color-accessibility-focus-inner-shadow),0 0 2px 4px var(--color-accessibility-focus-outer-shadow);z-index:100;border:2px solid var(--color-form-input-control-stroke-hover);box-shadow:0 0 0 2px var(--color-effect-focus-padding),var(--elevation-focusDefault);padding:calc(var(--small) - 2px)}}.DatePicker-module__root .DatePicker-module__item:not([disabled]):hover{border:2px solid var(--color-form-input-control-stroke-hover);padding:calc(var(--small) - 2px)}.DatePicker-module__root .DatePicker-module__toggle{background-color:var(--color-form-input-control-background-default);border:1px solid var(--color-form-input-control-stroke-default);border-radius:0 var(--radius-input) var(--radius-input) 0;border-left:none}.DatePicker-module__root .DatePicker-module__toggle:disabled{background-color:var(--color-form-input-control-background-disabled);border-color:var(--color-form-input-control-stroke-disabled)}.DatePicker-module__root .DatePicker-module__toggle:disabled svg{fill:var(--color-form-input-control-icon-disabled)}@supports (contain: none){.DatePicker-module__root .DatePicker-module__toggle:not([disabled]):focus-visible{outline:none;box-shadow:0 0 0 2px var(--color-accessibility-focus-inner-shadow),0 0 2px 4px var(--color-accessibility-focus-outer-shadow);background-color:var(--color-form-input-control-background-default);z-index:100;border:2px solid var(--color-form-input-control-stroke-hover);box-shadow:0 0 0 2px var(--color-effect-focus-padding),var(--elevation-focusDefault)}.DatePicker-module__root .DatePicker-module__toggle:not([disabled]):focus-visible svg{fill:var(--color-form-input-control-icon-hover)}}@supports (contain: none){.DatePicker-module__root .DatePicker-module__toggle:not([disabled]):focus-within{outline:none;box-shadow:0 0 0 2px var(--color-accessibility-focus-inner-shadow),0 0 2px 4px var(--color-accessibility-focus-outer-shadow);background-color:var(--color-form-input-control-background-default);z-index:100;border:2px solid var(--color-form-input-control-stroke-hover);box-shadow:0 0 0 2px var(--color-effect-focus-padding),var(--elevation-focusDefault)}.DatePicker-module__root .DatePicker-module__toggle:not([disabled]):focus-within svg{fill:var(--color-form-input-control-icon-hover)}}@supports not (contain: none){.DatePicker-module__root .DatePicker-module__toggle:not([disabled]):focus{outline:none;box-shadow:0 0 0 2px var(--color-accessibility-focus-inner-shadow),0 0 2px 4px var(--color-accessibility-focus-outer-shadow);background-color:var(--color-form-input-control-background-default);z-index:100;border:2px solid var(--color-form-input-control-stroke-hover);box-shadow:0 0 0 2px var(--color-effect-focus-padding),var(--elevation-focusDefault)}.DatePicker-module__root .DatePicker-module__toggle:not([disabled]):focus svg{fill:var(--color-form-input-control-icon-hover)}}.DatePicker-module__root .DatePicker-module__toggle:not([disabled]):hover{border:2px solid var(--color-form-input-control-stroke-hover);background-color:var(--color-form-input-control-background-default)}.DatePicker-module__root .DatePicker-module__toggle:not([disabled]):hover svg{fill:var(--color-form-input-control-icon-hover)}.DatePicker-module__root .DatePicker-module__toggle:not([disabled]):active{background-color:var(--color-button2-background-default)}.DatePicker-module__root .DatePicker-module__toggle:not([disabled]):active svg{fill:var(--color-button2-icon-pressed)}.DatePicker-module__root .DatePicker-module__toggle svg{fill:var(--color-form-input-control-icon-default)}.DatePicker-module__root .DatePicker-module__lock{display:none}.DatePicker-module__root .DatePicker-module__calendarContainer{position:absolute;display:flex;flex-direction:column;left:0;z-index:800;border:1px solid var(--color-form-input-control-stroke-default);border-radius:var(--form-input-control-radius);box-shadow:var(--elevation-100);padding:calc(var(--medium) - 1px);background-color:var(--color-card-background)}.DatePicker-module__root .DatePicker-module__closeButton{margin:16px 8px 8px auto}.DOBInput-module__root.DOBInput-module__noToggle.DOBInput-module__readOnly .DOBInput-module__item{border-radius:var(--form-input-control-radius)}.DOBInput-module__root.DOBInput-module__noToggle.DOBInput-module__readOnly .DOBInput-module__lock{display:block;z-index:100}.DOBInput-module__root .DOBInput-module__toggle{display:none}.DismissibleChip-module__root.DismissibleChip-module__chip-button{padding:calc(var(--chip-dismissible-padding) - 1px);border-radius:var(--form-input-control-radius);background-color:var(--color-form-input-control-chip-dismissible-background-default);transition:none}.DismissibleChip-module__root.DismissibleChip-module__chip-button.DismissibleChip-module__hidden{display:none}.DismissibleChip-module__root.DismissibleChip-module__chip-button .DismissibleChip-module__remove{fill:var(--color-form-input-control-chip-dismissible-icon-default);width:var(--chip-dismissible-icon);height:var(--chip-dismissible-icon);margin-left:var(--chip-input-inline-gap)}.DismissibleChip-module__root.DismissibleChip-module__chip-button:not([disabled]){font-family:var(--small-input-strong-font-family);font-size:var(--small-input-strong-font-size);font-weight:var(--small-input-strong-font-weight);letter-spacing:var(--small-input-strong-letter-spacing);line-height:var(--small-input-strong-line-height);text-decoration:var(--small-input-strong-text-decoration);text-transform:var(--small-input-strong-text-transform);border:1px solid var(--color-form-input-control-stroke-default);color:var(--color-form-input-control-chip-dismissible-text-default)}@media (min-width: 1025px){.DismissibleChip-module__root.DismissibleChip-module__chip-button:not([disabled]){font-family:var(--large-input-strong-font-family);font-size:var(--large-input-strong-font-size);font-weight:var(--large-input-strong-font-weight);letter-spacing:var(--large-input-strong-letter-spacing);line-height:var(--large-input-strong-line-height);text-decoration:var(--large-input-strong-text-decoration);text-transform:var(--large-input-strong-text-transform)}}.DismissibleChip-module__root.DismissibleChip-module__chip-button:not([disabled]):hover{text-decoration:none;color:var(--color-form-input-control-text-hover);border:2px solid var(--color-form-input-control-stroke-hover);padding:calc(var(--chip-dismissible-padding) - 2px)}.DismissibleChip-module__root.DismissibleChip-module__chip-button:not([disabled]):hover .DismissibleChip-module__remove{fill:var(--color-form-input-control-icon-hover)}@supports (contain: none){.DismissibleChip-module__root.DismissibleChip-module__chip-button:not([disabled]):focus-visible{outline:none;box-shadow:0 0 0 2px var(--color-accessibility-focus-inner-shadow),0 0 2px 4px var(--color-accessibility-focus-outer-shadow);text-decoration:none;color:var(--color-form-input-control-text-hover);border:2px solid var(--color-form-input-control-stroke-hover);padding:calc(var(--chip-dismissible-padding) - 2px);border-radius:var(--form-input-control-radius);transition:none;background-color:var(--color-form-input-control-chip-dismissible-background-default);box-shadow:0 0 0 2px var(--color-effect-focus-padding),var(--elevation-focusDefault)}.DismissibleChip-module__root.DismissibleChip-module__chip-button:not([disabled]):focus-visible .DismissibleChip-module__remove{fill:var(--color-form-input-control-icon-hover)}}@supports (contain: none){.DismissibleChip-module__root.DismissibleChip-module__chip-button:not([disabled]):focus-within{outline:none;box-shadow:0 0 0 2px var(--color-accessibility-focus-inner-shadow),0 0 2px 4px var(--color-accessibility-focus-outer-shadow);text-decoration:none;color:var(--color-form-input-control-text-hover);border:2px solid var(--color-form-input-control-stroke-hover);padding:calc(var(--chip-dismissible-padding) - 2px);border-radius:var(--form-input-control-radius);transition:none;background-color:var(--color-form-input-control-chip-dismissible-background-default);box-shadow:0 0 0 2px var(--color-effect-focus-padding),var(--elevation-focusDefault)}.DismissibleChip-module__root.DismissibleChip-module__chip-button:not([disabled]):focus-within .DismissibleChip-module__remove{fill:var(--color-form-input-control-icon-hover)}}@supports not (contain: none){.DismissibleChip-module__root.DismissibleChip-module__chip-button:not([disabled]):focus{outline:none;box-shadow:0 0 0 2px var(--color-accessibility-focus-inner-shadow),0 0 2px 4px var(--color-accessibility-focus-outer-shadow);text-decoration:none;color:var(--color-form-input-control-text-hover);border:2px solid var(--color-form-input-control-stroke-hover);padding:calc(var(--chip-dismissible-padding) - 2px);border-radius:var(--form-input-control-radius);transition:none;background-color:var(--color-form-input-control-chip-dismissible-background-default);box-shadow:0 0 0 2px var(--color-effect-focus-padding),var(--elevation-focusDefault)}.DismissibleChip-module__root.DismissibleChip-module__chip-button:not([disabled]):focus .DismissibleChip-module__remove{fill:var(--color-form-input-control-icon-hover)}}.DismissibleChip-module__root.DismissibleChip-module__chip-button:not([disabled]):active,.DismissibleChip-module__root.DismissibleChip-module__chip-button:not([disabled]):checked{text-decoration:none;color:var(--color-form-input-control-chip-dismissible-text-pressed);border:1px solid var(--color-form-input-control-chip-dismissible-stroke-pressed)}.DismissibleChip-module__root.DismissibleChip-module__chip-button:not([disabled]):active .DismissibleChip-module__remove,.DismissibleChip-module__root.DismissibleChip-module__chip-button:not([disabled]):checked .DismissibleChip-module__remove{fill:var(--color-form-input-control-chip-dismissible-icon-pressed)}.DismissibleChip-module__root.DismissibleChip-module__chip-button:disabled{color:var(--color-form-input-control-text-disabled);background-color:var(--color-form-input-control-background-disabled);padding:var(--chip-dismissible-padding);cursor:not-allowed}.DismissibleChip-module__root.DismissibleChip-module__chip-button:disabled .DismissibleChip-module__remove{fill:var(--color-form-input-control-icon-disabled)}.DismissibleChip-module__root.DismissibleChip-module__chip-button.DismissibleChip-module__containsError{border-color:var(--color-form-input-control-stroke-error)}.DismissibleChip-module__root.DismissibleChip-module__chip-button.DismissibleChip-module__readOnly,.DismissibleChip-module__root.DismissibleChip-module__chip-button.DismissibleChip-module__readOnly:hover{box-shadow:none;color:var(--color-form-input-control-chip-dismissible-text-default);background-color:var(--color-form-input-control-background-view-only);border:none;padding:var(--chip-dismissible-padding);cursor:not-allowed;display:block}.Modal-module__open,.Modal-module__open body{overflow:hidden}.Modal-module__root{position:relative;z-index:800}.Modal-module__root .Modal-module__image-container img{width:100%;height:192px;padding-bottom:var(--largeExtra)}.Modal-module__root .Modal-module__image-container.Modal-module__with-scroll{padding:32px 32px 0}.Modal-module__root .Modal-module__image-container.Modal-module__with-scroll img{padding-bottom:0}.Modal-module__root .Modal-module__header{position:relative;margin-bottom:var(--medium)}.Modal-module__root .Modal-module__header.Modal-module__with-scroll{margin:0;padding:var(--largeExtra) var(--largeExtra) var(--large);border-bottom:1px solid var(--color-stroke-base)}.Modal-module__root .Modal-module__title{font-family:var(--small-heading-sm-font-family);font-size:var(--small-heading-sm-font-size);font-weight:var(--small-heading-sm-font-weight);letter-spacing:var(--small-heading-sm-letter-spacing);line-height:var(--small-heading-sm-line-height);text-decoration:var(--small-heading-sm-text-decoration);text-transform:var(--small-heading-sm-text-transform);margin:0;color:var(--color-text-base)}@media (min-width: 1025px){.Modal-module__root .Modal-module__title{font-family:var(--large-heading-sm-font-family);font-size:var(--large-heading-sm-font-size);font-weight:var(--large-heading-sm-font-weight);letter-spacing:var(--large-heading-sm-letter-spacing);line-height:var(--large-heading-sm-line-height);text-decoration:var(--large-heading-sm-text-decoration);text-transform:var(--large-heading-sm-text-transform)}}.Modal-module__root .Modal-module__titleIndented{margin-left:var(--largeExtra)}.Modal-module__root .Modal-module__previous{position:absolute;top:calc(var(--smallExtra)*-1);left:calc(var(--small)*-1)}@media (min-width: 1025px){.Modal-module__root .Modal-module__previous{top:calc(var(--smallExtra2X)*-1)}}.Modal-module__root .Modal-module__subtitle{font-family:var(--small-heading-sm-font-family);font-size:var(--small-heading-sm-font-size);font-weight:var(--small-heading-sm-font-weight);letter-spacing:var(--small-heading-sm-letter-spacing);line-height:var(--small-heading-sm-line-height);text-decoration:var(--small-heading-sm-text-decoration);text-transform:var(--small-heading-sm-text-transform);margin-bottom:var(--medium);color:var(--color-text-subdued)}@media (min-width: 1025px){.Modal-module__root .Modal-module__subtitle{font-family:var(--large-heading-sm-font-family);font-size:var(--large-heading-sm-font-size);font-weight:var(--large-heading-sm-font-weight);letter-spacing:var(--large-heading-sm-letter-spacing);line-height:var(--large-heading-sm-line-height);text-decoration:var(--large-heading-sm-text-decoration);text-transform:var(--large-heading-sm-text-transform)}}.Modal-module__root .Modal-module__shim{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background-color:var(--color-background-overlay);overflow-x:hidden;overflow-y:auto;opacity:0;transition:opacity var(--motion-ease-in-out)}.Modal-module__root .Modal-module__container{position:relative;width:343px;margin:var(--medium) auto;padding:var(--largeExtra);color:var(--color-text-subdued);background-color:var(--color-modal-background-base);border-radius:var(--radius-medium);box-shadow:var(--elevation-300);opacity:0;transition:opacity var(--motion-ease-in-out);text-align:center}.Modal-module__root .Modal-module__container .Modal-module__scrollable{padding:var(--medium) 0}.Modal-module__root .Modal-module__container .Modal-module__scrollable .Modal-module__main-content{padding:0 var(--largeExtra);max-height:360px;min-height:48px;overflow-y:scroll}.Modal-module__root .Modal-module__container .Modal-module__scrollable.Modal-module__with-img .Modal-module__main-content{max-height:72px}.Modal-module__root .Modal-module__container.Modal-module__with-scroll{padding:0}@media (min-width: 768px){.Modal-module__root .Modal-module__container{width:568px;min-height:auto;margin:var(--largeExtra) auto;padding:var(--largeExtra);text-align:left}.Modal-module__root .Modal-module__container .Modal-module__scrollable .Modal-module__main-content{max-height:308px;min-height:28px;overflow-y:scroll}.Modal-module__root .Modal-module__container .Modal-module__scrollable.Modal-module__with-img .Modal-module__main-content{max-height:84px}}.Modal-module__root .Modal-module__animateAfterOpen{opacity:1}.Modal-module__root .Modal-module__animateBeforeClose{opacity:0}.Modal-module__root .Modal-module__actions{display:flex;flex-direction:column;gap:var(--medium);margin-top:var(--largeExtra)}.Modal-module__root .Modal-module__actions.Modal-module__with-scroll{margin:0;padding:var(--large) var(--largeExtra) var(--largeExtra);border-top:1px solid var(--color-stroke-base)}@media (min-width: 768px){.Modal-module__root .Modal-module__actions{flex-direction:row;gap:var(--medium);margin-top:var(--largeExtra)}}@media (max-width: 767px){.Modal-module__root .Modal-module__primary,.Modal-module__root .Modal-module__secondary{display:block}}.Modal-module__root .Modal-module__tertiary{display:block}@media (min-width: 768px){.Modal-module__root .Modal-module__tertiary.Modal-module__three-actions{margin:0 auto 0 0}}.LinkItem-module__root .LinkItem-module__item{font-family:var(--small-list-item-link-font-family);font-size:var(--small-list-item-link-font-size);font-weight:var(--small-list-item-link-font-weight);letter-spacing:var(--small-list-item-link-letter-spacing);line-height:var(--small-list-item-link-line-height);text-decoration:var(--small-list-item-link-text-decoration);text-transform:var(--small-list-item-link-text-transform);cursor:pointer;min-height:44px;width:100%;background-color:var(--color-navigation-background-default);display:flex;align-items:center;color:var(--color-navigation-list-item-text-simple-item-default);text-decoration:none;padding:12px 16px}@media (min-width: 1025px){.LinkItem-module__root .LinkItem-module__item{font-family:var(--large-list-item-link-font-family);font-size:var(--large-list-item-link-font-size);font-weight:var(--large-list-item-link-font-weight);letter-spacing:var(--large-list-item-link-letter-spacing);line-height:var(--large-list-item-link-line-height);text-decoration:var(--large-list-item-link-text-decoration);text-transform:var(--large-list-item-link-text-transform)}}.LinkItem-module__root .LinkItem-module__item.LinkItem-module__prominent{border-radius:var(--card-radius);border:1px solid var(--color-stroke-base);background-color:var(--color-navigation-list-item-background-prominent-default);padding:11px 15px}.LinkItem-module__root .LinkItem-module__item.LinkItem-module__prominent:not(:disabled):active{color:var(--color-navigation-text-pressed);background-color:var(--color-navigation-list-item-background-prominent-pressed)}.LinkItem-module__root .LinkItem-module__item.LinkItem-module__subdued.LinkItem-module__divider{border-bottom:1px solid var(--color-stroke-base);padding:12px 16px 11px}.LinkItem-module__root .LinkItem-module__item svg{width:var(--height-icon);height:var(--height-icon);margin-right:var(--button-tertiary-gap)}.LinkItem-module__root:not(.LinkItem-module__disabled) .LinkItem-module__item:hover{background-color:var(--color-navigation-background-hover);color:var(--color-navigation-text-hover)}@supports (contain: none){.LinkItem-module__root:not(.LinkItem-module__disabled) .LinkItem-module__item:focus-visible{outline:none;box-shadow:0 0 0 2px var(--color-accessibility-focus-inner-shadow),0 0 2px 4px var(--color-accessibility-focus-outer-shadow);background-color:var(--color-navigation-background-hover);color:var(--color-navigation-text-hover);box-shadow:0 0 0 2px var(--color-effect-focus-padding),var(--elevation-focusDefault)}}@supports (contain: none){.LinkItem-module__root:not(.LinkItem-module__disabled) .LinkItem-module__item:focus-within{outline:none;box-shadow:0 0 0 2px var(--color-accessibility-focus-inner-shadow),0 0 2px 4px var(--color-accessibility-focus-outer-shadow);background-color:var(--color-navigation-background-hover);color:var(--color-navigation-text-hover);box-shadow:0 0 0 2px var(--color-effect-focus-padding),var(--elevation-focusDefault)}}@supports not (contain: none){.LinkItem-module__root:not(.LinkItem-module__disabled) .LinkItem-module__item:focus{outline:none;box-shadow:0 0 0 2px var(--color-accessibility-focus-inner-shadow),0 0 2px 4px var(--color-accessibility-focus-outer-shadow);background-color:var(--color-navigation-background-hover);color:var(--color-navigation-text-hover);box-shadow:0 0 0 2px var(--color-effect-focus-padding),var(--elevation-focusDefault)}}.LinkItem-module__root:not(.LinkItem-module__disabled) .LinkItem-module__item:active{color:var(--color-navigation-text-pressed);background-color:var(--color-navigation-background-pressed)}.LinkItem-module__root.LinkItem-module__disabled{cursor:not-allowed}.LinkItem-module__root.LinkItem-module__disabled .LinkItem-module__item{color:var(--color-text-disabled);pointer-events:none}.SubduedNavItem-module__root{border:none;text-decoration:none;background-color:var(--color-navigation-background-default);cursor:pointer;display:flex;flex-direction:column;gap:var(--navigation-list-item-gap-icon);width:100%;padding:16px}.SubduedNavItem-module__root.SubduedNavItem-module__divider{padding-bottom:15px;border-bottom:1px solid var(--color-stroke-base)}.SubduedNavItem-module__root .SubduedNavItem-module__header-container{display:flex;flex-direction:row;color:var(--color-text-base)}.SubduedNavItem-module__root .SubduedNavItem-module__header-container .SubduedNavItem-module__label-container{display:flex;flex-direction:column;gap:var(--smallExtra3X);text-align:left}.SubduedNavItem-module__root .SubduedNavItem-module__header-container .SubduedNavItem-module__label-container .SubduedNavItem-module__label{font-family:var(--small-list-item-label-font-family);font-size:var(--small-list-item-label-font-size);font-weight:var(--small-list-item-label-font-weight);letter-spacing:var(--small-list-item-label-letter-spacing);line-height:var(--small-list-item-label-line-height);text-decoration:var(--small-list-item-label-text-decoration);text-transform:var(--small-list-item-label-text-transform);margin:0}@media (min-width: 1025px){.SubduedNavItem-module__root .SubduedNavItem-module__header-container .SubduedNavItem-module__label-container .SubduedNavItem-module__label{font-family:var(--large-list-item-label-font-family);font-size:var(--large-list-item-label-font-size);font-weight:var(--large-list-item-label-font-weight);letter-spacing:var(--large-list-item-label-letter-spacing);line-height:var(--large-list-item-label-line-height);text-decoration:var(--large-list-item-label-text-decoration);text-transform:var(--large-list-item-label-text-transform)}}.SubduedNavItem-module__root .SubduedNavItem-module__header-container .SubduedNavItem-module__label-container .SubduedNavItem-module__eyebrow{font-family:var(--small-heading-eyebrow-font-family);font-size:var(--small-heading-eyebrow-font-size);font-weight:var(--small-heading-eyebrow-font-weight);letter-spacing:var(--small-heading-eyebrow-letter-spacing);line-height:var(--small-heading-eyebrow-line-height);text-decoration:var(--small-heading-eyebrow-text-decoration);text-transform:var(--small-heading-eyebrow-text-transform);color:var(--color-text-subdued)}@media (min-width: 1025px){.SubduedNavItem-module__root .SubduedNavItem-module__header-container .SubduedNavItem-module__label-container .SubduedNavItem-module__eyebrow{font-family:var(--large-heading-eyebrow-font-family);font-size:var(--large-heading-eyebrow-font-size);font-weight:var(--large-heading-eyebrow-font-weight);letter-spacing:var(--large-heading-eyebrow-letter-spacing);line-height:var(--large-heading-eyebrow-line-height);text-decoration:var(--large-heading-eyebrow-text-decoration);text-transform:var(--large-heading-eyebrow-text-transform)}}.SubduedNavItem-module__root .SubduedNavItem-module__header-container .SubduedNavItem-module__image{flex-shrink:0;fill:var(--color-icon-base);width:16px;height:16px;align-self:center;margin-right:12px}.SubduedNavItem-module__root .SubduedNavItem-module__content-container{display:flex;flex-direction:column;gap:var(--navigation-list-item-gap-text);text-align:left}.SubduedNavItem-module__root .SubduedNavItem-module__content-container .SubduedNavItem-module__description{font-family:var(--small-list-item-description-font-family);font-size:var(--small-list-item-description-font-size);font-weight:var(--small-list-item-description-font-weight);letter-spacing:var(--small-list-item-description-letter-spacing);line-height:var(--small-list-item-description-line-height);text-decoration:var(--small-list-item-description-text-decoration);text-transform:var(--small-list-item-description-text-transform);color:var(--color-text-base)}@media (min-width: 1025px){.SubduedNavItem-module__root .SubduedNavItem-module__content-container .SubduedNavItem-module__description{font-family:var(--large-list-item-description-font-family);font-size:var(--large-list-item-description-font-size);font-weight:var(--large-list-item-description-font-weight);letter-spacing:var(--large-list-item-description-letter-spacing);line-height:var(--large-list-item-description-line-height);text-decoration:var(--large-list-item-description-text-decoration);text-transform:var(--large-list-item-description-text-transform)}}.SubduedNavItem-module__root .SubduedNavItem-module__content-container .SubduedNavItem-module__metadata{font-family:var(--small-small-default-font-family);font-size:var(--small-small-default-font-size);font-weight:var(--small-small-default-font-weight);letter-spacing:var(--small-small-default-letter-spacing);line-height:var(--small-small-default-line-height);text-decoration:var(--small-small-default-text-decoration);text-transform:var(--small-small-default-text-transform);color:var(--color-text-subdued)}@media (min-width: 1025px){.SubduedNavItem-module__root .SubduedNavItem-module__content-container .SubduedNavItem-module__metadata{font-family:var(--large-small-default-font-family);font-size:var(--large-small-default-font-size);font-weight:var(--large-small-default-font-weight);letter-spacing:var(--large-small-default-letter-spacing);line-height:var(--large-small-default-line-height);text-decoration:var(--large-small-default-text-decoration);text-transform:var(--large-small-default-text-transform)}}.SubduedNavItem-module__root:not(:disabled):not(.SubduedNavItem-module__disabled):hover{background-color:var(--color-navigation-background-hover)}.SubduedNavItem-module__root:not(:disabled):not(.SubduedNavItem-module__disabled):hover .SubduedNavItem-module__description,.SubduedNavItem-module__root:not(:disabled):not(.SubduedNavItem-module__disabled):hover .SubduedNavItem-module__eyebrow,.SubduedNavItem-module__root:not(:disabled):not(.SubduedNavItem-module__disabled):hover .SubduedNavItem-module__label,.SubduedNavItem-module__root:not(:disabled):not(.SubduedNavItem-module__disabled):hover .SubduedNavItem-module__metadata{color:var(--color-navigation-text-hover)}.SubduedNavItem-module__root:not(:disabled):not(.SubduedNavItem-module__disabled):hover .SubduedNavItem-module__image{fill:var(--color-navigation-icon-hover)}@supports (contain: none){.SubduedNavItem-module__root:not(:disabled):not(.SubduedNavItem-module__disabled):focus-visible{outline:none;box-shadow:0 0 0 2px var(--color-accessibility-focus-inner-shadow),0 0 2px 4px var(--color-accessibility-focus-outer-shadow);background-color:var(--color-navigation-background-hover);border-radius:var(--radius-medium);box-shadow:0 0 0 2px var(--color-effect-focus-padding),var(--elevation-focusDefault)}.SubduedNavItem-module__root:not(:disabled):not(.SubduedNavItem-module__disabled):focus-visible .SubduedNavItem-module__description,.SubduedNavItem-module__root:not(:disabled):not(.SubduedNavItem-module__disabled):focus-visible .SubduedNavItem-module__eyebrow,.SubduedNavItem-module__root:not(:disabled):not(.SubduedNavItem-module__disabled):focus-visible .SubduedNavItem-module__label,.SubduedNavItem-module__root:not(:disabled):not(.SubduedNavItem-module__disabled):focus-visible .SubduedNavItem-module__metadata{color:var(--color-navigation-text-hover)}.SubduedNavItem-module__root:not(:disabled):not(.SubduedNavItem-module__disabled):focus-visible .SubduedNavItem-module__image{fill:var(--color-navigation-icon-hover)}}@supports (contain: none){.SubduedNavItem-module__root:not(:disabled):not(.SubduedNavItem-module__disabled):focus-within{outline:none;box-shadow:0 0 0 2px var(--color-accessibility-focus-inner-shadow),0 0 2px 4px var(--color-accessibility-focus-outer-shadow);background-color:var(--color-navigation-background-hover);border-radius:var(--radius-medium);box-shadow:0 0 0 2px var(--color-effect-focus-padding),var(--elevation-focusDefault)}.SubduedNavItem-module__root:not(:disabled):not(.SubduedNavItem-module__disabled):focus-within .SubduedNavItem-module__description,.SubduedNavItem-module__root:not(:disabled):not(.SubduedNavItem-module__disabled):focus-within .SubduedNavItem-module__eyebrow,.SubduedNavItem-module__root:not(:disabled):not(.SubduedNavItem-module__disabled):focus-within .SubduedNavItem-module__label,.SubduedNavItem-module__root:not(:disabled):not(.SubduedNavItem-module__disabled):focus-within .SubduedNavItem-module__metadata{color:var(--color-navigation-text-hover)}.SubduedNavItem-module__root:not(:disabled):not(.SubduedNavItem-module__disabled):focus-within .SubduedNavItem-module__image{fill:var(--color-navigation-icon-hover)}}@supports not (contain: none){.SubduedNavItem-module__root:not(:disabled):not(.SubduedNavItem-module__disabled):focus{outline:none;box-shadow:0 0 0 2px var(--color-accessibility-focus-inner-shadow),0 0 2px 4px var(--color-accessibility-focus-outer-shadow);background-color:var(--color-navigation-background-hover);border-radius:var(--radius-medium);box-shadow:0 0 0 2px var(--color-effect-focus-padding),var(--elevation-focusDefault)}.SubduedNavItem-module__root:not(:disabled):not(.SubduedNavItem-module__disabled):focus .SubduedNavItem-module__description,.SubduedNavItem-module__root:not(:disabled):not(.SubduedNavItem-module__disabled):focus .SubduedNavItem-module__eyebrow,.SubduedNavItem-module__root:not(:disabled):not(.SubduedNavItem-module__disabled):focus .SubduedNavItem-module__label,.SubduedNavItem-module__root:not(:disabled):not(.SubduedNavItem-module__disabled):focus .SubduedNavItem-module__metadata{color:var(--color-navigation-text-hover)}.SubduedNavItem-module__root:not(:disabled):not(.SubduedNavItem-module__disabled):focus .SubduedNavItem-module__image{fill:var(--color-navigation-icon-hover)}}.SubduedNavItem-module__root:not(:disabled):not(.SubduedNavItem-module__disabled):active{background-color:var(--color-navigation-background-pressed)}.SubduedNavItem-module__root:not(:disabled):not(.SubduedNavItem-module__disabled):active .SubduedNavItem-module__description,.SubduedNavItem-module__root:not(:disabled):not(.SubduedNavItem-module__disabled):active .SubduedNavItem-module__eyebrow,.SubduedNavItem-module__root:not(:disabled):not(.SubduedNavItem-module__disabled):active .SubduedNavItem-module__label,.SubduedNavItem-module__root:not(:disabled):not(.SubduedNavItem-module__disabled):active .SubduedNavItem-module__metadata{color:var(--color-navigation-text-pressed)}.SubduedNavItem-module__root:not(:disabled):not(.SubduedNavItem-module__disabled):active .SubduedNavItem-module__image{fill:var(--color-navigation-icon-pressed)}.SubduedNavItem-module__root.SubduedNavItem-module__disabled,.SubduedNavItem-module__root:disabled{cursor:not-allowed}.SubduedNavItem-module__root.SubduedNavItem-module__disabled .SubduedNavItem-module__description,.SubduedNavItem-module__root.SubduedNavItem-module__disabled .SubduedNavItem-module__eyebrow,.SubduedNavItem-module__root.SubduedNavItem-module__disabled .SubduedNavItem-module__label,.SubduedNavItem-module__root.SubduedNavItem-module__disabled .SubduedNavItem-module__metadata,.SubduedNavItem-module__root:disabled .SubduedNavItem-module__description,.SubduedNavItem-module__root:disabled .SubduedNavItem-module__eyebrow,.SubduedNavItem-module__root:disabled .SubduedNavItem-module__label,.SubduedNavItem-module__root:disabled .SubduedNavItem-module__metadata{color:var(--color-navigation-text-disabled)}.SubduedNavItem-module__root.SubduedNavItem-module__disabled .SubduedNavItem-module__image,.SubduedNavItem-module__root:disabled .SubduedNavItem-module__image{fill:var(--color-icon-disabled)}.ProminentNavItem-module__root{display:block;cursor:pointer;text-decoration:none;background-color:var(--color-navigation-list-item-background-prominent-default);border:1px solid var(--color-stroke-base);border-radius:var(--card-radius);padding:15px;width:100%}.ProminentNavItem-module__root .ProminentNavItem-module__root-container{display:flex;flex-direction:row}.ProminentNavItem-module__root .ProminentNavItem-module__root-container .ProminentNavItem-module__image-container{flex-shrink:0}.ProminentNavItem-module__root .ProminentNavItem-module__root-container .ProminentNavItem-module__image-container .ProminentNavItem-module__custom-image{width:var(--navigation-list-item-height-spot);height:var(--navigation-list-item-height-spot)}.ProminentNavItem-module__root .ProminentNavItem-module__root-container .ProminentNavItem-module__image-container.ProminentNavItem-module__spot-icon{width:var(--navigation-list-item-height-spot);height:var(--navigation-list-item-height-spot);margin-right:var(--navigation-list-item-gap-art)}.ProminentNavItem-module__root .ProminentNavItem-module__root-container .ProminentNavItem-module__image-container.ProminentNavItem-module__spot-icon img{border-radius:var(--radius-large)}.ProminentNavItem-module__root .ProminentNavItem-module__root-container .ProminentNavItem-module__image-container.ProminentNavItem-module__icon,.ProminentNavItem-module__root .ProminentNavItem-module__root-container .ProminentNavItem-module__image-container.ProminentNavItem-module__icon-completed-without-graphics{display:flex;align-items:center;justify-content:center;width:var(--navigation-list-item-height-graphic-icon);height:var(--navigation-list-item-height-graphic-icon);margin-right:var(--navigation-list-item-gap);background-color:var(--color-navigation-list-item-background-graphic-icon-default);border-radius:var(--radius-large)}.ProminentNavItem-module__root .ProminentNavItem-module__root-container .ProminentNavItem-module__image-container.ProminentNavItem-module__icon-completed-without-graphics svg,.ProminentNavItem-module__root .ProminentNavItem-module__root-container .ProminentNavItem-module__image-container.ProminentNavItem-module__icon svg{width:var(--height-icon);height:var(--height-icon);fill:var(--color-navigation-list-item-icon-graphic-icon-default)}.ProminentNavItem-module__root .ProminentNavItem-module__root-container .ProminentNavItem-module__content-container{display:flex;flex-direction:column;justify-content:center;gap:var(--navigation-list-item-gap-text);text-align:left}.ProminentNavItem-module__root .ProminentNavItem-module__root-container .ProminentNavItem-module__content-container .ProminentNavItem-module__header-content{display:flex;flex-direction:column;gap:var(--navigation-list-item-gap-eyebrow)}.ProminentNavItem-module__root .ProminentNavItem-module__root-container .ProminentNavItem-module__content-container .ProminentNavItem-module__header-content .ProminentNavItem-module__eyebrow{font-family:var(--small-heading-eyebrow-font-family);font-size:var(--small-heading-eyebrow-font-size);font-weight:var(--small-heading-eyebrow-font-weight);letter-spacing:var(--small-heading-eyebrow-letter-spacing);line-height:var(--small-heading-eyebrow-line-height);text-decoration:var(--small-heading-eyebrow-text-decoration);text-transform:var(--small-heading-eyebrow-text-transform);color:var(--color-text-subdued)}@media (min-width: 1025px){.ProminentNavItem-module__root .ProminentNavItem-module__root-container .ProminentNavItem-module__content-container .ProminentNavItem-module__header-content .ProminentNavItem-module__eyebrow{font-family:var(--large-heading-eyebrow-font-family);font-size:var(--large-heading-eyebrow-font-size);font-weight:var(--large-heading-eyebrow-font-weight);letter-spacing:var(--large-heading-eyebrow-letter-spacing);line-height:var(--large-heading-eyebrow-line-height);text-decoration:var(--large-heading-eyebrow-text-decoration);text-transform:var(--large-heading-eyebrow-text-transform)}}.ProminentNavItem-module__root .ProminentNavItem-module__root-container .ProminentNavItem-module__content-container .ProminentNavItem-module__header-content .ProminentNavItem-module__label{font-family:var(--small-list-item-label-font-family);font-size:var(--small-list-item-label-font-size);font-weight:var(--small-list-item-label-font-weight);letter-spacing:var(--small-list-item-label-letter-spacing);line-height:var(--small-list-item-label-line-height);text-decoration:var(--small-list-item-label-text-decoration);text-transform:var(--small-list-item-label-text-transform);color:var(--color-text-base);margin:0}@media (min-width: 1025px){.ProminentNavItem-module__root .ProminentNavItem-module__root-container .ProminentNavItem-module__content-container .ProminentNavItem-module__header-content .ProminentNavItem-module__label{font-family:var(--large-list-item-label-font-family);font-size:var(--large-list-item-label-font-size);font-weight:var(--large-list-item-label-font-weight);letter-spacing:var(--large-list-item-label-letter-spacing);line-height:var(--large-list-item-label-line-height);text-decoration:var(--large-list-item-label-text-decoration);text-transform:var(--large-list-item-label-text-transform)}}.ProminentNavItem-module__root .ProminentNavItem-module__custom-content-container{display:flex;flex-direction:column;align-items:start;gap:var(--navigation-list-item-gap-text);margin-top:var(--navigation-list-item-gap-art)}.ProminentNavItem-module__root .ProminentNavItem-module__custom-content-container .ProminentNavItem-module__custom-content{line-height:normal}.ProminentNavItem-module__root .ProminentNavItem-module__content{font-family:var(--small-list-item-description-font-family);font-size:var(--small-list-item-description-font-size);font-weight:var(--small-list-item-description-font-weight);letter-spacing:var(--small-list-item-description-letter-spacing);line-height:var(--small-list-item-description-line-height);text-decoration:var(--small-list-item-description-text-decoration);text-transform:var(--small-list-item-description-text-transform);color:var(--color-text-base)}@media (min-width: 1025px){.ProminentNavItem-module__root .ProminentNavItem-module__content{font-family:var(--large-list-item-description-font-family);font-size:var(--large-list-item-description-font-size);font-weight:var(--large-list-item-description-font-weight);letter-spacing:var(--large-list-item-description-letter-spacing);line-height:var(--large-list-item-description-line-height);text-decoration:var(--large-list-item-description-text-decoration);text-transform:var(--large-list-item-description-text-transform)}}.ProminentNavItem-module__root .ProminentNavItem-module__metadata{font-family:var(--small-list-item-metadata-font-family);font-size:var(--small-list-item-metadata-font-size);font-weight:var(--small-list-item-metadata-font-weight);letter-spacing:var(--small-list-item-metadata-letter-spacing);line-height:var(--small-list-item-metadata-line-height);text-decoration:var(--small-list-item-metadata-text-decoration);text-transform:var(--small-list-item-metadata-text-transform);color:var(--color-text-subdued)}@media (min-width: 1025px){.ProminentNavItem-module__root .ProminentNavItem-module__metadata{font-family:var(--large-list-item-metadata-font-family);font-size:var(--large-list-item-metadata-font-size);font-weight:var(--large-list-item-metadata-font-weight);letter-spacing:var(--large-list-item-metadata-letter-spacing);line-height:var(--large-list-item-metadata-line-height);text-decoration:var(--large-list-item-metadata-text-decoration);text-transform:var(--large-list-item-metadata-text-transform)}}.ProminentNavItem-module__root.ProminentNavItem-module__completed{background-color:var(--color-background-subdued)}.ProminentNavItem-module__root.ProminentNavItem-module__completed .ProminentNavItem-module__root-container .ProminentNavItem-module__image-container{background-color:var(--color-navigation-list-item-background-graphic-icon-success)}.ProminentNavItem-module__root.ProminentNavItem-module__completed .ProminentNavItem-module__root-container .ProminentNavItem-module__image-container.ProminentNavItem-module__icon-completed-without-graphics .ProminentNavItem-module__image-item,.ProminentNavItem-module__root.ProminentNavItem-module__completed .ProminentNavItem-module__root-container .ProminentNavItem-module__image-container.ProminentNavItem-module__icon .ProminentNavItem-module__image-item{height:var(--height-icon);width:var(--height-icon)}.ProminentNavItem-module__root.ProminentNavItem-module__completed .ProminentNavItem-module__root-container .ProminentNavItem-module__image-container.ProminentNavItem-module__without-graphic{height:var(--height-icon);width:var(--height-icon);margin-top:2px}.ProminentNavItem-module__root.ProminentNavItem-module__completed .ProminentNavItem-module__root-container .ProminentNavItem-module__image-container.ProminentNavItem-module__without-graphic .ProminentNavItem-module__image-item{height:8px;width:8px}.ProminentNavItem-module__root.ProminentNavItem-module__completed .ProminentNavItem-module__root-container .ProminentNavItem-module__image-container.ProminentNavItem-module__spot-icon{display:flex;align-items:center;justify-content:center;border-radius:var(--radius-large)}.ProminentNavItem-module__root.ProminentNavItem-module__completed .ProminentNavItem-module__root-container .ProminentNavItem-module__image-container.ProminentNavItem-module__spot-icon .ProminentNavItem-module__image-item{height:var(--navigation-list-item-height-graphic-icon);width:var(--navigation-list-item-height-graphic-icon);fill:var(--color-navigation-list-item-icon-graphic-icon-success)}.ProminentNavItem-module__root:not(:disabled):not(.ProminentNavItem-module__disabled):hover{background-color:var(--color-navigation-list-item-background-prominent-hover)}.ProminentNavItem-module__root:not(:disabled):not(.ProminentNavItem-module__disabled):hover .ProminentNavItem-module__custom-content-container .ProminentNavItem-module__metadata,.ProminentNavItem-module__root:not(:disabled):not(.ProminentNavItem-module__disabled):hover .ProminentNavItem-module__root-container .ProminentNavItem-module__content-container .ProminentNavItem-module__content,.ProminentNavItem-module__root:not(:disabled):not(.ProminentNavItem-module__disabled):hover .ProminentNavItem-module__root-container .ProminentNavItem-module__content-container .ProminentNavItem-module__header-content .ProminentNavItem-module__eyebrow,.ProminentNavItem-module__root:not(:disabled):not(.ProminentNavItem-module__disabled):hover .ProminentNavItem-module__root-container .ProminentNavItem-module__content-container .ProminentNavItem-module__header-content .ProminentNavItem-module__label,.ProminentNavItem-module__root:not(:disabled):not(.ProminentNavItem-module__disabled):hover .ProminentNavItem-module__root-container .ProminentNavItem-module__content-container .ProminentNavItem-module__metadata{color:var(--color-navigation-text-hover)}@supports (contain: none){.ProminentNavItem-module__root:not(:disabled):not(.ProminentNavItem-module__disabled):focus-visible{outline:none;box-shadow:0 0 0 2px var(--color-accessibility-focus-inner-shadow),0 0 2px 4px var(--color-accessibility-focus-outer-shadow);background-color:var(--color-navigation-list-item-background-prominent-hover);box-shadow:0 0 0 2px var(--color-effect-focus-padding),var(--elevation-focusDefault)}.ProminentNavItem-module__root:not(:disabled):not(.ProminentNavItem-module__disabled):focus-visible .ProminentNavItem-module__custom-content-container .ProminentNavItem-module__metadata,.ProminentNavItem-module__root:not(:disabled):not(.ProminentNavItem-module__disabled):focus-visible .ProminentNavItem-module__root-container .ProminentNavItem-module__content-container .ProminentNavItem-module__content,.ProminentNavItem-module__root:not(:disabled):not(.ProminentNavItem-module__disabled):focus-visible .ProminentNavItem-module__root-container .ProminentNavItem-module__content-container .ProminentNavItem-module__header-content .ProminentNavItem-module__eyebrow,.ProminentNavItem-module__root:not(:disabled):not(.ProminentNavItem-module__disabled):focus-visible .ProminentNavItem-module__root-container .ProminentNavItem-module__content-container .ProminentNavItem-module__header-content .ProminentNavItem-module__label,.ProminentNavItem-module__root:not(:disabled):not(.ProminentNavItem-module__disabled):focus-visible .ProminentNavItem-module__root-container .ProminentNavItem-module__content-container .ProminentNavItem-module__metadata{color:var(--color-navigation-text-hover)}}@supports (contain: none){.ProminentNavItem-module__root:not(:disabled):not(.ProminentNavItem-module__disabled):focus-within{outline:none;box-shadow:0 0 0 2px var(--color-accessibility-focus-inner-shadow),0 0 2px 4px var(--color-accessibility-focus-outer-shadow);background-color:var(--color-navigation-list-item-background-prominent-hover);box-shadow:0 0 0 2px var(--color-effect-focus-padding),var(--elevation-focusDefault)}.ProminentNavItem-module__root:not(:disabled):not(.ProminentNavItem-module__disabled):focus-within .ProminentNavItem-module__root-container .ProminentNavItem-module__content-container .ProminentNavItem-module__header-content .ProminentNavItem-module__eyebrow,.ProminentNavItem-module__root:not(:disabled):not(.ProminentNavItem-module__disabled):focus-within .ProminentNavItem-module__root-container .ProminentNavItem-module__content-container .ProminentNavItem-module__header-content .ProminentNavItem-module__label{color:var(--color-navigation-text-hover)}.ProminentNavItem-module__root:not(:disabled):not(.ProminentNavItem-module__disabled):focus-within .ProminentNavItem-module__root-container .ProminentNavItem-module__content-container .ProminentNavItem-module__content,.ProminentNavItem-module__root:not(:disabled):not(.ProminentNavItem-module__disabled):focus-within .ProminentNavItem-module__root-container .ProminentNavItem-module__content-container .ProminentNavItem-module__metadata{color:var(--color-navigation-text-hover)}.ProminentNavItem-module__root:not(:disabled):not(.ProminentNavItem-module__disabled):focus-within .ProminentNavItem-module__custom-content-container .ProminentNavItem-module__metadata{color:var(--color-navigation-text-hover)}}@supports not (contain: none){.ProminentNavItem-module__root:not(:disabled):not(.ProminentNavItem-module__disabled):focus{outline:none;box-shadow:0 0 0 2px var(--color-accessibility-focus-inner-shadow),0 0 2px 4px var(--color-accessibility-focus-outer-shadow);background-color:var(--color-navigation-list-item-background-prominent-hover);box-shadow:0 0 0 2px var(--color-effect-focus-padding),var(--elevation-focusDefault)}.ProminentNavItem-module__root:not(:disabled):not(.ProminentNavItem-module__disabled):focus .ProminentNavItem-module__custom-content-container .ProminentNavItem-module__metadata,.ProminentNavItem-module__root:not(:disabled):not(.ProminentNavItem-module__disabled):focus .ProminentNavItem-module__root-container .ProminentNavItem-module__content-container .ProminentNavItem-module__content,.ProminentNavItem-module__root:not(:disabled):not(.ProminentNavItem-module__disabled):focus .ProminentNavItem-module__root-container .ProminentNavItem-module__content-container .ProminentNavItem-module__header-content .ProminentNavItem-module__eyebrow,.ProminentNavItem-module__root:not(:disabled):not(.ProminentNavItem-module__disabled):focus .ProminentNavItem-module__root-container .ProminentNavItem-module__content-container .ProminentNavItem-module__header-content .ProminentNavItem-module__label,.ProminentNavItem-module__root:not(:disabled):not(.ProminentNavItem-module__disabled):focus .ProminentNavItem-module__root-container .ProminentNavItem-module__content-container .ProminentNavItem-module__metadata{color:var(--color-navigation-text-hover)}}.ProminentNavItem-module__root:not(:disabled):not(.ProminentNavItem-module__disabled):active{background-color:var(--color-navigation-list-item-background-prominent-pressed)}.ProminentNavItem-module__root:not(:disabled):not(.ProminentNavItem-module__disabled):active .ProminentNavItem-module__custom-content-container .ProminentNavItem-module__metadata,.ProminentNavItem-module__root:not(:disabled):not(.ProminentNavItem-module__disabled):active .ProminentNavItem-module__root-container .ProminentNavItem-module__content-container .ProminentNavItem-module__content,.ProminentNavItem-module__root:not(:disabled):not(.ProminentNavItem-module__disabled):active .ProminentNavItem-module__root-container .ProminentNavItem-module__content-container .ProminentNavItem-module__header-content .ProminentNavItem-module__eyebrow,.ProminentNavItem-module__root:not(:disabled):not(.ProminentNavItem-module__disabled):active .ProminentNavItem-module__root-container .ProminentNavItem-module__content-container .ProminentNavItem-module__header-content .ProminentNavItem-module__label,.ProminentNavItem-module__root:not(:disabled):not(.ProminentNavItem-module__disabled):active .ProminentNavItem-module__root-container .ProminentNavItem-module__content-container .ProminentNavItem-module__metadata{color:var(--color-navigation-text-pressed)}.ProminentNavItem-module__root.ProminentNavItem-module__disabled,.ProminentNavItem-module__root:disabled{cursor:not-allowed;background-color:var(--color-navigation-list-item-background-prominent-default)}.ProminentNavItem-module__root.ProminentNavItem-module__disabled .ProminentNavItem-module__custom-content-container .ProminentNavItem-module__metadata,.ProminentNavItem-module__root.ProminentNavItem-module__disabled .ProminentNavItem-module__root-container .ProminentNavItem-module__content-container .ProminentNavItem-module__content,.ProminentNavItem-module__root.ProminentNavItem-module__disabled .ProminentNavItem-module__root-container .ProminentNavItem-module__content-container .ProminentNavItem-module__header-content .ProminentNavItem-module__eyebrow,.ProminentNavItem-module__root.ProminentNavItem-module__disabled .ProminentNavItem-module__root-container .ProminentNavItem-module__content-container .ProminentNavItem-module__header-content .ProminentNavItem-module__label,.ProminentNavItem-module__root.ProminentNavItem-module__disabled .ProminentNavItem-module__root-container .ProminentNavItem-module__content-container .ProminentNavItem-module__metadata,.ProminentNavItem-module__root:disabled .ProminentNavItem-module__custom-content-container .ProminentNavItem-module__metadata,.ProminentNavItem-module__root:disabled .ProminentNavItem-module__root-container .ProminentNavItem-module__content-container .ProminentNavItem-module__content,.ProminentNavItem-module__root:disabled .ProminentNavItem-module__root-container .ProminentNavItem-module__content-container .ProminentNavItem-module__header-content .ProminentNavItem-module__eyebrow,.ProminentNavItem-module__root:disabled .ProminentNavItem-module__root-container .ProminentNavItem-module__content-container .ProminentNavItem-module__header-content .ProminentNavItem-module__label,.ProminentNavItem-module__root:disabled .ProminentNavItem-module__root-container .ProminentNavItem-module__content-container .ProminentNavItem-module__metadata{color:var(--color-navigation-text-disabled)}.NavigationList-module__root{padding:0;list-style-type:none;margin:0}.NavigationList-module__root li button[class^=ProminentNavItem-module]{margin-bottom:var(--small)}.NavigationList-module__root li:last-of-type button[class^=ProminentNavItem-module]{margin-bottom:var(--none)}.SpotIllustration-module__root .SpotIllustration-module__illustration.SpotIllustration-module__round{border-radius:var(--radius-large)}.SpotIllustration-module__root .SpotIllustration-module__illustration.SpotIllustration-module__fill{border-radius:none}.SpotIllustration-module__root .SpotIllustration-module__illustration.SpotIllustration-module__plum{background-color:#b4a4ee}.SpotIllustration-module__root .SpotIllustration-module__illustration.SpotIllustration-module__plum-subdued{background-color:#d6cbf6}.SpotIllustration-module__root .SpotIllustration-module__illustration.SpotIllustration-module__aqua{background-color:#69caea}.SpotIllustration-module__root .SpotIllustration-module__illustration.SpotIllustration-module__aqua-subdued{background-color:#a7dff2}.SpotIllustration-module__root .SpotIllustration-module__illustration.SpotIllustration-module__green{background-color:#6cc56d}.SpotIllustration-module__root .SpotIllustration-module__illustration.SpotIllustration-module__green-subdued{background-color:#c1e5c0}.SpotIllustration-module__root .SpotIllustration-module__illustration.SpotIllustration-module__berry{background-color:#ef73dc}.SpotIllustration-module__root .SpotIllustration-module__illustration.SpotIllustration-module__berry-subdued{background-color:#fbcff1}.SpotIllustration-module__root .SpotIllustration-module__illustration.SpotIllustration-module__neutral-0{background-color:#fff}.SpotIllustration-module__root .SpotIllustration-module__illustration.SpotIllustration-module__neutral-1{background-color:#f7f9f9}.SpotIllustration-module__root .SpotIllustration-module__illustration.SpotIllustration-module__neutral-2{background-color:#ebedec}.SpotIllustration-module__root .SpotIllustration-module__illustration.SpotIllustration-module__neutral-3{background-color:#dfe0df}.SpotIllustration-module__root .SpotIllustration-module__illustration.SpotIllustration-module__no-fill{background-color:transparent}.SpotIllustration-module__root .SpotIllustration-module__illustration.SpotIllustration-module__illustration-dark{display:none}[data-mode=dark] .SpotIllustration-module__root .SpotIllustration-module__illustration.SpotIllustration-module__plum{background-color:#858df8}[data-mode=dark] .SpotIllustration-module__root .SpotIllustration-module__illustration.SpotIllustration-module__plum-subdued{background-color:#bccffc}[data-mode=dark] .SpotIllustration-module__root .SpotIllustration-module__illustration.SpotIllustration-module__aqua{background-color:#6fd6f1}[data-mode=dark] .SpotIllustration-module__root .SpotIllustration-module__illustration.SpotIllustration-module__aqua-subdued{background-color:#b0e9f8}[data-mode=dark] .SpotIllustration-module__root .SpotIllustration-module__illustration.SpotIllustration-module__green{background-color:#6fd668}[data-mode=dark] .SpotIllustration-module__root .SpotIllustration-module__illustration.SpotIllustration-module__green-subdued{background-color:#cbf1bf}[data-mode=dark] .SpotIllustration-module__root .SpotIllustration-module__illustration.SpotIllustration-module__berry{background-color:#ef73dc}[data-mode=dark] .SpotIllustration-module__root .SpotIllustration-module__illustration.SpotIllustration-module__berry-subdued{background-color:#fbcff1}[data-mode=dark] .SpotIllustration-module__root .SpotIllustration-module__illustration.SpotIllustration-module__neutral-0{background-color:#121212}[data-mode=dark] .SpotIllustration-module__root .SpotIllustration-module__illustration.SpotIllustration-module__neutral-1{background-color:#2b2b2b}[data-mode=dark] .SpotIllustration-module__root .SpotIllustration-module__illustration.SpotIllustration-module__neutral-2{background-color:#4f4f4f}[data-mode=dark] .SpotIllustration-module__root .SpotIllustration-module__illustration.SpotIllustration-module__neutral-3{background-color:#737474}[data-mode=dark] .SpotIllustration-module__root .SpotIllustration-module__illustration.SpotIllustration-module__no-fill{background-color:transparent}[data-mode=dark] .SpotIllustration-module__root .SpotIllustration-module__illustration.SpotIllustration-module__illustration-light{display:none}[data-mode=dark] .SpotIllustration-module__root .SpotIllustration-module__illustration.SpotIllustration-module__illustration-dark{display:block}.PhoneInput-module__root .PhoneInput{display:flex;align-items:center}.PhoneInput-module__root .PhoneInput .PhoneInputInput{flex:1;min-width:0}.PhoneInput-module__root .PhoneInput .PhoneInputCountryIcon{display:flex;align-items:center;width:100%;height:100%;padding:0 36px 0 var(--space-1\.5);background-color:var(--color-neutral-background-variant);border:1px solid var(--color-neutral-stroke-form-border);border-radius:var(--radius-input)}.PhoneInput-module__root .PhoneInput .PhoneInputCountryIconImg{flex-shrink:0;width:24px;height:16px}.PhoneInput-module__root .PhoneInput .PhoneInputCountry{display:flex;align-self:stretch;align-items:center;position:relative;margin-right:var(--space-base)}.PhoneInput-module__root .PhoneInput .PhoneInputCountry svg{position:absolute;top:50%;transform:translateY(-50%);right:var(--space-1\.5);width:16px;height:16px;fill:var(--color-neutral-on-surface-subdued);pointer-events:none}.PhoneInput-module__root .PhoneInput .PhoneInputCountrySelect{position:absolute;top:0;left:0;height:100%;width:100%;border:0;opacity:0}.PhoneInput-module__readOnly .PhoneInput-module__root .PhoneInput .PhoneInputCountrySelect,.PhoneInput-module__root .PhoneInput .PhoneInputCountrySelect:disabled{cursor:not-allowed}.PhoneInput-module__readOnly .PhoneInput-module__root .PhoneInput .PhoneInputCountrySelect~.PhoneInputCountryIcon,.PhoneInput-module__root .PhoneInput .PhoneInputCountrySelect:disabled~.PhoneInputCountryIcon{color:var(--color-form-input-control-text-disabled);background-color:var(--color-form-input-control-background-disabled);border-color:var(--color-form-input-control-stroke-disabled);-webkit-text-fill-color:var(--color-form-input-control-stroke-disabled);opacity:1;cursor:not-allowed}.PhoneInput-module__readOnly .PhoneInput-module__root .PhoneInput .PhoneInputCountrySelect~.PhoneInputCountryIcon::placeholder,.PhoneInput-module__root .PhoneInput .PhoneInputCountrySelect:disabled~.PhoneInputCountryIcon::placeholder{color:var(--color-form-input-control-text-disabled)}.PhoneInput-module__readOnly .PhoneInput-module__root .PhoneInput .PhoneInputCountrySelect~svg,.PhoneInput-module__root .PhoneInput .PhoneInputCountrySelect:disabled~svg{fill:var(--color-neutral-on-surface-states-on-surface-disabled)}.PhoneInput-module__root .PhoneInput .PhoneInputCountrySelect:not(:disabled):focus~.PhoneInputCountryIcon,.PhoneInput-module__root .PhoneInput .PhoneInputCountrySelect:not(:disabled):hover~.PhoneInputCountryIcon{background-color:var(--color-neutral-background-variant);border:2px solid var(--color-interactive-secondary);padding:0 35px 0 calc(var(--space-1\.5) - 1px)}.PhoneInput-module__root .PhoneInput .PhoneInputCountrySelect:not(:disabled):focus~.PhoneInputCountryIcon{outline:none;box-shadow:0 0 0 2px var(--color-accessibility-focus-inner-shadow),0 0 2px 4px var(--color-accessibility-focus-outer-shadow);box-shadow:0 0 0 2px #fff,var(--elevation-focus)}.PhoneInput-module__readOnlySelect{pointer-events:none}.PhoneInput-module__root{margin-bottom:var(--large)}.PhoneInput-module__root .PhoneInput-module__control{position:relative}.PhoneInput-module__root .PhoneInput-module__helpNode{font-family:var(--small-small-default-font-family);font-size:var(--small-small-default-font-size);font-weight:var(--small-small-default-font-weight);letter-spacing:var(--small-small-default-letter-spacing);line-height:var(--small-small-default-line-height);text-decoration:var(--small-small-default-text-decoration);text-transform:var(--small-small-default-text-transform);margin-bottom:var(--form-input-control-gap);color:var(--color-form-input-label-text-helper)}@media (min-width: 1025px){.PhoneInput-module__root .PhoneInput-module__helpNode{font-family:var(--large-small-default-font-family);font-size:var(--large-small-default-font-size);font-weight:var(--large-small-default-font-weight);letter-spacing:var(--large-small-default-letter-spacing);line-height:var(--large-small-default-line-height);text-decoration:var(--large-small-default-text-decoration);text-transform:var(--large-small-default-text-transform)}}.PhoneInput-module__root.PhoneInput-module__withHelpNode .PhoneInput-module__label{margin-bottom:0}.PhoneInput-module__root.PhoneInput-module__isLoading .PhoneInput-module__item{padding-right:36px}.PhoneInput-module__root.PhoneInput-module__disabled .PhoneInput-module__icon svg{fill:var(--color-form-input-control-icon-disabled)}.PhoneInput-module__root.PhoneInput-module__containsError .PhoneInput-module__label{color:var(--color-form-input-label-text-label-error)}.PhoneInput-module__root.PhoneInput-module__containsError .PhoneInput-module__item,.PhoneInput-module__root.PhoneInput-module__containsError .PhoneInput-module__itemContainer.PhoneInput-module__with-units{color:var(--color-form-input-control-text-filled);background-color:var(--color-form-input-control-background-default);border-color:var(--color-form-input-control-stroke-error)}.PhoneInput-module__root.PhoneInput-module__containsWarning .PhoneInput-module__item,.PhoneInput-module__root.PhoneInput-module__containsWarning .PhoneInput-module__itemContainer.PhoneInput-module__with-units{color:var(--color-form-input-control-text-filled);background-color:var(--color-form-input-control-background-default);border-color:var(--color-form-input-control-stroke-warning)}.PhoneInput-module__root .PhoneInput-module__callingCode1{padding-left:34px}.PhoneInput-module__root .PhoneInput-module__callingCode1:not(:disabled):focus,.PhoneInput-module__root .PhoneInput-module__callingCode1:not(:disabled):hover{padding-left:33px}.PhoneInput-module__root .PhoneInput-module__callingCode2{padding-left:44px}.PhoneInput-module__root .PhoneInput-module__callingCode2:not(:disabled):focus,.PhoneInput-module__root .PhoneInput-module__callingCode2:not(:disabled):hover{padding-left:43px}.PhoneInput-module__root .PhoneInput-module__callingCode3{padding-left:54px}.PhoneInput-module__root .PhoneInput-module__callingCode3:not(:disabled):focus,.PhoneInput-module__root .PhoneInput-module__callingCode3:not(:disabled):hover{padding-left:53px}.PhoneInput-module__root .PhoneInput-module__callingCode4{padding-left:var(--space-8)}.PhoneInput-module__root .PhoneInput-module__callingCode4:not(:disabled):focus,.PhoneInput-module__root .PhoneInput-module__callingCode4:not(:disabled):hover{padding-left:calc(var(--space-8) - 1px)}.PhoneInput-module__root.PhoneInput-module__noCountrySelect .PhoneInputCountry{display:none}.PhoneInput-module__callingCode{position:absolute;top:50%;transform:translateY(-50%);font-family:var(--small-input-default-font-family);font-size:var(--small-input-default-font-size);font-weight:var(--small-input-default-font-weight);letter-spacing:var(--small-input-default-letter-spacing);line-height:var(--small-input-default-line-height);text-decoration:var(--small-input-default-text-decoration);text-transform:var(--small-input-default-text-transform);left:94px;color:var(--color-neutral-on-surface-placeholder);pointer-events:none}@media (min-width: 1025px){.PhoneInput-module__callingCode{font-family:var(--large-input-default-font-family);font-size:var(--large-input-default-font-size);font-weight:var(--large-input-default-font-weight);letter-spacing:var(--large-input-default-letter-spacing);line-height:var(--large-input-default-line-height);text-decoration:var(--large-input-default-text-decoration);text-transform:var(--large-input-default-text-transform)}}.PhoneInput-module__noCountrySelect .PhoneInput-module__callingCode{left:var(--space-1\.5)}.PhoneInput-module__disabled .PhoneInput-module__callingCode{color:var(--color-neutral-on-surface)}.Radio-module__root{margin-bottom:var(--large);position:relative}.Radio-module__root .Radio-module__control{position:relative}.Radio-module__root .Radio-module__helpNode{font-family:var(--small-small-default-font-family);font-size:var(--small-small-default-font-size);font-weight:var(--small-small-default-font-weight);letter-spacing:var(--small-small-default-letter-spacing);line-height:var(--small-small-default-line-height);text-decoration:var(--small-small-default-text-decoration);text-transform:var(--small-small-default-text-transform);margin-bottom:var(--form-input-control-gap);color:var(--color-form-input-label-text-helper)}@media (min-width: 1025px){.Radio-module__root .Radio-module__helpNode{font-family:var(--large-small-default-font-family);font-size:var(--large-small-default-font-size);font-weight:var(--large-small-default-font-weight);letter-spacing:var(--large-small-default-letter-spacing);line-height:var(--large-small-default-line-height);text-decoration:var(--large-small-default-text-decoration);text-transform:var(--large-small-default-text-transform)}}.Radio-module__root.Radio-module__withHelpNode .Radio-module__label{margin-bottom:0}.Radio-module__root.Radio-module__isLoading .Radio-module__item{padding-right:36px}.Radio-module__root.Radio-module__disabled .Radio-module__icon svg{fill:var(--color-form-input-control-icon-disabled)}.Radio-module__root.Radio-module__containsError .Radio-module__label{color:var(--color-form-input-label-text-label-error)}.Radio-module__root.Radio-module__containsError .Radio-module__item,.Radio-module__root.Radio-module__containsError .Radio-module__itemContainer.Radio-module__with-units{color:var(--color-form-input-control-text-filled);background-color:var(--color-form-input-control-background-default);border-color:var(--color-form-input-control-stroke-error)}.Radio-module__root.Radio-module__containsWarning .Radio-module__item,.Radio-module__root.Radio-module__containsWarning .Radio-module__itemContainer.Radio-module__with-units{color:var(--color-form-input-control-text-filled);background-color:var(--color-form-input-control-background-default);border-color:var(--color-form-input-control-stroke-warning)}.Radio-module__root .Radio-module__item{position:absolute;width:var(--form-input-radio-input-control-height);height:var(--form-input-radio-input-control-height);top:var(--smallExtra);left:var(--smallExtra2X);opacity:0;z-index:100;overflow:hidden;cursor:pointer}.Radio-module__root .Radio-module__item:checked~.Radio-module__selector{border-color:var(--color-form-input-control-radio-stroke-default-selected)}.Radio-module__root .Radio-module__item:checked~.Radio-module__selector:before{opacity:1;background-color:var(--color-form-input-control-radio-icon-selected)}.Radio-module__root .Radio-module__item:not([disabled]):focus~.Radio-module__selector,.Radio-module__root .Radio-module__item:not([disabled]):hover~.Radio-module__selector{border:2px solid var(--color-form-input-control-stroke-hover)}.Radio-module__root .Radio-module__item:not([disabled]):focus~.Radio-module__selector:before,.Radio-module__root .Radio-module__item:not([disabled]):hover~.Radio-module__selector:before{top:2px;left:2px}.Radio-module__root .Radio-module__item:not([disabled]):hover~.Radio-module__label{color:var(--color-form-input-control-text-hover)}.Radio-module__root .Radio-module__item:not([disabled]):focus~.Radio-module__label{outline:none;color:var(--color-form-input-control-text-hover);box-shadow:0 0 0 2px var(--color-effect-focus-padding),var(--elevation-focusDefault);border-radius:8px}.Radio-module__root .Radio-module__item:disabled{cursor:not-allowed}.Radio-module__root .Radio-module__item:disabled~.Radio-module__label{cursor:not-allowed;color:var(--color-form-input-control-text-disabled)}.Radio-module__root .Radio-module__item:disabled~.Radio-module__selector{border-color:var(--color-form-input-control-stroke-disabled);background-color:var(--color-form-input-control-background-disabled)}.Radio-module__root .Radio-module__item:disabled:checked~.Radio-module__selector{background-color:var(--color-form-input-control-background-disabled)}.Radio-module__root .Radio-module__item:disabled:checked~.Radio-module__selector:before{background-color:var(--color-form-input-control-radio-icon-disabled)}.Radio-module__root.Radio-module__readOnly .Radio-module__item{cursor:not-allowed}.Radio-module__root.Radio-module__readOnly .Radio-module__item~.Radio-module__label{cursor:not-allowed;color:var(--color-form-input-control-text-filled)}.Radio-module__root.Radio-module__readOnly .Radio-module__item:checked~.Radio-module__selector,.Radio-module__root.Radio-module__readOnly .Radio-module__item~.Radio-module__selector{border-color:var(--color-form-input-control-stroke-disabled);background-color:var(--color-form-input-control-background-view-only)}.Radio-module__root.Radio-module__readOnly .Radio-module__item:checked~.Radio-module__selector:before{background-color:var(--color-form-input-control-radio-icon-disabled)}.Radio-module__root .Radio-module__selector{position:absolute;width:var(--form-input-radio-input-control-height);height:var(--form-input-radio-input-control-height);top:var(--smallExtra);left:var(--smallExtra2X);background-color:var(--color-form-input-control-background-default);transition:background-color .3s,border-color .3s;pointer-events:none;border-radius:var(--radius-large);border:1px solid var(--color-form-input-control-stroke-default)}.Radio-module__root .Radio-module__selector:before{position:absolute;content:"";top:3px;left:3px;height:16px;width:16px;border-radius:var(--radius-large);opacity:0;transition:opacity .3s}.Radio-module__root .Radio-module__label{font-family:var(--small-input-default-font-family);font-size:var(--small-input-default-font-size);font-weight:var(--small-input-default-font-weight);letter-spacing:var(--small-input-default-letter-spacing);line-height:var(--small-input-default-line-height);text-decoration:var(--small-input-default-text-decoration);text-transform:var(--small-input-default-text-transform);position:relative;margin:0;padding:10px 0 10px 40px;color:var(--color-form-input-control-text-filled);cursor:pointer}@media (min-width: 1025px){.Radio-module__root .Radio-module__label{font-family:var(--large-input-default-font-family);font-size:var(--large-input-default-font-size);font-weight:var(--large-input-default-font-weight);letter-spacing:var(--large-input-default-letter-spacing);line-height:var(--large-input-default-line-height);text-decoration:var(--large-input-default-text-decoration);text-transform:var(--large-input-default-text-transform)}}.RangeSlider-module__root{position:relative;width:100%}.RangeSlider-module__root.RangeSlider-module__knobValue{top:var(--medium)}.RangeSlider-module__root .RangeSlider-module__headerContainer{margin-bottom:calc(var(--large)*2)}.RangeSlider-module__root .RangeSlider-module__inputLabel{font-family:var(--small-input-strong-font-family);font-size:var(--small-input-strong-font-size);font-weight:var(--small-input-strong-font-weight);letter-spacing:var(--small-input-strong-letter-spacing);line-height:var(--small-input-strong-line-height);text-decoration:var(--small-input-strong-text-decoration);text-transform:var(--small-input-strong-text-transform);color:var(--color-form-input-label-text-label-default)}@media (min-width: 1025px){.RangeSlider-module__root .RangeSlider-module__inputLabel{font-family:var(--large-input-strong-font-family);font-size:var(--large-input-strong-font-size);font-weight:var(--large-input-strong-font-weight);letter-spacing:var(--large-input-strong-letter-spacing);line-height:var(--large-input-strong-line-height);text-decoration:var(--large-input-strong-text-decoration);text-transform:var(--large-input-strong-text-transform)}}.RangeSlider-module__root .RangeSlider-module__helperText{font-family:var(--small-small-default-font-family);font-size:var(--small-small-default-font-size);font-weight:var(--small-small-default-font-weight);letter-spacing:var(--small-small-default-letter-spacing);line-height:var(--small-small-default-line-height);text-decoration:var(--small-small-default-text-decoration);text-transform:var(--small-small-default-text-transform);color:var(--color-form-input-label-text-helper)}@media (min-width: 1025px){.RangeSlider-module__root .RangeSlider-module__helperText{font-family:var(--large-small-default-font-family);font-size:var(--large-small-default-font-size);font-weight:var(--large-small-default-font-weight);letter-spacing:var(--large-small-default-letter-spacing);line-height:var(--large-small-default-line-height);text-decoration:var(--large-small-default-text-decoration);text-transform:var(--large-small-default-text-transform)}}.RangeSlider-module__root.RangeSlider-module__beforeFill .RangeSlider-module__track-0{background-color:var(--color-form-input-control-slider-background-track-active);border:none}.RangeSlider-module__root.RangeSlider-module__beforeFill .RangeSlider-module__isDisabled .RangeSlider-module__track-0{background-color:var(--color-form-input-control-slider-background-track-active-disabled);border:none}.RangeSlider-module__root.RangeSlider-module__afterFill .RangeSlider-module__track-1,.RangeSlider-module__root.RangeSlider-module__betweenFill .RangeSlider-module__track-1{background-color:var(--color-form-input-control-slider-background-track-active);border:none}.RangeSlider-module__root.RangeSlider-module__afterFill .RangeSlider-module__isDisabled .RangeSlider-module__track-1,.RangeSlider-module__root.RangeSlider-module__betweenFill .RangeSlider-module__isDisabled .RangeSlider-module__track-1{background-color:var(--color-form-input-control-slider-background-track-active-disabled);border:none}.RangeSlider-module__root .RangeSlider-module__currentValue{font-family:var(--small-input-strong-font-family);font-size:var(--small-input-strong-font-size);font-weight:var(--small-input-strong-font-weight);letter-spacing:var(--small-input-strong-letter-spacing);line-height:var(--small-input-strong-line-height);text-decoration:var(--small-input-strong-text-decoration);text-transform:var(--small-input-strong-text-transform);margin-bottom:var(--medium);color:var(--color-form-input-control-text-filled);text-align:center}@media (min-width: 1025px){.RangeSlider-module__root .RangeSlider-module__currentValue{font-family:var(--large-input-strong-font-family);font-size:var(--large-input-strong-font-size);font-weight:var(--large-input-strong-font-weight);letter-spacing:var(--large-input-strong-letter-spacing);line-height:var(--large-input-strong-line-height);text-decoration:var(--large-input-strong-text-decoration);text-transform:var(--large-input-strong-text-transform)}}.RangeSlider-module__root .RangeSlider-module__valueDisplay{font-family:var(--small-input-strong-font-family);font-size:var(--small-input-strong-font-size);font-weight:var(--small-input-strong-font-weight);letter-spacing:var(--small-input-strong-letter-spacing);line-height:var(--small-input-strong-line-height);text-decoration:var(--small-input-strong-text-decoration);text-transform:var(--small-input-strong-text-transform);position:relative;bottom:calc(var(--large) + 4px);width:max-content;left:50%;transform:translateX(-50%);color:var(--color-form-input-control-text-filled)}@media (min-width: 1025px){.RangeSlider-module__root .RangeSlider-module__valueDisplay{font-family:var(--large-input-strong-font-family);font-size:var(--large-input-strong-font-size);font-weight:var(--large-input-strong-font-weight);letter-spacing:var(--large-input-strong-letter-spacing);line-height:var(--large-input-strong-line-height);text-decoration:var(--large-input-strong-text-decoration);text-transform:var(--large-input-strong-text-transform)}}.RangeSlider-module__root .RangeSlider-module__container{width:100%;height:var(--height-xsmall)}@supports (contain: none){.RangeSlider-module__root .RangeSlider-module__container.RangeSlider-module__isEnabled .RangeSlider-module__handle:focus-visible{outline:none;box-shadow:0 0 0 2px var(--color-effect-focus-padding),var(--elevation-focusDefault);background-color:var(--color-form-input-control-slider-background-handle-hover);border:2px solid var(--color-form-input-control-slider-stroke-handle)}}@supports (contain: none){.RangeSlider-module__root .RangeSlider-module__container.RangeSlider-module__isEnabled .RangeSlider-module__handle:focus-within{outline:none;box-shadow:0 0 0 2px var(--color-effect-focus-padding),var(--elevation-focusDefault);background-color:var(--color-form-input-control-slider-background-handle-hover);border:2px solid var(--color-form-input-control-slider-stroke-handle)}}@supports not (contain: none){.RangeSlider-module__root .RangeSlider-module__container.RangeSlider-module__isEnabled .RangeSlider-module__handle:focus{outline:none;box-shadow:0 0 0 2px var(--color-effect-focus-padding),var(--elevation-focusDefault);background-color:var(--color-form-input-control-slider-background-handle-hover);border:2px solid var(--color-form-input-control-slider-stroke-handle)}}.RangeSlider-module__root .RangeSlider-module__container.RangeSlider-module__isEnabled .RangeSlider-module__handle:hover{background-color:var(--color-form-input-control-slider-background-handle-hover);border:2px solid var(--color-form-input-control-slider-stroke-handle)}.RangeSlider-module__root .RangeSlider-module__container.RangeSlider-module__isEnabled .RangeSlider-module__handle:active{width:var(--form-input-slider-handle-height-pressed);height:var(--form-input-slider-handle-height-pressed);top:-4px;background-color:var(--color-form-input-control-slider-background-handle-hover)}.RangeSlider-module__root .RangeSlider-module__container.RangeSlider-module__isDisabled .RangeSlider-module__handle{background-color:var(--color-form-input-control-slider-background-handle-disabled);cursor:not-allowed}.RangeSlider-module__root .RangeSlider-module__track{position:absolute;top:var(--smallExtra);left:0;height:var(--form-input-slider-track-height-base);background-color:var(--color-form-input-control-slider-background-track-base);border:1px solid var(--color-form-input-control-stroke-default);border-radius:var(--radius-large)}.RangeSlider-module__root .RangeSlider-module__handle{width:var(--height-xsmall);height:var(--height-xsmall);background-color:var(--color-interactive-secondary);border:2px solid var(--color-form-input-control-slider-stroke-handle);border-radius:var(--radius-large);cursor:pointer}.RangeSlider-module__root .RangeSlider-module__labels{font-family:var(--small-input-default-font-family);font-size:var(--small-input-default-font-size);font-weight:var(--small-input-default-font-weight);letter-spacing:var(--small-input-default-letter-spacing);line-height:var(--small-input-default-line-height);text-decoration:var(--small-input-default-text-decoration);text-transform:var(--small-input-default-text-transform);display:flex;justify-content:space-between;margin-top:var(--smallExtra);color:var(--color-form-input-label-text-helper)}@media (min-width: 1025px){.RangeSlider-module__root .RangeSlider-module__labels{font-family:var(--large-input-default-font-family);font-size:var(--large-input-default-font-size);font-weight:var(--large-input-default-font-weight);letter-spacing:var(--large-input-default-letter-spacing);line-height:var(--large-input-default-line-height);text-decoration:var(--large-input-default-text-decoration);text-transform:var(--large-input-default-text-transform)}}.SelectionCard-module__root{width:440px;height:auto;background-color:var(--color-form-input-control-background-default);border-radius:var(--form-input-control-radius)}@media (max-width: 480px){.SelectionCard-module__root{width:320px}}.SelectionCard-module__root.SelectionCard-module__disabled{background-color:var(--color-form-input-control-background-disabled)}.SelectionCard-module__selection-root{margin-bottom:0;position:relative}.SelectionCard-module__selection-root .SelectionCard-module__control{position:relative}.SelectionCard-module__selection-root .SelectionCard-module__helpNode{font-family:var(--small-small-default-font-family);font-size:var(--small-small-default-font-size);font-weight:var(--small-small-default-font-weight);letter-spacing:var(--small-small-default-letter-spacing);line-height:var(--small-small-default-line-height);text-decoration:var(--small-small-default-text-decoration);text-transform:var(--small-small-default-text-transform);margin-bottom:var(--form-input-control-gap);color:var(--color-form-input-label-text-helper)}@media (min-width: 1025px){.SelectionCard-module__selection-root .SelectionCard-module__helpNode{font-family:var(--large-small-default-font-family);font-size:var(--large-small-default-font-size);font-weight:var(--large-small-default-font-weight);letter-spacing:var(--large-small-default-letter-spacing);line-height:var(--large-small-default-line-height);text-decoration:var(--large-small-default-text-decoration);text-transform:var(--large-small-default-text-transform)}}.SelectionCard-module__selection-root.SelectionCard-module__withHelpNode .SelectionCard-module__label{margin-bottom:0}.SelectionCard-module__selection-root.SelectionCard-module__isLoading .SelectionCard-module__item{padding-right:36px}.SelectionCard-module__selection-root.SelectionCard-module__disabled .SelectionCard-module__icon svg{fill:var(--color-form-input-control-icon-disabled)}.SelectionCard-module__selection-root.SelectionCard-module__containsError .SelectionCard-module__label{color:var(--color-form-input-label-text-label-error)}.SelectionCard-module__selection-root.SelectionCard-module__containsError .SelectionCard-module__item,.SelectionCard-module__selection-root.SelectionCard-module__containsError .SelectionCard-module__itemContainer.SelectionCard-module__with-units{color:var(--color-form-input-control-text-filled);background-color:var(--color-form-input-control-background-default);border-color:var(--color-form-input-control-stroke-error)}.SelectionCard-module__selection-root.SelectionCard-module__containsWarning .SelectionCard-module__item,.SelectionCard-module__selection-root.SelectionCard-module__containsWarning .SelectionCard-module__itemContainer.SelectionCard-module__with-units{color:var(--color-form-input-control-text-filled);background-color:var(--color-form-input-control-background-default);border-color:var(--color-form-input-control-stroke-warning)}.SelectionCard-module__content-container{width:90%}.SelectionCard-module__content{font-family:var(--small-small-default-font-family);font-size:var(--small-small-default-font-size);font-weight:var(--small-small-default-font-weight);letter-spacing:var(--small-small-default-letter-spacing);line-height:var(--small-small-default-line-height);text-decoration:var(--small-small-default-text-decoration);text-transform:var(--small-small-default-text-transform);color:var(--color-form-input-label-text-label-default)}@media (min-width: 1025px){.SelectionCard-module__content{font-family:var(--large-small-default-font-family);font-size:var(--large-small-default-font-size);font-weight:var(--large-small-default-font-weight);letter-spacing:var(--large-small-default-letter-spacing);line-height:var(--large-small-default-line-height);text-decoration:var(--large-small-default-text-decoration);text-transform:var(--large-small-default-text-transform)}}.SelectionCard-module__checkbox,.SelectionCard-module__radioButton{align-self:center}.SelectionCard-module__error-msg{margin:var(--form-input-gap) 0 0}.SelectionCard-module__checkbox-item{position:absolute;width:var(--form-input-checkbox-input-control-height);height:var(--form-input-checkbox-input-control-height);top:33px;right:var(--large);opacity:0;z-index:100;overflow:hidden;cursor:pointer}.SelectionCard-module__containsError .SelectionCard-module__checkbox-item:not([disabled])~.SelectionCard-module__checkbox-label,.SelectionCard-module__containsError .SelectionCard-module__checkbox-item:not([disabled])~.SelectionCard-module__checkbox-selector{border-color:var(--color-form-input-control-stroke-error)}.SelectionCard-module__containsError .SelectionCard-module__checkbox-item:not([disabled]):checked~.SelectionCard-module__checkbox-selector{background-color:var(--color-form-input-control-checkbox-background-error-selected);border-color:var(--color-form-input-control-checkbox-background-error-selected)}.SelectionCard-module__containsError .SelectionCard-module__checkbox-item:not([disabled]):checked~.SelectionCard-module__checkbox-label{border:2px solid var(--color-form-input-control-stroke-error)}.SelectionCard-module__checkbox-item:not([disabled]):checked~.SelectionCard-module__checkbox-icon{opacity:1}.SelectionCard-module__checkbox-item:not([disabled]):checked~.SelectionCard-module__checkbox-selector{background-color:var(--color-form-input-control-checkbox-background-selected);border:none}.SelectionCard-module__checkbox-item:not([disabled]):checked~.SelectionCard-module__checkbox-label{border:2px solid var(--color-form-input-control-radio-stroke-default-selected);padding:calc(var(--card-padding) - 1px)}.SelectionCard-module__checkbox-item:not([disabled]):focus:checked~.SelectionCard-module__checkbox-label,.SelectionCard-module__checkbox-item:not([disabled]):focus:checked~.SelectionCard-module__checkbox-selector,.SelectionCard-module__checkbox-item:not([disabled]):focus~.SelectionCard-module__checkbox-label,.SelectionCard-module__checkbox-item:not([disabled]):focus~.SelectionCard-module__checkbox-selector,.SelectionCard-module__checkbox-item:not([disabled]):hover:checked~.SelectionCard-module__checkbox-label,.SelectionCard-module__checkbox-item:not([disabled]):hover:checked~.SelectionCard-module__checkbox-selector,.SelectionCard-module__checkbox-item:not([disabled]):hover~.SelectionCard-module__checkbox-label,.SelectionCard-module__checkbox-item:not([disabled]):hover~.SelectionCard-module__checkbox-selector{border:2px solid var(--color-form-input-control-stroke-hover)}.SelectionCard-module__checkbox-item:not([disabled]):focus:checked~.SelectionCard-module__checkbox-label,.SelectionCard-module__checkbox-item:not([disabled]):focus~.SelectionCard-module__checkbox-label,.SelectionCard-module__checkbox-item:not([disabled]):hover:checked~.SelectionCard-module__checkbox-label,.SelectionCard-module__checkbox-item:not([disabled]):hover~.SelectionCard-module__checkbox-label{padding:calc(var(--card-padding) - 1px)}.SelectionCard-module__checkbox-item:not([disabled]):focus:checked~.SelectionCard-module__checkbox-label .SelectionCard-module__content,.SelectionCard-module__checkbox-item:not([disabled]):focus:checked~.SelectionCard-module__checkbox-label .SelectionCard-module__title,.SelectionCard-module__checkbox-item:not([disabled]):focus~.SelectionCard-module__checkbox-label .SelectionCard-module__content,.SelectionCard-module__checkbox-item:not([disabled]):focus~.SelectionCard-module__checkbox-label .SelectionCard-module__title,.SelectionCard-module__checkbox-item:not([disabled]):hover:checked~.SelectionCard-module__checkbox-label .SelectionCard-module__content,.SelectionCard-module__checkbox-item:not([disabled]):hover:checked~.SelectionCard-module__checkbox-label .SelectionCard-module__title,.SelectionCard-module__checkbox-item:not([disabled]):hover~.SelectionCard-module__checkbox-label .SelectionCard-module__content,.SelectionCard-module__checkbox-item:not([disabled]):hover~.SelectionCard-module__checkbox-label .SelectionCard-module__title{color:var(--color-form-input-control-text-hover)}.SelectionCard-module__checkbox-item:not([disabled]):focus~.SelectionCard-module__checkbox-label{box-shadow:0 0 0 2px var(--color-effect-focus-padding),var(--elevation-focusDefault)}.SelectionCard-module__checkbox-item:not([disabled]):focus:checked~.SelectionCard-module__checkbox-selector,.SelectionCard-module__checkbox-item:not([disabled]):hover:checked~.SelectionCard-module__checkbox-selector{background-color:var(--color-form-input-control-checkbox-background-selected)}.SelectionCard-module__checkbox-item:disabled,.SelectionCard-module__checkbox-item:disabled~.SelectionCard-module__checkbox-label{cursor:not-allowed}.SelectionCard-module__checkbox-item:disabled~.SelectionCard-module__checkbox-label .SelectionCard-module__content,.SelectionCard-module__checkbox-item:disabled~.SelectionCard-module__checkbox-label .SelectionCard-module__title{color:var(--color-form-input-control-text-disabled)}.SelectionCard-module__checkbox-item:disabled~.SelectionCard-module__checkbox-selector{border-color:var(--color-form-input-control-stroke-default);background-color:var(--color-form-input-control-background-disabled)}.SelectionCard-module__checkbox-item:disabled:checked~.SelectionCard-module__checkbox-icon{opacity:1;fill:var(--color-form-input-control-checkbox-icon-disabled)}.SelectionCard-module__checkbox-item:disabled:checked~.SelectionCard-module__checkbox-selector{background-color:var(--color-form-input-control-background-disabled);border:1px solid var(--color-form-input-control-stroke-default)}.SelectionCard-module__checkbox-item:disabled:checked~.SelectionCard-module__checkbox-label{padding:calc(var(--card-padding) - 1px);border:2px solid var(--color-form-input-control-stroke-disabled)}.SelectionCard-module__checkbox-readOnly .SelectionCard-module__checkbox-item{cursor:not-allowed}.SelectionCard-module__checkbox-readOnly .SelectionCard-module__checkbox-item~.SelectionCard-module__checkbox-label{cursor:not-allowed;color:var(--color-form-input-label-text-label-default);border:1px solid var(--color-form-input-control-stroke-disabled);background-color:var(--color-form-input-control-background-view-only)}.SelectionCard-module__checkbox-readOnly .SelectionCard-module__checkbox-item~.SelectionCard-module__checkbox-icon{opacity:1;fill:var(--color-form-input-control-icon-default)}.SelectionCard-module__checkbox-readOnly .SelectionCard-module__checkbox-item:checked~.SelectionCard-module__checkbox-label{border:2px solid var(--color-form-input-control-stroke-disabled)}.SelectionCard-module__checkbox-icon,.SelectionCard-module__radio-icon{position:absolute;top:37px;right:28px;width:var(--height-icon);height:var(--height-icon);fill:var(--color-neutral-background);opacity:0;pointer-events:none;z-index:100}.SelectionCard-module__checkbox-label{font-family:var(--small-input-strong-font-family);font-size:var(--small-input-strong-font-size);font-weight:var(--small-input-strong-font-weight);letter-spacing:var(--small-input-strong-letter-spacing);line-height:var(--small-input-strong-line-height);text-decoration:var(--small-input-strong-text-decoration);text-transform:var(--small-input-strong-text-transform);position:relative;margin-bottom:var(--smallExtra);color:var(--color-form-input-label-text-label-default);cursor:pointer;padding:var(--card-padding);border:1px solid var(--color-form-input-control-stroke-default);border-radius:var(--form-input-control-radius)}@media (min-width: 1025px){.SelectionCard-module__checkbox-label{font-family:var(--large-input-strong-font-family);font-size:var(--large-input-strong-font-size);font-weight:var(--large-input-strong-font-weight);letter-spacing:var(--large-input-strong-letter-spacing);line-height:var(--large-input-strong-line-height);text-decoration:var(--large-input-strong-text-decoration);text-transform:var(--large-input-strong-text-transform)}}.SelectionCard-module__checkbox-selector{width:var(--form-input-checkbox-input-control-height);height:var(--form-input-checkbox-input-control-height);top:33px;border:1px solid var(--color-form-input-control-stroke-default);border-radius:var(--radius-small)}.SelectionCard-module__checkbox-selector,.SelectionCard-module__radio-selector{position:absolute;right:var(--large);pointer-events:none;background-color:var(--color-form-input-control-background-default)}.SelectionCard-module__radio-selector{width:var(--form-input-radio-input-control-height);height:var(--form-input-radio-input-control-height);top:var(--largeExtra);border:1px solid var(--color-form-input-control-stroke-default);border-radius:var(--radius-large)}.SelectionCard-module__radio-selector:before{position:absolute;content:"";top:3px;left:3px;height:var(--height-icon);width:var(--height-icon);border-radius:var(--radius-large);opacity:0}.SelectionCard-module__radio-label{font-family:var(--small-input-strong-font-family);font-size:var(--small-input-strong-font-size);font-weight:var(--small-input-strong-font-weight);letter-spacing:var(--small-input-strong-letter-spacing);line-height:var(--small-input-strong-line-height);text-decoration:var(--small-input-strong-text-decoration);text-transform:var(--small-input-strong-text-transform);position:relative;margin-bottom:var(--smallExtra);color:var(--color-form-input-label-text-label-default);cursor:pointer;padding:var(--card-padding);border:1px solid var(--color-form-input-control-stroke-default);border-radius:var(--form-input-control-radius)}@media (min-width: 1025px){.SelectionCard-module__radio-label{font-family:var(--large-input-strong-font-family);font-size:var(--large-input-strong-font-size);font-weight:var(--large-input-strong-font-weight);letter-spacing:var(--large-input-strong-letter-spacing);line-height:var(--large-input-strong-line-height);text-decoration:var(--large-input-strong-text-decoration);text-transform:var(--large-input-strong-text-transform)}}.SelectionCard-module__radio-item{position:absolute;width:var(--form-input-radio-input-control-height);height:var(--form-input-radio-input-control-height);top:var(--largeExtra);right:var(--large);opacity:0;z-index:100;overflow:hidden;cursor:pointer}.SelectionCard-module__containsError .SelectionCard-module__radio-item:not([disabled])~.SelectionCard-module__radio-label,.SelectionCard-module__containsError .SelectionCard-module__radio-item:not([disabled])~.SelectionCard-module__radio-selector{border-color:var(--color-form-input-control-stroke-error)}.SelectionCard-module__containsError .SelectionCard-module__radio-item:not([disabled])~.SelectionCard-module__radio-selector:before{background-color:var(--color-form-input-control-background-default)}.SelectionCard-module__containsError .SelectionCard-module__radio-item:not([disabled]):checked~.SelectionCard-module__radio-label{border:2px solid var(--color-form-input-control-stroke-error)}.SelectionCard-module__containsError .SelectionCard-module__radio-item:not([disabled]):checked~.SelectionCard-module__radio-selector{border-color:var(--color-form-input-control-stroke-error)}.SelectionCard-module__containsError .SelectionCard-module__radio-item:not([disabled]):checked~.SelectionCard-module__radio-selector:before{top:3px;left:3px;background-color:var(--color-form-input-control-radio-icon-error-selected)}.SelectionCard-module__radio-item:not([disabled]):checked~.SelectionCard-module__radio-label{border:2px solid var(--color-form-input-control-radio-stroke-default-selected);padding:calc(var(--card-padding) - 1px)}.SelectionCard-module__radio-item:not([disabled]):checked~.SelectionCard-module__radio-selector{border-color:var(--color-form-input-control-radio-stroke-default-selected)}.SelectionCard-module__radio-item:not([disabled]):checked~.SelectionCard-module__radio-selector:before{opacity:1;background-color:var(--color-form-input-control-radio-icon-selected)}.SelectionCard-module__radio-item:not([disabled]):focus:checked~.SelectionCard-module__radio-label,.SelectionCard-module__radio-item:not([disabled]):focus:checked~.SelectionCard-module__radio-selector,.SelectionCard-module__radio-item:not([disabled]):focus~.SelectionCard-module__radio-label,.SelectionCard-module__radio-item:not([disabled]):focus~.SelectionCard-module__radio-selector,.SelectionCard-module__radio-item:not([disabled]):hover:checked~.SelectionCard-module__radio-label,.SelectionCard-module__radio-item:not([disabled]):hover:checked~.SelectionCard-module__radio-selector,.SelectionCard-module__radio-item:not([disabled]):hover~.SelectionCard-module__radio-label,.SelectionCard-module__radio-item:not([disabled]):hover~.SelectionCard-module__radio-selector{border:2px solid var(--color-form-input-control-stroke-hover)}.SelectionCard-module__radio-item:not([disabled]):focus:checked~.SelectionCard-module__radio-selector:before,.SelectionCard-module__radio-item:not([disabled]):focus~.SelectionCard-module__radio-selector:before,.SelectionCard-module__radio-item:not([disabled]):hover:checked~.SelectionCard-module__radio-selector:before,.SelectionCard-module__radio-item:not([disabled]):hover~.SelectionCard-module__radio-selector:before{top:2px;left:2px}.SelectionCard-module__radio-item:not([disabled]):focus:checked~.SelectionCard-module__radio-label,.SelectionCard-module__radio-item:not([disabled]):focus~.SelectionCard-module__radio-label,.SelectionCard-module__radio-item:not([disabled]):hover:checked~.SelectionCard-module__radio-label,.SelectionCard-module__radio-item:not([disabled]):hover~.SelectionCard-module__radio-label{padding:calc(var(--card-padding) - 1px)}.SelectionCard-module__radio-item:not([disabled]):focus:checked~.SelectionCard-module__radio-label .SelectionCard-module__content,.SelectionCard-module__radio-item:not([disabled]):focus:checked~.SelectionCard-module__radio-label .SelectionCard-module__title,.SelectionCard-module__radio-item:not([disabled]):focus~.SelectionCard-module__radio-label .SelectionCard-module__content,.SelectionCard-module__radio-item:not([disabled]):focus~.SelectionCard-module__radio-label .SelectionCard-module__title,.SelectionCard-module__radio-item:not([disabled]):hover:checked~.SelectionCard-module__radio-label .SelectionCard-module__content,.SelectionCard-module__radio-item:not([disabled]):hover:checked~.SelectionCard-module__radio-label .SelectionCard-module__title,.SelectionCard-module__radio-item:not([disabled]):hover~.SelectionCard-module__radio-label .SelectionCard-module__content,.SelectionCard-module__radio-item:not([disabled]):hover~.SelectionCard-module__radio-label .SelectionCard-module__title{color:var(--color-form-input-control-text-hover)}.SelectionCard-module__radio-item:not([disabled]):focus~.SelectionCard-module__radio-label{box-shadow:0 0 0 2px var(--color-effect-focus-padding),var(--elevation-focusDefault)}.SelectionCard-module__radio-item:not([disabled]):focus:checked~.SelectionCard-module__radio-selector:before,.SelectionCard-module__radio-item:not([disabled]):hover:checked~.SelectionCard-module__radio-selector:before{background-color:var(--color-form-input-control-radio-icon-selected)}.SelectionCard-module__radio-item:disabled,.SelectionCard-module__radio-item:disabled~.SelectionCard-module__radio-label{cursor:not-allowed}.SelectionCard-module__radio-item:disabled~.SelectionCard-module__radio-label .SelectionCard-module__content,.SelectionCard-module__radio-item:disabled~.SelectionCard-module__radio-label .SelectionCard-module__title{color:var(--color-form-input-control-text-disabled)}.SelectionCard-module__radio-item:disabled:checked~.SelectionCard-module__radio-selector,.SelectionCard-module__radio-item:disabled~.SelectionCard-module__radio-selector{background-color:var(--color-form-input-control-background-disabled);border-color:var(--color-form-input-control-stroke-disabled)}.SelectionCard-module__radio-item:disabled:checked~.SelectionCard-module__radio-selector:before{opacity:1;background-color:var(--color-form-input-control-radio-icon-disabled)}.SelectionCard-module__radio-item:disabled:checked~.SelectionCard-module__radio-label{border:2px solid var(--color-form-input-control-stroke-disabled);padding:calc(var(--card-padding) - 1px)}.SelectionCard-module__radio-readOnly .SelectionCard-module__radio-item{cursor:not-allowed}.SelectionCard-module__radio-readOnly .SelectionCard-module__radio-item~.SelectionCard-module__radio-label{cursor:not-allowed;color:var(--color-form-input-label-text-label-default);border:1px solid var(--color-form-input-control-stroke-disabled);background-color:var(--color-form-input-control-background-view-only)}.SelectionCard-module__radio-readOnly .SelectionCard-module__radio-item~.SelectionCard-module__radio-icon{opacity:1;fill:var(--color-form-input-control-icon-default)}.SelectionCard-module__radio-readOnly .SelectionCard-module__radio-item:checked~.SelectionCard-module__radio-label{border:2px solid var(--color-form-input-control-stroke-disabled)}.Tag-module__root{font-family:var(--small-tag-default-font-family);font-size:var(--small-tag-default-font-size);font-weight:var(--small-tag-default-font-weight);letter-spacing:var(--small-tag-default-letter-spacing);line-height:var(--small-tag-default-line-height);text-decoration:var(--small-tag-default-text-decoration);text-transform:var(--small-tag-default-text-transform);padding:1px 11px;border-radius:var(--radius-large);display:inline-table}@media (min-width: 1025px){.Tag-module__root{font-family:var(--large-tag-default-font-family);font-size:var(--large-tag-default-font-size);font-weight:var(--large-tag-default-font-weight);letter-spacing:var(--large-tag-default-letter-spacing);line-height:var(--large-tag-default-line-height);text-decoration:var(--large-tag-default-text-decoration);text-transform:var(--large-tag-default-text-transform)}}.Tag-module__root.Tag-module__branded{background-color:var(--color-tag-informational-background-branded);border:1px solid var(--color-tag-informational-stroke-branded);color:var(--color-tag-informational-text-branded)}.Tag-module__root.Tag-module__critical{background-color:var(--color-tag-informational-background-critical);border:1px solid var(--color-tag-informational-stroke-critical);color:var(--color-tag-informational-text-critical)}.Tag-module__root.Tag-module__highlight{background-color:var(--color-tag-informational-background-info);border:1px solid var(--color-tag-informational-stroke-info);color:var(--color-tag-informational-text-info)}.Tag-module__root.Tag-module__neutral{background-color:var(--color-tag-informational-background-neutral);border:1px solid var(--color-tag-informational-stroke-neutral);color:var(--color-text-base)}.Tag-module__root.Tag-module__success{background-color:var(--color-tag-informational-background-success);border:1px solid var(--color-tag-informational-stroke-success);color:var(--color-tag-informational-text-success)}.Tag-module__root.Tag-module__warning{background-color:var(--color-tag-informational-background-warning);border:1px solid var(--color-tag-informational-stroke-warning);color:var(--color-tag-informational-text-warning)}.Tag-module__root.Tag-module__disabled{background-color:var(--color-background-disabled);border:1px solid var(--color-background-disabled);color:var(--color-text-base)}.Tag-module__root.Tag-module__health-critical{font-family:var(--small-tag-medium-font-family);font-size:var(--small-tag-medium-font-size);font-weight:var(--small-tag-medium-font-weight);letter-spacing:var(--small-tag-medium-letter-spacing);line-height:var(--small-tag-medium-line-height);text-decoration:var(--small-tag-medium-text-decoration);text-transform:var(--small-tag-medium-text-transform);background-color:var(--color-background-critical-base);color:var(--color-tag-health-condition-text-critical);padding:var(--smallExtra3X) var(--small)}@media (min-width: 1025px){.Tag-module__root.Tag-module__health-critical{font-family:var(--large-tag-medium-font-family);font-size:var(--large-tag-medium-font-size);font-weight:var(--large-tag-medium-font-weight);letter-spacing:var(--large-tag-medium-letter-spacing);line-height:var(--large-tag-medium-line-height);text-decoration:var(--large-tag-medium-text-decoration);text-transform:var(--large-tag-medium-text-transform)}}.Tag-module__root.Tag-module__health-highlight{font-family:var(--small-tag-medium-font-family);font-size:var(--small-tag-medium-font-size);font-weight:var(--small-tag-medium-font-weight);letter-spacing:var(--small-tag-medium-letter-spacing);line-height:var(--small-tag-medium-line-height);text-decoration:var(--small-tag-medium-text-decoration);text-transform:var(--small-tag-medium-text-transform);background-color:var(--color-background-info-base);color:var(--color-text-inverted);padding:var(--smallExtra3X) var(--small)}@media (min-width: 1025px){.Tag-module__root.Tag-module__health-highlight{font-family:var(--large-tag-medium-font-family);font-size:var(--large-tag-medium-font-size);font-weight:var(--large-tag-medium-font-weight);letter-spacing:var(--large-tag-medium-letter-spacing);line-height:var(--large-tag-medium-line-height);text-decoration:var(--large-tag-medium-text-decoration);text-transform:var(--large-tag-medium-text-transform)}}.Tag-module__root.Tag-module__health-neutral{font-family:var(--small-tag-medium-font-family);font-size:var(--small-tag-medium-font-size);font-weight:var(--small-tag-medium-font-weight);letter-spacing:var(--small-tag-medium-letter-spacing);line-height:var(--small-tag-medium-line-height);text-decoration:var(--small-tag-medium-text-decoration);text-transform:var(--small-tag-medium-text-transform);background-color:var(--color-tag-health-condition-background-neutral);border:1px solid var(--color-stroke-base);color:var(--color-text-base)}@media (min-width: 1025px){.Tag-module__root.Tag-module__health-neutral{font-family:var(--large-tag-medium-font-family);font-size:var(--large-tag-medium-font-size);font-weight:var(--large-tag-medium-font-weight);letter-spacing:var(--large-tag-medium-letter-spacing);line-height:var(--large-tag-medium-line-height);text-decoration:var(--large-tag-medium-text-decoration);text-transform:var(--large-tag-medium-text-transform)}}.Tag-module__root.Tag-module__health-success{font-family:var(--small-tag-medium-font-family);font-size:var(--small-tag-medium-font-size);font-weight:var(--small-tag-medium-font-weight);letter-spacing:var(--small-tag-medium-letter-spacing);line-height:var(--small-tag-medium-line-height);text-decoration:var(--small-tag-medium-text-decoration);text-transform:var(--small-tag-medium-text-transform);background-color:var(--color-background-success-base);color:var(--color-text-inverted);padding:var(--smallExtra3X) var(--small)}@media (min-width: 1025px){.Tag-module__root.Tag-module__health-success{font-family:var(--large-tag-medium-font-family);font-size:var(--large-tag-medium-font-size);font-weight:var(--large-tag-medium-font-weight);letter-spacing:var(--large-tag-medium-letter-spacing);line-height:var(--large-tag-medium-line-height);text-decoration:var(--large-tag-medium-text-decoration);text-transform:var(--large-tag-medium-text-transform)}}.Tag-module__root.Tag-module__health-warning{font-family:var(--small-tag-medium-font-family);font-size:var(--small-tag-medium-font-size);font-weight:var(--small-tag-medium-font-weight);letter-spacing:var(--small-tag-medium-letter-spacing);line-height:var(--small-tag-medium-line-height);text-decoration:var(--small-tag-medium-text-decoration);text-transform:var(--small-tag-medium-text-transform);background-color:var(--color-background-warning-base);color:var(--color-tag-health-condition-text-warning);padding:var(--smallExtra3X) var(--small)}@media (min-width: 1025px){.Tag-module__root.Tag-module__health-warning{font-family:var(--large-tag-medium-font-family);font-size:var(--large-tag-medium-font-size);font-weight:var(--large-tag-medium-font-weight);letter-spacing:var(--large-tag-medium-letter-spacing);line-height:var(--large-tag-medium-line-height);text-decoration:var(--large-tag-medium-text-decoration);text-transform:var(--large-tag-medium-text-transform)}}.Tag-module__root.Tag-module__health-disabled{font-family:var(--small-tag-medium-font-family);font-size:var(--small-tag-medium-font-size);font-weight:var(--small-tag-medium-font-weight);letter-spacing:var(--small-tag-medium-letter-spacing);line-height:var(--small-tag-medium-line-height);text-decoration:var(--small-tag-medium-text-decoration);text-transform:var(--small-tag-medium-text-transform);background-color:var(--color-background-disabled);color:var(--color-text-base);padding:var(--smallExtra3X) var(--small)}@media (min-width: 1025px){.Tag-module__root.Tag-module__health-disabled{font-family:var(--large-tag-medium-font-family);font-size:var(--large-tag-medium-font-size);font-weight:var(--large-tag-medium-font-weight);letter-spacing:var(--large-tag-medium-letter-spacing);line-height:var(--large-tag-medium-line-height);text-decoration:var(--large-tag-medium-text-decoration);text-transform:var(--large-tag-medium-text-transform)}}.Tab-module__root{font-family:var(--small-input-default-font-family);font-size:var(--small-input-default-font-size);font-weight:var(--small-input-default-font-weight);letter-spacing:var(--small-input-default-letter-spacing);line-height:var(--small-input-default-line-height);text-decoration:var(--small-input-default-text-decoration);text-transform:var(--small-input-default-text-transform);position:relative;flex-shrink:0;margin-left:var(--tab-menu-large-gap);padding:var(--tab-control-large-padding-horizontal);text-align:center;color:var(--color-navigation-tab-menu-default);cursor:pointer;border-radius:var(--tab-radius)}@media (min-width: 1025px){.Tab-module__root{font-family:var(--large-input-default-font-family);font-size:var(--large-input-default-font-size);font-weight:var(--large-input-default-font-weight);letter-spacing:var(--large-input-default-letter-spacing);line-height:var(--large-input-default-line-height);text-decoration:var(--large-input-default-text-decoration);text-transform:var(--large-input-default-text-transform)}}@media (max-width: 480px){.Tab-module__root{padding:var(--tab-control-large-padding-horizontal) var(--tab-control-small-padding-horizontal)}}@supports (contain: none){.Tab-module__root:focus-visible{outline:none;box-shadow:0 0 0 2px var(--color-accessibility-focus-inner-shadow),0 0 2px 4px var(--color-accessibility-focus-outer-shadow);color:var(--color-navigation-text-hover);background-color:var(--color-navigation-background-hover);box-shadow:0 0 0 2px var(--color-effect-focus-padding),var(--elevation-focusDefault)}.Tab-module__root:focus-visible:after{display:none}}@supports (contain: none){.Tab-module__root:focus-within{outline:none;box-shadow:0 0 0 2px var(--color-accessibility-focus-inner-shadow),0 0 2px 4px var(--color-accessibility-focus-outer-shadow);color:var(--color-navigation-text-hover);background-color:var(--color-navigation-background-hover);box-shadow:0 0 0 2px var(--color-effect-focus-padding),var(--elevation-focusDefault)}.Tab-module__root:focus-within:after{display:none}}@supports not (contain: none){.Tab-module__root:focus{outline:none;box-shadow:0 0 0 2px var(--color-accessibility-focus-inner-shadow),0 0 2px 4px var(--color-accessibility-focus-outer-shadow);color:var(--color-navigation-text-hover);background-color:var(--color-navigation-background-hover);box-shadow:0 0 0 2px var(--color-effect-focus-padding),var(--elevation-focusDefault)}.Tab-module__root:focus:after{display:none}}.Tab-module__root:hover{color:var(--color-navigation-text-hover);background-color:var(--color-navigation-background-hover)}.Tab-module__root:active{color:var(--color-navigation-text-pressed);background-color:var(--color-navigation-background-pressed)}.Tab-module__root.Tab-module__selected{font-family:var(--small-input-strong-font-family);font-size:var(--small-input-strong-font-size);font-weight:var(--small-input-strong-font-weight);letter-spacing:var(--small-input-strong-letter-spacing);line-height:var(--small-input-strong-line-height);text-decoration:var(--small-input-strong-text-decoration);text-transform:var(--small-input-strong-text-transform);color:var(--color-navigation-tab-menu-current)}@media (min-width: 1025px){.Tab-module__root.Tab-module__selected{font-family:var(--large-input-strong-font-family);font-size:var(--large-input-strong-font-size);font-weight:var(--large-input-strong-font-weight);letter-spacing:var(--large-input-strong-letter-spacing);line-height:var(--large-input-strong-line-height);text-decoration:var(--large-input-strong-text-decoration);text-transform:var(--large-input-strong-text-transform)}}.Tab-module__root.Tab-module__selected:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:var(--smallExtra2X);background-color:var(--color-navigation-icon-current);border-radius:var(--radius-large)}.Tab-module__root.Tab-module__tab-disabled{font-family:var(--small-input-strong-font-family);font-size:var(--small-input-strong-font-size);font-weight:var(--small-input-strong-font-weight);letter-spacing:var(--small-input-strong-letter-spacing);line-height:var(--small-input-strong-line-height);text-decoration:var(--small-input-strong-text-decoration);text-transform:var(--small-input-strong-text-transform);color:var(--color-navigation-text-disabled);background-color:var(--color-navigation-background-default);cursor:not-allowed}@media (min-width: 1025px){.Tab-module__root.Tab-module__tab-disabled{font-family:var(--large-input-strong-font-family);font-size:var(--large-input-strong-font-size);font-weight:var(--large-input-strong-font-weight);letter-spacing:var(--large-input-strong-letter-spacing);line-height:var(--large-input-strong-line-height);text-decoration:var(--large-input-strong-text-decoration);text-transform:var(--large-input-strong-text-transform)}}.Tab-module__root:first-of-type{margin-left:0}.HorizontalRule-module__root{height:1px;border:none;margin:0;background-color:var(--color-stroke-base)}.HorizontalRule-module__root.HorizontalRule-module__top4{margin-top:var(--smallExtra2X)}.HorizontalRule-module__root.HorizontalRule-module__bottom4{margin-bottom:var(--smallExtra2X)}.HorizontalRule-module__root.HorizontalRule-module__top8{margin-top:var(--smallExtra)}.HorizontalRule-module__root.HorizontalRule-module__bottom8{margin-bottom:var(--smallExtra)}.HorizontalRule-module__root.HorizontalRule-module__top12{margin-top:var(--small)}.HorizontalRule-module__root.HorizontalRule-module__bottom12{margin-bottom:var(--small)}.HorizontalRule-module__root.HorizontalRule-module__top16{margin-top:var(--medium)}.HorizontalRule-module__root.HorizontalRule-module__bottom16{margin-bottom:var(--medium)}.HorizontalRule-module__root.HorizontalRule-module__top24{margin-top:var(--large)}.HorizontalRule-module__root.HorizontalRule-module__bottom24{margin-bottom:var(--large)}.HorizontalRule-module__root.HorizontalRule-module__top32{margin-top:var(--largeExtra)}.HorizontalRule-module__root.HorizontalRule-module__bottom32{margin-bottom:var(--largeExtra)}.HorizontalRule-module__root.HorizontalRule-module__top64{margin-top:var(--largeExtra2X)}.HorizontalRule-module__root.HorizontalRule-module__bottom64{margin-bottom:var(--largeExtra2X)}.HorizontalRule-module__root.HorizontalRule-module__top128{margin-top:var(--largeExtra3X)}.HorizontalRule-module__root.HorizontalRule-module__bottom128{margin-bottom:var(--largeExtra3X)}.TabNavigation-module__container{background:var(--color-background-base);border-bottom:1px solid var(--color-stroke-base)}.TabNavigation-module__root{display:flex;margin:0;padding:var(--tab-menu-large-padding);list-style:none;overflow-x:auto}.TabNavigation-module__scrolling{padding-bottom:var(--medium)}.TabNavigation-module__fitted{overflow-x:unset;justify-content:space-evenly;gap:var(--tab-menu-large-gap)}.TabNavigation-module__fitted li{flex-grow:1;margin-left:0}.TabPanel-module__root{display:none;color:var(--color-text-base)}.TabPanel-module__active{display:block}.TextArea-module__root{margin-bottom:var(--large)}.TextArea-module__root .TextArea-module__helpNode{font-family:var(--small-small-default-font-family);font-size:var(--small-small-default-font-size);font-weight:var(--small-small-default-font-weight);letter-spacing:var(--small-small-default-letter-spacing);line-height:var(--small-small-default-line-height);text-decoration:var(--small-small-default-text-decoration);text-transform:var(--small-small-default-text-transform);margin-bottom:var(--form-input-control-gap);color:var(--color-form-input-label-text-helper)}@media (min-width: 1025px){.TextArea-module__root .TextArea-module__helpNode{font-family:var(--large-small-default-font-family);font-size:var(--large-small-default-font-size);font-weight:var(--large-small-default-font-weight);letter-spacing:var(--large-small-default-letter-spacing);line-height:var(--large-small-default-line-height);text-decoration:var(--large-small-default-text-decoration);text-transform:var(--large-small-default-text-transform)}}.TextArea-module__root.TextArea-module__withHelpNode .TextArea-module__label{margin-bottom:0}.TextArea-module__root.TextArea-module__isLoading .TextArea-module__item{padding-right:36px}.TextArea-module__root.TextArea-module__disabled .TextArea-module__icon svg{fill:var(--color-form-input-control-icon-disabled)}.TextArea-module__root.TextArea-module__containsError .TextArea-module__label{color:var(--color-form-input-label-text-label-error)}.TextArea-module__root.TextArea-module__containsError .TextArea-module__item,.TextArea-module__root.TextArea-module__containsError .TextArea-module__itemContainer.TextArea-module__with-units{color:var(--color-form-input-control-text-filled);background-color:var(--color-form-input-control-background-default);border-color:var(--color-form-input-control-stroke-error)}.TextArea-module__root.TextArea-module__containsWarning .TextArea-module__item,.TextArea-module__root.TextArea-module__containsWarning .TextArea-module__itemContainer.TextArea-module__with-units{color:var(--color-form-input-control-text-filled);background-color:var(--color-form-input-control-background-default);border-color:var(--color-form-input-control-stroke-warning)}.TextArea-module__root .TextArea-module__control{position:relative}.TextArea-module__root .TextArea-module__item{color:var(--color-form-input-control-text-filled);background-color:var(--color-form-input-control-background-default);position:relative;display:block;padding:calc(var(--small) - 1px);width:100%;background-image:none;border:1px solid var(--color-form-input-control-stroke-default);border-radius:var(--form-input-control-radius);outline:none;appearance:none;font-family:var(--small-input-default-font-family);font-size:var(--small-input-default-font-size);font-weight:var(--small-input-default-font-weight);letter-spacing:var(--small-input-default-letter-spacing);line-height:var(--small-input-default-line-height);text-decoration:var(--small-input-default-text-decoration);text-transform:var(--small-input-default-text-transform);min-height:100px}.TextArea-module__root .TextArea-module__item:not(:disabled):focus,.TextArea-module__root .TextArea-module__item:not(:disabled):hover{background-color:var(--color-form-input-control-background-default);border:2px solid var(--color-form-input-control-stroke-hover);padding:calc(var(--small) - 2px)}.TextArea-module__root .TextArea-module__item:not(:disabled):focus{color:var(--color-form-input-control-text-filled);box-shadow:0 0 0 2px var(--color-effect-focus-padding),var(--elevation-focusDefault)}.TextArea-module__root .TextArea-module__item:disabled{color:var(--color-form-input-control-text-disabled);background-color:var(--color-form-input-control-background-disabled);border-color:var(--color-form-input-control-stroke-disabled);-webkit-text-fill-color:var(--color-form-input-control-stroke-disabled);opacity:1;cursor:not-allowed}.TextArea-module__root .TextArea-module__item:disabled::placeholder{color:var(--color-form-input-control-text-disabled)}.TextArea-module__root .TextArea-module__item::placeholder{color:var(--color-form-input-control-text-filled)}@media (min-width: 1025px){.TextArea-module__root .TextArea-module__item{font-family:var(--large-input-default-font-family);font-size:var(--large-input-default-font-size);font-weight:var(--large-input-default-font-weight);letter-spacing:var(--large-input-default-letter-spacing);line-height:var(--large-input-default-line-height);text-decoration:var(--large-input-default-text-decoration);text-transform:var(--large-input-default-text-transform)}}.TextArea-module__root .TextArea-module__item::placeholder{color:var(--color-form-input-control-text-placeholder)}.TextArea-module__root.TextArea-module__readOnly:not(:disabled) .TextArea-module__item{padding-bottom:var(--largeExtra);color:var(--color-form-input-control-text-filled);background-color:var(--color-form-input-control-background-view-only)}.TextArea-module__root.TextArea-module__withCounter .TextArea-module__item{padding-bottom:var(--largeExtra)}.TextArea-module__root .TextArea-module__lock{position:absolute;top:50%;transform:translateY(-50%);pointer-events:none;top:auto;bottom:var(--smallExtra);right:var(--medium);transform:translateY(0)}.TextArea-module__root .TextArea-module__lock svg{display:block;width:var(--form-input-control-icon);height:var(--form-input-control-icon);fill:var(--color-form-input-control-icon-default)}.TextArea-module__root .TextArea-module__counter{font-family:var(--small-small-default-font-family);font-size:var(--small-small-default-font-size);font-weight:var(--small-small-default-font-weight);letter-spacing:var(--small-small-default-letter-spacing);line-height:var(--small-small-default-line-height);text-decoration:var(--small-small-default-text-decoration);text-transform:var(--small-small-default-text-transform);position:absolute;right:var(--medium);bottom:var(--smallExtra2X);color:var(--color-form-input-control-text-placeholder)}@media (min-width: 1025px){.TextArea-module__root .TextArea-module__counter{font-family:var(--large-small-default-font-family);font-size:var(--large-small-default-font-size);font-weight:var(--large-small-default-font-weight);letter-spacing:var(--large-small-default-letter-spacing);line-height:var(--large-small-default-line-height);text-decoration:var(--large-small-default-text-decoration);text-transform:var(--large-small-default-text-transform)}}.TextArea-module__root.TextArea-module__disabled .TextArea-module__counter{color:var(--color-form-input-control-text-disabled)}.PasswordCriteria-module__root{list-style:none;margin:0 0 var(--space-2);padding:0}.Requirement-module__root{margin-bottom:var(--space-2)}.Requirement-module__root:last-child{margin-bottom:0}.Requirement-module__root .Requirement-module__requirement{font-family:var(--small-input-default-font-family);font-size:var(--small-input-default-font-size);font-weight:var(--small-input-default-font-weight);letter-spacing:var(--small-input-default-letter-spacing);line-height:var(--small-input-default-line-height);text-decoration:var(--small-input-default-text-decoration);text-transform:var(--small-input-default-text-transform);display:flex;align-items:center;color:var(--color-neutral-on-background)}@media (min-width: 1025px){.Requirement-module__root .Requirement-module__requirement{font-family:var(--large-input-default-font-family);font-size:var(--large-input-default-font-size);font-weight:var(--large-input-default-font-weight);letter-spacing:var(--large-input-default-letter-spacing);line-height:var(--large-input-default-line-height);text-decoration:var(--large-input-default-text-decoration);text-transform:var(--large-input-default-text-transform)}}.Requirement-module__root .Requirement-module__icon{position:relative;width:16px;height:16px;margin-right:var(--space-base)}.Requirement-module__root .Requirement-module__close-circle{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);display:block;width:16px;height:16px;fill:var(--color-icon-disabled)}.Requirement-module__root .Requirement-module__check{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:16px;height:16px;fill:var(--color-icon-success)}.Requirement-module__root .Requirement-module__valid{color:var(--color-neutral-on-background)}.ProgressIndicator-module__root{height:var(--progress-tracker-height);background-color:var(--color-progress-tracker-base);border-radius:var(--radius-small);overflow:hidden}.ProgressIndicator-module__root .ProgressIndicator-module__progress{width:0;height:100%;background-color:var(--color-progress-tracker-active);border-radius:var(--radius-large)}.PasswordStrength-module__low{border:1px solid var(--color-status-critical);background-color:var(--color-neutral-surface)}.PasswordStrength-module__low .PasswordStrength-module__level{background-color:var(--color-status-critical);border-color:var(--color-status-critical)}.PasswordStrength-module__medium{border:1px solid var(--color-status-warning-shade);background-color:var(--color-neutral-surface)}.PasswordStrength-module__medium .PasswordStrength-module__level{background-color:var(--color-status-warning-shade);border-color:var(--color-status-warning-shade)}.PasswordStrength-module__high,.PasswordStrength-module__very-high{border:1px solid var(--color-status-success);background-color:var(--color-neutral-surface)}.PasswordStrength-module__high .PasswordStrength-module__level,.PasswordStrength-module__very-high .PasswordStrength-module__level{background-color:var(--color-status-success);border-color:var(--color-status-success)}.PasswordStrength-module__average,.PasswordStrength-module__empty .PasswordStrength-module__level,.PasswordStrength-module__very-weak{background-color:var(--color-progress-tracker-base)}.PasswordStrength-module__very-weak .PasswordStrength-module__level{background-color:var(--color-form-input-password-input-strength-indicator-status-weak)}.PasswordStrength-module__average .PasswordStrength-module__level{background-color:var(--color-form-input-password-input-strength-indicator-status-average)}.PasswordStrength-module__strong .PasswordStrength-module__level{background-color:var(--color-form-input-password-input-strength-indicator-status-strong)}.PasswordInput-module__root{display:flex;flex-direction:column}.PasswordInput-module__root .PasswordInput-module__withToggle{padding-right:36px}.PasswordInput-module__root .PasswordInput-module__toggle{position:absolute;top:50%;transform:translateY(-50%);right:var(--small);width:var(--form-input-control-icon);height:var(--form-input-control-icon)}.PasswordInput-module__root .PasswordInput-module__toggle svg{fill:var(--color-form-input-control-icon-default)}.PasswordInput-module__root .PasswordInput-module__lock-icon{fill:var(--color-form-input-control-icon-view-only)}.PasswordInput-module__root .PasswordInput-module__strength-indicator{margin:var(--form-input-password-input-creation-tools-margin-top) 0 var(--form-input-gap) 0}.PasswordInput-module__root .PasswordInput-module__criteria-list-label{margin-bottom:var(--form-input-password-input-creation-tools-space-between)}.PasswordInput-module__root .PasswordInput-module__criteria-list-container{padding:var(--form-input-password-input-requirements-padding);background-color:var(--color-background-subdued);border-radius:var(--form-input-control-radius)}.PasswordInput-module__root .PasswordInput-module__criteria-list-container ul{margin:0}.PasswordInput-module__root .PasswordInput-module__criteria-list-title{margin-bottom:var(--form-input-password-input-creation-tools-space-between)}.PasswordInput-module__root .PasswordInput-module__criteria-list-label,.PasswordInput-module__root .PasswordInput-module__criteria-list-title{color:var(--color-text-base);font-family:var(--small-input-strong-font-family);font-size:var(--small-input-strong-font-size);font-weight:var(--small-input-strong-font-weight);letter-spacing:var(--small-input-strong-letter-spacing);line-height:var(--small-input-strong-line-height);text-decoration:var(--small-input-strong-text-decoration);text-transform:var(--small-input-strong-text-transform)}@media (min-width: 1025px){.PasswordInput-module__root .PasswordInput-module__criteria-list-label,.PasswordInput-module__root .PasswordInput-module__criteria-list-title{font-family:var(--large-input-strong-font-family);font-size:var(--large-input-strong-font-size);font-weight:var(--large-input-strong-font-weight);letter-spacing:var(--large-input-strong-letter-spacing);line-height:var(--large-input-strong-line-height);text-decoration:var(--large-input-strong-text-decoration);text-transform:var(--large-input-strong-text-transform)}}.PasswordInput-module__root .PasswordInput-module__password-input-error{margin:var(--form-input-gap) 0}.PasswordInput-module__root .PasswordInput-module__sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.PasswordInput-module__root .PasswordInput-module__level-strong{display:none}.Card-module__root{width:400px;background-color:var(--color-card-background);border-radius:var(--card-radius);display:grid;border:1px solid var(--color-stroke-base);position:relative;overflow:hidden}@media (max-width: 480px){.Card-module__root{width:343px}}@media (max-width: 1024px){.Card-module__root.Card-module__fullest-set{width:300px}.Card-module__root.Card-module__fullest-set.Card-module__footer-filled{width:343px}}@media (min-width: 1025px){.Card-module__root.Card-module__fullest-set{width:600px}}.Card-module__root.Card-module__elevation{box-shadow:var(--elevation-100);border:none}.Card-module__root .Card-module__card-content{padding-top:var(--card-padding);overflow:hidden}.Card-module__root .Card-module__with-spot-img{width:80%}.Card-module__root .Card-module__header-container.Card-module__with-header{padding:0 var(--large) var(--medium) var(--large)}.Card-module__root .Card-module__header-container .Card-module__header{margin-bottom:0;padding-right:var(--smallExtra)}.Card-module__root .Card-module__header-container.Card-module__icon{display:flex;justify-content:space-between;align-items:center}.Card-module__root .Card-module__header-container.Card-module__tertiary{display:flex;justify-content:space-between;align-items:baseline}@media (min-width: 1025px){.Card-module__root .Card-module__header-container .Card-module__icon-button-size{min-width:calc(var(--largeExtra)*1.5);min-height:calc(var(--largeExtra)*1.5)}}.Card-module__root .Card-module__header{font-family:var(--small-heading-md-font-family);font-size:var(--small-heading-md-font-size);font-weight:var(--small-heading-md-font-weight);letter-spacing:var(--small-heading-md-letter-spacing);line-height:var(--small-heading-md-line-height);text-decoration:var(--small-heading-md-text-decoration);text-transform:var(--small-heading-md-text-transform);color:var(--color-neutral-on-surface);text-align:left}@media (min-width: 1025px){.Card-module__root .Card-module__header{font-family:var(--large-heading-md-font-family);font-size:var(--large-heading-md-font-size);font-weight:var(--large-heading-md-font-weight);letter-spacing:var(--large-heading-md-letter-spacing);line-height:var(--large-heading-md-line-height);text-decoration:var(--large-heading-md-text-decoration);text-transform:var(--large-heading-md-text-transform)}}.Card-module__root .Card-module__header-link{align-self:center}.Card-module__root .Card-module__hero-img{object-fit:cover;width:100%;height:140px}@media (max-width: 480px){.Card-module__root .Card-module__hero-img{height:120px}}.Card-module__root .Card-module__hero-img.Card-module__illustration{height:auto}.Card-module__root .Card-module__spot-img-container{position:absolute;top:0;right:0;overflow:hidden;border-radius:var(--radius-large);margin-top:-1rem;margin-right:-1rem;width:104px;height:104px}@media (max-width: 480px){.Card-module__root .Card-module__spot-img-container{width:72px;height:72px;margin-top:-.5rem;margin-right:-.5rem}}.Card-module__root .Card-module__main-content{padding:var(--none) var(--card-padding) var(--card-padding) var(--card-padding);color:var(--color-text-base)}.Card-module__root .Card-module__footer{display:flex;padding:var(--none) var(--card-padding) var(--card-padding) var(--card-padding);gap:var(--card-space-between)}@media (max-width: 480px){.Card-module__root .Card-module__footer{flex-direction:column}}@media (max-width: 1024px){.Card-module__root .Card-module__footer.Card-module__fullest-set{flex-direction:column}}.Card-module__root .Card-module__footer.Card-module__footer-filled{padding:15px var(--card-padding) var(--card-space-between);border-top:1px solid var(--color-stroke-base);background:var(--color-card-footer-background-filled)}.Card-module__root .Card-module__align-left{justify-content:flex-start}.Card-module__root .Card-module__align-center{justify-content:center}.Card-module__root .Card-module__align-right{justify-content:flex-end}@media (max-width: 480px){.Card-module__root .Card-module__item{width:100%;display:flex;justify-content:center}}@media (max-width: 1024px){.Card-module__root .Card-module__fullest-set .Card-module__item{width:100%;display:flex;justify-content:center}}.Toggle-module__root{display:flex;flex-direction:column;margin-bottom:0}.Toggle-module__root .Toggle-module__control{position:relative}.Toggle-module__root .Toggle-module__helpNode{font-family:var(--small-small-default-font-family);font-size:var(--small-small-default-font-size);font-weight:var(--small-small-default-font-weight);letter-spacing:var(--small-small-default-letter-spacing);line-height:var(--small-small-default-line-height);text-decoration:var(--small-small-default-text-decoration);text-transform:var(--small-small-default-text-transform);margin-bottom:var(--form-input-control-gap);color:var(--color-form-input-label-text-helper)}@media (min-width: 1025px){.Toggle-module__root .Toggle-module__helpNode{font-family:var(--large-small-default-font-family);font-size:var(--large-small-default-font-size);font-weight:var(--large-small-default-font-weight);letter-spacing:var(--large-small-default-letter-spacing);line-height:var(--large-small-default-line-height);text-decoration:var(--large-small-default-text-decoration);text-transform:var(--large-small-default-text-transform)}}.Toggle-module__root.Toggle-module__withHelpNode .Toggle-module__label{margin-bottom:0}.Toggle-module__root.Toggle-module__isLoading .Toggle-module__item{padding-right:36px}.Toggle-module__root.Toggle-module__disabled .Toggle-module__icon svg{fill:var(--color-form-input-control-icon-disabled)}.Toggle-module__root.Toggle-module__containsError .Toggle-module__label{color:var(--color-form-input-label-text-label-error)}.Toggle-module__root.Toggle-module__containsError .Toggle-module__item,.Toggle-module__root.Toggle-module__containsError .Toggle-module__itemContainer.Toggle-module__with-units{color:var(--color-form-input-control-text-filled);background-color:var(--color-form-input-control-background-default);border-color:var(--color-form-input-control-stroke-error)}.Toggle-module__root.Toggle-module__containsWarning .Toggle-module__item,.Toggle-module__root.Toggle-module__containsWarning .Toggle-module__itemContainer.Toggle-module__with-units{color:var(--color-form-input-control-text-filled);background-color:var(--color-form-input-control-background-default);border-color:var(--color-form-input-control-stroke-warning)}.Toggle-module__root .Toggle-module__on-off-label{font-family:var(--small-input-default-font-family);font-size:var(--small-input-default-font-size);font-weight:var(--small-input-default-font-weight);letter-spacing:var(--small-input-default-letter-spacing);line-height:var(--small-input-default-line-height);text-decoration:var(--small-input-default-text-decoration);text-transform:var(--small-input-default-text-transform);color:var(--color-form-input-label-text-label-default)}@media (min-width: 1025px){.Toggle-module__root .Toggle-module__on-off-label{font-family:var(--large-input-default-font-family);font-size:var(--large-input-default-font-size);font-weight:var(--large-input-default-font-weight);letter-spacing:var(--large-input-default-letter-spacing);line-height:var(--large-input-default-line-height);text-decoration:var(--large-input-default-text-decoration);text-transform:var(--large-input-default-text-transform)}}.Toggle-module__root .Toggle-module__control{width:var(--form-input-toggle-control-width);height:var(--form-input-toggle-control-height);flex-shrink:0;margin-right:var(--form-input-toggle-control-gap)}.Toggle-module__root .Toggle-module__input{display:flex;align-items:center;padding:var(--form-input-toggle-control-padding)}@supports (contain: none){.Toggle-module__root .Toggle-module__input:has(.Toggle-module__item:not(:disabled)):focus-visible{outline:none;border-radius:var(--form-input-control-radius);box-shadow:0 0 0 2px var(--color-effect-focus-padding),var(--elevation-focusDefault)}.Toggle-module__root .Toggle-module__input:has(.Toggle-module__item:not(:disabled)):focus-visible .Toggle-module__track{transition:border-color .3s ease;border:2px solid var(--color-form-input-control-stroke-hover)}.Toggle-module__root .Toggle-module__input:has(.Toggle-module__item:not(:disabled)):focus-visible .Toggle-module__track:after{background-color:var(--color-form-input-control-icon-hover)}.Toggle-module__root .Toggle-module__input:has(.Toggle-module__item:not(:disabled)):focus-visible .Toggle-module__on-off-label{color:var(--color-form-input-control-text-hover)}}@supports (contain: none){.Toggle-module__root .Toggle-module__input:has(.Toggle-module__item:not(:disabled)):focus-within{outline:none;border-radius:var(--form-input-control-radius);box-shadow:0 0 0 2px var(--color-effect-focus-padding),var(--elevation-focusDefault)}.Toggle-module__root .Toggle-module__input:has(.Toggle-module__item:not(:disabled)):focus-within .Toggle-module__track{transition:border-color .3s ease;border:2px solid var(--color-form-input-control-stroke-hover)}.Toggle-module__root .Toggle-module__input:has(.Toggle-module__item:not(:disabled)):focus-within .Toggle-module__track:after{background-color:var(--color-form-input-control-icon-hover)}.Toggle-module__root .Toggle-module__input:has(.Toggle-module__item:not(:disabled)):focus-within .Toggle-module__on-off-label{color:var(--color-form-input-control-text-hover)}}@supports not (contain: none){.Toggle-module__root .Toggle-module__input:has(.Toggle-module__item:not(:disabled)):focus{outline:none;border-radius:var(--form-input-control-radius);box-shadow:0 0 0 2px var(--color-effect-focus-padding),var(--elevation-focusDefault)}.Toggle-module__root .Toggle-module__input:has(.Toggle-module__item:not(:disabled)):focus .Toggle-module__track{transition:border-color .3s ease;border:2px solid var(--color-form-input-control-stroke-hover)}.Toggle-module__root .Toggle-module__input:has(.Toggle-module__item:not(:disabled)):focus .Toggle-module__track:after{background-color:var(--color-form-input-control-icon-hover)}.Toggle-module__root .Toggle-module__input:has(.Toggle-module__item:not(:disabled)):focus .Toggle-module__on-off-label{color:var(--color-form-input-control-text-hover)}}.Toggle-module__root .Toggle-module__input:has(.Toggle-module__item:not(:disabled)):hover .Toggle-module__track{transition:border-color .3s ease;border:2px solid var(--color-form-input-control-stroke-hover)}.Toggle-module__root .Toggle-module__input:has(.Toggle-module__item:not(:disabled)):hover .Toggle-module__track:after{background-color:var(--color-form-input-control-icon-hover)}.Toggle-module__root .Toggle-module__input:has(.Toggle-module__item:not(:disabled)):hover .Toggle-module__on-off-label{color:var(--color-form-input-control-text-hover)}.Toggle-module__root .Toggle-module__input:has(.Toggle-module__item:not(:disabled)):active .Toggle-module__track{transition:border-color .3s ease;border:2px solid var(--color-form-input-control-toggle-stroke-pressed)}.Toggle-module__root .Toggle-module__input:has(.Toggle-module__item:not(:disabled)):active .Toggle-module__track:after{background-color:var(--color-form-input-control-toggle-knob-pressed)}.Toggle-module__root .Toggle-module__input:has(.Toggle-module__item:not(:disabled)):active .Toggle-module__on-off-label{color:var(--color-form-input-label-text-label-default)}.Toggle-module__root .Toggle-module__input:has(.Toggle-module__item:disabled),.Toggle-module__root .Toggle-module__input:has(.Toggle-module__item:disabled) .Toggle-module__item{cursor:not-allowed}.Toggle-module__root .Toggle-module__input:has(.Toggle-module__item:disabled) .Toggle-module__track{background-color:var(--color-form-input-control-background-disabled);border:1px solid var(--color-form-input-control-stroke-disabled)}.Toggle-module__root .Toggle-module__input:has(.Toggle-module__item:disabled) .Toggle-module__track:after{background-color:var(--color-form-input-control-toggle-knob-disabled)}.Toggle-module__root .Toggle-module__input:has(.Toggle-module__item:disabled) .Toggle-module__on-off-label{color:var(--color-form-input-control-text-disabled)}.Toggle-module__root .Toggle-module__input:has(.Toggle-module__item:checked) .Toggle-module__track{background-color:var(--color-form-input-control-toggle-background-default-selected);border:none}.Toggle-module__root .Toggle-module__input:has(.Toggle-module__item:checked) .Toggle-module__track:after{background-color:var(--color-form-input-control-toggle-knob-on-selected);transform:translate(28px, -50%)}@supports (contain: none){.Toggle-module__root .Toggle-module__input:has(.Toggle-module__item:checked):has(.Toggle-module__item:not(:disabled)):focus-visible .Toggle-module__track{background-color:--color-form-input-control-toggle-background-hover-selected;border:none}.Toggle-module__root .Toggle-module__input:has(.Toggle-module__item:checked):has(.Toggle-module__item:not(:disabled)):focus-visible .Toggle-module__track:after{background-color:var(--color-form-input-control-toggle-knob-on-selected)}}@supports (contain: none){.Toggle-module__root .Toggle-module__input:has(.Toggle-module__item:checked):has(.Toggle-module__item:not(:disabled)):focus-within .Toggle-module__track{background-color:--color-form-input-control-toggle-background-hover-selected;border:none}.Toggle-module__root .Toggle-module__input:has(.Toggle-module__item:checked):has(.Toggle-module__item:not(:disabled)):focus-within .Toggle-module__track:after{background-color:var(--color-form-input-control-toggle-knob-on-selected)}}@supports not (contain: none){.Toggle-module__root .Toggle-module__input:has(.Toggle-module__item:checked):has(.Toggle-module__item:not(:disabled)):focus .Toggle-module__track{background-color:--color-form-input-control-toggle-background-hover-selected;border:none}.Toggle-module__root .Toggle-module__input:has(.Toggle-module__item:checked):has(.Toggle-module__item:not(:disabled)):focus .Toggle-module__track:after{background-color:var(--color-form-input-control-toggle-knob-on-selected)}}.Toggle-module__root .Toggle-module__input:has(.Toggle-module__item:checked):has(.Toggle-module__item:not(:disabled)):hover .Toggle-module__track{background-color:var(--color-form-input-control-toggle-background-hover-selected);border:none}.Toggle-module__root .Toggle-module__input:has(.Toggle-module__item:checked):has(.Toggle-module__item:not(:disabled)):hover .Toggle-module__track:after{background-color:var(--color-form-input-control-toggle-knob-on-selected)}.Toggle-module__root .Toggle-module__input:has(.Toggle-module__item:checked):has(.Toggle-module__item:not(:disabled)):hover .Toggle-module__on-off-label{color:var(--color-form-input-control-text-hover)}.Toggle-module__root .Toggle-module__input:has(.Toggle-module__item:checked):has(.Toggle-module__item:not(:disabled)):active .Toggle-module__track{background-color:var(--color-form-input-control-toggle-background-hover-selected);border:none}.Toggle-module__root .Toggle-module__input:has(.Toggle-module__item:checked):has(.Toggle-module__item:not(:disabled)):active .Toggle-module__track:after{background-color:var(--color-form-input-control-toggle-knob-on-selected)}.Toggle-module__root .Toggle-module__input:has(.Toggle-module__item:checked):has(.Toggle-module__item:disabled) .Toggle-module__track{background-color:var(--color-form-input-control-background-disabled);border:1px solid var(--color-form-input-control-stroke-disabled)}.Toggle-module__root .Toggle-module__input:has(.Toggle-module__item:checked):has(.Toggle-module__item:disabled) .Toggle-module__track:after{background-color:var(--color-form-input-control-toggle-knob-disabled)}.Toggle-module__root .Toggle-module__item{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;z-index:100;overflow:hidden;cursor:pointer}.Toggle-module__root .Toggle-module__track{background-color:var(--color-form-input-control-toggle-background-default);border:1px solid var(--color-form-input-control-stroke-default);transition:.3s;user-select:none;pointer-events:none;width:100%;height:100%;border-radius:var(--radius-large)}.Toggle-module__root .Toggle-module__track:after{position:absolute;top:50%;transform:translateY(-50%);z-index:200;content:"";width:var(--form-input-toggle-control-icon-height);height:var(--form-input-toggle-control-icon-height);left:var(--smallExtra2X);transition:.3s;border-radius:var(--radius-large);background-color:var(--color-form-input-control-toggle-knob-default)}.Panel-module__triggerContainer{padding:0;cursor:pointer;background:none;border:none;user-select:none;appearance:none;outline:none;color:var(--color-navigation-text-default)}.Panel-module__contentContainer{overflow:hidden;color:var(--color-text-base)}.Accordion-module__root .Accordion-module__triggerContainer{position:relative;display:flex;align-items:center;justify-content:space-between;width:100%;padding:var(--accordion-header-padding-vertical) var(--accordion-header-padding-horizontal);color:var(--color-navigation-text-default);background-color:var(--color-navigation-accordion-header-background-default);border-bottom:1px solid var(--color-stroke-base)}.Accordion-module__root .Accordion-module__triggerContainer.Accordion-module__triggerArrowInverse{border-bottom:none}.Accordion-module__root .Accordion-module__triggerContainer.Accordion-module__triggerArrowInverse .Accordion-module__trigger-icon svg{fill:var(--color-navigation-icon-default)}@supports (contain: none){.Accordion-module__root .Accordion-module__triggerContainer:not(:disabled):focus-visible{outline:none;box-shadow:0 0 0 2px var(--color-accessibility-focus-inner-shadow),0 0 2px 4px var(--color-accessibility-focus-outer-shadow);color:var(--color-navigation-text-hover);background-color:var(--color-navigation-background-hover);box-shadow:0 0 0 2px var(--color-effect-focus-padding),var(--elevation-focusDefault);z-index:100}.Accordion-module__root .Accordion-module__triggerContainer:not(:disabled):focus-visible .Accordion-module__trigger{font-family:var(--small-body-strong-font-family);font-size:var(--small-body-strong-font-size);font-weight:var(--small-body-strong-font-weight);letter-spacing:var(--small-body-strong-letter-spacing);line-height:var(--small-body-strong-line-height);text-decoration:var(--small-body-strong-text-decoration);text-transform:var(--small-body-strong-text-transform)}@media (min-width: 1025px){.Accordion-module__root .Accordion-module__triggerContainer:not(:disabled):focus-visible .Accordion-module__trigger{font-family:var(--large-body-strong-font-family);font-size:var(--large-body-strong-font-size);font-weight:var(--large-body-strong-font-weight);letter-spacing:var(--large-body-strong-letter-spacing);line-height:var(--large-body-strong-line-height);text-decoration:var(--large-body-strong-text-decoration);text-transform:var(--large-body-strong-text-transform)}}.Accordion-module__root .Accordion-module__triggerContainer:not(:disabled):focus-visible .Accordion-module__triggerArrow{border:none}.Accordion-module__root .Accordion-module__triggerContainer.Accordion-module__triggerArrowInverse:not(:disabled):focus-visible svg,.Accordion-module__root .Accordion-module__triggerContainer:not(:disabled):focus-visible .Accordion-module__triggerArrow svg{fill:var(--color-navigation-icon-hover)}}@supports (contain: none){.Accordion-module__root .Accordion-module__triggerContainer:not(:disabled):focus-within{outline:none;box-shadow:0 0 0 2px var(--color-accessibility-focus-inner-shadow),0 0 2px 4px var(--color-accessibility-focus-outer-shadow);color:var(--color-navigation-text-hover);background-color:var(--color-navigation-background-hover);box-shadow:0 0 0 2px var(--color-effect-focus-padding),var(--elevation-focusDefault);z-index:100}.Accordion-module__root .Accordion-module__triggerContainer:not(:disabled):focus-within .Accordion-module__trigger{font-family:var(--small-body-strong-font-family);font-size:var(--small-body-strong-font-size);font-weight:var(--small-body-strong-font-weight);letter-spacing:var(--small-body-strong-letter-spacing);line-height:var(--small-body-strong-line-height);text-decoration:var(--small-body-strong-text-decoration);text-transform:var(--small-body-strong-text-transform)}@media (min-width: 1025px){.Accordion-module__root .Accordion-module__triggerContainer:not(:disabled):focus-within .Accordion-module__trigger{font-family:var(--large-body-strong-font-family);font-size:var(--large-body-strong-font-size);font-weight:var(--large-body-strong-font-weight);letter-spacing:var(--large-body-strong-letter-spacing);line-height:var(--large-body-strong-line-height);text-decoration:var(--large-body-strong-text-decoration);text-transform:var(--large-body-strong-text-transform)}}.Accordion-module__root .Accordion-module__triggerContainer:not(:disabled):focus-within .Accordion-module__triggerArrow{border:none}.Accordion-module__root .Accordion-module__triggerContainer:not(:disabled):focus-within .Accordion-module__triggerArrow svg{fill:var(--color-navigation-icon-hover)}.Accordion-module__root .Accordion-module__triggerContainer.Accordion-module__triggerArrowInverse:not(:disabled):focus-within svg{fill:var(--color-navigation-icon-hover)}}@supports not (contain: none){.Accordion-module__root .Accordion-module__triggerContainer:not(:disabled):focus{outline:none;box-shadow:0 0 0 2px var(--color-accessibility-focus-inner-shadow),0 0 2px 4px var(--color-accessibility-focus-outer-shadow);color:var(--color-navigation-text-hover);background-color:var(--color-navigation-background-hover);box-shadow:0 0 0 2px var(--color-effect-focus-padding),var(--elevation-focusDefault);z-index:100}.Accordion-module__root .Accordion-module__triggerContainer:not(:disabled):focus .Accordion-module__trigger{font-family:var(--small-body-strong-font-family);font-size:var(--small-body-strong-font-size);font-weight:var(--small-body-strong-font-weight);letter-spacing:var(--small-body-strong-letter-spacing);line-height:var(--small-body-strong-line-height);text-decoration:var(--small-body-strong-text-decoration);text-transform:var(--small-body-strong-text-transform)}@media (min-width: 1025px){.Accordion-module__root .Accordion-module__triggerContainer:not(:disabled):focus .Accordion-module__trigger{font-family:var(--large-body-strong-font-family);font-size:var(--large-body-strong-font-size);font-weight:var(--large-body-strong-font-weight);letter-spacing:var(--large-body-strong-letter-spacing);line-height:var(--large-body-strong-line-height);text-decoration:var(--large-body-strong-text-decoration);text-transform:var(--large-body-strong-text-transform)}}.Accordion-module__root .Accordion-module__triggerContainer:not(:disabled):focus .Accordion-module__triggerArrow{border:none}.Accordion-module__root .Accordion-module__triggerContainer.Accordion-module__triggerArrowInverse:not(:disabled):focus svg,.Accordion-module__root .Accordion-module__triggerContainer:not(:disabled):focus .Accordion-module__triggerArrow svg{fill:var(--color-navigation-icon-hover)}}.Accordion-module__root .Accordion-module__triggerContainer:not(:disabled):hover{color:var(--color-navigation-text-hover);background-color:var(--color-navigation-background-hover)}.Accordion-module__root .Accordion-module__triggerContainer.Accordion-module__triggerArrowInverse:not(:disabled):hover svg{fill:var(--color-navigation-icon-hover)}.Accordion-module__root .Accordion-module__triggerContainer:not(:disabled):active{color:var(--color-navigation-text-pressed);background-color:var(--color-navigation-accordion-header-background-pressed)}.Accordion-module__root .Accordion-module__triggerContainer.Accordion-module__triggerArrowInverse:not(:disabled):active svg,.Accordion-module__root .Accordion-module__triggerContainer:not(:disabled):active .Accordion-module__triggerArrow svg{fill:var(--color-navigation-icon-pressed)}.Accordion-module__root .Accordion-module__triggerContainer:not(:disabled):active .Accordion-module__trigger,.Accordion-module__root .Accordion-module__triggerContainer:not(:disabled):hover .Accordion-module__trigger{font-family:var(--small-body-strong-font-family);font-size:var(--small-body-strong-font-size);font-weight:var(--small-body-strong-font-weight);letter-spacing:var(--small-body-strong-letter-spacing);line-height:var(--small-body-strong-line-height);text-decoration:var(--small-body-strong-text-decoration);text-transform:var(--small-body-strong-text-transform)}@media (min-width: 1025px){.Accordion-module__root .Accordion-module__triggerContainer:not(:disabled):active .Accordion-module__trigger,.Accordion-module__root .Accordion-module__triggerContainer:not(:disabled):hover .Accordion-module__trigger{font-family:var(--large-body-strong-font-family);font-size:var(--large-body-strong-font-size);font-weight:var(--large-body-strong-font-weight);letter-spacing:var(--large-body-strong-letter-spacing);line-height:var(--large-body-strong-line-height);text-decoration:var(--large-body-strong-text-decoration);text-transform:var(--large-body-strong-text-transform)}}.Accordion-module__root .Accordion-module__triggerContainer:not(:disabled):active .Accordion-module__triggerArrow,.Accordion-module__root .Accordion-module__triggerContainer:not(:disabled):hover .Accordion-module__triggerArrow{border:none}.Accordion-module__root .Accordion-module__triggerContainer:disabled{cursor:not-allowed;color:var(--color-text-disabled);background-color:var(--color-background-base)}.Accordion-module__root .Accordion-module__triggerContainer.Accordion-module__triggerArrowInverse:disabled{border-bottom:none}.Accordion-module__root .Accordion-module__triggerContainer.Accordion-module__triggerArrowInverse:disabled .Accordion-module__trigger-icon svg,.Accordion-module__root .Accordion-module__triggerContainer.Accordion-module__triggerArrowInverse:disabled .Accordion-module__triggerArrow svg,.Accordion-module__root .Accordion-module__triggerContainer:disabled .Accordion-module__triggerArrow svg{fill:var(--color-icon-disabled)}.Accordion-module__root .Accordion-module__triggerContainer:not(:last-of-type){padding-bottom:calc(var(--accordion-header-padding-vertical) - 1px)}.Accordion-module__root .Accordion-module__trigger{font-family:var(--small-body-medium-font-family);font-size:var(--small-body-medium-font-size);font-weight:var(--small-body-medium-font-weight);letter-spacing:var(--small-body-medium-letter-spacing);line-height:var(--small-body-medium-line-height);text-decoration:var(--small-body-medium-text-decoration);text-transform:var(--small-body-medium-text-transform);text-align:left}@media (min-width: 1025px){.Accordion-module__root .Accordion-module__trigger{font-family:var(--large-body-medium-font-family);font-size:var(--large-body-medium-font-size);font-weight:var(--large-body-medium-font-weight);letter-spacing:var(--large-body-medium-letter-spacing);line-height:var(--large-body-medium-line-height);text-decoration:var(--large-body-medium-text-decoration);text-transform:var(--large-body-medium-text-transform)}}.Accordion-module__root .Accordion-module__triggerArrow{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:48px;height:48px;margin-left:var(--accordion-header-gap)}.Accordion-module__root .Accordion-module__triggerArrow svg{width:var(--height-icon);height:var(--height-icon);transition:transform var(--motion-ease-in-out)}.Accordion-module__root .Accordion-module__triggerArrowInverse svg,.Accordion-module__root .Accordion-module__triggerArrow svg{fill:var(--color-navigation-accordion-header-icon-expand-default)}.Accordion-module__root .Accordion-module__triggerArrowInverse svg.Accordion-module__arrow{transform:rotate(180deg)}.Accordion-module__root .Accordion-module__content{background-color:var(--color-background-subdued);border-bottom:1px solid var(--color-stroke-base);padding:var(--accordion-body-padding)}.Accordion-module__root .Accordion-module__trigger-icon{display:flex;align-items:center;width:100%}.Accordion-module__root .Accordion-module__trigger-icon svg{width:var(--height-icon);height:var(--height-icon);margin-right:var(--accordion-header-label-padding-left)}.Accordion-module__root .Accordion-module__with-icon.Accordion-module__with-description{display:grid;grid-template-columns:var(--large) 1fr;grid-template-rows:auto 1fr;row-gap:var(--accordion-header-label-gap)}.Accordion-module__root .Accordion-module__with-icon.Accordion-module__with-description svg{align-self:center}.Accordion-module__root .Accordion-module__with-icon.Accordion-module__no-description{display:flex}.Accordion-module__root .Accordion-module__description{font-family:var(--small-small-default-font-family);font-size:var(--small-small-default-font-size);font-weight:var(--small-small-default-font-weight);letter-spacing:var(--small-small-default-letter-spacing);line-height:var(--small-small-default-line-height);text-decoration:var(--small-small-default-text-decoration);text-transform:var(--small-small-default-text-transform);text-align:left;grid-column-start:2;color:var(--color-text-subdued)}@media (min-width: 1025px){.Accordion-module__root .Accordion-module__description{font-family:var(--large-small-default-font-family);font-size:var(--large-small-default-font-size);font-weight:var(--large-small-default-font-weight);letter-spacing:var(--large-small-default-letter-spacing);line-height:var(--large-small-default-line-height);text-decoration:var(--large-small-default-text-decoration);text-transform:var(--large-small-default-text-transform)}}.Accordion-module__root .Accordion-module__description.Accordion-module__no-icon{margin-top:8px}@media (min-width: 768px){.ProgressTracker-module__root .ProgressTracker-module__step{display:none}.ProgressTracker-module__root .ProgressTracker-module__step.ProgressTracker-module__multi-label,.ProgressTracker-module__root .ProgressTracker-module__step.ProgressTracker-module__single-label{display:block}.ProgressTracker-module__root .ProgressTracker-module__counter{display:none}.ProgressTracker-module__root .ProgressTracker-module__counter.ProgressTracker-module__single-label{display:block}}.ProgressTracker-module__root .ProgressTracker-module__container{display:flex;justify-content:space-between;margin-bottom:var(--smallExtra)}.ProgressTracker-module__root .ProgressTracker-module__steps{flex-grow:1;display:flex;margin:0;padding:0}.ProgressTracker-module__root .ProgressTracker-module__step{font-family:var(--small-body-default-font-family);font-size:var(--small-body-default-font-size);font-weight:var(--small-body-default-font-weight);letter-spacing:var(--small-body-default-letter-spacing);line-height:var(--small-body-default-line-height);text-decoration:var(--small-body-default-text-decoration);text-transform:var(--small-body-default-text-transform);display:none;margin-bottom:0;color:var(--color-text-base)}@media (min-width: 1025px){.ProgressTracker-module__root .ProgressTracker-module__step{font-family:var(--large-body-default-font-family);font-size:var(--large-body-default-font-size);font-weight:var(--large-body-default-font-weight);letter-spacing:var(--large-body-default-letter-spacing);line-height:var(--large-body-default-line-height);text-decoration:var(--large-body-default-text-decoration);text-transform:var(--large-body-default-text-transform)}}.ProgressTracker-module__root .ProgressTracker-module__active{font-family:var(--small-body-strong-font-family);font-size:var(--small-body-strong-font-size);font-weight:var(--small-body-strong-font-weight);letter-spacing:var(--small-body-strong-letter-spacing);line-height:var(--small-body-strong-line-height);text-decoration:var(--small-body-strong-text-decoration);text-transform:var(--small-body-strong-text-transform);display:block;color:var(--color-text-base)}@media (min-width: 1025px){.ProgressTracker-module__root .ProgressTracker-module__active{font-family:var(--large-body-strong-font-family);font-size:var(--large-body-strong-font-size);font-weight:var(--large-body-strong-font-weight);letter-spacing:var(--large-body-strong-letter-spacing);line-height:var(--large-body-strong-line-height);text-decoration:var(--large-body-strong-text-decoration);text-transform:var(--large-body-strong-text-transform)}}.ProgressTracker-module__root .ProgressTracker-module__counter{font-family:var(--small-body-default-font-family);font-size:var(--small-body-default-font-size);font-weight:var(--small-body-default-font-weight);letter-spacing:var(--small-body-default-letter-spacing);line-height:var(--small-body-default-line-height);text-decoration:var(--small-body-default-text-decoration);text-transform:var(--small-body-default-text-transform);color:var(--color-text-base);padding-top:6px}@media (min-width: 1025px){.ProgressTracker-module__root .ProgressTracker-module__counter{font-family:var(--large-body-default-font-family);font-size:var(--large-body-default-font-size);font-weight:var(--large-body-default-font-weight);letter-spacing:var(--large-body-default-letter-spacing);line-height:var(--large-body-default-line-height);text-decoration:var(--large-body-default-text-decoration);text-transform:var(--large-body-default-text-transform)}}.ProgressTracker-module__root .ProgressTracker-module__navigation-buttons{display:flex;justify-content:space-between;margin-bottom:var(--large)}.ProgressTracker-module__root .ProgressTracker-module__no-back-btn{justify-content:flex-end}@media (max-width: 768px){.ProgressTracker-module__root .ProgressTracker-module__counter{font-family:var(--small-small-default-font-family);font-size:var(--small-small-default-font-size);font-weight:var(--small-small-default-font-weight);letter-spacing:var(--small-small-default-letter-spacing);line-height:var(--small-small-default-line-height);text-decoration:var(--small-small-default-text-decoration);text-transform:var(--small-small-default-text-transform)}}@media (max-width: 768px) and (min-width: 1025px){.ProgressTracker-module__root .ProgressTracker-module__counter{font-family:var(--large-small-default-font-family);font-size:var(--large-small-default-font-size);font-weight:var(--large-small-default-font-weight);letter-spacing:var(--large-small-default-letter-spacing);line-height:var(--large-small-default-line-height);text-decoration:var(--large-small-default-text-decoration);text-transform:var(--large-small-default-text-transform)}}.MarkdownText-module__root h1{font-family:var(--small-heading-lg-font-family);font-size:var(--small-heading-lg-font-size);font-weight:var(--small-heading-lg-font-weight);letter-spacing:var(--small-heading-lg-letter-spacing);line-height:var(--small-heading-lg-line-height);text-decoration:var(--small-heading-lg-text-decoration);text-transform:var(--small-heading-lg-text-transform)}@media (min-width: 1025px){.MarkdownText-module__root h1{font-family:var(--large-heading-lg-font-family);font-size:var(--large-heading-lg-font-size);font-weight:var(--large-heading-lg-font-weight);letter-spacing:var(--large-heading-lg-letter-spacing);line-height:var(--large-heading-lg-line-height);text-decoration:var(--large-heading-lg-text-decoration);text-transform:var(--large-heading-lg-text-transform)}}.MarkdownText-module__root h2{font-family:var(--small-heading-md-font-family);font-size:var(--small-heading-md-font-size);font-weight:var(--small-heading-md-font-weight);letter-spacing:var(--small-heading-md-letter-spacing);line-height:var(--small-heading-md-line-height);text-decoration:var(--small-heading-md-text-decoration);text-transform:var(--small-heading-md-text-transform)}@media (min-width: 1025px){.MarkdownText-module__root h2{font-family:var(--large-heading-md-font-family);font-size:var(--large-heading-md-font-size);font-weight:var(--large-heading-md-font-weight);letter-spacing:var(--large-heading-md-letter-spacing);line-height:var(--large-heading-md-line-height);text-decoration:var(--large-heading-md-text-decoration);text-transform:var(--large-heading-md-text-transform)}}.MarkdownText-module__root h3{font-family:var(--small-heading-sm-font-family);font-size:var(--small-heading-sm-font-size);font-weight:var(--small-heading-sm-font-weight);letter-spacing:var(--small-heading-sm-letter-spacing);line-height:var(--small-heading-sm-line-height);text-decoration:var(--small-heading-sm-text-decoration);text-transform:var(--small-heading-sm-text-transform)}@media (min-width: 1025px){.MarkdownText-module__root h3{font-family:var(--large-heading-sm-font-family);font-size:var(--large-heading-sm-font-size);font-weight:var(--large-heading-sm-font-weight);letter-spacing:var(--large-heading-sm-letter-spacing);line-height:var(--large-heading-sm-line-height);text-decoration:var(--large-heading-sm-text-decoration);text-transform:var(--large-heading-sm-text-transform)}}.MarkdownText-module__root h4{font-family:var(--small-heading-xs-font-family);font-size:var(--small-heading-xs-font-size);font-weight:var(--small-heading-xs-font-weight);letter-spacing:var(--small-heading-xs-letter-spacing);line-height:var(--small-heading-xs-line-height);text-decoration:var(--small-heading-xs-text-decoration);text-transform:var(--small-heading-xs-text-transform)}@media (min-width: 1025px){.MarkdownText-module__root h4{font-family:var(--large-heading-xs-font-family);font-size:var(--large-heading-xs-font-size);font-weight:var(--large-heading-xs-font-weight);letter-spacing:var(--large-heading-xs-letter-spacing);line-height:var(--large-heading-xs-line-height);text-decoration:var(--large-heading-xs-text-decoration);text-transform:var(--large-heading-xs-text-transform)}}.MarkdownText-module__root a:visited{color:var(--color-text-link-visited)}.MarkdownText-module__root a:hover{color:var(--color-navigation-text-hover)}.MarkdownText-module__root li,.MarkdownText-module__root p{color:var(--color-text-base)}.MarkdownText-module__root p{margin-bottom:24px}@media (max-width: 480px){.MarkdownText-module__root p{margin-bottom:20px}}.MarkdownText-module__root p:last-of-type{margin-bottom:0}button,html,input,optgroup,select,textarea{line-height:1}*,:after,:before{box-sizing:inherit}audio,canvas,img,svg,video{vertical-align:middle}blockquote,figure,ol,p,ul{margin:0;padding:0}fieldset{border:none}html{box-sizing:border-box;font-size:100%;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--small-body-default-font-family);font-size:var(--small-body-default-font-size);font-weight:var(--small-body-default-font-weight);letter-spacing:var(--small-body-default-letter-spacing);line-height:var(--small-body-default-line-height);-webkit-text-decoration:var(--small-body-default-text-decoration);text-decoration:var(--small-body-default-text-decoration);text-transform:var(--small-body-default-text-transform);background:var(--color-background-base);color:var(--color-text-base)}@media (min-width: 1025px){body{font-family:var(--large-body-default-font-family);font-size:var(--large-body-default-font-size);font-weight:var(--large-body-default-font-weight);letter-spacing:var(--large-body-default-letter-spacing);line-height:var(--large-body-default-line-height);-webkit-text-decoration:var(--large-body-default-text-decoration);text-decoration:var(--large-body-default-text-decoration);text-transform:var(--large-body-default-text-transform)}}.visually-hidden:not(:focus):not(:active){position:absolute;width:1px;height:1px;clip:rect(0 0 0 0);-webkit-clip-path:inset(50%);clip-path:inset(50%);overflow:hidden;white-space:nowrap}h1,h2,h3,h4,h5,h6{margin:0 0 var(--medium);color:var(--color-text-base)}h1.heading-xs,h2.heading-xs,h3.heading-xs,h4.heading-xs,h5.heading-xs,h6.heading-xs{font-family:var(--small-heading-xs-font-family);font-size:var(--small-heading-xs-font-size);font-weight:var(--small-heading-xs-font-weight);letter-spacing:var(--small-heading-xs-letter-spacing);line-height:var(--small-heading-xs-line-height);-webkit-text-decoration:var(--small-heading-xs-text-decoration);text-decoration:var(--small-heading-xs-text-decoration);text-transform:var(--small-heading-xs-text-transform)}@media (min-width: 1025px){h1.heading-xs,h2.heading-xs,h3.heading-xs,h4.heading-xs,h5.heading-xs,h6.heading-xs{font-family:var(--large-heading-xs-font-family);font-size:var(--large-heading-xs-font-size);font-weight:var(--large-heading-xs-font-weight);letter-spacing:var(--large-heading-xs-letter-spacing);line-height:var(--large-heading-xs-line-height);-webkit-text-decoration:var(--large-heading-xs-text-decoration);text-decoration:var(--large-heading-xs-text-decoration);text-transform:var(--large-heading-xs-text-transform)}}h1.heading-sm,h2.heading-sm,h3.heading-sm,h4.heading-sm,h5.heading-sm,h6.heading-sm{font-family:var(--small-heading-sm-font-family);font-size:var(--small-heading-sm-font-size);font-weight:var(--small-heading-sm-font-weight);letter-spacing:var(--small-heading-sm-letter-spacing);line-height:var(--small-heading-sm-line-height);-webkit-text-decoration:var(--small-heading-sm-text-decoration);text-decoration:var(--small-heading-sm-text-decoration);text-transform:var(--small-heading-sm-text-transform)}@media (min-width: 1025px){h1.heading-sm,h2.heading-sm,h3.heading-sm,h4.heading-sm,h5.heading-sm,h6.heading-sm{font-family:var(--large-heading-sm-font-family);font-size:var(--large-heading-sm-font-size);font-weight:var(--large-heading-sm-font-weight);letter-spacing:var(--large-heading-sm-letter-spacing);line-height:var(--large-heading-sm-line-height);-webkit-text-decoration:var(--large-heading-sm-text-decoration);text-decoration:var(--large-heading-sm-text-decoration);text-transform:var(--large-heading-sm-text-transform)}}h1.heading-md,h2.heading-md,h3.heading-md,h4.heading-md,h5.heading-md,h6.heading-md{font-family:var(--small-heading-md-font-family);font-size:var(--small-heading-md-font-size);font-weight:var(--small-heading-md-font-weight);letter-spacing:var(--small-heading-md-letter-spacing);line-height:var(--small-heading-md-line-height);-webkit-text-decoration:var(--small-heading-md-text-decoration);text-decoration:var(--small-heading-md-text-decoration);text-transform:var(--small-heading-md-text-transform)}@media (min-width: 1025px){h1.heading-md,h2.heading-md,h3.heading-md,h4.heading-md,h5.heading-md,h6.heading-md{font-family:var(--large-heading-md-font-family);font-size:var(--large-heading-md-font-size);font-weight:var(--large-heading-md-font-weight);letter-spacing:var(--large-heading-md-letter-spacing);line-height:var(--large-heading-md-line-height);-webkit-text-decoration:var(--large-heading-md-text-decoration);text-decoration:var(--large-heading-md-text-decoration);text-transform:var(--large-heading-md-text-transform)}}h1.heading-lg,h2.heading-lg,h3.heading-lg,h4.heading-lg,h5.heading-lg,h6.heading-lg{font-family:var(--small-heading-lg-font-family);font-size:var(--small-heading-lg-font-size);font-weight:var(--small-heading-lg-font-weight);letter-spacing:var(--small-heading-lg-letter-spacing);line-height:var(--small-heading-lg-line-height);-webkit-text-decoration:var(--small-heading-lg-text-decoration);text-decoration:var(--small-heading-lg-text-decoration);text-transform:var(--small-heading-lg-text-transform)}@media (min-width: 1025px){h1.heading-lg,h2.heading-lg,h3.heading-lg,h4.heading-lg,h5.heading-lg,h6.heading-lg{font-family:var(--large-heading-lg-font-family);font-size:var(--large-heading-lg-font-size);font-weight:var(--large-heading-lg-font-weight);letter-spacing:var(--large-heading-lg-letter-spacing);line-height:var(--large-heading-lg-line-height);-webkit-text-decoration:var(--large-heading-lg-text-decoration);text-decoration:var(--large-heading-lg-text-decoration);text-transform:var(--large-heading-lg-text-transform)}}h1.heading-xl,h2.heading-xl,h3.heading-xl,h4.heading-xl,h5.heading-xl,h6.heading-xl{font-family:var(--small-heading-xl-font-family);font-size:var(--small-heading-xl-font-size);font-weight:var(--small-heading-xl-font-weight);letter-spacing:var(--small-heading-xl-letter-spacing);line-height:var(--small-heading-xl-line-height);-webkit-text-decoration:var(--small-heading-xl-text-decoration);text-decoration:var(--small-heading-xl-text-decoration);text-transform:var(--small-heading-xl-text-transform)}@media (min-width: 1025px){h1.heading-xl,h2.heading-xl,h3.heading-xl,h4.heading-xl,h5.heading-xl,h6.heading-xl{font-family:var(--large-heading-xl-font-family);font-size:var(--large-heading-xl-font-size);font-weight:var(--large-heading-xl-font-weight);letter-spacing:var(--large-heading-xl-letter-spacing);line-height:var(--large-heading-xl-line-height);-webkit-text-decoration:var(--large-heading-xl-text-decoration);text-decoration:var(--large-heading-xl-text-decoration);text-transform:var(--large-heading-xl-text-transform)}}p{margin-bottom:var(--large)}p:last-of-type{margin-bottom:0}a{font-family:var(--small-body-text-link-font-family);font-size:var(--small-body-text-link-font-size);font-weight:var(--small-body-text-link-font-weight);letter-spacing:var(--small-body-text-link-letter-spacing);line-height:var(--small-body-text-link-line-height);-webkit-text-decoration:var(--small-body-text-link-text-decoration);text-decoration:var(--small-body-text-link-text-decoration);text-transform:var(--small-body-text-link-text-transform);color:var(--color-text-link);transition:color .3s}@media (min-width: 1025px){a{font-family:var(--large-body-text-link-font-family);font-size:var(--large-body-text-link-font-size);font-weight:var(--large-body-text-link-font-weight);letter-spacing:var(--large-body-text-link-letter-spacing);line-height:var(--large-body-text-link-line-height);-webkit-text-decoration:var(--large-body-text-link-text-decoration);text-decoration:var(--large-body-text-link-text-decoration);text-transform:var(--large-body-text-link-text-transform)}}a:hover{color:var(--color-button2-text-hover)}small{font-family:var(--small-small-default-font-family);font-size:var(--small-small-default-font-size);font-weight:var(--small-small-default-font-weight);letter-spacing:var(--small-small-default-letter-spacing);line-height:var(--small-small-default-line-height);-webkit-text-decoration:var(--small-small-default-text-decoration);text-decoration:var(--small-small-default-text-decoration);text-transform:var(--small-small-default-text-transform)}@media (min-width: 1025px){small{font-family:var(--large-small-default-font-family);font-size:var(--large-small-default-font-size);font-weight:var(--large-small-default-font-weight);letter-spacing:var(--large-small-default-letter-spacing);line-height:var(--large-small-default-line-height);-webkit-text-decoration:var(--large-small-default-text-decoration);text-decoration:var(--large-small-default-text-decoration);text-transform:var(--large-small-default-text-transform)}}ol,ul{margin:var(--medium) 0 var(--largeExtra);padding:0 0 0 18px}ol li,ul li{margin:0;padding:0;display:list-item;list-style-position:outside}[data-theme=teladoc][data-mode=light]:root{--color-accessibility-focus-inner-shadow:#fff;--color-accessibility-focus-outer-shadow:rgba(60,23,232,0.6);--color-interactive-on-primary:#fff;--color-interactive-on-primary-shade:#fff;--color-interactive-on-primary-tint:#351f65;--color-interactive-on-secondary:#fff;--color-interactive-on-secondary-shade:#fff;--color-interactive-on-secondary-tint:#3910b8;--color-interactive-primary:#422981;--color-interactive-primary-shade:#351f65;--color-interactive-primary-tint:#efe9fc;--color-interactive-secondary:#5156f5;--color-interactive-secondary-shade:#3910b8;--color-interactive-secondary-tint:#f5f0fd;--color-neutral-background:#fff;--color-neutral-background-variant:#f7f9f9;--color-neutral-elevation:#000;--color-neutral-on-background:#171717;--color-neutral-on-background-subdued:#444443;--color-neutral-on-surface:#171717;--color-neutral-on-surface-inverted:#fff;--color-neutral-on-surface-inverted-shade:#fff;--color-neutral-on-surface-inverted-tint:#fff;--color-neutral-on-surface-placeholder:#444443;--color-neutral-on-surface-states-on-surface-disabled:#6f6f6f;--color-neutral-on-surface-subdued:#444443;--color-neutral-stroke:#dfe0df;--color-neutral-stroke-form-border:#6f6f6f;--color-neutral-surface:#fff;--color-neutral-surface-inverted:#171717;--color-neutral-surface-inverted-shade:#000;--color-neutral-surface-inverted-tint:#444443;--color-neutral-surface-shade:#dfe0df;--color-neutral-surface-states-surface-disabled:#dfe0df;--color-neutral-surface-variant:#f7f9f9;--color-status-critical:#cd000a;--color-status-critical-background:#fff;--color-status-critical-shade:#870002;--color-status-critical-tint:#fff2fc;--color-status-highlight:#0078bc;--color-status-highlight-shade:#00498a;--color-status-highlight-tint:#dcf3fa;--color-status-on-critical:#fff;--color-status-on-critical-background:#fff;--color-status-on-critical-shade:#fff;--color-status-on-critical-tint:#870002;--color-status-on-highlight:#fff;--color-status-on-highlight-shade:#fff;--color-status-on-highlight-tint:#00498a;--color-status-on-success:#fff;--color-status-on-success-shade:#fff;--color-status-on-success-tint:#005c00;--color-status-on-warning:#874600;--color-status-on-warning-shade:#fff;--color-status-on-warning-tint:#a25e00;--color-status-success:#078708;--color-status-success-shade:#005c00;--color-status-success-tint:#e5f5e5;--color-status-warning:#ffd60a;--color-status-warning-shade:#a25e00;--color-status-warning-tint:#fffdf2;--color-avatar-member-background:#dcf3fa;--color-avatar-member-text:#00498a;--color-avatar-provider-background:#efe9fc;--color-avatar-provider-text:#351f65;--color-background-base:#fff;--color-background-critical-base:#cd000a;--color-background-critical-subdued:#fff2fc;--color-background-disabled:#dfe0df;--color-background-info-base:#0078bc;--color-background-info-subdued:#dcf3fa;--color-background-overlay:rgba(0,0,0,0.35);--color-background-subdued:#f7f9f9;--color-background-success-base:#078708;--color-background-success-subdued:#e5f5e5;--color-background-transparent:hsla(0,0%,100%,0);--color-background-warning-base:#ffd60a;--color-background-warning-subdued:#fffdf2;--color-badge-notification-text:#fff;--color-badge-stroke:#fff;--color-banner-background-error:#870002;--color-banner-background-info:#00498a;--color-banner-icon-warning:#693f00;--color-banner-text-warning:#693f00;--color-brand-primary1:#f9f5ff;--color-brand-primary2:#422981;--color-brand-primary3:#351f65;--color-brand-secondary1:#f5f0fd;--color-brand-secondary2:#5156f5;--color-brand-secondary3:#3910b8;--color-button1-background-default:#422981;--color-button1-background-hover:#f9f5ff;--color-button1-background-pressed:#351f65;--color-button1-destructive-background-hover:#fff2fc;--color-button1-destructive-background-pressed:#870002;--color-button1-destructive-icon-default:#fff;--color-button1-destructive-icon-hover:#870002;--color-button1-destructive-text-default:#fff;--color-button1-destructive-text-hover:#870002;--color-button1-icon-default:#fff;--color-button1-icon-hover:#351f65;--color-button1-icon-pressed:#fff;--color-button1-text-default:#fff;--color-button1-text-hover:#351f65;--color-button1-text-pressed:#fff;--color-button2-background-default:#fff;--color-button2-background-hover:#f5f0fd;--color-button2-button-tertiary-background-focus:#fff;--color-button2-button-tertiary-icon-hover:#5156f5;--color-button2-button-tertiary-text-hover:#5156f5;--color-button2-destructive-background-hover:#fff2fc;--color-button2-destructive-button-tertiary-icon-hover:#cd000a;--color-button2-destructive-button-tertiary-text-hover:#cd000a;--color-button2-destructive-icon-default:#cd000a;--color-button2-destructive-icon-hover:#870002;--color-button2-destructive-icon-pressed:#870002;--color-button2-destructive-stroke-default:#cd000a;--color-button2-destructive-stroke-hover:#870002;--color-button2-destructive-stroke-pressed:#870002;--color-button2-destructive-text-default:#cd000a;--color-button2-destructive-text-hover:#870002;--color-button2-destructive-text-pressed:#870002;--color-button2-icon-default:#5156f5;--color-button2-icon-hover:#3910b8;--color-button2-icon-pressed:#3910b8;--color-button2-stroke-default:#5156f5;--color-button2-stroke-hover:#3910b8;--color-button2-stroke-pressed:#3910b8;--color-button2-text-default:#5156f5;--color-button2-text-hover:#3910b8;--color-button2-text-pressed:#3910b8;--color-button-close-icon-default:#444443;--color-button-close-icon-hover:#5156f5;--color-button-close-icon-pressed:#3910b8;--color-button-close-stroke-hover:#5156f5;--color-button-close-stroke-pressed:#3910b8;--color-button-form-background-pressed:#3910b8;--color-button-form-icon-pressed:#fff;--color-card-background:#fff;--color-card-footer-background-filled:#f7f9f9;--color-data-viz-axis-baseline:#bbbcbc;--color-data-viz-axis-gridline:#ebedec;--color-data-viz-axis-radial:#dfe0df;--color-data-viz-data10-base:#ff637b;--color-data-viz-data10-hover:#e62338;--color-data-viz-data10-subdued:#ff637b;--color-data-viz-data11-base:#5156f5;--color-data-viz-data11-hover:#3910b8;--color-data-viz-data11-subdued:#5156f5;--color-data-viz-data12-base:#0a4c4b;--color-data-viz-data12-hover:#143131;--color-data-viz-data12-subdued:#0a4c4b;--color-data-viz-data1-base:#0078bc;--color-data-viz-data1-data-text:#0078bc;--color-data-viz-data1-hover:#005895;--color-data-viz-data1-subdued:#0078bc;--color-data-viz-data2-base:#ca01be;--color-data-viz-data2-data-text:#ca01be;--color-data-viz-data2-hover:#870061;--color-data-viz-data2-subdued:#ca01be;--color-data-viz-data3-base:#0fac27;--color-data-viz-data3-hover:#005c00;--color-data-viz-data3-subdued:#0fac27;--color-data-viz-data4-base:#5942b5;--color-data-viz-data4-hover:#422981;--color-data-viz-data4-subdued:#5942b5;--color-data-viz-data5-base:#ff485d;--color-data-viz-data5-hover:#cd000a;--color-data-viz-data5-subdued:#ff485d;--color-data-viz-data6-base:#009d1d;--color-data-viz-data6-hover:#005c00;--color-data-viz-data6-subdued:#009d1d;--color-data-viz-data7-base:#af0091;--color-data-viz-data7-hover:#870061;--color-data-viz-data7-subdued:#af0091;--color-data-viz-data8-base:#bc7900;--color-data-viz-data8-hover:#885400;--color-data-viz-data8-subdued:#bc7900;--color-data-viz-data9-base:#005895;--color-data-viz-data9-hover:#083965;--color-data-viz-data9-subdued:#005895;--color-data-viz-data-blood-pressure-default:rgba(81,86,245,0.4);--color-data-viz-goal-label:#fff;--color-data-viz-goal-line:#078708;--color-data-viz-goal-range:#e5f5e5;--color-data-viz-goal-stroke:#fff;--color-data-viz-label-axis-active:#171717;--color-data-viz-label-axis-default:#6f6f6f;--color-data-viz-label-axis-label:#6f6f6f;--color-data-viz-label-legend:#171717;--color-data-viz-label-y-axis-active:#171717;--color-data-viz-stroke-radial:#fff;--color-effect-elevation050:rgba(0,0,0,0.08);--color-effect-elevation100:rgba(0,0,0,0.16);--color-effect-elevation200:rgba(0,0,0,0.16);--color-effect-elevation300:rgba(0,0,0,0.16);--color-effect-focus-halo:rgba(81,86,245,0.6);--color-effect-focus-padding:#fff;--color-form-input-control-background-default:#fff;--color-form-input-control-background-disabled:#dfe0df;--color-form-input-control-background-view-only:#f7f9f9;--color-form-input-control-calendar-background-day-selected:#5156f5;--color-form-input-control-calendar-text-day-selected:#fff;--color-form-input-control-checkbox-background-error-selected:#cd000a;--color-form-input-control-checkbox-background-selected:#5156f5;--color-form-input-control-checkbox-background-view-only-selected:#6f6f6f;--color-form-input-control-checkbox-icon-disabled:#6f6f6f;--color-form-input-control-checkbox-icon-error-selected:#fff;--color-form-input-control-checkbox-icon-selected:#fff;--color-form-input-control-checkbox-icon-view-only-selected:#fff;--color-form-input-control-chip-background-error:#f7f9f9;--color-form-input-control-chip-background-hover:#f5f0fd;--color-form-input-control-chip-dismissible-background-default:#f7f9f9;--color-form-input-control-chip-dismissible-icon-default:#444443;--color-form-input-control-chip-dismissible-icon-pressed:#3910b8;--color-form-input-control-chip-dismissible-stroke-pressed:#3910b8;--color-form-input-control-chip-dismissible-text-default:#444443;--color-form-input-control-chip-dismissible-text-pressed:#3910b8;--color-form-input-control-chip-icon-default:#171717;--color-form-input-control-chip-stroke-default-selected:#5156f5;--color-form-input-control-chip-text-default:#171717;--color-form-input-control-icon-default:#444443;--color-form-input-control-icon-disabled:#6f6f6f;--color-form-input-control-icon-hover:#5156f5;--color-form-input-control-icon-view-only:#171717;--color-form-input-control-radio-icon-disabled:#6f6f6f;--color-form-input-control-radio-icon-error-selected:#cd000a;--color-form-input-control-radio-icon-selected:#5156f5;--color-form-input-control-radio-stroke-default-selected:#5156f5;--color-form-input-control-slider-background-handle-default:#5156f5;--color-form-input-control-slider-background-handle-disabled:#6f6f6f;--color-form-input-control-slider-background-handle-hover:#3910b8;--color-form-input-control-slider-background-handle-i-o-s:#fff;--color-form-input-control-slider-background-handle-pressed:#3910b8;--color-form-input-control-slider-background-track-active:#5156f5;--color-form-input-control-slider-background-track-active-disabled:#6f6f6f;--color-form-input-control-slider-background-track-base:#dfe0df;--color-form-input-control-slider-stroke-handle:#fff;--color-form-input-control-stroke-default:#6f6f6f;--color-form-input-control-stroke-disabled:#6f6f6f;--color-form-input-control-stroke-error:#cd000a;--color-form-input-control-stroke-hover:#5156f5;--color-form-input-control-stroke-warning:#a25e00;--color-form-input-control-switch-background:#dfe0df;--color-form-input-control-text-disabled:#6f6f6f;--color-form-input-control-text-filled:#171717;--color-form-input-control-text-hover:#5156f5;--color-form-input-control-text-placeholder:#444443;--color-form-input-control-toggle-background-default:#f7f9f9;--color-form-input-control-toggle-background-default-selected:#078708;--color-form-input-control-toggle-background-hover-selected:#005c00;--color-form-input-control-toggle-icon-disabled:#fff;--color-form-input-control-toggle-icon-selected:#078708;--color-form-input-control-toggle-knob-default:#444443;--color-form-input-control-toggle-knob-disabled:#6f6f6f;--color-form-input-control-toggle-knob-hover:#5156f5;--color-form-input-control-toggle-knob-on-selected:#fff;--color-form-input-control-toggle-knob-pressed:#3910b8;--color-form-input-control-toggle-stroke-pressed:#3910b8;--color-form-input-label-text-helper:#444443;--color-form-input-label-text-label-default:#171717;--color-form-input-label-text-label-error:#cd000a;--color-form-input-password-input-strength-indicator-status-average:#078708;--color-form-input-password-input-strength-indicator-status-strong:#078708;--color-form-input-password-input-strength-indicator-status-weak:#cd000a;--color-icon-base:#171717;--color-icon-critical:#cd000a;--color-icon-disabled:#6f6f6f;--color-icon-info:#0078bc;--color-icon-inverted:#fff;--color-icon-subdued:#444443;--color-icon-success:#078708;--color-icon-warning:#a25e00;--color-illustration-brand1:#351f65;--color-illustration-brand2:#00b5e2;--color-illustration-brand3:#fff;--color-illustration-brand4:#6240e8;--color-illustration-brand-no-mode-change1:#351f65;--color-illustration-brand-no-mode-change2:#00b5e2;--color-illustration-brand-no-mode-change3:#fff;--color-illustration-brand-no-mode-change4:#6240e8;--color-illustration-food1:#c43421;--color-illustration-food10:#5d4f78;--color-illustration-food11:#9d104a;--color-illustration-food12:#f37b86;--color-illustration-food13:#f5515f;--color-illustration-food14:#ffebc7;--color-illustration-food15:#e6c2a7;--color-illustration-food16:#e2e2d7;--color-illustration-food17:#00b5e2;--color-illustration-food2:#e96239;--color-illustration-food3:#eba743;--color-illustration-food4:#f3f4e6;--color-illustration-food5:#dae2ad;--color-illustration-food6:#9ab73c;--color-illustration-food7:#578139;--color-illustration-food8:#33551a;--color-illustration-food9:#7b4a27;--color-illustration-hair1:#171717;--color-illustration-hair2:#775664;--color-illustration-hair3:#a25e00;--color-illustration-hair4:#5e372e;--color-illustration-hair5:#2e2e2e;--color-illustration-hair6:#919291;--color-illustration-hair7:#dc8205;--color-illustration-hair8:#56463e;--color-illustration-illustration-hero-paver-aqua:#00b5e2;--color-illustration-illustration-hero-paver-berry:#ca01be;--color-illustration-illustration-hero-paver-green:#0fac26;--color-illustration-illustration-hero-paver-neutral:#f7f9f9;--color-illustration-illustration-hero-paver-plum:#351f65;--color-illustration-illustration-hero-paver-purple:#6240e8;--color-illustration-illustration-spot-background-aqua:#6fd6f1;--color-illustration-illustration-spot-background-aqua-subdued:#b0e9f8;--color-illustration-illustration-spot-background-berry:#ef73dc;--color-illustration-illustration-spot-background-berry-subdued:#fbcff1;--color-illustration-illustration-spot-background-green:#6cc56d;--color-illustration-illustration-spot-background-green-subdued:#cbf1bf;--color-illustration-illustration-spot-background-neutral0:#fff;--color-illustration-illustration-spot-background-neutral1:#f7f9f9;--color-illustration-illustration-spot-background-neutral2:#ebedec;--color-illustration-illustration-spot-background-neutral3:#dfe0df;--color-illustration-illustration-spot-background-plum:#b4a4ee;--color-illustration-illustration-spot-background-plum-subdued:#d6cbf6;--color-illustration-landscape1:#0fac26;--color-illustration-landscape2:#078708;--color-illustration-landscape3:#005c00;--color-illustration-neutral1:#fff;--color-illustration-neutral10:#232323;--color-illustration-neutral2:#f7f9f9;--color-illustration-neutral3:#ebedec;--color-illustration-neutral4:#dfe0df;--color-illustration-neutral5:#bbbcbc;--color-illustration-neutral6:#8b8c8c;--color-illustration-neutral7:#6f6f6f;--color-illustration-neutral8:#444443;--color-illustration-neutral9:#2b2b2b;--color-illustration-neutral-no-mode-change1:#fff;--color-illustration-neutral-no-mode-change10:#232323;--color-illustration-neutral-no-mode-change2:#f7f9f9;--color-illustration-neutral-no-mode-change3:#ebedec;--color-illustration-neutral-no-mode-change4:#dfe0df;--color-illustration-neutral-no-mode-change5:#bbbcbc;--color-illustration-neutral-no-mode-change6:#8b8c8c;--color-illustration-neutral-no-mode-change7:#6f6f6f;--color-illustration-neutral-no-mode-change8:#444443;--color-illustration-neutral-no-mode-change9:#2b2b2b;--color-illustration-skin-tone1:#e0ada6;--color-illustration-skin-tone2:#ecc19c;--color-illustration-skin-tone3:#e4b69d;--color-illustration-skin-tone4:#ceab97;--color-illustration-skin-tone5:#bd966a;--color-illustration-skin-tone6:#8a5d3b;--color-illustration-skin-tone7:#5e372e;--color-illustration-status-error:#fc6d6d;--color-illustration-status-success:#0fac26;--color-illustration-status-warning:#ffb54a;--color-illustration-wood-tones1:#582919;--color-illustration-wood-tones2:#c8a161;--color-illustration-wood-tones3:#9c855a;--color-illustration-wood-tones4:#957444;--color-illustration-wood-tones5:#7b4a27;--color-illustration-wood-tones6:#3f2e2b;--color-loading-indicator-icon:#351f65;--color-logo-paver-aqua:#00b5e2;--color-logo-paver-berry:#ca01be;--color-logo-paver-green:#0fac27;--color-logo-paver-plum-dm:#fff;--color-logo-paver-plum-lm:#351f65;--color-logo-paver-purple:#6240e8;--color-logo-type-connector-dm:#fff;--color-logo-type-connector-lm-aqua:#00b5e2;--color-logo-type-connector-lm-plum:#351f65;--color-modal-background-base:#fff;--color-navigation-accordion-header-background-default:#fff;--color-navigation-accordion-header-background-pressed:#fff;--color-navigation-accordion-header-icon-expand-default:#5156f5;--color-navigation-background-default:hsla(0,0%,100%,0);--color-navigation-background-hover:#f5f0fd;--color-navigation-background-pressed:hsla(0,0%,100%,0);--color-navigation-description-default:#444443;--color-navigation-description-hover:#444443;--color-navigation-description-pressed:#444443;--color-navigation-form-dropdown-background:#fff;--color-navigation-form-list-item-background-default:#fff;--color-navigation-form-list-item-background-pressed:#fff;--color-navigation-form-list-item-description-pressed:#444443;--color-navigation-form-list-item-icon-pressed:#3910b8;--color-navigation-form-list-item-text-pressed:#3910b8;--color-navigation-icon-current:#5156f5;--color-navigation-icon-default:#171717;--color-navigation-icon-hover:#3910b8;--color-navigation-icon-pressed:#3910b8;--color-navigation-icon-selected:#5156f5;--color-navigation-list-item-background-graphic-icon-default:#422981;--color-navigation-list-item-background-graphic-icon-success:#078708;--color-navigation-list-item-background-prominent-default:#fff;--color-navigation-list-item-background-prominent-hover:#f5f0fd;--color-navigation-list-item-background-prominent-pressed:#fff;--color-navigation-list-item-icon-graphic-icon-default:#fff;--color-navigation-list-item-icon-graphic-icon-success:#fff;--color-navigation-list-item-icon-navigate-default:#bbbcbc;--color-navigation-list-item-icon-simple-item-default:#5156f5;--color-navigation-list-item-text-simple-item-default:#5156f5;--color-navigation-pagination-background-current:#fff;--color-navigation-pagination-background-focus:#fff;--color-navigation-stroke-current:#5156f5;--color-navigation-tab-menu-container-background:#fff;--color-navigation-tab-menu-current:#171717;--color-navigation-tab-menu-default:#444443;--color-navigation-text-current:#5156f5;--color-navigation-text-default:#171717;--color-navigation-text-disabled:#6f6f6f;--color-navigation-text-hover:#3910b8;--color-navigation-text-pressed:#3910b8;--color-navigation-text-selected:#5156f5;--color-notification-inline-icon-critical:#870002;--color-notification-inline-icon-info:#00498a;--color-notification-inline-icon-success:#005c00;--color-notification-inline-stroke-critical:#fff2fc;--color-notification-inline-stroke-info:#dcf3fa;--color-notification-inline-stroke-success:#e5f5e5;--color-notification-inline-stroke-warning:#fffdf2;--color-notification-toast-background:#fff;--color-progress-tracker-active:#0078bc;--color-progress-tracker-base:#dfe0df;--color-scroll-indicator-fill:#6f6f6f;--color-skeleton-loading-indicator-fill:#dfe0df;--color-skeleton-loading-indicator-gradient0-percent:#bbbcbc;--color-skeleton-loading-indicator-gradient100-percent:#ebedec;--color-skeleton-loading-indicator-gradient80-percent:#dfe0df;--color-stroke-base:#dfe0df;--color-stroke-critical:#cd000a;--color-stroke-disabled:#6f6f6f;--color-stroke-info:#0078bc;--color-stroke-success:#078708;--color-stroke-warning:#a25e00;--color-tag-health-condition-background-neutral:#fff;--color-tag-health-condition-icon-critical:#fff;--color-tag-health-condition-icon-warning:#693f00;--color-tag-health-condition-text-critical:#fff;--color-tag-health-condition-text-warning:#693f00;--color-tag-informational-background-branded:#f9f5ff;--color-tag-informational-background-critical:#fff2fc;--color-tag-informational-background-info:#dcf3fa;--color-tag-informational-background-neutral:#fff;--color-tag-informational-background-success:#e5f5e5;--color-tag-informational-background-warning:#fffdf2;--color-tag-informational-icon-branded:#351f65;--color-tag-informational-icon-critical:#870002;--color-tag-informational-icon-info:#00498a;--color-tag-informational-icon-success:#005c00;--color-tag-informational-icon-warning:#885400;--color-tag-informational-stroke-branded:#351f65;--color-tag-informational-stroke-critical:#cd000a;--color-tag-informational-stroke-disabled:#dfe0df;--color-tag-informational-stroke-info:#0078bc;--color-tag-informational-stroke-neutral:#dfe0df;--color-tag-informational-stroke-success:#078708;--color-tag-informational-stroke-warning:#ffd60a;--color-tag-informational-text-branded:#351f65;--color-tag-informational-text-critical:#870002;--color-tag-informational-text-info:#00498a;--color-tag-informational-text-success:#005c00;--color-tag-informational-text-warning:#885400;--color-text-base:#171717;--color-text-disabled:#6f6f6f;--color-text-error:#cd000a;--color-text-inverted:#fff;--color-text-link:#5156f5;--color-text-link-visited:#3910b8;--color-text-subdued:#444443;--color-tooltip-background:#171717}[data-theme=teladoc][data-mode=dark]:root{--color-accessibility-focus-inner-shadow:#000;--color-accessibility-focus-outer-shadow:rgba(81,86,245,0.7);--color-interactive-on-primary:#fff;--color-interactive-on-primary-shade:#fff;--color-interactive-on-primary-tint:#171717;--color-interactive-on-secondary:#171717;--color-interactive-on-secondary-shade:#171717;--color-interactive-on-secondary-tint:#171717;--color-interactive-primary:#6b5cf5;--color-interactive-primary-shade:#6240e8;--color-interactive-primary-tint:#858df8;--color-interactive-secondary:#a1b1fa;--color-interactive-secondary-shade:#858df8;--color-interactive-secondary-tint:#858df8;--color-neutral-background:#121212;--color-neutral-background-variant:#232323;--color-neutral-elevation:#fff;--color-neutral-on-background:#f7f9f9;--color-neutral-on-background-subdued:#a3a4a4;--color-neutral-on-surface:#f7f9f9;--color-neutral-on-surface-inverted:#171717;--color-neutral-on-surface-inverted-shade:#171717;--color-neutral-on-surface-inverted-tint:#171717;--color-neutral-on-surface-placeholder:#a3a4a4;--color-neutral-on-surface-states-on-surface-disabled:#737474;--color-neutral-on-surface-subdued:#a3a4a4;--color-neutral-stroke:#434343;--color-neutral-stroke-form-border:#737474;--color-neutral-surface:#171717;--color-neutral-surface-inverted:#ebeded;--color-neutral-surface-inverted-shade:#dfe1e1;--color-neutral-surface-inverted-tint:#fff;--color-neutral-surface-shade:#1e1e1e;--color-neutral-surface-states-surface-disabled:#2b2b2b;--color-neutral-surface-variant:#1e1e1e;--color-status-critical:#ff485d;--color-status-critical-background:#e62338;--color-status-critical-shade:#ff637b;--color-status-critical-tint:#ffa5b9;--color-status-highlight:#00b5e2;--color-status-highlight-shade:#005895;--color-status-highlight-tint:#b0e9f8;--color-status-on-critical:#171717;--color-status-on-critical-background:#fff;--color-status-on-critical-shade:#171717;--color-status-on-critical-tint:#171717;--color-status-on-highlight:#171717;--color-status-on-highlight-shade:#fff;--color-status-on-highlight-tint:#171717;--color-status-on-success:#171717;--color-status-on-success-shade:#fff;--color-status-on-success-tint:#171717;--color-status-on-warning:#171717;--color-status-on-warning-shade:#171717;--color-status-on-warning-tint:#171717;--color-status-success:#0fac27;--color-status-success-shade:#178d2c;--color-status-success-tint:#9ce390;--color-status-warning:#d9a000;--color-status-warning-shade:#ecb801;--color-status-warning-tint:#a76c00;--color-avatar-member-background:#b0e9f8;--color-avatar-member-text:#000;--color-avatar-provider-background:#858df8;--color-avatar-provider-text:#000;--color-background-base:#121212;--color-background-critical-base:#e62338;--color-background-critical-subdued:#121212;--color-background-disabled:#2b2b2b;--color-background-info-base:#00b5e2;--color-background-info-subdued:#121212;--color-background-overlay:rgba(0,0,0,0.35);--color-background-subdued:#232323;--color-background-success-base:#0fac27;--color-background-success-subdued:#121212;--color-background-transparent:transparent;--color-background-warning-base:#ffe940;--color-background-warning-subdued:#121212;--color-badge-notification-text:#fff;--color-badge-stroke:#121212;--color-banner-background-error:#ff637b;--color-banner-background-info:#00b5e2;--color-banner-icon-warning:#000;--color-banner-text-warning:#000;--color-brand-primary1:#858df8;--color-brand-primary2:#6b5cf5;--color-brand-primary3:#6240e8;--color-brand-secondary1:#858df8;--color-brand-secondary2:#a1b1fa;--color-brand-secondary3:#858df8;--color-button1-background-default:#6b5cf5;--color-button1-background-hover:#858df8;--color-button1-background-pressed:#6240e8;--color-button1-destructive-background-hover:#ffa5b9;--color-button1-destructive-background-pressed:#ff637b;--color-button1-destructive-icon-default:#fff;--color-button1-destructive-icon-hover:#000;--color-button1-destructive-text-default:#fff;--color-button1-destructive-text-hover:#000;--color-button1-icon-default:#fff;--color-button1-icon-hover:#000;--color-button1-icon-pressed:#fff;--color-button1-text-default:#fff;--color-button1-text-hover:#000;--color-button1-text-pressed:#fff;--color-button2-background-default:#171717;--color-button2-background-hover:#858df8;--color-button2-button-tertiary-background-focus:#121212;--color-button2-button-tertiary-icon-hover:#a1b1fa;--color-button2-button-tertiary-text-hover:#a1b1fa;--color-button2-destructive-background-hover:#ffa5b9;--color-button2-destructive-button-tertiary-icon-hover:#ff485d;--color-button2-destructive-button-tertiary-text-hover:#ff485d;--color-button2-destructive-icon-default:#ff485d;--color-button2-destructive-icon-hover:#000;--color-button2-destructive-icon-pressed:#ff637b;--color-button2-destructive-stroke-default:#ff485d;--color-button2-destructive-stroke-hover:#ffa5b9;--color-button2-destructive-stroke-pressed:#ff637b;--color-button2-destructive-text-default:#ff485d;--color-button2-destructive-text-hover:#000;--color-button2-destructive-text-pressed:#ff637b;--color-button2-icon-default:#a1b1fa;--color-button2-icon-hover:#000;--color-button2-icon-pressed:#858df8;--color-button2-stroke-default:#a1b1fa;--color-button2-stroke-hover:#858df8;--color-button2-stroke-pressed:#858df8;--color-button2-text-default:#a1b1fa;--color-button2-text-hover:#000;--color-button2-text-pressed:#858df8;--color-button-close-icon-default:#a3a4a4;--color-button-close-icon-hover:#a1b1fa;--color-button-close-icon-pressed:#858df8;--color-button-close-stroke-hover:#a1b1fa;--color-button-close-stroke-pressed:#858df8;--color-button-form-background-pressed:#858df8;--color-button-form-icon-pressed:#000;--color-card-background:#232323;--color-card-footer-background-filled:#1e1e1e;--color-data-viz-axis-baseline:#8b8c8c;--color-data-viz-axis-gridline:#6f6f6f;--color-data-viz-axis-radial:#444443;--color-data-viz-data10-base:#ff637b;--color-data-viz-data10-hover:#b80006;--color-data-viz-data10-subdued:#ff637b;--color-data-viz-data11-base:#8a80f8;--color-data-viz-data11-hover:#3910b8;--color-data-viz-data11-subdued:#8a80f8;--color-data-viz-data12-base:#26a5ac;--color-data-viz-data12-hover:#0a4c4b;--color-data-viz-data12-subdued:#26a5ac;--color-data-viz-data1-base:#00b5e2;--color-data-viz-data1-data-text:#00b5e2;--color-data-viz-data1-hover:#005895;--color-data-viz-data1-subdued:#00b5e2;--color-data-viz-data2-base:#ef73dc;--color-data-viz-data2-data-text:#ef73dc;--color-data-viz-data2-hover:#870061;--color-data-viz-data2-subdued:#ef73dc;--color-data-viz-data3-base:#9ce390;--color-data-viz-data3-hover:#005c00;--color-data-viz-data3-subdued:#9ce390;--color-data-viz-data4-base:#b4a4ee;--color-data-viz-data4-hover:#422981;--color-data-viz-data4-subdued:#b4a4ee;--color-data-viz-data5-base:#ff485d;--color-data-viz-data5-hover:#b80006;--color-data-viz-data5-subdued:#ff485d;--color-data-viz-data6-base:#28ba34;--color-data-viz-data6-hover:#005c00;--color-data-viz-data6-subdued:#28ba34;--color-data-viz-data7-base:#e641d2;--color-data-viz-data7-hover:#870061;--color-data-viz-data7-subdued:#e641d2;--color-data-viz-data8-base:#d9a000;--color-data-viz-data8-hover:#885400;--color-data-viz-data8-subdued:#d9a000;--color-data-viz-data9-base:#6fd6f1;--color-data-viz-data9-hover:#00498a;--color-data-viz-data9-subdued:#6fd6f1;--color-data-viz-data-blood-pressure-default:rgba(161,177,250,0.4);--color-data-viz-goal-label:#000;--color-data-viz-goal-line:#0fac27;--color-data-viz-goal-range:#005c00;--color-data-viz-goal-stroke:#121212;--color-data-viz-label-axis-active:#f7f9f9;--color-data-viz-label-axis-default:#a3a4a4;--color-data-viz-label-axis-label:#a3a4a4;--color-data-viz-label-legend:#f7f9f9;--color-data-viz-label-y-axis-active:#f7f9f9;--color-data-viz-stroke-radial:#000;--color-effect-elevation050:rgba(0,0,0,0.96);--color-effect-elevation100:rgba(0,0,0,0.88);--color-effect-elevation200:rgba(0,0,0,0.8);--color-effect-elevation300:rgba(0,0,0,0.72);--color-effect-focus-halo:#bccffc;--color-effect-focus-padding:#121212;--color-form-input-control-background-default:#121212;--color-form-input-control-background-disabled:#2b2b2b;--color-form-input-control-background-view-only:#232323;--color-form-input-control-calendar-background-day-selected:#a1b1fa;--color-form-input-control-calendar-text-day-selected:#000;--color-form-input-control-checkbox-background-error-selected:#e62338;--color-form-input-control-checkbox-background-selected:#a1b1fa;--color-form-input-control-checkbox-background-view-only-selected:#737474;--color-form-input-control-checkbox-icon-disabled:#737474;--color-form-input-control-checkbox-icon-error-selected:#fff;--color-form-input-control-checkbox-icon-selected:#000;--color-form-input-control-checkbox-icon-view-only-selected:#f7f9f9;--color-form-input-control-chip-background-error:#232323;--color-form-input-control-chip-background-hover:#232323;--color-form-input-control-chip-dismissible-background-default:#232323;--color-form-input-control-chip-dismissible-icon-default:#a3a4a4;--color-form-input-control-chip-dismissible-icon-pressed:#858df8;--color-form-input-control-chip-dismissible-stroke-pressed:#858df8;--color-form-input-control-chip-dismissible-text-default:#a3a4a4;--color-form-input-control-chip-dismissible-text-pressed:#858df8;--color-form-input-control-chip-icon-default:#f7f9f9;--color-form-input-control-chip-stroke-default-selected:#a1b1fa;--color-form-input-control-chip-text-default:#f7f9f9;--color-form-input-control-icon-default:#a3a4a4;--color-form-input-control-icon-disabled:#737474;--color-form-input-control-icon-hover:#a1b1fa;--color-form-input-control-icon-view-only:#f7f9f9;--color-form-input-control-radio-icon-disabled:#737474;--color-form-input-control-radio-icon-error-selected:#ff485d;--color-form-input-control-radio-icon-selected:#a1b1fa;--color-form-input-control-radio-stroke-default-selected:#a1b1fa;--color-form-input-control-slider-background-handle-default:#a1b1fa;--color-form-input-control-slider-background-handle-disabled:#737474;--color-form-input-control-slider-background-handle-hover:#858df8;--color-form-input-control-slider-background-handle-i-o-s:#fff;--color-form-input-control-slider-background-handle-pressed:#858df8;--color-form-input-control-slider-background-track-active:#a1b1fa;--color-form-input-control-slider-background-track-active-disabled:#737474;--color-form-input-control-slider-background-track-base:#444443;--color-form-input-control-slider-stroke-handle:#121212;--color-form-input-control-stroke-default:#8b8c8c;--color-form-input-control-stroke-disabled:#737474;--color-form-input-control-stroke-error:#ff485d;--color-form-input-control-stroke-hover:#a1b1fa;--color-form-input-control-stroke-warning:#ecb801;--color-form-input-control-switch-background:#2b2b2b;--color-form-input-control-text-disabled:#737474;--color-form-input-control-text-filled:#f7f9f9;--color-form-input-control-text-hover:#a1b1fa;--color-form-input-control-text-placeholder:#a3a4a4;--color-form-input-control-toggle-background-default:#232323;--color-form-input-control-toggle-background-default-selected:#0fac27;--color-form-input-control-toggle-background-hover-selected:#009d1d;--color-form-input-control-toggle-icon-disabled:#000;--color-form-input-control-toggle-icon-selected:#0fac27;--color-form-input-control-toggle-knob-default:#f7f9f9;--color-form-input-control-toggle-knob-disabled:#737474;--color-form-input-control-toggle-knob-hover:#a1b1fa;--color-form-input-control-toggle-knob-on-selected:#000;--color-form-input-control-toggle-knob-pressed:#858df8;--color-form-input-control-toggle-stroke-pressed:#858df8;--color-form-input-label-text-helper:#a3a4a4;--color-form-input-label-text-label-default:#f7f9f9;--color-form-input-label-text-label-error:#ff485d;--color-form-input-password-input-strength-indicator-status-average:#0fac27;--color-form-input-password-input-strength-indicator-status-strong:#0fac27;--color-form-input-password-input-strength-indicator-status-weak:#e62338;--color-icon-base:#f7f9f9;--color-icon-critical:#ff485d;--color-icon-disabled:#737474;--color-icon-info:#00b5e2;--color-icon-inverted:#000;--color-icon-subdued:#a3a4a4;--color-icon-success:#0fac27;--color-icon-warning:#ecb801;--color-illustration-brand1:#6b5cf5;--color-illustration-brand2:#6fd6f1;--color-illustration-brand3:#2b2b2b;--color-illustration-brand4:#858df8;--color-illustration-brand-no-mode-change1:#351f65;--color-illustration-brand-no-mode-change2:#00b5e2;--color-illustration-brand-no-mode-change3:#fff;--color-illustration-brand-no-mode-change4:#6240e8;--color-illustration-food1:#c43421;--color-illustration-food10:#8676a5;--color-illustration-food11:#9d104a;--color-illustration-food12:#f37b86;--color-illustration-food13:#f5515f;--color-illustration-food14:#ffebc7;--color-illustration-food15:#e6c2a7;--color-illustration-food16:#e2e2d7;--color-illustration-food17:#00b5e2;--color-illustration-food2:#e96239;--color-illustration-food3:#eba743;--color-illustration-food4:#f3f4e6;--color-illustration-food5:#dae2ad;--color-illustration-food6:#9ab73c;--color-illustration-food7:#578139;--color-illustration-food8:#699748;--color-illustration-food9:#7b4a27;--color-illustration-hair1:#4a4a4a;--color-illustration-hair2:#775664;--color-illustration-hair3:#a25e00;--color-illustration-hair4:#5e372e;--color-illustration-hair5:#575656;--color-illustration-hair6:#bbbcbc;--color-illustration-hair7:#dc8205;--color-illustration-hair8:#56463e;--color-illustration-illustration-hero-paver-aqua:#00b5e2;--color-illustration-illustration-hero-paver-berry:#af0091;--color-illustration-illustration-hero-paver-green:#009d1d;--color-illustration-illustration-hero-paver-neutral:#2b2b2b;--color-illustration-illustration-hero-paver-plum:#858df8;--color-illustration-illustration-hero-paver-purple:#858df8;--color-illustration-illustration-spot-background-aqua:#6fd6f1;--color-illustration-illustration-spot-background-aqua-subdued:#b0e9f8;--color-illustration-illustration-spot-background-berry:#ef73dc;--color-illustration-illustration-spot-background-berry-subdued:#fbcff1;--color-illustration-illustration-spot-background-green:#44c847;--color-illustration-illustration-spot-background-green-subdued:#cbf1bf;--color-illustration-illustration-spot-background-neutral0:#000;--color-illustration-illustration-spot-background-neutral1:#2b2b2b;--color-illustration-illustration-spot-background-neutral2:#444443;--color-illustration-illustration-spot-background-neutral3:#737474;--color-illustration-illustration-spot-background-plum:#858df8;--color-illustration-illustration-spot-background-plum-subdued:#bccffc;--color-illustration-landscape1:#0fac26;--color-illustration-landscape2:#078708;--color-illustration-landscape3:#005c00;--color-illustration-neutral1:#000;--color-illustration-neutral10:#fff;--color-illustration-neutral2:#2b2b2b;--color-illustration-neutral3:#444443;--color-illustration-neutral4:#737474;--color-illustration-neutral5:#8b8c8c;--color-illustration-neutral6:#a3a4a4;--color-illustration-neutral7:#dfe0df;--color-illustration-neutral8:#ebedec;--color-illustration-neutral9:#f7f9f9;--color-illustration-neutral-no-mode-change1:#fff;--color-illustration-neutral-no-mode-change10:#232323;--color-illustration-neutral-no-mode-change2:#f7f9f9;--color-illustration-neutral-no-mode-change3:#ebedec;--color-illustration-neutral-no-mode-change4:#dfe0df;--color-illustration-neutral-no-mode-change5:#bbbcbc;--color-illustration-neutral-no-mode-change6:#8b8c8c;--color-illustration-neutral-no-mode-change7:#6f6f6f;--color-illustration-neutral-no-mode-change8:#444443;--color-illustration-neutral-no-mode-change9:#2b2b2b;--color-illustration-skin-tone1:#e0ada6;--color-illustration-skin-tone2:#ecc19c;--color-illustration-skin-tone3:#e4b69d;--color-illustration-skin-tone4:#ceab97;--color-illustration-skin-tone5:#e0b685;--color-illustration-skin-tone6:#9f7555;--color-illustration-skin-tone7:#5e372e;--color-illustration-status-error:#fc6d6d;--color-illustration-status-success:#0fac26;--color-illustration-status-warning:#ffb54a;--color-illustration-wood-tones1:#582919;--color-illustration-wood-tones2:#c8a161;--color-illustration-wood-tones3:#9c855a;--color-illustration-wood-tones4:#957444;--color-illustration-wood-tones5:#7b4a27;--color-illustration-wood-tones6:#3f2e2b;--color-loading-indicator-icon:#858df8;--color-logo-paver-aqua:#00b5e2;--color-logo-paver-berry:#ca01be;--color-logo-paver-green:#0fac27;--color-logo-paver-plum-dm:#fff;--color-logo-paver-plum-lm:#351f65;--color-logo-paver-purple:#6b5cf5;--color-logo-type-connector-dm:#fff;--color-logo-type-connector-lm-aqua:#00b5e2;--color-logo-type-connector-lm-plum:#351f65;--color-modal-background-base:#232323;--color-navigation-accordion-header-background-default:#121212;--color-navigation-accordion-header-background-pressed:#858df8;--color-navigation-accordion-header-icon-expand-default:#a1b1fa;--color-navigation-background-default:transparent;--color-navigation-background-hover:#232323;--color-navigation-background-pressed:#858df8;--color-navigation-description-default:#a3a4a4;--color-navigation-description-hover:#a3a4a4;--color-navigation-description-pressed:#000;--color-navigation-form-dropdown-background:#121212;--color-navigation-form-list-item-background-default:#121212;--color-navigation-form-list-item-background-pressed:#858df8;--color-navigation-form-list-item-description-pressed:#a3a4a4;--color-navigation-form-list-item-icon-pressed:#858df8;--color-navigation-form-list-item-text-pressed:#858df8;--color-navigation-icon-current:#a1b1fa;--color-navigation-icon-default:#f7f9f9;--color-navigation-icon-hover:#858df8;--color-navigation-icon-pressed:#000;--color-navigation-icon-selected:#a1b1fa;--color-navigation-list-item-background-graphic-icon-default:#6b5cf5;--color-navigation-list-item-background-graphic-icon-success:#0fac27;--color-navigation-list-item-background-prominent-default:#2b2b2b;--color-navigation-list-item-background-prominent-hover:#2b2b2b;--color-navigation-list-item-background-prominent-pressed:#858df8;--color-navigation-list-item-icon-graphic-icon-default:#f7f9f9;--color-navigation-list-item-icon-graphic-icon-success:#f7f9f9;--color-navigation-list-item-icon-navigate-default:#232323;--color-navigation-list-item-icon-simple-item-default:#a1b1fa;--color-navigation-list-item-text-simple-item-default:#a1b1fa;--color-navigation-pagination-background-current:#232323;--color-navigation-pagination-background-focus:#121212;--color-navigation-stroke-current:#a1b1fa;--color-navigation-tab-menu-container-background:#232323;--color-navigation-tab-menu-current:#f7f9f9;--color-navigation-tab-menu-default:#a3a4a4;--color-navigation-text-current:#a1b1fa;--color-navigation-text-default:#f7f9f9;--color-navigation-text-disabled:#737474;--color-navigation-text-hover:#858df8;--color-navigation-text-pressed:#000;--color-navigation-text-selected:#a1b1fa;--color-notification-inline-icon-critical:#ff485d;--color-notification-inline-icon-info:#00b5e2;--color-notification-inline-icon-success:#0fac27;--color-notification-inline-stroke-critical:#ff485d;--color-notification-inline-stroke-info:#00b5e2;--color-notification-inline-stroke-success:#0fac27;--color-notification-inline-stroke-warning:#ecb801;--color-notification-toast-background:#232323;--color-progress-tracker-active:#00b5e2;--color-progress-tracker-base:#444443;--color-scroll-indicator-fill:#8b8c8c;--color-skeleton-loading-indicator-fill:#444443;--color-skeleton-loading-indicator-gradient0-percent:#2b2b2b;--color-skeleton-loading-indicator-gradient100-percent:#6f6f6f;--color-skeleton-loading-indicator-gradient80-percent:#444443;--color-stroke-base:#444443;--color-stroke-critical:#ff485d;--color-stroke-disabled:#444443;--color-stroke-info:#00b5e2;--color-stroke-success:#0fac27;--color-stroke-warning:#ecb801;--color-tag-health-condition-background-neutral:#232323;--color-tag-health-condition-icon-critical:#fff;--color-tag-health-condition-icon-warning:#000;--color-tag-health-condition-text-critical:#fff;--color-tag-health-condition-text-warning:#000;--color-tag-informational-background-branded:#232323;--color-tag-informational-background-critical:#232323;--color-tag-informational-background-info:#232323;--color-tag-informational-background-neutral:#232323;--color-tag-informational-background-success:#232323;--color-tag-informational-background-warning:#232323;--color-tag-informational-icon-branded:#858df8;--color-tag-informational-icon-critical:#ffa5b9;--color-tag-informational-icon-info:#b0e9f8;--color-tag-informational-icon-success:#9ce390;--color-tag-informational-icon-warning:#ecb801;--color-tag-informational-stroke-branded:#858df8;--color-tag-informational-stroke-critical:#ffa5b9;--color-tag-informational-stroke-disabled:#737474;--color-tag-informational-stroke-info:#b0e9f8;--color-tag-informational-stroke-neutral:#f7f9f9;--color-tag-informational-stroke-success:#9ce390;--color-tag-informational-stroke-warning:#ecb801;--color-tag-informational-text-branded:#858df8;--color-tag-informational-text-critical:#ffa5b9;--color-tag-informational-text-info:#b0e9f8;--color-tag-informational-text-success:#9ce390;--color-tag-informational-text-warning:#ecb801;--color-text-base:#f7f9f9;--color-text-disabled:#737474;--color-text-error:#ff485d;--color-text-inverted:#000;--color-text-link:#a1b1fa;--color-text-link-visited:#858df8;--color-text-subdued:#a3a4a4;--color-tooltip-background:#ebedec}[data-theme=pli][data-mode=light]:root{--color-accessibility-focus-inner-shadow:#fff;--color-accessibility-focus-outer-shadow:rgba(60,23,232,0.6);--color-interactive-on-primary:#fff;--color-interactive-on-primary-shade:#fff;--color-interactive-on-primary-tint:#351f65;--color-interactive-on-secondary:#fff;--color-interactive-on-secondary-shade:#fff;--color-interactive-on-secondary-tint:#3910b8;--color-interactive-primary:#422981;--color-interactive-primary-shade:#351f65;--color-interactive-primary-tint:#efe9fc;--color-interactive-secondary:#5156f5;--color-interactive-secondary-shade:#3910b8;--color-interactive-secondary-tint:#f5f0fd;--color-neutral-background:#fff;--color-neutral-background-variant:#f7f9f9;--color-neutral-elevation:#000;--color-neutral-on-background:#171717;--color-neutral-on-background-subdued:#444443;--color-neutral-on-surface:#171717;--color-neutral-on-surface-inverted:#fff;--color-neutral-on-surface-inverted-shade:#fff;--color-neutral-on-surface-inverted-tint:#fff;--color-neutral-on-surface-placeholder:#444443;--color-neutral-on-surface-states-on-surface-disabled:#6f6f6f;--color-neutral-on-surface-subdued:#444443;--color-neutral-stroke:#dfe0df;--color-neutral-stroke-form-border:#6f6f6f;--color-neutral-surface:#fff;--color-neutral-surface-inverted:#171717;--color-neutral-surface-inverted-shade:#000;--color-neutral-surface-inverted-tint:#444443;--color-neutral-surface-shade:#dfe0df;--color-neutral-surface-states-surface-disabled:#dfe0df;--color-neutral-surface-variant:#f7f9f9;--color-status-critical:#cd000a;--color-status-critical-background:#fff;--color-status-critical-shade:#870002;--color-status-critical-tint:#fff2fc;--color-status-highlight:#0078bc;--color-status-highlight-shade:#00498a;--color-status-highlight-tint:#dcf3fa;--color-status-on-critical:#fff;--color-status-on-critical-background:#fff;--color-status-on-critical-shade:#fff;--color-status-on-critical-tint:#870002;--color-status-on-highlight:#fff;--color-status-on-highlight-shade:#fff;--color-status-on-highlight-tint:#00498a;--color-status-on-success:#fff;--color-status-on-success-shade:#fff;--color-status-on-success-tint:#005c00;--color-status-on-warning:#874600;--color-status-on-warning-shade:#fff;--color-status-on-warning-tint:#a25e00;--color-status-success:#078708;--color-status-success-shade:#005c00;--color-status-success-tint:#e5f5e5;--color-status-warning:#ffd60a;--color-status-warning-shade:#a25e00;--color-status-warning-tint:#fffdf2;--color-avatar-member-background:#dcf3fa;--color-avatar-member-text:#00498a;--color-avatar-provider-background:var(--color-brand-primary1);--color-avatar-provider-text:var(--color-brand-primary3);--color-background-base:#fff;--color-background-critical-base:#cd000a;--color-background-critical-subdued:#fff2fc;--color-background-disabled:#dfe0df;--color-background-info-base:#0078bc;--color-background-info-subdued:#dcf3fa;--color-background-overlay:rgba(0,0,0,0.35);--color-background-subdued:#f7f9f9;--color-background-success-base:#078708;--color-background-success-subdued:#e5f5e5;--color-background-transparent:hsla(0,0%,100%,0);--color-background-warning-base:#ffd60a;--color-background-warning-subdued:#fffdf2;--color-badge-notification-text:var(--color-text-inverted);--color-badge-stroke:var(--color-background-base);--color-banner-background-error:#870002;--color-banner-background-info:#00498a;--color-banner-icon-warning:#693f00;--color-banner-text-warning:#693f00;--color-brand-primary1:#bbdcd5;--color-brand-primary2:#4b8072;--color-brand-primary3:#33443d;--color-brand-secondary1:#e3f2ff;--color-brand-secondary2:#295f8f;--color-brand-secondary3:#08355c;--color-button1-background-default:var(--color-brand-primary2);--color-button1-background-hover:var(--color-brand-primary1);--color-button1-background-pressed:var(--color-brand-primary3);--color-button1-destructive-background-hover:var(--color-background-critical-subdued);--color-button1-destructive-background-pressed:#870002;--color-button1-destructive-icon-default:var(--color-icon-inverted);--color-button1-destructive-icon-hover:#870002;--color-button1-destructive-text-default:var(--color-text-inverted);--color-button1-destructive-text-hover:#870002;--color-button1-icon-default:var(--color-icon-inverted);--color-button1-icon-hover:var(--color-brand-primary3);--color-button1-icon-pressed:var(--color-icon-inverted);--color-button1-text-default:var(--color-text-inverted);--color-button1-text-hover:var(--color-brand-primary3);--color-button1-text-pressed:var(--color-text-inverted);--color-button2-background-default:var(--color-background-base);--color-button2-background-hover:var(--color-brand-secondary1);--color-button2-button-tertiary-background-focus:var(--color-background-base);--color-button2-button-tertiary-icon-hover:var(--color-brand-secondary2);--color-button2-button-tertiary-text-hover:var(--color-brand-secondary2);--color-button2-destructive-background-hover:var(--color-background-critical-subdued);--color-button2-destructive-button-tertiary-icon-hover:#cd000a;--color-button2-destructive-button-tertiary-text-hover:#cd000a;--color-button2-destructive-icon-default:#cd000a;--color-button2-destructive-icon-hover:#870002;--color-button2-destructive-icon-pressed:#870002;--color-button2-destructive-stroke-default:#cd000a;--color-button2-destructive-stroke-hover:#870002;--color-button2-destructive-stroke-pressed:#870002;--color-button2-destructive-text-default:#cd000a;--color-button2-destructive-text-hover:#870002;--color-button2-destructive-text-pressed:#870002;--color-button2-icon-default:var(--color-brand-secondary2);--color-button2-icon-hover:var(--color-brand-secondary3);--color-button2-icon-pressed:var(--color-brand-secondary3);--color-button2-stroke-default:var(--color-brand-secondary2);--color-button2-stroke-hover:var(--color-brand-secondary3);--color-button2-stroke-pressed:var(--color-brand-secondary3);--color-button2-text-default:var(--color-brand-secondary2);--color-button2-text-hover:var(--color-brand-secondary3);--color-button2-text-pressed:var(--color-brand-secondary3);--color-button-close-icon-default:var(--color-icon-subdued);--color-button-close-icon-hover:var(--color-brand-secondary2);--color-button-close-icon-pressed:var(--color-brand-secondary3);--color-button-close-stroke-hover:var(--color-brand-secondary2);--color-button-close-stroke-pressed:var(--color-brand-secondary3);--color-button-form-background-pressed:var(--color-brand-secondary3);--color-button-form-icon-pressed:var(--color-brand-secondary3);--color-card-background:var(--color-background-base);--color-card-footer-background-filled:var(--color-background-subdued);--color-data-viz-axis-baseline:#bbbcbc;--color-data-viz-axis-gridline:#ebedec;--color-data-viz-axis-radial:#dfe0df;--color-data-viz-data10-base:#ff637b;--color-data-viz-data10-hover:#e62338;--color-data-viz-data10-subdued:#ff637b;--color-data-viz-data11-base:#5156f5;--color-data-viz-data11-hover:#3910b8;--color-data-viz-data11-subdued:#5156f5;--color-data-viz-data12-base:#0a4c4b;--color-data-viz-data12-hover:#143131;--color-data-viz-data12-subdued:#0a4c4b;--color-data-viz-data1-base:#0078bc;--color-data-viz-data1-data-text:#0078bc;--color-data-viz-data1-hover:#005895;--color-data-viz-data1-subdued:#0078bc;--color-data-viz-data2-base:#ca01be;--color-data-viz-data2-data-text:#ca01be;--color-data-viz-data2-hover:#870061;--color-data-viz-data2-subdued:#ca01be;--color-data-viz-data3-base:#0fac27;--color-data-viz-data3-hover:#005c00;--color-data-viz-data3-subdued:#0fac27;--color-data-viz-data4-base:#5942b5;--color-data-viz-data4-hover:#422981;--color-data-viz-data4-subdued:#5942b5;--color-data-viz-data5-base:#ff485d;--color-data-viz-data5-hover:#cd000a;--color-data-viz-data5-subdued:#ff485d;--color-data-viz-data6-base:#009d1d;--color-data-viz-data6-hover:#005c00;--color-data-viz-data6-subdued:#009d1d;--color-data-viz-data7-base:#af0091;--color-data-viz-data7-hover:#870061;--color-data-viz-data7-subdued:#af0091;--color-data-viz-data8-base:#bc7900;--color-data-viz-data8-hover:#885400;--color-data-viz-data8-subdued:#bc7900;--color-data-viz-data9-base:#005895;--color-data-viz-data9-hover:#083965;--color-data-viz-data9-subdued:#005895;--color-data-viz-data-blood-pressure-default:rgba(81,86,245,0.4);--color-data-viz-goal-label:var(--color-text-inverted);--color-data-viz-goal-line:#078708;--color-data-viz-goal-range:var(--color-background-success-subdued);--color-data-viz-goal-stroke:#fff;--color-data-viz-label-axis-active:var(--color-text-base);--color-data-viz-label-axis-default:#6f6f6f;--color-data-viz-label-axis-label:#6f6f6f;--color-data-viz-label-legend:var(--color-text-base);--color-data-viz-label-y-axis-active:var(--color-text-base);--color-data-viz-stroke-radial:#fff;--color-effect-elevation050:rgba(0,0,0,0.08);--color-effect-elevation100:rgba(0,0,0,0.16);--color-effect-elevation200:rgba(0,0,0,0.16);--color-effect-elevation300:rgba(0,0,0,0.16);--color-effect-focus-halo:rgba(41,95,143,0.6);--color-effect-focus-padding:var(--color-background-base);--color-form-input-control-background-default:var(--color-background-base);--color-form-input-control-background-disabled:var(--color-background-disabled);--color-form-input-control-background-view-only:var(--color-background-subdued);--color-form-input-control-calendar-background-day-selected:var(--color-brand-secondary2);--color-form-input-control-calendar-text-day-selected:var(--color-text-inverted);--color-form-input-control-checkbox-background-error-selected:var(--color-background-critical-base);--color-form-input-control-checkbox-background-selected:var(--color-brand-secondary2);--color-form-input-control-checkbox-background-view-only-selected:#6f6f6f;--color-form-input-control-checkbox-icon-disabled:var(--color-icon-disabled);--color-form-input-control-checkbox-icon-error-selected:var(--color-icon-inverted);--color-form-input-control-checkbox-icon-selected:var(--color-icon-inverted);--color-form-input-control-checkbox-icon-view-only-selected:var(--color-icon-inverted);--color-form-input-control-chip-background-error:var(--color-background-subdued);--color-form-input-control-chip-background-hover:var(--color-background-subdued);--color-form-input-control-chip-dismissible-background-default:var(--color-background-subdued);--color-form-input-control-chip-dismissible-icon-default:var(--color-brand-secondary2);--color-form-input-control-chip-dismissible-icon-pressed:var(--color-brand-secondary2);--color-form-input-control-chip-dismissible-stroke-pressed:var(--color-brand-secondary2);--color-form-input-control-chip-dismissible-text-default:var(--color-text-base);--color-form-input-control-chip-dismissible-text-pressed:var(--color-text-base);--color-form-input-control-chip-icon-default:var(--color-icon-base);--color-form-input-control-chip-stroke-default-selected:var(--color-brand-secondary2);--color-form-input-control-chip-text-default:var(--color-text-base);--color-form-input-control-icon-default:var(--color-icon-subdued);--color-form-input-control-icon-disabled:var(--color-icon-disabled);--color-form-input-control-icon-hover:var(--color-brand-secondary2);--color-form-input-control-icon-view-only:var(--color-icon-base);--color-form-input-control-radio-icon-disabled:var(--color-icon-disabled);--color-form-input-control-radio-icon-error-selected:var(--color-stroke-critical);--color-form-input-control-radio-icon-selected:var(--color-brand-secondary2);--color-form-input-control-radio-stroke-default-selected:var(--color-brand-secondary2);--color-form-input-control-slider-background-handle-default:var(--color-brand-secondary2);--color-form-input-control-slider-background-handle-disabled:#6f6f6f;--color-form-input-control-slider-background-handle-hover:var(--color-brand-secondary3);--color-form-input-control-slider-background-handle-i-o-s:var(--color-background-base);--color-form-input-control-slider-background-handle-pressed:var(--color-brand-secondary3);--color-form-input-control-slider-background-track-active:var(--color-brand-secondary2);--color-form-input-control-slider-background-track-active-disabled:#6f6f6f;--color-form-input-control-slider-background-track-base:#dfe0df;--color-form-input-control-slider-stroke-handle:var(--color-background-base);--color-form-input-control-stroke-default:#6f6f6f;--color-form-input-control-stroke-disabled:#6f6f6f;--color-form-input-control-stroke-error:var(--color-stroke-critical);--color-form-input-control-stroke-hover:var(--color-brand-secondary2);--color-form-input-control-stroke-warning:var(--color-stroke-warning);--color-form-input-control-switch-background:var(--color-background-subdued);--color-form-input-control-text-disabled:var(--color-text-disabled);--color-form-input-control-text-filled:var(--color-text-base);--color-form-input-control-text-hover:var(--color-brand-secondary2);--color-form-input-control-text-placeholder:var(--color-text-subdued);--color-form-input-control-toggle-background-default:var(--color-background-subdued);--color-form-input-control-toggle-background-default-selected:var(--color-background-success-base);--color-form-input-control-toggle-background-hover-selected:var(--color-background-success-base);--color-form-input-control-toggle-icon-disabled:var(--color-background-success-base);--color-form-input-control-toggle-icon-selected:var(--color-background-success-base);--color-form-input-control-toggle-knob-default:var(--color-icon-subdued);--color-form-input-control-toggle-knob-disabled:var(--color-icon-disabled);--color-form-input-control-toggle-knob-hover:var(--color-brand-secondary2);--color-form-input-control-toggle-knob-on-selected:var(--color-icon-inverted);--color-form-input-control-toggle-knob-pressed:var(--color-icon-inverted);--color-form-input-control-toggle-stroke-pressed:var(--color-icon-inverted);--color-form-input-label-text-helper:var(--color-text-subdued);--color-form-input-label-text-label-default:var(--color-text-base);--color-form-input-label-text-label-error:var(--color-text-error);--color-form-input-password-input-strength-indicator-status-average:#078708;--color-form-input-password-input-strength-indicator-status-strong:#078708;--color-form-input-password-input-strength-indicator-status-weak:#cd000a;--color-icon-base:#171717;--color-icon-critical:#cd000a;--color-icon-disabled:#6f6f6f;--color-icon-info:#0078bc;--color-icon-inverted:#fff;--color-icon-subdued:#444443;--color-icon-success:#078708;--color-icon-warning:#a25e00;--color-illustration-brand1:#444443;--color-illustration-brand2:#a3a4a4;--color-illustration-brand3:#fff;--color-illustration-brand4:#232323;--color-illustration-brand-no-mode-change1:#444443;--color-illustration-brand-no-mode-change2:#a3a4a4;--color-illustration-brand-no-mode-change3:#fff;--color-illustration-brand-no-mode-change4:#232323;--color-illustration-food1:#c43421;--color-illustration-food10:#5d4f78;--color-illustration-food11:#9d104a;--color-illustration-food12:#f37b86;--color-illustration-food13:#f5515f;--color-illustration-food14:#ffebc7;--color-illustration-food15:#e6c2a7;--color-illustration-food16:#e2e2d7;--color-illustration-food17:#00b5e2;--color-illustration-food2:#e96239;--color-illustration-food3:#eba743;--color-illustration-food4:#f3f4e6;--color-illustration-food5:#dae2ad;--color-illustration-food6:#9ab73c;--color-illustration-food7:#578139;--color-illustration-food8:#33551a;--color-illustration-food9:#7b4a27;--color-illustration-hair1:#171717;--color-illustration-hair2:#775664;--color-illustration-hair3:#a25e00;--color-illustration-hair4:#5e372e;--color-illustration-hair5:#2e2e2e;--color-illustration-hair6:#919291;--color-illustration-hair7:#dc8205;--color-illustration-hair8:#56463e;--color-illustration-illustration-hero-paver-aqua:var(--color-brand-primary2);--color-illustration-illustration-hero-paver-berry:var(--color-brand-primary2);--color-illustration-illustration-hero-paver-green:var(--color-brand-primary2);--color-illustration-illustration-hero-paver-neutral:var(--color-brand-primary2);--color-illustration-illustration-hero-paver-plum:var(--color-brand-primary2);--color-illustration-illustration-hero-paver-purple:var(--color-brand-primary2);--color-illustration-illustration-spot-background-aqua:var(--color-brand-primary1);--color-illustration-illustration-spot-background-aqua-subdued:var(--color-brand-primary1);--color-illustration-illustration-spot-background-berry:var(--color-brand-primary1);--color-illustration-illustration-spot-background-berry-subdued:var(--color-brand-primary1);--color-illustration-illustration-spot-background-green:var(--color-brand-primary1);--color-illustration-illustration-spot-background-green-subdued:var(--color-brand-primary1);--color-illustration-illustration-spot-background-neutral0:#fff;--color-illustration-illustration-spot-background-neutral1:#f7f9f9;--color-illustration-illustration-spot-background-neutral2:#ebedec;--color-illustration-illustration-spot-background-neutral3:#dfe0df;--color-illustration-illustration-spot-background-plum:var(--color-brand-primary1);--color-illustration-illustration-spot-background-plum-subdued:var(--color-brand-primary1);--color-illustration-landscape1:#0fac26;--color-illustration-landscape2:#078708;--color-illustration-landscape3:#005c00;--color-illustration-neutral1:#fff;--color-illustration-neutral10:#232323;--color-illustration-neutral2:#f7f9f9;--color-illustration-neutral3:#ebedec;--color-illustration-neutral4:#dfe0df;--color-illustration-neutral5:#bbbcbc;--color-illustration-neutral6:#8b8c8c;--color-illustration-neutral7:#6f6f6f;--color-illustration-neutral8:#444443;--color-illustration-neutral9:#2b2b2b;--color-illustration-neutral-no-mode-change1:#fff;--color-illustration-neutral-no-mode-change10:#232323;--color-illustration-neutral-no-mode-change2:#f7f9f9;--color-illustration-neutral-no-mode-change3:#ebedec;--color-illustration-neutral-no-mode-change4:#dfe0df;--color-illustration-neutral-no-mode-change5:#bbbcbc;--color-illustration-neutral-no-mode-change6:#8b8c8c;--color-illustration-neutral-no-mode-change7:#6f6f6f;--color-illustration-neutral-no-mode-change8:#444443;--color-illustration-neutral-no-mode-change9:#2b2b2b;--color-illustration-skin-tone1:#e0ada6;--color-illustration-skin-tone2:#ecc19c;--color-illustration-skin-tone3:#e4b69d;--color-illustration-skin-tone4:#ceab97;--color-illustration-skin-tone5:#bd966a;--color-illustration-skin-tone6:#8a5d3b;--color-illustration-skin-tone7:#5e372e;--color-illustration-status-error:#fc6d6d;--color-illustration-status-success:#0fac26;--color-illustration-status-warning:#ffb54a;--color-illustration-wood-tones1:#582919;--color-illustration-wood-tones2:#c8a161;--color-illustration-wood-tones3:#9c855a;--color-illustration-wood-tones4:#957444;--color-illustration-wood-tones5:#7b4a27;--color-illustration-wood-tones6:#3f2e2b;--color-loading-indicator-icon:var(--color-brand-primary3);--color-logo-paver-aqua:#00b5e2;--color-logo-paver-berry:#ca01be;--color-logo-paver-green:#0fac27;--color-logo-paver-plum-dm:#fff;--color-logo-paver-plum-lm:#351f65;--color-logo-paver-purple:#6b5cf5;--color-logo-type-connector-dm:#fff;--color-logo-type-connector-lm-aqua:#00b5e2;--color-logo-type-connector-lm-plum:#351f65;--color-modal-background-base:var(--color-background-base);--color-navigation-accordion-header-background-default:var(--color-background-base);--color-navigation-accordion-header-background-pressed:var(--color-background-base);--color-navigation-accordion-header-icon-expand-default:var(--color-brand-secondary2);--color-navigation-background-default:var(--color-background-transparent);--color-navigation-background-hover:var(--color-brand-secondary1);--color-navigation-background-pressed:var(--color-background-transparent);--color-navigation-description-default:var(--color-text-subdued);--color-navigation-description-hover:var(--color-text-subdued);--color-navigation-description-pressed:var(--color-text-subdued);--color-navigation-form-dropdown-background:var(--color-background-base);--color-navigation-form-list-item-background-default:var(--color-background-base);--color-navigation-form-list-item-background-pressed:var(--color-background-base);--color-navigation-form-list-item-description-pressed:var(--color-text-subdued);--color-navigation-form-list-item-icon-pressed:var(--color-brand-secondary3);--color-navigation-form-list-item-text-pressed:var(--color-brand-secondary3);--color-navigation-icon-current:var(--color-brand-secondary2);--color-navigation-icon-default:var(--color-icon-base);--color-navigation-icon-hover:var(--color-brand-secondary3);--color-navigation-icon-pressed:var(--color-brand-secondary3);--color-navigation-icon-selected:var(--color-brand-secondary2);--color-navigation-list-item-background-graphic-icon-default:var(--color-brand-primary2);--color-navigation-list-item-background-graphic-icon-success:var(--color-background-success-base);--color-navigation-list-item-background-prominent-default:var(--color-background-base);--color-navigation-list-item-background-prominent-hover:var(--color-brand-secondary1);--color-navigation-list-item-background-prominent-pressed:var(--color-background-base);--color-navigation-list-item-icon-graphic-icon-default:var(--color-icon-inverted);--color-navigation-list-item-icon-graphic-icon-success:var(--color-icon-inverted);--color-navigation-list-item-icon-navigate-default:#bbbcbc;--color-navigation-list-item-icon-simple-item-default:var(--color-brand-secondary2);--color-navigation-list-item-text-simple-item-default:var(--color-brand-secondary2);--color-navigation-pagination-background-current:var(--color-background-base);--color-navigation-pagination-background-focus:var(--color-background-base);--color-navigation-stroke-current:var(--color-brand-secondary2);--color-navigation-tab-menu-container-background:var(--color-background-base);--color-navigation-tab-menu-current:var(--color-text-base);--color-navigation-tab-menu-default:var(--color-text-subdued);--color-navigation-text-current:var(--color-text-link);--color-navigation-text-default:var(--color-text-base);--color-navigation-text-disabled:var(--color-text-disabled);--color-navigation-text-hover:var(--color-brand-secondary3);--color-navigation-text-pressed:var(--color-brand-secondary3);--color-navigation-text-selected:var(--color-text-link);--color-notification-inline-icon-critical:#870002;--color-notification-inline-icon-info:#00498a;--color-notification-inline-icon-success:#005c00;--color-notification-inline-stroke-critical:var(--color-background-critical-subdued);--color-notification-inline-stroke-info:var(--color-background-info-subdued);--color-notification-inline-stroke-success:var(--color-background-success-subdued);--color-notification-inline-stroke-warning:var(--color-background-warning-subdued);--color-notification-toast-background:var(--color-background-base);--color-progress-tracker-active:var(--color-background-info-base);--color-progress-tracker-base:#dfe0df;--color-scroll-indicator-fill:#6f6f6f;--color-skeleton-loading-indicator-fill:var(--color-background-disabled);--color-skeleton-loading-indicator-gradient0-percent:#bbbcbc;--color-skeleton-loading-indicator-gradient100-percent:#ebedec;--color-skeleton-loading-indicator-gradient80-percent:#dfe0df;--color-stroke-base:#dfe0df;--color-stroke-critical:#cd000a;--color-stroke-disabled:#6f6f6f;--color-stroke-info:#0078bc;--color-stroke-success:#078708;--color-stroke-warning:#a25e00;--color-tag-health-condition-background-neutral:var(--color-background-base);--color-tag-health-condition-icon-critical:var(--color-icon-inverted);--color-tag-health-condition-icon-warning:var(--color-icon-warning);--color-tag-health-condition-text-critical:var(--color-text-inverted);--color-tag-health-condition-text-warning:#885400;--color-tag-informational-background-branded:var(--color-brand-primary1);--color-tag-informational-background-critical:var(--color-background-critical-subdued);--color-tag-informational-background-info:var(--color-background-info-subdued);--color-tag-informational-background-neutral:var(--color-background-base);--color-tag-informational-background-success:var(--color-background-success-subdued);--color-tag-informational-background-warning:var(--color-background-warning-subdued);--color-tag-informational-icon-branded:var(--color-brand-primary3);--color-tag-informational-icon-critical:#870002;--color-tag-informational-icon-info:#00498a;--color-tag-informational-icon-success:#005c00;--color-tag-informational-icon-warning:#885400;--color-tag-informational-stroke-branded:var(--color-brand-primary3);--color-tag-informational-stroke-critical:var(--color-stroke-critical);--color-tag-informational-stroke-disabled:var(--color-background-disabled);--color-tag-informational-stroke-info:var(--color-stroke-info);--color-tag-informational-stroke-neutral:var(--color-stroke-base);--color-tag-informational-stroke-success:var(--color-stroke-success);--color-tag-informational-stroke-warning:#ffd60a;--color-tag-informational-text-branded:var(--color-brand-primary3);--color-tag-informational-text-critical:#870002;--color-tag-informational-text-info:#00498a;--color-tag-informational-text-success:#005c00;--color-tag-informational-text-warning:#885400;--color-text-base:#171717;--color-text-disabled:#6f6f6f;--color-text-error:#cd000a;--color-text-inverted:#fff;--color-text-link:var(--color-brand-secondary2);--color-text-link-visited:var(--color-brand-secondary3);--color-text-subdued:#444443;--color-tooltip-background:#171717}[data-theme=pli][data-mode=dark]:root{--color-accessibility-focus-inner-shadow:#000;--color-accessibility-focus-outer-shadow:rgba(81,86,245,0.7);--color-interactive-on-primary:#fff;--color-interactive-on-primary-shade:#fff;--color-interactive-on-primary-tint:#171717;--color-interactive-on-secondary:#171717;--color-interactive-on-secondary-shade:#171717;--color-interactive-on-secondary-tint:#171717;--color-interactive-primary:#6b5cf5;--color-interactive-primary-shade:#6240e8;--color-interactive-primary-tint:#858df8;--color-interactive-secondary:#a1b1fa;--color-interactive-secondary-shade:#858df8;--color-interactive-secondary-tint:#858df8;--color-neutral-background:#121212;--color-neutral-background-variant:#232323;--color-neutral-elevation:#fff;--color-neutral-on-background:#f7f9f9;--color-neutral-on-background-subdued:#a3a4a4;--color-neutral-on-surface:#f7f9f9;--color-neutral-on-surface-inverted:#171717;--color-neutral-on-surface-inverted-shade:#171717;--color-neutral-on-surface-inverted-tint:#171717;--color-neutral-on-surface-placeholder:#a3a4a4;--color-neutral-on-surface-states-on-surface-disabled:#737474;--color-neutral-on-surface-subdued:#a3a4a4;--color-neutral-stroke:#434343;--color-neutral-stroke-form-border:#737474;--color-neutral-surface:#171717;--color-neutral-surface-inverted:#ebeded;--color-neutral-surface-inverted-shade:#dfe1e1;--color-neutral-surface-inverted-tint:#fff;--color-neutral-surface-shade:#1e1e1e;--color-neutral-surface-states-surface-disabled:#2b2b2b;--color-neutral-surface-variant:#1e1e1e;--color-status-critical:#ff485d;--color-status-critical-background:#e62338;--color-status-critical-shade:#ff637b;--color-status-critical-tint:#ffa5b9;--color-status-highlight:#00b5e2;--color-status-highlight-shade:#005895;--color-status-highlight-tint:#b0e9f8;--color-status-on-critical:#171717;--color-status-on-critical-background:#fff;--color-status-on-critical-shade:#171717;--color-status-on-critical-tint:#171717;--color-status-on-highlight:#171717;--color-status-on-highlight-shade:#fff;--color-status-on-highlight-tint:#171717;--color-status-on-success:#171717;--color-status-on-success-shade:#fff;--color-status-on-success-tint:#171717;--color-status-on-warning:#171717;--color-status-on-warning-shade:#171717;--color-status-on-warning-tint:#171717;--color-status-success:#0fac27;--color-status-success-shade:#178d2c;--color-status-success-tint:#9ce390;--color-status-warning:#d9a000;--color-status-warning-shade:#ecb801;--color-status-warning-tint:#a76c00;--color-avatar-member-background:#b0e9f8;--color-avatar-member-text:var(--color-text-inverted);--color-avatar-provider-background:var(--color-brand-primary1);--color-avatar-provider-text:var(--color-text-inverted);--color-background-base:#121212;--color-background-critical-base:#e62338;--color-background-critical-subdued:var(--color-background-base);--color-background-disabled:#2b2b2b;--color-background-info-base:#00b5e2;--color-background-info-subdued:var(--color-background-base);--color-background-overlay:rgba(0,0,0,0.35);--color-background-subdued:#232323;--color-background-success-base:#0fac27;--color-background-success-subdued:var(--color-background-base);--color-background-transparent:transparent;--color-background-warning-base:#ecb801;--color-background-warning-subdued:var(--color-background-base);--color-badge-notification-text:#fff;--color-badge-stroke:var(--color-background-base);--color-banner-background-error:#ff637b;--color-banner-background-info:var(--color-background-info-base);--color-banner-icon-warning:var(--color-text-inverted);--color-banner-text-warning:var(--color-text-inverted);--color-brand-primary1:#92c6bb;--color-brand-primary2:#5b9e8f;--color-brand-primary3:#447063;--color-brand-secondary1:#29b6f6;--color-brand-secondary2:#81d4fa;--color-brand-secondary3:#29b6f6;--color-button1-background-default:var(--color-brand-primary2);--color-button1-background-hover:var(--color-brand-primary1);--color-button1-background-pressed:var(--color-brand-primary3);--color-button1-destructive-background-hover:#ffa5b9;--color-button1-destructive-background-pressed:#ff637b;--color-button1-destructive-icon-default:#fff;--color-button1-destructive-icon-hover:var(--color-icon-inverted);--color-button1-destructive-text-default:#fff;--color-button1-destructive-text-hover:var(--color-text-inverted);--color-button1-icon-default:#fff;--color-button1-icon-hover:var(--color-icon-inverted);--color-button1-icon-pressed:#fff;--color-button1-text-default:#fff;--color-button1-text-hover:var(--color-text-inverted);--color-button1-text-pressed:#fff;--color-button2-background-default:#171717;--color-button2-background-hover:var(--color-brand-secondary1);--color-button2-button-tertiary-background-focus:var(--color-background-base);--color-button2-button-tertiary-icon-hover:var(--color-brand-secondary2);--color-button2-button-tertiary-text-hover:var(--color-brand-secondary2);--color-button2-destructive-background-hover:#ffa5b9;--color-button2-destructive-button-tertiary-icon-hover:#ff485d;--color-button2-destructive-button-tertiary-text-hover:#ff485d;--color-button2-destructive-icon-default:#ff485d;--color-button2-destructive-icon-hover:var(--color-icon-inverted);--color-button2-destructive-icon-pressed:#ff637b;--color-button2-destructive-stroke-default:#ff485d;--color-button2-destructive-stroke-hover:#ffa5b9;--color-button2-destructive-stroke-pressed:#ff637b;--color-button2-destructive-text-default:#ff485d;--color-button2-destructive-text-hover:var(--color-text-inverted);--color-button2-destructive-text-pressed:#ff637b;--color-button2-icon-default:var(--color-brand-secondary2);--color-button2-icon-hover:var(--color-icon-inverted);--color-button2-icon-pressed:var(--color-brand-secondary3);--color-button2-stroke-default:var(--color-brand-secondary2);--color-button2-stroke-hover:var(--color-brand-secondary3);--color-button2-stroke-pressed:var(--color-brand-secondary3);--color-button2-text-default:var(--color-brand-secondary2);--color-button2-text-hover:var(--color-text-inverted);--color-button2-text-pressed:var(--color-brand-secondary3);--color-button-close-icon-default:#a3a4a4;--color-button-close-icon-hover:var(--color-brand-secondary2);--color-button-close-icon-pressed:var(--color-brand-secondary3);--color-button-close-stroke-hover:var(--color-brand-secondary2);--color-button-close-stroke-pressed:var(--color-brand-secondary3);--color-button-form-background-pressed:var(--color-brand-secondary3);--color-button-form-icon-pressed:var(--color-brand-secondary3);--color-card-background:var(--color-background-subdued);--color-card-footer-background-filled:#1e1e1e;--color-data-viz-axis-baseline:#8b8c8c;--color-data-viz-axis-gridline:#6f6f6f;--color-data-viz-axis-radial:#444443;--color-data-viz-data10-base:#ff637b;--color-data-viz-data10-hover:#b80006;--color-data-viz-data10-subdued:#ff637b;--color-data-viz-data11-base:#8a80f8;--color-data-viz-data11-hover:#3910b8;--color-data-viz-data11-subdued:#8a80f8;--color-data-viz-data12-base:#26a5ac;--color-data-viz-data12-hover:#0a4c4b;--color-data-viz-data12-subdued:#26a5ac;--color-data-viz-data1-base:#00b5e2;--color-data-viz-data1-data-text:#00b5e2;--color-data-viz-data1-hover:#005895;--color-data-viz-data1-subdued:#00b5e2;--color-data-viz-data2-base:#ef73dc;--color-data-viz-data2-data-text:#ef73dc;--color-data-viz-data2-hover:#870061;--color-data-viz-data2-subdued:#ef73dc;--color-data-viz-data3-base:#9ce390;--color-data-viz-data3-hover:#005c00;--color-data-viz-data3-subdued:#9ce390;--color-data-viz-data4-base:#b4a4ee;--color-data-viz-data4-hover:#422981;--color-data-viz-data4-subdued:#b4a4ee;--color-data-viz-data5-base:#ff485d;--color-data-viz-data5-hover:#b80006;--color-data-viz-data5-subdued:#ff485d;--color-data-viz-data6-base:#28ba34;--color-data-viz-data6-hover:#005c00;--color-data-viz-data6-subdued:#28ba34;--color-data-viz-data7-base:#e641d2;--color-data-viz-data7-hover:#870061;--color-data-viz-data7-subdued:#e641d2;--color-data-viz-data8-base:#d9a000;--color-data-viz-data8-hover:#885400;--color-data-viz-data8-subdued:#d9a000;--color-data-viz-data9-base:#6fd6f1;--color-data-viz-data9-hover:#00498a;--color-data-viz-data9-subdued:#6fd6f1;--color-data-viz-data-blood-pressure-default:rgba(161,177,250,0.4);--color-data-viz-goal-label:#000;--color-data-viz-goal-line:#0fac27;--color-data-viz-goal-range:#005c00;--color-data-viz-goal-stroke:#121212;--color-data-viz-label-axis-active:var(--color-text-base);--color-data-viz-label-axis-default:var(--color-text-base);--color-data-viz-label-axis-label:#a3a4a4;--color-data-viz-label-legend:var(--color-text-base);--color-data-viz-label-y-axis-active:var(--color-text-base);--color-data-viz-stroke-radial:#000;--color-effect-elevation050:rgba(0,0,0,0.96);--color-effect-elevation100:rgba(0,0,0,0.88);--color-effect-elevation200:rgba(0,0,0,0.8);--color-effect-elevation300:rgba(0,0,0,0.72);--color-effect-focus-halo:var(--color-brand-secondary1);--color-effect-focus-padding:var(--color-background-base);--color-form-input-control-background-default:var(--color-background-base);--color-form-input-control-background-disabled:var(--color-background-disabled);--color-form-input-control-background-view-only:var(--color-background-subdued);--color-form-input-control-calendar-background-day-selected:var(--color-brand-secondary2);--color-form-input-control-calendar-text-day-selected:var(--color-text-inverted);--color-form-input-control-checkbox-background-error-selected:var(--color-background-critical-base);--color-form-input-control-checkbox-background-selected:var(--color-brand-secondary2);--color-form-input-control-checkbox-background-view-only-selected:#737474;--color-form-input-control-checkbox-icon-disabled:var(--color-icon-disabled);--color-form-input-control-checkbox-icon-error-selected:#fff;--color-form-input-control-checkbox-icon-selected:var(--color-icon-inverted);--color-form-input-control-checkbox-icon-view-only-selected:var(--color-icon-base);--color-form-input-control-chip-background-error:var(--color-background-subdued);--color-form-input-control-chip-background-hover:var(--color-background-subdued);--color-form-input-control-chip-dismissible-background-default:var(--color-background-subdued);--color-form-input-control-chip-dismissible-icon-default:var(--color-icon-subdued);--color-form-input-control-chip-dismissible-icon-pressed:var(--color-brand-secondary3);--color-form-input-control-chip-dismissible-stroke-pressed:var(--color-brand-secondary3);--color-form-input-control-chip-dismissible-text-default:var(--color-text-subdued);--color-form-input-control-chip-dismissible-text-pressed:var(--color-brand-secondary3);--color-form-input-control-chip-icon-default:var(--color-icon-base);--color-form-input-control-chip-stroke-default-selected:var(--color-brand-secondary2);--color-form-input-control-chip-text-default:var(--color-text-base);--color-form-input-control-icon-default:var(--color-icon-subdued);--color-form-input-control-icon-disabled:var(--color-icon-disabled);--color-form-input-control-icon-hover:var(--color-brand-secondary2);--color-form-input-control-icon-view-only:var(--color-icon-base);--color-form-input-control-radio-icon-disabled:var(--color-icon-disabled);--color-form-input-control-radio-icon-error-selected:var(--color-stroke-critical);--color-form-input-control-radio-icon-selected:var(--color-brand-secondary2);--color-form-input-control-radio-stroke-default-selected:var(--color-brand-secondary2);--color-form-input-control-slider-background-handle-default:var(--color-brand-secondary2);--color-form-input-control-slider-background-handle-disabled:#737474;--color-form-input-control-slider-background-handle-hover:var(--color-brand-secondary3);--color-form-input-control-slider-background-handle-i-o-s:#fff;--color-form-input-control-slider-background-handle-pressed:var(--color-brand-secondary3);--color-form-input-control-slider-background-track-active:var(--color-brand-secondary2);--color-form-input-control-slider-background-track-active-disabled:#737474;--color-form-input-control-slider-background-track-base:#444443;--color-form-input-control-slider-stroke-handle:var(--color-background-base);--color-form-input-control-stroke-default:#8b8c8c;--color-form-input-control-stroke-disabled:#737474;--color-form-input-control-stroke-error:var(--color-stroke-critical);--color-form-input-control-stroke-hover:var(--color-brand-secondary2);--color-form-input-control-stroke-warning:var(--color-stroke-warning);--color-form-input-control-switch-background:#2b2b2b;--color-form-input-control-text-disabled:var(--color-text-disabled);--color-form-input-control-text-filled:var(--color-text-base);--color-form-input-control-text-hover:var(--color-brand-secondary2);--color-form-input-control-text-placeholder:var(--color-text-subdued);--color-form-input-control-toggle-background-default:var(--color-background-subdued);--color-form-input-control-toggle-background-default-selected:var(--color-background-success-base);--color-form-input-control-toggle-background-hover-selected:#009d1d;--color-form-input-control-toggle-icon-disabled:var(--color-icon-inverted);--color-form-input-control-toggle-icon-selected:var(--color-background-success-base);--color-form-input-control-toggle-knob-default:var(--color-icon-base);--color-form-input-control-toggle-knob-disabled:var(--color-icon-disabled);--color-form-input-control-toggle-knob-hover:var(--color-brand-secondary2);--color-form-input-control-toggle-knob-on-selected:var(--color-icon-inverted);--color-form-input-control-toggle-knob-pressed:var(--color-brand-secondary3);--color-form-input-control-toggle-stroke-pressed:var(--color-brand-secondary3);--color-form-input-label-text-helper:var(--color-text-subdued);--color-form-input-label-text-label-default:var(--color-text-base);--color-form-input-label-text-label-error:var(--color-text-error);--color-form-input-password-input-strength-indicator-status-average:#0fac27;--color-form-input-password-input-strength-indicator-status-strong:#0fac27;--color-form-input-password-input-strength-indicator-status-weak:#e62338;--color-icon-base:#f7f9f9;--color-icon-critical:#ff485d;--color-icon-disabled:#737474;--color-icon-info:#00b5e2;--color-icon-inverted:#000;--color-icon-subdued:#a3a4a4;--color-icon-success:#0fac27;--color-icon-warning:#ecb801;--color-illustration-brand1:#ebedec;--color-illustration-brand2:#a3a4a4;--color-illustration-brand3:#2b2b2b;--color-illustration-brand4:#6f6f6f;--color-illustration-brand-no-mode-change1:#444443;--color-illustration-brand-no-mode-change2:#a3a4a4;--color-illustration-brand-no-mode-change3:#fff;--color-illustration-brand-no-mode-change4:#6f6f6f;--color-illustration-food1:#c43421;--color-illustration-food10:#8676a5;--color-illustration-food11:#9d104a;--color-illustration-food12:#f37b86;--color-illustration-food13:#f5515f;--color-illustration-food14:#ffebc7;--color-illustration-food15:#e6c2a7;--color-illustration-food16:#e2e2d7;--color-illustration-food17:#00b5e2;--color-illustration-food2:#e96239;--color-illustration-food3:#eba743;--color-illustration-food4:#f3f4e6;--color-illustration-food5:#dae2ad;--color-illustration-food6:#9ab73c;--color-illustration-food7:#578139;--color-illustration-food8:#699748;--color-illustration-food9:#7b4a27;--color-illustration-hair1:#4a4a4a;--color-illustration-hair2:#775664;--color-illustration-hair3:#a25e00;--color-illustration-hair4:#5e372e;--color-illustration-hair5:#575656;--color-illustration-hair6:#bbbcbc;--color-illustration-hair7:#dc8205;--color-illustration-hair8:#56463e;--color-illustration-illustration-hero-paver-aqua:var(--color-brand-primary1);--color-illustration-illustration-hero-paver-berry:var(--color-brand-primary1);--color-illustration-illustration-hero-paver-green:var(--color-brand-primary1);--color-illustration-illustration-hero-paver-neutral:var(--color-brand-primary1);--color-illustration-illustration-hero-paver-plum:var(--color-brand-primary1);--color-illustration-illustration-hero-paver-purple:var(--color-brand-primary1);--color-illustration-illustration-spot-background-aqua:var(--color-brand-primary1);--color-illustration-illustration-spot-background-aqua-subdued:var(--color-brand-primary1);--color-illustration-illustration-spot-background-berry:var(--color-brand-primary1);--color-illustration-illustration-spot-background-berry-subdued:var(--color-brand-primary1);--color-illustration-illustration-spot-background-green:var(--color-brand-primary1);--color-illustration-illustration-spot-background-green-subdued:var(--color-brand-primary1);--color-illustration-illustration-spot-background-neutral0:#000;--color-illustration-illustration-spot-background-neutral1:#2b2b2b;--color-illustration-illustration-spot-background-neutral2:#444443;--color-illustration-illustration-spot-background-neutral3:#737474;--color-illustration-illustration-spot-background-plum:var(--color-brand-primary1);--color-illustration-illustration-spot-background-plum-subdued:var(--color-brand-primary1);--color-illustration-landscape1:#0fac26;--color-illustration-landscape2:#078708;--color-illustration-landscape3:#005c00;--color-illustration-neutral1:#000;--color-illustration-neutral10:#fff;--color-illustration-neutral2:#2b2b2b;--color-illustration-neutral3:#444443;--color-illustration-neutral4:#737474;--color-illustration-neutral5:#8b8c8c;--color-illustration-neutral6:#a3a4a4;--color-illustration-neutral7:#dfe0df;--color-illustration-neutral8:#ebedec;--color-illustration-neutral9:#f7f9f9;--color-illustration-neutral-no-mode-change1:#fff;--color-illustration-neutral-no-mode-change10:#232323;--color-illustration-neutral-no-mode-change2:#f7f9f9;--color-illustration-neutral-no-mode-change3:#ebedec;--color-illustration-neutral-no-mode-change4:#dfe0df;--color-illustration-neutral-no-mode-change5:#bbbcbc;--color-illustration-neutral-no-mode-change6:#8b8c8c;--color-illustration-neutral-no-mode-change7:#6f6f6f;--color-illustration-neutral-no-mode-change8:#444443;--color-illustration-neutral-no-mode-change9:#2b2b2b;--color-illustration-skin-tone1:#e0ada6;--color-illustration-skin-tone2:#ecc19c;--color-illustration-skin-tone3:#e4b69d;--color-illustration-skin-tone4:#ceab97;--color-illustration-skin-tone5:#e0b685;--color-illustration-skin-tone6:#9f7555;--color-illustration-skin-tone7:#5e372e;--color-illustration-status-error:#fc6d6d;--color-illustration-status-success:#0fac26;--color-illustration-status-warning:#ffb54a;--color-illustration-wood-tones1:#582919;--color-illustration-wood-tones2:#c8a161;--color-illustration-wood-tones3:#9c855a;--color-illustration-wood-tones4:#957444;--color-illustration-wood-tones5:#7b4a27;--color-illustration-wood-tones6:#3f2e2b;--color-loading-indicator-icon:var(--color-brand-primary1);--color-logo-paver-aqua:#00b5e2;--color-logo-paver-berry:#ca01be;--color-logo-paver-green:#0fac27;--color-logo-paver-plum-dm:#fff;--color-logo-paver-plum-lm:#351f65;--color-logo-paver-purple:#6b5cf5;--color-logo-type-connector-dm:#fff;--color-logo-type-connector-lm-aqua:#00b5e2;--color-logo-type-connector-lm-plum:#351f65;--color-modal-background-base:var(--color-background-subdued);--color-navigation-accordion-header-background-default:var(--color-background-base);--color-navigation-accordion-header-background-pressed:var(--color-navigation-background-pressed);--color-navigation-accordion-header-icon-expand-default:var(--color-brand-secondary2);--color-navigation-background-default:var(--color-background-transparent);--color-navigation-background-hover:var(--color-background-subdued);--color-navigation-background-pressed:var(--color-brand-secondary1);--color-navigation-description-default:var(--color-text-subdued);--color-navigation-description-hover:var(--color-text-subdued);--color-navigation-description-pressed:var(--color-text-inverted);--color-navigation-form-dropdown-background:var(--color-background-base);--color-navigation-form-list-item-background-default:var(--color-background-base);--color-navigation-form-list-item-background-pressed:var(--color-brand-secondary3);--color-navigation-form-list-item-description-pressed:var(--color-text-subdued);--color-navigation-form-list-item-icon-pressed:var(--color-brand-secondary3);--color-navigation-form-list-item-text-pressed:var(--color-brand-secondary3);--color-navigation-icon-current:var(--color-brand-secondary2);--color-navigation-icon-default:var(--color-icon-base);--color-navigation-icon-hover:var(--color-brand-secondary3);--color-navigation-icon-pressed:var(--color-icon-inverted);--color-navigation-icon-selected:var(--color-brand-secondary2);--color-navigation-list-item-background-graphic-icon-default:var(--color-brand-primary2);--color-navigation-list-item-background-graphic-icon-success:var(--color-background-success-base);--color-navigation-list-item-background-prominent-default:#2b2b2b;--color-navigation-list-item-background-prominent-hover:#2b2b2b;--color-navigation-list-item-background-prominent-pressed:var(--color-brand-secondary1);--color-navigation-list-item-icon-graphic-icon-default:var(--color-icon-base);--color-navigation-list-item-icon-graphic-icon-success:var(--color-icon-base);--color-navigation-list-item-icon-navigate-default:#232323;--color-navigation-list-item-icon-simple-item-default:var(--color-brand-secondary2);--color-navigation-list-item-text-simple-item-default:var(--color-brand-secondary2);--color-navigation-pagination-background-current:var(--color-background-subdued);--color-navigation-pagination-background-focus:var(--color-background-base);--color-navigation-stroke-current:var(--color-brand-secondary2);--color-navigation-tab-menu-container-background:var(--color-background-subdued);--color-navigation-tab-menu-current:var(--color-text-base);--color-navigation-tab-menu-default:var(--color-text-subdued);--color-navigation-text-current:var(--color-text-link);--color-navigation-text-default:var(--color-text-base);--color-navigation-text-disabled:var(--color-text-disabled);--color-navigation-text-hover:var(--color-brand-secondary3);--color-navigation-text-pressed:var(--color-text-inverted);--color-navigation-text-selected:var(--color-text-link);--color-notification-inline-icon-critical:var(--color-icon-critical);--color-notification-inline-icon-info:var(--color-icon-info);--color-notification-inline-icon-success:var(--color-icon-success);--color-notification-inline-stroke-critical:var(--color-stroke-critical);--color-notification-inline-stroke-info:var(--color-stroke-info);--color-notification-inline-stroke-success:var(--color-stroke-success);--color-notification-inline-stroke-warning:var(--color-stroke-warning);--color-notification-toast-background:var(--color-background-subdued);--color-progress-tracker-active:var(--color-background-info-base);--color-progress-tracker-base:#444443;--color-scroll-indicator-fill:#8b8c8c;--color-skeleton-loading-indicator-fill:#444443;--color-skeleton-loading-indicator-gradient0-percent:#2b2b2b;--color-skeleton-loading-indicator-gradient100-percent:#6f6f6f;--color-skeleton-loading-indicator-gradient80-percent:#444443;--color-stroke-base:#444443;--color-stroke-critical:#ff485d;--color-stroke-disabled:#444443;--color-stroke-info:#00b5e2;--color-stroke-success:#0fac27;--color-stroke-warning:#ecb801;--color-tag-health-condition-background-neutral:var(--color-background-subdued);--color-tag-health-condition-icon-critical:#fff;--color-tag-health-condition-icon-warning:var(--color-icon-inverted);--color-tag-health-condition-text-critical:#fff;--color-tag-health-condition-text-warning:var(--color-text-inverted);--color-tag-informational-background-branded:var(--color-background-subdued);--color-tag-informational-background-critical:var(--color-background-subdued);--color-tag-informational-background-info:var(--color-background-subdued);--color-tag-informational-background-neutral:var(--color-background-subdued);--color-tag-informational-background-success:var(--color-background-subdued);--color-tag-informational-background-warning:var(--color-background-subdued);--color-tag-informational-icon-branded:var(--color-brand-primary1);--color-tag-informational-icon-critical:#ffa5b9;--color-tag-informational-icon-info:#b0e9f8;--color-tag-informational-icon-success:#9ce390;--color-tag-informational-icon-warning:#ecb801;--color-tag-informational-stroke-branded:var(--color-brand-primary1);--color-tag-informational-stroke-critical:#ffa5b9;--color-tag-informational-stroke-disabled:#737474;--color-tag-informational-stroke-info:#b0e9f8;--color-tag-informational-stroke-neutral:#f7f9f9;--color-tag-informational-stroke-success:#9ce390;--color-tag-informational-stroke-warning:#ecb801;--color-tag-informational-text-branded:var(--color-brand-primary1);--color-tag-informational-text-critical:#ffa5b9;--color-tag-informational-text-info:#b0e9f8;--color-tag-informational-text-success:#9ce390;--color-tag-informational-text-warning:#ecb801;--color-text-base:#f7f9f9;--color-text-disabled:#737474;--color-text-error:#ff485d;--color-text-inverted:#000;--color-text-link:var(--color-brand-secondary2);--color-text-link-visited:var(--color-brand-secondary3);--color-text-subdued:#a3a4a4;--color-tooltip-background:#ebedec}[data-theme=teladoc]:root{--elevation-none:none}[data-theme=teladoc][data-mode=light]:root{--elevation-button:var(--elevation-none);--elevation-iconButton:0px 1px 4px 1px rgba(0,0,0,0.07999999821186066);--elevation-card:0px 4px 10px 0px rgba(0,0,0,0.1599999964237213);--elevation-dropdownMenu:0px 4px 10px 0px rgba(0,0,0,0.1599999964237213);--elevation-loadingIndicator:0px 8px 20px 0px rgba(0,0,0,0.1599999964237213);--elevation-modal:0px 12px 30px 0px rgba(0,0,0,0.1599999964237213);--elevation-notification:0px 12px 30px 0px rgba(0,0,0,0.1599999964237213);--elevation-focus:0px 0px 2px 4px rgba(81,86,245,0.6000000238418579);--elevation-focusDefault:0px 0px 2px 4px rgba(81,86,245,0.6000000238418579);--elevation-focusTertiaryButton:0px 0px 2px 6px rgba(81,86,245,0.6000000238418579);--elevation-050:0px 1px 4px 1px rgba(0,0,0,0.07999999821186066);--elevation-100:0px 4px 10px 0px rgba(0,0,0,0.1599999964237213);--elevation-200:0px 8px 20px 0px rgba(0,0,0,0.1599999964237213);--elevation-300:0px 12px 30px 0px rgba(0,0,0,0.1599999964237213)}[data-theme=teladoc][data-mode=dark]:root{--elevation-button:var(--elevation-none);--elevation-iconButton:0px 1px 4px 1px rgba(0,0,0,0.9599999785423279);--elevation-card:0px 4px 10px 0px rgba(0,0,0,0.8799999952316284);--elevation-dropdownMenu:0px 4px 10px 0px rgba(0,0,0,0.8799999952316284);--elevation-loadingIndicator:0px 8px 20px 0px rgba(0,0,0,0.800000011920929);--elevation-modal:0px 12px 30px 0px rgba(0,0,0,0.7200000286102295);--elevation-notification:0px 12px 30px 0px rgba(0,0,0,0.7200000286102295);--elevation-focus:0px 0px 2px 4px #bccffc;--elevation-focusDefault:0px 0px 2px 4px #bccffc;--elevation-focusTertiaryButton:0px 0px 2px 6px #bccffc;--elevation-050:0px 1px 4px 1px rgba(0,0,0,0.9599999785423279);--elevation-100:0px 4px 10px 0px rgba(0,0,0,0.8799999952316284);--elevation-200:0px 8px 20px 0px rgba(0,0,0,0.800000011920929);--elevation-300:0px 12px 30px 0px rgba(0,0,0,0.7200000286102295)}[data-theme=pli]:root{--elevation-none:none}[data-theme=pli][data-mode=light]:root{--elevation-button:var(--elevation-none);--elevation-iconButton:0px 1px 4px 1px rgba(0,0,0,0.07999999821186066);--elevation-card:0px 4px 10px 0px rgba(0,0,0,0.1599999964237213);--elevation-dropdownMenu:0px 4px 10px 0px rgba(0,0,0,0.1599999964237213);--elevation-loadingIndicator:0px 8px 20px 0px rgba(0,0,0,0.1599999964237213);--elevation-modal:0px 12px 30px 0px rgba(0,0,0,0.1599999964237213);--elevation-notification:0px 12px 30px 0px rgba(0,0,0,0.1599999964237213);--elevation-focus:0px 0px 2px 4px rgba(81,86,245,0.6000000238418579);--elevation-focusDefault:0px 0px 2px 4px rgba(41,95,143,0.6000000238418579);--elevation-focusTertiaryButton:0px 0px 2px 6px rgba(41,95,143,0.6000000238418579);--elevation-050:0px 1px 4px 1px rgba(0,0,0,0.07999999821186066);--elevation-100:0px 4px 10px 0px rgba(0,0,0,0.1599999964237213);--elevation-200:0px 8px 20px 0px rgba(0,0,0,0.1599999964237213);--elevation-300:0px 12px 30px 0px rgba(0,0,0,0.1599999964237213)}[data-theme=pli][data-mode=dark]:root{--elevation-button:var(--elevation-none);--elevation-iconButton:0px 1px 4px 1px rgba(0,0,0,0.9599999785423279);--elevation-card:0px 4px 10px 0px rgba(0,0,0,0.8799999952316284);--elevation-dropdownMenu:0px 4px 10px 0px rgba(0,0,0,0.8799999952316284);--elevation-loadingIndicator:0px 8px 20px 0px rgba(0,0,0,0.800000011920929);--elevation-modal:0px 12px 30px 0px rgba(0,0,0,0.7200000286102295);--elevation-notification:0px 12px 30px 0px rgba(0,0,0,0.7200000286102295);--elevation-focus:0px 0px 2px 4px #bccffc;--elevation-focusDefault:0px 0px 2px 4px #858df8;--elevation-focusTertiaryButton:0px 0px 2px 6px #858df8;--elevation-050:0px 1px 4px 1px rgba(0,0,0,0.9599999785423279);--elevation-100:0px 4px 10px 0px rgba(0,0,0,0.8799999952316284);--elevation-200:0px 8px 20px 0px rgba(0,0,0,0.800000011920929);--elevation-300:0px 12px 30px 0px rgba(0,0,0,0.7200000286102295)}:root{--motion-ease-in:0.3s cubic-bezier(0.42,0,1,1);--motion-ease-out:0.3s cubic-bezier(0,0,0.58,1);--motion-ease-in-out:0.3s cubic-bezier(0.42,0,0.58,1);--motion-ease-in-back:0.3s cubic-bezier(0.3,-0.05,0.7,-0.5);--motion-ease-out-back:0.3s cubic-bezier(0.45,1.45,0.8,1);--motion-ease-in-out-back:0.3s cubic-bezier(0.7,-0.4,0.4,1.4);--motion-custom-accelerate:0.3s cubic-bezier(0.8999999761581421,0.10000000149011612,1,0.20000000298023224);--motion-skeleton-entrance:cubic-bezier(0,0,0.38,0.9);--motion-skeleton-exit:cubic-bezier(0.2,0,1,0.9);--motion-duration-skeleton:3s}@font-face{font-family:Effra;font-style:normal;font-weight:500;font-display:swap;src:url(https://assets.livongo.com/raw/upload/v1632236564/fonts/effra/effra-500.woff2) format("woff2")}[data-theme=teladoc]:root{--radius-small:4px}[data-theme=pli]:root,[data-theme=teladoc]:root{--radius-none:0px;--radius-medium:12px;--radius-large:9999px;--radius-checkbox:var(--radius-small);--radius-paginationNumber:var(--radius-small);--radius-tab:var(--radius-small);--radius-tertiaryButton:var(--radius-small);--radius-tooltip:var(--radius-small);--radius-formGroupError:var(--radius-medium);--radius-loadingIndicator:var(--radius-medium);--radius-card:var(--radius-medium);--radius-chip:var(--radius-medium);--radius-input:var(--radius-medium);--radius-modal:var(--radius-medium);--radius-notification:var(--radius-medium);--radius-avatar:var(--radius-large);--radius-badge:var(--radius-large);--radius-button:var(--radius-large);--radius-iconButton:var(--radius-large);--radius-progress:var(--radius-large);--radius-radio:var(--radius-large);--radius-tag:var(--radius-large);--radius-toggle:var(--radius-large)}[data-theme=pli]:root{--radius-small:1px}[data-theme=teladoc]:root{--button-icon-medium-height:48px;--button-icon-small-height:44px;--button-primary-medium-height:48px;--button-primary-medium-padding-horizontal:32px;--button-primary-medium-gap:8px;--button-primary-medium-radius:0.5px;--button-primary-small-height:44px;--button-primary-small-padding-horizontal:24px;--button-primary-small-gap:8px;--button-primary-small-radius:0.5px;--button-secondary-medium-height:48px;--button-secondary-medium-padding-horizontal:32px;--button-secondary-medium-gap:8px;--button-secondary-medium-radius:0.5px;--button-secondary-small-height:44px;--button-secondary-small-padding-horizontal:24px;--button-secondary-small-gap:8px;--button-secondary-small-radius:0.5px;--button-secondary-small-Number:0px;--button-tertiary-gap:8px;--button-tertiary-focus-radius:4px;--tooltip-radius:4px;--tooltip-padding-horizontal:12px;--tooltip-padding-vertical:8px}[data-theme=pli]:root,[data-theme=teladoc]:root{--large:24px;--largeExtra:32px;--largeExtra2X:48px;--largeExtra3X:64px;--medium:16px;--none:0px;--small:12px;--smallExtra:8px;--smallExtra2X:4px;--smallExtra3X:2px;--space-0\.5:var(--smallExtra2X);--space-1\.5:var(--small);--space-16:var(--largeExtra3X);--space-2:var(--medium);--space-3:var(--large);--space-4:var(--largeExtra);--space-8:var(--largeExtra2X);--space-base:var(--smallExtra);--accordion-header-padding-horizontal:16px;--accordion-header-padding-vertical:12px;--accordion-header-gap:16px;--accordion-header-label-padding-left:12px;--accordion-header-label-gap:4px;--accordion-body-padding:24px;--avatar-x-large:112px;--avatar-large:80px;--avatar-medium:56px;--avatar-small:28px;--badge-radius:0.5px;--badge-small-height:8px;--badge-medium-height:16px;--badge-medium-minimum-width:16px;--badge-medium-padding-vertical:2px;--badge-medium-padding-horizontal:4px;--badge-large-height:20px;--badge-large-minimum-width:24px;--badge-large-padding-top:1px;--badge-large-padding-bottom:3px;--badge-large-padding-horizontal:8px;--card-padding:24px;--card-gap:24px;--card-space-between:16px;--card-radius:12px;--chip-dismissible-padding:12px;--chip-dismissible-icon:12px;--chip-input-inline-height-large:48px;--chip-input-inline-height-small:44px;--chip-input-inline-padding-horizontal:16px;--chip-input-inline-padding-vertical:12px;--chip-input-inline-gap:8px;--chip-input-inline-icon:16px;--chip-input-stacked-padding:16px;--chip-input-stacked-gap:12px;--chip-input-stacked-icon:24px;--data-viz-column-radius:4px;--data-viz-column-space-between-375:8px;--data-viz-column-space-between-440:12px;--data-viz-column-space-between-604:16px;--data-viz-column-space-between-728:24px;--data-viz-column-space-between-multidata:2px;--data-viz-label-indicator:8px;--data-viz-tooltip-padding-horizontal:8px;--data-viz-tooltip-padding-vertical:4px;--font-size-body:16px;--font-size-small:14px;--font-size-utility:16px;--font-size-button:16px;--font-size-tag:14px;--font-size-heading-title:36px;--font-size-heading-h1:32px;--font-size-heading-h2:24px;--font-size-heading-h3:22px;--font-size-heading-h4:18px;--font-size-heading-eyebrow:14px;--font-size-data-viz-goal:10px;--font-size-avatar-lg:26px;--font-size-avatar-md:18px;--font-size-avatar-sm:12px;--font-size-badge-lg:16px;--font-size-badge-md:12px;--font-line-height-body:24px;--font-line-height-small:20px;--font-line-height-utility:20px;--font-line-height-button:20px;--font-line-height-tag:20px;--font-line-height-heading-title:40px;--font-line-height-heading-h1:36px;--font-line-height-heading-h2:28px;--font-line-height-heading-h3:24px;--font-line-height-heading-h4:24px;--font-line-height-heading-eyebrow:20px;--font-line-height-badge-lg:16px;--font-line-height-badge-md:12px;--font-line-height-avatar-lg:32px;--font-line-height-avatar-md:20px;--font-line-height-avatar-sm:12px;--font-line-height-data-viz-goal:12px;--font-paragraph-spacing-body:24px;--font-paragraph-spacing-small:20px;--form-input-gap:8px;--form-input-space-after:24px;--form-input-label-gap:0px;--form-input-control-height:44px;--form-input-control-padding:12px;--form-input-control-gap:8px;--form-input-control-radius:12px;--form-input-control-icon:16px;--form-input-checkbox-input-control-gap:12px;--form-input-checkbox-input-control-height:24px;--form-input-checkbox-input-control-padding-horizontal:4px;--form-input-checkbox-input-control-padding-vertical:8px;--form-input-password-input-requirements-space-between:16px;--form-input-password-input-requirements-padding:16px;--form-input-password-input-requirements-radius:12px;--form-input-password-input-creation-tools-space-between:16px;--form-input-password-input-creation-tools-padding:0px;--form-input-password-input-creation-tools-margin-top:16px;--form-input-password-input-strength-indicator-height:8px;--form-input-radio-input-control-gap:12px;--form-input-radio-input-control-height:24px;--form-input-radio-input-control-padding-horizontal:4px;--form-input-radio-input-control-padding-vertical:8px;--form-input-textarea-input-control-padding-bottom:4px;--form-input-textarea-input-control-gap:4px;--form-input-slider-gap:24px;--form-input-slider-handle-radius:0.5px;--form-input-slider-handle-height-pressed:32px;--form-input-slider-handle-height-iOS:28px;--form-input-slider-track-radius:0.5px;--form-input-slider-track-height-base:8px;--form-input-slider-track-height-iOS:4px;--form-input-toggle-control-gap:12px;--form-input-toggle-control-height:32px;--form-input-toggle-control-height-iOS:32px;--form-input-toggle-control-width:60px;--form-input-toggle-control-padding:4px;--form-input-toggle-control-icon-height:24px;--form-input-toggle-control-icon-height-iOS:28px;--form-input-toggle-control-radius:0.5px;--height-xsmall:24px;--height-small:44px;--height-medium:48px;--height-icon:16px;--height-body-text-line-height-large-screen:28px;--height-body-text-line-height-small-screen:24px;--height-input-text-line-height:20px;--inline-message-padding-top:2px;--loading-indicator-large-height:64px;--loading-indicator-medium-height:32px;--modal-header-padding-top:32px;--modal-header-padding-bottom:24px;--modal-header-padding-horizontal:32px;--modal-header-gap:32px;--modal-body-padding-vertical:16px;--modal-body-padding-horizontal:32px;--modal-footer-gap:16px;--navigation-list-item-padding:16px;--navigation-list-item-gap:12px;--navigation-list-item-gap-text:4px;--navigation-list-item-gap-icon:12px;--navigation-list-item-gap-art:16px;--navigation-list-item-height-graphic-icon:32px;--navigation-list-item-height-spot:64px;--navigation-list-item-height-full-height-graphic-prominent:80px;--navigation-list-item-gap-eyebrow:2px;--navigation-list-item-corner-radii-off:0px;--navigation-list-item-corner-radii-on:12px;--notification-radius:12px;--notification-padding:16px;--notification-body-space-after:8px;--notification-body-gap:0px;--notification-toast-icon:20px;--notification-toast-gap:16px;--notification-inline-icon:16px;--notification-inline-gap:12px;--pagination-padding:12px;--pagination-radius:12px;--pagination-gap:4px;--pagination-minimum-width:56px;--pagination-maximum-width:120px;--pagination-maximum-text-width:100px;--progress-tracker-height:8px;--progress-tracker-padding-horizontal:16px;--progress-tracker-padding-vertical:12px;--progress-tracker-gap:24px;--progress-tracker-space-between:4px;--switch-height:40px;--switch-width:64px;--tab-height:44px;--tab-radius:4px;--tab-menu-large-padding:8px;--tab-menu-large-gap:16px;--tab-menu-small-padding:4px;--tab-menu-small-gap:8px;--tab-control-large-padding-horizontal:12px;--tab-control-small-padding-horizontal:8px;--tag-text-line-height:20px}[data-theme=pli]:root{--button-icon-medium-height:48px;--button-icon-small-height:44px;--button-primary-medium-height:48px;--button-primary-medium-padding-horizontal:32px;--button-primary-medium-gap:8px;--button-primary-medium-radius:0.5px;--button-primary-small-height:44px;--button-primary-small-padding-horizontal:24px;--button-primary-small-gap:8px;--button-primary-small-radius:0.5px;--button-secondary-medium-height:48px;--button-secondary-medium-padding-horizontal:32px;--button-secondary-medium-gap:8px;--button-secondary-medium-radius:0.5px;--button-secondary-small-height:44px;--button-secondary-small-padding-horizontal:24px;--button-secondary-small-gap:8px;--button-secondary-small-radius:0.5px;--button-secondary-small-Number:0px;--button-tertiary-gap:8px;--button-tertiary-focus-radius:1px;--tooltip-radius:1px;--tooltip-padding-horizontal:12px;--tooltip-padding-vertical:8px}[data-theme=pli]:root,[data-theme=teladoc]:root{--large-heading-xl-font-family:Effra;--large-heading-xl-font-size:2.8125rem;--large-heading-xl-font-weight:700;--large-heading-xl-letter-spacing:normal;--large-heading-xl-line-height:1.067;--large-heading-xl-text-transform:none;--large-heading-xl-text-decoration:none;--large-heading-lg-font-family:Effra;--large-heading-lg-font-size:2.3125rem;--large-heading-lg-font-weight:700;--large-heading-lg-letter-spacing:normal;--large-heading-lg-line-height:1.081;--large-heading-lg-text-transform:none;--large-heading-lg-text-decoration:none;--large-heading-md-font-family:Effra;--large-heading-md-font-size:1.875rem;--large-heading-md-font-weight:700;--large-heading-md-letter-spacing:normal;--large-heading-md-line-height:1.200;--large-heading-md-text-transform:none;--large-heading-md-text-decoration:none;--large-heading-sm-font-family:Effra;--large-heading-sm-font-size:1.625rem;--large-heading-sm-font-weight:500;--large-heading-sm-letter-spacing:normal;--large-heading-sm-line-height:1.231;--large-heading-sm-text-transform:none;--large-heading-sm-text-decoration:none;--large-heading-xs-font-family:Effra;--large-heading-xs-font-size:1.375rem;--large-heading-xs-font-weight:400;--large-heading-xs-letter-spacing:normal;--large-heading-xs-line-height:1.273;--large-heading-xs-text-transform:none;--large-heading-xs-text-decoration:none;--large-heading-eyebrow-font-family:Effra;--large-heading-eyebrow-font-size:0.875rem;--large-heading-eyebrow-font-weight:400;--large-heading-eyebrow-letter-spacing:normal;--large-heading-eyebrow-line-height:1.429;--large-heading-eyebrow-text-transform:none;--large-heading-eyebrow-text-decoration:none;--large-body-default-font-family:Effra;--large-body-default-font-size:1.125rem;--large-body-default-font-weight:400;--large-body-default-letter-spacing:normal;--large-body-default-line-height:1.556;--large-body-default-text-transform:none;--large-body-default-text-decoration:none;--large-body-medium-font-family:Effra;--large-body-medium-font-size:1.125rem;--large-body-medium-font-weight:500;--large-body-medium-letter-spacing:normal;--large-body-medium-line-height:1.556;--large-body-medium-text-transform:none;--large-body-medium-text-decoration:none;--large-body-strong-font-family:Effra;--large-body-strong-font-size:1.125rem;--large-body-strong-font-weight:700;--large-body-strong-letter-spacing:normal;--large-body-strong-line-height:1.556;--large-body-strong-text-transform:none;--large-body-strong-text-decoration:none;--large-body-italics-font-family:Effra;--large-body-italics-font-size:1.125rem;--large-body-italics-font-weight:400;--large-body-italics-letter-spacing:normal;--large-body-italics-line-height:1.556;--large-body-italics-text-transform:none;--large-body-italics-text-decoration:none;--large-body-text-link-font-family:Effra;--large-body-text-link-font-size:1.125rem;--large-body-text-link-font-weight:500;--large-body-text-link-letter-spacing:normal;--large-body-text-link-line-height:1.556;--large-body-text-link-text-transform:none;--large-body-text-link-text-decoration:underline;--large-small-default-font-family:Effra;--large-small-default-font-size:0.9375rem;--large-small-default-font-weight:400;--large-small-default-letter-spacing:normal;--large-small-default-line-height:1.333;--large-small-default-text-transform:none;--large-small-default-text-decoration:none;--large-small-medium-font-family:Effra;--large-small-medium-font-size:0.9375rem;--large-small-medium-font-weight:500;--large-small-medium-letter-spacing:normal;--large-small-medium-line-height:1.333;--large-small-medium-text-transform:none;--large-small-medium-text-decoration:none;--large-small-strong-font-family:Effra;--large-small-strong-font-size:0.9375rem;--large-small-strong-font-weight:700;--large-small-strong-letter-spacing:normal;--large-small-strong-line-height:1.333;--large-small-strong-text-transform:none;--large-small-strong-text-decoration:none;--large-small-italics-font-family:Effra;--large-small-italics-font-size:0.9375rem;--large-small-italics-font-weight:400;--large-small-italics-letter-spacing:normal;--large-small-italics-line-height:1.333;--large-small-italics-text-transform:none;--large-small-italics-text-decoration:none;--large-small-text-link-font-family:Effra;--large-small-text-link-font-size:0.9375rem;--large-small-text-link-font-weight:500;--large-small-text-link-letter-spacing:normal;--large-small-text-link-line-height:1.333;--large-small-text-link-text-transform:none;--large-small-text-link-text-decoration:underline;--large-input-default-font-family:Effra;--large-input-default-font-size:1.125rem;--large-input-default-font-weight:400;--large-input-default-letter-spacing:normal;--large-input-default-line-height:1.111;--large-input-default-text-transform:none;--large-input-default-text-decoration:none;--large-input-strong-font-family:Effra;--large-input-strong-font-size:1.125rem;--large-input-strong-font-weight:500;--large-input-strong-letter-spacing:normal;--large-input-strong-line-height:1.111;--large-input-strong-text-transform:none;--large-input-strong-text-decoration:none;--large-input-text-link-font-family:Effra;--large-input-text-link-font-size:1.125rem;--large-input-text-link-font-weight:500;--large-input-text-link-letter-spacing:normal;--large-input-text-link-line-height:1.111;--large-input-text-link-text-transform:none;--large-input-text-link-text-decoration:underline;--large-data-lg-font-family:Effra;--large-data-lg-font-size:3.375rem;--large-data-lg-font-weight:700;--large-data-lg-letter-spacing:normal;--large-data-lg-line-height:1.037;--large-data-lg-text-transform:none;--large-data-lg-text-decoration:none;--large-data-md-font-family:Effra;--large-data-md-font-size:2.625rem;--large-data-md-font-weight:700;--large-data-md-letter-spacing:normal;--large-data-md-line-height:1.048;--large-data-md-text-transform:none;--large-data-md-text-decoration:none;--large-data-sm-font-family:Effra;--large-data-sm-font-size:1.875rem;--large-data-sm-font-weight:700;--large-data-sm-letter-spacing:normal;--large-data-sm-line-height:1.067;--large-data-sm-text-transform:none;--large-data-sm-text-decoration:none;--large-data-xs-font-family:Effra;--large-data-xs-font-size:1rem;--large-data-xs-font-weight:700;--large-data-xs-letter-spacing:normal;--large-data-xs-line-height:1.000;--large-data-xs-text-transform:none;--large-data-xs-text-decoration:none;--large-dataviz-goal-font-family:Effra;--large-dataviz-goal-font-size:0.625rem;--large-dataviz-goal-font-weight:500;--large-dataviz-goal-letter-spacing:normal;--large-dataviz-goal-line-height:1.200;--large-dataviz-goal-text-transform:uppercase;--large-dataviz-goal-text-decoration:none;--large-dataviz-radial-metric-status-font-family:Effra;--large-dataviz-radial-metric-status-font-size:0.75rem;--large-dataviz-radial-metric-status-font-weight:400;--large-dataviz-radial-metric-status-letter-spacing:normal;--large-dataviz-radial-metric-status-line-height:1.167;--large-dataviz-radial-metric-status-text-transform:none;--large-dataviz-radial-metric-status-text-decoration:none;--large-dataviz-tooltip-label-font-family:Effra;--large-dataviz-tooltip-label-font-size:0.625rem;--large-dataviz-tooltip-label-font-weight:400;--large-dataviz-tooltip-label-letter-spacing:normal;--large-dataviz-tooltip-label-line-height:1.200;--large-dataviz-tooltip-label-text-transform:none;--large-dataviz-tooltip-label-text-decoration:none;--large-dataviz-tooltip-value-font-family:Effra;--large-dataviz-tooltip-value-font-size:0.625rem;--large-dataviz-tooltip-value-font-weight:700;--large-dataviz-tooltip-value-letter-spacing:normal;--large-dataviz-tooltip-value-line-height:1.200;--large-dataviz-tooltip-value-text-transform:none;--large-dataviz-tooltip-value-text-decoration:none;--large-dataviz-label-axis-label-font-family:Effra;--large-dataviz-label-axis-label-font-size:0.875rem;--large-dataviz-label-axis-label-font-weight:400;--large-dataviz-label-axis-label-letter-spacing:normal;--large-dataviz-label-axis-label-line-height:1.143;--large-dataviz-label-axis-label-text-transform:none;--large-dataviz-label-axis-label-text-decoration:none;--large-dataviz-label-legend-font-family:Effra;--large-dataviz-label-legend-font-size:0.75rem;--large-dataviz-label-legend-font-weight:400;--large-dataviz-label-legend-letter-spacing:normal;--large-dataviz-label-legend-line-height:1.167;--large-dataviz-label-legend-text-transform:none;--large-dataviz-label-legend-text-decoration:none;--large-dataviz-label-axis-default-font-family:Effra;--large-dataviz-label-axis-default-font-size:0.875rem;--large-dataviz-label-axis-default-font-weight:400;--large-dataviz-label-axis-default-letter-spacing:normal;--large-dataviz-label-axis-default-line-height:1.143;--large-dataviz-label-axis-default-text-transform:none;--large-dataviz-label-axis-default-text-decoration:none;--large-dataviz-label-axis-active-font-family:Effra;--large-dataviz-label-axis-active-font-size:0.875rem;--large-dataviz-label-axis-active-font-weight:700;--large-dataviz-label-axis-active-letter-spacing:normal;--large-dataviz-label-axis-active-line-height:1.143;--large-dataviz-label-axis-active-text-transform:none;--large-dataviz-label-axis-active-text-decoration:none;--large-dataviz-radial-value-font-family:Effra;--large-dataviz-radial-value-font-size:2rem;--large-dataviz-radial-value-font-weight:400;--large-dataviz-radial-value-letter-spacing:normal;--large-dataviz-radial-value-line-height:1.000;--large-dataviz-radial-value-text-transform:none;--large-dataviz-radial-value-text-decoration:none;--large-dataviz-radial-unit-of-measurement-font-family:Effra;--large-dataviz-radial-unit-of-measurement-font-size:1rem;--large-dataviz-radial-unit-of-measurement-font-weight:400;--large-dataviz-radial-unit-of-measurement-letter-spacing:normal;--large-dataviz-radial-unit-of-measurement-line-height:1.500;--large-dataviz-radial-unit-of-measurement-text-transform:none;--large-dataviz-radial-unit-of-measurement-text-decoration:none;--large-dataviz-simpletext-value-font-family:Effra;--large-dataviz-simpletext-value-font-size:2rem;--large-dataviz-simpletext-value-font-weight:500;--large-dataviz-simpletext-value-letter-spacing:normal;--large-dataviz-simpletext-value-line-height:1.125;--large-dataviz-simpletext-value-text-transform:none;--large-dataviz-simpletext-value-text-decoration:none;--large-avatar-xlarge-font-family:Effra;--large-avatar-xlarge-font-size:2.25rem;--large-avatar-xlarge-font-weight:700;--large-avatar-xlarge-letter-spacing:normal;--large-avatar-xlarge-line-height:normal;--large-avatar-xlarge-text-transform:none;--large-avatar-xlarge-text-decoration:none;--large-avatar-large-font-family:Effra;--large-avatar-large-font-size:1.625rem;--large-avatar-large-font-weight:700;--large-avatar-large-letter-spacing:normal;--large-avatar-large-line-height:1.231;--large-avatar-large-text-transform:none;--large-avatar-large-text-decoration:none;--large-avatar-medium-font-family:Effra;--large-avatar-medium-font-size:1.125rem;--large-avatar-medium-font-weight:700;--large-avatar-medium-letter-spacing:normal;--large-avatar-medium-line-height:1.111;--large-avatar-medium-text-transform:none;--large-avatar-medium-text-decoration:none;--large-avatar-small-font-family:Effra;--large-avatar-small-font-size:0.75rem;--large-avatar-small-font-weight:500;--large-avatar-small-letter-spacing:normal;--large-avatar-small-line-height:1.000;--large-avatar-small-text-transform:none;--large-avatar-small-text-decoration:none;--large-badge-medium-font-family:Effra;--large-badge-medium-font-size:0.75rem;--large-badge-medium-font-weight:500;--large-badge-medium-letter-spacing:normal;--large-badge-medium-line-height:1.000;--large-badge-medium-text-transform:none;--large-badge-medium-text-decoration:none;--large-badge-large-font-family:Effra;--large-badge-large-font-size:1rem;--large-badge-large-font-weight:700;--large-badge-large-letter-spacing:normal;--large-badge-large-line-height:1.000;--large-badge-large-text-transform:none;--large-badge-large-text-decoration:none;--large-button-regular-font-family:Effra;--large-button-regular-font-size:1.125rem;--large-button-regular-font-weight:400;--large-button-regular-letter-spacing:normal;--large-button-regular-line-height:1.111;--large-button-regular-text-transform:none;--large-button-regular-text-decoration:none;--large-button-medium-font-family:Effra;--large-button-medium-font-size:1.125rem;--large-button-medium-font-weight:500;--large-button-medium-letter-spacing:normal;--large-button-medium-line-height:1.111;--large-button-medium-text-transform:none;--large-button-medium-text-decoration:none;--large-button-bold-font-family:Effra;--large-button-bold-font-size:1.125rem;--large-button-bold-font-weight:700;--large-button-bold-letter-spacing:normal;--large-button-bold-line-height:1.111;--large-button-bold-text-transform:none;--large-button-bold-text-decoration:none;--large-button-tertiary-hover-font-family:Effra;--large-button-tertiary-hover-font-size:1.125rem;--large-button-tertiary-hover-font-weight:500;--large-button-tertiary-hover-letter-spacing:normal;--large-button-tertiary-hover-line-height:1.111;--large-button-tertiary-hover-text-transform:none;--large-button-tertiary-hover-text-decoration:underline;--large-tag-default-font-family:Effra;--large-tag-default-font-size:0.9375rem;--large-tag-default-font-weight:400;--large-tag-default-letter-spacing:normal;--large-tag-default-line-height:1.333;--large-tag-default-text-transform:none;--large-tag-default-text-decoration:none;--large-tag-medium-font-family:Effra;--large-tag-medium-font-size:0.9375rem;--large-tag-medium-font-weight:500;--large-tag-medium-letter-spacing:normal;--large-tag-medium-line-height:1.333;--large-tag-medium-text-transform:none;--large-tag-medium-text-decoration:none;--large-list-item-label-font-family:Effra;--large-list-item-label-font-size:1.125rem;--large-list-item-label-font-weight:500;--large-list-item-label-letter-spacing:normal;--large-list-item-label-line-height:1.333;--large-list-item-label-text-transform:none;--large-list-item-label-text-decoration:none;--large-list-item-description-font-family:Effra;--large-list-item-description-font-size:1rem;--large-list-item-description-font-weight:400;--large-list-item-description-letter-spacing:normal;--large-list-item-description-line-height:1.500;--large-list-item-description-text-transform:none;--large-list-item-description-text-decoration:none;--large-list-item-metadata-font-family:Effra;--large-list-item-metadata-font-size:0.875rem;--large-list-item-metadata-font-weight:400;--large-list-item-metadata-letter-spacing:normal;--large-list-item-metadata-line-height:1.429;--large-list-item-metadata-text-transform:none;--large-list-item-metadata-text-decoration:none;--large-list-item-link-font-family:Effra;--large-list-item-link-font-size:1rem;--large-list-item-link-font-weight:500;--large-list-item-link-letter-spacing:normal;--large-list-item-link-line-height:1.250;--large-list-item-link-text-transform:none;--large-list-item-link-text-decoration:none;--small-heading-xl-font-family:Effra;--small-heading-xl-font-size:2.25rem;--small-heading-xl-font-weight:700;--small-heading-xl-letter-spacing:normal;--small-heading-xl-line-height:1.111;--small-heading-xl-text-transform:none;--small-heading-xl-text-decoration:none;--small-heading-lg-font-family:Effra;--small-heading-lg-font-size:2rem;--small-heading-lg-font-weight:700;--small-heading-lg-letter-spacing:normal;--small-heading-lg-line-height:1.125;--small-heading-lg-text-transform:none;--small-heading-lg-text-decoration:none;--small-heading-md-font-family:Effra;--small-heading-md-font-size:1.5rem;--small-heading-md-font-weight:700;--small-heading-md-letter-spacing:normal;--small-heading-md-line-height:1.167;--small-heading-md-text-transform:none;--small-heading-md-text-decoration:none;--small-heading-sm-font-family:Effra;--small-heading-sm-font-size:1.375rem;--small-heading-sm-font-weight:500;--small-heading-sm-letter-spacing:normal;--small-heading-sm-line-height:1.091;--small-heading-sm-text-transform:none;--small-heading-sm-text-decoration:none;--small-heading-xs-font-family:Effra;--small-heading-xs-font-size:1.25rem;--small-heading-xs-font-weight:400;--small-heading-xs-letter-spacing:normal;--small-heading-xs-line-height:1.200;--small-heading-xs-text-transform:none;--small-heading-xs-text-decoration:none;--small-heading-eyebrow-font-family:Effra;--small-heading-eyebrow-font-size:0.875rem;--small-heading-eyebrow-font-weight:400;--small-heading-eyebrow-letter-spacing:normal;--small-heading-eyebrow-line-height:1.429;--small-heading-eyebrow-text-transform:none;--small-heading-eyebrow-text-decoration:none;--small-body-default-font-family:Effra;--small-body-default-font-size:1.125rem;--small-body-default-font-weight:400;--small-body-default-letter-spacing:normal;--small-body-default-line-height:1.333;--small-body-default-text-transform:none;--small-body-default-text-decoration:none;--small-body-medium-font-family:Effra;--small-body-medium-font-size:1.125rem;--small-body-medium-font-weight:500;--small-body-medium-letter-spacing:normal;--small-body-medium-line-height:1.333;--small-body-medium-text-transform:none;--small-body-medium-text-decoration:none;--small-body-strong-font-family:Effra;--small-body-strong-font-size:1.125rem;--small-body-strong-font-weight:700;--small-body-strong-letter-spacing:normal;--small-body-strong-line-height:1.333;--small-body-strong-text-transform:none;--small-body-strong-text-decoration:none;--small-body-italics-font-family:Effra;--small-body-italics-font-size:1.125rem;--small-body-italics-font-weight:400;--small-body-italics-letter-spacing:normal;--small-body-italics-line-height:1.333;--small-body-italics-text-transform:none;--small-body-italics-text-decoration:none;--small-body-text-link-font-family:Effra;--small-body-text-link-font-size:1.125rem;--small-body-text-link-font-weight:500;--small-body-text-link-letter-spacing:normal;--small-body-text-link-line-height:1.333;--small-body-text-link-text-transform:none;--small-body-text-link-text-decoration:underline;--small-small-default-font-family:Effra;--small-small-default-font-size:0.9375rem;--small-small-default-font-weight:400;--small-small-default-letter-spacing:normal;--small-small-default-line-height:1.333;--small-small-default-text-transform:none;--small-small-default-text-decoration:none;--small-small-medium-font-family:Effra;--small-small-medium-font-size:0.9375rem;--small-small-medium-font-weight:500;--small-small-medium-letter-spacing:normal;--small-small-medium-line-height:1.333;--small-small-medium-text-transform:none;--small-small-medium-text-decoration:none;--small-small-strong-font-family:Effra;--small-small-strong-font-size:0.9375rem;--small-small-strong-font-weight:700;--small-small-strong-letter-spacing:normal;--small-small-strong-line-height:1.333;--small-small-strong-text-transform:none;--small-small-strong-text-decoration:none;--small-small-italics-font-family:Effra;--small-small-italics-font-size:0.9375rem;--small-small-italics-font-weight:400;--small-small-italics-letter-spacing:normal;--small-small-italics-line-height:1.333;--small-small-italics-text-transform:none;--small-small-italics-text-decoration:none;--small-small-text-link-font-family:Effra;--small-small-text-link-font-size:0.9375rem;--small-small-text-link-font-weight:500;--small-small-text-link-letter-spacing:normal;--small-small-text-link-line-height:1.333;--small-small-text-link-text-transform:none;--small-small-text-link-text-decoration:underline;--small-input-default-font-family:Effra;--small-input-default-font-size:1.125rem;--small-input-default-font-weight:400;--small-input-default-letter-spacing:normal;--small-input-default-line-height:1.111;--small-input-default-text-transform:none;--small-input-default-text-decoration:none;--small-input-strong-font-family:Effra;--small-input-strong-font-size:1.125rem;--small-input-strong-font-weight:500;--small-input-strong-letter-spacing:normal;--small-input-strong-line-height:1.111;--small-input-strong-text-transform:none;--small-input-strong-text-decoration:none;--small-input-text-link-font-family:Effra;--small-input-text-link-font-size:1.125rem;--small-input-text-link-font-weight:500;--small-input-text-link-letter-spacing:normal;--small-input-text-link-line-height:1.111;--small-input-text-link-text-transform:none;--small-input-text-link-text-decoration:underline;--small-data-lg-font-family:Effra;--small-data-lg-font-size:3.375rem;--small-data-lg-font-weight:700;--small-data-lg-letter-spacing:normal;--small-data-lg-line-height:1.037;--small-data-lg-text-transform:none;--small-data-lg-text-decoration:none;--small-data-md-font-family:Effra;--small-data-md-font-size:2.625rem;--small-data-md-font-weight:700;--small-data-md-letter-spacing:normal;--small-data-md-line-height:1.048;--small-data-md-text-transform:none;--small-data-md-text-decoration:none;--small-data-sm-font-family:Effra;--small-data-sm-font-size:1.5rem;--small-data-sm-font-weight:700;--small-data-sm-letter-spacing:normal;--small-data-sm-line-height:1.167;--small-data-sm-text-transform:none;--small-data-sm-text-decoration:none;--small-data-xs-font-family:Effra;--small-data-xs-font-size:0.75rem;--small-data-xs-font-weight:500;--small-data-xs-letter-spacing:normal;--small-data-xs-line-height:1.000;--small-data-xs-text-transform:none;--small-data-xs-text-decoration:none;--small-dataviz-tooltip-label-font-family:Effra;--small-dataviz-tooltip-label-font-size:0.625rem;--small-dataviz-tooltip-label-font-weight:400;--small-dataviz-tooltip-label-letter-spacing:normal;--small-dataviz-tooltip-label-line-height:1.200;--small-dataviz-tooltip-label-text-transform:none;--small-dataviz-tooltip-label-text-decoration:none;--small-dataviz-goal-font-family:Effra;--small-dataviz-goal-font-size:0.625rem;--small-dataviz-goal-font-weight:500;--small-dataviz-goal-letter-spacing:normal;--small-dataviz-goal-line-height:1.200;--small-dataviz-goal-text-transform:uppercase;--small-dataviz-goal-text-decoration:none;--small-dataviz-radial-metric-status-font-family:Effra;--small-dataviz-radial-metric-status-font-size:0.75rem;--small-dataviz-radial-metric-status-font-weight:400;--small-dataviz-radial-metric-status-letter-spacing:normal;--small-dataviz-radial-metric-status-line-height:1.167;--small-dataviz-radial-metric-status-text-transform:none;--small-dataviz-radial-metric-status-text-decoration:none;--small-dataviz-tooltip-value-font-family:Effra;--small-dataviz-tooltip-value-font-size:0.625rem;--small-dataviz-tooltip-value-font-weight:700;--small-dataviz-tooltip-value-letter-spacing:normal;--small-dataviz-tooltip-value-line-height:1.200;--small-dataviz-tooltip-value-text-transform:none;--small-dataviz-tooltip-value-text-decoration:none;--small-dataviz-label-axis-label-font-family:Effra;--small-dataviz-label-axis-label-font-size:0.875rem;--small-dataviz-label-axis-label-font-weight:400;--small-dataviz-label-axis-label-letter-spacing:normal;--small-dataviz-label-axis-label-line-height:1.143;--small-dataviz-label-axis-label-text-transform:none;--small-dataviz-label-axis-label-text-decoration:none;--small-dataviz-label-legend-font-family:Effra;--small-dataviz-label-legend-font-size:0.75rem;--small-dataviz-label-legend-font-weight:400;--small-dataviz-label-legend-letter-spacing:normal;--small-dataviz-label-legend-line-height:1.167;--small-dataviz-label-legend-text-transform:none;--small-dataviz-label-legend-text-decoration:none;--small-dataviz-label-axis-default-font-family:Effra;--small-dataviz-label-axis-default-font-size:0.875rem;--small-dataviz-label-axis-default-font-weight:400;--small-dataviz-label-axis-default-letter-spacing:normal;--small-dataviz-label-axis-default-line-height:1.143;--small-dataviz-label-axis-default-text-transform:none;--small-dataviz-label-axis-default-text-decoration:none;--small-dataviz-label-axis-active-font-family:Effra;--small-dataviz-label-axis-active-font-size:0.875rem;--small-dataviz-label-axis-active-font-weight:700;--small-dataviz-label-axis-active-letter-spacing:normal;--small-dataviz-label-axis-active-line-height:1.143;--small-dataviz-label-axis-active-text-transform:none;--small-dataviz-label-axis-active-text-decoration:none;--small-dataviz-radial-value-font-family:Effra;--small-dataviz-radial-value-font-size:2rem;--small-dataviz-radial-value-font-weight:400;--small-dataviz-radial-value-letter-spacing:normal;--small-dataviz-radial-value-line-height:1.000;--small-dataviz-radial-value-text-transform:none;--small-dataviz-radial-value-text-decoration:none;--small-dataviz-radial-unit-of-measurement-font-family:Effra;--small-dataviz-radial-unit-of-measurement-font-size:1rem;--small-dataviz-radial-unit-of-measurement-font-weight:400;--small-dataviz-radial-unit-of-measurement-letter-spacing:normal;--small-dataviz-radial-unit-of-measurement-line-height:1.500;--small-dataviz-radial-unit-of-measurement-text-transform:none;--small-dataviz-radial-unit-of-measurement-text-decoration:none;--small-dataviz-simpletext-value-font-family:Effra;--small-dataviz-simpletext-value-font-size:2rem;--small-dataviz-simpletext-value-font-weight:500;--small-dataviz-simpletext-value-letter-spacing:normal;--small-dataviz-simpletext-value-line-height:1.125;--small-dataviz-simpletext-value-text-transform:none;--small-dataviz-simpletext-value-text-decoration:none;--small-avatar-xlarge-font-family:Effra;--small-avatar-xlarge-font-size:2.25rem;--small-avatar-xlarge-font-weight:700;--small-avatar-xlarge-letter-spacing:normal;--small-avatar-xlarge-line-height:normal;--small-avatar-xlarge-text-transform:none;--small-avatar-xlarge-text-decoration:none;--small-avatar-large-font-family:Effra;--small-avatar-large-font-size:1.625rem;--small-avatar-large-font-weight:700;--small-avatar-large-letter-spacing:normal;--small-avatar-large-line-height:1.231;--small-avatar-large-text-transform:none;--small-avatar-large-text-decoration:none;--small-avatar-medium-font-family:Effra;--small-avatar-medium-font-size:1.125rem;--small-avatar-medium-font-weight:700;--small-avatar-medium-letter-spacing:normal;--small-avatar-medium-line-height:1.111;--small-avatar-medium-text-transform:none;--small-avatar-medium-text-decoration:none;--small-avatar-small-font-family:Effra;--small-avatar-small-font-size:0.75rem;--small-avatar-small-font-weight:500;--small-avatar-small-letter-spacing:normal;--small-avatar-small-line-height:1.000;--small-avatar-small-text-transform:none;--small-avatar-small-text-decoration:none;--small-badge-medium-font-family:Effra;--small-badge-medium-font-size:0.75rem;--small-badge-medium-font-weight:500;--small-badge-medium-letter-spacing:normal;--small-badge-medium-line-height:1.000;--small-badge-medium-text-transform:none;--small-badge-medium-text-decoration:none;--small-badge-large-font-family:Effra;--small-badge-large-font-size:1rem;--small-badge-large-font-weight:700;--small-badge-large-letter-spacing:normal;--small-badge-large-line-height:1.000;--small-badge-large-text-transform:none;--small-badge-large-text-decoration:none;--small-button-regular-font-family:Effra;--small-button-regular-font-size:1.125rem;--small-button-regular-font-weight:400;--small-button-regular-letter-spacing:normal;--small-button-regular-line-height:1.111;--small-button-regular-text-transform:none;--small-button-regular-text-decoration:none;--small-button-medium-font-family:Effra;--small-button-medium-font-size:1.125rem;--small-button-medium-font-weight:500;--small-button-medium-letter-spacing:normal;--small-button-medium-line-height:1.111;--small-button-medium-text-transform:none;--small-button-medium-text-decoration:none;--small-button-bold-font-family:Effra;--small-button-bold-font-size:1.125rem;--small-button-bold-font-weight:700;--small-button-bold-letter-spacing:normal;--small-button-bold-line-height:1.111;--small-button-bold-text-transform:none;--small-button-bold-text-decoration:none;--small-button-tertiary-hover-font-family:Effra;--small-button-tertiary-hover-font-size:1.125rem;--small-button-tertiary-hover-font-weight:500;--small-button-tertiary-hover-letter-spacing:normal;--small-button-tertiary-hover-line-height:1.111;--small-button-tertiary-hover-text-transform:none;--small-button-tertiary-hover-text-decoration:underline;--small-tag-default-font-family:Effra;--small-tag-default-font-size:0.9375rem;--small-tag-default-font-weight:400;--small-tag-default-letter-spacing:normal;--small-tag-default-line-height:1.333;--small-tag-default-text-transform:none;--small-tag-default-text-decoration:none;--small-tag-medium-font-family:Effra;--small-tag-medium-font-size:0.9375rem;--small-tag-medium-font-weight:500;--small-tag-medium-letter-spacing:normal;--small-tag-medium-line-height:1.333;--small-tag-medium-text-transform:none;--small-tag-medium-text-decoration:none;--small-list-item-label-font-family:Effra;--small-list-item-label-font-size:1.125rem;--small-list-item-label-font-weight:500;--small-list-item-label-letter-spacing:normal;--small-list-item-label-line-height:1.333;--small-list-item-label-text-transform:none;--small-list-item-label-text-decoration:none;--small-list-item-description-font-family:Effra;--small-list-item-description-font-size:1rem;--small-list-item-description-font-weight:400;--small-list-item-description-letter-spacing:normal;--small-list-item-description-line-height:1.500;--small-list-item-description-text-transform:none;--small-list-item-description-text-decoration:none;--small-list-item-metadata-font-family:Effra;--small-list-item-metadata-font-size:0.875rem;--small-list-item-metadata-font-weight:400;--small-list-item-metadata-letter-spacing:normal;--small-list-item-metadata-line-height:1.429;--small-list-item-metadata-text-transform:none;--small-list-item-metadata-text-decoration:none;--small-list-item-link-font-family:Effra;--small-list-item-link-font-size:1rem;--small-list-item-link-font-weight:500;--small-list-item-link-letter-spacing:normal;--small-list-item-link-line-height:1.250;--small-list-item-link-text-transform:none;--small-list-item-link-text-decoration:none}.consult fieldset.CheckableGroup-module__root,.consult fieldset.RadioGroup-module__root{padding-top:0}.consult fieldset.CheckableGroup-module__root legend,.consult fieldset.RadioGroup-module__root legend{display:table}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}main{display:block}h1{font-size:2em;margin:.67em 0}hr{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:bolder}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}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{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]{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;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}button{background-color:transparent;background-image:none}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}fieldset,ol,ul{margin:0;padding:0}ol,ul{list-style:none}html{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;line-height:1.5}*,:after,:before{box-sizing:border-box;border:0 solid #e2e8f0}hr{border-top-width:1px}img{border-style:solid}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{color:#a0aec0}input::placeholder,textarea::placeholder{color:#a0aec0}[role=button],button{cursor:pointer}table{border-collapse:collapse}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}button,input,optgroup,select,textarea{padding:0;line-height:inherit;color:inherit}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}.websdk-container{width:100%}@media (min-width: 320px){.websdk-container{max-width:320px}}@media (min-width: 375px){.websdk-container{max-width:375px}}@media (min-width: 376px){.websdk-container{max-width:376px}}@media (min-width: 576px){.websdk-container{max-width:576px}}@media (min-width: 768px){.websdk-container{max-width:768px}}@media (min-width: 992px){.websdk-container{max-width:992px}}@media (min-width: 1024px){.websdk-container{max-width:1024px}}@media (min-width: 1200px){.websdk-container{max-width:1200px}}@media (min-width: 1280px){.websdk-container{max-width:1280px}}@media (min-width: 1440px){.websdk-container{max-width:1440px}}.root-web-sdk .external-link-icon{content:"";margin-left:4px;margin-right:2px;padding:0 7px;-webkit-mask:url(https://assets.livongo.com/image/upload/v1713276246/web-sdk/icons/external-link_fb2ar0.svg) center no-repeat;mask:url(https://assets.livongo.com/image/upload/v1713276246/web-sdk/icons/external-link_fb2ar0.svg) center no-repeat;display:inline-block;--bg-opacity:1;background-color:#005c95;background-color:rgba(0, 92, 149, var(--bg-opacity))}.root-web-sdk .button-td-core{display:block;border-width:1px;--border-opacity:1;border-color:#5b2f91;border-color:rgba(91, 47, 145, var(--border-opacity));border-radius:.5rem;outline:2px solid transparent;outline-offset:2px;cursor:pointer}.root-web-sdk .button-td-core:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px #5b2f91}.root-web-sdk .button-td-core:disabled{background-color:transparent;--border-opacity:1;border-color:#bdbdbd;border-color:rgba(189, 189, 189, var(--border-opacity));--text-opacity:1;color:#bdbdbd;color:rgba(189, 189, 189, var(--text-opacity))}.root-web-sdk .button-td-core-primary{--bg-opacity:1;background-color:#5b2f91;background-color:rgba(91, 47, 145, var(--bg-opacity));--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity))}.root-web-sdk .button-td-core-primary:active:not(.disabled),.root-web-sdk .button-td-core-primary:hover:not(.disabled){--bg-opacity:1;background-color:#ded5e9;background-color:rgba(222, 213, 233, var(--bg-opacity));--text-opacity:1;color:#0a0a0a;color:rgba(10, 10, 10, var(--text-opacity))}.root-web-sdk .button-td-core-secondary{background-color:transparent;--text-opacity:1;color:#5b2f91;color:rgba(91, 47, 145, var(--text-opacity))}.root-web-sdk .button-td-core-secondary:active,.root-web-sdk .button-td-core-secondary:hover{--bg-opacity:1;background-color:#ded5e9;background-color:rgba(222, 213, 233, var(--bg-opacity));--text-opacity:1;color:#0a0a0a;color:rgba(10, 10, 10, var(--text-opacity))}.root-web-sdk .button-td-core-link{margin-bottom:2.5rem;margin-top:0;padding:0;width:auto;min-width:0;background-color:transparent;border-style:none;--text-opacity:1;color:#5b2f91;color:rgba(91, 47, 145, var(--text-opacity));text-align:left;line-height:1.5rem}.root-web-sdk .button-td-core-link:active,.root-web-sdk .button-td-core-link:hover{background-color:transparent;opacity:.75}.root-web-sdk .pill-td-core{display:flex;justify-content:center;align-items:center;margin-right:1rem;margin-bottom:1rem;border-width:1px;--border-opacity:1;border-color:#727069;border-color:rgba(114, 112, 105, var(--border-opacity));border-radius:.125rem;outline:2px solid transparent;outline-offset:2px;padding:1px calc(.5rem + 1px)}.root-web-sdk .pill-td-core.selected,.root-web-sdk .pill-td-core:active,.root-web-sdk .pill-td-core:hover{padding:0 .5rem;border-width:2px;--border-opacity:1;border-color:#27accd;border-color:rgba(39, 172, 205, var(--border-opacity))}.root-web-sdk .pill-td-core:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px #27accd}.root-web-sdk .pill-td-core.selected,.root-web-sdk .pill-td-core:active{--bg-opacity:1;background-color:#ccf2fa;background-color:rgba(204, 242, 250, var(--bg-opacity))}.root-web-sdk .td-icon{margin-left:5px}.root-web-sdk .td-icon:before{position:relative;top:2px;right:5px}.root-web-sdk .td-no-icon{margin-left:0}.root-web-sdk .td-no-icon:before{display:none}.root-web-sdk .td-icon-devices-print{margin-left:5px}.root-web-sdk .td-icon-devices-print:before{position:relative;top:2px;right:5px;content:url(https://assets.livongo.com/image/upload/v1713282793/web-sdk/icons/td-devices-print_ppu17u.svg)}.root-web-sdk .td-icon-add{margin-left:5px}.root-web-sdk .td-icon-add:before{position:relative;top:2px;right:5px;content:url(https://assets.livongo.com/image/upload/v1713278524/web-sdk/icons/icon-add-td-core_fk0eko.svg)}.root-web-sdk .tb-icon-alert{margin-left:5px}.root-web-sdk .tb-icon-alert:before{position:relative;top:2px;right:5px;content:url(https://assets.livongo.com/image/upload/v1723209799/web-sdk/icons/icon-alert.svg);right:.75rem}.root-web-sdk #containerForm div[class*=Edit] .websdk-relative:has(input:active),.root-web-sdk #containerForm div[class*=Edit] .websdk-relative:has(input:focus),.root-web-sdk #containerForm div[class*=Edit] .websdk-relative:has(input:invalid){box-shadow:0 0 0 2px #fff,0 0 2px 4px rgba(81,86,245,0.6);border-radius:.75rem;display:block}.root-web-sdk #containerForm div[class*=Edit] .input-web-sdk:not(:disabled):active,.root-web-sdk #containerForm div[class*=Edit] .input-web-sdk:not(:disabled):focus,.root-web-sdk #containerForm div[class*=Edit] .input-web-sdk:not(:disabled):invalid{padding:.75rem 15px;border-width:2px;--border-opacity:1;border-color:#5156f5;border-color:rgba(81, 86, 245, var(--border-opacity));position:relative;outline:2px solid transparent;outline-offset:2px}.root-web-sdk #containerForm div[class*=Edit] .input-web-sdk:not(:disabled):hover{--border-opacity:1;border-color:#5156f5;border-color:rgba(81, 86, 245, var(--border-opacity));border-width:2px}.root-web-sdk #containerForm .input-web-sdk-wrapper{position:relative}.root-web-sdk #containerForm .input-web-sdk{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin-bottom:0;width:100%;--border-opacity:1;border-color:#727069;border-color:rgba(114, 112, 105, var(--border-opacity));outline:2px solid transparent;outline-offset:2px;box-shadow:none;padding:13px 1rem;line-height:20px;--text-opacity:1;color:#0a0a0a;color:rgba(10, 10, 10, var(--text-opacity));height:auto;display:block;border-radius:.5rem;border-width:1px;font-size:1rem}.root-web-sdk #containerForm .input-web-sdk::-ms-reveal{display:none}.root-web-sdk #containerForm .input-web-sdk::-moz-placeholder{--text-opacity:1;color:#1a202c;color:rgba(26, 32, 44, var(--text-opacity))}.root-web-sdk #containerForm .input-web-sdk::placeholder{--text-opacity:1;color:#1a202c;color:rgba(26, 32, 44, var(--text-opacity))}.root-web-sdk #containerForm .input-web-sdk:not(:disabled):active,.root-web-sdk #containerForm .input-web-sdk:not(:disabled):focus,.root-web-sdk #containerForm .input-web-sdk:not(:disabled):invalid{padding:12px calc(1rem - 1px);border-width:2px}.root-web-sdk #containerForm .input-web-sdk:active,.root-web-sdk #containerForm .input-web-sdk:focus{--border-opacity:1;border-color:#5b2f91;border-color:rgba(91, 47, 145, var(--border-opacity));outline-width:2px;outline-color:#4d4c44}.root-web-sdk #containerForm .input-web-sdk.invalid,.root-web-sdk #containerForm .input-web-sdk:invalid{--border-opacity:1;border-color:#aa1010;border-color:rgba(170, 16, 16, var(--border-opacity))}.root-web-sdk #containerForm .input-web-sdk:disabled{--bg-opacity:1;background-color:#f6f8f8;background-color:rgba(246, 248, 248, var(--bg-opacity));--border-opacity:1;border-color:#bdbdbd;border-color:rgba(189, 189, 189, var(--border-opacity))}.root-web-sdk #containerForm input[type=file]{display:block;margin-bottom:1rem}.root-web-sdk #containerForm .react-datepicker__input-container input{border-radius:.5rem;border-width:1px;--border-opacity:1;border-color:#9a9fa8;border-color:rgba(154, 159, 168, var(--border-opacity));padding:1rem;font-size:1rem;line-height:1;--text-opacity:1;color:#2c2a29;color:rgba(44, 42, 41, var(--text-opacity))}.root-web-sdk #containerForm .input-web-sdk[data-testid=input-dob]:focus::-moz-placeholder{color:transparent}.root-web-sdk #containerForm .input-web-sdk[data-testid=input-dob]:focus::placeholder{color:transparent}.root-web-sdk #containerForm .character-counter{margin:.5rem;font-size:.875rem;font-weight:400;text-align:right}.root-web-sdk #containerForm .invoice-item-web-sdk{background-image:url(https://assets.livongo.com/image/upload/v1713282055/web-sdk/icons/right-arrow-purple.svg);background-repeat:no-repeat;background-position:100%;--border-opacity:1;border-color:#cbc9bf;border-bottom:1px;border-color:rgba(203, 201, 191, var(--border-opacity));border-style:solid;margin-bottom:1.5rem}.root-web-sdk #containerForm .invoice-item-web-sdk .text-web-sdk{margin-bottom:.5rem}.root-web-sdk #containerForm .text-web-sdk{margin-bottom:32px;--text-opacity:1;color:#0a0a0a;color:rgba(10, 10, 10, var(--text-opacity));font-size:1rem;line-height:1.25;white-space:break-spaces}.root-web-sdk #containerForm .text-web-sdk.TDFieldOptionIconLeft.dialogTitle.c-info-1{display:flex;font-weight:700}.root-web-sdk #containerForm .text-web-sdk.TDFieldOptionIconLeft.dialogTitle.c-info-1:before{content:"";background-repeat:no-repeat;flex-shrink:0;display:inline-block;position:relative;align-self:center;width:1.5rem;height:18px;background-image:url(https://assets.livongo.com/image/upload/v1713275830/web-sdk/icons/c-info-1.svg)}.root-web-sdk #containerForm .TDFieldOptionHeading{font-weight:500;font-size:1.625rem}.root-web-sdk #containerForm .TDFieldOptionHidden{display:none}.root-web-sdk #containerForm .AllCareProducts .text-web-sdk,.root-web-sdk #containerForm .CancelVisit .text-web-sdk,.root-web-sdk #containerForm .CareOption .text-web-sdk,.root-web-sdk #containerForm .Dashboard .text-web-sdk{line-height:normal}.root-web-sdk #containerForm .coverageAlreadyAddedCallCenter{margin-bottom:1.5rem;margin-top:2.5rem;border-radius:.5rem;padding:1rem;--bg-opacity:1;background-color:#f7f9f9;background-color:rgba(247, 249, 249, var(--bg-opacity))}.root-web-sdk #containerForm .text-link-web-sdk{font-weight:500;--text-opacity:1;color:#5b2f91;color:rgba(91, 47, 145, var(--text-opacity));display:block;cursor:pointer;font-family:Effra,Arial,sans-serif;font-size:1.125rem}.root-web-sdk #containerForm .text-link-web-sdk:hover{text-decoration-thickness:1px;-webkit-text-decoration-line:underline;text-decoration-line:underline}.root-web-sdk #containerForm .text-web-sdk[data-testid=text-cost]{--text-opacity:1;color:#005c95;color:rgba(0, 92, 149, var(--text-opacity));font-size:32px}.root-web-sdk #containerForm .screen-fields-web-sdk>.html-text-web-sdk{margin-bottom:32px}.root-web-sdk #containerForm .html-text-web-sdk{--text-opacity:1;color:#0a0a0a;color:rgba(10, 10, 10, var(--text-opacity))}.root-web-sdk #containerForm .html-text-web-sdk ul{padding-bottom:1.5rem;padding-left:1.25rem;list-style-type:disc}.root-web-sdk #containerForm .html-text-web-sdk li{list-style-type:disc}.root-web-sdk #containerForm .html-text-web-sdk[class*=GrayBackground],.root-web-sdk #containerForm .html-text-web-sdk[class*=gray_background]{margin-bottom:1.5rem;margin-top:2.5rem;border-radius:.5rem;padding:1rem;--bg-opacity:1;background-color:#f7f9f9;background-color:rgba(247, 249, 249, var(--bg-opacity))}.root-web-sdk #containerForm .token_expired_message{--bg-opacity:1;background-color:#fdefed;background-color:rgba(253, 239, 237, var(--bg-opacity));border-width:1px;--border-opacity:1;border-color:#aa1010;border-color:rgba(170, 16, 16, var(--border-opacity));border-radius:.5rem;padding:1rem 1.5rem}.root-web-sdk #containerForm .html-text-web-sdk .text-web-sdk:last-child{margin-bottom:0}.root-web-sdk #containerForm .html-text-web-sdk[data-testid=html-text-message] .text-web-sdk{font-size:.875rem}.root-web-sdk #containerForm .text-link-web-sdk:focus{border-radius:.25rem;outline:2px solid transparent;outline-offset:2px;box-shadow:0 0 0 4px #fff,0 0 0 6px #5b2f91}.root-web-sdk #containerForm .text-link-web-sdk.add_treatment_link{padding-left:1.5rem;float:none;background:url(https://assets.livongo.com/image/upload/v1713278524/web-sdk/icons/icon-add-td-core_fk0eko.svg) no-repeat 0}.root-web-sdk #containerForm .text-web-sdk.treatment_heading{display:block;--text-opacity:1;color:#0a0a0a;color:rgba(10, 10, 10, var(--text-opacity));font-size:2rem;font-weight:500}.root-web-sdk #containerForm .text-web-sdk.invalid{--text-opacity:1;color:#aa1010;color:rgba(170, 16, 16, var(--text-opacity))}.root-web-sdk #containerForm .label-web-sdk .text-web-sdk{margin-bottom:0;font-size:.75rem}.root-web-sdk #containerForm .text-web-sdk[class*=dob]{display:block}.root-web-sdk #containerForm .text-label-wrapper-web-sdk label{--text-opacity:1;color:#727069;color:rgba(114, 112, 105, var(--text-opacity));margin-bottom:.25rem}.root-web-sdk #containerForm .text-label-wrapper-web-sdk p{font-weight:500;font-size:1.25rem;margin-bottom:32px}.root-web-sdk #containerForm .to-detail-tab-web-sdk{font-size:1rem;margin-left:.25rem}.root-web-sdk #containerForm .return_to_home_select_new_provider_link{text-transform:lowercase;--text-opacity:1;color:#005c95;color:rgba(0, 92, 149, var(--text-opacity));margin-top:-2rem;margin-bottom:-2rem}.root-web-sdk #containerForm .return_to_home_select_new_provider_link:first-letter{text-transform:uppercase}.root-web-sdk #containerForm .return_to_home_select_new_provider_link:focus{box-shadow:none}.root-web-sdk #containerForm .html-text-web-sdk.help_text[class*=gray_background]{margin-bottom:1.5rem;border-radius:.5rem;padding:1rem;--bg-opacity:1;background-color:#f7f9f9;background-color:rgba(247, 249, 249, var(--bg-opacity))}.root-web-sdk #containerForm .html-text-web-sdk.help_text[class*=gray_background] .text-web-sdk{--text-opacity:1;color:#565757;color:rgba(86, 87, 87, var(--text-opacity))}.root-web-sdk #containerForm .html-text-web-sdk.help_text[class*=gray_background] .text-web-sdk .link-web-sdk{--text-opacity:1;color:#0060fc;color:rgba(0, 96, 252, var(--text-opacity));text-decoration:underline}.root-web-sdk #containerForm .photo-button-web-sdk{padding:0;margin:.2rem;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));border-radius:.5rem;--border-opacity:1;border:1px dashed #5b2f91;border-color:rgba(91, 47, 145, var(--border-opacity));width:140px;height:96px;display:flex;justify-content:center;align-items:center;overflow:hidden}.root-web-sdk #containerForm .photo-button-web-sdk.invalid{--border-opacity:1;border:2px solid #aa1010;border-color:rgba(170, 16, 16, var(--border-opacity));padding:0}.root-web-sdk #containerForm .photo-button-web-sdk:focus{outline:2px solid transparent;outline-offset:2px;box-shadow:0 0 0 2px #fff,0 0 0 4px #5b2f91}.root-web-sdk #containerForm .photo-button-web-sdk-ico{background:url(https://assets.livongo.com/image/upload/v1713278978/web-sdk/icons/photo-upload-td-core_hw116p.svg) no-repeat 50%;background-origin:content-box;width:1rem;height:1rem}.root-web-sdk #containerForm .photo-preview-container{justify-content:space-between;display:flex;flex-wrap:wrap}.root-web-sdk #containerForm .photo-button-web-sdk img{flex-shrink:0;width:auto;max-width:none;height:6rem}.root-web-sdk #containerForm input[type=file]{margin-bottom:0;--text-opacity:1;color:#0a0a0a;color:rgba(10, 10, 10, var(--text-opacity));border-width:0}.root-web-sdk #containerForm input[type=file]:active,.root-web-sdk #containerForm input[type=file]:focus{border-radius:.25rem;outline:2px solid transparent;outline-offset:2px;box-shadow:0 0 0 4px #fff,0 0 0 6px #5b2f91}.root-web-sdk #containerForm .photo-preview-image-500{padding-bottom:0}.root-web-sdk #containerForm .photo-preview-wrapper{margin-bottom:1rem}.root-web-sdk #containerForm .photo-preview-wrapper .loader-web-sdk{width:5rem;height:5rem;margin-top:0;margin-bottom:0}.root-web-sdk #containerForm .autocomplete-label-web-sdk{color:#0a0a0a;color:rgba(10, 10, 10, var(--text-opacity))}.root-web-sdk #containerForm .autocomplete-wrapper-web-sdk{margin-bottom:0;width:100%;position:relative}.root-web-sdk #containerForm .autocomplete-web-sdk{border-width:1px;--border-opacity:1;border-color:#727069;border-color:rgba(114, 112, 105, var(--border-opacity));margin-top:.5rem;width:100%;--text-opacity:1;color:#0a0a0a;color:rgba(10, 10, 10, var(--text-opacity));padding:13px 1rem;line-height:20px;height:auto;border-radius:.5rem}.root-web-sdk #containerForm .autocomplete-web-sdk.expanded{background:url(https://assets.livongo.com/image/upload/v1718722555/web-sdk/icons/td-up-arrow_hi3vg0.svg) no-repeat scroll 100%;background-origin:content-box}.root-web-sdk #containerForm .autocomplete-web-sdk.invalid{--border-opacity:1;border-color:#aa1010;border-color:rgba(170, 16, 16, var(--border-opacity))}.root-web-sdk #containerForm .autocomplete-web-sdk.google-autocomplete{border-radius:.5rem;padding-right:2.5rem;padding-left:.875rem}.root-web-sdk #containerForm .autocomplete-web-sdk.google-autocomplete.autocomplete-show,.root-web-sdk #containerForm .autocomplete-web-sdk.google-autocomplete:focus{padding-right:2.5rem;padding-left:.875rem;border-width:1px;--border-opacity:1;border-color:#0060fc;border-color:rgba(0, 96, 252, var(--border-opacity));box-shadow:0 0 0 2px #fff,0 0 2px 4px rgba(0,96,252,0.6)}.root-web-sdk #containerForm .autocomplete-web-sdk.google-autocomplete.autocomplete-show.left-icon,.root-web-sdk #containerForm .autocomplete-web-sdk.google-autocomplete.left-icon:focus{padding-left:2.5rem;padding-right:2.5rem}.root-web-sdk #containerForm .autocomplete-web-sdk.google-autocomplete.invalid{--border-opacity:1;border-color:#c9311a;border-color:rgba(201, 49, 26, var(--border-opacity))}.root-web-sdk #containerForm .autocomplete-web-sdk.google-autocomplete:hover{--border-opacity:1;border-color:#0060fc;border-color:rgba(0, 96, 252, var(--border-opacity))}.root-web-sdk #containerForm .autocomplete-web-sdk.left-icon{padding-left:2.5rem;padding-right:2.5rem}.root-web-sdk #containerForm .autocomplete-web-sdk-chevron{background:url(https://assets.livongo.com/image/upload/v1713282807/web-sdk/icons/td-down-arrow_ew6dys.svg) no-repeat scroll 100%;background-origin:content-box}.root-web-sdk #containerForm .autocomplete-icon-web-sdk{position:absolute;height:2rem;display:block;top:14px;width:22px}.root-web-sdk #containerForm .autocomplete-icon-web-sdk.location-pin{background-image:url(https://assets.livongo.com/image/upload/v1713278816/web-sdk/icons/location-pin.svg);left:12px;background-size:17px;background-repeat:no-repeat;background-position:center 8px}.root-web-sdk #containerForm .autocomplete-web-sdk:active,.root-web-sdk #containerForm .autocomplete-web-sdk:focus{border-width:2px;--border-opacity:1;border-color:#5b2f91;border-color:rgba(91, 47, 145, var(--border-opacity));padding:12px calc(1rem - 1px);outline:2px solid transparent;outline-offset:2px}.root-web-sdk #containerForm .autocomplete-icon-web-sdk.spinner{animation:spin 1s ease-in-out infinite;-webkit-animation:spin 1s ease-in-out infinite;background-image:url(https://assets.livongo.com/image/upload/v1713282093/web-sdk/icons/spinner.svg)}.root-web-sdk #containerForm .autocomplete-icon-web-sdk.cross,.root-web-sdk #containerForm .autocomplete-icon-web-sdk.spinner{right:19px;top:23px;height:18px;width:18px;background-size:18px;background-repeat:no-repeat;background-position:50%;display:block;position:absolute}.root-web-sdk #containerForm .autocomplete-icon-web-sdk.cross{background-image:url(https://assets.livongo.com/image/upload/v1713276075/web-sdk/icons/close-clear-input.svg)}.root-web-sdk #containerForm .autocomplete-icon-web-sdk.cross :hover{background-image:url(https://assets.livongo.com/image/upload/v1713276065/web-sdk/icons/close-clear-input-hover.svg)}.root-web-sdk #containerForm .autocomplete-icon-web-sdk.cross :focus-visible{box-shadow:0 0 0 2px #fff,0 0 2px 4px rgba(0,96,252,0.6);border-radius:.25rem;outline:2px solid transparent;outline-offset:2px}.root-web-sdk #containerForm .autocomplete-suggestions-web-sdk{--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));list-style-type:none;margin-top:0;padding-left:0;z-index:1;border-radius:.5rem;position:absolute;width:100%;max-height:calc(20rem + 9px);--border-opacity:1;border:1px solid #a5a197;border-color:rgba(165, 161, 151, var(--border-opacity));overflow-y:auto;box-shadow:0 12px 32px -16px rgba(0,0,0,0.25)}.root-web-sdk #containerForm .autocomplete-suggestions-web-sdk li{height:35px;height:auto;min-height:40px;padding:10px 1rem;font-size:1.125rem;line-height:20px;font-weight:400;--border-opacity:1;border-color:#a5a197;border-color:rgba(165, 161, 151, var(--border-opacity));--text-opacity:1;color:#0a0a0a;color:rgba(10, 10, 10, var(--text-opacity))}.root-web-sdk #containerForm .autocomplete-suggestions-web-sdk li.autocomplete-suggestionActive-web-sdk,.root-web-sdk #containerForm .autocomplete-suggestions-web-sdk li:focus,.root-web-sdk #containerForm .autocomplete-suggestions-web-sdk li:hover{--bg-opacity:1;background-color:#eeeaf4;background-color:rgba(238, 234, 244, var(--bg-opacity));--border-opacity:1;border-color:#8c6db2;border-color:rgba(140, 109, 178, var(--border-opacity));color:inherit;font-weight:inherit;cursor:pointer}.root-web-sdk #containerForm .autocomplete-suggestions-web-sdk li.autocomplete-suggestionActive-web-sdk+li,.root-web-sdk #containerForm .autocomplete-suggestions-web-sdk li:focus+li,.root-web-sdk #containerForm .autocomplete-suggestions-web-sdk li:hover+li{--border-opacity:1;border-color:#8c6db2;border-color:rgba(140, 109, 178, var(--border-opacity))}.root-web-sdk #containerForm .autocomplete-suggestions-web-sdk li:not(:first-of-type){border-top:1px solid #e2e2e2}.root-web-sdk #containerForm .autocomplete-suggestions-web-sdk li.autocomplete-suggestionActive-web-sdk:not(:first-of-type),.root-web-sdk #containerForm .autocomplete-suggestions-web-sdk li:not(:first-of-type):focus,.root-web-sdk #containerForm .autocomplete-suggestions-web-sdk li:not(:first-of-type):hover{--border-opacity:1;border-color:#8c6db2;border-color:rgba(140, 109, 178, var(--border-opacity))}.root-web-sdk #containerForm .autocomplete-suggestions-web-sdk.google-autocomplete{margin-top:.25rem;box-shadow:0 8px 20px 0 rgba(0,0,0,0.16);border-width:0}.root-web-sdk #containerForm .autocomplete-label-web-sdk{font-weight:500;font-size:1rem;--text-opacity:1;color:#2c2a29;color:rgba(44, 42, 41, var(--text-opacity))}.root-web-sdk #containerForm .autocomplete-noSuggestions-web-sdk{--text-opacity:1;color:#000;color:rgba(0, 0, 0, var(--text-opacity));padding:1rem}.root-web-sdk #containerForm .autocomplete-container-web-sdk{display:flex;border-width:1px;--border-opacity:1;border-color:#727069;border-color:rgba(114, 112, 105, var(--border-opacity));border-radius:.5rem}.root-web-sdk .hidden-option{display:none}.root-web-sdk input::-moz-placeholder{color:#727069}.root-web-sdk input::placeholder{color:#727069}.root-web-sdk #containerForm .checkbox-group-web-sdk{margin-bottom:32px}.root-web-sdk #containerForm .checkbox-group-web-sdk .checkbox-wrapper-web-sdk{margin-bottom:.75rem}.root-web-sdk #containerForm .checkbox-wrapper-web-sdk{display:flex;padding-top:.5rem;padding-bottom:.5rem}.root-web-sdk #containerForm .checkbox-wrapper-web-sdk .hidden-label{display:none}.root-web-sdk #containerForm .checkbox-wrapper-web-sdk .checkbox-text-wrapper-web-sdk .text-web-sdk{display:block;margin-bottom:0}.root-web-sdk #containerForm .checkbox-wrapper-web-sdk .checkbox-input-web-sdk,.root-web-sdk #containerForm .checkbox-wrapper-web-sdk input:checked~.checkbox-input-web-sdk{position:relative;display:inline-block;border-radius:.25rem;height:20px;width:20px;border-width:1px;--border-opacity:1;border-color:#6f6f6f;border-color:rgba(111, 111, 111, var(--border-opacity))}.root-web-sdk #containerForm .checkbox-wrapper-web-sdk input:disabled~.checkbox-input-web-sdk{--bg-opacity:1;background-color:#dfe0df;background-color:rgba(223, 224, 223, var(--bg-opacity));--border-opacity:1;border-color:#6f6f6f;border-color:rgba(111, 111, 111, var(--border-opacity))}.root-web-sdk #containerForm .checkbox-wrapper-web-sdk.invalid .checkbox-input-web-sdk,.root-web-sdk #containerForm .checkbox-wrapper-web-sdk.invalid input:checked~.checkbox-input-web-sdk{border-width:1px;--border-opacity:1;border-color:#aa1010;border-color:rgba(170, 16, 16, var(--border-opacity))}.root-web-sdk #containerForm .checkbox-wrapper-web-sdk:focus-within{outline:2px solid transparent;outline-offset:2px;--border-opacity:1;border-color:#6f6f6f;border-color:rgba(111, 111, 111, var(--border-opacity))}.root-web-sdk #containerForm .checkbox-wrapper-web-sdk:focus-within .checkbox-input-web-sdk{outline:2px solid transparent;outline-offset:2px}.root-web-sdk #containerForm .checkbox-wrapper-web-sdk input:checked~.checkbox-input-web-sdk{border-radius:.25rem;--transform-scale-x:1;--transform-scale-y:1;--bg-opacity:1;background-color:#5156f5;background-color:rgba(81, 86, 245, var(--bg-opacity));border-width:1px;--border-opacity:1;border-color:#5156f5;border-color:rgba(81, 86, 245, var(--border-opacity))}.root-web-sdk #containerForm .checkbox-wrapper-web-sdk input:checked~.checkbox-input-web-sdk,.root-web-sdk #containerForm .checkbox-wrapper-web-sdk input:checked~.checkbox-input-web-sdk:after{transform-origin:center;--transform-translate-x:0;--transform-translate-y:0;--transform-skew-x:0;--transform-skew-y:0;transform:translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));--transform-rotate:0;opacity:1}.root-web-sdk #containerForm .checkbox-wrapper-web-sdk input:checked~.checkbox-input-web-sdk:after{--transform-rotate:45deg;--transform-scale-x:1;--transform-scale-y:1;border-radius:0;border-right-width:2px;border-bottom-width:2px;top:0;left:5px;width:7px;height:13px;background-color:transparent;--border-opacity:1;border-color:#fff;border-color:rgba(255, 255, 255, var(--border-opacity))}.root-web-sdk #containerForm .checkbox-wrapper-web-sdk input:checked:is([disabled])~.checkbox-input-web-sdk{--bg-opacity:1;background-color:#6f6f6f;background-color:rgba(111, 111, 111, var(--bg-opacity));--border-opacity:1;border-color:#6f6f6f;border-color:rgba(111, 111, 111, var(--border-opacity))}.root-web-sdk #containerForm .checkbox-wrapper-web-sdk input:checked:is([disabled])~.checkbox-input-web-sdk:after{--bg-opacity:1;background-color:#6f6f6f;background-color:rgba(111, 111, 111, var(--bg-opacity));--border-opacity:1;border-color:#fff;border-color:rgba(255, 255, 255, var(--border-opacity))}.root-web-sdk #containerForm .checkbox-text-wrapper-web-sdk{flex:1 1 0%}.root-web-sdk #containerForm .checkbox-text-wrapper-web-sdk .text-web-sdk{display:inline-block;margin-bottom:0;margin-left:.5rem;vertical-align:top}.root-web-sdk #containerForm .checkbox-wrapper-web-sdk input{position:absolute;opacity:0;cursor:pointer;z-index:10;width:20px;height:20px}.root-web-sdk #containerForm .checkbox-input-web-sdk{cursor:pointer}.root-web-sdk #containerForm .checkbox-wrapper-web-sdk .checkbox-input-web-sdk:after{position:absolute;transform-origin:center;--transform-translate-x:0;--transform-translate-y:0;--transform-skew-x:0;--transform-skew-y:0;--transform-scale-x:1;--transform-scale-y:1;transform:translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));--transform-rotate:0;--transform-scale-x:0;--transform-scale-y:0;border-radius:.25rem;opacity:1;--border-opacity:1;border-color:#4d4c44;border-color:rgba(77, 76, 68, var(--border-opacity));height:0;width:0;content:""}.root-web-sdk #containerForm .cell-with-check-multiple-label-web-sdk{display:flex;justify-content:space-between}.root-web-sdk #containerForm .cell-with-check-multiple-form-row-web-sdk{display:flex}.root-web-sdk #containerForm .cell-with-check-multiple-form-row-web-sdk:not(:last-child){margin-bottom:1rem}.root-web-sdk #containerForm .cell-with-check-multiple-form-row-cell-web-sdk{flex:1 1 0%}.root-web-sdk #containerForm .cell-with-check-multiple-form-row-cell-web-sdk:not(:last-child){margin-right:1rem}.root-web-sdk #containerForm .checkbox-wrapper-web-sdk input:disabled~.checkbox-text-wrapper-web-sdk .text-web-sdk{--text-opacity:1;color:#6f6f6f;color:rgba(111, 111, 111, var(--text-opacity));font-weight:500}.root-web-sdk #containerForm .radio-web-sdk label{--text-opacity:1;color:#0a0a0a;color:rgba(10, 10, 10, var(--text-opacity));margin-left:1.75rem;font-size:1rem;line-height:1;font-weight:500}.root-web-sdk #containerForm .radio-web-sdk label[disabled]{--text-opacity:1;color:#6f6f6f;color:rgba(111, 111, 111, var(--text-opacity));pointer-events:none}.root-web-sdk #containerForm .radio-web-sdk input:checked~span,.root-web-sdk #containerForm .radio-web-sdk span{--border-opacity:1;border-color:#5156f5;border-color:rgba(81, 86, 245, var(--border-opacity))}.root-web-sdk #containerForm .radio-web-sdk input:disabled~span{--bg-opacity:1;background-color:#dfe0df;background-color:rgba(223, 224, 223, var(--bg-opacity));--border-opacity:1;border-color:#6f6f6f;border-color:rgba(111, 111, 111, var(--border-opacity))}.root-web-sdk #containerForm .radio-web-sdk input:checked~span:after{--bg-opacity:1;background-color:#5156f5;background-color:rgba(81, 86, 245, var(--bg-opacity))}.root-web-sdk #containerForm .radio-web-sdk input:checked:is([disabled])~span:after{--bg-opacity:1;background-color:#6f6f6f;background-color:rgba(111, 111, 111, var(--bg-opacity))}.root-web-sdk #containerForm .radio-web-sdk input:active:not([disabled])+span,.root-web-sdk #containerForm .radio-web-sdk input:checked:active:not([disabled])+span,.root-web-sdk #containerForm .radio-web-sdk input:checked:focus:not([disabled])+span,.root-web-sdk #containerForm .radio-web-sdk input:focus:not([disabled])+span{border-width:2px;--border-opacity:1;border-color:#5156f5;border-color:rgba(81, 86, 245, var(--border-opacity))}.root-web-sdk #containerForm .radio-web-sdk input:active+span:after,.root-web-sdk #containerForm .radio-web-sdk input:checked:active+span:after,.root-web-sdk #containerForm .radio-web-sdk input:checked:focus+span:after,.root-web-sdk #containerForm .radio-web-sdk input:focus+span:after{left:2px;top:2px}.root-web-sdk #containerForm .radio-web-sdk{display:flex;margin-bottom:1.5rem;align-items:center;height:1.25rem}.root-web-sdk #containerForm .radio-web-sdk .custom-radio{display:flex;align-items:center;justify-content:center;position:absolute;width:24px;height:24px;border-width:1px;border-radius:9999px;padding:2px;overflow:hidden;--border-opacity:1;border-color:#718096;border-color:rgba(113, 128, 150, var(--border-opacity))}.root-web-sdk #containerForm .radio-web-sdk .custom-radio.checked,.root-web-sdk #containerForm .radio-web-sdk .custom-radio span{--border-opacity:1;border-color:#5156f5;border-color:rgba(81, 86, 245, var(--border-opacity))}.root-web-sdk #containerForm .radio-web-sdk .custom-radio span{display:none;--bg-opacity:1;background-color:#0060fc;background-color:rgba(0, 96, 252, var(--bg-opacity));border-radius:9999px;width:100%;height:100%}.root-web-sdk #containerForm .radio-web-sdk .custom-radio.checked span{display:inline-block;--bg-opacity:1;background-color:#0060fc;background-color:rgba(0, 96, 252, var(--bg-opacity));border-radius:9999px;width:100%;height:100%;--border-opacity:1;border-color:#5156f5;border-color:rgba(81, 86, 245, var(--border-opacity))}.root-web-sdk #containerForm .radio-web-sdk label>span{margin-bottom:0}.root-web-sdk #containerForm .radio-web-sdk input{position:absolute;opacity:0;cursor:pointer;z-index:10;width:1.25rem;height:1.25rem}.root-web-sdk #containerForm .radio-web-sdk input:disabled{pointer-events:none}.root-web-sdk #containerForm .radio-web-sdk>span{position:absolute;border-radius:9999px;border-width:1px;--border-opacity:1;border-color:#96999c;border-color:rgba(150, 153, 156, var(--border-opacity));height:1.25rem;width:1.25rem}.root-web-sdk #containerForm .radio-web-sdk>span:after{position:absolute;border-radius:9999px;height:12px;width:12px;left:3px;top:3px;content:""}.root-web-sdk #containerForm .TDFieldOptionHorizontalLayout .radio-group-title{margin-bottom:.75rem}.root-web-sdk #containerForm .TDFieldOptionHorizontalLayout .radio-buttons-container{display:flex;grid-gap:1rem;gap:1rem}.root-web-sdk #containerForm .td-slider-wrapper-web-sdk{margin-bottom:2.5rem}.root-web-sdk #containerForm .td-slider-wrapper-web-sdk .text-web-sdk{margin-bottom:.25rem}.root-web-sdk #containerForm .td-slider-wrapper-web-sdk .label-web-sdk{text-align:left}.root-web-sdk #containerForm .td-slider-wrapper-web-sdk .inline-error-message-web-sdk{margin-left:.5rem}.root-web-sdk #containerForm .td-slider-web-sdk{margin-bottom:1rem}.root-web-sdk #containerForm .slider-rail-web-sdk{position:relative;height:.25rem;--bg-opacity:1;background-color:#9a9fa8;background-color:rgba(154, 159, 168, var(--bg-opacity));width:300px;margin:40px 0 10px 35px}.root-web-sdk #containerForm .slider-filler-web-sdk{height:100%;--bg-opacity:1;background-color:#3f51b5;background-color:rgba(63, 81, 181, var(--bg-opacity))}.root-web-sdk #containerForm .slider-step-web-sdk{display:inline-block;position:absolute;top:-37px}.root-web-sdk #containerForm .slider-step-button-web-sdk{border-radius:.5rem;margin:-.5rem;width:14px;height:14px}.root-web-sdk #containerForm .slider-step-empty-web-sdk{--bg-opacity:1;background-color:#9a9fa8;background-color:rgba(154, 159, 168, var(--bg-opacity))}.root-web-sdk #containerForm .slider-step-filled-web-sdk{--bg-opacity:1;background-color:#4d4c44;background-color:rgba(77, 76, 68, var(--bg-opacity))}.root-web-sdk #containerForm .slider-step-title-web-sdk{margin:0 -50%}.root-web-sdk ::-webkit-scrollbar{width:16px;height:18px}.root-web-sdk ::-webkit-scrollbar-thumb{border:4px solid transparent;background-clip:padding-box;-webkit-border-radius:7px;background-color:rgba(0,0,0,0.23);-webkit-box-shadow:inset -1px -1px 0 rgba(0,0,0,0.05),inset 1px 1px 0 rgba(0,0,0,0.05)}.root-web-sdk ::-webkit-scrollbar-button{width:0;height:0;display:none}.root-web-sdk ::-webkit-scrollbar-corner{background-color:transparent}.root-web-sdk ::-webkit-scrollbar-thumb:hover{background-color:rgba(0,0,0,0.5)}.root-web-sdk #containerForm .button-web-sdk{margin-bottom:1.5rem}.root-web-sdk #containerForm .button-web-sdk:not(.inline){display:block;border-width:1px;--border-opacity:1;border-color:#5b2f91;border-color:rgba(91, 47, 145, var(--border-opacity));border-radius:.5rem;outline:2px solid transparent;outline-offset:2px;cursor:pointer}.root-web-sdk #containerForm .button-web-sdk:not(.inline):focus{box-shadow:0 0 0 2px #fff,0 0 0 4px #5b2f91}.root-web-sdk #containerForm .button-web-sdk:not(.inline):disabled{background-color:transparent;--border-opacity:1;border-color:#bdbdbd;border-color:rgba(189, 189, 189, var(--border-opacity));--text-opacity:1;color:#bdbdbd;color:rgba(189, 189, 189, var(--text-opacity))}.root-web-sdk #containerForm .button-web-sdk:not(.inline){--bg-opacity:1;background-color:#5b2f91;background-color:rgba(91, 47, 145, var(--bg-opacity));--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity))}.root-web-sdk #containerForm .button-web-sdk:not(.inline):active:not(.disabled),.root-web-sdk #containerForm .button-web-sdk:not(.inline):hover:not(.disabled){--bg-opacity:1;background-color:#ded5e9;background-color:rgba(222, 213, 233, var(--bg-opacity));--text-opacity:1;color:#0a0a0a;color:rgba(10, 10, 10, var(--text-opacity))}.root-web-sdk #containerForm .button-web-sdk:not(.inline){width:100%;margin-bottom:1rem}.root-web-sdk #containerForm .button-web-sdk.hidden-field:not(.inline){display:none}.root-web-sdk #containerForm .button-web-sdk.only-of-kind:not(.inline):not(.button-member_id):not(.button-existingCardButton,.root-web-sdk .button-creditCardButton,.root-web-sdk .button-complete_assessment,.root-web-sdk .button-continueButton,.root-web-sdk .button-request_button,.root-web-sdk .button-request_button_provider_best_match,.root-web-sdk .button-pop_flow,.root-web-sdk .button-Dashboard,.root-web-sdk .button-BloodPressureWithNotes,.root-web-sdk .button-HeartRateWithNotes,.root-web-sdk .button-ConsultationMembers,.root-web-sdk .button-images_dialog,.root-web-sdk .button-submitButton,.root-web-sdk .button-save_cc_card,.root-web-sdk .button-app_learn_more_modal):not(.button-info_tile_main_action_button):not(.AllCareProducts .button-actionButton,.root-web-sdk .button-main_action_button){margin-top:3.5rem;margin-bottom:4.5rem}.root-web-sdk #containerForm .button-web-sdk.secondary:not(.inline){background-color:transparent;--text-opacity:1;color:#5b2f91;color:rgba(91, 47, 145, var(--text-opacity))}.root-web-sdk #containerForm .button-web-sdk.secondary:not(.inline):active,.root-web-sdk #containerForm .button-web-sdk.secondary:not(.inline):hover{--bg-opacity:1;background-color:#ded5e9;background-color:rgba(222, 213, 233, var(--bg-opacity));--text-opacity:1;color:#0a0a0a;color:rgba(10, 10, 10, var(--text-opacity))}.root-web-sdk #containerForm .button-web-sdk.bold:not(.inline){border-width:2px}.root-web-sdk #containerForm .button-web-sdk.block:not(.inline){margin:0;width:100%}@media (min-width: 576px){.root-web-sdk #containerForm .button-web-sdk.button-nextButton:not(.inline){width:10rem}}@media (min-width: 576px){.root-web-sdk #containerForm .button-web-sdk.button-addButton:not(.inline),.root-web-sdk #containerForm .button-web-sdk.button-complete_assessment:not(.inline),.root-web-sdk #containerForm .button-web-sdk.button-confirmButton:not(.inline),.root-web-sdk #containerForm .button-web-sdk.button-continue:not(.inline),.root-web-sdk #containerForm .button-web-sdk.button-continue_button:not(.inline),.root-web-sdk #containerForm .button-web-sdk.button-continueButton:not(.inline),.root-web-sdk #containerForm .button-web-sdk.button-delete_care_team_relation_button:not(.inline),.root-web-sdk #containerForm .button-web-sdk.button-delete_care_team_relation_button_medopt:not(.inline),.root-web-sdk #containerForm .button-web-sdk.button-got_it_button:not(.inline),.root-web-sdk #containerForm .button-web-sdk.button-pop_flow:not(.inline),.root-web-sdk #containerForm .button-web-sdk.button-request_gm_link:not(.inline),.root-web-sdk #containerForm .button-web-sdk.button-return_to_home_btn:not(.inline),.root-web-sdk #containerForm .button-web-sdk.button-schedule_a_visit:not(.inline),.root-web-sdk #containerForm .button-web-sdk.button-schedule_a_visit_button:not(.inline),.root-web-sdk #containerForm .button-web-sdk.button-select_provider:not(.inline),.root-web-sdk #containerForm .button-web-sdk.button-startOverButton:not(.inline),.root-web-sdk #containerForm .button-web-sdk.button-submit_button:not(.inline),.root-web-sdk #containerForm .button-web-sdk.button-submitButton:not(.inline),.root-web-sdk #containerForm .button-web-sdk[class*=addToConsultButton]:not(.inline),.root-web-sdk #containerForm .button-web-sdk[class*=mailOrderSearchButton]:not(.inline),.root-web-sdk #containerForm .button-web-sdk[class*=mapSearchButton]:not(.inline){min-width:10rem;width:auto;padding-left:1.5rem;padding-right:1.5rem}}.root-web-sdk #containerForm .button-web-sdk.button-continue:not(.inline),.root-web-sdk #containerForm .button-web-sdk.button-continueButton:not(.inline),.root-web-sdk #containerForm .button-web-sdk.button-return_to_home_btn:not(.inline){text-transform:lowercase}.root-web-sdk #containerForm .button-web-sdk.button-continue:not(.inline):first-letter,.root-web-sdk #containerForm .button-web-sdk.button-continueButton:not(.inline):first-letter,.root-web-sdk #containerForm .button-web-sdk.button-return_to_home_btn:not(.inline):first-letter{text-transform:uppercase}.root-web-sdk #containerForm .button-web-sdk.button-cancel_button:not(.inline),.root-web-sdk #containerForm .button-web-sdk.button-remove_photos:not(.inline){background-color:transparent;--text-opacity:1;color:#5b2f91;color:rgba(91, 47, 145, var(--text-opacity))}@media (min-width: 576px){.root-web-sdk #containerForm .button-web-sdk.button-remove_photos:not(.inline){min-width:12rem;width:auto;padding-left:1.5rem;padding-right:1.5rem}}.root-web-sdk #containerForm .button-web-sdk[class*=mailOrderSearchButton]:not(.inline),.root-web-sdk #containerForm .button-web-sdk[class*=mapSearchButton]:not(.inline){--bg-opacity:1;background-color:#5b2f91;background-color:rgba(91, 47, 145, var(--bg-opacity));--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity))}.root-web-sdk #containerForm .button-web-sdk[class*=mailOrderSearchButton]:not(.inline):active:not(.disabled),.root-web-sdk #containerForm .button-web-sdk[class*=mailOrderSearchButton]:not(.inline):hover:not(.disabled),.root-web-sdk #containerForm .button-web-sdk[class*=mapSearchButton]:not(.inline):active:not(.disabled),.root-web-sdk #containerForm .button-web-sdk[class*=mapSearchButton]:not(.inline):hover:not(.disabled){--bg-opacity:1;background-color:#ded5e9;background-color:rgba(222, 213, 233, var(--bg-opacity));--text-opacity:1;color:#0a0a0a;color:rgba(10, 10, 10, var(--text-opacity))}.root-web-sdk #containerForm .button-web-sdk[class*=mailOrderSearchButton]:not(.inline),.root-web-sdk #containerForm .button-web-sdk[class*=mapSearchButton]:not(.inline){text-transform:capitalize}@media (min-width: 576px){.root-web-sdk #containerForm .button-web-sdk.button-question_name:not(.inline),.root-web-sdk #containerForm .button-web-sdk.button-seeAllProvidersButton:not(.inline),.root-web-sdk #containerForm .button-web-sdk.button-tryMatchingToolButton:not(.inline),.root-web-sdk #containerForm .button-web-sdk[class*=button-Q_]:not(.inline){width:15rem}}.root-web-sdk #containerForm .button-web-sdk.button-question_name:not(.inline),.root-web-sdk #containerForm .button-web-sdk[class*=button-Q_]:not(.inline){background-color:transparent;--text-opacity:1;color:#5b2f91;color:rgba(91, 47, 145, var(--text-opacity))}.root-web-sdk #containerForm .button-web-sdk.button-question_name:not(.inline):active,.root-web-sdk #containerForm .button-web-sdk.button-question_name:not(.inline):hover,.root-web-sdk #containerForm .button-web-sdk[class*=button-Q_]:not(.inline):active,.root-web-sdk #containerForm .button-web-sdk[class*=button-Q_]:not(.inline):hover{--bg-opacity:1;background-color:#ded5e9;background-color:rgba(222, 213, 233, var(--bg-opacity));--text-opacity:1;color:#0a0a0a;color:rgba(10, 10, 10, var(--text-opacity))}@media (min-width: 576px){.root-web-sdk #containerForm .button-web-sdk.button-communication_method:not(.inline),.root-web-sdk #containerForm .button-web-sdk.button-derm_type:not(.inline),.root-web-sdk #containerForm .button-web-sdk.button-health_category:not(.inline){width:19rem}}.root-web-sdk #containerForm [class*=webCareOptionTile] .button-actionButton{margin-top:0 !important;margin-bottom:0 !important}.root-web-sdk #containerForm .button-web-sdk.inline{display:inline;padding:0;width:auto;background-color:transparent;--text-opacity:1;color:#5b2f91;color:rgba(91, 47, 145, var(--text-opacity))}.root-web-sdk #containerForm .button-web-sdk.inline:hover{background-color:transparent;text-decoration:underline}.root-web-sdk #containerForm .button-web-sdk.inline.external:after{margin-left:5px;content:"";padding:5px;background:url(https://assets.livongo.com/image/upload/v1713276246/web-sdk/icons/external-link_fb2ar0.svg) no-repeat 0 10px}.root-web-sdk #containerForm .button-web-sdk[data-testid=button-existingCardButton],.root-web-sdk #containerForm .button-web-sdk[data-testid=button-existingCardButton_hsa_fsa]{width:100%;padding:.844rem;background-repeat:no-repeat;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));--text-opacity:1;color:#000;color:rgba(0, 0, 0, var(--text-opacity));border-width:1px;--border-opacity:1;border-color:#555;border-color:rgba(85, 85, 85, var(--border-opacity));border-radius:.25rem}.root-web-sdk #containerForm .button-web-sdk[data-testid=button-existingCardButton]:hover,.root-web-sdk #containerForm .button-web-sdk[data-testid=button-existingCardButton_hsa_fsa]:hover{--text-opacity:1;color:#0a0a0a;color:rgba(10, 10, 10, var(--text-opacity));--bg-opacity:1!important;background-color:#fff !important;background-color:rgba(255, 255, 255, var(--bg-opacity)) !important;filter:brightness(0.95)}.root-web-sdk #containerForm .button-web-sdk[data-testid=button-existingCardButton] .button-web-sdk-label,.root-web-sdk #containerForm .button-web-sdk[data-testid=button-existingCardButton_hsa_fsa] .button-web-sdk-label{position:relative}.root-web-sdk #containerForm .button-web-sdk[data-testid=button-existingCardButton] .button-web-sdk-label:before,.root-web-sdk #containerForm .button-web-sdk[data-testid=button-existingCardButton_hsa_fsa] .button-web-sdk-label:before{content:"";padding-left:30px;background:url(https://assets.livongo.com/image/upload/v1713276165/web-sdk/icons/credit-card-td-core_xbhz4t.svg) no-repeat 0 0;background-size:22px}.root-web-sdk #containerForm .button-web-sdk[data-testid=button-existingCardButton_hsa_fsa]{position:relative}.root-web-sdk #containerForm .button-web-sdk[data-testid=button-existingCardButton_hsa_fsa]:after{content:"";position:absolute;background:url(https://assets.livongo.com/image/upload/v1713276313/web-sdk/icons/hsa_fsa_badge.svg) no-repeat 0 0;width:66px;height:22px;top:11px;right:16px}.root-web-sdk #containerForm .button-web-sdk.button-existingCardButton[data-testid=button-existingCardButton],.root-web-sdk #containerForm .text-web-sdk.or[data-testid=text-or]{margin-bottom:1rem}.root-web-sdk #containerForm .button-web-sdk.secondary[data-testid=button-creditCardButton]{display:inline;padding-left:1.5rem;width:auto;background-color:transparent;--text-opacity:1;color:#5b2f91;color:rgba(91, 47, 145, var(--text-opacity));border-style:none;background:url(https://assets.livongo.com/image/upload/v1713278524/web-sdk/icons/icon-add-td-core_fk0eko.svg) no-repeat 0}.root-web-sdk #containerForm .button-web-sdk.secondary[data-testid=button-creditCardButton]:hover{--text-opacity:1;color:#5b2f91;color:rgba(91, 47, 145, var(--text-opacity));background-color:transparent;text-decoration:underline}.root-web-sdk #containerForm .button-web-sdk.last-of-kind[data-testid=button-return_to_home]:hover{--bg-opacity:1!important;background-color:#fff !important;background-color:rgba(255, 255, 255, var(--bg-opacity)) !important;--text-opacity:1!important;color:#8c6db2 !important;color:rgba(140, 109, 178, var(--text-opacity)) !important}.root-web-sdk #containerForm .button-left-arrow-web-sdk[data-testid=button-back]{font-size:1.125rem;--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity));padding-left:1.75rem;padding-top:17px}.root-web-sdk #containerForm .button-left-arrow-web-sdk[data-testid=button-back]:focus{border-radius:.25rem;outline:2px solid transparent;outline-offset:2px;box-shadow:0 0 0 2px #5b2f91}.root-web-sdk #containerForm .button-wrapper-web-sdk{display:flex}.root-web-sdk #containerForm .button-web-sdk{display:block;--bg-opacity:1;background-color:#a5a197;background-color:rgba(165, 161, 151, var(--bg-opacity));--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity));font-size:1rem;font-weight:500;line-height:1;padding:1rem;border-radius:.5rem;margin-bottom:1rem;margin-top:.5rem;width:95%}.root-web-sdk #containerForm .button-web-sdk:active:not(.disabled),.root-web-sdk #containerForm .button-web-sdk:hover:not(.disabled){--bg-opacity:1;background-color:#4d4c44;background-color:rgba(77, 76, 68, var(--bg-opacity))}.root-web-sdk #containerForm .button-web-sdk.disabled{opacity:.8}.root-web-sdk #containerForm .button-left-arrow-web-sdk{font-weight:500;background-image:url(https://assets.livongo.com/image/upload/v1713278804/web-sdk/icons/left-arrow.svg);background-repeat:no-repeat;background-position:left 5px top 19px;padding:1rem .5rem 1rem 2rem;margin-bottom:.5rem;--text-opacity:1;color:#2c2a29;color:rgba(44, 42, 41, var(--text-opacity))}.root-web-sdk #containerForm .button-text-wrapper-web-sdk{text-align:start}.root-web-sdk #containerForm span.button-text-wrapper-web-sdk{display:flex;flex-direction:column}.root-web-sdk #containerForm .button-text-header-web-sdk{font-weight:700;font-size:1.25rem;margin-bottom:.25rem}.root-web-sdk #containerForm .button-web-sdk.button-confirm_button{--bg-opacity:1;background-color:#422981;background-color:rgba(66, 41, 129, var(--bg-opacity));margin-top:0;margin-left:.5rem;margin-bottom:0}.root-web-sdk #containerForm .button-web-sdk.inline[class*=tab-button]{position:relative;flex-shrink:0;padding:.75rem;border-radius:.25rem;--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity));font-weight:400;font-size:1.125rem;letter-spacing:0;line-height:20px;margin:0;transition:box-shadow .3s,background-color .2s,color .3s}.root-web-sdk #containerForm .button-web-sdk.inline[class*=tab-button]:focus,.root-web-sdk #containerForm .button-web-sdk.inline[class*=tab-button]:focus-visible,.root-web-sdk #containerForm .button-web-sdk.inline[class*=tab-button]:focus-within{--text-opacity:1;color:#3910b8;color:rgba(57, 16, 184, var(--text-opacity));border-width:0;outline:none}.root-web-sdk #containerForm .button-web-sdk.inline[class*=tab-button]:focus-visible:not(.TDFieldOptionSelected),.root-web-sdk #containerForm .button-web-sdk.inline[class*=tab-button]:focus-within:not(.TDFieldOptionSelected),.root-web-sdk #containerForm .button-web-sdk.inline[class*=tab-button]:focus:not(.TDFieldOptionSelected){box-shadow:none;background-color:var(--color-interactive-secondary-tint)}.root-web-sdk #containerForm .button-web-sdk.inline[class*=tab-button]:focus-visible:is(.TDFieldOptionSelected),.root-web-sdk #containerForm .button-web-sdk.inline[class*=tab-button]:focus-within:is(.TDFieldOptionSelected),.root-web-sdk #containerForm .button-web-sdk.inline[class*=tab-button]:focus:is(.TDFieldOptionSelected){box-shadow:0 0 0 2px #fff,var(--elevation-focus)}.root-web-sdk #containerForm .button-web-sdk.inline[class*=tab-button]:focus-visible:is(.TDFieldOptionSelected):after,.root-web-sdk #containerForm .button-web-sdk.inline[class*=tab-button]:focus-within:is(.TDFieldOptionSelected):after,.root-web-sdk #containerForm .button-web-sdk.inline[class*=tab-button]:focus:is(.TDFieldOptionSelected):after{opacity:0}.root-web-sdk #containerForm .button-web-sdk.inline[class*=tab-button]:hover{text-decoration:none}.root-web-sdk #containerForm .button-web-sdk.inline[class*=tab-button]:hover:not(.TDFieldOptionSelected){--text-opacity:1;color:#3910b8;color:rgba(57, 16, 184, var(--text-opacity));background-color:var(--color-interactive-secondary-tint)}.root-web-sdk #containerForm .button-web-sdk.inline[class*=tab-button]:active:not(.TDFieldOptionSelected){--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));background-color:var(--color-interactive-secondary-tint)}.root-web-sdk #containerForm .button-web-sdk.inline.TDFieldOptionSelected[class*=tab-button]{font-weight:500;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity))}.root-web-sdk #containerForm .button-web-sdk.inline.TDFieldOptionSelected[class*=tab-button]:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:.25rem;--bg-opacity:1;background-color:#5156f5;background-color:rgba(81, 86, 245, var(--bg-opacity));border-radius:.25rem;opacity:1;transition:opacity .2s ease-in-out}.root-web-sdk #containerForm .button-web-sdk.inline[class*=tab-button]:first-of-type{margin-left:0}.root-web-sdk .button-show-password{right:16px;top:50%;transform:translateY(-50%);font-size:12px;line-height:20px;color:#5b2f91;position:absolute;cursor:pointer}.root-web-sdk .button-show-password-hidden{display:none}.root-web-sdk #containerForm .toast-container-web-sdk{position:static;width:auto;display:flex;flex-direction:column;margin:0 auto;top:0;right:0;left:0;z-index:20}.root-web-sdk #containerForm .toast-container-web-sdk>div{--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));border-radius:.5rem;--border-opacity:1;border-color:#9a9fa8;border-color:rgba(154, 159, 168, var(--border-opacity));position:relative;margin-bottom:.5rem;font-size:1rem;line-height:1;font-weight:500;border-width:2px;padding:.75rem 90px .75rem 1.5rem}.root-web-sdk #containerForm .toast-container-web-sdk>.error{--bg-opacity:1;background-color:#fcddd8;background-color:rgba(252, 221, 216, var(--bg-opacity));--border-opacity:1;border-color:#ee543e;border-color:rgba(238, 84, 62, var(--border-opacity))}.root-web-sdk #containerForm .toast-container-web-sdk>.error>button{--bg-opacity:1;background-color:#ee543e;background-color:rgba(238, 84, 62, var(--bg-opacity))}.root-web-sdk #containerForm .toast-container-web-sdk>div>button>span{display:none}.root-web-sdk #containerForm .toast-container-web-sdk:focus-within .danger,.root-web-sdk #containerForm .toast-container-web-sdk:focus-within .error,.root-web-sdk #containerForm .toast-container-web-sdk:focus-within .info,.root-web-sdk #containerForm .toast-container-web-sdk:focus-within .success,.root-web-sdk #containerForm .toast-container-web-sdk:focus-within .warning{box-shadow:0 0 0 2px #fff,0 0 0 4px #5b2f91}.root-web-sdk #containerForm .toast-container-web-sdk .danger,.root-web-sdk #containerForm .toast-container-web-sdk .error,.root-web-sdk #containerForm .toast-container-web-sdk .info,.root-web-sdk #containerForm .toast-container-web-sdk .success,.root-web-sdk #containerForm .toast-container-web-sdk .warning{--text-opacity:1;color:#0a0a0a;color:rgba(10, 10, 10, var(--text-opacity))}.root-web-sdk #containerForm .toast-container-web-sdk button{outline:2px solid transparent;outline-offset:2px;position:absolute;top:0;bottom:0;right:0;width:2.625rem;background:url(https://assets.livongo.com/image/upload/v1713278561/web-sdk/icons/icon-close_onraku.svg) no-repeat 50%}.root-web-sdk #containerForm .toast-container-web-sdk .info{--bg-opacity:1;background-color:#ccf2fa;background-color:rgba(204, 242, 250, var(--bg-opacity));--border-opacity:1;border-color:#166174;border-color:rgba(22, 97, 116, var(--border-opacity))}.root-web-sdk #containerForm .toast-container-web-sdk .info button{--bg-opacity:1;background-color:#166174;background-color:rgba(22, 97, 116, var(--bg-opacity))}.root-web-sdk #containerForm .toast-container-web-sdk .success{--bg-opacity:1;background-color:#e7f1cd;background-color:rgba(231, 241, 205, var(--bg-opacity));--border-opacity:1;border-color:#167f01;border-color:rgba(22, 127, 1, var(--border-opacity))}.root-web-sdk #containerForm .toast-container-web-sdk .success button{--bg-opacity:1;background-color:#167f01;background-color:rgba(22, 127, 1, var(--bg-opacity))}.root-web-sdk #containerForm .toast-container-web-sdk .warning{--bg-opacity:1;background-color:#fdecb3;background-color:rgba(253, 236, 179, var(--bg-opacity));--border-opacity:1;border-color:#a07b02;border-color:rgba(160, 123, 2, var(--border-opacity))}.root-web-sdk #containerForm .toast-container-web-sdk .warning button{--bg-opacity:1;background-color:#ffcc4b;background-color:rgba(255, 204, 75, var(--bg-opacity));border-top-right-radius:.5rem;border-bottom-right-radius:.5rem;--text-opacity:1;color:#0a0a0a;color:rgba(10, 10, 10, var(--text-opacity));background-image:url(https://assets.livongo.com/image/upload/v1713278549/web-sdk/icons/icon-close-black_i8hzk7.svg)}.root-web-sdk #containerForm .toast-container-web-sdk .danger,.root-web-sdk #containerForm .toast-container-web-sdk .error{--bg-opacity:1;background-color:#fdefed;background-color:rgba(253, 239, 237, var(--bg-opacity));--border-opacity:1;border-color:#aa1010;border-color:rgba(170, 16, 16, var(--border-opacity))}.root-web-sdk #containerForm .toast-container-web-sdk .danger button,.root-web-sdk #containerForm .toast-container-web-sdk .error button{--bg-opacity:1;background-color:#aa1010;background-color:rgba(170, 16, 16, var(--bg-opacity))}.root-web-sdk #containerForm .switch-control-web-sdk:focus-within{outline:2px solid transparent;outline-offset:2px}.root-web-sdk #containerForm .switch-control-web-sdk:focus-within .switch-label-web-sdk{box-shadow:0 0 0 2px #fff,0 0 0 4px #5b2f91}.root-web-sdk #containerForm .switch-label-text-web-sdk{--text-opacity:1;color:#0a0a0a;color:rgba(10, 10, 10, var(--text-opacity));margin-left:8px;font-size:1rem;line-height:1;font-weight:500}.root-web-sdk #containerForm .switch-label-web-sdk.switch-checked-web-sdk{--bg-opacity:1;background-color:#167f01;background-color:rgba(22, 127, 1, var(--bg-opacity))}.root-web-sdk #containerForm .switch-container-web-sdk{display:flex;align-items:center;margin-bottom:1.5rem;width:95%}.root-web-sdk #containerForm .switch-checkbox-web-sdk{width:0;height:0;visibility:hidden}.root-web-sdk #containerForm .switch-label-web-sdk{display:table;cursor:pointer;position:relative;width:2rem;height:20px;--bg-opacity:1;background-color:#bdbdbd;background-color:rgba(189, 189, 189, var(--bg-opacity));border-radius:9999px;transition:background-color .1s}.root-web-sdk #containerForm .switch-label-web-sdk .switch-button-web-sdk{content:"";position:absolute;top:2px;left:2px;width:16px;height:16px;border-radius:9999px;transition:.1s;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));box-shadow:0 0 2px 0 rgba(10,10,10,0.29)}.root-web-sdk #containerForm .switch-checkbox-web-sdk.checked+.switch-label-web-sdk .switch-button-web-sdk{left:calc(100% - 2px);transform:translateX(-100%)}.root-web-sdk #containerForm .switch-control-web-sdk{display:inline-flex}.root-web-sdk #containerForm .switch-label-web-sdk:active .switch-button-web-sdk{width:25px}.root-web-sdk #containerForm .address-web-sdk{display:block;border-width:1px;--border-opacity:1;border-color:#5b2f91;border-color:rgba(91, 47, 145, var(--border-opacity));border-radius:.5rem;outline:2px solid transparent;outline-offset:2px;cursor:pointer}.root-web-sdk #containerForm .address-web-sdk:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px #5b2f91}.root-web-sdk #containerForm .address-web-sdk:disabled{background-color:transparent;--border-opacity:1;border-color:#bdbdbd;border-color:rgba(189, 189, 189, var(--border-opacity));--text-opacity:1;color:#bdbdbd;color:rgba(189, 189, 189, var(--text-opacity))}.root-web-sdk #containerForm .address-web-sdk{background-color:transparent}.root-web-sdk #containerForm .address-web-sdk:active,.root-web-sdk #containerForm .address-web-sdk:hover{--bg-opacity:1;background-color:#ded5e9;background-color:rgba(222, 213, 233, var(--bg-opacity));--text-opacity:1;color:#0a0a0a;color:rgba(10, 10, 10, var(--text-opacity))}.root-web-sdk #containerForm .address-web-sdk{margin-bottom:1.5rem;width:100%;text-align:left;--text-opacity:1;color:#5b2f91;color:rgba(91, 47, 145, var(--text-opacity))}.root-web-sdk #containerForm .address-web-sdk.black{--text-opacity:1;color:#0a0a0a;color:rgba(10, 10, 10, var(--text-opacity))}.root-web-sdk #containerForm .list-item-web-sdk.last-of-kind .address-web-sdk{margin-bottom:2.5rem}.root-web-sdk #containerForm .address-header-web-sdk{display:flex;justify-content:space-between}.root-web-sdk #containerForm .address-container-web-sdk{padding:1rem;display:flex;flex-direction:column}.root-web-sdk #containerForm .address-name-web-sdk{margin-bottom:.25rem;font-size:1.25rem;line-height:1.75rem;font-weight:500}.root-web-sdk #containerForm .address-line1-web-sdk{font-size:1.25rem;line-height:20px}.root-web-sdk #containerForm .address-line2-web-sdk{font-size:1.125rem;line-height:20px}.root-web-sdk #containerForm .address-distance-web-sdk{font-size:1.125rem}.root-web-sdk #containerForm .pharmacy-address-web-sdk .text-web-sdk{margin-bottom:.5rem}.root-web-sdk #containerForm .hr-web-sdk{display:none;border-top-width:1px;--border-opacity:1;border-color:#cbc9bf;border-color:rgba(203, 201, 191, var(--border-opacity));margin-bottom:1.5rem}.root-web-sdk #containerForm .label-web-sdk{--text-opacity:1;color:#0a0a0a;color:rgba(10, 10, 10, var(--text-opacity));width:100%;margin-bottom:0;line-height:1;font-size:1rem;display:block}.root-web-sdk #containerForm .label-web-sdk .label-title-websdk{--text-opacity:1;color:#0a0a0a;color:rgba(10, 10, 10, var(--text-opacity));margin-bottom:.5rem}.root-web-sdk #containerForm .label-web-sdk .label-title-websdk .websdk-sr-only{position:absolute;left:0}.root-web-sdk #containerForm .label-web-sdk .label-helper-text{display:block;font-size:.875rem;--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity))}.root-web-sdk #containerForm .label-web-sdk.cell-with-check-multiple-label-web-sdk{display:flex;justify-content:space-between}.root-web-sdk #containerForm .label-title-websdk.invalid,.root-web-sdk #containerForm .label-web-sdk.invalid{--text-opacity:1;color:#aa1010;color:rgba(170, 16, 16, var(--text-opacity))}.root-web-sdk #containerForm .label-web-sdk.TDFieldOptionHideTitle>.label-title-websdk{display:none;margin:0;line-height:0}.root-web-sdk #containerForm .text-label-wrapper-web-sdk[data-testid=text-label-wrapper-cost] .label-web-sdk{--text-opacity:1;color:#0a0a0a;color:rgba(10, 10, 10, var(--text-opacity));font-size:1.25rem;font-weight:500}.root-web-sdk #containerForm .lcns_warning_field .label-title-websdk{--text-opacity:1;color:#0a0a0a;color:rgba(10, 10, 10, var(--text-opacity));font-size:1rem;font-weight:400;margin-top:-1rem}.root-web-sdk #containerForm .label-lg-web-sdk .label-title-websdk{margin-bottom:1.5rem}.root-web-sdk #containerForm .label-web-sdk .text-web-sdk{font-weight:400;font-size:.875rem;margin-bottom:.75rem}.root-web-sdk #containerForm .label-title-websdk{margin-bottom:.75rem;display:inline-block}.root-web-sdk #containerForm .label-file-upload-web-sdk{background-color:#efefef;border:1px;border-style:solid;border-color:#767676;padding:7px 7px 0;border-radius:3px;color:#0e0e0e;font-weight:100;display:inline-block;width:auto}.root-web-sdk #containerForm .label-file-upload-web-sdk:hover{--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity))}.root-web-sdk #containerForm .file-upload-description{margin-left:.5rem;font-size:14px;display:inline-block}.root-web-sdk #containerForm .custom-select-wrapper-web-sdk{position:relative;margin-bottom:0;--text-opacity:1;color:#0a0a0a;color:rgba(10, 10, 10, var(--text-opacity));max-width:100% !important}.root-web-sdk #containerForm .input-web-sdk{max-width:100% !important}.root-web-sdk #containerForm .custom-select-web-sdk{max-width:100%;font-size:1rem;border-width:1px;cursor:default;overflow:hidden;white-space:nowrap;background:url(https://assets.livongo.com/image/upload/v1713282807/web-sdk/icons/td-down-arrow_ew6dys.svg) no-repeat scroll;background-position:right 1rem center;background-origin:padding-box;text-overflow:ellipsis;padding:13px 2rem 13px 1rem;line-height:20px;outline:2px solid transparent;outline-offset:2px;--border-opacity:1;border-color:#727069;border-color:rgba(114, 112, 105, var(--border-opacity));--text-opacity:1;color:#0a0a0a;color:rgba(10, 10, 10, var(--text-opacity));height:3rem;border-radius:.5rem;-webkit-user-select:none;-moz-user-select:none;user-select:none}.root-web-sdk #containerForm .custom-select-web-sdk.disabled{--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));--border-opacity:1;border-color:#bdbdbd;border-color:rgba(189, 189, 189, var(--border-opacity))}.root-web-sdk #containerForm .custom-select-web-sdk.expanded{border-bottom-color:transparent;background-image:url(https://assets.livongo.com/image/upload/v1718722555/web-sdk/icons/td-up-arrow_hi3vg0.svg)}.root-web-sdk #containerForm .custom-select-web-sdk:active,.root-web-sdk #containerForm .custom-select-web-sdk:focus{border-width:2px;--border-opacity:1;border-color:#5b2f91;border-color:rgba(91, 47, 145, var(--border-opacity));padding:12px calc(2rem - 1px) 12px calc(1rem - 1px);background-position:right calc(1rem - 1px) center;background-origin:padding-box;text-overflow:ellipsis}.root-web-sdk #containerForm .custom-select-web-sdk::-moz-selection{background-color:transparent}.root-web-sdk #containerForm .custom-select-web-sdk::selection{background-color:transparent}.root-web-sdk #containerForm .custom-select-web-sdk.invalid{--border-opacity:1;border-color:#aa1010;border-color:rgba(170, 16, 16, var(--border-opacity))}.root-web-sdk #containerForm .custom-select-option-list-web-sdk{position:absolute;z-index:10;display:none;width:100%;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));list-style-type:none;--border-opacity:1;border:1px solid #a5a197;border-color:rgba(165, 161, 151, var(--border-opacity));border-radius:.5rem;overflow-y:auto;box-shadow:0 12px 32px -16px rgba(0,0,0,0.25);max-height:calc(20rem + 9px)}.root-web-sdk #containerForm .custom-select-option-list-web-sdk.expanded{display:block}.root-web-sdk #containerForm .custom-select-option-list-web-sdk .custom-select-option-web-sdk{padding:10px 1rem;font-size:1.125rem;line-height:20px;font-weight:400;--border-opacity:1;border-color:#a5a197;border-color:rgba(165, 161, 151, var(--border-opacity));border-top-width:1px;cursor:pointer;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.root-web-sdk #containerForm .custom-select-option-list-web-sdk .custom-select-option-web-sdk:first-child{border-top-width:0}.root-web-sdk #containerForm .custom-select-option-list-web-sdk .custom-select-option-web-sdk:focus-visible{outline:1px auto #5b2f91;outline-offset:0}.root-web-sdk #containerForm .custom-select-option-list-web-sdk .custom-select-option-web-sdk.highlighted{--bg-opacity:1;background-color:#eeeaf4;background-color:rgba(238, 234, 244, var(--bg-opacity));--border-opacity:1;border-color:#8c6db2;border-color:rgba(140, 109, 178, var(--border-opacity))}.root-web-sdk #containerForm .custom-select-option-list-web-sdk .custom-select-option-web-sdk.highlighted+.custom-select-option-web-sdk{--border-opacity:1;border-color:#8c6db2;border-color:rgba(140, 109, 178, var(--border-opacity))}.root-web-sdk #containerForm .ConsultationCarveOut .help_text,.root-web-sdk #containerForm .InsuranceManualEntry .help_text,.root-web-sdk #containerForm .PulseConsultationCarveOut .help_text,.root-web-sdk #containerForm.pulse-rav .ConsultationCarveOut .help_text,.root-web-sdk #containerForm.pulse-rav .InsuranceManualEntry .help_text,.root-web-sdk #containerForm.pulse-rav .PulseConsultationCarveOut .help_text{margin-bottom:32px}.root-web-sdk #containerForm .ConsultationCarveOut .required_sign,.root-web-sdk #containerForm .ConsultationCarveOut .text-web-sdk.required,.root-web-sdk #containerForm .InsuranceManualEntry .required_sign,.root-web-sdk #containerForm .InsuranceManualEntry .text-web-sdk.required,.root-web-sdk #containerForm .PulseConsultationCarveOut .required_sign,.root-web-sdk #containerForm .PulseConsultationCarveOut .text-web-sdk.required,.root-web-sdk #containerForm.pulse-rav .ConsultationCarveOut .required_sign,.root-web-sdk #containerForm.pulse-rav .ConsultationCarveOut .text-web-sdk.required,.root-web-sdk #containerForm.pulse-rav .InsuranceManualEntry .required_sign,.root-web-sdk #containerForm.pulse-rav .InsuranceManualEntry .text-web-sdk.required,.root-web-sdk #containerForm.pulse-rav .PulseConsultationCarveOut .required_sign,.root-web-sdk #containerForm.pulse-rav .PulseConsultationCarveOut .text-web-sdk.required{margin-bottom:32px;--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity))}.root-web-sdk #containerForm .ConsultationCarveOut .text-web-sdk.required,.root-web-sdk #containerForm .InsuranceManualEntry .text-web-sdk.required,.root-web-sdk #containerForm .PulseConsultationCarveOut .text-web-sdk.required,.root-web-sdk #containerForm.pulse-rav .ConsultationCarveOut .text-web-sdk.required,.root-web-sdk #containerForm.pulse-rav .InsuranceManualEntry .text-web-sdk.required,.root-web-sdk #containerForm.pulse-rav .PulseConsultationCarveOut .text-web-sdk.required{font-size:1.125rem}.root-web-sdk #containerForm .ConsultationCarveOut .label-web-sdk,.root-web-sdk #containerForm .InsuranceManualEntry .label-web-sdk,.root-web-sdk #containerForm .PulseConsultationCarveOut .label-web-sdk,.root-web-sdk #containerForm.pulse-rav .ConsultationCarveOut .label-web-sdk,.root-web-sdk #containerForm.pulse-rav .InsuranceManualEntry .label-web-sdk,.root-web-sdk #containerForm.pulse-rav .PulseConsultationCarveOut .label-web-sdk{margin-bottom:.5rem;line-height:20px}.root-web-sdk #containerForm .ConsultationCarveOut .label-web-sdk .label-title-websdk,.root-web-sdk #containerForm .InsuranceManualEntry .label-web-sdk .label-title-websdk,.root-web-sdk #containerForm .PulseConsultationCarveOut .label-web-sdk .label-title-websdk,.root-web-sdk #containerForm.pulse-rav .ConsultationCarveOut .label-web-sdk .label-title-websdk,.root-web-sdk #containerForm.pulse-rav .InsuranceManualEntry .label-web-sdk .label-title-websdk,.root-web-sdk #containerForm.pulse-rav .PulseConsultationCarveOut .label-web-sdk .label-title-websdk{margin-bottom:0}.root-web-sdk #containerForm .ConsultationCarveOut .phone_line_banner,.root-web-sdk #containerForm .InsuranceManualEntry .phone_line_banner,.root-web-sdk #containerForm .PulseConsultationCarveOut .phone_line_banner,.root-web-sdk #containerForm.pulse-rav .ConsultationCarveOut .phone_line_banner,.root-web-sdk #containerForm.pulse-rav .InsuranceManualEntry .phone_line_banner,.root-web-sdk #containerForm.pulse-rav .PulseConsultationCarveOut .phone_line_banner{--bg-opacity:1;background-color:#f7f9f9;background-color:rgba(247, 249, 249, var(--bg-opacity));margin-top:32px;padding:1rem;border-radius:12px}.root-web-sdk #containerForm .ConsultationCarveOut .phone_line_banner .phone_line_title,.root-web-sdk #containerForm .InsuranceManualEntry .phone_line_banner .phone_line_title,.root-web-sdk #containerForm .PulseConsultationCarveOut .phone_line_banner .phone_line_title,.root-web-sdk #containerForm.pulse-rav .ConsultationCarveOut .phone_line_banner .phone_line_title,.root-web-sdk #containerForm.pulse-rav .InsuranceManualEntry .phone_line_banner .phone_line_title,.root-web-sdk #containerForm.pulse-rav .PulseConsultationCarveOut .phone_line_banner .phone_line_title{margin:0}.root-web-sdk #containerForm .ConsultationCarveOut .phone_line_banner .phone_line_message-0,.root-web-sdk #containerForm .InsuranceManualEntry .phone_line_banner .phone_line_message-0,.root-web-sdk #containerForm .PulseConsultationCarveOut .phone_line_banner .phone_line_message-0,.root-web-sdk #containerForm.pulse-rav .ConsultationCarveOut .phone_line_banner .phone_line_message-0,.root-web-sdk #containerForm.pulse-rav .InsuranceManualEntry .phone_line_banner .phone_line_message-0,.root-web-sdk #containerForm.pulse-rav .PulseConsultationCarveOut .phone_line_banner .phone_line_message-0{--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity))}.root-web-sdk #containerForm .time-picker-web-sdk{display:flex;flex-wrap:wrap}.root-web-sdk #containerForm .time-picker-item-web-sdk{display:block;margin-right:1rem;margin-bottom:1rem;border-width:1px;--border-opacity:1;border-color:#727069;border-color:rgba(114, 112, 105, var(--border-opacity));border-radius:.125rem;text-align:center;width:80px;height:40px;line-height:38px}.root-web-sdk #containerForm .time-picker-item-web-sdk:hover{border-color:#acaba7;box-shadow:0 0 0 1px #acaba7}.root-web-sdk #containerForm .time-picker-item-web-sdk.active,.root-web-sdk #containerForm .time-picker-item-web-sdk:active{--bg-opacity:1;background-color:#ccf2fa;background-color:rgba(204, 242, 250, var(--bg-opacity));border-width:2px;--border-opacity:1;border-color:#27accd;border-color:rgba(39, 172, 205, var(--border-opacity));line-height:36px;box-shadow:none}.root-web-sdk #containerForm div:not(.mobile)>.react-datepicker .react-datepicker-time__header{padding-bottom:.5rem;border-bottom-width:1px}.root-web-sdk #containerForm .react-datepicker__time-box,.root-web-sdk #containerForm .react-datepicker__time-container{width:110px !important}.root-web-sdk #containerForm .react-datepicker__time-list-item{height:40px !important}.root-web-sdk #containerForm .react-datepicker__time-list-item--selected,.root-web-sdk #containerForm .react-datepicker__time-list-item:hover{background-color:transparent !important}.root-web-sdk #containerForm .react-datepicker__time-list-item>button{padding:.25rem .5rem;border-radius:.25rem;border:2px solid transparent !important}.root-web-sdk #containerForm .react-datepicker__time-list-item>button:hover{--bg-opacity:1;background-color:#e9f6fa;background-color:rgba(233, 246, 250, var(--bg-opacity))}.root-web-sdk #containerForm .react-datepicker__time-list-item--selected>button{--bg-opacity:1;background-color:#ccf2fa;background-color:rgba(204, 242, 250, var(--bg-opacity));--text-opacity:1;color:#0a0a0a;color:rgba(10, 10, 10, var(--text-opacity));border:2px solid #27accd !important}.root-web-sdk .react-datepicker__time-list-item>button{padding:0;background-color:inherit;border-width:0}.root-web-sdk .time-picker-web-sdk{justify-content:space-between}.root-web-sdk .time-picker-web-sdk .time-picker-pill-web-sdk{position:relative;flex-direction:row;align-items:center;width:31%;height:44px}.root-web-sdk .time-picker-web-sdk .time-picker-pill-web-sdk label{position:absolute;visibility:hidden}.root-web-sdk .time-picker-web-sdk .time-picker-pill-web-sdk input{width:100%;--border-opacity:1;border:1px solid #919393;border-color:rgba(145, 147, 147, var(--border-opacity));border-radius:.5rem;height:inherit;padding-left:.5rem}.root-web-sdk .time-picker-web-sdk .time-picker-pill-web-sdk .icon-show-web-sdk{position:absolute;height:16px;width:16px;top:15px;right:14px}.root-web-sdk .time-picker-web-sdk .time-picker-list-web-sdk{width:100%;flex-direction:column;position:absolute;border-radius:.5rem;overflow-y:scroll;z-index:10;left:0;top:43px;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));min-height:40px;max-height:155px;padding:5px;box-shadow:-2px 3px 18px -4px #919393}.root-web-sdk .time-picker-web-sdk .time-picker-list-web-sdk -webkit-scrollbar{width:12px;--bg-opacity:1;background-color:#f5f5f5;background-color:rgba(245, 245, 245, var(--bg-opacity))}.root-web-sdk .time-picker-web-sdk .time-picker-list-web-sdk .time-picker-list-item-web-sdk{width:100%;cursor:pointer;text-align:center;height:30px;line-height:30px;color:#919393;color:rgba(145, 147, 147, var(--text-opacity));--text-opacity:1;color:#696b6b;color:rgba(105, 107, 107, var(--text-opacity))}.root-web-sdk .time-picker-web-sdk .time-picker-list-web-sdk .active-pick{--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity))}.root-web-sdk .active-pick{--bg-opacity:1;background-color:#5b2f91;background-color:rgba(91, 47, 145, var(--bg-opacity));--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity))}.root-web-sdk .enabled-pick{pointer-events:all}.root-web-sdk .disabled-pick{pointer-events:none;--bg-opacity:1;background-color:#e1e1e1;background-color:rgba(225, 225, 225, var(--bg-opacity))}.root-web-sdk .active-input{--border-opacity:1;border:1px solid #5b2f91;border-color:rgba(91, 47, 145, var(--border-opacity));outline:2px solid transparent;outline-offset:2px}.root-web-sdk .inactive-input{--border-opacity:1;border:1px solid #919393;border-color:rgba(145, 147, 147, var(--border-opacity));outline:2px solid transparent;outline-offset:2px}.root-web-sdk .mys-checkbox-parent{display:flex;flex-direction:column;align-items:center;justify-content:center}.root-web-sdk .mys-checkbox-parent .checkbox-container{display:flex;flex-direction:row-reverse;align-items:center;justify-content:space-between;padding-left:1.5rem;padding-right:1.5rem;width:100%;height:4.5rem;box-shadow:0 1px 4px 1px rgba(0,0,0,0.08);border-radius:.75rem;margin-bottom:1.5rem;cursor:pointer;border:2px solid transparent}.root-web-sdk .mys-checkbox-parent .checkbox-container.checked{--border-opacity:1;border-color:#5156f5;border-color:rgba(81, 86, 245, var(--border-opacity));--bg-opacity:1;background-color:#f5f0fd;background-color:rgba(245, 240, 253, var(--bg-opacity))}.root-web-sdk .mys-checkbox-parent .checkbox-container.focused{box-shadow:0 0 0 2px #fff,0 0 2px 4px rgba(81,86,245,0.6)}.root-web-sdk .mys-checkbox-parent .checkbox-container .checkmark{width:1.5rem;height:1.5rem;--border-opacity:1;border:1px solid #6f6f6f;border-color:rgba(111, 111, 111, var(--border-opacity));border-radius:.25rem;outline:2px solid transparent;outline-offset:2px;cursor:pointer;-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}.root-web-sdk .mys-checkbox-parent .checkbox-container .checkmark:focus,.root-web-sdk .mys-checkbox-parent .checkbox-container .checkmark:focus-visible{outline:2px solid transparent;outline-offset:2px}.root-web-sdk .mys-checkbox-parent .checkbox-container .checkbox-label{font-family:Effra,Arial,sans-serif;font-style:normal;font-weight:500;font-size:1.125rem;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));cursor:pointer;pointer-events:none}.root-web-sdk #containerForm .provider-wrapper-web-sdk{position:relative;padding-top:2.5rem;margin-bottom:52px}.root-web-sdk #containerForm .provider-web-sdk{border-width:1px;--border-opacity:1;border-color:#727069;border-color:rgba(114, 112, 105, var(--border-opacity));border-radius:.25rem}.root-web-sdk #containerForm .provider-header-web-sdk{padding-top:2.5rem;border-top-left-radius:.25rem;border-top-right-radius:.25rem;background-color:#f2f5f8}.root-web-sdk #containerForm .provider-profile-picture-wrapper-web-sdk{position:absolute;display:flex;justify-content:center;margin-top:-5rem;margin-left:-2.5rem;width:5rem;height:5rem;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));border-width:2px;--border-opacity:1;border-color:#a8c8dd;border-color:rgba(168, 200, 221, var(--border-opacity));border-radius:9999px;overflow:hidden;left:50%}.root-web-sdk #containerForm .provider-profile-picture-web-sdk{display:block;height:100%;max-width:inherit}.root-web-sdk #containerForm .provider-indicators-web-sdk{position:absolute;top:0;right:0;display:flex;margin-top:2.5rem;padding:.5rem}.root-web-sdk #containerForm .provider-profile-picture-web-sdk-ico{background:url(https://assets.livongo.com/image/upload/v1713282904/web-sdk/icons/td-user.svg) no-repeat 50%;background-origin:content-box;height:4.7rem;width:4rem}.root-web-sdk #containerForm .provider-indicator-web-sdk{margin-left:.75rem;fill:red}.root-web-sdk #containerForm .provider-indicator-web-sdk-video-ico{background:url(https://assets.livongo.com/image/upload/v1713282919/web-sdk/icons/td-video_phxeox.svg) no-repeat 50%;background-origin:content-box;height:14px;width:18px}.root-web-sdk #containerForm .provider-indicator-web-sdk-phone-ico{background:url(https://assets.livongo.com/image/upload/v1713282863/web-sdk/icons/td-phone_kuxl9i.svg) no-repeat 50%;background-origin:content-box;height:16px;width:16px}.root-web-sdk #containerForm .provider-indicator-web-sdk-pill-ico{background:url(https://assets.livongo.com/image/upload/v1713282877/web-sdk/icons/td-pill_yemfst.svg) no-repeat 50%;background-origin:content-box;height:16px;width:16px}.root-web-sdk #containerForm .provider-name-web-sdk{margin-top:1rem;font-size:1.25rem;text-align:center;font-weight:500;line-height:20px;--text-opacity:1;color:#0a0a0a;color:rgba(10, 10, 10, var(--text-opacity));margin-bottom:6px}.root-web-sdk #containerForm .provider-profile-link-wrapper-web-sdk{width:100%;text-align:center;margin-bottom:6px}.root-web-sdk #containerForm .provider-profile-link-wrapper-web-sdk .provider-profile-link-web-sdk{--text-opacity:1;color:#5b2f91;color:rgba(91, 47, 145, var(--text-opacity));padding-left:.75rem;padding-right:.75rem}.root-web-sdk #containerForm .provider-profile-link-wrapper-web-sdk .provider-profile-link-web-sdk:focus{border-radius:.25rem;outline:2px solid transparent;outline-offset:2px;box-shadow:0 0 0 2px #5b2f91}.root-web-sdk #containerForm .provider-title-web-sdk{text-align:center;font-weight:500;--text-opacity:1;color:#0a0a0a;color:rgba(10, 10, 10, var(--text-opacity));font-size:1rem;line-height:20px}.root-web-sdk #containerForm .provider-details-web-sdk{padding:1.5rem 1rem;border-bottom-width:1px;--border-opacity:1;border-color:#727069;border-color:rgba(114, 112, 105, var(--border-opacity))}.root-web-sdk #containerForm .provider-detail-group-web-sdk{display:flex;margin-bottom:1rem}.root-web-sdk #containerForm .provider-detail-group-web-sdk:last-child{margin-bottom:0}.root-web-sdk #containerForm .provider-detail-item-web-sdk{margin-right:1.5rem}.root-web-sdk #containerForm .provider-detail-item-web-sdk.vpc-info-wrapper{display:flex}.root-web-sdk #containerForm .provider-detail-item-web-sdk.vpc-info-wrapper .vpc-info-wrapper-ico{background:url(https://assets.livongo.com/image/upload/v1713282834/web-sdk/icons/td-info-2_rxvieh.svg) no-repeat 50%;background-origin:content-box;height:16px;width:16px;margin-top:4px}.root-web-sdk #containerForm .provider-detail-item-web-sdk.vpc-info-wrapper .text-web-sdk.vpcp-label{margin:0;padding-left:.5rem;font-size:1.125rem}.root-web-sdk #containerForm .provider-detail-item-web-sdk.vpc-info-wrapper .tooltip-top-web-sdk .icon-show-web-sdk{margin-top:2px}.root-web-sdk #containerForm .provider-detail-item-title-web-sdk{font-size:.75rem;--text-opacity:1;color:#727069;color:rgba(114, 112, 105, var(--text-opacity));text-transform:uppercase;font-weight:500;line-height:1rem;letter-spacing:1.5px}.root-web-sdk #containerForm .provider-detail-item-value-web-sdk{font-size:1.125rem;--text-opacity:1;color:#0a0a0a;color:rgba(10, 10, 10, var(--text-opacity));line-height:20px}.root-web-sdk #containerForm .provider-availability-web-sdk{padding:1.5rem 1rem}.root-web-sdk #containerForm .provider-availability-title-web-sdk{font-size:1.25rem;font-weight:500}.root-web-sdk #containerForm .provider-availability-content-web-sdk,.root-web-sdk #containerForm .provider-availability-title-web-sdk{margin-bottom:1rem;--text-opacity:1;color:#0a0a0a;color:rgba(10, 10, 10, var(--text-opacity))}.root-web-sdk #containerForm .pills-web-sdk{display:flex;flex-wrap:wrap;grid-column-gap:.75rem;-moz-column-gap:.75rem;column-gap:.75rem;margin-right:-1rem;margin-bottom:-.5rem}.root-web-sdk #containerForm .pill-radio-wrapper-web-sdk{position:relative}.root-web-sdk #containerForm .pill-radio-wrapper-web-sdk .pill-radio-web-sdk{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0;width:0;height:0}.root-web-sdk #containerForm .pill-radio-wrapper-web-sdk .pill-radio-web-sdk:focus+.pill-web-sdk{box-shadow:0 0 0 2px #fff,0 0 0 4px #27accd}.root-web-sdk #containerForm .pill-web-sdk{cursor:pointer;display:flex;justify-content:center;align-items:center;margin-top:.5rem;margin-bottom:.5rem;border-width:1px;--border-opacity:1;border-color:#727069;border-color:rgba(114, 112, 105, var(--border-opacity));border-radius:.125rem;outline:2px solid transparent;outline-offset:2px;padding:0 calc(.5rem + 1px);--text-opacity:1;color:#0a0a0a;color:rgba(10, 10, 10, var(--text-opacity));position:relative}.root-web-sdk #containerForm .pill-web-sdk.invalid,.root-web-sdk #containerForm .pill-web-sdk.selected,.root-web-sdk #containerForm .pill-web-sdk:active,.root-web-sdk #containerForm .pill-web-sdk:hover{padding:0 .5rem;border-width:2px;--border-opacity:1;border-color:#27accd;border-color:rgba(39, 172, 205, var(--border-opacity))}.root-web-sdk #containerForm .pill-web-sdk.invalid{--border-opacity:1;border-color:#aa1010;border-color:rgba(170, 16, 16, var(--border-opacity))}.root-web-sdk #containerForm .pill-web-sdk:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px #27accd}.root-web-sdk #containerForm .pill-web-sdk.selected,.root-web-sdk #containerForm .pill-web-sdk:active{--bg-opacity:1;background-color:#ccf2fa;background-color:rgba(204, 242, 250, var(--bg-opacity))}.root-web-sdk #containerForm .pill-web-sdk.disabled{--text-opacity:1;color:#bdbdbd;color:rgba(189, 189, 189, var(--text-opacity));cursor:not-allowed}.root-web-sdk #containerForm .basic-time-picker-conditionals-web-sdk{display:flex;align-items:stretch;margin-top:32px}.root-web-sdk #containerForm .basic-time-picker-conditionals-web-sdk .radio-web-sdk{margin-bottom:0}.root-web-sdk #containerForm .basic-time-picker-conditional-web-sdk{margin-right:.75rem;flex:1 1 auto}.root-web-sdk #containerForm .basic-time-picker-conditional-web-sdk:last-child{flex:none;display:flex;flex-direction:column;justify-content:flex-end;margin-right:0}.root-web-sdk #containerForm .basic-time-picker-conditional-web-sdk:last-child .radio-web-sdk{margin-top:.5rem}.root-web-sdk #containerForm .basic-time-picker-conditional-web-sdk:not(:last-child){margin-right:.75rem}.root-web-sdk #containerForm .case-list-web-sdk{margin-bottom:3rem;width:100%}.root-web-sdk #containerForm .case-list-web-sdk th{text-align:left;font-size:.875rem;font-weight:400;text-transform:uppercase;letter-spacing:.1em;--text-opacity:1;color:#727069;color:rgba(114, 112, 105, var(--text-opacity))}.root-web-sdk #containerForm .case-list-web-sdk td{font-size:1.125rem;font-weight:500}.root-web-sdk #containerForm .case-list-web-sdk td:first-child{padding-left:1rem}.root-web-sdk #containerForm .case-list-web-sdk tbody tr{height:80px}.root-web-sdk #containerForm .case-list-web-sdk tbody tr:nth-child(2n){--bg-opacity:1;background-color:#f6f6f6;background-color:rgba(246, 246, 246, var(--bg-opacity))}.root-web-sdk #containerForm .case-list-web-sdk .button-web-sdk{margin-top:0;margin-bottom:0}.root-web-sdk #containerForm{--tab-border-width:4px;--tab-padding:2px;--tab-focus-border-width:2px;--tab-focus-padding:0.25rem}.root-web-sdk #containerForm .tab-td-web-sdk{min-height:4.5rem;padding:calc(var(--tab-border-width) + var(--tab-padding));padding-bottom:var(--tab-padding);border-bottom-width:var(--tab-border-width);--border-opacity:1;border-color:#5b2f91;border-color:rgba(91, 47, 145, var(--border-opacity));outline:2px solid transparent;outline-offset:2px;--text-opacity:1;color:#0a0a0a;color:rgba(10, 10, 10, var(--text-opacity));display:block;flex:1 1 0%;margin-bottom:1rem;font-size:1rem;font-weight:500;line-height:1.625}.root-web-sdk #containerForm .tab-td-web-sdk.active{padding:var(--tab-padding);padding-bottom:calc(var(--tab-border-width) + var(--tab-padding));border-width:var(--tab-border-width);border-bottom-width:0;border-top-left-radius:.5rem;border-top-right-radius:.5rem;--text-opacity:1;color:#0a0a0a;color:rgba(10, 10, 10, var(--text-opacity))}.root-web-sdk #containerForm .tabs-title-web-sdk{--text-opacity:1;color:#0a0a0a;color:rgba(10, 10, 10, var(--text-opacity));font-size:1.25rem;line-height:1.75rem;font-weight:500;margin-bottom:32px}.root-web-sdk #containerForm .tabs-title-web-sdk .date-time{display:inline-block;width:100%;font-size:1.5rem;margin-top:1rem}.root-web-sdk #containerForm .tab-label-td-web-sdk{display:flex;justify-content:center;align-items:center;flex-direction:column;padding:calc(var(--tab-focus-border-width) + var(--tab-focus-padding));height:100%}.root-web-sdk #containerForm .tab-label-td-web-sdk .date-time{font-size:.875rem}.root-web-sdk #containerForm .tab-td-web-sdk:focus .tab-label-td-web-sdk{padding:var(--tab-focus-padding);border-width:var(--tab-focus-border-width);--border-opacity:1;border-color:#5b2f91;border-color:rgba(91, 47, 145, var(--border-opacity));border-radius:.25rem}.root-web-sdk #containerForm .tabs-web-sdk{display:flex}.root-web-sdk #containerForm .tab-td-web-sdk.populated{--text-opacity:1;color:#000;color:rgba(0, 0, 0, var(--text-opacity))}.root-web-sdk #containerForm .tab-insurance-settings-web-sdk{display:block;flex:1 1 0%;margin-bottom:1rem;padding:.5rem;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));border-width:1px;--border-opacity:1;border-color:#633d8f;border-color:rgba(99, 61, 143, var(--border-opacity));font-size:1rem;font-weight:500;line-height:1.625}.root-web-sdk #containerForm .tab-insurance-settings-web-sdk:not(:last-child){border-right-width:0}.root-web-sdk #containerForm .tab-insurance-settings-web-sdk:first-child{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}.root-web-sdk #containerForm .tab-insurance-settings-web-sdk:last-child{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}.root-web-sdk #containerForm .tab-insurance-settings-web-sdk.active{--bg-opacity:1;background-color:#e2d9e9;background-color:rgba(226, 217, 233, var(--bg-opacity))}.root-web-sdk .react-datepicker-slots-wrapper-web-sdk{display:flex;flex-direction:column;align-items:center}.root-web-sdk .time-slot-picker-title-web-sdk{margin-top:1rem;margin-bottom:1rem;font-size:1.5rem;font-weight:500;border-bottom-width:0;width:100%;margin-top:.75rem;margin-bottom:.75rem;font-size:1.125rem;border-bottom-width:1px;--border-opacity:1;border-color:#cbc9bf;border-color:rgba(203, 201, 191, var(--border-opacity))}.root-web-sdk .time-slot-picker-web-sdk{display:flex;flex-wrap:wrap;margin-bottom:1.25rem}.root-web-sdk .time-slot-web-sdk{display:block;margin-bottom:.25rem;padding:.25rem .5rem;border-width:1px;--border-opacity:1;border-color:#005c95;border-color:rgba(0, 92, 149, var(--border-opacity));border-radius:.25rem}.root-web-sdk .time-slot-web-sdk:not(:last-child){margin-right:.25rem}.root-web-sdk .time-slot-web-sdk.selected{--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity));--bg-opacity:1;background-color:#005c95;background-color:rgba(0, 92, 149, var(--bg-opacity))}.root-web-sdk #containerForm .title-web-sdk{--text-opacity:1;color:#0a0a0a;color:rgba(10, 10, 10, var(--text-opacity));margin-bottom:32px;font-size:2.5rem;line-height:3rem;font-weight:700}.root-web-sdk #containerForm .title-web-sdk:focus,.root-web-sdk #containerForm .title-web-sdk:focus-visible{outline:2px solid transparent;outline-offset:2px}.root-web-sdk #containerForm .description-web-sdk{--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity));margin-top:-1rem;margin-bottom:1.5rem;font-size:1.125rem}.root-web-sdk #containerForm .expando-field-wrapper-web-sdk{border-width:1px;--border-opacity:1;border-color:#000;border-color:rgba(0, 0, 0, var(--border-opacity));border-radius:.5rem}.root-web-sdk #containerForm .expando-field-wrapper-web-sdk .expando-option-wrapper-web-sdk{border-bottom-width:1px;--border-opacity:1;border-color:#000;border-color:rgba(0, 0, 0, var(--border-opacity))}.root-web-sdk #containerForm .expando-field-wrapper-web-sdk .expando-option-wrapper-web-sdk .expando-option-header-web-sdk{padding-top:.5rem;padding-bottom:.5rem;padding-left:.75rem;width:100%;text-align:left;cursor:pointer}.root-web-sdk #containerForm .expando-field-wrapper-web-sdk .expando-option-wrapper-web-sdk .expando-option-header-web-sdk:active,.root-web-sdk #containerForm .expando-field-wrapper-web-sdk .expando-option-wrapper-web-sdk .expando-option-header-web-sdk:focus{outline:2px solid transparent;outline-offset:2px;border-width:1px;--border-opacity:1;border-color:#5b2f91;border-color:rgba(91, 47, 145, var(--border-opacity));border-radius:.5rem}.root-web-sdk #containerForm .expando-field-wrapper-web-sdk .expando-option-wrapper-web-sdk .expando-option-header-web-sdk:before{content:url(https://assets.livongo.com/image/upload/v1713278599/web-sdk/icons/icon-expand-td-core_sqeb5r.svg);position:relative;margin-right:1rem;top:2px}.root-web-sdk #containerForm .expando-field-wrapper-web-sdk .expando-option-wrapper-web-sdk .expando-option-header-web-sdk.expanded:before{content:url(https://assets.livongo.com/image/upload/v1713278574/web-sdk/icons/icon-collapse-td-core_vnsyon.svg);top:-5px}.root-web-sdk #containerForm .expando-field-wrapper-web-sdk .expando-option-wrapper-web-sdk .expando-options-web-sdk{padding-top:.5rem;padding-bottom:1rem;padding-left:1rem;--bg-opacity:1;background-color:#f1f4f8;background-color:rgba(241, 244, 248, var(--bg-opacity))}.root-web-sdk #containerForm .expando-field-wrapper-web-sdk .expando-option-wrapper-web-sdk .expando-options-web-sdk .checkbox-input-web-sdk{--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity))}.root-web-sdk #containerForm .expando-option-wrapper-web-sdk:last-child{border-bottom-width:0}.root-web-sdk #containerForm .wrapper-text-area-web-sdk{text-align:right;display:block}.root-web-sdk #containerForm .wrapper-text-area-web-sdk .text-area-web-sdk{margin-bottom:0;padding:1rem;width:100%;--text-opacity:1;color:#0a0a0a;color:rgba(10, 10, 10, var(--text-opacity));--border-opacity:1;border-color:#727069;border-color:rgba(114, 112, 105, var(--border-opacity));border-radius:.5rem;box-shadow:none;outline:2px solid transparent;outline-offset:2px;resize:none}.root-web-sdk #containerForm .wrapper-text-area-web-sdk .character-counter,.root-web-sdk #containerForm .wrapper-text-area-web-sdk .counter-text-area-web-sdk{margin:.5rem;font-size:.875rem;font-weight:400}.root-web-sdk #containerForm .wrapper-text-area-web-sdk .text-area-web-sdk:active,.root-web-sdk #containerForm .wrapper-text-area-web-sdk .text-area-web-sdk:focus,.root-web-sdk #containerForm .wrapper-text-area-web-sdk .text-area-web-sdk:invalid{padding:calc(1rem - 1px);border-width:2px}.root-web-sdk #containerForm .wrapper-text-area-web-sdk .text-area-web-sdk:active,.root-web-sdk #containerForm .wrapper-text-area-web-sdk .text-area-web-sdk:focus{--border-opacity:1;border-color:#5b2f91;border-color:rgba(91, 47, 145, var(--border-opacity))}.root-web-sdk #containerForm .wrapper-text-area-web-sdk .text-area-web-sdk.invalid,.root-web-sdk #containerForm .wrapper-text-area-web-sdk .text-area-web-sdk:invalid{--border-opacity:1;border-color:#aa1010;border-color:rgba(170, 16, 16, var(--border-opacity))}.root-web-sdk #containerForm .gmap-web-sdk{margin-bottom:32px;height:40vh}.root-web-sdk #containerForm .gmap-web-sdk iframe+div{border-color:#5b2f91 !important}.root-web-sdk #containerForm .gmap-web-sdk button:focus{outline-color:#5b2f91 !important}.root-web-sdk .LGLeeN-keyboard-shortcuts-view{display:flex}.root-web-sdk .LGLeeN-keyboard-shortcuts-view table,.root-web-sdk .LGLeeN-keyboard-shortcuts-view tbody,.root-web-sdk .LGLeeN-keyboard-shortcuts-view td,.root-web-sdk .LGLeeN-keyboard-shortcuts-view tr{background:inherit;border:none;margin:0;padding:0}.root-web-sdk .LGLeeN-keyboard-shortcuts-view table{display:table}.root-web-sdk .LGLeeN-keyboard-shortcuts-view tr{display:table-row}.root-web-sdk .LGLeeN-keyboard-shortcuts-view td{box-sizing:border-box;display:table-cell;color:#000;padding:6px;vertical-align:middle;white-space:nowrap}.root-web-sdk .LGLeeN-keyboard-shortcuts-view td:first-child{text-align:end}.root-web-sdk .LGLeeN-keyboard-shortcuts-view td kbd{background-color:#e8eaed;border-radius:2px;border:none;box-sizing:border-box;color:inherit;display:inline-block;font-family:Google Sans Text,Roboto,Arial,sans-serif;line-height:16px;margin:0 2px;min-height:20px;min-width:20px;padding:2px 4px;position:relative;text-align:center}.root-web-sdk .gm-control-active>img{box-sizing:content-box;display:none;left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%, -50%)}.root-web-sdk .gm-control-active>img:first-child{display:block}.root-web-sdk .gm-control-active:active>img:first-child,.root-web-sdk .gm-control-active:disabled>img:first-child,.root-web-sdk .gm-control-active:focus>img:first-child,.root-web-sdk .gm-control-active:hover>img:first-child{display:none}.root-web-sdk .gm-control-active:active>img:nth-child(3),.root-web-sdk .gm-control-active:disabled>img:nth-child(4),.root-web-sdk .gm-control-active:focus>img:nth-child(2),.root-web-sdk .gm-control-active:hover>img:nth-child(2){display:block}.root-web-sdk .gm-ui-hover-effect{opacity:.6}.root-web-sdk .gm-ui-hover-effect:hover{opacity:1}.root-web-sdk .gm-ui-hover-effect>span{background-color:#000}@media (forced-colors: active),(prefers-contrast: more){.root-web-sdk .gm-ui-hover-effect>span{background-color:ButtonText}}.root-web-sdk .gm-style .gm-style-cc a,.root-web-sdk .gm-style .gm-style-cc button,.root-web-sdk .gm-style .gm-style-cc span,.root-web-sdk .gm-style .gm-style-mtc div{font-size:10px;box-sizing:border-box}.root-web-sdk .gm-style .gm-style-cc a,.root-web-sdk .gm-style .gm-style-cc button,.root-web-sdk .gm-style .gm-style-cc span{outline-offset:3px}@media print{.root-web-sdk .gm-style .gmnoprint,.root-web-sdk .gmnoprint{display:none}}@media screen{.root-web-sdk .gm-style .gmnoscreen,.root-web-sdk .gmnoscreen{display:none}}.root-web-sdk .gm-style-moc{background-color:rgba(0,0,0,0.45);pointer-events:none;text-align:center;transition:opacity ease-in-out}.root-web-sdk .gm-style-mot{color:#fff;font-family:Roboto,Arial,sans-serif;font-size:22px;margin:0;position:relative;top:50%;transform:translateY(-50%);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%)}.root-web-sdk .gm-style img{max-width:none}.root-web-sdk .gm-style{font:400 11px Roboto,Arial,sans-serif;text-decoration:none}.root-web-sdk #containerForm .dialog-web-sdk .dialog-content-web-sdk,.root-web-sdk #containerForm .dialog-web-sdk .dialog-content-web-sdk h2{--text-opacity:1;color:#565757;color:rgba(86, 87, 87, var(--text-opacity))}.root-web-sdk #containerForm .dialog-web-sdk .dialog-content-web-sdk h2{font-weight:400;margin-bottom:0}@media (min-width: 576px){.root-web-sdk #containerForm .dialog-web-sdk .dialog-content-web-sdk h2{margin-bottom:1rem}}.root-web-sdk #containerForm .dialog-web-sdk .dialog-content-web-sdk,.root-web-sdk #containerForm .dialog-web-sdk .dialog-footer-web-sdk,.root-web-sdk #containerForm .dialog-web-sdk .dialog-header-web-sdk{padding-left:1rem;padding-right:1rem}@media (min-width: 576px){.root-web-sdk #containerForm .dialog-web-sdk .dialog-content-web-sdk,.root-web-sdk #containerForm .dialog-web-sdk .dialog-footer-web-sdk,.root-web-sdk #containerForm .dialog-web-sdk .dialog-header-web-sdk{padding-left:1.5rem;padding-right:1.5rem}}.root-web-sdk #containerForm .dialog-web-sdk .dialog-header-web-sdk{padding-top:2rem;--text-opacity:1;color:#181919;color:rgba(24, 25, 25, var(--text-opacity));word-wrap:break-word;overflow-wrap:break-word}.root-web-sdk #containerForm .dialog-web-sdk .dialog-header-web-sdk>h1,.root-web-sdk #containerForm .dialog-web-sdk .dialog-header-web-sdk h2{font-size:1.375rem;--text-opacity:1;color:#181919;color:rgba(24, 25, 25, var(--text-opacity));word-wrap:break-word;overflow-wrap:break-word;text-align:center}@media (min-width: 576px){.root-web-sdk #containerForm .dialog-web-sdk .dialog-header-web-sdk>h1,.root-web-sdk #containerForm .dialog-web-sdk .dialog-header-web-sdk h2{font-size:1.625rem}}.root-web-sdk #containerForm .dialog-web-sdk .dialog-content-web-sdk{font-size:1.125rem}.root-web-sdk #containerForm .dialog-web-sdk .dialog-content-web-sdk .agreement-dialog-web-sdk{--text-opacity:1;color:#0a0a0a;color:rgba(10, 10, 10, var(--text-opacity))}.root-web-sdk #containerForm .dialog-web-sdk .dialog-footer-web-sdk{display:flex;flex-direction:column}.root-web-sdk #containerForm .dialog-web-sdk .dialog-footer-web-sdk .button-web-sdk{font-size:1.125rem}.root-web-sdk #containerForm .dialog-web-sdk .dialog-footer-web-sdk .button-web-sdk.secondary{margin-top:.5rem}@media (min-width: 576px){.root-web-sdk #containerForm .dialog-web-sdk .dialog-footer-web-sdk{flex-direction:row;justify-content:flex-end}.root-web-sdk #containerForm .dialog-web-sdk .dialog-footer-web-sdk .button-web-sdk:not(.button-close-timepicker){width:10rem;margin-left:1.5rem}.root-web-sdk #containerForm .dialog-web-sdk .dialog-footer-web-sdk .button-web-sdk:not(.button-close-timepicker):first-child{margin-left:auto}}.root-web-sdk #containerForm .dialog-web-sdk.fullscreen .button-web-sdk:first-child{margin-left:0}.root-web-sdk #containerForm .dialog-overlay-web-sdk:not(.fullscreen){position:fixed;top:0;left:0;width:100vw;height:100vh;overflow:auto;z-index:1000;background-color:rgba(0,0,0,0.3)}.root-web-sdk #containerForm .dialog-wrapper-web-sdk:not(.fullscreen){display:flex;justify-content:center;align-items:center;padding:.5rem;min-height:100vh}@media (min-width: 375px){.root-web-sdk #containerForm .dialog-wrapper-web-sdk:not(.fullscreen){padding:1rem}}.root-web-sdk #containerForm .dialog-web-sdk{max-width:none}.root-web-sdk #containerForm .dialog-web-sdk:not(.fullscreen){padding-left:.5rem;padding-right:.5rem;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));width:calc(320px - 1rem);border-radius:1rem}@media (min-width: 375px){.root-web-sdk #containerForm .dialog-web-sdk:not(.fullscreen){width:calc(375px - 2rem)}}@media (min-width: 576px){.root-web-sdk #containerForm .dialog-web-sdk:not(.fullscreen){width:30rem}}.root-web-sdk #containerForm .dialog-web-sdk.fullscreen{width:100%}.root-web-sdk #containerForm .dialog-web-sdk.fullscreen .dialog-content-web-sdk,.root-web-sdk #containerForm .dialog-web-sdk.fullscreen .dialog-footer-web-sdk,.root-web-sdk #containerForm .dialog-web-sdk.fullscreen .dialog-header-web-sdk{padding-left:0;padding-right:0}.root-web-sdk #containerForm .dialog-web-sdk.fullscreen .dialog-header-web-sdk{padding-top:0}.root-web-sdk #containerForm .dialog-web-sdk.fullscreen .dialog-footer-web-sdk{padding-bottom:0}.root-web-sdk #containerForm .dialog-header-web-sdk{display:block;padding:1rem 3rem 1rem 1rem}.root-web-sdk #containerForm .dialog-header-web-sdk button{position:absolute;top:"20px";right:"20px"}.root-web-sdk #containerForm .dialog-footer-web-sdk{position:static;padding:.5rem 1rem}.root-web-sdk #containerForm .dialog-header-web-sdk>h1,.root-web-sdk #containerForm h2{font-weight:500;font-size:1.5rem;--text-opacity:1;color:#0a0a0a;color:rgba(10, 10, 10, var(--text-opacity));margin-bottom:0;line-height:1.17}.root-web-sdk #containerForm .dialog-content-web-sdk{flex-grow:1;padding-left:1rem;padding-right:1rem}.root-web-sdk #containerForm .dialog-footer-web-sdk{display:block;padding:1rem .75rem}.root-web-sdk #containerForm .dialog-footer-web-sdk .button-web-sdk{width:100%}.root-web-sdk #containerForm .dialog-footer-web-sdk>button{width:auto}.root-web-sdk #containerForm .agreement-dialog-web-sdk h1{font-size:2.5rem;line-height:3rem;margin-bottom:32px;padding:0;border-width:0}.root-web-sdk #containerForm .agreement-dialog-web-sdk h2{font-size:2rem;line-height:1;margin-bottom:32px}.root-web-sdk #containerForm .agreement-dialog-web-sdk h1{font-size:1.25rem;line-height:1.5rem;margin-bottom:1rem}.root-web-sdk #containerForm .agreement-dialog-web-sdk p{margin-bottom:1.5rem}.root-web-sdk #containerForm .agreement-dialog-web-sdk ol,.root-web-sdk #containerForm .agreement-dialog-web-sdk ul{padding-left:1rem}.root-web-sdk #containerForm .agreement-dialog-web-sdk li{list-style-type:decimal;padding-top:.5rem;padding-bottom:.5rem}.root-web-sdk #containerForm .agreement-dialog-web-sdk ul>li{list-style-type:disc;padding-top:.5rem;padding-bottom:.5rem}.root-web-sdk #containerForm .dialog-wrapper-web-sdk.modal-screen .dialog-web-sdk{padding:0;position:relative}.root-web-sdk #containerForm .dialog-wrapper-web-sdk.modal-screen .dfd-close-button{position:absolute;top:.5rem;right:.5rem;background-size:cover}.root-web-sdk #containerForm .dialog-wrapper-web-sdk.modal-screen .dialog-web-sdk-ico{background:url(https://assets.livongo.com/image/upload/v1713276094/web-sdk/icons/close-dialog.svg) no-repeat 50%;background-origin:content-box;height:1.5rem;width:1.5rem}.root-web-sdk #containerForm .dialog-wrapper-web-sdk.modal-screen .dialog-web-sdk-ico-close{background:url(https://assets.livongo.com/image/upload/v1713278674/web-sdk/icons/icon-remove.svg) no-repeat 50%;background-origin:content-box;height:1.5rem;min-width:1.5rem}.root-web-sdk #containerForm .dialog-wrapper-web-sdk.modal-screen .dialog-web-sdk-ico-close.dfd-close-button{position:absolute;top:.5rem;right:.5rem;background-size:cover}.root-web-sdk #containerForm .dialog-wrapper-web-sdk.modal-screen .dialog-header-web-sdk{display:flex;justify-content:space-between;align-items:flex-start;padding:1.5rem;border-bottom-width:1px;--border-opacity:1;border-color:#cbc9bf;border-color:rgba(203, 201, 191, var(--border-opacity))}.root-web-sdk #containerForm .dialog-wrapper-web-sdk.modal-screen .dialog-header-web-sdk h1{font-size:2rem}.root-web-sdk #containerForm .dialog-wrapper-web-sdk.modal-screen .dialog-header-web-sdk button{position:static;margin-left:32px}.root-web-sdk #containerForm .dialog-wrapper-web-sdk.modal-screen .dialog-header-web-sdk button img{width:2rem;max-width:2rem}.root-web-sdk #containerForm .dialog-wrapper-web-sdk.modal-screen .dialog-content-web-sdk{padding:1.5rem;max-height:70vh;overflow:scroll}.root-web-sdk #containerForm .dialog-wrapper-web-sdk.modal-screen .dialog-content-web-sdk.CareTeamProfileDetailScreen,.root-web-sdk #containerForm .dialog-wrapper-web-sdk.modal-screen .dialog-content-web-sdk.ConsultationBhProviderProfile{padding:0}.root-web-sdk #containerForm .dialog-wrapper-web-sdk.modal-screen .dialog-content-web-sdk.CareTeamProfileDetailScreen .text-web-sdk.name,.root-web-sdk #containerForm .dialog-wrapper-web-sdk.modal-screen .dialog-content-web-sdk.CareTeamProfileDetailScreen .toast-container-web-sdk,.root-web-sdk #containerForm .dialog-wrapper-web-sdk.modal-screen .dialog-content-web-sdk.ConsultationBhProviderProfile .text-web-sdk.name,.root-web-sdk #containerForm .dialog-wrapper-web-sdk.modal-screen .dialog-content-web-sdk.ConsultationBhProviderProfile .toast-container-web-sdk{display:none}.root-web-sdk #containerForm .dialog-wrapper-web-sdk.modal-screen .dialog-footer-web-sdk{padding:1.5rem;border-top-width:1px;--border-opacity:1;border-color:#cbc9bf;border-color:rgba(203, 201, 191, var(--border-opacity));--bg-opacity:1;background-color:#f6f6f6;background-color:rgba(246, 246, 246, var(--bg-opacity));border-bottom-right-radius:1rem;border-bottom-left-radius:1rem}.root-web-sdk #containerForm .dialog-wrapper-web-sdk.modal-screen .dialog-footer-web-sdk .screen-fields-web-sdk button{margin:0}.root-web-sdk #containerForm .dialog-wrapper-web-sdk.modal-screen .dialog-footer-web-sdk button.button-web-sdk{margin-top:0;margin-bottom:0}@media (min-width: 576px){.root-web-sdk #containerForm .dialog-wrapper-web-sdk.modal-screen .dialog-footer-web-sdk button.button-web-sdk.secondary{margin-top:0;margin-bottom:0}}.root-web-sdk #containerForm .dialog-wrapper-web-sdk.dialog-screen button{float:right;position:relative;z-index:1}.root-web-sdk #containerForm div[class*=updateMhDialog-dialog-wrapper] button[data-testid*=dismissButton-button]{float:none}@media (min-width: 576px){.root-web-sdk #containerForm .legacy_mhd_alert .dialog-footer-web-sdk .button-web-sdk:not(.secondary){width:13rem}}@media (min-width: 576px){.root-web-sdk #containerForm .privacy_notice_dialog .dialog-web-sdk:not(.fullscreen){width:35.5rem}}.root-web-sdk #containerForm .privacy_notice_dialog .dialog_title{--text-opacity:1;color:#181919;color:rgba(24, 25, 25, var(--text-opacity));font-size:1.5rem;margin-top:1rem;margin-bottom:.5rem;padding-bottom:.5rem;border-bottom-width:1px;--border-opacity:1;border-color:#dfe0df;border-color:rgba(223, 224, 223, var(--border-opacity));line-height:2rem}@media (min-width: 576px){.root-web-sdk #containerForm .privacy_notice_dialog .dialog_title{font-size:30px}}.root-web-sdk #containerForm .privacy_notice_dialog .privacy_policy_text{font-size:1.125rem;--text-opacity:1;color:#565757;color:rgba(86, 87, 87, var(--text-opacity));font-weight:400;line-height:1.75rem;margin-top:1.25rem;margin-bottom:32px}.root-web-sdk #containerForm .privacy_notice_dialog .privacy_policy_link{margin-bottom:1rem}.root-web-sdk #containerForm .privacy_notice_dialog .privacy_policy_link a{font-size:1.125rem;--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity));font-weight:500}@media (min-width: 576px){.root-web-sdk #containerForm .privacy_notice_dialog .privacy_policy_link{display:inline;line-height:2.75rem}}@media (min-width: 576px){.root-web-sdk #containerForm .privacy_notice_dialog .privacy_policy_link .text-web-sdk{display:inline}}.root-web-sdk #containerForm .privacy_notice_dialog .button-ok_button{font-size:1.125rem;--bg-opacity:1;background-color:#422981;background-color:rgba(66, 41, 129, var(--bg-opacity));border-radius:9999px;margin-bottom:1.5rem}@media (min-width: 576px){.root-web-sdk #containerForm .privacy_notice_dialog .button-ok_button{display:inline;float:right;margin-top:0;margin-bottom:32px;width:auto;padding-left:2rem;padding-right:2rem}}@media (min-width: 576px){.root-web-sdk #containerForm .canada_life_dialog .dialog-web-sdk:not(.fullscreen){width:35.5rem}}.root-web-sdk #containerForm .canada_life_dialog .dialog-web-sdk{padding:0}.root-web-sdk #containerForm .canada_life_dialog .dialog-web-sdk .image-container-web-sdk{width:100%}.root-web-sdk #containerForm .canada_life_dialog .dialog-web-sdk .image-container-web-sdk .dialog_main_image{margin-bottom:22px}@media (min-width: 576px){.root-web-sdk #containerForm .canada_life_dialog .dialog-web-sdk .image-container-web-sdk .dialog_main_image{margin-bottom:14px;transform:scale(0.8)}}.root-web-sdk #containerForm .canada_life_dialog .dialog-web-sdk .dialog-content-web-sdk{padding:2rem}.root-web-sdk #containerForm .canada_life_dialog .dialog-web-sdk .dialog-content-web-sdk h2.dialog_title{line-height:22px;font-size:1.375rem;outline:2px solid transparent;outline-offset:2px;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));margin-bottom:1rem;font-weight:500;text-align:center}@media (min-width: 576px){.root-web-sdk #containerForm .canada_life_dialog .dialog-web-sdk .dialog-content-web-sdk h2.dialog_title{text-align:left;font-size:1.625rem;line-height:2rem}}.root-web-sdk #containerForm .canada_life_dialog .canada_health_text{font-size:1.125rem;--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity));font-weight:400;line-height:1.5rem;text-align:center}@media (min-width: 576px){.root-web-sdk #containerForm .canada_life_dialog .canada_health_text{text-align:left;line-height:1.75rem}}.root-web-sdk #containerForm .canada_life_dialog button[name=continue_button]{font-size:1.125rem;--bg-opacity:1;background-color:#422981;background-color:rgba(66, 41, 129, var(--bg-opacity));border-radius:9999px;margin-bottom:1rem;margin-top:0}@media (min-width: 576px){.root-web-sdk #containerForm .canada_life_dialog button[name=continue_button]{float:right;margin-bottom:32px}}.root-web-sdk #containerForm .list-web-sdk li{--text-opacity:1;color:#0a0a0a;color:rgba(10, 10, 10, var(--text-opacity));list-style-type:disc;margin-left:1.5rem}.root-web-sdk #containerForm .list-wrapper-web-sdk .label-web-sdk{margin-bottom:.5rem}.root-web-sdk #containerForm .list-web-sdk{list-style-type:disc;margin-bottom:1rem}.root-web-sdk .tooltip-wrapper-web-sdk{position:relative;display:inline-block}.root-web-sdk .tooltip-wrapper-web-sdk:hover .tooltip-message-web-sdk{visibility:visible;opacity:1}.root-web-sdk .tooltip-message-web-sdk{display:flex;align-items:center;border-radius:.5rem;position:absolute;border-width:2px;--border-opacity:1;border-color:#5b2f91;border-color:rgba(91, 47, 145, var(--border-opacity));--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));visibility:hidden;opacity:0;width:16rem;font-size:1.125rem;z-index:1;transition:opacity .3s;line-height:1.5rem;--text-opacity:1;color:#0a0a0a;color:rgba(10, 10, 10, var(--text-opacity));text-align:center;padding:.75rem .5rem;height:120px;box-shadow:0 6px 16px 0 rgba(0,0,0,0.2)}.root-web-sdk .tooltip-message-web-sdk:after{content:"";position:absolute;border-width:12px}.root-web-sdk .tooltip-top-web-sdk{bottom:calc(100% + 6px);margin:0;left:0}@media (min-width: 768px){.root-web-sdk .tooltip-top-web-sdk{left:50%;margin-left:-7.75rem}}.root-web-sdk .tooltip-top-web-sdk:after{top:100%;left:50%;margin-left:-12px;border-width:2px;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));height:1rem;width:1rem;margin-top:-.5rem;transform:rotate(45deg);border-color:transparent #5c068c #5c068c transparent}.root-web-sdk .tooltip-bottom-web-sdk{top:100%;left:50%;margin-left:-150px}.root-web-sdk .tooltip-bottom-web-sdk:after{bottom:100%;left:50%;margin-left:-12px;border-color:transparent transparent #fff}.root-web-sdk .tooltip-right-web-sdk{top:-40px;left:100%}.root-web-sdk .tooltip-right-web-sdk:after{top:50%;right:calc(100% - 8px);margin-top:-.5rem;border-width:2px;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));height:1rem;width:1rem;transform:rotate(45deg);border-color:transparent transparent #5c068c #5c068c}.root-web-sdk .tooltip-left-web-sdk{top:-40px;right:105%}.root-web-sdk .tooltip-left-web-sdk:after{top:50%;left:100%;margin-top:-12px;border-color:transparent transparent transparent #fff}.root-web-sdk .form-calendar-wrapper-web-sdk{margin-bottom:0;display:block}.root-web-sdk .treatment-button{word-wrap:break-word;overflow-wrap:break-word;text-align:left;word-break:break-word;display:block;cursor:pointer;text-decoration:underline}.root-web-sdk .treatment-button:focus{outline-color:#5b2f91}.root-web-sdk #containerForm .DayPickerInput-Overlay{position:absolute;left:0;z-index:1;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));box-shadow:0 2px 5px rgba(0,0,0,0.15);width:100%;border-width:0;border-radius:.5rem}.root-web-sdk #containerForm .react-datepicker__navigation-nav-bar{padding:.5rem;position:absolute;display:flex;justify-content:space-between;width:100%}.root-web-sdk #containerForm .date-picker-wrapper-web-sdk{-webkit-user-select:none;display:block;width:100%;margin-bottom:32px}.root-web-sdk #containerForm .date-picker-wrapper-web-sdk .react-datepicker__close-icon{display:none}.root-web-sdk #containerForm .date-picker-wrapper-web-sdk.invalid{margin-bottom:0}.root-web-sdk #containerForm .react-datepicker-popper{width:100%;display:block;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));box-shadow:0 12px 32px -16px rgba(0,0,0,0.25);--border-opacity:1;border:2px solid #5b2f91;border-color:rgba(91, 47, 145, var(--border-opacity));border-radius:.5rem;padding:0;z-index:9999}.root-web-sdk #containerForm .react-datepicker-popper[data-placement^=bottom],.root-web-sdk #containerForm .react-datepicker-popper[data-placement^=top]{margin:0}@media (min-width: 375px){.root-web-sdk #containerForm .react-datepicker-popper .react-datepicker__week:last-child{margin-bottom:.5rem}}.root-web-sdk #containerForm .react-datepicker{display:flex;width:100%;border-width:0;border-radius:.5rem}.root-web-sdk #containerForm .react-datepicker__month-container{width:100%;border-radius:.5rem;max-height:90vh}.root-web-sdk #containerForm .react-datepicker__month{margin:0}.root-web-sdk #containerForm .react-datepicker-wrapper{width:100%}.root-web-sdk #containerForm .react-datepicker-wrapper .react-datepicker__input-container{position:relative}.root-web-sdk #containerForm .react-datepicker-wrapper .react-datepicker__input-container input{padding:13px 3rem 13px 1rem}.root-web-sdk #containerForm .react-datepicker-wrapper .react-datepicker__input-container input.react-datepicker-ignore-onclickoutside,.root-web-sdk #containerForm .react-datepicker-wrapper .react-datepicker__input-container input:active,.root-web-sdk #containerForm .react-datepicker-wrapper .react-datepicker__input-container input:focus{outline:2px solid transparent;outline-offset:2px;border-width:2px;--border-opacity:1;border-color:#5b2f91;border-color:rgba(91, 47, 145, var(--border-opacity));padding:12px calc(3rem - 1px) 12px calc(1rem - 1px)}.root-web-sdk #containerForm .react-datepicker-wrapper .date-picker-toggle-button{position:absolute;top:0;bottom:0;right:0;width:3rem;outline:2px solid transparent;outline-offset:2px;border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}.root-web-sdk #containerForm .react-datepicker-wrapper .date-picker-toggle-button.default-icon{background:url(https://assets.livongo.com/image/upload/v1713282807/web-sdk/icons/td-down-arrow_ew6dys.svg) no-repeat scroll 50%}.root-web-sdk #containerForm .react-datepicker-wrapper .date-picker-toggle-button.calendar-icon{background:url(https://assets.livongo.com/image/upload/v1713275879/web-sdk/icons/calendar.svg) no-repeat scroll 50%}.root-web-sdk #containerForm .react-datepicker-wrapper.expanded .date-picker-toggle-button.default-icon{background:url(https://assets.livongo.com/image/upload/v1713282890/web-sdk/icons/td-up-arrow-purple_jhslu6.svg) no-repeat scroll 50%}.root-web-sdk #containerForm .react-datepicker-wrapper.expanded .input-web-sdk{padding:12px calc(1rem - 1px);--border-opacity:1;border-color:#5b2f91;border-color:rgba(91, 47, 145, var(--border-opacity));border-width:2px}.root-web-sdk #containerForm .react-datepicker__current-month,.root-web-sdk #containerForm .react-datepicker__day,.root-web-sdk #containerForm .react-datepicker__day--weekend,.root-web-sdk #containerForm .react-datepicker__day-name{font-family:Effra,Arial,sans-serif;--text-opacity:1;color:#0a0a0a;color:rgba(10, 10, 10, var(--text-opacity))}.root-web-sdk #containerForm .react-datepicker__day--today{--bg-opacity:1;background-color:#e9f6fa;background-color:rgba(233, 246, 250, var(--bg-opacity))}.root-web-sdk #containerForm .react-datepicker__day--disabled{--text-opacity:1;color:#bdbdbd;color:rgba(189, 189, 189, var(--text-opacity))}.root-web-sdk #containerForm .react-datepicker__header{padding:0;background-color:transparent;border-bottom-width:0}.root-web-sdk #containerForm .react-datepicker__current-month{display:flex;justify-content:center;align-items:center;height:2.5rem;font-size:1.25rem;font-weight:500;border-bottom:1px solid #727069}@media (min-width: 375px){.root-web-sdk #containerForm .react-datepicker__current-month{height:3rem;font-size:1.5rem}}.root-web-sdk #containerForm .react-datepicker__day-names{display:flex;justify-content:space-around}.root-web-sdk #containerForm .react-datepicker__day-name{font-weight:400;display:flex;justify-content:center;align-items:center;width:3rem;margin:0;font-size:.875rem}@media (min-width: 375px){.root-web-sdk #containerForm .react-datepicker__day-name{font-size:1rem}}.root-web-sdk #containerForm .react-datepicker__day-name,.root-web-sdk #containerForm .react-datepicker__day-names{height:2.5rem}@media (min-width: 375px){.root-web-sdk #containerForm .react-datepicker__day-name,.root-web-sdk #containerForm .react-datepicker__day-names{height:3rem}}.root-web-sdk #containerForm .react-datepicker__week{display:flex;justify-content:space-around;margin-bottom:0}.root-web-sdk #containerForm .react-datepicker__week:last-child{margin-bottom:0}.root-web-sdk #containerForm .react-datepicker__day,.root-web-sdk #containerForm .react-datepicker__day--keyboard-selected{background-color:transparent;border-radius:.125rem;font-family:Effra,Arial,sans-serif;font-weight:500;text-align:right;border:2px solid transparent;margin:.25rem;line-height:1;display:flex;justify-content:flex-end;align-items:center;outline:2px solid transparent;outline-offset:2px;font-size:1.25rem;width:2rem;height:2rem;padding:0 3px}@media (min-width: 375px){.root-web-sdk #containerForm .react-datepicker__day,.root-web-sdk #containerForm .react-datepicker__day--keyboard-selected{font-size:1.125rem;width:2.5rem;height:1.75rem;padding:0 5px}}.root-web-sdk #containerForm .react-datepicker__day--keyboard-selected.react-datepicker__day--selected:focus,.root-web-sdk #containerForm .react-datepicker__day--keyboard-selected:focus,.root-web-sdk #containerForm .react-datepicker__day.react-datepicker__day--selected:focus,.root-web-sdk #containerForm .react-datepicker__day:focus{outline:2px solid transparent;outline-offset:2px;border:2px dashed #27accd}.root-web-sdk #containerForm .react-datepicker__day--keyboard-selected:active,.root-web-sdk #containerForm .react-datepicker__day--keyboard-selected:hover,.root-web-sdk #containerForm .react-datepicker__day:active,.root-web-sdk #containerForm .react-datepicker__day:hover{--bg-opacity:1;background-color:#ccf2fa;background-color:rgba(204, 242, 250, var(--bg-opacity));border:2px solid #ccf2fa}.root-web-sdk #containerForm .react-datepicker__day--selected,.root-web-sdk #containerForm .react-datepicker__day--selected:hover{--bg-opacity:1;background-color:#ccf2fa;background-color:rgba(204, 242, 250, var(--bg-opacity));--border-opacity:1;border:2px solid #27accd;border-color:rgba(39, 172, 205, var(--border-opacity));border-radius:.125rem;outline:2px solid transparent;outline-offset:2px}.root-web-sdk #containerForm .react-datepicker__navigation--disabled{visibility:hidden}.root-web-sdk #containerForm .react-datepicker__navigation--next,.root-web-sdk #containerForm .react-datepicker__navigation--previous{width:1.5rem;height:1.5rem;border-radius:.125rem;outline:2px solid transparent;outline-offset:2px;border-width:0;display:flex;justify-content:center;align-items:center;top:8px}@media (min-width: 375px){.root-web-sdk #containerForm .react-datepicker__navigation--next,.root-web-sdk #containerForm .react-datepicker__navigation--previous{width:2rem;height:2rem}}.root-web-sdk #containerForm .react-datepicker__navigation--next:after,.root-web-sdk #containerForm .react-datepicker__navigation--previous:after{content:"";display:block;width:1rem;height:1rem}.root-web-sdk #containerForm .react-datepicker__navigation--next:focus,.root-web-sdk #containerForm .react-datepicker__navigation--previous:focus{box-shadow:0 0 0 2px #5b2f91}.root-web-sdk #containerForm .react-datepicker__navigation--previous{left:8px;background:url(https://assets.livongo.com/image/upload/v1713282766/web-sdk/icons/td-date-picker-arrow-left.svg) no-repeat 50%;background-size:16px 16px}.root-web-sdk #containerForm .react-datepicker__navigation--next{right:8px;background:url(https://assets.livongo.com/image/upload/v1713282779/web-sdk/icons/td-date-picker-arrow-right.svg) no-repeat 50%;background-size:16px 16px}.root-web-sdk #containerForm .react-datepicker__triangle{display:none;visibility:hidden}.root-web-sdk #containerForm .date-picker-wrapper-web-sdk.invalid .react-datepicker__day{border:2px solid #aa1010 !important}.root-web-sdk #containerForm .date-picker-wrapper-web-sdk.invalid .react-datepicker__day:focus{outline:2px solid transparent !important;outline-offset:2px !important;border:2px dashed #27accd !important;box-shadow:inset 0 0 0 2px #aa1010;height:2rem;width:44px;margin:2px;padding:0 7px}.root-web-sdk #containerForm .date-picker-wrapper-web-sdk.invalid .react-datepicker__input-container input{--border-opacity:1;border-color:#aa1010;border-color:rgba(170, 16, 16, var(--border-opacity))}.root-web-sdk #containerForm .aria-helper{position:absolute;overflow:hidden;border-width:0;height:1px;width:1px;clip:rect(0 0 0 0)}.root-web-sdk #containerForm .button-web-sdk.button-appointment_type,.root-web-sdk #containerForm .button-web-sdk.button-appointmentList,.root-web-sdk #containerForm .button-web-sdk.button-client_id,.root-web-sdk #containerForm .button-web-sdk.button-consult_id,.root-web-sdk #containerForm .button-web-sdk.button-dependent_id,.root-web-sdk #containerForm .button-web-sdk.button-requestAConsultButton,.root-web-sdk #containerForm .button-web-sdk.button-start_video,.root-web-sdk #containerForm .button-web-sdk.button-viewDataPrivacy,.root-web-sdk #containerForm .button-web-sdk.button-viewTerms{background-color:transparent;--text-opacity:1;color:#5b2f91;color:rgba(91, 47, 145, var(--text-opacity))}.root-web-sdk #containerForm .button-web-sdk.button-appointment_type:active,.root-web-sdk #containerForm .button-web-sdk.button-appointment_type:hover,.root-web-sdk #containerForm .button-web-sdk.button-appointmentList:active,.root-web-sdk #containerForm .button-web-sdk.button-appointmentList:hover,.root-web-sdk #containerForm .button-web-sdk.button-client_id:active,.root-web-sdk #containerForm .button-web-sdk.button-client_id:hover,.root-web-sdk #containerForm .button-web-sdk.button-consult_id:active,.root-web-sdk #containerForm .button-web-sdk.button-consult_id:hover,.root-web-sdk #containerForm .button-web-sdk.button-dependent_id:active,.root-web-sdk #containerForm .button-web-sdk.button-dependent_id:hover,.root-web-sdk #containerForm .button-web-sdk.button-requestAConsultButton:active,.root-web-sdk #containerForm .button-web-sdk.button-requestAConsultButton:hover,.root-web-sdk #containerForm .button-web-sdk.button-start_video:active,.root-web-sdk #containerForm .button-web-sdk.button-start_video:hover,.root-web-sdk #containerForm .button-web-sdk.button-viewDataPrivacy:active,.root-web-sdk #containerForm .button-web-sdk.button-viewDataPrivacy:hover,.root-web-sdk #containerForm .button-web-sdk.button-viewTerms:active,.root-web-sdk #containerForm .button-web-sdk.button-viewTerms:hover{--bg-opacity:1;background-color:#ded5e9;background-color:rgba(222, 213, 233, var(--bg-opacity));--text-opacity:1;color:#0a0a0a;color:rgba(10, 10, 10, var(--text-opacity))}.root-web-sdk #containerForm{margin:-.5rem;font-family:Effra,Arial,sans-serif}@media (min-width: 375px){.root-web-sdk #containerForm{margin:0}}.root-web-sdk #containerForm .field-wrapper-web-sdk{margin-bottom:32px}.root-web-sdk #containerForm .hidden-field{display:none}.root-web-sdk #containerForm .modernized-field-wrapper-web-sdk{display:flex;flex-direction:column;grid-gap:.5rem;gap:.5rem;margin-bottom:1.5rem}.root-web-sdk #containerForm .field-checkbox-wrapper-web-sdk{margin-bottom:1.5rem}.root-web-sdk #containerForm .inline-error-message-web-sdk{margin-top:.25rem;--text-opacity:1;color:#aa1010;color:rgba(170, 16, 16, var(--text-opacity));padding-left:24px}.root-web-sdk #containerForm .inline-error-message-web-sdk:before{content:"";margin-left:-24px;padding-left:24px;background:url(https://assets.livongo.com/image/upload/v1713282848/web-sdk/icons/td-inline-error-icon_tlqtev.svg) no-repeat 0}.root-web-sdk #containerForm .must,.root-web-sdk #containerForm .required_sign,.root-web-sdk #containerForm [class*=required_sign]{--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity))}.root-web-sdk #containerForm .text-web-sdk.health_category_label,.root-web-sdk #containerForm .text-web-sdk.masked_card_number_label,.root-web-sdk #containerForm .text-web-sdk.name_label,.root-web-sdk #containerForm .text-web-sdk.pharmacy_view_label,.root-web-sdk #containerForm .text-web-sdk.phone_number_label,.root-web-sdk #containerForm .text-web-sdk.request_time_label,.root-web-sdk #containerForm .text-web-sdk.service_line_name_label,.root-web-sdk #containerForm .text-web-sdk.state_label{font-size:18px;font-weight:500;margin-bottom:0;line-height:28px}.root-web-sdk #containerForm .CareTeamProfileDetailScreen .screen-fields-web-sdk,.root-web-sdk #containerForm .ConsultationBhProviderProfile .screen-fields-web-sdk{display:grid;position:relative;z-index:0;padding:1rem 1rem 0;grid-template-columns:auto auto}@media (min-width: 475px){.root-web-sdk #containerForm .CareTeamProfileDetailScreen .screen-fields-web-sdk,.root-web-sdk #containerForm .ConsultationBhProviderProfile .screen-fields-web-sdk{padding:1.5rem 1.5rem 0;grid-template-columns:136px auto auto}}.root-web-sdk #containerForm .CareTeamProfileDetailScreen .screen-fields-web-sdk:before,.root-web-sdk #containerForm .ConsultationBhProviderProfile .screen-fields-web-sdk:before{content:"";position:absolute;width:calc(100% + 2rem);height:calc(100% - 1rem);display:block;z-index:-1;grid-row:1/8;grid-column:1/3;--bg-opacity:1;background-color:#f1f4f8;background-color:rgba(241, 244, 248, var(--bg-opacity));margin:-1rem}@media (min-width: 475px){.root-web-sdk #containerForm .CareTeamProfileDetailScreen .screen-fields-web-sdk:before,.root-web-sdk #containerForm .ConsultationBhProviderProfile .screen-fields-web-sdk:before{width:calc(100% + 3rem);grid-column:1/4;margin:-1.5rem;height:calc(100% - 1.5rem)}}.root-web-sdk #containerForm .CareTeamProfileDetailScreen .screen-fields-web-sdk>*,.root-web-sdk #containerForm .ConsultationBhProviderProfile .screen-fields-web-sdk>*{grid-column:span 2/span 2}@media (min-width: 475px){.root-web-sdk #containerForm .CareTeamProfileDetailScreen .screen-fields-web-sdk>*,.root-web-sdk #containerForm .ConsultationBhProviderProfile .screen-fields-web-sdk>*{grid-column:span 3/span 3}}.root-web-sdk #containerForm .CareTeamProfileDetailScreen .screen-fields-web-sdk>*,.root-web-sdk #containerForm .ConsultationBhProviderProfile .screen-fields-web-sdk>*{order:9999}.root-web-sdk #containerForm .CareTeamProfileDetailScreen .screen-fields-web-sdk .text-label-wrapper-web-sdk,.root-web-sdk #containerForm .ConsultationBhProviderProfile .screen-fields-web-sdk .text-label-wrapper-web-sdk{line-height:20px}.root-web-sdk #containerForm .CareTeamProfileDetailScreen .screen-fields-web-sdk .text-label-wrapper-web-sdk.role,.root-web-sdk #containerForm .CareTeamProfileDetailScreen .screen-fields-web-sdk .text-label-wrapper-web-sdk:empty,.root-web-sdk #containerForm .ConsultationBhProviderProfile .screen-fields-web-sdk .text-label-wrapper-web-sdk.role,.root-web-sdk #containerForm .ConsultationBhProviderProfile .screen-fields-web-sdk .text-label-wrapper-web-sdk:empty{display:none}.root-web-sdk #containerForm .CareTeamProfileDetailScreen .screen-fields-web-sdk .text-label-wrapper-web-sdk .label-web-sdk,.root-web-sdk #containerForm .ConsultationBhProviderProfile .screen-fields-web-sdk .text-label-wrapper-web-sdk .label-web-sdk{margin-bottom:0}.root-web-sdk #containerForm .CareTeamProfileDetailScreen .screen-fields-web-sdk .text-label-wrapper-web-sdk .label-title-websdk,.root-web-sdk #containerForm .ConsultationBhProviderProfile .screen-fields-web-sdk .text-label-wrapper-web-sdk .label-title-websdk{margin-bottom:0;font-size:1rem;--text-opacity:1;color:#727069;color:rgba(114, 112, 105, var(--text-opacity));font-weight:500;text-transform:uppercase;letter-spacing:2px;line-height:20px}.root-web-sdk #containerForm .CareTeamProfileDetailScreen .screen-fields-web-sdk .text-label-wrapper-web-sdk.gender,.root-web-sdk #containerForm .CareTeamProfileDetailScreen .screen-fields-web-sdk .text-label-wrapper-web-sdk.languages,.root-web-sdk #containerForm .ConsultationBhProviderProfile .screen-fields-web-sdk .text-label-wrapper-web-sdk.gender,.root-web-sdk #containerForm .ConsultationBhProviderProfile .screen-fields-web-sdk .text-label-wrapper-web-sdk.languages{grid-column:span 1/span 1}.root-web-sdk #containerForm .CareTeamProfileDetailScreen .screen-fields-web-sdk .text-label-wrapper-web-sdk.gender .label-title-websdk,.root-web-sdk #containerForm .CareTeamProfileDetailScreen .screen-fields-web-sdk .text-label-wrapper-web-sdk.languages .label-title-websdk,.root-web-sdk #containerForm .ConsultationBhProviderProfile .screen-fields-web-sdk .text-label-wrapper-web-sdk.gender .label-title-websdk,.root-web-sdk #containerForm .ConsultationBhProviderProfile .screen-fields-web-sdk .text-label-wrapper-web-sdk.languages .label-title-websdk{font-size:.875rem;letter-spacing:1.75px}.root-web-sdk #containerForm .CareTeamProfileDetailScreen .screen-fields-web-sdk .text-label-wrapper-web-sdk.bio,.root-web-sdk #containerForm .CareTeamProfileDetailScreen .screen-fields-web-sdk .text-label-wrapper-web-sdk.education,.root-web-sdk #containerForm .CareTeamProfileDetailScreen .screen-fields-web-sdk .text-label-wrapper-web-sdk.provider_credentials,.root-web-sdk #containerForm .CareTeamProfileDetailScreen .screen-fields-web-sdk .text-label-wrapper-web-sdk.slot_availability,.root-web-sdk #containerForm .CareTeamProfileDetailScreen .screen-fields-web-sdk .text-label-wrapper-web-sdk.special_training,.root-web-sdk #containerForm .CareTeamProfileDetailScreen .screen-fields-web-sdk .text-label-wrapper-web-sdk.unavailabilities,.root-web-sdk #containerForm .CareTeamProfileDetailScreen .screen-fields-web-sdk .text-label-wrapper-web-sdk.website_url,.root-web-sdk #containerForm .ConsultationBhProviderProfile .screen-fields-web-sdk .text-label-wrapper-web-sdk.bio,.root-web-sdk #containerForm .ConsultationBhProviderProfile .screen-fields-web-sdk .text-label-wrapper-web-sdk.education,.root-web-sdk #containerForm .ConsultationBhProviderProfile .screen-fields-web-sdk .text-label-wrapper-web-sdk.provider_credentials,.root-web-sdk #containerForm .ConsultationBhProviderProfile .screen-fields-web-sdk .text-label-wrapper-web-sdk.slot_availability,.root-web-sdk #containerForm .ConsultationBhProviderProfile .screen-fields-web-sdk .text-label-wrapper-web-sdk.special_training,.root-web-sdk #containerForm .ConsultationBhProviderProfile .screen-fields-web-sdk .text-label-wrapper-web-sdk.unavailabilities,.root-web-sdk #containerForm .ConsultationBhProviderProfile .screen-fields-web-sdk .text-label-wrapper-web-sdk.website_url{margin-bottom:.5rem}.root-web-sdk #containerForm .CareTeamProfileDetailScreen .screen-fields-web-sdk .text-label-wrapper-web-sdk.provider_specialties,.root-web-sdk #containerForm .ConsultationBhProviderProfile .screen-fields-web-sdk .text-label-wrapper-web-sdk.provider_specialties{margin-top:1.5rem;margin-bottom:.5rem}.root-web-sdk #containerForm .CareTeamProfileDetailScreen .screen-fields-web-sdk .text-web-sdk,.root-web-sdk #containerForm .ConsultationBhProviderProfile .screen-fields-web-sdk .text-web-sdk{font-size:1rem;--text-opacity:1;color:#0a0a0a;color:rgba(10, 10, 10, var(--text-opacity));font-weight:500;line-height:20px;margin-bottom:0;word-wrap:break-word;overflow-wrap:break-word}.root-web-sdk #containerForm .CareTeamProfileDetailScreen .screen-fields-web-sdk .text-web-sdk:empty,.root-web-sdk #containerForm .ConsultationBhProviderProfile .screen-fields-web-sdk .text-web-sdk:empty{display:none}.root-web-sdk #containerForm .CareTeamProfileDetailScreen .screen-fields-web-sdk .text-web-sdk.name,.root-web-sdk #containerForm .ConsultationBhProviderProfile .screen-fields-web-sdk .text-web-sdk.name{margin-bottom:1.5rem;font-size:2rem;line-height:2rem;text-align:center}@media (min-width: 475px){.root-web-sdk #containerForm .CareTeamProfileDetailScreen .screen-fields-web-sdk .text-web-sdk.name,.root-web-sdk #containerForm .ConsultationBhProviderProfile .screen-fields-web-sdk .text-web-sdk.name{text-align:left}}.root-web-sdk #containerForm .CareTeamProfileDetailScreen .screen-fields-web-sdk .text-web-sdk.role_info,.root-web-sdk #containerForm .ConsultationBhProviderProfile .screen-fields-web-sdk .text-web-sdk.role_info{margin-bottom:1rem;font-size:1.25rem;line-height:1.75rem;text-align:center;grid-column:span 2/span 2}@media (min-width: 475px){.root-web-sdk #containerForm .CareTeamProfileDetailScreen .screen-fields-web-sdk .text-web-sdk.role_info,.root-web-sdk #containerForm .ConsultationBhProviderProfile .screen-fields-web-sdk .text-web-sdk.role_info{text-align:left;margin-top:.25rem}}.root-web-sdk #containerForm .CareTeamProfileDetailScreen .screen-fields-web-sdk .text-web-sdk.gender_info,.root-web-sdk #containerForm .CareTeamProfileDetailScreen .screen-fields-web-sdk .text-web-sdk.languages_info,.root-web-sdk #containerForm .ConsultationBhProviderProfile .screen-fields-web-sdk .text-web-sdk.gender_info,.root-web-sdk #containerForm .ConsultationBhProviderProfile .screen-fields-web-sdk .text-web-sdk.languages_info{grid-column:span 1/span 1;font-size:1.125rem}.root-web-sdk #containerForm .CareTeamProfileDetailScreen .screen-fields-web-sdk .text-web-sdk.gender_info,.root-web-sdk #containerForm .ConsultationBhProviderProfile .screen-fields-web-sdk .text-web-sdk.gender_info{grid-column-start:1}@media (min-width: 475px){.root-web-sdk #containerForm .CareTeamProfileDetailScreen .screen-fields-web-sdk .text-web-sdk.gender_info,.root-web-sdk #containerForm .ConsultationBhProviderProfile .screen-fields-web-sdk .text-web-sdk.gender_info{grid-column-start:2}}.root-web-sdk #containerForm .CareTeamProfileDetailScreen .screen-fields-web-sdk .text-web-sdk.languages_info,.root-web-sdk #containerForm .ConsultationBhProviderProfile .screen-fields-web-sdk .text-web-sdk.languages_info{grid-column-start:2}@media (min-width: 475px){.root-web-sdk #containerForm .CareTeamProfileDetailScreen .screen-fields-web-sdk .text-web-sdk.languages_info,.root-web-sdk #containerForm .ConsultationBhProviderProfile .screen-fields-web-sdk .text-web-sdk.languages_info{grid-column-start:3}}.root-web-sdk #containerForm .CareTeamProfileDetailScreen .screen-fields-web-sdk .text-web-sdk.provider_specialties_info,.root-web-sdk #containerForm .ConsultationBhProviderProfile .screen-fields-web-sdk .text-web-sdk.provider_specialties_info{margin-bottom:3rem}.root-web-sdk #containerForm .CareTeamProfileDetailScreen .screen-fields-web-sdk .text-web-sdk.website_url_info,.root-web-sdk #containerForm .ConsultationBhProviderProfile .screen-fields-web-sdk .text-web-sdk.website_url_info{word-break:break-all}.root-web-sdk #containerForm .CareTeamProfileDetailScreen .screen-fields-web-sdk .text-web-sdk.bio_info,.root-web-sdk #containerForm .CareTeamProfileDetailScreen .screen-fields-web-sdk .text-web-sdk.education_info,.root-web-sdk #containerForm .CareTeamProfileDetailScreen .screen-fields-web-sdk .text-web-sdk.provider_credentials_info,.root-web-sdk #containerForm .CareTeamProfileDetailScreen .screen-fields-web-sdk .text-web-sdk.slot_availability_info,.root-web-sdk #containerForm .CareTeamProfileDetailScreen .screen-fields-web-sdk .text-web-sdk.special_training_info,.root-web-sdk #containerForm .CareTeamProfileDetailScreen .screen-fields-web-sdk .text-web-sdk.unavailabilities_info,.root-web-sdk #containerForm .CareTeamProfileDetailScreen .screen-fields-web-sdk .text-web-sdk.website_url_info,.root-web-sdk #containerForm .ConsultationBhProviderProfile .screen-fields-web-sdk .text-web-sdk.bio_info,.root-web-sdk #containerForm .ConsultationBhProviderProfile .screen-fields-web-sdk .text-web-sdk.education_info,.root-web-sdk #containerForm .ConsultationBhProviderProfile .screen-fields-web-sdk .text-web-sdk.provider_credentials_info,.root-web-sdk #containerForm .ConsultationBhProviderProfile .screen-fields-web-sdk .text-web-sdk.slot_availability_info,.root-web-sdk #containerForm .ConsultationBhProviderProfile .screen-fields-web-sdk .text-web-sdk.special_training_info,.root-web-sdk #containerForm .ConsultationBhProviderProfile .screen-fields-web-sdk .text-web-sdk.unavailabilities_info,.root-web-sdk #containerForm .ConsultationBhProviderProfile .screen-fields-web-sdk .text-web-sdk.website_url_info{padding-bottom:1.5rem;font-weight:400}.root-web-sdk #containerForm .CareTeamProfileDetailScreen .screen-fields-web-sdk .image-wrapper-web-sdk,.root-web-sdk #containerForm .ConsultationBhProviderProfile .screen-fields-web-sdk .image-wrapper-web-sdk{display:flex;justify-content:center;align-items:flex-start;margin:0 1rem 1.5rem 0;height:100%;grid-column:span 2/span 2}@media (min-width: 475px){.root-web-sdk #containerForm .CareTeamProfileDetailScreen .screen-fields-web-sdk .image-wrapper-web-sdk,.root-web-sdk #containerForm .ConsultationBhProviderProfile .screen-fields-web-sdk .image-wrapper-web-sdk{grid-column:span 1/span 1;grid-row:span 4/span 4;margin-bottom:0}}.root-web-sdk #containerForm .CareTeamProfileDetailScreen .screen-fields-web-sdk .image-wrapper-web-sdk .image-container-web-sdk,.root-web-sdk #containerForm .ConsultationBhProviderProfile .screen-fields-web-sdk .image-wrapper-web-sdk .image-container-web-sdk{width:120px;height:120px;border-width:2px;--border-opacity:1;border-color:#a8c8dd;border-color:rgba(168, 200, 221, var(--border-opacity));border-radius:9999px;overflow:hidden;display:flex;justify-content:center;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity))}.root-web-sdk #containerForm .CareTeamProfileDetailScreen .screen-fields-web-sdk .image-wrapper-web-sdk .image-container-web-sdk img,.root-web-sdk #containerForm .ConsultationBhProviderProfile .screen-fields-web-sdk .image-wrapper-web-sdk .image-container-web-sdk img{height:100%;display:block;max-width:inherit}.root-web-sdk #containerForm .CareTeamProfileDetailScreen .screen-fields-web-sdk .name,.root-web-sdk #containerForm .ConsultationBhProviderProfile .screen-fields-web-sdk .name{order:1}.root-web-sdk #containerForm .CareTeamProfileDetailScreen .screen-fields-web-sdk .image-wrapper-web-sdk,.root-web-sdk #containerForm .ConsultationBhProviderProfile .screen-fields-web-sdk .image-wrapper-web-sdk{order:2}.root-web-sdk #containerForm .CareTeamProfileDetailScreen .screen-fields-web-sdk .role_info,.root-web-sdk #containerForm .ConsultationBhProviderProfile .screen-fields-web-sdk .role_info{order:3}.root-web-sdk #containerForm .CareTeamProfileDetailScreen .screen-fields-web-sdk .gender,.root-web-sdk #containerForm .ConsultationBhProviderProfile .screen-fields-web-sdk .gender{order:4}.root-web-sdk #containerForm .CareTeamProfileDetailScreen .screen-fields-web-sdk .languages,.root-web-sdk #containerForm .ConsultationBhProviderProfile .screen-fields-web-sdk .languages{order:5}.root-web-sdk #containerForm .CareTeamProfileDetailScreen .screen-fields-web-sdk .gender_info,.root-web-sdk #containerForm .ConsultationBhProviderProfile .screen-fields-web-sdk .gender_info{order:6}.root-web-sdk #containerForm .CareTeamProfileDetailScreen .screen-fields-web-sdk .languages_info,.root-web-sdk #containerForm .ConsultationBhProviderProfile .screen-fields-web-sdk .languages_info{order:7}.root-web-sdk #containerForm .CareTeamProfileDetailScreen .website_url_info,.root-web-sdk #containerForm .ConsultationBhProviderProfile .website_url_info{overflow-wrap:break-word}.root-web-sdk #containerForm .CareTeamProfileDetailScreen .screen-fields-web-sdk:before{grid-row:1/10}@media (min-width: 475px){.root-web-sdk #containerForm .CareTeamProfileDetailScreen .screen-fields-web-sdk:before{grid-row:1/9}}.root-web-sdk #containerForm .CareTeamProfileDetailScreen .screen-fields-web-sdk .text-web-sdk.provider_credentials_info,.root-web-sdk #containerForm .CareTeamProfileDetailScreen .screen-fields-web-sdk .text-web-sdk.role_info,.root-web-sdk #containerForm .CareTeamProfileDetailScreen .screen-fields-web-sdk .text-web-sdk.vpcp_role_info{margin:0;padding:0;order:3;font-size:1.25rem;line-height:1.75rem;text-align:center;grid-column:span 2/span 2;font-weight:500}@media (min-width: 475px){.root-web-sdk #containerForm .CareTeamProfileDetailScreen .screen-fields-web-sdk .text-web-sdk.provider_credentials_info,.root-web-sdk #containerForm .CareTeamProfileDetailScreen .screen-fields-web-sdk .text-web-sdk.role_info,.root-web-sdk #containerForm .CareTeamProfileDetailScreen .screen-fields-web-sdk .text-web-sdk.vpcp_role_info{text-align:left}}@media (min-width: 475px){.root-web-sdk #containerForm .CareTeamProfileDetailScreen .screen-fields-web-sdk .text-web-sdk.vpcp_role_info{margin-top:.25rem}}.root-web-sdk #containerForm .CareTeamProfileDetailScreen .screen-fields-web-sdk .text-web-sdk.role_info{margin-bottom:1rem}.root-web-sdk #containerForm .CareTeamProfileDetailScreen .screen-fields-web-sdk .button-delete_care_team_relation_button,.root-web-sdk #containerForm .CareTeamProfileDetailScreen .screen-fields-web-sdk .button-delete_care_team_relation_button_medopt{margin-top:32px}.root-web-sdk #containerForm .CarePlan .title-web-sdk{font-size:37px;line-height:2.5rem}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .care_plan_note .text-web-sdk .care_plan_note-0{font-size:1.125rem;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));font-weight:400}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .care_plan_note .text-web-sdk .care_plan_note-0 .link-web-sdk{--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity));text-decoration:underline;font-size:1.125rem}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .field-wrapper-web-sdk .label-web-sdk .label-title-websdk{font-size:1.125rem;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));line-height:20px;font-weight:500}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .field-wrapper-web-sdk .custom-select-wrapper-web-sdk{width:320px}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .field-wrapper-web-sdk .custom-select-wrapper-web-sdk .custom-select-web-sdk{font-weight:400;font-size:1.125rem;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity))}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .field-wrapper-web-sdk .custom-select-wrapper-web-sdk .custom-select-web-sdk.expanded,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .field-wrapper-web-sdk .custom-select-wrapper-web-sdk .custom-select-web-sdk:active{background:url(https://assets.livongo.com/image/upload/v1713282807/web-sdk/icons/td-down-arrow_ew6dys.svg) no-repeat scroll;background-position:right 1rem center;background-origin:padding-box;text-overflow:ellipsis;border-width:2px;--border-opacity:1;border-color:#5156f5;border-color:rgba(81, 86, 245, var(--border-opacity));box-shadow:0 0 0 2px #fff,0 0 2px 4px rgba(81,86,245,0.6)}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .field-wrapper-web-sdk .custom-select-wrapper-web-sdk .custom-select-web-sdk:focus,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .field-wrapper-web-sdk .custom-select-wrapper-web-sdk .custom-select-web-sdk:hover{border-width:2px;--border-opacity:1;border-color:#5156f5;border-color:rgba(81, 86, 245, var(--border-opacity))}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .field-wrapper-web-sdk .custom-select-wrapper-web-sdk .custom-select-option-list-web-sdk{border-style:none;box-shadow:0 8px 20px 0 rgba(0,0,0,0.160784)}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .field-wrapper-web-sdk .custom-select-wrapper-web-sdk .custom-select-option-list-web-sdk .custom-select-option-web-sdk{border-top-width:1px;--border-opacity:1;border-color:#dfe0df;border-color:rgba(223, 224, 223, var(--border-opacity));min-height:40px;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));font-size:15px;line-height:20px;font-weight:400}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .field-wrapper-web-sdk .custom-select-wrapper-web-sdk .custom-select-option-list-web-sdk .custom-select-option-web-sdk:first-child{border-top:none;min-height:3rem;padding-top:1rem}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .field-wrapper-web-sdk .custom-select-wrapper-web-sdk .custom-select-option-list-web-sdk .custom-select-option-web-sdk.highlighted{--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity))}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .field-wrapper-web-sdk .custom-select-wrapper-web-sdk .custom-select-option-list-web-sdk .custom-select-option-web-sdk:hover{--bg-opacity:1;background-color:#f5f0fd;background-color:rgba(245, 240, 253, var(--bg-opacity))}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_health_goals_header_closed,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_health_goals_header_opened,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_resources_header_closed,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_resources_header_opened,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .health_goals_header_closed,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .health_goals_header_opened,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .next_steps_header_closed,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .next_steps_header_opened,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .resources_header_closed,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .resources_header_opened{--border-opacity:1;border:1px solid #dfe0df;border-color:rgba(223, 224, 223, var(--border-opacity));padding:1rem;box-shadow:0 1px 4px 1px rgba(0,0,0,0.0784314);position:relative}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_health_goals_header_closed .empty_health_goals_title,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_health_goals_header_closed .empty_resources_title,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_health_goals_header_closed .health_goals_title,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_health_goals_header_closed .next_steps_title,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_health_goals_header_closed .resources_title,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_health_goals_header_opened .empty_health_goals_title,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_health_goals_header_opened .empty_resources_title,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_health_goals_header_opened .health_goals_title,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_health_goals_header_opened .next_steps_title,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_health_goals_header_opened .resources_title,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_resources_header_closed .empty_health_goals_title,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_resources_header_closed .empty_resources_title,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_resources_header_closed .health_goals_title,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_resources_header_closed .next_steps_title,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_resources_header_closed .resources_title,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_resources_header_opened .empty_health_goals_title,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_resources_header_opened .empty_resources_title,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_resources_header_opened .health_goals_title,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_resources_header_opened .next_steps_title,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_resources_header_opened .resources_title,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .health_goals_header_closed .empty_health_goals_title,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .health_goals_header_closed .empty_resources_title,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .health_goals_header_closed .health_goals_title,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .health_goals_header_closed .next_steps_title,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .health_goals_header_closed .resources_title,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .health_goals_header_opened .empty_health_goals_title,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .health_goals_header_opened .empty_resources_title,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .health_goals_header_opened .health_goals_title,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .health_goals_header_opened .next_steps_title,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .health_goals_header_opened .resources_title,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .next_steps_header_closed .empty_health_goals_title,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .next_steps_header_closed .empty_resources_title,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .next_steps_header_closed .health_goals_title,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .next_steps_header_closed .next_steps_title,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .next_steps_header_closed .resources_title,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .next_steps_header_opened .empty_health_goals_title,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .next_steps_header_opened .empty_resources_title,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .next_steps_header_opened .health_goals_title,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .next_steps_header_opened .next_steps_title,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .next_steps_header_opened .resources_title,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .resources_header_closed .empty_health_goals_title,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .resources_header_closed .empty_resources_title,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .resources_header_closed .health_goals_title,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .resources_header_closed .next_steps_title,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .resources_header_closed .resources_title,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .resources_header_opened .empty_health_goals_title,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .resources_header_opened .empty_resources_title,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .resources_header_opened .health_goals_title,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .resources_header_opened .next_steps_title,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .resources_header_opened .resources_title{font-size:1.125rem;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));line-height:20px;font-weight:500;padding-top:13px;padding-bottom:13px;margin-bottom:0}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_health_goals_header_closed .empty_health_goals_circle,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_health_goals_header_closed .empty_resources_circle,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_health_goals_header_closed .health_goals_circle,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_health_goals_header_closed .next_steps_circle,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_health_goals_header_closed .resources_circle,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_health_goals_header_opened .empty_health_goals_circle,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_health_goals_header_opened .empty_resources_circle,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_health_goals_header_opened .health_goals_circle,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_health_goals_header_opened .next_steps_circle,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_health_goals_header_opened .resources_circle,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_resources_header_closed .empty_health_goals_circle,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_resources_header_closed .empty_resources_circle,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_resources_header_closed .health_goals_circle,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_resources_header_closed .next_steps_circle,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_resources_header_closed .resources_circle,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_resources_header_opened .empty_health_goals_circle,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_resources_header_opened .empty_resources_circle,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_resources_header_opened .health_goals_circle,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_resources_header_opened .next_steps_circle,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_resources_header_opened .resources_circle,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .health_goals_header_closed .empty_health_goals_circle,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .health_goals_header_closed .empty_resources_circle,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .health_goals_header_closed .health_goals_circle,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .health_goals_header_closed .next_steps_circle,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .health_goals_header_closed .resources_circle,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .health_goals_header_opened .empty_health_goals_circle,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .health_goals_header_opened .empty_resources_circle,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .health_goals_header_opened .health_goals_circle,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .health_goals_header_opened .next_steps_circle,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .health_goals_header_opened .resources_circle,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .next_steps_header_closed .empty_health_goals_circle,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .next_steps_header_closed .empty_resources_circle,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .next_steps_header_closed .health_goals_circle,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .next_steps_header_closed .next_steps_circle,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .next_steps_header_closed .resources_circle,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .next_steps_header_opened .empty_health_goals_circle,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .next_steps_header_opened .empty_resources_circle,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .next_steps_header_opened .health_goals_circle,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .next_steps_header_opened .next_steps_circle,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .next_steps_header_opened .resources_circle,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .resources_header_closed .empty_health_goals_circle,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .resources_header_closed .empty_resources_circle,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .resources_header_closed .health_goals_circle,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .resources_header_closed .next_steps_circle,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .resources_header_closed .resources_circle,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .resources_header_opened .empty_health_goals_circle,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .resources_header_opened .empty_resources_circle,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .resources_header_opened .health_goals_circle,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .resources_header_opened .next_steps_circle,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .resources_header_opened .resources_circle{position:absolute;top:12px;right:16px}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_health_goals_header_closed .empty_health_goals_circle .ic_tdh_arrow_down_active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_health_goals_header_closed .empty_resources_circle .ic_tdh_arrow_down_active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_health_goals_header_closed .health_goals_circle .ic_tdh_arrow_down_active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_health_goals_header_closed .next_steps_circle .ic_tdh_arrow_down_active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_health_goals_header_closed .resources_circle .ic_tdh_arrow_down_active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_health_goals_header_opened .empty_health_goals_circle .ic_tdh_arrow_down_active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_health_goals_header_opened .empty_resources_circle .ic_tdh_arrow_down_active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_health_goals_header_opened .health_goals_circle .ic_tdh_arrow_down_active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_health_goals_header_opened .next_steps_circle .ic_tdh_arrow_down_active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_health_goals_header_opened .resources_circle .ic_tdh_arrow_down_active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_resources_header_closed .empty_health_goals_circle .ic_tdh_arrow_down_active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_resources_header_closed .empty_resources_circle .ic_tdh_arrow_down_active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_resources_header_closed .health_goals_circle .ic_tdh_arrow_down_active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_resources_header_closed .next_steps_circle .ic_tdh_arrow_down_active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_resources_header_closed .resources_circle .ic_tdh_arrow_down_active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_resources_header_opened .empty_health_goals_circle .ic_tdh_arrow_down_active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_resources_header_opened .empty_resources_circle .ic_tdh_arrow_down_active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_resources_header_opened .health_goals_circle .ic_tdh_arrow_down_active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_resources_header_opened .next_steps_circle .ic_tdh_arrow_down_active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_resources_header_opened .resources_circle .ic_tdh_arrow_down_active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .health_goals_header_closed .empty_health_goals_circle .ic_tdh_arrow_down_active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .health_goals_header_closed .empty_resources_circle .ic_tdh_arrow_down_active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .health_goals_header_closed .health_goals_circle .ic_tdh_arrow_down_active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .health_goals_header_closed .next_steps_circle .ic_tdh_arrow_down_active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .health_goals_header_closed .resources_circle .ic_tdh_arrow_down_active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .health_goals_header_opened .empty_health_goals_circle .ic_tdh_arrow_down_active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .health_goals_header_opened .empty_resources_circle .ic_tdh_arrow_down_active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .health_goals_header_opened .health_goals_circle .ic_tdh_arrow_down_active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .health_goals_header_opened .next_steps_circle .ic_tdh_arrow_down_active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .health_goals_header_opened .resources_circle .ic_tdh_arrow_down_active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .next_steps_header_closed .empty_health_goals_circle .ic_tdh_arrow_down_active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .next_steps_header_closed .empty_resources_circle .ic_tdh_arrow_down_active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .next_steps_header_closed .health_goals_circle .ic_tdh_arrow_down_active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .next_steps_header_closed .next_steps_circle .ic_tdh_arrow_down_active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .next_steps_header_closed .resources_circle .ic_tdh_arrow_down_active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .next_steps_header_opened .empty_health_goals_circle .ic_tdh_arrow_down_active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .next_steps_header_opened .empty_resources_circle .ic_tdh_arrow_down_active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .next_steps_header_opened .health_goals_circle .ic_tdh_arrow_down_active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .next_steps_header_opened .next_steps_circle .ic_tdh_arrow_down_active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .next_steps_header_opened .resources_circle .ic_tdh_arrow_down_active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .resources_header_closed .empty_health_goals_circle .ic_tdh_arrow_down_active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .resources_header_closed .empty_resources_circle .ic_tdh_arrow_down_active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .resources_header_closed .health_goals_circle .ic_tdh_arrow_down_active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .resources_header_closed .next_steps_circle .ic_tdh_arrow_down_active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .resources_header_closed .resources_circle .ic_tdh_arrow_down_active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .resources_header_opened .empty_health_goals_circle .ic_tdh_arrow_down_active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .resources_header_opened .empty_resources_circle .ic_tdh_arrow_down_active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .resources_header_opened .health_goals_circle .ic_tdh_arrow_down_active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .resources_header_opened .next_steps_circle .ic_tdh_arrow_down_active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .resources_header_opened .resources_circle .ic_tdh_arrow_down_active{background:url(https://assets.livongo.com/image/upload/v1713276992/web-sdk/icons/ic_tdh_arrow_down_active.svg) no-repeat 50%;width:3.5rem;height:3.5rem}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_health_goals_header_closed .empty_health_goals_circle .ic_tdh_arrow_up_active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_health_goals_header_closed .empty_resources_circle .ic_tdh_arrow_up_active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_health_goals_header_closed .health_goals_circle .ic_tdh_arrow_up_active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_health_goals_header_closed .next_steps_circle .ic_tdh_arrow_up_active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_health_goals_header_closed .resources_circle .ic_tdh_arrow_up_active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_health_goals_header_opened .empty_health_goals_circle .ic_tdh_arrow_up_active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_health_goals_header_opened .empty_resources_circle .ic_tdh_arrow_up_active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_health_goals_header_opened .health_goals_circle .ic_tdh_arrow_up_active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_health_goals_header_opened .next_steps_circle .ic_tdh_arrow_up_active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_health_goals_header_opened .resources_circle .ic_tdh_arrow_up_active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_resources_header_closed .empty_health_goals_circle .ic_tdh_arrow_up_active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_resources_header_closed .empty_resources_circle .ic_tdh_arrow_up_active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_resources_header_closed .health_goals_circle .ic_tdh_arrow_up_active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_resources_header_closed .next_steps_circle .ic_tdh_arrow_up_active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_resources_header_closed .resources_circle .ic_tdh_arrow_up_active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_resources_header_opened .empty_health_goals_circle .ic_tdh_arrow_up_active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_resources_header_opened .empty_resources_circle .ic_tdh_arrow_up_active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_resources_header_opened .health_goals_circle .ic_tdh_arrow_up_active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_resources_header_opened .next_steps_circle .ic_tdh_arrow_up_active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_resources_header_opened .resources_circle .ic_tdh_arrow_up_active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .health_goals_header_closed .empty_health_goals_circle .ic_tdh_arrow_up_active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .health_goals_header_closed .empty_resources_circle .ic_tdh_arrow_up_active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .health_goals_header_closed .health_goals_circle .ic_tdh_arrow_up_active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .health_goals_header_closed .next_steps_circle .ic_tdh_arrow_up_active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .health_goals_header_closed .resources_circle .ic_tdh_arrow_up_active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .health_goals_header_opened .empty_health_goals_circle .ic_tdh_arrow_up_active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .health_goals_header_opened .empty_resources_circle .ic_tdh_arrow_up_active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .health_goals_header_opened .health_goals_circle .ic_tdh_arrow_up_active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .health_goals_header_opened .next_steps_circle .ic_tdh_arrow_up_active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .health_goals_header_opened .resources_circle .ic_tdh_arrow_up_active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .next_steps_header_closed .empty_health_goals_circle .ic_tdh_arrow_up_active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .next_steps_header_closed .empty_resources_circle .ic_tdh_arrow_up_active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .next_steps_header_closed .health_goals_circle .ic_tdh_arrow_up_active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .next_steps_header_closed .next_steps_circle .ic_tdh_arrow_up_active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .next_steps_header_closed .resources_circle .ic_tdh_arrow_up_active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .next_steps_header_opened .empty_health_goals_circle .ic_tdh_arrow_up_active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .next_steps_header_opened .empty_resources_circle .ic_tdh_arrow_up_active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .next_steps_header_opened .health_goals_circle .ic_tdh_arrow_up_active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .next_steps_header_opened .next_steps_circle .ic_tdh_arrow_up_active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .next_steps_header_opened .resources_circle .ic_tdh_arrow_up_active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .resources_header_closed .empty_health_goals_circle .ic_tdh_arrow_up_active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .resources_header_closed .empty_resources_circle .ic_tdh_arrow_up_active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .resources_header_closed .health_goals_circle .ic_tdh_arrow_up_active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .resources_header_closed .next_steps_circle .ic_tdh_arrow_up_active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .resources_header_closed .resources_circle .ic_tdh_arrow_up_active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .resources_header_opened .empty_health_goals_circle .ic_tdh_arrow_up_active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .resources_header_opened .empty_resources_circle .ic_tdh_arrow_up_active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .resources_header_opened .health_goals_circle .ic_tdh_arrow_up_active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .resources_header_opened .next_steps_circle .ic_tdh_arrow_up_active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .resources_header_opened .resources_circle .ic_tdh_arrow_up_active{background:url(https://assets.livongo.com/image/upload/v1713277014/web-sdk/icons/ic_tdh_arrow_up_active.svg) no-repeat 50%;width:3.5rem;height:3.5rem}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .health_goals_header_opened{border-bottom-width:0;box-shadow:none}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .next_steps_header_opened{border-bottom:none;box-shadow:none}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .follow_up_info_text,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .next_steps_tabs_section,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .phone_section{border-right-width:1px;border-left-width:1px}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .next_steps_tabs_section{display:flex;position:relative;border-right-width:1px;border-left-width:1px;height:3rem}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .next_steps_tabs_section .tab_1[aria-selected=true],.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .next_steps_tabs_section .tab_1:focus{box-shadow:none}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .next_steps_tabs_section .tab_1[aria-selected=false]:after{content:"";position:absolute;bottom:0}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .next_steps_tabs_section .tab_1[aria-selected=true]:after{position:absolute;bottom:0;left:0;width:100%;content:"";height:4px;border-radius:99px;background:var(--color-interactive-secondary)}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .next_steps_tabs_section .tab_1{margin-bottom:0;border-style:none;width:5rem;position:relative;margin-left:12px;padding:12px;left:12px}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .next_steps_tabs_section .tab_2[aria-selected=false]:after{content:"";position:absolute;bottom:0}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .next_steps_tabs_section .tab_2[aria-selected=true],.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .next_steps_tabs_section .tab_2:focus{box-shadow:none}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .next_steps_tabs_section .tab_2[aria-selected=true]:after{position:absolute;bottom:0;left:0;width:100%;content:"";height:4px;border-radius:99px;background:var(--color-interactive-secondary)}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .next_steps_tabs_section .tab_2{border-style:none;position:relative;margin-bottom:0;padding:12px;left:30px}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .follow_up_info_text .resources_description{--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));font-size:1.125rem;font-weight:400;padding:1.5rem;margin-bottom:0}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=tab_]{border-right-width:1px;border-left-width:1px;padding-bottom:2px;padding-top:2px}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=tab_] .text-link-web-sdk{font-size:18px;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));line-height:20px}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=tab_] .text-link-web-sdk:active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=tab_] .text-link-web-sdk:focus{box-shadow:none}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=tab_] [class*=_line]{--bg-opacity:1;background-color:#5156f5;background-color:rgba(81, 86, 245, var(--bg-opacity))}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=tab_] .container{border-width:1px;box-shadow:0 1px 4px 1px rgba(0,0,0,0.0784314);margin:1.5rem;padding:1.5rem;display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));align-content:flex-start;grid-template-areas:"a b d" "a c .";grid-template-columns:auto auto auto;border-radius:.75rem}@media only screen and (max-width: 472px) and (min-width: 320px){.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=tab_] .container{grid-template-areas:"a b" ". c" ". d"}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=tab_] .container .provider_info{margin-top:2px;margin-bottom:1rem}}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=tab_] .container [class*=image_container]{box-shadow:none;grid-area:a;padding:0;margin:0 !important;border-style:none}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=tab_] .container [class*=image_container] .ic_tdh_behavioralhealth_default{background:url(https://assets.livongo.com/image/upload/v1713277038/web-sdk/icons/ic_tdh_behavioralhealth_default.svg) no-repeat 50%}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=tab_] .container [class*=image_container] .ic_tdh_heart_pulse_default{background:url(https://assets.livongo.com/image/upload/v1713277200/web-sdk/icons/ic_tdh_heart_pulse_default_big.svg) no-repeat 50%}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=tab_] .container [class*=image_container] .ic_tdh_group_default{background:url(https://assets.livongo.com/image/upload/v1713277189/web-sdk/icons/ic_tdh_group_default.svg) no-repeat 50%}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=tab_] .container [class*=image_container] .ic_tdh_camera_default{background:url(https://assets.livongo.com/image/upload/v1713277060/web-sdk/icons/ic_tdh_camera_default_big.svg) no-repeat 50%}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=tab_] .container [class*=image_container] .ic_tdh_stethoscope_default{background:url(https://assets.livongo.com/image/upload/v1713277969/web-sdk/icons/ic_tdh_stethoscope_default_big.svg) no-repeat 50%}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=tab_] .container [class*=image_container] .ic_tdh_no_smoking_default{background:url(https://assets.livongo.com/image/upload/v1713277932/web-sdk/icons/ic_tdh_no_smoking_default_big.svg) no-repeat 50%}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=tab_] .container [class*=image_container] .ic_tdh_food_default{background:url(https://assets.livongo.com/image/upload/v1713278146/web-sdk/icons/ic_tdh_wellness_default_big.svg) no-repeat 50%}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=tab_] .container [class*=image_container] .ic_pulse_medical_info_default{background:url(https://assets.livongo.com/image/upload/v1713276741/web-sdk/icons/ic_pulse_medical_info_default_square_big.svg) no-repeat 50%}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=tab_] .container [class*=image_container] .ic_pulse_video_default{background:url(https://assets.livongo.com/image/upload/v1713276897/web-sdk/icons/ic_pulse_video_default_square_big.svg) no-repeat 50%}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=tab_] .container [class*=image_container] .ic_tdh_location_pin_default{background:url(https://assets.livongo.com/image/upload/v1713277267/web-sdk/icons/ic_tdh_location_pin_default_square_big.svg) no-repeat 50%}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=tab_] .container [class*=image_container] .ic_pulse_medical_info_default,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=tab_] .container [class*=image_container] .ic_pulse_video_default,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=tab_] .container [class*=image_container] .ic_tdh_behavioralhealth_default,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=tab_] .container [class*=image_container] .ic_tdh_camera_default,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=tab_] .container [class*=image_container] .ic_tdh_food_default,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=tab_] .container [class*=image_container] .ic_tdh_group_default,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=tab_] .container [class*=image_container] .ic_tdh_heart_pulse_default,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=tab_] .container [class*=image_container] .ic_tdh_location_pin_default,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=tab_] .container [class*=image_container] .ic_tdh_no_smoking_default,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=tab_] .container [class*=image_container] .ic_tdh_stethoscope_default{height:58px;width:58px}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=tab_] .container [class*=complete_card]{border-style:none}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=tab_] .container [class*=complete_card] .ic_pulse_check_circle_default{background:url(https://assets.livongo.com/image/upload/v1713276631/web-sdk/icons/ic_pulse_check_circle_default_green.svg) no-repeat 50%;height:58px;width:58px}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=tab_] .container .follow_up_info{--text-opacity:1;color:#000;color:rgba(0, 0, 0, var(--text-opacity));font-weight:500;font-size:1.125rem;line-height:1.75rem;grid-area:b;margin-left:1rem;margin-right:1.5rem;margin-bottom:0}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=tab_] .container .provider_info{grid-area:c;--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity));text-decoration:underline;font-size:15px;font-weight:500;line-height:20px;margin:.5rem 1.5rem 0 1rem;text-align:left;opacity:1}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=tab_] .container .button-follow_up_action{grid-area:d;height:3rem;margin-top:0 !important;margin-bottom:0 !important;margin-right:1.5rem;border-radius:9999px}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=tab_] .container .button-follow_up_action:focus,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=tab_] .container .button-follow_up_action:hover{--bg-opacity:1;background-color:#efe9fc;background-color:rgba(239, 233, 252, var(--bg-opacity));--border-opacity:1;border-color:#efe9fc;border-color:rgba(239, 233, 252, var(--border-opacity));--text-opacity:1;color:#351f65;color:rgba(53, 31, 101, var(--text-opacity))}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=tab_] .container .button-follow_up_action:focus{box-shadow:0 0 2px 4px rgba(81,86,245,0.6),0 0 0 2px #fff}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=tab_] .container .button-follow_up_action:active{--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity));--bg-opacity:1;background-color:#351f65;background-color:rgba(53, 31, 101, var(--bg-opacity));--border-opacity:1;border-color:#351f65;border-color:rgba(53, 31, 101, var(--border-opacity))}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=tab_] .follow_up_empty_body{grid-template-columns:repeat(2, minmax(0, 1fr));grid-template-areas:"a ." "b ." "c ."}@media only screen and (max-width: 472px) and (min-width: 320px){.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=tab_] .follow_up_empty_body{grid-template-columns:repeat(1, minmax(0, 1fr))}}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=tab_] .follow_up_empty_body .way_to_go{--text-opacity:1;color:#000;color:rgba(0, 0, 0, var(--text-opacity));font-size:1.625rem;line-height:2rem;font-weight:500;grid-area:a}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=tab_] .follow_up_empty_body .way_to_go_info_text{grid-area:b;margin-top:1rem;margin-bottom:1.5rem}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=tab_] .follow_up_empty_body .button-get_care_button{margin:0 !important;padding:.875rem 2rem;width:-moz-fit-content;width:fit-content;height:3rem;border-radius:9999px;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity));--border-opacity:1;border:1px solid #5156f5;border-color:rgba(81, 86, 245, var(--border-opacity));font-size:1.125rem;font-weight:500;line-height:20px;grid-area:c}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=tab_] .follow_up_empty_body .button-CarePlan:focus,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=tab_] .follow_up_empty_body .button-CarePlan:hover{--bg-opacity:1;background-color:#f5f0fd;background-color:rgba(245, 240, 253, var(--bg-opacity));--text-opacity:1;color:#3910b8;color:rgba(57, 16, 184, var(--text-opacity));--border-opacity:1;border-color:#3910b8;border-color:rgba(57, 16, 184, var(--border-opacity))}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=tab_] .follow_up_empty_body .button-CarePlan:active{--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));--text-opacity:1;color:#3910b8;color:rgba(57, 16, 184, var(--text-opacity));--border-opacity:1;border-color:#3910b8;border-color:rgba(57, 16, 184, var(--border-opacity))}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=tab_] .follow_up_empty_body .button-CarePlan:focus{box-shadow:0 0 0 2px #fff,0 0 2px 4px rgba(81,86,245,0.6)}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=tab_] .completed_card_empty_body,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=tab_] .follow_up_empty_body{margin-top:1rem;--bg-opacity:1;background-color:#f7f9f9;background-color:rgba(247, 249, 249, var(--bg-opacity));border-radius:0;box-shadow:none;border-width:1px;--border-opacity:1;border-color:#dfe0df;border-color:rgba(223, 224, 223, var(--border-opacity));align-content:flex-start}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=tab_] .completed_card_empty_body .way_to_go_info_text,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=tab_] .follow_up_empty_body .way_to_go_info_text{--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity));font-size:1.125rem;line-height:1.5rem}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .phone_section{--bg-opacity:1;background-color:#f7f9f9;background-color:rgba(247, 249, 249, var(--bg-opacity));padding:1.5rem;display:flex !important;flex-direction:column;box-shadow:none !important;border-style:none}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .phone_section .phone_question_text{font-size:1.25rem;font-weight:500;--text-opacity:1;color:#000;color:rgba(0, 0, 0, var(--text-opacity));margin-bottom:0;line-height:1.75rem}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .phone_section .phone_text{--text-opacity:1;color:#000;color:rgba(0, 0, 0, var(--text-opacity));font-size:1rem;line-height:20px;font-weight:400;padding-top:.5rem;margin-bottom:0}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .next_steps_header_closed,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .next_steps_header_opened{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed],.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened]{border-right-width:1px;border-left-width:1px}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .header_wrapper,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .header_wrapper{border-width:1px;--border-opacity:1;border-color:#dfe0df;border-color:rgba(223, 224, 223, var(--border-opacity));margin-left:1.5rem;margin-right:1.5rem;margin-bottom:0;display:grid;grid-template-columns:auto 160px 60px}@media only screen and (max-width: 472px) and (min-width: 320px){.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .header_wrapper,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .header_wrapper{display:grid;grid-template-columns:auto 1fr}}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] [class*=title],.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] [class*=title]{margin:1.75rem 1rem;font-size:1.125rem;font-weight:500;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));padding:0}@media only screen and (max-width: 472px) and (min-width: 320px){.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] [class*=title],.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] [class*=title]{margin-bottom:0}}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] [class*=tag_text],.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] [class*=tag_text]{border-width:1px;width:-moz-fit-content;width:fit-content;border-radius:9999px;padding-left:.75rem;padding-right:.75rem;margin-top:1.75rem}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_cancelled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_completed,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_in_progress,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_not_meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_not_started,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_on_hold,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_scheduled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_cancelled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_completed,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_in_progress,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_not_meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_not_started,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_on_hold,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_scheduled{margin-left:0;margin-right:0;justify-self:end}@media only screen and (max-width: 472px) and (min-width: 320px){.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_cancelled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_completed,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_in_progress,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_not_meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_not_started,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_on_hold,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_scheduled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_cancelled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_completed,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_in_progress,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_not_meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_not_started,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_on_hold,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_scheduled{order:9999;padding-left:.75rem;padding-bottom:.75rem;justify-self:start}}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_cancelled .asc_cancelled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_cancelled .asc_completed,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_cancelled .asc_in_progress,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_cancelled .asc_meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_cancelled .asc_not_meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_cancelled .asc_not_started,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_cancelled .asc_on_hold,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_cancelled .asc_scheduled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_completed .asc_cancelled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_completed .asc_completed,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_completed .asc_in_progress,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_completed .asc_meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_completed .asc_not_meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_completed .asc_not_started,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_completed .asc_on_hold,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_completed .asc_scheduled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_in_progress .asc_cancelled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_in_progress .asc_completed,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_in_progress .asc_in_progress,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_in_progress .asc_meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_in_progress .asc_not_meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_in_progress .asc_not_started,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_in_progress .asc_on_hold,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_in_progress .asc_scheduled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_meeting_goal .asc_cancelled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_meeting_goal .asc_completed,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_meeting_goal .asc_in_progress,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_meeting_goal .asc_meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_meeting_goal .asc_not_meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_meeting_goal .asc_not_started,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_meeting_goal .asc_on_hold,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_meeting_goal .asc_scheduled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_not_meeting_goal .asc_cancelled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_not_meeting_goal .asc_completed,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_not_meeting_goal .asc_in_progress,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_not_meeting_goal .asc_meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_not_meeting_goal .asc_not_meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_not_meeting_goal .asc_not_started,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_not_meeting_goal .asc_on_hold,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_not_meeting_goal .asc_scheduled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_not_started .asc_cancelled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_not_started .asc_completed,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_not_started .asc_in_progress,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_not_started .asc_meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_not_started .asc_not_meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_not_started .asc_not_started,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_not_started .asc_on_hold,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_not_started .asc_scheduled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_on_hold .asc_cancelled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_on_hold .asc_completed,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_on_hold .asc_in_progress,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_on_hold .asc_meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_on_hold .asc_not_meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_on_hold .asc_not_started,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_on_hold .asc_on_hold,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_on_hold .asc_scheduled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_scheduled .asc_cancelled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_scheduled .asc_completed,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_scheduled .asc_in_progress,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_scheduled .asc_meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_scheduled .asc_not_meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_scheduled .asc_not_started,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_scheduled .asc_on_hold,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_scheduled .asc_scheduled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_cancelled .asc_cancelled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_cancelled .asc_completed,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_cancelled .asc_in_progress,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_cancelled .asc_meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_cancelled .asc_not_meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_cancelled .asc_not_started,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_cancelled .asc_on_hold,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_cancelled .asc_scheduled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_completed .asc_cancelled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_completed .asc_completed,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_completed .asc_in_progress,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_completed .asc_meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_completed .asc_not_meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_completed .asc_not_started,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_completed .asc_on_hold,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_completed .asc_scheduled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_in_progress .asc_cancelled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_in_progress .asc_completed,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_in_progress .asc_in_progress,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_in_progress .asc_meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_in_progress .asc_not_meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_in_progress .asc_not_started,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_in_progress .asc_on_hold,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_in_progress .asc_scheduled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_meeting_goal .asc_cancelled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_meeting_goal .asc_completed,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_meeting_goal .asc_in_progress,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_meeting_goal .asc_meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_meeting_goal .asc_not_meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_meeting_goal .asc_not_started,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_meeting_goal .asc_on_hold,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_meeting_goal .asc_scheduled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_not_meeting_goal .asc_cancelled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_not_meeting_goal .asc_completed,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_not_meeting_goal .asc_in_progress,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_not_meeting_goal .asc_meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_not_meeting_goal .asc_not_meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_not_meeting_goal .asc_not_started,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_not_meeting_goal .asc_on_hold,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_not_meeting_goal .asc_scheduled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_not_started .asc_cancelled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_not_started .asc_completed,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_not_started .asc_in_progress,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_not_started .asc_meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_not_started .asc_not_meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_not_started .asc_not_started,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_not_started .asc_on_hold,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_not_started .asc_scheduled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_on_hold .asc_cancelled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_on_hold .asc_completed,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_on_hold .asc_in_progress,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_on_hold .asc_meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_on_hold .asc_not_meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_on_hold .asc_not_started,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_on_hold .asc_on_hold,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_on_hold .asc_scheduled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_scheduled .asc_cancelled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_scheduled .asc_completed,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_scheduled .asc_in_progress,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_scheduled .asc_meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_scheduled .asc_not_meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_scheduled .asc_not_started,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_scheduled .asc_on_hold,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_scheduled .asc_scheduled{border-width:1px;width:-moz-fit-content;width:fit-content;border-radius:9999px;font-size:15px;line-height:20px;padding:2px .75rem;margin-bottom:0}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_cancelled .asc_in_progress,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_completed .asc_in_progress,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_in_progress .asc_in_progress,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_meeting_goal .asc_in_progress,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_not_meeting_goal .asc_in_progress,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_not_started .asc_in_progress,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_on_hold .asc_in_progress,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_scheduled .asc_in_progress,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_cancelled .asc_in_progress,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_completed .asc_in_progress,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_in_progress .asc_in_progress,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_meeting_goal .asc_in_progress,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_not_meeting_goal .asc_in_progress,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_not_started .asc_in_progress,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_on_hold .asc_in_progress,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_scheduled .asc_in_progress{--border-opacity:1;border-color:#0078bc;border-color:rgba(0, 120, 188, var(--border-opacity));--bg-opacity:1;background-color:#dcf3fa;background-color:rgba(220, 243, 250, var(--bg-opacity));--text-opacity:1;color:#00498a;color:rgba(0, 73, 138, var(--text-opacity))}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_cancelled .asc_not_started,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_completed .asc_not_started,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_in_progress .asc_not_started,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_meeting_goal .asc_not_started,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_not_meeting_goal .asc_not_started,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_not_started .asc_not_started,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_on_hold .asc_not_started,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_scheduled .asc_not_started,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_cancelled .asc_not_started,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_completed .asc_not_started,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_in_progress .asc_not_started,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_meeting_goal .asc_not_started,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_not_meeting_goal .asc_not_started,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_not_started .asc_not_started,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_on_hold .asc_not_started,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_scheduled .asc_not_started{--bg-opacity:1;background-color:#fffdf2;background-color:rgba(255, 253, 242, var(--bg-opacity));--text-opacity:1;color:#874600;color:rgba(135, 70, 0, var(--text-opacity));--border-opacity:1;border-color:#ffd60a;border-color:rgba(255, 214, 10, var(--border-opacity))}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_cancelled .asc_cancelled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_cancelled .asc_on_hold,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_cancelled .asc_scheduled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_completed .asc_cancelled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_completed .asc_on_hold,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_completed .asc_scheduled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_in_progress .asc_cancelled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_in_progress .asc_on_hold,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_in_progress .asc_scheduled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_meeting_goal .asc_cancelled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_meeting_goal .asc_on_hold,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_meeting_goal .asc_scheduled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_not_meeting_goal .asc_cancelled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_not_meeting_goal .asc_on_hold,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_not_meeting_goal .asc_scheduled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_not_started .asc_cancelled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_not_started .asc_on_hold,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_not_started .asc_scheduled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_on_hold .asc_cancelled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_on_hold .asc_on_hold,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_on_hold .asc_scheduled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_scheduled .asc_cancelled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_scheduled .asc_on_hold,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_scheduled .asc_scheduled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_cancelled .asc_cancelled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_cancelled .asc_on_hold,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_cancelled .asc_scheduled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_completed .asc_cancelled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_completed .asc_on_hold,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_completed .asc_scheduled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_in_progress .asc_cancelled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_in_progress .asc_on_hold,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_in_progress .asc_scheduled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_meeting_goal .asc_cancelled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_meeting_goal .asc_on_hold,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_meeting_goal .asc_scheduled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_not_meeting_goal .asc_cancelled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_not_meeting_goal .asc_on_hold,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_not_meeting_goal .asc_scheduled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_not_started .asc_cancelled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_not_started .asc_on_hold,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_not_started .asc_scheduled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_on_hold .asc_cancelled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_on_hold .asc_on_hold,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_on_hold .asc_scheduled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_scheduled .asc_cancelled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_scheduled .asc_on_hold,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_scheduled .asc_scheduled{--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));--border-opacity:1;border-color:#dfe0df;border-color:rgba(223, 224, 223, var(--border-opacity))}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_cancelled .asc_completed,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_cancelled .asc_meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_completed .asc_completed,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_completed .asc_meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_in_progress .asc_completed,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_in_progress .asc_meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_meeting_goal .asc_completed,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_meeting_goal .asc_meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_not_meeting_goal .asc_completed,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_not_meeting_goal .asc_meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_not_started .asc_completed,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_not_started .asc_meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_on_hold .asc_completed,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_on_hold .asc_meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_scheduled .asc_completed,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_scheduled .asc_meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_cancelled .asc_completed,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_cancelled .asc_meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_completed .asc_completed,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_completed .asc_meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_in_progress .asc_completed,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_in_progress .asc_meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_meeting_goal .asc_completed,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_meeting_goal .asc_meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_not_meeting_goal .asc_completed,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_not_meeting_goal .asc_meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_not_started .asc_completed,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_not_started .asc_meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_on_hold .asc_completed,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_on_hold .asc_meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_scheduled .asc_completed,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_scheduled .asc_meeting_goal{--bg-opacity:1;background-color:#e5f5e5;background-color:rgba(229, 245, 229, var(--bg-opacity));--border-opacity:1;border-color:#078708;border-color:rgba(7, 135, 8, var(--border-opacity));--text-opacity:1;color:#005c00;color:rgba(0, 92, 0, var(--text-opacity))}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_cancelled .asc_not_meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_completed .asc_not_meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_in_progress .asc_not_meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_meeting_goal .asc_not_meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_not_meeting_goal .asc_not_meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_not_started .asc_not_meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_on_hold .asc_not_meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .asc_scheduled .asc_not_meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_cancelled .asc_not_meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_completed .asc_not_meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_in_progress .asc_not_meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_meeting_goal .asc_not_meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_not_meeting_goal .asc_not_meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_not_started .asc_not_meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_on_hold .asc_not_meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .asc_scheduled .asc_not_meeting_goal{--bg-opacity:1;background-color:#fff1fc;background-color:rgba(255, 241, 252, var(--bg-opacity));--border-opacity:1;border-color:#cf2e2c;border-color:rgba(207, 46, 44, var(--border-opacity));--text-opacity:1;color:#901617;color:rgba(144, 22, 23, var(--text-opacity))}@media only screen and (max-width: 472px) and (min-width: 320px){.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .goals_circle,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .goals_circle{grid-row:span 2/span 2;justify-self:end;vertical-align:middle}}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .goals_circle .ic_tdh_arrow_down_active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .goals_circle .ic_tdh_arrow_down_active{background:url(https://assets.livongo.com/image/upload/v1713276992/web-sdk/icons/ic_tdh_arrow_down_active.svg) no-repeat 50%;width:3.5rem;height:3.5rem}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_closed] .goals_circle .ic_tdh_arrow_up_active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=header_opened] .goals_circle .ic_tdh_arrow_up_active{background:url(https://assets.livongo.com/image/upload/v1713277014/web-sdk/icons/ic_tdh_arrow_up_active.svg) no-repeat 50%;width:3.5rem;height:3.5rem}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body]{border-right-width:1px;border-left-width:1px;padding-left:1.5rem;padding-right:1.5rem}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] .tasks{padding-top:1.5rem;margin-top:0;font-weight:500;line-height:20px}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] .tasks,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=task_]{padding-left:1.5rem;margin-bottom:0;font-size:1.125rem;--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity));--bg-opacity:1;background-color:#f7f9f9;background-color:rgba(247, 249, 249, var(--bg-opacity));border-right-width:1px;border-left-width:1px}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=task_]{display:block;font-weight:400;padding-top:1rem;padding-right:1.5rem}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=task_] [class*=task_]{padding-top:0;padding-left:0;padding-right:0;border-color:transparent}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=task_] [class*=task_] .link-web-sdk{--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity));text-decoration:underline;font-size:1.125rem}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer]{width:100%;display:inline-grid;grid-template-columns:auto 2fr;--bg-opacity:1;background-color:#f7f9f9;background-color:rgba(247, 249, 249, var(--bg-opacity));border-right-width:1px;border-left-width:1px;grid-column-gap:.5rem;-moz-column-gap:.5rem;column-gap:.5rem}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .cancelled.container,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .completed.container,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .in_progress.container,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .meeting_goal.container,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .not_meeting_goal.container,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .not_started.container,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .on_hold.container,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .scheduled.container{margin-left:0;margin-right:0;border-right:unset;border-left:unset;padding-right:0}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .cancelled.container .cancelled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .cancelled.container .completed,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .cancelled.container .in_progress,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .cancelled.container .meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .cancelled.container .not_meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .cancelled.container .not_started,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .cancelled.container .on_hold,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .cancelled.container .scheduled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .completed.container .cancelled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .completed.container .completed,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .completed.container .in_progress,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .completed.container .meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .completed.container .not_meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .completed.container .not_started,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .completed.container .on_hold,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .completed.container .scheduled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .in_progress.container .cancelled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .in_progress.container .completed,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .in_progress.container .in_progress,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .in_progress.container .meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .in_progress.container .not_meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .in_progress.container .not_started,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .in_progress.container .on_hold,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .in_progress.container .scheduled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .meeting_goal.container .cancelled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .meeting_goal.container .completed,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .meeting_goal.container .in_progress,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .meeting_goal.container .meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .meeting_goal.container .not_meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .meeting_goal.container .not_started,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .meeting_goal.container .on_hold,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .meeting_goal.container .scheduled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .not_meeting_goal.container .cancelled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .not_meeting_goal.container .completed,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .not_meeting_goal.container .in_progress,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .not_meeting_goal.container .meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .not_meeting_goal.container .not_meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .not_meeting_goal.container .not_started,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .not_meeting_goal.container .on_hold,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .not_meeting_goal.container .scheduled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .not_started.container .cancelled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .not_started.container .completed,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .not_started.container .in_progress,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .not_started.container .meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .not_started.container .not_meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .not_started.container .not_started,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .not_started.container .on_hold,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .not_started.container .scheduled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .on_hold.container .cancelled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .on_hold.container .completed,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .on_hold.container .in_progress,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .on_hold.container .meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .on_hold.container .not_meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .on_hold.container .not_started,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .on_hold.container .on_hold,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .on_hold.container .scheduled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .scheduled.container .cancelled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .scheduled.container .completed,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .scheduled.container .in_progress,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .scheduled.container .meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .scheduled.container .not_meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .scheduled.container .not_started,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .scheduled.container .on_hold,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .scheduled.container .scheduled{border-width:1px !important;width:-moz-fit-content;width:fit-content;border-radius:9999px;margin-bottom:1rem;margin-top:0;font-size:15px;line-height:20px;padding:2px .75rem}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .cancelled.container .in_progress,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .completed.container .in_progress,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .in_progress.container .in_progress,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .meeting_goal.container .in_progress,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .not_meeting_goal.container .in_progress,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .not_started.container .in_progress,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .on_hold.container .in_progress,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .scheduled.container .in_progress{--border-opacity:1;border-color:#0078bc;border-color:rgba(0, 120, 188, var(--border-opacity));--bg-opacity:1;background-color:#dcf3fa;background-color:rgba(220, 243, 250, var(--bg-opacity));--text-opacity:1;color:#00498a;color:rgba(0, 73, 138, var(--text-opacity))}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .cancelled.container .not_started,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .completed.container .not_started,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .in_progress.container .not_started,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .meeting_goal.container .not_started,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .not_meeting_goal.container .not_started,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .not_started.container .not_started,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .on_hold.container .not_started,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .scheduled.container .not_started{--bg-opacity:1;background-color:#fffdf2;background-color:rgba(255, 253, 242, var(--bg-opacity));--text-opacity:1;color:#874600;color:rgba(135, 70, 0, var(--text-opacity));--border-opacity:1;border-color:#ffd60a;border-color:rgba(255, 214, 10, var(--border-opacity))}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .cancelled.container .cancelled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .cancelled.container .on_hold,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .cancelled.container .scheduled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .completed.container .cancelled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .completed.container .on_hold,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .completed.container .scheduled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .in_progress.container .cancelled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .in_progress.container .on_hold,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .in_progress.container .scheduled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .meeting_goal.container .cancelled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .meeting_goal.container .on_hold,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .meeting_goal.container .scheduled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .not_meeting_goal.container .cancelled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .not_meeting_goal.container .on_hold,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .not_meeting_goal.container .scheduled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .not_started.container .cancelled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .not_started.container .on_hold,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .not_started.container .scheduled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .on_hold.container .cancelled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .on_hold.container .on_hold,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .on_hold.container .scheduled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .scheduled.container .cancelled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .scheduled.container .on_hold,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .scheduled.container .scheduled{--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));--border-opacity:1;border-color:#dfe0df;border-color:rgba(223, 224, 223, var(--border-opacity))}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .cancelled.container .completed,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .cancelled.container .meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .completed.container .completed,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .completed.container .meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .in_progress.container .completed,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .in_progress.container .meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .meeting_goal.container .completed,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .meeting_goal.container .meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .not_meeting_goal.container .completed,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .not_meeting_goal.container .meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .not_started.container .completed,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .not_started.container .meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .on_hold.container .completed,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .on_hold.container .meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .scheduled.container .completed,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .scheduled.container .meeting_goal{--bg-opacity:1;background-color:#e5f5e5;background-color:rgba(229, 245, 229, var(--bg-opacity));--border-opacity:1;border-color:#078708;border-color:rgba(7, 135, 8, var(--border-opacity));--text-opacity:1;color:#005c00;color:rgba(0, 92, 0, var(--text-opacity))}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .cancelled.container .not_meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .completed.container .not_meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .in_progress.container .not_meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .meeting_goal.container .not_meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .not_meeting_goal.container .not_meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .not_started.container .not_meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .on_hold.container .not_meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .scheduled.container .not_meeting_goal{--bg-opacity:1;background-color:#fff1fc;background-color:rgba(255, 241, 252, var(--bg-opacity));--border-opacity:1;border-color:#cf2e2c;border-color:rgba(207, 46, 44, var(--border-opacity));--text-opacity:1;color:#901617;color:rgba(144, 22, 23, var(--text-opacity))}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] [class*=date]{--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity));font-size:15px;font-weight:400;padding-top:1.25rem;margin-bottom:0;line-height:20px}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=nested_goals][class*=body] [class*=footer] .task_line{grid-column:span 2/span 2;margin-left:1.5rem;margin-right:1.5rem;border-right:unset;border-left:unset}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_resources_header_closed,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .resources_header_closed{border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_health_goals_body,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_resources_body,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .next_steps_body{--bg-opacity:1;background-color:#f7f9f9;background-color:rgba(247, 249, 249, var(--bg-opacity))}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_health_goals_body .button-CarePlan:focus,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_health_goals_body .button-CarePlan:hover,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_resources_body .button-CarePlan:focus,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_resources_body .button-CarePlan:hover,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .next_steps_body .button-CarePlan:focus,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .next_steps_body .button-CarePlan:hover{--bg-opacity:1;background-color:#f5f0fd;background-color:rgba(245, 240, 253, var(--bg-opacity));--text-opacity:1;color:#3910b8;color:rgba(57, 16, 184, var(--text-opacity));--border-opacity:1;border-color:#3910b8;border-color:rgba(57, 16, 184, var(--border-opacity))}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_health_goals_body .button-CarePlan:active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_resources_body .button-CarePlan:active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .next_steps_body .button-CarePlan:active{--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));--text-opacity:1;color:#3910b8;color:rgba(57, 16, 184, var(--text-opacity));--border-opacity:1;border-color:#3910b8;border-color:rgba(57, 16, 184, var(--border-opacity))}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_health_goals_body .button-CarePlan:focus,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_resources_body .button-CarePlan:focus,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .next_steps_body .button-CarePlan:focus{box-shadow:0 0 0 2px #fff,0 0 2px 4px rgba(81,86,245,0.6)}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body]{border-right-width:1px;border-left-width:1px;padding:1.5rem;box-shadow:none !important}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] .other_tasks{padding-left:1.5rem;padding-right:1.5rem;padding-top:1.5rem;font-weight:700;font-size:1.125rem;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));margin-bottom:0}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=task_]{font-size:1.125rem;font-weight:400;--text-opacity:1;color:#000;color:rgba(0, 0, 0, var(--text-opacity));line-height:1.75rem;padding-bottom:.25rem;margin:1rem 1.5rem 0}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer]{padding-left:1.5rem;padding-right:1.5rem;width:100%;display:inline-grid;grid-template-columns:auto 2fr;grid-column-gap:.5rem;-moz-column-gap:.5rem;column-gap:.5rem}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .cancelled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .in_progress,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .not_meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .not_started,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .on_hold,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .scheduled{margin-left:0;margin-right:0}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .cancelled .cancelled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .cancelled .in_progress,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .cancelled .meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .cancelled .not_meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .cancelled .not_started,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .cancelled .on_hold,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .cancelled .scheduled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .in_progress .cancelled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .in_progress .in_progress,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .in_progress .meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .in_progress .not_meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .in_progress .not_started,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .in_progress .on_hold,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .in_progress .scheduled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .meeting_goal .cancelled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .meeting_goal .in_progress,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .meeting_goal .meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .meeting_goal .not_meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .meeting_goal .not_started,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .meeting_goal .on_hold,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .meeting_goal .scheduled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .not_meeting_goal .cancelled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .not_meeting_goal .in_progress,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .not_meeting_goal .meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .not_meeting_goal .not_meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .not_meeting_goal .not_started,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .not_meeting_goal .on_hold,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .not_meeting_goal .scheduled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .not_started .cancelled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .not_started .in_progress,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .not_started .meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .not_started .not_meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .not_started .not_started,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .not_started .on_hold,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .not_started .scheduled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .on_hold .cancelled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .on_hold .in_progress,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .on_hold .meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .on_hold .not_meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .on_hold .not_started,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .on_hold .on_hold,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .on_hold .scheduled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .scheduled .cancelled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .scheduled .in_progress,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .scheduled .meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .scheduled .not_meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .scheduled .not_started,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .scheduled .on_hold,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .scheduled .scheduled{border-width:1px;width:-moz-fit-content;width:fit-content;border-radius:9999px;margin-bottom:1rem;margin-top:0;font-size:15px;padding:2px .75rem;line-height:20px}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .cancelled .in_progress,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .in_progress .in_progress,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .meeting_goal .in_progress,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .not_meeting_goal .in_progress,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .not_started .in_progress,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .on_hold .in_progress,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .scheduled .in_progress{--border-opacity:1;border-color:#0078bc;border-color:rgba(0, 120, 188, var(--border-opacity));--bg-opacity:1;background-color:#dcf3fa;background-color:rgba(220, 243, 250, var(--bg-opacity));--text-opacity:1;color:#00498a;color:rgba(0, 73, 138, var(--text-opacity))}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .cancelled .canceled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .cancelled .not_started,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .cancelled .on_hold,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .in_progress .canceled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .in_progress .not_started,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .in_progress .on_hold,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .meeting_goal .canceled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .meeting_goal .not_started,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .meeting_goal .on_hold,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .not_meeting_goal .canceled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .not_meeting_goal .not_started,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .not_meeting_goal .on_hold,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .not_started .canceled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .not_started .not_started,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .not_started .on_hold,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .on_hold .canceled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .on_hold .not_started,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .on_hold .on_hold,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .scheduled .canceled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .scheduled .not_started,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .scheduled .on_hold{--bg-opacity:1;background-color:#fffdf2;background-color:rgba(255, 253, 242, var(--bg-opacity));--text-opacity:1;color:#874600;color:rgba(135, 70, 0, var(--text-opacity));--border-opacity:1;border-color:#ffd60a;border-color:rgba(255, 214, 10, var(--border-opacity))}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .cancelled .scheduled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .in_progress .scheduled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .meeting_goal .scheduled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .not_meeting_goal .scheduled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .not_started .scheduled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .on_hold .scheduled,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .scheduled .scheduled{--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));--border-opacity:1;border-color:#dfe0df;border-color:rgba(223, 224, 223, var(--border-opacity))}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .cancelled .completed,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .cancelled .meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .in_progress .completed,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .in_progress .meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .meeting_goal .completed,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .meeting_goal .meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .not_meeting_goal .completed,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .not_meeting_goal .meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .not_started .completed,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .not_started .meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .on_hold .completed,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .on_hold .meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .scheduled .completed,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .scheduled .meeting_goal{--bg-opacity:1;background-color:#e5f5e5;background-color:rgba(229, 245, 229, var(--bg-opacity));--border-opacity:1;border-color:#078708;border-color:rgba(7, 135, 8, var(--border-opacity));--text-opacity:1;color:#005c00;color:rgba(0, 92, 0, var(--text-opacity))}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .cancelled .not_meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .in_progress .not_meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .meeting_goal .not_meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .not_meeting_goal .not_meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .not_started .not_meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .on_hold .not_meeting_goal,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .scheduled .not_meeting_goal{--bg-opacity:1;background-color:#fff1fc;background-color:rgba(255, 241, 252, var(--bg-opacity));--border-opacity:1;border-color:#cf2e2c;border-color:rgba(207, 46, 44, var(--border-opacity));--text-opacity:1;color:#901617;color:rgba(144, 22, 23, var(--text-opacity))}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] [class*=date]{--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity));font-size:15px;font-weight:400;padding-top:1.25rem;line-height:20px}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=footer] .task_line{grid-column:span 2/span 2;padding-bottom:1.5rem;margin:0 !important}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] .provider_notes_title{padding-left:1.5rem;padding-right:1.5rem;padding-top:1.5rem;font-weight:700;font-size:1.125rem;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));margin-bottom:0;margin-top:1.5rem}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=provider_note_]{font-size:1.125rem;font-weight:400;--text-opacity:1;color:#000;color:rgba(0, 0, 0, var(--text-opacity));line-height:1.75rem;margin:1rem 1.5rem .5rem}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=added_on_]{font-size:1.125rem;font-size:15px;--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity));line-height:1.75rem;margin:0 1.5rem 1rem}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] [class*=note_line_]{padding-bottom:1.5rem;margin-left:1.5rem;margin-right:1.5rem}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] .question_section{--bg-opacity:1;background-color:#f7f9f9;background-color:rgba(247, 249, 249, var(--bg-opacity));padding:1.5rem;margin-top:1.5rem;border-radius:.75rem}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] .question_section .questions_title{font-size:1.25rem;font-weight:500;--text-opacity:1;color:#000;color:rgba(0, 0, 0, var(--text-opacity));margin-bottom:.5rem;line-height:1.75rem}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] .question_section .questions_description{--text-opacity:1;color:#000;color:rgba(0, 0, 0, var(--text-opacity));font-size:1rem;line-height:20px;font-weight:400}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk [class*=health_goals_body] .question_section .questions_description .link-web-sdk{--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity));text-decoration:underline;font-size:15px;font-weight:500}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .next_steps_body{border-top-width:1px}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_health_goals_body,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_resources_body,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .health_goals_body,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .next_steps_body,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .resources_body{padding:1.5rem;border-bottom-style:solid;border-top-style:solid;--border-opacity:1;border-color:#dfe0df;border-left:1px solid rgba(223, 224, 223, var(--border-opacity));border-bottom-color:rgba(223, 224, 223, var(--border-opacity));border-right:1px solid rgba(223, 224, 223, var(--border-opacity));border-top-color:rgba(223, 224, 223, var(--border-opacity));box-shadow:0 1px 4px 1px rgba(0,0,0,0.0784314)}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_health_goals_body .health_goals_description,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_health_goals_body .next_steps_description,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_health_goals_body .resources_description,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_health_goals_body .resources_linked_text,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_resources_body .health_goals_description,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_resources_body .next_steps_description,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_resources_body .resources_description,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_resources_body .resources_linked_text,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .health_goals_body .health_goals_description,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .health_goals_body .next_steps_description,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .health_goals_body .resources_description,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .health_goals_body .resources_linked_text,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .next_steps_body .health_goals_description,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .next_steps_body .next_steps_description,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .next_steps_body .resources_description,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .next_steps_body .resources_linked_text,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .resources_body .health_goals_description,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .resources_body .next_steps_description,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .resources_body .resources_description,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .resources_body .resources_linked_text{font-size:1.125rem;line-height:1.75rem;--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity));margin-bottom:1.5rem}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_health_goals_body .goals_header_section,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_resources_body .goals_header_section,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .health_goals_body .goals_header_section,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .next_steps_body .goals_header_section,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .resources_body .goals_header_section{--bg-opacity:1;background-color:#f7f9f9;background-color:rgba(247, 249, 249, var(--bg-opacity));padding:1.5rem;display:inline-grid;grid-template-columns:1fr 2fr;grid-gap:.25rem;gap:.25rem;width:100%}@media only screen and (max-width: 576px) and (min-width: 320px){.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_health_goals_body .goals_header_section,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_resources_body .goals_header_section,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .health_goals_body .goals_header_section,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .next_steps_body .goals_header_section,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .resources_body .goals_header_section{grid-template-columns:repeat(1, minmax(0, 1fr))}}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_health_goals_body .goals_header_section .care_providers,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_health_goals_body .goals_header_section .created_by,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_health_goals_body .goals_header_section .last_updated,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_resources_body .goals_header_section .care_providers,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_resources_body .goals_header_section .created_by,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_resources_body .goals_header_section .last_updated,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .health_goals_body .goals_header_section .care_providers,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .health_goals_body .goals_header_section .created_by,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .health_goals_body .goals_header_section .last_updated,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .next_steps_body .goals_header_section .care_providers,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .next_steps_body .goals_header_section .created_by,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .next_steps_body .goals_header_section .last_updated,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .resources_body .goals_header_section .care_providers,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .resources_body .goals_header_section .created_by,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .resources_body .goals_header_section .last_updated{font-weight:500}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_health_goals_body .goals_header_section .text-web-sdk,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_resources_body .goals_header_section .text-web-sdk,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .health_goals_body .goals_header_section .text-web-sdk,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .next_steps_body .goals_header_section .text-web-sdk,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .resources_body .goals_header_section .text-web-sdk{font-size:1.125rem;--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity));margin-bottom:0;line-height:1.75rem}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_health_goals_body .goals_header_section [class*=view_profile_button],.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_resources_body .goals_header_section [class*=view_profile_button],.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .health_goals_body .goals_header_section [class*=view_profile_button],.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .next_steps_body .goals_header_section [class*=view_profile_button],.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .resources_body .goals_header_section [class*=view_profile_button]{font-size:15px;text-decoration:underline;height:1rem;text-align:left;margin-top:6px;margin-bottom:0;--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity));font-size:1.125rem;line-height:1rem;font-weight:500;opacity:1;box-shadow:none}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_health_goals_body .education_resources_header,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_health_goals_body .resources_health_header,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_resources_body .education_resources_header,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_resources_body .resources_health_header,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .health_goals_body .education_resources_header,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .health_goals_body .resources_health_header,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .next_steps_body .education_resources_header,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .next_steps_body .resources_health_header,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .resources_body .education_resources_header,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .resources_body .resources_health_header{--text-opacity:1;color:#000;color:rgba(0, 0, 0, var(--text-opacity));font-size:1.125rem;font-weight:500;line-height:1.5rem;border-style:none;margin:0 !important;padding-left:0 !important;padding-right:0 !important;border-style:none !important;box-shadow:none !important}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_health_goals_body .resources_health_header,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_resources_body .resources_health_header,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .health_goals_body .resources_health_header,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .next_steps_body .resources_health_header,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .resources_body .resources_health_header{padding-top:.75rem;padding-bottom:1px}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_health_goals_body .education_resources_header,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_resources_body .education_resources_header,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .health_goals_body .education_resources_header,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .next_steps_body .education_resources_header,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .resources_body .education_resources_header{padding-top:0 !important;padding-bottom:0 !important}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_health_goals_body [class*=education_resource],.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_health_goals_body [class*=health_resource],.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_resources_body [class*=education_resource],.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_resources_body [class*=health_resource],.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .health_goals_body [class*=education_resource],.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .health_goals_body [class*=health_resource],.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .next_steps_body [class*=education_resource],.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .next_steps_body [class*=health_resource],.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .resources_body [class*=education_resource],.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .resources_body [class*=health_resource]{--border-opacity:1;border:1px solid #dfe0df;border-color:rgba(223, 224, 223, var(--border-opacity));margin-top:1rem;margin-bottom:1rem;display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));grid-template-columns:48px auto 103px;grid-column-gap:1rem;-moz-column-gap:1rem;column-gap:1rem;padding:1.5rem;border-radius:.5rem;box-shadow:0 1px 4px 1px rgba(0,0,0,0.0784314)}@media only screen and (max-width: 472px) and (min-width: 320px){.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_health_goals_body [class*=education_resource],.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_health_goals_body [class*=health_resource],.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_resources_body [class*=education_resource],.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_resources_body [class*=health_resource],.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .health_goals_body [class*=education_resource],.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .health_goals_body [class*=health_resource],.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .next_steps_body [class*=education_resource],.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .next_steps_body [class*=health_resource],.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .resources_body [class*=education_resource],.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .resources_body [class*=health_resource]{grid-template-columns:repeat(2, minmax(0, 1fr));grid-template-columns:auto 48px}}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_health_goals_body [class*=education_resource] [class*=resource_title],.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_health_goals_body [class*=health_resource] [class*=resource_title],.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_resources_body [class*=education_resource] [class*=resource_title],.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_resources_body [class*=health_resource] [class*=resource_title],.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .health_goals_body [class*=education_resource] [class*=resource_title],.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .health_goals_body [class*=health_resource] [class*=resource_title],.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .next_steps_body [class*=education_resource] [class*=resource_title],.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .next_steps_body [class*=health_resource] [class*=resource_title],.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .resources_body [class*=education_resource] [class*=resource_title],.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .resources_body [class*=health_resource] [class*=resource_title]{--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));font-weight:500;font-size:1.125rem;border-style:none;display:block;box-shadow:none;margin:0;padding:0;word-break:break-all;white-space:normal}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_health_goals_body [class*=education_resource] [class*=resource_description],.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_health_goals_body [class*=health_resource] [class*=resource_description],.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_resources_body [class*=education_resource] [class*=resource_description],.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_resources_body [class*=health_resource] [class*=resource_description],.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .health_goals_body [class*=education_resource] [class*=resource_description],.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .health_goals_body [class*=health_resource] [class*=resource_description],.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .next_steps_body [class*=education_resource] [class*=resource_description],.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .next_steps_body [class*=health_resource] [class*=resource_description],.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .resources_body [class*=education_resource] [class*=resource_description],.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .resources_body [class*=health_resource] [class*=resource_description]{font-size:15px;--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity));line-height:20px;border-style:none;display:block;box-shadow:none;margin:0;padding:0;word-break:break-all;white-space:normal}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_health_goals_body [class*=education_resource] .document_icon,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_health_goals_body [class*=health_resource] .document_icon,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_resources_body [class*=education_resource] .document_icon,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_resources_body [class*=health_resource] .document_icon,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .health_goals_body [class*=education_resource] .document_icon,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .health_goals_body [class*=health_resource] .document_icon,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .next_steps_body [class*=education_resource] .document_icon,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .next_steps_body [class*=health_resource] .document_icon,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .resources_body [class*=education_resource] .document_icon,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .resources_body [class*=health_resource] .document_icon{display:block;margin-right:1rem;background:url(https://assets.livongo.com/image/upload/v1713276216/web-sdk/icons/document.svg);width:3rem;height:3rem}@media only screen and (max-width: 472px) and (min-width: 320px){.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_health_goals_body [class*=education_resource] .document_icon,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_health_goals_body [class*=health_resource] .document_icon,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_resources_body [class*=education_resource] .document_icon,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_resources_body [class*=health_resource] .document_icon,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .health_goals_body [class*=education_resource] .document_icon,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .health_goals_body [class*=health_resource] .document_icon,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .next_steps_body [class*=education_resource] .document_icon,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .next_steps_body [class*=health_resource] .document_icon,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .resources_body [class*=education_resource] .document_icon,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .resources_body [class*=health_resource] .document_icon{display:none}}@media only screen and (max-width: 472px) and (min-width: 320px){.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_health_goals_body [class*=education_resource] .button-CarePlan,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_health_goals_body [class*=health_resource] .button-CarePlan,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_resources_body [class*=education_resource] .button-CarePlan,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_resources_body [class*=health_resource] .button-CarePlan,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .health_goals_body [class*=education_resource] .button-CarePlan,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .health_goals_body [class*=health_resource] .button-CarePlan,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .next_steps_body [class*=education_resource] .button-CarePlan,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .next_steps_body [class*=health_resource] .button-CarePlan,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .resources_body [class*=education_resource] .button-CarePlan,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .resources_body [class*=health_resource] .button-CarePlan{background:url(https://assets.livongo.com/image/upload/v1713187520/web-sdk/icons/blue-arrow-right_yaageo.svg) no-repeat 50%;font-size:1px;border-style:none}}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_health_goals_body [class*=education_resource] .spinner-web-sdk,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_health_goals_body [class*=health_resource] .spinner-web-sdk,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_resources_body [class*=education_resource] .spinner-web-sdk,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_resources_body [class*=health_resource] .spinner-web-sdk,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .health_goals_body [class*=education_resource] .spinner-web-sdk,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .health_goals_body [class*=health_resource] .spinner-web-sdk,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .next_steps_body [class*=education_resource] .spinner-web-sdk,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .next_steps_body [class*=health_resource] .spinner-web-sdk,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .resources_body [class*=education_resource] .spinner-web-sdk,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .resources_body [class*=health_resource] .spinner-web-sdk{visibility:hidden}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_health_goals_body [class*=education_resource] .button-CarePlan:hover,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_health_goals_body [class*=health_resource] .button-CarePlan:hover,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_resources_body [class*=education_resource] .button-CarePlan:hover,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_resources_body [class*=health_resource] .button-CarePlan:hover,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .health_goals_body [class*=education_resource] .button-CarePlan:hover,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .health_goals_body [class*=health_resource] .button-CarePlan:hover,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .next_steps_body [class*=education_resource] .button-CarePlan:hover,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .next_steps_body [class*=health_resource] .button-CarePlan:hover,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .resources_body [class*=education_resource] .button-CarePlan:hover,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .resources_body [class*=health_resource] .button-CarePlan:hover{--bg-opacity:1;background-color:#f5f0fd;background-color:rgba(245, 240, 253, var(--bg-opacity));--text-opacity:1;color:#3910b8;color:rgba(57, 16, 184, var(--text-opacity));--border-opacity:1;border-color:#3910b8;border-color:rgba(57, 16, 184, var(--border-opacity))}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_health_goals_body [class*=education_resource] .button-CarePlan:active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_health_goals_body [class*=health_resource] .button-CarePlan:active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_resources_body [class*=education_resource] .button-CarePlan:active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_resources_body [class*=health_resource] .button-CarePlan:active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .health_goals_body [class*=education_resource] .button-CarePlan:active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .health_goals_body [class*=health_resource] .button-CarePlan:active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .next_steps_body [class*=education_resource] .button-CarePlan:active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .next_steps_body [class*=health_resource] .button-CarePlan:active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .resources_body [class*=education_resource] .button-CarePlan:active,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .resources_body [class*=health_resource] .button-CarePlan:active{--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));--text-opacity:1;color:#3910b8;color:rgba(57, 16, 184, var(--text-opacity));--border-opacity:1;border-color:#3910b8;border-color:rgba(57, 16, 184, var(--border-opacity))}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_health_goals_body [class*=education_resource] .button-CarePlan:focus,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_health_goals_body [class*=health_resource] .button-CarePlan:focus,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_resources_body [class*=education_resource] .button-CarePlan:focus,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_resources_body [class*=health_resource] .button-CarePlan:focus,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .health_goals_body [class*=education_resource] .button-CarePlan:focus,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .health_goals_body [class*=health_resource] .button-CarePlan:focus,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .next_steps_body [class*=education_resource] .button-CarePlan:focus,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .next_steps_body [class*=health_resource] .button-CarePlan:focus,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .resources_body [class*=education_resource] .button-CarePlan:focus,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .resources_body [class*=health_resource] .button-CarePlan:focus{--bg-opacity:1;background-color:#f5f0fd;background-color:rgba(245, 240, 253, var(--bg-opacity));--text-opacity:1;color:#3910b8;color:rgba(57, 16, 184, var(--text-opacity));--border-opacity:1;border-color:#3910b8;border-color:rgba(57, 16, 184, var(--border-opacity));box-shadow:0 0 0 2px #fff,0 0 2px 4px rgba(81,86,245,0.6)}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_health_goals_body .question_section,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_resources_body .question_section,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .health_goals_body .question_section,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .next_steps_body .question_section,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .resources_body .question_section{--bg-opacity:1;background-color:#f7f9f9;background-color:rgba(247, 249, 249, var(--bg-opacity));padding:1.5rem;border-radius:.75rem}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_health_goals_body .question_section .questions_title,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_resources_body .question_section .questions_title,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .health_goals_body .question_section .questions_title,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .next_steps_body .question_section .questions_title,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .resources_body .question_section .questions_title{font-size:1.25rem;font-weight:500;--text-opacity:1;color:#000;color:rgba(0, 0, 0, var(--text-opacity));margin-bottom:0.5rem !important;line-height:1.75rem}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_health_goals_body .question_section [class*=questions_description],.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_resources_body .question_section [class*=questions_description],.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .health_goals_body .question_section [class*=questions_description],.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .next_steps_body .question_section [class*=questions_description],.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .resources_body .question_section [class*=questions_description]{--text-opacity:1;color:#000;color:rgba(0, 0, 0, var(--text-opacity));font-size:1rem;line-height:20px;width:100%;display:block}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_health_goals_body .resources_linked_text .link-web-sdk,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_resources_body .resources_linked_text .link-web-sdk,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .health_goals_body .resources_linked_text .link-web-sdk,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .next_steps_body .resources_linked_text .link-web-sdk,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .resources_body .resources_linked_text .link-web-sdk{--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity));text-decoration:underline;font-size:1.125rem;line-height:1.5rem}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_health_goals_body .button-CarePlan,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .empty_resources_body .button-CarePlan,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .health_goals_body .button-CarePlan,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .next_steps_body .button-CarePlan,.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .resources_body .button-CarePlan{margin:0 !important;padding:.875rem 31px;width:-moz-fit-content;width:fit-content;height:3rem;border-radius:9999px;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity));--border-opacity:1;border:1px solid #5156f5;border-color:rgba(81, 86, 245, var(--border-opacity));font-size:1.125rem;font-weight:500;line-height:20px}.root-web-sdk #containerForm .CarePlan .screen-fields-web-sdk .resources_body{border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem}.root-web-sdk #containerForm .CarePlanDetails{line-height:20px}.root-web-sdk #containerForm .CarePlanDetails .button-schedule_a_visit_button{margin-top:32px}.root-web-sdk #containerForm .CarePlanDetails h1.title-web-sdk{word-wrap:break-word;overflow-wrap:break-word;margin-bottom:1rem}.root-web-sdk #containerForm .CarePlanDetails p.text-web-sdk{margin-bottom:1rem;font-size:1.125rem}.root-web-sdk #containerForm .CarePlanDetails p.text-web-sdk.primary_care_provider_label{margin-top:32px;margin-bottom:.25rem}.root-web-sdk #containerForm .CarePlanDetails p.text-web-sdk.created_by_label{margin-bottom:.25rem}.root-web-sdk #containerForm .CarePlanDetails p.text-web-sdk.TDFieldOptionLargeBody{font-size:2rem;font-weight:500;margin-top:3.5rem}.root-web-sdk #containerForm .CarePlanDetails .person-thumbnail{display:flex;flex-direction:row;align-items:center}.root-web-sdk #containerForm .CarePlanDetails .person-thumbnail .img-wrapper{margin-right:1rem}.root-web-sdk #containerForm .CarePlanDetails .person-thumbnail .img-wrapper .img-container{height:3rem;width:3rem;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));border-width:2px;--border-opacity:1;border-color:#a8c8dd;border-color:rgba(168, 200, 221, var(--border-opacity));border-radius:9999px;overflow:hidden}.root-web-sdk #containerForm .CarePlanDetails .person-thumbnail .img-wrapper .img-container img{display:block;height:100%;max-width:inherit}.root-web-sdk #containerForm .CarePlanDetails .person-thumbnail .img-wrapper .img-container .img-icon{background:url(https://assets.livongo.com/image/upload/v1713282904/web-sdk/icons/td-user.svg) no-repeat scroll 50%;background-origin:content-box;background-size:contain;width:100%;height:100%}.root-web-sdk #containerForm .CarePlanDetails .status.blue{--text-opacity:1;color:#005c95;color:rgba(0, 92, 149, var(--text-opacity))}.root-web-sdk #containerForm .CarePlanDetails .status.danger{--text-opacity:1;color:#aa1010;color:rgba(170, 16, 16, var(--text-opacity))}.root-web-sdk #containerForm .CarePlanDetails .status.dark{--text-opacity:1;color:#2c2a29;color:rgba(44, 42, 41, var(--text-opacity))}.root-web-sdk #containerForm .CarePlanDetails .status.success{--text-opacity:1;color:#167f01;color:rgba(22, 127, 1, var(--text-opacity))}.root-web-sdk #containerForm .CarePlanDetails .goal{margin-bottom:1rem;border-width:1px;--border-opacity:1;border-color:#a5a197;border-color:rgba(165, 161, 151, var(--border-opacity));border-radius:.5rem}.root-web-sdk #containerForm .CarePlanDetails .goal .goal-body{padding-left:2rem;padding-right:2rem;padding-top:1.75rem;border-top-width:1px;--border-opacity:1;border-color:#a5a197;border-color:rgba(165, 161, 151, var(--border-opacity))}.root-web-sdk #containerForm .CarePlanDetails .goal .goal-body.closed{display:none}.root-web-sdk #containerForm .CarePlanDetails .goal .goal-body .tasks-header{font-size:1.125rem;font-weight:700;margin-bottom:.5rem}.root-web-sdk #containerForm .CarePlanDetails .goal .goal-header{display:flex;align-items:center;justify-content:space-between;padding:2rem 1.25rem}.root-web-sdk #containerForm .CarePlanDetails .goal .goal-header .goal-icon-web-sdk{margin-right:.75rem}.root-web-sdk #containerForm .CarePlanDetails .goal .goal-header .goal-icon-web-sdk.flagIcon{background:url(https://assets.livongo.com/image/upload/v1713282598/web-sdk/icons/td_flag_rc1bls.svg) no-repeat 50%;background-size:2rem;height:2rem;width:2rem}.root-web-sdk #containerForm .CarePlanDetails .goal .goal-header .goal-icon-web-sdk.completeIcon{background:url(https://assets.livongo.com/image/upload/v1713282738/web-sdk/icons/td-complete_s90pq7.svg) no-repeat 50%;background-size:2rem;height:2rem;width:2rem}.root-web-sdk #containerForm .CarePlanDetails .goal .goal-header div.content-wrapper{display:flex;align-items:center;width:91.666667%}.root-web-sdk #containerForm .CarePlanDetails .goal .goal-header div.content-wrapper .goal-info{overflow:hidden}.root-web-sdk #containerForm .CarePlanDetails .goal .goal-header div.content-wrapper .goal-info .title{line-height:2rem;word-wrap:break-word;overflow-wrap:break-word;font-size:1.5rem}.root-web-sdk #containerForm .CarePlanDetails .goal .goal-header div.content-wrapper .goal-info .status-date-wrapper{display:flex;font-size:1.125rem;flex-direction:column}@media (min-width: 576px){.root-web-sdk #containerForm .CarePlanDetails .goal .goal-header div.content-wrapper .goal-info .status-date-wrapper{flex-direction:row}}.root-web-sdk #containerForm .CarePlanDetails .goal .goal-header div.content-wrapper .goal-info .status-date-wrapper .status{margin-right:1.5rem;font-weight:700;margin-bottom:.5rem}@media (min-width: 576px){.root-web-sdk #containerForm .CarePlanDetails .goal .goal-header div.content-wrapper .goal-info .status-date-wrapper .status{margin-bottom:0}}.root-web-sdk #containerForm .CarePlanDetails .goal .goal-header div.content-wrapper .goal-info .status-date-wrapper .date{--text-opacity:1;color:#727069;color:rgba(114, 112, 105, var(--text-opacity))}.root-web-sdk #containerForm .CarePlanDetails .goal .goal-header button.button-collapse{width:1rem;height:1rem;outline:2px solid transparent;outline-offset:2px}.root-web-sdk #containerForm .CarePlanDetails .goal .goal-header button.button-collapse .td-arrow-top{background:url(https://assets.livongo.com/image/upload/v1713282723/web-sdk/icons/td-arrow-top.svg) no-repeat 50%;background-origin:content-box;width:1rem;height:1rem;display:block}.root-web-sdk #containerForm .CarePlanDetails .goal .goal-header button.button-collapse .td-arrow-down{background:url(https://assets.livongo.com/image/upload/v1713187957/web-sdk/icons/td-arrow-down.svg) no-repeat 50%;background-origin:content-box;width:1rem;height:1rem;display:block}.root-web-sdk #containerForm .CarePlanDetails .tasks .task-wrapper{margin-bottom:1.75rem}.root-web-sdk #containerForm .CarePlanDetails .tasks .task-wrapper .title{font-size:1.125rem;margin-bottom:.5rem;word-wrap:break-word;overflow-wrap:break-word}.root-web-sdk #containerForm .CarePlanDetails .tasks .task-wrapper .task-info{display:flex}.root-web-sdk #containerForm .CarePlanDetails .tasks .task-wrapper .task-info .status{font-weight:700;margin-right:1.5rem}.root-web-sdk #containerForm .CarePlanDetails .tasks .task-wrapper .task-info .date{--text-opacity:1;color:#727069;color:rgba(114, 112, 105, var(--text-opacity))}.root-web-sdk #containerForm .CarePlanDetails .tasks .divider{margin-bottom:1.75rem;border-top-width:1px;--border-opacity:1;border-color:#cbc9bf;border-color:rgba(203, 201, 191, var(--border-opacity))}.root-web-sdk #containerForm .CarePlanDetails .divider-web-sdk{border-bottom-width:1px}.root-web-sdk #containerForm .CarePlanDetails .member-attachment{display:flex;justify-content:space-between;align-items:center;padding:1rem}.root-web-sdk #containerForm .CarePlanDetails .member-attachment div{width:80%}.root-web-sdk #containerForm .CarePlanDetails .member-attachment div p{word-wrap:break-word;overflow-wrap:break-word}.root-web-sdk #containerForm .CarePlanDetails .member-attachment div .title{margin-bottom:.5rem}.root-web-sdk #containerForm .CarePlanDetails .member-attachment div .description{font-size:.875rem;--text-opacity:1;color:#727069;color:rgba(114, 112, 105, var(--text-opacity))}.root-web-sdk #containerForm .CarePlanDetails .member-attachment button{display:flex;align-items:center;--text-opacity:1;color:#005c95;color:rgba(0, 92, 149, var(--text-opacity))}.root-web-sdk #containerForm .CarePlanDetails .member-attachment button:hover{opacity:.75}.root-web-sdk #containerForm .CarePlanDetails .member-attachment button .download-file-web-sdk{background:url(https://assets.livongo.com/image/upload/v1713282820/web-sdk/icons/td-download-file.svg) no-repeat scroll 100%;background-size:cover;height:1.5rem;width:1.5rem}.root-web-sdk #containerForm .CarePlanDetails .additional_info{line-height:1.5rem;margin-bottom:1.75rem;font-size:1.125rem;word-wrap:break-word;overflow-wrap:break-word}.root-web-sdk #containerForm .CareTeamMembersList .button-select_provider{margin-top:0;margin-bottom:32px}.root-web-sdk #containerForm .CareTeamMembersList .care-team-provider-button{background:url(https://assets.livongo.com/image/upload/v1713282055/web-sdk/icons/right-arrow-purple.svg) no-repeat scroll 100%;background-origin:content-box}.root-web-sdk #containerForm .CareTeamMembersList .care-team-provider-button .content{display:flex;flex-direction:row}.root-web-sdk #containerForm .CareTeamMembersList .care-team-provider-button .content .img-wrapper{margin-right:1rem}.root-web-sdk #containerForm .CareTeamMembersList .care-team-provider-button .content .img-wrapper .img-container{height:5rem;width:5rem;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));border-width:2px;--border-opacity:1;border-color:#a8c8dd;border-color:rgba(168, 200, 221, var(--border-opacity));border-radius:9999px;overflow:hidden}.root-web-sdk #containerForm .CareTeamMembersList .care-team-provider-button .content .img-wrapper .img-container img{display:block;height:100%;max-width:inherit}.root-web-sdk #containerForm .CareTeamMembersList .care-team-provider-button .content .img-wrapper .img-container .img-icon{background:url(https://assets.livongo.com/image/upload/v1713282904/web-sdk/icons/td-user.svg) no-repeat scroll 50%;background-origin:content-box;background-size:contain;width:100%;height:100%}.root-web-sdk #containerForm .CareTeamMembersList .care-team-provider-button .content .description-wrapper{text-align:left;padding-right:2rem}.root-web-sdk #containerForm .CareTeamMembersList .care-team-provider-button .content .description-wrapper p{margin-bottom:.5rem;line-height:1.25rem}.root-web-sdk #containerForm .CareTeamMembersList .care-team-provider-button .content .description-wrapper p.care-provider-title{font-size:1.25rem;font-weight:700}.root-web-sdk #containerForm .CareTeamMembersList .care-team-provider-button .content .description-wrapper p.care-provider-subtitle,.root-web-sdk #containerForm .CareTeamMembersList .care-team-provider-button .content .description-wrapper p.care-provider-subtitle-secondary{font-size:1.125rem}.root-web-sdk #containerForm .CareTeamMembersList .care-team-provider-button .content .description-wrapper p.care-provider-gray-subtitle{margin:0}.root-web-sdk #containerForm .CareTeamMembersList .care-team-provider-button:hover{--bg-opacity:1;background-color:#ded5e9;background-color:rgba(222, 213, 233, var(--bg-opacity))}.root-web-sdk #containerForm .CareTeamMembersList .care_team_note{margin-bottom:32px}.root-web-sdk #containerForm .CareTeamMembersList .phone_line_banner{--bg-opacity:1;background-color:#f7f9f9;background-color:rgba(247, 249, 249, var(--bg-opacity));padding:1rem;border-radius:12px}.root-web-sdk #containerForm .CareTeamMembersList .phone_line_banner .phone_line_title{margin:0}.root-web-sdk #containerForm .CareTeamMembersList .phone_line_banner .phone_line_message-0{--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity))}.root-web-sdk #containerForm .CareTeam .title-web-sdk{font-size:37px;line-height:2.5rem}.root-web-sdk #containerForm .CareTeam .screen-fields-web-sdk .care_team_description{font-size:1.125rem;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));font-weight:400;line-height:1.75rem}@media only screen and (max-width: 472px) and (min-width: 320px){.root-web-sdk #containerForm .CareTeam .screen-fields-web-sdk .care_team_description{line-height:1.5rem}}.root-web-sdk #containerForm .CareTeam .screen-fields-web-sdk .field-wrapper-web-sdk{margin-bottom:3.5rem}.root-web-sdk #containerForm .CareTeam .screen-fields-web-sdk .field-wrapper-web-sdk .label-web-sdk .label-title-websdk{font-size:1.125rem;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));line-height:20px;font-weight:500}.root-web-sdk #containerForm .CareTeam .screen-fields-web-sdk .field-wrapper-web-sdk .custom-select-wrapper-web-sdk{width:320px}.root-web-sdk #containerForm .CareTeam .screen-fields-web-sdk .field-wrapper-web-sdk .custom-select-wrapper-web-sdk .custom-select-web-sdk{font-weight:400;font-size:1.125rem;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));padding:.75rem}.root-web-sdk #containerForm .CareTeam .screen-fields-web-sdk .field-wrapper-web-sdk .custom-select-wrapper-web-sdk .custom-select-web-sdk.expanded,.root-web-sdk #containerForm .CareTeam .screen-fields-web-sdk .field-wrapper-web-sdk .custom-select-wrapper-web-sdk .custom-select-web-sdk:active{background:url(https://assets.livongo.com/image/upload/v1713275634/web-sdk/icons/arrow-down-black.svg) no-repeat scroll;background-position:right 1rem center;background-origin:padding-box;text-overflow:ellipsis;border-width:2px;--border-opacity:1;border-color:#5156f5;border-color:rgba(81, 86, 245, var(--border-opacity));box-shadow:0 0 0 2px #fff,0 0 2px 4px rgba(81,86,245,0.6)}.root-web-sdk #containerForm .CareTeam .screen-fields-web-sdk .field-wrapper-web-sdk .custom-select-wrapper-web-sdk .custom-select-web-sdk:focus,.root-web-sdk #containerForm .CareTeam .screen-fields-web-sdk .field-wrapper-web-sdk .custom-select-wrapper-web-sdk .custom-select-web-sdk:hover{border-width:2px;--border-opacity:1;border-color:#5156f5;border-color:rgba(81, 86, 245, var(--border-opacity))}.root-web-sdk #containerForm .CareTeam .screen-fields-web-sdk .field-wrapper-web-sdk .custom-select-wrapper-web-sdk .custom-select-option-list-web-sdk{border-style:none;box-shadow:0 8px 20px 0 rgba(0,0,0,0.160784)}.root-web-sdk #containerForm .CareTeam .screen-fields-web-sdk .field-wrapper-web-sdk .custom-select-wrapper-web-sdk .custom-select-option-list-web-sdk .custom-select-option-web-sdk{border-top-width:1px;--border-opacity:1;border-color:#dfe0df;border-color:rgba(223, 224, 223, var(--border-opacity));min-height:40px;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));font-size:15px;line-height:20px;font-weight:400}.root-web-sdk #containerForm .CareTeam .screen-fields-web-sdk .field-wrapper-web-sdk .custom-select-wrapper-web-sdk .custom-select-option-list-web-sdk .custom-select-option-web-sdk:first-child{border-top:none;min-height:3rem;padding-top:1rem}.root-web-sdk #containerForm .CareTeam .screen-fields-web-sdk .field-wrapper-web-sdk .custom-select-wrapper-web-sdk .custom-select-option-list-web-sdk .custom-select-option-web-sdk.highlighted{--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity))}.root-web-sdk #containerForm .CareTeam .screen-fields-web-sdk .field-wrapper-web-sdk .custom-select-wrapper-web-sdk .custom-select-option-list-web-sdk .custom-select-option-web-sdk:hover{--bg-opacity:1;background-color:#f5f0fd;background-color:rgba(245, 240, 253, var(--bg-opacity))}.root-web-sdk #containerForm .CareTeam .screen-fields-web-sdk .no_current_providers{--bg-opacity:1;background-color:#f7f9f9;background-color:rgba(247, 249, 249, var(--bg-opacity));padding:1.5rem}.root-web-sdk #containerForm .CareTeam .screen-fields-web-sdk .no_current_providers .no_care_team_description{font-size:1.125rem;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));font-weight:400;line-height:1.75rem;margin:0 !important}.root-web-sdk #containerForm .CareTeam .screen-fields-web-sdk .button-request_a_visit_button{margin-top:1.5rem !important;margin-bottom:0 !important;padding:.75rem 1.5rem;width:-moz-fit-content;width:fit-content;border-radius:9999px;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity));--border-opacity:1;border:1px solid #5156f5;border-color:rgba(81, 86, 245, var(--border-opacity));font-size:1.125rem;font-weight:500;line-height:20px}.root-web-sdk #containerForm .CareTeam .screen-fields-web-sdk .button-CareTeam:focus,.root-web-sdk #containerForm .CareTeam .screen-fields-web-sdk .button-CareTeam:hover{--bg-opacity:1;background-color:#f5f0fd;background-color:rgba(245, 240, 253, var(--bg-opacity));--text-opacity:1;color:#3910b8;color:rgba(57, 16, 184, var(--text-opacity));--border-opacity:1;border-color:#3910b8;border-color:rgba(57, 16, 184, var(--border-opacity))}.root-web-sdk #containerForm .CareTeam .screen-fields-web-sdk .button-CareTeam:active{--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));--text-opacity:1;color:#3910b8;color:rgba(57, 16, 184, var(--text-opacity));--border-opacity:1;border-color:#3910b8;border-color:rgba(57, 16, 184, var(--border-opacity))}.root-web-sdk #containerForm .CareTeam .screen-fields-web-sdk .button-CareTeam:focus{box-shadow:0 0 0 2px #fff,0 0 2px 4px rgba(81,86,245,0.6)}.root-web-sdk #containerForm .CareTeam .current_providers_heading .current_providers_title{font-size:26px;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));font-weight:500;line-height:2rem;margin-bottom:1.5rem !important}@media only screen and (max-width: 472px) and (min-width: 320px){.root-web-sdk #containerForm .CareTeam .current_providers_heading .current_providers_title{font-size:22px;line-height:1.5rem}}.root-web-sdk #containerForm .CareTeam .current_providers .current_providers_description{margin-bottom:1.5rem;font-weight:400;font-size:1.125rem;line-height:1.75rem;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity))}.root-web-sdk #containerForm .CareTeam .current_providers [class*=current_providers_content_field]{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));grid-template-columns:97px auto;grid-column-gap:1rem;-moz-column-gap:1rem;column-gap:1rem;border-width:1px;margin-bottom:1rem;border-radius:.5rem}.root-web-sdk #containerForm .CareTeam .current_providers [class*=current_providers_content_field] .image-wrapper-web-sdk{width:6rem !important;height:6rem !important;padding-left:1rem;margin-bottom:0}.root-web-sdk #containerForm .CareTeam .current_providers [class*=current_providers_content_field] .image-wrapper-web-sdk .image-container-web-sdk{border-radius:48px}.root-web-sdk #containerForm .CareTeam .current_providers [class*=current_providers_content_field] .image-wrapper-web-sdk .image-container-web-sdk .placeholder-websdk{--text-opacity:1;color:#351f65;color:rgba(53, 31, 101, var(--text-opacity));--bg-opacity:1;background-color:#efe9fc;background-color:rgba(239, 233, 252, var(--bg-opacity));width:5rem;height:5rem;border-radius:48px;text-align:center;font-size:26px;line-height:2rem;font-weight:700;padding-top:1.5rem;margin-top:1.25rem}.root-web-sdk #containerForm .CareTeam .current_providers [class*=current_providers_content_field] .image-wrapper-web-sdk .image-container-web-sdk .image-web-sdk{margin-top:1.25rem;border-radius:48px}.root-web-sdk #containerForm .CareTeam .current_providers [class*=current_providers_content_field] [class*=provider_profile_fields_]{padding-top:1.25rem;padding-bottom:1.25rem}.root-web-sdk #containerForm .CareTeam .current_providers [class*=current_providers_content_field] [class*=provider_profile_fields_] [class*=provider_name_]{font-weight:700;font-size:1.5rem;line-height:1.75rem}.root-web-sdk #containerForm .CareTeam .current_providers [class*=current_providers_content_field] [class*=provider_actions_fields_]{grid-column:span 2/span 2;padding:1rem 1.5rem}.root-web-sdk #containerForm .CareTeam .current_providers [class*=current_providers_content_field] [class*=provider_actions_fields_] [class*=button-remove_provider_button_],.root-web-sdk #containerForm .CareTeam .current_providers [class*=current_providers_content_field] [class*=provider_actions_fields_] [class*=button-schedule_a_visit_button_]{width:100%;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));--text-opacity:1;color:#5b2f91;color:rgba(91, 47, 145, var(--text-opacity));padding:.875rem 1rem;font-size:1rem;line-height:1rem;font-weight:500}.root-web-sdk #containerForm .CareTeam .current_providers [class*=current_providers_content_field] [class*=provider_actions_fields_] [class*=button-schedule_a_visit_button_]{border-radius:.5rem;border-width:1px;--border-opacity:1;border-color:#5b2f91;border-color:rgba(91, 47, 145, var(--border-opacity));margin-top:0 !important;margin-bottom:0.625rem !important}.root-web-sdk #containerForm .CareTeam .current_providers [class*=current_providers_content_field] [class*=provider_actions_fields_] [class*=button-remove_provider_button_]{border-style:none;margin-top:0 !important;margin-bottom:0 !important}.root-web-sdk #containerForm .CareTeam .current_providers [class*=current_providers_content_field] [class*=provider_tag_]{border-radius:.25rem;--bg-opacity:1;background-color:#f1f4f8;background-color:rgba(241, 244, 248, var(--bg-opacity));width:-moz-fit-content;width:fit-content;margin-bottom:0.5rem !important;font-size:.875rem;line-height:1rem;font-weight:500;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));margin-bottom:0;padding:.125rem .25rem;border-bottom-width:1px;--border-opacity:1;border-color:#dfe0df;border-color:rgba(223, 224, 223, var(--border-opacity))}.root-web-sdk #containerForm .CareTeam .current_providers [class*=current_providers_content_field] [class*=provider_credentials_],.root-web-sdk #containerForm .CareTeam .current_providers [class*=current_providers_content_field] [class*=provider_primary_specialty_]{font-size:1.125rem;line-height:1.5rem;font-weight:400;--text-opacity:1;color:#181919;color:rgba(24, 25, 25, var(--text-opacity))}.root-web-sdk #containerForm .CareTeam .current_providers [class*=current_providers_content_field] [class*=view_profile_button_]{--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity));font-size:1.125rem;line-height:20px;font-weight:500;opacity:1}.root-web-sdk #containerForm .CareTeam .current_providers [class*=current_providers_content_field] [class*=view_profile_button_]:hover{text-decoration:underline}.root-web-sdk #containerForm .CareTeam .current_providers [class*=current_providers_content_field] .text-web-sdk{margin-bottom:.75rem}.root-web-sdk #containerForm .CareTeam .phone_line_banner .container-content{--bg-opacity:1;background-color:#f7f9f9;background-color:rgba(247, 249, 249, var(--bg-opacity));padding:1.5rem;border-radius:.75rem;margin-top:32px;border-width:1px;--border-opacity:1;border-color:#dfe0df;border-color:rgba(223, 224, 223, var(--border-opacity))}.root-web-sdk #containerForm .CareTeam .phone_line_banner .container-content .phone_line_title{font-size:22px;font-weight:400;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));margin-bottom:.5rem;line-height:1.75rem}.root-web-sdk #containerForm .CareTeam .phone_line_banner .container-content .phone_line_message .text-web-sdk [class*=phone_line_message]{font-size:1.125rem;line-height:1.75rem;--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity));font-weight:400}.root-web-sdk #containerForm .CareTeam .phone_line_banner .container-content .phone_line_message .text-web-sdk .link-web-sdk{font-size:1.125rem;line-height:1.75rem;--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity));font-weight:500;text-decoration:underline}.root-web-sdk #containerForm .dialog-overlay-web-sdk .dialog-web-sdk .dialog-content-web-sdk [class*=removeVpcpDialog] .screen-fields-web-sdk [class*=dialogTitleContainer]{display:flex;flex-direction:row;justify-content:space-between}.root-web-sdk #containerForm .dialog-overlay-web-sdk .dialog-web-sdk .dialog-content-web-sdk [class*=removeVpcpDialog] .screen-fields-web-sdk [class*=dialogTitleContainer] .dialogTitle{font-size:1.375rem;font-weight:500;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));margin-bottom:1rem;width:-moz-fit-content;width:fit-content}@media (min-width: 472px){.root-web-sdk #containerForm .dialog-overlay-web-sdk .dialog-web-sdk .dialog-content-web-sdk [class*=removeVpcpDialog] .screen-fields-web-sdk [class*=dialogTitleContainer] .dialogTitle{font-size:1.625rem}}.root-web-sdk #containerForm .dialog-overlay-web-sdk .dialog-web-sdk .dialog-content-web-sdk [class*=removeVpcpDialog] .screen-fields-web-sdk [class*=dialogTitleContainer] [class*=removeVpcpDialog]{width:1rem;height:1rem;margin-bottom:0 !important;background:url(https://assets.livongo.com/image/upload/v1713279106/web-sdk/icons/pulse-dialog-close.svg) no-repeat scroll;border-style:none;padding:0;margin-top:0.5rem !important}.root-web-sdk #containerForm .dialog-overlay-web-sdk .dialog-web-sdk .dialog-content-web-sdk [class*=removeVpcpDialog] .screen-fields-web-sdk .dialogSubtitle{margin-top:1.5rem}.root-web-sdk #containerForm .dialog-overlay-web-sdk .dialog-web-sdk .dialog-content-web-sdk [class*=removeVpcpDialog] .screen-fields-web-sdk .dialogText{margin-bottom:1.25rem;text-align:left;line-height:1.5rem;--text-opacity:1;color:#718096;color:rgba(113, 128, 150, var(--text-opacity));font-size:1.125rem;font-weight:400}.root-web-sdk #containerForm .dialog-overlay-web-sdk .dialog-web-sdk .dialog-content-web-sdk [class*=removeVpcpDialog] .screen-fields-web-sdk [class*=button-dismissButton],.root-web-sdk #containerForm .dialog-overlay-web-sdk .dialog-web-sdk .dialog-content-web-sdk [class*=removeVpcpDialog] .screen-fields-web-sdk [class*=button-removeVpcpButton]{margin-left:1rem;height:3rem}@media (min-width: 472px){.root-web-sdk #containerForm .dialog-overlay-web-sdk .dialog-web-sdk .dialog-content-web-sdk [class*=removeVpcpDialog] .screen-fields-web-sdk [class*=button-dismissButton],.root-web-sdk #containerForm .dialog-overlay-web-sdk .dialog-web-sdk .dialog-content-web-sdk [class*=removeVpcpDialog] .screen-fields-web-sdk [class*=button-removeVpcpButton]{width:23%}}.root-web-sdk #containerForm .dialog-overlay-web-sdk .dialog-web-sdk .dialog-content-web-sdk [class*=removeVpcpDialog] .screen-fields-web-sdk [class*=button-dismissButton]{border-width:2px;font-size:1.125rem;margin-bottom:32px;padding-top:.8125rem;padding-bottom:.8125rem;color:#5b2f91;color:rgba(91, 47, 145, var(--text-opacity));--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));--text-opacity:1;color:#422981;color:rgba(66, 41, 129, var(--text-opacity))}@media (min-width: 472px){.root-web-sdk #containerForm .dialog-overlay-web-sdk .dialog-web-sdk .dialog-content-web-sdk [class*=removeVpcpDialog] .screen-fields-web-sdk [class*=button-dismissButton]{width:23%}}.root-web-sdk #containerForm .dialog-overlay-web-sdk .dialog-web-sdk .dialog-content-web-sdk [class*=removeVpcpDialog] .screen-fields-web-sdk [class*=button-dismissButton]:hover{--bg-opacity:1;background-color:#f0e6f4;background-color:rgba(240, 230, 244, var(--bg-opacity));font-weight:500;--border-opacity:1;border-color:#5b2f91;border-color:rgba(91, 47, 145, var(--border-opacity))}.root-web-sdk #containerForm .ProviderProfilePopup-dialog-wrapper .dialog-web-sdk .dialog-header-web-sdk{border-style:none;padding:1rem}.root-web-sdk #containerForm .ProviderProfilePopup-dialog-wrapper .dialog-web-sdk .dialog-header-web-sdk button.dialog-web-sdk-ico-close{margin-right:.5rem;margin-top:.5rem;outline:2px solid transparent;outline-offset:2px;height:1rem;min-width:1rem;background:url(https://assets.livongo.com/image/upload/v1713279106/web-sdk/icons/pulse-dialog-close.svg) no-repeat}.root-web-sdk #containerForm .ProviderProfilePopup-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk{padding-top:0;padding-left:0;padding-right:0;overflow:auto;max-height:-moz-fit-content;max-height:fit-content}.root-web-sdk #containerForm .ProviderProfilePopup-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .ProviderProfilePopup .screen-fields-web-sdk .provider_profile_container0{padding-left:0 !important;padding-right:0 !important;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));display:grid;border-style:none;margin-top:0;margin-bottom:0;box-shadow:none;grid-template-columns:repeat(2, minmax(0, 1fr))}.root-web-sdk #containerForm .ProviderProfilePopup-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .ProviderProfilePopup .screen-fields-web-sdk .provider_profile_container0 .header_spacer{--bg-opacity:1;background-color:#f7f9f9;background-color:rgba(247, 249, 249, var(--bg-opacity));border-bottom-width:1px;display:grid;margin-bottom:0;padding-top:1rem;padding-bottom:1rem;border-style:none;border-radius:0;box-shadow:none;grid-column-start:1;grid-column:span 2/span 2;grid-template-columns:140px 1fr}.root-web-sdk #containerForm .ProviderProfilePopup-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .ProviderProfilePopup .screen-fields-web-sdk .provider_profile_container0 .header_spacer .image-wrapper-web-sdk{width:6rem !important;height:6rem !important;margin-bottom:0;margin-left:1rem;grid-row-start:1;grid-row-end:3}.root-web-sdk #containerForm .ProviderProfilePopup-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .ProviderProfilePopup .screen-fields-web-sdk .provider_profile_container0 .header_spacer .image-wrapper-web-sdk .image-container-web-sdk{border-radius:48px}.root-web-sdk #containerForm .ProviderProfilePopup-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .ProviderProfilePopup .screen-fields-web-sdk .provider_profile_container0 .header_spacer .image-wrapper-web-sdk .image-container-web-sdk .placeholder-websdk{--text-opacity:1;color:#351f65;color:rgba(53, 31, 101, var(--text-opacity));--bg-opacity:1;background-color:#efe9fc;background-color:rgba(239, 233, 252, var(--bg-opacity));width:6rem;height:6rem;border-radius:48px;text-align:center;font-size:26px;line-height:2rem;font-weight:700;padding-top:1.5rem;margin-top:1.25rem}.root-web-sdk #containerForm .ProviderProfilePopup-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .ProviderProfilePopup .screen-fields-web-sdk .provider_profile_container0 .header_spacer .image-wrapper-web-sdk .image-container-web-sdk .profile_image{margin-top:0;border-radius:48px;width:6rem;height:6rem}.root-web-sdk #containerForm .ProviderProfilePopup-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .ProviderProfilePopup .screen-fields-web-sdk .provider_profile_container0 .header_spacer .provider_name,.root-web-sdk #containerForm .ProviderProfilePopup-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .ProviderProfilePopup .screen-fields-web-sdk .provider_profile_container0 .header_spacer .provider_specialty{margin-bottom:0;grid-column-start:2;grid-column-end:2}.root-web-sdk #containerForm .ProviderProfilePopup-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .ProviderProfilePopup .screen-fields-web-sdk .provider_profile_container0 .header_spacer .provider_name{font-size:1.5rem;line-height:1.75rem;font-weight:500;padding-bottom:0;margin-bottom:0;grid-template-columns:repeat(1, minmax(0, 1fr))}.root-web-sdk #containerForm .ProviderProfilePopup-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .ProviderProfilePopup .screen-fields-web-sdk .provider_profile_container0 .header_spacer .provider_primary_specialty,.root-web-sdk #containerForm .ProviderProfilePopup-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .ProviderProfilePopup .screen-fields-web-sdk .provider_profile_container0 .header_spacer .provider_specialty{font-size:18px;line-height:1.5rem;font-weight:400;padding-right:1rem;padding-bottom:.75rem;margin-top:0;margin-bottom:0;grid-template-columns:repeat(1, minmax(0, 1fr))}.root-web-sdk #containerForm .ProviderProfilePopup-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .ProviderProfilePopup .screen-fields-web-sdk .provider_profile_container0 .about_me,.root-web-sdk #containerForm .ProviderProfilePopup-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .ProviderProfilePopup .screen-fields-web-sdk .provider_profile_container0 .about_me_label,.root-web-sdk #containerForm .ProviderProfilePopup-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .ProviderProfilePopup .screen-fields-web-sdk .provider_profile_container0 .education,.root-web-sdk #containerForm .ProviderProfilePopup-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .ProviderProfilePopup .screen-fields-web-sdk .provider_profile_container0 .education_label,.root-web-sdk #containerForm .ProviderProfilePopup-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .ProviderProfilePopup .screen-fields-web-sdk .provider_profile_container0 .gender,.root-web-sdk #containerForm .ProviderProfilePopup-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .ProviderProfilePopup .screen-fields-web-sdk .provider_profile_container0 .gender_label,.root-web-sdk #containerForm .ProviderProfilePopup-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .ProviderProfilePopup .screen-fields-web-sdk .provider_profile_container0 .specialties,.root-web-sdk #containerForm .ProviderProfilePopup-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .ProviderProfilePopup .screen-fields-web-sdk .provider_profile_container0 .specialties_label{padding-left:1.5rem;padding-right:1.5rem;grid-column-start:1;grid-column:span 2/span 2}.root-web-sdk #containerForm .ProviderProfilePopup-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .ProviderProfilePopup .screen-fields-web-sdk .provider_profile_container0 .about_me_label,.root-web-sdk #containerForm .ProviderProfilePopup-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .ProviderProfilePopup .screen-fields-web-sdk .provider_profile_container0 .education_label,.root-web-sdk #containerForm .ProviderProfilePopup-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .ProviderProfilePopup .screen-fields-web-sdk .provider_profile_container0 .gender_label,.root-web-sdk #containerForm .ProviderProfilePopup-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .ProviderProfilePopup .screen-fields-web-sdk .provider_profile_container0 .specialties_label{--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));font-weight:500;margin-top:0;margin-bottom:0;padding-top:1rem;font-size:18px;line-height:1.75rem}.root-web-sdk #containerForm .ProviderProfilePopup-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .ProviderProfilePopup .screen-fields-web-sdk .provider_profile_container0 .gender:after{padding-left:1.5rem;padding-right:1.5rem;padding-top:1rem;border-bottom-width:1px;display:block;content:""}.root-web-sdk #containerForm .ProviderProfilePopup-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .ProviderProfilePopup .screen-fields-web-sdk .provider_profile_container0 .about_me,.root-web-sdk #containerForm .ProviderProfilePopup-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .ProviderProfilePopup .screen-fields-web-sdk .provider_profile_container0 .education,.root-web-sdk #containerForm .ProviderProfilePopup-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .ProviderProfilePopup .screen-fields-web-sdk .provider_profile_container0 .gender,.root-web-sdk #containerForm .ProviderProfilePopup-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .ProviderProfilePopup .screen-fields-web-sdk .provider_profile_container0 .specialties{--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));font-weight:400;margin-top:0;margin-bottom:0;font-size:18px;line-height:1.75rem}.root-web-sdk #containerForm .AssessmentCompletedScreenSetting div.image-wrapper-web-sdk{display:none}.root-web-sdk #containerForm .AssessmentCompletedScreenSetting .button-checklist_button,.root-web-sdk #containerForm .AssessmentCompletedScreenSetting .button-web-sdk.button-return_to_home_btn.only-of-kind:not(.inline){margin-top:1.5rem;margin-bottom:1.5rem;width:100%}.root-web-sdk #containerForm .AssessmentCompletedScreenSetting .button-return_to_home_btn:not(.only-of-kind){order:9999;padding:0;min-width:0;width:auto;border-style:none;line-height:1.5rem;margin-bottom:2.5rem;margin-top:0;background-color:transparent;font-size:1rem;--text-opacity:1;color:#5b2f91;color:rgba(91, 47, 145, var(--text-opacity));text-align:left}.root-web-sdk #containerForm .AssessmentCompletedScreenSetting .button-return_to_home_btn:not(.only-of-kind):focus{background-color:transparent;box-shadow:none}.root-web-sdk #containerForm .AssessmentCompletedScreenSetting .button-return_to_home_btn:not(.only-of-kind):hover{opacity:.75;background-color:transparent;--text-opacity:1;color:#5b2f91;color:rgba(91, 47, 145, var(--text-opacity))}.root-web-sdk #containerForm .AssessmentCompletedScreenSetting p{font-size:1.125rem;text-align:left}.root-web-sdk #containerForm .AssessmentCompletedScreenSetting p a.link-web-sdk{font-size:1.125rem}.root-web-sdk #containerForm .ConsultationVpcAssessmentFive .TDFieldOptionBold,.root-web-sdk #containerForm .ConsultationVpcAssessmentFour .TDFieldOptionBold,.root-web-sdk #containerForm .ConsultationVpcAssessmentOne .TDFieldOptionBold,.root-web-sdk #containerForm .ConsultationVpcAssessmentThree .TDFieldOptionBold,.root-web-sdk #containerForm .ConsultationVpcAssessmentTwo .TDFieldOptionBold{font-size:1.5rem;margin-top:4rem}.root-web-sdk #containerForm .ConsultationVpcAssessmentFive textarea,.root-web-sdk #containerForm .ConsultationVpcAssessmentFour textarea,.root-web-sdk #containerForm .ConsultationVpcAssessmentOne textarea,.root-web-sdk #containerForm .ConsultationVpcAssessmentThree textarea,.root-web-sdk #containerForm .ConsultationVpcAssessmentTwo textarea{min-height:111px;max-width:100%}.root-web-sdk #containerForm .ConsultationVpcAssessmentFive ul,.root-web-sdk #containerForm .ConsultationVpcAssessmentFour ul,.root-web-sdk #containerForm .ConsultationVpcAssessmentOne ul,.root-web-sdk #containerForm .ConsultationVpcAssessmentThree ul,.root-web-sdk #containerForm .ConsultationVpcAssessmentTwo ul{list-style-type:none}.root-web-sdk #containerForm .ConsultationVpcAssessmentFive .field-slider-web-sdk,.root-web-sdk #containerForm .ConsultationVpcAssessmentFive .field-wrapper-web-sdk,.root-web-sdk #containerForm .ConsultationVpcAssessmentFour .field-slider-web-sdk,.root-web-sdk #containerForm .ConsultationVpcAssessmentFour .field-wrapper-web-sdk,.root-web-sdk #containerForm .ConsultationVpcAssessmentOne .field-slider-web-sdk,.root-web-sdk #containerForm .ConsultationVpcAssessmentOne .field-wrapper-web-sdk,.root-web-sdk #containerForm .ConsultationVpcAssessmentThree .field-slider-web-sdk,.root-web-sdk #containerForm .ConsultationVpcAssessmentThree .field-wrapper-web-sdk,.root-web-sdk #containerForm .ConsultationVpcAssessmentTwo .field-slider-web-sdk,.root-web-sdk #containerForm .ConsultationVpcAssessmentTwo .field-wrapper-web-sdk{margin-bottom:32px}.root-web-sdk #containerForm .ConsultationVpcAssessmentFive .td-slider-web-sdk .pill-web-sdk,.root-web-sdk #containerForm .ConsultationVpcAssessmentFour .td-slider-web-sdk .pill-web-sdk,.root-web-sdk #containerForm .ConsultationVpcAssessmentOne .td-slider-web-sdk .pill-web-sdk,.root-web-sdk #containerForm .ConsultationVpcAssessmentThree .td-slider-web-sdk .pill-web-sdk,.root-web-sdk #containerForm .ConsultationVpcAssessmentTwo .td-slider-web-sdk .pill-web-sdk{padding:1px calc(1rem + 1px)}.root-web-sdk #containerForm .ConsultationVpcAssessmentFive .td-slider-web-sdk .pill-web-sdk.invalid,.root-web-sdk #containerForm .ConsultationVpcAssessmentFive .td-slider-web-sdk .pill-web-sdk.selected,.root-web-sdk #containerForm .ConsultationVpcAssessmentFive .td-slider-web-sdk .pill-web-sdk:active,.root-web-sdk #containerForm .ConsultationVpcAssessmentFive .td-slider-web-sdk .pill-web-sdk:hover,.root-web-sdk #containerForm .ConsultationVpcAssessmentFour .td-slider-web-sdk .pill-web-sdk.invalid,.root-web-sdk #containerForm .ConsultationVpcAssessmentFour .td-slider-web-sdk .pill-web-sdk.selected,.root-web-sdk #containerForm .ConsultationVpcAssessmentFour .td-slider-web-sdk .pill-web-sdk:active,.root-web-sdk #containerForm .ConsultationVpcAssessmentFour .td-slider-web-sdk .pill-web-sdk:hover,.root-web-sdk #containerForm .ConsultationVpcAssessmentOne .td-slider-web-sdk .pill-web-sdk.invalid,.root-web-sdk #containerForm .ConsultationVpcAssessmentOne .td-slider-web-sdk .pill-web-sdk.selected,.root-web-sdk #containerForm .ConsultationVpcAssessmentOne .td-slider-web-sdk .pill-web-sdk:active,.root-web-sdk #containerForm .ConsultationVpcAssessmentOne .td-slider-web-sdk .pill-web-sdk:hover,.root-web-sdk #containerForm .ConsultationVpcAssessmentThree .td-slider-web-sdk .pill-web-sdk.invalid,.root-web-sdk #containerForm .ConsultationVpcAssessmentThree .td-slider-web-sdk .pill-web-sdk.selected,.root-web-sdk #containerForm .ConsultationVpcAssessmentThree .td-slider-web-sdk .pill-web-sdk:active,.root-web-sdk #containerForm .ConsultationVpcAssessmentThree .td-slider-web-sdk .pill-web-sdk:hover,.root-web-sdk #containerForm .ConsultationVpcAssessmentTwo .td-slider-web-sdk .pill-web-sdk.invalid,.root-web-sdk #containerForm .ConsultationVpcAssessmentTwo .td-slider-web-sdk .pill-web-sdk.selected,.root-web-sdk #containerForm .ConsultationVpcAssessmentTwo .td-slider-web-sdk .pill-web-sdk:active,.root-web-sdk #containerForm .ConsultationVpcAssessmentTwo .td-slider-web-sdk .pill-web-sdk:hover{padding:0 1rem}.root-web-sdk #containerForm .ConsultationVpcAssessmentFive button.button-web-sdk,.root-web-sdk #containerForm .ConsultationVpcAssessmentFour button.button-web-sdk,.root-web-sdk #containerForm .ConsultationVpcAssessmentOne button.button-web-sdk,.root-web-sdk #containerForm .ConsultationVpcAssessmentThree button.button-web-sdk,.root-web-sdk #containerForm .ConsultationVpcAssessmentTwo button.button-web-sdk{margin-top:4rem}.root-web-sdk #containerForm .ConsultationVpcAssessmentFive .vpc_assessment_copyright,.root-web-sdk #containerForm .ConsultationVpcAssessmentFour .vpc_assessment_copyright,.root-web-sdk #containerForm .ConsultationVpcAssessmentOne .vpc_assessment_copyright,.root-web-sdk #containerForm .ConsultationVpcAssessmentThree .vpc_assessment_copyright,.root-web-sdk #containerForm .ConsultationVpcAssessmentTwo .vpc_assessment_copyright{--text-opacity:1;color:#727069;color:rgba(114, 112, 105, var(--text-opacity))}.root-web-sdk #containerForm .ConsultationVpcAssessmentSix .TDFieldOptionBold{margin-bottom:.75rem;margin-top:1.5rem}.root-web-sdk #containerForm .ConsultationVpcAssessmentSix .field-wrapper-web-sdk{margin-bottom:.25rem}.root-web-sdk #containerForm .ConsultationVpcAssessmentSix .field-wrapper-web-sdk .checkbox-wrapper-web-sdk{margin-left:1rem}.root-web-sdk #containerForm .ConsultationVpcAssessmentSix .field-wrapper-web-sdk .input-web-sdk{margin-top:-1rem;margin-bottom:1rem}.root-web-sdk #containerForm .ConsultationVpcAssessmentSix .field-wrapper-web-sdk .TDFieldOptionIsOptional{margin-bottom:1.5rem;margin-top:.75rem;padding-left:1rem}.root-web-sdk #containerForm .ConsultationVpcAssessmentSix .field-wrapper-web-sdk .TDFieldOptionIsOptional .label-title-websdk{display:none}.root-web-sdk #containerForm .ConsultationVpcAssessmentSix button.button-web-sdk{margin-top:4rem}.root-web-sdk #containerForm .ConsultationVpcAssessmentFive .button-left-arrow-web-sdk,.root-web-sdk #containerForm .ConsultationVpcAssessmentFour .button-left-arrow-web-sdk,.root-web-sdk #containerForm .ConsultationVpcAssessmentOne .button-left-arrow-web-sdk,.root-web-sdk #containerForm .ConsultationVpcAssessmentSix .button-left-arrow-web-sdk,.root-web-sdk #containerForm .ConsultationVpcAssessmentThree .button-left-arrow-web-sdk,.root-web-sdk #containerForm .ConsultationVpcAssessmentTwo .button-left-arrow-web-sdk{margin-left:0;margin-right:auto}.root-web-sdk #containerForm .ConsultationVpcAssessmentFive .button-web-sdk[name=continue],.root-web-sdk #containerForm .ConsultationVpcAssessmentFour .button-web-sdk[name=continue],.root-web-sdk #containerForm .ConsultationVpcAssessmentOne .button-web-sdk[name=continue],.root-web-sdk #containerForm .ConsultationVpcAssessmentSix .button-web-sdk[name=continue],.root-web-sdk #containerForm .ConsultationVpcAssessmentThree .button-web-sdk[name=continue],.root-web-sdk #containerForm .ConsultationVpcAssessmentTwo .button-web-sdk[name=continue]{text-transform:lowercase}.root-web-sdk #containerForm .ConsultationVpcAssessmentFive .button-web-sdk[name=continue]:first-line,.root-web-sdk #containerForm .ConsultationVpcAssessmentFour .button-web-sdk[name=continue]:first-line,.root-web-sdk #containerForm .ConsultationVpcAssessmentOne .button-web-sdk[name=continue]:first-line,.root-web-sdk #containerForm .ConsultationVpcAssessmentSix .button-web-sdk[name=continue]:first-line,.root-web-sdk #containerForm .ConsultationVpcAssessmentThree .button-web-sdk[name=continue]:first-line,.root-web-sdk #containerForm .ConsultationVpcAssessmentTwo .button-web-sdk[name=continue]:first-line{text-transform:capitalize}.root-web-sdk #containerForm .ConsultationVpcAssessmentFive .progress-bar-container,.root-web-sdk #containerForm .ConsultationVpcAssessmentFour .progress-bar-container,.root-web-sdk #containerForm .ConsultationVpcAssessmentOne .progress-bar-container,.root-web-sdk #containerForm .ConsultationVpcAssessmentSix .progress-bar-container,.root-web-sdk #containerForm .ConsultationVpcAssessmentThree .progress-bar-container,.root-web-sdk #containerForm .ConsultationVpcAssessmentTwo .progress-bar-container{margin-bottom:2rem;outline:none}.root-web-sdk #containerForm .ConsultationVpcAssessmentFive .progress-bar-container .progress-title,.root-web-sdk #containerForm .ConsultationVpcAssessmentFour .progress-bar-container .progress-title,.root-web-sdk #containerForm .ConsultationVpcAssessmentOne .progress-bar-container .progress-title,.root-web-sdk #containerForm .ConsultationVpcAssessmentSix .progress-bar-container .progress-title,.root-web-sdk #containerForm .ConsultationVpcAssessmentThree .progress-bar-container .progress-title,.root-web-sdk #containerForm .ConsultationVpcAssessmentTwo .progress-bar-container .progress-title{width:98%;display:flex;justify-content:space-between;padding-bottom:.5rem}.root-web-sdk #containerForm .ConsultationVpcAssessmentFive .progress-bar-container .progress-title .progress-label,.root-web-sdk #containerForm .ConsultationVpcAssessmentFour .progress-bar-container .progress-title .progress-label,.root-web-sdk #containerForm .ConsultationVpcAssessmentOne .progress-bar-container .progress-title .progress-label,.root-web-sdk #containerForm .ConsultationVpcAssessmentSix .progress-bar-container .progress-title .progress-label,.root-web-sdk #containerForm .ConsultationVpcAssessmentThree .progress-bar-container .progress-title .progress-label,.root-web-sdk #containerForm .ConsultationVpcAssessmentTwo .progress-bar-container .progress-title .progress-label{--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));font-weight:700;font-size:1.125rem}.root-web-sdk #containerForm .ConsultationVpcAssessmentFive .progress-bar-container .progress-title .progress-step,.root-web-sdk #containerForm .ConsultationVpcAssessmentFour .progress-bar-container .progress-title .progress-step,.root-web-sdk #containerForm .ConsultationVpcAssessmentOne .progress-bar-container .progress-title .progress-step,.root-web-sdk #containerForm .ConsultationVpcAssessmentSix .progress-bar-container .progress-title .progress-step,.root-web-sdk #containerForm .ConsultationVpcAssessmentThree .progress-bar-container .progress-title .progress-step,.root-web-sdk #containerForm .ConsultationVpcAssessmentTwo .progress-bar-container .progress-title .progress-step{--text-opacity:1;color:#565757;color:rgba(86, 87, 87, var(--text-opacity));font-weight:400;line-height:1.5rem;font-size:1.125rem}.root-web-sdk #containerForm .ConsultationVpcAssessmentFive .progress-bar-container .progress-bar-web-sdk,.root-web-sdk #containerForm .ConsultationVpcAssessmentFour .progress-bar-container .progress-bar-web-sdk,.root-web-sdk #containerForm .ConsultationVpcAssessmentOne .progress-bar-container .progress-bar-web-sdk,.root-web-sdk #containerForm .ConsultationVpcAssessmentSix .progress-bar-container .progress-bar-web-sdk,.root-web-sdk #containerForm .ConsultationVpcAssessmentThree .progress-bar-container .progress-bar-web-sdk,.root-web-sdk #containerForm .ConsultationVpcAssessmentTwo .progress-bar-container .progress-bar-web-sdk{height:8px;display:block;--bg-opacity:1;background-color:#e5e8e8;background-color:rgba(229, 232, 232, var(--bg-opacity));border-radius:.25rem}.root-web-sdk #containerForm .ConsultationVpcAssessmentFive .progress-bar-container .progress-bar-web-sdk .progress-bar-filler-web-sdk,.root-web-sdk #containerForm .ConsultationVpcAssessmentFour .progress-bar-container .progress-bar-web-sdk .progress-bar-filler-web-sdk,.root-web-sdk #containerForm .ConsultationVpcAssessmentOne .progress-bar-container .progress-bar-web-sdk .progress-bar-filler-web-sdk,.root-web-sdk #containerForm .ConsultationVpcAssessmentSix .progress-bar-container .progress-bar-web-sdk .progress-bar-filler-web-sdk,.root-web-sdk #containerForm .ConsultationVpcAssessmentThree .progress-bar-container .progress-bar-web-sdk .progress-bar-filler-web-sdk,.root-web-sdk #containerForm .ConsultationVpcAssessmentTwo .progress-bar-container .progress-bar-web-sdk .progress-bar-filler-web-sdk{border-radius:.5rem;--bg-opacity:1;background-color:#0060fc;background-color:rgba(0, 96, 252, var(--bg-opacity))}.root-web-sdk #containerForm [class$="/opinion_type_selection"] .screen-fields-web-sdk{display:flex;flex-direction:column}.root-web-sdk #containerForm [class$="/opinion_type_selection"] .custom-select-wrapper-web-sdk{margin-bottom:.75rem}.root-web-sdk #containerForm [class$="/opinion_type_selection"] .html-text-web-sdk.help_text{order:-9999}.root-web-sdk #containerForm [class$="/opinion_type_selection"] .html-text-web-sdk.help_text ul{padding-bottom:.75rem}.root-web-sdk #containerForm [class$="/opinion_type_selection"] .button-web-sdk{--bg-opacity:1;background-color:#5b2f91;background-color:rgba(91, 47, 145, var(--bg-opacity));--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity))}.root-web-sdk #containerForm [class$="/opinion_type_selection"] .button-web-sdk:active:not(.disabled),.root-web-sdk #containerForm [class$="/opinion_type_selection"] .button-web-sdk:hover:not(.disabled){--bg-opacity:1;background-color:#ded5e9;background-color:rgba(222, 213, 233, var(--bg-opacity));--text-opacity:1;color:#0a0a0a;color:rgba(10, 10, 10, var(--text-opacity))}.root-web-sdk #containerForm [class$="/opinion_type_selection"] .button-web-sdk{margin-bottom:32px}.root-web-sdk #containerForm [class$="/surgery_treatment"] .react-datepicker-wrapper{width:100%;margin-bottom:1rem}.root-web-sdk #containerForm [class$="/surgery_treatment"] .react-datepicker-wrapper input{width:100%}.root-web-sdk #containerForm [class$="/surgery_treatment"] .react-datepicker__month-container{border-width:2px;--border-opacity:1;border-color:#5b2f91;border-color:rgba(91, 47, 145, var(--border-opacity));border-radius:.25rem}.root-web-sdk #containerForm [class$="/surgery_treatment"] .react-datepicker__triangle{display:none}.root-web-sdk #containerForm [class$="/contact_time"] .screen-fields-web-sdk{display:flex;flex-direction:column}.root-web-sdk #containerForm [class$="/contact_time"] .checkbox-group-web-sdk{display:flex;margin-bottom:1.5rem}.root-web-sdk #containerForm [class$="/contact_time"] .checkbox-group-web-sdk .checkbox-wrapper-web-sdk{display:flex;justify-content:center;align-items:center;margin-right:1rem;margin-bottom:1rem;border-width:1px;--border-opacity:1;border-color:#727069;border-color:rgba(114, 112, 105, var(--border-opacity));border-radius:.125rem;outline:2px solid transparent;outline-offset:2px;padding:1px calc(.5rem + 1px)}.root-web-sdk #containerForm [class$="/contact_time"] .checkbox-group-web-sdk .checkbox-wrapper-web-sdk.selected,.root-web-sdk #containerForm [class$="/contact_time"] .checkbox-group-web-sdk .checkbox-wrapper-web-sdk:active,.root-web-sdk #containerForm [class$="/contact_time"] .checkbox-group-web-sdk .checkbox-wrapper-web-sdk:hover{padding:0 .5rem;border-width:2px;--border-opacity:1;border-color:#27accd;border-color:rgba(39, 172, 205, var(--border-opacity))}.root-web-sdk #containerForm [class$="/contact_time"] .checkbox-group-web-sdk .checkbox-wrapper-web-sdk:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px #27accd}.root-web-sdk #containerForm [class$="/contact_time"] .checkbox-group-web-sdk .checkbox-wrapper-web-sdk.selected,.root-web-sdk #containerForm [class$="/contact_time"] .checkbox-group-web-sdk .checkbox-wrapper-web-sdk:active{--bg-opacity:1;background-color:#ccf2fa;background-color:rgba(204, 242, 250, var(--bg-opacity))}.root-web-sdk #containerForm [class$="/contact_time"] .checkbox-group-web-sdk .checkbox-wrapper-web-sdk{position:relative}.root-web-sdk #containerForm [class$="/contact_time"] .checkbox-group-web-sdk .checkbox-wrapper-web-sdk input[type=checkbox]{width:100%;height:100%}.root-web-sdk #containerForm [class$="/contact_time"] .checkbox-group-web-sdk .checkbox-wrapper-web-sdk .checkbox-input-web-sdk{display:none}.root-web-sdk #containerForm [class$="/contact_time"] .checkbox-group-web-sdk .checkbox-wrapper-web-sdk .text-web-sdk{margin:0;font-size:1rem;line-height:32px}.root-web-sdk #containerForm [class$="/contact_time"] .text-web-sdk,.root-web-sdk #containerForm [class$="/contact_time"] label[for=timeToContactTimeZone]{margin-bottom:.75rem;font-size:1.25rem}.root-web-sdk #containerForm [class$="/contact_time"] .button-web-sdk,.root-web-sdk #containerForm [class$="/contact_time"] .custom-select-wrapper-web-sdk,.root-web-sdk #containerForm [class$="/contact_time"] label[for=timeToContactTimeZone]{order:9999}.root-web-sdk #containerForm .TeladocCaseList .text-web-sdk{margin-bottom:1.5rem;font-size:1.875rem;font-weight:500}.root-web-sdk #containerForm .EliteDiagnosticImagingServiceCaseDetails .bullet-web-sdk,.root-web-sdk #containerForm .ExpertMedicalOpinionCaseDetails .bullet-web-sdk,.root-web-sdk #containerForm .MentalHealthNavigatorCaseDetails .bullet-web-sdk,.root-web-sdk #containerForm .PersonalHealthNavigatorCaseDetails .bullet-web-sdk{margin-top:1.5rem;--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity));width:32px;height:32px;line-height:32px;background-color:#5b2f91 !important}.root-web-sdk #containerForm .ExpertMedicalOpinionReviewCaseDetails .label-title-websdk{--text-opacity:1;color:#727069;color:rgba(114, 112, 105, var(--text-opacity))}.root-web-sdk #containerForm .ExpertMedicalOpinionReviewCaseDetails .text-web-sdk{font-size:1.125rem}.root-web-sdk #containerForm .ExpertMedicalOpinionReviewCaseDetails .text-web-sdk[data-testid=text-phone]{margin-bottom:0}.root-web-sdk #containerForm .EliteDiagnosticImagingServiceCaseSuccessfullySubmitted .button-web-sdk,.root-web-sdk #containerForm .ExpertMedicalOpinionCaseSuccessfullySubmitted .button-web-sdk,.root-web-sdk #containerForm .MentalHealthNavigatorCaseSuccessfullySubmitted .button-web-sdk,.root-web-sdk #containerForm .PersonalHealthNavigatorCaseSuccessfullySubmitted .button-web-sdk{--bg-opacity:1;background-color:#5b2f91;background-color:rgba(91, 47, 145, var(--bg-opacity));--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity))}.root-web-sdk #containerForm .EliteDiagnosticImagingServiceCaseSuccessfullySubmitted .button-web-sdk:active:not(.disabled),.root-web-sdk #containerForm .EliteDiagnosticImagingServiceCaseSuccessfullySubmitted .button-web-sdk:hover:not(.disabled),.root-web-sdk #containerForm .ExpertMedicalOpinionCaseSuccessfullySubmitted .button-web-sdk:active:not(.disabled),.root-web-sdk #containerForm .ExpertMedicalOpinionCaseSuccessfullySubmitted .button-web-sdk:hover:not(.disabled),.root-web-sdk #containerForm .MentalHealthNavigatorCaseSuccessfullySubmitted .button-web-sdk:active:not(.disabled),.root-web-sdk #containerForm .MentalHealthNavigatorCaseSuccessfullySubmitted .button-web-sdk:hover:not(.disabled),.root-web-sdk #containerForm .PersonalHealthNavigatorCaseSuccessfullySubmitted .button-web-sdk:active:not(.disabled),.root-web-sdk #containerForm .PersonalHealthNavigatorCaseSuccessfullySubmitted .button-web-sdk:hover:not(.disabled){--bg-opacity:1;background-color:#ded5e9;background-color:rgba(222, 213, 233, var(--bg-opacity));--text-opacity:1;color:#0a0a0a;color:rgba(10, 10, 10, var(--text-opacity))}.root-web-sdk #containerForm .ChooseApplicant .addMemberLink:before{position:relative;content:url(https://assets.livongo.com/image/upload/v1713278524/web-sdk/icons/icon-add-td-core_fk0eko.svg);top:3px;right:5px}.root-web-sdk #containerForm .ChooseApplicant .button-web-sdk{--bg-opacity:1;background-color:#5b2f91;background-color:rgba(91, 47, 145, var(--bg-opacity));--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity))}.root-web-sdk #containerForm .ChooseApplicant .button-web-sdk:active:not(.disabled),.root-web-sdk #containerForm .ChooseApplicant .button-web-sdk:hover:not(.disabled){--bg-opacity:1;background-color:#ded5e9;background-color:rgba(222, 213, 233, var(--bg-opacity));--text-opacity:1;color:#0a0a0a;color:rgba(10, 10, 10, var(--text-opacity))}.root-web-sdk #containerForm .ChooseApplicant .button-web-sdk{margin-top:3.5rem;margin-bottom:4.5rem}.root-web-sdk #containerForm .ChooseApplicant .label-title-websdk,.root-web-sdk #containerForm .ChooseApplicant .text-web-sdk{margin-bottom:0}.root-web-sdk #containerForm .ChooseApplicant .label-web-sdk{margin-bottom:1rem}.root-web-sdk #containerForm .MemberPricingTable .cost_note_label{margin-bottom:1.5rem}.root-web-sdk #containerForm .MemberPricingTable .screen-fields-web-sdk>.container-web-sdk{--border-opacity:1;border-color:#b1b3b3;border-bottom:1px;border-color:rgba(177, 179, 179, var(--border-opacity));border-style:solid}.root-web-sdk #containerForm .MemberPricingTable .screen-fields-web-sdk>.container-web-sdk:last-of-type{border-width:0}.root-web-sdk #containerForm .MemberPricingTable .container{padding-bottom:1.5rem}.root-web-sdk #containerForm .MemberPricingTable .container.membership_note_container{--bg-opacity:1;background-color:#ccf2fa;background-color:rgba(204, 242, 250, var(--bg-opacity));--border-opacity:1;border:2px solid #354052;border-color:rgba(53, 64, 82, var(--border-opacity));border-radius:.5rem;padding:1.5rem 1rem}.root-web-sdk #containerForm .MemberPricingTable .container.membership_note_container .membership_note_header{margin-bottom:.5rem}.root-web-sdk #containerForm .MemberPricingTable .container.membership_note_container .membership_note_text_web{margin-bottom:1.5rem}.root-web-sdk #containerForm .MemberPricingTable .container.membership_note_container .membership_note_text_web span{font-weight:700}.root-web-sdk #containerForm .MemberPricingTable .container.membership_note_container .membership_specialty_list{margin-bottom:0}.root-web-sdk #containerForm .MemberPricingTable .container.behavhealth_container{padding-bottom:0}.root-web-sdk #containerForm .MemberPricingTable .container.behavhealth_with_psychiatrist_container,.root-web-sdk #containerForm .MemberPricingTable .container.behavhealth_with_therapist_container,.root-web-sdk #containerForm .MemberPricingTable .container.vpc_container{display:grid;grid-template-columns:1fr 1fr;padding-bottom:0}.root-web-sdk #containerForm .MemberPricingTable .container.behavhealth_with_psychiatrist_container p,.root-web-sdk #containerForm .MemberPricingTable .container.behavhealth_with_therapist_container p,.root-web-sdk #containerForm .MemberPricingTable .container.vpc_container p{margin-bottom:.25rem}.root-web-sdk #containerForm .MemberPricingTable .container.behavhealth_with_psychiatrist_container,.root-web-sdk #containerForm .MemberPricingTable .container.visit_type_nutrition_container{border-width:0}.root-web-sdk #containerForm .MemberPricingTable .container p[class*=_price]{--text-opacity:1;color:#351f65;color:rgba(53, 31, 101, var(--text-opacity))}.root-web-sdk #containerForm .MemberPricingTable .derm_container,.root-web-sdk #containerForm .MemberPricingTable .genmedical_container,.root-web-sdk #containerForm .MemberPricingTable .nutrition_container{margin-bottom:0;padding-bottom:1.5rem}.root-web-sdk #containerForm .MemberPricingTable .derm_container p,.root-web-sdk #containerForm .MemberPricingTable .genmedical_container p,.root-web-sdk #containerForm .MemberPricingTable .nutrition_container p{margin-bottom:0;margin-right:.25rem}.root-web-sdk #containerForm .MemberPricingTable .derm_container,.root-web-sdk #containerForm .MemberPricingTable .derm_container>.container-content,.root-web-sdk #containerForm .MemberPricingTable .genmedical_container,.root-web-sdk #containerForm .MemberPricingTable .genmedical_container>.container-content,.root-web-sdk #containerForm .MemberPricingTable .nutrition_container,.root-web-sdk #containerForm .MemberPricingTable .nutrition_container>.container-content{display:flex}.root-web-sdk #containerForm .MemberPricingTable h2{margin-top:1.5rem;margin-bottom:1.5rem;font-size:1.5rem}.root-web-sdk #containerForm .MemberPricingTable .behavhealth_container h3{margin-bottom:.25rem;font-size:1.125rem}.root-web-sdk #containerForm .MemberPricingTable hr{display:block;width:120px;border-left-style:solid;border-right-style:solid;--border-opacity:1;border-color:#b1b3b3;border-left-color:rgba(177, 179, 179, var(--border-opacity));border-bottom:1px solid rgba(177, 179, 179, var(--border-opacity));border-right-color:rgba(177, 179, 179, var(--border-opacity));border-top:0 solid rgba(177, 179, 179, var(--border-opacity))}.root-web-sdk #containerForm .MyMedicalHistory{--border-width:1px;--border-width-focus:2px}.root-web-sdk #containerForm .MyMedicalHistory h1[data-testId=text-pageTitle]{order:-9999;display:block;width:100%;font-weight:500;font-size:2.5rem;text-align:left;line-height:2.5rem;margin-bottom:1rem}@media (min-width: 768px){.root-web-sdk #containerForm .MyMedicalHistory h1[data-testId=text-pageTitle]{margin-top:32px}}@media (min-width: 992px){.root-web-sdk #containerForm .MyMedicalHistory h1[data-testId=text-pageTitle]{margin-top:.5rem}}@media (min-width: 1200px){.root-web-sdk #containerForm .MyMedicalHistory h1[data-testId=text-pageTitle]{margin-top:0}}.root-web-sdk #containerForm .MyMedicalHistory .html-text-web-sdk{display:flex;margin-left:.5rem}.root-web-sdk #containerForm .MyMedicalHistory .html-text-web-sdk .link-web-sdk{--text-opacity:1;color:#633d8f;color:rgba(99, 61, 143, var(--text-opacity))}.root-web-sdk #containerForm .MyMedicalHistory .text-link-web-sdk.text-gray-500{--text-opacity:1;color:#a0aec0;color:rgba(160, 174, 192, var(--text-opacity))}.root-web-sdk #containerForm .MyMedicalHistory .text-link-web-sdk.websdk-text-black{--text-opacity:1;color:#000;color:rgba(0, 0, 0, var(--text-opacity))}.root-web-sdk #containerForm .MyMedicalHistory .screen-fields-web-sdk{display:flex;flex-direction:column}.root-web-sdk #containerForm .MyMedicalHistory .screen-fields-web-sdk>*{order:9999}.root-web-sdk #containerForm .MyMedicalHistory .screen-fields-web-sdk>.ehr_help_text{order:-9999}.root-web-sdk #containerForm .MyMedicalHistory .screen-fields-web-sdk>div:has(div.update_your_medications_alert){order:1}.root-web-sdk #containerForm .MyMedicalHistory .screen-fields-web-sdk>.downloadCCR{order:2}.root-web-sdk #containerForm .MyMedicalHistory .screen-fields-web-sdk>.downloadCCR+.hr-web-sdk+.field-wrapper-web-sdk,.root-web-sdk #containerForm .MyMedicalHistory .screen-fields-web-sdk>.downloadCCR+.hr-web-sdk+.field-wrapper-web-sdk+.field-wrapper-web-sdk,.root-web-sdk #containerForm .MyMedicalHistory .screen-fields-web-sdk>.downloadCCR+.hr-web-sdk+.field-wrapper-web-sdk+.field-wrapper-web-sdk+.field-wrapper-web-sdk,.root-web-sdk #containerForm .MyMedicalHistory .screen-fields-web-sdk>.required_sign{order:3}.root-web-sdk #containerForm .MyMedicalHistory .screen-fields-web-sdk>.container-web-sdk.tabs{order:4;margin-bottom:32px}@media (min-width: 375px){.root-web-sdk #containerForm .MyMedicalHistory .screen-fields-web-sdk>.container-web-sdk.tabs{margin-bottom:2.5rem}}.root-web-sdk #containerForm .MyMedicalHistory .screen-fields-web-sdk>.addAllergyLink,.root-web-sdk #containerForm .MyMedicalHistory .screen-fields-web-sdk>.addMedicineLink,.root-web-sdk #containerForm .MyMedicalHistory .screen-fields-web-sdk>[class*="mhd_answers.293"]{margin-bottom:0}.root-web-sdk #containerForm .MyMedicalHistory .screen-fields-web-sdk>.required_sign{margin-bottom:32px}.root-web-sdk #containerForm .MyMedicalHistory .screen-fields-web-sdk .medication{margin-top:1.5rem}.root-web-sdk #containerForm .MyMedicalHistory .screen-fields-web-sdk .medication [class*=actively_taking_flg]{opacity:1}.root-web-sdk #containerForm .MyMedicalHistory .screen-fields-web-sdk .medication button{margin-top:0;margin-bottom:.5rem}.root-web-sdk #containerForm .MyMedicalHistory .screen-fields-web-sdk .medication .directions{font-weight:700;margin-bottom:0}.root-web-sdk #containerForm .MyMedicalHistory .screen-fields-web-sdk .medication .directions .directions-value{font-weight:400}.root-web-sdk #containerForm .MyMedicalHistory .addAllergyLink,.root-web-sdk #containerForm .MyMedicalHistory .addMedicineLink,.root-web-sdk #containerForm .MyMedicalHistory .downloadCCR{align-self:flex-start}.root-web-sdk #containerForm .MyMedicalHistory .downloadCCR{margin-left:5px}.root-web-sdk #containerForm .MyMedicalHistory .downloadCCR:before{position:relative;top:2px;right:5px;content:url(https://assets.livongo.com/image/upload/v1713282793/web-sdk/icons/td-devices-print_ppu17u.svg)}.root-web-sdk #containerForm .MyMedicalHistory .TDFieldOptionSingleLine{display:block}.root-web-sdk #containerForm .MyMedicalHistory .med_section_explanation{margin-bottom:16px}.root-web-sdk #containerForm .MyMedicalHistory .allergiesHeading{margin-top:32px}.root-web-sdk #containerForm .MyMedicalHistory .medicationHeading{margin-bottom:16px}.root-web-sdk #containerForm .MyMedicalHistory .allergiesHeading,.root-web-sdk #containerForm .MyMedicalHistory .familyHistoryHeading,.root-web-sdk #containerForm .MyMedicalHistory .healthProblemsHeading,.root-web-sdk #containerForm .MyMedicalHistory .lifestyleHeading,.root-web-sdk #containerForm .MyMedicalHistory .medicationHeading{font-size:1.5rem}.root-web-sdk #containerForm .MyMedicalHistory .lifestyleHeading{margin-top:1.5rem}.root-web-sdk #containerForm .MyMedicalHistory [class*=actively_taking_flg],.root-web-sdk #containerForm .MyMedicalHistory [class*=current_allergy_flg]{display:block;text-align:left;margin-top:5px;margin-bottom:5px;opacity:.5}.root-web-sdk #containerForm .MyMedicalHistory .active[class*=actively_taking_flg],.root-web-sdk #containerForm .MyMedicalHistory .active[class*=current_allergy_flg]{opacity:1}.root-web-sdk #containerForm .MyMedicalHistory .active[class*=actively_taking_flg] .cell-title,.root-web-sdk #containerForm .MyMedicalHistory .active[class*=current_allergy_flg] .cell-title{padding-right:1.5rem;background:url(https://assets.livongo.com/image/upload/v1713187542/web-sdk/icons/circle_yaca26.svg) no-repeat 100%}.root-web-sdk #containerForm .MyMedicalHistory [class*=actively_taking_flg]:hover,.root-web-sdk #containerForm .MyMedicalHistory [class*=current_allergy_flg]:hover{opacity:.75}.root-web-sdk #containerForm .MyMedicalHistory .addAllergyLink,.root-web-sdk #containerForm .MyMedicalHistory .addMedicineLink{float:none;margin-left:5px}.root-web-sdk #containerForm .MyMedicalHistory .addAllergyLink:before,.root-web-sdk #containerForm .MyMedicalHistory .addMedicineLink:before{position:relative;top:2px;right:5px;content:url(https://assets.livongo.com/image/upload/v1713278524/web-sdk/icons/icon-add-td-core_fk0eko.svg)}.root-web-sdk #containerForm .MyMedicalHistory .cell-with-check-multiple-form-row-web-sdk{margin-top:1rem}.root-web-sdk #containerForm .MyMedicalHistory .cell-with-check-multiple-form-row-web-sdk .label-title-websdk{width:100%}.root-web-sdk #containerForm .MyMedicalHistory .cell-with-check-wrapper-web-sdk{padding-top:calc(var(--border-width-focus) - var(--border-width));border-top-width:var(--border-width)}.root-web-sdk #containerForm .MyMedicalHistory .cell-with-check-wrapper-web-sdk:focus-within{--bg-opacity:1;background-color:#ded5e9;background-color:rgba(222, 213, 233, var(--bg-opacity));--border-opacity:1;border-color:#5b2f91;border-color:rgba(91, 47, 145, var(--border-opacity));padding-top:0;border-top-width:var(--border-width-focus)}.root-web-sdk #containerForm .MyMedicalHistory .cell-with-check-wrapper-web-sdk:focus-within+.cell-with-check-wrapper-web-sdk{--border-opacity:1;border-color:#5b2f91;border-color:rgba(91, 47, 145, var(--border-opacity));padding-top:0;border-top-width:var(--border-width-focus)}.root-web-sdk #containerForm .MyMedicalHistory .cell-with-check-wrapper-web-sdk .cell-with-check-label-web-sdk{border-right-width:0}.root-web-sdk #containerForm .MyMedicalHistory .cell-with-check-wrapper-web-sdk .cell-with-check-label-web-sdk .text-web-sdk{font-size:1.25rem}.root-web-sdk #containerForm .MyMedicalHistory .cell-with-check-wrapper-web-sdk .cell-with-check-checkbox-web-sdk .checkbox-wrapper-web-sdk{padding:0;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity))}.root-web-sdk #containerForm .MyMedicalHistory .field-wrapper-web-sdk button{margin-bottom:0;margin-left:5px}.root-web-sdk #containerForm .MyMedicalHistory .field-wrapper-web-sdk button:before{position:relative;top:2px;right:5px;content:url(https://assets.livongo.com/image/upload/v1713278524/web-sdk/icons/icon-add-td-core_fk0eko.svg)}.root-web-sdk #containerForm .MyMedicalHistory .field-wrapper-web-sdk .cell-with-check-multiple-label-web-sdk button{margin-left:0}.root-web-sdk #containerForm .MyMedicalHistory .field-wrapper-web-sdk .cell-with-check-multiple-label-web-sdk button:before{display:none}.root-web-sdk #containerForm .MyMedicalHistory+.dialog-overlay-web-sdk .dialog-content-web-sdk{padding-top:1.5rem}.root-web-sdk #containerForm .MyMedicalHistory .directions .directions-value{font-weight:400}.root-web-sdk #containerForm .MyMedicalHistory .medication-chip{display:inline-block;margin-top:.5rem;margin-bottom:.5rem;font-size:.875rem;line-height:1rem;border-radius:.25rem;padding:.125rem .25rem;font-weight:500;--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity));--bg-opacity:1;background-color:#9a9fa8;background-color:rgba(154, 159, 168, var(--bg-opacity))}.root-web-sdk #containerForm .MyMedicalHistory .medication-chip.current-chip{--bg-opacity:1;background-color:#167f01;background-color:rgba(22, 127, 1, var(--bg-opacity));--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity))}.root-web-sdk #containerForm .MyMedicalHistory .medication-chip.update-needed-chip{--bg-opacity:1;background-color:#aa1010;background-color:rgba(170, 16, 16, var(--bg-opacity));--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity))}.root-web-sdk #containerForm .MyMedicalHistory+.mh-medication-modal .dialog-web-sdk{padding:1.5rem;max-width:440px}.root-web-sdk #containerForm .MyMedicalHistory+.mh-medication-modal .dialog-header-web-sdk{padding:0;text-align:center;font-size:1.5rem;line-height:1.75rem;margin-bottom:1.5rem}.root-web-sdk #containerForm .MyMedicalHistory+.mh-medication-modal .dialog-content-web-sdk{padding:0;margin-bottom:1.5rem;font-weight:700}.root-web-sdk #containerForm .MyMedicalHistory+.mh-medication-modal .dialog-content-web-sdk .directions{margin-bottom:1.5rem}.root-web-sdk #containerForm .MyMedicalHistory+.mh-medication-modal .dialog-content-web-sdk .directions .directions-value{margin-left:.25rem;font-weight:400}.root-web-sdk #containerForm .MyMedicalHistory+.mh-medication-modal .dialog-content-web-sdk .radio-title{margin-bottom:1rem}.root-web-sdk #containerForm .MyMedicalHistory+.mh-medication-modal .dialog-content-web-sdk .radio-web-sdk{margin-bottom:.5rem}.root-web-sdk #containerForm .MyMedicalHistory+.mh-medication-modal .dialog-content-web-sdk .radio-web-sdk:last-child{margin-bottom:0}.root-web-sdk #containerForm .MyMedicalHistory+.mh-medication-modal .dialog-content-web-sdk .archived-medication,.root-web-sdk #containerForm .MyMedicalHistory+.mh-medication-modal .dialog-content-web-sdk .radio-web-sdk label{font-weight:400}.root-web-sdk #containerForm .MyMedicalHistory+.mh-medication-modal .dialog-footer-web-sdk{padding:10px 0;justify-content:flex-start}.root-web-sdk #containerForm .MyMedicalHistory+.mh-medication-modal .dialog-footer-web-sdk .button-web-sdk{margin:0;padding:14px 1rem}.root-web-sdk #containerForm .MyMedicalHistory+.mh-medication-modal .dialog-footer-web-sdk .button-web-sdk.button-close-dialog{margin-right:.625rem;margin-left:0}.root-web-sdk #containerForm .MyMedicalHistory+.mh-medication-modal .dialog-footer-web-sdk .button-web-sdk.add-medication-from-dialog{width:-moz-min-content;width:min-content;background:none;color:#5b2f91;white-space:nowrap;margin-right:10px;margin-left:0}.root-web-sdk #containerForm .MyMedicalHistory+.mh-medication-modal .dialog-footer-web-sdk .button-web-sdk.close-archived-medication-dialog{font-weight:400;width:-moz-min-content;width:min-content;text-transform:uppercase}.root-web-sdk #containerForm .MyMedicalHistory .footer_buttons{display:flex;grid-column-gap:1rem;-moz-column-gap:1rem;column-gap:1rem;width:100%;margin-top:.5rem;margin-bottom:1rem;overflow-x:auto}.root-web-sdk #containerForm .MyMedicalHistory .footer_buttons .button-save_and_raw{width:10rem;margin:0;--bg-opacity:1;background-color:#5b2f91;background-color:rgba(91, 47, 145, var(--bg-opacity));--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity))}.root-web-sdk #containerForm .MyMedicalHistory .footer_buttons .button-save_and_raw:active:not(.disabled),.root-web-sdk #containerForm .MyMedicalHistory .footer_buttons .button-save_and_raw:hover:not(.disabled){--bg-opacity:1;background-color:#ded5e9;background-color:rgba(222, 213, 233, var(--bg-opacity));--text-opacity:1;color:#0a0a0a;color:rgba(10, 10, 10, var(--text-opacity))}.root-web-sdk #containerForm .MyMedicalHistory .footer_buttons .button-member_id.secondary{width:5rem;padding:.875rem 1rem;margin:0}.root-web-sdk #containerForm .MyMedicalHistory .button-member_id:not(.secondary){width:10rem;--bg-opacity:1;background-color:#5b2f91;background-color:rgba(91, 47, 145, var(--bg-opacity));--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity))}.root-web-sdk #containerForm .MyMedicalHistory .button-member_id:not(.secondary):active:not(.disabled),.root-web-sdk #containerForm .MyMedicalHistory .button-member_id:not(.secondary):hover:not(.disabled){--bg-opacity:1;background-color:#ded5e9;background-color:rgba(222, 213, 233, var(--bg-opacity));--text-opacity:1;color:#0a0a0a;color:rgba(10, 10, 10, var(--text-opacity))}.root-web-sdk #containerForm .MyMedicalHistory+.screenDefault{border-radius:.5rem;background-color:transparent;--bg-opacity:0;position:fixed;min-height:0;right:0;left:0;min-width:auto;top:4rem;z-index:99}.root-web-sdk #containerForm .MyMedicalHistory+.screenDefault.hidden{transition:all .75s ease-in-out;top:-150px;opacity:0}@media (min-width: 576px){.root-web-sdk #containerForm .MyMedicalHistory+.screenDefault{right:0;left:auto;min-width:500px}}.root-web-sdk #containerForm .MyMedicalHistory+.screenDefault .dialog-web-sdk{padding-left:0;padding-right:0;width:100%;background-color:transparent;display:flex;align-self:flex-start}.root-web-sdk #containerForm .MyMedicalHistory+.screenDefault .dialog-web-sdk .dialog-web-sdk-ico-close{height:1rem;min-width:1rem;background:url(https://assets.livongo.com/image/upload/v1713279106/web-sdk/icons/pulse-dialog-close.svg) no-repeat 50%;margin:1.5rem}.root-web-sdk #containerForm .MyMedicalHistory+.screenDefault .dialog-web-sdk .dialog-web-sdk-ico-close:focus-visible{outline:2px solid transparent;outline-offset:2px}.root-web-sdk #containerForm .MyMedicalHistory+.screenDefault .dialog-web-sdk .dialog-web-sdk-ico-close:focus{box-shadow:0 0 0 2px #fff,0 0 2px 4px rgba(0,96,252,0.6);border-radius:.25rem;outline:2px solid transparent;outline-offset:2px}.root-web-sdk #containerForm .MyMedicalHistory+.screenDefault .dialog-web-sdk .dialog-header-web-sdk{padding:0;margin:0}.root-web-sdk #containerForm .MyMedicalHistory+.screenDefault .dialog-web-sdk .dialog-header-web-sdk h1{display:none}.root-web-sdk #containerForm .MyMedicalHistory+.screenDefault .dialog-web-sdk .dialog-header-web-sdk button{right:.5rem;top:2rem}.root-web-sdk #containerForm .MyMedicalHistory+.screenDefault .dialog-web-sdk .dialog-content-web-sdk{padding-left:0;padding-right:0;width:100%}.root-web-sdk #containerForm .MyMedicalHistory+.screenDefault .dialog-web-sdk .dialog-content-web-sdk .container-web-sdk.dialog_container{border-radius:.5rem;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));margin:0;box-shadow:0 12px 30px rgba(0,0,0,0.16);padding-bottom:.25rem}.root-web-sdk #containerForm .MyMedicalHistory+.screenDefault .dialog-web-sdk .dialog-content-web-sdk .container-web-sdk.dialog_container,.root-web-sdk #containerForm .MyMedicalHistory+.screenDefault .dialog-web-sdk .dialog-content-web-sdk .container-web-sdk.dialog_container:hover{--border-opacity:1;border-color:#46944b;border-color:rgba(70, 148, 75, var(--border-opacity));border-top:8px rgba(70, 148, 75, var(--border-opacity));border-style:solid}.root-web-sdk #containerForm .MyMedicalHistory+.screenDefault .dialog-web-sdk .dialog-content-web-sdk .container-web-sdk.dialog_container .text-web-sdk{margin-left:3rem}.root-web-sdk #containerForm .MyMedicalHistory+.screenDefault .dialog-web-sdk .dialog-content-web-sdk .container-web-sdk.dialog_container .title_text{font-size:1.375rem;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));margin-top:.75rem;margin-bottom:.25rem}.root-web-sdk #containerForm .MyMedicalHistory+.screenDefault .dialog-web-sdk .dialog-content-web-sdk .container-web-sdk.dialog_container .title_text:before{content:" ";width:2rem;position:absolute;left:1.75rem;background:url(https://assets.livongo.com/image/upload/v1713279067/web-sdk/icons/pulse-check-circle.svg) no-repeat scroll 50%;filter:invert(47%) sepia(85%) saturate(310%) hue-rotate(74deg) brightness(89%) contrast(86%)}.root-web-sdk #containerForm .MyMedicalHistory+.screenDefault .dialog-web-sdk .dialog-content-web-sdk .container-web-sdk.dialog_container .description_text,.root-web-sdk #containerForm .MyMedicalHistory+.screenDefault .dialog-web-sdk .dialog-content-web-sdk .container-web-sdk.dialog_container .dialog_desc{font-size:1.125rem;--text-opacity:1;color:#565757;color:rgba(86, 87, 87, var(--text-opacity));margin-bottom:.75rem}.root-web-sdk #containerForm .MyMedicalDemographics{--border-width:1px;--border-width-focus:2px}.root-web-sdk #containerForm .MyMedicalDemographics h1[data-testId=text-pageTitle]{order:-9999;display:block;width:100%;font-weight:500;font-size:2.5rem;text-align:left;line-height:2.5rem;margin-bottom:1rem}@media (min-width: 768px){.root-web-sdk #containerForm .MyMedicalDemographics h1[data-testId=text-pageTitle]{margin-top:32px}}@media (min-width: 992px){.root-web-sdk #containerForm .MyMedicalDemographics h1[data-testId=text-pageTitle]{margin-top:.5rem}}@media (min-width: 1200px){.root-web-sdk #containerForm .MyMedicalDemographics h1[data-testId=text-pageTitle]{margin-top:0}}.root-web-sdk #containerForm .MyMedicalDemographics .screen-fields-web-sdk{display:flex;flex-direction:column}.root-web-sdk #containerForm .MyMedicalDemographics .screen-fields-web-sdk .TDFieldOptionSingleLine{display:block}.root-web-sdk #containerForm .MyMedicalDemographics .screen-fields-web-sdk>*{order:9999}.root-web-sdk #containerForm .MyMedicalDemographics .screen-fields-web-sdk .ehr_help_text{order:-9999;margin-bottom:0}.root-web-sdk #containerForm .MyMedicalDemographics .screen-fields-web-sdk .required_sign{margin-top:32px;margin-bottom:32px}@media (min-width: 375px){.root-web-sdk #containerForm .MyMedicalDemographics .screen-fields-web-sdk .required_sign{margin-bottom:2.5rem}}.root-web-sdk #containerForm .MyMedicalDemographics .screen-fields-web-sdk>.hr-web-sdk+.field-wrapper-web-sdk,.root-web-sdk #containerForm .MyMedicalDemographics .screen-fields-web-sdk>.hr-web-sdk+.field-wrapper-web-sdk+.field-wrapper-web-sdk,.root-web-sdk #containerForm .MyMedicalDemographics .screen-fields-web-sdk>.hr-web-sdk+.field-wrapper-web-sdk+.field-wrapper-web-sdk+.field-wrapper-web-sdk,.root-web-sdk #containerForm .MyMedicalDemographics .screen-fields-web-sdk>.required_sign{order:1}.root-web-sdk #containerForm .MyMedicalDemographics .screen-fields-web-sdk .tabs{order:2;margin-bottom:32px}@media (min-width: 375px){.root-web-sdk #containerForm .MyMedicalDemographics .screen-fields-web-sdk .tabs{margin-bottom:2.5rem}}.root-web-sdk #containerForm .MyMedicalDemographics .screen-fields-web-sdk .section_description{font-size:1rem;font-weight:400;line-height:20px}.root-web-sdk #containerForm .MyMedicalDemographics .screen-fields-web-sdk .radio-group-container{padding-top:0}.root-web-sdk #containerForm .MyMedicalDemographics .screen-fields-web-sdk .radio-group-container>.label-web-sdk{font-size:1.125rem;font-weight:500;line-height:1.125}.root-web-sdk #containerForm .MyMedicalDemographics .screen-fields-web-sdk .radio-group-container>.label-web-sdk>.label-title-websdk{margin-bottom:14px}.root-web-sdk #containerForm .MyMedicalDemographics .screen-fields-web-sdk .radio-group-container .radio-buttons-container{display:flex;flex-direction:column;grid-row-gap:14px;row-gap:14px}.root-web-sdk #containerForm .MyMedicalDemographics .screen-fields-web-sdk .radio-group-container .radio-buttons-container .radio-web-sdk{flex:1 1 auto;height:auto;margin-bottom:0}.root-web-sdk #containerForm .MyMedicalDemographics .screen-fields-web-sdk .radio-group-container .radio-buttons-container .radio-web-sdk>label{font-size:1rem;font-weight:400;line-height:20px}.root-web-sdk #containerForm .MyMedicalDemographics .screen-fields-web-sdk .radio-group-container[aria-labelledby="mhd_answer_ids.926-label"],.root-web-sdk #containerForm .MyMedicalDemographics .screen-fields-web-sdk .radio-group-container[aria-labelledby="mhd_answer_ids.929-label"],.root-web-sdk #containerForm .MyMedicalDemographics .screen-fields-web-sdk .radio-group-container[aria-labelledby="mhd_answer_ids.931-label"]{margin-top:32px;margin-bottom:32px}.root-web-sdk #containerForm .MyMedicalDemographics .screen-fields-web-sdk .radio-group-container[aria-labelledby="mhd_answer_ids.929-label"],.root-web-sdk #containerForm .MyMedicalDemographics .screen-fields-web-sdk .radio-group-container[aria-labelledby="mhd_answer_ids.931-label"]{margin-bottom:0}.root-web-sdk #containerForm .MyMedicalDemographics .screen-fields-web-sdk .radio-group-container[aria-labelledby="mhd_answer_ids.929-label"]+.field-wrapper-web-sdk,.root-web-sdk #containerForm .MyMedicalDemographics .screen-fields-web-sdk .radio-group-container[aria-labelledby="mhd_answer_ids.931-label"]+.field-wrapper-web-sdk{margin-top:14px;margin-bottom:0}.root-web-sdk #containerForm .MyMedicalDemographics .screen-fields-web-sdk .raceHeading,.root-web-sdk #containerForm .MyMedicalDemographics .screen-fields-web-sdk .pronounHeading{margin-bottom:0;font-size:1.125rem;font-weight:500;line-height:1.125}.root-web-sdk #containerForm .MyMedicalDemographics .screen-fields-web-sdk .pronounHeading{margin-top:32px}.root-web-sdk #containerForm .MyMedicalDemographics .screen-fields-web-sdk .raceHeading+.label-web-sdk,.root-web-sdk #containerForm .MyMedicalDemographics .screen-fields-web-sdk .pronounHeading+.label-web-sdk{margin-top:14px;margin-bottom:14px;font-size:.875rem;font-weight:400;line-height:1rem}.root-web-sdk #containerForm .MyMedicalDemographics .screen-fields-web-sdk .raceHeading+.label-web-sdk>span,.root-web-sdk #containerForm .MyMedicalDemographics .screen-fields-web-sdk .pronounHeading+.label-web-sdk>span{margin-bottom:0}.root-web-sdk #containerForm .MyMedicalDemographics .screen-fields-web-sdk .field-wrapper-web-sdk{margin-top:.5rem;margin-bottom:.5rem}.root-web-sdk #containerForm .MyMedicalDemographics .screen-fields-web-sdk .field-wrapper-web-sdk>.label-web-sdk{font-size:1rem;font-weight:500;line-height:1rem}.root-web-sdk #containerForm .MyMedicalDemographics .screen-fields-web-sdk .field-wrapper-web-sdk>.label-web-sdk>.label-title-websdk{margin-bottom:14px}.root-web-sdk #containerForm .MyMedicalDemographics .screen-fields-web-sdk .field-wrapper-web-sdk>label>span.checkbox-text-wrapper-web-sdk>span{font-size:1rem;font-weight:400;line-height:20px}.root-web-sdk #containerForm .MyMedicalDemographics .screen-fields-web-sdk .footer_buttons{display:flex;grid-column-gap:1rem;-moz-column-gap:1rem;column-gap:1rem;width:100%;margin:3.25rem 0 .75rem;overflow-x:auto}.root-web-sdk #containerForm .MyMedicalDemographics .screen-fields-web-sdk .footer_buttons .button-save_and_raw{width:10rem;margin:0;--bg-opacity:1;background-color:#5b2f91;background-color:rgba(91, 47, 145, var(--bg-opacity));--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity))}.root-web-sdk #containerForm .MyMedicalDemographics .screen-fields-web-sdk .footer_buttons .button-save_and_raw:active:not(.disabled),.root-web-sdk #containerForm .MyMedicalDemographics .screen-fields-web-sdk .footer_buttons .button-save_and_raw:hover:not(.disabled){--bg-opacity:1;background-color:#ded5e9;background-color:rgba(222, 213, 233, var(--bg-opacity));--text-opacity:1;color:#0a0a0a;color:rgba(10, 10, 10, var(--text-opacity))}.root-web-sdk #containerForm .MyMedicalDemographics .screen-fields-web-sdk .footer_buttons .button-member_id.secondary{width:5rem;padding:.875rem 1rem;margin:0}.root-web-sdk #containerForm .MyMedicalDemographics .screen-fields-web-sdk .button-member_id:not(.secondary){width:10rem;margin:3.25rem 0 .75rem;--bg-opacity:1;background-color:#5b2f91;background-color:rgba(91, 47, 145, var(--bg-opacity));--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity))}.root-web-sdk #containerForm .MyMedicalDemographics .screen-fields-web-sdk .button-member_id:not(.secondary):active:not(.disabled),.root-web-sdk #containerForm .MyMedicalDemographics .screen-fields-web-sdk .button-member_id:not(.secondary):hover:not(.disabled){--bg-opacity:1;background-color:#ded5e9;background-color:rgba(222, 213, 233, var(--bg-opacity));--text-opacity:1;color:#0a0a0a;color:rgba(10, 10, 10, var(--text-opacity))}.root-web-sdk #containerForm .MyMedicalDemographics .screen-fields-web-sdk .dialog-web-sdk{padding-left:0;padding-right:0;width:100%;background-color:transparent;display:flex;align-self:flex-start}.root-web-sdk #containerForm .MyMedicalDemographics .screen-fields-web-sdk .dialog-web-sdk .dialog-web-sdk-ico-close{height:1rem;min-width:1rem;background:url(https://assets.livongo.com/image/upload/v1713279106/web-sdk/icons/pulse-dialog-close.svg) no-repeat 50%;margin:1.5rem}.root-web-sdk #containerForm .MyMedicalDemographics .screen-fields-web-sdk .dialog-web-sdk .dialog-web-sdk-ico-close:focus-visible{outline:2px solid transparent;outline-offset:2px}.root-web-sdk #containerForm .MyMedicalDemographics .screen-fields-web-sdk .dialog-web-sdk .dialog-web-sdk-ico-close:focus{box-shadow:0 0 0 2px #fff,0 0 2px 4px rgba(0,96,252,0.6);border-radius:.25rem;outline:2px solid transparent;outline-offset:2px}.root-web-sdk #containerForm .MyMedicalDemographics .screen-fields-web-sdk .dialog-web-sdk .dialog-header-web-sdk{padding:0;margin:0}.root-web-sdk #containerForm .MyMedicalDemographics .screen-fields-web-sdk .dialog-web-sdk .dialog-header-web-sdk h1{display:none}.root-web-sdk #containerForm .MyMedicalDemographics .screen-fields-web-sdk .dialog-web-sdk .dialog-header-web-sdk button{right:.5rem;top:2rem}.root-web-sdk #containerForm .MyMedicalDemographics .screen-fields-web-sdk .dialog-web-sdk .dialog-content-web-sdk{padding-left:0;padding-right:0;width:100%}.root-web-sdk #containerForm .MyMedicalDemographics .screen-fields-web-sdk .dialog-web-sdk .dialog-content-web-sdk .container-web-sdk.dialog_container{border-radius:.5rem;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));margin:0;box-shadow:0 12px 30px rgba(0,0,0,0.16);padding-bottom:.25rem}.root-web-sdk #containerForm .MyMedicalDemographics .screen-fields-web-sdk .dialog-web-sdk .dialog-content-web-sdk .container-web-sdk.dialog_container,.root-web-sdk #containerForm .MyMedicalDemographics .screen-fields-web-sdk .dialog-web-sdk .dialog-content-web-sdk .container-web-sdk.dialog_container:hover{--border-opacity:1;border-color:#46944b;border-color:rgba(70, 148, 75, var(--border-opacity));border-top:8px rgba(70, 148, 75, var(--border-opacity));border-style:solid}.root-web-sdk #containerForm .MyMedicalDemographics .screen-fields-web-sdk .dialog-web-sdk .dialog-content-web-sdk .container-web-sdk.dialog_container .text-web-sdk{margin-left:3rem}.root-web-sdk #containerForm .MyMedicalDemographics .screen-fields-web-sdk .dialog-web-sdk .dialog-content-web-sdk .container-web-sdk.dialog_container .title_text{font-size:1.375rem;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));margin-top:.75rem;margin-bottom:.25rem}.root-web-sdk #containerForm .MyMedicalDemographics .screen-fields-web-sdk .dialog-web-sdk .dialog-content-web-sdk .container-web-sdk.dialog_container .title_text:before{content:" ";width:2rem;position:absolute;left:1.75rem;background:url(https://assets.livongo.com/image/upload/v1713279067/web-sdk/icons/pulse-check-circle.svg) no-repeat scroll 50%;filter:invert(47%) sepia(85%) saturate(310%) hue-rotate(74deg) brightness(89%) contrast(86%)}.root-web-sdk #containerForm .MyMedicalDemographics .screen-fields-web-sdk .dialog-web-sdk .dialog-content-web-sdk .container-web-sdk.dialog_container .description_text,.root-web-sdk #containerForm .MyMedicalDemographics .screen-fields-web-sdk .dialog-web-sdk .dialog-content-web-sdk .container-web-sdk.dialog_container .dialog_desc{font-size:1.125rem;--text-opacity:1;color:#565757;color:rgba(86, 87, 87, var(--text-opacity));margin-bottom:.75rem}.root-web-sdk #containerForm .MyMedicalDemographics+.screenDefault{border-radius:.5rem;background-color:transparent;--bg-opacity:0;position:fixed;min-height:0;right:0;left:0;min-width:500px;top:4rem;z-index:99}.root-web-sdk #containerForm .MyMedicalDemographics+.screenDefault.hidden{transition:all .75s ease-in-out;top:-150px;opacity:0}@media (min-width: 576px){.root-web-sdk #containerForm .MyMedicalDemographics+.screenDefault{right:0;left:auto;min-width:500px}}.root-web-sdk #containerForm .MyMedicalDemographics+.screenDefault .dialog-web-sdk{padding-left:0;padding-right:0;width:100%;background-color:transparent;display:flex;align-self:flex-start}.root-web-sdk #containerForm .MyMedicalDemographics+.screenDefault .dialog-web-sdk .dialog-web-sdk-ico-close{height:1rem;min-width:1rem;background:url(https://assets.livongo.com/image/upload/v1713279106/web-sdk/icons/pulse-dialog-close.svg) no-repeat 50%;margin:1.5rem}.root-web-sdk #containerForm .MyMedicalDemographics+.screenDefault .dialog-web-sdk .dialog-web-sdk-ico-close:focus-visible{outline:2px solid transparent;outline-offset:2px}.root-web-sdk #containerForm .MyMedicalDemographics+.screenDefault .dialog-web-sdk .dialog-web-sdk-ico-close:focus{box-shadow:0 0 0 2px #fff,0 0 2px 4px rgba(0,96,252,0.6);border-radius:.25rem;outline:2px solid transparent;outline-offset:2px}.root-web-sdk #containerForm .MyMedicalDemographics+.screenDefault .dialog-web-sdk .dialog-header-web-sdk{padding:0;margin:0}.root-web-sdk #containerForm .MyMedicalDemographics+.screenDefault .dialog-web-sdk .dialog-header-web-sdk h1{display:none}.root-web-sdk #containerForm .MyMedicalDemographics+.screenDefault .dialog-web-sdk .dialog-header-web-sdk button{right:.5rem;top:2rem}.root-web-sdk #containerForm .MyMedicalDemographics+.screenDefault .dialog-web-sdk .dialog-content-web-sdk{padding-left:0;padding-right:0;width:100%}.root-web-sdk #containerForm .MyMedicalDemographics+.screenDefault .dialog-web-sdk .dialog-content-web-sdk .container-web-sdk.dialog_container{border-radius:.5rem;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));margin:0;box-shadow:0 12px 30px rgba(0,0,0,0.16);padding-bottom:.25rem}.root-web-sdk #containerForm .MyMedicalDemographics+.screenDefault .dialog-web-sdk .dialog-content-web-sdk .container-web-sdk.dialog_container,.root-web-sdk #containerForm .MyMedicalDemographics+.screenDefault .dialog-web-sdk .dialog-content-web-sdk .container-web-sdk.dialog_container:hover{--border-opacity:1;border-color:#46944b;border-color:rgba(70, 148, 75, var(--border-opacity));border-top:8px rgba(70, 148, 75, var(--border-opacity));border-style:solid}.root-web-sdk #containerForm .MyMedicalDemographics+.screenDefault .dialog-web-sdk .dialog-content-web-sdk .container-web-sdk.dialog_container .text-web-sdk{margin-left:3rem}.root-web-sdk #containerForm .MyMedicalDemographics+.screenDefault .dialog-web-sdk .dialog-content-web-sdk .container-web-sdk.dialog_container .title_text{font-size:1.375rem;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));margin-top:.75rem;margin-bottom:.25rem}.root-web-sdk #containerForm .MyMedicalDemographics+.screenDefault .dialog-web-sdk .dialog-content-web-sdk .container-web-sdk.dialog_container .title_text:before{content:" ";width:2rem;position:absolute;left:1.75rem;background:url(https://assets.livongo.com/image/upload/v1713279067/web-sdk/icons/pulse-check-circle.svg) no-repeat scroll 50%;filter:invert(47%) sepia(85%) saturate(310%) hue-rotate(74deg) brightness(89%) contrast(86%)}.root-web-sdk #containerForm .MyMedicalDemographics+.screenDefault .dialog-web-sdk .dialog-content-web-sdk .container-web-sdk.dialog_container .description_text,.root-web-sdk #containerForm .MyMedicalDemographics+.screenDefault .dialog-web-sdk .dialog-content-web-sdk .container-web-sdk.dialog_container .dialog_desc{font-size:1.125rem;--text-opacity:1;color:#565757;color:rgba(86, 87, 87, var(--text-opacity));margin-bottom:.75rem}.root-web-sdk #containerForm .PrimaryCareProviderSelectionSuccess p.schedule_hint{font-size:1.25rem;font-weight:400}.root-web-sdk #containerForm .PrimaryCareProviderSelectionSuccess p.during_consultation_hint{margin-bottom:1rem}.root-web-sdk #containerForm .PrimaryCareProviderSelectionSuccess p.available_provider_hint{margin-bottom:0;margin-top:3rem}.root-web-sdk #containerForm .PrimaryCareProviderSelectionSuccess p.selected_provider_name,.root-web-sdk #containerForm .PrimaryCareProviderSelectionSuccess p.thank_for_selection{font-size:2.5rem;text-align:left;font-weight:700;line-height:1.25}.root-web-sdk #containerForm .PrimaryCareProviderSelectionSuccess p.thank_for_selection{margin-bottom:0}.root-web-sdk #containerForm .PrimaryCareProviderSelectionSuccess .list-wrapper-web-sdk .label-web-sdk{display:none}.root-web-sdk #containerForm .PrimaryCareProviderSelectionSuccess button.button-schedule_a_visit{--bg-opacity:1;background-color:#5b2f91;background-color:rgba(91, 47, 145, var(--bg-opacity));--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity))}.root-web-sdk #containerForm .PrimaryCareProviderSelectionSuccess button.button-schedule_a_visit:active:not(.disabled),.root-web-sdk #containerForm .PrimaryCareProviderSelectionSuccess button.button-schedule_a_visit:hover:not(.disabled){--bg-opacity:1;background-color:#ded5e9;background-color:rgba(222, 213, 233, var(--bg-opacity));--text-opacity:1;color:#0a0a0a;color:rgba(10, 10, 10, var(--text-opacity))}.root-web-sdk #containerForm .PrimaryCareProviderSelectionSuccess button.button-return_to_home,.root-web-sdk #containerForm .PrimaryCareProviderSelectionSuccess button.button-schedule_a_visit{margin-top:32px}.root-web-sdk #containerForm .PrimaryCareProviderSelectionSuccess button.button-request_gm_link{background-color:transparent;--text-opacity:1;color:#5b2f91;color:rgba(91, 47, 145, var(--text-opacity))}.root-web-sdk #containerForm .PrimaryCareProviderSelectionSuccess button.button-request_gm_link:active,.root-web-sdk #containerForm .PrimaryCareProviderSelectionSuccess button.button-request_gm_link:hover{--bg-opacity:1;background-color:#ded5e9;background-color:rgba(222, 213, 233, var(--bg-opacity));--text-opacity:1;color:#0a0a0a;color:rgba(10, 10, 10, var(--text-opacity))}.root-web-sdk #containerForm .PrimaryCareProviderSelectionSuccess button.button-request_gm_link{margin-top:32px}.root-web-sdk #containerForm .PrimaryCareProviderSelectionSuccess button.button-return_to_home{background-color:transparent;--text-opacity:1;color:#5b2f91;color:rgba(91, 47, 145, var(--text-opacity))}.root-web-sdk #containerForm .PrimaryCareProviderSelectionSuccess button.button-return_to_home:active,.root-web-sdk #containerForm .PrimaryCareProviderSelectionSuccess button.button-return_to_home:hover{--bg-opacity:1;background-color:#ded5e9;background-color:rgba(222, 213, 233, var(--bg-opacity));--text-opacity:1;color:#0a0a0a;color:rgba(10, 10, 10, var(--text-opacity))}.root-web-sdk #containerForm .PrimaryCareProviderSelectionSuccess button.button-return_to_home{padding:0;width:auto;border-style:none;line-height:1.5rem}.root-web-sdk #containerForm .dialog-overlay-web-sdk.dialog-overlay-with-warning .dialog-header-web-sdk,.root-web-sdk #containerForm .dialog-overlay-web-sdk[data-weblink*="mhd/health_record"] .dialog-header-web-sdk{padding-right:1rem}.root-web-sdk #containerForm .dialog-overlay-web-sdk.dialog-overlay-with-warning .dialog-header-web-sdk:before,.root-web-sdk #containerForm .dialog-overlay-web-sdk[data-weblink*="mhd/health_record"] .dialog-header-web-sdk:before{display:block;padding-bottom:4rem;content:"";background:url(https://assets.livongo.com/image/upload/v1713282752/web-sdk/icons/td-danger_gjkrrn.svg) no-repeat 50%}.root-web-sdk #containerForm .dialog-overlay-web-sdk.dialog-overlay-with-warning .dialog-content-web-sdk h2,.root-web-sdk #containerForm .dialog-overlay-web-sdk[data-weblink*="mhd/health_record"] .dialog-content-web-sdk h2{font-weight:400}@media (min-width: 576px){.root-web-sdk #containerForm .dialog-overlay-web-sdk.dialog-overlay-with-warning .dialog-header-web-sdk:before,.root-web-sdk #containerForm .dialog-overlay-web-sdk[data-weblink*="mhd/health_record"] .dialog-header-web-sdk:before{display:none}.root-web-sdk #containerForm .dialog-overlay-web-sdk.dialog-overlay-with-warning .dialog-header-web-sdk h1,.root-web-sdk #containerForm .dialog-overlay-web-sdk[data-weblink*="mhd/health_record"] .dialog-header-web-sdk h1{padding-left:4rem;padding-right:3rem}.root-web-sdk #containerForm .dialog-overlay-web-sdk.dialog-overlay-with-warning .dialog-header-web-sdk h1:before,.root-web-sdk #containerForm .dialog-overlay-web-sdk[data-weblink*="mhd/health_record"] .dialog-header-web-sdk h1:before{content:"";background:url(https://assets.livongo.com/image/upload/v1713282752/web-sdk/icons/td-danger_gjkrrn.svg) no-repeat 50%;margin-left:-5rem;padding-right:5rem;padding-bottom:2rem}.root-web-sdk #containerForm .dialog-overlay-web-sdk.dialog-overlay-with-warning .dialog-footer-web-sdk button,.root-web-sdk #containerForm .dialog-overlay-web-sdk[data-weblink*="mhd/health_record"] .dialog-footer-web-sdk button{width:auto !important}.root-web-sdk #containerForm .dialog-overlay-web-sdk.dialog-overlay-with-warning .dialog-footer-web-sdk .button-close-dialog,.root-web-sdk #containerForm .dialog-overlay-web-sdk[data-weblink*="mhd/health_record"] .dialog-footer-web-sdk .button-close-dialog{margin-right:1rem;margin-left:0 !important}.root-web-sdk #containerForm .dialog-overlay-web-sdk.dialog-overlay-with-warning .dialog-footer-web-sdk .button-member_id,.root-web-sdk #containerForm .dialog-overlay-web-sdk[data-weblink*="mhd/health_record"] .dialog-footer-web-sdk .button-member_id{margin-left:0 !important}}.root-web-sdk #containerForm .AccountCareRecipientsNew .field-wrapper-web-sdk .checkbox-text-wrapper-web-sdk{line-height:20px;font-weight:500}.root-web-sdk #containerForm .AccountCareRecipientsNew .text-label-wrapper-web-sdk .label-web-sdk{margin:0}.root-web-sdk #containerForm .AccountCareRecipientsNew .text-label-wrapper-web-sdk .label-title-websdk{font-size:1.125rem;font-weight:400;line-height:20px;white-space:pre-wrap;margin-bottom:1.5rem}.root-web-sdk #containerForm .AccountCareRecipientsNew .text-label-wrapper-web-sdk.dividerLine{height:1.5rem}.root-web-sdk #containerForm .AccountCareRecipientsNew .text-label-wrapper-web-sdk.agreement .text-web-sdk{line-height:2rem;font-size:2rem;margin-bottom:1rem}.root-web-sdk #containerForm .AccountCareRecipientsNew .label-web-sdk[for=has_authorization] .label-title-websdk{--text-opacity:1;color:#0a0a0a;color:rgba(10, 10, 10, var(--text-opacity));font-weight:400;font-size:1.125rem;line-height:20px;margin-bottom:1rem}.root-web-sdk #containerForm .ActivityLandingPageScreen .modernized-image-web-sdk{margin:0 !important;width:100% !important;height:auto !important;padding-bottom:1.5rem;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;aspect-ratio:16/9}@media (min-width: 768px){.root-web-sdk #containerForm .ActivityLandingPageScreen .modernized-image-web-sdk{padding-bottom:2rem}}.root-web-sdk #containerForm .ActivityLandingPageScreen .title-web-sdk{margin:0 0 .5rem;padding:0;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity))}@media (min-width: 768px){.root-web-sdk #containerForm .ActivityLandingPageScreen .title-web-sdk{margin-bottom:1rem}}.root-web-sdk #containerForm .ActivityLandingPageScreen .mh_activity_description{margin:0 0 1.5rem;font-family:Effra,Arial,sans-serif;font-style:normal;font-weight:400;font-size:1.125rem;line-height:1.5rem;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity))}@media (min-width: 768px){.root-web-sdk #containerForm .ActivityLandingPageScreen .mh_activity_description{line-height:1.75rem}}.root-web-sdk #containerForm .ActivityHistoryScreen .container,.root-web-sdk #containerForm .screen-web-sdk[data-testid^=screen-ActivityStep] .container{max-width:100%;margin:0}.root-web-sdk #containerForm .ActivityHistoryScreen input,.root-web-sdk #containerForm .ActivityHistoryScreen select,.root-web-sdk #containerForm .ActivityHistoryScreen textarea,.root-web-sdk #containerForm .screen-web-sdk[data-testid^=screen-ActivityStep] input,.root-web-sdk #containerForm .screen-web-sdk[data-testid^=screen-ActivityStep] select,.root-web-sdk #containerForm .screen-web-sdk[data-testid^=screen-ActivityStep] textarea{width:100%;min-width:100%;max-width:100%}@media (min-width: 1024px){.root-web-sdk #containerForm .ActivityHistoryScreen .modernized-carousel-web-sdk,.root-web-sdk #containerForm .screen-web-sdk[data-testid^=screen-ActivityStep] .modernized-carousel-web-sdk{overflow-x:scroll;padding-bottom:2rem}.root-web-sdk #containerForm .ActivityHistoryScreen .modernized-carousel-web-sdk::-webkit-scrollbar,.root-web-sdk #containerForm .ActivityHistoryScreen .modernized-carousel-web-sdk::-webkit-scrollbar:horizontal,.root-web-sdk #containerForm .screen-web-sdk[data-testid^=screen-ActivityStep] .modernized-carousel-web-sdk::-webkit-scrollbar,.root-web-sdk #containerForm .screen-web-sdk[data-testid^=screen-ActivityStep] .modernized-carousel-web-sdk::-webkit-scrollbar:horizontal{height:.5rem;width:.5rem;background-color:transparent;display:block}.root-web-sdk #containerForm .ActivityHistoryScreen .modernized-carousel-web-sdk::-webkit-scrollbar-thumb:horizontal,.root-web-sdk #containerForm .screen-web-sdk[data-testid^=screen-ActivityStep] .modernized-carousel-web-sdk::-webkit-scrollbar-thumb:horizontal{display:block;border-radius:9999px;background:#dfe0df}.root-web-sdk #containerForm .ActivityHistoryScreen .modernized-carousel-web-sdk::-webkit-scrollbar-thumb:horizontal:hover,.root-web-sdk #containerForm .screen-web-sdk[data-testid^=screen-ActivityStep] .modernized-carousel-web-sdk::-webkit-scrollbar-thumb:horizontal:hover{background:#6f6f6f}}.root-web-sdk #containerForm .ActivityHistoryScreen .modernized-image-web-sdk:not(.corner_header_image),.root-web-sdk #containerForm .screen-web-sdk[data-testid^=screen-ActivityStep] .modernized-image-web-sdk:not(.corner_header_image){margin:0 !important;width:100% !important;height:auto !important;padding-bottom:1.5rem;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;aspect-ratio:16/9}@media (min-width: 768px){.root-web-sdk #containerForm .ActivityHistoryScreen .modernized-image-web-sdk:not(.corner_header_image),.root-web-sdk #containerForm .screen-web-sdk[data-testid^=screen-ActivityStep] .modernized-image-web-sdk:not(.corner_header_image){padding-bottom:2rem}}.root-web-sdk #containerForm .ActivityHistoryScreen h2.text-web-sdk,.root-web-sdk #containerForm .screen-web-sdk[data-testid^=screen-ActivityStep] h2.text-web-sdk{margin-bottom:1rem;font-family:Effra,Arial,sans-serif;font-weight:500;font-size:1.375rem;line-height:1.5rem;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity))}@media (min-width: 768px){.root-web-sdk #containerForm .ActivityHistoryScreen h2.text-web-sdk,.root-web-sdk #containerForm .screen-web-sdk[data-testid^=screen-ActivityStep] h2.text-web-sdk{font-size:1.625rem;line-height:2rem}}.root-web-sdk #containerForm .ActivityHistoryScreen .text-content-markdown p,.root-web-sdk #containerForm .screen-web-sdk[data-testid^=screen-ActivityStep] .text-content-markdown p{margin:0;font-family:Effra,Arial,sans-serif;font-weight:400;font-size:1.125rem;line-height:1.5rem;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity))}@media (min-width: 768px){.root-web-sdk #containerForm .ActivityHistoryScreen .text-content-markdown p,.root-web-sdk #containerForm .screen-web-sdk[data-testid^=screen-ActivityStep] .text-content-markdown p{line-height:1.75rem}}.root-web-sdk #containerForm .ActivityHistoryScreen h2.text-web-sdk[data-testid^=text-slider_label_],.root-web-sdk #containerForm .ActivityHistoryScreen h2.text-web-sdk[data-testid^=text-user_select_bottom_],.root-web-sdk #containerForm .screen-web-sdk[data-testid^=screen-ActivityStep] h2.text-web-sdk[data-testid^=text-slider_label_],.root-web-sdk #containerForm .screen-web-sdk[data-testid^=screen-ActivityStep] h2.text-web-sdk[data-testid^=text-user_select_bottom_]{margin:0;font-family:Effra,Arial,sans-serif;font-weight:500;font-size:1.375rem;line-height:1.5rem;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity))}@media (min-width: 768px){.root-web-sdk #containerForm .ActivityHistoryScreen h2.text-web-sdk[data-testid^=text-slider_label_],.root-web-sdk #containerForm .ActivityHistoryScreen h2.text-web-sdk[data-testid^=text-user_select_bottom_],.root-web-sdk #containerForm .screen-web-sdk[data-testid^=screen-ActivityStep] h2.text-web-sdk[data-testid^=text-slider_label_],.root-web-sdk #containerForm .screen-web-sdk[data-testid^=screen-ActivityStep] h2.text-web-sdk[data-testid^=text-user_select_bottom_]{font-size:1.625rem;line-height:2rem}}.root-web-sdk #containerForm .ActivityHistoryScreen .horizontal_button_container,.root-web-sdk #containerForm .screen-web-sdk[data-testid^=screen-ActivityStep] .horizontal_button_container{width:100%;padding-top:1.5rem;display:flex;justify-content:space-between;grid-gap:.5rem;gap:.5rem}@media (min-width: 768px){.root-web-sdk #containerForm .ActivityHistoryScreen .horizontal_button_container,.root-web-sdk #containerForm .screen-web-sdk[data-testid^=screen-ActivityStep] .horizontal_button_container{padding-top:2rem}}.root-web-sdk #containerForm .ActivityHistoryScreen .horizontal_button_container .favorite_button_wrapper,.root-web-sdk #containerForm .screen-web-sdk[data-testid^=screen-ActivityStep] .horizontal_button_container .favorite_button_wrapper{width:3rem}.root-web-sdk #containerForm .ActivityHistoryScreen .horizontal_button_container .next_button_container,.root-web-sdk #containerForm .screen-web-sdk[data-testid^=screen-ActivityStep] .horizontal_button_container .next_button_container{width:100%}@media (min-width: 768px){.root-web-sdk #containerForm .ActivityHistoryScreen .horizontal_button_container .next_button_container,.root-web-sdk #containerForm .screen-web-sdk[data-testid^=screen-ActivityStep] .horizontal_button_container .next_button_container{width:auto}}.root-web-sdk #containerForm .ActivityHistoryScreen .horizontal_button_container .next_button_container .next_button,.root-web-sdk #containerForm .screen-web-sdk[data-testid^=screen-ActivityStep] .horizontal_button_container .next_button_container .next_button{box-shadow:none}.root-web-sdk #containerForm .ActivityHistoryScreen .horizontal_button_container .next_button_container .next_button:not(:active):focus,.root-web-sdk #containerForm .ActivityHistoryScreen .horizontal_button_container .next_button_container .next_button:not(:active):focus-visible,.root-web-sdk #containerForm .screen-web-sdk[data-testid^=screen-ActivityStep] .horizontal_button_container .next_button_container .next_button:not(:active):focus,.root-web-sdk #containerForm .screen-web-sdk[data-testid^=screen-ActivityStep] .horizontal_button_container .next_button_container .next_button:not(:active):focus-visible{box-shadow:0 0 0 2px #fff,0 0 2px 4px rgba(81,86,245,0.6)}.root-web-sdk #containerForm .modernized-modal-overlay-web-sdk .modernized-modal-wrapper-web-sdk.ModalWithImageOnTop .modernized-modal-web-sdk{padding-top:16rem}.root-web-sdk #containerForm .modernized-modal-overlay-web-sdk .modernized-modal-web-sdk{position:relative}.root-web-sdk #containerForm .modernized-modal-overlay-web-sdk .modernized-modal-web-sdk .modernized-image-web-sdk:first-child{position:absolute;top:2rem;right:0;left:0;padding-left:2rem;padding-right:2rem}.root-web-sdk #containerForm .modernized-modal-overlay-web-sdk .modernized-modal-web-sdk .modernized-modal-header-web-sdk{padding-bottom:1rem}.root-web-sdk #containerForm .modernized-modal-overlay-web-sdk .modernized-modal-web-sdk .modernized-modal-footer-web-sdk{flex-direction:column;align-items:flex-start;padding:0}.root-web-sdk #containerForm .modernized-modal-overlay-web-sdk .modernized-modal-web-sdk .modernized-modal-footer-web-sdk .modernized-image-web-sdk{margin:0 !important;width:100% !important;height:auto !important;max-height:12rem;width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.root-web-sdk #containerForm .modernized-modal-overlay-web-sdk .modernized-modal-web-sdk .modernized-modal-footer-web-sdk .text-content-field-wrapper-web-sdk{padding:0 !important;margin-bottom:1rem}.root-web-sdk #containerForm .modernized-modal-overlay-web-sdk .modernized-modal-web-sdk .modernized-modal-footer-web-sdk .text-content-field-wrapper-web-sdk .text-content-markdown p{font-family:Effra,Arial,sans-serif;font-weight:400;font-style:normal;font-size:1.125rem;text-align:center;--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity));line-height:1.5rem}.root-web-sdk #containerForm .modernized-modal-overlay-web-sdk .modernized-modal-web-sdk .modernized-modal-footer-web-sdk .text-content-field-wrapper-web-sdk .text-content-markdown p:last-child{margin:0}@media (min-width: 768px){.root-web-sdk #containerForm .modernized-modal-overlay-web-sdk .modernized-modal-web-sdk .modernized-modal-footer-web-sdk .text-content-field-wrapper-web-sdk .text-content-markdown p{text-align:left;line-height:1.75rem}}.root-web-sdk #containerForm .modernized-modal-overlay-web-sdk .modernized-modal-web-sdk .modernized-modal-footer-web-sdk .TextArea-module__root{padding-left:0;padding-right:0}.root-web-sdk #containerForm .modernized-modal-overlay-web-sdk .modernized-modal-web-sdk .modernized-modal-footer-web-sdk .TextArea-module__root .TextArea-module__label{display:block}.root-web-sdk #containerForm .modernized-modal-overlay-web-sdk .modernized-modal-web-sdk .modernized-modal-footer-web-sdk .TextInput-module__root{width:100%}.root-web-sdk #containerForm .modernized-modal-overlay-web-sdk .modernized-modal-web-sdk .modernized-modal-footer-web-sdk .ModernizedButton-button-wrapper-web-sdk{display:block;padding-top:1rem;width:100%}@media (min-width: 768px){.root-web-sdk #containerForm .modernized-modal-overlay-web-sdk .modernized-modal-web-sdk .modernized-modal-footer-web-sdk .ModernizedButton-button-wrapper-web-sdk{width:auto;align-self:flex-end}}.root-web-sdk #containerForm .modernized-modal-overlay-web-sdk .modernized-modal-web-sdk .modernized-modal-footer-web-sdk .modernized-field-wrapper-web-sdk+.ModernizedButton-button-wrapper-web-sdk{padding-top:.5rem}.root-web-sdk #containerForm .screen-web-sdk[data-testid^=screen-ActivityStep] h1.title-web-sdk{margin-bottom:.5rem;font-family:Effra,Arial,sans-serif;font-weight:700;font-size:2rem;line-height:2.25rem;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity))}@media (min-width: 768px){.root-web-sdk #containerForm .screen-web-sdk[data-testid^=screen-ActivityStep] h1.title-web-sdk{margin-bottom:1rem;font-size:2.813rem;line-height:3rem}}.root-web-sdk #containerForm .screen-web-sdk[data-testid^=screen-ActivityStep] .button-left-arrow-web-sdk[data-testid=button-back]{display:none}@media (min-width: 768px){.root-web-sdk #containerForm .screen-web-sdk[data-testid^=screen-ActivityStep] .button-left-arrow-web-sdk[data-testid=button-back]{display:block}}.root-web-sdk #containerForm .Payment label,.root-web-sdk #containerForm .Payment label .label-title-websdk{margin-bottom:0}.root-web-sdk #containerForm .Payment p[data-testid=text-cost]{font-weight:400}.root-web-sdk #containerForm .Payment .button-creditCardButton{padding-top:.5rem;padding-bottom:.5rem}.root-web-sdk #containerForm .Payment .button-creditCardButton.only-of-kind{margin-top:0;margin-bottom:2.5rem}.root-web-sdk #containerForm .Payment .button-web-sdk.last-of-kind:not(.inline){margin-bottom:1.25rem}.root-web-sdk #containerForm .Payment .screen-fields-web-sdk>.html-text-web-sdk,.root-web-sdk #containerForm .Payment a{font-weight:400;font-size:18px;line-height:20px}.root-web-sdk #containerForm .Payment .ic_pulse_info_default{float:left;width:1rem;height:1rem;margin:.5rem .5rem 0 0;background:url(https://assets.livongo.com/image/upload/v1713276707/web-sdk/icons/ic_pulse_info_default.svg) no-repeat bottom}.root-web-sdk #containerForm .Payment .lcns_cancellation_policy,.root-web-sdk #containerForm .Payment .lcns_warning_field{margin:1rem 0 0 1.5rem}.root-web-sdk #containerForm .Payment .lcns_disclaimer_container{margin:0 0 1.5rem}.root-web-sdk #containerForm .Payment+.dialog-overlay-web-sdk .dialog-header-web-sdk{border-bottom-width:0;margin-bottom:0 !important}.root-web-sdk #containerForm .Payment+.dialog-overlay-web-sdk .dialog-header-web-sdk .dialog-web-sdk-ico-close{display:none}.root-web-sdk #containerForm .Payment+.dialog-overlay-web-sdk .dialog-content-web-sdk{padding-top:0 !important}.root-web-sdk #containerForm .Payment+.dialog-overlay-web-sdk .dialog-header-web-sdk[data-testid=text-lcns_warning]{font-size:1.875rem !important}.root-web-sdk #containerForm .Payment+.dialog-overlay-web-sdk .text-web-sdk[data-testid=text-lcns_warning]{position:relative;bottom:1.25rem;font-size:15px;padding-left:1.5rem;margin-bottom:0;background:url(https://assets.livongo.com/image/upload/v1713278779/web-sdk/icons/lcns-info.svg) no-repeat scroll 0 0}.root-web-sdk #containerForm .Payment+.dialog-overlay-web-sdk .html-text-web-sdk a{text-decoration:none;--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity));font-size:18px;font-weight:500;position:relative;top:.75rem}.root-web-sdk #containerForm .Payment+.dialog-overlay-web-sdk .radio-group-container{height:auto !important;width:auto !important;margin-top:0}.root-web-sdk #containerForm .Payment+.dialog-overlay-web-sdk .radio-group-container .inline-error-message-web-sdk{font-size:1rem;padding-bottom:1rem}.root-web-sdk #containerForm .Payment+.dialog-overlay-web-sdk .radio-buttons-container{display:flex}.root-web-sdk #containerForm .Payment+.dialog-overlay-web-sdk .radio-buttons-container .radio-web-sdk{margin-right:32px !important}.root-web-sdk #containerForm .Payment+.dialog-overlay-web-sdk .buttonContainer{display:flex;flex-direction:row;justify-content:space-between}.root-web-sdk #containerForm .Payment+.dialog-overlay-web-sdk .buttonContainer .button-progress_button{width:138px;height:48px;margin:0 !important}.root-web-sdk #containerForm .Payment+.dialog-overlay-web-sdk .buttonContainer .policy_link{margin:0 !important}.root-web-sdk #containerForm .FindBestDoctorSubmitReview .label-title-websdk{--text-opacity:1;color:#727069;color:rgba(114, 112, 105, var(--text-opacity))}.root-web-sdk #containerForm .FindBestDoctorSubmitReview .text-web-sdk{font-size:1.125rem}.root-web-sdk #containerForm .AdvanceMedicalAppointmentVideoSchedule #Time.input-web-sdk{cursor:pointer}.root-web-sdk #containerForm .AdvanceMedicalAppointmentVideoSchedule #Time.input-web-sdk.invalid{--border-opacity:1;border-color:#aa1010;border-color:rgba(170, 16, 16, var(--border-opacity))}.root-web-sdk #containerForm .AdvanceMedicalAppointmentVideoSchedule .date-picker-wrapper-web-sdk{margin-bottom:0}.root-web-sdk #containerForm .AdvanceMedicalAppointmentVideoSchedule .input_container{position:relative}.root-web-sdk #containerForm .AdvanceMedicalAppointmentVideoSchedule .input_icon{position:absolute;width:1rem;height:1rem;bottom:1rem;right:1rem}.root-web-sdk #containerForm .AdvanceMedicalAppointmentVideoSchedule .clock-icon-web-sdk{background:url(https://assets.livongo.com/image/upload/v1713276022/web-sdk/icons/clock.svg) no-repeat 50%;background-size:contain;height:100%;width:100%}.root-web-sdk .spinner-web-sdk{animation:spin 1s ease-in-out infinite;-webkit-animation:spin 1s ease-in-out infinite;background:url(https://assets.livongo.com/image/upload/v1713282093/web-sdk/icons/spinner.svg) no-repeat 50%;background-size:contain;height:100%;width:100%}.root-web-sdk #containerForm .AnnualCheckupVisitPreparation h1,.root-web-sdk #containerForm .FollowUpVisitPreparation h1,.root-web-sdk #containerForm .SoftLanding h1,.root-web-sdk #containerForm .VisitPreparation h1,.root-web-sdk #containerForm.pulse-rav .AnnualCheckupVisitPreparation h1,.root-web-sdk #containerForm.pulse-rav .FollowUpVisitPreparation h1,.root-web-sdk #containerForm.pulse-rav .SoftLanding h1,.root-web-sdk #containerForm.pulse-rav .VisitPreparation h1{font-size:37px;line-height:2.5rem;font-weight:700;margin-bottom:2.25rem;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity))}.root-web-sdk #containerForm .AnnualCheckupVisitPreparation button.text-link-web-sdk,.root-web-sdk #containerForm .FollowUpVisitPreparation button.text-link-web-sdk,.root-web-sdk #containerForm .SoftLanding button.text-link-web-sdk,.root-web-sdk #containerForm .VisitPreparation button.text-link-web-sdk,.root-web-sdk #containerForm.pulse-rav .AnnualCheckupVisitPreparation button.text-link-web-sdk,.root-web-sdk #containerForm.pulse-rav .FollowUpVisitPreparation button.text-link-web-sdk,.root-web-sdk #containerForm.pulse-rav .SoftLanding button.text-link-web-sdk,.root-web-sdk #containerForm.pulse-rav .VisitPreparation button.text-link-web-sdk{--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity));margin:0;padding-left:1.5rem;cursor:pointer;line-height:1rem}.root-web-sdk #containerForm .AnnualCheckupVisitPreparation button.text-link-web-sdk.blood_pressure_video_link,.root-web-sdk #containerForm .FollowUpVisitPreparation button.text-link-web-sdk.blood_pressure_video_link,.root-web-sdk #containerForm .SoftLanding button.text-link-web-sdk.blood_pressure_video_link,.root-web-sdk #containerForm .VisitPreparation button.text-link-web-sdk.blood_pressure_video_link,.root-web-sdk #containerForm.pulse-rav .AnnualCheckupVisitPreparation button.text-link-web-sdk.blood_pressure_video_link,.root-web-sdk #containerForm.pulse-rav .FollowUpVisitPreparation button.text-link-web-sdk.blood_pressure_video_link,.root-web-sdk #containerForm.pulse-rav .SoftLanding button.text-link-web-sdk.blood_pressure_video_link,.root-web-sdk #containerForm.pulse-rav .VisitPreparation button.text-link-web-sdk.blood_pressure_video_link{background:url(https://assets.livongo.com/image/upload/v1713278699/web-sdk/icons/icon-video.svg) no-repeat 0}.root-web-sdk #containerForm .AnnualCheckupVisitPreparation button.text-link-web-sdk.blood_pressure_tracking_link,.root-web-sdk #containerForm .FollowUpVisitPreparation button.text-link-web-sdk.blood_pressure_tracking_link,.root-web-sdk #containerForm .SoftLanding button.text-link-web-sdk.blood_pressure_tracking_link,.root-web-sdk #containerForm .VisitPreparation button.text-link-web-sdk.blood_pressure_tracking_link,.root-web-sdk #containerForm.pulse-rav .AnnualCheckupVisitPreparation button.text-link-web-sdk.blood_pressure_tracking_link,.root-web-sdk #containerForm.pulse-rav .FollowUpVisitPreparation button.text-link-web-sdk.blood_pressure_tracking_link,.root-web-sdk #containerForm.pulse-rav .SoftLanding button.text-link-web-sdk.blood_pressure_tracking_link,.root-web-sdk #containerForm.pulse-rav .VisitPreparation button.text-link-web-sdk.blood_pressure_tracking_link{background:url(https://assets.livongo.com/image/upload/v1713278536/web-sdk/icons/icon-checklist.svg) no-repeat 0}.root-web-sdk #containerForm .AnnualCheckupVisitPreparation [class*=step_item],.root-web-sdk #containerForm .FollowUpVisitPreparation [class*=step_item],.root-web-sdk #containerForm .SoftLanding [class*=step_item],.root-web-sdk #containerForm .VisitPreparation [class*=step_item],.root-web-sdk #containerForm.pulse-rav .AnnualCheckupVisitPreparation [class*=step_item],.root-web-sdk #containerForm.pulse-rav .FollowUpVisitPreparation [class*=step_item],.root-web-sdk #containerForm.pulse-rav .SoftLanding [class*=step_item],.root-web-sdk #containerForm.pulse-rav .VisitPreparation [class*=step_item]{display:flex}.root-web-sdk #containerForm .AnnualCheckupVisitPreparation [class*=step_item] [class*=step_counter],.root-web-sdk #containerForm .FollowUpVisitPreparation [class*=step_item] [class*=step_counter],.root-web-sdk #containerForm .SoftLanding [class*=step_item] [class*=step_counter],.root-web-sdk #containerForm .VisitPreparation [class*=step_item] [class*=step_counter],.root-web-sdk #containerForm.pulse-rav .AnnualCheckupVisitPreparation [class*=step_item] [class*=step_counter],.root-web-sdk #containerForm.pulse-rav .FollowUpVisitPreparation [class*=step_item] [class*=step_counter],.root-web-sdk #containerForm.pulse-rav .SoftLanding [class*=step_item] [class*=step_counter],.root-web-sdk #containerForm.pulse-rav .VisitPreparation [class*=step_item] [class*=step_counter]{display:flex;justify-content:center;align-items:center;position:absolute;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));border-radius:9999px;width:1.75rem;height:1.75rem;border-width:1px;--border-opacity:1;border-color:#5b2f91;border-color:rgba(91, 47, 145, var(--border-opacity));--text-opacity:1;color:#5b2f91;color:rgba(91, 47, 145, var(--text-opacity));font-weight:700;font-size:1.125rem}.root-web-sdk #containerForm .AnnualCheckupVisitPreparation [class*=step_item] [class*=step_content],.root-web-sdk #containerForm .FollowUpVisitPreparation [class*=step_item] [class*=step_content],.root-web-sdk #containerForm .SoftLanding [class*=step_item] [class*=step_content],.root-web-sdk #containerForm .VisitPreparation [class*=step_item] [class*=step_content],.root-web-sdk #containerForm.pulse-rav .AnnualCheckupVisitPreparation [class*=step_item] [class*=step_content],.root-web-sdk #containerForm.pulse-rav .FollowUpVisitPreparation [class*=step_item] [class*=step_content],.root-web-sdk #containerForm.pulse-rav .SoftLanding [class*=step_item] [class*=step_content],.root-web-sdk #containerForm.pulse-rav .VisitPreparation [class*=step_item] [class*=step_content]{padding-left:2rem;padding-bottom:1.5rem;margin-left:14px;border-left:1px dashed #5b2f91}.root-web-sdk #containerForm .AnnualCheckupVisitPreparation [class*=step_item] [class*=step_content] .step_title,.root-web-sdk #containerForm .FollowUpVisitPreparation [class*=step_item] [class*=step_content] .step_title,.root-web-sdk #containerForm .SoftLanding [class*=step_item] [class*=step_content] .step_title,.root-web-sdk #containerForm .VisitPreparation [class*=step_item] [class*=step_content] .step_title,.root-web-sdk #containerForm.pulse-rav .AnnualCheckupVisitPreparation [class*=step_item] [class*=step_content] .step_title,.root-web-sdk #containerForm.pulse-rav .FollowUpVisitPreparation [class*=step_item] [class*=step_content] .step_title,.root-web-sdk #containerForm.pulse-rav .SoftLanding [class*=step_item] [class*=step_content] .step_title,.root-web-sdk #containerForm.pulse-rav .VisitPreparation [class*=step_item] [class*=step_content] .step_title{font-weight:400;font-size:1.125rem;line-height:1.75rem;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity))}.root-web-sdk #containerForm .AnnualCheckupVisitPreparation [class*=step_item] [class*=step_content] div.visit_preparation_step_time_block,.root-web-sdk #containerForm .FollowUpVisitPreparation [class*=step_item] [class*=step_content] div.visit_preparation_step_time_block,.root-web-sdk #containerForm .SoftLanding [class*=step_item] [class*=step_content] div.visit_preparation_step_time_block,.root-web-sdk #containerForm .VisitPreparation [class*=step_item] [class*=step_content] div.visit_preparation_step_time_block,.root-web-sdk #containerForm.pulse-rav .AnnualCheckupVisitPreparation [class*=step_item] [class*=step_content] div.visit_preparation_step_time_block,.root-web-sdk #containerForm.pulse-rav .FollowUpVisitPreparation [class*=step_item] [class*=step_content] div.visit_preparation_step_time_block,.root-web-sdk #containerForm.pulse-rav .SoftLanding [class*=step_item] [class*=step_content] div.visit_preparation_step_time_block,.root-web-sdk #containerForm.pulse-rav .VisitPreparation [class*=step_item] [class*=step_content] div.visit_preparation_step_time_block{display:flex;align-items:center;margin-bottom:.5rem}.root-web-sdk #containerForm .AnnualCheckupVisitPreparation [class*=step_item] [class*=step_content] div.visit_preparation_step_time_block .icn-clock-gray,.root-web-sdk #containerForm .FollowUpVisitPreparation [class*=step_item] [class*=step_content] div.visit_preparation_step_time_block .icn-clock-gray,.root-web-sdk #containerForm .SoftLanding [class*=step_item] [class*=step_content] div.visit_preparation_step_time_block .icn-clock-gray,.root-web-sdk #containerForm .VisitPreparation [class*=step_item] [class*=step_content] div.visit_preparation_step_time_block .icn-clock-gray,.root-web-sdk #containerForm.pulse-rav .AnnualCheckupVisitPreparation [class*=step_item] [class*=step_content] div.visit_preparation_step_time_block .icn-clock-gray,.root-web-sdk #containerForm.pulse-rav .FollowUpVisitPreparation [class*=step_item] [class*=step_content] div.visit_preparation_step_time_block .icn-clock-gray,.root-web-sdk #containerForm.pulse-rav .SoftLanding [class*=step_item] [class*=step_content] div.visit_preparation_step_time_block .icn-clock-gray,.root-web-sdk #containerForm.pulse-rav .VisitPreparation [class*=step_item] [class*=step_content] div.visit_preparation_step_time_block .icn-clock-gray{background:url(https://assets.livongo.com/image/upload/v1713276022/web-sdk/icons/clock.svg) no-repeat 50%;background-size:contain;margin-right:.5rem;height:13px;width:13px}.root-web-sdk #containerForm .AnnualCheckupVisitPreparation [class*=step_item] [class*=step_content] .blood_pressure_note,.root-web-sdk #containerForm .AnnualCheckupVisitPreparation [class*=step_item] [class*=step_content] div.visit_preparation_step_time_block>p,.root-web-sdk #containerForm .FollowUpVisitPreparation [class*=step_item] [class*=step_content] .blood_pressure_note,.root-web-sdk #containerForm .FollowUpVisitPreparation [class*=step_item] [class*=step_content] div.visit_preparation_step_time_block>p,.root-web-sdk #containerForm .SoftLanding [class*=step_item] [class*=step_content] .blood_pressure_note,.root-web-sdk #containerForm .SoftLanding [class*=step_item] [class*=step_content] div.visit_preparation_step_time_block>p,.root-web-sdk #containerForm .VisitPreparation [class*=step_item] [class*=step_content] .blood_pressure_note,.root-web-sdk #containerForm .VisitPreparation [class*=step_item] [class*=step_content] div.visit_preparation_step_time_block>p,.root-web-sdk #containerForm.pulse-rav .AnnualCheckupVisitPreparation [class*=step_item] [class*=step_content] .blood_pressure_note,.root-web-sdk #containerForm.pulse-rav .AnnualCheckupVisitPreparation [class*=step_item] [class*=step_content] div.visit_preparation_step_time_block>p,.root-web-sdk #containerForm.pulse-rav .FollowUpVisitPreparation [class*=step_item] [class*=step_content] .blood_pressure_note,.root-web-sdk #containerForm.pulse-rav .FollowUpVisitPreparation [class*=step_item] [class*=step_content] div.visit_preparation_step_time_block>p,.root-web-sdk #containerForm.pulse-rav .SoftLanding [class*=step_item] [class*=step_content] .blood_pressure_note,.root-web-sdk #containerForm.pulse-rav .SoftLanding [class*=step_item] [class*=step_content] div.visit_preparation_step_time_block>p,.root-web-sdk #containerForm.pulse-rav .VisitPreparation [class*=step_item] [class*=step_content] .blood_pressure_note,.root-web-sdk #containerForm.pulse-rav .VisitPreparation [class*=step_item] [class*=step_content] div.visit_preparation_step_time_block>p{font-size:15px;margin:0;--text-opacity:1;color:#565757;color:rgba(86, 87, 87, var(--text-opacity))}.root-web-sdk #containerForm .AnnualCheckupVisitPreparation [class*=step_item] [class*=step_content] .blood_pressure_video_link,.root-web-sdk #containerForm .FollowUpVisitPreparation [class*=step_item] [class*=step_content] .blood_pressure_video_link,.root-web-sdk #containerForm .SoftLanding [class*=step_item] [class*=step_content] .blood_pressure_video_link,.root-web-sdk #containerForm .VisitPreparation [class*=step_item] [class*=step_content] .blood_pressure_video_link,.root-web-sdk #containerForm.pulse-rav .AnnualCheckupVisitPreparation [class*=step_item] [class*=step_content] .blood_pressure_video_link,.root-web-sdk #containerForm.pulse-rav .FollowUpVisitPreparation [class*=step_item] [class*=step_content] .blood_pressure_video_link,.root-web-sdk #containerForm.pulse-rav .SoftLanding [class*=step_item] [class*=step_content] .blood_pressure_video_link,.root-web-sdk #containerForm.pulse-rav .VisitPreparation [class*=step_item] [class*=step_content] .blood_pressure_video_link{background-size:14px 14px}.root-web-sdk #containerForm .AnnualCheckupVisitPreparation [class*=step_item] [class*=step_content] .blood_pressure_note,.root-web-sdk #containerForm .AnnualCheckupVisitPreparation [class*=step_item] [class*=step_content] .step_title,.root-web-sdk #containerForm .FollowUpVisitPreparation [class*=step_item] [class*=step_content] .blood_pressure_note,.root-web-sdk #containerForm .FollowUpVisitPreparation [class*=step_item] [class*=step_content] .step_title,.root-web-sdk #containerForm .SoftLanding [class*=step_item] [class*=step_content] .blood_pressure_note,.root-web-sdk #containerForm .SoftLanding [class*=step_item] [class*=step_content] .step_title,.root-web-sdk #containerForm .VisitPreparation [class*=step_item] [class*=step_content] .blood_pressure_note,.root-web-sdk #containerForm .VisitPreparation [class*=step_item] [class*=step_content] .step_title,.root-web-sdk #containerForm.pulse-rav .AnnualCheckupVisitPreparation [class*=step_item] [class*=step_content] .blood_pressure_note,.root-web-sdk #containerForm.pulse-rav .AnnualCheckupVisitPreparation [class*=step_item] [class*=step_content] .step_title,.root-web-sdk #containerForm.pulse-rav .FollowUpVisitPreparation [class*=step_item] [class*=step_content] .blood_pressure_note,.root-web-sdk #containerForm.pulse-rav .FollowUpVisitPreparation [class*=step_item] [class*=step_content] .step_title,.root-web-sdk #containerForm.pulse-rav .SoftLanding [class*=step_item] [class*=step_content] .blood_pressure_note,.root-web-sdk #containerForm.pulse-rav .SoftLanding [class*=step_item] [class*=step_content] .step_title,.root-web-sdk #containerForm.pulse-rav .VisitPreparation [class*=step_item] [class*=step_content] .blood_pressure_note,.root-web-sdk #containerForm.pulse-rav .VisitPreparation [class*=step_item] [class*=step_content] .step_title{margin-bottom:.75rem}.root-web-sdk #containerForm .AnnualCheckupVisitPreparation [class*=step_item]:first-of-type [class*=step_counter],.root-web-sdk #containerForm .FollowUpVisitPreparation [class*=step_item]:first-of-type [class*=step_counter],.root-web-sdk #containerForm .SoftLanding [class*=step_item]:first-of-type [class*=step_counter],.root-web-sdk #containerForm .VisitPreparation [class*=step_item]:first-of-type [class*=step_counter],.root-web-sdk #containerForm.pulse-rav .AnnualCheckupVisitPreparation [class*=step_item]:first-of-type [class*=step_counter],.root-web-sdk #containerForm.pulse-rav .FollowUpVisitPreparation [class*=step_item]:first-of-type [class*=step_counter],.root-web-sdk #containerForm.pulse-rav .SoftLanding [class*=step_item]:first-of-type [class*=step_counter],.root-web-sdk #containerForm.pulse-rav .VisitPreparation [class*=step_item]:first-of-type [class*=step_counter]{--bg-opacity:1;background-color:#5b2f91;background-color:rgba(91, 47, 145, var(--bg-opacity));--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity))}.root-web-sdk #containerForm .AnnualCheckupVisitPreparation [class*=step_item]:first-of-type .step_title,.root-web-sdk #containerForm .FollowUpVisitPreparation [class*=step_item]:first-of-type .step_title,.root-web-sdk #containerForm .SoftLanding [class*=step_item]:first-of-type .step_title,.root-web-sdk #containerForm .VisitPreparation [class*=step_item]:first-of-type .step_title,.root-web-sdk #containerForm.pulse-rav .AnnualCheckupVisitPreparation [class*=step_item]:first-of-type .step_title,.root-web-sdk #containerForm.pulse-rav .FollowUpVisitPreparation [class*=step_item]:first-of-type .step_title,.root-web-sdk #containerForm.pulse-rav .SoftLanding [class*=step_item]:first-of-type .step_title,.root-web-sdk #containerForm.pulse-rav .VisitPreparation [class*=step_item]:first-of-type .step_title{font-weight:700;--text-opacity:1;color:#373939;color:rgba(55, 57, 57, var(--text-opacity))}.root-web-sdk #containerForm .AnnualCheckupVisitPreparation [class*=step_item]:last-of-type [class*=step_content],.root-web-sdk #containerForm .FollowUpVisitPreparation [class*=step_item]:last-of-type [class*=step_content],.root-web-sdk #containerForm .SoftLanding [class*=step_item]:last-of-type [class*=step_content],.root-web-sdk #containerForm .VisitPreparation [class*=step_item]:last-of-type [class*=step_content],.root-web-sdk #containerForm.pulse-rav .AnnualCheckupVisitPreparation [class*=step_item]:last-of-type [class*=step_content],.root-web-sdk #containerForm.pulse-rav .FollowUpVisitPreparation [class*=step_item]:last-of-type [class*=step_content],.root-web-sdk #containerForm.pulse-rav .SoftLanding [class*=step_item]:last-of-type [class*=step_content],.root-web-sdk #containerForm.pulse-rav .VisitPreparation [class*=step_item]:last-of-type [class*=step_content]{border-width:0}.root-web-sdk #containerForm .AnnualCheckupVisitPreparation [class*=step_list_step]:last-of-type [class*=step_content],.root-web-sdk #containerForm .FollowUpVisitPreparation [class*=step_list_step]:last-of-type [class*=step_content],.root-web-sdk #containerForm .SoftLanding [class*=step_list_step]:last-of-type [class*=step_content],.root-web-sdk #containerForm .VisitPreparation [class*=step_list_step]:last-of-type [class*=step_content],.root-web-sdk #containerForm.pulse-rav .AnnualCheckupVisitPreparation [class*=step_list_step]:last-of-type [class*=step_content],.root-web-sdk #containerForm.pulse-rav .FollowUpVisitPreparation [class*=step_list_step]:last-of-type [class*=step_content],.root-web-sdk #containerForm.pulse-rav .SoftLanding [class*=step_list_step]:last-of-type [class*=step_content],.root-web-sdk #containerForm.pulse-rav .VisitPreparation [class*=step_list_step]:last-of-type [class*=step_content]{padding-bottom:0}.root-web-sdk #containerForm .AnnualCheckupVisitPreparation .blood_pressure_note,.root-web-sdk #containerForm .FollowUpVisitPreparation .blood_pressure_note,.root-web-sdk #containerForm .SoftLanding .blood_pressure_note,.root-web-sdk #containerForm .VisitPreparation .blood_pressure_note,.root-web-sdk #containerForm.pulse-rav .AnnualCheckupVisitPreparation .blood_pressure_note,.root-web-sdk #containerForm.pulse-rav .FollowUpVisitPreparation .blood_pressure_note,.root-web-sdk #containerForm.pulse-rav .SoftLanding .blood_pressure_note,.root-web-sdk #containerForm.pulse-rav .VisitPreparation .blood_pressure_note{margin-top:3rem;font-weight:400;font-size:1.125rem;line-height:1.75rem;--text-opacity:1;color:#565757;color:rgba(86, 87, 87, var(--text-opacity))}.root-web-sdk #containerForm .AnnualCheckupVisitPreparation .resources_list .resources_title,.root-web-sdk #containerForm .FollowUpVisitPreparation .resources_list .resources_title,.root-web-sdk #containerForm .SoftLanding .resources_list .resources_title,.root-web-sdk #containerForm .VisitPreparation .resources_list .resources_title,.root-web-sdk #containerForm.pulse-rav .AnnualCheckupVisitPreparation .resources_list .resources_title,.root-web-sdk #containerForm.pulse-rav .FollowUpVisitPreparation .resources_list .resources_title,.root-web-sdk #containerForm.pulse-rav .SoftLanding .resources_list .resources_title,.root-web-sdk #containerForm.pulse-rav .VisitPreparation .resources_list .resources_title{margin-top:32px;margin-bottom:.75rem;font-weight:400;font-size:1.375rem;line-height:1.75rem;--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity))}.root-web-sdk #containerForm .AnnualCheckupVisitPreparation .resources_list [class*=resources_divider],.root-web-sdk #containerForm .FollowUpVisitPreparation .resources_list [class*=resources_divider],.root-web-sdk #containerForm .SoftLanding .resources_list [class*=resources_divider],.root-web-sdk #containerForm .VisitPreparation .resources_list [class*=resources_divider],.root-web-sdk #containerForm.pulse-rav .AnnualCheckupVisitPreparation .resources_list [class*=resources_divider],.root-web-sdk #containerForm.pulse-rav .FollowUpVisitPreparation .resources_list [class*=resources_divider],.root-web-sdk #containerForm.pulse-rav .SoftLanding .resources_list [class*=resources_divider],.root-web-sdk #containerForm.pulse-rav .VisitPreparation .resources_list [class*=resources_divider]{padding-top:22px;padding-bottom:22px;--border-opacity:1;border-color:#dfe0df;border-color:rgba(223, 224, 223, var(--border-opacity));border-top:1px rgba(223, 224, 223, var(--border-opacity));border-style:solid}.root-web-sdk #containerForm .AnnualCheckupVisitPreparation .resources_list .resources_divider1[class*=resources_divider],.root-web-sdk #containerForm .FollowUpVisitPreparation .resources_list .resources_divider1[class*=resources_divider],.root-web-sdk #containerForm .SoftLanding .resources_list .resources_divider1[class*=resources_divider],.root-web-sdk #containerForm .VisitPreparation .resources_list .resources_divider1[class*=resources_divider],.root-web-sdk #containerForm.pulse-rav .AnnualCheckupVisitPreparation .resources_list .resources_divider1[class*=resources_divider],.root-web-sdk #containerForm.pulse-rav .FollowUpVisitPreparation .resources_list .resources_divider1[class*=resources_divider],.root-web-sdk #containerForm.pulse-rav .SoftLanding .resources_list .resources_divider1[class*=resources_divider],.root-web-sdk #containerForm.pulse-rav .VisitPreparation .resources_list .resources_divider1[class*=resources_divider]{border-top-width:0}.root-web-sdk #containerForm .AnnualCheckupVisitPreparation .logo.container,.root-web-sdk #containerForm .AnnualCheckupVisitPreparation .soft_landing_footer,.root-web-sdk #containerForm .FollowUpVisitPreparation .logo.container,.root-web-sdk #containerForm .FollowUpVisitPreparation .soft_landing_footer,.root-web-sdk #containerForm .SoftLanding .logo.container,.root-web-sdk #containerForm .SoftLanding .soft_landing_footer,.root-web-sdk #containerForm .VisitPreparation .logo.container,.root-web-sdk #containerForm .VisitPreparation .soft_landing_footer,.root-web-sdk #containerForm.pulse-rav .AnnualCheckupVisitPreparation .logo.container,.root-web-sdk #containerForm.pulse-rav .AnnualCheckupVisitPreparation .soft_landing_footer,.root-web-sdk #containerForm.pulse-rav .FollowUpVisitPreparation .logo.container,.root-web-sdk #containerForm.pulse-rav .FollowUpVisitPreparation .soft_landing_footer,.root-web-sdk #containerForm.pulse-rav .SoftLanding .logo.container,.root-web-sdk #containerForm.pulse-rav .SoftLanding .soft_landing_footer,.root-web-sdk #containerForm.pulse-rav .VisitPreparation .logo.container,.root-web-sdk #containerForm.pulse-rav .VisitPreparation .soft_landing_footer{display:flex}.root-web-sdk #containerForm .AnnualCheckupVisitPreparation .logo.container .icn-primary-care,.root-web-sdk #containerForm .AnnualCheckupVisitPreparation .soft_landing_footer .icn-primary-care,.root-web-sdk #containerForm .FollowUpVisitPreparation .logo.container .icn-primary-care,.root-web-sdk #containerForm .FollowUpVisitPreparation .soft_landing_footer .icn-primary-care,.root-web-sdk #containerForm .SoftLanding .logo.container .icn-primary-care,.root-web-sdk #containerForm .SoftLanding .soft_landing_footer .icn-primary-care,.root-web-sdk #containerForm .VisitPreparation .logo.container .icn-primary-care,.root-web-sdk #containerForm .VisitPreparation .soft_landing_footer .icn-primary-care,.root-web-sdk #containerForm.pulse-rav .AnnualCheckupVisitPreparation .logo.container .icn-primary-care,.root-web-sdk #containerForm.pulse-rav .AnnualCheckupVisitPreparation .soft_landing_footer .icn-primary-care,.root-web-sdk #containerForm.pulse-rav .FollowUpVisitPreparation .logo.container .icn-primary-care,.root-web-sdk #containerForm.pulse-rav .FollowUpVisitPreparation .soft_landing_footer .icn-primary-care,.root-web-sdk #containerForm.pulse-rav .SoftLanding .logo.container .icn-primary-care,.root-web-sdk #containerForm.pulse-rav .SoftLanding .soft_landing_footer .icn-primary-care,.root-web-sdk #containerForm.pulse-rav .VisitPreparation .logo.container .icn-primary-care,.root-web-sdk #containerForm.pulse-rav .VisitPreparation .soft_landing_footer .icn-primary-care{background:url(https://assets.livongo.com/image/upload/v1713278285/web-sdk/icons/icn-primary-care.svg) no-repeat 50%;background-origin:content-box;height:70px;width:6rem}.root-web-sdk #containerForm .AnnualCheckupVisitPreparation .soft_landing_footer,.root-web-sdk #containerForm .FollowUpVisitPreparation .soft_landing_footer,.root-web-sdk #containerForm .SoftLanding .soft_landing_footer,.root-web-sdk #containerForm .VisitPreparation .soft_landing_footer,.root-web-sdk #containerForm.pulse-rav .AnnualCheckupVisitPreparation .soft_landing_footer,.root-web-sdk #containerForm.pulse-rav .FollowUpVisitPreparation .soft_landing_footer,.root-web-sdk #containerForm.pulse-rav .SoftLanding .soft_landing_footer,.root-web-sdk #containerForm.pulse-rav .VisitPreparation .soft_landing_footer{justify-content:space-between}.root-web-sdk #containerForm .AnnualCheckupVisitPreparation .logo.container,.root-web-sdk #containerForm .FollowUpVisitPreparation .logo.container,.root-web-sdk #containerForm .SoftLanding .logo.container,.root-web-sdk #containerForm .VisitPreparation .logo.container,.root-web-sdk #containerForm.pulse-rav .AnnualCheckupVisitPreparation .logo.container,.root-web-sdk #containerForm.pulse-rav .FollowUpVisitPreparation .logo.container,.root-web-sdk #containerForm.pulse-rav .SoftLanding .logo.container,.root-web-sdk #containerForm.pulse-rav .VisitPreparation .logo.container{justify-content:flex-end}.root-web-sdk #containerForm .AnnualCheckupVisitPreparation .button-continue_button,.root-web-sdk #containerForm .AnnualCheckupVisitPreparation .button-got_it_button,.root-web-sdk #containerForm .FollowUpVisitPreparation .button-continue_button,.root-web-sdk #containerForm .FollowUpVisitPreparation .button-got_it_button,.root-web-sdk #containerForm .SoftLanding .button-continue_button,.root-web-sdk #containerForm .SoftLanding .button-got_it_button,.root-web-sdk #containerForm .VisitPreparation .button-continue_button,.root-web-sdk #containerForm .VisitPreparation .button-got_it_button,.root-web-sdk #containerForm.pulse-rav .AnnualCheckupVisitPreparation .button-continue_button,.root-web-sdk #containerForm.pulse-rav .AnnualCheckupVisitPreparation .button-got_it_button,.root-web-sdk #containerForm.pulse-rav .FollowUpVisitPreparation .button-continue_button,.root-web-sdk #containerForm.pulse-rav .FollowUpVisitPreparation .button-got_it_button,.root-web-sdk #containerForm.pulse-rav .SoftLanding .button-continue_button,.root-web-sdk #containerForm.pulse-rav .SoftLanding .button-got_it_button,.root-web-sdk #containerForm.pulse-rav .VisitPreparation .button-continue_button,.root-web-sdk #containerForm.pulse-rav .VisitPreparation .button-got_it_button{margin-top:3rem !important;font-size:1.125rem;line-height:.75rem}.root-web-sdk #containerForm .AdvanceMedicalAppointmentList .title-web-sdk{font-weight:700;font-size:2.25rem}.root-web-sdk #containerForm .AdvanceMedicalAppointmentList .text-web-sdk{--text-opacity:1;color:#0a0a0a;color:rgba(10, 10, 10, var(--text-opacity));font-size:1.25rem;font-weight:400}.root-web-sdk #containerForm .AdvanceMedicalAppointmentList .case-list-web-sdk{display:block;border-width:1px;--border-opacity:1;border-color:#5b2f91;border-color:rgba(91, 47, 145, var(--border-opacity));border-radius:.5rem;outline:2px solid transparent;outline-offset:2px;cursor:pointer}.root-web-sdk #containerForm .AdvanceMedicalAppointmentList .case-list-web-sdk:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px #5b2f91}.root-web-sdk #containerForm .AdvanceMedicalAppointmentList .case-list-web-sdk:disabled{background-color:transparent;--border-opacity:1;border-color:#bdbdbd;border-color:rgba(189, 189, 189, var(--border-opacity));--text-opacity:1;color:#bdbdbd;color:rgba(189, 189, 189, var(--text-opacity))}.root-web-sdk #containerForm .AdvanceMedicalAppointmentList .case-list-web-sdk{background-color:transparent}.root-web-sdk #containerForm .AdvanceMedicalAppointmentList .case-list-web-sdk:active,.root-web-sdk #containerForm .AdvanceMedicalAppointmentList .case-list-web-sdk:hover{--bg-opacity:1;background-color:#ded5e9;background-color:rgba(222, 213, 233, var(--bg-opacity));--text-opacity:1;color:#0a0a0a;color:rgba(10, 10, 10, var(--text-opacity))}.root-web-sdk #containerForm .AdvanceMedicalAppointmentList .case-list-web-sdk{margin-bottom:32px;width:100%;text-align:left;--text-opacity:1;color:#5b2f91;color:rgba(91, 47, 145, var(--text-opacity));border-width:2px;display:flex;justify-content:space-between;align-items:center}.root-web-sdk #containerForm .AdvanceMedicalAppointmentList .case-list-web-sdk.black{--text-opacity:1;color:#0a0a0a;color:rgba(10, 10, 10, var(--text-opacity))}.root-web-sdk #containerForm .AdvanceMedicalAppointmentList .list-item-web-sdk.last-of-kind .case-list-web-sdk{margin-bottom:2.5rem}.root-web-sdk #containerForm .AdvanceMedicalAppointmentList .case-list-container-web-sdk{padding:1rem;letter-spacing:.05em}.root-web-sdk #containerForm .AdvanceMedicalAppointmentList .case-list-name-web-sdk{font-size:1.125rem;line-height:20px;font-weight:700}.root-web-sdk #containerForm .AdvanceMedicalAppointmentList .case-list-symptom-web-sdk{margin-top:.25rem;margin-bottom:.75rem;font-size:1.25rem;line-height:20px;font-weight:500}.root-web-sdk #containerForm .AdvanceMedicalAppointmentList .case-list-footer-container-web-sdk{display:flex;align-items:center}.root-web-sdk #containerForm .AdvanceMedicalAppointmentList .case-list-date-web-sdk{font-size:1.125rem;line-height:20px;--text-opacity:1;color:#4a5568;color:rgba(74, 85, 104, var(--text-opacity))}.root-web-sdk #containerForm .AdvanceMedicalAppointmentList .case-list-status-web-sdk{font-size:1rem;margin-left:1.5rem;padding-left:.25rem;padding-right:.25rem;border-radius:.25rem;line-height:1}.root-web-sdk #containerForm .AdvanceMedicalAppointmentDetails .image-wrapper-web-sdk{float:left !important}.root-web-sdk #containerForm .AdvanceMedicalAppointmentDetails .text-web-sdk{text-align:left}.root-web-sdk #containerForm .AdvanceMedicalAppointmentDetails .text-web-sdk.TDFieldOptionFontMediumHeader{margin-bottom:0;margin-top:2.75rem}.root-web-sdk #containerForm .AdvanceMedicalAppointmentDetails .text-link-web-sdk{margin-top:2.5rem}.root-web-sdk #containerForm .AdvanceMedicalAppointmentDetails .title-web-sdk{font-weight:700;font-size:3rem}.root-web-sdk #containerForm .AdvanceMedicalAppointmentDetails .text-label-wrapper-web-sdk .label-web-sdk{text-transform:uppercase;font-size:1rem}.root-web-sdk #containerForm .AdvanceMedicalAppointmentDetails .text-label-wrapper-web-sdk .label-web-sdk .label-title-websdk{--text-opacity:1;color:#727069;color:rgba(114, 112, 105, var(--text-opacity));letter-spacing:.1em}.root-web-sdk #containerForm .AdvanceMedicalAppointmentDetails .text-label-wrapper-web-sdk .text-web-sdk{font-size:1.125rem;font-weight:700}.root-web-sdk #containerForm .AdvanceMedicalDashboard{font-family:Effra,Arial,sans-serif}.root-web-sdk #containerForm .AdvanceMedicalDashboard .text-label-wrapper-web-sdk.header p{margin-bottom:.75rem;font-size:1.5rem}.root-web-sdk #containerForm .AdvanceMedicalDashboard .text-label-wrapper-web-sdk.status p.text-web-sdk.status:only-child{margin-bottom:.75rem;padding:1px .25rem;font-size:.875rem;font-weight:700;--bg-opacity:1;background-color:#e2f3ff;background-color:rgba(226, 243, 255, var(--bg-opacity));--text-opacity:1;color:#00498a;color:rgba(0, 73, 138, var(--text-opacity));border-radius:.25rem;width:-moz-min-content;width:min-content}.root-web-sdk #containerForm .AdvanceMedicalDashboard .label-web-sdk.label-undefined-web-sdk.TDFieldOptionAutoCorrectNone .label-title-websdk{font-weight:700}.root-web-sdk #containerForm .AdvanceMedicalDashboard .button-consult_id.button-web-sdk.last-of-kind,.root-web-sdk #containerForm .AdvanceMedicalDashboard .button-web-sdk.last-of-kind.button-start_video{display:flex;justify-content:space-between;font-weight:700;border-width:2px;margin-bottom:1.5rem}.root-web-sdk #containerForm .AdvanceMedicalDashboard .button-consult_id.button-web-sdk.last-of-kind:after,.root-web-sdk #containerForm .AdvanceMedicalDashboard .button-web-sdk.last-of-kind.button-start_video:after{content:"";-webkit-mask-image:url(https://assets.livongo.com/image/upload/v1713278322/web-sdk/icons/icn-videocamera.svg);mask-image:url(https://assets.livongo.com/image/upload/v1713278322/web-sdk/icons/icn-videocamera.svg);--bg-opacity:1;background-color:#5b2f91;background-color:rgba(91, 47, 145, var(--bg-opacity));width:1.5rem;height:1rem}.root-web-sdk #containerForm .AdvanceMedicalDashboard .button-consult_id.button-web-sdk.last-of-kind.disabled,.root-web-sdk #containerForm .AdvanceMedicalDashboard .button-web-sdk.last-of-kind.button-start_video.disabled{--bg-opacity:1!important;background-color:#e5e8e8 !important;background-color:rgba(229, 232, 232, var(--bg-opacity)) !important;--text-opacity:1!important;color:#919393 !important;color:rgba(145, 147, 147, var(--text-opacity)) !important}.root-web-sdk #containerForm .AdvanceMedicalDashboard .button-consult_id.button-web-sdk.last-of-kind.disabled:after,.root-web-sdk #containerForm .AdvanceMedicalDashboard .button-web-sdk.last-of-kind.button-start_video.disabled:after{--bg-opacity:1;background-color:#919393;background-color:rgba(145, 147, 147, var(--bg-opacity));width:1.5rem;height:1rem}.root-web-sdk #containerForm .AdvanceMedicalDashboard .text-web-sdk.text-link-web-sdk.cancel_button{margin-bottom:32px;font-size:1.125rem}.root-web-sdk #containerForm .AdvanceMedicalDashboard .divider{margin-bottom:1.5rem}.root-web-sdk #containerForm .AdvanceMedicalDashboard .image-wrapper-web-sdk{margin:4.5rem 0 32px}.root-web-sdk #containerForm .AdvanceMedicalDashboard .button-web-sdk.last-of-kind.button-requestAConsultButton{--text-opacity:1!important;color:#fff !important;color:rgba(255, 255, 255, var(--text-opacity)) !important;--bg-opacity:1!important;background-color:#5b2f91 !important;background-color:rgba(91, 47, 145, var(--bg-opacity)) !important}.root-web-sdk #containerForm .AdvanceMedicalDashboard .button-web-sdk.last-of-kind.button-requestAConsultButton:hover{--bg-opacity:1!important;background-color:#ded5e9 !important;background-color:rgba(222, 213, 233, var(--bg-opacity)) !important;--text-opacity:1!important;color:#000 !important;color:rgba(0, 0, 0, var(--text-opacity)) !important}.root-web-sdk #containerForm .AdvanceMedicalDashboard .html-text-web-sdk.care_by_teladoc{text-align:left;font-size:1.25rem;--text-opacity:1;color:#005c95;color:rgba(0, 92, 149, var(--text-opacity));margin-bottom:0}.root-web-sdk #containerForm .AdvanceMedicalDashboard .html-text-web-sdk.care_by_teladoc span{text-transform:uppercase;--text-opacity:1!important;color:#005c95 !important;color:rgba(0, 92, 149, var(--text-opacity)) !important}.root-web-sdk #containerForm .AdvanceMedicalDashboard .html-text-web-sdk.care_by_teladoc+.divider{display:none}.root-web-sdk #containerForm .AdvanceMedicalDashboard .html-text-web-sdk.care_by_teladoc,.root-web-sdk #containerForm .AdvanceMedicalDashboard .text-web-sdk.callTeladoc{font-size:1.25rem;--text-opacity:1;color:#005c95;color:rgba(0, 92, 149, var(--text-opacity));font-weight:700}.root-web-sdk #containerForm .AdvanceMedicalDashboard .text-web-sdk.teladoc_highlights{line-height:1.5rem}.root-web-sdk #containerForm .AdvanceMedicalDashboard .text-web-sdk.teladoc_highlights span:first-child{font-size:1.5rem}.root-web-sdk #containerForm .AdvanceMedicalDashboard ul{margin-top:.75rem;margin-bottom:.75rem;list-style-type:disc}.root-web-sdk #containerForm .AdvanceMedicalDashboard ul li{margin-left:1.5rem}.root-web-sdk #containerForm .AdvanceMedicalDashboard p>strong{font-size:1.5rem}.root-web-sdk #containerForm .AdvanceMedicalDashboard ul+p{margin-bottom:32px}.root-web-sdk #containerForm .AdvanceMedicalDashboard ul+p>strong{font-size:1rem;font-weight:400}.root-web-sdk #containerForm .VideoRoomPhotoModal .button-web-sdk.is-loading:not(.inline),.root-web-sdk #containerForm .VideoRoomPhotoModal .call-to-action-button__spinner{margin-top:1.5rem}.root-web-sdk #containerForm .websdk_video_room_component_wrapper{position:relative}.root-web-sdk #containerForm .websdk_video_room_component_wrapper .websdk-video-room-component-controls{display:flex;justify-content:center;grid-gap:1rem;gap:1rem}.root-web-sdk #containerForm .websdk_video_room_component_wrapper .signal-bar-container{position:absolute;width:3.8rem;height:2rem;top:1rem;left:1rem}.root-web-sdk #containerForm .websdk_video_room_component_wrapper .signal-bar-container .signal-bar{position:absolute;z-index:10;bottom:0;width:.313rem;--border-opacity:1;border:1px solid #fff;border-color:rgba(255, 255, 255, var(--border-opacity))}.root-web-sdk #containerForm .websdk_video_room_component_wrapper .button-web-sdk{width:auto}.root-web-sdk #containerForm .websdk_video_room_component_wrapper .endButton{--bg-opacity:1;background-color:#aa1010;background-color:rgba(170, 16, 16, var(--bg-opacity))}.root-web-sdk #containerForm .WelcomePage button,.root-web-sdk #containerForm .WelcomePage p{font-family:-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Helvetica Neue}.root-web-sdk #containerForm .WelcomePage .container{max-width:100vw}@media (max-width: 375px){.root-web-sdk #containerForm .WelcomePage .container{max-width:375px}}@media (max-width: 768px){.root-web-sdk #containerForm .WelcomePage .container{max-width:48rem}}.root-web-sdk #containerForm .WelcomePage{display:block;margin:0}.root-web-sdk #containerForm .WelcomePage .button-left-arrow-web-sdk{display:none}.root-web-sdk #containerForm .WelcomePage .error{font-family:-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Helvetica Neue}.root-web-sdk #containerForm .WelcomePage .screen-fields-web-sdk{display:flex;flex-direction:column;align-items:center}.root-web-sdk #containerForm .WelcomePage .screen-fields-web-sdk .titleContainer{width:440px;display:flex;justify-content:center}@media (max-width: 490px){.root-web-sdk #containerForm .WelcomePage .screen-fields-web-sdk .titleContainer{width:100%}}.root-web-sdk #containerForm .WelcomePage .screen-fields-web-sdk .titleContainer .welcomeTitle{font-style:normal;font-weight:700;font-size:37px;line-height:2.5rem;margin-top:32px;margin-bottom:1.5rem;width:100%}@media (max-width: 375px){.root-web-sdk #containerForm .WelcomePage .screen-fields-web-sdk .titleContainer .welcomeTitle{font-size:32px;line-height:2.25rem;margin:1.5rem 1rem}}.root-web-sdk #containerForm .WelcomePage .screen-fields-web-sdk .checkInContainer{--border-opacity:1;border:1px solid #d5d7d7;border-color:rgba(213, 215, 215, var(--border-opacity));box-shadow:0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -1px rgba(0,0,0,0.06);padding:1rem 1.5rem 1.5rem;margin-top:0;display:flex;flex-direction:column;justify-content:center;border-radius:1rem}@media (max-width: 375px){.root-web-sdk #containerForm .WelcomePage .screen-fields-web-sdk .checkInContainer{max-width:343px;padding:1rem}}.root-web-sdk #containerForm .WelcomePage .screen-fields-web-sdk .checkInContainer button[name=checkInButton]{margin-top:0;margin-bottom:1.5rem;line-height:20px;align-self:flex-start}.root-web-sdk #containerForm .WelcomePage .screen-fields-web-sdk .checkInContainer .visitType{font-size:1.625rem;line-height:2rem;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));font-weight:600;margin-bottom:.25rem}@media (max-width: 375px){.root-web-sdk #containerForm .WelcomePage .screen-fields-web-sdk .checkInContainer .visitType{font-size:1.375rem;line-height:1.5rem}}.root-web-sdk #containerForm .WelcomePage .screen-fields-web-sdk .checkInContainer .visitDate{font-weight:400;font-style:normal;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));font-size:1.125rem;line-height:1.75rem;margin-bottom:1.5rem}@media (max-width: 375px){.root-web-sdk #containerForm .WelcomePage .screen-fields-web-sdk .checkInContainer .visitDate{font-size:1.125rem;line-height:1.5rem}}.root-web-sdk #containerForm .WelcomePage .screen-fields-web-sdk .checkInContainer .checkInDataContainer{--border-opacity:1;border-color:#e5e8e8;border-color:rgba(229, 232, 232, var(--border-opacity));border-top:1px rgba(229, 232, 232, var(--border-opacity));border-style:solid;padding-top:1.5rem;display:flex;justify-content:space-between}.root-web-sdk #containerForm .WelcomePage .screen-fields-web-sdk .checkInContainer .checkInDataContainer .checkInTimeContainer{width:120px;margin:0}.root-web-sdk #containerForm .WelcomePage .screen-fields-web-sdk .checkInContainer .checkInDataContainer .checkInTimeContainer .checkInText{margin-bottom:.25rem;font-style:normal;font-weight:400;font-size:15px;line-height:20px}.root-web-sdk #containerForm .WelcomePage .screen-fields-web-sdk .checkInContainer .checkInDataContainer .checkInTimeContainer .checkInTime{margin:0;font-style:normal;font-weight:700;font-size:1.125rem;line-height:1.75rem}@media (max-width: 375px){.root-web-sdk #containerForm .WelcomePage .screen-fields-web-sdk .checkInContainer .checkInDataContainer .checkInTimeContainer .checkInTime{line-height:1.5rem}}.root-web-sdk #containerForm .WelcomePage .screen-fields-web-sdk .checkInContainer .checkInDataContainer .visitTimeContainer{width:110px;margin:0}.root-web-sdk #containerForm .WelcomePage .screen-fields-web-sdk .checkInContainer .checkInDataContainer .visitTimeContainer .checkInText{margin-bottom:.25rem;font-style:normal;font-weight:400;font-size:15px;line-height:20px}.root-web-sdk #containerForm .WelcomePage .screen-fields-web-sdk .checkInContainer .checkInDataContainer .visitTimeContainer .checkInTime{font-style:normal;font-weight:400;font-size:1.125rem;line-height:1.75rem;margin:0}@media (max-width: 375px){.root-web-sdk #containerForm .WelcomePage .screen-fields-web-sdk .checkInContainer .checkInDataContainer .visitTimeContainer .checkInTime{line-height:1.5rem}}.root-web-sdk #containerForm .WelcomePage .screen-fields-web-sdk .checkInContainer .cancelVisitContainer{border-color:#e5e8e8;border-top:1px #e5e8e8;border-style:solid;padding-top:1.25rem;margin-top:1.25rem}.root-web-sdk #containerForm .WelcomePage .screen-fields-web-sdk .checkInContainer .cancelVisitContainer .cancelVisit{color:#0400e4}.root-web-sdk #containerForm .WelcomePage .screen-fields-web-sdk .checkInContainer .cancelVisitContainer .cancelVisit:focus{box-shadow:0 0 0 4px #fff,0 0 0 6px #0400e4}.root-web-sdk #containerForm .WaitingPage .container{max-width:100vw}@media (max-width: 375px){.root-web-sdk #containerForm .WaitingPage .container{max-width:375px}}@media (max-width: 768px){.root-web-sdk #containerForm .WaitingPage .container{max-width:48rem}}.root-web-sdk #containerForm .WaitingPageEnter .container{max-width:100vw}@media (max-width: 375px){.root-web-sdk #containerForm .WaitingPageEnter .container{max-width:375px}}@media (max-width: 768px){.root-web-sdk #containerForm .WaitingPageEnter .container{max-width:48rem}}.root-web-sdk #containerForm .WaitingPage button,.root-web-sdk #containerForm .WaitingPageEnter button,.root-web-sdk #containerForm .WaitingPageEnter p,.root-web-sdk #containerForm .WaitingPage p{font-family:-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Helvetica Neue}.root-web-sdk #containerForm .WaitingPage,.root-web-sdk #containerForm .WaitingPageEnter{display:block;min-height:100vh;margin:0}@media (max-width: 475px){.root-web-sdk #containerForm .WaitingPage,.root-web-sdk #containerForm .WaitingPageEnter{width:auto;left:auto}}@media (max-width: 320px){.root-web-sdk #containerForm .WaitingPage,.root-web-sdk #containerForm .WaitingPageEnter{height:100vh}}.root-web-sdk #containerForm .WaitingPage .button-left-arrow-web-sdk,.root-web-sdk #containerForm .WaitingPage .toast-container-web-sdk,.root-web-sdk #containerForm .WaitingPageEnter .button-left-arrow-web-sdk,.root-web-sdk #containerForm .WaitingPageEnter .toast-container-web-sdk{display:none}.root-web-sdk #containerForm .WaitingPage .waitingRoomContainerWeb,.root-web-sdk #containerForm .WaitingPageEnter .waitingRoomContainerWeb{height:100%;margin:0;width:100vw;position:fixed}.root-web-sdk #containerForm .WaitingPage .screen-fields-web-sdk,.root-web-sdk #containerForm .WaitingPageEnter .screen-fields-web-sdk{display:flex;flex-direction:column;align-items:center;justify-content:center;--bg-opacity:1;background-color:#181919;background-color:rgba(24, 25, 25, var(--bg-opacity))}.root-web-sdk #containerForm .WaitingPage .screen-fields-web-sdk .waitingBackground,.root-web-sdk #containerForm .WaitingPageEnter .screen-fields-web-sdk .waitingBackground{height:100vh;width:100vw;--bg-opacity:1;background-color:#181919;background-color:rgba(24, 25, 25, var(--bg-opacity));margin:0;display:flex;flex-direction:column;align-items:center}.root-web-sdk #containerForm .WaitingPage .screen-fields-web-sdk .waitingBackground .topContainer,.root-web-sdk #containerForm .WaitingPageEnter .screen-fields-web-sdk .waitingBackground .topContainer{max-width:100%;display:flex;justify-content:center;margin:4.125rem 0 5%}@media (max-width: 375px){.root-web-sdk #containerForm .WaitingPage .screen-fields-web-sdk .waitingBackground .topContainer,.root-web-sdk #containerForm .WaitingPageEnter .screen-fields-web-sdk .waitingBackground .topContainer{margin-top:2.125rem}}.root-web-sdk #containerForm .WaitingPage .screen-fields-web-sdk .waitingBackground .topContainer .css-10jtkcq,.root-web-sdk #containerForm .WaitingPageEnter .screen-fields-web-sdk .waitingBackground .topContainer .css-10jtkcq{align-items:center}.root-web-sdk #containerForm .WaitingPage .screen-fields-web-sdk .waitingBackground .topContainer .css-10jtkcq .css-4xrcwz,.root-web-sdk #containerForm .WaitingPage .screen-fields-web-sdk .waitingBackground .topContainer .css-10jtkcq .css-13z2oj3,.root-web-sdk #containerForm .WaitingPageEnter .screen-fields-web-sdk .waitingBackground .topContainer .css-10jtkcq .css-4xrcwz,.root-web-sdk #containerForm .WaitingPageEnter .screen-fields-web-sdk .waitingBackground .topContainer .css-10jtkcq .css-13z2oj3{width:300px;height:225px}.root-web-sdk #containerForm .WaitingPage .screen-fields-web-sdk .waitingBackground .topContainer .css-10jtkcq .css-64vnd8 svg,.root-web-sdk #containerForm .WaitingPageEnter .screen-fields-web-sdk .waitingBackground .topContainer .css-10jtkcq .css-64vnd8 svg{display:inline}.root-web-sdk #containerForm .WaitingPage .screen-fields-web-sdk .waitingBackground .textContainer,.root-web-sdk #containerForm .WaitingPageEnter .screen-fields-web-sdk .waitingBackground .textContainer{display:flex;flex-direction:column;align-items:center;margin-bottom:32px}.root-web-sdk #containerForm .WaitingPage .screen-fields-web-sdk .waitingBackground button svg,.root-web-sdk #containerForm .WaitingPageEnter .screen-fields-web-sdk .waitingBackground button svg{display:inline}.root-web-sdk #containerForm .WaitingPage .screen-fields-web-sdk .waitingBackground .leaveButton,.root-web-sdk #containerForm .WaitingPageEnter .screen-fields-web-sdk .waitingBackground .leaveButton{text-align:center;color:#b1b3b3;cursor:pointer;padding:.875rem 2rem;border:2px solid #b1b3b3;border-radius:.5rem;grid-gap:.5rem;gap:.5rem;background:#282929;box-sizing:border-box;margin:15rem 0 1.25rem auto;position:fixed;bottom:0;right:.25rem}.root-web-sdk #containerForm .WaitingPage .screen-fields-web-sdk .waitingBackground #web-image-field-loading img,.root-web-sdk #containerForm .WaitingPageEnter .screen-fields-web-sdk .waitingBackground #web-image-field-loading img{width:50px;margin-bottom:50px;margin-right:0}.root-web-sdk #containerForm .WaitingPage .screen-fields-web-sdk .waitingBackground .waitingTitle,.root-web-sdk #containerForm .WaitingPageEnter .screen-fields-web-sdk .waitingBackground .waitingTitle{font-size:2.25rem;text-align:center;--text-opacity:1;color:#f7f9f9;color:rgba(247, 249, 249, var(--text-opacity));margin-bottom:1.25rem}.root-web-sdk #containerForm .WaitingPage .screen-fields-web-sdk .waitingBackground .waitingSecondTitle,.root-web-sdk #containerForm .WaitingPageEnter .screen-fields-web-sdk .waitingBackground .waitingSecondTitle{width:630px}.root-web-sdk #containerForm .WaitingPage .screen-fields-web-sdk .waitingBackground .waitingText,.root-web-sdk #containerForm .WaitingPageEnter .screen-fields-web-sdk .waitingBackground .waitingText{--text-opacity:1;color:#f7f9f9;color:rgba(247, 249, 249, var(--text-opacity));font-size:1.125rem;width:530px;text-align:center;margin-bottom:0}@media (max-width: 475px){.root-web-sdk #containerForm .WaitingPage .screen-fields-web-sdk .waitingBackground .waitingText,.root-web-sdk #containerForm .WaitingPageEnter .screen-fields-web-sdk .waitingBackground .waitingText{width:auto}}.root-web-sdk #containerForm .WaitingPage .screen-fields-web-sdk .waitingBackground .enterButton,.root-web-sdk #containerForm .WaitingPageEnter .screen-fields-web-sdk .waitingBackground .enterButton{padding:.875rem 2.25rem;text-align:center;width:11rem;height:3rem;cursor:pointer;--bg-opacity:1;background-color:#0400e4;background-color:rgba(4, 0, 228, var(--bg-opacity));border-radius:.5rem}.root-web-sdk #containerForm .WaitingPage .screen-fields-web-sdk .waitingBackground .enterButton .enterButtonText,.root-web-sdk #containerForm .WaitingPageEnter .screen-fields-web-sdk .waitingBackground .enterButton .enterButtonText{font-weight:700;font-size:1.125rem;line-height:20px;margin:0;--text-opacity:1;color:#2c2a29;color:rgba(44, 42, 41, var(--text-opacity))}@media (max-width: 475px){.root-web-sdk #web-sdk-waiting-room-page-container .module{--bg-opacity:1;background-color:#181919;background-color:rgba(24, 25, 25, var(--bg-opacity))}}@keyframes loadingAnimation{0%{background:var(--big) var(--firstDot),var(--medium) var(--secondDot),var(--small) var(--thirdDot),var(--small) var(--fourthDot),var(--medium) var(--fifthDot);background-size:10px 10px,8px 8px,6px 6px,6px 6px,8px 8px}25%{background:var(--medium) var(--firstDot),var(--big) var(--secondDot),var(--medium) var(--thirdDot),var(--small) var(--fourthDot),var(--medium) var(--fifthDot);background-size:8px 8px,10px 10px,8px 8px,6px 6px,6px 6px}50%{background:var(--small) var(--firstDot),var(--medium) var(--secondDot),var(--big) var(--thirdDot),var(--medium) var(--fourthDot),var(--small) var(--fifthDot);background-size:6px 6px,8px 8px,10px 10px,8px 8px,6px 6px}75%{background:var(--small) var(--firstDot),var(--small) var(--secondDot),var(--medium) var(--thirdDot),var(--big) var(--fourthDot),var(--medium) var(--fifthDot);background-size:6px 6px,6px 6px,8px 8px,10px 10px,8px 8px}to{background:var(--medium) var(--firstDot),var(--small) var(--secondDot),var(--small) var(--thirdDot),var(--medium) var(--fourthDot),var(--big) var(--fifthDot);background-size:8px 8px,6px 6px,6px 6px,8px 8px,10px 10px}}@keyframes circle{0%{width:128px;height:128px}25%{border:2px solid rgba(255,255,255,0.2)}to{border:2px solid rgba(255,255,255,0.2);width:160px;height:160px}}@keyframes circle2{0%{width:128px;height:128px}25%{border:2px solid rgba(255,255,255,0.2)}to{border:2px solid rgba(255,255,255,0.2);width:185px;height:185px}}@keyframes circle3{0%{width:128px;height:128px}25%{border:2px solid rgba(255,255,255,0.2)}to{border:2px solid rgba(255,255,255,0.2);width:210px;height:210px}}@keyframes background{0%{border:4px solid #2c632f;background-size:80%}to{background-size:100%;border:8px solid #2c632f;height:140px;width:140px}}.dtp_visit_cancellation .root-web-sdk #containerForm p,.dtp_visit_cancellation .root-web-sdk #containerForm button{font-family:-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Helvetica Neue}.root-web-sdk #containerForm .DtpVisitCancellation{margin:32px}.root-web-sdk #containerForm .DtpVisitCancellation .button-left-arrow-web-sdk{--text-opacity:1;color:#0400e4;color:rgba(4, 0, 228, var(--text-opacity));color:#0400e4;background-position:left .3rem top 1.375rem}.root-web-sdk #containerForm .DtpVisitCancellation .button-left-arrow-web-sdk[data-testid=button-back]{padding-left:1.5rem}.root-web-sdk #containerForm .DtpVisitCancellation .screen-fields-web-sdk .mainContainer{padding-top:.75rem;padding-bottom:.75rem}.root-web-sdk #containerForm .DtpVisitCancellation .screen-fields-web-sdk .confirmButtonContainer,.root-web-sdk #containerForm .DtpVisitCancellation .screen-fields-web-sdk .radio-group-container{padding:.75rem}.root-web-sdk #containerForm .DtpVisitCancellation .screen-fields-web-sdk .mainContainer .titleContainer{font-style:normal;line-height:2.5rem;font-weight:700}.root-web-sdk #containerForm .DtpVisitCancellation .screen-fields-web-sdk .mainContainer .titleContainer .visitCancellationTitle{--text-opacity:1;color:#181919;color:rgba(24, 25, 25, var(--text-opacity));font-size:2.25rem;line-height:2.5rem;margin-bottom:.75rem;color:#181919;font-weight:700}.root-web-sdk #containerForm .DtpVisitCancellation .screen-fields-web-sdk .field-wrapper-web-sdk{margin-bottom:0}.root-web-sdk #containerForm .DtpVisitCancellation .screen-fields-web-sdk .dtpFooterContainer{margin-top:1.75rem;position:relative}.root-web-sdk #containerForm .DtpVisitCancelled{display:flex !important;flex-direction:column;align-items:center;flex:none;align-self:stretch;flex-grow:0;margin:1.25rem;width:100%}.root-web-sdk #containerForm .DtpVisitCancelled .button-left-arrow-web-sdk{display:none}.root-web-sdk #containerForm .DtpVisitCancelled .screen-fields-web-sdk .mainContainer{padding-bottom:1rem}.root-web-sdk #containerForm .DtpVisitCancelled .screen-fields-web-sdk .mainContainer .visitCancelledTitle{font-weight:700;font-size:2.25rem;color:#181919}.root-web-sdk #containerForm .DtpVisitCancelled .screen-fields-web-sdk .mainContainer .visitCancelledText{font-weight:400;font-size:1.125rem;color:#181919}.root-web-sdk #containerForm .DtpVisitCancelled .screen-fields-web-sdk .mainContainer .visitCancelledText .visit-type{font-weight:700}.root-web-sdk .hhsDtpMobileField{display:none}.root-web-sdk .dtpHeaderContainer{margin:0;display:flex;height:auto;width:100%}.root-web-sdk .dtpHeaderContainer .image-wrapper-web-sdk{display:none}.root-web-sdk #containerForm .dtpFooterContainer{position:static;padding-left:0;width:100%}.root-web-sdk #containerForm .DtpCancelVisitModal .cancelStayContainer{display:flex;justify-content:flex-end;grid-gap:.75rem;gap:.75rem}.root-web-sdk #containerForm .CommSessionPage .container{max-width:100vw}@media (max-width: 375px){.root-web-sdk #containerForm .CommSessionPage .container{max-width:375px}}@media (max-width: 768px){.root-web-sdk #containerForm .CommSessionPage .container{max-width:48rem}}.root-web-sdk #containerForm .CommSessionPage{margin:0}.root-web-sdk #containerForm .CommSessionPage .button-left-arrow-web-sdk,.root-web-sdk #containerForm .CommSessionPage .toast-container-web-sdk{display:none}.root-web-sdk #containerForm .CommSessionPage button:focus{outline:1px !important}.root-web-sdk #containerForm .CommSessionPage .screen-fields-web-sdk{display:flex;flex-direction:column;align-items:center;justify-content:center;--bg-opacity:1;background-color:#181919;background-color:rgba(24, 25, 25, var(--bg-opacity))}.root-web-sdk #containerForm .CommSessionPage .screen-fields-web-sdk .selfPreviewContainerWeb{--bg-opacity:1;background-color:#000;background-color:rgba(0, 0, 0, var(--bg-opacity));width:100vw;max-width:100vw;display:flex;justify-content:center;height:120px;position:relative}.root-web-sdk #containerForm .CommSessionPage .screen-fields-web-sdk .selfPreviewContainerWeb .image-wrapper-web-sdk{margin:0}.root-web-sdk #containerForm .CommSessionPage .screen-fields-web-sdk .selfPreviewContainerWeb .image-wrapper-web-sdk img{width:90px;height:120px}.root-web-sdk #containerForm .CommSessionPage .screen-fields-web-sdk .selfPreviewContainerMobile{display:none}.root-web-sdk #containerForm .CommSessionPage .screen-fields-web-sdk .commBackground{margin:0;max-width:100vw;width:100vw;--bg-opacity:1;background-color:#181919;background-color:rgba(24, 25, 25, var(--bg-opacity))}.root-web-sdk #containerForm .CommSessionPage .screen-fields-web-sdk .commBackground .providerContainerWeb{justify-content:center;position:relative}.root-web-sdk #containerForm .CommSessionPage .screen-fields-web-sdk .commBackground .providerContainerWeb .image-wrapper-web-sdk{margin:0}.root-web-sdk #containerForm .CommSessionPage .screen-fields-web-sdk .commBackground .providerContainerWeb .image-wrapper-web-sdk img{width:100vw;max-width:100vw;height:100vh;max-height:100vh;-o-object-fit:cover;object-fit:cover}.root-web-sdk #containerForm .CommSessionPage .screen-fields-web-sdk .commBackground .providerContainerWeb>div{height:calc(100vh - 80px)}.root-web-sdk #containerForm .CommSessionPage .screen-fields-web-sdk .commBackground .providerContainerWeb .link-web-sdk,.root-web-sdk #containerForm .CommSessionPage .screen-fields-web-sdk .commBackground .providerContainerWeb a{color:#69caea}.root-web-sdk #containerForm .CommSessionPage .screen-fields-web-sdk .providerContainerMobile{display:none}.root-web-sdk #containerForm .ThankYou button,.root-web-sdk #containerForm .ThankYou p{font-family:-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Helvetica Neue}.root-web-sdk #containerForm .ThankYou .container{max-width:100vw}@media (max-width: 375px){.root-web-sdk #containerForm .ThankYou .container{max-width:375px}}@media (max-width: 768px){.root-web-sdk #containerForm .ThankYou .container{max-width:48rem}}.root-web-sdk #containerForm .ThankYou{display:block;margin:0}.root-web-sdk #containerForm .ThankYou .button-left-arrow-web-sdk{display:none}.root-web-sdk #containerForm .ThankYou .error{font-family:-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Helvetica Neue}.root-web-sdk #containerForm .ThankYou .screen-fields-web-sdk{display:flex;flex-direction:column;align-items:center}.root-web-sdk #containerForm .ThankYou .screen-fields-web-sdk .headerContainer{position:absolute;top:0;width:100vw;display:flex}.root-web-sdk #containerForm .ThankYou .screen-fields-web-sdk .thankContainer{width:440px;margin-bottom:4rem}.root-web-sdk #containerForm .ThankYou .screen-fields-web-sdk .thankContainer [name=registerButton],.root-web-sdk #containerForm .ThankYou .screen-fields-web-sdk .thankContainer [name=surveyButton]{margin-top:1.25rem;margin-bottom:1.25rem}@media (max-width: 375px){.root-web-sdk #containerForm .ThankYou .screen-fields-web-sdk .thankContainer [name=registerButton],.root-web-sdk #containerForm .ThankYou .screen-fields-web-sdk .thankContainer [name=surveyButton]{width:100%;justify-content:center}}@media (max-width: 375px){.root-web-sdk #containerForm .ThankYou .screen-fields-web-sdk .thankContainer{max-width:344px}}.root-web-sdk #containerForm .ThankYou .screen-fields-web-sdk .thankContainer .thankYouText{font-size:37px;line-height:2.5rem;font-weight:700;width:440px;font-style:normal;margin-bottom:32px;margin-top:1rem;--text-opacity:1;color:#000;color:rgba(0, 0, 0, var(--text-opacity))}@media (max-width: 375px){.root-web-sdk #containerForm .ThankYou .screen-fields-web-sdk .thankContainer .thankYouText{font-size:32px;line-height:2.25rem;max-width:344px}}.root-web-sdk #containerForm .ThankYou .screen-fields-web-sdk .thankContainer .registrationHeader{font-style:normal;line-height:2rem;font-weight:600;font-size:1.625rem;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));margin-bottom:1rem}@media (max-width: 375px){.root-web-sdk #containerForm .ThankYou .screen-fields-web-sdk .thankContainer .registrationHeader{font-size:1.375rem;line-height:1.5rem}}.root-web-sdk #containerForm .ThankYou .screen-fields-web-sdk .thankContainer .registrationText{font-style:normal;font-weight:400;font-size:1.125rem;line-height:1.75rem;--text-opacity:1;color:#565757;color:rgba(86, 87, 87, var(--text-opacity));margin:0}@media (max-width: 375px){.root-web-sdk #containerForm .ThankYou .screen-fields-web-sdk .thankContainer .registrationText{line-height:1.5rem}}.root-web-sdk #containerForm .ThankYou .screen-fields-web-sdk .thankContainer .signContainer,.root-web-sdk #containerForm .ThankYou .screen-fields-web-sdk .thankContainer .signContainerOnly{width:100%;display:flex;padding-top:2rem;padding-bottom:2rem}.root-web-sdk #containerForm .ThankYou .screen-fields-web-sdk .thankContainer .signContainer .existingAccount,.root-web-sdk #containerForm .ThankYou .screen-fields-web-sdk .thankContainer .signContainerOnly .existingAccount{margin:0;--text-opacity:1;color:#000;color:rgba(0, 0, 0, var(--text-opacity));font-style:normal;font-weight:500;font-size:1.125rem;line-height:20px;padding-right:.25rem}.root-web-sdk #containerForm .ThankYou .screen-fields-web-sdk .thankContainer .signContainer{--border-opacity:1;border-color:#e5e8e8;border-bottom:1px;border-color:rgba(229, 232, 232, var(--border-opacity));border-style:solid}.root-web-sdk #containerForm .ErrorPage button,.root-web-sdk #containerForm .ErrorPage p{font-family:-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Helvetica Neue}.root-web-sdk #containerForm .ErrorPage .container{max-width:100vw}@media (max-width: 375px){.root-web-sdk #containerForm .ErrorPage .container{max-width:375px}}@media (max-width: 768px){.root-web-sdk #containerForm .ErrorPage .container{max-width:48rem}}.root-web-sdk #containerForm .ErrorPage{display:block;margin:0;height:100vh}@media (max-width: 375px){.root-web-sdk #containerForm .ErrorPage .headerContainer{padding:1rem 0 0}}.root-web-sdk #containerForm .ErrorPage .screen-fields-web-sdk{display:flex;flex-direction:column;align-items:center}.root-web-sdk #containerForm .ErrorPage .screen-fields-web-sdk .errorContainer{width:440px;margin-bottom:4rem}@media (max-width: 375px){.root-web-sdk #containerForm .ErrorPage .screen-fields-web-sdk .errorContainer{max-width:344px}}.root-web-sdk #containerForm .ErrorPage .screen-fields-web-sdk .errorContainer .errorMessage{font-size:37px;line-height:2.5rem;font-weight:700;--text-opacity:1;color:#181919;color:rgba(24, 25, 25, var(--text-opacity));margin-top:32px;margin-bottom:32px;text-align:left}@media (max-width: 375px){.root-web-sdk #containerForm .ErrorPage .screen-fields-web-sdk .errorContainer .errorMessage{font-size:32px;line-height:2.25rem;margin:1.5rem 0}}.root-web-sdk #containerForm .ErrorPage .screen-fields-web-sdk .errorContainer .errorDescription{font-size:1.125rem;text-align:left;--text-opacity:1;color:#181919;color:rgba(24, 25, 25, var(--text-opacity));margin-bottom:32px}@media (max-width: 768px){.root-web-sdk #containerForm .ErrorPage .screen-fields-web-sdk .errorContainer .errorDescription{line-height:1.5rem}}@media (max-width: 375px){.root-web-sdk #containerForm .ErrorPage .screen-fields-web-sdk .errorContainer .errorDescription{line-height:1.5rem}}.root-web-sdk #containerForm .ErrorPage .screen-fields-web-sdk .errorContainer .errorRightLink{font-size:1.125rem;text-align:left;--text-opacity:1;color:#181919;color:rgba(24, 25, 25, var(--text-opacity))}@media (max-width: 768px){.root-web-sdk #containerForm .ErrorPage .screen-fields-web-sdk .errorContainer .errorRightLink{line-height:1.5rem}}@media (max-width: 375px){.root-web-sdk #containerForm .ErrorPage .screen-fields-web-sdk .errorContainer .errorRightLink{line-height:1.5rem}}.root-web-sdk #containerForm .ErrorPage .screen-fields-web-sdk .errorContainer .errorHelp{font-size:1.125rem;text-align:left;--text-opacity:1;color:#181919;color:rgba(24, 25, 25, var(--text-opacity));margin:32px 0}@media (max-width: 768px){.root-web-sdk #containerForm .ErrorPage .screen-fields-web-sdk .errorContainer .errorHelp{line-height:1.5rem}}@media (max-width: 375px){.root-web-sdk #containerForm .ErrorPage .screen-fields-web-sdk .errorContainer .errorHelp{line-height:1.5rem;max-width:343px}}.root-web-sdk #containerForm .ErrorPage .screen-fields-web-sdk .errorContainer .button-refreshButton{padding:.875rem 2rem;margin:0;display:flex;align-items:center;font-size:1.125rem;line-height:20px;width:10rem;font-style:normal}.root-web-sdk #containerForm .ErrorPage .screen-fields-web-sdk .errorContainer .button-refreshButton:before{content:"";display:block;background:url(https://assets.livongo.com/image/upload/v1713282018/web-sdk/icons/reload.svg) no-repeat 50%;width:1rem;height:1rem;margin-right:.5rem}@media (max-width: 375px){.root-web-sdk #containerForm .ErrorPage .screen-fields-web-sdk .errorContainer .button-refreshButton{justify-content:center;max-width:343px}}.root-web-sdk #containerForm .ConsultationEdit .text-web-sdk[data-testid=text-new_provider_info_text]{padding-left:0;display:inline-block}.root-web-sdk #containerForm .ConsultationEdit .icn_info{display:inline-block;height:1rem;width:1rem}.root-web-sdk #containerForm .ConsultationEdit .ic_care_provider_not_found.icon-web-sdk{margin:5.5rem auto 1.5rem;width:auto;height:207px;background:url(https://assets.livongo.com/image/upload/v1725285194/web-sdk/icons/undraw_searching_icon.svg) 50% no-repeat}.root-web-sdk #containerForm .ConsultationEdit h1.care_provider_not_available{padding-left:0 !important;padding-right:0 !important;font-size:26px;line-height:2rem;text-align:center;margin-bottom:1.5rem}.root-web-sdk #containerForm .ConsultationEdit p.schedule_with_different_provider_note{text-align:center;margin-bottom:4rem}@media (min-width: 375px){.root-web-sdk #containerForm .ConsultationEdit button[name=different_provider],.root-web-sdk #containerForm .ConsultationEdit button[name=reset_filter_button]{width:auto}}.root-web-sdk #containerForm .ConsultationEdit button[name=different_provider],.root-web-sdk #containerForm .ConsultationEdit button[name=reset_filter_button]{padding:.75rem 1.5rem}.root-web-sdk #containerForm .ConsultationPhotoModal .text-area-web-sdk,.root-web-sdk #containerForm .EmoCasePhotoModal .text-area-web-sdk,.root-web-sdk #containerForm .MentalHealthNavigatorCasePhotoModal .text-area-web-sdk,.root-web-sdk #containerForm .PhotoModal .text-area-web-sdk{height:3.25rem;min-height:3.25rem;max-height:30vh;resize:vertical}.root-web-sdk #containerForm .VisitCompleted button,.root-web-sdk #containerForm .VisitCompleted p{font-family:-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Helvetica Neue}.root-web-sdk #containerForm .VisitCompleted .container{max-width:100vw}@media (max-width: 375px){.root-web-sdk #containerForm .VisitCompleted .container{max-width:375px}}@media (max-width: 768px){.root-web-sdk #containerForm .VisitCompleted .container{max-width:48rem}}.root-web-sdk #containerForm .VisitCompleted{display:block;margin:0;height:100vh}.root-web-sdk #containerForm .VisitCompleted .screen-fields-web-sdk{display:flex;flex-direction:column;align-items:center}.root-web-sdk #containerForm .VisitCompleted .screen-fields-web-sdk .visitCompletedTitle{font-style:normal;font-weight:700;font-size:37px;line-height:2.5rem;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));margin:32px 0;text-align:left;width:440px}@media (max-width: 475px){.root-web-sdk #containerForm .VisitCompleted .screen-fields-web-sdk .visitCompletedTitle{margin:1.5rem 0;font-size:32px;line-height:2.25rem;max-width:344px}}.root-web-sdk #containerForm .VisitCompleted .screen-fields-web-sdk .visitCompletedText{position:static;margin-bottom:4rem;font-style:normal;font-weight:400;font-size:1.125rem;line-height:1.75rem;text-align:left;width:440px;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity))}@media (max-width: 770px){.root-web-sdk #containerForm .VisitCompleted .screen-fields-web-sdk .visitCompletedText{line-height:1.5rem}}@media (max-width: 475px){.root-web-sdk #containerForm .VisitCompleted .screen-fields-web-sdk .visitCompletedText{max-width:344px;line-height:1.5rem}}.root-web-sdk #containerForm .EncounterMissedPage button,.root-web-sdk #containerForm .EncounterMissedPage p{font-family:-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Helvetica Neue}.root-web-sdk #containerForm .EncounterMissedPage .container{max-width:100vw}@media (max-width: 375px){.root-web-sdk #containerForm .EncounterMissedPage .container{max-width:375px}}@media (max-width: 768px){.root-web-sdk #containerForm .EncounterMissedPage .container{max-width:48rem}}.root-web-sdk #containerForm .EncounterMissedPage{display:block;margin:0;height:100vh}.root-web-sdk #containerForm .EncounterMissedPage .screen-fields-web-sdk{display:flex;flex-direction:column;align-items:center}.root-web-sdk #containerForm .EncounterMissedPage .screen-fields-web-sdk .headerContainer{display:flex;justify-content:flex-start;align-items:flex-start}.root-web-sdk #containerForm .EncounterMissedPage .screen-fields-web-sdk .headerContainer img{width:395px;height:55px}.root-web-sdk #containerForm .EncounterMissedPage .screen-fields-web-sdk .headerContainerMobile{display:none}.root-web-sdk #containerForm .EncounterMissedPage .screen-fields-web-sdk .title{font-size:37px;line-height:2.5rem;font-weight:700;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));margin-top:32px;margin-bottom:32px;text-align:left;width:440px}@media (max-width: 475px){.root-web-sdk #containerForm .EncounterMissedPage .screen-fields-web-sdk .title{margin:1.5rem 0;font-size:32px;line-height:2.25rem;max-width:344px}}.root-web-sdk #containerForm .EncounterMissedPage .screen-fields-web-sdk .message{font-weight:400;font-size:1.125rem;line-height:1.75rem;text-align:left;width:440px;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));margin-bottom:4rem}@media (max-width: 770px){.root-web-sdk #containerForm .EncounterMissedPage .screen-fields-web-sdk .message{font-size:1.125rem;line-height:1.5rem}}@media (max-width: 475px){.root-web-sdk #containerForm .EncounterMissedPage .screen-fields-web-sdk .message{max-width:344px;font-size:1.125rem;line-height:1.5rem}}.root-web-sdk #containerForm .EarlyVisitPage button,.root-web-sdk #containerForm .EarlyVisitPage p{font-family:-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Helvetica Neue}.root-web-sdk #containerForm .EarlyVisitPage .container{max-width:100vw}@media (max-width: 375px){.root-web-sdk #containerForm .EarlyVisitPage .container{max-width:375px}}@media (max-width: 768px){.root-web-sdk #containerForm .EarlyVisitPage .container{max-width:48rem}}.root-web-sdk #containerForm .EarlyVisitPage{display:block;margin:0;height:100vh}.root-web-sdk #containerForm .EarlyVisitPage .screen-fields-web-sdk{display:flex;flex-direction:column;align-items:center}.root-web-sdk #containerForm .EarlyVisitPage .screen-fields-web-sdk .titleContainer{width:440px;display:flex;justify-content:center;flex-direction:column}@media (max-width: 375px){.root-web-sdk #containerForm .EarlyVisitPage .screen-fields-web-sdk .titleContainer{width:100%;max-width:343px}}@media (min-width: 380px) and (max-width: 440px){.root-web-sdk #containerForm .EarlyVisitPage .screen-fields-web-sdk .titleContainer{width:100%}}.root-web-sdk #containerForm .EarlyVisitPage .screen-fields-web-sdk .titleContainer .welcomeTitle{font-style:normal;font-weight:700;font-size:37px;line-height:2.5rem;margin-top:32px;margin-bottom:1.5rem;width:100%}@media (max-width: 375px){.root-web-sdk #containerForm .EarlyVisitPage .screen-fields-web-sdk .titleContainer .welcomeTitle{font-size:32px;line-height:2.25rem;margin-top:1.5rem}}.root-web-sdk #containerForm .EarlyVisitPage .screen-fields-web-sdk .titleContainer .welcomeText{font-style:normal;font-weight:400;font-size:1.125rem;line-height:1.75rem;max-width:440px}@media (max-width: 375px){.root-web-sdk #containerForm .EarlyVisitPage .screen-fields-web-sdk .titleContainer .welcomeText{line-height:1.5rem;max-width:343px}}.root-web-sdk #containerForm .EarlyVisitPage .screen-fields-web-sdk .checkInContainer{padding:2rem;margin-top:0;display:flex;flex-direction:column;justify-content:center;border-radius:1rem;--border-opacity:1;border:1px solid #d5d7d7;border-color:rgba(213, 215, 215, var(--border-opacity));box-shadow:0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -1px rgba(0,0,0,0.06)}@media (max-width: 375px){.root-web-sdk #containerForm .EarlyVisitPage .screen-fields-web-sdk .checkInContainer{max-width:343px;padding:1rem}}.root-web-sdk #containerForm .EarlyVisitPage .screen-fields-web-sdk .checkInContainer .visitType{margin-bottom:.25rem;font-size:1.625rem;line-height:2rem;--text-opacity:1;color:#181919;color:rgba(24, 25, 25, var(--text-opacity));font-weight:600}.root-web-sdk #containerForm .EarlyVisitPage .screen-fields-web-sdk .checkInContainer .visitDate{font-style:normal;font-weight:400;font-size:1.125rem;line-height:1.75rem;max-width:440px;margin-bottom:1.5rem;--text-opacity:1;color:#181919;color:rgba(24, 25, 25, var(--text-opacity))}.root-web-sdk #containerForm .EarlyVisitPage .screen-fields-web-sdk .checkInContainer .dataContainer{padding-top:1.5rem;display:flex;justify-content:space-between;--border-opacity:1;border-color:#e5e8e8;border-color:rgba(229, 232, 232, var(--border-opacity));border-top:1px rgba(229, 232, 232, var(--border-opacity));border-style:solid}.root-web-sdk #containerForm .EarlyVisitPage .screen-fields-web-sdk .checkInContainer .dataContainer .checkTimeContainer{width:120px;margin:0}.root-web-sdk #containerForm .EarlyVisitPage .screen-fields-web-sdk .checkInContainer .dataContainer .checkTimeContainer .checkInText{margin-bottom:.25rem;font-style:normal;font-weight:400;font-size:15px;line-height:20px}.root-web-sdk #containerForm .EarlyVisitPage .screen-fields-web-sdk .checkInContainer .dataContainer .checkTimeContainer .checkInTime{margin:0;font-style:normal;font-weight:700;font-size:1.125rem}@media (max-width: 375px){.root-web-sdk #containerForm .EarlyVisitPage .screen-fields-web-sdk .checkInContainer .dataContainer .checkTimeContainer .checkInTime{line-height:1.5rem}}.root-web-sdk #containerForm .EarlyVisitPage .screen-fields-web-sdk .checkInContainer .dataContainer .visitTimeContainer{width:110px;margin:0}.root-web-sdk #containerForm .EarlyVisitPage .screen-fields-web-sdk .checkInContainer .dataContainer .visitTimeContainer .checkInText{margin-bottom:.25rem;font-style:normal;font-weight:400;font-size:15px;line-height:20px}.root-web-sdk #containerForm .EarlyVisitPage .screen-fields-web-sdk .checkInContainer .dataContainer .visitTimeContainer .checkInTime{margin:0;font-style:normal;font-weight:400;font-size:1.125rem}@media (max-width: 375px){.root-web-sdk #containerForm .EarlyVisitPage .screen-fields-web-sdk .checkInContainer .dataContainer .visitTimeContainer .checkInTime{line-height:1.5rem}}.root-web-sdk #containerForm .EarlyVisitPage .screen-fields-web-sdk .rescheduleContainer{width:440px;display:flex;flex-direction:column;justify-content:center}@media (max-width: 375px){.root-web-sdk #containerForm .EarlyVisitPage .screen-fields-web-sdk .rescheduleContainer{max-width:343px}}@media (min-width: 380px) and (max-width: 440px){.root-web-sdk #containerForm .EarlyVisitPage .screen-fields-web-sdk .rescheduleContainer{width:100%}}.root-web-sdk #containerForm .EarlyVisitPage .screen-fields-web-sdk .rescheduleContainer .rescheduleText{--text-opacity:1;color:#181919;color:rgba(24, 25, 25, var(--text-opacity));margin-top:1.5rem;font-style:normal;font-weight:400;font-size:1.125rem;line-height:1.5rem;max-width:440px}.root-web-sdk #containerForm .EarlyVisitPage .screen-fields-web-sdk .returnHomeContainer{width:440px}@media (max-width: 375px){.root-web-sdk #containerForm .EarlyVisitPage .screen-fields-web-sdk .returnHomeContainer{max-width:343px}}@media (min-width: 380px) and (max-width: 440px){.root-web-sdk #containerForm .EarlyVisitPage .screen-fields-web-sdk .returnHomeContainer{width:100%}}.root-web-sdk #containerForm .EarlyVisitPage .screen-fields-web-sdk .cancelVisitContainer{border-color:#e5e8e8;border-top:1px #e5e8e8;border-style:solid;padding-top:1.25rem;margin-top:1.25rem}.root-web-sdk #containerForm .EarlyVisitPage .screen-fields-web-sdk .cancelVisitContainer .cancelVisit{color:#0400e4}.root-web-sdk #containerForm .EarlyVisitPage .screen-fields-web-sdk .cancelVisitContainer .cancelVisit:focus{box-shadow:0 0 0 4px #fff,0 0 0 6px #0400e4}.root-web-sdk #containerForm .PreCallTestScreen button,.root-web-sdk #containerForm .PreCallTestScreen p{font-family:-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Helvetica Neue}.root-web-sdk #containerForm .PreCallTestScreen .container{max-width:100vw}@media (max-width: 375px){.root-web-sdk #containerForm .PreCallTestScreen .container{max-width:375px}}@media (max-width: 768px){.root-web-sdk #containerForm .PreCallTestScreen .container{max-width:48rem}}.root-web-sdk #containerForm .PreCallTestScreen{display:block;margin:0;min-height:100vh}.root-web-sdk #containerForm .PreCallTestScreen .button-left-arrow-web-sdk{display:none}.root-web-sdk #containerForm .PreCallTestScreen .screen-fields-web-sdk{display:flex;flex-direction:column;align-items:center}.root-web-sdk #containerForm .PreCallTestScreen .screen-fields-web-sdk .preCallTitle{font-style:normal;font-weight:700;font-size:37px;line-height:2.5rem;text-align:center}.root-web-sdk #containerForm .PreCallTestScreen .screen-fields-web-sdk .supportText{font-style:normal;font-weight:700;font-size:1.25rem;line-height:1.5rem;display:flex;align-items:center;text-align:center}.root-web-sdk #containerForm .PreCallTestScreen .screen-fields-web-sdk .precallContainer{display:flex;justify-content:center;margin:0;width:100vw}.root-web-sdk #containerForm .PreCallTestScreen .screen-fields-web-sdk .proceedContainer{--bg-opacity:1;background-color:#f7f9f9;background-color:rgba(247, 249, 249, var(--bg-opacity));width:100vw;height:7rem;display:flex;justify-content:center;align-items:center;margin:32px 0 0;max-width:none}.root-web-sdk #containerForm .PreCallTestScreen .screen-fields-web-sdk .proceedContainer .button-proceedButton{display:flex;justify-content:center;align-items:center;margin:0;height:3rem;max-width:17.875rem;text-align:center;font-style:normal;font-weight:700;font-size:1.125rem;line-height:20px}@media (max-width: 414px){.root-web-sdk #containerForm .PreCallTestScreen .screen-fields-web-sdk .proceedContainer .button-proceedButton{max-width:343px}}@media (min-width: 500px) and (max-width: 768px){.root-web-sdk #containerForm .PreCallTestScreen .screen-fields-web-sdk .proceedContainer .button-proceedButton{max-width:343px;margin:0}}.root-web-sdk #containerForm .FilesList .text-link-web-sdk{text-align:left}.root-web-sdk #containerForm .CancellationScreen .field-wrapper-web-sdk:last-of-type{margin-bottom:4rem}.root-web-sdk #containerForm .CancellationScreen .button-web-sdk.button-continue_button{--bg-opacity:1;background-color:#5b2f91;background-color:rgba(91, 47, 145, var(--bg-opacity));--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity))}.root-web-sdk #containerForm .CancellationScreen .button-web-sdk.button-continue_button:active:not(.disabled),.root-web-sdk #containerForm .CancellationScreen .button-web-sdk.button-continue_button:hover:not(.disabled){--bg-opacity:1;background-color:#ded5e9;background-color:rgba(222, 213, 233, var(--bg-opacity));--text-opacity:1;color:#0a0a0a;color:rgba(10, 10, 10, var(--text-opacity))}.root-web-sdk #containerForm .CancellationScreen .button-web-sdk.button-continue_button{width:100%}.root-web-sdk #containerForm .CancellationScreen .button-web-sdk.button-back_button{background-color:transparent;--text-opacity:1;color:#5b2f91;color:rgba(91, 47, 145, var(--text-opacity))}.root-web-sdk #containerForm .CancellationScreen .button-web-sdk.button-back_button:active,.root-web-sdk #containerForm .CancellationScreen .button-web-sdk.button-back_button:hover{--bg-opacity:1;background-color:#ded5e9;background-color:rgba(222, 213, 233, var(--bg-opacity));--text-opacity:1;color:#0a0a0a;color:rgba(10, 10, 10, var(--text-opacity))}.root-web-sdk #containerForm .dob_container .field-wrapper-web-sdk{flex:30%}@media (min-width: 375px){.root-web-sdk #containerForm .dob_container .field-wrapper-web-sdk{margin:0}}.root-web-sdk #containerForm .dob_container .field-wrapper-web-sdk:first-child{flex:40%}.root-web-sdk #containerForm .dob_container .field-wrapper-web-sdk:not(:last-child){margin-right:1rem}.root-web-sdk #containerForm .custom-select-wrapper-web-sdk{font-family:Effra}.root-web-sdk #containerForm .custom-select-wrapper-web-sdk input{line-height:18px}.root-web-sdk #containerForm .custom-select-wrapper-web-sdk input::-moz-placeholder{color:#727069;opacity:1}.root-web-sdk #containerForm .custom-select-wrapper-web-sdk input::placeholder{color:#727069;opacity:1}.root-web-sdk #containerForm .custom-select-wrapper-web-sdk input:-ms-input-placeholder{color:#727069}.root-web-sdk #containerForm .custom-select-wrapper-web-sdk input::-ms-input-placeholder{color:#727069}.root-web-sdk #containerForm .custom-select-wrapper-web-sdk .custom-select-web-sdk.expanded{margin-bottom:0}.root-web-sdk #containerForm .custom-select-wrapper-web-sdk .custom-select-option-list-web-sdk.expanded{margin:0;z-index:12}@media (min-width: 375px){.root-web-sdk .field-wrapper-web-sdk{margin:0}}.root-web-sdk .field-wrapper-web-sdk .label-web-sdk .flex .self-center{display:none}.root-web-sdk .SecureYourAccount .label-web-sdk{position:relative}.root-web-sdk .VerifyCode .title{font-family:Effra;font-size:32px;line-height:32px;color:#2c2a29;margin:24px 0}.root-web-sdk .VerifyCode input{border-radius:8px}.root-web-sdk .VerifyCode .waitingContainer{display:flex;align-items:flex-start}.root-web-sdk .VerifyCode .waitingContainer .image-wrapper-web-sdk{min-width:20px;min-height:20px}.root-web-sdk .VerifyCode .instruction,.root-web-sdk .VerifyCode .waiting{font-family:Effra;font-size:18px;line-height:20px;color:#000}.root-web-sdk .VerifyCode .input-web-sdk{display:flex}.root-web-sdk .VerifyCode .inline-error-message-web-sdk{font-family:Effra;font-size:16px;line-height:16px;display:flex;align-items:center;color:#aa1010;margin:.25rem}.root-web-sdk .VerifyCode .inline-error-message-web-sdk .input-web-sdk{border-width:2px solid;border-color:#aa1010}.root-web-sdk .VerifyCode .error_message_container{background:#fdefed;border:2px solid #aa1010;box-sizing:border-box;border-radius:8px;padding:16px 24px;margin:24px 0}.root-web-sdk .VerifyCode .error_message_container .error_message{font-family:Effra;font-size:18px;line-height:24px;color:#2c2a29;margin:0}.root-web-sdk .VerifyCode .error_message_container .resend_link{font-family:Effra;font-size:18px;line-height:24px;-webkit-text-decoration-line:underline;text-decoration-line:underline;color:#0060fc}.root-web-sdk .VerifyCode .inline-error-message-web-sdk:before{content:"";margin-left:-24px;padding-left:24px;background:url(https://assets.livongo.com/image/upload/v1713282848/web-sdk/icons/td-inline-error-icon_tlqtev.svg) no-repeat 50%}.root-web-sdk .SendCodeVerification .title{font-family:Effra;font-size:32px;line-height:32px;color:#2c2a29;margin:24px 0}.root-web-sdk .SendCodeVerification .waiting_container{display:flex;align-items:flex-start}.root-web-sdk .SendCodeVerification .waiting_container .image-wrapper-web-sdk{min-width:20px;min-height:20px}.root-web-sdk .SendCodeVerification .infoText,.root-web-sdk .SendCodeVerification .waiting{font-family:Effra;font-size:18px;line-height:20px;color:#000}.root-web-sdk .SendCodeVerification .infoText span,.root-web-sdk .SendCodeVerification .waiting span{color:#1860f0;text-decoration:underline;font-weight:500}.root-web-sdk .SendCodeVerification .field-radio-wrapper-web-sdk .radio-wrapper-web-sdk input{margin-right:8px;color:#2c2a29;font-size:18px;line-height:24px}.root-web-sdk .SendCodeVerification .field-radio-wrapper-web-sdk .radio-wrapper-web-sdk .radio-web-sdk{margin-bottom:0}.root-web-sdk .SendCodeVerification .field-radio-wrapper-web-sdk .radio-wrapper-web-sdk .text-web-sdk{font-family:Effra,Arial,sans-serif;font-size:18px;line-height:18px;color:#2c2a29;font-weight:600;text-transform:inherit}.root-web-sdk .SendCodeVerification .field-radio-wrapper-web-sdk .field-wrapper-web-sdk label{display:none}.root-web-sdk .SelectAccount .introduction{color:#000;font-weight:400;font-size:18px}.root-web-sdk .SelectAccount .continueButton{min-width:98px;width:98px;padding-left:16px;padding-right:16px}.root-web-sdk .SelectAccount .field-radio-wrapper-web-sdk:not(:last-child){margin-bottom:32px}.root-web-sdk .SelectAccount .field-radio-wrapper-web-sdk .label{font-size:18px;letter-spacing:.125em}.root-web-sdk .SelectAccount .field-radio-wrapper-web-sdk .radio-web-sdk{margin-bottom:4px}.root-web-sdk .SelectAccount .field-radio-wrapper-web-sdk .additionalInformation{max-width:378px;width:100%;padding:8px 16px 8px 8px;margin-left:36px;background-color:#eff1f1}.root-web-sdk .SelectAccount .field-radio-wrapper-web-sdk .additionalInformation p{margin-bottom:0}.root-web-sdk .SelectAccount .field-radio-wrapper-web-sdk .additionalInformation .intro{color:#2c2a29;font-weight:400;font-size:16px}.root-web-sdk .SelectAccount .field-radio-wrapper-web-sdk .additionalInformation .verify{margin-bottom:8px;color:#2c2a29;font-weight:500;font-size:16px}.root-web-sdk .SelectAccount .field-radio-wrapper-web-sdk .additionalInformation .contacts{display:flex;flex-direction:column;line-height:20px;color:#2c2a29}.root-web-sdk .SelectAccount .field-radio-wrapper-web-sdk .link{margin-left:36px;margin-top:8px;color:#2c2a29;font-size:18px;line-height:20px}.root-web-sdk .SelectAccount .field-radio-wrapper-web-sdk .link span{color:#1860f0;text-decoration:underline;font-weight:500}.root-web-sdk .ForgotPassword .success_message{background:#ccf2fa;border:2px solid #354052;box-sizing:border-box;border-radius:8px;padding:16px 24px;margin:24px 0}.root-web-sdk .ForgotPassword .errorMessageContainer{background:#fdecb3;border:2px solid #a07b02;box-sizing:border-box;border-radius:8px;padding:16px 24px;margin:24px 0}.root-web-sdk .ForgotPassword .errorMessageContainer .error_message{color:#2c2a29;margin:8px 0}.root-web-sdk .ForgotPassword .errorMessageContainer .recoverUsernameLink{color:#2c2a29 !important;font-weight:700;text-decoration:underline;margin:8px 0}.root-web-sdk .RecoverUsername .success_message{font-weight:500;background:#edf7fc;border:2px solid #1c6ea1;box-sizing:border-box;border-radius:8px;padding:16px 24px;margin:24px 0}.root-web-sdk .RecoverUsername .success_message .login_link{color:#2c2a29;font-weight:700;text-decoration:underline;margin:8px 0}.root-web-sdk .AnswerSqQuestion .error_message_container{background:#fdefed;border:2px solid #aa1010;box-sizing:border-box;border-radius:8px;padding:16px 24px;margin:24px 0}.root-web-sdk .AnswerSqQuestion .error_message_container .error_message{font-family:Effra;font-size:18px;line-height:24px;font-weight:500;color:#2c2a29}.root-web-sdk #containerForm .DtpFooterModal .organizationContainer{margin-bottom:.5rem}.root-web-sdk #containerForm .DtpFooterModal .organizationContainer .modalOrganizationTitle{--text-opacity:1;color:#181919;color:rgba(24, 25, 25, var(--text-opacity));font-family:-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Helvetica Neue;font-weight:600;font-size:1.375rem;font-style:normal;margin-bottom:1rem}.root-web-sdk #containerForm .DtpFooterModal .organizationContainer .modalUrl{margin-bottom:1.5rem}.root-web-sdk #containerForm .DtpFooterModal .organizationContainer .modalUrl p a{text-decoration:underline;cursor:pointer;--text-opacity:1;color:#0400e4;color:rgba(4, 0, 228, var(--text-opacity));text-underline-offset:3px}.root-web-sdk #containerForm .DtpFooterModal .organizationContainer .modalUrl p a,.root-web-sdk #containerForm .DtpFooterModalHelp .modalHelpText{font-family:-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Helvetica Neue;font-style:normal;font-weight:400;font-size:1.125rem}.root-web-sdk #containerForm .DtpFooterModalHelp .modalHelpText{--text-opacity:1;color:#565757;color:rgba(86, 87, 87, var(--text-opacity))}.root-web-sdk #containerForm .MemberMedicalHistory .button-web-sdk{background-color:transparent;--text-opacity:1;color:#5b2f91;color:rgba(91, 47, 145, var(--text-opacity))}.root-web-sdk #containerForm .MemberMedicalHistory .button-web-sdk:active,.root-web-sdk #containerForm .MemberMedicalHistory .button-web-sdk:hover{--bg-opacity:1;background-color:#ded5e9;background-color:rgba(222, 213, 233, var(--bg-opacity));--text-opacity:1;color:#0a0a0a;color:rgba(10, 10, 10, var(--text-opacity))}.root-web-sdk .VitalsMeasurementsList .TableHeaderContainer .last_updated{text-align:center}.root-web-sdk .VitalsMeasurementsList .TableHeaderContainer .value_title{text-align:right}.root-web-sdk .BloodPressureWithNotes .TableHeaderContainer .value_title,.root-web-sdk .HeartRateWithNotes .TableHeaderContainer .value_title{text-align:center}.root-web-sdk .BloodPressureWithNotes .TableHeaderContainer .note_title,.root-web-sdk .HeartRateWithNotes .TableHeaderContainer .note_title{text-align:left;padding-left:1rem;flex-grow:1}.root-web-sdk .BloodPressureWithNotes .TitleContainer .normal_blood_pressure_paragraph,.root-web-sdk .HeartRateWithNotes .TitleContainer .normal_blood_pressure_paragraph{font-weight:700;padding-top:1.25rem}.root-web-sdk .BloodPressureWithNotes .TitleContainer .blood_pressure_goals_paragraph,.root-web-sdk .HeartRateWithNotes .TitleContainer .blood_pressure_goals_paragraph{padding-top:1.25rem}.root-web-sdk .BloodPressureWithNotes .button-button_2,.root-web-sdk .HeartRateWithNotes .button-button_2{--bg-opacity:1!important;background-color:#fff !important;background-color:rgba(255, 255, 255, var(--bg-opacity)) !important;--text-opacity:1!important;color:#3e267f !important;color:rgba(62, 38, 127, var(--text-opacity)) !important}.root-web-sdk .BloodPressureWithNotes .button-button_2:hover,.root-web-sdk .HeartRateWithNotes .button-button_2:hover{--bg-opacity:1!important;background-color:#ded5e9 !important;background-color:rgba(222, 213, 233, var(--bg-opacity)) !important}.root-web-sdk .BloodPressureWithNotes .your_readings_divider,.root-web-sdk .HeartRateWithNotes .your_readings_divider{border-style:solid;border-top-width:1px;font-size:1.25rem !important;padding-top:1.25rem;padding-bottom:1.25rem;margin-top:2.5rem}.root-web-sdk .BloodPressureWithNotes .TableRow .last_updated_date,.root-web-sdk .HeartRateWithNotes .TableRow .last_updated_date,.root-web-sdk .VitalsMeasurementsList .TableRow .last_updated_date{text-align:center}@media (max-width: 515px){.root-web-sdk .BloodPressureWithNotes .TableRow .last_updated_date,.root-web-sdk .HeartRateWithNotes .TableRow .last_updated_date,.root-web-sdk .VitalsMeasurementsList .TableRow .last_updated_date{text-align:left}}.root-web-sdk .BloodPressureWithNotes .TableRow .note_title,.root-web-sdk .BloodPressureWithNotes .TableRow .note_value,.root-web-sdk .BloodPressureWithNotes .TableRow .value,.root-web-sdk .HeartRateWithNotes .TableRow .note_title,.root-web-sdk .HeartRateWithNotes .TableRow .note_value,.root-web-sdk .HeartRateWithNotes .TableRow .value,.root-web-sdk .VitalsMeasurementsList .TableRow .note_title,.root-web-sdk .VitalsMeasurementsList .TableRow .note_value,.root-web-sdk .VitalsMeasurementsList .TableRow .value{text-align:right;word-break:break-word}@media (max-width: 515px){.root-web-sdk .BloodPressureWithNotes .TableRow .note_title,.root-web-sdk .BloodPressureWithNotes .TableRow .note_value,.root-web-sdk .BloodPressureWithNotes .TableRow .value,.root-web-sdk .HeartRateWithNotes .TableRow .note_title,.root-web-sdk .HeartRateWithNotes .TableRow .note_value,.root-web-sdk .HeartRateWithNotes .TableRow .value,.root-web-sdk .VitalsMeasurementsList .TableRow .note_title,.root-web-sdk .VitalsMeasurementsList .TableRow .note_value,.root-web-sdk .VitalsMeasurementsList .TableRow .value{text-align:left}}.root-web-sdk .BloodPressureWithNotes .TableHeaderContainer,.root-web-sdk .BloodPressureWithNotes .TableRow,.root-web-sdk .HeartRateWithNotes .TableHeaderContainer,.root-web-sdk .HeartRateWithNotes .TableRow,.root-web-sdk .VitalsMeasurementsList .TableHeaderContainer,.root-web-sdk .VitalsMeasurementsList .TableRow{display:flex;align-items:center;position:relative;border-top:2px solid #aaa;border-left:1px solid #767676;border-right:1px solid #767676;padding:21px 16px}@media (max-width: 515px){.root-web-sdk .BloodPressureWithNotes .TableHeaderContainer,.root-web-sdk .BloodPressureWithNotes .TableRow,.root-web-sdk .HeartRateWithNotes .TableHeaderContainer,.root-web-sdk .HeartRateWithNotes .TableRow,.root-web-sdk .VitalsMeasurementsList .TableHeaderContainer,.root-web-sdk .VitalsMeasurementsList .TableRow{flex-direction:column;align-items:flex-start;padding:16px 0;border:none;border-bottom:1px solid #e5e8e8}}.root-web-sdk .BloodPressureWithNotes .TableHeaderContainer:hover,.root-web-sdk .BloodPressureWithNotes .TableRow:hover,.root-web-sdk .HeartRateWithNotes .TableHeaderContainer:hover,.root-web-sdk .HeartRateWithNotes .TableRow:hover,.root-web-sdk .VitalsMeasurementsList .TableHeaderContainer:hover,.root-web-sdk .VitalsMeasurementsList .TableRow:hover{background:#e2f3ff}.root-web-sdk .BloodPressureWithNotes .TableHeaderContainer:hover:last-child,.root-web-sdk .BloodPressureWithNotes .TableRow:hover:last-child,.root-web-sdk .HeartRateWithNotes .TableHeaderContainer:hover:last-child,.root-web-sdk .HeartRateWithNotes .TableRow:hover:last-child,.root-web-sdk .VitalsMeasurementsList .TableHeaderContainer:hover:last-child,.root-web-sdk .VitalsMeasurementsList .TableRow:hover:last-child{border-radius:0 0 8px 8px}@media (max-width: 515px){.root-web-sdk .BloodPressureWithNotes .TableHeaderContainer:hover,.root-web-sdk .BloodPressureWithNotes .TableRow:hover,.root-web-sdk .HeartRateWithNotes .TableHeaderContainer:hover,.root-web-sdk .HeartRateWithNotes .TableRow:hover,.root-web-sdk .VitalsMeasurementsList .TableHeaderContainer:hover,.root-web-sdk .VitalsMeasurementsList .TableRow:hover{background:none;border-radius:0}}.root-web-sdk .BloodPressureWithNotes .TableHeaderContainer:last-child,.root-web-sdk .BloodPressureWithNotes .TableRow:last-child,.root-web-sdk .HeartRateWithNotes .TableHeaderContainer:last-child,.root-web-sdk .HeartRateWithNotes .TableRow:last-child,.root-web-sdk .VitalsMeasurementsList .TableHeaderContainer:last-child,.root-web-sdk .VitalsMeasurementsList .TableRow:last-child{border-bottom:1px solid #767676;border-radius:0 0 8px 8px}@media (max-width: 515px){.root-web-sdk .BloodPressureWithNotes .TableHeaderContainer:last-child,.root-web-sdk .BloodPressureWithNotes .TableRow:last-child,.root-web-sdk .HeartRateWithNotes .TableHeaderContainer:last-child,.root-web-sdk .HeartRateWithNotes .TableRow:last-child,.root-web-sdk .VitalsMeasurementsList .TableHeaderContainer:last-child,.root-web-sdk .VitalsMeasurementsList .TableRow:last-child{border-bottom:none}}.root-web-sdk .BloodPressureWithNotes .TableHeaderContainer .value_result,.root-web-sdk .BloodPressureWithNotes .TableRow .value_result,.root-web-sdk .HeartRateWithNotes .TableHeaderContainer .value_result,.root-web-sdk .HeartRateWithNotes .TableRow .value_result,.root-web-sdk .VitalsMeasurementsList .TableHeaderContainer .value_result,.root-web-sdk .VitalsMeasurementsList .TableRow .value_result{width:50%}.root-web-sdk .BloodPressureWithNotes .TableHeaderContainer .text-web-sdk:first-child,.root-web-sdk .BloodPressureWithNotes .TableRow .text-web-sdk:first-child,.root-web-sdk .HeartRateWithNotes .TableHeaderContainer .text-web-sdk:first-child,.root-web-sdk .HeartRateWithNotes .TableRow .text-web-sdk:first-child,.root-web-sdk .VitalsMeasurementsList .TableHeaderContainer .text-web-sdk:first-child,.root-web-sdk .VitalsMeasurementsList .TableRow .text-web-sdk:first-child{width:25%;font-weight:700}.root-web-sdk .BloodPressureWithNotes .TableHeaderContainer .text-web-sdk:nth-child(2),.root-web-sdk .BloodPressureWithNotes .TableRow .text-web-sdk:nth-child(2),.root-web-sdk .HeartRateWithNotes .TableHeaderContainer .text-web-sdk:nth-child(2),.root-web-sdk .HeartRateWithNotes .TableRow .text-web-sdk:nth-child(2),.root-web-sdk .VitalsMeasurementsList .TableHeaderContainer .text-web-sdk:nth-child(2),.root-web-sdk .VitalsMeasurementsList .TableRow .text-web-sdk:nth-child(2){width:50%}@media (max-width: 515px){.root-web-sdk .BloodPressureWithNotes .TableHeaderContainer .text-web-sdk:nth-child(2),.root-web-sdk .BloodPressureWithNotes .TableRow .text-web-sdk:nth-child(2),.root-web-sdk .HeartRateWithNotes .TableHeaderContainer .text-web-sdk:nth-child(2),.root-web-sdk .HeartRateWithNotes .TableRow .text-web-sdk:nth-child(2),.root-web-sdk .VitalsMeasurementsList .TableHeaderContainer .text-web-sdk:nth-child(2),.root-web-sdk .VitalsMeasurementsList .TableRow .text-web-sdk:nth-child(2){padding-top:40px}.root-web-sdk .BloodPressureWithNotes .TableHeaderContainer .text-web-sdk:nth-child(2):before,.root-web-sdk .BloodPressureWithNotes .TableRow .text-web-sdk:nth-child(2):before,.root-web-sdk .HeartRateWithNotes .TableHeaderContainer .text-web-sdk:nth-child(2):before,.root-web-sdk .HeartRateWithNotes .TableRow .text-web-sdk:nth-child(2):before,.root-web-sdk .VitalsMeasurementsList .TableHeaderContainer .text-web-sdk:nth-child(2):before,.root-web-sdk .VitalsMeasurementsList .TableRow .text-web-sdk:nth-child(2):before{content:"Last updated";position:absolute;top:18px;left:0;font-weight:700;display:block}}.root-web-sdk .BloodPressureWithNotes .TableHeaderContainer .text-web-sdk:nth-child(3),.root-web-sdk .BloodPressureWithNotes .TableRow .text-web-sdk:nth-child(3),.root-web-sdk .HeartRateWithNotes .TableHeaderContainer .text-web-sdk:nth-child(3),.root-web-sdk .HeartRateWithNotes .TableRow .text-web-sdk:nth-child(3),.root-web-sdk .VitalsMeasurementsList .TableHeaderContainer .text-web-sdk:nth-child(3),.root-web-sdk .VitalsMeasurementsList .TableRow .text-web-sdk:nth-child(3){width:25%}@media (max-width: 515px){.root-web-sdk .BloodPressureWithNotes .TableHeaderContainer .text-web-sdk:nth-child(3),.root-web-sdk .BloodPressureWithNotes .TableRow .text-web-sdk:nth-child(3),.root-web-sdk .HeartRateWithNotes .TableHeaderContainer .text-web-sdk:nth-child(3),.root-web-sdk .HeartRateWithNotes .TableRow .text-web-sdk:nth-child(3),.root-web-sdk .VitalsMeasurementsList .TableHeaderContainer .text-web-sdk:nth-child(3),.root-web-sdk .VitalsMeasurementsList .TableRow .text-web-sdk:nth-child(3){padding-top:40px}.root-web-sdk .BloodPressureWithNotes .TableHeaderContainer .text-web-sdk:nth-child(3):before,.root-web-sdk .BloodPressureWithNotes .TableRow .text-web-sdk:nth-child(3):before,.root-web-sdk .HeartRateWithNotes .TableHeaderContainer .text-web-sdk:nth-child(3):before,.root-web-sdk .HeartRateWithNotes .TableRow .text-web-sdk:nth-child(3):before,.root-web-sdk .VitalsMeasurementsList .TableHeaderContainer .text-web-sdk:nth-child(3):before,.root-web-sdk .VitalsMeasurementsList .TableRow .text-web-sdk:nth-child(3):before{content:"Note";position:absolute;top:18px;left:0;font-weight:700;display:block}}@media (max-width: 515px){.root-web-sdk .BloodPressureWithNotes .TableHeaderContainer .text-web-sdk:nth-child(2),.root-web-sdk .BloodPressureWithNotes .TableHeaderContainer .text-web-sdk:nth-child(3),.root-web-sdk .BloodPressureWithNotes .TableRow .text-web-sdk:nth-child(2),.root-web-sdk .BloodPressureWithNotes .TableRow .text-web-sdk:nth-child(3),.root-web-sdk .HeartRateWithNotes .TableHeaderContainer .text-web-sdk:nth-child(2),.root-web-sdk .HeartRateWithNotes .TableHeaderContainer .text-web-sdk:nth-child(3),.root-web-sdk .HeartRateWithNotes .TableRow .text-web-sdk:nth-child(2),.root-web-sdk .HeartRateWithNotes .TableRow .text-web-sdk:nth-child(3),.root-web-sdk .VitalsMeasurementsList .TableHeaderContainer .text-web-sdk:nth-child(2),.root-web-sdk .VitalsMeasurementsList .TableHeaderContainer .text-web-sdk:nth-child(3),.root-web-sdk .VitalsMeasurementsList .TableRow .text-web-sdk:nth-child(2),.root-web-sdk .VitalsMeasurementsList .TableRow .text-web-sdk:nth-child(3){position:relative}}@media (max-width: 515px){.root-web-sdk .BloodPressureWithNotes .TableHeaderContainer .text-web-sdk:first-child,.root-web-sdk .BloodPressureWithNotes .TableHeaderContainer .text-web-sdk:nth-child(2),.root-web-sdk .BloodPressureWithNotes .TableHeaderContainer .text-web-sdk:nth-child(3),.root-web-sdk .BloodPressureWithNotes .TableRow .text-web-sdk:first-child,.root-web-sdk .BloodPressureWithNotes .TableRow .text-web-sdk:nth-child(2),.root-web-sdk .BloodPressureWithNotes .TableRow .text-web-sdk:nth-child(3),.root-web-sdk .HeartRateWithNotes .TableHeaderContainer .text-web-sdk:first-child,.root-web-sdk .HeartRateWithNotes .TableHeaderContainer .text-web-sdk:nth-child(2),.root-web-sdk .HeartRateWithNotes .TableHeaderContainer .text-web-sdk:nth-child(3),.root-web-sdk .HeartRateWithNotes .TableRow .text-web-sdk:first-child,.root-web-sdk .HeartRateWithNotes .TableRow .text-web-sdk:nth-child(2),.root-web-sdk .HeartRateWithNotes .TableRow .text-web-sdk:nth-child(3),.root-web-sdk .VitalsMeasurementsList .TableHeaderContainer .text-web-sdk:first-child,.root-web-sdk .VitalsMeasurementsList .TableHeaderContainer .text-web-sdk:nth-child(2),.root-web-sdk .VitalsMeasurementsList .TableHeaderContainer .text-web-sdk:nth-child(3),.root-web-sdk .VitalsMeasurementsList .TableRow .text-web-sdk:first-child,.root-web-sdk .VitalsMeasurementsList .TableRow .text-web-sdk:nth-child(2),.root-web-sdk .VitalsMeasurementsList .TableRow .text-web-sdk:nth-child(3){width:100%}}.root-web-sdk .BloodPressureWithNotes .TableHeaderContainer .text-web-sdk.arrow_icon_field,.root-web-sdk .BloodPressureWithNotes .TableRow .text-web-sdk.arrow_icon_field,.root-web-sdk .HeartRateWithNotes .TableHeaderContainer .text-web-sdk.arrow_icon_field,.root-web-sdk .HeartRateWithNotes .TableRow .text-web-sdk.arrow_icon_field,.root-web-sdk .VitalsMeasurementsList .TableHeaderContainer .text-web-sdk.arrow_icon_field,.root-web-sdk .VitalsMeasurementsList .TableRow .text-web-sdk.arrow_icon_field{background:url(https://assets.livongo.com/image/upload/v1713282055/web-sdk/icons/right-arrow-purple.svg) 50% no-repeat;background-size:contain;width:7px;height:12px;position:absolute;right:5px;top:50%;transform:translateY(-50%);cursor:pointer}@media (max-width: 515px){.root-web-sdk .BloodPressureWithNotes .TableHeaderContainer .text-web-sdk.arrow_icon_field,.root-web-sdk .BloodPressureWithNotes .TableRow .text-web-sdk.arrow_icon_field,.root-web-sdk .HeartRateWithNotes .TableHeaderContainer .text-web-sdk.arrow_icon_field,.root-web-sdk .HeartRateWithNotes .TableRow .text-web-sdk.arrow_icon_field,.root-web-sdk .VitalsMeasurementsList .TableHeaderContainer .text-web-sdk.arrow_icon_field,.root-web-sdk .VitalsMeasurementsList .TableRow .text-web-sdk.arrow_icon_field{right:0;top:18px;width:12px;height:16px;transform:none}}.root-web-sdk .BloodPressureWithNotes .TableHeaderContainer,.root-web-sdk .HeartRateWithNotes .TableHeaderContainer,.root-web-sdk .VitalsMeasurementsList .TableHeaderContainer{border-radius:8px 8px 0 0;border-top:1px solid #767676}.root-web-sdk .BloodPressureWithNotes .container-web-sdk.TableHeaderContainer,.root-web-sdk .HeartRateWithNotes .container-web-sdk.TableHeaderContainer,.root-web-sdk .VitalsMeasurementsList .container-web-sdk.TableHeaderContainer{padding:1rem;max-width:100%}@media (max-width: 515px){.root-web-sdk .BloodPressureWithNotes .container-web-sdk.TableHeaderContainer,.root-web-sdk .HeartRateWithNotes .container-web-sdk.TableHeaderContainer,.root-web-sdk .VitalsMeasurementsList .container-web-sdk.TableHeaderContainer{display:none}}.root-web-sdk .BloodPressureWithNotes .container-web-sdk.TableHeaderContainer:hover,.root-web-sdk .HeartRateWithNotes .container-web-sdk.TableHeaderContainer:hover,.root-web-sdk .VitalsMeasurementsList .container-web-sdk.TableHeaderContainer:hover{background:none}.root-web-sdk .BloodPressureWithNotes .container-web-sdk.TableHeaderContainer .text-web-sdk,.root-web-sdk .HeartRateWithNotes .container-web-sdk.TableHeaderContainer .text-web-sdk,.root-web-sdk .VitalsMeasurementsList .container-web-sdk.TableHeaderContainer .text-web-sdk{font-weight:700}.root-web-sdk .BloodPressureWithNotes .container-web-sdk.TableRow,.root-web-sdk .HeartRateWithNotes .container-web-sdk.TableRow,.root-web-sdk .VitalsMeasurementsList .container-web-sdk.TableRow{max-width:100%}.root-web-sdk .BloodPressureWithNotes .title-web-sdk,.root-web-sdk .HeartRateWithNotes .title-web-sdk{font-size:37px !important}.root-web-sdk .BloodPressureWithNotes .TitleContainer .text-web-sdk,.root-web-sdk .HeartRateWithNotes .TitleContainer .text-web-sdk{font-size:1.125rem !important;line-height:1.5rem !important}.root-web-sdk .BloodPressureWithNotes .TitleContainer .page_description_2,.root-web-sdk .HeartRateWithNotes .TitleContainer .page_description_2{padding-top:1.25rem;padding-bottom:1.25rem}.root-web-sdk .BloodPressureWithNotes button[name=add_button],.root-web-sdk .HeartRateWithNotes button[name=add_button]{margin-top:32px;margin-bottom:32px}.root-web-sdk .BloodPressureWithNotes .TableRow:hover,.root-web-sdk .HeartRateWithNotes .TableRow:hover{background:none}.root-web-sdk .BloodPressureWithNotes .TableRow:nth-child(2n),.root-web-sdk .HeartRateWithNotes .TableRow:nth-child(2n){background:#f7f9f9}@media (max-width: 515px){.root-web-sdk .BloodPressureWithNotes .TableRow:nth-child(2n),.root-web-sdk .HeartRateWithNotes .TableRow:nth-child(2n){background:none}}.root-web-sdk .BloodPressureWithNotes .TableHeaderContainer .text-web-sdk:nth-child(2),.root-web-sdk .BloodPressureWithNotes .TableHeaderContainer .value_result,.root-web-sdk .BloodPressureWithNotes .TableRow .text-web-sdk:nth-child(2),.root-web-sdk .BloodPressureWithNotes .TableRow .value_result,.root-web-sdk .HeartRateWithNotes .TableHeaderContainer .text-web-sdk:nth-child(2),.root-web-sdk .HeartRateWithNotes .TableHeaderContainer .value_result,.root-web-sdk .HeartRateWithNotes .TableRow .text-web-sdk:nth-child(2),.root-web-sdk .HeartRateWithNotes .TableRow .value_result{width:25%}.root-web-sdk .BloodPressureWithNotes .TableHeaderContainer .note_value,.root-web-sdk .BloodPressureWithNotes .TableRow .note_value,.root-web-sdk .HeartRateWithNotes .TableHeaderContainer .note_value,.root-web-sdk .HeartRateWithNotes .TableRow .note_value{text-align:left;flex-grow:1;padding-left:1rem}@media (max-width: 515px){.root-web-sdk .BloodPressureWithNotes .TableHeaderContainer .note_value,.root-web-sdk .BloodPressureWithNotes .TableRow .note_value,.root-web-sdk .HeartRateWithNotes .TableHeaderContainer .note_value,.root-web-sdk .HeartRateWithNotes .TableRow .note_value{padding-left:0}}@media (max-width: 767px){.root-web-sdk .BloodPressureWithNotes .TableHeaderContainer .note_value,.root-web-sdk .BloodPressureWithNotes .TableRow .note_value,.root-web-sdk .HeartRateWithNotes .TableHeaderContainer .note_value,.root-web-sdk .HeartRateWithNotes .TableRow .note_value{max-width:100%}}@media (max-width: 767px){.root-web-sdk #containerForm .BloodPressureWithNotes,.root-web-sdk #containerForm .HeartRateWithNotes,.root-web-sdk #containerForm .VitalsMeasurementsList{margin-left:1rem;margin-right:1rem}}.root-web-sdk #containerForm .BloodPressureWithNotes .empty_text,.root-web-sdk #containerForm .HeartRateWithNotes .empty_text,.root-web-sdk #containerForm .VitalsMeasurementsList .empty_text{color:#181919;padding:18px 16px;border:1px solid #767676;border-radius:0 0 8px 8px;font-size:1.125rem}@media (max-width: 515px){.root-web-sdk #containerForm .BloodPressureWithNotes .empty_text,.root-web-sdk #containerForm .HeartRateWithNotes .empty_text,.root-web-sdk #containerForm .VitalsMeasurementsList .empty_text{border-radius:.5rem}}@media (max-width: 515px){.root-web-sdk #containerForm .BloodPressureWithNotes .date,.root-web-sdk #containerForm .HeartRateWithNotes .date,.root-web-sdk #containerForm .VitalsMeasurementsList .date{padding-top:40px;font-weight:400}.root-web-sdk #containerForm .BloodPressureWithNotes .date:before,.root-web-sdk #containerForm .HeartRateWithNotes .date:before,.root-web-sdk #containerForm .VitalsMeasurementsList .date:before{content:"Date, time";position:absolute;top:32px;left:0;font-weight:700;display:block}}.root-web-sdk #containerForm .BloodPressureWithNotes .value_result,.root-web-sdk #containerForm .HeartRateWithNotes .value_result,.root-web-sdk #containerForm .VitalsMeasurementsList .value_result{display:flex;flex-direction:column;align-items:center}@media (max-width: 515px){.root-web-sdk #containerForm .BloodPressureWithNotes .value_result,.root-web-sdk #containerForm .HeartRateWithNotes .value_result,.root-web-sdk #containerForm .VitalsMeasurementsList .value_result{padding-top:40px;width:100%;position:relative;align-items:flex-start}.root-web-sdk #containerForm .BloodPressureWithNotes .value_result:before,.root-web-sdk #containerForm .HeartRateWithNotes .value_result:before,.root-web-sdk #containerForm .VitalsMeasurementsList .value_result:before{content:"Value (mmHg)";position:absolute;left:0;top:18px;font-weight:700;display:block}}.root-web-sdk #containerForm .BloodPressureWithNotes .value_result .result_value,.root-web-sdk #containerForm .BloodPressureWithNotes .value_result .result_value_abnormal,.root-web-sdk #containerForm .HeartRateWithNotes .value_result .result_value,.root-web-sdk #containerForm .HeartRateWithNotes .value_result .result_value_abnormal,.root-web-sdk #containerForm .VitalsMeasurementsList .value_result .result_value,.root-web-sdk #containerForm .VitalsMeasurementsList .value_result .result_value_abnormal{width:auto}@media (max-width: 515px){.root-web-sdk #containerForm .BloodPressureWithNotes .value_result .result_value,.root-web-sdk #containerForm .HeartRateWithNotes .value_result .result_value,.root-web-sdk #containerForm .VitalsMeasurementsList .value_result .result_value{font-weight:400}}.root-web-sdk #containerForm .BloodPressureWithNotes .value_result .result_value_abnormal,.root-web-sdk #containerForm .HeartRateWithNotes .value_result .result_value_abnormal,.root-web-sdk #containerForm .VitalsMeasurementsList .value_result .result_value_abnormal{color:#9f0000;width:auto}@media (max-width: 515px){.root-web-sdk #containerForm .BloodPressureWithNotes .value_result .result_value_abnormal,.root-web-sdk #containerForm .HeartRateWithNotes .value_result .result_value_abnormal,.root-web-sdk #containerForm .VitalsMeasurementsList .value_result .result_value_abnormal{font-weight:700}}.root-web-sdk #containerForm .BloodPressureWithNotes .value_result .AbnormalLabel,.root-web-sdk #containerForm .HeartRateWithNotes .value_result .AbnormalLabel,.root-web-sdk #containerForm .VitalsMeasurementsList .value_result .AbnormalLabel{border:none;color:#111;max-width:118px;padding:7px 12px;border-radius:4px;background:#ff8a6e;margin:.5rem 0 0}.root-web-sdk #containerForm .BloodPressureWithNotes .value_result .AbnormalLabel .abnormal_label,.root-web-sdk #containerForm .HeartRateWithNotes .value_result .AbnormalLabel .abnormal_label,.root-web-sdk #containerForm .VitalsMeasurementsList .value_result .AbnormalLabel .abnormal_label{width:100%;font-weight:400}.root-web-sdk #containerForm .BloodPressureWithNotes .container-web-sdk,.root-web-sdk #containerForm .HeartRateWithNotes .container-web-sdk,.root-web-sdk #containerForm .VitalsMeasurementsList .container-web-sdk{max-width:100%}.root-web-sdk #containerForm .BloodPressureWithNotes .container-web-sdk .text-web-sdk,.root-web-sdk #containerForm .HeartRateWithNotes .container-web-sdk .text-web-sdk,.root-web-sdk #containerForm .VitalsMeasurementsList .container-web-sdk .text-web-sdk{margin:0}.root-web-sdk #containerForm .BloodPressureWithNotes .WarningMessageContainer,.root-web-sdk #containerForm .HeartRateWithNotes .WarningMessageContainer,.root-web-sdk #containerForm .VitalsMeasurementsList .WarningMessageContainer{margin-top:32px;border-radius:8px;padding:16px 24px;background:#fff3c0;border:2px solid #a07b02}.root-web-sdk #containerForm .BloodPressureWithNotes .WarningMessageContainer .text-web-sdk,.root-web-sdk #containerForm .HeartRateWithNotes .WarningMessageContainer .text-web-sdk,.root-web-sdk #containerForm .VitalsMeasurementsList .WarningMessageContainer .text-web-sdk{color:#2c2a29;font-size:1.125rem}.root-web-sdk #containerForm .BloodPressureWithNotes .WarningMessageContainer .message_title,.root-web-sdk #containerForm .HeartRateWithNotes .WarningMessageContainer .message_title,.root-web-sdk #containerForm .VitalsMeasurementsList .WarningMessageContainer .message_title{font-weight:700;margin:0 0 8px !important}.root-web-sdk #containerForm .BloodPressureMeasurementForm,.root-web-sdk #containerForm .HeartRateMeasurementForm{margin-left:1rem;margin-right:1rem}.root-web-sdk #containerForm .BloodPressureMeasurementForm .field-wrapper-web-sdk,.root-web-sdk #containerForm .HeartRateMeasurementForm .field-wrapper-web-sdk{width:100%}.root-web-sdk #containerForm .BloodPressureMeasurementForm .field-wrapper-web-sdk:first-child,.root-web-sdk #containerForm .HeartRateMeasurementForm .field-wrapper-web-sdk:first-child{margin-right:.625rem}.root-web-sdk #containerForm .BloodPressureMeasurementForm .title-web-sdk,.root-web-sdk #containerForm .HeartRateMeasurementForm .title-web-sdk{margin-bottom:1.5rem}.root-web-sdk #containerForm .BloodPressureMeasurementForm .list-wrapper-web-sdk,.root-web-sdk #containerForm .HeartRateMeasurementForm .list-wrapper-web-sdk{font-size:1.125rem;margin-left:0.625rem !important}.root-web-sdk #containerForm .BloodPressureMeasurementForm button[name=instructionLink],.root-web-sdk #containerForm .HeartRateMeasurementForm button[name=instructionLink]{margin-bottom:1rem}.root-web-sdk #containerForm .BloodPressureMeasurementForm .step_title,.root-web-sdk #containerForm .HeartRateMeasurementForm .step_title{--text-opacity:1!important;color:#444443 !important;color:rgba(68, 68, 67, var(--text-opacity)) !important;margin-bottom:32px}.root-web-sdk #containerForm .BloodPressureMeasurementForm .asterisk_tip,.root-web-sdk #containerForm .HeartRateMeasurementForm .asterisk_tip{--text-opacity:1!important;color:#444443 !important;color:rgba(68, 68, 67, var(--text-opacity)) !important;margin-bottom:1.25rem}.root-web-sdk #containerForm .BloodPressureMeasurementForm .label-web-sdk,.root-web-sdk #containerForm .HeartRateMeasurementForm .label-web-sdk{font-weight:500;font-size:1.125rem}.root-web-sdk #containerForm .BloodPressureMeasurementForm button[name=cancelButton],.root-web-sdk #containerForm .HeartRateMeasurementForm button[name=cancelButton]{margin-right:1.5rem}.root-web-sdk #containerForm .BloodPressureMeasurementForm .react-datepicker-wrapper,.root-web-sdk #containerForm .HeartRateMeasurementForm .react-datepicker-wrapper{width:100% !important}.root-web-sdk #containerForm .BloodPressureMeasurementForm .container-web-sdk,.root-web-sdk #containerForm .HeartRateMeasurementForm .container-web-sdk{max-width:100%}.root-web-sdk #containerForm .BloodPressureWithNotes .container{max-width:100%}.root-web-sdk #containerForm .BloodPressureWithNotes button[name=button_1]{margin-top:32px;display:block}.root-web-sdk #containerForm .BloodPressureWithNotes button[name=button_2]{border-width:1px;margin-top:.75rem;margin-bottom:32px}.root-web-sdk #containerForm .BloodPressureMeasurementForm,.root-web-sdk #containerForm .BloodPressureWithNotes{margin-bottom:4rem}.root-web-sdk #containerForm .BloodPressureMeasurementForm .formControlContainer,.root-web-sdk #containerForm .BloodPressureWithNotes .formControlContainer{margin-left:0;margin-right:0}.root-web-sdk #containerForm [class*=SectionmnemonicMinmhint] .reason_required{--text-opacity:1;color:#696b6b;color:rgba(105, 107, 107, var(--text-opacity));font-size:15px;font-weight:400}.root-web-sdk #containerForm [class*=SectionmnemonicMinmhint] .section_title{font-weight:700;font-size:2.25rem}.root-web-sdk #containerForm [class*=SectionmnemonicMinmhint] .section_counter{margin-bottom:1rem}.root-web-sdk .CouplesTherapyConsentWaiting .email_sent_notification{--bg-opacity:1;background-color:#e7f1cd;background-color:rgba(231, 241, 205, var(--bg-opacity));--border-opacity:1;border:2px solid #167f01;border-color:rgba(22, 127, 1, var(--border-opacity));box-sizing:border-box;border-radius:.5rem;padding:1rem 1.5rem;margin:1.5rem 0}.root-web-sdk #containerForm .emailChangePartnerPopUp .dialogTitleContainer{font-family:Effra,Arial,sans-serif}.root-web-sdk #containerForm .emailChangePartnerPopUp .dialogTitleContainer .dialogTitle{font-weight:700;font-size:1.875rem;margin-bottom:1.25rem;position:static}.root-web-sdk #containerForm .emailChangePartnerPopUp .screen-fields-web-sdk .button-dismissButton{width:8rem;height:3rem;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));--text-opacity:1;color:#5b2f91;color:rgba(91, 47, 145, var(--text-opacity));--border-opacity:1;border:2px solid #5b2f91;border-color:rgba(91, 47, 145, var(--border-opacity));box-sizing:border-box;border-radius:.5rem;margin:0 0 .5rem}.root-web-sdk #containerForm .emailChangePartnerPopUp .screen-fields-web-sdk .button-continueButton{padding:.875rem 2rem;--border-opacity:1;border:2px solid #5b2f91;border-color:rgba(91, 47, 145, var(--border-opacity));box-sizing:border-box;border-radius:.5rem;--bg-opacity:1;background-color:#5b2f91;background-color:rgba(91, 47, 145, var(--bg-opacity));margin:0 0 0 .5rem}.root-web-sdk #containerForm .emailChangePartnerPopUp .screen-fields-web-sdk .dialogHeader{font-weight:500;font-size:1.5rem;margin:1rem 0}.root-web-sdk #containerForm .emailChangePartnerPopUp .screen-fields-web-sdk .dialogMessage{font-weight:400;font-size:1.125rem;--text-opacity:1;color:#565757;color:rgba(86, 87, 87, var(--text-opacity));position:static}.root-web-sdk #containerForm .emailChangePartnerPopUp .screen-fields-web-sdk .divider-web-sdk{width:100%;border-width:1px}.root-web-sdk #containerForm .dialog-overlay-web-sdk .dialog-screen .dialog-web-sdk{padding:2rem;width:576px}.root-web-sdk #containerForm .dialog-overlay-web-sdk .dialog-screen .dialog-web-sdk-ico-close{height:1rem;min-width:1rem}.root-web-sdk #containerForm .CouplesTherapyConsentWaiting .note_text{margin-bottom:0}.root-web-sdk #containerForm .CouplesTherapyConsentWaiting .required{margin-bottom:.5rem}.root-web-sdk #containerForm .CouplesTherapyConsentWaiting .fail_message_container{--bg-opacity:1;background-color:#fdefed;background-color:rgba(253, 239, 237, var(--bg-opacity));--border-opacity:1;border-radius:.5rem;padding:1.5rem 1rem;border:2px solid #aa1010;border-color:rgba(170, 16, 16, var(--border-opacity));margin-top:32px;margin-bottom:32px;grid-gap:.5rem;gap:.5rem;font-size:1.125rem}.root-web-sdk #containerForm .MhMinorConsentWaiting .link-web-sdk,.root-web-sdk #containerForm .MhMinorConsentWaiting .text-web-sdk{font-size:1.125rem}.root-web-sdk #containerForm .MhMinorConsentWaiting .fail_message_container{--bg-opacity:1;background-color:#fdefed;background-color:rgba(253, 239, 237, var(--bg-opacity));--border-opacity:1;border-radius:.5rem;padding:1.5rem 1rem;border:2px solid #aa1010;border-color:rgba(170, 16, 16, var(--border-opacity));margin-top:32px;margin-bottom:32px;grid-gap:.5rem;gap:.5rem;font-size:1.125rem}.root-web-sdk #containerForm .MhMinorConsentWaiting .email_sent_notification{--bg-opacity:1;background-color:#e7f1cd;background-color:rgba(231, 241, 205, var(--bg-opacity));--border-opacity:1;border:2px solid #167f01;border-color:rgba(22, 127, 1, var(--border-opacity));box-sizing:border-box;border-radius:.5rem;padding:1rem 1.5rem;margin:1.5rem 0}.root-web-sdk #containerForm .MhMinorConsentWaiting .required{font-weight:500;font-size:1.125rem;margin-bottom:.5rem}.root-web-sdk #containerForm .MhMinorConsentWaiting .note_text{font-weight:400;line-height:1.5rem;font-size:1.125rem;margin-bottom:0}.root-web-sdk #containerForm .MhMinorConsentWaiting .button-web-sdk{margin:32px 0;padding:1rem 2rem;width:auto}.root-web-sdk #containerForm .MhMinorConsentWaiting .button-web-sdk.only-of-kind:not(.inline):not(.button-member_id){margin-top:0}.root-web-sdk #containerForm .OptOutBpCuffShipment .title-web-sdk{margin-bottom:1.5rem;font-size:37px;line-height:2.5rem}.root-web-sdk #containerForm .OptOutBpCuffShipment .text-web-sdk{font-size:1.125rem;line-height:1.75rem}.root-web-sdk #containerForm .OptOutBpCuffShipment .last-of-kind.only-of-kind.button-dont_need{margin-top:32px;font-size:1.125rem;width:100%}@media (min-width: 576px){.root-web-sdk #containerForm .OptOutBpCuffShipment .last-of-kind.only-of-kind.button-dont_need{width:37%}}.root-web-sdk .screen-web-sdk.CommSessionPage .providerContainerWeb{height:100vh;--bg-opacity:1;background-color:#000;background-color:rgba(0, 0, 0, var(--bg-opacity))}.root-web-sdk #containerForm .field-checkbox-wrapper-web-sdk,.root-web-sdk #containerForm .label-lg-web-sdk .label-title-websdk,.root-web-sdk #containerForm .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .radio-group-container .label-title-websdk{margin-bottom:16px}.root-web-sdk #containerForm .checkbox-wrapper-web-sdk input:focus~.checkbox-input-web-sdk{outline:medium solid;outline-offset:0}.root-web-sdk #containerForm .checkbox-wrapper-web-sdk{padding:0}.root-web-sdk #containerForm .radio-buttons-container .radio-web-sdk{height:auto;min-height:1.25rem}.root-web-sdk #containerForm .pill-radio-wrapper-web-sdk .pill-web-sdk{height:auto !important;min-height:40px}.root-web-sdk #containerForm .screen-fields-web-sdk>[class*=module__root]{margin-bottom:var(--largeExtra)}.root-web-sdk #containerForm [class*=_dts_avatar_container]{display:flex;justify-content:center;margin-bottom:1.5rem}.root-web-sdk #containerForm [class*=_dts_chip_group_container]{margin-bottom:32px;padding:1rem;--bg-opacity:1;background-color:#f7f9f9;background-color:rgba(247, 249, 249, var(--bg-opacity))}.root-web-sdk #containerForm [class*=_dts_chip_group_container] fieldset[class*=chip_group]{margin-bottom:0}.root-web-sdk #containerForm [class*=_dts_text_container]{display:flex;margin-bottom:32px}.root-web-sdk #containerForm .screen-web-sdk [class*=_dts_text_field]{padding-left:.5rem;font-size:15px}.root-web-sdk #containerForm .screen-web-sdk [class*=_dts_text_field] .text-web-sdk{font-size:15px;line-height:20px;--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity))}.root-web-sdk #containerForm .screen-web-sdk [class*=_dts_text_field] .link-web-sdk{font-size:15px}.root-web-sdk #containerForm .screen-web-sdk [class*=_dts_text_field] span{line-height:20px;padding-left:0}.root-web-sdk #containerForm .screen-web-sdk .ic_pulse_info_default{width:1rem;height:1rem;flex-shrink:0;background:url(https://assets.livongo.com/image/upload/v1722361584/web-sdk/icons/ic_pulse_info_default_new.svg) no-repeat 50%}.root-web-sdk #containerForm .screen-web-sdk .screen-fields-web-sdk button[name=dt_close]{margin-left:1rem;margin-bottom:.5rem}.root-web-sdk #containerForm .HealthInfoVisitSummary p,.root-web-sdk #containerForm .VisitSummary p{font-size:1.125rem}.root-web-sdk #containerForm .HealthInfoVisitSummary .title-web-sdk,.root-web-sdk #containerForm .VisitSummary .title-web-sdk{border-style:none;margin-bottom:.75rem;padding-bottom:0}.root-web-sdk #containerForm .HealthInfoVisitSummary .requested_date_field,.root-web-sdk #containerForm .VisitSummary .requested_date_field{font-size:1.125rem;margin-bottom:32px}.root-web-sdk #containerForm .HealthInfoVisitSummary .needSomethingLabel,.root-web-sdk #containerForm .VisitSummary .needSomethingLabel{padding-top:1rem;--border-opacity:1;border-color:#dfe0df;border-color:rgba(223, 224, 223, var(--border-opacity));border-top:2px rgba(223, 224, 223, var(--border-opacity));border-style:solid}.root-web-sdk #containerForm .HealthInfoVisitSummary .follow_up_instructions_label,.root-web-sdk #containerForm .HealthInfoVisitSummary .need_something_label,.root-web-sdk #containerForm .VisitSummary .follow_up_instructions_label,.root-web-sdk #containerForm .VisitSummary .need_something_label{font-weight:700}.root-web-sdk #containerForm .HealthInfoVisitSummary .followUpInstructions,.root-web-sdk #containerForm .HealthInfoVisitSummary .needSomethingLabel,.root-web-sdk #containerForm .VisitSummary .followUpInstructions,.root-web-sdk #containerForm .VisitSummary .needSomethingLabel{display:grid;grid-template-columns:200px 1fr}.root-web-sdk #containerForm .HealthInfoVisitSummary .member_name_field,.root-web-sdk #containerForm .VisitSummary .member_name_field{font-size:1.875rem;margin-bottom:32px;font-weight:700}.root-web-sdk #containerForm .HealthInfoVisitSummary .visit_reason_field,.root-web-sdk #containerForm .VisitSummary .visit_reason_field{font-size:1.875rem;margin-bottom:2.5rem;font-weight:700}.root-web-sdk #containerForm .HealthInfoVisitSummary h2,.root-web-sdk #containerForm .VisitSummary h2{font-size:26px;padding:0;margin-bottom:.5rem;margin-top:2.5rem;font-weight:500}.root-web-sdk #containerForm .HealthInfoVisitSummary .need_something_field,.root-web-sdk #containerForm .VisitSummary .need_something_field{margin-top:32px}.root-web-sdk #containerForm .HealthInfoVisitSummary p.vendor_points_solution_details_description,.root-web-sdk #containerForm .VisitSummary p.vendor_points_solution_details_description{margin:0 0 2.5rem}.root-web-sdk #containerForm .HealthInfoVisitSummary p[class*=vendor_points_solution_details_name],.root-web-sdk #containerForm .VisitSummary p[class*=vendor_points_solution_details_name]{margin-top:0;margin-bottom:.5rem;font-weight:700}.root-web-sdk #containerForm .HealthInfoVisitSummary p[class*=followup_value_],.root-web-sdk #containerForm .VisitSummary p[class*=followup_value_]{margin-bottom:1rem;margin-top:1.5rem}.root-web-sdk #containerForm .HealthInfoVisitSummary p[class*=vendor_points_solution_details_contact_],.root-web-sdk #containerForm .HealthInfoVisitSummary p[class*=vendor_points_solution_details_desc_],.root-web-sdk #containerForm .VisitSummary p[class*=vendor_points_solution_details_contact_],.root-web-sdk #containerForm .VisitSummary p[class*=vendor_points_solution_details_desc_]{margin-bottom:.5rem}.root-web-sdk #containerForm .HealthInfoVisitSummary div[class*=vendor_points_solution_details_website_container],.root-web-sdk #containerForm .VisitSummary div[class*=vendor_points_solution_details_website_container]{display:flex;margin-left:0;margin-right:0;margin-bottom:1.5rem;width:-moz-fit-content;width:fit-content}.root-web-sdk #containerForm .HealthInfoVisitSummary div[class*=vendor_points_solution_details_website_container] p,.root-web-sdk #containerForm .VisitSummary div[class*=vendor_points_solution_details_website_container] p{--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity));margin:0;font-weight:500}.root-web-sdk #containerForm .HealthInfoVisitSummary div[class*=vendor_points_solution_details_website_container] .ic_action_launch,.root-web-sdk #containerForm .VisitSummary div[class*=vendor_points_solution_details_website_container] .ic_action_launch{background:url(https://assets.livongo.com/image/upload/v1713277153/web-sdk/icons/ic_tdh_ext_link_active.svg) no-repeat 50%;margin-left:.5rem;margin-right:0}.root-web-sdk #containerForm .HealthInfoVisitSummary div[class*=vendor_points_solution_details_website_container]:hover,.root-web-sdk #containerForm .VisitSummary div[class*=vendor_points_solution_details_website_container]:hover{opacity:.75}.root-web-sdk #containerForm .HealthInfoVisitSummary hr,.root-web-sdk #containerForm .VisitSummary hr{display:block}.root-web-sdk #containerForm .HealthInfoVisitSummary div.divider-web-sdk,.root-web-sdk #containerForm .HealthInfoVisitSummary hr,.root-web-sdk #containerForm .VisitSummary div.divider-web-sdk,.root-web-sdk #containerForm .VisitSummary hr{margin-top:32px;margin-bottom:32px}.root-web-sdk #containerForm .HealthInfoVisitSummary div.divider-web-sdk,.root-web-sdk #containerForm .VisitSummary div.divider-web-sdk{border-bottom-width:1px;--border-opacity:1;border-color:#dfe0df;border-color:rgba(223, 224, 223, var(--border-opacity))}@media (min-width: 768px){.root-web-sdk #containerForm .HealthInfoVisitSummary .primaryDiagnosisContainer,.root-web-sdk #containerForm .HealthInfoVisitSummary .secondaryDiagnosisContainer,.root-web-sdk #containerForm .VisitSummary .primaryDiagnosisContainer,.root-web-sdk #containerForm .VisitSummary .secondaryDiagnosisContainer{display:flex}}.root-web-sdk #containerForm .HealthInfoVisitSummary .primary_diagnosis_description,.root-web-sdk #containerForm .HealthInfoVisitSummary .secondary_diagnosis_description,.root-web-sdk #containerForm .VisitSummary .primary_diagnosis_description,.root-web-sdk #containerForm .VisitSummary .secondary_diagnosis_description{min-width:200px;font-weight:700}.root-web-sdk #containerForm .HealthInfoVisitSummary button.button-VisitSummary:not(.disabled),.root-web-sdk #containerForm .VisitSummary button.button-VisitSummary:not(.disabled){width:auto;padding:.875rem 2rem;--bg-opacity:1;background-color:#422981;background-color:rgba(66, 41, 129, var(--bg-opacity));border-radius:9999px;border-width:0;transition-property:all;transition-duration:.3s;font-size:1.125rem}.root-web-sdk #containerForm .HealthInfoVisitSummary button.button-VisitSummary:not(.disabled):hover,.root-web-sdk #containerForm .VisitSummary button.button-VisitSummary:not(.disabled):hover{--text-opacity:1;color:#351f65;color:rgba(53, 31, 101, var(--text-opacity));--bg-opacity:1;background-color:#f9f5ff;background-color:rgba(249, 245, 255, var(--bg-opacity))}.root-web-sdk #containerForm .HealthInfoVisitSummary button.button-VisitSummary.button-downloadExcuseNote:not(.disabled),.root-web-sdk #containerForm .VisitSummary button.button-VisitSummary.button-downloadExcuseNote:not(.disabled){background-color:transparent;font-weight:500;--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity));padding:0;margin-top:32px;margin-left:auto;margin-right:auto}.root-web-sdk #containerForm .HealthInfoVisitSummary button.button-VisitSummary.button-downloadExcuseNote:not(.disabled):hover,.root-web-sdk #containerForm .VisitSummary button.button-VisitSummary.button-downloadExcuseNote:not(.disabled):hover{opacity:.75}.root-web-sdk #containerForm .HealthInfoVisitSummary button.button-VisitSummary.button-downloadExcuseNote:not(.disabled):active,.root-web-sdk #containerForm .HealthInfoVisitSummary button.button-VisitSummary.button-downloadExcuseNote:not(.disabled):focus,.root-web-sdk #containerForm .VisitSummary button.button-VisitSummary.button-downloadExcuseNote:not(.disabled):active,.root-web-sdk #containerForm .VisitSummary button.button-VisitSummary.button-downloadExcuseNote:not(.disabled):focus{box-shadow:none}.root-web-sdk #containerForm .HealthInfoVisitSummary .prescription_drug_name,.root-web-sdk #containerForm .VisitSummary .prescription_drug_name{font-weight:500;line-height:1.75rem;margin-bottom:.25rem}.root-web-sdk #containerForm .HealthInfoVisitSummary .prescription_instructions,.root-web-sdk #containerForm .VisitSummary .prescription_instructions{line-height:1.75rem;margin-bottom:.5rem}.root-web-sdk #containerForm .screen-fields-web-sdk .mh_minor_intake_required{--text-opacity:1;color:#696b6b;color:rgba(105, 107, 107, var(--text-opacity));font-size:15px;font-weight:400}.root-web-sdk #containerForm .screen-fields-web-sdk .cannot_complete_without_upload{font-size:1.125rem;line-height:1.75rem;padding-left:1.5rem;margin-left:.5rem;background:url(https://assets.livongo.com/image/upload/v1713282834/web-sdk/icons/td-info-2_rxvieh.svg) no-repeat scroll 0 0}.root-web-sdk #containerForm .screen-fields-web-sdk .download_intake_form{font-size:1.125rem;line-height:1.75rem;text-decoration:none;flex-direction:row;display:flex;width:auto;border-style:none;text-align:left;--text-opacity:1;color:#005c95;color:rgba(0, 92, 149, var(--text-opacity));margin:.75rem 0 32px;padding:.25rem 0;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity))}.root-web-sdk #containerForm .screen-fields-web-sdk .download_intake_form:link{text-decoration:none}.root-web-sdk #containerForm .screen-fields-web-sdk .download_intake_form:hover{--bg-opacity:1!important;background-color:#fff !important;background-color:rgba(255, 255, 255, var(--bg-opacity)) !important;--text-opacity:1!important;color:#005c95 !important;color:rgba(0, 92, 149, var(--text-opacity)) !important}.root-web-sdk #containerForm .screen-fields-web-sdk .download_intake_form:after,.root-web-sdk #containerForm .screen-fields-web-sdk .download_intake_form:hover:after{--bg-opacity:1;background-color:#005c95;background-color:rgba(0, 92, 149, var(--bg-opacity))}.root-web-sdk #containerForm .screen-fields-web-sdk .download_intake_form:after{content:"";display:block;width:1.5rem;height:1.5rem;-webkit-mask:center/contain no-repeat url(https://assets.livongo.com/image/upload/v1713283422/web-sdk/icons/file-icon.svg);mask:center/contain no-repeat url(https://assets.livongo.com/image/upload/v1713283422/web-sdk/icons/file-icon.svg)}.root-web-sdk #containerForm .condition_to_start,.root-web-sdk #containerForm .step1,.root-web-sdk #containerForm .step2{font-size:1.125rem;line-height:1.75rem}.root-web-sdk #containerForm #attached_images-label{font-size:1.125rem;line-height:1.5rem;font-weight:700}.root-web-sdk #containerForm .MhMinorManualIntake .inline-error-message-web-sdk{display:none}.root-web-sdk #containerForm.enhanced-redesign .PharmacyDetail button[name=pharmacy_fax_button],.root-web-sdk #containerForm.enhanced-redesign .PharmacyDetail button[name=pharmacy_phone_button]{margin-bottom:1rem}.root-web-sdk #containerForm .PharmacyList .title-web-sdk{font-weight:500}.root-web-sdk #containerForm .PharmacyList .screen-fields-web-sdk .text-link-web-sdk{margin-bottom:32px}.root-web-sdk #containerForm .PharmacyList .screen-fields-web-sdk .pharmacy-address-web-sdk{margin-bottom:1rem}.root-web-sdk #containerForm.enhanced-redesign .PharmacyAddSearch button[name=manualPharmacy]{margin-bottom:.75rem}.root-web-sdk #containerForm .home{font-family:Effra,Arial,sans-serif;margin-left:1rem;margin-right:1rem}@media (min-width: 375px){.root-web-sdk #containerForm .home{margin-left:1.5rem;margin-right:1.5rem}}@media (min-width: 768px){.root-web-sdk #containerForm .home{margin-left:0;margin-right:0}}.root-web-sdk #containerForm .home{max-width:48rem}.root-web-sdk #containerForm .home .alertNotification{display:none}.root-web-sdk #containerForm .home .MyStrengthCoachCard,.root-web-sdk #containerForm .home .myStrengthHomeCardAssessment,.root-web-sdk #containerForm .home .myStrengthHomeCardFavoritesCards .myStrengthHomeCardFavorite0,.root-web-sdk #containerForm .home .myStrengthHomeCardFavoritesCards .myStrengthHomeCardFavorite1,.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryAdolescentTeletherapyCard,.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryRecommendation,.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryTeletherapyCard,.root-web-sdk #containerForm .home .myStrengthHomeCardSecondaryAdolescentTeletherapyCard,.root-web-sdk #containerForm .home .myStrengthHomeCardSecondaryRecommendation,.root-web-sdk #containerForm .home .myStrengthHomeCardSecondaryTeletherapyCard,.root-web-sdk #containerForm .home .myStrengthHomeCardSleepDiary,.root-web-sdk #containerForm .home .myStrengthHomeCardTertiaryAdolescentTeletherapyCard,.root-web-sdk #containerForm .home .myStrengthHomeCardTertiaryRecommendation,.root-web-sdk #containerForm .home .myStrengthHomeCardTertiaryTeletherapyCard,.root-web-sdk #containerForm .home .myStrengthHomeEmotionalTrackingTile,.root-web-sdk #containerForm .home .myStrengthTakeAMomentCard{position:relative;width:100%;padding:1.5rem;margin-bottom:1.5rem;border-radius:.75rem;overflow:hidden;box-shadow:0 0 10px rgba(0,0,0,0.16);--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity))}.root-web-sdk #containerForm .home .MyStrengthCoachCard .myStrengthPhoneVideoContainer,.root-web-sdk #containerForm .home .myStrengthHomeCardAssessment .myStrengthPhoneVideoContainer,.root-web-sdk #containerForm .home .myStrengthHomeCardFavoritesCards .myStrengthHomeCardFavorite0 .myStrengthPhoneVideoContainer,.root-web-sdk #containerForm .home .myStrengthHomeCardFavoritesCards .myStrengthHomeCardFavorite1 .myStrengthPhoneVideoContainer,.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryAdolescentTeletherapyCard .myStrengthPhoneVideoContainer,.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryRecommendation .myStrengthPhoneVideoContainer,.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryTeletherapyCard .myStrengthPhoneVideoContainer,.root-web-sdk #containerForm .home .myStrengthHomeCardSecondaryAdolescentTeletherapyCard .myStrengthPhoneVideoContainer,.root-web-sdk #containerForm .home .myStrengthHomeCardSecondaryRecommendation .myStrengthPhoneVideoContainer,.root-web-sdk #containerForm .home .myStrengthHomeCardSecondaryTeletherapyCard .myStrengthPhoneVideoContainer,.root-web-sdk #containerForm .home .myStrengthHomeCardSleepDiary .myStrengthPhoneVideoContainer,.root-web-sdk #containerForm .home .myStrengthHomeCardTertiaryAdolescentTeletherapyCard .myStrengthPhoneVideoContainer,.root-web-sdk #containerForm .home .myStrengthHomeCardTertiaryRecommendation .myStrengthPhoneVideoContainer,.root-web-sdk #containerForm .home .myStrengthHomeCardTertiaryTeletherapyCard .myStrengthPhoneVideoContainer,.root-web-sdk #containerForm .home .myStrengthHomeEmotionalTrackingTile .myStrengthPhoneVideoContainer,.root-web-sdk #containerForm .home .myStrengthTakeAMomentCard .myStrengthPhoneVideoContainer{display:flex;align-items:center;grid-column-start:1;grid-column-end:8;margin-left:0;margin-top:.5rem}.root-web-sdk #containerForm .home .MyStrengthCoachCard .myStrengthPhoneVideoContainer .ic_pulse_video_default,.root-web-sdk #containerForm .home .myStrengthHomeCardAssessment .myStrengthPhoneVideoContainer .ic_pulse_video_default,.root-web-sdk #containerForm .home .myStrengthHomeCardFavoritesCards .myStrengthHomeCardFavorite0 .myStrengthPhoneVideoContainer .ic_pulse_video_default,.root-web-sdk #containerForm .home .myStrengthHomeCardFavoritesCards .myStrengthHomeCardFavorite1 .myStrengthPhoneVideoContainer .ic_pulse_video_default,.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryAdolescentTeletherapyCard .myStrengthPhoneVideoContainer .ic_pulse_video_default,.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryRecommendation .myStrengthPhoneVideoContainer .ic_pulse_video_default,.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryTeletherapyCard .myStrengthPhoneVideoContainer .ic_pulse_video_default,.root-web-sdk #containerForm .home .myStrengthHomeCardSecondaryAdolescentTeletherapyCard .myStrengthPhoneVideoContainer .ic_pulse_video_default,.root-web-sdk #containerForm .home .myStrengthHomeCardSecondaryRecommendation .myStrengthPhoneVideoContainer .ic_pulse_video_default,.root-web-sdk #containerForm .home .myStrengthHomeCardSecondaryTeletherapyCard .myStrengthPhoneVideoContainer .ic_pulse_video_default,.root-web-sdk #containerForm .home .myStrengthHomeCardSleepDiary .myStrengthPhoneVideoContainer .ic_pulse_video_default,.root-web-sdk #containerForm .home .myStrengthHomeCardTertiaryAdolescentTeletherapyCard .myStrengthPhoneVideoContainer .ic_pulse_video_default,.root-web-sdk #containerForm .home .myStrengthHomeCardTertiaryRecommendation .myStrengthPhoneVideoContainer .ic_pulse_video_default,.root-web-sdk #containerForm .home .myStrengthHomeCardTertiaryTeletherapyCard .myStrengthPhoneVideoContainer .ic_pulse_video_default,.root-web-sdk #containerForm .home .myStrengthHomeEmotionalTrackingTile .myStrengthPhoneVideoContainer .ic_pulse_video_default,.root-web-sdk #containerForm .home .myStrengthTakeAMomentCard .myStrengthPhoneVideoContainer .ic_pulse_video_default{background-image:url(https://assets.livongo.com/image/upload/v1713283733/web-sdk/icons/video-camera.svg);background-position:50%;background-repeat:no-repeat}.root-web-sdk #containerForm .home .MyStrengthCoachCard .myStrengthPhoneVideoContainer .labelOptionsTitleVideo,.root-web-sdk #containerForm .home .myStrengthHomeCardAssessment .myStrengthPhoneVideoContainer .labelOptionsTitleVideo,.root-web-sdk #containerForm .home .myStrengthHomeCardFavoritesCards .myStrengthHomeCardFavorite0 .myStrengthPhoneVideoContainer .labelOptionsTitleVideo,.root-web-sdk #containerForm .home .myStrengthHomeCardFavoritesCards .myStrengthHomeCardFavorite1 .myStrengthPhoneVideoContainer .labelOptionsTitleVideo,.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryAdolescentTeletherapyCard .myStrengthPhoneVideoContainer .labelOptionsTitleVideo,.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryRecommendation .myStrengthPhoneVideoContainer .labelOptionsTitleVideo,.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryTeletherapyCard .myStrengthPhoneVideoContainer .labelOptionsTitleVideo,.root-web-sdk #containerForm .home .myStrengthHomeCardSecondaryAdolescentTeletherapyCard .myStrengthPhoneVideoContainer .labelOptionsTitleVideo,.root-web-sdk #containerForm .home .myStrengthHomeCardSecondaryRecommendation .myStrengthPhoneVideoContainer .labelOptionsTitleVideo,.root-web-sdk #containerForm .home .myStrengthHomeCardSecondaryTeletherapyCard .myStrengthPhoneVideoContainer .labelOptionsTitleVideo,.root-web-sdk #containerForm .home .myStrengthHomeCardSleepDiary .myStrengthPhoneVideoContainer .labelOptionsTitleVideo,.root-web-sdk #containerForm .home .myStrengthHomeCardTertiaryAdolescentTeletherapyCard .myStrengthPhoneVideoContainer .labelOptionsTitleVideo,.root-web-sdk #containerForm .home .myStrengthHomeCardTertiaryRecommendation .myStrengthPhoneVideoContainer .labelOptionsTitleVideo,.root-web-sdk #containerForm .home .myStrengthHomeCardTertiaryTeletherapyCard .myStrengthPhoneVideoContainer .labelOptionsTitleVideo,.root-web-sdk #containerForm .home .myStrengthHomeEmotionalTrackingTile .myStrengthPhoneVideoContainer .labelOptionsTitleVideo,.root-web-sdk #containerForm .home .myStrengthTakeAMomentCard .myStrengthPhoneVideoContainer .labelOptionsTitleVideo{margin-bottom:0;font-style:normal;font-weight:700;font-size:1.125rem;line-height:1.5rem;--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity))}.root-web-sdk #containerForm .home .MyStrengthCoachCard .myStrengthPhoneVideoContainer .ic_pulse_phone_default,.root-web-sdk #containerForm .home .myStrengthHomeCardAssessment .myStrengthPhoneVideoContainer .ic_pulse_phone_default,.root-web-sdk #containerForm .home .myStrengthHomeCardFavoritesCards .myStrengthHomeCardFavorite0 .myStrengthPhoneVideoContainer .ic_pulse_phone_default,.root-web-sdk #containerForm .home .myStrengthHomeCardFavoritesCards .myStrengthHomeCardFavorite1 .myStrengthPhoneVideoContainer .ic_pulse_phone_default,.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryAdolescentTeletherapyCard .myStrengthPhoneVideoContainer .ic_pulse_phone_default,.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryRecommendation .myStrengthPhoneVideoContainer .ic_pulse_phone_default,.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryTeletherapyCard .myStrengthPhoneVideoContainer .ic_pulse_phone_default,.root-web-sdk #containerForm .home .myStrengthHomeCardSecondaryAdolescentTeletherapyCard .myStrengthPhoneVideoContainer .ic_pulse_phone_default,.root-web-sdk #containerForm .home .myStrengthHomeCardSecondaryRecommendation .myStrengthPhoneVideoContainer .ic_pulse_phone_default,.root-web-sdk #containerForm .home .myStrengthHomeCardSecondaryTeletherapyCard .myStrengthPhoneVideoContainer .ic_pulse_phone_default,.root-web-sdk #containerForm .home .myStrengthHomeCardSleepDiary .myStrengthPhoneVideoContainer .ic_pulse_phone_default,.root-web-sdk #containerForm .home .myStrengthHomeCardTertiaryAdolescentTeletherapyCard .myStrengthPhoneVideoContainer .ic_pulse_phone_default,.root-web-sdk #containerForm .home .myStrengthHomeCardTertiaryRecommendation .myStrengthPhoneVideoContainer .ic_pulse_phone_default,.root-web-sdk #containerForm .home .myStrengthHomeCardTertiaryTeletherapyCard .myStrengthPhoneVideoContainer .ic_pulse_phone_default,.root-web-sdk #containerForm .home .myStrengthHomeEmotionalTrackingTile .myStrengthPhoneVideoContainer .ic_pulse_phone_default,.root-web-sdk #containerForm .home .myStrengthTakeAMomentCard .myStrengthPhoneVideoContainer .ic_pulse_phone_default{background-image:url(https://assets.livongo.com/image/upload/v1713278965/web-sdk/icons/phone_tm9ea1.svg);background-position:50%;background-repeat:no-repeat;margin-left:1.5rem}.root-web-sdk #containerForm .home .MyStrengthCoachCard .myStrengthPhoneVideoContainer .labelOptionsTitlePhone,.root-web-sdk #containerForm .home .myStrengthHomeCardAssessment .myStrengthPhoneVideoContainer .labelOptionsTitlePhone,.root-web-sdk #containerForm .home .myStrengthHomeCardFavoritesCards .myStrengthHomeCardFavorite0 .myStrengthPhoneVideoContainer .labelOptionsTitlePhone,.root-web-sdk #containerForm .home .myStrengthHomeCardFavoritesCards .myStrengthHomeCardFavorite1 .myStrengthPhoneVideoContainer .labelOptionsTitlePhone,.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryAdolescentTeletherapyCard .myStrengthPhoneVideoContainer .labelOptionsTitlePhone,.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryRecommendation .myStrengthPhoneVideoContainer .labelOptionsTitlePhone,.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryTeletherapyCard .myStrengthPhoneVideoContainer .labelOptionsTitlePhone,.root-web-sdk #containerForm .home .myStrengthHomeCardSecondaryAdolescentTeletherapyCard .myStrengthPhoneVideoContainer .labelOptionsTitlePhone,.root-web-sdk #containerForm .home .myStrengthHomeCardSecondaryRecommendation .myStrengthPhoneVideoContainer .labelOptionsTitlePhone,.root-web-sdk #containerForm .home .myStrengthHomeCardSecondaryTeletherapyCard .myStrengthPhoneVideoContainer .labelOptionsTitlePhone,.root-web-sdk #containerForm .home .myStrengthHomeCardSleepDiary .myStrengthPhoneVideoContainer .labelOptionsTitlePhone,.root-web-sdk #containerForm .home .myStrengthHomeCardTertiaryAdolescentTeletherapyCard .myStrengthPhoneVideoContainer .labelOptionsTitlePhone,.root-web-sdk #containerForm .home .myStrengthHomeCardTertiaryRecommendation .myStrengthPhoneVideoContainer .labelOptionsTitlePhone,.root-web-sdk #containerForm .home .myStrengthHomeCardTertiaryTeletherapyCard .myStrengthPhoneVideoContainer .labelOptionsTitlePhone,.root-web-sdk #containerForm .home .myStrengthHomeEmotionalTrackingTile .myStrengthPhoneVideoContainer .labelOptionsTitlePhone,.root-web-sdk #containerForm .home .myStrengthTakeAMomentCard .myStrengthPhoneVideoContainer .labelOptionsTitlePhone{margin-bottom:0;font-style:normal;font-weight:700;font-size:1.125rem;line-height:1.5rem;--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity))}@media (min-width: 375px){.root-web-sdk #containerForm .home .MyStrengthCoachCard,.root-web-sdk #containerForm .home .myStrengthHomeCardAssessment,.root-web-sdk #containerForm .home .myStrengthHomeCardFavoritesCards .myStrengthHomeCardFavorite0,.root-web-sdk #containerForm .home .myStrengthHomeCardFavoritesCards .myStrengthHomeCardFavorite1,.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryAdolescentTeletherapyCard,.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryRecommendation,.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryTeletherapyCard,.root-web-sdk #containerForm .home .myStrengthHomeCardSecondaryAdolescentTeletherapyCard,.root-web-sdk #containerForm .home .myStrengthHomeCardSecondaryRecommendation,.root-web-sdk #containerForm .home .myStrengthHomeCardSecondaryTeletherapyCard,.root-web-sdk #containerForm .home .myStrengthHomeCardSleepDiary,.root-web-sdk #containerForm .home .myStrengthHomeCardTertiaryAdolescentTeletherapyCard,.root-web-sdk #containerForm .home .myStrengthHomeCardTertiaryRecommendation,.root-web-sdk #containerForm .home .myStrengthHomeCardTertiaryTeletherapyCard,.root-web-sdk #containerForm .home .myStrengthHomeEmotionalTrackingTile,.root-web-sdk #containerForm .home .myStrengthTakeAMomentCard{margin-bottom:32px}}@media (min-width: 475px){.root-web-sdk #containerForm .home .MyStrengthCoachCard,.root-web-sdk #containerForm .home .myStrengthHomeCardAssessment,.root-web-sdk #containerForm .home .myStrengthHomeCardFavoritesCards .myStrengthHomeCardFavorite0,.root-web-sdk #containerForm .home .myStrengthHomeCardFavoritesCards .myStrengthHomeCardFavorite1,.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryAdolescentTeletherapyCard,.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryRecommendation,.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryTeletherapyCard,.root-web-sdk #containerForm .home .myStrengthHomeCardSecondaryAdolescentTeletherapyCard,.root-web-sdk #containerForm .home .myStrengthHomeCardSecondaryRecommendation,.root-web-sdk #containerForm .home .myStrengthHomeCardSecondaryTeletherapyCard,.root-web-sdk #containerForm .home .myStrengthHomeCardSleepDiary,.root-web-sdk #containerForm .home .myStrengthHomeCardTertiaryAdolescentTeletherapyCard,.root-web-sdk #containerForm .home .myStrengthHomeCardTertiaryRecommendation,.root-web-sdk #containerForm .home .myStrengthHomeCardTertiaryTeletherapyCard,.root-web-sdk #containerForm .home .myStrengthHomeEmotionalTrackingTile,.root-web-sdk #containerForm .home .myStrengthTakeAMomentCard{font-size:2.25rem;padding:2rem;max-width:100%}}.root-web-sdk #containerForm .home .MyStrengthCoachCard .eyebrow,.root-web-sdk #containerForm .home .myStrengthHomeCardAssessment .eyebrow,.root-web-sdk #containerForm .home .myStrengthHomeCardFavoritesCards .myStrengthHomeCardFavorite0 .eyebrow,.root-web-sdk #containerForm .home .myStrengthHomeCardFavoritesCards .myStrengthHomeCardFavorite1 .eyebrow,.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryAdolescentTeletherapyCard .eyebrow,.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryRecommendation .eyebrow,.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryTeletherapyCard .eyebrow,.root-web-sdk #containerForm .home .myStrengthHomeCardSecondaryAdolescentTeletherapyCard .eyebrow,.root-web-sdk #containerForm .home .myStrengthHomeCardSecondaryRecommendation .eyebrow,.root-web-sdk #containerForm .home .myStrengthHomeCardSecondaryTeletherapyCard .eyebrow,.root-web-sdk #containerForm .home .myStrengthHomeCardSleepDiary .eyebrow,.root-web-sdk #containerForm .home .myStrengthHomeCardTertiaryAdolescentTeletherapyCard .eyebrow,.root-web-sdk #containerForm .home .myStrengthHomeCardTertiaryRecommendation .eyebrow,.root-web-sdk #containerForm .home .myStrengthHomeCardTertiaryTeletherapyCard .eyebrow,.root-web-sdk #containerForm .home .myStrengthHomeEmotionalTrackingTile .eyebrow,.root-web-sdk #containerForm .home .myStrengthTakeAMomentCard .eyebrow{font-weight:700;font-size:1.125rem;--text-opacity:1;color:#696b6b;color:rgba(105, 107, 107, var(--text-opacity));margin-bottom:.25rem}.root-web-sdk #containerForm .home .MyStrengthCoachCard .annotation,.root-web-sdk #containerForm .home .myStrengthHomeCardAssessment .annotation,.root-web-sdk #containerForm .home .myStrengthHomeCardFavoritesCards .myStrengthHomeCardFavorite0 .annotation,.root-web-sdk #containerForm .home .myStrengthHomeCardFavoritesCards .myStrengthHomeCardFavorite1 .annotation,.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryAdolescentTeletherapyCard .annotation,.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryRecommendation .annotation,.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryTeletherapyCard .annotation,.root-web-sdk #containerForm .home .myStrengthHomeCardSecondaryAdolescentTeletherapyCard .annotation,.root-web-sdk #containerForm .home .myStrengthHomeCardSecondaryRecommendation .annotation,.root-web-sdk #containerForm .home .myStrengthHomeCardSecondaryTeletherapyCard .annotation,.root-web-sdk #containerForm .home .myStrengthHomeCardSleepDiary .annotation,.root-web-sdk #containerForm .home .myStrengthHomeCardTertiaryAdolescentTeletherapyCard .annotation,.root-web-sdk #containerForm .home .myStrengthHomeCardTertiaryRecommendation .annotation,.root-web-sdk #containerForm .home .myStrengthHomeCardTertiaryTeletherapyCard .annotation,.root-web-sdk #containerForm .home .myStrengthHomeEmotionalTrackingTile .annotation,.root-web-sdk #containerForm .home .myStrengthTakeAMomentCard .annotation{--text-opacity:1;color:#33819a;color:rgba(51, 129, 154, var(--text-opacity));font-size:1.125rem;font-family:Effra,Arial,sans-serif;font-weight:700;line-height:1.5rem;margin-bottom:.5rem}.root-web-sdk #containerForm .home .MyStrengthCoachCard .corner_image,.root-web-sdk #containerForm .home .myStrengthHomeCardAssessment .corner_image,.root-web-sdk #containerForm .home .myStrengthHomeCardFavoritesCards .myStrengthHomeCardFavorite0 .corner_image,.root-web-sdk #containerForm .home .myStrengthHomeCardFavoritesCards .myStrengthHomeCardFavorite1 .corner_image,.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryAdolescentTeletherapyCard .corner_image,.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryRecommendation .corner_image,.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryTeletherapyCard .corner_image,.root-web-sdk #containerForm .home .myStrengthHomeCardSecondaryAdolescentTeletherapyCard .corner_image,.root-web-sdk #containerForm .home .myStrengthHomeCardSecondaryRecommendation .corner_image,.root-web-sdk #containerForm .home .myStrengthHomeCardSecondaryTeletherapyCard .corner_image,.root-web-sdk #containerForm .home .myStrengthHomeCardSleepDiary .corner_image,.root-web-sdk #containerForm .home .myStrengthHomeCardTertiaryAdolescentTeletherapyCard .corner_image,.root-web-sdk #containerForm .home .myStrengthHomeCardTertiaryRecommendation .corner_image,.root-web-sdk #containerForm .home .myStrengthHomeCardTertiaryTeletherapyCard .corner_image,.root-web-sdk #containerForm .home .myStrengthHomeEmotionalTrackingTile .corner_image,.root-web-sdk #containerForm .home .myStrengthTakeAMomentCard .corner_image{position:absolute}@media (max-width: 475px){.root-web-sdk #containerForm .home .MyStrengthCoachCard .corner_image,.root-web-sdk #containerForm .home .myStrengthHomeCardAssessment .corner_image,.root-web-sdk #containerForm .home .myStrengthHomeCardFavoritesCards .myStrengthHomeCardFavorite0 .corner_image,.root-web-sdk #containerForm .home .myStrengthHomeCardFavoritesCards .myStrengthHomeCardFavorite1 .corner_image,.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryAdolescentTeletherapyCard .corner_image,.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryRecommendation .corner_image,.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryTeletherapyCard .corner_image,.root-web-sdk #containerForm .home .myStrengthHomeCardSecondaryAdolescentTeletherapyCard .corner_image,.root-web-sdk #containerForm .home .myStrengthHomeCardSecondaryRecommendation .corner_image,.root-web-sdk #containerForm .home .myStrengthHomeCardSecondaryTeletherapyCard .corner_image,.root-web-sdk #containerForm .home .myStrengthHomeCardSleepDiary .corner_image,.root-web-sdk #containerForm .home .myStrengthHomeCardTertiaryAdolescentTeletherapyCard .corner_image,.root-web-sdk #containerForm .home .myStrengthHomeCardTertiaryRecommendation .corner_image,.root-web-sdk #containerForm .home .myStrengthHomeCardTertiaryTeletherapyCard .corner_image,.root-web-sdk #containerForm .home .myStrengthHomeEmotionalTrackingTile .corner_image,.root-web-sdk #containerForm .home .myStrengthTakeAMomentCard .corner_image{top:-.438rem;right:-1.25rem;width:-moz-max-content;width:max-content}.root-web-sdk #containerForm .home .MyStrengthCoachCard .corner_image .ic_tdh_mys_head,.root-web-sdk #containerForm .home .MyStrengthCoachCard .corner_image .ic_tdh_myS_sleep_bedtime,.root-web-sdk #containerForm .home .MyStrengthCoachCard .corner_image .image-wrapper-web-sdk .image-container-web-sdk .corner_header_image,.root-web-sdk #containerForm .home .myStrengthHomeCardAssessment .corner_image .ic_tdh_mys_head,.root-web-sdk #containerForm .home .myStrengthHomeCardAssessment .corner_image .ic_tdh_myS_sleep_bedtime,.root-web-sdk #containerForm .home .myStrengthHomeCardAssessment .corner_image .image-wrapper-web-sdk .image-container-web-sdk .corner_header_image,.root-web-sdk #containerForm .home .myStrengthHomeCardFavoritesCards .myStrengthHomeCardFavorite0 .corner_image .ic_tdh_mys_head,.root-web-sdk #containerForm .home .myStrengthHomeCardFavoritesCards .myStrengthHomeCardFavorite0 .corner_image .ic_tdh_myS_sleep_bedtime,.root-web-sdk #containerForm .home .myStrengthHomeCardFavoritesCards .myStrengthHomeCardFavorite0 .corner_image .image-wrapper-web-sdk .image-container-web-sdk .corner_header_image,.root-web-sdk #containerForm .home .myStrengthHomeCardFavoritesCards .myStrengthHomeCardFavorite1 .corner_image .ic_tdh_mys_head,.root-web-sdk #containerForm .home .myStrengthHomeCardFavoritesCards .myStrengthHomeCardFavorite1 .corner_image .ic_tdh_myS_sleep_bedtime,.root-web-sdk #containerForm .home .myStrengthHomeCardFavoritesCards .myStrengthHomeCardFavorite1 .corner_image .image-wrapper-web-sdk .image-container-web-sdk .corner_header_image,.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryAdolescentTeletherapyCard .corner_image .ic_tdh_mys_head,.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryAdolescentTeletherapyCard .corner_image .ic_tdh_myS_sleep_bedtime,.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryAdolescentTeletherapyCard .corner_image .image-wrapper-web-sdk .image-container-web-sdk .corner_header_image,.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryRecommendation .corner_image .ic_tdh_mys_head,.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryRecommendation .corner_image .ic_tdh_myS_sleep_bedtime,.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryRecommendation .corner_image .image-wrapper-web-sdk .image-container-web-sdk .corner_header_image,.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryTeletherapyCard .corner_image .ic_tdh_mys_head,.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryTeletherapyCard .corner_image .ic_tdh_myS_sleep_bedtime,.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryTeletherapyCard .corner_image .image-wrapper-web-sdk .image-container-web-sdk .corner_header_image,.root-web-sdk #containerForm .home .myStrengthHomeCardSecondaryAdolescentTeletherapyCard .corner_image .ic_tdh_mys_head,.root-web-sdk #containerForm .home .myStrengthHomeCardSecondaryAdolescentTeletherapyCard .corner_image .ic_tdh_myS_sleep_bedtime,.root-web-sdk #containerForm .home .myStrengthHomeCardSecondaryAdolescentTeletherapyCard .corner_image .image-wrapper-web-sdk .image-container-web-sdk .corner_header_image,.root-web-sdk #containerForm .home .myStrengthHomeCardSecondaryRecommendation .corner_image .ic_tdh_mys_head,.root-web-sdk #containerForm .home .myStrengthHomeCardSecondaryRecommendation .corner_image .ic_tdh_myS_sleep_bedtime,.root-web-sdk #containerForm .home .myStrengthHomeCardSecondaryRecommendation .corner_image .image-wrapper-web-sdk .image-container-web-sdk .corner_header_image,.root-web-sdk #containerForm .home .myStrengthHomeCardSecondaryTeletherapyCard .corner_image .ic_tdh_mys_head,.root-web-sdk #containerForm .home .myStrengthHomeCardSecondaryTeletherapyCard .corner_image .ic_tdh_myS_sleep_bedtime,.root-web-sdk #containerForm .home .myStrengthHomeCardSecondaryTeletherapyCard .corner_image .image-wrapper-web-sdk .image-container-web-sdk .corner_header_image,.root-web-sdk #containerForm .home .myStrengthHomeCardSleepDiary .corner_image .ic_tdh_mys_head,.root-web-sdk #containerForm .home .myStrengthHomeCardSleepDiary .corner_image .ic_tdh_myS_sleep_bedtime,.root-web-sdk #containerForm .home .myStrengthHomeCardSleepDiary .corner_image .image-wrapper-web-sdk .image-container-web-sdk .corner_header_image,.root-web-sdk #containerForm .home .myStrengthHomeCardTertiaryAdolescentTeletherapyCard .corner_image .ic_tdh_mys_head,.root-web-sdk #containerForm .home .myStrengthHomeCardTertiaryAdolescentTeletherapyCard .corner_image .ic_tdh_myS_sleep_bedtime,.root-web-sdk #containerForm .home .myStrengthHomeCardTertiaryAdolescentTeletherapyCard .corner_image .image-wrapper-web-sdk .image-container-web-sdk .corner_header_image,.root-web-sdk #containerForm .home .myStrengthHomeCardTertiaryRecommendation .corner_image .ic_tdh_mys_head,.root-web-sdk #containerForm .home .myStrengthHomeCardTertiaryRecommendation .corner_image .ic_tdh_myS_sleep_bedtime,.root-web-sdk #containerForm .home .myStrengthHomeCardTertiaryRecommendation .corner_image .image-wrapper-web-sdk .image-container-web-sdk .corner_header_image,.root-web-sdk #containerForm .home .myStrengthHomeCardTertiaryTeletherapyCard .corner_image .ic_tdh_mys_head,.root-web-sdk #containerForm .home .myStrengthHomeCardTertiaryTeletherapyCard .corner_image .ic_tdh_myS_sleep_bedtime,.root-web-sdk #containerForm .home .myStrengthHomeCardTertiaryTeletherapyCard .corner_image .image-wrapper-web-sdk .image-container-web-sdk .corner_header_image,.root-web-sdk #containerForm .home .myStrengthHomeEmotionalTrackingTile .corner_image .ic_tdh_mys_head,.root-web-sdk #containerForm .home .myStrengthHomeEmotionalTrackingTile .corner_image .ic_tdh_myS_sleep_bedtime,.root-web-sdk #containerForm .home .myStrengthHomeEmotionalTrackingTile .corner_image .image-wrapper-web-sdk .image-container-web-sdk .corner_header_image,.root-web-sdk #containerForm .home .myStrengthTakeAMomentCard .corner_image .ic_tdh_mys_head,.root-web-sdk #containerForm .home .myStrengthTakeAMomentCard .corner_image .ic_tdh_myS_sleep_bedtime,.root-web-sdk #containerForm .home .myStrengthTakeAMomentCard .corner_image .image-wrapper-web-sdk .image-container-web-sdk .corner_header_image{width:4.5rem;height:4.5rem;border-radius:9999px;background-position:50%;background-repeat:no-repeat}.root-web-sdk #containerForm .home .MyStrengthCoachCard .corner_image .ic_tdh_myS_sleep_bedtime,.root-web-sdk #containerForm .home .MyStrengthCoachCard .corner_image .image-wrapper-web-sdk .image-container-web-sdk .corner_header_image,.root-web-sdk #containerForm .home .myStrengthHomeCardAssessment .corner_image .ic_tdh_myS_sleep_bedtime,.root-web-sdk #containerForm .home .myStrengthHomeCardAssessment .corner_image .image-wrapper-web-sdk .image-container-web-sdk .corner_header_image,.root-web-sdk #containerForm .home .myStrengthHomeCardFavoritesCards .myStrengthHomeCardFavorite0 .corner_image .ic_tdh_myS_sleep_bedtime,.root-web-sdk #containerForm .home .myStrengthHomeCardFavoritesCards .myStrengthHomeCardFavorite0 .corner_image .image-wrapper-web-sdk .image-container-web-sdk .corner_header_image,.root-web-sdk #containerForm .home .myStrengthHomeCardFavoritesCards .myStrengthHomeCardFavorite1 .corner_image .ic_tdh_myS_sleep_bedtime,.root-web-sdk #containerForm .home .myStrengthHomeCardFavoritesCards .myStrengthHomeCardFavorite1 .corner_image .image-wrapper-web-sdk .image-container-web-sdk .corner_header_image,.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryAdolescentTeletherapyCard .corner_image .ic_tdh_myS_sleep_bedtime,.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryAdolescentTeletherapyCard .corner_image .image-wrapper-web-sdk .image-container-web-sdk .corner_header_image,.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryRecommendation .corner_image .ic_tdh_myS_sleep_bedtime,.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryRecommendation .corner_image .image-wrapper-web-sdk .image-container-web-sdk .corner_header_image,.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryTeletherapyCard .corner_image .ic_tdh_myS_sleep_bedtime,.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryTeletherapyCard .corner_image .image-wrapper-web-sdk .image-container-web-sdk .corner_header_image,.root-web-sdk #containerForm .home .myStrengthHomeCardSecondaryAdolescentTeletherapyCard .corner_image .ic_tdh_myS_sleep_bedtime,.root-web-sdk #containerForm .home .myStrengthHomeCardSecondaryAdolescentTeletherapyCard .corner_image .image-wrapper-web-sdk .image-container-web-sdk .corner_header_image,.root-web-sdk #containerForm .home .myStrengthHomeCardSecondaryRecommendation .corner_image .ic_tdh_myS_sleep_bedtime,.root-web-sdk #containerForm .home .myStrengthHomeCardSecondaryRecommendation .corner_image .image-wrapper-web-sdk .image-container-web-sdk .corner_header_image,.root-web-sdk #containerForm .home .myStrengthHomeCardSecondaryTeletherapyCard .corner_image .ic_tdh_myS_sleep_bedtime,.root-web-sdk #containerForm .home .myStrengthHomeCardSecondaryTeletherapyCard .corner_image .image-wrapper-web-sdk .image-container-web-sdk .corner_header_image,.root-web-sdk #containerForm .home .myStrengthHomeCardSleepDiary .corner_image .ic_tdh_myS_sleep_bedtime,.root-web-sdk #containerForm .home .myStrengthHomeCardSleepDiary .corner_image .image-wrapper-web-sdk .image-container-web-sdk .corner_header_image,.root-web-sdk #containerForm .home .myStrengthHomeCardTertiaryAdolescentTeletherapyCard .corner_image .ic_tdh_myS_sleep_bedtime,.root-web-sdk #containerForm .home .myStrengthHomeCardTertiaryAdolescentTeletherapyCard .corner_image .image-wrapper-web-sdk .image-container-web-sdk .corner_header_image,.root-web-sdk #containerForm .home .myStrengthHomeCardTertiaryRecommendation .corner_image .ic_tdh_myS_sleep_bedtime,.root-web-sdk #containerForm .home .myStrengthHomeCardTertiaryRecommendation .corner_image .image-wrapper-web-sdk .image-container-web-sdk .corner_header_image,.root-web-sdk #containerForm .home .myStrengthHomeCardTertiaryTeletherapyCard .corner_image .ic_tdh_myS_sleep_bedtime,.root-web-sdk #containerForm .home .myStrengthHomeCardTertiaryTeletherapyCard .corner_image .image-wrapper-web-sdk .image-container-web-sdk .corner_header_image,.root-web-sdk #containerForm .home .myStrengthHomeEmotionalTrackingTile .corner_image .ic_tdh_myS_sleep_bedtime,.root-web-sdk #containerForm .home .myStrengthHomeEmotionalTrackingTile .corner_image .image-wrapper-web-sdk .image-container-web-sdk .corner_header_image,.root-web-sdk #containerForm .home .myStrengthTakeAMomentCard .corner_image .ic_tdh_myS_sleep_bedtime,.root-web-sdk #containerForm .home .myStrengthTakeAMomentCard .corner_image .image-wrapper-web-sdk .image-container-web-sdk .corner_header_image{background-size:1.5rem 1.313rem}.root-web-sdk #containerForm .home .MyStrengthCoachCard .corner_image .ic_tdh_myS_sleep_bedtime,.root-web-sdk #containerForm .home .myStrengthHomeCardAssessment .corner_image .ic_tdh_myS_sleep_bedtime,.root-web-sdk #containerForm .home .myStrengthHomeCardFavoritesCards .myStrengthHomeCardFavorite0 .corner_image .ic_tdh_myS_sleep_bedtime,.root-web-sdk #containerForm .home .myStrengthHomeCardFavoritesCards .myStrengthHomeCardFavorite1 .corner_image .ic_tdh_myS_sleep_bedtime,.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryAdolescentTeletherapyCard .corner_image .ic_tdh_myS_sleep_bedtime,.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryRecommendation .corner_image .ic_tdh_myS_sleep_bedtime,.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryTeletherapyCard .corner_image .ic_tdh_myS_sleep_bedtime,.root-web-sdk #containerForm .home .myStrengthHomeCardSecondaryAdolescentTeletherapyCard .corner_image .ic_tdh_myS_sleep_bedtime,.root-web-sdk #containerForm .home .myStrengthHomeCardSecondaryRecommendation .corner_image .ic_tdh_myS_sleep_bedtime,.root-web-sdk #containerForm .home .myStrengthHomeCardSecondaryTeletherapyCard .corner_image .ic_tdh_myS_sleep_bedtime,.root-web-sdk #containerForm .home .myStrengthHomeCardSleepDiary .corner_image .ic_tdh_myS_sleep_bedtime,.root-web-sdk #containerForm .home .myStrengthHomeCardTertiaryAdolescentTeletherapyCard .corner_image .ic_tdh_myS_sleep_bedtime,.root-web-sdk #containerForm .home .myStrengthHomeCardTertiaryRecommendation .corner_image .ic_tdh_myS_sleep_bedtime,.root-web-sdk #containerForm .home .myStrengthHomeCardTertiaryTeletherapyCard .corner_image .ic_tdh_myS_sleep_bedtime,.root-web-sdk #containerForm .home .myStrengthHomeEmotionalTrackingTile .corner_image .ic_tdh_myS_sleep_bedtime,.root-web-sdk #containerForm .home .myStrengthTakeAMomentCard .corner_image .ic_tdh_myS_sleep_bedtime{background-image:url(https://assets.livongo.com/image/upload/v1713277845/web-sdk/icons/ic_tdh_myS_sleep_bedtime_light_blue.svg);--bg-opacity:1;background-color:#0067a9;background-color:rgba(0, 103, 169, var(--bg-opacity))}.root-web-sdk #containerForm .home .MyStrengthCoachCard .corner_image .ic_tdh_mys_head,.root-web-sdk #containerForm .home .myStrengthHomeCardAssessment .corner_image .ic_tdh_mys_head,.root-web-sdk #containerForm .home .myStrengthHomeCardFavoritesCards .myStrengthHomeCardFavorite0 .corner_image .ic_tdh_mys_head,.root-web-sdk #containerForm .home .myStrengthHomeCardFavoritesCards .myStrengthHomeCardFavorite1 .corner_image .ic_tdh_mys_head,.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryAdolescentTeletherapyCard .corner_image .ic_tdh_mys_head,.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryRecommendation .corner_image .ic_tdh_mys_head,.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryTeletherapyCard .corner_image .ic_tdh_mys_head,.root-web-sdk #containerForm .home .myStrengthHomeCardSecondaryAdolescentTeletherapyCard .corner_image .ic_tdh_mys_head,.root-web-sdk #containerForm .home .myStrengthHomeCardSecondaryRecommendation .corner_image .ic_tdh_mys_head,.root-web-sdk #containerForm .home .myStrengthHomeCardSecondaryTeletherapyCard .corner_image .ic_tdh_mys_head,.root-web-sdk #containerForm .home .myStrengthHomeCardSleepDiary .corner_image .ic_tdh_mys_head,.root-web-sdk #containerForm .home .myStrengthHomeCardTertiaryAdolescentTeletherapyCard .corner_image .ic_tdh_mys_head,.root-web-sdk #containerForm .home .myStrengthHomeCardTertiaryRecommendation .corner_image .ic_tdh_mys_head,.root-web-sdk #containerForm .home .myStrengthHomeCardTertiaryTeletherapyCard .corner_image .ic_tdh_mys_head,.root-web-sdk #containerForm .home .myStrengthHomeEmotionalTrackingTile .corner_image .ic_tdh_mys_head,.root-web-sdk #containerForm .home .myStrengthTakeAMomentCard .corner_image .ic_tdh_mys_head{background-image:url(https://assets.livongo.com/image/upload/v1713277707/web-sdk/icons/ic_tdh_mys_head_min.svg);--bg-opacity:1;background-color:#f8f5ff;background-color:rgba(248, 245, 255, var(--bg-opacity));background-size:1.5rem 1.5rem}}@media (min-width: 475px){.root-web-sdk #containerForm .home .MyStrengthCoachCard .corner_image,.root-web-sdk #containerForm .home .myStrengthHomeCardAssessment .corner_image,.root-web-sdk #containerForm .home .myStrengthHomeCardFavoritesCards .myStrengthHomeCardFavorite0 .corner_image,.root-web-sdk #containerForm .home .myStrengthHomeCardFavoritesCards .myStrengthHomeCardFavorite1 .corner_image,.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryAdolescentTeletherapyCard .corner_image,.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryRecommendation .corner_image,.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryTeletherapyCard .corner_image,.root-web-sdk #containerForm .home .myStrengthHomeCardSecondaryAdolescentTeletherapyCard .corner_image,.root-web-sdk #containerForm .home .myStrengthHomeCardSecondaryRecommendation .corner_image,.root-web-sdk #containerForm .home .myStrengthHomeCardSecondaryTeletherapyCard .corner_image,.root-web-sdk #containerForm .home .myStrengthHomeCardSleepDiary .corner_image,.root-web-sdk #containerForm .home .myStrengthHomeCardTertiaryAdolescentTeletherapyCard .corner_image,.root-web-sdk #containerForm .home .myStrengthHomeCardTertiaryRecommendation .corner_image,.root-web-sdk #containerForm .home .myStrengthHomeCardTertiaryTeletherapyCard .corner_image,.root-web-sdk #containerForm .home .myStrengthHomeEmotionalTrackingTile .corner_image,.root-web-sdk #containerForm .home .myStrengthTakeAMomentCard .corner_image{top:-.875rem;right:-1.5rem;width:-moz-max-content;width:max-content}.root-web-sdk #containerForm .home .MyStrengthCoachCard .corner_image .ic_tdh_mys_head,.root-web-sdk #containerForm .home .MyStrengthCoachCard .corner_image .ic_tdh_myS_sleep_bedtime,.root-web-sdk #containerForm .home .MyStrengthCoachCard .corner_image .image-wrapper-web-sdk .image-container-web-sdk .corner_header_image,.root-web-sdk #containerForm .home .myStrengthHomeCardAssessment .corner_image .ic_tdh_mys_head,.root-web-sdk #containerForm .home .myStrengthHomeCardAssessment .corner_image .ic_tdh_myS_sleep_bedtime,.root-web-sdk #containerForm .home .myStrengthHomeCardAssessment .corner_image .image-wrapper-web-sdk .image-container-web-sdk .corner_header_image,.root-web-sdk #containerForm .home .myStrengthHomeCardFavoritesCards .myStrengthHomeCardFavorite0 .corner_image .ic_tdh_mys_head,.root-web-sdk #containerForm .home .myStrengthHomeCardFavoritesCards .myStrengthHomeCardFavorite0 .corner_image .ic_tdh_myS_sleep_bedtime,.root-web-sdk #containerForm .home .myStrengthHomeCardFavoritesCards .myStrengthHomeCardFavorite0 .corner_image .image-wrapper-web-sdk .image-container-web-sdk .corner_header_image,.root-web-sdk #containerForm .home .myStrengthHomeCardFavoritesCards .myStrengthHomeCardFavorite1 .corner_image .ic_tdh_mys_head,.root-web-sdk #containerForm .home .myStrengthHomeCardFavoritesCards .myStrengthHomeCardFavorite1 .corner_image .ic_tdh_myS_sleep_bedtime,.root-web-sdk #containerForm .home .myStrengthHomeCardFavoritesCards .myStrengthHomeCardFavorite1 .corner_image .image-wrapper-web-sdk .image-container-web-sdk .corner_header_image,.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryAdolescentTeletherapyCard .corner_image .ic_tdh_mys_head,.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryAdolescentTeletherapyCard .corner_image .ic_tdh_myS_sleep_bedtime,.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryAdolescentTeletherapyCard .corner_image .image-wrapper-web-sdk .image-container-web-sdk .corner_header_image,.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryRecommendation .corner_image .ic_tdh_mys_head,.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryRecommendation .corner_image .ic_tdh_myS_sleep_bedtime,.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryRecommendation .corner_image .image-wrapper-web-sdk .image-container-web-sdk .corner_header_image,.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryTeletherapyCard .corner_image .ic_tdh_mys_head,.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryTeletherapyCard .corner_image .ic_tdh_myS_sleep_bedtime,.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryTeletherapyCard .corner_image .image-wrapper-web-sdk .image-container-web-sdk .corner_header_image,.root-web-sdk #containerForm .home .myStrengthHomeCardSecondaryAdolescentTeletherapyCard .corner_image .ic_tdh_mys_head,.root-web-sdk #containerForm .home .myStrengthHomeCardSecondaryAdolescentTeletherapyCard .corner_image .ic_tdh_myS_sleep_bedtime,.root-web-sdk #containerForm .home .myStrengthHomeCardSecondaryAdolescentTeletherapyCard .corner_image .image-wrapper-web-sdk .image-container-web-sdk .corner_header_image,.root-web-sdk #containerForm .home .myStrengthHomeCardSecondaryRecommendation .corner_image .ic_tdh_mys_head,.root-web-sdk #containerForm .home .myStrengthHomeCardSecondaryRecommendation .corner_image .ic_tdh_myS_sleep_bedtime,.root-web-sdk #containerForm .home .myStrengthHomeCardSecondaryRecommendation .corner_image .image-wrapper-web-sdk .image-container-web-sdk .corner_header_image,.root-web-sdk #containerForm .home .myStrengthHomeCardSecondaryTeletherapyCard .corner_image .ic_tdh_mys_head,.root-web-sdk #containerForm .home .myStrengthHomeCardSecondaryTeletherapyCard .corner_image .ic_tdh_myS_sleep_bedtime,.root-web-sdk #containerForm .home .myStrengthHomeCardSecondaryTeletherapyCard .corner_image .image-wrapper-web-sdk .image-container-web-sdk .corner_header_image,.root-web-sdk #containerForm .home .myStrengthHomeCardSleepDiary .corner_image .ic_tdh_mys_head,.root-web-sdk #containerForm .home .myStrengthHomeCardSleepDiary .corner_image .ic_tdh_myS_sleep_bedtime,.root-web-sdk #containerForm .home .myStrengthHomeCardSleepDiary .corner_image .image-wrapper-web-sdk .image-container-web-sdk .corner_header_image,.root-web-sdk #containerForm .home .myStrengthHomeCardTertiaryAdolescentTeletherapyCard .corner_image .ic_tdh_mys_head,.root-web-sdk #containerForm .home .myStrengthHomeCardTertiaryAdolescentTeletherapyCard .corner_image .ic_tdh_myS_sleep_bedtime,.root-web-sdk #containerForm .home .myStrengthHomeCardTertiaryAdolescentTeletherapyCard .corner_image .image-wrapper-web-sdk .image-container-web-sdk .corner_header_image,.root-web-sdk #containerForm .home .myStrengthHomeCardTertiaryRecommendation .corner_image .ic_tdh_mys_head,.root-web-sdk #containerForm .home .myStrengthHomeCardTertiaryRecommendation .corner_image .ic_tdh_myS_sleep_bedtime,.root-web-sdk #containerForm .home .myStrengthHomeCardTertiaryRecommendation .corner_image .image-wrapper-web-sdk .image-container-web-sdk .corner_header_image,.root-web-sdk #containerForm .home .myStrengthHomeCardTertiaryTeletherapyCard .corner_image .ic_tdh_mys_head,.root-web-sdk #containerForm .home .myStrengthHomeCardTertiaryTeletherapyCard .corner_image .ic_tdh_myS_sleep_bedtime,.root-web-sdk #containerForm .home .myStrengthHomeCardTertiaryTeletherapyCard .corner_image .image-wrapper-web-sdk .image-container-web-sdk .corner_header_image,.root-web-sdk #containerForm .home .myStrengthHomeEmotionalTrackingTile .corner_image .ic_tdh_mys_head,.root-web-sdk #containerForm .home .myStrengthHomeEmotionalTrackingTile .corner_image .ic_tdh_myS_sleep_bedtime,.root-web-sdk #containerForm .home .myStrengthHomeEmotionalTrackingTile .corner_image .image-wrapper-web-sdk .image-container-web-sdk .corner_header_image,.root-web-sdk #containerForm .home .myStrengthTakeAMomentCard .corner_image .ic_tdh_mys_head,.root-web-sdk #containerForm .home .myStrengthTakeAMomentCard .corner_image .ic_tdh_myS_sleep_bedtime,.root-web-sdk #containerForm .home .myStrengthTakeAMomentCard .corner_image .image-wrapper-web-sdk .image-container-web-sdk .corner_header_image{height:6.5rem;width:6.75rem;border-radius:9999px;background-position:50%;background-repeat:no-repeat}.root-web-sdk #containerForm .home .MyStrengthCoachCard .corner_image .ic_tdh_myS_sleep_bedtime,.root-web-sdk #containerForm .home .MyStrengthCoachCard .corner_image .image-wrapper-web-sdk .image-container-web-sdk .corner_header_image,.root-web-sdk #containerForm .home .myStrengthHomeCardAssessment .corner_image .ic_tdh_myS_sleep_bedtime,.root-web-sdk #containerForm .home .myStrengthHomeCardAssessment .corner_image .image-wrapper-web-sdk .image-container-web-sdk .corner_header_image,.root-web-sdk #containerForm .home .myStrengthHomeCardFavoritesCards .myStrengthHomeCardFavorite0 .corner_image .ic_tdh_myS_sleep_bedtime,.root-web-sdk #containerForm .home .myStrengthHomeCardFavoritesCards .myStrengthHomeCardFavorite0 .corner_image .image-wrapper-web-sdk .image-container-web-sdk .corner_header_image,.root-web-sdk #containerForm .home .myStrengthHomeCardFavoritesCards .myStrengthHomeCardFavorite1 .corner_image .ic_tdh_myS_sleep_bedtime,.root-web-sdk #containerForm .home .myStrengthHomeCardFavoritesCards .myStrengthHomeCardFavorite1 .corner_image .image-wrapper-web-sdk .image-container-web-sdk .corner_header_image,.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryAdolescentTeletherapyCard .corner_image .ic_tdh_myS_sleep_bedtime,.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryAdolescentTeletherapyCard .corner_image .image-wrapper-web-sdk .image-container-web-sdk .corner_header_image,.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryRecommendation .corner_image .ic_tdh_myS_sleep_bedtime,.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryRecommendation .corner_image .image-wrapper-web-sdk .image-container-web-sdk .corner_header_image,.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryTeletherapyCard .corner_image .ic_tdh_myS_sleep_bedtime,.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryTeletherapyCard .corner_image .image-wrapper-web-sdk .image-container-web-sdk .corner_header_image,.root-web-sdk #containerForm .home .myStrengthHomeCardSecondaryAdolescentTeletherapyCard .corner_image .ic_tdh_myS_sleep_bedtime,.root-web-sdk #containerForm .home .myStrengthHomeCardSecondaryAdolescentTeletherapyCard .corner_image .image-wrapper-web-sdk .image-container-web-sdk .corner_header_image,.root-web-sdk #containerForm .home .myStrengthHomeCardSecondaryRecommendation .corner_image .ic_tdh_myS_sleep_bedtime,.root-web-sdk #containerForm .home .myStrengthHomeCardSecondaryRecommendation .corner_image .image-wrapper-web-sdk .image-container-web-sdk .corner_header_image,.root-web-sdk #containerForm .home .myStrengthHomeCardSecondaryTeletherapyCard .corner_image .ic_tdh_myS_sleep_bedtime,.root-web-sdk #containerForm .home .myStrengthHomeCardSecondaryTeletherapyCard .corner_image .image-wrapper-web-sdk .image-container-web-sdk .corner_header_image,.root-web-sdk #containerForm .home .myStrengthHomeCardSleepDiary .corner_image .ic_tdh_myS_sleep_bedtime,.root-web-sdk #containerForm .home .myStrengthHomeCardSleepDiary .corner_image .image-wrapper-web-sdk .image-container-web-sdk .corner_header_image,.root-web-sdk #containerForm .home .myStrengthHomeCardTertiaryAdolescentTeletherapyCard .corner_image .ic_tdh_myS_sleep_bedtime,.root-web-sdk #containerForm .home .myStrengthHomeCardTertiaryAdolescentTeletherapyCard .corner_image .image-wrapper-web-sdk .image-container-web-sdk .corner_header_image,.root-web-sdk #containerForm .home .myStrengthHomeCardTertiaryRecommendation .corner_image .ic_tdh_myS_sleep_bedtime,.root-web-sdk #containerForm .home .myStrengthHomeCardTertiaryRecommendation .corner_image .image-wrapper-web-sdk .image-container-web-sdk .corner_header_image,.root-web-sdk #containerForm .home .myStrengthHomeCardTertiaryTeletherapyCard .corner_image .ic_tdh_myS_sleep_bedtime,.root-web-sdk #containerForm .home .myStrengthHomeCardTertiaryTeletherapyCard .corner_image .image-wrapper-web-sdk .image-container-web-sdk .corner_header_image,.root-web-sdk #containerForm .home .myStrengthHomeEmotionalTrackingTile .corner_image .ic_tdh_myS_sleep_bedtime,.root-web-sdk #containerForm .home .myStrengthHomeEmotionalTrackingTile .corner_image .image-wrapper-web-sdk .image-container-web-sdk .corner_header_image,.root-web-sdk #containerForm .home .myStrengthTakeAMomentCard .corner_image .ic_tdh_myS_sleep_bedtime,.root-web-sdk #containerForm .home .myStrengthTakeAMomentCard .corner_image .image-wrapper-web-sdk .image-container-web-sdk .corner_header_image{background-size:2rem 1.75rem}.root-web-sdk #containerForm .home .MyStrengthCoachCard .corner_image .ic_tdh_myS_sleep_bedtime,.root-web-sdk #containerForm .home .myStrengthHomeCardAssessment .corner_image .ic_tdh_myS_sleep_bedtime,.root-web-sdk #containerForm .home .myStrengthHomeCardFavoritesCards .myStrengthHomeCardFavorite0 .corner_image .ic_tdh_myS_sleep_bedtime,.root-web-sdk #containerForm .home .myStrengthHomeCardFavoritesCards .myStrengthHomeCardFavorite1 .corner_image .ic_tdh_myS_sleep_bedtime,.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryAdolescentTeletherapyCard .corner_image .ic_tdh_myS_sleep_bedtime,.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryRecommendation .corner_image .ic_tdh_myS_sleep_bedtime,.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryTeletherapyCard .corner_image .ic_tdh_myS_sleep_bedtime,.root-web-sdk #containerForm .home .myStrengthHomeCardSecondaryAdolescentTeletherapyCard .corner_image .ic_tdh_myS_sleep_bedtime,.root-web-sdk #containerForm .home .myStrengthHomeCardSecondaryRecommendation .corner_image .ic_tdh_myS_sleep_bedtime,.root-web-sdk #containerForm .home .myStrengthHomeCardSecondaryTeletherapyCard .corner_image .ic_tdh_myS_sleep_bedtime,.root-web-sdk #containerForm .home .myStrengthHomeCardSleepDiary .corner_image .ic_tdh_myS_sleep_bedtime,.root-web-sdk #containerForm .home .myStrengthHomeCardTertiaryAdolescentTeletherapyCard .corner_image .ic_tdh_myS_sleep_bedtime,.root-web-sdk #containerForm .home .myStrengthHomeCardTertiaryRecommendation .corner_image .ic_tdh_myS_sleep_bedtime,.root-web-sdk #containerForm .home .myStrengthHomeCardTertiaryTeletherapyCard .corner_image .ic_tdh_myS_sleep_bedtime,.root-web-sdk #containerForm .home .myStrengthHomeEmotionalTrackingTile .corner_image .ic_tdh_myS_sleep_bedtime,.root-web-sdk #containerForm .home .myStrengthTakeAMomentCard .corner_image .ic_tdh_myS_sleep_bedtime{background-image:url(https://assets.livongo.com/image/upload/v1713277845/web-sdk/icons/ic_tdh_myS_sleep_bedtime_light_blue.svg);--bg-opacity:1;background-color:#0067a9;background-color:rgba(0, 103, 169, var(--bg-opacity))}.root-web-sdk #containerForm .home .MyStrengthCoachCard .corner_image .ic_tdh_mys_head,.root-web-sdk #containerForm .home .myStrengthHomeCardAssessment .corner_image .ic_tdh_mys_head,.root-web-sdk #containerForm .home .myStrengthHomeCardFavoritesCards .myStrengthHomeCardFavorite0 .corner_image .ic_tdh_mys_head,.root-web-sdk #containerForm .home .myStrengthHomeCardFavoritesCards .myStrengthHomeCardFavorite1 .corner_image .ic_tdh_mys_head,.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryAdolescentTeletherapyCard .corner_image .ic_tdh_mys_head,.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryRecommendation .corner_image .ic_tdh_mys_head,.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryTeletherapyCard .corner_image .ic_tdh_mys_head,.root-web-sdk #containerForm .home .myStrengthHomeCardSecondaryAdolescentTeletherapyCard .corner_image .ic_tdh_mys_head,.root-web-sdk #containerForm .home .myStrengthHomeCardSecondaryRecommendation .corner_image .ic_tdh_mys_head,.root-web-sdk #containerForm .home .myStrengthHomeCardSecondaryTeletherapyCard .corner_image .ic_tdh_mys_head,.root-web-sdk #containerForm .home .myStrengthHomeCardSleepDiary .corner_image .ic_tdh_mys_head,.root-web-sdk #containerForm .home .myStrengthHomeCardTertiaryAdolescentTeletherapyCard .corner_image .ic_tdh_mys_head,.root-web-sdk #containerForm .home .myStrengthHomeCardTertiaryRecommendation .corner_image .ic_tdh_mys_head,.root-web-sdk #containerForm .home .myStrengthHomeCardTertiaryTeletherapyCard .corner_image .ic_tdh_mys_head,.root-web-sdk #containerForm .home .myStrengthHomeEmotionalTrackingTile .corner_image .ic_tdh_mys_head,.root-web-sdk #containerForm .home .myStrengthTakeAMomentCard .corner_image .ic_tdh_mys_head{background-image:url(https://assets.livongo.com/image/upload/v1713277707/web-sdk/icons/ic_tdh_mys_head_min.svg);--bg-opacity:1;background-color:#f8f5ff;background-color:rgba(248, 245, 255, var(--bg-opacity));background-size:2rem 2rem}}.root-web-sdk #containerForm .home .MyStrengthCoachCard .title,.root-web-sdk #containerForm .home .MyStrengthCoachCard h1.title-web-sdk,.root-web-sdk #containerForm .home .myStrengthHomeCardAssessment .title,.root-web-sdk #containerForm .home .myStrengthHomeCardAssessment h1.title-web-sdk,.root-web-sdk #containerForm .home .myStrengthHomeCardFavoritesCards .myStrengthHomeCardFavorite0 .title,.root-web-sdk #containerForm .home .myStrengthHomeCardFavoritesCards .myStrengthHomeCardFavorite0 h1.title-web-sdk,.root-web-sdk #containerForm .home .myStrengthHomeCardFavoritesCards .myStrengthHomeCardFavorite1 .title,.root-web-sdk #containerForm .home .myStrengthHomeCardFavoritesCards .myStrengthHomeCardFavorite1 h1.title-web-sdk,.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryAdolescentTeletherapyCard .title,.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryAdolescentTeletherapyCard h1.title-web-sdk,.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryRecommendation .title,.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryRecommendation h1.title-web-sdk,.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryTeletherapyCard .title,.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryTeletherapyCard h1.title-web-sdk,.root-web-sdk #containerForm .home .myStrengthHomeCardSecondaryAdolescentTeletherapyCard .title,.root-web-sdk #containerForm .home .myStrengthHomeCardSecondaryAdolescentTeletherapyCard h1.title-web-sdk,.root-web-sdk #containerForm .home .myStrengthHomeCardSecondaryRecommendation .title,.root-web-sdk #containerForm .home .myStrengthHomeCardSecondaryRecommendation h1.title-web-sdk,.root-web-sdk #containerForm .home .myStrengthHomeCardSecondaryTeletherapyCard .title,.root-web-sdk #containerForm .home .myStrengthHomeCardSecondaryTeletherapyCard h1.title-web-sdk,.root-web-sdk #containerForm .home .myStrengthHomeCardSleepDiary .title,.root-web-sdk #containerForm .home .myStrengthHomeCardSleepDiary h1.title-web-sdk,.root-web-sdk #containerForm .home .myStrengthHomeCardTertiaryAdolescentTeletherapyCard .title,.root-web-sdk #containerForm .home .myStrengthHomeCardTertiaryAdolescentTeletherapyCard h1.title-web-sdk,.root-web-sdk #containerForm .home .myStrengthHomeCardTertiaryRecommendation .title,.root-web-sdk #containerForm .home .myStrengthHomeCardTertiaryRecommendation h1.title-web-sdk,.root-web-sdk #containerForm .home .myStrengthHomeCardTertiaryTeletherapyCard .title,.root-web-sdk #containerForm .home .myStrengthHomeCardTertiaryTeletherapyCard h1.title-web-sdk,.root-web-sdk #containerForm .home .myStrengthHomeEmotionalTrackingTile .title,.root-web-sdk #containerForm .home .myStrengthHomeEmotionalTrackingTile h1.title-web-sdk,.root-web-sdk #containerForm .home .myStrengthTakeAMomentCard .title,.root-web-sdk #containerForm .home .myStrengthTakeAMomentCard h1.title-web-sdk{font-weight:700;font-size:1.375rem;margin-bottom:0;margin-right:3rem}@media (min-width: 475px){.root-web-sdk #containerForm .home .MyStrengthCoachCard .title,.root-web-sdk #containerForm .home .MyStrengthCoachCard h1.title-web-sdk,.root-web-sdk #containerForm .home .myStrengthHomeCardAssessment .title,.root-web-sdk #containerForm .home .myStrengthHomeCardAssessment h1.title-web-sdk,.root-web-sdk #containerForm .home .myStrengthHomeCardFavoritesCards .myStrengthHomeCardFavorite0 .title,.root-web-sdk #containerForm .home .myStrengthHomeCardFavoritesCards .myStrengthHomeCardFavorite0 h1.title-web-sdk,.root-web-sdk #containerForm .home .myStrengthHomeCardFavoritesCards .myStrengthHomeCardFavorite1 .title,.root-web-sdk #containerForm .home .myStrengthHomeCardFavoritesCards .myStrengthHomeCardFavorite1 h1.title-web-sdk,.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryAdolescentTeletherapyCard .title,.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryAdolescentTeletherapyCard h1.title-web-sdk,.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryRecommendation .title,.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryRecommendation h1.title-web-sdk,.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryTeletherapyCard .title,.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryTeletherapyCard h1.title-web-sdk,.root-web-sdk #containerForm .home .myStrengthHomeCardSecondaryAdolescentTeletherapyCard .title,.root-web-sdk #containerForm .home .myStrengthHomeCardSecondaryAdolescentTeletherapyCard h1.title-web-sdk,.root-web-sdk #containerForm .home .myStrengthHomeCardSecondaryRecommendation .title,.root-web-sdk #containerForm .home .myStrengthHomeCardSecondaryRecommendation h1.title-web-sdk,.root-web-sdk #containerForm .home .myStrengthHomeCardSecondaryTeletherapyCard .title,.root-web-sdk #containerForm .home .myStrengthHomeCardSecondaryTeletherapyCard h1.title-web-sdk,.root-web-sdk #containerForm .home .myStrengthHomeCardSleepDiary .title,.root-web-sdk #containerForm .home .myStrengthHomeCardSleepDiary h1.title-web-sdk,.root-web-sdk #containerForm .home .myStrengthHomeCardTertiaryAdolescentTeletherapyCard .title,.root-web-sdk #containerForm .home .myStrengthHomeCardTertiaryAdolescentTeletherapyCard h1.title-web-sdk,.root-web-sdk #containerForm .home .myStrengthHomeCardTertiaryRecommendation .title,.root-web-sdk #containerForm .home .myStrengthHomeCardTertiaryRecommendation h1.title-web-sdk,.root-web-sdk #containerForm .home .myStrengthHomeCardTertiaryTeletherapyCard .title,.root-web-sdk #containerForm .home .myStrengthHomeCardTertiaryTeletherapyCard h1.title-web-sdk,.root-web-sdk #containerForm .home .myStrengthHomeEmotionalTrackingTile .title,.root-web-sdk #containerForm .home .myStrengthHomeEmotionalTrackingTile h1.title-web-sdk,.root-web-sdk #containerForm .home .myStrengthTakeAMomentCard .title,.root-web-sdk #containerForm .home .myStrengthTakeAMomentCard h1.title-web-sdk{font-size:1.625rem;margin-right:5rem}}.root-web-sdk #containerForm .home .MyStrengthCoachCard .description,.root-web-sdk #containerForm .home .myStrengthHomeCardAssessment .description,.root-web-sdk #containerForm .home .myStrengthHomeCardFavoritesCards .myStrengthHomeCardFavorite0 .description,.root-web-sdk #containerForm .home .myStrengthHomeCardFavoritesCards .myStrengthHomeCardFavorite1 .description,.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryAdolescentTeletherapyCard .description,.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryRecommendation .description,.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryTeletherapyCard .description,.root-web-sdk #containerForm .home .myStrengthHomeCardSecondaryAdolescentTeletherapyCard .description,.root-web-sdk #containerForm .home .myStrengthHomeCardSecondaryRecommendation .description,.root-web-sdk #containerForm .home .myStrengthHomeCardSecondaryTeletherapyCard .description,.root-web-sdk #containerForm .home .myStrengthHomeCardSleepDiary .description,.root-web-sdk #containerForm .home .myStrengthHomeCardTertiaryAdolescentTeletherapyCard .description,.root-web-sdk #containerForm .home .myStrengthHomeCardTertiaryRecommendation .description,.root-web-sdk #containerForm .home .myStrengthHomeCardTertiaryTeletherapyCard .description,.root-web-sdk #containerForm .home .myStrengthHomeEmotionalTrackingTile .description,.root-web-sdk #containerForm .home .myStrengthTakeAMomentCard .description{margin:.25rem 3rem 1rem 0;font-size:1.125rem;line-height:1.5rem}@media (min-width: 475px){.root-web-sdk #containerForm .home .MyStrengthCoachCard .description,.root-web-sdk #containerForm .home .myStrengthHomeCardAssessment .description,.root-web-sdk #containerForm .home .myStrengthHomeCardFavoritesCards .myStrengthHomeCardFavorite0 .description,.root-web-sdk #containerForm .home .myStrengthHomeCardFavoritesCards .myStrengthHomeCardFavorite1 .description,.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryAdolescentTeletherapyCard .description,.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryRecommendation .description,.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryTeletherapyCard .description,.root-web-sdk #containerForm .home .myStrengthHomeCardSecondaryAdolescentTeletherapyCard .description,.root-web-sdk #containerForm .home .myStrengthHomeCardSecondaryRecommendation .description,.root-web-sdk #containerForm .home .myStrengthHomeCardSecondaryTeletherapyCard .description,.root-web-sdk #containerForm .home .myStrengthHomeCardSleepDiary .description,.root-web-sdk #containerForm .home .myStrengthHomeCardTertiaryAdolescentTeletherapyCard .description,.root-web-sdk #containerForm .home .myStrengthHomeCardTertiaryRecommendation .description,.root-web-sdk #containerForm .home .myStrengthHomeCardTertiaryTeletherapyCard .description,.root-web-sdk #containerForm .home .myStrengthHomeEmotionalTrackingTile .description,.root-web-sdk #containerForm .home .myStrengthTakeAMomentCard .description{margin-top:.5rem;margin-bottom:.5rem;margin-right:5rem;font-size:1.125rem;line-height:1.75rem}}.root-web-sdk #containerForm .home .MyStrengthCoachCard button.button-ctaButton[name=ctaButton],.root-web-sdk #containerForm .home .myStrengthHomeCardAssessment button.button-ctaButton[name=ctaButton],.root-web-sdk #containerForm .home .myStrengthHomeCardFavoritesCards .myStrengthHomeCardFavorite0 button.button-ctaButton[name=ctaButton],.root-web-sdk #containerForm .home .myStrengthHomeCardFavoritesCards .myStrengthHomeCardFavorite1 button.button-ctaButton[name=ctaButton],.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryAdolescentTeletherapyCard button.button-ctaButton[name=ctaButton],.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryRecommendation button.button-ctaButton[name=ctaButton],.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryTeletherapyCard button.button-ctaButton[name=ctaButton],.root-web-sdk #containerForm .home .myStrengthHomeCardSecondaryAdolescentTeletherapyCard button.button-ctaButton[name=ctaButton],.root-web-sdk #containerForm .home .myStrengthHomeCardSecondaryRecommendation button.button-ctaButton[name=ctaButton],.root-web-sdk #containerForm .home .myStrengthHomeCardSecondaryTeletherapyCard button.button-ctaButton[name=ctaButton],.root-web-sdk #containerForm .home .myStrengthHomeCardSleepDiary button.button-ctaButton[name=ctaButton],.root-web-sdk #containerForm .home .myStrengthHomeCardTertiaryAdolescentTeletherapyCard button.button-ctaButton[name=ctaButton],.root-web-sdk #containerForm .home .myStrengthHomeCardTertiaryRecommendation button.button-ctaButton[name=ctaButton],.root-web-sdk #containerForm .home .myStrengthHomeCardTertiaryTeletherapyCard button.button-ctaButton[name=ctaButton],.root-web-sdk #containerForm .home .myStrengthHomeEmotionalTrackingTile button.button-ctaButton[name=ctaButton],.root-web-sdk #containerForm .home .myStrengthTakeAMomentCard button.button-ctaButton[name=ctaButton]{margin:1rem 3rem 0 0;padding:.875rem 2rem;font-size:1.125rem;line-height:20px;max-width:-moz-fit-content;max-width:fit-content}@media (min-width: 457px){.root-web-sdk #containerForm .home .MyStrengthCoachCard button.button-ctaButton[name=ctaButton],.root-web-sdk #containerForm .home .myStrengthHomeCardAssessment button.button-ctaButton[name=ctaButton],.root-web-sdk #containerForm .home .myStrengthHomeCardFavoritesCards .myStrengthHomeCardFavorite0 button.button-ctaButton[name=ctaButton],.root-web-sdk #containerForm .home .myStrengthHomeCardFavoritesCards .myStrengthHomeCardFavorite1 button.button-ctaButton[name=ctaButton],.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryAdolescentTeletherapyCard button.button-ctaButton[name=ctaButton],.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryRecommendation button.button-ctaButton[name=ctaButton],.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryTeletherapyCard button.button-ctaButton[name=ctaButton],.root-web-sdk #containerForm .home .myStrengthHomeCardSecondaryAdolescentTeletherapyCard button.button-ctaButton[name=ctaButton],.root-web-sdk #containerForm .home .myStrengthHomeCardSecondaryRecommendation button.button-ctaButton[name=ctaButton],.root-web-sdk #containerForm .home .myStrengthHomeCardSecondaryTeletherapyCard button.button-ctaButton[name=ctaButton],.root-web-sdk #containerForm .home .myStrengthHomeCardSleepDiary button.button-ctaButton[name=ctaButton],.root-web-sdk #containerForm .home .myStrengthHomeCardTertiaryAdolescentTeletherapyCard button.button-ctaButton[name=ctaButton],.root-web-sdk #containerForm .home .myStrengthHomeCardTertiaryRecommendation button.button-ctaButton[name=ctaButton],.root-web-sdk #containerForm .home .myStrengthHomeCardTertiaryTeletherapyCard button.button-ctaButton[name=ctaButton],.root-web-sdk #containerForm .home .myStrengthHomeEmotionalTrackingTile button.button-ctaButton[name=ctaButton],.root-web-sdk #containerForm .home .myStrengthTakeAMomentCard button.button-ctaButton[name=ctaButton]{margin-right:5rem}}.root-web-sdk #containerForm .home .myStrengthHomeEmotionalTrackingTile .MyStrengthEmotionalTrackingTitle{width:295px;font-family:Effra,Arial,sans-serif;font-weight:400;font-weight:500;font-size:1.375rem;line-height:1.5rem;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));margin-bottom:1rem}.root-web-sdk #containerForm .home .myStrengthHomeEmotionalTrackingTile .ModernizedButton-button-wrapper-web-sdk{padding:0 !important;width:-moz-fit-content;width:fit-content;float:right}.root-web-sdk #containerForm .home .title_icon_picker_container{display:flex;flex-direction:column}@media (min-width: 768px){.root-web-sdk #containerForm .home .title_icon_picker_container{flex-direction:row;max-width:none}}@media (min-width: 768px){.root-web-sdk #containerForm .home .EmotionalTrackerDialogField{position:relative;z-index:1;float:right;margin-bottom:-.75rem;margin-right:-1rem;width:488px}}@media (min-width: 992px){.root-web-sdk #containerForm .home .EmotionalTrackerDialogField{margin-right:-6rem}}.root-web-sdk #containerForm .home .EmotionalTrackerDialogField{display:flex;align-items:center;flex-direction:row;padding:.5rem 1rem;background-color:#fff;--border-opacity:1;border:1px solid #46944b;border-color:rgba(70, 148, 75, var(--border-opacity));box-shadow:0 12px 30px rgba(0,0,0,0.16);border-radius:.75rem}.root-web-sdk #containerForm .home .EmotionalTrackerDialogField .DialogTitleText{margin-bottom:0;width:-moz-fit-content;width:fit-content;height:1.75rem;font-family:Effra,Arial,sans-serif;font-weight:400;font-weight:700;font-size:1.125rem;line-height:1.75rem;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity))}.root-web-sdk #containerForm .home .EmotionalTrackerDialogField .ic_tdh_check_circle_default{background-image:url(https://assets.livongo.com/image/upload/v1713276642/web-sdk/icons/ic_pulse_check_circle_default.svg);background-size:20px 20px;background-repeat:no-repeat;width:1.375rem;height:1.25rem;margin-right:1rem}.root-web-sdk #containerForm .home .EmotionalTrackerDialogField .DialogCloseButtonContainer{margin-left:auto;margin-right:0;width:-moz-fit-content;width:fit-content}.root-web-sdk #containerForm .home .EmotionalTrackerDialogField .DialogCloseButtonContainer .ic_pulse_close_default{background-image:url(https://assets.livongo.com/image/upload/v1713279106/web-sdk/icons/pulse-dialog-close.svg);background-size:12px 12px;background-repeat:no-repeat;width:.75rem;height:.75rem}.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryAdolescentTeletherapyCard button.button-ctaButton[name=ctaButton],.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryTeletherapyCard button.button-ctaButton[name=ctaButton],.root-web-sdk #containerForm .home .myStrengthHomeCardSecondaryAdolescentTeletherapyCard button.button-ctaButton[name=ctaButton],.root-web-sdk #containerForm .home .myStrengthHomeCardSecondaryTeletherapyCard button.button-ctaButton[name=ctaButton],.root-web-sdk #containerForm .home .myStrengthHomeCardTertiaryAdolescentTeletherapyCard button.button-ctaButton[name=ctaButton],.root-web-sdk #containerForm .home .myStrengthHomeCardTertiaryTeletherapyCard button.button-ctaButton[name=ctaButton]{border-radius:9999px}.root-web-sdk #containerForm .home .myStrengthHomeCardAssessment button.button-ctaButton[name=ctaButton]{margin-right:3rem;margin-left:0;margin-bottom:0;padding:.875rem 2rem;font-size:1.125rem;line-height:20px;max-width:-moz-fit-content;max-width:fit-content}@media (min-width: 457px){.root-web-sdk #containerForm .home .myStrengthHomeCardAssessment button.button-ctaButton[name=ctaButton]{margin-right:5rem}}.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryRecommendation{padding:0 0 2rem 2rem}@media (max-width: 630px){.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryRecommendation{display:flex;flex-direction:column}.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryRecommendation .image-wrapper-web-sdk{display:flex;width:100%;margin-right:0}.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryRecommendation .image-wrapper-web-sdk .image-container-web-sdk{width:100%}.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryRecommendation .image-wrapper-web-sdk .image-container-web-sdk .header_image{height:183px;width:100%;-o-object-fit:cover;object-fit:cover}.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryRecommendation .eyebrow{padding-top:1rem}.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryRecommendation button.button-ctaButton[name=ctaButton]{grid-column-start:1;grid-column-end:2;grid-row-start:4;grid-row-end:5;margin-right:1rem;margin-left:32px;margin-bottom:32px}}@media (min-width: 630px){.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryRecommendation{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));grid-template-rows:repeat(4, minmax(0, 1fr));grid-template-rows:auto auto auto auto}.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryRecommendation .image-wrapper-web-sdk{grid-column-start:2;grid-column-end:3;grid-row-start:1;grid-row-end:5;width:100%;height:100%;margin-bottom:-32px;margin-right:0}.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryRecommendation .image-wrapper-web-sdk .image-container-web-sdk{width:100%;height:100%}.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryRecommendation .image-wrapper-web-sdk .image-container-web-sdk .header_image{-o-object-fit:cover;object-fit:cover;width:100%;height:100% !important}.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryRecommendation .eyebrow{padding-top:2rem;grid-row-start:1;grid-row-end:2}.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryRecommendation .title{width:90%;grid-row-start:2;grid-row-end:3}.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryRecommendation .description{width:90%;grid-row-start:3;grid-row-end:4}.root-web-sdk #containerForm .home .myStrengthHomeCardPrimaryRecommendation button.button-ctaButton[name=ctaButton]{grid-column-start:1;grid-column-end:2;grid-row-start:4;grid-row-end:5;margin-right:1rem;margin-left:32px;margin-bottom:32px}}.root-web-sdk #containerForm .home .myStrengthHomeCrisisFooter{--bg-opacity:1;background-color:#f7f9f9;background-color:rgba(247, 249, 249, var(--bg-opacity));border-radius:.75rem;padding:1rem;margin-top:32px}@media (max-width: 576px){.root-web-sdk #containerForm .home .myStrengthHomeCrisisFooter{margin-top:1.5rem}}.root-web-sdk #containerForm .home .myStrengthHomeCrisisFooter .CrisisFooterDescription-0{line-height:1.5rem;font-size:18px;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity))}.root-web-sdk #containerForm .home .myStrengthHomeCrisisFooter .link-web-sdk{font-size:18px;--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity))}.root-web-sdk #containerForm .home .myStrengthHomeFavoritesTitle{font-weight:700;font-size:1.5rem;margin-bottom:1rem}@media (min-width: 475px){.root-web-sdk #containerForm .home .myStrengthHomeFavoritesTitle{font-size:1.625rem}}.root-web-sdk #containerForm .home .myStrengthHomeCardFavoritesCards{max-width:704px}@media (min-width: 475px){.root-web-sdk #containerForm .home .myStrengthHomeCardFavoritesCards{display:flex;-moz-column-gap:24px;column-gap:24px}}@media (min-width: 457px){.root-web-sdk #containerForm .home .myStrengthHomeCardFavoritesCards .myStrengthHomeCardFavorite0{flex-basis:50%;flex-shrink:1}}@media (min-width: 457px){.root-web-sdk #containerForm .home .myStrengthHomeCardFavoritesCards .myStrengthHomeCardFavorite0:only-child{flex-basis:100%;flex-shrink:0}}@media (min-width: 457px){.root-web-sdk #containerForm .home .myStrengthHomeCardFavoritesCards .myStrengthHomeCardFavorite1{flex-basis:50%;flex-shrink:1}}.root-web-sdk #containerForm .home .myStrengthHomeMoreFavoritesLink{margin-top:1.5rem;margin-left:auto;margin-right:auto;text-decoration:underline}.root-web-sdk #containerForm .home .myStrengthHomeCardNoFavoritesCard{margin-top:1.5rem;max-width:none}.root-web-sdk #containerForm .home .myStrengthHomeCardNoFavoritesCard .MyStrengthEmptyStateCard{position:relative;width:100%;padding:1rem 4.5rem 1rem 1rem;border-radius:.75rem;overflow:hidden;box-shadow:0 1px 4px 1px rgba(0,0,0,0.08);--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));max-width:none}@media (min-width: 576px){.root-web-sdk #containerForm .home .myStrengthHomeCardNoFavoritesCard .MyStrengthEmptyStateCard{padding:2rem 7rem 2rem 2rem;max-width:none}}.root-web-sdk #containerForm .home .myStrengthHomeCardNoFavoritesCard .MyStrengthEmptyStateCard .subtitle,.root-web-sdk #containerForm .home .myStrengthHomeCardNoFavoritesCard .MyStrengthEmptyStateCard .title,.root-web-sdk #containerForm .home .myStrengthHomeCardNoFavoritesCard .MyStrengthEmptyStateCard [data-test=subtitle-label],.root-web-sdk #containerForm .home .myStrengthHomeCardNoFavoritesCard .MyStrengthEmptyStateCard [data-test=title-label]{font-style:normal;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity))}.root-web-sdk #containerForm .home .myStrengthHomeCardNoFavoritesCard .MyStrengthEmptyStateCard .title,.root-web-sdk #containerForm .home .myStrengthHomeCardNoFavoritesCard .MyStrengthEmptyStateCard [data-test=title-label]{margin-bottom:.25rem;font-weight:500;font-size:1.375rem;line-height:1.5rem}@media (min-width: 576px){.root-web-sdk #containerForm .home .myStrengthHomeCardNoFavoritesCard .MyStrengthEmptyStateCard .title,.root-web-sdk #containerForm .home .myStrengthHomeCardNoFavoritesCard .MyStrengthEmptyStateCard [data-test=title-label]{font-size:1.625rem;line-height:2rem;margin-bottom:.5rem}}.root-web-sdk #containerForm .home .myStrengthHomeCardNoFavoritesCard .MyStrengthEmptyStateCard .subtitle,.root-web-sdk #containerForm .home .myStrengthHomeCardNoFavoritesCard .MyStrengthEmptyStateCard [data-test=subtitle-label]{margin:0;font-weight:400;font-size:1.125rem;line-height:1.5rem}@media (min-width: 576px){.root-web-sdk #containerForm .home .myStrengthHomeCardNoFavoritesCard .MyStrengthEmptyStateCard .subtitle,.root-web-sdk #containerForm .home .myStrengthHomeCardNoFavoritesCard .MyStrengthEmptyStateCard [data-test=subtitle-label]{font-size:1.125rem;line-height:1.75rem}}.root-web-sdk #containerForm .home .myStrengthHomeCardNoFavoritesCard .MyStrengthEmptyStateCard .corner_image{position:absolute;top:-.438rem;right:-.438rem;height:4.5rem;width:4.5rem;border-radius:9999px;--bg-opacity:1;background-color:#f9f5ff;background-color:rgba(249, 245, 255, var(--bg-opacity));background-position:50%;background-repeat:no-repeat;background-size:1.5rem 1.313rem;background-image:url(https://assets.livongo.com/image/upload/v1713276599/web-sdk/icons/ic_pulse_blood_pressure_default.svg)}@media (min-width: 576px){.root-web-sdk #containerForm .home .myStrengthHomeCardNoFavoritesCard .MyStrengthEmptyStateCard .corner_image{top:-.875rem;right:-.875rem;height:6.5rem;width:6.75rem;background-size:2rem 1.75rem}}@media (min-width: 457px){.root-web-sdk #containerForm .home .MyStrengthCoachCard .title{font-size:1.5rem;margin-bottom:.5rem}.root-web-sdk #containerForm .home .MyStrengthCoachCard .subtitle{font-size:1.125rem;font-style:normal;font-weight:400;line-height:1.5rem}.root-web-sdk #containerForm .home .MyStrengthCoachCard .action_button{display:inline-flex;align-items:flex-start;grid-gap:.5rem;gap:.5rem}}.root-web-sdk #containerForm .home .MyStrengthCoachCard .corner_image{top:-2rem;right:-2rem}.root-web-sdk #containerForm .home .MyStrengthCoachCard .corner_image .image-wrapper-web-sdk .image-container-web-sdk .corner_header_image{width:165px;height:165px}@media (min-width: 475px){.root-web-sdk #containerForm .error .mainWrapper .mainContentColumn .mainFields{max-width:475px;margin:0 auto}}.root-web-sdk #containerForm .error .mainWrapper .mainContentColumn .mainFields .errorImageContainerField .ic_tdh_error_img_cloud{background-image:url(https://assets.livongo.com/image/upload/v1713277141/web-sdk/icons/ic_tdh_error_img_cloud.svg);background-size:contain;background-repeat:no-repeat;background-position:50%;width:250px;height:200px;margin-left:auto;margin-right:auto}.root-web-sdk #containerForm .error .mainWrapper .mainContentColumn .mainFields .errorHeading{font-weight:700;font-size:1.875rem;text-align:center;line-height:2.25rem}.root-web-sdk #containerForm .error .mainWrapper .mainContentColumn .mainFields .errorText{font-size:1.125rem;line-height:1.75rem;text-align:center;width:80%;margin:1rem auto 0}@media (max-width: 475px){.root-web-sdk #containerForm .error .mainWrapper .mainContentColumn .mainFields .errorText{width:100%}}.root-web-sdk #containerForm .error .mainWrapper .mainContentColumn .mainFields .errorButtonContainer .button-errorButton{width:128px;height:48px;border-radius:9999px;margin-left:auto;margin-right:auto;margin-top:1rem;width:80%}@media (min-width: 475px){.root-web-sdk #containerForm .survey_intro{max-width:475px;margin:0 auto}}.root-web-sdk #containerForm .survey_intro .survey{height:.5rem;border-radius:9999px;--bg-opacity:1;background-color:#dfe0df;background-color:rgba(223, 224, 223, var(--bg-opacity));margin-bottom:1.5rem}.root-web-sdk #containerForm .survey_intro .survey .blue_progress_bar{width:1%;border-width:0;height:.5rem;border-radius:9999px;--bg-opacity:1;background-color:#0078bc;background-color:rgba(0, 120, 188, var(--bg-opacity))}.root-web-sdk #containerForm .survey_intro .MyStrengthSurveyCardContainer{border-radius:.25rem;width:100%;height:246px}@media (min-width: 475px){.root-web-sdk #containerForm .survey_intro .MyStrengthSurveyCardContainer{height:184px}}.root-web-sdk #containerForm .survey_intro .MyStrengthSurveyCardContainer .image-wrapper-web-sdk{height:100% !important}.root-web-sdk #containerForm .survey_intro .MyStrengthSurveyCardContainer .image-wrapper-web-sdk .image-container-web-sdk{width:100%;height:100%}.root-web-sdk #containerForm .survey_intro .MyStrengthSurveyCardContainer .image-wrapper-web-sdk .image-container-web-sdk img{width:100%;-o-object-fit:cover;object-fit:cover}.root-web-sdk #containerForm .survey_intro .MyStrengthSurveyTitle{font-weight:700;font-size:1.875rem;line-height:2.25rem;margin-top:1rem;margin-bottom:.5rem}@media (min-width: 475px){.root-web-sdk #containerForm .survey_intro .MyStrengthSurveyTitle{font-size:2.25rem;margin-top:1.5rem;margin-bottom:.5rem;line-height:2.5rem}}.root-web-sdk #containerForm .survey_intro .MyStrengthSurveyText{margin-bottom:1.5rem;font-style:normal;font-weight:400;font-size:18px;line-height:24px;--text-opacity:1;color:#373939;color:rgba(55, 57, 57, var(--text-opacity))}@media (min-width: 475px){.root-web-sdk #containerForm .survey_intro .MyStrengthSurveyText{line-height:28px}}.root-web-sdk #containerForm .survey_intro .button-MyStrengthSurveyButton{width:104px;font-size:1.125rem;line-height:20px;float:right;border-radius:9999px;border-width:0;transition-duration:.3s}.root-web-sdk #containerForm .survey_intro .button-MyStrengthSurveyButton,.root-web-sdk #containerForm .survey_intro .button-MyStrengthSurveyButton:hover:not(.disabled){--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity));--bg-opacity:1;background-color:#5b2f91;background-color:rgba(91, 47, 145, var(--bg-opacity))}.root-web-sdk #containerForm .survey_intro .button-MyStrengthSurveyButton:focus:not(.disabled){border-style:none;--text-opacity:1;color:#351f65;color:rgba(53, 31, 101, var(--text-opacity));--bg-opacity:1;background-color:#f9f5ff;background-color:rgba(249, 245, 255, var(--bg-opacity));--border-opacity:1;border-color:#f9f5ff;border-color:rgba(249, 245, 255, var(--border-opacity));box-shadow:0 0 0 2px #fff,0 0 2px 4px rgba(81,86,245,0.6)}.root-web-sdk #containerForm .survey_intro .button-MyStrengthSurveyButton:active:not(.disabled){--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity));--bg-opacity:1;background-color:#5b2f91;background-color:rgba(91, 47, 145, var(--bg-opacity))}@media (min-width: 475px){.root-web-sdk #containerForm .survey_step_1,.root-web-sdk #containerForm .survey_step_2,.root-web-sdk #containerForm .survey_step_3,.root-web-sdk #containerForm .survey_step_4,.root-web-sdk #containerForm .survey_step_5,.root-web-sdk #containerForm .survey_step_6,.root-web-sdk #containerForm .survey_step_7,.root-web-sdk #containerForm .survey_step_8{max-width:496px;margin:0 auto}}.root-web-sdk #containerForm .survey_step_1 .ProgressBarPNQ1,.root-web-sdk #containerForm .survey_step_1 .ProgressBarPNQ2,.root-web-sdk #containerForm .survey_step_1 .ProgressBarPNQ3,.root-web-sdk #containerForm .survey_step_1 .ProgressBarPNQ4,.root-web-sdk #containerForm .survey_step_1 .ProgressBarPNQ5,.root-web-sdk #containerForm .survey_step_1 .ProgressBarPNQ6,.root-web-sdk #containerForm .survey_step_1 .ProgressBarPNQ7,.root-web-sdk #containerForm .survey_step_1 .ProgressBarPNQ8,.root-web-sdk #containerForm .survey_step_2 .ProgressBarPNQ1,.root-web-sdk #containerForm .survey_step_2 .ProgressBarPNQ2,.root-web-sdk #containerForm .survey_step_2 .ProgressBarPNQ3,.root-web-sdk #containerForm .survey_step_2 .ProgressBarPNQ4,.root-web-sdk #containerForm .survey_step_2 .ProgressBarPNQ5,.root-web-sdk #containerForm .survey_step_2 .ProgressBarPNQ6,.root-web-sdk #containerForm .survey_step_2 .ProgressBarPNQ7,.root-web-sdk #containerForm .survey_step_2 .ProgressBarPNQ8,.root-web-sdk #containerForm .survey_step_3 .ProgressBarPNQ1,.root-web-sdk #containerForm .survey_step_3 .ProgressBarPNQ2,.root-web-sdk #containerForm .survey_step_3 .ProgressBarPNQ3,.root-web-sdk #containerForm .survey_step_3 .ProgressBarPNQ4,.root-web-sdk #containerForm .survey_step_3 .ProgressBarPNQ5,.root-web-sdk #containerForm .survey_step_3 .ProgressBarPNQ6,.root-web-sdk #containerForm .survey_step_3 .ProgressBarPNQ7,.root-web-sdk #containerForm .survey_step_3 .ProgressBarPNQ8,.root-web-sdk #containerForm .survey_step_4 .ProgressBarPNQ1,.root-web-sdk #containerForm .survey_step_4 .ProgressBarPNQ2,.root-web-sdk #containerForm .survey_step_4 .ProgressBarPNQ3,.root-web-sdk #containerForm .survey_step_4 .ProgressBarPNQ4,.root-web-sdk #containerForm .survey_step_4 .ProgressBarPNQ5,.root-web-sdk #containerForm .survey_step_4 .ProgressBarPNQ6,.root-web-sdk #containerForm .survey_step_4 .ProgressBarPNQ7,.root-web-sdk #containerForm .survey_step_4 .ProgressBarPNQ8,.root-web-sdk #containerForm .survey_step_5 .ProgressBarPNQ1,.root-web-sdk #containerForm .survey_step_5 .ProgressBarPNQ2,.root-web-sdk #containerForm .survey_step_5 .ProgressBarPNQ3,.root-web-sdk #containerForm .survey_step_5 .ProgressBarPNQ4,.root-web-sdk #containerForm .survey_step_5 .ProgressBarPNQ5,.root-web-sdk #containerForm .survey_step_5 .ProgressBarPNQ6,.root-web-sdk #containerForm .survey_step_5 .ProgressBarPNQ7,.root-web-sdk #containerForm .survey_step_5 .ProgressBarPNQ8,.root-web-sdk #containerForm .survey_step_6 .ProgressBarPNQ1,.root-web-sdk #containerForm .survey_step_6 .ProgressBarPNQ2,.root-web-sdk #containerForm .survey_step_6 .ProgressBarPNQ3,.root-web-sdk #containerForm .survey_step_6 .ProgressBarPNQ4,.root-web-sdk #containerForm .survey_step_6 .ProgressBarPNQ5,.root-web-sdk #containerForm .survey_step_6 .ProgressBarPNQ6,.root-web-sdk #containerForm .survey_step_6 .ProgressBarPNQ7,.root-web-sdk #containerForm .survey_step_6 .ProgressBarPNQ8,.root-web-sdk #containerForm .survey_step_7 .ProgressBarPNQ1,.root-web-sdk #containerForm .survey_step_7 .ProgressBarPNQ2,.root-web-sdk #containerForm .survey_step_7 .ProgressBarPNQ3,.root-web-sdk #containerForm .survey_step_7 .ProgressBarPNQ4,.root-web-sdk #containerForm .survey_step_7 .ProgressBarPNQ5,.root-web-sdk #containerForm .survey_step_7 .ProgressBarPNQ6,.root-web-sdk #containerForm .survey_step_7 .ProgressBarPNQ7,.root-web-sdk #containerForm .survey_step_7 .ProgressBarPNQ8,.root-web-sdk #containerForm .survey_step_8 .ProgressBarPNQ1,.root-web-sdk #containerForm .survey_step_8 .ProgressBarPNQ2,.root-web-sdk #containerForm .survey_step_8 .ProgressBarPNQ3,.root-web-sdk #containerForm .survey_step_8 .ProgressBarPNQ4,.root-web-sdk #containerForm .survey_step_8 .ProgressBarPNQ5,.root-web-sdk #containerForm .survey_step_8 .ProgressBarPNQ6,.root-web-sdk #containerForm .survey_step_8 .ProgressBarPNQ7,.root-web-sdk #containerForm .survey_step_8 .ProgressBarPNQ8{height:.5rem;border-radius:9999px;--bg-opacity:1;background-color:#dfe0df;background-color:rgba(223, 224, 223, var(--bg-opacity));margin-bottom:1.5rem}.root-web-sdk #containerForm .survey_step_1 .ProgressBarPNQ1 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_1 .ProgressBarPNQ2 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_1 .ProgressBarPNQ3 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_1 .ProgressBarPNQ4 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_1 .ProgressBarPNQ5 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_1 .ProgressBarPNQ6 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_1 .ProgressBarPNQ7 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_1 .ProgressBarPNQ8 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_2 .ProgressBarPNQ1 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_2 .ProgressBarPNQ2 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_2 .ProgressBarPNQ3 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_2 .ProgressBarPNQ4 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_2 .ProgressBarPNQ5 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_2 .ProgressBarPNQ6 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_2 .ProgressBarPNQ7 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_2 .ProgressBarPNQ8 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_3 .ProgressBarPNQ1 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_3 .ProgressBarPNQ2 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_3 .ProgressBarPNQ3 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_3 .ProgressBarPNQ4 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_3 .ProgressBarPNQ5 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_3 .ProgressBarPNQ6 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_3 .ProgressBarPNQ7 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_3 .ProgressBarPNQ8 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_4 .ProgressBarPNQ1 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_4 .ProgressBarPNQ2 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_4 .ProgressBarPNQ3 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_4 .ProgressBarPNQ4 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_4 .ProgressBarPNQ5 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_4 .ProgressBarPNQ6 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_4 .ProgressBarPNQ7 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_4 .ProgressBarPNQ8 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_5 .ProgressBarPNQ1 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_5 .ProgressBarPNQ2 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_5 .ProgressBarPNQ3 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_5 .ProgressBarPNQ4 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_5 .ProgressBarPNQ5 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_5 .ProgressBarPNQ6 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_5 .ProgressBarPNQ7 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_5 .ProgressBarPNQ8 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_6 .ProgressBarPNQ1 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_6 .ProgressBarPNQ2 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_6 .ProgressBarPNQ3 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_6 .ProgressBarPNQ4 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_6 .ProgressBarPNQ5 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_6 .ProgressBarPNQ6 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_6 .ProgressBarPNQ7 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_6 .ProgressBarPNQ8 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_7 .ProgressBarPNQ1 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_7 .ProgressBarPNQ2 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_7 .ProgressBarPNQ3 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_7 .ProgressBarPNQ4 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_7 .ProgressBarPNQ5 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_7 .ProgressBarPNQ6 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_7 .ProgressBarPNQ7 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_7 .ProgressBarPNQ8 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_8 .ProgressBarPNQ1 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_8 .ProgressBarPNQ2 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_8 .ProgressBarPNQ3 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_8 .ProgressBarPNQ4 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_8 .ProgressBarPNQ5 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_8 .ProgressBarPNQ6 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_8 .ProgressBarPNQ7 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_8 .ProgressBarPNQ8 .blue_progress_bar{border-width:0;height:.5rem;border-radius:9999px;--bg-opacity:1;background-color:#0078bc;background-color:rgba(0, 120, 188, var(--bg-opacity))}.root-web-sdk #containerForm .survey_step_1 .ProgressBarPNQ1 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_2 .ProgressBarPNQ1 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_3 .ProgressBarPNQ1 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_4 .ProgressBarPNQ1 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_5 .ProgressBarPNQ1 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_6 .ProgressBarPNQ1 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_7 .ProgressBarPNQ1 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_8 .ProgressBarPNQ1 .blue_progress_bar{width:3.2%}.root-web-sdk #containerForm .survey_step_1 .ProgressBarPNQ2 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_2 .ProgressBarPNQ2 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_3 .ProgressBarPNQ2 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_4 .ProgressBarPNQ2 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_5 .ProgressBarPNQ2 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_6 .ProgressBarPNQ2 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_7 .ProgressBarPNQ2 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_8 .ProgressBarPNQ2 .blue_progress_bar{width:6.4%}.root-web-sdk #containerForm .survey_step_1 .ProgressBarPNQ3 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_2 .ProgressBarPNQ3 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_3 .ProgressBarPNQ3 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_4 .ProgressBarPNQ3 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_5 .ProgressBarPNQ3 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_6 .ProgressBarPNQ3 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_7 .ProgressBarPNQ3 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_8 .ProgressBarPNQ3 .blue_progress_bar{width:9.6%}.root-web-sdk #containerForm .survey_step_1 .ProgressBarPNQ4 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_2 .ProgressBarPNQ4 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_3 .ProgressBarPNQ4 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_4 .ProgressBarPNQ4 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_5 .ProgressBarPNQ4 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_6 .ProgressBarPNQ4 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_7 .ProgressBarPNQ4 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_8 .ProgressBarPNQ4 .blue_progress_bar{width:12.8%}.root-web-sdk #containerForm .survey_step_1 .ProgressBarPNQ5 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_2 .ProgressBarPNQ5 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_3 .ProgressBarPNQ5 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_4 .ProgressBarPNQ5 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_5 .ProgressBarPNQ5 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_6 .ProgressBarPNQ5 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_7 .ProgressBarPNQ5 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_8 .ProgressBarPNQ5 .blue_progress_bar{width:16%}.root-web-sdk #containerForm .survey_step_1 .ProgressBarPNQ6 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_2 .ProgressBarPNQ6 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_3 .ProgressBarPNQ6 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_4 .ProgressBarPNQ6 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_5 .ProgressBarPNQ6 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_6 .ProgressBarPNQ6 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_7 .ProgressBarPNQ6 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_8 .ProgressBarPNQ6 .blue_progress_bar{width:19.2%}.root-web-sdk #containerForm .survey_step_1 .ProgressBarPNQ7 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_2 .ProgressBarPNQ7 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_3 .ProgressBarPNQ7 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_4 .ProgressBarPNQ7 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_5 .ProgressBarPNQ7 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_6 .ProgressBarPNQ7 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_7 .ProgressBarPNQ7 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_8 .ProgressBarPNQ7 .blue_progress_bar{width:22.4%}.root-web-sdk #containerForm .survey_step_1 .ProgressBarPNQ8 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_2 .ProgressBarPNQ8 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_3 .ProgressBarPNQ8 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_4 .ProgressBarPNQ8 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_5 .ProgressBarPNQ8 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_6 .ProgressBarPNQ8 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_7 .ProgressBarPNQ8 .blue_progress_bar,.root-web-sdk #containerForm .survey_step_8 .ProgressBarPNQ8 .blue_progress_bar{width:25.59%}.root-web-sdk #containerForm .survey_step_1 .MyStrengthPNQ1Title,.root-web-sdk #containerForm .survey_step_1 .MyStrengthPNQ2Title,.root-web-sdk #containerForm .survey_step_1 .MyStrengthPNQ3Title,.root-web-sdk #containerForm .survey_step_1 .MyStrengthPNQ4Title,.root-web-sdk #containerForm .survey_step_1 .MyStrengthPNQ5Title,.root-web-sdk #containerForm .survey_step_1 .MyStrengthPNQ6Title,.root-web-sdk #containerForm .survey_step_1 .MyStrengthPNQ7Title,.root-web-sdk #containerForm .survey_step_1 .MyStrengthPNQ8Title,.root-web-sdk #containerForm .survey_step_2 .MyStrengthPNQ1Title,.root-web-sdk #containerForm .survey_step_2 .MyStrengthPNQ2Title,.root-web-sdk #containerForm .survey_step_2 .MyStrengthPNQ3Title,.root-web-sdk #containerForm .survey_step_2 .MyStrengthPNQ4Title,.root-web-sdk #containerForm .survey_step_2 .MyStrengthPNQ5Title,.root-web-sdk #containerForm .survey_step_2 .MyStrengthPNQ6Title,.root-web-sdk #containerForm .survey_step_2 .MyStrengthPNQ7Title,.root-web-sdk #containerForm .survey_step_2 .MyStrengthPNQ8Title,.root-web-sdk #containerForm .survey_step_3 .MyStrengthPNQ1Title,.root-web-sdk #containerForm .survey_step_3 .MyStrengthPNQ2Title,.root-web-sdk #containerForm .survey_step_3 .MyStrengthPNQ3Title,.root-web-sdk #containerForm .survey_step_3 .MyStrengthPNQ4Title,.root-web-sdk #containerForm .survey_step_3 .MyStrengthPNQ5Title,.root-web-sdk #containerForm .survey_step_3 .MyStrengthPNQ6Title,.root-web-sdk #containerForm .survey_step_3 .MyStrengthPNQ7Title,.root-web-sdk #containerForm .survey_step_3 .MyStrengthPNQ8Title,.root-web-sdk #containerForm .survey_step_4 .MyStrengthPNQ1Title,.root-web-sdk #containerForm .survey_step_4 .MyStrengthPNQ2Title,.root-web-sdk #containerForm .survey_step_4 .MyStrengthPNQ3Title,.root-web-sdk #containerForm .survey_step_4 .MyStrengthPNQ4Title,.root-web-sdk #containerForm .survey_step_4 .MyStrengthPNQ5Title,.root-web-sdk #containerForm .survey_step_4 .MyStrengthPNQ6Title,.root-web-sdk #containerForm .survey_step_4 .MyStrengthPNQ7Title,.root-web-sdk #containerForm .survey_step_4 .MyStrengthPNQ8Title,.root-web-sdk #containerForm .survey_step_5 .MyStrengthPNQ1Title,.root-web-sdk #containerForm .survey_step_5 .MyStrengthPNQ2Title,.root-web-sdk #containerForm .survey_step_5 .MyStrengthPNQ3Title,.root-web-sdk #containerForm .survey_step_5 .MyStrengthPNQ4Title,.root-web-sdk #containerForm .survey_step_5 .MyStrengthPNQ5Title,.root-web-sdk #containerForm .survey_step_5 .MyStrengthPNQ6Title,.root-web-sdk #containerForm .survey_step_5 .MyStrengthPNQ7Title,.root-web-sdk #containerForm .survey_step_5 .MyStrengthPNQ8Title,.root-web-sdk #containerForm .survey_step_6 .MyStrengthPNQ1Title,.root-web-sdk #containerForm .survey_step_6 .MyStrengthPNQ2Title,.root-web-sdk #containerForm .survey_step_6 .MyStrengthPNQ3Title,.root-web-sdk #containerForm .survey_step_6 .MyStrengthPNQ4Title,.root-web-sdk #containerForm .survey_step_6 .MyStrengthPNQ5Title,.root-web-sdk #containerForm .survey_step_6 .MyStrengthPNQ6Title,.root-web-sdk #containerForm .survey_step_6 .MyStrengthPNQ7Title,.root-web-sdk #containerForm .survey_step_6 .MyStrengthPNQ8Title,.root-web-sdk #containerForm .survey_step_7 .MyStrengthPNQ1Title,.root-web-sdk #containerForm .survey_step_7 .MyStrengthPNQ2Title,.root-web-sdk #containerForm .survey_step_7 .MyStrengthPNQ3Title,.root-web-sdk #containerForm .survey_step_7 .MyStrengthPNQ4Title,.root-web-sdk #containerForm .survey_step_7 .MyStrengthPNQ5Title,.root-web-sdk #containerForm .survey_step_7 .MyStrengthPNQ6Title,.root-web-sdk #containerForm .survey_step_7 .MyStrengthPNQ7Title,.root-web-sdk #containerForm .survey_step_7 .MyStrengthPNQ8Title,.root-web-sdk #containerForm .survey_step_8 .MyStrengthPNQ1Title,.root-web-sdk #containerForm .survey_step_8 .MyStrengthPNQ2Title,.root-web-sdk #containerForm .survey_step_8 .MyStrengthPNQ3Title,.root-web-sdk #containerForm .survey_step_8 .MyStrengthPNQ4Title,.root-web-sdk #containerForm .survey_step_8 .MyStrengthPNQ5Title,.root-web-sdk #containerForm .survey_step_8 .MyStrengthPNQ6Title,.root-web-sdk #containerForm .survey_step_8 .MyStrengthPNQ7Title,.root-web-sdk #containerForm .survey_step_8 .MyStrengthPNQ8Title{font-weight:700;font-size:1.875rem;margin-bottom:1.5rem}.root-web-sdk #containerForm .survey_step_1 div[class*=MyStrengthPNQ1Checkbox],.root-web-sdk #containerForm .survey_step_1 div[class*=MyStrengthPNQ2Checkbox],.root-web-sdk #containerForm .survey_step_1 div[class*=MyStrengthPNQ3Checkbox],.root-web-sdk #containerForm .survey_step_1 div[class*=MyStrengthPNQ4Checkbox],.root-web-sdk #containerForm .survey_step_1 div[class*=MyStrengthPNQ5Checkbox],.root-web-sdk #containerForm .survey_step_1 div[class*=MyStrengthPNQ6Checkbox],.root-web-sdk #containerForm .survey_step_1 div[class*=MyStrengthPNQ7Checkbox],.root-web-sdk #containerForm .survey_step_1 div[class*=MyStrengthPNQ8Checkbox],.root-web-sdk #containerForm .survey_step_2 div[class*=MyStrengthPNQ1Checkbox],.root-web-sdk #containerForm .survey_step_2 div[class*=MyStrengthPNQ2Checkbox],.root-web-sdk #containerForm .survey_step_2 div[class*=MyStrengthPNQ3Checkbox],.root-web-sdk #containerForm .survey_step_2 div[class*=MyStrengthPNQ4Checkbox],.root-web-sdk #containerForm .survey_step_2 div[class*=MyStrengthPNQ5Checkbox],.root-web-sdk #containerForm .survey_step_2 div[class*=MyStrengthPNQ6Checkbox],.root-web-sdk #containerForm .survey_step_2 div[class*=MyStrengthPNQ7Checkbox],.root-web-sdk #containerForm .survey_step_2 div[class*=MyStrengthPNQ8Checkbox],.root-web-sdk #containerForm .survey_step_3 div[class*=MyStrengthPNQ1Checkbox],.root-web-sdk #containerForm .survey_step_3 div[class*=MyStrengthPNQ2Checkbox],.root-web-sdk #containerForm .survey_step_3 div[class*=MyStrengthPNQ3Checkbox],.root-web-sdk #containerForm .survey_step_3 div[class*=MyStrengthPNQ4Checkbox],.root-web-sdk #containerForm .survey_step_3 div[class*=MyStrengthPNQ5Checkbox],.root-web-sdk #containerForm .survey_step_3 div[class*=MyStrengthPNQ6Checkbox],.root-web-sdk #containerForm .survey_step_3 div[class*=MyStrengthPNQ7Checkbox],.root-web-sdk #containerForm .survey_step_3 div[class*=MyStrengthPNQ8Checkbox],.root-web-sdk #containerForm .survey_step_4 div[class*=MyStrengthPNQ1Checkbox],.root-web-sdk #containerForm .survey_step_4 div[class*=MyStrengthPNQ2Checkbox],.root-web-sdk #containerForm .survey_step_4 div[class*=MyStrengthPNQ3Checkbox],.root-web-sdk #containerForm .survey_step_4 div[class*=MyStrengthPNQ4Checkbox],.root-web-sdk #containerForm .survey_step_4 div[class*=MyStrengthPNQ5Checkbox],.root-web-sdk #containerForm .survey_step_4 div[class*=MyStrengthPNQ6Checkbox],.root-web-sdk #containerForm .survey_step_4 div[class*=MyStrengthPNQ7Checkbox],.root-web-sdk #containerForm .survey_step_4 div[class*=MyStrengthPNQ8Checkbox],.root-web-sdk #containerForm .survey_step_5 div[class*=MyStrengthPNQ1Checkbox],.root-web-sdk #containerForm .survey_step_5 div[class*=MyStrengthPNQ2Checkbox],.root-web-sdk #containerForm .survey_step_5 div[class*=MyStrengthPNQ3Checkbox],.root-web-sdk #containerForm .survey_step_5 div[class*=MyStrengthPNQ4Checkbox],.root-web-sdk #containerForm .survey_step_5 div[class*=MyStrengthPNQ5Checkbox],.root-web-sdk #containerForm .survey_step_5 div[class*=MyStrengthPNQ6Checkbox],.root-web-sdk #containerForm .survey_step_5 div[class*=MyStrengthPNQ7Checkbox],.root-web-sdk #containerForm .survey_step_5 div[class*=MyStrengthPNQ8Checkbox],.root-web-sdk #containerForm .survey_step_6 div[class*=MyStrengthPNQ1Checkbox],.root-web-sdk #containerForm .survey_step_6 div[class*=MyStrengthPNQ2Checkbox],.root-web-sdk #containerForm .survey_step_6 div[class*=MyStrengthPNQ3Checkbox],.root-web-sdk #containerForm .survey_step_6 div[class*=MyStrengthPNQ4Checkbox],.root-web-sdk #containerForm .survey_step_6 div[class*=MyStrengthPNQ5Checkbox],.root-web-sdk #containerForm .survey_step_6 div[class*=MyStrengthPNQ6Checkbox],.root-web-sdk #containerForm .survey_step_6 div[class*=MyStrengthPNQ7Checkbox],.root-web-sdk #containerForm .survey_step_6 div[class*=MyStrengthPNQ8Checkbox],.root-web-sdk #containerForm .survey_step_7 div[class*=MyStrengthPNQ1Checkbox],.root-web-sdk #containerForm .survey_step_7 div[class*=MyStrengthPNQ2Checkbox],.root-web-sdk #containerForm .survey_step_7 div[class*=MyStrengthPNQ3Checkbox],.root-web-sdk #containerForm .survey_step_7 div[class*=MyStrengthPNQ4Checkbox],.root-web-sdk #containerForm .survey_step_7 div[class*=MyStrengthPNQ5Checkbox],.root-web-sdk #containerForm .survey_step_7 div[class*=MyStrengthPNQ6Checkbox],.root-web-sdk #containerForm .survey_step_7 div[class*=MyStrengthPNQ7Checkbox],.root-web-sdk #containerForm .survey_step_7 div[class*=MyStrengthPNQ8Checkbox],.root-web-sdk #containerForm .survey_step_8 div[class*=MyStrengthPNQ1Checkbox],.root-web-sdk #containerForm .survey_step_8 div[class*=MyStrengthPNQ2Checkbox],.root-web-sdk #containerForm .survey_step_8 div[class*=MyStrengthPNQ3Checkbox],.root-web-sdk #containerForm .survey_step_8 div[class*=MyStrengthPNQ4Checkbox],.root-web-sdk #containerForm .survey_step_8 div[class*=MyStrengthPNQ5Checkbox],.root-web-sdk #containerForm .survey_step_8 div[class*=MyStrengthPNQ6Checkbox],.root-web-sdk #containerForm .survey_step_8 div[class*=MyStrengthPNQ7Checkbox],.root-web-sdk #containerForm .survey_step_8 div[class*=MyStrengthPNQ8Checkbox]{height:48px;display:flex;border-radius:.75rem;margin-bottom:1rem;--border-opacity:1;border-color:#dfe0df;border-color:rgba(223, 224, 223, var(--border-opacity));border-width:1px;cursor:pointer}.root-web-sdk #containerForm .survey_step_1 div[class*=MyStrengthPNQ1Checkbox] .container-content,.root-web-sdk #containerForm .survey_step_1 div[class*=MyStrengthPNQ2Checkbox] .container-content,.root-web-sdk #containerForm .survey_step_1 div[class*=MyStrengthPNQ3Checkbox] .container-content,.root-web-sdk #containerForm .survey_step_1 div[class*=MyStrengthPNQ4Checkbox] .container-content,.root-web-sdk #containerForm .survey_step_1 div[class*=MyStrengthPNQ5Checkbox] .container-content,.root-web-sdk #containerForm .survey_step_1 div[class*=MyStrengthPNQ6Checkbox] .container-content,.root-web-sdk #containerForm .survey_step_1 div[class*=MyStrengthPNQ7Checkbox] .container-content,.root-web-sdk #containerForm .survey_step_1 div[class*=MyStrengthPNQ8Checkbox] .container-content,.root-web-sdk #containerForm .survey_step_2 div[class*=MyStrengthPNQ1Checkbox] .container-content,.root-web-sdk #containerForm .survey_step_2 div[class*=MyStrengthPNQ2Checkbox] .container-content,.root-web-sdk #containerForm .survey_step_2 div[class*=MyStrengthPNQ3Checkbox] .container-content,.root-web-sdk #containerForm .survey_step_2 div[class*=MyStrengthPNQ4Checkbox] .container-content,.root-web-sdk #containerForm .survey_step_2 div[class*=MyStrengthPNQ5Checkbox] .container-content,.root-web-sdk #containerForm .survey_step_2 div[class*=MyStrengthPNQ6Checkbox] .container-content,.root-web-sdk #containerForm .survey_step_2 div[class*=MyStrengthPNQ7Checkbox] .container-content,.root-web-sdk #containerForm .survey_step_2 div[class*=MyStrengthPNQ8Checkbox] .container-content,.root-web-sdk #containerForm .survey_step_3 div[class*=MyStrengthPNQ1Checkbox] .container-content,.root-web-sdk #containerForm .survey_step_3 div[class*=MyStrengthPNQ2Checkbox] .container-content,.root-web-sdk #containerForm .survey_step_3 div[class*=MyStrengthPNQ3Checkbox] .container-content,.root-web-sdk #containerForm .survey_step_3 div[class*=MyStrengthPNQ4Checkbox] .container-content,.root-web-sdk #containerForm .survey_step_3 div[class*=MyStrengthPNQ5Checkbox] .container-content,.root-web-sdk #containerForm .survey_step_3 div[class*=MyStrengthPNQ6Checkbox] .container-content,.root-web-sdk #containerForm .survey_step_3 div[class*=MyStrengthPNQ7Checkbox] .container-content,.root-web-sdk #containerForm .survey_step_3 div[class*=MyStrengthPNQ8Checkbox] .container-content,.root-web-sdk #containerForm .survey_step_4 div[class*=MyStrengthPNQ1Checkbox] .container-content,.root-web-sdk #containerForm .survey_step_4 div[class*=MyStrengthPNQ2Checkbox] .container-content,.root-web-sdk #containerForm .survey_step_4 div[class*=MyStrengthPNQ3Checkbox] .container-content,.root-web-sdk #containerForm .survey_step_4 div[class*=MyStrengthPNQ4Checkbox] .container-content,.root-web-sdk #containerForm .survey_step_4 div[class*=MyStrengthPNQ5Checkbox] .container-content,.root-web-sdk #containerForm .survey_step_4 div[class*=MyStrengthPNQ6Checkbox] .container-content,.root-web-sdk #containerForm .survey_step_4 div[class*=MyStrengthPNQ7Checkbox] .container-content,.root-web-sdk #containerForm .survey_step_4 div[class*=MyStrengthPNQ8Checkbox] .container-content,.root-web-sdk #containerForm .survey_step_5 div[class*=MyStrengthPNQ1Checkbox] .container-content,.root-web-sdk #containerForm .survey_step_5 div[class*=MyStrengthPNQ2Checkbox] .container-content,.root-web-sdk #containerForm .survey_step_5 div[class*=MyStrengthPNQ3Checkbox] .container-content,.root-web-sdk #containerForm .survey_step_5 div[class*=MyStrengthPNQ4Checkbox] .container-content,.root-web-sdk #containerForm .survey_step_5 div[class*=MyStrengthPNQ5Checkbox] .container-content,.root-web-sdk #containerForm .survey_step_5 div[class*=MyStrengthPNQ6Checkbox] .container-content,.root-web-sdk #containerForm .survey_step_5 div[class*=MyStrengthPNQ7Checkbox] .container-content,.root-web-sdk #containerForm .survey_step_5 div[class*=MyStrengthPNQ8Checkbox] .container-content,.root-web-sdk #containerForm .survey_step_6 div[class*=MyStrengthPNQ1Checkbox] .container-content,.root-web-sdk #containerForm .survey_step_6 div[class*=MyStrengthPNQ2Checkbox] .container-content,.root-web-sdk #containerForm .survey_step_6 div[class*=MyStrengthPNQ3Checkbox] .container-content,.root-web-sdk #containerForm .survey_step_6 div[class*=MyStrengthPNQ4Checkbox] .container-content,.root-web-sdk #containerForm .survey_step_6 div[class*=MyStrengthPNQ5Checkbox] .container-content,.root-web-sdk #containerForm .survey_step_6 div[class*=MyStrengthPNQ6Checkbox] .container-content,.root-web-sdk #containerForm .survey_step_6 div[class*=MyStrengthPNQ7Checkbox] .container-content,.root-web-sdk #containerForm .survey_step_6 div[class*=MyStrengthPNQ8Checkbox] .container-content,.root-web-sdk #containerForm .survey_step_7 div[class*=MyStrengthPNQ1Checkbox] .container-content,.root-web-sdk #containerForm .survey_step_7 div[class*=MyStrengthPNQ2Checkbox] .container-content,.root-web-sdk #containerForm .survey_step_7 div[class*=MyStrengthPNQ3Checkbox] .container-content,.root-web-sdk #containerForm .survey_step_7 div[class*=MyStrengthPNQ4Checkbox] .container-content,.root-web-sdk #containerForm .survey_step_7 div[class*=MyStrengthPNQ5Checkbox] .container-content,.root-web-sdk #containerForm .survey_step_7 div[class*=MyStrengthPNQ6Checkbox] .container-content,.root-web-sdk #containerForm .survey_step_7 div[class*=MyStrengthPNQ7Checkbox] .container-content,.root-web-sdk #containerForm .survey_step_7 div[class*=MyStrengthPNQ8Checkbox] .container-content,.root-web-sdk #containerForm .survey_step_8 div[class*=MyStrengthPNQ1Checkbox] .container-content,.root-web-sdk #containerForm .survey_step_8 div[class*=MyStrengthPNQ2Checkbox] .container-content,.root-web-sdk #containerForm .survey_step_8 div[class*=MyStrengthPNQ3Checkbox] .container-content,.root-web-sdk #containerForm .survey_step_8 div[class*=MyStrengthPNQ4Checkbox] .container-content,.root-web-sdk #containerForm .survey_step_8 div[class*=MyStrengthPNQ5Checkbox] .container-content,.root-web-sdk #containerForm .survey_step_8 div[class*=MyStrengthPNQ6Checkbox] .container-content,.root-web-sdk #containerForm .survey_step_8 div[class*=MyStrengthPNQ7Checkbox] .container-content,.root-web-sdk #containerForm .survey_step_8 div[class*=MyStrengthPNQ8Checkbox] .container-content{width:100%;display:flex;align-items:center;justify-content:center}.root-web-sdk #containerForm .survey_step_1 div[class*=MyStrengthPNQ1Checkbox] .container-content .title,.root-web-sdk #containerForm .survey_step_1 div[class*=MyStrengthPNQ2Checkbox] .container-content .title,.root-web-sdk #containerForm .survey_step_1 div[class*=MyStrengthPNQ3Checkbox] .container-content .title,.root-web-sdk #containerForm .survey_step_1 div[class*=MyStrengthPNQ4Checkbox] .container-content .title,.root-web-sdk #containerForm .survey_step_1 div[class*=MyStrengthPNQ5Checkbox] .container-content .title,.root-web-sdk #containerForm .survey_step_1 div[class*=MyStrengthPNQ6Checkbox] .container-content .title,.root-web-sdk #containerForm .survey_step_1 div[class*=MyStrengthPNQ7Checkbox] .container-content .title,.root-web-sdk #containerForm .survey_step_1 div[class*=MyStrengthPNQ8Checkbox] .container-content .title,.root-web-sdk #containerForm .survey_step_2 div[class*=MyStrengthPNQ1Checkbox] .container-content .title,.root-web-sdk #containerForm .survey_step_2 div[class*=MyStrengthPNQ2Checkbox] .container-content .title,.root-web-sdk #containerForm .survey_step_2 div[class*=MyStrengthPNQ3Checkbox] .container-content .title,.root-web-sdk #containerForm .survey_step_2 div[class*=MyStrengthPNQ4Checkbox] .container-content .title,.root-web-sdk #containerForm .survey_step_2 div[class*=MyStrengthPNQ5Checkbox] .container-content .title,.root-web-sdk #containerForm .survey_step_2 div[class*=MyStrengthPNQ6Checkbox] .container-content .title,.root-web-sdk #containerForm .survey_step_2 div[class*=MyStrengthPNQ7Checkbox] .container-content .title,.root-web-sdk #containerForm .survey_step_2 div[class*=MyStrengthPNQ8Checkbox] .container-content .title,.root-web-sdk #containerForm .survey_step_3 div[class*=MyStrengthPNQ1Checkbox] .container-content .title,.root-web-sdk #containerForm .survey_step_3 div[class*=MyStrengthPNQ2Checkbox] .container-content .title,.root-web-sdk #containerForm .survey_step_3 div[class*=MyStrengthPNQ3Checkbox] .container-content .title,.root-web-sdk #containerForm .survey_step_3 div[class*=MyStrengthPNQ4Checkbox] .container-content .title,.root-web-sdk #containerForm .survey_step_3 div[class*=MyStrengthPNQ5Checkbox] .container-content .title,.root-web-sdk #containerForm .survey_step_3 div[class*=MyStrengthPNQ6Checkbox] .container-content .title,.root-web-sdk #containerForm .survey_step_3 div[class*=MyStrengthPNQ7Checkbox] .container-content .title,.root-web-sdk #containerForm .survey_step_3 div[class*=MyStrengthPNQ8Checkbox] .container-content .title,.root-web-sdk #containerForm .survey_step_4 div[class*=MyStrengthPNQ1Checkbox] .container-content .title,.root-web-sdk #containerForm .survey_step_4 div[class*=MyStrengthPNQ2Checkbox] .container-content .title,.root-web-sdk #containerForm .survey_step_4 div[class*=MyStrengthPNQ3Checkbox] .container-content .title,.root-web-sdk #containerForm .survey_step_4 div[class*=MyStrengthPNQ4Checkbox] .container-content .title,.root-web-sdk #containerForm .survey_step_4 div[class*=MyStrengthPNQ5Checkbox] .container-content .title,.root-web-sdk #containerForm .survey_step_4 div[class*=MyStrengthPNQ6Checkbox] .container-content .title,.root-web-sdk #containerForm .survey_step_4 div[class*=MyStrengthPNQ7Checkbox] .container-content .title,.root-web-sdk #containerForm .survey_step_4 div[class*=MyStrengthPNQ8Checkbox] .container-content .title,.root-web-sdk #containerForm .survey_step_5 div[class*=MyStrengthPNQ1Checkbox] .container-content .title,.root-web-sdk #containerForm .survey_step_5 div[class*=MyStrengthPNQ2Checkbox] .container-content .title,.root-web-sdk #containerForm .survey_step_5 div[class*=MyStrengthPNQ3Checkbox] .container-content .title,.root-web-sdk #containerForm .survey_step_5 div[class*=MyStrengthPNQ4Checkbox] .container-content .title,.root-web-sdk #containerForm .survey_step_5 div[class*=MyStrengthPNQ5Checkbox] .container-content .title,.root-web-sdk #containerForm .survey_step_5 div[class*=MyStrengthPNQ6Checkbox] .container-content .title,.root-web-sdk #containerForm .survey_step_5 div[class*=MyStrengthPNQ7Checkbox] .container-content .title,.root-web-sdk #containerForm .survey_step_5 div[class*=MyStrengthPNQ8Checkbox] .container-content .title,.root-web-sdk #containerForm .survey_step_6 div[class*=MyStrengthPNQ1Checkbox] .container-content .title,.root-web-sdk #containerForm .survey_step_6 div[class*=MyStrengthPNQ2Checkbox] .container-content .title,.root-web-sdk #containerForm .survey_step_6 div[class*=MyStrengthPNQ3Checkbox] .container-content .title,.root-web-sdk #containerForm .survey_step_6 div[class*=MyStrengthPNQ4Checkbox] .container-content .title,.root-web-sdk #containerForm .survey_step_6 div[class*=MyStrengthPNQ5Checkbox] .container-content .title,.root-web-sdk #containerForm .survey_step_6 div[class*=MyStrengthPNQ6Checkbox] .container-content .title,.root-web-sdk #containerForm .survey_step_6 div[class*=MyStrengthPNQ7Checkbox] .container-content .title,.root-web-sdk #containerForm .survey_step_6 div[class*=MyStrengthPNQ8Checkbox] .container-content .title,.root-web-sdk #containerForm .survey_step_7 div[class*=MyStrengthPNQ1Checkbox] .container-content .title,.root-web-sdk #containerForm .survey_step_7 div[class*=MyStrengthPNQ2Checkbox] .container-content .title,.root-web-sdk #containerForm .survey_step_7 div[class*=MyStrengthPNQ3Checkbox] .container-content .title,.root-web-sdk #containerForm .survey_step_7 div[class*=MyStrengthPNQ4Checkbox] .container-content .title,.root-web-sdk #containerForm .survey_step_7 div[class*=MyStrengthPNQ5Checkbox] .container-content .title,.root-web-sdk #containerForm .survey_step_7 div[class*=MyStrengthPNQ6Checkbox] .container-content .title,.root-web-sdk #containerForm .survey_step_7 div[class*=MyStrengthPNQ7Checkbox] .container-content .title,.root-web-sdk #containerForm .survey_step_7 div[class*=MyStrengthPNQ8Checkbox] .container-content .title,.root-web-sdk #containerForm .survey_step_8 div[class*=MyStrengthPNQ1Checkbox] .container-content .title,.root-web-sdk #containerForm .survey_step_8 div[class*=MyStrengthPNQ2Checkbox] .container-content .title,.root-web-sdk #containerForm .survey_step_8 div[class*=MyStrengthPNQ3Checkbox] .container-content .title,.root-web-sdk #containerForm .survey_step_8 div[class*=MyStrengthPNQ4Checkbox] .container-content .title,.root-web-sdk #containerForm .survey_step_8 div[class*=MyStrengthPNQ5Checkbox] .container-content .title,.root-web-sdk #containerForm .survey_step_8 div[class*=MyStrengthPNQ6Checkbox] .container-content .title,.root-web-sdk #containerForm .survey_step_8 div[class*=MyStrengthPNQ7Checkbox] .container-content .title,.root-web-sdk #containerForm .survey_step_8 div[class*=MyStrengthPNQ8Checkbox] .container-content .title{display:flex;flex:9;align-items:center;font-size:1.125rem;line-height:20px;margin-bottom:0;padding-left:1.5rem}.root-web-sdk #containerForm .survey_step_1 div[class*=MyStrengthPNQ1Checkbox] .container-content .field-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_1 div[class*=MyStrengthPNQ2Checkbox] .container-content .field-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_1 div[class*=MyStrengthPNQ3Checkbox] .container-content .field-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_1 div[class*=MyStrengthPNQ4Checkbox] .container-content .field-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_1 div[class*=MyStrengthPNQ5Checkbox] .container-content .field-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_1 div[class*=MyStrengthPNQ6Checkbox] .container-content .field-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_1 div[class*=MyStrengthPNQ7Checkbox] .container-content .field-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_1 div[class*=MyStrengthPNQ8Checkbox] .container-content .field-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_2 div[class*=MyStrengthPNQ1Checkbox] .container-content .field-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_2 div[class*=MyStrengthPNQ2Checkbox] .container-content .field-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_2 div[class*=MyStrengthPNQ3Checkbox] .container-content .field-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_2 div[class*=MyStrengthPNQ4Checkbox] .container-content .field-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_2 div[class*=MyStrengthPNQ5Checkbox] .container-content .field-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_2 div[class*=MyStrengthPNQ6Checkbox] .container-content .field-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_2 div[class*=MyStrengthPNQ7Checkbox] .container-content .field-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_2 div[class*=MyStrengthPNQ8Checkbox] .container-content .field-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_3 div[class*=MyStrengthPNQ1Checkbox] .container-content .field-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_3 div[class*=MyStrengthPNQ2Checkbox] .container-content .field-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_3 div[class*=MyStrengthPNQ3Checkbox] .container-content .field-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_3 div[class*=MyStrengthPNQ4Checkbox] .container-content .field-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_3 div[class*=MyStrengthPNQ5Checkbox] .container-content .field-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_3 div[class*=MyStrengthPNQ6Checkbox] .container-content .field-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_3 div[class*=MyStrengthPNQ7Checkbox] .container-content .field-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_3 div[class*=MyStrengthPNQ8Checkbox] .container-content .field-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_4 div[class*=MyStrengthPNQ1Checkbox] .container-content .field-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_4 div[class*=MyStrengthPNQ2Checkbox] .container-content .field-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_4 div[class*=MyStrengthPNQ3Checkbox] .container-content .field-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_4 div[class*=MyStrengthPNQ4Checkbox] .container-content .field-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_4 div[class*=MyStrengthPNQ5Checkbox] .container-content .field-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_4 div[class*=MyStrengthPNQ6Checkbox] .container-content .field-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_4 div[class*=MyStrengthPNQ7Checkbox] .container-content .field-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_4 div[class*=MyStrengthPNQ8Checkbox] .container-content .field-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_5 div[class*=MyStrengthPNQ1Checkbox] .container-content .field-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_5 div[class*=MyStrengthPNQ2Checkbox] .container-content .field-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_5 div[class*=MyStrengthPNQ3Checkbox] .container-content .field-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_5 div[class*=MyStrengthPNQ4Checkbox] .container-content .field-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_5 div[class*=MyStrengthPNQ5Checkbox] .container-content .field-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_5 div[class*=MyStrengthPNQ6Checkbox] .container-content .field-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_5 div[class*=MyStrengthPNQ7Checkbox] .container-content .field-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_5 div[class*=MyStrengthPNQ8Checkbox] .container-content .field-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_6 div[class*=MyStrengthPNQ1Checkbox] .container-content .field-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_6 div[class*=MyStrengthPNQ2Checkbox] .container-content .field-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_6 div[class*=MyStrengthPNQ3Checkbox] .container-content .field-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_6 div[class*=MyStrengthPNQ4Checkbox] .container-content .field-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_6 div[class*=MyStrengthPNQ5Checkbox] .container-content .field-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_6 div[class*=MyStrengthPNQ6Checkbox] .container-content .field-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_6 div[class*=MyStrengthPNQ7Checkbox] .container-content .field-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_6 div[class*=MyStrengthPNQ8Checkbox] .container-content .field-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_7 div[class*=MyStrengthPNQ1Checkbox] .container-content .field-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_7 div[class*=MyStrengthPNQ2Checkbox] .container-content .field-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_7 div[class*=MyStrengthPNQ3Checkbox] .container-content .field-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_7 div[class*=MyStrengthPNQ4Checkbox] .container-content .field-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_7 div[class*=MyStrengthPNQ5Checkbox] .container-content .field-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_7 div[class*=MyStrengthPNQ6Checkbox] .container-content .field-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_7 div[class*=MyStrengthPNQ7Checkbox] .container-content .field-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_7 div[class*=MyStrengthPNQ8Checkbox] .container-content .field-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_8 div[class*=MyStrengthPNQ1Checkbox] .container-content .field-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_8 div[class*=MyStrengthPNQ2Checkbox] .container-content .field-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_8 div[class*=MyStrengthPNQ3Checkbox] .container-content .field-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_8 div[class*=MyStrengthPNQ4Checkbox] .container-content .field-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_8 div[class*=MyStrengthPNQ5Checkbox] .container-content .field-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_8 div[class*=MyStrengthPNQ6Checkbox] .container-content .field-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_8 div[class*=MyStrengthPNQ7Checkbox] .container-content .field-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_8 div[class*=MyStrengthPNQ8Checkbox] .container-content .field-wrapper-web-sdk{display:flex;flex:1;justify-content:flex-end;align-items:center;margin-bottom:0;margin-right:1.5rem}.root-web-sdk #containerForm .survey_step_1 div[class*=MyStrengthPNQ1Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_1 div[class*=MyStrengthPNQ2Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_1 div[class*=MyStrengthPNQ3Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_1 div[class*=MyStrengthPNQ4Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_1 div[class*=MyStrengthPNQ5Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_1 div[class*=MyStrengthPNQ6Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_1 div[class*=MyStrengthPNQ7Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_1 div[class*=MyStrengthPNQ8Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_2 div[class*=MyStrengthPNQ1Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_2 div[class*=MyStrengthPNQ2Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_2 div[class*=MyStrengthPNQ3Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_2 div[class*=MyStrengthPNQ4Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_2 div[class*=MyStrengthPNQ5Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_2 div[class*=MyStrengthPNQ6Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_2 div[class*=MyStrengthPNQ7Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_2 div[class*=MyStrengthPNQ8Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_3 div[class*=MyStrengthPNQ1Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_3 div[class*=MyStrengthPNQ2Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_3 div[class*=MyStrengthPNQ3Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_3 div[class*=MyStrengthPNQ4Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_3 div[class*=MyStrengthPNQ5Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_3 div[class*=MyStrengthPNQ6Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_3 div[class*=MyStrengthPNQ7Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_3 div[class*=MyStrengthPNQ8Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_4 div[class*=MyStrengthPNQ1Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_4 div[class*=MyStrengthPNQ2Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_4 div[class*=MyStrengthPNQ3Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_4 div[class*=MyStrengthPNQ4Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_4 div[class*=MyStrengthPNQ5Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_4 div[class*=MyStrengthPNQ6Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_4 div[class*=MyStrengthPNQ7Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_4 div[class*=MyStrengthPNQ8Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_5 div[class*=MyStrengthPNQ1Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_5 div[class*=MyStrengthPNQ2Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_5 div[class*=MyStrengthPNQ3Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_5 div[class*=MyStrengthPNQ4Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_5 div[class*=MyStrengthPNQ5Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_5 div[class*=MyStrengthPNQ6Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_5 div[class*=MyStrengthPNQ7Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_5 div[class*=MyStrengthPNQ8Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_6 div[class*=MyStrengthPNQ1Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_6 div[class*=MyStrengthPNQ2Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_6 div[class*=MyStrengthPNQ3Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_6 div[class*=MyStrengthPNQ4Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_6 div[class*=MyStrengthPNQ5Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_6 div[class*=MyStrengthPNQ6Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_6 div[class*=MyStrengthPNQ7Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_6 div[class*=MyStrengthPNQ8Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_7 div[class*=MyStrengthPNQ1Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_7 div[class*=MyStrengthPNQ2Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_7 div[class*=MyStrengthPNQ3Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_7 div[class*=MyStrengthPNQ4Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_7 div[class*=MyStrengthPNQ5Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_7 div[class*=MyStrengthPNQ6Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_7 div[class*=MyStrengthPNQ7Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_7 div[class*=MyStrengthPNQ8Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_8 div[class*=MyStrengthPNQ1Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_8 div[class*=MyStrengthPNQ2Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_8 div[class*=MyStrengthPNQ3Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_8 div[class*=MyStrengthPNQ4Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_8 div[class*=MyStrengthPNQ5Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_8 div[class*=MyStrengthPNQ6Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_8 div[class*=MyStrengthPNQ7Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_8 div[class*=MyStrengthPNQ8Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk{padding-top:0;padding-bottom:0}.root-web-sdk #containerForm .survey_step_1 div[class*=MyStrengthPNQ1Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk .checkbox-input-web-sdk,.root-web-sdk #containerForm .survey_step_1 div[class*=MyStrengthPNQ2Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk .checkbox-input-web-sdk,.root-web-sdk #containerForm .survey_step_1 div[class*=MyStrengthPNQ3Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk .checkbox-input-web-sdk,.root-web-sdk #containerForm .survey_step_1 div[class*=MyStrengthPNQ4Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk .checkbox-input-web-sdk,.root-web-sdk #containerForm .survey_step_1 div[class*=MyStrengthPNQ5Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk .checkbox-input-web-sdk,.root-web-sdk #containerForm .survey_step_1 div[class*=MyStrengthPNQ6Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk .checkbox-input-web-sdk,.root-web-sdk #containerForm .survey_step_1 div[class*=MyStrengthPNQ7Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk .checkbox-input-web-sdk,.root-web-sdk #containerForm .survey_step_1 div[class*=MyStrengthPNQ8Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk .checkbox-input-web-sdk,.root-web-sdk #containerForm .survey_step_2 div[class*=MyStrengthPNQ1Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk .checkbox-input-web-sdk,.root-web-sdk #containerForm .survey_step_2 div[class*=MyStrengthPNQ2Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk .checkbox-input-web-sdk,.root-web-sdk #containerForm .survey_step_2 div[class*=MyStrengthPNQ3Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk .checkbox-input-web-sdk,.root-web-sdk #containerForm .survey_step_2 div[class*=MyStrengthPNQ4Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk .checkbox-input-web-sdk,.root-web-sdk #containerForm .survey_step_2 div[class*=MyStrengthPNQ5Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk .checkbox-input-web-sdk,.root-web-sdk #containerForm .survey_step_2 div[class*=MyStrengthPNQ6Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk .checkbox-input-web-sdk,.root-web-sdk #containerForm .survey_step_2 div[class*=MyStrengthPNQ7Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk .checkbox-input-web-sdk,.root-web-sdk #containerForm .survey_step_2 div[class*=MyStrengthPNQ8Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk .checkbox-input-web-sdk,.root-web-sdk #containerForm .survey_step_3 div[class*=MyStrengthPNQ1Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk .checkbox-input-web-sdk,.root-web-sdk #containerForm .survey_step_3 div[class*=MyStrengthPNQ2Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk .checkbox-input-web-sdk,.root-web-sdk #containerForm .survey_step_3 div[class*=MyStrengthPNQ3Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk .checkbox-input-web-sdk,.root-web-sdk #containerForm .survey_step_3 div[class*=MyStrengthPNQ4Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk .checkbox-input-web-sdk,.root-web-sdk #containerForm .survey_step_3 div[class*=MyStrengthPNQ5Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk .checkbox-input-web-sdk,.root-web-sdk #containerForm .survey_step_3 div[class*=MyStrengthPNQ6Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk .checkbox-input-web-sdk,.root-web-sdk #containerForm .survey_step_3 div[class*=MyStrengthPNQ7Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk .checkbox-input-web-sdk,.root-web-sdk #containerForm .survey_step_3 div[class*=MyStrengthPNQ8Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk .checkbox-input-web-sdk,.root-web-sdk #containerForm .survey_step_4 div[class*=MyStrengthPNQ1Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk .checkbox-input-web-sdk,.root-web-sdk #containerForm .survey_step_4 div[class*=MyStrengthPNQ2Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk .checkbox-input-web-sdk,.root-web-sdk #containerForm .survey_step_4 div[class*=MyStrengthPNQ3Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk .checkbox-input-web-sdk,.root-web-sdk #containerForm .survey_step_4 div[class*=MyStrengthPNQ4Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk .checkbox-input-web-sdk,.root-web-sdk #containerForm .survey_step_4 div[class*=MyStrengthPNQ5Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk .checkbox-input-web-sdk,.root-web-sdk #containerForm .survey_step_4 div[class*=MyStrengthPNQ6Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk .checkbox-input-web-sdk,.root-web-sdk #containerForm .survey_step_4 div[class*=MyStrengthPNQ7Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk .checkbox-input-web-sdk,.root-web-sdk #containerForm .survey_step_4 div[class*=MyStrengthPNQ8Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk .checkbox-input-web-sdk,.root-web-sdk #containerForm .survey_step_5 div[class*=MyStrengthPNQ1Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk .checkbox-input-web-sdk,.root-web-sdk #containerForm .survey_step_5 div[class*=MyStrengthPNQ2Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk .checkbox-input-web-sdk,.root-web-sdk #containerForm .survey_step_5 div[class*=MyStrengthPNQ3Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk .checkbox-input-web-sdk,.root-web-sdk #containerForm .survey_step_5 div[class*=MyStrengthPNQ4Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk .checkbox-input-web-sdk,.root-web-sdk #containerForm .survey_step_5 div[class*=MyStrengthPNQ5Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk .checkbox-input-web-sdk,.root-web-sdk #containerForm .survey_step_5 div[class*=MyStrengthPNQ6Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk .checkbox-input-web-sdk,.root-web-sdk #containerForm .survey_step_5 div[class*=MyStrengthPNQ7Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk .checkbox-input-web-sdk,.root-web-sdk #containerForm .survey_step_5 div[class*=MyStrengthPNQ8Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk .checkbox-input-web-sdk,.root-web-sdk #containerForm .survey_step_6 div[class*=MyStrengthPNQ1Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk .checkbox-input-web-sdk,.root-web-sdk #containerForm .survey_step_6 div[class*=MyStrengthPNQ2Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk .checkbox-input-web-sdk,.root-web-sdk #containerForm .survey_step_6 div[class*=MyStrengthPNQ3Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk .checkbox-input-web-sdk,.root-web-sdk #containerForm .survey_step_6 div[class*=MyStrengthPNQ4Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk .checkbox-input-web-sdk,.root-web-sdk #containerForm .survey_step_6 div[class*=MyStrengthPNQ5Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk .checkbox-input-web-sdk,.root-web-sdk #containerForm .survey_step_6 div[class*=MyStrengthPNQ6Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk .checkbox-input-web-sdk,.root-web-sdk #containerForm .survey_step_6 div[class*=MyStrengthPNQ7Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk .checkbox-input-web-sdk,.root-web-sdk #containerForm .survey_step_6 div[class*=MyStrengthPNQ8Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk .checkbox-input-web-sdk,.root-web-sdk #containerForm .survey_step_7 div[class*=MyStrengthPNQ1Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk .checkbox-input-web-sdk,.root-web-sdk #containerForm .survey_step_7 div[class*=MyStrengthPNQ2Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk .checkbox-input-web-sdk,.root-web-sdk #containerForm .survey_step_7 div[class*=MyStrengthPNQ3Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk .checkbox-input-web-sdk,.root-web-sdk #containerForm .survey_step_7 div[class*=MyStrengthPNQ4Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk .checkbox-input-web-sdk,.root-web-sdk #containerForm .survey_step_7 div[class*=MyStrengthPNQ5Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk .checkbox-input-web-sdk,.root-web-sdk #containerForm .survey_step_7 div[class*=MyStrengthPNQ6Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk .checkbox-input-web-sdk,.root-web-sdk #containerForm .survey_step_7 div[class*=MyStrengthPNQ7Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk .checkbox-input-web-sdk,.root-web-sdk #containerForm .survey_step_7 div[class*=MyStrengthPNQ8Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk .checkbox-input-web-sdk,.root-web-sdk #containerForm .survey_step_8 div[class*=MyStrengthPNQ1Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk .checkbox-input-web-sdk,.root-web-sdk #containerForm .survey_step_8 div[class*=MyStrengthPNQ2Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk .checkbox-input-web-sdk,.root-web-sdk #containerForm .survey_step_8 div[class*=MyStrengthPNQ3Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk .checkbox-input-web-sdk,.root-web-sdk #containerForm .survey_step_8 div[class*=MyStrengthPNQ4Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk .checkbox-input-web-sdk,.root-web-sdk #containerForm .survey_step_8 div[class*=MyStrengthPNQ5Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk .checkbox-input-web-sdk,.root-web-sdk #containerForm .survey_step_8 div[class*=MyStrengthPNQ6Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk .checkbox-input-web-sdk,.root-web-sdk #containerForm .survey_step_8 div[class*=MyStrengthPNQ7Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk .checkbox-input-web-sdk,.root-web-sdk #containerForm .survey_step_8 div[class*=MyStrengthPNQ8Checkbox] .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk .checkbox-input-web-sdk{--border-opacity:1;border-color:#919393;border-color:rgba(145, 147, 147, var(--border-opacity))}.root-web-sdk #containerForm .survey_step_1 .button-next_button,.root-web-sdk #containerForm .survey_step_2 .button-next_button,.root-web-sdk #containerForm .survey_step_3 .button-next_button,.root-web-sdk #containerForm .survey_step_4 .button-next_button,.root-web-sdk #containerForm .survey_step_5 .button-next_button,.root-web-sdk #containerForm .survey_step_6 .button-next_button,.root-web-sdk #containerForm .survey_step_7 .button-next_button,.root-web-sdk #containerForm .survey_step_8 .button-next_button{width:104px;--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity));font-size:1.125rem;line-height:20px;float:right;border-radius:9999px;--bg-opacity:1;background-color:#5b2f91;background-color:rgba(91, 47, 145, var(--bg-opacity));border-width:0;transition-duration:.3s}.root-web-sdk #containerForm .survey_step_1 .button-next_button:hover:not(.disabled),.root-web-sdk #containerForm .survey_step_2 .button-next_button:hover:not(.disabled),.root-web-sdk #containerForm .survey_step_3 .button-next_button:hover:not(.disabled),.root-web-sdk #containerForm .survey_step_4 .button-next_button:hover:not(.disabled),.root-web-sdk #containerForm .survey_step_5 .button-next_button:hover:not(.disabled),.root-web-sdk #containerForm .survey_step_6 .button-next_button:hover:not(.disabled),.root-web-sdk #containerForm .survey_step_7 .button-next_button:hover:not(.disabled),.root-web-sdk #containerForm .survey_step_8 .button-next_button:hover:not(.disabled){--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity));--bg-opacity:1;background-color:#5b2f91;background-color:rgba(91, 47, 145, var(--bg-opacity))}.root-web-sdk #containerForm .survey_step_1 .button-next_button:focus:not(.disabled),.root-web-sdk #containerForm .survey_step_2 .button-next_button:focus:not(.disabled),.root-web-sdk #containerForm .survey_step_3 .button-next_button:focus:not(.disabled),.root-web-sdk #containerForm .survey_step_4 .button-next_button:focus:not(.disabled),.root-web-sdk #containerForm .survey_step_5 .button-next_button:focus:not(.disabled),.root-web-sdk #containerForm .survey_step_6 .button-next_button:focus:not(.disabled),.root-web-sdk #containerForm .survey_step_7 .button-next_button:focus:not(.disabled),.root-web-sdk #containerForm .survey_step_8 .button-next_button:focus:not(.disabled){border-style:none;--text-opacity:1;color:#351f65;color:rgba(53, 31, 101, var(--text-opacity));--bg-opacity:1;background-color:#f9f5ff;background-color:rgba(249, 245, 255, var(--bg-opacity));--border-opacity:1;border-color:#f9f5ff;border-color:rgba(249, 245, 255, var(--border-opacity));box-shadow:0 0 0 2px #fff,0 0 2px 4px rgba(81,86,245,0.6)}.root-web-sdk #containerForm .survey_step_1 .button-next_button:active:not(.disabled),.root-web-sdk #containerForm .survey_step_2 .button-next_button:active:not(.disabled),.root-web-sdk #containerForm .survey_step_3 .button-next_button:active:not(.disabled),.root-web-sdk #containerForm .survey_step_4 .button-next_button:active:not(.disabled),.root-web-sdk #containerForm .survey_step_5 .button-next_button:active:not(.disabled),.root-web-sdk #containerForm .survey_step_6 .button-next_button:active:not(.disabled),.root-web-sdk #containerForm .survey_step_7 .button-next_button:active:not(.disabled),.root-web-sdk #containerForm .survey_step_8 .button-next_button:active:not(.disabled){--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity));--bg-opacity:1;background-color:#5b2f91;background-color:rgba(91, 47, 145, var(--bg-opacity))}.root-web-sdk #containerForm .survey_step_1 .select,.root-web-sdk #containerForm .survey_step_2 .select,.root-web-sdk #containerForm .survey_step_3 .select,.root-web-sdk #containerForm .survey_step_4 .select,.root-web-sdk #containerForm .survey_step_5 .select,.root-web-sdk #containerForm .survey_step_6 .select,.root-web-sdk #containerForm .survey_step_7 .select,.root-web-sdk #containerForm .survey_step_8 .select{--bg-opacity:1;background-color:#f5f0fd;background-color:rgba(245, 240, 253, var(--bg-opacity))}.root-web-sdk #containerForm .survey_step_1 .select .container-content,.root-web-sdk #containerForm .survey_step_2 .select .container-content,.root-web-sdk #containerForm .survey_step_3 .select .container-content,.root-web-sdk #containerForm .survey_step_4 .select .container-content,.root-web-sdk #containerForm .survey_step_5 .select .container-content,.root-web-sdk #containerForm .survey_step_6 .select .container-content,.root-web-sdk #containerForm .survey_step_7 .select .container-content,.root-web-sdk #containerForm .survey_step_8 .select .container-content{width:100%;display:flex;align-items:center;justify-content:center}.root-web-sdk #containerForm .survey_step_1 .select .container-content .title,.root-web-sdk #containerForm .survey_step_2 .select .container-content .title,.root-web-sdk #containerForm .survey_step_3 .select .container-content .title,.root-web-sdk #containerForm .survey_step_4 .select .container-content .title,.root-web-sdk #containerForm .survey_step_5 .select .container-content .title,.root-web-sdk #containerForm .survey_step_6 .select .container-content .title,.root-web-sdk #containerForm .survey_step_7 .select .container-content .title,.root-web-sdk #containerForm .survey_step_8 .select .container-content .title{display:flex;flex:9;align-items:center;font-size:1.125rem;line-height:20px;margin-bottom:0;padding-left:1.5rem}.root-web-sdk #containerForm .survey_step_1 .select .container-content .field-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_2 .select .container-content .field-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_3 .select .container-content .field-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_4 .select .container-content .field-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_5 .select .container-content .field-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_6 .select .container-content .field-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_7 .select .container-content .field-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_8 .select .container-content .field-wrapper-web-sdk{display:flex;flex:1;justify-content:flex-end;align-items:center;margin-bottom:0;margin-right:1.5rem}.root-web-sdk #containerForm .survey_step_1 .select .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_2 .select .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_3 .select .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_4 .select .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_5 .select .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_6 .select .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_7 .select .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk,.root-web-sdk #containerForm .survey_step_8 .select .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk{padding-top:0;padding-bottom:0}.root-web-sdk #containerForm .survey_step_1 .select .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk .checkbox-input-web-sdk,.root-web-sdk #containerForm .survey_step_2 .select .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk .checkbox-input-web-sdk,.root-web-sdk #containerForm .survey_step_3 .select .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk .checkbox-input-web-sdk,.root-web-sdk #containerForm .survey_step_4 .select .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk .checkbox-input-web-sdk,.root-web-sdk #containerForm .survey_step_5 .select .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk .checkbox-input-web-sdk,.root-web-sdk #containerForm .survey_step_6 .select .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk .checkbox-input-web-sdk,.root-web-sdk #containerForm .survey_step_7 .select .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk .checkbox-input-web-sdk,.root-web-sdk #containerForm .survey_step_8 .select .container-content .field-wrapper-web-sdk .checkbox-wrapper-web-sdk .checkbox-input-web-sdk{--border-opacity:1;border-color:#919393;border-color:rgba(145, 147, 147, var(--border-opacity))}@media (min-width: 475px){.root-web-sdk #containerForm .survey_transition{max-width:475px;margin:0 auto}}.root-web-sdk #containerForm .survey_transition .progress_bar{height:.5rem;border-radius:9999px;--bg-opacity:1;background-color:#dfe0df;background-color:rgba(223, 224, 223, var(--bg-opacity));margin-bottom:1.5rem}.root-web-sdk #containerForm .survey_transition .progress_bar .blue_progress_bar{width:25%;border-width:0;height:.5rem;border-radius:9999px;--bg-opacity:1;background-color:#0078bc;background-color:rgba(0, 120, 188, var(--bg-opacity))}.root-web-sdk #containerForm .survey_transition .MyStrengthOnboardingTransitionCardContainer{background-image:url(https://assets.livongo.com/image/upload/v1713371670/web-sdk/icons/ic_tdh_onbrd_pn_transition_c5gknr.png);background-size:cover;background-repeat:no-repeat;background-position:50%;border-radius:.25rem;width:100%;height:246px}@media (min-width: 475px){.root-web-sdk #containerForm .survey_transition .MyStrengthOnboardingTransitionCardContainer{height:184px}}.root-web-sdk #containerForm .survey_transition .MyStrengthOnboardingTransitionTitle{font-weight:700;font-size:1.875rem;line-height:2.25rem;margin-top:1rem;margin-bottom:.5rem}@media (min-width: 475px){.root-web-sdk #containerForm .survey_transition .MyStrengthOnboardingTransitionTitle{font-size:2.25rem;margin-top:1.5rem;margin-bottom:.5rem;line-height:2.5rem}}.root-web-sdk #containerForm .survey_transition .MyStrengthOnboardingTransitionText{margin-bottom:1.5rem;font-style:normal;font-weight:400;font-size:18px;line-height:24px;--text-opacity:1;color:#373939;color:rgba(55, 57, 57, var(--text-opacity))}@media (min-width: 475px){.root-web-sdk #containerForm .survey_transition .MyStrengthOnboardingTransitionText{line-height:28px}}.root-web-sdk #containerForm .survey_transition .button-MyStrengthOnboardingTransitionButton{width:104px;font-size:1.125rem;line-height:20px;float:right;border-radius:9999px;border-width:0;transition-duration:.3s}.root-web-sdk #containerForm .survey_transition .button-MyStrengthOnboardingTransitionButton,.root-web-sdk #containerForm .survey_transition .button-MyStrengthOnboardingTransitionButton:hover:not(.disabled){--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity));--bg-opacity:1;background-color:#5b2f91;background-color:rgba(91, 47, 145, var(--bg-opacity))}.root-web-sdk #containerForm .survey_transition .button-MyStrengthOnboardingTransitionButton:focus:not(.disabled){border-style:none;--text-opacity:1;color:#351f65;color:rgba(53, 31, 101, var(--text-opacity));--bg-opacity:1;background-color:#f9f5ff;background-color:rgba(249, 245, 255, var(--bg-opacity));--border-opacity:1;border-color:#f9f5ff;border-color:rgba(249, 245, 255, var(--border-opacity));box-shadow:0 0 0 2px #fff,0 0 2px 4px rgba(81,86,245,0.6)}.root-web-sdk #containerForm .survey_transition .button-MyStrengthOnboardingTransitionButton:active:not(.disabled){--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity));--bg-opacity:1;background-color:#5b2f91;background-color:rgba(91, 47, 145, var(--bg-opacity))}@media (min-width: 475px){.root-web-sdk #containerForm .survey_results{max-width:475px;margin:0 auto}}.root-web-sdk #containerForm .survey_results .progress_bar{height:.5rem;border-radius:9999px;--bg-opacity:1;background-color:#dfe0df;background-color:rgba(223, 224, 223, var(--bg-opacity));margin-bottom:1.5rem}.root-web-sdk #containerForm .survey_results .progress_bar .blue_progress_bar{width:28%;border-width:0;height:.5rem;border-radius:9999px;--bg-opacity:1;background-color:#0078bc;background-color:rgba(0, 120, 188, var(--bg-opacity))}@media (min-width: 475px){.root-web-sdk #containerForm .assessment{max-width:475px;margin:0 auto}}.root-web-sdk #containerForm .assessment .progress_bar{height:.5rem;border-radius:9999px;--bg-opacity:1;background-color:#dfe0df;background-color:rgba(223, 224, 223, var(--bg-opacity));margin-bottom:1.5rem}.root-web-sdk #containerForm .assessment .progress_bar .blue_progress_bar{width:32%;border-width:0;height:.5rem;border-radius:9999px;--bg-opacity:1;background-color:#0078bc;background-color:rgba(0, 120, 188, var(--bg-opacity))}.root-web-sdk #containerForm .assessment .MyStrengthAssessmentCardContainer{border-radius:.25rem;width:100%;height:246px}@media (min-width: 475px){.root-web-sdk #containerForm .assessment .MyStrengthAssessmentCardContainer{height:184px}}.root-web-sdk #containerForm .assessment .MyStrengthAssessmentCardContainer .image-wrapper-web-sdk{height:100% !important}.root-web-sdk #containerForm .assessment .MyStrengthAssessmentCardContainer .image-wrapper-web-sdk .image-container-web-sdk{width:100%;height:100%}.root-web-sdk #containerForm .assessment .MyStrengthAssessmentCardContainer .image-wrapper-web-sdk .image-container-web-sdk img{width:100%;-o-object-fit:cover;object-fit:cover}.root-web-sdk #containerForm .assessment .MyStrengthAssessmentTitle{font-weight:700;font-size:1.875rem;line-height:2.25rem;margin-top:1rem;margin-bottom:.5rem}@media (min-width: 475px){.root-web-sdk #containerForm .assessment .MyStrengthAssessmentTitle{font-size:2.25rem;margin-top:1.5rem;margin-bottom:.5rem;line-height:2.5rem}}.root-web-sdk #containerForm .assessment .MyStrengthAssessmentText{margin-bottom:1.5rem;font-style:normal;font-weight:400;font-size:18px;line-height:24px;--text-opacity:1;color:#373939;color:rgba(55, 57, 57, var(--text-opacity))}@media (min-width: 475px){.root-web-sdk #containerForm .assessment .MyStrengthAssessmentText{line-height:28px}}.root-web-sdk #containerForm .assessment .button-MyStrengthAssessmentButton{width:104px;font-size:1.125rem;line-height:20px;float:right;border-radius:9999px;border-width:0}.root-web-sdk #containerForm .assessment .button-MyStrengthAssessmentButton,.root-web-sdk #containerForm .assessment .button-MyStrengthAssessmentButton:hover:not(.disabled){--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity));--bg-opacity:1;background-color:#5b2f91;background-color:rgba(91, 47, 145, var(--bg-opacity))}.root-web-sdk #containerForm .assessment .button-MyStrengthAssessmentButton:focus:not(.disabled){border-style:none;box-shadow:none}.root-web-sdk #containerForm .assessment .button-MyStrengthAssessmentButton:active:not(.disabled){--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity));--bg-opacity:1;background-color:#5b2f91;background-color:rgba(91, 47, 145, var(--bg-opacity))}@media (min-width: 475px){.root-web-sdk #containerForm .assessment_transition{max-width:475px;margin:0 auto}}.root-web-sdk #containerForm .assessment_transition .progress_bar{height:.5rem;border-radius:9999px;--bg-opacity:1;background-color:#dfe0df;background-color:rgba(223, 224, 223, var(--bg-opacity));margin-bottom:1.5rem}.root-web-sdk #containerForm .assessment_transition .progress_bar .blue_progress_bar{width:100%;border-width:0;height:.5rem;border-radius:9999px;--bg-opacity:1;background-color:#0078bc;background-color:rgba(0, 120, 188, var(--bg-opacity))}.root-web-sdk #containerForm .assessment_transition .MyStrengthTransitionCardContainer{background-image:url(https://assets.livongo.com/image/upload/v1713371670/web-sdk/icons/ic_tdh_onbrd_pn_transition_c5gknr.png);background-size:cover;background-repeat:no-repeat;background-position:50%;border-radius:.25rem;width:100%;height:246px}@media (min-width: 475px){.root-web-sdk #containerForm .assessment_transition .MyStrengthTransitionCardContainer{height:184px}}.root-web-sdk #containerForm .assessment_transition .MyStrengthTransitionTitle{font-weight:700;font-size:1.875rem;line-height:2.25rem;margin-top:1rem;margin-bottom:.5rem}@media (min-width: 475px){.root-web-sdk #containerForm .assessment_transition .MyStrengthTransitionTitle{font-size:2.25rem;margin-top:1.5rem;margin-bottom:.5rem;line-height:2.5rem}}.root-web-sdk #containerForm .assessment_transition .MyStrengthTransitionText{margin-bottom:1.5rem;font-style:normal;font-weight:400;font-size:18px;line-height:24px;--text-opacity:1;color:#373939;color:rgba(55, 57, 57, var(--text-opacity))}@media (min-width: 475px){.root-web-sdk #containerForm .assessment_transition .MyStrengthTransitionText{line-height:28px}}.root-web-sdk #containerForm .assessment_transition .button-MyStrengthTransitionButton{width:104px;font-size:1.125rem;line-height:20px;float:right;border-radius:9999px;border-width:0}.root-web-sdk #containerForm .assessment_transition .button-MyStrengthTransitionButton,.root-web-sdk #containerForm .assessment_transition .button-MyStrengthTransitionButton:hover:not(.disabled){--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity));--bg-opacity:1;background-color:#5b2f91;background-color:rgba(91, 47, 145, var(--bg-opacity))}.root-web-sdk #containerForm .assessment_transition .button-MyStrengthTransitionButton:focus:not(.disabled){border-style:none;box-shadow:none}.root-web-sdk #containerForm .assessment_transition .button-MyStrengthTransitionButton:active:not(.disabled){--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity));--bg-opacity:1;background-color:#5b2f91;background-color:rgba(91, 47, 145, var(--bg-opacity))}@media (min-width: 475px){.root-web-sdk #containerForm .crisis{max-width:475px;margin:0 auto}}.root-web-sdk #containerForm .crisis .MyStrengthCrisisTitle{font-weight:700;font-size:1.875rem;line-height:2.25rem;margin-top:1rem;margin-bottom:.5rem}@media (min-width: 475px){.root-web-sdk #containerForm .crisis .MyStrengthCrisisTitle{font-size:2.25rem;margin-top:1.5rem;margin-bottom:.5rem;line-height:2.5rem}}.root-web-sdk #containerForm .crisis .MyStrengthCrisisText{margin-bottom:1.5rem;font-style:normal;font-weight:400;font-size:18px;line-height:24px;--text-opacity:1;color:#373939;color:rgba(55, 57, 57, var(--text-opacity))}@media (min-width: 475px){.root-web-sdk #containerForm .crisis .MyStrengthCrisisText{line-height:28px}}.root-web-sdk #containerForm .crisis .button-MyStrengthCrisisHelpButton{width:170px;margin-top:0.5rem !important;margin-bottom:0.5rem !important}.root-web-sdk #containerForm .crisis .button-MyStrengthCrisisHelpButton:hover:not(.disabled){--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity));--bg-opacity:1;background-color:#5b2f91;background-color:rgba(91, 47, 145, var(--bg-opacity))}.root-web-sdk #containerForm .crisis .button-MyStrengthCrisisHelpButton:focus:not(.disabled){box-shadow:none}.root-web-sdk #containerForm .crisis .button-MyStrengthCrisisHelpButton:active:not(.disabled){--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity));--bg-opacity:1;background-color:#5b2f91;background-color:rgba(91, 47, 145, var(--bg-opacity))}.root-web-sdk #containerForm .crisis .button-MyStrengthCrisisButton{width:104px;margin-top:0.5rem !important;--text-opacity:1;color:#5b2f91;color:rgba(91, 47, 145, var(--text-opacity));font-weight:700;font-size:1.125rem;line-height:20px;float:right;border-radius:.5rem;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));box-shadow:0 4px 10px 0 rgba(0,0,0,0.16);border-width:0}.root-web-sdk #containerForm .crisis .button-MyStrengthCrisisButton:hover:not(.disabled){--text-opacity:1;color:#5b2f91;color:rgba(91, 47, 145, var(--text-opacity));background-color:transparent}.root-web-sdk #containerForm .crisis .button-MyStrengthCrisisButton:focus:not(.disabled){border-style:none;box-shadow:0 4px 10px 0 rgba(0,0,0,0.16)}.root-web-sdk #containerForm .crisis .button-MyStrengthCrisisButton:active:not(.disabled){--text-opacity:1;color:#5b2f91;color:rgba(91, 47, 145, var(--text-opacity));background-color:transparent}@media (min-width: 475px){.root-web-sdk #containerForm .eligibility{max-width:475px;margin:0 auto}}.root-web-sdk #containerForm .eligibility .MyStrengthIneligibleLogoContainer{border-radius:.25rem;width:100%;height:246px}@media (min-width: 475px){.root-web-sdk #containerForm .eligibility .MyStrengthIneligibleLogoContainer{height:184px}}.root-web-sdk #containerForm .eligibility .MyStrengthIneligibleLogoContainer .image-wrapper-web-sdk{height:100% !important}.root-web-sdk #containerForm .eligibility .MyStrengthIneligibleLogoContainer .image-wrapper-web-sdk .image-container-web-sdk{width:100%;height:100%}.root-web-sdk #containerForm .eligibility .MyStrengthIneligibleLogoContainer .image-wrapper-web-sdk .image-container-web-sdk img{width:100%;-o-object-fit:cover;object-fit:cover}.root-web-sdk #containerForm .eligibility .MyStrengthIneligibleTitle{font-weight:700;font-size:1.875rem;line-height:2.25rem;margin-top:1rem;margin-bottom:.5rem}@media (min-width: 475px){.root-web-sdk #containerForm .eligibility .MyStrengthIneligibleTitle{font-size:2.25rem;margin-top:1.5rem;margin-bottom:.5rem;line-height:2.5rem}}.root-web-sdk #containerForm .eligibility .MyStrengthIneligibleText{margin-bottom:1.5rem;font-style:normal;font-weight:400;font-size:18px;line-height:24px;--text-opacity:1;color:#373939;color:rgba(55, 57, 57, var(--text-opacity))}@media (min-width: 475px){.root-web-sdk #containerForm .eligibility .MyStrengthIneligibleText{line-height:28px}}.root-web-sdk #containerForm .eligibility .button-MyStrengthIneligibleButton{width:104px;--text-opacity:1;color:#5b2f91;color:rgba(91, 47, 145, var(--text-opacity));font-weight:700;font-size:1.125rem;line-height:20px;float:right;border-radius:.5rem;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));box-shadow:0 4px 10px 0 rgba(0,0,0,0.16);border-width:0}.root-web-sdk #containerForm .eligibility .button-MyStrengthIneligibleButton:hover:not(.disabled){--text-opacity:1;color:#5b2f91;color:rgba(91, 47, 145, var(--text-opacity));background-color:transparent}.root-web-sdk #containerForm .eligibility .button-MyStrengthIneligibleButton:focus:not(.disabled){border-style:none;box-shadow:0 4px 10px 0 rgba(0,0,0,0.16)}.root-web-sdk #containerForm .eligibility .button-MyStrengthIneligibleButton:active:not(.disabled){--text-opacity:1;color:#5b2f91;color:rgba(91, 47, 145, var(--text-opacity));background-color:transparent}.root-web-sdk #containerForm .dialog-overlay-web-sdk .get_help_dialog{padding-top:.5rem}.root-web-sdk #containerForm .assessment_results .button-left-arrow-web-sdk{display:none}@media (min-width: 475px){.root-web-sdk #containerForm .assessment_results{max-width:496px;margin:0 auto}}.root-web-sdk #containerForm .assessment_results .progress_bar{height:.5rem;border-radius:9999px;--bg-opacity:1;background-color:#dfe0df;background-color:rgba(223, 224, 223, var(--bg-opacity));margin-bottom:1.5rem}.root-web-sdk #containerForm .assessment_results .progress_bar .blue_progress_bar{width:100%;border-width:0;height:.5rem;border-radius:9999px;--bg-opacity:1;background-color:#0078bc;background-color:rgba(0, 120, 188, var(--bg-opacity))}.root-web-sdk #containerForm .assessment_results .MyStrengthResultsTitle{font-weight:700;font-size:1.875rem;line-height:2.25rem;margin-top:1rem;margin-bottom:.5rem}@media (min-width: 475px){.root-web-sdk #containerForm .assessment_results .MyStrengthResultsTitle{font-size:2.25rem;margin-top:1.5rem;margin-bottom:.5rem;line-height:2.5rem}}.root-web-sdk #containerForm .assessment_results .MyStrengthResultsText{margin-bottom:1.5rem;font-style:normal;font-weight:400;font-size:18px;line-height:24px;--text-opacity:1;color:#373939;color:rgba(55, 57, 57, var(--text-opacity))}@media (min-width: 475px){.root-web-sdk #containerForm .assessment_results .MyStrengthResultsText{line-height:28px}}.root-web-sdk #containerForm .assessment_results .MystrengthAssessmentResultField{padding:1.5rem;border-width:1px;border-radius:.75rem;margin-bottom:1.5rem;--border-opacity:1;border-color:#eff1f1;border-color:rgba(239, 241, 241, var(--border-opacity));box-shadow:0 1px 4px 1px rgba(0,0,0,0.08);overflow:hidden;position:relative}.root-web-sdk #containerForm .assessment_results .MystrengthAssessmentResultField .ic_tdh_myS_onboarding_stress{background-image:url(https://assets.livongo.com/image/upload/v1713277821/web-sdk/icons/ic_tdh_myS_onboarding_stress.svg);position:absolute;width:104px;height:104px;right:-1rem;top:-1rem;background-size:cover;background-repeat:no-repeat}.root-web-sdk #containerForm .assessment_results .MystrengthAssessmentResultField .assessment_result_prompt{margin-top:0;margin-bottom:0;font-style:normal;font-weight:700;font-size:18px;line-height:24px;--text-opacity:1;color:#696b6b;color:rgba(105, 107, 107, var(--text-opacity))}@media (min-width: 475px){.root-web-sdk #containerForm .assessment_results .MystrengthAssessmentResultField .assessment_result_prompt{line-height:28px}}.root-web-sdk #containerForm .assessment_results .MystrengthAssessmentResultField .assessment_result_title{font-weight:700;font-size:1.875rem;line-height:2.25rem;margin-top:.25rem;margin-bottom:.25rem;max-width:calc(100% - 65px)}@media (min-width: 475px){.root-web-sdk #containerForm .assessment_results .MystrengthAssessmentResultField .assessment_result_title{font-size:2.25rem;margin-top:.5rem;margin-bottom:.5rem;line-height:2.5rem}}.root-web-sdk #containerForm .assessment_results .MystrengthAssessmentResultField .assessment_result_description{font-size:1.125rem;margin-bottom:1.5rem;line-height:1.75rem}@media (min-width: 475px){.root-web-sdk #containerForm .assessment_results .MystrengthAssessmentResultField .assessment_result_description{line-height:1.5rem}}.root-web-sdk #containerForm .assessment_results .MystrengthAssessmentResultField .assessment_result_subtitle{font-weight:700;font-size:1.125rem;margin-bottom:.25rem;--text-opacity:1;color:#696b6b;color:rgba(105, 107, 107, var(--text-opacity))}@media (min-width: 475px){.root-web-sdk #containerForm .assessment_results .MystrengthAssessmentResultField .assessment_result_subtitle{margin-bottom:.5rem}}.root-web-sdk #containerForm .assessment_results .MystrengthAssessmentResultField .list-web-sdk li{font-weight:400;font-size:1.125rem;margin-top:.5rem;margin-bottom:.5rem}.root-web-sdk #containerForm .assessment_results div[class*=plan_checkmark_item]{display:flex;flex-direction:row-reverse;justify-content:flex-end}.root-web-sdk #containerForm .assessment_results div[class*=plan_checkmark_item] div[class*=plan_checkmark_text]{margin-bottom:.5rem;font-style:normal;font-weight:400;font-size:1.125rem;line-height:1.5rem;--text-opacity:1;color:#373939;color:rgba(55, 57, 57, var(--text-opacity));margin-left:1.25rem}.root-web-sdk #containerForm .assessment_results div[class*=plan_checkmark_item] .ic_tdh_check_default{background-image:url(https://assets.livongo.com/image/upload/v1713277096/web-sdk/icons/ic_tdh_check_default.svg);background-size:cover;background-repeat:no-repeat;background-position:50%;width:1rem;height:.75rem;margin-top:6px;margin-left:.25rem}.root-web-sdk #containerForm .assessment_results .button-MyStrengthResultsButton{width:104px;font-size:1.125rem;line-height:20px;float:right;border-radius:9999px;border-width:0}.root-web-sdk #containerForm .assessment_results .button-MyStrengthResultsButton,.root-web-sdk #containerForm .assessment_results .button-MyStrengthResultsButton:hover:not(.disabled){--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity));--bg-opacity:1;background-color:#5b2f91;background-color:rgba(91, 47, 145, var(--bg-opacity))}.root-web-sdk #containerForm .assessment_results .button-MyStrengthResultsButton:focus:not(.disabled){border-style:none;box-shadow:none}.root-web-sdk #containerForm .assessment_results .button-MyStrengthResultsButton:active:not(.disabled){--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity));--bg-opacity:1;background-color:#5b2f91;background-color:rgba(91, 47, 145, var(--bg-opacity))}.root-web-sdk #containerForm .assessment_plan .button-left-arrow-web-sdk{display:none}@media (min-width: 475px){.root-web-sdk #containerForm .assessment_plan{max-width:496px;margin:0 auto}}.root-web-sdk #containerForm .assessment_plan .progress_bar{height:.5rem;border-radius:9999px;--bg-opacity:1;background-color:#dfe0df;background-color:rgba(223, 224, 223, var(--bg-opacity));margin-bottom:1.5rem}.root-web-sdk #containerForm .assessment_plan .progress_bar .blue_progress_bar{width:100%;border-width:0;height:.5rem;border-radius:9999px;--bg-opacity:1;background-color:#0078bc;background-color:rgba(0, 120, 188, var(--bg-opacity))}.root-web-sdk #containerForm .assessment_plan .MyStrengthPlanTitle{font-weight:700;font-size:1.875rem;line-height:2.25rem;margin-top:.5rem;margin-bottom:1.5rem}@media (min-width: 475px){.root-web-sdk #containerForm .assessment_plan .MyStrengthPlanTitle{font-size:2.25rem;margin-top:1rem;margin-bottom:1.5rem;line-height:2.5rem}}.root-web-sdk #containerForm .assessment_plan .MystrengthAssessmentPlanField{flex-direction:column;padding:1.5rem;border-width:1px;border-radius:.75rem;margin-bottom:1.5rem;--border-opacity:1;border-color:#eff1f1;border-color:rgba(239, 241, 241, var(--border-opacity));box-shadow:0 1px 4px 1px rgba(0,0,0,0.08);overflow:hidden;position:relative}.root-web-sdk #containerForm .assessment_plan .MystrengthAssessmentPlanField .assessment_plan_icon_container{position:absolute;width:104px;height:104px;right:-1rem;border-radius:9999px;top:-1rem;display:flex;justify-content:center;align-items:center;--bg-opacity:1;background-color:#e2f3ff;background-color:rgba(226, 243, 255, var(--bg-opacity))}.root-web-sdk #containerForm .assessment_plan .MystrengthAssessmentPlanField .assessment_plan_icon_container .ic_tdh_myS_thumbs_up{width:2rem;height:2rem;background-image:url(https://assets.livongo.com/image/upload/v1713277881/web-sdk/icons/ic_tdh_myS_thumbs_up.svg);background-size:cover}.root-web-sdk #containerForm .assessment_plan .MystrengthAssessmentPlanField .assessment_plan_primary_prompt{margin-top:0;margin-bottom:0;font-style:normal;font-weight:700;font-size:18px;line-height:24px;--text-opacity:1;color:#696b6b;color:rgba(105, 107, 107, var(--text-opacity))}@media (min-width: 475px){.root-web-sdk #containerForm .assessment_plan .MystrengthAssessmentPlanField .assessment_plan_primary_prompt{line-height:28px}}.root-web-sdk #containerForm .assessment_plan .MystrengthAssessmentPlanField .assessment_plan_primary_title{font-weight:700;font-size:1.875rem;line-height:2.25rem;margin-top:.25rem;margin-bottom:.25rem;max-width:calc(100% - 65px)}@media (min-width: 475px){.root-web-sdk #containerForm .assessment_plan .MystrengthAssessmentPlanField .assessment_plan_primary_title{font-size:2.25rem;margin-top:.5rem;margin-bottom:.5rem;line-height:2.5rem}}.root-web-sdk #containerForm .assessment_plan .MystrengthAssessmentPlanField .assessment_plan_primary_description{font-size:1.125rem;margin-bottom:1.5rem;line-height:1.75rem}@media (min-width: 475px){.root-web-sdk #containerForm .assessment_plan .MystrengthAssessmentPlanField .assessment_plan_primary_description{line-height:1.5rem}}.root-web-sdk #containerForm .assessment_plan .MystrengthAssessmentPlanField div[class*=primary_plan_checkmark_item]{display:flex;flex-direction:row-reverse;justify-content:flex-end}.root-web-sdk #containerForm .assessment_plan .MystrengthAssessmentPlanField div[class*=primary_plan_checkmark_item] div[class*=plan_checkmark_text]{margin-bottom:.5rem;font-style:normal;font-weight:400;font-size:1.125rem;line-height:1.5rem;--text-opacity:1;color:#373939;color:rgba(55, 57, 57, var(--text-opacity));margin-left:1.25rem}.root-web-sdk #containerForm .assessment_plan .MystrengthAssessmentPlanField div[class*=primary_plan_checkmark_item] .ic_tdh_check_default{background-image:url(https://assets.livongo.com/image/upload/v1713277096/web-sdk/icons/ic_tdh_check_default.svg);background-size:cover;background-repeat:no-repeat;background-position:50%;width:1rem;height:.75rem;margin-top:6px;margin-left:.25rem}.root-web-sdk #containerForm .assessment_plan .MystrengthAssessmentPlanField .assessment_plan_secondary_prompt{margin-bottom:0;font-style:normal;font-weight:700;font-size:1.125rem;line-height:1.5rem;--text-opacity:1;color:#696b6b;color:rgba(105, 107, 107, var(--text-opacity))}@media (min-width: 475px){.root-web-sdk #containerForm .assessment_plan .MystrengthAssessmentPlanField .assessment_plan_secondary_prompt{line-height:28px}}.root-web-sdk #containerForm .assessment_plan .MystrengthAssessmentPlanField .container-web-sdk p[class*=assessment_plan_remaining_title_]{--text-opacity:1;color:#373939;color:rgba(55, 57, 57, var(--text-opacity));font-size:1.875rem;margin-top:.5rem;margin-bottom:.5rem}.root-web-sdk #containerForm .assessment_plan .MystrengthAssessmentPlanField .container-web-sdk p[class*=assessment_plan_remaining_description_]{font-size:1.125rem;margin-bottom:1.5rem;line-height:1.75rem}@media (min-width: 475px){.root-web-sdk #containerForm .assessment_plan .MystrengthAssessmentPlanField .container-web-sdk p[class*=assessment_plan_remaining_description_]{line-height:1.5rem}}.root-web-sdk #containerForm .assessment_plan .MystrengthAssessmentPlanField .container-web-sdk div[class*=plan_checkmark_item]{display:flex;flex-direction:row-reverse;justify-content:flex-end}.root-web-sdk #containerForm .assessment_plan .MystrengthAssessmentPlanField .container-web-sdk div[class*=plan_checkmark_item] div[class*=plan_checkmark_text]{margin-bottom:.5rem;font-style:normal;font-weight:400;font-size:1.125rem;line-height:1.5rem;--text-opacity:1;color:#373939;color:rgba(55, 57, 57, var(--text-opacity));margin-left:1.25rem}.root-web-sdk #containerForm .assessment_plan .MystrengthAssessmentPlanField .container-web-sdk div[class*=plan_checkmark_item] .ic_tdh_check_default{background-image:url(https://assets.livongo.com/image/upload/v1713277096/web-sdk/icons/ic_tdh_check_default.svg);background-size:cover;background-repeat:no-repeat;background-position:50%;width:1rem;height:.75rem;margin-top:6px;margin-left:.25rem}.root-web-sdk #containerForm .assessment_plan .button-MyStrengthPlanButton{width:104px;font-size:1.125rem;line-height:20px;float:right;border-radius:9999px;border-width:0}.root-web-sdk #containerForm .assessment_plan .button-MyStrengthPlanButton,.root-web-sdk #containerForm .assessment_plan .button-MyStrengthPlanButton:hover:not(.disabled){--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity));--bg-opacity:1;background-color:#5b2f91;background-color:rgba(91, 47, 145, var(--bg-opacity))}.root-web-sdk #containerForm .assessment_plan .button-MyStrengthPlanButton:focus:not(.disabled){border-style:none;box-shadow:none}.root-web-sdk #containerForm .assessment_plan .button-MyStrengthPlanButton:active:not(.disabled){--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity));--bg-opacity:1;background-color:#5b2f91;background-color:rgba(91, 47, 145, var(--bg-opacity))}.root-web-sdk #containerForm .reassessment_results .button-left-arrow-web-sdk{display:none}@media (min-width: 475px){.root-web-sdk #containerForm .reassessment_results{max-width:704px;margin:0 auto}}.root-web-sdk #containerForm .reassessment_results .progress_bar{height:.5rem;border-radius:9999px;--bg-opacity:1;background-color:#dfe0df;background-color:rgba(223, 224, 223, var(--bg-opacity));margin-bottom:1.5rem}.root-web-sdk #containerForm .reassessment_results .progress_bar .blue_progress_bar{width:100%;border-width:0;height:.5rem;border-radius:9999px;--bg-opacity:1;background-color:#0078bc;background-color:rgba(0, 120, 188, var(--bg-opacity))}.root-web-sdk #containerForm .reassessment_results .MyStrengthReassessmentResultsTitle{font-weight:700;font-size:1.875rem;line-height:2.25rem;margin-top:1rem;margin-bottom:.5rem}@media (min-width: 475px){.root-web-sdk #containerForm .reassessment_results .MyStrengthReassessmentResultsTitle{font-size:2.25rem;margin-top:1.5rem;margin-bottom:.5rem;line-height:2.5rem}}.root-web-sdk #containerForm .reassessment_results .MyStrengthReassessmentResultsText{margin-bottom:1.5rem;font-style:normal;font-weight:400;font-size:18px;line-height:24px;--text-opacity:1;color:#373939;color:rgba(55, 57, 57, var(--text-opacity))}@media (min-width: 475px){.root-web-sdk #containerForm .reassessment_results .MyStrengthReassessmentResultsText{line-height:28px}}.root-web-sdk #containerForm .reassessment_results .MystrengthReassessmentResultFieldGAD7,.root-web-sdk #containerForm .reassessment_results .MystrengthReassessmentResultFieldPHQ9,.root-web-sdk #containerForm .reassessment_results .MystrengthReassessmentResultFieldWHO5{height:100px;padding-left:1.5rem;margin-bottom:1.5rem;border-width:1px;border-radius:.75rem;--border-opacity:1;border-color:#eff1f1;border-color:rgba(239, 241, 241, var(--border-opacity));box-shadow:0 1px 4px 1px rgba(0,0,0,0.08)}@media (min-width: 475px){.root-web-sdk #containerForm .reassessment_results .MystrengthReassessmentResultFieldGAD7,.root-web-sdk #containerForm .reassessment_results .MystrengthReassessmentResultFieldPHQ9,.root-web-sdk #containerForm .reassessment_results .MystrengthReassessmentResultFieldWHO5{height:116px}}.root-web-sdk #containerForm .reassessment_results .MystrengthReassessmentResultFieldGAD7 .ic_tdh_myS_card_reassessmentgood,.root-web-sdk #containerForm .reassessment_results .MystrengthReassessmentResultFieldPHQ9 .ic_tdh_myS_card_reassessmentgood,.root-web-sdk #containerForm .reassessment_results .MystrengthReassessmentResultFieldWHO5 .ic_tdh_myS_card_reassessmentgood{background-image:url(https://assets.livongo.com/image/upload/v1713277414/web-sdk/icons/ic_tdh_myS_card_reassessmentgood.svg);position:absolute;width:68px;height:68px;right:0;background-repeat:no-repeat;background-size:cover;margin:0;padding:0}@media (max-width: 475px){.root-web-sdk #containerForm .reassessment_results .MystrengthReassessmentResultFieldGAD7 .ic_tdh_myS_card_reassessmentgood,.root-web-sdk #containerForm .reassessment_results .MystrengthReassessmentResultFieldPHQ9 .ic_tdh_myS_card_reassessmentgood,.root-web-sdk #containerForm .reassessment_results .MystrengthReassessmentResultFieldWHO5 .ic_tdh_myS_card_reassessmentgood{display:none}}.root-web-sdk #containerForm .reassessment_results .MystrengthReassessmentResultFieldGAD7 .ic_tdh_myS_card_reassessmentbad,.root-web-sdk #containerForm .reassessment_results .MystrengthReassessmentResultFieldPHQ9 .ic_tdh_myS_card_reassessmentbad,.root-web-sdk #containerForm .reassessment_results .MystrengthReassessmentResultFieldWHO5 .ic_tdh_myS_card_reassessmentbad{background-image:url(https://assets.livongo.com/image/upload/v1713277402/web-sdk/icons/ic_tdh_myS_card_reassessmentbad.svg);position:absolute;width:68px;height:68px;right:0;background-repeat:no-repeat;background-size:cover;margin:0;padding:0}@media (max-width: 475px){.root-web-sdk #containerForm .reassessment_results .MystrengthReassessmentResultFieldGAD7 .ic_tdh_myS_card_reassessmentbad,.root-web-sdk #containerForm .reassessment_results .MystrengthReassessmentResultFieldPHQ9 .ic_tdh_myS_card_reassessmentbad,.root-web-sdk #containerForm .reassessment_results .MystrengthReassessmentResultFieldWHO5 .ic_tdh_myS_card_reassessmentbad{display:none}}.root-web-sdk #containerForm .reassessment_results .MystrengthReassessmentResultFieldGAD7 .ic_tdh_myS_card_reassessmentneutral,.root-web-sdk #containerForm .reassessment_results .MystrengthReassessmentResultFieldPHQ9 .ic_tdh_myS_card_reassessmentneutral,.root-web-sdk #containerForm .reassessment_results .MystrengthReassessmentResultFieldWHO5 .ic_tdh_myS_card_reassessmentneutral{background-image:url(https://assets.livongo.com/image/upload/v1713277425/web-sdk/icons/ic_tdh_myS_card_reassessmentneutral.svg);position:absolute;width:68px;height:68px;right:0;background-repeat:no-repeat;background-size:cover;margin:0;padding:0}@media (max-width: 475px){.root-web-sdk #containerForm .reassessment_results .MystrengthReassessmentResultFieldGAD7 .ic_tdh_myS_card_reassessmentneutral,.root-web-sdk #containerForm .reassessment_results .MystrengthReassessmentResultFieldPHQ9 .ic_tdh_myS_card_reassessmentneutral,.root-web-sdk #containerForm .reassessment_results .MystrengthReassessmentResultFieldWHO5 .ic_tdh_myS_card_reassessmentneutral{display:none}}.root-web-sdk #containerForm .reassessment_results .MystrengthReassessmentResultFieldGAD7 .reassessment_result_title,.root-web-sdk #containerForm .reassessment_results .MystrengthReassessmentResultFieldPHQ9 .reassessment_result_title,.root-web-sdk #containerForm .reassessment_results .MystrengthReassessmentResultFieldWHO5 .reassessment_result_title{font-weight:700;font-size:1.25rem;line-height:2.25rem;margin-top:.5rem;margin-bottom:.5rem}@media (min-width: 475px){.root-web-sdk #containerForm .reassessment_results .MystrengthReassessmentResultFieldGAD7 .reassessment_result_title,.root-web-sdk #containerForm .reassessment_results .MystrengthReassessmentResultFieldPHQ9 .reassessment_result_title,.root-web-sdk #containerForm .reassessment_results .MystrengthReassessmentResultFieldWHO5 .reassessment_result_title{font-size:1.5rem;margin-top:1rem;margin-bottom:.5rem;line-height:2.5rem}}.root-web-sdk #containerForm .reassessment_results .MystrengthReassessmentResultFieldGAD7 .reassessment_result_description,.root-web-sdk #containerForm .reassessment_results .MystrengthReassessmentResultFieldPHQ9 .reassessment_result_description,.root-web-sdk #containerForm .reassessment_results .MystrengthReassessmentResultFieldWHO5 .reassessment_result_description{font-size:1.125rem;margin-bottom:1.5rem;line-height:1.75rem}@media (min-width: 475px){.root-web-sdk #containerForm .reassessment_results .MystrengthReassessmentResultFieldGAD7 .reassessment_result_description,.root-web-sdk #containerForm .reassessment_results .MystrengthReassessmentResultFieldPHQ9 .reassessment_result_description,.root-web-sdk #containerForm .reassessment_results .MystrengthReassessmentResultFieldWHO5 .reassessment_result_description{line-height:1.5rem}}.root-web-sdk #containerForm .reassessment_results .button-MyStrengthReassessmentResultsButton{width:104px;font-size:1.125rem;line-height:20px;float:right;border-radius:9999px;border-width:0}.root-web-sdk #containerForm .reassessment_results .button-MyStrengthReassessmentResultsButton,.root-web-sdk #containerForm .reassessment_results .button-MyStrengthReassessmentResultsButton:hover:not(.disabled){--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity));--bg-opacity:1;background-color:#5b2f91;background-color:rgba(91, 47, 145, var(--bg-opacity))}.root-web-sdk #containerForm .reassessment_results .button-MyStrengthReassessmentResultsButton:focus:not(.disabled){border-style:none;box-shadow:none}.root-web-sdk #containerForm .reassessment_results .button-MyStrengthReassessmentResultsButton:active:not(.disabled){--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity));--bg-opacity:1;background-color:#5b2f91;background-color:rgba(91, 47, 145, var(--bg-opacity))}@media (min-width: 475px){.root-web-sdk #containerForm .assessment_step_1,.root-web-sdk #containerForm .assessment_step_2,.root-web-sdk #containerForm .assessment_step_3,.root-web-sdk #containerForm .assessment_step_4,.root-web-sdk #containerForm .assessment_step_5,.root-web-sdk #containerForm .assessment_step_6,.root-web-sdk #containerForm .assessment_step_7,.root-web-sdk #containerForm .assessment_step_8,.root-web-sdk #containerForm .assessment_step_9{max-width:496px;margin:0 auto}}.root-web-sdk #containerForm .assessment_step_1 .ProgressBarPHQ1,.root-web-sdk #containerForm .assessment_step_1 .ProgressBarPHQ2,.root-web-sdk #containerForm .assessment_step_1 .ProgressBarPHQ3,.root-web-sdk #containerForm .assessment_step_1 .ProgressBarPHQ4,.root-web-sdk #containerForm .assessment_step_1 .ProgressBarPHQ5,.root-web-sdk #containerForm .assessment_step_1 .ProgressBarPHQ6,.root-web-sdk #containerForm .assessment_step_1 .ProgressBarPHQ7,.root-web-sdk #containerForm .assessment_step_1 .ProgressBarPHQ8,.root-web-sdk #containerForm .assessment_step_1 .ProgressBarPNQ9,.root-web-sdk #containerForm .assessment_step_2 .ProgressBarPHQ1,.root-web-sdk #containerForm .assessment_step_2 .ProgressBarPHQ2,.root-web-sdk #containerForm .assessment_step_2 .ProgressBarPHQ3,.root-web-sdk #containerForm .assessment_step_2 .ProgressBarPHQ4,.root-web-sdk #containerForm .assessment_step_2 .ProgressBarPHQ5,.root-web-sdk #containerForm .assessment_step_2 .ProgressBarPHQ6,.root-web-sdk #containerForm .assessment_step_2 .ProgressBarPHQ7,.root-web-sdk #containerForm .assessment_step_2 .ProgressBarPHQ8,.root-web-sdk #containerForm .assessment_step_2 .ProgressBarPNQ9,.root-web-sdk #containerForm .assessment_step_3 .ProgressBarPHQ1,.root-web-sdk #containerForm .assessment_step_3 .ProgressBarPHQ2,.root-web-sdk #containerForm .assessment_step_3 .ProgressBarPHQ3,.root-web-sdk #containerForm .assessment_step_3 .ProgressBarPHQ4,.root-web-sdk #containerForm .assessment_step_3 .ProgressBarPHQ5,.root-web-sdk #containerForm .assessment_step_3 .ProgressBarPHQ6,.root-web-sdk #containerForm .assessment_step_3 .ProgressBarPHQ7,.root-web-sdk #containerForm .assessment_step_3 .ProgressBarPHQ8,.root-web-sdk #containerForm .assessment_step_3 .ProgressBarPNQ9,.root-web-sdk #containerForm .assessment_step_4 .ProgressBarPHQ1,.root-web-sdk #containerForm .assessment_step_4 .ProgressBarPHQ2,.root-web-sdk #containerForm .assessment_step_4 .ProgressBarPHQ3,.root-web-sdk #containerForm .assessment_step_4 .ProgressBarPHQ4,.root-web-sdk #containerForm .assessment_step_4 .ProgressBarPHQ5,.root-web-sdk #containerForm .assessment_step_4 .ProgressBarPHQ6,.root-web-sdk #containerForm .assessment_step_4 .ProgressBarPHQ7,.root-web-sdk #containerForm .assessment_step_4 .ProgressBarPHQ8,.root-web-sdk #containerForm .assessment_step_4 .ProgressBarPNQ9,.root-web-sdk #containerForm .assessment_step_5 .ProgressBarPHQ1,.root-web-sdk #containerForm .assessment_step_5 .ProgressBarPHQ2,.root-web-sdk #containerForm .assessment_step_5 .ProgressBarPHQ3,.root-web-sdk #containerForm .assessment_step_5 .ProgressBarPHQ4,.root-web-sdk #containerForm .assessment_step_5 .ProgressBarPHQ5,.root-web-sdk #containerForm .assessment_step_5 .ProgressBarPHQ6,.root-web-sdk #containerForm .assessment_step_5 .ProgressBarPHQ7,.root-web-sdk #containerForm .assessment_step_5 .ProgressBarPHQ8,.root-web-sdk #containerForm .assessment_step_5 .ProgressBarPNQ9,.root-web-sdk #containerForm .assessment_step_6 .ProgressBarPHQ1,.root-web-sdk #containerForm .assessment_step_6 .ProgressBarPHQ2,.root-web-sdk #containerForm .assessment_step_6 .ProgressBarPHQ3,.root-web-sdk #containerForm .assessment_step_6 .ProgressBarPHQ4,.root-web-sdk #containerForm .assessment_step_6 .ProgressBarPHQ5,.root-web-sdk #containerForm .assessment_step_6 .ProgressBarPHQ6,.root-web-sdk #containerForm .assessment_step_6 .ProgressBarPHQ7,.root-web-sdk #containerForm .assessment_step_6 .ProgressBarPHQ8,.root-web-sdk #containerForm .assessment_step_6 .ProgressBarPNQ9,.root-web-sdk #containerForm .assessment_step_7 .ProgressBarPHQ1,.root-web-sdk #containerForm .assessment_step_7 .ProgressBarPHQ2,.root-web-sdk #containerForm .assessment_step_7 .ProgressBarPHQ3,.root-web-sdk #containerForm .assessment_step_7 .ProgressBarPHQ4,.root-web-sdk #containerForm .assessment_step_7 .ProgressBarPHQ5,.root-web-sdk #containerForm .assessment_step_7 .ProgressBarPHQ6,.root-web-sdk #containerForm .assessment_step_7 .ProgressBarPHQ7,.root-web-sdk #containerForm .assessment_step_7 .ProgressBarPHQ8,.root-web-sdk #containerForm .assessment_step_7 .ProgressBarPNQ9,.root-web-sdk #containerForm .assessment_step_8 .ProgressBarPHQ1,.root-web-sdk #containerForm .assessment_step_8 .ProgressBarPHQ2,.root-web-sdk #containerForm .assessment_step_8 .ProgressBarPHQ3,.root-web-sdk #containerForm .assessment_step_8 .ProgressBarPHQ4,.root-web-sdk #containerForm .assessment_step_8 .ProgressBarPHQ5,.root-web-sdk #containerForm .assessment_step_8 .ProgressBarPHQ6,.root-web-sdk #containerForm .assessment_step_8 .ProgressBarPHQ7,.root-web-sdk #containerForm .assessment_step_8 .ProgressBarPHQ8,.root-web-sdk #containerForm .assessment_step_8 .ProgressBarPNQ9,.root-web-sdk #containerForm .assessment_step_9 .ProgressBarPHQ1,.root-web-sdk #containerForm .assessment_step_9 .ProgressBarPHQ2,.root-web-sdk #containerForm .assessment_step_9 .ProgressBarPHQ3,.root-web-sdk #containerForm .assessment_step_9 .ProgressBarPHQ4,.root-web-sdk #containerForm .assessment_step_9 .ProgressBarPHQ5,.root-web-sdk #containerForm .assessment_step_9 .ProgressBarPHQ6,.root-web-sdk #containerForm .assessment_step_9 .ProgressBarPHQ7,.root-web-sdk #containerForm .assessment_step_9 .ProgressBarPHQ8,.root-web-sdk #containerForm .assessment_step_9 .ProgressBarPNQ9{height:.5rem;border-radius:9999px;--bg-opacity:1;background-color:#dfe0df;background-color:rgba(223, 224, 223, var(--bg-opacity));margin-bottom:1.5rem}.root-web-sdk #containerForm .assessment_step_1 .ProgressBarPHQ1 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_1 .ProgressBarPHQ2 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_1 .ProgressBarPHQ3 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_1 .ProgressBarPHQ4 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_1 .ProgressBarPHQ5 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_1 .ProgressBarPHQ6 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_1 .ProgressBarPHQ7 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_1 .ProgressBarPHQ8 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_1 .ProgressBarPNQ9 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_2 .ProgressBarPHQ1 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_2 .ProgressBarPHQ2 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_2 .ProgressBarPHQ3 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_2 .ProgressBarPHQ4 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_2 .ProgressBarPHQ5 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_2 .ProgressBarPHQ6 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_2 .ProgressBarPHQ7 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_2 .ProgressBarPHQ8 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_2 .ProgressBarPNQ9 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_3 .ProgressBarPHQ1 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_3 .ProgressBarPHQ2 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_3 .ProgressBarPHQ3 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_3 .ProgressBarPHQ4 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_3 .ProgressBarPHQ5 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_3 .ProgressBarPHQ6 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_3 .ProgressBarPHQ7 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_3 .ProgressBarPHQ8 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_3 .ProgressBarPNQ9 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_4 .ProgressBarPHQ1 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_4 .ProgressBarPHQ2 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_4 .ProgressBarPHQ3 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_4 .ProgressBarPHQ4 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_4 .ProgressBarPHQ5 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_4 .ProgressBarPHQ6 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_4 .ProgressBarPHQ7 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_4 .ProgressBarPHQ8 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_4 .ProgressBarPNQ9 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_5 .ProgressBarPHQ1 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_5 .ProgressBarPHQ2 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_5 .ProgressBarPHQ3 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_5 .ProgressBarPHQ4 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_5 .ProgressBarPHQ5 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_5 .ProgressBarPHQ6 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_5 .ProgressBarPHQ7 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_5 .ProgressBarPHQ8 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_5 .ProgressBarPNQ9 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_6 .ProgressBarPHQ1 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_6 .ProgressBarPHQ2 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_6 .ProgressBarPHQ3 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_6 .ProgressBarPHQ4 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_6 .ProgressBarPHQ5 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_6 .ProgressBarPHQ6 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_6 .ProgressBarPHQ7 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_6 .ProgressBarPHQ8 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_6 .ProgressBarPNQ9 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_7 .ProgressBarPHQ1 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_7 .ProgressBarPHQ2 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_7 .ProgressBarPHQ3 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_7 .ProgressBarPHQ4 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_7 .ProgressBarPHQ5 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_7 .ProgressBarPHQ6 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_7 .ProgressBarPHQ7 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_7 .ProgressBarPHQ8 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_7 .ProgressBarPNQ9 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_8 .ProgressBarPHQ1 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_8 .ProgressBarPHQ2 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_8 .ProgressBarPHQ3 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_8 .ProgressBarPHQ4 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_8 .ProgressBarPHQ5 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_8 .ProgressBarPHQ6 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_8 .ProgressBarPHQ7 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_8 .ProgressBarPHQ8 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_8 .ProgressBarPNQ9 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_9 .ProgressBarPHQ1 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_9 .ProgressBarPHQ2 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_9 .ProgressBarPHQ3 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_9 .ProgressBarPHQ4 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_9 .ProgressBarPHQ5 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_9 .ProgressBarPHQ6 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_9 .ProgressBarPHQ7 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_9 .ProgressBarPHQ8 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_9 .ProgressBarPNQ9 .blue_progress_bar{border-width:0;height:.5rem;border-radius:9999px;--bg-opacity:1;background-color:#0078bc;background-color:rgba(0, 120, 188, var(--bg-opacity))}.root-web-sdk #containerForm .assessment_step_1 .ProgressBarPHQ1 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_2 .ProgressBarPHQ1 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_3 .ProgressBarPHQ1 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_4 .ProgressBarPHQ1 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_5 .ProgressBarPHQ1 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_6 .ProgressBarPHQ1 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_7 .ProgressBarPHQ1 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_8 .ProgressBarPHQ1 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_9 .ProgressBarPHQ1 .blue_progress_bar{width:34.83%}.root-web-sdk #containerForm .assessment_step_1 .ProgressBarPHQ2 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_2 .ProgressBarPHQ2 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_3 .ProgressBarPHQ2 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_4 .ProgressBarPHQ2 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_5 .ProgressBarPHQ2 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_6 .ProgressBarPHQ2 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_7 .ProgressBarPHQ2 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_8 .ProgressBarPHQ2 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_9 .ProgressBarPHQ2 .blue_progress_bar{width:37.66%}.root-web-sdk #containerForm .assessment_step_1 .ProgressBarPHQ3 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_2 .ProgressBarPHQ3 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_3 .ProgressBarPHQ3 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_4 .ProgressBarPHQ3 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_5 .ProgressBarPHQ3 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_6 .ProgressBarPHQ3 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_7 .ProgressBarPHQ3 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_8 .ProgressBarPHQ3 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_9 .ProgressBarPHQ3 .blue_progress_bar{width:40.5%}.root-web-sdk #containerForm .assessment_step_1 .ProgressBarPHQ4 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_2 .ProgressBarPHQ4 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_3 .ProgressBarPHQ4 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_4 .ProgressBarPHQ4 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_5 .ProgressBarPHQ4 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_6 .ProgressBarPHQ4 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_7 .ProgressBarPHQ4 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_8 .ProgressBarPHQ4 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_9 .ProgressBarPHQ4 .blue_progress_bar{width:43.33%}.root-web-sdk #containerForm .assessment_step_1 .ProgressBarPHQ5 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_2 .ProgressBarPHQ5 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_3 .ProgressBarPHQ5 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_4 .ProgressBarPHQ5 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_5 .ProgressBarPHQ5 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_6 .ProgressBarPHQ5 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_7 .ProgressBarPHQ5 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_8 .ProgressBarPHQ5 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_9 .ProgressBarPHQ5 .blue_progress_bar{width:46.16%}.root-web-sdk #containerForm .assessment_step_1 .ProgressBarPHQ6 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_2 .ProgressBarPHQ6 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_3 .ProgressBarPHQ6 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_4 .ProgressBarPHQ6 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_5 .ProgressBarPHQ6 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_6 .ProgressBarPHQ6 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_7 .ProgressBarPHQ6 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_8 .ProgressBarPHQ6 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_9 .ProgressBarPHQ6 .blue_progress_bar{width:49%}.root-web-sdk #containerForm .assessment_step_1 .ProgressBarPHQ7 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_2 .ProgressBarPHQ7 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_3 .ProgressBarPHQ7 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_4 .ProgressBarPHQ7 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_5 .ProgressBarPHQ7 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_6 .ProgressBarPHQ7 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_7 .ProgressBarPHQ7 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_8 .ProgressBarPHQ7 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_9 .ProgressBarPHQ7 .blue_progress_bar{width:51.83%}.root-web-sdk #containerForm .assessment_step_1 .ProgressBarPHQ8 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_2 .ProgressBarPHQ8 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_3 .ProgressBarPHQ8 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_4 .ProgressBarPHQ8 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_5 .ProgressBarPHQ8 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_6 .ProgressBarPHQ8 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_7 .ProgressBarPHQ8 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_8 .ProgressBarPHQ8 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_9 .ProgressBarPHQ8 .blue_progress_bar{width:54.66%}.root-web-sdk #containerForm .assessment_step_1 .ProgressBarPHQ9 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_2 .ProgressBarPHQ9 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_3 .ProgressBarPHQ9 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_4 .ProgressBarPHQ9 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_5 .ProgressBarPHQ9 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_6 .ProgressBarPHQ9 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_7 .ProgressBarPHQ9 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_8 .ProgressBarPHQ9 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_9 .ProgressBarPHQ9 .blue_progress_bar{width:57.5%}.root-web-sdk #containerForm .assessment_step_1 .MyStrengthPHQ1Prompt,.root-web-sdk #containerForm .assessment_step_1 .MyStrengthPHQ2Prompt,.root-web-sdk #containerForm .assessment_step_1 .MyStrengthPHQ3Prompt,.root-web-sdk #containerForm .assessment_step_1 .MyStrengthPHQ4Prompt,.root-web-sdk #containerForm .assessment_step_1 .MyStrengthPHQ5Prompt,.root-web-sdk #containerForm .assessment_step_1 .MyStrengthPHQ6Prompt,.root-web-sdk #containerForm .assessment_step_1 .MyStrengthPHQ7Prompt,.root-web-sdk #containerForm .assessment_step_1 .MyStrengthPHQ8Prompt,.root-web-sdk #containerForm .assessment_step_1 .MyStrengthPHQ9Prompt,.root-web-sdk #containerForm .assessment_step_2 .MyStrengthPHQ1Prompt,.root-web-sdk #containerForm .assessment_step_2 .MyStrengthPHQ2Prompt,.root-web-sdk #containerForm .assessment_step_2 .MyStrengthPHQ3Prompt,.root-web-sdk #containerForm .assessment_step_2 .MyStrengthPHQ4Prompt,.root-web-sdk #containerForm .assessment_step_2 .MyStrengthPHQ5Prompt,.root-web-sdk #containerForm .assessment_step_2 .MyStrengthPHQ6Prompt,.root-web-sdk #containerForm .assessment_step_2 .MyStrengthPHQ7Prompt,.root-web-sdk #containerForm .assessment_step_2 .MyStrengthPHQ8Prompt,.root-web-sdk #containerForm .assessment_step_2 .MyStrengthPHQ9Prompt,.root-web-sdk #containerForm .assessment_step_3 .MyStrengthPHQ1Prompt,.root-web-sdk #containerForm .assessment_step_3 .MyStrengthPHQ2Prompt,.root-web-sdk #containerForm .assessment_step_3 .MyStrengthPHQ3Prompt,.root-web-sdk #containerForm .assessment_step_3 .MyStrengthPHQ4Prompt,.root-web-sdk #containerForm .assessment_step_3 .MyStrengthPHQ5Prompt,.root-web-sdk #containerForm .assessment_step_3 .MyStrengthPHQ6Prompt,.root-web-sdk #containerForm .assessment_step_3 .MyStrengthPHQ7Prompt,.root-web-sdk #containerForm .assessment_step_3 .MyStrengthPHQ8Prompt,.root-web-sdk #containerForm .assessment_step_3 .MyStrengthPHQ9Prompt,.root-web-sdk #containerForm .assessment_step_4 .MyStrengthPHQ1Prompt,.root-web-sdk #containerForm .assessment_step_4 .MyStrengthPHQ2Prompt,.root-web-sdk #containerForm .assessment_step_4 .MyStrengthPHQ3Prompt,.root-web-sdk #containerForm .assessment_step_4 .MyStrengthPHQ4Prompt,.root-web-sdk #containerForm .assessment_step_4 .MyStrengthPHQ5Prompt,.root-web-sdk #containerForm .assessment_step_4 .MyStrengthPHQ6Prompt,.root-web-sdk #containerForm .assessment_step_4 .MyStrengthPHQ7Prompt,.root-web-sdk #containerForm .assessment_step_4 .MyStrengthPHQ8Prompt,.root-web-sdk #containerForm .assessment_step_4 .MyStrengthPHQ9Prompt,.root-web-sdk #containerForm .assessment_step_5 .MyStrengthPHQ1Prompt,.root-web-sdk #containerForm .assessment_step_5 .MyStrengthPHQ2Prompt,.root-web-sdk #containerForm .assessment_step_5 .MyStrengthPHQ3Prompt,.root-web-sdk #containerForm .assessment_step_5 .MyStrengthPHQ4Prompt,.root-web-sdk #containerForm .assessment_step_5 .MyStrengthPHQ5Prompt,.root-web-sdk #containerForm .assessment_step_5 .MyStrengthPHQ6Prompt,.root-web-sdk #containerForm .assessment_step_5 .MyStrengthPHQ7Prompt,.root-web-sdk #containerForm .assessment_step_5 .MyStrengthPHQ8Prompt,.root-web-sdk #containerForm .assessment_step_5 .MyStrengthPHQ9Prompt,.root-web-sdk #containerForm .assessment_step_6 .MyStrengthPHQ1Prompt,.root-web-sdk #containerForm .assessment_step_6 .MyStrengthPHQ2Prompt,.root-web-sdk #containerForm .assessment_step_6 .MyStrengthPHQ3Prompt,.root-web-sdk #containerForm .assessment_step_6 .MyStrengthPHQ4Prompt,.root-web-sdk #containerForm .assessment_step_6 .MyStrengthPHQ5Prompt,.root-web-sdk #containerForm .assessment_step_6 .MyStrengthPHQ6Prompt,.root-web-sdk #containerForm .assessment_step_6 .MyStrengthPHQ7Prompt,.root-web-sdk #containerForm .assessment_step_6 .MyStrengthPHQ8Prompt,.root-web-sdk #containerForm .assessment_step_6 .MyStrengthPHQ9Prompt,.root-web-sdk #containerForm .assessment_step_7 .MyStrengthPHQ1Prompt,.root-web-sdk #containerForm .assessment_step_7 .MyStrengthPHQ2Prompt,.root-web-sdk #containerForm .assessment_step_7 .MyStrengthPHQ3Prompt,.root-web-sdk #containerForm .assessment_step_7 .MyStrengthPHQ4Prompt,.root-web-sdk #containerForm .assessment_step_7 .MyStrengthPHQ5Prompt,.root-web-sdk #containerForm .assessment_step_7 .MyStrengthPHQ6Prompt,.root-web-sdk #containerForm .assessment_step_7 .MyStrengthPHQ7Prompt,.root-web-sdk #containerForm .assessment_step_7 .MyStrengthPHQ8Prompt,.root-web-sdk #containerForm .assessment_step_7 .MyStrengthPHQ9Prompt,.root-web-sdk #containerForm .assessment_step_8 .MyStrengthPHQ1Prompt,.root-web-sdk #containerForm .assessment_step_8 .MyStrengthPHQ2Prompt,.root-web-sdk #containerForm .assessment_step_8 .MyStrengthPHQ3Prompt,.root-web-sdk #containerForm .assessment_step_8 .MyStrengthPHQ4Prompt,.root-web-sdk #containerForm .assessment_step_8 .MyStrengthPHQ5Prompt,.root-web-sdk #containerForm .assessment_step_8 .MyStrengthPHQ6Prompt,.root-web-sdk #containerForm .assessment_step_8 .MyStrengthPHQ7Prompt,.root-web-sdk #containerForm .assessment_step_8 .MyStrengthPHQ8Prompt,.root-web-sdk #containerForm .assessment_step_8 .MyStrengthPHQ9Prompt,.root-web-sdk #containerForm .assessment_step_9 .MyStrengthPHQ1Prompt,.root-web-sdk #containerForm .assessment_step_9 .MyStrengthPHQ2Prompt,.root-web-sdk #containerForm .assessment_step_9 .MyStrengthPHQ3Prompt,.root-web-sdk #containerForm .assessment_step_9 .MyStrengthPHQ4Prompt,.root-web-sdk #containerForm .assessment_step_9 .MyStrengthPHQ5Prompt,.root-web-sdk #containerForm .assessment_step_9 .MyStrengthPHQ6Prompt,.root-web-sdk #containerForm .assessment_step_9 .MyStrengthPHQ7Prompt,.root-web-sdk #containerForm .assessment_step_9 .MyStrengthPHQ8Prompt,.root-web-sdk #containerForm .assessment_step_9 .MyStrengthPHQ9Prompt{font-style:normal;font-weight:700;font-size:18px;line-height:24px;--text-opacity:1;color:#696b6b;color:rgba(105, 107, 107, var(--text-opacity));margin-bottom:.25rem}@media (min-width: 475px){.root-web-sdk #containerForm .assessment_step_1 .MyStrengthPHQ1Prompt,.root-web-sdk #containerForm .assessment_step_1 .MyStrengthPHQ2Prompt,.root-web-sdk #containerForm .assessment_step_1 .MyStrengthPHQ3Prompt,.root-web-sdk #containerForm .assessment_step_1 .MyStrengthPHQ4Prompt,.root-web-sdk #containerForm .assessment_step_1 .MyStrengthPHQ5Prompt,.root-web-sdk #containerForm .assessment_step_1 .MyStrengthPHQ6Prompt,.root-web-sdk #containerForm .assessment_step_1 .MyStrengthPHQ7Prompt,.root-web-sdk #containerForm .assessment_step_1 .MyStrengthPHQ8Prompt,.root-web-sdk #containerForm .assessment_step_1 .MyStrengthPHQ9Prompt,.root-web-sdk #containerForm .assessment_step_2 .MyStrengthPHQ1Prompt,.root-web-sdk #containerForm .assessment_step_2 .MyStrengthPHQ2Prompt,.root-web-sdk #containerForm .assessment_step_2 .MyStrengthPHQ3Prompt,.root-web-sdk #containerForm .assessment_step_2 .MyStrengthPHQ4Prompt,.root-web-sdk #containerForm .assessment_step_2 .MyStrengthPHQ5Prompt,.root-web-sdk #containerForm .assessment_step_2 .MyStrengthPHQ6Prompt,.root-web-sdk #containerForm .assessment_step_2 .MyStrengthPHQ7Prompt,.root-web-sdk #containerForm .assessment_step_2 .MyStrengthPHQ8Prompt,.root-web-sdk #containerForm .assessment_step_2 .MyStrengthPHQ9Prompt,.root-web-sdk #containerForm .assessment_step_3 .MyStrengthPHQ1Prompt,.root-web-sdk #containerForm .assessment_step_3 .MyStrengthPHQ2Prompt,.root-web-sdk #containerForm .assessment_step_3 .MyStrengthPHQ3Prompt,.root-web-sdk #containerForm .assessment_step_3 .MyStrengthPHQ4Prompt,.root-web-sdk #containerForm .assessment_step_3 .MyStrengthPHQ5Prompt,.root-web-sdk #containerForm .assessment_step_3 .MyStrengthPHQ6Prompt,.root-web-sdk #containerForm .assessment_step_3 .MyStrengthPHQ7Prompt,.root-web-sdk #containerForm .assessment_step_3 .MyStrengthPHQ8Prompt,.root-web-sdk #containerForm .assessment_step_3 .MyStrengthPHQ9Prompt,.root-web-sdk #containerForm .assessment_step_4 .MyStrengthPHQ1Prompt,.root-web-sdk #containerForm .assessment_step_4 .MyStrengthPHQ2Prompt,.root-web-sdk #containerForm .assessment_step_4 .MyStrengthPHQ3Prompt,.root-web-sdk #containerForm .assessment_step_4 .MyStrengthPHQ4Prompt,.root-web-sdk #containerForm .assessment_step_4 .MyStrengthPHQ5Prompt,.root-web-sdk #containerForm .assessment_step_4 .MyStrengthPHQ6Prompt,.root-web-sdk #containerForm .assessment_step_4 .MyStrengthPHQ7Prompt,.root-web-sdk #containerForm .assessment_step_4 .MyStrengthPHQ8Prompt,.root-web-sdk #containerForm .assessment_step_4 .MyStrengthPHQ9Prompt,.root-web-sdk #containerForm .assessment_step_5 .MyStrengthPHQ1Prompt,.root-web-sdk #containerForm .assessment_step_5 .MyStrengthPHQ2Prompt,.root-web-sdk #containerForm .assessment_step_5 .MyStrengthPHQ3Prompt,.root-web-sdk #containerForm .assessment_step_5 .MyStrengthPHQ4Prompt,.root-web-sdk #containerForm .assessment_step_5 .MyStrengthPHQ5Prompt,.root-web-sdk #containerForm .assessment_step_5 .MyStrengthPHQ6Prompt,.root-web-sdk #containerForm .assessment_step_5 .MyStrengthPHQ7Prompt,.root-web-sdk #containerForm .assessment_step_5 .MyStrengthPHQ8Prompt,.root-web-sdk #containerForm .assessment_step_5 .MyStrengthPHQ9Prompt,.root-web-sdk #containerForm .assessment_step_6 .MyStrengthPHQ1Prompt,.root-web-sdk #containerForm .assessment_step_6 .MyStrengthPHQ2Prompt,.root-web-sdk #containerForm .assessment_step_6 .MyStrengthPHQ3Prompt,.root-web-sdk #containerForm .assessment_step_6 .MyStrengthPHQ4Prompt,.root-web-sdk #containerForm .assessment_step_6 .MyStrengthPHQ5Prompt,.root-web-sdk #containerForm .assessment_step_6 .MyStrengthPHQ6Prompt,.root-web-sdk #containerForm .assessment_step_6 .MyStrengthPHQ7Prompt,.root-web-sdk #containerForm .assessment_step_6 .MyStrengthPHQ8Prompt,.root-web-sdk #containerForm .assessment_step_6 .MyStrengthPHQ9Prompt,.root-web-sdk #containerForm .assessment_step_7 .MyStrengthPHQ1Prompt,.root-web-sdk #containerForm .assessment_step_7 .MyStrengthPHQ2Prompt,.root-web-sdk #containerForm .assessment_step_7 .MyStrengthPHQ3Prompt,.root-web-sdk #containerForm .assessment_step_7 .MyStrengthPHQ4Prompt,.root-web-sdk #containerForm .assessment_step_7 .MyStrengthPHQ5Prompt,.root-web-sdk #containerForm .assessment_step_7 .MyStrengthPHQ6Prompt,.root-web-sdk #containerForm .assessment_step_7 .MyStrengthPHQ7Prompt,.root-web-sdk #containerForm .assessment_step_7 .MyStrengthPHQ8Prompt,.root-web-sdk #containerForm .assessment_step_7 .MyStrengthPHQ9Prompt,.root-web-sdk #containerForm .assessment_step_8 .MyStrengthPHQ1Prompt,.root-web-sdk #containerForm .assessment_step_8 .MyStrengthPHQ2Prompt,.root-web-sdk #containerForm .assessment_step_8 .MyStrengthPHQ3Prompt,.root-web-sdk #containerForm .assessment_step_8 .MyStrengthPHQ4Prompt,.root-web-sdk #containerForm .assessment_step_8 .MyStrengthPHQ5Prompt,.root-web-sdk #containerForm .assessment_step_8 .MyStrengthPHQ6Prompt,.root-web-sdk #containerForm .assessment_step_8 .MyStrengthPHQ7Prompt,.root-web-sdk #containerForm .assessment_step_8 .MyStrengthPHQ8Prompt,.root-web-sdk #containerForm .assessment_step_8 .MyStrengthPHQ9Prompt,.root-web-sdk #containerForm .assessment_step_9 .MyStrengthPHQ1Prompt,.root-web-sdk #containerForm .assessment_step_9 .MyStrengthPHQ2Prompt,.root-web-sdk #containerForm .assessment_step_9 .MyStrengthPHQ3Prompt,.root-web-sdk #containerForm .assessment_step_9 .MyStrengthPHQ4Prompt,.root-web-sdk #containerForm .assessment_step_9 .MyStrengthPHQ5Prompt,.root-web-sdk #containerForm .assessment_step_9 .MyStrengthPHQ6Prompt,.root-web-sdk #containerForm .assessment_step_9 .MyStrengthPHQ7Prompt,.root-web-sdk #containerForm .assessment_step_9 .MyStrengthPHQ8Prompt,.root-web-sdk #containerForm .assessment_step_9 .MyStrengthPHQ9Prompt{line-height:28px}}.root-web-sdk #containerForm .assessment_step_1 .MyStrengthPHQ1Title,.root-web-sdk #containerForm .assessment_step_1 .MyStrengthPHQ2Title,.root-web-sdk #containerForm .assessment_step_1 .MyStrengthPHQ3Title,.root-web-sdk #containerForm .assessment_step_1 .MyStrengthPHQ4Title,.root-web-sdk #containerForm .assessment_step_1 .MyStrengthPHQ5Title,.root-web-sdk #containerForm .assessment_step_1 .MyStrengthPHQ6Title,.root-web-sdk #containerForm .assessment_step_1 .MyStrengthPHQ7Title,.root-web-sdk #containerForm .assessment_step_1 .MyStrengthPHQ8Title,.root-web-sdk #containerForm .assessment_step_1 .MyStrengthPHQ9Title,.root-web-sdk #containerForm .assessment_step_2 .MyStrengthPHQ1Title,.root-web-sdk #containerForm .assessment_step_2 .MyStrengthPHQ2Title,.root-web-sdk #containerForm .assessment_step_2 .MyStrengthPHQ3Title,.root-web-sdk #containerForm .assessment_step_2 .MyStrengthPHQ4Title,.root-web-sdk #containerForm .assessment_step_2 .MyStrengthPHQ5Title,.root-web-sdk #containerForm .assessment_step_2 .MyStrengthPHQ6Title,.root-web-sdk #containerForm .assessment_step_2 .MyStrengthPHQ7Title,.root-web-sdk #containerForm .assessment_step_2 .MyStrengthPHQ8Title,.root-web-sdk #containerForm .assessment_step_2 .MyStrengthPHQ9Title,.root-web-sdk #containerForm .assessment_step_3 .MyStrengthPHQ1Title,.root-web-sdk #containerForm .assessment_step_3 .MyStrengthPHQ2Title,.root-web-sdk #containerForm .assessment_step_3 .MyStrengthPHQ3Title,.root-web-sdk #containerForm .assessment_step_3 .MyStrengthPHQ4Title,.root-web-sdk #containerForm .assessment_step_3 .MyStrengthPHQ5Title,.root-web-sdk #containerForm .assessment_step_3 .MyStrengthPHQ6Title,.root-web-sdk #containerForm .assessment_step_3 .MyStrengthPHQ7Title,.root-web-sdk #containerForm .assessment_step_3 .MyStrengthPHQ8Title,.root-web-sdk #containerForm .assessment_step_3 .MyStrengthPHQ9Title,.root-web-sdk #containerForm .assessment_step_4 .MyStrengthPHQ1Title,.root-web-sdk #containerForm .assessment_step_4 .MyStrengthPHQ2Title,.root-web-sdk #containerForm .assessment_step_4 .MyStrengthPHQ3Title,.root-web-sdk #containerForm .assessment_step_4 .MyStrengthPHQ4Title,.root-web-sdk #containerForm .assessment_step_4 .MyStrengthPHQ5Title,.root-web-sdk #containerForm .assessment_step_4 .MyStrengthPHQ6Title,.root-web-sdk #containerForm .assessment_step_4 .MyStrengthPHQ7Title,.root-web-sdk #containerForm .assessment_step_4 .MyStrengthPHQ8Title,.root-web-sdk #containerForm .assessment_step_4 .MyStrengthPHQ9Title,.root-web-sdk #containerForm .assessment_step_5 .MyStrengthPHQ1Title,.root-web-sdk #containerForm .assessment_step_5 .MyStrengthPHQ2Title,.root-web-sdk #containerForm .assessment_step_5 .MyStrengthPHQ3Title,.root-web-sdk #containerForm .assessment_step_5 .MyStrengthPHQ4Title,.root-web-sdk #containerForm .assessment_step_5 .MyStrengthPHQ5Title,.root-web-sdk #containerForm .assessment_step_5 .MyStrengthPHQ6Title,.root-web-sdk #containerForm .assessment_step_5 .MyStrengthPHQ7Title,.root-web-sdk #containerForm .assessment_step_5 .MyStrengthPHQ8Title,.root-web-sdk #containerForm .assessment_step_5 .MyStrengthPHQ9Title,.root-web-sdk #containerForm .assessment_step_6 .MyStrengthPHQ1Title,.root-web-sdk #containerForm .assessment_step_6 .MyStrengthPHQ2Title,.root-web-sdk #containerForm .assessment_step_6 .MyStrengthPHQ3Title,.root-web-sdk #containerForm .assessment_step_6 .MyStrengthPHQ4Title,.root-web-sdk #containerForm .assessment_step_6 .MyStrengthPHQ5Title,.root-web-sdk #containerForm .assessment_step_6 .MyStrengthPHQ6Title,.root-web-sdk #containerForm .assessment_step_6 .MyStrengthPHQ7Title,.root-web-sdk #containerForm .assessment_step_6 .MyStrengthPHQ8Title,.root-web-sdk #containerForm .assessment_step_6 .MyStrengthPHQ9Title,.root-web-sdk #containerForm .assessment_step_7 .MyStrengthPHQ1Title,.root-web-sdk #containerForm .assessment_step_7 .MyStrengthPHQ2Title,.root-web-sdk #containerForm .assessment_step_7 .MyStrengthPHQ3Title,.root-web-sdk #containerForm .assessment_step_7 .MyStrengthPHQ4Title,.root-web-sdk #containerForm .assessment_step_7 .MyStrengthPHQ5Title,.root-web-sdk #containerForm .assessment_step_7 .MyStrengthPHQ6Title,.root-web-sdk #containerForm .assessment_step_7 .MyStrengthPHQ7Title,.root-web-sdk #containerForm .assessment_step_7 .MyStrengthPHQ8Title,.root-web-sdk #containerForm .assessment_step_7 .MyStrengthPHQ9Title,.root-web-sdk #containerForm .assessment_step_8 .MyStrengthPHQ1Title,.root-web-sdk #containerForm .assessment_step_8 .MyStrengthPHQ2Title,.root-web-sdk #containerForm .assessment_step_8 .MyStrengthPHQ3Title,.root-web-sdk #containerForm .assessment_step_8 .MyStrengthPHQ4Title,.root-web-sdk #containerForm .assessment_step_8 .MyStrengthPHQ5Title,.root-web-sdk #containerForm .assessment_step_8 .MyStrengthPHQ6Title,.root-web-sdk #containerForm .assessment_step_8 .MyStrengthPHQ7Title,.root-web-sdk #containerForm .assessment_step_8 .MyStrengthPHQ8Title,.root-web-sdk #containerForm .assessment_step_8 .MyStrengthPHQ9Title,.root-web-sdk #containerForm .assessment_step_9 .MyStrengthPHQ1Title,.root-web-sdk #containerForm .assessment_step_9 .MyStrengthPHQ2Title,.root-web-sdk #containerForm .assessment_step_9 .MyStrengthPHQ3Title,.root-web-sdk #containerForm .assessment_step_9 .MyStrengthPHQ4Title,.root-web-sdk #containerForm .assessment_step_9 .MyStrengthPHQ5Title,.root-web-sdk #containerForm .assessment_step_9 .MyStrengthPHQ6Title,.root-web-sdk #containerForm .assessment_step_9 .MyStrengthPHQ7Title,.root-web-sdk #containerForm .assessment_step_9 .MyStrengthPHQ8Title,.root-web-sdk #containerForm .assessment_step_9 .MyStrengthPHQ9Title{font-weight:700;font-size:1.875rem;margin-bottom:1.5rem}.root-web-sdk #containerForm .assessment_step_1 div[class*=MyStrengthPHQ1Radio],.root-web-sdk #containerForm .assessment_step_1 div[class*=MyStrengthPHQ2Radio],.root-web-sdk #containerForm .assessment_step_1 div[class*=MyStrengthPHQ3Radio],.root-web-sdk #containerForm .assessment_step_1 div[class*=MyStrengthPHQ4Radio],.root-web-sdk #containerForm .assessment_step_1 div[class*=MyStrengthPHQ5Radio],.root-web-sdk #containerForm .assessment_step_1 div[class*=MyStrengthPHQ6Radio],.root-web-sdk #containerForm .assessment_step_1 div[class*=MyStrengthPHQ7Radio],.root-web-sdk #containerForm .assessment_step_1 div[class*=MyStrengthPHQ8Radio],.root-web-sdk #containerForm .assessment_step_1 div[class*=MyStrengthPHQ9Radio],.root-web-sdk #containerForm .assessment_step_2 div[class*=MyStrengthPHQ1Radio],.root-web-sdk #containerForm .assessment_step_2 div[class*=MyStrengthPHQ2Radio],.root-web-sdk #containerForm .assessment_step_2 div[class*=MyStrengthPHQ3Radio],.root-web-sdk #containerForm .assessment_step_2 div[class*=MyStrengthPHQ4Radio],.root-web-sdk #containerForm .assessment_step_2 div[class*=MyStrengthPHQ5Radio],.root-web-sdk #containerForm .assessment_step_2 div[class*=MyStrengthPHQ6Radio],.root-web-sdk #containerForm .assessment_step_2 div[class*=MyStrengthPHQ7Radio],.root-web-sdk #containerForm .assessment_step_2 div[class*=MyStrengthPHQ8Radio],.root-web-sdk #containerForm .assessment_step_2 div[class*=MyStrengthPHQ9Radio],.root-web-sdk #containerForm .assessment_step_3 div[class*=MyStrengthPHQ1Radio],.root-web-sdk #containerForm .assessment_step_3 div[class*=MyStrengthPHQ2Radio],.root-web-sdk #containerForm .assessment_step_3 div[class*=MyStrengthPHQ3Radio],.root-web-sdk #containerForm .assessment_step_3 div[class*=MyStrengthPHQ4Radio],.root-web-sdk #containerForm .assessment_step_3 div[class*=MyStrengthPHQ5Radio],.root-web-sdk #containerForm .assessment_step_3 div[class*=MyStrengthPHQ6Radio],.root-web-sdk #containerForm .assessment_step_3 div[class*=MyStrengthPHQ7Radio],.root-web-sdk #containerForm .assessment_step_3 div[class*=MyStrengthPHQ8Radio],.root-web-sdk #containerForm .assessment_step_3 div[class*=MyStrengthPHQ9Radio],.root-web-sdk #containerForm .assessment_step_4 div[class*=MyStrengthPHQ1Radio],.root-web-sdk #containerForm .assessment_step_4 div[class*=MyStrengthPHQ2Radio],.root-web-sdk #containerForm .assessment_step_4 div[class*=MyStrengthPHQ3Radio],.root-web-sdk #containerForm .assessment_step_4 div[class*=MyStrengthPHQ4Radio],.root-web-sdk #containerForm .assessment_step_4 div[class*=MyStrengthPHQ5Radio],.root-web-sdk #containerForm .assessment_step_4 div[class*=MyStrengthPHQ6Radio],.root-web-sdk #containerForm .assessment_step_4 div[class*=MyStrengthPHQ7Radio],.root-web-sdk #containerForm .assessment_step_4 div[class*=MyStrengthPHQ8Radio],.root-web-sdk #containerForm .assessment_step_4 div[class*=MyStrengthPHQ9Radio],.root-web-sdk #containerForm .assessment_step_5 div[class*=MyStrengthPHQ1Radio],.root-web-sdk #containerForm .assessment_step_5 div[class*=MyStrengthPHQ2Radio],.root-web-sdk #containerForm .assessment_step_5 div[class*=MyStrengthPHQ3Radio],.root-web-sdk #containerForm .assessment_step_5 div[class*=MyStrengthPHQ4Radio],.root-web-sdk #containerForm .assessment_step_5 div[class*=MyStrengthPHQ5Radio],.root-web-sdk #containerForm .assessment_step_5 div[class*=MyStrengthPHQ6Radio],.root-web-sdk #containerForm .assessment_step_5 div[class*=MyStrengthPHQ7Radio],.root-web-sdk #containerForm .assessment_step_5 div[class*=MyStrengthPHQ8Radio],.root-web-sdk #containerForm .assessment_step_5 div[class*=MyStrengthPHQ9Radio],.root-web-sdk #containerForm .assessment_step_6 div[class*=MyStrengthPHQ1Radio],.root-web-sdk #containerForm .assessment_step_6 div[class*=MyStrengthPHQ2Radio],.root-web-sdk #containerForm .assessment_step_6 div[class*=MyStrengthPHQ3Radio],.root-web-sdk #containerForm .assessment_step_6 div[class*=MyStrengthPHQ4Radio],.root-web-sdk #containerForm .assessment_step_6 div[class*=MyStrengthPHQ5Radio],.root-web-sdk #containerForm .assessment_step_6 div[class*=MyStrengthPHQ6Radio],.root-web-sdk #containerForm .assessment_step_6 div[class*=MyStrengthPHQ7Radio],.root-web-sdk #containerForm .assessment_step_6 div[class*=MyStrengthPHQ8Radio],.root-web-sdk #containerForm .assessment_step_6 div[class*=MyStrengthPHQ9Radio],.root-web-sdk #containerForm .assessment_step_7 div[class*=MyStrengthPHQ1Radio],.root-web-sdk #containerForm .assessment_step_7 div[class*=MyStrengthPHQ2Radio],.root-web-sdk #containerForm .assessment_step_7 div[class*=MyStrengthPHQ3Radio],.root-web-sdk #containerForm .assessment_step_7 div[class*=MyStrengthPHQ4Radio],.root-web-sdk #containerForm .assessment_step_7 div[class*=MyStrengthPHQ5Radio],.root-web-sdk #containerForm .assessment_step_7 div[class*=MyStrengthPHQ6Radio],.root-web-sdk #containerForm .assessment_step_7 div[class*=MyStrengthPHQ7Radio],.root-web-sdk #containerForm .assessment_step_7 div[class*=MyStrengthPHQ8Radio],.root-web-sdk #containerForm .assessment_step_7 div[class*=MyStrengthPHQ9Radio],.root-web-sdk #containerForm .assessment_step_8 div[class*=MyStrengthPHQ1Radio],.root-web-sdk #containerForm .assessment_step_8 div[class*=MyStrengthPHQ2Radio],.root-web-sdk #containerForm .assessment_step_8 div[class*=MyStrengthPHQ3Radio],.root-web-sdk #containerForm .assessment_step_8 div[class*=MyStrengthPHQ4Radio],.root-web-sdk #containerForm .assessment_step_8 div[class*=MyStrengthPHQ5Radio],.root-web-sdk #containerForm .assessment_step_8 div[class*=MyStrengthPHQ6Radio],.root-web-sdk #containerForm .assessment_step_8 div[class*=MyStrengthPHQ7Radio],.root-web-sdk #containerForm .assessment_step_8 div[class*=MyStrengthPHQ8Radio],.root-web-sdk #containerForm .assessment_step_8 div[class*=MyStrengthPHQ9Radio],.root-web-sdk #containerForm .assessment_step_9 div[class*=MyStrengthPHQ1Radio],.root-web-sdk #containerForm .assessment_step_9 div[class*=MyStrengthPHQ2Radio],.root-web-sdk #containerForm .assessment_step_9 div[class*=MyStrengthPHQ3Radio],.root-web-sdk #containerForm .assessment_step_9 div[class*=MyStrengthPHQ4Radio],.root-web-sdk #containerForm .assessment_step_9 div[class*=MyStrengthPHQ5Radio],.root-web-sdk #containerForm .assessment_step_9 div[class*=MyStrengthPHQ6Radio],.root-web-sdk #containerForm .assessment_step_9 div[class*=MyStrengthPHQ7Radio],.root-web-sdk #containerForm .assessment_step_9 div[class*=MyStrengthPHQ8Radio],.root-web-sdk #containerForm .assessment_step_9 div[class*=MyStrengthPHQ9Radio]{height:3rem;display:flex;border-radius:.75rem;margin-bottom:1rem;--border-opacity:1;border-color:#dfe0df;border-color:rgba(223, 224, 223, var(--border-opacity));border-width:1px;cursor:pointer}.root-web-sdk #containerForm .assessment_step_1 div[class*=MyStrengthPHQ1Radio] .container-content,.root-web-sdk #containerForm .assessment_step_1 div[class*=MyStrengthPHQ2Radio] .container-content,.root-web-sdk #containerForm .assessment_step_1 div[class*=MyStrengthPHQ3Radio] .container-content,.root-web-sdk #containerForm .assessment_step_1 div[class*=MyStrengthPHQ4Radio] .container-content,.root-web-sdk #containerForm .assessment_step_1 div[class*=MyStrengthPHQ5Radio] .container-content,.root-web-sdk #containerForm .assessment_step_1 div[class*=MyStrengthPHQ6Radio] .container-content,.root-web-sdk #containerForm .assessment_step_1 div[class*=MyStrengthPHQ7Radio] .container-content,.root-web-sdk #containerForm .assessment_step_1 div[class*=MyStrengthPHQ8Radio] .container-content,.root-web-sdk #containerForm .assessment_step_1 div[class*=MyStrengthPHQ9Radio] .container-content,.root-web-sdk #containerForm .assessment_step_2 div[class*=MyStrengthPHQ1Radio] .container-content,.root-web-sdk #containerForm .assessment_step_2 div[class*=MyStrengthPHQ2Radio] .container-content,.root-web-sdk #containerForm .assessment_step_2 div[class*=MyStrengthPHQ3Radio] .container-content,.root-web-sdk #containerForm .assessment_step_2 div[class*=MyStrengthPHQ4Radio] .container-content,.root-web-sdk #containerForm .assessment_step_2 div[class*=MyStrengthPHQ5Radio] .container-content,.root-web-sdk #containerForm .assessment_step_2 div[class*=MyStrengthPHQ6Radio] .container-content,.root-web-sdk #containerForm .assessment_step_2 div[class*=MyStrengthPHQ7Radio] .container-content,.root-web-sdk #containerForm .assessment_step_2 div[class*=MyStrengthPHQ8Radio] .container-content,.root-web-sdk #containerForm .assessment_step_2 div[class*=MyStrengthPHQ9Radio] .container-content,.root-web-sdk #containerForm .assessment_step_3 div[class*=MyStrengthPHQ1Radio] .container-content,.root-web-sdk #containerForm .assessment_step_3 div[class*=MyStrengthPHQ2Radio] .container-content,.root-web-sdk #containerForm .assessment_step_3 div[class*=MyStrengthPHQ3Radio] .container-content,.root-web-sdk #containerForm .assessment_step_3 div[class*=MyStrengthPHQ4Radio] .container-content,.root-web-sdk #containerForm .assessment_step_3 div[class*=MyStrengthPHQ5Radio] .container-content,.root-web-sdk #containerForm .assessment_step_3 div[class*=MyStrengthPHQ6Radio] .container-content,.root-web-sdk #containerForm .assessment_step_3 div[class*=MyStrengthPHQ7Radio] .container-content,.root-web-sdk #containerForm .assessment_step_3 div[class*=MyStrengthPHQ8Radio] .container-content,.root-web-sdk #containerForm .assessment_step_3 div[class*=MyStrengthPHQ9Radio] .container-content,.root-web-sdk #containerForm .assessment_step_4 div[class*=MyStrengthPHQ1Radio] .container-content,.root-web-sdk #containerForm .assessment_step_4 div[class*=MyStrengthPHQ2Radio] .container-content,.root-web-sdk #containerForm .assessment_step_4 div[class*=MyStrengthPHQ3Radio] .container-content,.root-web-sdk #containerForm .assessment_step_4 div[class*=MyStrengthPHQ4Radio] .container-content,.root-web-sdk #containerForm .assessment_step_4 div[class*=MyStrengthPHQ5Radio] .container-content,.root-web-sdk #containerForm .assessment_step_4 div[class*=MyStrengthPHQ6Radio] .container-content,.root-web-sdk #containerForm .assessment_step_4 div[class*=MyStrengthPHQ7Radio] .container-content,.root-web-sdk #containerForm .assessment_step_4 div[class*=MyStrengthPHQ8Radio] .container-content,.root-web-sdk #containerForm .assessment_step_4 div[class*=MyStrengthPHQ9Radio] .container-content,.root-web-sdk #containerForm .assessment_step_5 div[class*=MyStrengthPHQ1Radio] .container-content,.root-web-sdk #containerForm .assessment_step_5 div[class*=MyStrengthPHQ2Radio] .container-content,.root-web-sdk #containerForm .assessment_step_5 div[class*=MyStrengthPHQ3Radio] .container-content,.root-web-sdk #containerForm .assessment_step_5 div[class*=MyStrengthPHQ4Radio] .container-content,.root-web-sdk #containerForm .assessment_step_5 div[class*=MyStrengthPHQ5Radio] .container-content,.root-web-sdk #containerForm .assessment_step_5 div[class*=MyStrengthPHQ6Radio] .container-content,.root-web-sdk #containerForm .assessment_step_5 div[class*=MyStrengthPHQ7Radio] .container-content,.root-web-sdk #containerForm .assessment_step_5 div[class*=MyStrengthPHQ8Radio] .container-content,.root-web-sdk #containerForm .assessment_step_5 div[class*=MyStrengthPHQ9Radio] .container-content,.root-web-sdk #containerForm .assessment_step_6 div[class*=MyStrengthPHQ1Radio] .container-content,.root-web-sdk #containerForm .assessment_step_6 div[class*=MyStrengthPHQ2Radio] .container-content,.root-web-sdk #containerForm .assessment_step_6 div[class*=MyStrengthPHQ3Radio] .container-content,.root-web-sdk #containerForm .assessment_step_6 div[class*=MyStrengthPHQ4Radio] .container-content,.root-web-sdk #containerForm .assessment_step_6 div[class*=MyStrengthPHQ5Radio] .container-content,.root-web-sdk #containerForm .assessment_step_6 div[class*=MyStrengthPHQ6Radio] .container-content,.root-web-sdk #containerForm .assessment_step_6 div[class*=MyStrengthPHQ7Radio] .container-content,.root-web-sdk #containerForm .assessment_step_6 div[class*=MyStrengthPHQ8Radio] .container-content,.root-web-sdk #containerForm .assessment_step_6 div[class*=MyStrengthPHQ9Radio] .container-content,.root-web-sdk #containerForm .assessment_step_7 div[class*=MyStrengthPHQ1Radio] .container-content,.root-web-sdk #containerForm .assessment_step_7 div[class*=MyStrengthPHQ2Radio] .container-content,.root-web-sdk #containerForm .assessment_step_7 div[class*=MyStrengthPHQ3Radio] .container-content,.root-web-sdk #containerForm .assessment_step_7 div[class*=MyStrengthPHQ4Radio] .container-content,.root-web-sdk #containerForm .assessment_step_7 div[class*=MyStrengthPHQ5Radio] .container-content,.root-web-sdk #containerForm .assessment_step_7 div[class*=MyStrengthPHQ6Radio] .container-content,.root-web-sdk #containerForm .assessment_step_7 div[class*=MyStrengthPHQ7Radio] .container-content,.root-web-sdk #containerForm .assessment_step_7 div[class*=MyStrengthPHQ8Radio] .container-content,.root-web-sdk #containerForm .assessment_step_7 div[class*=MyStrengthPHQ9Radio] .container-content,.root-web-sdk #containerForm .assessment_step_8 div[class*=MyStrengthPHQ1Radio] .container-content,.root-web-sdk #containerForm .assessment_step_8 div[class*=MyStrengthPHQ2Radio] .container-content,.root-web-sdk #containerForm .assessment_step_8 div[class*=MyStrengthPHQ3Radio] .container-content,.root-web-sdk #containerForm .assessment_step_8 div[class*=MyStrengthPHQ4Radio] .container-content,.root-web-sdk #containerForm .assessment_step_8 div[class*=MyStrengthPHQ5Radio] .container-content,.root-web-sdk #containerForm .assessment_step_8 div[class*=MyStrengthPHQ6Radio] .container-content,.root-web-sdk #containerForm .assessment_step_8 div[class*=MyStrengthPHQ7Radio] .container-content,.root-web-sdk #containerForm .assessment_step_8 div[class*=MyStrengthPHQ8Radio] .container-content,.root-web-sdk #containerForm .assessment_step_8 div[class*=MyStrengthPHQ9Radio] .container-content,.root-web-sdk #containerForm .assessment_step_9 div[class*=MyStrengthPHQ1Radio] .container-content,.root-web-sdk #containerForm .assessment_step_9 div[class*=MyStrengthPHQ2Radio] .container-content,.root-web-sdk #containerForm .assessment_step_9 div[class*=MyStrengthPHQ3Radio] .container-content,.root-web-sdk #containerForm .assessment_step_9 div[class*=MyStrengthPHQ4Radio] .container-content,.root-web-sdk #containerForm .assessment_step_9 div[class*=MyStrengthPHQ5Radio] .container-content,.root-web-sdk #containerForm .assessment_step_9 div[class*=MyStrengthPHQ6Radio] .container-content,.root-web-sdk #containerForm .assessment_step_9 div[class*=MyStrengthPHQ7Radio] .container-content,.root-web-sdk #containerForm .assessment_step_9 div[class*=MyStrengthPHQ8Radio] .container-content,.root-web-sdk #containerForm .assessment_step_9 div[class*=MyStrengthPHQ9Radio] .container-content{width:100%;display:flex;align-items:center;justify-content:center}.root-web-sdk #containerForm .assessment_step_1 div[class*=MyStrengthPHQ1Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_1 div[class*=MyStrengthPHQ2Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_1 div[class*=MyStrengthPHQ3Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_1 div[class*=MyStrengthPHQ4Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_1 div[class*=MyStrengthPHQ5Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_1 div[class*=MyStrengthPHQ6Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_1 div[class*=MyStrengthPHQ7Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_1 div[class*=MyStrengthPHQ8Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_1 div[class*=MyStrengthPHQ9Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_2 div[class*=MyStrengthPHQ1Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_2 div[class*=MyStrengthPHQ2Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_2 div[class*=MyStrengthPHQ3Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_2 div[class*=MyStrengthPHQ4Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_2 div[class*=MyStrengthPHQ5Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_2 div[class*=MyStrengthPHQ6Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_2 div[class*=MyStrengthPHQ7Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_2 div[class*=MyStrengthPHQ8Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_2 div[class*=MyStrengthPHQ9Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_3 div[class*=MyStrengthPHQ1Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_3 div[class*=MyStrengthPHQ2Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_3 div[class*=MyStrengthPHQ3Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_3 div[class*=MyStrengthPHQ4Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_3 div[class*=MyStrengthPHQ5Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_3 div[class*=MyStrengthPHQ6Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_3 div[class*=MyStrengthPHQ7Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_3 div[class*=MyStrengthPHQ8Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_3 div[class*=MyStrengthPHQ9Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_4 div[class*=MyStrengthPHQ1Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_4 div[class*=MyStrengthPHQ2Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_4 div[class*=MyStrengthPHQ3Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_4 div[class*=MyStrengthPHQ4Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_4 div[class*=MyStrengthPHQ5Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_4 div[class*=MyStrengthPHQ6Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_4 div[class*=MyStrengthPHQ7Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_4 div[class*=MyStrengthPHQ8Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_4 div[class*=MyStrengthPHQ9Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_5 div[class*=MyStrengthPHQ1Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_5 div[class*=MyStrengthPHQ2Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_5 div[class*=MyStrengthPHQ3Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_5 div[class*=MyStrengthPHQ4Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_5 div[class*=MyStrengthPHQ5Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_5 div[class*=MyStrengthPHQ6Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_5 div[class*=MyStrengthPHQ7Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_5 div[class*=MyStrengthPHQ8Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_5 div[class*=MyStrengthPHQ9Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_6 div[class*=MyStrengthPHQ1Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_6 div[class*=MyStrengthPHQ2Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_6 div[class*=MyStrengthPHQ3Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_6 div[class*=MyStrengthPHQ4Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_6 div[class*=MyStrengthPHQ5Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_6 div[class*=MyStrengthPHQ6Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_6 div[class*=MyStrengthPHQ7Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_6 div[class*=MyStrengthPHQ8Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_6 div[class*=MyStrengthPHQ9Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_7 div[class*=MyStrengthPHQ1Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_7 div[class*=MyStrengthPHQ2Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_7 div[class*=MyStrengthPHQ3Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_7 div[class*=MyStrengthPHQ4Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_7 div[class*=MyStrengthPHQ5Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_7 div[class*=MyStrengthPHQ6Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_7 div[class*=MyStrengthPHQ7Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_7 div[class*=MyStrengthPHQ8Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_7 div[class*=MyStrengthPHQ9Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_8 div[class*=MyStrengthPHQ1Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_8 div[class*=MyStrengthPHQ2Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_8 div[class*=MyStrengthPHQ3Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_8 div[class*=MyStrengthPHQ4Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_8 div[class*=MyStrengthPHQ5Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_8 div[class*=MyStrengthPHQ6Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_8 div[class*=MyStrengthPHQ7Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_8 div[class*=MyStrengthPHQ8Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_8 div[class*=MyStrengthPHQ9Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_9 div[class*=MyStrengthPHQ1Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_9 div[class*=MyStrengthPHQ2Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_9 div[class*=MyStrengthPHQ3Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_9 div[class*=MyStrengthPHQ4Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_9 div[class*=MyStrengthPHQ5Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_9 div[class*=MyStrengthPHQ6Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_9 div[class*=MyStrengthPHQ7Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_9 div[class*=MyStrengthPHQ8Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_9 div[class*=MyStrengthPHQ9Radio] .container-content .title{display:flex;flex:9;align-items:center;font-size:1.125rem;line-height:20px;margin-bottom:0;padding-left:1.5rem}.root-web-sdk #containerForm .assessment_step_1 div[class*=MyStrengthPHQ1Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_1 div[class*=MyStrengthPHQ2Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_1 div[class*=MyStrengthPHQ3Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_1 div[class*=MyStrengthPHQ4Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_1 div[class*=MyStrengthPHQ5Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_1 div[class*=MyStrengthPHQ6Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_1 div[class*=MyStrengthPHQ7Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_1 div[class*=MyStrengthPHQ8Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_1 div[class*=MyStrengthPHQ9Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_2 div[class*=MyStrengthPHQ1Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_2 div[class*=MyStrengthPHQ2Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_2 div[class*=MyStrengthPHQ3Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_2 div[class*=MyStrengthPHQ4Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_2 div[class*=MyStrengthPHQ5Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_2 div[class*=MyStrengthPHQ6Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_2 div[class*=MyStrengthPHQ7Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_2 div[class*=MyStrengthPHQ8Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_2 div[class*=MyStrengthPHQ9Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_3 div[class*=MyStrengthPHQ1Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_3 div[class*=MyStrengthPHQ2Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_3 div[class*=MyStrengthPHQ3Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_3 div[class*=MyStrengthPHQ4Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_3 div[class*=MyStrengthPHQ5Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_3 div[class*=MyStrengthPHQ6Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_3 div[class*=MyStrengthPHQ7Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_3 div[class*=MyStrengthPHQ8Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_3 div[class*=MyStrengthPHQ9Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_4 div[class*=MyStrengthPHQ1Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_4 div[class*=MyStrengthPHQ2Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_4 div[class*=MyStrengthPHQ3Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_4 div[class*=MyStrengthPHQ4Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_4 div[class*=MyStrengthPHQ5Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_4 div[class*=MyStrengthPHQ6Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_4 div[class*=MyStrengthPHQ7Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_4 div[class*=MyStrengthPHQ8Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_4 div[class*=MyStrengthPHQ9Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_5 div[class*=MyStrengthPHQ1Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_5 div[class*=MyStrengthPHQ2Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_5 div[class*=MyStrengthPHQ3Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_5 div[class*=MyStrengthPHQ4Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_5 div[class*=MyStrengthPHQ5Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_5 div[class*=MyStrengthPHQ6Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_5 div[class*=MyStrengthPHQ7Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_5 div[class*=MyStrengthPHQ8Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_5 div[class*=MyStrengthPHQ9Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_6 div[class*=MyStrengthPHQ1Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_6 div[class*=MyStrengthPHQ2Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_6 div[class*=MyStrengthPHQ3Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_6 div[class*=MyStrengthPHQ4Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_6 div[class*=MyStrengthPHQ5Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_6 div[class*=MyStrengthPHQ6Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_6 div[class*=MyStrengthPHQ7Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_6 div[class*=MyStrengthPHQ8Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_6 div[class*=MyStrengthPHQ9Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_7 div[class*=MyStrengthPHQ1Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_7 div[class*=MyStrengthPHQ2Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_7 div[class*=MyStrengthPHQ3Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_7 div[class*=MyStrengthPHQ4Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_7 div[class*=MyStrengthPHQ5Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_7 div[class*=MyStrengthPHQ6Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_7 div[class*=MyStrengthPHQ7Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_7 div[class*=MyStrengthPHQ8Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_7 div[class*=MyStrengthPHQ9Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_8 div[class*=MyStrengthPHQ1Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_8 div[class*=MyStrengthPHQ2Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_8 div[class*=MyStrengthPHQ3Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_8 div[class*=MyStrengthPHQ4Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_8 div[class*=MyStrengthPHQ5Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_8 div[class*=MyStrengthPHQ6Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_8 div[class*=MyStrengthPHQ7Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_8 div[class*=MyStrengthPHQ8Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_8 div[class*=MyStrengthPHQ9Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_9 div[class*=MyStrengthPHQ1Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_9 div[class*=MyStrengthPHQ2Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_9 div[class*=MyStrengthPHQ3Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_9 div[class*=MyStrengthPHQ4Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_9 div[class*=MyStrengthPHQ5Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_9 div[class*=MyStrengthPHQ6Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_9 div[class*=MyStrengthPHQ7Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_9 div[class*=MyStrengthPHQ8Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_9 div[class*=MyStrengthPHQ9Radio] .container-content .radio-group-container{margin-top:1.5rem;display:flex;flex:1;justify-content:center;align-items:flex-end;margin-bottom:0;margin-right:1.5rem}.root-web-sdk #containerForm .assessment_step_1 div.select[class*=MyStrengthPHQ1Radio],.root-web-sdk #containerForm .assessment_step_1 div.select[class*=MyStrengthPHQ2Radio],.root-web-sdk #containerForm .assessment_step_1 div.select[class*=MyStrengthPHQ3Radio],.root-web-sdk #containerForm .assessment_step_1 div.select[class*=MyStrengthPHQ4Radio],.root-web-sdk #containerForm .assessment_step_1 div.select[class*=MyStrengthPHQ5Radio],.root-web-sdk #containerForm .assessment_step_1 div.select[class*=MyStrengthPHQ6Radio],.root-web-sdk #containerForm .assessment_step_1 div.select[class*=MyStrengthPHQ7Radio],.root-web-sdk #containerForm .assessment_step_1 div.select[class*=MyStrengthPHQ8Radio],.root-web-sdk #containerForm .assessment_step_1 div.select[class*=MyStrengthPHQ9Radio],.root-web-sdk #containerForm .assessment_step_2 div.select[class*=MyStrengthPHQ1Radio],.root-web-sdk #containerForm .assessment_step_2 div.select[class*=MyStrengthPHQ2Radio],.root-web-sdk #containerForm .assessment_step_2 div.select[class*=MyStrengthPHQ3Radio],.root-web-sdk #containerForm .assessment_step_2 div.select[class*=MyStrengthPHQ4Radio],.root-web-sdk #containerForm .assessment_step_2 div.select[class*=MyStrengthPHQ5Radio],.root-web-sdk #containerForm .assessment_step_2 div.select[class*=MyStrengthPHQ6Radio],.root-web-sdk #containerForm .assessment_step_2 div.select[class*=MyStrengthPHQ7Radio],.root-web-sdk #containerForm .assessment_step_2 div.select[class*=MyStrengthPHQ8Radio],.root-web-sdk #containerForm .assessment_step_2 div.select[class*=MyStrengthPHQ9Radio],.root-web-sdk #containerForm .assessment_step_3 div.select[class*=MyStrengthPHQ1Radio],.root-web-sdk #containerForm .assessment_step_3 div.select[class*=MyStrengthPHQ2Radio],.root-web-sdk #containerForm .assessment_step_3 div.select[class*=MyStrengthPHQ3Radio],.root-web-sdk #containerForm .assessment_step_3 div.select[class*=MyStrengthPHQ4Radio],.root-web-sdk #containerForm .assessment_step_3 div.select[class*=MyStrengthPHQ5Radio],.root-web-sdk #containerForm .assessment_step_3 div.select[class*=MyStrengthPHQ6Radio],.root-web-sdk #containerForm .assessment_step_3 div.select[class*=MyStrengthPHQ7Radio],.root-web-sdk #containerForm .assessment_step_3 div.select[class*=MyStrengthPHQ8Radio],.root-web-sdk #containerForm .assessment_step_3 div.select[class*=MyStrengthPHQ9Radio],.root-web-sdk #containerForm .assessment_step_4 div.select[class*=MyStrengthPHQ1Radio],.root-web-sdk #containerForm .assessment_step_4 div.select[class*=MyStrengthPHQ2Radio],.root-web-sdk #containerForm .assessment_step_4 div.select[class*=MyStrengthPHQ3Radio],.root-web-sdk #containerForm .assessment_step_4 div.select[class*=MyStrengthPHQ4Radio],.root-web-sdk #containerForm .assessment_step_4 div.select[class*=MyStrengthPHQ5Radio],.root-web-sdk #containerForm .assessment_step_4 div.select[class*=MyStrengthPHQ6Radio],.root-web-sdk #containerForm .assessment_step_4 div.select[class*=MyStrengthPHQ7Radio],.root-web-sdk #containerForm .assessment_step_4 div.select[class*=MyStrengthPHQ8Radio],.root-web-sdk #containerForm .assessment_step_4 div.select[class*=MyStrengthPHQ9Radio],.root-web-sdk #containerForm .assessment_step_5 div.select[class*=MyStrengthPHQ1Radio],.root-web-sdk #containerForm .assessment_step_5 div.select[class*=MyStrengthPHQ2Radio],.root-web-sdk #containerForm .assessment_step_5 div.select[class*=MyStrengthPHQ3Radio],.root-web-sdk #containerForm .assessment_step_5 div.select[class*=MyStrengthPHQ4Radio],.root-web-sdk #containerForm .assessment_step_5 div.select[class*=MyStrengthPHQ5Radio],.root-web-sdk #containerForm .assessment_step_5 div.select[class*=MyStrengthPHQ6Radio],.root-web-sdk #containerForm .assessment_step_5 div.select[class*=MyStrengthPHQ7Radio],.root-web-sdk #containerForm .assessment_step_5 div.select[class*=MyStrengthPHQ8Radio],.root-web-sdk #containerForm .assessment_step_5 div.select[class*=MyStrengthPHQ9Radio],.root-web-sdk #containerForm .assessment_step_6 div.select[class*=MyStrengthPHQ1Radio],.root-web-sdk #containerForm .assessment_step_6 div.select[class*=MyStrengthPHQ2Radio],.root-web-sdk #containerForm .assessment_step_6 div.select[class*=MyStrengthPHQ3Radio],.root-web-sdk #containerForm .assessment_step_6 div.select[class*=MyStrengthPHQ4Radio],.root-web-sdk #containerForm .assessment_step_6 div.select[class*=MyStrengthPHQ5Radio],.root-web-sdk #containerForm .assessment_step_6 div.select[class*=MyStrengthPHQ6Radio],.root-web-sdk #containerForm .assessment_step_6 div.select[class*=MyStrengthPHQ7Radio],.root-web-sdk #containerForm .assessment_step_6 div.select[class*=MyStrengthPHQ8Radio],.root-web-sdk #containerForm .assessment_step_6 div.select[class*=MyStrengthPHQ9Radio],.root-web-sdk #containerForm .assessment_step_7 div.select[class*=MyStrengthPHQ1Radio],.root-web-sdk #containerForm .assessment_step_7 div.select[class*=MyStrengthPHQ2Radio],.root-web-sdk #containerForm .assessment_step_7 div.select[class*=MyStrengthPHQ3Radio],.root-web-sdk #containerForm .assessment_step_7 div.select[class*=MyStrengthPHQ4Radio],.root-web-sdk #containerForm .assessment_step_7 div.select[class*=MyStrengthPHQ5Radio],.root-web-sdk #containerForm .assessment_step_7 div.select[class*=MyStrengthPHQ6Radio],.root-web-sdk #containerForm .assessment_step_7 div.select[class*=MyStrengthPHQ7Radio],.root-web-sdk #containerForm .assessment_step_7 div.select[class*=MyStrengthPHQ8Radio],.root-web-sdk #containerForm .assessment_step_7 div.select[class*=MyStrengthPHQ9Radio],.root-web-sdk #containerForm .assessment_step_8 div.select[class*=MyStrengthPHQ1Radio],.root-web-sdk #containerForm .assessment_step_8 div.select[class*=MyStrengthPHQ2Radio],.root-web-sdk #containerForm .assessment_step_8 div.select[class*=MyStrengthPHQ3Radio],.root-web-sdk #containerForm .assessment_step_8 div.select[class*=MyStrengthPHQ4Radio],.root-web-sdk #containerForm .assessment_step_8 div.select[class*=MyStrengthPHQ5Radio],.root-web-sdk #containerForm .assessment_step_8 div.select[class*=MyStrengthPHQ6Radio],.root-web-sdk #containerForm .assessment_step_8 div.select[class*=MyStrengthPHQ7Radio],.root-web-sdk #containerForm .assessment_step_8 div.select[class*=MyStrengthPHQ8Radio],.root-web-sdk #containerForm .assessment_step_8 div.select[class*=MyStrengthPHQ9Radio],.root-web-sdk #containerForm .assessment_step_9 div.select[class*=MyStrengthPHQ1Radio],.root-web-sdk #containerForm .assessment_step_9 div.select[class*=MyStrengthPHQ2Radio],.root-web-sdk #containerForm .assessment_step_9 div.select[class*=MyStrengthPHQ3Radio],.root-web-sdk #containerForm .assessment_step_9 div.select[class*=MyStrengthPHQ4Radio],.root-web-sdk #containerForm .assessment_step_9 div.select[class*=MyStrengthPHQ5Radio],.root-web-sdk #containerForm .assessment_step_9 div.select[class*=MyStrengthPHQ6Radio],.root-web-sdk #containerForm .assessment_step_9 div.select[class*=MyStrengthPHQ7Radio],.root-web-sdk #containerForm .assessment_step_9 div.select[class*=MyStrengthPHQ8Radio],.root-web-sdk #containerForm .assessment_step_9 div.select[class*=MyStrengthPHQ9Radio]{width:100%;float:none;display:flex;border-radius:.75rem;margin-bottom:1rem;margin-top:0;--bg-opacity:1;background-color:#f5f0fd;background-color:rgba(245, 240, 253, var(--bg-opacity));cursor:pointer}.root-web-sdk #containerForm .assessment_step_1 div.select[class*=MyStrengthPHQ1Radio] .container-content,.root-web-sdk #containerForm .assessment_step_1 div.select[class*=MyStrengthPHQ2Radio] .container-content,.root-web-sdk #containerForm .assessment_step_1 div.select[class*=MyStrengthPHQ3Radio] .container-content,.root-web-sdk #containerForm .assessment_step_1 div.select[class*=MyStrengthPHQ4Radio] .container-content,.root-web-sdk #containerForm .assessment_step_1 div.select[class*=MyStrengthPHQ5Radio] .container-content,.root-web-sdk #containerForm .assessment_step_1 div.select[class*=MyStrengthPHQ6Radio] .container-content,.root-web-sdk #containerForm .assessment_step_1 div.select[class*=MyStrengthPHQ7Radio] .container-content,.root-web-sdk #containerForm .assessment_step_1 div.select[class*=MyStrengthPHQ8Radio] .container-content,.root-web-sdk #containerForm .assessment_step_1 div.select[class*=MyStrengthPHQ9Radio] .container-content,.root-web-sdk #containerForm .assessment_step_2 div.select[class*=MyStrengthPHQ1Radio] .container-content,.root-web-sdk #containerForm .assessment_step_2 div.select[class*=MyStrengthPHQ2Radio] .container-content,.root-web-sdk #containerForm .assessment_step_2 div.select[class*=MyStrengthPHQ3Radio] .container-content,.root-web-sdk #containerForm .assessment_step_2 div.select[class*=MyStrengthPHQ4Radio] .container-content,.root-web-sdk #containerForm .assessment_step_2 div.select[class*=MyStrengthPHQ5Radio] .container-content,.root-web-sdk #containerForm .assessment_step_2 div.select[class*=MyStrengthPHQ6Radio] .container-content,.root-web-sdk #containerForm .assessment_step_2 div.select[class*=MyStrengthPHQ7Radio] .container-content,.root-web-sdk #containerForm .assessment_step_2 div.select[class*=MyStrengthPHQ8Radio] .container-content,.root-web-sdk #containerForm .assessment_step_2 div.select[class*=MyStrengthPHQ9Radio] .container-content,.root-web-sdk #containerForm .assessment_step_3 div.select[class*=MyStrengthPHQ1Radio] .container-content,.root-web-sdk #containerForm .assessment_step_3 div.select[class*=MyStrengthPHQ2Radio] .container-content,.root-web-sdk #containerForm .assessment_step_3 div.select[class*=MyStrengthPHQ3Radio] .container-content,.root-web-sdk #containerForm .assessment_step_3 div.select[class*=MyStrengthPHQ4Radio] .container-content,.root-web-sdk #containerForm .assessment_step_3 div.select[class*=MyStrengthPHQ5Radio] .container-content,.root-web-sdk #containerForm .assessment_step_3 div.select[class*=MyStrengthPHQ6Radio] .container-content,.root-web-sdk #containerForm .assessment_step_3 div.select[class*=MyStrengthPHQ7Radio] .container-content,.root-web-sdk #containerForm .assessment_step_3 div.select[class*=MyStrengthPHQ8Radio] .container-content,.root-web-sdk #containerForm .assessment_step_3 div.select[class*=MyStrengthPHQ9Radio] .container-content,.root-web-sdk #containerForm .assessment_step_4 div.select[class*=MyStrengthPHQ1Radio] .container-content,.root-web-sdk #containerForm .assessment_step_4 div.select[class*=MyStrengthPHQ2Radio] .container-content,.root-web-sdk #containerForm .assessment_step_4 div.select[class*=MyStrengthPHQ3Radio] .container-content,.root-web-sdk #containerForm .assessment_step_4 div.select[class*=MyStrengthPHQ4Radio] .container-content,.root-web-sdk #containerForm .assessment_step_4 div.select[class*=MyStrengthPHQ5Radio] .container-content,.root-web-sdk #containerForm .assessment_step_4 div.select[class*=MyStrengthPHQ6Radio] .container-content,.root-web-sdk #containerForm .assessment_step_4 div.select[class*=MyStrengthPHQ7Radio] .container-content,.root-web-sdk #containerForm .assessment_step_4 div.select[class*=MyStrengthPHQ8Radio] .container-content,.root-web-sdk #containerForm .assessment_step_4 div.select[class*=MyStrengthPHQ9Radio] .container-content,.root-web-sdk #containerForm .assessment_step_5 div.select[class*=MyStrengthPHQ1Radio] .container-content,.root-web-sdk #containerForm .assessment_step_5 div.select[class*=MyStrengthPHQ2Radio] .container-content,.root-web-sdk #containerForm .assessment_step_5 div.select[class*=MyStrengthPHQ3Radio] .container-content,.root-web-sdk #containerForm .assessment_step_5 div.select[class*=MyStrengthPHQ4Radio] .container-content,.root-web-sdk #containerForm .assessment_step_5 div.select[class*=MyStrengthPHQ5Radio] .container-content,.root-web-sdk #containerForm .assessment_step_5 div.select[class*=MyStrengthPHQ6Radio] .container-content,.root-web-sdk #containerForm .assessment_step_5 div.select[class*=MyStrengthPHQ7Radio] .container-content,.root-web-sdk #containerForm .assessment_step_5 div.select[class*=MyStrengthPHQ8Radio] .container-content,.root-web-sdk #containerForm .assessment_step_5 div.select[class*=MyStrengthPHQ9Radio] .container-content,.root-web-sdk #containerForm .assessment_step_6 div.select[class*=MyStrengthPHQ1Radio] .container-content,.root-web-sdk #containerForm .assessment_step_6 div.select[class*=MyStrengthPHQ2Radio] .container-content,.root-web-sdk #containerForm .assessment_step_6 div.select[class*=MyStrengthPHQ3Radio] .container-content,.root-web-sdk #containerForm .assessment_step_6 div.select[class*=MyStrengthPHQ4Radio] .container-content,.root-web-sdk #containerForm .assessment_step_6 div.select[class*=MyStrengthPHQ5Radio] .container-content,.root-web-sdk #containerForm .assessment_step_6 div.select[class*=MyStrengthPHQ6Radio] .container-content,.root-web-sdk #containerForm .assessment_step_6 div.select[class*=MyStrengthPHQ7Radio] .container-content,.root-web-sdk #containerForm .assessment_step_6 div.select[class*=MyStrengthPHQ8Radio] .container-content,.root-web-sdk #containerForm .assessment_step_6 div.select[class*=MyStrengthPHQ9Radio] .container-content,.root-web-sdk #containerForm .assessment_step_7 div.select[class*=MyStrengthPHQ1Radio] .container-content,.root-web-sdk #containerForm .assessment_step_7 div.select[class*=MyStrengthPHQ2Radio] .container-content,.root-web-sdk #containerForm .assessment_step_7 div.select[class*=MyStrengthPHQ3Radio] .container-content,.root-web-sdk #containerForm .assessment_step_7 div.select[class*=MyStrengthPHQ4Radio] .container-content,.root-web-sdk #containerForm .assessment_step_7 div.select[class*=MyStrengthPHQ5Radio] .container-content,.root-web-sdk #containerForm .assessment_step_7 div.select[class*=MyStrengthPHQ6Radio] .container-content,.root-web-sdk #containerForm .assessment_step_7 div.select[class*=MyStrengthPHQ7Radio] .container-content,.root-web-sdk #containerForm .assessment_step_7 div.select[class*=MyStrengthPHQ8Radio] .container-content,.root-web-sdk #containerForm .assessment_step_7 div.select[class*=MyStrengthPHQ9Radio] .container-content,.root-web-sdk #containerForm .assessment_step_8 div.select[class*=MyStrengthPHQ1Radio] .container-content,.root-web-sdk #containerForm .assessment_step_8 div.select[class*=MyStrengthPHQ2Radio] .container-content,.root-web-sdk #containerForm .assessment_step_8 div.select[class*=MyStrengthPHQ3Radio] .container-content,.root-web-sdk #containerForm .assessment_step_8 div.select[class*=MyStrengthPHQ4Radio] .container-content,.root-web-sdk #containerForm .assessment_step_8 div.select[class*=MyStrengthPHQ5Radio] .container-content,.root-web-sdk #containerForm .assessment_step_8 div.select[class*=MyStrengthPHQ6Radio] .container-content,.root-web-sdk #containerForm .assessment_step_8 div.select[class*=MyStrengthPHQ7Radio] .container-content,.root-web-sdk #containerForm .assessment_step_8 div.select[class*=MyStrengthPHQ8Radio] .container-content,.root-web-sdk #containerForm .assessment_step_8 div.select[class*=MyStrengthPHQ9Radio] .container-content,.root-web-sdk #containerForm .assessment_step_9 div.select[class*=MyStrengthPHQ1Radio] .container-content,.root-web-sdk #containerForm .assessment_step_9 div.select[class*=MyStrengthPHQ2Radio] .container-content,.root-web-sdk #containerForm .assessment_step_9 div.select[class*=MyStrengthPHQ3Radio] .container-content,.root-web-sdk #containerForm .assessment_step_9 div.select[class*=MyStrengthPHQ4Radio] .container-content,.root-web-sdk #containerForm .assessment_step_9 div.select[class*=MyStrengthPHQ5Radio] .container-content,.root-web-sdk #containerForm .assessment_step_9 div.select[class*=MyStrengthPHQ6Radio] .container-content,.root-web-sdk #containerForm .assessment_step_9 div.select[class*=MyStrengthPHQ7Radio] .container-content,.root-web-sdk #containerForm .assessment_step_9 div.select[class*=MyStrengthPHQ8Radio] .container-content,.root-web-sdk #containerForm .assessment_step_9 div.select[class*=MyStrengthPHQ9Radio] .container-content{width:100%;display:flex;align-items:center;justify-content:center}.root-web-sdk #containerForm .assessment_step_1 div.select[class*=MyStrengthPHQ1Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_1 div.select[class*=MyStrengthPHQ2Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_1 div.select[class*=MyStrengthPHQ3Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_1 div.select[class*=MyStrengthPHQ4Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_1 div.select[class*=MyStrengthPHQ5Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_1 div.select[class*=MyStrengthPHQ6Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_1 div.select[class*=MyStrengthPHQ7Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_1 div.select[class*=MyStrengthPHQ8Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_1 div.select[class*=MyStrengthPHQ9Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_2 div.select[class*=MyStrengthPHQ1Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_2 div.select[class*=MyStrengthPHQ2Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_2 div.select[class*=MyStrengthPHQ3Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_2 div.select[class*=MyStrengthPHQ4Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_2 div.select[class*=MyStrengthPHQ5Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_2 div.select[class*=MyStrengthPHQ6Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_2 div.select[class*=MyStrengthPHQ7Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_2 div.select[class*=MyStrengthPHQ8Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_2 div.select[class*=MyStrengthPHQ9Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_3 div.select[class*=MyStrengthPHQ1Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_3 div.select[class*=MyStrengthPHQ2Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_3 div.select[class*=MyStrengthPHQ3Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_3 div.select[class*=MyStrengthPHQ4Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_3 div.select[class*=MyStrengthPHQ5Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_3 div.select[class*=MyStrengthPHQ6Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_3 div.select[class*=MyStrengthPHQ7Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_3 div.select[class*=MyStrengthPHQ8Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_3 div.select[class*=MyStrengthPHQ9Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_4 div.select[class*=MyStrengthPHQ1Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_4 div.select[class*=MyStrengthPHQ2Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_4 div.select[class*=MyStrengthPHQ3Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_4 div.select[class*=MyStrengthPHQ4Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_4 div.select[class*=MyStrengthPHQ5Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_4 div.select[class*=MyStrengthPHQ6Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_4 div.select[class*=MyStrengthPHQ7Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_4 div.select[class*=MyStrengthPHQ8Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_4 div.select[class*=MyStrengthPHQ9Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_5 div.select[class*=MyStrengthPHQ1Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_5 div.select[class*=MyStrengthPHQ2Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_5 div.select[class*=MyStrengthPHQ3Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_5 div.select[class*=MyStrengthPHQ4Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_5 div.select[class*=MyStrengthPHQ5Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_5 div.select[class*=MyStrengthPHQ6Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_5 div.select[class*=MyStrengthPHQ7Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_5 div.select[class*=MyStrengthPHQ8Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_5 div.select[class*=MyStrengthPHQ9Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_6 div.select[class*=MyStrengthPHQ1Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_6 div.select[class*=MyStrengthPHQ2Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_6 div.select[class*=MyStrengthPHQ3Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_6 div.select[class*=MyStrengthPHQ4Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_6 div.select[class*=MyStrengthPHQ5Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_6 div.select[class*=MyStrengthPHQ6Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_6 div.select[class*=MyStrengthPHQ7Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_6 div.select[class*=MyStrengthPHQ8Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_6 div.select[class*=MyStrengthPHQ9Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_7 div.select[class*=MyStrengthPHQ1Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_7 div.select[class*=MyStrengthPHQ2Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_7 div.select[class*=MyStrengthPHQ3Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_7 div.select[class*=MyStrengthPHQ4Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_7 div.select[class*=MyStrengthPHQ5Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_7 div.select[class*=MyStrengthPHQ6Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_7 div.select[class*=MyStrengthPHQ7Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_7 div.select[class*=MyStrengthPHQ8Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_7 div.select[class*=MyStrengthPHQ9Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_8 div.select[class*=MyStrengthPHQ1Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_8 div.select[class*=MyStrengthPHQ2Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_8 div.select[class*=MyStrengthPHQ3Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_8 div.select[class*=MyStrengthPHQ4Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_8 div.select[class*=MyStrengthPHQ5Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_8 div.select[class*=MyStrengthPHQ6Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_8 div.select[class*=MyStrengthPHQ7Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_8 div.select[class*=MyStrengthPHQ8Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_8 div.select[class*=MyStrengthPHQ9Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_9 div.select[class*=MyStrengthPHQ1Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_9 div.select[class*=MyStrengthPHQ2Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_9 div.select[class*=MyStrengthPHQ3Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_9 div.select[class*=MyStrengthPHQ4Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_9 div.select[class*=MyStrengthPHQ5Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_9 div.select[class*=MyStrengthPHQ6Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_9 div.select[class*=MyStrengthPHQ7Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_9 div.select[class*=MyStrengthPHQ8Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_9 div.select[class*=MyStrengthPHQ9Radio] .container-content .title{display:flex;flex:9;align-items:center;font-size:1.125rem;line-height:20px;margin-bottom:0;padding-left:1.5rem}.root-web-sdk #containerForm .assessment_step_1 div.select[class*=MyStrengthPHQ1Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_1 div.select[class*=MyStrengthPHQ2Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_1 div.select[class*=MyStrengthPHQ3Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_1 div.select[class*=MyStrengthPHQ4Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_1 div.select[class*=MyStrengthPHQ5Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_1 div.select[class*=MyStrengthPHQ6Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_1 div.select[class*=MyStrengthPHQ7Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_1 div.select[class*=MyStrengthPHQ8Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_1 div.select[class*=MyStrengthPHQ9Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_2 div.select[class*=MyStrengthPHQ1Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_2 div.select[class*=MyStrengthPHQ2Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_2 div.select[class*=MyStrengthPHQ3Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_2 div.select[class*=MyStrengthPHQ4Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_2 div.select[class*=MyStrengthPHQ5Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_2 div.select[class*=MyStrengthPHQ6Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_2 div.select[class*=MyStrengthPHQ7Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_2 div.select[class*=MyStrengthPHQ8Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_2 div.select[class*=MyStrengthPHQ9Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_3 div.select[class*=MyStrengthPHQ1Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_3 div.select[class*=MyStrengthPHQ2Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_3 div.select[class*=MyStrengthPHQ3Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_3 div.select[class*=MyStrengthPHQ4Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_3 div.select[class*=MyStrengthPHQ5Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_3 div.select[class*=MyStrengthPHQ6Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_3 div.select[class*=MyStrengthPHQ7Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_3 div.select[class*=MyStrengthPHQ8Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_3 div.select[class*=MyStrengthPHQ9Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_4 div.select[class*=MyStrengthPHQ1Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_4 div.select[class*=MyStrengthPHQ2Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_4 div.select[class*=MyStrengthPHQ3Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_4 div.select[class*=MyStrengthPHQ4Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_4 div.select[class*=MyStrengthPHQ5Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_4 div.select[class*=MyStrengthPHQ6Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_4 div.select[class*=MyStrengthPHQ7Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_4 div.select[class*=MyStrengthPHQ8Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_4 div.select[class*=MyStrengthPHQ9Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_5 div.select[class*=MyStrengthPHQ1Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_5 div.select[class*=MyStrengthPHQ2Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_5 div.select[class*=MyStrengthPHQ3Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_5 div.select[class*=MyStrengthPHQ4Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_5 div.select[class*=MyStrengthPHQ5Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_5 div.select[class*=MyStrengthPHQ6Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_5 div.select[class*=MyStrengthPHQ7Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_5 div.select[class*=MyStrengthPHQ8Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_5 div.select[class*=MyStrengthPHQ9Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_6 div.select[class*=MyStrengthPHQ1Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_6 div.select[class*=MyStrengthPHQ2Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_6 div.select[class*=MyStrengthPHQ3Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_6 div.select[class*=MyStrengthPHQ4Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_6 div.select[class*=MyStrengthPHQ5Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_6 div.select[class*=MyStrengthPHQ6Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_6 div.select[class*=MyStrengthPHQ7Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_6 div.select[class*=MyStrengthPHQ8Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_6 div.select[class*=MyStrengthPHQ9Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_7 div.select[class*=MyStrengthPHQ1Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_7 div.select[class*=MyStrengthPHQ2Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_7 div.select[class*=MyStrengthPHQ3Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_7 div.select[class*=MyStrengthPHQ4Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_7 div.select[class*=MyStrengthPHQ5Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_7 div.select[class*=MyStrengthPHQ6Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_7 div.select[class*=MyStrengthPHQ7Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_7 div.select[class*=MyStrengthPHQ8Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_7 div.select[class*=MyStrengthPHQ9Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_8 div.select[class*=MyStrengthPHQ1Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_8 div.select[class*=MyStrengthPHQ2Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_8 div.select[class*=MyStrengthPHQ3Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_8 div.select[class*=MyStrengthPHQ4Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_8 div.select[class*=MyStrengthPHQ5Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_8 div.select[class*=MyStrengthPHQ6Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_8 div.select[class*=MyStrengthPHQ7Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_8 div.select[class*=MyStrengthPHQ8Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_8 div.select[class*=MyStrengthPHQ9Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_9 div.select[class*=MyStrengthPHQ1Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_9 div.select[class*=MyStrengthPHQ2Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_9 div.select[class*=MyStrengthPHQ3Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_9 div.select[class*=MyStrengthPHQ4Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_9 div.select[class*=MyStrengthPHQ5Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_9 div.select[class*=MyStrengthPHQ6Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_9 div.select[class*=MyStrengthPHQ7Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_9 div.select[class*=MyStrengthPHQ8Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_9 div.select[class*=MyStrengthPHQ9Radio] .container-content .radio-group-container{margin-top:0;display:flex;flex:1;justify-content:center;align-items:flex-end;margin-bottom:0;margin-right:1.5rem}.root-web-sdk #containerForm .assessment_step_1 div.select[class*=MyStrengthPHQ1Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_1 div.select[class*=MyStrengthPHQ2Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_1 div.select[class*=MyStrengthPHQ3Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_1 div.select[class*=MyStrengthPHQ4Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_1 div.select[class*=MyStrengthPHQ5Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_1 div.select[class*=MyStrengthPHQ6Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_1 div.select[class*=MyStrengthPHQ7Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_1 div.select[class*=MyStrengthPHQ8Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_1 div.select[class*=MyStrengthPHQ9Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_2 div.select[class*=MyStrengthPHQ1Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_2 div.select[class*=MyStrengthPHQ2Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_2 div.select[class*=MyStrengthPHQ3Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_2 div.select[class*=MyStrengthPHQ4Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_2 div.select[class*=MyStrengthPHQ5Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_2 div.select[class*=MyStrengthPHQ6Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_2 div.select[class*=MyStrengthPHQ7Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_2 div.select[class*=MyStrengthPHQ8Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_2 div.select[class*=MyStrengthPHQ9Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_3 div.select[class*=MyStrengthPHQ1Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_3 div.select[class*=MyStrengthPHQ2Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_3 div.select[class*=MyStrengthPHQ3Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_3 div.select[class*=MyStrengthPHQ4Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_3 div.select[class*=MyStrengthPHQ5Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_3 div.select[class*=MyStrengthPHQ6Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_3 div.select[class*=MyStrengthPHQ7Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_3 div.select[class*=MyStrengthPHQ8Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_3 div.select[class*=MyStrengthPHQ9Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_4 div.select[class*=MyStrengthPHQ1Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_4 div.select[class*=MyStrengthPHQ2Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_4 div.select[class*=MyStrengthPHQ3Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_4 div.select[class*=MyStrengthPHQ4Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_4 div.select[class*=MyStrengthPHQ5Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_4 div.select[class*=MyStrengthPHQ6Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_4 div.select[class*=MyStrengthPHQ7Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_4 div.select[class*=MyStrengthPHQ8Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_4 div.select[class*=MyStrengthPHQ9Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_5 div.select[class*=MyStrengthPHQ1Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_5 div.select[class*=MyStrengthPHQ2Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_5 div.select[class*=MyStrengthPHQ3Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_5 div.select[class*=MyStrengthPHQ4Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_5 div.select[class*=MyStrengthPHQ5Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_5 div.select[class*=MyStrengthPHQ6Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_5 div.select[class*=MyStrengthPHQ7Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_5 div.select[class*=MyStrengthPHQ8Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_5 div.select[class*=MyStrengthPHQ9Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_6 div.select[class*=MyStrengthPHQ1Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_6 div.select[class*=MyStrengthPHQ2Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_6 div.select[class*=MyStrengthPHQ3Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_6 div.select[class*=MyStrengthPHQ4Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_6 div.select[class*=MyStrengthPHQ5Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_6 div.select[class*=MyStrengthPHQ6Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_6 div.select[class*=MyStrengthPHQ7Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_6 div.select[class*=MyStrengthPHQ8Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_6 div.select[class*=MyStrengthPHQ9Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_7 div.select[class*=MyStrengthPHQ1Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_7 div.select[class*=MyStrengthPHQ2Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_7 div.select[class*=MyStrengthPHQ3Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_7 div.select[class*=MyStrengthPHQ4Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_7 div.select[class*=MyStrengthPHQ5Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_7 div.select[class*=MyStrengthPHQ6Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_7 div.select[class*=MyStrengthPHQ7Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_7 div.select[class*=MyStrengthPHQ8Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_7 div.select[class*=MyStrengthPHQ9Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_8 div.select[class*=MyStrengthPHQ1Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_8 div.select[class*=MyStrengthPHQ2Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_8 div.select[class*=MyStrengthPHQ3Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_8 div.select[class*=MyStrengthPHQ4Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_8 div.select[class*=MyStrengthPHQ5Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_8 div.select[class*=MyStrengthPHQ6Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_8 div.select[class*=MyStrengthPHQ7Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_8 div.select[class*=MyStrengthPHQ8Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_8 div.select[class*=MyStrengthPHQ9Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_9 div.select[class*=MyStrengthPHQ1Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_9 div.select[class*=MyStrengthPHQ2Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_9 div.select[class*=MyStrengthPHQ3Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_9 div.select[class*=MyStrengthPHQ4Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_9 div.select[class*=MyStrengthPHQ5Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_9 div.select[class*=MyStrengthPHQ6Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_9 div.select[class*=MyStrengthPHQ7Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_9 div.select[class*=MyStrengthPHQ8Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_9 div.select[class*=MyStrengthPHQ9Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk{margin-bottom:0}.root-web-sdk #containerForm .assessment_step_1 div.select[class*=MyStrengthPHQ1Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_1 div.select[class*=MyStrengthPHQ2Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_1 div.select[class*=MyStrengthPHQ3Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_1 div.select[class*=MyStrengthPHQ4Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_1 div.select[class*=MyStrengthPHQ5Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_1 div.select[class*=MyStrengthPHQ6Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_1 div.select[class*=MyStrengthPHQ7Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_1 div.select[class*=MyStrengthPHQ8Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_1 div.select[class*=MyStrengthPHQ9Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_2 div.select[class*=MyStrengthPHQ1Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_2 div.select[class*=MyStrengthPHQ2Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_2 div.select[class*=MyStrengthPHQ3Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_2 div.select[class*=MyStrengthPHQ4Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_2 div.select[class*=MyStrengthPHQ5Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_2 div.select[class*=MyStrengthPHQ6Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_2 div.select[class*=MyStrengthPHQ7Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_2 div.select[class*=MyStrengthPHQ8Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_2 div.select[class*=MyStrengthPHQ9Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_3 div.select[class*=MyStrengthPHQ1Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_3 div.select[class*=MyStrengthPHQ2Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_3 div.select[class*=MyStrengthPHQ3Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_3 div.select[class*=MyStrengthPHQ4Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_3 div.select[class*=MyStrengthPHQ5Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_3 div.select[class*=MyStrengthPHQ6Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_3 div.select[class*=MyStrengthPHQ7Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_3 div.select[class*=MyStrengthPHQ8Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_3 div.select[class*=MyStrengthPHQ9Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_4 div.select[class*=MyStrengthPHQ1Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_4 div.select[class*=MyStrengthPHQ2Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_4 div.select[class*=MyStrengthPHQ3Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_4 div.select[class*=MyStrengthPHQ4Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_4 div.select[class*=MyStrengthPHQ5Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_4 div.select[class*=MyStrengthPHQ6Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_4 div.select[class*=MyStrengthPHQ7Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_4 div.select[class*=MyStrengthPHQ8Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_4 div.select[class*=MyStrengthPHQ9Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_5 div.select[class*=MyStrengthPHQ1Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_5 div.select[class*=MyStrengthPHQ2Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_5 div.select[class*=MyStrengthPHQ3Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_5 div.select[class*=MyStrengthPHQ4Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_5 div.select[class*=MyStrengthPHQ5Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_5 div.select[class*=MyStrengthPHQ6Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_5 div.select[class*=MyStrengthPHQ7Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_5 div.select[class*=MyStrengthPHQ8Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_5 div.select[class*=MyStrengthPHQ9Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_6 div.select[class*=MyStrengthPHQ1Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_6 div.select[class*=MyStrengthPHQ2Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_6 div.select[class*=MyStrengthPHQ3Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_6 div.select[class*=MyStrengthPHQ4Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_6 div.select[class*=MyStrengthPHQ5Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_6 div.select[class*=MyStrengthPHQ6Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_6 div.select[class*=MyStrengthPHQ7Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_6 div.select[class*=MyStrengthPHQ8Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_6 div.select[class*=MyStrengthPHQ9Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_7 div.select[class*=MyStrengthPHQ1Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_7 div.select[class*=MyStrengthPHQ2Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_7 div.select[class*=MyStrengthPHQ3Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_7 div.select[class*=MyStrengthPHQ4Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_7 div.select[class*=MyStrengthPHQ5Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_7 div.select[class*=MyStrengthPHQ6Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_7 div.select[class*=MyStrengthPHQ7Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_7 div.select[class*=MyStrengthPHQ8Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_7 div.select[class*=MyStrengthPHQ9Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_8 div.select[class*=MyStrengthPHQ1Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_8 div.select[class*=MyStrengthPHQ2Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_8 div.select[class*=MyStrengthPHQ3Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_8 div.select[class*=MyStrengthPHQ4Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_8 div.select[class*=MyStrengthPHQ5Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_8 div.select[class*=MyStrengthPHQ6Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_8 div.select[class*=MyStrengthPHQ7Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_8 div.select[class*=MyStrengthPHQ8Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_8 div.select[class*=MyStrengthPHQ9Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_9 div.select[class*=MyStrengthPHQ1Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_9 div.select[class*=MyStrengthPHQ2Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_9 div.select[class*=MyStrengthPHQ3Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_9 div.select[class*=MyStrengthPHQ4Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_9 div.select[class*=MyStrengthPHQ5Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_9 div.select[class*=MyStrengthPHQ6Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_9 div.select[class*=MyStrengthPHQ7Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_9 div.select[class*=MyStrengthPHQ8Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_9 div.select[class*=MyStrengthPHQ9Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span{--border-opacity:1;border-color:#0078bc;border-color:rgba(0, 120, 188, var(--border-opacity))}.root-web-sdk #containerForm .assessment_step_1 div.select[class*=MyStrengthPHQ1Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_1 div.select[class*=MyStrengthPHQ2Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_1 div.select[class*=MyStrengthPHQ3Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_1 div.select[class*=MyStrengthPHQ4Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_1 div.select[class*=MyStrengthPHQ5Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_1 div.select[class*=MyStrengthPHQ6Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_1 div.select[class*=MyStrengthPHQ7Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_1 div.select[class*=MyStrengthPHQ8Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_1 div.select[class*=MyStrengthPHQ9Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_2 div.select[class*=MyStrengthPHQ1Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_2 div.select[class*=MyStrengthPHQ2Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_2 div.select[class*=MyStrengthPHQ3Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_2 div.select[class*=MyStrengthPHQ4Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_2 div.select[class*=MyStrengthPHQ5Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_2 div.select[class*=MyStrengthPHQ6Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_2 div.select[class*=MyStrengthPHQ7Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_2 div.select[class*=MyStrengthPHQ8Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_2 div.select[class*=MyStrengthPHQ9Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_3 div.select[class*=MyStrengthPHQ1Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_3 div.select[class*=MyStrengthPHQ2Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_3 div.select[class*=MyStrengthPHQ3Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_3 div.select[class*=MyStrengthPHQ4Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_3 div.select[class*=MyStrengthPHQ5Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_3 div.select[class*=MyStrengthPHQ6Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_3 div.select[class*=MyStrengthPHQ7Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_3 div.select[class*=MyStrengthPHQ8Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_3 div.select[class*=MyStrengthPHQ9Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_4 div.select[class*=MyStrengthPHQ1Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_4 div.select[class*=MyStrengthPHQ2Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_4 div.select[class*=MyStrengthPHQ3Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_4 div.select[class*=MyStrengthPHQ4Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_4 div.select[class*=MyStrengthPHQ5Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_4 div.select[class*=MyStrengthPHQ6Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_4 div.select[class*=MyStrengthPHQ7Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_4 div.select[class*=MyStrengthPHQ8Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_4 div.select[class*=MyStrengthPHQ9Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_5 div.select[class*=MyStrengthPHQ1Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_5 div.select[class*=MyStrengthPHQ2Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_5 div.select[class*=MyStrengthPHQ3Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_5 div.select[class*=MyStrengthPHQ4Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_5 div.select[class*=MyStrengthPHQ5Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_5 div.select[class*=MyStrengthPHQ6Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_5 div.select[class*=MyStrengthPHQ7Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_5 div.select[class*=MyStrengthPHQ8Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_5 div.select[class*=MyStrengthPHQ9Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_6 div.select[class*=MyStrengthPHQ1Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_6 div.select[class*=MyStrengthPHQ2Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_6 div.select[class*=MyStrengthPHQ3Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_6 div.select[class*=MyStrengthPHQ4Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_6 div.select[class*=MyStrengthPHQ5Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_6 div.select[class*=MyStrengthPHQ6Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_6 div.select[class*=MyStrengthPHQ7Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_6 div.select[class*=MyStrengthPHQ8Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_6 div.select[class*=MyStrengthPHQ9Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_7 div.select[class*=MyStrengthPHQ1Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_7 div.select[class*=MyStrengthPHQ2Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_7 div.select[class*=MyStrengthPHQ3Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_7 div.select[class*=MyStrengthPHQ4Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_7 div.select[class*=MyStrengthPHQ5Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_7 div.select[class*=MyStrengthPHQ6Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_7 div.select[class*=MyStrengthPHQ7Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_7 div.select[class*=MyStrengthPHQ8Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_7 div.select[class*=MyStrengthPHQ9Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_8 div.select[class*=MyStrengthPHQ1Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_8 div.select[class*=MyStrengthPHQ2Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_8 div.select[class*=MyStrengthPHQ3Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_8 div.select[class*=MyStrengthPHQ4Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_8 div.select[class*=MyStrengthPHQ5Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_8 div.select[class*=MyStrengthPHQ6Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_8 div.select[class*=MyStrengthPHQ7Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_8 div.select[class*=MyStrengthPHQ8Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_8 div.select[class*=MyStrengthPHQ9Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_9 div.select[class*=MyStrengthPHQ1Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_9 div.select[class*=MyStrengthPHQ2Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_9 div.select[class*=MyStrengthPHQ3Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_9 div.select[class*=MyStrengthPHQ4Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_9 div.select[class*=MyStrengthPHQ5Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_9 div.select[class*=MyStrengthPHQ6Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_9 div.select[class*=MyStrengthPHQ7Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_9 div.select[class*=MyStrengthPHQ8Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_9 div.select[class*=MyStrengthPHQ9Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after{--bg-opacity:1;background-color:#0078bc;background-color:rgba(0, 120, 188, var(--bg-opacity))}.root-web-sdk #containerForm .assessment_step_1 .button-next_button,.root-web-sdk #containerForm .assessment_step_2 .button-next_button,.root-web-sdk #containerForm .assessment_step_3 .button-next_button,.root-web-sdk #containerForm .assessment_step_4 .button-next_button,.root-web-sdk #containerForm .assessment_step_5 .button-next_button,.root-web-sdk #containerForm .assessment_step_6 .button-next_button,.root-web-sdk #containerForm .assessment_step_7 .button-next_button,.root-web-sdk #containerForm .assessment_step_8 .button-next_button,.root-web-sdk #containerForm .assessment_step_9 .button-next_button{width:104px;--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity));font-size:1.125rem;line-height:20px;float:right;border-radius:9999px;--bg-opacity:1;background-color:#5b2f91;background-color:rgba(91, 47, 145, var(--bg-opacity));border-width:0}.root-web-sdk #containerForm .assessment_step_1 .button-next_button:hover:not(.disabled),.root-web-sdk #containerForm .assessment_step_2 .button-next_button:hover:not(.disabled),.root-web-sdk #containerForm .assessment_step_3 .button-next_button:hover:not(.disabled),.root-web-sdk #containerForm .assessment_step_4 .button-next_button:hover:not(.disabled),.root-web-sdk #containerForm .assessment_step_5 .button-next_button:hover:not(.disabled),.root-web-sdk #containerForm .assessment_step_6 .button-next_button:hover:not(.disabled),.root-web-sdk #containerForm .assessment_step_7 .button-next_button:hover:not(.disabled),.root-web-sdk #containerForm .assessment_step_8 .button-next_button:hover:not(.disabled),.root-web-sdk #containerForm .assessment_step_9 .button-next_button:hover:not(.disabled){--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity));--bg-opacity:1;background-color:#5b2f91;background-color:rgba(91, 47, 145, var(--bg-opacity))}.root-web-sdk #containerForm .assessment_step_1 .button-next_button:focus:not(.disabled),.root-web-sdk #containerForm .assessment_step_2 .button-next_button:focus:not(.disabled),.root-web-sdk #containerForm .assessment_step_3 .button-next_button:focus:not(.disabled),.root-web-sdk #containerForm .assessment_step_4 .button-next_button:focus:not(.disabled),.root-web-sdk #containerForm .assessment_step_5 .button-next_button:focus:not(.disabled),.root-web-sdk #containerForm .assessment_step_6 .button-next_button:focus:not(.disabled),.root-web-sdk #containerForm .assessment_step_7 .button-next_button:focus:not(.disabled),.root-web-sdk #containerForm .assessment_step_8 .button-next_button:focus:not(.disabled),.root-web-sdk #containerForm .assessment_step_9 .button-next_button:focus:not(.disabled){border-style:none;box-shadow:none}.root-web-sdk #containerForm .assessment_step_1 .button-next_button:active:not(.disabled),.root-web-sdk #containerForm .assessment_step_2 .button-next_button:active:not(.disabled),.root-web-sdk #containerForm .assessment_step_3 .button-next_button:active:not(.disabled),.root-web-sdk #containerForm .assessment_step_4 .button-next_button:active:not(.disabled),.root-web-sdk #containerForm .assessment_step_5 .button-next_button:active:not(.disabled),.root-web-sdk #containerForm .assessment_step_6 .button-next_button:active:not(.disabled),.root-web-sdk #containerForm .assessment_step_7 .button-next_button:active:not(.disabled),.root-web-sdk #containerForm .assessment_step_8 .button-next_button:active:not(.disabled),.root-web-sdk #containerForm .assessment_step_9 .button-next_button:active:not(.disabled){--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity));--bg-opacity:1;background-color:#5b2f91;background-color:rgba(91, 47, 145, var(--bg-opacity))}@media (min-width: 475px){.root-web-sdk #containerForm .assessment_step_10,.root-web-sdk #containerForm .assessment_step_11,.root-web-sdk #containerForm .assessment_step_12,.root-web-sdk #containerForm .assessment_step_13,.root-web-sdk #containerForm .assessment_step_14,.root-web-sdk #containerForm .assessment_step_15,.root-web-sdk #containerForm .assessment_step_16{max-width:496px;margin:0 auto}}.root-web-sdk #containerForm .assessment_step_10 .ProgressBarGAD1,.root-web-sdk #containerForm .assessment_step_10 .ProgressBarGAD2,.root-web-sdk #containerForm .assessment_step_10 .ProgressBarGAD3,.root-web-sdk #containerForm .assessment_step_10 .ProgressBarGAD4,.root-web-sdk #containerForm .assessment_step_10 .ProgressBarGAD5,.root-web-sdk #containerForm .assessment_step_10 .ProgressBarGAD6,.root-web-sdk #containerForm .assessment_step_10 .ProgressBarGAD7,.root-web-sdk #containerForm .assessment_step_11 .ProgressBarGAD1,.root-web-sdk #containerForm .assessment_step_11 .ProgressBarGAD2,.root-web-sdk #containerForm .assessment_step_11 .ProgressBarGAD3,.root-web-sdk #containerForm .assessment_step_11 .ProgressBarGAD4,.root-web-sdk #containerForm .assessment_step_11 .ProgressBarGAD5,.root-web-sdk #containerForm .assessment_step_11 .ProgressBarGAD6,.root-web-sdk #containerForm .assessment_step_11 .ProgressBarGAD7,.root-web-sdk #containerForm .assessment_step_12 .ProgressBarGAD1,.root-web-sdk #containerForm .assessment_step_12 .ProgressBarGAD2,.root-web-sdk #containerForm .assessment_step_12 .ProgressBarGAD3,.root-web-sdk #containerForm .assessment_step_12 .ProgressBarGAD4,.root-web-sdk #containerForm .assessment_step_12 .ProgressBarGAD5,.root-web-sdk #containerForm .assessment_step_12 .ProgressBarGAD6,.root-web-sdk #containerForm .assessment_step_12 .ProgressBarGAD7,.root-web-sdk #containerForm .assessment_step_13 .ProgressBarGAD1,.root-web-sdk #containerForm .assessment_step_13 .ProgressBarGAD2,.root-web-sdk #containerForm .assessment_step_13 .ProgressBarGAD3,.root-web-sdk #containerForm .assessment_step_13 .ProgressBarGAD4,.root-web-sdk #containerForm .assessment_step_13 .ProgressBarGAD5,.root-web-sdk #containerForm .assessment_step_13 .ProgressBarGAD6,.root-web-sdk #containerForm .assessment_step_13 .ProgressBarGAD7,.root-web-sdk #containerForm .assessment_step_14 .ProgressBarGAD1,.root-web-sdk #containerForm .assessment_step_14 .ProgressBarGAD2,.root-web-sdk #containerForm .assessment_step_14 .ProgressBarGAD3,.root-web-sdk #containerForm .assessment_step_14 .ProgressBarGAD4,.root-web-sdk #containerForm .assessment_step_14 .ProgressBarGAD5,.root-web-sdk #containerForm .assessment_step_14 .ProgressBarGAD6,.root-web-sdk #containerForm .assessment_step_14 .ProgressBarGAD7,.root-web-sdk #containerForm .assessment_step_15 .ProgressBarGAD1,.root-web-sdk #containerForm .assessment_step_15 .ProgressBarGAD2,.root-web-sdk #containerForm .assessment_step_15 .ProgressBarGAD3,.root-web-sdk #containerForm .assessment_step_15 .ProgressBarGAD4,.root-web-sdk #containerForm .assessment_step_15 .ProgressBarGAD5,.root-web-sdk #containerForm .assessment_step_15 .ProgressBarGAD6,.root-web-sdk #containerForm .assessment_step_15 .ProgressBarGAD7,.root-web-sdk #containerForm .assessment_step_16 .ProgressBarGAD1,.root-web-sdk #containerForm .assessment_step_16 .ProgressBarGAD2,.root-web-sdk #containerForm .assessment_step_16 .ProgressBarGAD3,.root-web-sdk #containerForm .assessment_step_16 .ProgressBarGAD4,.root-web-sdk #containerForm .assessment_step_16 .ProgressBarGAD5,.root-web-sdk #containerForm .assessment_step_16 .ProgressBarGAD6,.root-web-sdk #containerForm .assessment_step_16 .ProgressBarGAD7{height:.5rem;border-radius:9999px;--bg-opacity:1;background-color:#dfe0df;background-color:rgba(223, 224, 223, var(--bg-opacity));margin-bottom:1.5rem}.root-web-sdk #containerForm .assessment_step_10 .ProgressBarGAD1 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_10 .ProgressBarGAD2 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_10 .ProgressBarGAD3 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_10 .ProgressBarGAD4 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_10 .ProgressBarGAD5 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_10 .ProgressBarGAD6 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_10 .ProgressBarGAD7 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_11 .ProgressBarGAD1 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_11 .ProgressBarGAD2 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_11 .ProgressBarGAD3 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_11 .ProgressBarGAD4 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_11 .ProgressBarGAD5 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_11 .ProgressBarGAD6 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_11 .ProgressBarGAD7 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_12 .ProgressBarGAD1 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_12 .ProgressBarGAD2 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_12 .ProgressBarGAD3 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_12 .ProgressBarGAD4 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_12 .ProgressBarGAD5 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_12 .ProgressBarGAD6 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_12 .ProgressBarGAD7 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_13 .ProgressBarGAD1 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_13 .ProgressBarGAD2 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_13 .ProgressBarGAD3 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_13 .ProgressBarGAD4 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_13 .ProgressBarGAD5 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_13 .ProgressBarGAD6 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_13 .ProgressBarGAD7 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_14 .ProgressBarGAD1 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_14 .ProgressBarGAD2 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_14 .ProgressBarGAD3 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_14 .ProgressBarGAD4 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_14 .ProgressBarGAD5 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_14 .ProgressBarGAD6 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_14 .ProgressBarGAD7 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_15 .ProgressBarGAD1 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_15 .ProgressBarGAD2 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_15 .ProgressBarGAD3 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_15 .ProgressBarGAD4 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_15 .ProgressBarGAD5 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_15 .ProgressBarGAD6 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_15 .ProgressBarGAD7 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_16 .ProgressBarGAD1 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_16 .ProgressBarGAD2 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_16 .ProgressBarGAD3 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_16 .ProgressBarGAD4 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_16 .ProgressBarGAD5 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_16 .ProgressBarGAD6 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_16 .ProgressBarGAD7 .blue_progress_bar{border-width:0;height:.5rem;border-radius:9999px;--bg-opacity:1;background-color:#0078bc;background-color:rgba(0, 120, 188, var(--bg-opacity))}.root-web-sdk #containerForm .assessment_step_10 .ProgressBarGAD1 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_11 .ProgressBarGAD1 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_12 .ProgressBarGAD1 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_13 .ProgressBarGAD1 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_14 .ProgressBarGAD1 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_15 .ProgressBarGAD1 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_16 .ProgressBarGAD1 .blue_progress_bar{width:60.33%}.root-web-sdk #containerForm .assessment_step_10 .ProgressBarGAD2 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_11 .ProgressBarGAD2 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_12 .ProgressBarGAD2 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_13 .ProgressBarGAD2 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_14 .ProgressBarGAD2 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_15 .ProgressBarGAD2 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_16 .ProgressBarGAD2 .blue_progress_bar{width:63.16%}.root-web-sdk #containerForm .assessment_step_10 .ProgressBarGAD3 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_11 .ProgressBarGAD3 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_12 .ProgressBarGAD3 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_13 .ProgressBarGAD3 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_14 .ProgressBarGAD3 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_15 .ProgressBarGAD3 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_16 .ProgressBarGAD3 .blue_progress_bar{width:66%}.root-web-sdk #containerForm .assessment_step_10 .ProgressBarGAD4 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_11 .ProgressBarGAD4 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_12 .ProgressBarGAD4 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_13 .ProgressBarGAD4 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_14 .ProgressBarGAD4 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_15 .ProgressBarGAD4 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_16 .ProgressBarGAD4 .blue_progress_bar{width:68.83%}.root-web-sdk #containerForm .assessment_step_10 .ProgressBarGAD5 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_11 .ProgressBarGAD5 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_12 .ProgressBarGAD5 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_13 .ProgressBarGAD5 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_14 .ProgressBarGAD5 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_15 .ProgressBarGAD5 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_16 .ProgressBarGAD5 .blue_progress_bar{width:71.66%}.root-web-sdk #containerForm .assessment_step_10 .ProgressBarGAD6 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_11 .ProgressBarGAD6 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_12 .ProgressBarGAD6 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_13 .ProgressBarGAD6 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_14 .ProgressBarGAD6 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_15 .ProgressBarGAD6 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_16 .ProgressBarGAD6 .blue_progress_bar{width:74.5%}.root-web-sdk #containerForm .assessment_step_10 .ProgressBarGAD7 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_11 .ProgressBarGAD7 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_12 .ProgressBarGAD7 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_13 .ProgressBarGAD7 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_14 .ProgressBarGAD7 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_15 .ProgressBarGAD7 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_16 .ProgressBarGAD7 .blue_progress_bar{width:77.33%}.root-web-sdk #containerForm .assessment_step_10 .MyStrengthGAD1Prompt,.root-web-sdk #containerForm .assessment_step_10 .MyStrengthGAD2Prompt,.root-web-sdk #containerForm .assessment_step_10 .MyStrengthGAD3Prompt,.root-web-sdk #containerForm .assessment_step_10 .MyStrengthGAD4Prompt,.root-web-sdk #containerForm .assessment_step_10 .MyStrengthGAD5Prompt,.root-web-sdk #containerForm .assessment_step_10 .MyStrengthGAD6Prompt,.root-web-sdk #containerForm .assessment_step_10 .MyStrengthGAD7Prompt,.root-web-sdk #containerForm .assessment_step_11 .MyStrengthGAD1Prompt,.root-web-sdk #containerForm .assessment_step_11 .MyStrengthGAD2Prompt,.root-web-sdk #containerForm .assessment_step_11 .MyStrengthGAD3Prompt,.root-web-sdk #containerForm .assessment_step_11 .MyStrengthGAD4Prompt,.root-web-sdk #containerForm .assessment_step_11 .MyStrengthGAD5Prompt,.root-web-sdk #containerForm .assessment_step_11 .MyStrengthGAD6Prompt,.root-web-sdk #containerForm .assessment_step_11 .MyStrengthGAD7Prompt,.root-web-sdk #containerForm .assessment_step_12 .MyStrengthGAD1Prompt,.root-web-sdk #containerForm .assessment_step_12 .MyStrengthGAD2Prompt,.root-web-sdk #containerForm .assessment_step_12 .MyStrengthGAD3Prompt,.root-web-sdk #containerForm .assessment_step_12 .MyStrengthGAD4Prompt,.root-web-sdk #containerForm .assessment_step_12 .MyStrengthGAD5Prompt,.root-web-sdk #containerForm .assessment_step_12 .MyStrengthGAD6Prompt,.root-web-sdk #containerForm .assessment_step_12 .MyStrengthGAD7Prompt,.root-web-sdk #containerForm .assessment_step_13 .MyStrengthGAD1Prompt,.root-web-sdk #containerForm .assessment_step_13 .MyStrengthGAD2Prompt,.root-web-sdk #containerForm .assessment_step_13 .MyStrengthGAD3Prompt,.root-web-sdk #containerForm .assessment_step_13 .MyStrengthGAD4Prompt,.root-web-sdk #containerForm .assessment_step_13 .MyStrengthGAD5Prompt,.root-web-sdk #containerForm .assessment_step_13 .MyStrengthGAD6Prompt,.root-web-sdk #containerForm .assessment_step_13 .MyStrengthGAD7Prompt,.root-web-sdk #containerForm .assessment_step_14 .MyStrengthGAD1Prompt,.root-web-sdk #containerForm .assessment_step_14 .MyStrengthGAD2Prompt,.root-web-sdk #containerForm .assessment_step_14 .MyStrengthGAD3Prompt,.root-web-sdk #containerForm .assessment_step_14 .MyStrengthGAD4Prompt,.root-web-sdk #containerForm .assessment_step_14 .MyStrengthGAD5Prompt,.root-web-sdk #containerForm .assessment_step_14 .MyStrengthGAD6Prompt,.root-web-sdk #containerForm .assessment_step_14 .MyStrengthGAD7Prompt,.root-web-sdk #containerForm .assessment_step_15 .MyStrengthGAD1Prompt,.root-web-sdk #containerForm .assessment_step_15 .MyStrengthGAD2Prompt,.root-web-sdk #containerForm .assessment_step_15 .MyStrengthGAD3Prompt,.root-web-sdk #containerForm .assessment_step_15 .MyStrengthGAD4Prompt,.root-web-sdk #containerForm .assessment_step_15 .MyStrengthGAD5Prompt,.root-web-sdk #containerForm .assessment_step_15 .MyStrengthGAD6Prompt,.root-web-sdk #containerForm .assessment_step_15 .MyStrengthGAD7Prompt,.root-web-sdk #containerForm .assessment_step_16 .MyStrengthGAD1Prompt,.root-web-sdk #containerForm .assessment_step_16 .MyStrengthGAD2Prompt,.root-web-sdk #containerForm .assessment_step_16 .MyStrengthGAD3Prompt,.root-web-sdk #containerForm .assessment_step_16 .MyStrengthGAD4Prompt,.root-web-sdk #containerForm .assessment_step_16 .MyStrengthGAD5Prompt,.root-web-sdk #containerForm .assessment_step_16 .MyStrengthGAD6Prompt,.root-web-sdk #containerForm .assessment_step_16 .MyStrengthGAD7Prompt{font-style:normal;font-weight:700;font-size:18px;line-height:24px;--text-opacity:1;color:#696b6b;color:rgba(105, 107, 107, var(--text-opacity));margin-bottom:.25rem}@media (min-width: 475px){.root-web-sdk #containerForm .assessment_step_10 .MyStrengthGAD1Prompt,.root-web-sdk #containerForm .assessment_step_10 .MyStrengthGAD2Prompt,.root-web-sdk #containerForm .assessment_step_10 .MyStrengthGAD3Prompt,.root-web-sdk #containerForm .assessment_step_10 .MyStrengthGAD4Prompt,.root-web-sdk #containerForm .assessment_step_10 .MyStrengthGAD5Prompt,.root-web-sdk #containerForm .assessment_step_10 .MyStrengthGAD6Prompt,.root-web-sdk #containerForm .assessment_step_10 .MyStrengthGAD7Prompt,.root-web-sdk #containerForm .assessment_step_11 .MyStrengthGAD1Prompt,.root-web-sdk #containerForm .assessment_step_11 .MyStrengthGAD2Prompt,.root-web-sdk #containerForm .assessment_step_11 .MyStrengthGAD3Prompt,.root-web-sdk #containerForm .assessment_step_11 .MyStrengthGAD4Prompt,.root-web-sdk #containerForm .assessment_step_11 .MyStrengthGAD5Prompt,.root-web-sdk #containerForm .assessment_step_11 .MyStrengthGAD6Prompt,.root-web-sdk #containerForm .assessment_step_11 .MyStrengthGAD7Prompt,.root-web-sdk #containerForm .assessment_step_12 .MyStrengthGAD1Prompt,.root-web-sdk #containerForm .assessment_step_12 .MyStrengthGAD2Prompt,.root-web-sdk #containerForm .assessment_step_12 .MyStrengthGAD3Prompt,.root-web-sdk #containerForm .assessment_step_12 .MyStrengthGAD4Prompt,.root-web-sdk #containerForm .assessment_step_12 .MyStrengthGAD5Prompt,.root-web-sdk #containerForm .assessment_step_12 .MyStrengthGAD6Prompt,.root-web-sdk #containerForm .assessment_step_12 .MyStrengthGAD7Prompt,.root-web-sdk #containerForm .assessment_step_13 .MyStrengthGAD1Prompt,.root-web-sdk #containerForm .assessment_step_13 .MyStrengthGAD2Prompt,.root-web-sdk #containerForm .assessment_step_13 .MyStrengthGAD3Prompt,.root-web-sdk #containerForm .assessment_step_13 .MyStrengthGAD4Prompt,.root-web-sdk #containerForm .assessment_step_13 .MyStrengthGAD5Prompt,.root-web-sdk #containerForm .assessment_step_13 .MyStrengthGAD6Prompt,.root-web-sdk #containerForm .assessment_step_13 .MyStrengthGAD7Prompt,.root-web-sdk #containerForm .assessment_step_14 .MyStrengthGAD1Prompt,.root-web-sdk #containerForm .assessment_step_14 .MyStrengthGAD2Prompt,.root-web-sdk #containerForm .assessment_step_14 .MyStrengthGAD3Prompt,.root-web-sdk #containerForm .assessment_step_14 .MyStrengthGAD4Prompt,.root-web-sdk #containerForm .assessment_step_14 .MyStrengthGAD5Prompt,.root-web-sdk #containerForm .assessment_step_14 .MyStrengthGAD6Prompt,.root-web-sdk #containerForm .assessment_step_14 .MyStrengthGAD7Prompt,.root-web-sdk #containerForm .assessment_step_15 .MyStrengthGAD1Prompt,.root-web-sdk #containerForm .assessment_step_15 .MyStrengthGAD2Prompt,.root-web-sdk #containerForm .assessment_step_15 .MyStrengthGAD3Prompt,.root-web-sdk #containerForm .assessment_step_15 .MyStrengthGAD4Prompt,.root-web-sdk #containerForm .assessment_step_15 .MyStrengthGAD5Prompt,.root-web-sdk #containerForm .assessment_step_15 .MyStrengthGAD6Prompt,.root-web-sdk #containerForm .assessment_step_15 .MyStrengthGAD7Prompt,.root-web-sdk #containerForm .assessment_step_16 .MyStrengthGAD1Prompt,.root-web-sdk #containerForm .assessment_step_16 .MyStrengthGAD2Prompt,.root-web-sdk #containerForm .assessment_step_16 .MyStrengthGAD3Prompt,.root-web-sdk #containerForm .assessment_step_16 .MyStrengthGAD4Prompt,.root-web-sdk #containerForm .assessment_step_16 .MyStrengthGAD5Prompt,.root-web-sdk #containerForm .assessment_step_16 .MyStrengthGAD6Prompt,.root-web-sdk #containerForm .assessment_step_16 .MyStrengthGAD7Prompt{line-height:28px}}.root-web-sdk #containerForm .assessment_step_10 .MyStrengthGAD1Title,.root-web-sdk #containerForm .assessment_step_10 .MyStrengthGAD2Title,.root-web-sdk #containerForm .assessment_step_10 .MyStrengthGAD3Title,.root-web-sdk #containerForm .assessment_step_10 .MyStrengthGAD4Title,.root-web-sdk #containerForm .assessment_step_10 .MyStrengthGAD5Title,.root-web-sdk #containerForm .assessment_step_10 .MyStrengthGAD6Title,.root-web-sdk #containerForm .assessment_step_10 .MyStrengthGAD7Title,.root-web-sdk #containerForm .assessment_step_11 .MyStrengthGAD1Title,.root-web-sdk #containerForm .assessment_step_11 .MyStrengthGAD2Title,.root-web-sdk #containerForm .assessment_step_11 .MyStrengthGAD3Title,.root-web-sdk #containerForm .assessment_step_11 .MyStrengthGAD4Title,.root-web-sdk #containerForm .assessment_step_11 .MyStrengthGAD5Title,.root-web-sdk #containerForm .assessment_step_11 .MyStrengthGAD6Title,.root-web-sdk #containerForm .assessment_step_11 .MyStrengthGAD7Title,.root-web-sdk #containerForm .assessment_step_12 .MyStrengthGAD1Title,.root-web-sdk #containerForm .assessment_step_12 .MyStrengthGAD2Title,.root-web-sdk #containerForm .assessment_step_12 .MyStrengthGAD3Title,.root-web-sdk #containerForm .assessment_step_12 .MyStrengthGAD4Title,.root-web-sdk #containerForm .assessment_step_12 .MyStrengthGAD5Title,.root-web-sdk #containerForm .assessment_step_12 .MyStrengthGAD6Title,.root-web-sdk #containerForm .assessment_step_12 .MyStrengthGAD7Title,.root-web-sdk #containerForm .assessment_step_13 .MyStrengthGAD1Title,.root-web-sdk #containerForm .assessment_step_13 .MyStrengthGAD2Title,.root-web-sdk #containerForm .assessment_step_13 .MyStrengthGAD3Title,.root-web-sdk #containerForm .assessment_step_13 .MyStrengthGAD4Title,.root-web-sdk #containerForm .assessment_step_13 .MyStrengthGAD5Title,.root-web-sdk #containerForm .assessment_step_13 .MyStrengthGAD6Title,.root-web-sdk #containerForm .assessment_step_13 .MyStrengthGAD7Title,.root-web-sdk #containerForm .assessment_step_14 .MyStrengthGAD1Title,.root-web-sdk #containerForm .assessment_step_14 .MyStrengthGAD2Title,.root-web-sdk #containerForm .assessment_step_14 .MyStrengthGAD3Title,.root-web-sdk #containerForm .assessment_step_14 .MyStrengthGAD4Title,.root-web-sdk #containerForm .assessment_step_14 .MyStrengthGAD5Title,.root-web-sdk #containerForm .assessment_step_14 .MyStrengthGAD6Title,.root-web-sdk #containerForm .assessment_step_14 .MyStrengthGAD7Title,.root-web-sdk #containerForm .assessment_step_15 .MyStrengthGAD1Title,.root-web-sdk #containerForm .assessment_step_15 .MyStrengthGAD2Title,.root-web-sdk #containerForm .assessment_step_15 .MyStrengthGAD3Title,.root-web-sdk #containerForm .assessment_step_15 .MyStrengthGAD4Title,.root-web-sdk #containerForm .assessment_step_15 .MyStrengthGAD5Title,.root-web-sdk #containerForm .assessment_step_15 .MyStrengthGAD6Title,.root-web-sdk #containerForm .assessment_step_15 .MyStrengthGAD7Title,.root-web-sdk #containerForm .assessment_step_16 .MyStrengthGAD1Title,.root-web-sdk #containerForm .assessment_step_16 .MyStrengthGAD2Title,.root-web-sdk #containerForm .assessment_step_16 .MyStrengthGAD3Title,.root-web-sdk #containerForm .assessment_step_16 .MyStrengthGAD4Title,.root-web-sdk #containerForm .assessment_step_16 .MyStrengthGAD5Title,.root-web-sdk #containerForm .assessment_step_16 .MyStrengthGAD6Title,.root-web-sdk #containerForm .assessment_step_16 .MyStrengthGAD7Title{font-weight:700;font-size:1.875rem;margin-bottom:1.5rem}.root-web-sdk #containerForm .assessment_step_10 div[class*=MyStrengthGAD1Radio],.root-web-sdk #containerForm .assessment_step_10 div[class*=MyStrengthGAD2Radio],.root-web-sdk #containerForm .assessment_step_10 div[class*=MyStrengthGAD3Radio],.root-web-sdk #containerForm .assessment_step_10 div[class*=MyStrengthGAD4Radio],.root-web-sdk #containerForm .assessment_step_10 div[class*=MyStrengthGAD5Radio],.root-web-sdk #containerForm .assessment_step_10 div[class*=MyStrengthGAD6Radio],.root-web-sdk #containerForm .assessment_step_10 div[class*=MyStrengthGAD7Radio],.root-web-sdk #containerForm .assessment_step_11 div[class*=MyStrengthGAD1Radio],.root-web-sdk #containerForm .assessment_step_11 div[class*=MyStrengthGAD2Radio],.root-web-sdk #containerForm .assessment_step_11 div[class*=MyStrengthGAD3Radio],.root-web-sdk #containerForm .assessment_step_11 div[class*=MyStrengthGAD4Radio],.root-web-sdk #containerForm .assessment_step_11 div[class*=MyStrengthGAD5Radio],.root-web-sdk #containerForm .assessment_step_11 div[class*=MyStrengthGAD6Radio],.root-web-sdk #containerForm .assessment_step_11 div[class*=MyStrengthGAD7Radio],.root-web-sdk #containerForm .assessment_step_12 div[class*=MyStrengthGAD1Radio],.root-web-sdk #containerForm .assessment_step_12 div[class*=MyStrengthGAD2Radio],.root-web-sdk #containerForm .assessment_step_12 div[class*=MyStrengthGAD3Radio],.root-web-sdk #containerForm .assessment_step_12 div[class*=MyStrengthGAD4Radio],.root-web-sdk #containerForm .assessment_step_12 div[class*=MyStrengthGAD5Radio],.root-web-sdk #containerForm .assessment_step_12 div[class*=MyStrengthGAD6Radio],.root-web-sdk #containerForm .assessment_step_12 div[class*=MyStrengthGAD7Radio],.root-web-sdk #containerForm .assessment_step_13 div[class*=MyStrengthGAD1Radio],.root-web-sdk #containerForm .assessment_step_13 div[class*=MyStrengthGAD2Radio],.root-web-sdk #containerForm .assessment_step_13 div[class*=MyStrengthGAD3Radio],.root-web-sdk #containerForm .assessment_step_13 div[class*=MyStrengthGAD4Radio],.root-web-sdk #containerForm .assessment_step_13 div[class*=MyStrengthGAD5Radio],.root-web-sdk #containerForm .assessment_step_13 div[class*=MyStrengthGAD6Radio],.root-web-sdk #containerForm .assessment_step_13 div[class*=MyStrengthGAD7Radio],.root-web-sdk #containerForm .assessment_step_14 div[class*=MyStrengthGAD1Radio],.root-web-sdk #containerForm .assessment_step_14 div[class*=MyStrengthGAD2Radio],.root-web-sdk #containerForm .assessment_step_14 div[class*=MyStrengthGAD3Radio],.root-web-sdk #containerForm .assessment_step_14 div[class*=MyStrengthGAD4Radio],.root-web-sdk #containerForm .assessment_step_14 div[class*=MyStrengthGAD5Radio],.root-web-sdk #containerForm .assessment_step_14 div[class*=MyStrengthGAD6Radio],.root-web-sdk #containerForm .assessment_step_14 div[class*=MyStrengthGAD7Radio],.root-web-sdk #containerForm .assessment_step_15 div[class*=MyStrengthGAD1Radio],.root-web-sdk #containerForm .assessment_step_15 div[class*=MyStrengthGAD2Radio],.root-web-sdk #containerForm .assessment_step_15 div[class*=MyStrengthGAD3Radio],.root-web-sdk #containerForm .assessment_step_15 div[class*=MyStrengthGAD4Radio],.root-web-sdk #containerForm .assessment_step_15 div[class*=MyStrengthGAD5Radio],.root-web-sdk #containerForm .assessment_step_15 div[class*=MyStrengthGAD6Radio],.root-web-sdk #containerForm .assessment_step_15 div[class*=MyStrengthGAD7Radio],.root-web-sdk #containerForm .assessment_step_16 div[class*=MyStrengthGAD1Radio],.root-web-sdk #containerForm .assessment_step_16 div[class*=MyStrengthGAD2Radio],.root-web-sdk #containerForm .assessment_step_16 div[class*=MyStrengthGAD3Radio],.root-web-sdk #containerForm .assessment_step_16 div[class*=MyStrengthGAD4Radio],.root-web-sdk #containerForm .assessment_step_16 div[class*=MyStrengthGAD5Radio],.root-web-sdk #containerForm .assessment_step_16 div[class*=MyStrengthGAD6Radio],.root-web-sdk #containerForm .assessment_step_16 div[class*=MyStrengthGAD7Radio]{height:3rem;display:flex;border-radius:.75rem;margin-bottom:1rem;--border-opacity:1;border-color:#dfe0df;border-color:rgba(223, 224, 223, var(--border-opacity));border-width:1px;cursor:pointer}.root-web-sdk #containerForm .assessment_step_10 div[class*=MyStrengthGAD1Radio] .container-content,.root-web-sdk #containerForm .assessment_step_10 div[class*=MyStrengthGAD2Radio] .container-content,.root-web-sdk #containerForm .assessment_step_10 div[class*=MyStrengthGAD3Radio] .container-content,.root-web-sdk #containerForm .assessment_step_10 div[class*=MyStrengthGAD4Radio] .container-content,.root-web-sdk #containerForm .assessment_step_10 div[class*=MyStrengthGAD5Radio] .container-content,.root-web-sdk #containerForm .assessment_step_10 div[class*=MyStrengthGAD6Radio] .container-content,.root-web-sdk #containerForm .assessment_step_10 div[class*=MyStrengthGAD7Radio] .container-content,.root-web-sdk #containerForm .assessment_step_11 div[class*=MyStrengthGAD1Radio] .container-content,.root-web-sdk #containerForm .assessment_step_11 div[class*=MyStrengthGAD2Radio] .container-content,.root-web-sdk #containerForm .assessment_step_11 div[class*=MyStrengthGAD3Radio] .container-content,.root-web-sdk #containerForm .assessment_step_11 div[class*=MyStrengthGAD4Radio] .container-content,.root-web-sdk #containerForm .assessment_step_11 div[class*=MyStrengthGAD5Radio] .container-content,.root-web-sdk #containerForm .assessment_step_11 div[class*=MyStrengthGAD6Radio] .container-content,.root-web-sdk #containerForm .assessment_step_11 div[class*=MyStrengthGAD7Radio] .container-content,.root-web-sdk #containerForm .assessment_step_12 div[class*=MyStrengthGAD1Radio] .container-content,.root-web-sdk #containerForm .assessment_step_12 div[class*=MyStrengthGAD2Radio] .container-content,.root-web-sdk #containerForm .assessment_step_12 div[class*=MyStrengthGAD3Radio] .container-content,.root-web-sdk #containerForm .assessment_step_12 div[class*=MyStrengthGAD4Radio] .container-content,.root-web-sdk #containerForm .assessment_step_12 div[class*=MyStrengthGAD5Radio] .container-content,.root-web-sdk #containerForm .assessment_step_12 div[class*=MyStrengthGAD6Radio] .container-content,.root-web-sdk #containerForm .assessment_step_12 div[class*=MyStrengthGAD7Radio] .container-content,.root-web-sdk #containerForm .assessment_step_13 div[class*=MyStrengthGAD1Radio] .container-content,.root-web-sdk #containerForm .assessment_step_13 div[class*=MyStrengthGAD2Radio] .container-content,.root-web-sdk #containerForm .assessment_step_13 div[class*=MyStrengthGAD3Radio] .container-content,.root-web-sdk #containerForm .assessment_step_13 div[class*=MyStrengthGAD4Radio] .container-content,.root-web-sdk #containerForm .assessment_step_13 div[class*=MyStrengthGAD5Radio] .container-content,.root-web-sdk #containerForm .assessment_step_13 div[class*=MyStrengthGAD6Radio] .container-content,.root-web-sdk #containerForm .assessment_step_13 div[class*=MyStrengthGAD7Radio] .container-content,.root-web-sdk #containerForm .assessment_step_14 div[class*=MyStrengthGAD1Radio] .container-content,.root-web-sdk #containerForm .assessment_step_14 div[class*=MyStrengthGAD2Radio] .container-content,.root-web-sdk #containerForm .assessment_step_14 div[class*=MyStrengthGAD3Radio] .container-content,.root-web-sdk #containerForm .assessment_step_14 div[class*=MyStrengthGAD4Radio] .container-content,.root-web-sdk #containerForm .assessment_step_14 div[class*=MyStrengthGAD5Radio] .container-content,.root-web-sdk #containerForm .assessment_step_14 div[class*=MyStrengthGAD6Radio] .container-content,.root-web-sdk #containerForm .assessment_step_14 div[class*=MyStrengthGAD7Radio] .container-content,.root-web-sdk #containerForm .assessment_step_15 div[class*=MyStrengthGAD1Radio] .container-content,.root-web-sdk #containerForm .assessment_step_15 div[class*=MyStrengthGAD2Radio] .container-content,.root-web-sdk #containerForm .assessment_step_15 div[class*=MyStrengthGAD3Radio] .container-content,.root-web-sdk #containerForm .assessment_step_15 div[class*=MyStrengthGAD4Radio] .container-content,.root-web-sdk #containerForm .assessment_step_15 div[class*=MyStrengthGAD5Radio] .container-content,.root-web-sdk #containerForm .assessment_step_15 div[class*=MyStrengthGAD6Radio] .container-content,.root-web-sdk #containerForm .assessment_step_15 div[class*=MyStrengthGAD7Radio] .container-content,.root-web-sdk #containerForm .assessment_step_16 div[class*=MyStrengthGAD1Radio] .container-content,.root-web-sdk #containerForm .assessment_step_16 div[class*=MyStrengthGAD2Radio] .container-content,.root-web-sdk #containerForm .assessment_step_16 div[class*=MyStrengthGAD3Radio] .container-content,.root-web-sdk #containerForm .assessment_step_16 div[class*=MyStrengthGAD4Radio] .container-content,.root-web-sdk #containerForm .assessment_step_16 div[class*=MyStrengthGAD5Radio] .container-content,.root-web-sdk #containerForm .assessment_step_16 div[class*=MyStrengthGAD6Radio] .container-content,.root-web-sdk #containerForm .assessment_step_16 div[class*=MyStrengthGAD7Radio] .container-content{width:100%;display:flex;align-items:center;justify-content:center}.root-web-sdk #containerForm .assessment_step_10 div[class*=MyStrengthGAD1Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_10 div[class*=MyStrengthGAD2Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_10 div[class*=MyStrengthGAD3Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_10 div[class*=MyStrengthGAD4Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_10 div[class*=MyStrengthGAD5Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_10 div[class*=MyStrengthGAD6Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_10 div[class*=MyStrengthGAD7Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_11 div[class*=MyStrengthGAD1Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_11 div[class*=MyStrengthGAD2Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_11 div[class*=MyStrengthGAD3Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_11 div[class*=MyStrengthGAD4Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_11 div[class*=MyStrengthGAD5Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_11 div[class*=MyStrengthGAD6Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_11 div[class*=MyStrengthGAD7Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_12 div[class*=MyStrengthGAD1Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_12 div[class*=MyStrengthGAD2Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_12 div[class*=MyStrengthGAD3Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_12 div[class*=MyStrengthGAD4Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_12 div[class*=MyStrengthGAD5Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_12 div[class*=MyStrengthGAD6Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_12 div[class*=MyStrengthGAD7Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_13 div[class*=MyStrengthGAD1Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_13 div[class*=MyStrengthGAD2Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_13 div[class*=MyStrengthGAD3Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_13 div[class*=MyStrengthGAD4Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_13 div[class*=MyStrengthGAD5Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_13 div[class*=MyStrengthGAD6Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_13 div[class*=MyStrengthGAD7Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_14 div[class*=MyStrengthGAD1Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_14 div[class*=MyStrengthGAD2Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_14 div[class*=MyStrengthGAD3Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_14 div[class*=MyStrengthGAD4Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_14 div[class*=MyStrengthGAD5Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_14 div[class*=MyStrengthGAD6Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_14 div[class*=MyStrengthGAD7Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_15 div[class*=MyStrengthGAD1Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_15 div[class*=MyStrengthGAD2Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_15 div[class*=MyStrengthGAD3Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_15 div[class*=MyStrengthGAD4Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_15 div[class*=MyStrengthGAD5Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_15 div[class*=MyStrengthGAD6Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_15 div[class*=MyStrengthGAD7Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_16 div[class*=MyStrengthGAD1Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_16 div[class*=MyStrengthGAD2Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_16 div[class*=MyStrengthGAD3Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_16 div[class*=MyStrengthGAD4Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_16 div[class*=MyStrengthGAD5Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_16 div[class*=MyStrengthGAD6Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_16 div[class*=MyStrengthGAD7Radio] .container-content .title{display:flex;flex:9;align-items:center;font-size:1.125rem;line-height:20px;margin-bottom:0;padding-left:1.5rem}.root-web-sdk #containerForm .assessment_step_10 div[class*=MyStrengthGAD1Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_10 div[class*=MyStrengthGAD2Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_10 div[class*=MyStrengthGAD3Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_10 div[class*=MyStrengthGAD4Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_10 div[class*=MyStrengthGAD5Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_10 div[class*=MyStrengthGAD6Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_10 div[class*=MyStrengthGAD7Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_11 div[class*=MyStrengthGAD1Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_11 div[class*=MyStrengthGAD2Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_11 div[class*=MyStrengthGAD3Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_11 div[class*=MyStrengthGAD4Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_11 div[class*=MyStrengthGAD5Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_11 div[class*=MyStrengthGAD6Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_11 div[class*=MyStrengthGAD7Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_12 div[class*=MyStrengthGAD1Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_12 div[class*=MyStrengthGAD2Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_12 div[class*=MyStrengthGAD3Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_12 div[class*=MyStrengthGAD4Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_12 div[class*=MyStrengthGAD5Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_12 div[class*=MyStrengthGAD6Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_12 div[class*=MyStrengthGAD7Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_13 div[class*=MyStrengthGAD1Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_13 div[class*=MyStrengthGAD2Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_13 div[class*=MyStrengthGAD3Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_13 div[class*=MyStrengthGAD4Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_13 div[class*=MyStrengthGAD5Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_13 div[class*=MyStrengthGAD6Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_13 div[class*=MyStrengthGAD7Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_14 div[class*=MyStrengthGAD1Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_14 div[class*=MyStrengthGAD2Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_14 div[class*=MyStrengthGAD3Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_14 div[class*=MyStrengthGAD4Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_14 div[class*=MyStrengthGAD5Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_14 div[class*=MyStrengthGAD6Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_14 div[class*=MyStrengthGAD7Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_15 div[class*=MyStrengthGAD1Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_15 div[class*=MyStrengthGAD2Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_15 div[class*=MyStrengthGAD3Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_15 div[class*=MyStrengthGAD4Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_15 div[class*=MyStrengthGAD5Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_15 div[class*=MyStrengthGAD6Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_15 div[class*=MyStrengthGAD7Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_16 div[class*=MyStrengthGAD1Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_16 div[class*=MyStrengthGAD2Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_16 div[class*=MyStrengthGAD3Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_16 div[class*=MyStrengthGAD4Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_16 div[class*=MyStrengthGAD5Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_16 div[class*=MyStrengthGAD6Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_16 div[class*=MyStrengthGAD7Radio] .container-content .radio-group-container{margin-top:1.5rem;display:flex;flex:1;justify-content:center;align-items:flex-end;margin-bottom:0;margin-right:1.5rem}.root-web-sdk #containerForm .assessment_step_10 div.select[class*=MyStrengthGAD1Radio],.root-web-sdk #containerForm .assessment_step_10 div.select[class*=MyStrengthGAD2Radio],.root-web-sdk #containerForm .assessment_step_10 div.select[class*=MyStrengthGAD3Radio],.root-web-sdk #containerForm .assessment_step_10 div.select[class*=MyStrengthGAD4Radio],.root-web-sdk #containerForm .assessment_step_10 div.select[class*=MyStrengthGAD5Radio],.root-web-sdk #containerForm .assessment_step_10 div.select[class*=MyStrengthGAD6Radio],.root-web-sdk #containerForm .assessment_step_10 div.select[class*=MyStrengthGAD7Radio],.root-web-sdk #containerForm .assessment_step_11 div.select[class*=MyStrengthGAD1Radio],.root-web-sdk #containerForm .assessment_step_11 div.select[class*=MyStrengthGAD2Radio],.root-web-sdk #containerForm .assessment_step_11 div.select[class*=MyStrengthGAD3Radio],.root-web-sdk #containerForm .assessment_step_11 div.select[class*=MyStrengthGAD4Radio],.root-web-sdk #containerForm .assessment_step_11 div.select[class*=MyStrengthGAD5Radio],.root-web-sdk #containerForm .assessment_step_11 div.select[class*=MyStrengthGAD6Radio],.root-web-sdk #containerForm .assessment_step_11 div.select[class*=MyStrengthGAD7Radio],.root-web-sdk #containerForm .assessment_step_12 div.select[class*=MyStrengthGAD1Radio],.root-web-sdk #containerForm .assessment_step_12 div.select[class*=MyStrengthGAD2Radio],.root-web-sdk #containerForm .assessment_step_12 div.select[class*=MyStrengthGAD3Radio],.root-web-sdk #containerForm .assessment_step_12 div.select[class*=MyStrengthGAD4Radio],.root-web-sdk #containerForm .assessment_step_12 div.select[class*=MyStrengthGAD5Radio],.root-web-sdk #containerForm .assessment_step_12 div.select[class*=MyStrengthGAD6Radio],.root-web-sdk #containerForm .assessment_step_12 div.select[class*=MyStrengthGAD7Radio],.root-web-sdk #containerForm .assessment_step_13 div.select[class*=MyStrengthGAD1Radio],.root-web-sdk #containerForm .assessment_step_13 div.select[class*=MyStrengthGAD2Radio],.root-web-sdk #containerForm .assessment_step_13 div.select[class*=MyStrengthGAD3Radio],.root-web-sdk #containerForm .assessment_step_13 div.select[class*=MyStrengthGAD4Radio],.root-web-sdk #containerForm .assessment_step_13 div.select[class*=MyStrengthGAD5Radio],.root-web-sdk #containerForm .assessment_step_13 div.select[class*=MyStrengthGAD6Radio],.root-web-sdk #containerForm .assessment_step_13 div.select[class*=MyStrengthGAD7Radio],.root-web-sdk #containerForm .assessment_step_14 div.select[class*=MyStrengthGAD1Radio],.root-web-sdk #containerForm .assessment_step_14 div.select[class*=MyStrengthGAD2Radio],.root-web-sdk #containerForm .assessment_step_14 div.select[class*=MyStrengthGAD3Radio],.root-web-sdk #containerForm .assessment_step_14 div.select[class*=MyStrengthGAD4Radio],.root-web-sdk #containerForm .assessment_step_14 div.select[class*=MyStrengthGAD5Radio],.root-web-sdk #containerForm .assessment_step_14 div.select[class*=MyStrengthGAD6Radio],.root-web-sdk #containerForm .assessment_step_14 div.select[class*=MyStrengthGAD7Radio],.root-web-sdk #containerForm .assessment_step_15 div.select[class*=MyStrengthGAD1Radio],.root-web-sdk #containerForm .assessment_step_15 div.select[class*=MyStrengthGAD2Radio],.root-web-sdk #containerForm .assessment_step_15 div.select[class*=MyStrengthGAD3Radio],.root-web-sdk #containerForm .assessment_step_15 div.select[class*=MyStrengthGAD4Radio],.root-web-sdk #containerForm .assessment_step_15 div.select[class*=MyStrengthGAD5Radio],.root-web-sdk #containerForm .assessment_step_15 div.select[class*=MyStrengthGAD6Radio],.root-web-sdk #containerForm .assessment_step_15 div.select[class*=MyStrengthGAD7Radio],.root-web-sdk #containerForm .assessment_step_16 div.select[class*=MyStrengthGAD1Radio],.root-web-sdk #containerForm .assessment_step_16 div.select[class*=MyStrengthGAD2Radio],.root-web-sdk #containerForm .assessment_step_16 div.select[class*=MyStrengthGAD3Radio],.root-web-sdk #containerForm .assessment_step_16 div.select[class*=MyStrengthGAD4Radio],.root-web-sdk #containerForm .assessment_step_16 div.select[class*=MyStrengthGAD5Radio],.root-web-sdk #containerForm .assessment_step_16 div.select[class*=MyStrengthGAD6Radio],.root-web-sdk #containerForm .assessment_step_16 div.select[class*=MyStrengthGAD7Radio]{width:100%;float:none;display:flex;border-radius:.75rem;margin-bottom:1rem;margin-top:0;--bg-opacity:1;background-color:#f5f0fd;background-color:rgba(245, 240, 253, var(--bg-opacity));cursor:pointer}.root-web-sdk #containerForm .assessment_step_10 div.select[class*=MyStrengthGAD1Radio] .container-content,.root-web-sdk #containerForm .assessment_step_10 div.select[class*=MyStrengthGAD2Radio] .container-content,.root-web-sdk #containerForm .assessment_step_10 div.select[class*=MyStrengthGAD3Radio] .container-content,.root-web-sdk #containerForm .assessment_step_10 div.select[class*=MyStrengthGAD4Radio] .container-content,.root-web-sdk #containerForm .assessment_step_10 div.select[class*=MyStrengthGAD5Radio] .container-content,.root-web-sdk #containerForm .assessment_step_10 div.select[class*=MyStrengthGAD6Radio] .container-content,.root-web-sdk #containerForm .assessment_step_10 div.select[class*=MyStrengthGAD7Radio] .container-content,.root-web-sdk #containerForm .assessment_step_11 div.select[class*=MyStrengthGAD1Radio] .container-content,.root-web-sdk #containerForm .assessment_step_11 div.select[class*=MyStrengthGAD2Radio] .container-content,.root-web-sdk #containerForm .assessment_step_11 div.select[class*=MyStrengthGAD3Radio] .container-content,.root-web-sdk #containerForm .assessment_step_11 div.select[class*=MyStrengthGAD4Radio] .container-content,.root-web-sdk #containerForm .assessment_step_11 div.select[class*=MyStrengthGAD5Radio] .container-content,.root-web-sdk #containerForm .assessment_step_11 div.select[class*=MyStrengthGAD6Radio] .container-content,.root-web-sdk #containerForm .assessment_step_11 div.select[class*=MyStrengthGAD7Radio] .container-content,.root-web-sdk #containerForm .assessment_step_12 div.select[class*=MyStrengthGAD1Radio] .container-content,.root-web-sdk #containerForm .assessment_step_12 div.select[class*=MyStrengthGAD2Radio] .container-content,.root-web-sdk #containerForm .assessment_step_12 div.select[class*=MyStrengthGAD3Radio] .container-content,.root-web-sdk #containerForm .assessment_step_12 div.select[class*=MyStrengthGAD4Radio] .container-content,.root-web-sdk #containerForm .assessment_step_12 div.select[class*=MyStrengthGAD5Radio] .container-content,.root-web-sdk #containerForm .assessment_step_12 div.select[class*=MyStrengthGAD6Radio] .container-content,.root-web-sdk #containerForm .assessment_step_12 div.select[class*=MyStrengthGAD7Radio] .container-content,.root-web-sdk #containerForm .assessment_step_13 div.select[class*=MyStrengthGAD1Radio] .container-content,.root-web-sdk #containerForm .assessment_step_13 div.select[class*=MyStrengthGAD2Radio] .container-content,.root-web-sdk #containerForm .assessment_step_13 div.select[class*=MyStrengthGAD3Radio] .container-content,.root-web-sdk #containerForm .assessment_step_13 div.select[class*=MyStrengthGAD4Radio] .container-content,.root-web-sdk #containerForm .assessment_step_13 div.select[class*=MyStrengthGAD5Radio] .container-content,.root-web-sdk #containerForm .assessment_step_13 div.select[class*=MyStrengthGAD6Radio] .container-content,.root-web-sdk #containerForm .assessment_step_13 div.select[class*=MyStrengthGAD7Radio] .container-content,.root-web-sdk #containerForm .assessment_step_14 div.select[class*=MyStrengthGAD1Radio] .container-content,.root-web-sdk #containerForm .assessment_step_14 div.select[class*=MyStrengthGAD2Radio] .container-content,.root-web-sdk #containerForm .assessment_step_14 div.select[class*=MyStrengthGAD3Radio] .container-content,.root-web-sdk #containerForm .assessment_step_14 div.select[class*=MyStrengthGAD4Radio] .container-content,.root-web-sdk #containerForm .assessment_step_14 div.select[class*=MyStrengthGAD5Radio] .container-content,.root-web-sdk #containerForm .assessment_step_14 div.select[class*=MyStrengthGAD6Radio] .container-content,.root-web-sdk #containerForm .assessment_step_14 div.select[class*=MyStrengthGAD7Radio] .container-content,.root-web-sdk #containerForm .assessment_step_15 div.select[class*=MyStrengthGAD1Radio] .container-content,.root-web-sdk #containerForm .assessment_step_15 div.select[class*=MyStrengthGAD2Radio] .container-content,.root-web-sdk #containerForm .assessment_step_15 div.select[class*=MyStrengthGAD3Radio] .container-content,.root-web-sdk #containerForm .assessment_step_15 div.select[class*=MyStrengthGAD4Radio] .container-content,.root-web-sdk #containerForm .assessment_step_15 div.select[class*=MyStrengthGAD5Radio] .container-content,.root-web-sdk #containerForm .assessment_step_15 div.select[class*=MyStrengthGAD6Radio] .container-content,.root-web-sdk #containerForm .assessment_step_15 div.select[class*=MyStrengthGAD7Radio] .container-content,.root-web-sdk #containerForm .assessment_step_16 div.select[class*=MyStrengthGAD1Radio] .container-content,.root-web-sdk #containerForm .assessment_step_16 div.select[class*=MyStrengthGAD2Radio] .container-content,.root-web-sdk #containerForm .assessment_step_16 div.select[class*=MyStrengthGAD3Radio] .container-content,.root-web-sdk #containerForm .assessment_step_16 div.select[class*=MyStrengthGAD4Radio] .container-content,.root-web-sdk #containerForm .assessment_step_16 div.select[class*=MyStrengthGAD5Radio] .container-content,.root-web-sdk #containerForm .assessment_step_16 div.select[class*=MyStrengthGAD6Radio] .container-content,.root-web-sdk #containerForm .assessment_step_16 div.select[class*=MyStrengthGAD7Radio] .container-content{width:100%;display:flex;align-items:center;justify-content:center}.root-web-sdk #containerForm .assessment_step_10 div.select[class*=MyStrengthGAD1Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_10 div.select[class*=MyStrengthGAD2Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_10 div.select[class*=MyStrengthGAD3Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_10 div.select[class*=MyStrengthGAD4Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_10 div.select[class*=MyStrengthGAD5Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_10 div.select[class*=MyStrengthGAD6Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_10 div.select[class*=MyStrengthGAD7Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_11 div.select[class*=MyStrengthGAD1Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_11 div.select[class*=MyStrengthGAD2Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_11 div.select[class*=MyStrengthGAD3Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_11 div.select[class*=MyStrengthGAD4Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_11 div.select[class*=MyStrengthGAD5Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_11 div.select[class*=MyStrengthGAD6Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_11 div.select[class*=MyStrengthGAD7Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_12 div.select[class*=MyStrengthGAD1Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_12 div.select[class*=MyStrengthGAD2Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_12 div.select[class*=MyStrengthGAD3Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_12 div.select[class*=MyStrengthGAD4Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_12 div.select[class*=MyStrengthGAD5Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_12 div.select[class*=MyStrengthGAD6Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_12 div.select[class*=MyStrengthGAD7Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_13 div.select[class*=MyStrengthGAD1Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_13 div.select[class*=MyStrengthGAD2Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_13 div.select[class*=MyStrengthGAD3Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_13 div.select[class*=MyStrengthGAD4Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_13 div.select[class*=MyStrengthGAD5Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_13 div.select[class*=MyStrengthGAD6Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_13 div.select[class*=MyStrengthGAD7Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_14 div.select[class*=MyStrengthGAD1Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_14 div.select[class*=MyStrengthGAD2Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_14 div.select[class*=MyStrengthGAD3Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_14 div.select[class*=MyStrengthGAD4Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_14 div.select[class*=MyStrengthGAD5Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_14 div.select[class*=MyStrengthGAD6Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_14 div.select[class*=MyStrengthGAD7Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_15 div.select[class*=MyStrengthGAD1Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_15 div.select[class*=MyStrengthGAD2Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_15 div.select[class*=MyStrengthGAD3Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_15 div.select[class*=MyStrengthGAD4Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_15 div.select[class*=MyStrengthGAD5Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_15 div.select[class*=MyStrengthGAD6Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_15 div.select[class*=MyStrengthGAD7Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_16 div.select[class*=MyStrengthGAD1Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_16 div.select[class*=MyStrengthGAD2Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_16 div.select[class*=MyStrengthGAD3Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_16 div.select[class*=MyStrengthGAD4Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_16 div.select[class*=MyStrengthGAD5Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_16 div.select[class*=MyStrengthGAD6Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_16 div.select[class*=MyStrengthGAD7Radio] .container-content .title{display:flex;flex:9;align-items:center;font-size:1.125rem;line-height:20px;margin-bottom:0;padding-left:1.5rem}.root-web-sdk #containerForm .assessment_step_10 div.select[class*=MyStrengthGAD1Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_10 div.select[class*=MyStrengthGAD2Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_10 div.select[class*=MyStrengthGAD3Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_10 div.select[class*=MyStrengthGAD4Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_10 div.select[class*=MyStrengthGAD5Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_10 div.select[class*=MyStrengthGAD6Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_10 div.select[class*=MyStrengthGAD7Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_11 div.select[class*=MyStrengthGAD1Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_11 div.select[class*=MyStrengthGAD2Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_11 div.select[class*=MyStrengthGAD3Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_11 div.select[class*=MyStrengthGAD4Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_11 div.select[class*=MyStrengthGAD5Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_11 div.select[class*=MyStrengthGAD6Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_11 div.select[class*=MyStrengthGAD7Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_12 div.select[class*=MyStrengthGAD1Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_12 div.select[class*=MyStrengthGAD2Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_12 div.select[class*=MyStrengthGAD3Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_12 div.select[class*=MyStrengthGAD4Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_12 div.select[class*=MyStrengthGAD5Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_12 div.select[class*=MyStrengthGAD6Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_12 div.select[class*=MyStrengthGAD7Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_13 div.select[class*=MyStrengthGAD1Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_13 div.select[class*=MyStrengthGAD2Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_13 div.select[class*=MyStrengthGAD3Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_13 div.select[class*=MyStrengthGAD4Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_13 div.select[class*=MyStrengthGAD5Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_13 div.select[class*=MyStrengthGAD6Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_13 div.select[class*=MyStrengthGAD7Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_14 div.select[class*=MyStrengthGAD1Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_14 div.select[class*=MyStrengthGAD2Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_14 div.select[class*=MyStrengthGAD3Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_14 div.select[class*=MyStrengthGAD4Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_14 div.select[class*=MyStrengthGAD5Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_14 div.select[class*=MyStrengthGAD6Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_14 div.select[class*=MyStrengthGAD7Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_15 div.select[class*=MyStrengthGAD1Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_15 div.select[class*=MyStrengthGAD2Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_15 div.select[class*=MyStrengthGAD3Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_15 div.select[class*=MyStrengthGAD4Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_15 div.select[class*=MyStrengthGAD5Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_15 div.select[class*=MyStrengthGAD6Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_15 div.select[class*=MyStrengthGAD7Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_16 div.select[class*=MyStrengthGAD1Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_16 div.select[class*=MyStrengthGAD2Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_16 div.select[class*=MyStrengthGAD3Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_16 div.select[class*=MyStrengthGAD4Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_16 div.select[class*=MyStrengthGAD5Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_16 div.select[class*=MyStrengthGAD6Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_16 div.select[class*=MyStrengthGAD7Radio] .container-content .radio-group-container{margin-top:0;display:flex;flex:1;justify-content:center;align-items:flex-end;margin-bottom:0;margin-right:1.5rem}.root-web-sdk #containerForm .assessment_step_10 div.select[class*=MyStrengthGAD1Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_10 div.select[class*=MyStrengthGAD2Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_10 div.select[class*=MyStrengthGAD3Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_10 div.select[class*=MyStrengthGAD4Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_10 div.select[class*=MyStrengthGAD5Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_10 div.select[class*=MyStrengthGAD6Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_10 div.select[class*=MyStrengthGAD7Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_11 div.select[class*=MyStrengthGAD1Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_11 div.select[class*=MyStrengthGAD2Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_11 div.select[class*=MyStrengthGAD3Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_11 div.select[class*=MyStrengthGAD4Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_11 div.select[class*=MyStrengthGAD5Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_11 div.select[class*=MyStrengthGAD6Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_11 div.select[class*=MyStrengthGAD7Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_12 div.select[class*=MyStrengthGAD1Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_12 div.select[class*=MyStrengthGAD2Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_12 div.select[class*=MyStrengthGAD3Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_12 div.select[class*=MyStrengthGAD4Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_12 div.select[class*=MyStrengthGAD5Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_12 div.select[class*=MyStrengthGAD6Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_12 div.select[class*=MyStrengthGAD7Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_13 div.select[class*=MyStrengthGAD1Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_13 div.select[class*=MyStrengthGAD2Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_13 div.select[class*=MyStrengthGAD3Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_13 div.select[class*=MyStrengthGAD4Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_13 div.select[class*=MyStrengthGAD5Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_13 div.select[class*=MyStrengthGAD6Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_13 div.select[class*=MyStrengthGAD7Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_14 div.select[class*=MyStrengthGAD1Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_14 div.select[class*=MyStrengthGAD2Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_14 div.select[class*=MyStrengthGAD3Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_14 div.select[class*=MyStrengthGAD4Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_14 div.select[class*=MyStrengthGAD5Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_14 div.select[class*=MyStrengthGAD6Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_14 div.select[class*=MyStrengthGAD7Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_15 div.select[class*=MyStrengthGAD1Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_15 div.select[class*=MyStrengthGAD2Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_15 div.select[class*=MyStrengthGAD3Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_15 div.select[class*=MyStrengthGAD4Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_15 div.select[class*=MyStrengthGAD5Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_15 div.select[class*=MyStrengthGAD6Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_15 div.select[class*=MyStrengthGAD7Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_16 div.select[class*=MyStrengthGAD1Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_16 div.select[class*=MyStrengthGAD2Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_16 div.select[class*=MyStrengthGAD3Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_16 div.select[class*=MyStrengthGAD4Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_16 div.select[class*=MyStrengthGAD5Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_16 div.select[class*=MyStrengthGAD6Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_16 div.select[class*=MyStrengthGAD7Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk{margin-bottom:0}.root-web-sdk #containerForm .assessment_step_10 div.select[class*=MyStrengthGAD1Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_10 div.select[class*=MyStrengthGAD2Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_10 div.select[class*=MyStrengthGAD3Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_10 div.select[class*=MyStrengthGAD4Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_10 div.select[class*=MyStrengthGAD5Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_10 div.select[class*=MyStrengthGAD6Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_10 div.select[class*=MyStrengthGAD7Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_11 div.select[class*=MyStrengthGAD1Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_11 div.select[class*=MyStrengthGAD2Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_11 div.select[class*=MyStrengthGAD3Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_11 div.select[class*=MyStrengthGAD4Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_11 div.select[class*=MyStrengthGAD5Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_11 div.select[class*=MyStrengthGAD6Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_11 div.select[class*=MyStrengthGAD7Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_12 div.select[class*=MyStrengthGAD1Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_12 div.select[class*=MyStrengthGAD2Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_12 div.select[class*=MyStrengthGAD3Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_12 div.select[class*=MyStrengthGAD4Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_12 div.select[class*=MyStrengthGAD5Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_12 div.select[class*=MyStrengthGAD6Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_12 div.select[class*=MyStrengthGAD7Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_13 div.select[class*=MyStrengthGAD1Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_13 div.select[class*=MyStrengthGAD2Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_13 div.select[class*=MyStrengthGAD3Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_13 div.select[class*=MyStrengthGAD4Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_13 div.select[class*=MyStrengthGAD5Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_13 div.select[class*=MyStrengthGAD6Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_13 div.select[class*=MyStrengthGAD7Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_14 div.select[class*=MyStrengthGAD1Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_14 div.select[class*=MyStrengthGAD2Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_14 div.select[class*=MyStrengthGAD3Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_14 div.select[class*=MyStrengthGAD4Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_14 div.select[class*=MyStrengthGAD5Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_14 div.select[class*=MyStrengthGAD6Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_14 div.select[class*=MyStrengthGAD7Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_15 div.select[class*=MyStrengthGAD1Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_15 div.select[class*=MyStrengthGAD2Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_15 div.select[class*=MyStrengthGAD3Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_15 div.select[class*=MyStrengthGAD4Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_15 div.select[class*=MyStrengthGAD5Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_15 div.select[class*=MyStrengthGAD6Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_15 div.select[class*=MyStrengthGAD7Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_16 div.select[class*=MyStrengthGAD1Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_16 div.select[class*=MyStrengthGAD2Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_16 div.select[class*=MyStrengthGAD3Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_16 div.select[class*=MyStrengthGAD4Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_16 div.select[class*=MyStrengthGAD5Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_16 div.select[class*=MyStrengthGAD6Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_16 div.select[class*=MyStrengthGAD7Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span{--border-opacity:1;border-color:#0078bc;border-color:rgba(0, 120, 188, var(--border-opacity))}.root-web-sdk #containerForm .assessment_step_10 div.select[class*=MyStrengthGAD1Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_10 div.select[class*=MyStrengthGAD2Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_10 div.select[class*=MyStrengthGAD3Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_10 div.select[class*=MyStrengthGAD4Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_10 div.select[class*=MyStrengthGAD5Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_10 div.select[class*=MyStrengthGAD6Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_10 div.select[class*=MyStrengthGAD7Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_11 div.select[class*=MyStrengthGAD1Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_11 div.select[class*=MyStrengthGAD2Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_11 div.select[class*=MyStrengthGAD3Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_11 div.select[class*=MyStrengthGAD4Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_11 div.select[class*=MyStrengthGAD5Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_11 div.select[class*=MyStrengthGAD6Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_11 div.select[class*=MyStrengthGAD7Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_12 div.select[class*=MyStrengthGAD1Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_12 div.select[class*=MyStrengthGAD2Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_12 div.select[class*=MyStrengthGAD3Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_12 div.select[class*=MyStrengthGAD4Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_12 div.select[class*=MyStrengthGAD5Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_12 div.select[class*=MyStrengthGAD6Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_12 div.select[class*=MyStrengthGAD7Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_13 div.select[class*=MyStrengthGAD1Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_13 div.select[class*=MyStrengthGAD2Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_13 div.select[class*=MyStrengthGAD3Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_13 div.select[class*=MyStrengthGAD4Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_13 div.select[class*=MyStrengthGAD5Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_13 div.select[class*=MyStrengthGAD6Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_13 div.select[class*=MyStrengthGAD7Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_14 div.select[class*=MyStrengthGAD1Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_14 div.select[class*=MyStrengthGAD2Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_14 div.select[class*=MyStrengthGAD3Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_14 div.select[class*=MyStrengthGAD4Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_14 div.select[class*=MyStrengthGAD5Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_14 div.select[class*=MyStrengthGAD6Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_14 div.select[class*=MyStrengthGAD7Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_15 div.select[class*=MyStrengthGAD1Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_15 div.select[class*=MyStrengthGAD2Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_15 div.select[class*=MyStrengthGAD3Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_15 div.select[class*=MyStrengthGAD4Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_15 div.select[class*=MyStrengthGAD5Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_15 div.select[class*=MyStrengthGAD6Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_15 div.select[class*=MyStrengthGAD7Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_16 div.select[class*=MyStrengthGAD1Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_16 div.select[class*=MyStrengthGAD2Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_16 div.select[class*=MyStrengthGAD3Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_16 div.select[class*=MyStrengthGAD4Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_16 div.select[class*=MyStrengthGAD5Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_16 div.select[class*=MyStrengthGAD6Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_16 div.select[class*=MyStrengthGAD7Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after{--bg-opacity:1;background-color:#0078bc;background-color:rgba(0, 120, 188, var(--bg-opacity))}.root-web-sdk #containerForm .assessment_step_10 .button-next_button,.root-web-sdk #containerForm .assessment_step_11 .button-next_button,.root-web-sdk #containerForm .assessment_step_12 .button-next_button,.root-web-sdk #containerForm .assessment_step_13 .button-next_button,.root-web-sdk #containerForm .assessment_step_14 .button-next_button,.root-web-sdk #containerForm .assessment_step_15 .button-next_button,.root-web-sdk #containerForm .assessment_step_16 .button-next_button{width:104px;--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity));font-size:1.125rem;line-height:20px;float:right;border-radius:9999px;--bg-opacity:1;background-color:#5b2f91;background-color:rgba(91, 47, 145, var(--bg-opacity));border-width:0}.root-web-sdk #containerForm .assessment_step_10 .button-next_button:hover:not(.disabled),.root-web-sdk #containerForm .assessment_step_11 .button-next_button:hover:not(.disabled),.root-web-sdk #containerForm .assessment_step_12 .button-next_button:hover:not(.disabled),.root-web-sdk #containerForm .assessment_step_13 .button-next_button:hover:not(.disabled),.root-web-sdk #containerForm .assessment_step_14 .button-next_button:hover:not(.disabled),.root-web-sdk #containerForm .assessment_step_15 .button-next_button:hover:not(.disabled),.root-web-sdk #containerForm .assessment_step_16 .button-next_button:hover:not(.disabled){--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity));--bg-opacity:1;background-color:#5b2f91;background-color:rgba(91, 47, 145, var(--bg-opacity))}.root-web-sdk #containerForm .assessment_step_10 .button-next_button:focus:not(.disabled),.root-web-sdk #containerForm .assessment_step_11 .button-next_button:focus:not(.disabled),.root-web-sdk #containerForm .assessment_step_12 .button-next_button:focus:not(.disabled),.root-web-sdk #containerForm .assessment_step_13 .button-next_button:focus:not(.disabled),.root-web-sdk #containerForm .assessment_step_14 .button-next_button:focus:not(.disabled),.root-web-sdk #containerForm .assessment_step_15 .button-next_button:focus:not(.disabled),.root-web-sdk #containerForm .assessment_step_16 .button-next_button:focus:not(.disabled){border-style:none;box-shadow:none}.root-web-sdk #containerForm .assessment_step_10 .button-next_button:active:not(.disabled),.root-web-sdk #containerForm .assessment_step_11 .button-next_button:active:not(.disabled),.root-web-sdk #containerForm .assessment_step_12 .button-next_button:active:not(.disabled),.root-web-sdk #containerForm .assessment_step_13 .button-next_button:active:not(.disabled),.root-web-sdk #containerForm .assessment_step_14 .button-next_button:active:not(.disabled),.root-web-sdk #containerForm .assessment_step_15 .button-next_button:active:not(.disabled),.root-web-sdk #containerForm .assessment_step_16 .button-next_button:active:not(.disabled){--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity));--bg-opacity:1;background-color:#5b2f91;background-color:rgba(91, 47, 145, var(--bg-opacity))}@media (min-width: 475px){.root-web-sdk #containerForm .assessment_step_17{max-width:496px;margin:0 auto}}.root-web-sdk #containerForm .assessment_step_17 .ProgressBarFUNCTIONAL_IMPAIRMENT{height:.5rem;border-radius:9999px;--bg-opacity:1;background-color:#dfe0df;background-color:rgba(223, 224, 223, var(--bg-opacity));margin-bottom:1.5rem}.root-web-sdk #containerForm .assessment_step_17 .ProgressBarFUNCTIONAL_IMPAIRMENT .blue_progress_bar{width:80.16%;border-width:0;height:.5rem;border-radius:9999px;--bg-opacity:1;background-color:#0078bc;background-color:rgba(0, 120, 188, var(--bg-opacity))}.root-web-sdk #containerForm .assessment_step_17 .MyStrengthFUNCTIONAL_IMPAIRMENTPrompt{font-style:normal;font-weight:700;font-size:18px;line-height:24px;--text-opacity:1;color:#696b6b;color:rgba(105, 107, 107, var(--text-opacity));margin-bottom:.25rem}@media (min-width: 475px){.root-web-sdk #containerForm .assessment_step_17 .MyStrengthFUNCTIONAL_IMPAIRMENTPrompt{line-height:28px}}.root-web-sdk #containerForm .assessment_step_17 .MyStrengthFUNCTIONAL_IMPAIRMENTTitle{font-weight:700;font-size:1.875rem;margin-bottom:1.5rem}.root-web-sdk #containerForm .assessment_step_17 div[class*=MyStrengthFUNCTIONAL_IMPAIRMENTRadio]{height:3rem;display:flex;border-radius:.75rem;margin-bottom:1rem;--border-opacity:1;border-color:#dfe0df;border-color:rgba(223, 224, 223, var(--border-opacity));border-width:1px;cursor:pointer}.root-web-sdk #containerForm .assessment_step_17 div[class*=MyStrengthFUNCTIONAL_IMPAIRMENTRadio] .container-content{width:100%;display:flex;align-items:center;justify-content:center}.root-web-sdk #containerForm .assessment_step_17 div[class*=MyStrengthFUNCTIONAL_IMPAIRMENTRadio] .container-content .title{display:flex;flex:9;align-items:center;font-size:1.125rem;line-height:20px;margin-bottom:0;padding-left:1.5rem}.root-web-sdk #containerForm .assessment_step_17 div[class*=MyStrengthFUNCTIONAL_IMPAIRMENTRadio] .container-content .radio-group-container{margin-top:1.5rem;display:flex;flex:1;justify-content:center;align-items:flex-end;margin-bottom:0;margin-right:1.5rem}.root-web-sdk #containerForm .assessment_step_17 div.select[class*=MyStrengthFUNCTIONAL_IMPAIRMENTRadio]{width:100%;float:none;display:flex;border-radius:.75rem;margin-bottom:1rem;margin-top:0;--bg-opacity:1;background-color:#f5f0fd;background-color:rgba(245, 240, 253, var(--bg-opacity));cursor:pointer}.root-web-sdk #containerForm .assessment_step_17 div.select[class*=MyStrengthFUNCTIONAL_IMPAIRMENTRadio] .container-content{width:100%;display:flex;align-items:center;justify-content:center}.root-web-sdk #containerForm .assessment_step_17 div.select[class*=MyStrengthFUNCTIONAL_IMPAIRMENTRadio] .container-content .title{display:flex;flex:9;align-items:center;font-size:1.125rem;line-height:20px;margin-bottom:0;padding-left:1.5rem}.root-web-sdk #containerForm .assessment_step_17 div.select[class*=MyStrengthFUNCTIONAL_IMPAIRMENTRadio] .container-content .radio-group-container{margin-top:0;display:flex;flex:1;justify-content:center;align-items:flex-end;margin-bottom:0;margin-right:1.5rem}.root-web-sdk #containerForm .assessment_step_17 div.select[class*=MyStrengthFUNCTIONAL_IMPAIRMENTRadio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk{margin-bottom:0}.root-web-sdk #containerForm .assessment_step_17 div.select[class*=MyStrengthFUNCTIONAL_IMPAIRMENTRadio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span{--border-opacity:1;border-color:#0078bc;border-color:rgba(0, 120, 188, var(--border-opacity))}.root-web-sdk #containerForm .assessment_step_17 div.select[class*=MyStrengthFUNCTIONAL_IMPAIRMENTRadio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after{--bg-opacity:1;background-color:#0078bc;background-color:rgba(0, 120, 188, var(--bg-opacity))}.root-web-sdk #containerForm .assessment_step_17 .button-next_button{width:104px;font-size:1.125rem;line-height:20px;float:right;border-radius:9999px;border-width:0}.root-web-sdk #containerForm .assessment_step_17 .button-next_button,.root-web-sdk #containerForm .assessment_step_17 .button-next_button:hover:not(.disabled){--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity));--bg-opacity:1;background-color:#5b2f91;background-color:rgba(91, 47, 145, var(--bg-opacity))}.root-web-sdk #containerForm .assessment_step_17 .button-next_button:focus:not(.disabled){border-style:none;box-shadow:none}.root-web-sdk #containerForm .assessment_step_17 .button-next_button:active:not(.disabled){--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity));--bg-opacity:1;background-color:#5b2f91;background-color:rgba(91, 47, 145, var(--bg-opacity))}@media (min-width: 475px){.root-web-sdk #containerForm .assessment_step_18,.root-web-sdk #containerForm .assessment_step_19,.root-web-sdk #containerForm .assessment_step_20,.root-web-sdk #containerForm .assessment_step_21,.root-web-sdk #containerForm .assessment_step_22{max-width:496px;margin:0 auto}}.root-web-sdk #containerForm .assessment_step_18 .ProgressBarWHO1,.root-web-sdk #containerForm .assessment_step_18 .ProgressBarWHO2,.root-web-sdk #containerForm .assessment_step_18 .ProgressBarWHO3,.root-web-sdk #containerForm .assessment_step_18 .ProgressBarWHO4,.root-web-sdk #containerForm .assessment_step_18 .ProgressBarWHO5,.root-web-sdk #containerForm .assessment_step_19 .ProgressBarWHO1,.root-web-sdk #containerForm .assessment_step_19 .ProgressBarWHO2,.root-web-sdk #containerForm .assessment_step_19 .ProgressBarWHO3,.root-web-sdk #containerForm .assessment_step_19 .ProgressBarWHO4,.root-web-sdk #containerForm .assessment_step_19 .ProgressBarWHO5,.root-web-sdk #containerForm .assessment_step_20 .ProgressBarWHO1,.root-web-sdk #containerForm .assessment_step_20 .ProgressBarWHO2,.root-web-sdk #containerForm .assessment_step_20 .ProgressBarWHO3,.root-web-sdk #containerForm .assessment_step_20 .ProgressBarWHO4,.root-web-sdk #containerForm .assessment_step_20 .ProgressBarWHO5,.root-web-sdk #containerForm .assessment_step_21 .ProgressBarWHO1,.root-web-sdk #containerForm .assessment_step_21 .ProgressBarWHO2,.root-web-sdk #containerForm .assessment_step_21 .ProgressBarWHO3,.root-web-sdk #containerForm .assessment_step_21 .ProgressBarWHO4,.root-web-sdk #containerForm .assessment_step_21 .ProgressBarWHO5,.root-web-sdk #containerForm .assessment_step_22 .ProgressBarWHO1,.root-web-sdk #containerForm .assessment_step_22 .ProgressBarWHO2,.root-web-sdk #containerForm .assessment_step_22 .ProgressBarWHO3,.root-web-sdk #containerForm .assessment_step_22 .ProgressBarWHO4,.root-web-sdk #containerForm .assessment_step_22 .ProgressBarWHO5{height:.5rem;border-radius:9999px;--bg-opacity:1;background-color:#dfe0df;background-color:rgba(223, 224, 223, var(--bg-opacity));margin-bottom:1.5rem}.root-web-sdk #containerForm .assessment_step_18 .ProgressBarWHO1 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_18 .ProgressBarWHO2 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_18 .ProgressBarWHO3 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_18 .ProgressBarWHO4 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_18 .ProgressBarWHO5 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_19 .ProgressBarWHO1 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_19 .ProgressBarWHO2 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_19 .ProgressBarWHO3 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_19 .ProgressBarWHO4 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_19 .ProgressBarWHO5 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_20 .ProgressBarWHO1 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_20 .ProgressBarWHO2 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_20 .ProgressBarWHO3 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_20 .ProgressBarWHO4 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_20 .ProgressBarWHO5 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_21 .ProgressBarWHO1 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_21 .ProgressBarWHO2 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_21 .ProgressBarWHO3 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_21 .ProgressBarWHO4 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_21 .ProgressBarWHO5 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_22 .ProgressBarWHO1 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_22 .ProgressBarWHO2 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_22 .ProgressBarWHO3 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_22 .ProgressBarWHO4 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_22 .ProgressBarWHO5 .blue_progress_bar{border-width:0;height:.5rem;border-radius:9999px;--bg-opacity:1;background-color:#0078bc;background-color:rgba(0, 120, 188, var(--bg-opacity))}.root-web-sdk #containerForm .assessment_step_18 .ProgressBarWHO1 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_19 .ProgressBarWHO1 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_20 .ProgressBarWHO1 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_21 .ProgressBarWHO1 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_22 .ProgressBarWHO1 .blue_progress_bar{width:83%}.root-web-sdk #containerForm .assessment_step_18 .ProgressBarWHO2 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_19 .ProgressBarWHO2 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_20 .ProgressBarWHO2 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_21 .ProgressBarWHO2 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_22 .ProgressBarWHO2 .blue_progress_bar{width:85.83%}.root-web-sdk #containerForm .assessment_step_18 .ProgressBarWHO3 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_19 .ProgressBarWHO3 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_20 .ProgressBarWHO3 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_21 .ProgressBarWHO3 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_22 .ProgressBarWHO3 .blue_progress_bar{width:88.66%}.root-web-sdk #containerForm .assessment_step_18 .ProgressBarWHO4 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_19 .ProgressBarWHO4 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_20 .ProgressBarWHO4 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_21 .ProgressBarWHO4 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_22 .ProgressBarWHO4 .blue_progress_bar{width:91.49%}.root-web-sdk #containerForm .assessment_step_18 .ProgressBarWHO5 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_19 .ProgressBarWHO5 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_20 .ProgressBarWHO5 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_21 .ProgressBarWHO5 .blue_progress_bar,.root-web-sdk #containerForm .assessment_step_22 .ProgressBarWHO5 .blue_progress_bar{width:94.33%}.root-web-sdk #containerForm .assessment_step_18 .MyStrengthWHO1Prompt,.root-web-sdk #containerForm .assessment_step_18 .MyStrengthWHO2Prompt,.root-web-sdk #containerForm .assessment_step_18 .MyStrengthWHO3Prompt,.root-web-sdk #containerForm .assessment_step_18 .MyStrengthWHO4Prompt,.root-web-sdk #containerForm .assessment_step_18 .MyStrengthWHO5Prompt,.root-web-sdk #containerForm .assessment_step_19 .MyStrengthWHO1Prompt,.root-web-sdk #containerForm .assessment_step_19 .MyStrengthWHO2Prompt,.root-web-sdk #containerForm .assessment_step_19 .MyStrengthWHO3Prompt,.root-web-sdk #containerForm .assessment_step_19 .MyStrengthWHO4Prompt,.root-web-sdk #containerForm .assessment_step_19 .MyStrengthWHO5Prompt,.root-web-sdk #containerForm .assessment_step_20 .MyStrengthWHO1Prompt,.root-web-sdk #containerForm .assessment_step_20 .MyStrengthWHO2Prompt,.root-web-sdk #containerForm .assessment_step_20 .MyStrengthWHO3Prompt,.root-web-sdk #containerForm .assessment_step_20 .MyStrengthWHO4Prompt,.root-web-sdk #containerForm .assessment_step_20 .MyStrengthWHO5Prompt,.root-web-sdk #containerForm .assessment_step_21 .MyStrengthWHO1Prompt,.root-web-sdk #containerForm .assessment_step_21 .MyStrengthWHO2Prompt,.root-web-sdk #containerForm .assessment_step_21 .MyStrengthWHO3Prompt,.root-web-sdk #containerForm .assessment_step_21 .MyStrengthWHO4Prompt,.root-web-sdk #containerForm .assessment_step_21 .MyStrengthWHO5Prompt,.root-web-sdk #containerForm .assessment_step_22 .MyStrengthWHO1Prompt,.root-web-sdk #containerForm .assessment_step_22 .MyStrengthWHO2Prompt,.root-web-sdk #containerForm .assessment_step_22 .MyStrengthWHO3Prompt,.root-web-sdk #containerForm .assessment_step_22 .MyStrengthWHO4Prompt,.root-web-sdk #containerForm .assessment_step_22 .MyStrengthWHO5Prompt{font-style:normal;font-weight:700;font-size:18px;line-height:24px;--text-opacity:1;color:#696b6b;color:rgba(105, 107, 107, var(--text-opacity));margin-bottom:.25rem}@media (min-width: 475px){.root-web-sdk #containerForm .assessment_step_18 .MyStrengthWHO1Prompt,.root-web-sdk #containerForm .assessment_step_18 .MyStrengthWHO2Prompt,.root-web-sdk #containerForm .assessment_step_18 .MyStrengthWHO3Prompt,.root-web-sdk #containerForm .assessment_step_18 .MyStrengthWHO4Prompt,.root-web-sdk #containerForm .assessment_step_18 .MyStrengthWHO5Prompt,.root-web-sdk #containerForm .assessment_step_19 .MyStrengthWHO1Prompt,.root-web-sdk #containerForm .assessment_step_19 .MyStrengthWHO2Prompt,.root-web-sdk #containerForm .assessment_step_19 .MyStrengthWHO3Prompt,.root-web-sdk #containerForm .assessment_step_19 .MyStrengthWHO4Prompt,.root-web-sdk #containerForm .assessment_step_19 .MyStrengthWHO5Prompt,.root-web-sdk #containerForm .assessment_step_20 .MyStrengthWHO1Prompt,.root-web-sdk #containerForm .assessment_step_20 .MyStrengthWHO2Prompt,.root-web-sdk #containerForm .assessment_step_20 .MyStrengthWHO3Prompt,.root-web-sdk #containerForm .assessment_step_20 .MyStrengthWHO4Prompt,.root-web-sdk #containerForm .assessment_step_20 .MyStrengthWHO5Prompt,.root-web-sdk #containerForm .assessment_step_21 .MyStrengthWHO1Prompt,.root-web-sdk #containerForm .assessment_step_21 .MyStrengthWHO2Prompt,.root-web-sdk #containerForm .assessment_step_21 .MyStrengthWHO3Prompt,.root-web-sdk #containerForm .assessment_step_21 .MyStrengthWHO4Prompt,.root-web-sdk #containerForm .assessment_step_21 .MyStrengthWHO5Prompt,.root-web-sdk #containerForm .assessment_step_22 .MyStrengthWHO1Prompt,.root-web-sdk #containerForm .assessment_step_22 .MyStrengthWHO2Prompt,.root-web-sdk #containerForm .assessment_step_22 .MyStrengthWHO3Prompt,.root-web-sdk #containerForm .assessment_step_22 .MyStrengthWHO4Prompt,.root-web-sdk #containerForm .assessment_step_22 .MyStrengthWHO5Prompt{line-height:28px}}.root-web-sdk #containerForm .assessment_step_18 .MyStrengthWHO1Title,.root-web-sdk #containerForm .assessment_step_18 .MyStrengthWHO2Title,.root-web-sdk #containerForm .assessment_step_18 .MyStrengthWHO3Title,.root-web-sdk #containerForm .assessment_step_18 .MyStrengthWHO4Title,.root-web-sdk #containerForm .assessment_step_18 .MyStrengthWHO5Title,.root-web-sdk #containerForm .assessment_step_19 .MyStrengthWHO1Title,.root-web-sdk #containerForm .assessment_step_19 .MyStrengthWHO2Title,.root-web-sdk #containerForm .assessment_step_19 .MyStrengthWHO3Title,.root-web-sdk #containerForm .assessment_step_19 .MyStrengthWHO4Title,.root-web-sdk #containerForm .assessment_step_19 .MyStrengthWHO5Title,.root-web-sdk #containerForm .assessment_step_20 .MyStrengthWHO1Title,.root-web-sdk #containerForm .assessment_step_20 .MyStrengthWHO2Title,.root-web-sdk #containerForm .assessment_step_20 .MyStrengthWHO3Title,.root-web-sdk #containerForm .assessment_step_20 .MyStrengthWHO4Title,.root-web-sdk #containerForm .assessment_step_20 .MyStrengthWHO5Title,.root-web-sdk #containerForm .assessment_step_21 .MyStrengthWHO1Title,.root-web-sdk #containerForm .assessment_step_21 .MyStrengthWHO2Title,.root-web-sdk #containerForm .assessment_step_21 .MyStrengthWHO3Title,.root-web-sdk #containerForm .assessment_step_21 .MyStrengthWHO4Title,.root-web-sdk #containerForm .assessment_step_21 .MyStrengthWHO5Title,.root-web-sdk #containerForm .assessment_step_22 .MyStrengthWHO1Title,.root-web-sdk #containerForm .assessment_step_22 .MyStrengthWHO2Title,.root-web-sdk #containerForm .assessment_step_22 .MyStrengthWHO3Title,.root-web-sdk #containerForm .assessment_step_22 .MyStrengthWHO4Title,.root-web-sdk #containerForm .assessment_step_22 .MyStrengthWHO5Title{font-weight:700;font-size:1.875rem;margin-bottom:1.5rem}.root-web-sdk #containerForm .assessment_step_18 div[class*=MyStrengthWHO1Radio],.root-web-sdk #containerForm .assessment_step_18 div[class*=MyStrengthWHO2Radio],.root-web-sdk #containerForm .assessment_step_18 div[class*=MyStrengthWHO3Radio],.root-web-sdk #containerForm .assessment_step_18 div[class*=MyStrengthWHO4Radio],.root-web-sdk #containerForm .assessment_step_18 div[class*=MyStrengthWHO5Radio],.root-web-sdk #containerForm .assessment_step_19 div[class*=MyStrengthWHO1Radio],.root-web-sdk #containerForm .assessment_step_19 div[class*=MyStrengthWHO2Radio],.root-web-sdk #containerForm .assessment_step_19 div[class*=MyStrengthWHO3Radio],.root-web-sdk #containerForm .assessment_step_19 div[class*=MyStrengthWHO4Radio],.root-web-sdk #containerForm .assessment_step_19 div[class*=MyStrengthWHO5Radio],.root-web-sdk #containerForm .assessment_step_20 div[class*=MyStrengthWHO1Radio],.root-web-sdk #containerForm .assessment_step_20 div[class*=MyStrengthWHO2Radio],.root-web-sdk #containerForm .assessment_step_20 div[class*=MyStrengthWHO3Radio],.root-web-sdk #containerForm .assessment_step_20 div[class*=MyStrengthWHO4Radio],.root-web-sdk #containerForm .assessment_step_20 div[class*=MyStrengthWHO5Radio],.root-web-sdk #containerForm .assessment_step_21 div[class*=MyStrengthWHO1Radio],.root-web-sdk #containerForm .assessment_step_21 div[class*=MyStrengthWHO2Radio],.root-web-sdk #containerForm .assessment_step_21 div[class*=MyStrengthWHO3Radio],.root-web-sdk #containerForm .assessment_step_21 div[class*=MyStrengthWHO4Radio],.root-web-sdk #containerForm .assessment_step_21 div[class*=MyStrengthWHO5Radio],.root-web-sdk #containerForm .assessment_step_22 div[class*=MyStrengthWHO1Radio],.root-web-sdk #containerForm .assessment_step_22 div[class*=MyStrengthWHO2Radio],.root-web-sdk #containerForm .assessment_step_22 div[class*=MyStrengthWHO3Radio],.root-web-sdk #containerForm .assessment_step_22 div[class*=MyStrengthWHO4Radio],.root-web-sdk #containerForm .assessment_step_22 div[class*=MyStrengthWHO5Radio]{height:3rem;display:flex;border-radius:.75rem;margin-bottom:1rem;--border-opacity:1;border-color:#dfe0df;border-color:rgba(223, 224, 223, var(--border-opacity));border-width:1px;cursor:pointer}.root-web-sdk #containerForm .assessment_step_18 div[class*=MyStrengthWHO1Radio] .container-content,.root-web-sdk #containerForm .assessment_step_18 div[class*=MyStrengthWHO2Radio] .container-content,.root-web-sdk #containerForm .assessment_step_18 div[class*=MyStrengthWHO3Radio] .container-content,.root-web-sdk #containerForm .assessment_step_18 div[class*=MyStrengthWHO4Radio] .container-content,.root-web-sdk #containerForm .assessment_step_18 div[class*=MyStrengthWHO5Radio] .container-content,.root-web-sdk #containerForm .assessment_step_19 div[class*=MyStrengthWHO1Radio] .container-content,.root-web-sdk #containerForm .assessment_step_19 div[class*=MyStrengthWHO2Radio] .container-content,.root-web-sdk #containerForm .assessment_step_19 div[class*=MyStrengthWHO3Radio] .container-content,.root-web-sdk #containerForm .assessment_step_19 div[class*=MyStrengthWHO4Radio] .container-content,.root-web-sdk #containerForm .assessment_step_19 div[class*=MyStrengthWHO5Radio] .container-content,.root-web-sdk #containerForm .assessment_step_20 div[class*=MyStrengthWHO1Radio] .container-content,.root-web-sdk #containerForm .assessment_step_20 div[class*=MyStrengthWHO2Radio] .container-content,.root-web-sdk #containerForm .assessment_step_20 div[class*=MyStrengthWHO3Radio] .container-content,.root-web-sdk #containerForm .assessment_step_20 div[class*=MyStrengthWHO4Radio] .container-content,.root-web-sdk #containerForm .assessment_step_20 div[class*=MyStrengthWHO5Radio] .container-content,.root-web-sdk #containerForm .assessment_step_21 div[class*=MyStrengthWHO1Radio] .container-content,.root-web-sdk #containerForm .assessment_step_21 div[class*=MyStrengthWHO2Radio] .container-content,.root-web-sdk #containerForm .assessment_step_21 div[class*=MyStrengthWHO3Radio] .container-content,.root-web-sdk #containerForm .assessment_step_21 div[class*=MyStrengthWHO4Radio] .container-content,.root-web-sdk #containerForm .assessment_step_21 div[class*=MyStrengthWHO5Radio] .container-content,.root-web-sdk #containerForm .assessment_step_22 div[class*=MyStrengthWHO1Radio] .container-content,.root-web-sdk #containerForm .assessment_step_22 div[class*=MyStrengthWHO2Radio] .container-content,.root-web-sdk #containerForm .assessment_step_22 div[class*=MyStrengthWHO3Radio] .container-content,.root-web-sdk #containerForm .assessment_step_22 div[class*=MyStrengthWHO4Radio] .container-content,.root-web-sdk #containerForm .assessment_step_22 div[class*=MyStrengthWHO5Radio] .container-content{width:100%;display:flex;align-items:center;justify-content:center}.root-web-sdk #containerForm .assessment_step_18 div[class*=MyStrengthWHO1Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_18 div[class*=MyStrengthWHO2Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_18 div[class*=MyStrengthWHO3Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_18 div[class*=MyStrengthWHO4Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_18 div[class*=MyStrengthWHO5Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_19 div[class*=MyStrengthWHO1Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_19 div[class*=MyStrengthWHO2Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_19 div[class*=MyStrengthWHO3Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_19 div[class*=MyStrengthWHO4Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_19 div[class*=MyStrengthWHO5Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_20 div[class*=MyStrengthWHO1Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_20 div[class*=MyStrengthWHO2Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_20 div[class*=MyStrengthWHO3Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_20 div[class*=MyStrengthWHO4Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_20 div[class*=MyStrengthWHO5Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_21 div[class*=MyStrengthWHO1Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_21 div[class*=MyStrengthWHO2Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_21 div[class*=MyStrengthWHO3Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_21 div[class*=MyStrengthWHO4Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_21 div[class*=MyStrengthWHO5Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_22 div[class*=MyStrengthWHO1Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_22 div[class*=MyStrengthWHO2Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_22 div[class*=MyStrengthWHO3Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_22 div[class*=MyStrengthWHO4Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_22 div[class*=MyStrengthWHO5Radio] .container-content .title{display:flex;flex:9;align-items:center;font-size:1.125rem;line-height:20px;margin-bottom:0;padding-left:1.5rem}.root-web-sdk #containerForm .assessment_step_18 div[class*=MyStrengthWHO1Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_18 div[class*=MyStrengthWHO2Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_18 div[class*=MyStrengthWHO3Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_18 div[class*=MyStrengthWHO4Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_18 div[class*=MyStrengthWHO5Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_19 div[class*=MyStrengthWHO1Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_19 div[class*=MyStrengthWHO2Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_19 div[class*=MyStrengthWHO3Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_19 div[class*=MyStrengthWHO4Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_19 div[class*=MyStrengthWHO5Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_20 div[class*=MyStrengthWHO1Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_20 div[class*=MyStrengthWHO2Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_20 div[class*=MyStrengthWHO3Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_20 div[class*=MyStrengthWHO4Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_20 div[class*=MyStrengthWHO5Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_21 div[class*=MyStrengthWHO1Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_21 div[class*=MyStrengthWHO2Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_21 div[class*=MyStrengthWHO3Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_21 div[class*=MyStrengthWHO4Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_21 div[class*=MyStrengthWHO5Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_22 div[class*=MyStrengthWHO1Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_22 div[class*=MyStrengthWHO2Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_22 div[class*=MyStrengthWHO3Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_22 div[class*=MyStrengthWHO4Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_22 div[class*=MyStrengthWHO5Radio] .container-content .radio-group-container{margin-top:1.5rem;display:flex;flex:1;justify-content:center;align-items:flex-end;margin-bottom:0;margin-right:1.5rem}.root-web-sdk #containerForm .assessment_step_18 div.select[class*=MyStrengthWHO1Radio],.root-web-sdk #containerForm .assessment_step_18 div.select[class*=MyStrengthWHO2Radio],.root-web-sdk #containerForm .assessment_step_18 div.select[class*=MyStrengthWHO3Radio],.root-web-sdk #containerForm .assessment_step_18 div.select[class*=MyStrengthWHO4Radio],.root-web-sdk #containerForm .assessment_step_18 div.select[class*=MyStrengthWHO5Radio],.root-web-sdk #containerForm .assessment_step_19 div.select[class*=MyStrengthWHO1Radio],.root-web-sdk #containerForm .assessment_step_19 div.select[class*=MyStrengthWHO2Radio],.root-web-sdk #containerForm .assessment_step_19 div.select[class*=MyStrengthWHO3Radio],.root-web-sdk #containerForm .assessment_step_19 div.select[class*=MyStrengthWHO4Radio],.root-web-sdk #containerForm .assessment_step_19 div.select[class*=MyStrengthWHO5Radio],.root-web-sdk #containerForm .assessment_step_20 div.select[class*=MyStrengthWHO1Radio],.root-web-sdk #containerForm .assessment_step_20 div.select[class*=MyStrengthWHO2Radio],.root-web-sdk #containerForm .assessment_step_20 div.select[class*=MyStrengthWHO3Radio],.root-web-sdk #containerForm .assessment_step_20 div.select[class*=MyStrengthWHO4Radio],.root-web-sdk #containerForm .assessment_step_20 div.select[class*=MyStrengthWHO5Radio],.root-web-sdk #containerForm .assessment_step_21 div.select[class*=MyStrengthWHO1Radio],.root-web-sdk #containerForm .assessment_step_21 div.select[class*=MyStrengthWHO2Radio],.root-web-sdk #containerForm .assessment_step_21 div.select[class*=MyStrengthWHO3Radio],.root-web-sdk #containerForm .assessment_step_21 div.select[class*=MyStrengthWHO4Radio],.root-web-sdk #containerForm .assessment_step_21 div.select[class*=MyStrengthWHO5Radio],.root-web-sdk #containerForm .assessment_step_22 div.select[class*=MyStrengthWHO1Radio],.root-web-sdk #containerForm .assessment_step_22 div.select[class*=MyStrengthWHO2Radio],.root-web-sdk #containerForm .assessment_step_22 div.select[class*=MyStrengthWHO3Radio],.root-web-sdk #containerForm .assessment_step_22 div.select[class*=MyStrengthWHO4Radio],.root-web-sdk #containerForm .assessment_step_22 div.select[class*=MyStrengthWHO5Radio]{width:100%;float:none;display:flex;border-radius:.75rem;margin-bottom:1rem;margin-top:0;--bg-opacity:1;background-color:#f5f0fd;background-color:rgba(245, 240, 253, var(--bg-opacity));cursor:pointer}.root-web-sdk #containerForm .assessment_step_18 div.select[class*=MyStrengthWHO1Radio] .container-content,.root-web-sdk #containerForm .assessment_step_18 div.select[class*=MyStrengthWHO2Radio] .container-content,.root-web-sdk #containerForm .assessment_step_18 div.select[class*=MyStrengthWHO3Radio] .container-content,.root-web-sdk #containerForm .assessment_step_18 div.select[class*=MyStrengthWHO4Radio] .container-content,.root-web-sdk #containerForm .assessment_step_18 div.select[class*=MyStrengthWHO5Radio] .container-content,.root-web-sdk #containerForm .assessment_step_19 div.select[class*=MyStrengthWHO1Radio] .container-content,.root-web-sdk #containerForm .assessment_step_19 div.select[class*=MyStrengthWHO2Radio] .container-content,.root-web-sdk #containerForm .assessment_step_19 div.select[class*=MyStrengthWHO3Radio] .container-content,.root-web-sdk #containerForm .assessment_step_19 div.select[class*=MyStrengthWHO4Radio] .container-content,.root-web-sdk #containerForm .assessment_step_19 div.select[class*=MyStrengthWHO5Radio] .container-content,.root-web-sdk #containerForm .assessment_step_20 div.select[class*=MyStrengthWHO1Radio] .container-content,.root-web-sdk #containerForm .assessment_step_20 div.select[class*=MyStrengthWHO2Radio] .container-content,.root-web-sdk #containerForm .assessment_step_20 div.select[class*=MyStrengthWHO3Radio] .container-content,.root-web-sdk #containerForm .assessment_step_20 div.select[class*=MyStrengthWHO4Radio] .container-content,.root-web-sdk #containerForm .assessment_step_20 div.select[class*=MyStrengthWHO5Radio] .container-content,.root-web-sdk #containerForm .assessment_step_21 div.select[class*=MyStrengthWHO1Radio] .container-content,.root-web-sdk #containerForm .assessment_step_21 div.select[class*=MyStrengthWHO2Radio] .container-content,.root-web-sdk #containerForm .assessment_step_21 div.select[class*=MyStrengthWHO3Radio] .container-content,.root-web-sdk #containerForm .assessment_step_21 div.select[class*=MyStrengthWHO4Radio] .container-content,.root-web-sdk #containerForm .assessment_step_21 div.select[class*=MyStrengthWHO5Radio] .container-content,.root-web-sdk #containerForm .assessment_step_22 div.select[class*=MyStrengthWHO1Radio] .container-content,.root-web-sdk #containerForm .assessment_step_22 div.select[class*=MyStrengthWHO2Radio] .container-content,.root-web-sdk #containerForm .assessment_step_22 div.select[class*=MyStrengthWHO3Radio] .container-content,.root-web-sdk #containerForm .assessment_step_22 div.select[class*=MyStrengthWHO4Radio] .container-content,.root-web-sdk #containerForm .assessment_step_22 div.select[class*=MyStrengthWHO5Radio] .container-content{width:100%;display:flex;align-items:center;justify-content:center}.root-web-sdk #containerForm .assessment_step_18 div.select[class*=MyStrengthWHO1Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_18 div.select[class*=MyStrengthWHO2Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_18 div.select[class*=MyStrengthWHO3Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_18 div.select[class*=MyStrengthWHO4Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_18 div.select[class*=MyStrengthWHO5Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_19 div.select[class*=MyStrengthWHO1Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_19 div.select[class*=MyStrengthWHO2Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_19 div.select[class*=MyStrengthWHO3Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_19 div.select[class*=MyStrengthWHO4Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_19 div.select[class*=MyStrengthWHO5Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_20 div.select[class*=MyStrengthWHO1Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_20 div.select[class*=MyStrengthWHO2Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_20 div.select[class*=MyStrengthWHO3Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_20 div.select[class*=MyStrengthWHO4Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_20 div.select[class*=MyStrengthWHO5Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_21 div.select[class*=MyStrengthWHO1Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_21 div.select[class*=MyStrengthWHO2Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_21 div.select[class*=MyStrengthWHO3Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_21 div.select[class*=MyStrengthWHO4Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_21 div.select[class*=MyStrengthWHO5Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_22 div.select[class*=MyStrengthWHO1Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_22 div.select[class*=MyStrengthWHO2Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_22 div.select[class*=MyStrengthWHO3Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_22 div.select[class*=MyStrengthWHO4Radio] .container-content .title,.root-web-sdk #containerForm .assessment_step_22 div.select[class*=MyStrengthWHO5Radio] .container-content .title{display:flex;flex:9;align-items:center;font-size:1.125rem;line-height:20px;margin-bottom:0;padding-left:1.5rem}.root-web-sdk #containerForm .assessment_step_18 div.select[class*=MyStrengthWHO1Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_18 div.select[class*=MyStrengthWHO2Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_18 div.select[class*=MyStrengthWHO3Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_18 div.select[class*=MyStrengthWHO4Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_18 div.select[class*=MyStrengthWHO5Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_19 div.select[class*=MyStrengthWHO1Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_19 div.select[class*=MyStrengthWHO2Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_19 div.select[class*=MyStrengthWHO3Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_19 div.select[class*=MyStrengthWHO4Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_19 div.select[class*=MyStrengthWHO5Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_20 div.select[class*=MyStrengthWHO1Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_20 div.select[class*=MyStrengthWHO2Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_20 div.select[class*=MyStrengthWHO3Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_20 div.select[class*=MyStrengthWHO4Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_20 div.select[class*=MyStrengthWHO5Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_21 div.select[class*=MyStrengthWHO1Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_21 div.select[class*=MyStrengthWHO2Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_21 div.select[class*=MyStrengthWHO3Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_21 div.select[class*=MyStrengthWHO4Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_21 div.select[class*=MyStrengthWHO5Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_22 div.select[class*=MyStrengthWHO1Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_22 div.select[class*=MyStrengthWHO2Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_22 div.select[class*=MyStrengthWHO3Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_22 div.select[class*=MyStrengthWHO4Radio] .container-content .radio-group-container,.root-web-sdk #containerForm .assessment_step_22 div.select[class*=MyStrengthWHO5Radio] .container-content .radio-group-container{margin-top:0;display:flex;flex:1;justify-content:center;align-items:flex-end;margin-bottom:0;margin-right:1.5rem}.root-web-sdk #containerForm .assessment_step_18 div.select[class*=MyStrengthWHO1Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_18 div.select[class*=MyStrengthWHO2Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_18 div.select[class*=MyStrengthWHO3Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_18 div.select[class*=MyStrengthWHO4Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_18 div.select[class*=MyStrengthWHO5Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_19 div.select[class*=MyStrengthWHO1Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_19 div.select[class*=MyStrengthWHO2Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_19 div.select[class*=MyStrengthWHO3Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_19 div.select[class*=MyStrengthWHO4Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_19 div.select[class*=MyStrengthWHO5Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_20 div.select[class*=MyStrengthWHO1Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_20 div.select[class*=MyStrengthWHO2Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_20 div.select[class*=MyStrengthWHO3Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_20 div.select[class*=MyStrengthWHO4Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_20 div.select[class*=MyStrengthWHO5Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_21 div.select[class*=MyStrengthWHO1Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_21 div.select[class*=MyStrengthWHO2Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_21 div.select[class*=MyStrengthWHO3Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_21 div.select[class*=MyStrengthWHO4Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_21 div.select[class*=MyStrengthWHO5Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_22 div.select[class*=MyStrengthWHO1Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_22 div.select[class*=MyStrengthWHO2Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_22 div.select[class*=MyStrengthWHO3Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_22 div.select[class*=MyStrengthWHO4Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm .assessment_step_22 div.select[class*=MyStrengthWHO5Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk{margin-bottom:0}.root-web-sdk #containerForm .assessment_step_18 div.select[class*=MyStrengthWHO1Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_18 div.select[class*=MyStrengthWHO2Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_18 div.select[class*=MyStrengthWHO3Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_18 div.select[class*=MyStrengthWHO4Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_18 div.select[class*=MyStrengthWHO5Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_19 div.select[class*=MyStrengthWHO1Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_19 div.select[class*=MyStrengthWHO2Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_19 div.select[class*=MyStrengthWHO3Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_19 div.select[class*=MyStrengthWHO4Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_19 div.select[class*=MyStrengthWHO5Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_20 div.select[class*=MyStrengthWHO1Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_20 div.select[class*=MyStrengthWHO2Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_20 div.select[class*=MyStrengthWHO3Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_20 div.select[class*=MyStrengthWHO4Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_20 div.select[class*=MyStrengthWHO5Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_21 div.select[class*=MyStrengthWHO1Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_21 div.select[class*=MyStrengthWHO2Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_21 div.select[class*=MyStrengthWHO3Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_21 div.select[class*=MyStrengthWHO4Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_21 div.select[class*=MyStrengthWHO5Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_22 div.select[class*=MyStrengthWHO1Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_22 div.select[class*=MyStrengthWHO2Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_22 div.select[class*=MyStrengthWHO3Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_22 div.select[class*=MyStrengthWHO4Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm .assessment_step_22 div.select[class*=MyStrengthWHO5Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span{--border-opacity:1;border-color:#0078bc;border-color:rgba(0, 120, 188, var(--border-opacity))}.root-web-sdk #containerForm .assessment_step_18 div.select[class*=MyStrengthWHO1Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_18 div.select[class*=MyStrengthWHO2Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_18 div.select[class*=MyStrengthWHO3Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_18 div.select[class*=MyStrengthWHO4Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_18 div.select[class*=MyStrengthWHO5Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_19 div.select[class*=MyStrengthWHO1Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_19 div.select[class*=MyStrengthWHO2Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_19 div.select[class*=MyStrengthWHO3Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_19 div.select[class*=MyStrengthWHO4Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_19 div.select[class*=MyStrengthWHO5Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_20 div.select[class*=MyStrengthWHO1Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_20 div.select[class*=MyStrengthWHO2Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_20 div.select[class*=MyStrengthWHO3Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_20 div.select[class*=MyStrengthWHO4Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_20 div.select[class*=MyStrengthWHO5Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_21 div.select[class*=MyStrengthWHO1Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_21 div.select[class*=MyStrengthWHO2Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_21 div.select[class*=MyStrengthWHO3Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_21 div.select[class*=MyStrengthWHO4Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_21 div.select[class*=MyStrengthWHO5Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_22 div.select[class*=MyStrengthWHO1Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_22 div.select[class*=MyStrengthWHO2Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_22 div.select[class*=MyStrengthWHO3Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_22 div.select[class*=MyStrengthWHO4Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm .assessment_step_22 div.select[class*=MyStrengthWHO5Radio] .container-content .radio-group-container .radio-buttons-container .radio-web-sdk span:after{--bg-opacity:1;background-color:#0078bc;background-color:rgba(0, 120, 188, var(--bg-opacity))}.root-web-sdk #containerForm .assessment_step_18 .button-next_button,.root-web-sdk #containerForm .assessment_step_19 .button-next_button,.root-web-sdk #containerForm .assessment_step_20 .button-next_button,.root-web-sdk #containerForm .assessment_step_21 .button-next_button,.root-web-sdk #containerForm .assessment_step_22 .button-next_button{width:104px;--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity));font-size:1.125rem;line-height:20px;float:right;border-radius:9999px;--bg-opacity:1;background-color:#5b2f91;background-color:rgba(91, 47, 145, var(--bg-opacity));border-width:0}.root-web-sdk #containerForm .assessment_step_18 .button-next_button:hover:not(.disabled),.root-web-sdk #containerForm .assessment_step_19 .button-next_button:hover:not(.disabled),.root-web-sdk #containerForm .assessment_step_20 .button-next_button:hover:not(.disabled),.root-web-sdk #containerForm .assessment_step_21 .button-next_button:hover:not(.disabled),.root-web-sdk #containerForm .assessment_step_22 .button-next_button:hover:not(.disabled){--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity));--bg-opacity:1;background-color:#5b2f91;background-color:rgba(91, 47, 145, var(--bg-opacity))}.root-web-sdk #containerForm .assessment_step_18 .button-next_button:focus:not(.disabled),.root-web-sdk #containerForm .assessment_step_19 .button-next_button:focus:not(.disabled),.root-web-sdk #containerForm .assessment_step_20 .button-next_button:focus:not(.disabled),.root-web-sdk #containerForm .assessment_step_21 .button-next_button:focus:not(.disabled),.root-web-sdk #containerForm .assessment_step_22 .button-next_button:focus:not(.disabled){border-style:none;box-shadow:none}.root-web-sdk #containerForm .assessment_step_18 .button-next_button:active:not(.disabled),.root-web-sdk #containerForm .assessment_step_19 .button-next_button:active:not(.disabled),.root-web-sdk #containerForm .assessment_step_20 .button-next_button:active:not(.disabled),.root-web-sdk #containerForm .assessment_step_21 .button-next_button:active:not(.disabled),.root-web-sdk #containerForm .assessment_step_22 .button-next_button:active:not(.disabled){--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity));--bg-opacity:1;background-color:#5b2f91;background-color:rgba(91, 47, 145, var(--bg-opacity))}.root-web-sdk #containerForm .progress{margin-left:1rem;margin-right:1rem}@media (min-width: 375px){.root-web-sdk #containerForm .progress{margin-left:1.5rem;margin-right:1.5rem}}@media (min-width: 768px){.root-web-sdk #containerForm .progress{margin-left:0;margin-right:0}}.root-web-sdk #containerForm .progress [data-testid=sleep_tracker_progress_title-label]{font-weight:800;font-size:1.875rem;margin-bottom:2.125;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity))}@media (min-width: 768px){.root-web-sdk #containerForm .progress [data-testid=sleep_tracker_progress_title-label]{font-size:2.813rem;font-weight:700}}.root-web-sdk #containerForm .progress .improve_your_sleep_tile{display:flex;border-width:1px;--border-opacity:1;border-color:#ececec;border-color:rgba(236, 236, 236, var(--border-opacity));margin-bottom:0;max-width:none;align-items:center;justify-content:space-between;box-shadow:0 2px 14px rgba(0,0,0,0.08);border-radius:.75rem}.root-web-sdk #containerForm .progress .sleep_icon{background-size:24px 32px;background-repeat:no-repeat;width:1.5rem;height:2rem;margin-left:1.5rem;margin-right:1.5rem}@media (min-width: 768px){.root-web-sdk #containerForm .progress .sleep_icon{margin-right:32px;margin-left:32px}}.root-web-sdk #containerForm .progress [data-testid=improve_sleep_title-label]{--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));margin-bottom:0;font-weight:500;padding-top:1.5rem;padding-bottom:1.5rem;font-size:1.5rem;margin-left:1.5rem}@media (min-width: 768px){.root-web-sdk #containerForm .progress [data-testid=improve_sleep_title-label]{margin-left:32px;font-size:1.125rem}}.root-web-sdk #containerForm .sleepProgramTile{display:flex;margin-top:1rem;margin-bottom:26px;align-items:center;flex-direction:row-reverse;box-shadow:0 0 10px rgba(0,0,0,0.16);border-radius:.75rem;padding-right:1.5rem}@media (min-width: 768px){.root-web-sdk #containerForm .sleepProgramTile{margin-bottom:32px}}@media (min-width: 475px){.root-web-sdk #containerForm .sleepProgramTile{border-radius:.75rem;max-width:100%}}.root-web-sdk #containerForm .sleepProgramTile .container-content{display:flex;flex-direction:row-reverse;width:-moz-available;width:-webkit-fill-available;align-items:center}.root-web-sdk #containerForm .sleepProgramTile .container-content .ic_tdh_myS_calendar_arrow_left_blue{background-image:url(https://assets.livongo.com/image/upload/v1713277344/web-sdk/icons/ic_tdh_myS_calendar_arrow_left_blue.svg);background-size:unset;transform:rotate(180deg);background-repeat:no-repeat;width:1.5rem;height:2rem;margin-left:auto;padding-right:1.5rem;max-height:18px;max-width:9px}.root-web-sdk #containerForm .sleepProgramTile .container-content .ActionTile{color:#373939;font-family:Effra;font-style:normal;margin-bottom:0;font-weight:500;padding-top:1.5rem;padding-bottom:1.5rem;padding-left:1.5rem;font-size:1.5rem}@media (min-width: 768px){.root-web-sdk #containerForm .sleepProgramTile .container-content .ActionTile{padding-left:2rem}}@media (min-width: 475px){.root-web-sdk #containerForm .sleepProgramTile .container-content .ActionTile{font-size:1.125rem}}.root-web-sdk #containerForm .add_entry{margin-left:1rem;margin-right:1rem}@media (min-width: 375px){.root-web-sdk #containerForm .add_entry{margin-left:1.5rem;margin-right:1.5rem}}@media (min-width: 768px){.root-web-sdk #containerForm .add_entry{margin-left:0;margin-right:0}}.root-web-sdk #containerForm .add_entry .SleepTrackerDiaryEntriesTitle{font-style:normal;font-weight:700;font-size:2.25rem;line-height:2.5rem;--text-opacity:1;color:#373939;color:rgba(55, 57, 57, var(--text-opacity));margin-bottom:1.25rem}@media (min-width: 768px){.root-web-sdk #containerForm .add_entry .SleepTrackerDiaryEntriesTitle{font-size:2.813rem}}.root-web-sdk #containerForm .add_entry .SleepTrackerDiaryEntriesSubtitle{font-style:normal;font-weight:700;font-size:1.5rem;line-height:1.75rem;--text-opacity:1;color:#373939;color:rgba(55, 57, 57, var(--text-opacity));margin-bottom:.5rem;max-width:704px}@media (min-width: 768px){.root-web-sdk #containerForm .add_entry .SleepTrackerDiaryEntriesSubtitle{font-size:1.875rem;line-height:2.25rem}}.root-web-sdk #containerForm .add_entry .SleepTrackerDiaryEntriesBodyText{font-style:normal;font-weight:400;font-size:1.125rem;line-height:1.5rem;--text-opacity:1;color:#373939;color:rgba(55, 57, 57, var(--text-opacity));margin-bottom:1rem;max-width:704px}.root-web-sdk #containerForm .add_entry .SleepTrackerDiaryEntriesCalendarDescriptionText{display:flex;justify-content:flex-start;font-style:normal;font-weight:400;font-size:1.25rem;line-height:1.5rem;text-align:center;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));margin-bottom:1.5rem;margin-top:2.5rem}.root-web-sdk #containerForm .add_entry button.button-web-sdk.last-of-kind.button-SleepTrackerDiaryEntriesRecordLastNightSleepButton[name=SleepTrackerDiaryEntriesRecordLastNightSleepButton][type=button]{border-width:2px;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));padding:.875rem 2rem;--text-opacity:1;color:#5b2f91;color:rgba(91, 47, 145, var(--text-opacity));font-size:1.125rem;line-height:20px;font-weight:700;max-width:-moz-fit-content;max-width:fit-content}.root-web-sdk #containerForm .add_entry .calendarFieldNew{--border-opacity:1;border:1px solid #f7f9f9;border-color:rgba(247, 249, 249, var(--border-opacity));box-shadow:0 1px 4px 1px rgba(0,0,0,0.08);border-radius:.75rem;margin-bottom:6.75rem;max-width:704px;margin-left:0}.root-web-sdk #containerForm .add_entry .calendarFieldNew .webNavigationContainer{display:flex;justify-content:space-between;align-items:flex-start;margin-top:1.5rem;max-width:none;--border-opacity:1;border-color:#e5e8e8;border-bottom:1px;border-color:rgba(229, 232, 232, var(--border-opacity));border-style:solid}.root-web-sdk #containerForm .add_entry .calendarFieldNew .webNavigationContainer .CalendarWeekDate{margin-bottom:1rem;font-style:normal;font-weight:400;font-size:1.375rem;line-height:1.5rem;--text-opacity:1;color:#373939;color:rgba(55, 57, 57, var(--text-opacity))}.root-web-sdk #containerForm .add_entry .calendarFieldNew .webNavigationContainer .webSleepDiaryContentContainerArrowLeft{margin-left:1rem;width:-moz-fit-content;width:fit-content}.root-web-sdk #containerForm .add_entry .calendarFieldNew .webNavigationContainer .webSleepDiaryContentContainerArrowLeft .ic_tdh_myS_calendar_arrow_left_blue{background-image:url(https://assets.livongo.com/image/upload/v1713277344/web-sdk/icons/ic_tdh_myS_calendar_arrow_left_blue.svg);float:right}.root-web-sdk #containerForm .add_entry .calendarFieldNew .webNavigationContainer .webSleepDiaryContentContainerArrowRight{margin-right:1rem;width:-moz-fit-content;width:fit-content}.root-web-sdk #containerForm .add_entry .calendarFieldNew .webNavigationContainer .webSleepDiaryContentContainerArrowRight .ic_tdh_myS_calendar_arrow_left_blue{background-image:url(https://assets.livongo.com/image/upload/v1713277344/web-sdk/icons/ic_tdh_myS_calendar_arrow_left_blue.svg);margin-right:0;transform:rotate(-180deg)}.root-web-sdk #containerForm .add_entry .calendarFieldNew .webNavigationContainer .webSleepDiaryContentContainerArrowRight .ic_tdh_myS_calendar_arrow_left_gray{background-image:url(https://assets.livongo.com/image/upload/v1713277356/web-sdk/icons/ic_tdh_myS_calendar_arrow_left_gray.svg);margin-right:0;transform:rotate(-180deg)}@media (max-width: 425px){.root-web-sdk #containerForm .add_entry .calendarFieldNew .sleep-tracker-calendar .calendar-dates .date-item button{width:2.5rem;height:2.5rem}}@media (max-width: 425px) and (max-width: 375px){.root-web-sdk #containerForm .add_entry .calendarFieldNew .sleep-tracker-calendar .calendar-dates .date-item button{width:34px;height:34px}}@media (max-width: 425px){.root-web-sdk #containerForm .add_entry .calendarFieldNew .sleep-tracker-calendar .calendar-dates .date-item span{width:2.5rem;height:2.5rem;font-size:1.125rem}}@media (max-width: 425px) and (max-width: 375px){.root-web-sdk #containerForm .add_entry .calendarFieldNew .sleep-tracker-calendar .calendar-dates .date-item span{width:34px;height:34px}}.root-web-sdk #containerForm .add_entry .calendarField{display:grid;grid-template-columns:repeat(7, 1fr);grid-auto-rows:minmax(35px, auto);text-align:justify}.root-web-sdk #containerForm .add_entry .calendarField .webSleepDiaryContentContainerArrowLeft{grid-column:span 1/span 1;text-align:center}.root-web-sdk #containerForm .add_entry .calendarField .webSleepDiaryContentContainerArrowLeft .ic_tdh_sleep_arrow_left_blue{background-image:url(https://assets.livongo.com/image/upload/v1713187854/web-sdk/icons/ic_tdh_sleep_arrow_left_blue.svg);float:right}.root-web-sdk #containerForm .add_entry .calendarField .webSleepDiaryContentContainerArrowRight{grid-column:7/span 1;text-align:center}.root-web-sdk #containerForm .add_entry .calendarField .webSleepDiaryContentContainerArrowRight .ic_tdh_sleep_arrow_right_blue{background-image:url(https://assets.livongo.com/image/upload/v1713187857/web-sdk/icons/ic_tdh_sleep_arrow_right_blue.svg)}.root-web-sdk #containerForm .add_entry .calendarField .webSleepDiaryContentContainerArrowRight .ic_tdh_sleep_arrow_right_gray{background-image:url(https://assets.livongo.com/image/upload/v1713187861/web-sdk/icons/ic_tdh_sleep_arrow_right_gray.svg)}.root-web-sdk #containerForm .add_entry .calendarField .CalendarWeekDate{grid-column:3/span 3;text-align:center}.root-web-sdk #containerForm .add_entry .calendarField .calendarHeader{grid-column:1/span 7;grid-row-start:2;display:inline-block;padding-left:1.25rem}.root-web-sdk #containerForm .add_entry .calendarField button{--text-opacity:1;color:#0078bc;color:rgba(0, 120, 188, var(--text-opacity));margin:auto}.root-web-sdk #containerForm .add_entry .calendarField p{margin:auto}.root-web-sdk #containerForm .add_entry .SleepTrackerDiaryEntriesBottomBackButton{width:3rem;height:3rem;font-size:2.813rem;line-height:3rem;position:absolute;text-align:center;margin:auto;border-radius:.5rem;box-shadow:0 1px 4px 1px rgba(0,0,0,0.08)}.root-web-sdk #containerForm .add_entry .button-SleepTrackerDiaryEntriesBottomPreviousDayEntryButton{width:16rem;margin-top:1.5rem;margin-bottom:1.5rem;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));--text-opacity:1;color:#5b2f91;color:rgba(91, 47, 145, var(--text-opacity));--border-opacity:1;border:2px solid #5b2f91;border-color:rgba(91, 47, 145, var(--border-opacity));max-height:3rem}.root-web-sdk #containerForm .week_entries{padding:1.5rem}@media (min-width: 475px){.root-web-sdk #containerForm .week_entries{padding:2rem}}.root-web-sdk #containerForm .week_entries .MyStrengthSleepHomeTitle{font-weight:700;font-family:Effra,Arial,sans-serif;--text-opacity:1;color:#0a0a0a;color:rgba(10, 10, 10, var(--text-opacity));margin:0;text-align:left;font-size:2.813rem;line-height:2.5rem}@media (min-width: 375px){.root-web-sdk #containerForm .week_entries .MyStrengthSleepHomeTitle{display:none}}.root-web-sdk #containerForm .week_entries .sleepDiaryEntriesWeekProgress1{padding-top:1rem;box-shadow:0 1px 4px 1px rgba(0,0,0,0.08);max-width:100%}.root-web-sdk #containerForm .week_entries .sleepDiaryEntriesWeekProgress1 .webSleepDiaryNavigationContentContainer{display:grid;grid-template-columns:repeat(8, 1fr);grid-auto-rows:minmax(35px, auto);background-image:linear-gradient(#eff1f1, #eff1f1);background-size:90% 2px,calc(100% - 4px) 100%;background-repeat:no-repeat;background-position:bottom,4px}.root-web-sdk #containerForm .week_entries .sleepDiaryEntriesWeekProgress1 .webSleepDiaryNavigationContentContainer .webSleepDiaryContentContainerArrowLeft .ic_arrow_left_pulse{background-image:url(https://assets.livongo.com/image/upload/v1713283293/web-sdk/icons/arrow-right-pulse.svg);rotate:180deg;text-align:center;padding-left:0;padding-right:0}.root-web-sdk #containerForm .week_entries .sleepDiaryEntriesWeekProgress1 .webSleepDiaryNavigationContentContainer .webSleepDiaryContentContainerArrowLeft{grid-column-start:1;background-repeat:no-repeat;height:2rem;max-height:1.5rem;margin-top:1.5rem;display:flex;align-items:flex-end;justify-content:center}.root-web-sdk #containerForm .week_entries .sleepDiaryEntriesWeekProgress1 .webSleepDiaryNavigationContentContainer .webSleepDiaryContentContainerArrowRight .ic_tdh_sleep_arrow_right_blue{background-image:url(https://assets.livongo.com/image/upload/v1713283293/web-sdk/icons/arrow-right-pulse.svg);text-align:center;padding-left:0;padding-right:0}.root-web-sdk #containerForm .week_entries .sleepDiaryEntriesWeekProgress1 .webSleepDiaryNavigationContentContainer .webSleepDiaryContentContainerArrowRight .ic_tdh_sleep_arrow_right_gray{background-image:url(https://assets.livongo.com/image/upload/v1713283293/web-sdk/icons/arrow-right-pulse.svg);filter:grayscale(100%);text-align:center;padding-left:0;padding-right:0}.root-web-sdk #containerForm .week_entries .sleepDiaryEntriesWeekProgress1 .webSleepDiaryNavigationContentContainer .webSleepDiaryContentContainerArrowRight{grid-column-start:8;background-repeat:no-repeat;height:2rem;max-height:1.5rem;margin-top:1.5rem;display:flex;justify-content:center}.root-web-sdk #containerForm .week_entries .sleepDiaryEntriesWeekProgress1 .webSleepDiaryNavigationContentContainer .MyStrengthSleepHistoricalDate1{grid-column-start:2;grid-column:span 6/span 6;font-size:1.5rem;text-align:center;padding-top:1rem;margin-bottom:.75rem;float:left}.root-web-sdk #containerForm .week_entries .sleepDiaryEntriesWeekProgress1 .MyStrengthSleepHistoricalText1{display:inline-block;font-size:1.25rem;text-align:center;padding-top:1rem;padding-bottom:1rem;width:100%}.root-web-sdk #containerForm .week_entries .sleepDiaryEntriesWeekProgress1 .sleepDiaryEntriesWeekAverageProgress{padding-top:4rem;display:grid}@media (min-width: 375px){.root-web-sdk #containerForm .week_entries .sleepDiaryEntriesWeekProgress1 .sleepDiaryEntriesWeekAverageProgress{grid-template-columns:repeat(2, 1fr)}}@media (min-width: 1440px){.root-web-sdk #containerForm .week_entries .sleepDiaryEntriesWeekProgress1 .sleepDiaryEntriesWeekAverageProgress{grid-template-columns:repeat(4, 1fr)}}.root-web-sdk #containerForm .week_entries .sleepDiaryEntriesWeekProgress1 .sleepDiaryEntriesWeekAverageProgress{grid-auto-rows:minmax(35px, auto);grid-gap:6px;text-align:justify}.root-web-sdk #containerForm .week_entries .sleepDiaryEntriesWeekProgress1 .sleepDiaryEntriesWeekAverageProgress .MyStrengthSleepHistoricalFieldTitle1{background-image:linear-gradient(#7c68d8, #7c68d8);background-size:30% 4px,calc(100% - 4px) 100%;background-repeat:no-repeat;background-position:0 0,4px;margin-bottom:0;font-size:1.125rem;text-align:left;max-width:8.938rem;grid-column-start:1;padding-top:.75rem;margin-left:1.25rem}.root-web-sdk #containerForm .week_entries .sleepDiaryEntriesWeekProgress1 .sleepDiaryEntriesWeekAverageProgress .MyStrengthSleepHistoricalFieldDescription1{font-weight:700;font-size:1.5rem;text-align:left;max-width:8.938rem;margin-bottom:0;margin-left:1.25rem}@media (min-width: 375px){.root-web-sdk #containerForm .week_entries .sleepDiaryEntriesWeekProgress1 .sleepDiaryEntriesWeekAverageProgress .MyStrengthSleepHistoricalFieldDescription1{grid-column-start:1;grid-row-start:2}}@media (min-width: 1440px){.root-web-sdk #containerForm .week_entries .sleepDiaryEntriesWeekProgress1 .sleepDiaryEntriesWeekAverageProgress .MyStrengthSleepHistoricalFieldDescription1{grid-column-start:1;grid-row-start:2}}.root-web-sdk #containerForm .week_entries .sleepDiaryEntriesWeekProgress1 .sleepDiaryEntriesWeekAverageProgress .MyStrengthSleepHistoricalFieldTitle2{background-image:linear-gradient(#00498a, #00498a);background-size:30% 4px,calc(100% - 4px) 100%;background-repeat:no-repeat;background-position:0 0,4px;margin-bottom:0;font-size:1.125rem;text-align:left;max-width:8.938rem;grid-column-start:2;grid-row-start:1;padding-top:.75rem;margin-left:1.25rem}.root-web-sdk #containerForm .week_entries .sleepDiaryEntriesWeekProgress1 .sleepDiaryEntriesWeekAverageProgress .MyStrengthSleepHistoricalFieldDescription2{font-weight:700;font-size:1.5rem;text-align:left;max-width:8.938rem;margin-bottom:0;grid-column-start:2;grid-row-start:2;margin-left:1.25rem}.root-web-sdk #containerForm .week_entries .sleepDiaryEntriesWeekProgress1 .sleepDiaryEntriesWeekAverageProgress .MyStrengthSleepHistoricalFieldTitle3{margin-bottom:0;font-size:1.125rem;text-align:left;max-width:8.938rem}@media (min-width: 375px){.root-web-sdk #containerForm .week_entries .sleepDiaryEntriesWeekProgress1 .sleepDiaryEntriesWeekAverageProgress .MyStrengthSleepHistoricalFieldTitle3{grid-column-start:1;grid-row-start:3}}@media (min-width: 1440px){.root-web-sdk #containerForm .week_entries .sleepDiaryEntriesWeekProgress1 .sleepDiaryEntriesWeekAverageProgress .MyStrengthSleepHistoricalFieldTitle3{grid-column-start:3;grid-row-start:1}}.root-web-sdk #containerForm .week_entries .sleepDiaryEntriesWeekProgress1 .sleepDiaryEntriesWeekAverageProgress .MyStrengthSleepHistoricalFieldTitle3{padding-top:.75rem;margin-left:1.25rem}.root-web-sdk #containerForm .week_entries .sleepDiaryEntriesWeekProgress1 .sleepDiaryEntriesWeekAverageProgress .MyStrengthSleepHistoricalFieldDescription3{font-weight:700;font-size:1.5rem;text-align:left;max-width:8.938rem;margin-bottom:0;margin-left:1.25rem}@media (min-width: 375px){.root-web-sdk #containerForm .week_entries .sleepDiaryEntriesWeekProgress1 .sleepDiaryEntriesWeekAverageProgress .MyStrengthSleepHistoricalFieldDescription3{grid-column-start:1;grid-row-start:4}}@media (min-width: 1440px){.root-web-sdk #containerForm .week_entries .sleepDiaryEntriesWeekProgress1 .sleepDiaryEntriesWeekAverageProgress .MyStrengthSleepHistoricalFieldDescription3{grid-column-start:3;grid-row-start:2}}.root-web-sdk #containerForm .week_entries .sleepDiaryEntriesWeekProgress1 .sleepDiaryEntriesWeekAverageProgress .MyStrengthSleepHistoricalFieldTitle4{margin-bottom:0;font-size:1.125rem;text-align:left;max-width:8.938rem}@media (min-width: 375px){.root-web-sdk #containerForm .week_entries .sleepDiaryEntriesWeekProgress1 .sleepDiaryEntriesWeekAverageProgress .MyStrengthSleepHistoricalFieldTitle4{grid-column-start:2;grid-row-start:3}}@media (min-width: 1440px){.root-web-sdk #containerForm .week_entries .sleepDiaryEntriesWeekProgress1 .sleepDiaryEntriesWeekAverageProgress .MyStrengthSleepHistoricalFieldTitle4{grid-column-start:4;grid-row-start:1}}.root-web-sdk #containerForm .week_entries .sleepDiaryEntriesWeekProgress1 .sleepDiaryEntriesWeekAverageProgress .MyStrengthSleepHistoricalFieldTitle4{padding-top:.75rem;margin-left:1.25rem}.root-web-sdk #containerForm .week_entries .sleepDiaryEntriesWeekProgress1 .sleepDiaryEntriesWeekAverageProgress .ic_tdh_myS_emo_great_gray{background-image:url(https://assets.livongo.com/image/upload/v1713277580/web-sdk/icons/ic_tdh_myS_emo_great_gray.svg);margin-bottom:0;margin-left:1.25rem}@media (min-width: 375px){.root-web-sdk #containerForm .week_entries .sleepDiaryEntriesWeekProgress1 .sleepDiaryEntriesWeekAverageProgress .ic_tdh_myS_emo_great_gray{grid-column-start:2;grid-row-start:4}}@media (min-width: 1440px){.root-web-sdk #containerForm .week_entries .sleepDiaryEntriesWeekProgress1 .sleepDiaryEntriesWeekAverageProgress .ic_tdh_myS_emo_great_gray{grid-column-start:4;grid-row-start:2}}.root-web-sdk #containerForm .week_entries .sleepDiaryEntriesWeekProgress1 .sleepDiaryEntriesWeekAverageProgress .ic_tdh_myS_emo_good_gray{background-image:url(https://assets.livongo.com/image/upload/v1713277554/web-sdk/icons/ic_tdh_myS_emo_good_gray.svg);margin-bottom:0;margin-left:1.25rem}@media (min-width: 375px){.root-web-sdk #containerForm .week_entries .sleepDiaryEntriesWeekProgress1 .sleepDiaryEntriesWeekAverageProgress .ic_tdh_myS_emo_good_gray{grid-column-start:2;grid-row-start:4}}@media (min-width: 1440px){.root-web-sdk #containerForm .week_entries .sleepDiaryEntriesWeekProgress1 .sleepDiaryEntriesWeekAverageProgress .ic_tdh_myS_emo_good_gray{grid-column-start:4;grid-row-start:2}}.root-web-sdk #containerForm .week_entries .sleepDiaryEntriesWeekProgress1 .sleepDiaryEntriesWeekAverageProgress .ic_tdh_myS_emo_okay_gray{background-image:url(https://assets.livongo.com/image/upload/v1713277605/web-sdk/icons/ic_tdh_myS_emo_okay_gray.svg);margin-bottom:0;margin-left:1.25rem}@media (min-width: 375px){.root-web-sdk #containerForm .week_entries .sleepDiaryEntriesWeekProgress1 .sleepDiaryEntriesWeekAverageProgress .ic_tdh_myS_emo_okay_gray{grid-column-start:2;grid-row-start:4}}@media (min-width: 1440px){.root-web-sdk #containerForm .week_entries .sleepDiaryEntriesWeekProgress1 .sleepDiaryEntriesWeekAverageProgress .ic_tdh_myS_emo_okay_gray{grid-column-start:4;grid-row-start:2}}.root-web-sdk #containerForm .week_entries .sleepDiaryEntriesWeekProgress1 .sleepDiaryEntriesWeekAverageProgress .ic_tdh_myS_emo_bad_gray{background-image:url(https://assets.livongo.com/image/upload/v1713277471/web-sdk/icons/ic_tdh_myS_emo_bad_gray.svg);margin-bottom:0;margin-left:1.25rem}@media (min-width: 375px){.root-web-sdk #containerForm .week_entries .sleepDiaryEntriesWeekProgress1 .sleepDiaryEntriesWeekAverageProgress .ic_tdh_myS_emo_bad_gray{grid-column-start:2;grid-row-start:4}}@media (min-width: 1440px){.root-web-sdk #containerForm .week_entries .sleepDiaryEntriesWeekProgress1 .sleepDiaryEntriesWeekAverageProgress .ic_tdh_myS_emo_bad_gray{grid-column-start:4;grid-row-start:2}}.root-web-sdk #containerForm .week_entries .sleepDiaryEntriesWeekProgress1 .sleepDiaryEntriesWeekAverageProgress .ic_tdh_myS_emo_terrible_gray{background-image:url(https://assets.livongo.com/image/upload/v1713277631/web-sdk/icons/ic_tdh_myS_emo_terrible_gray.svg);margin-bottom:0;margin-left:1.25rem}@media (min-width: 375px){.root-web-sdk #containerForm .week_entries .sleepDiaryEntriesWeekProgress1 .sleepDiaryEntriesWeekAverageProgress .ic_tdh_myS_emo_terrible_gray{grid-column-start:2;grid-row-start:4}}@media (min-width: 1440px){.root-web-sdk #containerForm .week_entries .sleepDiaryEntriesWeekProgress1 .sleepDiaryEntriesWeekAverageProgress .ic_tdh_myS_emo_terrible_gray{grid-column-start:4;grid-row-start:2}}.root-web-sdk #containerForm .week_entries .sleepDiaryEntriesWeekProgress1 .sleepDiaryEntriesWeekAverageProgress .spaceDivider{display:none}.root-web-sdk #containerForm .week_entries .addEntry{max-width:8.938rem;--bg-opacity:1;background-color:#5b2f91;background-color:rgba(91, 47, 145, var(--bg-opacity));padding-top:1.5rem;padding-bottom:1.5rem;--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity));font-size:1.125rem;font-weight:400;height:auto;max-height:3rem;float:right;margin-left:0;margin-right:0}.root-web-sdk #containerForm div[class*=sleep_diary_accordion] div[class*=sleepDiaryEntriesWeekProgress]{display:grid;grid-gap:6px}@media (min-width: 375px){.root-web-sdk #containerForm div[class*=sleep_diary_accordion] div[class*=sleepDiaryEntriesWeekProgress]{grid-template-columns:repeat(2, 1fr)}}@media (min-width: 1440px){.root-web-sdk #containerForm div[class*=sleep_diary_accordion] div[class*=sleepDiaryEntriesWeekProgress]{grid-template-columns:repeat(4, 1fr)}}.root-web-sdk #containerForm div[class*=sleep_diary_accordion] div[class*=sleepDiaryEntriesWeekProgress]{grid-auto-rows:minmax(35px, auto);text-align:justify}.root-web-sdk #containerForm div[class*=sleep_diary_accordion] div[class*=sleepDiaryEntriesWeekProgress] .MyStrengthSleepHistoricalFieldTitle1{margin-bottom:0;font-size:1.125rem;text-align:left;max-width:8.938rem;grid-column-start:1;padding-top:.75rem}.root-web-sdk #containerForm div[class*=sleep_diary_accordion] div[class*=sleepDiaryEntriesWeekProgress] .MyStrengthSleepHistoricalFieldDescription1{font-weight:700;font-size:1.5rem;text-align:left;max-width:8.938rem;margin-bottom:0}@media (min-width: 375px){.root-web-sdk #containerForm div[class*=sleep_diary_accordion] div[class*=sleepDiaryEntriesWeekProgress] .MyStrengthSleepHistoricalFieldDescription1{grid-column-start:1;grid-row-start:2}}@media (min-width: 1440px){.root-web-sdk #containerForm div[class*=sleep_diary_accordion] div[class*=sleepDiaryEntriesWeekProgress] .MyStrengthSleepHistoricalFieldDescription1{grid-column-start:1;grid-row-start:2}}.root-web-sdk #containerForm div[class*=sleep_diary_accordion] div[class*=sleepDiaryEntriesWeekProgress] .MyStrengthSleepHistoricalFieldTitle2{margin-bottom:0;font-size:1.125rem;text-align:left;max-width:8.938rem;grid-column-start:2;grid-row-start:1;padding-top:.75rem}.root-web-sdk #containerForm div[class*=sleep_diary_accordion] div[class*=sleepDiaryEntriesWeekProgress] .MyStrengthSleepHistoricalFieldDescription2{font-weight:700;font-size:1.5rem;text-align:left;max-width:8.938rem;margin-bottom:0;grid-column-start:2;grid-row-start:2}.root-web-sdk #containerForm div[class*=sleep_diary_accordion] div[class*=sleepDiaryEntriesWeekProgress] .MyStrengthSleepHistoricalFieldTitle3{margin-bottom:0;font-size:1.125rem;text-align:left;max-width:8.938rem}@media (min-width: 375px){.root-web-sdk #containerForm div[class*=sleep_diary_accordion] div[class*=sleepDiaryEntriesWeekProgress] .MyStrengthSleepHistoricalFieldTitle3{grid-column-start:1;grid-row-start:3}}@media (min-width: 1440px){.root-web-sdk #containerForm div[class*=sleep_diary_accordion] div[class*=sleepDiaryEntriesWeekProgress] .MyStrengthSleepHistoricalFieldTitle3{grid-column-start:3;grid-row-start:1}}.root-web-sdk #containerForm div[class*=sleep_diary_accordion] div[class*=sleepDiaryEntriesWeekProgress] .MyStrengthSleepHistoricalFieldTitle3{padding-top:.75rem}.root-web-sdk #containerForm div[class*=sleep_diary_accordion] div[class*=sleepDiaryEntriesWeekProgress] .MyStrengthSleepHistoricalFieldDescription3{font-weight:700;font-size:1.5rem;text-align:left;max-width:8.938rem;margin-bottom:0}@media (min-width: 375px){.root-web-sdk #containerForm div[class*=sleep_diary_accordion] div[class*=sleepDiaryEntriesWeekProgress] .MyStrengthSleepHistoricalFieldDescription3{grid-column-start:1;grid-row-start:4}}@media (min-width: 1440px){.root-web-sdk #containerForm div[class*=sleep_diary_accordion] div[class*=sleepDiaryEntriesWeekProgress] .MyStrengthSleepHistoricalFieldDescription3{grid-column-start:3;grid-row-start:2}}.root-web-sdk #containerForm div[class*=sleep_diary_accordion] div[class*=sleepDiaryEntriesWeekProgress] .MyStrengthSleepHistoricalFieldTitle4{margin-bottom:0;font-size:1.125rem;text-align:left;max-width:8.938rem}@media (min-width: 375px){.root-web-sdk #containerForm div[class*=sleep_diary_accordion] div[class*=sleepDiaryEntriesWeekProgress] .MyStrengthSleepHistoricalFieldTitle4{grid-column-start:2;grid-row-start:3}}@media (min-width: 1440px){.root-web-sdk #containerForm div[class*=sleep_diary_accordion] div[class*=sleepDiaryEntriesWeekProgress] .MyStrengthSleepHistoricalFieldTitle4{grid-column-start:4;grid-row-start:1}}.root-web-sdk #containerForm div[class*=sleep_diary_accordion] div[class*=sleepDiaryEntriesWeekProgress] .MyStrengthSleepHistoricalFieldTitle4{padding-top:.75rem}.root-web-sdk #containerForm div[class*=sleep_diary_accordion] div[class*=sleepDiaryEntriesWeekProgress] .ic_tdh_myS_emo_great_gray{background-image:url(https://assets.livongo.com/image/upload/v1713277580/web-sdk/icons/ic_tdh_myS_emo_great_gray.svg);margin-bottom:0}@media (min-width: 375px){.root-web-sdk #containerForm div[class*=sleep_diary_accordion] div[class*=sleepDiaryEntriesWeekProgress] .ic_tdh_myS_emo_great_gray{grid-column-start:2;grid-row-start:4}}@media (min-width: 1440px){.root-web-sdk #containerForm div[class*=sleep_diary_accordion] div[class*=sleepDiaryEntriesWeekProgress] .ic_tdh_myS_emo_great_gray{grid-column-start:4;grid-row-start:2}}.root-web-sdk #containerForm div[class*=sleep_diary_accordion] div[class*=sleepDiaryEntriesWeekProgress] .ic_tdh_myS_emo_good_gray{background-image:url(https://assets.livongo.com/image/upload/v1713277554/web-sdk/icons/ic_tdh_myS_emo_good_gray.svg);margin-bottom:0}@media (min-width: 375px){.root-web-sdk #containerForm div[class*=sleep_diary_accordion] div[class*=sleepDiaryEntriesWeekProgress] .ic_tdh_myS_emo_good_gray{grid-column-start:2;grid-row-start:4}}@media (min-width: 1440px){.root-web-sdk #containerForm div[class*=sleep_diary_accordion] div[class*=sleepDiaryEntriesWeekProgress] .ic_tdh_myS_emo_good_gray{grid-column-start:4;grid-row-start:2}}.root-web-sdk #containerForm div[class*=sleep_diary_accordion] div[class*=sleepDiaryEntriesWeekProgress] .ic_tdh_myS_emo_okay_gray{background-image:url(https://assets.livongo.com/image/upload/v1713277605/web-sdk/icons/ic_tdh_myS_emo_okay_gray.svg);margin-bottom:0}@media (min-width: 375px){.root-web-sdk #containerForm div[class*=sleep_diary_accordion] div[class*=sleepDiaryEntriesWeekProgress] .ic_tdh_myS_emo_okay_gray{grid-column-start:2;grid-row-start:4}}@media (min-width: 1440px){.root-web-sdk #containerForm div[class*=sleep_diary_accordion] div[class*=sleepDiaryEntriesWeekProgress] .ic_tdh_myS_emo_okay_gray{grid-column-start:4;grid-row-start:2}}.root-web-sdk #containerForm div[class*=sleep_diary_accordion] div[class*=sleepDiaryEntriesWeekProgress] .ic_tdh_myS_emo_bad_gray{background-image:url(https://assets.livongo.com/image/upload/v1713277471/web-sdk/icons/ic_tdh_myS_emo_bad_gray.svg);margin-bottom:0}@media (min-width: 375px){.root-web-sdk #containerForm div[class*=sleep_diary_accordion] div[class*=sleepDiaryEntriesWeekProgress] .ic_tdh_myS_emo_bad_gray{grid-column-start:2;grid-row-start:4}}@media (min-width: 1440px){.root-web-sdk #containerForm div[class*=sleep_diary_accordion] div[class*=sleepDiaryEntriesWeekProgress] .ic_tdh_myS_emo_bad_gray{grid-column-start:4;grid-row-start:2}}.root-web-sdk #containerForm div[class*=sleep_diary_accordion] div[class*=sleepDiaryEntriesWeekProgress] .ic_tdh_myS_emo_terrible_gray{background-image:url(https://assets.livongo.com/image/upload/v1713277631/web-sdk/icons/ic_tdh_myS_emo_terrible_gray.svg);margin-bottom:0}@media (min-width: 375px){.root-web-sdk #containerForm div[class*=sleep_diary_accordion] div[class*=sleepDiaryEntriesWeekProgress] .ic_tdh_myS_emo_terrible_gray{grid-column-start:2;grid-row-start:4}}@media (min-width: 1440px){.root-web-sdk #containerForm div[class*=sleep_diary_accordion] div[class*=sleepDiaryEntriesWeekProgress] .ic_tdh_myS_emo_terrible_gray{grid-column-start:4;grid-row-start:2}}.root-web-sdk #containerForm div[class*=sleep_diary_accordion] div[class*=sleepDiaryEntriesWeekProgress] .spaceDivider{display:none}@media (min-width: 375px){.root-web-sdk #containerForm div[class*=sleep_diary_accordion] div[class*=sleepDiaryEntriesWeekProgress] .sleepDiaryEntriesEditButton{grid-column-start:1;grid-row-start:5}}@media (min-width: 1440px){.root-web-sdk #containerForm div[class*=sleep_diary_accordion] div[class*=sleepDiaryEntriesWeekProgress] .sleepDiaryEntriesEditButton{grid-column-start:1;grid-row-start:3}}.root-web-sdk #containerForm div[class*=sleep_diary_accordion] div[class*=sleepDiaryEntriesWeekProgress] .sleepDiaryEntriesEditButton{height:2rem}.root-web-sdk #containerForm div[class*=sleep_diary_accordion] div[class*=sleepDiaryEntriesWeekProgress] .sleepDiaryEntriesEditButton .ic_tdh_sleep_pencil{display:none}.root-web-sdk #containerForm div[class*=sleep_diary_accordion] div[class*=sleepDiaryEntriesWeekProgress] .sleepDiaryEntriesEditButton .editEntry{--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity));font-size:1.125rem;text-align:left;float:left;width:5rem}.root-web-sdk #containerForm .completedSleepEntry{margin-left:1rem;margin-right:1rem}@media (min-width: 375px){.root-web-sdk #containerForm .completedSleepEntry{margin-left:1.5rem;margin-right:1.5rem}}@media (min-width: 768px){.root-web-sdk #containerForm .completedSleepEntry{margin-left:0;margin-right:0}}.root-web-sdk #containerForm .completedSleepEntry .container{max-width:none !important}.root-web-sdk #containerForm .completedSleepEntry .MyStrengthSleepDiaryCompletedEntryButton{float:right}.root-web-sdk #containerForm .completedSleepEntry .MyStrengthSleepDiaryCompletedEntryHeader{--text-opacity:1;color:#696b6b;color:rgba(105, 107, 107, var(--text-opacity));font-weight:700;margin-bottom:.5rem}.root-web-sdk #containerForm .completedSleepEntry .MyStrengthSleepDiaryCompletedEntrySubheader{--text-opacity:1;color:#373939;color:rgba(55, 57, 57, var(--text-opacity));font-weight:400}.root-web-sdk #containerForm .completedSleepEntry .MyStrengthSleepDiaryCompletedEntryTitle{--text-opacity:1;color:#373939;color:rgba(55, 57, 57, var(--text-opacity));font-weight:700;font-size:2.25rem;margin-bottom:0}.root-web-sdk #containerForm .completedSleepEntry .MyStrengthSleepDiaryCompletedEntryInfoGraphContainer{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));margin-bottom:3rem;margin-top:3.5rem;justify-items:stretch;justify-content:space-evenly;grid-template-columns:repeat(auto-fit, minmax(130px, 1fr));grid-template-rows:46px 20px 80px 20px auto}@media (max-width: 475px){.root-web-sdk #containerForm .completedSleepEntry .MyStrengthSleepDiaryCompletedEntryInfoGraphContainer{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));justify-content:space-between;margin-top:2.5rem;grid-template-columns:1fr 140px;grid-template-rows:8px 20px 52px 8px 20px 64px 20px 64px 20px auto}}.root-web-sdk #containerForm .completedSleepEntry .MyStrengthSleepDiaryCompletedEntryInfoGraphContainer hr{display:none}.root-web-sdk #containerForm .completedSleepEntry .MyStrengthSleepDiaryCompletedEntryInfoGraphContainer .MyStrengthSleepDiaryCompletedEntrySleepEfficiency,.root-web-sdk #containerForm .completedSleepEntry .MyStrengthSleepDiaryCompletedEntryInfoGraphContainer .MyStrengthSleepDiaryCompletedEntrySleepQuality,.root-web-sdk #containerForm .completedSleepEntry .MyStrengthSleepDiaryCompletedEntryInfoGraphContainer .MyStrengthSleepDiaryCompletedEntryTimeAsleep,.root-web-sdk #containerForm .completedSleepEntry .MyStrengthSleepDiaryCompletedEntryInfoGraphContainer .MyStrengthSleepDiaryCompletedEntryTimeInBed{margin-bottom:0;--text-opacity:1;color:#373939;color:rgba(55, 57, 57, var(--text-opacity));font-weight:400}.root-web-sdk #containerForm .completedSleepEntry .MyStrengthSleepDiaryCompletedEntryInfoGraphContainer .MyStrengthSleepDiaryCompletedEntryTimeInBed{background-image:linear-gradient(#7c68d8, #7c68d8);background-size:30% 4px,calc(100% - 4px) 100%;background-repeat:no-repeat;background-position:0 0,4px;grid-column-start:1;grid-column-end:auto;grid-row-start:2;grid-row-end:auto;padding-top:.5rem;padding-bottom:.5rem}.root-web-sdk #containerForm .completedSleepEntry .MyStrengthSleepDiaryCompletedEntryInfoGraphContainer .MyStrengthSleepDiaryCompletedEntryTimeAsleep{background-image:linear-gradient(#00498a, #00498a);background-size:30% 4px,calc(100% - 4px) 100%;background-repeat:no-repeat;background-position:0 0,4px;grid-column-start:2;grid-column-end:auto;grid-row-start:2;grid-row-end:auto;padding-top:.5rem;padding-bottom:.5rem}.root-web-sdk #containerForm .completedSleepEntry .MyStrengthSleepDiaryCompletedEntryInfoGraphContainer .MyStrengthSleepDiaryCompletedEntrySleepEfficiency{grid-column-start:1;grid-column-end:auto;grid-row-start:4;grid-row-end:auto}.root-web-sdk #containerForm .completedSleepEntry .MyStrengthSleepDiaryCompletedEntryInfoGraphContainer .MyStrengthSleepDiaryCompletedEntrySleepQuality{grid-column-start:2;grid-column-end:auto;grid-row-start:4;grid-row-end:auto}.root-web-sdk #containerForm .completedSleepEntry .MyStrengthSleepDiaryCompletedEntryInfoGraphContainer .MyStrengthSleepDiaryCompletedEntrySleepEfficiencyValue,.root-web-sdk #containerForm .completedSleepEntry .MyStrengthSleepDiaryCompletedEntryInfoGraphContainer .MyStrengthSleepDiaryCompletedEntryTimeAsleepValue,.root-web-sdk #containerForm .completedSleepEntry .MyStrengthSleepDiaryCompletedEntryInfoGraphContainer .MyStrengthSleepDiaryCompletedEntryTimeInBedValue{font-weight:700;font-size:1.5rem;margin-bottom:0}.root-web-sdk #containerForm .completedSleepEntry .MyStrengthSleepDiaryCompletedEntryInfoGraphContainer .MyStrengthSleepDiaryCompletedEntryTimeInBedValue{grid-column-start:1;grid-column-end:auto;grid-row-start:3;grid-row-end:auto}.root-web-sdk #containerForm .completedSleepEntry .MyStrengthSleepDiaryCompletedEntryInfoGraphContainer .MyStrengthSleepDiaryCompletedEntryTimeInBedValue+hr{--border-opacity:1;border-color:#00498a;border-color:rgba(0, 73, 138, var(--border-opacity));grid-column-start:2;grid-column-end:auto;grid-row-start:1;grid-row-end:auto}.root-web-sdk #containerForm .completedSleepEntry .MyStrengthSleepDiaryCompletedEntryInfoGraphContainer .MyStrengthSleepDiaryCompletedEntryTimeAsleepValue{grid-column-start:2;grid-column-end:auto;grid-row-start:3;grid-row-end:auto}.root-web-sdk #containerForm .completedSleepEntry .MyStrengthSleepDiaryCompletedEntryInfoGraphContainer .MyStrengthSleepDiaryCompletedEntrySleepEfficiencyValue{grid-column-start:1;grid-column-end:auto;grid-row-start:5;grid-row-end:auto}.root-web-sdk #containerForm .completedSleepEntry .MyStrengthSleepDiaryCompletedEntryInfoGraphContainer .icon-web-sdk{grid-column-start:2;grid-column-end:auto;grid-row-start:5;grid-row-end:auto;margin-top:.5rem;margin-right:0;min-width:24px;min-height:24px;background-size:unset}.root-web-sdk #containerForm .completedSleepEntry .MyStrengthSleepDiaryCompletedEntryInfoGraphContainer .ic_tdh_myS_emo_bad_gray{background-image:url(https://assets.livongo.com/image/upload/v1713277471/web-sdk/icons/ic_tdh_myS_emo_bad_gray.svg)}.root-web-sdk #containerForm .completedSleepEntry .MyStrengthSleepDiaryCompletedEntryInfoGraphContainer .ic_tdh_myS_emo_good_gray{background-image:url(https://assets.livongo.com/image/upload/v1713277554/web-sdk/icons/ic_tdh_myS_emo_good_gray.svg)}.root-web-sdk #containerForm .completedSleepEntry .MyStrengthSleepDiaryCompletedEntryInfoGraphContainer .ic_tdh_myS_emo_great_gray{background-image:url(https://assets.livongo.com/image/upload/v1713277580/web-sdk/icons/ic_tdh_myS_emo_great_gray.svg)}.root-web-sdk #containerForm .completedSleepEntry .MyStrengthSleepDiaryCompletedEntryInfoGraphContainer .ic_tdh_myS_emo_okay_gray{background-image:url(https://assets.livongo.com/image/upload/v1713277605/web-sdk/icons/ic_tdh_myS_emo_okay_gray.svg)}.root-web-sdk #containerForm .completedSleepEntry .MyStrengthSleepDiaryCompletedEntryInfoGraphContainer .ic_tdh_myS_emo_terrible_gray{background-image:url(https://assets.livongo.com/image/upload/v1713277631/web-sdk/icons/ic_tdh_myS_emo_terrible_gray.svg)}.root-web-sdk #containerForm .completedSleepEntry .MyStrengthSleepDiaryCompletedEntryInfoGraphContainer .graph-wrapper-web-sdk{grid-column-start:3;grid-column-end:auto;grid-row-start:2;grid-row-end:auto;padding-top:.5rem;padding-bottom:.5rem;grid-row:2/span 10}.root-web-sdk #containerForm .completedSleepEntry .MyStrengthSleepDiaryCompletedEntryInfoGraphContainer .graph-wrapper-web-sdk .bar{width:45%;left:28%}.root-web-sdk #containerForm .completedSleepEntry .MyStrengthSleepDiaryCompletedEntryInfoGraphContainer .graph-wrapper-web-sdk .graph-labels{--text-opacity:1;color:#696b6b;color:rgba(105, 107, 107, var(--text-opacity))}.root-web-sdk #containerForm .completedSleepEntry .MyStrengthSleepDiaryCompletedEntryInfoGraphContainer .graph-wrapper-web-sdk .graph-labels .label{left:-24px;width:35px}@media (max-width: 475px){.root-web-sdk #containerForm .completedSleepEntry .MyStrengthSleepDiaryCompletedEntryInfoGraphContainer hr{margin-top:0}.root-web-sdk #containerForm .completedSleepEntry .MyStrengthSleepDiaryCompletedEntryInfoGraphContainer .MyStrengthSleepDiaryCompletedEntryTimeInBedValue+hr{grid-column-start:1;grid-column-end:auto;grid-row-start:4;grid-row-end:auto}.root-web-sdk #containerForm .completedSleepEntry .MyStrengthSleepDiaryCompletedEntryInfoGraphContainer .MyStrengthSleepDiaryCompletedEntryTimeAsleep{grid-column-start:1;grid-column-end:auto;grid-row-start:5;grid-row-end:auto}.root-web-sdk #containerForm .completedSleepEntry .MyStrengthSleepDiaryCompletedEntryInfoGraphContainer .MyStrengthSleepDiaryCompletedEntryTimeAsleepValue{grid-column-start:1;grid-column-end:auto;grid-row-start:6;grid-row-end:auto}.root-web-sdk #containerForm .completedSleepEntry .MyStrengthSleepDiaryCompletedEntryInfoGraphContainer .MyStrengthSleepDiaryCompletedEntrySleepEfficiency{grid-column-start:1;grid-column-end:auto;grid-row-start:7;grid-row-end:auto}.root-web-sdk #containerForm .completedSleepEntry .MyStrengthSleepDiaryCompletedEntryInfoGraphContainer .MyStrengthSleepDiaryCompletedEntrySleepEfficiencyValue{grid-column-start:1;grid-column-end:auto;grid-row:8}.root-web-sdk #containerForm .completedSleepEntry .MyStrengthSleepDiaryCompletedEntryInfoGraphContainer .MyStrengthSleepDiaryCompletedEntrySleepQuality{grid-column-start:1;grid-column-end:auto;grid-row:9}.root-web-sdk #containerForm .completedSleepEntry .MyStrengthSleepDiaryCompletedEntryInfoGraphContainer .icon-web-sdk{grid-column-start:1;grid-column-end:auto;grid-row:10}.root-web-sdk #containerForm .completedSleepEntry .MyStrengthSleepDiaryCompletedEntryInfoGraphContainer .graph-wrapper-web-sdk{grid-column-start:2;grid-column-end:auto;grid-row-start:1;grid-row-end:auto;grid-row:1/span 10}.root-web-sdk #containerForm .completedSleepEntry .MyStrengthSleepDiaryCompletedEntryInfoGraphContainer button.button-MyStrengthSleepDiaryCompletedEntryButton[name=MyStrengthSleepDiaryCompletedEntryButton]{margin-left:0;margin-right:0}}.root-web-sdk #containerForm .sleep_tracker_home .ic_pulse_close_default{background-image:url(https://assets.livongo.com/image/upload/v1713282068/web-sdk/icons/right-arrow.svg);background-repeat:no-repeat;background-size:contain;width:1rem;height:1rem;display:block;float:left;margin-top:.25rem}.root-web-sdk #containerForm .sleep_tracker_home .SleepScheduleMoreInformationText{font-size:1.125rem;margin-left:.5rem;margin-bottom:.75rem;padding-bottom:.5rem;display:block;float:left;color:#0078bc}.root-web-sdk #containerForm .more_info .SleepScheduleMoreInfoTitle{--text-opacity:1;color:#373939;color:rgba(55, 57, 57, var(--text-opacity));font-weight:700;font-size:2.25rem}.root-web-sdk #containerForm .more_info .SleepScheduleMoreInfoText{font-size:1.125rem;margin-bottom:1.5rem;line-height:1.75rem}@media (min-width: 475px){.root-web-sdk #containerForm .more_info .SleepScheduleMoreInfoText{line-height:1.5rem}}.root-web-sdk #containerForm .sleep_tracker_home .text-web-sdk{margin-bottom:0}.root-web-sdk #containerForm .sleep_tracker_home .existingScheduleTile{display:flex;flex-direction:column;margin-bottom:1.5rem;align-items:center;box-shadow:0 0 10px rgba(0,0,0,0.16);border-radius:.75rem;font-family:Effra,Arial,sans-serif;font-style:normal}@media (min-width: 768px){.root-web-sdk #containerForm .sleep_tracker_home .existingScheduleTile{margin-bottom:32px}}@media (min-width: 475px){.root-web-sdk #containerForm .sleep_tracker_home .existingScheduleTile{max-width:100%}}.root-web-sdk #containerForm .sleep_tracker_home .existingScheduleTile .webTitleContainer{display:flex;@aply items-center;padding:1.5rem;justify-content:space-between;width:-moz-available;width:-webkit-fill-available;max-width:100%;--border-opacity:1;border-color:#e5e8e8;border-bottom:1px;border-color:rgba(229, 232, 232, var(--border-opacity));border-style:solid}@media (min-width: 768px){.root-web-sdk #containerForm .sleep_tracker_home .existingScheduleTile .webTitleContainer{padding-left:2rem}}.root-web-sdk #containerForm .sleep_tracker_home .existingScheduleTile .webTitleContainer .MyStrengthSleepScheduleTitle{--text-opacity:1;color:#373939;color:rgba(55, 57, 57, var(--text-opacity));margin-bottom:0;margin-top:0;font-weight:700;font-size:1.625rem;align-self:flex-end}@media (max-width: 475px){.root-web-sdk #containerForm .sleep_tracker_home .existingScheduleTile .webTitleContainer .MyStrengthSleepScheduleTitle{font-size:1.5rem}}.root-web-sdk #containerForm .sleep_tracker_home .existingScheduleTile .webTitleContainer .MyStrengthSleepScheduleEditIconContainer{width:auto;margin-left:0;margin-right:0}.root-web-sdk #containerForm .sleep_tracker_home .existingScheduleTile .webTitleContainer .ic_tdh_sleep_pencil_dark_blue{background-image:url(https://assets.livongo.com/image/upload/v1713187865/web-sdk/icons/ic_tdh_sleep_pencil_dark_blue.svg);background-size:unset;margin-left:0;margin-right:0;background-repeat:no-repeat;align-self:flex-end;width:2rem;height:2rem}.root-web-sdk #containerForm .sleep_tracker_home .existingScheduleTile .webDataContainer{display:flex;flex-direction:column;align-items:center;justify-content:space-between;width:-moz-available;width:-webkit-fill-available;max-width:100%;--border-opacity:1;border-color:#e5e8e8;border-bottom:1px;border-color:rgba(229, 232, 232, var(--border-opacity));border-style:solid}@media (min-width: 768px){.root-web-sdk #containerForm .sleep_tracker_home .existingScheduleTile .webDataContainer{flex-direction:row-reverse;align-items:baseline}}.root-web-sdk #containerForm .sleep_tracker_home .existingScheduleTile .webDataContainer .webRiseTimeContainer{display:flex;flex-direction:column;justify-content:center;align-items:center;flex:1 1 0px;--border-opacity:1;border-color:#e5e8e8;border-left:1px;border-color:rgba(229, 232, 232, var(--border-opacity));border-style:solid;max-width:none}@media (max-width: 767px){.root-web-sdk #containerForm .sleep_tracker_home .existingScheduleTile .webDataContainer .webRiseTimeContainer{width:-moz-available;width:-webkit-fill-available;margin-left:-.063rem;border-style:solid solid none;--border-opacity:1;border-color:#e5e8e8;border-bottom:1px solid;border-color:rgba(229, 232, 232, var(--border-opacity))}}.root-web-sdk #containerForm .sleep_tracker_home .existingScheduleTile .webDataContainer .webRiseTimeContainer .ic_tdh_myS_sleep_risetime{background-image:url(https://assets.livongo.com/image/upload/v1713277869/web-sdk/icons/ic_tdh_myS_sleep_risetime.svg);background-size:unset;margin-left:0;margin-top:1rem;margin-bottom:.625rem;width:2rem;height:2rem}.root-web-sdk #containerForm .sleep_tracker_home .existingScheduleTile .webDataContainer .webRiseTimeContainer .MyStrengthSleepScheduleText4{margin-bottom:1rem;font-size:1.875rem;font-weight:700}@media (max-width: 475px){.root-web-sdk #containerForm .sleep_tracker_home .existingScheduleTile .webDataContainer .webRiseTimeContainer .MyStrengthSleepScheduleText4{font-size:1.5rem}}.root-web-sdk #containerForm .sleep_tracker_home .existingScheduleTile .webDataContainer .webRiseTimeContainer .MyStrengthSleepScheduleText3{font-size:1.125rem;font-weight:400;line-height:1.75rem;--text-opacity:1;color:#696b6b;color:rgba(105, 107, 107, var(--text-opacity))}.root-web-sdk #containerForm .sleep_tracker_home .existingScheduleTile .webDataContainer .webBedTimeContainer{display:flex;flex-direction:column;justify-content:center;align-items:center;flex:1 1 0px}.root-web-sdk #containerForm .sleep_tracker_home .existingScheduleTile .webDataContainer .webBedTimeContainer .ic_tdh_myS_sleep_bedtime{background-image:url(https://assets.livongo.com/image/upload/v1713277857/web-sdk/icons/ic_tdh_myS_sleep_bedtime.svg);background-size:unset;margin-bottom:.625rem;margin-top:1.125rem;margin-left:0;width:2rem;height:1.75rem}.root-web-sdk #containerForm .sleep_tracker_home .existingScheduleTile .webDataContainer .webBedTimeContainer .MyStrengthSleepScheduleText2{margin-bottom:1rem;font-size:1.875rem;font-weight:700}@media (max-width: 475px){.root-web-sdk #containerForm .sleep_tracker_home .existingScheduleTile .webDataContainer .webBedTimeContainer .MyStrengthSleepScheduleText2{font-size:1.5rem}}.root-web-sdk #containerForm .sleep_tracker_home .existingScheduleTile .webDataContainer .webBedTimeContainer .MyStrengthSleepScheduleText1{font-size:1.125rem;font-weight:400;line-height:1.75rem;--text-opacity:1;color:#696b6b;color:rgba(105, 107, 107, var(--text-opacity))}.root-web-sdk #containerForm .sleep_tracker_home .existingScheduleTile .webInformationContainer{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;max-width:100%;width:-moz-available;width:-webkit-fill-available;flex:1 1 0px}@media (min-width: 768px){.root-web-sdk #containerForm .sleep_tracker_home .existingScheduleTile .webInformationContainer{margin-bottom:0;align-items:center;flex-direction:row}}@media (min-width: 768px){.root-web-sdk #containerForm .sleep_tracker_home .existingScheduleTile .webInformationContainer .MyStrengthWeeklyCheckInButton{margin-bottom:0;margin-top:1.5rem;margin-right:32px}}.root-web-sdk #containerForm .sleep_tracker_home .existingScheduleTile .webInformationContainer .MyStrengthWeeklyCheckInButton{margin-left:1.5rem;margin-bottom:1rem;margin-right:32px}.root-web-sdk #containerForm .sleep_tracker_home .existingScheduleTile .webInformationContainer .webInformationLinkContainer{display:flex;margin-left:1.5rem;align-items:center;align-content:center;margin-top:1.5rem;margin-bottom:1rem;width:-moz-fit-content;width:fit-content}@media (min-width: 768px){.root-web-sdk #containerForm .sleep_tracker_home .existingScheduleTile .webInformationContainer .webInformationLinkContainer{margin-bottom:38px;margin-top:38px;margin-left:32px}}.root-web-sdk #containerForm .sleep_tracker_home .existingScheduleTile .webInformationContainer .webInformationLinkContainer .ic_tdh_myS_more_info_dark_blue{background-image:url(https://assets.livongo.com/image/upload/v1713277731/web-sdk/icons/ic_tdh_myS_more_info_dark_blue.svg);background-size:1rem;background-repeat:no-repeat;margin-left:0;margin-right:.5rem;width:1rem;height:1rem}.root-web-sdk #containerForm .sleep_tracker_home .existingScheduleTile .webInformationContainer .webInformationLinkContainer .text-link-web-sdk.SleepScheduleMoreInformationText{line-height:20px;margin-bottom:0;margin-left:0;padding-bottom:0;width:-moz-fit-content;width:fit-content;--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity))}.root-web-sdk #containerForm .weekly_checkin_schedule,.root-web-sdk #containerForm .weekly_checkin_step_1,.root-web-sdk #containerForm .weekly_checkin_step_2,.root-web-sdk #containerForm .weekly_checkin_step_3,.root-web-sdk #containerForm .weekly_checkin_step_4,.root-web-sdk #containerForm .weekly_checkin_step_5{margin-left:1rem;margin-right:1rem}@media (min-width: 375px){.root-web-sdk #containerForm .weekly_checkin_schedule,.root-web-sdk #containerForm .weekly_checkin_step_1,.root-web-sdk #containerForm .weekly_checkin_step_2,.root-web-sdk #containerForm .weekly_checkin_step_3,.root-web-sdk #containerForm .weekly_checkin_step_4,.root-web-sdk #containerForm .weekly_checkin_step_5{margin-left:1.5rem;margin-right:1.5rem}}@media (min-width: 768px){.root-web-sdk #containerForm .weekly_checkin_schedule,.root-web-sdk #containerForm .weekly_checkin_step_1,.root-web-sdk #containerForm .weekly_checkin_step_2,.root-web-sdk #containerForm .weekly_checkin_step_3,.root-web-sdk #containerForm .weekly_checkin_step_4,.root-web-sdk #containerForm .weekly_checkin_step_5{margin-left:0;margin-right:0}}@media (min-width: 768px){.root-web-sdk #containerForm .weekly_checkin_step_2 .button-left-arrow-web-sdk,.root-web-sdk #containerForm .weekly_checkin_step_3 .button-left-arrow-web-sdk,.root-web-sdk #containerForm .weekly_checkin_step_4 .button-left-arrow-web-sdk,.root-web-sdk #containerForm .weekly_checkin_step_5 .button-left-arrow-web-sdk{position:absolute;top:70px;display:block}}.root-web-sdk #containerForm .weekly_checkin_step_2,.root-web-sdk #containerForm .weekly_checkin_step_3,.root-web-sdk #containerForm .weekly_checkin_step_4,.root-web-sdk #containerForm .weekly_checkin_step_5{max-width:704px}.root-web-sdk #containerForm .weekly_checkin_schedule .button-left-arrow-web-sdk{display:none}.root-web-sdk #containerForm [data-testid=MyStrengthSleepWeeklyStep-label]{margin-bottom:0 !important;font-family:Effra;font-style:normal;font-weight:700;font-size:1.125rem;line-height:1.75rem;--text-opacity:1;color:#696b6b;color:rgba(105, 107, 107, var(--text-opacity))}.root-web-sdk #containerForm [data-testid=MyStrengthSleepWeeklyHeader-label]{font-family:Effra;font-weight:400;font-size:1.125rem;line-height:1.75rem;--text-opacity:1;color:#373939;color:rgba(55, 57, 57, var(--text-opacity));margin-bottom:1.75rem}@media (max-width: 767px){.root-web-sdk #containerForm [data-testid=MyStrengthSleepWeeklyHeader-label]{display:none}}@media (max-width: 475px){.root-web-sdk #containerForm [data-testid=MyStrengthSleepWeeklyHeader-label]{font-size:1.25rem;line-height:1.5rem;padding-bottom:0}}.root-web-sdk #containerForm [name=MyStrengthSleepWeeklyBackLink]{font-family:Effra;font-style:normal;font-weight:500;font-size:1.125rem;line-height:20px;--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity));white-space:nowrap;margin-bottom:1.25rem}@media (max-width: 767px){.root-web-sdk #containerForm [name=MyStrengthSleepWeeklyBackLink]{margin-top:1rem}}.root-web-sdk #containerForm .MyStrengthSleepWeeklyScheduleSubtitle,.root-web-sdk #containerForm .MyStrengthSleepWeeklyStartSubtitle{font-family:Effra;font-style:normal;font-weight:400;font-size:1.125rem;line-height:1.75rem;--text-opacity:1;color:#373939;color:rgba(55, 57, 57, var(--text-opacity));margin-bottom:0;max-width:704px}@media (min-width: 768px){.root-web-sdk #containerForm .MyStrengthSleepWeeklyScheduleSubtitle,.root-web-sdk #containerForm .MyStrengthSleepWeeklyStartSubtitle{display:grid;grid-template-columns:repeat(1, minmax(0, 1fr))}}@media (max-width: 475px){.root-web-sdk #containerForm .MyStrengthSleepWeeklyScheduleSubtitle,.root-web-sdk #containerForm .MyStrengthSleepWeeklyStartSubtitle{line-height:1.5rem}}.root-web-sdk #containerForm .weekly_checkin_step_1 .MyStrengthSleepWeeklyStartTitle{margin-top:.25rem}.root-web-sdk #containerForm .weekly_checkin_step_1 .MyStrengthSleepWeeklyHeader{margin-bottom:1.25rem}.root-web-sdk #containerForm .MyStrengthSleepWeeklyNapsScreenTitle,.root-web-sdk #containerForm .MyStrengthSleepWeeklyScheduleTitle,.root-web-sdk #containerForm .MyStrengthSleepWeeklySleepAmountScreenTitle,.root-web-sdk #containerForm .MyStrengthSleepWeeklySleepyDrowsyScreenTitle,.root-web-sdk #containerForm .MyStrengthSleepWeeklyStartTitle,.root-web-sdk #containerForm .MyStrengthSleepWeeklyTiredFatiguedScreenTitle{font-weight:700;font-size:2.25rem;margin-bottom:1.5rem;max-width:704px}@media (min-width: 768px){.root-web-sdk #containerForm .MyStrengthSleepWeeklyNapsScreenTitle,.root-web-sdk #containerForm .MyStrengthSleepWeeklyScheduleTitle,.root-web-sdk #containerForm .MyStrengthSleepWeeklySleepAmountScreenTitle,.root-web-sdk #containerForm .MyStrengthSleepWeeklySleepyDrowsyScreenTitle,.root-web-sdk #containerForm .MyStrengthSleepWeeklyStartTitle,.root-web-sdk #containerForm .MyStrengthSleepWeeklyTiredFatiguedScreenTitle{margin-top:3.5rem}}@media (max-width: 475px){.root-web-sdk #containerForm .MyStrengthSleepWeeklyNapsScreenTitle,.root-web-sdk #containerForm .MyStrengthSleepWeeklyScheduleTitle,.root-web-sdk #containerForm .MyStrengthSleepWeeklySleepAmountScreenTitle,.root-web-sdk #containerForm .MyStrengthSleepWeeklySleepyDrowsyScreenTitle,.root-web-sdk #containerForm .MyStrengthSleepWeeklyStartTitle,.root-web-sdk #containerForm .MyStrengthSleepWeeklyTiredFatiguedScreenTitle{font-size:2.25rem}}.root-web-sdk #containerForm .MyStrengthSleepWeeklyScheduleTitle,.root-web-sdk #containerForm .MyStrengthSleepWeeklyStartTitle{margin-bottom:.5rem}.root-web-sdk #containerForm div[class*=WeeklyCheckInNapsScreenRadio],.root-web-sdk #containerForm div[class*=WeeklyCheckInSleepAmountScreenRadio],.root-web-sdk #containerForm div[class*=WeeklyCheckInSleepyDrowsyScreenRadio],.root-web-sdk #containerForm div[class*=WeeklyCheckInTiredFatiguedScreenRadio]{height:60px;display:flex;max-width:704px;margin-bottom:0}.root-web-sdk #containerForm div[class*=WeeklyCheckInNapsScreenRadio] .title,.root-web-sdk #containerForm div[class*=WeeklyCheckInSleepAmountScreenRadio] .title,.root-web-sdk #containerForm div[class*=WeeklyCheckInSleepyDrowsyScreenRadio] .title,.root-web-sdk #containerForm div[class*=WeeklyCheckInTiredFatiguedScreenRadio] .title{display:flex;flex:9;align-items:center;font-size:1.125rem;line-height:20px;margin-bottom:.75rem;padding-left:.5rem;padding-top:.25rem}@media (min-width: 576px){.root-web-sdk #containerForm div[class*=WeeklyCheckInNapsScreenRadio] .title,.root-web-sdk #containerForm div[class*=WeeklyCheckInSleepAmountScreenRadio] .title,.root-web-sdk #containerForm div[class*=WeeklyCheckInSleepyDrowsyScreenRadio] .title,.root-web-sdk #containerForm div[class*=WeeklyCheckInTiredFatiguedScreenRadio] .title{margin-left:-1.25rem}}@media (min-width: 768px){.root-web-sdk #containerForm div[class*=WeeklyCheckInNapsScreenRadio] .title,.root-web-sdk #containerForm div[class*=WeeklyCheckInSleepAmountScreenRadio] .title,.root-web-sdk #containerForm div[class*=WeeklyCheckInSleepyDrowsyScreenRadio] .title,.root-web-sdk #containerForm div[class*=WeeklyCheckInTiredFatiguedScreenRadio] .title{margin-left:-2.5rem}}.root-web-sdk #containerForm div[class*=WeeklyCheckInNapsScreenRadio] .radio-group-container,.root-web-sdk #containerForm div[class*=WeeklyCheckInSleepAmountScreenRadio] .radio-group-container,.root-web-sdk #containerForm div[class*=WeeklyCheckInSleepyDrowsyScreenRadio] .radio-group-container,.root-web-sdk #containerForm div[class*=WeeklyCheckInTiredFatiguedScreenRadio] .radio-group-container{display:flex;flex:1;align-items:flex-end;margin-bottom:0;margin-left:1rem}.root-web-sdk #containerForm div.select[class*=WeeklyCheckInNapsScreenRadio],.root-web-sdk #containerForm div.select[class*=WeeklyCheckInSleepAmountScreenRadio],.root-web-sdk #containerForm div.select[class*=WeeklyCheckInSleepyDrowsyScreenRadio],.root-web-sdk #containerForm div.select[class*=WeeklyCheckInTiredFatiguedScreenRadio]{width:100%;height:60px;float:none;display:flex;border-radius:.75rem;margin-bottom:0;margin-top:0}.root-web-sdk #containerForm div.select[class*=WeeklyCheckInNapsScreenRadio] .title,.root-web-sdk #containerForm div.select[class*=WeeklyCheckInSleepAmountScreenRadio] .title,.root-web-sdk #containerForm div.select[class*=WeeklyCheckInSleepyDrowsyScreenRadio] .title,.root-web-sdk #containerForm div.select[class*=WeeklyCheckInTiredFatiguedScreenRadio] .title{display:flex;flex:9;align-items:center;font-size:1.125rem;line-height:20px;margin-bottom:.75rem;padding-left:.5rem;padding-top:.25rem}@media (min-width: 576px){.root-web-sdk #containerForm div.select[class*=WeeklyCheckInNapsScreenRadio] .title,.root-web-sdk #containerForm div.select[class*=WeeklyCheckInSleepAmountScreenRadio] .title,.root-web-sdk #containerForm div.select[class*=WeeklyCheckInSleepyDrowsyScreenRadio] .title,.root-web-sdk #containerForm div.select[class*=WeeklyCheckInTiredFatiguedScreenRadio] .title{margin-left:-1.25rem}}@media (min-width: 768px){.root-web-sdk #containerForm div.select[class*=WeeklyCheckInNapsScreenRadio] .title,.root-web-sdk #containerForm div.select[class*=WeeklyCheckInSleepAmountScreenRadio] .title,.root-web-sdk #containerForm div.select[class*=WeeklyCheckInSleepyDrowsyScreenRadio] .title,.root-web-sdk #containerForm div.select[class*=WeeklyCheckInTiredFatiguedScreenRadio] .title{margin-left:-2.5rem}}.root-web-sdk #containerForm div.select[class*=WeeklyCheckInNapsScreenRadio] .radio-group-container,.root-web-sdk #containerForm div.select[class*=WeeklyCheckInSleepAmountScreenRadio] .radio-group-container,.root-web-sdk #containerForm div.select[class*=WeeklyCheckInSleepyDrowsyScreenRadio] .radio-group-container,.root-web-sdk #containerForm div.select[class*=WeeklyCheckInTiredFatiguedScreenRadio] .radio-group-container{display:flex;flex:1;align-items:flex-end;margin-bottom:0;margin-left:1rem}.root-web-sdk #containerForm div.select[class*=WeeklyCheckInNapsScreenRadio] .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm div.select[class*=WeeklyCheckInSleepAmountScreenRadio] .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm div.select[class*=WeeklyCheckInSleepyDrowsyScreenRadio] .radio-group-container .radio-buttons-container .radio-web-sdk span,.root-web-sdk #containerForm div.select[class*=WeeklyCheckInTiredFatiguedScreenRadio] .radio-group-container .radio-buttons-container .radio-web-sdk span{--border-opacity:1;border-color:#5156f5;border-color:rgba(81, 86, 245, var(--border-opacity))}.root-web-sdk #containerForm div.select[class*=WeeklyCheckInNapsScreenRadio] .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm div.select[class*=WeeklyCheckInSleepAmountScreenRadio] .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm div.select[class*=WeeklyCheckInSleepyDrowsyScreenRadio] .radio-group-container .radio-buttons-container .radio-web-sdk span:after,.root-web-sdk #containerForm div.select[class*=WeeklyCheckInTiredFatiguedScreenRadio] .radio-group-container .radio-buttons-container .radio-web-sdk span:after{--bg-opacity:1;background-color:#5156f5;background-color:rgba(81, 86, 245, var(--bg-opacity))}.root-web-sdk #containerForm .webWeeklyCheckInHeaderContainer{display:flex;max-width:none;justify-content:flex-start;align-items:flex-start;margin-left:0}@media (min-width: 768px){.root-web-sdk #containerForm .webWeeklyCheckInHeaderContainer{justify-content:space-between}}@media (max-width: 767px){.root-web-sdk #containerForm .webWeeklyCheckInHeaderContainer{flex-direction:column}}.root-web-sdk #containerForm button.button-web-sdk.last-of-kind.button-MyStrengthSleepWeeklyScheduleButton[name=MyStrengthSleepWeeklyScheduleButton][type=button],.root-web-sdk #containerForm button.modernizedButton[name=MyStrengthSleepWeeklyStartButton][type=button]{width:100px;height:3rem;margin-bottom:1.5rem;margin-top:1rem !important;border-radius:9999px;--bg-opacity:1;background-color:#422981;background-color:rgba(66, 41, 129, var(--bg-opacity))}.root-web-sdk #containerForm button.button-web-sdk.last-of-kind.button-MyStrengthSleepWeeklyScheduleButton[name=MyStrengthSleepWeeklyScheduleButton][type=button]:hover{--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity));border-width:0}.root-web-sdk #containerForm button.button-web-sdk.last-of-kind.button-MyStrengthSleepWeeklyScheduleButton[name=MyStrengthSleepWeeklyScheduleButton][type=button]{margin-top:3rem;float:right;margin-right:.5rem}@media (min-width: 768px){.root-web-sdk #containerForm button.button-web-sdk.last-of-kind.button-MyStrengthSleepWeeklyScheduleButton[name=MyStrengthSleepWeeklyScheduleButton][type=button]{margin-right:70px}}.root-web-sdk #containerForm .next_button{display:flex;width:104px;height:3rem;float:right;border-radius:9999px;--bg-opacity:1;background-color:#e5e8e8;background-color:rgba(229, 232, 232, var(--bg-opacity));box-shadow:0 4px 10px 0 rgba(0,0,0,0.16);border-width:0;justify-content:center;align-items:center;margin-top:32px}.root-web-sdk #containerForm .next_button .container-content{justify-content:space-evenly}.root-web-sdk #containerForm .next_button .title{--text-opacity:1;color:#696b6b;color:rgba(105, 107, 107, var(--text-opacity));font-weight:700;font-size:1.125rem;line-height:20px;margin:0}.root-web-sdk #containerForm .next_button.select{display:flex;width:104px;height:3rem;float:right;border-radius:9999px;--bg-opacity:1;background-color:#422981;background-color:rgba(66, 41, 129, var(--bg-opacity));justify-content:center;align-items:center;margin-top:32px}.root-web-sdk #containerForm .next_button.select,.root-web-sdk #containerForm .next_button.select:hover{border-width:0;--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity))}.root-web-sdk #containerForm .next_button.select .container-content{justify-content:space-evenly}.root-web-sdk #containerForm .next_button.select .title{--text-opacity:1;color:#5b2f91;color:rgba(91, 47, 145, var(--text-opacity));font-weight:700;font-size:1.125rem;line-height:20px;margin:0}.root-web-sdk #containerForm .MyStrengthSleepWeeklyScheduleTitle{margin-bottom:.5rem;margin-top:.5rem}.root-web-sdk #containerForm .MyStrengthSleepWeeklyScheduleTimeInBedTitle{margin-top:3rem;margin-bottom:0;display:flex;justify-content:center;font-family:Effra;font-style:normal;font-weight:700;font-size:1.125rem;line-height:1.75rem;text-align:center;--text-opacity:1;color:#696b6b;color:rgba(105, 107, 107, var(--text-opacity));max-width:704px}@media (max-width: 475px){.root-web-sdk #containerForm .MyStrengthSleepWeeklyScheduleTimeInBedTitle{margin-top:2.5rem}}.root-web-sdk #containerForm .MyStrengthSleepWeeklyScheduleTimeInBedTime{display:flex;justify-content:center;padding-bottom:1rem;margin-bottom:1rem;border-bottom:1px solid #eff1f1;font-family:Effra;font-style:normal;font-weight:900;font-size:2.813rem;line-height:52px;--text-opacity:1;color:#373939;color:rgba(55, 57, 57, var(--text-opacity));max-width:704px}@media (max-width: 475px){.root-web-sdk #containerForm .MyStrengthSleepWeeklyScheduleTimeInBedTime{font-size:2.25rem;line-height:2.5rem;width:279px;border-bottom:1px solid #eff1f1;margin:auto auto 1rem}}.root-web-sdk #containerForm .webWeeklyDataContainer{align-items:baseline;justify-content:space-between;width:-moz-available;width:-webkit-fill-available;box-shadow:0 0 10px rgba(0,0,0,0.16);border-radius:.75rem;max-width:704px;margin-bottom:1.75rem}@media (min-width: 768px){.root-web-sdk #containerForm .webWeeklyDataContainer{display:flex}}.root-web-sdk #containerForm .webWeeklyDataContainer .webWeeklyBedTimeContainer{display:flex;flex-direction:column;justify-content:center;align-items:center;flex:1 1 0px}.root-web-sdk #containerForm .webWeeklyDataContainer .webWeeklyBedTimeContainer .ic_tdh_myS_sleep_bedtime{background-image:url(https://assets.livongo.com/image/upload/v1713277857/web-sdk/icons/ic_tdh_myS_sleep_bedtime.svg);margin:1rem 0 .625rem;background-repeat:no-repeat;background-size:unset;width:2rem;height:2rem}.root-web-sdk #containerForm .webWeeklyDataContainer .webWeeklyBedTimeContainer .MyStrengthSleepScheduleText1{font-family:Effra;font-style:normal;font-weight:400;font-size:1.125rem;line-height:1.75rem;text-align:center;--text-opacity:1;color:#696b6b;color:rgba(105, 107, 107, var(--text-opacity))}.root-web-sdk #containerForm .webWeeklyDataContainer .webWeeklyBedTimeContainer .MyStrengthSleepScheduleText2{margin-bottom:1.5rem;font-family:Effra;font-style:normal;font-weight:700;font-size:1.875rem;line-height:2.25rem;text-align:center;--text-opacity:1;color:#373939;color:rgba(55, 57, 57, var(--text-opacity))}@media (max-width: 475px){.root-web-sdk #containerForm .webWeeklyDataContainer .webWeeklyBedTimeContainer .MyStrengthSleepScheduleText2{font-size:1.5rem;line-height:1.75rem}}.root-web-sdk #containerForm .webWeeklyDataContainer .webWeeklyRiseTimeContainer{display:flex;flex-direction:column;justify-content:center;align-items:center;flex:1 1 0px;border-left:1px solid #e5e8e8;border-top:1px solid #e5e8e8}@media (min-width: 768px){.root-web-sdk #containerForm .webWeeklyDataContainer .webWeeklyRiseTimeContainer{border-top:none}}@media (max-width: 475px){.root-web-sdk #containerForm .webWeeklyDataContainer .webWeeklyRiseTimeContainer{width:-moz-available;width:-webkit-fill-available;border:none;border-top:1px solid #e5e8e8}}.root-web-sdk #containerForm .webWeeklyDataContainer .webWeeklyRiseTimeContainer .ic_tdh_myS_sleep_risetime{background-image:url(https://assets.livongo.com/image/upload/v1713277869/web-sdk/icons/ic_tdh_myS_sleep_risetime.svg);margin:1rem 0 10px;background-repeat:no-repeat;background-size:unset;width:2rem;height:2rem}.root-web-sdk #containerForm .webWeeklyDataContainer .webWeeklyRiseTimeContainer .MyStrengthSleepScheduleText3{font-family:Effra;font-style:normal;font-weight:400;font-size:1.125rem;line-height:1.75rem;text-align:center;--text-opacity:1;color:#696b6b;color:rgba(105, 107, 107, var(--text-opacity))}.root-web-sdk #containerForm .webWeeklyDataContainer .webWeeklyRiseTimeContainer .MyStrengthSleepScheduleText4{margin-bottom:1.5rem;font-family:Effra;font-style:normal;font-weight:700;font-size:1.875rem;line-height:2.25rem;text-align:center;--text-opacity:1;color:#373939;color:rgba(55, 57, 57, var(--text-opacity))}@media (max-width: 475px){.root-web-sdk #containerForm .webWeeklyDataContainer .webWeeklyRiseTimeContainer .MyStrengthSleepScheduleText4{font-size:1.5rem;line-height:1.75rem}}@media (min-width: 475px){.root-web-sdk #containerForm .programs .mainWrapper .mainContentColumn .mainFields{max-width:475px;margin:0 auto}}.root-web-sdk #containerForm .programs .mainWrapper .mainContentColumn .mainFields .interstitialTitle{display:none}@media (max-width: 475px){.root-web-sdk #containerForm .programs .mainWrapper .mainContentColumn .mainFields .interstitialTitle{display:block;font-size:1.125rem;font-weight:700;text-align:center;line-height:1.5rem;margin-bottom:1rem !important}}.root-web-sdk #containerForm .programs .mainWrapper .mainContentColumn .mainFields .interstitialImageContainerField .ic_tdh_interstitial{background-image:url(https://assets.livongo.com/image/upload/v1713277236/web-sdk/icons/ic_tdh_interstitial_hmwalj.png);background-size:cover;background-repeat:no-repeat;background-position:50%;width:100%;height:220px}.root-web-sdk #containerForm .programs .mainWrapper .mainContentColumn .mainFields .interstitialBestCareText{margin-bottom:32px;margin-top:1.5rem;font-style:normal;font-weight:700;font-size:18px;line-height:24px;--text-opacity:1;color:#373939;color:rgba(55, 57, 57, var(--text-opacity))}.root-web-sdk #containerForm .programs .mainWrapper .mainContentColumn .mainFields .interstitialCheckMarkItem0,.root-web-sdk #containerForm .programs .mainWrapper .mainContentColumn .mainFields .interstitialCheckMarkItem1,.root-web-sdk #containerForm .programs .mainWrapper .mainContentColumn .mainFields .interstitialCheckMarkItem2{display:flex;flex-direction:row-reverse;justify-content:flex-end}.root-web-sdk #containerForm .programs .mainWrapper .mainContentColumn .mainFields .interstitialCheckMarkItem0 .interstitialCheckMarkText0,.root-web-sdk #containerForm .programs .mainWrapper .mainContentColumn .mainFields .interstitialCheckMarkItem0 .interstitialCheckMarkText1,.root-web-sdk #containerForm .programs .mainWrapper .mainContentColumn .mainFields .interstitialCheckMarkItem0 .interstitialCheckMarkText2,.root-web-sdk #containerForm .programs .mainWrapper .mainContentColumn .mainFields .interstitialCheckMarkItem1 .interstitialCheckMarkText0,.root-web-sdk #containerForm .programs .mainWrapper .mainContentColumn .mainFields .interstitialCheckMarkItem1 .interstitialCheckMarkText1,.root-web-sdk #containerForm .programs .mainWrapper .mainContentColumn .mainFields .interstitialCheckMarkItem1 .interstitialCheckMarkText2,.root-web-sdk #containerForm .programs .mainWrapper .mainContentColumn .mainFields .interstitialCheckMarkItem2 .interstitialCheckMarkText0,.root-web-sdk #containerForm .programs .mainWrapper .mainContentColumn .mainFields .interstitialCheckMarkItem2 .interstitialCheckMarkText1,.root-web-sdk #containerForm .programs .mainWrapper .mainContentColumn .mainFields .interstitialCheckMarkItem2 .interstitialCheckMarkText2{margin-bottom:.5rem;font-style:normal;font-weight:400;font-size:18px;line-height:24px;--text-opacity:1;color:#373939;color:rgba(55, 57, 57, var(--text-opacity));margin-left:1.25rem}.root-web-sdk #containerForm .programs .mainWrapper .mainContentColumn .mainFields .interstitialCheckMarkItem0 .ic_tdh_check_default,.root-web-sdk #containerForm .programs .mainWrapper .mainContentColumn .mainFields .interstitialCheckMarkItem1 .ic_tdh_check_default,.root-web-sdk #containerForm .programs .mainWrapper .mainContentColumn .mainFields .interstitialCheckMarkItem2 .ic_tdh_check_default{background-image:url(https://assets.livongo.com/image/upload/v1713277096/web-sdk/icons/ic_tdh_check_default.svg);background-size:cover;background-repeat:no-repeat;background-position:50%;width:16px;height:12px;margin-top:6px;margin-left:.25rem}.root-web-sdk #containerForm .programs .mainWrapper .mainContentColumn .mainFields .button-interstitialContinueJourneyButton,.root-web-sdk #containerForm .programs .mainWrapper .mainContentColumn .mainFields .button-interstitialPersonalizedPlanButton{margin-top:3rem;font-weight:700;font-size:1.125rem}.root-web-sdk #containerForm .programs .mainWrapper .mainContentColumn .mainFields .interstitialRavButtonContainerField{padding:.875rem .875rem 0}.root-web-sdk #containerForm .programs .mainWrapper .mainContentColumn .mainFields .interstitialRavButtonContainerField button[name=interstitialRavButton]{padding:.75rem 1.5rem}.root-web-sdk #containerForm .programs .mainWrapper .mainContentColumn .mainFields .interstitialErrorImageContainerField .ic_tdh_error_img_cloud{background-image:url(https://assets.livongo.com/image/upload/v1713277141/web-sdk/icons/ic_tdh_error_img_cloud.svg);background-size:contain;background-repeat:no-repeat;background-position:50%;width:250px;height:200px;margin-left:auto;margin-right:auto}.root-web-sdk #containerForm .programs .mainWrapper .mainContentColumn .mainFields .interstitialErrorHeading{font-weight:700;font-size:1.875rem;text-align:center;line-height:2.25rem}.root-web-sdk #containerForm .programs .mainWrapper .mainContentColumn .mainFields .interstitialErrorText{font-size:1.125rem;line-height:1.75rem;text-align:center;width:80%;margin-top:1rem;margin-bottom:0 !important;margin-left:auto;margin-right:auto}@media (max-width: 475px){.root-web-sdk #containerForm .programs .mainWrapper .mainContentColumn .mainFields .interstitialErrorText{width:100%}}.root-web-sdk #containerForm .programs .mainWrapper .mainContentColumn .mainFields .interstitialErrorButtonContainer .button-interstitialErrorButton{width:128px;height:48px;border-radius:9999px;margin-left:auto;margin-right:auto;margin-top:1rem !important}@media (min-width: 475px){.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields{max-width:475px;margin:0 auto}}.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard{display:flex;flex-direction:column;box-shadow:0 0 10px rgba(0,0,0,0.16);border-radius:.75rem;padding-top:0;margin-bottom:0;margin-left:0;margin-right:0;overflow:hidden;max-width:704px}@media (min-width: 1440px){.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard{max-width:768px}}.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitPlanTitle,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitRavTitle,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitPlanTitle,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitRavTitle{font-style:normal;font-weight:500;font-size:1.375rem;line-height:1.5rem;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));margin-left:1.5rem;margin-top:32px;margin-bottom:0}@media (min-width: 992px){.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitPlanTitle,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitRavTitle,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitPlanTitle,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitRavTitle{font-size:1.625rem;line-height:2rem}}.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitPlanSubtitle,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitRavSubtitle,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitPlanSubtitle,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitRavSubtitle{font-style:normal;font-size:1.125rem;line-height:1.5rem;--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity));margin-top:.5rem;margin-bottom:1rem;margin-left:1.5rem}.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTilePlan1,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTilePlan2,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTilePlan3,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTilePlan4,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTileRav1,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTileRav2,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTileRav3,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTileRav4,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTilePlan1,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTilePlan2,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTilePlan3,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTilePlan4,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTileRav1,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTileRav2,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTileRav3,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTileRav4{display:flex;margin-left:1.5rem;margin-top:.25rem}.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTilePlan1 .myStrengthSplitPlanCheckIcon1,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTilePlan1 .myStrengthSplitPlanCheckIcon2,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTilePlan1 .myStrengthSplitPlanCheckIcon3,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTilePlan1 .myStrengthSplitPlanCheckIcon4,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTilePlan1 .myStrengthSplitRavCheckIcon1,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTilePlan1 .myStrengthSplitRavCheckIcon2,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTilePlan1 .myStrengthSplitRavCheckIcon3,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTilePlan1 .myStrengthSplitRavCheckIcon4,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTilePlan2 .myStrengthSplitPlanCheckIcon1,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTilePlan2 .myStrengthSplitPlanCheckIcon2,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTilePlan2 .myStrengthSplitPlanCheckIcon3,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTilePlan2 .myStrengthSplitPlanCheckIcon4,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTilePlan2 .myStrengthSplitRavCheckIcon1,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTilePlan2 .myStrengthSplitRavCheckIcon2,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTilePlan2 .myStrengthSplitRavCheckIcon3,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTilePlan2 .myStrengthSplitRavCheckIcon4,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTilePlan3 .myStrengthSplitPlanCheckIcon1,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTilePlan3 .myStrengthSplitPlanCheckIcon2,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTilePlan3 .myStrengthSplitPlanCheckIcon3,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTilePlan3 .myStrengthSplitPlanCheckIcon4,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTilePlan3 .myStrengthSplitRavCheckIcon1,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTilePlan3 .myStrengthSplitRavCheckIcon2,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTilePlan3 .myStrengthSplitRavCheckIcon3,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTilePlan3 .myStrengthSplitRavCheckIcon4,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTilePlan4 .myStrengthSplitPlanCheckIcon1,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTilePlan4 .myStrengthSplitPlanCheckIcon2,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTilePlan4 .myStrengthSplitPlanCheckIcon3,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTilePlan4 .myStrengthSplitPlanCheckIcon4,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTilePlan4 .myStrengthSplitRavCheckIcon1,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTilePlan4 .myStrengthSplitRavCheckIcon2,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTilePlan4 .myStrengthSplitRavCheckIcon3,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTilePlan4 .myStrengthSplitRavCheckIcon4,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTileRav1 .myStrengthSplitPlanCheckIcon1,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTileRav1 .myStrengthSplitPlanCheckIcon2,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTileRav1 .myStrengthSplitPlanCheckIcon3,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTileRav1 .myStrengthSplitPlanCheckIcon4,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTileRav1 .myStrengthSplitRavCheckIcon1,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTileRav1 .myStrengthSplitRavCheckIcon2,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTileRav1 .myStrengthSplitRavCheckIcon3,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTileRav1 .myStrengthSplitRavCheckIcon4,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTileRav2 .myStrengthSplitPlanCheckIcon1,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTileRav2 .myStrengthSplitPlanCheckIcon2,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTileRav2 .myStrengthSplitPlanCheckIcon3,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTileRav2 .myStrengthSplitPlanCheckIcon4,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTileRav2 .myStrengthSplitRavCheckIcon1,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTileRav2 .myStrengthSplitRavCheckIcon2,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTileRav2 .myStrengthSplitRavCheckIcon3,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTileRav2 .myStrengthSplitRavCheckIcon4,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTileRav3 .myStrengthSplitPlanCheckIcon1,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTileRav3 .myStrengthSplitPlanCheckIcon2,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTileRav3 .myStrengthSplitPlanCheckIcon3,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTileRav3 .myStrengthSplitPlanCheckIcon4,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTileRav3 .myStrengthSplitRavCheckIcon1,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTileRav3 .myStrengthSplitRavCheckIcon2,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTileRav3 .myStrengthSplitRavCheckIcon3,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTileRav3 .myStrengthSplitRavCheckIcon4,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTileRav4 .myStrengthSplitPlanCheckIcon1,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTileRav4 .myStrengthSplitPlanCheckIcon2,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTileRav4 .myStrengthSplitPlanCheckIcon3,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTileRav4 .myStrengthSplitPlanCheckIcon4,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTileRav4 .myStrengthSplitRavCheckIcon1,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTileRav4 .myStrengthSplitRavCheckIcon2,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTileRav4 .myStrengthSplitRavCheckIcon3,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTileRav4 .myStrengthSplitRavCheckIcon4,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTilePlan1 .myStrengthSplitPlanCheckIcon1,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTilePlan1 .myStrengthSplitPlanCheckIcon2,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTilePlan1 .myStrengthSplitPlanCheckIcon3,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTilePlan1 .myStrengthSplitPlanCheckIcon4,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTilePlan1 .myStrengthSplitRavCheckIcon1,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTilePlan1 .myStrengthSplitRavCheckIcon2,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTilePlan1 .myStrengthSplitRavCheckIcon3,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTilePlan1 .myStrengthSplitRavCheckIcon4,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTilePlan2 .myStrengthSplitPlanCheckIcon1,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTilePlan2 .myStrengthSplitPlanCheckIcon2,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTilePlan2 .myStrengthSplitPlanCheckIcon3,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTilePlan2 .myStrengthSplitPlanCheckIcon4,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTilePlan2 .myStrengthSplitRavCheckIcon1,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTilePlan2 .myStrengthSplitRavCheckIcon2,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTilePlan2 .myStrengthSplitRavCheckIcon3,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTilePlan2 .myStrengthSplitRavCheckIcon4,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTilePlan3 .myStrengthSplitPlanCheckIcon1,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTilePlan3 .myStrengthSplitPlanCheckIcon2,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTilePlan3 .myStrengthSplitPlanCheckIcon3,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTilePlan3 .myStrengthSplitPlanCheckIcon4,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTilePlan3 .myStrengthSplitRavCheckIcon1,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTilePlan3 .myStrengthSplitRavCheckIcon2,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTilePlan3 .myStrengthSplitRavCheckIcon3,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTilePlan3 .myStrengthSplitRavCheckIcon4,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTilePlan4 .myStrengthSplitPlanCheckIcon1,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTilePlan4 .myStrengthSplitPlanCheckIcon2,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTilePlan4 .myStrengthSplitPlanCheckIcon3,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTilePlan4 .myStrengthSplitPlanCheckIcon4,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTilePlan4 .myStrengthSplitRavCheckIcon1,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTilePlan4 .myStrengthSplitRavCheckIcon2,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTilePlan4 .myStrengthSplitRavCheckIcon3,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTilePlan4 .myStrengthSplitRavCheckIcon4,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTileRav1 .myStrengthSplitPlanCheckIcon1,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTileRav1 .myStrengthSplitPlanCheckIcon2,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTileRav1 .myStrengthSplitPlanCheckIcon3,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTileRav1 .myStrengthSplitPlanCheckIcon4,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTileRav1 .myStrengthSplitRavCheckIcon1,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTileRav1 .myStrengthSplitRavCheckIcon2,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTileRav1 .myStrengthSplitRavCheckIcon3,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTileRav1 .myStrengthSplitRavCheckIcon4,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTileRav2 .myStrengthSplitPlanCheckIcon1,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTileRav2 .myStrengthSplitPlanCheckIcon2,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTileRav2 .myStrengthSplitPlanCheckIcon3,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTileRav2 .myStrengthSplitPlanCheckIcon4,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTileRav2 .myStrengthSplitRavCheckIcon1,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTileRav2 .myStrengthSplitRavCheckIcon2,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTileRav2 .myStrengthSplitRavCheckIcon3,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTileRav2 .myStrengthSplitRavCheckIcon4,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTileRav3 .myStrengthSplitPlanCheckIcon1,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTileRav3 .myStrengthSplitPlanCheckIcon2,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTileRav3 .myStrengthSplitPlanCheckIcon3,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTileRav3 .myStrengthSplitPlanCheckIcon4,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTileRav3 .myStrengthSplitRavCheckIcon1,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTileRav3 .myStrengthSplitRavCheckIcon2,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTileRav3 .myStrengthSplitRavCheckIcon3,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTileRav3 .myStrengthSplitRavCheckIcon4,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTileRav4 .myStrengthSplitPlanCheckIcon1,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTileRav4 .myStrengthSplitPlanCheckIcon2,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTileRav4 .myStrengthSplitPlanCheckIcon3,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTileRav4 .myStrengthSplitPlanCheckIcon4,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTileRav4 .myStrengthSplitRavCheckIcon1,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTileRav4 .myStrengthSplitRavCheckIcon2,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTileRav4 .myStrengthSplitRavCheckIcon3,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTileRav4 .myStrengthSplitRavCheckIcon4{background-position:50%;background-repeat:no-repeat}.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTilePlan1 .myStrengthSplitPlanOption1,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTilePlan1 .myStrengthSplitPlanOption2,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTilePlan1 .myStrengthSplitPlanOption3,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTilePlan1 .myStrengthSplitPlanOption4,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTilePlan1 .myStrengthSplitRavOption1,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTilePlan1 .myStrengthSplitRavOption2,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTilePlan1 .myStrengthSplitRavOption3,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTilePlan1 .myStrengthSplitRavOption4,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTilePlan2 .myStrengthSplitPlanOption1,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTilePlan2 .myStrengthSplitPlanOption2,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTilePlan2 .myStrengthSplitPlanOption3,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTilePlan2 .myStrengthSplitPlanOption4,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTilePlan2 .myStrengthSplitRavOption1,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTilePlan2 .myStrengthSplitRavOption2,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTilePlan2 .myStrengthSplitRavOption3,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTilePlan2 .myStrengthSplitRavOption4,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTilePlan3 .myStrengthSplitPlanOption1,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTilePlan3 .myStrengthSplitPlanOption2,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTilePlan3 .myStrengthSplitPlanOption3,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTilePlan3 .myStrengthSplitPlanOption4,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTilePlan3 .myStrengthSplitRavOption1,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTilePlan3 .myStrengthSplitRavOption2,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTilePlan3 .myStrengthSplitRavOption3,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTilePlan3 .myStrengthSplitRavOption4,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTilePlan4 .myStrengthSplitPlanOption1,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTilePlan4 .myStrengthSplitPlanOption2,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTilePlan4 .myStrengthSplitPlanOption3,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTilePlan4 .myStrengthSplitPlanOption4,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTilePlan4 .myStrengthSplitRavOption1,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTilePlan4 .myStrengthSplitRavOption2,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTilePlan4 .myStrengthSplitRavOption3,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTilePlan4 .myStrengthSplitRavOption4,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTileRav1 .myStrengthSplitPlanOption1,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTileRav1 .myStrengthSplitPlanOption2,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTileRav1 .myStrengthSplitPlanOption3,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTileRav1 .myStrengthSplitPlanOption4,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTileRav1 .myStrengthSplitRavOption1,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTileRav1 .myStrengthSplitRavOption2,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTileRav1 .myStrengthSplitRavOption3,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTileRav1 .myStrengthSplitRavOption4,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTileRav2 .myStrengthSplitPlanOption1,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTileRav2 .myStrengthSplitPlanOption2,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTileRav2 .myStrengthSplitPlanOption3,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTileRav2 .myStrengthSplitPlanOption4,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTileRav2 .myStrengthSplitRavOption1,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTileRav2 .myStrengthSplitRavOption2,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTileRav2 .myStrengthSplitRavOption3,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTileRav2 .myStrengthSplitRavOption4,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTileRav3 .myStrengthSplitPlanOption1,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTileRav3 .myStrengthSplitPlanOption2,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTileRav3 .myStrengthSplitPlanOption3,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTileRav3 .myStrengthSplitPlanOption4,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTileRav3 .myStrengthSplitRavOption1,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTileRav3 .myStrengthSplitRavOption2,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTileRav3 .myStrengthSplitRavOption3,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTileRav3 .myStrengthSplitRavOption4,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTileRav4 .myStrengthSplitPlanOption1,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTileRav4 .myStrengthSplitPlanOption2,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTileRav4 .myStrengthSplitPlanOption3,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTileRav4 .myStrengthSplitPlanOption4,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTileRav4 .myStrengthSplitRavOption1,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTileRav4 .myStrengthSplitRavOption2,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTileRav4 .myStrengthSplitRavOption3,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard .myStrengthSplitTileRav4 .myStrengthSplitRavOption4,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTilePlan1 .myStrengthSplitPlanOption1,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTilePlan1 .myStrengthSplitPlanOption2,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTilePlan1 .myStrengthSplitPlanOption3,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTilePlan1 .myStrengthSplitPlanOption4,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTilePlan1 .myStrengthSplitRavOption1,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTilePlan1 .myStrengthSplitRavOption2,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTilePlan1 .myStrengthSplitRavOption3,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTilePlan1 .myStrengthSplitRavOption4,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTilePlan2 .myStrengthSplitPlanOption1,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTilePlan2 .myStrengthSplitPlanOption2,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTilePlan2 .myStrengthSplitPlanOption3,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTilePlan2 .myStrengthSplitPlanOption4,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTilePlan2 .myStrengthSplitRavOption1,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTilePlan2 .myStrengthSplitRavOption2,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTilePlan2 .myStrengthSplitRavOption3,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTilePlan2 .myStrengthSplitRavOption4,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTilePlan3 .myStrengthSplitPlanOption1,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTilePlan3 .myStrengthSplitPlanOption2,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTilePlan3 .myStrengthSplitPlanOption3,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTilePlan3 .myStrengthSplitPlanOption4,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTilePlan3 .myStrengthSplitRavOption1,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTilePlan3 .myStrengthSplitRavOption2,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTilePlan3 .myStrengthSplitRavOption3,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTilePlan3 .myStrengthSplitRavOption4,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTilePlan4 .myStrengthSplitPlanOption1,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTilePlan4 .myStrengthSplitPlanOption2,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTilePlan4 .myStrengthSplitPlanOption3,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTilePlan4 .myStrengthSplitPlanOption4,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTilePlan4 .myStrengthSplitRavOption1,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTilePlan4 .myStrengthSplitRavOption2,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTilePlan4 .myStrengthSplitRavOption3,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTilePlan4 .myStrengthSplitRavOption4,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTileRav1 .myStrengthSplitPlanOption1,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTileRav1 .myStrengthSplitPlanOption2,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTileRav1 .myStrengthSplitPlanOption3,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTileRav1 .myStrengthSplitPlanOption4,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTileRav1 .myStrengthSplitRavOption1,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTileRav1 .myStrengthSplitRavOption2,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTileRav1 .myStrengthSplitRavOption3,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTileRav1 .myStrengthSplitRavOption4,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTileRav2 .myStrengthSplitPlanOption1,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTileRav2 .myStrengthSplitPlanOption2,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTileRav2 .myStrengthSplitPlanOption3,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTileRav2 .myStrengthSplitPlanOption4,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTileRav2 .myStrengthSplitRavOption1,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTileRav2 .myStrengthSplitRavOption2,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTileRav2 .myStrengthSplitRavOption3,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTileRav2 .myStrengthSplitRavOption4,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTileRav3 .myStrengthSplitPlanOption1,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTileRav3 .myStrengthSplitPlanOption2,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTileRav3 .myStrengthSplitPlanOption3,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTileRav3 .myStrengthSplitPlanOption4,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTileRav3 .myStrengthSplitRavOption1,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTileRav3 .myStrengthSplitRavOption2,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTileRav3 .myStrengthSplitRavOption3,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTileRav3 .myStrengthSplitRavOption4,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTileRav4 .myStrengthSplitPlanOption1,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTileRav4 .myStrengthSplitPlanOption2,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTileRav4 .myStrengthSplitPlanOption3,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTileRav4 .myStrengthSplitPlanOption4,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTileRav4 .myStrengthSplitRavOption1,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTileRav4 .myStrengthSplitRavOption2,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTileRav4 .myStrengthSplitRavOption3,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard .myStrengthSplitTileRav4 .myStrengthSplitRavOption4{margin-bottom:0;margin-top:0;font-style:normal;font-size:1.125rem;font-weight:400;line-height:1.5rem;--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity))}.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard button.button-web-sdk.last-of-kind.button-myStrengthSplitRavButton[name=myStrengthSplitRavButton][type=button],.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard button.button-web-sdk.last-of-kind.button-myStrengthSplitRavButton[name=myStrengthSplitRavButton][type=button]{width:200px;height:3rem;margin-top:1rem;margin-left:1.5rem;margin-bottom:1.5rem;border-radius:9999px}.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard button.button-web-sdk.last-of-kind.button-myStrengthSplitRavButton[name=myStrengthSplitRavButton][type=button]:hover,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard button.button-web-sdk.last-of-kind.button-myStrengthSplitRavButton[name=myStrengthSplitRavButton][type=button]:hover{--text-opacity:1;color:#3e267f;color:rgba(62, 38, 127, var(--text-opacity));border-width:0}.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard button.button-web-sdk.last-of-kind.button-myStrengthSplitPlanButton[name=myStrengthSplitPlanButton][type=button],.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard button.button-web-sdk.last-of-kind.button-myStrengthSplitPlanButton[name=myStrengthSplitPlanButton][type=button]{width:240px;height:3rem;margin-top:1rem;margin-left:1.5rem;margin-bottom:1.5rem;border-radius:9999px}.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialPlanCard button.button-web-sdk.last-of-kind.button-myStrengthSplitPlanButton[name=myStrengthSplitPlanButton][type=button]:hover,.root-web-sdk #containerForm .programs_split .mainWrapper .mainContentColumn .mainFields .myStrengthInterstitialRavCard button.button-web-sdk.last-of-kind.button-myStrengthSplitPlanButton[name=myStrengthSplitPlanButton][type=button]:hover{--text-opacity:1;color:#3e267f;color:rgba(62, 38, 127, var(--text-opacity));border-width:0}@media (min-width: 320px){.root-web-sdk #containerForm .connect{margin-left:1rem;margin-right:1rem}}@media (min-width: 375px){.root-web-sdk #containerForm .connect{margin-left:1.5rem;margin-right:1.5rem}}@media (min-width: 768px){.root-web-sdk #containerForm .connect{margin-left:0;margin-right:0;max-width:48rem}}.root-web-sdk #containerForm .connect .alertNotification{display:none}.root-web-sdk #containerForm .connect .ConnectTeletherapyContainer{margin-left:0;margin-right:0;max-width:none}@media (min-width: 375px){.root-web-sdk #containerForm .connect .ConnectTeletherapyContainer{max-width:none}}@media (min-width: 576px){.root-web-sdk #containerForm .connect .ConnectTeletherapyContainer{max-width:none}}.root-web-sdk #containerForm .connect .ConnectTextCoachingContainer{display:flex;flex-direction:column;grid-gap:2rem;gap:2rem;margin-bottom:.5rem}.root-web-sdk #containerForm .connect .ConnectTextCoachingContainer .MyStrengthInfoCard{width:100%;padding:1.5rem}.root-web-sdk #containerForm .connect .ConnectTextCoachingContainer .MyStrengthInfoCard>.container-content{width:100%;display:flex;justify-content:space-between;align-items:center;grid-gap:1rem;gap:1rem}.root-web-sdk #containerForm .connect .ConnectTextCoachingContainer .MyStrengthInfoCard .text-web-sdk.title{font-weight:500;font-size:1.125rem;line-height:1.5rem}@media (min-width: 768px){.root-web-sdk #containerForm .connect .ConnectTextCoachingContainer .MyStrengthInfoCard .text-web-sdk.title{line-height:1.75rem}}.root-web-sdk #containerForm .connect .ConnectTextCoachingContainer .MyStrengthInfoCard .icon-web-sdk{margin:0;height:1.5rem;width:1.5rem;background-repeat:no-repeat;background-size:1.5rem 1.5rem;background-position:50%}.root-web-sdk #containerForm .connect .ConnectTextCoachingContainer .MyStrengthInfoCard .icon-web-sdk.ic_tdh_nav_bar_account{background-image:url(https://assets.livongo.com/image/upload/v1713277906/web-sdk/icons/ic_tdh_nav_bar_account.svg)}.root-web-sdk #containerForm .connect .ConnectTextCoachingContainer .introduction_wrapper{margin-bottom:1.5rem}.root-web-sdk #containerForm .connect .ConnectTextCoachingContainer .introduction_wrapper .MyStrengthCard{--bg-opacity:1;background-color:#f7f9f9;background-color:rgba(247, 249, 249, var(--bg-opacity));box-shadow:none;padding-top:1.5rem;padding-bottom:1.5rem;padding-left:6rem}.root-web-sdk #containerForm .connect .ConnectTextCoachingContainer .introduction_wrapper .MyStrengthCard .title{--text-opacity:1;color:#351f65;color:rgba(53, 31, 101, var(--text-opacity));font-weight:700;font-size:1.5rem;margin-bottom:.75rem}.root-web-sdk #containerForm .connect .ConnectTextCoachingContainer .introduction_wrapper .MyStrengthCard .description{--text-opacity:1;color:#351f65;color:rgba(53, 31, 101, var(--text-opacity));font-weight:400;font-size:1.125rem;padding-bottom:.5rem}.root-web-sdk #containerForm .connect .ConnectTextCoachingContainer .introduction_wrapper .MyStrengthCard .image-wrapper-web-sdk{top:0;left:0;height:100% !important;margin:0;padding:0;position:absolute}.root-web-sdk #containerForm .connect .ConnectTextCoachingContainer .introduction_wrapper .MyStrengthCard .image-wrapper-web-sdk .image-container-web-sdk{height:100%}.root-web-sdk #containerForm .connect .ConnectTextCoachingContainer .introduction_wrapper .MyStrengthCard .image-wrapper-web-sdk .image-container-web-sdk .image-web-sdk{width:5rem !important;height:100% !important}.root-web-sdk #containerForm .connect .ConnectTextCoachingContainer .introduction_wrapper .MyStrengthCard .ModernizedButton-button-wrapper-web-sdk{padding:0 !important}.root-web-sdk #containerForm .connect{padding:0;font-family:Effra,Arial,sans-serif}.root-web-sdk #containerForm .connect .MainHeading{font-weight:700;font-size:2.25rem}@media (min-width: 768px){.root-web-sdk #containerForm .connect .MainHeading{margin-bottom:1.5rem}}@media (min-width: 1440px){.root-web-sdk #containerForm .connect .MainHeading{font-style:normal;font-weight:700;font-size:2.813rem;line-height:3rem}}.root-web-sdk #containerForm .connect .SwitchTabsField{display:grid;grid-template-columns:repeat(4, minmax(0, 1fr));grid-template-rows:repeat(1, minmax(0, 1fr));grid-template-rows:auto auto auto auto}.root-web-sdk #containerForm .connect .SwitchTabsField .CoachingTab{margin-bottom:0;margin-top:1.5rem;margin-right:1rem;grid-column-start:1;grid-column-end:2;grid-row-start:1;grid-row-end:1;float:left;font-weight:500;padding:.25rem;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity))}.root-web-sdk #containerForm .connect .SwitchTabsField .CoachingTab:focus{background-color:transparent;box-shadow:none}.root-web-sdk #containerForm .connect .SwitchTabsField .TeletherapyTab{margin-bottom:0;margin-top:1.5rem;grid-column-start:2;grid-column-end:3;grid-row-start:1;grid-row-end:1;float:left;font-weight:200;padding:.25rem;--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity))}.root-web-sdk #containerForm .connect .SwitchTabsField .TeletherapyTab:focus{background-color:transparent;box-shadow:none}.root-web-sdk #containerForm .connect .myStrengthTeletherapyTitle{font-weight:700;line-height:2.25rem;font-size:1.5rem;margin:1.125rem 0 1rem}@media (min-width: 375px){.root-web-sdk #containerForm .connect .myStrengthTeletherapyTitle{font-size:1.5rem}}@media (min-width: 768px){.root-web-sdk #containerForm .connect .myStrengthTeletherapyTitle{font-size:1.875rem;line-height:2.25rem;margin-bottom:32px}}.root-web-sdk #containerForm .connect .myStrengthConnectAdolescentTeletherapyCard,.root-web-sdk #containerForm .connect .myStrengthConnectTeletherapyCard{position:relative;display:flex;display:grid;grid-template-columns:repeat(8, minmax(0, 1fr));grid-template-rows:repeat(3, minmax(0, 1fr));grid-template-rows:auto;box-shadow:0 0 10px rgba(0,0,0,0.16);border-radius:.75rem;padding-top:0;margin-bottom:1rem;margin-left:0;margin-right:0;overflow:hidden}@media (min-width: 768px){.root-web-sdk #containerForm .connect .myStrengthConnectAdolescentTeletherapyCard,.root-web-sdk #containerForm .connect .myStrengthConnectTeletherapyCard{margin-bottom:1.5rem}}.root-web-sdk #containerForm .connect .myStrengthConnectAdolescentTeletherapyCard .corner_image,.root-web-sdk #containerForm .connect .myStrengthConnectTeletherapyCard .corner_image{background-image:url(https://assets.livongo.com/image/upload/v1713277719/web-sdk/icons/ic_tdh_mys_head.svg);position:absolute;top:0;right:-.5rem;grid-column-start:8;grid-column-end:8;grid-row-start:1;grid-row-end:1;width:4.5rem;height:4.5rem;background-repeat:no-repeat;background-size:cover;align-self:flex-end;margin-left:0;margin-right:0}@media (min-width: 992px){.root-web-sdk #containerForm .connect .myStrengthConnectAdolescentTeletherapyCard .corner_image,.root-web-sdk #containerForm .connect .myStrengthConnectTeletherapyCard .corner_image{width:6rem;height:6rem}}.root-web-sdk #containerForm .connect .myStrengthConnectAdolescentTeletherapyCard .eyebrow,.root-web-sdk #containerForm .connect .myStrengthConnectTeletherapyCard .eyebrow{grid-column-start:1;grid-column-end:7;grid-row-start:1;grid-row-end:1;font-style:normal;font-weight:700;font-size:1.125rem;line-height:1.5rem;--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity));margin-left:1.5rem;margin-bottom:0;padding-top:1rem}.root-web-sdk #containerForm .connect .myStrengthConnectAdolescentTeletherapyCard .title,.root-web-sdk #containerForm .connect .myStrengthConnectTeletherapyCard .title{grid-column-start:1;grid-column-end:7;grid-row-start:1;grid-row-end:1;font-style:normal;font-weight:500;font-size:1.375rem;line-height:1.5rem;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));margin-left:1.5rem;margin-top:.5rem;margin-bottom:.25rem;padding-top:3rem}@media (min-width: 992px){.root-web-sdk #containerForm .connect .myStrengthConnectAdolescentTeletherapyCard .title,.root-web-sdk #containerForm .connect .myStrengthConnectTeletherapyCard .title{font-size:1.625rem;line-height:2rem}}.root-web-sdk #containerForm .connect .myStrengthConnectAdolescentTeletherapyCard .description,.root-web-sdk #containerForm .connect .myStrengthConnectTeletherapyCard .description{grid-column-start:1;grid-column-end:8;font-size:1.125rem;line-height:1.5rem;margin-top:.5rem;margin-bottom:.25rem;margin-left:1.5rem}.root-web-sdk #containerForm .connect .myStrengthConnectAdolescentTeletherapyCard .adolescent_text,.root-web-sdk #containerForm .connect .myStrengthConnectTeletherapyCard .adolescent_text{grid-column-start:1;grid-column-end:8;grid-row-start:2;grid-row-end:2;padding-top:.25rem;margin-left:1.5rem;margin-bottom:0}.root-web-sdk #containerForm .connect .myStrengthConnectAdolescentTeletherapyCard .ModernizedButton-button-wrapper-web-sdk,.root-web-sdk #containerForm .connect .myStrengthConnectTeletherapyCard .ModernizedButton-button-wrapper-web-sdk{grid-column-start:1;grid-column-end:6;grid-row-start:4;grid-row-end:4;padding-right:1rem !important;padding-bottom:1.5rem !important}@media (min-width: 768px){.root-web-sdk #containerForm .connect .myStrengthConnectAdolescentTeletherapyCard .ModernizedButton-button-wrapper-web-sdk,.root-web-sdk #containerForm .connect .myStrengthConnectTeletherapyCard .ModernizedButton-button-wrapper-web-sdk{padding-left:.5rem;padding-bottom:2rem}}.root-web-sdk #containerForm .connect .myStrengthConnectAdolescentTeletherapyCard .ModernizedButton-button-wrapper-web-sdk .teletherapyCtaButton,.root-web-sdk #containerForm .connect .myStrengthConnectTeletherapyCard .ModernizedButton-button-wrapper-web-sdk .teletherapyCtaButton{box-sizing:border-box;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:1rem .438rem;grid-gap:.5rem;gap:.5rem;width:11.25rem;height:3rem;margin-top:1rem;margin-left:1.5rem;--bg-opacity:1;background-color:#422981;background-color:rgba(66, 41, 129, var(--bg-opacity));--border-opacity:1;border:2px solid #422981;border-color:rgba(66, 41, 129, var(--border-opacity));border-radius:9999px}.root-web-sdk #containerForm .connect .myStrengthConnectAdolescentTeletherapyCard .myStrengthPhoneVideoContainer,.root-web-sdk #containerForm .connect .myStrengthConnectTeletherapyCard .myStrengthPhoneVideoContainer{display:flex;align-items:center;grid-column-start:1;grid-column-end:8;grid-row-start:3;grid-row-end:3;margin-left:1.5rem;margin-top:.5rem}.root-web-sdk #containerForm .connect .myStrengthConnectAdolescentTeletherapyCard .myStrengthPhoneVideoContainer .ic_pulse_video_default,.root-web-sdk #containerForm .connect .myStrengthConnectTeletherapyCard .myStrengthPhoneVideoContainer .ic_pulse_video_default{background-image:url(https://assets.livongo.com/image/upload/v1713283733/web-sdk/icons/video-camera.svg);background-position:50%;background-repeat:no-repeat}.root-web-sdk #containerForm .connect .myStrengthConnectAdolescentTeletherapyCard .myStrengthPhoneVideoContainer .labelOptionsTitleVideo,.root-web-sdk #containerForm .connect .myStrengthConnectTeletherapyCard .myStrengthPhoneVideoContainer .labelOptionsTitleVideo{margin-bottom:0;font-style:normal;font-weight:700;font-size:1.125rem;line-height:1.5rem;--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity))}.root-web-sdk #containerForm .connect .myStrengthConnectAdolescentTeletherapyCard .myStrengthPhoneVideoContainer .ic_pulse_phone_default,.root-web-sdk #containerForm .connect .myStrengthConnectTeletherapyCard .myStrengthPhoneVideoContainer .ic_pulse_phone_default{background-image:url(https://assets.livongo.com/image/upload/v1713278965/web-sdk/icons/phone_tm9ea1.svg);background-position:50%;background-repeat:no-repeat;margin-left:1.5rem}.root-web-sdk #containerForm .connect .myStrengthConnectAdolescentTeletherapyCard .myStrengthPhoneVideoContainer .labelOptionsTitlePhone,.root-web-sdk #containerForm .connect .myStrengthConnectTeletherapyCard .myStrengthPhoneVideoContainer .labelOptionsTitlePhone{margin-bottom:0;font-style:normal;font-weight:700;font-size:1.125rem;line-height:1.5rem;--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity))}.root-web-sdk #containerForm .connect .ConnectCrisisText .ConnectCrisisText{--bg-opacity:1;background-color:#f7f9f9;background-color:rgba(247, 249, 249, var(--bg-opacity));padding:1rem;margin-top:16px;border-radius:.75rem}.root-web-sdk #containerForm .connect .ConnectCrisisText .ConnectCrisisText .text-web-sdk,.root-web-sdk #containerForm .connect .ConnectCrisisText .ConnectCrisisText a{font-size:1.125rem}.root-web-sdk #containerForm .connect .ConnectCrisisText .ConnectCrisisText a{--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity))}.root-web-sdk #containerForm .connect .TeletherapyTextCoachingCardBuilder,.root-web-sdk #containerForm .connect .TextCoachingCardBuilder{padding:1.5rem}.root-web-sdk #containerForm .connect .TeletherapyTextCoachingCardBuilder .corner_header_image,.root-web-sdk #containerForm .connect .TextCoachingCardBuilder .corner_header_image{position:absolute;width:6rem;height:6rem;top:-.875rem;right:-.875rem;background-repeat:no-repeat;background-size:cover;margin-left:0;margin-right:0;border-radius:9999px}@media (min-width: 768px){.root-web-sdk #containerForm .connect .TeletherapyTextCoachingCardBuilder .corner_header_image,.root-web-sdk #containerForm .connect .TextCoachingCardBuilder .corner_header_image{min-height:10.25rem;min-width:10.25rem;top:-1.5rem;right:-1.75rem}}@media (min-width: 992px){.root-web-sdk #containerForm .connect .TeletherapyTextCoachingCardBuilder .corner_header_image,.root-web-sdk #containerForm .connect .TextCoachingCardBuilder .corner_header_image{width:6rem;height:6rem}}.root-web-sdk #containerForm .connect .TeletherapyTextCoachingCardBuilder .text-web-sdk.title,.root-web-sdk #containerForm .connect .TextCoachingCardBuilder .text-web-sdk.title{font-size:1.5rem;line-height:1.75rem;--text-opacity:1;color:#1e1e1e;color:rgba(30, 30, 30, var(--text-opacity));font-weight:700;padding-right:3.5rem}@media (min-width: 768px){.root-web-sdk #containerForm .connect .TeletherapyTextCoachingCardBuilder .text-web-sdk.title,.root-web-sdk #containerForm .connect .TextCoachingCardBuilder .text-web-sdk.title{padding-right:0}}.root-web-sdk #containerForm .connect .TeletherapyTextCoachingCardBuilder .text-web-sdk.body,.root-web-sdk #containerForm .connect .TextCoachingCardBuilder .text-web-sdk.body{--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));font-size:1.125rem;font-weight:400;line-height:1.5rem;margin-top:.5rem;margin-bottom:1rem;padding-right:2rem}@media (min-width: 576px){.root-web-sdk #containerForm .connect .TeletherapyTextCoachingCardBuilder .text-web-sdk.body,.root-web-sdk #containerForm .connect .TextCoachingCardBuilder .text-web-sdk.body{padding-right:7rem}}.root-web-sdk #containerForm .connect .TeletherapyTextCoachingCardBuilder .container-web-sdk.action_button,.root-web-sdk #containerForm .connect .TextCoachingCardBuilder .container-web-sdk.action_button{display:flex;flex-direction:column;grid-gap:1rem;gap:1rem;margin-top:1rem}@media (min-width: 576px){.root-web-sdk #containerForm .connect .TeletherapyTextCoachingCardBuilder .container-web-sdk.action_button,.root-web-sdk #containerForm .connect .TextCoachingCardBuilder .container-web-sdk.action_button{flex-direction:row}}.root-web-sdk #containerForm .connect .TextCoachingCardBuilder .text-web-sdk.annotation{--text-opacity:1;color:#6f6f6f;color:rgba(111, 111, 111, var(--text-opacity));font-size:1.125rem;font-weight:700;padding-right:4rem}@media (min-width: 768px){.root-web-sdk #containerForm .connect .TextCoachingCardBuilder .text-web-sdk.annotation{padding-right:7rem}}.root-web-sdk #containerForm .connect .TextCoachingCardBuilder .text-web-sdk.title{margin-top:.5rem}.root-web-sdk #containerForm .connect .TextCoachingCardBuilder .primary_button{width:100%;margin-top:1rem}@media (min-width: 768px){.root-web-sdk #containerForm .connect .TextCoachingCardBuilder .primary_button{width:-moz-fit-content;width:fit-content}}.root-web-sdk #containerForm .learn_more .ic_tdh_myS_get_started{background-image:url(https://assets.livongo.com/image/upload/v1713277670/web-sdk/icons/ic_tdh_myS_get_started_iwu741.png);background-position:50%;background-size:contain;background-repeat:no-repeat;margin-left:auto;margin-right:auto;width:327px;height:246px}@media (min-width: 768px){.root-web-sdk #containerForm .learn_more .ic_tdh_myS_get_started{width:496px;height:371px}}.root-web-sdk #containerForm .learn_more .list-wrapper-web-sdk{margin-left:auto;margin-right:auto;width:-moz-fit-content;width:fit-content}.root-web-sdk #containerForm .learn_more .list-wrapper-web-sdk .list-web-sdk{margin-bottom:.5rem}.root-web-sdk #containerForm .learn_more .list-wrapper-web-sdk li{font-size:1.125rem;max-width:287px}@media (min-width: 768px){.root-web-sdk #containerForm .learn_more .list-wrapper-web-sdk li{margin-left:32px;max-width:496px}}.root-web-sdk #containerForm .learn_more .myStrengthAdolescenceLearnMoreBaseParagraph{margin:1.5rem auto .5rem;max-width:327px;max-height:72px;font-family:Effra,Arial,sans-serif;font-style:normal;font-weight:400;font-size:1.125rem;line-height:1.5rem;--text-opacity:1;color:#373939;color:rgba(55, 57, 57, var(--text-opacity))}@media (min-width: 768px){.root-web-sdk #containerForm .learn_more .myStrengthAdolescenceLearnMoreBaseParagraph{max-width:496px;max-height:56px}}.root-web-sdk #containerForm .learn_more .modernized-accordion-trigger-web-sdk{max-width:48rem;padding-left:0;padding-right:0}.root-web-sdk #containerForm .learn_more .modernized-accordion-trigger-web-sdk .accordion-title-web-sdk{max-width:267px;margin-left:1rem;font-family:Effra,Arial,sans-serif;font-style:normal;font-weight:400;font-size:1.125rem;line-height:1.5rem;text-align:left;--text-opacity:1;color:#373939;color:rgba(55, 57, 57, var(--text-opacity))}@media (min-width: 375px){.root-web-sdk #containerForm .learn_more .modernized-accordion-trigger-web-sdk .accordion-title-web-sdk{margin-left:1.5rem}}@media (min-width: 768px){.root-web-sdk #containerForm .learn_more .modernized-accordion-trigger-web-sdk .accordion-title-web-sdk{margin-left:32px;max-width:644px}}.root-web-sdk #containerForm .learn_more .modernized-accordion-trigger-web-sdk .trigger-icon-web-sdk{margin-right:1.5rem}@media (min-width: 768px){.root-web-sdk #containerForm .learn_more .modernized-accordion-trigger-web-sdk .trigger-icon-web-sdk{margin-right:32px}}.root-web-sdk #containerForm .learn_more .modernized-accordion-trigger-web-sdk.expanded .accordion-title-web-sdk{max-width:267px;font-family:Effra,Arial,sans-serif;font-style:normal;font-weight:700;font-size:1.125rem;line-height:20px;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));text-align:left}@media (min-width: 768px){.root-web-sdk #containerForm .learn_more .modernized-accordion-trigger-web-sdk.expanded .accordion-title-web-sdk{max-width:644px}}.root-web-sdk #containerForm .learn_more div[id*=accorgion-area-myStrengthAdolescenceLearnMoreAccordion]{padding-left:0;padding-right:0}.root-web-sdk #containerForm .learn_more div[id*=accorgion-area-myStrengthAdolescenceLearnMoreAccordion] div[class*=accordion-content-web-sdk]{height:-moz-fit-content;height:fit-content;max-width:100%;padding:1.5rem}@media (min-width: 768px){.root-web-sdk #containerForm .learn_more div[id*=accorgion-area-myStrengthAdolescenceLearnMoreAccordion] div[class*=accordion-content-web-sdk]{padding:1.5rem 2rem}}.root-web-sdk #containerForm .learn_more div[id*=accorgion-area-myStrengthAdolescenceLearnMoreAccordion] div[class*=accordion-content-web-sdk] p[class*=accordionTextField]{font-family:Effra,Arial,sans-serif;font-style:normal;font-weight:400;font-size:1.125rem;line-height:1.5rem;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));margin-top:0;margin-bottom:0}@media (min-width: 768px){.root-web-sdk #containerForm .learn_more div[id*=accorgion-area-myStrengthAdolescenceLearnMoreAccordion] div[class*=accordion-content-web-sdk] p[class*=accordionTextField]{max-width:704px}}.root-web-sdk #containerForm .connect_support .MainHeading{font-weight:700;font-size:2.25rem}@media (min-width: 768px){.root-web-sdk #containerForm .connect_support .MainHeading{margin-bottom:1.5rem}}@media (min-width: 1440px){.root-web-sdk #containerForm .connect_support .MainHeading{font-style:normal;font-weight:700;font-size:2.813rem;line-height:1}}.root-web-sdk #containerForm .connect_support .ConnectTeletherapyContainer{max-width:none}.root-web-sdk #containerForm .connect_support .myStrengthConnectSupportTitle{font-family:Effra,Arial,sans-serif;font-style:normal;font-weight:700;font-size:1.5rem;line-height:1.75rem;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));margin:1.5rem 1rem .5rem;max-width:24rem}@media (min-width: 435px){.root-web-sdk #containerForm .connect_support .myStrengthConnectSupportTitle{max-width:48rem}}@media (min-width: 768px){.root-web-sdk #containerForm .connect_support .myStrengthConnectSupportTitle{font-weight:700;font-size:1.875rem;line-height:2.25rem;margin-left:0;margin-right:0}}.root-web-sdk #containerForm .connect_support .myStrengthConnectSupportSubtitle{font-family:Effra,Arial,sans-serif;font-style:normal;font-weight:400;font-size:1.125rem;line-height:1.5rem;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));margin-bottom:1rem;margin-left:1rem;margin-right:1rem}@media (min-width: 376px){.root-web-sdk #containerForm .connect_support .myStrengthConnectSupportSubtitle{max-width:48rem}}@media (min-width: 768px){.root-web-sdk #containerForm .connect_support .myStrengthConnectSupportSubtitle{margin-left:0;margin-right:0}}.root-web-sdk #containerForm .connect_support .modernized-accordion-trigger-web-sdk{max-width:48rem;padding-left:0;padding-right:0}.root-web-sdk #containerForm .connect_support .modernized-accordion-trigger-web-sdk .accordion-title-web-sdk{margin-left:1rem;height:1.25rem;font-family:Effra,Arial,sans-serif;font-style:normal;font-weight:500;font-size:1.125rem;line-height:20px;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));text-align:left}@media (min-width: 376px){.root-web-sdk #containerForm .connect_support .modernized-accordion-trigger-web-sdk .accordion-title-web-sdk{margin-left:1.5rem}}.root-web-sdk #containerForm .connect_support .modernized-accordion-trigger-web-sdk .trigger-icon-web-sdk{margin-right:1rem}@media (min-width: 376px){.root-web-sdk #containerForm .connect_support .modernized-accordion-trigger-web-sdk .trigger-icon-web-sdk{margin-right:1.5rem}}.root-web-sdk #containerForm .connect_support .modernized-accordion-trigger-web-sdk.expanded .accordion-title-web-sdk{width:283px;height:1.25rem;font-family:Effra,Arial,sans-serif;font-style:normal;font-weight:500;font-size:1.125rem;line-height:20px;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));text-align:left}.root-web-sdk #containerForm .connect_support .modernized-accordion-content-web-sdk .accordion-content-web-sdk{padding:0}.root-web-sdk #containerForm .connect_support div[id*=accorgion-area-myStrengthConnectSupportAccordion]{padding-left:0;padding-right:0;padding-bottom:2rem;height:unset !important}.root-web-sdk #containerForm .connect_support div[id*=accorgion-area-myStrengthConnectSupportAccordion] div[class*=accordionSupportField]{max-width:100%}.root-web-sdk #containerForm .connect_support div[id*=accorgion-area-myStrengthConnectSupportAccordion] div[class*=accordionSupportField] p[class*=accordionText]{font-family:Effra,Arial,sans-serif;font-style:normal;font-weight:400;font-size:1.125rem;line-height:1.5rem;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));margin:1.5rem 1rem 0}@media (min-width: 376px){.root-web-sdk #containerForm .connect_support div[id*=accorgion-area-myStrengthConnectSupportAccordion] div[class*=accordionSupportField] p[class*=accordionText]{margin:1.5rem 1.5rem 0}}.root-web-sdk #containerForm .connect_support div[id*=accorgion-area-myStrengthConnectSupportAccordion] div[class*=accordionSupportField] ul{margin-bottom:0}.root-web-sdk #containerForm .connect_support div[id*=accorgion-area-myStrengthConnectSupportAccordion] div[class*=accordionSupportField] ul li{font-family:Effra,Arial,sans-serif;font-style:normal;font-weight:400;font-size:1.125rem;line-height:1.5rem;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));margin-left:2.5rem;margin-bottom:.5rem;margin-right:1rem}@media (min-width: 376px){.root-web-sdk #containerForm .connect_support div[id*=accorgion-area-myStrengthConnectSupportAccordion] div[class*=accordionSupportField] ul li{margin-left:3rem;margin-right:1.5rem}}.root-web-sdk #containerForm .connect .myStrengthConnectUpcomingVisitCard,.root-web-sdk #containerForm .connect .myStrengthHomeUpcomingVisitCard,.root-web-sdk #containerForm .home .myStrengthConnectUpcomingVisitCard,.root-web-sdk #containerForm .home .myStrengthHomeUpcomingVisitCard{display:flex;flex-direction:column;box-shadow:0 0 10px rgba(0,0,0,0.16);border-radius:.75rem;padding-top:0;margin-left:0;margin-right:0;margin-bottom:1rem;overflow:hidden;max-width:48rem}.root-web-sdk #containerForm .connect .myStrengthConnectUpcomingVisitCard .corner_image,.root-web-sdk #containerForm .connect .myStrengthHomeUpcomingVisitCard .corner_image,.root-web-sdk #containerForm .home .myStrengthConnectUpcomingVisitCard .corner_image,.root-web-sdk #containerForm .home .myStrengthHomeUpcomingVisitCard .corner_image{background-image:url(https://assets.livongo.com/image/upload/v1713277893/web-sdk/icons/ic_tdh_mys_upcoming_visit.svg);width:3.8rem;height:4.5rem;background-repeat:no-repeat;align-self:flex-end;margin-left:0;margin-right:0}@media (min-width: 375px){.root-web-sdk #containerForm .connect .myStrengthConnectUpcomingVisitCard .corner_image,.root-web-sdk #containerForm .connect .myStrengthHomeUpcomingVisitCard .corner_image,.root-web-sdk #containerForm .home .myStrengthConnectUpcomingVisitCard .corner_image,.root-web-sdk #containerForm .home .myStrengthHomeUpcomingVisitCard .corner_image{transform:scale(1.107);width:4.25rem;height:4.25rem}}@media (min-width: 768px){.root-web-sdk #containerForm .connect .myStrengthConnectUpcomingVisitCard .corner_image,.root-web-sdk #containerForm .connect .myStrengthHomeUpcomingVisitCard .corner_image,.root-web-sdk #containerForm .home .myStrengthConnectUpcomingVisitCard .corner_image,.root-web-sdk #containerForm .home .myStrengthHomeUpcomingVisitCard .corner_image{transform:scale(1.3);width:72px;height:4.25rem;margin-top:.625rem;margin-bottom:1.5rem}}.root-web-sdk #containerForm .connect .myStrengthConnectUpcomingVisitCard .title,.root-web-sdk #containerForm .connect .myStrengthHomeUpcomingVisitCard .title,.root-web-sdk #containerForm .home .myStrengthConnectUpcomingVisitCard .title,.root-web-sdk #containerForm .home .myStrengthHomeUpcomingVisitCard .title{font-style:normal;font-weight:500;font-size:1.375rem;line-height:1.5rem;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));margin-top:-3rem;margin-left:1.5rem;margin-bottom:0;max-width:192px}@media (min-width: 375px){.root-web-sdk #containerForm .connect .myStrengthConnectUpcomingVisitCard .title,.root-web-sdk #containerForm .connect .myStrengthHomeUpcomingVisitCard .title,.root-web-sdk #containerForm .home .myStrengthConnectUpcomingVisitCard .title,.root-web-sdk #containerForm .home .myStrengthHomeUpcomingVisitCard .title{width:-moz-fit-content;width:fit-content;max-width:none}}@media (min-width: 768px){.root-web-sdk #containerForm .connect .myStrengthConnectUpcomingVisitCard .title,.root-web-sdk #containerForm .connect .myStrengthHomeUpcomingVisitCard .title,.root-web-sdk #containerForm .home .myStrengthConnectUpcomingVisitCard .title,.root-web-sdk #containerForm .home .myStrengthHomeUpcomingVisitCard .title{font-size:1.625rem;margin-left:32px;margin-top:-4.25rem}}.root-web-sdk #containerForm .connect .myStrengthConnectUpcomingVisitCard .webUpcomingVisitDateContainer,.root-web-sdk #containerForm .connect .myStrengthHomeUpcomingVisitCard .webUpcomingVisitDateContainer,.root-web-sdk #containerForm .home .myStrengthConnectUpcomingVisitCard .webUpcomingVisitDateContainer,.root-web-sdk #containerForm .home .myStrengthHomeUpcomingVisitCard .webUpcomingVisitDateContainer{display:flex;align-items:center;margin-top:1rem;max-width:none}.root-web-sdk #containerForm .connect .myStrengthConnectUpcomingVisitCard .webUpcomingVisitDateContainer .ic_pulse_phone_default,.root-web-sdk #containerForm .connect .myStrengthHomeUpcomingVisitCard .webUpcomingVisitDateContainer .ic_pulse_phone_default,.root-web-sdk #containerForm .home .myStrengthConnectUpcomingVisitCard .webUpcomingVisitDateContainer .ic_pulse_phone_default,.root-web-sdk #containerForm .home .myStrengthHomeUpcomingVisitCard .webUpcomingVisitDateContainer .ic_pulse_phone_default{background-image:url(https://assets.livongo.com/image/upload/v1713278965/web-sdk/icons/phone_tm9ea1.svg);background-position:50%;background-repeat:no-repeat;margin-left:1.5rem}@media (min-width: 768px){.root-web-sdk #containerForm .connect .myStrengthConnectUpcomingVisitCard .webUpcomingVisitDateContainer .ic_pulse_phone_default,.root-web-sdk #containerForm .connect .myStrengthHomeUpcomingVisitCard .webUpcomingVisitDateContainer .ic_pulse_phone_default,.root-web-sdk #containerForm .home .myStrengthConnectUpcomingVisitCard .webUpcomingVisitDateContainer .ic_pulse_phone_default,.root-web-sdk #containerForm .home .myStrengthHomeUpcomingVisitCard .webUpcomingVisitDateContainer .ic_pulse_phone_default{margin-left:32px}}.root-web-sdk #containerForm .connect .myStrengthConnectUpcomingVisitCard .webUpcomingVisitDateContainer .ic_pulse_video_default,.root-web-sdk #containerForm .connect .myStrengthHomeUpcomingVisitCard .webUpcomingVisitDateContainer .ic_pulse_video_default,.root-web-sdk #containerForm .home .myStrengthConnectUpcomingVisitCard .webUpcomingVisitDateContainer .ic_pulse_video_default,.root-web-sdk #containerForm .home .myStrengthHomeUpcomingVisitCard .webUpcomingVisitDateContainer .ic_pulse_video_default{background-image:url(https://assets.livongo.com/image/upload/v1713283733/web-sdk/icons/video-camera.svg);background-position:50%;background-repeat:no-repeat;margin-left:1.5rem}@media (min-width: 768px){.root-web-sdk #containerForm .connect .myStrengthConnectUpcomingVisitCard .webUpcomingVisitDateContainer .ic_pulse_video_default,.root-web-sdk #containerForm .connect .myStrengthHomeUpcomingVisitCard .webUpcomingVisitDateContainer .ic_pulse_video_default,.root-web-sdk #containerForm .home .myStrengthConnectUpcomingVisitCard .webUpcomingVisitDateContainer .ic_pulse_video_default,.root-web-sdk #containerForm .home .myStrengthHomeUpcomingVisitCard .webUpcomingVisitDateContainer .ic_pulse_video_default{margin-left:32px}}.root-web-sdk #containerForm .connect .myStrengthConnectUpcomingVisitCard .webUpcomingVisitDateContainer .upcoming_visit_date,.root-web-sdk #containerForm .connect .myStrengthHomeUpcomingVisitCard .webUpcomingVisitDateContainer .upcoming_visit_date,.root-web-sdk #containerForm .home .myStrengthConnectUpcomingVisitCard .webUpcomingVisitDateContainer .upcoming_visit_date,.root-web-sdk #containerForm .home .myStrengthHomeUpcomingVisitCard .webUpcomingVisitDateContainer .upcoming_visit_date{margin-bottom:0;font-style:normal;font-weight:700;font-size:1.125rem;line-height:1.5rem;--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity))}.root-web-sdk #containerForm .connect .myStrengthConnectUpcomingVisitCard .upcoming_visit_text,.root-web-sdk #containerForm .connect .myStrengthHomeUpcomingVisitCard .upcoming_visit_text,.root-web-sdk #containerForm .home .myStrengthConnectUpcomingVisitCard .upcoming_visit_text,.root-web-sdk #containerForm .home .myStrengthHomeUpcomingVisitCard .upcoming_visit_text{margin:.5rem 1.5rem 0;max-width:14.438rem;height:-moz-fit-content;height:fit-content;font-style:normal;font-weight:400;font-size:1.125rem;line-height:1.5rem;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity))}@media (min-width: 576px){.root-web-sdk #containerForm .connect .myStrengthConnectUpcomingVisitCard .upcoming_visit_text,.root-web-sdk #containerForm .connect .myStrengthHomeUpcomingVisitCard .upcoming_visit_text,.root-web-sdk #containerForm .home .myStrengthConnectUpcomingVisitCard .upcoming_visit_text,.root-web-sdk #containerForm .home .myStrengthHomeUpcomingVisitCard .upcoming_visit_text{max-width:39rem}}@media (min-width: 768px){.root-web-sdk #containerForm .connect .myStrengthConnectUpcomingVisitCard .upcoming_visit_text,.root-web-sdk #containerForm .connect .myStrengthHomeUpcomingVisitCard .upcoming_visit_text,.root-web-sdk #containerForm .home .myStrengthConnectUpcomingVisitCard .upcoming_visit_text,.root-web-sdk #containerForm .home .myStrengthHomeUpcomingVisitCard .upcoming_visit_text{margin-left:32px}}.root-web-sdk #containerForm .connect .myStrengthConnectUpcomingVisitCard .webJoinCtaButtonsContainer,.root-web-sdk #containerForm .connect .myStrengthConnectUpcomingVisitCard .webRescheduleCtaButtonsContainer,.root-web-sdk #containerForm .connect .myStrengthHomeUpcomingVisitCard .webJoinCtaButtonsContainer,.root-web-sdk #containerForm .connect .myStrengthHomeUpcomingVisitCard .webRescheduleCtaButtonsContainer,.root-web-sdk #containerForm .home .myStrengthConnectUpcomingVisitCard .webJoinCtaButtonsContainer,.root-web-sdk #containerForm .home .myStrengthConnectUpcomingVisitCard .webRescheduleCtaButtonsContainer,.root-web-sdk #containerForm .home .myStrengthHomeUpcomingVisitCard .webJoinCtaButtonsContainer,.root-web-sdk #containerForm .home .myStrengthHomeUpcomingVisitCard .webRescheduleCtaButtonsContainer{display:flex;align-items:center;grid-gap:1rem;gap:1rem;margin-bottom:1.5rem;margin-left:1.5rem;margin-top:1rem}@media (min-width: 768px){.root-web-sdk #containerForm .connect .myStrengthConnectUpcomingVisitCard .webJoinCtaButtonsContainer,.root-web-sdk #containerForm .connect .myStrengthConnectUpcomingVisitCard .webRescheduleCtaButtonsContainer,.root-web-sdk #containerForm .connect .myStrengthHomeUpcomingVisitCard .webJoinCtaButtonsContainer,.root-web-sdk #containerForm .connect .myStrengthHomeUpcomingVisitCard .webRescheduleCtaButtonsContainer,.root-web-sdk #containerForm .home .myStrengthConnectUpcomingVisitCard .webJoinCtaButtonsContainer,.root-web-sdk #containerForm .home .myStrengthConnectUpcomingVisitCard .webRescheduleCtaButtonsContainer,.root-web-sdk #containerForm .home .myStrengthHomeUpcomingVisitCard .webJoinCtaButtonsContainer,.root-web-sdk #containerForm .home .myStrengthHomeUpcomingVisitCard .webRescheduleCtaButtonsContainer{margin-bottom:32px}}.root-web-sdk #containerForm .connect .myStrengthConnectUpcomingVisitCard .webJoinCtaButtonsContainer .ModernizedButton-button-wrapper-web-sdk,.root-web-sdk #containerForm .connect .myStrengthConnectUpcomingVisitCard .webRescheduleCtaButtonsContainer .ModernizedButton-button-wrapper-web-sdk,.root-web-sdk #containerForm .connect .myStrengthHomeUpcomingVisitCard .webJoinCtaButtonsContainer .ModernizedButton-button-wrapper-web-sdk,.root-web-sdk #containerForm .connect .myStrengthHomeUpcomingVisitCard .webRescheduleCtaButtonsContainer .ModernizedButton-button-wrapper-web-sdk,.root-web-sdk #containerForm .home .myStrengthConnectUpcomingVisitCard .webJoinCtaButtonsContainer .ModernizedButton-button-wrapper-web-sdk,.root-web-sdk #containerForm .home .myStrengthConnectUpcomingVisitCard .webRescheduleCtaButtonsContainer .ModernizedButton-button-wrapper-web-sdk,.root-web-sdk #containerForm .home .myStrengthHomeUpcomingVisitCard .webJoinCtaButtonsContainer .ModernizedButton-button-wrapper-web-sdk,.root-web-sdk #containerForm .home .myStrengthHomeUpcomingVisitCard .webRescheduleCtaButtonsContainer .ModernizedButton-button-wrapper-web-sdk{padding-top:.75rem}.root-web-sdk #containerForm .connect .myStrengthHomeUpcomingVisitCard,.root-web-sdk #containerForm .home .myStrengthHomeUpcomingVisitCard{margin-bottom:1.5rem}@media (min-width: 375px){.root-web-sdk #containerForm .connect .myStrengthHomeUpcomingVisitCard,.root-web-sdk #containerForm .home .myStrengthHomeUpcomingVisitCard{margin-bottom:32px}}.root-web-sdk #containerForm .connect .myStrengthConnectJoinVisitCard,.root-web-sdk #containerForm .connect .myStrengthHomeJoinVisitCard,.root-web-sdk #containerForm .home .myStrengthConnectJoinVisitCard,.root-web-sdk #containerForm .home .myStrengthHomeJoinVisitCard,.root-web-sdk #containerForm .MyStrength .myStrengthConnectJoinVisitCard,.root-web-sdk #containerForm .MyStrength .myStrengthHomeJoinVisitCard{display:flex;flex-direction:column;box-shadow:0 0 10px rgba(0,0,0,0.16);border-radius:.75rem;padding-top:0;margin-bottom:0;margin-left:0;margin-right:0;overflow:hidden;max-width:704px}@media (min-width: 1440px){.root-web-sdk #containerForm .connect .myStrengthConnectJoinVisitCard,.root-web-sdk #containerForm .connect .myStrengthHomeJoinVisitCard,.root-web-sdk #containerForm .home .myStrengthConnectJoinVisitCard,.root-web-sdk #containerForm .home .myStrengthHomeJoinVisitCard,.root-web-sdk #containerForm .MyStrength .myStrengthConnectJoinVisitCard,.root-web-sdk #containerForm .MyStrength .myStrengthHomeJoinVisitCard{max-width:48rem}}.root-web-sdk #containerForm .connect .myStrengthConnectJoinVisitCard .corner_image,.root-web-sdk #containerForm .connect .myStrengthHomeJoinVisitCard .corner_image,.root-web-sdk #containerForm .home .myStrengthConnectJoinVisitCard .corner_image,.root-web-sdk #containerForm .home .myStrengthHomeJoinVisitCard .corner_image,.root-web-sdk #containerForm .MyStrength .myStrengthConnectJoinVisitCard .corner_image,.root-web-sdk #containerForm .MyStrength .myStrengthHomeJoinVisitCard .corner_image{background-image:url(https://assets.livongo.com/image/upload/v1713277719/web-sdk/icons/ic_tdh_mys_head.svg);width:3.8rem;height:4.5rem;background-repeat:no-repeat;align-self:flex-end;margin-left:0;margin-right:0}@media (min-width: 375px){.root-web-sdk #containerForm .connect .myStrengthConnectJoinVisitCard .corner_image,.root-web-sdk #containerForm .connect .myStrengthHomeJoinVisitCard .corner_image,.root-web-sdk #containerForm .home .myStrengthConnectJoinVisitCard .corner_image,.root-web-sdk #containerForm .home .myStrengthHomeJoinVisitCard .corner_image,.root-web-sdk #containerForm .MyStrength .myStrengthConnectJoinVisitCard .corner_image,.root-web-sdk #containerForm .MyStrength .myStrengthHomeJoinVisitCard .corner_image{transform:scale(1.107);width:4.25rem;height:4.25rem}}@media (min-width: 768px){.root-web-sdk #containerForm .connect .myStrengthConnectJoinVisitCard .corner_image,.root-web-sdk #containerForm .connect .myStrengthHomeJoinVisitCard .corner_image,.root-web-sdk #containerForm .home .myStrengthConnectJoinVisitCard .corner_image,.root-web-sdk #containerForm .home .myStrengthHomeJoinVisitCard .corner_image,.root-web-sdk #containerForm .MyStrength .myStrengthConnectJoinVisitCard .corner_image,.root-web-sdk #containerForm .MyStrength .myStrengthHomeJoinVisitCard .corner_image{transform:scale(1.3);width:72px;height:4.25rem;margin-top:.625rem}}.root-web-sdk #containerForm .connect .myStrengthConnectJoinVisitCard .title,.root-web-sdk #containerForm .connect .myStrengthHomeJoinVisitCard .title,.root-web-sdk #containerForm .home .myStrengthConnectJoinVisitCard .title,.root-web-sdk #containerForm .home .myStrengthHomeJoinVisitCard .title,.root-web-sdk #containerForm .MyStrength .myStrengthConnectJoinVisitCard .title,.root-web-sdk #containerForm .MyStrength .myStrengthHomeJoinVisitCard .title{font-style:normal;font-weight:500;font-size:1.375rem;line-height:1.5rem;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));margin-top:-3rem;margin-left:1.5rem;margin-bottom:0;width:-moz-fit-content;width:fit-content;padding-right:6rem}@media (min-width: 768px){.root-web-sdk #containerForm .connect .myStrengthConnectJoinVisitCard .title,.root-web-sdk #containerForm .connect .myStrengthHomeJoinVisitCard .title,.root-web-sdk #containerForm .home .myStrengthConnectJoinVisitCard .title,.root-web-sdk #containerForm .home .myStrengthHomeJoinVisitCard .title,.root-web-sdk #containerForm .MyStrength .myStrengthConnectJoinVisitCard .title,.root-web-sdk #containerForm .MyStrength .myStrengthHomeJoinVisitCard .title{font-size:1.625rem;margin-top:-3.125rem;margin-left:32px}}.root-web-sdk #containerForm .connect .myStrengthConnectJoinVisitCard .webJoinCtaButtonsContainer,.root-web-sdk #containerForm .connect .myStrengthHomeJoinVisitCard .webJoinCtaButtonsContainer,.root-web-sdk #containerForm .home .myStrengthConnectJoinVisitCard .webJoinCtaButtonsContainer,.root-web-sdk #containerForm .home .myStrengthHomeJoinVisitCard .webJoinCtaButtonsContainer,.root-web-sdk #containerForm .MyStrength .myStrengthConnectJoinVisitCard .webJoinCtaButtonsContainer,.root-web-sdk #containerForm .MyStrength .myStrengthHomeJoinVisitCard .webJoinCtaButtonsContainer{display:flex;align-items:baseline;grid-gap:1rem;gap:1rem;margin-bottom:1.5rem;margin-top:1rem;padding-left:1.5rem}@media (min-width: 768px){.root-web-sdk #containerForm .connect .myStrengthConnectJoinVisitCard .webJoinCtaButtonsContainer,.root-web-sdk #containerForm .connect .myStrengthHomeJoinVisitCard .webJoinCtaButtonsContainer,.root-web-sdk #containerForm .home .myStrengthConnectJoinVisitCard .webJoinCtaButtonsContainer,.root-web-sdk #containerForm .home .myStrengthHomeJoinVisitCard .webJoinCtaButtonsContainer,.root-web-sdk #containerForm .MyStrength .myStrengthConnectJoinVisitCard .webJoinCtaButtonsContainer,.root-web-sdk #containerForm .MyStrength .myStrengthHomeJoinVisitCard .webJoinCtaButtonsContainer{padding-left:2rem;margin-bottom:32px}}.root-web-sdk #containerForm .connect .myStrengthHomeJoinVisitCard,.root-web-sdk #containerForm .home .myStrengthHomeJoinVisitCard,.root-web-sdk #containerForm .MyStrength .myStrengthHomeJoinVisitCard{margin-top:1.5rem;margin-bottom:1.5rem}@media (min-width: 375px){.root-web-sdk #containerForm .connect .myStrengthHomeJoinVisitCard,.root-web-sdk #containerForm .home .myStrengthHomeJoinVisitCard,.root-web-sdk #containerForm .MyStrength .myStrengthHomeJoinVisitCard{margin-top:32px;margin-bottom:32px}}.root-web-sdk #containerForm .MissingActivityScreen .screen-fields-web-sdk .ic_tdh_mys_ghost{background-image:url(https://assets.livongo.com/image/upload/v1713277682/web-sdk/icons/ic_tdh_mys_ghost.svg);background-size:36px 48px;background-repeat:no-repeat;background-position:50%;display:block;width:44px;height:3.5rem;margin:0 auto 1.25rem}.root-web-sdk #containerForm .MissingActivityScreen .screen-fields-web-sdk .Label-module__root[data-testid=MissingActivityTitle-label]{font-size:1.5rem;font-weight:500;text-align:center;--text-opacity:1;color:#373939;color:rgba(55, 57, 57, var(--text-opacity));margin-bottom:.5rem}.root-web-sdk #containerForm .MissingActivityScreen .screen-fields-web-sdk .Label-module__root[data-testid=MissingActivityDescription-label]{font-size:1.125rem;font-weight:400;text-align:center;--text-opacity:1;color:#373939;color:rgba(55, 57, 57, var(--text-opacity))}.root-web-sdk #containerForm .Checklist h1,.root-web-sdk #containerForm.pulse-rav .Checklist h1{font-size:1.875rem;margin-bottom:1.5rem;line-height:2.25rem}.root-web-sdk #containerForm .Checklist h2,.root-web-sdk #containerForm.pulse-rav .Checklist h2{margin-bottom:1rem;font-size:1.125rem;font-weight:500}.root-web-sdk #containerForm .Checklist .checklist_required_title,.root-web-sdk #containerForm.pulse-rav .Checklist .checklist_required_title{margin-top:1.5rem}.root-web-sdk #containerForm .Checklist .checklist_optional_title,.root-web-sdk #containerForm.pulse-rav .Checklist .checklist_optional_title{margin-top:2.5rem}.root-web-sdk #containerForm .Checklist .container,.root-web-sdk #containerForm.pulse-rav .Checklist .container{margin-top:0;max-width:100%}.root-web-sdk #containerForm .Checklist .container[class*=count_container],.root-web-sdk #containerForm .Checklist .container[class*=count_container]>.container-content,.root-web-sdk #containerForm.pulse-rav .Checklist .container[class*=count_container],.root-web-sdk #containerForm.pulse-rav .Checklist .container[class*=count_container]>.container-content{display:flex;box-shadow:none;border-style:none}.root-web-sdk #containerForm .Checklist .container[class*=count_container]>.container-content p,.root-web-sdk #containerForm .Checklist .container[class*=count_container] p,.root-web-sdk #containerForm.pulse-rav .Checklist .container[class*=count_container]>.container-content p,.root-web-sdk #containerForm.pulse-rav .Checklist .container[class*=count_container] p{font-size:1.125rem}.root-web-sdk #containerForm .Checklist .container[class*=count_container]>.container-content p[class*=checklist_items_count],.root-web-sdk #containerForm .Checklist .container[class*=count_container] p[class*=checklist_items_count],.root-web-sdk #containerForm.pulse-rav .Checklist .container[class*=count_container]>.container-content p[class*=checklist_items_count],.root-web-sdk #containerForm.pulse-rav .Checklist .container[class*=count_container] p[class*=checklist_items_count]{margin-right:.25rem;--text-opacity:1;color:#a25e00;color:rgba(162, 94, 0, var(--text-opacity));white-space:pre}.root-web-sdk #containerForm .Checklist .container[class*=count_container]>.container-content p[class*=checklist_items_count][class*=completed_checklist_items_count],.root-web-sdk #containerForm .Checklist .container[class*=count_container] p[class*=checklist_items_count][class*=completed_checklist_items_count],.root-web-sdk #containerForm.pulse-rav .Checklist .container[class*=count_container]>.container-content p[class*=checklist_items_count][class*=completed_checklist_items_count],.root-web-sdk #containerForm.pulse-rav .Checklist .container[class*=count_container] p[class*=checklist_items_count][class*=completed_checklist_items_count]{--text-opacity:1;color:#22710f;color:rgba(34, 113, 15, var(--text-opacity))}.root-web-sdk #containerForm .Checklist .container p,.root-web-sdk #containerForm.pulse-rav .Checklist .container p{margin-left:0;margin-bottom:0}.root-web-sdk #containerForm .Checklist .container[class*=container_checklistitem],.root-web-sdk #containerForm .Checklist .container[class*=container_v2_checklistitem],.root-web-sdk #containerForm.pulse-rav .Checklist .container[class*=container_checklistitem],.root-web-sdk #containerForm.pulse-rav .Checklist .container[class*=container_v2_checklistitem]{border-radius:.5rem;border-width:1px;--border-opacity:1;border-color:#ececec;border-color:rgba(236, 236, 236, var(--border-opacity));box-shadow:0 1px 4px 1px rgba(0,0,0,0.08);padding:1.25rem;margin-bottom:1rem}.root-web-sdk #containerForm .Checklist .container.inactive[class*=container_checklistitem],.root-web-sdk #containerForm .Checklist .container.inactive[class*=container_v2_checklistitem],.root-web-sdk #containerForm.pulse-rav .Checklist .container.inactive[class*=container_checklistitem],.root-web-sdk #containerForm.pulse-rav .Checklist .container.inactive[class*=container_v2_checklistitem]{--bg-opacity:1;background-color:#f7f9f9;background-color:rgba(247, 249, 249, var(--bg-opacity))}.root-web-sdk #containerForm .Checklist .container.inactive[class*=container_checklistitem] p,.root-web-sdk #containerForm .Checklist .container.inactive[class*=container_v2_checklistitem] p,.root-web-sdk #containerForm.pulse-rav .Checklist .container.inactive[class*=container_checklistitem] p,.root-web-sdk #containerForm.pulse-rav .Checklist .container.inactive[class*=container_v2_checklistitem] p{--text-opacity:1;color:#6f6f6f;color:rgba(111, 111, 111, var(--text-opacity))}.root-web-sdk #containerForm .Checklist .container.inactive[class*=container_checklistitem] .ic_lock,.root-web-sdk #containerForm .Checklist .container.inactive[class*=container_v2_checklistitem] .ic_lock,.root-web-sdk #containerForm.pulse-rav .Checklist .container.inactive[class*=container_checklistitem] .ic_lock,.root-web-sdk #containerForm.pulse-rav .Checklist .container.inactive[class*=container_v2_checklistitem] .ic_lock{align-self:flex-start;height:2rem;width:2rem;--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity));--bg-opacity:1;background-color:#6f6f6f;background-color:rgba(111, 111, 111, var(--bg-opacity));-webkit-mask:url(https://assets.livongo.com/image/upload/v1713279145/web-sdk/icons/pulse-locked-icon.svg) no-repeat 50% 50%;mask:url(https://assets.livongo.com/image/upload/v1713279145/web-sdk/icons/pulse-locked-icon.svg) no-repeat 50% 50%}.root-web-sdk #containerForm .Checklist .container.inactive[class*=container_checklistitem]:hover,.root-web-sdk #containerForm .Checklist .container.inactive[class*=container_v2_checklistitem]:hover,.root-web-sdk #containerForm.pulse-rav .Checklist .container.inactive[class*=container_checklistitem]:hover,.root-web-sdk #containerForm.pulse-rav .Checklist .container.inactive[class*=container_v2_checklistitem]:hover{border-width:1px;--border-opacity:1;border-color:#ececec;border-color:rgba(236, 236, 236, var(--border-opacity));box-shadow:0 1px 4px 1px rgba(0,0,0,0.08)}.root-web-sdk #containerForm .Checklist .container.inactive[class*=container_checklistitem]:focus,.root-web-sdk #containerForm .Checklist .container.inactive[class*=container_v2_checklistitem]:focus,.root-web-sdk #containerForm.pulse-rav .Checklist .container.inactive[class*=container_checklistitem]:focus,.root-web-sdk #containerForm.pulse-rav .Checklist .container.inactive[class*=container_v2_checklistitem]:focus{border-style:none;outline:2px solid transparent;outline-offset:2px}.root-web-sdk #containerForm .Checklist .container[class*=container_checklistitem]:hover,.root-web-sdk #containerForm .Checklist .container[class*=container_v2_checklistitem]:hover,.root-web-sdk #containerForm.pulse-rav .Checklist .container[class*=container_checklistitem]:hover,.root-web-sdk #containerForm.pulse-rav .Checklist .container[class*=container_v2_checklistitem]:hover{border-width:1px;--border-opacity:1;border-color:#0060fc;border-color:rgba(0, 96, 252, var(--border-opacity));box-shadow:0 4px 10px rgba(0,0,0,0.16)}.root-web-sdk #containerForm .Checklist .container[class*=container_checklistitem]:focus,.root-web-sdk #containerForm .Checklist .container[class*=container_v2_checklistitem]:focus,.root-web-sdk #containerForm.pulse-rav .Checklist .container[class*=container_checklistitem]:focus,.root-web-sdk #containerForm.pulse-rav .Checklist .container[class*=container_v2_checklistitem]:focus{box-shadow:0 0 0 2px #fff,0 0 2px 4px rgba(0,96,252,0.6);border-width:1px;--border-opacity:1;border-color:#0060fc;border-color:rgba(0, 96, 252, var(--border-opacity));border-radius:.5rem;outline:2px solid transparent;outline-offset:2px}.root-web-sdk #containerForm .Checklist .container[class*=container_checklistitem]>p,.root-web-sdk #containerForm .Checklist .container[class*=container_v2_checklistitem]>p,.root-web-sdk #containerForm.pulse-rav .Checklist .container[class*=container_checklistitem]>p,.root-web-sdk #containerForm.pulse-rav .Checklist .container[class*=container_v2_checklistitem]>p{margin-bottom:.75rem;font-size:15px;padding-right:2rem;line-height:20px}.root-web-sdk #containerForm .Checklist .container[class*=container_checklistitem]>p:last-child,.root-web-sdk #containerForm .Checklist .container[class*=container_v2_checklistitem]>p:last-child,.root-web-sdk #containerForm.pulse-rav .Checklist .container[class*=container_checklistitem]>p:last-child,.root-web-sdk #containerForm.pulse-rav .Checklist .container[class*=container_v2_checklistitem]>p:last-child{margin-bottom:0}.root-web-sdk #containerForm .Checklist .container[class*=container_checklistitem] .ic_arrow_right,.root-web-sdk #containerForm .Checklist .container[class*=container_v2_checklistitem] .ic_arrow_right,.root-web-sdk #containerForm.pulse-rav .Checklist .container[class*=container_checklistitem] .ic_arrow_right,.root-web-sdk #containerForm.pulse-rav .Checklist .container[class*=container_v2_checklistitem] .ic_arrow_right{align-self:flex-start;height:2rem;width:2rem;background:url(https://assets.livongo.com/image/upload/v1713282042/web-sdk/icons/right-arrow-blue.svg) no-repeat 50%}.root-web-sdk #containerForm .Checklist .container[class*=container_checklistitem] .ic_pulse_check_circle_active,.root-web-sdk #containerForm .Checklist .container[class*=container_v2_checklistitem] .ic_pulse_check_circle_active,.root-web-sdk #containerForm.pulse-rav .Checklist .container[class*=container_checklistitem] .ic_pulse_check_circle_active,.root-web-sdk #containerForm.pulse-rav .Checklist .container[class*=container_v2_checklistitem] .ic_pulse_check_circle_active{height:1rem;min-width:1rem;margin-right:.75rem;background:url(https://assets.livongo.com/image/upload/v1713279081/web-sdk/icons/pulse-complete-circle.svg) no-repeat 50%}.root-web-sdk #containerForm .Checklist .container[class*=container_checklistitem] .ic_quest_diagnostics,.root-web-sdk #containerForm .Checklist .container[class*=container_v2_checklistitem] .ic_quest_diagnostics,.root-web-sdk #containerForm.pulse-rav .Checklist .container[class*=container_checklistitem] .ic_quest_diagnostics,.root-web-sdk #containerForm.pulse-rav .Checklist .container[class*=container_v2_checklistitem] .ic_quest_diagnostics{background:url(https://assets.livongo.com/image/upload/v1713276967/web-sdk/icons/ic_quest_diagnostics.svg) no-repeat 50%}.root-web-sdk #containerForm .Checklist .container[class*=container_checklistitem] .ic_labcorp,.root-web-sdk #containerForm .Checklist .container[class*=container_v2_checklistitem] .ic_labcorp,.root-web-sdk #containerForm.pulse-rav .Checklist .container[class*=container_checklistitem] .ic_labcorp,.root-web-sdk #containerForm.pulse-rav .Checklist .container[class*=container_v2_checklistitem] .ic_labcorp{background:url(https://assets.livongo.com/image/upload/v1713276385/web-sdk/icons/ic_labcorp.svg) no-repeat 50%}.root-web-sdk #containerForm .Checklist .container[class*=container_checklistitem] .ic_blood_scarlet,.root-web-sdk #containerForm .Checklist .container[class*=container_v2_checklistitem] .ic_blood_scarlet,.root-web-sdk #containerForm.pulse-rav .Checklist .container[class*=container_checklistitem] .ic_blood_scarlet,.root-web-sdk #containerForm.pulse-rav .Checklist .container[class*=container_v2_checklistitem] .ic_blood_scarlet{background:url(https://assets.livongo.com/image/upload/v1713276323/web-sdk/icons/ic_blood_scarlet.svg) no-repeat 50%}.root-web-sdk #containerForm .Checklist .container[class*=container_checklistitem] .ic_get_labs,.root-web-sdk #containerForm .Checklist .container[class*=container_v2_checklistitem] .ic_get_labs,.root-web-sdk #containerForm.pulse-rav .Checklist .container[class*=container_checklistitem] .ic_get_labs,.root-web-sdk #containerForm.pulse-rav .Checklist .container[class*=container_v2_checklistitem] .ic_get_labs{background:url(https://assets.livongo.com/image/upload/v1713276365/web-sdk/icons/ic_get_labs.svg) no-repeat 50%}.root-web-sdk #containerForm .Checklist .container[class*=container_checklistitem] .ic_blood_scarlet,.root-web-sdk #containerForm .Checklist .container[class*=container_checklistitem] .ic_get_labs,.root-web-sdk #containerForm .Checklist .container[class*=container_checklistitem] .ic_labcorp,.root-web-sdk #containerForm .Checklist .container[class*=container_checklistitem] .ic_quest_diagnostics,.root-web-sdk #containerForm .Checklist .container[class*=container_v2_checklistitem] .ic_blood_scarlet,.root-web-sdk #containerForm .Checklist .container[class*=container_v2_checklistitem] .ic_get_labs,.root-web-sdk #containerForm .Checklist .container[class*=container_v2_checklistitem] .ic_labcorp,.root-web-sdk #containerForm .Checklist .container[class*=container_v2_checklistitem] .ic_quest_diagnostics,.root-web-sdk #containerForm.pulse-rav .Checklist .container[class*=container_checklistitem] .ic_blood_scarlet,.root-web-sdk #containerForm.pulse-rav .Checklist .container[class*=container_checklistitem] .ic_get_labs,.root-web-sdk #containerForm.pulse-rav .Checklist .container[class*=container_checklistitem] .ic_labcorp,.root-web-sdk #containerForm.pulse-rav .Checklist .container[class*=container_checklistitem] .ic_quest_diagnostics,.root-web-sdk #containerForm.pulse-rav .Checklist .container[class*=container_v2_checklistitem] .ic_blood_scarlet,.root-web-sdk #containerForm.pulse-rav .Checklist .container[class*=container_v2_checklistitem] .ic_get_labs,.root-web-sdk #containerForm.pulse-rav .Checklist .container[class*=container_v2_checklistitem] .ic_labcorp,.root-web-sdk #containerForm.pulse-rav .Checklist .container[class*=container_v2_checklistitem] .ic_quest_diagnostics{height:1rem;min-width:1rem;margin-right:.75rem;background-size:contain;margin-left:0;width:0;border-radius:0}.root-web-sdk #containerForm .Checklist .container[class*=container_checklistitem] [class*=title_container],.root-web-sdk #containerForm .Checklist .container[class*=container_v2_checklistitem] [class*=title_container],.root-web-sdk #containerForm.pulse-rav .Checklist .container[class*=container_checklistitem] [class*=title_container],.root-web-sdk #containerForm.pulse-rav .Checklist .container[class*=container_v2_checklistitem] [class*=title_container]{margin-top:0;margin-bottom:.75rem;box-shadow:none;border-style:none}.root-web-sdk #containerForm .Checklist .container[class*=container_checklistitem] [class*=title_container] p,.root-web-sdk #containerForm .Checklist .container[class*=container_v2_checklistitem] [class*=title_container] p,.root-web-sdk #containerForm.pulse-rav .Checklist .container[class*=container_checklistitem] [class*=title_container] p,.root-web-sdk #containerForm.pulse-rav .Checklist .container[class*=container_v2_checklistitem] [class*=title_container] p{font-weight:500}.root-web-sdk #containerForm .Checklist .container[class*=container_checklistitem] [class*=title_container] [class*=title_checklistitem],.root-web-sdk #containerForm .Checklist .container[class*=container_v2_checklistitem] [class*=title_container] [class*=title_checklistitem],.root-web-sdk #containerForm.pulse-rav .Checklist .container[class*=container_checklistitem] [class*=title_container] [class*=title_checklistitem],.root-web-sdk #containerForm.pulse-rav .Checklist .container[class*=container_v2_checklistitem] [class*=title_container] [class*=title_checklistitem]{width:100%;font-weight:700}.root-web-sdk #containerForm .Checklist .container[class*=container_checklistitem] [class*=step_time],.root-web-sdk #containerForm .Checklist .container[class*=container_v2_checklistitem] [class*=step_time],.root-web-sdk #containerForm.pulse-rav .Checklist .container[class*=container_checklistitem] [class*=step_time],.root-web-sdk #containerForm.pulse-rav .Checklist .container[class*=container_v2_checklistitem] [class*=step_time]{margin-top:.75rem}.root-web-sdk #containerForm .Checklist .container[class*=container_checklistitem][class*=completed],.root-web-sdk #containerForm .Checklist .container[class*=container_checklistitem][class*=completed]>.container-content,.root-web-sdk #containerForm .Checklist .container[class*=container_checklistitem] [class*=title_container],.root-web-sdk #containerForm .Checklist .container[class*=container_checklistitem] [class*=title_container]>.container-content,.root-web-sdk #containerForm .Checklist .container[class*=container_v2_checklistitem][class*=completed],.root-web-sdk #containerForm .Checklist .container[class*=container_v2_checklistitem][class*=completed]>.container-content,.root-web-sdk #containerForm .Checklist .container[class*=container_v2_checklistitem] [class*=title_container],.root-web-sdk #containerForm .Checklist .container[class*=container_v2_checklistitem] [class*=title_container]>.container-content,.root-web-sdk #containerForm.pulse-rav .Checklist .container[class*=container_checklistitem][class*=completed],.root-web-sdk #containerForm.pulse-rav .Checklist .container[class*=container_checklistitem][class*=completed]>.container-content,.root-web-sdk #containerForm.pulse-rav .Checklist .container[class*=container_checklistitem] [class*=title_container],.root-web-sdk #containerForm.pulse-rav .Checklist .container[class*=container_checklistitem] [class*=title_container]>.container-content,.root-web-sdk #containerForm.pulse-rav .Checklist .container[class*=container_v2_checklistitem][class*=completed],.root-web-sdk #containerForm.pulse-rav .Checklist .container[class*=container_v2_checklistitem][class*=completed]>.container-content,.root-web-sdk #containerForm.pulse-rav .Checklist .container[class*=container_v2_checklistitem] [class*=title_container],.root-web-sdk #containerForm.pulse-rav .Checklist .container[class*=container_v2_checklistitem] [class*=title_container]>.container-content{display:flex;align-items:center;width:100%}.root-web-sdk #containerForm .Checklist .container[class*=container_checklistitem][class*=completed]>.container-content p,.root-web-sdk #containerForm .Checklist .container[class*=container_checklistitem][class*=completed] p,.root-web-sdk #containerForm .Checklist .container[class*=container_checklistitem] [class*=title_container]>.container-content p,.root-web-sdk #containerForm .Checklist .container[class*=container_checklistitem] [class*=title_container] p,.root-web-sdk #containerForm .Checklist .container[class*=container_v2_checklistitem][class*=completed]>.container-content p,.root-web-sdk #containerForm .Checklist .container[class*=container_v2_checklistitem][class*=completed] p,.root-web-sdk #containerForm .Checklist .container[class*=container_v2_checklistitem] [class*=title_container]>.container-content p,.root-web-sdk #containerForm .Checklist .container[class*=container_v2_checklistitem] [class*=title_container] p,.root-web-sdk #containerForm.pulse-rav .Checklist .container[class*=container_checklistitem][class*=completed]>.container-content p,.root-web-sdk #containerForm.pulse-rav .Checklist .container[class*=container_checklistitem][class*=completed] p,.root-web-sdk #containerForm.pulse-rav .Checklist .container[class*=container_checklistitem] [class*=title_container]>.container-content p,.root-web-sdk #containerForm.pulse-rav .Checklist .container[class*=container_checklistitem] [class*=title_container] p,.root-web-sdk #containerForm.pulse-rav .Checklist .container[class*=container_v2_checklistitem][class*=completed]>.container-content p,.root-web-sdk #containerForm.pulse-rav .Checklist .container[class*=container_v2_checklistitem][class*=completed] p,.root-web-sdk #containerForm.pulse-rav .Checklist .container[class*=container_v2_checklistitem] [class*=title_container]>.container-content p,.root-web-sdk #containerForm.pulse-rav .Checklist .container[class*=container_v2_checklistitem] [class*=title_container] p{font-size:1.125rem;margin-bottom:0}.root-web-sdk #containerForm .Checklist .container[class*=container_checklistitem][class*=completed]>.container-content [class*=title_checklistitem],.root-web-sdk #containerForm .Checklist .container[class*=container_checklistitem][class*=completed] [class*=title_checklistitem],.root-web-sdk #containerForm .Checklist .container[class*=container_checklistitem] [class*=title_container]>.container-content [class*=title_checklistitem],.root-web-sdk #containerForm .Checklist .container[class*=container_checklistitem] [class*=title_container] [class*=title_checklistitem],.root-web-sdk #containerForm .Checklist .container[class*=container_v2_checklistitem][class*=completed]>.container-content [class*=title_checklistitem],.root-web-sdk #containerForm .Checklist .container[class*=container_v2_checklistitem][class*=completed] [class*=title_checklistitem],.root-web-sdk #containerForm .Checklist .container[class*=container_v2_checklistitem] [class*=title_container]>.container-content [class*=title_checklistitem],.root-web-sdk #containerForm .Checklist .container[class*=container_v2_checklistitem] [class*=title_container] [class*=title_checklistitem],.root-web-sdk #containerForm.pulse-rav .Checklist .container[class*=container_checklistitem][class*=completed]>.container-content [class*=title_checklistitem],.root-web-sdk #containerForm.pulse-rav .Checklist .container[class*=container_checklistitem][class*=completed] [class*=title_checklistitem],.root-web-sdk #containerForm.pulse-rav .Checklist .container[class*=container_checklistitem] [class*=title_container]>.container-content [class*=title_checklistitem],.root-web-sdk #containerForm.pulse-rav .Checklist .container[class*=container_checklistitem] [class*=title_container] [class*=title_checklistitem],.root-web-sdk #containerForm.pulse-rav .Checklist .container[class*=container_v2_checklistitem][class*=completed]>.container-content [class*=title_checklistitem],.root-web-sdk #containerForm.pulse-rav .Checklist .container[class*=container_v2_checklistitem][class*=completed] [class*=title_checklistitem],.root-web-sdk #containerForm.pulse-rav .Checklist .container[class*=container_v2_checklistitem] [class*=title_container]>.container-content [class*=title_checklistitem],.root-web-sdk #containerForm.pulse-rav .Checklist .container[class*=container_v2_checklistitem] [class*=title_container] [class*=title_checklistitem]{width:100%}.root-web-sdk #containerForm .Checklist .container[class*=container_checklistitem][class*=completed_container_v2]>.container-content,.root-web-sdk #containerForm .Checklist .container[class*=container_v2_checklistitem][class*=completed_container_v2]>.container-content,.root-web-sdk #containerForm.pulse-rav .Checklist .container[class*=container_checklistitem][class*=completed_container_v2]>.container-content,.root-web-sdk #containerForm.pulse-rav .Checklist .container[class*=container_v2_checklistitem][class*=completed_container_v2]>.container-content{display:block;width:100%}.root-web-sdk #containerForm .Checklist .container[class*=container_checklistitem][class*=completed_container_v2]>.container-content [class*=title_container_v2],.root-web-sdk #containerForm .Checklist .container[class*=container_v2_checklistitem][class*=completed_container_v2]>.container-content [class*=title_container_v2],.root-web-sdk #containerForm.pulse-rav .Checklist .container[class*=container_checklistitem][class*=completed_container_v2]>.container-content [class*=title_container_v2],.root-web-sdk #containerForm.pulse-rav .Checklist .container[class*=container_v2_checklistitem][class*=completed_container_v2]>.container-content [class*=title_container_v2]{display:flex;align-items:center;width:100%}.root-web-sdk #containerForm .Checklist .container[class*=container_checklistitem][class*=completed_container_v2]>.container-content [class*=title_container_v2] [class*=title_checklistitem],.root-web-sdk #containerForm .Checklist .container[class*=container_v2_checklistitem][class*=completed_container_v2]>.container-content [class*=title_container_v2] [class*=title_checklistitem],.root-web-sdk #containerForm.pulse-rav .Checklist .container[class*=container_checklistitem][class*=completed_container_v2]>.container-content [class*=title_container_v2] [class*=title_checklistitem],.root-web-sdk #containerForm.pulse-rav .Checklist .container[class*=container_v2_checklistitem][class*=completed_container_v2]>.container-content [class*=title_container_v2] [class*=title_checklistitem]{width:100%;font-weight:400;--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity))}.root-web-sdk #containerForm .Checklist .container[class*=container_checklistitem] [class*=sub_title_container],.root-web-sdk #containerForm .Checklist .container[class*=container_v2_checklistitem] [class*=sub_title_container],.root-web-sdk #containerForm.pulse-rav .Checklist .container[class*=container_checklistitem] [class*=sub_title_container],.root-web-sdk #containerForm.pulse-rav .Checklist .container[class*=container_v2_checklistitem] [class*=sub_title_container]{margin-bottom:0}.root-web-sdk #containerForm .Checklist .container[class*=container_checklistitem] [class*=sub_title_container] [class*=image_checklistitem],.root-web-sdk #containerForm .Checklist .container[class*=container_v2_checklistitem] [class*=sub_title_container] [class*=image_checklistitem],.root-web-sdk #containerForm.pulse-rav .Checklist .container[class*=container_checklistitem] [class*=sub_title_container] [class*=image_checklistitem],.root-web-sdk #containerForm.pulse-rav .Checklist .container[class*=container_v2_checklistitem] [class*=sub_title_container] [class*=image_checklistitem]{display:block;padding-left:.25rem;padding-right:.25rem;padding-top:.125rem;margin-right:.75rem;height:1.25rem;--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity));line-height:1rem;border-radius:.5rem;font-weight:500;--bg-opacity:1;background-color:#0078bc;background-color:rgba(0, 120, 188, var(--bg-opacity))}.root-web-sdk #containerForm .Checklist .container[class*=container_checklistitem] [class*=sub_title_container] .TDFieldOptionHidden[class*=image_checklistitem],.root-web-sdk #containerForm .Checklist .container[class*=container_v2_checklistitem] [class*=sub_title_container] .TDFieldOptionHidden[class*=image_checklistitem],.root-web-sdk #containerForm.pulse-rav .Checklist .container[class*=container_checklistitem] [class*=sub_title_container] .TDFieldOptionHidden[class*=image_checklistitem],.root-web-sdk #containerForm.pulse-rav .Checklist .container[class*=container_v2_checklistitem] [class*=sub_title_container] .TDFieldOptionHidden[class*=image_checklistitem]{display:none}.root-web-sdk #containerForm .Checklist .container[class*=container_checklistitem] [class*=sub_title_container] [class*=sub_title_checklistitem],.root-web-sdk #containerForm .Checklist .container[class*=container_v2_checklistitem] [class*=sub_title_container] [class*=sub_title_checklistitem],.root-web-sdk #containerForm.pulse-rav .Checklist .container[class*=container_checklistitem] [class*=sub_title_container] [class*=sub_title_checklistitem],.root-web-sdk #containerForm.pulse-rav .Checklist .container[class*=container_v2_checklistitem] [class*=sub_title_container] [class*=sub_title_checklistitem]{font-weight:400;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity))}.root-web-sdk #containerForm .Checklist .container[class*=container_checklistitem][class*=completed] p,.root-web-sdk #containerForm .Checklist .container[class*=container_checklistitem] [class*=last_updated_note],.root-web-sdk #containerForm .Checklist .container[class*=container_checklistitem] [class*=step_time],.root-web-sdk #containerForm .Checklist .container[class*=container_v2_checklistitem][class*=completed] p,.root-web-sdk #containerForm .Checklist .container[class*=container_v2_checklistitem] [class*=last_updated_note],.root-web-sdk #containerForm .Checklist .container[class*=container_v2_checklistitem] [class*=step_time],.root-web-sdk #containerForm.pulse-rav .Checklist .container[class*=container_checklistitem][class*=completed] p,.root-web-sdk #containerForm.pulse-rav .Checklist .container[class*=container_checklistitem] [class*=last_updated_note],.root-web-sdk #containerForm.pulse-rav .Checklist .container[class*=container_checklistitem] [class*=step_time],.root-web-sdk #containerForm.pulse-rav .Checklist .container[class*=container_v2_checklistitem][class*=completed] p,.root-web-sdk #containerForm.pulse-rav .Checklist .container[class*=container_v2_checklistitem] [class*=last_updated_note],.root-web-sdk #containerForm.pulse-rav .Checklist .container[class*=container_v2_checklistitem] [class*=step_time]{--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity))}.root-web-sdk #containerForm .Checklist .container[class*=container_checklistitem] [class*=last_updated_note_container],.root-web-sdk #containerForm .Checklist .container[class*=container_v2_checklistitem] [class*=last_updated_note_container],.root-web-sdk #containerForm.pulse-rav .Checklist .container[class*=container_checklistitem] [class*=last_updated_note_container],.root-web-sdk #containerForm.pulse-rav .Checklist .container[class*=container_v2_checklistitem] [class*=last_updated_note_container]{display:flex}.root-web-sdk #containerForm .Checklist .container[class*=container_checklistitem] [class*=last_updated_note_container]>p,.root-web-sdk #containerForm .Checklist .container[class*=container_v2_checklistitem] [class*=last_updated_note_container]>p,.root-web-sdk #containerForm.pulse-rav .Checklist .container[class*=container_checklistitem] [class*=last_updated_note_container]>p,.root-web-sdk #containerForm.pulse-rav .Checklist .container[class*=container_v2_checklistitem] [class*=last_updated_note_container]>p{font-size:15px}.root-web-sdk #containerForm .Checklist .container[class*=container_checklistitem] [class*=last_updated_note_container] .ic_calendar,.root-web-sdk #containerForm .Checklist .container[class*=container_v2_checklistitem] [class*=last_updated_note_container] .ic_calendar,.root-web-sdk #containerForm.pulse-rav .Checklist .container[class*=container_checklistitem] [class*=last_updated_note_container] .ic_calendar,.root-web-sdk #containerForm.pulse-rav .Checklist .container[class*=container_v2_checklistitem] [class*=last_updated_note_container] .ic_calendar{width:1rem;height:1rem;margin-right:.5rem;background:url(https://assets.livongo.com/image/upload/v1713279055/web-sdk/icons/pulse-calendar-icon.svg) no-repeat 50%}.root-web-sdk #containerForm .Checklist .checklist_description,.root-web-sdk #containerForm.pulse-rav .Checklist .checklist_description{margin-bottom:1.5rem}.root-web-sdk #containerForm .Checklist button.button-redirect_to_dashboard,.root-web-sdk #containerForm.pulse-rav .Checklist button.button-redirect_to_dashboard{min-width:10rem;width:auto;padding:1rem 2.25rem;margin-top:0 !important}.root-web-sdk #containerForm .awakeTitle,.root-web-sdk #containerForm .InBedTitle,.root-web-sdk #containerForm .minutesToSleepTitle,.root-web-sdk #containerForm .outOfBedTitle,.root-web-sdk #containerForm .qualityOfSleepTitle,.root-web-sdk #containerForm .trySleepTitle,.root-web-sdk #containerForm .wakeUpTitle,.root-web-sdk #containerForm [data-testid=minutesToSleepTitle-label]{font-family:Effra,Arial,sans-serif;font-style:normal;font-weight:700;font-size:37px;line-height:2.5rem;--text-opacity:1;color:#373939;color:rgba(55, 57, 57, var(--text-opacity));margin-bottom:.5rem}@media (min-width: 768px){.root-web-sdk #containerForm .awakeTitle,.root-web-sdk #containerForm .InBedTitle,.root-web-sdk #containerForm .minutesToSleepTitle,.root-web-sdk #containerForm .outOfBedTitle,.root-web-sdk #containerForm .qualityOfSleepTitle,.root-web-sdk #containerForm .trySleepTitle,.root-web-sdk #containerForm .wakeUpTitle,.root-web-sdk #containerForm [data-testid=minutesToSleepTitle-label]{margin-top:3.5rem}}@media (max-width: 475px){.root-web-sdk #containerForm .awakeTitle,.root-web-sdk #containerForm .InBedTitle,.root-web-sdk #containerForm .minutesToSleepTitle,.root-web-sdk #containerForm .outOfBedTitle,.root-web-sdk #containerForm .qualityOfSleepTitle,.root-web-sdk #containerForm .trySleepTitle,.root-web-sdk #containerForm .wakeUpTitle,.root-web-sdk #containerForm [data-testid=minutesToSleepTitle-label]{font-size:2.25rem}}.root-web-sdk #containerForm [data-testid=minutesToSleep-select-label]{margin-top:1rem}.root-web-sdk #containerForm .qualityOfSleepTitle{margin-bottom:1.5rem}.root-web-sdk #containerForm .ConditionalTitle{font-family:Effra,Arial,sans-serif;font-style:normal;font-weight:400;font-size:1.125rem;line-height:1.75rem;--text-opacity:1;color:#373939;color:rgba(55, 57, 57, var(--text-opacity));margin-bottom:.5rem}.root-web-sdk #containerForm .wakeUpTitle{margin-bottom:32px}@media (max-width: 767px){.root-web-sdk #containerForm .add_entry_step_1 .MyStrengthSleepWeeklyHeader,.root-web-sdk #containerForm .add_entry_step_2 .MyStrengthSleepWeeklyHeader,.root-web-sdk #containerForm .add_entry_step_3 .MyStrengthSleepWeeklyHeader,.root-web-sdk #containerForm .add_entry_step_4 .MyStrengthSleepWeeklyHeader,.root-web-sdk #containerForm .add_entry_step_5 .MyStrengthSleepWeeklyHeader,.root-web-sdk #containerForm .add_entry_step_6 .MyStrengthSleepWeeklyHeader,.root-web-sdk #containerForm .add_entry_step_7 .MyStrengthSleepWeeklyHeader{display:block;margin-bottom:0}}@media (min-width: 768px){.root-web-sdk #containerForm .add_entry_step_1 .button-left-arrow-web-sdk,.root-web-sdk #containerForm .add_entry_step_2 .button-left-arrow-web-sdk,.root-web-sdk #containerForm .add_entry_step_3 .button-left-arrow-web-sdk,.root-web-sdk #containerForm .add_entry_step_4 .button-left-arrow-web-sdk,.root-web-sdk #containerForm .add_entry_step_5 .button-left-arrow-web-sdk,.root-web-sdk #containerForm .add_entry_step_6 .button-left-arrow-web-sdk,.root-web-sdk #containerForm .add_entry_step_7 .button-left-arrow-web-sdk{position:absolute;top:70px;display:block}}.root-web-sdk #containerForm .add_entry_step_1,.root-web-sdk #containerForm .add_entry_step_2,.root-web-sdk #containerForm .add_entry_step_3,.root-web-sdk #containerForm .add_entry_step_4,.root-web-sdk #containerForm .add_entry_step_5,.root-web-sdk #containerForm .add_entry_step_6,.root-web-sdk #containerForm .add_entry_step_7{max-width:704px;margin-left:1rem;margin-right:1rem}@media (min-width: 375px){.root-web-sdk #containerForm .add_entry_step_1,.root-web-sdk #containerForm .add_entry_step_2,.root-web-sdk #containerForm .add_entry_step_3,.root-web-sdk #containerForm .add_entry_step_4,.root-web-sdk #containerForm .add_entry_step_5,.root-web-sdk #containerForm .add_entry_step_6,.root-web-sdk #containerForm .add_entry_step_7{margin-left:1.5rem;margin-right:1.5rem}}@media (min-width: 768px){.root-web-sdk #containerForm .add_entry_step_1,.root-web-sdk #containerForm .add_entry_step_2,.root-web-sdk #containerForm .add_entry_step_3,.root-web-sdk #containerForm .add_entry_step_4,.root-web-sdk #containerForm .add_entry_step_5,.root-web-sdk #containerForm .add_entry_step_6,.root-web-sdk #containerForm .add_entry_step_7{margin-left:0;margin-right:0}}.root-web-sdk #containerForm .add_entry_step_1 .next_button_active,.root-web-sdk #containerForm .add_entry_step_1 [name=next_button_active],.root-web-sdk #containerForm .add_entry_step_2 .next_button_active,.root-web-sdk #containerForm .add_entry_step_2 [name=next_button_active],.root-web-sdk #containerForm .add_entry_step_3 .next_button_active,.root-web-sdk #containerForm .add_entry_step_3 [name=next_button_active],.root-web-sdk #containerForm .add_entry_step_4 .next_button_active,.root-web-sdk #containerForm .add_entry_step_4 [name=next_button_active],.root-web-sdk #containerForm .add_entry_step_5 .next_button_active,.root-web-sdk #containerForm .add_entry_step_5 [name=next_button_active],.root-web-sdk #containerForm .add_entry_step_6 .next_button_active,.root-web-sdk #containerForm .add_entry_step_6 [name=next_button_active],.root-web-sdk #containerForm .add_entry_step_7 .next_button_active,.root-web-sdk #containerForm .add_entry_step_7 [name=next_button_active]{box-sizing:border-box;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:14px 2rem;grid-gap:.5rem;gap:.5rem;float:right;width:103px;height:3rem;--bg-opacity:1;background-color:#422981;background-color:rgba(66, 41, 129, var(--bg-opacity));--border-opacity:1;border:2px solid #422981;border-color:rgba(66, 41, 129, var(--border-opacity));border-radius:9999px;margin-top:32px}.root-web-sdk #containerForm .add_entry_step_1 .next_button_active:not(:active):focus-visible,.root-web-sdk #containerForm .add_entry_step_1 .next_button_active:not(:disabled):not(:active):hover,.root-web-sdk #containerForm .add_entry_step_1 [name=next_button_active]:not(:active):focus-visible,.root-web-sdk #containerForm .add_entry_step_1 [name=next_button_active]:not(:disabled):not(:active):hover,.root-web-sdk #containerForm .add_entry_step_2 .next_button_active:not(:active):focus-visible,.root-web-sdk #containerForm .add_entry_step_2 .next_button_active:not(:disabled):not(:active):hover,.root-web-sdk #containerForm .add_entry_step_2 [name=next_button_active]:not(:active):focus-visible,.root-web-sdk #containerForm .add_entry_step_2 [name=next_button_active]:not(:disabled):not(:active):hover,.root-web-sdk #containerForm .add_entry_step_3 .next_button_active:not(:active):focus-visible,.root-web-sdk #containerForm .add_entry_step_3 .next_button_active:not(:disabled):not(:active):hover,.root-web-sdk #containerForm .add_entry_step_3 [name=next_button_active]:not(:active):focus-visible,.root-web-sdk #containerForm .add_entry_step_3 [name=next_button_active]:not(:disabled):not(:active):hover,.root-web-sdk #containerForm .add_entry_step_4 .next_button_active:not(:active):focus-visible,.root-web-sdk #containerForm .add_entry_step_4 .next_button_active:not(:disabled):not(:active):hover,.root-web-sdk #containerForm .add_entry_step_4 [name=next_button_active]:not(:active):focus-visible,.root-web-sdk #containerForm .add_entry_step_4 [name=next_button_active]:not(:disabled):not(:active):hover,.root-web-sdk #containerForm .add_entry_step_5 .next_button_active:not(:active):focus-visible,.root-web-sdk #containerForm .add_entry_step_5 .next_button_active:not(:disabled):not(:active):hover,.root-web-sdk #containerForm .add_entry_step_5 [name=next_button_active]:not(:active):focus-visible,.root-web-sdk #containerForm .add_entry_step_5 [name=next_button_active]:not(:disabled):not(:active):hover,.root-web-sdk #containerForm .add_entry_step_6 .next_button_active:not(:active):focus-visible,.root-web-sdk #containerForm .add_entry_step_6 .next_button_active:not(:disabled):not(:active):hover,.root-web-sdk #containerForm .add_entry_step_6 [name=next_button_active]:not(:active):focus-visible,.root-web-sdk #containerForm .add_entry_step_6 [name=next_button_active]:not(:disabled):not(:active):hover,.root-web-sdk #containerForm .add_entry_step_7 .next_button_active:not(:active):focus-visible,.root-web-sdk #containerForm .add_entry_step_7 .next_button_active:not(:disabled):not(:active):hover,.root-web-sdk #containerForm .add_entry_step_7 [name=next_button_active]:not(:active):focus-visible,.root-web-sdk #containerForm .add_entry_step_7 [name=next_button_active]:not(:disabled):not(:active):hover{--text-opacity:1;color:#351f65;color:rgba(53, 31, 101, var(--text-opacity))}.root-web-sdk #containerForm .add_entry_step_1 .next_button_active:not(:active):focus-visible .title,.root-web-sdk #containerForm .add_entry_step_1 .next_button_active:not(:disabled):not(:active):hover .title,.root-web-sdk #containerForm .add_entry_step_1 [name=next_button_active]:not(:active):focus-visible .title,.root-web-sdk #containerForm .add_entry_step_1 [name=next_button_active]:not(:disabled):not(:active):hover .title,.root-web-sdk #containerForm .add_entry_step_2 .next_button_active:not(:active):focus-visible .title,.root-web-sdk #containerForm .add_entry_step_2 .next_button_active:not(:disabled):not(:active):hover .title,.root-web-sdk #containerForm .add_entry_step_2 [name=next_button_active]:not(:active):focus-visible .title,.root-web-sdk #containerForm .add_entry_step_2 [name=next_button_active]:not(:disabled):not(:active):hover .title,.root-web-sdk #containerForm .add_entry_step_3 .next_button_active:not(:active):focus-visible .title,.root-web-sdk #containerForm .add_entry_step_3 .next_button_active:not(:disabled):not(:active):hover .title,.root-web-sdk #containerForm .add_entry_step_3 [name=next_button_active]:not(:active):focus-visible .title,.root-web-sdk #containerForm .add_entry_step_3 [name=next_button_active]:not(:disabled):not(:active):hover .title,.root-web-sdk #containerForm .add_entry_step_4 .next_button_active:not(:active):focus-visible .title,.root-web-sdk #containerForm .add_entry_step_4 .next_button_active:not(:disabled):not(:active):hover .title,.root-web-sdk #containerForm .add_entry_step_4 [name=next_button_active]:not(:active):focus-visible .title,.root-web-sdk #containerForm .add_entry_step_4 [name=next_button_active]:not(:disabled):not(:active):hover .title,.root-web-sdk #containerForm .add_entry_step_5 .next_button_active:not(:active):focus-visible .title,.root-web-sdk #containerForm .add_entry_step_5 .next_button_active:not(:disabled):not(:active):hover .title,.root-web-sdk #containerForm .add_entry_step_5 [name=next_button_active]:not(:active):focus-visible .title,.root-web-sdk #containerForm .add_entry_step_5 [name=next_button_active]:not(:disabled):not(:active):hover .title,.root-web-sdk #containerForm .add_entry_step_6 .next_button_active:not(:active):focus-visible .title,.root-web-sdk #containerForm .add_entry_step_6 .next_button_active:not(:disabled):not(:active):hover .title,.root-web-sdk #containerForm .add_entry_step_6 [name=next_button_active]:not(:active):focus-visible .title,.root-web-sdk #containerForm .add_entry_step_6 [name=next_button_active]:not(:disabled):not(:active):hover .title,.root-web-sdk #containerForm .add_entry_step_7 .next_button_active:not(:active):focus-visible .title,.root-web-sdk #containerForm .add_entry_step_7 .next_button_active:not(:disabled):not(:active):hover .title,.root-web-sdk #containerForm .add_entry_step_7 [name=next_button_active]:not(:active):focus-visible .title,.root-web-sdk #containerForm .add_entry_step_7 [name=next_button_active]:not(:disabled):not(:active):hover .title{--text-opacity:1!important;color:#351f65 !important;color:rgba(53, 31, 101, var(--text-opacity)) !important}.root-web-sdk #containerForm .add_entry_step_1 .next_button_active:not(:active):focus-visible,.root-web-sdk #containerForm .add_entry_step_1 .next_button_active:not(:disabled):not(:active):hover,.root-web-sdk #containerForm .add_entry_step_1 [name=next_button_active]:not(:active):focus-visible,.root-web-sdk #containerForm .add_entry_step_1 [name=next_button_active]:not(:disabled):not(:active):hover,.root-web-sdk #containerForm .add_entry_step_2 .next_button_active:not(:active):focus-visible,.root-web-sdk #containerForm .add_entry_step_2 .next_button_active:not(:disabled):not(:active):hover,.root-web-sdk #containerForm .add_entry_step_2 [name=next_button_active]:not(:active):focus-visible,.root-web-sdk #containerForm .add_entry_step_2 [name=next_button_active]:not(:disabled):not(:active):hover,.root-web-sdk #containerForm .add_entry_step_3 .next_button_active:not(:active):focus-visible,.root-web-sdk #containerForm .add_entry_step_3 .next_button_active:not(:disabled):not(:active):hover,.root-web-sdk #containerForm .add_entry_step_3 [name=next_button_active]:not(:active):focus-visible,.root-web-sdk #containerForm .add_entry_step_3 [name=next_button_active]:not(:disabled):not(:active):hover,.root-web-sdk #containerForm .add_entry_step_4 .next_button_active:not(:active):focus-visible,.root-web-sdk #containerForm .add_entry_step_4 .next_button_active:not(:disabled):not(:active):hover,.root-web-sdk #containerForm .add_entry_step_4 [name=next_button_active]:not(:active):focus-visible,.root-web-sdk #containerForm .add_entry_step_4 [name=next_button_active]:not(:disabled):not(:active):hover,.root-web-sdk #containerForm .add_entry_step_5 .next_button_active:not(:active):focus-visible,.root-web-sdk #containerForm .add_entry_step_5 .next_button_active:not(:disabled):not(:active):hover,.root-web-sdk #containerForm .add_entry_step_5 [name=next_button_active]:not(:active):focus-visible,.root-web-sdk #containerForm .add_entry_step_5 [name=next_button_active]:not(:disabled):not(:active):hover,.root-web-sdk #containerForm .add_entry_step_6 .next_button_active:not(:active):focus-visible,.root-web-sdk #containerForm .add_entry_step_6 .next_button_active:not(:disabled):not(:active):hover,.root-web-sdk #containerForm .add_entry_step_6 [name=next_button_active]:not(:active):focus-visible,.root-web-sdk #containerForm .add_entry_step_6 [name=next_button_active]:not(:disabled):not(:active):hover,.root-web-sdk #containerForm .add_entry_step_7 .next_button_active:not(:active):focus-visible,.root-web-sdk #containerForm .add_entry_step_7 .next_button_active:not(:disabled):not(:active):hover,.root-web-sdk #containerForm .add_entry_step_7 [name=next_button_active]:not(:active):focus-visible,.root-web-sdk #containerForm .add_entry_step_7 [name=next_button_active]:not(:disabled):not(:active):hover{--bg-opacity:1;background-color:#f9f5ff;background-color:rgba(249, 245, 255, var(--bg-opacity));--border-opacity:1;border-color:#f9f5ff;border-color:rgba(249, 245, 255, var(--border-opacity))}.root-web-sdk #containerForm .add_entry_step_1 .next_button_active .title,.root-web-sdk #containerForm .add_entry_step_1 [name=next_button_active] .title,.root-web-sdk #containerForm .add_entry_step_2 .next_button_active .title,.root-web-sdk #containerForm .add_entry_step_2 [name=next_button_active] .title,.root-web-sdk #containerForm .add_entry_step_3 .next_button_active .title,.root-web-sdk #containerForm .add_entry_step_3 [name=next_button_active] .title,.root-web-sdk #containerForm .add_entry_step_4 .next_button_active .title,.root-web-sdk #containerForm .add_entry_step_4 [name=next_button_active] .title,.root-web-sdk #containerForm .add_entry_step_5 .next_button_active .title,.root-web-sdk #containerForm .add_entry_step_5 [name=next_button_active] .title,.root-web-sdk #containerForm .add_entry_step_6 .next_button_active .title,.root-web-sdk #containerForm .add_entry_step_6 [name=next_button_active] .title,.root-web-sdk #containerForm .add_entry_step_7 .next_button_active .title,.root-web-sdk #containerForm .add_entry_step_7 [name=next_button_active] .title{width:39px;height:1.25rem;font-family:Effra,Arial,sans-serif;font-style:normal;font-weight:500;font-size:1.125rem;line-height:20px;margin-bottom:0;display:flex;align-items:center;--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity))}.root-web-sdk #containerForm .add_entry_step_1 .next_button,.root-web-sdk #containerForm .add_entry_step_2 .next_button,.root-web-sdk #containerForm .add_entry_step_3 .next_button,.root-web-sdk #containerForm .add_entry_step_4 .next_button,.root-web-sdk #containerForm .add_entry_step_5 .next_button,.root-web-sdk #containerForm .add_entry_step_6 .next_button,.root-web-sdk #containerForm .add_entry_step_7 .next_button{box-sizing:border-box;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:14px 2rem;grid-gap:.5rem;gap:.5rem;width:103px;height:3rem;--bg-opacity:1;background-color:#dfe0df;background-color:rgba(223, 224, 223, var(--bg-opacity));--border-opacity:1;border:2px solid #dfe0df;border-color:rgba(223, 224, 223, var(--border-opacity));border-radius:9999px;margin-top:32px}.root-web-sdk #containerForm .add_entry_step_1 .next_button:not(:active):focus-visible,.root-web-sdk #containerForm .add_entry_step_1 .next_button:not(:disabled):not(:active):hover,.root-web-sdk #containerForm .add_entry_step_2 .next_button:not(:active):focus-visible,.root-web-sdk #containerForm .add_entry_step_2 .next_button:not(:disabled):not(:active):hover,.root-web-sdk #containerForm .add_entry_step_3 .next_button:not(:active):focus-visible,.root-web-sdk #containerForm .add_entry_step_3 .next_button:not(:disabled):not(:active):hover,.root-web-sdk #containerForm .add_entry_step_4 .next_button:not(:active):focus-visible,.root-web-sdk #containerForm .add_entry_step_4 .next_button:not(:disabled):not(:active):hover,.root-web-sdk #containerForm .add_entry_step_5 .next_button:not(:active):focus-visible,.root-web-sdk #containerForm .add_entry_step_5 .next_button:not(:disabled):not(:active):hover,.root-web-sdk #containerForm .add_entry_step_6 .next_button:not(:active):focus-visible,.root-web-sdk #containerForm .add_entry_step_6 .next_button:not(:disabled):not(:active):hover,.root-web-sdk #containerForm .add_entry_step_7 .next_button:not(:active):focus-visible,.root-web-sdk #containerForm .add_entry_step_7 .next_button:not(:disabled):not(:active):hover{--text-opacity:1;color:#351f65;color:rgba(53, 31, 101, var(--text-opacity))}.root-web-sdk #containerForm .add_entry_step_1 .next_button:not(:active):focus-visible .title,.root-web-sdk #containerForm .add_entry_step_1 .next_button:not(:disabled):not(:active):hover .title,.root-web-sdk #containerForm .add_entry_step_2 .next_button:not(:active):focus-visible .title,.root-web-sdk #containerForm .add_entry_step_2 .next_button:not(:disabled):not(:active):hover .title,.root-web-sdk #containerForm .add_entry_step_3 .next_button:not(:active):focus-visible .title,.root-web-sdk #containerForm .add_entry_step_3 .next_button:not(:disabled):not(:active):hover .title,.root-web-sdk #containerForm .add_entry_step_4 .next_button:not(:active):focus-visible .title,.root-web-sdk #containerForm .add_entry_step_4 .next_button:not(:disabled):not(:active):hover .title,.root-web-sdk #containerForm .add_entry_step_5 .next_button:not(:active):focus-visible .title,.root-web-sdk #containerForm .add_entry_step_5 .next_button:not(:disabled):not(:active):hover .title,.root-web-sdk #containerForm .add_entry_step_6 .next_button:not(:active):focus-visible .title,.root-web-sdk #containerForm .add_entry_step_6 .next_button:not(:disabled):not(:active):hover .title,.root-web-sdk #containerForm .add_entry_step_7 .next_button:not(:active):focus-visible .title,.root-web-sdk #containerForm .add_entry_step_7 .next_button:not(:disabled):not(:active):hover .title{--text-opacity:1!important;color:#351f65 !important;color:rgba(53, 31, 101, var(--text-opacity)) !important}.root-web-sdk #containerForm .add_entry_step_1 .next_button:not(:active):focus-visible,.root-web-sdk #containerForm .add_entry_step_1 .next_button:not(:disabled):not(:active):hover,.root-web-sdk #containerForm .add_entry_step_2 .next_button:not(:active):focus-visible,.root-web-sdk #containerForm .add_entry_step_2 .next_button:not(:disabled):not(:active):hover,.root-web-sdk #containerForm .add_entry_step_3 .next_button:not(:active):focus-visible,.root-web-sdk #containerForm .add_entry_step_3 .next_button:not(:disabled):not(:active):hover,.root-web-sdk #containerForm .add_entry_step_4 .next_button:not(:active):focus-visible,.root-web-sdk #containerForm .add_entry_step_4 .next_button:not(:disabled):not(:active):hover,.root-web-sdk #containerForm .add_entry_step_5 .next_button:not(:active):focus-visible,.root-web-sdk #containerForm .add_entry_step_5 .next_button:not(:disabled):not(:active):hover,.root-web-sdk #containerForm .add_entry_step_6 .next_button:not(:active):focus-visible,.root-web-sdk #containerForm .add_entry_step_6 .next_button:not(:disabled):not(:active):hover,.root-web-sdk #containerForm .add_entry_step_7 .next_button:not(:active):focus-visible,.root-web-sdk #containerForm .add_entry_step_7 .next_button:not(:disabled):not(:active):hover{--bg-opacity:1;background-color:#f9f5ff;background-color:rgba(249, 245, 255, var(--bg-opacity));--border-opacity:1;border-color:#f9f5ff;border-color:rgba(249, 245, 255, var(--border-opacity))}.root-web-sdk #containerForm .add_entry_step_1 .next_button.select,.root-web-sdk #containerForm .add_entry_step_2 .next_button.select,.root-web-sdk #containerForm .add_entry_step_3 .next_button.select,.root-web-sdk #containerForm .add_entry_step_4 .next_button.select,.root-web-sdk #containerForm .add_entry_step_5 .next_button.select,.root-web-sdk #containerForm .add_entry_step_6 .next_button.select,.root-web-sdk #containerForm .add_entry_step_7 .next_button.select{box-sizing:border-box;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:14px 2rem;grid-gap:.5rem;gap:.5rem;float:right;width:103px;height:3rem;--bg-opacity:1;background-color:#422981;background-color:rgba(66, 41, 129, var(--bg-opacity));--border-opacity:1;border:2px solid #422981;border-color:rgba(66, 41, 129, var(--border-opacity));border-radius:9999px;margin-top:32px}.root-web-sdk #containerForm .add_entry_step_1 .next_button.select:not(:active):focus-visible,.root-web-sdk #containerForm .add_entry_step_1 .next_button.select:not(:disabled):not(:active):hover,.root-web-sdk #containerForm .add_entry_step_2 .next_button.select:not(:active):focus-visible,.root-web-sdk #containerForm .add_entry_step_2 .next_button.select:not(:disabled):not(:active):hover,.root-web-sdk #containerForm .add_entry_step_3 .next_button.select:not(:active):focus-visible,.root-web-sdk #containerForm .add_entry_step_3 .next_button.select:not(:disabled):not(:active):hover,.root-web-sdk #containerForm .add_entry_step_4 .next_button.select:not(:active):focus-visible,.root-web-sdk #containerForm .add_entry_step_4 .next_button.select:not(:disabled):not(:active):hover,.root-web-sdk #containerForm .add_entry_step_5 .next_button.select:not(:active):focus-visible,.root-web-sdk #containerForm .add_entry_step_5 .next_button.select:not(:disabled):not(:active):hover,.root-web-sdk #containerForm .add_entry_step_6 .next_button.select:not(:active):focus-visible,.root-web-sdk #containerForm .add_entry_step_6 .next_button.select:not(:disabled):not(:active):hover,.root-web-sdk #containerForm .add_entry_step_7 .next_button.select:not(:active):focus-visible,.root-web-sdk #containerForm .add_entry_step_7 .next_button.select:not(:disabled):not(:active):hover{--text-opacity:1;color:#351f65;color:rgba(53, 31, 101, var(--text-opacity))}.root-web-sdk #containerForm .add_entry_step_1 .next_button.select:not(:active):focus-visible .title,.root-web-sdk #containerForm .add_entry_step_1 .next_button.select:not(:disabled):not(:active):hover .title,.root-web-sdk #containerForm .add_entry_step_2 .next_button.select:not(:active):focus-visible .title,.root-web-sdk #containerForm .add_entry_step_2 .next_button.select:not(:disabled):not(:active):hover .title,.root-web-sdk #containerForm .add_entry_step_3 .next_button.select:not(:active):focus-visible .title,.root-web-sdk #containerForm .add_entry_step_3 .next_button.select:not(:disabled):not(:active):hover .title,.root-web-sdk #containerForm .add_entry_step_4 .next_button.select:not(:active):focus-visible .title,.root-web-sdk #containerForm .add_entry_step_4 .next_button.select:not(:disabled):not(:active):hover .title,.root-web-sdk #containerForm .add_entry_step_5 .next_button.select:not(:active):focus-visible .title,.root-web-sdk #containerForm .add_entry_step_5 .next_button.select:not(:disabled):not(:active):hover .title,.root-web-sdk #containerForm .add_entry_step_6 .next_button.select:not(:active):focus-visible .title,.root-web-sdk #containerForm .add_entry_step_6 .next_button.select:not(:disabled):not(:active):hover .title,.root-web-sdk #containerForm .add_entry_step_7 .next_button.select:not(:active):focus-visible .title,.root-web-sdk #containerForm .add_entry_step_7 .next_button.select:not(:disabled):not(:active):hover .title{--text-opacity:1!important;color:#351f65 !important;color:rgba(53, 31, 101, var(--text-opacity)) !important}.root-web-sdk #containerForm .add_entry_step_1 .next_button.select:not(:active):focus-visible,.root-web-sdk #containerForm .add_entry_step_1 .next_button.select:not(:disabled):not(:active):hover,.root-web-sdk #containerForm .add_entry_step_2 .next_button.select:not(:active):focus-visible,.root-web-sdk #containerForm .add_entry_step_2 .next_button.select:not(:disabled):not(:active):hover,.root-web-sdk #containerForm .add_entry_step_3 .next_button.select:not(:active):focus-visible,.root-web-sdk #containerForm .add_entry_step_3 .next_button.select:not(:disabled):not(:active):hover,.root-web-sdk #containerForm .add_entry_step_4 .next_button.select:not(:active):focus-visible,.root-web-sdk #containerForm .add_entry_step_4 .next_button.select:not(:disabled):not(:active):hover,.root-web-sdk #containerForm .add_entry_step_5 .next_button.select:not(:active):focus-visible,.root-web-sdk #containerForm .add_entry_step_5 .next_button.select:not(:disabled):not(:active):hover,.root-web-sdk #containerForm .add_entry_step_6 .next_button.select:not(:active):focus-visible,.root-web-sdk #containerForm .add_entry_step_6 .next_button.select:not(:disabled):not(:active):hover,.root-web-sdk #containerForm .add_entry_step_7 .next_button.select:not(:active):focus-visible,.root-web-sdk #containerForm .add_entry_step_7 .next_button.select:not(:disabled):not(:active):hover{--bg-opacity:1;background-color:#f9f5ff;background-color:rgba(249, 245, 255, var(--bg-opacity));--border-opacity:1;border-color:#f9f5ff;border-color:rgba(249, 245, 255, var(--border-opacity))}.root-web-sdk #containerForm .add_entry_step_1 .next_button.select .title,.root-web-sdk #containerForm .add_entry_step_2 .next_button.select .title,.root-web-sdk #containerForm .add_entry_step_3 .next_button.select .title,.root-web-sdk #containerForm .add_entry_step_4 .next_button.select .title,.root-web-sdk #containerForm .add_entry_step_5 .next_button.select .title,.root-web-sdk #containerForm .add_entry_step_6 .next_button.select .title,.root-web-sdk #containerForm .add_entry_step_7 .next_button.select .title{width:39px;height:1.25rem;font-family:Effra,Arial,sans-serif;font-style:normal;font-weight:500;padding-left:0;font-size:1.125rem;line-height:20px;display:flex;align-items:center;--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity))}.root-web-sdk #containerForm .awakeSubtitle,.root-web-sdk #containerForm .inBedSubtitle,.root-web-sdk #containerForm .minutesToSleepSubtitle,.root-web-sdk #containerForm .outOfBedSubtitle,.root-web-sdk #containerForm .trySleepSubtitle{font-family:Effra,Arial,sans-serif;font-style:normal;font-weight:400;font-size:1.125rem;line-height:1.75rem;--text-opacity:1;color:#373939;color:rgba(55, 57, 57, var(--text-opacity));margin-bottom:1.5rem}.root-web-sdk #containerForm .awakeSubtitle,.root-web-sdk #containerForm .minutesToSleepSubtitle,.root-web-sdk #containerForm .outOfBedSubtitle{margin-bottom:1.5rem}.root-web-sdk #containerForm .fullNight{display:flex;flex-direction:row-reverse;justify-content:flex-end;max-width:none}.root-web-sdk #containerForm .fullNight .container-content{width:100%;display:flex}.root-web-sdk #containerForm .fullNight .title{order:2;margin-left:.5rem;margin-bottom:2.75rem}.root-web-sdk #containerForm .fullNight .prefilled_title{order:2;margin-left:.5rem;margin-bottom:2.75rem;--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity))}.root-web-sdk #containerForm .fullNight .radio-group-container{order:1}.root-web-sdk #containerForm .fullNight .radio-group-container .radio-buttons-container .radio-web-sdk input:checked~span{--border-opacity:1;border-color:#5156f5;border-color:rgba(81, 86, 245, var(--border-opacity))}.root-web-sdk #containerForm .fullNight .radio-group-container .radio-buttons-container .radio-web-sdk input:checked~span:after{--bg-opacity:1;background-color:#5156f5;background-color:rgba(81, 86, 245, var(--bg-opacity))}.root-web-sdk #containerForm .add_entry_step_1 .button-left-arrow-web-sdk,.root-web-sdk #containerForm .completedSleepEntry .button-left-arrow-web-sdk{display:none}@media (min-width: 768px){.root-web-sdk #containerForm .add_entry_step_1 .InBedTitle,.root-web-sdk #containerForm .completedSleepEntry .InBedTitle{margin-top:1rem}}@media (max-width: 767px){.root-web-sdk #containerForm .add_entry_step_1 .MyStrengthSleepWeeklyHeader,.root-web-sdk #containerForm .completedSleepEntry .MyStrengthSleepWeeklyHeader{display:block;margin-bottom:0}}.root-web-sdk #containerForm div[class*=sleepQuality]{height:4.5rem;display:flex;flex-direction:row-reverse;border-radius:.75rem;max-width:704px;margin-bottom:1rem;box-shadow:0 1px 4px 1px rgba(0,0,0,0.08)}.root-web-sdk #containerForm div[class*=sleepQuality] .container-content{width:100%;display:flex;flex-direction:row-reverse}.root-web-sdk #containerForm div[class*=sleepQuality] .ic_tdh_myS_emo_great_gray{background-image:url(https://assets.livongo.com/image/upload/v1713277580/web-sdk/icons/ic_tdh_myS_emo_great_gray.svg);background-repeat:no-repeat;background-size:unset;width:1.5rem;height:1.5rem;align-self:center;margin-left:1.875rem}.root-web-sdk #containerForm div[class*=sleepQuality] .ic_tdh_myS_emo_great_blue{background-image:url(https://assets.livongo.com/image/upload/v1713277568/web-sdk/icons/ic_tdh_myS_emo_great_blue.svg);background-repeat:no-repeat;background-size:unset;width:2.25rem;height:2rem;align-self:center;margin:1.5rem 2px 1.5rem 1.5rem;transform:scale(0.75)}.root-web-sdk #containerForm div[class*=sleepQuality] .ic_tdh_myS_emo_good_gray{background-image:url(https://assets.livongo.com/image/upload/v1713277554/web-sdk/icons/ic_tdh_myS_emo_good_gray.svg);background-repeat:no-repeat;background-size:unset;width:1.5rem;height:1.5rem;align-self:center;margin-left:1.875rem}.root-web-sdk #containerForm div[class*=sleepQuality] .ic_tdh_myS_emo_good_blue{background-image:url(https://assets.livongo.com/image/upload/v1713277483/web-sdk/icons/ic_tdh_myS_emo_good_blue.svg);background-repeat:no-repeat;background-size:unset;width:2.25rem;height:2rem;align-self:center;margin:1.5rem 2px 1.5rem 1.5rem;transform:scale(0.75)}.root-web-sdk #containerForm div[class*=sleepQuality] .ic_tdh_myS_emo_okay_gray{background-image:url(https://assets.livongo.com/image/upload/v1713277605/web-sdk/icons/ic_tdh_myS_emo_okay_gray.svg);background-repeat:no-repeat;background-size:unset;width:1.5rem;height:1.5rem;align-self:center;margin-left:1.875rem}.root-web-sdk #containerForm div[class*=sleepQuality] .ic_tdh_myS_emo_okay_blue{background-image:url(https://assets.livongo.com/image/upload/v1713277593/web-sdk/icons/ic_tdh_myS_emo_okay_blue.svg);background-repeat:no-repeat;background-size:unset;width:2.25rem;height:2rem;align-self:center;margin:1.5rem 2px 1.5rem 1.5rem;transform:scale(0.75)}.root-web-sdk #containerForm div[class*=sleepQuality] .ic_tdh_myS_emo_bad_gray{background-image:url(https://assets.livongo.com/image/upload/v1713277471/web-sdk/icons/ic_tdh_myS_emo_bad_gray.svg);background-repeat:no-repeat;background-size:unset;width:1.5rem;height:1.5rem;align-self:center;margin-left:1.875rem}.root-web-sdk #containerForm div[class*=sleepQuality] .ic_tdh_myS_emo_bad_blue{background-image:url(https://assets.livongo.com/image/upload/v1713277459/web-sdk/icons/ic_tdh_myS_emo_bad_blue.svg);background-repeat:no-repeat;background-size:unset;width:2.25rem;height:2rem;align-self:center;margin:1.5rem 2px 1.5rem 1.5rem;transform:scale(0.75)}.root-web-sdk #containerForm div[class*=sleepQuality] .ic_tdh_myS_emo_terrible_gray{background-image:url(https://assets.livongo.com/image/upload/v1713277631/web-sdk/icons/ic_tdh_myS_emo_terrible_gray.svg);background-repeat:no-repeat;background-size:unset;width:1.5rem;height:1.5rem;align-self:center;margin-left:1.875rem}.root-web-sdk #containerForm div[class*=sleepQuality] .ic_tdh_myS_emo_terrible_blue{background-image:url(https://assets.livongo.com/image/upload/v1713277618/web-sdk/icons/ic_tdh_myS_emo_terrible_blue.svg);background-repeat:no-repeat;background-size:unset;width:2.25rem;height:2rem;align-self:center;margin:1.5rem 2px 1.5rem 1.5rem;transform:scale(0.75)}.root-web-sdk #containerForm div[class*=sleepQuality] .title{display:flex;flex:9 9 0%;align-items:center;font-size:1.125rem;line-height:20px;margin-bottom:0;padding-left:1.5rem;--text-opacity:1;color:#696b6b;color:rgba(105, 107, 107, var(--text-opacity))}.root-web-sdk #containerForm div[class*=sleepQuality] .radio-group-container{display:none}.root-web-sdk #containerForm .sleepQuality_prefilled:not([style]){--border-opacity:1;border:2px solid #5156f5;border-color:rgba(81, 86, 245, var(--border-opacity));--bg-opacity:1;background-color:#f5f0fd;background-color:rgba(245, 240, 253, var(--bg-opacity))}.root-web-sdk #containerForm #minutesAwake-input,.root-web-sdk #containerForm #minutesToSleep-input{width:100%}.root-web-sdk #containerForm .prefilled_quality_title{--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity));display:flex;flex:9 9 0%;align-items:center;font-size:1.125rem;line-height:20px;margin-bottom:0;padding-left:1.5rem}.root-web-sdk #containerForm .add_entry_step_7 div[class*=select]{height:4.5rem;display:flex;flex-direction:row-reverse;border-radius:.75rem;max-width:704px;margin-bottom:1rem;--bg-opacity:1;background-color:#f5f0fd;background-color:rgba(245, 240, 253, var(--bg-opacity));box-shadow:0 1px 4px 1px rgba(0,0,0,0.08)}.root-web-sdk #containerForm .add_entry_step_7 div[class*=select] .container-content{width:100%;display:flex;flex-direction:row-reverse}.root-web-sdk #containerForm .add_entry_step_7 div[class*=select] .title{display:flex;flex:9 9 0%;align-items:center;font-size:1.125rem;line-height:20px;margin-bottom:0;padding-left:1.5rem;--text-opacity:1;color:#696b6b;color:rgba(105, 107, 107, var(--text-opacity))}.root-web-sdk #containerForm .create_schedule_step_1 .webSleepScheduleHeaderContainer,.root-web-sdk #containerForm .create_schedule_step_2 .webSleepScheduleHeaderContainer,.root-web-sdk #containerForm .create_schedule_step_3 .webSleepScheduleHeaderContainer,.root-web-sdk #containerForm .create_schedule_step_4 .webSleepScheduleHeaderContainer,.root-web-sdk #containerForm .create_schedule_step_5 .webSleepScheduleHeaderContainer,.root-web-sdk #containerForm .create_schedule_step_6 .webSleepScheduleHeaderContainer,.root-web-sdk #containerForm .create_schedule_step_7 .webSleepScheduleHeaderContainer,.root-web-sdk #containerForm .create_schedule_step_8 .webSleepScheduleHeaderContainer,.root-web-sdk #containerForm .create_schedule_step_9 .webSleepScheduleHeaderContainer,.root-web-sdk #containerForm .create_schedule_step_10 .webSleepScheduleHeaderContainer,.root-web-sdk #containerForm .create_schedule_step_11 .webSleepScheduleHeaderContainer{max-width:none}.root-web-sdk #containerForm .create_schedule_step_1 .SleepScheduleHeader,.root-web-sdk #containerForm .create_schedule_step_2 .SleepScheduleHeader,.root-web-sdk #containerForm .create_schedule_step_3 .SleepScheduleHeader,.root-web-sdk #containerForm .create_schedule_step_4 .SleepScheduleHeader,.root-web-sdk #containerForm .create_schedule_step_5 .SleepScheduleHeader,.root-web-sdk #containerForm .create_schedule_step_6 .SleepScheduleHeader,.root-web-sdk #containerForm .create_schedule_step_7 .SleepScheduleHeader,.root-web-sdk #containerForm .create_schedule_step_8 .SleepScheduleHeader,.root-web-sdk #containerForm .create_schedule_step_9 .SleepScheduleHeader,.root-web-sdk #containerForm .create_schedule_step_10 .SleepScheduleHeader,.root-web-sdk #containerForm .create_schedule_step_11 .SleepScheduleHeader{margin-bottom:32px;display:flex;flex-wrap:wrap;max-width:none}.root-web-sdk #containerForm .create_schedule_step_1 .SleepScheduleHeader .eyebrow,.root-web-sdk #containerForm .create_schedule_step_1 .SleepScheduleHeader .link,.root-web-sdk #containerForm .create_schedule_step_1 .SleepScheduleHeader .title,.root-web-sdk #containerForm .create_schedule_step_2 .SleepScheduleHeader .eyebrow,.root-web-sdk #containerForm .create_schedule_step_2 .SleepScheduleHeader .link,.root-web-sdk #containerForm .create_schedule_step_2 .SleepScheduleHeader .title,.root-web-sdk #containerForm .create_schedule_step_3 .SleepScheduleHeader .eyebrow,.root-web-sdk #containerForm .create_schedule_step_3 .SleepScheduleHeader .link,.root-web-sdk #containerForm .create_schedule_step_3 .SleepScheduleHeader .title,.root-web-sdk #containerForm .create_schedule_step_4 .SleepScheduleHeader .eyebrow,.root-web-sdk #containerForm .create_schedule_step_4 .SleepScheduleHeader .link,.root-web-sdk #containerForm .create_schedule_step_4 .SleepScheduleHeader .title,.root-web-sdk #containerForm .create_schedule_step_5 .SleepScheduleHeader .eyebrow,.root-web-sdk #containerForm .create_schedule_step_5 .SleepScheduleHeader .link,.root-web-sdk #containerForm .create_schedule_step_5 .SleepScheduleHeader .title,.root-web-sdk #containerForm .create_schedule_step_6 .SleepScheduleHeader .eyebrow,.root-web-sdk #containerForm .create_schedule_step_6 .SleepScheduleHeader .link,.root-web-sdk #containerForm .create_schedule_step_6 .SleepScheduleHeader .title,.root-web-sdk #containerForm .create_schedule_step_7 .SleepScheduleHeader .eyebrow,.root-web-sdk #containerForm .create_schedule_step_7 .SleepScheduleHeader .link,.root-web-sdk #containerForm .create_schedule_step_7 .SleepScheduleHeader .title,.root-web-sdk #containerForm .create_schedule_step_8 .SleepScheduleHeader .eyebrow,.root-web-sdk #containerForm .create_schedule_step_8 .SleepScheduleHeader .link,.root-web-sdk #containerForm .create_schedule_step_8 .SleepScheduleHeader .title,.root-web-sdk #containerForm .create_schedule_step_9 .SleepScheduleHeader .eyebrow,.root-web-sdk #containerForm .create_schedule_step_9 .SleepScheduleHeader .link,.root-web-sdk #containerForm .create_schedule_step_9 .SleepScheduleHeader .title,.root-web-sdk #containerForm .create_schedule_step_10 .SleepScheduleHeader .eyebrow,.root-web-sdk #containerForm .create_schedule_step_10 .SleepScheduleHeader .link,.root-web-sdk #containerForm .create_schedule_step_10 .SleepScheduleHeader .title,.root-web-sdk #containerForm .create_schedule_step_11 .SleepScheduleHeader .eyebrow,.root-web-sdk #containerForm .create_schedule_step_11 .SleepScheduleHeader .link,.root-web-sdk #containerForm .create_schedule_step_11 .SleepScheduleHeader .title{margin-bottom:1rem;flex:50%}.root-web-sdk #containerForm .create_schedule_step_1 .SleepScheduleHeader .eyebrow,.root-web-sdk #containerForm .create_schedule_step_2 .SleepScheduleHeader .eyebrow,.root-web-sdk #containerForm .create_schedule_step_3 .SleepScheduleHeader .eyebrow,.root-web-sdk #containerForm .create_schedule_step_4 .SleepScheduleHeader .eyebrow,.root-web-sdk #containerForm .create_schedule_step_5 .SleepScheduleHeader .eyebrow,.root-web-sdk #containerForm .create_schedule_step_6 .SleepScheduleHeader .eyebrow,.root-web-sdk #containerForm .create_schedule_step_7 .SleepScheduleHeader .eyebrow,.root-web-sdk #containerForm .create_schedule_step_8 .SleepScheduleHeader .eyebrow,.root-web-sdk #containerForm .create_schedule_step_9 .SleepScheduleHeader .eyebrow,.root-web-sdk #containerForm .create_schedule_step_10 .SleepScheduleHeader .eyebrow,.root-web-sdk #containerForm .create_schedule_step_11 .SleepScheduleHeader .eyebrow{order:1;font-weight:400;--text-opacity:1;color:#696b6b;color:rgba(105, 107, 107, var(--text-opacity));font-size:1.125rem;flex:0 1 auto}.root-web-sdk #containerForm .create_schedule_step_1 .SleepScheduleHeader .title,.root-web-sdk #containerForm .create_schedule_step_2 .SleepScheduleHeader .title,.root-web-sdk #containerForm .create_schedule_step_3 .SleepScheduleHeader .title,.root-web-sdk #containerForm .create_schedule_step_4 .SleepScheduleHeader .title,.root-web-sdk #containerForm .create_schedule_step_5 .SleepScheduleHeader .title,.root-web-sdk #containerForm .create_schedule_step_6 .SleepScheduleHeader .title,.root-web-sdk #containerForm .create_schedule_step_7 .SleepScheduleHeader .title,.root-web-sdk #containerForm .create_schedule_step_8 .SleepScheduleHeader .title,.root-web-sdk #containerForm .create_schedule_step_9 .SleepScheduleHeader .title,.root-web-sdk #containerForm .create_schedule_step_10 .SleepScheduleHeader .title,.root-web-sdk #containerForm .create_schedule_step_11 .SleepScheduleHeader .title{order:3;font-size:1.125rem;font-weight:400;--text-opacity:1;color:#373939;color:rgba(55, 57, 57, var(--text-opacity))}.root-web-sdk #containerForm .create_schedule_step_1 .SleepScheduleHeader .link,.root-web-sdk #containerForm .create_schedule_step_2 .SleepScheduleHeader .link,.root-web-sdk #containerForm .create_schedule_step_3 .SleepScheduleHeader .link,.root-web-sdk #containerForm .create_schedule_step_4 .SleepScheduleHeader .link,.root-web-sdk #containerForm .create_schedule_step_5 .SleepScheduleHeader .link,.root-web-sdk #containerForm .create_schedule_step_6 .SleepScheduleHeader .link,.root-web-sdk #containerForm .create_schedule_step_7 .SleepScheduleHeader .link,.root-web-sdk #containerForm .create_schedule_step_8 .SleepScheduleHeader .link,.root-web-sdk #containerForm .create_schedule_step_9 .SleepScheduleHeader .link,.root-web-sdk #containerForm .create_schedule_step_10 .SleepScheduleHeader .link,.root-web-sdk #containerForm .create_schedule_step_11 .SleepScheduleHeader .link{order:2;text-align:right;font-weight:400;--text-opacity:1;color:#0078bc;color:rgba(0, 120, 188, var(--text-opacity));font-size:1.125rem}.root-web-sdk #containerForm .create_schedule_step_1 .SleepScheduleHeader .link:hover,.root-web-sdk #containerForm .create_schedule_step_2 .SleepScheduleHeader .link:hover,.root-web-sdk #containerForm .create_schedule_step_3 .SleepScheduleHeader .link:hover,.root-web-sdk #containerForm .create_schedule_step_4 .SleepScheduleHeader .link:hover,.root-web-sdk #containerForm .create_schedule_step_5 .SleepScheduleHeader .link:hover,.root-web-sdk #containerForm .create_schedule_step_6 .SleepScheduleHeader .link:hover,.root-web-sdk #containerForm .create_schedule_step_7 .SleepScheduleHeader .link:hover,.root-web-sdk #containerForm .create_schedule_step_8 .SleepScheduleHeader .link:hover,.root-web-sdk #containerForm .create_schedule_step_9 .SleepScheduleHeader .link:hover,.root-web-sdk #containerForm .create_schedule_step_10 .SleepScheduleHeader .link:hover,.root-web-sdk #containerForm .create_schedule_step_11 .SleepScheduleHeader .link:hover{cursor:pointer}.root-web-sdk #containerForm .create_schedule_step_1 .SleepScheduleTitle,.root-web-sdk #containerForm .create_schedule_step_2 .SleepScheduleTitle,.root-web-sdk #containerForm .create_schedule_step_3 .SleepScheduleTitle,.root-web-sdk #containerForm .create_schedule_step_4 .SleepScheduleTitle,.root-web-sdk #containerForm .create_schedule_step_5 .SleepScheduleTitle,.root-web-sdk #containerForm .create_schedule_step_6 .SleepScheduleTitle,.root-web-sdk #containerForm .create_schedule_step_7 .SleepScheduleTitle,.root-web-sdk #containerForm .create_schedule_step_8 .SleepScheduleTitle,.root-web-sdk #containerForm .create_schedule_step_9 .SleepScheduleTitle,.root-web-sdk #containerForm .create_schedule_step_10 .SleepScheduleTitle,.root-web-sdk #containerForm .create_schedule_step_11 .SleepScheduleTitle{--text-opacity:1;color:#373939;color:rgba(55, 57, 57, var(--text-opacity));font-weight:700;font-size:2rem;margin-bottom:.5rem}@media (min-width: 768px){.root-web-sdk #containerForm .create_schedule_step_1 .SleepScheduleTitle,.root-web-sdk #containerForm .create_schedule_step_2 .SleepScheduleTitle,.root-web-sdk #containerForm .create_schedule_step_3 .SleepScheduleTitle,.root-web-sdk #containerForm .create_schedule_step_4 .SleepScheduleTitle,.root-web-sdk #containerForm .create_schedule_step_5 .SleepScheduleTitle,.root-web-sdk #containerForm .create_schedule_step_6 .SleepScheduleTitle,.root-web-sdk #containerForm .create_schedule_step_7 .SleepScheduleTitle,.root-web-sdk #containerForm .create_schedule_step_8 .SleepScheduleTitle,.root-web-sdk #containerForm .create_schedule_step_9 .SleepScheduleTitle,.root-web-sdk #containerForm .create_schedule_step_10 .SleepScheduleTitle,.root-web-sdk #containerForm .create_schedule_step_11 .SleepScheduleTitle{font-size:2.813rem;margin-bottom:1rem}}.root-web-sdk #containerForm .create_schedule_step_1 .SleepScheduleDescription,.root-web-sdk #containerForm .create_schedule_step_1 .SleepScheduleSubtitleDescription,.root-web-sdk #containerForm .create_schedule_step_2 .SleepScheduleDescription,.root-web-sdk #containerForm .create_schedule_step_2 .SleepScheduleSubtitleDescription,.root-web-sdk #containerForm .create_schedule_step_3 .SleepScheduleDescription,.root-web-sdk #containerForm .create_schedule_step_3 .SleepScheduleSubtitleDescription,.root-web-sdk #containerForm .create_schedule_step_4 .SleepScheduleDescription,.root-web-sdk #containerForm .create_schedule_step_4 .SleepScheduleSubtitleDescription,.root-web-sdk #containerForm .create_schedule_step_5 .SleepScheduleDescription,.root-web-sdk #containerForm .create_schedule_step_5 .SleepScheduleSubtitleDescription,.root-web-sdk #containerForm .create_schedule_step_6 .SleepScheduleDescription,.root-web-sdk #containerForm .create_schedule_step_6 .SleepScheduleSubtitleDescription,.root-web-sdk #containerForm .create_schedule_step_7 .SleepScheduleDescription,.root-web-sdk #containerForm .create_schedule_step_7 .SleepScheduleSubtitleDescription,.root-web-sdk #containerForm .create_schedule_step_8 .SleepScheduleDescription,.root-web-sdk #containerForm .create_schedule_step_8 .SleepScheduleSubtitleDescription,.root-web-sdk #containerForm .create_schedule_step_9 .SleepScheduleDescription,.root-web-sdk #containerForm .create_schedule_step_9 .SleepScheduleSubtitleDescription,.root-web-sdk #containerForm .create_schedule_step_10 .SleepScheduleDescription,.root-web-sdk #containerForm .create_schedule_step_10 .SleepScheduleSubtitleDescription,.root-web-sdk #containerForm .create_schedule_step_11 .SleepScheduleDescription,.root-web-sdk #containerForm .create_schedule_step_11 .SleepScheduleSubtitleDescription{--text-opacity:1;color:#373939;color:rgba(55, 57, 57, var(--text-opacity));font-weight:400;font-size:1.125rem;margin-bottom:1rem}@media (max-width: 475px){.root-web-sdk #containerForm .create_schedule_step_1 .SleepScheduleDescription,.root-web-sdk #containerForm .create_schedule_step_1 .SleepScheduleSubtitleDescription,.root-web-sdk #containerForm .create_schedule_step_2 .SleepScheduleDescription,.root-web-sdk #containerForm .create_schedule_step_2 .SleepScheduleSubtitleDescription,.root-web-sdk #containerForm .create_schedule_step_3 .SleepScheduleDescription,.root-web-sdk #containerForm .create_schedule_step_3 .SleepScheduleSubtitleDescription,.root-web-sdk #containerForm .create_schedule_step_4 .SleepScheduleDescription,.root-web-sdk #containerForm .create_schedule_step_4 .SleepScheduleSubtitleDescription,.root-web-sdk #containerForm .create_schedule_step_5 .SleepScheduleDescription,.root-web-sdk #containerForm .create_schedule_step_5 .SleepScheduleSubtitleDescription,.root-web-sdk #containerForm .create_schedule_step_6 .SleepScheduleDescription,.root-web-sdk #containerForm .create_schedule_step_6 .SleepScheduleSubtitleDescription,.root-web-sdk #containerForm .create_schedule_step_7 .SleepScheduleDescription,.root-web-sdk #containerForm .create_schedule_step_7 .SleepScheduleSubtitleDescription,.root-web-sdk #containerForm .create_schedule_step_8 .SleepScheduleDescription,.root-web-sdk #containerForm .create_schedule_step_8 .SleepScheduleSubtitleDescription,.root-web-sdk #containerForm .create_schedule_step_9 .SleepScheduleDescription,.root-web-sdk #containerForm .create_schedule_step_9 .SleepScheduleSubtitleDescription,.root-web-sdk #containerForm .create_schedule_step_10 .SleepScheduleDescription,.root-web-sdk #containerForm .create_schedule_step_10 .SleepScheduleSubtitleDescription,.root-web-sdk #containerForm .create_schedule_step_11 .SleepScheduleDescription,.root-web-sdk #containerForm .create_schedule_step_11 .SleepScheduleSubtitleDescription{margin-bottom:32px}}.root-web-sdk #containerForm .create_schedule_step_1 .SleepScheduleSubtitle,.root-web-sdk #containerForm .create_schedule_step_2 .SleepScheduleSubtitle,.root-web-sdk #containerForm .create_schedule_step_3 .SleepScheduleSubtitle,.root-web-sdk #containerForm .create_schedule_step_4 .SleepScheduleSubtitle,.root-web-sdk #containerForm .create_schedule_step_5 .SleepScheduleSubtitle,.root-web-sdk #containerForm .create_schedule_step_6 .SleepScheduleSubtitle,.root-web-sdk #containerForm .create_schedule_step_7 .SleepScheduleSubtitle,.root-web-sdk #containerForm .create_schedule_step_8 .SleepScheduleSubtitle,.root-web-sdk #containerForm .create_schedule_step_9 .SleepScheduleSubtitle,.root-web-sdk #containerForm .create_schedule_step_10 .SleepScheduleSubtitle,.root-web-sdk #containerForm .create_schedule_step_11 .SleepScheduleSubtitle{--text-opacity:1;color:#373939;color:rgba(55, 57, 57, var(--text-opacity));font-weight:700;font-size:1.375rem;margin-top:1.5rem;margin-bottom:.5rem}@media (min-width: 768px){.root-web-sdk #containerForm .create_schedule_step_1 .SleepScheduleSubtitle,.root-web-sdk #containerForm .create_schedule_step_2 .SleepScheduleSubtitle,.root-web-sdk #containerForm .create_schedule_step_3 .SleepScheduleSubtitle,.root-web-sdk #containerForm .create_schedule_step_4 .SleepScheduleSubtitle,.root-web-sdk #containerForm .create_schedule_step_5 .SleepScheduleSubtitle,.root-web-sdk #containerForm .create_schedule_step_6 .SleepScheduleSubtitle,.root-web-sdk #containerForm .create_schedule_step_7 .SleepScheduleSubtitle,.root-web-sdk #containerForm .create_schedule_step_8 .SleepScheduleSubtitle,.root-web-sdk #containerForm .create_schedule_step_9 .SleepScheduleSubtitle,.root-web-sdk #containerForm .create_schedule_step_10 .SleepScheduleSubtitle,.root-web-sdk #containerForm .create_schedule_step_11 .SleepScheduleSubtitle{font-size:1.625rem}}.root-web-sdk #containerForm .create_schedule_step_1 .SleepScheduleSubtitleDescription,.root-web-sdk #containerForm .create_schedule_step_2 .SleepScheduleSubtitleDescription,.root-web-sdk #containerForm .create_schedule_step_3 .SleepScheduleSubtitleDescription,.root-web-sdk #containerForm .create_schedule_step_4 .SleepScheduleSubtitleDescription,.root-web-sdk #containerForm .create_schedule_step_5 .SleepScheduleSubtitleDescription,.root-web-sdk #containerForm .create_schedule_step_6 .SleepScheduleSubtitleDescription,.root-web-sdk #containerForm .create_schedule_step_7 .SleepScheduleSubtitleDescription,.root-web-sdk #containerForm .create_schedule_step_8 .SleepScheduleSubtitleDescription,.root-web-sdk #containerForm .create_schedule_step_9 .SleepScheduleSubtitleDescription,.root-web-sdk #containerForm .create_schedule_step_10 .SleepScheduleSubtitleDescription,.root-web-sdk #containerForm .create_schedule_step_11 .SleepScheduleSubtitleDescription{margin-bottom:1.5rem}@media (min-width: 768px){.root-web-sdk #containerForm .create_schedule_step_1 .SleepScheduleSubtitleDescription,.root-web-sdk #containerForm .create_schedule_step_2 .SleepScheduleSubtitleDescription,.root-web-sdk #containerForm .create_schedule_step_3 .SleepScheduleSubtitleDescription,.root-web-sdk #containerForm .create_schedule_step_4 .SleepScheduleSubtitleDescription,.root-web-sdk #containerForm .create_schedule_step_5 .SleepScheduleSubtitleDescription,.root-web-sdk #containerForm .create_schedule_step_6 .SleepScheduleSubtitleDescription,.root-web-sdk #containerForm .create_schedule_step_7 .SleepScheduleSubtitleDescription,.root-web-sdk #containerForm .create_schedule_step_8 .SleepScheduleSubtitleDescription,.root-web-sdk #containerForm .create_schedule_step_9 .SleepScheduleSubtitleDescription,.root-web-sdk #containerForm .create_schedule_step_10 .SleepScheduleSubtitleDescription,.root-web-sdk #containerForm .create_schedule_step_11 .SleepScheduleSubtitleDescription{margin-bottom:32px}}.root-web-sdk #containerForm .create_schedule_step_1 .EditSleepScheduleRecommendNotice30Min,.root-web-sdk #containerForm .create_schedule_step_2 .EditSleepScheduleRecommendNotice30Min,.root-web-sdk #containerForm .create_schedule_step_3 .EditSleepScheduleRecommendNotice30Min,.root-web-sdk #containerForm .create_schedule_step_4 .EditSleepScheduleRecommendNotice30Min,.root-web-sdk #containerForm .create_schedule_step_5 .EditSleepScheduleRecommendNotice30Min,.root-web-sdk #containerForm .create_schedule_step_6 .EditSleepScheduleRecommendNotice30Min,.root-web-sdk #containerForm .create_schedule_step_7 .EditSleepScheduleRecommendNotice30Min,.root-web-sdk #containerForm .create_schedule_step_8 .EditSleepScheduleRecommendNotice30Min,.root-web-sdk #containerForm .create_schedule_step_9 .EditSleepScheduleRecommendNotice30Min,.root-web-sdk #containerForm .create_schedule_step_10 .EditSleepScheduleRecommendNotice30Min,.root-web-sdk #containerForm .create_schedule_step_11 .EditSleepScheduleRecommendNotice30Min{display:grid;grid-template-columns:repeat(6, minmax(0, 1fr));grid-auto-rows:auto;grid-template-columns:30px auto auto auto auto auto}.root-web-sdk #containerForm .create_schedule_step_1 .EditSleepScheduleRecommendNotice30Min .ic_alert_warning_2,.root-web-sdk #containerForm .create_schedule_step_2 .EditSleepScheduleRecommendNotice30Min .ic_alert_warning_2,.root-web-sdk #containerForm .create_schedule_step_3 .EditSleepScheduleRecommendNotice30Min .ic_alert_warning_2,.root-web-sdk #containerForm .create_schedule_step_4 .EditSleepScheduleRecommendNotice30Min .ic_alert_warning_2,.root-web-sdk #containerForm .create_schedule_step_5 .EditSleepScheduleRecommendNotice30Min .ic_alert_warning_2,.root-web-sdk #containerForm .create_schedule_step_6 .EditSleepScheduleRecommendNotice30Min .ic_alert_warning_2,.root-web-sdk #containerForm .create_schedule_step_7 .EditSleepScheduleRecommendNotice30Min .ic_alert_warning_2,.root-web-sdk #containerForm .create_schedule_step_8 .EditSleepScheduleRecommendNotice30Min .ic_alert_warning_2,.root-web-sdk #containerForm .create_schedule_step_9 .EditSleepScheduleRecommendNotice30Min .ic_alert_warning_2,.root-web-sdk #containerForm .create_schedule_step_10 .EditSleepScheduleRecommendNotice30Min .ic_alert_warning_2,.root-web-sdk #containerForm .create_schedule_step_11 .EditSleepScheduleRecommendNotice30Min .ic_alert_warning_2{margin-top:3px;grid-column-start:1;grid-column-end:1;width:30px;height:30px;background-image:url(https://assets.livongo.com/image/upload/v1713187505/web-sdk/icons/alert-warning_expzlm.svg);background-repeat:no-repeat}.root-web-sdk #containerForm .create_schedule_step_1 .EditSleepScheduleRecommendNotice30Min .RecommendNoticeText30Min,.root-web-sdk #containerForm .create_schedule_step_2 .EditSleepScheduleRecommendNotice30Min .RecommendNoticeText30Min,.root-web-sdk #containerForm .create_schedule_step_3 .EditSleepScheduleRecommendNotice30Min .RecommendNoticeText30Min,.root-web-sdk #containerForm .create_schedule_step_4 .EditSleepScheduleRecommendNotice30Min .RecommendNoticeText30Min,.root-web-sdk #containerForm .create_schedule_step_5 .EditSleepScheduleRecommendNotice30Min .RecommendNoticeText30Min,.root-web-sdk #containerForm .create_schedule_step_6 .EditSleepScheduleRecommendNotice30Min .RecommendNoticeText30Min,.root-web-sdk #containerForm .create_schedule_step_7 .EditSleepScheduleRecommendNotice30Min .RecommendNoticeText30Min,.root-web-sdk #containerForm .create_schedule_step_8 .EditSleepScheduleRecommendNotice30Min .RecommendNoticeText30Min,.root-web-sdk #containerForm .create_schedule_step_9 .EditSleepScheduleRecommendNotice30Min .RecommendNoticeText30Min,.root-web-sdk #containerForm .create_schedule_step_10 .EditSleepScheduleRecommendNotice30Min .RecommendNoticeText30Min,.root-web-sdk #containerForm .create_schedule_step_11 .EditSleepScheduleRecommendNotice30Min .RecommendNoticeText30Min{grid-column-start:2;grid-column-end:6}.root-web-sdk #containerForm .create_schedule_step_1 .EditSleepScheduleRecommendNotice60Min,.root-web-sdk #containerForm .create_schedule_step_2 .EditSleepScheduleRecommendNotice60Min,.root-web-sdk #containerForm .create_schedule_step_3 .EditSleepScheduleRecommendNotice60Min,.root-web-sdk #containerForm .create_schedule_step_4 .EditSleepScheduleRecommendNotice60Min,.root-web-sdk #containerForm .create_schedule_step_5 .EditSleepScheduleRecommendNotice60Min,.root-web-sdk #containerForm .create_schedule_step_6 .EditSleepScheduleRecommendNotice60Min,.root-web-sdk #containerForm .create_schedule_step_7 .EditSleepScheduleRecommendNotice60Min,.root-web-sdk #containerForm .create_schedule_step_8 .EditSleepScheduleRecommendNotice60Min,.root-web-sdk #containerForm .create_schedule_step_9 .EditSleepScheduleRecommendNotice60Min,.root-web-sdk #containerForm .create_schedule_step_10 .EditSleepScheduleRecommendNotice60Min,.root-web-sdk #containerForm .create_schedule_step_11 .EditSleepScheduleRecommendNotice60Min{display:grid;grid-template-columns:repeat(6, minmax(0, 1fr));grid-auto-rows:auto;grid-template-columns:30px auto auto auto auto auto}.root-web-sdk #containerForm .create_schedule_step_1 .EditSleepScheduleRecommendNotice60Min .ic_alert_warning_2,.root-web-sdk #containerForm .create_schedule_step_2 .EditSleepScheduleRecommendNotice60Min .ic_alert_warning_2,.root-web-sdk #containerForm .create_schedule_step_3 .EditSleepScheduleRecommendNotice60Min .ic_alert_warning_2,.root-web-sdk #containerForm .create_schedule_step_4 .EditSleepScheduleRecommendNotice60Min .ic_alert_warning_2,.root-web-sdk #containerForm .create_schedule_step_5 .EditSleepScheduleRecommendNotice60Min .ic_alert_warning_2,.root-web-sdk #containerForm .create_schedule_step_6 .EditSleepScheduleRecommendNotice60Min .ic_alert_warning_2,.root-web-sdk #containerForm .create_schedule_step_7 .EditSleepScheduleRecommendNotice60Min .ic_alert_warning_2,.root-web-sdk #containerForm .create_schedule_step_8 .EditSleepScheduleRecommendNotice60Min .ic_alert_warning_2,.root-web-sdk #containerForm .create_schedule_step_9 .EditSleepScheduleRecommendNotice60Min .ic_alert_warning_2,.root-web-sdk #containerForm .create_schedule_step_10 .EditSleepScheduleRecommendNotice60Min .ic_alert_warning_2,.root-web-sdk #containerForm .create_schedule_step_11 .EditSleepScheduleRecommendNotice60Min .ic_alert_warning_2{margin-top:3px;grid-column-start:1;grid-column-end:1;width:30px;height:30px;background-image:url(https://assets.livongo.com/image/upload/v1713187505/web-sdk/icons/alert-warning_expzlm.svg);background-repeat:no-repeat}.root-web-sdk #containerForm .create_schedule_step_1 .EditSleepScheduleRecommendNotice60Min .RecommendNoticeText60Min,.root-web-sdk #containerForm .create_schedule_step_2 .EditSleepScheduleRecommendNotice60Min .RecommendNoticeText60Min,.root-web-sdk #containerForm .create_schedule_step_3 .EditSleepScheduleRecommendNotice60Min .RecommendNoticeText60Min,.root-web-sdk #containerForm .create_schedule_step_4 .EditSleepScheduleRecommendNotice60Min .RecommendNoticeText60Min,.root-web-sdk #containerForm .create_schedule_step_5 .EditSleepScheduleRecommendNotice60Min .RecommendNoticeText60Min,.root-web-sdk #containerForm .create_schedule_step_6 .EditSleepScheduleRecommendNotice60Min .RecommendNoticeText60Min,.root-web-sdk #containerForm .create_schedule_step_7 .EditSleepScheduleRecommendNotice60Min .RecommendNoticeText60Min,.root-web-sdk #containerForm .create_schedule_step_8 .EditSleepScheduleRecommendNotice60Min .RecommendNoticeText60Min,.root-web-sdk #containerForm .create_schedule_step_9 .EditSleepScheduleRecommendNotice60Min .RecommendNoticeText60Min,.root-web-sdk #containerForm .create_schedule_step_10 .EditSleepScheduleRecommendNotice60Min .RecommendNoticeText60Min,.root-web-sdk #containerForm .create_schedule_step_11 .EditSleepScheduleRecommendNotice60Min .RecommendNoticeText60Min{grid-column-start:2;grid-column-end:6}@media (max-width: 475px){.root-web-sdk #containerForm .create_schedule_step_1 .SleepScheduleHeader,.root-web-sdk #containerForm .create_schedule_step_2 .SleepScheduleHeader,.root-web-sdk #containerForm .create_schedule_step_3 .SleepScheduleHeader,.root-web-sdk #containerForm .create_schedule_step_4 .SleepScheduleHeader,.root-web-sdk #containerForm .create_schedule_step_5 .SleepScheduleHeader,.root-web-sdk #containerForm .create_schedule_step_6 .SleepScheduleHeader,.root-web-sdk #containerForm .create_schedule_step_7 .SleepScheduleHeader,.root-web-sdk #containerForm .create_schedule_step_8 .SleepScheduleHeader,.root-web-sdk #containerForm .create_schedule_step_9 .SleepScheduleHeader,.root-web-sdk #containerForm .create_schedule_step_10 .SleepScheduleHeader,.root-web-sdk #containerForm .create_schedule_step_11 .SleepScheduleHeader{display:block}}.root-web-sdk #containerForm .create_schedule_step_1 .button.modernizedButton[name=NextButton][type=button],.root-web-sdk #containerForm .create_schedule_step_1 .modernizedButton.modernizedButton-block,.root-web-sdk #containerForm .create_schedule_step_2 .button.modernizedButton[name=NextButton][type=button],.root-web-sdk #containerForm .create_schedule_step_2 .modernizedButton.modernizedButton-block,.root-web-sdk #containerForm .create_schedule_step_3 .button.modernizedButton[name=NextButton][type=button],.root-web-sdk #containerForm .create_schedule_step_3 .modernizedButton.modernizedButton-block,.root-web-sdk #containerForm .create_schedule_step_4 .button.modernizedButton[name=NextButton][type=button],.root-web-sdk #containerForm .create_schedule_step_4 .modernizedButton.modernizedButton-block,.root-web-sdk #containerForm .create_schedule_step_5 .button.modernizedButton[name=NextButton][type=button],.root-web-sdk #containerForm .create_schedule_step_5 .modernizedButton.modernizedButton-block,.root-web-sdk #containerForm .create_schedule_step_6 .button.modernizedButton[name=NextButton][type=button],.root-web-sdk #containerForm .create_schedule_step_6 .modernizedButton.modernizedButton-block,.root-web-sdk #containerForm .create_schedule_step_7 .button.modernizedButton[name=NextButton][type=button],.root-web-sdk #containerForm .create_schedule_step_7 .modernizedButton.modernizedButton-block,.root-web-sdk #containerForm .create_schedule_step_8 .button.modernizedButton[name=NextButton][type=button],.root-web-sdk #containerForm .create_schedule_step_8 .modernizedButton.modernizedButton-block,.root-web-sdk #containerForm .create_schedule_step_9 .button.modernizedButton[name=NextButton][type=button],.root-web-sdk #containerForm .create_schedule_step_9 .modernizedButton.modernizedButton-block,.root-web-sdk #containerForm .create_schedule_step_10 .button.modernizedButton[name=NextButton][type=button],.root-web-sdk #containerForm .create_schedule_step_10 .modernizedButton.modernizedButton-block,.root-web-sdk #containerForm .create_schedule_step_11 .button.modernizedButton[name=NextButton][type=button],.root-web-sdk #containerForm .create_schedule_step_11 .modernizedButton.modernizedButton-block{background-color:#422981;background-color:rgba(66, 41, 129, var(--bg-opacity));height:2.75rem;float:right;border-radius:9999px;--bg-opacity:1;background-color:#5b2f91;background-color:rgba(91, 47, 145, var(--bg-opacity));box-shadow:0 4px 10px 0 rgba(0,0,0,0.16);border-width:0;width:87px;margin-bottom:0}@media (min-width: 768px){.root-web-sdk #containerForm .create_schedule_step_1 .button.modernizedButton[name=NextButton][type=button],.root-web-sdk #containerForm .create_schedule_step_1 .modernizedButton.modernizedButton-block,.root-web-sdk #containerForm .create_schedule_step_2 .button.modernizedButton[name=NextButton][type=button],.root-web-sdk #containerForm .create_schedule_step_2 .modernizedButton.modernizedButton-block,.root-web-sdk #containerForm .create_schedule_step_3 .button.modernizedButton[name=NextButton][type=button],.root-web-sdk #containerForm .create_schedule_step_3 .modernizedButton.modernizedButton-block,.root-web-sdk #containerForm .create_schedule_step_4 .button.modernizedButton[name=NextButton][type=button],.root-web-sdk #containerForm .create_schedule_step_4 .modernizedButton.modernizedButton-block,.root-web-sdk #containerForm .create_schedule_step_5 .button.modernizedButton[name=NextButton][type=button],.root-web-sdk #containerForm .create_schedule_step_5 .modernizedButton.modernizedButton-block,.root-web-sdk #containerForm .create_schedule_step_6 .button.modernizedButton[name=NextButton][type=button],.root-web-sdk #containerForm .create_schedule_step_6 .modernizedButton.modernizedButton-block,.root-web-sdk #containerForm .create_schedule_step_7 .button.modernizedButton[name=NextButton][type=button],.root-web-sdk #containerForm .create_schedule_step_7 .modernizedButton.modernizedButton-block,.root-web-sdk #containerForm .create_schedule_step_8 .button.modernizedButton[name=NextButton][type=button],.root-web-sdk #containerForm .create_schedule_step_8 .modernizedButton.modernizedButton-block,.root-web-sdk #containerForm .create_schedule_step_9 .button.modernizedButton[name=NextButton][type=button],.root-web-sdk #containerForm .create_schedule_step_9 .modernizedButton.modernizedButton-block,.root-web-sdk #containerForm .create_schedule_step_10 .button.modernizedButton[name=NextButton][type=button],.root-web-sdk #containerForm .create_schedule_step_10 .modernizedButton.modernizedButton-block,.root-web-sdk #containerForm .create_schedule_step_11 .button.modernizedButton[name=NextButton][type=button],.root-web-sdk #containerForm .create_schedule_step_11 .modernizedButton.modernizedButton-block{width:103px;height:3rem}}.root-web-sdk #containerForm .create_schedule_step_1 .button.modernizedButton[name=NextButton][type=button] .title,.root-web-sdk #containerForm .create_schedule_step_1 .modernizedButton.modernizedButton-block .title,.root-web-sdk #containerForm .create_schedule_step_2 .button.modernizedButton[name=NextButton][type=button] .title,.root-web-sdk #containerForm .create_schedule_step_2 .modernizedButton.modernizedButton-block .title,.root-web-sdk #containerForm .create_schedule_step_3 .button.modernizedButton[name=NextButton][type=button] .title,.root-web-sdk #containerForm .create_schedule_step_3 .modernizedButton.modernizedButton-block .title,.root-web-sdk #containerForm .create_schedule_step_4 .button.modernizedButton[name=NextButton][type=button] .title,.root-web-sdk #containerForm .create_schedule_step_4 .modernizedButton.modernizedButton-block .title,.root-web-sdk #containerForm .create_schedule_step_5 .button.modernizedButton[name=NextButton][type=button] .title,.root-web-sdk #containerForm .create_schedule_step_5 .modernizedButton.modernizedButton-block .title,.root-web-sdk #containerForm .create_schedule_step_6 .button.modernizedButton[name=NextButton][type=button] .title,.root-web-sdk #containerForm .create_schedule_step_6 .modernizedButton.modernizedButton-block .title,.root-web-sdk #containerForm .create_schedule_step_7 .button.modernizedButton[name=NextButton][type=button] .title,.root-web-sdk #containerForm .create_schedule_step_7 .modernizedButton.modernizedButton-block .title,.root-web-sdk #containerForm .create_schedule_step_8 .button.modernizedButton[name=NextButton][type=button] .title,.root-web-sdk #containerForm .create_schedule_step_8 .modernizedButton.modernizedButton-block .title,.root-web-sdk #containerForm .create_schedule_step_9 .button.modernizedButton[name=NextButton][type=button] .title,.root-web-sdk #containerForm .create_schedule_step_9 .modernizedButton.modernizedButton-block .title,.root-web-sdk #containerForm .create_schedule_step_10 .button.modernizedButton[name=NextButton][type=button] .title,.root-web-sdk #containerForm .create_schedule_step_10 .modernizedButton.modernizedButton-block .title,.root-web-sdk #containerForm .create_schedule_step_11 .button.modernizedButton[name=NextButton][type=button] .title,.root-web-sdk #containerForm .create_schedule_step_11 .modernizedButton.modernizedButton-block .title{--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity));font-weight:500;font-size:1.125rem;line-height:20px;margin:auto}.root-web-sdk #containerForm .create_schedule_step_1{width:100%;min-height:245px}@media (min-width: 576px){.root-web-sdk #containerForm .create_schedule_step_1{height:396px}}@media (min-width: 768px){.root-web-sdk #containerForm .create_schedule_step_1{height:528px}}.root-web-sdk #containerForm .create_schedule_step_1 .image-wrapper-web-sdk{height:100% !important}.root-web-sdk #containerForm .create_schedule_step_1 .image-wrapper-web-sdk .image-container-web-sdk{width:100%;height:100%}.root-web-sdk #containerForm .create_schedule_step_1 .image-wrapper-web-sdk .image-container-web-sdk img{width:100%;-o-object-fit:cover;object-fit:cover}.root-web-sdk #containerForm .create_schedule_step_2{width:100%;min-height:245px}@media (min-width: 576px){.root-web-sdk #containerForm .create_schedule_step_2{height:396px}}@media (min-width: 768px){.root-web-sdk #containerForm .create_schedule_step_2{height:528px}}.root-web-sdk #containerForm .create_schedule_step_2 .image-wrapper-web-sdk{height:100% !important}.root-web-sdk #containerForm .create_schedule_step_2 .image-wrapper-web-sdk .image-container-web-sdk{width:100%;height:100%}.root-web-sdk #containerForm .create_schedule_step_2 .image-wrapper-web-sdk .image-container-web-sdk img{width:100%;-o-object-fit:cover;object-fit:cover}.root-web-sdk #containerForm .create_schedule_step_5{width:100%;min-height:245px}@media (min-width: 576px){.root-web-sdk #containerForm .create_schedule_step_5{height:396px}}@media (min-width: 768px){.root-web-sdk #containerForm .create_schedule_step_5{height:528px}}.root-web-sdk #containerForm .create_schedule_step_5 .image-wrapper-web-sdk{height:100% !important}.root-web-sdk #containerForm .create_schedule_step_5 .image-wrapper-web-sdk .image-container-web-sdk{width:100%;height:100%}.root-web-sdk #containerForm .create_schedule_step_5 .image-wrapper-web-sdk .image-container-web-sdk img{width:100%;-o-object-fit:cover;object-fit:cover}.root-web-sdk #containerForm .create_schedule_step_6{width:100%;min-height:245px}@media (min-width: 576px){.root-web-sdk #containerForm .create_schedule_step_6{height:396px}}@media (min-width: 768px){.root-web-sdk #containerForm .create_schedule_step_6{height:528px}}.root-web-sdk #containerForm .create_schedule_step_6 .image-wrapper-web-sdk{height:100% !important}.root-web-sdk #containerForm .create_schedule_step_6 .image-wrapper-web-sdk .image-container-web-sdk{width:100%;height:100%}.root-web-sdk #containerForm .create_schedule_step_6 .image-wrapper-web-sdk .image-container-web-sdk img{width:100%;-o-object-fit:cover;object-fit:cover}.root-web-sdk #containerForm .create_schedule_step_8{width:100%;min-height:245px}@media (min-width: 576px){.root-web-sdk #containerForm .create_schedule_step_8{height:396px}}@media (min-width: 768px){.root-web-sdk #containerForm .create_schedule_step_8{height:528px}}.root-web-sdk #containerForm .create_schedule_step_8 .image-wrapper-web-sdk{height:100% !important}.root-web-sdk #containerForm .create_schedule_step_8 .image-wrapper-web-sdk .image-container-web-sdk{width:100%;height:100%}.root-web-sdk #containerForm .create_schedule_step_8 .image-wrapper-web-sdk .image-container-web-sdk img{width:100%;-o-object-fit:cover;object-fit:cover}.root-web-sdk #containerForm .create_schedule_step_11{width:100%;min-height:245px}@media (min-width: 576px){.root-web-sdk #containerForm .create_schedule_step_11{height:396px}}@media (min-width: 768px){.root-web-sdk #containerForm .create_schedule_step_11{height:528px}}.root-web-sdk #containerForm .create_schedule_step_11 .image-wrapper-web-sdk{height:100% !important}.root-web-sdk #containerForm .create_schedule_step_11 .image-wrapper-web-sdk .image-container-web-sdk{width:100%;height:100%}.root-web-sdk #containerForm .create_schedule_step_11 .image-wrapper-web-sdk .image-container-web-sdk img{width:100%;-o-object-fit:cover;object-fit:cover}.root-web-sdk #containerForm .create_schedule_step_11 .SleepScheduleHeader .link{display:none}.root-web-sdk #containerForm .create_schedule_step_3 .SleepScheduleStatsContainer{max-width:none;display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));margin-bottom:32px;margin-top:58px;justify-items:stretch;grid-template-columns:1fr 10px 1fr}.root-web-sdk #containerForm .create_schedule_step_3 .SleepScheduleStatsContainer .ic_tdh_myS_clock{grid-column-start:1;grid-column-end:auto;grid-row-start:1;grid-row-end:auto;margin:auto auto 1rem;width:2rem;height:2rem;min-width:32px;min-height:32px;background-size:unset;background-image:url(https://assets.livongo.com/image/upload/v1713276022/web-sdk/icons/clock.svg)}.root-web-sdk #containerForm .create_schedule_step_3 .SleepScheduleStatsContainer .divider{margin-top:1rem;margin-bottom:1rem;grid-column-start:2;grid-column-end:auto;grid-row-start:1;grid-row-end:auto;grid-row:span 3/span 3;position:relative;--transform-translate-x:0;--transform-translate-y:0;--transform-rotate:0;--transform-skew-x:0;--transform-skew-y:0;--transform-scale-x:1;--transform-scale-y:1;transform:translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));--transform-rotate:-90deg;--border-opacity:1;border-color:#eff1f1;border-color:rgba(239, 241, 241, var(--border-opacity));border-top:1px rgba(239, 241, 241, var(--border-opacity));border-style:solid;width:104px;right:3rem;top:38px;bottom:38px}@media (max-width: 480px){.root-web-sdk #containerForm .create_schedule_step_3 .SleepScheduleStatsContainer .divider{transform:none;top:0;right:0;width:100%;position:static}}.root-web-sdk #containerForm .create_schedule_step_3 .SleepScheduleStatsContainer .ic_tdh_myS_sleep_bedtime{grid-column-start:3;grid-column-end:auto;grid-row-start:1;grid-row-end:auto;margin:auto auto 1rem;width:2rem;height:2rem;min-width:32px;min-height:32px;background-size:unset;background-image:url(https://assets.livongo.com/image/upload/v1713277857/web-sdk/icons/ic_tdh_myS_sleep_bedtime.svg)}.root-web-sdk #containerForm .create_schedule_step_3 .SleepScheduleStatsContainer .SleepScheduleAverageSleepEfficiencyValue,.root-web-sdk #containerForm .create_schedule_step_3 .SleepScheduleStatsContainer .SleepScheduleAverageSleepTimeValue{font-weight:700;--text-opacity:1;color:#373939;color:rgba(55, 57, 57, var(--text-opacity));font-size:1.875rem}@media (max-width: 475px){.root-web-sdk #containerForm .create_schedule_step_3 .SleepScheduleStatsContainer .SleepScheduleAverageSleepEfficiencyValue,.root-web-sdk #containerForm .create_schedule_step_3 .SleepScheduleStatsContainer .SleepScheduleAverageSleepTimeValue{font-size:1.5rem}}.root-web-sdk #containerForm .create_schedule_step_3 .SleepScheduleStatsContainer .SleepScheduleAverageSleepEfficiencyText,.root-web-sdk #containerForm .create_schedule_step_3 .SleepScheduleStatsContainer .SleepScheduleAverageSleepTimeText{font-weight:400;--text-opacity:1;color:#696b6b;color:rgba(105, 107, 107, var(--text-opacity));font-size:1.125rem;margin-bottom:0}.root-web-sdk #containerForm .create_schedule_step_3 .SleepScheduleStatsContainer .SleepScheduleAverageSleepTimeText{grid-column-start:1;grid-column-end:auto;grid-row-start:2;grid-row-end:auto}.root-web-sdk #containerForm .create_schedule_step_3 .SleepScheduleStatsContainer .SleepScheduleAverageSleepEfficiencyText{grid-column-start:3;grid-column-end:auto;grid-row-start:2;grid-row-end:auto}.root-web-sdk #containerForm .create_schedule_step_3 .SleepScheduleStatsContainer .SleepScheduleAverageSleepTimeValue{grid-column-start:1;grid-column-end:auto;grid-row-start:3;grid-row-end:auto}.root-web-sdk #containerForm .create_schedule_step_3 .SleepScheduleStatsContainer .SleepScheduleAverageSleepEfficiencyValue{grid-column-start:3;grid-column-end:auto;grid-row-start:3;grid-row-end:auto}@media (max-width: 480px){.root-web-sdk #containerForm .create_schedule_step_3 .SleepScheduleStatsContainer{display:block;margin-bottom:1.5rem}}.root-web-sdk #containerForm .create_schedule_step_3 .SleepScheduleStatsContainer>*{text-align:center}.root-web-sdk #containerForm .create_schedule_step_4 .SleepScheduleGraphContainer{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));margin-top:1.5rem;margin-bottom:1.5rem;max-width:none;grid-template-columns:140px 200px;grid-template-rows:4px 60px 60px 4px 60px auto}@media (min-width: 768px){.root-web-sdk #containerForm .create_schedule_step_4 .SleepScheduleGraphContainer{margin-bottom:32px}}@media (max-width: 357px){.root-web-sdk #containerForm .create_schedule_step_4 .SleepScheduleGraphContainer{justify-content:space-between;grid-template-columns:140px 1fr}}.root-web-sdk #containerForm .create_schedule_step_4 .SleepScheduleGraphContainer .SleepScheduleSleepEfficiencyText{background-image:linear-gradient(#00498a, #00498a);background-size:30% 4px,calc(100% - 4px) 100%;background-repeat:no-repeat;background-position:left top 4px;margin-bottom:0;text-align:left;padding-top:.5rem}.root-web-sdk #containerForm .create_schedule_step_4 .SleepScheduleGraphContainer .SleepScheduleTargetSleepEfficiencyText{background-image:linear-gradient(#7c68d8, #7c68d8);background-size:30% 4px,calc(100% - 4px) 100%;background-repeat:no-repeat;background-position:left top 4px;margin-bottom:0;text-align:left;padding-top:.5rem}.root-web-sdk #containerForm .create_schedule_step_4 .SleepScheduleGraphContainer .SleepScheduleSleepEfficiencyGraph,.root-web-sdk #containerForm .create_schedule_step_4 .SleepScheduleGraphContainer .SleepScheduleSleepEfficiencyValue,.root-web-sdk #containerForm .create_schedule_step_4 .SleepScheduleGraphContainer .SleepScheduleTargetSleepEfficiencyValue{margin-bottom:0;text-align:left}.root-web-sdk #containerForm .create_schedule_step_4 .SleepScheduleGraphContainer .SleepScheduleSleepEfficiencyValue,.root-web-sdk #containerForm .create_schedule_step_4 .SleepScheduleGraphContainer .SleepScheduleTargetSleepEfficiencyValue{margin-top:.25rem;margin-bottom:1rem;font-weight:700;--text-opacity:1;color:#373939;color:rgba(55, 57, 57, var(--text-opacity));font-size:1.875rem}.root-web-sdk #containerForm .create_schedule_step_4 .SleepScheduleGraphContainer .SleepScheduleSleepEfficiencyText{grid-column-start:1;grid-column-end:auto;grid-row-start:2;grid-row-end:auto;line-height:1.75rem}@media (max-width: 475px){.root-web-sdk #containerForm .create_schedule_step_4 .SleepScheduleGraphContainer .SleepScheduleSleepEfficiencyText{line-height:1.5rem}}.root-web-sdk #containerForm .create_schedule_step_4 .SleepScheduleGraphContainer .SleepScheduleSleepEfficiencyValue{grid-column-start:1;grid-column-end:auto;grid-row-start:3;grid-row-end:auto}.root-web-sdk #containerForm .create_schedule_step_4 .SleepScheduleGraphContainer .SleepScheduleTargetSleepEfficiencyText{grid-column-start:1;grid-column-end:auto;grid-row-start:5;grid-row-end:auto;line-height:1.75rem}@media (max-width: 475px){.root-web-sdk #containerForm .create_schedule_step_4 .SleepScheduleGraphContainer .SleepScheduleTargetSleepEfficiencyText{line-height:1.5rem}}.root-web-sdk #containerForm .create_schedule_step_4 .SleepScheduleGraphContainer .SleepScheduleTargetSleepEfficiencyValue{grid-column-start:1;grid-column-end:auto;grid-row-start:6;grid-row-end:auto}.root-web-sdk #containerForm .create_schedule_step_4 .SleepScheduleGraphContainer .graph-wrapper-web-sdk{text-align:right;grid-column-start:2;grid-column-end:auto;grid-row-start:1;grid-row-end:auto;grid-row:span 6/span 6}.root-web-sdk #containerForm .create_schedule_step_4 .SleepScheduleGraphContainer .graph-wrapper-web-sdk .bar,.root-web-sdk #containerForm .create_schedule_step_4 .SleepScheduleGraphContainer .graph-wrapper-web-sdk .gray-bar{width:65%;right:18%;left:18%}.root-web-sdk #containerForm .create_schedule_step_4 .SleepScheduleGraphContainer .graph-wrapper-web-sdk .graph-days{width:100%;margin-left:0}.root-web-sdk #containerForm .create_schedule_step_7 .EarliestBedTimeText,.root-web-sdk #containerForm .create_schedule_step_7 .LatestRiseTimeText,.root-web-sdk #containerForm .create_schedule_step_7 .SleepScheduleTimeInBedText,.root-web-sdk #containerForm .create_schedule_step_9 .EarliestBedTimeText,.root-web-sdk #containerForm .create_schedule_step_9 .LatestRiseTimeText,.root-web-sdk #containerForm .create_schedule_step_9 .SleepScheduleTimeInBedText,.root-web-sdk #containerForm .create_schedule_step_10 .EarliestBedTimeText,.root-web-sdk #containerForm .create_schedule_step_10 .LatestRiseTimeText,.root-web-sdk #containerForm .create_schedule_step_10 .SleepScheduleTimeInBedText{--text-opacity:1;color:#696b6b;color:rgba(105, 107, 107, var(--text-opacity));font-size:1.125rem;text-align:center;margin-bottom:0}.root-web-sdk #containerForm .create_schedule_step_7 .SleepScheduleTimeInBedText,.root-web-sdk #containerForm .create_schedule_step_9 .SleepScheduleTimeInBedText,.root-web-sdk #containerForm .create_schedule_step_10 .SleepScheduleTimeInBedText{font-weight:700;margin-top:1.5rem}@media (max-width: 475px){.root-web-sdk #containerForm .create_schedule_step_7 .SleepScheduleTimeInBedText,.root-web-sdk #containerForm .create_schedule_step_9 .SleepScheduleTimeInBedText,.root-web-sdk #containerForm .create_schedule_step_10 .SleepScheduleTimeInBedText{margin-top:1rem}}.root-web-sdk #containerForm .create_schedule_step_7 .SleepScheduleTimeInBedValue,.root-web-sdk #containerForm .create_schedule_step_9 .SleepScheduleTimeInBedValue,.root-web-sdk #containerForm .create_schedule_step_10 .SleepScheduleTimeInBedValue{--text-opacity:1;color:#373939;color:rgba(55, 57, 57, var(--text-opacity));text-align:center;font-size:2.25rem;font-weight:900;margin-bottom:1rem}@media (min-width: 768px){.root-web-sdk #containerForm .create_schedule_step_7 .SleepScheduleTimeInBedValue,.root-web-sdk #containerForm .create_schedule_step_9 .SleepScheduleTimeInBedValue,.root-web-sdk #containerForm .create_schedule_step_10 .SleepScheduleTimeInBedValue{font-size:2.813rem}}.root-web-sdk #containerForm .create_schedule_step_7 .divider-web-sdk,.root-web-sdk #containerForm .create_schedule_step_9 .divider-web-sdk,.root-web-sdk #containerForm .create_schedule_step_10 .divider-web-sdk{border-width:1px;--bg-opacity:1;background-color:#e5e8e8;background-color:rgba(229, 232, 232, var(--bg-opacity));margin-bottom:1rem}.root-web-sdk #containerForm .create_schedule_step_7 .ic_tdh_myS_sleep_risetime,.root-web-sdk #containerForm .create_schedule_step_9 .ic_tdh_myS_sleep_risetime,.root-web-sdk #containerForm .create_schedule_step_10 .ic_tdh_myS_sleep_risetime{margin-left:auto;margin-right:auto;margin-bottom:.5rem;width:2rem;height:2rem;min-width:32px;min-height:32px;background-size:unset;background-image:url(https://assets.livongo.com/image/upload/v1713277869/web-sdk/icons/ic_tdh_myS_sleep_risetime.svg)}.root-web-sdk #containerForm .create_schedule_step_7 .ic_tdh_myS_sleep_bedtime,.root-web-sdk #containerForm .create_schedule_step_9 .ic_tdh_myS_sleep_bedtime,.root-web-sdk #containerForm .create_schedule_step_10 .ic_tdh_myS_sleep_bedtime{margin:auto auto 1rem;width:2rem;height:2rem;min-width:32px;min-height:32px;background-size:unset;background-image:url(https://assets.livongo.com/image/upload/v1713277857/web-sdk/icons/ic_tdh_myS_sleep_bedtime.svg)}.root-web-sdk #containerForm .create_schedule_step_7 .EarliestBedTimeText,.root-web-sdk #containerForm .create_schedule_step_7 .LatestRiseTimeText,.root-web-sdk #containerForm .create_schedule_step_9 .EarliestBedTimeText,.root-web-sdk #containerForm .create_schedule_step_9 .LatestRiseTimeText,.root-web-sdk #containerForm .create_schedule_step_10 .EarliestBedTimeText,.root-web-sdk #containerForm .create_schedule_step_10 .LatestRiseTimeText{font-weight:400}.root-web-sdk #containerForm .create_schedule_step_7 .EarliestBedTimeValueDisplay,.root-web-sdk #containerForm .create_schedule_step_7 .LatestRiseTimeValueDisplay,.root-web-sdk #containerForm .create_schedule_step_9 .EarliestBedTimeValueDisplay,.root-web-sdk #containerForm .create_schedule_step_9 .LatestRiseTimeValueDisplay,.root-web-sdk #containerForm .create_schedule_step_10 .EarliestBedTimeValueDisplay,.root-web-sdk #containerForm .create_schedule_step_10 .LatestRiseTimeValueDisplay{font-size:1.875rem;font-weight:700;--text-opacity:1;color:#373939;color:rgba(55, 57, 57, var(--text-opacity));margin-bottom:1rem}@media (max-width: 475px){.root-web-sdk #containerForm .create_schedule_step_7 .EarliestBedTimeValueDisplay,.root-web-sdk #containerForm .create_schedule_step_7 .LatestRiseTimeValueDisplay,.root-web-sdk #containerForm .create_schedule_step_9 .EarliestBedTimeValueDisplay,.root-web-sdk #containerForm .create_schedule_step_9 .LatestRiseTimeValueDisplay,.root-web-sdk #containerForm .create_schedule_step_10 .EarliestBedTimeValueDisplay,.root-web-sdk #containerForm .create_schedule_step_10 .LatestRiseTimeValueDisplay{font-size:1.5rem}}.root-web-sdk #containerForm .create_schedule_step_7 .sleepScheduleCreateTile,.root-web-sdk #containerForm .create_schedule_step_9 .sleepScheduleCreateTile,.root-web-sdk #containerForm .create_schedule_step_10 .sleepScheduleCreateTile{max-width:none;box-shadow:0 0 10px rgba(0,0,0,0.16);border-radius:.75rem;margin-bottom:32px;padding-top:2rem;padding-bottom:2rem;display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));justify-items:stretch;grid-template-rows:auto 30px auto auto}.root-web-sdk #containerForm .create_schedule_step_7 .sleepScheduleCreateTile .ic_tdh_myS_sleep_risetime,.root-web-sdk #containerForm .create_schedule_step_9 .sleepScheduleCreateTile .ic_tdh_myS_sleep_risetime,.root-web-sdk #containerForm .create_schedule_step_10 .sleepScheduleCreateTile .ic_tdh_myS_sleep_risetime{grid-column-start:1;grid-column-end:3;grid-row-start:1;grid-row-end:auto}.root-web-sdk #containerForm .create_schedule_step_7 .sleepScheduleCreateTile .LatestRiseTimeText,.root-web-sdk #containerForm .create_schedule_step_9 .sleepScheduleCreateTile .LatestRiseTimeText,.root-web-sdk #containerForm .create_schedule_step_10 .sleepScheduleCreateTile .LatestRiseTimeText{grid-column-start:1;grid-column-end:3;grid-row-start:2;grid-row-end:auto}.root-web-sdk #containerForm .create_schedule_step_7 .sleepScheduleCreateTile .LatestRiseTimeValueDisplay,.root-web-sdk #containerForm .create_schedule_step_9 .sleepScheduleCreateTile .LatestRiseTimeValueDisplay,.root-web-sdk #containerForm .create_schedule_step_10 .sleepScheduleCreateTile .LatestRiseTimeValueDisplay{grid-column-start:1;grid-column-end:3;grid-row-start:3;grid-row-end:auto}.root-web-sdk #containerForm .create_schedule_step_7 .sleepScheduleCreateTile .incrementer-button-wrapper-web-sdk,.root-web-sdk #containerForm .create_schedule_step_9 .sleepScheduleCreateTile .incrementer-button-wrapper-web-sdk,.root-web-sdk #containerForm .create_schedule_step_10 .sleepScheduleCreateTile .incrementer-button-wrapper-web-sdk{width:3rem;height:3rem;border-width:0;--border-opacity:1;border-color:#fff;border-color:rgba(255, 255, 255, var(--border-opacity));border-radius:9999px;margin-top:0;margin-bottom:0;cursor:pointer;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));outline:2px solid transparent;outline-offset:2px}.root-web-sdk #containerForm .create_schedule_step_7 .sleepScheduleCreateTile .incrementer-button-wrapper-web-sdk:first-of-type,.root-web-sdk #containerForm .create_schedule_step_9 .sleepScheduleCreateTile .incrementer-button-wrapper-web-sdk:first-of-type,.root-web-sdk #containerForm .create_schedule_step_10 .sleepScheduleCreateTile .incrementer-button-wrapper-web-sdk:first-of-type{grid-column-start:1;grid-column-end:2;grid-row-start:4;grid-row-end:auto;margin-left:auto;margin-right:1rem}.root-web-sdk #containerForm .create_schedule_step_7 .sleepScheduleCreateTile .incrementer-button-wrapper-web-sdk:nth-of-type(2),.root-web-sdk #containerForm .create_schedule_step_9 .sleepScheduleCreateTile .incrementer-button-wrapper-web-sdk:nth-of-type(2),.root-web-sdk #containerForm .create_schedule_step_10 .sleepScheduleCreateTile .incrementer-button-wrapper-web-sdk:nth-of-type(2){grid-column-start:1;grid-column-end:2;grid-row-start:4;grid-row-end:auto;--bg-opacity:1;background-color:#cbc9bf;background-color:rgba(203, 201, 191, var(--bg-opacity));margin-left:auto;margin-right:1rem}.root-web-sdk #containerForm .create_schedule_step_7 .sleepScheduleCreateTile .incrementer-button-wrapper-web-sdk:nth-of-type(3),.root-web-sdk #containerForm .create_schedule_step_9 .sleepScheduleCreateTile .incrementer-button-wrapper-web-sdk:nth-of-type(3),.root-web-sdk #containerForm .create_schedule_step_10 .sleepScheduleCreateTile .incrementer-button-wrapper-web-sdk:nth-of-type(3){grid-column-start:2;grid-column-end:3;grid-row-start:4;grid-row-end:auto;margin-left:1rem}.root-web-sdk #containerForm .create_schedule_step_7 .sleepScheduleCreateTile .incrementer-button-wrapper-web-sdk:nth-of-type(4),.root-web-sdk #containerForm .create_schedule_step_9 .sleepScheduleCreateTile .incrementer-button-wrapper-web-sdk:nth-of-type(4),.root-web-sdk #containerForm .create_schedule_step_10 .sleepScheduleCreateTile .incrementer-button-wrapper-web-sdk:nth-of-type(4){grid-column-start:2;grid-column-end:3;grid-row-start:4;grid-row-end:auto;--bg-opacity:1;background-color:#cbc9bf;background-color:rgba(203, 201, 191, var(--bg-opacity));margin-left:1rem}.root-web-sdk #containerForm .create_schedule_step_7 .sleepScheduleCreateTile .gray-minus-icon,.root-web-sdk #containerForm .create_schedule_step_9 .sleepScheduleCreateTile .gray-minus-icon,.root-web-sdk #containerForm .create_schedule_step_10 .sleepScheduleCreateTile .gray-minus-icon{background-image:url(https://assets.livongo.com/image/upload/v1713276448/web-sdk/icons/ic_minus_gray.svg);background-repeat:no-repeat;background-position:50%}.root-web-sdk #containerForm .create_schedule_step_7 .sleepScheduleCreateTile .regular-minus-icon,.root-web-sdk #containerForm .create_schedule_step_9 .sleepScheduleCreateTile .regular-minus-icon,.root-web-sdk #containerForm .create_schedule_step_10 .sleepScheduleCreateTile .regular-minus-icon{background-image:url(https://assets.livongo.com/image/upload/v1713276438/web-sdk/icons/ic_minus_blue.svg);background-repeat:no-repeat;background-position:50%}.root-web-sdk #containerForm .create_schedule_step_7 .sleepScheduleCreateTile .gray-plus-icon,.root-web-sdk #containerForm .create_schedule_step_9 .sleepScheduleCreateTile .gray-plus-icon,.root-web-sdk #containerForm .create_schedule_step_10 .sleepScheduleCreateTile .gray-plus-icon{background-image:url(https://assets.livongo.com/image/upload/v1713276510/web-sdk/icons/ic_plus_gray.svg);background-repeat:no-repeat;background-position:50%}.root-web-sdk #containerForm .create_schedule_step_7 .sleepScheduleCreateTile .regular-plus-icon,.root-web-sdk #containerForm .create_schedule_step_9 .sleepScheduleCreateTile .regular-plus-icon,.root-web-sdk #containerForm .create_schedule_step_10 .sleepScheduleCreateTile .regular-plus-icon{background-image:url(https://assets.livongo.com/image/upload/v1713276498/web-sdk/icons/ic_plus_blue.svg);background-repeat:no-repeat;background-position:50%}@media (max-width: 475px){.root-web-sdk #containerForm .create_schedule_step_7 .sleepScheduleCreateTile,.root-web-sdk #containerForm .create_schedule_step_9 .sleepScheduleCreateTile,.root-web-sdk #containerForm .create_schedule_step_10 .sleepScheduleCreateTile{margin-top:1rem;margin-bottom:1.5rem}}.root-web-sdk #containerForm .create_schedule_step_7 .SleepScheduleDoneInfo,.root-web-sdk #containerForm .create_schedule_step_7 .SleepScheduleFindTimeText,.root-web-sdk #containerForm .create_schedule_step_7 .SleepScheduleRiseTimeText,.root-web-sdk #containerForm .create_schedule_step_9 .SleepScheduleDoneInfo,.root-web-sdk #containerForm .create_schedule_step_9 .SleepScheduleFindTimeText,.root-web-sdk #containerForm .create_schedule_step_9 .SleepScheduleRiseTimeText,.root-web-sdk #containerForm .create_schedule_step_10 .SleepScheduleDoneInfo,.root-web-sdk #containerForm .create_schedule_step_10 .SleepScheduleFindTimeText,.root-web-sdk #containerForm .create_schedule_step_10 .SleepScheduleRiseTimeText{margin-bottom:1.5rem}@media (min-width: 768px){.root-web-sdk #containerForm .create_schedule_step_7 .SleepScheduleDoneInfo,.root-web-sdk #containerForm .create_schedule_step_9 .SleepScheduleDoneInfo,.root-web-sdk #containerForm .create_schedule_step_10 .SleepScheduleDoneInfo{margin-bottom:32px}}.root-web-sdk #containerForm .create_schedule_step_7 .sleepScheduleCreateTile>*,.root-web-sdk #containerForm .create_schedule_step_9 .sleepScheduleCreateTile>*,.root-web-sdk #containerForm .create_schedule_step_10 .sleepScheduleCreateTile>*{text-align:center}@media (max-width: 475px){.root-web-sdk #containerForm .create_schedule_step_9 .ic_tdh_myS_sleep_bedtime,.root-web-sdk #containerForm .create_schedule_step_10 .ic_tdh_myS_sleep_bedtime{margin-bottom:1rem;margin-top:.125rem}.root-web-sdk #containerForm .create_schedule_step_9 .ic_tdh_myS_sleep_risetime,.root-web-sdk #containerForm .create_schedule_step_10 .ic_tdh_myS_sleep_risetime{margin-top:32px}}.root-web-sdk #containerForm .create_schedule_step_9 .EarliestBedTimeText,.root-web-sdk #containerForm .create_schedule_step_9 .LatestRiseTimeText,.root-web-sdk #containerForm .create_schedule_step_10 .EarliestBedTimeText,.root-web-sdk #containerForm .create_schedule_step_10 .LatestRiseTimeText{font-weight:400}.root-web-sdk #containerForm .create_schedule_step_9 .EarliestBedTimeValueDisplay,.root-web-sdk #containerForm .create_schedule_step_9 .LatestRiseTimeValueDisplay,.root-web-sdk #containerForm .create_schedule_step_10 .EarliestBedTimeValueDisplay,.root-web-sdk #containerForm .create_schedule_step_10 .LatestRiseTimeValueDisplay{font-size:1.875rem;font-weight:700;--text-opacity:1;color:#373939;color:rgba(55, 57, 57, var(--text-opacity));margin-bottom:1rem}@media (max-width: 475px){.root-web-sdk #containerForm .create_schedule_step_9 .EarliestBedTimeValueDisplay,.root-web-sdk #containerForm .create_schedule_step_9 .LatestRiseTimeValueDisplay,.root-web-sdk #containerForm .create_schedule_step_10 .EarliestBedTimeValueDisplay,.root-web-sdk #containerForm .create_schedule_step_10 .LatestRiseTimeValueDisplay{font-size:1.5rem}}.root-web-sdk #containerForm .create_schedule_step_9 .sleepScheduleCreateTile,.root-web-sdk #containerForm .create_schedule_step_10 .sleepScheduleCreateTile{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));margin-bottom:32px;justify-items:stretch;max-width:none;grid-template-rows:auto 30px auto auto auto auto 30px auto auto}.root-web-sdk #containerForm .create_schedule_step_9 .sleepScheduleCreateTile .ic_tdh_myS_sleep_bedtime,.root-web-sdk #containerForm .create_schedule_step_10 .sleepScheduleCreateTile .ic_tdh_myS_sleep_bedtime{grid-column-start:1;grid-column-end:3;grid-row-start:1;grid-row-end:auto}.root-web-sdk #containerForm .create_schedule_step_9 .sleepScheduleCreateTile .EarliestBedTimeText,.root-web-sdk #containerForm .create_schedule_step_10 .sleepScheduleCreateTile .EarliestBedTimeText{grid-column-start:1;grid-column-end:3;grid-row-start:2;grid-row-end:auto}.root-web-sdk #containerForm .create_schedule_step_9 .sleepScheduleCreateTile .EarliestBedTimeValueDisplay,.root-web-sdk #containerForm .create_schedule_step_10 .sleepScheduleCreateTile .EarliestBedTimeValueDisplay{grid-column-start:1;grid-column-end:3;grid-row-start:3;grid-row-end:auto}.root-web-sdk #containerForm .create_schedule_step_9 .sleepScheduleCreateTile .ic_tdh_myS_sleep_risetime,.root-web-sdk #containerForm .create_schedule_step_10 .sleepScheduleCreateTile .ic_tdh_myS_sleep_risetime{grid-column-start:1;grid-column-end:3;grid-row-start:6;grid-row-end:auto}.root-web-sdk #containerForm .create_schedule_step_9 .sleepScheduleCreateTile .LatestRiseTimeText,.root-web-sdk #containerForm .create_schedule_step_10 .sleepScheduleCreateTile .LatestRiseTimeText{grid-column-start:1;grid-column-end:3;grid-row-start:7;grid-row-end:auto}.root-web-sdk #containerForm .create_schedule_step_9 .sleepScheduleCreateTile .LatestRiseTimeValueDisplay,.root-web-sdk #containerForm .create_schedule_step_10 .sleepScheduleCreateTile .LatestRiseTimeValueDisplay{grid-column-start:1;grid-column-end:3;grid-row-start:8;grid-row-end:auto}.root-web-sdk #containerForm .create_schedule_step_9 .sleepScheduleCreateTile .incrementer-button-wrapper-web-sdk,.root-web-sdk #containerForm .create_schedule_step_10 .sleepScheduleCreateTile .incrementer-button-wrapper-web-sdk{width:3rem;height:3rem;border-width:0;--border-opacity:1;border-color:#fff;border-color:rgba(255, 255, 255, var(--border-opacity));border-radius:9999px;margin-top:0;margin-bottom:0;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));outline:2px solid transparent;outline-offset:2px}.root-web-sdk #containerForm .create_schedule_step_9 .sleepScheduleCreateTile .incrementer-button-wrapper-web-sdk:focus,.root-web-sdk #containerForm .create_schedule_step_10 .sleepScheduleCreateTile .incrementer-button-wrapper-web-sdk:focus{outline:0}.root-web-sdk #containerForm .create_schedule_step_9 .sleepScheduleCreateTile .incrementer-button-wrapper-web-sdk:first-of-type,.root-web-sdk #containerForm .create_schedule_step_10 .sleepScheduleCreateTile .incrementer-button-wrapper-web-sdk:first-of-type{grid-column-start:1;grid-column-end:2;grid-row-start:4;grid-row-end:auto;margin-left:auto;margin-right:1rem;margin-bottom:32px}.root-web-sdk #containerForm .create_schedule_step_9 .sleepScheduleCreateTile .incrementer-button-wrapper-web-sdk:nth-of-type(2),.root-web-sdk #containerForm .create_schedule_step_10 .sleepScheduleCreateTile .incrementer-button-wrapper-web-sdk:nth-of-type(2){grid-column-start:1;grid-column-end:2;grid-row-start:4;grid-row-end:auto;--bg-opacity:1;background-color:#cbc9bf;background-color:rgba(203, 201, 191, var(--bg-opacity));margin-left:auto;margin-right:1rem;margin-bottom:32px}.root-web-sdk #containerForm .create_schedule_step_9 .sleepScheduleCreateTile .incrementer-button-wrapper-web-sdk:nth-of-type(3),.root-web-sdk #containerForm .create_schedule_step_10 .sleepScheduleCreateTile .incrementer-button-wrapper-web-sdk:nth-of-type(3){grid-column-start:2;grid-column-end:3;grid-row-start:4;grid-row-end:auto;margin-left:1rem;margin-bottom:32px}.root-web-sdk #containerForm .create_schedule_step_9 .sleepScheduleCreateTile .incrementer-button-wrapper-web-sdk:nth-of-type(4),.root-web-sdk #containerForm .create_schedule_step_10 .sleepScheduleCreateTile .incrementer-button-wrapper-web-sdk:nth-of-type(4){grid-column-start:2;grid-column-end:3;grid-row-start:4;grid-row-end:auto;--bg-opacity:1;background-color:#cbc9bf;background-color:rgba(203, 201, 191, var(--bg-opacity));margin-left:1rem;margin-bottom:32px}.root-web-sdk #containerForm .create_schedule_step_9 .sleepScheduleCreateTile .incrementer-button-wrapper-web-sdk:nth-of-type(5),.root-web-sdk #containerForm .create_schedule_step_10 .sleepScheduleCreateTile .incrementer-button-wrapper-web-sdk:nth-of-type(5){grid-column-start:1;grid-column-end:2;grid-row-start:9;grid-row-end:auto;margin-left:auto;margin-right:1rem}.root-web-sdk #containerForm .create_schedule_step_9 .sleepScheduleCreateTile .incrementer-button-wrapper-web-sdk:nth-of-type(6),.root-web-sdk #containerForm .create_schedule_step_10 .sleepScheduleCreateTile .incrementer-button-wrapper-web-sdk:nth-of-type(6){grid-column-start:1;grid-column-end:2;grid-row-start:9;grid-row-end:auto;--bg-opacity:1;background-color:#cbc9bf;background-color:rgba(203, 201, 191, var(--bg-opacity));margin-left:auto;margin-right:1rem}.root-web-sdk #containerForm .create_schedule_step_9 .sleepScheduleCreateTile .incrementer-button-wrapper-web-sdk:nth-of-type(7),.root-web-sdk #containerForm .create_schedule_step_10 .sleepScheduleCreateTile .incrementer-button-wrapper-web-sdk:nth-of-type(7){grid-column-start:2;grid-column-end:3;grid-row-start:9;grid-row-end:auto;margin-left:1rem}.root-web-sdk #containerForm .create_schedule_step_9 .sleepScheduleCreateTile .incrementer-button-wrapper-web-sdk:nth-of-type(8),.root-web-sdk #containerForm .create_schedule_step_10 .sleepScheduleCreateTile .incrementer-button-wrapper-web-sdk:nth-of-type(8){grid-column-start:2;grid-column-end:3;grid-row-start:9;grid-row-end:auto;--bg-opacity:1;background-color:#cbc9bf;background-color:rgba(203, 201, 191, var(--bg-opacity));margin-left:1rem}.root-web-sdk #containerForm .create_schedule_step_9 .sleepScheduleCreateTile .MyStrengthSleepScheduleSeparator,.root-web-sdk #containerForm .create_schedule_step_10 .sleepScheduleCreateTile .MyStrengthSleepScheduleSeparator{grid-column-start:1;grid-column-end:auto;grid-row-start:5;grid-row-end:auto}.root-web-sdk #containerForm .create_schedule_step_9 .sleepScheduleCreateTile .MyStrengthSleepScheduleSupportSeparator,.root-web-sdk #containerForm .create_schedule_step_10 .sleepScheduleCreateTile .MyStrengthSleepScheduleSupportSeparator{grid-column-start:2;grid-column-end:auto;grid-row-start:5;grid-row-end:auto}@media (min-width: 476px){.root-web-sdk #containerForm .create_schedule_step_9 .sleepScheduleCreateTile,.root-web-sdk #containerForm .create_schedule_step_10 .sleepScheduleCreateTile{display:grid;margin-bottom:32px;justify-items:stretch;grid-template-columns:1fr 1fr 5px 1fr 1fr;grid-template-rows:auto 30px auto auto}.root-web-sdk #containerForm .create_schedule_step_9 .sleepScheduleCreateTile .ic_tdh_myS_sleep_bedtime,.root-web-sdk #containerForm .create_schedule_step_10 .sleepScheduleCreateTile .ic_tdh_myS_sleep_bedtime{grid-column-start:1;grid-column-end:3;grid-row-start:1;grid-row-end:auto}.root-web-sdk #containerForm .create_schedule_step_9 .sleepScheduleCreateTile .EarliestBedTimeText,.root-web-sdk #containerForm .create_schedule_step_10 .sleepScheduleCreateTile .EarliestBedTimeText{grid-column-start:1;grid-column-end:3;grid-row-start:2;grid-row-end:auto}.root-web-sdk #containerForm .create_schedule_step_9 .sleepScheduleCreateTile .EarliestBedTimeValueDisplay,.root-web-sdk #containerForm .create_schedule_step_10 .sleepScheduleCreateTile .EarliestBedTimeValueDisplay{grid-column-start:1;grid-column-end:3;grid-row-start:3;grid-row-end:auto}.root-web-sdk #containerForm .create_schedule_step_9 .sleepScheduleCreateTile .MyStrengthSleepScheduleSeparator,.root-web-sdk #containerForm .create_schedule_step_10 .sleepScheduleCreateTile .MyStrengthSleepScheduleSeparator{grid-column-start:3;grid-column-end:3;grid-row-start:1;grid-row-end:5;--transform-translate-x:0;--transform-translate-y:0;--transform-rotate:0;--transform-skew-x:0;--transform-skew-y:0;--transform-scale-x:1;--transform-scale-y:1;transform:translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));--transform-rotate:-90deg;position:relative;width:245px;right:120px;left:120px;left:auto;top:89px;bottom:89px;bottom:auto}.root-web-sdk #containerForm .create_schedule_step_9 .sleepScheduleCreateTile .MyStrengthSleepScheduleSupportSeparator,.root-web-sdk #containerForm .create_schedule_step_10 .sleepScheduleCreateTile .MyStrengthSleepScheduleSupportSeparator{display:none}.root-web-sdk #containerForm .create_schedule_step_9 .sleepScheduleCreateTile .ic_tdh_myS_sleep_risetime,.root-web-sdk #containerForm .create_schedule_step_10 .sleepScheduleCreateTile .ic_tdh_myS_sleep_risetime{grid-column-start:4;grid-column-end:6;grid-row-start:1;grid-row-end:auto}.root-web-sdk #containerForm .create_schedule_step_9 .sleepScheduleCreateTile .LatestRiseTimeText,.root-web-sdk #containerForm .create_schedule_step_10 .sleepScheduleCreateTile .LatestRiseTimeText{grid-column-start:4;grid-column-end:6;grid-row-start:2;grid-row-end:auto}.root-web-sdk #containerForm .create_schedule_step_9 .sleepScheduleCreateTile .LatestRiseTimeValueDisplay,.root-web-sdk #containerForm .create_schedule_step_10 .sleepScheduleCreateTile .LatestRiseTimeValueDisplay{grid-column-start:4;grid-column-end:6;grid-row-start:3;grid-row-end:auto}.root-web-sdk #containerForm .create_schedule_step_9 .sleepScheduleCreateTile .incrementer-button-wrapper-web-sdk,.root-web-sdk #containerForm .create_schedule_step_10 .sleepScheduleCreateTile .incrementer-button-wrapper-web-sdk{width:3rem;height:3rem;border-width:0;--border-opacity:1;border-color:#fff;border-color:rgba(255, 255, 255, var(--border-opacity));border-radius:9999px;margin-top:0;margin-bottom:0;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));outline:2px solid transparent;outline-offset:2px}.root-web-sdk #containerForm .create_schedule_step_9 .sleepScheduleCreateTile .incrementer-button-wrapper-web-sdk:first-of-type,.root-web-sdk #containerForm .create_schedule_step_10 .sleepScheduleCreateTile .incrementer-button-wrapper-web-sdk:first-of-type{grid-column-start:1;grid-column-end:2;grid-row-start:4;grid-row-end:auto;margin-left:auto;margin-right:1rem;margin-bottom:0}.root-web-sdk #containerForm .create_schedule_step_9 .sleepScheduleCreateTile .incrementer-button-wrapper-web-sdk:nth-of-type(2),.root-web-sdk #containerForm .create_schedule_step_10 .sleepScheduleCreateTile .incrementer-button-wrapper-web-sdk:nth-of-type(2){grid-column-start:1;grid-column-end:2;grid-row-start:4;grid-row-end:auto;--bg-opacity:1;background-color:#cbc9bf;background-color:rgba(203, 201, 191, var(--bg-opacity));margin-left:auto;margin-right:1rem;margin-bottom:0}.root-web-sdk #containerForm .create_schedule_step_9 .sleepScheduleCreateTile .incrementer-button-wrapper-web-sdk:nth-of-type(3),.root-web-sdk #containerForm .create_schedule_step_10 .sleepScheduleCreateTile .incrementer-button-wrapper-web-sdk:nth-of-type(3){grid-column-start:2;grid-column-end:3;grid-row-start:4;grid-row-end:auto;margin-left:1rem;margin-bottom:0}.root-web-sdk #containerForm .create_schedule_step_9 .sleepScheduleCreateTile .incrementer-button-wrapper-web-sdk:nth-of-type(4),.root-web-sdk #containerForm .create_schedule_step_10 .sleepScheduleCreateTile .incrementer-button-wrapper-web-sdk:nth-of-type(4){grid-column-start:2;grid-column-end:3;grid-row-start:4;grid-row-end:auto;--bg-opacity:1;background-color:#cbc9bf;background-color:rgba(203, 201, 191, var(--bg-opacity));margin-left:1rem;margin-bottom:0}.root-web-sdk #containerForm .create_schedule_step_9 .sleepScheduleCreateTile .incrementer-button-wrapper-web-sdk:nth-of-type(5),.root-web-sdk #containerForm .create_schedule_step_10 .sleepScheduleCreateTile .incrementer-button-wrapper-web-sdk:nth-of-type(5){grid-column-start:4;grid-column-end:5;grid-row-start:4;grid-row-end:auto;margin-left:auto;margin-right:1rem}.root-web-sdk #containerForm .create_schedule_step_9 .sleepScheduleCreateTile .incrementer-button-wrapper-web-sdk:nth-of-type(6),.root-web-sdk #containerForm .create_schedule_step_10 .sleepScheduleCreateTile .incrementer-button-wrapper-web-sdk:nth-of-type(6){grid-column-start:4;grid-column-end:5;grid-row-start:4;grid-row-end:auto;--bg-opacity:1;background-color:#cbc9bf;background-color:rgba(203, 201, 191, var(--bg-opacity));margin-left:auto;margin-right:1rem}.root-web-sdk #containerForm .create_schedule_step_9 .sleepScheduleCreateTile .incrementer-button-wrapper-web-sdk:nth-of-type(7),.root-web-sdk #containerForm .create_schedule_step_10 .sleepScheduleCreateTile .incrementer-button-wrapper-web-sdk:nth-of-type(7){grid-column-start:5;grid-column-end:6;grid-row-start:4;grid-row-end:auto;margin-left:1rem}.root-web-sdk #containerForm .create_schedule_step_9 .sleepScheduleCreateTile .incrementer-button-wrapper-web-sdk:nth-of-type(8),.root-web-sdk #containerForm .create_schedule_step_10 .sleepScheduleCreateTile .incrementer-button-wrapper-web-sdk:nth-of-type(8){grid-column-start:5;grid-column-end:6;grid-row-start:4;grid-row-end:auto;--bg-opacity:1;background-color:#cbc9bf;background-color:rgba(203, 201, 191, var(--bg-opacity));margin-left:1rem}}@media (max-width: 476px){.root-web-sdk #containerForm .create_schedule_step_10 .EarliestBedTimeValueDisplay{margin-bottom:32px}.root-web-sdk #containerForm .create_schedule_step_10 .LatestRiseTimeValueDisplay{margin-bottom:0}}@media (min-width: 476px){.root-web-sdk #containerForm .create_schedule_step_10 .sleepScheduleCreateTile .MyStrengthSleepScheduleSeparator{width:11.25rem;right:87px;left:87px;left:auto;top:57px;bottom:57px;bottom:auto}.root-web-sdk #containerForm .create_schedule_step_10 .EarliestBedTimeValueDisplay,.root-web-sdk #containerForm .create_schedule_step_10 .LatestRiseTimeValueDisplay{margin-bottom:0}}.root-web-sdk #containerForm .edit_schedule .EditSleepScheduleTitle{--text-opacity:1;color:#373939;color:rgba(55, 57, 57, var(--text-opacity));font-weight:700;font-size:2rem;margin-bottom:.5rem}@media (min-width: 768px){.root-web-sdk #containerForm .edit_schedule .EditSleepScheduleTitle{font-size:2.813rem;margin-bottom:1rem}}.root-web-sdk #containerForm .edit_schedule .EditSleepScheduleAverageSleep,.root-web-sdk #containerForm .edit_schedule .EditSleepScheduleSubtitle{--text-opacity:1;color:#373939;color:rgba(55, 57, 57, var(--text-opacity));font-weight:400;font-size:1.125rem;margin-bottom:1rem}.root-web-sdk #containerForm .edit_schedule .divider-web-sdk{border-width:1px;--bg-opacity:1;background-color:#e5e8e8;background-color:rgba(229, 232, 232, var(--bg-opacity));margin-bottom:1rem}.root-web-sdk #containerForm .edit_schedule .EarliestBedTimeText,.root-web-sdk #containerForm .edit_schedule .EditSleepScheduleTimeInBed,.root-web-sdk #containerForm .edit_schedule .LatestRiseTimeText{--text-opacity:1;color:#696b6b;color:rgba(105, 107, 107, var(--text-opacity));font-size:1.125rem;text-align:center;margin-bottom:0}.root-web-sdk #containerForm .edit_schedule .EditSleepScheduleTimeInBed{display:none;font-weight:700;margin-top:1.5rem}@media (max-width: 475px){.root-web-sdk #containerForm .edit_schedule .EditSleepScheduleTimeInBed{margin-top:1rem}}.root-web-sdk #containerForm .edit_schedule .EditSleepScheduleTimeInBedValue{--text-opacity:1;color:#373939;color:rgba(55, 57, 57, var(--text-opacity));text-align:center;font-size:2.25rem;font-weight:900;margin-bottom:1rem}@media (min-width: 768px){.root-web-sdk #containerForm .edit_schedule .EditSleepScheduleTimeInBedValue{font-size:2.813rem}}.root-web-sdk #containerForm .edit_schedule hr{margin-bottom:1rem;--border-opacity:1;border-color:#eff1f1;border-color:rgba(239, 241, 241, var(--border-opacity));border-top:1px rgba(239, 241, 241, var(--border-opacity));border-style:solid}.root-web-sdk #containerForm .edit_schedule .ic_tdh_myS_sleep_risetime{margin-left:auto;margin-right:auto;margin-bottom:.5rem;width:2rem;height:2rem;min-width:32px;min-height:32px;background-size:unset;background-image:url(https://assets.livongo.com/image/upload/v1713277869/web-sdk/icons/ic_tdh_myS_sleep_risetime.svg)}.root-web-sdk #containerForm .edit_schedule .ic_tdh_myS_sleep_bedtime{margin:auto auto 1rem;width:2rem;height:2rem;min-width:32px;min-height:32px;background-size:unset;background-image:url(https://assets.livongo.com/image/upload/v1713277857/web-sdk/icons/ic_tdh_myS_sleep_bedtime.svg)}.root-web-sdk #containerForm .edit_schedule .EarliestBedTimeText,.root-web-sdk #containerForm .edit_schedule .LatestRiseTimeText{font-weight:400}.root-web-sdk #containerForm .edit_schedule .EarliestBedTimeValueDisplay,.root-web-sdk #containerForm .edit_schedule .LatestRiseTimeValueDisplay{font-size:1.875rem;font-weight:700;--text-opacity:1;color:#373939;color:rgba(55, 57, 57, var(--text-opacity));margin-bottom:1rem}@media (max-width: 475px){.root-web-sdk #containerForm .edit_schedule .EarliestBedTimeValueDisplay,.root-web-sdk #containerForm .edit_schedule .LatestRiseTimeValueDisplay{font-size:1.5rem}}.root-web-sdk #containerForm .edit_schedule .sleepScheduleCreateTile{box-shadow:0 0 10px rgba(0,0,0,0.16);border-radius:.75rem;margin-bottom:32px;padding-top:2rem;padding-bottom:2rem}.root-web-sdk #containerForm .edit_schedule .sleepScheduleCreateTile>*{text-align:center}@media (max-width: 475px){.root-web-sdk #containerForm .edit_schedule .ic_tdh_myS_sleep_risetime{margin-top:1rem}}.root-web-sdk #containerForm .edit_schedule .sleepScheduleCreateTile{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));margin-bottom:1.5rem;justify-items:stretch;grid-template-rows:auto 30px auto auto auto auto 30px auto auto;max-width:none}.root-web-sdk #containerForm .edit_schedule .sleepScheduleCreateTile .ic_tdh_myS_sleep_bedtime{grid-column-start:1;grid-column-end:3;grid-row-start:1;grid-row-end:auto}.root-web-sdk #containerForm .edit_schedule .sleepScheduleCreateTile .EarliestBedTimeText{grid-column-start:1;grid-column-end:3;grid-row-start:2;grid-row-end:auto}.root-web-sdk #containerForm .edit_schedule .sleepScheduleCreateTile .EarliestBedTimeValueDisplay{grid-column-start:1;grid-column-end:3;grid-row-start:3;grid-row-end:auto}.root-web-sdk #containerForm .edit_schedule .sleepScheduleCreateTile .ic_tdh_myS_sleep_risetime{grid-column-start:1;grid-column-end:3;grid-row-start:6;grid-row-end:auto}.root-web-sdk #containerForm .edit_schedule .sleepScheduleCreateTile .LatestRiseTimeText{grid-column-start:1;grid-column-end:3;grid-row-start:7;grid-row-end:auto}.root-web-sdk #containerForm .edit_schedule .sleepScheduleCreateTile .LatestRiseTimeValueDisplay{grid-column-start:1;grid-column-end:3;grid-row-start:8;grid-row-end:auto}.root-web-sdk #containerForm .edit_schedule .sleepScheduleCreateTile .incrementer-button-wrapper-web-sdk{width:3rem;height:3rem;border-width:0;--border-opacity:1;border-color:#fff;border-color:rgba(255, 255, 255, var(--border-opacity));border-radius:9999px;margin-top:0;margin-bottom:0;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));outline:2px solid transparent;outline-offset:2px}.root-web-sdk #containerForm .edit_schedule .sleepScheduleCreateTile .incrementer-button-wrapper-web-sdk:focus{outline:0}.root-web-sdk #containerForm .edit_schedule .sleepScheduleCreateTile .incrementer-button-wrapper-web-sdk:first-of-type,.root-web-sdk #containerForm .edit_schedule .sleepScheduleCreateTile .incrementer-button-wrapper-web-sdk:nth-of-type(2){grid-column-start:1;grid-column-end:2;grid-row-start:4;grid-row-end:auto;margin-left:auto;margin-right:1rem;margin-bottom:32px}.root-web-sdk #containerForm .edit_schedule .sleepScheduleCreateTile .incrementer-button-wrapper-web-sdk:nth-of-type(2){--bg-opacity:1;background-color:#cbc9bf;background-color:rgba(203, 201, 191, var(--bg-opacity))}.root-web-sdk #containerForm .edit_schedule .sleepScheduleCreateTile .incrementer-button-wrapper-web-sdk:nth-of-type(3){grid-column-start:2;grid-column-end:3;grid-row-start:4;grid-row-end:auto;margin-left:1rem;margin-bottom:32px}.root-web-sdk #containerForm .edit_schedule .sleepScheduleCreateTile .incrementer-button-wrapper-web-sdk:nth-of-type(4){grid-column-start:2;grid-column-end:3;grid-row-start:4;grid-row-end:auto;--bg-opacity:1;background-color:#cbc9bf;background-color:rgba(203, 201, 191, var(--bg-opacity));margin-left:1rem;margin-bottom:32px}.root-web-sdk #containerForm .edit_schedule .sleepScheduleCreateTile .incrementer-button-wrapper-web-sdk:nth-of-type(5){grid-column-start:1;grid-column-end:2;grid-row-start:9;grid-row-end:auto;margin-left:auto;margin-right:1rem}.root-web-sdk #containerForm .edit_schedule .sleepScheduleCreateTile .incrementer-button-wrapper-web-sdk:nth-of-type(6){grid-column-start:1;grid-column-end:2;grid-row-start:9;grid-row-end:auto;--bg-opacity:1;background-color:#cbc9bf;background-color:rgba(203, 201, 191, var(--bg-opacity));margin-left:auto;margin-right:1rem}.root-web-sdk #containerForm .edit_schedule .sleepScheduleCreateTile .incrementer-button-wrapper-web-sdk:nth-of-type(7){grid-column-start:2;grid-column-end:3;grid-row-start:9;grid-row-end:auto;margin-left:1rem}.root-web-sdk #containerForm .edit_schedule .sleepScheduleCreateTile .incrementer-button-wrapper-web-sdk:nth-of-type(8){grid-column-start:2;grid-column-end:3;grid-row-start:9;grid-row-end:auto;--bg-opacity:1;background-color:#cbc9bf;background-color:rgba(203, 201, 191, var(--bg-opacity));margin-left:1rem}.root-web-sdk #containerForm .edit_schedule .sleepScheduleCreateTile .incrementer-button-wrapper-web-sdk .MyStrengthSleepScheduleSeparator{grid-column-start:1;grid-column-end:auto;grid-row-start:5;grid-row-end:auto}.root-web-sdk #containerForm .edit_schedule .sleepScheduleCreateTile .incrementer-button-wrapper-web-sdk .MyStrengthSleepScheduleSupportSeparator{grid-column-start:2;grid-column-end:auto;grid-row-start:5;grid-row-end:auto}.root-web-sdk #containerForm .edit_schedule .sleepScheduleCreateTile .gray-minus-icon{background-image:url(https://assets.livongo.com/image/upload/v1713276448/web-sdk/icons/ic_minus_gray.svg);background-repeat:no-repeat;background-position:50%}.root-web-sdk #containerForm .edit_schedule .sleepScheduleCreateTile .regular-minus-icon{background-image:url(https://assets.livongo.com/image/upload/v1713276438/web-sdk/icons/ic_minus_blue.svg);background-repeat:no-repeat;background-position:50%}.root-web-sdk #containerForm .edit_schedule .sleepScheduleCreateTile .gray-plus-icon{background-image:url(https://assets.livongo.com/image/upload/v1713276510/web-sdk/icons/ic_plus_gray.svg);background-repeat:no-repeat;background-position:50%}.root-web-sdk #containerForm .edit_schedule .sleepScheduleCreateTile .regular-plus-icon{background-image:url(https://assets.livongo.com/image/upload/v1713276498/web-sdk/icons/ic_plus_blue.svg);background-repeat:no-repeat;background-position:50%}@media (min-width: 476px){.root-web-sdk #containerForm .edit_schedule .sleepScheduleCreateTile{display:grid;margin-bottom:1.5rem;justify-items:stretch;grid-template-columns:1fr 1fr 5px 1fr 1fr;grid-template-rows:auto 30px auto auto}.root-web-sdk #containerForm .edit_schedule .sleepScheduleCreateTile .ic_tdh_myS_sleep_bedtime{grid-column-start:1;grid-column-end:3;grid-row-start:1;grid-row-end:auto}.root-web-sdk #containerForm .edit_schedule .sleepScheduleCreateTile .EarliestBedTimeText{grid-column-start:1;grid-column-end:3;grid-row-start:2;grid-row-end:auto}.root-web-sdk #containerForm .edit_schedule .sleepScheduleCreateTile .EarliestBedTimeValueDisplay{grid-column-start:1;grid-column-end:3;grid-row-start:3;grid-row-end:auto}.root-web-sdk #containerForm .edit_schedule .sleepScheduleCreateTile .MyStrengthSleepScheduleSeparator{grid-column-start:3;grid-column-end:3;grid-row-start:1;grid-row-end:5;--transform-translate-x:0;--transform-translate-y:0;--transform-rotate:0;--transform-skew-x:0;--transform-skew-y:0;--transform-scale-x:1;--transform-scale-y:1;transform:translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));--transform-rotate:-90deg;position:relative;width:245px;right:120px;left:120px;left:auto;top:89px;bottom:89px;bottom:auto}.root-web-sdk #containerForm .edit_schedule .sleepScheduleCreateTile .MyStrengthSleepScheduleSupportSeparator{display:none}.root-web-sdk #containerForm .edit_schedule .sleepScheduleCreateTile .ic_tdh_myS_sleep_risetime{grid-column-start:4;grid-column-end:6;grid-row-start:1;grid-row-end:auto}.root-web-sdk #containerForm .edit_schedule .sleepScheduleCreateTile .LatestRiseTimeText{grid-column-start:4;grid-column-end:6;grid-row-start:2;grid-row-end:auto}.root-web-sdk #containerForm .edit_schedule .sleepScheduleCreateTile .LatestRiseTimeValueDisplay{grid-column-start:4;grid-column-end:6;grid-row-start:3;grid-row-end:auto}.root-web-sdk #containerForm .edit_schedule .sleepScheduleCreateTile .incrementer-button-wrapper-web-sdk{width:3rem;height:3rem;border-width:0;--border-opacity:1;border-color:#fff;border-color:rgba(255, 255, 255, var(--border-opacity));border-radius:9999px;margin-top:0;margin-bottom:0}.root-web-sdk #containerForm .edit_schedule .sleepScheduleCreateTile .incrementer-button-wrapper-web-sdk:first-of-type,.root-web-sdk #containerForm .edit_schedule .sleepScheduleCreateTile .incrementer-button-wrapper-web-sdk:nth-of-type(2){grid-column-start:1;grid-column-end:2;grid-row-start:4;grid-row-end:auto;margin-left:auto;margin-right:1rem;margin-bottom:0}.root-web-sdk #containerForm .edit_schedule .sleepScheduleCreateTile .incrementer-button-wrapper-web-sdk:nth-of-type(2){--bg-opacity:1;background-color:#cbc9bf;background-color:rgba(203, 201, 191, var(--bg-opacity))}.root-web-sdk #containerForm .edit_schedule .sleepScheduleCreateTile .incrementer-button-wrapper-web-sdk:nth-of-type(3){grid-column-start:2;grid-column-end:3;grid-row-start:4;grid-row-end:auto;margin-left:1rem;margin-bottom:0}.root-web-sdk #containerForm .edit_schedule .sleepScheduleCreateTile .incrementer-button-wrapper-web-sdk:nth-of-type(4){grid-column-start:2;grid-column-end:3;grid-row-start:4;grid-row-end:auto;--bg-opacity:1;background-color:#cbc9bf;background-color:rgba(203, 201, 191, var(--bg-opacity));margin-left:1rem;margin-bottom:0}.root-web-sdk #containerForm .edit_schedule .sleepScheduleCreateTile .incrementer-button-wrapper-web-sdk:nth-of-type(5){grid-column-start:4;grid-column-end:5;grid-row-start:4;grid-row-end:auto;margin-left:auto;margin-right:1rem}.root-web-sdk #containerForm .edit_schedule .sleepScheduleCreateTile .incrementer-button-wrapper-web-sdk:nth-of-type(6){grid-column-start:4;grid-column-end:5;grid-row-start:4;grid-row-end:auto;--bg-opacity:1;background-color:#cbc9bf;background-color:rgba(203, 201, 191, var(--bg-opacity));margin-left:auto;margin-right:1rem}.root-web-sdk #containerForm .edit_schedule .sleepScheduleCreateTile .incrementer-button-wrapper-web-sdk:nth-of-type(7){grid-column-start:5;grid-column-end:6;grid-row-start:4;grid-row-end:auto;margin-left:1rem}.root-web-sdk #containerForm .edit_schedule .sleepScheduleCreateTile .incrementer-button-wrapper-web-sdk:nth-of-type(8){grid-column-start:5;grid-column-end:6;grid-row-start:4;grid-row-end:auto;--bg-opacity:1;background-color:#cbc9bf;background-color:rgba(203, 201, 191, var(--bg-opacity));margin-left:1rem}.root-web-sdk #containerForm .edit_schedule .sleepScheduleCreateTile .gray-minus-icon{background-image:url(https://assets.livongo.com/image/upload/v1713276448/web-sdk/icons/ic_minus_gray.svg);background-repeat:no-repeat;background-position:50%}.root-web-sdk #containerForm .edit_schedule .sleepScheduleCreateTile .regular-minus-icon{background-image:url(https://assets.livongo.com/image/upload/v1713276438/web-sdk/icons/ic_minus_blue.svg);background-repeat:no-repeat;background-position:50%}.root-web-sdk #containerForm .edit_schedule .sleepScheduleCreateTile .gray-plus-icon{background-image:url(https://assets.livongo.com/image/upload/v1713276510/web-sdk/icons/ic_plus_gray.svg);background-repeat:no-repeat;background-position:50%}.root-web-sdk #containerForm .edit_schedule .sleepScheduleCreateTile .regular-plus-icon{background-image:url(https://assets.livongo.com/image/upload/v1713276498/web-sdk/icons/ic_plus_blue.svg);background-repeat:no-repeat;background-position:50%}}.root-web-sdk #containerForm .edit_schedule .EditSleepScheduleRecommendNotice30Min{display:grid;grid-template-columns:repeat(6, minmax(0, 1fr));grid-auto-rows:auto;grid-template-columns:30px auto auto auto auto auto}.root-web-sdk #containerForm .edit_schedule .EditSleepScheduleRecommendNotice30Min .ic_alert_warning_2{margin-top:3px;grid-column-start:1;grid-column-end:1;width:30px;height:30px;background-image:url(https://assets.livongo.com/image/upload/v1713187505/web-sdk/icons/alert-warning_expzlm.svg);background-repeat:no-repeat}.root-web-sdk #containerForm .edit_schedule .EditSleepScheduleRecommendNotice30Min .RecommendNoticeText30Min{grid-column-start:2;grid-column-end:6}.root-web-sdk #containerForm .edit_schedule .EditSleepScheduleRecommendNotice60Min{display:grid;grid-template-columns:repeat(6, minmax(0, 1fr));grid-auto-rows:auto;grid-template-columns:30px auto auto auto auto auto}.root-web-sdk #containerForm .edit_schedule .EditSleepScheduleRecommendNotice60Min .ic_alert_warning_2{margin-top:3px;grid-column-start:1;grid-column-end:1;width:30px;height:30px;background-image:url(https://assets.livongo.com/image/upload/v1713187505/web-sdk/icons/alert-warning_expzlm.svg);background-repeat:no-repeat}.root-web-sdk #containerForm .edit_schedule .EditSleepScheduleRecommendNotice60Min .RecommendNoticeText60Min{grid-column-start:2;grid-column-end:6}.root-web-sdk #containerForm .edit_schedule .button.modernizedButton[name=EditSleepScheduleFinish][type=button],.root-web-sdk #containerForm .edit_schedule .modernizedButton.modernizedButton-block{background-color:#422981;background-color:rgba(66, 41, 129, var(--bg-opacity));height:2.75rem;float:right;border-radius:9999px;--bg-opacity:1;background-color:#5b2f91;background-color:rgba(91, 47, 145, var(--bg-opacity));box-shadow:0 4px 10px 0 rgba(0,0,0,0.16);border-width:0;width:87px;margin-bottom:0}@media (min-width: 768px){.root-web-sdk #containerForm .edit_schedule .button.modernizedButton[name=EditSleepScheduleFinish][type=button],.root-web-sdk #containerForm .edit_schedule .modernizedButton.modernizedButton-block{width:103px;height:3rem}}.root-web-sdk #containerForm .edit_schedule .button.modernizedButton[name=EditSleepScheduleFinish][type=button] .title,.root-web-sdk #containerForm .edit_schedule .modernizedButton.modernizedButton-block .title{--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity));font-weight:500;font-size:1.125rem;line-height:20px;margin:auto}.root-web-sdk #containerForm .MyStrengthOnboardingIntro .title-web-sdk{font-weight:700;width:496px;font-size:37px;line-height:2.5rem;fill:#171717;margin-bottom:1rem;text-align:center}.root-web-sdk #containerForm .MyStrengthOnboardingIntro .MyStrengthAssessmentText{font-weight:400;width:496px;font-size:1.125rem;fill:#171717;margin-bottom:1.5rem}.root-web-sdk #containerForm .MyStrengthOnboardingIntro .image-wrapper-web-sdk{margin-bottom:1.5rem;margin-right:auto}.root-web-sdk #containerForm .MyStrengthOnboardingIntro .MyStrengthAssessmentCardContainer{margin-bottom:1.5rem}.root-web-sdk #containerForm .MyStrengthOnboardingIntro .MyStrengthAssessmentCardContainer .text-content-field-wrapper-web-sdk ul{margin:0;padding:0}.root-web-sdk #containerForm .MyStrengthOnboardingIntro .MyStrengthAssessmentSubTitle{font-size:1.125rem;font-weight:700;margin-bottom:1rem}.root-web-sdk #containerForm .MyStrengthOnboardingIntro .ModernizedButton-button-wrapper-web-sdk{display:flex;justify-content:flex-end}.root-web-sdk #containerForm .MyStrengthOnboardingIntro .ModernizedButton-button-wrapper-web-sdk .modernizedButton{width:13rem}.root-web-sdk #containerForm .MyStrengthOnboardingPnqIntro .title-web-sdk{text-align:center;font-weight:700;font-size:37px;margin-bottom:1.5rem;line-height:2.5rem}.root-web-sdk #containerForm .MyStrengthOnboardingPnqIntro .MyStrengthPnqIntroImage{margin-bottom:1rem}.root-web-sdk #containerForm .MyStrengthOnboardingPnqIntro .MyStrengthPnqIntroDescription{font-size:1.125rem;line-height:1.75rem;margin-bottom:2.5rem}.root-web-sdk #containerForm .MyStrengthOnboardingPnqIntro .ModernizedButton-button-wrapper-web-sdk{display:flex;justify-content:flex-end}.root-web-sdk #containerForm .MyStrengthOnboardingPnqIntro .ModernizedButton-button-wrapper-web-sdk .MyStrengthPnqIntroFooterButton{width:auto}.root-web-sdk #containerForm .results_section .title-web-sdk{text-align:center;font-size:37px;line-height:2.5rem;margin-bottom:1.5rem}.root-web-sdk #containerForm .results_section .image-wrapper-web-sdk{margin-bottom:1.5rem;margin-right:auto}.root-web-sdk #containerForm .results_section .MyStrengthResultsSectionSubTitle{font-weight:700;font-size:1.125rem;margin-bottom:1rem}.root-web-sdk #containerForm .results_section .MyStrengthAssessmentCardContainer{margin-bottom:1.5rem}.root-web-sdk #containerForm .results_section .MyStrengthAssessmentCardContainer .text-content-markdown ul{margin:0;padding:0}.root-web-sdk #containerForm .results_section .ModernizedButton-button-wrapper-web-sdk{display:flex;justify-content:flex-end}.root-web-sdk #containerForm .results_section .ModernizedButton-button-wrapper-web-sdk .modernizedButton{width:auto}.root-web-sdk #containerForm .focus_area p{font-size:1.125rem;line-height:1.75rem}.root-web-sdk #containerForm .focus_area .MyStrengthFocusAreaAnnotation{text-align:center;margin-bottom:1rem}.root-web-sdk #containerForm .focus_area .title-web-sdk{text-align:center;margin-bottom:1rem;font-size:1.125rem;font-weight:400;line-height:1.75rem;--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity))}.root-web-sdk #containerForm .focus_area .image-wrapper-web-sdk{margin-right:auto;margin-bottom:1.5rem}.root-web-sdk #containerForm .focus_area .MyStrengthFocusAreaTitle{font-weight:700;font-size:37px;margin-bottom:1.5rem;line-height:2.5rem;text-align:center}.root-web-sdk #containerForm .focus_area .MyStrengthFocusAreaSubTitle{font-weight:700;font-size:1.125rem;line-height:1.75rem;margin-bottom:.5rem}.root-web-sdk #containerForm .focus_area .MyStrengthFocusAreaBulletPointList{margin-bottom:1.5rem}.root-web-sdk #containerForm .focus_area .MyStrengthFocusAreaBulletPointList .text-content-field-wrapper-web-sdk .text-content-markdown ul{margin:0;padding:0}.root-web-sdk #containerForm .focus_area .MyStrengthFocusAreaBodyContainer{padding:1rem;grid-gap:.75rem;gap:.75rem;border-radius:.75rem;--bg-opacity:1;background-color:#f7f9f9;background-color:rgba(247, 249, 249, var(--bg-opacity));margin-bottom:1.5rem;font-size:15px}.root-web-sdk #containerForm .focus_area .MyStrengthFocusAreaBodyContainer .MyStrengthFocusAreaBody{font-size:15px;line-height:20px}.root-web-sdk #containerForm .focus_area .MyStrengthFocusAreaBody{margin-bottom:auto}.root-web-sdk #containerForm .focus_area .ModernizedButton-button-wrapper-web-sdk{display:flex;justify-content:flex-end}.root-web-sdk #containerForm .focus_area .MyStrengthFocusAreaNextButton{margin-bottom:1rem}.root-web-sdk #containerForm .focus_area .ModernizedButton-button-wrapper-web-sdk .modernizedButton{width:auto}.root-web-sdk #containerForm .MyStrengthOnboardingReassessment .MyStrengthReassessmentTitle{font-weight:700;width:527px;font-size:37px;line-height:2.5rem;fill:#171717;margin-bottom:1rem;text-align:center}.root-web-sdk #containerForm .MyStrengthOnboardingReassessment .MyStrengthReassessmentText{font-size:1.125rem;margin-bottom:1.5rem;width:527px}.root-web-sdk #containerForm .MyStrengthOnboardingReassessment .image-wrapper-web-sdk{width:527px !important}.root-web-sdk #containerForm .MyStrengthOnboardingReassessment .MyStrengthReassessmentImage{margin-bottom:1.5rem}.root-web-sdk #containerForm .MyStrengthOnboardingReassessment .MyStrengthReassessmentCardContainer{margin-bottom:1.5rem;width:664px}.root-web-sdk #containerForm .MyStrengthOnboardingReassessment .MyStrengthReassessmentCardContainer .text-content-field-wrapper-web-sdk .text-content-markdown ul{margin:0;padding:0}.root-web-sdk #containerForm .MyStrengthOnboardingReassessment .ModernizedButton-button-wrapper-web-sdk{display:flex;width:664px;justify-content:flex-end}.root-web-sdk #containerForm .MyStrengthOnboardingReassessment .ModernizedButton-button-wrapper-web-sdk .modernizedButton{width:auto}.root-web-sdk #containerForm .AssessmentErrorPageScreenSetting .screen-fields-web-sdk .MyStrengthAssessmentErrorHeading{text-align:center;margin-bottom:1.5rem;font-size:37px;font-weight:700;line-height:2.5rem}.root-web-sdk #containerForm .AssessmentErrorPageScreenSetting .screen-fields-web-sdk .errorImageContainerField .ic_tdh_error_img_cloud{background-image:url(https://assets.livongo.com/image/upload/v1713277141/web-sdk/icons/ic_tdh_error_img_cloud.svg);background-size:contain;background-repeat:no-repeat;background-position:50%;margin-left:auto;margin-right:auto;width:245px;height:144px}.root-web-sdk #containerForm .AssessmentErrorPageScreenSetting .screen-fields-web-sdk .errorImageContainerField{margin-bottom:1.5rem}.root-web-sdk #containerForm .AssessmentErrorPageScreenSetting .screen-fields-web-sdk [class*=MyStrengthAssessmentErrorBodyText]{font-size:1.125rem;line-height:1.5rem;margin-bottom:1.5rem}.root-web-sdk #containerForm .AssessmentErrorPageScreenSetting .screen-fields-web-sdk .ModernizedButton-button-wrapper-web-sdk{display:flex;justify-content:flex-end}.root-web-sdk #containerForm .AssessmentErrorPageScreenSetting .screen-fields-web-sdk .ModernizedButton-button-wrapper-web-sdk .modernizedButton{width:auto}.root-web-sdk #containerForm .AssessmentPlanNew .screen-fields-web-sdk .MyStrengthPlanDescription{font-size:1.125rem;line-height:1.75rem;text-align:center;font-weight:400;margin-bottom:1rem}.root-web-sdk #containerForm .AssessmentPlanNew .screen-fields-web-sdk .MyStrengthPlanTitle{font-weight:700;font-size:37px;margin-bottom:1.5rem;line-height:2.5rem;text-align:center}.root-web-sdk #containerForm .AssessmentPlanNew .screen-fields-web-sdk .title-web-sdk{text-align:center;margin-bottom:1rem;font-size:1.125rem;font-weight:400;line-height:1.75rem;--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity))}.root-web-sdk #containerForm .AssessmentPlanNew .screen-fields-web-sdk .MyStrengthPlanImage{margin-bottom:1.5rem}.root-web-sdk #containerForm .AssessmentPlanNew .screen-fields-web-sdk .MyStrengthPlanPrimaryContainer{margin-bottom:1.5rem;line-height:1.75rem;font-size:1.125rem}.root-web-sdk #containerForm .AssessmentPlanNew .screen-fields-web-sdk .MyStrengthPlanPrimaryContainer ul li{margin-left:32px}.root-web-sdk #containerForm .AssessmentPlanNew .screen-fields-web-sdk .MyStrengthPlanSecondaryContainer{padding:1rem;--bg-opacity:1;background-color:#f7f9f9;background-color:rgba(247, 249, 249, var(--bg-opacity));font-size:15px;line-height:20px;margin-bottom:1.5rem}.root-web-sdk #containerForm .AssessmentPlanNew .screen-fields-web-sdk .MyStrengthPlanSecondaryContainer ul li{margin-left:1.25rem}.root-web-sdk #containerForm .AssessmentPlanNew .screen-fields-web-sdk .MyStrengthPlanPrimaryContainer ul,.root-web-sdk #containerForm .AssessmentPlanNew .screen-fields-web-sdk .MyStrengthPlanSecondaryContainer ul{margin-top:1.5rem}.root-web-sdk #containerForm .AssessmentPlanNew .screen-fields-web-sdk .MyStrengthPlanPrimaryContainer ul li,.root-web-sdk #containerForm .AssessmentPlanNew .screen-fields-web-sdk .MyStrengthPlanSecondaryContainer ul li{list-style-type:disc}.root-web-sdk #containerForm .AssessmentPlanNew .screen-fields-web-sdk .ModernizedButton-button-wrapper-web-sdk{justify-content:flex-end;display:flex}.root-web-sdk #containerForm .AssessmentPlanNew .screen-fields-web-sdk .ModernizedButton-button-wrapper-web-sdk .MyStrengthPlanButton{width:auto}.root-web-sdk #containerForm .aged_up .MyStrengthAgedUpLogoContainer{display:flex;justify-content:center;width:100%;height:371px;margin-bottom:0;margin-right:0}.root-web-sdk #containerForm .aged_up .MyStrengthAgedUpLogoContainer .image-wrapper-web-sdk{height:100% !important}.root-web-sdk #containerForm .aged_up .MyStrengthAgedUpLogoContainer .image-wrapper-web-sdk .image-container-web-sdk{width:100%;height:100%}.root-web-sdk #containerForm .aged_up .MyStrengthAgedUpLogoContainer .image-wrapper-web-sdk .image-container-web-sdk img{width:100%;-o-object-fit:cover;object-fit:cover}.root-web-sdk #containerForm .aged_up .myStrengthAgedUpTitle{font-weight:700;font-size:2.25rem;line-height:2.25rem;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));margin-bottom:0;margin-top:32px}.root-web-sdk #containerForm .aged_up .myStrengthAgedUpExploreSubtitle{font-style:normal;font-weight:400;font-size:1.625rem;line-height:1.5rem;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));margin-bottom:0;margin-top:1rem}.root-web-sdk #containerForm .aged_up .myStrengthAgedUpExploreText{margin-bottom:0;margin-top:.5rem;font-style:normal;font-size:1.125rem;font-weight:400;line-height:1.75rem;--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity))}.root-web-sdk #containerForm .aged_up .myStrengthAgedUpTherapySubtitle{font-style:normal;font-weight:400;font-size:1.625rem;line-height:1.5rem;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));margin-bottom:0;margin-top:1rem}.root-web-sdk #containerForm .aged_up .myStrengthAgedUpTherapyText{margin-bottom:0;margin-top:.5rem;font-style:normal;font-size:1.125rem;font-weight:400;line-height:1.75rem;--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity))}.root-web-sdk #containerForm .aged_up .myStrengthAgedUpButtonContainerField{float:right;margin-bottom:2.25rem}.root-web-sdk #containerForm .aged_up .myStrengthAgedUpButtonContainerField .myStrengthAgedUpButton{float:right;right:0;width:175px;height:3rem;margin-top:.5rem;margin-left:.5rem;margin-bottom:1.125rem;border-radius:9999px}.root-web-sdk #containerForm .ActivityHistoryScreen .Label-module__root[data-testid=activity_title-label]{font-size:1.5rem;padding-bottom:.5rem;margin-bottom:1rem;font-size:1.625rem;line-height:2rem}.root-web-sdk #containerForm .ActivityHistoryScreen .Label-module__root[data-testid=activity_description-label]{font-size:1rem;font-weight:400;line-height:1;letter-spacing:0;padding:8px 0 16px}.root-web-sdk #containerForm .ActivityHistoryScreen .Label-module__root[data-testid*=step_title_]{font-size:1.5rem;padding-bottom:.5rem;margin-bottom:1rem;font-size:1.625rem;line-height:2rem}.root-web-sdk #containerForm .ActivityFinishScreen .modernized-image-web-sdk{display:block;padding:0;margin-top:0.25rem !important;margin-left:auto;margin-right:auto;margin-bottom:1.5rem}.root-web-sdk #containerForm .ActivityFinishScreen .title-web-sdk{width:100%;margin:0;padding:0;text-align:center;font-weight:700;font-size:2.25rem;line-height:2.5rem;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity))}@media (min-width: 768px){.root-web-sdk #containerForm .ActivityFinishScreen .title-web-sdk{font-size:2.813rem;line-height:3rem}}.root-web-sdk #containerForm .ActivityFinishScreen .subtext{width:100%;margin-bottom:3rem;padding:0;text-align:center;font-weight:400;font-size:1.125rem;line-height:1.5rem}@media (min-width: 768px){.root-web-sdk #containerForm .ActivityFinishScreen .subtext{line-height:1.75rem}}.root-web-sdk #containerForm .ActivityFinishScreen .ModernizedButton-button-wrapper-web-sdk{padding:0 !important;display:flex;justify-content:center}.root-web-sdk #containerForm .ActivityFinishScreen .ModernizedButton-button-wrapper-web-sdk .favorites_button{margin-bottom:3rem}.root-web-sdk #containerForm .ActivityFinishScreen .Button-module__root[data-testid=finish_button-button]{width:auto;display:block;margin-left:auto;margin-right:auto}.root-web-sdk #containerForm .ActivityFinishScreen .question{width:100%;margin-bottom:1.5rem;font-weight:500;text-align:center;font-size:1.375rem;line-height:1.5rem}@media (min-width: 768px){.root-web-sdk #containerForm .ActivityFinishScreen .question{font-size:1.625rem;line-height:2rem}}.root-web-sdk #containerForm .ActivityFinishScreen .icon_buttons_wrapper1{display:flex;flex-direction:row;justify-content:center;align-items:center;grid-gap:4rem;gap:4rem;padding-bottom:3rem}.mys-web-sdk .root-web-sdk{margin:0;padding:0}.root-web-sdk #containerForm:has(.AboutScreen),.root-web-sdk #containerForm:has(.ChannelsScreen),.root-web-sdk #containerForm:has(.CoachBioScreen),.root-web-sdk #containerForm:has(.ConnectScreen),.root-web-sdk #containerForm:has(.ContentPreferences),.root-web-sdk #containerForm:has(.ExploreAllScreen),.root-web-sdk #containerForm:has(.ExploreScreen),.root-web-sdk #containerForm:has(.FavoritesScreen),.root-web-sdk #containerForm:has(.GetHelpScreen),.root-web-sdk #containerForm:has(.GetStartedScreen),.root-web-sdk #containerForm:has(.HistoryScreen),.root-web-sdk #containerForm:has(.ProgramsScreen),.root-web-sdk #containerForm:has(.ScheduleScreen),.root-web-sdk #containerForm:has(.SchedulingSessionScreen),.root-web-sdk #containerForm:has(.SearchResultsScreen),.root-web-sdk #containerForm:has(.SeriesScreen),.root-web-sdk #containerForm:has(.TopicsCategoryScreen),.root-web-sdk #containerForm:has(.TopicsScreen){margin:0}.root-web-sdk #containerForm:has(.AboutScreen) .title-web-sdk,.root-web-sdk #containerForm:has(.ChannelsScreen) .title-web-sdk,.root-web-sdk #containerForm:has(.CoachBioScreen) .title-web-sdk,.root-web-sdk #containerForm:has(.ConnectScreen) .title-web-sdk,.root-web-sdk #containerForm:has(.ContentPreferences) .title-web-sdk,.root-web-sdk #containerForm:has(.ExploreAllScreen) .title-web-sdk,.root-web-sdk #containerForm:has(.ExploreScreen) .title-web-sdk,.root-web-sdk #containerForm:has(.FavoritesScreen) .title-web-sdk,.root-web-sdk #containerForm:has(.GetHelpScreen) .title-web-sdk,.root-web-sdk #containerForm:has(.GetStartedScreen) .title-web-sdk,.root-web-sdk #containerForm:has(.HistoryScreen) .title-web-sdk,.root-web-sdk #containerForm:has(.ProgramsScreen) .title-web-sdk,.root-web-sdk #containerForm:has(.ScheduleScreen) .title-web-sdk,.root-web-sdk #containerForm:has(.SchedulingSessionScreen) .title-web-sdk,.root-web-sdk #containerForm:has(.SearchResultsScreen) .title-web-sdk,.root-web-sdk #containerForm:has(.SeriesScreen) .title-web-sdk,.root-web-sdk #containerForm:has(.TopicsCategoryScreen) .title-web-sdk,.root-web-sdk #containerForm:has(.TopicsScreen) .title-web-sdk{margin:0;padding:0 0 2rem;display:none;font-size:2.813rem;line-height:3rem;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity))}@media (min-width: 768px){.root-web-sdk #containerForm:has(.AboutScreen) .title-web-sdk,.root-web-sdk #containerForm:has(.ChannelsScreen) .title-web-sdk,.root-web-sdk #containerForm:has(.CoachBioScreen) .title-web-sdk,.root-web-sdk #containerForm:has(.ConnectScreen) .title-web-sdk,.root-web-sdk #containerForm:has(.ContentPreferences) .title-web-sdk,.root-web-sdk #containerForm:has(.ExploreAllScreen) .title-web-sdk,.root-web-sdk #containerForm:has(.ExploreScreen) .title-web-sdk,.root-web-sdk #containerForm:has(.FavoritesScreen) .title-web-sdk,.root-web-sdk #containerForm:has(.GetHelpScreen) .title-web-sdk,.root-web-sdk #containerForm:has(.GetStartedScreen) .title-web-sdk,.root-web-sdk #containerForm:has(.HistoryScreen) .title-web-sdk,.root-web-sdk #containerForm:has(.ProgramsScreen) .title-web-sdk,.root-web-sdk #containerForm:has(.ScheduleScreen) .title-web-sdk,.root-web-sdk #containerForm:has(.SchedulingSessionScreen) .title-web-sdk,.root-web-sdk #containerForm:has(.SearchResultsScreen) .title-web-sdk,.root-web-sdk #containerForm:has(.SeriesScreen) .title-web-sdk,.root-web-sdk #containerForm:has(.TopicsCategoryScreen) .title-web-sdk,.root-web-sdk #containerForm:has(.TopicsScreen) .title-web-sdk{display:block}}.root-web-sdk #containerForm:has(.AboutScreen) .text-web-sdk,.root-web-sdk #containerForm:has(.ChannelsScreen) .text-web-sdk,.root-web-sdk #containerForm:has(.CoachBioScreen) .text-web-sdk,.root-web-sdk #containerForm:has(.ConnectScreen) .text-web-sdk,.root-web-sdk #containerForm:has(.ContentPreferences) .text-web-sdk,.root-web-sdk #containerForm:has(.ExploreAllScreen) .text-web-sdk,.root-web-sdk #containerForm:has(.ExploreScreen) .text-web-sdk,.root-web-sdk #containerForm:has(.FavoritesScreen) .text-web-sdk,.root-web-sdk #containerForm:has(.GetHelpScreen) .text-web-sdk,.root-web-sdk #containerForm:has(.GetStartedScreen) .text-web-sdk,.root-web-sdk #containerForm:has(.HistoryScreen) .text-web-sdk,.root-web-sdk #containerForm:has(.ProgramsScreen) .text-web-sdk,.root-web-sdk #containerForm:has(.ScheduleScreen) .text-web-sdk,.root-web-sdk #containerForm:has(.SchedulingSessionScreen) .text-web-sdk,.root-web-sdk #containerForm:has(.SearchResultsScreen) .text-web-sdk,.root-web-sdk #containerForm:has(.SeriesScreen) .text-web-sdk,.root-web-sdk #containerForm:has(.TopicsCategoryScreen) .text-web-sdk,.root-web-sdk #containerForm:has(.TopicsScreen) .text-web-sdk{margin:0;font-family:Effra,Arial,sans-serif;font-style:normal;font-weight:400;font-size:1.125rem;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity))}.root-web-sdk #containerForm:has(.AboutScreen) a,.root-web-sdk #containerForm:has(.ChannelsScreen) a,.root-web-sdk #containerForm:has(.CoachBioScreen) a,.root-web-sdk #containerForm:has(.ConnectScreen) a,.root-web-sdk #containerForm:has(.ContentPreferences) a,.root-web-sdk #containerForm:has(.ExploreAllScreen) a,.root-web-sdk #containerForm:has(.ExploreScreen) a,.root-web-sdk #containerForm:has(.FavoritesScreen) a,.root-web-sdk #containerForm:has(.GetHelpScreen) a,.root-web-sdk #containerForm:has(.GetStartedScreen) a,.root-web-sdk #containerForm:has(.HistoryScreen) a,.root-web-sdk #containerForm:has(.ProgramsScreen) a,.root-web-sdk #containerForm:has(.ScheduleScreen) a,.root-web-sdk #containerForm:has(.SchedulingSessionScreen) a,.root-web-sdk #containerForm:has(.SearchResultsScreen) a,.root-web-sdk #containerForm:has(.SeriesScreen) a,.root-web-sdk #containerForm:has(.TopicsCategoryScreen) a,.root-web-sdk #containerForm:has(.TopicsScreen) a{font-family:Effra,Arial,sans-serif;font-style:normal;font-weight:500;font-size:1.125rem;--text-opacity:1;color:#005c95;color:rgba(0, 92, 149, var(--text-opacity));outline:2px solid transparent;outline-offset:2px;box-shadow:none;border-radius:.25rem;text-decoration:underline;text-underline-offset:3.5px;text-decoration-thickness:1px}.root-web-sdk #containerForm:has(.AboutScreen) a:focus,.root-web-sdk #containerForm:has(.ChannelsScreen) a:focus,.root-web-sdk #containerForm:has(.CoachBioScreen) a:focus,.root-web-sdk #containerForm:has(.ConnectScreen) a:focus,.root-web-sdk #containerForm:has(.ContentPreferences) a:focus,.root-web-sdk #containerForm:has(.ExploreAllScreen) a:focus,.root-web-sdk #containerForm:has(.ExploreScreen) a:focus,.root-web-sdk #containerForm:has(.FavoritesScreen) a:focus,.root-web-sdk #containerForm:has(.GetHelpScreen) a:focus,.root-web-sdk #containerForm:has(.GetStartedScreen) a:focus,.root-web-sdk #containerForm:has(.HistoryScreen) a:focus,.root-web-sdk #containerForm:has(.ProgramsScreen) a:focus,.root-web-sdk #containerForm:has(.ScheduleScreen) a:focus,.root-web-sdk #containerForm:has(.SchedulingSessionScreen) a:focus,.root-web-sdk #containerForm:has(.SearchResultsScreen) a:focus,.root-web-sdk #containerForm:has(.SeriesScreen) a:focus,.root-web-sdk #containerForm:has(.TopicsCategoryScreen) a:focus,.root-web-sdk #containerForm:has(.TopicsScreen) a:focus{text-decoration:none;box-shadow:0 0 0 4px #fff,0 0 2px 6px rgba(81,86,245,0.6)}.root-web-sdk #containerForm:has(.AboutScreen) a:active,.root-web-sdk #containerForm:has(.ChannelsScreen) a:active,.root-web-sdk #containerForm:has(.CoachBioScreen) a:active,.root-web-sdk #containerForm:has(.ConnectScreen) a:active,.root-web-sdk #containerForm:has(.ContentPreferences) a:active,.root-web-sdk #containerForm:has(.ExploreAllScreen) a:active,.root-web-sdk #containerForm:has(.ExploreScreen) a:active,.root-web-sdk #containerForm:has(.FavoritesScreen) a:active,.root-web-sdk #containerForm:has(.GetHelpScreen) a:active,.root-web-sdk #containerForm:has(.GetStartedScreen) a:active,.root-web-sdk #containerForm:has(.HistoryScreen) a:active,.root-web-sdk #containerForm:has(.ProgramsScreen) a:active,.root-web-sdk #containerForm:has(.ScheduleScreen) a:active,.root-web-sdk #containerForm:has(.SchedulingSessionScreen) a:active,.root-web-sdk #containerForm:has(.SearchResultsScreen) a:active,.root-web-sdk #containerForm:has(.SeriesScreen) a:active,.root-web-sdk #containerForm:has(.TopicsCategoryScreen) a:active,.root-web-sdk #containerForm:has(.TopicsScreen) a:active{--text-opacity:1;color:#3910b8;color:rgba(57, 16, 184, var(--text-opacity))}.root-web-sdk #containerForm:has(.AboutScreen) .container,.root-web-sdk #containerForm:has(.ChannelsScreen) .container,.root-web-sdk #containerForm:has(.CoachBioScreen) .container,.root-web-sdk #containerForm:has(.ConnectScreen) .container,.root-web-sdk #containerForm:has(.ContentPreferences) .container,.root-web-sdk #containerForm:has(.ExploreAllScreen) .container,.root-web-sdk #containerForm:has(.ExploreScreen) .container,.root-web-sdk #containerForm:has(.FavoritesScreen) .container,.root-web-sdk #containerForm:has(.GetHelpScreen) .container,.root-web-sdk #containerForm:has(.GetStartedScreen) .container,.root-web-sdk #containerForm:has(.HistoryScreen) .container,.root-web-sdk #containerForm:has(.ProgramsScreen) .container,.root-web-sdk #containerForm:has(.ScheduleScreen) .container,.root-web-sdk #containerForm:has(.SchedulingSessionScreen) .container,.root-web-sdk #containerForm:has(.SearchResultsScreen) .container,.root-web-sdk #containerForm:has(.SeriesScreen) .container,.root-web-sdk #containerForm:has(.TopicsCategoryScreen) .container,.root-web-sdk #containerForm:has(.TopicsScreen) .container{max-width:100%;margin:0}.root-web-sdk #containerForm:has(.AboutScreen) .text-web-sdk[tabindex="-1"],.root-web-sdk #containerForm:has(.AboutScreen) .title-web-sdk[tabindex="-1"],.root-web-sdk #containerForm:has(.ChannelsScreen) .text-web-sdk[tabindex="-1"],.root-web-sdk #containerForm:has(.ChannelsScreen) .title-web-sdk[tabindex="-1"],.root-web-sdk #containerForm:has(.CoachBioScreen) .text-web-sdk[tabindex="-1"],.root-web-sdk #containerForm:has(.CoachBioScreen) .title-web-sdk[tabindex="-1"],.root-web-sdk #containerForm:has(.ConnectScreen) .text-web-sdk[tabindex="-1"],.root-web-sdk #containerForm:has(.ConnectScreen) .title-web-sdk[tabindex="-1"],.root-web-sdk #containerForm:has(.ContentPreferences) .text-web-sdk[tabindex="-1"],.root-web-sdk #containerForm:has(.ContentPreferences) .title-web-sdk[tabindex="-1"],.root-web-sdk #containerForm:has(.ExploreAllScreen) .text-web-sdk[tabindex="-1"],.root-web-sdk #containerForm:has(.ExploreAllScreen) .title-web-sdk[tabindex="-1"],.root-web-sdk #containerForm:has(.ExploreScreen) .text-web-sdk[tabindex="-1"],.root-web-sdk #containerForm:has(.ExploreScreen) .title-web-sdk[tabindex="-1"],.root-web-sdk #containerForm:has(.FavoritesScreen) .text-web-sdk[tabindex="-1"],.root-web-sdk #containerForm:has(.FavoritesScreen) .title-web-sdk[tabindex="-1"],.root-web-sdk #containerForm:has(.GetHelpScreen) .text-web-sdk[tabindex="-1"],.root-web-sdk #containerForm:has(.GetHelpScreen) .title-web-sdk[tabindex="-1"],.root-web-sdk #containerForm:has(.GetStartedScreen) .text-web-sdk[tabindex="-1"],.root-web-sdk #containerForm:has(.GetStartedScreen) .title-web-sdk[tabindex="-1"],.root-web-sdk #containerForm:has(.HistoryScreen) .text-web-sdk[tabindex="-1"],.root-web-sdk #containerForm:has(.HistoryScreen) .title-web-sdk[tabindex="-1"],.root-web-sdk #containerForm:has(.ProgramsScreen) .text-web-sdk[tabindex="-1"],.root-web-sdk #containerForm:has(.ProgramsScreen) .title-web-sdk[tabindex="-1"],.root-web-sdk #containerForm:has(.ScheduleScreen) .text-web-sdk[tabindex="-1"],.root-web-sdk #containerForm:has(.ScheduleScreen) .title-web-sdk[tabindex="-1"],.root-web-sdk #containerForm:has(.SchedulingSessionScreen) .text-web-sdk[tabindex="-1"],.root-web-sdk #containerForm:has(.SchedulingSessionScreen) .title-web-sdk[tabindex="-1"],.root-web-sdk #containerForm:has(.SearchResultsScreen) .text-web-sdk[tabindex="-1"],.root-web-sdk #containerForm:has(.SearchResultsScreen) .title-web-sdk[tabindex="-1"],.root-web-sdk #containerForm:has(.SeriesScreen) .text-web-sdk[tabindex="-1"],.root-web-sdk #containerForm:has(.SeriesScreen) .title-web-sdk[tabindex="-1"],.root-web-sdk #containerForm:has(.TopicsCategoryScreen) .text-web-sdk[tabindex="-1"],.root-web-sdk #containerForm:has(.TopicsCategoryScreen) .title-web-sdk[tabindex="-1"],.root-web-sdk #containerForm:has(.TopicsScreen) .text-web-sdk[tabindex="-1"],.root-web-sdk #containerForm:has(.TopicsScreen) .title-web-sdk[tabindex="-1"]{outline:2px solid transparent;outline-offset:2px}.root-web-sdk #containerForm:has(.AboutScreen) .button-left-arrow-web-sdk[data-testid=button-back],.root-web-sdk #containerForm:has(.ChannelsScreen) .button-left-arrow-web-sdk[data-testid=button-back],.root-web-sdk #containerForm:has(.CoachBioScreen) .button-left-arrow-web-sdk[data-testid=button-back],.root-web-sdk #containerForm:has(.ConnectScreen) .button-left-arrow-web-sdk[data-testid=button-back],.root-web-sdk #containerForm:has(.ContentPreferences) .button-left-arrow-web-sdk[data-testid=button-back],.root-web-sdk #containerForm:has(.ExploreAllScreen) .button-left-arrow-web-sdk[data-testid=button-back],.root-web-sdk #containerForm:has(.ExploreScreen) .button-left-arrow-web-sdk[data-testid=button-back],.root-web-sdk #containerForm:has(.FavoritesScreen) .button-left-arrow-web-sdk[data-testid=button-back],.root-web-sdk #containerForm:has(.GetHelpScreen) .button-left-arrow-web-sdk[data-testid=button-back],.root-web-sdk #containerForm:has(.GetStartedScreen) .button-left-arrow-web-sdk[data-testid=button-back],.root-web-sdk #containerForm:has(.HistoryScreen) .button-left-arrow-web-sdk[data-testid=button-back],.root-web-sdk #containerForm:has(.ProgramsScreen) .button-left-arrow-web-sdk[data-testid=button-back],.root-web-sdk #containerForm:has(.ScheduleScreen) .button-left-arrow-web-sdk[data-testid=button-back],.root-web-sdk #containerForm:has(.SchedulingSessionScreen) .button-left-arrow-web-sdk[data-testid=button-back],.root-web-sdk #containerForm:has(.SearchResultsScreen) .button-left-arrow-web-sdk[data-testid=button-back],.root-web-sdk #containerForm:has(.SeriesScreen) .button-left-arrow-web-sdk[data-testid=button-back],.root-web-sdk #containerForm:has(.TopicsCategoryScreen) .button-left-arrow-web-sdk[data-testid=button-back],.root-web-sdk #containerForm:has(.TopicsScreen) .button-left-arrow-web-sdk[data-testid=button-back]{padding:0;margin:1rem 0;cursor:pointer;background-color:transparent;background-image:none;border-style:none;border-width:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:2px solid transparent;outline-offset:2px;position:relative;max-width:100%;display:none;align-items:center;justify-content:center;grid-gap:.5rem;gap:.5rem;transition-duration:.3s;box-sizing:border-box;border-radius:.25rem;text-align:center;white-space:normal;font-family:Effra,Arial,sans-serif;font-style:normal;font-weight:500;font-size:1.125rem;line-height:20px;--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity));text-underline-offset:3px}.root-web-sdk #containerForm:has(.AboutScreen) .button-left-arrow-web-sdk[data-testid=button-back]:active,.root-web-sdk #containerForm:has(.AboutScreen) .button-left-arrow-web-sdk[data-testid=button-back]:hover,.root-web-sdk #containerForm:has(.ChannelsScreen) .button-left-arrow-web-sdk[data-testid=button-back]:active,.root-web-sdk #containerForm:has(.ChannelsScreen) .button-left-arrow-web-sdk[data-testid=button-back]:hover,.root-web-sdk #containerForm:has(.CoachBioScreen) .button-left-arrow-web-sdk[data-testid=button-back]:active,.root-web-sdk #containerForm:has(.CoachBioScreen) .button-left-arrow-web-sdk[data-testid=button-back]:hover,.root-web-sdk #containerForm:has(.ConnectScreen) .button-left-arrow-web-sdk[data-testid=button-back]:active,.root-web-sdk #containerForm:has(.ConnectScreen) .button-left-arrow-web-sdk[data-testid=button-back]:hover,.root-web-sdk #containerForm:has(.ContentPreferences) .button-left-arrow-web-sdk[data-testid=button-back]:active,.root-web-sdk #containerForm:has(.ContentPreferences) .button-left-arrow-web-sdk[data-testid=button-back]:hover,.root-web-sdk #containerForm:has(.ExploreAllScreen) .button-left-arrow-web-sdk[data-testid=button-back]:active,.root-web-sdk #containerForm:has(.ExploreAllScreen) .button-left-arrow-web-sdk[data-testid=button-back]:hover,.root-web-sdk #containerForm:has(.ExploreScreen) .button-left-arrow-web-sdk[data-testid=button-back]:active,.root-web-sdk #containerForm:has(.ExploreScreen) .button-left-arrow-web-sdk[data-testid=button-back]:hover,.root-web-sdk #containerForm:has(.FavoritesScreen) .button-left-arrow-web-sdk[data-testid=button-back]:active,.root-web-sdk #containerForm:has(.FavoritesScreen) .button-left-arrow-web-sdk[data-testid=button-back]:hover,.root-web-sdk #containerForm:has(.GetHelpScreen) .button-left-arrow-web-sdk[data-testid=button-back]:active,.root-web-sdk #containerForm:has(.GetHelpScreen) .button-left-arrow-web-sdk[data-testid=button-back]:hover,.root-web-sdk #containerForm:has(.GetStartedScreen) .button-left-arrow-web-sdk[data-testid=button-back]:active,.root-web-sdk #containerForm:has(.GetStartedScreen) .button-left-arrow-web-sdk[data-testid=button-back]:hover,.root-web-sdk #containerForm:has(.HistoryScreen) .button-left-arrow-web-sdk[data-testid=button-back]:active,.root-web-sdk #containerForm:has(.HistoryScreen) .button-left-arrow-web-sdk[data-testid=button-back]:hover,.root-web-sdk #containerForm:has(.ProgramsScreen) .button-left-arrow-web-sdk[data-testid=button-back]:active,.root-web-sdk #containerForm:has(.ProgramsScreen) .button-left-arrow-web-sdk[data-testid=button-back]:hover,.root-web-sdk #containerForm:has(.ScheduleScreen) .button-left-arrow-web-sdk[data-testid=button-back]:active,.root-web-sdk #containerForm:has(.ScheduleScreen) .button-left-arrow-web-sdk[data-testid=button-back]:hover,.root-web-sdk #containerForm:has(.SchedulingSessionScreen) .button-left-arrow-web-sdk[data-testid=button-back]:active,.root-web-sdk #containerForm:has(.SchedulingSessionScreen) .button-left-arrow-web-sdk[data-testid=button-back]:hover,.root-web-sdk #containerForm:has(.SearchResultsScreen) .button-left-arrow-web-sdk[data-testid=button-back]:active,.root-web-sdk #containerForm:has(.SearchResultsScreen) .button-left-arrow-web-sdk[data-testid=button-back]:hover,.root-web-sdk #containerForm:has(.SeriesScreen) .button-left-arrow-web-sdk[data-testid=button-back]:active,.root-web-sdk #containerForm:has(.SeriesScreen) .button-left-arrow-web-sdk[data-testid=button-back]:hover,.root-web-sdk #containerForm:has(.TopicsCategoryScreen) .button-left-arrow-web-sdk[data-testid=button-back]:active,.root-web-sdk #containerForm:has(.TopicsCategoryScreen) .button-left-arrow-web-sdk[data-testid=button-back]:hover,.root-web-sdk #containerForm:has(.TopicsScreen) .button-left-arrow-web-sdk[data-testid=button-back]:active,.root-web-sdk #containerForm:has(.TopicsScreen) .button-left-arrow-web-sdk[data-testid=button-back]:hover{text-decoration:underline}.root-web-sdk #containerForm:has(.AboutScreen) .button-left-arrow-web-sdk[data-testid=button-back]:focus,.root-web-sdk #containerForm:has(.ChannelsScreen) .button-left-arrow-web-sdk[data-testid=button-back]:focus,.root-web-sdk #containerForm:has(.CoachBioScreen) .button-left-arrow-web-sdk[data-testid=button-back]:focus,.root-web-sdk #containerForm:has(.ConnectScreen) .button-left-arrow-web-sdk[data-testid=button-back]:focus,.root-web-sdk #containerForm:has(.ContentPreferences) .button-left-arrow-web-sdk[data-testid=button-back]:focus,.root-web-sdk #containerForm:has(.ExploreAllScreen) .button-left-arrow-web-sdk[data-testid=button-back]:focus,.root-web-sdk #containerForm:has(.ExploreScreen) .button-left-arrow-web-sdk[data-testid=button-back]:focus,.root-web-sdk #containerForm:has(.FavoritesScreen) .button-left-arrow-web-sdk[data-testid=button-back]:focus,.root-web-sdk #containerForm:has(.GetHelpScreen) .button-left-arrow-web-sdk[data-testid=button-back]:focus,.root-web-sdk #containerForm:has(.GetStartedScreen) .button-left-arrow-web-sdk[data-testid=button-back]:focus,.root-web-sdk #containerForm:has(.HistoryScreen) .button-left-arrow-web-sdk[data-testid=button-back]:focus,.root-web-sdk #containerForm:has(.ProgramsScreen) .button-left-arrow-web-sdk[data-testid=button-back]:focus,.root-web-sdk #containerForm:has(.ScheduleScreen) .button-left-arrow-web-sdk[data-testid=button-back]:focus,.root-web-sdk #containerForm:has(.SchedulingSessionScreen) .button-left-arrow-web-sdk[data-testid=button-back]:focus,.root-web-sdk #containerForm:has(.SearchResultsScreen) .button-left-arrow-web-sdk[data-testid=button-back]:focus,.root-web-sdk #containerForm:has(.SeriesScreen) .button-left-arrow-web-sdk[data-testid=button-back]:focus,.root-web-sdk #containerForm:has(.TopicsCategoryScreen) .button-left-arrow-web-sdk[data-testid=button-back]:focus,.root-web-sdk #containerForm:has(.TopicsScreen) .button-left-arrow-web-sdk[data-testid=button-back]:focus{box-shadow:none}.root-web-sdk #containerForm:has(.AboutScreen) .button-left-arrow-web-sdk[data-testid=button-back]:not(:active):focus,.root-web-sdk #containerForm:has(.AboutScreen) .button-left-arrow-web-sdk[data-testid=button-back]:not(:active):focus-visible,.root-web-sdk #containerForm:has(.ChannelsScreen) .button-left-arrow-web-sdk[data-testid=button-back]:not(:active):focus,.root-web-sdk #containerForm:has(.ChannelsScreen) .button-left-arrow-web-sdk[data-testid=button-back]:not(:active):focus-visible,.root-web-sdk #containerForm:has(.CoachBioScreen) .button-left-arrow-web-sdk[data-testid=button-back]:not(:active):focus,.root-web-sdk #containerForm:has(.CoachBioScreen) .button-left-arrow-web-sdk[data-testid=button-back]:not(:active):focus-visible,.root-web-sdk #containerForm:has(.ConnectScreen) .button-left-arrow-web-sdk[data-testid=button-back]:not(:active):focus,.root-web-sdk #containerForm:has(.ConnectScreen) .button-left-arrow-web-sdk[data-testid=button-back]:not(:active):focus-visible,.root-web-sdk #containerForm:has(.ContentPreferences) .button-left-arrow-web-sdk[data-testid=button-back]:not(:active):focus,.root-web-sdk #containerForm:has(.ContentPreferences) .button-left-arrow-web-sdk[data-testid=button-back]:not(:active):focus-visible,.root-web-sdk #containerForm:has(.ExploreAllScreen) .button-left-arrow-web-sdk[data-testid=button-back]:not(:active):focus,.root-web-sdk #containerForm:has(.ExploreAllScreen) .button-left-arrow-web-sdk[data-testid=button-back]:not(:active):focus-visible,.root-web-sdk #containerForm:has(.ExploreScreen) .button-left-arrow-web-sdk[data-testid=button-back]:not(:active):focus,.root-web-sdk #containerForm:has(.ExploreScreen) .button-left-arrow-web-sdk[data-testid=button-back]:not(:active):focus-visible,.root-web-sdk #containerForm:has(.FavoritesScreen) .button-left-arrow-web-sdk[data-testid=button-back]:not(:active):focus,.root-web-sdk #containerForm:has(.FavoritesScreen) .button-left-arrow-web-sdk[data-testid=button-back]:not(:active):focus-visible,.root-web-sdk #containerForm:has(.GetHelpScreen) .button-left-arrow-web-sdk[data-testid=button-back]:not(:active):focus,.root-web-sdk #containerForm:has(.GetHelpScreen) .button-left-arrow-web-sdk[data-testid=button-back]:not(:active):focus-visible,.root-web-sdk #containerForm:has(.GetStartedScreen) .button-left-arrow-web-sdk[data-testid=button-back]:not(:active):focus,.root-web-sdk #containerForm:has(.GetStartedScreen) .button-left-arrow-web-sdk[data-testid=button-back]:not(:active):focus-visible,.root-web-sdk #containerForm:has(.HistoryScreen) .button-left-arrow-web-sdk[data-testid=button-back]:not(:active):focus,.root-web-sdk #containerForm:has(.HistoryScreen) .button-left-arrow-web-sdk[data-testid=button-back]:not(:active):focus-visible,.root-web-sdk #containerForm:has(.ProgramsScreen) .button-left-arrow-web-sdk[data-testid=button-back]:not(:active):focus,.root-web-sdk #containerForm:has(.ProgramsScreen) .button-left-arrow-web-sdk[data-testid=button-back]:not(:active):focus-visible,.root-web-sdk #containerForm:has(.ScheduleScreen) .button-left-arrow-web-sdk[data-testid=button-back]:not(:active):focus,.root-web-sdk #containerForm:has(.ScheduleScreen) .button-left-arrow-web-sdk[data-testid=button-back]:not(:active):focus-visible,.root-web-sdk #containerForm:has(.SchedulingSessionScreen) .button-left-arrow-web-sdk[data-testid=button-back]:not(:active):focus,.root-web-sdk #containerForm:has(.SchedulingSessionScreen) .button-left-arrow-web-sdk[data-testid=button-back]:not(:active):focus-visible,.root-web-sdk #containerForm:has(.SearchResultsScreen) .button-left-arrow-web-sdk[data-testid=button-back]:not(:active):focus,.root-web-sdk #containerForm:has(.SearchResultsScreen) .button-left-arrow-web-sdk[data-testid=button-back]:not(:active):focus-visible,.root-web-sdk #containerForm:has(.SeriesScreen) .button-left-arrow-web-sdk[data-testid=button-back]:not(:active):focus,.root-web-sdk #containerForm:has(.SeriesScreen) .button-left-arrow-web-sdk[data-testid=button-back]:not(:active):focus-visible,.root-web-sdk #containerForm:has(.TopicsCategoryScreen) .button-left-arrow-web-sdk[data-testid=button-back]:not(:active):focus,.root-web-sdk #containerForm:has(.TopicsCategoryScreen) .button-left-arrow-web-sdk[data-testid=button-back]:not(:active):focus-visible,.root-web-sdk #containerForm:has(.TopicsScreen) .button-left-arrow-web-sdk[data-testid=button-back]:not(:active):focus,.root-web-sdk #containerForm:has(.TopicsScreen) .button-left-arrow-web-sdk[data-testid=button-back]:not(:active):focus-visible{box-shadow:0 0 0 4px #fff,0 0 2px 6px rgba(81,86,245,0.6)}.root-web-sdk #containerForm:has(.AboutScreen) .button-left-arrow-web-sdk[data-testid=button-back]:before,.root-web-sdk #containerForm:has(.ChannelsScreen) .button-left-arrow-web-sdk[data-testid=button-back]:before,.root-web-sdk #containerForm:has(.CoachBioScreen) .button-left-arrow-web-sdk[data-testid=button-back]:before,.root-web-sdk #containerForm:has(.ConnectScreen) .button-left-arrow-web-sdk[data-testid=button-back]:before,.root-web-sdk #containerForm:has(.ContentPreferences) .button-left-arrow-web-sdk[data-testid=button-back]:before,.root-web-sdk #containerForm:has(.ExploreAllScreen) .button-left-arrow-web-sdk[data-testid=button-back]:before,.root-web-sdk #containerForm:has(.ExploreScreen) .button-left-arrow-web-sdk[data-testid=button-back]:before,.root-web-sdk #containerForm:has(.FavoritesScreen) .button-left-arrow-web-sdk[data-testid=button-back]:before,.root-web-sdk #containerForm:has(.GetHelpScreen) .button-left-arrow-web-sdk[data-testid=button-back]:before,.root-web-sdk #containerForm:has(.GetStartedScreen) .button-left-arrow-web-sdk[data-testid=button-back]:before,.root-web-sdk #containerForm:has(.HistoryScreen) .button-left-arrow-web-sdk[data-testid=button-back]:before,.root-web-sdk #containerForm:has(.ProgramsScreen) .button-left-arrow-web-sdk[data-testid=button-back]:before,.root-web-sdk #containerForm:has(.ScheduleScreen) .button-left-arrow-web-sdk[data-testid=button-back]:before,.root-web-sdk #containerForm:has(.SchedulingSessionScreen) .button-left-arrow-web-sdk[data-testid=button-back]:before,.root-web-sdk #containerForm:has(.SearchResultsScreen) .button-left-arrow-web-sdk[data-testid=button-back]:before,.root-web-sdk #containerForm:has(.SeriesScreen) .button-left-arrow-web-sdk[data-testid=button-back]:before,.root-web-sdk #containerForm:has(.TopicsCategoryScreen) .button-left-arrow-web-sdk[data-testid=button-back]:before,.root-web-sdk #containerForm:has(.TopicsScreen) .button-left-arrow-web-sdk[data-testid=button-back]:before{height:1rem;width:1rem;display:inline-block;content:"";background-image:url(https://assets.livongo.com/image/upload/v1713276567/web-sdk/icons/ic_pulse_arrow_left_default.svg)}.root-web-sdk #containerForm:has(.AboutScreen) .button-left-arrow-web-sdk[data-testid=button-back]:before,.root-web-sdk #containerForm:has(.AboutScreen) .button-left-arrow-web-sdk[data-testid=button-back]:hover:before,.root-web-sdk #containerForm:has(.ChannelsScreen) .button-left-arrow-web-sdk[data-testid=button-back]:before,.root-web-sdk #containerForm:has(.ChannelsScreen) .button-left-arrow-web-sdk[data-testid=button-back]:hover:before,.root-web-sdk #containerForm:has(.CoachBioScreen) .button-left-arrow-web-sdk[data-testid=button-back]:before,.root-web-sdk #containerForm:has(.CoachBioScreen) .button-left-arrow-web-sdk[data-testid=button-back]:hover:before,.root-web-sdk #containerForm:has(.ConnectScreen) .button-left-arrow-web-sdk[data-testid=button-back]:before,.root-web-sdk #containerForm:has(.ConnectScreen) .button-left-arrow-web-sdk[data-testid=button-back]:hover:before,.root-web-sdk #containerForm:has(.ContentPreferences) .button-left-arrow-web-sdk[data-testid=button-back]:before,.root-web-sdk #containerForm:has(.ContentPreferences) .button-left-arrow-web-sdk[data-testid=button-back]:hover:before,.root-web-sdk #containerForm:has(.ExploreAllScreen) .button-left-arrow-web-sdk[data-testid=button-back]:before,.root-web-sdk #containerForm:has(.ExploreAllScreen) .button-left-arrow-web-sdk[data-testid=button-back]:hover:before,.root-web-sdk #containerForm:has(.ExploreScreen) .button-left-arrow-web-sdk[data-testid=button-back]:before,.root-web-sdk #containerForm:has(.ExploreScreen) .button-left-arrow-web-sdk[data-testid=button-back]:hover:before,.root-web-sdk #containerForm:has(.FavoritesScreen) .button-left-arrow-web-sdk[data-testid=button-back]:before,.root-web-sdk #containerForm:has(.FavoritesScreen) .button-left-arrow-web-sdk[data-testid=button-back]:hover:before,.root-web-sdk #containerForm:has(.GetHelpScreen) .button-left-arrow-web-sdk[data-testid=button-back]:before,.root-web-sdk #containerForm:has(.GetHelpScreen) .button-left-arrow-web-sdk[data-testid=button-back]:hover:before,.root-web-sdk #containerForm:has(.GetStartedScreen) .button-left-arrow-web-sdk[data-testid=button-back]:before,.root-web-sdk #containerForm:has(.GetStartedScreen) .button-left-arrow-web-sdk[data-testid=button-back]:hover:before,.root-web-sdk #containerForm:has(.HistoryScreen) .button-left-arrow-web-sdk[data-testid=button-back]:before,.root-web-sdk #containerForm:has(.HistoryScreen) .button-left-arrow-web-sdk[data-testid=button-back]:hover:before,.root-web-sdk #containerForm:has(.ProgramsScreen) .button-left-arrow-web-sdk[data-testid=button-back]:before,.root-web-sdk #containerForm:has(.ProgramsScreen) .button-left-arrow-web-sdk[data-testid=button-back]:hover:before,.root-web-sdk #containerForm:has(.ScheduleScreen) .button-left-arrow-web-sdk[data-testid=button-back]:before,.root-web-sdk #containerForm:has(.ScheduleScreen) .button-left-arrow-web-sdk[data-testid=button-back]:hover:before,.root-web-sdk #containerForm:has(.SchedulingSessionScreen) .button-left-arrow-web-sdk[data-testid=button-back]:before,.root-web-sdk #containerForm:has(.SchedulingSessionScreen) .button-left-arrow-web-sdk[data-testid=button-back]:hover:before,.root-web-sdk #containerForm:has(.SearchResultsScreen) .button-left-arrow-web-sdk[data-testid=button-back]:before,.root-web-sdk #containerForm:has(.SearchResultsScreen) .button-left-arrow-web-sdk[data-testid=button-back]:hover:before,.root-web-sdk #containerForm:has(.SeriesScreen) .button-left-arrow-web-sdk[data-testid=button-back]:before,.root-web-sdk #containerForm:has(.SeriesScreen) .button-left-arrow-web-sdk[data-testid=button-back]:hover:before,.root-web-sdk #containerForm:has(.TopicsCategoryScreen) .button-left-arrow-web-sdk[data-testid=button-back]:before,.root-web-sdk #containerForm:has(.TopicsCategoryScreen) .button-left-arrow-web-sdk[data-testid=button-back]:hover:before,.root-web-sdk #containerForm:has(.TopicsScreen) .button-left-arrow-web-sdk[data-testid=button-back]:before,.root-web-sdk #containerForm:has(.TopicsScreen) .button-left-arrow-web-sdk[data-testid=button-back]:hover:before{text-decoration:none}@media (min-width: 768px){.root-web-sdk #containerForm:has(.AboutScreen) .button-left-arrow-web-sdk[data-testid=button-back],.root-web-sdk #containerForm:has(.ChannelsScreen) .button-left-arrow-web-sdk[data-testid=button-back],.root-web-sdk #containerForm:has(.CoachBioScreen) .button-left-arrow-web-sdk[data-testid=button-back],.root-web-sdk #containerForm:has(.ConnectScreen) .button-left-arrow-web-sdk[data-testid=button-back],.root-web-sdk #containerForm:has(.ContentPreferences) .button-left-arrow-web-sdk[data-testid=button-back],.root-web-sdk #containerForm:has(.ExploreAllScreen) .button-left-arrow-web-sdk[data-testid=button-back],.root-web-sdk #containerForm:has(.ExploreScreen) .button-left-arrow-web-sdk[data-testid=button-back],.root-web-sdk #containerForm:has(.FavoritesScreen) .button-left-arrow-web-sdk[data-testid=button-back],.root-web-sdk #containerForm:has(.GetHelpScreen) .button-left-arrow-web-sdk[data-testid=button-back],.root-web-sdk #containerForm:has(.GetStartedScreen) .button-left-arrow-web-sdk[data-testid=button-back],.root-web-sdk #containerForm:has(.HistoryScreen) .button-left-arrow-web-sdk[data-testid=button-back],.root-web-sdk #containerForm:has(.ProgramsScreen) .button-left-arrow-web-sdk[data-testid=button-back],.root-web-sdk #containerForm:has(.ScheduleScreen) .button-left-arrow-web-sdk[data-testid=button-back],.root-web-sdk #containerForm:has(.SchedulingSessionScreen) .button-left-arrow-web-sdk[data-testid=button-back],.root-web-sdk #containerForm:has(.SearchResultsScreen) .button-left-arrow-web-sdk[data-testid=button-back],.root-web-sdk #containerForm:has(.SeriesScreen) .button-left-arrow-web-sdk[data-testid=button-back],.root-web-sdk #containerForm:has(.TopicsCategoryScreen) .button-left-arrow-web-sdk[data-testid=button-back],.root-web-sdk #containerForm:has(.TopicsScreen) .button-left-arrow-web-sdk[data-testid=button-back]{display:inline-flex}}.root-web-sdk #containerForm:has(.AboutScreen) iframe,.root-web-sdk #containerForm:has(.ChannelsScreen) iframe,.root-web-sdk #containerForm:has(.CoachBioScreen) iframe,.root-web-sdk #containerForm:has(.ConnectScreen) iframe,.root-web-sdk #containerForm:has(.ContentPreferences) iframe,.root-web-sdk #containerForm:has(.ExploreAllScreen) iframe,.root-web-sdk #containerForm:has(.ExploreScreen) iframe,.root-web-sdk #containerForm:has(.FavoritesScreen) iframe,.root-web-sdk #containerForm:has(.GetHelpScreen) iframe,.root-web-sdk #containerForm:has(.GetStartedScreen) iframe,.root-web-sdk #containerForm:has(.HistoryScreen) iframe,.root-web-sdk #containerForm:has(.ProgramsScreen) iframe,.root-web-sdk #containerForm:has(.ScheduleScreen) iframe,.root-web-sdk #containerForm:has(.SchedulingSessionScreen) iframe,.root-web-sdk #containerForm:has(.SearchResultsScreen) iframe,.root-web-sdk #containerForm:has(.SeriesScreen) iframe,.root-web-sdk #containerForm:has(.TopicsCategoryScreen) iframe,.root-web-sdk #containerForm:has(.TopicsScreen) iframe{overflow:hidden;height:100rem}.root-web-sdk #containerForm .ChannelsScreen,.root-web-sdk #containerForm .CoachBioScreen,.root-web-sdk #containerForm .ConnectScreen,.root-web-sdk #containerForm .FavoritesScreen,.root-web-sdk #containerForm .GetHelpScreen,.root-web-sdk #containerForm .HistoryScreen,.root-web-sdk #containerForm .ProgramsScreen,.root-web-sdk #containerForm .SchedulingSessionScreen,.root-web-sdk #containerForm .screen-web-sdk[data-testid^=screen-ActivityStep],.root-web-sdk #containerForm .SearchResultsScreen,.root-web-sdk #containerForm .SeriesScreen,.root-web-sdk #containerForm .TopicsCategoryScreen{padding-left:1rem;padding-right:1rem}@media (min-width: 376px){.root-web-sdk #containerForm .ChannelsScreen,.root-web-sdk #containerForm .CoachBioScreen,.root-web-sdk #containerForm .ConnectScreen,.root-web-sdk #containerForm .FavoritesScreen,.root-web-sdk #containerForm .GetHelpScreen,.root-web-sdk #containerForm .HistoryScreen,.root-web-sdk #containerForm .ProgramsScreen,.root-web-sdk #containerForm .SchedulingSessionScreen,.root-web-sdk #containerForm .screen-web-sdk[data-testid^=screen-ActivityStep],.root-web-sdk #containerForm .SearchResultsScreen,.root-web-sdk #containerForm .SeriesScreen,.root-web-sdk #containerForm .TopicsCategoryScreen{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width: 768px){.root-web-sdk #containerForm .ChannelsScreen,.root-web-sdk #containerForm .CoachBioScreen,.root-web-sdk #containerForm .ConnectScreen,.root-web-sdk #containerForm .FavoritesScreen,.root-web-sdk #containerForm .GetHelpScreen,.root-web-sdk #containerForm .HistoryScreen,.root-web-sdk #containerForm .ProgramsScreen,.root-web-sdk #containerForm .SchedulingSessionScreen,.root-web-sdk #containerForm .screen-web-sdk[data-testid^=screen-ActivityStep],.root-web-sdk #containerForm .SearchResultsScreen,.root-web-sdk #containerForm .SeriesScreen,.root-web-sdk #containerForm .TopicsCategoryScreen{padding:0}}.root-web-sdk #containerForm .ErrorScreen [data-test=MyStrengthErrorTitle-label],.root-web-sdk #containerForm .ErrorScreen [data-test=MyStrengthErrorText-label]{font-weight:400;margin-bottom:1rem}.root-web-sdk #containerForm .MyStrengthCard{position:relative;border-radius:.75rem;overflow:hidden;box-shadow:0 1px 4px 1px rgba(0,0,0,0.08);--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));outline:2px solid transparent;outline-offset:2px;--border-opacity:1;border:1px solid #fff;border-color:rgba(255, 255, 255, var(--border-opacity));transition-duration:.3s}.root-web-sdk #containerForm .MyStrengthCard[tabindex]:not([tabindex="-1"]){cursor:pointer}.root-web-sdk #containerForm .MyStrengthCard:focus-visible{box-shadow:0 0 0 2px #fff,0 0 2px 4px rgba(81,86,245,0.6)}.root-web-sdk #containerForm .MyStrengthCard.container,.root-web-sdk #containerForm .MyStrengthCard .container,.root-web-sdk #containerForm .MyStrengthCard .container-content{width:100%}.root-web-sdk #containerForm .MyStrengthCard .text-web-sdk{margin:0;padding:0;font-family:Effra,Arial,sans-serif;font-style:normal;font-weight:400;font-size:1.125rem;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity))}.root-web-sdk #containerForm .MyStrengthCard .modernized-image-web-sdk{margin:0 !important;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.root-web-sdk #containerForm .ClinicalCoachingCard,.root-web-sdk #containerForm .MyStrengthAboutCard,.root-web-sdk #containerForm .MyStrengthBaseActivityCard,.root-web-sdk #containerForm .MyStrengthEmptyStateCard,.root-web-sdk #containerForm .MyStrengthFavoritesCard,.root-web-sdk #containerForm .MyStrengthHistoryCard{padding:1.5rem 4.5rem 1.5rem 1.5rem}@media (min-width: 768px){.root-web-sdk #containerForm .ClinicalCoachingCard,.root-web-sdk #containerForm .MyStrengthAboutCard,.root-web-sdk #containerForm .MyStrengthBaseActivityCard,.root-web-sdk #containerForm .MyStrengthEmptyStateCard,.root-web-sdk #containerForm .MyStrengthFavoritesCard,.root-web-sdk #containerForm .MyStrengthHistoryCard{padding:2rem 7rem 2rem 2rem}}.root-web-sdk #containerForm .ClinicalCoachingCard .title,.root-web-sdk #containerForm .ClinicalCoachingCard [data-test=title-label],.root-web-sdk #containerForm .MyStrengthAboutCard .title,.root-web-sdk #containerForm .MyStrengthAboutCard [data-test=title-label],.root-web-sdk #containerForm .MyStrengthBaseActivityCard .title,.root-web-sdk #containerForm .MyStrengthBaseActivityCard [data-test=title-label],.root-web-sdk #containerForm .MyStrengthEmptyStateCard .title,.root-web-sdk #containerForm .MyStrengthEmptyStateCard [data-test=title-label],.root-web-sdk #containerForm .MyStrengthFavoritesCard .title,.root-web-sdk #containerForm .MyStrengthFavoritesCard [data-test=title-label],.root-web-sdk #containerForm .MyStrengthHistoryCard .title,.root-web-sdk #containerForm .MyStrengthHistoryCard [data-test=title-label]{margin-bottom:.25rem;font-weight:500;font-size:1.375rem;line-height:1.5rem}@media (min-width: 768px){.root-web-sdk #containerForm .ClinicalCoachingCard .title,.root-web-sdk #containerForm .ClinicalCoachingCard [data-test=title-label],.root-web-sdk #containerForm .MyStrengthAboutCard .title,.root-web-sdk #containerForm .MyStrengthAboutCard [data-test=title-label],.root-web-sdk #containerForm .MyStrengthBaseActivityCard .title,.root-web-sdk #containerForm .MyStrengthBaseActivityCard [data-test=title-label],.root-web-sdk #containerForm .MyStrengthEmptyStateCard .title,.root-web-sdk #containerForm .MyStrengthEmptyStateCard [data-test=title-label],.root-web-sdk #containerForm .MyStrengthFavoritesCard .title,.root-web-sdk #containerForm .MyStrengthFavoritesCard [data-test=title-label],.root-web-sdk #containerForm .MyStrengthHistoryCard .title,.root-web-sdk #containerForm .MyStrengthHistoryCard [data-test=title-label]{margin-bottom:.5rem;font-size:1.625rem;line-height:2rem}}.root-web-sdk #containerForm .ClinicalCoachingCard .date,.root-web-sdk #containerForm .ClinicalCoachingCard .subtitle,.root-web-sdk #containerForm .ClinicalCoachingCard [data-test=subtitle-label],.root-web-sdk #containerForm .MyStrengthAboutCard .date,.root-web-sdk #containerForm .MyStrengthAboutCard .subtitle,.root-web-sdk #containerForm .MyStrengthAboutCard [data-test=subtitle-label],.root-web-sdk #containerForm .MyStrengthBaseActivityCard .date,.root-web-sdk #containerForm .MyStrengthBaseActivityCard .subtitle,.root-web-sdk #containerForm .MyStrengthBaseActivityCard [data-test=subtitle-label],.root-web-sdk #containerForm .MyStrengthEmptyStateCard .date,.root-web-sdk #containerForm .MyStrengthEmptyStateCard .subtitle,.root-web-sdk #containerForm .MyStrengthEmptyStateCard [data-test=subtitle-label],.root-web-sdk #containerForm .MyStrengthFavoritesCard .date,.root-web-sdk #containerForm .MyStrengthFavoritesCard .subtitle,.root-web-sdk #containerForm .MyStrengthFavoritesCard [data-test=subtitle-label],.root-web-sdk #containerForm .MyStrengthHistoryCard .date,.root-web-sdk #containerForm .MyStrengthHistoryCard .subtitle,.root-web-sdk #containerForm .MyStrengthHistoryCard [data-test=subtitle-label]{line-height:1.5rem}@media (min-width: 768px){.root-web-sdk #containerForm .ClinicalCoachingCard .date,.root-web-sdk #containerForm .ClinicalCoachingCard .subtitle,.root-web-sdk #containerForm .ClinicalCoachingCard [data-test=subtitle-label],.root-web-sdk #containerForm .MyStrengthAboutCard .date,.root-web-sdk #containerForm .MyStrengthAboutCard .subtitle,.root-web-sdk #containerForm .MyStrengthAboutCard [data-test=subtitle-label],.root-web-sdk #containerForm .MyStrengthBaseActivityCard .date,.root-web-sdk #containerForm .MyStrengthBaseActivityCard .subtitle,.root-web-sdk #containerForm .MyStrengthBaseActivityCard [data-test=subtitle-label],.root-web-sdk #containerForm .MyStrengthEmptyStateCard .date,.root-web-sdk #containerForm .MyStrengthEmptyStateCard .subtitle,.root-web-sdk #containerForm .MyStrengthEmptyStateCard [data-test=subtitle-label],.root-web-sdk #containerForm .MyStrengthFavoritesCard .date,.root-web-sdk #containerForm .MyStrengthFavoritesCard .subtitle,.root-web-sdk #containerForm .MyStrengthFavoritesCard [data-test=subtitle-label],.root-web-sdk #containerForm .MyStrengthHistoryCard .date,.root-web-sdk #containerForm .MyStrengthHistoryCard .subtitle,.root-web-sdk #containerForm .MyStrengthHistoryCard [data-test=subtitle-label]{line-height:1.75rem}}.root-web-sdk #containerForm .ClinicalCoachingCard .corner_header_image,.root-web-sdk #containerForm .ClinicalCoachingCard .corner_image,.root-web-sdk #containerForm .MyStrengthAboutCard .corner_header_image,.root-web-sdk #containerForm .MyStrengthAboutCard .corner_image,.root-web-sdk #containerForm .MyStrengthBaseActivityCard .corner_header_image,.root-web-sdk #containerForm .MyStrengthBaseActivityCard .corner_image,.root-web-sdk #containerForm .MyStrengthEmptyStateCard .corner_header_image,.root-web-sdk #containerForm .MyStrengthEmptyStateCard .corner_image,.root-web-sdk #containerForm .MyStrengthFavoritesCard .corner_header_image,.root-web-sdk #containerForm .MyStrengthFavoritesCard .corner_image,.root-web-sdk #containerForm .MyStrengthHistoryCard .corner_header_image,.root-web-sdk #containerForm .MyStrengthHistoryCard .corner_image{position:absolute;top:-.438rem;right:-.438rem;height:4.5rem;width:4.5rem;border-radius:9999px}@media (min-width: 768px){.root-web-sdk #containerForm .ClinicalCoachingCard .corner_header_image,.root-web-sdk #containerForm .ClinicalCoachingCard .corner_image,.root-web-sdk #containerForm .MyStrengthAboutCard .corner_header_image,.root-web-sdk #containerForm .MyStrengthAboutCard .corner_image,.root-web-sdk #containerForm .MyStrengthBaseActivityCard .corner_header_image,.root-web-sdk #containerForm .MyStrengthBaseActivityCard .corner_image,.root-web-sdk #containerForm .MyStrengthEmptyStateCard .corner_header_image,.root-web-sdk #containerForm .MyStrengthEmptyStateCard .corner_image,.root-web-sdk #containerForm .MyStrengthFavoritesCard .corner_header_image,.root-web-sdk #containerForm .MyStrengthFavoritesCard .corner_image,.root-web-sdk #containerForm .MyStrengthHistoryCard .corner_header_image,.root-web-sdk #containerForm .MyStrengthHistoryCard .corner_image{top:-1rem;right:-1rem;height:6.5rem;width:6.75rem}}.root-web-sdk #containerForm .MyStrengthHistoryCard .date,.root-web-sdk #containerForm .MyStrengthHistoryCard .title{margin-bottom:.5rem}.root-web-sdk #containerForm .MyStrengthHistoryCard .has-submissions{font-size:15px;line-height:20px}.root-web-sdk #containerForm .MyStrengthEmptyStateCard .corner_image{--bg-opacity:1;background-color:#efe9fc;background-color:rgba(239, 233, 252, var(--bg-opacity));background-position:50%;background-repeat:no-repeat;background-size:1.5rem 1.313rem;background-image:url(https://assets.livongo.com/image/upload/v1713276599/web-sdk/icons/ic_pulse_blood_pressure_default.svg)}@media (min-width: 768px){.root-web-sdk #containerForm .MyStrengthEmptyStateCard .corner_image{background-size:2rem 1.75rem}}.root-web-sdk #containerForm .MyStrengthAboutCard .title,.root-web-sdk #containerForm .MyStrengthAboutCard [data-test=title-label]{margin-bottom:.25rem;font-weight:700;font-size:1.125rem;line-height:1.5rem;--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity))}@media (min-width: 768px){.root-web-sdk #containerForm .MyStrengthAboutCard .title,.root-web-sdk #containerForm .MyStrengthAboutCard [data-test=title-label]{margin-bottom:.5rem;line-height:1.75rem}}.root-web-sdk #containerForm .MyStrengthAboutCard .subtitle,.root-web-sdk #containerForm .MyStrengthAboutCard [data-test=subtitle-label]{margin-bottom:1rem;font-weight:500;font-size:1.375rem;line-height:1.5rem}@media (min-width: 768px){.root-web-sdk #containerForm .MyStrengthAboutCard .subtitle,.root-web-sdk #containerForm .MyStrengthAboutCard [data-test=subtitle-label]{font-size:1.625rem;line-height:2rem}}.root-web-sdk #containerForm .MyStrengthAboutCard [name=action_button]{display:flex;padding:14px 32px;justify-content:center;align-items:center;gap:8px}.root-web-sdk #containerForm .ClinicalCoachingCard.V2BoosterSessionCard,.root-web-sdk #containerForm .ClinicalCoachingCard.V2CompletedStateCard,.root-web-sdk #containerForm .ClinicalCoachingCard.V2GetStartedCard,.root-web-sdk #containerForm .ClinicalCoachingCard.V2JoinNowCard,.root-web-sdk #containerForm .ClinicalCoachingCard.V2NextSessionCard,.root-web-sdk #containerForm .ClinicalCoachingCard.V2NoLongerEligibleCard,.root-web-sdk #containerForm .ClinicalCoachingCard.V2UpcomingSessionCard{display:flex;flex-direction:column;margin-bottom:1.5rem;grid-gap:.5rem;gap:.5rem;padding-top:1.5rem;padding-bottom:1rem;padding-right:1.5rem;box-shadow:0 4px 10px 0 rgba(0,0,0,0.16)}@media (min-width: 375px){.root-web-sdk #containerForm .ClinicalCoachingCard.V2BoosterSessionCard,.root-web-sdk #containerForm .ClinicalCoachingCard.V2CompletedStateCard,.root-web-sdk #containerForm .ClinicalCoachingCard.V2GetStartedCard,.root-web-sdk #containerForm .ClinicalCoachingCard.V2JoinNowCard,.root-web-sdk #containerForm .ClinicalCoachingCard.V2NextSessionCard,.root-web-sdk #containerForm .ClinicalCoachingCard.V2NoLongerEligibleCard,.root-web-sdk #containerForm .ClinicalCoachingCard.V2UpcomingSessionCard{margin-bottom:32px}}.root-web-sdk #containerForm .ClinicalCoachingCard.V2BoosterSessionCard .text-web-sdk.annotation,.root-web-sdk #containerForm .ClinicalCoachingCard.V2CompletedStateCard .text-web-sdk.annotation,.root-web-sdk #containerForm .ClinicalCoachingCard.V2GetStartedCard .text-web-sdk.annotation,.root-web-sdk #containerForm .ClinicalCoachingCard.V2JoinNowCard .text-web-sdk.annotation,.root-web-sdk #containerForm .ClinicalCoachingCard.V2NextSessionCard .text-web-sdk.annotation,.root-web-sdk #containerForm .ClinicalCoachingCard.V2NoLongerEligibleCard .text-web-sdk.annotation,.root-web-sdk #containerForm .ClinicalCoachingCard.V2UpcomingSessionCard .text-web-sdk.annotation{--text-opacity:1;color:#007a8a;color:rgba(0, 122, 138, var(--text-opacity));font-size:1.125rem;font-weight:700;padding-right:3.5rem}@media (min-width: 768px){.root-web-sdk #containerForm .ClinicalCoachingCard.V2BoosterSessionCard .text-web-sdk.annotation,.root-web-sdk #containerForm .ClinicalCoachingCard.V2CompletedStateCard .text-web-sdk.annotation,.root-web-sdk #containerForm .ClinicalCoachingCard.V2GetStartedCard .text-web-sdk.annotation,.root-web-sdk #containerForm .ClinicalCoachingCard.V2JoinNowCard .text-web-sdk.annotation,.root-web-sdk #containerForm .ClinicalCoachingCard.V2NextSessionCard .text-web-sdk.annotation,.root-web-sdk #containerForm .ClinicalCoachingCard.V2NoLongerEligibleCard .text-web-sdk.annotation,.root-web-sdk #containerForm .ClinicalCoachingCard.V2UpcomingSessionCard .text-web-sdk.annotation{padding-right:7rem}}.root-web-sdk #containerForm .ClinicalCoachingCard.V2BoosterSessionCard .text-web-sdk.title,.root-web-sdk #containerForm .ClinicalCoachingCard.V2CompletedStateCard .text-web-sdk.title,.root-web-sdk #containerForm .ClinicalCoachingCard.V2GetStartedCard .text-web-sdk.title,.root-web-sdk #containerForm .ClinicalCoachingCard.V2JoinNowCard .text-web-sdk.title,.root-web-sdk #containerForm .ClinicalCoachingCard.V2NextSessionCard .text-web-sdk.title,.root-web-sdk #containerForm .ClinicalCoachingCard.V2NoLongerEligibleCard .text-web-sdk.title,.root-web-sdk #containerForm .ClinicalCoachingCard.V2UpcomingSessionCard .text-web-sdk.title{--text-opacity:1;color:#1e1e1e;color:rgba(30, 30, 30, var(--text-opacity));font-size:1.375rem;font-weight:500}@media (min-width: 768px){.root-web-sdk #containerForm .ClinicalCoachingCard.V2BoosterSessionCard .text-web-sdk.title,.root-web-sdk #containerForm .ClinicalCoachingCard.V2CompletedStateCard .text-web-sdk.title,.root-web-sdk #containerForm .ClinicalCoachingCard.V2GetStartedCard .text-web-sdk.title,.root-web-sdk #containerForm .ClinicalCoachingCard.V2JoinNowCard .text-web-sdk.title,.root-web-sdk #containerForm .ClinicalCoachingCard.V2NextSessionCard .text-web-sdk.title,.root-web-sdk #containerForm .ClinicalCoachingCard.V2NoLongerEligibleCard .text-web-sdk.title,.root-web-sdk #containerForm .ClinicalCoachingCard.V2UpcomingSessionCard .text-web-sdk.title{margin-bottom:.25rem;line-height:1.75rem;font-size:1.5rem}}.root-web-sdk #containerForm .ClinicalCoachingCard.V2BoosterSessionCard .text-web-sdk.subtitle,.root-web-sdk #containerForm .ClinicalCoachingCard.V2CompletedStateCard .text-web-sdk.subtitle,.root-web-sdk #containerForm .ClinicalCoachingCard.V2GetStartedCard .text-web-sdk.subtitle,.root-web-sdk #containerForm .ClinicalCoachingCard.V2JoinNowCard .text-web-sdk.subtitle,.root-web-sdk #containerForm .ClinicalCoachingCard.V2NextSessionCard .text-web-sdk.subtitle,.root-web-sdk #containerForm .ClinicalCoachingCard.V2NoLongerEligibleCard .text-web-sdk.subtitle,.root-web-sdk #containerForm .ClinicalCoachingCard.V2UpcomingSessionCard .text-web-sdk.subtitle{margin:0;padding-left:2rem;background-repeat:no-repeat;background-size:1rem;background-position:0;font-size:1.125rem;font-weight:400;line-height:1.75rem;--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity));background-image:url(https://assets.livongo.com/image/upload/v1713276931/web-sdk/icons/ic_pulse_video_outline_default.svg)}@media (min-width: 768px){.root-web-sdk #containerForm .ClinicalCoachingCard.V2BoosterSessionCard .text-web-sdk.subtitle,.root-web-sdk #containerForm .ClinicalCoachingCard.V2CompletedStateCard .text-web-sdk.subtitle,.root-web-sdk #containerForm .ClinicalCoachingCard.V2GetStartedCard .text-web-sdk.subtitle,.root-web-sdk #containerForm .ClinicalCoachingCard.V2JoinNowCard .text-web-sdk.subtitle,.root-web-sdk #containerForm .ClinicalCoachingCard.V2NextSessionCard .text-web-sdk.subtitle,.root-web-sdk #containerForm .ClinicalCoachingCard.V2NoLongerEligibleCard .text-web-sdk.subtitle,.root-web-sdk #containerForm .ClinicalCoachingCard.V2UpcomingSessionCard .text-web-sdk.subtitle{font-size:1.375rem}}.root-web-sdk #containerForm .ClinicalCoachingCard.V2BoosterSessionCard .text-web-sdk.body,.root-web-sdk #containerForm .ClinicalCoachingCard.V2CompletedStateCard .text-web-sdk.body,.root-web-sdk #containerForm .ClinicalCoachingCard.V2GetStartedCard .text-web-sdk.body,.root-web-sdk #containerForm .ClinicalCoachingCard.V2JoinNowCard .text-web-sdk.body,.root-web-sdk #containerForm .ClinicalCoachingCard.V2NextSessionCard .text-web-sdk.body,.root-web-sdk #containerForm .ClinicalCoachingCard.V2NoLongerEligibleCard .text-web-sdk.body,.root-web-sdk #containerForm .ClinicalCoachingCard.V2UpcomingSessionCard .text-web-sdk.body{--text-opacity:1;color:#232323;color:rgba(35, 35, 35, var(--text-opacity));font-size:1.125rem;font-weight:400}.root-web-sdk #containerForm .ClinicalCoachingCard.V2BoosterSessionCard .corner_image,.root-web-sdk #containerForm .ClinicalCoachingCard.V2CompletedStateCard .corner_image,.root-web-sdk #containerForm .ClinicalCoachingCard.V2GetStartedCard .corner_image,.root-web-sdk #containerForm .ClinicalCoachingCard.V2JoinNowCard .corner_image,.root-web-sdk #containerForm .ClinicalCoachingCard.V2NextSessionCard .corner_image,.root-web-sdk #containerForm .ClinicalCoachingCard.V2NoLongerEligibleCard .corner_image,.root-web-sdk #containerForm .ClinicalCoachingCard.V2UpcomingSessionCard .corner_image{background-position:50%;background-repeat:no-repeat;background-size:1.5rem 1.5rem}@media (min-width: 768px){.root-web-sdk #containerForm .ClinicalCoachingCard.V2BoosterSessionCard .corner_image,.root-web-sdk #containerForm .ClinicalCoachingCard.V2CompletedStateCard .corner_image,.root-web-sdk #containerForm .ClinicalCoachingCard.V2GetStartedCard .corner_image,.root-web-sdk #containerForm .ClinicalCoachingCard.V2JoinNowCard .corner_image,.root-web-sdk #containerForm .ClinicalCoachingCard.V2NextSessionCard .corner_image,.root-web-sdk #containerForm .ClinicalCoachingCard.V2NoLongerEligibleCard .corner_image,.root-web-sdk #containerForm .ClinicalCoachingCard.V2UpcomingSessionCard .corner_image{top:-.875rem;right:-.875rem;background-size:2rem 2rem}}@media (min-width: 768px){.root-web-sdk #containerForm .ClinicalCoachingCard.V2BoosterSessionCard .corner_header_image,.root-web-sdk #containerForm .ClinicalCoachingCard.V2CompletedStateCard .corner_header_image,.root-web-sdk #containerForm .ClinicalCoachingCard.V2GetStartedCard .corner_header_image,.root-web-sdk #containerForm .ClinicalCoachingCard.V2JoinNowCard .corner_header_image,.root-web-sdk #containerForm .ClinicalCoachingCard.V2NextSessionCard .corner_header_image,.root-web-sdk #containerForm .ClinicalCoachingCard.V2NoLongerEligibleCard .corner_header_image,.root-web-sdk #containerForm .ClinicalCoachingCard.V2UpcomingSessionCard .corner_header_image{min-height:10.25rem;min-width:10.25rem;top:-1.5rem;right:-1.75rem}}@media (max-width: 767px){.root-web-sdk #containerForm .ClinicalCoachingCard.V2BoosterSessionCard .corner_header_image,.root-web-sdk #containerForm .ClinicalCoachingCard.V2CompletedStateCard .corner_header_image,.root-web-sdk #containerForm .ClinicalCoachingCard.V2GetStartedCard .corner_header_image,.root-web-sdk #containerForm .ClinicalCoachingCard.V2JoinNowCard .corner_header_image,.root-web-sdk #containerForm .ClinicalCoachingCard.V2NextSessionCard .corner_header_image,.root-web-sdk #containerForm .ClinicalCoachingCard.V2NoLongerEligibleCard .corner_header_image,.root-web-sdk #containerForm .ClinicalCoachingCard.V2UpcomingSessionCard .corner_header_image{right:-1rem;max-width:6rem;max-height:6rem}}.root-web-sdk #containerForm .ClinicalCoachingCard.V2BoosterSessionCard .action_button.container,.root-web-sdk #containerForm .ClinicalCoachingCard.V2CompletedStateCard .action_button.container,.root-web-sdk #containerForm .ClinicalCoachingCard.V2GetStartedCard .action_button.container,.root-web-sdk #containerForm .ClinicalCoachingCard.V2JoinNowCard .action_button.container,.root-web-sdk #containerForm .ClinicalCoachingCard.V2NextSessionCard .action_button.container,.root-web-sdk #containerForm .ClinicalCoachingCard.V2NoLongerEligibleCard .action_button.container,.root-web-sdk #containerForm .ClinicalCoachingCard.V2UpcomingSessionCard .action_button.container{display:flex;flex-direction:column;grid-gap:.5rem;gap:.5rem;padding-top:.5rem}.root-web-sdk #containerForm .ClinicalCoachingCard.V2BoosterSessionCard .action_button.container button,.root-web-sdk #containerForm .ClinicalCoachingCard.V2CompletedStateCard .action_button.container button,.root-web-sdk #containerForm .ClinicalCoachingCard.V2GetStartedCard .action_button.container button,.root-web-sdk #containerForm .ClinicalCoachingCard.V2JoinNowCard .action_button.container button,.root-web-sdk #containerForm .ClinicalCoachingCard.V2NextSessionCard .action_button.container button,.root-web-sdk #containerForm .ClinicalCoachingCard.V2NoLongerEligibleCard .action_button.container button,.root-web-sdk #containerForm .ClinicalCoachingCard.V2UpcomingSessionCard .action_button.container button{margin-top:0}@media (min-width: 768px){.root-web-sdk #containerForm .ClinicalCoachingCard.V2BoosterSessionCard .action_button.container,.root-web-sdk #containerForm .ClinicalCoachingCard.V2CompletedStateCard .action_button.container,.root-web-sdk #containerForm .ClinicalCoachingCard.V2GetStartedCard .action_button.container,.root-web-sdk #containerForm .ClinicalCoachingCard.V2JoinNowCard .action_button.container,.root-web-sdk #containerForm .ClinicalCoachingCard.V2NextSessionCard .action_button.container,.root-web-sdk #containerForm .ClinicalCoachingCard.V2NoLongerEligibleCard .action_button.container,.root-web-sdk #containerForm .ClinicalCoachingCard.V2UpcomingSessionCard .action_button.container{flex-direction:row;padding-top:1rem}}.root-web-sdk #containerForm .ClinicalCoachingCard.V2BoosterSessionCard button,.root-web-sdk #containerForm .ClinicalCoachingCard.V2CompletedStateCard button,.root-web-sdk #containerForm .ClinicalCoachingCard.V2GetStartedCard button,.root-web-sdk #containerForm .ClinicalCoachingCard.V2JoinNowCard button,.root-web-sdk #containerForm .ClinicalCoachingCard.V2NextSessionCard button,.root-web-sdk #containerForm .ClinicalCoachingCard.V2NoLongerEligibleCard button,.root-web-sdk #containerForm .ClinicalCoachingCard.V2UpcomingSessionCard button{width:100%;display:inline-flex;padding:.75rem 1.5rem;justify-content:center;align-items:center;grid-gap:.5rem;gap:.5rem;font-size:1rem;font-weight:500;line-height:20px;white-space:nowrap;margin-top:.5rem}@media (min-width: 768px){.root-web-sdk #containerForm .ClinicalCoachingCard.V2BoosterSessionCard button,.root-web-sdk #containerForm .ClinicalCoachingCard.V2CompletedStateCard button,.root-web-sdk #containerForm .ClinicalCoachingCard.V2GetStartedCard button,.root-web-sdk #containerForm .ClinicalCoachingCard.V2JoinNowCard button,.root-web-sdk #containerForm .ClinicalCoachingCard.V2NextSessionCard button,.root-web-sdk #containerForm .ClinicalCoachingCard.V2NoLongerEligibleCard button,.root-web-sdk #containerForm .ClinicalCoachingCard.V2UpcomingSessionCard button{width:-moz-fit-content;width:fit-content;font-size:1.125rem;margin-top:1rem}}.root-web-sdk #containerForm .ClinicalCoachingCard.V2GetStartedCard .corner_image{--bg-opacity:1;background-color:#b9e0ff;background-color:rgba(185, 224, 255, var(--bg-opacity));background-image:url(https://assets.livongo.com/image/upload/v1713276663/web-sdk/icons/ic_pulse_checklist_active.svg)}.root-web-sdk #containerForm .ClinicalCoachingCard.V2UpcomingSessionCard .title{margin-bottom:0;line-height:1.5rem;font-size:1.125rem}@media (min-width: 768px){.root-web-sdk #containerForm .ClinicalCoachingCard.V2UpcomingSessionCard .title{margin-bottom:.25rem;line-height:1.75rem;font-size:1.5rem}}.root-web-sdk #containerForm .ClinicalCoachingCard.V2UpcomingSessionCard .ic_pulse_video_default{display:none}.root-web-sdk #containerForm .ClinicalCoachingCard.V2UpcomingSessionCard .coach_name,.root-web-sdk #containerForm .ClinicalCoachingCard.V2UpcomingSessionCard .info_text{margin-top:.5rem;line-height:1.5rem}@media (min-width: 768px){.root-web-sdk #containerForm .ClinicalCoachingCard.V2UpcomingSessionCard .coach_name,.root-web-sdk #containerForm .ClinicalCoachingCard.V2UpcomingSessionCard .info_text{line-height:1.75rem}}.root-web-sdk #containerForm .ClinicalCoachingCard.V2BoosterSessionCard .corner_image,.root-web-sdk #containerForm .ClinicalCoachingCard.V2JoinNowCard .corner_image,.root-web-sdk #containerForm .ClinicalCoachingCard.V2NextSessionCard .corner_image,.root-web-sdk #containerForm .ClinicalCoachingCard.V2UpcomingSessionCard .corner_image{--bg-opacity:1;background-color:#b9e0ff;background-color:rgba(185, 224, 255, var(--bg-opacity));background-image:url(https://assets.livongo.com/image/upload/v1713276610/web-sdk/icons/ic_pulse_calendar_active.svg)}.root-web-sdk #containerForm .ClinicalCoachingCard.V2JoinNowCard .title{margin:0;font-size:1.125rem;line-height:1.5rem}@media (min-width: 768px){.root-web-sdk #containerForm .ClinicalCoachingCard.V2JoinNowCard .title{line-height:1.75rem}}.root-web-sdk #containerForm .ClinicalCoachingCard.V2JoinNowCard .ic_pulse_video_default{display:none}.root-web-sdk #containerForm .ClinicalCoachingCard.V2CompletedStateCard .corner_image{--bg-opacity:1;background-color:#dcf3fa;background-color:rgba(220, 243, 250, var(--bg-opacity));background-image:url(https://assets.livongo.com/image/upload/v1713276853/web-sdk/icons/ic_pulse_star_active.svg)}.root-web-sdk #containerForm .ClinicalCoachingCard.V2NoLongerEligibleCard .corner_image{--bg-opacity:1;background-color:#fdc2e1;background-color:rgba(253, 194, 225, var(--bg-opacity));background-image:url(https://assets.livongo.com/image/upload/v1713276696/web-sdk/icons/ic_pulse_info_active.svg)}.root-web-sdk #containerForm .ClinicalCoachingCard.V2BoosterSessionCard .text-web-sdk,.root-web-sdk #containerForm .ClinicalCoachingCard.V2CompletedStateCard .text-web-sdk,.root-web-sdk #containerForm .ClinicalCoachingCard.V2GetStartedCard .text-web-sdk,.root-web-sdk #containerForm .ClinicalCoachingCard.V2JoinNowCard .text-web-sdk,.root-web-sdk #containerForm .ClinicalCoachingCard.V2NextSessionCard .text-web-sdk,.root-web-sdk #containerForm .ClinicalCoachingCard.V2NoLongerEligibleCard .text-web-sdk,.root-web-sdk #containerForm .ClinicalCoachingCard.V2UpcomingSessionCard .text-web-sdk{padding-right:2.5rem}.root-web-sdk #containerForm .ClinicalCoachingCard.V2BoosterSessionCard .text-web-sdk.title,.root-web-sdk #containerForm .ClinicalCoachingCard.V2CompletedStateCard .text-web-sdk.title,.root-web-sdk #containerForm .ClinicalCoachingCard.V2GetStartedCard .text-web-sdk.title,.root-web-sdk #containerForm .ClinicalCoachingCard.V2JoinNowCard .text-web-sdk.title,.root-web-sdk #containerForm .ClinicalCoachingCard.V2NextSessionCard .text-web-sdk.title,.root-web-sdk #containerForm .ClinicalCoachingCard.V2NoLongerEligibleCard .text-web-sdk.title,.root-web-sdk #containerForm .ClinicalCoachingCard.V2UpcomingSessionCard .text-web-sdk.title{margin-bottom:0;line-height:1.5rem;font-size:1.125rem}@media (min-width: 768px){.root-web-sdk #containerForm .ClinicalCoachingCard.V2BoosterSessionCard .text-web-sdk.title,.root-web-sdk #containerForm .ClinicalCoachingCard.V2CompletedStateCard .text-web-sdk.title,.root-web-sdk #containerForm .ClinicalCoachingCard.V2GetStartedCard .text-web-sdk.title,.root-web-sdk #containerForm .ClinicalCoachingCard.V2JoinNowCard .text-web-sdk.title,.root-web-sdk #containerForm .ClinicalCoachingCard.V2NextSessionCard .text-web-sdk.title,.root-web-sdk #containerForm .ClinicalCoachingCard.V2NoLongerEligibleCard .text-web-sdk.title,.root-web-sdk #containerForm .ClinicalCoachingCard.V2UpcomingSessionCard .text-web-sdk.title{margin-bottom:.25rem;padding-right:7rem;line-height:1.75rem;font-size:1.5rem}}.root-web-sdk #containerForm .ClinicalCoachingCard.V2BoosterSessionCard .text-web-sdk.body,.root-web-sdk #containerForm .ClinicalCoachingCard.V2CompletedStateCard .text-web-sdk.body,.root-web-sdk #containerForm .ClinicalCoachingCard.V2GetStartedCard .text-web-sdk.body,.root-web-sdk #containerForm .ClinicalCoachingCard.V2JoinNowCard .text-web-sdk.body,.root-web-sdk #containerForm .ClinicalCoachingCard.V2NextSessionCard .text-web-sdk.body,.root-web-sdk #containerForm .ClinicalCoachingCard.V2NoLongerEligibleCard .text-web-sdk.body,.root-web-sdk #containerForm .ClinicalCoachingCard.V2UpcomingSessionCard .text-web-sdk.body{padding-right:0}@media (min-width: 768px){.root-web-sdk #containerForm .ClinicalCoachingCard.V2BoosterSessionCard .text-web-sdk.body,.root-web-sdk #containerForm .ClinicalCoachingCard.V2CompletedStateCard .text-web-sdk.body,.root-web-sdk #containerForm .ClinicalCoachingCard.V2GetStartedCard .text-web-sdk.body,.root-web-sdk #containerForm .ClinicalCoachingCard.V2JoinNowCard .text-web-sdk.body,.root-web-sdk #containerForm .ClinicalCoachingCard.V2NextSessionCard .text-web-sdk.body,.root-web-sdk #containerForm .ClinicalCoachingCard.V2NoLongerEligibleCard .text-web-sdk.body,.root-web-sdk #containerForm .ClinicalCoachingCard.V2UpcomingSessionCard .text-web-sdk.body{padding-right:7rem}}.root-web-sdk #containerForm .ClinicalCoachingCard.V2BoosterSessionCard .text-web-sdk.subtitle,.root-web-sdk #containerForm .ClinicalCoachingCard.V2CompletedStateCard .text-web-sdk.subtitle,.root-web-sdk #containerForm .ClinicalCoachingCard.V2GetStartedCard .text-web-sdk.subtitle,.root-web-sdk #containerForm .ClinicalCoachingCard.V2JoinNowCard .text-web-sdk.subtitle,.root-web-sdk #containerForm .ClinicalCoachingCard.V2NextSessionCard .text-web-sdk.subtitle,.root-web-sdk #containerForm .ClinicalCoachingCard.V2NoLongerEligibleCard .text-web-sdk.subtitle,.root-web-sdk #containerForm .ClinicalCoachingCard.V2UpcomingSessionCard .text-web-sdk.subtitle{padding-right:0}.root-web-sdk #containerForm .MyStrengthChannelActivityCard,.root-web-sdk #containerForm .MyStrengthSliderCard,.root-web-sdk #containerForm .MyStrengthTopicCard{height:100%;border-radius:.25rem}.root-web-sdk #containerForm .MyStrengthChannelActivityCard>.container-content,.root-web-sdk #containerForm .MyStrengthSliderCard>.container-content,.root-web-sdk #containerForm .MyStrengthTopicCard>.container-content{height:100%;display:flex;flex-direction:column-reverse;align-items:flex-start}.root-web-sdk #containerForm .MyStrengthChannelActivityCard>.container-content .title,.root-web-sdk #containerForm .MyStrengthSliderCard>.container-content .title,.root-web-sdk #containerForm .MyStrengthTopicCard>.container-content .title{max-width:100%;font-size:1.25rem;line-height:1.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;white-space:normal;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}@media (min-width: 768px){.root-web-sdk #containerForm .MyStrengthChannelActivityCard>.container-content .title,.root-web-sdk #containerForm .MyStrengthSliderCard>.container-content .title,.root-web-sdk #containerForm .MyStrengthTopicCard>.container-content .title{font-size:1.375rem;line-height:1.75rem}}.root-web-sdk #containerForm .MyStrengthSliderCard{min-height:14rem}@media (min-width: 768px){.root-web-sdk #containerForm .MyStrengthSliderCard{min-height:14.75rem}}.root-web-sdk #containerForm .MyStrengthSliderCard>.container-content{flex-direction:column;justify-content:space-between;padding:.5rem .5rem 1.5rem}.root-web-sdk #containerForm .MyStrengthSliderCard>.container-content .title{padding:2rem 1rem 0}.root-web-sdk #containerForm .MyStrengthSliderCard>.container-content .corner_header_image{align-self:flex-end;height:5.5rem;width:5.5rem;border-radius:9999px}.root-web-sdk #containerForm .MyStrengthChannelActivityCard,.root-web-sdk #containerForm .MyStrengthTopicCard{min-height:15.375rem}@media (min-width: 768px){.root-web-sdk #containerForm .MyStrengthChannelActivityCard,.root-web-sdk #containerForm .MyStrengthTopicCard{min-height:16.125rem}}.root-web-sdk #containerForm .MyStrengthChannelActivityCard>.container-content,.root-web-sdk #containerForm .MyStrengthTopicCard>.container-content{justify-content:flex-end}.root-web-sdk #containerForm .MyStrengthChannelActivityCard>.container-content .content_container,.root-web-sdk #containerForm .MyStrengthTopicCard>.container-content .content_container{padding:1rem 1.5rem 1.5rem}.root-web-sdk #containerForm .MyStrengthChannelActivityCard>.container-content .image_container>.web_image,.root-web-sdk #containerForm .MyStrengthTopicCard>.container-content .image_container>.web_image{width:100%;max-height:8.375rem;max-width:100%}.root-web-sdk #containerForm .MyStrengthAssignedActivityCard,.root-web-sdk #containerForm .MyStrengthProgramCard{display:flex;flex-direction:column-reverse}@media (min-width: 768px){.root-web-sdk #containerForm .MyStrengthAssignedActivityCard,.root-web-sdk #containerForm .MyStrengthProgramCard{flex-direction:row}}.root-web-sdk #containerForm .MyStrengthAssignedActivityCard .content_container,.root-web-sdk #containerForm .MyStrengthProgramCard .content_container{padding:1.5rem}@media (min-width: 768px){.root-web-sdk #containerForm .MyStrengthAssignedActivityCard .content_container,.root-web-sdk #containerForm .MyStrengthProgramCard .content_container{padding:2rem;max-width:50%}}.root-web-sdk #containerForm .MyStrengthAssignedActivityCard .content_container .title,.root-web-sdk #containerForm .MyStrengthProgramCard .content_container .title{margin-bottom:.25rem;font-size:1.5rem;line-height:1.75rem;font-weight:700}@media (min-width: 768px){.root-web-sdk #containerForm .MyStrengthAssignedActivityCard .content_container .title,.root-web-sdk #containerForm .MyStrengthProgramCard .content_container .title{margin-bottom:.5rem;font-size:1.875rem;line-height:2.25rem}}.root-web-sdk #containerForm .MyStrengthAssignedActivityCard .content_container .subtitle,.root-web-sdk #containerForm .MyStrengthProgramCard .content_container .subtitle{margin-bottom:1rem;line-height:1.5rem}@media (min-width: 768px){.root-web-sdk #containerForm .MyStrengthAssignedActivityCard .content_container .subtitle,.root-web-sdk #containerForm .MyStrengthProgramCard .content_container .subtitle{line-height:1.75rem}}.root-web-sdk #containerForm .MyStrengthAssignedActivityCard .image_container,.root-web-sdk #containerForm .MyStrengthProgramCard .image_container{position:relative;max-height:11.5rem}@media (min-width: 768px){.root-web-sdk #containerForm .MyStrengthAssignedActivityCard .image_container,.root-web-sdk #containerForm .MyStrengthProgramCard .image_container{min-height:17rem;max-height:100%;max-width:50%}}.root-web-sdk #containerForm .MyStrengthAssignedActivityCard .image_container .web_image,.root-web-sdk #containerForm .MyStrengthProgramCard .image_container .web_image{width:100%;height:100%}@media (min-width: 768px){.root-web-sdk #containerForm .MyStrengthAssignedActivityCard .image_container .web_image,.root-web-sdk #containerForm .MyStrengthProgramCard .image_container .web_image{position:absolute;top:0;right:0;bottom:0;left:0}}.root-web-sdk #containerForm .MyStrengthCardsWrapper,.root-web-sdk #containerForm .MyStrengthFavoritesWrapper{flex-wrap:wrap;grid-gap:1rem;gap:1rem}@media (min-width: 376px){.root-web-sdk #containerForm .MyStrengthCardsWrapper,.root-web-sdk #containerForm .MyStrengthFavoritesWrapper{grid-gap:1.5rem;gap:1.5rem}}.root-web-sdk #containerForm .MyStrengthCardsWrapper .MyStrengthBaseActivityCard,.root-web-sdk #containerForm .MyStrengthCardsWrapper .MyStrengthFavoritesCard,.root-web-sdk #containerForm .MyStrengthCardsWrapper .MyStrengthHistoryCard,.root-web-sdk #containerForm .MyStrengthFavoritesWrapper .MyStrengthBaseActivityCard,.root-web-sdk #containerForm .MyStrengthFavoritesWrapper .MyStrengthFavoritesCard,.root-web-sdk #containerForm .MyStrengthFavoritesWrapper .MyStrengthHistoryCard{flex-basis:100%}@media (min-width: 1280px){.root-web-sdk #containerForm .MyStrengthCardsWrapper .MyStrengthBaseActivityCard,.root-web-sdk #containerForm .MyStrengthCardsWrapper .MyStrengthFavoritesCard,.root-web-sdk #containerForm .MyStrengthCardsWrapper .MyStrengthHistoryCard,.root-web-sdk #containerForm .MyStrengthFavoritesWrapper .MyStrengthBaseActivityCard,.root-web-sdk #containerForm .MyStrengthFavoritesWrapper .MyStrengthFavoritesCard,.root-web-sdk #containerForm .MyStrengthFavoritesWrapper .MyStrengthHistoryCard{flex-basis:calc(50% - 0.75rem);flex-grow:0}}.root-web-sdk #containerForm .TDFieldOptionMHLargeTitle{font-weight:700;font-family:Effra,Arial,sans-serif;font-size:2.25rem}.root-web-sdk #containerForm .TDFieldOptionMHLargeSubHead{font-weight:500;font-family:Effra,Arial,sans-serif;font-size:1.5rem}.root-web-sdk #containerForm .TDFieldOptionMHLargeBody{font-weight:400;font-family:Effra,Arial,sans-serif;font-size:1.125rem;text-align:left;padding-bottom:1.5rem}.root-web-sdk #containerForm .TDFieldOptionMHHeadingXL{font-family:Effra,Arial,sans-serif;font-weight:700;letter-spacing:0;padding-bottom:.5rem;font-size:2.813rem;line-height:3rem}.root-web-sdk #containerForm .TDFieldOptionMHHeadingSM{font-family:Effra,Arial,sans-serif;font-size:1.5rem;font-weight:500;letter-spacing:0}.root-web-sdk #containerForm .HistoryScreen .total_wrapper{margin-bottom:1rem}.root-web-sdk #containerForm .HistoryScreen .total_wrapper .activity_count,.root-web-sdk #containerForm .HistoryScreen .total_wrapper .activity_total{margin-bottom:0;font-weight:500;font-style:normal;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity))}.root-web-sdk #containerForm .HistoryScreen .total_wrapper .activity_total{font-size:1.375rem;line-height:1.5rem}@media (min-width: 768px){.root-web-sdk #containerForm .HistoryScreen .total_wrapper .activity_total{font-size:1.625rem;line-height:2rem}}.root-web-sdk #containerForm .HistoryScreen .total_wrapper .activity_count{font-size:1.125rem;line-height:1.5rem}@media (min-width: 768px){.root-web-sdk #containerForm .HistoryScreen .total_wrapper .activity_count{line-height:1.75rem}}.root-web-sdk #containerForm .HistoryScreen .history_empty_state_description .text-web-sdk,.root-web-sdk #containerForm .HistoryScreen .history_empty_state_title{font-family:Effra,Arial,sans-serif;font-style:normal;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity))}.root-web-sdk #containerForm .HistoryScreen .history_empty_state_title{margin:0;padding-bottom:.5rem;font-size:1.5rem;line-height:1.75rem;font-weight:700}@media (min-width: 768px){.root-web-sdk #containerForm .HistoryScreen .history_empty_state_title{font-size:1.875rem;line-height:2.25rem}}.root-web-sdk #containerForm .HistoryScreen .history_empty_state_description{margin:0;padding:0}.root-web-sdk #containerForm .HistoryScreen .history_empty_state_description span.text-web-sdk,.root-web-sdk #containerForm .HistoryScreen .history_empty_state_description span.text-web-sdk a{font-weight:400;font-size:1.125rem;line-height:1.5rem}.root-web-sdk #containerForm .HistoryScreen .history_empty_state_description span.text-web-sdk a{font-weight:500}.root-web-sdk #containerForm .get_help .get_help_content{padding:0;margin:0}.root-web-sdk #containerForm .get_help .get_help_content div:has(img) img{margin-bottom:1.5rem;height:4rem;max-width:100%}@media (min-width: 768px){.root-web-sdk #containerForm .get_help .get_help_content div:has(img) img{margin-bottom:32px}}.root-web-sdk #containerForm .get_help .get_help_content div:has(img)+br{display:block;margin:0;content:""}.root-web-sdk #containerForm .get_help .get_help_content a,.root-web-sdk #containerForm .get_help .get_help_content p,.root-web-sdk #containerForm .get_help .get_help_content span{--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.5rem}@media (min-width: 376px){.root-web-sdk #containerForm .get_help .get_help_content a,.root-web-sdk #containerForm .get_help .get_help_content p,.root-web-sdk #containerForm .get_help .get_help_content span{line-height:1.75rem}}.root-web-sdk #containerForm .get_help .get_help_content a{font-weight:500;--text-opacity:1;color:#005c95;color:rgba(0, 92, 149, var(--text-opacity))}@media (min-width: 768px){.root-web-sdk #containerForm .get_help .get_help_content a{white-space:nowrap}}.root-web-sdk #containerForm .ContentPreferences{padding:0}.root-web-sdk #containerForm .ContentPreferences .content_preferences_sub_title,.root-web-sdk #containerForm .ContentPreferences .title-web-sdk{margin:0;padding-bottom:.5rem;padding-left:1rem;padding-right:1rem}@media (min-width: 376px){.root-web-sdk #containerForm .ContentPreferences .content_preferences_sub_title,.root-web-sdk #containerForm .ContentPreferences .title-web-sdk{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width: 768px){.root-web-sdk #containerForm .ContentPreferences .content_preferences_sub_title,.root-web-sdk #containerForm .ContentPreferences .title-web-sdk{padding-left:0;padding-right:0}}.root-web-sdk #containerForm .ContentPreferences .content_preferences_sub_title,.root-web-sdk #containerForm .ContentPreferences .modernized-inline-message-wrapper-web-sdk>span,.root-web-sdk #containerForm .ContentPreferences .text-web-sdk{font-family:Effra,Arial,sans-serif;font-style:normal;font-size:1.125rem;font-weight:400;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity))}.root-web-sdk #containerForm .ContentPreferences .content_preferences_sub_title{padding-bottom:1rem;line-height:1.5rem}@media (min-width: 768px){.root-web-sdk #containerForm .ContentPreferences .content_preferences_sub_title{line-height:1.75rem}}.root-web-sdk #containerForm .ContentPreferences .text-web-sdk:not(.content_preferences_sub_title){padding-bottom:1rem;line-height:1.5rem}@media (min-width: 376px){.root-web-sdk #containerForm .ContentPreferences .text-web-sdk:not(.content_preferences_sub_title){line-height:1.75rem}}.root-web-sdk #containerForm .ContentPreferences .text-web-sdk.show_toggle_subtext:not(.content_preferences_sub_title){padding-top:1rem;padding-bottom:1rem}.root-web-sdk #containerForm .ContentPreferences .modernized-inline-message-wrapper-web-sdk{margin-bottom:1rem}.root-web-sdk #containerForm .ContentPreferences .modernized-inline-message-wrapper-web-sdk>span{line-height:20px}.root-web-sdk #containerForm .ContentPreferences .modernized-toggle-container-web-sdk{padding-top:1.25rem;padding-bottom:1.25rem}.root-web-sdk #containerForm .ContentPreferences .divider-web-sdk{border-bottom-width:1px}.root-web-sdk #containerForm .ContentPreferences .modernized-accordion-content-web-sdk .accordion-content-web-sdk,.root-web-sdk #containerForm .ContentPreferences .modernized-accordion-trigger-web-sdk{padding-left:1rem;padding-right:1rem}@media (min-width: 376px){.root-web-sdk #containerForm .ContentPreferences .modernized-accordion-content-web-sdk .accordion-content-web-sdk,.root-web-sdk #containerForm .ContentPreferences .modernized-accordion-trigger-web-sdk{padding-left:1.5rem;padding-right:1.5rem}}.root-web-sdk #containerForm .ContentPreferences .ModernizedButton-button-wrapper-web-sdk{padding-top:1.5rem !important;padding-left:1rem !important;padding-right:1rem !important}@media (min-width: 376px){.root-web-sdk #containerForm .ContentPreferences .ModernizedButton-button-wrapper-web-sdk{padding-left:1.5rem !important;padding-right:1.5rem !important}}@media (min-width: 768px){.root-web-sdk #containerForm .ContentPreferences .ModernizedButton-button-wrapper-web-sdk{padding-top:2rem !important;padding-left:0 !important;padding-right:0 !important}}.root-web-sdk #containerForm .ExploreScreen{padding:0}.root-web-sdk #containerForm .ExploreScreen .explore_title,.root-web-sdk #containerForm .ExploreScreen .favorites_container,.root-web-sdk #containerForm .ExploreScreen .modernized-carousel-web-sdk,.root-web-sdk #containerForm .ExploreScreen .MyStrengthEmptyStateWrapper,.root-web-sdk #containerForm .ExploreScreen .ProgramCardWrapper,.root-web-sdk #containerForm .ExploreScreen h2.text-web-sdk{padding:0 1rem}@media (min-width: 376px){.root-web-sdk #containerForm .ExploreScreen .explore_title,.root-web-sdk #containerForm .ExploreScreen .favorites_container,.root-web-sdk #containerForm .ExploreScreen .modernized-carousel-web-sdk,.root-web-sdk #containerForm .ExploreScreen .MyStrengthEmptyStateWrapper,.root-web-sdk #containerForm .ExploreScreen .ProgramCardWrapper,.root-web-sdk #containerForm .ExploreScreen h2.text-web-sdk{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width: 768px){.root-web-sdk #containerForm .ExploreScreen .explore_title,.root-web-sdk #containerForm .ExploreScreen .favorites_container,.root-web-sdk #containerForm .ExploreScreen .modernized-carousel-web-sdk,.root-web-sdk #containerForm .ExploreScreen .MyStrengthEmptyStateWrapper,.root-web-sdk #containerForm .ExploreScreen .ProgramCardWrapper,.root-web-sdk #containerForm .ExploreScreen h2.text-web-sdk{padding-left:0;padding-right:0}}.root-web-sdk #containerForm .ExploreScreen .content_search .search-icon{max-width:17px;max-height:17px}@media (min-width: 768px){.root-web-sdk #containerForm .ExploreScreen .modernized-carousel-web-sdk{padding-left:.25rem;padding-right:.25rem;margin-left:-.25rem;margin-right:-.25rem}}.root-web-sdk #containerForm .ExploreScreen .explore_title,.root-web-sdk #containerForm .ExploreScreen .modernized-carousel-web-sdk,.root-web-sdk #containerForm .ExploreScreen .MyStrengthEmptyStateWrapper,.root-web-sdk #containerForm .ExploreScreen .ProgramCardWrapper{padding-top:1rem;padding-bottom:1.5rem}@media (min-width: 376px){.root-web-sdk #containerForm .ExploreScreen .explore_title,.root-web-sdk #containerForm .ExploreScreen .modernized-carousel-web-sdk,.root-web-sdk #containerForm .ExploreScreen .MyStrengthEmptyStateWrapper,.root-web-sdk #containerForm .ExploreScreen .ProgramCardWrapper{padding-bottom:2rem}}.root-web-sdk #containerForm .ExploreScreen .explore_title{width:100%;padding-top:0;display:flex;justify-content:space-between;align-items:center;grid-column-gap:1rem;-moz-column-gap:1rem;column-gap:1rem}.root-web-sdk #containerForm .ExploreScreen .explore_title .modernized-search-web-sdk,.root-web-sdk #containerForm .ExploreScreen .explore_title h1.title-web-sdk{width:100%;margin:0;padding:0}@media (min-width: 768px){.root-web-sdk #containerForm .ExploreScreen .explore_title .modernized-search-web-sdk,.root-web-sdk #containerForm .ExploreScreen .explore_title h1.title-web-sdk{max-width:calc(50% - .5rem)}}.root-web-sdk #containerForm .ExploreScreen h2.text-web-sdk{font-family:Effra,Arial,sans-serif;font-style:normal;font-weight:500;font-size:1.375rem;line-height:1.5rem;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity))}@media (min-width: 768px){.root-web-sdk #containerForm .ExploreScreen h2.text-web-sdk{font-size:1.625rem;line-height:2rem}}.root-web-sdk #containerForm .ExploreScreen .favorites_container{width:100%;display:flex;justify-content:space-between;align-items:flex-end;grid-column-gap:.5rem;-moz-column-gap:.5rem;column-gap:.5rem}.root-web-sdk #containerForm .ExploreScreen .favorites_container h2.text-web-sdk{padding:0}.root-web-sdk #containerForm .ExploreScreen .favorites_container .ModernizedButton-button-wrapper-web-sdk{padding:0 !important}.root-web-sdk #containerForm .ExploreScreen .explore_all_nav_title{width:100%;display:flex;justify-content:center;align-items:center}.root-web-sdk #containerForm .ExploreAllScreen{padding:0}.root-web-sdk #containerForm .ExploreAllScreen .explore_all_container,.root-web-sdk #containerForm .ExploreAllScreen .modernized-carousel-web-sdk,.root-web-sdk #containerForm .ExploreAllScreen .TopicHeading,.root-web-sdk #containerForm .ExploreAllScreen h2.text-web-sdk{padding:0 1rem}@media (min-width: 376px){.root-web-sdk #containerForm .ExploreAllScreen .explore_all_container,.root-web-sdk #containerForm .ExploreAllScreen .modernized-carousel-web-sdk,.root-web-sdk #containerForm .ExploreAllScreen .TopicHeading,.root-web-sdk #containerForm .ExploreAllScreen h2.text-web-sdk{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width: 768px){.root-web-sdk #containerForm .ExploreAllScreen .explore_all_container,.root-web-sdk #containerForm .ExploreAllScreen .modernized-carousel-web-sdk,.root-web-sdk #containerForm .ExploreAllScreen .TopicHeading,.root-web-sdk #containerForm .ExploreAllScreen h2.text-web-sdk{padding-left:0;padding-right:0}}@media (min-width: 768px){.root-web-sdk #containerForm .ExploreAllScreen .modernized-carousel-web-sdk{padding-left:.25rem;padding-right:.25rem;margin-left:-.25rem;margin-right:-.25rem}}.root-web-sdk #containerForm .ExploreAllScreen .explore_all_container,.root-web-sdk #containerForm .ExploreAllScreen .modernized-carousel-web-sdk{padding-top:1rem;padding-bottom:1.5rem}@media (min-width: 376px){.root-web-sdk #containerForm .ExploreAllScreen .explore_all_container,.root-web-sdk #containerForm .ExploreAllScreen .modernized-carousel-web-sdk{padding-bottom:2rem}}.root-web-sdk #containerForm .ExploreAllScreen .explore_all_container{width:100%;padding-top:0;display:flex;justify-content:space-between;align-items:center;grid-column-gap:1rem;-moz-column-gap:1rem;column-gap:1rem}.root-web-sdk #containerForm .ExploreAllScreen .explore_all_container .modernized-search-web-sdk,.root-web-sdk #containerForm .ExploreAllScreen .explore_all_container h1.title-web-sdk{width:100%;margin:0;padding:0}@media (min-width: 768px){.root-web-sdk #containerForm .ExploreAllScreen .explore_all_container .modernized-search-web-sdk,.root-web-sdk #containerForm .ExploreAllScreen .explore_all_container h1.title-web-sdk{max-width:calc(50% - .5rem)}}.root-web-sdk #containerForm .ExploreAllScreen h2.text-web-sdk{font-family:Effra,Arial,sans-serif;font-style:normal;font-weight:500;font-size:1.375rem;line-height:1.5rem;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity))}@media (min-width: 768px){.root-web-sdk #containerForm .ExploreAllScreen h2.text-web-sdk{font-size:1.625rem;line-height:2rem}}.root-web-sdk #containerForm .ExploreAllScreen .TopicHeading{width:100%;display:flex;justify-content:space-between;align-items:flex-end;grid-column-gap:.5rem;-moz-column-gap:.5rem;column-gap:.5rem}.root-web-sdk #containerForm .ExploreAllScreen .TopicHeading h2.text-web-sdk{padding:0}.root-web-sdk #containerForm .ExploreAllScreen .TopicHeading .ModernizedButton-button-wrapper-web-sdk{padding:0 !important;display:flex;align-items:flex-end}.root-web-sdk #containerForm .ExploreAllScreen .TopicHeading .ModernizedButton-button-wrapper-web-sdk button{white-space:nowrap}.root-web-sdk #containerForm .TopicsCategoryScreen .MyStrengthTopicsCategoryWrapper{flex-wrap:wrap;grid-gap:1rem;gap:1rem}@media (min-width: 376px){.root-web-sdk #containerForm .TopicsCategoryScreen .MyStrengthTopicsCategoryWrapper{grid-gap:1.5rem;gap:1.5rem}}.root-web-sdk #containerForm .TopicsCategoryScreen .MyStrengthTopicsCategoryWrapper .MyStrengthExtendedTopicCard{flex-basis:100%}@media (min-width: 768px){.root-web-sdk #containerForm .TopicsCategoryScreen .MyStrengthTopicsCategoryWrapper .MyStrengthExtendedTopicCard{flex-basis:calc(50% - 0.75rem);flex-grow:0}}.root-web-sdk #containerForm .TopicsCategoryScreen .MyStrengthTopicsCategoryWrapper .MyStrengthExtendedTopicCard>.container-content{width:100%;height:100%;display:flex;flex-direction:column-reverse;align-items:flex-start;justify-content:flex-end}.root-web-sdk #containerForm .TopicsCategoryScreen .MyStrengthTopicsCategoryWrapper .MyStrengthExtendedTopicCard>.container-content .content_container{padding:1.5rem}.root-web-sdk #containerForm .TopicsCategoryScreen .MyStrengthTopicsCategoryWrapper .MyStrengthExtendedTopicCard>.container-content .Label-module__root[data-testid=title-label]{padding-bottom:.25rem;max-width:100%;font-weight:700;font-size:1.5rem;line-height:1.75rem;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));margin-bottom:0;cursor:pointer}.root-web-sdk #containerForm .TopicsCategoryScreen .MyStrengthTopicsCategoryWrapper .MyStrengthExtendedTopicCard>.container-content .Label-module__root[data-testid=subtitle-label]{max-width:100%;font-weight:400;font-size:1.125rem;line-height:1.5rem;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));cursor:pointer}.root-web-sdk #containerForm .TopicsCategoryScreen .MyStrengthTopicsCategoryWrapper .MyStrengthExtendedTopicCard>.container-content .image_container .web_image{width:100%;max-height:11.5rem;min-height:11.5rem}.root-web-sdk #containerForm .TopicsScreen{padding:0}.root-web-sdk #containerForm .TopicsScreen .AssignedActivityCardWrapper,.root-web-sdk #containerForm .TopicsScreen .modernized-carousel-web-sdk,.root-web-sdk #containerForm .TopicsScreen .ProgramCardWrapper,.root-web-sdk #containerForm .TopicsScreen .TopicHeading,.root-web-sdk #containerForm .TopicsScreen h2.text-web-sdk{padding:0 1rem}@media (min-width: 376px){.root-web-sdk #containerForm .TopicsScreen .AssignedActivityCardWrapper,.root-web-sdk #containerForm .TopicsScreen .modernized-carousel-web-sdk,.root-web-sdk #containerForm .TopicsScreen .ProgramCardWrapper,.root-web-sdk #containerForm .TopicsScreen .TopicHeading,.root-web-sdk #containerForm .TopicsScreen h2.text-web-sdk{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width: 768px){.root-web-sdk #containerForm .TopicsScreen .AssignedActivityCardWrapper,.root-web-sdk #containerForm .TopicsScreen .modernized-carousel-web-sdk,.root-web-sdk #containerForm .TopicsScreen .ProgramCardWrapper,.root-web-sdk #containerForm .TopicsScreen .TopicHeading,.root-web-sdk #containerForm .TopicsScreen h2.text-web-sdk{padding-left:0;padding-right:0}}.root-web-sdk #containerForm .TopicsScreen .modernized-carousel-web-sdk{padding-top:1rem}@media (min-width: 768px){.root-web-sdk #containerForm .TopicsScreen .modernized-carousel-web-sdk{padding-left:.25rem;padding-right:.25rem;margin-left:-.25rem;margin-right:-.25rem}}.root-web-sdk #containerForm .TopicsScreen .AssignedActivityCardWrapper,.root-web-sdk #containerForm .TopicsScreen .modernized-carousel-web-sdk,.root-web-sdk #containerForm .TopicsScreen .ProgramCardWrapper{padding-bottom:1.5rem}@media (min-width: 376px){.root-web-sdk #containerForm .TopicsScreen .AssignedActivityCardWrapper,.root-web-sdk #containerForm .TopicsScreen .modernized-carousel-web-sdk,.root-web-sdk #containerForm .TopicsScreen .ProgramCardWrapper{padding-bottom:2rem}}.root-web-sdk #containerForm .TopicsScreen h2.text-web-sdk{font-family:Effra,Arial,sans-serif;font-style:normal;font-weight:500;font-size:1.375rem;line-height:1.5rem;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity))}@media (min-width: 768px){.root-web-sdk #containerForm .TopicsScreen h2.text-web-sdk{font-size:1.625rem;line-height:2rem}}.root-web-sdk #containerForm .TopicsScreen .TopicHeading{width:100%;display:flex;justify-content:space-between;align-items:flex-end;grid-column-gap:.5rem;-moz-column-gap:.5rem;column-gap:.5rem}.root-web-sdk #containerForm .TopicsScreen .TopicHeading h2.text-web-sdk{padding:0}.root-web-sdk #containerForm .TopicsScreen .TopicHeading .ModernizedButton-button-wrapper-web-sdk{padding:0 !important;display:flex;align-items:flex-end}.root-web-sdk #containerForm .TopicsScreen .TopicHeading .ModernizedButton-button-wrapper-web-sdk button{white-space:nowrap}.root-web-sdk #containerForm .SearchResultsScreen .search_result_container [data-testid=search_result_title-label]{font-size:2.25rem;font-weight:700;line-height:3rem;font-size:2.5rem;margin:0 0 32px}.root-web-sdk #containerForm .SearchResultsScreen .search_result_container .content_search .search-icon{max-width:17px;max-height:17px}.root-web-sdk #containerForm .SearchResultsScreen .MyStrengthCardsWrapper .Label-module__root{font-family:Effra,Arial,sans-serif;font-style:normal;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity))}.root-web-sdk #containerForm .SearchResultsScreen .MyStrengthCardsWrapper [data-testid=title-label]{font-size:1.625rem;line-height:2rem}.root-web-sdk #containerForm .SearchResultsScreen .MyStrengthCardsWrapper [data-testid=subtitle-label]{font-weight:400;line-height:1.75rem}.root-web-sdk #containerForm .SearchResultsScreen [data-testid=search_results_empty_state_title-label]{margin:0;padding-bottom:.5rem;font-size:1.5rem;line-height:1.75rem;font-weight:700}@media (min-width: 376px){.root-web-sdk #containerForm .SearchResultsScreen [data-testid=search_results_empty_state_title-label]{font-size:2rem;line-height:2.25rem}}@media (min-width: 768px){.root-web-sdk #containerForm .SearchResultsScreen [data-testid=search_results_empty_state_title-label]{font-size:1.875rem}}.root-web-sdk #containerForm .SearchResultsScreen .search_results_empty_state_description,.root-web-sdk #containerForm .SearchResultsScreen [data-testid=search_results_empty_state_description-label]{margin:0;padding:0}.root-web-sdk #containerForm .SearchResultsScreen .search_results_empty_state_description label.text-web-sdk,.root-web-sdk #containerForm .SearchResultsScreen .search_results_empty_state_description label.text-web-sdk a,.root-web-sdk #containerForm .SearchResultsScreen .search_results_empty_state_description span.text-web-sdk,.root-web-sdk #containerForm .SearchResultsScreen .search_results_empty_state_description span.text-web-sdk a,.root-web-sdk #containerForm .SearchResultsScreen [data-testid=search_results_empty_state_description-label] label.text-web-sdk,.root-web-sdk #containerForm .SearchResultsScreen [data-testid=search_results_empty_state_description-label] label.text-web-sdk a,.root-web-sdk #containerForm .SearchResultsScreen [data-testid=search_results_empty_state_description-label] span.text-web-sdk,.root-web-sdk #containerForm .SearchResultsScreen [data-testid=search_results_empty_state_description-label] span.text-web-sdk a{font-size:1.125rem;line-height:1.5rem}@media (min-width: 768px){.root-web-sdk #containerForm .SearchResultsScreen .search_results_empty_state_description label.text-web-sdk,.root-web-sdk #containerForm .SearchResultsScreen .search_results_empty_state_description label.text-web-sdk a,.root-web-sdk #containerForm .SearchResultsScreen .search_results_empty_state_description span.text-web-sdk,.root-web-sdk #containerForm .SearchResultsScreen .search_results_empty_state_description span.text-web-sdk a,.root-web-sdk #containerForm .SearchResultsScreen [data-testid=search_results_empty_state_description-label] label.text-web-sdk,.root-web-sdk #containerForm .SearchResultsScreen [data-testid=search_results_empty_state_description-label] label.text-web-sdk a,.root-web-sdk #containerForm .SearchResultsScreen [data-testid=search_results_empty_state_description-label] span.text-web-sdk,.root-web-sdk #containerForm .SearchResultsScreen [data-testid=search_results_empty_state_description-label] span.text-web-sdk a{line-height:1.75rem}}.root-web-sdk #containerForm .SearchResultsScreen .search_results_empty_state_description,.root-web-sdk #containerForm .SearchResultsScreen [data-testid=search_results_empty_state_description-label]{font-weight:400}.root-web-sdk #containerForm .ProgramsScreen h1.title-web-sdk,.root-web-sdk #containerForm .SeriesScreen h1.title-web-sdk{padding-bottom:.5rem}.root-web-sdk #containerForm .ProgramsScreen .Label-module__root[data-test=description-label],.root-web-sdk #containerForm .SeriesScreen .Label-module__root[data-test=description-label]{padding:0;margin-bottom:1.25rem;font-family:Effra,Arial,sans-serif;font-style:normal;font-size:1.125rem;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));font-weight:400;line-height:1.5rem}@media (min-width: 768px){.root-web-sdk #containerForm .ProgramsScreen .Label-module__root[data-test=description-label],.root-web-sdk #containerForm .SeriesScreen .Label-module__root[data-test=description-label]{line-height:1.75rem}}.root-web-sdk #containerForm .ChannelsScreen h1.title-web-sdk{padding-bottom:.5rem}.root-web-sdk #containerForm .ChannelsScreen .Label-module__root[data-test=description-label]{padding:0;margin-bottom:1.25rem;font-family:Effra,Arial,sans-serif;font-style:normal;font-size:1.125rem;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));font-weight:400;line-height:1.5rem}@media (min-width: 768px){.root-web-sdk #containerForm .ChannelsScreen .Label-module__root[data-test=description-label]{line-height:1.75rem}}.root-web-sdk #containerForm .ConnectCoachingContainer{padding-top:1.75rem;max-width:48rem}.root-web-sdk #containerForm .ConnectCoachingContainer .text-web-sdk{margin:0}.root-web-sdk #containerForm .ConnectCoachingContainer .description,.root-web-sdk #containerForm .ConnectCoachingContainer .text-web-sdk.title{font-family:Effra,Arial,sans-serif;font-style:normal;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity))}.root-web-sdk #containerForm .ConnectCoachingContainer .description{padding-bottom:1rem;font-weight:700;font-size:1.5rem;line-height:1.75rem}@media (min-width: 768px){.root-web-sdk #containerForm .ConnectCoachingContainer .description{font-size:1.875rem;line-height:2.25rem}}.root-web-sdk #containerForm .ConnectCoachingContainer .MyStrengthInfoCard{width:100%;padding:1.5rem;margin-top:1rem}@media (min-width: 768px){.root-web-sdk #containerForm .ConnectCoachingContainer .MyStrengthInfoCard{margin-top:1.5rem}}.root-web-sdk #containerForm .ConnectCoachingContainer .MyStrengthInfoCard>.container-content{width:100%;display:flex;justify-content:space-between;align-items:center;grid-gap:1rem;gap:1rem}.root-web-sdk #containerForm .ConnectCoachingContainer .MyStrengthInfoCard .text-web-sdk.title{font-weight:500;font-size:1.125rem;line-height:1.5rem}@media (min-width: 768px){.root-web-sdk #containerForm .ConnectCoachingContainer .MyStrengthInfoCard .text-web-sdk.title{line-height:1.75rem}}.root-web-sdk #containerForm .ConnectCoachingContainer .MyStrengthInfoCard .icon-web-sdk{margin:0;height:1.5rem;width:1.5rem;background-repeat:no-repeat;background-size:1.5rem 1.5rem;background-position:50%}.root-web-sdk #containerForm .ConnectCoachingContainer .MyStrengthInfoCard .icon-web-sdk.ic_tdh_calendar_default{background-image:url(https://assets.livongo.com/image/upload/v1713277049/web-sdk/icons/ic_tdh_calendar_default.svg)}.root-web-sdk #containerForm .ConnectCoachingContainer .MyStrengthInfoCard .icon-web-sdk.ic_pulse_info_default{background-image:url(https://assets.livongo.com/image/upload/v1713276707/web-sdk/icons/ic_pulse_info_default.svg)}.root-web-sdk #containerForm .ConnectCoachingContainer .MyStrengthInfoCard .icon-web-sdk.ic_tdh_nav_bar_account{background-image:url(https://assets.livongo.com/image/upload/v1713277906/web-sdk/icons/ic_tdh_nav_bar_account.svg)}.root-web-sdk #containerForm .ConnectCoachingContainer .introduction_wrapper{margin-top:1.5rem;margin-bottom:1.5rem}.root-web-sdk #containerForm .ConnectCoachingContainer .introduction_wrapper .MyStrengthCard{--bg-opacity:1;background-color:#f7f9f9;background-color:rgba(247, 249, 249, var(--bg-opacity));box-shadow:none;padding-top:1.5rem;padding-bottom:1.5rem;padding-left:6rem}.root-web-sdk #containerForm .ConnectCoachingContainer .introduction_wrapper .MyStrengthCard .title{--text-opacity:1;color:#351f65;color:rgba(53, 31, 101, var(--text-opacity));font-weight:700;font-size:1.5rem;margin-bottom:.75rem}.root-web-sdk #containerForm .ConnectCoachingContainer .introduction_wrapper .MyStrengthCard .description{--text-opacity:1;color:#351f65;color:rgba(53, 31, 101, var(--text-opacity));font-weight:400;font-size:1.125rem;padding-bottom:.5rem}.root-web-sdk #containerForm .ConnectCoachingContainer .introduction_wrapper .MyStrengthCard .image-wrapper-web-sdk{top:0;left:0;height:100% !important;margin:0;padding:0;position:absolute}.root-web-sdk #containerForm .ConnectCoachingContainer .introduction_wrapper .MyStrengthCard .image-wrapper-web-sdk .image-container-web-sdk{height:100%}.root-web-sdk #containerForm .ConnectCoachingContainer .introduction_wrapper .MyStrengthCard .image-wrapper-web-sdk .image-container-web-sdk .image-web-sdk{width:5rem !important;height:100% !important}.root-web-sdk #containerForm .ConnectCoachingContainer .introduction_wrapper .MyStrengthCard .ModernizedButton-button-wrapper-web-sdk{padding:0 !important}.root-web-sdk #containerForm .ConnectCoachingContainer .ClinicalCoachingCard.BoosterSessionCard .text-web-sdk,.root-web-sdk #containerForm .ConnectCoachingContainer .ClinicalCoachingCard.CompletedStateCard .text-web-sdk,.root-web-sdk #containerForm .ConnectCoachingContainer .ClinicalCoachingCard.JoinNowCard .text-web-sdk,.root-web-sdk #containerForm .ConnectCoachingContainer .ClinicalCoachingCard.NoLongerEligibleCard .text-web-sdk,.root-web-sdk #containerForm .ConnectCoachingContainer .ClinicalCoachingCard.UpcomingSessionCard .text-web-sdk{padding-right:3.5rem}.root-web-sdk #containerForm .ConnectCoachingContainer .ClinicalCoachingCard.BoosterSessionCard .text-web-sdk.title,.root-web-sdk #containerForm .ConnectCoachingContainer .ClinicalCoachingCard.CompletedStateCard .text-web-sdk.title,.root-web-sdk #containerForm .ConnectCoachingContainer .ClinicalCoachingCard.JoinNowCard .text-web-sdk.title,.root-web-sdk #containerForm .ConnectCoachingContainer .ClinicalCoachingCard.NoLongerEligibleCard .text-web-sdk.title,.root-web-sdk #containerForm .ConnectCoachingContainer .ClinicalCoachingCard.UpcomingSessionCard .text-web-sdk.title{margin-bottom:0;line-height:1.5rem;font-size:1.125rem}@media (min-width: 768px){.root-web-sdk #containerForm .ConnectCoachingContainer .ClinicalCoachingCard.BoosterSessionCard .text-web-sdk.title,.root-web-sdk #containerForm .ConnectCoachingContainer .ClinicalCoachingCard.CompletedStateCard .text-web-sdk.title,.root-web-sdk #containerForm .ConnectCoachingContainer .ClinicalCoachingCard.JoinNowCard .text-web-sdk.title,.root-web-sdk #containerForm .ConnectCoachingContainer .ClinicalCoachingCard.NoLongerEligibleCard .text-web-sdk.title,.root-web-sdk #containerForm .ConnectCoachingContainer .ClinicalCoachingCard.UpcomingSessionCard .text-web-sdk.title{margin-bottom:.25rem;padding-right:7rem;line-height:1.75rem;font-size:1.5rem}}@media (min-width: 768px){.root-web-sdk #containerForm .ConnectCoachingContainer .ClinicalCoachingCard.BoosterSessionCard .text-web-sdk.body,.root-web-sdk #containerForm .ConnectCoachingContainer .ClinicalCoachingCard.CompletedStateCard .text-web-sdk.body,.root-web-sdk #containerForm .ConnectCoachingContainer .ClinicalCoachingCard.JoinNowCard .text-web-sdk.body,.root-web-sdk #containerForm .ConnectCoachingContainer .ClinicalCoachingCard.NoLongerEligibleCard .text-web-sdk.body,.root-web-sdk #containerForm .ConnectCoachingContainer .ClinicalCoachingCard.UpcomingSessionCard .text-web-sdk.body{padding-right:7rem}}.root-web-sdk #containerForm .ConnectCoachingContainer .ClinicalCoachingCard.BoosterSessionCard .text-web-sdk.subtitle,.root-web-sdk #containerForm .ConnectCoachingContainer .ClinicalCoachingCard.CompletedStateCard .text-web-sdk.subtitle,.root-web-sdk #containerForm .ConnectCoachingContainer .ClinicalCoachingCard.JoinNowCard .text-web-sdk.subtitle,.root-web-sdk #containerForm .ConnectCoachingContainer .ClinicalCoachingCard.NoLongerEligibleCard .text-web-sdk.subtitle,.root-web-sdk #containerForm .ConnectCoachingContainer .ClinicalCoachingCard.UpcomingSessionCard .text-web-sdk.subtitle{padding-right:0}.root-web-sdk #containerForm .GetStartedScreen .image-wrapper-web-sdk{margin:0;padding-left:1rem;padding-right:1rem;padding-bottom:1.5rem}@media (min-width: 768px){.root-web-sdk #containerForm .GetStartedScreen .image-wrapper-web-sdk{padding-bottom:1rem}}.root-web-sdk #containerForm .GetStartedScreen .image-wrapper-web-sdk .image-web-sdk{width:auto !important;height:auto !important;max-height:15.375rem}@media (min-width: 376px){.root-web-sdk #containerForm .GetStartedScreen .image-wrapper-web-sdk .image-web-sdk{max-height:21.938rem}}.root-web-sdk #containerForm .GetStartedScreen .html-text-web-sdk p,.root-web-sdk #containerForm .GetStartedScreen .text-web-sdk{font-family:Effra,Arial,sans-serif;font-style:normal;font-weight:400;font-size:1.125rem;line-height:1.5rem;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity))}@media (min-width: 768px){.root-web-sdk #containerForm .GetStartedScreen .html-text-web-sdk p,.root-web-sdk #containerForm .GetStartedScreen .text-web-sdk{line-height:1.75rem}}.root-web-sdk #containerForm .GetStartedScreen .ic_pulse_check_active{display:none}.root-web-sdk #containerForm .GetStartedScreen p[data-testid^=text-checkmark_text]{position:relative;margin-left:1rem;margin-right:1rem;padding-bottom:.5rem;padding-left:2rem}@media (min-width: 376px){.root-web-sdk #containerForm .GetStartedScreen p[data-testid^=text-checkmark_text]{margin-left:1.5rem;margin-right:1.5rem}}@media (min-width: 768px){.root-web-sdk #containerForm .GetStartedScreen p[data-testid^=text-checkmark_text]{margin:0;padding-left:2.5rem}}.root-web-sdk #containerForm .GetStartedScreen p[data-testid^=text-checkmark_text]:before{position:absolute;left:0;top:0;width:1.5rem;height:1.5rem;background-repeat:no-repeat;background-position:50%;content:"";background-image:url(https://assets.livongo.com/image/upload/v1713276653/web-sdk/icons/ic_pulse_check_default.svg)}@media (min-width: 768px){.root-web-sdk #containerForm .GetStartedScreen p[data-testid^=text-checkmark_text]:before{width:2rem;height:2rem}}.root-web-sdk #containerForm .GetStartedScreen .first_p{padding-bottom:.5rem}.root-web-sdk #containerForm .GetStartedScreen .membership_note_container,.root-web-sdk #containerForm .GetStartedScreen .text-web-sdk{padding-left:1rem;padding-right:1rem}@media (min-width: 376px){.root-web-sdk #containerForm .GetStartedScreen .membership_note_container,.root-web-sdk #containerForm .GetStartedScreen .text-web-sdk{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width: 768px){.root-web-sdk #containerForm .GetStartedScreen .membership_note_container,.root-web-sdk #containerForm .GetStartedScreen .text-web-sdk{padding:0}}.root-web-sdk #containerForm .GetStartedScreen .modernized-accordion-content-web-sdk .accordion-content-web-sdk,.root-web-sdk #containerForm .GetStartedScreen .modernized-accordion-trigger-web-sdk{padding-left:1rem;padding-right:1rem}@media (min-width: 376px){.root-web-sdk #containerForm .GetStartedScreen .modernized-accordion-content-web-sdk .accordion-content-web-sdk,.root-web-sdk #containerForm .GetStartedScreen .modernized-accordion-trigger-web-sdk{padding-left:1.5rem;padding-right:1.5rem}}.root-web-sdk #containerForm .GetStartedScreen .modernized-accordion-content-web-sdk .accordion-content-web-sdk .text-web-sdk,.root-web-sdk #containerForm .GetStartedScreen .modernized-accordion-trigger-web-sdk .text-web-sdk{padding:0}.root-web-sdk #containerForm .GetStartedScreen .ModernizedButton-button-wrapper-web-sdk{text-align:center;padding-bottom:1.5rem !important}@media (min-width: 376px){.root-web-sdk #containerForm .GetStartedScreen .ModernizedButton-button-wrapper-web-sdk{padding-bottom:2rem !important}}.root-web-sdk #containerForm .GetStartedScreen .ModernizedButton-button-wrapper-web-sdk .modernizedButton.modernizedButton-block{width:auto}.root-web-sdk #containerForm .GetStartedScreen .carousel_card_number{display:block;padding-left:1rem;padding-top:.75rem;font-weight:400 !important}@media (min-width: 375px){.root-web-sdk #containerForm .GetStartedScreen .carousel_card_number{display:none}}.root-web-sdk #containerForm .GetStartedScreen .carousel_title{padding:1rem;font-size:1.5rem;font-weight:500}.root-web-sdk #containerForm .GetStartedScreen .carousel_description{padding-left:1rem;padding-right:1rem;padding-bottom:1rem;font-size:1rem;line-height:20px}.root-web-sdk #containerForm .GetStartedScreen .faq_title{padding:0;margin-top:1rem;font-size:1.5rem;font-weight:500}.root-web-sdk #containerForm .GetStartedScreen .screen-fields-web-sdk p:first-child{padding:0 !important;font-size:1.5rem;font-weight:500}.root-web-sdk #containerForm .GetStartedScreen .screen-fields-web-sdk .carousel_component .modernized-carousel-item .MyStrengthCard{height:100%}.root-web-sdk #containerForm .GetStartedScreen .screen-fields-web-sdk .carousel_component .modernized-carousel-item .MyStrengthCard .carousel_title{font-size:1.125rem}.root-web-sdk #containerForm .GetStartedScreen .screen-fields-web-sdk .engagement_info_accordion_list_wrapper .modernized-accordion-container-web-sdk .modernized-accordion-trigger-web-sdk .accordion-title-wrapper .accordion-title-web-sdk{font-weight:400}.root-web-sdk #containerForm .GetStartedScreen .screen-fields-web-sdk .engagement_info_accordion_list_wrapper .modernized-accordion-container-web-sdk .modernized-accordion-trigger-web-sdk .trigger-icon-web-sdk{margin-right:1rem}@media (min-width: 376px){.root-web-sdk #containerForm .GetStartedScreen .screen-fields-web-sdk .engagement_info_accordion_list_wrapper .modernized-accordion-container-web-sdk .modernized-accordion-trigger-web-sdk .trigger-icon-web-sdk{margin-right:1.5rem}}.root-web-sdk #containerForm .GetStartedScreen .screen-fields-web-sdk .engagement_info_accordion_list_wrapper .modernized-accordion-container-web-sdk .modernized-accordion-trigger-web-sdk .trigger-icon-web-sdk .icon-cp{height:3rem;width:3rem}.root-web-sdk #containerForm .GetStartedScreen .screen-fields-web-sdk .engagement_info_accordion_list_wrapper .modernized-accordion-container-web-sdk .modernized-accordion-trigger-web-sdk .trigger-icon-web-sdk .icon-cp div{height:3rem;width:3rem;display:flex;justify-content:center;align-items:center}.root-web-sdk #containerForm .GetStartedScreen .screen-fields-web-sdk .engagement_info_accordion_list_wrapper .modernized-accordion-container-web-sdk .modernized-accordion-trigger-web-sdk .trigger-icon-web-sdk .icon-cp svg{height:1rem;width:1rem}.root-web-sdk #containerForm .GetStartedScreen .screen-fields-web-sdk .contact_us_card{--bg-opacity:1;background-color:#f7f9f9;background-color:rgba(247, 249, 249, var(--bg-opacity));padding:1rem;margin-top:1.5rem;border-radius:.75rem}.root-web-sdk #containerForm .GetStartedScreen .screen-fields-web-sdk .contact_us_card a{--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity))}.root-web-sdk #containerForm .GetStartedScreen .accordion-content-web-sdk .text-web-sdk{font-weight:400 !important;font-size:1rem !important}.root-web-sdk #containerForm .GetStartedScreen .coaching_intro_card_wrapper{margin-top:1.5rem;margin-bottom:3rem;min-height:10.25rem}.root-web-sdk #containerForm .GetStartedScreen .coaching_intro_card_wrapper .MyStrengthCard{--bg-opacity:1;background-color:#f7f9f9;background-color:rgba(247, 249, 249, var(--bg-opacity));box-shadow:none;padding-top:2.5rem;padding-bottom:2.5rem;padding-left:4.5rem}@media (min-width: 576px){.root-web-sdk #containerForm .GetStartedScreen .coaching_intro_card_wrapper .MyStrengthCard{padding-left:6rem}}.root-web-sdk #containerForm .GetStartedScreen .coaching_intro_card_wrapper .MyStrengthCard .title{--text-opacity:1;color:#351f65;color:rgba(53, 31, 101, var(--text-opacity));font-weight:700;font-size:1.5rem;margin-bottom:.75rem;padding-left:0;padding-right:0}.root-web-sdk #containerForm .GetStartedScreen .coaching_intro_card_wrapper .MyStrengthCard .description{--text-opacity:1;color:#351f65;color:rgba(53, 31, 101, var(--text-opacity));font-weight:400;font-size:1.125rem;padding-bottom:.5rem}.root-web-sdk #containerForm .GetStartedScreen .coaching_intro_card_wrapper .MyStrengthCard .image-wrapper-web-sdk{top:0;left:0;height:100% !important;margin:0;padding:0;position:absolute}.root-web-sdk #containerForm .GetStartedScreen .coaching_intro_card_wrapper .MyStrengthCard .image-wrapper-web-sdk .image-container-web-sdk{height:100%}.root-web-sdk #containerForm .GetStartedScreen .coaching_intro_card_wrapper .MyStrengthCard .image-wrapper-web-sdk .image-container-web-sdk .image-web-sdk{width:5rem !important;height:100% !important}.root-web-sdk #containerForm .GetStartedScreen .coaching_intro_card_wrapper .MyStrengthCard .ModernizedButton-button-wrapper-web-sdk{float:left !important;padding:0 !important;margin:0 0 0.5rem !important;max-width:20rem !important}@media (min-width: 375px){.root-web-sdk #containerForm .GetStartedScreen .coaching_intro_card_wrapper .MyStrengthCard .ModernizedButton-button-wrapper-web-sdk{padding:0 0.5rem 0 0 !important}}.root-web-sdk #containerForm .CoachPlanScreen .screen-fields-web-sdk .image-wrapper-web-sdk{align-self:center}.root-web-sdk #containerForm .CoachPlanScreen .screen-fields-web-sdk .image-wrapper-web-sdk .image-container-web-sdk .image-web-sdk{border-radius:9999px}.root-web-sdk #containerForm .CoachPlanScreen .screen-fields-web-sdk .image_subtitle{text-align:center;font-size:1.125rem;font-weight:400}.root-web-sdk #containerForm .CoachPlanScreen .screen-fields-web-sdk .image_title{margin-top:32px;font-weight:500;font-size:1.5rem;text-align:center}.root-web-sdk #containerForm .CoachPlanScreen .screen-fields-web-sdk .content_title_1{margin-top:32px;font-size:1.125rem;font-weight:700}.root-web-sdk #containerForm .CoachPlanScreen .screen-fields-web-sdk .content_subtitle_1{font-size:1.125rem;font-weight:400}.root-web-sdk #containerForm .CoachPlanScreen .screen-fields-web-sdk .content_checkmark_list ul{margin-bottom:.25rem}.root-web-sdk #containerForm .CoachPlanScreen .screen-fields-web-sdk .content_title_2{margin-top:32px;font-size:1.125rem;font-weight:700}.root-web-sdk #containerForm .CoachPlanScreen .screen-fields-web-sdk .content_description_2{font-size:1.125rem;font-weight:400}.root-web-sdk #containerForm .CoachPlanScreen .screen-fields-web-sdk .content_description_3{--bg-opacity:1;background-color:#f7f9f9;background-color:rgba(247, 249, 249, var(--bg-opacity));padding:1rem;margin-top:1.5rem;border-radius:.75rem}.root-web-sdk #containerForm .CoachPlanScreen .screen-fields-web-sdk div:nth-child(8){float:left !important;padding:0 !important;margin:0 0 0.5rem !important;max-width:20rem !important}.root-web-sdk #containerForm .CoachPlanScreen .screen-fields-web-sdk div:nth-child(9){float:left !important;padding:0 !important;margin:0.75rem 0 0.5rem 0.75rem !important;max-width:20rem !important}.root-web-sdk #containerForm .CoachBioScreen .photo_container{display:flex;justify-content:center}.root-web-sdk #containerForm .CoachBioScreen .photo_container .coach_photo{height:10rem;width:10rem;border-radius:9999px;--border-opacity:1;border:1px solid #dfe0df;border-color:rgba(223, 224, 223, var(--border-opacity));-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}@media (min-width: 768px){.root-web-sdk #containerForm .CoachBioScreen .photo_container .coach_photo{height:12.5rem;width:12.5rem}}.root-web-sdk #containerForm .CoachBioScreen .coach_full_name{padding-top:1.5rem;padding-bottom:1.5rem;font-weight:700;font-size:2rem;line-height:2.25rem;text-align:center}@media (min-width: 768px){.root-web-sdk #containerForm .CoachBioScreen .coach_full_name{padding-bottom:2rem;font-size:2.813rem;line-height:3rem}}.root-web-sdk #containerForm .CoachBioScreen .certification_body,.root-web-sdk #containerForm .CoachBioScreen .coach_bio{line-height:1.5rem}@media (min-width: 768px){.root-web-sdk #containerForm .CoachBioScreen .certification_body,.root-web-sdk #containerForm .CoachBioScreen .coach_bio{line-height:1.75rem}}.root-web-sdk #containerForm .CoachBioScreen .certification_title{padding-top:1.5rem;padding-bottom:.5rem;font-weight:700;line-height:1.75rem;--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity))}.root-web-sdk #containerForm .CoachBioScreen .certification_reference_1,.root-web-sdk #containerForm .CoachBioScreen .certification_reference_2{padding-top:1rem;font-weight:700}.root-web-sdk #containerForm .CoachBioScreen .ModernizedButton-button-wrapper-web-sdk{display:flex;justify-content:flex-end;padding-top:1.5rem !important;padding-bottom:1.5rem !important}@media (min-width: 768px){.root-web-sdk #containerForm .CoachBioScreen .ModernizedButton-button-wrapper-web-sdk{padding-top:2rem !important;padding-bottom:2rem !important}}.root-web-sdk #containerForm .CoachBioScreen .ModernizedButton-button-wrapper-web-sdk .modernizedButton.modernizedButton-block{width:auto}.root-web-sdk #containerForm .ScheduleScreen .description,.root-web-sdk #containerForm .ScheduleScreen .heading,.root-web-sdk #containerForm .ScheduleScreen .ModernizedButton-button-wrapper-web-sdk{margin-left:1rem;margin-right:1rem}@media (min-width: 376px){.root-web-sdk #containerForm .ScheduleScreen .description,.root-web-sdk #containerForm .ScheduleScreen .heading,.root-web-sdk #containerForm .ScheduleScreen .ModernizedButton-button-wrapper-web-sdk{margin-left:1.5rem;margin-right:1.5rem}}@media (min-width: 768px){.root-web-sdk #containerForm .ScheduleScreen .description,.root-web-sdk #containerForm .ScheduleScreen .heading,.root-web-sdk #containerForm .ScheduleScreen .ModernizedButton-button-wrapper-web-sdk{margin:0}}.root-web-sdk #containerForm .ScheduleScreen .heading{font-weight:500;font-size:1.375rem;line-height:1.5rem}@media (min-width: 768px){.root-web-sdk #containerForm .ScheduleScreen .heading{font-size:1.625rem;line-height:2rem}}.root-web-sdk #containerForm .ScheduleScreen .description{padding-top:.5rem;line-height:1.5rem}@media (min-width: 768px){.root-web-sdk #containerForm .ScheduleScreen .description{line-height:1.75rem}}.root-web-sdk #containerForm .ScheduleScreen .ModernizedButton-button-wrapper-web-sdk{padding:1rem 0 0 !important}.root-web-sdk #containerForm .ScheduleScreen .accordion_list_wrapper{padding-top:1.5rem}@media (min-width: 768px){.root-web-sdk #containerForm .ScheduleScreen .accordion_list_wrapper{padding-top:2rem}}.root-web-sdk #containerForm .ScheduleScreen .schedule_accordion_0{--border-opacity:1;border-color:#dfe0df;border-color:rgba(223, 224, 223, var(--border-opacity));border-top:1px rgba(223, 224, 223, var(--border-opacity));border-style:solid}.root-web-sdk #containerForm .ScheduleScreen .modernized-accordion-content-web-sdk .accordion-content-web-sdk,.root-web-sdk #containerForm .ScheduleScreen .modernized-accordion-trigger-web-sdk{padding-left:1rem;padding-right:1rem}@media (min-width: 376px){.root-web-sdk #containerForm .ScheduleScreen .modernized-accordion-content-web-sdk .accordion-content-web-sdk,.root-web-sdk #containerForm .ScheduleScreen .modernized-accordion-trigger-web-sdk{padding-left:1.5rem;padding-right:1.5rem}}.root-web-sdk #containerForm .ScheduleScreen .modernized-accordion-trigger-web-sdk .accordion-title-wrapper .accordion-title-web-sdk .accordion-icon{max-height:1rem;max-width:1rem}.root-web-sdk #containerForm .ScheduleScreen .modernized-accordion-trigger-web-sdk .accordion-title-wrapper .accordion-title-web-sdk .accordion-icon svg{fill:#444443}.root-web-sdk #containerForm .ScheduleScreen .modernized-accordion-trigger-web-sdk .trigger-icon-web-sdk .icon-cp svg{max-height:3rem;max-width:3rem;position:relative;top:1rem;left:.875rem}.root-web-sdk #containerForm .ScheduleScreen .accordion-content-web-sdk .icon-web-sdk{display:none}.root-web-sdk #containerForm .ScheduleScreen .accordion-content-web-sdk .divider-web-sdk{margin-top:1.5rem;margin-bottom:1rem;border-bottom-width:1px}.root-web-sdk #containerForm .ScheduleScreen .accordion-content-web-sdk .session_title{margin:0;padding-left:2rem;background-repeat:no-repeat;background-size:1rem;background-position:0;background-image:url(https://assets.livongo.com/image/upload/v1713276931/web-sdk/icons/ic_pulse_video_outline_default.svg)}@media (min-width: 768px){.root-web-sdk #containerForm .ScheduleScreen .accordion-content-web-sdk .session_title{background-size:1.125rem 1.125rem}}.root-web-sdk #containerForm .ScheduleScreen .accordion-content-web-sdk .session_title,.root-web-sdk #containerForm .ScheduleScreen .accordion-content-web-sdk [class*=homework_title]{font-weight:500}.root-web-sdk #containerForm .ScheduleScreen .accordion-content-web-sdk .homework_description,.root-web-sdk #containerForm .ScheduleScreen .accordion-content-web-sdk .session_date,.root-web-sdk #containerForm .ScheduleScreen .accordion-content-web-sdk .session_title,.root-web-sdk #containerForm .ScheduleScreen .accordion-content-web-sdk [class*=homework_title]{line-height:1.5rem}@media (min-width: 768px){.root-web-sdk #containerForm .ScheduleScreen .accordion-content-web-sdk .homework_description,.root-web-sdk #containerForm .ScheduleScreen .accordion-content-web-sdk .session_date,.root-web-sdk #containerForm .ScheduleScreen .accordion-content-web-sdk .session_title,.root-web-sdk #containerForm .ScheduleScreen .accordion-content-web-sdk [class*=homework_title]{line-height:1.75rem}}.root-web-sdk #containerForm .ScheduleScreen .accordion-content-web-sdk .session_cancel_link,.root-web-sdk #containerForm .ScheduleScreen .accordion-content-web-sdk .session_date{margin-top:.5rem}.root-web-sdk #containerForm .ScheduleScreen .accordion-content-web-sdk [class*=homework_title]{margin-top:1rem;margin-bottom:.5rem}.root-web-sdk #containerForm .ScheduleScreen .accordion-content-web-sdk [class*=homework_activity_link]{margin-bottom:1rem}.root-web-sdk #containerForm .ScheduleScreen .accordion-content-web-sdk [class*=homework_activity_link]:last-of-type{margin-bottom:0}.root-web-sdk #containerForm .mh-waiting-room{z-index:800;position:fixed;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));overflow-y:auto}@media (min-width: 768px){.root-web-sdk #containerForm .mh-waiting-room{flex-direction:row;overflow:hidden}}.root-web-sdk #containerForm .mh-waiting-room .button-left-arrow-web-sdk{display:none;pointer-events:none}.root-web-sdk #containerForm .mh-waiting-room .text-web-sdk{margin:0}.root-web-sdk #containerForm .mh-waiting-room .mh-waiting-room__video-room{position:relative;width:100%;min-height:100vh}@media (min-width: 768px){.root-web-sdk #containerForm .mh-waiting-room .mh-waiting-room__video-room{width:70%;overflow:hidden}}.root-web-sdk #containerForm .mh-waiting-room .mh-waiting-room__video-room #cf-video-container{position:relative;flex:1 1 0%}.root-web-sdk #containerForm .mh-waiting-room .mh-waiting-room__video-room #cf-video-container,.root-web-sdk #containerForm .mh-waiting-room .mh-waiting-room__video-room #cf-video-container--attendees,.root-web-sdk #containerForm .mh-waiting-room .mh-waiting-room__video-room .cf-attendee{height:100%}.root-web-sdk #containerForm .mh-waiting-room .mh-waiting-room__video-room #cf-video-container--host{z-index:100;position:absolute;bottom:1rem;right:.5rem;height:6rem;width:8rem;padding-right:.5rem}.root-web-sdk #containerForm .mh-waiting-room .mh-waiting-room__helpful-tips{width:100%}@media (min-width: 768px){.root-web-sdk #containerForm .mh-waiting-room .mh-waiting-room__helpful-tips{width:30%}}.root-web-sdk #containerForm .mh-waiting-room .mh-video-room-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;display:flex;justify-content:center;align-items:center;--bg-opacity:1;background-color:#f7f9f9;background-color:rgba(247, 249, 249, var(--bg-opacity))}.root-web-sdk #containerForm .mh-waiting-room .mh-video-cp-wrapper{position:relative;height:100vh;width:100%}.root-web-sdk #containerForm .mh-waiting-room .mh-video-cp-wrapper .mh-controls-wrapper{z-index:100;position:absolute;bottom:8.25rem;right:.5rem;display:flex;flex-direction:column-reverse;justify-content:center;align-items:center;grid-gap:1rem;gap:1rem}@media (min-width: 768px){.root-web-sdk #containerForm .mh-waiting-room .mh-video-cp-wrapper .mh-controls-wrapper{padding-right:8rem;bottom:1rem;flex-direction:row;width:100%}}@media (min-width: 992px){.root-web-sdk #containerForm .mh-waiting-room .mh-video-cp-wrapper .mh-controls-wrapper{padding:0}}.root-web-sdk #containerForm .mh-waiting-room .mh-video-cp-wrapper .mh-controls-wrapper .mh-control{display:flex;justify-content:center;align-items:center;border-radius:9999px;width:2.5rem;height:2.5rem}@media (min-width: 768px){.root-web-sdk #containerForm .mh-waiting-room .mh-video-cp-wrapper .mh-controls-wrapper .mh-control{width:auto;height:auto;padding:.5rem 2rem;min-width:9rem;grid-gap:.5rem;gap:.5rem;--border-opacity:1;border:1px solid #5b2f91;border-color:rgba(91, 47, 145, var(--border-opacity));border-radius:0}}.root-web-sdk #containerForm .mh-waiting-room .mh-video-cp-wrapper .mh-controls-wrapper .mh-control span{display:none}@media (min-width: 768px){.root-web-sdk #containerForm .mh-waiting-room .mh-video-cp-wrapper .mh-controls-wrapper .mh-control span{display:block}}.root-web-sdk #containerForm .mh-waiting-room .mh-video-cp-wrapper .mh-controls-wrapper .mh-control.mh-mute-button{--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));--text-opacity:1;color:#5b2f91;color:rgba(91, 47, 145, var(--text-opacity))}.root-web-sdk #containerForm .mh-waiting-room .mh-video-cp-wrapper .mh-controls-wrapper .mh-control.mh-end-button{--bg-opacity:1;background-color:#cd000a;background-color:rgba(205, 0, 10, var(--bg-opacity));--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity))}.root-web-sdk #containerForm .mh-waiting-room .VideoPlaceholder .text-web-sdk,.root-web-sdk #containerForm .mh-waiting-room .WaitingRoom .text-web-sdk{font-family:Effra,Arial,sans-serif;font-style:normal;font-size:1rem;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity))}.root-web-sdk #containerForm .mh-waiting-room .WaitingRoom{width:100%;padding:1rem}.root-web-sdk #containerForm .mh-waiting-room .WaitingRoom .image-wrapper-web-sdk{margin:0;padding-bottom:.5rem;justify-content:flex-start}.root-web-sdk #containerForm .mh-waiting-room .WaitingRoom .image-wrapper-web-sdk .image-container-web-sdk img{width:auto !important;height:auto !important}.root-web-sdk #containerForm .mh-waiting-room .WaitingRoom .status_heading,.root-web-sdk #containerForm .mh-waiting-room .WaitingRoom .waiting_room_heading{font-weight:700;line-height:1.5rem}@media (min-width: 768px){.root-web-sdk #containerForm .mh-waiting-room .WaitingRoom .status_heading,.root-web-sdk #containerForm .mh-waiting-room .WaitingRoom .waiting_room_heading{font-size:1.125rem}}.root-web-sdk #containerForm .mh-waiting-room .WaitingRoom .waiting_room_heading{padding-bottom:1rem}.root-web-sdk #containerForm .mh-waiting-room .WaitingRoom .status_heading{padding-bottom:.25rem}.root-web-sdk #containerForm .mh-waiting-room .WaitingRoom .status_field{padding:.25rem 1rem;--bg-opacity:1;background-color:#f1f1f1;background-color:rgba(241, 241, 241, var(--bg-opacity));--border-opacity:1;border:1px solid #cbc9bf;border-color:rgba(203, 201, 191, var(--border-opacity));border-radius:.5rem;margin-bottom:1rem;line-height:20px}.root-web-sdk #containerForm .mh-waiting-room .WaitingRoom .helpful_tips_heading{padding-bottom:1rem;line-height:20px}@media (min-width: 768px){.root-web-sdk #containerForm .mh-waiting-room .WaitingRoom .helpful_tips_heading{font-size:1.125rem;line-height:2rem}}.root-web-sdk #containerForm .mh-waiting-room .WaitingRoom .html-text-web-sdk{margin:0;padding:0}.root-web-sdk #containerForm .mh-waiting-room .WaitingRoom .html-text-web-sdk p.text-web-sdk:has(span[data-testid^=text-video_tips-]){padding-bottom:1rem;line-height:20px}.root-web-sdk #containerForm .mh-waiting-room .WaitingRoom .html-text-web-sdk p.text-web-sdk:has(span[data-testid^=text-video_tips-]) b{font-weight:500;--text-opacity:1;color:#5b2f91;color:rgba(91, 47, 145, var(--text-opacity))}.root-web-sdk #containerForm .mh-waiting-room .VideoPlaceholder{width:100%;padding:1rem;max-width:28rem}@media (min-width: 768px){.root-web-sdk #containerForm .mh-waiting-room .VideoPlaceholder{padding:1.5rem;max-width:44rem}}.root-web-sdk #containerForm .mh-waiting-room .VideoPlaceholder .video_placeholder_heading{padding-bottom:1rem;text-align:center;font-weight:700;font-size:1.5rem;line-height:1.75rem}@media (min-width: 768px){.root-web-sdk #containerForm .mh-waiting-room .VideoPlaceholder .video_placeholder_heading{padding-bottom:1.5rem;font-size:37px;line-height:2.5rem}}.root-web-sdk #containerForm .mh-waiting-room .VideoPlaceholder p[data-testid^=text-video_placeholder_p]{padding-bottom:.5rem;line-height:20px;text-align:center;--text-opacity:1;color:#565757;color:rgba(86, 87, 87, var(--text-opacity))}@media (min-width: 768px){.root-web-sdk #containerForm .mh-waiting-room .VideoPlaceholder p[data-testid^=text-video_placeholder_p]{font-size:1.125rem;line-height:1.75rem}}.root-web-sdk #containerForm:has(.mh-waiting-room) .dialog-overlay-web-sdk{z-index:1000}.root-web-sdk #containerForm:has(.mh-waiting-room) .dialog-wrapper-web-sdk .dialog-web-sdk{padding:2rem 1.5rem;border-radius:0}@media (min-width: 768px){.root-web-sdk #containerForm:has(.mh-waiting-room) .dialog-wrapper-web-sdk .dialog-web-sdk{padding:4rem;width:100%;max-width:32.5rem}}.root-web-sdk #containerForm:has(.mh-waiting-room) .dialog-wrapper-web-sdk .dialog-web-sdk .dialog-header-web-sdk{padding:0}.root-web-sdk #containerForm:has(.mh-waiting-room) .dialog-wrapper-web-sdk .dialog-web-sdk .dialog-header-web-sdk>h1{padding-bottom:1.5rem;font-family:Effra,Arial,sans-serif;font-style:normal;font-size:1rem;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));font-weight:700;font-size:1.125rem;line-height:1.5rem;text-align:center}@media (min-width: 768px){.root-web-sdk #containerForm:has(.mh-waiting-room) .dialog-wrapper-web-sdk .dialog-web-sdk .dialog-header-web-sdk>h1{padding-bottom:2rem;font-size:1.125rem}}.root-web-sdk #containerForm:has(.mh-waiting-room) .dialog-wrapper-web-sdk .dialog-web-sdk .dialog-footer-web-sdk{padding:0;grid-gap:1rem;gap:1rem;justify-content:center;flex-direction:row-reverse}.root-web-sdk #containerForm:has(.mh-waiting-room) .dialog-wrapper-web-sdk .dialog-web-sdk .dialog-footer-web-sdk button{margin:0 !important;padding-top:.5rem;padding-bottom:.5rem;border-radius:0;--border-opacity:1;border:1px solid #5b2f91;border-color:rgba(91, 47, 145, var(--border-opacity));font-weight:500;font-size:1.125rem;line-height:20px;--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity))}.root-web-sdk #containerForm:has(.mh-waiting-room) .dialog-wrapper-web-sdk .dialog-web-sdk .dialog-footer-web-sdk .button-modal-action-0{--text-opacity:1;color:#5b2f91;color:rgba(91, 47, 145, var(--text-opacity));--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity))}.root-web-sdk .crisis .text-web-sdk,.root-web-sdk .crisis .title-web-sdk,.root-web-sdk .MyStrengthCrisisManagementHomeScreen .text-web-sdk,.root-web-sdk .MyStrengthCrisisManagementHomeScreen .title-web-sdk,.root-web-sdk .MyStrengthCrisisOutreachYouAreNotAloneScreen .text-web-sdk,.root-web-sdk .MyStrengthCrisisOutreachYouAreNotAloneScreen .title-web-sdk{margin-bottom:0 !important}.root-web-sdk #containerForm .crisisManagementHomeScreen,.root-web-sdk #containerForm .home,.root-web-sdk #containerForm .MyStrength,.root-web-sdk #containerForm .ScreenContentField{display:flex;flex-direction:column;align-items:flex-start;grid-gap:1.5rem;gap:1.5rem;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));flex:none;order:0;flex-grow:0}.root-web-sdk #containerForm .crisisManagementHomeScreen .crisisManagementHomeScreenTitleTile,.root-web-sdk #containerForm .crisisManagementHomeScreen .YouAreNotAloneTitleTile,.root-web-sdk #containerForm .home .crisisManagementHomeScreenTitleTile,.root-web-sdk #containerForm .home .YouAreNotAloneTitleTile,.root-web-sdk #containerForm .MyStrength .crisisManagementHomeScreenTitleTile,.root-web-sdk #containerForm .MyStrength .YouAreNotAloneTitleTile,.root-web-sdk #containerForm .ScreenContentField .crisisManagementHomeScreenTitleTile,.root-web-sdk #containerForm .ScreenContentField .YouAreNotAloneTitleTile{padding:0;grid-gap:.5rem;gap:.5rem}.root-web-sdk #containerForm .crisisManagementHomeScreen .crisisManagementHomeScreenTitleTile .Label-module__root[data-testid=MyStrengthCrisisManagementHomeTitle-label],.root-web-sdk #containerForm .crisisManagementHomeScreen .YouAreNotAloneTitleTile .Label-module__root[data-testid=MyStrengthCrisisManagementHomeTitle-label],.root-web-sdk #containerForm .home .crisisManagementHomeScreenTitleTile .Label-module__root[data-testid=MyStrengthCrisisManagementHomeTitle-label],.root-web-sdk #containerForm .home .YouAreNotAloneTitleTile .Label-module__root[data-testid=MyStrengthCrisisManagementHomeTitle-label],.root-web-sdk #containerForm .MyStrength .crisisManagementHomeScreenTitleTile .Label-module__root[data-testid=MyStrengthCrisisManagementHomeTitle-label],.root-web-sdk #containerForm .MyStrength .YouAreNotAloneTitleTile .Label-module__root[data-testid=MyStrengthCrisisManagementHomeTitle-label],.root-web-sdk #containerForm .ScreenContentField .crisisManagementHomeScreenTitleTile .Label-module__root[data-testid=MyStrengthCrisisManagementHomeTitle-label],.root-web-sdk #containerForm .ScreenContentField .YouAreNotAloneTitleTile .Label-module__root[data-testid=MyStrengthCrisisManagementHomeTitle-label]{font-family:Effra;font-size:45px;font-style:normal;font-weight:700;line-height:48px}.root-web-sdk #containerForm .crisisManagementHomeScreen .crisisManagementHomeScreenTitleTile .Label-module__root[data-testid=MyStrengthCrisisManagementHomeDescription-label],.root-web-sdk #containerForm .crisisManagementHomeScreen .YouAreNotAloneTitleTile .Label-module__root[data-testid=MyStrengthCrisisManagementHomeDescription-label],.root-web-sdk #containerForm .home .crisisManagementHomeScreenTitleTile .Label-module__root[data-testid=MyStrengthCrisisManagementHomeDescription-label],.root-web-sdk #containerForm .home .YouAreNotAloneTitleTile .Label-module__root[data-testid=MyStrengthCrisisManagementHomeDescription-label],.root-web-sdk #containerForm .MyStrength .crisisManagementHomeScreenTitleTile .Label-module__root[data-testid=MyStrengthCrisisManagementHomeDescription-label],.root-web-sdk #containerForm .MyStrength .YouAreNotAloneTitleTile .Label-module__root[data-testid=MyStrengthCrisisManagementHomeDescription-label],.root-web-sdk #containerForm .ScreenContentField .crisisManagementHomeScreenTitleTile .Label-module__root[data-testid=MyStrengthCrisisManagementHomeDescription-label],.root-web-sdk #containerForm .ScreenContentField .YouAreNotAloneTitleTile .Label-module__root[data-testid=MyStrengthCrisisManagementHomeDescription-label]{font-size:18px;font-weight:400;order:2;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));align-self:stretch;flex-grow:0}@media (min-width: 280px){.root-web-sdk #containerForm .crisisManagementHomeScreen .crisisManagementHomeScreenTitleTile .Label-module__root[data-testid=MyStrengthCrisisManagementHomeDescription-label],.root-web-sdk #containerForm .crisisManagementHomeScreen .YouAreNotAloneTitleTile .Label-module__root[data-testid=MyStrengthCrisisManagementHomeDescription-label],.root-web-sdk #containerForm .home .crisisManagementHomeScreenTitleTile .Label-module__root[data-testid=MyStrengthCrisisManagementHomeDescription-label],.root-web-sdk #containerForm .home .YouAreNotAloneTitleTile .Label-module__root[data-testid=MyStrengthCrisisManagementHomeDescription-label],.root-web-sdk #containerForm .MyStrength .crisisManagementHomeScreenTitleTile .Label-module__root[data-testid=MyStrengthCrisisManagementHomeDescription-label],.root-web-sdk #containerForm .MyStrength .YouAreNotAloneTitleTile .Label-module__root[data-testid=MyStrengthCrisisManagementHomeDescription-label],.root-web-sdk #containerForm .ScreenContentField .crisisManagementHomeScreenTitleTile .Label-module__root[data-testid=MyStrengthCrisisManagementHomeDescription-label],.root-web-sdk #containerForm .ScreenContentField .YouAreNotAloneTitleTile .Label-module__root[data-testid=MyStrengthCrisisManagementHomeDescription-label]{line-height:1.5rem}}@media (min-width: 768px){.root-web-sdk #containerForm .crisisManagementHomeScreen .crisisManagementHomeScreenTitleTile .Label-module__root[data-testid=MyStrengthCrisisManagementHomeDescription-label],.root-web-sdk #containerForm .crisisManagementHomeScreen .YouAreNotAloneTitleTile .Label-module__root[data-testid=MyStrengthCrisisManagementHomeDescription-label],.root-web-sdk #containerForm .home .crisisManagementHomeScreenTitleTile .Label-module__root[data-testid=MyStrengthCrisisManagementHomeDescription-label],.root-web-sdk #containerForm .home .YouAreNotAloneTitleTile .Label-module__root[data-testid=MyStrengthCrisisManagementHomeDescription-label],.root-web-sdk #containerForm .MyStrength .crisisManagementHomeScreenTitleTile .Label-module__root[data-testid=MyStrengthCrisisManagementHomeDescription-label],.root-web-sdk #containerForm .MyStrength .YouAreNotAloneTitleTile .Label-module__root[data-testid=MyStrengthCrisisManagementHomeDescription-label],.root-web-sdk #containerForm .ScreenContentField .crisisManagementHomeScreenTitleTile .Label-module__root[data-testid=MyStrengthCrisisManagementHomeDescription-label],.root-web-sdk #containerForm .ScreenContentField .YouAreNotAloneTitleTile .Label-module__root[data-testid=MyStrengthCrisisManagementHomeDescription-label]{line-height:1.75rem}}.root-web-sdk #containerForm .crisisManagementHomeScreen .crisisManagementHomeScreenTitleTile .Label-module__root,.root-web-sdk #containerForm .crisisManagementHomeScreen .YouAreNotAloneTitleTile .Label-module__root,.root-web-sdk #containerForm .home .crisisManagementHomeScreenTitleTile .Label-module__root,.root-web-sdk #containerForm .home .YouAreNotAloneTitleTile .Label-module__root,.root-web-sdk #containerForm .MyStrength .crisisManagementHomeScreenTitleTile .Label-module__root,.root-web-sdk #containerForm .MyStrength .YouAreNotAloneTitleTile .Label-module__root,.root-web-sdk #containerForm .ScreenContentField .crisisManagementHomeScreenTitleTile .Label-module__root,.root-web-sdk #containerForm .ScreenContentField .YouAreNotAloneTitleTile .Label-module__root{white-space:pre-wrap}.root-web-sdk #containerForm .crisisManagementHomeScreen .crisisManagementHomeScreenTitleTile .MyStrengthCrisisManagementHomeDescription,.root-web-sdk #containerForm .crisisManagementHomeScreen .crisisManagementHomeScreenTitleTile .YouAreNotAloneDescription,.root-web-sdk #containerForm .crisisManagementHomeScreen .YouAreNotAloneTitleTile .MyStrengthCrisisManagementHomeDescription,.root-web-sdk #containerForm .crisisManagementHomeScreen .YouAreNotAloneTitleTile .YouAreNotAloneDescription,.root-web-sdk #containerForm .home .crisisManagementHomeScreenTitleTile .MyStrengthCrisisManagementHomeDescription,.root-web-sdk #containerForm .home .crisisManagementHomeScreenTitleTile .YouAreNotAloneDescription,.root-web-sdk #containerForm .home .YouAreNotAloneTitleTile .MyStrengthCrisisManagementHomeDescription,.root-web-sdk #containerForm .home .YouAreNotAloneTitleTile .YouAreNotAloneDescription,.root-web-sdk #containerForm .MyStrength .crisisManagementHomeScreenTitleTile .MyStrengthCrisisManagementHomeDescription,.root-web-sdk #containerForm .MyStrength .crisisManagementHomeScreenTitleTile .YouAreNotAloneDescription,.root-web-sdk #containerForm .MyStrength .YouAreNotAloneTitleTile .MyStrengthCrisisManagementHomeDescription,.root-web-sdk #containerForm .MyStrength .YouAreNotAloneTitleTile .YouAreNotAloneDescription,.root-web-sdk #containerForm .ScreenContentField .crisisManagementHomeScreenTitleTile .MyStrengthCrisisManagementHomeDescription,.root-web-sdk #containerForm .ScreenContentField .crisisManagementHomeScreenTitleTile .YouAreNotAloneDescription,.root-web-sdk #containerForm .ScreenContentField .YouAreNotAloneTitleTile .MyStrengthCrisisManagementHomeDescription,.root-web-sdk #containerForm .ScreenContentField .YouAreNotAloneTitleTile .YouAreNotAloneDescription{font-size:18px;font-weight:400;order:2;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));align-self:stretch;flex-grow:0}@media (min-width: 280px){.root-web-sdk #containerForm .crisisManagementHomeScreen .crisisManagementHomeScreenTitleTile .MyStrengthCrisisManagementHomeDescription,.root-web-sdk #containerForm .crisisManagementHomeScreen .crisisManagementHomeScreenTitleTile .YouAreNotAloneDescription,.root-web-sdk #containerForm .crisisManagementHomeScreen .YouAreNotAloneTitleTile .MyStrengthCrisisManagementHomeDescription,.root-web-sdk #containerForm .crisisManagementHomeScreen .YouAreNotAloneTitleTile .YouAreNotAloneDescription,.root-web-sdk #containerForm .home .crisisManagementHomeScreenTitleTile .MyStrengthCrisisManagementHomeDescription,.root-web-sdk #containerForm .home .crisisManagementHomeScreenTitleTile .YouAreNotAloneDescription,.root-web-sdk #containerForm .home .YouAreNotAloneTitleTile .MyStrengthCrisisManagementHomeDescription,.root-web-sdk #containerForm .home .YouAreNotAloneTitleTile .YouAreNotAloneDescription,.root-web-sdk #containerForm .MyStrength .crisisManagementHomeScreenTitleTile .MyStrengthCrisisManagementHomeDescription,.root-web-sdk #containerForm .MyStrength .crisisManagementHomeScreenTitleTile .YouAreNotAloneDescription,.root-web-sdk #containerForm .MyStrength .YouAreNotAloneTitleTile .MyStrengthCrisisManagementHomeDescription,.root-web-sdk #containerForm .MyStrength .YouAreNotAloneTitleTile .YouAreNotAloneDescription,.root-web-sdk #containerForm .ScreenContentField .crisisManagementHomeScreenTitleTile .MyStrengthCrisisManagementHomeDescription,.root-web-sdk #containerForm .ScreenContentField .crisisManagementHomeScreenTitleTile .YouAreNotAloneDescription,.root-web-sdk #containerForm .ScreenContentField .YouAreNotAloneTitleTile .MyStrengthCrisisManagementHomeDescription,.root-web-sdk #containerForm .ScreenContentField .YouAreNotAloneTitleTile .YouAreNotAloneDescription{line-height:1.5rem}}@media (min-width: 768px){.root-web-sdk #containerForm .crisisManagementHomeScreen .crisisManagementHomeScreenTitleTile .MyStrengthCrisisManagementHomeDescription,.root-web-sdk #containerForm .crisisManagementHomeScreen .crisisManagementHomeScreenTitleTile .YouAreNotAloneDescription,.root-web-sdk #containerForm .crisisManagementHomeScreen .YouAreNotAloneTitleTile .MyStrengthCrisisManagementHomeDescription,.root-web-sdk #containerForm .crisisManagementHomeScreen .YouAreNotAloneTitleTile .YouAreNotAloneDescription,.root-web-sdk #containerForm .home .crisisManagementHomeScreenTitleTile .MyStrengthCrisisManagementHomeDescription,.root-web-sdk #containerForm .home .crisisManagementHomeScreenTitleTile .YouAreNotAloneDescription,.root-web-sdk #containerForm .home .YouAreNotAloneTitleTile .MyStrengthCrisisManagementHomeDescription,.root-web-sdk #containerForm .home .YouAreNotAloneTitleTile .YouAreNotAloneDescription,.root-web-sdk #containerForm .MyStrength .crisisManagementHomeScreenTitleTile .MyStrengthCrisisManagementHomeDescription,.root-web-sdk #containerForm .MyStrength .crisisManagementHomeScreenTitleTile .YouAreNotAloneDescription,.root-web-sdk #containerForm .MyStrength .YouAreNotAloneTitleTile .MyStrengthCrisisManagementHomeDescription,.root-web-sdk #containerForm .MyStrength .YouAreNotAloneTitleTile .YouAreNotAloneDescription,.root-web-sdk #containerForm .ScreenContentField .crisisManagementHomeScreenTitleTile .MyStrengthCrisisManagementHomeDescription,.root-web-sdk #containerForm .ScreenContentField .crisisManagementHomeScreenTitleTile .YouAreNotAloneDescription,.root-web-sdk #containerForm .ScreenContentField .YouAreNotAloneTitleTile .MyStrengthCrisisManagementHomeDescription,.root-web-sdk #containerForm .ScreenContentField .YouAreNotAloneTitleTile .YouAreNotAloneDescription{line-height:1.75rem}}@media (min-width: 280px){.root-web-sdk #containerForm .crisisManagementHomeScreen .crisisManagementHomeScreenTitleTile .MyStrengthCrisisManagementHomeDescription,.root-web-sdk #containerForm .crisisManagementHomeScreen .YouAreNotAloneTitleTile .MyStrengthCrisisManagementHomeDescription,.root-web-sdk #containerForm .home .crisisManagementHomeScreenTitleTile .MyStrengthCrisisManagementHomeDescription,.root-web-sdk #containerForm .home .YouAreNotAloneTitleTile .MyStrengthCrisisManagementHomeDescription,.root-web-sdk #containerForm .MyStrength .crisisManagementHomeScreenTitleTile .MyStrengthCrisisManagementHomeDescription,.root-web-sdk #containerForm .MyStrength .YouAreNotAloneTitleTile .MyStrengthCrisisManagementHomeDescription,.root-web-sdk #containerForm .ScreenContentField .crisisManagementHomeScreenTitleTile .MyStrengthCrisisManagementHomeDescription,.root-web-sdk #containerForm .ScreenContentField .YouAreNotAloneTitleTile .MyStrengthCrisisManagementHomeDescription{width:100%}}@media (min-width: 768px){.root-web-sdk #containerForm .crisisManagementHomeScreen .crisisManagementHomeScreenTitleTile .MyStrengthCrisisManagementHomeDescription,.root-web-sdk #containerForm .crisisManagementHomeScreen .YouAreNotAloneTitleTile .MyStrengthCrisisManagementHomeDescription,.root-web-sdk #containerForm .home .crisisManagementHomeScreenTitleTile .MyStrengthCrisisManagementHomeDescription,.root-web-sdk #containerForm .home .YouAreNotAloneTitleTile .MyStrengthCrisisManagementHomeDescription,.root-web-sdk #containerForm .MyStrength .crisisManagementHomeScreenTitleTile .MyStrengthCrisisManagementHomeDescription,.root-web-sdk #containerForm .MyStrength .YouAreNotAloneTitleTile .MyStrengthCrisisManagementHomeDescription,.root-web-sdk #containerForm .ScreenContentField .crisisManagementHomeScreenTitleTile .MyStrengthCrisisManagementHomeDescription,.root-web-sdk #containerForm .ScreenContentField .YouAreNotAloneTitleTile .MyStrengthCrisisManagementHomeDescription{width:448px;font-family:Effra;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));flex:none}}.root-web-sdk #containerForm .crisisManagementHomeScreen .myStrengthHomeScreenCrisisCardTile,.root-web-sdk #containerForm .home .myStrengthHomeScreenCrisisCardTile,.root-web-sdk #containerForm .MyStrength .myStrengthHomeScreenCrisisCardTile,.root-web-sdk #containerForm .ScreenContentField .myStrengthHomeScreenCrisisCardTile{margin-bottom:32px}@media (max-width: 768px){.root-web-sdk #containerForm .crisisManagementHomeScreen .myStrengthHomeScreenCrisisCardTile,.root-web-sdk #containerForm .home .myStrengthHomeScreenCrisisCardTile,.root-web-sdk #containerForm .MyStrength .myStrengthHomeScreenCrisisCardTile,.root-web-sdk #containerForm .ScreenContentField .myStrengthHomeScreenCrisisCardTile{margin-bottom:1.5rem}}.root-web-sdk #containerForm .crisisManagementHomeScreen .crisisManagementCrisisCardTile,.root-web-sdk #containerForm .crisisManagementHomeScreen .myStrengthHomeScreenCrisisCardTile,.root-web-sdk #containerForm .home .crisisManagementCrisisCardTile,.root-web-sdk #containerForm .home .myStrengthHomeScreenCrisisCardTile,.root-web-sdk #containerForm .MyStrength .crisisManagementCrisisCardTile,.root-web-sdk #containerForm .MyStrength .myStrengthHomeScreenCrisisCardTile,.root-web-sdk #containerForm .ScreenContentField .crisisManagementCrisisCardTile,.root-web-sdk #containerForm .ScreenContentField .myStrengthHomeScreenCrisisCardTile{width:100% !important;overflow:hidden;position:relative}.root-web-sdk #containerForm .crisisManagementHomeScreen .crisisManagementCrisisCardTile .hr-web-sdk,.root-web-sdk #containerForm .crisisManagementHomeScreen .myStrengthHomeScreenCrisisCardTile .hr-web-sdk,.root-web-sdk #containerForm .home .crisisManagementCrisisCardTile .hr-web-sdk,.root-web-sdk #containerForm .home .myStrengthHomeScreenCrisisCardTile .hr-web-sdk,.root-web-sdk #containerForm .MyStrength .crisisManagementCrisisCardTile .hr-web-sdk,.root-web-sdk #containerForm .MyStrength .myStrengthHomeScreenCrisisCardTile .hr-web-sdk,.root-web-sdk #containerForm .ScreenContentField .crisisManagementCrisisCardTile .hr-web-sdk,.root-web-sdk #containerForm .ScreenContentField .myStrengthHomeScreenCrisisCardTile .hr-web-sdk{display:block;position:absolute;min-height:4px;left:0;top:0;background:#0078bc;border:none;width:100%;max-width:none}.root-web-sdk #containerForm .crisisManagementHomeScreen .crisisManagementCrisisCardTile .CrisisTileCornerIconContainer,.root-web-sdk #containerForm .crisisManagementHomeScreen .myStrengthHomeScreenCrisisCardTile .CrisisTileCornerIconContainer,.root-web-sdk #containerForm .home .crisisManagementCrisisCardTile .CrisisTileCornerIconContainer,.root-web-sdk #containerForm .home .myStrengthHomeScreenCrisisCardTile .CrisisTileCornerIconContainer,.root-web-sdk #containerForm .MyStrength .crisisManagementCrisisCardTile .CrisisTileCornerIconContainer,.root-web-sdk #containerForm .MyStrength .myStrengthHomeScreenCrisisCardTile .CrisisTileCornerIconContainer,.root-web-sdk #containerForm .ScreenContentField .crisisManagementCrisisCardTile .CrisisTileCornerIconContainer,.root-web-sdk #containerForm .ScreenContentField .myStrengthHomeScreenCrisisCardTile .CrisisTileCornerIconContainer{border-radius:9999px;position:absolute;right:0;top:0;background-repeat:no-repeat;background-position:50%;background-color:#0078bc;background-image:url(https://assets.livongo.com/image/upload/v1713282442/web-sdk/icons/tasks.svg);color:#fff}@media (min-width: 280px){.root-web-sdk #containerForm .crisisManagementHomeScreen .crisisManagementCrisisCardTile .CrisisTileCornerIconContainer,.root-web-sdk #containerForm .crisisManagementHomeScreen .myStrengthHomeScreenCrisisCardTile .CrisisTileCornerIconContainer,.root-web-sdk #containerForm .home .crisisManagementCrisisCardTile .CrisisTileCornerIconContainer,.root-web-sdk #containerForm .home .myStrengthHomeScreenCrisisCardTile .CrisisTileCornerIconContainer,.root-web-sdk #containerForm .MyStrength .crisisManagementCrisisCardTile .CrisisTileCornerIconContainer,.root-web-sdk #containerForm .MyStrength .myStrengthHomeScreenCrisisCardTile .CrisisTileCornerIconContainer,.root-web-sdk #containerForm .ScreenContentField .crisisManagementCrisisCardTile .CrisisTileCornerIconContainer,.root-web-sdk #containerForm .ScreenContentField .myStrengthHomeScreenCrisisCardTile .CrisisTileCornerIconContainer{width:72px;height:72px;background-size:24px 21px;margin-right:-7px;margin-top:-7px}}@media (min-width: 768px){.root-web-sdk #containerForm .crisisManagementHomeScreen .crisisManagementCrisisCardTile .CrisisTileCornerIconContainer,.root-web-sdk #containerForm .crisisManagementHomeScreen .myStrengthHomeScreenCrisisCardTile .CrisisTileCornerIconContainer,.root-web-sdk #containerForm .home .crisisManagementCrisisCardTile .CrisisTileCornerIconContainer,.root-web-sdk #containerForm .home .myStrengthHomeScreenCrisisCardTile .CrisisTileCornerIconContainer,.root-web-sdk #containerForm .MyStrength .crisisManagementCrisisCardTile .CrisisTileCornerIconContainer,.root-web-sdk #containerForm .MyStrength .myStrengthHomeScreenCrisisCardTile .CrisisTileCornerIconContainer,.root-web-sdk #containerForm .ScreenContentField .crisisManagementCrisisCardTile .CrisisTileCornerIconContainer,.root-web-sdk #containerForm .ScreenContentField .myStrengthHomeScreenCrisisCardTile .CrisisTileCornerIconContainer{width:104px;height:104px;background-size:32px 28px;margin-right:-16px;margin-top:-16px}}.root-web-sdk #containerForm .crisisManagementHomeScreen .crisisManagementCrisisCardTile .CrisisManagementHomeScreenCrisisCardContent,.root-web-sdk #containerForm .crisisManagementHomeScreen .myStrengthHomeScreenCrisisCardTile .CrisisManagementHomeScreenCrisisCardContent,.root-web-sdk #containerForm .home .crisisManagementCrisisCardTile .CrisisManagementHomeScreenCrisisCardContent,.root-web-sdk #containerForm .home .myStrengthHomeScreenCrisisCardTile .CrisisManagementHomeScreenCrisisCardContent,.root-web-sdk #containerForm .MyStrength .crisisManagementCrisisCardTile .CrisisManagementHomeScreenCrisisCardContent,.root-web-sdk #containerForm .MyStrength .myStrengthHomeScreenCrisisCardTile .CrisisManagementHomeScreenCrisisCardContent,.root-web-sdk #containerForm .ScreenContentField .crisisManagementCrisisCardTile .CrisisManagementHomeScreenCrisisCardContent,.root-web-sdk #containerForm .ScreenContentField .myStrengthHomeScreenCrisisCardTile .CrisisManagementHomeScreenCrisisCardContent{display:flex;flex-direction:column;align-items:flex-start;padding:0;grid-gap:.5rem;gap:.5rem;margin:0;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity))}@media (min-width: 280px){.root-web-sdk #containerForm .crisisManagementHomeScreen .crisisManagementCrisisCardTile .CrisisManagementHomeScreenCrisisCardContent,.root-web-sdk #containerForm .crisisManagementHomeScreen .myStrengthHomeScreenCrisisCardTile .CrisisManagementHomeScreenCrisisCardContent,.root-web-sdk #containerForm .home .crisisManagementCrisisCardTile .CrisisManagementHomeScreenCrisisCardContent,.root-web-sdk #containerForm .home .myStrengthHomeScreenCrisisCardTile .CrisisManagementHomeScreenCrisisCardContent,.root-web-sdk #containerForm .MyStrength .crisisManagementCrisisCardTile .CrisisManagementHomeScreenCrisisCardContent,.root-web-sdk #containerForm .MyStrength .myStrengthHomeScreenCrisisCardTile .CrisisManagementHomeScreenCrisisCardContent,.root-web-sdk #containerForm .ScreenContentField .crisisManagementCrisisCardTile .CrisisManagementHomeScreenCrisisCardContent,.root-web-sdk #containerForm .ScreenContentField .myStrengthHomeScreenCrisisCardTile .CrisisManagementHomeScreenCrisisCardContent{width:84%}}@media (min-width: 768px){.root-web-sdk #containerForm .crisisManagementHomeScreen .crisisManagementCrisisCardTile .CrisisManagementHomeScreenCrisisCardContent,.root-web-sdk #containerForm .crisisManagementHomeScreen .myStrengthHomeScreenCrisisCardTile .CrisisManagementHomeScreenCrisisCardContent,.root-web-sdk #containerForm .home .crisisManagementCrisisCardTile .CrisisManagementHomeScreenCrisisCardContent,.root-web-sdk #containerForm .home .myStrengthHomeScreenCrisisCardTile .CrisisManagementHomeScreenCrisisCardContent,.root-web-sdk #containerForm .MyStrength .crisisManagementCrisisCardTile .CrisisManagementHomeScreenCrisisCardContent,.root-web-sdk #containerForm .MyStrength .myStrengthHomeScreenCrisisCardTile .CrisisManagementHomeScreenCrisisCardContent,.root-web-sdk #containerForm .ScreenContentField .crisisManagementCrisisCardTile .CrisisManagementHomeScreenCrisisCardContent,.root-web-sdk #containerForm .ScreenContentField .myStrengthHomeScreenCrisisCardTile .CrisisManagementHomeScreenCrisisCardContent{width:100%;flex:none;order:0;flex-grow:1}}.root-web-sdk #containerForm .crisisManagementHomeScreen .crisisManagementCrisisCardTile .CrisisManagementHomeScreenCrisisCardContent .CrisisManagementHomeScreenCrisisTileTitleDescription,.root-web-sdk #containerForm .crisisManagementHomeScreen .myStrengthHomeScreenCrisisCardTile .CrisisManagementHomeScreenCrisisCardContent .CrisisManagementHomeScreenCrisisTileTitleDescription,.root-web-sdk #containerForm .home .crisisManagementCrisisCardTile .CrisisManagementHomeScreenCrisisCardContent .CrisisManagementHomeScreenCrisisTileTitleDescription,.root-web-sdk #containerForm .home .myStrengthHomeScreenCrisisCardTile .CrisisManagementHomeScreenCrisisCardContent .CrisisManagementHomeScreenCrisisTileTitleDescription,.root-web-sdk #containerForm .MyStrength .crisisManagementCrisisCardTile .CrisisManagementHomeScreenCrisisCardContent .CrisisManagementHomeScreenCrisisTileTitleDescription,.root-web-sdk #containerForm .MyStrength .myStrengthHomeScreenCrisisCardTile .CrisisManagementHomeScreenCrisisCardContent .CrisisManagementHomeScreenCrisisTileTitleDescription,.root-web-sdk #containerForm .ScreenContentField .crisisManagementCrisisCardTile .CrisisManagementHomeScreenCrisisCardContent .CrisisManagementHomeScreenCrisisTileTitleDescription,.root-web-sdk #containerForm .ScreenContentField .myStrengthHomeScreenCrisisCardTile .CrisisManagementHomeScreenCrisisCardContent .CrisisManagementHomeScreenCrisisTileTitleDescription{display:flex;flex-direction:column;align-items:flex-start;padding:0;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));flex:none;order:0;align-items:stretch;flex-grow:0;grid-gap:.25rem;gap:.25rem}@media (min-width: 280px){.root-web-sdk #containerForm .crisisManagementHomeScreen .crisisManagementCrisisCardTile .CrisisManagementHomeScreenCrisisCardContent .CrisisManagementHomeScreenCrisisTileTitleDescription,.root-web-sdk #containerForm .crisisManagementHomeScreen .myStrengthHomeScreenCrisisCardTile .CrisisManagementHomeScreenCrisisCardContent .CrisisManagementHomeScreenCrisisTileTitleDescription,.root-web-sdk #containerForm .home .crisisManagementCrisisCardTile .CrisisManagementHomeScreenCrisisCardContent .CrisisManagementHomeScreenCrisisTileTitleDescription,.root-web-sdk #containerForm .home .myStrengthHomeScreenCrisisCardTile .CrisisManagementHomeScreenCrisisCardContent .CrisisManagementHomeScreenCrisisTileTitleDescription,.root-web-sdk #containerForm .MyStrength .crisisManagementCrisisCardTile .CrisisManagementHomeScreenCrisisCardContent .CrisisManagementHomeScreenCrisisTileTitleDescription,.root-web-sdk #containerForm .MyStrength .myStrengthHomeScreenCrisisCardTile .CrisisManagementHomeScreenCrisisCardContent .CrisisManagementHomeScreenCrisisTileTitleDescription,.root-web-sdk #containerForm .ScreenContentField .crisisManagementCrisisCardTile .CrisisManagementHomeScreenCrisisCardContent .CrisisManagementHomeScreenCrisisTileTitleDescription,.root-web-sdk #containerForm .ScreenContentField .myStrengthHomeScreenCrisisCardTile .CrisisManagementHomeScreenCrisisCardContent .CrisisManagementHomeScreenCrisisTileTitleDescription{width:100%}}@media (min-width: 768px){.root-web-sdk #containerForm .crisisManagementHomeScreen .crisisManagementCrisisCardTile .CrisisManagementHomeScreenCrisisCardContent .CrisisManagementHomeScreenCrisisTileTitleDescription,.root-web-sdk #containerForm .crisisManagementHomeScreen .myStrengthHomeScreenCrisisCardTile .CrisisManagementHomeScreenCrisisCardContent .CrisisManagementHomeScreenCrisisTileTitleDescription,.root-web-sdk #containerForm .home .crisisManagementCrisisCardTile .CrisisManagementHomeScreenCrisisCardContent .CrisisManagementHomeScreenCrisisTileTitleDescription,.root-web-sdk #containerForm .home .myStrengthHomeScreenCrisisCardTile .CrisisManagementHomeScreenCrisisCardContent .CrisisManagementHomeScreenCrisisTileTitleDescription,.root-web-sdk #containerForm .MyStrength .crisisManagementCrisisCardTile .CrisisManagementHomeScreenCrisisCardContent .CrisisManagementHomeScreenCrisisTileTitleDescription,.root-web-sdk #containerForm .MyStrength .myStrengthHomeScreenCrisisCardTile .CrisisManagementHomeScreenCrisisCardContent .CrisisManagementHomeScreenCrisisTileTitleDescription,.root-web-sdk #containerForm .ScreenContentField .crisisManagementCrisisCardTile .CrisisManagementHomeScreenCrisisCardContent .CrisisManagementHomeScreenCrisisTileTitleDescription,.root-web-sdk #containerForm .ScreenContentField .myStrengthHomeScreenCrisisCardTile .CrisisManagementHomeScreenCrisisCardContent .CrisisManagementHomeScreenCrisisTileTitleDescription{width:100%;padding-right:41px}}.root-web-sdk #containerForm .crisisManagementHomeScreen .crisisManagementCrisisCardTile .CrisisManagementHomeScreenCrisisCardContent .CrisisManagementHomeScreenCrisisTileTitleDescription .crisisManagementCrisisCardTileTitle,.root-web-sdk #containerForm .crisisManagementHomeScreen .myStrengthHomeScreenCrisisCardTile .CrisisManagementHomeScreenCrisisCardContent .CrisisManagementHomeScreenCrisisTileTitleDescription .crisisManagementCrisisCardTileTitle,.root-web-sdk #containerForm .home .crisisManagementCrisisCardTile .CrisisManagementHomeScreenCrisisCardContent .CrisisManagementHomeScreenCrisisTileTitleDescription .crisisManagementCrisisCardTileTitle,.root-web-sdk #containerForm .home .myStrengthHomeScreenCrisisCardTile .CrisisManagementHomeScreenCrisisCardContent .CrisisManagementHomeScreenCrisisTileTitleDescription .crisisManagementCrisisCardTileTitle,.root-web-sdk #containerForm .MyStrength .crisisManagementCrisisCardTile .CrisisManagementHomeScreenCrisisCardContent .CrisisManagementHomeScreenCrisisTileTitleDescription .crisisManagementCrisisCardTileTitle,.root-web-sdk #containerForm .MyStrength .myStrengthHomeScreenCrisisCardTile .CrisisManagementHomeScreenCrisisCardContent .CrisisManagementHomeScreenCrisisTileTitleDescription .crisisManagementCrisisCardTileTitle,.root-web-sdk #containerForm .ScreenContentField .crisisManagementCrisisCardTile .CrisisManagementHomeScreenCrisisCardContent .CrisisManagementHomeScreenCrisisTileTitleDescription .crisisManagementCrisisCardTileTitle,.root-web-sdk #containerForm .ScreenContentField .myStrengthHomeScreenCrisisCardTile .CrisisManagementHomeScreenCrisisCardContent .CrisisManagementHomeScreenCrisisTileTitleDescription .crisisManagementCrisisCardTileTitle{font-family:Effra;font-style:normal;font-weight:500;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));flex:none;order:0;line-height:1.5rem}@media (min-width: 280px){.root-web-sdk #containerForm .crisisManagementHomeScreen .crisisManagementCrisisCardTile .CrisisManagementHomeScreenCrisisCardContent .CrisisManagementHomeScreenCrisisTileTitleDescription .crisisManagementCrisisCardTileTitle,.root-web-sdk #containerForm .crisisManagementHomeScreen .myStrengthHomeScreenCrisisCardTile .CrisisManagementHomeScreenCrisisCardContent .CrisisManagementHomeScreenCrisisTileTitleDescription .crisisManagementCrisisCardTileTitle,.root-web-sdk #containerForm .home .crisisManagementCrisisCardTile .CrisisManagementHomeScreenCrisisCardContent .CrisisManagementHomeScreenCrisisTileTitleDescription .crisisManagementCrisisCardTileTitle,.root-web-sdk #containerForm .home .myStrengthHomeScreenCrisisCardTile .CrisisManagementHomeScreenCrisisCardContent .CrisisManagementHomeScreenCrisisTileTitleDescription .crisisManagementCrisisCardTileTitle,.root-web-sdk #containerForm .MyStrength .crisisManagementCrisisCardTile .CrisisManagementHomeScreenCrisisCardContent .CrisisManagementHomeScreenCrisisTileTitleDescription .crisisManagementCrisisCardTileTitle,.root-web-sdk #containerForm .MyStrength .myStrengthHomeScreenCrisisCardTile .CrisisManagementHomeScreenCrisisCardContent .CrisisManagementHomeScreenCrisisTileTitleDescription .crisisManagementCrisisCardTileTitle,.root-web-sdk #containerForm .ScreenContentField .crisisManagementCrisisCardTile .CrisisManagementHomeScreenCrisisCardContent .CrisisManagementHomeScreenCrisisTileTitleDescription .crisisManagementCrisisCardTileTitle,.root-web-sdk #containerForm .ScreenContentField .myStrengthHomeScreenCrisisCardTile .CrisisManagementHomeScreenCrisisCardContent .CrisisManagementHomeScreenCrisisTileTitleDescription .crisisManagementCrisisCardTileTitle{width:100%;font-size:22px;flex-grow:1}}@media (min-width: 768px){.root-web-sdk #containerForm .crisisManagementHomeScreen .crisisManagementCrisisCardTile .CrisisManagementHomeScreenCrisisCardContent .CrisisManagementHomeScreenCrisisTileTitleDescription .crisisManagementCrisisCardTileTitle,.root-web-sdk #containerForm .crisisManagementHomeScreen .myStrengthHomeScreenCrisisCardTile .CrisisManagementHomeScreenCrisisCardContent .CrisisManagementHomeScreenCrisisTileTitleDescription .crisisManagementCrisisCardTileTitle,.root-web-sdk #containerForm .home .crisisManagementCrisisCardTile .CrisisManagementHomeScreenCrisisCardContent .CrisisManagementHomeScreenCrisisTileTitleDescription .crisisManagementCrisisCardTileTitle,.root-web-sdk #containerForm .home .myStrengthHomeScreenCrisisCardTile .CrisisManagementHomeScreenCrisisCardContent .CrisisManagementHomeScreenCrisisTileTitleDescription .crisisManagementCrisisCardTileTitle,.root-web-sdk #containerForm .MyStrength .crisisManagementCrisisCardTile .CrisisManagementHomeScreenCrisisCardContent .CrisisManagementHomeScreenCrisisTileTitleDescription .crisisManagementCrisisCardTileTitle,.root-web-sdk #containerForm .MyStrength .myStrengthHomeScreenCrisisCardTile .CrisisManagementHomeScreenCrisisCardContent .CrisisManagementHomeScreenCrisisTileTitleDescription .crisisManagementCrisisCardTileTitle,.root-web-sdk #containerForm .ScreenContentField .crisisManagementCrisisCardTile .CrisisManagementHomeScreenCrisisCardContent .CrisisManagementHomeScreenCrisisTileTitleDescription .crisisManagementCrisisCardTileTitle,.root-web-sdk #containerForm .ScreenContentField .myStrengthHomeScreenCrisisCardTile .CrisisManagementHomeScreenCrisisCardContent .CrisisManagementHomeScreenCrisisTileTitleDescription .crisisManagementCrisisCardTileTitle{width:100%;font-size:26px;align-items:stretch;flex-grow:0}}.root-web-sdk #containerForm .crisisManagementHomeScreen .crisisManagementCrisisCardTile .CrisisManagementHomeScreenCrisisCardContent .CrisisManagementHomeScreenCrisisTileTitleDescription .crisisManagementCrisisCardTileDescription,.root-web-sdk #containerForm .crisisManagementHomeScreen .myStrengthHomeScreenCrisisCardTile .CrisisManagementHomeScreenCrisisCardContent .CrisisManagementHomeScreenCrisisTileTitleDescription .crisisManagementCrisisCardTileDescription,.root-web-sdk #containerForm .home .crisisManagementCrisisCardTile .CrisisManagementHomeScreenCrisisCardContent .CrisisManagementHomeScreenCrisisTileTitleDescription .crisisManagementCrisisCardTileDescription,.root-web-sdk #containerForm .home .myStrengthHomeScreenCrisisCardTile .CrisisManagementHomeScreenCrisisCardContent .CrisisManagementHomeScreenCrisisTileTitleDescription .crisisManagementCrisisCardTileDescription,.root-web-sdk #containerForm .MyStrength .crisisManagementCrisisCardTile .CrisisManagementHomeScreenCrisisCardContent .CrisisManagementHomeScreenCrisisTileTitleDescription .crisisManagementCrisisCardTileDescription,.root-web-sdk #containerForm .MyStrength .myStrengthHomeScreenCrisisCardTile .CrisisManagementHomeScreenCrisisCardContent .CrisisManagementHomeScreenCrisisTileTitleDescription .crisisManagementCrisisCardTileDescription,.root-web-sdk #containerForm .ScreenContentField .crisisManagementCrisisCardTile .CrisisManagementHomeScreenCrisisCardContent .CrisisManagementHomeScreenCrisisTileTitleDescription .crisisManagementCrisisCardTileDescription,.root-web-sdk #containerForm .ScreenContentField .myStrengthHomeScreenCrisisCardTile .CrisisManagementHomeScreenCrisisCardContent .CrisisManagementHomeScreenCrisisTileTitleDescription .crisisManagementCrisisCardTileDescription{font-family:Effra;font-style:normal;font-weight:400;font-size:18px;line-height:1.5rem;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));flex:none;align-items:stretch;flex-grow:0}@media (min-width: 280px){.root-web-sdk #containerForm .crisisManagementHomeScreen .crisisManagementCrisisCardTile .CrisisManagementHomeScreenCrisisCardContent .CrisisManagementHomeScreenCrisisTileTitleDescription .crisisManagementCrisisCardTileDescription,.root-web-sdk #containerForm .crisisManagementHomeScreen .myStrengthHomeScreenCrisisCardTile .CrisisManagementHomeScreenCrisisCardContent .CrisisManagementHomeScreenCrisisTileTitleDescription .crisisManagementCrisisCardTileDescription,.root-web-sdk #containerForm .home .crisisManagementCrisisCardTile .CrisisManagementHomeScreenCrisisCardContent .CrisisManagementHomeScreenCrisisTileTitleDescription .crisisManagementCrisisCardTileDescription,.root-web-sdk #containerForm .home .myStrengthHomeScreenCrisisCardTile .CrisisManagementHomeScreenCrisisCardContent .CrisisManagementHomeScreenCrisisTileTitleDescription .crisisManagementCrisisCardTileDescription,.root-web-sdk #containerForm .MyStrength .crisisManagementCrisisCardTile .CrisisManagementHomeScreenCrisisCardContent .CrisisManagementHomeScreenCrisisTileTitleDescription .crisisManagementCrisisCardTileDescription,.root-web-sdk #containerForm .MyStrength .myStrengthHomeScreenCrisisCardTile .CrisisManagementHomeScreenCrisisCardContent .CrisisManagementHomeScreenCrisisTileTitleDescription .crisisManagementCrisisCardTileDescription,.root-web-sdk #containerForm .ScreenContentField .crisisManagementCrisisCardTile .CrisisManagementHomeScreenCrisisCardContent .CrisisManagementHomeScreenCrisisTileTitleDescription .crisisManagementCrisisCardTileDescription,.root-web-sdk #containerForm .ScreenContentField .myStrengthHomeScreenCrisisCardTile .CrisisManagementHomeScreenCrisisCardContent .CrisisManagementHomeScreenCrisisTileTitleDescription .crisisManagementCrisisCardTileDescription{width:100%;order:2}}@media (min-width: 768px){.root-web-sdk #containerForm .crisisManagementHomeScreen .crisisManagementCrisisCardTile .CrisisManagementHomeScreenCrisisCardContent .CrisisManagementHomeScreenCrisisTileTitleDescription .crisisManagementCrisisCardTileDescription,.root-web-sdk #containerForm .crisisManagementHomeScreen .myStrengthHomeScreenCrisisCardTile .CrisisManagementHomeScreenCrisisCardContent .CrisisManagementHomeScreenCrisisTileTitleDescription .crisisManagementCrisisCardTileDescription,.root-web-sdk #containerForm .home .crisisManagementCrisisCardTile .CrisisManagementHomeScreenCrisisCardContent .CrisisManagementHomeScreenCrisisTileTitleDescription .crisisManagementCrisisCardTileDescription,.root-web-sdk #containerForm .home .myStrengthHomeScreenCrisisCardTile .CrisisManagementHomeScreenCrisisCardContent .CrisisManagementHomeScreenCrisisTileTitleDescription .crisisManagementCrisisCardTileDescription,.root-web-sdk #containerForm .MyStrength .crisisManagementCrisisCardTile .CrisisManagementHomeScreenCrisisCardContent .CrisisManagementHomeScreenCrisisTileTitleDescription .crisisManagementCrisisCardTileDescription,.root-web-sdk #containerForm .MyStrength .myStrengthHomeScreenCrisisCardTile .CrisisManagementHomeScreenCrisisCardContent .CrisisManagementHomeScreenCrisisTileTitleDescription .crisisManagementCrisisCardTileDescription,.root-web-sdk #containerForm .ScreenContentField .crisisManagementCrisisCardTile .CrisisManagementHomeScreenCrisisCardContent .CrisisManagementHomeScreenCrisisTileTitleDescription .crisisManagementCrisisCardTileDescription,.root-web-sdk #containerForm .ScreenContentField .myStrengthHomeScreenCrisisCardTile .CrisisManagementHomeScreenCrisisCardContent .CrisisManagementHomeScreenCrisisTileTitleDescription .crisisManagementCrisisCardTileDescription{width:90%;order:1}}.root-web-sdk #containerForm .crisisManagementHomeScreen .crisisManagementLifelineTile,.root-web-sdk #containerForm .home .crisisManagementLifelineTile,.root-web-sdk #containerForm .MyStrength .crisisManagementLifelineTile,.root-web-sdk #containerForm .ScreenContentField .crisisManagementLifelineTile{gap:16px}.root-web-sdk #containerForm .crisisManagementHomeScreen .crisisManagementLifelineTile .LifelineTileTitleLifelinenumberContainer,.root-web-sdk #containerForm .home .crisisManagementLifelineTile .LifelineTileTitleLifelinenumberContainer,.root-web-sdk #containerForm .MyStrength .crisisManagementLifelineTile .LifelineTileTitleLifelinenumberContainer,.root-web-sdk #containerForm .ScreenContentField .crisisManagementLifelineTile .LifelineTileTitleLifelinenumberContainer{display:flex;flex-direction:column;align-items:flex-start;padding:0;grid-gap:.25rem;gap:.25rem;margin:0;width:279px;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));flex:none;order:0;align-items:stretch;flex-grow:0}@media (min-width: 280px){.root-web-sdk #containerForm .crisisManagementHomeScreen .crisisManagementLifelineTile .LifelineTileTitleLifelinenumberContainer,.root-web-sdk #containerForm .home .crisisManagementLifelineTile .LifelineTileTitleLifelinenumberContainer,.root-web-sdk #containerForm .MyStrength .crisisManagementLifelineTile .LifelineTileTitleLifelinenumberContainer,.root-web-sdk #containerForm .ScreenContentField .crisisManagementLifelineTile .LifelineTileTitleLifelinenumberContainer{width:100%}}.root-web-sdk #containerForm .crisisManagementHomeScreen .crisisManagementLifelineTile .LifelineTileTitleLifelinenumberContainer .crisisManagementLifelineTileTitle,.root-web-sdk #containerForm .home .crisisManagementLifelineTile .LifelineTileTitleLifelinenumberContainer .crisisManagementLifelineTileTitle,.root-web-sdk #containerForm .MyStrength .crisisManagementLifelineTile .LifelineTileTitleLifelinenumberContainer .crisisManagementLifelineTileTitle,.root-web-sdk #containerForm .ScreenContentField .crisisManagementLifelineTile .LifelineTileTitleLifelinenumberContainer .crisisManagementLifelineTileTitle{width:100%;font-family:Effra;font-style:normal;font-weight:400;font-size:18px;line-height:1.5rem;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));flex:none;order:0;flex-grow:1}@media (min-width: 768px){.root-web-sdk #containerForm .crisisManagementHomeScreen .crisisManagementLifelineTile .LifelineTileTitleLifelinenumberContainer .crisisManagementLifelineTileTitle,.root-web-sdk #containerForm .home .crisisManagementLifelineTile .LifelineTileTitleLifelinenumberContainer .crisisManagementLifelineTileTitle,.root-web-sdk #containerForm .MyStrength .crisisManagementLifelineTile .LifelineTileTitleLifelinenumberContainer .crisisManagementLifelineTileTitle,.root-web-sdk #containerForm .ScreenContentField .crisisManagementLifelineTile .LifelineTileTitleLifelinenumberContainer .crisisManagementLifelineTileTitle{line-height:1.75rem}}.root-web-sdk #containerForm .crisisManagementHomeScreen .crisisManagementLifelineTile .LifelineTileTitleLifelinenumberContainer .Label-module__root[data-testid=crisisManagementLifelineTileTitle-label],.root-web-sdk #containerForm .home .crisisManagementLifelineTile .LifelineTileTitleLifelinenumberContainer .Label-module__root[data-testid=crisisManagementLifelineTileTitle-label],.root-web-sdk #containerForm .MyStrength .crisisManagementLifelineTile .LifelineTileTitleLifelinenumberContainer .Label-module__root[data-testid=crisisManagementLifelineTileTitle-label],.root-web-sdk #containerForm .ScreenContentField .crisisManagementLifelineTile .LifelineTileTitleLifelinenumberContainer .Label-module__root[data-testid=crisisManagementLifelineTileTitle-label]{width:100%;font-family:Effra;font-style:normal;font-weight:400;font-size:18px;line-height:1.5rem;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));flex:none;order:0;margin:0;flex-grow:1}@media (min-width: 768px){.root-web-sdk #containerForm .crisisManagementHomeScreen .crisisManagementLifelineTile .LifelineTileTitleLifelinenumberContainer .Label-module__root[data-testid=crisisManagementLifelineTileTitle-label],.root-web-sdk #containerForm .home .crisisManagementLifelineTile .LifelineTileTitleLifelinenumberContainer .Label-module__root[data-testid=crisisManagementLifelineTileTitle-label],.root-web-sdk #containerForm .MyStrength .crisisManagementLifelineTile .LifelineTileTitleLifelinenumberContainer .Label-module__root[data-testid=crisisManagementLifelineTileTitle-label],.root-web-sdk #containerForm .ScreenContentField .crisisManagementLifelineTile .LifelineTileTitleLifelinenumberContainer .Label-module__root[data-testid=crisisManagementLifelineTileTitle-label]{line-height:1.75rem}}.root-web-sdk #containerForm .crisisManagementHomeScreen .crisisManagementLifelineTile .LifelineTileTitleLifelinenumberContainer .crisisManagementLifelineTileLifelineNumber,.root-web-sdk #containerForm .home .crisisManagementLifelineTile .LifelineTileTitleLifelinenumberContainer .crisisManagementLifelineTileLifelineNumber,.root-web-sdk #containerForm .MyStrength .crisisManagementLifelineTile .LifelineTileTitleLifelinenumberContainer .crisisManagementLifelineTileLifelineNumber,.root-web-sdk #containerForm .ScreenContentField .crisisManagementLifelineTile .LifelineTileTitleLifelinenumberContainer .crisisManagementLifelineTileLifelineNumber{width:100%;font-family:Effra;font-style:normal;font-weight:500;font-size:26px;line-height:1.5rem;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));flex:none;order:0;flex-grow:1}@media (min-width: 768px){.root-web-sdk #containerForm .crisisManagementHomeScreen .crisisManagementLifelineTile .LifelineTileTitleLifelinenumberContainer .crisisManagementLifelineTileLifelineNumber,.root-web-sdk #containerForm .home .crisisManagementLifelineTile .LifelineTileTitleLifelinenumberContainer .crisisManagementLifelineTileLifelineNumber,.root-web-sdk #containerForm .MyStrength .crisisManagementLifelineTile .LifelineTileTitleLifelinenumberContainer .crisisManagementLifelineTileLifelineNumber,.root-web-sdk #containerForm .ScreenContentField .crisisManagementLifelineTile .LifelineTileTitleLifelinenumberContainer .crisisManagementLifelineTileLifelineNumber{line-height:2rem}}.root-web-sdk #containerForm .crisisManagementHomeScreen .crisisManagementLifelineTile .LifelineTileTitleLifelinenumberContainer .Label-module__root[data-testid=crisisManagementLifelineTileLifelineNumber-label],.root-web-sdk #containerForm .home .crisisManagementLifelineTile .LifelineTileTitleLifelinenumberContainer .Label-module__root[data-testid=crisisManagementLifelineTileLifelineNumber-label],.root-web-sdk #containerForm .MyStrength .crisisManagementLifelineTile .LifelineTileTitleLifelinenumberContainer .Label-module__root[data-testid=crisisManagementLifelineTileLifelineNumber-label],.root-web-sdk #containerForm .ScreenContentField .crisisManagementLifelineTile .LifelineTileTitleLifelinenumberContainer .Label-module__root[data-testid=crisisManagementLifelineTileLifelineNumber-label]{width:100%;font-family:Effra;font-style:normal;font-weight:500;font-size:26px;line-height:1.5rem;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));flex:none;order:0;flex-grow:1}@media (min-width: 768px){.root-web-sdk #containerForm .crisisManagementHomeScreen .crisisManagementLifelineTile .LifelineTileTitleLifelinenumberContainer .Label-module__root[data-testid=crisisManagementLifelineTileLifelineNumber-label],.root-web-sdk #containerForm .home .crisisManagementLifelineTile .LifelineTileTitleLifelinenumberContainer .Label-module__root[data-testid=crisisManagementLifelineTileLifelineNumber-label],.root-web-sdk #containerForm .MyStrength .crisisManagementLifelineTile .LifelineTileTitleLifelinenumberContainer .Label-module__root[data-testid=crisisManagementLifelineTileLifelineNumber-label],.root-web-sdk #containerForm .ScreenContentField .crisisManagementLifelineTile .LifelineTileTitleLifelinenumberContainer .Label-module__root[data-testid=crisisManagementLifelineTileLifelineNumber-label]{line-height:2rem}}.root-web-sdk #containerForm .crisisManagementHomeScreen .crisisManagementHomeScreenTitleTile,.root-web-sdk #containerForm .crisisManagementHomeScreen .crisisManagementLifelineTile,.root-web-sdk #containerForm .crisisManagementHomeScreen .YouAreNotAloneTitleTile,.root-web-sdk #containerForm .home .crisisManagementHomeScreenTitleTile,.root-web-sdk #containerForm .home .crisisManagementLifelineTile,.root-web-sdk #containerForm .home .YouAreNotAloneTitleTile,.root-web-sdk #containerForm .MyStrength .crisisManagementHomeScreenTitleTile,.root-web-sdk #containerForm .MyStrength .crisisManagementLifelineTile,.root-web-sdk #containerForm .MyStrength .YouAreNotAloneTitleTile,.root-web-sdk #containerForm .ScreenContentField .crisisManagementHomeScreenTitleTile,.root-web-sdk #containerForm .ScreenContentField .crisisManagementLifelineTile,.root-web-sdk #containerForm .ScreenContentField .YouAreNotAloneTitleTile{display:flex;flex-direction:column;align-items:flex-start;align-items:stretch}.root-web-sdk #containerForm .crisisManagementHomeScreen .crisisManagementCrisisCardTile,.root-web-sdk #containerForm .crisisManagementHomeScreen .crisisManagementLifelineTile,.root-web-sdk #containerForm .crisisManagementHomeScreen .myStrengthHomeScreenCrisisCardTile,.root-web-sdk #containerForm .home .crisisManagementCrisisCardTile,.root-web-sdk #containerForm .home .crisisManagementLifelineTile,.root-web-sdk #containerForm .home .myStrengthHomeScreenCrisisCardTile,.root-web-sdk #containerForm .MyStrength .crisisManagementCrisisCardTile,.root-web-sdk #containerForm .MyStrength .crisisManagementLifelineTile,.root-web-sdk #containerForm .MyStrength .myStrengthHomeScreenCrisisCardTile,.root-web-sdk #containerForm .ScreenContentField .crisisManagementCrisisCardTile,.root-web-sdk #containerForm .ScreenContentField .crisisManagementLifelineTile,.root-web-sdk #containerForm .ScreenContentField .myStrengthHomeScreenCrisisCardTile{box-shadow:0 1px 4px 1px rgba(0,0,0,0.08);border-radius:12px;width:100%;padding:1.5rem}.root-web-sdk #containerForm .crisisManagementHomeScreen .crisisManagementCrisisCardTile,.root-web-sdk #containerForm .crisisManagementHomeScreen .crisisManagementHomeScreenTitleTile,.root-web-sdk #containerForm .crisisManagementHomeScreen .crisisManagementLifelineTile,.root-web-sdk #containerForm .crisisManagementHomeScreen .myStrengthHomeScreenCrisisCardTile,.root-web-sdk #containerForm .crisisManagementHomeScreen .YouAreNotAloneTitleTile,.root-web-sdk #containerForm .home .crisisManagementCrisisCardTile,.root-web-sdk #containerForm .home .crisisManagementHomeScreenTitleTile,.root-web-sdk #containerForm .home .crisisManagementLifelineTile,.root-web-sdk #containerForm .home .myStrengthHomeScreenCrisisCardTile,.root-web-sdk #containerForm .home .YouAreNotAloneTitleTile,.root-web-sdk #containerForm .MyStrength .crisisManagementCrisisCardTile,.root-web-sdk #containerForm .MyStrength .crisisManagementHomeScreenTitleTile,.root-web-sdk #containerForm .MyStrength .crisisManagementLifelineTile,.root-web-sdk #containerForm .MyStrength .myStrengthHomeScreenCrisisCardTile,.root-web-sdk #containerForm .MyStrength .YouAreNotAloneTitleTile,.root-web-sdk #containerForm .ScreenContentField .crisisManagementCrisisCardTile,.root-web-sdk #containerForm .ScreenContentField .crisisManagementHomeScreenTitleTile,.root-web-sdk #containerForm .ScreenContentField .crisisManagementLifelineTile,.root-web-sdk #containerForm .ScreenContentField .myStrengthHomeScreenCrisisCardTile,.root-web-sdk #containerForm .ScreenContentField .YouAreNotAloneTitleTile{width:100%;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));flex:none;order:0;flex-grow:0}@media (min-width: 280px){.root-web-sdk #containerForm .crisisManagementHomeScreen .crisisManagementCrisisCardTile,.root-web-sdk #containerForm .crisisManagementHomeScreen .crisisManagementHomeScreenTitleTile,.root-web-sdk #containerForm .crisisManagementHomeScreen .crisisManagementLifelineTile,.root-web-sdk #containerForm .crisisManagementHomeScreen .myStrengthHomeScreenCrisisCardTile,.root-web-sdk #containerForm .crisisManagementHomeScreen .YouAreNotAloneTitleTile,.root-web-sdk #containerForm .home .crisisManagementCrisisCardTile,.root-web-sdk #containerForm .home .crisisManagementHomeScreenTitleTile,.root-web-sdk #containerForm .home .crisisManagementLifelineTile,.root-web-sdk #containerForm .home .myStrengthHomeScreenCrisisCardTile,.root-web-sdk #containerForm .home .YouAreNotAloneTitleTile,.root-web-sdk #containerForm .MyStrength .crisisManagementCrisisCardTile,.root-web-sdk #containerForm .MyStrength .crisisManagementHomeScreenTitleTile,.root-web-sdk #containerForm .MyStrength .crisisManagementLifelineTile,.root-web-sdk #containerForm .MyStrength .myStrengthHomeScreenCrisisCardTile,.root-web-sdk #containerForm .MyStrength .YouAreNotAloneTitleTile,.root-web-sdk #containerForm .ScreenContentField .crisisManagementCrisisCardTile,.root-web-sdk #containerForm .ScreenContentField .crisisManagementHomeScreenTitleTile,.root-web-sdk #containerForm .ScreenContentField .crisisManagementLifelineTile,.root-web-sdk #containerForm .ScreenContentField .myStrengthHomeScreenCrisisCardTile,.root-web-sdk #containerForm .ScreenContentField .YouAreNotAloneTitleTile{width:100%}}.root-web-sdk #containerForm .crisisManagementHomeScreen .HomeAnswerField,.root-web-sdk #containerForm .home .HomeAnswerField,.root-web-sdk #containerForm .MyStrength .HomeAnswerField,.root-web-sdk #containerForm .ScreenContentField .HomeAnswerField{font-family:Effra,Arial,sans-serif;font-style:normal;font-weight:400;font-size:15px;line-height:20px;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));flex:none;align-self:stretch;flex-grow:0;padding:0 0 8px}@media (min-width: 280px){.root-web-sdk #containerForm .crisisManagementHomeScreen .HomeAnswerField,.root-web-sdk #containerForm .home .HomeAnswerField,.root-web-sdk #containerForm .MyStrength .HomeAnswerField,.root-web-sdk #containerForm .ScreenContentField .HomeAnswerField{width:231px;height:20px}}@media (min-width: 768px){.root-web-sdk #containerForm .crisisManagementHomeScreen .HomeAnswerField,.root-web-sdk #containerForm .home .HomeAnswerField,.root-web-sdk #containerForm .MyStrength .HomeAnswerField,.root-web-sdk #containerForm .ScreenContentField .HomeAnswerField{width:576px;height:20px}}.root-web-sdk #containerForm .crisisManagementHomeScreen .HomeScreenButtonElements,.root-web-sdk #containerForm .home .HomeScreenButtonElements,.root-web-sdk #containerForm .MyStrength .HomeScreenButtonElements,.root-web-sdk #containerForm .ScreenContentField .HomeScreenButtonElements{display:flex;flex-direction:row;align-items:center;padding:0;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));flex:none;order:0;flex-grow:0}.root-web-sdk #containerForm .crisisManagementHomeScreen .HomeScreenButtonElements .HomeVerticalLine,.root-web-sdk #containerForm .home .HomeScreenButtonElements .HomeVerticalLine,.root-web-sdk #containerForm .MyStrength .HomeScreenButtonElements .HomeVerticalLine,.root-web-sdk #containerForm .ScreenContentField .HomeScreenButtonElements .HomeVerticalLine{font-family:Effra,Arial,sans-serif;font-style:normal;font-weight:500;font-size:1.125rem;line-height:20px;display:flex;align-items:center;--text-opacity:1;color:#000;color:rgba(0, 0, 0, var(--text-opacity));flex:none;flex-grow:0}@media (min-width: 280px){.root-web-sdk #containerForm .crisisManagementHomeScreen .HomeScreenButtonElements .HomeVerticalLine,.root-web-sdk #containerForm .home .HomeScreenButtonElements .HomeVerticalLine,.root-web-sdk #containerForm .MyStrength .HomeScreenButtonElements .HomeVerticalLine,.root-web-sdk #containerForm .ScreenContentField .HomeScreenButtonElements .HomeVerticalLine{height:20px}}@media (min-width: 768px){.root-web-sdk #containerForm .crisisManagementHomeScreen .HomeScreenButtonElements .HomeVerticalLine,.root-web-sdk #containerForm .home .HomeScreenButtonElements .HomeVerticalLine,.root-web-sdk #containerForm .MyStrength .HomeScreenButtonElements .HomeVerticalLine,.root-web-sdk #containerForm .ScreenContentField .HomeScreenButtonElements .HomeVerticalLine{height:1.25rem}}.root-web-sdk #containerForm .MyStrengthCrisisManagementHomeNextButtonContainer{--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity))}@media (min-width: 280px){.root-web-sdk #containerForm .MyStrengthCrisisManagementHomeNextButtonContainer{display:flex;flex-direction:row;justify-content:center;align-items:flex-end;padding-top:1.5rem;padding-bottom:1.5rem;gap:10px;width:100%;flex:none;order:1;flex-grow:0}}@media (min-width: 768px){.root-web-sdk #containerForm .MyStrengthCrisisManagementHomeNextButtonContainer{display:block;padding-top:24px;padding-right:15px}}@media (min-width: 280px){.root-web-sdk #containerForm .MyStrengthCrisisManagementHomeNextButtonContainer .ModernizedButton-button-wrapper-web-sdk{width:100%}}.root-web-sdk #containerForm .MyStrengthCrisisManagementHomeNextButtonContainer button[name=MyStrengthCrisisManagementHomeNextButton]{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:13px 31px}@media (min-width: 280px){.root-web-sdk #containerForm .MyStrengthCrisisManagementHomeNextButtonContainer button[name=MyStrengthCrisisManagementHomeNextButton]{width:100%}}@media (min-width: 768px){.root-web-sdk #containerForm .MyStrengthCrisisManagementHomeNextButtonContainer button[name=MyStrengthCrisisManagementHomeNextButton]{width:104px;float:right}}.root-web-sdk #containerForm .Button-module__root[data-testid=crisisManagementCallButton-button]{display:block;width:94px;height:48px}.root-web-sdk #containerForm .crisisManagementHomeScreen,.root-web-sdk #containerForm .home,.root-web-sdk #containerForm .MyStrength{margin-left:1rem;margin-right:1rem}@media (min-width: 375px){.root-web-sdk #containerForm .crisisManagementHomeScreen,.root-web-sdk #containerForm .home,.root-web-sdk #containerForm .MyStrength{margin-left:1.5rem;margin-right:1.5rem}}@media (min-width: 768px){.root-web-sdk #containerForm .crisisManagementHomeScreen,.root-web-sdk #containerForm .home,.root-web-sdk #containerForm .MyStrength{margin-left:0;margin-right:0}}.root-web-sdk #containerForm .crisisManagementHomeScreen,.root-web-sdk #containerForm .home,.root-web-sdk #containerForm .MyStrength{max-width:48rem}.root-web-sdk #containerForm .MyStrengthAssessmentResultsTransition .title-web-sdk{font-weight:700;width:496px;height:2.5rem;font-size:37px;line-height:2.5rem;fill:#171717;margin-bottom:1rem;text-align:center}.root-web-sdk #containerForm .MyStrengthAssessmentResultsTransition .MyStrengthResultsTransitionFeedbackText{font-weight:400;width:496px;font-size:1.125rem;fill:#171717;margin-bottom:1.5rem}.root-web-sdk #containerForm .MyStrengthAssessmentResultsTransition .image-wrapper-web-sdk{width:496px !important;margin-bottom:1.5rem}.root-web-sdk #containerForm .MyStrengthAssessmentResultsTransition .MyStrengthResultsTransitionFooterText{font-weight:400;width:496px;font-size:1.125rem;fill:#171717;margin-bottom:1.5rem}.root-web-sdk #containerForm .MyStrengthAssessmentResultsTransition .ModernizedButton-button-wrapper-web-sdk{display:flex;justify-content:flex-end;width:496px}.root-web-sdk #containerForm .MyStrengthAssessmentResultsTransition .ModernizedButton-button-wrapper-web-sdk .modernizedButton{width:106px}.root-web-sdk .TDFieldOptionHidden{display:none !important}.root-web-sdk #containerForm .guide .button-left-arrow-web-sdk{display:none}.root-web-sdk #containerForm .guide .screen-fields-web-sdk{display:grid;grid-template-columns:repeat(6, minmax(0, 1fr));grid-auto-rows:auto;padding-bottom:1.25rem}@media (min-width: 768px){.root-web-sdk #containerForm .guide .screen-fields-web-sdk{display:grid;grid-template-columns:70px auto auto auto auto auto}}.root-web-sdk #containerForm .guide .screen-fields-web-sdk .GuidesTextWeb{display:none}@media (min-width: 768px){.root-web-sdk #containerForm .guide .screen-fields-web-sdk .GuidesTextWeb{display:block;grid-column-start:1;grid-column-end:7;grid-row-start:1;grid-row-end:1;font-size:2.813rem;font-weight:700}}@media (max-width: 767px){.root-web-sdk #containerForm .guide .screen-fields-web-sdk .image-wrapper-web-sdk.TDFieldOptionExternalImage{grid-column-start:1 !important;grid-column-end:7 !important;margin:auto}}.root-web-sdk #containerForm .guide .screen-fields-web-sdk .image-wrapper-web-sdk{grid-column-start:1;grid-column-end:7;grid-row-start:1 !important;grid-row-end:1 !important;margin:auto;width:60px !important;height:60px !important}@media (min-width: 768px){.root-web-sdk #containerForm .guide .screen-fields-web-sdk .image-wrapper-web-sdk{grid-row-start:2 !important;grid-row-end:2 !important;grid-column-start:1 !important;grid-column-end:2 !important;text-align:left;display:flex;justify-content:flex-start;float:left}}@media (min-width: 1440px){.root-web-sdk #containerForm .guide .screen-fields-web-sdk .image-wrapper-web-sdk{grid-column-start:1 !important;grid-column-end:2 !important}}.root-web-sdk #containerForm .guide .screen-fields-web-sdk .image-wrapper-web-sdk .image-container-web-sdk{width:60px !important;height:60px !important}.root-web-sdk #containerForm .guide .screen-fields-web-sdk .image-wrapper-web-sdk .image-container-web-sdk .image-web-sdk{border-radius:9999px}.root-web-sdk #containerForm .guide .screen-fields-web-sdk .GuidesIntroHeading{display:flex;padding-top:1rem;grid-column-start:1;grid-column-end:7;grid-row-start:2;grid-row-end:2;font-weight:700;margin-bottom:0;font-size:1.5rem;align-items:center;padding-left:1rem;padding-right:1rem}@media (min-width: 576px){.root-web-sdk #containerForm .guide .screen-fields-web-sdk .GuidesIntroHeading{grid-row-start:2;grid-row-end:2;grid-column-start:1;grid-column-end:5;padding-left:0;padding-right:0}}@media (min-width: 768px){.root-web-sdk #containerForm .guide .screen-fields-web-sdk .GuidesIntroHeading{grid-row-start:2;grid-row-end:2;grid-column-start:2;grid-column-end:7;margin-bottom:0;margin-left:1rem}}@media (min-width: 1440px){.root-web-sdk #containerForm .guide .screen-fields-web-sdk .GuidesIntroHeading{grid-row-start:2;grid-row-end:2;grid-column-start:2;grid-column-end:5;font-size:1.875rem;margin-top:-7px}}.root-web-sdk #containerForm .guide .screen-fields-web-sdk .label-title-websdk{display:none}.root-web-sdk #containerForm .guide .screen-fields-web-sdk .GuidesHideField,.root-web-sdk #containerForm .guide .screen-fields-web-sdk .GuidesViewField{display:flex;grid-column-start:1;grid-column-end:7;grid-row-start:3;grid-row-end:3;--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity));font-weight:500;margin-bottom:0;margin-top:1rem;padding-left:1rem;padding-right:1rem}@media (min-width: 576px){.root-web-sdk #containerForm .guide .screen-fields-web-sdk .GuidesHideField,.root-web-sdk #containerForm .guide .screen-fields-web-sdk .GuidesViewField{justify-content:flex-end;align-items:center;grid-row-start:2;grid-row-end:2;grid-column-start:5;grid-column-end:7;padding-left:0;padding-right:0}}@media (min-width: 768px){.root-web-sdk #containerForm .guide .screen-fields-web-sdk .GuidesHideField,.root-web-sdk #containerForm .guide .screen-fields-web-sdk .GuidesViewField{grid-row-start:3;grid-row-end:3;grid-column-start:1;grid-column-end:7;justify-content:flex-start;margin-top:1rem}}@media (min-width: 1440px){.root-web-sdk #containerForm .guide .screen-fields-web-sdk .GuidesHideField,.root-web-sdk #containerForm .guide .screen-fields-web-sdk .GuidesViewField{grid-row-start:2;grid-row-end:2;grid-column-start:5;grid-column-end:7;display:flex;justify-content:flex-end}}.root-web-sdk #containerForm .guide .screen-fields-web-sdk .AboutCoachBiography{grid-column-start:1;grid-column-end:7;grid-row-start:4;grid-row-end:4;margin-bottom:1rem;margin-top:2.25rem;padding-left:1rem;padding-right:1rem}@media (min-width: 576px){.root-web-sdk #containerForm .guide .screen-fields-web-sdk .AboutCoachBiography{margin-top:.5rem;padding-left:0;padding-right:0}}@media (min-width: 768px){.root-web-sdk #containerForm .guide .screen-fields-web-sdk .AboutCoachBiography{margin-top:1rem;margin-bottom:1rem}}.root-web-sdk #containerForm .guide .screen-fields-web-sdk .field-wrapper-web-sdk{grid-column-start:1;grid-column-end:7;grid-row-start:5;grid-row-end:5;margin-bottom:0;margin-top:1.5rem;padding-left:1rem;padding-right:1rem}@media (min-width: 576px){.root-web-sdk #containerForm .guide .screen-fields-web-sdk .field-wrapper-web-sdk{padding-left:0;padding-right:0}}.root-web-sdk #containerForm .guide .screen-fields-web-sdk .button-GuidesIntroSendMessageButton{width:179px;border-radius:30px;display:flex;justify-content:center;margin-top:1rem !important;margin-bottom:1rem !important;margin-left:1rem;grid-column-start:1;grid-column-end:4;grid-row-start:6;grid-row-end:6}@media (min-width: 576px){.root-web-sdk #containerForm .guide .screen-fields-web-sdk .button-GuidesIntroSendMessageButton{grid-column-start:1;grid-column-end:3;margin-left:0}}.root-web-sdk #containerForm .guide .screen-fields-web-sdk .GuidesMessagesContainer{grid-column-start:1;grid-column-end:7;grid-row-start:7;grid-row-end:auto}.root-web-sdk #containerForm .guide .screen-fields-web-sdk .GuidesMessagesContainer div[class*=mystrengthGuidesMessageTileFROM_COACH]{padding:2rem;margin-bottom:.75rem;box-shadow:0 4px 10px rgba(0,0,0,0.16);display:grid;grid-template-columns:repeat(6, minmax(0, 1fr));grid-auto-rows:auto}.root-web-sdk #containerForm .guide .screen-fields-web-sdk .GuidesMessagesContainer div[class*=mystrengthGuidesMessageTileFROM_COACH] .image-wrapper-web-sdk{grid-column-start:6 !important;grid-column-end:7 !important;grid-row-start:1 !important;grid-row-end:2 !important;width:2rem !important;height:2rem !important;display:block;align-items:flex-start;justify-self:end;margin:0}.root-web-sdk #containerForm .guide .screen-fields-web-sdk .GuidesMessagesContainer div[class*=mystrengthGuidesMessageTileFROM_COACH] .image-wrapper-web-sdk .image-container-web-sdk{width:2rem !important;height:2rem !important;margin-left:auto}.root-web-sdk #containerForm .guide .screen-fields-web-sdk .GuidesMessagesContainer div[class*=mystrengthGuidesMessageTileFROM_COACH] .image-wrapper-web-sdk .image-container-web-sdk .image-web-sdk{border-radius:9999px}.root-web-sdk #containerForm .guide .screen-fields-web-sdk .GuidesMessagesContainer div[class*=mystrengthGuidesMessageTileFROM_COACH] .image-wrapper-web-sdk .image-container-web-sdk .placeholder-websdk{display:flex;--bg-opacity:1;background-color:#5b2f91;background-color:rgba(91, 47, 145, var(--bg-opacity));--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity));border-radius:50%;width:32px;height:32px}.root-web-sdk #containerForm .guide .screen-fields-web-sdk .GuidesMessagesContainer div[class*=mystrengthGuidesMessageTileFROM_COACH] .GuidesFromCoachTitleMobile{grid-column-start:1;grid-column-end:6;grid-row-start:1;grid-row-end:2;font-size:1.125rem;font-weight:700;line-height:1.75rem;margin-bottom:0}.root-web-sdk #containerForm .guide .screen-fields-web-sdk .GuidesMessagesContainer div[class*=mystrengthGuidesMessageTileFROM_COACH] .GuidesFromCoachMessage{grid-column-start:1;grid-column-end:7;grid-row-start:2;grid-row-end:auto;margin-bottom:0;margin-top:1rem}.root-web-sdk #containerForm .guide .screen-fields-web-sdk .GuidesMessagesContainer div[class*=mystrengthGuidesMessageTileFROM_COACH] div[class*=GuidesMessageAttachment]{display:flex;grid-column-start:1;grid-column-end:7;grid-row-start:auto;grid-row-end:auto;margin-top:1rem}.root-web-sdk #containerForm .guide .screen-fields-web-sdk .GuidesMessagesContainer div[class*=mystrengthGuidesMessageTileFROM_COACH] div[class*=GuidesMessageAttachment] .container-content{display:flex;align-items:center}.root-web-sdk #containerForm .guide .screen-fields-web-sdk .GuidesMessagesContainer div[class*=mystrengthGuidesMessageTileFROM_COACH] div[class*=GuidesMessageAttachment] .image-wrapper-web-sdk{grid-column-start:1;grid-column-end:1;grid-row-start:1;grid-row-end:1;width:3.8rem !important;height:4rem !important}.root-web-sdk #containerForm .guide .screen-fields-web-sdk .GuidesMessagesContainer div[class*=mystrengthGuidesMessageTileFROM_COACH] div[class*=GuidesMessageAttachment] .image-wrapper-web-sdk .image-container-web-sdk{width:3.8rem !important;height:4rem !important}.root-web-sdk #containerForm .guide .screen-fields-web-sdk .GuidesMessagesContainer div[class*=mystrengthGuidesMessageTileFROM_COACH] div[class*=GuidesMessageAttachment] .image-wrapper-web-sdk .image-container-web-sdk .AttachmentActivityImage{border-radius:.375rem}.root-web-sdk #containerForm .guide .screen-fields-web-sdk .GuidesMessagesContainer div[class*=mystrengthGuidesMessageTileFROM_COACH] div[class*=GuidesMessageAttachment] .AttachmentActivityText{align-items:center;grid-column-start:2;grid-column-end:7;grid-row-start:1;grid-row-end:auto;padding-left:1rem;margin-bottom:0;font-size:1.25rem}@media (min-width: 576px){.root-web-sdk #containerForm .guide .screen-fields-web-sdk .GuidesMessagesContainer div[class*=mystrengthGuidesMessageTileFROM_COACH] div[class*=GuidesMessageAttachment] .AttachmentActivityText{font-size:1.25rem}}@media (min-width: 768px){.root-web-sdk #containerForm .guide .screen-fields-web-sdk .GuidesMessagesContainer div[class*=mystrengthGuidesMessageTileFROM_COACH] div[class*=GuidesMessageAttachment] .AttachmentActivityText{font-size:1.625rem;font-weight:700}}@media (min-width: 1440px){.root-web-sdk #containerForm .guide .screen-fields-web-sdk .GuidesMessagesContainer div[class*=mystrengthGuidesMessageTileFROM_COACH] div[class*=GuidesMessageAttachment] .AttachmentActivityText{margin-top:1.25rem}}.root-web-sdk #containerForm .guide .screen-fields-web-sdk .GuidesMessagesContainer div[class*=mystrengthGuidesMessageTileTO_COACH]{padding:1.5rem;margin-bottom:.75rem;box-shadow:0 4px 10px rgba(0,0,0,0.16);display:grid;grid-template-columns:50px auto auto auto auto auto}.root-web-sdk #containerForm .guide .screen-fields-web-sdk .GuidesMessagesContainer div[class*=mystrengthGuidesMessageTileTO_COACH] .image-wrapper-web-sdk{grid-column-start:1;grid-column-end:2;grid-row-start:1 !important;grid-row-end:2 !important;display:block;align-items:flex-start;justify-self:start;margin-right:0}.root-web-sdk #containerForm .guide .screen-fields-web-sdk .GuidesMessagesContainer div[class*=mystrengthGuidesMessageTileTO_COACH] .image-wrapper-web-sdk .image-container-web-sdk{width:2rem !important;height:2rem !important}.root-web-sdk #containerForm .guide .screen-fields-web-sdk .GuidesMessagesContainer div[class*=mystrengthGuidesMessageTileTO_COACH] .image-wrapper-web-sdk .image-container-web-sdk .image-web-sdk{border-radius:9999px}.root-web-sdk #containerForm .guide .screen-fields-web-sdk .GuidesMessagesContainer div[class*=mystrengthGuidesMessageTileTO_COACH] .image-wrapper-web-sdk .image-container-web-sdk .placeholder-websdk{display:flex;border-radius:50%;--bg-opacity:1;background-color:#5b2f91;background-color:rgba(91, 47, 145, var(--bg-opacity));--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity));width:32px;height:32px;justify-content:center;align-items:center}.root-web-sdk #containerForm .guide .screen-fields-web-sdk .GuidesMessagesContainer div[class*=mystrengthGuidesMessageTileTO_COACH] .GuidesToCoachTitleMobile{margin-left:-5px;grid-column-start:2;grid-column-end:7;grid-row-start:1;grid-row-end:2;font-size:1.125rem;font-weight:700;line-height:1.75rem;margin-bottom:1.125rem}.root-web-sdk #containerForm .guide .screen-fields-web-sdk .GuidesMessagesContainer div[class*=mystrengthGuidesMessageTileTO_COACH] .GuidesToCoachMessage{grid-column-start:1;grid-column-end:7;grid-row-start:2;grid-row-end:auto;margin-bottom:0}.root-web-sdk #containerForm .guide .screen-fields-web-sdk .GuidesMessagesContainer div[class*=mystrengthGuidesMessageTileSYSTEM]{padding:1.5rem;margin-bottom:.75rem;--bg-opacity:1;background-color:#e2f3ff;background-color:rgba(226, 243, 255, var(--bg-opacity))}.root-web-sdk #containerForm .guide .screen-fields-web-sdk .GuidesMessagesContainer div[class*=mystrengthGuidesMessageTileSYSTEM] .GuidesSystemMessage{display:flex;align-items:center}.root-web-sdk #containerForm .guide .screen-fields-web-sdk .GuidesMessagesContainer div[class*=mystrengthGuidesMessageTileSYSTEM] .GuidesSystemMessage .GuidesSystemMessageIconField{width:50px;height:50px;background-image:url(https://assets.livongo.com/image/upload/v1713187879/web-sdk/icons/icon_tdh_system_message.svg);background-repeat:no-repeat;background-size:cover}@media (min-width: 576px){.root-web-sdk #containerForm .guide .screen-fields-web-sdk .GuidesMessagesContainer div[class*=mystrengthGuidesMessageTileSYSTEM] .GuidesSystemMessage .GuidesSystemMessageIconField{width:5rem;height:5rem}}.root-web-sdk #containerForm .guide .screen-fields-web-sdk .GuidesMessagesContainer div[class*=mystrengthGuidesMessageTileSYSTEM] .GuidesSystemMessage .GuidesSystemMessageText{font-size:1.125rem;margin-bottom:0;margin-left:1rem}.root-web-sdk #containerForm .guide .screen-fields-web-sdk .GuidesMessagesDialogField{position:absolute;top:93%;right:0;box-shadow:0 12px 30px rgba(0,0,0,0.16);border-radius:.5rem;border-top-width:4px;--border-opacity:1;border-color:#38a169;border-color:rgba(56, 161, 105, var(--border-opacity));--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));padding:.75rem;width:327px;display:grid;grid-template-columns:repeat(12, minmax(0, 1fr));grid-template-rows:repeat(2, minmax(0, 1fr));grid-template-rows:30px 40px}.root-web-sdk #containerForm .guide .screen-fields-web-sdk .GuidesMessagesDialogField .DialogTitleText{font-weight:700;margin-bottom:1rem;grid-column-start:3;grid-column-end:11;grid-row-start:1;grid-row-end:auto}.root-web-sdk #containerForm .guide .screen-fields-web-sdk .GuidesMessagesDialogField .DialogBodyText{grid-column-start:3;grid-column-end:11;grid-row-start:2;grid-row-end:auto}.root-web-sdk #containerForm .guide .screen-fields-web-sdk .GuidesMessagesDialogField .ic_tdh_check_circle{background-image:url(https://assets.livongo.com/image/upload/v1713283335/web-sdk/icons/check-circle-active.svg);width:1.25rem;height:1.25rem;grid-column-start:1;grid-column-end:2;grid-row-start:1;grid-row-end:1}.root-web-sdk #containerForm .guide .screen-fields-web-sdk .GuidesMessagesDialogField .ic_pulse_close_default{background-image:url(https://assets.livongo.com/image/upload/v1713279106/web-sdk/icons/pulse-dialog-close.svg);grid-column-start:12;grid-column-end:12;grid-row-start:1;grid-row-end:1}.root-web-sdk #containerForm .guide .screen-fields-web-sdk .GuidesIntroScreenContainer{grid-column-start:1;grid-column-end:7;grid-row-start:1;grid-row-end:auto;display:grid;grid-template-columns:repeat(6, minmax(0, 1fr));grid-auto-rows:auto}@media (min-width: 768px){.root-web-sdk #containerForm .guide .screen-fields-web-sdk .GuidesIntroScreenContainer{display:grid;grid-template-columns:70px auto auto auto auto auto}}.root-web-sdk #containerForm .guide .screen-fields-web-sdk .GuidesIntroScreenContainer .GuidesTextWeb{display:none}@media (min-width: 768px){.root-web-sdk #containerForm .guide .screen-fields-web-sdk .GuidesIntroScreenContainer .GuidesTextWeb{font-size:2.813rem;font-weight:700;display:block;grid-column-start:1;grid-column-end:7;grid-row-start:1;grid-row-end:1}}.root-web-sdk #containerForm .guide .screen-fields-web-sdk .GuidesIntroScreenContainer .image-wrapper-web-sdk{grid-column-start:1;grid-column-end:7;grid-row-start:1;grid-row-end:1;display:flex;align-items:flex-start}@media (min-width: 768px){.root-web-sdk #containerForm .guide .screen-fields-web-sdk .GuidesIntroScreenContainer .image-wrapper-web-sdk{grid-column-start:1;grid-column-end:2;grid-row-start:2;grid-row-end:2;text-align:left;display:flex;justify-content:flex-start;float:left}}@media (min-width: 1440px){.root-web-sdk #containerForm .guide .screen-fields-web-sdk .GuidesIntroScreenContainer .image-wrapper-web-sdk{grid-column-start:1;grid-column-end:2}}.root-web-sdk #containerForm .guide .screen-fields-web-sdk .GuidesIntroScreenContainer .image-wrapper-web-sdk .image-container-web-sdk{width:3.8rem !important;height:4rem !important}.root-web-sdk #containerForm .guide .screen-fields-web-sdk .GuidesIntroScreenContainer .image-wrapper-web-sdk .image-container-web-sdk .image-web-sdk{border-radius:9999px}.root-web-sdk #containerForm .guide .screen-fields-web-sdk .GuidesIntroScreenContainer .GuidesIntroHeading{padding-top:.75rem;grid-column-start:1;grid-column-end:7;grid-row-start:2;grid-row-end:2;font-size:1.5rem;font-weight:700;margin-bottom:0}@media (min-width: 768px){.root-web-sdk #containerForm .guide .screen-fields-web-sdk .GuidesIntroScreenContainer .GuidesIntroHeading{grid-row-start:2;grid-row-end:2;grid-column-start:2;grid-column-end:7;margin-bottom:0;margin-top:.25rem;font-size:1.875rem;margin-left:1rem}}.root-web-sdk #containerForm .guide .screen-fields-web-sdk .GuidesIntroScreenContainer .GuidesIntroText{margin-top:.75rem;grid-column-start:1;grid-column-end:7;grid-row-start:3;grid-row-end:3;margin-bottom:0}@media (min-width: 768px){.root-web-sdk #containerForm .guide .screen-fields-web-sdk .GuidesIntroScreenContainer .GuidesIntroText{margin-bottom:.5rem;margin-top:1.5rem;font-size:1.125rem;grid-row-start:4;grid-row-end:4}}.root-web-sdk #containerForm .guide .screen-fields-web-sdk .GuidesIntroScreenContainer .GuidesIntroText+.field-wrapper-web-sdk{margin-top:1rem}.root-web-sdk #containerForm .guide .screen-fields-web-sdk .GuidesIntroScreenContainer .field-wrapper-web-sdk{grid-column-start:1;grid-column-end:7;grid-row-start:4;grid-row-end:4}@media (min-width: 768px){.root-web-sdk #containerForm .guide .screen-fields-web-sdk .GuidesIntroScreenContainer .field-wrapper-web-sdk{grid-row-start:5;grid-row-end:5}}.root-web-sdk #containerForm .guide .screen-fields-web-sdk .GuidesIntroScreenContainer .button-GuidesIntroSendMessageButton{grid-column-start:1;grid-column-end:3;grid-row-start:5;grid-row-end:5}@media (min-width: 768px){.root-web-sdk #containerForm .guide .screen-fields-web-sdk .GuidesIntroScreenContainer .button-GuidesIntroSendMessageButton{grid-row-start:6;grid-row-end:6}}.root-web-sdk #containerForm .guide .screen-fields-web-sdk .GuidesIntroScreenContainer .GuidesIntroMessageConfirmationText{grid-column-start:1;grid-column-end:7;font-size:.875rem;grid-row-start:6;grid-row-end:auto}@media (min-width: 768px){.root-web-sdk #containerForm .guide .screen-fields-web-sdk .GuidesIntroScreenContainer .GuidesIntroMessageConfirmationText{font-size:.938rem;grid-row-start:7;grid-row-end:auto}}.root-web-sdk .MyStrengthCrisisOutreachHomeScreen .modernized-field-wrapper-web-sdk,.root-web-sdk .MyStrengthCrisisOutreachHomeScreen .text-web-sdk,.root-web-sdk .MyStrengthCrisisOutreachHomeScreen .title-web-sdk{margin-bottom:0 !important}.root-web-sdk .TextInput-module__root[data-testid=MyStrengthCrisisPlanOutrangeFirstName-text-input-root],.root-web-sdk .TextInput-module__root[data-testid=MyStrengthCrisisPlanOutrangeLastName-text-input-root],.root-web-sdk .TextInput-module__root[data-testid=MyStrengthCrisisPlanOutrangePhoneNumber-text-input-root]{margin-bottom:0}.root-web-sdk #containerForm .crisisOutreachHomeScreen{display:flex;flex-direction:column;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));grid-gap:1.5rem;gap:1.5rem;flex:none;order:0;flex-grow:0;margin:0 auto}@media (min-width: 280px){.root-web-sdk #containerForm .crisisOutreachHomeScreen{width:100%;padding:1.5rem}}@media (min-width: 768px){.root-web-sdk #containerForm .crisisOutreachHomeScreen{width:328px;padding:0}}@media (min-width: 1440x){.root-web-sdk #containerForm .crisisOutreachHomeScreen{width:328px;order:1;padding:0}}.root-web-sdk #containerForm .crisisOutreachHomeScreen .crisisOutreachHomeScreenTitleTile{display:flex;flex-direction:column;align-items:flex-start;padding:0;grid-gap:.5rem;gap:.5rem;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));flex:none;order:0;align-self:stretch;flex-grow:0}@media (min-width: 280px){.root-web-sdk #containerForm .crisisOutreachHomeScreen .crisisOutreachHomeScreenTitleTile{width:100%}}@media (min-width: 768px){.root-web-sdk #containerForm .crisisOutreachHomeScreen .crisisOutreachHomeScreenTitleTile{width:328px}}.root-web-sdk #containerForm .crisisOutreachHomeScreen .crisisOutreachHomeScreenTitleTile .MyStrengthCrisisOutreachHomeDescription,.root-web-sdk #containerForm .crisisOutreachHomeScreen .crisisOutreachHomeScreenTitleTile .MyStrengthCrisisOutreachHomeDescription2{font-family:Effra,Arial,sans-serif;font-style:normal;font-weight:400;font-size:1.125rem;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));flex:none;order:2;align-self:stretch;flex-grow:0}@media (min-width: 280px){.root-web-sdk #containerForm .crisisOutreachHomeScreen .crisisOutreachHomeScreenTitleTile .MyStrengthCrisisOutreachHomeDescription,.root-web-sdk #containerForm .crisisOutreachHomeScreen .crisisOutreachHomeScreenTitleTile .MyStrengthCrisisOutreachHomeDescription2{width:100%;line-height:1.5rem}}@media (min-width: 768px){.root-web-sdk #containerForm .crisisOutreachHomeScreen .crisisOutreachHomeScreenTitleTile .MyStrengthCrisisOutreachHomeDescription,.root-web-sdk #containerForm .crisisOutreachHomeScreen .crisisOutreachHomeScreenTitleTile .MyStrengthCrisisOutreachHomeDescription2{width:328px;line-height:1.75rem}}.root-web-sdk #containerForm .crisisOutreachHomeScreen .Label-module__root[data-testid=MyStrengthCrisisOutreachHomeSuggestion-label]{font-family:Effra,Arial,sans-serif;font-style:normal;font-weight:400;margin:0;font-size:16px;line-height:20px;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity))}@media (min-width: 280px){.root-web-sdk #containerForm .crisisOutreachHomeScreen .Label-module__root[data-testid=MyStrengthCrisisOutreachHomeSuggestion-label]{width:100%}}@media (min-width: 768px){.root-web-sdk #containerForm .crisisOutreachHomeScreen .Label-module__root[data-testid=MyStrengthCrisisOutreachHomeSuggestion-label]{width:328px}}.root-web-sdk #containerForm .crisisOutreachHomeScreen .field-wrapper-web-sdk{margin-bottom:0}@media (min-width: 280px){.root-web-sdk #containerForm .crisisOutreachHomeScreen .field-wrapper-web-sdk{width:320px}}@media (min-width: 768px){.root-web-sdk #containerForm .crisisOutreachHomeScreen .field-wrapper-web-sdk{width:328px}}.root-web-sdk #containerForm .crisisOutreachHomeScreen .field-wrapper-web-sdk .Input-module__root[data-testid=MyStrengthCrisisPlanOutrangeFirstName-input],.root-web-sdk #containerForm .crisisOutreachHomeScreen .field-wrapper-web-sdk .Input-module__root[data-testid=MyStrengthCrisisPlanOutrangeLastName-input]{border-radius:.75rem;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));box-sizing:border-box;display:flex;flex-direction:row;align-items:flex-start;padding:.75rem;gap:10px;width:328px;font-family:Effra,Arial,sans-serif;font-style:normal;font-weight:400;font-size:1.125rem;line-height:20px;color:#444443;flex:none;order:1;align-self:stretch;flex-grow:0}.root-web-sdk #containerForm .crisisOutreachHomeScreen .field-wrapper-web-sdk .Label-module__root[data-testid=MyStrengthCrisisPlanOutrangeFirstName-label],.root-web-sdk #containerForm .crisisOutreachHomeScreen .field-wrapper-web-sdk .Label-module__root[data-testid=MyStrengthCrisisPlanOutrangeLastName-label],.root-web-sdk #containerForm .crisisOutreachHomeScreen .field-wrapper-web-sdk .Label-module__root[data-testid=MyStrengthCrisisPlanOutrangePhoneNumber-label]{font-family:Effra,Arial,sans-serif;font-style:normal;font-weight:500;font-size:1.125rem;line-height:20px}.root-web-sdk #containerForm .Label-module__root[data-testid=crisisManagementCrisisCardTileTitle-label]{font-family:Effra;font-style:normal;font-weight:500;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));flex:none;order:0;line-height:1.5rem}@media (min-width: 280px){.root-web-sdk #containerForm .Label-module__root[data-testid=crisisManagementCrisisCardTileTitle-label]{width:100%;font-size:22px;flex-grow:1}}@media (min-width: 768px){.root-web-sdk #containerForm .Label-module__root[data-testid=crisisManagementCrisisCardTileTitle-label]{width:100%;font-size:26px;align-items:stretch;flex-grow:0}}.root-web-sdk #containerForm .Label-module__root[data-testid=crisisManagementCrisisCardTileDescription-label]{font-family:Effra;font-style:normal;font-weight:400;font-size:18px;line-height:1.5rem;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));flex:none;align-items:stretch;flex-grow:0}@media (min-width: 280px){.root-web-sdk #containerForm .Label-module__root[data-testid=crisisManagementCrisisCardTileDescription-label]{width:100%;order:2}}@media (min-width: 768px){.root-web-sdk #containerForm .Label-module__root[data-testid=crisisManagementCrisisCardTileDescription-label]{width:90%;order:1}}.root-web-sdk #containerForm .Label-module__root[data-testid=HomeVerticalLine-label]{font-family:Effra,Arial,sans-serif;font-style:normal;font-weight:500;font-size:1.125rem;line-height:20px;display:flex;align-items:center;--text-opacity:1;color:#000;color:rgba(0, 0, 0, var(--text-opacity));flex:none;flex-grow:0;margin:0}@media (min-width: 280px){.root-web-sdk #containerForm .Label-module__root[data-testid=HomeVerticalLine-label]{height:20px;padding:0 5px}}@media (min-width: 768px){.root-web-sdk #containerForm .Label-module__root[data-testid=HomeVerticalLine-label]{padding:0 16px;height:1.25rem}}.root-web-sdk #containerForm .Label-module__root[data-testid=YouAreNotAloneDescription-label]{font-size:18px;font-weight:400;order:2;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));align-self:stretch;flex-grow:0}@media (min-width: 280px){.root-web-sdk #containerForm .Label-module__root[data-testid=YouAreNotAloneDescription-label]{line-height:1.5rem}}@media (min-width: 768px){.root-web-sdk #containerForm .Label-module__root[data-testid=YouAreNotAloneDescription-label]{line-height:1.75rem}}.root-web-sdk #containerForm .Label-module__root[data-testid=MyStrengthCrisisManagementHomeTitle-label]{font-family:Effra,Arial,sans-serif;font-style:normal;font-weight:700;line-height:3rem;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));flex:none;order:0;--text-opacity:1;color:#0a0a0a;color:rgba(10, 10, 10, var(--text-opacity));margin:0;flex-grow:1}@media (min-width: 280px){.root-web-sdk #containerForm .Label-module__root[data-testid=MyStrengthCrisisManagementHomeTitle-label]{width:100%;font-size:2.25rem}}@media (min-width: 768px){.root-web-sdk #containerForm .Label-module__root[data-testid=MyStrengthCrisisManagementHomeTitle-label]{width:328px;font-size:40px}}.root-web-sdk #containerForm .Label-module__root[data-testid=MyStrengthCrisisOutreachHomeDescription2-label],.root-web-sdk #containerForm .Label-module__root[data-testid=MyStrengthCrisisOutreachHomeDescription-label]{white-space:pre-wrap;margin:0;font-family:Effra,Arial,sans-serif;font-style:normal;font-weight:400;font-size:1.125rem;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));flex:none;order:2;align-self:stretch;flex-grow:0}@media (min-width: 280px){.root-web-sdk #containerForm .Label-module__root[data-testid=MyStrengthCrisisOutreachHomeDescription2-label],.root-web-sdk #containerForm .Label-module__root[data-testid=MyStrengthCrisisOutreachHomeDescription-label]{width:100%;line-height:1.5rem}}@media (min-width: 768px){.root-web-sdk #containerForm .Label-module__root[data-testid=MyStrengthCrisisOutreachHomeDescription2-label],.root-web-sdk #containerForm .Label-module__root[data-testid=MyStrengthCrisisOutreachHomeDescription-label]{width:328px;line-height:1.75rem}}.root-web-sdk #containerForm .MyStrengthCrisisOutreachHomeNextButtonContainer{display:flex;flex-direction:column;grid-gap:1.5rem;gap:1.5rem;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));flex:none;order:1;flex-grow:0;padding:0}@media (min-width: 280px){.root-web-sdk #containerForm .MyStrengthCrisisOutreachHomeNextButtonContainer{padding:1.5rem;width:100%}}@media (min-width: 768px){.root-web-sdk #containerForm .MyStrengthCrisisOutreachHomeNextButtonContainer{padding:0;width:328px;margin-top:1.5rem;margin-left:auto;margin-right:auto}}.root-web-sdk #containerForm .Button-module__root[data-testid=MyStrengthCrisisOutreachRequestCallButton-button]{width:auto;display:block}.root-web-sdk .MyStrengthCrisisOutreachReceiveCallScreen .title-web-sdk{margin-bottom:0 !important}.root-web-sdk .MyStrengthCrisisOutreachReceiveCallScreen .text-web-sdk{margin-bottom:0 !important;font-size:1.125rem;font-weight:400}.root-web-sdk #containerForm .MyStrengthCrisisOutreachReceiveCallScreen .RequestCallScreenContentContainer{display:flex;flex-direction:column;align-items:center;grid-gap:1.5rem;gap:1.5rem;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity))}@media (min-width: 280px){.root-web-sdk #containerForm .MyStrengthCrisisOutreachReceiveCallScreen .RequestCallScreenContentContainer{width:100%;padding:24px 0 0;flex:none;order:0;flex-grow:0}}@media (min-width: 768px){.root-web-sdk #containerForm .MyStrengthCrisisOutreachReceiveCallScreen .RequestCallScreenContentContainer{width:496px;padding:1.5rem;flex:none;order:0;flex-grow:0}}@media (min-width: 1440px){.root-web-sdk #containerForm .MyStrengthCrisisOutreachReceiveCallScreen .RequestCallScreenContentContainer{width:496px;padding:0 24px 24px}}.root-web-sdk #containerForm .MyStrengthCrisisOutreachReceiveCallScreen .RequestCallScreenContentContainer .MyStrengthRequestCallLogoContainer{background:url(https://assets.livongo.com/image/upload/v1713184771/web-sdk/images/crisis_call_img_ytz8xv.png);background-size:contain;background-repeat:no-repeat;background-position:50%;flex:none;order:0;width:100%;min-height:290px;align-self:stretch}@media (min-width: 280px){.root-web-sdk #containerForm .MyStrengthCrisisOutreachReceiveCallScreen .RequestCallScreenContentContainer .MyStrengthRequestCallLogoContainer{width:100%;min-height:290px;flex-grow:0}}@media (min-width: 768px){.root-web-sdk #containerForm .MyStrengthCrisisOutreachReceiveCallScreen .RequestCallScreenContentContainer .MyStrengthRequestCallLogoContainer{width:448px;min-height:354px;flex-grow:1}}@media (min-width: 1440px){.root-web-sdk #containerForm .MyStrengthCrisisOutreachReceiveCallScreen .RequestCallScreenContentContainer .MyStrengthRequestCallLogoContainer{width:448px;min-height:378px;flex-grow:1}}.root-web-sdk #containerForm .MyStrengthCrisisOutreachReceiveCallScreen .RequestCallScreenContentContainer .MyStrengthRequestCallTextContainer{display:flex;flex-direction:column;align-items:flex-start;padding:0;grid-gap:.5rem;gap:.5rem;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));flex:none;order:0;align-self:stretch;flex-grow:0}@media (min-width: 280px){.root-web-sdk #containerForm .MyStrengthCrisisOutreachReceiveCallScreen .RequestCallScreenContentContainer .MyStrengthRequestCallTextContainer{width:100%}}@media (min-width: 768px){.root-web-sdk #containerForm .MyStrengthCrisisOutreachReceiveCallScreen .RequestCallScreenContentContainer .MyStrengthRequestCallTextContainer{width:448px;padding:0}}.root-web-sdk #containerForm .MyStrengthCrisisOutreachReceiveCallScreen .RequestCallScreenContentContainer .MyStrengthRequestCallTextContainer label[data-testid=RequestCallTitle-label]{width:100%;font-family:Effra,Arial,sans-serif;font-style:normal;font-weight:700;font-size:2.25rem;text-align:center;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));flex:none;order:0;flex-grow:1}.root-web-sdk #containerForm .MyStrengthCrisisOutreachReceiveCallScreen .RequestCallScreenContentContainer .MyStrengthRequestCallTextContainer label[data-testid=RequestCallDescription-label]{margin-bottom:0;width:100%;font-family:Effra,Arial,sans-serif;font-style:normal;font-weight:400;font-size:18px;line-height:24px;text-align:center;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));flex:none;order:2;align-self:stretch;flex-grow:0}.root-web-sdk #containerForm .MyStrengthRequestCallNextButtonContainer{--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity))}@media (min-width: 280px){.root-web-sdk #containerForm .MyStrengthRequestCallNextButtonContainer{display:flex;flex-direction:row;justify-content:center;align-items:flex-end;padding:1.5rem;gap:10px;width:100%;flex:none;order:1;flex-grow:0}}@media (min-width: 768px){.root-web-sdk #containerForm .MyStrengthRequestCallNextButtonContainer{width:496px;padding:0 24px}}@media (max-width: 767px){.root-web-sdk #containerForm .MyStrengthRequestCallNextButtonContainer .ModernizedButton-button-wrapper-web-sdk{width:100%}}.root-web-sdk #containerForm .MyStrengthRequestCallNextButtonContainer button[name=MyStrengthRequestCallNextButton]{display:flex;flex-direction:row;justify-content:center;align-items:center}@media (min-width: 280px){.root-web-sdk #containerForm .MyStrengthRequestCallNextButtonContainer button[name=MyStrengthRequestCallNextButton]{width:100%;flex-grow:1}}@media (min-width: 768px){.root-web-sdk #containerForm .MyStrengthRequestCallNextButtonContainer button[name=MyStrengthRequestCallNextButton]{width:103px;flex-grow:0}}.root-web-sdk #containerForm .screen-web-sdk.text_coaching .screen-fields-web-sdk{display:grid;grid-template-columns:repeat(6, minmax(0, 1fr));grid-auto-rows:auto;padding-bottom:1.25rem}@media (min-width: 576px){.root-web-sdk #containerForm .screen-web-sdk.text_coaching .screen-fields-web-sdk{display:grid;grid-template-columns:70px auto auto auto auto auto}}.root-web-sdk #containerForm .screen-web-sdk.text_coaching .screen-fields-web-sdk .GuidesTextWeb{display:none}@media (min-width: 576px){.root-web-sdk #containerForm .screen-web-sdk.text_coaching .screen-fields-web-sdk .GuidesTextWeb{display:block;grid-column-start:1;grid-column-end:7;grid-row-start:1;grid-row-end:1;font-size:2.813rem;font-weight:700}}.root-web-sdk #containerForm .screen-web-sdk.text_coaching .screen-fields-web-sdk .image-wrapper-web-sdk.TDFieldOptionExternalImage{width:3.75rem !important;height:3.75rem !important}.root-web-sdk #containerForm .screen-web-sdk.text_coaching .screen-fields-web-sdk .image-wrapper-web-sdk.TDFieldOptionExternalImage .image-container-web-sdk,.root-web-sdk #containerForm .screen-web-sdk.text_coaching .screen-fields-web-sdk .image-wrapper-web-sdk.TDFieldOptionExternalImage .image-container-web-sdk .GuidesIntroCoachImage{width:3.75rem;height:3.75rem}@media (min-width: 576px){.root-web-sdk #containerForm .screen-web-sdk.text_coaching .screen-fields-web-sdk .image-wrapper-web-sdk.TDFieldOptionExternalImage{width:85px !important;height:85px !important;margin-left:32px}.root-web-sdk #containerForm .screen-web-sdk.text_coaching .screen-fields-web-sdk .image-wrapper-web-sdk.TDFieldOptionExternalImage .image-container-web-sdk{max-width:85px;max-height:85px}.root-web-sdk #containerForm .screen-web-sdk.text_coaching .screen-fields-web-sdk .image-wrapper-web-sdk.TDFieldOptionExternalImage .image-container-web-sdk .GuidesIntroCoachImage{width:85px;height:85px}}@media (max-width: 767px){.root-web-sdk #containerForm .screen-web-sdk.text_coaching .screen-fields-web-sdk .image-wrapper-web-sdk.TDFieldOptionExternalImage{margin-left:1rem;margin-top:1rem}}.root-web-sdk #containerForm .screen-web-sdk.text_coaching .screen-fields-web-sdk .image-wrapper-web-sdk{grid-column-start:1;grid-column-end:7;grid-row-start:1 !important;grid-row-end:1 !important;margin:auto;width:3.75rem !important;height:3.75rem !important}@media (min-width: 576px){.root-web-sdk #containerForm .screen-web-sdk.text_coaching .screen-fields-web-sdk .image-wrapper-web-sdk{grid-row-start:2 !important;grid-row-end:2 !important;grid-column-start:1 !important;grid-column-end:2 !important;text-align:left;display:flex;justify-content:flex-start;float:left}}@media (min-width: 1440px){.root-web-sdk #containerForm .screen-web-sdk.text_coaching .screen-fields-web-sdk .image-wrapper-web-sdk{grid-column-start:1 !important;grid-column-end:2 !important}}.root-web-sdk #containerForm .screen-web-sdk.text_coaching .screen-fields-web-sdk .image-wrapper-web-sdk .image-web-sdk{border-radius:9999px}.root-web-sdk #containerForm .screen-web-sdk.text_coaching .screen-fields-web-sdk .title-web-sdk{display:flex;grid-row-start:1;grid-row-end:1;grid-column-start:2;grid-column-end:7;font-weight:700;margin-bottom:0;font-size:1.5rem;align-items:center;padding-left:2rem}@media (min-width: 576px){.root-web-sdk #containerForm .screen-web-sdk.text_coaching .screen-fields-web-sdk .title-web-sdk{grid-row-start:2;grid-row-end:2;grid-column-start:2;grid-column-end:7;font-size:1.875rem;margin-bottom:0;padding-left:4rem;margin-top:-1rem}}.root-web-sdk #containerForm .screen-web-sdk.text_coaching .screen-fields-web-sdk .label-title-websdk{display:none}.root-web-sdk #containerForm .screen-web-sdk.text_coaching .screen-fields-web-sdk .ModernizedButton-button-wrapper-web-sdk{display:flex;--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity));font-weight:500;font-size:1.125rem;margin-bottom:0;margin-top:3.25rem;z-index:2;grid-row-start:1;grid-row-end:1;grid-column-start:2;grid-column-end:7;padding-left:2rem}@media (min-width: 576px){.root-web-sdk #containerForm .screen-web-sdk.text_coaching .screen-fields-web-sdk .ModernizedButton-button-wrapper-web-sdk{grid-row-start:2;grid-row-end:2;grid-column-start:1;grid-column-end:7;padding-left:8.5rem;margin-top:3rem}}.root-web-sdk #containerForm .screen-web-sdk.text_coaching .screen-fields-web-sdk .text-web-sdk.description{grid-row-start:3;grid-row-end:3;grid-column-start:1;grid-column-end:7;margin-bottom:0;margin-top:1rem;padding-left:1rem;padding-right:1rem;font-size:.938rem;font-weight:400;--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity))}@media (min-width: 576px){.root-web-sdk #containerForm .screen-web-sdk.text_coaching .screen-fields-web-sdk .text-web-sdk.description{grid-row-start:4;grid-row-end:4;margin-top:1rem;padding-left:2rem;padding-right:2rem}}.root-web-sdk #containerForm .screen-web-sdk.text_coaching .screen-fields-web-sdk .AboutCoachBiography{grid-row-start:2;grid-row-end:2;grid-column-start:1;grid-column-end:7;margin-top:1rem;margin-bottom:0;padding-left:1rem;padding-right:1rem;--text-opacity:1;color:#373939;color:rgba(55, 57, 57, var(--text-opacity));font-family:Effra,Arial,sans-serif;font-weight:400;font-size:1.125rem;line-height:1.75rem}@media (min-width: 576px){.root-web-sdk #containerForm .screen-web-sdk.text_coaching .screen-fields-web-sdk .AboutCoachBiography{grid-row-start:3;grid-row-end:3;margin-top:1rem;padding-left:2rem;padding-right:2rem}}.root-web-sdk #containerForm .screen-web-sdk.text_coaching .screen-fields-web-sdk .TextArea-module__root{grid-column-start:1;grid-column-end:7;grid-row-start:5;grid-row-end:5;margin-bottom:0;margin-top:1.5rem;padding-left:1rem;padding-right:1rem}@media (min-width: 576px){.root-web-sdk #containerForm .screen-web-sdk.text_coaching .screen-fields-web-sdk .TextArea-module__root{padding-left:2rem;padding-right:2rem}}.root-web-sdk #containerForm .screen-web-sdk.text_coaching .screen-fields-web-sdk .TextArea-module__root label{display:none}.root-web-sdk #containerForm .screen-web-sdk.text_coaching .screen-fields-web-sdk button[name=GuidesIntroSendMessageButton]{width:-moz-fit-content;width:fit-content;border-radius:1.5rem;display:flex;justify-content:center;margin-top:1rem !important;margin-bottom:1rem !important;margin-left:1rem;grid-column-start:1;grid-column-end:4;grid-row-start:6;grid-row-end:6}@media (min-width: 576px){.root-web-sdk #containerForm .screen-web-sdk.text_coaching .screen-fields-web-sdk button[name=GuidesIntroSendMessageButton]{grid-column-start:1;grid-column-end:3;margin-left:32px}}.root-web-sdk #containerForm .screen-web-sdk.text_coaching .screen-fields-web-sdk .GuidesMessagesContainer{grid-column-start:1;grid-column-end:7;grid-row-start:7;grid-row-end:auto}.root-web-sdk #containerForm .screen-web-sdk.text_coaching .screen-fields-web-sdk .GuidesMessagesContainer div[class*=mystrengthGuidesMessageTileFROM_COACH]{padding:2rem;margin-bottom:.75rem;box-shadow:0 4px 10px rgba(0,0,0,0.16);display:grid;grid-template-columns:repeat(6, minmax(0, 1fr));grid-auto-rows:auto}.root-web-sdk #containerForm .screen-web-sdk.text_coaching .screen-fields-web-sdk .GuidesMessagesContainer div[class*=mystrengthGuidesMessageTileFROM_COACH] .image-wrapper-web-sdk{grid-column-start:6 !important;grid-column-end:7 !important;grid-row-start:1 !important;grid-row-end:2 !important;width:2rem !important;height:2rem !important;display:block;align-items:flex-start;justify-self:end;margin:0}.root-web-sdk #containerForm .screen-web-sdk.text_coaching .screen-fields-web-sdk .GuidesMessagesContainer div[class*=mystrengthGuidesMessageTileFROM_COACH] .image-wrapper-web-sdk .image-container-web-sdk{width:2rem !important;height:2rem !important;margin-left:auto}.root-web-sdk #containerForm .screen-web-sdk.text_coaching .screen-fields-web-sdk .GuidesMessagesContainer div[class*=mystrengthGuidesMessageTileFROM_COACH] .image-wrapper-web-sdk .image-container-web-sdk .image-web-sdk{border-radius:9999px}.root-web-sdk #containerForm .screen-web-sdk.text_coaching .screen-fields-web-sdk .GuidesMessagesContainer div[class*=mystrengthGuidesMessageTileFROM_COACH] .image-wrapper-web-sdk .image-container-web-sdk .placeholder-websdk{display:flex;--bg-opacity:1;background-color:#5b2f91;background-color:rgba(91, 47, 145, var(--bg-opacity));--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity));border-radius:50%;width:2rem;height:2rem}.root-web-sdk #containerForm .screen-web-sdk.text_coaching .screen-fields-web-sdk .GuidesMessagesContainer div[class*=mystrengthGuidesMessageTileFROM_COACH] .GuidesFromCoachTitleMobile{grid-column-start:1;grid-column-end:6;grid-row-start:1;grid-row-end:2;font-size:1.125rem;font-weight:700;line-height:1.75rem;margin-bottom:0}.root-web-sdk #containerForm .screen-web-sdk.text_coaching .screen-fields-web-sdk .GuidesMessagesContainer div[class*=mystrengthGuidesMessageTileFROM_COACH] .GuidesFromCoachMessage{grid-column-start:1;grid-column-end:7;grid-row-start:2;grid-row-end:auto;margin-bottom:0;margin-top:1rem}.root-web-sdk #containerForm .screen-web-sdk.text_coaching .screen-fields-web-sdk .GuidesMessagesContainer div[class*=mystrengthGuidesMessageTileFROM_COACH] div[class*=GuidesMessageAttachment]{display:flex;grid-column-start:1;grid-column-end:7;grid-row-start:auto;grid-row-end:auto;margin-top:1rem}.root-web-sdk #containerForm .screen-web-sdk.text_coaching .screen-fields-web-sdk .GuidesMessagesContainer div[class*=mystrengthGuidesMessageTileFROM_COACH] div[class*=GuidesMessageAttachment] .container-content{display:flex;align-items:center}.root-web-sdk #containerForm .screen-web-sdk.text_coaching .screen-fields-web-sdk .GuidesMessagesContainer div[class*=mystrengthGuidesMessageTileFROM_COACH] div[class*=GuidesMessageAttachment] .image-wrapper-web-sdk{grid-column-start:1;grid-column-end:1;grid-row-start:1;grid-row-end:1;width:3.8rem !important;height:4rem !important}.root-web-sdk #containerForm .screen-web-sdk.text_coaching .screen-fields-web-sdk .GuidesMessagesContainer div[class*=mystrengthGuidesMessageTileFROM_COACH] div[class*=GuidesMessageAttachment] .image-wrapper-web-sdk .image-container-web-sdk{width:3.8rem !important;height:4rem !important}.root-web-sdk #containerForm .screen-web-sdk.text_coaching .screen-fields-web-sdk .GuidesMessagesContainer div[class*=mystrengthGuidesMessageTileFROM_COACH] div[class*=GuidesMessageAttachment] .image-wrapper-web-sdk .image-container-web-sdk .AttachmentActivityImage{border-radius:.375rem}.root-web-sdk #containerForm .screen-web-sdk.text_coaching .screen-fields-web-sdk .GuidesMessagesContainer div[class*=mystrengthGuidesMessageTileFROM_COACH] div[class*=GuidesMessageAttachment] .AttachmentActivityText{align-items:center;grid-column-start:2;grid-column-end:7;grid-row-start:1;grid-row-end:auto;padding-left:1rem;margin-bottom:0;font-size:1.25rem}@media (min-width: 576px){.root-web-sdk #containerForm .screen-web-sdk.text_coaching .screen-fields-web-sdk .GuidesMessagesContainer div[class*=mystrengthGuidesMessageTileFROM_COACH] div[class*=GuidesMessageAttachment] .AttachmentActivityText{font-size:1.25rem;font-size:1.625rem;font-weight:700}}@media (min-width: 1440px){.root-web-sdk #containerForm .screen-web-sdk.text_coaching .screen-fields-web-sdk .GuidesMessagesContainer div[class*=mystrengthGuidesMessageTileFROM_COACH] div[class*=GuidesMessageAttachment] .AttachmentActivityText{margin-top:1.25rem}}.root-web-sdk #containerForm .screen-web-sdk.text_coaching .screen-fields-web-sdk .GuidesMessagesContainer div[class*=mystrengthGuidesMessageTileFROM_COACH] div[class*=GuidesMessageAttachment] .AttachmentInternalLink{text-decoration:none;--text-opacity:1;color:#005c95;color:rgba(0, 92, 149, var(--text-opacity));font-size:1rem}.root-web-sdk #containerForm .screen-web-sdk.text_coaching .screen-fields-web-sdk .GuidesMessagesContainer div[class*=mystrengthGuidesMessageTileFROM_COACH] div[class*=GuidesMessageAttachment] .AttachmentInternalLink:hover{text-decoration:underline}.root-web-sdk #containerForm .screen-web-sdk.text_coaching .screen-fields-web-sdk .GuidesMessagesContainer div[class*=mystrengthGuidesMessageTileTO_COACH]{padding:1.5rem;margin-bottom:.75rem;box-shadow:0 4px 10px rgba(0,0,0,0.16);display:grid;grid-template-columns:50px auto auto auto auto auto}.root-web-sdk #containerForm .screen-web-sdk.text_coaching .screen-fields-web-sdk .GuidesMessagesContainer div[class*=mystrengthGuidesMessageTileTO_COACH] .image-wrapper-web-sdk{grid-column-start:1;grid-column-end:2;grid-row-start:1 !important;grid-row-end:2 !important;display:block;align-items:flex-start;justify-self:start;margin-right:0}.root-web-sdk #containerForm .screen-web-sdk.text_coaching .screen-fields-web-sdk .GuidesMessagesContainer div[class*=mystrengthGuidesMessageTileTO_COACH] .image-wrapper-web-sdk .image-container-web-sdk{width:2rem !important;height:2rem !important}.root-web-sdk #containerForm .screen-web-sdk.text_coaching .screen-fields-web-sdk .GuidesMessagesContainer div[class*=mystrengthGuidesMessageTileTO_COACH] .image-wrapper-web-sdk .image-container-web-sdk .image-web-sdk{border-radius:9999px}.root-web-sdk #containerForm .screen-web-sdk.text_coaching .screen-fields-web-sdk .GuidesMessagesContainer div[class*=mystrengthGuidesMessageTileTO_COACH] .image-wrapper-web-sdk .image-container-web-sdk .placeholder-websdk{display:flex;border-radius:50%;--bg-opacity:1;background-color:#5b2f91;background-color:rgba(91, 47, 145, var(--bg-opacity));--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity));width:32px;height:32px;justify-content:center;align-items:center}.root-web-sdk #containerForm .screen-web-sdk.text_coaching .screen-fields-web-sdk .GuidesMessagesContainer div[class*=mystrengthGuidesMessageTileTO_COACH] .GuidesToCoachTitleMobile{margin-left:-5px;grid-column-start:2;grid-column-end:7;grid-row-start:1;grid-row-end:2;font-size:1.125rem;font-weight:700;line-height:1.75rem;margin-bottom:1.125rem}.root-web-sdk #containerForm .screen-web-sdk.text_coaching .screen-fields-web-sdk .GuidesMessagesContainer div[class*=mystrengthGuidesMessageTileTO_COACH] .GuidesToCoachMessage{grid-column-start:1;grid-column-end:7;grid-row-start:2;grid-row-end:auto;margin-bottom:0}.root-web-sdk #containerForm .screen-web-sdk.text_coaching .screen-fields-web-sdk .GuidesMessagesContainer div[class*=mystrengthGuidesMessageTileSYSTEM]{padding:1.5rem;margin-bottom:.75rem;--bg-opacity:1;background-color:#e2f3ff;background-color:rgba(226, 243, 255, var(--bg-opacity))}.root-web-sdk #containerForm .screen-web-sdk.text_coaching .screen-fields-web-sdk .GuidesMessagesContainer div[class*=mystrengthGuidesMessageTileSYSTEM] .GuidesSystemMessage{display:flex;align-items:center}.root-web-sdk #containerForm .screen-web-sdk.text_coaching .screen-fields-web-sdk .GuidesMessagesContainer div[class*=mystrengthGuidesMessageTileSYSTEM] .GuidesSystemMessage .GuidesSystemMessageIconField{width:50px;height:50px;background-image:url(https://assets.livongo.com/image/upload/v1713187879/web-sdk/icons/icon_tdh_system_message.svg);background-repeat:no-repeat;background-size:cover}@media (min-width: 576px){.root-web-sdk #containerForm .screen-web-sdk.text_coaching .screen-fields-web-sdk .GuidesMessagesContainer div[class*=mystrengthGuidesMessageTileSYSTEM] .GuidesSystemMessage .GuidesSystemMessageIconField{width:5rem;height:5rem}}.root-web-sdk #containerForm .screen-web-sdk.text_coaching .screen-fields-web-sdk .GuidesMessagesContainer div[class*=mystrengthGuidesMessageTileSYSTEM] .GuidesSystemMessage .GuidesSystemMessageText{font-size:1.125rem;margin-bottom:0;margin-left:1rem}.root-web-sdk #containerForm .screen-web-sdk.text_coaching .screen-fields-web-sdk .coach_note{grid-column-start:1;grid-column-end:7;grid-row-start:8;grid-row-end:8;padding-left:1rem;padding-right:1rem;margin-top:.5rem;--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity))}@media (min-width: 576px){.root-web-sdk #containerForm .screen-web-sdk.text_coaching .screen-fields-web-sdk .coach_note{margin-top:1rem;padding-left:2rem;padding-right:2rem}}.Flyout-module-container .Websdk-websdkContainer .root-web-sdk #containerForm .guide .screen-fields-web-sdk .GuidesTextWeb{display:none}.root-web-sdk #containerForm:has(.EnterCodeScreen),.root-web-sdk #containerForm:has(.MergeMessageScreen),.root-web-sdk #containerForm:has(.SsoMigrationConfirmationScreen),.root-web-sdk #containerForm:has(.SsoMigrationErrorPageScreen),.root-web-sdk #containerForm:has(.SsoMigrationVerifyEmailScreen){display:flex;justify-content:center;margin-top:1rem}.root-web-sdk #containerForm .MergeMessageScreen .screen-fields-web-sdk{width:440px;font-family:Effra,Arial,sans-serif}.root-web-sdk #containerForm .MergeMessageScreen .screen-fields-web-sdk .SsoMergeMessageTitle{font-size:1.875rem;font-weight:700;line-height:2.25rem;margin-bottom:1rem;margin-top:2.5rem}.root-web-sdk #containerForm .MergeMessageScreen .screen-fields-web-sdk .SsoMergeMessageText{margin-bottom:0;font-size:1.125rem;font-weight:400;line-height:1.75rem}.root-web-sdk #containerForm .MergeMessageScreen .screen-fields-web-sdk .SsoMigrationBulletListItem0,.root-web-sdk #containerForm .MergeMessageScreen .screen-fields-web-sdk .SsoMigrationBulletListItem1{display:flex;flex-direction:row-reverse}.root-web-sdk #containerForm .MergeMessageScreen .screen-fields-web-sdk .SsoMigrationBulletListItem0 .text-content-field-wrapper-web-sdk,.root-web-sdk #containerForm .MergeMessageScreen .screen-fields-web-sdk .SsoMigrationBulletListItem1 .text-content-field-wrapper-web-sdk{padding:0}.root-web-sdk #containerForm .MergeMessageScreen .screen-fields-web-sdk .SsoMigrationBulletListItem0 .text-content-field-wrapper-web-sdk .text-content-markdown,.root-web-sdk #containerForm .MergeMessageScreen .screen-fields-web-sdk .SsoMigrationBulletListItem1 .text-content-field-wrapper-web-sdk .text-content-markdown{font-size:1.125rem;line-height:1.5rem}.root-web-sdk #containerForm .MergeMessageScreen .screen-fields-web-sdk .SsoMigrationBulletListItem0 .icon-web-sdk.ic_tdh_myS_account,.root-web-sdk #containerForm .MergeMessageScreen .screen-fields-web-sdk .SsoMigrationBulletListItem1 .icon-web-sdk.ic_tdh_myS_account{background-image:url(https://assets.livongo.com/image/upload/v1718359465/web-sdk/icons/ic_tdh_myS_account.svg);background-size:contain;width:3.8rem;height:2rem;margin-left:1rem;margin-right:1rem}.root-web-sdk #containerForm .MergeMessageScreen .screen-fields-web-sdk .SsoMigrationBulletListItem0 .icon-web-sdk.ic_tdh_myS_phone,.root-web-sdk #containerForm .MergeMessageScreen .screen-fields-web-sdk .SsoMigrationBulletListItem1 .icon-web-sdk.ic_tdh_myS_phone{background-image:url(https://assets.livongo.com/image/upload/v1718359465/web-sdk/icons/ic_tdh_myS_phone.svg);background-size:contain;width:5rem;height:2rem;margin-left:1rem;margin-right:1rem}.root-web-sdk #containerForm .MergeMessageScreen .screen-fields-web-sdk button[name=SsoMigrationMergeButton]{margin-top:2.5rem;border-radius:9999px;padding:.875rem 1rem;font-size:1rem;font-weight:500;line-height:1rem}.root-web-sdk #containerForm .SsoMigrationVerifyEmailScreen .screen-fields-web-sdk{width:440px;font-family:Effra,Arial,sans-serif}.root-web-sdk #containerForm .SsoMigrationVerifyEmailScreen .screen-fields-web-sdk .SsoVerifyEmailTitle{--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));font-size:37px;font-weight:700;line-height:2.5rem;margin-top:2.5rem;margin-bottom:1rem}.root-web-sdk #containerForm .SsoMigrationVerifyEmailScreen .screen-fields-web-sdk .SsoVerifyEmailText{--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));font-size:1.125rem;font-weight:400;line-height:1.75rem;margin-bottom:0}.root-web-sdk #containerForm .SsoMigrationVerifyEmailScreen .screen-fields-web-sdk .SsoVerifyEmailSubtitle{margin-top:2.5rem;margin-bottom:1.5rem;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));font-size:1.125rem;font-weight:500;line-height:20px}.root-web-sdk #containerForm .SsoMigrationVerifyEmailScreen .screen-fields-web-sdk .SsoVerifyEmailUserEmailContainer{display:flex;flex-direction:row-reverse;align-items:center;justify-content:flex-end;padding-left:2rem;padding-top:1rem;padding-bottom:1rem}.root-web-sdk #containerForm .SsoMigrationVerifyEmailScreen .screen-fields-web-sdk .SsoVerifyEmailUserEmailContainer .icon-web-sdk.mail-default{background-image:url(https://assets.livongo.com/image/upload/v1718359465/web-sdk/icons/ic_tdh_myS_mail.svg);background-size:cover;width:2rem;height:1.5rem;flex-shrink:0}.root-web-sdk #containerForm .SsoMigrationVerifyEmailScreen .screen-fields-web-sdk .SsoVerifyEmailUserEmailContainer .SsoVerifyEmailUserEmail{margin-bottom:0;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));font-size:1.125rem;font-weight:400;line-height:1.75rem}.root-web-sdk #containerForm .SsoMigrationVerifyEmailScreen .screen-fields-web-sdk button[name=SsoMigrationVerifyEmailButton]{margin-top:1.5rem;border-radius:9999px;padding:.875rem 1rem;font-size:1rem;font-weight:500;line-height:1rem}.root-web-sdk #containerForm .SsoMigrationVerifyEmailScreen .screen-fields-web-sdk .HelpTelLink.container{width:100%}.root-web-sdk #containerForm .SsoMigrationVerifyEmailScreen .screen-fields-web-sdk .HelpTelLink.container .SsoMigrationHelpText{margin-top:2.5rem;padding:1rem;--bg-opacity:1;background-color:#f7f9f9;background-color:rgba(247, 249, 249, var(--bg-opacity));border-radius:.5rem}.root-web-sdk #containerForm .SsoMigrationVerifyEmailScreen .screen-fields-web-sdk .HelpTelLink.container .SsoMigrationHelpText .link-web-sdk{--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity))}.root-web-sdk #containerForm .EnterCodeScreen .screen-fields-web-sdk{width:440px;font-family:Effra,Arial,sans-serif}.root-web-sdk #containerForm .EnterCodeScreen .screen-fields-web-sdk .SsoEnterCodeTitle{font-size:37px;font-weight:700;line-height:2.5rem;margin-top:2.5rem;margin-bottom:1rem}.root-web-sdk #containerForm .EnterCodeScreen .screen-fields-web-sdk .text-content-field-wrapper-web-sdk{padding:0 !important;margin-bottom:2.5rem}.root-web-sdk #containerForm .EnterCodeScreen .screen-fields-web-sdk .text-content-field-wrapper-web-sdk .text-content-markdown>p{margin-bottom:0}.root-web-sdk #containerForm .EnterCodeScreen .screen-fields-web-sdk .SsoEnterCodeText{font-size:1.125rem;font-weight:400;line-height:1.5rem;margin-bottom:0}.root-web-sdk #containerForm .EnterCodeScreen .screen-fields-web-sdk .SsoEnterCodeEmail{font-size:1.125rem;font-weight:700;line-height:1.5rem;margin-bottom:2.5rem}.root-web-sdk #containerForm .EnterCodeScreen .screen-fields-web-sdk #enterCodeInput-text-input-label{font-size:1.125rem;font-weight:500;line-height:20px;margin-bottom:.5rem}.root-web-sdk #containerForm .EnterCodeScreen .screen-fields-web-sdk .ResendCodeLink{display:flex;flex-direction:row;margin-top:2.5rem;font-size:1.125rem;font-weight:400;line-height:1.5rem}.root-web-sdk #containerForm .EnterCodeScreen .screen-fields-web-sdk .ResendCodeLink .SsoMigrationResendCodeText,.root-web-sdk #containerForm .EnterCodeScreen .screen-fields-web-sdk .ResendCodeLink .SsoMigrationResendCode{font-size:1.125rem;font-weight:400;line-height:1.5rem;margin-bottom:0}.root-web-sdk #containerForm .EnterCodeScreen .screen-fields-web-sdk .ResendCodeLink .SsoMigrationResendCode{--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity));text-decoration:underline;margin-left:.25rem}.root-web-sdk #containerForm .EnterCodeScreen .screen-fields-web-sdk [name=SsoMigrationNextButton]{border-radius:9999px;padding:.875rem 1rem;margin-top:1.5rem;font-size:1rem;font-weight:500;line-height:1rem}.root-web-sdk #containerForm .EnterCodeScreen .screen-fields-web-sdk .SsoMigrationHelpText{margin-top:2.5rem;padding:1rem;--bg-opacity:1;background-color:#f7f9f9;background-color:rgba(247, 249, 249, var(--bg-opacity));border-radius:.5rem}.root-web-sdk #containerForm .EnterCodeScreen .screen-fields-web-sdk .SsoMigrationHelpText .link-web-sdk{--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity));text-decoration:underline}.root-web-sdk #containerForm .SsoMigrationConfirmationScreen .screen-fields-web-sdk{width:440px;font-family:Effra,Arial,sans-serif}.root-web-sdk #containerForm .SsoMigrationConfirmationScreen .screen-fields-web-sdk .SsoConfirmationImage{width:3rem;height:3rem;margin-bottom:2.5rem}.root-web-sdk #containerForm .SsoMigrationConfirmationScreen .screen-fields-web-sdk [data-test=SsoConfirmationTitle-label]{font-size:37px;font-weight:700;line-height:2.5rem;margin-bottom:1rem;text-align:center}.root-web-sdk #containerForm .SsoMigrationConfirmationScreen .screen-fields-web-sdk [data-test=SsoConfirmationText-label]{font-size:1.125rem;text-align:center;font-weight:400;line-height:1.75rem;margin-bottom:2.5rem}.root-web-sdk #containerForm .SsoMigrationConfirmationScreen .screen-fields-web-sdk [name=SsoMigrationNextButton]{border-radius:9999px;padding:.875rem 2rem;margin-top:.5rem;font-size:1.125rem;font-weight:500;line-height:20px}.root-web-sdk #containerForm .SsoMigrationErrorPageScreen .screen-fields-web-sdk{width:480px;display:flex;flex-direction:column;grid-gap:1rem;gap:1rem;font-family:Effra,Arial,sans-serif}.root-web-sdk #containerForm .SsoMigrationErrorPageScreen .screen-fields-web-sdk .errorImageContainerField{display:flex;flex-direction:column;align-items:center;padding-left:1rem;padding-right:1rem;padding-top:1rem}.root-web-sdk #containerForm .SsoMigrationErrorPageScreen .screen-fields-web-sdk .errorImageContainerField .icon-web-sdk.ic_tdh_error_img_cloud{background-image:url(https://assets.livongo.com/image/upload/v1713277141/web-sdk/icons/ic_tdh_error_img_cloud.svg);background-size:cover;width:240px;height:150px;flex-shrink:0}.root-web-sdk #containerForm .SsoMigrationErrorPageScreen .screen-fields-web-sdk .SsoMigrationErrorTitle{margin:0;padding-left:1rem;padding-right:1rem;font-size:1.875rem;font-weight:700;line-height:2.25rem;text-align:center}.root-web-sdk #containerForm .SsoMigrationErrorPageScreen .screen-fields-web-sdk .SsoMigrationErrorBodyText{margin-bottom:0;padding-left:1rem;padding-right:1rem;font-size:1.125rem;font-weight:400;line-height:1.5rem;text-align:center;--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity))}.root-web-sdk #containerForm .SsoMigrationErrorPageScreen .screen-fields-web-sdk .ErrorButtonsContainer{display:flex;flex-direction:row-reverse;justify-content:center;grid-gap:1rem;gap:1rem;padding-left:1rem;padding-right:1rem}.root-web-sdk #containerForm .SsoMigrationErrorPageScreen .screen-fields-web-sdk .ErrorButtonsContainer button[name=SsoMigrationResendCodeButton],.root-web-sdk #containerForm .SsoMigrationErrorPageScreen .screen-fields-web-sdk .ErrorButtonsContainer button[name=SsoMigrationReturnButton]{height:3rem;width:10rem;padding:14px 2rem;display:flex;justify-items:center;align-items:center;font-size:1.125rem;line-height:20px}.root-web-sdk #containerForm .SsoMigrationErrorPageScreen .screen-fields-web-sdk .SsoMigrationHelpText{margin-top:2.5rem;padding:1rem;--bg-opacity:1;background-color:#f7f9f9;background-color:rgba(247, 249, 249, var(--bg-opacity));border-radius:.5rem}.root-web-sdk #containerForm .SsoMigrationErrorPageScreen .screen-fields-web-sdk .SsoMigrationHelpText .link-web-sdk{--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity))}@media (min-width: 576px){.root-web-sdk #containerForm .AboutPrimaryCareOverlayFirstScreen-dialog-wrapper .dialog-web-sdk,.root-web-sdk #containerForm .AboutPrimaryCareOverlayMessagingScreen-dialog-wrapper .dialog-web-sdk,.root-web-sdk #containerForm .AboutPrimaryCareOverlaySecondScreen-dialog-wrapper .dialog-web-sdk,.root-web-sdk #containerForm.pulse-rav .AboutPrimaryCareOverlayFirstScreen-dialog-wrapper .dialog-web-sdk,.root-web-sdk #containerForm.pulse-rav .AboutPrimaryCareOverlayMessagingScreen-dialog-wrapper .dialog-web-sdk,.root-web-sdk #containerForm.pulse-rav .AboutPrimaryCareOverlaySecondScreen-dialog-wrapper .dialog-web-sdk{width:35.5rem}}.root-web-sdk #containerForm .AboutPrimaryCareOverlayFirstScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk,.root-web-sdk #containerForm .AboutPrimaryCareOverlayMessagingScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk,.root-web-sdk #containerForm .AboutPrimaryCareOverlaySecondScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk,.root-web-sdk #containerForm.pulse-rav .AboutPrimaryCareOverlayFirstScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk,.root-web-sdk #containerForm.pulse-rav .AboutPrimaryCareOverlayMessagingScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk,.root-web-sdk #containerForm.pulse-rav .AboutPrimaryCareOverlaySecondScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk{max-height:90vh;padding:2.5rem 2rem 2rem;overflow:auto}.root-web-sdk #containerForm .AboutPrimaryCareOverlayFirstScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .icon-web-sdk,.root-web-sdk #containerForm .AboutPrimaryCareOverlayMessagingScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .icon-web-sdk,.root-web-sdk #containerForm .AboutPrimaryCareOverlaySecondScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .icon-web-sdk,.root-web-sdk #containerForm.pulse-rav .AboutPrimaryCareOverlayFirstScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .icon-web-sdk,.root-web-sdk #containerForm.pulse-rav .AboutPrimaryCareOverlayMessagingScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .icon-web-sdk,.root-web-sdk #containerForm.pulse-rav .AboutPrimaryCareOverlaySecondScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .icon-web-sdk{background-size:contain;background-repeat:no-repeat;background-position:50%;width:100%;height:200px;margin-bottom:3rem}.root-web-sdk #containerForm .AboutPrimaryCareOverlayFirstScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .icon-web-sdk.ic_primary_care_visit,.root-web-sdk #containerForm .AboutPrimaryCareOverlayMessagingScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .icon-web-sdk.ic_primary_care_visit,.root-web-sdk #containerForm .AboutPrimaryCareOverlaySecondScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .icon-web-sdk.ic_primary_care_visit,.root-web-sdk #containerForm.pulse-rav .AboutPrimaryCareOverlayFirstScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .icon-web-sdk.ic_primary_care_visit,.root-web-sdk #containerForm.pulse-rav .AboutPrimaryCareOverlayMessagingScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .icon-web-sdk.ic_primary_care_visit,.root-web-sdk #containerForm.pulse-rav .AboutPrimaryCareOverlaySecondScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .icon-web-sdk.ic_primary_care_visit{background-image:url(https://assets.livongo.com/image/upload/v1715853381/web-sdk/icons/ic-primary-care-visit.svg)}.root-web-sdk #containerForm .AboutPrimaryCareOverlayFirstScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .icon-web-sdk.ic_primary_care_scheduling,.root-web-sdk #containerForm .AboutPrimaryCareOverlayMessagingScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .icon-web-sdk.ic_primary_care_scheduling,.root-web-sdk #containerForm .AboutPrimaryCareOverlaySecondScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .icon-web-sdk.ic_primary_care_scheduling,.root-web-sdk #containerForm.pulse-rav .AboutPrimaryCareOverlayFirstScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .icon-web-sdk.ic_primary_care_scheduling,.root-web-sdk #containerForm.pulse-rav .AboutPrimaryCareOverlayMessagingScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .icon-web-sdk.ic_primary_care_scheduling,.root-web-sdk #containerForm.pulse-rav .AboutPrimaryCareOverlaySecondScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .icon-web-sdk.ic_primary_care_scheduling{background-image:url(https://assets.livongo.com/image/upload/v1715853381/web-sdk/icons/ic-primary-care-scheduling.svg)}.root-web-sdk #containerForm .AboutPrimaryCareOverlayFirstScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .icon-web-sdk.ic_onboarding_activate_plan,.root-web-sdk #containerForm .AboutPrimaryCareOverlayMessagingScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .icon-web-sdk.ic_onboarding_activate_plan,.root-web-sdk #containerForm .AboutPrimaryCareOverlaySecondScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .icon-web-sdk.ic_onboarding_activate_plan,.root-web-sdk #containerForm.pulse-rav .AboutPrimaryCareOverlayFirstScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .icon-web-sdk.ic_onboarding_activate_plan,.root-web-sdk #containerForm.pulse-rav .AboutPrimaryCareOverlayMessagingScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .icon-web-sdk.ic_onboarding_activate_plan,.root-web-sdk #containerForm.pulse-rav .AboutPrimaryCareOverlaySecondScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .icon-web-sdk.ic_onboarding_activate_plan{background-image:url(https://assets.livongo.com/image/upload/v1713187929/web-sdk/icons/onboarding-activate-plan.svg)}.root-web-sdk #containerForm .AboutPrimaryCareOverlayFirstScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk h2,.root-web-sdk #containerForm .AboutPrimaryCareOverlayMessagingScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk h2,.root-web-sdk #containerForm .AboutPrimaryCareOverlaySecondScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk h2,.root-web-sdk #containerForm.pulse-rav .AboutPrimaryCareOverlayFirstScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk h2,.root-web-sdk #containerForm.pulse-rav .AboutPrimaryCareOverlayMessagingScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk h2,.root-web-sdk #containerForm.pulse-rav .AboutPrimaryCareOverlaySecondScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk h2{font-size:1.625rem;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));font-weight:500;margin-bottom:32px}@media (min-width: 576px){.root-web-sdk #containerForm .AboutPrimaryCareOverlayFirstScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk h2,.root-web-sdk #containerForm .AboutPrimaryCareOverlayMessagingScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk h2,.root-web-sdk #containerForm .AboutPrimaryCareOverlaySecondScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk h2,.root-web-sdk #containerForm.pulse-rav .AboutPrimaryCareOverlayFirstScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk h2,.root-web-sdk #containerForm.pulse-rav .AboutPrimaryCareOverlayMessagingScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk h2,.root-web-sdk #containerForm.pulse-rav .AboutPrimaryCareOverlaySecondScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk h2{margin-bottom:1rem}}.root-web-sdk #containerForm .AboutPrimaryCareOverlayFirstScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk p[class*=description],.root-web-sdk #containerForm .AboutPrimaryCareOverlayMessagingScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk p[class*=description],.root-web-sdk #containerForm .AboutPrimaryCareOverlaySecondScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk p[class*=description],.root-web-sdk #containerForm.pulse-rav .AboutPrimaryCareOverlayFirstScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk p[class*=description],.root-web-sdk #containerForm.pulse-rav .AboutPrimaryCareOverlayMessagingScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk p[class*=description],.root-web-sdk #containerForm.pulse-rav .AboutPrimaryCareOverlaySecondScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk p[class*=description]{font-size:1.125rem;margin-bottom:32px;--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity));font-weight:400}.root-web-sdk #containerForm .AboutPrimaryCareOverlayFirstScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk p.TDFieldOptionBold[class*=description],.root-web-sdk #containerForm .AboutPrimaryCareOverlayMessagingScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk p.TDFieldOptionBold[class*=description],.root-web-sdk #containerForm .AboutPrimaryCareOverlaySecondScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk p.TDFieldOptionBold[class*=description],.root-web-sdk #containerForm.pulse-rav .AboutPrimaryCareOverlayFirstScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk p.TDFieldOptionBold[class*=description],.root-web-sdk #containerForm.pulse-rav .AboutPrimaryCareOverlayMessagingScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk p.TDFieldOptionBold[class*=description],.root-web-sdk #containerForm.pulse-rav .AboutPrimaryCareOverlaySecondScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk p.TDFieldOptionBold[class*=description]{font-weight:500}.root-web-sdk #containerForm .AboutPrimaryCareOverlayFirstScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk p.counter,.root-web-sdk #containerForm .AboutPrimaryCareOverlayMessagingScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk p.counter,.root-web-sdk #containerForm .AboutPrimaryCareOverlaySecondScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk p.counter,.root-web-sdk #containerForm.pulse-rav .AboutPrimaryCareOverlayFirstScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk p.counter,.root-web-sdk #containerForm.pulse-rav .AboutPrimaryCareOverlayMessagingScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk p.counter,.root-web-sdk #containerForm.pulse-rav .AboutPrimaryCareOverlaySecondScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk p.counter{text-align:center;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));font-size:15px;font-weight:400;margin-bottom:32px}.root-web-sdk #containerForm .AboutPrimaryCareOverlayFirstScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .action_container,.root-web-sdk #containerForm .AboutPrimaryCareOverlayMessagingScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .action_container,.root-web-sdk #containerForm .AboutPrimaryCareOverlaySecondScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .action_container,.root-web-sdk #containerForm.pulse-rav .AboutPrimaryCareOverlayFirstScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .action_container,.root-web-sdk #containerForm.pulse-rav .AboutPrimaryCareOverlayMessagingScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .action_container,.root-web-sdk #containerForm.pulse-rav .AboutPrimaryCareOverlaySecondScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .action_container{display:flex;align-items:center;flex-direction:column;max-width:100% !important}.root-web-sdk #containerForm .AboutPrimaryCareOverlayFirstScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .action_container button,.root-web-sdk #containerForm .AboutPrimaryCareOverlayMessagingScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .action_container button,.root-web-sdk #containerForm .AboutPrimaryCareOverlaySecondScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .action_container button,.root-web-sdk #containerForm.pulse-rav .AboutPrimaryCareOverlayFirstScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .action_container button,.root-web-sdk #containerForm.pulse-rav .AboutPrimaryCareOverlayMessagingScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .action_container button,.root-web-sdk #containerForm.pulse-rav .AboutPrimaryCareOverlaySecondScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .action_container button{margin-bottom:32px;margin-top:0;font-size:1.125rem}.root-web-sdk #containerForm .AboutPrimaryCareOverlayFirstScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .action_container button.button-close_button,.root-web-sdk #containerForm .AboutPrimaryCareOverlayMessagingScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .action_container button.button-close_button,.root-web-sdk #containerForm .AboutPrimaryCareOverlaySecondScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .action_container button.button-close_button,.root-web-sdk #containerForm.pulse-rav .AboutPrimaryCareOverlayFirstScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .action_container button.button-close_button,.root-web-sdk #containerForm.pulse-rav .AboutPrimaryCareOverlayMessagingScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .action_container button.button-close_button,.root-web-sdk #containerForm.pulse-rav .AboutPrimaryCareOverlaySecondScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .action_container button.button-close_button{--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity));background-color:transparent;padding:0;border-width:0}.root-web-sdk #containerForm .AboutPrimaryCareOverlayFirstScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .action_container button.button-close_button:focus,.root-web-sdk #containerForm .AboutPrimaryCareOverlayMessagingScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .action_container button.button-close_button:focus,.root-web-sdk #containerForm .AboutPrimaryCareOverlaySecondScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .action_container button.button-close_button:focus,.root-web-sdk #containerForm.pulse-rav .AboutPrimaryCareOverlayFirstScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .action_container button.button-close_button:focus,.root-web-sdk #containerForm.pulse-rav .AboutPrimaryCareOverlayMessagingScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .action_container button.button-close_button:focus,.root-web-sdk #containerForm.pulse-rav .AboutPrimaryCareOverlaySecondScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .action_container button.button-close_button:focus{box-shadow:0 0 0 2px #fff,0 0 2px 4px rgba(0,96,252,0.6)}.root-web-sdk #containerForm .AboutPrimaryCareOverlayFirstScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .action_container button.button-go_to_first_button,.root-web-sdk #containerForm .AboutPrimaryCareOverlayFirstScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .action_container button.button-go_to_second_button,.root-web-sdk #containerForm .AboutPrimaryCareOverlayFirstScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .action_container button.button-schedule_visit_button,.root-web-sdk #containerForm .AboutPrimaryCareOverlayMessagingScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .action_container button.button-go_to_first_button,.root-web-sdk #containerForm .AboutPrimaryCareOverlayMessagingScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .action_container button.button-go_to_second_button,.root-web-sdk #containerForm .AboutPrimaryCareOverlayMessagingScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .action_container button.button-schedule_visit_button,.root-web-sdk #containerForm .AboutPrimaryCareOverlaySecondScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .action_container button.button-go_to_first_button,.root-web-sdk #containerForm .AboutPrimaryCareOverlaySecondScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .action_container button.button-go_to_second_button,.root-web-sdk #containerForm .AboutPrimaryCareOverlaySecondScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .action_container button.button-schedule_visit_button,.root-web-sdk #containerForm.pulse-rav .AboutPrimaryCareOverlayFirstScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .action_container button.button-go_to_first_button,.root-web-sdk #containerForm.pulse-rav .AboutPrimaryCareOverlayFirstScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .action_container button.button-go_to_second_button,.root-web-sdk #containerForm.pulse-rav .AboutPrimaryCareOverlayFirstScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .action_container button.button-schedule_visit_button,.root-web-sdk #containerForm.pulse-rav .AboutPrimaryCareOverlayMessagingScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .action_container button.button-go_to_first_button,.root-web-sdk #containerForm.pulse-rav .AboutPrimaryCareOverlayMessagingScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .action_container button.button-go_to_second_button,.root-web-sdk #containerForm.pulse-rav .AboutPrimaryCareOverlayMessagingScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .action_container button.button-schedule_visit_button,.root-web-sdk #containerForm.pulse-rav .AboutPrimaryCareOverlaySecondScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .action_container button.button-go_to_first_button,.root-web-sdk #containerForm.pulse-rav .AboutPrimaryCareOverlaySecondScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .action_container button.button-go_to_second_button,.root-web-sdk #containerForm.pulse-rav .AboutPrimaryCareOverlaySecondScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .action_container button.button-schedule_visit_button{padding:.75rem 2rem;border-radius:9999px}.root-web-sdk #containerForm .AboutPrimaryCareOverlayFirstScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .action_container button.button-go_to_second_button,.root-web-sdk #containerForm .AboutPrimaryCareOverlayFirstScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .action_container button.button-schedule_visit_button,.root-web-sdk #containerForm .AboutPrimaryCareOverlayMessagingScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .action_container button.button-go_to_second_button,.root-web-sdk #containerForm .AboutPrimaryCareOverlayMessagingScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .action_container button.button-schedule_visit_button,.root-web-sdk #containerForm .AboutPrimaryCareOverlaySecondScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .action_container button.button-go_to_second_button,.root-web-sdk #containerForm .AboutPrimaryCareOverlaySecondScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .action_container button.button-schedule_visit_button,.root-web-sdk #containerForm.pulse-rav .AboutPrimaryCareOverlayFirstScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .action_container button.button-go_to_second_button,.root-web-sdk #containerForm.pulse-rav .AboutPrimaryCareOverlayFirstScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .action_container button.button-schedule_visit_button,.root-web-sdk #containerForm.pulse-rav .AboutPrimaryCareOverlayMessagingScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .action_container button.button-go_to_second_button,.root-web-sdk #containerForm.pulse-rav .AboutPrimaryCareOverlayMessagingScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .action_container button.button-schedule_visit_button,.root-web-sdk #containerForm.pulse-rav .AboutPrimaryCareOverlaySecondScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .action_container button.button-go_to_second_button,.root-web-sdk #containerForm.pulse-rav .AboutPrimaryCareOverlaySecondScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .action_container button.button-schedule_visit_button{--bg-opacity:1;background-color:#422981;background-color:rgba(66, 41, 129, var(--bg-opacity))}.root-web-sdk #containerForm .AboutPrimaryCareOverlayFirstScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .action_container button.button-go_to_second_button:hover,.root-web-sdk #containerForm .AboutPrimaryCareOverlayFirstScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .action_container button.button-schedule_visit_button:hover,.root-web-sdk #containerForm .AboutPrimaryCareOverlayMessagingScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .action_container button.button-go_to_second_button:hover,.root-web-sdk #containerForm .AboutPrimaryCareOverlayMessagingScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .action_container button.button-schedule_visit_button:hover,.root-web-sdk #containerForm .AboutPrimaryCareOverlaySecondScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .action_container button.button-go_to_second_button:hover,.root-web-sdk #containerForm .AboutPrimaryCareOverlaySecondScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .action_container button.button-schedule_visit_button:hover,.root-web-sdk #containerForm.pulse-rav .AboutPrimaryCareOverlayFirstScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .action_container button.button-go_to_second_button:hover,.root-web-sdk #containerForm.pulse-rav .AboutPrimaryCareOverlayFirstScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .action_container button.button-schedule_visit_button:hover,.root-web-sdk #containerForm.pulse-rav .AboutPrimaryCareOverlayMessagingScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .action_container button.button-go_to_second_button:hover,.root-web-sdk #containerForm.pulse-rav .AboutPrimaryCareOverlayMessagingScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .action_container button.button-schedule_visit_button:hover,.root-web-sdk #containerForm.pulse-rav .AboutPrimaryCareOverlaySecondScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .action_container button.button-go_to_second_button:hover,.root-web-sdk #containerForm.pulse-rav .AboutPrimaryCareOverlaySecondScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .action_container button.button-schedule_visit_button:hover{--text-opacity:1;color:#422981;color:rgba(66, 41, 129, var(--text-opacity));--bg-opacity:1;background-color:#f0e6f4;background-color:rgba(240, 230, 244, var(--bg-opacity));--border-opacity:1;border-color:#f0e6f4;border-color:rgba(240, 230, 244, var(--border-opacity))}.root-web-sdk #containerForm .AboutPrimaryCareOverlayFirstScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .action_container button.button-go_to_first_button,.root-web-sdk #containerForm .AboutPrimaryCareOverlayMessagingScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .action_container button.button-go_to_first_button,.root-web-sdk #containerForm .AboutPrimaryCareOverlaySecondScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .action_container button.button-go_to_first_button,.root-web-sdk #containerForm.pulse-rav .AboutPrimaryCareOverlayFirstScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .action_container button.button-go_to_first_button,.root-web-sdk #containerForm.pulse-rav .AboutPrimaryCareOverlayMessagingScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .action_container button.button-go_to_first_button,.root-web-sdk #containerForm.pulse-rav .AboutPrimaryCareOverlaySecondScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .action_container button.button-go_to_first_button{--border-opacity:1;border:1px solid #5156f5;border-color:rgba(81, 86, 245, var(--border-opacity));--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));color:#2c2a29;color:rgba(44, 42, 41, var(--text-opacity));--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity))}@media (min-width: 576px){.root-web-sdk #containerForm .AboutPrimaryCareOverlayFirstScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .action_container,.root-web-sdk #containerForm .AboutPrimaryCareOverlayMessagingScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .action_container,.root-web-sdk #containerForm .AboutPrimaryCareOverlaySecondScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .action_container,.root-web-sdk #containerForm.pulse-rav .AboutPrimaryCareOverlayFirstScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .action_container,.root-web-sdk #containerForm.pulse-rav .AboutPrimaryCareOverlayMessagingScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .action_container,.root-web-sdk #containerForm.pulse-rav .AboutPrimaryCareOverlaySecondScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .action_container{flex-direction:row}.root-web-sdk #containerForm .AboutPrimaryCareOverlayFirstScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .action_container button,.root-web-sdk #containerForm .AboutPrimaryCareOverlayMessagingScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .action_container button,.root-web-sdk #containerForm .AboutPrimaryCareOverlaySecondScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .action_container button,.root-web-sdk #containerForm.pulse-rav .AboutPrimaryCareOverlayFirstScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .action_container button,.root-web-sdk #containerForm.pulse-rav .AboutPrimaryCareOverlayMessagingScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .action_container button,.root-web-sdk #containerForm.pulse-rav .AboutPrimaryCareOverlaySecondScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .action_container button{width:auto;margin-top:0;margin-bottom:0}.root-web-sdk #containerForm .AboutPrimaryCareOverlayFirstScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .action_container button.button-close_button,.root-web-sdk #containerForm .AboutPrimaryCareOverlayMessagingScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .action_container button.button-close_button,.root-web-sdk #containerForm .AboutPrimaryCareOverlaySecondScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .action_container button.button-close_button,.root-web-sdk #containerForm.pulse-rav .AboutPrimaryCareOverlayFirstScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .action_container button.button-close_button,.root-web-sdk #containerForm.pulse-rav .AboutPrimaryCareOverlayMessagingScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .action_container button.button-close_button,.root-web-sdk #containerForm.pulse-rav .AboutPrimaryCareOverlaySecondScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .action_container button.button-close_button{margin-right:auto}.root-web-sdk #containerForm .AboutPrimaryCareOverlayFirstScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .action_container button.button-go_to_second_button,.root-web-sdk #containerForm .AboutPrimaryCareOverlayFirstScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .action_container button.button-schedule_visit_button,.root-web-sdk #containerForm .AboutPrimaryCareOverlayMessagingScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .action_container button.button-go_to_second_button,.root-web-sdk #containerForm .AboutPrimaryCareOverlayMessagingScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .action_container button.button-schedule_visit_button,.root-web-sdk #containerForm .AboutPrimaryCareOverlaySecondScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .action_container button.button-go_to_second_button,.root-web-sdk #containerForm .AboutPrimaryCareOverlaySecondScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .action_container button.button-schedule_visit_button,.root-web-sdk #containerForm.pulse-rav .AboutPrimaryCareOverlayFirstScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .action_container button.button-go_to_second_button,.root-web-sdk #containerForm.pulse-rav .AboutPrimaryCareOverlayFirstScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .action_container button.button-schedule_visit_button,.root-web-sdk #containerForm.pulse-rav .AboutPrimaryCareOverlayMessagingScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .action_container button.button-go_to_second_button,.root-web-sdk #containerForm.pulse-rav .AboutPrimaryCareOverlayMessagingScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .action_container button.button-schedule_visit_button,.root-web-sdk #containerForm.pulse-rav .AboutPrimaryCareOverlaySecondScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .action_container button.button-go_to_second_button,.root-web-sdk #containerForm.pulse-rav .AboutPrimaryCareOverlaySecondScreen-dialog-wrapper .dialog-web-sdk .dialog-content-web-sdk .action_container button.button-schedule_visit_button{margin-left:1rem}}.root-web-sdk #containerForm .AboutPrimaryCareOverlayMessagingScreen-dialog-wrapper .dialog-content-web-sdk p.description3,.root-web-sdk #containerForm.pulse-rav .AboutPrimaryCareOverlayMessagingScreen-dialog-wrapper .dialog-content-web-sdk p.description3{padding-left:.5rem}.root-web-sdk #containerForm .AboutPrimaryCareOverlayMessagingScreen-dialog-wrapper .dialog-content-web-sdk div.action_container,.root-web-sdk #containerForm.pulse-rav .AboutPrimaryCareOverlayMessagingScreen-dialog-wrapper .dialog-content-web-sdk div.action_container{margin-top:3rem}.root-web-sdk #containerForm .InsuranceCapture,.root-web-sdk #containerForm.pulse-rav .InsuranceCapture{margin-bottom:3rem}.root-web-sdk #containerForm .InsuranceCapture .required_sign,.root-web-sdk #containerForm.pulse-rav .InsuranceCapture .required_sign{--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity));margin-bottom:32px}.root-web-sdk #containerForm .InsuranceCapture .insurance_capture_text,.root-web-sdk #containerForm.pulse-rav .InsuranceCapture .insurance_capture_text{margin-bottom:32px;--text-opacity:1;color:#000;color:rgba(0, 0, 0, var(--text-opacity))}.root-web-sdk #containerForm .InsuranceCapture label>span,.root-web-sdk #containerForm.pulse-rav .InsuranceCapture label>span{margin-bottom:.75rem}.root-web-sdk #containerForm .InsuranceCapture .photo-preview-wrapper,.root-web-sdk #containerForm.pulse-rav .InsuranceCapture .photo-preview-wrapper{margin-bottom:32px}.root-web-sdk #containerForm .InsuranceCapture .photo-preview-wrapper .photo-button-web-sdk,.root-web-sdk #containerForm.pulse-rav .InsuranceCapture .photo-preview-wrapper .photo-button-web-sdk{--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));width:13.75rem;height:8.5rem;box-shadow:0 2px 8px rgba(102,111,127,0.24)}.root-web-sdk #containerForm .InsuranceCapture .photo-preview-wrapper .photo-button-web-sdk:not(.invalid),.root-web-sdk #containerForm.pulse-rav .InsuranceCapture .photo-preview-wrapper .photo-button-web-sdk:not(.invalid){border-width:1px;--border-opacity:1;border-color:#e5e8e8;border-color:rgba(229, 232, 232, var(--border-opacity))}.root-web-sdk #containerForm .InsuranceCapture .photo-preview-wrapper .photo-button-web-sdk:focus,.root-web-sdk #containerForm.pulse-rav .InsuranceCapture .photo-preview-wrapper .photo-button-web-sdk:focus{border-radius:.25rem;outline:2px solid transparent;outline-offset:2px;box-shadow:0 0 0 2px #5b2f91}.root-web-sdk #containerForm .InsuranceCapture .photo-preview-wrapper .photo-button-web-sdk img,.root-web-sdk #containerForm.pulse-rav .InsuranceCapture .photo-preview-wrapper .photo-button-web-sdk img{height:100%;max-height:8.5rem}.root-web-sdk #containerForm .InsuranceCapture .photo-preview-wrapper .photo-button-web-sdk .photo-button-web-sdk-ico,.root-web-sdk #containerForm.pulse-rav .InsuranceCapture .photo-preview-wrapper .photo-button-web-sdk .photo-button-web-sdk-ico{background-image:url(https://assets.livongo.com/image/upload/v1713281972/web-sdk/icons/pulse-upload-icon-blue.svg)}.root-web-sdk #containerForm .InsuranceCapture .photo-preview-wrapper .loader-wrapper,.root-web-sdk #containerForm.pulse-rav .InsuranceCapture .photo-preview-wrapper .loader-wrapper{display:flex;justify-content:center;align-items:center;width:13.75rem;height:8.5rem}.root-web-sdk #containerForm .VisitCancellation .button-left-arrow-web-sdk{display:none}.root-web-sdk #containerForm .VisitCancellation .screen-fields-web-sdk .cancelAlert{padding:1rem 1.5rem;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));--border-opacity:1;border:2px solid #a07b02;border-color:rgba(160, 123, 2, var(--border-opacity));border-radius:.5rem;position:relative;font-size:1.125rem;line-height:1.75rem;font-weight:400;--text-opacity:1;color:#696b6b;color:rgba(105, 107, 107, var(--text-opacity))}.root-web-sdk #containerForm .VisitCancellation .screen-fields-web-sdk .cancelAlert .link{font-size:1.125rem}.root-web-sdk #containerForm .VisitCancellation .screen-fields-web-sdk .cancelAlertWaiver{padding:1rem 1.5rem;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));--border-opacity:1;border:2px solid #a07b02;border-color:rgba(160, 123, 2, var(--border-opacity));border-radius:.5rem;position:relative;font-size:1.125rem;line-height:1.75rem;font-weight:400;--text-opacity:1;color:#696b6b;color:rgba(105, 107, 107, var(--text-opacity));width:101%}.root-web-sdk #containerForm .VisitCancellation .screen-fields-web-sdk .cancelAlertWaiver .link{font-size:1.125rem;font-weight:500;text-decoration:underline;--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity))}.root-web-sdk #containerForm .VisitCancellation .screen-fields-web-sdk .visitInfo{font-family:Effra,Arial,sans-serif;font-size:1.5rem;--text-opacity:1;color:#000;color:rgba(0, 0, 0, var(--text-opacity));font-weight:400}.root-web-sdk #containerForm .VisitCancellation .screen-fields-web-sdk .requiredNotice{--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity));margin-top:1.25rem;margin-bottom:1.25rem}.root-web-sdk #containerForm .VisitCancellation .screen-fields-web-sdk .custom-select-web-sdk.invalid{margin-bottom:.5rem}.root-web-sdk #containerForm .VisitCancellation .screen-fields-web-sdk .label-web-sdk{font-size:1.125rem;line-height:1.75rem}.root-web-sdk #containerForm .VisitCancellation .screen-fields-web-sdk .label-web-sdk span{--text-opacity:1;color:#565757;color:rgba(86, 87, 87, var(--text-opacity));font-weight:500}.root-web-sdk #containerForm .VisitCancellation .screen-fields-web-sdk .label-web-sdk.invalid span{--text-opacity:1;color:#c9311a;color:rgba(201, 49, 26, var(--text-opacity))}.root-web-sdk #containerForm .VisitCancellation .screen-fields-web-sdk label[data-testid=label-reason_explanation]{margin-top:-.5rem}.root-web-sdk #containerForm .VisitCancellation .screen-fields-web-sdk .inline-error-message-web-sdk{margin-left:.5rem;margin-top:.5rem;line-height:20px;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));font-size:1.125rem}.root-web-sdk #containerForm .VisitCancellation .screen-fields-web-sdk .inline-error-message-web-sdk:before{position:relative;margin-bottom:32px;padding-left:1.5rem;background:url(https://assets.livongo.com/image/upload/v1713278586/web-sdk/icons/icon-error-sign.svg) no-repeat;top:3px;right:5px}.root-web-sdk #containerForm .VisitCancellation .screen-fields-web-sdk .container-web-sdk{max-width:100%;display:grid;grid-template-columns:repeat(1, minmax(0, 1fr));margin-bottom:1.5rem;margin-top:.5rem;border-radius:.5rem;border:1px solid #ececec;box-shadow:0 1px 4px 1px rgba(0,0,0,0.08)}.root-web-sdk #containerForm .VisitCancellation .screen-fields-web-sdk .container-web-sdk p{display:block;align-self:center;margin-left:32px;font-weight:400;grid-column:span 1/span 1;font-size:1rem}.root-web-sdk #containerForm .VisitCancellation .screen-fields-web-sdk .container-web-sdk p[data-testId=text-title]{margin-top:1.25rem;margin-bottom:0;font-weight:500;font-size:1.125rem}.root-web-sdk #containerForm .VisitCancellation .screen-fields-web-sdk .container-web-sdk p[data-testId=text-description]{margin-bottom:1.5rem}.root-web-sdk #containerForm .VisitCancellation .screen-fields-web-sdk .container-web-sdk .TDFieldOptionRight{grid-column:last-col/span 1;grid-row:1/last-line;grid-row-end:span 90;justify-self:center;margin-right:1.5rem;margin-top:32px;padding-left:.25rem;padding-right:.25rem;--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity));--bg-opacity:1;background-color:#696b6b;background-color:rgba(105, 107, 107, var(--bg-opacity));line-height:1.5rem;font-size:1rem;border-radius:.25rem}.root-web-sdk #containerForm .VisitCancellation .screen-fields-web-sdk .cancel-error-container{padding:1rem;--border-opacity:1;border-radius:.5rem;border:2px solid #ff4d2d;border-color:rgba(255, 77, 45, var(--border-opacity));border-top:8px solid rgba(255, 77, 45, var(--border-opacity))}.root-web-sdk #containerForm .VisitCancellation .screen-fields-web-sdk .cancel-error-container .cancelError{font-size:1.375rem;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));font-weight:400;padding-left:2rem;margin:0}.root-web-sdk #containerForm .VisitCancellation .screen-fields-web-sdk .cancel-error-container .cancelError:before{content:"";position:relative;padding-left:2rem;background:url(https://assets.livongo.com/image/upload/v1713278586/web-sdk/icons/icon-error-sign.svg) no-repeat;background-size:20px;top:6px;margin-left:-2rem}.root-web-sdk #containerForm .VisitCancellation .screen-fields-web-sdk .cancel-error-container .cancelError-secondary{--text-opacity:1;color:#696b6b;color:rgba(105, 107, 107, var(--text-opacity));margin:0 0 0 32px}.root-web-sdk #containerForm .VisitCancellation .screen-fields-web-sdk .cancel-option-container{display:flex;flex-direction:row;justify-content:space-between;align-items:stretch;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));border-style:none;margin-bottom:1.5rem;margin-top:0;box-shadow:none;grid-gap:1.5rem;gap:1.5rem}.root-web-sdk #containerForm .VisitCancellation .screen-fields-web-sdk .cancel-option-container:hover{border-style:none;box-shadow:none}.root-web-sdk #containerForm .VisitCancellation .screen-fields-web-sdk .cancel-option-container .cancelSpacer,.root-web-sdk #containerForm .VisitCancellation .screen-fields-web-sdk .cancel-option-container .rescheduleSpacer{display:flex;flex-direction:column-reverse;justify-content:center;width:10rem;--border-opacity:1;border-color:#e5e8e8;border-color:rgba(229, 232, 232, var(--border-opacity));margin-bottom:.5rem;margin-top:0;flex-grow:1;--bg-opacity:1;background-color:#f7f9f9;background-color:rgba(247, 249, 249, var(--bg-opacity));box-shadow:none}.root-web-sdk #containerForm .VisitCancellation .screen-fields-web-sdk .cancel-option-container .cancelSpacer.inactive,.root-web-sdk #containerForm .VisitCancellation .screen-fields-web-sdk .cancel-option-container .rescheduleSpacer.inactive{border-width:1px;--border-opacity:1;border-color:#e5e8e8;border-color:rgba(229, 232, 232, var(--border-opacity));--bg-opacity:1;background-color:#f7f9f9;background-color:rgba(247, 249, 249, var(--bg-opacity));border-radius:.5rem;opacity:.4}.root-web-sdk #containerForm .VisitCancellation .screen-fields-web-sdk .cancel-option-container .cancelSpacer.inactive:hover,.root-web-sdk #containerForm .VisitCancellation .screen-fields-web-sdk .cancel-option-container .rescheduleSpacer.inactive:hover{--border-opacity:1;border-color:#e5e8e8;border-color:rgba(229, 232, 232, var(--border-opacity))}.root-web-sdk #containerForm .VisitCancellation .screen-fields-web-sdk .cancel-option-container .cancelSpacer .text-web-sdk,.root-web-sdk #containerForm .VisitCancellation .screen-fields-web-sdk .cancel-option-container .rescheduleSpacer .text-web-sdk{margin-left:0;margin-top:.5rem;margin-bottom:.5rem;--text-opacity:1;color:#565757;color:rgba(86, 87, 87, var(--text-opacity))}.root-web-sdk #containerForm .VisitCancellation .screen-fields-web-sdk .cancel-option-container .cancelSpacer .image-placeholder-websdk,.root-web-sdk #containerForm .VisitCancellation .screen-fields-web-sdk .cancel-option-container .rescheduleSpacer .image-placeholder-websdk{margin-top:1rem;height:1.5rem;width:1.5rem;background-position:50%;background-repeat:no-repeat;background-size:contain;align-self:center}.root-web-sdk #containerForm .VisitCancellation .screen-fields-web-sdk .cancel-option-container .cancelSpacer .image-placeholder-websdk.ic_pulse_cancel_default,.root-web-sdk #containerForm .VisitCancellation .screen-fields-web-sdk .cancel-option-container .rescheduleSpacer .image-placeholder-websdk.ic_pulse_cancel_default{background-image:url(https://assets.livongo.com/image/upload/v1713282136/web-sdk/icons/stop-option-default_fnpmm3.svg)}.root-web-sdk #containerForm .VisitCancellation .screen-fields-web-sdk .cancel-option-container .cancelSpacer .image-placeholder-websdk.ic_pulse_reschedule_default,.root-web-sdk #containerForm .VisitCancellation .screen-fields-web-sdk .cancel-option-container .rescheduleSpacer .image-placeholder-websdk.ic_pulse_reschedule_default{background-image:url(https://assets.livongo.com/image/upload/v1713282005/web-sdk/icons/reload-option-default_pohtyk.svg)}.root-web-sdk #containerForm .VisitCancellation .screen-fields-web-sdk .cancel-option-container .cancelSpacer.select,.root-web-sdk #containerForm .VisitCancellation .screen-fields-web-sdk .cancel-option-container .rescheduleSpacer.select{--bg-opacity:1;background-color:#e2f3ff;background-color:rgba(226, 243, 255, var(--bg-opacity))}.root-web-sdk #containerForm .VisitCancellation .screen-fields-web-sdk .cancel-option-container .cancelSpacer.select .ic_pulse_cancel_default,.root-web-sdk #containerForm .VisitCancellation .screen-fields-web-sdk .cancel-option-container .rescheduleSpacer.select .ic_pulse_cancel_default{background-image:url(https://assets.livongo.com/image/upload/v1713282122/web-sdk/icons/stop-option-active_dushlw.svg)}.root-web-sdk #containerForm .VisitCancellation .screen-fields-web-sdk .cancel-option-container .cancelSpacer.select .ic_pulse_reschedule_default,.root-web-sdk #containerForm .VisitCancellation .screen-fields-web-sdk .cancel-option-container .rescheduleSpacer.select .ic_pulse_reschedule_default{background-image:url(https://assets.livongo.com/image/upload/v1713281992/web-sdk/icons/reload-option-active_cbhl5i.svg)}.root-web-sdk #containerForm .VisitCancellation .screen-fields-web-sdk .cancel-option-container .cancelSpacer:hover,.root-web-sdk #containerForm .VisitCancellation .screen-fields-web-sdk .cancel-option-container .rescheduleSpacer:hover{--border-opacity:1;border-color:#0060fc;border-color:rgba(0, 96, 252, var(--border-opacity))}.root-web-sdk #containerForm .VisitCancellation .screen-fields-web-sdk .cancel-option-container .cancelSpacer:focus,.root-web-sdk #containerForm .VisitCancellation .screen-fields-web-sdk .cancel-option-container .rescheduleSpacer:focus{--border-opacity:1;border-color:#0060fc;border-color:rgba(0, 96, 252, var(--border-opacity));border-width:1px;box-shadow:0 0 0 2px #fff,0 0 2px 4px rgba(0,96,252,0.6)}.root-web-sdk #containerForm .VisitCancellation .screen-fields-web-sdk .cancel-option-container .cancelSpacer .text_field_cancel,.root-web-sdk #containerForm .VisitCancellation .screen-fields-web-sdk .cancel-option-container .cancelSpacer .text_field_reschedule,.root-web-sdk #containerForm .VisitCancellation .screen-fields-web-sdk .cancel-option-container .rescheduleSpacer .text_field_cancel,.root-web-sdk #containerForm .VisitCancellation .screen-fields-web-sdk .cancel-option-container .rescheduleSpacer .text_field_reschedule{font-size:1.125rem;font-weight:500}.root-web-sdk #containerForm .VisitCancellation .screen-fields-web-sdk .cancel-option-container .rescheduleContainer{margin-right:1rem}.root-web-sdk #containerForm .VisitCancellation .screen-fields-web-sdk .cancel-option-container .cancelContainer{margin-left:1rem}.root-web-sdk #containerForm .VisitCancellation .screen-fields-web-sdk .text-web-sdk[class*=errorOption]{margin-left:.5rem;margin-top:-1.5rem;line-height:1.5rem;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity))}.root-web-sdk #containerForm .VisitCancellation .screen-fields-web-sdk .text-web-sdk[class*=errorOption]:before{content:url(https://assets.livongo.com/image/upload/v1713278586/web-sdk/icons/icon-error-sign.svg);top:1px;right:5px;position:relative;margin-bottom:32px}.root-web-sdk #containerForm .VisitCancellation .screen-fields-web-sdk .hidden-field{display:none}.root-web-sdk #containerForm .VisitCancellation .screen-fields-web-sdk .button-submitButton:not(.only-of-kind){order:9999;padding:0;min-width:0;width:auto;border-style:none;line-height:1.5rem;margin-bottom:2.5rem;margin-top:0;background-color:transparent;--text-opacity:1;color:#5b2f91;color:rgba(91, 47, 145, var(--text-opacity));text-align:left}.root-web-sdk #containerForm .VisitCancellation .screen-fields-web-sdk .button-submitButton:not(.only-of-kind):focus{background-color:transparent;box-shadow:none}.root-web-sdk #containerForm .VisitCancellation .screen-fields-web-sdk .button-submitButton:not(.only-of-kind):hover{background-color:transparent;--text-opacity:1;color:#5b2f91;color:rgba(91, 47, 145, var(--text-opacity))}@media (min-width: 576px){.root-web-sdk #containerForm .VisitCancellation .screen-fields-web-sdk .button-submitButton:not(.only-of-kind){width:10rem}}.root-web-sdk #containerForm .VisitCancellation+.dialog-overlay-web-sdk .dialog-header-web-sdk{border-bottom-width:0;margin-bottom:0 !important}.root-web-sdk #containerForm .VisitCancellation+.dialog-overlay-web-sdk .dialog-header-web-sdk .dialog-web-sdk-ico-close{min-width:0 !important;position:relative !important;height:12px;width:12px;top:.75rem}.root-web-sdk #containerForm .VisitCancellation+.dialog-overlay-web-sdk .dialog-content-web-sdk{padding-top:0 !important}.root-web-sdk #containerForm .VisitCancellation+.dialog-overlay-web-sdk .dialog-header-web-sdk[data-testid=text-lcns_warning]{font-size:1.875rem !important}.root-web-sdk #containerForm .VisitCancellation+.dialog-overlay-web-sdk .text-web-sdk[data-testid=text-lcns_warning]{position:relative;bottom:1.25rem;font-size:15px;padding-left:1.25rem;margin-bottom:0;background:url(https://assets.livongo.com/image/upload/v1713278779/web-sdk/icons/lcns-info.svg) no-repeat scroll 0 0}.root-web-sdk #containerForm .VisitCancellation+.dialog-overlay-web-sdk .html-text-web-sdk a{text-decoration:none;--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity));font-size:18px;font-weight:500;position:relative;top:.75rem}.root-web-sdk #containerForm .VisitCancellation+.dialog-overlay-web-sdk .radio-group-container{height:auto !important;width:auto !important;margin-top:0}.root-web-sdk #containerForm .VisitCancellation+.dialog-overlay-web-sdk .radio-group-container .inline-error-message-web-sdk{font-size:1rem;padding-bottom:1rem}.root-web-sdk #containerForm .VisitCancellation+.dialog-overlay-web-sdk .radio-buttons-container{display:flex}.root-web-sdk #containerForm .VisitCancellation+.dialog-overlay-web-sdk .radio-buttons-container .radio-web-sdk{margin-right:32px !important}.root-web-sdk #containerForm .VisitCancellation+.dialog-overlay-web-sdk .buttonContainer{display:flex;flex-direction:row;justify-content:space-between}.root-web-sdk #containerForm .VisitCancellation+.dialog-overlay-web-sdk .buttonContainer .button-progress_button{width:138px;height:48px;margin:0 !important}.root-web-sdk #containerForm .VisitCancellation+.dialog-overlay-web-sdk .buttonContainer .policy_link{margin:0 !important}.root-web-sdk #containerForm .WomensQuestions .screen-fields-web-sdk .required_label{--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity));margin-bottom:1.5rem}.root-web-sdk #containerForm .WomensQuestions .screen-fields-web-sdk .field-wrapper-web-sdk,.root-web-sdk #containerForm .WomensQuestions .screen-fields-web-sdk .radio-group-container{margin-bottom:1.5rem}.root-web-sdk #containerForm .WomensQuestions .screen-fields-web-sdk .field-wrapper-web-sdk .label-web-sdk span,.root-web-sdk #containerForm .WomensQuestions .screen-fields-web-sdk .radio-group-container .label-web-sdk span{--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity))}.root-web-sdk #containerForm .WomensQuestions .screen-fields-web-sdk .field-wrapper-web-sdk input,.root-web-sdk #containerForm .WomensQuestions .screen-fields-web-sdk .radio-group-container input{border-radius:.5rem}.root-web-sdk #containerForm .WomensQuestions .screen-fields-web-sdk .field-wrapper-web-sdk input:focus,.root-web-sdk #containerForm .WomensQuestions .screen-fields-web-sdk .radio-group-container input:focus{outline:2px solid transparent;outline-offset:2px}.root-web-sdk #containerForm .WomensQuestions .screen-fields-web-sdk .field-wrapper-web-sdk .custom-select-wrapper-web-sdk input,.root-web-sdk #containerForm .WomensQuestions .screen-fields-web-sdk .radio-group-container .custom-select-wrapper-web-sdk input{width:100%}.root-web-sdk #containerForm .WomensQuestions .screen-fields-web-sdk .field-wrapper-web-sdk .react-datepicker-wrapper,.root-web-sdk #containerForm .WomensQuestions .screen-fields-web-sdk .radio-group-container .react-datepicker-wrapper{margin-bottom:.5rem}.root-web-sdk #containerForm .WomensQuestions .screen-fields-web-sdk .field-wrapper-web-sdk .react-datepicker-wrapper input,.root-web-sdk #containerForm .WomensQuestions .screen-fields-web-sdk .radio-group-container .react-datepicker-wrapper input{padding-right:2.5rem}.root-web-sdk #containerForm .WomensQuestions .screen-fields-web-sdk .field-wrapper-web-sdk .react-datepicker-wrapper .date-picker-toggle-button.default-icon,.root-web-sdk #containerForm .WomensQuestions .screen-fields-web-sdk .radio-group-container .react-datepicker-wrapper .date-picker-toggle-button.default-icon{background:url(https://assets.livongo.com/image/upload/v1713275879/web-sdk/icons/calendar.svg) no-repeat scroll 50%}.root-web-sdk #containerForm .WomensQuestions .screen-fields-web-sdk .field-wrapper-web-sdk .button-submit_button,.root-web-sdk #containerForm .WomensQuestions .screen-fields-web-sdk .radio-group-container .button-submit_button{margin-top:1.75rem}.root-web-sdk #containerForm .ImagesList .list-item-web-sdk.image-list-item-web-sdk{min-height:6.25rem}.root-web-sdk #containerForm .ImagesList h1[data-testId=text-pageTitle]{display:block;width:100%;font-weight:500;font-size:2.5rem;text-align:left;line-height:2.5rem;margin-bottom:1rem}@media (min-width: 768px){.root-web-sdk #containerForm .ImagesList h1[data-testId=text-pageTitle]{margin-top:32px}}@media (min-width: 992px){.root-web-sdk #containerForm .ImagesList h1[data-testId=text-pageTitle]{margin-top:.5rem}}@media (min-width: 1200px){.root-web-sdk #containerForm .ImagesList h1[data-testId=text-pageTitle]{margin-top:0}}.root-web-sdk #containerForm .Transition{background-color:transparent;width:100%;height:100%;align-self:center;max-width:906px;border-radius:1rem;overflow:hidden;box-shadow:0 12px 30px 0 rgba(0,0,0,0.160784)}.root-web-sdk #containerForm .Transition .screen-fields-web-sdk{display:flex;width:100%;height:100%}@media (max-width: 940px){.root-web-sdk #containerForm .Transition .screen-fields-web-sdk{flex-direction:column}}.root-web-sdk #containerForm .Transition .gradient_bar{width:40%;background-image:linear-gradient(190.27deg, #0078bc -10.02%, #00498a 23.9%, #44267f 67.98%, #3e267f 126.23%)}@media (max-width: 1250px){.root-web-sdk #containerForm .Transition .gradient_bar{width:30%}}@media (max-width: 1080px){.root-web-sdk #containerForm .Transition .gradient_bar{width:20%}}@media (max-width: 940px){.root-web-sdk #containerForm .Transition:not(:has(.button-redirect)) .gradient_bar{width:100%;order:9999;height:20vh}}.root-web-sdk #containerForm .Transition .transition_screen_container{--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));display:flex;flex-direction:column;height:100%;padding:4rem 5rem;box-sizing:border-box;width:60%}@media (max-width: 1250px){.root-web-sdk #containerForm .Transition .transition_screen_container{width:70%}}@media (max-width: 1080px){.root-web-sdk #containerForm .Transition .transition_screen_container{width:80%}}@media (max-width: 940px){.root-web-sdk #containerForm .Transition .transition_screen_container{width:100%;overflow:auto}}@media (max-width: 480px){.root-web-sdk #containerForm .Transition .transition_screen_container{padding:2rem}}@media (max-width: 940px){.root-web-sdk #containerForm .Transition .transition_screen_container:has(.button-redirect){min-height:75vh}}.root-web-sdk #containerForm .Transition .skip_button_container{display:flex}.root-web-sdk #containerForm .Transition .skip_button_container .button-next{margin-left:auto}@media (max-width: 480px){.root-web-sdk #containerForm .Transition .skip_button_container .button-next{margin-left:0;margin-top:32px !important}}.root-web-sdk #containerForm .Transition .skip_button_container .skip_for_now{margin-top:56px}@media (max-width: 480px){.root-web-sdk #containerForm .Transition .skip_button_container .skip_for_now{margin-top:32px}}@media (max-width: 480px){.root-web-sdk #containerForm .Transition .skip_button_container{flex-direction:column}}.root-web-sdk #containerForm .Transition .teladoc-livongo-icon,.root-web-sdk #containerForm .Transition .teladoc-mystrength-icon,.root-web-sdk #containerForm .Transition .app_info,.root-web-sdk #containerForm .Transition .subtitle,.root-web-sdk #containerForm .Transition .teladoc_info,.root-web-sdk #containerForm .Transition .title{padding-bottom:1.5rem}.root-web-sdk #containerForm .Transition .teladoc-livongo-icon,.root-web-sdk #containerForm .Transition .teladoc-mystrength-icon{display:none}@media (min-width: 768px){.root-web-sdk #containerForm .Transition .teladoc-livongo-icon,.root-web-sdk #containerForm .Transition .teladoc-mystrength-icon{display:inline-block}}.root-web-sdk #containerForm .Transition .text-web-sdk,.root-web-sdk #containerForm .Transition .title-web-sdk{margin-bottom:0}.root-web-sdk #containerForm .Transition p.text-web-sdk,.root-web-sdk #containerForm .Transition span.text-web-sdk{font-size:1.125rem;font-family:Effra,Arial,sans-serif;font-weight:400}.root-web-sdk #containerForm .Transition .teladoc_info,.root-web-sdk #containerForm .Transition .app_info{overflow:hidden}.root-web-sdk #containerForm .Transition .image-placeholder-websdk.person-icon,.root-web-sdk #containerForm .Transition .image-placeholder-websdk.phone-icon{padding:initial;display:inline;border-style:none;text-align:initial}.root-web-sdk #containerForm .Transition .person-icon:before{content:url(https://assets.livongo.com/image/upload/v1713278906/web-sdk/icons/person-icon.svg);height:3rem;width:3.5rem;float:left;text-align:match-parent;margin-right:-.5rem}.root-web-sdk #containerForm .Transition .phone-icon:before{content:url(https://assets.livongo.com/image/upload/v1713278953/web-sdk/icons/phone-icon.svg);height:3rem;width:3.5rem;float:left;text-align:match-parent;margin-left:.2rem;margin-right:-.8rem}.root-web-sdk #containerForm .Transition .teladoc-livongo-icon:before{content:url(https://assets.livongo.com/image/upload/v1713184708/web-sdk/images/teladoc-livongo-logo.svg);height:2.5rem}.root-web-sdk #containerForm .Transition .teladoc-mystrength-icon:before{content:url(https://assets.livongo.com/image/upload/v1713184710/web-sdk/images/teladoc-mystrength-logo.svg);height:2.5rem}@media (max-width: 768px){.root-web-sdk #containerForm .Transition .teladoc-livongo-icon,.root-web-sdk #containerForm .Transition .teladoc-mystrength-icon{display:none}}.root-web-sdk #containerForm .Transition h1.text-web-sdk.title,.root-web-sdk #containerForm .Transition h1.title-web-sdk.title{font-weight:700;font-size:2.25rem;line-height:2.5rem}.root-web-sdk #containerForm .Transition h1.text-web-sdk.title:focus,.root-web-sdk #containerForm .Transition h1.text-web-sdk.title:focus-visible,.root-web-sdk #containerForm .Transition h1.title-web-sdk.title:focus,.root-web-sdk #containerForm .Transition h1.title-web-sdk.title:focus-visible{outline:none}@media (max-width: 480px){.root-web-sdk #containerForm .Transition h1.text-web-sdk.title,.root-web-sdk #containerForm .Transition h1.title-web-sdk.title{font-size:1.5rem}}.root-web-sdk #containerForm .Transition .button-web-sdk{width:auto;align-self:flex-start;border-radius:9999px;padding:14px 2rem;margin-bottom:0 !important;box-sizing:border-box;margin-top:56px;--bg-opacity:1;background-color:#422981;background-color:rgba(66, 41, 129, var(--bg-opacity))}@media (max-width: 480px){.root-web-sdk #containerForm .Transition .button-web-sdk{align-self:center;margin-top:32px}}@media (max-width: 940px){.root-web-sdk #containerForm .Transition .button-redirect{border-radius:.5rem;margin-top:22px !important}}.root-web-sdk #containerForm .MiniReg .text-web-sdk.subtitle{font-size:1.125rem !important;--text-opacity:1;color:#181919;color:rgba(24, 25, 25, var(--text-opacity));line-height:1.75rem;margin-bottom:1rem;font-weight:400 !important}.root-web-sdk #containerForm .MiniReg .text-web-sdk.required_field_text{font-size:15px;margin-bottom:-.25rem;font-weight:400}.root-web-sdk #containerForm .MiniReg .TextInput-module__label{font-weight:500;font-size:1.125rem;margin-bottom:.5rem;line-height:1.125}.root-web-sdk #containerForm .PersonalInfoForm .dob_container{margin-bottom:32px;display:flex;flex-direction:column}.root-web-sdk #containerForm .PersonalInfoForm .dob_container .container-content{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));grid-gap:.5rem;gap:.5rem}.root-web-sdk #containerForm .PersonalInfoForm .dob_container .container-content .field-wrapper-web-sdk{flex:1 1 0%;margin-right:0;margin-bottom:0}.root-web-sdk #containerForm .PersonalInfoForm .dob_container .container-content .field-wrapper-web-sdk #month-label span{white-space:nowrap}@media (min-width: 375px){.root-web-sdk #containerForm .PersonalInfoForm .dob_container .container-content{display:flex;flex-wrap:nowrap;grid-gap:0;gap:0}.root-web-sdk #containerForm .PersonalInfoForm .dob_container .container-content .field-wrapper-web-sdk:not(:last-child){margin-right:.5rem}}.root-web-sdk #containerForm .PersonalInfoForm .dob_container label .label-helper-text{font-size:15px;--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity));padding-bottom:.5rem;font-weight:400}.root-web-sdk #containerForm .PersonalInfoForm .TDFieldOptionSubheading{font-size:1.5rem}.root-web-sdk #containerForm .PersonalInfoForm .custom-select-web-sdk.disabled.locked{--bg-opacity:1;background-color:#f6f8f8;background-color:rgba(246, 248, 248, var(--bg-opacity));background-image:none}.root-web-sdk #containerForm .HealthInfoVisitSummary .text-web-sdk{--text-opacity:1;color:#000;color:rgba(0, 0, 0, var(--text-opacity))}.root-web-sdk #containerForm .HealthInfoVisitSummary .requested_date_field,.root-web-sdk #containerForm .HealthInfoVisitSummary .member_name_field{font-size:1.5rem}.root-web-sdk #containerForm .HealthInfoVisitSummary .title-web-sdk{border-style:none}@media (min-width: 768px){.root-web-sdk #containerForm .HealthInfoVisitSummary .primaryDiagnosisContainer,.root-web-sdk #containerForm .HealthInfoVisitSummary .secondaryDiagnosisContainer{display:flex}}.root-web-sdk #containerForm .HealthInfoVisitSummary .primary_diagnosis_description,.root-web-sdk #containerForm .HealthInfoVisitSummary .secondary_diagnosis_description{min-width:200px;font-weight:700}.root-web-sdk #containerForm .HealthInfoVisitSummary .diagnosis_field,.root-web-sdk #containerForm .HealthInfoVisitSummary .followup_field,.root-web-sdk #containerForm .HealthInfoVisitSummary .need_something_field,.root-web-sdk #containerForm .HealthInfoVisitSummary .pharmacy_titleized,.root-web-sdk #containerForm .HealthInfoVisitSummary .plan_note,.root-web-sdk #containerForm .HealthInfoVisitSummary .prescriptions_field{margin-bottom:.5rem}.root-web-sdk #containerForm .HealthInfoVisitSummary .pharmacy_titleized,.root-web-sdk #containerForm .HealthInfoVisitSummary .prescriptions_field{font-size:15px}.root-web-sdk #containerForm .HealthInfoVisitSummary .prescriptions_value{font-size:1.125rem}.root-web-sdk #containerForm .HealthInfoVisitSummary .additional_information,.root-web-sdk #containerForm .HealthInfoVisitSummary .instructions,.root-web-sdk #containerForm .HealthInfoVisitSummary .pharmacy_city_address,.root-web-sdk #containerForm .HealthInfoVisitSummary .pharmacy_name,.root-web-sdk #containerForm .HealthInfoVisitSummary .pharmacy_street_address,.root-web-sdk #containerForm .HealthInfoVisitSummary .prescriptions_value,.root-web-sdk #containerForm .HealthInfoVisitSummary .quantity,.root-web-sdk #containerForm .HealthInfoVisitSummary .refills{margin-bottom:.25rem}.root-web-sdk #containerForm .HealthInfoVisitSummary .diagnosis_field,.root-web-sdk #containerForm .HealthInfoVisitSummary .followup_field,.root-web-sdk #containerForm .HealthInfoVisitSummary .pharmacy_titleized,.root-web-sdk #containerForm .HealthInfoVisitSummary .prescriptions_field{margin-top:2.5rem}.root-web-sdk #containerForm .HealthInfoVisitSummary .followup_disclaimer{margin-bottom:1.25rem}.root-web-sdk #containerForm .HealthInfoVisitSummary .prescriptions_value{margin-top:1rem}.root-web-sdk #containerForm .HealthInfoVisitSummary .prescriptions_field+.prescriptions_value{margin-top:.5rem}.root-web-sdk #containerForm .HealthInfoVisitSummary .plan_note~.need_something_field{margin-top:2.5rem}.root-web-sdk #containerForm .HealthInfoVisitSummary .member_name_field,.root-web-sdk #containerForm .HealthInfoVisitSummary .requested_date_field,.root-web-sdk #containerForm .HealthInfoVisitSummary .visit_reason_field{margin-bottom:32px}.root-web-sdk #containerForm .HealthInfoVisitSummary .provider_name{margin-top:1.25rem;margin-bottom:.5rem}.root-web-sdk #containerForm .HealthInfoVisitSummary .external_service_referral{margin-top:1.25rem;margin-bottom:1.25rem}.root-web-sdk #containerForm .MonitorArriveToggle .cardboard_box,.root-web-sdk #containerForm.pulse-rav .MonitorArriveToggle .cardboard_box{width:14rem;height:14rem;margin-left:auto;margin-right:auto;background:url(https://assets.livongo.com/image/upload/v1713184700/web-sdk/images/cardboard_box.svg) no-repeat 50%/208px 208px}.root-web-sdk #containerForm .MonitorArriveToggle .dialogDescription1,.root-web-sdk #containerForm .MonitorArriveToggle .dialogDescription2,.root-web-sdk #containerForm.pulse-rav .MonitorArriveToggle .dialogDescription1,.root-web-sdk #containerForm.pulse-rav .MonitorArriveToggle .dialogDescription2{--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity));font-size:1.125rem !important;margin-bottom:32px}.root-web-sdk #containerForm .MonitorArriveToggle .dialogFooter,.root-web-sdk #containerForm.pulse-rav .MonitorArriveToggle .dialogFooter{display:flex;align-items:center;justify-content:space-between;width:100%}.root-web-sdk #containerForm .MonitorArriveToggle .dialogFooter .close_text_link,.root-web-sdk #containerForm.pulse-rav .MonitorArriveToggle .dialogFooter .close_text_link{--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity));font-size:1.125rem;font-weight:500}.root-web-sdk #containerForm .MonitorArriveToggle .dialogFooter button[name=nextButton],.root-web-sdk #containerForm.pulse-rav .MonitorArriveToggle .dialogFooter button[name=nextButton]{margin-top:0}.root-web-sdk #containerForm .PrimaryNeedModify .PrimaryNeedModifyTitle{font-size:2rem;line-height:2.25rem;font-weight:700;margin-bottom:.5rem}.root-web-sdk #containerForm .PrimaryNeedModify .PrimaryNeedModifyDescription,.root-web-sdk #containerForm .PrimaryNeedModify p[class*=OtherSubtitle]{font-size:18px;line-height:1.5rem}.root-web-sdk #containerForm .PrimaryNeedModify .PrimaryNeedModifyDescription{margin-bottom:1.5rem;font-weight:500}.root-web-sdk #containerForm .PrimaryNeedModify p[class*=OtherSubtitle]{margin-bottom:1rem;font-weight:700;--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity))}.root-web-sdk #containerForm .PrimaryNeedModify .OtherProgramsSubtitle{font-size:1.375rem;line-height:1.5rem;font-weight:500;margin-bottom:1rem}.root-web-sdk #containerForm .PrimaryNeedModify div[class*=PrimaryNeedCards]{flex-direction:column;grid-gap:1rem;gap:1rem;margin-bottom:32px}.root-web-sdk #containerForm .PrimaryNeedModify div[class*=PrimaryNeedCards] .PrimaryNeedModifyCard{padding:1.25rem !important;position:relative}.root-web-sdk #containerForm .PrimaryNeedModify div[class*=PrimaryNeedCards] .PrimaryNeedModifyCard .title{font-size:1.625rem;line-height:1.5rem;font-weight:500;margin-bottom:.75rem}.root-web-sdk #containerForm .PrimaryNeedModify div[class*=PrimaryNeedCards] .PrimaryNeedModifyCard .subtitle{font-size:1.125rem;font-weight:400}.root-web-sdk #containerForm .PrimaryNeedModify div[class*=PrimaryNeedCards] .PrimaryNeedModifyCard .star_active{width:1.5rem;margin:0;--bg-opacity:1;background-color:#5156f5;background-color:rgba(81, 86, 245, var(--bg-opacity));background-position:50%;background-repeat:no-repeat;-webkit-mask:url(https://assets.livongo.com/image/upload/v1713283547/web-sdk/icons/star-active.svg) no-repeat 50% 50%}.root-web-sdk #containerForm .PrimaryNeedModify div[class*=PrimaryNeedCards] .PrimaryNeedModifyCard .recommended_label_container{grid-gap:.25rem;gap:.25rem;margin-bottom:.75rem}.root-web-sdk #containerForm .PrimaryNeedModify div[class*=PrimaryNeedCards] .PrimaryNeedModifyCard .recommended_label_text{font-size:1.125rem;line-height:1.5rem;font-weight:700;--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity))}.root-web-sdk #containerForm .PrimaryNeedModify div[class*=PrimaryNeedCards] .PrimaryNeedModifyCard .corner_image{position:absolute;top:0;right:0;border-radius:9999px;overflow:hidden;--bg-opacity:1;background-color:#5156f5;background-color:rgba(81, 86, 245, var(--bg-opacity));display:flex;align-items:center;justify-content:center;height:4.5rem;width:4.5rem;top:-.5rem;right:-.5rem}.root-web-sdk #containerForm .PrimaryNeedModify div[class*=PrimaryNeedCards] .PrimaryNeedModifyCard .corner_image .image-wrapper-web-sdk{margin:0;height:100% !important}.root-web-sdk #containerForm .PrimaryNeedModify div[class*=PrimaryNeedCards] .PrimaryNeedModifyCard .corner_image .image-wrapper-web-sdk .image-container-web-sdk,.root-web-sdk #containerForm .PrimaryNeedModify div[class*=PrimaryNeedCards] .PrimaryNeedModifyCard .corner_image .image-wrapper-web-sdk .image-container-web-sdk .corner_header_image{width:100%;height:100%}.root-web-sdk #containerForm .PrimaryNeedModify div[class*=PrimaryNeedCards] .PrimaryNeedModifyCard .corner_image .ic_pulse_check_active{width:1.5rem;margin:0;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));background-position:50%;background-repeat:no-repeat;-webkit-mask:url(https://assets.livongo.com/image/upload/v1713276621/web-sdk/icons/ic_pulse_check_active.svg) no-repeat 50% 50%}.root-web-sdk #containerForm .PrimaryNeedModify div[class*=PrimaryNeedCards] .PrimaryNeedModifyCard.select{--bg-opacity:1;background-color:#fef8ff;background-color:rgba(254, 248, 255, var(--bg-opacity))}.root-web-sdk #containerForm .PrimaryNeedModify div[class*=PrimaryNeedCards] .PrimaryNeedModifyCard.select .subtitle,.root-web-sdk #containerForm .PrimaryNeedModify div[class*=PrimaryNeedCards] .PrimaryNeedModifyCard.select .title{--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity))}.root-web-sdk #containerForm .PrimaryNeedModify div[class*=PrimaryNeedCards] .PrimaryNeedModifyCard.select{border-width:1px;--border-opacity:1;border-color:#5156f5;border-color:rgba(81, 86, 245, var(--border-opacity))}.root-web-sdk #containerForm .PrimaryNeedModify div.PrimaryNeedCardsTopRecommended[class*=PrimaryNeedCards]{margin-bottom:1rem}.root-web-sdk #containerForm .PrimaryNeedModify .MySPNConfirmButton{float:right}.root-web-sdk #containerForm .small_card{box-shadow:0 1px 4px 1px rgba(0,0,0,0.08);border-radius:.75rem;padding:1.5rem;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));display:grid;grid-auto-flow:column;align-items:center}.root-web-sdk #containerForm .small_card .small_card_text{width:auto;font-family:Effra,Arial,sans-serif;font-weight:500;font-size:1.125rem;line-height:1.5rem;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity))}.root-web-sdk #containerForm .small_card .icon-web-sdk{width:1.5rem;height:1.5rem;justify-self:end;margin:0}.root-web-sdk #containerForm .small_card .ic_calendar_pulse{--bg-opacity:1;background-color:#5156f5;background-color:rgba(81, 86, 245, var(--bg-opacity));background-position:50%;background-repeat:no-repeat;-webkit-mask:url(https://assets.livongo.com/image/upload/v1713275879/web-sdk/icons/calendar.svg) no-repeat 50% 50%}.root-web-sdk #containerForm .icon_list{display:flex;flex-direction:column;grid-gap:.75rem;gap:.75rem}.root-web-sdk #containerForm .icon_list div[class*=icon_list_item]{display:grid;grid-auto-flow:column;grid-gap:1rem;gap:1rem;justify-content:flex-start}.root-web-sdk #containerForm .icon_list div[class*=icon_list_item] .icon-web-sdk{margin:0;width:1.5rem;height:1.5rem}.root-web-sdk #containerForm .icon_list div[class*=icon_list_item] .ic_pulse_list_checkmark{background-position:50%;background-repeat:no-repeat;background-image:url(https://assets.livongo.com/image/upload/v1713276718/web-sdk/icons/ic_pulse_list_checkmark.svg)}.root-web-sdk #containerForm .icon_list div[class*=icon_list_item] .icon_list_item_text{font-size:1.125rem;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));line-height:1.5rem;font-weight:400}.root-web-sdk #containerForm .icon_list,.root-web-sdk #containerForm .small_card{margin-top:1.5rem}.root-web-sdk #containerForm .ConnectAccounts .modernized-inline-message-wrapper-web-sdk{font-weight:400;line-height:1.75rem;width:100%;font-size:1.125rem;padding:1rem 1rem 1rem 3.25rem;background-repeat:no-repeat;--bg-opacity:1;background-color:#dcf3fa;background-color:rgba(220, 243, 250, var(--bg-opacity));border-radius:.5rem;background-size:1.3rem;background-position:top 1.3rem left 1rem}.root-web-sdk #containerForm .ConnectAccounts .screen-fields-web-sdk .field-wrapper-web-sdk+.field-wrapper-web-sdk{margin-bottom:.5rem}.root-web-sdk #containerForm .ConnectAccounts .screen-fields-web-sdk .field-wrapper-web-sdk .label-web-sdk{font-size:1.125rem;font-weight:500;line-height:20px}.root-web-sdk #containerForm .ConnectAccounts .requiredLabel{--text-opacity:1;color:#181919;color:rgba(24, 25, 25, var(--text-opacity))}.root-web-sdk #containerForm .ConnectAccounts .forgotPasswordLink{--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity))}.root-web-sdk #containerForm .ConnectAccounts .button-ConnectAccounts.button-web-sdk{margin-top:2.5rem !important;margin-bottom:2.5rem !important}.root-web-sdk #containerForm .ConnectAccounts .html-text-web-sdk[class*=GrayBackground] p.text-web-sdk span{--text-opacity:1;color:#565757;color:rgba(86, 87, 87, var(--text-opacity));font-size:1rem;font-weight:400}.root-web-sdk #containerForm .ConnectAccounts .html-text-web-sdk[class*=GrayBackground] p.text-web-sdk span a{font-size:1rem;font-weight:500}.root-web-sdk #containerForm .ConnectAccounts.pulse-screen a[name=forgotPasswordLink]{float:right;margin-bottom:2.5rem}.root-web-sdk #containerForm .ConnectAccounts.pulse-screen .field-wrapper-web-sdk:has(+a[name=forgotPasswordLink]){margin-bottom:.75rem}.root-web-sdk #containerForm .ConnectAccounts .TextInput-module__label{font-weight:500;font-size:1.125rem;margin-bottom:.5rem;line-height:1.125}.root-web-sdk #containerForm .ConnectAccounts .Notification-module__root{padding:1rem;margin:0 1rem 1rem}#containerForm .Dashboard .webSdkAlertNotification.toast-collapsed,.webSdkAlertNotification.toast-collapsed{padding-top:0;padding-bottom:0;overflow:hidden;max-height:0}#containerForm .Dashboard .webSdkAlertNotification,.webSdkAlertNotification{width:100%;--bg-opacity:1;background-color:#5b2f91;background-color:rgba(91, 47, 145, var(--bg-opacity));position:relative;display:flex;justify-content:center;align-items:center;padding:.5rem;bottom:0;left:0;flex-wrap:wrap;max-height:500px;transition-property:all;transition-duration:.3s}@media (min-width: 992px){#containerForm .Dashboard .webSdkAlertNotification,.webSdkAlertNotification{flex-direction:row;padding-right:2.5rem;flex-wrap:nowrap}}#containerForm .Dashboard .webSdkAlertNotification .dialogHeader,.webSdkAlertNotification .dialogHeader{padding-left:.5rem;padding-right:2.5rem;display:flex;width:100%;max-width:100%;justify-content:center}#containerForm .Dashboard .webSdkAlertNotification .dialogHeader .icon-web-sdk,.webSdkAlertNotification .dialogHeader .icon-web-sdk{display:none}#containerForm .Dashboard .webSdkAlertNotification .dialogHeader p[data-testId=text-dialogTitle],.webSdkAlertNotification .dialogHeader p[data-testId=text-dialogTitle]{font-size:1.25rem;--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity));font-weight:500;line-height:1.75rem}@media (min-width: 992px){#containerForm .Dashboard .webSdkAlertNotification .dialogHeader,.webSdkAlertNotification .dialogHeader{width:-moz-fit-content;width:fit-content;margin-right:1rem;padding-right:0}}#containerForm .Dashboard .webSdkAlertNotification button,.webSdkAlertNotification button{white-space:nowrap}#containerForm .Dashboard .webSdkAlertNotification button[data-testId=button-primaryActionButton],.webSdkAlertNotification button[data-testId=button-primaryActionButton]{--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));border-width:0;border-radius:.5rem;--text-opacity:1;color:#5b2f91;color:rgba(91, 47, 145, var(--text-opacity));font-size:1rem;font-weight:500;padding:1rem 1.25rem;cursor:pointer;width:100%;min-width:-moz-max-content;min-width:max-content;margin:.75rem .5rem 0}@media (min-width: 992px){#containerForm .Dashboard .webSdkAlertNotification button[data-testId=button-primaryActionButton],.webSdkAlertNotification button[data-testId=button-primaryActionButton]{margin-top:0}}@media (min-width: 375px){#containerForm .Dashboard .webSdkAlertNotification button[data-testId=button-primaryActionButton],.webSdkAlertNotification button[data-testId=button-primaryActionButton]{width:-moz-fit-content;width:fit-content;margin-left:.75rem;margin-right:.75rem}}#containerForm .Dashboard .webSdkAlertNotification button[data-testId=button-secondaryActionButton],#containerForm .Dashboard .webSdkAlertNotification button[data-testId=button-tertiaryActionButton],#containerForm .Dashboard .webSdkAlertNotification button[data-testId=text-secondaryActionButton],.webSdkAlertNotification button[data-testId=button-secondaryActionButton],.webSdkAlertNotification button[data-testId=button-tertiaryActionButton],.webSdkAlertNotification button[data-testId=text-secondaryActionButton]{font-weight:500;--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity));font-size:1rem;cursor:pointer;padding:1rem 1.25rem;margin:.5rem .5rem 0;width:100%;min-width:-moz-max-content;min-width:max-content}@media (min-width: 992px){#containerForm .Dashboard .webSdkAlertNotification button[data-testId=button-secondaryActionButton],#containerForm .Dashboard .webSdkAlertNotification button[data-testId=button-tertiaryActionButton],#containerForm .Dashboard .webSdkAlertNotification button[data-testId=text-secondaryActionButton],.webSdkAlertNotification button[data-testId=button-secondaryActionButton],.webSdkAlertNotification button[data-testId=button-tertiaryActionButton],.webSdkAlertNotification button[data-testId=text-secondaryActionButton]{margin-top:0}}@media (min-width: 375px){#containerForm .Dashboard .webSdkAlertNotification button[data-testId=button-secondaryActionButton],#containerForm .Dashboard .webSdkAlertNotification button[data-testId=button-tertiaryActionButton],#containerForm .Dashboard .webSdkAlertNotification button[data-testId=text-secondaryActionButton],.webSdkAlertNotification button[data-testId=button-secondaryActionButton],.webSdkAlertNotification button[data-testId=button-tertiaryActionButton],.webSdkAlertNotification button[data-testId=text-secondaryActionButton]{width:-moz-fit-content;width:fit-content;margin-left:.75rem;margin-right:.75rem}}#containerForm .Dashboard .webSdkAlertNotification button[data-testId=link-secondaryActionButton],.webSdkAlertNotification button[data-testId=link-secondaryActionButton]{--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity));text-align:center;width:100%;min-width:-moz-max-content;min-width:max-content;padding:1rem 1.25rem;cursor:pointer;margin:.5rem .5rem 0}@media (min-width: 992px){#containerForm .Dashboard .webSdkAlertNotification button[data-testId=link-secondaryActionButton],.webSdkAlertNotification button[data-testId=link-secondaryActionButton]{margin-top:0}}@media (min-width: 375px){#containerForm .Dashboard .webSdkAlertNotification button[data-testId=link-secondaryActionButton],.webSdkAlertNotification button[data-testId=link-secondaryActionButton]{width:-moz-fit-content;width:fit-content;margin-left:.75rem;margin-right:.75rem}}#containerForm .Dashboard .webSdkAlertNotification .closeAlertButton,.webSdkAlertNotification .closeAlertButton{outline:2px solid transparent;outline-offset:2px;cursor:pointer;position:absolute;width:1.75rem;height:1.75rem;top:1rem;right:.75rem;background-size:20px;background-image:url(https://assets.livongo.com/image/upload/v1713276114/web-sdk/icons/close-toast.svg);background-repeat:no-repeat;background-position:50%}@media (min-width: 375px){#containerForm .Dashboard .webSdkAlertNotification .closeAlertButton,.webSdkAlertNotification .closeAlertButton{top:auto}}#containerForm .Dashboard .webSdkAlertNotification.pli-theme-color button[data-testId=button-primaryActionButton],.webSdkAlertNotification.pli-theme-color button[data-testId=button-primaryActionButton]{color:var(--color-brand-primary2)}#containerForm .Dashboard .webSdkAlertNotification.pli-theme-color,.webSdkAlertNotification.pli-theme-color{background-color:var(--color-brand-primary2)}.root-web-sdk #containerForm .BeforeYouJoinScreen{padding-top:6rem;margin:auto;min-width:20rem}.root-web-sdk #containerForm .BeforeYouJoinScreen .understanding_needs{font-weight:400}.root-web-sdk #containerForm .BeforeYouJoinScreen .expectations_and_tracking{padding-bottom:3rem}.root-web-sdk #containerForm .BeforeYouJoinScreen .expectations_and_tracking ul li{font-weight:400 !important}.root-web-sdk #containerForm .BeforeYouJoinScreen .expectations_and_tracking ul{margin-bottom:5rem}.root-web-sdk #containerForm .BeforeYouJoinScreen .button-startAssessment{position:absolute;right:0;bottom:0;align-items:center;width:40%;--bg-opacity:1;background-color:#422981;background-color:rgba(66, 41, 129, var(--bg-opacity));border-radius:9999px;--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity));cursor:pointer}.Websdk-websdkContainer .root-web-sdk #containerForm .BeforeYouJoinScreen{padding-top:0;width:80%}.root-web-sdk #containerForm .BeforeYouJoinReminderScreen{padding-top:6rem;margin:auto;padding-bottom:3rem;min-width:20rem}.root-web-sdk #containerForm .BeforeYouJoinReminderScreen .understanding_needs{font-weight:400}.root-web-sdk #containerForm .BeforeYouJoinReminderScreen .button-startAssessment{position:absolute;right:0;bottom:0;align-items:center;width:40%;--bg-opacity:1;background-color:#422981;background-color:rgba(66, 41, 129, var(--bg-opacity));border-radius:9999px;--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity));cursor:pointer}.root-web-sdk #containerForm .BeforeYouJoinReminderScreen .requirements{padding-top:1rem;padding-bottom:1rem;padding-left:.75rem;border-top-left-radius:.25rem;border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem;background-color:#f2f5f8;font-weight:400 !important;margin-bottom:6rem}.Websdk-websdkContainer .root-web-sdk #containerForm .BeforeYouJoinReminderScreen{padding-top:0;width:80%}.root-web-sdk #containerForm .AssessmentCompleteScreen{padding-top:6rem;margin:auto;min-width:20rem;padding-bottom:3rem}.root-web-sdk #containerForm .AssessmentCompleteScreen .saved_for_review{padding-bottom:5rem}.root-web-sdk #containerForm .AssessmentCompleteScreen .button-finishAssessment{position:absolute;right:0;bottom:0;align-items:center;width:40%;--bg-opacity:1;background-color:#422981;background-color:rgba(66, 41, 129, var(--bg-opacity));border-radius:9999px;--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity));cursor:pointer}.Websdk-websdkContainer .root-web-sdk #containerForm .AssessmentCompleteScreen{padding-top:0;width:80%}.root-web-sdk #containerForm .HaveNotSeenYouScreen{padding-top:6rem;margin:auto;min-width:20rem}.root-web-sdk #containerForm .HaveNotSeenYouScreen .understanding_needs{font-weight:400}.root-web-sdk #containerForm .HaveNotSeenYouScreen .expectations_and_tracking{padding-bottom:3rem}.root-web-sdk #containerForm .HaveNotSeenYouScreen .expectations_and_tracking ul li{font-weight:400 !important}.root-web-sdk #containerForm .HaveNotSeenYouScreen .expectations_and_tracking ul{margin-bottom:5rem}.root-web-sdk #containerForm .HaveNotSeenYouScreen .button-startAssessment{position:absolute;right:0;bottom:0;align-items:center;width:40%;--bg-opacity:1;background-color:#422981;background-color:rgba(66, 41, 129, var(--bg-opacity));border-radius:9999px;--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity));cursor:pointer}.Websdk-websdkContainer .root-web-sdk #containerForm .HaveNotSeenYouScreen{padding-top:0;width:80%}#web-sdk-wrapper .root-web-sdk #containerForm .screen-web-sdk[class*=DT_MENTAL_HEALTH_CARE]{display:flex;flex-direction:column;width:100%;padding-top:4rem;padding-bottom:4rem;margin:1rem auto;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));min-width:32rem}.root-web-sdk #containerForm .AssessmentAlreadyCompletedScreen{padding-top:6rem;margin:auto;min-width:20rem;padding-bottom:3rem}.root-web-sdk #containerForm .AssessmentAlreadyCompletedScreen [data-testid=saved_for_review-label]{padding-bottom:3rem}.root-web-sdk #containerForm .AssessmentAlreadyCompletedScreen [data-testid=goToHomepage-button],.root-web-sdk #containerForm .AssessmentAlreadyCompletedScreen [data-testid=returnToChecklist-button]{position:absolute;right:0;bottom:0}.Websdk-websdkContainer .root-web-sdk #containerForm .AssessmentAlreadyCompletedScreen{padding-top:0;width:80%}.root-web-sdk #containerForm .DtsDownScreen{padding-top:6rem;margin:auto;min-width:20rem;padding-bottom:3rem}.root-web-sdk #containerForm .DtsDownScreen .visit_joinable{padding-bottom:7rem;padding-top:2rem;font-weight:400}.root-web-sdk #containerForm .DtsDownScreen .trouble_loading_assessment{padding-top:2rem;font-weight:400}.root-web-sdk #containerForm .DtsDownScreen .button-dtsDownNextBtn{position:absolute;right:0;bottom:0;align-items:center;width:20%;--bg-opacity:1;background-color:#422981;background-color:rgba(66, 41, 129, var(--bg-opacity));border-radius:9999px;--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity));cursor:pointer}.Websdk-websdkContainer .root-web-sdk #containerForm .DtsDownScreen{padding-top:0;width:80%}.root-web-sdk #containerForm .visit_cannot_be_canceled_container{margin-left:auto;margin-right:auto;min-height:75vh}@media (min-width: 375px){.root-web-sdk #containerForm .visit_cannot_be_canceled_container{width:375px}}@media (min-width: 768px){.root-web-sdk #containerForm .visit_cannot_be_canceled_container{width:440px}}@media (min-width: 1440px){.root-web-sdk #containerForm .visit_cannot_be_canceled_container{margin-top:32px;margin-bottom:32px}}.root-web-sdk #containerForm .visit_cannot_be_canceled_container .VisitCannotBeCanceledTitle{text-align:center;padding-top:1.25rem;padding-bottom:1.25rem;font-size:1.875rem;font-weight:700}.root-web-sdk #containerForm .visit_cannot_be_canceled_container .CallSupportToCancelContainer{display:flex;flex-wrap:wrap;justify-content:center;align-items:baseline;padding-bottom:2rem}.root-web-sdk #containerForm .visit_cannot_be_canceled_container .CallSupportToCancelContainer .VisitCannotBeCanceledBefore,.root-web-sdk #containerForm .visit_cannot_be_canceled_container .CallSupportToCancelContainer .VisitCannotBeCanceledAfter{--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity));font-size:1.125rem}.root-web-sdk #containerForm .visit_cannot_be_canceled_container .CallSupportToCancelContainer .linkComponent{font-size:1.125rem;padding-right:.25rem;padding-left:.25rem}.root-web-sdk #containerForm .visit_cannot_be_canceled_container .CallSupportToCancelContainer .SupportTextAction{margin-left:.25rem;margin-right:.25rem}.root-web-sdk #containerForm .visit_cannot_be_canceled_container .button-BackHomeButton{max-width:160px;margin-left:auto;margin-right:auto}.root-web-sdk #containerForm .visit_cannot_be_canceled_container .image-container-web-sdk img{width:100%}.root-web-sdk #containerForm .Visits .title-web-sdk{font-size:37px;line-height:2.5rem;padding-top:1.5rem;padding-left:1rem}.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .field-wrapper-web-sdk{padding-left:1rem;margin-bottom:1.5rem}.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .field-wrapper-web-sdk .label-web-sdk .label-title-websdk{font-size:1.125rem;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));line-height:20px;font-weight:500}.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .field-wrapper-web-sdk .custom-select-wrapper-web-sdk{width:320px}.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .field-wrapper-web-sdk .custom-select-wrapper-web-sdk .custom-select-web-sdk{font-weight:400;font-size:1.125rem;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));padding:.75rem}.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .field-wrapper-web-sdk .custom-select-wrapper-web-sdk .custom-select-web-sdk.expanded,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .field-wrapper-web-sdk .custom-select-wrapper-web-sdk .custom-select-web-sdk:active{background:url(https://assets.livongo.com/image/upload/v1713275634/web-sdk/icons/arrow-down-black.svg) no-repeat scroll;background-position:right 1rem center;background-origin:padding-box;text-overflow:ellipsis;border-width:2px;--border-opacity:1;border-color:#5156f5;border-color:rgba(81, 86, 245, var(--border-opacity));box-shadow:0 0 0 2px #fff,0 0 2px 4px rgba(81,86,245,0.6)}.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .field-wrapper-web-sdk .custom-select-wrapper-web-sdk .custom-select-web-sdk:focus,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .field-wrapper-web-sdk .custom-select-wrapper-web-sdk .custom-select-web-sdk:hover{border-width:2px;--border-opacity:1;border-color:#5156f5;border-color:rgba(81, 86, 245, var(--border-opacity))}.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .field-wrapper-web-sdk .custom-select-wrapper-web-sdk .custom-select-option-list-web-sdk{border-style:none;box-shadow:0 8px 20px 0 rgba(0,0,0,0.160784)}.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .field-wrapper-web-sdk .custom-select-wrapper-web-sdk .custom-select-option-list-web-sdk .custom-select-option-web-sdk{border-top-width:1px;--border-opacity:1;border-color:#dfe0df;border-color:rgba(223, 224, 223, var(--border-opacity));min-height:40px;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));font-size:15px;line-height:20px;font-weight:400}.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .field-wrapper-web-sdk .custom-select-wrapper-web-sdk .custom-select-option-list-web-sdk .custom-select-option-web-sdk:first-child{border-top:none;min-height:3rem;padding-top:1rem}.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .field-wrapper-web-sdk .custom-select-wrapper-web-sdk .custom-select-option-list-web-sdk .custom-select-option-web-sdk.highlighted{--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity))}.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .field-wrapper-web-sdk .custom-select-wrapper-web-sdk .custom-select-option-list-web-sdk .custom-select-option-web-sdk:hover{--bg-opacity:1;background-color:#f5f0fd;background-color:rgba(245, 240, 253, var(--bg-opacity))}.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .visits_tabs_section{display:flex;flex-direction:row;grid-column-gap:1rem;-moz-column-gap:1rem;column-gap:1rem;margin-bottom:.25rem}.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .visits_tabs_section .canceled_tab.container .text-link-web-sdk,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .visits_tabs_section .past_tab.container .text-link-web-sdk,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .visits_tabs_section .upcoming_tab.container .text-link-web-sdk{font-size:1.125rem;line-height:20px;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));margin-bottom:0;padding:.75rem;opacity:1}.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .visits_tabs_section .canceled_tab.container .divider,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .visits_tabs_section .past_tab.container .divider,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .visits_tabs_section .upcoming_tab.container .divider{--bg-opacity:1;background-color:#5156f5;background-color:rgba(81, 86, 245, var(--bg-opacity));height:.25rem}.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .visits_tabs_section .canceled_tab:hover,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .visits_tabs_section .past_tab,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .visits_tabs_section .upcoming_tab{opacity:1}.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body{--bg-opacity:1;background-color:#f7f9f9;background-color:rgba(247, 249, 249, var(--bg-opacity));padding:1.5rem 1.5rem 3rem}.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .before_visit_card,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .canceled_health_record_card,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .no_canceled_visit_card,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .no_past_visit_card,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .no_upcoming_visit_card,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .past_health_record_card,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .before_visit_card,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .canceled_health_record_card,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .no_canceled_visit_card,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .no_past_visit_card,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .no_upcoming_visit_card,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .past_health_record_card,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .before_visit_card,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .canceled_health_record_card,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .no_canceled_visit_card,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .no_past_visit_card,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .no_upcoming_visit_card,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .past_health_record_card{display:grid;grid-column-gap:1rem;-moz-column-gap:1rem;column-gap:1rem;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));border-radius:.75rem;box-shadow:0 1px 4px 1px rgba(0,0,0,0.0784314);padding-left:1.5rem;padding-bottom:1.5rem}.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .before_visit_card .card_title,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .canceled_health_record_card .card_title,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .no_canceled_visit_card .card_title,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .no_past_visit_card .card_title,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .no_upcoming_visit_card .card_title,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .past_health_record_card .card_title,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .before_visit_card .card_title,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .canceled_health_record_card .card_title,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .no_canceled_visit_card .card_title,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .no_past_visit_card .card_title,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .no_upcoming_visit_card .card_title,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .past_health_record_card .card_title,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .before_visit_card .card_title,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .canceled_health_record_card .card_title,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .no_canceled_visit_card .card_title,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .no_past_visit_card .card_title,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .no_upcoming_visit_card .card_title,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .past_health_record_card .card_title{padding-top:1.5rem;font-size:26px;line-height:2rem;font-weight:500;margin-bottom:1rem;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity))}@media only screen and (max-width: 576px) and (min-width: 320px){.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .before_visit_card .card_title,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .canceled_health_record_card .card_title,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .no_canceled_visit_card .card_title,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .no_past_visit_card .card_title,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .no_upcoming_visit_card .card_title,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .past_health_record_card .card_title,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .before_visit_card .card_title,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .canceled_health_record_card .card_title,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .no_canceled_visit_card .card_title,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .no_past_visit_card .card_title,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .no_upcoming_visit_card .card_title,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .past_health_record_card .card_title,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .before_visit_card .card_title,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .canceled_health_record_card .card_title,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .no_canceled_visit_card .card_title,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .no_past_visit_card .card_title,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .no_upcoming_visit_card .card_title,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .past_health_record_card .card_title{font-size:22px;line-height:1.5rem}}.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .before_visit_card .card_description,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .canceled_health_record_card .card_description,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .no_canceled_visit_card .card_description,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .no_past_visit_card .card_description,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .no_upcoming_visit_card .card_description,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .past_health_record_card .card_description,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .before_visit_card .card_description,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .canceled_health_record_card .card_description,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .no_canceled_visit_card .card_description,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .no_past_visit_card .card_description,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .no_upcoming_visit_card .card_description,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .past_health_record_card .card_description,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .before_visit_card .card_description,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .canceled_health_record_card .card_description,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .no_canceled_visit_card .card_description,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .no_past_visit_card .card_description,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .no_upcoming_visit_card .card_description,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .past_health_record_card .card_description{font-size:1.125rem;line-height:1.75rem;font-weight:400;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));margin-bottom:1.5rem}@media only screen and (max-width: 576px) and (min-width: 320px){.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .before_visit_card .card_description,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .canceled_health_record_card .card_description,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .no_canceled_visit_card .card_description,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .no_past_visit_card .card_description,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .no_upcoming_visit_card .card_description,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .past_health_record_card .card_description,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .before_visit_card .card_description,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .canceled_health_record_card .card_description,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .no_canceled_visit_card .card_description,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .no_past_visit_card .card_description,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .no_upcoming_visit_card .card_description,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .past_health_record_card .card_description,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .before_visit_card .card_description,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .canceled_health_record_card .card_description,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .no_canceled_visit_card .card_description,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .no_past_visit_card .card_description,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .no_upcoming_visit_card .card_description,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .past_health_record_card .card_description{font-size:1.125rem;line-height:20px;font-weight:400}}.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .before_visit_card .container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .canceled_health_record_card .container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .no_canceled_visit_card .container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .no_past_visit_card .container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .no_upcoming_visit_card .container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .past_health_record_card .container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .before_visit_card .container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .canceled_health_record_card .container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .no_canceled_visit_card .container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .no_past_visit_card .container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .no_upcoming_visit_card .container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .past_health_record_card .container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .before_visit_card .container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .canceled_health_record_card .container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .no_canceled_visit_card .container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .no_past_visit_card .container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .no_upcoming_visit_card .container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .past_health_record_card .container{display:flex;flex-direction:row}.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .before_visit_card .container .care_provider_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .before_visit_card .container .container_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .before_visit_card .container .lab_result_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .before_visit_card .container .medical_history_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .canceled_health_record_card .container .care_provider_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .canceled_health_record_card .container .container_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .canceled_health_record_card .container .lab_result_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .canceled_health_record_card .container .medical_history_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .no_canceled_visit_card .container .care_provider_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .no_canceled_visit_card .container .container_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .no_canceled_visit_card .container .lab_result_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .no_canceled_visit_card .container .medical_history_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .no_past_visit_card .container .care_provider_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .no_past_visit_card .container .container_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .no_past_visit_card .container .lab_result_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .no_past_visit_card .container .medical_history_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .no_upcoming_visit_card .container .care_provider_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .no_upcoming_visit_card .container .container_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .no_upcoming_visit_card .container .lab_result_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .no_upcoming_visit_card .container .medical_history_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .past_health_record_card .container .care_provider_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .past_health_record_card .container .container_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .past_health_record_card .container .lab_result_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .past_health_record_card .container .medical_history_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .before_visit_card .container .care_provider_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .before_visit_card .container .container_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .before_visit_card .container .lab_result_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .before_visit_card .container .medical_history_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .canceled_health_record_card .container .care_provider_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .canceled_health_record_card .container .container_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .canceled_health_record_card .container .lab_result_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .canceled_health_record_card .container .medical_history_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .no_canceled_visit_card .container .care_provider_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .no_canceled_visit_card .container .container_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .no_canceled_visit_card .container .lab_result_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .no_canceled_visit_card .container .medical_history_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .no_past_visit_card .container .care_provider_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .no_past_visit_card .container .container_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .no_past_visit_card .container .lab_result_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .no_past_visit_card .container .medical_history_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .no_upcoming_visit_card .container .care_provider_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .no_upcoming_visit_card .container .container_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .no_upcoming_visit_card .container .lab_result_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .no_upcoming_visit_card .container .medical_history_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .past_health_record_card .container .care_provider_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .past_health_record_card .container .container_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .past_health_record_card .container .lab_result_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .past_health_record_card .container .medical_history_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .before_visit_card .container .care_provider_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .before_visit_card .container .container_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .before_visit_card .container .lab_result_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .before_visit_card .container .medical_history_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .canceled_health_record_card .container .care_provider_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .canceled_health_record_card .container .container_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .canceled_health_record_card .container .lab_result_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .canceled_health_record_card .container .medical_history_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .no_canceled_visit_card .container .care_provider_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .no_canceled_visit_card .container .container_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .no_canceled_visit_card .container .lab_result_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .no_canceled_visit_card .container .medical_history_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .no_past_visit_card .container .care_provider_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .no_past_visit_card .container .container_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .no_past_visit_card .container .lab_result_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .no_past_visit_card .container .medical_history_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .no_upcoming_visit_card .container .care_provider_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .no_upcoming_visit_card .container .container_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .no_upcoming_visit_card .container .lab_result_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .no_upcoming_visit_card .container .medical_history_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .past_health_record_card .container .care_provider_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .past_health_record_card .container .container_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .past_health_record_card .container .lab_result_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .past_health_record_card .container .medical_history_text{margin-bottom:0;--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity));font-size:1.125rem;line-height:20px;font-weight:500;opacity:1}.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .before_visit_card .container .ic_arrow_right_pulse,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .canceled_health_record_card .container .ic_arrow_right_pulse,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .no_canceled_visit_card .container .ic_arrow_right_pulse,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .no_past_visit_card .container .ic_arrow_right_pulse,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .no_upcoming_visit_card .container .ic_arrow_right_pulse,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .past_health_record_card .container .ic_arrow_right_pulse,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .before_visit_card .container .ic_arrow_right_pulse,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .canceled_health_record_card .container .ic_arrow_right_pulse,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .no_canceled_visit_card .container .ic_arrow_right_pulse,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .no_past_visit_card .container .ic_arrow_right_pulse,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .no_upcoming_visit_card .container .ic_arrow_right_pulse,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .past_health_record_card .container .ic_arrow_right_pulse,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .before_visit_card .container .ic_arrow_right_pulse,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .canceled_health_record_card .container .ic_arrow_right_pulse,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .no_canceled_visit_card .container .ic_arrow_right_pulse,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .no_past_visit_card .container .ic_arrow_right_pulse,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .no_upcoming_visit_card .container .ic_arrow_right_pulse,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .past_health_record_card .container .ic_arrow_right_pulse{background:url(https://assets.livongo.com/image/upload/v1713275681/web-sdk/icons/arrow-settings-button.svg) no-repeat 50%;height:1rem;width:1rem;margin-top:.125rem;margin-left:.5rem}.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .before_visit_card .container:hover,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .canceled_health_record_card .container:hover,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .no_canceled_visit_card .container:hover,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .no_past_visit_card .container:hover,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .no_upcoming_visit_card .container:hover,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .past_health_record_card .container:hover,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .before_visit_card .container:hover,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .canceled_health_record_card .container:hover,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .no_canceled_visit_card .container:hover,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .no_past_visit_card .container:hover,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .no_upcoming_visit_card .container:hover,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .past_health_record_card .container:hover,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .before_visit_card .container:hover,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .canceled_health_record_card .container:hover,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .no_canceled_visit_card .container:hover,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .no_past_visit_card .container:hover,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .no_upcoming_visit_card .container:hover,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .past_health_record_card .container:hover{display:flex;flex-direction:row}.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .before_visit_card .container:hover .care_provider_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .before_visit_card .container:hover .container_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .before_visit_card .container:hover .lab_result_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .before_visit_card .container:hover .medical_history_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .canceled_health_record_card .container:hover .care_provider_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .canceled_health_record_card .container:hover .container_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .canceled_health_record_card .container:hover .lab_result_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .canceled_health_record_card .container:hover .medical_history_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .no_canceled_visit_card .container:hover .care_provider_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .no_canceled_visit_card .container:hover .container_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .no_canceled_visit_card .container:hover .lab_result_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .no_canceled_visit_card .container:hover .medical_history_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .no_past_visit_card .container:hover .care_provider_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .no_past_visit_card .container:hover .container_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .no_past_visit_card .container:hover .lab_result_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .no_past_visit_card .container:hover .medical_history_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .no_upcoming_visit_card .container:hover .care_provider_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .no_upcoming_visit_card .container:hover .container_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .no_upcoming_visit_card .container:hover .lab_result_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .no_upcoming_visit_card .container:hover .medical_history_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .past_health_record_card .container:hover .care_provider_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .past_health_record_card .container:hover .container_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .past_health_record_card .container:hover .lab_result_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .past_health_record_card .container:hover .medical_history_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .before_visit_card .container:hover .care_provider_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .before_visit_card .container:hover .container_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .before_visit_card .container:hover .lab_result_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .before_visit_card .container:hover .medical_history_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .canceled_health_record_card .container:hover .care_provider_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .canceled_health_record_card .container:hover .container_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .canceled_health_record_card .container:hover .lab_result_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .canceled_health_record_card .container:hover .medical_history_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .no_canceled_visit_card .container:hover .care_provider_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .no_canceled_visit_card .container:hover .container_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .no_canceled_visit_card .container:hover .lab_result_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .no_canceled_visit_card .container:hover .medical_history_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .no_past_visit_card .container:hover .care_provider_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .no_past_visit_card .container:hover .container_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .no_past_visit_card .container:hover .lab_result_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .no_past_visit_card .container:hover .medical_history_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .no_upcoming_visit_card .container:hover .care_provider_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .no_upcoming_visit_card .container:hover .container_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .no_upcoming_visit_card .container:hover .lab_result_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .no_upcoming_visit_card .container:hover .medical_history_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .past_health_record_card .container:hover .care_provider_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .past_health_record_card .container:hover .container_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .past_health_record_card .container:hover .lab_result_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .past_health_record_card .container:hover .medical_history_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .before_visit_card .container:hover .care_provider_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .before_visit_card .container:hover .container_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .before_visit_card .container:hover .lab_result_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .before_visit_card .container:hover .medical_history_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .canceled_health_record_card .container:hover .care_provider_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .canceled_health_record_card .container:hover .container_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .canceled_health_record_card .container:hover .lab_result_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .canceled_health_record_card .container:hover .medical_history_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .no_canceled_visit_card .container:hover .care_provider_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .no_canceled_visit_card .container:hover .container_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .no_canceled_visit_card .container:hover .lab_result_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .no_canceled_visit_card .container:hover .medical_history_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .no_past_visit_card .container:hover .care_provider_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .no_past_visit_card .container:hover .container_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .no_past_visit_card .container:hover .lab_result_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .no_past_visit_card .container:hover .medical_history_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .no_upcoming_visit_card .container:hover .care_provider_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .no_upcoming_visit_card .container:hover .container_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .no_upcoming_visit_card .container:hover .lab_result_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .no_upcoming_visit_card .container:hover .medical_history_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .past_health_record_card .container:hover .care_provider_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .past_health_record_card .container:hover .container_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .past_health_record_card .container:hover .lab_result_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .past_health_record_card .container:hover .medical_history_text{text-decoration:underline;opacity:1}.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .no_canceled_visit_card,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .no_past_visit_card,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .no_upcoming_visit_card,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .no_canceled_visit_card,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .no_past_visit_card,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .no_upcoming_visit_card,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .no_canceled_visit_card,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .no_past_visit_card,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .no_upcoming_visit_card{grid-template-columns:auto auto auto 65px;margin-top:1.5rem;grid-column-gap:1rem;-moz-column-gap:1rem;column-gap:1rem}.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .no_canceled_visit_card .ic_tdh_visit_request,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .no_past_visit_card .ic_tdh_visit_request,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .no_upcoming_visit_card .ic_tdh_visit_request,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .no_canceled_visit_card .ic_tdh_visit_request,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .no_past_visit_card .ic_tdh_visit_request,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .no_upcoming_visit_card .ic_tdh_visit_request,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .no_canceled_visit_card .ic_tdh_visit_request,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .no_past_visit_card .ic_tdh_visit_request,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .no_upcoming_visit_card .ic_tdh_visit_request{background:url(https://assets.livongo.com/image/upload/v1713278109/web-sdk/icons/ic_tdh_visit_request.svg) no-repeat 50%;width:52px;height:52px;place-self:center end;margin-right:1rem;margin-top:1.125rem}@media only screen and (max-width: 576px) and (min-width: 320px){.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .no_canceled_visit_card .ic_tdh_visit_request,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .no_past_visit_card .ic_tdh_visit_request,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .no_upcoming_visit_card .ic_tdh_visit_request,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .no_canceled_visit_card .ic_tdh_visit_request,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .no_past_visit_card .ic_tdh_visit_request,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .no_upcoming_visit_card .ic_tdh_visit_request,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .no_canceled_visit_card .ic_tdh_visit_request,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .no_past_visit_card .ic_tdh_visit_request,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .no_upcoming_visit_card .ic_tdh_visit_request{background:url(https://assets.livongo.com/image/upload/v1713278097/web-sdk/icons/ic_tdh_visit_request_small.svg) no-repeat 50%;height:37.5px;width:39px}}.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .no_canceled_visit_card .card_title,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .no_past_visit_card .card_title,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .no_upcoming_visit_card .card_title,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .no_canceled_visit_card .card_title,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .no_past_visit_card .card_title,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .no_upcoming_visit_card .card_title,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .no_canceled_visit_card .card_title,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .no_past_visit_card .card_title,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .no_upcoming_visit_card .card_title{grid-column:span 3/span 3}.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .no_canceled_visit_card .card_description,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .no_past_visit_card .card_description,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .no_upcoming_visit_card .card_description,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .no_canceled_visit_card .card_description,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .no_past_visit_card .card_description,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .no_upcoming_visit_card .card_description,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .no_canceled_visit_card .card_description,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .no_past_visit_card .card_description,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .no_upcoming_visit_card .card_description{font-size:1.125rem;line-height:20px;grid-column:span 3/span 3}.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .no_canceled_visit_card .container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .no_past_visit_card .container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .no_upcoming_visit_card .container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .no_canceled_visit_card .container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .no_past_visit_card .container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .no_upcoming_visit_card .container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .no_canceled_visit_card .container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .no_past_visit_card .container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .no_upcoming_visit_card .container{display:flex;flex-direction:row;grid-column:span 3/span 3}.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .no_canceled_visit_card .container .container_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .no_past_visit_card .container .container_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .no_upcoming_visit_card .container .container_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .no_canceled_visit_card .container .container_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .no_past_visit_card .container .container_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .no_upcoming_visit_card .container .container_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .no_canceled_visit_card .container .container_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .no_past_visit_card .container .container_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .no_upcoming_visit_card .container .container_text{margin-bottom:0;--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity));font-size:1.125rem;line-height:20px;font-weight:500}.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .no_canceled_visit_card .container .container_text:focus,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .no_past_visit_card .container .container_text:focus,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .no_upcoming_visit_card .container .container_text:focus,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .no_canceled_visit_card .container .container_text:focus,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .no_past_visit_card .container .container_text:focus,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .no_upcoming_visit_card .container .container_text:focus,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .no_canceled_visit_card .container .container_text:focus,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .no_past_visit_card .container .container_text:focus,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .no_upcoming_visit_card .container .container_text:focus{box-shadow:none}.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .no_canceled_visit_card .container .ic_arrow_right_pulse,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .no_past_visit_card .container .ic_arrow_right_pulse,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .no_upcoming_visit_card .container .ic_arrow_right_pulse,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .no_canceled_visit_card .container .ic_arrow_right_pulse,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .no_past_visit_card .container .ic_arrow_right_pulse,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .no_upcoming_visit_card .container .ic_arrow_right_pulse,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .no_canceled_visit_card .container .ic_arrow_right_pulse,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .no_past_visit_card .container .ic_arrow_right_pulse,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .no_upcoming_visit_card .container .ic_arrow_right_pulse{background:url(https://assets.livongo.com/image/upload/v1713275681/web-sdk/icons/arrow-settings-button.svg) no-repeat 50%;height:1rem;width:1rem;margin-top:.25rem}.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .before_visit_card .ic_tdh_visit_prep,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .before_visit_card .ic_tdh_visit_prep,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .before_visit_card .ic_tdh_visit_prep{background:url(https://assets.livongo.com/image/upload/v1713278083/web-sdk/icons/ic_tdh_visit_prep.svg) no-repeat 50%;width:52px;height:52px;place-self:center end;margin-bottom:.25rem;margin-right:1rem;margin-top:1.125rem}@media only screen and (max-width: 576px) and (min-width: 320px){.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .before_visit_card .ic_tdh_visit_prep,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .before_visit_card .ic_tdh_visit_prep,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .before_visit_card .ic_tdh_visit_prep{width:42px;height:42px;background:url(https://assets.livongo.com/image/upload/v1713278071/web-sdk/icons/ic_tdh_visit_prep_small.svg) no-repeat 50%}}@media (max-width: 576px){.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .before_visit_card .container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .before_visit_card .container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .before_visit_card .container{grid-column:span 2/span 2}}@media (max-width: 576px){.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .before_visit_card .medical_history_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .before_visit_card .medical_history_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .before_visit_card .medical_history_container{padding-bottom:1rem}}.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .before_visit_card,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .canceled_health_record_card,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .past_health_record_card,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .before_visit_card,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .canceled_health_record_card,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .past_health_record_card,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .before_visit_card,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .canceled_health_record_card,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .past_health_record_card{margin-top:1.5rem;grid-template-columns:65px 1fr 1fr 65px}.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .before_visit_card .card_description,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .before_visit_card .card_title,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .canceled_health_record_card .card_description,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .canceled_health_record_card .card_title,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .past_health_record_card .card_description,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .past_health_record_card .card_title,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .before_visit_card .card_description,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .before_visit_card .card_title,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .canceled_health_record_card .card_description,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .canceled_health_record_card .card_title,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .past_health_record_card .card_description,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .past_health_record_card .card_title,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .before_visit_card .card_description,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .before_visit_card .card_title,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .canceled_health_record_card .card_description,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .canceled_health_record_card .card_title,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .past_health_record_card .card_description,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .past_health_record_card .card_title{grid-column:span 3/span 3}.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .before_visit_card .lab_result_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .before_visit_card .medical_history_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .before_visit_card .provider_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .before_visit_card .records_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .canceled_health_record_card .lab_result_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .canceled_health_record_card .medical_history_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .canceled_health_record_card .provider_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .canceled_health_record_card .records_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .past_health_record_card .lab_result_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .past_health_record_card .medical_history_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .past_health_record_card .provider_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .past_health_record_card .records_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .before_visit_card .lab_result_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .before_visit_card .medical_history_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .before_visit_card .provider_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .before_visit_card .records_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .canceled_health_record_card .lab_result_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .canceled_health_record_card .medical_history_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .canceled_health_record_card .provider_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .canceled_health_record_card .records_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .past_health_record_card .lab_result_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .past_health_record_card .medical_history_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .past_health_record_card .provider_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .past_health_record_card .records_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .before_visit_card .lab_result_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .before_visit_card .medical_history_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .before_visit_card .provider_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .before_visit_card .records_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .canceled_health_record_card .lab_result_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .canceled_health_record_card .medical_history_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .canceled_health_record_card .provider_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .canceled_health_record_card .records_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .past_health_record_card .lab_result_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .past_health_record_card .medical_history_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .past_health_record_card .provider_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .past_health_record_card .records_container{grid-column:span 2/span 2;height:-moz-fit-content;height:fit-content}@media only screen and (max-width: 576px) and (min-width: 320px){.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .before_visit_card .lab_result_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .before_visit_card .medical_history_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .before_visit_card .provider_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .before_visit_card .records_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .canceled_health_record_card .lab_result_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .canceled_health_record_card .medical_history_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .canceled_health_record_card .provider_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .canceled_health_record_card .records_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .past_health_record_card .lab_result_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .past_health_record_card .medical_history_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .past_health_record_card .provider_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .past_health_record_card .records_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .before_visit_card .lab_result_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .before_visit_card .medical_history_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .before_visit_card .provider_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .before_visit_card .records_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .canceled_health_record_card .lab_result_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .canceled_health_record_card .medical_history_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .canceled_health_record_card .provider_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .canceled_health_record_card .records_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .past_health_record_card .lab_result_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .past_health_record_card .medical_history_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .past_health_record_card .provider_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .past_health_record_card .records_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .before_visit_card .lab_result_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .before_visit_card .medical_history_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .before_visit_card .provider_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .before_visit_card .records_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .canceled_health_record_card .lab_result_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .canceled_health_record_card .medical_history_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .canceled_health_record_card .provider_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .canceled_health_record_card .records_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .past_health_record_card .lab_result_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .past_health_record_card .medical_history_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .past_health_record_card .provider_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .past_health_record_card .records_container{grid-column:span 4/span 4}}.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .before_visit_card .ic_tdh_visit_share,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .canceled_health_record_card .ic_tdh_visit_share,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .past_health_record_card .ic_tdh_visit_share,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .before_visit_card .ic_tdh_visit_share,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .canceled_health_record_card .ic_tdh_visit_share,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .past_health_record_card .ic_tdh_visit_share,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .before_visit_card .ic_tdh_visit_share,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .canceled_health_record_card .ic_tdh_visit_share,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .past_health_record_card .ic_tdh_visit_share{margin-top:20px;background:url(https://assets.livongo.com/image/upload/v1713278134/web-sdk/icons/ic_tdh_visit_share.svg) no-repeat 50%;width:52px;height:4rem;place-self:center end}@media only screen and (max-width: 576px) and (min-width: 320px){.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .before_visit_card .ic_tdh_visit_share,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .canceled_health_record_card .ic_tdh_visit_share,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body .past_health_record_card .ic_tdh_visit_share,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .before_visit_card .ic_tdh_visit_share,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .canceled_health_record_card .ic_tdh_visit_share,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body .past_health_record_card .ic_tdh_visit_share,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .before_visit_card .ic_tdh_visit_share,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .canceled_health_record_card .ic_tdh_visit_share,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body .past_health_record_card .ic_tdh_visit_share{margin-top:0;background:url(https://assets.livongo.com/image/upload/v1713278121/web-sdk/icons/ic_tdh_visit_share_small.svg) no-repeat 50%;width:2.5rem;height:50px}}.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=canceled_card_],.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=past_card_],.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=upcoming_card_],.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=canceled_card_],.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=past_card_],.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=upcoming_card_],.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=canceled_card_],.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=past_card_],.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=upcoming_card_]{margin-top:1.5rem;border-radius:.75rem;box-shadow:0 1px 4px 1px rgba(0,0,0,0.0784314)}.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=canceled_card_] .main_section,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=past_card_] .main_section,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=upcoming_card_] .main_section,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=canceled_card_] .main_section,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=past_card_] .main_section,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=upcoming_card_] .main_section,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=canceled_card_] .main_section,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=past_card_] .main_section,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=upcoming_card_] .main_section{padding:1.5rem;display:flex;flex-direction:row;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));border-radius:.75rem}.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=canceled_card_] .main_section .left_section,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=past_card_] .main_section .left_section,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=upcoming_card_] .main_section .left_section,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=canceled_card_] .main_section .left_section,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=past_card_] .main_section .left_section,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=upcoming_card_] .main_section .left_section,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=canceled_card_] .main_section .left_section,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=past_card_] .main_section .left_section,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=upcoming_card_] .main_section .left_section{padding-left:1rem;padding-right:1rem;padding-bottom:10px}.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=canceled_card_] .main_section .left_section .day,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=canceled_card_] .main_section .left_section .month,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=past_card_] .main_section .left_section .day,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=past_card_] .main_section .left_section .month,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=upcoming_card_] .main_section .left_section .day,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=upcoming_card_] .main_section .left_section .month,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=canceled_card_] .main_section .left_section .day,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=canceled_card_] .main_section .left_section .month,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=past_card_] .main_section .left_section .day,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=past_card_] .main_section .left_section .month,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=upcoming_card_] .main_section .left_section .day,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=upcoming_card_] .main_section .left_section .month,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=canceled_card_] .main_section .left_section .day,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=canceled_card_] .main_section .left_section .month,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=past_card_] .main_section .left_section .day,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=past_card_] .main_section .left_section .month,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=upcoming_card_] .main_section .left_section .day,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=upcoming_card_] .main_section .left_section .month{font-weight:500;margin-bottom:0;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity))}.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=canceled_card_] .main_section .left_section .day,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=past_card_] .main_section .left_section .day,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=upcoming_card_] .main_section .left_section .day,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=canceled_card_] .main_section .left_section .day,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=past_card_] .main_section .left_section .day,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=upcoming_card_] .main_section .left_section .day,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=canceled_card_] .main_section .left_section .day,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=past_card_] .main_section .left_section .day,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=upcoming_card_] .main_section .left_section .day{line-height:2rem;font-size:26px;width:-moz-fit-content;width:fit-content;margin-left:auto;margin-right:auto}@media only screen and (max-width: 576px) and (min-width: 320px){.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=canceled_card_] .main_section .left_section .day,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=past_card_] .main_section .left_section .day,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=upcoming_card_] .main_section .left_section .day,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=canceled_card_] .main_section .left_section .day,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=past_card_] .main_section .left_section .day,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=upcoming_card_] .main_section .left_section .day,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=canceled_card_] .main_section .left_section .day,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=past_card_] .main_section .left_section .day,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=upcoming_card_] .main_section .left_section .day{font-size:22px;line-height:1.5rem}}.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=canceled_card_] .main_section .left_section .month,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=past_card_] .main_section .left_section .month,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=upcoming_card_] .main_section .left_section .month,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=canceled_card_] .main_section .left_section .month,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=past_card_] .main_section .left_section .month,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=upcoming_card_] .main_section .left_section .month,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=canceled_card_] .main_section .left_section .month,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=past_card_] .main_section .left_section .month,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=upcoming_card_] .main_section .left_section .month{font-size:1.125rem;line-height:20px}@media only screen and (max-width: 576px) and (min-width: 320px){.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=canceled_card_] .main_section .left_section .month,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=past_card_] .main_section .left_section .month,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=upcoming_card_] .main_section .left_section .month,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=canceled_card_] .main_section .left_section .month,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=past_card_] .main_section .left_section .month,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=upcoming_card_] .main_section .left_section .month,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=canceled_card_] .main_section .left_section .month,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=past_card_] .main_section .left_section .month,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=upcoming_card_] .main_section .left_section .month{font-size:15px;line-height:20px}}.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=canceled_card_] .main_section .left_section .comm_method_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=past_card_] .main_section .left_section .comm_method_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=upcoming_card_] .main_section .left_section .comm_method_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=canceled_card_] .main_section .left_section .comm_method_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=past_card_] .main_section .left_section .comm_method_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=upcoming_card_] .main_section .left_section .comm_method_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=canceled_card_] .main_section .left_section .comm_method_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=past_card_] .main_section .left_section .comm_method_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=upcoming_card_] .main_section .left_section .comm_method_container{display:flex;justify-content:center;align-items:center;height:2rem;width:2rem}.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=canceled_card_] .main_section .left_section .comm_method_container .ic_pulse_phone_default,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=canceled_card_] .main_section .left_section .comm_method_container .ic_pulse_video_default,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=canceled_card_] .main_section .left_section .comm_method_container .ic_tdh_nav_bar_messages,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=past_card_] .main_section .left_section .comm_method_container .ic_pulse_phone_default,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=past_card_] .main_section .left_section .comm_method_container .ic_pulse_video_default,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=past_card_] .main_section .left_section .comm_method_container .ic_tdh_nav_bar_messages,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=upcoming_card_] .main_section .left_section .comm_method_container .ic_pulse_phone_default,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=upcoming_card_] .main_section .left_section .comm_method_container .ic_pulse_video_default,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=upcoming_card_] .main_section .left_section .comm_method_container .ic_tdh_nav_bar_messages,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=canceled_card_] .main_section .left_section .comm_method_container .ic_pulse_phone_default,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=canceled_card_] .main_section .left_section .comm_method_container .ic_pulse_video_default,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=canceled_card_] .main_section .left_section .comm_method_container .ic_tdh_nav_bar_messages,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=past_card_] .main_section .left_section .comm_method_container .ic_pulse_phone_default,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=past_card_] .main_section .left_section .comm_method_container .ic_pulse_video_default,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=past_card_] .main_section .left_section .comm_method_container .ic_tdh_nav_bar_messages,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=upcoming_card_] .main_section .left_section .comm_method_container .ic_pulse_phone_default,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=upcoming_card_] .main_section .left_section .comm_method_container .ic_pulse_video_default,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=upcoming_card_] .main_section .left_section .comm_method_container .ic_tdh_nav_bar_messages,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=canceled_card_] .main_section .left_section .comm_method_container .ic_pulse_phone_default,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=canceled_card_] .main_section .left_section .comm_method_container .ic_pulse_video_default,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=canceled_card_] .main_section .left_section .comm_method_container .ic_tdh_nav_bar_messages,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=past_card_] .main_section .left_section .comm_method_container .ic_pulse_phone_default,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=past_card_] .main_section .left_section .comm_method_container .ic_pulse_video_default,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=past_card_] .main_section .left_section .comm_method_container .ic_tdh_nav_bar_messages,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=upcoming_card_] .main_section .left_section .comm_method_container .ic_pulse_phone_default,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=upcoming_card_] .main_section .left_section .comm_method_container .ic_pulse_video_default,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=upcoming_card_] .main_section .left_section .comm_method_container .ic_tdh_nav_bar_messages{margin-right:0;height:1rem;width:1rem}.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=canceled_card_] .main_section .left_section .comm_method_container .ic_pulse_video_default,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=past_card_] .main_section .left_section .comm_method_container .ic_pulse_video_default,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=upcoming_card_] .main_section .left_section .comm_method_container .ic_pulse_video_default,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=canceled_card_] .main_section .left_section .comm_method_container .ic_pulse_video_default,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=past_card_] .main_section .left_section .comm_method_container .ic_pulse_video_default,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=upcoming_card_] .main_section .left_section .comm_method_container .ic_pulse_video_default,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=canceled_card_] .main_section .left_section .comm_method_container .ic_pulse_video_default,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=past_card_] .main_section .left_section .comm_method_container .ic_pulse_video_default,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=upcoming_card_] .main_section .left_section .comm_method_container .ic_pulse_video_default{background:url(https://assets.livongo.com/image/upload/v1713276886/web-sdk/icons/ic_pulse_video_default_black.svg) no-repeat 50%}.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=canceled_card_] .main_section .left_section .comm_method_container .ic_pulse_phone_default,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=past_card_] .main_section .left_section .comm_method_container .ic_pulse_phone_default,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=upcoming_card_] .main_section .left_section .comm_method_container .ic_pulse_phone_default,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=canceled_card_] .main_section .left_section .comm_method_container .ic_pulse_phone_default,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=past_card_] .main_section .left_section .comm_method_container .ic_pulse_phone_default,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=upcoming_card_] .main_section .left_section .comm_method_container .ic_pulse_phone_default,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=canceled_card_] .main_section .left_section .comm_method_container .ic_pulse_phone_default,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=past_card_] .main_section .left_section .comm_method_container .ic_pulse_phone_default,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=upcoming_card_] .main_section .left_section .comm_method_container .ic_pulse_phone_default{background:url(https://assets.livongo.com/image/upload/v1713276809/web-sdk/icons/ic_pulse_phone_default_black.svg) no-repeat 50%}.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=canceled_card_] .main_section .left_section .comm_method_container .ic_tdh_nav_bar_messages,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=past_card_] .main_section .left_section .comm_method_container .ic_tdh_nav_bar_messages,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=upcoming_card_] .main_section .left_section .comm_method_container .ic_tdh_nav_bar_messages,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=canceled_card_] .main_section .left_section .comm_method_container .ic_tdh_nav_bar_messages,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=past_card_] .main_section .left_section .comm_method_container .ic_tdh_nav_bar_messages,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=upcoming_card_] .main_section .left_section .comm_method_container .ic_tdh_nav_bar_messages,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=canceled_card_] .main_section .left_section .comm_method_container .ic_tdh_nav_bar_messages,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=past_card_] .main_section .left_section .comm_method_container .ic_tdh_nav_bar_messages,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=upcoming_card_] .main_section .left_section .comm_method_container .ic_tdh_nav_bar_messages{background:url(https://assets.livongo.com/image/upload/v1713277918/web-sdk/icons/ic_tdh_nav_bar_messages.svg) no-repeat 50%}.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=canceled_card_] .main_section .right_section,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=past_card_] .main_section .right_section,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=upcoming_card_] .main_section .right_section,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=canceled_card_] .main_section .right_section,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=past_card_] .main_section .right_section,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=upcoming_card_] .main_section .right_section,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=canceled_card_] .main_section .right_section,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=past_card_] .main_section .right_section,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=upcoming_card_] .main_section .right_section{--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));border-left-width:1px;--border-opacity:1;border-color:#6f6f6f;border-color:rgba(111, 111, 111, var(--border-opacity));padding-left:.75rem;flex-grow:1}.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=canceled_card_] .main_section .right_section .tag,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=past_card_] .main_section .right_section .tag,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=upcoming_card_] .main_section .right_section .tag,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=canceled_card_] .main_section .right_section .tag,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=past_card_] .main_section .right_section .tag,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=upcoming_card_] .main_section .right_section .tag,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=canceled_card_] .main_section .right_section .tag,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=past_card_] .main_section .right_section .tag,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=upcoming_card_] .main_section .right_section .tag{padding:2px .875rem;margin-bottom:.25rem;border-width:1px;--border-opacity:1;border-color:#dfe0df;border-color:rgba(223, 224, 223, var(--border-opacity));border-radius:9999px;width:-moz-fit-content;width:fit-content}.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=canceled_card_] .main_section .right_section .tag .tag_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=past_card_] .main_section .right_section .tag .tag_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=upcoming_card_] .main_section .right_section .tag .tag_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=canceled_card_] .main_section .right_section .tag .tag_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=past_card_] .main_section .right_section .tag .tag_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=upcoming_card_] .main_section .right_section .tag .tag_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=canceled_card_] .main_section .right_section .tag .tag_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=past_card_] .main_section .right_section .tag .tag_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=upcoming_card_] .main_section .right_section .tag .tag_text{margin-bottom:0;width:-moz-fit-content;width:fit-content;font-size:15px;line-height:20px;font-weight:400}.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=canceled_card_] .main_section .right_section .time,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=past_card_] .main_section .right_section .time,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=upcoming_card_] .main_section .right_section .time,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=canceled_card_] .main_section .right_section .time,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=past_card_] .main_section .right_section .time,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=upcoming_card_] .main_section .right_section .time,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=canceled_card_] .main_section .right_section .time,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=past_card_] .main_section .right_section .time,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=upcoming_card_] .main_section .right_section .time{font-size:1.125rem;line-height:1.75rem;font-weight:500;margin-bottom:.5rem;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity))}@media only screen and (max-width: 576px) and (min-width: 320px){.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=canceled_card_] .main_section .right_section .time,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=past_card_] .main_section .right_section .time,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=upcoming_card_] .main_section .right_section .time,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=canceled_card_] .main_section .right_section .time,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=past_card_] .main_section .right_section .time,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=upcoming_card_] .main_section .right_section .time,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=canceled_card_] .main_section .right_section .time,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=past_card_] .main_section .right_section .time,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=upcoming_card_] .main_section .right_section .time{font-weight:700;font-size:15px;line-height:20px;margin-bottom:.75rem}}.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=canceled_card_] .main_section .right_section .copay,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=canceled_card_] .main_section .right_section .provider,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=canceled_card_] .main_section .right_section .reason,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=past_card_] .main_section .right_section .copay,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=past_card_] .main_section .right_section .provider,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=past_card_] .main_section .right_section .reason,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=upcoming_card_] .main_section .right_section .copay,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=upcoming_card_] .main_section .right_section .provider,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=upcoming_card_] .main_section .right_section .reason,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=canceled_card_] .main_section .right_section .copay,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=canceled_card_] .main_section .right_section .provider,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=canceled_card_] .main_section .right_section .reason,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=past_card_] .main_section .right_section .copay,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=past_card_] .main_section .right_section .provider,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=past_card_] .main_section .right_section .reason,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=upcoming_card_] .main_section .right_section .copay,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=upcoming_card_] .main_section .right_section .provider,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=upcoming_card_] .main_section .right_section .reason,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=canceled_card_] .main_section .right_section .copay,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=canceled_card_] .main_section .right_section .provider,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=canceled_card_] .main_section .right_section .reason,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=past_card_] .main_section .right_section .copay,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=past_card_] .main_section .right_section .provider,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=past_card_] .main_section .right_section .reason,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=upcoming_card_] .main_section .right_section .copay,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=upcoming_card_] .main_section .right_section .provider,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=upcoming_card_] .main_section .right_section .reason{font-size:1.125rem;line-height:1.75rem;font-weight:400;margin-bottom:0;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));width:-moz-fit-content;width:fit-content}@media only screen and (max-width: 576px) and (min-width: 320px){.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=canceled_card_] .main_section .right_section .copay,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=canceled_card_] .main_section .right_section .provider,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=canceled_card_] .main_section .right_section .reason,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=past_card_] .main_section .right_section .copay,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=past_card_] .main_section .right_section .provider,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=past_card_] .main_section .right_section .reason,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=upcoming_card_] .main_section .right_section .copay,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=upcoming_card_] .main_section .right_section .provider,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=upcoming_card_] .main_section .right_section .reason,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=canceled_card_] .main_section .right_section .copay,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=canceled_card_] .main_section .right_section .provider,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=canceled_card_] .main_section .right_section .reason,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=past_card_] .main_section .right_section .copay,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=past_card_] .main_section .right_section .provider,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=past_card_] .main_section .right_section .reason,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=upcoming_card_] .main_section .right_section .copay,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=upcoming_card_] .main_section .right_section .provider,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=upcoming_card_] .main_section .right_section .reason,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=canceled_card_] .main_section .right_section .copay,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=canceled_card_] .main_section .right_section .provider,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=canceled_card_] .main_section .right_section .reason,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=past_card_] .main_section .right_section .copay,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=past_card_] .main_section .right_section .provider,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=past_card_] .main_section .right_section .reason,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=upcoming_card_] .main_section .right_section .copay,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=upcoming_card_] .main_section .right_section .provider,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=upcoming_card_] .main_section .right_section .reason{font-size:15px;line-height:20px}}.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=canceled_card_] .main_section .right_section .excuse_note_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=past_card_] .main_section .right_section .excuse_note_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=upcoming_card_] .main_section .right_section .excuse_note_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=canceled_card_] .main_section .right_section .excuse_note_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=past_card_] .main_section .right_section .excuse_note_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=upcoming_card_] .main_section .right_section .excuse_note_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=canceled_card_] .main_section .right_section .excuse_note_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=past_card_] .main_section .right_section .excuse_note_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=upcoming_card_] .main_section .right_section .excuse_note_container{margin-top:.75rem;margin-bottom:.25rem}.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=canceled_card_] .main_section .right_section .derm_photo_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=past_card_] .main_section .right_section .derm_photo_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=upcoming_card_] .main_section .right_section .derm_photo_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=canceled_card_] .main_section .right_section .derm_photo_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=past_card_] .main_section .right_section .derm_photo_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=upcoming_card_] .main_section .right_section .derm_photo_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=canceled_card_] .main_section .right_section .derm_photo_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=past_card_] .main_section .right_section .derm_photo_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=upcoming_card_] .main_section .right_section .derm_photo_container{margin-top:.5rem;margin-bottom:0}.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=canceled_card_] .main_section .right_section .derm_photo_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=canceled_card_] .main_section .right_section .excuse_note_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=past_card_] .main_section .right_section .derm_photo_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=past_card_] .main_section .right_section .excuse_note_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=upcoming_card_] .main_section .right_section .derm_photo_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=upcoming_card_] .main_section .right_section .excuse_note_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=canceled_card_] .main_section .right_section .derm_photo_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=canceled_card_] .main_section .right_section .excuse_note_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=past_card_] .main_section .right_section .derm_photo_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=past_card_] .main_section .right_section .excuse_note_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=upcoming_card_] .main_section .right_section .derm_photo_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=upcoming_card_] .main_section .right_section .excuse_note_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=canceled_card_] .main_section .right_section .derm_photo_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=canceled_card_] .main_section .right_section .excuse_note_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=past_card_] .main_section .right_section .derm_photo_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=past_card_] .main_section .right_section .excuse_note_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=upcoming_card_] .main_section .right_section .derm_photo_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=upcoming_card_] .main_section .right_section .excuse_note_container{display:flex;flex-direction:row}.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=canceled_card_] .main_section .right_section .derm_photo_container .derm_reviewing_photos,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=canceled_card_] .main_section .right_section .derm_photo_container .excuse_note_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=canceled_card_] .main_section .right_section .excuse_note_container .derm_reviewing_photos,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=canceled_card_] .main_section .right_section .excuse_note_container .excuse_note_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=past_card_] .main_section .right_section .derm_photo_container .derm_reviewing_photos,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=past_card_] .main_section .right_section .derm_photo_container .excuse_note_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=past_card_] .main_section .right_section .excuse_note_container .derm_reviewing_photos,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=past_card_] .main_section .right_section .excuse_note_container .excuse_note_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=upcoming_card_] .main_section .right_section .derm_photo_container .derm_reviewing_photos,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=upcoming_card_] .main_section .right_section .derm_photo_container .excuse_note_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=upcoming_card_] .main_section .right_section .excuse_note_container .derm_reviewing_photos,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=upcoming_card_] .main_section .right_section .excuse_note_container .excuse_note_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=canceled_card_] .main_section .right_section .derm_photo_container .derm_reviewing_photos,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=canceled_card_] .main_section .right_section .derm_photo_container .excuse_note_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=canceled_card_] .main_section .right_section .excuse_note_container .derm_reviewing_photos,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=canceled_card_] .main_section .right_section .excuse_note_container .excuse_note_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=past_card_] .main_section .right_section .derm_photo_container .derm_reviewing_photos,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=past_card_] .main_section .right_section .derm_photo_container .excuse_note_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=past_card_] .main_section .right_section .excuse_note_container .derm_reviewing_photos,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=past_card_] .main_section .right_section .excuse_note_container .excuse_note_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=upcoming_card_] .main_section .right_section .derm_photo_container .derm_reviewing_photos,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=upcoming_card_] .main_section .right_section .derm_photo_container .excuse_note_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=upcoming_card_] .main_section .right_section .excuse_note_container .derm_reviewing_photos,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=upcoming_card_] .main_section .right_section .excuse_note_container .excuse_note_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=canceled_card_] .main_section .right_section .derm_photo_container .derm_reviewing_photos,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=canceled_card_] .main_section .right_section .derm_photo_container .excuse_note_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=canceled_card_] .main_section .right_section .excuse_note_container .derm_reviewing_photos,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=canceled_card_] .main_section .right_section .excuse_note_container .excuse_note_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=past_card_] .main_section .right_section .derm_photo_container .derm_reviewing_photos,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=past_card_] .main_section .right_section .derm_photo_container .excuse_note_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=past_card_] .main_section .right_section .excuse_note_container .derm_reviewing_photos,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=past_card_] .main_section .right_section .excuse_note_container .excuse_note_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=upcoming_card_] .main_section .right_section .derm_photo_container .derm_reviewing_photos,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=upcoming_card_] .main_section .right_section .derm_photo_container .excuse_note_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=upcoming_card_] .main_section .right_section .excuse_note_container .derm_reviewing_photos,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=upcoming_card_] .main_section .right_section .excuse_note_container .excuse_note_text{font-size:15px;line-height:20px;font-weight:400;margin-bottom:0;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity))}.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=canceled_card_] .main_section .right_section .derm_photo_container .excuse_note_ico_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=canceled_card_] .main_section .right_section .excuse_note_container .excuse_note_ico_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=past_card_] .main_section .right_section .derm_photo_container .excuse_note_ico_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=past_card_] .main_section .right_section .excuse_note_container .excuse_note_ico_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=upcoming_card_] .main_section .right_section .derm_photo_container .excuse_note_ico_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=upcoming_card_] .main_section .right_section .excuse_note_container .excuse_note_ico_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=canceled_card_] .main_section .right_section .derm_photo_container .excuse_note_ico_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=canceled_card_] .main_section .right_section .excuse_note_container .excuse_note_ico_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=past_card_] .main_section .right_section .derm_photo_container .excuse_note_ico_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=past_card_] .main_section .right_section .excuse_note_container .excuse_note_ico_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=upcoming_card_] .main_section .right_section .derm_photo_container .excuse_note_ico_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=upcoming_card_] .main_section .right_section .excuse_note_container .excuse_note_ico_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=canceled_card_] .main_section .right_section .derm_photo_container .excuse_note_ico_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=canceled_card_] .main_section .right_section .excuse_note_container .excuse_note_ico_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=past_card_] .main_section .right_section .derm_photo_container .excuse_note_ico_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=past_card_] .main_section .right_section .excuse_note_container .excuse_note_ico_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=upcoming_card_] .main_section .right_section .derm_photo_container .excuse_note_ico_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=upcoming_card_] .main_section .right_section .excuse_note_container .excuse_note_ico_container{display:flex;justify-content:center;align-items:center;margin-right:.25rem}.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=canceled_card_] .main_section .right_section .derm_photo_container .excuse_note_ico_container .ic_tdh_check_circle_default,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=canceled_card_] .main_section .right_section .excuse_note_container .excuse_note_ico_container .ic_tdh_check_circle_default,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=past_card_] .main_section .right_section .derm_photo_container .excuse_note_ico_container .ic_tdh_check_circle_default,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=past_card_] .main_section .right_section .excuse_note_container .excuse_note_ico_container .ic_tdh_check_circle_default,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=upcoming_card_] .main_section .right_section .derm_photo_container .excuse_note_ico_container .ic_tdh_check_circle_default,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=upcoming_card_] .main_section .right_section .excuse_note_container .excuse_note_ico_container .ic_tdh_check_circle_default,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=canceled_card_] .main_section .right_section .derm_photo_container .excuse_note_ico_container .ic_tdh_check_circle_default,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=canceled_card_] .main_section .right_section .excuse_note_container .excuse_note_ico_container .ic_tdh_check_circle_default,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=past_card_] .main_section .right_section .derm_photo_container .excuse_note_ico_container .ic_tdh_check_circle_default,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=past_card_] .main_section .right_section .excuse_note_container .excuse_note_ico_container .ic_tdh_check_circle_default,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=upcoming_card_] .main_section .right_section .derm_photo_container .excuse_note_ico_container .ic_tdh_check_circle_default,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=upcoming_card_] .main_section .right_section .excuse_note_container .excuse_note_ico_container .ic_tdh_check_circle_default,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=canceled_card_] .main_section .right_section .derm_photo_container .excuse_note_ico_container .ic_tdh_check_circle_default,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=canceled_card_] .main_section .right_section .excuse_note_container .excuse_note_ico_container .ic_tdh_check_circle_default,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=past_card_] .main_section .right_section .derm_photo_container .excuse_note_ico_container .ic_tdh_check_circle_default,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=past_card_] .main_section .right_section .excuse_note_container .excuse_note_ico_container .ic_tdh_check_circle_default,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=upcoming_card_] .main_section .right_section .derm_photo_container .excuse_note_ico_container .ic_tdh_check_circle_default,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=upcoming_card_] .main_section .right_section .excuse_note_container .excuse_note_ico_container .ic_tdh_check_circle_default{margin-right:0;width:1.125rem;height:18px;background:url(https://assets.livongo.com/image/upload/v1713277085/web-sdk/icons/ic_tdh_check_circle_default.svg) no-repeat 50%}.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=canceled_card_] .buttons_section,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=past_card_] .buttons_section,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=upcoming_card_] .buttons_section,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=canceled_card_] .buttons_section,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=past_card_] .buttons_section,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=upcoming_card_] .buttons_section,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=canceled_card_] .buttons_section,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=past_card_] .buttons_section,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=upcoming_card_] .buttons_section{--bg-opacity:1;background-color:#f7f9f9;background-color:rgba(247, 249, 249, var(--bg-opacity));border-top-width:1px;--border-opacity:1;border-color:#dfe0df;border-color:rgba(223, 224, 223, var(--border-opacity));padding-top:1rem;padding-bottom:1rem;border-bottom-right-radius:.75rem;border-bottom-left-radius:.75rem}@media only screen and (max-width: 576px) and (min-width: 320px){.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=canceled_card_] .buttons_section,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=past_card_] .buttons_section,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=upcoming_card_] .buttons_section,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=canceled_card_] .buttons_section,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=past_card_] .buttons_section,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=upcoming_card_] .buttons_section,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=canceled_card_] .buttons_section,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=past_card_] .buttons_section,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=upcoming_card_] .buttons_section{padding-left:1.5rem;padding-right:1.5rem}}.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=canceled_card_] .buttons_section .upcoming_visit_card_messages_button .button,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=past_card_] .buttons_section .upcoming_visit_card_messages_button .button,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=upcoming_card_] .buttons_section .upcoming_visit_card_messages_button .button,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=canceled_card_] .buttons_section .upcoming_visit_card_messages_button .button,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=past_card_] .buttons_section .upcoming_visit_card_messages_button .button,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=upcoming_card_] .buttons_section .upcoming_visit_card_messages_button .button,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=canceled_card_] .buttons_section .upcoming_visit_card_messages_button .button,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=past_card_] .buttons_section .upcoming_visit_card_messages_button .button,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=upcoming_card_] .buttons_section .upcoming_visit_card_messages_button .button{border-radius:9999px;margin:0 auto;width:-moz-fit-content;width:fit-content;padding:14px 2rem}@media only screen and (max-width: 576px) and (min-width: 320px){.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=canceled_card_] .buttons_section .upcoming_visit_card_messages_button .button,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=past_card_] .buttons_section .upcoming_visit_card_messages_button .button,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=upcoming_card_] .buttons_section .upcoming_visit_card_messages_button .button,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=canceled_card_] .buttons_section .upcoming_visit_card_messages_button .button,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=past_card_] .buttons_section .upcoming_visit_card_messages_button .button,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=upcoming_card_] .buttons_section .upcoming_visit_card_messages_button .button,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=canceled_card_] .buttons_section .upcoming_visit_card_messages_button .button,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=past_card_] .buttons_section .upcoming_visit_card_messages_button .button,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=upcoming_card_] .buttons_section .upcoming_visit_card_messages_button .button{width:100%}}.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=canceled_card_] .buttons_section .upcoming_visit_card_messages_button .button .upcoming_visit_card_messages_title,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=past_card_] .buttons_section .upcoming_visit_card_messages_button .button .upcoming_visit_card_messages_title,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=upcoming_card_] .buttons_section .upcoming_visit_card_messages_button .button .upcoming_visit_card_messages_title,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=canceled_card_] .buttons_section .upcoming_visit_card_messages_button .button .upcoming_visit_card_messages_title,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=past_card_] .buttons_section .upcoming_visit_card_messages_button .button .upcoming_visit_card_messages_title,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=upcoming_card_] .buttons_section .upcoming_visit_card_messages_button .button .upcoming_visit_card_messages_title,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=canceled_card_] .buttons_section .upcoming_visit_card_messages_button .button .upcoming_visit_card_messages_title,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=past_card_] .buttons_section .upcoming_visit_card_messages_button .button .upcoming_visit_card_messages_title,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=upcoming_card_] .buttons_section .upcoming_visit_card_messages_button .button .upcoming_visit_card_messages_title{--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity));margin:0 auto;font-size:1.125rem;line-height:20px;font-weight:500}.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=canceled_card_] .buttons_section .upcoming_visit_card_messages_button .button .upcoming_visit_card_messages_title:focus,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=past_card_] .buttons_section .upcoming_visit_card_messages_button .button .upcoming_visit_card_messages_title:focus,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=upcoming_card_] .buttons_section .upcoming_visit_card_messages_button .button .upcoming_visit_card_messages_title:focus,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=canceled_card_] .buttons_section .upcoming_visit_card_messages_button .button .upcoming_visit_card_messages_title:focus,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=past_card_] .buttons_section .upcoming_visit_card_messages_button .button .upcoming_visit_card_messages_title:focus,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=upcoming_card_] .buttons_section .upcoming_visit_card_messages_button .button .upcoming_visit_card_messages_title:focus,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=canceled_card_] .buttons_section .upcoming_visit_card_messages_button .button .upcoming_visit_card_messages_title:focus,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=past_card_] .buttons_section .upcoming_visit_card_messages_button .button .upcoming_visit_card_messages_title:focus,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=upcoming_card_] .buttons_section .upcoming_visit_card_messages_button .button .upcoming_visit_card_messages_title:focus{box-shadow:none}.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=canceled_card_] .buttons_section .upcoming_visit_card_join_button,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=past_card_] .buttons_section .upcoming_visit_card_join_button,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=upcoming_card_] .buttons_section .upcoming_visit_card_join_button,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=canceled_card_] .buttons_section .upcoming_visit_card_join_button,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=past_card_] .buttons_section .upcoming_visit_card_join_button,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=upcoming_card_] .buttons_section .upcoming_visit_card_join_button,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=canceled_card_] .buttons_section .upcoming_visit_card_join_button,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=past_card_] .buttons_section .upcoming_visit_card_join_button,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=upcoming_card_] .buttons_section .upcoming_visit_card_join_button{--bg-opacity:1;background-color:#422981;background-color:rgba(66, 41, 129, var(--bg-opacity));width:135px;padding-top:14px;padding-bottom:14px;border-radius:9999px;margin:0 auto}@media only screen and (max-width: 576px) and (min-width: 320px){.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=canceled_card_] .buttons_section .upcoming_visit_card_join_button,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=past_card_] .buttons_section .upcoming_visit_card_join_button,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=upcoming_card_] .buttons_section .upcoming_visit_card_join_button,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=canceled_card_] .buttons_section .upcoming_visit_card_join_button,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=past_card_] .buttons_section .upcoming_visit_card_join_button,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=upcoming_card_] .buttons_section .upcoming_visit_card_join_button,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=canceled_card_] .buttons_section .upcoming_visit_card_join_button,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=past_card_] .buttons_section .upcoming_visit_card_join_button,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=upcoming_card_] .buttons_section .upcoming_visit_card_join_button{width:100%}}.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=canceled_card_] .buttons_section .upcoming_visit_card_join_button .upcoming_visit_card_join_title,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=past_card_] .buttons_section .upcoming_visit_card_join_button .upcoming_visit_card_join_title,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=upcoming_card_] .buttons_section .upcoming_visit_card_join_button .upcoming_visit_card_join_title,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=canceled_card_] .buttons_section .upcoming_visit_card_join_button .upcoming_visit_card_join_title,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=past_card_] .buttons_section .upcoming_visit_card_join_button .upcoming_visit_card_join_title,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=upcoming_card_] .buttons_section .upcoming_visit_card_join_button .upcoming_visit_card_join_title,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=canceled_card_] .buttons_section .upcoming_visit_card_join_button .upcoming_visit_card_join_title,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=past_card_] .buttons_section .upcoming_visit_card_join_button .upcoming_visit_card_join_title,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=upcoming_card_] .buttons_section .upcoming_visit_card_join_button .upcoming_visit_card_join_title{--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity));font-size:1.125rem;font-weight:500;line-height:20px;margin:0 auto}.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=canceled_card_] .buttons_section .buttons_section,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=past_card_] .buttons_section .buttons_section,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=upcoming_card_] .buttons_section .buttons_section,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=canceled_card_] .buttons_section .buttons_section,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=past_card_] .buttons_section .buttons_section,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=upcoming_card_] .buttons_section .buttons_section,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=canceled_card_] .buttons_section .buttons_section,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=past_card_] .buttons_section .buttons_section,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=upcoming_card_] .buttons_section .buttons_section{padding:0;border-style:none !important}.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=canceled_card_] .buttons_section .buttons_section .visit_summary,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=past_card_] .buttons_section .buttons_section .visit_summary,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=upcoming_card_] .buttons_section .buttons_section .visit_summary,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=canceled_card_] .buttons_section .buttons_section .visit_summary,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=past_card_] .buttons_section .buttons_section .visit_summary,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=upcoming_card_] .buttons_section .buttons_section .visit_summary,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=canceled_card_] .buttons_section .buttons_section .visit_summary,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=past_card_] .buttons_section .buttons_section .visit_summary,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=upcoming_card_] .buttons_section .buttons_section .visit_summary{display:flex;flex-direction:row;justify-content:center;grid-column-gap:.5rem;-moz-column-gap:.5rem;column-gap:.5rem}.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=canceled_card_] .buttons_section .buttons_section .visit_summary .past_title,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=past_card_] .buttons_section .buttons_section .visit_summary .past_title,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=upcoming_card_] .buttons_section .buttons_section .visit_summary .past_title,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=canceled_card_] .buttons_section .buttons_section .visit_summary .past_title,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=past_card_] .buttons_section .buttons_section .visit_summary .past_title,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=upcoming_card_] .buttons_section .buttons_section .visit_summary .past_title,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=canceled_card_] .buttons_section .buttons_section .visit_summary .past_title,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=past_card_] .buttons_section .buttons_section .visit_summary .past_title,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=upcoming_card_] .buttons_section .buttons_section .visit_summary .past_title{--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity));font-size:1.125rem;line-height:20px;font-weight:500;margin-bottom:0}.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=canceled_card_] .buttons_section .buttons_section .visit_summary .ic_arrow_right_pulse,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=past_card_] .buttons_section .buttons_section .visit_summary .ic_arrow_right_pulse,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=upcoming_card_] .buttons_section .buttons_section .visit_summary .ic_arrow_right_pulse,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=canceled_card_] .buttons_section .buttons_section .visit_summary .ic_arrow_right_pulse,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=past_card_] .buttons_section .buttons_section .visit_summary .ic_arrow_right_pulse,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=upcoming_card_] .buttons_section .buttons_section .visit_summary .ic_arrow_right_pulse,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=canceled_card_] .buttons_section .buttons_section .visit_summary .ic_arrow_right_pulse,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=past_card_] .buttons_section .buttons_section .visit_summary .ic_arrow_right_pulse,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=upcoming_card_] .buttons_section .buttons_section .visit_summary .ic_arrow_right_pulse{background:url(https://assets.livongo.com/image/upload/v1713283293/web-sdk/icons/arrow-right-pulse.svg) no-repeat 50%;height:1rem;width:1rem;margin-top:.125rem}.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=canceled_card_] .buttons_section .invoce_section,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=past_card_] .buttons_section .invoce_section,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=upcoming_card_] .buttons_section .invoce_section,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=canceled_card_] .buttons_section .invoce_section,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=past_card_] .buttons_section .invoce_section,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=upcoming_card_] .buttons_section .invoce_section,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=canceled_card_] .buttons_section .invoce_section,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=past_card_] .buttons_section .invoce_section,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=upcoming_card_] .buttons_section .invoce_section{display:flex;flex-direction:row;justify-content:center}.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=canceled_card_] .buttons_section .invoce_section .invoice_title,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=past_card_] .buttons_section .invoce_section .invoice_title,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=upcoming_card_] .buttons_section .invoce_section .invoice_title,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=canceled_card_] .buttons_section .invoce_section .invoice_title,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=past_card_] .buttons_section .invoce_section .invoice_title,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=upcoming_card_] .buttons_section .invoce_section .invoice_title,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=canceled_card_] .buttons_section .invoce_section .invoice_title,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=past_card_] .buttons_section .invoce_section .invoice_title,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=upcoming_card_] .buttons_section .invoce_section .invoice_title{--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity));margin-bottom:0}.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=canceled_card_] .buttons_section .invoce_section .icon-web-sdk,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=past_card_] .buttons_section .invoce_section .icon-web-sdk,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=upcoming_card_] .buttons_section .invoce_section .icon-web-sdk,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=canceled_card_] .buttons_section .invoce_section .icon-web-sdk,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=past_card_] .buttons_section .invoce_section .icon-web-sdk,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=upcoming_card_] .buttons_section .invoce_section .icon-web-sdk,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=canceled_card_] .buttons_section .invoce_section .icon-web-sdk,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=past_card_] .buttons_section .invoce_section .icon-web-sdk,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=upcoming_card_] .buttons_section .invoce_section .icon-web-sdk{margin-top:.25rem;height:1rem;width:1rem;margin-left:.5rem;background:url(https://assets.livongo.com/image/upload/v1713275681/web-sdk/icons/arrow-settings-button.svg) no-repeat 50%}.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=canceled_card_] .buttons_section .canceled .canceled_title,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=past_card_] .buttons_section .canceled .canceled_title,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_tab_body [class*=upcoming_card_] .buttons_section .canceled .canceled_title,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=canceled_card_] .buttons_section .canceled .canceled_title,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=past_card_] .buttons_section .canceled .canceled_title,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_tab_body [class*=upcoming_card_] .buttons_section .canceled .canceled_title,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=canceled_card_] .buttons_section .canceled .canceled_title,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=past_card_] .buttons_section .canceled .canceled_title,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_tab_body [class*=upcoming_card_] .buttons_section .canceled .canceled_title{margin:0 auto;width:-moz-fit-content;width:fit-content;--text-opacity:1;color:#6f6f6f;color:rgba(111, 111, 111, var(--text-opacity));font-size:1.125rem;line-height:20px;font-weight:500}.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .visit_policies_accordion_header_closed,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .visit_policies_accordion_header_opened{position:relative}.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .visit_policies_accordion_header_closed .visit_policies_accordion_title,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .visit_policies_accordion_header_opened .visit_policies_accordion_title{font-size:1.125rem;line-height:1.75rem;font-weight:500;margin-bottom:0;padding-top:22px;padding-bottom:22px;margin-left:1rem}.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .visit_policies_accordion_header_closed .visit_policies_accordion_circle,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .visit_policies_accordion_header_opened .visit_policies_accordion_circle{position:absolute;top:22px;right:16px}.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .visit_policies_accordion_header_closed .visit_policies_accordion_circle .ic_tdh_arrow_down_active,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .visit_policies_accordion_header_opened .visit_policies_accordion_circle .ic_tdh_arrow_down_active{background:url(https://assets.livongo.com/image/upload/v1713276992/web-sdk/icons/ic_tdh_arrow_down_active.svg) no-repeat 50%}.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .visit_policies_accordion_header_closed .visit_policies_accordion_circle .ic_tdh_arrow_up_active,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .visit_policies_accordion_header_opened .visit_policies_accordion_circle .ic_tdh_arrow_up_active{background:url(https://assets.livongo.com/image/upload/v1713277026/web-sdk/icons/ic_tdh_arrow_up.svg) no-repeat 50%}.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .visit_policies_accordion_header_opened{border-bottom-width:1px;--border-opacity:1;border-color:#dfe0df;border-color:rgba(223, 224, 223, var(--border-opacity))}.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .visit_policies_accordion_body{--bg-opacity:1;background-color:#f7f9f9;background-color:rgba(247, 249, 249, var(--bg-opacity));padding:1.5rem}.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .visit_policies_accordion_body .policies{--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));border-radius:.75rem;padding-left:1.5rem;padding-right:1.5rem;display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));grid-template-columns:16px auto;grid-column-gap:.5rem;-moz-column-gap:.5rem;column-gap:.5rem}.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .visit_policies_accordion_body .policies .ic_pulse_medicine_default{background:url(https://assets.livongo.com/image/upload/v1713276788/web-sdk/icons/ic_pulse_medicine_default.svg) no-repeat 50%}.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .visit_policies_accordion_body .policies .ic_tdh_ext_link_active{background:url(https://assets.livongo.com/image/upload/v1713277153/web-sdk/icons/ic_tdh_ext_link_active.svg) no-repeat 50%}.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .visit_policies_accordion_body .policies .ic_tdh_document_default{background:url(https://assets.livongo.com/image/upload/v1713277130/web-sdk/icons/ic_tdh_document_default.svg) no-repeat 50%}.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .visit_policies_accordion_body .policies .ic_pulse_error_default{background:url(https://assets.livongo.com/image/upload/v1713276674/web-sdk/icons/ic_pulse_error_default_black.svg) no-repeat 50%}.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .visit_policies_accordion_body .policies .icon-web-sdk{margin-top:1.75rem}.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .visit_policies_accordion_body .policies .icon-web-sdk.ic_tdh_ext_link_active{margin-top:0}.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .visit_policies_accordion_body .policies .divider{grid-column:span 2/span 2}@media (min-width: 576px){.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .visit_policies_accordion_body .policies .divider{margin-left:7rem;margin-right:7rem}}.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .visit_policies_accordion_body .policies .cancellation_title,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .visit_policies_accordion_body .policies .excuse_note_title,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .visit_policies_accordion_body .policies .prescriptions_title{padding-top:1.5rem;font-size:1.125rem;line-height:1.75rem;font-weight:500;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));margin-bottom:1rem}.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .visit_policies_accordion_body .policies .cancellation_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .visit_policies_accordion_body .policies .excuse_note_text,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .visit_policies_accordion_body .policies .prescriptions_text{font-size:15px;line-height:20px;font-weight:400;--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity));margin-bottom:1rem;grid-column:span 2/span 2}.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .visit_policies_accordion_body .policies .text-link-web-sdk{font-size:1.125rem;line-height:20px;--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity));width:-moz-fit-content;width:fit-content;margin-bottom:0}.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .visit_policies_accordion_body .policies .cancellation_policy_container,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .visit_policies_accordion_body .policies .prescriptions_policy_container{grid-column:span 2/span 2;display:flex;margin-bottom:1.5rem}.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .visit_policies_accordion_body .policies .container .cancellation_policy_link,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .visit_policies_accordion_body .policies .container .prescriptions_policy_link{opacity:1}.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .visit_policies_accordion_body .policies .container:hover .cancellation_policy_link,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .visit_policies_accordion_body .policies .container:hover .prescriptions_policy_link{text-decoration:underline;opacity:1}.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_pagination,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_pagination,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_pagination{width:inherit;margin-top:1.5rem;margin-bottom:1.5rem;display:flex;justify-content:center;align-items:center}.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_pagination .pagination_left_button,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_pagination .pagination_right_button,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_pagination .pagination_left_button,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_pagination .pagination_right_button,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_pagination .pagination_left_button,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_pagination .pagination_right_button{width:44px;height:2.75rem;display:flex;justify-content:center;align-items:center}.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_pagination .disabled,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_pagination .disabled,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_pagination .disabled{filter:grayscale(100%) brightness(0.6) sepia(100%)}.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_pagination .ic_arrow_left_pulse,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_pagination .ic_arrow_right_pulse,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_pagination .ic_arrow_left_pulse,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_pagination .ic_arrow_right_pulse,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_pagination .ic_arrow_left_pulse,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_pagination .ic_arrow_right_pulse{display:inline-block;margin:0;width:44px;height:2.75rem;background:url(https://assets.livongo.com/image/upload/v1713275681/web-sdk/icons/arrow-settings-button.svg) no-repeat 50%}.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_pagination .container-content,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_pagination .container-content,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_pagination .container-content{width:44px;height:2.75rem}.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_pagination .ic_arrow_left_pulse,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_pagination .ic_arrow_left_pulse,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_pagination .ic_arrow_left_pulse{--transform-translate-x:0;--transform-translate-y:0;--transform-rotate:0;--transform-skew-x:0;--transform-skew-y:0;--transform-scale-x:1;--transform-scale-y:1;transform:translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));--transform-rotate:180deg}.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .canceled_pagination .page_numbers,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .past_pagination .page_numbers,.root-web-sdk #containerForm .Visits .screen-fields-web-sdk .upcoming_pagination .page_numbers{text-align:center;margin:1.25rem 1.125rem;font-size:1rem;font-weight:400;line-height:20px}.root-web-sdk #containerForm .Error .title-web-sdk,.root-web-sdk #containerForm .HealthInfoError .title-web-sdk{--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));font-size:1.875rem}.root-web-sdk #containerForm .Error .screen-fields-web-sdk .container,.root-web-sdk #containerForm .HealthInfoError .screen-fields-web-sdk .container{display:grid;grid-template-columns:32px auto}.root-web-sdk #containerForm .Error .screen-fields-web-sdk .container .ic_tdh_alert_icon,.root-web-sdk #containerForm .HealthInfoError .screen-fields-web-sdk .container .ic_tdh_alert_icon{background:url(https://assets.livongo.com/image/upload/v1713276981/web-sdk/icons/ic_tdh_alert_icon.svg) no-repeat scroll;width:1.375rem;height:22px}.root-web-sdk #containerForm .Error .screen-fields-web-sdk .container .heading,.root-web-sdk #containerForm .HealthInfoError .screen-fields-web-sdk .container .heading{font-size:22px;line-height:1.75rem;font-weight:400;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));margin-bottom:.25rem}.root-web-sdk #containerForm .Error .screen-fields-web-sdk .container .description,.root-web-sdk #containerForm .HealthInfoError .screen-fields-web-sdk .container .description{grid-column-start:2;font-size:1.125rem;line-height:1.75rem;--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity))}.root-web-sdk #containerForm .AddMedication .emr_new_medication_container .text-label-wrapper-web-sdk.medication_name label span{font-weight:500;line-height:20px;margin:0}.root-web-sdk #containerForm .AddMedication .emr_new_medication_container .text-label-wrapper-web-sdk.medication_name label span,.root-web-sdk #containerForm .AddMedication .emr_new_medication_container .text-label-wrapper-web-sdk.medication_name p{font-size:1.125rem}.root-web-sdk #containerForm .AddMedication .emr_new_medication_container .text-label-wrapper-web-sdk.medication_name p{font-weight:400;line-height:1.75rem}.root-web-sdk #containerForm .AddMedication .emr_new_medication_container div[data-testid=medication_frequency-text-area-root] div#medication_frequency-text-area-help{margin-top:14px;margin-bottom:14px;margin-left:5px}.root-web-sdk #containerForm .AddMedication .emr_new_medication_container div[data-testid=medication_frequency-text-area-root] div#medication_frequency-text-area-help:before{position:relative;top:2px;right:5px}.root-web-sdk #containerForm .AddMedication .emr_new_medication_container div[data-testid=medication_frequency-text-area-root] div#medication_frequency-text-area-help{font-size:1.125rem;line-height:20px}.root-web-sdk #containerForm .AddMedication .emr_new_medication_container div[data-testid=medication_frequency-text-area-root] div#medication_frequency-text-area-help:before{content:url(https://assets.livongo.com/image/upload/v1713283464/web-sdk/icons/info-default.svg);width:1rem;height:1rem;display:inline-block}.root-web-sdk #containerForm .AddMedication .emr_new_medication_container div[data-testid=medication_frequency-text-area-root] textarea#medication_frequency-text-area{font-size:1rem;padding:1rem;min-height:0}.root-web-sdk #containerForm .screen-web-sdk.VendorLandingPage{max-width:440px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.root-web-sdk #containerForm .screen-web-sdk.VendorLandingPage .screen-fields-web-sdk{display:flex;flex-direction:column;align-items:flex-start;grid-gap:2rem;gap:2rem;align-self:stretch;margin-top:32px;margin-bottom:32px}.root-web-sdk #containerForm .screen-web-sdk.VendorLandingPage .screen-fields-web-sdk .lead_container{display:flex;flex-direction:column;align-items:flex-start;grid-gap:1.5rem;gap:1.5rem;align-self:stretch}.root-web-sdk #containerForm .screen-web-sdk.VendorLandingPage .screen-fields-web-sdk .lead_container .hero_image_container{display:flex;flex-direction:column;justify-content:center;align-items:center;align-self:stretch;grid-gap:1rem;gap:1rem;height:10rem}.root-web-sdk #containerForm .screen-web-sdk.VendorLandingPage .screen-fields-web-sdk .lead_container .hero_image_container .hero_image{height:10rem;flex-shrink:0;border-radius:12px}.root-web-sdk #containerForm .screen-web-sdk.VendorLandingPage .screen-fields-web-sdk .lead_container h1[data-testid=title-head_line]{display:flex;align-items:flex-start;grid-gap:.25rem;gap:.25rem;align-self:stretch;font-size:37px;font-weight:700;line-height:2.5rem;margin-bottom:0}.root-web-sdk #containerForm .screen-web-sdk.VendorLandingPage .screen-fields-web-sdk .body_container{display:flex;flex-direction:column;align-items:flex-start;grid-gap:1.5rem;gap:1.5rem;align-self:stretch}.root-web-sdk #containerForm .screen-web-sdk.VendorLandingPage .screen-fields-web-sdk .body_container .description_text{display:flex;align-items:flex-start;grid-gap:.25rem;gap:.25rem;align-self:stretch}.root-web-sdk #containerForm .screen-web-sdk.VendorLandingPage .screen-fields-web-sdk .body_container .description_text .text-content-markdown{--text-opacity:1;color:#000;color:rgba(0, 0, 0, var(--text-opacity));font-size:1.125rem;font-weight:400;line-height:1.75rem}.root-web-sdk #containerForm .screen-web-sdk.VendorLandingPage .screen-fields-web-sdk .body_container .description_text .text-content-markdown p{margin-bottom:0}.root-web-sdk #containerForm .screen-web-sdk.VendorLandingPage .screen-fields-web-sdk .body_container .vendor_logo_mark_container{display:flex;height:4rem;padding:0 .25rem;flex-direction:column;justify-content:center;align-items:center;align-self:stretch}.root-web-sdk #containerForm .screen-web-sdk.VendorLandingPage .screen-fields-web-sdk .body_container .vendor_logo_mark_container .vendor_logo_mark{display:flex;justify-content:center;align-items:center;grid-gap:.25rem;gap:.25rem;flex-shrink:0}.root-web-sdk #containerForm .screen-web-sdk.VendorLandingPage .screen-fields-web-sdk .body_container .services_detail{display:flex;flex-direction:column;align-items:flex-start;grid-gap:.5rem;gap:.5rem;align-self:stretch}.root-web-sdk #containerForm .screen-web-sdk.VendorLandingPage .screen-fields-web-sdk .body_container .services_detail .text-content-markdown p,.root-web-sdk #containerForm .screen-web-sdk.VendorLandingPage .screen-fields-web-sdk .body_container .services_detail .text-content-markdown li,.root-web-sdk #containerForm .screen-web-sdk.VendorLandingPage .screen-fields-web-sdk .body_container .services_detail .text-content-markdown ol,.root-web-sdk #containerForm .screen-web-sdk.VendorLandingPage .screen-fields-web-sdk .body_container .services_detail .text-content-markdown ul{font-size:1.125rem;margin-bottom:.5rem}.root-web-sdk #containerForm .screen-web-sdk.VendorLandingPage .screen-fields-web-sdk .body_container .services_detail .text-content-markdown p li:last-child,.root-web-sdk #containerForm .screen-web-sdk.VendorLandingPage .screen-fields-web-sdk .body_container .services_detail .text-content-markdown li li:last-child,.root-web-sdk #containerForm .screen-web-sdk.VendorLandingPage .screen-fields-web-sdk .body_container .services_detail .text-content-markdown ol li:last-child,.root-web-sdk #containerForm .screen-web-sdk.VendorLandingPage .screen-fields-web-sdk .body_container .services_detail .text-content-markdown ul li:last-child{margin-bottom:0}.root-web-sdk #containerForm .screen-web-sdk.VendorLandingPage .screen-fields-web-sdk .body_container .services_detail .text-content-markdown p:last-child,.root-web-sdk #containerForm .screen-web-sdk.VendorLandingPage .screen-fields-web-sdk .body_container .services_detail .text-content-markdown ul{margin-bottom:0}.root-web-sdk #containerForm .screen-web-sdk.VendorLandingPage .screen-fields-web-sdk .body_container .faq_container{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;grid-gap:.5rem;gap:.5rem;align-self:stretch}.root-web-sdk #containerForm .screen-web-sdk.VendorLandingPage .screen-fields-web-sdk .body_container .faq_container .additional_description_text .text-content-markdown{--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));line-height:1.5rem;margin-bottom:0}.root-web-sdk #containerForm .screen-web-sdk.VendorLandingPage .screen-fields-web-sdk .body_container .faq_container .additional_description_text .text-content-markdown p{margin-bottom:0}.root-web-sdk #containerForm .screen-web-sdk.VendorLandingPage .screen-fields-web-sdk .body_container .faq_container .faq_link{display:flex;justify-content:center;align-items:center;grid-gap:.5rem;gap:.5rem}.root-web-sdk #containerForm .screen-web-sdk.VendorLandingPage .screen-fields-web-sdk .body_container .cta_button_container{display:flex;padding:.5rem 0;flex-direction:column;justify-content:center;align-items:flex-start;grid-gap:.25rem;gap:.25rem;align-self:stretch}.root-web-sdk #containerForm .screen-web-sdk.VendorLandingPage .screen-fields-web-sdk .trailing_container{display:flex;flex-direction:column;align-items:flex-start;grid-gap:1.5rem;gap:1.5rem;align-self:stretch}.root-web-sdk #containerForm .screen-web-sdk.VendorLandingPage .screen-fields-web-sdk .trailing_container .legal_note{display:flex;flex-direction:column;align-items:center;grid-gap:.5rem;gap:.5rem;align-self:stretch}.root-web-sdk #containerForm .screen-web-sdk.VendorLandingPage .screen-fields-web-sdk .trailing_container .legal_note p{--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity));font-size:1.125rem;font-weight:400;line-height:1.75rem}.root-web-sdk #containerForm .screen-web-sdk.TransferScreen .js-transfer-error{font-size:1.3rem !important}.root-web-sdk #containerForm .screen-web-sdk.TransferScreen .screen-fields-web-sdk{margin-top:-12rem}@media (min-width: 375px){.root-web-sdk #containerForm .screen-web-sdk.TransferScreen .screen-fields-web-sdk{margin-top:-14rem}}.root-web-sdk #containerForm .screen-web-sdk.TransferScreen .screen-fields-web-sdk{display:flex;flex-direction:column;align-items:flex-start;grid-gap:2rem;gap:2rem;align-self:stretch;height:100vh}.root-web-sdk #containerForm .screen-web-sdk.TransferScreen .screen-fields-web-sdk .body_container{display:flex;flex-direction:column;align-items:flex-start;grid-gap:1.5rem;gap:1.5rem;align-self:stretch;height:100%}.root-web-sdk #containerForm .screen-web-sdk.TransferScreen .screen-fields-web-sdk .body_container .vendor_logo_mark_container{display:flex;height:100%;padding:0 .25rem;flex-direction:column;justify-content:center;align-items:center;align-self:stretch}.root-web-sdk #containerForm .screen-web-sdk.TransferScreen .screen-fields-web-sdk .body_container .vendor_logo_mark_container .vendor_logo_mark{display:flex;height:4rem;padding:.125rem;justify-content:center;align-items:center;grid-gap:.25rem;gap:.25rem;flex-shrink:0}.root-web-sdk #containerForm .screen-web-sdk.TransferScreen .screen-fields-web-sdk .body_container #rendered_saml_link{display:none;visibility:hidden}.root-web-sdk #web-sdk-vendor-management-transfer-container{height:100vh !important;margin:auto}.root-web-sdk #containerForm .screen-web-sdk.FaqScreen{max-width:640px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.root-web-sdk #containerForm .screen-web-sdk.FaqScreen .screen-fields-web-sdk{min-width:375px;max-width:640px;padding:2rem 1rem}.root-web-sdk #containerForm .screen-web-sdk.FaqScreen .screen-fields-web-sdk,.root-web-sdk #containerForm .screen-web-sdk.FaqScreen .screen-fields-web-sdk .lead_container{display:flex;flex-direction:column;align-items:flex-start;grid-gap:1.5rem;gap:1.5rem;align-self:stretch}.root-web-sdk #containerForm .screen-web-sdk.FaqScreen .screen-fields-web-sdk .lead_container h1[data-testid=title-head_line]{align-self:stretch;--text-opacity:1;color:#000;color:rgba(0, 0, 0, var(--text-opacity));font-family:Effra,Arial,sans-serif;font-size:37px;font-weight:700;line-height:2.5rem;margin-bottom:0}.root-web-sdk #containerForm .screen-web-sdk.FaqScreen .screen-fields-web-sdk .lead_container .description_text{align-self:stretch;--text-opacity:1;color:#000;color:rgba(0, 0, 0, var(--text-opacity));font-size:1.125rem;font-style:normal;font-weight:400;line-height:1.5rem;margin-bottom:0}.root-web-sdk #containerForm .screen-web-sdk.FaqScreen .screen-fields-web-sdk .vendor_logo_mark_container{display:flex;padding:.25rem;flex-direction:column;justify-content:center;align-items:center;align-self:stretch}.root-web-sdk #containerForm .screen-web-sdk.FaqScreen .screen-fields-web-sdk .vendor_logo_mark_container .vendor_logo_mark{display:flex;width:200px;justify-content:center;align-items:center;grid-gap:.25rem;gap:.25rem;flex-shrink:0}.root-web-sdk #containerForm .screen-web-sdk.FaqScreen .screen-fields-web-sdk .Accordion-module__root[data-testid=accordion_faqs-accordion]{display:flex;flex-direction:column;align-items:flex-start;align-self:stretch}.root-web-sdk #containerForm .screen-web-sdk.FaqScreen .screen-fields-web-sdk .Accordion-module__root[data-testid=accordion_faqs-accordion] button.Accordion-module__triggerContainer{display:flex;align-items:center;align-self:stretch;padding:.75rem 1rem;grid-gap:1rem;gap:1rem;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity))}.root-web-sdk #containerForm .screen-web-sdk.FaqScreen .screen-fields-web-sdk .Accordion-module__root[data-testid=accordion_faqs-accordion] button.Accordion-module__triggerContainer div{display:flex;align-items:flex-start;grid-gap:.75rem;gap:.75rem;flex:1 1 0%}.root-web-sdk #containerForm .screen-web-sdk.FaqScreen .screen-fields-web-sdk .Accordion-module__root[data-testid=accordion_faqs-accordion] button.Accordion-module__triggerContainer div .Accordion-module__no-description{display:flex;flex-direction:column;align-items:flex-start;grid-gap:.25rem;gap:.25rem;flex:1 1 0%}.root-web-sdk #containerForm .screen-web-sdk.FaqScreen .screen-fields-web-sdk .Accordion-module__root[data-testid=accordion_faqs-accordion] button.Accordion-module__triggerContainer div .Accordion-module__no-description span{align-self:stretch;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));font-size:18px;font-style:normal;font-weight:500;line-height:1.75rem}.root-web-sdk #containerForm .screen-web-sdk.FaqScreen .screen-fields-web-sdk .Accordion-module__root[data-testid=accordion_faqs-accordion] button.Accordion-module__triggerContainer div .Accordion-module__no-description .Accordion-module__no-icon{margin-top:0}.root-web-sdk #containerForm .screen-web-sdk.FaqScreen .screen-fields-web-sdk .Accordion-module__root[data-testid=accordion_faqs-accordion] button.Accordion-module__triggerContainer .Accordion-module__triggerArrow{display:flex;justify-content:center;align-items:center;width:48px;height:48px}.root-web-sdk #containerForm .screen-web-sdk.FaqScreen .screen-fields-web-sdk .Accordion-module__root[data-testid=accordion_faqs-accordion] .Panel-module__contentContainer{display:flex;flex-direction:column;align-items:flex-start;align-self:stretch;--bg-opacity:1;background-color:#f7f9f9;background-color:rgba(247, 249, 249, var(--bg-opacity))}.root-web-sdk #containerForm .screen-web-sdk.FaqScreen .screen-fields-web-sdk .Accordion-module__root[data-testid=accordion_faqs-accordion] .Panel-module__contentContainer .Accordion-module__content{display:flex;justify-content:space-between;align-items:center;align-self:stretch}.root-web-sdk #containerForm .screen-web-sdk.FaqScreen .screen-fields-web-sdk .Accordion-module__root[data-testid=accordion_faqs-accordion] .Panel-module__contentContainer .Accordion-module__content label.Label-module__root{flex:1 1 0%;align-self:stretch;margin-bottom:0;--text-opacity:1;color:#000;color:rgba(0, 0, 0, var(--text-opacity));font-family:Effra,Arial,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:1.5rem}.root-web-sdk #containerForm .screen-web-sdk.FaqScreen .screen-fields-web-sdk .cta_button_container{display:flex;padding:.5rem 0;flex-direction:column;justify-content:center;align-items:flex-start;grid-gap:.25rem;gap:.25rem}.root-web-sdk #containerForm .screen-web-sdk.FaqScreen .screen-fields-web-sdk .cta_button_container button{display:flex;align-items:flex-start}.root-web-sdk #containerForm .screen-web-sdk.FaqScreen .screen-fields-web-sdk .cta_button_container button svg{width:16px;height:16px}.Websdk-websdkContainer .root-web-sdk #containerForm .screen-web-sdk.FaqScreen{min-width:375px;max-width:640px;margin:auto}.root-web-sdk #containerForm .Dashboard .vendorsTilesTitle,.root-web-sdk #containerForm .PartnerProgramsScreen .vendorsTilesTitle{padding-top:.5rem;font-size:1.625rem;font-weight:700;margin-bottom:.4rem;max-width:704px}.root-web-sdk #containerForm .Dashboard .vendorsTilesDescription,.root-web-sdk #containerForm .PartnerProgramsScreen .vendorsTilesDescription{margin-bottom:1rem;font-size:1.125rem;font-weight:400;line-height:1.75rem;max-width:704px}.root-web-sdk #containerForm .Dashboard div[class*=" vendorOptionTile_"],.root-web-sdk #containerForm .Dashboard div[class^=vendorOptionTile_],.root-web-sdk #containerForm .PartnerProgramsScreen div[class*=" vendorOptionTile_"],.root-web-sdk #containerForm .PartnerProgramsScreen div[class^=vendorOptionTile_]{display:flex;flex-direction:column;padding:1.5rem 2rem;position:relative;--border-opacity:1;border:1px solid #5b2f91;border-color:rgba(91, 47, 145, var(--border-opacity));margin-bottom:1.5rem;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));max-width:704px;border-radius:1rem;box-shadow:0 12px 30px rgba(0,0,0,0.16);text-align:left}@media (min-width: 576px){.root-web-sdk #containerForm .Dashboard div[class*=" vendorOptionTile_"],.root-web-sdk #containerForm .Dashboard div[class^=vendorOptionTile_],.root-web-sdk #containerForm .PartnerProgramsScreen div[class*=" vendorOptionTile_"],.root-web-sdk #containerForm .PartnerProgramsScreen div[class^=vendorOptionTile_]{text-align:left}.root-web-sdk #containerForm .Dashboard div[class*=" vendorOptionTile_"] .optionsContainerPartnership,.root-web-sdk #containerForm .Dashboard div[class^=vendorOptionTile_] .optionsContainerPartnership,.root-web-sdk #containerForm .PartnerProgramsScreen div[class*=" vendorOptionTile_"] .optionsContainerPartnership,.root-web-sdk #containerForm .PartnerProgramsScreen div[class^=vendorOptionTile_] .optionsContainerPartnership{max-width:unset}}.root-web-sdk #containerForm .Dashboard div[class*=" vendorOptionTile_"] .text-web-sdk,.root-web-sdk #containerForm .Dashboard div[class^=vendorOptionTile_] .text-web-sdk,.root-web-sdk #containerForm .PartnerProgramsScreen div[class*=" vendorOptionTile_"] .text-web-sdk,.root-web-sdk #containerForm .PartnerProgramsScreen div[class^=vendorOptionTile_] .text-web-sdk{margin-bottom:.75rem}.root-web-sdk #containerForm .Dashboard div[class*=" vendorOptionTile_"] .optionsContainerPartnership,.root-web-sdk #containerForm .Dashboard div[class^=vendorOptionTile_] .optionsContainerPartnership,.root-web-sdk #containerForm .PartnerProgramsScreen div[class*=" vendorOptionTile_"] .optionsContainerPartnership,.root-web-sdk #containerForm .PartnerProgramsScreen div[class^=vendorOptionTile_] .optionsContainerPartnership{display:flex;align-items:center;text-align:left;float:left;margin-top:1rem;margin-bottom:1rem}.root-web-sdk #containerForm .Dashboard div[class*=" vendorOptionTile_"] .textPartnership,.root-web-sdk #containerForm .Dashboard div[class^=vendorOptionTile_] .textPartnership,.root-web-sdk #containerForm .PartnerProgramsScreen div[class*=" vendorOptionTile_"] .textPartnership,.root-web-sdk #containerForm .PartnerProgramsScreen div[class^=vendorOptionTile_] .textPartnership{text-align:left;float:left}.root-web-sdk #containerForm .Dashboard div[class*=" vendorOptionTile_"] .vendorTileImage,.root-web-sdk #containerForm .Dashboard div[class^=vendorOptionTile_] .vendorTileImage,.root-web-sdk #containerForm .PartnerProgramsScreen div[class*=" vendorOptionTile_"] .vendorTileImage,.root-web-sdk #containerForm .PartnerProgramsScreen div[class^=vendorOptionTile_] .vendorTileImage{float:left;max-height:2.5rem;max-width:160px;margin-top:-10px;margin-left:.625rem}.root-web-sdk #containerForm .Dashboard div[class*=" vendorOptionTile_"] .vendorTileTitle,.root-web-sdk #containerForm .Dashboard div[class^=vendorOptionTile_] .vendorTileTitle,.root-web-sdk #containerForm .PartnerProgramsScreen div[class*=" vendorOptionTile_"] .vendorTileTitle,.root-web-sdk #containerForm .PartnerProgramsScreen div[class^=vendorOptionTile_] .vendorTileTitle{width:100%;font-size:1.875rem;font-weight:700}.root-web-sdk #containerForm .Dashboard div[class*=" vendorOptionTile_"] .optionsContainerPartnership,.root-web-sdk #containerForm .Dashboard div[class^=vendorOptionTile_] .optionsContainerPartnership,.root-web-sdk #containerForm .PartnerProgramsScreen div[class*=" vendorOptionTile_"] .optionsContainerPartnership,.root-web-sdk #containerForm .PartnerProgramsScreen div[class^=vendorOptionTile_] .optionsContainerPartnership{max-width:unset}.root-web-sdk #containerForm .Dashboard div[class*=" vendorOptionTile_"] .optionsContainerPartnership .textPartnership,.root-web-sdk #containerForm .Dashboard div[class^=vendorOptionTile_] .optionsContainerPartnership .textPartnership,.root-web-sdk #containerForm .PartnerProgramsScreen div[class*=" vendorOptionTile_"] .optionsContainerPartnership .textPartnership,.root-web-sdk #containerForm .PartnerProgramsScreen div[class^=vendorOptionTile_] .optionsContainerPartnership .textPartnership{font-weight:500;font-size:1.125rem}.root-web-sdk #containerForm .Dashboard div[class*=" vendorOptionTile_"] .description,.root-web-sdk #containerForm .Dashboard div[class^=vendorOptionTile_] .description,.root-web-sdk #containerForm .PartnerProgramsScreen div[class*=" vendorOptionTile_"] .description,.root-web-sdk #containerForm .PartnerProgramsScreen div[class^=vendorOptionTile_] .description{text-align:left;float:left;width:100%;margin-bottom:.25rem;font-size:1.125rem}.root-web-sdk #containerForm .Dashboard div[class*=" vendorOptionTile_"] .Button-module__default,.root-web-sdk #containerForm .Dashboard div[class^=vendorOptionTile_] .Button-module__default,.root-web-sdk #containerForm .PartnerProgramsScreen div[class*=" vendorOptionTile_"] .Button-module__default,.root-web-sdk #containerForm .PartnerProgramsScreen div[class^=vendorOptionTile_] .Button-module__default{cursor:pointer;text-decoration:none}.root-web-sdk #containerForm .Dashboard .mainFields .vendorsTilesDescription,.root-web-sdk #containerForm .PartnerProgramsScreen .mainFields .vendorsTilesDescription{margin-bottom:1rem;font-size:1.125rem;font-weight:400;line-height:1.75rem;max-width:704px}.root-web-sdk #containerForm .Dashboard .mainFields div[class*=" optionsContainerPartnership_"],.root-web-sdk #containerForm .Dashboard .mainFields div[class^=optionsContainerPartnership_],.root-web-sdk #containerForm .PartnerProgramsScreen .mainFields div[class*=" optionsContainerPartnership_"],.root-web-sdk #containerForm .PartnerProgramsScreen .mainFields div[class^=optionsContainerPartnership_]{display:flex;align-items:center;grid-gap:.5rem;gap:.5rem;max-width:unset}.root-web-sdk #containerForm .Dashboard .mainFields div[class*=" optionsContainerPartnership_"] label[data-testid*=" textPartnership_"],.root-web-sdk #containerForm .Dashboard .mainFields div[class*=" optionsContainerPartnership_"] label[data-testid^=textPartnership_],.root-web-sdk #containerForm .Dashboard .mainFields div[class^=optionsContainerPartnership_] label[data-testid*=" textPartnership_"],.root-web-sdk #containerForm .Dashboard .mainFields div[class^=optionsContainerPartnership_] label[data-testid^=textPartnership_],.root-web-sdk #containerForm .PartnerProgramsScreen .mainFields div[class*=" optionsContainerPartnership_"] label[data-testid*=" textPartnership_"],.root-web-sdk #containerForm .PartnerProgramsScreen .mainFields div[class*=" optionsContainerPartnership_"] label[data-testid^=textPartnership_],.root-web-sdk #containerForm .PartnerProgramsScreen .mainFields div[class^=optionsContainerPartnership_] label[data-testid*=" textPartnership_"],.root-web-sdk #containerForm .PartnerProgramsScreen .mainFields div[class^=optionsContainerPartnership_] label[data-testid^=textPartnership_]{display:flex;flex-direction:column;align-items:flex-start;text-align:left;float:left;font-family:Effra,Arial,sans-serif;font-size:1.125rem;font-weight:700;line-height:1.5rem;margin-bottom:0;width:auto}.root-web-sdk #containerForm .Dashboard .mainFields div[class*=" optionsContainerPartnership_"] .vendorTileImage,.root-web-sdk #containerForm .Dashboard .mainFields div[class^=optionsContainerPartnership_] .vendorTileImage,.root-web-sdk #containerForm .PartnerProgramsScreen .mainFields div[class*=" optionsContainerPartnership_"] .vendorTileImage,.root-web-sdk #containerForm .PartnerProgramsScreen .mainFields div[class^=optionsContainerPartnership_] .vendorTileImage{margin-top:-5px !important;display:flex;justify-content:center;align-items:center;align-self:stretch;max-height:2.5rem;max-width:160px}.root-web-sdk #containerForm .PartnerProgramsScreen h1{font-size:1.875rem;font-weight:700;margin-bottom:.4rem;max-width:704px;line-height:1.5}.root-web-sdk #containerForm .PartnerProgramsScreen .web-sdk-placeholder-tile-field{margin-bottom:1.5rem}.root-web-sdk #containerForm .PartnerProgramsScreen .partnerProgramsDescription{margin-bottom:1.25rem}.root-web-sdk #containerForm .PartnerProgramsScreen .screen-fields-web-sdk{display:flex;flex-direction:column;align-items:flex-start;grid-gap:1.5rem;gap:1.5rem;align-self:stretch}.root-web-sdk #containerForm .PartnerProgramsScreen .screen-fields-web-sdk .lead_container .partnerProgramsDescription{margin-bottom:0;font-family:Effra,Arial,sans-serif;font-size:1.125rem;font-weight:400;line-height:1.5rem}.root-web-sdk #containerForm .PartnerProgramsScreen .screen-fields-web-sdk .optionsContainerPartnership .textPartnership{margin-bottom:.5rem}.root-web-sdk #containerForm .PartnerProgramsScreen .screen-fields-web-sdk .Card-module__root{width:100%}.root-web-sdk #containerForm .PartnerProgramsScreen .screen-fields-web-sdk .Card-module__root .Card-module__main-content{display:flex;flex-direction:column;align-items:flex-start;align-self:stretch}.root-web-sdk #containerForm .PartnerProgramsScreen .screen-fields-web-sdk .Card-module__root .Card-module__main-content div[class*=" optionsContainerPartnership_"],.root-web-sdk #containerForm .PartnerProgramsScreen .screen-fields-web-sdk .Card-module__root .Card-module__main-content div[class^=optionsContainerPartnership_]{display:flex;align-items:center;grid-gap:.5rem;gap:.5rem;max-width:unset}.root-web-sdk #containerForm .PartnerProgramsScreen .screen-fields-web-sdk .Card-module__root .Card-module__main-content label[data-testid=description-label]{font-family:Effra,Arial,sans-serif;font-size:1.125rem;font-weight:400;line-height:1.5rem;margin-top:1rem;margin-bottom:1.5rem}.root-web-sdk #containerForm .PartnerProgramsScreen .screen-fields-web-sdk .Card-module__root .Card-module__main-content .vendorTileImage{margin-top:-5px !important;display:flex;justify-content:center;align-items:center;align-self:stretch;max-height:2.5rem;max-width:160px}.root-web-sdk #containerForm .PartnerProgramsScreen .screen-fields-web-sdk .Card-module__root .Card-module__footer{padding-bottom:0}.root-web-sdk #containerForm .BeforeVpcVisitScreen{padding-top:6rem;width:80%;margin:auto;padding-bottom:3rem;min-width:20rem}.root-web-sdk #containerForm .BeforeVpcVisitScreen .vpc_intro_title{font-size:xxx-large;font-weight:700;margin-top:15rem;padding-bottom:1rem}.root-web-sdk #containerForm .BeforeVpcVisitScreen .vpc_skip{position:absolute}.root-web-sdk #containerForm .BeforeVpcVisitScreen .vpc_visit_after{padding-bottom:1rem}.root-web-sdk #containerForm .BeforeVpcVisitScreen .button-continueButton{position:absolute;right:0;bottom:0;align-items:center;width:40%;--bg-opacity:1;background-color:#422981;background-color:rgba(66, 41, 129, var(--bg-opacity));border-radius:9999px;--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity));cursor:pointer;margin-right:1rem}.root-web-sdk #containerForm .BeforeVpcVisitScreen .vpc_assessment_intro{position:absolute;left:0;width:20rem !important}.root-web-sdk #containerForm.enhanced-redesign .BeforeVpcVisitScreen{padding-top:0;width:80%}#web-sdk-wrapper .root-web-sdk #containerForm .screen-web-sdk[class*=TeenPcaConfirmationScreen] h1[class*=title],.Websdk-websdkContainer .root-web-sdk #containerForm .screen-web-sdk[class*=TeenPcaConfirmationScreen] h1[class*=title]{margin-top:7rem}#web-sdk-wrapper .root-web-sdk #containerForm .screen-web-sdk[class*=TeenPcaConfirmationScreen] label,.Websdk-websdkContainer .root-web-sdk #containerForm .screen-web-sdk[class*=TeenPcaConfirmationScreen] label{padding-bottom:1rem}#web-sdk-wrapper .root-web-sdk #containerForm .screen-web-sdk[class*=TeenPcaConfirmationScreen] .buttons_container,.Websdk-websdkContainer .root-web-sdk #containerForm .screen-web-sdk[class*=TeenPcaConfirmationScreen] .buttons_container{display:flex;justify-content:flex-start;gap:1rem;max-width:100%;width:100%}#web-sdk-wrapper .root-web-sdk #containerForm .screen-web-sdk[class*=TeenPcaConfirmationScreen] button[name=homeButton],.Websdk-websdkContainer .root-web-sdk #containerForm .screen-web-sdk[class*=TeenPcaConfirmationScreen] button[name=homeButton]{order:-1}#web-sdk-wrapper .root-web-sdk #containerForm .screen-web-sdk[class*=TeenPcaConfirmationScreen] button[name=checklistButton],.Websdk-websdkContainer .root-web-sdk #containerForm .screen-web-sdk[class*=TeenPcaConfirmationScreen] button[name=checklistButton]{order:1}.root-web-sdk #containerForm .BeforeVpcMinorVisitScreen{padding-top:6rem;width:80%;margin:auto;padding-bottom:3rem;min-width:20rem}.root-web-sdk #containerForm .BeforeVpcMinorVisitScreen [data-testid=vpc_intro_title-label]{font-size:xxx-large;font-weight:700;margin-top:1rem;padding-bottom:1rem}.root-web-sdk #containerForm .BeforeVpcMinorVisitScreen [data-testid=continueButton-button]{float:right}.root-web-sdk #containerForm .BeforeVpcMinorVisitScreen .vpc_assessment_intro{width:20rem !important}.root-web-sdk #containerForm .BeforeVpcMinorVisitScreen [data-testid=vpc_check_in-label]{padding-bottom:1rem}.root-web-sdk #containerForm .BeforeVpcMinorVisitScreen [data-testid=vpc_skip-button]{float:right;margin-top:1rem;padding-right:2rem}.root-web-sdk #containerForm.enhanced-redesign .BeforeVpcMinorVisitScreen{padding-top:0;width:80%}#web-sdk-wrapper .root-web-sdk #containerForm .screen-web-sdk[class*=DT_VPC_MINOR] button[class*=dt_continue],.Websdk-websdkContainer .root-web-sdk #containerForm .screen-web-sdk[class*=DT_VPC_MINOR] button[class*=dt_continue]{width:20%;border-radius:9999px}.root-web-sdk #containerForm .AddMedicationDetails .medication_container,.root-web-sdk #containerForm .ReviewMedication .medication_container,.root-web-sdk #containerForm .UpdateMedication .medication_container{display:flex;padding:24px;flex-direction:column;align-items:flex-start;gap:16px;align-self:stretch;margin-bottom:24px;border-radius:12px;background:var(--ui-neutral-1, #f5f6f7)}.root-web-sdk #containerForm .AddMedicationDetails .medication_container .medication_count_header,.root-web-sdk #containerForm .AddMedicationDetails .medication_container .medication_name_placeholder,.root-web-sdk #containerForm .ReviewMedication .medication_container .medication_count_header,.root-web-sdk #containerForm .ReviewMedication .medication_container .medication_name_placeholder,.root-web-sdk #containerForm .UpdateMedication .medication_container .medication_count_header,.root-web-sdk #containerForm .UpdateMedication .medication_container .medication_name_placeholder{margin-bottom:0}.root-web-sdk #containerForm .AddMedicationDetails .required_sign,.root-web-sdk #containerForm .ReviewMedication .required_sign,.root-web-sdk #containerForm .UpdateMedication .required_sign{margin-bottom:32px}.root-web-sdk #containerForm .ConfirmMedicationList .medication-chip{display:inline-block;margin-top:.5rem;margin-bottom:.5rem;font-size:.875rem;line-height:1rem;border-radius:.25rem;padding:.125rem .25rem;font-weight:500;--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity));--bg-opacity:1;background-color:#9a9fa8;background-color:rgba(154, 159, 168, var(--bg-opacity))}.root-web-sdk #containerForm .ConfirmMedicationList .medication-chip.current-chip{--bg-opacity:1;background-color:#167f01;background-color:rgba(22, 127, 1, var(--bg-opacity));--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity))}.root-web-sdk #containerForm .ConfirmMedicationList .medication-chip.update-needed-chip{--bg-opacity:1;background-color:#aa1010;background-color:rgba(170, 16, 16, var(--bg-opacity));--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity))}.root-web-sdk #containerForm .ConfirmMedicationList .medication{margin-top:1.5rem}.root-web-sdk #containerForm .ConfirmMedicationList .medication [class*=actively_taking_flg]{opacity:1}.root-web-sdk #containerForm .ConfirmMedicationList .medication button{margin-top:0;margin-bottom:.5rem}.root-web-sdk #containerForm .ConfirmMedicationList .medication .directions{font-weight:700;margin-bottom:0}.root-web-sdk #containerForm .ConfirmMedicationList .medication .directions .directions-value{font-weight:400}.root-web-sdk #containerForm .ConfirmMedicationList .footerButtons{display:flex;flex-direction:row;gap:16px;align-items:flex-start;align-self:stretch;width:100%;margin-top:32px}.root-web-sdk #containerForm .ConfirmMedicationList .footerButtons>.button-web-sdk{min-width:-moz-fit-content;min-width:fit-content;white-space:nowrap;display:flex;height:48px;padding:14px 16px;justify-content:center;align-items:center;gap:8px}#web-sdk-wrapper .root-web-sdk #containerForm .screen-web-sdk[class*=ADOLESCENT_PCA_V2] p[class*=Progress],.Websdk-websdkContainer .root-web-sdk #containerForm .screen-web-sdk[class*=ADOLESCENT_PCA_V2] p[class*=Progress]{font-size:15px;margin-bottom:15px !important}#web-sdk-wrapper .root-web-sdk #containerForm .screen-web-sdk[class*=ADOLESCENT_PCA_V2] p[class*=Section],.Websdk-websdkContainer .root-web-sdk #containerForm .screen-web-sdk[class*=ADOLESCENT_PCA_V2] p[class*=Section]{font-size:24px;font-weight:700;margin-bottom:10px !important}#web-sdk-wrapper .root-web-sdk #containerForm .screen-web-sdk[class*=ADOLESCENT_PCA_V2] p[class*=PediatricianOrPCPText],#web-sdk-wrapper .root-web-sdk #containerForm .screen-web-sdk[class*=ADOLESCENT_PCA_V2] p[class*=OccupantNumText],#web-sdk-wrapper .root-web-sdk #containerForm .screen-web-sdk[class*=ADOLESCENT_PCA_V2] p[class*=SiblingNumText],#web-sdk-wrapper .root-web-sdk #containerForm .screen-web-sdk[class*=ADOLESCENT_PCA_V2] p[class*=TeenAdoptionText],.Websdk-websdkContainer .root-web-sdk #containerForm .screen-web-sdk[class*=ADOLESCENT_PCA_V2] p[class*=PediatricianOrPCPText],.Websdk-websdkContainer .root-web-sdk #containerForm .screen-web-sdk[class*=ADOLESCENT_PCA_V2] p[class*=OccupantNumText],.Websdk-websdkContainer .root-web-sdk #containerForm .screen-web-sdk[class*=ADOLESCENT_PCA_V2] p[class*=SiblingNumText],.Websdk-websdkContainer .root-web-sdk #containerForm .screen-web-sdk[class*=ADOLESCENT_PCA_V2] p[class*=TeenAdoptionText]{font-size:22px}#web-sdk-wrapper .root-web-sdk #containerForm .screen-web-sdk[class*=ADOLESCENT_PCA_V2] p[class*=ShareMedRecordsText],.Websdk-websdkContainer .root-web-sdk #containerForm .screen-web-sdk[class*=ADOLESCENT_PCA_V2] p[class*=ShareMedRecordsText]{font-size:18px;font-weight:700}#web-sdk-wrapper .root-web-sdk #containerForm .screen-web-sdk[class*=ADOLESCENT_PCA_V2] p[class*=Required],.Websdk-websdkContainer .root-web-sdk #containerForm .screen-web-sdk[class*=ADOLESCENT_PCA_V2] p[class*=Required]{font-size:15px;color:#696b6b}#web-sdk-wrapper .root-web-sdk #containerForm .screen-web-sdk[class*=ADOLESCENT_PCA_V2] h1[class*=title-web-sdk],.Websdk-websdkContainer .root-web-sdk #containerForm .screen-web-sdk[class*=ADOLESCENT_PCA_V2] h1[class*=title-web-sdk]{margin-bottom:10px !important}.root-web-sdk #containerForm [class*=DT_MH_PROVIDER_FEEDBACK] .title-web-sdk{text-align:center}.root-web-sdk #containerForm .ThankYouScreen .title-web-sdk{margin-bottom:1.5rem;text-align:center}.root-web-sdk #containerForm .ThankYouScreen .change_provider_title,.root-web-sdk #containerForm .ThankYouScreen .description{--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity))}.root-web-sdk #containerForm .ThankYouScreen .switch_provider_desc{margin-bottom:2.5rem;--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity))}.root-web-sdk #containerForm .ThankYouScreen .change_provider_title{margin-top:2.5rem;margin-bottom:1rem}.root-web-sdk #containerForm .ThankYouScreen .buttons_container{display:flex;grid-gap:1.5rem;gap:1.5rem}.root-web-sdk #containerForm .EmrAddMedication .medication_container{display:flex;flex-direction:column;align-items:flex-start;gap:4px;align-self:stretch;margin-bottom:24px}.root-web-sdk #containerForm .EmrAddMedication .medication_container .medication_name{margin-bottom:0}.root-web-sdk #containerForm .EmrAddMedication .medication_container .medication_name_placeholder{margin-bottom:0;line-height:28px}.root-web-sdk #containerForm .VaccinationUploads .photo-preview-wrapper .photo-button-web-sdk,.root-web-sdk #containerForm.pulse-rav .VaccinationUploads .photo-preview-wrapper .photo-button-web-sdk{--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));box-shadow:0 2px 8px rgba(102,111,127,0.24)}.root-web-sdk #containerForm .VaccinationUploads .photo-preview-wrapper .photo-button-web-sdk:not(.invalid),.root-web-sdk #containerForm.pulse-rav .VaccinationUploads .photo-preview-wrapper .photo-button-web-sdk:not(.invalid){border-width:1px;--border-opacity:1;border-color:#e5e8e8;border-color:rgba(229, 232, 232, var(--border-opacity))}.root-web-sdk #containerForm .VaccinationUploads .photo-preview-wrapper .photo-button-web-sdk:focus,.root-web-sdk #containerForm.pulse-rav .VaccinationUploads .photo-preview-wrapper .photo-button-web-sdk:focus{border-radius:.25rem;outline:2px solid transparent;outline-offset:2px;box-shadow:0 0 0 2px #5b2f91}.root-web-sdk #containerForm .VaccinationUploads .photo-preview-wrapper .photo-button-web-sdk .photo-button-web-sdk-ico,.root-web-sdk #containerForm.pulse-rav .VaccinationUploads .photo-preview-wrapper .photo-button-web-sdk .photo-button-web-sdk-ico{background-image:url(https://assets.livongo.com/image/upload/v1713281972/web-sdk/icons/pulse-upload-icon-blue.svg)}.root-web-sdk .loader-web-sdk{border-radius:9999px;width:115px;height:115px;margin:20vh auto 32px;border:8px solid rgba(91,47,145,0.3);border-top-color:#5b2f91;animation:spin 1s ease-in-out infinite;-webkit-animation:spin 1s ease-in-out infinite}.root-web-sdk .loader-text-web-sdk{--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));text-align:center;font-size:1.125rem;font-weight:400}@keyframes spin{to{-webkit-transform:rotate(1turn)}}.root-web-sdk .pulse-loader-web-sdk{margin:20vh auto 32px;width:100%}.root-web-sdk form[data-test=form] .pulse-loader-web-sdk{width:100%}.root-web-sdk #containerForm .cell-with-check-wrapper-web-sdk{display:flex;justify-content:space-between;flex-direction:row;align-items:center;flex-wrap:nowrap;--border-opacity:1;border-color:#cbc9bf;border-color:rgba(203, 201, 191, var(--border-opacity));border-top:1px rgba(203, 201, 191, var(--border-opacity));border-style:solid}.root-web-sdk #containerForm .cell-with-check-wrapper-web-sdk:last-of-type{--border-opacity:1;border-color:#cbc9bf;border-bottom:1px;border-color:rgba(203, 201, 191, var(--border-opacity));border-style:solid}.root-web-sdk #containerForm .cell-with-check-label-web-sdk{flex-grow:1;padding-top:1rem;padding-bottom:1rem;padding-left:1rem;--border-opacity:1;border-color:#cbc9bf;border-right:1px;border-color:rgba(203, 201, 191, var(--border-opacity));border-style:solid}.root-web-sdk #containerForm .cell-with-check-label-web-sdk p.text-web-sdk{margin:0}.root-web-sdk #containerForm .cell-with-check-checkbox-web-sdk{min-width:3.5rem;display:flex;justify-content:space-around}.root-web-sdk #containerForm .cell-with-check-label-web-sdk .text-web-sdk>span{--text-opacity:1;color:#727069;color:rgba(114, 112, 105, var(--text-opacity))}.root-web-sdk .progress-bar-web-sdk{display:none;position:relative;margin-bottom:.5rem;height:5px;width:98%}.root-web-sdk .progress-bar-filler-web-sdk{height:100%;--bg-opacity:1;background-color:#a5a197;background-color:rgba(165, 161, 151, var(--bg-opacity))}.root-web-sdk .price-procedure-search-input-web-sdk{display:flex}.root-web-sdk .price-procedure-search-input-web-sdk .input-web-sdk{margin-top:0;margin-bottom:0;margin-left:1.5rem;height:48px;max-width:144px}.root-web-sdk .price-procedure-search-input-web-sdk .autocomplete-wrapper-web-sdk{margin-bottom:32px;max-width:282px}.root-web-sdk .price-procedure-search-input-web-sdk .autocomplete-suggestions-web-sdk{max-width:282px}.root-web-sdk .price-procedure-search-input-web-sdk .autocomplete-suggestions-web-sdk li{height:auto}.root-web-sdk .price-procedures-popular-web-sdk label{font-size:1.125rem;font-weight:700;margin-bottom:1.25rem}.root-web-sdk .price-procedures-popular-web-sdk p{font-size:1.125rem;margin-top:1rem;margin-bottom:1rem}.root-web-sdk .price-procedure-header-web-sdk{font-size:1.25rem;margin-bottom:1rem}.root-web-sdk .price-procedure-zip-web-sdk{width:115px}.root-web-sdk .avg-price-web-sdk{display:inline-block;margin-bottom:.25rem;--text-opacity:1;color:#727069;color:rgba(114, 112, 105, var(--text-opacity))}.root-web-sdk .procedure-price-web-sdk{font-size:1.125rem;margin-bottom:0;--text-opacity:1;color:#2c2a29;color:rgba(44, 42, 41, var(--text-opacity))}.root-web-sdk .price-item-wrapper-web-sdk .tooltip-wrapper-web-sdk{top:16px}.root-web-sdk .procedure-disclaimer-web-sdk{margin-top:32px;font-size:1rem}.root-web-sdk .price-procedure-dialog-header-web-sdk{font-size:1.875rem}.root-web-sdk .price-procedure-dialog-footer-web-sdk button{--bg-opacity:1;background-color:#5b2f91;background-color:rgba(91, 47, 145, var(--bg-opacity));--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity));border-width:0}.root-web-sdk .price-procedure-content-wrapper-web-sdk{display:flex}.root-web-sdk .price-procedure-icon-wrapper-web-sdk .icon-show-web-sdk{margin-right:1.5rem}.root-web-sdk .price-procedure-icon-wrapper-web-sdk .icon-show-web-sdk img{display:inline-block;position:relative;top:-10px;min-width:64px;min-height:64px}.root-web-sdk .price-prescription-details-web-sdk{display:flex}.root-web-sdk .price-prescription-details-info-web-sdk{flex-direction:column;flex-grow:1}.root-web-sdk .price-prescription-info-block-web-sdk{display:flex;flex-grow:1;justify-content:space-between;margin-left:1rem}.root-web-sdk .price-prescription-price-text{font-size:3rem;margin-bottom:-1rem}.root-web-sdk .price-prescription-name-text{font-size:1.5rem;margin-bottom:0}.root-web-sdk .price-prescription-pharmacy-text{font-size:1.125rem;--text-opacity:1;color:#2c2a29;color:rgba(44, 42, 41, var(--text-opacity));margin-bottom:0}.root-web-sdk .price-prescription-address-text{font-size:1.125rem;margin-bottom:0}.root-web-sdk .price-prescription-phone-text{--text-opacity:1;color:#a0aec0;color:rgba(160, 174, 192, var(--text-opacity));margin-bottom:-.5rem}.root-web-sdk .price-prescription-phone-number{font-size:1rem;--text-opacity:1;color:#005c95;color:rgba(0, 92, 149, var(--text-opacity));margin-bottom:.5rem;margin-right:0}@media (min-width: 768px){.root-web-sdk .price-prescription-details-svg{background-image:url(https://assets.livongo.com/image/upload/v1713278991/web-sdk/icons/price-prescriptions_oksojm.svg);width:77px;height:77px}}.root-web-sdk .price-prescription-details-send-email-svg{background-image:url(https://assets.livongo.com/image/upload/v1713276144/web-sdk/icons/communication-send.svg);width:44px;height:44px}.root-web-sdk .find-providers-web-sdk .text-link-web-sdk{font-size:1rem}.root-web-sdk .find-providers-web-sdk .autocomplete-web-skd{margin-top:0;height:53px;width:95%}.root-web-sdk .find-providers-web-sdk .autocomplete-suggestions-web-sdk{width:190px;z-index:1}.root-web-sdk .find-providers-web-sdk .autocomplete-suggestions-web-sdk li{height:auto;min-height:33px}.root-web-sdk .search-form-wrapper-web-sdk{display:block;--bg-opacity:1;background-color:#f1f4f8;background-color:rgba(241, 244, 248, var(--bg-opacity));border-radius:.5rem;padding:1rem;margin-bottom:.5rem}.root-web-sdk .search-form-wrapper-web-sdk .autocomplete-wrapper-web-sdk{width:100%}.root-web-sdk .providers-search-results-web-sdk{display:flex;flex-direction:column-reverse}.root-web-sdk .providers-map-web-sdk{display:grid;align-self:center;width:100%;margin-bottom:1.5rem;min-width:320px;min-height:320px;max-width:450px;max-height:450px}.root-web-sdk .providers-map-web-sdk.collapsed{display:none}.root-web-sdk .providers-list-web-sdk{width:100%;overflow-y:scroll;max-height:450px}.root-web-sdk .search-form-wrapper-web-sdk .text-link-web-sdk{margin-bottom:0;text-align:right;flex:1 1 100%}.root-web-sdk .search-form-wrapper-web-sdk .custom-select-wrapper-web-sdk{margin-bottom:.5rem}.root-web-sdk .blink-anim-web-sdk{animation:blink-animation 2s 1}.root-web-sdk .expando-provider-header-web-sdk{display:flex;justify-content:space-between;--text-opacity:1;color:#005c95;color:rgba(0, 92, 149, var(--text-opacity));align-items:center;padding-left:.75rem;padding-right:.75rem;border-radius:.5rem;height:45px}.root-web-sdk .header-search-wrapper-web-sdk{margin-bottom:1.5rem;border-width:1px;border-radius:.5rem;--border-opacity:1;border-color:#005c95;border-color:rgba(0, 92, 149, var(--border-opacity))}.root-web-sdk .header-search-wrapper-web-sdk.expanded{--border-opacity:1;border-color:#727069;border-color:rgba(114, 112, 105, var(--border-opacity))}.root-web-sdk .collapse-web-sdk{font-size:.75rem}@media (min-width: 576px){.root-web-sdk .search-form-wrapper-web-sdk{display:flex;flex-wrap:wrap}.root-web-sdk .search-form-wrapper-web-sdk.collapsed{display:none}.root-web-sdk .providers-map-web-sdk.collapsed{display:grid}}@media (min-width: 768px){.root-web-sdk .header-search-wrapper-web-sdk{border-width:0}.root-web-sdk .search-form-wrapper-web-sdk{margin-left:0;margin-right:0}.root-web-sdk .search-form-wrapper-web-sdk.collapsed{display:flex}.root-web-sdk .expando-provider-header-web-sdk{display:none}.root-web-sdk .providers-search-results-web-sdk{flex-direction:row}.root-web-sdk .providers-map-web-sdk{margin-bottom:0;margin-left:1rem;align-self:auto}}.root-web-sdk .phone-link-web-sdk{text-decoration:none;--text-opacity:1;color:#005c95;color:rgba(0, 92, 149, var(--text-opacity));font-family:Effra,Arial,sans-serif;margin-right:32px;font-size:18px}.root-web-sdk .phone-link-web-sdk:after{content:"";background-image:url(https://assets.livongo.com/image/upload/v1713278931/web-sdk/icons/phone-4_stypnb.svg);background-repeat:no-repeat;display:inline-block;position:relative;width:28px;height:32px;top:18px;left:12px}.root-web-sdk .find-facilities-content-web-sdk{height:80vh;display:flex;flex-direction:column}.root-web-sdk .find-facilities-wrapper-web-sdk{display:flex;flex-direction:column;border:1px solid #727069;padding:10px 5px 5px;margin-bottom:10px;border-radius:8px}.root-web-sdk .expando-header-web-sdk{display:flex;justify-content:space-between;height:45px;align-items:center;color:#005c95;padding:0 10px}.root-web-sdk .find-facilities-web-sdk{background-color:#f1f4f8;padding-top:20px;border-radius:8px;width:100%}.root-web-sdk .collapsed{display:none}.root-web-sdk .clickable{cursor:pointer}.root-web-sdk .find-facilities-container-web-sdk{display:flex;align-items:center;justify-content:space-around;flex-wrap:wrap}.root-web-sdk .facilities-list-web-sdk{width:100%;order:2;overflow-y:auto}.root-web-sdk .facilities-search-results-web-sdk{display:flex;justify-content:space-between;flex-direction:column;min-height:0}.root-web-sdk .facilities-map-web-sdk{height:220px;order:1}.root-web-sdk .hide-map{display:none}.root-web-sdk .facility-type-container-web-sdk{display:flex;margin-bottom:.75rem;flex-wrap:wrap}.root-web-sdk .facility-type{width:auto;background-color:#fff;border-radius:0;border-width:2px;border-color:#5b2f91;padding:5px;height:40px;margin:5px 10px 0}.root-web-sdk .facility-type:hover{background-color:#fff}.root-web-sdk .pressed,.root-web-sdk .pressed:hover{background-color:#eeeaf4}.root-web-sdk .zip-input-container-web-sdk{width:48%;padding-left:12px}.root-web-sdk .radius-select-container-web-sdk{width:48%}.root-web-sdk .clear-web-sdk{float:right;margin-right:20px;padding-top:15px}.root-web-sdk .name-wrapper-web-sdk{align-items:baseline}.root-web-sdk .icon-wrapper-web-sdk{margin-right:13px}.root-web-sdk .facility-item-web-sdk{display:flex;padding-top:15px;border-bottom:2px solid #cbc9bf;min-height:120px}.root-web-sdk .facility-item-web-sdk.active{background-color:#eeeaf4}.root-web-sdk .facility-info-web-sdk{margin-left:2%;width:83%}.root-web-sdk .facility-phone-wrapper-web-sdk{display:flex;max-width:150px;align-items:baseline}.root-web-sdk .disance-wrapper-web-sdk{padding-left:27px;padding-top:5px}.root-web-sdk .disance-favorite-wrapper-web-sdk{width:90px}.root-web-sdk .favorite-web-sdk{margin-top:-8px}.root-web-sdk .address-wrapper-web-sdk,.root-web-sdk .phone-link-wrapper-web-sdk,.root-web-sdk .phone-number-web-sdk{--text-opacity:1;color:#005c95;color:rgba(0, 92, 149, var(--text-opacity))}.root-web-sdk .phone-link-wrapper-web-sdk{margin-left:.7rem;height:1.5em}.root-web-sdk .phone-link-wrapper-web-sdk>.phone-link-web-sdk:after{content:"";background-image:url(https://assets.livongo.com/image/upload/v1713278931/web-sdk/icons/phone-4_stypnb.svg);background-repeat:no-repeat;display:block;position:relative;width:28px;height:32px;top:-21px;left:40px}@media (min-width: 576px){.root-web-sdk .find-facilities-container-web-sdk{display:flex;align-items:center;justify-content:space-around;flex-wrap:wrap}.root-web-sdk .clear-web-sdk{float:right;margin-right:20px;padding-top:15px}.root-web-sdk .facilities-search-results-web-sdk{flex-direction:column}.root-web-sdk .facilities-list-web-sdk{order:2;overflow-y:auto}.root-web-sdk .facilities-map-web-sdk{order:1;height:220px}.root-web-sdk .hide-map{display:none}}@media (min-width: 768px){.root-web-sdk .find-facilities-wrapper-web-sdk{display:flex;border:none;padding:0;margin-bottom:10px;border-radius:0}.root-web-sdk .find-facilities-wrapper-web-sdk .find-facilities-web-sdk{display:block}.root-web-sdk .expando-header-web-sdk{display:none}.root-web-sdk .radius-select-container-web-sdk,.root-web-sdk .zip-input-container-web-sdk{width:19%}.root-web-sdk .clear-web-sdk{padding-top:0}.root-web-sdk .facilities-search-results-web-sdk{flex-direction:row}.root-web-sdk .facilities-list-web-sdk{order:1}.root-web-sdk .facilities-map-web-sdk{margin-left:1rem;display:block;order:2;min-width:50%;height:100%}}.root-web-sdk .find-recipes-wrapper-web-sdk{display:flex;flex-direction:column;border-width:1px;--border-opacity:1;border-color:#727069;border-color:rgba(114, 112, 105, var(--border-opacity));padding:.5rem .25rem .25rem;margin-bottom:.75rem;border-radius:.5rem}.root-web-sdk .find-recipes-container-web-sdk{display:flex;align-items:center;justify-content:space-around;flex-wrap:wrap}.root-web-sdk .find-recipes-web-sdk{--bg-opacity:1;background-color:#f1f4f8;background-color:rgba(241, 244, 248, var(--bg-opacity));padding-top:1.25rem;border-radius:.5rem;width:100%}.root-web-sdk .clear-filters-web-sdk{width:100%;text-align:right;margin-right:1rem;margin-bottom:1rem}.root-web-sdk .label-title-websdk{--text-opacity:1;color:#2c2a29;color:rgba(44, 42, 41, var(--text-opacity))}.root-web-sdk .recipes-search-results-web-sdk{margin-top:1rem}.root-web-sdk .recipes-list-web-sdk{display:flex;flex-wrap:wrap;justify-content:center;overflow-y:auto;height:400px}.root-web-sdk .recipe-item-wrapper-web-sdk{width:286px}.root-web-sdk .recipe-item-wrapper-web-sdk .favorite-recipe-web-sdk{position:relative;--bg-opacity:1;background-color:#a5a197;background-color:rgba(165, 161, 151, var(--bg-opacity));bottom:39px;left:253px}.root-web-sdk .recipe-item-wrapper-web-sdk .text-web-sdk{font-size:1.25rem;margin-left:.5rem;margin-top:-1.75rem}.root-web-sdk .recipe-details-wrapper-web-sdk{display:flex;flex-direction:column}.root-web-sdk .recipe-details-wrapper-web-sdk .text-web-sdk{--text-opacity:1;color:#2c2a29;color:rgba(44, 42, 41, var(--text-opacity))}.root-web-sdk .recipe-detail-title-web-sdk{font-size:1.5rem;font-weight:500;margin-top:1.25rem}.root-web-sdk .text-web-sdk.recipe-details-section-header-web-sdk{font-size:1.25rem}.root-web-sdk .recipe-description-wrapper-web-sdk{display:flex;justify-content:space-between}.root-web-sdk .recipe-description-wrapper-web-sdk .text-web-sdk{font-size:1.125rem}.root-web-sdk .recipe-description-wrapper-web-sdk .icon-show-web-sdk{position:relative;flex-shrink:0;top:-25px}.root-web-sdk .recipe-ingredients-wrapper-web-sdk,.root-web-sdk .recipe-instruction-wrapper-web-sdk,.root-web-sdk .recipe-main-info-wrapper-web-sdk{display:flex;flex-wrap:wrap}.root-web-sdk .recipe-detail-info-container-web-sdk{margin-right:1rem}.root-web-sdk .text-web-sdk.recipe-detail-info-header-web-sdk{--text-opacity:1;color:#727069;color:rgba(114, 112, 105, var(--text-opacity));margin-bottom:.75rem}@media (min-width: 768px){.root-web-sdk .find-recipes-wrapper-web-sdk{display:flex;border:none;padding:0;margin-bottom:10px;border-radius:0}.root-web-sdk .find-recipes-wrapper-web-sdk .find-recipes-web-sdk{display:block}}@media (min-width: 375px){.root-web-sdk .recipe-item-wrapper-web-sdk{margin-right:1.25rem}}body{font-family:Effra,Arial,sans-serif}.root-web-sdk #containerForm{position:relative}.root-web-sdk .expansion-wrapper-web-sdk{margin-top:.25rem}.root-web-sdk .expansion-title-web-sdk{padding-left:.25rem;--bg-opacity:1;background-color:#f1f1f1;background-color:rgba(241, 241, 241, var(--bg-opacity))}.root-web-sdk .expansion-body-web-sdk{display:none;margin-left:.5rem}.root-web-sdk .expansion-expanded-web-sdk{display:block}.root-web-sdk .expansion-inline-web-sdk{display:inline-block}.root-web-sdk .expansion-message-web-sdk{margin-top:.25rem}.root-web-sdk .expansion-message-web-sdk .body,.root-web-sdk .expansion-message-web-sdk.expanded .header .description{display:none}.root-web-sdk .expansion-message-web-sdk.expanded .body,.root-web-sdk .expansion-message-web-sdk .header .description{display:block}.root-web-sdk .expansion-message-web-sdk .header{cursor:pointer}.root-web-sdk .expansion-message-web-sdk .header .description{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.root-web-sdk .expansion-message-web-sdk .header .title{display:inline;font-weight:700}.root-web-sdk .expansion-message-web-sdk .header .title .inlineSubtitle{padding-left:1rem;padding-right:1rem}.root-web-sdk .expansion-message-web-sdk .header .updated-at{float:right}.root-web-sdk .expansion-message-web-sdk.expanded .header .updated-at{float:none}.root-web-sdk .icon-show-web-sdk{display:inline-block}.root-web-sdk .icon-hide-web-sdk{display:none}.root-web-sdk .icon-web-sdk{margin-right:.5rem;width:20px;height:20px;background-repeat:no-repeat;background-size:20px}.root-web-sdk .icn-mc-summary-prpl{background-image:url(https://assets.livongo.com/image/upload/v1713282149/web-sdk/icons/summary_y1a8cy.svg)}.root-web-sdk .icn-mc-drnotes-prpl{background-image:url(https://assets.livongo.com/image/upload/v1713276206/web-sdk/icons/disinfectant_gp0i85.svg)}.root-web-sdk .icn-mc-rx-prpl{background-image:url(https://assets.livongo.com/image/upload/v1713278893/web-sdk/icons/perscription_kz4mri.svg)}.root-web-sdk .icn_info{background:url(https://assets.livongo.com/image/upload/v1713278754/web-sdk/icons/info-icon-td-core_bbh6q4.svg) no-repeat}.root-web-sdk .message-web-sdk{font-size:1.125rem;font-weight:400}.root-web-sdk .message-unread-web-sdk{font-weight:700}.root-web-sdk .message-header-web-sdk{font-size:1.125rem;font-weight:700;margin-bottom:1rem}.root-web-sdk .message-wrapper-web-sdk{padding-top:1rem;border-top-width:1px;border-bottom-width:1px;--bg-opacity:1;background-color:#f6f6f6;background-color:rgba(246, 246, 246, var(--bg-opacity))}.root-web-sdk .message-body-web-sdk .label-web-sdk{margin-bottom:0}.root-web-sdk .message-body-web-sdk p{margin-bottom:1rem}.root-web-sdk .select-web-sdk>select{border-radius:.5rem;border-width:1px;--border-opacity:1;border-color:#9a9fa8;border-color:rgba(154, 159, 168, var(--border-opacity));font-size:1rem;line-height:1;--text-opacity:1;color:#2c2a29;color:rgba(44, 42, 41, var(--text-opacity));margin-bottom:1.5rem;width:95%;padding:1rem 3rem 1rem 1rem;-webkit-appearance:none;-moz-appearance:none;background-image:url(https://assets.livongo.com/image/upload/v1713276236/web-sdk/icons/down-arrow.svg);background-repeat:no-repeat;background-position:right 5px top 5px}.root-web-sdk .select-web-sdk>select:active,.root-web-sdk .select-web-sdk>select:focus{outline-width:2px;outline-color:#4d4c44}.root-web-sdk .dot-web-sdk{height:.5rem;width:.5rem;--bg-opacity:1;background-color:#a1c345;background-color:rgba(161, 195, 69, var(--bg-opacity));border-radius:9999px;display:inline-block;margin-left:1.5rem}.root-web-sdk .provider-web-sdk .text-web-sdk{margin-bottom:.5rem}.root-web-sdk .label-web-sdk.TDFieldOptionBold,.root-web-sdk .TDFieldOptionBold,.root-web-sdk .text-web-sdk.TDFieldOptionBold{font-weight:700}.root-web-sdk .TDFieldOptionFontMediumHeader{font-size:1.5rem}.root-web-sdk .TDFieldOptionTextAlignCenter{text-align:center}.root-web-sdk .TDFieldOptionRight{float:right}.root-web-sdk .TDFieldOptionSingleLine{display:inline-block}.root-web-sdk .show-hide-element-web-sdk{display:none}.root-web-sdk .TDFieldOptionTitle{font-family:Effra,Arial,sans-serif;font-size:2rem;line-height:2rem;--text-opacity:1;color:#2c2a29;color:rgba(44, 42, 41, var(--text-opacity));margin-top:1.5rem;margin-bottom:1.5rem;font-weight:500}.root-web-sdk .TDFieldOptionDescription{font-size:1.125rem;line-height:20px}.root-web-sdk .TDFieldOptionDescription,.root-web-sdk .TDFieldOptionReminder{font-family:Effra,Arial,sans-serif;--text-opacity:1;color:#000;color:rgba(0, 0, 0, var(--text-opacity))}.root-web-sdk .TDFieldOptionReminder{font-size:.875rem;margin-top:32px;margin-bottom:32px}.root-web-sdk .TDFieldOptionSubscript{font-family:Effra,Arial,sans-serif;font-size:.875rem;--text-opacity:1;color:#000;color:rgba(0, 0, 0, var(--text-opacity));margin-top:1.5rem;margin-bottom:1.5rem;line-height:1rem}.root-web-sdk .label-web-sdk.TDFieldOptionLabel,.root-web-sdk .TDFieldOptionLabel .text-web-sdk.TDFieldOptionLabel{font-family:Effra,Arial,sans-serif;font-size:1.125rem;--text-opacity:1;color:#000;color:rgba(0, 0, 0, var(--text-opacity));line-height:1.125;font-weight:500}.root-web-sdk .TDContainerFlexFull{max-width:100%}.root-web-sdk .TDButtonWidthAuto{width:auto}.root-web-sdk .TDContainerFlex{display:flex}.root-web-sdk .TDContainerFlexContentSpaceBetween{justify-content:space-between}.root-web-sdk .TdContainerFlexColumnDirection{flex-direction:column}.root-web-sdk .TDContainerFlexAlignCenter{align-items:center}.root-web-sdk .alert-web-sdk{font-size:1rem;line-height:1.25;--text-opacity:1;color:#2c2a29;color:rgba(44, 42, 41, var(--text-opacity));margin-bottom:1.5rem}.root-web-sdk .alert-web-sdk.error{--text-opacity:1;color:#ee543e;color:rgba(238, 84, 62, var(--text-opacity))}.root-web-sdk h5{font-size:1.125rem;line-height:1.25;--text-opacity:1;color:#2c2a29;color:rgba(44, 42, 41, var(--text-opacity));margin-bottom:32px;font-weight:700}.root-web-sdk .screen-web-sdk{position:relative}.root-web-sdk .image-wrapper-web-sdk{display:flex;align-items:center;justify-content:center}.root-web-sdk .image-web-sdk{max-width:100%;max-height:100%}.root-web-sdk .image-web-sdk-ico{background:url(https://assets.livongo.com/image/upload/v1713282904/web-sdk/icons/td-user.svg) no-repeat 50%;background-origin:content-box;background-size:contain;width:100%;height:100%}.root-web-sdk .image-web-sdk-doc{background:url(https://assets.livongo.com/image/upload/v1713283422/web-sdk/icons/file-icon.svg) no-repeat 50%;background-origin:content-box;background-size:contain;width:5rem;height:5rem}.root-web-sdk .VisitUscStudyAttestation .image-wrapper-web-sdk{background-image:url(https://assets.livongo.com/image/upload/v1713184711/web-sdk/images/usc-abx-mosaic-med_ahlnwn.jpg);background-repeat:no-repeat;background-position:50%;height:205px !important;background-size:contain}.root-web-sdk .VisitUscStudyAttestation .image-wrapper-web-sdk .loader-web-sdk{display:none}.root-web-sdk .VisitUscStudyAttestation .button-left-arrow-web-sdk{float:right;background-image:url(https://assets.livongo.com/image/upload/v1713276124/web-sdk/icons/close_eqdhin.svg);background-repeat:no-repeat;background-position:right 1rem center;--text-opacity:0}.root-web-sdk .animate2{animation-duration:5s;animation-name:slidein;animation-iteration-count:infinite}.root-web-sdk .stopped{animation-name:none}.root-web-sdk .gif-wrapper-web-sdk{position:relative;--bg-opacity:1;background-color:#dfe0df;background-color:rgba(223, 224, 223, var(--bg-opacity));width:480px;height:270px}@media (max-width: 528px){.root-web-sdk .gif-wrapper-web-sdk{width:calc(100vw - 48px);height:calc(52.08333vw - 25px)}}.root-web-sdk .gif-wrapper-web-sdk .gif-web-sdk,.root-web-sdk .gif-wrapper-web-sdk .image-web-sdk{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;height:100%}.root-web-sdk .gif-wrapper-web-sdk .image-web-sdk{margin-top:0 !important;margin-bottom:0 !important}.root-web-sdk .gif-wrapper-web-sdk .image-web-sdk.image-hidden{visibility:hidden}.root-web-sdk .gif-wrapper-web-sdk .image-web-sdk.image-visible{visibility:visible}.root-web-sdk .gif-wrapper-web-sdk .gif-button-web-sdk{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);z-index:10;width:3.5rem;height:3.5rem;outline-color:rgba(81,86,245,0.6);visibility:hidden}.root-web-sdk .gif-wrapper-web-sdk .gif-button-web-sdk.play{background:url(https://assets.livongo.com/image/upload/v1713275791/web-sdk/icons/audio-play.svg)}.root-web-sdk .gif-wrapper-web-sdk .gif-button-web-sdk.pause{background:url(https://assets.livongo.com/image/upload/v1713275761/web-sdk/icons/audio-pause.svg)}.root-web-sdk .gif-wrapper-web-sdk .gif-button-web-sdk.reload{background:url(https://assets.livongo.com/image/upload/v1713278712/web-sdk/icons/image_reload.svg)}@media (min-width: 768px){.root-web-sdk .gif-wrapper-web-sdk:hover .gif-button-web-sdk{visibility:visible}}@media (max-width: 767px){.root-web-sdk .gif-wrapper-web-sdk.active .gif-button-web-sdk,.root-web-sdk .gif-wrapper-web-sdk:active .gif-button-web-sdk{visibility:visible}}@keyframes animate2{0%{background-color:red}50%{background-color:green}to{background-color:#ff0}}.root-web-sdk .screen-web-sdk:not(.CommSessionPage) textarea:not(.pulse):not([data-target=chatInputBar]):not(#invitation_text):not(.messaging-textarea){border-radius:.5rem;border-width:1px;--border-opacity:1;border-color:#9a9fa8;border-color:rgba(154, 159, 168, var(--border-opacity));font-size:1rem;--text-opacity:1;color:#2c2a29;color:rgba(44, 42, 41, var(--text-opacity));padding:.25rem;width:95%;min-height:90px}.root-web-sdk textarea[data-target=chatInputBar]{height:unset}.root-web-sdk .screen-web-sdk.CommSessionPage textarea{outline:none}.root-web-sdk .screen-web-sdk.CommSessionPage div:has(>textarea){box-sizing:content-box}.root-web-sdk .screen-web-sdk[class*=EliteDiagnosticImagingService] textarea,.root-web-sdk .screen-web-sdk[class*=ExpertMedicalOpinion] textarea,.root-web-sdk .screen-web-sdk[class*=MentalHealthNavigator] textarea,.root-web-sdk .screen-web-sdk[class*=PersonalHealthNavigator] textarea{width:100% !important}.root-web-sdk .bullet-wrapper-web-sdk{display:flex;align-items:center;align-content:center;margin-bottom:.75rem}.root-web-sdk .bullet-web-sdk{margin-right:.5rem;border-radius:9999px;text-align:center;width:50px;height:50px;line-height:50px}.root-web-sdk .segment-control-field-wrapper{display:flex}.root-web-sdk .segment-control-button-web-sdk{display:block;border-width:1px;--border-opacity:1;border-color:#4d4c44;border-color:rgba(77, 76, 68, var(--border-opacity));--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));--text-opacity:1;color:#0a0a0a;color:rgba(10, 10, 10, var(--text-opacity));font-size:1rem;font-weight:500;line-height:1;padding:1rem;margin-bottom:1rem;margin-top:.5rem;flex-grow:1;text-transform:capitalize;outline:2px solid transparent;outline-offset:2px}.root-web-sdk .segment-control-button-web-sdk:focus{padding:calc(1rem - 1px);border-width:2px;--border-opacity:1;border-color:#5b2f91;border-color:rgba(91, 47, 145, var(--border-opacity));outline:2px solid transparent;outline-offset:2px}.root-web-sdk .segment-control-button-web-sdk:first-child{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}.root-web-sdk .segment-control-button-web-sdk:last-child{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}.root-web-sdk .segment-control-button-web-sdk.active{--border-opacity:1;border-color:#5b2f91;border-color:rgba(91, 47, 145, var(--border-opacity));--bg-opacity:1;background-color:#eeeaf4;background-color:rgba(238, 234, 244, var(--bg-opacity))}.root-web-sdk #containerForm .mail-order-pharmacy-item-wrapper-web-sdk{background:url(https://assets.livongo.com/image/upload/v1713282068/web-sdk/icons/right-arrow.svg) no-repeat scroll 100%;white-space:break-spaces;cursor:pointer}.root-web-sdk #containerForm .mail-order-pharmacy-item-wrapper-web-sdk .primary{font-weight:700}.root-web-sdk #containerForm .mail-order-pharmacy-item-web-sdk{display:block;border-width:1px;--border-opacity:1;border-color:#5b2f91;border-color:rgba(91, 47, 145, var(--border-opacity));border-radius:.5rem;outline:2px solid transparent;outline-offset:2px;cursor:pointer}.root-web-sdk #containerForm .mail-order-pharmacy-item-web-sdk:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px #5b2f91}.root-web-sdk #containerForm .mail-order-pharmacy-item-web-sdk:disabled{background-color:transparent;--border-opacity:1;border-color:#bdbdbd;border-color:rgba(189, 189, 189, var(--border-opacity));--text-opacity:1;color:#bdbdbd;color:rgba(189, 189, 189, var(--text-opacity))}.root-web-sdk #containerForm .mail-order-pharmacy-item-web-sdk{background-color:transparent}.root-web-sdk #containerForm .mail-order-pharmacy-item-web-sdk:active,.root-web-sdk #containerForm .mail-order-pharmacy-item-web-sdk:hover{--bg-opacity:1;background-color:#ded5e9;background-color:rgba(222, 213, 233, var(--bg-opacity));--text-opacity:1;color:#0a0a0a;color:rgba(10, 10, 10, var(--text-opacity))}.root-web-sdk #containerForm .mail-order-pharmacy-item-web-sdk{margin-bottom:1.5rem;width:100%;text-align:left;--text-opacity:1;color:#5b2f91;color:rgba(91, 47, 145, var(--text-opacity));padding:1rem}.root-web-sdk #containerForm .mail-order-pharmacy-title-web-sdk{margin-bottom:.25rem;font-size:1.25rem;line-height:1.75rem;font-weight:500}.root-web-sdk #containerForm .mail-order-pharmacy-subtitle-web-sdk{font-size:1.125rem;line-height:20px;white-space:pre-wrap}.root-web-sdk .g-map-marker-web-sdk{position:absolute;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));--border-opacity:1;border-radius:9999px;box-shadow:0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -1px rgba(0,0,0,0.06);cursor:pointer;top:-20px;left:-8px;width:16px;height:16px;border:6px solid #d00;border-color:rgba(221, 0, 0, var(--border-opacity))}.root-web-sdk .g-map-marker-web-sdk:after{position:absolute;--border-opacity:1;content:"";top:5.5px;left:-5px;border:7px solid transparent;border-top:10px solid rgba(221, 0, 0, var(--border-opacity))}.root-web-sdk .g-map-marker-web-sdk.active{--border-opacity:1;border-color:#5b2f91;border-color:rgba(91, 47, 145, var(--border-opacity));z-index:10}.root-web-sdk .g-map-marker-web-sdk.active:after{--border-opacity:1;border-color:#5b2f91;border-color:rgba(91, 47, 145, var(--border-opacity));border-left-color:transparent;border-right-color:transparent;border-bottom-color:transparent}.root-web-sdk .g-map-tooltip-web-sdk{position:absolute;padding:1rem;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));border-top-width:4px;--border-opacity:1;border-color:#5b2f91;border-color:rgba(91, 47, 145, var(--border-opacity));border-radius:.25rem;font-size:.875rem;box-shadow:0 25px 50px -12px rgba(0,0,0,0.25);z-index:20;left:-150px;top:5px;width:300px}.root-web-sdk .g-map-tooltip-web-sdk:after{--border-opacity:1;content:"";position:absolute;top:-17px;left:145px;border:5px solid transparent;border-bottom:8px solid rgba(91, 47, 145, var(--border-opacity))}.root-web-sdk .g-map-tooltip-header-web-sdk{--text-opacity:1;color:#005c95;color:rgba(0, 92, 149, var(--text-opacity))}.root-web-sdk .g-map-tooltip-header-web-sdk:not(:last-child),.root-web-sdk .g-map-tooltip-section-web-sdk:not(:last-child){margin-bottom:.75rem}.root-web-sdk .price-prescriptions-web-sdk{display:flex;flex-direction:column;height:80vh}.root-web-sdk .price-prescriptions-search-form-web-sdk{margin-bottom:.75rem;border-width:1px;border-radius:.375rem;--border-opacity:1;border-color:#727069;border-color:rgba(114, 112, 105, var(--border-opacity))}.root-web-sdk .price-prescriptions-search-form-header-web-sdk{display:flex;padding:.75rem}.root-web-sdk .price-prescriptions-search-form-header-text-web-sdk{--text-opacity:1;color:#2c2a29;color:rgba(44, 42, 41, var(--text-opacity))}.root-web-sdk .price-prescriptions-search-form-header-button-web-sdk{font-size:.875rem;cursor:pointer;--text-opacity:1;color:#005c95;color:rgba(0, 92, 149, var(--text-opacity))}.root-web-sdk .price-prescriptions-search-form-body-wrapper-web-sdk{display:flex;flex-direction:column;align-items:flex-end;padding:.75rem;border-radius:.375rem;background:#f1f4f8}.root-web-sdk .price-prescriptions-search-form-body-web-sdk{display:flex;flex-direction:column;width:100%}.root-web-sdk .price-prescriptions-search-form-section-web-sdk{display:flex}.root-web-sdk .price-prescriptions-search-form-field-web-sdk{width:100%}.root-web-sdk .price-prescriptions-search-results-web-sdk{position:relative;display:flex;flex-direction:column;height:100%;overflow:hidden}.root-web-sdk .price-prescriptions-map-web-sdk{width:100%;height:100%;margin-bottom:.5rem}.root-web-sdk .price-prescriptions-list-web-sdk{position:absolute;width:100%;height:100%;overflow-y:scroll;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity))}.root-web-sdk .price-prescriptions-list-item{padding:.5rem;border-bottom-width:2px;cursor:pointer}.root-web-sdk .price-prescriptions-list-item.active{background-color:#eeeaf4}.root-web-sdk .price-prescriptions-list-item-heart{width:48px;overflow:hidden}.root-web-sdk .price-prescriptions-list-item-heart img{transform:scale(2)}.root-web-sdk .price-prescriptions-collapsed .price-prescriptions-search-form-web-sdk{border-width:1px;--border-opacity:1;border-color:#005c95;border-color:rgba(0, 92, 149, var(--border-opacity))}.root-web-sdk .price-prescriptions-collapsed .price-prescriptions-search-form-header-text-web-sdk{--text-opacity:1;color:#005c95;color:rgba(0, 92, 149, var(--text-opacity))}.root-web-sdk .price-prescriptions-collapsed .price-prescriptions-search-form-body-wrapper-web-sdk{display:none}.root-web-sdk .price-prescriptions-collapsed .price-prescriptions-list-web-sdk{position:static}@media (min-width: 992px){.root-web-sdk .price-prescriptions-search-form-body-web-sdk{flex-direction:row;align-items:center}.root-web-sdk .price-prescriptions-search-results-web-sdk{flex-direction:row-reverse}.root-web-sdk .price-prescriptions-map-web-sdk{margin-bottom:0;margin-left:.5rem}.root-web-sdk .price-prescriptions-list-web-sdk{position:static}}.root-web-sdk .credit-card-wrapper-web-sdk{display:flex;position:relative}.root-web-sdk .credit-card-wrapper-web-sdk .label-web-sdk .input-web-sdk{width:calc(100% - 8rem)}.root-web-sdk .credit-card-logo-web-sdk{flex:0 0 90px;margin-top:.5rem;bottom:0;right:0;width:6rem;height:4rem;background-image:url(https://assets.livongo.com/image/upload/v1713275953/web-sdk/icons/cardlogo_undefined_g65rzo.png);background-repeat:no-repeat;background-position:right -6px bottom;background-size:89px}.root-web-sdk .credit-card-logo-web-sdk.card-mastercard{background-image:url(https://assets.livongo.com/image/upload/v1713275942/web-sdk/icons/cardlogo_master_mdosh4.png)}.root-web-sdk .credit-card-logo-web-sdk.card-visa{background-image:url(https://assets.livongo.com/image/upload/v1713275964/web-sdk/icons/cardlogo_visa_tfcoft.png)}.root-web-sdk .credit-card-logo-web-sdk.card-amex{background-image:url(https://assets.livongo.com/image/upload/v1713275921/web-sdk/icons/cardlogo_amex_fftltq.png)}.root-web-sdk .credit-card-logo-web-sdk.card-discover{background-image:url(https://assets.livongo.com/image/upload/v1713275932/web-sdk/icons/cardlogo_discover_tigbce.png)}.root-web-sdk .link-web-sdk,.root-web-sdk a{text-decoration:none;--text-opacity:1;color:#005c95;color:rgba(0, 92, 149, var(--text-opacity));font-size:1rem}.root-web-sdk .link-web-sdk:hover,.root-web-sdk a:hover{text-decoration:underline}.root-web-sdk .check-progress-bar-web-sdk{min-height:20px;display:flex;position:relative;justify-content:space-between}.root-web-sdk .check-progress-bar-web-sdk .progress-bar-line-web-sdk{width:100%;height:.25rem;top:.625rem;left:0;--bg-opacity:1;background-color:#5b2f91;background-color:rgba(91, 47, 145, var(--bg-opacity));position:absolute;z-index:2}.root-web-sdk .check-progress-bar-web-sdk .progress-white-bar-cycle-web-sdk{width:1.5rem;height:1.5rem;border-radius:9999px;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));position:relative;z-index:3}.root-web-sdk .check-progress-bar-web-sdk .progress-white-bar-cycle-web-sdk svg{height:23px;transform:scale(1.05)}.root-web-sdk .check-progress-bar-web-sdk .progress-purple-bar-cycle-web-sdk{width:1.5rem;height:1.5rem;border-radius:9999px;border-width:3px;--border-opacity:1;border-color:#5b2f91;border-color:rgba(91, 47, 145, var(--border-opacity));--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));position:relative;z-index:3}.root-web-sdk .check-progress-bar-web-sdk .progress-purple-bar-cycle-web-sdk svg{height:18px;transform:scale(1.05)}.root-web-sdk .graph-wrapper-web-sdk .wrapper{display:flex;width:inherit;width:100%}.root-web-sdk .graph-wrapper-web-sdk .wrapper .graph-labels{position:relative;width:12%;text-align:right}.root-web-sdk .graph-wrapper-web-sdk .wrapper .graph-labels .label{position:absolute;left:0;margin-bottom:0;right:3px}.root-web-sdk .graph-wrapper-web-sdk .wrapper .graph{width:88%;position:relative}.root-web-sdk .graph-wrapper-web-sdk .wrapper .graph .graph-grid{width:100%;position:absolute;left:0;top:0;z-index:2}.root-web-sdk .graph-wrapper-web-sdk .wrapper .graph .graph-grid .line{position:absolute;left:0;width:100%;--border-opacity:1;border-color:#e5e8e8;border-color:rgba(229, 232, 232, var(--border-opacity));border-top:1px rgba(229, 232, 232, var(--border-opacity));border-style:solid}.root-web-sdk .graph-wrapper-web-sdk .wrapper .graph .graph-columns{width:100%;position:absolute;left:0;top:0;z-index:3;display:flex}.root-web-sdk .graph-wrapper-web-sdk .wrapper .graph .graph-columns .column{position:relative;display:flex;width:100%;--border-opacity:1;border-color:#e5e8e8;border-left:1px;border-color:rgba(229, 232, 232, var(--border-opacity));border-style:solid}.root-web-sdk .graph-wrapper-web-sdk .wrapper .graph .graph-columns .column:last-child{--border-opacity:1;border-color:#e5e8e8;border-right:1px;border-color:rgba(229, 232, 232, var(--border-opacity));border-style:solid}.root-web-sdk .graph-wrapper-web-sdk .wrapper .graph .graph-columns .column .bar{width:80%;left:10%;position:absolute;bottom:0;z-index:7}.root-web-sdk .graph-wrapper-web-sdk .wrapper .graph .graph-columns .column .gray-bar{width:80%;height:100%;left:10%;position:absolute;bottom:0;z-index:6;--bg-opacity:1;background-color:#e5e8e8;background-color:rgba(229, 232, 232, var(--bg-opacity))}.root-web-sdk .graph-wrapper-web-sdk .graph-days{width:89%;margin-left:11%;height:30px;display:flex;justify-content:center;align-items:center;--border-opacity:1;border-color:#e5e8e8;border-color:rgba(229, 232, 232, var(--border-opacity));border-top:1px rgba(229, 232, 232, var(--border-opacity));border-style:solid}.root-web-sdk .graph-wrapper-web-sdk .graph-days .label{text-align:center;font-family:Effra;font-style:normal;font-weight:400;font-size:18px;line-height:24px;--text-opacity:1;color:#373939;color:rgba(55, 57, 57, var(--text-opacity))}.root-web-sdk .sleep-tracker-calendar{width:100%;padding:10px}.root-web-sdk .sleep-tracker-calendar .calendar-days{display:flex;flex-wrap:wrap;padding-bottom:15px}.root-web-sdk .sleep-tracker-calendar .calendar-days .day-item{display:flex;align-items:center;justify-content:center;width:14.2%}.root-web-sdk .sleep-tracker-calendar .calendar-days .day-item span{display:flex;align-items:center;justify-content:center;border-radius:.75rem;font-weight:400;font-style:normal;font-size:1.375rem;width:48px;height:48px}.root-web-sdk .sleep-tracker-calendar .calendar-dates{display:flex;flex-wrap:wrap;row-gap:15px}.root-web-sdk .sleep-tracker-calendar .calendar-dates .date-item{display:flex;align-items:center;justify-content:center;width:14.2%}.root-web-sdk .sleep-tracker-calendar .calendar-dates .date-item button,.root-web-sdk .sleep-tracker-calendar .calendar-dates .date-item span{display:flex;align-items:center;justify-content:center;border-radius:2.75rem;font-weight:500;font-style:normal;cursor:pointer;font-size:1.125rem;width:48px;height:48px}.root-web-sdk .sleep-tracker-calendar .calendar-dates .date-item button{text-decoration:none}.root-web-sdk .mys-radio-parent{display:flex;flex-direction:column;align-items:center;justify-content:center}.root-web-sdk .radio-container{display:flex;flex-direction:row-reverse;align-items:center;justify-content:space-between;padding-left:1.5rem;padding-right:1.5rem;width:100%;height:4.5rem;box-shadow:0 1px 4px 1px rgba(0,0,0,0.08);border-radius:.75rem;margin-bottom:1.5rem;cursor:pointer}.root-web-sdk .radio-container.checked{--border-opacity:1;border:2px solid #5156f5;border-color:rgba(81, 86, 245, var(--border-opacity));--bg-opacity:1;background-color:#f5f0fd;background-color:rgba(245, 240, 253, var(--bg-opacity))}.root-web-sdk .radio-container .title{font-family:Effra,Arial,sans-serif;font-style:normal;font-weight:500;font-size:1.125rem;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity))}.root-web-sdk .radio-container .checkmark{width:1.5rem;height:1.5rem;--border-opacity:1;border:1px solid #6f6f6f;border-color:rgba(111, 111, 111, var(--border-opacity));border-radius:.25rem;-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}.root-web-sdk .precall-container-wrapper{background-color:#eaeaea;padding-left:10rem;padding-right:10rem;height:100vh;box-sizing:border-box}.root-web-sdk .precall-container{width:100%;height:100%}.root-web-sdk #containerForm .layeredImage{position:relative;overflow:hidden;height:0;max-width:100%;margin-left:0;margin-right:0;padding-top:66.6%}.root-web-sdk #containerForm .layeredImage img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;max-width:100%;margin-left:0;margin-right:0}.root-web-sdk #containerForm .container-web-sdk.wellness .article_intro_hero{max-width:100%}.root-web-sdk #containerForm .container-web-sdk.wellness .article_intro_hero .title-row{padding-top:1.25rem !important;padding-bottom:1rem;padding-left:1rem;padding-right:0;display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:center;grid-gap:.5rem;gap:.5rem;max-width:100%}@media (min-width: 768px){.root-web-sdk #containerForm .container-web-sdk.wellness .article_intro_hero .title-row{padding-left:0;padding-top:0}}.root-web-sdk #containerForm .container-web-sdk.wellness .article_intro_hero .title-text{max-width:100%}.root-web-sdk #containerForm .container-web-sdk.wellness .article_intro_hero .title-text .article_title{font-weight:700;font-size:32px;line-height:36px;margin-bottom:14px}.root-web-sdk #containerForm .container-web-sdk.wellness .article_intro_hero .title-text img.content_type_icon{position:relative;display:inline-block;-o-object-fit:scale-down;object-fit:scale-down;margin-left:1rem !important;top:-1px;height:16px;width:16px}.root-web-sdk #containerForm .container-web-sdk.wellness .article_intro_hero .title-text .text-web-sdk.read_length{display:inline-block;margin-left:.25rem;font-size:.875rem;margin-bottom:2px}.root-web-sdk #containerForm .container-web-sdk.wellness .article_intro_hero .title-paver-icon{align-self:flex-start;min-width:83px;max-width:83px}.root-web-sdk #containerForm .container-web-sdk.wellness .article_intro_hero .hero-row{position:relative;overflow:hidden;height:0;max-width:100%;margin-top:0;margin-bottom:1.5rem;padding-top:66.6%;border-radius:0 0 80px 0}@media (min-width: 768px){.root-web-sdk #containerForm .container-web-sdk.wellness .article_intro_hero .hero-row{margin-top:32px;margin-bottom:32px}}.root-web-sdk #containerForm .container-web-sdk.wellness .article_intro_hero .hero-row img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;max-width:100%;margin-left:0;margin-right:0}.root-web-sdk #containerForm .container-web-sdk.wellness .article_intro_hero .hero-row .hero_image_overlay{display:none}.root-web-sdk #containerForm .container-web-sdk.wellness .feedback_question{display:inline-block;align-items:center;font-weight:500;font-size:1.125rem}.root-web-sdk #containerForm .container-web-sdk.wellness button[name=thumbs_up_button]{margin-left:1rem;margin-right:1rem}.root-web-sdk #containerForm .container-web-sdk.wellness .image-wrapper-web-sdk{margin-right:0}.root-web-sdk #containerForm .container-web-sdk.wellness .image-wrapper-web-sdk .image-web-sdk,.root-web-sdk #containerForm .container-web-sdk.wellness .text-content-field-wrapper-web-sdk{margin-bottom:1.5rem}.root-web-sdk #containerForm .container-web-sdk.wellness .audioPlayer{padding-top:1.5rem;margin:0 auto;max-width:308px}.root-web-sdk #containerForm .container-web-sdk.wellness .transcript-border{margin-bottom:1.5rem}.root-web-sdk #containerForm .container-web-sdk.wellness .wellness_content_banner_CTA{background:var(--ui-light-interactive-primary-primary, #422981);gap:10px;border-radius:.5rem;padding:1rem 1rem 1rem 0;margin:1.5rem 0;width:auto;max-width:100%;display:flex;flex-wrap:nowrap;align-items:center}@media (min-width: 768px){.root-web-sdk #containerForm .container-web-sdk.wellness .wellness_content_banner_CTA{margin-top:32px;margin-bottom:32px}}.root-web-sdk #containerForm .container-web-sdk.wellness .wellness_content_banner_CTA:focus{outline:2px solid transparent;outline-offset:2px;box-shadow:0 0 0 1px #5156f5}.root-web-sdk #containerForm .container-web-sdk.wellness .wellness_content_banner_CTA .primary-icon-column{width:auto;margin:0 0 0 1rem;flex-basis:90px;min-width:90px}.root-web-sdk #containerForm .container-web-sdk.wellness .wellness_content_banner_CTA .text-column{flex-grow:1;margin:0;width:auto;max-width:100%}.root-web-sdk #containerForm .container-web-sdk.wellness .wellness_content_banner_CTA .text-column .banner_body,.root-web-sdk #containerForm .container-web-sdk.wellness .wellness_content_banner_CTA .text-column .banner_title{color:var(--ui-light-interactive-on-primary-on-primary, #fff)}.root-web-sdk #containerForm .container-web-sdk.wellness .wellness_content_banner_CTA .text-column .banner_title{margin-bottom:.5rem;font-size:22px;font-weight:400;line-height:24px}.root-web-sdk #containerForm .container-web-sdk.wellness .wellness_content_banner_CTA .text-column .banner_body{margin-bottom:0;font-size:15px;line-height:20px}.root-web-sdk #containerForm .container-web-sdk.wellness .wellness_content_banner_CTA .icon-column{margin:0;width:auto;flex-basis:16px;min-width:16px}.root-web-sdk #containerForm .container-web-sdk.wellness .post_article_card_cta{border-radius:1rem;outline:2px solid transparent;outline-offset:2px;border-width:0;overflow:hidden;margin-bottom:1.5rem;margin-left:0;margin-right:0;max-width:100%;box-shadow:0 1px 4px 1px rgba(0,0,0,0.08)}@media (min-width: 768px){.root-web-sdk #containerForm .container-web-sdk.wellness .post_article_card_cta{box-shadow:0 12px 30px 0 rgba(0,0,0,0.16);display:flex;margin-bottom:32px}}.root-web-sdk #containerForm .container-web-sdk.wellness .post_article_card_cta:focus{outline:2px solid transparent;outline-offset:2px;box-shadow:0 0 0 1px #5156f5}.root-web-sdk #containerForm .container-web-sdk.wellness .post_article_card_cta .image-wrapper{max-width:100%;margin-left:0;margin-right:0}@media (min-width: 768px){.root-web-sdk #containerForm .container-web-sdk.wellness .post_article_card_cta .image-wrapper{flex-basis:46%}}.root-web-sdk #containerForm .container-web-sdk.wellness .post_article_card_cta .text-content-wrapper{max-width:100%;margin-left:0;margin-right:0}@media (min-width: 768px){.root-web-sdk #containerForm .container-web-sdk.wellness .post_article_card_cta .text-content-wrapper{display:flex;align-items:center;align-content:center;flex-wrap:wrap;flex-basis:54%}}.root-web-sdk #containerForm .container-web-sdk.wellness .post_article_card_cta .text-content-wrapper .text-web-sdk.title{margin-bottom:.5rem;padding:1.5rem 1.5rem 0;max-width:100%;font-size:1.25rem;line-height:1.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;white-space:normal;font-weight:500}@media (min-width: 768px){.root-web-sdk #containerForm .container-web-sdk.wellness .post_article_card_cta .text-content-wrapper .text-web-sdk.title{font-size:1.375rem;line-height:1.75rem;flex-basis:100%}}.root-web-sdk #containerForm .container-web-sdk.wellness .post_article_card_cta .text-content-wrapper div[name=tag_category]{margin-left:1.5rem}.root-web-sdk #containerForm .container-web-sdk.wellness .post_article_card_cta .text-content-wrapper img.content_type_icon{position:relative;display:inline-block;-o-object-fit:scale-down;object-fit:scale-down;margin-left:1rem !important;top:-1px;height:16px;width:16px}.root-web-sdk #containerForm .container-web-sdk.wellness .post_article_card_cta .text-content-wrapper .text-web-sdk.read_length{display:inline-block;margin-left:.25rem;font-size:.875rem}@media (min-width: 768px){.root-web-sdk #containerForm .container-web-sdk.wellness .post_article_card_cta .text-content-wrapper .text-web-sdk.read_length{margin-bottom:0}}.root-web-sdk #containerForm .container-web-sdk.wellness .other-topics-heading,.root-web-sdk #containerForm .container-web-sdk.wellness .topic-cta-heading{margin-top:1.5rem;margin-bottom:1rem;font-weight:500;font-size:22px}@media (min-width: 768px){.root-web-sdk #containerForm .container-web-sdk.wellness .other-topics-heading,.root-web-sdk #containerForm .container-web-sdk.wellness .topic-cta-heading{margin-top:32px;font-size:26px}}@media (min-width: 992px){.root-web-sdk #containerForm .container-web-sdk.wellness .topic-cta-heading{font-weight:700;font-size:24px}}.root-web-sdk .screen-web-sdk[class*=wellness_]{max-width:48rem;margin-left:auto;margin-right:auto}.root-web-sdk #containerForm .screen-web-sdk.explainer .screen-fields-web-sdk{max-width:496px;margin:0 auto}.root-web-sdk #containerForm .screen-web-sdk.explainer .title{font-size:32px;line-height:2.25rem;font-weight:700;margin-bottom:1rem}.root-web-sdk #containerForm .screen-web-sdk.explainer .text_1{font-size:1.125rem;font-weight:400;line-height:1.5rem;margin-bottom:1rem}.root-web-sdk #containerForm .screen-web-sdk.explainer .image_container{margin-top:1rem;margin-bottom:1rem}@media (min-width: 768px){.root-web-sdk #containerForm .screen-web-sdk.explainer .image_container{margin-top:1.5rem;margin-bottom:1.5rem}}.root-web-sdk #containerForm .screen-web-sdk.explainer .image_container img{max-width:250px;margin-top:0;margin-left:auto;margin-right:auto}.root-web-sdk #containerForm .screen-web-sdk.explainer .text-content-field-wrapper-web-sdk{padding-top:0}.root-web-sdk #containerForm .screen-web-sdk.explainer .text-content-field-wrapper-web-sdk .text-content-markdown p,.root-web-sdk #containerForm .screen-web-sdk.explainer .text-content-field-wrapper-web-sdk .text-content-markdown li,.root-web-sdk #containerForm .screen-web-sdk.explainer .text-content-field-wrapper-web-sdk .text-content-markdown ol,.root-web-sdk #containerForm .screen-web-sdk.explainer .text-content-field-wrapper-web-sdk .text-content-markdown ul{font-size:15px}@media (min-width: 768px){.root-web-sdk #containerForm .screen-web-sdk.explainer .text-content-field-wrapper-web-sdk .text-content-markdown p,.root-web-sdk #containerForm .screen-web-sdk.explainer .text-content-field-wrapper-web-sdk .text-content-markdown li,.root-web-sdk #containerForm .screen-web-sdk.explainer .text-content-field-wrapper-web-sdk .text-content-markdown ol,.root-web-sdk #containerForm .screen-web-sdk.explainer .text-content-field-wrapper-web-sdk .text-content-markdown ul{font-size:1.125rem}}.root-web-sdk #containerForm .screen-web-sdk.explainer .text-content-field-wrapper-web-sdk .text-content-markdown p{margin-bottom:.5rem}@media (min-width: 768px){.root-web-sdk #containerForm .screen-web-sdk.explainer .text-content-field-wrapper-web-sdk .text-content-markdown p{margin-bottom:1rem}}.root-web-sdk #containerForm .screen-web-sdk.explainer .text-content-field-wrapper-web-sdk .text-content-markdown p:last-child{margin-bottom:0}.root-web-sdk #containerForm .screen-web-sdk.explainer button[type=pulseButton]{max-width:auto;margin-bottom:60px;display:block;width:auto;margin-top:1.5rem;float:right}.root-web-sdk #containerForm .container-web-sdk.wellnessQuote{--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));padding-top:2rem;padding-bottom:2rem;max-width:704px}.root-web-sdk #containerForm .container-web-sdk.wellnessQuote .wellnessQuoteTile{--bg-opacity:1;background-color:#f0e6f4;background-color:rgba(240, 230, 244, var(--bg-opacity));display:grid;max-width:704px;grid-template-columns:repeat(1, minmax(0, 1fr))}.root-web-sdk #containerForm .container-web-sdk.wellnessQuote .wellnessQuoteTile .line{margin-top:32px;margin-left:auto;margin-right:auto;width:64px;height:.25rem;border-width:1px;border-radius:.25rem;--bg-opacity:1;background-color:#6853c8;background-color:rgba(104, 83, 200, var(--bg-opacity));--border-opacity:1;border-color:#6853c8;border-color:rgba(104, 83, 200, var(--border-opacity))}.root-web-sdk #containerForm .container-web-sdk.wellnessQuote .wellnessQuoteTile .description{margin:1rem 1.5rem;font-size:32px;text-align:center;font-family:Effra,Arial,sans-serif;font-weight:700;--text-opacity:1;color:#351f65;color:rgba(53, 31, 101, var(--text-opacity))}.root-web-sdk #containerForm .container-web-sdk.wellnessQuote .wellnessQuoteTile .author{padding-bottom:2rem;margin-bottom:0;font-size:15px;text-align:center;font-family:Effra,Arial,sans-serif;font-weight:400;--text-opacity:1;color:#351f65;color:rgba(53, 31, 101, var(--text-opacity))}.root-web-sdk #containerForm .wellnessTitle{padding-top:1.5rem;margin-top:0;margin-bottom:0;font-family:Effra,Arial,sans-serif;font-weight:500;font-size:18px;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));line-height:1.75rem !important}.root-web-sdk #containerForm .container-web-sdk.wellnessContentCarousel{display:flex !important;position:relative;grid-gap:1.5rem;gap:1.5rem;flex-shrink:0;flex-direction:row;align-items:flex-start;overflow-y:visible;overflow-x:auto;max-width:704px;height:-moz-fit-content;height:fit-content;padding:1.5rem 0;margin-left:0;margin-right:0;flex-basis:auto;scroll-snap-type:x proximity;scroll-behavior:smooth}.root-web-sdk #containerForm .container-web-sdk.wellnessContentCarousel::-webkit-scrollbar:horizontal{display:block;border-radius:1rem;height:.5rem;background-color:transparent}.root-web-sdk #containerForm .container-web-sdk.wellnessContentCarousel::-webkit-scrollbar-thumb:horizontal{max-width:480px;min-width:6rem;display:block;border-radius:9999px;margin-left:16px;background:#6f6f6f}.root-web-sdk #containerForm .container-web-sdk.wellnessContentCarousel .modernized-carousel-item{height:376px;border-radius:1rem;max-width:480px !important;min-width:340px !important}.root-web-sdk #containerForm .container-web-sdk.wellnessContentCarousel .modernized-carousel-item .MyStrengthSliderCard{border-radius:1rem;outline:2px solid transparent;outline-offset:2px;border-width:0;display:flex;align-items:flex-start;flex-direction:column;margin-left:.5rem;margin-right:.5rem;box-shadow:0 4px 10px 0 rgba(0,0,0,0.16)}.root-web-sdk #containerForm .container-web-sdk.wellnessContentCarousel .modernized-carousel-item .MyStrengthSliderCard:focus{outline:2px solid transparent;outline-offset:2px;box-shadow:0 0 0 1px #5156f5}.root-web-sdk #containerForm .container-web-sdk.wellnessContentCarousel .modernized-carousel-item .MyStrengthSliderCard>.container-content{display:flex;width:100%;padding:0;border-width:0;justify-content:flex-start}.root-web-sdk #containerForm .container-web-sdk.wellnessContentCarousel .modernized-carousel-item .layeredImage.container{padding-top:200px}.root-web-sdk #containerForm .container-web-sdk.wellnessContentCarousel .modernized-carousel-item .layeredImage.container img{background-size:cover;height:200px}.root-web-sdk #containerForm .container-web-sdk.wellnessContentCarousel .modernized-carousel-item .title{font-size:22px;font-weight:400;line-height:2rem;margin-bottom:.5rem;padding:1.5rem 1.5rem 0;overflow:visible}.root-web-sdk #containerForm .container-web-sdk.wellnessContentCarousel .modernized-carousel-item .container-web-sdk.contentDetails{margin-bottom:1.5rem;display:flex;width:100%;padding-left:1.5rem;padding-right:1.5rem;height:1.5rem;width:-moz-fit-content;width:fit-content}.root-web-sdk #containerForm .container-web-sdk.wellnessContentCarousel .modernized-carousel-item .container-web-sdk.contentDetails [name=tag_category]{font-size:15px;display:flex;width:-moz-fit-content;width:fit-content;align-content:center;line-height:20px;flex-wrap:wrap;height:1.25rem !important;border-radius:999px}.root-web-sdk #containerForm .container-web-sdk.wellnessContentCarousel .modernized-carousel-item .container-web-sdk.contentDetails img.content_type_icon{display:flex;position:relative;-o-object-fit:scale-down;object-fit:scale-down;height:1rem;width:1rem;align-content:center;margin-left:1rem !important;margin-top:0.125rem !important;margin-bottom:0.125rem !important;top:-1px}.root-web-sdk #containerForm .container-web-sdk.wellnessContentCarousel .modernized-carousel-item .container-web-sdk.contentDetails .text-web-sdk.read_length{margin-left:.25rem;display:flex;font-size:.875rem;height:1.25rem;line-height:20px;font-weight:400;min-width:45px;align-content:center}.root-web-sdk .call-to-action-button__spinner{align-self:center;padding:1rem}.root-web-sdk #containerForm .chip-root-web-sdk{position:relative;display:inline-flex;margin-right:1rem;margin-bottom:1rem}.root-web-sdk #containerForm .chip-root-web-sdk .chip-container-web-sdk{--text-opacity:1;color:#565757;color:rgba(86, 87, 87, var(--text-opacity));font-weight:400;font-size:1.125rem}.root-web-sdk #containerForm .chip-root-web-sdk:hover .chip-container-web-sdk{--border-opacity:1;border-color:#0060fc;border-color:rgba(0, 96, 252, var(--border-opacity));--border-opacity:0.5}.root-web-sdk #containerForm .chip-root-web-sdk:hover .chip-container-web-sdk .chip-row-web-sdk{--text-opacity:1;color:#0060fc;color:rgba(0, 96, 252, var(--text-opacity))}.root-web-sdk #containerForm .chip-root-web-sdk:hover .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk{display:flex;width:1rem;height:1rem;margin-left:10px;margin-top:3px;background:url(https://assets.livongo.com/image/upload/v1713283379/web-sdk/icons/close-chip-active-blue.svg) 50% no-repeat;background-size:.75rem}.root-web-sdk #containerForm .chip-root-web-sdk.selected .chip-container-web-sdk{--bg-opacity:1;background-color:#e2f3ff;background-color:rgba(226, 243, 255, var(--bg-opacity));--text-opacity:1;color:#0060fc;color:rgba(0, 96, 252, var(--text-opacity));--border-opacity:1;border-color:#0060fc;border-color:rgba(0, 96, 252, var(--border-opacity));--border-opacity:0.5;outline:2px solid transparent;outline-offset:2px;box-shadow:none}.root-web-sdk #containerForm .chip-root-web-sdk:active,.root-web-sdk #containerForm .chip-root-web-sdk:focus-visible{outline:2px solid transparent;outline-offset:2px}.root-web-sdk #containerForm .chip-root-web-sdk:active .chip-container-web-sdk,.root-web-sdk #containerForm .chip-root-web-sdk:focus-visible .chip-container-web-sdk{outline:2px solid transparent;outline-offset:2px;box-shadow:none}.root-web-sdk #containerForm .chip-root-web-sdk:focus .chip-container-web-sdk{box-shadow:0 0 0 2px #fff,0 0 2px 4px rgba(0,96,252,0.6);--border-opacity:1;border-color:#0060fc;border-color:rgba(0, 96, 252, var(--border-opacity));border-width:1px;--text-opacity:1;color:#0060fc;color:rgba(0, 96, 252, var(--text-opacity))}.root-web-sdk #containerForm .chip-root-web-sdk.not-clicable{cursor:default}.root-web-sdk #containerForm .chip-root-web-sdk .chip-item-web-sdk{top:0;left:0;overflow:hidden;opacity:0;position:absolute;width:100%;height:100%;cursor:pointer}.root-web-sdk #containerForm .chip-root-web-sdk .chip-container-web-sdk{border-width:1px;display:flex;align-items:center;padding:.75rem 1rem;border-radius:.25rem}.root-web-sdk #containerForm .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk{font-weight:400;display:flex;position:relative;font-size:1.125rem}.root-web-sdk #containerForm .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk{display:flex;width:1rem;height:1rem;margin-left:10px;margin-top:3px;background:url(https://assets.livongo.com/image/upload/v1713276047/web-sdk/icons/close-chip.svg) 50% no-repeat;background-size:.75rem}.root-web-sdk #containerForm .loader-in-dialog-web-sdk .dialog-overlay-web-sdk .dialog-loader-web-sdk{border-radius:1rem;width:231px;height:225px}.root-web-sdk #containerForm .loader-in-dialog-web-sdk .dialog-overlay-web-sdk .dialog-loader-web-sdk .loader-web-sdk{margin-top:32px}.root-web-sdk #containerForm .loader-in-dialog-web-sdk-wrapper{position:absolute;z-index:10;--transform-translate-x:0;--transform-translate-y:0;--transform-rotate:0;--transform-skew-x:0;--transform-skew-y:0;--transform-scale-x:1;--transform-scale-y:1;transform:translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));--transform-translate-x:-50%;--transform-translate-y:-50%;top:50%;left:50%}.root-web-sdk #containerForm .web-sdk-radio-picker-container{margin-bottom:1.5rem}.root-web-sdk #containerForm .web-sdk-radio-picker-container label{text-align:center}.root-web-sdk #containerForm .web-sdk-radio-picker-container.has-error label{--text-opacity:1;color:#cd000a;color:rgba(205, 0, 10, var(--text-opacity))}.root-web-sdk #containerForm .web-sdk-radio-picker-container .web-sdk-radio-picker{display:flex;justify-content:center;grid-gap:1.5rem;gap:1.5rem;margin-bottom:.5rem}.root-web-sdk #containerForm .web-sdk-radio-picker-container .web-sdk-radio-picker .disabled-selection{pointer-events:none}.root-web-sdk #containerForm .web-sdk-radio-picker-container .web-sdk-radio-picker .radio-icon{width:2.5rem;border-radius:9999px;display:flex;flex-direction:column;align-items:center;text-align:center;outline:2px solid transparent;outline-offset:2px;box-shadow:none}.root-web-sdk #containerForm .web-sdk-radio-picker-container .web-sdk-radio-picker .radio-icon:not(:active):focus,.root-web-sdk #containerForm .web-sdk-radio-picker-container .web-sdk-radio-picker .radio-icon:not(:active):focus-visible{box-shadow:0 0 0 2px #fff,0 0 2px 4px rgba(81,86,245,0.6)}.root-web-sdk #containerForm .web-sdk-radio-picker-container .web-sdk-radio-picker .radio-icon svg{width:2rem;height:2rem}.root-web-sdk #containerForm .web-sdk-radio-picker-container .web-sdk-radio-picker .radio-icon svg+p{margin-top:1rem}.root-web-sdk #containerForm .web-sdk-radio-picker-container .web-sdk-radio-picker .radio-icon-text{font-size:1.125rem;--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity))}.root-web-sdk .label-web-sdk{color:#0a0a0a;color:rgba(10, 10, 10, var(--text-opacity));width:100%}.root-web-sdk .button-web-sdk,.root-web-sdk .label-web-sdk{margin-bottom:1rem;--text-opacity:1;line-height:1;font-size:1rem;display:block}.root-web-sdk .button-web-sdk{--bg-opacity:1;background-color:#a5a197;background-color:rgba(165, 161, 151, var(--bg-opacity));color:#fff;color:rgba(255, 255, 255, var(--text-opacity));font-weight:500;padding:1rem;border-radius:.5rem;margin-top:.5rem;width:95%}.root-web-sdk .input-web-sdk{margin-bottom:1rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;--border-opacity:1;border-color:#727069;border-color:rgba(114, 112, 105, var(--border-opacity));outline:2px solid transparent;outline-offset:2px;box-shadow:none;padding:13px 1rem;line-height:20px;--text-opacity:1;color:#0a0a0a;color:rgba(10, 10, 10, var(--text-opacity));height:auto;display:block;border-radius:.5rem;border-width:1px;font-size:1rem}.root-web-sdk .checkbox-group{display:flex;justify-content:space-between}.root-web-sdk #choose-flow-example-app .button-web-sdk,.root-web-sdk #example-app-login-form .button-web-sdk,.root-web-sdk #example-app-login-form .select-web-sdk>select,.root-web-sdk .component-preview-btn{width:100%}.root-web-sdk #containerForm .date-time-picker-wrapper-web-sdk{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;margin-bottom:32px}.root-web-sdk #containerForm .date-time-picker-wrapper-web-sdk section{width:100%}.root-web-sdk #containerForm .date-time-picker-wrapper-web-sdk section:first-child{margin-bottom:32px}@media (min-width: 576px){.root-web-sdk #containerForm .date-time-picker-wrapper-web-sdk section{flex-basis:44%}.root-web-sdk #containerForm .date-time-picker-wrapper-web-sdk section:first-child{margin-bottom:0}}@media (min-width: 576px){.root-web-sdk #containerForm .date-time-picker-wrapper-web-sdk{flex-direction:row}}.root-web-sdk #containerForm .sleep_tracker_home{font-family:Effra,Arial,sans-serif;margin-left:1rem;margin-right:1rem}@media (min-width: 375px){.root-web-sdk #containerForm .sleep_tracker_home{margin-left:1.5rem;margin-right:1.5rem}}@media (min-width: 768px){.root-web-sdk #containerForm .sleep_tracker_home{margin-left:0;margin-right:0}}.root-web-sdk #containerForm .sleep_tracker_home{max-width:48rem}.root-web-sdk #containerForm .sleep_tracker_home .historicalSleepDiaryTile{display:flex;flex-direction:row;align-items:center;box-shadow:0 0 10px rgba(0,0,0,0.16);border-radius:.75rem;margin-bottom:1.5rem}@media (min-width: 768px){.root-web-sdk #containerForm .sleep_tracker_home .historicalSleepDiaryTile{margin-bottom:32px}}@media (min-width: 475px){.root-web-sdk #containerForm .sleep_tracker_home .historicalSleepDiaryTile{max-width:100%}}.root-web-sdk #containerForm .sleep_tracker_home .historicalSleepDiaryTile .container-content{display:flex;flex-direction:row-reverse;width:-webkit-fill-available;width:100%}.root-web-sdk #containerForm .sleep_tracker_home .historicalSleepDiaryTile .container-content .ic_tdh_myS_calendar_arrow_left_blue{background-image:url(https://assets.livongo.com/image/upload/v1713277344/web-sdk/icons/ic_tdh_myS_calendar_arrow_left_blue.svg);background-size:unset;background-repeat:no-repeat;width:1.5rem;height:2rem;transform:rotate(180deg);padding-right:1.5rem;align-self:flex-end;width:.5rem;height:1.25rem;margin:auto 32px auto auto}.root-web-sdk #containerForm .sleep_tracker_home .historicalSleepDiaryTile .container-content .MyStrengthSleepHistoricalDiaryTitle1{--text-opacity:1;color:#373939;color:rgba(55, 57, 57, var(--text-opacity));font-family:Effra;font-style:normal;margin-bottom:0;font-weight:700;padding-bottom:.25rem;margin-left:1.5rem;font-size:1.5rem;margin-top:1.5rem}@media (min-width: 768px){.root-web-sdk #containerForm .sleep_tracker_home .historicalSleepDiaryTile .container-content .MyStrengthSleepHistoricalDiaryTitle1{margin-top:32px;margin-left:32px}}@media (min-width: 475px){.root-web-sdk #containerForm .sleep_tracker_home .historicalSleepDiaryTile .container-content .MyStrengthSleepHistoricalDiaryTitle1{font-size:1.125rem;padding-left:0}}.root-web-sdk #containerForm .sleep_tracker_home .historicalSleepDiaryTile .container-content .MyStrengthSleepHistoricalDiaryText2{margin-left:1.5rem;font-size:1.125rem;line-height:1.5rem;margin-bottom:1.5rem}@media (min-width: 768px){.root-web-sdk #containerForm .sleep_tracker_home .historicalSleepDiaryTile .container-content .MyStrengthSleepHistoricalDiaryText2{margin-left:32px}}@media (min-width: 475px){.root-web-sdk #containerForm .sleep_tracker_home .historicalSleepDiaryTile .container-content .MyStrengthSleepHistoricalDiaryText2{padding-right:2rem;padding-left:0;font-size:1.125rem;line-height:1.75rem}}.root-web-sdk #containerForm .sleep_tracker_home .noExistingScheduleTile{display:flex;flex-direction:column;box-shadow:0 0 10px rgba(0,0,0,0.16);border-radius:.75rem;margin-bottom:1.5rem}@media (min-width: 768px){.root-web-sdk #containerForm .sleep_tracker_home .noExistingScheduleTile{margin-bottom:32px}}.root-web-sdk #containerForm .sleep_tracker_home .noExistingScheduleTile .MyStrengthSleepScheduleButton{margin-left:1.5rem;margin-top:1rem;margin-bottom:1.5rem}@media (min-width: 768px){.root-web-sdk #containerForm .sleep_tracker_home .noExistingScheduleTile .MyStrengthSleepScheduleButton{margin-left:32px;margin-bottom:32px}}@media (min-width: 475px){.root-web-sdk #containerForm .sleep_tracker_home .noExistingScheduleTile{max-width:100%}}.root-web-sdk #containerForm .sleep_tracker_home .noExistingScheduleTile .MyStrengthSleepScheduleTitle{float:left;font-weight:700;font-weight:500;font-size:1.375rem;margin-bottom:0;margin-top:1.5rem;margin-right:3rem;padding-left:1.5rem}@media (min-width: 475px){.root-web-sdk #containerForm .sleep_tracker_home .noExistingScheduleTile .MyStrengthSleepScheduleTitle{font-size:1.625rem;padding-right:2rem;padding-left:2rem;margin-right:0;margin-top:32px}}.root-web-sdk #containerForm .sleep_tracker_home .noExistingScheduleTile .MyStrengthSleepScheduleText1{float:left;margin:6px 3rem 0 0;font-size:1.125rem;line-height:1.5rem;padding-left:1.5rem}@media (min-width: 475px){.root-web-sdk #containerForm .sleep_tracker_home .noExistingScheduleTile .MyStrengthSleepScheduleText1{margin-right:0;padding-bottom:0;padding-right:2rem;padding-left:2rem;font-size:1.125rem;line-height:1.75rem}}.root-web-sdk #containerForm .sleep_tracker_home .container{max-width:none}.root-web-sdk #containerForm .sleep_tracker_home .logSleepTile,.root-web-sdk #containerForm .sleep_tracker_home .sleepDiaryTile{box-shadow:0 0 10px rgba(0,0,0,0.16);border-radius:.75rem;padding-top:0;margin-bottom:1.5rem;overflow:hidden;display:flex;height:auto;margin-right:0;flex:1 1 0px}@media (min-width: 768px){.root-web-sdk #containerForm .sleep_tracker_home .logSleepTile,.root-web-sdk #containerForm .sleep_tracker_home .sleepDiaryTile{max-width:100%;margin-bottom:32px;width:auto;flex:none}.root-web-sdk #containerForm .sleep_tracker_home .logSleepTile .webLogSleepContentContainer,.root-web-sdk #containerForm .sleep_tracker_home .logSleepTile .webSleepDiaryContentContainer,.root-web-sdk #containerForm .sleep_tracker_home .sleepDiaryTile .webLogSleepContentContainer,.root-web-sdk #containerForm .sleep_tracker_home .sleepDiaryTile .webSleepDiaryContentContainer{display:flex;flex:1 1 0px;max-width:none;width:50%}.root-web-sdk #containerForm .sleep_tracker_home .logSleepTile .webLogSleepImageContainer,.root-web-sdk #containerForm .sleep_tracker_home .logSleepTile .webSleepDiaryImageContainer,.root-web-sdk #containerForm .sleep_tracker_home .sleepDiaryTile .webLogSleepImageContainer,.root-web-sdk #containerForm .sleep_tracker_home .sleepDiaryTile .webSleepDiaryImageContainer{width:50%;height:auto !important}}@media (min-width: 768px) and (min-width: 1200px){.root-web-sdk #containerForm .sleep_tracker_home .logSleepTile .webLogSleepImageContainer .log_sleep_image,.root-web-sdk #containerForm .sleep_tracker_home .logSleepTile .webSleepDiaryImageContainer .log_sleep_image,.root-web-sdk #containerForm .sleep_tracker_home .sleepDiaryTile .webLogSleepImageContainer .log_sleep_image,.root-web-sdk #containerForm .sleep_tracker_home .sleepDiaryTile .webSleepDiaryImageContainer .log_sleep_image{height:272px !important}}@media (min-width: 768px) and (min-width: 1200px){.root-web-sdk #containerForm .sleep_tracker_home .logSleepTile .webLogSleepImageContainer .sleep_diary_image,.root-web-sdk #containerForm .sleep_tracker_home .logSleepTile .webSleepDiaryImageContainer .sleep_diary_image,.root-web-sdk #containerForm .sleep_tracker_home .sleepDiaryTile .webLogSleepImageContainer .sleep_diary_image,.root-web-sdk #containerForm .sleep_tracker_home .sleepDiaryTile .webSleepDiaryImageContainer .sleep_diary_image{height:348px !important}}@media (min-width: 768px){.root-web-sdk #containerForm .sleep_tracker_home .logSleepTile .check-progress-bar-web-sdk,.root-web-sdk #containerForm .sleep_tracker_home .sleepDiaryTile .check-progress-bar-web-sdk{margin-top:1rem;margin-left:32px;margin-right:3rem}}@media (max-width: 767px){.root-web-sdk #containerForm .sleep_tracker_home .logSleepTile,.root-web-sdk #containerForm .sleep_tracker_home .sleepDiaryTile{font-size:2.25rem;max-width:704px;flex-direction:column-reverse}.root-web-sdk #containerForm .sleep_tracker_home .logSleepTile .webLogSleepContentContainer,.root-web-sdk #containerForm .sleep_tracker_home .logSleepTile .webSleepDiaryContentContainer,.root-web-sdk #containerForm .sleep_tracker_home .sleepDiaryTile .webLogSleepContentContainer,.root-web-sdk #containerForm .sleep_tracker_home .sleepDiaryTile .webSleepDiaryContentContainer{display:flex;flex-direction:column;flex:1 1 0px;max-width:none;width:100%}.root-web-sdk #containerForm .sleep_tracker_home .logSleepTile .webLogSleepImageContainer,.root-web-sdk #containerForm .sleep_tracker_home .logSleepTile .webSleepDiaryImageContainer,.root-web-sdk #containerForm .sleep_tracker_home .sleepDiaryTile .webLogSleepImageContainer,.root-web-sdk #containerForm .sleep_tracker_home .sleepDiaryTile .webSleepDiaryImageContainer{width:100%;height:184px !important}.root-web-sdk #containerForm .sleep_tracker_home .logSleepTile .check-progress-bar-web-sdk,.root-web-sdk #containerForm .sleep_tracker_home .sleepDiaryTile .check-progress-bar-web-sdk{margin-top:1rem;margin-left:1.5rem;margin-right:2.43rem}}.root-web-sdk #containerForm .sleep_tracker_home .logSleepTile .sleep_diary_tile_button,.root-web-sdk #containerForm .sleep_tracker_home .sleepDiaryTile .sleep_diary_tile_button{margin-left:1.5rem;margin-top:1rem;margin-bottom:1.5rem}.root-web-sdk #containerForm .sleep_tracker_home .logSleepTile .MyStrengthSleepLogSleepTitle1,.root-web-sdk #containerForm .sleep_tracker_home .logSleepTile .MyStrengthSleepScheduleTitle,.root-web-sdk #containerForm .sleep_tracker_home .logSleepTile .sleep_diary_tile_title,.root-web-sdk #containerForm .sleep_tracker_home .sleepDiaryTile .MyStrengthSleepLogSleepTitle1,.root-web-sdk #containerForm .sleep_tracker_home .sleepDiaryTile .MyStrengthSleepScheduleTitle,.root-web-sdk #containerForm .sleep_tracker_home .sleepDiaryTile .sleep_diary_tile_title{font-weight:700;font-size:1.375rem;margin-bottom:0;margin-top:1.5rem;margin-right:3rem;padding-left:2rem}@media (min-width: 768px){.root-web-sdk #containerForm .sleep_tracker_home .logSleepTile .MyStrengthSleepLogSleepTitle1,.root-web-sdk #containerForm .sleep_tracker_home .logSleepTile .MyStrengthSleepScheduleTitle,.root-web-sdk #containerForm .sleep_tracker_home .logSleepTile .sleep_diary_tile_title,.root-web-sdk #containerForm .sleep_tracker_home .sleepDiaryTile .MyStrengthSleepLogSleepTitle1,.root-web-sdk #containerForm .sleep_tracker_home .sleepDiaryTile .MyStrengthSleepScheduleTitle,.root-web-sdk #containerForm .sleep_tracker_home .sleepDiaryTile .sleep_diary_tile_title{margin-top:32px}}@media (max-width: 767px){.root-web-sdk #containerForm .sleep_tracker_home .logSleepTile .MyStrengthSleepLogSleepTitle1,.root-web-sdk #containerForm .sleep_tracker_home .logSleepTile .MyStrengthSleepScheduleTitle,.root-web-sdk #containerForm .sleep_tracker_home .logSleepTile .sleep_diary_tile_title,.root-web-sdk #containerForm .sleep_tracker_home .sleepDiaryTile .MyStrengthSleepLogSleepTitle1,.root-web-sdk #containerForm .sleep_tracker_home .sleepDiaryTile .MyStrengthSleepScheduleTitle,.root-web-sdk #containerForm .sleep_tracker_home .sleepDiaryTile .sleep_diary_tile_title{font-size:1.625rem;padding-right:2rem;padding-left:1.5rem;margin-right:0}}.root-web-sdk #containerForm .sleep_tracker_home .logSleepTile .MyStrengthSleepText2,.root-web-sdk #containerForm .sleep_tracker_home .logSleepTile .sleep_diary_tile_description,.root-web-sdk #containerForm .sleep_tracker_home .sleepDiaryTile .MyStrengthSleepText2,.root-web-sdk #containerForm .sleep_tracker_home .sleepDiaryTile .sleep_diary_tile_description{width:auto;margin:6px 3rem 0 0;font-size:1.125rem;line-height:1.5rem;padding-left:2rem}@media (max-width: 767px){.root-web-sdk #containerForm .sleep_tracker_home .logSleepTile .MyStrengthSleepText2,.root-web-sdk #containerForm .sleep_tracker_home .logSleepTile .sleep_diary_tile_description,.root-web-sdk #containerForm .sleep_tracker_home .sleepDiaryTile .MyStrengthSleepText2,.root-web-sdk #containerForm .sleep_tracker_home .sleepDiaryTile .sleep_diary_tile_description{padding-left:1.5rem}}.root-web-sdk #containerForm .sleep_tracker_home .logSleepTile .webLogSleepContentContainer,.root-web-sdk #containerForm .sleep_tracker_home .logSleepTile .webSleepDiaryContentContainer,.root-web-sdk #containerForm .sleep_tracker_home .sleepDiaryTile .webLogSleepContentContainer,.root-web-sdk #containerForm .sleep_tracker_home .sleepDiaryTile .webSleepDiaryContentContainer{display:flex;flex-direction:column;flex:1 1 0px;max-width:none}.root-web-sdk #containerForm .sleep_tracker_home .logSleepTile .webLogSleepContentContainer .MyStrengthSleepButton1,.root-web-sdk #containerForm .sleep_tracker_home .logSleepTile .webSleepDiaryContentContainer .MyStrengthSleepButton1,.root-web-sdk #containerForm .sleep_tracker_home .sleepDiaryTile .webLogSleepContentContainer .MyStrengthSleepButton1,.root-web-sdk #containerForm .sleep_tracker_home .sleepDiaryTile .webSleepDiaryContentContainer .MyStrengthSleepButton1{margin-left:1.5rem;margin-top:1rem;margin-bottom:1.5rem}@media (min-width: 768px){.root-web-sdk #containerForm .sleep_tracker_home .logSleepTile .webLogSleepContentContainer .MyStrengthSleepButton1,.root-web-sdk #containerForm .sleep_tracker_home .logSleepTile .webSleepDiaryContentContainer .MyStrengthSleepButton1,.root-web-sdk #containerForm .sleep_tracker_home .sleepDiaryTile .webLogSleepContentContainer .MyStrengthSleepButton1,.root-web-sdk #containerForm .sleep_tracker_home .sleepDiaryTile .webSleepDiaryContentContainer .MyStrengthSleepButton1{margin-left:32px;margin-bottom:32px}}.root-web-sdk #containerForm .sleep_tracker_home .logSleepTile .webLogSleepImageContainer .image-wrapper-web-sdk,.root-web-sdk #containerForm .sleep_tracker_home .logSleepTile .webSleepDiaryImageContainer .image-wrapper-web-sdk,.root-web-sdk #containerForm .sleep_tracker_home .sleepDiaryTile .webLogSleepImageContainer .image-wrapper-web-sdk,.root-web-sdk #containerForm .sleep_tracker_home .sleepDiaryTile .webSleepDiaryImageContainer .image-wrapper-web-sdk{width:100% !important;height:100% !important}.root-web-sdk #containerForm .sleep_tracker_home .logSleepTile .webLogSleepImageContainer .image-wrapper-web-sdk .image-container-web-sdk,.root-web-sdk #containerForm .sleep_tracker_home .logSleepTile .webSleepDiaryImageContainer .image-wrapper-web-sdk .image-container-web-sdk,.root-web-sdk #containerForm .sleep_tracker_home .sleepDiaryTile .webLogSleepImageContainer .image-wrapper-web-sdk .image-container-web-sdk,.root-web-sdk #containerForm .sleep_tracker_home .sleepDiaryTile .webSleepDiaryImageContainer .image-wrapper-web-sdk .image-container-web-sdk{width:100%;height:100%}.root-web-sdk #containerForm .sleep_tracker_home .logSleepTile .webLogSleepImageContainer .image-wrapper-web-sdk .image-container-web-sdk img,.root-web-sdk #containerForm .sleep_tracker_home .logSleepTile .webSleepDiaryImageContainer .image-wrapper-web-sdk .image-container-web-sdk img,.root-web-sdk #containerForm .sleep_tracker_home .sleepDiaryTile .webLogSleepImageContainer .image-wrapper-web-sdk .image-container-web-sdk img,.root-web-sdk #containerForm .sleep_tracker_home .sleepDiaryTile .webSleepDiaryImageContainer .image-wrapper-web-sdk .image-container-web-sdk img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.root-web-sdk #containerForm .sleep_tracker_home .MyStrengthSleepHomeTitle{font-weight:700;font-size:2.25rem;margin-bottom:.5rem}@media (min-width: 475px){.root-web-sdk #containerForm .sleep_tracker_home .MyStrengthSleepHomeTitle{font-size:2.813rem}}@media (max-width: 767px){.root-web-sdk #containerForm .sleep_tracker_home .MyStrengthSleepHomeTitle{display:none}}.root-web-sdk #containerForm .sleep_tracker_home .MyStrengthSleepHomeSubtitle{font-size:1.125rem;margin-top:0;margin-bottom:2.5rem}.root-web-sdk #containerForm .password-strength-box{margin-top:1.25rem}.root-web-sdk #containerForm .password-item{display:flex;padding-bottom:.5rem;align-items:center}.root-web-sdk #containerForm .validation-check-icon{margin-right:.5rem}.root-web-sdk #containerForm .valid{--text-opacity:1;color:#167f01;color:rgba(22, 127, 1, var(--text-opacity))}.root-web-sdk #containerForm .invalid{--text-opacity:1;color:#aa1010;color:rgba(170, 16, 16, var(--text-opacity))}.root-web-sdk #containerForm .consenter-web-sdk{background:no-repeat 100% url(https://assets.livongo.com/image/upload/v1713282055/web-sdk/icons/right-arrow-purple.svg);--border-opacity:1;border-color:#cbc9bf;border-bottom:1px;border-color:rgba(203, 201, 191, var(--border-opacity));border-style:solid;margin-bottom:1.5rem}.root-web-sdk #containerForm .consenter-web-sdk .text-web-sdk{margin-bottom:.5rem}.root-web-sdk #containerForm .container-web-sdk.tabs{display:flex;grid-column-gap:1rem;-moz-column-gap:1rem;column-gap:1rem;padding:.5rem .25rem;overflow-x:auto}.root-web-sdk .carouselControls,.root-web-sdk .carouselControls button{display:flex;justify-content:center;align-items:center}.root-web-sdk .carouselControls button{background-color:#fff;border-width:0;border-radius:9999px;width:2rem;height:2rem;outline:0;cursor:pointer;z-index:10;font-weight:600}.root-web-sdk .carouselControls button:after{left:1px}.root-web-sdk .carouselControls .buttonPrev:after{content:"<"}.root-web-sdk .carouselControls .buttonNext:after{content:">"}.root-web-sdk .carouselControls .disabled{opacity:.5;cursor:default}.root-web-sdk .audioWidget{align-items:center;display:flex}.root-web-sdk .audioPlayer{grid-gap:1rem;gap:1rem;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));box-sizing:border-box;border-radius:.5rem;max-width:100%}.root-web-sdk .audioControls{width:100%;display:flex;flex-direction:row;justify-content:center}.root-web-sdk .forward{display:flex;align-items:center;cursor:pointer;border-style:none;background:url(https://assets.livongo.com/image/upload/v1713275732/web-sdk/icons/audio-forward.svg);width:32px;height:32px;margin-left:24px;margin-top:13px}.root-web-sdk .forward:hover{background:url(https://assets.livongo.com/image/upload/v1713275722/web-sdk/icons/audio-forward-hover.svg)}.root-web-sdk .backward{display:flex;align-items:center;cursor:pointer;border-style:none;background:url(https://assets.livongo.com/image/upload/v1713275711/web-sdk/icons/audio-backward.svg);width:32px;height:32px;margin-right:24px;margin-top:13px}.root-web-sdk .backward:hover{background:url(https://assets.livongo.com/image/upload/v1713275701/web-sdk/icons/audio-backward-hover.svg)}.root-web-sdk .play{display:inline-flex;justify-content:center;align-items:center;border-style:none;border-radius:9999px;background:url(https://assets.livongo.com/image/upload/v1713275791/web-sdk/icons/audio-play.svg);width:58px;height:58px;outline-color:rgba(81,86,245,0.6)}.root-web-sdk .play:focus,.root-web-sdk .play:hover{background:url(https://assets.livongo.com/image/upload/v1713275771/web-sdk/icons/audio-play-hover.svg)}.root-web-sdk .play:active{background:url(https://assets.livongo.com/image/upload/v1713275781/web-sdk/icons/audio-play-pressed.svg)}.root-web-sdk .pause{display:inline-flex;justify-content:center;align-items:center;border-style:none;border-radius:9999px;background:url(https://assets.livongo.com/image/upload/v1713275761/web-sdk/icons/audio-pause.svg);width:58px;height:58px;outline-color:rgba(81,86,245,0.6)}.root-web-sdk .pause:focus,.root-web-sdk .pause:hover{background:url(https://assets.livongo.com/image/upload/v1713275741/web-sdk/icons/audio-pause-hover.svg)}.root-web-sdk .pause:active{background:url(https://assets.livongo.com/image/upload/v1713275751/web-sdk/icons/audio-pause-pressed.svg)}.root-web-sdk .videoPlayButtonWrapper{display:flex;justify-content:center;margin-top:-14px;margin-bottom:-24px}.root-web-sdk .videoPlayButton{z-index:7}.root-web-sdk .videoPlayer{position:absolute;z-index:6;background-color:#000;width:100%;height:100%;border:0 solid #fff;box-shadow:0 4px 10px rgba(191,191,191,0.5);transition:opacity .25s ease-in-out;cursor:pointer;box-sizing:inherit}.root-web-sdk .videoAspectRatioBox{position:relative;width:100%;height:0;padding-bottom:56.25%;border-radius:4px;overflow:hidden}.root-web-sdk .videoWidget{padding-bottom:24px}.root-web-sdk .websdk_video_room_component_wrapper #cf-video-container{height:100%;position:relative;flex:1;border:1px solid #000;background-color:#e6e6e6}.root-web-sdk .websdk_video_room_component_wrapper #cf-video-container,.root-web-sdk .websdk_video_room_component_wrapper #cf-video-container--attendees,.root-web-sdk .websdk_video_room_component_wrapper .cf-attendee{height:85vh;min-height:520px}.root-web-sdk .websdk_video_room_component_wrapper #cf-video-container--host{position:absolute;bottom:0;right:0;width:240px;height:160px;z-index:2}.root-web-sdk .OT_publisher.OT_mirrored .OT_video-element{transform:scaleX(-1);transform-origin:50% 50%}.root-web-sdk .OT_fit-mode-cover .OT_video-element{-o-object-fit:cover;object-fit:cover}.root-web-sdk .OT_publisher .OT_video-element,.root-web-sdk .OT_subscriber .OT_video-element{display:block;position:absolute;width:100%;height:100%;transform-origin:0 0}.root-web-sdk #containerForm .text-content-field-wrapper-web-sdk .text-content-markdown li,.root-web-sdk #containerForm .text-content-field-wrapper-web-sdk .text-content-markdown p{font-family:Effra,Arial,sans-serif;font-style:normal;font-weight:400;font-size:1.125rem;line-height:1.5rem;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity))}@media (min-width: 768px){.root-web-sdk #containerForm .text-content-field-wrapper-web-sdk .text-content-markdown li,.root-web-sdk #containerForm .text-content-field-wrapper-web-sdk .text-content-markdown p{line-height:1.75rem}}.root-web-sdk #containerForm .text-content-field-wrapper-web-sdk .text-content-markdown p{margin-bottom:1rem;white-space:pre-wrap}.root-web-sdk #containerForm .text-content-field-wrapper-web-sdk .text-content-markdown ul{margin-bottom:1rem;list-style-type:disc}.root-web-sdk #containerForm .text-content-field-wrapper-web-sdk .text-content-markdown ul li{margin-left:32px;list-style-type:disc}.root-web-sdk #containerForm .text-content-field-wrapper-web-sdk .text-content-markdown ol{list-style-type:decimal;margin-bottom:1rem}.root-web-sdk #containerForm .text-content-field-wrapper-web-sdk .text-content-markdown ol li{margin-left:32px}.root-web-sdk #containerForm .text-content-field-wrapper-web-sdk .text-content-markdown em{font-family:Effra,Arial,sans-serif;font-size:1rem;--text-opacity:1;color:#000;color:rgba(0, 0, 0, var(--text-opacity));font-style:italic}.root-web-sdk #containerForm .text-content-field-wrapper-web-sdk .text-content-markdown.has-chacked-ul ul li{list-style-type:none;margin:0;padding-left:2rem;background-repeat:no-repeat;background-size:1rem;background-position:left .125rem;background-image:url(https://assets.livongo.com/image/upload/v1713276653/web-sdk/icons/ic_pulse_check_default.svg)}.root-web-sdk #containerForm .text-content-field-wrapper-web-sdk.transcript-border{--border-opacity:1;border:1px solid #dfe0df;border-color:rgba(223, 224, 223, var(--border-opacity));border-radius:.75rem;padding:1rem}.root-web-sdk #containerForm .modernizedButton{padding:0;margin:0;cursor:pointer;background-image:none;background-color:transparent;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:2px solid transparent;outline-offset:2px;position:relative;max-width:100%;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;border-width:1px;border-style:solid;border-radius:9999px;text-align:center;white-space:normal;transition-duration:.3s;grid-gap:.5rem;gap:.5rem;font-family:Effra,Arial,sans-serif;font-style:normal;font-weight:500;font-size:1.125rem;line-height:20px}.root-web-sdk #containerForm .modernizedButton:not(:active):focus,.root-web-sdk #containerForm .modernizedButton:not(:active):focus-visible{box-shadow:0 0 0 2px #fff,0 0 2px 4px rgba(81,86,245,0.6)}.root-web-sdk #containerForm .modernizedButton:disabled{cursor:not-allowed}.root-web-sdk #containerForm .modernizedButton.modernizedButton-block{width:100%}.root-web-sdk #containerForm .modernizedButton.modernizedButton-sm{padding:.75rem 1.5rem}.root-web-sdk #containerForm .modernizedButton.modernizedButton-md{padding:.875rem 2rem}.root-web-sdk #containerForm .modernizedButton .modernized-icon-web-sdk{width:1rem;height:1rem;min-width:1rem;min-height:1rem;max-width:1rem;max-height:1rem}.root-web-sdk #containerForm .modernizedButton-primary{--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity));--bg-opacity:1;background-color:#422981;background-color:rgba(66, 41, 129, var(--bg-opacity));--border-opacity:1;border-color:#422981;border-color:rgba(66, 41, 129, var(--border-opacity))}.root-web-sdk #containerForm .modernizedButton-primary .modernized-icon-web-sdk,.root-web-sdk #containerForm .modernizedButton-primary .modernized-icon-web-sdk path{fill:#fff}.root-web-sdk #containerForm .modernizedButton-primary:active{--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity));--bg-opacity:1;background-color:#351f65;background-color:rgba(53, 31, 101, var(--bg-opacity));--border-opacity:1;border-color:#351f65;border-color:rgba(53, 31, 101, var(--border-opacity))}.root-web-sdk #containerForm .modernizedButton-primary:active .modernized-icon-web-sdk,.root-web-sdk #containerForm .modernizedButton-primary:active .modernized-icon-web-sdk path{fill:#fff}.root-web-sdk #containerForm .modernizedButton-primary:not(:active):focus,.root-web-sdk #containerForm .modernizedButton-primary:not(:active):focus-visible,.root-web-sdk #containerForm .modernizedButton-primary:not(:disabled):not(:active):hover{--text-opacity:1;color:#351f65;color:rgba(53, 31, 101, var(--text-opacity));--bg-opacity:1;background-color:#f9f5ff;background-color:rgba(249, 245, 255, var(--bg-opacity));--border-opacity:1;border-color:#f9f5ff;border-color:rgba(249, 245, 255, var(--border-opacity))}.root-web-sdk #containerForm .modernizedButton-primary:not(:active):focus-visible .modernized-icon-web-sdk,.root-web-sdk #containerForm .modernizedButton-primary:not(:active):focus-visible .modernized-icon-web-sdk path,.root-web-sdk #containerForm .modernizedButton-primary:not(:active):focus .modernized-icon-web-sdk,.root-web-sdk #containerForm .modernizedButton-primary:not(:active):focus .modernized-icon-web-sdk path,.root-web-sdk #containerForm .modernizedButton-primary:not(:disabled):not(:active):hover .modernized-icon-web-sdk,.root-web-sdk #containerForm .modernizedButton-primary:not(:disabled):not(:active):hover .modernized-icon-web-sdk path{fill:#351f65}.root-web-sdk #containerForm .modernizedButton-primary:disabled{--text-opacity:1;color:#6f6f6f;color:rgba(111, 111, 111, var(--text-opacity));--bg-opacity:1;background-color:#dfe0df;background-color:rgba(223, 224, 223, var(--bg-opacity));--border-opacity:1;border-color:#dfe0df;border-color:rgba(223, 224, 223, var(--border-opacity))}.root-web-sdk #containerForm .modernizedButton-primary:disabled .modernized-icon-web-sdk,.root-web-sdk #containerForm .modernizedButton-primary:disabled .modernized-icon-web-sdk path{fill:#6f6f6f}.root-web-sdk #containerForm .modernizedButton-secondary{--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity));--border-opacity:1;border-color:#5156f5;border-color:rgba(81, 86, 245, var(--border-opacity));--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity))}.root-web-sdk #containerForm .modernizedButton-secondary .modernized-icon-web-sdk,.root-web-sdk #containerForm .modernizedButton-secondary .modernized-icon-web-sdk path{fill:#5156f5}.root-web-sdk #containerForm .modernizedButton-secondary:active{--text-opacity:1;color:#3910b8;color:rgba(57, 16, 184, var(--text-opacity));--border-opacity:1;border-color:#3910b8;border-color:rgba(57, 16, 184, var(--border-opacity));--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity))}.root-web-sdk #containerForm .modernizedButton-secondary:active .modernized-icon-web-sdk,.root-web-sdk #containerForm .modernizedButton-secondary:active .modernized-icon-web-sdk path{fill:#3910b8}.root-web-sdk #containerForm .modernizedButton-secondary:not(:active):focus,.root-web-sdk #containerForm .modernizedButton-secondary:not(:active):focus-visible,.root-web-sdk #containerForm .modernizedButton-secondary:not(:disabled):not(:active):hover{--text-opacity:1;color:#3910b8;color:rgba(57, 16, 184, var(--text-opacity));--border-opacity:1;border-color:#3910b8;border-color:rgba(57, 16, 184, var(--border-opacity));--bg-opacity:1;background-color:#fef8ff;background-color:rgba(254, 248, 255, var(--bg-opacity))}.root-web-sdk #containerForm .modernizedButton-secondary:not(:active):focus-visible .modernized-icon-web-sdk,.root-web-sdk #containerForm .modernizedButton-secondary:not(:active):focus-visible .modernized-icon-web-sdk path,.root-web-sdk #containerForm .modernizedButton-secondary:not(:active):focus .modernized-icon-web-sdk,.root-web-sdk #containerForm .modernizedButton-secondary:not(:active):focus .modernized-icon-web-sdk path,.root-web-sdk #containerForm .modernizedButton-secondary:not(:disabled):not(:active):hover .modernized-icon-web-sdk,.root-web-sdk #containerForm .modernizedButton-secondary:not(:disabled):not(:active):hover .modernized-icon-web-sdk path{fill:#3910b8}.root-web-sdk #containerForm .modernizedButton-secondary:disabled{--text-opacity:1;color:#6f6f6f;color:rgba(111, 111, 111, var(--text-opacity));--border-opacity:1;border-color:#6f6f6f;border-color:rgba(111, 111, 111, var(--border-opacity));--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity))}.root-web-sdk #containerForm .modernizedButton-secondary:disabled .modernized-icon-web-sdk,.root-web-sdk #containerForm .modernizedButton-secondary:disabled .modernized-icon-web-sdk path{fill:#6f6f6f}.root-web-sdk #containerForm .modernizedButton-tertiary{border-radius:.25rem;border-style:none;border-width:0;--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity));text-underline-offset:4px;text-decoration-thickness:1px}.root-web-sdk #containerForm .modernizedButton-tertiary .modernized-icon-web-sdk,.root-web-sdk #containerForm .modernizedButton-tertiary .modernized-icon-web-sdk path{fill:#5156f5}.root-web-sdk #containerForm .modernizedButton-tertiary:active{text-decoration:underline;--text-opacity:1;color:#3910b8;color:rgba(57, 16, 184, var(--text-opacity))}.root-web-sdk #containerForm .modernizedButton-tertiary:active .modernized-icon-web-sdk,.root-web-sdk #containerForm .modernizedButton-tertiary:active .modernized-icon-web-sdk path{fill:#3910b8}.root-web-sdk #containerForm .modernizedButton-tertiary:not(:disabled):not(:active):hover{text-decoration:underline}.root-web-sdk #containerForm .modernizedButton-tertiary:not(:disabled):not(:active):hover .modernized-icon-web-sdk,.root-web-sdk #containerForm .modernizedButton-tertiary:not(:disabled):not(:active):hover .modernized-icon-web-sdk path{fill:#5156f5}.root-web-sdk #containerForm .modernizedButton-tertiary:not(:active):focus,.root-web-sdk #containerForm .modernizedButton-tertiary:not(:active):focus-visible{box-shadow:0 0 0 4px #fff,0 0 2px 6px rgba(81,86,245,0.6)}.root-web-sdk #containerForm .modernizedButton-tertiary:not(:active):focus-visible .modernized-icon-web-sdk,.root-web-sdk #containerForm .modernizedButton-tertiary:not(:active):focus-visible .modernized-icon-web-sdk path,.root-web-sdk #containerForm .modernizedButton-tertiary:not(:active):focus .modernized-icon-web-sdk,.root-web-sdk #containerForm .modernizedButton-tertiary:not(:active):focus .modernized-icon-web-sdk path{fill:#5156f5}.root-web-sdk #containerForm .modernizedButton-tertiary:disabled{--text-opacity:1;color:#6f6f6f;color:rgba(111, 111, 111, var(--text-opacity))}.root-web-sdk #containerForm .modernizedButton-tertiary:disabled .modernized-icon-web-sdk,.root-web-sdk #containerForm .modernizedButton-tertiary:disabled .modernized-icon-web-sdk path{fill:#6f6f6f}.root-web-sdk #containerForm .modernizedButton-tertiary.modernizedButton-md,.root-web-sdk #containerForm .modernizedButton-tertiary.modernizedButton-sm{padding:0}.root-web-sdk .modernizedRangeSlider{position:relative;width:100%}.root-web-sdk .modernizedRangeSlider-disabled-track,.root-web-sdk .modernizedRangeSlider-track{position:absolute;top:.5rem;left:0;height:.5rem;border-radius:.25rem}.root-web-sdk .modernizedRangeSlider-track-0{--bg-opacity:1;background-color:#5156f5;background-color:rgba(81, 86, 245, var(--bg-opacity));--border-opacity:1;border:1px solid #5156f5;border-color:rgba(81, 86, 245, var(--border-opacity))}.root-web-sdk .modernizedRangeSlider-disabled-track-0{--bg-opacity:1;background-color:#6f6f6f;background-color:rgba(111, 111, 111, var(--bg-opacity));--border-opacity:1;border:1px solid #6f6f6f;border-color:rgba(111, 111, 111, var(--border-opacity))}.root-web-sdk .modernizedRangeSlider-disabled-track-1,.root-web-sdk .modernizedRangeSlider-track-1{--bg-opacity:1;background-color:#dfe0df;background-color:rgba(223, 224, 223, var(--bg-opacity));--border-opacity:1;border:1px solid #dfe0df;border-color:rgba(223, 224, 223, var(--border-opacity))}.root-web-sdk .modernizedRangeSlider-currentValue{font-family:Effra,Arial,sans-serif;font-size:1.625rem;font-weight:500;letter-spacing:0;line-height:1rem;text-transform:none;text-decoration:none;margin-bottom:1rem;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));text-align:center}.root-web-sdk .modernizedRangeSlider-container{width:100%;height:1.5rem}.root-web-sdk .modernizedRangeSlider-handle{width:1.5rem;height:1.5rem;--bg-opacity:1;background-color:#5156f5;background-color:rgba(81, 86, 245, var(--bg-opacity));--border-opacity:1;border:2px solid #fff;border-color:rgba(255, 255, 255, var(--border-opacity));border-radius:9999px;cursor:pointer}.root-web-sdk .modernizedRangeSlider-disabled-handle:focus,.root-web-sdk .modernizedRangeSlider-disabled-handle:focus-visible,.root-web-sdk .modernizedRangeSlider-handle:focus,.root-web-sdk .modernizedRangeSlider-handle:focus-visible{outline:2px solid transparent;outline-offset:2px;box-shadow:0 0 2px 2px rgba(0,96,252,0.6)}.root-web-sdk .modernizedRangeSlider-disabled-handle{width:1.5rem;height:1.5rem;--bg-opacity:1;background-color:#6f6f6f;background-color:rgba(111, 111, 111, var(--bg-opacity));--border-opacity:1;border:2px solid #fff;border-color:rgba(255, 255, 255, var(--border-opacity));border-radius:9999px;cursor:pointer}.root-web-sdk .modernizedRangeSlider-labels{font-family:Effra,Arial,sans-serif;font-style:normal;font-size:1.125rem;font-weight:400;line-height:20px;text-transform:none;text-decoration:none;display:flex;justify-content:space-between;margin-top:.5rem}.root-web-sdk #containerForm .modernized-modal-overlay-web-sdk{z-index:800;position:fixed;top:0;left:0;width:100vw;height:100vh;overflow:auto;transition-property:all;transition-duration:.3s;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);background-color:rgba(0,0,0,0.35)}.root-web-sdk #containerForm .modernized-modal-overlay-web-sdk.modal-hidden{opacity:0}.root-web-sdk #containerForm .modernized-modal-overlay-web-sdk.modal-visible{opacity:1}.root-web-sdk #containerForm .modernized-modal-wrapper-web-sdk{display:flex;justify-content:center;align-items:center;padding:.5rem;min-height:100vh}@media (min-width: 375px){.root-web-sdk #containerForm .modernized-modal-wrapper-web-sdk{padding:1rem}}.root-web-sdk #containerForm .modernized-modal-wrapper-web-sdk .modernized-modal-web-sdk .container-web-sdk .link-web-sdk{font-weight:500;--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity));font-size:18px}.root-web-sdk #containerForm .modernized-modal-wrapper-web-sdk .modernized-modal-web-sdk .container-web-sdk .link-web-sdk:focus{outline:2px solid transparent;outline-offset:2px}.root-web-sdk #containerForm .modernized-modal-wrapper-web-sdk.migration_success_mobile_web_dialog{display:flex;justify-content:center;align-items:center;min-height:100vh !important;width:100%}.root-web-sdk #containerForm .modernized-modal-wrapper-web-sdk.migration_success_mobile_web_dialog .modernized-modal-web-sdk{align-items:center;text-align:center}.root-web-sdk #containerForm .modernized-modal-wrapper-web-sdk.migration_success_mobile_web_dialog .modernized-icon-web-sdk{margin-bottom:32px}.root-web-sdk #containerForm .modernized-modal-wrapper-web-sdk.migration_success_mobile_web_dialog .dialog_title{font-weight:500;font-size:1.375rem;margin-bottom:1rem}.root-web-sdk #containerForm .modernized-modal-wrapper-web-sdk.migration_success_mobile_web_dialog .title_text{line-height:1.75rem;margin-bottom:32px;font-weight:400;font-size:1.125rem;--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity))}.root-web-sdk #containerForm .modernized-modal-wrapper-web-sdk.migration_success_mobile_web_dialog .title_text:focus-visible{outline:2px solid transparent;outline-offset:2px}.root-web-sdk #containerForm .modernized-modal-wrapper-web-sdk.migration_success_mobile_web_dialog .icon-web-sdk{background-size:3rem;width:3rem;height:3rem;margin-bottom:32px;margin-right:0}.root-web-sdk #containerForm .modernized-modal-wrapper-web-sdk.migration_success_mobile_web_dialog .icon-web-sdk.ic_pulse_check_circle_default{background-image:url(https://assets.livongo.com/image/upload/v1713276642/web-sdk/icons/ic_pulse_check_circle_default.svg)}.root-web-sdk #containerForm .modernized-modal-wrapper-web-sdk.migration_success_mobile_web_dialog .ModernizedButton-button-wrapper-web-sdk{width:100%}.root-web-sdk #containerForm .modernized-modal-wrapper-web-sdk.migration_success_mobile_web_dialog .ModernizedButton-button-wrapper-web-sdk .confirm_button{margin-bottom:.75rem;width:100%}.root-web-sdk #containerForm .modernized-modal-wrapper-web-sdk.migration_success_mobile_web_dialog .modernized-modal-footer-web-sdk{padding-top:0}.root-web-sdk #containerForm .modernized-modal-wrapper-web-sdk.migration_success_mobile_web_dialog .text-link-web-sdk{font-weight:500;--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity));font-size:18px}.root-web-sdk #containerForm .modernized-modal-wrapper-web-sdk.migration_success_mobile_web_dialog .text-link-web-sdk:focus{outline:2px solid transparent;outline-offset:2px}.root-web-sdk #containerForm .modernized-modal-web-sdk{max-width:none;padding:2rem;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));border-radius:.75rem;box-shadow:0 12px 30px rgba(0,0,0,0.16);width:calc(320px - 1rem)}@media (min-width: 375px){.root-web-sdk #containerForm .modernized-modal-web-sdk{width:calc(375px - 2rem)}}@media (min-width: 768px){.root-web-sdk #containerForm .modernized-modal-web-sdk{width:35.5rem}}.root-web-sdk #containerForm .modernized-modal-web-sdk .modernized-modal-header-web-sdk{display:block;margin:0}.root-web-sdk #containerForm .modernized-modal-web-sdk .modernized-modal-header-web-sdk>h2{font-weight:500;font-size:1.375rem;text-align:center;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));word-wrap:break-word;overflow-wrap:break-word;line-height:1.5rem}@media (min-width: 768px){.root-web-sdk #containerForm .modernized-modal-web-sdk .modernized-modal-header-web-sdk>h2{font-size:1.625rem;line-height:2rem;text-align:left}}.root-web-sdk #containerForm .modernized-modal-web-sdk .modernized-modal-header-web-sdk>h2[tabindex="-1"]{outline:2px solid transparent;outline-offset:2px}.root-web-sdk #containerForm .modernized-modal-web-sdk .modernized-modal-content-web-sdk{width:100%;margin:0;padding-top:1rem}.root-web-sdk #containerForm .modernized-modal-web-sdk .modernized-modal-content-web-sdk>p{--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity));font-weight:400;font-size:1.125rem;text-align:center;line-height:1.5rem}@media (min-width: 768px){.root-web-sdk #containerForm .modernized-modal-web-sdk .modernized-modal-content-web-sdk>p{line-height:1.75rem;text-align:left}}.root-web-sdk #containerForm .modernized-modal-web-sdk .modernized-modal-footer-web-sdk{display:flex;flex-direction:column;align-items:center;padding-top:2rem}@media (min-width: 768px){.root-web-sdk #containerForm .modernized-modal-web-sdk .modernized-modal-footer-web-sdk{flex-direction:row;justify-content:flex-end;align-items:center}}.root-web-sdk #containerForm .modernized-modal-web-sdk .modernized-modal-footer-web-sdk button{width:100%;text-align:center;display:inline-block;margin-bottom:1rem;height:auto;min-height:3rem;white-space:normal;font-size:1.125rem;line-height:20px}@media (min-width: 768px){.root-web-sdk #containerForm .modernized-modal-web-sdk .modernized-modal-footer-web-sdk button{width:-moz-fit-content;width:fit-content;margin:0 0 0 1rem}}.root-web-sdk #containerForm .modernized-modal-web-sdk .modernized-modal-footer-web-sdk button.modernizedButton-tertiary{width:-moz-fit-content;width:fit-content;min-height:1.25rem;margin-bottom:0;margin-top:.25rem}@media (min-width: 768px){.root-web-sdk #containerForm .modernized-modal-web-sdk .modernized-modal-footer-web-sdk button.modernizedButton-tertiary{margin:0}}@media (min-width: 768px){.root-web-sdk #containerForm .modernized-modal-web-sdk .modernized-modal-footer-web-sdk button:first-child{margin-left:0}}.root-web-sdk #containerForm .modernized-modal-web-sdk .modernized-modal-footer-web-sdk button:last-child{margin-bottom:0}@media (min-width: 768px){.root-web-sdk #containerForm .modernized-modal-web-sdk .modernized-modal-footer-web-sdk button:first-child:nth-last-child(3){margin-right:auto}}.root-web-sdk #containerForm .modernized-dismissible-button{width:1.5rem;height:1.5rem;border-radius:9999px;background-repeat:no-repeat;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));background-position:50%;background-size:.75rem;background-image:url(https://assets.livongo.com/image/upload/v1713279106/web-sdk/icons/pulse-dialog-close.svg)}.root-web-sdk #containerForm .modernized-dismissible-button:focus,.root-web-sdk #containerForm .modernized-dismissible-button:hover{background-image:url(https://assets.livongo.com/image/upload/v1713279093/web-sdk/icons/pulse-dialog-close-active.svg)}.root-web-sdk #containerForm .modernized-dismissible-button:focus-visible{outline:2px solid transparent;outline-offset:2px}.root-web-sdk #containerForm .modernized-dismissible-button:focus{box-shadow:0 0 0 2px #fff,0 0 2px 4px rgba(0,96,252,0.6);outline:2px solid transparent;outline-offset:2px}.root-web-sdk #containerForm .modernized-inline-message-wrapper-web-sdk{width:100%;padding-left:1.5rem;line-height:20px;background-repeat:no-repeat;background-size:1rem;background-position:left .125rem}.root-web-sdk #containerForm .modernized-inline-message-wrapper-web-sdk span{--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));font-size:1.125rem;font-weight:400;line-height:20px}.root-web-sdk #containerForm .modernized-inline-message-wrapper-web-sdk.ic_pulse_alert_default{background-image:url(https://assets.livongo.com/image/upload/v1713276535/web-sdk/icons/ic_pulse_alert_default.svg)}.root-web-sdk #containerForm .modernized-inline-message-wrapper-web-sdk.ic_pulse_check_circle_default{background-image:url(https://assets.livongo.com/image/upload/v1713276642/web-sdk/icons/ic_pulse_check_circle_default.svg)}.root-web-sdk #containerForm .modernized-inline-message-wrapper-web-sdk.ic_pulse_error_default{background-image:url(https://assets.livongo.com/image/upload/v1713276685/web-sdk/icons/ic_pulse_error_default.svg)}.root-web-sdk #containerForm .modernized-inline-message-wrapper-web-sdk.ic_pulse_info_default{background-image:url(https://assets.livongo.com/image/upload/v1713276707/web-sdk/icons/ic_pulse_info_default.svg)}.root-web-sdk .modernized-label-web-sdk{display:flex;flex-direction:column;gap:0}.root-web-sdk .modernized-label-web-sdk .modernized-label-title-websdk{line-height:20px;font-weight:500;font-size:18px;font-family:effra;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity))}.root-web-sdk .modernized-label-web-sdk.invalid .modernized-label-title-websdk{--text-opacity:1;color:#cd000a;color:rgba(205, 0, 10, var(--text-opacity))}.root-web-sdk .modernized-label-web-sdk .modernized-label-helper-text{line-height:20px;font-weight:400;font-size:15px;font-family:effra;--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity))}.root-web-sdk .modernized-label-web-sdk.TDFieldOptionHideTitle>.modernized-label-title-websdk{display:none;margin:0;line-height:0}.root-web-sdk .text-modernized-label-wrapper-web-sdk[data-testid=text-modernized-label-wrapper-cost] .modernized-label-web-sdk{--text-opacity:1;color:#0a0a0a;color:rgba(10, 10, 10, var(--text-opacity));font-size:1.25rem;font-weight:500}.root-web-sdk .modernized-label-web-sdk.invalid{--text-opacity:1;color:#aa1010;color:rgba(170, 16, 16, var(--text-opacity))}.root-web-sdk .lcns_warning_field .modernized-label-title-websdk{--text-opacity:1;color:#0a0a0a;color:rgba(10, 10, 10, var(--text-opacity));font-size:1rem;font-weight:400;margin-top:-1rem}.root-web-sdk .modernized-label-lg-web-sdk .modernized-label-title-websdk{margin-bottom:1.5rem}.root-web-sdk .modernized-label-web-sdk .text-web-sdk{font-weight:400;font-size:.875rem;margin-bottom:.75rem}.root-web-sdk #containerForm .modernized-input-web-sdk{position:relative;width:100%;min-width:100%;max-width:100%;padding:.75rem;border-radius:.75rem;--border-opacity:1;border:1px solid #6f6f6f;border-color:rgba(111, 111, 111, var(--border-opacity));outline:2px solid transparent;outline-offset:2px;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;overflow:hidden;resize:none;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));font-size:1.125rem;font-weight:400;font-style:normal;line-height:20px;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity))}.root-web-sdk #containerForm .modernized-input-web-sdk:not(:disabled):focus,.root-web-sdk #containerForm .modernized-input-web-sdk:not(:disabled):hover{--border-opacity:1;border-color:#5156f5;border-color:rgba(81, 86, 245, var(--border-opacity))}.root-web-sdk #containerForm .modernized-input-web-sdk:focus{box-shadow:0 0 0 2px #fff,0 0 2px 4px rgba(81,86,245,0.6)}.root-web-sdk #containerForm .modernized-input-web-sdk[readonly]{--bg-opacity:1;background-color:#f7f9f9;background-color:rgba(247, 249, 249, var(--bg-opacity));background-repeat:no-repeat;background-size:1rem;background-position:bottom .75rem right .75rem;background-image:url(https://assets.livongo.com/image/upload/v1713279145/web-sdk/icons/pulse-locked-icon.svg)}.root-web-sdk #containerForm .modernized-input-web-sdk[disabled]{--bg-opacity:1;background-color:#dfe0df;background-color:rgba(223, 224, 223, var(--bg-opacity))}.root-web-sdk #containerForm .modernized-input-web-sdk.warning{--border-opacity:1;border-color:#a25e00;border-color:rgba(162, 94, 0, var(--border-opacity))}.root-web-sdk #containerForm .modernized-input-web-sdk.invalid{--border-opacity:1;border-color:#cd000a;border-color:rgba(205, 0, 10, var(--border-opacity))}.root-web-sdk #containerForm input.modernized-input-web-sdk::-moz-placeholder,.root-web-sdk #containerForm textarea.modernized-input-web-sdk::-moz-placeholder{opacity:1;font-size:1.125rem;font-weight:400;font-style:normal}.root-web-sdk #containerForm input.modernized-input-web-sdk::placeholder,.root-web-sdk #containerForm textarea.modernized-input-web-sdk::placeholder{opacity:1;font-size:1.125rem;font-weight:400;font-style:normal;--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity))}.root-web-sdk #containerForm input.modernized-input-web-sdk::-webkit-input-placeholder,.root-web-sdk #containerForm textarea.modernized-input-web-sdk::-webkit-input-placeholder{--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity))}.root-web-sdk #containerForm input.modernized-input-web-sdk:-ms-input-placeholder,.root-web-sdk #containerForm textarea.modernized-input-web-sdk:-ms-input-placeholder{--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity))}.root-web-sdk #containerForm input.modernized-input-web-sdk:-moz-placeholder,.root-web-sdk #containerForm input.modernized-input-web-sdk::-moz-placeholder,.root-web-sdk #containerForm textarea.modernized-input-web-sdk:-moz-placeholder,.root-web-sdk #containerForm textarea.modernized-input-web-sdk::-moz-placeholder{--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity))}.root-web-sdk #containerForm input.modernized-input-web-sdk[readonly]{padding-right:2.5rem}.root-web-sdk #containerForm textarea.modernized-input-web-sdk[readonly]{padding-bottom:2.5rem}.root-web-sdk #containerForm .modernized-toggle-web-sdk{position:relative;height:2rem;width:3.75rem;display:inline-block}.root-web-sdk #containerForm .modernized-toggle-web-sdk .toggle-checkbox-web-sdk{display:none}.root-web-sdk #containerForm .modernized-toggle-web-sdk .toggle-checkbox-web-sdk:checked+.toggle-slider-web-sdk:not(:disabled){--bg-opacity:1;background-color:#078708;background-color:rgba(7, 135, 8, var(--bg-opacity));--border-opacity:1;border-color:#078708;border-color:rgba(7, 135, 8, var(--border-opacity))}.root-web-sdk #containerForm .modernized-toggle-web-sdk .toggle-checkbox-web-sdk:checked+.toggle-slider-web-sdk:before{transform:translateX(1.625rem)}.root-web-sdk #containerForm .modernized-toggle-web-sdk .toggle-checkbox-web-sdk:checked+.toggle-slider-web-sdk:not(:disabled):before{--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity))}.root-web-sdk #containerForm .modernized-toggle-web-sdk .toggle-slider-web-sdk{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;border-radius:9999px;cursor:pointer;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));--border-opacity:1;border:1px solid #6f6f6f;border-color:rgba(111, 111, 111, var(--border-opacity));box-sizing:border-box;transition-property:background-color,border-color,color,fill,stroke;transition-duration:.2s;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1)}.root-web-sdk #containerForm .modernized-toggle-web-sdk .toggle-slider-web-sdk:before{position:absolute;height:1.5rem;width:1.5rem;border-radius:9999px;--bg-opacity:1;background-color:#dfe0df;background-color:rgba(223, 224, 223, var(--bg-opacity));transition-property:all;transition-duration:.2s;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);content:"";top:calc(50% - .75rem);left:.25rem}.root-web-sdk #containerForm .modernized-toggle-web-sdk .toggle-slider-web-sdk:focus-within,.root-web-sdk #containerForm .modernized-toggle-web-sdk .toggle-slider-web-sdk:hover:not(:disabled){--border-opacity:1;border:1px solid #5156f5;border-color:rgba(81, 86, 245, var(--border-opacity))}.root-web-sdk #containerForm .modernized-toggle-web-sdk .toggle-slider-web-sdk:focus-within{outline:2px solid transparent;outline-offset:2px;box-shadow:0 0 0 2px #fff,0 0 2px 4px rgba(81,86,245,0.6)}.root-web-sdk #containerForm .modernized-toggle-web-sdk .toggle-slider-web-sdk:disabled{cursor:not-allowed;--bg-opacity:1;background-color:#dfe0df;background-color:rgba(223, 224, 223, var(--bg-opacity))}.root-web-sdk #containerForm .modernized-toggle-web-sdk .toggle-slider-web-sdk:disabled:before{--bg-opacity:1;background-color:#6f6f6f;background-color:rgba(111, 111, 111, var(--bg-opacity))}.root-web-sdk #containerForm .modernized-toggle-container-web-sdk{display:flex;justify-content:space-between;align-items:center;width:100%;padding-top:.75rem;padding-bottom:.75rem}.root-web-sdk #containerForm .modernized-toggle-container-web-sdk .toggle-label-container-web-sdk{display:flex;flex-direction:column}.root-web-sdk #containerForm .modernized-toggle-container-web-sdk .toggle-label-container-web-sdk .toggle-label-text-web-sdk{font-size:1.125rem;line-height:20px;font-weight:500;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity))}.root-web-sdk #containerForm .modernized-toggle-container-web-sdk .toggle-label-container-web-sdk .toggle-help-text-web-sdk{font-size:15px;line-height:20px;font-weight:400;--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity))}.root-web-sdk #containerForm .modernized-accordion-container-web-sdk{width:100%;--border-opacity:1;border-color:#dfe0df;border-bottom:1px;border-color:rgba(223, 224, 223, var(--border-opacity));border-style:solid}.root-web-sdk #containerForm .modernized-accordion-container-web-sdk:has(.expanded){border-bottom-width:0}.root-web-sdk #containerForm .modernized-accordion-trigger-web-sdk{z-index:10;position:relative;width:100%;min-height:5rem;padding:1rem;display:flex;justify-content:space-between;align-items:center;grid-gap:.75rem;gap:.75rem;border-radius:0}.root-web-sdk #containerForm .modernized-accordion-trigger-web-sdk .accordion-sub-title-web-sdk,.root-web-sdk #containerForm .modernized-accordion-trigger-web-sdk .accordion-title-web-sdk{text-align:left;font-family:Effra,Arial,sans-serif;font-style:normal}.root-web-sdk #containerForm .modernized-accordion-trigger-web-sdk .accordion-title-wrapper{display:flex;flex-direction:column}.root-web-sdk #containerForm .modernized-accordion-trigger-web-sdk .accordion-title-wrapper .accordion-title-web-sdk{display:inline-flex;align-items:center;font-size:1.125rem;line-height:1.5rem;font-weight:500;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity))}@media (min-width: 768px){.root-web-sdk #containerForm .modernized-accordion-trigger-web-sdk .accordion-title-wrapper .accordion-title-web-sdk{line-height:1.75rem}}.root-web-sdk #containerForm .modernized-accordion-trigger-web-sdk .accordion-title-wrapper .accordion-title-web-sdk .accordion-icon{min-height:1rem;min-width:1rem;margin-right:.625rem}@media (min-width: 768px){.root-web-sdk #containerForm .modernized-accordion-trigger-web-sdk .accordion-title-wrapper .accordion-title-web-sdk .accordion-icon{min-height:1.125rem;min-width:1.125rem}}.root-web-sdk #containerForm .modernized-accordion-trigger-web-sdk .accordion-title-wrapper .accordion-sub-title-web-sdk{padding-left:1.75rem;font-size:15px;line-height:20px}.root-web-sdk #containerForm .modernized-accordion-trigger-web-sdk .accordion-sub-title-web-sdk,.root-web-sdk #containerForm .modernized-accordion-trigger-web-sdk:disabled .accordion-title-web-sdk{--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity))}.root-web-sdk #containerForm .modernized-accordion-trigger-web-sdk .trigger-icon-web-sdk{min-height:3rem;min-width:3rem;border-radius:9999px;display:flex;justify-content:center;align-items:center;box-shadow:0 1px 4px 1px rgba(0,0,0,0.08);--border-opacity:1;border:1px solid #fff;border-color:rgba(255, 255, 255, var(--border-opacity))}.root-web-sdk #containerForm .modernized-accordion-trigger-web-sdk .trigger-icon-web-sdk .icon-cp{transition-property:transform;transition-duration:.3s;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1)}.root-web-sdk #containerForm .modernized-accordion-trigger-web-sdk:not(:disabled):hover .accordion-title-web-sdk{--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity))}.root-web-sdk #containerForm .modernized-accordion-trigger-web-sdk:focus-within{outline:2px solid transparent;outline-offset:2px}.root-web-sdk #containerForm .modernized-accordion-trigger-web-sdk:focus-visible{box-shadow:0 0 0 2px #fff,0 0 2px 4px rgba(81,86,245,0.6);border-color:transparent}.root-web-sdk #containerForm .modernized-accordion-trigger-web-sdk:focus-visible .accordion-title-web-sdk{--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity))}.root-web-sdk #containerForm .modernized-accordion-trigger-web-sdk:disabled{cursor:not-allowed}.root-web-sdk #containerForm .modernized-accordion-trigger-web-sdk.expanded .trigger-icon-web-sdk .icon-cp{transform:rotate(180deg)}.root-web-sdk #containerForm .modernized-accordion-content-web-sdk{width:100%;--bg-opacity:1;background-color:#f7f9f9;background-color:rgba(247, 249, 249, var(--bg-opacity));overflow:hidden;transition-property:all;transition-duration:.3s;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1)}.root-web-sdk #containerForm .modernized-accordion-content-web-sdk .field-wrapper-web-sdk{margin:0}.root-web-sdk #containerForm .modernized-accordion-content-web-sdk .accordion-content-web-sdk{width:100%;padding:1.5rem 2rem}.root-web-sdk #containerForm.pulse-rav .screenDefault.modal-body-hidden.modernized-modal-wrapper-web-sdk,.root-web-sdk #containerForm.pulse-rav .screenDefault.modernized-modal-wrapper-web-sdk{top:auto}@media (min-width: 768px){.root-web-sdk #containerForm.pulse-rav .screenDefault.modal-body-hidden.modernized-modal-wrapper-web-sdk,.root-web-sdk #containerForm.pulse-rav .screenDefault.modernized-modal-wrapper-web-sdk{top:5.5rem}}.root-web-sdk #containerForm .modernized-modal-wrapper-web-sdk.modernizedNotification{z-index:99;position:fixed;right:0;left:0;min-height:0;width:100%;padding:1rem;background-color:transparent;--bg-opacity:0;transition-property:all;transition-duration:.7s;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1)}@media (min-width: 768px){.root-web-sdk #containerForm .modernized-modal-wrapper-web-sdk.modernizedNotification{top:5.5rem;bottom:auto;right:0;left:auto;min-width:32.5rem;max-width:32.5rem}}.root-web-sdk #containerForm .modernized-modal-wrapper-web-sdk.modernizedNotification.modal-body-visible{bottom:5.5rem;opacity:1}@media (min-width: 768px){.root-web-sdk #containerForm .modernized-modal-wrapper-web-sdk.modernizedNotification.modal-body-visible{right:0;bottom:auto}}.root-web-sdk #containerForm .modernized-modal-wrapper-web-sdk.modernizedNotification.modal-body-hidden{bottom:-150rem;opacity:0}@media (min-width: 768px){.root-web-sdk #containerForm .modernized-modal-wrapper-web-sdk.modernizedNotification.modal-body-hidden{right:-150rem;bottom:auto}}.root-web-sdk #containerForm .modernized-modal-wrapper-web-sdk.modernizedNotification .modernized-modal-web-sdk{position:relative;width:100%;padding:1rem 3.5rem 1rem 3.25rem;border-width:1px;border-style:solid;background-repeat:no-repeat;background-size:1.25rem 1.25rem;background-position:1rem 1.125rem}@media (min-width: 768px){.root-web-sdk #containerForm .modernized-modal-wrapper-web-sdk.modernizedNotification .modernized-modal-web-sdk{background-position:1rem 1.25rem}}.root-web-sdk #containerForm .modernized-modal-wrapper-web-sdk.modernizedNotification .modernized-modal-web-sdk .modernized-dismissible-button{position:absolute;top:1rem;right:1rem}@media (min-width: 768px){.root-web-sdk #containerForm .modernized-modal-wrapper-web-sdk.modernizedNotification .modernized-modal-web-sdk .modernized-dismissible-button{top:1.125rem}}.root-web-sdk #containerForm .modernized-modal-wrapper-web-sdk.modernizedNotification .modernized-modal-web-sdk .container-web-sdk.dialog_container{max-width:100%;margin:0;border-style:none !important}.root-web-sdk #containerForm .modernized-modal-wrapper-web-sdk.modernizedNotification .modernized-modal-web-sdk .container-web-sdk.dialog_container .description_text,.root-web-sdk #containerForm .modernized-modal-wrapper-web-sdk.modernizedNotification .modernized-modal-web-sdk .container-web-sdk.dialog_container .title_text{margin-bottom:0;font-style:normal;font-size:1.125rem;line-height:1.5rem}@media (min-width: 768px){.root-web-sdk #containerForm .modernized-modal-wrapper-web-sdk.modernizedNotification .modernized-modal-web-sdk .container-web-sdk.dialog_container .description_text,.root-web-sdk #containerForm .modernized-modal-wrapper-web-sdk.modernizedNotification .modernized-modal-web-sdk .container-web-sdk.dialog_container .title_text{line-height:1.75rem}}.root-web-sdk #containerForm .modernized-modal-wrapper-web-sdk.modernizedNotification .modernized-modal-web-sdk .container-web-sdk.dialog_container .title_text{--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));font-weight:700}.root-web-sdk #containerForm .modernized-modal-wrapper-web-sdk.modernizedNotification .modernized-modal-web-sdk .container-web-sdk.dialog_container .description_text{--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity));font-weight:400}.root-web-sdk #containerForm .modernized-modal-wrapper-web-sdk.modernizedNotification.info>.modernized-modal-web-sdk{--border-opacity:1;border-color:#0078bc;border-color:rgba(0, 120, 188, var(--border-opacity));background-image:url(https://assets.livongo.com/image/upload/v1713276707/web-sdk/icons/ic_pulse_info_default.svg)}.root-web-sdk #containerForm .modernized-modal-wrapper-web-sdk.modernizedNotification.success>.modernized-modal-web-sdk{--border-opacity:1;border-color:#078708;border-color:rgba(7, 135, 8, var(--border-opacity));background-image:url(https://assets.livongo.com/image/upload/v1713276642/web-sdk/icons/ic_pulse_check_circle_default.svg)}.root-web-sdk #containerForm .modernized-modal-wrapper-web-sdk.modernizedNotification.warning>.modernized-modal-web-sdk{--border-opacity:1;border-color:#a25e00;border-color:rgba(162, 94, 0, var(--border-opacity));background-image:url(https://assets.livongo.com/image/upload/v1713276535/web-sdk/icons/ic_pulse_alert_default.svg)}.root-web-sdk #containerForm .modernized-modal-wrapper-web-sdk.modernizedNotification.error>.modernized-modal-web-sdk{--border-opacity:1;border-color:#cd000a;border-color:rgba(205, 0, 10, var(--border-opacity));background-image:url(https://assets.livongo.com/image/upload/v1713276685/web-sdk/icons/ic_pulse_error_default.svg)}.root-web-sdk #containerForm .modernized-modal-wrapper-web-sdk.modernizedNotification .icon-web-sdk{display:none}.root-web-sdk #containerForm .modernized-icon-button-web-sdk{display:flex;justify-content:center;align-items:center;border-radius:9999px;outline:2px solid transparent;outline-offset:2px;border:1px solid transparent;transition-property:background-color,border-color,color,fill,stroke;transition-duration:.3s;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1)}.root-web-sdk #containerForm .modernized-icon-button-web-sdk .button-icon,.root-web-sdk #containerForm .modernized-icon-button-web-sdk .button-icon path{fill:#5156f5}.root-web-sdk #containerForm .modernized-icon-button-web-sdk:active .button-icon,.root-web-sdk #containerForm .modernized-icon-button-web-sdk:active .button-icon path,.root-web-sdk #containerForm .modernized-icon-button-web-sdk:focus-visible .button-icon,.root-web-sdk #containerForm .modernized-icon-button-web-sdk:focus-visible .button-icon path,.root-web-sdk #containerForm .modernized-icon-button-web-sdk:focus .button-icon,.root-web-sdk #containerForm .modernized-icon-button-web-sdk:focus .button-icon path,.root-web-sdk #containerForm .modernized-icon-button-web-sdk:hover .button-icon,.root-web-sdk #containerForm .modernized-icon-button-web-sdk:hover .button-icon path{fill:#3910b8}.root-web-sdk #containerForm .modernized-icon-button-web-sdk:disabled{cursor:not-allowed}.root-web-sdk #containerForm .modernized-icon-button-web-sdk:disabled .button-icon,.root-web-sdk #containerForm .modernized-icon-button-web-sdk:disabled .button-icon path{fill:#565757}.root-web-sdk #containerForm .modernized-icon-button-web-sdk.type-default:not(:disabled):focus-visible,.root-web-sdk #containerForm .modernized-icon-button-web-sdk.type-highlighted:not(:disabled):focus-visible,.root-web-sdk #containerForm .modernized-icon-button-web-sdk.type-subtle:not(:disabled):focus-visible{box-shadow:0 0 0 2px #fff,0 0 2px 4px rgba(81,86,245,0.6);border-color:transparent;--bg-opacity:1;background-color:#fef8ff;background-color:rgba(254, 248, 255, var(--bg-opacity))}.root-web-sdk #containerForm .modernized-icon-button-web-sdk.icon-button-md{height:3rem;width:3rem}.root-web-sdk #containerForm .modernized-icon-button-web-sdk.icon-button-sm{height:2.75rem;width:44px}.root-web-sdk #containerForm .modernized-icon-button-web-sdk.icon-button-xl{height:4.5rem;width:4.5rem}.root-web-sdk #containerForm .modernized-icon-button-web-sdk.type-default,.root-web-sdk #containerForm .modernized-icon-button-web-sdk.type-highlighted{box-shadow:0 1px 4px 1px rgba(0,0,0,0.08);--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));--border-opacity:1;border-color:#fff;border-color:rgba(255, 255, 255, var(--border-opacity))}.root-web-sdk #containerForm .modernized-icon-button-web-sdk.type-default:not(:disabled):hover,.root-web-sdk #containerForm .modernized-icon-button-web-sdk.type-highlighted:not(:disabled):hover{--bg-opacity:1;background-color:#fef8ff;background-color:rgba(254, 248, 255, var(--bg-opacity));border-color:transparent}.root-web-sdk #containerForm .modernized-icon-button-web-sdk.type-default:disabled{--bg-opacity:1;background-color:#dfe0df;background-color:rgba(223, 224, 223, var(--bg-opacity));--border-opacity:1;border-color:#dfe0df;border-color:rgba(223, 224, 223, var(--border-opacity))}.root-web-sdk #containerForm .modernized-icon-button-web-sdk.type-highlighted:disabled{--bg-opacity:1;background-color:#5156f5;background-color:rgba(81, 86, 245, var(--bg-opacity))}.root-web-sdk #containerForm .modernized-icon-button-web-sdk.type-highlighted:disabled .button-icon,.root-web-sdk #containerForm .modernized-icon-button-web-sdk.type-highlighted:disabled .button-icon path{fill:#fff}.root-web-sdk #containerForm .modernized-icon-button-web-sdk.type-subtle{background-color:transparent}.root-web-sdk #containerForm .modernized-icon-button-web-sdk.type-subtle:disabled,.root-web-sdk #containerForm .modernized-icon-button-web-sdk.type-subtle:hover{--border-opacity:1;border-color:#dfe0df;border-color:rgba(223, 224, 223, var(--border-opacity))}.root-web-sdk #containerForm .modernized-search-web-sdk{position:relative;width:100%;height:2.75rem;border-radius:.75rem;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity))}.root-web-sdk #containerForm .modernized-search-web-sdk .search-icon{position:absolute;top:.875rem;left:.75rem;bottom:.875rem;fill:#171717;z-index:0;height:16px;width:16px}.root-web-sdk #containerForm .modernized-search-web-sdk .search-icon path{fill:#171717}.root-web-sdk #containerForm .modernized-search-web-sdk .search-input{position:relative;z-index:10;width:100%;min-width:100%;max-width:100%;height:100%;padding-left:2.25rem;padding-right:2.75rem;border-radius:inherit;--border-opacity:1;border:1px solid #6f6f6f;border-color:rgba(111, 111, 111, var(--border-opacity));outline:2px solid transparent;outline-offset:2px;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;font-size:1.125rem;font-weight:400;font-style:normal;line-height:2.75rem;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity))}.root-web-sdk #containerForm .modernized-search-web-sdk .search-input:focus,.root-web-sdk #containerForm .modernized-search-web-sdk .search-input:hover{--border-opacity:1;border-color:#5156f5;border-color:rgba(81, 86, 245, var(--border-opacity))}.root-web-sdk #containerForm .modernized-search-web-sdk .search-input:focus{box-shadow:0 0 0 2px #fff,0 0 2px 4px rgba(81,86,245,0.6)}.root-web-sdk #containerForm .modernized-search-web-sdk>input.search-input::-moz-placeholder{opacity:1;font-size:1.125rem;font-weight:400;font-style:normal}.root-web-sdk #containerForm .modernized-search-web-sdk>input.search-input::placeholder{opacity:1;font-size:1.125rem;font-weight:400;font-style:normal;--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity))}.root-web-sdk #containerForm .modernized-search-web-sdk>input.search-input::-webkit-input-placeholder{--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity))}.root-web-sdk #containerForm .modernized-search-web-sdk>input.search-input:-ms-input-placeholder{--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity))}.root-web-sdk #containerForm .modernized-search-web-sdk>input.search-input:-moz-placeholder,.root-web-sdk #containerForm .modernized-search-web-sdk>input.search-input::-moz-placeholder{--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity))}.root-web-sdk #containerForm .modernized-search-web-sdk .search-clear{position:absolute;top:0;right:0;bottom:0;height:100%;width:2.5rem;border-radius:inherit;display:flex;justify-content:center;align-items:center;outline:2px solid transparent;outline-offset:2px;border:1px solid transparent}.root-web-sdk #containerForm .modernized-search-web-sdk .search-clear:focus-visible svg,.root-web-sdk #containerForm .modernized-search-web-sdk .search-clear:focus-visible svg path,.root-web-sdk #containerForm .modernized-search-web-sdk .search-clear:focus svg,.root-web-sdk #containerForm .modernized-search-web-sdk .search-clear:focus svg path,.root-web-sdk #containerForm .modernized-search-web-sdk .search-clear:hover svg,.root-web-sdk #containerForm .modernized-search-web-sdk .search-clear:hover svg path{fill:#5156f5}.root-web-sdk #containerForm .modernized-search-web-sdk .search-clear:active svg,.root-web-sdk #containerForm .modernized-search-web-sdk .search-clear:active svg path{fill:#3910b8}.root-web-sdk #containerForm .modernized-search-web-sdk .search-clear:focus,.root-web-sdk #containerForm .modernized-search-web-sdk .search-clear:focus-visible{box-shadow:0 0 0 2px #fff,0 0 2px 4px rgba(81,86,245,0.6);--border-opacity:1;border-color:#5156f5;border-color:rgba(81, 86, 245, var(--border-opacity))}.root-web-sdk #containerForm .modernized-carousel-web-sdk{padding:.75rem .25rem;display:flex;flex-direction:row;flex-wrap:nowrap;grid-column-gap:1rem;-moz-column-gap:1rem;column-gap:1rem;overflow-y:hidden;overflow-x:scroll}@media (min-width: 376px){.root-web-sdk #containerForm .modernized-carousel-web-sdk{grid-column-gap:1.5rem;-moz-column-gap:1.5rem;column-gap:1.5rem}}@media (min-width: 1024px){.root-web-sdk #containerForm .modernized-carousel-web-sdk{overflow:hidden}}.root-web-sdk #containerForm .modernized-carousel-web-sdk::-webkit-scrollbar:horizontal{width:0;height:0;display:none}.root-web-sdk #containerForm .modernized-carousel-web-sdk::-webkit-scrollbar-thumb:horizontal{display:none}.root-web-sdk #containerForm .modernized-carousel-web-sdk .modernized-carousel-item{width:100%;min-width:13.875rem;max-width:13.875rem}@media (min-width: 1024px){.root-web-sdk #containerForm .modernized-carousel-web-sdk.MyStrengthCarouselItemsCount3 .modernized-carousel-item{min-width:calc(33.333% - 1rem);max-width:calc(33.333% - 1rem)}}@media (min-width: 1024px){.root-web-sdk #containerForm .modernized-carousel-web-sdk.MyStrengthCarouselItemsCount4 .modernized-carousel-item{min-width:calc(25% - 1.125rem);max-width:calc(25% - 1.125rem)}}@media (min-width: 1024px){.root-web-sdk #containerForm .modernized-carousel-web-sdk.MyStrengthCarouselItemsCount5{overflow-x:scroll}.root-web-sdk #containerForm .modernized-carousel-web-sdk.MyStrengthCarouselItemsCount5 .modernized-carousel-item{min-width:13.875rem;max-width:13.875rem}}@media (min-width: 1280px){.root-web-sdk #containerForm .modernized-carousel-web-sdk.MyStrengthCarouselItemsCount5{overflow:hidden}.root-web-sdk #containerForm .modernized-carousel-web-sdk.MyStrengthCarouselItemsCount5 .modernized-carousel-item{min-width:calc(20% - 1.2rem);max-width:calc(20% - 1.2rem)}}@media (min-width: 1024px){.root-web-sdk #containerForm .modernized-carousel-web-sdk.MyStrengthCarouselItemsCountInfinity{overflow-x:scroll}.root-web-sdk #containerForm .modernized-carousel-web-sdk.MyStrengthCarouselItemsCountInfinity .modernized-carousel-item{min-width:13.875rem;max-width:13.875rem}}.root-web-sdk #containerForm .container-web-sdk.wellness_content_carousel{display:flex;position:relative;overflow-y:visible;overflow-x:auto;margin:1rem 0 0;padding:0 0 2rem;grid-gap:1rem;gap:1rem;flex-grow:0;flex-shrink:0;flex-basis:auto;scroll-snap-type:x proximity;scroll-behavior:smooth}.root-web-sdk #containerForm .container-web-sdk.wellness_content_carousel .modernized-carousel-item{width:300px;min-width:300px;scroll-snap-align:center}.root-web-sdk #containerForm .container-web-sdk.wellness_content_carousel .modernized-carousel-item .MyStrengthSliderCard{border-radius:1rem;outline:2px solid transparent;outline-offset:2px;border-width:0;box-shadow:0 12px 30px 0 rgba(0,0,0,0.16)}.root-web-sdk #containerForm .container-web-sdk.wellness_content_carousel .modernized-carousel-item .MyStrengthSliderCard:focus{outline:2px solid transparent;outline-offset:2px;box-shadow:0 0 0 1px #5156f5}.root-web-sdk #containerForm .container-web-sdk.wellness_content_carousel .modernized-carousel-item .MyStrengthSliderCard>.container-content{display:block;padding:0 0 1.5rem}.root-web-sdk #containerForm .container-web-sdk.wellness_content_carousel .modernized-carousel-item .text-web-sdk.title{margin-bottom:.5rem;padding:1.5rem 1.5rem 0}.root-web-sdk #containerForm .container-web-sdk.wellness_content_carousel .modernized-carousel-item div[name=tag_category]{margin-left:1.5rem}.root-web-sdk #containerForm .container-web-sdk.wellness_content_carousel .modernized-carousel-item img.content_type_icon{position:relative;display:inline-block;-o-object-fit:scale-down;object-fit:scale-down;margin-left:1rem !important;top:-1px;height:16px;width:16px}.root-web-sdk #containerForm .container-web-sdk.wellness_content_carousel .modernized-carousel-item .text-web-sdk.read_length{display:inline-block;margin-left:.25rem;font-size:.875rem}.root-web-sdk #containerForm .modernized-progress-bar-container{margin-bottom:1.5rem;outline:2px solid transparent;outline-offset:2px}.root-web-sdk #containerForm .modernized-progress-bar-container .modernized-progress-bar-web-sdk{height:.5rem;width:100%;--bg-opacity:1;background-color:#dfe0df;background-color:rgba(223, 224, 223, var(--bg-opacity));border-radius:9999px}.root-web-sdk #containerForm .modernized-progress-bar-container .modernized-progress-bar-web-sdk .modernized-progress-bar-filler-web-sdk{height:.5rem;--bg-opacity:1;background-color:#0078bc;background-color:rgba(0, 120, 188, var(--bg-opacity));border-radius:9999px}.root-web-sdk #containerForm .DoctorsList button.text-web-sdk{margin-bottom:1.5rem}.root-web-sdk #containerForm .DoctorsList p.text-web-sdk.full-name{margin-bottom:.75rem}.root-web-sdk #containerForm .DoctorDetail button,.root-web-sdk #containerForm .DoctorEdit button{margin-bottom:1.5rem;margin-right:1.5rem}.root-web-sdk #containerForm .doctor-web-sdk:last-child{border-bottom-width:1px}.root-web-sdk #containerForm .doctor-web-sdk{border-top-width:1px;width:100%;text-align:left;--text-opacity:1;color:#5b2f91;color:rgba(91, 47, 145, var(--text-opacity));padding:1rem 0;display:flex;flex-wrap:wrap;background:url(https://assets.livongo.com/image/upload/v1713282779/web-sdk/icons/td-date-picker-arrow-right.svg) no-repeat 100%;background-position:right 18px;background-size:.6rem}.root-web-sdk #containerForm .doctor-web-sdk p.full-name{width:100%;font-weight:700;font-size:1.25rem;line-height:20px;margin-bottom:14px}.root-web-sdk #containerForm .doctor-web-sdk p.specialties{width:100%;font-size:1.25rem;line-height:20px}.root-web-sdk #containerForm .doctor-web-sdk p.phone-number{width:100%;font-size:1.125rem;line-height:20px}.root-web-sdk #containerForm .doctor-web-sdk p.primary-care-physician{width:100%;font-weight:700;font-size:1.125rem;line-height:20px}.root-web-sdk #containerForm .share_health_records_container{--bg-opacity:1;background-color:#dfe0df;background-color:rgba(223, 224, 223, var(--bg-opacity));padding:1.5rem;--border-opacity:1;border:1px solid #dfe0df;border-color:rgba(223, 224, 223, var(--border-opacity));border-radius:.75rem}.root-web-sdk #containerForm .share_health_records_container .share_health_records_title{font-weight:500;--text-opacity:1;color:#000;color:rgba(0, 0, 0, var(--text-opacity));font-size:1.125rem;margin-bottom:1.5rem}.root-web-sdk #containerForm .share_health_records_container .field-wrapper-web-sdk{margin-bottom:1rem}.root-web-sdk #containerForm .share_health_records_container .field-wrapper-web-sdk .share_gm_records,.root-web-sdk #containerForm .share_health_records_container .field-wrapper-web-sdk .share_mh_records{--text-opacity:1;color:#2c2a29;color:rgba(44, 42, 41, var(--text-opacity));font-weight:400;line-height:20px}.root-web-sdk #containerForm .share_health_records_container .button-save_button{height:3rem;margin-bottom:0 !important;margin-top:0.5rem !important;width:-moz-fit-content;width:fit-content}.root-web-sdk .mhList-container{list-style-type:none}.root-web-sdk .mhListItem-container{position:relative;font-family:Effra,Arial,sans-serif;font-size:1.625rem;line-height:2rem;--border-opacity:1;border-color:#444443;border-left:2px;border-color:rgba(68, 68, 67, var(--border-opacity));border-style:solid;margin-left:1.5rem;padding-left:2.5rem}.root-web-sdk .mhListItem-bulletIcon{position:absolute;--bg-opacity:1;background-color:#444443;background-color:rgba(68, 68, 67, var(--bg-opacity));border-radius:9999px;width:4.5px;height:4.48px;left:calc(50% - 2px);top:calc(50% - 2px)}.root-web-sdk .mhListItem-label{position:absolute;width:50px;height:50px;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));--border-opacity:1;border:1px solid #fff;border-color:rgba(255, 255, 255, var(--border-opacity));border-radius:9999px;box-shadow:0 2px 14px rgba(0,0,0,0.08);display:inline-flex;align-items:center;justify-content:center;text-align:center;z-index:10;left:-26.5px}.root-web-sdk .mhListItem-title{padding-top:.5rem;padding-bottom:.5rem}.root-web-sdk .mhListItem-content{font-weight:400;font-size:1.125rem;line-height:1.75rem;padding-bottom:.5rem}.root-web-sdk #containerForm .ConsultationList button.text-web-sdk{margin-bottom:1.5rem}.root-web-sdk #containerForm .ConsultationList p.text-web-sdk.excuse-note{--text-opacity:1;color:#167f01;color:rgba(22, 127, 1, var(--text-opacity))}.root-web-sdk #containerForm .ConsultationList p.text-web-sdk.primary{margin-bottom:.75rem}.root-web-sdk .visit-list-item-web-sdk:last-child{border-bottom-width:1px}.root-web-sdk .visit-list-item-web-sdk{border-top-width:1px;width:100%;text-align:left;--text-opacity:1;color:#5b2f91;color:rgba(91, 47, 145, var(--text-opacity));padding:1rem 0;display:flex;flex-wrap:wrap;background:url(https://assets.livongo.com/image/upload/v1713282779/web-sdk/icons/td-date-picker-arrow-right.svg) no-repeat 100%;background-position:right 18px;background-size:.6rem}.root-web-sdk .visit-list-item-web-sdk p.primary{width:80%;font-weight:700;font-size:1.25rem;line-height:20px}.root-web-sdk .visit-list-item-web-sdk p.TDFieldOptionSingleLine{font-weight:700;font-size:1.25rem;line-height:20px;padding-right:.5rem}@media (min-width: 400px){.root-web-sdk .visit-list-item-web-sdk p.TDFieldOptionSingleLine{width:20%}}.root-web-sdk .visit-list-item-web-sdk p.diagnosis-name,.root-web-sdk .visit-list-item-web-sdk p.excuse-note{width:100%;font-size:1.125rem;line-height:20px}.root-web-sdk .group-error-container{padding:1rem;--border-opacity:1;border-radius:.5rem;margin-bottom:1.5rem;border:2px solid #ff4d2d;border-color:rgba(255, 77, 45, var(--border-opacity));border-top:8px solid rgba(255, 77, 45, var(--border-opacity))}.root-web-sdk .group-error-container .group-error-container-title{font-size:1.375rem;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));font-weight:400;line-height:1.75rem;margin-bottom:.25rem;padding-left:2rem}.root-web-sdk .group-error-container .group-error-container-title:before{content:"";position:relative;padding-left:2rem;background:url(https://assets.livongo.com/image/upload/v1713278586/web-sdk/icons/icon-error-sign.svg) no-repeat;background-size:20px;top:4px;margin-left:-32px}.root-web-sdk .group-error-container .group-error-message{margin-left:32px;line-height:1.75rem}.root-web-sdk .group-error-container .group-error-message .text-web-sdk{--text-opacity:1!important;color:#565757 !important;color:rgba(86, 87, 87, var(--text-opacity)) !important;font-size:1.125rem !important;font-weight:400 !important}.root-web-sdk .group-error-container .group-error-message a{font-size:1.125rem !important;--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity));font-weight:500 !important;text-decoration:underline;display:inline-block}.root-web-sdk .group-error-container .link-web-sdk{display:block;text-decoration:underline;margin-left:32px;text-align:left;margin-bottom:.25rem}.root-web-sdk .group-error-container .link-web-sdk:first-letter{text-transform:capitalize}.root-web-sdk .group-error-container .link-web-sdk:focus{outline:2px solid transparent;outline-offset:2px}.root-web-sdk #containerForm .location-map-info-window-web{padding:1rem}.root-web-sdk #containerForm .location-map-item{padding-top:1rem;padding-bottom:1rem;display:flex;flex-direction:column;border-bottom-width:1px}.root-web-sdk #containerForm .location-map-selected-view{border-bottom-width:0;border-radius:1rem;--bg-opacity:1;background-color:#f7f9f9;background-color:rgba(247, 249, 249, var(--bg-opacity));padding:.75rem 1.25rem}.root-web-sdk #containerForm .location-map-container{display:flex;flex-direction:column;padding-top:.75rem}.root-web-sdk #containerForm .location-map-row{display:flex;align-items:center}.root-web-sdk #containerForm .location-map-row .location-map-icon{width:2rem;height:2rem;background-size:contain !important}.root-web-sdk #containerForm .location-map-row .location-map-name{display:flex;font-size:1.125rem;font-weight:500;padding-left:.5rem;--text-opacity:1;color:#181919;color:rgba(24, 25, 25, var(--text-opacity))}.root-web-sdk #containerForm .location-map-row .location-map-address{font-size:1rem;font-weight:400;--text-opacity:1;color:#181919;color:rgba(24, 25, 25, var(--text-opacity))}.root-web-sdk #containerForm .location-map-row .location-map-distance{display:flex;font-size:.875rem;margin-left:auto;--text-opacity:1;color:#565757;color:rgba(86, 87, 87, var(--text-opacity))}.root-web-sdk #containerForm .location-map-item .expansion-message-web-sdk{--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity))}.root-web-sdk #containerForm .location-map-item .expansion-message-web-sdk .title{font-weight:400}.root-web-sdk #containerForm .location-map-item .expansion-message-web-sdk .inlineSubtitle{--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity));cursor:pointer;text-align:left;text-decoration:underline;padding-left:.25rem}.root-web-sdk #containerForm .location-map-item .expansion-message-web-sdk .hours-of-operation-view-all{background:url(https://assets.livongo.com/image/upload/v1713283293/web-sdk/icons/arrow-right-pulse.svg) no-repeat 100%;background-size:12px}.root-web-sdk #containerForm .location-map-item .expansion-message-web-sdk .hours-of-operation-hide-all{background:url(https://assets.livongo.com/image/upload/v1713275644/web-sdk/icons/arrow-down-pulse.svg) no-repeat 100%;background-size:12px}.root-web-sdk #containerForm .location-map-item .expansion-message-web-sdk .hours-of-operation-today{font-weight:500}.root-web-sdk #containerForm .location-map-item .expansion-message-web-sdk .hours-of-operation-day-hours{display:flex}.root-web-sdk #containerForm .location-map-item .expansion-message-web-sdk .hours-of-operation-day-hours .hours-of-operation-days{width:8rem}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .allSpacer,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .manual,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .medicationSpacer,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .member_id,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .phoneSpacer,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .reason_initial_flex_visit_container,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .reason_new_patient_visit_container,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .upload,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .videoSpacer,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule [class*=benefit_],.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule [class*=pharmacy_container],.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .allSpacer,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .manual,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .medicationSpacer,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .member_id,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .phoneSpacer,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .reason_initial_flex_visit_container,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .reason_new_patient_visit_container,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .upload,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .videoSpacer,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption [class*=benefit_],.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption [class*=pharmacy_container],.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .allSpacer,.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .manual,.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .medicationSpacer,.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .member_id,.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .phoneSpacer,.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .reason_initial_flex_visit_container,.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .reason_new_patient_visit_container,.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .upload,.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .videoSpacer,.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality [class*=benefit_],.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality [class*=pharmacy_container],.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .allSpacer,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .manual,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .medicationSpacer,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .member_id,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .phoneSpacer,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .reason_initial_flex_visit_container,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .reason_new_patient_visit_container,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .upload,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .videoSpacer,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList [class*=benefit_],.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList [class*=pharmacy_container],.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .allSpacer,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .manual,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .medicationSpacer,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .member_id,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .phoneSpacer,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .reason_initial_flex_visit_container,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .reason_new_patient_visit_container,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .upload,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .videoSpacer,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] [class*=benefit_],.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] [class*=pharmacy_container],.root-web-sdk #containerForm.pulse-rav .allSpacer,.root-web-sdk #containerForm.pulse-rav .manual,.root-web-sdk #containerForm.pulse-rav .medicationSpacer,.root-web-sdk #containerForm.pulse-rav .member_id,.root-web-sdk #containerForm.pulse-rav .phoneSpacer,.root-web-sdk #containerForm.pulse-rav .reason_initial_flex_visit_container,.root-web-sdk #containerForm.pulse-rav .reason_new_patient_visit_container,.root-web-sdk #containerForm.pulse-rav .upload,.root-web-sdk #containerForm.pulse-rav .videoSpacer,.root-web-sdk #containerForm.pulse-rav [class*=benefit_],.root-web-sdk #containerForm.pulse-rav [class*=pharmacy_container]{max-width:100%;display:grid;grid-template-columns:repeat(1, minmax(0, 1fr));margin-bottom:1.5rem;margin-top:.5rem;border-radius:.5rem;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));border:1px solid #ececec;box-shadow:0 1px 4px 1px rgba(0,0,0,0.08)}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .allSpacer:hover,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .manual:hover,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .medicationSpacer:hover,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .member_id:hover,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .phoneSpacer:hover,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .reason_initial_flex_visit_container:hover,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .reason_new_patient_visit_container:hover,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .upload:hover,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .videoSpacer:hover,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule [class*=benefit_]:hover,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule [class*=pharmacy_container]:hover,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .allSpacer:hover,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .manual:hover,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .medicationSpacer:hover,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .member_id:hover,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .phoneSpacer:hover,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .reason_initial_flex_visit_container:hover,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .reason_new_patient_visit_container:hover,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .upload:hover,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .videoSpacer:hover,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption [class*=benefit_]:hover,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption [class*=pharmacy_container]:hover,.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .allSpacer:hover,.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .manual:hover,.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .medicationSpacer:hover,.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .member_id:hover,.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .phoneSpacer:hover,.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .reason_initial_flex_visit_container:hover,.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .reason_new_patient_visit_container:hover,.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .upload:hover,.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .videoSpacer:hover,.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality [class*=benefit_]:hover,.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality [class*=pharmacy_container]:hover,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .allSpacer:hover,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .manual:hover,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .medicationSpacer:hover,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .member_id:hover,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .phoneSpacer:hover,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .reason_initial_flex_visit_container:hover,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .reason_new_patient_visit_container:hover,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .upload:hover,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .videoSpacer:hover,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList [class*=benefit_]:hover,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList [class*=pharmacy_container]:hover,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .allSpacer:hover,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .manual:hover,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .medicationSpacer:hover,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .member_id:hover,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .phoneSpacer:hover,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .reason_initial_flex_visit_container:hover,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .reason_new_patient_visit_container:hover,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .upload:hover,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .videoSpacer:hover,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] [class*=benefit_]:hover,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] [class*=pharmacy_container]:hover,.root-web-sdk #containerForm.pulse-rav .allSpacer:hover,.root-web-sdk #containerForm.pulse-rav .manual:hover,.root-web-sdk #containerForm.pulse-rav .medicationSpacer:hover,.root-web-sdk #containerForm.pulse-rav .member_id:hover,.root-web-sdk #containerForm.pulse-rav .phoneSpacer:hover,.root-web-sdk #containerForm.pulse-rav .reason_initial_flex_visit_container:hover,.root-web-sdk #containerForm.pulse-rav .reason_new_patient_visit_container:hover,.root-web-sdk #containerForm.pulse-rav .upload:hover,.root-web-sdk #containerForm.pulse-rav .videoSpacer:hover,.root-web-sdk #containerForm.pulse-rav [class*=benefit_]:hover,.root-web-sdk #containerForm.pulse-rav [class*=pharmacy_container]:hover{border-width:1px;--border-opacity:1;border-color:#5156f5;border-color:rgba(81, 86, 245, var(--border-opacity));cursor:pointer;box-shadow:0 4px 10px rgba(0,0,0,0.16)}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .allSpacer:focus,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .manual:focus,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .medicationSpacer:focus,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .member_id:focus,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .phoneSpacer:focus,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .reason_initial_flex_visit_container:focus,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .reason_new_patient_visit_container:focus,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .upload:focus,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .videoSpacer:focus,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule [class*=benefit_]:focus,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule [class*=pharmacy_container]:focus,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .allSpacer:focus,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .manual:focus,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .medicationSpacer:focus,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .member_id:focus,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .phoneSpacer:focus,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .reason_initial_flex_visit_container:focus,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .reason_new_patient_visit_container:focus,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .upload:focus,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .videoSpacer:focus,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption [class*=benefit_]:focus,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption [class*=pharmacy_container]:focus,.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .allSpacer:focus,.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .manual:focus,.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .medicationSpacer:focus,.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .member_id:focus,.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .phoneSpacer:focus,.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .reason_initial_flex_visit_container:focus,.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .reason_new_patient_visit_container:focus,.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .upload:focus,.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .videoSpacer:focus,.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality [class*=benefit_]:focus,.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality [class*=pharmacy_container]:focus,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .allSpacer:focus,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .manual:focus,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .medicationSpacer:focus,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .member_id:focus,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .phoneSpacer:focus,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .reason_initial_flex_visit_container:focus,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .reason_new_patient_visit_container:focus,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .upload:focus,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .videoSpacer:focus,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList [class*=benefit_]:focus,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList [class*=pharmacy_container]:focus,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .allSpacer:focus,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .manual:focus,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .medicationSpacer:focus,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .member_id:focus,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .phoneSpacer:focus,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .reason_initial_flex_visit_container:focus,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .reason_new_patient_visit_container:focus,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .upload:focus,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .videoSpacer:focus,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] [class*=benefit_]:focus,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] [class*=pharmacy_container]:focus,.root-web-sdk #containerForm.pulse-rav .allSpacer:focus,.root-web-sdk #containerForm.pulse-rav .manual:focus,.root-web-sdk #containerForm.pulse-rav .medicationSpacer:focus,.root-web-sdk #containerForm.pulse-rav .member_id:focus,.root-web-sdk #containerForm.pulse-rav .phoneSpacer:focus,.root-web-sdk #containerForm.pulse-rav .reason_initial_flex_visit_container:focus,.root-web-sdk #containerForm.pulse-rav .reason_new_patient_visit_container:focus,.root-web-sdk #containerForm.pulse-rav .upload:focus,.root-web-sdk #containerForm.pulse-rav .videoSpacer:focus,.root-web-sdk #containerForm.pulse-rav [class*=benefit_]:focus,.root-web-sdk #containerForm.pulse-rav [class*=pharmacy_container]:focus{box-shadow:0 0 0 2px #fff,0 0 2px 4px rgba(0,96,252,0.6);border-width:1px;--border-opacity:1;border-color:#5156f5;border-color:rgba(81, 86, 245, var(--border-opacity));border-radius:.5rem;outline:2px solid transparent;outline-offset:2px}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .allSpacer.inactive,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .manual.inactive,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .medicationSpacer.inactive,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .member_id.inactive,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .phoneSpacer.inactive,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .reason_initial_flex_visit_container.inactive,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .reason_new_patient_visit_container.inactive,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .upload.inactive,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .videoSpacer.inactive,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .inactive[class*=benefit_],.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .inactive[class*=pharmacy_container],.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .allSpacer.inactive,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .manual.inactive,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .medicationSpacer.inactive,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .member_id.inactive,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .phoneSpacer.inactive,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .reason_initial_flex_visit_container.inactive,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .reason_new_patient_visit_container.inactive,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .upload.inactive,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .videoSpacer.inactive,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .inactive[class*=benefit_],.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .inactive[class*=pharmacy_container],.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .allSpacer.inactive,.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .manual.inactive,.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .medicationSpacer.inactive,.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .member_id.inactive,.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .phoneSpacer.inactive,.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .reason_initial_flex_visit_container.inactive,.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .reason_new_patient_visit_container.inactive,.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .upload.inactive,.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .videoSpacer.inactive,.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .inactive[class*=benefit_],.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .inactive[class*=pharmacy_container],.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .allSpacer.inactive,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .manual.inactive,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .medicationSpacer.inactive,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .member_id.inactive,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .phoneSpacer.inactive,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .reason_initial_flex_visit_container.inactive,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .reason_new_patient_visit_container.inactive,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .upload.inactive,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .videoSpacer.inactive,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .inactive[class*=benefit_],.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .inactive[class*=pharmacy_container],.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .allSpacer.inactive,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .manual.inactive,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .medicationSpacer.inactive,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .member_id.inactive,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .phoneSpacer.inactive,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .reason_initial_flex_visit_container.inactive,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .reason_new_patient_visit_container.inactive,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .upload.inactive,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .videoSpacer.inactive,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .inactive[class*=benefit_],.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .inactive[class*=pharmacy_container],.root-web-sdk #containerForm.pulse-rav .allSpacer.inactive,.root-web-sdk #containerForm.pulse-rav .manual.inactive,.root-web-sdk #containerForm.pulse-rav .medicationSpacer.inactive,.root-web-sdk #containerForm.pulse-rav .member_id.inactive,.root-web-sdk #containerForm.pulse-rav .phoneSpacer.inactive,.root-web-sdk #containerForm.pulse-rav .reason_initial_flex_visit_container.inactive,.root-web-sdk #containerForm.pulse-rav .reason_new_patient_visit_container.inactive,.root-web-sdk #containerForm.pulse-rav .upload.inactive,.root-web-sdk #containerForm.pulse-rav .videoSpacer.inactive,.root-web-sdk #containerForm.pulse-rav .inactive[class*=benefit_],.root-web-sdk #containerForm.pulse-rav .inactive[class*=pharmacy_container]{border:1px solid #fbfbfb;box-shadow:none;--bg-opacity:1;background-color:#f7f9f9;background-color:rgba(247, 249, 249, var(--bg-opacity));border-radius:.5rem;cursor:default}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .allSpacer p,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .manual p,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .medicationSpacer p,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .member_id p,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .phoneSpacer p,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .reason_initial_flex_visit_container p,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .reason_new_patient_visit_container p,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .upload p,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .videoSpacer p,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule [class*=benefit_] p,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule [class*=pharmacy_container] p,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .allSpacer p,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .manual p,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .medicationSpacer p,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .member_id p,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .phoneSpacer p,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .reason_initial_flex_visit_container p,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .reason_new_patient_visit_container p,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .upload p,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .videoSpacer p,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption [class*=benefit_] p,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption [class*=pharmacy_container] p,.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .allSpacer p,.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .manual p,.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .medicationSpacer p,.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .member_id p,.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .phoneSpacer p,.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .reason_initial_flex_visit_container p,.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .reason_new_patient_visit_container p,.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .upload p,.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .videoSpacer p,.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality [class*=benefit_] p,.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality [class*=pharmacy_container] p,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .allSpacer p,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .manual p,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .medicationSpacer p,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .member_id p,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .phoneSpacer p,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .reason_initial_flex_visit_container p,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .reason_new_patient_visit_container p,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .upload p,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .videoSpacer p,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList [class*=benefit_] p,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList [class*=pharmacy_container] p,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .allSpacer p,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .manual p,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .medicationSpacer p,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .member_id p,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .phoneSpacer p,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .reason_initial_flex_visit_container p,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .reason_new_patient_visit_container p,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .upload p,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .videoSpacer p,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] [class*=benefit_] p,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] [class*=pharmacy_container] p,.root-web-sdk #containerForm.pulse-rav .allSpacer p,.root-web-sdk #containerForm.pulse-rav .manual p,.root-web-sdk #containerForm.pulse-rav .medicationSpacer p,.root-web-sdk #containerForm.pulse-rav .member_id p,.root-web-sdk #containerForm.pulse-rav .phoneSpacer p,.root-web-sdk #containerForm.pulse-rav .reason_initial_flex_visit_container p,.root-web-sdk #containerForm.pulse-rav .reason_new_patient_visit_container p,.root-web-sdk #containerForm.pulse-rav .upload p,.root-web-sdk #containerForm.pulse-rav .videoSpacer p,.root-web-sdk #containerForm.pulse-rav [class*=benefit_] p,.root-web-sdk #containerForm.pulse-rav [class*=pharmacy_container] p{display:block;align-self:center;margin-left:32px;font-weight:400;grid-column:1/span 1;font-size:16px}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .allSpacer p[data-testId=text-title],.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .manual p[data-testId=text-title],.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .medicationSpacer p[data-testId=text-title],.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .member_id p[data-testId=text-title],.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .phoneSpacer p[data-testId=text-title],.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .reason_initial_flex_visit_container p[data-testId=text-title],.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .reason_new_patient_visit_container p[data-testId=text-title],.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .upload p[data-testId=text-title],.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .videoSpacer p[data-testId=text-title],.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule [class*=benefit_] p[data-testId=text-title],.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule [class*=pharmacy_container] p[data-testId=text-title],.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .allSpacer p[data-testId=text-title],.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .manual p[data-testId=text-title],.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .medicationSpacer p[data-testId=text-title],.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .member_id p[data-testId=text-title],.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .phoneSpacer p[data-testId=text-title],.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .reason_initial_flex_visit_container p[data-testId=text-title],.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .reason_new_patient_visit_container p[data-testId=text-title],.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .upload p[data-testId=text-title],.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .videoSpacer p[data-testId=text-title],.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption [class*=benefit_] p[data-testId=text-title],.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption [class*=pharmacy_container] p[data-testId=text-title],.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .allSpacer p[data-testId=text-title],.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .manual p[data-testId=text-title],.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .medicationSpacer p[data-testId=text-title],.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .member_id p[data-testId=text-title],.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .phoneSpacer p[data-testId=text-title],.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .reason_initial_flex_visit_container p[data-testId=text-title],.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .reason_new_patient_visit_container p[data-testId=text-title],.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .upload p[data-testId=text-title],.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .videoSpacer p[data-testId=text-title],.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality [class*=benefit_] p[data-testId=text-title],.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality [class*=pharmacy_container] p[data-testId=text-title],.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .allSpacer p[data-testId=text-title],.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .manual p[data-testId=text-title],.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .medicationSpacer p[data-testId=text-title],.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .member_id p[data-testId=text-title],.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .phoneSpacer p[data-testId=text-title],.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .reason_initial_flex_visit_container p[data-testId=text-title],.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .reason_new_patient_visit_container p[data-testId=text-title],.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .upload p[data-testId=text-title],.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .videoSpacer p[data-testId=text-title],.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList [class*=benefit_] p[data-testId=text-title],.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList [class*=pharmacy_container] p[data-testId=text-title],.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .allSpacer p[data-testId=text-title],.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .manual p[data-testId=text-title],.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .medicationSpacer p[data-testId=text-title],.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .member_id p[data-testId=text-title],.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .phoneSpacer p[data-testId=text-title],.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .reason_initial_flex_visit_container p[data-testId=text-title],.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .reason_new_patient_visit_container p[data-testId=text-title],.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .upload p[data-testId=text-title],.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .videoSpacer p[data-testId=text-title],.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] [class*=benefit_] p[data-testId=text-title],.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] [class*=pharmacy_container] p[data-testId=text-title],.root-web-sdk #containerForm.pulse-rav .allSpacer p[data-testId=text-title],.root-web-sdk #containerForm.pulse-rav .manual p[data-testId=text-title],.root-web-sdk #containerForm.pulse-rav .medicationSpacer p[data-testId=text-title],.root-web-sdk #containerForm.pulse-rav .member_id p[data-testId=text-title],.root-web-sdk #containerForm.pulse-rav .phoneSpacer p[data-testId=text-title],.root-web-sdk #containerForm.pulse-rav .reason_initial_flex_visit_container p[data-testId=text-title],.root-web-sdk #containerForm.pulse-rav .reason_new_patient_visit_container p[data-testId=text-title],.root-web-sdk #containerForm.pulse-rav .upload p[data-testId=text-title],.root-web-sdk #containerForm.pulse-rav .videoSpacer p[data-testId=text-title],.root-web-sdk #containerForm.pulse-rav [class*=benefit_] p[data-testId=text-title],.root-web-sdk #containerForm.pulse-rav [class*=pharmacy_container] p[data-testId=text-title]{margin-top:1.25rem;margin-bottom:0;font-weight:500;font-size:1.125rem}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .allSpacer p[data-testId=text-description],.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .manual p[data-testId=text-description],.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .medicationSpacer p[data-testId=text-description],.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .member_id p[data-testId=text-description],.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .phoneSpacer p[data-testId=text-description],.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .reason_initial_flex_visit_container p[data-testId=text-description],.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .reason_new_patient_visit_container p[data-testId=text-description],.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .upload p[data-testId=text-description],.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .videoSpacer p[data-testId=text-description],.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule [class*=benefit_] p[data-testId=text-description],.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule [class*=pharmacy_container] p[data-testId=text-description],.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .allSpacer p[data-testId=text-description],.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .manual p[data-testId=text-description],.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .medicationSpacer p[data-testId=text-description],.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .member_id p[data-testId=text-description],.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .phoneSpacer p[data-testId=text-description],.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .reason_initial_flex_visit_container p[data-testId=text-description],.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .reason_new_patient_visit_container p[data-testId=text-description],.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .upload p[data-testId=text-description],.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .videoSpacer p[data-testId=text-description],.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption [class*=benefit_] p[data-testId=text-description],.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption [class*=pharmacy_container] p[data-testId=text-description],.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .allSpacer p[data-testId=text-description],.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .manual p[data-testId=text-description],.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .medicationSpacer p[data-testId=text-description],.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .member_id p[data-testId=text-description],.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .phoneSpacer p[data-testId=text-description],.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .reason_initial_flex_visit_container p[data-testId=text-description],.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .reason_new_patient_visit_container p[data-testId=text-description],.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .upload p[data-testId=text-description],.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .videoSpacer p[data-testId=text-description],.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality [class*=benefit_] p[data-testId=text-description],.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality [class*=pharmacy_container] p[data-testId=text-description],.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .allSpacer p[data-testId=text-description],.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .manual p[data-testId=text-description],.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .medicationSpacer p[data-testId=text-description],.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .member_id p[data-testId=text-description],.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .phoneSpacer p[data-testId=text-description],.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .reason_initial_flex_visit_container p[data-testId=text-description],.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .reason_new_patient_visit_container p[data-testId=text-description],.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .upload p[data-testId=text-description],.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .videoSpacer p[data-testId=text-description],.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList [class*=benefit_] p[data-testId=text-description],.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList [class*=pharmacy_container] p[data-testId=text-description],.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .allSpacer p[data-testId=text-description],.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .manual p[data-testId=text-description],.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .medicationSpacer p[data-testId=text-description],.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .member_id p[data-testId=text-description],.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .phoneSpacer p[data-testId=text-description],.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .reason_initial_flex_visit_container p[data-testId=text-description],.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .reason_new_patient_visit_container p[data-testId=text-description],.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .upload p[data-testId=text-description],.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .videoSpacer p[data-testId=text-description],.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] [class*=benefit_] p[data-testId=text-description],.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] [class*=pharmacy_container] p[data-testId=text-description],.root-web-sdk #containerForm.pulse-rav .allSpacer p[data-testId=text-description],.root-web-sdk #containerForm.pulse-rav .manual p[data-testId=text-description],.root-web-sdk #containerForm.pulse-rav .medicationSpacer p[data-testId=text-description],.root-web-sdk #containerForm.pulse-rav .member_id p[data-testId=text-description],.root-web-sdk #containerForm.pulse-rav .phoneSpacer p[data-testId=text-description],.root-web-sdk #containerForm.pulse-rav .reason_initial_flex_visit_container p[data-testId=text-description],.root-web-sdk #containerForm.pulse-rav .reason_new_patient_visit_container p[data-testId=text-description],.root-web-sdk #containerForm.pulse-rav .upload p[data-testId=text-description],.root-web-sdk #containerForm.pulse-rav .videoSpacer p[data-testId=text-description],.root-web-sdk #containerForm.pulse-rav [class*=benefit_] p[data-testId=text-description],.root-web-sdk #containerForm.pulse-rav [class*=pharmacy_container] p[data-testId=text-description]{margin-bottom:1.5rem}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .allSpacer .TDFieldOptionRight,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .manual .TDFieldOptionRight,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .medicationSpacer .TDFieldOptionRight,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .member_id .TDFieldOptionRight,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .phoneSpacer .TDFieldOptionRight,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .reason_initial_flex_visit_container .TDFieldOptionRight,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .reason_new_patient_visit_container .TDFieldOptionRight,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .upload .TDFieldOptionRight,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .videoSpacer .TDFieldOptionRight,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule [class*=benefit_] .TDFieldOptionRight,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule [class*=pharmacy_container] .TDFieldOptionRight,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .allSpacer .TDFieldOptionRight,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .manual .TDFieldOptionRight,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .medicationSpacer .TDFieldOptionRight,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .member_id .TDFieldOptionRight,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .phoneSpacer .TDFieldOptionRight,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .reason_initial_flex_visit_container .TDFieldOptionRight,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .reason_new_patient_visit_container .TDFieldOptionRight,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .upload .TDFieldOptionRight,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .videoSpacer .TDFieldOptionRight,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption [class*=benefit_] .TDFieldOptionRight,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption [class*=pharmacy_container] .TDFieldOptionRight,.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .allSpacer .TDFieldOptionRight,.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .manual .TDFieldOptionRight,.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .medicationSpacer .TDFieldOptionRight,.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .member_id .TDFieldOptionRight,.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .phoneSpacer .TDFieldOptionRight,.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .reason_initial_flex_visit_container .TDFieldOptionRight,.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .reason_new_patient_visit_container .TDFieldOptionRight,.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .upload .TDFieldOptionRight,.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .videoSpacer .TDFieldOptionRight,.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality [class*=benefit_] .TDFieldOptionRight,.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality [class*=pharmacy_container] .TDFieldOptionRight,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .allSpacer .TDFieldOptionRight,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .manual .TDFieldOptionRight,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .medicationSpacer .TDFieldOptionRight,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .member_id .TDFieldOptionRight,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .phoneSpacer .TDFieldOptionRight,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .reason_initial_flex_visit_container .TDFieldOptionRight,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .reason_new_patient_visit_container .TDFieldOptionRight,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .upload .TDFieldOptionRight,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .videoSpacer .TDFieldOptionRight,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList [class*=benefit_] .TDFieldOptionRight,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList [class*=pharmacy_container] .TDFieldOptionRight,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .allSpacer .TDFieldOptionRight,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .manual .TDFieldOptionRight,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .medicationSpacer .TDFieldOptionRight,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .member_id .TDFieldOptionRight,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .phoneSpacer .TDFieldOptionRight,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .reason_initial_flex_visit_container .TDFieldOptionRight,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .reason_new_patient_visit_container .TDFieldOptionRight,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .upload .TDFieldOptionRight,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .videoSpacer .TDFieldOptionRight,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] [class*=benefit_] .TDFieldOptionRight,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] [class*=pharmacy_container] .TDFieldOptionRight,.root-web-sdk #containerForm.pulse-rav .allSpacer .TDFieldOptionRight,.root-web-sdk #containerForm.pulse-rav .manual .TDFieldOptionRight,.root-web-sdk #containerForm.pulse-rav .medicationSpacer .TDFieldOptionRight,.root-web-sdk #containerForm.pulse-rav .member_id .TDFieldOptionRight,.root-web-sdk #containerForm.pulse-rav .phoneSpacer .TDFieldOptionRight,.root-web-sdk #containerForm.pulse-rav .reason_initial_flex_visit_container .TDFieldOptionRight,.root-web-sdk #containerForm.pulse-rav .reason_new_patient_visit_container .TDFieldOptionRight,.root-web-sdk #containerForm.pulse-rav .upload .TDFieldOptionRight,.root-web-sdk #containerForm.pulse-rav .videoSpacer .TDFieldOptionRight,.root-web-sdk #containerForm.pulse-rav [class*=benefit_] .TDFieldOptionRight,.root-web-sdk #containerForm.pulse-rav [class*=pharmacy_container] .TDFieldOptionRight{grid-column:last-col/span 1;grid-row:1/last-line;grid-row-end:span 90;justify-self:center;margin-right:1.5rem;margin-top:32px;padding-left:.25rem;padding-right:.25rem;--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity));--bg-opacity:1;background-color:#696b6b;background-color:rgba(105, 107, 107, var(--bg-opacity));line-height:1.5rem;font-size:1rem;border-radius:4px}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .container[class*=capsule_delivery_hours_container],.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .container[class*=capsule_delivery_hours_container],.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .container[class*=capsule_delivery_hours_container],.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .container[class*=capsule_delivery_hours_container],.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .container[class*=capsule_delivery_hours_container],.root-web-sdk #containerForm.pulse-rav .container[class*=capsule_delivery_hours_container]{border-bottom:1px solid #dfe0df;margin-bottom:1.5rem}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .container[class*=working_hours_container],.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .container[class*=working_hours_container],.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .container[class*=working_hours_container],.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .container[class*=working_hours_container],.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .container[class*=working_hours_container],.root-web-sdk #containerForm.pulse-rav .container[class*=working_hours_container]{padding-bottom:1.5rem}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .container[class*=working_hours_container] .text-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .container[class*=working_hours_container] .text-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .container[class*=working_hours_container] .text-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .container[class*=working_hours_container] .text-web-sdk,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .container[class*=working_hours_container] .text-web-sdk,.root-web-sdk #containerForm.pulse-rav .container[class*=working_hours_container] .text-web-sdk{margin-bottom:0}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .container[class*=working_hours_container] .container[class*=working_hours_heading],.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .container[class*=working_hours_container] .container[class*=working_hours_heading],.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .container[class*=working_hours_container] .container[class*=working_hours_heading],.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .container[class*=working_hours_container] .container[class*=working_hours_heading],.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .container[class*=working_hours_container] .container[class*=working_hours_heading],.root-web-sdk #containerForm.pulse-rav .container[class*=working_hours_container] .container[class*=working_hours_heading]{display:flex;align-items:center;grid-gap:1rem;gap:1rem;padding-bottom:1rem}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .container[class*=working_hours_container] .container[class*=working_hours_heading] .working_hours_title,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .container[class*=working_hours_container] .container[class*=working_hours_heading] .working_hours_title,.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .container[class*=working_hours_container] .container[class*=working_hours_heading] .working_hours_title,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .container[class*=working_hours_container] .container[class*=working_hours_heading] .working_hours_title,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .container[class*=working_hours_container] .container[class*=working_hours_heading] .working_hours_title,.root-web-sdk #containerForm.pulse-rav .container[class*=working_hours_container] .container[class*=working_hours_heading] .working_hours_title{font-size:1.375rem;font-weight:500;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));line-height:20px}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .container[class*=working_hours_container] .container[class*=working_hours_heading] .working_hours_title+div,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .container[class*=working_hours_container] .container[class*=working_hours_heading] .working_hours_title+div,.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .container[class*=working_hours_container] .container[class*=working_hours_heading] .working_hours_title+div,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .container[class*=working_hours_container] .container[class*=working_hours_heading] .working_hours_title+div,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .container[class*=working_hours_container] .container[class*=working_hours_heading] .working_hours_title+div,.root-web-sdk #containerForm.pulse-rav .container[class*=working_hours_container] .container[class*=working_hours_heading] .working_hours_title+div{display:flex}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .container[class*=working_hours_container] .container[class*=working_hours_heading] .working_hours_title+div .image-placeholder-websdk,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .container[class*=working_hours_container] .container[class*=working_hours_heading] .working_hours_title+div .image-placeholder-websdk,.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .container[class*=working_hours_container] .container[class*=working_hours_heading] .working_hours_title+div .image-placeholder-websdk,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .container[class*=working_hours_container] .container[class*=working_hours_heading] .working_hours_title+div .image-placeholder-websdk,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .container[class*=working_hours_container] .container[class*=working_hours_heading] .working_hours_title+div .image-placeholder-websdk,.root-web-sdk #containerForm.pulse-rav .container[class*=working_hours_container] .container[class*=working_hours_heading] .working_hours_title+div .image-placeholder-websdk{margin-left:6px;height:.75rem;width:.5rem;background-position:50%;background-repeat:no-repeat;background-size:contain;align-self:center}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .container[class*=working_hours_container] .container[class*=working_hours_heading] .working_hours_title+div .image-placeholder-websdk.ic_tdh_arrow_right_default,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .container[class*=working_hours_container] .container[class*=working_hours_heading] .working_hours_title+div .image-placeholder-websdk.ic_tdh_arrow_right_default,.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .container[class*=working_hours_container] .container[class*=working_hours_heading] .working_hours_title+div .image-placeholder-websdk.ic_tdh_arrow_right_default,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .container[class*=working_hours_container] .container[class*=working_hours_heading] .working_hours_title+div .image-placeholder-websdk.ic_tdh_arrow_right_default,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .container[class*=working_hours_container] .container[class*=working_hours_heading] .working_hours_title+div .image-placeholder-websdk.ic_tdh_arrow_right_default,.root-web-sdk #containerForm.pulse-rav .container[class*=working_hours_container] .container[class*=working_hours_heading] .working_hours_title+div .image-placeholder-websdk.ic_tdh_arrow_right_default{background-image:url(https://assets.livongo.com/image/upload/v1713187520/web-sdk/icons/blue-arrow-right_yaageo.svg)}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .container[class*=working_hours_container] .container[class*=working_hours_heading] .working_hours_title+div .image-placeholder-websdk.ic_tdh_arrow_down_default,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .container[class*=working_hours_container] .container[class*=working_hours_heading] .working_hours_title+div .image-placeholder-websdk.ic_tdh_arrow_down_default,.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .container[class*=working_hours_container] .container[class*=working_hours_heading] .working_hours_title+div .image-placeholder-websdk.ic_tdh_arrow_down_default,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .container[class*=working_hours_container] .container[class*=working_hours_heading] .working_hours_title+div .image-placeholder-websdk.ic_tdh_arrow_down_default,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .container[class*=working_hours_container] .container[class*=working_hours_heading] .working_hours_title+div .image-placeholder-websdk.ic_tdh_arrow_down_default,.root-web-sdk #containerForm.pulse-rav .container[class*=working_hours_container] .container[class*=working_hours_heading] .working_hours_title+div .image-placeholder-websdk.ic_tdh_arrow_down_default{height:1rem;width:.75rem;background-image:url(https://assets.livongo.com/image/upload/v1713275810/web-sdk/icons/blue-arrow-down.svg)}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .container[class*=working_hours_container] .container[class*=working_hours_heading] .working_hours_title+div .option_content,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .container[class*=working_hours_container] .container[class*=working_hours_heading] .working_hours_title+div .option_content,.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .container[class*=working_hours_container] .container[class*=working_hours_heading] .working_hours_title+div .option_content,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .container[class*=working_hours_container] .container[class*=working_hours_heading] .working_hours_title+div .option_content,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .container[class*=working_hours_container] .container[class*=working_hours_heading] .working_hours_title+div .option_content,.root-web-sdk #containerForm.pulse-rav .container[class*=working_hours_container] .container[class*=working_hours_heading] .working_hours_title+div .option_content{font-weight:500;font-size:1.125rem;line-height:20px;color:#5156f5}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .container[class*=working_hours_container] [class*=working_hours_timetable],.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .container[class*=working_hours_container] [class*=working_hours_timetable],.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .container[class*=working_hours_container] [class*=working_hours_timetable],.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .container[class*=working_hours_container] [class*=working_hours_timetable],.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .container[class*=working_hours_container] [class*=working_hours_timetable],.root-web-sdk #containerForm.pulse-rav .container[class*=working_hours_container] [class*=working_hours_timetable]{font-weight:400;font-size:1rem;line-height:20px;display:flex;flex-wrap:wrap}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .container[class*=working_hours_container] [class*=working_hours_timetable] p:first-child+p:not(:last-child),.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .container[class*=working_hours_container] [class*=working_hours_timetable] p:first-child:not(:nth-last-child(2)),.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .container[class*=working_hours_container] [class*=working_hours_timetable] p:first-child+p:not(:last-child),.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .container[class*=working_hours_container] [class*=working_hours_timetable] p:first-child:not(:nth-last-child(2)),.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .container[class*=working_hours_container] [class*=working_hours_timetable] p:first-child+p:not(:last-child),.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .container[class*=working_hours_container] [class*=working_hours_timetable] p:first-child:not(:nth-last-child(2)),.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .container[class*=working_hours_container] [class*=working_hours_timetable] p:first-child+p:not(:last-child),.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .container[class*=working_hours_container] [class*=working_hours_timetable] p:first-child:not(:nth-last-child(2)),.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .container[class*=working_hours_container] [class*=working_hours_timetable] p:first-child+p:not(:last-child),.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .container[class*=working_hours_container] [class*=working_hours_timetable] p:first-child:not(:nth-last-child(2)),.root-web-sdk #containerForm.pulse-rav .container[class*=working_hours_container] [class*=working_hours_timetable] p:first-child+p:not(:last-child),.root-web-sdk #containerForm.pulse-rav .container[class*=working_hours_container] [class*=working_hours_timetable] p:first-child:not(:nth-last-child(2)){font-weight:700}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .container[class*=working_hours_container] [class*=working_hours_timetable] p,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .container[class*=working_hours_container] [class*=working_hours_timetable] p,.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .container[class*=working_hours_container] [class*=working_hours_timetable] p,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .container[class*=working_hours_container] [class*=working_hours_timetable] p,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .container[class*=working_hours_container] [class*=working_hours_timetable] p,.root-web-sdk #containerForm.pulse-rav .container[class*=working_hours_container] [class*=working_hours_timetable] p{width:100%;flex:50%;margin-left:0}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .capsule_pharmacy_with_logo,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .container[class*=capsule_delivery_hours_container],.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .container[class*=delivery_hours_container],.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .container[class*=option_field],.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .container[class*=working_hours_container],.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .container[class*=working_hours_heading],.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .container[class*=working_hours_timetable],.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .labels_list,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .pharmacy_type_icon_and_title,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .capsule_pharmacy_with_logo,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .container[class*=capsule_delivery_hours_container],.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .container[class*=delivery_hours_container],.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .container[class*=option_field],.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .container[class*=working_hours_container],.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .container[class*=working_hours_heading],.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .container[class*=working_hours_timetable],.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .labels_list,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .pharmacy_type_icon_and_title,.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .capsule_pharmacy_with_logo,.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .container[class*=capsule_delivery_hours_container],.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .container[class*=delivery_hours_container],.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .container[class*=option_field],.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .container[class*=working_hours_container],.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .container[class*=working_hours_heading],.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .container[class*=working_hours_timetable],.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .labels_list,.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .pharmacy_type_icon_and_title,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .capsule_pharmacy_with_logo,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .container[class*=capsule_delivery_hours_container],.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .container[class*=delivery_hours_container],.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .container[class*=option_field],.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .container[class*=working_hours_container],.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .container[class*=working_hours_heading],.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .container[class*=working_hours_timetable],.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .labels_list,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .pharmacy_type_icon_and_title,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .capsule_pharmacy_with_logo,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .container[class*=capsule_delivery_hours_container],.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .container[class*=delivery_hours_container],.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .container[class*=option_field],.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .container[class*=working_hours_container],.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .container[class*=working_hours_heading],.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .container[class*=working_hours_timetable],.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .labels_list,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .pharmacy_type_icon_and_title,.root-web-sdk #containerForm.pulse-rav .capsule_pharmacy_with_logo,.root-web-sdk #containerForm.pulse-rav .container[class*=capsule_delivery_hours_container],.root-web-sdk #containerForm.pulse-rav .container[class*=delivery_hours_container],.root-web-sdk #containerForm.pulse-rav .container[class*=option_field],.root-web-sdk #containerForm.pulse-rav .container[class*=working_hours_container],.root-web-sdk #containerForm.pulse-rav .container[class*=working_hours_heading],.root-web-sdk #containerForm.pulse-rav .container[class*=working_hours_timetable],.root-web-sdk #containerForm.pulse-rav .labels_list,.root-web-sdk #containerForm.pulse-rav .pharmacy_type_icon_and_title{margin-left:0;margin-right:0;width:auto;max-width:none}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .select_pharmacy_error,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .text-web-sdk[class*=errorDependents],.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .select_pharmacy_error,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .text-web-sdk[class*=errorDependents],.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .select_pharmacy_error,.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .text-web-sdk[class*=errorDependents],.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .select_pharmacy_error,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .text-web-sdk[class*=errorDependents],.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .select_pharmacy_error,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .text-web-sdk[class*=errorDependents],.root-web-sdk #containerForm.pulse-rav .select_pharmacy_error,.root-web-sdk #containerForm.pulse-rav .text-web-sdk[class*=errorDependents]{margin-left:.5rem;line-height:1.5rem;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity))}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .select_pharmacy_error:before,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .text-web-sdk[class*=errorDependents]:before,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .select_pharmacy_error:before,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .text-web-sdk[class*=errorDependents]:before,.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .select_pharmacy_error:before,.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .text-web-sdk[class*=errorDependents]:before,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .select_pharmacy_error:before,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .text-web-sdk[class*=errorDependents]:before,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .select_pharmacy_error:before,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .text-web-sdk[class*=errorDependents]:before,.root-web-sdk #containerForm.pulse-rav .select_pharmacy_error:before,.root-web-sdk #containerForm.pulse-rav .text-web-sdk[class*=errorDependents]:before{content:url(https://assets.livongo.com/image/upload/v1713278586/web-sdk/icons/icon-error-sign.svg);top:3px;right:5px;position:relative;margin-bottom:32px}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .hidden-field,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .hidden-field,.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .hidden-field,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .hidden-field,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .hidden-field,.root-web-sdk #containerForm.pulse-rav .hidden-field{display:none}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .link-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .link-web-sdk,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .link-web-sdk,.root-web-sdk #containerForm.pulse-rav .link-web-sdk{--text-opacity:1;color:#0060fc;color:rgba(0, 96, 252, var(--text-opacity));font-size:1.125rem}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .text-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .text-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .text-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .text-web-sdk,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .text-web-sdk,.root-web-sdk #containerForm.pulse-rav .text-web-sdk{--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));font-size:1.125rem;line-height:1.75rem}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .text-web-sdk.required,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .text-web-sdk.required,.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .text-web-sdk.required,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .text-web-sdk.required,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .text-web-sdk.required,.root-web-sdk #containerForm.pulse-rav .text-web-sdk.required{--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity));font-size:15px;line-height:20px;margin-bottom:32px}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .instructions+.required,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .instructions+.required,.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .instructions+.required,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .instructions+.required,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .instructions+.required,.root-web-sdk #containerForm.pulse-rav .instructions+.required{margin-top:32px}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .text-link-web-sdk[data-testid=text-enterManualPharmacy],.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .text-link-web-sdk[data-testid=text-enterManualPharmacy],.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .text-link-web-sdk[data-testid=text-enterManualPharmacy],.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .text-link-web-sdk[data-testid=text-enterManualPharmacy],.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .text-link-web-sdk[data-testid=text-enterManualPharmacy],.root-web-sdk #containerForm.pulse-rav .text-link-web-sdk[data-testid=text-enterManualPharmacy]{--text-opacity:1;color:#0060fc;color:rgba(0, 96, 252, var(--text-opacity));margin-top:2.125rem;margin-bottom:2.125rem;margin-left:.25rem;padding-right:.25rem}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .text-link-web-sdk[data-testid=text-enterManualPharmacy]:focus,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .text-link-web-sdk[data-testid=text-enterManualPharmacy]:focus,.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .text-link-web-sdk[data-testid=text-enterManualPharmacy]:focus,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .text-link-web-sdk[data-testid=text-enterManualPharmacy]:focus,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .text-link-web-sdk[data-testid=text-enterManualPharmacy]:focus,.root-web-sdk #containerForm.pulse-rav .text-link-web-sdk[data-testid=text-enterManualPharmacy]:focus{box-shadow:0 0 0 2px #fff,0 0 2px 4px rgba(0,96,252,0.6)}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .add_another_specialty,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .text-link-web-sdk[data-testid*=add_pharmacy],.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .text-link-web-sdk[data-testid=text-add_coverage_button],.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .text-link-web-sdk[data-testid=text-addCareRecipientLink],.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .text-link-web-sdk[data-testid=text-addMemberLink],.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .text-link-web-sdk[data-testid=text-manualPharmacy],.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .add_another_specialty,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .text-link-web-sdk[data-testid*=add_pharmacy],.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .text-link-web-sdk[data-testid=text-add_coverage_button],.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .text-link-web-sdk[data-testid=text-addCareRecipientLink],.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .text-link-web-sdk[data-testid=text-addMemberLink],.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .text-link-web-sdk[data-testid=text-manualPharmacy],.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .add_another_specialty,.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .text-link-web-sdk[data-testid*=add_pharmacy],.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .text-link-web-sdk[data-testid=text-add_coverage_button],.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .text-link-web-sdk[data-testid=text-addCareRecipientLink],.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .text-link-web-sdk[data-testid=text-addMemberLink],.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .text-link-web-sdk[data-testid=text-manualPharmacy],.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .add_another_specialty,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .text-link-web-sdk[data-testid*=add_pharmacy],.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .text-link-web-sdk[data-testid=text-add_coverage_button],.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .text-link-web-sdk[data-testid=text-addCareRecipientLink],.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .text-link-web-sdk[data-testid=text-addMemberLink],.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .text-link-web-sdk[data-testid=text-manualPharmacy],.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .add_another_specialty,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .text-link-web-sdk[data-testid*=add_pharmacy],.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .text-link-web-sdk[data-testid=text-add_coverage_button],.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .text-link-web-sdk[data-testid=text-addCareRecipientLink],.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .text-link-web-sdk[data-testid=text-addMemberLink],.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .text-link-web-sdk[data-testid=text-manualPharmacy],.root-web-sdk #containerForm.pulse-rav .add_another_specialty,.root-web-sdk #containerForm.pulse-rav .text-link-web-sdk[data-testid*=add_pharmacy],.root-web-sdk #containerForm.pulse-rav .text-link-web-sdk[data-testid=text-add_coverage_button],.root-web-sdk #containerForm.pulse-rav .text-link-web-sdk[data-testid=text-addCareRecipientLink],.root-web-sdk #containerForm.pulse-rav .text-link-web-sdk[data-testid=text-addMemberLink],.root-web-sdk #containerForm.pulse-rav .text-link-web-sdk[data-testid=text-manualPharmacy]{--text-opacity:1;color:#0060fc;color:rgba(0, 96, 252, var(--text-opacity));margin-top:2.125rem;margin-bottom:2.125rem;margin-left:.25rem;padding-right:.25rem;padding-left:.5rem}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .add_another_specialty:before,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .text-link-web-sdk[data-testid*=add_pharmacy]:before,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .text-link-web-sdk[data-testid=text-add_coverage_button]:before,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .text-link-web-sdk[data-testid=text-addCareRecipientLink]:before,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .text-link-web-sdk[data-testid=text-addMemberLink]:before,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .text-link-web-sdk[data-testid=text-manualPharmacy]:before,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .add_another_specialty:before,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .text-link-web-sdk[data-testid*=add_pharmacy]:before,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .text-link-web-sdk[data-testid=text-add_coverage_button]:before,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .text-link-web-sdk[data-testid=text-addCareRecipientLink]:before,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .text-link-web-sdk[data-testid=text-addMemberLink]:before,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .text-link-web-sdk[data-testid=text-manualPharmacy]:before,.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .add_another_specialty:before,.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .text-link-web-sdk[data-testid*=add_pharmacy]:before,.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .text-link-web-sdk[data-testid=text-add_coverage_button]:before,.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .text-link-web-sdk[data-testid=text-addCareRecipientLink]:before,.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .text-link-web-sdk[data-testid=text-addMemberLink]:before,.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .text-link-web-sdk[data-testid=text-manualPharmacy]:before,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .add_another_specialty:before,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .text-link-web-sdk[data-testid*=add_pharmacy]:before,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .text-link-web-sdk[data-testid=text-add_coverage_button]:before,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .text-link-web-sdk[data-testid=text-addCareRecipientLink]:before,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .text-link-web-sdk[data-testid=text-addMemberLink]:before,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .text-link-web-sdk[data-testid=text-manualPharmacy]:before,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .add_another_specialty:before,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .text-link-web-sdk[data-testid*=add_pharmacy]:before,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .text-link-web-sdk[data-testid=text-add_coverage_button]:before,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .text-link-web-sdk[data-testid=text-addCareRecipientLink]:before,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .text-link-web-sdk[data-testid=text-addMemberLink]:before,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .text-link-web-sdk[data-testid=text-manualPharmacy]:before,.root-web-sdk #containerForm.pulse-rav .add_another_specialty:before,.root-web-sdk #containerForm.pulse-rav .text-link-web-sdk[data-testid*=add_pharmacy]:before,.root-web-sdk #containerForm.pulse-rav .text-link-web-sdk[data-testid=text-add_coverage_button]:before,.root-web-sdk #containerForm.pulse-rav .text-link-web-sdk[data-testid=text-addCareRecipientLink]:before,.root-web-sdk #containerForm.pulse-rav .text-link-web-sdk[data-testid=text-addMemberLink]:before,.root-web-sdk #containerForm.pulse-rav .text-link-web-sdk[data-testid=text-manualPharmacy]:before{content:url(https://assets.livongo.com/image/upload/v1713278511/web-sdk/icons/icon-add-pulse.svg);top:3px;right:5px;position:relative;margin-bottom:32px}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .add_another_specialty:focus,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .text-link-web-sdk[data-testid*=add_pharmacy]:focus,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .text-link-web-sdk[data-testid=text-add_coverage_button]:focus,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .text-link-web-sdk[data-testid=text-addCareRecipientLink]:focus,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .text-link-web-sdk[data-testid=text-addMemberLink]:focus,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .text-link-web-sdk[data-testid=text-manualPharmacy]:focus,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .add_another_specialty:focus,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .text-link-web-sdk[data-testid*=add_pharmacy]:focus,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .text-link-web-sdk[data-testid=text-add_coverage_button]:focus,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .text-link-web-sdk[data-testid=text-addCareRecipientLink]:focus,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .text-link-web-sdk[data-testid=text-addMemberLink]:focus,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .text-link-web-sdk[data-testid=text-manualPharmacy]:focus,.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .add_another_specialty:focus,.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .text-link-web-sdk[data-testid*=add_pharmacy]:focus,.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .text-link-web-sdk[data-testid=text-add_coverage_button]:focus,.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .text-link-web-sdk[data-testid=text-addCareRecipientLink]:focus,.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .text-link-web-sdk[data-testid=text-addMemberLink]:focus,.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .text-link-web-sdk[data-testid=text-manualPharmacy]:focus,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .add_another_specialty:focus,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .text-link-web-sdk[data-testid*=add_pharmacy]:focus,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .text-link-web-sdk[data-testid=text-add_coverage_button]:focus,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .text-link-web-sdk[data-testid=text-addCareRecipientLink]:focus,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .text-link-web-sdk[data-testid=text-addMemberLink]:focus,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .text-link-web-sdk[data-testid=text-manualPharmacy]:focus,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .add_another_specialty:focus,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .text-link-web-sdk[data-testid*=add_pharmacy]:focus,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .text-link-web-sdk[data-testid=text-add_coverage_button]:focus,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .text-link-web-sdk[data-testid=text-addCareRecipientLink]:focus,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .text-link-web-sdk[data-testid=text-addMemberLink]:focus,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .text-link-web-sdk[data-testid=text-manualPharmacy]:focus,.root-web-sdk #containerForm.pulse-rav .add_another_specialty:focus,.root-web-sdk #containerForm.pulse-rav .text-link-web-sdk[data-testid*=add_pharmacy]:focus,.root-web-sdk #containerForm.pulse-rav .text-link-web-sdk[data-testid=text-add_coverage_button]:focus,.root-web-sdk #containerForm.pulse-rav .text-link-web-sdk[data-testid=text-addCareRecipientLink]:focus,.root-web-sdk #containerForm.pulse-rav .text-link-web-sdk[data-testid=text-addMemberLink]:focus,.root-web-sdk #containerForm.pulse-rav .text-link-web-sdk[data-testid=text-manualPharmacy]:focus{box-shadow:0 0 0 2px #fff,0 0 2px 4px rgba(0,96,252,0.6)}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .text-link-web-sdk[data-testid=text-add_pharmacy],.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .text-link-web-sdk[data-testid=text-add_pharmacy],.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .text-link-web-sdk[data-testid=text-add_pharmacy],.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .text-link-web-sdk[data-testid=text-add_pharmacy],.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .text-link-web-sdk[data-testid=text-add_pharmacy],.root-web-sdk #containerForm.pulse-rav .text-link-web-sdk[data-testid=text-add_pharmacy]{--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity))}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .text-link-web-sdk[data-testid=text-add_pharmacy]:before,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .text-link-web-sdk[data-testid=text-add_pharmacy]:before,.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .text-link-web-sdk[data-testid=text-add_pharmacy]:before,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .text-link-web-sdk[data-testid=text-add_pharmacy]:before,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .text-link-web-sdk[data-testid=text-add_pharmacy]:before,.root-web-sdk #containerForm.pulse-rav .text-link-web-sdk[data-testid=text-add_pharmacy]:before{content:url(https://assets.livongo.com/image/upload/v1713278686/web-sdk/icons/icon-search-blue.svg);margin-right:.5rem;top:0}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .text-link-web-sdk[data-testid*=add_pharmacy],.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .text-link-web-sdk[data-testid=text-manualPharmacy],.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .text-link-web-sdk[data-testid*=add_pharmacy],.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .text-link-web-sdk[data-testid=text-manualPharmacy],.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .text-link-web-sdk[data-testid*=add_pharmacy],.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .text-link-web-sdk[data-testid=text-manualPharmacy],.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .text-link-web-sdk[data-testid*=add_pharmacy],.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .text-link-web-sdk[data-testid=text-manualPharmacy],.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .text-link-web-sdk[data-testid*=add_pharmacy],.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .text-link-web-sdk[data-testid=text-manualPharmacy],.root-web-sdk #containerForm.pulse-rav .text-link-web-sdk[data-testid*=add_pharmacy],.root-web-sdk #containerForm.pulse-rav .text-link-web-sdk[data-testid=text-manualPharmacy]{margin-bottom:32px}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .pharmacy_text,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .pharmacy_text2,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .pharmacy_text,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .pharmacy_text2,.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .pharmacy_text,.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .pharmacy_text2,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .pharmacy_text,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList .pharmacy_text2,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .pharmacy_text,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .pharmacy_text2,.root-web-sdk #containerForm.pulse-rav .pharmacy_text,.root-web-sdk #containerForm.pulse-rav .pharmacy_text2{margin-bottom:1.5rem}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .title-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .title-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .title-web-sdk,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .title-web-sdk,.root-web-sdk #containerForm.pulse-rav .title-web-sdk{font-size:37px;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));font-weight:700;line-height:2.5rem}.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .dialog-overlay-web-sdk:not(.fullscreen),.root-web-sdk #containerForm.pulse-rav .dialog-overlay-web-sdk:not(.fullscreen){background-color:rgba(86,87,87,0.7)}.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .dialog-web-sdk:not(.fullscreen),.root-web-sdk #containerForm.pulse-rav .dialog-web-sdk:not(.fullscreen){padding-left:1rem;padding-right:1rem}.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .dialog-web-sdk,.root-web-sdk #containerForm.pulse-rav .dialog-web-sdk{width:100%;max-width:36rem}.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .dialog-web-sdk .dialog-web-sdk-ico-close,.root-web-sdk #containerForm.pulse-rav .dialog-web-sdk .dialog-web-sdk-ico-close{height:1rem;min-width:1rem;background:url(https://assets.livongo.com/image/upload/v1713279106/web-sdk/icons/pulse-dialog-close.svg) no-repeat 50%;margin:1.5rem}.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .dialog-web-sdk .dialog-web-sdk-ico-close:focus-visible,.root-web-sdk #containerForm.pulse-rav .dialog-web-sdk .dialog-web-sdk-ico-close:focus-visible{outline:2px solid transparent;outline-offset:2px}.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .dialog-web-sdk .dialog-web-sdk-ico-close:focus,.root-web-sdk #containerForm.pulse-rav .dialog-web-sdk .dialog-web-sdk-ico-close:focus{box-shadow:0 0 0 2px #fff,0 0 2px 4px rgba(0,96,252,0.6);border-radius:.25rem;outline:2px solid transparent;outline-offset:2px}.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .dialog-web-sdk .dialog_title.text-web-sdk,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .dialog-web-sdk .dialogTitle.text-web-sdk,.root-web-sdk #containerForm.pulse-rav .dialog-web-sdk .dialog_title.text-web-sdk,.root-web-sdk #containerForm.pulse-rav .dialog-web-sdk .dialogTitle.text-web-sdk{font-size:1.5rem;font-weight:500;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));margin-top:1rem;margin-bottom:1.5rem;text-align:left;padding-bottom:.5rem;--border-opacity:1;border-color:#e5e8e8;border-bottom:1px;border-color:rgba(229, 232, 232, var(--border-opacity));border-style:solid}@media (min-width: 472px){.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .dialog-web-sdk .dialog_title.text-web-sdk,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .dialog-web-sdk .dialogTitle.text-web-sdk,.root-web-sdk #containerForm.pulse-rav .dialog-web-sdk .dialog_title.text-web-sdk,.root-web-sdk #containerForm.pulse-rav .dialog-web-sdk .dialogTitle.text-web-sdk{font-size:1.875rem}}.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .dialog-web-sdk .title-web-sdk,.root-web-sdk #containerForm.pulse-rav .dialog-web-sdk .title-web-sdk{--text-opacity:1;color:#000;color:rgba(0, 0, 0, var(--text-opacity))}.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .dialog-web-sdk .dialog-header-web-sdk,.root-web-sdk #containerForm.pulse-rav .dialog-web-sdk .dialog-header-web-sdk{padding-bottom:0.5rem !important;margin-bottom:0.5rem !important;margin-left:0 !important;margin-right:0 !important;padding-left:0 !important;padding-right:0 !important}.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .dialog-web-sdk .dialog-header-web-sdk h1,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .dialog-web-sdk .dialog-header-web-sdk h2,.root-web-sdk #containerForm.pulse-rav .dialog-web-sdk .dialog-header-web-sdk h1,.root-web-sdk #containerForm.pulse-rav .dialog-web-sdk .dialog-header-web-sdk h2{--border-opacity:1;border-color:#e5e8e8;border-bottom:1px;border-color:rgba(229, 232, 232, var(--border-opacity));border-style:solid;margin-left:1rem !important;margin-right:1rem !important;padding-bottom:0.5rem !important}@media (min-width: 576px){.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .dialog-web-sdk .dialog-header-web-sdk h1,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .dialog-web-sdk .dialog-header-web-sdk h2,.root-web-sdk #containerForm.pulse-rav .dialog-web-sdk .dialog-header-web-sdk h1,.root-web-sdk #containerForm.pulse-rav .dialog-web-sdk .dialog-header-web-sdk h2{padding-left:0 !important;padding-right:0 !important;margin-left:1rem !important;margin-right:1rem !important}}.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .dialog-web-sdk .dialog-header-web-sdk:before,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .dialog-web-sdk .dialog-header-web-sdk h1:before,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .dialog-web-sdk .dialog-header-web-sdk h2:before,.root-web-sdk #containerForm.pulse-rav .dialog-web-sdk .dialog-header-web-sdk:before,.root-web-sdk #containerForm.pulse-rav .dialog-web-sdk .dialog-header-web-sdk h1:before,.root-web-sdk #containerForm.pulse-rav .dialog-web-sdk .dialog-header-web-sdk h2:before{background:none !important;padding-bottom:0 !important}.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .dialog-web-sdk .dialog-content-web-sdk .dialog-subheader,.root-web-sdk #containerForm.pulse-rav .dialog-web-sdk .dialog-content-web-sdk .dialog-subheader{--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity))}@media (min-width: 576px){.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .dialog-web-sdk .dialog-content-web-sdk .dialog-subheader,.root-web-sdk #containerForm.pulse-rav .dialog-web-sdk .dialog-content-web-sdk .dialog-subheader{padding-left:0 !important}}.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .dialog-web-sdk .dialogSubtitle,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .dialog-web-sdk .dialogSubtitle1,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .dialog-web-sdk .dialogSubtitle1.text-web-sdk,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .dialog-web-sdk .dialogSubtitle.text-web-sdk,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .dialog-web-sdk .dialogSubtitleMedopt,.root-web-sdk #containerForm.pulse-rav .dialog-web-sdk .dialogSubtitle,.root-web-sdk #containerForm.pulse-rav .dialog-web-sdk .dialogSubtitle1,.root-web-sdk #containerForm.pulse-rav .dialog-web-sdk .dialogSubtitle1.text-web-sdk,.root-web-sdk #containerForm.pulse-rav .dialog-web-sdk .dialogSubtitle.text-web-sdk,.root-web-sdk #containerForm.pulse-rav .dialog-web-sdk .dialogSubtitleMedopt{font-size:1.375rem;font-weight:500;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));margin-bottom:1rem}@media (min-width: 472px){.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .dialog-web-sdk .dialogSubtitle,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .dialog-web-sdk .dialogSubtitle1,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .dialog-web-sdk .dialogSubtitle1.text-web-sdk,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .dialog-web-sdk .dialogSubtitle.text-web-sdk,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .dialog-web-sdk .dialogSubtitleMedopt,.root-web-sdk #containerForm.pulse-rav .dialog-web-sdk .dialogSubtitle,.root-web-sdk #containerForm.pulse-rav .dialog-web-sdk .dialogSubtitle1,.root-web-sdk #containerForm.pulse-rav .dialog-web-sdk .dialogSubtitle1.text-web-sdk,.root-web-sdk #containerForm.pulse-rav .dialog-web-sdk .dialogSubtitle.text-web-sdk,.root-web-sdk #containerForm.pulse-rav .dialog-web-sdk .dialogSubtitleMedopt{font-size:1.625rem}}.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .dialog-web-sdk .dialogSubtitle,.root-web-sdk #containerForm.pulse-rav .dialog-web-sdk .dialogSubtitle{margin-top:1.5rem}.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .dialog-web-sdk .html-text-web-sdk,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .dialog-web-sdk .text-web-sdk,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .dialog-web-sdk li,.root-web-sdk #containerForm.pulse-rav .dialog-web-sdk .html-text-web-sdk,.root-web-sdk #containerForm.pulse-rav .dialog-web-sdk .text-web-sdk,.root-web-sdk #containerForm.pulse-rav .dialog-web-sdk li{font-size:.875rem;font-weight:400}.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .dialog-web-sdk .agreement-dialog-web-sdk li:first-child,.root-web-sdk #containerForm.pulse-rav .dialog-web-sdk .agreement-dialog-web-sdk li:first-child{font-size:inherit;margin-left:0;display:inline}.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .dialog-web-sdk li,.root-web-sdk #containerForm.pulse-rav .dialog-web-sdk li{margin-left:2.5rem;margin-bottom:1rem}.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .dialog-web-sdk .cov_19_disclaimer_title,.root-web-sdk #containerForm.pulse-rav .dialog-web-sdk .cov_19_disclaimer_title{margin-bottom:1rem}.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .dialog-web-sdk .cov_19_disclaimer_more_info,.root-web-sdk #containerForm.pulse-rav .dialog-web-sdk .cov_19_disclaimer_more_info{--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity))}.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .dialog-web-sdk .dialogText,.root-web-sdk #containerForm.pulse-rav .dialog-web-sdk .dialogText{margin-bottom:1.25rem;text-align:left;line-height:1.5rem;--text-opacity:1;color:#718096;color:rgba(113, 128, 150, var(--text-opacity));font-size:18px;font-weight:400}.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .dialog-web-sdk .button-update_mh_button,.root-web-sdk #containerForm.pulse-rav .dialog-web-sdk .button-update_mh_button{--bg-opacity:1;background-color:#5b2f91;background-color:rgba(91, 47, 145, var(--bg-opacity));border-width:2px;--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity));margin-left:1rem;font-size:1.125rem;padding-top:.875rem;padding-bottom:.875rem}@media (min-width: 472px){.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .dialog-web-sdk .button-update_mh_button,.root-web-sdk #containerForm.pulse-rav .dialog-web-sdk .button-update_mh_button{width:65%}}@media (min-width: 576px){.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .dialog-web-sdk .button-update_mh_button,.root-web-sdk #containerForm.pulse-rav .dialog-web-sdk .button-update_mh_button{width:53%}}.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .dialog-web-sdk .button-update_mh_button:hover,.root-web-sdk #containerForm.pulse-rav .dialog-web-sdk .button-update_mh_button:hover{--text-opacity:1;color:#3e267f;color:rgba(62, 38, 127, var(--text-opacity));--bg-opacity:1;background-color:#f0e6f4;background-color:rgba(240, 230, 244, var(--bg-opacity));font-weight:500;--border-opacity:1;border-color:#f0e6f4;border-color:rgba(240, 230, 244, var(--border-opacity))}.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .dialog-web-sdk .button-removeVpcpButton,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .dialog-web-sdk .button-removeVpcpButtonMedopt,.root-web-sdk #containerForm.pulse-rav .dialog-web-sdk .button-removeVpcpButton,.root-web-sdk #containerForm.pulse-rav .dialog-web-sdk .button-removeVpcpButtonMedopt{margin-left:1rem}@media (min-width: 472px){.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .dialog-web-sdk .button-removeVpcpButton,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .dialog-web-sdk .button-removeVpcpButtonMedopt,.root-web-sdk #containerForm.pulse-rav .dialog-web-sdk .button-removeVpcpButton,.root-web-sdk #containerForm.pulse-rav .dialog-web-sdk .button-removeVpcpButtonMedopt{width:23%}}.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .dialog-web-sdk .button-dismissButton,.root-web-sdk #containerForm.pulse-rav .dialog-web-sdk .button-dismissButton{border-width:2px;font-size:1.125rem;margin-bottom:32px;padding-top:.8125rem;padding-bottom:.8125rem;color:#5b2f91;color:rgba(91, 47, 145, var(--text-opacity));--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));--text-opacity:1;color:#422981;color:rgba(66, 41, 129, var(--text-opacity))}@media (min-width: 472px){.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .dialog-web-sdk .button-dismissButton,.root-web-sdk #containerForm.pulse-rav .dialog-web-sdk .button-dismissButton{width:23%}}.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .dialog-web-sdk .button-dismissButton:hover,.root-web-sdk #containerForm.pulse-rav .dialog-web-sdk .button-dismissButton:hover{--bg-opacity:1;background-color:#f0e6f4;background-color:rgba(240, 230, 244, var(--bg-opacity));font-weight:500;--border-opacity:1;border-color:#5b2f91;border-color:rgba(91, 47, 145, var(--border-opacity))}.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .dialog-web-sdk .button-dismissButton li,.root-web-sdk #containerForm.pulse-rav .dialog-web-sdk .button-dismissButton li{--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity))}.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .dialog-web-sdk a,.root-web-sdk #containerForm.pulse-rav .dialog-web-sdk a{--text-opacity:1;color:#0060fc;color:rgba(0, 96, 252, var(--text-opacity))}.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .dialog_title_container,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .dialogTitleContainer,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .dialogTitleContainerMedopt,.root-web-sdk #containerForm.pulse-rav .dialog_title_container,.root-web-sdk #containerForm.pulse-rav .dialogTitleContainer,.root-web-sdk #containerForm.pulse-rav .dialogTitleContainerMedopt{border-style:none;background-color:transparent;margin:0;display:block;box-shadow:none}.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .dialog_title_container:hover,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .dialogTitleContainer:hover,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .dialogTitleContainerMedopt:hover,.root-web-sdk #containerForm.pulse-rav .dialog_title_container:hover,.root-web-sdk #containerForm.pulse-rav .dialogTitleContainer:hover,.root-web-sdk #containerForm.pulse-rav .dialogTitleContainerMedopt:hover{box-shadow:none}.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .dialog_title_container p,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .dialogTitleContainerMedopt p,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .dialogTitleContainer p,.root-web-sdk #containerForm.pulse-rav .dialog_title_container p,.root-web-sdk #containerForm.pulse-rav .dialogTitleContainerMedopt p,.root-web-sdk #containerForm.pulse-rav .dialogTitleContainer p{margin-left:0}.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .screenDefault,.root-web-sdk #containerForm.pulse-rav .screenDefault{background-color:transparent;--bg-opacity:0;position:fixed;min-height:0;right:0;left:0;min-width:auto;top:3.5rem;z-index:99}.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .screenDefault.hidden,.root-web-sdk #containerForm.pulse-rav .screenDefault.hidden{transition:all .75s ease-in-out;top:-150px;opacity:0}@media (min-width: 576px){.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .screenDefault,.root-web-sdk #containerForm.pulse-rav .screenDefault{right:0;left:auto;min-width:500px}}.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .screenDefault .dialog-web-sdk,.root-web-sdk #containerForm.pulse-rav .screenDefault .dialog-web-sdk{padding-left:0;padding-right:0;width:100%;background-color:transparent}.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .screenDefault .dialog-web-sdk .dialog-header-web-sdk,.root-web-sdk #containerForm.pulse-rav .screenDefault .dialog-web-sdk .dialog-header-web-sdk{padding:0;margin:0}.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .screenDefault .dialog-web-sdk .dialog-header-web-sdk h1,.root-web-sdk #containerForm.pulse-rav .screenDefault .dialog-web-sdk .dialog-header-web-sdk h1{display:none}.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .screenDefault .dialog-web-sdk .dialog-header-web-sdk button,.root-web-sdk #containerForm.pulse-rav .screenDefault .dialog-web-sdk .dialog-header-web-sdk button{right:.5rem;top:2rem}.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .screenDefault .dialog-web-sdk .dialog-content-web-sdk,.root-web-sdk #containerForm.pulse-rav .screenDefault .dialog-web-sdk .dialog-content-web-sdk{padding-left:0;padding-right:0;width:100%}.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .screenDefault .dialog-web-sdk .dialog-content-web-sdk .container-web-sdk.dialog_container,.root-web-sdk #containerForm.pulse-rav .screenDefault .dialog-web-sdk .dialog-content-web-sdk .container-web-sdk.dialog_container{--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));margin:0;border-top:8px solid #46944b;box-shadow:0 12px 30px rgba(0,0,0,0.16);padding-bottom:.25rem}.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .screenDefault .dialog-web-sdk .dialog-content-web-sdk .container-web-sdk.dialog_container:hover,.root-web-sdk #containerForm.pulse-rav .screenDefault .dialog-web-sdk .dialog-content-web-sdk .container-web-sdk.dialog_container:hover{--border-opacity:1;border-color:#fff;border-color:rgba(255, 255, 255, var(--border-opacity));border-top:.5rem solid #46944b}.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .screenDefault .dialog-web-sdk .dialog-content-web-sdk .container-web-sdk.dialog_container .text-web-sdk,.root-web-sdk #containerForm.pulse-rav .screenDefault .dialog-web-sdk .dialog-content-web-sdk .container-web-sdk.dialog_container .text-web-sdk{margin-left:3rem}.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .screenDefault .dialog-web-sdk .dialog-content-web-sdk .container-web-sdk.dialog_container .title_text,.root-web-sdk #containerForm.pulse-rav .screenDefault .dialog-web-sdk .dialog-content-web-sdk .container-web-sdk.dialog_container .title_text{font-size:1.375rem;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));margin-top:.75rem;margin-bottom:.25rem}.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .screenDefault .dialog-web-sdk .dialog-content-web-sdk .container-web-sdk.dialog_container .title_text:before,.root-web-sdk #containerForm.pulse-rav .screenDefault .dialog-web-sdk .dialog-content-web-sdk .container-web-sdk.dialog_container .title_text:before{content:" ";width:2rem;position:absolute;left:1.75rem;background:url(https://assets.livongo.com/image/upload/v1713279067/web-sdk/icons/pulse-check-circle.svg) no-repeat scroll 50%;filter:invert(47%) sepia(85%) saturate(310%) hue-rotate(74deg) brightness(89%) contrast(86%)}.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .screenDefault .dialog-web-sdk .dialog-content-web-sdk .container-web-sdk.dialog_container .description_text,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .screenDefault .dialog-web-sdk .dialog-content-web-sdk .container-web-sdk.dialog_container .dialog_desc,.root-web-sdk #containerForm.pulse-rav .screenDefault .dialog-web-sdk .dialog-content-web-sdk .container-web-sdk.dialog_container .description_text,.root-web-sdk #containerForm.pulse-rav .screenDefault .dialog-web-sdk .dialog-content-web-sdk .container-web-sdk.dialog_container .dialog_desc{font-size:18px;--text-opacity:1;color:#565757;color:rgba(86, 87, 87, var(--text-opacity));margin-bottom:.75rem}.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .screenDefault.memberNotificationDialog,.root-web-sdk #containerForm.pulse-rav .screenDefault.memberNotificationDialog{left:0;display:flex;justify-content:center;align-items:center;padding:.5rem;min-height:75vh}.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .screenDefault.memberNotificationDialog .dialog-web-sdk,.root-web-sdk #containerForm.pulse-rav .screenDefault.memberNotificationDialog .dialog-web-sdk{padding:1rem;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));width:480px}.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .screenDefault.memberNotificationDialog .dialog-content-web-sdk,.root-web-sdk #containerForm.pulse-rav .screenDefault.memberNotificationDialog .dialog-content-web-sdk{padding-left:1rem;padding-right:1rem}.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .screenDefault.memberNotificationDialog .dialog_title,.root-web-sdk #containerForm.pulse-rav .screenDefault.memberNotificationDialog .dialog_title{border-style:none;font-size:1.625rem;text-align:center}.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .screenDefault.memberNotificationDialog .dialog_message,.root-web-sdk #containerForm.pulse-rav .screenDefault.memberNotificationDialog .dialog_message{font-size:18px;text-align:center}.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .screenDefault.memberNotificationDialog .button-cancel_button,.root-web-sdk #containerForm.pulse-rav .screenDefault.memberNotificationDialog .button-cancel_button{--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity));--bg-opacity:1;background-color:#5b2f91;background-color:rgba(91, 47, 145, var(--bg-opacity));border-radius:9999px;font-size:18px}.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .button-confirm_button,.root-web-sdk #containerForm.pulse-rav .button-confirm_button{margin-bottom:.75rem;margin-top:1rem;padding-top:1rem;padding-bottom:1rem;border-width:1px;width:auto;border-radius:9999px;--bg-opacity:1;background-color:#422981;background-color:rgba(66, 41, 129, var(--bg-opacity));width:100%;font-size:.875rem}@media (min-width: 568px){.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .button-confirm_button,.root-web-sdk #containerForm.pulse-rav .button-confirm_button{margin-bottom:0;width:8rem;margin-top:.75rem}}.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .button-dismiss_button,.root-web-sdk #containerForm.pulse-rav .button-dismiss_button{--border-opacity:1;border-color:#5156f5;border-color:rgba(81, 86, 245, var(--border-opacity));border-radius:9999px;border-width:2px;padding:1rem;width:100%;line-height:1rem;font-size:.875rem;--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity))}@media (min-width: 568px){.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .button-dismiss_button,.root-web-sdk #containerForm.pulse-rav .button-dismiss_button{width:8rem}}.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .icon_warning,.root-web-sdk #containerForm.pulse-rav .icon_warning{display:none}.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .images_dialog .dialogTitle.text-web-sdk,.root-web-sdk #containerForm.pulse-rav .images_dialog .dialogTitle.text-web-sdk{font-size:1.625rem;margin-top:0;margin-bottom:1rem;border-style:none}.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .images_dialog .dialogMessage,.root-web-sdk #containerForm.pulse-rav .images_dialog .dialogMessage{font-size:18px}.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .images_dialog .button-images_dialog,.root-web-sdk #containerForm.pulse-rav .images_dialog .button-images_dialog{margin-top:32px;--bg-opacity:1;background-color:#422981;background-color:rgba(66, 41, 129, var(--bg-opacity));--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity));--border-opacity:1;border:2px solid #422981;border-color:rgba(66, 41, 129, var(--border-opacity))}.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .images_dialog .button-images_dialog:focus,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .images_dialog .button-images_dialog:hover,.root-web-sdk #containerForm.pulse-rav .images_dialog .button-images_dialog:focus,.root-web-sdk #containerForm.pulse-rav .images_dialog .button-images_dialog:hover{--bg-opacity:1;background-color:#f9f5ff;background-color:rgba(249, 245, 255, var(--bg-opacity));--text-opacity:1;color:#351f65;color:rgba(53, 31, 101, var(--text-opacity));--border-opacity:1;border-color:#f9f5ff;border-color:rgba(249, 245, 255, var(--border-opacity));box-shadow:0 0 0 2px #fff,0 0 2px 4px rgba(81,86,245,0.6)}.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .radio-group-container.TDFieldOptionHideTitle,.root-web-sdk #containerForm.pulse-rav .radio-group-container.TDFieldOptionHideTitle{width:2rem;height:2rem;margin-right:1rem;margin-bottom:0;margin-top:1rem;align-self:center;-webkit-appearance:auto;-moz-appearance:auto;appearance:auto;grid-column:last-col/span 1;grid-row:1/last-line;grid-row-end:span 90;justify-self:center}.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .radio-group-container.TDFieldOptionHideTitle input~span,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .radio-group-container.TDFieldOptionHorizontalLayout input~span,.root-web-sdk #containerForm.pulse-rav .radio-group-container.TDFieldOptionHideTitle input~span,.root-web-sdk #containerForm.pulse-rav .radio-group-container.TDFieldOptionHorizontalLayout input~span{--border-opacity:1;border-color:#919393;border-color:rgba(145, 147, 147, var(--border-opacity));width:1.5rem;height:1.5rem}.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .radio-group-container.TDFieldOptionHideTitle input~span:after,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .radio-group-container.TDFieldOptionHorizontalLayout input~span:after,.root-web-sdk #containerForm.pulse-rav .radio-group-container.TDFieldOptionHideTitle input~span:after,.root-web-sdk #containerForm.pulse-rav .radio-group-container.TDFieldOptionHorizontalLayout input~span:after{width:1rem;height:1rem}.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .radio-group-container.TDFieldOptionHideTitle input.checked~span,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .radio-group-container.TDFieldOptionHideTitle input:active~span,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .radio-group-container.TDFieldOptionHideTitle input:checked~span,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .radio-group-container.TDFieldOptionHorizontalLayout input.checked~span,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .radio-group-container.TDFieldOptionHorizontalLayout input:active~span,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .radio-group-container.TDFieldOptionHorizontalLayout input:checked~span,.root-web-sdk #containerForm.pulse-rav .radio-group-container.TDFieldOptionHideTitle input.checked~span,.root-web-sdk #containerForm.pulse-rav .radio-group-container.TDFieldOptionHideTitle input:active~span,.root-web-sdk #containerForm.pulse-rav .radio-group-container.TDFieldOptionHideTitle input:checked~span,.root-web-sdk #containerForm.pulse-rav .radio-group-container.TDFieldOptionHorizontalLayout input.checked~span,.root-web-sdk #containerForm.pulse-rav .radio-group-container.TDFieldOptionHorizontalLayout input:active~span,.root-web-sdk #containerForm.pulse-rav .radio-group-container.TDFieldOptionHorizontalLayout input:checked~span{--border-opacity:1;border-color:#0060fc;border-color:rgba(0, 96, 252, var(--border-opacity));border-width:1px}.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .radio-group-container.TDFieldOptionHideTitle input.checked~span:after,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .radio-group-container.TDFieldOptionHideTitle input:active~span:after,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .radio-group-container.TDFieldOptionHideTitle input:checked~span:after,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .radio-group-container.TDFieldOptionHorizontalLayout input.checked~span:after,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .radio-group-container.TDFieldOptionHorizontalLayout input:active~span:after,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .radio-group-container.TDFieldOptionHorizontalLayout input:checked~span:after,.root-web-sdk #containerForm.pulse-rav .radio-group-container.TDFieldOptionHideTitle input.checked~span:after,.root-web-sdk #containerForm.pulse-rav .radio-group-container.TDFieldOptionHideTitle input:active~span:after,.root-web-sdk #containerForm.pulse-rav .radio-group-container.TDFieldOptionHideTitle input:checked~span:after,.root-web-sdk #containerForm.pulse-rav .radio-group-container.TDFieldOptionHorizontalLayout input.checked~span:after,.root-web-sdk #containerForm.pulse-rav .radio-group-container.TDFieldOptionHorizontalLayout input:active~span:after,.root-web-sdk #containerForm.pulse-rav .radio-group-container.TDFieldOptionHorizontalLayout input:checked~span:after{--bg-opacity:1;background-color:#0060fc;background-color:rgba(0, 96, 252, var(--bg-opacity));top:50%;left:50%;transform:translate(-50%, -50%)}.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .radio-group-container.TDFieldOptionHideTitle .radio-web-sdk.error-state span,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .radio-group-container.TDFieldOptionHorizontalLayout .radio-web-sdk.error-state span,.root-web-sdk #containerForm.pulse-rav .radio-group-container.TDFieldOptionHideTitle .radio-web-sdk.error-state span,.root-web-sdk #containerForm.pulse-rav .radio-group-container.TDFieldOptionHorizontalLayout .radio-web-sdk.error-state span{--border-opacity:1;border-color:#c9311a;border-color:rgba(201, 49, 26, var(--border-opacity))}.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .radio-group-container.TDFieldOptionHorizontalLayout,.root-web-sdk #containerForm.pulse-rav .radio-group-container.TDFieldOptionHorizontalLayout{margin-bottom:1.5rem}.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .radio-group-container.TDFieldOptionHorizontalLayout .radio-buttons-container,.root-web-sdk #containerForm.pulse-rav .radio-group-container.TDFieldOptionHorizontalLayout .radio-buttons-container{display:flex}.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .radio-group-container.TDFieldOptionHorizontalLayout .radio-buttons-container .radio-web-sdk,.root-web-sdk #containerForm.pulse-rav .radio-group-container.TDFieldOptionHorizontalLayout .radio-buttons-container .radio-web-sdk{margin-bottom:0;grid-gap:0;gap:0}.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .radio-group-container.TDFieldOptionHorizontalLayout .radio-buttons-container .radio-web-sdk input,.root-web-sdk #containerForm.pulse-rav .radio-group-container.TDFieldOptionHorizontalLayout .radio-buttons-container .radio-web-sdk input{position:relative}.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .radio-group-container.TDFieldOptionHorizontalLayout .radio-buttons-container .radio-web-sdk label,.root-web-sdk #containerForm.pulse-rav .radio-group-container.TDFieldOptionHorizontalLayout .radio-buttons-container .radio-web-sdk label{font-size:1.125rem;line-height:1.75rem;margin-left:1rem;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));font-weight:400}.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .radio-group-container.TDFieldOptionHorizontalLayout .radio-group-title,.root-web-sdk #containerForm.pulse-rav .radio-group-container.TDFieldOptionHorizontalLayout .radio-group-title{font-size:1.125rem;--text-opacity:1;color:#565757;color:rgba(86, 87, 87, var(--text-opacity));line-height:1.75rem;margin-bottom:.75rem;font-weight:500}.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .radio-group-container.TDFieldOptionHorizontalLayout .radio-group-title.error-state,.root-web-sdk #containerForm.pulse-rav .radio-group-container.TDFieldOptionHorizontalLayout .radio-group-title.error-state{--text-opacity:1;color:#c9311a;color:rgba(201, 49, 26, var(--text-opacity))}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .label-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .label-web-sdk,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .label-web-sdk,.root-web-sdk #containerForm.pulse-rav .label-web-sdk{font-size:1.125rem;line-height:1.75rem}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .label-web-sdk span,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .label-web-sdk span,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .label-web-sdk span,.root-web-sdk #containerForm.pulse-rav .label-web-sdk span{--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));font-weight:500}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .label-web-sdk span.label-helper-text,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .label-web-sdk span.label-helper-text,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .label-web-sdk span.label-helper-text,.root-web-sdk #containerForm.pulse-rav .label-web-sdk span.label-helper-text{font-size:15px;--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity))}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .label-web-sdk.invalid span,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .label-web-sdk.invalid span,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .label-web-sdk.invalid span,.root-web-sdk #containerForm.pulse-rav .label-web-sdk.invalid span{--text-opacity:1;color:#c9311a;color:rgba(201, 49, 26, var(--text-opacity))}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule label[data-testid=label-other_reason_for_visit],.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption label[data-testid=label-other_reason_for_visit],.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] label[data-testid=label-other_reason_for_visit],.root-web-sdk #containerForm.pulse-rav label[data-testid=label-other_reason_for_visit]{margin-top:-.5rem}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .inline-error-message-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .inline-error-message-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .inline-error-message-web-sdk,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .inline-error-message-web-sdk,.root-web-sdk #containerForm.pulse-rav .inline-error-message-web-sdk{margin-left:.5rem;margin-top:.5rem;line-height:20px;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));font-size:1.125rem}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .inline-error-message-web-sdk:before,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .inline-error-message-web-sdk:before,.root-web-sdk #containerForm.enhanced-redesign .OneClickConsultationModality .inline-error-message-web-sdk:before,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .inline-error-message-web-sdk:before,.root-web-sdk #containerForm.pulse-rav .inline-error-message-web-sdk:before{position:relative;margin-bottom:32px;padding-left:1.5rem;background:url(https://assets.livongo.com/image/upload/v1713278586/web-sdk/icons/icon-error-sign.svg) no-repeat;top:3px;right:5px}.root-web-sdk #containerForm.enhanced-redesign .custom-select-web-sdk,.root-web-sdk #containerForm.pulse-rav .custom-select-web-sdk{border-radius:.75rem}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule ::-moz-placeholder,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] ::-moz-placeholder,.root-web-sdk #containerForm.pulse-rav ::-moz-placeholder{font-size:1.125rem;--text-opacity:1;color:#919393;color:rgba(145, 147, 147, var(--text-opacity));font-weight:400}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule ::placeholder,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] ::placeholder,.root-web-sdk #containerForm.pulse-rav ::placeholder{font-size:1.125rem;--text-opacity:1;color:#919393;color:rgba(145, 147, 147, var(--text-opacity));font-weight:400}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .custom-select-web-sdk,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .custom-select-web-sdk,.root-web-sdk #containerForm.pulse-rav .custom-select-web-sdk{height:2.75rem;--border-opacity:1;border-color:#919393;border-color:rgba(145, 147, 147, var(--border-opacity));font-size:1.125rem;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));border-radius:1rem}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .custom-select-web-sdk:hover,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .custom-select-web-sdk:hover,.root-web-sdk #containerForm.pulse-rav .custom-select-web-sdk:hover{--border-opacity:1;border-color:#0060fc;border-color:rgba(0, 96, 252, var(--border-opacity));border-width:1px}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .custom-select-web-sdk:focus,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .custom-select-web-sdk:focus,.root-web-sdk #containerForm.pulse-rav .custom-select-web-sdk:focus{box-shadow:0 0 0 2px #fff,0 0 2px 4px rgba(0,96,252,0.6);--border-opacity:1;border-color:#0060fc;border-color:rgba(0, 96, 252, var(--border-opacity));border-width:1px}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .custom-select-web-sdk.invalid,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .custom-select-web-sdk.invalid,.root-web-sdk #containerForm.pulse-rav .custom-select-web-sdk.invalid{--border-opacity:1;border-color:#c9311a;border-color:rgba(201, 49, 26, var(--border-opacity))}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .custom-select-web-sdk:disabled,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .custom-select-web-sdk:disabled,.root-web-sdk #containerForm.pulse-rav .custom-select-web-sdk:disabled{background:url(https://assets.livongo.com/image/upload/v1713279145/web-sdk/icons/pulse-locked-icon.svg) no-repeat scroll 100%;background-origin:content-box;--bg-opacity:1;background-color:#f7f9f9;background-color:rgba(247, 249, 249, var(--bg-opacity))}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .custom-select-option-list-web-sdk,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .custom-select-option-list-web-sdk,.root-web-sdk #containerForm.pulse-rav .custom-select-option-list-web-sdk{--border-opacity:1;border-color:#e5e8e8;border-color:rgba(229, 232, 232, var(--border-opacity));margin-top:.25rem;box-shadow:0 4px 10px rgba(0,0,0,0.16)}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .custom-select-option-web-sdk,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .custom-select-option-web-sdk,.root-web-sdk #containerForm.pulse-rav .custom-select-option-web-sdk{font-size:1.125rem;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));--border-opacity:1;border-color:#e5e8e8;border-color:rgba(229, 232, 232, var(--border-opacity))}.root-web-sdk #containerForm.enhanced-redesign .input-web-sdk,.root-web-sdk #containerForm.pulse-rav .input-web-sdk{border-radius:.75rem}.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .input-web-sdk,.root-web-sdk #containerForm.pulse-rav .input-web-sdk{height:2.75rem;--border-opacity:1;border-color:#919393;border-color:rgba(145, 147, 147, var(--border-opacity));font-size:1.125rem;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));border-radius:1rem}.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .input-web-sdk.invalid,.root-web-sdk #containerForm.pulse-rav .input-web-sdk.invalid{--border-opacity:1;border-color:#c9311a;border-color:rgba(201, 49, 26, var(--border-opacity))}.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .input-web-sdk:disabled,.root-web-sdk #containerForm.pulse-rav .input-web-sdk:disabled{background:url(https://assets.livongo.com/image/upload/v1713279145/web-sdk/icons/pulse-locked-icon.svg) no-repeat scroll 100%;background-origin:content-box;--bg-opacity:1;background-color:#f7f9f9;background-color:rgba(247, 249, 249, var(--bg-opacity))}.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] #dob-input.input-web-sdk,.root-web-sdk #containerForm.pulse-rav #dob-input.input-web-sdk{width:9.5rem;padding:.75rem}.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .input-web-sdk:focus,.root-web-sdk #containerForm.pulse-rav .input-web-sdk:focus{box-shadow:0 0 0 2px #fff,0 0 2px 4px rgba(0,96,252,0.6);--border-opacity:1;border-color:#0060fc;border-color:rgba(0, 96, 252, var(--border-opacity));border-width:1px}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .date-picker-wrapper-web-sdk,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .date-picker-wrapper-web-sdk,.root-web-sdk #containerForm.pulse-rav .date-picker-wrapper-web-sdk{margin-bottom:-.5rem}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .date-picker-wrapper-web-sdk.invalid .react-datepicker__day,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .date-picker-wrapper-web-sdk.invalid .react-datepicker__day,.root-web-sdk #containerForm.pulse-rav .date-picker-wrapper-web-sdk.invalid .react-datepicker__day{border-style:none !important}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .date-picker-wrapper-web-sdk.invalid .react-datepicker__day--today,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .date-picker-wrapper-web-sdk.invalid .react-datepicker__day--today,.root-web-sdk #containerForm.pulse-rav .date-picker-wrapper-web-sdk.invalid .react-datepicker__day--today{--border-opacity:1!important;border:1px solid #0060fc !important;border-color:rgba(0, 96, 252, var(--border-opacity)) !important}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .react-datepicker-wrapper,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .react-datepicker-wrapper,.root-web-sdk #containerForm.pulse-rav .react-datepicker-wrapper{width:150px}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .react-datepicker-wrapper input:focus,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .react-datepicker-wrapper input:focus,.root-web-sdk #containerForm.pulse-rav .react-datepicker-wrapper input:focus{box-shadow:0 0 0 2px #fff,0 0 2px 4px rgba(0,96,252,0.6);--border-opacity:1;border-color:#0060fc;border-color:rgba(0, 96, 252, var(--border-opacity));border-width:1px}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .react-datepicker-wrapper input:active,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .react-datepicker-wrapper input:active,.root-web-sdk #containerForm.pulse-rav .react-datepicker-wrapper input:active{--border-opacity:1;border-color:#0060fc;border-color:rgba(0, 96, 252, var(--border-opacity));border-width:1px}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .date-picker-toggle-button,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .date-picker-toggle-button,.root-web-sdk #containerForm.pulse-rav .date-picker-toggle-button{width:2.5rem;background:url(https://assets.livongo.com/image/upload/v1713279055/web-sdk/icons/pulse-calendar-icon.svg) no-repeat scroll 50%}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .react-datepicker__input-container input.react-datepicker-ignore-onclickoutside,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .react-datepicker__input-container input:active,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .react-datepicker__input-container input:focus,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .react-datepicker__input-container input.react-datepicker-ignore-onclickoutside,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .react-datepicker__input-container input:active,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .react-datepicker__input-container input:focus,.root-web-sdk #containerForm.pulse-rav .react-datepicker__input-container input.react-datepicker-ignore-onclickoutside,.root-web-sdk #containerForm.pulse-rav .react-datepicker__input-container input:active,.root-web-sdk #containerForm.pulse-rav .react-datepicker__input-container input:focus{--border-opacity:1;border-color:#0060fc;border-color:rgba(0, 96, 252, var(--border-opacity))}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .DayPickerInput-Overlay,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .DayPickerInput-Overlay,.root-web-sdk #containerForm.pulse-rav .DayPickerInput-Overlay{max-width:21.25rem}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .react-datepicker-popper,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .react-datepicker-popper,.root-web-sdk #containerForm.pulse-rav .react-datepicker-popper{border-width:1px;--border-opacity:1;border-color:#919393;border-color:rgba(145, 147, 147, var(--border-opacity));border-radius:.25rem}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .react-datepicker-popper[data-placement^=bottom],.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .react-datepicker-popper[data-placement^=bottom],.root-web-sdk #containerForm.pulse-rav .react-datepicker-popper[data-placement^=bottom]{top:1rem !important}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .react-datepicker-popper[data-placement^=top],.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .react-datepicker-popper[data-placement^=top],.root-web-sdk #containerForm.pulse-rav .react-datepicker-popper[data-placement^=top]{top:-1rem !important}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .react-datepicker__current-month,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .react-datepicker__current-month,.root-web-sdk #containerForm.pulse-rav .react-datepicker__current-month{--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));font-size:1.125rem;border-style:none;font-weight:400}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .react-datepicker__navigation--next,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .react-datepicker__navigation--next,.root-web-sdk #containerForm.pulse-rav .react-datepicker__navigation--next{background-image:url(https://assets.livongo.com/image/upload/v1713279041/web-sdk/icons/pulse-arrow-right.svg);top:1.875rem}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .react-datepicker__navigation--previous,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .react-datepicker__navigation--previous,.root-web-sdk #containerForm.pulse-rav .react-datepicker__navigation--previous{background-image:url(https://assets.livongo.com/image/upload/v1713279029/web-sdk/icons/pulse-arrow-left.svg);top:1.875rem}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .react-datepicker__day,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .react-datepicker__day,.root-web-sdk #containerForm.pulse-rav .react-datepicker__day{--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));font-size:1.125rem;font-weight:400;height:1.75rem;width:1.75rem;justify-content:center}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .react-datepicker__day:hover,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .react-datepicker__day:hover,.root-web-sdk #containerForm.pulse-rav .react-datepicker__day:hover{border-radius:9999px;--bg-opacity:1;background-color:#e2f3ff;background-color:rgba(226, 243, 255, var(--bg-opacity));border-style:none}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .react-datepicker__day:focus,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .react-datepicker__day:focus,.root-web-sdk #containerForm.pulse-rav .react-datepicker__day:focus{border-style:none;border-radius:9999px;box-shadow:0 0 0 2px #fff,0 0 2px 4px rgba(0,96,252,0.6)}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .react-datepicker__day.today,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .react-datepicker__day.today,.root-web-sdk #containerForm.pulse-rav .react-datepicker__day.today{--border-opacity:1;border-color:#0060fc;border-color:rgba(0, 96, 252, var(--border-opacity));--text-opacity:1;color:#0060fc;color:rgba(0, 96, 252, var(--text-opacity));border-radius:9999px;border-width:1px}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .react-datepicker__day.today.react-datepicker__day--selected,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .react-datepicker__day.today.react-datepicker__day--selected,.root-web-sdk #containerForm.pulse-rav .react-datepicker__day.today.react-datepicker__day--selected{--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity))}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .react-datepicker__day.today.react-datepicker__day--selected:hover,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .react-datepicker__day.today.react-datepicker__day--selected:hover,.root-web-sdk #containerForm.pulse-rav .react-datepicker__day.today.react-datepicker__day--selected:hover{--text-opacity:1;color:#0060fc;color:rgba(0, 96, 252, var(--text-opacity))}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .react-datepicker__day.today:hover,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .react-datepicker__day.today:hover,.root-web-sdk #containerForm.pulse-rav .react-datepicker__day.today:hover{--bg-opacity:1;background-color:#e2f3ff;background-color:rgba(226, 243, 255, var(--bg-opacity));--border-opacity:1;border:1px solid #0060fc;border-color:rgba(0, 96, 252, var(--border-opacity))}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .react-datepicker__day--disabled,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .react-datepicker__day--outside-month,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .react-datepicker__day--disabled,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .react-datepicker__day--outside-month,.root-web-sdk #containerForm.pulse-rav .react-datepicker__day--disabled,.root-web-sdk #containerForm.pulse-rav .react-datepicker__day--outside-month{--text-opacity:1;color:#696b6b;color:rgba(105, 107, 107, var(--text-opacity))}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .react-datepicker__day--selected,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .react-datepicker__day--selected,.root-web-sdk #containerForm.pulse-rav .react-datepicker__day--selected{border-radius:9999px;--bg-opacity:1;background-color:#0060fc;background-color:rgba(0, 96, 252, var(--bg-opacity));border-style:none;--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity))}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .react-datepicker__day--selected:hover,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .react-datepicker__day--selected:hover,.root-web-sdk #containerForm.pulse-rav .react-datepicker__day--selected:hover{--bg-opacity:1;background-color:#0060fc;background-color:rgba(0, 96, 252, var(--bg-opacity))}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .react-datepicker__day--today,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .react-datepicker__day--today,.root-web-sdk #containerForm.pulse-rav .react-datepicker__day--today{--border-opacity:1;border-color:#0060fc;border-color:rgba(0, 96, 252, var(--border-opacity));--text-opacity:1;color:#0060fc;color:rgba(0, 96, 252, var(--text-opacity));border-radius:9999px;border-width:1px}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .react-datepicker__day--today.react-datepicker__day--selected,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .react-datepicker__day--today.react-datepicker__day--selected,.root-web-sdk #containerForm.pulse-rav .react-datepicker__day--today.react-datepicker__day--selected{--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity))}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .react-datepicker__day--today.react-datepicker__day--selected:hover,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .react-datepicker__day--today.react-datepicker__day--selected:hover,.root-web-sdk #containerForm.pulse-rav .react-datepicker__day--today.react-datepicker__day--selected:hover{--text-opacity:1;color:#0060fc;color:rgba(0, 96, 252, var(--text-opacity))}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .react-datepicker__day--today:hover,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .react-datepicker__day--today:hover,.root-web-sdk #containerForm.pulse-rav .react-datepicker__day--today:hover{--bg-opacity:1;background-color:#e2f3ff;background-color:rgba(226, 243, 255, var(--bg-opacity));--border-opacity:1;border:1px solid #0060fc;border-color:rgba(0, 96, 252, var(--border-opacity))}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .react-datepicker__month-container,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .react-datepicker__month-container,.root-web-sdk #containerForm.pulse-rav .react-datepicker__month-container{padding:1.25rem}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .react-datepicker__day-names,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .react-datepicker__day-names,.root-web-sdk #containerForm.pulse-rav .react-datepicker__day-names{border-bottom-width:1px;--border-opacity:1;border-color:#e5e8e8;border-color:rgba(229, 232, 232, var(--border-opacity));margin-top:.5rem;margin-bottom:.75rem;height:1.75rem}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .react-datepicker__day-name,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .react-datepicker__day-name,.root-web-sdk #containerForm.pulse-rav .react-datepicker__day-name{--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));height:1.75rem;font-size:15px}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule #datepicker,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] #datepicker,.root-web-sdk #containerForm.pulse-rav #datepicker{--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));padding-right:2rem}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .react-datepicker__triangle,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .react-datepicker__triangle,.root-web-sdk #containerForm.pulse-rav .react-datepicker__triangle{display:block;visibility:visible;border-bottom-color:#fff;left:30px !important}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .react-datepicker__triangle:before,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .react-datepicker__triangle:before,.root-web-sdk #containerForm.pulse-rav .react-datepicker__triangle:before{border-bottom-color:#919393}.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .photo-button-web-sdk,.root-web-sdk #containerForm.pulse-rav .photo-button-web-sdk{--bg-opacity:1;background-color:#f7f9f9;background-color:rgba(247, 249, 249, var(--bg-opacity));--border-opacity:1;border-color:#e5e8e8;border-color:rgba(229, 232, 232, var(--border-opacity));border-style:solid;width:8.5rem;height:6rem}.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .photo-button-web-sdk.invalid,.root-web-sdk #containerForm.pulse-rav .photo-button-web-sdk.invalid{--border-opacity:1;border:2px solid #aa1010;border-color:rgba(170, 16, 16, var(--border-opacity))}.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .photo-button-web-sdk .icon-placeholder,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .photo-button-web-sdk .photo-button-web-sdk-ico,.root-web-sdk #containerForm.pulse-rav .photo-button-web-sdk .icon-placeholder,.root-web-sdk #containerForm.pulse-rav .photo-button-web-sdk .photo-button-web-sdk-ico{background-image:url(https://assets.livongo.com/image/upload/v1713279172/web-sdk/icons/pulse-upload-icon-base.svg)}.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .photo-button-web-sdk img,.root-web-sdk #containerForm.pulse-rav .photo-button-web-sdk img{max-height:6rem}.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .photo-button-web-sdk:focus,.root-web-sdk #containerForm.pulse-rav .photo-button-web-sdk:focus{box-shadow:0 0 0 2px #fff,0 0 2px 4px rgba(0,96,252,0.6)}.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .photo-button-web-sdk:hover,.root-web-sdk #containerForm.pulse-rav .photo-button-web-sdk:hover{border-style:solid;--border-opacity:1;border-color:#0060fc;border-color:rgba(0, 96, 252, var(--border-opacity));--bg-opacity:1;background-color:#e2f3ff;background-color:rgba(226, 243, 255, var(--bg-opacity))}.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .photo-button-web-sdk:hover .icon-placeholder,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .photo-button-web-sdk:hover .photo-button-web-sdk-ico,.root-web-sdk #containerForm.pulse-rav .photo-button-web-sdk:hover .icon-placeholder,.root-web-sdk #containerForm.pulse-rav .photo-button-web-sdk:hover .photo-button-web-sdk-ico{background-image:url(https://assets.livongo.com/image/upload/v1713281972/web-sdk/icons/pulse-upload-icon-blue.svg)}.root-web-sdk .enhanced-redesign [class*=EnhancedScheduling] .segment-control-field-wrapper,.root-web-sdk .pulse-rav .segment-control-field-wrapper{margin-bottom:1rem}.root-web-sdk .enhanced-redesign [class*=EnhancedScheduling] .segment-control-button-web-sdk,.root-web-sdk .pulse-rav .segment-control-button-web-sdk{display:inline;border-style:none;padding-top:.75rem;padding-bottom:.75rem;margin-right:1.5rem;font-weight:400;font-size:1.125rem;border-radius:0;--text-opacity:1;color:#565757;color:rgba(86, 87, 87, var(--text-opacity));flex-grow:unset;border-bottom:3px solid transparent;width:66px}.root-web-sdk .enhanced-redesign [class*=EnhancedScheduling] .segment-control-button-web-sdk.active,.root-web-sdk .pulse-rav .segment-control-button-web-sdk.active{--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));--text-opacity:1;color:#000;color:rgba(0, 0, 0, var(--text-opacity));--border-opacity:1;border-color:#0060fc;border-color:rgba(0, 96, 252, var(--border-opacity));font-weight:700;border-width:4px}.root-web-sdk .enhanced-redesign [class*=EnhancedScheduling] .segment-control-button-web-sdk:focus,.root-web-sdk .pulse-rav .segment-control-button-web-sdk:focus{box-shadow:0 0 0 2px #fff,0 0 2px 4px rgba(0,96,252,0.6);border-width:2px;border-color:transparent;border-radius:.25rem}.root-web-sdk #containerForm.enhanced-redesign .autocomplete-web-sdk,.root-web-sdk #containerForm.pulse-rav .autocomplete-web-sdk{border-radius:.75rem}.root-web-sdk #containerForm.enhanced-redesign .autocomplete-web-sdk.google-autocomplete,.root-web-sdk #containerForm.pulse-rav .autocomplete-web-sdk.google-autocomplete{border-radius:.5rem}.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .autocomplete-wrapper-web-sdk .autocomplete-label-web-sdk.invalid,.root-web-sdk #containerForm.pulse-rav .ConsultationLocation .autocomplete-wrapper-web-sdk .autocomplete-label-web-sdk.invalid{--text-opacity:1;color:#c9311a;color:rgba(201, 49, 26, var(--text-opacity))}.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .autocomplete-wrapper-web-sdk input.autocomplete-web-sdk.invalid,.root-web-sdk #containerForm.pulse-rav .ConsultationLocation .autocomplete-wrapper-web-sdk input.autocomplete-web-sdk.invalid{--border-opacity:1;border-color:#c9311a;border-color:rgba(201, 49, 26, var(--border-opacity))}.root-web-sdk .enhanced-redesign .group-error-container,.root-web-sdk .pulse-rav .group-error-container{padding:1rem;--border-opacity:1;border-radius:.5rem;margin-bottom:1.5rem;border:2px solid #ff4d2d;border-color:rgba(255, 77, 45, var(--border-opacity));border-top:8px solid rgba(255, 77, 45, var(--border-opacity))}.root-web-sdk .enhanced-redesign .group-error-container .group-error-container-title,.root-web-sdk .pulse-rav .group-error-container .group-error-container-title{font-size:1.375rem;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));font-weight:400;margin-bottom:.25rem;padding-left:2rem}.root-web-sdk .enhanced-redesign .group-error-container .group-error-container-title:before,.root-web-sdk .pulse-rav .group-error-container .group-error-container-title:before{content:"";position:relative;padding-left:2rem;background:url(https://assets.livongo.com/image/upload/v1713278586/web-sdk/icons/icon-error-sign.svg) no-repeat;background-size:20px;top:6px;margin-left:-32px}.root-web-sdk .enhanced-redesign .group-error-container .link-web-sdk,.root-web-sdk .pulse-rav .group-error-container .link-web-sdk{display:block;text-decoration:underline;margin-left:32px;text-align:left;margin-bottom:.25rem}.root-web-sdk .enhanced-redesign .group-error-container .link-web-sdk:first-letter,.root-web-sdk .pulse-rav .group-error-container .link-web-sdk:first-letter{text-transform:capitalize}.root-web-sdk .enhanced-redesign .group-error-container .link-web-sdk:focus,.root-web-sdk .pulse-rav .group-error-container .link-web-sdk:focus{outline:none}#containerForm.enhanced-redesign .ConsultationBhSchedule .button-web-sdk.last-of-kind.only-of-kind.button-communication_method,#containerForm.enhanced-redesign .ConsultationBhSchedule .button-web-sdk.last-of-kind.only-of-kind.button-continue,#containerForm.enhanced-redesign .ConsultationBhSchedule .button-web-sdk.last-of-kind.only-of-kind.button-continueButton[data-testid=button-continueButton],#containerForm.enhanced-redesign .ConsultationBhSchedule .button-web-sdk.last-of-kind.only-of-kind.button-creditCardButton,#containerForm.enhanced-redesign .ConsultationBhSchedule .button-web-sdk.last-of-kind.only-of-kind.button-existingCardButton,#containerForm.enhanced-redesign .ConsultationBhSchedule .button-web-sdk.last-of-kind.only-of-kind.button-got_it_button,#containerForm.enhanced-redesign .ConsultationBhSchedule .button-web-sdk.last-of-kind.only-of-kind.button-nextButton,#containerForm.enhanced-redesign .ConsultationBhSchedule .button-web-sdk.last-of-kind.only-of-kind.button-nextButton[data-testid=button-nextButton],#containerForm.enhanced-redesign .ConsultationBhSchedule .button-web-sdk.last-of-kind.only-of-kind.button-pop_flow,#containerForm.enhanced-redesign .ConsultationBhSchedule .button-web-sdk.last-of-kind.only-of-kind.button-ReasonForVisitSelectionInitialFlex.button-continue_button,#containerForm.enhanced-redesign .ConsultationBhSchedule .button-web-sdk.last-of-kind.only-of-kind.button-save_cc_card,#containerForm.enhanced-redesign .ConsultationBhSchedule .button-web-sdk.last-of-kind.only-of-kind.button-submit[data-testid=button-submit],#containerForm.enhanced-redesign .ConsultationBhSchedule .button-web-sdk.last-of-kind.only-of-kind.button-submitButton,#containerForm.enhanced-redesign .ConsultationBhSchedule .button-web-sdk.last-of-kind.only-of-kind.button-submitButton1,#containerForm.enhanced-redesign .ConsultationBhSchedule .button-web-sdk.last-of-kind.only-of-kind[class*=addToConsultButton],#containerForm.enhanced-redesign .ConsultationBhSchedule .button-web-sdk.last-of-kind.only-of-kind[class*=SearchButton][data-testid*=SearchButton],#containerForm.enhanced-redesign .ConsultationOption .button-web-sdk.last-of-kind.only-of-kind.button-communication_method,#containerForm.enhanced-redesign .ConsultationOption .button-web-sdk.last-of-kind.only-of-kind.button-continue,#containerForm.enhanced-redesign .ConsultationOption .button-web-sdk.last-of-kind.only-of-kind.button-continueButton[data-testid=button-continueButton],#containerForm.enhanced-redesign .ConsultationOption .button-web-sdk.last-of-kind.only-of-kind.button-creditCardButton,#containerForm.enhanced-redesign .ConsultationOption .button-web-sdk.last-of-kind.only-of-kind.button-existingCardButton,#containerForm.enhanced-redesign .ConsultationOption .button-web-sdk.last-of-kind.only-of-kind.button-got_it_button,#containerForm.enhanced-redesign .ConsultationOption .button-web-sdk.last-of-kind.only-of-kind.button-nextButton,#containerForm.enhanced-redesign .ConsultationOption .button-web-sdk.last-of-kind.only-of-kind.button-nextButton[data-testid=button-nextButton],#containerForm.enhanced-redesign .ConsultationOption .button-web-sdk.last-of-kind.only-of-kind.button-pop_flow,#containerForm.enhanced-redesign .ConsultationOption .button-web-sdk.last-of-kind.only-of-kind.button-ReasonForVisitSelectionInitialFlex.button-continue_button,#containerForm.enhanced-redesign .ConsultationOption .button-web-sdk.last-of-kind.only-of-kind.button-save_cc_card,#containerForm.enhanced-redesign .ConsultationOption .button-web-sdk.last-of-kind.only-of-kind.button-submit[data-testid=button-submit],#containerForm.enhanced-redesign .ConsultationOption .button-web-sdk.last-of-kind.only-of-kind.button-submitButton,#containerForm.enhanced-redesign .ConsultationOption .button-web-sdk.last-of-kind.only-of-kind.button-submitButton1,#containerForm.enhanced-redesign .ConsultationOption .button-web-sdk.last-of-kind.only-of-kind[class*=addToConsultButton],#containerForm.enhanced-redesign .ConsultationOption .button-web-sdk.last-of-kind.only-of-kind[class*=SearchButton][data-testid*=SearchButton],#containerForm.enhanced-redesign .OneClickConsultationModality .button-web-sdk.last-of-kind.only-of-kind.button-communication_method,#containerForm.enhanced-redesign .OneClickConsultationModality .button-web-sdk.last-of-kind.only-of-kind.button-continue,#containerForm.enhanced-redesign .OneClickConsultationModality .button-web-sdk.last-of-kind.only-of-kind.button-continueButton[data-testid=button-continueButton],#containerForm.enhanced-redesign .OneClickConsultationModality .button-web-sdk.last-of-kind.only-of-kind.button-creditCardButton,#containerForm.enhanced-redesign .OneClickConsultationModality .button-web-sdk.last-of-kind.only-of-kind.button-existingCardButton,#containerForm.enhanced-redesign .OneClickConsultationModality .button-web-sdk.last-of-kind.only-of-kind.button-got_it_button,#containerForm.enhanced-redesign .OneClickConsultationModality .button-web-sdk.last-of-kind.only-of-kind.button-nextButton,#containerForm.enhanced-redesign .OneClickConsultationModality .button-web-sdk.last-of-kind.only-of-kind.button-nextButton[data-testid=button-nextButton],#containerForm.enhanced-redesign .OneClickConsultationModality .button-web-sdk.last-of-kind.only-of-kind.button-pop_flow,#containerForm.enhanced-redesign .OneClickConsultationModality .button-web-sdk.last-of-kind.only-of-kind.button-ReasonForVisitSelectionInitialFlex.button-continue_button,#containerForm.enhanced-redesign .OneClickConsultationModality .button-web-sdk.last-of-kind.only-of-kind.button-save_cc_card,#containerForm.enhanced-redesign .OneClickConsultationModality .button-web-sdk.last-of-kind.only-of-kind.button-submit[data-testid=button-submit],#containerForm.enhanced-redesign .OneClickConsultationModality .button-web-sdk.last-of-kind.only-of-kind.button-submitButton,#containerForm.enhanced-redesign .OneClickConsultationModality .button-web-sdk.last-of-kind.only-of-kind.button-submitButton1,#containerForm.enhanced-redesign .OneClickConsultationModality .button-web-sdk.last-of-kind.only-of-kind[class*=addToConsultButton],#containerForm.enhanced-redesign .OneClickConsultationModality .button-web-sdk.last-of-kind.only-of-kind[class*=SearchButton][data-testid*=SearchButton],#containerForm.enhanced-redesign [class*=EnhancedScheduling] .button-web-sdk.last-of-kind.only-of-kind.button-communication_method,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .button-web-sdk.last-of-kind.only-of-kind.button-continue,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .button-web-sdk.last-of-kind.only-of-kind.button-continueButton[data-testid=button-continueButton],#containerForm.enhanced-redesign [class*=EnhancedScheduling] .button-web-sdk.last-of-kind.only-of-kind.button-creditCardButton,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .button-web-sdk.last-of-kind.only-of-kind.button-existingCardButton,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .button-web-sdk.last-of-kind.only-of-kind.button-got_it_button,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .button-web-sdk.last-of-kind.only-of-kind.button-nextButton,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .button-web-sdk.last-of-kind.only-of-kind.button-nextButton[data-testid=button-nextButton],#containerForm.enhanced-redesign [class*=EnhancedScheduling] .button-web-sdk.last-of-kind.only-of-kind.button-pop_flow,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .button-web-sdk.last-of-kind.only-of-kind.button-ReasonForVisitSelectionInitialFlex.button-continue_button,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .button-web-sdk.last-of-kind.only-of-kind.button-save_cc_card,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .button-web-sdk.last-of-kind.only-of-kind.button-submit[data-testid=button-submit],#containerForm.enhanced-redesign [class*=EnhancedScheduling] .button-web-sdk.last-of-kind.only-of-kind.button-submitButton,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .button-web-sdk.last-of-kind.only-of-kind.button-submitButton1,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .button-web-sdk.last-of-kind.only-of-kind[class*=addToConsultButton],#containerForm.enhanced-redesign [class*=EnhancedScheduling] .button-web-sdk.last-of-kind.only-of-kind[class*=SearchButton][data-testid*=SearchButton],.root-web-sdk #containerForm .submitFooter .button-web-sdk.last-of-kind.only-of-kind.button-communication_method,.root-web-sdk #containerForm .submitFooter .button-web-sdk.last-of-kind.only-of-kind.button-continue,.root-web-sdk #containerForm .submitFooter .button-web-sdk.last-of-kind.only-of-kind.button-continueButton[data-testid=button-continueButton],.root-web-sdk #containerForm .submitFooter .button-web-sdk.last-of-kind.only-of-kind.button-creditCardButton,.root-web-sdk #containerForm .submitFooter .button-web-sdk.last-of-kind.only-of-kind.button-existingCardButton,.root-web-sdk #containerForm .submitFooter .button-web-sdk.last-of-kind.only-of-kind.button-got_it_button,.root-web-sdk #containerForm .submitFooter .button-web-sdk.last-of-kind.only-of-kind.button-nextButton,.root-web-sdk #containerForm .submitFooter .button-web-sdk.last-of-kind.only-of-kind.button-nextButton[data-testid=button-nextButton],.root-web-sdk #containerForm .submitFooter .button-web-sdk.last-of-kind.only-of-kind.button-pop_flow,.root-web-sdk #containerForm .submitFooter .button-web-sdk.last-of-kind.only-of-kind.button-ReasonForVisitSelectionInitialFlex.button-continue_button,.root-web-sdk #containerForm .submitFooter .button-web-sdk.last-of-kind.only-of-kind.button-save_cc_card,.root-web-sdk #containerForm .submitFooter .button-web-sdk.last-of-kind.only-of-kind.button-submit[data-testid=button-submit],.root-web-sdk #containerForm .submitFooter .button-web-sdk.last-of-kind.only-of-kind.button-submitButton,.root-web-sdk #containerForm .submitFooter .button-web-sdk.last-of-kind.only-of-kind.button-submitButton1,.root-web-sdk #containerForm .submitFooter .button-web-sdk.last-of-kind.only-of-kind[class*=addToConsultButton],.root-web-sdk #containerForm .submitFooter .button-web-sdk.last-of-kind.only-of-kind[class*=SearchButton][data-testid*=SearchButton],.root-web-sdk #containerForm.pulse-rav .button-web-sdk.last-of-kind.only-of-kind.button-communication_method,.root-web-sdk #containerForm.pulse-rav .button-web-sdk.last-of-kind.only-of-kind.button-continue,.root-web-sdk #containerForm.pulse-rav .button-web-sdk.last-of-kind.only-of-kind.button-continueButton[data-testid=button-continueButton],.root-web-sdk #containerForm.pulse-rav .button-web-sdk.last-of-kind.only-of-kind.button-creditCardButton,.root-web-sdk #containerForm.pulse-rav .button-web-sdk.last-of-kind.only-of-kind.button-existingCardButton,.root-web-sdk #containerForm.pulse-rav .button-web-sdk.last-of-kind.only-of-kind.button-got_it_button,.root-web-sdk #containerForm.pulse-rav .button-web-sdk.last-of-kind.only-of-kind.button-nextButton,.root-web-sdk #containerForm.pulse-rav .button-web-sdk.last-of-kind.only-of-kind.button-nextButton[data-testid=button-nextButton],.root-web-sdk #containerForm.pulse-rav .button-web-sdk.last-of-kind.only-of-kind.button-pop_flow,.root-web-sdk #containerForm.pulse-rav .button-web-sdk.last-of-kind.only-of-kind.button-ReasonForVisitSelectionInitialFlex.button-continue_button,.root-web-sdk #containerForm.pulse-rav .button-web-sdk.last-of-kind.only-of-kind.button-save_cc_card,.root-web-sdk #containerForm.pulse-rav .button-web-sdk.last-of-kind.only-of-kind.button-submit[data-testid=button-submit],.root-web-sdk #containerForm.pulse-rav .button-web-sdk.last-of-kind.only-of-kind.button-submitButton,.root-web-sdk #containerForm.pulse-rav .button-web-sdk.last-of-kind.only-of-kind.button-submitButton1,.root-web-sdk #containerForm.pulse-rav .button-web-sdk.last-of-kind.only-of-kind[class*=addToConsultButton],.root-web-sdk #containerForm.pulse-rav .button-web-sdk.last-of-kind.only-of-kind[class*=SearchButton][data-testid*=SearchButton]{border-style:none;--border-opacity:1;border-color:#5b2f91;border-color:rgba(91, 47, 145, var(--border-opacity));--bg-opacity:1;background-color:#5b2f91;background-color:rgba(91, 47, 145, var(--bg-opacity));border-radius:.5rem;--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity));padding:1rem 2rem;width:auto;height:auto;font-size:1.125rem;line-height:.75rem;margin-top:32px;text-transform:capitalize;background-image:none;box-sizing:border-box}#containerForm.enhanced-redesign .ConsultationBhSchedule .button-web-sdk.last-of-kind.only-of-kind.button-communication_method:hover,#containerForm.enhanced-redesign .ConsultationBhSchedule .button-web-sdk.last-of-kind.only-of-kind.button-continue:hover,#containerForm.enhanced-redesign .ConsultationBhSchedule .button-web-sdk.last-of-kind.only-of-kind.button-continueButton[data-testid=button-continueButton]:hover,#containerForm.enhanced-redesign .ConsultationBhSchedule .button-web-sdk.last-of-kind.only-of-kind.button-creditCardButton:hover,#containerForm.enhanced-redesign .ConsultationBhSchedule .button-web-sdk.last-of-kind.only-of-kind.button-existingCardButton:hover,#containerForm.enhanced-redesign .ConsultationBhSchedule .button-web-sdk.last-of-kind.only-of-kind.button-got_it_button:hover,#containerForm.enhanced-redesign .ConsultationBhSchedule .button-web-sdk.last-of-kind.only-of-kind.button-nextButton:hover,#containerForm.enhanced-redesign .ConsultationBhSchedule .button-web-sdk.last-of-kind.only-of-kind.button-nextButton[data-testid=button-nextButton]:hover,#containerForm.enhanced-redesign .ConsultationBhSchedule .button-web-sdk.last-of-kind.only-of-kind.button-pop_flow:hover,#containerForm.enhanced-redesign .ConsultationBhSchedule .button-web-sdk.last-of-kind.only-of-kind.button-ReasonForVisitSelectionInitialFlex.button-continue_button:hover,#containerForm.enhanced-redesign .ConsultationBhSchedule .button-web-sdk.last-of-kind.only-of-kind.button-save_cc_card:hover,#containerForm.enhanced-redesign .ConsultationBhSchedule .button-web-sdk.last-of-kind.only-of-kind.button-submit[data-testid=button-submit]:hover,#containerForm.enhanced-redesign .ConsultationBhSchedule .button-web-sdk.last-of-kind.only-of-kind.button-submitButton1:hover,#containerForm.enhanced-redesign .ConsultationBhSchedule .button-web-sdk.last-of-kind.only-of-kind.button-submitButton:hover,#containerForm.enhanced-redesign .ConsultationBhSchedule .button-web-sdk.last-of-kind.only-of-kind[class*=addToConsultButton]:hover,#containerForm.enhanced-redesign .ConsultationBhSchedule .button-web-sdk.last-of-kind.only-of-kind[class*=SearchButton][data-testid*=SearchButton]:hover,#containerForm.enhanced-redesign .ConsultationOption .button-web-sdk.last-of-kind.only-of-kind.button-communication_method:hover,#containerForm.enhanced-redesign .ConsultationOption .button-web-sdk.last-of-kind.only-of-kind.button-continue:hover,#containerForm.enhanced-redesign .ConsultationOption .button-web-sdk.last-of-kind.only-of-kind.button-continueButton[data-testid=button-continueButton]:hover,#containerForm.enhanced-redesign .ConsultationOption .button-web-sdk.last-of-kind.only-of-kind.button-creditCardButton:hover,#containerForm.enhanced-redesign .ConsultationOption .button-web-sdk.last-of-kind.only-of-kind.button-existingCardButton:hover,#containerForm.enhanced-redesign .ConsultationOption .button-web-sdk.last-of-kind.only-of-kind.button-got_it_button:hover,#containerForm.enhanced-redesign .ConsultationOption .button-web-sdk.last-of-kind.only-of-kind.button-nextButton:hover,#containerForm.enhanced-redesign .ConsultationOption .button-web-sdk.last-of-kind.only-of-kind.button-nextButton[data-testid=button-nextButton]:hover,#containerForm.enhanced-redesign .ConsultationOption .button-web-sdk.last-of-kind.only-of-kind.button-pop_flow:hover,#containerForm.enhanced-redesign .ConsultationOption .button-web-sdk.last-of-kind.only-of-kind.button-ReasonForVisitSelectionInitialFlex.button-continue_button:hover,#containerForm.enhanced-redesign .ConsultationOption .button-web-sdk.last-of-kind.only-of-kind.button-save_cc_card:hover,#containerForm.enhanced-redesign .ConsultationOption .button-web-sdk.last-of-kind.only-of-kind.button-submit[data-testid=button-submit]:hover,#containerForm.enhanced-redesign .ConsultationOption .button-web-sdk.last-of-kind.only-of-kind.button-submitButton1:hover,#containerForm.enhanced-redesign .ConsultationOption .button-web-sdk.last-of-kind.only-of-kind.button-submitButton:hover,#containerForm.enhanced-redesign .ConsultationOption .button-web-sdk.last-of-kind.only-of-kind[class*=addToConsultButton]:hover,#containerForm.enhanced-redesign .ConsultationOption .button-web-sdk.last-of-kind.only-of-kind[class*=SearchButton][data-testid*=SearchButton]:hover,#containerForm.enhanced-redesign .OneClickConsultationModality .button-web-sdk.last-of-kind.only-of-kind.button-communication_method:hover,#containerForm.enhanced-redesign .OneClickConsultationModality .button-web-sdk.last-of-kind.only-of-kind.button-continue:hover,#containerForm.enhanced-redesign .OneClickConsultationModality .button-web-sdk.last-of-kind.only-of-kind.button-continueButton[data-testid=button-continueButton]:hover,#containerForm.enhanced-redesign .OneClickConsultationModality .button-web-sdk.last-of-kind.only-of-kind.button-creditCardButton:hover,#containerForm.enhanced-redesign .OneClickConsultationModality .button-web-sdk.last-of-kind.only-of-kind.button-existingCardButton:hover,#containerForm.enhanced-redesign .OneClickConsultationModality .button-web-sdk.last-of-kind.only-of-kind.button-got_it_button:hover,#containerForm.enhanced-redesign .OneClickConsultationModality .button-web-sdk.last-of-kind.only-of-kind.button-nextButton:hover,#containerForm.enhanced-redesign .OneClickConsultationModality .button-web-sdk.last-of-kind.only-of-kind.button-nextButton[data-testid=button-nextButton]:hover,#containerForm.enhanced-redesign .OneClickConsultationModality .button-web-sdk.last-of-kind.only-of-kind.button-pop_flow:hover,#containerForm.enhanced-redesign .OneClickConsultationModality .button-web-sdk.last-of-kind.only-of-kind.button-ReasonForVisitSelectionInitialFlex.button-continue_button:hover,#containerForm.enhanced-redesign .OneClickConsultationModality .button-web-sdk.last-of-kind.only-of-kind.button-save_cc_card:hover,#containerForm.enhanced-redesign .OneClickConsultationModality .button-web-sdk.last-of-kind.only-of-kind.button-submit[data-testid=button-submit]:hover,#containerForm.enhanced-redesign .OneClickConsultationModality .button-web-sdk.last-of-kind.only-of-kind.button-submitButton1:hover,#containerForm.enhanced-redesign .OneClickConsultationModality .button-web-sdk.last-of-kind.only-of-kind.button-submitButton:hover,#containerForm.enhanced-redesign .OneClickConsultationModality .button-web-sdk.last-of-kind.only-of-kind[class*=addToConsultButton]:hover,#containerForm.enhanced-redesign .OneClickConsultationModality .button-web-sdk.last-of-kind.only-of-kind[class*=SearchButton][data-testid*=SearchButton]:hover,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .button-web-sdk.last-of-kind.only-of-kind.button-communication_method:hover,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .button-web-sdk.last-of-kind.only-of-kind.button-continue:hover,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .button-web-sdk.last-of-kind.only-of-kind.button-continueButton[data-testid=button-continueButton]:hover,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .button-web-sdk.last-of-kind.only-of-kind.button-creditCardButton:hover,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .button-web-sdk.last-of-kind.only-of-kind.button-existingCardButton:hover,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .button-web-sdk.last-of-kind.only-of-kind.button-got_it_button:hover,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .button-web-sdk.last-of-kind.only-of-kind.button-nextButton:hover,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .button-web-sdk.last-of-kind.only-of-kind.button-nextButton[data-testid=button-nextButton]:hover,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .button-web-sdk.last-of-kind.only-of-kind.button-pop_flow:hover,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .button-web-sdk.last-of-kind.only-of-kind.button-ReasonForVisitSelectionInitialFlex.button-continue_button:hover,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .button-web-sdk.last-of-kind.only-of-kind.button-save_cc_card:hover,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .button-web-sdk.last-of-kind.only-of-kind.button-submit[data-testid=button-submit]:hover,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .button-web-sdk.last-of-kind.only-of-kind.button-submitButton1:hover,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .button-web-sdk.last-of-kind.only-of-kind.button-submitButton:hover,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .button-web-sdk.last-of-kind.only-of-kind[class*=addToConsultButton]:hover,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .button-web-sdk.last-of-kind.only-of-kind[class*=SearchButton][data-testid*=SearchButton]:hover,.root-web-sdk #containerForm .submitFooter .button-web-sdk.last-of-kind.only-of-kind.button-communication_method:hover,.root-web-sdk #containerForm .submitFooter .button-web-sdk.last-of-kind.only-of-kind.button-continue:hover,.root-web-sdk #containerForm .submitFooter .button-web-sdk.last-of-kind.only-of-kind.button-continueButton[data-testid=button-continueButton]:hover,.root-web-sdk #containerForm .submitFooter .button-web-sdk.last-of-kind.only-of-kind.button-creditCardButton:hover,.root-web-sdk #containerForm .submitFooter .button-web-sdk.last-of-kind.only-of-kind.button-existingCardButton:hover,.root-web-sdk #containerForm .submitFooter .button-web-sdk.last-of-kind.only-of-kind.button-got_it_button:hover,.root-web-sdk #containerForm .submitFooter .button-web-sdk.last-of-kind.only-of-kind.button-nextButton:hover,.root-web-sdk #containerForm .submitFooter .button-web-sdk.last-of-kind.only-of-kind.button-nextButton[data-testid=button-nextButton]:hover,.root-web-sdk #containerForm .submitFooter .button-web-sdk.last-of-kind.only-of-kind.button-pop_flow:hover,.root-web-sdk #containerForm .submitFooter .button-web-sdk.last-of-kind.only-of-kind.button-ReasonForVisitSelectionInitialFlex.button-continue_button:hover,.root-web-sdk #containerForm .submitFooter .button-web-sdk.last-of-kind.only-of-kind.button-save_cc_card:hover,.root-web-sdk #containerForm .submitFooter .button-web-sdk.last-of-kind.only-of-kind.button-submit[data-testid=button-submit]:hover,.root-web-sdk #containerForm .submitFooter .button-web-sdk.last-of-kind.only-of-kind.button-submitButton1:hover,.root-web-sdk #containerForm .submitFooter .button-web-sdk.last-of-kind.only-of-kind.button-submitButton:hover,.root-web-sdk #containerForm .submitFooter .button-web-sdk.last-of-kind.only-of-kind[class*=addToConsultButton]:hover,.root-web-sdk #containerForm .submitFooter .button-web-sdk.last-of-kind.only-of-kind[class*=SearchButton][data-testid*=SearchButton]:hover,.root-web-sdk #containerForm.pulse-rav .button-web-sdk.last-of-kind.only-of-kind.button-communication_method:hover,.root-web-sdk #containerForm.pulse-rav .button-web-sdk.last-of-kind.only-of-kind.button-continue:hover,.root-web-sdk #containerForm.pulse-rav .button-web-sdk.last-of-kind.only-of-kind.button-continueButton[data-testid=button-continueButton]:hover,.root-web-sdk #containerForm.pulse-rav .button-web-sdk.last-of-kind.only-of-kind.button-creditCardButton:hover,.root-web-sdk #containerForm.pulse-rav .button-web-sdk.last-of-kind.only-of-kind.button-existingCardButton:hover,.root-web-sdk #containerForm.pulse-rav .button-web-sdk.last-of-kind.only-of-kind.button-got_it_button:hover,.root-web-sdk #containerForm.pulse-rav .button-web-sdk.last-of-kind.only-of-kind.button-nextButton:hover,.root-web-sdk #containerForm.pulse-rav .button-web-sdk.last-of-kind.only-of-kind.button-nextButton[data-testid=button-nextButton]:hover,.root-web-sdk #containerForm.pulse-rav .button-web-sdk.last-of-kind.only-of-kind.button-pop_flow:hover,.root-web-sdk #containerForm.pulse-rav .button-web-sdk.last-of-kind.only-of-kind.button-ReasonForVisitSelectionInitialFlex.button-continue_button:hover,.root-web-sdk #containerForm.pulse-rav .button-web-sdk.last-of-kind.only-of-kind.button-save_cc_card:hover,.root-web-sdk #containerForm.pulse-rav .button-web-sdk.last-of-kind.only-of-kind.button-submit[data-testid=button-submit]:hover,.root-web-sdk #containerForm.pulse-rav .button-web-sdk.last-of-kind.only-of-kind.button-submitButton1:hover,.root-web-sdk #containerForm.pulse-rav .button-web-sdk.last-of-kind.only-of-kind.button-submitButton:hover,.root-web-sdk #containerForm.pulse-rav .button-web-sdk.last-of-kind.only-of-kind[class*=addToConsultButton]:hover,.root-web-sdk #containerForm.pulse-rav .button-web-sdk.last-of-kind.only-of-kind[class*=SearchButton][data-testid*=SearchButton]:hover{--text-opacity:1;color:#3e267f;color:rgba(62, 38, 127, var(--text-opacity));--bg-opacity:1;background-color:#f0e6f4;background-color:rgba(240, 230, 244, var(--bg-opacity));font-weight:500;--border-opacity:1;border-color:#f0e6f4;border-color:rgba(240, 230, 244, var(--border-opacity))}#containerForm.enhanced-redesign .ConsultationBhSchedule .button-web-sdk.last-of-kind.only-of-kind.button-communication_method:focus,#containerForm.enhanced-redesign .ConsultationBhSchedule .button-web-sdk.last-of-kind.only-of-kind.button-continue:focus,#containerForm.enhanced-redesign .ConsultationBhSchedule .button-web-sdk.last-of-kind.only-of-kind.button-continueButton[data-testid=button-continueButton]:focus,#containerForm.enhanced-redesign .ConsultationBhSchedule .button-web-sdk.last-of-kind.only-of-kind.button-creditCardButton:focus,#containerForm.enhanced-redesign .ConsultationBhSchedule .button-web-sdk.last-of-kind.only-of-kind.button-existingCardButton:focus,#containerForm.enhanced-redesign .ConsultationBhSchedule .button-web-sdk.last-of-kind.only-of-kind.button-got_it_button:focus,#containerForm.enhanced-redesign .ConsultationBhSchedule .button-web-sdk.last-of-kind.only-of-kind.button-nextButton:focus,#containerForm.enhanced-redesign .ConsultationBhSchedule .button-web-sdk.last-of-kind.only-of-kind.button-nextButton[data-testid=button-nextButton]:focus,#containerForm.enhanced-redesign .ConsultationBhSchedule .button-web-sdk.last-of-kind.only-of-kind.button-pop_flow:focus,#containerForm.enhanced-redesign .ConsultationBhSchedule .button-web-sdk.last-of-kind.only-of-kind.button-ReasonForVisitSelectionInitialFlex.button-continue_button:focus,#containerForm.enhanced-redesign .ConsultationBhSchedule .button-web-sdk.last-of-kind.only-of-kind.button-save_cc_card:focus,#containerForm.enhanced-redesign .ConsultationBhSchedule .button-web-sdk.last-of-kind.only-of-kind.button-submit[data-testid=button-submit]:focus,#containerForm.enhanced-redesign .ConsultationBhSchedule .button-web-sdk.last-of-kind.only-of-kind.button-submitButton1:focus,#containerForm.enhanced-redesign .ConsultationBhSchedule .button-web-sdk.last-of-kind.only-of-kind.button-submitButton:focus,#containerForm.enhanced-redesign .ConsultationBhSchedule .button-web-sdk.last-of-kind.only-of-kind[class*=addToConsultButton]:focus,#containerForm.enhanced-redesign .ConsultationBhSchedule .button-web-sdk.last-of-kind.only-of-kind[class*=SearchButton][data-testid*=SearchButton]:focus,#containerForm.enhanced-redesign .ConsultationOption .button-web-sdk.last-of-kind.only-of-kind.button-communication_method:focus,#containerForm.enhanced-redesign .ConsultationOption .button-web-sdk.last-of-kind.only-of-kind.button-continue:focus,#containerForm.enhanced-redesign .ConsultationOption .button-web-sdk.last-of-kind.only-of-kind.button-continueButton[data-testid=button-continueButton]:focus,#containerForm.enhanced-redesign .ConsultationOption .button-web-sdk.last-of-kind.only-of-kind.button-creditCardButton:focus,#containerForm.enhanced-redesign .ConsultationOption .button-web-sdk.last-of-kind.only-of-kind.button-existingCardButton:focus,#containerForm.enhanced-redesign .ConsultationOption .button-web-sdk.last-of-kind.only-of-kind.button-got_it_button:focus,#containerForm.enhanced-redesign .ConsultationOption .button-web-sdk.last-of-kind.only-of-kind.button-nextButton:focus,#containerForm.enhanced-redesign .ConsultationOption .button-web-sdk.last-of-kind.only-of-kind.button-nextButton[data-testid=button-nextButton]:focus,#containerForm.enhanced-redesign .ConsultationOption .button-web-sdk.last-of-kind.only-of-kind.button-pop_flow:focus,#containerForm.enhanced-redesign .ConsultationOption .button-web-sdk.last-of-kind.only-of-kind.button-ReasonForVisitSelectionInitialFlex.button-continue_button:focus,#containerForm.enhanced-redesign .ConsultationOption .button-web-sdk.last-of-kind.only-of-kind.button-save_cc_card:focus,#containerForm.enhanced-redesign .ConsultationOption .button-web-sdk.last-of-kind.only-of-kind.button-submit[data-testid=button-submit]:focus,#containerForm.enhanced-redesign .ConsultationOption .button-web-sdk.last-of-kind.only-of-kind.button-submitButton1:focus,#containerForm.enhanced-redesign .ConsultationOption .button-web-sdk.last-of-kind.only-of-kind.button-submitButton:focus,#containerForm.enhanced-redesign .ConsultationOption .button-web-sdk.last-of-kind.only-of-kind[class*=addToConsultButton]:focus,#containerForm.enhanced-redesign .ConsultationOption .button-web-sdk.last-of-kind.only-of-kind[class*=SearchButton][data-testid*=SearchButton]:focus,#containerForm.enhanced-redesign .OneClickConsultationModality .button-web-sdk.last-of-kind.only-of-kind.button-communication_method:focus,#containerForm.enhanced-redesign .OneClickConsultationModality .button-web-sdk.last-of-kind.only-of-kind.button-continue:focus,#containerForm.enhanced-redesign .OneClickConsultationModality .button-web-sdk.last-of-kind.only-of-kind.button-continueButton[data-testid=button-continueButton]:focus,#containerForm.enhanced-redesign .OneClickConsultationModality .button-web-sdk.last-of-kind.only-of-kind.button-creditCardButton:focus,#containerForm.enhanced-redesign .OneClickConsultationModality .button-web-sdk.last-of-kind.only-of-kind.button-existingCardButton:focus,#containerForm.enhanced-redesign .OneClickConsultationModality .button-web-sdk.last-of-kind.only-of-kind.button-got_it_button:focus,#containerForm.enhanced-redesign .OneClickConsultationModality .button-web-sdk.last-of-kind.only-of-kind.button-nextButton:focus,#containerForm.enhanced-redesign .OneClickConsultationModality .button-web-sdk.last-of-kind.only-of-kind.button-nextButton[data-testid=button-nextButton]:focus,#containerForm.enhanced-redesign .OneClickConsultationModality .button-web-sdk.last-of-kind.only-of-kind.button-pop_flow:focus,#containerForm.enhanced-redesign .OneClickConsultationModality .button-web-sdk.last-of-kind.only-of-kind.button-ReasonForVisitSelectionInitialFlex.button-continue_button:focus,#containerForm.enhanced-redesign .OneClickConsultationModality .button-web-sdk.last-of-kind.only-of-kind.button-save_cc_card:focus,#containerForm.enhanced-redesign .OneClickConsultationModality .button-web-sdk.last-of-kind.only-of-kind.button-submit[data-testid=button-submit]:focus,#containerForm.enhanced-redesign .OneClickConsultationModality .button-web-sdk.last-of-kind.only-of-kind.button-submitButton1:focus,#containerForm.enhanced-redesign .OneClickConsultationModality .button-web-sdk.last-of-kind.only-of-kind.button-submitButton:focus,#containerForm.enhanced-redesign .OneClickConsultationModality .button-web-sdk.last-of-kind.only-of-kind[class*=addToConsultButton]:focus,#containerForm.enhanced-redesign .OneClickConsultationModality .button-web-sdk.last-of-kind.only-of-kind[class*=SearchButton][data-testid*=SearchButton]:focus,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .button-web-sdk.last-of-kind.only-of-kind.button-communication_method:focus,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .button-web-sdk.last-of-kind.only-of-kind.button-continue:focus,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .button-web-sdk.last-of-kind.only-of-kind.button-continueButton[data-testid=button-continueButton]:focus,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .button-web-sdk.last-of-kind.only-of-kind.button-creditCardButton:focus,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .button-web-sdk.last-of-kind.only-of-kind.button-existingCardButton:focus,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .button-web-sdk.last-of-kind.only-of-kind.button-got_it_button:focus,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .button-web-sdk.last-of-kind.only-of-kind.button-nextButton:focus,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .button-web-sdk.last-of-kind.only-of-kind.button-nextButton[data-testid=button-nextButton]:focus,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .button-web-sdk.last-of-kind.only-of-kind.button-pop_flow:focus,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .button-web-sdk.last-of-kind.only-of-kind.button-ReasonForVisitSelectionInitialFlex.button-continue_button:focus,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .button-web-sdk.last-of-kind.only-of-kind.button-save_cc_card:focus,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .button-web-sdk.last-of-kind.only-of-kind.button-submit[data-testid=button-submit]:focus,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .button-web-sdk.last-of-kind.only-of-kind.button-submitButton1:focus,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .button-web-sdk.last-of-kind.only-of-kind.button-submitButton:focus,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .button-web-sdk.last-of-kind.only-of-kind[class*=addToConsultButton]:focus,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .button-web-sdk.last-of-kind.only-of-kind[class*=SearchButton][data-testid*=SearchButton]:focus,.root-web-sdk #containerForm .submitFooter .button-web-sdk.last-of-kind.only-of-kind.button-communication_method:focus,.root-web-sdk #containerForm .submitFooter .button-web-sdk.last-of-kind.only-of-kind.button-continue:focus,.root-web-sdk #containerForm .submitFooter .button-web-sdk.last-of-kind.only-of-kind.button-continueButton[data-testid=button-continueButton]:focus,.root-web-sdk #containerForm .submitFooter .button-web-sdk.last-of-kind.only-of-kind.button-creditCardButton:focus,.root-web-sdk #containerForm .submitFooter .button-web-sdk.last-of-kind.only-of-kind.button-existingCardButton:focus,.root-web-sdk #containerForm .submitFooter .button-web-sdk.last-of-kind.only-of-kind.button-got_it_button:focus,.root-web-sdk #containerForm .submitFooter .button-web-sdk.last-of-kind.only-of-kind.button-nextButton:focus,.root-web-sdk #containerForm .submitFooter .button-web-sdk.last-of-kind.only-of-kind.button-nextButton[data-testid=button-nextButton]:focus,.root-web-sdk #containerForm .submitFooter .button-web-sdk.last-of-kind.only-of-kind.button-pop_flow:focus,.root-web-sdk #containerForm .submitFooter .button-web-sdk.last-of-kind.only-of-kind.button-ReasonForVisitSelectionInitialFlex.button-continue_button:focus,.root-web-sdk #containerForm .submitFooter .button-web-sdk.last-of-kind.only-of-kind.button-save_cc_card:focus,.root-web-sdk #containerForm .submitFooter .button-web-sdk.last-of-kind.only-of-kind.button-submit[data-testid=button-submit]:focus,.root-web-sdk #containerForm .submitFooter .button-web-sdk.last-of-kind.only-of-kind.button-submitButton1:focus,.root-web-sdk #containerForm .submitFooter .button-web-sdk.last-of-kind.only-of-kind.button-submitButton:focus,.root-web-sdk #containerForm .submitFooter .button-web-sdk.last-of-kind.only-of-kind[class*=addToConsultButton]:focus,.root-web-sdk #containerForm .submitFooter .button-web-sdk.last-of-kind.only-of-kind[class*=SearchButton][data-testid*=SearchButton]:focus,.root-web-sdk #containerForm.pulse-rav .button-web-sdk.last-of-kind.only-of-kind.button-communication_method:focus,.root-web-sdk #containerForm.pulse-rav .button-web-sdk.last-of-kind.only-of-kind.button-continue:focus,.root-web-sdk #containerForm.pulse-rav .button-web-sdk.last-of-kind.only-of-kind.button-continueButton[data-testid=button-continueButton]:focus,.root-web-sdk #containerForm.pulse-rav .button-web-sdk.last-of-kind.only-of-kind.button-creditCardButton:focus,.root-web-sdk #containerForm.pulse-rav .button-web-sdk.last-of-kind.only-of-kind.button-existingCardButton:focus,.root-web-sdk #containerForm.pulse-rav .button-web-sdk.last-of-kind.only-of-kind.button-got_it_button:focus,.root-web-sdk #containerForm.pulse-rav .button-web-sdk.last-of-kind.only-of-kind.button-nextButton:focus,.root-web-sdk #containerForm.pulse-rav .button-web-sdk.last-of-kind.only-of-kind.button-nextButton[data-testid=button-nextButton]:focus,.root-web-sdk #containerForm.pulse-rav .button-web-sdk.last-of-kind.only-of-kind.button-pop_flow:focus,.root-web-sdk #containerForm.pulse-rav .button-web-sdk.last-of-kind.only-of-kind.button-ReasonForVisitSelectionInitialFlex.button-continue_button:focus,.root-web-sdk #containerForm.pulse-rav .button-web-sdk.last-of-kind.only-of-kind.button-save_cc_card:focus,.root-web-sdk #containerForm.pulse-rav .button-web-sdk.last-of-kind.only-of-kind.button-submit[data-testid=button-submit]:focus,.root-web-sdk #containerForm.pulse-rav .button-web-sdk.last-of-kind.only-of-kind.button-submitButton1:focus,.root-web-sdk #containerForm.pulse-rav .button-web-sdk.last-of-kind.only-of-kind.button-submitButton:focus,.root-web-sdk #containerForm.pulse-rav .button-web-sdk.last-of-kind.only-of-kind[class*=addToConsultButton]:focus,.root-web-sdk #containerForm.pulse-rav .button-web-sdk.last-of-kind.only-of-kind[class*=SearchButton][data-testid*=SearchButton]:focus{box-shadow:0 0 0 2px #fff,0 0 2px 4px rgba(0,96,252,0.6);border-style:none}#containerForm.enhanced-redesign .ConsultationBhSchedule button[class*=SearchButton][data-testid*=SearchButton],#containerForm.enhanced-redesign .ConsultationOption button[class*=SearchButton][data-testid*=SearchButton],#containerForm.enhanced-redesign .OneClickConsultationModality button[class*=SearchButton][data-testid*=SearchButton],#containerForm.enhanced-redesign [class*=EnhancedScheduling] button[class*=SearchButton][data-testid*=SearchButton],.root-web-sdk #containerForm .submitFooter button[class*=SearchButton][data-testid*=SearchButton],.root-web-sdk #containerForm.pulse-rav button[class*=SearchButton][data-testid*=SearchButton]{min-width:9rem}#containerForm.enhanced-redesign .ConsultationBhSchedule .pulse-screen .button-left-arrow-web-sdk,#containerForm.enhanced-redesign .ConsultationOption .pulse-screen .button-left-arrow-web-sdk,#containerForm.enhanced-redesign .OneClickConsultationModality .pulse-screen .button-left-arrow-web-sdk,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .pulse-screen .button-left-arrow-web-sdk,.root-web-sdk #containerForm .submitFooter .pulse-screen .button-left-arrow-web-sdk,.root-web-sdk #containerForm.pulse-rav .pulse-screen .button-left-arrow-web-sdk{background:none}#containerForm.enhanced-redesign .ConsultationBhSchedule .pulse-screen .button-left-arrow-web-sdk:focus,#containerForm.enhanced-redesign .ConsultationOption .pulse-screen .button-left-arrow-web-sdk:focus,#containerForm.enhanced-redesign .OneClickConsultationModality .pulse-screen .button-left-arrow-web-sdk:focus,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .pulse-screen .button-left-arrow-web-sdk:focus,.root-web-sdk #containerForm .submitFooter .pulse-screen .button-left-arrow-web-sdk:focus,.root-web-sdk #containerForm.pulse-rav .pulse-screen .button-left-arrow-web-sdk:focus{box-shadow:0 0 0 2px var(--color-button2-icon-default)}#containerForm.enhanced-redesign .ConsultationBhSchedule .pulse-screen .button-left-arrow-web-sdk svg,#containerForm.enhanced-redesign .ConsultationOption .pulse-screen .button-left-arrow-web-sdk svg,#containerForm.enhanced-redesign .OneClickConsultationModality .pulse-screen .button-left-arrow-web-sdk svg,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .pulse-screen .button-left-arrow-web-sdk svg,.root-web-sdk #containerForm .submitFooter .pulse-screen .button-left-arrow-web-sdk svg,.root-web-sdk #containerForm.pulse-rav .pulse-screen .button-left-arrow-web-sdk svg{width:10px;top:21px;left:6px;position:absolute}@media (min-width: 1024px){#containerForm.enhanced-redesign .ConsultationBhSchedule .pulse-screen .button-left-arrow-web-sdk svg,#containerForm.enhanced-redesign .ConsultationOption .pulse-screen .button-left-arrow-web-sdk svg,#containerForm.enhanced-redesign .OneClickConsultationModality .pulse-screen .button-left-arrow-web-sdk svg,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .pulse-screen .button-left-arrow-web-sdk svg,.root-web-sdk #containerForm .submitFooter .pulse-screen .button-left-arrow-web-sdk svg,.root-web-sdk #containerForm.pulse-rav .pulse-screen .button-left-arrow-web-sdk svg{top:23px}}#containerForm.enhanced-redesign .ConsultationBhSchedule .button-left-arrow-web-sdk,#containerForm.enhanced-redesign .ConsultationOption .button-left-arrow-web-sdk,#containerForm.enhanced-redesign .OneClickConsultationModality .button-left-arrow-web-sdk,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .button-left-arrow-web-sdk,.root-web-sdk #containerForm .submitFooter .button-left-arrow-web-sdk,.root-web-sdk #containerForm.pulse-rav .button-left-arrow-web-sdk{font-weight:500;padding-top:1rem;display:inline-block;color:var(--color-button2-icon-default);position:relative;background-position:left 5px center}#containerForm.enhanced-redesign .ConsultationBhSchedule .button-save_button,#containerForm.enhanced-redesign .ConsultationOption .button-save_button,#containerForm.enhanced-redesign .OneClickConsultationModality .button-save_button,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .button-save_button,.root-web-sdk #containerForm .submitFooter .button-save_button,.root-web-sdk #containerForm.pulse-rav .button-save_button{margin-bottom:.75rem;padding-top:1rem;padding-bottom:1rem;border-width:1px;width:7.5rem;border-radius:9999px;--bg-opacity:1;background-color:#422981;background-color:rgba(66, 41, 129, var(--bg-opacity));font-size:1.125rem;display:inline-block;margin-top:1rem}#containerForm.enhanced-redesign .ConsultationBhSchedule button[data-testid*=save_button-button],#containerForm.enhanced-redesign .ConsultationOption button[data-testid*=save_button-button],#containerForm.enhanced-redesign .OneClickConsultationModality button[data-testid*=save_button-button],#containerForm.enhanced-redesign [class*=EnhancedScheduling] button[data-testid*=save_button-button],.root-web-sdk #containerForm .submitFooter button[data-testid*=save_button-button],.root-web-sdk #containerForm.pulse-rav button[data-testid*=save_button-button]{margin-bottom:.75rem;margin-top:1rem}#containerForm.enhanced-redesign .ConsultationBhSchedule .button-save_button.disabled,#containerForm.enhanced-redesign .ConsultationOption .button-save_button.disabled,#containerForm.enhanced-redesign .OneClickConsultationModality .button-save_button.disabled,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .button-save_button.disabled,.root-web-sdk #containerForm .submitFooter .button-save_button.disabled,.root-web-sdk #containerForm.pulse-rav .button-save_button.disabled{--bg-opacity:1;background-color:#dfe0df;background-color:rgba(223, 224, 223, var(--bg-opacity));--text-opacity:1;color:#6f6f6f;color:rgba(111, 111, 111, var(--text-opacity));cursor:not-allowed;border-style:none}#containerForm.enhanced-redesign .ConsultationBhSchedule .button-dismiss_button,#containerForm.enhanced-redesign .ConsultationOption .button-dismiss_button,#containerForm.enhanced-redesign .OneClickConsultationModality .button-dismiss_button,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .button-dismiss_button,.root-web-sdk #containerForm .submitFooter .button-dismiss_button,.root-web-sdk #containerForm.pulse-rav .button-dismiss_button{--border-opacity:1;border-color:#5156f5;border-color:rgba(81, 86, 245, var(--border-opacity));border-radius:9999px;border-width:0;padding:1rem;width:7.5rem;line-height:1rem;font-size:1.125rem;--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity));--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));display:inline-block;margin-right:1rem;margin-top:1rem}@media (min-width: 568px){#containerForm.enhanced-redesign .ConsultationBhSchedule .button-dismiss_button,#containerForm.enhanced-redesign .ConsultationOption .button-dismiss_button,#containerForm.enhanced-redesign .OneClickConsultationModality .button-dismiss_button,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .button-dismiss_button,.root-web-sdk #containerForm .submitFooter .button-dismiss_button,.root-web-sdk #containerForm.pulse-rav .button-dismiss_button{width:8rem}}#containerForm.enhanced-redesign .ConsultationBhSchedule button[data-testid*=dismiss_button-button],#containerForm.enhanced-redesign .ConsultationOption button[data-testid*=dismiss_button-button],#containerForm.enhanced-redesign .OneClickConsultationModality button[data-testid*=dismiss_button-button],#containerForm.enhanced-redesign [class*=EnhancedScheduling] button[data-testid*=dismiss_button-button],.root-web-sdk #containerForm .submitFooter button[data-testid*=dismiss_button-button],.root-web-sdk #containerForm.pulse-rav button[data-testid*=dismiss_button-button]{width:7.5rem;margin-right:1rem;justify-content:center}#containerForm.enhanced-redesign .ConsultationBhSchedule .dialog-web-sdk .button-dismiss_button,#containerForm.enhanced-redesign .ConsultationOption .dialog-web-sdk .button-dismiss_button,#containerForm.enhanced-redesign .OneClickConsultationModality .dialog-web-sdk .button-dismiss_button,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .dialog-web-sdk .button-dismiss_button,.root-web-sdk #containerForm .submitFooter .dialog-web-sdk .button-dismiss_button,.root-web-sdk #containerForm.pulse-rav .dialog-web-sdk .button-dismiss_button{width:100%;border-width:0;align-self:center;margin-right:0}@media (min-width: 568px){#containerForm.enhanced-redesign .ConsultationBhSchedule .dialog-web-sdk .button-dismiss_button,#containerForm.enhanced-redesign .ConsultationOption .dialog-web-sdk .button-dismiss_button,#containerForm.enhanced-redesign .OneClickConsultationModality .dialog-web-sdk .button-dismiss_button,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .dialog-web-sdk .button-dismiss_button,.root-web-sdk #containerForm .submitFooter .dialog-web-sdk .button-dismiss_button,.root-web-sdk #containerForm.pulse-rav .dialog-web-sdk .button-dismiss_button{width:8rem;margin-right:.75rem;margin-top:.75rem}}#containerForm.enhanced-redesign .ConsultationBhSchedule .dialog-web-sdk .button-save_button,#containerForm.enhanced-redesign .ConsultationOption .dialog-web-sdk .button-save_button,#containerForm.enhanced-redesign .OneClickConsultationModality .dialog-web-sdk .button-save_button,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .dialog-web-sdk .button-save_button,.root-web-sdk #containerForm .submitFooter .dialog-web-sdk .button-save_button,.root-web-sdk #containerForm.pulse-rav .dialog-web-sdk .button-save_button{float:none}@media (min-width: 568px){#containerForm.enhanced-redesign .ConsultationBhSchedule .dialog-web-sdk .button-save_button,#containerForm.enhanced-redesign .ConsultationOption .dialog-web-sdk .button-save_button,#containerForm.enhanced-redesign .OneClickConsultationModality .dialog-web-sdk .button-save_button,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .dialog-web-sdk .button-save_button,.root-web-sdk #containerForm .submitFooter .dialog-web-sdk .button-save_button,.root-web-sdk #containerForm.pulse-rav .dialog-web-sdk .button-save_button{width:8rem;margin-bottom:0;margin-top:.75rem}}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .tabs-web-sdk,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .tabs-web-sdk,.root-web-sdk #containerForm.pulse-rav .tabs-web-sdk{grid-gap:.75rem;gap:.75rem}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .tabs-web-sdk .tab-td-web-sdk,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .tabs-web-sdk .tab-td-web-sdk,.root-web-sdk #containerForm.pulse-rav .tabs-web-sdk .tab-td-web-sdk{--text-opacity:1;color:#565757;color:rgba(86, 87, 87, var(--text-opacity));font-weight:700;border-width:1px;--border-opacity:1;border-color:#e5e8e8;border-color:rgba(229, 232, 232, var(--border-opacity));border-radius:.25rem;margin-bottom:32px;padding:.5rem;min-height:58px}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .tabs-web-sdk .tab-td-web-sdk.invalid,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .tabs-web-sdk .tab-td-web-sdk.invalid,.root-web-sdk #containerForm.pulse-rav .tabs-web-sdk .tab-td-web-sdk.invalid{--border-opacity:1;border-color:#c9311a;border-color:rgba(201, 49, 26, var(--border-opacity))}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .tabs-web-sdk .tab-td-web-sdk.invalid.active,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .tabs-web-sdk .tab-td-web-sdk.invalid.active,.root-web-sdk #containerForm.pulse-rav .tabs-web-sdk .tab-td-web-sdk.invalid.active{--text-opacity:1;color:#c9311a;color:rgba(201, 49, 26, var(--text-opacity));--border-opacity:1;border-color:#c9311a;border-color:rgba(201, 49, 26, var(--border-opacity));--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity))}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .tabs-web-sdk .tab-td-web-sdk.invalid:hover,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .tabs-web-sdk .tab-td-web-sdk.invalid:hover,.root-web-sdk #containerForm.pulse-rav .tabs-web-sdk .tab-td-web-sdk.invalid:hover{--text-opacity:1;color:#c9311a;color:rgba(201, 49, 26, var(--text-opacity))}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .tabs-web-sdk .tab-td-web-sdk.active,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .tabs-web-sdk .tab-td-web-sdk.active,.root-web-sdk #containerForm.pulse-rav .tabs-web-sdk .tab-td-web-sdk.active{--text-opacity:1;color:#0060fc;color:rgba(0, 96, 252, var(--text-opacity));--border-opacity:1;border-color:#0060fc;border-color:rgba(0, 96, 252, var(--border-opacity));--border-opacity:0.5;--bg-opacity:1;background-color:#e2f3ff;background-color:rgba(226, 243, 255, var(--bg-opacity))}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .tabs-web-sdk .tab-td-web-sdk:hover,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .tabs-web-sdk .tab-td-web-sdk:hover,.root-web-sdk #containerForm.pulse-rav .tabs-web-sdk .tab-td-web-sdk:hover{--text-opacity:1;color:#0060fc;color:rgba(0, 96, 252, var(--text-opacity));--bg-opacity:1;background-color:#e2f3ff;background-color:rgba(226, 243, 255, var(--bg-opacity))}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .tabs-web-sdk .tab-td-web-sdk:focus,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .tabs-web-sdk .tab-td-web-sdk:focus,.root-web-sdk #containerForm.pulse-rav .tabs-web-sdk .tab-td-web-sdk:focus{box-shadow:0 0 0 2px #fff,0 0 2px 4px rgba(0,96,252,0.6)}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .tabs-web-sdk .tab-td-web-sdk .tab-label-td-web-sdk,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .tabs-web-sdk .tab-td-web-sdk .tab-label-td-web-sdk,.root-web-sdk #containerForm.pulse-rav .tabs-web-sdk .tab-td-web-sdk .tab-label-td-web-sdk{font-size:1.125rem;line-height:1.5rem;border-style:none;padding:0}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .tabs-web-sdk .tab-td-web-sdk .tab-label-td-web-sdk .date-time,.root-web-sdk #containerForm.enhanced-redesign [class*=EnhancedScheduling] .tabs-web-sdk .tab-td-web-sdk .tab-label-td-web-sdk .date-time,.root-web-sdk #containerForm.pulse-rav .tabs-web-sdk .tab-td-web-sdk .tab-label-td-web-sdk .date-time{font-size:1.125rem;line-height:1.5rem}.root-web-sdk #containerForm.enhanced-redesign .image-wrapper-web-sdk.TDFieldOptionIsCircleShape,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList .image-wrapper-web-sdk.TDFieldOptionIsCircleShape,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamProfileDetailScreen .image-wrapper-web-sdk.TDFieldOptionIsCircleShape{grid-column:1;grid-row:1/5}.root-web-sdk #containerForm.enhanced-redesign .image-wrapper-web-sdk.TDFieldOptionIsCircleShape div.image-container-web-sdk,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList .image-wrapper-web-sdk.TDFieldOptionIsCircleShape div.image-container-web-sdk,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamProfileDetailScreen .image-wrapper-web-sdk.TDFieldOptionIsCircleShape div.image-container-web-sdk{border-style:none;width:5rem;height:5rem;align-items:center;justify-content:center}.root-web-sdk #containerForm.enhanced-redesign .image-wrapper-web-sdk.TDFieldOptionIsCircleShape div.image-container-web-sdk .placeholder-websdk,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList .image-wrapper-web-sdk.TDFieldOptionIsCircleShape div.image-container-web-sdk .placeholder-websdk,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamProfileDetailScreen .image-wrapper-web-sdk.TDFieldOptionIsCircleShape div.image-container-web-sdk .placeholder-websdk{width:5rem;height:5rem;--bg-opacity:1;background-color:#f0e6f4;background-color:rgba(240, 230, 244, var(--bg-opacity));--border-opacity:1;border:1px solid #5b2f91;border-color:rgba(91, 47, 145, var(--border-opacity));padding-top:1.75rem;--text-opacity:1;color:#5b2f91;color:rgba(91, 47, 145, var(--text-opacity));text-align:center;font-size:1.125rem;border-radius:9999px}.root-web-sdk #containerForm.enhanced-redesign .image-wrapper-web-sdk.TDFieldOptionIsCircleShape div.image-container-web-sdk img,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList .image-wrapper-web-sdk.TDFieldOptionIsCircleShape div.image-container-web-sdk img,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamProfileDetailScreen .image-wrapper-web-sdk.TDFieldOptionIsCircleShape div.image-container-web-sdk img{border-style:none;border-radius:99999px;width:81px;height:81px}.root-web-sdk #containerForm.enhanced-redesign .TDFieldOptionImageFlipHorizontally,.root-web-sdk #containerForm.pulse-rav .TDFieldOptionImageFlipHorizontally{transform:scaleX(-1)}.root-web-sdk #containerForm.enhanced-redesign .checkbox-wrapper-web-sdk .checkbox-input-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .checkbox-wrapper-web-sdk input:checked~.checkbox-input-web-sdk,.root-web-sdk #containerForm.pulse-rav .checkbox-wrapper-web-sdk .checkbox-input-web-sdk,.root-web-sdk #containerForm.pulse-rav .checkbox-wrapper-web-sdk input:checked~.checkbox-input-web-sdk{border-width:1px;--border-opacity:1;border-color:#6f6f6f;border-color:rgba(111, 111, 111, var(--border-opacity))}.root-web-sdk #containerForm.enhanced-redesign .checkbox-wrapper-web-sdk:focus-within .checkbox-input-web-sdk,.root-web-sdk #containerForm.pulse-rav .checkbox-wrapper-web-sdk:focus-within .checkbox-input-web-sdk{box-shadow:0 0 0 2px #fff,0 0 2px 4px rgba(0,96,252,0.6)}.root-web-sdk #containerForm.enhanced-redesign .checkbox-wrapper-web-sdk input:checked~.checkbox-input-web-sdk,.root-web-sdk #containerForm.pulse-rav .checkbox-wrapper-web-sdk input:checked~.checkbox-input-web-sdk{--bg-opacity:1;background-color:#5156f5;background-color:rgba(81, 86, 245, var(--bg-opacity));--border-opacity:1;border-color:#5156f5;border-color:rgba(81, 86, 245, var(--border-opacity))}.root-web-sdk #containerForm.enhanced-redesign .checkbox-wrapper-web-sdk input:checked~.checkbox-input-web-sdk:after,.root-web-sdk #containerForm.pulse-rav .checkbox-wrapper-web-sdk input:checked~.checkbox-input-web-sdk:after{--border-opacity:1;border-color:#fff;border-color:rgba(255, 255, 255, var(--border-opacity))}.root-web-sdk #containerForm.enhanced-redesign .checkbox-wrapper-web-sdk input:checked:is([disabled])~.checkbox-input-web-sdk,.root-web-sdk #containerForm.pulse-rav .checkbox-wrapper-web-sdk input:checked:is([disabled])~.checkbox-input-web-sdk{--bg-opacity:1;background-color:#6f6f6f;background-color:rgba(111, 111, 111, var(--bg-opacity));--border-opacity:1;border-color:#6f6f6f;border-color:rgba(111, 111, 111, var(--border-opacity))}.root-web-sdk #containerForm.enhanced-redesign .checkbox-wrapper-web-sdk input:checked:is([disabled])~.checkbox-input-web-sdk:after,.root-web-sdk #containerForm.pulse-rav .checkbox-wrapper-web-sdk input:checked:is([disabled])~.checkbox-input-web-sdk:after{--bg-opacity:1;background-color:#6f6f6f;background-color:rgba(111, 111, 111, var(--bg-opacity));--border-opacity:1;border-color:#fff;border-color:rgba(255, 255, 255, var(--border-opacity))}#containerForm.enhanced-redesign .ConsultationBhSchedule .checkbox-wrapper-web-sdk,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .checkbox-wrapper-web-sdk,.root-web-sdk #containerForm.pulse-rav .checkbox-wrapper-web-sdk{padding:0;display:inline-flex}#containerForm.enhanced-redesign .ConsultationBhSchedule .checkbox-wrapper-web-sdk .checkbox-text-wrapper-web-sdk,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .checkbox-wrapper-web-sdk .checkbox-text-wrapper-web-sdk,.root-web-sdk #containerForm.pulse-rav .checkbox-wrapper-web-sdk .checkbox-text-wrapper-web-sdk{font-weight:400}#containerForm.enhanced-redesign .ConsultationBhSchedule .checkbox-wrapper-web-sdk .availableNow,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .checkbox-wrapper-web-sdk .availableNow,.root-web-sdk #containerForm.pulse-rav .checkbox-wrapper-web-sdk .availableNow{line-height:20px;font-size:1.125rem;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));font-weight:400;margin-left:.75rem}#containerForm.enhanced-redesign .ConsultationBhSchedule .checkbox-wrapper-web-sdk span.text-web-sdk,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .checkbox-wrapper-web-sdk span.text-web-sdk,.root-web-sdk #containerForm.pulse-rav .checkbox-wrapper-web-sdk span.text-web-sdk{--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));line-height:1.5rem;padding-left:.75rem;margin:0}#containerForm.enhanced-redesign .ConsultationBhSchedule .checkbox-wrapper-web-sdk .checkbox-input-web-sdk,#containerForm.enhanced-redesign .ConsultationBhSchedule .checkbox-wrapper-web-sdk input,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .checkbox-wrapper-web-sdk .checkbox-input-web-sdk,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .checkbox-wrapper-web-sdk input,.root-web-sdk #containerForm.pulse-rav .checkbox-wrapper-web-sdk .checkbox-input-web-sdk,.root-web-sdk #containerForm.pulse-rav .checkbox-wrapper-web-sdk input{width:1.5rem;height:1.5rem}#containerForm.enhanced-redesign .ConsultationBhSchedule .checkbox-wrapper-web-sdk:hover span.text-web-sdk,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .checkbox-wrapper-web-sdk:hover span.text-web-sdk,.root-web-sdk #containerForm.pulse-rav .checkbox-wrapper-web-sdk:hover span.text-web-sdk{cursor:pointer}#containerForm.enhanced-redesign .ConsultationBhSchedule .checkbox-wrapper-web-sdk:hover .checkbox-input-web-sdk,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .checkbox-wrapper-web-sdk:hover .checkbox-input-web-sdk,.root-web-sdk #containerForm.pulse-rav .checkbox-wrapper-web-sdk:hover .checkbox-input-web-sdk{--border-opacity:1;border-color:#0060fc;border-color:rgba(0, 96, 252, var(--border-opacity))}#containerForm.enhanced-redesign .ConsultationBhSchedule input~.checkbox-input-web-sdk,#containerForm.enhanced-redesign [class*=EnhancedScheduling] input~.checkbox-input-web-sdk,.root-web-sdk #containerForm.pulse-rav input~.checkbox-input-web-sdk{--border-opacity:1;border-color:#919393;border-color:rgba(145, 147, 147, var(--border-opacity))}#containerForm.enhanced-redesign .ConsultationBhSchedule input:checked~.checkbox-input-web-sdk,#containerForm.enhanced-redesign [class*=EnhancedScheduling] input:checked~.checkbox-input-web-sdk,.root-web-sdk #containerForm.pulse-rav input:checked~.checkbox-input-web-sdk{--bg-opacity:1;background-color:#0060fc;background-color:rgba(0, 96, 252, var(--bg-opacity))}#containerForm.enhanced-redesign .ConsultationBhSchedule input:checked~.checkbox-input-web-sdk,#containerForm.enhanced-redesign .ConsultationBhSchedule input:focus~.checkbox-input-web-sdk,#containerForm.enhanced-redesign [class*=EnhancedScheduling] input:checked~.checkbox-input-web-sdk,#containerForm.enhanced-redesign [class*=EnhancedScheduling] input:focus~.checkbox-input-web-sdk,.root-web-sdk #containerForm.pulse-rav input:checked~.checkbox-input-web-sdk,.root-web-sdk #containerForm.pulse-rav input:focus~.checkbox-input-web-sdk{--border-opacity:1;border-color:#0060fc;border-color:rgba(0, 96, 252, var(--border-opacity));box-shadow:none;width:1.5rem;height:1.5rem}#containerForm.enhanced-redesign .ConsultationBhSchedule input:checked~.checkbox-input-web-sdk:after,#containerForm.enhanced-redesign [class*=EnhancedScheduling] input:checked~.checkbox-input-web-sdk:after,.root-web-sdk #containerForm.pulse-rav input:checked~.checkbox-input-web-sdk:after{--border-opacity:1;border-color:#fff;border-color:rgba(255, 255, 255, var(--border-opacity));width:.5rem;height:1rem;top:1px;left:7px}.root-web-sdk #containerForm.pulse-rav{--PhoneInputCountryFlag-height:1rem;--PhoneInputCountryFlag-borderColor:#919393;--PhoneInputCountrySelect-marginRight:0rem}.root-web-sdk #containerForm.pulse-rav .websdk-phone-picker.custom-dropdown{display:flex;flex-direction:column}.root-web-sdk #containerForm.pulse-rav .websdk-phone-picker.custom-dropdown .custom-select-web-sdk{width:5rem;color:rgba(255,255,255,0)}.root-web-sdk #containerForm.pulse-rav .websdk-phone-picker.custom-dropdown .PhoneInputCountryIcon{position:absolute;margin-top:3rem;margin-left:.75rem;font-size:1.125rem}.root-web-sdk #containerForm.pulse-rav .websdk-phone-picker.custom-dropdown .websdk-phone-picker-input{position:absolute;margin-top:2.25rem;margin-left:6rem;padding-left:.5rem;padding-right:.5rem;border-width:1px;--border-opacity:1;border-color:#919393;border-color:rgba(145, 147, 147, var(--border-opacity));border-radius:.5rem;height:2.75rem;width:calc(100% - 6rem)}.root-web-sdk #containerForm.pulse-rav .websdk-phone-picker.custom-dropdown .websdk-phone-picker-input:hover:enabled{--border-opacity:1;border-color:#0060fc;border-color:rgba(0, 96, 252, var(--border-opacity));border-width:1px}.root-web-sdk #containerForm.pulse-rav .websdk-phone-picker.custom-dropdown .websdk-phone-picker-input:focus{box-shadow:0 0 0 2px #fff,0 0 2px 4px rgba(0,96,252,0.6);--border-opacity:1;border-color:#0060fc;border-color:rgba(0, 96, 252, var(--border-opacity));border-width:1px;outline:2px solid transparent;outline-offset:2px}.root-web-sdk #containerForm.pulse-rav .websdk-phone-picker.custom-dropdown .custom-select-option-list-web-sdk{box-shadow:0 4px 10px rgba(0,0,0,0.16);border-style:none;border-radius:.25rem;margin-top:5px;-ms-overflow-style:none}.root-web-sdk #containerForm.pulse-rav .websdk-phone-picker.custom-dropdown .custom-select-option-list-web-sdk li{min-height:52px;font-size:1.125rem;line-height:20px;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));border-top-width:1px;--border-opacity:1;border-color:#e5e8e8;border-color:rgba(229, 232, 232, var(--border-opacity));display:flex;align-items:center;padding-top:0;padding-bottom:0;margin-left:.5rem;margin-right:.5rem}.root-web-sdk #containerForm.pulse-rav .websdk-phone-picker.custom-dropdown .custom-select-option-list-web-sdk::-webkit-scrollbar{display:none}.root-web-sdk #containerForm.pulse-rav .websdk-phone-picker .label-web-sdk{font-weight:500;--text-opacity:1;color:#565757;color:rgba(86, 87, 87, var(--text-opacity));font-size:1.125rem;display:block}.root-web-sdk #containerForm.pulse-rav .websdk-phone-picker .PhoneInput .PhoneInputInput{border-width:1px;--border-opacity:1;border-color:#919393;border-color:rgba(145, 147, 147, var(--border-opacity));border-radius:.5rem;height:2.5rem;width:auto;margin-left:1rem;padding:.5rem 1rem;font-size:1.125rem}.root-web-sdk #containerForm.pulse-rav .websdk-phone-picker .PhoneInput .PhoneInputInput:hover:enabled{--border-opacity:1;border-color:#0060fc;border-color:rgba(0, 96, 252, var(--border-opacity));border-width:1px}.root-web-sdk #containerForm.pulse-rav .websdk-phone-picker .PhoneInput .PhoneInputInput:disabled{cursor:not-allowed}.root-web-sdk #containerForm.pulse-rav .websdk-phone-picker .PhoneInput .PhoneInputInput:focus{box-shadow:0 0 0 2px #fff,0 0 2px 4px rgba(0,96,252,0.6);--border-opacity:1;border-color:#0060fc;border-color:rgba(0, 96, 252, var(--border-opacity));border-width:1px}.root-web-sdk #containerForm.pulse-rav .websdk-phone-picker .PhoneInput .PhoneInputCountry{border-width:1px;--border-opacity:1;border-color:#919393;border-color:rgba(145, 147, 147, var(--border-opacity));border-radius:.5rem;--bg-opacity:1;background-color:#f7f9f9;background-color:rgba(247, 249, 249, var(--bg-opacity));padding-left:.5rem}.root-web-sdk #containerForm.pulse-rav .websdk-phone-picker .PhoneInput .PhoneInputCountry:hover:enabled{border-width:1px;--border-opacity:1;border-color:#0060fc;border-color:rgba(0, 96, 252, var(--border-opacity))}.root-web-sdk #containerForm.pulse-rav .websdk-phone-picker .PhoneInput .PhoneInputCountry .PhoneInputCountrySelect:disabled{cursor:not-allowed}.root-web-sdk #containerForm.pulse-rav .websdk-phone-picker .PhoneInput .PhoneInputCountry .PhoneInputCountrySelect:focus{box-shadow:0 0 0 2px #fff,0 0 2px 4px rgba(0,96,252,0.6);--border-opacity:1;border-color:#0060fc;border-color:rgba(0, 96, 252, var(--border-opacity));border-width:1px}.root-web-sdk #containerForm.pulse-rav .websdk-phone-picker .PhoneInput .PhoneInputCountrySelectArrow{height:1.5rem;padding-left:1rem;padding-right:1rem;background:url(https://assets.livongo.com/image/upload/v1713282807/web-sdk/icons/td-down-arrow_ew6dys.svg) no-repeat scroll 50%;background-origin:content-box;font-size:0;border-width:0}#containerForm.enhanced-redesign .ConsultationBhSchedule .paginationButtons.container-web-sdk,#containerForm.enhanced-redesign .ConsultationBhSchedule .paginationContainer,#containerForm.enhanced-redesign .ConsultationOption .paginationButtons.container-web-sdk,#containerForm.enhanced-redesign .ConsultationOption .paginationContainer,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .paginationButtons.container-web-sdk,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .paginationContainer,.root-web-sdk #containerForm.pulse-rav .paginationButtons.container-web-sdk,.root-web-sdk #containerForm.pulse-rav .paginationContainer{margin-bottom:32px;margin-top:2.5rem;box-shadow:none;border-style:none;display:grid;grid-auto-flow:column;align-items:center;grid-template-columns:repeat(3, minmax(0, 1fr))}#containerForm.enhanced-redesign .ConsultationBhSchedule .paginationButtons.container-web-sdk:hover,#containerForm.enhanced-redesign .ConsultationBhSchedule .paginationContainer:hover,#containerForm.enhanced-redesign .ConsultationOption .paginationButtons.container-web-sdk:hover,#containerForm.enhanced-redesign .ConsultationOption .paginationContainer:hover,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .paginationButtons.container-web-sdk:hover,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .paginationContainer:hover,.root-web-sdk #containerForm.pulse-rav .paginationButtons.container-web-sdk:hover,.root-web-sdk #containerForm.pulse-rav .paginationContainer:hover{box-shadow:none;border-style:none}#containerForm.enhanced-redesign .ConsultationBhSchedule .paginationButtons.container-web-sdk .nextText,#containerForm.enhanced-redesign .ConsultationBhSchedule .paginationButtons.container-web-sdk .paginationNextButton,#containerForm.enhanced-redesign .ConsultationBhSchedule .paginationButtons.container-web-sdk .paginationPreviousButton,#containerForm.enhanced-redesign .ConsultationBhSchedule .paginationButtons.container-web-sdk .prevText,#containerForm.enhanced-redesign .ConsultationBhSchedule .paginationContainer .nextText,#containerForm.enhanced-redesign .ConsultationBhSchedule .paginationContainer .paginationNextButton,#containerForm.enhanced-redesign .ConsultationBhSchedule .paginationContainer .paginationPreviousButton,#containerForm.enhanced-redesign .ConsultationBhSchedule .paginationContainer .prevText,#containerForm.enhanced-redesign .ConsultationOption .paginationButtons.container-web-sdk .nextText,#containerForm.enhanced-redesign .ConsultationOption .paginationButtons.container-web-sdk .paginationNextButton,#containerForm.enhanced-redesign .ConsultationOption .paginationButtons.container-web-sdk .paginationPreviousButton,#containerForm.enhanced-redesign .ConsultationOption .paginationButtons.container-web-sdk .prevText,#containerForm.enhanced-redesign .ConsultationOption .paginationContainer .nextText,#containerForm.enhanced-redesign .ConsultationOption .paginationContainer .paginationNextButton,#containerForm.enhanced-redesign .ConsultationOption .paginationContainer .paginationPreviousButton,#containerForm.enhanced-redesign .ConsultationOption .paginationContainer .prevText,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .paginationButtons.container-web-sdk .nextText,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .paginationButtons.container-web-sdk .paginationNextButton,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .paginationButtons.container-web-sdk .paginationPreviousButton,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .paginationButtons.container-web-sdk .prevText,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .paginationContainer .nextText,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .paginationContainer .paginationNextButton,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .paginationContainer .paginationPreviousButton,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .paginationContainer .prevText,.root-web-sdk #containerForm.pulse-rav .paginationButtons.container-web-sdk .nextText,.root-web-sdk #containerForm.pulse-rav .paginationButtons.container-web-sdk .paginationNextButton,.root-web-sdk #containerForm.pulse-rav .paginationButtons.container-web-sdk .paginationPreviousButton,.root-web-sdk #containerForm.pulse-rav .paginationButtons.container-web-sdk .prevText,.root-web-sdk #containerForm.pulse-rav .paginationContainer .nextText,.root-web-sdk #containerForm.pulse-rav .paginationContainer .paginationNextButton,.root-web-sdk #containerForm.pulse-rav .paginationContainer .paginationPreviousButton,.root-web-sdk #containerForm.pulse-rav .paginationContainer .prevText{display:flex;align-items:center;margin-bottom:0;font-weight:500;padding:.25rem;--text-opacity:1;color:#0060fc;color:rgba(0, 96, 252, var(--text-opacity))}#containerForm.enhanced-redesign .ConsultationBhSchedule .paginationButtons.container-web-sdk .nextText:focus,#containerForm.enhanced-redesign .ConsultationBhSchedule .paginationButtons.container-web-sdk .paginationNextButton:focus,#containerForm.enhanced-redesign .ConsultationBhSchedule .paginationButtons.container-web-sdk .paginationPreviousButton:focus,#containerForm.enhanced-redesign .ConsultationBhSchedule .paginationButtons.container-web-sdk .prevText:focus,#containerForm.enhanced-redesign .ConsultationBhSchedule .paginationContainer .nextText:focus,#containerForm.enhanced-redesign .ConsultationBhSchedule .paginationContainer .paginationNextButton:focus,#containerForm.enhanced-redesign .ConsultationBhSchedule .paginationContainer .paginationPreviousButton:focus,#containerForm.enhanced-redesign .ConsultationBhSchedule .paginationContainer .prevText:focus,#containerForm.enhanced-redesign .ConsultationOption .paginationButtons.container-web-sdk .nextText:focus,#containerForm.enhanced-redesign .ConsultationOption .paginationButtons.container-web-sdk .paginationNextButton:focus,#containerForm.enhanced-redesign .ConsultationOption .paginationButtons.container-web-sdk .paginationPreviousButton:focus,#containerForm.enhanced-redesign .ConsultationOption .paginationButtons.container-web-sdk .prevText:focus,#containerForm.enhanced-redesign .ConsultationOption .paginationContainer .nextText:focus,#containerForm.enhanced-redesign .ConsultationOption .paginationContainer .paginationNextButton:focus,#containerForm.enhanced-redesign .ConsultationOption .paginationContainer .paginationPreviousButton:focus,#containerForm.enhanced-redesign .ConsultationOption .paginationContainer .prevText:focus,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .paginationButtons.container-web-sdk .nextText:focus,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .paginationButtons.container-web-sdk .paginationNextButton:focus,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .paginationButtons.container-web-sdk .paginationPreviousButton:focus,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .paginationButtons.container-web-sdk .prevText:focus,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .paginationContainer .nextText:focus,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .paginationContainer .paginationNextButton:focus,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .paginationContainer .paginationPreviousButton:focus,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .paginationContainer .prevText:focus,.root-web-sdk #containerForm.pulse-rav .paginationButtons.container-web-sdk .nextText:focus,.root-web-sdk #containerForm.pulse-rav .paginationButtons.container-web-sdk .paginationNextButton:focus,.root-web-sdk #containerForm.pulse-rav .paginationButtons.container-web-sdk .paginationPreviousButton:focus,.root-web-sdk #containerForm.pulse-rav .paginationButtons.container-web-sdk .prevText:focus,.root-web-sdk #containerForm.pulse-rav .paginationContainer .nextText:focus,.root-web-sdk #containerForm.pulse-rav .paginationContainer .paginationNextButton:focus,.root-web-sdk #containerForm.pulse-rav .paginationContainer .paginationPreviousButton:focus,.root-web-sdk #containerForm.pulse-rav .paginationContainer .prevText:focus{box-shadow:0 0 0 2px #fff,0 0 2px 4px rgba(0,96,252,0.6)}#containerForm.enhanced-redesign .ConsultationBhSchedule .paginationButtons.container-web-sdk .nextText.hidden-field,#containerForm.enhanced-redesign .ConsultationBhSchedule .paginationButtons.container-web-sdk .paginationNextButton.hidden-field,#containerForm.enhanced-redesign .ConsultationBhSchedule .paginationButtons.container-web-sdk .paginationPreviousButton.hidden-field,#containerForm.enhanced-redesign .ConsultationBhSchedule .paginationButtons.container-web-sdk .prevText.hidden-field,#containerForm.enhanced-redesign .ConsultationBhSchedule .paginationContainer .nextText.hidden-field,#containerForm.enhanced-redesign .ConsultationBhSchedule .paginationContainer .paginationNextButton.hidden-field,#containerForm.enhanced-redesign .ConsultationBhSchedule .paginationContainer .paginationPreviousButton.hidden-field,#containerForm.enhanced-redesign .ConsultationBhSchedule .paginationContainer .prevText.hidden-field,#containerForm.enhanced-redesign .ConsultationOption .paginationButtons.container-web-sdk .nextText.hidden-field,#containerForm.enhanced-redesign .ConsultationOption .paginationButtons.container-web-sdk .paginationNextButton.hidden-field,#containerForm.enhanced-redesign .ConsultationOption .paginationButtons.container-web-sdk .paginationPreviousButton.hidden-field,#containerForm.enhanced-redesign .ConsultationOption .paginationButtons.container-web-sdk .prevText.hidden-field,#containerForm.enhanced-redesign .ConsultationOption .paginationContainer .nextText.hidden-field,#containerForm.enhanced-redesign .ConsultationOption .paginationContainer .paginationNextButton.hidden-field,#containerForm.enhanced-redesign .ConsultationOption .paginationContainer .paginationPreviousButton.hidden-field,#containerForm.enhanced-redesign .ConsultationOption .paginationContainer .prevText.hidden-field,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .paginationButtons.container-web-sdk .nextText.hidden-field,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .paginationButtons.container-web-sdk .paginationNextButton.hidden-field,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .paginationButtons.container-web-sdk .paginationPreviousButton.hidden-field,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .paginationButtons.container-web-sdk .prevText.hidden-field,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .paginationContainer .nextText.hidden-field,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .paginationContainer .paginationNextButton.hidden-field,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .paginationContainer .paginationPreviousButton.hidden-field,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .paginationContainer .prevText.hidden-field,.root-web-sdk #containerForm.pulse-rav .paginationButtons.container-web-sdk .nextText.hidden-field,.root-web-sdk #containerForm.pulse-rav .paginationButtons.container-web-sdk .paginationNextButton.hidden-field,.root-web-sdk #containerForm.pulse-rav .paginationButtons.container-web-sdk .paginationPreviousButton.hidden-field,.root-web-sdk #containerForm.pulse-rav .paginationButtons.container-web-sdk .prevText.hidden-field,.root-web-sdk #containerForm.pulse-rav .paginationContainer .nextText.hidden-field,.root-web-sdk #containerForm.pulse-rav .paginationContainer .paginationNextButton.hidden-field,.root-web-sdk #containerForm.pulse-rav .paginationContainer .paginationPreviousButton.hidden-field,.root-web-sdk #containerForm.pulse-rav .paginationContainer .prevText.hidden-field{display:none}#containerForm.enhanced-redesign .ConsultationBhSchedule .paginationButtons.container-web-sdk .nextText,#containerForm.enhanced-redesign .ConsultationBhSchedule .paginationButtons.container-web-sdk .paginationNextButton,#containerForm.enhanced-redesign .ConsultationBhSchedule .paginationContainer .nextText,#containerForm.enhanced-redesign .ConsultationBhSchedule .paginationContainer .paginationNextButton,#containerForm.enhanced-redesign .ConsultationOption .paginationButtons.container-web-sdk .nextText,#containerForm.enhanced-redesign .ConsultationOption .paginationButtons.container-web-sdk .paginationNextButton,#containerForm.enhanced-redesign .ConsultationOption .paginationContainer .nextText,#containerForm.enhanced-redesign .ConsultationOption .paginationContainer .paginationNextButton,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .paginationButtons.container-web-sdk .nextText,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .paginationButtons.container-web-sdk .paginationNextButton,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .paginationContainer .nextText,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .paginationContainer .paginationNextButton,.root-web-sdk #containerForm.pulse-rav .paginationButtons.container-web-sdk .nextText,.root-web-sdk #containerForm.pulse-rav .paginationButtons.container-web-sdk .paginationNextButton,.root-web-sdk #containerForm.pulse-rav .paginationContainer .nextText,.root-web-sdk #containerForm.pulse-rav .paginationContainer .paginationNextButton{grid-column:3;justify-content:right;margin-left:auto}#containerForm.enhanced-redesign .ConsultationBhSchedule .paginationButtons.container-web-sdk .paginationPreviousButton,#containerForm.enhanced-redesign .ConsultationBhSchedule .paginationButtons.container-web-sdk .prevText,#containerForm.enhanced-redesign .ConsultationBhSchedule .paginationContainer .paginationPreviousButton,#containerForm.enhanced-redesign .ConsultationBhSchedule .paginationContainer .prevText,#containerForm.enhanced-redesign .ConsultationOption .paginationButtons.container-web-sdk .paginationPreviousButton,#containerForm.enhanced-redesign .ConsultationOption .paginationButtons.container-web-sdk .prevText,#containerForm.enhanced-redesign .ConsultationOption .paginationContainer .paginationPreviousButton,#containerForm.enhanced-redesign .ConsultationOption .paginationContainer .prevText,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .paginationButtons.container-web-sdk .paginationPreviousButton,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .paginationButtons.container-web-sdk .prevText,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .paginationContainer .paginationPreviousButton,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .paginationContainer .prevText,.root-web-sdk #containerForm.pulse-rav .paginationButtons.container-web-sdk .paginationPreviousButton,.root-web-sdk #containerForm.pulse-rav .paginationButtons.container-web-sdk .prevText,.root-web-sdk #containerForm.pulse-rav .paginationContainer .paginationPreviousButton,.root-web-sdk #containerForm.pulse-rav .paginationContainer .prevText{grid-column:1;margin-right:auto}#containerForm.enhanced-redesign .ConsultationBhSchedule .paginationButtons.container-web-sdk .nextText:after,#containerForm.enhanced-redesign .ConsultationBhSchedule .paginationButtons.container-web-sdk .paginationNextButton:after,#containerForm.enhanced-redesign .ConsultationBhSchedule .paginationButtons.container-web-sdk .paginationPreviousButton:before,#containerForm.enhanced-redesign .ConsultationBhSchedule .paginationButtons.container-web-sdk .prevText:before,#containerForm.enhanced-redesign .ConsultationBhSchedule .paginationContainer .nextText:after,#containerForm.enhanced-redesign .ConsultationBhSchedule .paginationContainer .paginationNextButton:after,#containerForm.enhanced-redesign .ConsultationBhSchedule .paginationContainer .paginationPreviousButton:before,#containerForm.enhanced-redesign .ConsultationBhSchedule .paginationContainer .prevText:before,#containerForm.enhanced-redesign .ConsultationOption .paginationButtons.container-web-sdk .nextText:after,#containerForm.enhanced-redesign .ConsultationOption .paginationButtons.container-web-sdk .paginationNextButton:after,#containerForm.enhanced-redesign .ConsultationOption .paginationButtons.container-web-sdk .paginationPreviousButton:before,#containerForm.enhanced-redesign .ConsultationOption .paginationButtons.container-web-sdk .prevText:before,#containerForm.enhanced-redesign .ConsultationOption .paginationContainer .nextText:after,#containerForm.enhanced-redesign .ConsultationOption .paginationContainer .paginationNextButton:after,#containerForm.enhanced-redesign .ConsultationOption .paginationContainer .paginationPreviousButton:before,#containerForm.enhanced-redesign .ConsultationOption .paginationContainer .prevText:before,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .paginationButtons.container-web-sdk .nextText:after,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .paginationButtons.container-web-sdk .paginationNextButton:after,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .paginationButtons.container-web-sdk .paginationPreviousButton:before,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .paginationButtons.container-web-sdk .prevText:before,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .paginationContainer .nextText:after,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .paginationContainer .paginationNextButton:after,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .paginationContainer .paginationPreviousButton:before,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .paginationContainer .prevText:before,.root-web-sdk #containerForm.pulse-rav .paginationButtons.container-web-sdk .nextText:after,.root-web-sdk #containerForm.pulse-rav .paginationButtons.container-web-sdk .paginationNextButton:after,.root-web-sdk #containerForm.pulse-rav .paginationButtons.container-web-sdk .paginationPreviousButton:before,.root-web-sdk #containerForm.pulse-rav .paginationButtons.container-web-sdk .prevText:before,.root-web-sdk #containerForm.pulse-rav .paginationContainer .nextText:after,.root-web-sdk #containerForm.pulse-rav .paginationContainer .paginationNextButton:after,.root-web-sdk #containerForm.pulse-rav .paginationContainer .paginationPreviousButton:before,.root-web-sdk #containerForm.pulse-rav .paginationContainer .prevText:before{height:1rem;width:.5rem;display:inline-block;content:""}#containerForm.enhanced-redesign .ConsultationBhSchedule .paginationButtons.container-web-sdk .nextText:after,#containerForm.enhanced-redesign .ConsultationBhSchedule .paginationButtons.container-web-sdk .paginationNextButton:after,#containerForm.enhanced-redesign .ConsultationBhSchedule .paginationContainer .nextText:after,#containerForm.enhanced-redesign .ConsultationBhSchedule .paginationContainer .paginationNextButton:after,#containerForm.enhanced-redesign .ConsultationOption .paginationButtons.container-web-sdk .nextText:after,#containerForm.enhanced-redesign .ConsultationOption .paginationButtons.container-web-sdk .paginationNextButton:after,#containerForm.enhanced-redesign .ConsultationOption .paginationContainer .nextText:after,#containerForm.enhanced-redesign .ConsultationOption .paginationContainer .paginationNextButton:after,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .paginationButtons.container-web-sdk .nextText:after,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .paginationButtons.container-web-sdk .paginationNextButton:after,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .paginationContainer .nextText:after,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .paginationContainer .paginationNextButton:after,.root-web-sdk #containerForm.pulse-rav .paginationButtons.container-web-sdk .nextText:after,.root-web-sdk #containerForm.pulse-rav .paginationButtons.container-web-sdk .paginationNextButton:after,.root-web-sdk #containerForm.pulse-rav .paginationContainer .nextText:after,.root-web-sdk #containerForm.pulse-rav .paginationContainer .paginationNextButton:after{margin-left:.75rem;background:url(https://assets.livongo.com/image/upload/v1713279041/web-sdk/icons/pulse-arrow-right.svg) no-repeat scroll 50%;filter:invert(24%) sepia(57%) saturate(5270%) hue-rotate(213deg) brightness(100%) contrast(107%)}#containerForm.enhanced-redesign .ConsultationBhSchedule .paginationButtons.container-web-sdk .paginationPreviousButton:before,#containerForm.enhanced-redesign .ConsultationBhSchedule .paginationButtons.container-web-sdk .prevText:before,#containerForm.enhanced-redesign .ConsultationBhSchedule .paginationContainer .paginationPreviousButton:before,#containerForm.enhanced-redesign .ConsultationBhSchedule .paginationContainer .prevText:before,#containerForm.enhanced-redesign .ConsultationOption .paginationButtons.container-web-sdk .paginationPreviousButton:before,#containerForm.enhanced-redesign .ConsultationOption .paginationButtons.container-web-sdk .prevText:before,#containerForm.enhanced-redesign .ConsultationOption .paginationContainer .paginationPreviousButton:before,#containerForm.enhanced-redesign .ConsultationOption .paginationContainer .prevText:before,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .paginationButtons.container-web-sdk .paginationPreviousButton:before,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .paginationButtons.container-web-sdk .prevText:before,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .paginationContainer .paginationPreviousButton:before,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .paginationContainer .prevText:before,.root-web-sdk #containerForm.pulse-rav .paginationButtons.container-web-sdk .paginationPreviousButton:before,.root-web-sdk #containerForm.pulse-rav .paginationButtons.container-web-sdk .prevText:before,.root-web-sdk #containerForm.pulse-rav .paginationContainer .paginationPreviousButton:before,.root-web-sdk #containerForm.pulse-rav .paginationContainer .prevText:before{margin-right:.75rem;background:url(https://assets.livongo.com/image/upload/v1713279029/web-sdk/icons/pulse-arrow-left.svg) no-repeat scroll 50%;filter:invert(24%) sepia(57%) saturate(5270%) hue-rotate(213deg) brightness(100%) contrast(107%);transform:none}#containerForm.enhanced-redesign .ConsultationBhSchedule .paginationButtons.container-web-sdk .current_page_number,#containerForm.enhanced-redesign .ConsultationBhSchedule .paginationButtons.container-web-sdk .paginationPageText,#containerForm.enhanced-redesign .ConsultationBhSchedule .paginationContainer .current_page_number,#containerForm.enhanced-redesign .ConsultationBhSchedule .paginationContainer .paginationPageText,#containerForm.enhanced-redesign .ConsultationOption .paginationButtons.container-web-sdk .current_page_number,#containerForm.enhanced-redesign .ConsultationOption .paginationButtons.container-web-sdk .paginationPageText,#containerForm.enhanced-redesign .ConsultationOption .paginationContainer .current_page_number,#containerForm.enhanced-redesign .ConsultationOption .paginationContainer .paginationPageText,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .paginationButtons.container-web-sdk .current_page_number,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .paginationButtons.container-web-sdk .paginationPageText,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .paginationContainer .current_page_number,#containerForm.enhanced-redesign [class*=EnhancedScheduling] .paginationContainer .paginationPageText,.root-web-sdk #containerForm.pulse-rav .paginationButtons.container-web-sdk .current_page_number,.root-web-sdk #containerForm.pulse-rav .paginationButtons.container-web-sdk .paginationPageText,.root-web-sdk #containerForm.pulse-rav .paginationContainer .current_page_number,.root-web-sdk #containerForm.pulse-rav .paginationContainer .paginationPageText{margin:0;font-size:1.125rem;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));font-weight:400;justify-self:center;grid-column:2}.root-web-sdk .container-web-sdk .section-web-sdk,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk .section-web-sdk{display:flex;flex-direction:column;border-width:1px;--border-opacity:1;border-color:#e5e8e8;border-color:rgba(229, 232, 232, var(--border-opacity));box-shadow:none;margin-top:0;margin-bottom:.75rem;width:100%;align-items:flex-start;padding:1.25rem 0 .5rem;max-width:763px}@media (min-width: 460px){.root-web-sdk .container-web-sdk .section-web-sdk,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk .section-web-sdk{padding-top:1.5rem;padding-bottom:.75rem}}.root-web-sdk .container-web-sdk .section-web-sdk:hover,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk .section-web-sdk:hover{--border-opacity:1;border-color:#e5e8e8;border-color:rgba(229, 232, 232, var(--border-opacity));box-shadow:none;border-width:1px}.root-web-sdk #containerForm.pulse-rav .screen-fields-web-sdk .submitFooter{display:flex;flex-direction:row;box-shadow:none;border-width:1px 0 0;--border-opacity:1;border-color:#dbdbdb;border-color:rgba(219, 219, 219, var(--border-opacity));border-radius:0;padding-top:0;padding-bottom:0;margin-left:-2rem;width:auto;height:auto;align-items:center;padding-left:1rem}.root-web-sdk #containerForm.pulse-rav .screen-fields-web-sdk .submitFooter:hover{box-shadow:none;border-width:1px 0 0}@media (min-width: 576px){.root-web-sdk #containerForm.pulse-rav .screen-fields-web-sdk .submitFooter{margin-top:32px}}.root-web-sdk #containerForm.pulse-rav .credit_card_icon_pulse{position:absolute;margin-left:.75rem;height:1rem;width:1rem;margin-top:.9rem;z-index:10}.root-web-sdk #containerForm.pulse-rav .credit_card_icon_pulse+span.websdk-relative>input{padding-left:2rem}#containerForm.pulse-rav,.root-web-sdk{--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));padding:0;border-radius:1.5rem;margin-left:.25rem;margin-right:.25rem}@media (min-width: 768px){#containerForm.pulse-rav,.root-web-sdk{margin-left:0;margin-right:0}}.root-web-sdk #containerForm.pulse-rav .step-item .step-bar{display:flex;justify-content:center;align-items:center;position:absolute;font-weight:700;font-size:1.125rem;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));width:1.75rem;height:1.75rem}.root-web-sdk #containerForm.pulse-rav .step-item .step-content{padding-left:2rem;padding-bottom:1.5rem;margin-left:14px}.root-web-sdk #containerForm.pulse-rav .step-item .step-content .title{font-weight:400;font-size:1.125rem;line-height:1.75rem;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity))}.root-web-sdk #containerForm.pulse-rav .step-item .step-content div.subtitle_content{display:flex;align-items:center}.root-web-sdk #containerForm.pulse-rav .CareTeamMembersList button.delete_care_team_relation_button,.root-web-sdk #containerForm.pulse-rav .CareTeamMembersList button.delete_care_team_relation_button_medopt{--text-opacity:1;color:#0060fc;color:rgba(0, 96, 252, var(--text-opacity));margin-bottom:20px}.root-web-sdk #containerForm.pulse-rav .CareTeamMembersList div.provider_vpcp_medopt div.detailsBlockHeaderSeparator,.root-web-sdk #containerForm.pulse-rav .CareTeamMembersList div.provider_vpcp div.detailsBlockHeaderSeparator{display:block;margin:0;padding:20px}.root-web-sdk #containerForm.pulse-rav .CareTeamMembersList div.provider_vpcp_medopt div.detailsBlockHeaderSeparator .button-request_button,.root-web-sdk #containerForm.pulse-rav .CareTeamMembersList div.provider_vpcp div.detailsBlockHeaderSeparator .button-request_button{margin:0;border-width:2px;background-color:transparent;--text-opacity:1;color:#5b2f91;color:rgba(91, 47, 145, var(--text-opacity))}.root-web-sdk #containerForm.pulse-rav .CareTeamMembersList div.provider_vpcp_medopt div.detailsBlockHeaderSeparator .button-request_button:active,.root-web-sdk #containerForm.pulse-rav .CareTeamMembersList div.provider_vpcp_medopt div.detailsBlockHeaderSeparator .button-request_button:hover,.root-web-sdk #containerForm.pulse-rav .CareTeamMembersList div.provider_vpcp div.detailsBlockHeaderSeparator .button-request_button:active,.root-web-sdk #containerForm.pulse-rav .CareTeamMembersList div.provider_vpcp div.detailsBlockHeaderSeparator .button-request_button:hover{--bg-opacity:1;background-color:#ded5e9;background-color:rgba(222, 213, 233, var(--bg-opacity));--text-opacity:1;color:#0a0a0a;color:rgba(10, 10, 10, var(--text-opacity))}.root-web-sdk #containerForm.pulse-rav .CareTeamMembersList div.provider_vpcp,.root-web-sdk #containerForm.pulse-rav .CareTeamMembersList div.provider_vpcp_medopt{margin-bottom:0.625rem !important}.root-web-sdk #containerForm.pulse-rav .AccountCareRecipientsNew .TDFieldOptionDateOfBirth{width:8.5rem}.root-web-sdk #containerForm.pulse-rav .AccountCareRecipientsNew #has_authorization-label{display:inline}.root-web-sdk #containerForm.pulse-rav .AccountCareRecipientsNew #has_authorization-input{margin-top:1rem}.root-web-sdk #containerForm.pulse-rav .PulseConsultationPhotoModal h1.title-web-sdk{font-size:37px;line-height:40px}.root-web-sdk #containerForm.pulse-rav .PulseConsultationPhotoModal .text-web-sdk[class*=":required"],.root-web-sdk #containerForm.pulse-rav .PulseConsultationPhotoModal label.label-web-sdk span.label-title-websdk{font-size:18px;line-height:20px;--text-opacity:1;color:#696b6b;color:rgba(105, 107, 107, var(--text-opacity))}.root-web-sdk #containerForm.pulse-rav .PulseConsultationPhotoModal .photo-preview-image-500{border-radius:12px;width:100%}.root-web-sdk #containerForm.pulse-rav .PulseConsultationPhotoModal .field-wrapper-web-sdk:last-of-type{margin-bottom:.75rem}@media (min-width: 576px){.root-web-sdk #containerForm.pulse-rav .PulseConsultationPhotoModal .field-wrapper-web-sdk:last-of-type{margin-bottom:32px}}.root-web-sdk #containerForm.pulse-rav .PulseConsultationPhotoModal button[class*=":change_photo"]{display:inline-block;margin-top:.5rem;--text-opacity:1;color:#0060fc;color:rgba(0, 96, 252, var(--text-opacity))}.root-web-sdk #containerForm.pulse-rav .PulseConsultationPhotoModal button[class*=":change_photo"]:focus{box-shadow:0 0 0 2px #fff,0 0 2px 4px rgba(0,96,252,0.6)}.root-web-sdk #containerForm.pulse-rav .PulseConsultationPhotoModal button.button-web-sdk.last-of-kind[class*=":addToConsultButton"]{margin:0 !important;display:inline-block;float:right}.root-web-sdk #containerForm.pulse-rav .PulseConsultationPhotoModal button[data-testid*=":addToConsultButton"]{float:right}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders .couplesTherapistTitle,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders .psychiatristTitle,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders .therapistTitle,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 .couplesTherapistTitle,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 .psychiatristTitle,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 .therapistTitle,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders .couplesTherapistTitle,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders .psychiatristTitle,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders .therapistTitle,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList .couplesTherapistTitle,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList .psychiatristTitle,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList .therapistTitle,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList .couplesTherapistTitle,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList .psychiatristTitle,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList .therapistTitle,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList .couplesTherapistTitle,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList .psychiatristTitle,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList .therapistTitle{margin-bottom:.5rem;font-weight:500;font-size:22px;line-height:24px}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders .couplesTherapistSubtitle,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders .psychiatristSubtitle,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders .therapistSubtitle,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 .couplesTherapistSubtitle,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 .psychiatristSubtitle,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 .therapistSubtitle,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders .couplesTherapistSubtitle,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders .psychiatristSubtitle,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders .therapistSubtitle,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList .couplesTherapistSubtitle,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList .psychiatristSubtitle,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList .therapistSubtitle,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList .couplesTherapistSubtitle,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList .psychiatristSubtitle,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList .therapistSubtitle,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList .couplesTherapistSubtitle,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList .psychiatristSubtitle,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList .therapistSubtitle{font-size:1.125rem;line-height:24px}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders .title-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 .title-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders .title-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList .title-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList .title-web-sdk,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList .title-web-sdk{font-size:37px;line-height:40px;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity))}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders .cant_find_doctor,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders .help_text,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 .cant_find_doctor,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 .help_text,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders .cant_find_doctor,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders .help_text,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList .cant_find_doctor,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList .help_text,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList .cant_find_doctor,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList .help_text,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList .cant_find_doctor,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList .help_text{font-weight:400;font-size:18px}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders .search_heading,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 .search_heading,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders .search_heading,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList .search_heading,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList .search_heading,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList .search_heading{display:block;font-size:18px}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders .help_text,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 .help_text,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders .help_text,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList .help_text,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList .help_text,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList .help_text{padding-bottom:1.5rem;margin-bottom:1rem}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders .filter_providers_link,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 .filter_providers_link,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders .filter_providers_link,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList .filter_providers_link,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList .filter_providers_link,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList .filter_providers_link{--text-opacity:1;color:#0060fc;color:rgba(0, 96, 252, var(--text-opacity));font-size:18px;margin-top:-2.25rem}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders .filter_providers_link:after,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 .filter_providers_link:after,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders .filter_providers_link:after,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList .filter_providers_link:after,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList .filter_providers_link:after,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList .filter_providers_link:after{background:url(https://assets.livongo.com/image/upload/v1713279041/web-sdk/icons/pulse-arrow-right.svg) no-repeat scroll 50%;filter:invert(27%) sepia(97%) saturate(4324%) hue-rotate(212deg) brightness(99%) contrast(103%)}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders .different_provider,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 .different_provider,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders .different_provider,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList .different_provider,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList .different_provider,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList .different_provider{--text-opacity:1;color:#0060fc;color:rgba(0, 96, 252, var(--text-opacity));font-size:18px}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders .text-link-web-sdk:focus,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 .text-link-web-sdk:focus,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders .text-link-web-sdk:focus,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList .text-link-web-sdk:focus,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList .text-link-web-sdk:focus,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList .text-link-web-sdk:focus{box-shadow:0 0 0 2px #fff,0 0 2px 4px rgba(0,96,252,0.6)}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders .current_filters,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 .current_filters,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders .current_filters,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList .current_filters,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList .current_filters,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList .current_filters{margin-bottom:32px}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders .divider-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 .divider-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders .divider-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList .divider-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList .divider-web-sdk,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList .divider-web-sdk{height:1px;margin-bottom:1.5rem;margin-top:.5rem;border-bottom-width:1px}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders .chip-root-web-sdk+.divider-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 .chip-root-web-sdk+.divider-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders .chip-root-web-sdk+.divider-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList .chip-root-web-sdk+.divider-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList .chip-root-web-sdk+.divider-web-sdk,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList .chip-root-web-sdk+.divider-web-sdk{margin-top:-.5rem}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders .no_providers_text,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 .no_providers_text,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders .no_providers_text,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList .no_providers_text,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList .no_providers_text,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList .no_providers_text{margin-top:32px}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders .button-provider_selection_mode_code,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders .provider_selection_mode_code,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 .button-provider_selection_mode_code,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 .provider_selection_mode_code,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders .button-provider_selection_mode_code,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders .provider_selection_mode_code,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList .button-provider_selection_mode_code,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList .provider_selection_mode_code,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList .button-provider_selection_mode_code,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList .provider_selection_mode_code,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList .button-provider_selection_mode_code,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList .provider_selection_mode_code{--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));font-weight:500;--text-opacity:1;color:#0060fc;color:rgba(0, 96, 252, var(--text-opacity));padding-top:1rem;margin-top:0;float:left}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders .button-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 .button-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders .button-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList .button-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList .button-web-sdk,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList .button-web-sdk{margin-bottom:32px}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders .provider_selection_mode_code+.button-pop_flow,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 .provider_selection_mode_code+.button-pop_flow,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders .provider_selection_mode_code+.button-pop_flow,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList .provider_selection_mode_code+.button-pop_flow,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList .provider_selection_mode_code+.button-pop_flow,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList .provider_selection_mode_code+.button-pop_flow{float:right;margin:.25rem 0 0}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders .provider_selection_mode_code+.button-pop_flow+*,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 .provider_selection_mode_code+.button-pop_flow+*,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders .provider_selection_mode_code+.button-pop_flow+*,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList .provider_selection_mode_code+.button-pop_flow+*,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList .provider_selection_mode_code+.button-pop_flow+*,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList .provider_selection_mode_code+.button-pop_flow+*{clear:both}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders .cant_find_doctor,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 .cant_find_doctor,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders .cant_find_doctor,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList .cant_find_doctor,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList .cant_find_doctor,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList .cant_find_doctor{margin-bottom:.5rem}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]),.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]),.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]),.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]),.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]),.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]){display:block;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));margin-bottom:32px;border-radius:12px;box-shadow:0 8px 20px 0 rgba(0,0,0,0.16);border-style:none}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]):hover,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]):hover,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]):hover,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]):hover,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]):hover,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]):hover{border-style:none}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .availabilityGuide,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .detailsBlockFooterSeparator,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .detailsBlockHeaderSeparator,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .headerBackground,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .availabilityGuide,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .detailsBlockFooterSeparator,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .detailsBlockHeaderSeparator,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .headerBackground,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .availabilityGuide,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .detailsBlockFooterSeparator,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .detailsBlockHeaderSeparator,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .headerBackground,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .availabilityGuide,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .detailsBlockFooterSeparator,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .detailsBlockHeaderSeparator,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .headerBackground,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .availabilityGuide,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .detailsBlockFooterSeparator,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .detailsBlockHeaderSeparator,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .headerBackground,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .availabilityGuide,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .detailsBlockFooterSeparator,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .detailsBlockHeaderSeparator,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .headerBackground{display:grid;box-shadow:none;border-style:none}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .headerBackground,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .headerBackground,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .headerBackground,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .headerBackground,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .headerBackground,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .headerBackground{grid-template-columns:117px 1fr;border-radius:.5rem .5rem 0 0;--bg-opacity:1;background-color:#f7f9f9;background-color:rgba(247, 249, 249, var(--bg-opacity));margin-top:0;margin-bottom:0}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .headerBackground .providerAvailableNowTag,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .headerBackground .providerDetails,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .headerBackground .providerNextAvailableTag,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .headerBackground .providerPrimarySpecialty,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .headerBackground .providerSpecialty,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .headerBackground .providerTitle,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .headerBackground .providerAvailableNowTag,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .headerBackground .providerDetails,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .headerBackground .providerNextAvailableTag,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .headerBackground .providerPrimarySpecialty,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .headerBackground .providerSpecialty,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .headerBackground .providerTitle,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .headerBackground .providerAvailableNowTag,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .headerBackground .providerDetails,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .headerBackground .providerNextAvailableTag,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .headerBackground .providerPrimarySpecialty,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .headerBackground .providerSpecialty,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .headerBackground .providerTitle,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .headerBackground .providerAvailableNowTag,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .headerBackground .providerDetails,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .headerBackground .providerNextAvailableTag,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .headerBackground .providerPrimarySpecialty,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .headerBackground .providerSpecialty,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .headerBackground .providerTitle,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .headerBackground .providerAvailableNowTag,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .headerBackground .providerDetails,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .headerBackground .providerNextAvailableTag,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .headerBackground .providerPrimarySpecialty,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .headerBackground .providerSpecialty,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .headerBackground .providerTitle,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .headerBackground .providerAvailableNowTag,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .headerBackground .providerDetails,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .headerBackground .providerNextAvailableTag,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .headerBackground .providerPrimarySpecialty,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .headerBackground .providerSpecialty,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .headerBackground .providerTitle{max-width:92%;grid-column:2/3;margin-left:.5rem;margin-bottom:0;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity))}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .headerBackground .image-placeholder-websdk.teladoc_circle_white,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .headerBackground .image-placeholder-websdk.teladoc_circle_white,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .headerBackground .image-placeholder-websdk.teladoc_circle_white,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .headerBackground .image-placeholder-websdk.teladoc_circle_white,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .headerBackground .image-placeholder-websdk.teladoc_circle_white,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .headerBackground .image-placeholder-websdk.teladoc_circle_white{display:none}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .headerBackground .providerTitle,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .headerBackground .providerTitle,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .headerBackground .providerTitle,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .headerBackground .providerTitle,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .headerBackground .providerTitle,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .headerBackground .providerTitle{grid-row:1;font-size:1.5rem;font-weight:500;margin-top:1.25rem;margin-bottom:.75rem}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .headerBackground .providerAvailableNowTag,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .headerBackground .providerAvailableNowTag,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .headerBackground .providerAvailableNowTag,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .headerBackground .providerAvailableNowTag,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .headerBackground .providerAvailableNowTag,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .headerBackground .providerAvailableNowTag{height:20px;font-size:15px;line-height:20px;justify-self:flex-start;--bg-opacity:1;background-color:#8acc8f;background-color:rgba(138, 204, 143, var(--bg-opacity));border-radius:.25rem;text-align:center;padding-left:.75rem;padding-right:.75rem;margin-bottom:.75rem}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .headerBackground .providerNextAvailableTag,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .headerBackground .providerNextAvailableTag,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .headerBackground .providerNextAvailableTag,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .headerBackground .providerNextAvailableTag,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .headerBackground .providerNextAvailableTag,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .headerBackground .providerNextAvailableTag{height:20px;font-size:15px;line-height:20px;justify-self:flex-start;--bg-opacity:1;background-color:#8acc8f;background-color:rgba(138, 204, 143, var(--bg-opacity));border-radius:.25rem;text-align:center;padding-left:.75rem;padding-right:.75rem;margin-top:.75rem}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .headerBackground .providerVpcpTag,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .headerBackground .providerVpcpTagMedopt,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .headerBackground .providerVpcpTag,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .headerBackground .providerVpcpTagMedopt,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .headerBackground .providerVpcpTag,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .headerBackground .providerVpcpTagMedopt,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .headerBackground .providerVpcpTag,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .headerBackground .providerVpcpTagMedopt,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .headerBackground .providerVpcpTag,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .headerBackground .providerVpcpTagMedopt,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .headerBackground .providerVpcpTag,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .headerBackground .providerVpcpTagMedopt{height:24px;font-size:15px;line-height:24px;justify-self:flex-start;grid-column:2/3;margin-bottom:5px !important;--text-opacity:1;color:#565757;color:rgba(86, 87, 87, var(--text-opacity));--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));border-radius:.25rem;border-width:1px;--border-opacity:1;border-color:#e5e8e8;border-color:rgba(229, 232, 232, var(--border-opacity));text-align:center;padding-left:.75rem;padding-right:.75rem;margin-bottom:.75rem;margin-left:.5rem}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .headerBackground .providerProfileLink,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .headerBackground .providerProfileLink,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .headerBackground .providerProfileLink,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .headerBackground .providerProfileLink,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .headerBackground .providerProfileLink,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .headerBackground .providerProfileLink{grid-column:2/3;justify-self:flex-start;text-align:left;margin-bottom:1.25rem;margin-top:.75rem;margin-left:.5rem;--text-opacity:1;color:#0060fc;color:rgba(0, 96, 252, var(--text-opacity))}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .headerBackground .providerInitials,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .headerBackground .providerInitials,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .headerBackground .providerInitials,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .headerBackground .providerInitials,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .headerBackground .providerInitials,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .headerBackground .providerInitials{grid-column:1;grid-row:1/5;align-self:flex-start;width:81px;height:81px;border-radius:99999px;display:block;--bg-opacity:1;background-color:#f0e6f4;background-color:rgba(240, 230, 244, var(--bg-opacity));margin-left:1rem;margin-top:1.25rem;text-align:center;--border-opacity:1;border:1px solid #5b2f91;border-color:rgba(91, 47, 145, var(--border-opacity))}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .headerBackground .image-wrapper-web-sdk.TDFieldOptionIsCircleShape,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .headerBackground .image-wrapper-web-sdk.TDFieldOptionIsCircleShape,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .headerBackground .image-wrapper-web-sdk.TDFieldOptionIsCircleShape,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .headerBackground .image-wrapper-web-sdk.TDFieldOptionIsCircleShape,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .headerBackground .image-wrapper-web-sdk.TDFieldOptionIsCircleShape,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .headerBackground .image-wrapper-web-sdk.TDFieldOptionIsCircleShape{grid-column:1;grid-row:1/5;align-items:flex-start;margin-left:1rem;margin-top:1.25rem}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]):not(.provider_vpcp):not(.provider_vpcp_medopt) .detailsBlockHeaderSeparator,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]):not(.provider_vpcp):not(.provider_vpcp_medopt) .detailsBlockHeaderSeparator,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]):not(.provider_vpcp):not(.provider_vpcp_medopt) .detailsBlockHeaderSeparator,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]):not(.provider_vpcp):not(.provider_vpcp_medopt) .detailsBlockHeaderSeparator,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]):not(.provider_vpcp):not(.provider_vpcp_medopt) .detailsBlockHeaderSeparator,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]):not(.provider_vpcp):not(.provider_vpcp_medopt) .detailsBlockHeaderSeparator{grid-template-columns:50% 50%;grid-template-rows:2.5rem 3rem 3rem 2.5rem;grid-auto-flow:column;--border-opacity:1;border-color:#e5e8e8;border-color:rgba(229, 232, 232, var(--border-opacity));border-radius:0;margin:.5rem 32px 0}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]):not(.provider_vpcp):not(.provider_vpcp_medopt) .detailsBlockHeaderSeparator.TDContainerModifyVpcProvider,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]):not(.provider_vpcp):not(.provider_vpcp_medopt) .detailsBlockHeaderSeparator.TDContainerModifyVpcProvider,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]):not(.provider_vpcp):not(.provider_vpcp_medopt) .detailsBlockHeaderSeparator.TDContainerModifyVpcProvider,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]):not(.provider_vpcp):not(.provider_vpcp_medopt) .detailsBlockHeaderSeparator.TDContainerModifyVpcProvider,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]):not(.provider_vpcp):not(.provider_vpcp_medopt) .detailsBlockHeaderSeparator.TDContainerModifyVpcProvider,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]):not(.provider_vpcp):not(.provider_vpcp_medopt) .detailsBlockHeaderSeparator.TDContainerModifyVpcProvider{grid-template-rows:2.5rem 3rem}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]):not(.provider_vpcp):not(.provider_vpcp_medopt) .detailsBlockHeaderSeparator:last-of-type,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]):not(.provider_vpcp):not(.provider_vpcp_medopt) .detailsBlockHeaderSeparator:last-of-type,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]):not(.provider_vpcp):not(.provider_vpcp_medopt) .detailsBlockHeaderSeparator:last-of-type,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]):not(.provider_vpcp):not(.provider_vpcp_medopt) .detailsBlockHeaderSeparator:last-of-type,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]):not(.provider_vpcp):not(.provider_vpcp_medopt) .detailsBlockHeaderSeparator:last-of-type,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]):not(.provider_vpcp):not(.provider_vpcp_medopt) .detailsBlockHeaderSeparator:last-of-type{border-bottom:none}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]):not(.provider_vpcp):not(.provider_vpcp_medopt) .detailsBlockHeaderSeparator p,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]):not(.provider_vpcp):not(.provider_vpcp_medopt) .detailsBlockHeaderSeparator p,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]):not(.provider_vpcp):not(.provider_vpcp_medopt) .detailsBlockHeaderSeparator p,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]):not(.provider_vpcp):not(.provider_vpcp_medopt) .detailsBlockHeaderSeparator p,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]):not(.provider_vpcp):not(.provider_vpcp_medopt) .detailsBlockHeaderSeparator p,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]):not(.provider_vpcp):not(.provider_vpcp_medopt) .detailsBlockHeaderSeparator p{margin-left:0;margin-right:0;margin-top:.25rem;align-self:baseline}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]):not(.provider_vpcp):not(.provider_vpcp_medopt) .detailsBlockHeaderSeparator .labelGender,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]):not(.provider_vpcp):not(.provider_vpcp_medopt) .detailsBlockHeaderSeparator .labelLanguages,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]):not(.provider_vpcp):not(.provider_vpcp_medopt) .detailsBlockHeaderSeparator .labelMedication,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]):not(.provider_vpcp):not(.provider_vpcp_medopt) .detailsBlockHeaderSeparator .labelMethod,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]):not(.provider_vpcp):not(.provider_vpcp_medopt) .detailsBlockHeaderSeparator .labelGender,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]):not(.provider_vpcp):not(.provider_vpcp_medopt) .detailsBlockHeaderSeparator .labelLanguages,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]):not(.provider_vpcp):not(.provider_vpcp_medopt) .detailsBlockHeaderSeparator .labelMedication,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]):not(.provider_vpcp):not(.provider_vpcp_medopt) .detailsBlockHeaderSeparator .labelMethod,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]):not(.provider_vpcp):not(.provider_vpcp_medopt) .detailsBlockHeaderSeparator .labelGender,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]):not(.provider_vpcp):not(.provider_vpcp_medopt) .detailsBlockHeaderSeparator .labelLanguages,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]):not(.provider_vpcp):not(.provider_vpcp_medopt) .detailsBlockHeaderSeparator .labelMedication,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]):not(.provider_vpcp):not(.provider_vpcp_medopt) .detailsBlockHeaderSeparator .labelMethod,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]):not(.provider_vpcp):not(.provider_vpcp_medopt) .detailsBlockHeaderSeparator .labelGender,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]):not(.provider_vpcp):not(.provider_vpcp_medopt) .detailsBlockHeaderSeparator .labelLanguages,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]):not(.provider_vpcp):not(.provider_vpcp_medopt) .detailsBlockHeaderSeparator .labelMedication,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]):not(.provider_vpcp):not(.provider_vpcp_medopt) .detailsBlockHeaderSeparator .labelMethod,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]):not(.provider_vpcp):not(.provider_vpcp_medopt) .detailsBlockHeaderSeparator .labelGender,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]):not(.provider_vpcp):not(.provider_vpcp_medopt) .detailsBlockHeaderSeparator .labelLanguages,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]):not(.provider_vpcp):not(.provider_vpcp_medopt) .detailsBlockHeaderSeparator .labelMedication,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]):not(.provider_vpcp):not(.provider_vpcp_medopt) .detailsBlockHeaderSeparator .labelMethod,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]):not(.provider_vpcp):not(.provider_vpcp_medopt) .detailsBlockHeaderSeparator .labelGender,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]):not(.provider_vpcp):not(.provider_vpcp_medopt) .detailsBlockHeaderSeparator .labelLanguages,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]):not(.provider_vpcp):not(.provider_vpcp_medopt) .detailsBlockHeaderSeparator .labelMedication,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]):not(.provider_vpcp):not(.provider_vpcp_medopt) .detailsBlockHeaderSeparator .labelMethod{font-weight:500;align-self:center}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]):not(.provider_vpcp):not(.provider_vpcp_medopt) .detailsBlockHeaderSeparator .valueLanguages,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]):not(.provider_vpcp):not(.provider_vpcp_medopt) .detailsBlockHeaderSeparator .valueMedication,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]):not(.provider_vpcp):not(.provider_vpcp_medopt) .detailsBlockHeaderSeparator .valueLanguages,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]):not(.provider_vpcp):not(.provider_vpcp_medopt) .detailsBlockHeaderSeparator .valueMedication,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]):not(.provider_vpcp):not(.provider_vpcp_medopt) .detailsBlockHeaderSeparator .valueLanguages,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]):not(.provider_vpcp):not(.provider_vpcp_medopt) .detailsBlockHeaderSeparator .valueMedication,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]):not(.provider_vpcp):not(.provider_vpcp_medopt) .detailsBlockHeaderSeparator .valueLanguages,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]):not(.provider_vpcp):not(.provider_vpcp_medopt) .detailsBlockHeaderSeparator .valueMedication,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]):not(.provider_vpcp):not(.provider_vpcp_medopt) .detailsBlockHeaderSeparator .valueLanguages,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]):not(.provider_vpcp):not(.provider_vpcp_medopt) .detailsBlockHeaderSeparator .valueMedication,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]):not(.provider_vpcp):not(.provider_vpcp_medopt) .detailsBlockHeaderSeparator .valueLanguages,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]):not(.provider_vpcp):not(.provider_vpcp_medopt) .detailsBlockHeaderSeparator .valueMedication{margin-bottom:.5rem}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]):not(.provider_vpcp):not(.provider_vpcp_medopt) .detailsBlockHeaderSeparator .labelMethod,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]):not(.provider_vpcp):not(.provider_vpcp_medopt) .detailsBlockHeaderSeparator .valueMedication+.labelMethod+.valueMethod+.labelLanguages,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]):not(.provider_vpcp):not(.provider_vpcp_medopt) .detailsBlockHeaderSeparator .valueMedication+.labelMethod+.valueMethod+.labelLanguages+.valueLanguages,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]):not(.provider_vpcp):not(.provider_vpcp_medopt) .detailsBlockHeaderSeparator .valueMethod,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]):not(.provider_vpcp):not(.provider_vpcp_medopt) .detailsBlockHeaderSeparator .labelMethod,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]):not(.provider_vpcp):not(.provider_vpcp_medopt) .detailsBlockHeaderSeparator .valueMedication+.labelMethod+.valueMethod+.labelLanguages,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]):not(.provider_vpcp):not(.provider_vpcp_medopt) .detailsBlockHeaderSeparator .valueMedication+.labelMethod+.valueMethod+.labelLanguages+.valueLanguages,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]):not(.provider_vpcp):not(.provider_vpcp_medopt) .detailsBlockHeaderSeparator .valueMethod,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]):not(.provider_vpcp):not(.provider_vpcp_medopt) .detailsBlockHeaderSeparator .labelMethod,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]):not(.provider_vpcp):not(.provider_vpcp_medopt) .detailsBlockHeaderSeparator .valueMedication+.labelMethod+.valueMethod+.labelLanguages,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]):not(.provider_vpcp):not(.provider_vpcp_medopt) .detailsBlockHeaderSeparator .valueMedication+.labelMethod+.valueMethod+.labelLanguages+.valueLanguages,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]):not(.provider_vpcp):not(.provider_vpcp_medopt) .detailsBlockHeaderSeparator .valueMethod,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]):not(.provider_vpcp):not(.provider_vpcp_medopt) .detailsBlockHeaderSeparator .labelMethod,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]):not(.provider_vpcp):not(.provider_vpcp_medopt) .detailsBlockHeaderSeparator .valueMedication+.labelMethod+.valueMethod+.labelLanguages,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]):not(.provider_vpcp):not(.provider_vpcp_medopt) .detailsBlockHeaderSeparator .valueMedication+.labelMethod+.valueMethod+.labelLanguages+.valueLanguages,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]):not(.provider_vpcp):not(.provider_vpcp_medopt) .detailsBlockHeaderSeparator .valueMethod,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]):not(.provider_vpcp):not(.provider_vpcp_medopt) .detailsBlockHeaderSeparator .labelMethod,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]):not(.provider_vpcp):not(.provider_vpcp_medopt) .detailsBlockHeaderSeparator .valueMedication+.labelMethod+.valueMethod+.labelLanguages,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]):not(.provider_vpcp):not(.provider_vpcp_medopt) .detailsBlockHeaderSeparator .valueMedication+.labelMethod+.valueMethod+.labelLanguages+.valueLanguages,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]):not(.provider_vpcp):not(.provider_vpcp_medopt) .detailsBlockHeaderSeparator .valueMethod,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]):not(.provider_vpcp):not(.provider_vpcp_medopt) .detailsBlockHeaderSeparator .labelMethod,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]):not(.provider_vpcp):not(.provider_vpcp_medopt) .detailsBlockHeaderSeparator .valueMedication+.labelMethod+.valueMethod+.labelLanguages,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]):not(.provider_vpcp):not(.provider_vpcp_medopt) .detailsBlockHeaderSeparator .valueMedication+.labelMethod+.valueMethod+.labelLanguages+.valueLanguages,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]):not(.provider_vpcp):not(.provider_vpcp_medopt) .detailsBlockHeaderSeparator .valueMethod{grid-column:2}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .detailsBlockFooterSeparator,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .detailsBlockFooterSeparator,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .detailsBlockFooterSeparator,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .detailsBlockFooterSeparator,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .detailsBlockFooterSeparator,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .detailsBlockFooterSeparator{margin:.5rem 32px 0;grid-template-columns:60% 40%}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .detailsBlockFooterSeparator p:last-of-type:not([class*=dayTime_]),.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .detailsBlockFooterSeparator p:last-of-type:not([class*=dayTime_]),.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .detailsBlockFooterSeparator p:last-of-type:not([class*=dayTime_]),.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .detailsBlockFooterSeparator p:last-of-type:not([class*=dayTime_]),.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .detailsBlockFooterSeparator p:last-of-type:not([class*=dayTime_]),.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .detailsBlockFooterSeparator p:last-of-type:not([class*=dayTime_]){margin-bottom:.75rem;margin-top:.5rem}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .detailsBlockFooterSeparator .labelAvailabilityTitle,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .detailsBlockFooterSeparator .labelAvailabilityTitle,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .detailsBlockFooterSeparator .labelAvailabilityTitle,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .detailsBlockFooterSeparator .labelAvailabilityTitle,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .detailsBlockFooterSeparator .labelAvailabilityTitle,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .detailsBlockFooterSeparator .labelAvailabilityTitle{border-top-width:1px;--border-opacity:1;border-color:#e5e8e8;border-color:rgba(229, 232, 232, var(--border-opacity));grid-column:1/last;font-weight:500;margin-left:0;margin-top:0;margin-bottom:.5rem;padding-top:1rem;text-align:center}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .detailsBlockFooterSeparator [class*=dayLabel_],.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .detailsBlockFooterSeparator [class*=dayLabel_],.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .detailsBlockFooterSeparator [class*=dayLabel_],.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .detailsBlockFooterSeparator [class*=dayLabel_],.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .detailsBlockFooterSeparator [class*=dayLabel_],.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .detailsBlockFooterSeparator [class*=dayLabel_]{grid-column:1/2;margin-bottom:.5rem;margin-left:0}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .detailsBlockFooterSeparator [class*=dayTime_],.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .detailsBlockFooterSeparator [class*=dayTime_],.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .detailsBlockFooterSeparator [class*=dayTime_],.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .detailsBlockFooterSeparator [class*=dayTime_],.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .detailsBlockFooterSeparator [class*=dayTime_],.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .detailsBlockFooterSeparator [class*=dayTime_]{grid-column:2/3;margin-bottom:.5rem;margin-left:0}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .availabilityGuide,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .availabilityGuide,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .availabilityGuide,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .availabilityGuide,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .availabilityGuide,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .availabilityGuide{display:grid;grid-template-columns:30% 30% 30%;grid-gap:12px 16px;margin-left:32px;margin-right:1.5rem}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .availabilityGuide p,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .availabilityGuide p,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .availabilityGuide p,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .availabilityGuide p,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .availabilityGuide p,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .availabilityGuide p{grid-column:1/4;margin-bottom:0;text-align:center}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .availabilityGuide p.hidden-field,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .availabilityGuide p.hidden-field,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .availabilityGuide p.hidden-field,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .availabilityGuide p.hidden-field,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .availabilityGuide p.hidden-field,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .availabilityGuide p.hidden-field{display:none}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .availabilityGuide .labelAvailabilityTitle,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .availabilityGuide .labelAvailabilityTitle,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .availabilityGuide .labelAvailabilityTitle,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .availabilityGuide .labelAvailabilityTitle,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .availabilityGuide .labelAvailabilityTitle,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .availabilityGuide .labelAvailabilityTitle{font-weight:500;grid-column:1/last;justify-self:center;font-size:18px}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .availabilityGuide [class*=availabilityLabel],.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .availabilityGuide [class*=availabilityLabel],.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .availabilityGuide [class*=availabilityLabel],.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .availabilityGuide [class*=availabilityLabel],.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .availabilityGuide [class*=availabilityLabel],.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .availabilityGuide [class*=availabilityLabel]{--border-opacity:1;border:1px solid #e5e8e8;border-color:rgba(229, 232, 232, var(--border-opacity));border-radius:.25rem;padding:.5rem 1rem;margin-bottom:0;margin-left:0;margin-right:0;--text-opacity:1;color:#565757;color:rgba(86, 87, 87, var(--text-opacity));grid-column:auto}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .availabilityGuide [class*=availabilityLabel]:hover,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .availabilityGuide [class*=availabilityLabel]:hover,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .availabilityGuide [class*=availabilityLabel]:hover,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .availabilityGuide [class*=availabilityLabel]:hover,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .availabilityGuide [class*=availabilityLabel]:hover,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .availabilityGuide [class*=availabilityLabel]:hover{--border-opacity:1;border-color:#0060fc;border-color:rgba(0, 96, 252, var(--border-opacity))}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .availabilityGuide [class*=availabilityLabel]:focus,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .availabilityGuide [class*=availabilityLabel]:focus,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .availabilityGuide [class*=availabilityLabel]:focus,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .availabilityGuide [class*=availabilityLabel]:focus,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .availabilityGuide [class*=availabilityLabel]:focus,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .availabilityGuide [class*=availabilityLabel]:focus{box-shadow:0 0 0 2px #fff,0 0 2px 4px rgba(0,96,252,0.6)}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .availabilityGuide .last-of-kind,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .detailsBlockFooterSeparator .last-of-kind,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]):not(.provider_vpcp) .detailsBlockHeaderSeparator .last-of-kind,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]):not(.provider_vpcp_medopt) .detailsBlockHeaderSeparator .last-of-kind,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .availabilityGuide .last-of-kind,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .detailsBlockFooterSeparator .last-of-kind,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]):not(.provider_vpcp) .detailsBlockHeaderSeparator .last-of-kind,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]):not(.provider_vpcp_medopt) .detailsBlockHeaderSeparator .last-of-kind,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .availabilityGuide .last-of-kind,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .detailsBlockFooterSeparator .last-of-kind,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]):not(.provider_vpcp) .detailsBlockHeaderSeparator .last-of-kind,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]):not(.provider_vpcp_medopt) .detailsBlockHeaderSeparator .last-of-kind,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .availabilityGuide .last-of-kind,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .detailsBlockFooterSeparator .last-of-kind,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]):not(.provider_vpcp) .detailsBlockHeaderSeparator .last-of-kind,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]):not(.provider_vpcp_medopt) .detailsBlockHeaderSeparator .last-of-kind,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .availabilityGuide .last-of-kind,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .detailsBlockFooterSeparator .last-of-kind,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]):not(.provider_vpcp) .detailsBlockHeaderSeparator .last-of-kind,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]):not(.provider_vpcp_medopt) .detailsBlockHeaderSeparator .last-of-kind,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .availabilityGuide .last-of-kind,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .detailsBlockFooterSeparator .last-of-kind,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]):not(.provider_vpcp) .detailsBlockHeaderSeparator .last-of-kind,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]):not(.provider_vpcp_medopt) .detailsBlockHeaderSeparator .last-of-kind{grid-column:1/last;justify-self:center;margin-top:.5rem;margin-bottom:1rem;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));--text-opacity:1;color:#5b2f91;color:rgba(91, 47, 145, var(--text-opacity));--border-opacity:1;border:2px solid #5b2f91;border-color:rgba(91, 47, 145, var(--border-opacity));border-radius:.5rem}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) button[data-testid*=request_button-button],.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) button[name=request_button_provider_best_match],.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) button[data-testid*=request_button-button],.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) button[name=request_button_provider_best_match],.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) button[data-testid*=request_button-button],.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) button[name=request_button_provider_best_match],.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) button[data-testid*=request_button-button],.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) button[name=request_button_provider_best_match],.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) button[data-testid*=request_button-button],.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) button[name=request_button_provider_best_match],.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) button[data-testid*=request_button-button],.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) button[name=request_button_provider_best_match]{grid-column:1/last;float:none;justify-content:center;margin-top:.5rem;margin-bottom:1rem}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .detailsBlockHeaderSeparator .last-of-kind,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .detailsBlockHeaderSeparator .last-of-kind,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .detailsBlockHeaderSeparator .last-of-kind,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .detailsBlockHeaderSeparator .last-of-kind,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .detailsBlockHeaderSeparator .last-of-kind,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .detailsBlockHeaderSeparator .last-of-kind{grid-row:last}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .detailsBlockFooterSeparator .last-of-kind,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .detailsBlockFooterSeparator .last-of-kind,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .detailsBlockFooterSeparator .last-of-kind,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .detailsBlockFooterSeparator .last-of-kind,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .detailsBlockFooterSeparator .last-of-kind,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .detailsBlockFooterSeparator .last-of-kind{grid-column:1/3}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .availabilityGuide .last-of-kind,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .availabilityGuide .last-of-kind,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .availabilityGuide .last-of-kind,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .availabilityGuide .last-of-kind,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .availabilityGuide .last-of-kind,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList div[class*=provider_]:not([class*=enhanced_provider_card]):not([class*=icon-web-sdk]) .availabilityGuide .last-of-kind{grid-column:1/4}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders .ActionsSpacer,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 .ActionsSpacer,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders .ActionsSpacer,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList .ActionsSpacer,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList .ActionsSpacer,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList .ActionsSpacer{border-style:none;box-shadow:none;margin-left:32px;margin-right:32px;padding-top:1rem;padding-bottom:1rem}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders .ActionsSpacer .or_field,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 .ActionsSpacer .or_field,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders .ActionsSpacer .or_field,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList .ActionsSpacer .or_field,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList .ActionsSpacer .or_field,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList .ActionsSpacer .or_field{text-align:center;--text-opacity:1;color:#565757;color:rgba(86, 87, 87, var(--text-opacity));margin:0}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders .ActionsSpacer .or_field:after,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders .ActionsSpacer .or_field:before,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 .ActionsSpacer .or_field:after,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 .ActionsSpacer .or_field:before,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders .ActionsSpacer .or_field:after,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders .ActionsSpacer .or_field:before,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList .ActionsSpacer .or_field:after,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList .ActionsSpacer .or_field:before,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList .ActionsSpacer .or_field:after,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList .ActionsSpacer .or_field:before,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList .ActionsSpacer .or_field:after,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList .ActionsSpacer .or_field:before{content:"";display:inline-block;border-top-width:1px;--border-opacity:1;border-color:#e5e8e8;border-color:rgba(229, 232, 232, var(--border-opacity));margin-left:1rem;margin-right:1rem;width:3rem;height:.25rem}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders .ActionsSpacer .button-request_a_visit_meet_now,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders .ActionsSpacer .button-request_button,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 .ActionsSpacer .button-request_a_visit_meet_now,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 .ActionsSpacer .button-request_button,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders .ActionsSpacer .button-request_a_visit_meet_now,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders .ActionsSpacer .button-request_button,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList .ActionsSpacer .button-request_a_visit_meet_now,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList .ActionsSpacer .button-request_button,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList .ActionsSpacer .button-request_a_visit_meet_now,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList .ActionsSpacer .button-request_button,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList .ActionsSpacer .button-request_a_visit_meet_now,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList .ActionsSpacer .button-request_button{justify-self:center;margin-top:.75rem;margin-bottom:1rem;padding-top:.75rem;padding-bottom:.75rem;font-weight:500;font-size:1.125rem;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));--text-opacity:1;color:#5b2f91;color:rgba(91, 47, 145, var(--text-opacity));--border-opacity:1;border:2px solid #5b2f91;border-color:rgba(91, 47, 145, var(--border-opacity));border-radius:.5rem;width:100%;line-height:1.5rem}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders .ActionsSpacer .button-request_a_visit_meet_now,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 .ActionsSpacer .button-request_a_visit_meet_now,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders .ActionsSpacer .button-request_a_visit_meet_now,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList .ActionsSpacer .button-request_a_visit_meet_now,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList .ActionsSpacer .button-request_a_visit_meet_now,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList .ActionsSpacer .button-request_a_visit_meet_now{margin-bottom:.5rem}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders .ActionsSpacer .errorOption,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 .ActionsSpacer .errorOption,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders .ActionsSpacer .errorOption,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList .ActionsSpacer .errorOption,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList .ActionsSpacer .errorOption,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList .ActionsSpacer .errorOption{margin-left:.5rem;margin-top:.5rem;line-height:20px;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));font-size:1.125rem;text-align:left}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders .ActionsSpacer .errorOption:before,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 .ActionsSpacer .errorOption:before,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders .ActionsSpacer .errorOption:before,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList .ActionsSpacer .errorOption:before,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList .ActionsSpacer .errorOption:before,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList .ActionsSpacer .errorOption:before{content:" ";position:relative;margin-bottom:32px;padding-left:1.5rem;top:0;right:5px;background:url(https://assets.livongo.com/image/upload/v1713278586/web-sdk/icons/icon-error-sign.svg) no-repeat scroll 50%}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders .ActionsSpacer .availabilityNotesLabel,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 .ActionsSpacer .availabilityNotesLabel,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders .ActionsSpacer .availabilityNotesLabel,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList .ActionsSpacer .availabilityNotesLabel,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList .ActionsSpacer .availabilityNotesLabel,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList .ActionsSpacer .availabilityNotesLabel{text-align:center}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders .ActionsSpacer .availabilityNotesLabel .availabilityNotesLabel-0,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 .ActionsSpacer .availabilityNotesLabel .availabilityNotesLabel-0,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders .ActionsSpacer .availabilityNotesLabel .availabilityNotesLabel-0,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList .ActionsSpacer .availabilityNotesLabel .availabilityNotesLabel-0,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList .ActionsSpacer .availabilityNotesLabel .availabilityNotesLabel-0,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList .ActionsSpacer .availabilityNotesLabel .availabilityNotesLabel-0{--text-opacity:1;color:#565757;color:rgba(86, 87, 87, var(--text-opacity));font-weight:400}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders .ActionsSpacer .availabilityNotesLabel .availabilityNotesLabel-0 b,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 .ActionsSpacer .availabilityNotesLabel .availabilityNotesLabel-0 b,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders .ActionsSpacer .availabilityNotesLabel .availabilityNotesLabel-0 b,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList .ActionsSpacer .availabilityNotesLabel .availabilityNotesLabel-0 b,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList .ActionsSpacer .availabilityNotesLabel .availabilityNotesLabel-0 b,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList .ActionsSpacer .availabilityNotesLabel .availabilityNotesLabel-0 b{font-weight:500;--text-opacity:1;color:#565757;color:rgba(86, 87, 87, var(--text-opacity))}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders .ActionsSpacer .all_available_dates,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 .ActionsSpacer .all_available_dates,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders .ActionsSpacer .all_available_dates,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList .ActionsSpacer .all_available_dates,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList .ActionsSpacer .all_available_dates,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList .ActionsSpacer .all_available_dates{margin:.75rem auto 0;--text-opacity:1;color:#0060fc;color:rgba(0, 96, 252, var(--text-opacity));cursor:pointer}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders .ActionsSpacer .all_available_dates:before,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 .ActionsSpacer .all_available_dates:before,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders .ActionsSpacer .all_available_dates:before,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList .ActionsSpacer .all_available_dates:before,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList .ActionsSpacer .all_available_dates:before,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList .ActionsSpacer .all_available_dates:before{content:" ";display:inline-block;width:1.5rem;height:1.5rem;background:url(https://assets.livongo.com/image/upload/v1713279055/web-sdk/icons/pulse-calendar-icon.svg) no-repeat scroll 50%;filter:invert(64%) sepia(100%) saturate(7487%) hue-rotate(213deg) brightness(99%) contrast(106%)}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders .enhanced_help_text,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 .enhanced_help_text,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders .enhanced_help_text,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList .enhanced_help_text,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList .enhanced_help_text,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList .enhanced_help_text{padding-bottom:1.5rem;margin-bottom:0}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders .enhanced_filter_providers_link,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 .enhanced_filter_providers_link,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders .enhanced_filter_providers_link,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList .enhanced_filter_providers_link,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList .enhanced_filter_providers_link,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList .enhanced_filter_providers_link{font-size:1.125rem;--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity));display:flex;align-items:center;font-weight:500}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders .enhanced_filter_providers_link:hover,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 .enhanced_filter_providers_link:hover,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders .enhanced_filter_providers_link:hover,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList .enhanced_filter_providers_link:hover,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList .enhanced_filter_providers_link:hover,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList .enhanced_filter_providers_link:hover{opacity:.75;text-decoration:none}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders .enhanced_filter_providers_link:after,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 .enhanced_filter_providers_link:after,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders .enhanced_filter_providers_link:after,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList .enhanced_filter_providers_link:after,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList .enhanced_filter_providers_link:after,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList .enhanced_filter_providers_link:after{content:"";height:1rem;width:1rem;display:inline-block;margin-left:.5rem;background:url(https://assets.livongo.com/image/upload/v1723453623/web-sdk/icons/ic_filter.svg) no-repeat scroll 50%}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders div.enhanced_provider_cards_container,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 div.enhanced_provider_cards_container,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders div.enhanced_provider_cards_container,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList div.enhanced_provider_cards_container,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList div.enhanced_provider_cards_container,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList div.enhanced_provider_cards_container{clear:both;--bg-opacity:1;background-color:#f7f9f9;background-color:rgba(247, 249, 249, var(--bg-opacity));margin-bottom:2.5rem;border-top-width:2px;--border-opacity:1;border-color:#f7f9f9;border-color:rgba(247, 249, 249, var(--border-opacity))}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders div.enhanced_provider_cards_container,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders div.enhanced_provider_cards_container .container,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 div.enhanced_provider_cards_container,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 div.enhanced_provider_cards_container .container,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders div.enhanced_provider_cards_container,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders div.enhanced_provider_cards_container .container,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList div.enhanced_provider_cards_container,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList div.enhanced_provider_cards_container .container,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList div.enhanced_provider_cards_container,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList div.enhanced_provider_cards_container .container,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList div.enhanced_provider_cards_container,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList div.enhanced_provider_cards_container .container{max-width:none}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders div.enhanced_provider_cards_container div[class*=enhanced_provider_card_],.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 div.enhanced_provider_cards_container div[class*=enhanced_provider_card_],.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders div.enhanced_provider_cards_container div[class*=enhanced_provider_card_],.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList div.enhanced_provider_cards_container div[class*=enhanced_provider_card_],.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList div.enhanced_provider_cards_container div[class*=enhanced_provider_card_],.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList div.enhanced_provider_cards_container div[class*=enhanced_provider_card_]{--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));padding:1.25rem 1rem;border-bottom-width:2px;--border-opacity:1;border-color:#f7f9f9;border-color:rgba(247, 249, 249, var(--border-opacity))}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerCardHeader,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerCardHeader,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerCardHeader,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerCardHeader,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerCardHeader,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerCardHeader{--bg-opacity:1;background-color:#f7f9f9;background-color:rgba(247, 249, 249, var(--bg-opacity));display:flex;flex-direction:row;align-items:center;padding:1rem;border-radius:.5rem;margin-bottom:1.5rem}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerCardHeader:hover,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerCardHeader:hover,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerCardHeader:hover,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerCardHeader:hover,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerCardHeader:hover,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerCardHeader:hover{cursor:pointer}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerCardHeader:hover .headerArrowIconSpacer .headerArrowIconContainer,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerCardHeader:hover .headerArrowIconSpacer .headerArrowIconContainer,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerCardHeader:hover .headerArrowIconSpacer .headerArrowIconContainer,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerCardHeader:hover .headerArrowIconSpacer .headerArrowIconContainer,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerCardHeader:hover .headerArrowIconSpacer .headerArrowIconContainer,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerCardHeader:hover .headerArrowIconSpacer .headerArrowIconContainer{--bg-opacity:1;background-color:#f5f0fd;background-color:rgba(245, 240, 253, var(--bg-opacity))}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerCardHeader:hover .headerArrowIconSpacer .headerArrowIconContainer .ic_arrow_right,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerCardHeader:hover .headerArrowIconSpacer .headerArrowIconContainer .ic_arrow_right,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerCardHeader:hover .headerArrowIconSpacer .headerArrowIconContainer .ic_arrow_right,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerCardHeader:hover .headerArrowIconSpacer .headerArrowIconContainer .ic_arrow_right,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerCardHeader:hover .headerArrowIconSpacer .headerArrowIconContainer .ic_arrow_right,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerCardHeader:hover .headerArrowIconSpacer .headerArrowIconContainer .ic_arrow_right{background:url(https://assets.livongo.com/image/upload/v1723042538/web-sdk/icons/ic_pulse_arrow_right_hover.svg) no-repeat 50%}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerCardHeader .headerBackground .image-wrapper-web-sdk.TDFieldOptionIsCircleShape,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerCardHeader .headerBackground .image-wrapper-web-sdk.TDFieldOptionIsCircleShape,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerCardHeader .headerBackground .image-wrapper-web-sdk.TDFieldOptionIsCircleShape,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerCardHeader .headerBackground .image-wrapper-web-sdk.TDFieldOptionIsCircleShape,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerCardHeader .headerBackground .image-wrapper-web-sdk.TDFieldOptionIsCircleShape,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerCardHeader .headerBackground .image-wrapper-web-sdk.TDFieldOptionIsCircleShape{margin-left:0;margin-top:0}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerCardHeader .headerTitleBioSpacer,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerCardHeader .headerTitleBioSpacer,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerCardHeader .headerTitleBioSpacer,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerCardHeader .headerTitleBioSpacer,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerCardHeader .headerTitleBioSpacer,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerCardHeader .headerTitleBioSpacer{margin-left:1rem;margin-right:1rem}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerCardHeader .headerTitleBioSpacer p,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerCardHeader .headerTitleBioSpacer p,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerCardHeader .headerTitleBioSpacer p,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerCardHeader .headerTitleBioSpacer p,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerCardHeader .headerTitleBioSpacer p,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerCardHeader .headerTitleBioSpacer p{margin:0}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerCardHeader .headerTitleBioSpacer .headerTitle,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerCardHeader .headerTitleBioSpacer .headerTitle,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerCardHeader .headerTitleBioSpacer .headerTitle,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerCardHeader .headerTitleBioSpacer .headerTitle,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerCardHeader .headerTitleBioSpacer .headerTitle,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerCardHeader .headerTitleBioSpacer .headerTitle{font-weight:700;font-size:1.125rem;margin-bottom:.5rem}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerCardHeader .headerTitleBioSpacer .providerBio,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerCardHeader .headerTitleBioSpacer .providerBio,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerCardHeader .headerTitleBioSpacer .providerBio,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerCardHeader .headerTitleBioSpacer .providerBio,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerCardHeader .headerTitleBioSpacer .providerBio,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerCardHeader .headerTitleBioSpacer .providerBio{--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity));font-size:.938rem;font-weight:400}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerCardHeader .headerArrowIconSpacer,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerCardHeader .headerArrowIconSpacer,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerCardHeader .headerArrowIconSpacer,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerCardHeader .headerArrowIconSpacer,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerCardHeader .headerArrowIconSpacer,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerCardHeader .headerArrowIconSpacer{margin-left:auto}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerCardHeader .headerArrowIconSpacer .headerArrowIconContainer,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerCardHeader .headerArrowIconSpacer .headerArrowIconContainer,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerCardHeader .headerArrowIconSpacer .headerArrowIconContainer,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerCardHeader .headerArrowIconSpacer .headerArrowIconContainer,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerCardHeader .headerArrowIconSpacer .headerArrowIconContainer,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerCardHeader .headerArrowIconSpacer .headerArrowIconContainer{padding:1rem;border-radius:9999px}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerCardHeader .headerArrowIconSpacer .headerArrowIconContainer .ic_arrow_right,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerCardHeader .headerArrowIconSpacer .headerArrowIconContainer .ic_arrow_right,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerCardHeader .headerArrowIconSpacer .headerArrowIconContainer .ic_arrow_right,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerCardHeader .headerArrowIconSpacer .headerArrowIconContainer .ic_arrow_right,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerCardHeader .headerArrowIconSpacer .headerArrowIconContainer .ic_arrow_right,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerCardHeader .headerArrowIconSpacer .headerArrowIconContainer .ic_arrow_right{margin:0;height:1rem;width:1rem;background:url(https://assets.livongo.com/image/upload/v1713276589/web-sdk/icons/ic_pulse_arrow_right_default.svg) no-repeat 50%}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerCardHeader .headerArrowIconSpacer .headerArrowIconContainer:focus,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerCardHeader .headerArrowIconSpacer .headerArrowIconContainer:focus,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerCardHeader .headerArrowIconSpacer .headerArrowIconContainer:focus,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerCardHeader .headerArrowIconSpacer .headerArrowIconContainer:focus,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerCardHeader .headerArrowIconSpacer .headerArrowIconContainer:focus,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerCardHeader .headerArrowIconSpacer .headerArrowIconContainer:focus{box-shadow:0 0 0 2px #fff,0 0 2px 4px rgba(0,96,252,0.6);outline:2px solid transparent;outline-offset:2px}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .nextAvailabilityText,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .nextAvailabilityText,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .nextAvailabilityText,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .nextAvailabilityText,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .nextAvailabilityText,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .nextAvailabilityText{--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity));font-size:.938rem;font-weight:500;margin-bottom:1rem}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerSlots,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerSlots,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerSlots,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerSlots,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerSlots,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerSlots{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));grid-gap:.5rem;gap:.5rem;margin-bottom:1.5rem}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerSlots button[class*=availabilityLabel_enhanced_provider_card_],.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerSlots button[class*=availabilityLabel_enhanced_provider_card_],.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerSlots button[class*=availabilityLabel_enhanced_provider_card_],.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerSlots button[class*=availabilityLabel_enhanced_provider_card_],.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerSlots button[class*=availabilityLabel_enhanced_provider_card_],.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerSlots button[class*=availabilityLabel_enhanced_provider_card_]{margin:0;text-align:center;padding-top:.5rem;padding-bottom:.5rem;width:100%;border-width:1px;--border-opacity:1;border-color:#dfe0df;border-color:rgba(223, 224, 223, var(--border-opacity));border-radius:.75rem;font-weight:700;display:flex;justify-content:center;align-items:center;flex-direction:column;--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity));font-size:.938rem;line-height:20px}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerSlots button[class*=availabilityLabel_enhanced_provider_card_]:hover,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerSlots button[class*=availabilityLabel_enhanced_provider_card_]:hover,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerSlots button[class*=availabilityLabel_enhanced_provider_card_]:hover,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerSlots button[class*=availabilityLabel_enhanced_provider_card_]:hover,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerSlots button[class*=availabilityLabel_enhanced_provider_card_]:hover,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerSlots button[class*=availabilityLabel_enhanced_provider_card_]:hover{--border-opacity:1!important;border-color:#5156f5 !important;border-color:rgba(81, 86, 245, var(--border-opacity)) !important;outline:1px solid #5156f5;text-decoration:none;--bg-opacity:1!important;background-color:#f5f0fd !important;background-color:rgba(245, 240, 253, var(--bg-opacity)) !important;--text-opacity:1!important;color:#5156f5 !important;color:rgba(81, 86, 245, var(--text-opacity)) !important}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerSlots button[class*=availabilityLabel_enhanced_provider_card_][aria-selected=true],.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerSlots button[class*=availabilityLabel_enhanced_provider_card_][aria-selected=true],.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerSlots button[class*=availabilityLabel_enhanced_provider_card_][aria-selected=true],.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerSlots button[class*=availabilityLabel_enhanced_provider_card_][aria-selected=true],.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerSlots button[class*=availabilityLabel_enhanced_provider_card_][aria-selected=true],.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerSlots button[class*=availabilityLabel_enhanced_provider_card_][aria-selected=true]{outline:1px solid #3910b8;--border-opacity:1!important;border-color:#3910b8 !important;border-color:rgba(57, 16, 184, var(--border-opacity)) !important;text-decoration:none;--bg-opacity:1!important;background-color:#f5f0fd !important;background-color:rgba(245, 240, 253, var(--bg-opacity)) !important;--text-opacity:1!important;color:#3910b8 !important;color:rgba(57, 16, 184, var(--text-opacity)) !important}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerSlots button[class*=availabilityLabel_enhanced_provider_card_]:active,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerSlots button[class*=availabilityLabel_enhanced_provider_card_]:active,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerSlots button[class*=availabilityLabel_enhanced_provider_card_]:active,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerSlots button[class*=availabilityLabel_enhanced_provider_card_]:active,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerSlots button[class*=availabilityLabel_enhanced_provider_card_]:active,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerSlots button[class*=availabilityLabel_enhanced_provider_card_]:active{outline-offset:0;box-shadow:none !important}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerSlots button[class*=availabilityLabel_enhanced_provider_card_]:focus,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerSlots button[class*=availabilityLabel_enhanced_provider_card_]:focus,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerSlots button[class*=availabilityLabel_enhanced_provider_card_]:focus,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerSlots button[class*=availabilityLabel_enhanced_provider_card_]:focus,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerSlots button[class*=availabilityLabel_enhanced_provider_card_]:focus,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerSlots button[class*=availabilityLabel_enhanced_provider_card_]:focus{box-shadow:0 0 0 2px #fff,0 0 2px 4px rgba(0,96,252,0.6);outline:2px solid transparent;outline-offset:2px}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerSlots button[class*=availabilityLabel_enhanced_provider_card_] p,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerSlots button[class*=availabilityLabel_enhanced_provider_card_] p,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerSlots button[class*=availabilityLabel_enhanced_provider_card_] p,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerSlots button[class*=availabilityLabel_enhanced_provider_card_] p,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerSlots button[class*=availabilityLabel_enhanced_provider_card_] p,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerSlots button[class*=availabilityLabel_enhanced_provider_card_] p{font-weight:400}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerSlots button[class*=availabilityLabel_enhanced_provider_card_] br,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerSlots button[class*=availabilityLabel_enhanced_provider_card_] br,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerSlots button[class*=availabilityLabel_enhanced_provider_card_] br,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerSlots button[class*=availabilityLabel_enhanced_provider_card_] br,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerSlots button[class*=availabilityLabel_enhanced_provider_card_] br,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .providerSlots button[class*=availabilityLabel_enhanced_provider_card_] br{display:none}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .showAllAvailability,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .showAllAvailability,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .showAllAvailability,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .showAllAvailability,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .showAllAvailability,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .showAllAvailability{margin-left:auto;margin-right:auto;font-weight:500;--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity));margin-bottom:0}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .showAllAvailability:hover,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .showAllAvailability:hover,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .showAllAvailability:hover,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .showAllAvailability:hover,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .showAllAvailability:hover,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .showAllAvailability:hover{opacity:.75;text-decoration:none}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .showAllAvailability:active,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .showAllAvailability:active,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .showAllAvailability:active,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .showAllAvailability:active,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .showAllAvailability:active,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .showAllAvailability:active{box-shadow:none}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .showAllAvailability:focus,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .showAllAvailability:focus,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .showAllAvailability:focus,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .showAllAvailability:focus,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .showAllAvailability:focus,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList div.enhanced_provider_cards_container div[class*=enhanced_provider_card_] .showAllAvailability:focus{box-shadow:0 0 0 2px #fff,0 0 2px 4px rgba(0,96,252,0.6);border-radius:.25rem;outline:2px solid transparent;outline-offset:2px}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders .ic_care_provider_not_found.icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 .ic_care_provider_not_found.icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders .ic_care_provider_not_found.icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList .ic_care_provider_not_found.icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList .ic_care_provider_not_found.icon-web-sdk,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList .ic_care_provider_not_found.icon-web-sdk{margin:2.5rem auto 1.5rem;width:auto;height:207px;background:url(https://assets.livongo.com/image/upload/v1725285194/web-sdk/icons/undraw_searching_icon.svg) 50% no-repeat}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.care_provider_not_available) .ic_care_provider_not_found.icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.care_provider_not_available) .ic_care_provider_not_found.icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.care_provider_not_available) .ic_care_provider_not_found.icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.care_provider_not_available) .ic_care_provider_not_found.icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.care_provider_not_available) .ic_care_provider_not_found.icon-web-sdk,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.care_provider_not_available) .ic_care_provider_not_found.icon-web-sdk{margin-top:5.5rem}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders h1.care_provider_not_available,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders h2.no_matches_found,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 h1.care_provider_not_available,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 h2.no_matches_found,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders h1.care_provider_not_available,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders h2.no_matches_found,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList h1.care_provider_not_available,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList h2.no_matches_found,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList h1.care_provider_not_available,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList h2.no_matches_found,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList h1.care_provider_not_available,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList h2.no_matches_found{padding-left:0 !important;padding-right:0 !important;font-size:26px;line-height:2rem;text-align:center;margin-bottom:1.5rem}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders p.schedule_with_different_provider_note,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders p.try_adjusting_or_clearing_filters,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 p.schedule_with_different_provider_note,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 p.try_adjusting_or_clearing_filters,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders p.schedule_with_different_provider_note,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders p.try_adjusting_or_clearing_filters,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList p.schedule_with_different_provider_note,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList p.try_adjusting_or_clearing_filters,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList p.schedule_with_different_provider_note,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList p.try_adjusting_or_clearing_filters,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList p.schedule_with_different_provider_note,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList p.try_adjusting_or_clearing_filters{text-align:center;margin-bottom:3.5rem}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders p.schedule_with_different_provider_note,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 p.schedule_with_different_provider_note,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders p.schedule_with_different_provider_note,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList p.schedule_with_different_provider_note,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList p.schedule_with_different_provider_note,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList p.schedule_with_different_provider_note{text-align:center;margin-bottom:4rem}@media (min-width: 375px){.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders button[name=different_provider],.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders button[name=reset_filter_button],.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 button[name=different_provider],.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 button[name=reset_filter_button],.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders button[name=different_provider],.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders button[name=reset_filter_button],.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList button[name=different_provider],.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList button[name=reset_filter_button],.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList button[name=different_provider],.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList button[name=reset_filter_button],.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList button[name=different_provider],.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList button[name=reset_filter_button]{width:auto}}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders button[name=different_provider],.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders button[name=reset_filter_button],.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 button[name=different_provider],.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 button[name=reset_filter_button],.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders button[name=different_provider],.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders button[name=reset_filter_button],.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList button[name=different_provider],.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList button[name=reset_filter_button],.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList button[name=different_provider],.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList button[name=reset_filter_button],.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList button[name=different_provider],.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList button[name=reset_filter_button]{padding:.75rem 1.5rem}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders .cant_see_doctor,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 .cant_see_doctor,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders .cant_see_doctor,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList .cant_see_doctor,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList .cant_see_doctor,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList .cant_see_doctor{margin-top:2.5rem}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders .sticky_footer_container,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 .sticky_footer_container,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders .sticky_footer_container,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList .sticky_footer_container,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList .sticky_footer_container,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList .sticky_footer_container{display:flex;align-items:center;justify-content:center;position:fixed;right:0;bottom:0;left:0;padding:1.5rem .25rem;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));max-width:none;z-index:1;box-shadow:0 0.25rem 0.625rem 0 rgba(0,0,0,0.16)}@media (min-width: 768px){.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders .sticky_footer_container,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 .sticky_footer_container,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders .sticky_footer_container,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList .sticky_footer_container,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList .sticky_footer_container,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList .sticky_footer_container{padding-left:0;padding-right:0}}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders .sticky_footer_container .sticky_footer_inner_container,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 .sticky_footer_container .sticky_footer_inner_container,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders .sticky_footer_container .sticky_footer_inner_container,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList .sticky_footer_container .sticky_footer_inner_container,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList .sticky_footer_container .sticky_footer_inner_container,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList .sticky_footer_container .sticky_footer_inner_container{width:100%;max-width:48rem}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders .sticky_footer_container button[name=select_visit_time_button],.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 .sticky_footer_container button[name=select_visit_time_button],.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders .sticky_footer_container button[name=select_visit_time_button],.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList .sticky_footer_container button[name=select_visit_time_button],.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList .sticky_footer_container button[name=select_visit_time_button],.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList .sticky_footer_container button[name=select_visit_time_button]{width:auto;padding:.875rem 2rem;line-height:20px;cursor:pointer}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.enhanced_provider_cards_container) .enhanced_help_text,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.enhanced_provider_cards_container) .title-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.ic_care_provider_not_found) .enhanced_help_text,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.ic_care_provider_not_found) .title-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.enhanced_provider_cards_container) .enhanced_help_text,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.enhanced_provider_cards_container) .title-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.ic_care_provider_not_found) .enhanced_help_text,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.ic_care_provider_not_found) .title-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.enhanced_provider_cards_container) .enhanced_help_text,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.enhanced_provider_cards_container) .title-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.ic_care_provider_not_found) .enhanced_help_text,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.ic_care_provider_not_found) .title-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.enhanced_provider_cards_container) .enhanced_help_text,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.enhanced_provider_cards_container) .title-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.ic_care_provider_not_found) .enhanced_help_text,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.ic_care_provider_not_found) .title-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.enhanced_provider_cards_container) .enhanced_help_text,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.enhanced_provider_cards_container) .title-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.ic_care_provider_not_found) .enhanced_help_text,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.ic_care_provider_not_found) .title-web-sdk,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.enhanced_provider_cards_container) .enhanced_help_text,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.enhanced_provider_cards_container) .title-web-sdk,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.ic_care_provider_not_found) .enhanced_help_text,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.ic_care_provider_not_found) .title-web-sdk{padding-left:1rem;padding-right:1rem}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.enhanced_provider_cards_container) .search_heading,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.ic_care_provider_not_found) .search_heading,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.enhanced_provider_cards_container) .search_heading,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.ic_care_provider_not_found) .search_heading,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.enhanced_provider_cards_container) .search_heading,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.ic_care_provider_not_found) .search_heading,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.enhanced_provider_cards_container) .search_heading,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.ic_care_provider_not_found) .search_heading,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.enhanced_provider_cards_container) .search_heading,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.ic_care_provider_not_found) .search_heading,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.enhanced_provider_cards_container) .search_heading,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.ic_care_provider_not_found) .search_heading{display:none}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.enhanced_provider_cards_container) .enhanced_filter_providers_link,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.ic_care_provider_not_found) .enhanced_filter_providers_link,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.enhanced_provider_cards_container) .enhanced_filter_providers_link,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.ic_care_provider_not_found) .enhanced_filter_providers_link,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.enhanced_provider_cards_container) .enhanced_filter_providers_link,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.ic_care_provider_not_found) .enhanced_filter_providers_link,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.enhanced_provider_cards_container) .enhanced_filter_providers_link,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.ic_care_provider_not_found) .enhanced_filter_providers_link,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.enhanced_provider_cards_container) .enhanced_filter_providers_link,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.ic_care_provider_not_found) .enhanced_filter_providers_link,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.enhanced_provider_cards_container) .enhanced_filter_providers_link,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.ic_care_provider_not_found) .enhanced_filter_providers_link{line-height:20px;margin-bottom:1.5rem;margin-right:1rem}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.enhanced_provider_cards_container) .enhanced_filter_providers_link:focus,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.ic_care_provider_not_found) .enhanced_filter_providers_link:focus,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.enhanced_provider_cards_container) .enhanced_filter_providers_link:focus,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.ic_care_provider_not_found) .enhanced_filter_providers_link:focus,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.enhanced_provider_cards_container) .enhanced_filter_providers_link:focus,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.ic_care_provider_not_found) .enhanced_filter_providers_link:focus,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.enhanced_provider_cards_container) .enhanced_filter_providers_link:focus,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.ic_care_provider_not_found) .enhanced_filter_providers_link:focus,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.enhanced_provider_cards_container) .enhanced_filter_providers_link:focus,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.ic_care_provider_not_found) .enhanced_filter_providers_link:focus,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.enhanced_provider_cards_container) .enhanced_filter_providers_link:focus,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.ic_care_provider_not_found) .enhanced_filter_providers_link:focus{box-shadow:0 0 0 6px #fff,0 0 2px 8px rgba(81,86,245,0.6)}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) .enhanced_filter_providers_link,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.enhanced_provider_cards_container):has(.filter_options_container) .enhanced_filter_providers_link,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) .enhanced_filter_providers_link,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.ic_care_provider_not_found):has(.filter_options_container) .enhanced_filter_providers_link,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) .enhanced_filter_providers_link,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.enhanced_provider_cards_container):has(.filter_options_container) .enhanced_filter_providers_link,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) .enhanced_filter_providers_link,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.ic_care_provider_not_found):has(.filter_options_container) .enhanced_filter_providers_link,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) .enhanced_filter_providers_link,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.enhanced_provider_cards_container):has(.filter_options_container) .enhanced_filter_providers_link,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) .enhanced_filter_providers_link,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.ic_care_provider_not_found):has(.filter_options_container) .enhanced_filter_providers_link,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) .enhanced_filter_providers_link,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.enhanced_provider_cards_container):has(.filter_options_container) .enhanced_filter_providers_link,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) .enhanced_filter_providers_link,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.ic_care_provider_not_found):has(.filter_options_container) .enhanced_filter_providers_link,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) .enhanced_filter_providers_link,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.enhanced_provider_cards_container):has(.filter_options_container) .enhanced_filter_providers_link,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) .enhanced_filter_providers_link,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.ic_care_provider_not_found):has(.filter_options_container) .enhanced_filter_providers_link,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) .enhanced_filter_providers_link,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.enhanced_provider_cards_container):has(.filter_options_container) .enhanced_filter_providers_link,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) .enhanced_filter_providers_link,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.ic_care_provider_not_found):has(.filter_options_container) .enhanced_filter_providers_link{margin-bottom:.5rem}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.filter_options_container,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.enhanced_provider_cards_container):has(.filter_options_container) div.chips-list-wrapper.filter_options,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.enhanced_provider_cards_container):has(.filter_options_container) div.filter_options_container,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.filter_options_container,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.ic_care_provider_not_found):has(.filter_options_container) div.chips-list-wrapper.filter_options,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.ic_care_provider_not_found):has(.filter_options_container) div.filter_options_container,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.filter_options_container,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.enhanced_provider_cards_container):has(.filter_options_container) div.chips-list-wrapper.filter_options,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.enhanced_provider_cards_container):has(.filter_options_container) div.filter_options_container,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.filter_options_container,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.ic_care_provider_not_found):has(.filter_options_container) div.chips-list-wrapper.filter_options,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.ic_care_provider_not_found):has(.filter_options_container) div.filter_options_container,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.filter_options_container,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.enhanced_provider_cards_container):has(.filter_options_container) div.chips-list-wrapper.filter_options,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.enhanced_provider_cards_container):has(.filter_options_container) div.filter_options_container,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.filter_options_container,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.ic_care_provider_not_found):has(.filter_options_container) div.chips-list-wrapper.filter_options,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.ic_care_provider_not_found):has(.filter_options_container) div.filter_options_container,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.filter_options_container,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.enhanced_provider_cards_container):has(.filter_options_container) div.chips-list-wrapper.filter_options,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.enhanced_provider_cards_container):has(.filter_options_container) div.filter_options_container,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.filter_options_container,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.ic_care_provider_not_found):has(.filter_options_container) div.chips-list-wrapper.filter_options,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.ic_care_provider_not_found):has(.filter_options_container) div.filter_options_container,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.filter_options_container,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.enhanced_provider_cards_container):has(.filter_options_container) div.chips-list-wrapper.filter_options,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.enhanced_provider_cards_container):has(.filter_options_container) div.filter_options_container,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.filter_options_container,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.ic_care_provider_not_found):has(.filter_options_container) div.chips-list-wrapper.filter_options,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.ic_care_provider_not_found):has(.filter_options_container) div.filter_options_container,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.filter_options_container,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.enhanced_provider_cards_container):has(.filter_options_container) div.chips-list-wrapper.filter_options,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.enhanced_provider_cards_container):has(.filter_options_container) div.filter_options_container,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.filter_options_container,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.ic_care_provider_not_found):has(.filter_options_container) div.chips-list-wrapper.filter_options,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.ic_care_provider_not_found):has(.filter_options_container) div.filter_options_container{display:flex;flex-wrap:wrap;width:100%;grid-gap:.5rem;gap:.5rem;padding-left:1rem;padding-right:1rem;margin-bottom:1.5rem;max-width:none}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.enhanced_provider_cards_container):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.enhanced_provider_cards_container):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.ic_care_provider_not_found):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.ic_care_provider_not_found):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.enhanced_provider_cards_container):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.enhanced_provider_cards_container):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.ic_care_provider_not_found):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.ic_care_provider_not_found):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.enhanced_provider_cards_container):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.enhanced_provider_cards_container):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.ic_care_provider_not_found):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.ic_care_provider_not_found):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.enhanced_provider_cards_container):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.enhanced_provider_cards_container):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.ic_care_provider_not_found):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.ic_care_provider_not_found):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.enhanced_provider_cards_container):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.enhanced_provider_cards_container):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.ic_care_provider_not_found):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.ic_care_provider_not_found):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.enhanced_provider_cards_container):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.enhanced_provider_cards_container):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.ic_care_provider_not_found):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.ic_care_provider_not_found):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk{margin:0;pointer-events:none}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk:active .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk:focus .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk:active .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk:focus .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.enhanced_provider_cards_container):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk:active .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.enhanced_provider_cards_container):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk:focus .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.enhanced_provider_cards_container):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk:active .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.enhanced_provider_cards_container):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk:focus .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk:active .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk:focus .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk:active .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk:focus .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.ic_care_provider_not_found):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk:active .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.ic_care_provider_not_found):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk:focus .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.ic_care_provider_not_found):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk:active .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.ic_care_provider_not_found):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk:focus .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk:active .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk:focus .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk:active .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk:focus .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.enhanced_provider_cards_container):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk:active .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.enhanced_provider_cards_container):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk:focus .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.enhanced_provider_cards_container):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk:active .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.enhanced_provider_cards_container):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk:focus .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk:active .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk:focus .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk:active .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk:focus .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.ic_care_provider_not_found):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk:active .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.ic_care_provider_not_found):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk:focus .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.ic_care_provider_not_found):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk:active .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.ic_care_provider_not_found):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk:focus .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk:active .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk:focus .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk:active .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk:focus .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.enhanced_provider_cards_container):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk:active .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.enhanced_provider_cards_container):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk:focus .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.enhanced_provider_cards_container):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk:active .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.enhanced_provider_cards_container):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk:focus .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk:active .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk:focus .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk:active .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk:focus .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.ic_care_provider_not_found):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk:active .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.ic_care_provider_not_found):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk:focus .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.ic_care_provider_not_found):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk:active .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.ic_care_provider_not_found):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk:focus .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk:active .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk:focus .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk:active .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk:focus .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.enhanced_provider_cards_container):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk:active .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.enhanced_provider_cards_container):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk:focus .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.enhanced_provider_cards_container):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk:active .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.enhanced_provider_cards_container):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk:focus .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk:active .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk:focus .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk:active .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk:focus .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.ic_care_provider_not_found):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk:active .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.ic_care_provider_not_found):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk:focus .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.ic_care_provider_not_found):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk:active .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.ic_care_provider_not_found):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk:focus .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk:active .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk:focus .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk:active .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk:focus .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.enhanced_provider_cards_container):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk:active .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.enhanced_provider_cards_container):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk:focus .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.enhanced_provider_cards_container):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk:active .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.enhanced_provider_cards_container):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk:focus .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk:active .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk:focus .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk:active .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk:focus .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.ic_care_provider_not_found):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk:active .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.ic_care_provider_not_found):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk:focus .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.ic_care_provider_not_found):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk:active .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.ic_care_provider_not_found):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk:focus .chip-container-web-sdk,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk:active .chip-container-web-sdk,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk:focus .chip-container-web-sdk,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk:active .chip-container-web-sdk,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk:focus .chip-container-web-sdk,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.enhanced_provider_cards_container):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk:active .chip-container-web-sdk,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.enhanced_provider_cards_container):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk:focus .chip-container-web-sdk,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.enhanced_provider_cards_container):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk:active .chip-container-web-sdk,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.enhanced_provider_cards_container):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk:focus .chip-container-web-sdk,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk:active .chip-container-web-sdk,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk:focus .chip-container-web-sdk,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk:active .chip-container-web-sdk,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk:focus .chip-container-web-sdk,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.ic_care_provider_not_found):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk:active .chip-container-web-sdk,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.ic_care_provider_not_found):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk:focus .chip-container-web-sdk,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.ic_care_provider_not_found):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk:active .chip-container-web-sdk,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.ic_care_provider_not_found):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk:focus .chip-container-web-sdk{--border-opacity:1;border-color:#5156f5;border-color:rgba(81, 86, 245, var(--border-opacity));box-shadow:0 0 0 2px #fff,0 0 2px 4px rgba(81,86,245,0.6);outline:1px solid #5156f5;outline-offset:0}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk:active .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk:focus .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk:active .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk:focus .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.enhanced_provider_cards_container):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk:active .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.enhanced_provider_cards_container):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk:focus .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.enhanced_provider_cards_container):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk:active .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.enhanced_provider_cards_container):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk:focus .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk:active .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk:focus .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk:active .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk:focus .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.ic_care_provider_not_found):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk:active .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.ic_care_provider_not_found):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk:focus .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.ic_care_provider_not_found):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk:active .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.ic_care_provider_not_found):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk:focus .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk:active .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk:focus .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk:active .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk:focus .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.enhanced_provider_cards_container):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk:active .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.enhanced_provider_cards_container):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk:focus .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.enhanced_provider_cards_container):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk:active .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.enhanced_provider_cards_container):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk:focus .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk:active .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk:focus .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk:active .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk:focus .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.ic_care_provider_not_found):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk:active .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.ic_care_provider_not_found):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk:focus .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.ic_care_provider_not_found):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk:active .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.ic_care_provider_not_found):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk:focus .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk:active .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk:focus .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk:active .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk:focus .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.enhanced_provider_cards_container):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk:active .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.enhanced_provider_cards_container):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk:focus .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.enhanced_provider_cards_container):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk:active .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.enhanced_provider_cards_container):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk:focus .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk:active .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk:focus .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk:active .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk:focus .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.ic_care_provider_not_found):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk:active .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.ic_care_provider_not_found):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk:focus .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.ic_care_provider_not_found):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk:active .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.ic_care_provider_not_found):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk:focus .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk:active .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk:focus .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk:active .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk:focus .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.enhanced_provider_cards_container):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk:active .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.enhanced_provider_cards_container):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk:focus .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.enhanced_provider_cards_container):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk:active .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.enhanced_provider_cards_container):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk:focus .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk:active .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk:focus .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk:active .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk:focus .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.ic_care_provider_not_found):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk:active .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.ic_care_provider_not_found):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk:focus .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.ic_care_provider_not_found):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk:active .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.ic_care_provider_not_found):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk:focus .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk:active .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk:focus .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk:active .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk:focus .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.enhanced_provider_cards_container):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk:active .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.enhanced_provider_cards_container):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk:focus .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.enhanced_provider_cards_container):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk:active .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.enhanced_provider_cards_container):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk:focus .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk:active .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk:focus .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk:active .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk:focus .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.ic_care_provider_not_found):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk:active .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.ic_care_provider_not_found):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk:focus .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.ic_care_provider_not_found):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk:active .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.ic_care_provider_not_found):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk:focus .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk:active .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk:focus .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk:active .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk:focus .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.enhanced_provider_cards_container):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk:active .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.enhanced_provider_cards_container):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk:focus .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.enhanced_provider_cards_container):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk:active .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.enhanced_provider_cards_container):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk:focus .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk:active .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk:focus .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk:active .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk:focus .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.ic_care_provider_not_found):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk:active .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.ic_care_provider_not_found):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk:focus .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.ic_care_provider_not_found):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk:active .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.ic_care_provider_not_found):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk:focus .chip-container-web-sdk .chip-row-web-sdk{--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity))}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk:active .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk:focus .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk:active .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk:focus .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.enhanced_provider_cards_container):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk:active .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.enhanced_provider_cards_container):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk:focus .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.enhanced_provider_cards_container):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk:active .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.enhanced_provider_cards_container):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk:focus .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk:active .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk:focus .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk:active .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk:focus .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.ic_care_provider_not_found):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk:active .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.ic_care_provider_not_found):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk:focus .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.ic_care_provider_not_found):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk:active .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.ic_care_provider_not_found):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk:focus .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk:active .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk:focus .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk:active .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk:focus .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.enhanced_provider_cards_container):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk:active .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.enhanced_provider_cards_container):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk:focus .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.enhanced_provider_cards_container):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk:active .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.enhanced_provider_cards_container):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk:focus .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk:active .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk:focus .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk:active .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk:focus .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.ic_care_provider_not_found):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk:active .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.ic_care_provider_not_found):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk:focus .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.ic_care_provider_not_found):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk:active .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.ic_care_provider_not_found):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk:focus .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk:active .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk:focus .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk:active .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk:focus .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.enhanced_provider_cards_container):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk:active .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.enhanced_provider_cards_container):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk:focus .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.enhanced_provider_cards_container):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk:active .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.enhanced_provider_cards_container):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk:focus .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk:active .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk:focus .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk:active .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk:focus .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.ic_care_provider_not_found):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk:active .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.ic_care_provider_not_found):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk:focus .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.ic_care_provider_not_found):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk:active .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.ic_care_provider_not_found):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk:focus .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk:active .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk:focus .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk:active .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk:focus .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.enhanced_provider_cards_container):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk:active .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.enhanced_provider_cards_container):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk:focus .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.enhanced_provider_cards_container):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk:active .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.enhanced_provider_cards_container):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk:focus .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk:active .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk:focus .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk:active .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk:focus .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.ic_care_provider_not_found):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk:active .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.ic_care_provider_not_found):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk:focus .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.ic_care_provider_not_found):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk:active .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.ic_care_provider_not_found):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk:focus .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk:active .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk:focus .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk:active .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk:focus .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.enhanced_provider_cards_container):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk:active .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.enhanced_provider_cards_container):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk:focus .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.enhanced_provider_cards_container):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk:active .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.enhanced_provider_cards_container):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk:focus .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk:active .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk:focus .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk:active .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk:focus .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.ic_care_provider_not_found):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk:active .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.ic_care_provider_not_found):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk:focus .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.ic_care_provider_not_found):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk:active .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.ic_care_provider_not_found):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk:focus .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk:active .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk:focus .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk:active .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk:focus .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.enhanced_provider_cards_container):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk:active .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.enhanced_provider_cards_container):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk:focus .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.enhanced_provider_cards_container):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk:active .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.enhanced_provider_cards_container):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk:focus .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk:active .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk:focus .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk:active .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk:focus .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.ic_care_provider_not_found):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk:active .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.ic_care_provider_not_found):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk:focus .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.ic_care_provider_not_found):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk:active .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.ic_care_provider_not_found):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk:focus .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk{--bg-opacity:1;background-color:#5156f5;background-color:rgba(81, 86, 245, var(--bg-opacity))}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.enhanced_provider_cards_container):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.enhanced_provider_cards_container):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.ic_care_provider_not_found):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.ic_care_provider_not_found):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.enhanced_provider_cards_container):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.enhanced_provider_cards_container):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.ic_care_provider_not_found):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.ic_care_provider_not_found):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.enhanced_provider_cards_container):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.enhanced_provider_cards_container):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.ic_care_provider_not_found):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.ic_care_provider_not_found):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.enhanced_provider_cards_container):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.enhanced_provider_cards_container):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.ic_care_provider_not_found):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.ic_care_provider_not_found):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.enhanced_provider_cards_container):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.enhanced_provider_cards_container):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.ic_care_provider_not_found):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk .chip-container-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.ic_care_provider_not_found):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk .chip-container-web-sdk,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk .chip-container-web-sdk,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk .chip-container-web-sdk,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.enhanced_provider_cards_container):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk .chip-container-web-sdk,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.enhanced_provider_cards_container):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk .chip-container-web-sdk,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk .chip-container-web-sdk,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk .chip-container-web-sdk,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.ic_care_provider_not_found):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk .chip-container-web-sdk,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.ic_care_provider_not_found):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk .chip-container-web-sdk{padding:.875rem 1rem;border-radius:.75rem;--border-opacity:1;border-color:#dfe0df;border-color:rgba(223, 224, 223, var(--border-opacity))}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.enhanced_provider_cards_container):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.enhanced_provider_cards_container):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.ic_care_provider_not_found):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.ic_care_provider_not_found):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.enhanced_provider_cards_container):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.enhanced_provider_cards_container):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.ic_care_provider_not_found):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.ic_care_provider_not_found):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.enhanced_provider_cards_container):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.enhanced_provider_cards_container):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.ic_care_provider_not_found):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.ic_care_provider_not_found):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.enhanced_provider_cards_container):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.enhanced_provider_cards_container):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.ic_care_provider_not_found):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.ic_care_provider_not_found):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.enhanced_provider_cards_container):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.enhanced_provider_cards_container):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.ic_care_provider_not_found):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.ic_care_provider_not_found):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.enhanced_provider_cards_container):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.enhanced_provider_cards_container):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.ic_care_provider_not_found):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.ic_care_provider_not_found):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk{display:flex;align-items:center;grid-column-gap:.625rem;-moz-column-gap:.625rem;column-gap:.625rem;font-size:1.125rem;font-weight:500;--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity));line-height:1.125}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.enhanced_provider_cards_container):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.enhanced_provider_cards_container):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.ic_care_provider_not_found):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.ic_care_provider_not_found):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.enhanced_provider_cards_container):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.enhanced_provider_cards_container):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.ic_care_provider_not_found):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.ic_care_provider_not_found):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.enhanced_provider_cards_container):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.enhanced_provider_cards_container):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.ic_care_provider_not_found):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.ic_care_provider_not_found):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.enhanced_provider_cards_container):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.enhanced_provider_cards_container):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.ic_care_provider_not_found):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.ic_care_provider_not_found):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.enhanced_provider_cards_container):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.enhanced_provider_cards_container):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.ic_care_provider_not_found):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.ic_care_provider_not_found):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.enhanced_provider_cards_container):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.enhanced_provider_cards_container):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.ic_care_provider_not_found):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.ic_care_provider_not_found):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk{cursor:pointer;pointer-events:auto;margin:0;background-image:none;--bg-opacity:1;background-color:#444443;background-color:rgba(68, 68, 67, var(--bg-opacity));-webkit-mask:url(https://assets.livongo.com/image/upload/v1713276047/web-sdk/icons/close-chip.svg) no-repeat;mask:url(https://assets.livongo.com/image/upload/v1713276047/web-sdk/icons/close-chip.svg) no-repeat;-webkit-mask-size:.75rem;mask-size:.75rem;-webkit-mask-position:center;mask-position:center}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk:hover,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk:hover,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.enhanced_provider_cards_container):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk:hover,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.enhanced_provider_cards_container):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk:hover,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk:hover,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk:hover,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.ic_care_provider_not_found):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk:hover,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.ic_care_provider_not_found):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk:hover,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk:hover,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk:hover,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.enhanced_provider_cards_container):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk:hover,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.enhanced_provider_cards_container):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk:hover,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk:hover,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk:hover,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.ic_care_provider_not_found):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk:hover,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.ic_care_provider_not_found):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk:hover,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk:hover,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk:hover,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.enhanced_provider_cards_container):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk:hover,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.enhanced_provider_cards_container):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk:hover,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk:hover,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk:hover,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.ic_care_provider_not_found):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk:hover,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.ic_care_provider_not_found):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk:hover,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk:hover,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk:hover,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.enhanced_provider_cards_container):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk:hover,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.enhanced_provider_cards_container):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk:hover,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk:hover,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk:hover,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.ic_care_provider_not_found):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk:hover,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.ic_care_provider_not_found):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk:hover,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk:hover,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk:hover,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.enhanced_provider_cards_container):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk:hover,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.enhanced_provider_cards_container):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk:hover,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk:hover,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk:hover,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.ic_care_provider_not_found):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk:hover,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.ic_care_provider_not_found):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk:hover,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk:hover,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.enhanced_provider_cards_container):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk:hover,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.enhanced_provider_cards_container):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk:hover,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.enhanced_provider_cards_container):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk:hover,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.chips-list-wrapper.filter_options .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk:hover,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.ic_care_provider_not_found):has(.chips-list-wrapper.filter_options) div.filter_options_container .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk:hover,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.ic_care_provider_not_found):has(.filter_options_container) div.chips-list-wrapper.filter_options .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk:hover,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.ic_care_provider_not_found):has(.filter_options_container) div.filter_options_container .chip-root-web-sdk .chip-container-web-sdk .chip-row-web-sdk .chip-icon-web-sdk:hover{--bg-opacity:1;background-color:#5156f5;background-color:rgba(81, 86, 245, var(--bg-opacity))}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.enhanced_provider_cards_container) button[name=load_more_button] .Loader-module__root,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProviders:has(.ic_care_provider_not_found) button[name=load_more_button] .Loader-module__root,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.enhanced_provider_cards_container) button[name=load_more_button] .Loader-module__root,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2:has(.ic_care_provider_not_found) button[name=load_more_button] .Loader-module__root,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.enhanced_provider_cards_container) button[name=load_more_button] .Loader-module__root,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationRecentProviders:has(.ic_care_provider_not_found) button[name=load_more_button] .Loader-module__root,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.enhanced_provider_cards_container) button[name=load_more_button] .Loader-module__root,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.EnhancedSchedulingProviderList:has(.ic_care_provider_not_found) button[name=load_more_button] .Loader-module__root,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.enhanced_provider_cards_container) button[name=load_more_button] .Loader-module__root,.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.SinglePageExperienceProviderList:has(.ic_care_provider_not_found) button[name=load_more_button] .Loader-module__root,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.enhanced_provider_cards_container) button[name=load_more_button] .Loader-module__root,.root-web-sdk #containerForm.pulse-rav .screen-web-sdk.CareTeamMembersList:has(.ic_care_provider_not_found) button[name=load_more_button] .Loader-module__root{margin-left:.5rem}body:has(.sticky_footer_container) #web-sdk-wrapper #footer-container,body:has(.sticky_footer_container) footer.Footer-root{margin-bottom:6rem}.root-web-sdk #containerForm.pulse-rav .MemberPricingTable .cost_note_label{margin-bottom:1.5rem}.root-web-sdk #containerForm.pulse-rav .MemberPricingTable .screen-fields-web-sdk>.container-web-sdk{--border-opacity:1;border-color:#b1b3b3;border-bottom:1px;border-color:rgba(177, 179, 179, var(--border-opacity));border-style:solid}.root-web-sdk #containerForm.pulse-rav .MemberPricingTable .screen-fields-web-sdk>.container-web-sdk:last-of-type{border-width:0}.root-web-sdk #containerForm.pulse-rav .MemberPricingTable .container{padding-bottom:1.5rem}.root-web-sdk #containerForm.pulse-rav .MemberPricingTable .container.membership_note_container{--bg-opacity:1;background-color:#ccf2fa;background-color:rgba(204, 242, 250, var(--bg-opacity));--border-opacity:1;border:2px solid #354052;border-color:rgba(53, 64, 82, var(--border-opacity));border-radius:.5rem;padding:1.5rem 1rem}.root-web-sdk #containerForm.pulse-rav .MemberPricingTable .container.membership_note_container .membership_note_header{margin-bottom:.5rem}.root-web-sdk #containerForm.pulse-rav .MemberPricingTable .container.membership_note_container .membership_note_text_web{margin-bottom:1.5rem}.root-web-sdk #containerForm.pulse-rav .MemberPricingTable .container.membership_note_container .membership_note_text_web span{font-weight:700}.root-web-sdk #containerForm.pulse-rav .MemberPricingTable .container.membership_note_container .membership_specialty_list{margin-bottom:0}.root-web-sdk #containerForm.pulse-rav .MemberPricingTable .container.behavhealth_container{padding-bottom:0}.root-web-sdk #containerForm.pulse-rav .MemberPricingTable .container.behavhealth_with_psychiatrist_container,.root-web-sdk #containerForm.pulse-rav .MemberPricingTable .container.behavhealth_with_therapist_container,.root-web-sdk #containerForm.pulse-rav .MemberPricingTable .container.vpc_container{display:grid;grid-template-columns:1fr 1fr;padding-bottom:0}.root-web-sdk #containerForm.pulse-rav .MemberPricingTable .container.behavhealth_with_psychiatrist_container p,.root-web-sdk #containerForm.pulse-rav .MemberPricingTable .container.behavhealth_with_therapist_container p,.root-web-sdk #containerForm.pulse-rav .MemberPricingTable .container.vpc_container p{margin-bottom:.25rem}.root-web-sdk #containerForm.pulse-rav .MemberPricingTable .container.behavhealth_with_psychiatrist_container,.root-web-sdk #containerForm.pulse-rav .MemberPricingTable .container.visit_type_nutrition_container{border-width:0}.root-web-sdk #containerForm.pulse-rav .MemberPricingTable .container p[class*=_price]{--text-opacity:1;color:#351f65;color:rgba(53, 31, 101, var(--text-opacity))}.root-web-sdk #containerForm.pulse-rav .MemberPricingTable .derm_container,.root-web-sdk #containerForm.pulse-rav .MemberPricingTable .genmedical_container,.root-web-sdk #containerForm.pulse-rav .MemberPricingTable .nutrition_container{margin-bottom:0;padding-bottom:1.5rem}.root-web-sdk #containerForm.pulse-rav .MemberPricingTable .derm_container p,.root-web-sdk #containerForm.pulse-rav .MemberPricingTable .genmedical_container p,.root-web-sdk #containerForm.pulse-rav .MemberPricingTable .nutrition_container p{margin-bottom:0;margin-right:.25rem}.root-web-sdk #containerForm.pulse-rav .MemberPricingTable .derm_container,.root-web-sdk #containerForm.pulse-rav .MemberPricingTable .derm_container>.container-content,.root-web-sdk #containerForm.pulse-rav .MemberPricingTable .genmedical_container,.root-web-sdk #containerForm.pulse-rav .MemberPricingTable .genmedical_container>.container-content,.root-web-sdk #containerForm.pulse-rav .MemberPricingTable .nutrition_container,.root-web-sdk #containerForm.pulse-rav .MemberPricingTable .nutrition_container>.container-content{display:flex}.root-web-sdk #containerForm.pulse-rav .MemberPricingTable h2{margin-top:1.5rem;margin-bottom:1.5rem;font-size:1.625rem}.root-web-sdk #containerForm.pulse-rav .MemberPricingTable .behavhealth_container h3{margin-bottom:.25rem;font-size:1.375rem}.root-web-sdk #containerForm.pulse-rav .MemberPricingTable hr{display:block;width:120px;border-left-style:solid;border-right-style:solid;--border-opacity:1;border-color:#b1b3b3;border-left-color:rgba(177, 179, 179, var(--border-opacity));border-bottom:1px solid rgba(177, 179, 179, var(--border-opacity));border-right-color:rgba(177, 179, 179, var(--border-opacity));border-top:0 solid rgba(177, 179, 179, var(--border-opacity))}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .text-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .text-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .EnhancedSchedulingCalendar .text-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .LabSchedulingSelectLabLocationScreen .text-web-sdk,.root-web-sdk #containerForm.pulse-rav .ConsultationBhSchedule .text-web-sdk,.root-web-sdk #containerForm.pulse-rav .ConsultationOption .text-web-sdk,.root-web-sdk #containerForm.pulse-rav .EnhancedSchedulingCalendar .text-web-sdk,.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen .text-web-sdk{--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity))}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .required_sign,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .required_sign,.root-web-sdk #containerForm.enhanced-redesign .EnhancedSchedulingCalendar .required_sign,.root-web-sdk #containerForm.enhanced-redesign .LabSchedulingSelectLabLocationScreen .required_sign,.root-web-sdk #containerForm.pulse-rav .ConsultationBhSchedule .required_sign,.root-web-sdk #containerForm.pulse-rav .ConsultationOption .required_sign,.root-web-sdk #containerForm.pulse-rav .EnhancedSchedulingCalendar .required_sign,.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen .required_sign{--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity))}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .form-calendar-wrapper-web-sdk .label-web-sdk span,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .form-calendar-wrapper-web-sdk .label-web-sdk span,.root-web-sdk #containerForm.enhanced-redesign .EnhancedSchedulingCalendar .form-calendar-wrapper-web-sdk .label-web-sdk span,.root-web-sdk #containerForm.enhanced-redesign .LabSchedulingSelectLabLocationScreen .form-calendar-wrapper-web-sdk .label-web-sdk span,.root-web-sdk #containerForm.pulse-rav .ConsultationBhSchedule .form-calendar-wrapper-web-sdk .label-web-sdk span,.root-web-sdk #containerForm.pulse-rav .ConsultationOption .form-calendar-wrapper-web-sdk .label-web-sdk span,.root-web-sdk #containerForm.pulse-rav .EnhancedSchedulingCalendar .form-calendar-wrapper-web-sdk .label-web-sdk span,.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen .form-calendar-wrapper-web-sdk .label-web-sdk span{margin-bottom:.5rem}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .date-picker-wrapper-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .date-picker-wrapper-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .EnhancedSchedulingCalendar .date-picker-wrapper-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .LabSchedulingSelectLabLocationScreen .date-picker-wrapper-web-sdk,.root-web-sdk #containerForm.pulse-rav .ConsultationBhSchedule .date-picker-wrapper-web-sdk,.root-web-sdk #containerForm.pulse-rav .ConsultationOption .date-picker-wrapper-web-sdk,.root-web-sdk #containerForm.pulse-rav .EnhancedSchedulingCalendar .date-picker-wrapper-web-sdk,.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen .date-picker-wrapper-web-sdk{border-width:1px;--border-opacity:1;border-color:#e5e8e8;border-color:rgba(229, 232, 232, var(--border-opacity));border-radius:.25rem;margin-bottom:.5rem}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .date-picker-wrapper-web-sdk.invalid,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .date-picker-wrapper-web-sdk.invalid,.root-web-sdk #containerForm.enhanced-redesign .EnhancedSchedulingCalendar .date-picker-wrapper-web-sdk.invalid,.root-web-sdk #containerForm.enhanced-redesign .LabSchedulingSelectLabLocationScreen .date-picker-wrapper-web-sdk.invalid,.root-web-sdk #containerForm.pulse-rav .ConsultationBhSchedule .date-picker-wrapper-web-sdk.invalid,.root-web-sdk #containerForm.pulse-rav .ConsultationOption .date-picker-wrapper-web-sdk.invalid,.root-web-sdk #containerForm.pulse-rav .EnhancedSchedulingCalendar .date-picker-wrapper-web-sdk.invalid,.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen .date-picker-wrapper-web-sdk.invalid{--border-opacity:1;border-color:#c9311a;border-color:rgba(201, 49, 26, var(--border-opacity))}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .time-slot-picker-title-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .time-slot-picker-title-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .EnhancedSchedulingCalendar .time-slot-picker-title-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .LabSchedulingSelectLabLocationScreen .time-slot-picker-title-web-sdk,.root-web-sdk #containerForm.pulse-rav .ConsultationBhSchedule .time-slot-picker-title-web-sdk,.root-web-sdk #containerForm.pulse-rav .ConsultationOption .time-slot-picker-title-web-sdk,.root-web-sdk #containerForm.pulse-rav .EnhancedSchedulingCalendar .time-slot-picker-title-web-sdk,.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen .time-slot-picker-title-web-sdk{--text-opacity:1;color:#565757;color:rgba(86, 87, 87, var(--text-opacity));font-size:1.125rem;font-weight:500;border-style:none;margin:32px 0 .75rem}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .time-slot-picker-title-web-sdk.invalid,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .time-slot-picker-title-web-sdk.invalid,.root-web-sdk #containerForm.enhanced-redesign .EnhancedSchedulingCalendar .time-slot-picker-title-web-sdk.invalid,.root-web-sdk #containerForm.enhanced-redesign .LabSchedulingSelectLabLocationScreen .time-slot-picker-title-web-sdk.invalid,.root-web-sdk #containerForm.pulse-rav .ConsultationBhSchedule .time-slot-picker-title-web-sdk.invalid,.root-web-sdk #containerForm.pulse-rav .ConsultationOption .time-slot-picker-title-web-sdk.invalid,.root-web-sdk #containerForm.pulse-rav .EnhancedSchedulingCalendar .time-slot-picker-title-web-sdk.invalid,.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen .time-slot-picker-title-web-sdk.invalid{--text-opacity:1;color:#c9311a;color:rgba(201, 49, 26, var(--text-opacity))}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .time-slot-picker-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .time-slot-picker-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .EnhancedSchedulingCalendar .time-slot-picker-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .LabSchedulingSelectLabLocationScreen .time-slot-picker-web-sdk,.root-web-sdk #containerForm.pulse-rav .ConsultationBhSchedule .time-slot-picker-web-sdk,.root-web-sdk #containerForm.pulse-rav .ConsultationOption .time-slot-picker-web-sdk,.root-web-sdk #containerForm.pulse-rav .EnhancedSchedulingCalendar .time-slot-picker-web-sdk,.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen .time-slot-picker-web-sdk{margin-bottom:0}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .date_help_text,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .date_help_text,.root-web-sdk #containerForm.enhanced-redesign .EnhancedSchedulingCalendar .date_help_text,.root-web-sdk #containerForm.enhanced-redesign .LabSchedulingSelectLabLocationScreen .date_help_text,.root-web-sdk #containerForm.pulse-rav .ConsultationBhSchedule .date_help_text,.root-web-sdk #containerForm.pulse-rav .ConsultationOption .date_help_text,.root-web-sdk #containerForm.pulse-rav .EnhancedSchedulingCalendar .date_help_text,.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen .date_help_text{margin-bottom:32px}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .pills-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .pills-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .EnhancedSchedulingCalendar .pills-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .LabSchedulingSelectLabLocationScreen .pills-web-sdk,.root-web-sdk #containerForm.pulse-rav .ConsultationBhSchedule .pills-web-sdk,.root-web-sdk #containerForm.pulse-rav .ConsultationOption .pills-web-sdk,.root-web-sdk #containerForm.pulse-rav .EnhancedSchedulingCalendar .pills-web-sdk,.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen .pills-web-sdk{justify-content:unset;gap:12px;margin-bottom:.5rem}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .pill-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .pill-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .EnhancedSchedulingCalendar .pill-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .LabSchedulingSelectLabLocationScreen .pill-web-sdk,.root-web-sdk #containerForm.pulse-rav .ConsultationBhSchedule .pill-web-sdk,.root-web-sdk #containerForm.pulse-rav .ConsultationOption .pill-web-sdk,.root-web-sdk #containerForm.pulse-rav .EnhancedSchedulingCalendar .pill-web-sdk,.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen .pill-web-sdk{font-size:1.125rem;--text-opacity:1;color:#565757;color:rgba(86, 87, 87, var(--text-opacity));font-weight:500;margin-right:0;margin-top:0;margin-bottom:0;border-radius:.25rem;--border-opacity:1;border-color:#e5e8e8;border-color:rgba(229, 232, 232, var(--border-opacity))}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .pill-web-sdk.selected,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .pill-web-sdk:focus,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .pill-web-sdk:hover:enabled,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .pill-web-sdk.selected,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .pill-web-sdk:focus,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .pill-web-sdk:hover:enabled,.root-web-sdk #containerForm.enhanced-redesign .EnhancedSchedulingCalendar .pill-web-sdk.selected,.root-web-sdk #containerForm.enhanced-redesign .EnhancedSchedulingCalendar .pill-web-sdk:focus,.root-web-sdk #containerForm.enhanced-redesign .EnhancedSchedulingCalendar .pill-web-sdk:hover:enabled,.root-web-sdk #containerForm.enhanced-redesign .LabSchedulingSelectLabLocationScreen .pill-web-sdk.selected,.root-web-sdk #containerForm.enhanced-redesign .LabSchedulingSelectLabLocationScreen .pill-web-sdk:focus,.root-web-sdk #containerForm.enhanced-redesign .LabSchedulingSelectLabLocationScreen .pill-web-sdk:hover:enabled,.root-web-sdk #containerForm.pulse-rav .ConsultationBhSchedule .pill-web-sdk.selected,.root-web-sdk #containerForm.pulse-rav .ConsultationBhSchedule .pill-web-sdk:focus,.root-web-sdk #containerForm.pulse-rav .ConsultationBhSchedule .pill-web-sdk:hover:enabled,.root-web-sdk #containerForm.pulse-rav .ConsultationOption .pill-web-sdk.selected,.root-web-sdk #containerForm.pulse-rav .ConsultationOption .pill-web-sdk:focus,.root-web-sdk #containerForm.pulse-rav .ConsultationOption .pill-web-sdk:hover:enabled,.root-web-sdk #containerForm.pulse-rav .EnhancedSchedulingCalendar .pill-web-sdk.selected,.root-web-sdk #containerForm.pulse-rav .EnhancedSchedulingCalendar .pill-web-sdk:focus,.root-web-sdk #containerForm.pulse-rav .EnhancedSchedulingCalendar .pill-web-sdk:hover:enabled,.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen .pill-web-sdk.selected,.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen .pill-web-sdk:focus,.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen .pill-web-sdk:hover:enabled{--text-opacity:1;color:#0060fc;color:rgba(0, 96, 252, var(--text-opacity));border-width:2px;--border-opacity:1;border-color:#0060fc;border-color:rgba(0, 96, 252, var(--border-opacity));--border-opacity:0.5;box-shadow:none;--bg-opacity:1;background-color:#e2f3ff;background-color:rgba(226, 243, 255, var(--bg-opacity))}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .pill-web-sdk.selected,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .pill-web-sdk:active,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .pill-web-sdk.selected,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .pill-web-sdk:active,.root-web-sdk #containerForm.enhanced-redesign .EnhancedSchedulingCalendar .pill-web-sdk.selected,.root-web-sdk #containerForm.enhanced-redesign .EnhancedSchedulingCalendar .pill-web-sdk:active,.root-web-sdk #containerForm.enhanced-redesign .LabSchedulingSelectLabLocationScreen .pill-web-sdk.selected,.root-web-sdk #containerForm.enhanced-redesign .LabSchedulingSelectLabLocationScreen .pill-web-sdk:active,.root-web-sdk #containerForm.pulse-rav .ConsultationBhSchedule .pill-web-sdk.selected,.root-web-sdk #containerForm.pulse-rav .ConsultationBhSchedule .pill-web-sdk:active,.root-web-sdk #containerForm.pulse-rav .ConsultationOption .pill-web-sdk.selected,.root-web-sdk #containerForm.pulse-rav .ConsultationOption .pill-web-sdk:active,.root-web-sdk #containerForm.pulse-rav .EnhancedSchedulingCalendar .pill-web-sdk.selected,.root-web-sdk #containerForm.pulse-rav .EnhancedSchedulingCalendar .pill-web-sdk:active,.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen .pill-web-sdk.selected,.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen .pill-web-sdk:active{--bg-opacity:1;background-color:#e2f3ff;background-color:rgba(226, 243, 255, var(--bg-opacity))}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .pill-web-sdk:focus,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .pill-web-sdk:focus,.root-web-sdk #containerForm.enhanced-redesign .EnhancedSchedulingCalendar .pill-web-sdk:focus,.root-web-sdk #containerForm.enhanced-redesign .LabSchedulingSelectLabLocationScreen .pill-web-sdk:focus,.root-web-sdk #containerForm.pulse-rav .ConsultationBhSchedule .pill-web-sdk:focus,.root-web-sdk #containerForm.pulse-rav .ConsultationOption .pill-web-sdk:focus,.root-web-sdk #containerForm.pulse-rav .EnhancedSchedulingCalendar .pill-web-sdk:focus,.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen .pill-web-sdk:focus{box-shadow:none}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .pill-web-sdk.invalid:enabled,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .pill-web-sdk.invalid:enabled,.root-web-sdk #containerForm.enhanced-redesign .EnhancedSchedulingCalendar .pill-web-sdk.invalid:enabled,.root-web-sdk #containerForm.enhanced-redesign .LabSchedulingSelectLabLocationScreen .pill-web-sdk.invalid:enabled,.root-web-sdk #containerForm.pulse-rav .ConsultationBhSchedule .pill-web-sdk.invalid:enabled,.root-web-sdk #containerForm.pulse-rav .ConsultationOption .pill-web-sdk.invalid:enabled,.root-web-sdk #containerForm.pulse-rav .EnhancedSchedulingCalendar .pill-web-sdk.invalid:enabled,.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen .pill-web-sdk.invalid:enabled{--border-opacity:1;border-color:#c9311a;border-color:rgba(201, 49, 26, var(--border-opacity));border-width:1px}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .pill-web-sdk.disabled,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .pill-web-sdk.disabled,.root-web-sdk #containerForm.enhanced-redesign .EnhancedSchedulingCalendar .pill-web-sdk.disabled,.root-web-sdk #containerForm.enhanced-redesign .LabSchedulingSelectLabLocationScreen .pill-web-sdk.disabled,.root-web-sdk #containerForm.pulse-rav .ConsultationBhSchedule .pill-web-sdk.disabled,.root-web-sdk #containerForm.pulse-rav .ConsultationOption .pill-web-sdk.disabled,.root-web-sdk #containerForm.pulse-rav .EnhancedSchedulingCalendar .pill-web-sdk.disabled,.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen .pill-web-sdk.disabled{--text-opacity:1;color:#bdbdbd;color:rgba(189, 189, 189, var(--text-opacity));cursor:not-allowed}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .react-datepicker-slots-wrapper-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .react-datepicker-slots-wrapper-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .EnhancedSchedulingCalendar .react-datepicker-slots-wrapper-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .LabSchedulingSelectLabLocationScreen .react-datepicker-slots-wrapper-web-sdk,.root-web-sdk #containerForm.pulse-rav .ConsultationBhSchedule .react-datepicker-slots-wrapper-web-sdk,.root-web-sdk #containerForm.pulse-rav .ConsultationOption .react-datepicker-slots-wrapper-web-sdk,.root-web-sdk #containerForm.pulse-rav .EnhancedSchedulingCalendar .react-datepicker-slots-wrapper-web-sdk,.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen .react-datepicker-slots-wrapper-web-sdk{margin-bottom:.5rem}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .react-datepicker-slots-wrapper-web-sdk .pills-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .react-datepicker-slots-wrapper-web-sdk .pills-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .EnhancedSchedulingCalendar .react-datepicker-slots-wrapper-web-sdk .pills-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .LabSchedulingSelectLabLocationScreen .react-datepicker-slots-wrapper-web-sdk .pills-web-sdk,.root-web-sdk #containerForm.pulse-rav .ConsultationBhSchedule .react-datepicker-slots-wrapper-web-sdk .pills-web-sdk,.root-web-sdk #containerForm.pulse-rav .ConsultationOption .react-datepicker-slots-wrapper-web-sdk .pills-web-sdk,.root-web-sdk #containerForm.pulse-rav .EnhancedSchedulingCalendar .react-datepicker-slots-wrapper-web-sdk .pills-web-sdk,.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen .react-datepicker-slots-wrapper-web-sdk .pills-web-sdk{margin-bottom:0}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .button-submitButton,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .button-submitButton,.root-web-sdk #containerForm.enhanced-redesign .EnhancedSchedulingCalendar .button-submitButton,.root-web-sdk #containerForm.enhanced-redesign .LabSchedulingSelectLabLocationScreen .button-submitButton,.root-web-sdk #containerForm.pulse-rav .ConsultationBhSchedule .button-submitButton,.root-web-sdk #containerForm.pulse-rav .ConsultationOption .button-submitButton,.root-web-sdk #containerForm.pulse-rav .EnhancedSchedulingCalendar .button-submitButton,.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen .button-submitButton{margin-top:2.5rem}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhSchedule .inline-error-message-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .ConsultationOption .inline-error-message-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .EnhancedSchedulingCalendar .inline-error-message-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .LabSchedulingSelectLabLocationScreen .inline-error-message-web-sdk,.root-web-sdk #containerForm.pulse-rav .ConsultationBhSchedule .inline-error-message-web-sdk,.root-web-sdk #containerForm.pulse-rav .ConsultationOption .inline-error-message-web-sdk,.root-web-sdk #containerForm.pulse-rav .EnhancedSchedulingCalendar .inline-error-message-web-sdk,.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen .inline-error-message-web-sdk{margin-top:0}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProvidersV2+.dialog-overlay-web-sdk .dialog-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .ConsultationRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .EnhancedSchedulingProviderList+.dialog-overlay-web-sdk .dialog-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList+.dialog-overlay-web-sdk .dialog-web-sdk,.root-web-sdk #containerForm.pulse-rav .CareTeamMembersList+.dialog-overlay-web-sdk .dialog-web-sdk{padding-left:0;padding-right:0}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .dialog-header-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProvidersV2+.dialog-overlay-web-sdk .dialog-web-sdk .dialog-header-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .ConsultationRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .dialog-header-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .EnhancedSchedulingProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .dialog-header-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .dialog-header-web-sdk,.root-web-sdk #containerForm.pulse-rav .CareTeamMembersList+.dialog-overlay-web-sdk .dialog-web-sdk .dialog-header-web-sdk{border-style:none;padding-top:1rem;padding-bottom:1rem}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .dialog-header-web-sdk button.dialog-web-sdk-ico-close,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProvidersV2+.dialog-overlay-web-sdk .dialog-web-sdk .dialog-header-web-sdk button.dialog-web-sdk-ico-close,.root-web-sdk #containerForm.enhanced-redesign .ConsultationRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .dialog-header-web-sdk button.dialog-web-sdk-ico-close,.root-web-sdk #containerForm.enhanced-redesign .EnhancedSchedulingProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .dialog-header-web-sdk button.dialog-web-sdk-ico-close,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .dialog-header-web-sdk button.dialog-web-sdk-ico-close,.root-web-sdk #containerForm.pulse-rav .CareTeamMembersList+.dialog-overlay-web-sdk .dialog-web-sdk .dialog-header-web-sdk button.dialog-web-sdk-ico-close{margin-right:.5rem;margin-top:.5rem;outline:2px solid transparent;outline-offset:2px;height:1rem;min-width:1rem;background:url(https://assets.livongo.com/image/upload/v1713279106/web-sdk/icons/pulse-dialog-close.svg) no-repeat 50%}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProvidersV2+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProvidersV2+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile,.root-web-sdk #containerForm.enhanced-redesign .ConsultationRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen,.root-web-sdk #containerForm.enhanced-redesign .ConsultationRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile,.root-web-sdk #containerForm.enhanced-redesign .EnhancedSchedulingProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen,.root-web-sdk #containerForm.enhanced-redesign .EnhancedSchedulingProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile,.root-web-sdk #containerForm.pulse-rav .CareTeamMembersList+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen,.root-web-sdk #containerForm.pulse-rav .CareTeamMembersList+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile{margin:0;padding:0;overflow:auto;max-height:none}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk:before,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk:before,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProvidersV2+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk:before,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProvidersV2+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk:before,.root-web-sdk #containerForm.enhanced-redesign .ConsultationRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk:before,.root-web-sdk #containerForm.enhanced-redesign .ConsultationRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk:before,.root-web-sdk #containerForm.enhanced-redesign .EnhancedSchedulingProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk:before,.root-web-sdk #containerForm.enhanced-redesign .EnhancedSchedulingProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk:before,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk:before,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk:before,.root-web-sdk #containerForm.pulse-rav .CareTeamMembersList+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk:before,.root-web-sdk #containerForm.pulse-rav .CareTeamMembersList+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk:before{display:none}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProvidersV2+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProvidersV2+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .ConsultationRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .ConsultationRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .EnhancedSchedulingProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .EnhancedSchedulingProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk,.root-web-sdk #containerForm.pulse-rav .CareTeamMembersList+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk,.root-web-sdk #containerForm.pulse-rav .CareTeamMembersList+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk{padding:0 0 2rem;display:block}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProvidersV2+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProvidersV2+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0,.root-web-sdk #containerForm.enhanced-redesign .ConsultationRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0,.root-web-sdk #containerForm.enhanced-redesign .ConsultationRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0,.root-web-sdk #containerForm.enhanced-redesign .EnhancedSchedulingProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0,.root-web-sdk #containerForm.enhanced-redesign .EnhancedSchedulingProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0,.root-web-sdk #containerForm.pulse-rav .CareTeamMembersList+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0,.root-web-sdk #containerForm.pulse-rav .CareTeamMembersList+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0{--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));display:grid;border-style:none;margin-top:0;margin-bottom:0;box-shadow:none;grid-template-columns:50% 50%}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .header_spacer,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .header_spacer,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProvidersV2+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .header_spacer,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProvidersV2+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .header_spacer,.root-web-sdk #containerForm.enhanced-redesign .ConsultationRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .header_spacer,.root-web-sdk #containerForm.enhanced-redesign .ConsultationRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .header_spacer,.root-web-sdk #containerForm.enhanced-redesign .EnhancedSchedulingProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .header_spacer,.root-web-sdk #containerForm.enhanced-redesign .EnhancedSchedulingProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .header_spacer,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .header_spacer,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .header_spacer,.root-web-sdk #containerForm.pulse-rav .CareTeamMembersList+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .header_spacer,.root-web-sdk #containerForm.pulse-rav .CareTeamMembersList+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .header_spacer{--bg-opacity:1;background-color:#f7f9f9;background-color:rgba(247, 249, 249, var(--bg-opacity));display:grid;margin-bottom:0;padding-top:1rem;padding-bottom:1rem;border-style:none;border-radius:0;box-shadow:none;grid-column:1/3;grid-template-columns:130px 1fr}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .header_spacer .provider_name,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .header_spacer .provider_name,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProvidersV2+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .header_spacer .provider_name,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProvidersV2+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .header_spacer .provider_name,.root-web-sdk #containerForm.enhanced-redesign .ConsultationRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .header_spacer .provider_name,.root-web-sdk #containerForm.enhanced-redesign .ConsultationRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .header_spacer .provider_name,.root-web-sdk #containerForm.enhanced-redesign .EnhancedSchedulingProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .header_spacer .provider_name,.root-web-sdk #containerForm.enhanced-redesign .EnhancedSchedulingProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .header_spacer .provider_name,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .header_spacer .provider_name,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .header_spacer .provider_name,.root-web-sdk #containerForm.pulse-rav .CareTeamMembersList+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .header_spacer .provider_name,.root-web-sdk #containerForm.pulse-rav .CareTeamMembersList+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .header_spacer .provider_name{font-size:24px;line-height:28px;font-weight:500;padding-bottom:.75rem}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .header_spacer .provider_name,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .header_spacer .provider_primary_specialty,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .header_spacer .provider_roles,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .header_spacer .provider_specialty,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .header_spacer .provider_name,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .header_spacer .provider_primary_specialty,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .header_spacer .provider_roles,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .header_spacer .provider_specialty,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProvidersV2+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .header_spacer .provider_name,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProvidersV2+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .header_spacer .provider_primary_specialty,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProvidersV2+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .header_spacer .provider_roles,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProvidersV2+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .header_spacer .provider_specialty,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProvidersV2+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .header_spacer .provider_name,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProvidersV2+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .header_spacer .provider_primary_specialty,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProvidersV2+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .header_spacer .provider_roles,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProvidersV2+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .header_spacer .provider_specialty,.root-web-sdk #containerForm.enhanced-redesign .ConsultationRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .header_spacer .provider_name,.root-web-sdk #containerForm.enhanced-redesign .ConsultationRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .header_spacer .provider_primary_specialty,.root-web-sdk #containerForm.enhanced-redesign .ConsultationRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .header_spacer .provider_roles,.root-web-sdk #containerForm.enhanced-redesign .ConsultationRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .header_spacer .provider_specialty,.root-web-sdk #containerForm.enhanced-redesign .ConsultationRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .header_spacer .provider_name,.root-web-sdk #containerForm.enhanced-redesign .ConsultationRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .header_spacer .provider_primary_specialty,.root-web-sdk #containerForm.enhanced-redesign .ConsultationRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .header_spacer .provider_roles,.root-web-sdk #containerForm.enhanced-redesign .ConsultationRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .header_spacer .provider_specialty,.root-web-sdk #containerForm.enhanced-redesign .EnhancedSchedulingProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .header_spacer .provider_name,.root-web-sdk #containerForm.enhanced-redesign .EnhancedSchedulingProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .header_spacer .provider_primary_specialty,.root-web-sdk #containerForm.enhanced-redesign .EnhancedSchedulingProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .header_spacer .provider_roles,.root-web-sdk #containerForm.enhanced-redesign .EnhancedSchedulingProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .header_spacer .provider_specialty,.root-web-sdk #containerForm.enhanced-redesign .EnhancedSchedulingProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .header_spacer .provider_name,.root-web-sdk #containerForm.enhanced-redesign .EnhancedSchedulingProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .header_spacer .provider_primary_specialty,.root-web-sdk #containerForm.enhanced-redesign .EnhancedSchedulingProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .header_spacer .provider_roles,.root-web-sdk #containerForm.enhanced-redesign .EnhancedSchedulingProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .header_spacer .provider_specialty,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .header_spacer .provider_name,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .header_spacer .provider_primary_specialty,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .header_spacer .provider_roles,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .header_spacer .provider_specialty,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .header_spacer .provider_name,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .header_spacer .provider_primary_specialty,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .header_spacer .provider_roles,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .header_spacer .provider_specialty,.root-web-sdk #containerForm.pulse-rav .CareTeamMembersList+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .header_spacer .provider_name,.root-web-sdk #containerForm.pulse-rav .CareTeamMembersList+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .header_spacer .provider_primary_specialty,.root-web-sdk #containerForm.pulse-rav .CareTeamMembersList+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .header_spacer .provider_roles,.root-web-sdk #containerForm.pulse-rav .CareTeamMembersList+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .header_spacer .provider_specialty,.root-web-sdk #containerForm.pulse-rav .CareTeamMembersList+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .header_spacer .provider_name,.root-web-sdk #containerForm.pulse-rav .CareTeamMembersList+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .header_spacer .provider_primary_specialty,.root-web-sdk #containerForm.pulse-rav .CareTeamMembersList+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .header_spacer .provider_roles,.root-web-sdk #containerForm.pulse-rav .CareTeamMembersList+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .header_spacer .provider_specialty{grid-column:2/3}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .header_spacer .provider_primary_specialty,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .header_spacer .provider_roles,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .header_spacer .provider_specialty,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .header_spacer .provider_primary_specialty,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .header_spacer .provider_roles,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .header_spacer .provider_specialty,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProvidersV2+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .header_spacer .provider_primary_specialty,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProvidersV2+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .header_spacer .provider_roles,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProvidersV2+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .header_spacer .provider_specialty,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProvidersV2+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .header_spacer .provider_primary_specialty,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProvidersV2+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .header_spacer .provider_roles,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProvidersV2+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .header_spacer .provider_specialty,.root-web-sdk #containerForm.enhanced-redesign .ConsultationRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .header_spacer .provider_primary_specialty,.root-web-sdk #containerForm.enhanced-redesign .ConsultationRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .header_spacer .provider_roles,.root-web-sdk #containerForm.enhanced-redesign .ConsultationRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .header_spacer .provider_specialty,.root-web-sdk #containerForm.enhanced-redesign .ConsultationRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .header_spacer .provider_primary_specialty,.root-web-sdk #containerForm.enhanced-redesign .ConsultationRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .header_spacer .provider_roles,.root-web-sdk #containerForm.enhanced-redesign .ConsultationRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .header_spacer .provider_specialty,.root-web-sdk #containerForm.enhanced-redesign .EnhancedSchedulingProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .header_spacer .provider_primary_specialty,.root-web-sdk #containerForm.enhanced-redesign .EnhancedSchedulingProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .header_spacer .provider_roles,.root-web-sdk #containerForm.enhanced-redesign .EnhancedSchedulingProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .header_spacer .provider_specialty,.root-web-sdk #containerForm.enhanced-redesign .EnhancedSchedulingProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .header_spacer .provider_primary_specialty,.root-web-sdk #containerForm.enhanced-redesign .EnhancedSchedulingProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .header_spacer .provider_roles,.root-web-sdk #containerForm.enhanced-redesign .EnhancedSchedulingProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .header_spacer .provider_specialty,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .header_spacer .provider_primary_specialty,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .header_spacer .provider_roles,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .header_spacer .provider_specialty,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .header_spacer .provider_primary_specialty,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .header_spacer .provider_roles,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .header_spacer .provider_specialty,.root-web-sdk #containerForm.pulse-rav .CareTeamMembersList+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .header_spacer .provider_primary_specialty,.root-web-sdk #containerForm.pulse-rav .CareTeamMembersList+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .header_spacer .provider_roles,.root-web-sdk #containerForm.pulse-rav .CareTeamMembersList+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .header_spacer .provider_specialty,.root-web-sdk #containerForm.pulse-rav .CareTeamMembersList+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .header_spacer .provider_primary_specialty,.root-web-sdk #containerForm.pulse-rav .CareTeamMembersList+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .header_spacer .provider_roles,.root-web-sdk #containerForm.pulse-rav .CareTeamMembersList+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .header_spacer .provider_specialty{--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));font-weight:400;font-size:18px;line-height:28px}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .left_base_info_section,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .right_base_info_section,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .left_base_info_section,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .right_base_info_section,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProvidersV2+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .left_base_info_section,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProvidersV2+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .right_base_info_section,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProvidersV2+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .left_base_info_section,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProvidersV2+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .right_base_info_section,.root-web-sdk #containerForm.enhanced-redesign .ConsultationRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .left_base_info_section,.root-web-sdk #containerForm.enhanced-redesign .ConsultationRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .right_base_info_section,.root-web-sdk #containerForm.enhanced-redesign .ConsultationRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .left_base_info_section,.root-web-sdk #containerForm.enhanced-redesign .ConsultationRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .right_base_info_section,.root-web-sdk #containerForm.enhanced-redesign .EnhancedSchedulingProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .left_base_info_section,.root-web-sdk #containerForm.enhanced-redesign .EnhancedSchedulingProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .right_base_info_section,.root-web-sdk #containerForm.enhanced-redesign .EnhancedSchedulingProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .left_base_info_section,.root-web-sdk #containerForm.enhanced-redesign .EnhancedSchedulingProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .right_base_info_section,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .left_base_info_section,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .right_base_info_section,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .left_base_info_section,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .right_base_info_section,.root-web-sdk #containerForm.pulse-rav .CareTeamMembersList+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .left_base_info_section,.root-web-sdk #containerForm.pulse-rav .CareTeamMembersList+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .right_base_info_section,.root-web-sdk #containerForm.pulse-rav .CareTeamMembersList+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .left_base_info_section,.root-web-sdk #containerForm.pulse-rav .CareTeamMembersList+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .right_base_info_section{display:grid;border-style:none;border-radius:0;padding-bottom:1rem;align-content:flex-start;--border-opacity:1;border-color:#e5e8e8;border-left-color:rgba(229, 232, 232, var(--border-opacity));border-bottom:1px solid;border-bottom-color:rgba(229, 232, 232, var(--border-opacity));border-right-color:rgba(229, 232, 232, var(--border-opacity));border-top-color:rgba(229, 232, 232, var(--border-opacity))}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .left_base_info_section.TDContainerModifyVpcProvider,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .right_base_info_section.TDContainerModifyVpcProvider,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .left_base_info_section.TDContainerModifyVpcProvider,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .right_base_info_section.TDContainerModifyVpcProvider,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProvidersV2+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .left_base_info_section.TDContainerModifyVpcProvider,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProvidersV2+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .right_base_info_section.TDContainerModifyVpcProvider,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProvidersV2+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .left_base_info_section.TDContainerModifyVpcProvider,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProvidersV2+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .right_base_info_section.TDContainerModifyVpcProvider,.root-web-sdk #containerForm.enhanced-redesign .ConsultationRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .left_base_info_section.TDContainerModifyVpcProvider,.root-web-sdk #containerForm.enhanced-redesign .ConsultationRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .right_base_info_section.TDContainerModifyVpcProvider,.root-web-sdk #containerForm.enhanced-redesign .ConsultationRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .left_base_info_section.TDContainerModifyVpcProvider,.root-web-sdk #containerForm.enhanced-redesign .ConsultationRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .right_base_info_section.TDContainerModifyVpcProvider,.root-web-sdk #containerForm.enhanced-redesign .EnhancedSchedulingProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .left_base_info_section.TDContainerModifyVpcProvider,.root-web-sdk #containerForm.enhanced-redesign .EnhancedSchedulingProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .right_base_info_section.TDContainerModifyVpcProvider,.root-web-sdk #containerForm.enhanced-redesign .EnhancedSchedulingProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .left_base_info_section.TDContainerModifyVpcProvider,.root-web-sdk #containerForm.enhanced-redesign .EnhancedSchedulingProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .right_base_info_section.TDContainerModifyVpcProvider,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .left_base_info_section.TDContainerModifyVpcProvider,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .right_base_info_section.TDContainerModifyVpcProvider,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .left_base_info_section.TDContainerModifyVpcProvider,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .right_base_info_section.TDContainerModifyVpcProvider,.root-web-sdk #containerForm.pulse-rav .CareTeamMembersList+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .left_base_info_section.TDContainerModifyVpcProvider,.root-web-sdk #containerForm.pulse-rav .CareTeamMembersList+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .right_base_info_section.TDContainerModifyVpcProvider,.root-web-sdk #containerForm.pulse-rav .CareTeamMembersList+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .left_base_info_section.TDContainerModifyVpcProvider,.root-web-sdk #containerForm.pulse-rav .CareTeamMembersList+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .right_base_info_section.TDContainerModifyVpcProvider{grid-template-rows:2rem 2rem}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .left_base_info_section .gender,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .right_base_info_section .gender,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .left_base_info_section .gender,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .right_base_info_section .gender,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProvidersV2+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .left_base_info_section .gender,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProvidersV2+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .right_base_info_section .gender,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProvidersV2+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .left_base_info_section .gender,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProvidersV2+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .right_base_info_section .gender,.root-web-sdk #containerForm.enhanced-redesign .ConsultationRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .left_base_info_section .gender,.root-web-sdk #containerForm.enhanced-redesign .ConsultationRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .right_base_info_section .gender,.root-web-sdk #containerForm.enhanced-redesign .ConsultationRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .left_base_info_section .gender,.root-web-sdk #containerForm.enhanced-redesign .ConsultationRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .right_base_info_section .gender,.root-web-sdk #containerForm.enhanced-redesign .EnhancedSchedulingProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .left_base_info_section .gender,.root-web-sdk #containerForm.enhanced-redesign .EnhancedSchedulingProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .right_base_info_section .gender,.root-web-sdk #containerForm.enhanced-redesign .EnhancedSchedulingProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .left_base_info_section .gender,.root-web-sdk #containerForm.enhanced-redesign .EnhancedSchedulingProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .right_base_info_section .gender,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .left_base_info_section .gender,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .right_base_info_section .gender,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .left_base_info_section .gender,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .right_base_info_section .gender,.root-web-sdk #containerForm.pulse-rav .CareTeamMembersList+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .left_base_info_section .gender,.root-web-sdk #containerForm.pulse-rav .CareTeamMembersList+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .right_base_info_section .gender,.root-web-sdk #containerForm.pulse-rav .CareTeamMembersList+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .left_base_info_section .gender,.root-web-sdk #containerForm.pulse-rav .CareTeamMembersList+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .right_base_info_section .gender{order:inherit}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .left_base_info_section,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .right_base_info_section,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .spacer,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .left_base_info_section,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .right_base_info_section,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .spacer,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProvidersV2+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .left_base_info_section,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProvidersV2+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .right_base_info_section,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProvidersV2+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .spacer,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProvidersV2+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .left_base_info_section,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProvidersV2+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .right_base_info_section,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProvidersV2+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .spacer,.root-web-sdk #containerForm.enhanced-redesign .ConsultationRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .left_base_info_section,.root-web-sdk #containerForm.enhanced-redesign .ConsultationRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .right_base_info_section,.root-web-sdk #containerForm.enhanced-redesign .ConsultationRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .spacer,.root-web-sdk #containerForm.enhanced-redesign .ConsultationRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .left_base_info_section,.root-web-sdk #containerForm.enhanced-redesign .ConsultationRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .right_base_info_section,.root-web-sdk #containerForm.enhanced-redesign .ConsultationRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .spacer,.root-web-sdk #containerForm.enhanced-redesign .EnhancedSchedulingProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .left_base_info_section,.root-web-sdk #containerForm.enhanced-redesign .EnhancedSchedulingProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .right_base_info_section,.root-web-sdk #containerForm.enhanced-redesign .EnhancedSchedulingProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .spacer,.root-web-sdk #containerForm.enhanced-redesign .EnhancedSchedulingProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .left_base_info_section,.root-web-sdk #containerForm.enhanced-redesign .EnhancedSchedulingProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .right_base_info_section,.root-web-sdk #containerForm.enhanced-redesign .EnhancedSchedulingProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .spacer,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .left_base_info_section,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .right_base_info_section,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .spacer,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .left_base_info_section,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .right_base_info_section,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .spacer,.root-web-sdk #containerForm.pulse-rav .CareTeamMembersList+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .left_base_info_section,.root-web-sdk #containerForm.pulse-rav .CareTeamMembersList+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .right_base_info_section,.root-web-sdk #containerForm.pulse-rav .CareTeamMembersList+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .spacer,.root-web-sdk #containerForm.pulse-rav .CareTeamMembersList+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .left_base_info_section,.root-web-sdk #containerForm.pulse-rav .CareTeamMembersList+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .right_base_info_section,.root-web-sdk #containerForm.pulse-rav .CareTeamMembersList+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .spacer{box-shadow:none}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .left_base_info_section p,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .right_base_info_section p,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .spacer p,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .left_base_info_section p,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .right_base_info_section p,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .spacer p,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProvidersV2+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .left_base_info_section p,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProvidersV2+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .right_base_info_section p,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProvidersV2+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .spacer p,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProvidersV2+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .left_base_info_section p,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProvidersV2+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .right_base_info_section p,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProvidersV2+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .spacer p,.root-web-sdk #containerForm.enhanced-redesign .ConsultationRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .left_base_info_section p,.root-web-sdk #containerForm.enhanced-redesign .ConsultationRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .right_base_info_section p,.root-web-sdk #containerForm.enhanced-redesign .ConsultationRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .spacer p,.root-web-sdk #containerForm.enhanced-redesign .ConsultationRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .left_base_info_section p,.root-web-sdk #containerForm.enhanced-redesign .ConsultationRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .right_base_info_section p,.root-web-sdk #containerForm.enhanced-redesign .ConsultationRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .spacer p,.root-web-sdk #containerForm.enhanced-redesign .EnhancedSchedulingProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .left_base_info_section p,.root-web-sdk #containerForm.enhanced-redesign .EnhancedSchedulingProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .right_base_info_section p,.root-web-sdk #containerForm.enhanced-redesign .EnhancedSchedulingProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .spacer p,.root-web-sdk #containerForm.enhanced-redesign .EnhancedSchedulingProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .left_base_info_section p,.root-web-sdk #containerForm.enhanced-redesign .EnhancedSchedulingProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .right_base_info_section p,.root-web-sdk #containerForm.enhanced-redesign .EnhancedSchedulingProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .spacer p,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .left_base_info_section p,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .right_base_info_section p,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .spacer p,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .left_base_info_section p,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .right_base_info_section p,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .spacer p,.root-web-sdk #containerForm.pulse-rav .CareTeamMembersList+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .left_base_info_section p,.root-web-sdk #containerForm.pulse-rav .CareTeamMembersList+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .right_base_info_section p,.root-web-sdk #containerForm.pulse-rav .CareTeamMembersList+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .spacer p,.root-web-sdk #containerForm.pulse-rav .CareTeamMembersList+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .left_base_info_section p,.root-web-sdk #containerForm.pulse-rav .CareTeamMembersList+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .right_base_info_section p,.root-web-sdk #containerForm.pulse-rav .CareTeamMembersList+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .spacer p{margin-left:0;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));font-weight:400;font-size:18px;line-height:28px}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .left_base_info_section p[class*=_label],.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .right_base_info_section p[class*=_label],.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .spacer p[class*=_label],.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .left_base_info_section p[class*=_label],.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .right_base_info_section p[class*=_label],.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .spacer p[class*=_label],.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProvidersV2+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .left_base_info_section p[class*=_label],.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProvidersV2+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .right_base_info_section p[class*=_label],.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProvidersV2+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .spacer p[class*=_label],.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProvidersV2+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .left_base_info_section p[class*=_label],.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProvidersV2+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .right_base_info_section p[class*=_label],.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProvidersV2+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .spacer p[class*=_label],.root-web-sdk #containerForm.enhanced-redesign .ConsultationRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .left_base_info_section p[class*=_label],.root-web-sdk #containerForm.enhanced-redesign .ConsultationRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .right_base_info_section p[class*=_label],.root-web-sdk #containerForm.enhanced-redesign .ConsultationRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .spacer p[class*=_label],.root-web-sdk #containerForm.enhanced-redesign .ConsultationRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .left_base_info_section p[class*=_label],.root-web-sdk #containerForm.enhanced-redesign .ConsultationRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .right_base_info_section p[class*=_label],.root-web-sdk #containerForm.enhanced-redesign .ConsultationRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .spacer p[class*=_label],.root-web-sdk #containerForm.enhanced-redesign .EnhancedSchedulingProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .left_base_info_section p[class*=_label],.root-web-sdk #containerForm.enhanced-redesign .EnhancedSchedulingProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .right_base_info_section p[class*=_label],.root-web-sdk #containerForm.enhanced-redesign .EnhancedSchedulingProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .spacer p[class*=_label],.root-web-sdk #containerForm.enhanced-redesign .EnhancedSchedulingProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .left_base_info_section p[class*=_label],.root-web-sdk #containerForm.enhanced-redesign .EnhancedSchedulingProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .right_base_info_section p[class*=_label],.root-web-sdk #containerForm.enhanced-redesign .EnhancedSchedulingProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .spacer p[class*=_label],.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .left_base_info_section p[class*=_label],.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .right_base_info_section p[class*=_label],.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .spacer p[class*=_label],.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .left_base_info_section p[class*=_label],.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .right_base_info_section p[class*=_label],.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .spacer p[class*=_label],.root-web-sdk #containerForm.pulse-rav .CareTeamMembersList+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .left_base_info_section p[class*=_label],.root-web-sdk #containerForm.pulse-rav .CareTeamMembersList+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .right_base_info_section p[class*=_label],.root-web-sdk #containerForm.pulse-rav .CareTeamMembersList+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .spacer p[class*=_label],.root-web-sdk #containerForm.pulse-rav .CareTeamMembersList+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .left_base_info_section p[class*=_label],.root-web-sdk #containerForm.pulse-rav .CareTeamMembersList+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .right_base_info_section p[class*=_label],.root-web-sdk #containerForm.pulse-rav .CareTeamMembersList+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .spacer p[class*=_label]{align-self:flex-end;font-weight:500;padding-top:1rem}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .left_base_info_section .TDFieldOptionHidden,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .right_base_info_section .TDFieldOptionHidden,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .spacer .TDFieldOptionHidden,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .left_base_info_section .TDFieldOptionHidden,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .right_base_info_section .TDFieldOptionHidden,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .spacer .TDFieldOptionHidden,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProvidersV2+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .left_base_info_section .TDFieldOptionHidden,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProvidersV2+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .right_base_info_section .TDFieldOptionHidden,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProvidersV2+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .spacer .TDFieldOptionHidden,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProvidersV2+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .left_base_info_section .TDFieldOptionHidden,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProvidersV2+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .right_base_info_section .TDFieldOptionHidden,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProvidersV2+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .spacer .TDFieldOptionHidden,.root-web-sdk #containerForm.enhanced-redesign .ConsultationRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .left_base_info_section .TDFieldOptionHidden,.root-web-sdk #containerForm.enhanced-redesign .ConsultationRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .right_base_info_section .TDFieldOptionHidden,.root-web-sdk #containerForm.enhanced-redesign .ConsultationRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .spacer .TDFieldOptionHidden,.root-web-sdk #containerForm.enhanced-redesign .ConsultationRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .left_base_info_section .TDFieldOptionHidden,.root-web-sdk #containerForm.enhanced-redesign .ConsultationRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .right_base_info_section .TDFieldOptionHidden,.root-web-sdk #containerForm.enhanced-redesign .ConsultationRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .spacer .TDFieldOptionHidden,.root-web-sdk #containerForm.enhanced-redesign .EnhancedSchedulingProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .left_base_info_section .TDFieldOptionHidden,.root-web-sdk #containerForm.enhanced-redesign .EnhancedSchedulingProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .right_base_info_section .TDFieldOptionHidden,.root-web-sdk #containerForm.enhanced-redesign .EnhancedSchedulingProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .spacer .TDFieldOptionHidden,.root-web-sdk #containerForm.enhanced-redesign .EnhancedSchedulingProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .left_base_info_section .TDFieldOptionHidden,.root-web-sdk #containerForm.enhanced-redesign .EnhancedSchedulingProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .right_base_info_section .TDFieldOptionHidden,.root-web-sdk #containerForm.enhanced-redesign .EnhancedSchedulingProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .spacer .TDFieldOptionHidden,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .left_base_info_section .TDFieldOptionHidden,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .right_base_info_section .TDFieldOptionHidden,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .spacer .TDFieldOptionHidden,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .left_base_info_section .TDFieldOptionHidden,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .right_base_info_section .TDFieldOptionHidden,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .spacer .TDFieldOptionHidden,.root-web-sdk #containerForm.pulse-rav .CareTeamMembersList+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .left_base_info_section .TDFieldOptionHidden,.root-web-sdk #containerForm.pulse-rav .CareTeamMembersList+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .right_base_info_section .TDFieldOptionHidden,.root-web-sdk #containerForm.pulse-rav .CareTeamMembersList+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .spacer .TDFieldOptionHidden,.root-web-sdk #containerForm.pulse-rav .CareTeamMembersList+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .left_base_info_section .TDFieldOptionHidden,.root-web-sdk #containerForm.pulse-rav .CareTeamMembersList+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .right_base_info_section .TDFieldOptionHidden,.root-web-sdk #containerForm.pulse-rav .CareTeamMembersList+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .spacer .TDFieldOptionHidden{display:none}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .left_base_info_section,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .left_base_info_section,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProvidersV2+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .left_base_info_section,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProvidersV2+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .left_base_info_section,.root-web-sdk #containerForm.enhanced-redesign .ConsultationRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .left_base_info_section,.root-web-sdk #containerForm.enhanced-redesign .ConsultationRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .left_base_info_section,.root-web-sdk #containerForm.enhanced-redesign .EnhancedSchedulingProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .left_base_info_section,.root-web-sdk #containerForm.enhanced-redesign .EnhancedSchedulingProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .left_base_info_section,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .left_base_info_section,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .left_base_info_section,.root-web-sdk #containerForm.pulse-rav .CareTeamMembersList+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .left_base_info_section,.root-web-sdk #containerForm.pulse-rav .CareTeamMembersList+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .left_base_info_section{margin-left:32px;margin-top:1.5rem}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .left_base_info_section.TDContainerModifyVpcProvider,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .left_base_info_section.TDContainerModifyVpcProvider,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProvidersV2+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .left_base_info_section.TDContainerModifyVpcProvider,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProvidersV2+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .left_base_info_section.TDContainerModifyVpcProvider,.root-web-sdk #containerForm.enhanced-redesign .ConsultationRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .left_base_info_section.TDContainerModifyVpcProvider,.root-web-sdk #containerForm.enhanced-redesign .ConsultationRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .left_base_info_section.TDContainerModifyVpcProvider,.root-web-sdk #containerForm.enhanced-redesign .EnhancedSchedulingProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .left_base_info_section.TDContainerModifyVpcProvider,.root-web-sdk #containerForm.enhanced-redesign .EnhancedSchedulingProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .left_base_info_section.TDContainerModifyVpcProvider,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .left_base_info_section.TDContainerModifyVpcProvider,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .left_base_info_section.TDContainerModifyVpcProvider,.root-web-sdk #containerForm.pulse-rav .CareTeamMembersList+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .left_base_info_section.TDContainerModifyVpcProvider,.root-web-sdk #containerForm.pulse-rav .CareTeamMembersList+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .left_base_info_section.TDContainerModifyVpcProvider{margin-right:32px;grid-column:span 2/span 2}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .right_base_info_section,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .right_base_info_section,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProvidersV2+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .right_base_info_section,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProvidersV2+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .right_base_info_section,.root-web-sdk #containerForm.enhanced-redesign .ConsultationRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .right_base_info_section,.root-web-sdk #containerForm.enhanced-redesign .ConsultationRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .right_base_info_section,.root-web-sdk #containerForm.enhanced-redesign .EnhancedSchedulingProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .right_base_info_section,.root-web-sdk #containerForm.enhanced-redesign .EnhancedSchedulingProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .right_base_info_section,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .right_base_info_section,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .right_base_info_section,.root-web-sdk #containerForm.pulse-rav .CareTeamMembersList+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .right_base_info_section,.root-web-sdk #containerForm.pulse-rav .CareTeamMembersList+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .right_base_info_section{grid-column:2/3;margin-right:32px;margin-top:1.5rem}.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .spacer,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .spacer,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProvidersV2+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .spacer,.root-web-sdk #containerForm.enhanced-redesign .ConsultationBhRecentProvidersV2+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .spacer,.root-web-sdk #containerForm.enhanced-redesign .ConsultationRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .spacer,.root-web-sdk #containerForm.enhanced-redesign .ConsultationRecentProviders+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .spacer,.root-web-sdk #containerForm.enhanced-redesign .EnhancedSchedulingProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .spacer,.root-web-sdk #containerForm.enhanced-redesign .EnhancedSchedulingProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .spacer,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .spacer,.root-web-sdk #containerForm.enhanced-redesign .SinglePageExperienceProviderList+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .spacer,.root-web-sdk #containerForm.pulse-rav .CareTeamMembersList+.dialog-overlay-web-sdk .dialog-web-sdk .CareTeamProfileDetailScreen .screen-fields-web-sdk .provider_profile_container0 .spacer,.root-web-sdk #containerForm.pulse-rav .CareTeamMembersList+.dialog-overlay-web-sdk .dialog-web-sdk .ConsultationBhProviderProfile .screen-fields-web-sdk .provider_profile_container0 .spacer{grid-column:1/3;border-style:none;margin-top:.5rem;margin-left:32px;margin-right:32px}.root-web-sdk #containerForm.enhanced-redesign .MyMedicalHistory button[data-testid*=member_id-button]{width:10rem;justify-content:center}.root-web-sdk #containerForm.enhanced-redesign .PrimaryCareProviderSelectionSuccess .button-request_gm_link{border-width:2px;--border-opacity:1;border-color:#5b2f91;border-color:rgba(91, 47, 145, var(--border-opacity));--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));border-radius:.5rem;--text-opacity:1;color:#5b2f91;color:rgba(91, 47, 145, var(--text-opacity));padding:1rem;width:auto;height:auto;font-size:1.125rem;line-height:.75rem;margin-top:32px;text-transform:capitalize;background-image:none;box-sizing:border-box}.root-web-sdk #containerForm.enhanced-redesign .PrimaryCareProviderSelectionSuccess .button-request_gm_link:hover{--text-opacity:1;color:#3e267f;color:rgba(62, 38, 127, var(--text-opacity));--bg-opacity:1;background-color:#f0e6f4;background-color:rgba(240, 230, 244, var(--bg-opacity));font-weight:500;--border-opacity:1;border-color:#f0e6f4;border-color:rgba(240, 230, 244, var(--border-opacity))}.root-web-sdk #containerForm.enhanced-redesign .PrimaryCareProviderSelectionSuccess .button-return_to_home{--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));--text-opacity:1;color:#5b2f91;color:rgba(91, 47, 145, var(--text-opacity))}.root-web-sdk #containerForm.pulse-rav .ActivationDependentInfo .adult_dependent_reminder{line-height:20px;--text-opacity:1;color:#565757;color:rgba(86, 87, 87, var(--text-opacity));font-size:15px;font-weight:400}.root-web-sdk #containerForm.pulse-rav .Payment .consultation_payment_details_container,.root-web-sdk #containerForm.pulse-rav .PaymentCardShorten .consultation_payment_details_container,.root-web-sdk #containerForm.pulse-rav .PaymentNoCardShorten .consultation_payment_details_container,.root-web-sdk #containerForm.pulse-rav .PaymentPaypalShorten .consultation_payment_details_container,.root-web-sdk #containerForm.pulse-rav .PaypalPayment .consultation_payment_details_container{--bg-opacity:1;background-color:#f7f9f9;background-color:rgba(247, 249, 249, var(--bg-opacity));padding:1.25rem;margin-bottom:32px;max-width:none}.root-web-sdk #containerForm.pulse-rav .Payment .consultation_payment_details_container .payment_label,.root-web-sdk #containerForm.pulse-rav .PaymentCardShorten .consultation_payment_details_container .payment_label,.root-web-sdk #containerForm.pulse-rav .PaymentNoCardShorten .consultation_payment_details_container .payment_label,.root-web-sdk #containerForm.pulse-rav .PaymentPaypalShorten .consultation_payment_details_container .payment_label,.root-web-sdk #containerForm.pulse-rav .PaypalPayment .consultation_payment_details_container .payment_label{font-size:1.375rem;font-weight:400;margin-bottom:.25rem}.root-web-sdk #containerForm.pulse-rav .Payment .consultation_payment_details_container .payment_value,.root-web-sdk #containerForm.pulse-rav .PaymentCardShorten .consultation_payment_details_container .payment_value,.root-web-sdk #containerForm.pulse-rav .PaymentNoCardShorten .consultation_payment_details_container .payment_value,.root-web-sdk #containerForm.pulse-rav .PaymentPaypalShorten .consultation_payment_details_container .payment_value,.root-web-sdk #containerForm.pulse-rav .PaypalPayment .consultation_payment_details_container .payment_value{font-size:2.625rem;font-weight:700;line-height:2.5rem;margin-bottom:0}.root-web-sdk #containerForm.pulse-rav .Payment .consultation_payment_details_container .ic_pulse_info_default,.root-web-sdk #containerForm.pulse-rav .PaymentCardShorten .consultation_payment_details_container .ic_pulse_info_default,.root-web-sdk #containerForm.pulse-rav .PaymentNoCardShorten .consultation_payment_details_container .ic_pulse_info_default,.root-web-sdk #containerForm.pulse-rav .PaymentPaypalShorten .consultation_payment_details_container .ic_pulse_info_default,.root-web-sdk #containerForm.pulse-rav .PaypalPayment .consultation_payment_details_container .ic_pulse_info_default{float:left;width:1rem;height:1rem;margin:1.5rem .5rem 0 0;background:url(https://assets.livongo.com/image/upload/v1713276707/web-sdk/icons/ic_pulse_info_default.svg) no-repeat bottom}.root-web-sdk #containerForm.pulse-rav .Payment .consultation_payment_details_container .lcns_cancellation_policy,.root-web-sdk #containerForm.pulse-rav .Payment .consultation_payment_details_container .lcns_warning_field,.root-web-sdk #containerForm.pulse-rav .PaymentCardShorten .consultation_payment_details_container .lcns_cancellation_policy,.root-web-sdk #containerForm.pulse-rav .PaymentCardShorten .consultation_payment_details_container .lcns_warning_field,.root-web-sdk #containerForm.pulse-rav .PaymentNoCardShorten .consultation_payment_details_container .lcns_cancellation_policy,.root-web-sdk #containerForm.pulse-rav .PaymentNoCardShorten .consultation_payment_details_container .lcns_warning_field,.root-web-sdk #containerForm.pulse-rav .PaymentPaypalShorten .consultation_payment_details_container .lcns_cancellation_policy,.root-web-sdk #containerForm.pulse-rav .PaymentPaypalShorten .consultation_payment_details_container .lcns_warning_field,.root-web-sdk #containerForm.pulse-rav .PaypalPayment .consultation_payment_details_container .lcns_cancellation_policy,.root-web-sdk #containerForm.pulse-rav .PaypalPayment .consultation_payment_details_container .lcns_warning_field{margin:1rem 0 0 1.5rem}.root-web-sdk #containerForm.pulse-rav .Payment .consultation_payment_details_container .topSpacer,.root-web-sdk #containerForm.pulse-rav .PaymentCardShorten .consultation_payment_details_container .topSpacer,.root-web-sdk #containerForm.pulse-rav .PaymentNoCardShorten .consultation_payment_details_container .topSpacer,.root-web-sdk #containerForm.pulse-rav .PaymentPaypalShorten .consultation_payment_details_container .topSpacer,.root-web-sdk #containerForm.pulse-rav .PaypalPayment .consultation_payment_details_container .topSpacer{border-style:none;box-shadow:none;border-radius:0}.root-web-sdk #containerForm.pulse-rav .Payment .consultation_payment_details_container .paymentDivider,.root-web-sdk #containerForm.pulse-rav .PaymentCardShorten .consultation_payment_details_container .paymentDivider,.root-web-sdk #containerForm.pulse-rav .PaymentNoCardShorten .consultation_payment_details_container .paymentDivider,.root-web-sdk #containerForm.pulse-rav .PaymentPaypalShorten .consultation_payment_details_container .paymentDivider,.root-web-sdk #containerForm.pulse-rav .PaypalPayment .consultation_payment_details_container .paymentDivider{margin-top:1.5rem;border-top:1px solid #b1b3b3}.root-web-sdk #containerForm.pulse-rav .Payment .consultation_payment_details_container .paymentDivider .credit_card_value,.root-web-sdk #containerForm.pulse-rav .PaymentCardShorten .consultation_payment_details_container .paymentDivider .credit_card_value,.root-web-sdk #containerForm.pulse-rav .PaymentNoCardShorten .consultation_payment_details_container .paymentDivider .credit_card_value,.root-web-sdk #containerForm.pulse-rav .PaymentPaypalShorten .consultation_payment_details_container .paymentDivider .credit_card_value,.root-web-sdk #containerForm.pulse-rav .PaypalPayment .consultation_payment_details_container .paymentDivider .credit_card_value{font-weight:500;line-height:1;margin-top:.75rem;margin-bottom:0}.root-web-sdk #containerForm.pulse-rav .Payment .consultation_payment_details_container .paymentDivider .credit_card_expires_mmyy,.root-web-sdk #containerForm.pulse-rav .PaymentCardShorten .consultation_payment_details_container .paymentDivider .credit_card_expires_mmyy,.root-web-sdk #containerForm.pulse-rav .PaymentNoCardShorten .consultation_payment_details_container .paymentDivider .credit_card_expires_mmyy,.root-web-sdk #containerForm.pulse-rav .PaymentPaypalShorten .consultation_payment_details_container .paymentDivider .credit_card_expires_mmyy,.root-web-sdk #containerForm.pulse-rav .PaypalPayment .consultation_payment_details_container .paymentDivider .credit_card_expires_mmyy{margin-bottom:0;margin-left:2.5rem}.root-web-sdk #containerForm.pulse-rav .Payment .consultation_payment_details_container .ic_pulse_wallet_default,.root-web-sdk #containerForm.pulse-rav .PaymentCardShorten .consultation_payment_details_container .ic_pulse_wallet_default,.root-web-sdk #containerForm.pulse-rav .PaymentNoCardShorten .consultation_payment_details_container .ic_pulse_wallet_default,.root-web-sdk #containerForm.pulse-rav .PaymentPaypalShorten .consultation_payment_details_container .ic_pulse_wallet_default,.root-web-sdk #containerForm.pulse-rav .PaypalPayment .consultation_payment_details_container .ic_pulse_wallet_default{float:left;width:1.25rem;height:1.25rem;margin:1.75rem 1.5rem 0 0;background:url(https://assets.livongo.com/image/upload/v1713278196/web-sdk/icons/ic-pulse-wallet-default.svg) no-repeat bottom}.root-web-sdk #containerForm.pulse-rav .Payment .consultation_payment_details_container .cc_card_label,.root-web-sdk #containerForm.pulse-rav .PaymentCardShorten .consultation_payment_details_container .cc_card_label,.root-web-sdk #containerForm.pulse-rav .PaymentNoCardShorten .consultation_payment_details_container .cc_card_label,.root-web-sdk #containerForm.pulse-rav .PaymentPaypalShorten .consultation_payment_details_container .cc_card_label,.root-web-sdk #containerForm.pulse-rav .PaypalPayment .consultation_payment_details_container .cc_card_label{font-size:1.375rem;font-weight:400;margin-top:1.75rem;margin-bottom:0;margin-left:1.5rem;line-height:1}.root-web-sdk #containerForm.pulse-rav .Payment .consultation_payment_details_container .ic_pulse_credit_card_default,.root-web-sdk #containerForm.pulse-rav .PaymentCardShorten .consultation_payment_details_container .ic_pulse_credit_card_default,.root-web-sdk #containerForm.pulse-rav .PaymentNoCardShorten .consultation_payment_details_container .ic_pulse_credit_card_default,.root-web-sdk #containerForm.pulse-rav .PaymentPaypalShorten .consultation_payment_details_container .ic_pulse_credit_card_default,.root-web-sdk #containerForm.pulse-rav .PaypalPayment .consultation_payment_details_container .ic_pulse_credit_card_default{float:left;margin:.5rem .75rem 0 2.5rem;background:url(https://assets.livongo.com/image/upload/v1713278170/web-sdk/icons/ic-credit-card-default.svg) no-repeat bottom;width:1.25rem;height:1.25rem}.root-web-sdk #containerForm.pulse-rav .Payment .consultation_payment_details_container .update_card,.root-web-sdk #containerForm.pulse-rav .Payment .consultation_payment_details_container .Button-module__root,.root-web-sdk #containerForm.pulse-rav .PaymentCardShorten .consultation_payment_details_container .update_card,.root-web-sdk #containerForm.pulse-rav .PaymentCardShorten .consultation_payment_details_container .Button-module__root,.root-web-sdk #containerForm.pulse-rav .PaymentNoCardShorten .consultation_payment_details_container .update_card,.root-web-sdk #containerForm.pulse-rav .PaymentNoCardShorten .consultation_payment_details_container .Button-module__root,.root-web-sdk #containerForm.pulse-rav .PaymentPaypalShorten .consultation_payment_details_container .update_card,.root-web-sdk #containerForm.pulse-rav .PaymentPaypalShorten .consultation_payment_details_container .Button-module__root,.root-web-sdk #containerForm.pulse-rav .PaypalPayment .consultation_payment_details_container .update_card,.root-web-sdk #containerForm.pulse-rav .PaypalPayment .consultation_payment_details_container .Button-module__root{margin-left:2.5rem;margin-bottom:0;text-decoration:underline}.root-web-sdk #containerForm.pulse-rav .Payment .consultation_payment_details_container .update_card,.root-web-sdk #containerForm.pulse-rav .PaymentCardShorten .consultation_payment_details_container .update_card,.root-web-sdk #containerForm.pulse-rav .PaymentNoCardShorten .consultation_payment_details_container .update_card,.root-web-sdk #containerForm.pulse-rav .PaymentPaypalShorten .consultation_payment_details_container .update_card,.root-web-sdk #containerForm.pulse-rav .PaypalPayment .consultation_payment_details_container .update_card{--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity))}.root-web-sdk #containerForm.pulse-rav .Payment .update_card,.root-web-sdk #containerForm.pulse-rav .PaymentCardShorten .update_card,.root-web-sdk #containerForm.pulse-rav .PaymentNoCardShorten .update_card,.root-web-sdk #containerForm.pulse-rav .PaymentPaypalShorten .update_card,.root-web-sdk #containerForm.pulse-rav .PaypalPayment .update_card{--text-opacity:1;color:#0060fc;color:rgba(0, 96, 252, var(--text-opacity));font-size:1.125rem;font-weight:500}.root-web-sdk #containerForm.pulse-rav .Payment .update_card+.cost_info,.root-web-sdk #containerForm.pulse-rav .PaymentCardShorten .update_card+.cost_info,.root-web-sdk #containerForm.pulse-rav .PaymentNoCardShorten .update_card+.cost_info,.root-web-sdk #containerForm.pulse-rav .PaymentPaypalShorten .update_card+.cost_info,.root-web-sdk #containerForm.pulse-rav .PaypalPayment .update_card+.cost_info{margin-top:32px}.root-web-sdk #containerForm.pulse-rav .Payment .cost_info,.root-web-sdk #containerForm.pulse-rav .PaymentCardShorten .cost_info,.root-web-sdk #containerForm.pulse-rav .PaymentNoCardShorten .cost_info,.root-web-sdk #containerForm.pulse-rav .PaymentPaypalShorten .cost_info,.root-web-sdk #containerForm.pulse-rav .PaypalPayment .cost_info{--text-opacity:1;color:#373939;color:rgba(55, 57, 57, var(--text-opacity));font-size:1.125rem;font-weight:400}.root-web-sdk #containerForm.pulse-rav .Payment .button-web-sdk.button-web-sdk.button-save_cc_card,.root-web-sdk #containerForm.pulse-rav .Payment .button-web-sdk.button-web-sdk.button-switch_to_card,.root-web-sdk #containerForm.pulse-rav .Payment button.button-web-sdk.button-creditCardButton[name=creditCardButton][data-testid=button-creditCardButton],.root-web-sdk #containerForm.pulse-rav .Payment button.button-web-sdk.button-existingCardButton[name=existingCardButton][data-testid=button-existingCardButton],.root-web-sdk #containerForm.pulse-rav .PaymentCardShorten .button-web-sdk.button-web-sdk.button-save_cc_card,.root-web-sdk #containerForm.pulse-rav .PaymentCardShorten .button-web-sdk.button-web-sdk.button-switch_to_card,.root-web-sdk #containerForm.pulse-rav .PaymentCardShorten button.button-web-sdk.button-creditCardButton[name=creditCardButton][data-testid=button-creditCardButton],.root-web-sdk #containerForm.pulse-rav .PaymentCardShorten button.button-web-sdk.button-existingCardButton[name=existingCardButton][data-testid=button-existingCardButton],.root-web-sdk #containerForm.pulse-rav .PaymentNoCardShorten .button-web-sdk.button-web-sdk.button-save_cc_card,.root-web-sdk #containerForm.pulse-rav .PaymentNoCardShorten .button-web-sdk.button-web-sdk.button-switch_to_card,.root-web-sdk #containerForm.pulse-rav .PaymentNoCardShorten button.button-web-sdk.button-creditCardButton[name=creditCardButton][data-testid=button-creditCardButton],.root-web-sdk #containerForm.pulse-rav .PaymentNoCardShorten button.button-web-sdk.button-existingCardButton[name=existingCardButton][data-testid=button-existingCardButton],.root-web-sdk #containerForm.pulse-rav .PaymentPaypalShorten .button-web-sdk.button-web-sdk.button-save_cc_card,.root-web-sdk #containerForm.pulse-rav .PaymentPaypalShorten .button-web-sdk.button-web-sdk.button-switch_to_card,.root-web-sdk #containerForm.pulse-rav .PaymentPaypalShorten button.button-web-sdk.button-creditCardButton[name=creditCardButton][data-testid=button-creditCardButton],.root-web-sdk #containerForm.pulse-rav .PaymentPaypalShorten button.button-web-sdk.button-existingCardButton[name=existingCardButton][data-testid=button-existingCardButton],.root-web-sdk #containerForm.pulse-rav .PaypalPayment .button-web-sdk.button-web-sdk.button-save_cc_card,.root-web-sdk #containerForm.pulse-rav .PaypalPayment .button-web-sdk.button-web-sdk.button-switch_to_card,.root-web-sdk #containerForm.pulse-rav .PaypalPayment button.button-web-sdk.button-creditCardButton[name=creditCardButton][data-testid=button-creditCardButton],.root-web-sdk #containerForm.pulse-rav .PaypalPayment button.button-web-sdk.button-existingCardButton[name=existingCardButton][data-testid=button-existingCardButton]{width:100%;margin-top:0;margin-bottom:1rem;text-transform:none;height:48px}.root-web-sdk #containerForm.pulse-rav .Payment .button-web-sdk.button-web-sdk.button-save_cc_card:hover,.root-web-sdk #containerForm.pulse-rav .Payment .button-web-sdk.button-web-sdk.button-switch_to_card:hover,.root-web-sdk #containerForm.pulse-rav .Payment button.button-web-sdk.button-creditCardButton[name=creditCardButton][data-testid=button-creditCardButton]:hover,.root-web-sdk #containerForm.pulse-rav .Payment button.button-web-sdk.button-existingCardButton[name=existingCardButton][data-testid=button-existingCardButton]:hover,.root-web-sdk #containerForm.pulse-rav .PaymentCardShorten .button-web-sdk.button-web-sdk.button-save_cc_card:hover,.root-web-sdk #containerForm.pulse-rav .PaymentCardShorten .button-web-sdk.button-web-sdk.button-switch_to_card:hover,.root-web-sdk #containerForm.pulse-rav .PaymentCardShorten button.button-web-sdk.button-creditCardButton[name=creditCardButton][data-testid=button-creditCardButton]:hover,.root-web-sdk #containerForm.pulse-rav .PaymentCardShorten button.button-web-sdk.button-existingCardButton[name=existingCardButton][data-testid=button-existingCardButton]:hover,.root-web-sdk #containerForm.pulse-rav .PaymentNoCardShorten .button-web-sdk.button-web-sdk.button-save_cc_card:hover,.root-web-sdk #containerForm.pulse-rav .PaymentNoCardShorten .button-web-sdk.button-web-sdk.button-switch_to_card:hover,.root-web-sdk #containerForm.pulse-rav .PaymentNoCardShorten button.button-web-sdk.button-creditCardButton[name=creditCardButton][data-testid=button-creditCardButton]:hover,.root-web-sdk #containerForm.pulse-rav .PaymentNoCardShorten button.button-web-sdk.button-existingCardButton[name=existingCardButton][data-testid=button-existingCardButton]:hover,.root-web-sdk #containerForm.pulse-rav .PaymentPaypalShorten .button-web-sdk.button-web-sdk.button-save_cc_card:hover,.root-web-sdk #containerForm.pulse-rav .PaymentPaypalShorten .button-web-sdk.button-web-sdk.button-switch_to_card:hover,.root-web-sdk #containerForm.pulse-rav .PaymentPaypalShorten button.button-web-sdk.button-creditCardButton[name=creditCardButton][data-testid=button-creditCardButton]:hover,.root-web-sdk #containerForm.pulse-rav .PaymentPaypalShorten button.button-web-sdk.button-existingCardButton[name=existingCardButton][data-testid=button-existingCardButton]:hover,.root-web-sdk #containerForm.pulse-rav .PaypalPayment .button-web-sdk.button-web-sdk.button-save_cc_card:hover,.root-web-sdk #containerForm.pulse-rav .PaypalPayment .button-web-sdk.button-web-sdk.button-switch_to_card:hover,.root-web-sdk #containerForm.pulse-rav .PaypalPayment button.button-web-sdk.button-creditCardButton[name=creditCardButton][data-testid=button-creditCardButton]:hover,.root-web-sdk #containerForm.pulse-rav .PaypalPayment button.button-web-sdk.button-existingCardButton[name=existingCardButton][data-testid=button-existingCardButton]:hover{text-decoration:none;--bg-opacity:1!important;background-color:#f0e6f4 !important;background-color:rgba(240, 230, 244, var(--bg-opacity)) !important}.root-web-sdk #containerForm.pulse-rav .Payment .button-web-sdk.button-web-sdk.button-save_cc_card .button-web-sdk-label:before,.root-web-sdk #containerForm.pulse-rav .Payment .button-web-sdk.button-web-sdk.button-switch_to_card .button-web-sdk-label:before,.root-web-sdk #containerForm.pulse-rav .Payment button.button-web-sdk.button-creditCardButton[name=creditCardButton][data-testid=button-creditCardButton] .button-web-sdk-label:before,.root-web-sdk #containerForm.pulse-rav .Payment button.button-web-sdk.button-existingCardButton[name=existingCardButton][data-testid=button-existingCardButton] .button-web-sdk-label:before,.root-web-sdk #containerForm.pulse-rav .PaymentCardShorten .button-web-sdk.button-web-sdk.button-save_cc_card .button-web-sdk-label:before,.root-web-sdk #containerForm.pulse-rav .PaymentCardShorten .button-web-sdk.button-web-sdk.button-switch_to_card .button-web-sdk-label:before,.root-web-sdk #containerForm.pulse-rav .PaymentCardShorten button.button-web-sdk.button-creditCardButton[name=creditCardButton][data-testid=button-creditCardButton] .button-web-sdk-label:before,.root-web-sdk #containerForm.pulse-rav .PaymentCardShorten button.button-web-sdk.button-existingCardButton[name=existingCardButton][data-testid=button-existingCardButton] .button-web-sdk-label:before,.root-web-sdk #containerForm.pulse-rav .PaymentNoCardShorten .button-web-sdk.button-web-sdk.button-save_cc_card .button-web-sdk-label:before,.root-web-sdk #containerForm.pulse-rav .PaymentNoCardShorten .button-web-sdk.button-web-sdk.button-switch_to_card .button-web-sdk-label:before,.root-web-sdk #containerForm.pulse-rav .PaymentNoCardShorten button.button-web-sdk.button-creditCardButton[name=creditCardButton][data-testid=button-creditCardButton] .button-web-sdk-label:before,.root-web-sdk #containerForm.pulse-rav .PaymentNoCardShorten button.button-web-sdk.button-existingCardButton[name=existingCardButton][data-testid=button-existingCardButton] .button-web-sdk-label:before,.root-web-sdk #containerForm.pulse-rav .PaymentPaypalShorten .button-web-sdk.button-web-sdk.button-save_cc_card .button-web-sdk-label:before,.root-web-sdk #containerForm.pulse-rav .PaymentPaypalShorten .button-web-sdk.button-web-sdk.button-switch_to_card .button-web-sdk-label:before,.root-web-sdk #containerForm.pulse-rav .PaymentPaypalShorten button.button-web-sdk.button-creditCardButton[name=creditCardButton][data-testid=button-creditCardButton] .button-web-sdk-label:before,.root-web-sdk #containerForm.pulse-rav .PaymentPaypalShorten button.button-web-sdk.button-existingCardButton[name=existingCardButton][data-testid=button-existingCardButton] .button-web-sdk-label:before,.root-web-sdk #containerForm.pulse-rav .PaypalPayment .button-web-sdk.button-web-sdk.button-save_cc_card .button-web-sdk-label:before,.root-web-sdk #containerForm.pulse-rav .PaypalPayment .button-web-sdk.button-web-sdk.button-switch_to_card .button-web-sdk-label:before,.root-web-sdk #containerForm.pulse-rav .PaypalPayment button.button-web-sdk.button-creditCardButton[name=creditCardButton][data-testid=button-creditCardButton] .button-web-sdk-label:before,.root-web-sdk #containerForm.pulse-rav .PaypalPayment button.button-web-sdk.button-existingCardButton[name=existingCardButton][data-testid=button-existingCardButton] .button-web-sdk-label:before{padding:0;background:none}@media (min-width: 576px){.root-web-sdk #containerForm.pulse-rav .Payment .button-web-sdk.button-web-sdk.button-save_cc_card,.root-web-sdk #containerForm.pulse-rav .Payment .button-web-sdk.button-web-sdk.button-switch_to_card,.root-web-sdk #containerForm.pulse-rav .Payment button.button-web-sdk.button-creditCardButton[name=creditCardButton][data-testid=button-creditCardButton],.root-web-sdk #containerForm.pulse-rav .Payment button.button-web-sdk.button-existingCardButton[name=existingCardButton][data-testid=button-existingCardButton],.root-web-sdk #containerForm.pulse-rav .PaymentCardShorten .button-web-sdk.button-web-sdk.button-save_cc_card,.root-web-sdk #containerForm.pulse-rav .PaymentCardShorten .button-web-sdk.button-web-sdk.button-switch_to_card,.root-web-sdk #containerForm.pulse-rav .PaymentCardShorten button.button-web-sdk.button-creditCardButton[name=creditCardButton][data-testid=button-creditCardButton],.root-web-sdk #containerForm.pulse-rav .PaymentCardShorten button.button-web-sdk.button-existingCardButton[name=existingCardButton][data-testid=button-existingCardButton],.root-web-sdk #containerForm.pulse-rav .PaymentNoCardShorten .button-web-sdk.button-web-sdk.button-save_cc_card,.root-web-sdk #containerForm.pulse-rav .PaymentNoCardShorten .button-web-sdk.button-web-sdk.button-switch_to_card,.root-web-sdk #containerForm.pulse-rav .PaymentNoCardShorten button.button-web-sdk.button-creditCardButton[name=creditCardButton][data-testid=button-creditCardButton],.root-web-sdk #containerForm.pulse-rav .PaymentNoCardShorten button.button-web-sdk.button-existingCardButton[name=existingCardButton][data-testid=button-existingCardButton],.root-web-sdk #containerForm.pulse-rav .PaymentPaypalShorten .button-web-sdk.button-web-sdk.button-save_cc_card,.root-web-sdk #containerForm.pulse-rav .PaymentPaypalShorten .button-web-sdk.button-web-sdk.button-switch_to_card,.root-web-sdk #containerForm.pulse-rav .PaymentPaypalShorten button.button-web-sdk.button-creditCardButton[name=creditCardButton][data-testid=button-creditCardButton],.root-web-sdk #containerForm.pulse-rav .PaymentPaypalShorten button.button-web-sdk.button-existingCardButton[name=existingCardButton][data-testid=button-existingCardButton],.root-web-sdk #containerForm.pulse-rav .PaypalPayment .button-web-sdk.button-web-sdk.button-save_cc_card,.root-web-sdk #containerForm.pulse-rav .PaypalPayment .button-web-sdk.button-web-sdk.button-switch_to_card,.root-web-sdk #containerForm.pulse-rav .PaypalPayment button.button-web-sdk.button-creditCardButton[name=creditCardButton][data-testid=button-creditCardButton],.root-web-sdk #containerForm.pulse-rav .PaypalPayment button.button-web-sdk.button-existingCardButton[name=existingCardButton][data-testid=button-existingCardButton]{width:auto;float:left}}.root-web-sdk #containerForm.pulse-rav .Payment button[data-testid=creditCardButton-button],.root-web-sdk #containerForm.pulse-rav .Payment button[data-testid=existingCardButton-button],.root-web-sdk #containerForm.pulse-rav .PaymentCardShorten button[data-testid=creditCardButton-button],.root-web-sdk #containerForm.pulse-rav .PaymentCardShorten button[data-testid=existingCardButton-button],.root-web-sdk #containerForm.pulse-rav .PaymentNoCardShorten button[data-testid=creditCardButton-button],.root-web-sdk #containerForm.pulse-rav .PaymentNoCardShorten button[data-testid=existingCardButton-button],.root-web-sdk #containerForm.pulse-rav .PaymentPaypalShorten button[data-testid=creditCardButton-button],.root-web-sdk #containerForm.pulse-rav .PaymentPaypalShorten button[data-testid=existingCardButton-button],.root-web-sdk #containerForm.pulse-rav .PaypalPayment button[data-testid=creditCardButton-button],.root-web-sdk #containerForm.pulse-rav .PaypalPayment button[data-testid=existingCardButton-button]{width:100%;justify-content:center;margin-top:0;margin-bottom:1rem;height:48px}@media (min-width: 576px){.root-web-sdk #containerForm.pulse-rav .Payment button[data-testid=creditCardButton-button],.root-web-sdk #containerForm.pulse-rav .Payment button[data-testid=existingCardButton-button],.root-web-sdk #containerForm.pulse-rav .PaymentCardShorten button[data-testid=creditCardButton-button],.root-web-sdk #containerForm.pulse-rav .PaymentCardShorten button[data-testid=existingCardButton-button],.root-web-sdk #containerForm.pulse-rav .PaymentNoCardShorten button[data-testid=creditCardButton-button],.root-web-sdk #containerForm.pulse-rav .PaymentNoCardShorten button[data-testid=existingCardButton-button],.root-web-sdk #containerForm.pulse-rav .PaymentPaypalShorten button[data-testid=creditCardButton-button],.root-web-sdk #containerForm.pulse-rav .PaymentPaypalShorten button[data-testid=existingCardButton-button],.root-web-sdk #containerForm.pulse-rav .PaypalPayment button[data-testid=creditCardButton-button],.root-web-sdk #containerForm.pulse-rav .PaypalPayment button[data-testid=existingCardButton-button]{width:auto;float:left}}@media (min-width: 576px){.root-web-sdk #containerForm.pulse-rav .Payment .paypal-iframe-container,.root-web-sdk #containerForm.pulse-rav .PaymentCardShorten .paypal-iframe-container,.root-web-sdk #containerForm.pulse-rav .PaymentNoCardShorten .paypal-iframe-container,.root-web-sdk #containerForm.pulse-rav .PaymentPaypalShorten .paypal-iframe-container,.root-web-sdk #containerForm.pulse-rav .PaypalPayment .paypal-iframe-container{float:left;margin-left:1.5rem;width:148px}}.root-web-sdk #containerForm.pulse-rav .Payment .TDFieldOptionHidden,.root-web-sdk #containerForm.pulse-rav .Payment .TDFieldOptionHidden[data-testid=cost-label]+[data-testid=text-cost],.root-web-sdk #containerForm.pulse-rav .PaymentCardShorten .TDFieldOptionHidden,.root-web-sdk #containerForm.pulse-rav .PaymentCardShorten .TDFieldOptionHidden[data-testid=cost-label]+[data-testid=text-cost],.root-web-sdk #containerForm.pulse-rav .PaymentNoCardShorten .TDFieldOptionHidden,.root-web-sdk #containerForm.pulse-rav .PaymentNoCardShorten .TDFieldOptionHidden[data-testid=cost-label]+[data-testid=text-cost],.root-web-sdk #containerForm.pulse-rav .PaymentPaypalShorten .TDFieldOptionHidden,.root-web-sdk #containerForm.pulse-rav .PaymentPaypalShorten .TDFieldOptionHidden[data-testid=cost-label]+[data-testid=text-cost],.root-web-sdk #containerForm.pulse-rav .PaypalPayment .TDFieldOptionHidden,.root-web-sdk #containerForm.pulse-rav .PaypalPayment .TDFieldOptionHidden[data-testid=cost-label]+[data-testid=text-cost]{display:none}.root-web-sdk #containerForm.pulse-rav .Payment .cost_number .link-web-sdk,.root-web-sdk #containerForm.pulse-rav .PaymentCardShorten .cost_number .link-web-sdk,.root-web-sdk #containerForm.pulse-rav .PaymentNoCardShorten .cost_number .link-web-sdk,.root-web-sdk #containerForm.pulse-rav .PaymentPaypalShorten .cost_number .link-web-sdk,.root-web-sdk #containerForm.pulse-rav .PaypalPayment .cost_number .link-web-sdk{--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity));text-decoration:underline;font-weight:500}.root-web-sdk #containerForm.pulse-rav .Payment .Notification-module__root,.root-web-sdk #containerForm.pulse-rav .PaymentCardShorten .Notification-module__root,.root-web-sdk #containerForm.pulse-rav .PaymentNoCardShorten .Notification-module__root,.root-web-sdk #containerForm.pulse-rav .PaymentPaypalShorten .Notification-module__root,.root-web-sdk #containerForm.pulse-rav .PaypalPayment .Notification-module__root{width:auto;margin-left:0;margin-right:0;left:auto;right:auto;white-space:pre-line}@media (min-width: 768px){.root-web-sdk #containerForm.pulse-rav .Payment .Notification-module__root,.root-web-sdk #containerForm.pulse-rav .PaymentCardShorten .Notification-module__root,.root-web-sdk #containerForm.pulse-rav .PaymentNoCardShorten .Notification-module__root,.root-web-sdk #containerForm.pulse-rav .PaymentPaypalShorten .Notification-module__root,.root-web-sdk #containerForm.pulse-rav .PaypalPayment .Notification-module__root{margin-bottom:3rem}}.root-web-sdk #containerForm.pulse-rav .PaymentPaypalShorten .button-existingCardButton,.root-web-sdk #containerForm.pulse-rav .PaypalPayment .button-existingCardButton{--bg-opacity:1;background-color:#422981;background-color:rgba(66, 41, 129, var(--bg-opacity));--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity));border-radius:.5rem;width:auto;display:inline-block;padding-left:2rem;padding-right:2rem}.root-web-sdk #containerForm.pulse-rav .PaymentPaypalShorten .button-existingCardButton .button-web-sdk-label:before,.root-web-sdk #containerForm.pulse-rav .PaypalPayment .button-existingCardButton .button-web-sdk-label:before{display:none}.root-web-sdk #containerForm.pulse-rav .PaymentPaypalShorten .button-change_to_card,.root-web-sdk #containerForm.pulse-rav .PaymentPaypalShorten .button-switch_to_card,.root-web-sdk #containerForm.pulse-rav .PaypalPayment .button-change_to_card,.root-web-sdk #containerForm.pulse-rav .PaypalPayment .button-switch_to_card{--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));border-width:1px;--border-opacity:1;border-color:#0060fc;border-color:rgba(0, 96, 252, var(--border-opacity));border-radius:.5rem;--text-opacity:1;color:#0060fc;color:rgba(0, 96, 252, var(--text-opacity));width:auto;display:inline-block;padding-left:1rem;padding-right:1rem;margin-left:0;margin-top:0}@media (min-width: 576px){.root-web-sdk #containerForm.pulse-rav .PaymentPaypalShorten .button-change_to_card,.root-web-sdk #containerForm.pulse-rav .PaymentPaypalShorten .button-switch_to_card,.root-web-sdk #containerForm.pulse-rav .PaypalPayment .button-change_to_card,.root-web-sdk #containerForm.pulse-rav .PaypalPayment .button-switch_to_card{margin-left:32px}}.root-web-sdk #containerForm.pulse-rav .PaymentPaypalShorten .ic_pulse_paypal,.root-web-sdk #containerForm.pulse-rav .PaymentPaypalShorten .ic_pulse_paypal_default,.root-web-sdk #containerForm.pulse-rav .PaypalPayment .ic_pulse_paypal,.root-web-sdk #containerForm.pulse-rav .PaypalPayment .ic_pulse_paypal_default{margin:.5rem .75rem 0 2.5rem;height:1.5rem;width:4.5rem;background:url(https://assets.livongo.com/image/upload/v1713276798/web-sdk/icons/ic_pulse_paypal_default.svg) no-repeat 50%}#web-sdk-member-billing-info-container .root-web-sdk{padding-top:3.5rem;max-width:42rem !important;margin-bottom:0 !important}@media (max-width: 500px){#web-sdk-member-billing-info-container .root-web-sdk{padding-top:0 !important}}@media (max-width: 500px){.root-web-sdk #containerForm .BillingInfo .title-web-sdk{font-size:1.125rem;text-align:center;border-bottom-width:1px}}.root-web-sdk #containerForm .BillingInfo .screen-fields-web-sdk .billing_section{padding:2rem;border-radius:1rem;box-shadow:0 1px 4px 1px rgba(0,0,0,0.08);margin-bottom:1.5rem;overflow:hidden}.root-web-sdk #containerForm .BillingInfo .screen-fields-web-sdk .billing_section .divider-web-sdk{width:100%;border-bottom-width:1px;margin-top:1.25rem;margin-bottom:1.25rem}.root-web-sdk #containerForm .BillingInfo .screen-fields-web-sdk .billing_section .cards_container:empty{display:none}.root-web-sdk #containerForm .BillingInfo .screen-fields-web-sdk .billing_section .cards_container{display:flex;flex-direction:column;align-items:flex-start;margin-top:2.25rem;margin-bottom:0}.root-web-sdk #containerForm .BillingInfo .screen-fields-web-sdk .billing_section .cards_container .primary_credit_card,.root-web-sdk #containerForm .BillingInfo .screen-fields-web-sdk .billing_section .cards_container .secondary_credit_card{position:relative}.root-web-sdk #containerForm .BillingInfo .screen-fields-web-sdk .billing_section .icon-web-sdk{display:inline-block;margin:0;height:1.25rem;width:36px;background:url(https://assets.livongo.com/image/upload/v1713275953/web-sdk/icons/cardlogo_undefined_g65rzo.png);border-radius:.25rem;background-size:contain;background-repeat:no-repeat;flex-grow:0}.root-web-sdk #containerForm .BillingInfo .screen-fields-web-sdk .billing_section .cardlogo_master{background-image:url(https://assets.livongo.com/image/upload/v1713275942/web-sdk/icons/cardlogo_master_mdosh4.png)}.root-web-sdk #containerForm .BillingInfo .screen-fields-web-sdk .billing_section .cardlogo_visa{background-image:url(https://assets.livongo.com/image/upload/v1713275964/web-sdk/icons/cardlogo_visa_tfcoft.png)}.root-web-sdk #containerForm .BillingInfo .screen-fields-web-sdk .billing_section .cardlogo_amex{background-image:url(https://assets.livongo.com/image/upload/v1713275921/web-sdk/icons/cardlogo_amex_fftltq.png)}.root-web-sdk #containerForm .BillingInfo .screen-fields-web-sdk .billing_section .cardlogo_discover{background-image:url(https://assets.livongo.com/image/upload/v1713275932/web-sdk/icons/cardlogo_discover_tigbce.png)}.root-web-sdk #containerForm .BillingInfo .screen-fields-web-sdk .billing_section .billing_title{font-family:Effra,Arial,sans-serif;font-weight:500;font-size:1.625rem;line-height:2rem;margin-bottom:1.5rem}.root-web-sdk #containerForm .BillingInfo .screen-fields-web-sdk .billing_section .ic_directional_arrow_right_arrow{position:absolute;top:0;right:0;--text-opacity:1;color:#718096;color:rgba(113, 128, 150, var(--text-opacity));background:url(https://assets.livongo.com/image/upload/v1713187567/web-sdk/icons/directional_arrow_right_jdrcxf.svg) no-repeat 50%;width:36px;height:20px;opacity:.25}.root-web-sdk #containerForm .BillingInfo .screen-fields-web-sdk .billing_section .ic_directional_arrow_right_arrow:hover{opacity:1}.root-web-sdk #containerForm .BillingInfo .screen-fields-web-sdk .billing_section .add_card_button{--text-opacity:1;color:#0060fc;color:rgba(0, 96, 252, var(--text-opacity));font-size:1.125rem;line-height:20px;font-weight:500;margin-bottom:0}@media (min-width: 576px){.root-web-sdk #containerForm .BillingInfo .screen-fields-web-sdk .billing_section .add_card_button{font-size:1.125rem}}.root-web-sdk #containerForm .BillingInfo .screen-fields-web-sdk .billing_section .add_card_button:hover{text-decoration:underline;opacity:1;--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity));text-underline-offset:10%}.root-web-sdk #containerForm .BillingInfo .screen-fields-web-sdk .billing_section .cc_number{display:inline-block;font-family:Effra,Arial,sans-serif;font-size:1.125rem;font-weight:400;line-height:1.75rem;margin-bottom:0;text-transform:capitalize}.root-web-sdk #containerForm .BillingInfo .screen-fields-web-sdk .billing_section .expiration_date{line-height:20px;--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity));font-size:15px;font-weight:400;font-family:Effra,Arial,sans-serif;margin-bottom:.5rem}.root-web-sdk #containerForm .BillingInfo .screen-fields-web-sdk .billing_section .hsa_fsa_label,.root-web-sdk #containerForm .BillingInfo .screen-fields-web-sdk .billing_section .primary_card_label{display:inline-block;line-height:20px;--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity));font-size:15px;font-weight:400;font-family:Effra,Arial,sans-serif;border-radius:.25rem;padding:.25rem 1rem;margin-bottom:0;border-radius:9999px}.root-web-sdk #containerForm .BillingInfo .screen-fields-web-sdk .billing_section .primary_card_label{--bg-opacity:1;background-color:#078708;background-color:rgba(7, 135, 8, var(--bg-opacity))}.root-web-sdk #containerForm .BillingInfo .screen-fields-web-sdk .billing_section .hsa_fsa_label{--bg-opacity:1;background-color:#0078bc;background-color:rgba(0, 120, 188, var(--bg-opacity));margin-left:.5rem}.root-web-sdk #containerForm .BillingInfo .screen-fields-web-sdk .billing_section .ic_pulse_info_default{background-repeat:no-repeat;background-image:url(https://assets.livongo.com/image/upload/v1713276707/web-sdk/icons/ic_pulse_info_default.svg)}.root-web-sdk #containerForm .BillingInfo .screen-fields-web-sdk .billing_section .information_label{--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity));font-size:15px;font-weight:400;font-family:Effra,Arial,sans-serif;width:100%;margin-bottom:1rem;padding-left:1.25rem;margin-top:32px}@media (max-width: 500px){.root-web-sdk #containerForm .BillingInfoEditCard .title-web-sdk{font-size:1.125rem;text-align:center;border-bottom-width:1px}}.root-web-sdk #containerForm .BillingInfoEditCard .screen-fields-web-sdk{border-radius:.75rem;border-width:1px;--border-opacity:1;border-color:#dfe0df;border-color:rgba(223, 224, 223, var(--border-opacity));padding:2rem}@media (max-width: 500px){.root-web-sdk #containerForm .BillingInfoEditCard .screen-fields-web-sdk{width:100% !important}}@media (min-width: 501px){.root-web-sdk #containerForm .BillingInfoEditCard .screen-fields-web-sdk{width:665px}}.root-web-sdk #containerForm .BillingInfoEditCard .screen-fields-web-sdk .field-wrapper-web-sdk{margin-top:1.5rem;margin-bottom:0}.root-web-sdk #containerForm .BillingInfoEditCard .screen-fields-web-sdk .text-web-sdk{margin-top:32px;margin-bottom:0}.root-web-sdk #containerForm .BillingInfoEditCard .screen-fields-web-sdk .autocomplete-web-sdk{margin-top:0;font-size:1.125rem}.root-web-sdk #containerForm .BillingInfoEditCard .screen-fields-web-sdk .custom-select-web-sdk{width:100%}.root-web-sdk #containerForm .BillingInfoEditCard .screen-fields-web-sdk .TDFieldOptionCreditCard .input-web-sdk{background:url(https://assets.livongo.com/image/upload/v1713276175/web-sdk/icons/credit-card.svg);background-repeat:no-repeat;background-position:0;background-position:1rem 1.125rem;padding-left:2.75rem !important}.root-web-sdk #containerForm .BillingInfoEditCard .screen-fields-web-sdk .label-title-websdk{--text-opacity:1;color:#0a0a0a;color:rgba(10, 10, 10, var(--text-opacity))}.root-web-sdk #containerForm .BillingInfoEditCard .screen-fields-web-sdk .cardDetailsDescription{padding-top:0;margin-top:0}.root-web-sdk #containerForm .BillingInfoEditCard .screen-fields-web-sdk .cardDetails,.root-web-sdk #containerForm .BillingInfoEditCard .screen-fields-web-sdk .credit-card-logo-web-sdk{display:none}.root-web-sdk #containerForm .BillingInfoEditCard .screen-fields-web-sdk .cardDetailsDescription{margin-bottom:1.5rem}.root-web-sdk #containerForm .BillingInfoEditCard .screen-fields-web-sdk .requiredText{margin-top:0 !important;--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity))}.root-web-sdk #containerForm .BillingInfoEditCard .screen-fields-web-sdk .field-wrapper-web-sdk:nth-child(4){width:66.666667%;display:inline-block;float:left;margin-bottom:4rem}@media (max-width: 500px){.root-web-sdk #containerForm .BillingInfoEditCard .screen-fields-web-sdk .field-wrapper-web-sdk:nth-child(4){width:100%;margin-bottom:1.5rem}}.root-web-sdk #containerForm .BillingInfoEditCard .screen-fields-web-sdk .field-wrapper-web-sdk:nth-child(5){width:25%;margin-left:1rem;display:inline-block;float:right;margin-bottom:4rem}@media (max-width: 500px){.root-web-sdk #containerForm .BillingInfoEditCard .screen-fields-web-sdk .field-wrapper-web-sdk:nth-child(5){float:left;margin-left:0;display:contents;margin-bottom:32px}}.root-web-sdk #containerForm .BillingInfoEditCard .screen-fields-web-sdk .field-wrapper-web-sdk:nth-child(12),.root-web-sdk #containerForm .BillingInfoEditCard .screen-fields-web-sdk .field-wrapper-web-sdk:nth-child(13){display:inline-block;margin-bottom:0;width:47%}.root-web-sdk #containerForm .BillingInfoEditCard .screen-fields-web-sdk .field-wrapper-web-sdk:nth-child(13){float:right}.root-web-sdk #containerForm .BillingInfoEditCard .screen-fields-web-sdk .hsa_fsa_disclaimer_container{display:flex;background:#dcf3fa;border-radius:.75rem;padding:1rem}.root-web-sdk #containerForm .BillingInfoEditCard .screen-fields-web-sdk .hsa_fsa_disclaimer_container .ic_pulse_info_default{display:block;flex:none;background-image:url(https://assets.livongo.com/image/upload/v1713276707/web-sdk/icons/ic_pulse_info_default.svg)}.root-web-sdk #containerForm .BillingInfoEditCard .screen-fields-web-sdk .hsa_fsa_disclaimer_container .hsa_fsa_disclaimer_text{margin:0;font-size:18px}.root-web-sdk #containerForm .BillingInfoEditCard .screen-fields-web-sdk .billingAddressText{font-size:1.375rem;margin-top:32px;display:inline-block;width:100%}.root-web-sdk #containerForm .BillingInfoEditCard .screen-fields-web-sdk .submitFooter{border-top-width:1px;--border-opacity:1;border-color:#dfe0df;border-color:rgba(223, 224, 223, var(--border-opacity));margin:32px -2rem -2rem;width:auto}.root-web-sdk #containerForm .BillingInfoEditCard .screen-fields-web-sdk .icon-web-sdk{display:none}.root-web-sdk #containerForm .BillingInfoEditCard .screen-fields-web-sdk .delete_button .text-link-web-sdk{background:url(https://assets.livongo.com/image/upload/v1713283576/web-sdk/icons/trash-default.svg);background-size:14px;background-repeat:no-repeat;padding-left:1.5rem;--text-opacity:1;color:#cd000a;color:rgba(205, 0, 10, var(--text-opacity));background-position:0;display:none}@media (max-width: 500px){.root-web-sdk #containerForm .BillingInfoEditCard .screen-fields-web-sdk .delete_button .text-link-web-sdk{display:block}}.root-web-sdk #containerForm .BillingInfoEditCard .screen-fields-web-sdk .button-cancel_button,.root-web-sdk #containerForm .BillingInfoEditCard .screen-fields-web-sdk .button-save_button{font-size:1.125rem;display:inline-grid}.root-web-sdk #containerForm .BillingInfoEditCard .screen-fields-web-sdk .delete_button_footer{width:-moz-fit-content;width:fit-content;margin-right:32px;float:right}.root-web-sdk #containerForm .BillingInfoEditCard .screen-fields-web-sdk .delete_button_footer .text-web-sdk{background:url(https://assets.livongo.com/image/upload/v1713283576/web-sdk/icons/trash-default.svg);background-size:14px;background-repeat:no-repeat;padding-left:1.5rem;background-position:0;--text-opacity:1;color:#cd000a;color:rgba(205, 0, 10, var(--text-opacity));margin-left:auto;display:block}@media (max-width: 500px){.root-web-sdk #containerForm .BillingInfoEditCard .screen-fields-web-sdk .delete_button_footer .text-web-sdk{display:none}}.root-web-sdk #containerForm .BillingInfoEditCard~.dialog-overlay-web-sdk .dialog-wrapper-web-sdk{display:flex;align-items:center;justify-content:center}.root-web-sdk #containerForm .BillingInfoEditCard~.dialog-overlay-web-sdk .dialog-wrapper-web-sdk .dialog-web-sdk{width:568px !important}.root-web-sdk #containerForm .BillingInfoEditCard~.dialog-overlay-web-sdk .dialog-wrapper-web-sdk .dialog-content-web-sdk{padding:0}@media (max-width: 768px){.root-web-sdk #containerForm .BillingInfoEditCard~.dialog-overlay-web-sdk .dialog-wrapper-web-sdk{padding:1.5rem}}.root-web-sdk #containerForm .BillingInfoEditCard~.dialog-overlay-web-sdk .dialog-wrapper-web-sdk button.dialog-web-sdk-ico-close{height:1rem;min-width:1rem;margin:0;background:url(https://assets.livongo.com/image/upload/v1713279106/web-sdk/icons/pulse-dialog-close.svg) no-repeat 50%}.root-web-sdk #containerForm .BillingInfoEditCard~.dialog-overlay-web-sdk .dialog-wrapper-web-sdk button.dialog-web-sdk-ico-close:focus{outline:2px solid transparent;outline-offset:2px}.root-web-sdk #containerForm .BillingInfoEditCard~.dialog-overlay-web-sdk .dialog-wrapper-web-sdk .dialog-header-web-sdk{display:flex;margin-left:1rem;margin-right:1rem;padding-top:1rem;padding-bottom:0;padding-left:0 !important;padding-right:0 !important;border-bottom-width:1px;justify-content:space-between}.root-web-sdk #containerForm .BillingInfoEditCard~.dialog-overlay-web-sdk .dialog-wrapper-web-sdk .dialog-header-web-sdk h1{text-align:left;padding-bottom:.75rem}.root-web-sdk #containerForm .BillingInfoEditCard~.dialog-overlay-web-sdk .dialog-wrapper-web-sdk .dialog-header-web-sdk button{float:right;position:relative !important;margin-top:.25rem}.root-web-sdk #containerForm .BillingInfoEditCard~.dialog-overlay-web-sdk .dialog-wrapper-web-sdk .dialog-footer-web-sdk{display:flex;justify-content:flex-end !important;grid-gap:1rem;gap:1rem;margin-left:1rem;margin-right:1rem;padding:1.75rem 0 !important}.root-web-sdk #containerForm .BillingInfoEditCard~.dialog-overlay-web-sdk .dialog-wrapper-web-sdk .dialog-footer-web-sdk button{margin:0 !important}.root-web-sdk #containerForm .BillingInfoEditCard~.dialog-overlay-web-sdk .dialog-wrapper-web-sdk .dialogTitle{font-size:30px;line-height:2.25rem;margin-bottom:32px;--border-opacity:1;border-color:#dfe0df;border-bottom:1px;border-color:rgba(223, 224, 223, var(--border-opacity));border-style:solid;padding-bottom:.5rem}@media (max-width: 768px){.root-web-sdk #containerForm .BillingInfoEditCard~.dialog-overlay-web-sdk .dialog-wrapper-web-sdk .dialogTitle{padding-bottom:.75rem;font-size:1.5rem;line-height:1.75rem}}.root-web-sdk #containerForm .BillingInfoEditCard~.dialog-overlay-web-sdk .dialog-wrapper-web-sdk .dialog_desc{font-weight:400;font-size:18px;line-height:1.75rem;--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity));margin-bottom:32px}@media (max-width: 768px){.root-web-sdk #containerForm .BillingInfoEditCard~.dialog-overlay-web-sdk .dialog-wrapper-web-sdk .dialog_desc{line-height:1.5rem}}.root-web-sdk #containerForm .BillingInfoEditCard~.dialog-overlay-web-sdk .dialog-wrapper-web-sdk .button-cancel_button{border-radius:9999px;padding:14px 2rem}@media (max-width: 768px){.root-web-sdk #containerForm .BillingInfoEditCard~.dialog-overlay-web-sdk .dialog-wrapper-web-sdk .button-cancel_button{width:100%}}.root-web-sdk #containerForm .BillingInfoEditCard~.dialog-overlay-web-sdk .dialog-wrapper-web-sdk .button-confirm_button{width:auto;font-weight:500;font-size:18px;line-height:1;display:inline-block;border-radius:9999px;padding:14px 2rem}@media (max-width: 768px){.root-web-sdk #containerForm .BillingInfoEditCard~.dialog-overlay-web-sdk .dialog-wrapper-web-sdk .button-confirm_button{width:100%;margin-bottom:1rem}}.root-web-sdk #containerForm .AboutYouEdit{--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));border-radius:.75rem;padding:1rem;margin-top:.5rem}.root-web-sdk #containerForm .AboutYouEdit .title-web-sdk{--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity))}@media only screen and (max-width: 472px) and (min-width: 320px){.root-web-sdk #containerForm .AboutYouEdit .title-web-sdk{font-size:1.125rem}}@media (min-width: 472px){.root-web-sdk #containerForm .AboutYouEdit .title-web-sdk{font-size:1.875rem}}.root-web-sdk #containerForm .AboutYouEdit .description-web-sdk .link-web-sdk{--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity))}.root-web-sdk #containerForm .AboutYouEdit .screen-fields-web-sdk{border-width:1px;--border-opacity:1;border-color:#dfe0df;border-color:rgba(223, 224, 223, var(--border-opacity));border-radius:.75rem;box-shadow:0 1px 4px 1px rgba(0,0,0,0.08);padding:2rem}.root-web-sdk #containerForm .AboutYouEdit .screen-fields-web-sdk p{--text-opacity:1;color:#5b5c5c;color:rgba(91, 92, 92, var(--text-opacity))}.root-web-sdk #containerForm .AboutYouEdit .screen-fields-web-sdk .locked_field,.root-web-sdk #containerForm .AboutYouEdit .screen-fields-web-sdk .required_info{--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity));margin-bottom:1.5rem}.root-web-sdk #containerForm .AboutYouEdit .screen-fields-web-sdk #dob-input,.root-web-sdk #containerForm .AboutYouEdit .screen-fields-web-sdk #first_nm-input,.root-web-sdk #containerForm .AboutYouEdit .screen-fields-web-sdk #gender_cd-input,.root-web-sdk #containerForm .AboutYouEdit .screen-fields-web-sdk #last_nm-input{background-image:url(https://assets.livongo.com/image/upload/v1713283477/web-sdk/icons/lock-default-black.svg);background-size:16px;background-repeat:no-repeat;background-position:center right 1rem;--bg-opacity:1;background-color:#f7f9f9;background-color:rgba(247, 249, 249, var(--bg-opacity))}.root-web-sdk #containerForm .AboutYouEdit .screen-fields-web-sdk #gender_cd-input,.root-web-sdk #containerForm .AboutYouEdit .screen-fields-web-sdk .field-wrapper-web-sdk:nth-child(6){width:100%}.root-web-sdk #containerForm .AboutYouEdit .screen-fields-web-sdk .custom-select-web-sdk{background-image:none}.root-web-sdk #containerForm .AboutYouEdit .screen-fields-web-sdk .ethnicityTextField,.root-web-sdk #containerForm .AboutYouEdit .screen-fields-web-sdk .label-title-websdk,.root-web-sdk #containerForm .AboutYouEdit .screen-fields-web-sdk .raceTextField{--text-opacity:1;color:#000;color:rgba(0, 0, 0, var(--text-opacity));font-weight:500}.root-web-sdk #containerForm .AboutYouEdit .screen-fields-web-sdk .ethnicityTextField,.root-web-sdk #containerForm .AboutYouEdit .screen-fields-web-sdk .raceTextField{margin-bottom:.75rem}.root-web-sdk #containerForm .AboutYouEdit .screen-fields-web-sdk #ethnicity-label,.root-web-sdk #containerForm .AboutYouEdit .screen-fields-web-sdk #race-label{margin-bottom:1rem}.root-web-sdk #containerForm .AboutYouEdit .screen-fields-web-sdk .submitFooter{border-top-width:1px;--border-opacity:1;border-color:#dfe0df;border-color:rgba(223, 224, 223, var(--border-opacity));margin:32px -2rem -2rem;width:auto}.root-web-sdk #containerForm .AccessibilityEdit .screen-fields-web-sdk{border-width:1px;--border-opacity:1;border-color:#dfe0df;border-color:rgba(223, 224, 223, var(--border-opacity));border-radius:.75rem;box-shadow:0 1px 4px 1px rgba(0,0,0,0.08);padding:2rem;margin-top:1.75rem}.root-web-sdk #containerForm .AccessibilityEdit .title-web-sdk{--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity))}@media only screen and (max-width: 472px) and (min-width: 320px){.root-web-sdk #containerForm .AccessibilityEdit .title-web-sdk{font-size:1.125rem}}@media (min-width: 472px){.root-web-sdk #containerForm .AccessibilityEdit .title-web-sdk{font-size:1.875rem}}.root-web-sdk #containerForm .AccessibilityEdit .field-wrapper-web-sdk{margin-bottom:0}.root-web-sdk #containerForm .AccessibilityEdit .field-wrapper-web-sdk:nth-child(5)>.label-web-sdk{display:none}.root-web-sdk #containerForm .AccessibilityEdit .hearing_impaired_description,.root-web-sdk #containerForm .AccessibilityEdit .preferred_language_for_visits_description{--text-opacity:1;color:#5b5c5c;color:rgba(91, 92, 92, var(--text-opacity));font-size:.94rem}.root-web-sdk #containerForm .AccessibilityEdit .preferred_language_for_visits_title{font-size:1.125rem;margin-top:1.5rem}.root-web-sdk #containerForm .AccessibilityEdit .container-web-sdk{margin:0}.root-web-sdk #containerForm .AccessibilityEdit .note_description{margin-left:2.25rem;padding-bottom:1rem}.root-web-sdk #containerForm .AccessibilityEdit .special_needs_checkbox{font-size:1.125rem;line-height:20px}.root-web-sdk #containerForm .AccessibilityEdit .container-web-sdk.note_about_asl_visit{--bg-opacity:1;background-color:#fffdf2;background-color:rgba(255, 253, 242, var(--bg-opacity))}.root-web-sdk #containerForm .AccessibilityEdit #preferred_language_for_visits_field-input{width:90%;margin-top:.5rem}.root-web-sdk #containerForm .AccessibilityEdit .note_about_asl_visit{margin-top:1.5rem;padding-left:.75rem;background-image:url(https://assets.livongo.com/image/upload/v1713276981/web-sdk/icons/ic_tdh_alert_icon.svg);background-repeat:no-repeat;background-size:15px;background-position:top 1.3rem left 1rem;padding-right:.75rem}.root-web-sdk #containerForm .AccessibilityEdit .note_about_asl_visit .note_title{font-weight:600}.root-web-sdk #containerForm .AccessibilityEdit .submitFooter{border-top-width:1px;--border-opacity:1;border-color:#dfe0df;border-color:rgba(223, 224, 223, var(--border-opacity));width:auto;margin:32px -2rem -2rem}.root-web-sdk #containerForm .AddressEdit .title-web-sdk{--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity))}@media only screen and (max-width: 472px) and (min-width: 320px){.root-web-sdk #containerForm .AddressEdit .title-web-sdk{font-size:1.125rem}}@media (min-width: 472px){.root-web-sdk #containerForm .AddressEdit .title-web-sdk{font-size:1.875rem}}.root-web-sdk #containerForm .AddressEdit .description-web-sdk .link-web-sdk{--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity))}.root-web-sdk #containerForm .AddressEdit .hidden-field{display:none !important}.root-web-sdk #containerForm .AddressEdit .screen-fields-web-sdk{border-width:1px;--border-opacity:1;border-color:#dfe0df;border-color:rgba(223, 224, 223, var(--border-opacity));border-radius:.75rem;box-shadow:0 1px 4px 1px rgba(0,0,0,0.08);padding:2rem}.root-web-sdk #containerForm .AddressEdit .screen-fields-web-sdk .locked_changes_info,.root-web-sdk #containerForm .AddressEdit .screen-fields-web-sdk .required_info{--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity));margin-bottom:1.5rem}.root-web-sdk #containerForm .AddressEdit .screen-fields-web-sdk .mailing_title,.root-web-sdk #containerForm .AddressEdit .screen-fields-web-sdk .residence_title{font-size:1.375rem;margin-bottom:1rem}.root-web-sdk #containerForm .AddressEdit .screen-fields-web-sdk .field-wrapper-web-sdk{margin-bottom:1.5rem}.root-web-sdk #containerForm .AddressEdit .screen-fields-web-sdk .field-wrapper-web-sdk .label-title-web-sdk{--text-opacity:1;color:#0a0a0a;color:rgba(10, 10, 10, var(--text-opacity))}.root-web-sdk #containerForm .AddressEdit .screen-fields-web-sdk .field-wrapper-web-sdk #mailing_region-input,.root-web-sdk #containerForm .AddressEdit .screen-fields-web-sdk .field-wrapper-web-sdk #residence_region-input,.root-web-sdk #containerForm .AddressEdit .screen-fields-web-sdk .field-wrapper-web-sdk .input-web-sdk{width:80%}.root-web-sdk #containerForm .AddressEdit .screen-fields-web-sdk .field-wrapper-web-sdk:nth-child(7),.root-web-sdk #containerForm .AddressEdit .screen-fields-web-sdk .field-wrapper-web-sdk:nth-child(8),.root-web-sdk #containerForm .AddressEdit .screen-fields-web-sdk .field-wrapper-web-sdk:nth-child(15),.root-web-sdk #containerForm .AddressEdit .screen-fields-web-sdk .field-wrapper-web-sdk:nth-child(16){width:25%;display:inline-block}.root-web-sdk #containerForm .AddressEdit .screen-fields-web-sdk .field-wrapper-web-sdk:nth-child(7) .autocomplete-wrapper-web-sdk .autocomplete-web-sdk,.root-web-sdk #containerForm .AddressEdit .screen-fields-web-sdk .field-wrapper-web-sdk:nth-child(14) .autocomplete-wrapper-web-sdk .autocomplete-web-sdk{margin-top:0 !important}.root-web-sdk #containerForm .AddressEdit .screen-fields-web-sdk .field-wrapper-web-sdk .inline-error-message-web-sdk{display:table}.root-web-sdk #containerForm .AddressEdit .screen-fields-web-sdk .field-wrapper-web-sdk:nth-child(8),.root-web-sdk #containerForm .AddressEdit .screen-fields-web-sdk .field-wrapper-web-sdk:nth-child(16){margin-left:1rem}.root-web-sdk #containerForm .AddressEdit .screen-fields-web-sdk .field-wrapper-web-sdk:nth-child(8) .input-web-sdk,.root-web-sdk #containerForm .AddressEdit .screen-fields-web-sdk .field-wrapper-web-sdk:nth-child(16) .input-web-sdk{width:100%}.root-web-sdk #containerForm .AddressEdit .submitFooter{border-top-width:1px;--border-opacity:1;border-color:#dfe0df;border-color:rgba(223, 224, 223, var(--border-opacity));width:auto;margin:.5rem -2rem -2rem}.root-web-sdk #containerForm .BasicProfile .title-web-sdk{--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity))}@media only screen and (max-width: 472px) and (min-width: 320px){.root-web-sdk #containerForm .BasicProfile .title-web-sdk{font-size:1.125rem}}@media (min-width: 472px){.root-web-sdk #containerForm .BasicProfile .title-web-sdk{font-size:1.875rem}}.root-web-sdk #containerForm .BasicProfile .description-web-sdk .link-web-sdk{--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity))}.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .edit2Button,.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .edit3Button,.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .edit_button_4,.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .editButton{background-color:transparent;--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity));font-weight:500;height:2rem;align-self:flex-end;position:absolute;right:2rem;font-size:1rem;margin-top:32px;line-height:20px}@media (min-width: 460px){.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .edit2Button,.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .edit3Button,.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .edit_button_4,.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .editButton{font-size:1.125rem}}.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk [data-testid*=edit_button]{position:absolute;margin-top:32px;right:2rem}.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .container-web-sdk{display:flex;flex-direction:column;border-width:1px;--border-opacity:1;border-color:#e5e8e8;border-color:rgba(229, 232, 232, var(--border-opacity));margin-top:0;margin-bottom:.75rem;width:100%;align-items:flex-start;padding:1.5rem .25rem .5rem 0}@media (min-width: 460px){.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .container-web-sdk{padding-top:2rem;padding-bottom:.75rem}}.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .container-web-sdk[data-testId=“”text-description”“]{margin-bottom:1.5rem}.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk>.container-web-sdk{border:1px solid gray-200;border-radius:.5rem;box-shadow:0 1px 4px 1px rgba(0,0,0,0.08)}.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk>.container-web-sdk .container:last-of-type{border-bottom-width:0}.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .accessibility_title,.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .addressTitle,.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .contactSectionTitle,.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .screenTitle{font-size:1.375rem;font-weight:600;align-self:flex-start;margin-left:.25rem;margin-bottom:1.25rem;font-weight:700 !important}@media (min-width: 460px){.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .accessibility_title,.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .addressTitle,.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .contactSectionTitle,.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .screenTitle{font-size:1.875rem}}.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .accessibility_title_field,.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .address_title_field,.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .contact_tile_field,.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .name_tile_field{padding-right:.75rem;border-radius:.75rem;margin-bottom:1.5rem}.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .add_phone_field,.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .birthdateField,.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .countryCodeField,.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .emailAddressField,.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .ethnicityField,.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .firstNameField,.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .fullAddressField,.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .home_for_shipping,.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .lastNameField,.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .mailing_full_address_field,.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .middleNameField,.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .phoneField,.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .raceField,.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .secondaryPhoneField,.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .sexField,.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .suffixField{position:relative;border-width:0;height:4rem;padding-top:0;padding-bottom:.5rem}@media (min-width: 460px){.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .add_phone_field,.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .birthdateField,.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .countryCodeField,.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .emailAddressField,.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .ethnicityField,.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .firstNameField,.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .fullAddressField,.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .home_for_shipping,.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .lastNameField,.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .mailing_full_address_field,.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .middleNameField,.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .phoneField,.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .raceField,.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .secondaryPhoneField,.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .sexField,.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .suffixField{height:2.5rem;display:flex;flex-direction:row;margin-top:0;padding-left:0;padding-right:0;justify-content:flex-start}}.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .accessibility_title,.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .add_phone_field,.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .addressTitle,.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .birthdateField,.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .contactSectionTitle,.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .countryCodeField,.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .emailAddressField,.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .ethnicityField,.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .firstNameField,.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .fullAddressField,.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .hearing_impaired_field,.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .home_for_shipping,.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .lastNameField,.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .mailing_full_address_field,.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .middleNameField,.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .phoneField,.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .preferred_language_for_visits_field,.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .raceField,.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .screenTitle,.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .secondaryPhoneField,.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .sexField,.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .suffixField{margin-left:32px}.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .hearing_impaired_field{border-width:0;height:4rem;padding-top:0;padding-bottom:.5rem}@media (min-width: 460px){.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .hearing_impaired_field{height:2.5rem;margin-top:0;padding-left:0;padding-right:0;justify-content:flex-start}}.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .hearing_impaired_field .field_label{width:100%}.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .hearing_impaired_field .field_value{align-self:flex-start;margin-top:.5rem;margin-left:0}.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .preferred_language_for_visits_field{border-right:none;border-left:none;padding-top:.75rem;margin-top:.75rem;border-bottom:1px;border-radius:0;align-self:flex-start;width:90%;padding-left:0}.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .birthdateField,.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .countryCodeField,.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .emailAddressField,.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .firstNameField,.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .fullAddressField,.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .home_for_shipping,.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .lastNameField,.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .mailing_full_address_field,.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .middleNameField,.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .phoneField,.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .raceField,.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .sexField,.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .suffixField{--border-opacity:1;border-color:#e5e8e8;border-color:rgba(229, 232, 232, var(--border-opacity));border-bottom-width:1px;border-radius:0;align-self:flex-start;padding-left:0;width:92%}.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .fullAddressField{border-bottom-width:1px;height:6rem}@media (min-width: 460px){.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .fullAddressField{height:4rem;align-items:center}}.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .countryCodeField,.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .emailAddressField,.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .firstNameField{border-top-width:0}.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .emailAddressField{flex:2}.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .emailAddressField p:nth-child(2){word-break:break-all}@media (min-width: 460px){.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .emailAddressField p:nth-child(2){max-width:60%}}.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .field_label,.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .shipping_label{--text-opacity:1;color:#5b5c5c;color:rgba(91, 92, 92, var(--text-opacity));align-self:baseline;margin-bottom:0;font-size:.875rem}@media (min-width: 460px){.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .field_label,.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .shipping_label{width:9rem;align-self:center}}.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .preferred_language_for_visits_field>p{width:100%;margin-bottom:0}.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .preferred_language_for_visits_field .field_value{margin-top:.5rem}.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .shipping_label{display:none}@media (min-width: 460px){.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .shipping_label{display:block}}.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .field_value{align-self:baseline;margin-left:.25rem}@media (min-width: 460px){.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .field_value{align-self:center}}.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .add_phone_field{padding-top:.5rem}.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .addPhoneButton,.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .addPhonePlus{display:inline-block;--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity))}.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .addPhonePlus{margin-right:.625rem}.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .mobileIcon{font-size:15px;border-radius:.75rem;border-width:1px;padding:.125rem .75rem;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));--text-opacity:1;color:#0a0a0a;color:rgba(10, 10, 10, var(--text-opacity));margin-left:1rem;align-self:center}.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .home_for_shipping{flex-direction:row;height:2rem;justify-content:flex-start;margin-bottom:0}@media (min-width: 460px){.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .home_for_shipping{margin-bottom:.5rem;min-width:18rem}}.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .home_for_shipping .icn_ok{width:1rem;height:1rem;background-image:url(https://assets.livongo.com/image/upload/v1713283335/web-sdk/icons/check-circle-active.svg);margin-bottom:1.75rem;align-self:center;background-repeat:no-repeat;background-size:contain}@media (min-width: 460px){.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .home_for_shipping .icn_ok{margin-bottom:0;margin-left:0;margin-right:.25rem}}.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .home_for_shipping .title{width:16rem;font-size:.875rem;margin-bottom:3rem;margin-left:.25rem;align-self:flex-start}@media (min-width: 460px){.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .home_for_shipping .title{margin-top:.25rem;margin-bottom:1.25rem}}.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .mailing_full_address_field{border-width:0}.root-web-sdk #containerForm .BasicProfile .screen-fields-web-sdk .bufferIcon{display:none}.root-web-sdk #containerForm .ContactInfoEdit .title-web-sdk{--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity))}@media only screen and (max-width: 472px) and (min-width: 320px){.root-web-sdk #containerForm .ContactInfoEdit .title-web-sdk{font-size:1.125rem}}@media (min-width: 472px){.root-web-sdk #containerForm .ContactInfoEdit .title-web-sdk{font-size:1.875rem}}.root-web-sdk #containerForm .ContactInfoEdit .description-web-sdk .link-web-sdk{--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity))}.root-web-sdk #containerForm .ContactInfoEdit .screen-fields-web-sdk{border-width:1px;--border-opacity:1;border-color:#dfe0df;border-color:rgba(223, 224, 223, var(--border-opacity));border-radius:.75rem;box-shadow:0 1px 4px 1px rgba(0,0,0,0.08);padding:2rem}.root-web-sdk #containerForm .ContactInfoEdit .requiredInfo{--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity));margin-bottom:1.5rem}.root-web-sdk #containerForm .ContactInfoEdit .remove_secondary_phone{--text-opacity:1;color:#cd000a;color:rgba(205, 0, 10, var(--text-opacity));display:flex;align-items:center}.root-web-sdk #containerForm .ContactInfoEdit .field-wrapper-web-sdk{margin-bottom:.25rem}.root-web-sdk #containerForm .ContactInfoEdit .field-wrapper-web-sdk .checkbox-wrapper-web-sdk{margin-bottom:32px;margin-top:.5rem}.root-web-sdk #containerForm .ContactInfoEdit .field-wrapper-web-sdk .label-title-web-sdk{margin-top:0;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity))}.root-web-sdk #containerForm .ContactInfoEdit .field-wrapper-web-sdk .label-undefined-web-sdk{margin-bottom:.25rem}.root-web-sdk #containerForm .ContactInfoEdit .field-wrapper-web-sdk .TDFieldOptionPhoneNumber{line-height:0}.root-web-sdk #containerForm .ContactInfoEdit .field-wrapper-web-sdk .websdk-relative{margin-bottom:32px}.root-web-sdk #containerForm .ContactInfoEdit .field-wrapper-web-sdk:nth-child(2){width:90%}.root-web-sdk #containerForm .ContactInfoEdit .field-wrapper-web-sdk:nth-child(4) .input-web-sdk,.root-web-sdk #containerForm .ContactInfoEdit .field-wrapper-web-sdk:nth-child(7) .input-web-sdk{width:56%}.root-web-sdk #containerForm .ContactInfoEdit .addPhoneButton{margin-left:1rem}.root-web-sdk #containerForm .ContactInfoEdit .custom-select-wrapper-web-sdk>input{width:56%}.root-web-sdk #containerForm .ContactInfoEdit .ic_tdh_trash_default{background:url(https://assets.livongo.com/image/upload/v1713283576/web-sdk/icons/trash-default.svg) no-repeat 50%;width:1rem;height:1rem}.root-web-sdk #containerForm .ContactInfoEdit .is_mobile_checkbox,.root-web-sdk #containerForm .ContactInfoEdit .is_mobile_second_checkbox{font-weight:400}.root-web-sdk #containerForm .ContactInfoEdit .submitFooter{border-top-width:1px;--border-opacity:1;border-color:#dfe0df;border-color:rgba(223, 224, 223, var(--border-opacity));margin-left:-2rem;margin-right:-2rem;margin-bottom:-2rem !important;width:auto;margin-top:32px}.root-web-sdk #containerForm>.ContactInfoEdit>.field-wrapper-web-sdk>.custom-select-wrapper-web-sdk{width:56%}.root-web-sdk #containerForm .modernized-modal-wrapper-web-sdk.error_modal{min-height:0;padding:0;position:absolute;top:9rem}.root-web-sdk #containerForm .modernized-modal-wrapper-web-sdk.error_modal .modernized-modal-web-sdk .modernized-dismissible-button{display:none}.root-web-sdk #containerForm .modernized-modal-wrapper-web-sdk.error_modal .modernized-modal-web-sdk .container-web-sdk .error_modal_title{font-size:1.25rem;font-weight:700}.root-web-sdk #containerForm .modernized-modal-wrapper-web-sdk.error_modal .modernized-modal-web-sdk .container-web-sdk .button-cancel_button,.root-web-sdk #containerForm .modernized-modal-wrapper-web-sdk.error_modal .modernized-modal-web-sdk .container-web-sdk .button-refresh_button{border-radius:1.5rem;width:25%;float:right;margin-left:.625rem}.root-web-sdk #containerForm .modernized-modal-wrapper-web-sdk.migration_success_mobile_web_dialog .modernized-modal-web-sdk{display:flex;flex-direction:column;text-align:left}.root-web-sdk #containerForm .modernized-modal-wrapper-web-sdk.migration_success_mobile_web_dialog .modernized-modal-web-sdk .dialog_title{font-size:1.625rem}.root-web-sdk #containerForm .modernized-modal-wrapper-web-sdk.migration_success_mobile_web_dialog .modernized-modal-web-sdk .container-web-sdk{align-self:flex-end}.root-web-sdk #containerForm .modernized-modal-wrapper-web-sdk.migration_success_mobile_web_dialog .modernized-modal-web-sdk .container-web-sdk .ModernizedButton-button-wrapper-web-sdk{margin:auto .5rem}.root-web-sdk #containerForm .CoverageAndBilling .title-web-sdk{font-weight:700 !important;font-size:1.5rem;margin-bottom:1rem}@media (min-width: 576px){.root-web-sdk #containerForm .CoverageAndBilling .title-web-sdk{font-size:1.875rem}}@media (max-width: 376px){.root-web-sdk #containerForm .CoverageAndBilling .title-web-sdk{padding-left:1rem}}.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .billing_section,.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .coverage_section,.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .invoices_section{border-radius:.75rem;box-shadow:0 1px 4px 1px rgba(0,0,0,0.08);padding:2rem}@media (max-width: 376px){.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .billing_section,.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .coverage_section,.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .invoices_section{padding:1.5rem 1rem}}.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .billing_section{margin-bottom:1.5rem;overflow:hidden}.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .billing_section .no_cc{--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity));font-size:1.125rem;margin-bottom:32px;line-height:1.75rem;font-weight:400;font-family:Effra,Arial,sans-serif}.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .billing_section .divider-web-sdk{width:100%;border-bottom-width:1px;margin-top:0;margin-bottom:32px}.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .billing_section .ic_pulse_info_default{background-repeat:no-repeat;background-image:url(https://assets.livongo.com/image/upload/v1713276707/web-sdk/icons/ic_pulse_info_default.svg)}.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .billing_section .information_label{--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity));font-size:15px;font-weight:400;font-family:Effra,Arial,sans-serif;margin-bottom:.5rem;margin-left:2.25rem;padding-left:1.25rem;margin-top:32px}.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .billing_section .add_card_button{font-size:1.125rem;line-height:20px;width:150%;text-align:start;border-top:1px solid #dfe0df;margin-bottom:0;margin-left:-2rem;margin-right:-2rem;padding-left:2rem;padding-top:2rem;--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity))}.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .billing_section .add_card_button:hover{text-decoration:underline;opacity:1;--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity));text-underline-offset:10%}.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .billing_section .cards_container{display:flex;flex-direction:column;align-items:flex-start}.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .billing_section .cards_container .credit_card,.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .billing_section .cards_container .primary_credit_card,.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .billing_section .cards_container .secondary_credit_card{width:100%;position:relative;margin-bottom:1rem}.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .billing_section .cards_container .card_labels_container{display:flex;grid-gap:.5rem;gap:.5rem;margin-top:.5rem;padding-left:2.25rem}.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .billing_section .cards_container .card_labels_container .primary_card_label,.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .billing_section .cards_container .card_labels_container .hsa_fsa_label{@aplply leading-5;--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity));font-size:15px;font-weight:400;font-family:Effra,Arial,sans-serif;border-radius:.25rem;padding:.25rem 1rem;margin-bottom:0;border-radius:9999px}.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .billing_section .cards_container .card_labels_container .primary_card_label{--bg-opacity:1;background-color:#078708;background-color:rgba(7, 135, 8, var(--bg-opacity))}.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .billing_section .cards_container .card_labels_container .hsa_fsa_label{--bg-opacity:1;background-color:#0078bc;background-color:rgba(0, 120, 188, var(--bg-opacity))}.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .billing_section .credit_card .icon-web-sdk,.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .billing_section .primary_credit_card .icon-web-sdk,.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .billing_section .secondary_credit_card .icon-web-sdk{display:inline-block;margin:0;height:1.25rem;width:36px;background:url(https://assets.livongo.com/image/upload/v1713275953/web-sdk/icons/cardlogo_undefined_g65rzo.png);border-radius:.25rem;background-size:contain;background-repeat:no-repeat}.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .billing_section .credit_card .cardlogo_mastercard,.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .billing_section .primary_credit_card .cardlogo_mastercard,.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .billing_section .secondary_credit_card .cardlogo_mastercard{background-image:url(https://assets.livongo.com/image/upload/v1713275942/web-sdk/icons/cardlogo_master_mdosh4.png)}.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .billing_section .credit_card .cardlogo_visa,.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .billing_section .primary_credit_card .cardlogo_visa,.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .billing_section .secondary_credit_card .cardlogo_visa{background-image:url(https://assets.livongo.com/image/upload/v1713275964/web-sdk/icons/cardlogo_visa_tfcoft.png)}.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .billing_section .credit_card .cardlogo_amex,.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .billing_section .primary_credit_card .cardlogo_amex,.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .billing_section .secondary_credit_card .cardlogo_amex{background-image:url(https://assets.livongo.com/image/upload/v1713275921/web-sdk/icons/cardlogo_amex_fftltq.png)}.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .billing_section .credit_card .cardlogo_discover,.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .billing_section .primary_credit_card .cardlogo_discover,.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .billing_section .secondary_credit_card .cardlogo_discover{background-image:url(https://assets.livongo.com/image/upload/v1713275932/web-sdk/icons/cardlogo_discover_tigbce.png)}.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .billing_section .credit_card .ic_directional_arrow_right_arrow,.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .billing_section .primary_credit_card .ic_directional_arrow_right_arrow,.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .billing_section .secondary_credit_card .ic_directional_arrow_right_arrow{position:absolute;top:0;right:0;--text-opacity:1;color:#718096;color:rgba(113, 128, 150, var(--text-opacity));background:url(https://assets.livongo.com/image/upload/v1713187567/web-sdk/icons/directional_arrow_right_jdrcxf.svg) no-repeat 50%;width:36px;height:20px;opacity:.25}.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .billing_section .credit_card .ic_directional_arrow_right_arrow:hover,.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .billing_section .primary_credit_card .ic_directional_arrow_right_arrow:hover,.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .billing_section .secondary_credit_card .ic_directional_arrow_right_arrow:hover{opacity:1}.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .billing_section .billing_title{font-family:Effra,Arial,sans-serif;font-weight:500;line-height:2rem;margin-bottom:1.5rem}@media only screen and (max-width: 472px) and (min-width: 320px){.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .billing_section .billing_title{font-size:1.375rem}}@media (min-width: 472px){.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .billing_section .billing_title{font-size:1.625rem}}.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .billing_section .edit_button{--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity));font-size:1.125rem;position:absolute;top:0;right:0;line-height:20px;font-weight:500}@media (min-width: 576px){.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .billing_section .edit_button{font-size:1.125rem}}.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .billing_section .edit_button:hover{text-decoration:underline;opacity:1;--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity));text-underline-offset:10%}.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .billing_section .cc_number{display:inline-block;font-family:Effra,Arial,sans-serif;font-size:1.125rem;font-weight:400;line-height:1.75rem;margin-bottom:0}.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .billing_section .expiration_date{position:relative;left:36px;line-height:20px;--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity));font-size:15px;font-weight:400;font-family:Effra,Arial,sans-serif;margin-bottom:0}.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .invoices_section{margin-bottom:1.5rem}.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .invoices_section .invoices_link_container{display:flex;align-items:center}.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .invoices_section .invoices_link_container .ic_tdh_ext_link_default{background-size:contain;display:inline-block;--bg-opacity:1;background-color:#5156f5;background-color:rgba(81, 86, 245, var(--bg-opacity));-webkit-mask:url(https://assets.livongo.com/image/upload/v1713187824/web-sdk/icons/external_link_uvskf2.svg) no-repeat;mask:url(https://assets.livongo.com/image/upload/v1713187824/web-sdk/icons/external_link_uvskf2.svg) no-repeat;height:1rem;width:1rem}.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .invoices_section .invoices_link_container .invoices_link_text{display:inline-block;font-size:18px;line-height:20px;--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity));font-weight:500}.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .invoices_section .invoices_link_container .invoices_link_text:hover{text-decoration:underline;opacity:1;--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity));text-underline-offset:10%}.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .invoices_section .invoices_title{font-size:1.625rem;font-weight:500;line-height:2rem;margin-bottom:1.5rem}.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .coverage_section .coverage_header_container .coverage_title{font-size:1.375rem;font-weight:500;line-height:2rem;margin-bottom:1.5rem}@media (min-width: 376px){.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .coverage_section .coverage_header_container .coverage_title{font-size:1.625rem}}.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .coverage_section .coverage_header_container .coverage_edit{--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity));font-weight:500;padding-top:.25rem}.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .coverage_section .coverage_container .adolescent_mental_health_note-0{font-size:1.125rem;line-height:1.75rem;font-weight:400}.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .coverage_section .coverage_container .adolescent_mental_health_note-0 .link-web-sdk{--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity));text-decoration:underline}.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .coverage_section .coverage_container .coverage_section_title{font-size:1.625rem;font-weight:500;line-height:2rem;margin-bottom:1.5rem}.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .coverage_section .coverage_container .divider-web-sdk{border-top-width:1px;border-style:solid;margin-bottom:32px;margin-top:1.5rem}.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .coverage_section .coverage_container .add_coverage_button{font-size:18px;font-weight:500;font-style:normal;margin:0 -2rem;padding-left:2rem;--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity));line-height:20px}.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .coverage_section .coverage_container .add_coverage_button:hover{text-decoration:underline;opacity:1;--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity));text-underline-offset:10%}.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .coverage_section .coverage_container [class*=coverage_tile]{margin-bottom:1rem;display:flex;padding:1.5rem 1.5rem 1.5rem 1rem;flex-direction:column;align-items:flex-start;border-radius:.5rem;grid-gap:.75rem;gap:.75rem;box-shadow:0 1px 4px 1px rgba(0,0,0,0.08)}.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .coverage_section .coverage_container [class*=coverage_tile] [class*=group_name]{font-size:1.125rem;font-style:normal;font-weight:500;line-height:20px;margin-bottom:0}.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .coverage_section .coverage_container [class*=coverage_tile] [class*=group_specialties]{width:auto;display:flex;flex-wrap:wrap;flex-direction:column;grid-gap:1rem;gap:1rem}@media (min-width: 768px){.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .coverage_section .coverage_container [class*=coverage_tile] [class*=group_specialties]{flex-direction:row;align-items:center}}.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .coverage_section .coverage_container [class*=coverage_tile] [class*=group_specialties] [class*=group_specialty]{display:flex;padding:0;width:auto;align-items:center;grid-gap:.25rem;gap:.25rem}.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .coverage_section .coverage_container [class*=coverage_tile] [class*=group_specialties] [class*=group_specialty] .labelTitle{font-style:normal;font-weight:400;font-size:15px;margin-bottom:0}.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .coverage_section .coverage_container [class*=coverage_tile] [class*=group_specialties] [class*=group_specialty] .icn_complete{-webkit-mask:url(https://assets.livongo.com/image/upload/v1713283350/web-sdk/icons/check-circle-default.svg) no-repeat;mask:url(https://assets.livongo.com/image/upload/v1713283350/web-sdk/icons/check-circle-default.svg) no-repeat;display:inline-block;--bg-opacity:1;background-color:#181919;background-color:rgba(24, 25, 25, var(--bg-opacity));align-self:center;width:1rem;height:1rem;margin-right:0}.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .coverage_section .date_of_birth,.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .coverage_section .first_name_title,.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .coverage_section .group_id,.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .coverage_section .insurance_provider,.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .coverage_section .last_name_title,.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .coverage_section .member_id{display:grid;--border-opacity:1;border-color:#d9d9d9;border-bottom:1px;border-style:solid;border-color:rgba(217, 217, 217, var(--border-opacity));grid-template-columns:repeat(1, minmax(0, 1fr))}@media (min-width: 376px){.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .coverage_section .date_of_birth,.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .coverage_section .first_name_title,.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .coverage_section .group_id,.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .coverage_section .insurance_provider,.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .coverage_section .last_name_title,.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .coverage_section .member_id{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));grid-column-gap:2rem;-moz-column-gap:2rem;column-gap:2rem}}.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .coverage_section .date_of_birth .field_label,.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .coverage_section .first_name_title .field_label,.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .coverage_section .group_id .field_label,.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .coverage_section .insurance_provider .field_label,.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .coverage_section .last_name_title .field_label,.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .coverage_section .member_id .field_label{font-size:15px;--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity));line-height:20px;font-weight:400;display:inline-block;padding-top:1rem}@media (min-width: 376px){.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .coverage_section .date_of_birth .field_label,.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .coverage_section .first_name_title .field_label,.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .coverage_section .group_id .field_label,.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .coverage_section .insurance_provider .field_label,.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .coverage_section .last_name_title .field_label,.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .coverage_section .member_id .field_label{padding-top:.25rem;padding-bottom:.25rem}}.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .coverage_section .date_of_birth .field_value,.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .coverage_section .first_name_title .field_value,.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .coverage_section .group_id .field_value,.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .coverage_section .insurance_provider .field_value,.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .coverage_section .last_name_title .field_value,.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .coverage_section .member_id .field_value{font-size:1.125rem;font-weight:400;line-height:20px;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));grid-column:span 2/span 2;padding-top:.5rem;padding-bottom:1rem}@media (min-width: 376px){.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .coverage_section .date_of_birth .field_value,.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .coverage_section .first_name_title .field_value,.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .coverage_section .group_id .field_value,.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .coverage_section .insurance_provider .field_value,.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .coverage_section .last_name_title .field_value,.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .coverage_section .member_id .field_value{padding-top:1rem;padding-bottom:1rem}}.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .coverage_section .date_of_birth .icon-web-sdk,.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .coverage_section .first_name_title .icon-web-sdk,.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .coverage_section .group_id .icon-web-sdk,.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .coverage_section .insurance_provider .icon-web-sdk,.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .coverage_section .last_name_title .icon-web-sdk,.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .coverage_section .member_id .icon-web-sdk{display:none}.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .coverage_section .date_of_birth .field_label,.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .coverage_section .group_id .field_label,.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .coverage_section .insurance_provider .field_label,.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .coverage_section .member_id .field_label{padding-top:.5rem}@media (min-width: 376px){.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .coverage_section .date_of_birth .field_label,.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .coverage_section .group_id .field_label,.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .coverage_section .insurance_provider .field_label,.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .coverage_section .member_id .field_label{padding-top:1rem;padding-bottom:1rem}}.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .coverage_section .group_id{border-style:none}.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .add_pending_benefits_notification{--bg-opacity:1;background-color:#f1f4f8;background-color:rgba(241, 244, 248, var(--bg-opacity));border-radius:.75rem;padding:1.25rem .75rem 1px}.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .add_pending_benefits_notification .modernized-inline-message-wrapper-web-sdk{float:left;width:80%}.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .add_pending_benefits_notification span{font-weight:500}.root-web-sdk #containerForm .CoverageAndBilling .screen-fields-web-sdk .add_pending_benefits_notification .add_new_coverage_button{width:20%}.root-web-sdk #containerForm .CoverageAndBilling .addPhoneButton,.root-web-sdk #containerForm .CoverageAndBilling .addPhonePlus{--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity));border-width:1px 0 0;--border-opacity:1;border-color:#e5e8e8;border-color:rgba(229, 232, 232, var(--border-opacity));width:100%;padding-top:1.25rem;position:relative;font-size:.875rem;text-align:left;padding-left:1rem;margin-bottom:.75rem;grid-gap:.25rem;gap:.25rem}@media (min-width: 576px){.root-web-sdk #containerForm .CoverageAndBilling .addPhoneButton,.root-web-sdk #containerForm .CoverageAndBilling .addPhonePlus{font-size:1rem}}.root-web-sdk #containerForm .CoverageAndBilling .addPhoneButton .hidden,.root-web-sdk #containerForm .CoverageAndBilling .addPhonePlus .hidden{display:none}.root-web-sdk #containerForm .CoverageAndBilling .submitFooter{border-top-width:1px;--border-opacity:1;border-color:#dfe0df;border-color:rgba(223, 224, 223, var(--border-opacity));margin-left:-2rem;margin-right:-2rem;margin-bottom:-2rem;width:auto}.root-web-sdk #containerForm .Dependent .screen-fields-web-sdk button[data-testid]{margin-bottom:1rem}.root-web-sdk #containerForm .EditCard .title-web-sdk{--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity))}@media only screen and (max-width: 472px) and (min-width: 320px){.root-web-sdk #containerForm .EditCard .title-web-sdk{font-size:1.125rem}}@media (min-width: 472px){.root-web-sdk #containerForm .EditCard .title-web-sdk{font-size:1.875rem}}.root-web-sdk #containerForm .EditCard .screen-fields-web-sdk{border-radius:.75rem;border-width:1px;--border-opacity:1;border-color:#dfe0df;border-color:rgba(223, 224, 223, var(--border-opacity));padding:2rem}.root-web-sdk #containerForm .EditCard .screen-fields-web-sdk .field-wrapper-web-sdk{margin-top:1.5rem;margin-bottom:0}.root-web-sdk #containerForm .EditCard .screen-fields-web-sdk .text-web-sdk{margin-top:32px}.root-web-sdk #containerForm .EditCard .screen-fields-web-sdk .autocomplete-web-sdk{margin-top:0;font-size:1.125rem}.root-web-sdk #containerForm .EditCard .screen-fields-web-sdk .custom-select-web-sdk{width:100%}.root-web-sdk #containerForm .EditCard .screen-fields-web-sdk .label-title-websdk{--text-opacity:1;color:#0a0a0a;color:rgba(10, 10, 10, var(--text-opacity))}.root-web-sdk #containerForm .EditCard .screen-fields-web-sdk .cardDetailsDescription{padding-top:0;margin-top:0}.root-web-sdk #containerForm .EditCard .screen-fields-web-sdk .cardDetails,.root-web-sdk #containerForm .EditCard .screen-fields-web-sdk .credit-card-logo-web-sdk{display:none}.root-web-sdk #containerForm .EditCard .screen-fields-web-sdk .cardDetailsDescription{margin-bottom:1.5rem}.root-web-sdk #containerForm .EditCard .screen-fields-web-sdk .requiredText{margin-top:0 !important;--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity))}.root-web-sdk #containerForm .EditCard .screen-fields-web-sdk .field-wrapper-web-sdk:nth-child(4){margin-bottom:32px}.root-web-sdk #containerForm .EditCard .screen-fields-web-sdk .field-wrapper-web-sdk:nth-child(5){width:25%;margin-left:1rem;display:inline-block;float:right;margin-bottom:4rem}@media (max-width: 500px){.root-web-sdk #containerForm .EditCard .screen-fields-web-sdk .field-wrapper-web-sdk:nth-child(5){float:left;margin-left:0;display:contents;margin-bottom:32px}}.root-web-sdk #containerForm .EditCard .screen-fields-web-sdk .field-wrapper-web-sdk:nth-child(11),.root-web-sdk #containerForm .EditCard .screen-fields-web-sdk .field-wrapper-web-sdk:nth-child(12){display:inline-block;margin-bottom:0;width:47%}.root-web-sdk #containerForm .EditCard .screen-fields-web-sdk .field-wrapper-web-sdk:nth-child(12){float:right}.root-web-sdk #containerForm .EditCard .screen-fields-web-sdk .billingAddressText{font-size:1.375rem;margin-top:32px;display:inline-block}.root-web-sdk #containerForm .EditCard .screen-fields-web-sdk .submitFooter{border-top-width:1px;--border-opacity:1;border-color:#dfe0df;border-color:rgba(223, 224, 223, var(--border-opacity));margin:32px -2rem -2rem;width:auto}.root-web-sdk #containerForm .EditCard .screen-fields-web-sdk .icon-web-sdk{display:none}.root-web-sdk #containerForm .EditCard .screen-fields-web-sdk .delete_button .text-link-web-sdk{background:url(https://assets.livongo.com/image/upload/v1713283576/web-sdk/icons/trash-default.svg);background-size:14px;background-repeat:no-repeat;padding-left:1.5rem;--text-opacity:1;color:#cd000a;color:rgba(205, 0, 10, var(--text-opacity));background-position:0;display:none}@media (max-width: 500px){.root-web-sdk #containerForm .EditCard .screen-fields-web-sdk .delete_button .text-link-web-sdk{display:block}}.root-web-sdk #containerForm .EditCard .screen-fields-web-sdk button[name=delete_button]{display:none}@media (max-width: 500px){.root-web-sdk #containerForm .EditCard .screen-fields-web-sdk button[name=delete_button]{display:flex}}.root-web-sdk #containerForm .EditCard .screen-fields-web-sdk .button-dismiss_button,.root-web-sdk #containerForm .EditCard .screen-fields-web-sdk .button-save_button{font-size:1.125rem}.root-web-sdk #containerForm .EditCard .screen-fields-web-sdk button[name*=delete_button_footer]{margin-right:32px;margin-left:auto}@media (max-width: 500px){.root-web-sdk #containerForm .EditCard .screen-fields-web-sdk button[name*=delete_button_footer]{display:none}}.root-web-sdk #containerForm .EditCard .screen-fields-web-sdk .delete_button_footer{width:-moz-fit-content;width:fit-content;margin-right:32px;float:right}.root-web-sdk #containerForm .EditCard .screen-fields-web-sdk .delete_button_footer .text-web-sdk{background:url(https://assets.livongo.com/image/upload/v1713283576/web-sdk/icons/trash-default.svg);background-size:14px;background-repeat:no-repeat;padding-left:1.5rem;background-position:0;--text-opacity:1;color:#cd000a;color:rgba(205, 0, 10, var(--text-opacity));margin-left:auto;display:block}@media (max-width: 500px){.root-web-sdk #containerForm .EditCard .screen-fields-web-sdk .delete_button_footer .text-web-sdk{display:none}}.root-web-sdk #containerForm .EditCard~.dialog-overlay-web-sdk .dialog-wrapper-web-sdk .dialog-web-sdk{padding-left:2rem !important;padding-right:2rem !important;padding-top:1rem !important;max-width:30rem}.root-web-sdk #containerForm .EditCard~.dialog-overlay-web-sdk .dialog-wrapper-web-sdk .dialog-web-sdk .dialog-header-web-sdk{position:relative;padding:0 !important;left:0;--border-opacity:1;border-color:#dfe0df;border-bottom:1px;border-color:rgba(223, 224, 223, var(--border-opacity));border-style:solid;margin-bottom:1.5rem}.root-web-sdk #containerForm .EditCard~.dialog-overlay-web-sdk .dialog-wrapper-web-sdk .dialog-web-sdk .dialog-content-web-sdk{padding:0 !important;margin-top:.5rem}@media (max-width: 768px){.root-web-sdk #containerForm .EditCard~.dialog-overlay-web-sdk .dialog-wrapper-web-sdk .dialog-web-sdk{padding:1.5rem}}.root-web-sdk #containerForm .EditCard~.dialog-overlay-web-sdk .dialog-wrapper-web-sdk .dialog-web-sdk button.dialog-web-sdk-ico-close{height:1rem;min-width:1rem;margin:0;top:.5rem;right:.5rem;position:absolute !important;background:url(https://assets.livongo.com/image/upload/v1713279106/web-sdk/icons/pulse-dialog-close.svg) no-repeat 50%}.root-web-sdk #containerForm .EditCard~.dialog-overlay-web-sdk .dialog-wrapper-web-sdk .dialog-web-sdk button.dialog-web-sdk-ico-close:focus{outline:2px solid transparent;outline-offset:2px}.root-web-sdk #containerForm .EditCard~.dialog-overlay-web-sdk .dialog-wrapper-web-sdk .dialog-web-sdk #dialog-heading{font-size:30px;line-height:2.25rem;text-align:left;left:0 !important}@media (max-width: 768px){.root-web-sdk #containerForm .EditCard~.dialog-overlay-web-sdk .dialog-wrapper-web-sdk .dialog-web-sdk #dialog-heading{padding-bottom:.75rem;font-size:1.5rem;line-height:1.75rem}}.root-web-sdk #containerForm .EditCard~.dialog-overlay-web-sdk .dialog-wrapper-web-sdk .dialog-web-sdk .dialog_subheader{font-weight:400;font-size:18px;line-height:1.75rem;--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity));margin-bottom:32px}@media (max-width: 768px){.root-web-sdk #containerForm .EditCard~.dialog-overlay-web-sdk .dialog-wrapper-web-sdk .dialog-web-sdk .dialog_subheader{line-height:1.5rem}}.root-web-sdk #containerForm .EditCard~.dialog-overlay-web-sdk .dialog-wrapper-web-sdk .dialog-web-sdk .button-confirm_button{width:auto;font-weight:500;font-size:18px;line-height:20px;display:inline-block;border-radius:9999px;padding:14px 2rem;height:3rem;margin-top:0}@media (max-width: 768px){.root-web-sdk #containerForm .EditCard~.dialog-overlay-web-sdk .dialog-wrapper-web-sdk .dialog-web-sdk .button-confirm_button{width:100%;margin-bottom:1rem}}.root-web-sdk #containerForm .EditCard~.dialog-overlay-web-sdk .dialog-wrapper-web-sdk .dialog-web-sdk .button-dismiss_button{--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity));--border-opacity:1;border:1px solid #5156f5;border-color:rgba(81, 86, 245, var(--border-opacity));border-radius:9999px;display:inline-block;padding:14px 2rem;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));height:3rem;margin-top:0}@media (max-width: 768px){.root-web-sdk #containerForm .EditCard~.dialog-overlay-web-sdk .dialog-wrapper-web-sdk .dialog-web-sdk .button-dismiss_button{width:100%}}.root-web-sdk #containerForm .LanguageMenu{height:100%;overflow:hidden;--border-opacity:1;border-color:#e5e8e8;border-color:rgba(229, 232, 232, var(--border-opacity))}.root-web-sdk #containerForm .LanguageMenu .text-web-sdk{line-height:1.125}.root-web-sdk #containerForm .LanguageMenu .description-web-sdk{margin-top:-1.5rem}.root-web-sdk #containerForm .LanguageMenu .screen-fields-web-sdk{border-width:1px;--border-opacity:1;border-color:#dfe0df;border-color:rgba(223, 224, 223, var(--border-opacity));border-radius:.75rem;box-shadow:0 1px 4px 1px rgba(0,0,0,0.08);padding:2rem}.root-web-sdk #containerForm .LanguageMenu .screen-fields-web-sdk .hidden{display:none}.root-web-sdk #containerForm .LanguageMenu .screen-fields-web-sdk .language_container{margin-bottom:32px;width:100%;align-items:flex-start}.root-web-sdk #containerForm .LanguageMenu .screen-fields-web-sdk .language_container .title1{margin-bottom:.5rem;--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity));font-size:15px}.root-web-sdk #containerForm .LanguageMenu .screen-fields-web-sdk .language_container .title{margin-top:0;font-size:1.125rem;display:inline-block}.root-web-sdk #containerForm .LanguageMenu .screen-fields-web-sdk .button-web-sdk{width:7.5rem;display:block;position:relative;border-radius:9999px}.root-web-sdk #containerForm .LanguageMenu .screen-fields-web-sdk .language_container_selector{padding-bottom:2rem}.root-web-sdk #containerForm .LanguageMenu .screen-fields-web-sdk .language_container_selector .label-undefined-web-sdk{display:none}.root-web-sdk #containerForm .LanguageMenu .screen-fields-web-sdk .last-of-kind{padding-left:.8125rem}.root-web-sdk #containerForm .LanguageMenu .screen-fields-web-sdk .button_change{--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity));font-weight:500;font-size:1.125rem;display:inline-block;float:right}.root-web-sdk #containerForm .LanguageMenu .screen-fields-web-sdk .button_change:hover{text-decoration-thickness:1px;-webkit-text-decoration-line:underline;text-decoration-line:underline}.root-web-sdk #containerForm .LanguageMenu .screen-fields-web-sdk .choose_language{margin-bottom:0;--text-opacity:1;color:#727069;color:rgba(114, 112, 105, var(--text-opacity));font-size:1.125rem;line-height:1.75rem}.root-web-sdk #containerForm .LanguageMenu .screen-fields-web-sdk #dropdown_language-input{width:90%}.root-web-sdk #containerForm .LanguageMenu .screen-fields-web-sdk .preferred_language{font-weight:500;font-size:1.125rem;margin-left:0;margin-bottom:.5rem}.root-web-sdk #containerForm .LanguageMenu .screen-fields-web-sdk .field-wrapper-web-sdk{margin-bottom:0;width:100%;border-radius:1rem}.root-web-sdk #containerForm .LanguageMenu .screen-fields-web-sdk .submitFooter{border-top-width:1px;--border-opacity:1;border-color:#dfe0df;border-color:rgba(223, 224, 223, var(--border-opacity));margin-left:-2rem;margin-right:-2rem;margin-bottom:-2rem;width:auto}.root-web-sdk #containerForm .PasswordScreen{border-radius:.75rem;width:95%;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));padding:1rem;min-height:730px}.root-web-sdk #containerForm .PasswordScreen .screen-fields-web-sdk{border-width:1px;--border-opacity:1;border-color:#dfe0df;border-color:rgba(223, 224, 223, var(--border-opacity));border-radius:.75rem;box-shadow:0 1px 4px 1px rgba(0,0,0,0.08);padding:2rem}.root-web-sdk #containerForm .PasswordScreen .title-web-sdk{--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity))}@media only screen and (max-width: 472px) and (min-width: 320px){.root-web-sdk #containerForm .PasswordScreen .title-web-sdk{font-size:1.125rem}}@media (min-width: 472px){.root-web-sdk #containerForm .PasswordScreen .title-web-sdk{font-size:1.875rem}}.root-web-sdk #containerForm .PasswordScreen .field-wrapper-web-sdk:nth-child(2){margin-bottom:.75rem}.root-web-sdk #containerForm .PasswordScreen .at_least_one_number,.root-web-sdk #containerForm .PasswordScreen .lowercase_letter_required{margin-bottom:0;margin-top:0}.root-web-sdk #containerForm .PasswordScreen .field-wrapper-web-sdk .label-title-websdk{--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));font-weight:500;line-height:20px}.root-web-sdk #containerForm .PasswordScreen .field-wrapper-web-sdk input,.root-web-sdk #containerForm .PasswordScreen .field-wrapper-web-sdk span{max-width:563px}.root-web-sdk #containerForm .PasswordScreen .container-web-sdk:not(:last-child){box-shadow:none;flex-direction:row;border-style:none;height:1.25rem;margin-bottom:.5rem;position:relative;padding-left:1rem}.root-web-sdk #containerForm .PasswordScreen .container-web-sdk:not(:last-child):hover{border-style:none;box-shadow:none}.root-web-sdk #containerForm .PasswordScreen .container-web-sdk:not(:last-child) .field_value{margin-left:32px;margin-top:.25rem;line-height:20px}.root-web-sdk #containerForm .PasswordScreen .container-web-sdk:not(:last-child) .bullet{font-size:1.5rem;position:absolute;margin-left:0;line-height:20px}.root-web-sdk #containerForm .PasswordScreen .container-web-sdk:not(:last-child) .image-placeholder-websdk{height:1rem;width:1rem;background-repeat:no-repeat;position:absolute;left:.5rem}.root-web-sdk #containerForm .PasswordScreen .container-web-sdk:not(:last-child) .ic_close_default{background-image:url(https://assets.livongo.com/image/upload/v1713283407/web-sdk/icons/close-default.svg);margin-left:0}.root-web-sdk #containerForm .PasswordScreen .container-web-sdk:not(:last-child) .ic_check_circle_default{background-image:url(https://assets.livongo.com/image/upload/v1713283350/web-sdk/icons/check-circle-default.svg);margin-left:0}.root-web-sdk #containerForm .PasswordScreen .label-title-websdk{font-size:1.125rem}.root-web-sdk #containerForm .PasswordScreen .character_length{margin-bottom:32px}.root-web-sdk #containerForm .PasswordScreen .button-dismiss_button,.root-web-sdk #containerForm .PasswordScreen .button-save_button{font-size:1.125rem}.root-web-sdk #containerForm .PasswordScreen button[data-testid]{margin-bottom:-1.5rem;margin-top:1rem}.root-web-sdk #containerForm .PasswordScreen .submitFooter{border-top-width:1px;--border-opacity:1;border-color:#dfe0df;border-color:rgba(223, 224, 223, var(--border-opacity));margin-left:-2rem;margin-right:-2rem;margin-bottom:-2rem;width:auto}.root-web-sdk #containerForm>.PasswordScreen>.screen-fields-web-sdk>.character_length{margin-bottom:1.75rem}.root-web-sdk #containerForm .SecurityQuestions .screen-fields-web-sdk{border-width:1px;--border-opacity:1;border-color:#dfe0df;border-color:rgba(223, 224, 223, var(--border-opacity));border-radius:.75rem;box-shadow:0 1px 4px 1px rgba(0,0,0,0.08);padding:2rem}.root-web-sdk #containerForm .SecurityQuestions .submitFooter{border-top-width:1px;--border-opacity:1;border-color:#dfe0df;border-color:rgba(223, 224, 223, var(--border-opacity));margin-left:-2rem;margin-bottom:-2rem}.root-web-sdk #containerForm .SecurityQuestions button[data-testid]{margin-bottom:-1.5rem;margin-top:1rem}.root-web-sdk #containerForm .SecurityQuestions .button-dismiss_button,.root-web-sdk #containerForm .SecurityQuestions .button-save_button{font-size:1.125rem}.root-web-sdk #containerForm .SecurityQuestions .submitFooter{top:1rem;width:auto;margin-right:-2rem}.root-web-sdk #containerForm .custom-select-web-sdk{max-width:100% !important}.root-web-sdk #containerForm .SecurityQuestions .submitFooter{position:relative;top:0}.root-web-sdk #containerForm .SignInSecurityPreferences .screen-fields-web-sdk{position:relative}.root-web-sdk #containerForm .SignInSecurityPreferences .title-web-sdk{--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));font-size:1.125rem}@media (min-width: 576px){.root-web-sdk #containerForm .SignInSecurityPreferences .title-web-sdk{font-size:1.875rem}}.root-web-sdk #containerForm .SignInSecurityPreferences .change_label,.root-web-sdk #containerForm .SignInSecurityPreferences .current_username_value,.root-web-sdk #containerForm .SignInSecurityPreferences .last_password_change,.root-web-sdk #containerForm .SignInSecurityPreferences p[class*=security_question_value]{font-size:18px;line-height:20px;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity))}.root-web-sdk #containerForm .SignInSecurityPreferences .current_username_value{word-break:break-all;max-width:60%}.root-web-sdk #containerForm .SignInSecurityPreferences .current_username,.root-web-sdk #containerForm .SignInSecurityPreferences p[class*=security_question_label]{font-size:15px;line-height:20px;--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity))}.root-web-sdk #containerForm .SignInSecurityPreferences .sign_in_section{font-size:1.625rem;font-weight:500;--text-opacity:1;color:#181919;color:rgba(24, 25, 25, var(--text-opacity));line-height:2rem;display:inline-block;float:left;position:absolute;left:2rem;top:2rem;margin:0}@media (max-width: 768px){.root-web-sdk #containerForm .SignInSecurityPreferences .sign_in_section{font-size:1.375rem;line-height:1.5rem;left:1rem;top:1.5rem}}.root-web-sdk #containerForm .SignInSecurityPreferences .username_password_container{position:relative;padding-top:4rem;box-shadow:0 1px 4px 1px rgba(0,0,0,0.08);border-radius:.75rem}.root-web-sdk #containerForm .SignInSecurityPreferences .username_password_container .username_password_container_field{display:flex;flex-direction:column;margin-bottom:1.5rem}.root-web-sdk #containerForm .SignInSecurityPreferences .username_password_container .username_password_container_field .username_container{position:relative;padding:2rem}.root-web-sdk #containerForm .SignInSecurityPreferences .username_password_container .username_password_container_field .username_container .current_username{margin-bottom:.5rem}.root-web-sdk #containerForm .SignInSecurityPreferences .username_password_container .username_password_container_field .password_container{padding:2rem;position:relative;--border-opacity:1;border-color:#dfe0df;border-color:rgba(223, 224, 223, var(--border-opacity));border-top:1px rgba(223, 224, 223, var(--border-opacity));border-style:solid}.root-web-sdk #containerForm .SignInSecurityPreferences .username_password_container .username_password_container_field .password_container .last_password_change{display:inline-block}.root-web-sdk #containerForm .SignInSecurityPreferences .username_password_container .username_password_container_field .change_label,.root-web-sdk #containerForm .SignInSecurityPreferences .username_password_container .username_password_container_field .change_label_2,.root-web-sdk #containerForm .SignInSecurityPreferences .username_password_container .username_password_container_field [data-testid*=change_label]{position:absolute;padding-right:inherit;padding-bottom:inherit;right:0;bottom:0}.root-web-sdk #containerForm .SignInSecurityPreferences .username_password_container .username_password_container_field .change_label,.root-web-sdk #containerForm .SignInSecurityPreferences .username_password_container .username_password_container_field .change_label_2{--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity))}.root-web-sdk #containerForm .SignInSecurityPreferences .security_question_section_title{display:none}.root-web-sdk #containerForm .SignInSecurityPreferences .edit_security_questions{--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity))}.root-web-sdk #containerForm .SignInSecurityPreferences .security_questions_container{position:relative;padding:2rem;box-shadow:0 1px 4px 1px rgba(0,0,0,0.08);border-radius:.75rem}.root-web-sdk #containerForm .SignInSecurityPreferences .security_questions_container .edit_security_questions,.root-web-sdk #containerForm .SignInSecurityPreferences .security_questions_container [data-testid*=edit_security_questions]{position:absolute;padding-top:inherit;padding-right:inherit;right:0;top:0}.root-web-sdk #containerForm .SignInSecurityPreferences .security_questions_container .security_questions_section{font-size:1.625rem;font-weight:500;line-height:2rem;--text-opacity:1;color:#181919;color:rgba(24, 25, 25, var(--text-opacity));display:inline-block;float:left;margin:0}@media (max-width: 768px){.root-web-sdk #containerForm .SignInSecurityPreferences .security_questions_container .security_questions_section{font-size:1.375rem;line-height:1.5rem}}.root-web-sdk #containerForm .SignInSecurityPreferences .security_questions_container div[class*=security_questions_container_]{margin:0;display:flex;grid-gap:.5rem;gap:.5rem;flex-direction:column;padding-top:1rem;padding-bottom:1rem;width:100%}@media (max-width: 768px){.root-web-sdk #containerForm .SignInSecurityPreferences .username_password_container{padding-top:3rem}.root-web-sdk #containerForm .SignInSecurityPreferences .username_password_container .username_password_container_field .username_container{padding:1.5rem 1rem}.root-web-sdk #containerForm .SignInSecurityPreferences .username_password_container .username_password_container_field .password_container{padding:2rem 1rem}.root-web-sdk #containerForm .SignInSecurityPreferences .security_question_section_title{right:1rem;top:1.5rem}.root-web-sdk #containerForm .SignInSecurityPreferences .security_questions_container{padding:1rem 1.5rem}}.root-web-sdk #containerForm .SignInSecurityPreferences [data-testid*=change_label],.root-web-sdk #containerForm .SignInSecurityPreferences [data-testid*=edit_security_questions]{margin-bottom:32px}.root-web-sdk #containerForm .bullet{font-size:1.5rem}.root-web-sdk #containerForm .username_password_container>.sign_in_section{display:none}.root-web-sdk #containerForm .password_container,.root-web-sdk #containerForm .username_container{cursor:pointer}.root-web-sdk #containerForm .UsernameChanges{border-radius:.75rem;width:95%;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));padding:1rem}.root-web-sdk #containerForm .UsernameChanges .screen-fields-web-sdk{border-width:1px;--border-opacity:1;border-color:#dfe0df;border-color:rgba(223, 224, 223, var(--border-opacity));border-radius:.75rem;box-shadow:0 1px 4px 1px rgba(0,0,0,0.08);padding:2rem}.root-web-sdk #containerForm .UsernameChanges .current_username,.root-web-sdk #containerForm .UsernameChanges .passwordTitle{--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));margin-bottom:0;line-height:20px;font-weight:500;font-size:1.125rem}.root-web-sdk #containerForm .UsernameChanges .current_username{margin-bottom:.75rem}.root-web-sdk #containerForm .UsernameChanges .username_label{display:none}.root-web-sdk #containerForm .UsernameChanges .passwordText{margin-bottom:.5rem;font-size:15px;--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity))}.root-web-sdk #containerForm .UsernameChanges .current_username_value{font-weight:400;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));font-style:normal;font-size:1.125rem;margin-bottom:32px;word-break:break-all}.root-web-sdk #containerForm .UsernameChanges #username-label span{height:.5rem;font-size:1.125rem;font-weight:500}.root-web-sdk #containerForm .UsernameChanges .submitFooter{border-top-width:1px;--border-opacity:1;border-color:#dfe0df;border-color:rgba(223, 224, 223, var(--border-opacity));margin-left:-2rem;margin-bottom:-2rem}.root-web-sdk #containerForm .UsernameChanges #password-input{margin-bottom:32px}.root-web-sdk #containerForm .UsernameChanges .button-dismiss_button,.root-web-sdk #containerForm .UsernameChanges .button-save_button{font-size:1.125rem}.root-web-sdk #containerForm .UsernameChanges button[data-testid]{margin-bottom:-1.5rem;margin-top:1rem}.root-web-sdk #containerForm .UsernameChanges .title-web-sdk,.root-web-sdk #containerForm .UsernameChanges svg{margin-bottom:1.5rem}.root-web-sdk #containerForm .UsernameChanges .submitFooter{position:relative;bottom:2rem;width:auto;margin-right:-2rem}.root-web-sdk #containerForm .UsernameChanges .required{margin:0;position:relative;top:2rem}.root-web-sdk #containerForm .AddRteCoverageScreen .label-web-sdk{font-size:1.125rem;font-weight:500}.root-web-sdk #containerForm .AddRteCoverageScreen .autocomplete-web-sdk{padding-left:2.5rem;margin-top:0}.root-web-sdk #containerForm .AddRteCoverageScreen .autocomplete-web-sdk:focus{padding-left:2.5rem}.root-web-sdk #containerForm .AddRteCoverageScreen .autocomplete-icon-web-sdk{position:absolute;height:2rem;display:block;top:.5rem;width:1.375rem}.root-web-sdk #containerForm .AddRteCoverageScreen .autocomplete-icon-web-sdk.magnifying-glass{background-image:url(https://assets.livongo.com/image/upload/v1713279159/web-sdk/icons/pulse-search.svg);background-position:center 8px;left:.75rem;background-size:16px;background-repeat:no-repeat}.root-web-sdk #containerForm.pulse-rav .InsuranceFork .container-web-sdk.manual,.root-web-sdk #containerForm.pulse-rav .InsuranceFork .container-web-sdk.upload{padding:1.5rem}.root-web-sdk #containerForm.pulse-rav .InsuranceFork .container-web-sdk.manual .container-content,.root-web-sdk #containerForm.pulse-rav .InsuranceFork .container-web-sdk.upload .container-content{display:grid;grid-template-columns:repeat(1, minmax(0, 1fr));grid-template-columns:auto 1fr}.root-web-sdk #containerForm.pulse-rav .InsuranceFork .container-web-sdk.manual .container-content p,.root-web-sdk #containerForm.pulse-rav .InsuranceFork .container-web-sdk.upload .container-content p{margin:0}.root-web-sdk #containerForm.pulse-rav .InsuranceFork .container-web-sdk.manual .container-content .title_container,.root-web-sdk #containerForm.pulse-rav .InsuranceFork .container-web-sdk.upload .container-content .title_container{display:flex;align-items:center}.root-web-sdk #containerForm.pulse-rav .InsuranceFork .container-web-sdk.manual .container-content .title_container .image-placeholder-websdk,.root-web-sdk #containerForm.pulse-rav .InsuranceFork .container-web-sdk.upload .container-content .title_container .image-placeholder-websdk{width:1.25rem;height:1.25rem;margin-right:.5rem;background-size:contain;background-repeat:no-repeat}.root-web-sdk #containerForm.pulse-rav .InsuranceFork .container-web-sdk.manual .container-content .title_container .image-placeholder-websdk.ic_pulse_camera_default,.root-web-sdk #containerForm.pulse-rav .InsuranceFork .container-web-sdk.upload .container-content .title_container .image-placeholder-websdk.ic_pulse_camera_default{background-image:url(https://assets.livongo.com/image/upload/v1713187886/web-sdk/icons/icon-insurence-camera.svg)}.root-web-sdk #containerForm.pulse-rav .InsuranceFork .container-web-sdk.manual .container-content .title_container .image-placeholder-websdk.ic_pulse_edit_default,.root-web-sdk #containerForm.pulse-rav .InsuranceFork .container-web-sdk.upload .container-content .title_container .image-placeholder-websdk.ic_pulse_edit_default{background-image:url(https://assets.livongo.com/image/upload/v1713187889/web-sdk/icons/icon-insurence-edit.svg)}.root-web-sdk #containerForm.pulse-rav .InsuranceFork .container-web-sdk.manual .container-content .label,.root-web-sdk #containerForm.pulse-rav .InsuranceFork .container-web-sdk.upload .container-content .label{padding-left:.75rem;padding-right:.75rem;font-size:15px;width:-moz-min-content;width:min-content;border-radius:9999px;margin-top:.75rem;line-height:1.5rem;--border-opacity:1;border:1px solid #0078bc;border-color:rgba(0, 120, 188, var(--border-opacity));--bg-opacity:1;background-color:#dcf3fa;background-color:rgba(220, 243, 250, var(--bg-opacity));--text-opacity:1;color:#00498a;color:rgba(0, 73, 138, var(--text-opacity))}.root-web-sdk #containerForm.pulse-rav .InsuranceFork .container-web-sdk.manual .container-content .radio-group-container,.root-web-sdk #containerForm.pulse-rav .InsuranceFork .container-web-sdk.upload .container-content .radio-group-container{display:flex;align-items:center;margin:0}.root-web-sdk #containerForm.pulse-rav .InsuranceFork .container-web-sdk.manual .container-content .radio-group-container .radio-web-sdk,.root-web-sdk #containerForm.pulse-rav .InsuranceFork .container-web-sdk.upload .container-content .radio-group-container .radio-web-sdk{margin:0}.root-web-sdk #containerForm.pulse-rav .InsuranceFork .container-web-sdk.manual:focus,.root-web-sdk #containerForm.pulse-rav .InsuranceFork .container-web-sdk.upload:focus{box-shadow:0 0 0 2px #fff,0 0 2px 4px rgba(0,96,252,0.6);outline:2px solid transparent;outline-offset:2px}.root-web-sdk :root{--PhoneInput-color--focus:#03b2cb;--PhoneInputInternationalIconPhone-opacity:0.8;--PhoneInputInternationalIconGlobe-opacity:0.65;--PhoneInputCountrySelect-marginRight:0.35em;--PhoneInputCountrySelectArrow-width:0.3em;--PhoneInputCountrySelectArrow-marginLeft:var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth:1px;--PhoneInputCountrySelectArrow-opacity:0.45;--PhoneInputCountrySelectArrow-color:inherit;--PhoneInputCountrySelectArrow-color--focus:var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform:rotate(45deg);--PhoneInputCountryFlag-aspectRatio:1.5;--PhoneInputCountryFlag-height:1em;--PhoneInputCountryFlag-borderWidth:1px;--PhoneInputCountryFlag-borderColor:rgba(0,0,0,0.5);--PhoneInputCountryFlag-borderColor--focus:var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading:rgba(0,0,0,0.1)}.root-web-sdk .PhoneInput{display:flex;align-items:center}.root-web-sdk .PhoneInputInput{flex:1;min-width:0}.root-web-sdk .PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height)*var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.root-web-sdk .PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.root-web-sdk .PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.root-web-sdk .PhoneInputCountryIconImg{display:block;width:100%;height:100%}.root-web-sdk .PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.root-web-sdk .PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.root-web-sdk .PhoneInputCountry{position:relative;align-self:stretch;display:flex;align-items:center;margin-right:var(--PhoneInputCountrySelect-marginRight)}.root-web-sdk .PhoneInputCountrySelect{position:absolute;top:0;left:0;height:100%;width:100%;z-index:1;border:0;opacity:0;cursor:pointer}.root-web-sdk .PhoneInputCountrySelect[disabled],.root-web-sdk .PhoneInputCountrySelect[readonly]{cursor:default}.root-web-sdk .PhoneInputCountrySelectArrow{display:block;content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-top:0 solid var(--PhoneInputCountrySelectArrow-color);border-bottom:var(--PhoneInputCountrySelectArrow-borderWidth) solid var(--PhoneInputCountrySelectArrow-color);border-left:0 solid var(--PhoneInputCountrySelectArrow-color);border-right:var(--PhoneInputCountrySelectArrow-borderWidth) solid var(--PhoneInputCountrySelectArrow-color);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity)}.root-web-sdk .PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.root-web-sdk .PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.root-web-sdk .PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.root-web-sdk #containerForm .ConfirmCoverage .screen-fields-web-sdk .pending_coverage_tiles [class*=coverage_tile]{margin-bottom:1rem;display:flex;padding:1.5rem 1.5rem 1.5rem 1rem;flex-direction:column;align-items:flex-start;border-radius:.5rem;grid-gap:1rem;gap:1rem;box-shadow:0 1px 4px 1px rgba(0,0,0,0.08)}.root-web-sdk #containerForm .ConfirmCoverage .screen-fields-web-sdk .pending_coverage_tiles [class*=coverage_tile] [class*=group_name]{font-size:1.125rem;font-style:normal;font-weight:500;line-height:20px;margin-bottom:0}.root-web-sdk #containerForm .ConfirmCoverage .screen-fields-web-sdk .pending_coverage_tiles [class*=coverage_tile] [class*=group_specialties]{width:auto;display:flex;flex-wrap:wrap;flex-direction:column;grid-gap:1rem;gap:1rem}@media (min-width: 768px){.root-web-sdk #containerForm .ConfirmCoverage .screen-fields-web-sdk .pending_coverage_tiles [class*=coverage_tile] [class*=group_specialties]{flex-direction:row;align-items:center}}.root-web-sdk #containerForm .ConfirmCoverage .screen-fields-web-sdk .pending_coverage_tiles [class*=coverage_tile] [class*=group_specialties] [class*=group_specialty]{display:flex;padding:0;width:auto;align-items:center;grid-gap:.25rem;gap:.25rem}.root-web-sdk #containerForm .ConfirmCoverage .screen-fields-web-sdk .pending_coverage_tiles [class*=coverage_tile] [class*=group_specialties] [class*=group_specialty] .labelTitle{font-style:normal;font-weight:400;font-size:15px;margin-bottom:0}.root-web-sdk #containerForm .ConfirmCoverage .screen-fields-web-sdk .pending_coverage_tiles [class*=coverage_tile] [class*=group_specialties] [class*=group_specialty] .icn_complete{-webkit-mask:url(https://assets.livongo.com/image/upload/v1713283350/web-sdk/icons/check-circle-default.svg) no-repeat;mask:url(https://assets.livongo.com/image/upload/v1713283350/web-sdk/icons/check-circle-default.svg) no-repeat;display:inline-block;--bg-opacity:1;background-color:#181919;background-color:rgba(24, 25, 25, var(--bg-opacity));align-self:center;width:1rem;height:1rem;margin-right:0}.root-web-sdk #containerForm .ConfirmCoverage .screen-fields-web-sdk .coverage_action_buttons button{margin-bottom:1rem}.root-web-sdk #containerForm .EmergencyContact .title-web-sdk{margin-bottom:1.5rem;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity))}@media only screen and (max-width: 472px) and (min-width: 320px){.root-web-sdk #containerForm .EmergencyContact .title-web-sdk{font-size:1.125rem}}@media (min-width: 472px){.root-web-sdk #containerForm .EmergencyContact .title-web-sdk{font-size:1.875rem}}.root-web-sdk #containerForm .EmergencyContact .description{--text-opacity:1;color:#5b5c5c;color:rgba(91, 92, 92, var(--text-opacity));letter-spacing:.025em}.root-web-sdk #containerForm .EmergencyContact .ec_container{--border-opacity:1;border-color:#727069;border-color:rgba(114, 112, 105, var(--border-opacity));border-radius:.5rem;box-shadow:0 1px 4px 1px rgba(0,0,0,0.08);padding:.25rem 1.5rem 1.5rem;margin-top:1.5rem}.root-web-sdk #containerForm .EmergencyContact .ec_container .full_name{font-size:1.5rem;font-weight:400;margin-bottom:0;margin-top:1.5rem}.root-web-sdk #containerForm .EmergencyContact .ec_container>.full_name,.root-web-sdk #containerForm .EmergencyContact .ec_container>.phone_number,.root-web-sdk #containerForm .EmergencyContact .ec_container>.relationship{padding-left:.75rem}.root-web-sdk #containerForm .EmergencyContact .ec_container>.phone_number{padding:1rem}.root-web-sdk #containerForm .EmergencyContact .ec_container>.full_name{padding-bottom:.25rem}.root-web-sdk #containerForm .EmergencyContact .container .full_name{font-size:1.5rem;font-weight:400;margin-bottom:0;margin-top:1.5rem}.root-web-sdk #containerForm .EmergencyContact .container .email,.root-web-sdk #containerForm .EmergencyContact .container .phone_number{padding-top:.5rem;font-size:1.125rem}.root-web-sdk #containerForm .EmergencyContact .ff_container>div:first-child{padding-top:2rem}.root-web-sdk #containerForm .EmergencyContact .no_contact_list_tile_field{padding-bottom:3.375rem;padding-top:1.5rem}.root-web-sdk #containerForm .EmergencyContact .last-of-kind,.root-web-sdk #containerForm .EmergencyContact .no_contact_list_tile_field .title_field{display:none}.root-web-sdk #containerForm .EmergencyContact .addContactButton{position:relative;bottom:3rem;--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity));box-shadow:0 1px 4px 1px rgba(0,0,0,0.08);border-radius:.5rem;margin-top:1.5rem;padding-left:3.5rem;padding-top:1.75rem;padding-bottom:1.75rem;width:100%;border-width:1px;--border-opacity:1;border-color:#ececec;border-color:rgba(236, 236, 236, var(--border-opacity));display:flex;align-items:flex-start;background-image:url(https://assets.livongo.com/image/upload/v1713278499/web-sdk/icons/icon-add-pulse-purple.svg);background-size:11px;background-repeat:no-repeat;background-position:center left 2rem}.root-web-sdk #containerForm .EmergencyContact .addContactButton:focus{box-shadow:0 0 0 2px var(--color-button2-icon-default)}.root-web-sdk #containerForm .EmergencyContact .ff_container{--border-opacity:1;border-color:#727069;border-color:rgba(114, 112, 105, var(--border-opacity));border-radius:.75rem;box-shadow:0 1px 4px 1px rgba(0,0,0,0.08);--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));margin-bottom:1.5rem}.root-web-sdk #containerForm .EmergencyContact .ff_container .full_name{font-size:1.125rem;line-height:1.75rem;font-weight:400;margin:0}@media (max-width: 768px){.root-web-sdk #containerForm .EmergencyContact .ff_container .full_name{line-height:1.5rem}}.root-web-sdk #containerForm .EmergencyContact .threshold_container{display:flex;flex-wrap:wrap;flex-direction:row;--border-opacity:1;border-color:#727069;border-color:rgba(114, 112, 105, var(--border-opacity));border-radius:.75rem;box-shadow:0 1px 4px 1px rgba(0,0,0,0.08)}.root-web-sdk #containerForm .EmergencyContact .ff_container>div{--border-opacity:1;border-color:#e5e8e8;border-color:rgba(229, 232, 232, var(--border-opacity));border-bottom-width:1px;width:100%;padding:2rem}@media (max-width: 768px){.root-web-sdk #containerForm .EmergencyContact .ff_container>div{padding:1.5rem 1rem}}.root-web-sdk #containerForm .EmergencyContact .add_contact_field{display:inline-flex;grid-gap:.5rem;gap:.5rem;border-style:none}.root-web-sdk #containerForm .EmergencyContact .threshold_container>.notifications_title{padding-left:2rem;padding-right:2rem;padding-top:2rem;font-style:normal;font-size:1.625rem;font-weight:500;line-height:2rem;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));flex:100%}@media (max-width: 768px){.root-web-sdk #containerForm .EmergencyContact .threshold_container>.notifications_title{font-size:1.375rem;line-height:1.5rem;padding-left:1rem;padding-right:1rem;padding-top:1.5rem}}.root-web-sdk #containerForm .EmergencyContact .addPhoneButton,.root-web-sdk #containerForm .EmergencyContact .addPhonePlus{--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity))}.root-web-sdk #containerForm .EmergencyContact .addPhonePlus{font-weight:500;font-size:18px;line-height:20px}.root-web-sdk #containerForm .EmergencyContact .addPhoneButton{font-weight:500;font-size:1.125rem;line-height:20px}.root-web-sdk #containerForm .EmergencyContact .addPhoneButton:hover{text-decoration-thickness:1px;-webkit-text-decoration-line:underline;text-decoration-line:underline}.root-web-sdk #containerForm .EmergencyContact .section_title{display:none}.root-web-sdk #containerForm .EmergencyContact .edit_emergency_contact3,.root-web-sdk #containerForm .EmergencyContact [data-testid*=edit_emergency_contact3]{position:relative;left:88%;bottom:7rem}.root-web-sdk #containerForm .EmergencyContact .edit_emergency_contact3{--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity))}.root-web-sdk #containerForm .EmergencyContact .edit_lemergency_contact:not(:first-child){position:absolute;top:0;right:0;padding-top:inherit;padding-right:inherit;--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity))}.root-web-sdk #containerForm .EmergencyContact .ff_container>div{position:relative}.root-web-sdk #containerForm .EmergencyContact .edit_high_blood_sugar,.root-web-sdk #containerForm .EmergencyContact .edit_low_blood_sugar{--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity))}.root-web-sdk #containerForm .EmergencyContact .edit_low_blood_sugar{display:inline-flex;padding-right:2rem;padding-top:1.5rem;padding-bottom:2rem;align-items:flex-start}@media (max-width: 768px){.root-web-sdk #containerForm .EmergencyContact .edit_low_blood_sugar{padding-right:1rem;padding-top:1.5rem;padding-bottom:1.5rem}}.root-web-sdk #containerForm .EmergencyContact .edit_high_blood_sugar{display:inline-flex;align-items:flex-start;padding-top:2rem;padding-right:2rem;padding-bottom:2rem;--border-opacity:1;border-color:#e5e8e8;border-color:rgba(229, 232, 232, var(--border-opacity));border-top-width:1px}@media (max-width: 768px){.root-web-sdk #containerForm .EmergencyContact .edit_high_blood_sugar{padding-right:1rem;padding-top:1.5rem;padding-bottom:1.5rem}}.root-web-sdk #containerForm .EmergencyContact .high_bg_threshold_container{--border-opacity:1;border-color:#e5e8e8;border-color:rgba(229, 232, 232, var(--border-opacity));border-top-width:1px;display:inline-flex;flex-direction:column;padding:2rem;flex:50%;grid-gap:.5rem;gap:.5rem}@media (max-width: 768px){.root-web-sdk #containerForm .EmergencyContact .high_bg_threshold_container{padding:1.5rem 1rem}}.root-web-sdk #containerForm .EmergencyContact .low_bg_threshold_container{display:inline-flex;flex-direction:column;padding:1.5rem 2rem 2rem;grid-gap:.5rem;gap:.5rem;flex:50%}@media (max-width: 768px){.root-web-sdk #containerForm .EmergencyContact .low_bg_threshold_container{padding:1.5rem 1rem}}.root-web-sdk #containerForm .EmergencyContact .description_add{padding-top:.75rem;--text-opacity:1;color:#5b5c5c;color:rgba(91, 92, 92, var(--text-opacity))}.root-web-sdk #containerForm .EmergencyContact .emergency_and_blood_sugar_tag{display:inline-flex;grid-gap:.5rem;gap:.5rem}.root-web-sdk #containerForm .EmergencyContact .blood_sugar_tag,.root-web-sdk #containerForm .EmergencyContact .emergency_contact_tag{display:inline-flex;flex-direction:row;width:auto;--border-opacity:1;border:1px solid #e5e8e8;border-color:rgba(229, 232, 232, var(--border-opacity));border-radius:.25rem;align-items:center;padding:.25rem .5rem;grid-gap:.5rem;gap:.5rem;margin-top:.5rem}.root-web-sdk #containerForm .EmergencyContact .blood_sugar_tag .emergency_contact,.root-web-sdk #containerForm .EmergencyContact .emergency_contact_tag .emergency_contact{font-size:15px;line-height:1.125;--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity))}.root-web-sdk #containerForm .EmergencyContact .blood_sugar_tag .icon-web-sdk,.root-web-sdk #containerForm .EmergencyContact .emergency_contact_tag .icon-web-sdk{height:.75rem;width:.75rem;margin-right:0;--bg-opacity:1;background-color:#870002;background-color:rgba(135, 0, 2, var(--bg-opacity))}.root-web-sdk #containerForm .EmergencyContact .blood_sugar_tag .ic_tdh_emergency_contact_active,.root-web-sdk #containerForm .EmergencyContact .emergency_contact_tag .ic_tdh_emergency_contact_active{-webkit-mask:url(https://assets.livongo.com/image/upload/v1713187850/web-sdk/icons/ic_tdh_emergency_contact_active.svg) no-repeat center;-webkit-mask-size:contain}.root-web-sdk #containerForm .EmergencyContact .blood_sugar_tag .ic_tdh_blood_sugar_active,.root-web-sdk #containerForm .EmergencyContact .emergency_contact_tag .ic_tdh_blood_sugar_active{-webkit-mask:url(https://assets.livongo.com/image/upload/v1713283308/web-sdk/icons/blood-sugar-active-critical-red.svg) no-repeat center;-webkit-mask-size:contain}.root-web-sdk #containerForm .EmergencyContact .relationship{font-size:15px;line-height:1.125;--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity))}.root-web-sdk #containerForm .EmergencyContact .ic_directional_arrow_right_arrow{display:none}.root-web-sdk #containerForm .EmergencyContact .high_bg_threshold_container>.field_description,.root-web-sdk #containerForm .EmergencyContact .low_bg_threshold_container>.field_description{position:relative;top:.5rem}.root-web-sdk #containerForm .EmergencyContact .low_bg_threshold_container>.field_description{padding-bottom:1.5rem}.root-web-sdk #containerForm .EmergencyContact .ec_check_container{position:relative;bottom:1.4rem}.root-web-sdk #containerForm .EmergencyContact .ec_check_container>.emergency_contact{--border-opacity:1;border-color:#727069;border-color:rgba(114, 112, 105, var(--border-opacity));box-shadow:0 1px 4px 1px rgba(0,0,0,0.08);width:12rem;padding-left:2rem;margin-left:-2rem;position:relative;bottom:1.7}.root-web-sdk #containerForm .EmergencyContact .ff_container>div:first-child>.ec_check_container>.asterisk{position:relative;top:.03rem}.root-web-sdk #containerForm .EmergencyContact .relationship{padding-top:.5rem}.root-web-sdk #containerForm .EmergencyContact .ff_container>div:first-child>.edit_lemergency_contact{position:relative;bottom:8.4rem}.root-web-sdk #containerForm div[class*=FriendsAndFamilyStep] .screen-fields-web-sdk{--border-opacity:1;border:1px solid #dfe0df;border-color:rgba(223, 224, 223, var(--border-opacity));padding:2rem;box-shadow:0 1px 4px 1px rgba(0,0,0,0.08);border-radius:.75rem;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity))}@media (max-width: 768px){.root-web-sdk #containerForm div[class*=FriendsAndFamilyStep] .screen-fields-web-sdk{padding:1.5rem 1rem}}.root-web-sdk #containerForm div[class*=FriendsAndFamilyStep] .screen-fields-web-sdk .checkbox-wrapper-web-sdk .checkbox-input-web-sdk{--border-opacity:1;border-color:#6f6f6f;border-color:rgba(111, 111, 111, var(--border-opacity))}.root-web-sdk #containerForm div[class*=FriendsAndFamilyStep] .screen-fields-web-sdk .checkbox-wrapper-web-sdk:focus-within .checkbox-input-web-sdk{outline:2px solid transparent;outline-offset:2px;box-shadow:0 0 0 1px #5156f5}.root-web-sdk #containerForm div[class*=FriendsAndFamilyStep] .screen-fields-web-sdk .checkbox-wrapper-web-sdk input:checked~.checkbox-input-web-sdk{--bg-opacity:1;background-color:#5156f5;background-color:rgba(81, 86, 245, var(--bg-opacity));--border-opacity:1;border-color:#5156f5;border-color:rgba(81, 86, 245, var(--border-opacity))}.root-web-sdk #containerForm div[class*=FriendsAndFamilyStep] .screen-fields-web-sdk .checkbox-wrapper-web-sdk.locked input:checked~.checkbox-input-web-sdk{--bg-opacity:1;background-color:#6f6f6f;background-color:rgba(111, 111, 111, var(--bg-opacity));--border-opacity:1;border-color:#6f6f6f;border-color:rgba(111, 111, 111, var(--border-opacity))}.root-web-sdk #containerForm div[class*=FriendsAndFamilyStep] .screen-fields-web-sdk .checkbox-wrapper-web-sdk input:checked~.checkbox-input-web-sdk:after{--border-opacity:1;border-color:#fff;border-color:rgba(255, 255, 255, var(--border-opacity))}.root-web-sdk #containerForm div[class*=FriendsAndFamilyStep] .label-title-websdk{font-weight:500;font-size:18px;line-height:20px;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity))}.root-web-sdk #containerForm div[class*=FriendsAndFamilyStep] .custom-select-web-sdk,.root-web-sdk #containerForm div[class*=FriendsAndFamilyStep] .input-web-sdk{border-radius:.75rem}.root-web-sdk #containerForm div[class*=FriendsAndFamilyStep] .checkbox-wrapper-web-sdk .checkbox-text-wrapper-web-sdk .text-web-sdk{font-weight:400;font-size:18px;line-height:20px;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity))}.root-web-sdk #containerForm div[class*=FriendsAndFamilyStep] .description{font-size:1.125rem;font-weight:700;line-height:1.75rem;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));margin-bottom:1.5rem}.root-web-sdk #containerForm div[class*=FriendsAndFamilyStep] .required{--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity));margin-bottom:1.5rem;line-height:1.75rem;font-size:1.125rem}.root-web-sdk #containerForm div[class*=FriendsAndFamilyStep] .contact_by,.root-web-sdk #containerForm div[class*=FriendsAndFamilyStep] .contact_type,.root-web-sdk #containerForm div[class*=FriendsAndFamilyStep] .notify_about{font-weight:500;font-size:18px;line-height:1.75rem}.root-web-sdk #containerForm div[class*=FriendsAndFamilyStep] .contact_type+.field-wrapper-web-sdk{margin-bottom:1rem}.root-web-sdk #containerForm div[class*=FriendsAndFamilyStep] .ec_warning_container{display:flex;grid-gap:.5rem;gap:.5rem;margin-bottom:.5rem}.root-web-sdk #containerForm div[class*=FriendsAndFamilyStep] .ec_warning_container .ic_alert_warning_2{content:"";background-image:url(https://assets.livongo.com/image/upload/v1713276535/web-sdk/icons/ic_pulse_alert_default.svg);background-size:contain;margin:0;min-width:1rem;height:1rem;position:relative;top:3px}.root-web-sdk #containerForm div[class*=FriendsAndFamilyStep] .ec_description{margin-bottom:1.5rem}.root-web-sdk #containerForm div[class*=FriendsAndFamilyStep] .ec_description+.field-wrapper-web-sdk{margin-bottom:.5rem}.root-web-sdk #containerForm div[class*=FriendsAndFamilyStep] .dm_description,.root-web-sdk #containerForm div[class*=FriendsAndFamilyStep] .notify_about{margin-bottom:1rem}.root-web-sdk #containerForm div[class*=FriendsAndFamilyStep] .notify_about+.field-wrapper-web-sdk{margin-bottom:0}.root-web-sdk #containerForm div[class*=FriendsAndFamilyStep] .blood_sugar_thresholds,.root-web-sdk #containerForm div[class*=FriendsAndFamilyStep] .check_threshold_stats{margin-bottom:1.5rem}.root-web-sdk #containerForm div[class*=FriendsAndFamilyStep] .contact_by{margin-bottom:1rem}.root-web-sdk #containerForm div[class*=FriendsAndFamilyStep] .contact_by+.field-wrapper-web-sdk{margin-bottom:0}.root-web-sdk #containerForm div[class*=FriendsAndFamilyStep] .contact_description{margin-top:-1.25rem;margin-bottom:1.5rem}.root-web-sdk #containerForm div[class*=FriendsAndFamilyStep] .contact_description,.root-web-sdk #containerForm div[class*=FriendsAndFamilyStep] .dm_description,.root-web-sdk #containerForm div[class*=FriendsAndFamilyStep] .ec_description{font-size:15px;line-height:20px;--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity))}.root-web-sdk #containerForm div[class*=FriendsAndFamilyStep] .contact_by_email,.root-web-sdk #containerForm div[class*=FriendsAndFamilyStep] .contact_by_text,.root-web-sdk #containerForm div[class*=FriendsAndFamilyStep] .high_bg,.root-web-sdk #containerForm div[class*=FriendsAndFamilyStep] .is_diabetes_management,.root-web-sdk #containerForm div[class*=FriendsAndFamilyStep] .is_emergency_contact,.root-web-sdk #containerForm div[class*=FriendsAndFamilyStep] .low_bg{font-weight:400;font-size:18px;line-height:20px;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity))}.root-web-sdk #containerForm div[class*=FriendsAndFamilyStep] .delete_contact{display:inline-flex;float:right;margin-top:46px;width:auto}@media (max-width: 768px){.root-web-sdk #containerForm div[class*=FriendsAndFamilyStep] .delete_contact{display:flex;margin-top:1.5rem;float:none}}.root-web-sdk #containerForm div[class*=FriendsAndFamilyStep] .delete_contact .icon-web-sdk{display:inline-block;background-repeat:no-repeat;width:1.25rem;height:1.25rem;margin:0 .5rem 0 0;-webkit-mask-size:cover !important;--bg-opacity:1;background-color:#cd000a;background-color:rgba(205, 0, 10, var(--bg-opacity));transform:scale(0.8)}.root-web-sdk #containerForm div[class*=FriendsAndFamilyStep] .delete_contact .icon-web-sdk.ic_tdh_trash_default{-webkit-mask:url(https://assets.livongo.com/image/upload/v1713283576/web-sdk/icons/trash-default.svg) no-repeat 50% 50%}.root-web-sdk #containerForm div[class*=FriendsAndFamilyStep] .delete_contact .delete_button{--text-opacity:1;color:#cd000a;color:rgba(205, 0, 10, var(--text-opacity))}.root-web-sdk #containerForm div[class*=FriendsAndFamilyStep] .button-web-sdk{width:104px;margin-top:32px;border-radius:9999px;--bg-opacity:1;background-color:#422981;background-color:rgba(66, 41, 129, var(--bg-opacity));display:inline-block}.root-web-sdk #containerForm div[class*=FriendsAndFamilyStep]~.dialog-overlay-web-sdk .dialog-wrapper-web-sdk .dialog-web-sdk button.dialog-web-sdk-ico-close{height:1rem;min-width:1rem;margin:0;background:url(https://assets.livongo.com/image/upload/v1713279106/web-sdk/icons/pulse-dialog-close.svg) no-repeat 50%;display:none}.root-web-sdk #containerForm div[class*=FriendsAndFamilyStep]~.dialog-overlay-web-sdk .dialog-wrapper-web-sdk .dialog-web-sdk button.dialog-web-sdk-ico-close:focus{outline:2px solid transparent;outline-offset:2px}.root-web-sdk #containerForm div[class*=FriendsAndFamilyStep]~.dialog-overlay-web-sdk .dialog-wrapper-web-sdk .dialog-web-sdk .dialog-content-web-sdk{padding:0}.root-web-sdk #containerForm div[class*=FriendsAndFamilyStep]~.dialog-overlay-web-sdk .dialog-wrapper-web-sdk .dialog-web-sdk .dialog_text{font-weight:500;font-size:1.625rem;line-height:2rem;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));margin-bottom:.5rem}@media (max-width: 576px){.root-web-sdk #containerForm div[class*=FriendsAndFamilyStep]~.dialog-overlay-web-sdk .dialog-wrapper-web-sdk .dialog-web-sdk .dialog_text{text-align:center;font-size:1.375rem;line-height:1.5rem}}.root-web-sdk #containerForm div[class*=FriendsAndFamilyStep]~.dialog-overlay-web-sdk .dialog-wrapper-web-sdk .dialog-web-sdk .dialog_desc{font-weight:400;font-size:18px;line-height:1.75rem;--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity));margin-bottom:32px}@media (max-width: 576px){.root-web-sdk #containerForm div[class*=FriendsAndFamilyStep]~.dialog-overlay-web-sdk .dialog-wrapper-web-sdk .dialog-web-sdk .dialog_desc{text-align:center;line-height:1.5rem}}.root-web-sdk #containerForm div[class*=FriendsAndFamilyStep]~.dialog-overlay-web-sdk .dialog-wrapper-web-sdk .dialog-web-sdk .button-web-sdk{display:inline-flex;width:auto;margin:0;justify-content:center;align-items:center}@media (max-width: 576px){.root-web-sdk #containerForm div[class*=FriendsAndFamilyStep]~.dialog-overlay-web-sdk .dialog-wrapper-web-sdk .dialog-web-sdk .button-web-sdk{width:100%}}.root-web-sdk #containerForm div[class*=FriendsAndFamilyStep]~.dialog-overlay-web-sdk .dialog-wrapper-web-sdk .dialog-web-sdk .button-confirm_button{border-radius:9999px;padding:14px 2rem}.root-web-sdk #containerForm div[class*=FriendsAndFamilyStep]~.dialog-overlay-web-sdk .dialog-wrapper-web-sdk .dialog-web-sdk .button-removeButton{background-color:transparent;--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity));border-style:none;font-weight:500;font-size:18px;line-height:20px}@media (max-width: 576px){.root-web-sdk #containerForm div[class*=FriendsAndFamilyStep]~.dialog-overlay-web-sdk .dialog-wrapper-web-sdk .dialog-web-sdk .button-removeButton{padding-bottom:0}}.root-web-sdk #containerForm .FriendsAndFamilyStepTwo .name{font-weight:500;font-size:1.625rem;line-height:2rem;display:flex;align-items:center;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));margin-bottom:1rem}@media (max-width: 768px){.root-web-sdk #containerForm .FriendsAndFamilyStepTwo .name{font-weight:400;font-size:20px;line-height:1.5rem}}.root-web-sdk #containerForm .FriendsAndFamilyStepTwo .field-wrapper-web-sdk{margin-bottom:1rem;width:327px}@media (max-width: 768px){.root-web-sdk #containerForm .FriendsAndFamilyStepTwo .field-wrapper-web-sdk{width:100%}}.root-web-sdk #containerForm .FriendsAndFamilyStepTwo .field-wrapper-web-sdk:last-of-type{width:100%}.root-web-sdk #containerForm .FriendsAndFamilyStepTwo .info_description{width:303px;background-image:url(https://assets.livongo.com/image/upload/v1713283450/web-sdk/icons/info-default-purple.svg);background-repeat:no-repeat;background-size:14px;background-position:0 0;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));padding-left:1.5rem}.root-web-sdk #containerForm .FriendsAndFamilyStepTwo .addPhonePlus{display:none}.root-web-sdk #containerForm .FriendsAndFamilyStepTwo .checkbox_info{margin-bottom:1.5rem}.root-web-sdk #containerForm .FriendsAndFamilyStepTwo .addPhoneButton{background-image:url(https://assets.livongo.com/image/upload/v1713278499/web-sdk/icons/icon-add-pulse-purple.svg);background-size:11px;background-position:50%;background-position:0;background-repeat:no-repeat;--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity));padding-left:1.5rem;font-weight:500;display:none}.root-web-sdk #containerForm .GetHelp .faq_can_container,.root-web-sdk #containerForm .GetHelp .other_container,.root-web-sdk #containerForm .GetHelp .screen-fields-web-sdk{margin-left:0 !important;margin-right:0 !important;--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity));--border-opacity:1;border-color:#dfe0df;border-color:rgba(223, 224, 223, var(--border-opacity));border-radius:.75rem;box-shadow:0 1px 4px 1px rgba(0,0,0,0.08)}.root-web-sdk #containerForm .GetHelp .faq_can_container .external_link,.root-web-sdk #containerForm .GetHelp .other_container .external_link,.root-web-sdk #containerForm .GetHelp .screen-fields-web-sdk .external_link{background-size:contain;display:inline-block;--bg-opacity:1;background-color:#5156f5;background-color:rgba(81, 86, 245, var(--bg-opacity));-webkit-mask:url(https://assets.livongo.com/image/upload/v1713187824/web-sdk/icons/external_link_uvskf2.svg) no-repeat;mask:url(https://assets.livongo.com/image/upload/v1713187824/web-sdk/icons/external_link_uvskf2.svg) no-repeat;height:1rem;width:1rem;float:left;margin-top:.2rem}.root-web-sdk #containerForm .GetHelp .other_container{margin-top:1.5rem}.root-web-sdk #containerForm .GetHelp .other_container .looking_for_something_else_contact_info{padding-bottom:0}.root-web-sdk #containerForm .GetHelp p[class*=_sub_text]{font-size:.875rem;--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity))}.root-web-sdk #containerForm .GetHelp .title-web-sdk{--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity))}@media only screen and (max-width: 472px) and (min-width: 320px){.root-web-sdk #containerForm .GetHelp .title-web-sdk{font-size:1.125rem}}@media (min-width: 472px){.root-web-sdk #containerForm .GetHelp .title-web-sdk{font-size:1.875rem}}.root-web-sdk #containerForm .GetHelp .faq_can_container>h2,.root-web-sdk #containerForm .GetHelp .other_container>h2,.root-web-sdk #containerForm .GetHelp .screen-fields-web-sdk>h2{font-size:1.875rem;font-weight:700;padding-top:2rem;margin-bottom:1.5rem;padding-left:2rem;padding-right:2rem}.root-web-sdk #containerForm .GetHelp .faq_can_container>h2:not(:first-child),.root-web-sdk #containerForm .GetHelp .other_container>h2:not(:first-child),.root-web-sdk #containerForm .GetHelp .screen-fields-web-sdk>h2:not(:first-child){border-top-width:1px;--border-opacity:1;border-color:#dfe0df;border-color:rgba(223, 224, 223, var(--border-opacity))}.root-web-sdk #containerForm .GetHelp .faq_can_container h2{font-weight:500 !important}.root-web-sdk #containerForm .GetHelp .faq_can_container .care_and_visit_topics_container{padding-bottom:0}.root-web-sdk #containerForm .GetHelp .faq_can_container .care_and_visit_topics_container .link_to_faq{font-size:1.125rem;font-weight:500;--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity))}.root-web-sdk #containerForm .GetHelp .icon-web-sdk{display:none}.root-web-sdk #containerForm .GetHelp .container-web-sdk{margin-left:32px;margin-right:32px;padding-bottom:1.75rem}.root-web-sdk #containerForm .GetHelp .container-web-sdk .text-web-sdk{margin-bottom:.5rem}.root-web-sdk #containerForm .GetHelp .container-web-sdk .search_help_center_link_container{padding-bottom:0;margin-left:0}.root-web-sdk #containerForm .GetHelp .get_help_container{padding-bottom:.5rem}.root-web-sdk #containerForm .GetHelp p[class*=get_help_title]{--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity));background-image:url(https://assets.livongo.com/image/upload/v1713187817/web-sdk/icons/external_link_blue_ve41vf.svg);background-size:16px;background-repeat:no-repeat;background-position:0;padding-left:1.5rem}.root-web-sdk #containerForm .GetHelp p[class*=phone_number]{background:url(https://assets.livongo.com/image/upload/v1713276831/web-sdk/icons/ic_pulse_phone_outline.svg);background-size:16px;background-repeat:no-repeat;background-position:0;padding-left:1.5rem;font-size:1.125rem}.root-web-sdk #containerForm .GetHelp p[class*=email]{background:url(https://assets.livongo.com/image/upload/v1713283504/web-sdk/icons/mail-default.svg);background-size:16px;background-repeat:no-repeat;background-position:0;padding-left:1.5rem;font-size:1.125rem}.root-web-sdk #containerForm .GetHelp .mental_health_section .self_guided_programs_title,.root-web-sdk #containerForm .GetHelp .mental_health_section .therapy_title{font-weight:500;font-size:1.625rem;margin-bottom:1rem;margin-top:1.5rem}.root-web-sdk #containerForm .GetHelp .specialists_and_wellness_care_title{margin-bottom:0 !important}.root-web-sdk #containerForm .GetHelp .specialists_and_wellness_care_description{margin-bottom:1.5rem !important;--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity));margin-right:32px;line-height:1.75rem}.root-web-sdk #containerForm .ConditionManagement .title-web-sdk{--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity))}@media only screen and (max-width: 472px) and (min-width: 320px){.root-web-sdk #containerForm .ConditionManagement .title-web-sdk{font-size:1.125rem}}@media (min-width: 472px){.root-web-sdk #containerForm .ConditionManagement .title-web-sdk{font-size:1.875rem}}.root-web-sdk #containerForm .ConditionManagement .screen-fields-web-sdk{--border-opacity:1;border:1px solid #d9d9d9;border-color:rgba(217, 217, 217, var(--border-opacity));box-shadow:0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -1px rgba(0,0,0,0.06);border-radius:.5rem}@media only screen and (max-width: 472px) and (min-width: 320px){.root-web-sdk #containerForm .ConditionManagement .screen-fields-web-sdk{padding-left:1rem;padding-right:1rem;padding-top:1.5rem}}@media (min-width: 472px){.root-web-sdk #containerForm .ConditionManagement .screen-fields-web-sdk{padding:2rem}}.root-web-sdk #containerForm .ConditionManagement .screen-fields-web-sdk .field-wrapper-web-sdk{margin-bottom:.5rem;--border-opacity:1;border-color:#d9d9d9;border-bottom:1px;border-style:solid;border-color:rgba(217, 217, 217, var(--border-opacity));padding-bottom:2rem;padding-top:.75rem}.root-web-sdk #containerForm .ConditionManagement .screen-fields-web-sdk .field-wrapper-web-sdk .real_time_support{font-weight:500;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity))}.root-web-sdk #containerForm .ConditionManagement .screen-fields-web-sdk .field-wrapper-web-sdk .checkbox-wrapper-web-sdk input{width:1.5rem;height:1.5rem}.root-web-sdk #containerForm .ConditionManagement .screen-fields-web-sdk .field-wrapper-web-sdk .checkbox-wrapper-web-sdk input:checked~.checkbox-input-web-sdk{background:url(https://assets.livongo.com/image/upload/v1713276002/web-sdk/icons/checkbox-checked.svg) no-repeat 50% !important;border-style:none;display:block}.root-web-sdk #containerForm .ConditionManagement .screen-fields-web-sdk .field-wrapper-web-sdk .checkbox-wrapper-web-sdk input:checked~.checkbox-input-web-sdk:after{display:none}.root-web-sdk #containerForm .ConditionManagement .screen-fields-web-sdk .field-wrapper-web-sdk .checkbox-wrapper-web-sdk .checkbox-text-wrapper-web-sdk .blood_sugar_real_time_support{font-size:1.125rem;font-weight:500;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity))}.root-web-sdk #containerForm .ConditionManagement .screen-fields-web-sdk .blood_sugar_support{font-weight:500;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));padding-bottom:2rem}@media only screen and (max-width: 472px) and (min-width: 320px){.root-web-sdk #containerForm .ConditionManagement .screen-fields-web-sdk .blood_sugar_support{font-size:1.375rem}}@media (min-width: 472px){.root-web-sdk #containerForm .ConditionManagement .screen-fields-web-sdk .blood_sugar_support{font-size:1.625rem}}.root-web-sdk #containerForm .ConditionManagement .screen-fields-web-sdk .blood_sugar_support_container .description_real_time_support{--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity))}.root-web-sdk #containerForm .ConditionManagement .screen-fields-web-sdk .description_no_respond{--border-opacity:1;border-color:#d9d9d9;border-bottom:1px;border-style:solid;border-color:rgba(217, 217, 217, var(--border-opacity));padding-bottom:1.5rem}.root-web-sdk #containerForm .ConditionManagement .screen-fields-web-sdk .description_real_time_support{--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity))}.root-web-sdk #containerForm .ConditionManagement .screen-fields-web-sdk .contact_method{font-weight:700;font-size:1.125rem;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));margin-bottom:1rem}.root-web-sdk #containerForm .ConditionManagement .screen-fields-web-sdk label[data-testId=radio-label-undefined]{font-weight:400;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity))}.root-web-sdk #containerForm .ConditionManagement .screen-fields-web-sdk .blood_sugar_container .radio-group-container .label-web-sdk{font-weight:500;font-size:1.125rem;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));padding-top:1.5rem;padding-bottom:1rem}.root-web-sdk #containerForm .ConditionManagement .screen-fields-web-sdk .blood_sugar_container .radio-group-container .radio-buttons-container .radio-web-sdk label{font-weight:400;font-size:1.125rem;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity))}.root-web-sdk #containerForm .ConditionManagement .screen-fields-web-sdk .blood_sugar_container .description_no_respond{--border-opacity:1;border-color:#d9d9d9;border-bottom:1px;border-style:solid;border-color:rgba(217, 217, 217, var(--border-opacity));padding-bottom:1.5rem;--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity))}.root-web-sdk #containerForm .ConditionManagement .screen-fields-web-sdk .threshold_container .do_not_disturb_container,.root-web-sdk #containerForm .ConditionManagement .screen-fields-web-sdk .threshold_container .high_bg_container,.root-web-sdk #containerForm .ConditionManagement .screen-fields-web-sdk .threshold_container .low_bg_container{display:flex;flex-wrap:wrap;justify-content:space-between;--border-opacity:1;border-color:#d9d9d9;border-bottom:1px;border-style:solid;border-color:rgba(217, 217, 217, var(--border-opacity))}.root-web-sdk #containerForm .ConditionManagement .screen-fields-web-sdk .threshold_container .do_not_disturb_hours_container .field_title,.root-web-sdk #containerForm .ConditionManagement .screen-fields-web-sdk .threshold_container .high_bg_threshold_container .field_title,.root-web-sdk #containerForm .ConditionManagement .screen-fields-web-sdk .threshold_container .low_bg_threshold_container .field_title{--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity));font-size:15px;line-height:20px;margin-bottom:0;padding-top:1rem}.root-web-sdk #containerForm .ConditionManagement .screen-fields-web-sdk .threshold_container .do_not_disturb_hours_container .field_description,.root-web-sdk #containerForm .ConditionManagement .screen-fields-web-sdk .threshold_container .high_bg_threshold_container .field_description,.root-web-sdk #containerForm .ConditionManagement .screen-fields-web-sdk .threshold_container .low_bg_threshold_container .field_description{margin-bottom:.25rem}.root-web-sdk #containerForm .ConditionManagement .screen-fields-web-sdk .threshold_container .edit_do_not_disturb_hourse,.root-web-sdk #containerForm .ConditionManagement .screen-fields-web-sdk .threshold_container .edit_high_blood_sugar,.root-web-sdk #containerForm .ConditionManagement .screen-fields-web-sdk .threshold_container .edit_low_blood_sugar,.root-web-sdk #containerForm .ConditionManagement .screen-fields-web-sdk .threshold_container .lock_high_blood_sugar,.root-web-sdk #containerForm .ConditionManagement .screen-fields-web-sdk .threshold_container .lock_low_blood_sugar{--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity));margin-bottom:.5rem}@media (min-width: 472px){.root-web-sdk #containerForm .ConditionManagement .screen-fields-web-sdk .threshold_container .edit_do_not_disturb_hourse,.root-web-sdk #containerForm .ConditionManagement .screen-fields-web-sdk .threshold_container .edit_high_blood_sugar,.root-web-sdk #containerForm .ConditionManagement .screen-fields-web-sdk .threshold_container .edit_low_blood_sugar,.root-web-sdk #containerForm .ConditionManagement .screen-fields-web-sdk .threshold_container .lock_high_blood_sugar,.root-web-sdk #containerForm .ConditionManagement .screen-fields-web-sdk .threshold_container .lock_low_blood_sugar{padding-left:10vw}}.root-web-sdk #containerForm .ConditionManagement .screen-fields-web-sdk .threshold_container .lock_high_blood_sugar,.root-web-sdk #containerForm .ConditionManagement .screen-fields-web-sdk .threshold_container .lock_low_blood_sugar{align-content:center;justify-self:end}.root-web-sdk #containerForm .ConditionManagement .screen-fields-web-sdk .threshold_container .ic_lock{margin-bottom:0;padding-bottom:3rem;padding-top:1rem;line-height:20px;--bg-opacity:1;background-color:#6f6f6f;background-color:rgba(111, 111, 111, var(--bg-opacity));-webkit-mask:url(https://assets.livongo.com/image/upload/v1713279145/web-sdk/icons/pulse-locked-icon.svg) no-repeat 50% 50%;mask:url(https://assets.livongo.com/image/upload/v1713279145/web-sdk/icons/pulse-locked-icon.svg) no-repeat 50% 50%}.root-web-sdk #containerForm .ConditionManagement .screen-fields-web-sdk .threshold_container .tool_tip_container{margin-bottom:.5rem;--bg-opacity:1;background-color:#dcf3fa;background-color:rgba(220, 243, 250, var(--bg-opacity));border-radius:.75rem}.root-web-sdk #containerForm .ConditionManagement .screen-fields-web-sdk .threshold_container .tool_tip_container .ic-info{height:0}.root-web-sdk #containerForm .ConditionManagement .screen-fields-web-sdk .threshold_container .tool_tip_container .tool_tip_title{font-weight:700;font-size:1.125rem;line-height:1.5rem;margin-bottom:0;padding-left:3rem;padding-top:1rem;padding-right:1rem;background:url(https://assets.livongo.com/image/upload/v1713283464/web-sdk/icons/info-default.svg) top 1.125rem left 1rem;background-size:20px;background-repeat:no-repeat}.root-web-sdk #containerForm .ConditionManagement .screen-fields-web-sdk .threshold_container .tool_tip_container .tool_tip_description{font-size:1.125rem;line-height:1.5rem;margin-bottom:.5rem;padding-left:3rem;padding-right:1rem}.root-web-sdk #containerForm .ConditionManagement .screen-fields-web-sdk .threshold_container .edit_do_not_disturb_hourse:focus,.root-web-sdk #containerForm .ConditionManagement .screen-fields-web-sdk .threshold_container .edit_high_blood_sugar:focus,.root-web-sdk #containerForm .ConditionManagement .screen-fields-web-sdk .threshold_container .edit_low_blood_sugar:focus{box-shadow:none}.root-web-sdk #containerForm .ConditionManagement .screen-fields-web-sdk .hear_health_support_title{--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));font-weight:500;padding-top:1.5rem}@media only screen and (max-width: 472px) and (min-width: 320px){.root-web-sdk #containerForm .ConditionManagement .screen-fields-web-sdk .hear_health_support_title{font-size:1.375rem}}@media (min-width: 472px){.root-web-sdk #containerForm .ConditionManagement .screen-fields-web-sdk .hear_health_support_title{font-size:1.625rem}}.root-web-sdk #containerForm .ConditionManagement .screen-fields-web-sdk .heart_health_allow_realtime_support_container .health_real_time_support{font-size:1.125rem;font-weight:500}.root-web-sdk #containerForm .ConditionManagement .screen-fields-web-sdk .heart_health_allow_realtime_support_container .field-wrapper-web-sdk{margin-bottom:0;--border-opacity:1;border-color:#d9d9d9;border-bottom:1px;border-style:solid;border-color:rgba(217, 217, 217, var(--border-opacity));padding-bottom:2rem;padding-top:.75rem}.root-web-sdk #containerForm .ConditionManagement .screen-fields-web-sdk .heart_health_allow_realtime_support_container .field-wrapper-web-sdk .checkbox-wrapper-web-sdk input{width:1.5rem;height:1.5rem}.root-web-sdk #containerForm .ConditionManagement .screen-fields-web-sdk .heart_health_allow_realtime_support_container .field-wrapper-web-sdk .checkbox-wrapper-web-sdk input:checked~.checkbox-input-web-sdk{background:url(https://assets.livongo.com/image/upload/v1713276002/web-sdk/icons/checkbox-checked.svg) no-repeat 50% !important;border-style:none;display:block}.root-web-sdk #containerForm .ConditionManagement .screen-fields-web-sdk .heart_health_allow_realtime_support_container .field-wrapper-web-sdk .checkbox-wrapper-web-sdk input:checked~.checkbox-input-web-sdk:after{display:none}.root-web-sdk #containerForm .ConditionManagement .screen-fields-web-sdk .heart_health_allow_realtime_support_container .heart_health_support_allow_real_time_description{padding-top:2rem;font-size:1.125rem;--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity));font-weight:400}.root-web-sdk #containerForm .ConditionManagement .screen-fields-web-sdk .heart_health_communication_container{--border-opacity:1;border-color:#d9d9d9;border-bottom:1px;border-style:solid;border-color:rgba(217, 217, 217, var(--border-opacity))}.root-web-sdk #containerForm .ConditionManagement .screen-fields-web-sdk .heart_health_communication_container .field-wrapper-web-sdk:first-child{padding-top:2.25rem;padding-bottom:1rem;margin-bottom:0;border-style:none}.root-web-sdk #containerForm .ConditionManagement .screen-fields-web-sdk .heart_health_communication_container .field-wrapper-web-sdk:first-child .heart_health_phone_calls{font-weight:500}.root-web-sdk #containerForm .ConditionManagement .screen-fields-web-sdk .heart_health_communication_container .field-wrapper-web-sdk:nth-child(2){font-weight:500;padding-bottom:2.25rem;border-style:none}.root-web-sdk #containerForm .ConditionManagement .screen-fields-web-sdk .heart_health_communication_container .field-wrapper-web-sdk:nth-child(2) .heart_health_text_messages{font-weight:500}@media only screen and (max-width: 472px) and (min-width: 320px){.root-web-sdk #containerForm .ConditionManagement .screen-fields-web-sdk .heart_health_communication_container .field-wrapper-web-sdk{padding-left:1rem;padding-right:1rem}}@media (min-width: 472px){.root-web-sdk #containerForm .ConditionManagement .screen-fields-web-sdk .heart_health_communication_container .field-wrapper-web-sdk{padding-left:2rem;padding-right:2rem}}.root-web-sdk #containerForm .ConditionManagement .screen-fields-web-sdk .heart_health_communication_container .field-wrapper-web-sdk .checkbox-wrapper-web-sdk input{width:1.5rem;height:1.5rem}.root-web-sdk #containerForm .ConditionManagement .screen-fields-web-sdk .heart_health_communication_container .field-wrapper-web-sdk .checkbox-wrapper-web-sdk input:checked~.checkbox-input-web-sdk{background:url(https://assets.livongo.com/image/upload/v1713276002/web-sdk/icons/checkbox-checked.svg) no-repeat 50% !important;border-style:none;display:block}.root-web-sdk #containerForm .ConditionManagement .screen-fields-web-sdk .heart_health_communication_container .field-wrapper-web-sdk .checkbox-wrapper-web-sdk input:checked~.checkbox-input-web-sdk:after{display:none}.root-web-sdk #containerForm .ConditionManagement .screen-fields-web-sdk .button-save_button{margin-top:2.75rem;border-radius:9999px;width:6rem;line-height:20px;font-size:1.125rem;margin-left:.5rem}.root-web-sdk #containerForm .MentalHealth .title-web-sdk{--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity))}@media only screen and (max-width: 472px) and (min-width: 320px){.root-web-sdk #containerForm .MentalHealth .title-web-sdk{font-size:1.125rem}}@media (min-width: 472px){.root-web-sdk #containerForm .MentalHealth .title-web-sdk{font-size:1.875rem}}.root-web-sdk #containerForm .MentalHealth .screen-fields-web-sdk{border:1px solid #d9d9d9;box-shadow:0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -1px rgba(0,0,0,0.06);border-radius:.5rem}.root-web-sdk #containerForm .MentalHealth .screen-fields-web-sdk p[data-testid=text-assessments_and_reminders_title]{font-weight:700;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity))}@media only screen and (max-width: 472px) and (min-width: 320px){.root-web-sdk #containerForm .MentalHealth .screen-fields-web-sdk p[data-testid=text-assessments_and_reminders_title]{padding-left:1rem;font-size:1.375rem}}@media (min-width: 472px){.root-web-sdk #containerForm .MentalHealth .screen-fields-web-sdk p[data-testid=text-assessments_and_reminders_title]{padding-left:2rem;font-size:1.625rem}}.root-web-sdk #containerForm .MentalHealth .screen-fields-web-sdk p[data-testid=text-assessments_and_reminders_title]{padding-top:2rem;margin-bottom:.5rem}@media only screen and (max-width: 472px) and (min-width: 320px){.root-web-sdk #containerForm .MentalHealth .screen-fields-web-sdk .assessments_and_reminders_section{padding-left:1rem}}@media (min-width: 472px){.root-web-sdk #containerForm .MentalHealth .screen-fields-web-sdk .assessments_and_reminders_section{padding-left:2rem}}.root-web-sdk #containerForm .MentalHealth .screen-fields-web-sdk .assessments_and_reminders_section{margin-left:0;border-bottom:1px solid #d9d9d9}.root-web-sdk #containerForm .MentalHealth .screen-fields-web-sdk .assessments_and_reminders_section p[data-testId=text-assessments_and_reminders_description]{--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity));font-size:1.125rem;padding-bottom:3rem}@media only screen and (max-width: 472px) and (min-width: 320px){.root-web-sdk #containerForm .MentalHealth .screen-fields-web-sdk .assessments_and_reminders_section .checkbox-wrapper-web-sdk{padding-left:1rem}}@media (min-width: 472px){.root-web-sdk #containerForm .MentalHealth .screen-fields-web-sdk .assessments_and_reminders_section .checkbox-wrapper-web-sdk{padding-left:2.25rem}}.root-web-sdk #containerForm .MentalHealth .screen-fields-web-sdk .assessments_and_reminders_section .checkbox-wrapper-web-sdk input{width:1.5rem;height:1.5rem}.root-web-sdk #containerForm .MentalHealth .screen-fields-web-sdk .assessments_and_reminders_section .checkbox-wrapper-web-sdk input:checked~.checkbox-input-web-sdk{background:url(https://assets.livongo.com/image/upload/v1713276002/web-sdk/icons/checkbox-checked.svg) no-repeat 50% !important;border-style:none;display:block}.root-web-sdk #containerForm .MentalHealth .screen-fields-web-sdk .assessments_and_reminders_section .checkbox-wrapper-web-sdk input:checked~.checkbox-input-web-sdk:after{display:none}.root-web-sdk #containerForm .MentalHealth .screen-fields-web-sdk .assessments_and_reminders_section .checkbox-wrapper-web-sdk span[data-testid=text-assessments_and_reminders_email],.root-web-sdk #containerForm .MentalHealth .screen-fields-web-sdk .assessments_and_reminders_section .checkbox-wrapper-web-sdk span[data-testid=text-assessments_and_reminders_notifications]{font-weight:400;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity))}.root-web-sdk #containerForm .MentalHealth .screen-fields-web-sdk .button-save_button{border-radius:9999px;width:6rem;line-height:20px;font-size:1.125rem;margin:32px}.root-web-sdk #containerForm .CommunicationPreferences .button-left-arrow-web-sdk{--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity))}.root-web-sdk #containerForm .CommunicationPreferences .title-web-sdk{--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity))}@media only screen and (max-width: 472px) and (min-width: 320px){.root-web-sdk #containerForm .CommunicationPreferences .title-web-sdk{font-size:1.125rem}}@media (min-width: 472px){.root-web-sdk #containerForm .CommunicationPreferences .title-web-sdk{font-size:1.875rem}}.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .program_updates_section,.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .required_updates_section{--border-opacity:1;border:1px solid #d9d9d9;border-color:rgba(217, 217, 217, var(--border-opacity));border-radius:.75rem;font-size:1.5rem;margin-bottom:1.5rem;margin-left:0;margin-right:0;box-shadow:0 1px 4px 1px rgba(0,0,0,0.0784314)}@media only screen and (max-width: 472px) and (min-width: 320px){.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .program_updates_section,.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .required_updates_section{padding-left:1rem;padding-right:1rem;padding-top:1.5rem}}@media (min-width: 472px){.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .program_updates_section,.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .required_updates_section{padding:2rem}}.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .program_updates_section .program_updates_title,.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .program_updates_section .required_updates_title,.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .required_updates_section .program_updates_title,.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .required_updates_section .required_updates_title{font-weight:500;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));margin-bottom:.5rem;font-family:Effra,Arial,sans-serif}@media only screen and (max-width: 472px) and (min-width: 320px){.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .program_updates_section .program_updates_title,.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .program_updates_section .required_updates_title,.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .required_updates_section .program_updates_title,.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .required_updates_section .required_updates_title{font-size:1.375rem;line-height:1.5rem}}@media (min-width: 472px){.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .program_updates_section .program_updates_title,.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .program_updates_section .required_updates_title,.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .required_updates_section .program_updates_title,.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .required_updates_section .required_updates_title{font-size:1.625rem}}.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .program_updates_section .program_updates_title,.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .required_updates_section .program_updates_title{grid-column:span 2/span 2}.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .program_updates_section .program_updates_description,.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .program_updates_section .required_updates_description,.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .required_updates_section .program_updates_description,.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .required_updates_section .required_updates_description{--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity));font-size:1.125rem}@media only screen and (max-width: 472px) and (min-width: 320px){.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .program_updates_section .program_updates_description,.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .program_updates_section .required_updates_description,.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .required_updates_section .program_updates_description,.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .required_updates_section .required_updates_description{line-height:1.5rem}}@media (min-width: 472px){.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .program_updates_section .program_updates_description,.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .program_updates_section .required_updates_description,.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .required_updates_section .program_updates_description,.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .required_updates_section .required_updates_description{line-height:1.75rem}}@media only screen and (max-width: 472px) and (min-width: 320px){.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .required_updates_section{padding-bottom:1.5rem}}.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .program_updates_section{position:relative}.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .program_updates_section .condition_management_title{margin-bottom:0;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity))}@media only screen and (max-width: 472px) and (min-width: 320px){.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .program_updates_section .condition_management_title{padding-top:2rem;padding-bottom:2rem}}@media (min-width: 472px){.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .program_updates_section .condition_management_title{padding-top:2.5rem;padding-bottom:2.5rem}}.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .program_updates_section .mental_health_title{margin-bottom:0;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity))}@media only screen and (max-width: 472px) and (min-width: 320px){.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .program_updates_section .mental_health_title{padding-top:2rem;padding-bottom:2rem}}@media (min-width: 472px){.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .program_updates_section .mental_health_title{padding-top:2.5rem}}.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .program_updates_section .condition_management_title:after,.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .program_updates_section .mental_health_title:after{content:"";background:url(https://assets.livongo.com/image/upload/v1713187510/web-sdk/icons/arrow-right-pulse-button.svg) no-repeat 50%;grid-column-start:4;border-radius:9999px;display:inline-block;position:absolute;box-shadow:0 1px 4px 1px rgba(0,0,0,0.0784314);width:3rem;height:3rem}@media only screen and (max-width: 472px) and (min-width: 320px){.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .program_updates_section .condition_management_title:after,.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .program_updates_section .mental_health_title:after{right:16px}}@media (min-width: 472px){.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .program_updates_section .condition_management_title:after,.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .program_updates_section .mental_health_title:after{right:32px}}.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .program_updates_section .condition_management_title:focus,.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .program_updates_section .mental_health_title:focus{box-shadow:none}.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .program_updates_section button:nth-of-type(2){--border-opacity:1;border-color:#d9d9d9;border-color:rgba(217, 217, 217, var(--border-opacity));border-top:1px rgba(217, 217, 217, var(--border-opacity));border-style:solid;text-align:left;width:100%}.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .general_updates_section{border-top-left-radius:.75rem;border-top-right-radius:.75rem;--border-opacity:1;border-color:#d9d9d9;border-bottom-color:rgba(217, 217, 217, var(--border-opacity));border-left:1px solid rgba(217, 217, 217, var(--border-opacity));border-bottom-style:solid;border-right:1px solid rgba(217, 217, 217, var(--border-opacity));border-top:1px solid rgba(217, 217, 217, var(--border-opacity));margin-left:0;margin-right:0;box-shadow:0 1px 4px 1px rgba(0,0,0,0.0784314);-webkit-clip-path:inset(0 -15px 0 -15px);clip-path:inset(0 -15px 0 -15px)}@media only screen and (max-width: 472px) and (min-width: 320px){.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .general_updates_section{padding-left:1rem;padding-right:1rem;padding-top:1.5rem}}@media (min-width: 472px){.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .general_updates_section{padding-left:2rem;padding-right:2rem;padding-top:2rem}}.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .general_updates_section .general_updates_title{font-weight:500;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));font-size:1.625rem;margin-bottom:.5rem;margin-left:0;margin-right:0}.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .general_updates_section .general_updates_description{--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity))}@media only screen and (max-width: 472px) and (min-width: 320px){.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .general_updates_section .general_updates_description{line-height:1.5rem}}@media (min-width: 472px){.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .general_updates_section .general_updates_description{line-height:1.75rem}}.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .general_updates_section .off_general_updates_title{margin-bottom:0}@media only screen and (max-width: 472px) and (min-width: 320px){.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .allow_general_updates_title{padding-left:1rem;padding-right:1rem;padding-top:1.5rem}}@media (min-width: 472px){.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .allow_general_updates_title{padding-left:2rem;padding-right:2rem;padding-top:2rem}}.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .allow_general_updates_title{font-weight:500;box-shadow:0 1px 4px 1px rgba(0,0,0,0.0784314);-webkit-clip-path:inset(0 -15px 0 -15px);clip-path:inset(0 -15px 0 -15px);line-height:20px;--border-opacity:1;border-color:#d9d9d9;border-bottom-color:rgba(217, 217, 217, var(--border-opacity));border-top-color:rgba(217, 217, 217, var(--border-opacity));border-left:1px solid rgba(217, 217, 217, var(--border-opacity));border-bottom-style:solid;border-right:1px solid rgba(217, 217, 217, var(--border-opacity));border-top-style:solid;margin-left:0;margin-right:0}@media only screen and (max-width: 472px) and (min-width: 375px){.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .radio-group-container{padding-left:1rem;padding-right:1rem;padding-top:1.5rem}}@media only screen and (max-width: 768px) and (min-width: 472px){.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .radio-group-container{padding-left:2rem;padding-right:2rem;padding-top:2rem}}@media only screen and (max-width: 375px) and (min-width: 320px){.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .radio-group-container{padding-left:1rem;padding-right:1rem;padding-top:1.5rem}}@media (min-width: 768px){.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .radio-group-container{padding-left:2rem;padding-right:2rem;padding-top:2rem}}.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .radio-group-container{box-shadow:0 1px 4px 1px rgba(0,0,0,0.0784314);-webkit-clip-path:inset(0 -15px 0 -15px);clip-path:inset(0 -15px 0 -15px);--border-opacity:1;border-color:#d9d9d9;border-bottom-color:rgba(217, 217, 217, var(--border-opacity));border-top-color:rgba(217, 217, 217, var(--border-opacity));border-left:1px solid rgba(217, 217, 217, var(--border-opacity));border-bottom-style:solid;border-right:1px solid rgba(217, 217, 217, var(--border-opacity));border-top-style:solid;margin-bottom:0;padding-bottom:1rem;margin-left:0;margin-right:0}.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .radio-group-container .label-web-sdk{font-weight:500;font-size:1.125rem;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity))}.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .radio-group-container .radio-buttons-container{grid-gap:1.25rem;gap:1.25rem;padding-top:1rem}.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .radio-group-container .radio-buttons-container .radio-web-sdk label{font-weight:400;font-size:1.125rem;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity))}.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .condition_management_section,.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .mental_health_section,.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .teladoc_section{--border-opacity:1;border-color:#d9d9d9;border-bottom-color:rgba(217, 217, 217, var(--border-opacity));border-top-color:rgba(217, 217, 217, var(--border-opacity));border-left:1px solid rgba(217, 217, 217, var(--border-opacity));border-bottom-style:solid;border-right:1px solid rgba(217, 217, 217, var(--border-opacity));border-top-style:solid;box-shadow:0 1px 4px 1px rgba(0,0,0,0.0784314);-webkit-clip-path:inset(0 -15px 0 -15px);clip-path:inset(0 -15px 0 -15px);margin-left:0;margin-right:0}@media only screen and (max-width: 472px) and (min-width: 320px){.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .condition_management_section,.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .mental_health_section,.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .teladoc_section{padding-left:1rem;padding-right:1rem}}@media (min-width: 472px){.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .condition_management_section,.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .mental_health_section,.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .teladoc_section{padding-left:2.25rem;padding-right:2.25rem}}.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .condition_management_section .condition_management_title,.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .condition_management_section .mental_health_updates_title,.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .condition_management_section .teladoc_health_title,.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .mental_health_section .condition_management_title,.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .mental_health_section .mental_health_updates_title,.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .mental_health_section .teladoc_health_title,.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .teladoc_section .condition_management_title,.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .teladoc_section .mental_health_updates_title,.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .teladoc_section .teladoc_health_title{--border-opacity:1;border-color:#d9d9d9;border-color:rgba(217, 217, 217, var(--border-opacity));border-top:1px rgba(217, 217, 217, var(--border-opacity));border-style:solid;line-height:1.75rem;font-weight:400;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));padding-top:1rem}@media only screen and (max-width: 472px) and (min-width: 320px){.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .condition_management_section .condition_management_title,.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .condition_management_section .mental_health_updates_title,.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .condition_management_section .teladoc_health_title,.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .mental_health_section .condition_management_title,.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .mental_health_section .mental_health_updates_title,.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .mental_health_section .teladoc_health_title,.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .teladoc_section .condition_management_title,.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .teladoc_section .mental_health_updates_title,.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .teladoc_section .teladoc_health_title{font-size:1.25rem}}@media (min-width: 472px){.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .condition_management_section .condition_management_title,.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .condition_management_section .mental_health_updates_title,.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .condition_management_section .teladoc_health_title,.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .mental_health_section .condition_management_title,.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .mental_health_section .mental_health_updates_title,.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .mental_health_section .teladoc_health_title,.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .teladoc_section .condition_management_title,.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .teladoc_section .mental_health_updates_title,.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .teladoc_section .teladoc_health_title{font-size:1.375rem}}.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .condition_management_section .condition_management_title,.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .condition_management_section .teladoc_health_title,.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .mental_health_section .condition_management_title,.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .mental_health_section .teladoc_health_title,.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .teladoc_section .condition_management_title,.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .teladoc_section .teladoc_health_title{padding-bottom:1.5rem}.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .condition_management_section .mental_health_updates_description,.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .mental_health_section .mental_health_updates_description,.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .teladoc_section .mental_health_updates_description{--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity));font-size:15px;font-size:1rem;padding-bottom:1.25rem}.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .condition_management_section .field-wrapper-web-sdk,.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .mental_health_section .field-wrapper-web-sdk,.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .teladoc_section .field-wrapper-web-sdk{border-style:none;padding-bottom:2rem;margin-bottom:0;box-shadow:none}@media only screen and (max-width: 472px) and (min-width: 320px){.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .condition_management_section .field-wrapper-web-sdk,.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .mental_health_section .field-wrapper-web-sdk,.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .teladoc_section .field-wrapper-web-sdk{padding-left:0;padding-right:0}}@media (min-width: 472px){.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .condition_management_section .field-wrapper-web-sdk,.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .mental_health_section .field-wrapper-web-sdk,.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .teladoc_section .field-wrapper-web-sdk{padding-left:2.25rem}}.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .condition_management_section .field-wrapper-web-sdk .checkbox-wrapper-web-sdk input,.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .mental_health_section .field-wrapper-web-sdk .checkbox-wrapper-web-sdk input,.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .teladoc_section .field-wrapper-web-sdk .checkbox-wrapper-web-sdk input{width:1.5rem;height:1.5rem}.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .condition_management_section .field-wrapper-web-sdk .checkbox-wrapper-web-sdk input:checked~.checkbox-input-web-sdk,.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .mental_health_section .field-wrapper-web-sdk .checkbox-wrapper-web-sdk input:checked~.checkbox-input-web-sdk,.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .teladoc_section .field-wrapper-web-sdk .checkbox-wrapper-web-sdk input:checked~.checkbox-input-web-sdk{background:url(https://assets.livongo.com/image/upload/v1713276002/web-sdk/icons/checkbox-checked.svg) no-repeat 50% !important;border-style:none;display:block}.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .condition_management_section .field-wrapper-web-sdk .checkbox-wrapper-web-sdk input:checked~.checkbox-input-web-sdk:after,.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .mental_health_section .field-wrapper-web-sdk .checkbox-wrapper-web-sdk input:checked~.checkbox-input-web-sdk:after,.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .teladoc_section .field-wrapper-web-sdk .checkbox-wrapper-web-sdk input:checked~.checkbox-input-web-sdk:after{display:none}.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .condition_management_section .field-wrapper-web-sdk .checkbox-wrapper-web-sdk .checkbox-text-wrapper-web-sdk .text-web-sdk,.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .mental_health_section .field-wrapper-web-sdk .checkbox-wrapper-web-sdk .checkbox-text-wrapper-web-sdk .text-web-sdk,.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .teladoc_section .field-wrapper-web-sdk .checkbox-wrapper-web-sdk .checkbox-text-wrapper-web-sdk .text-web-sdk{--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));font-size:1.125rem;font-weight:400}.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .save_wrapper{padding:2rem;--border-opacity:1;border:1px solid #d9d9d9;border-color:rgba(217, 217, 217, var(--border-opacity));border-bottom-right-radius:.75rem;border-bottom-left-radius:.75rem;box-shadow:0 1px 4px 1px rgba(0,0,0,0.0784314);-webkit-clip-path:inset(0 -15px -4px -15px);clip-path:inset(0 -15px -4px -15px)}.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .save_wrapper .button-save_button{font-family:Effra,Arial,sans-serif;font-size:1.125rem;letter-spacing:0;border-radius:9999px;width:6rem;line-height:20px}.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .off_general_updates_container{--bg-opacity:1;background-color:#fffdf2;background-color:rgba(255, 253, 242, var(--bg-opacity));background-clip:content-box;display:grid;grid-template-columns:fit-content(50px) fit-content(500px);--border-opacity:1;border-color:#d9d9d9;border-bottom-color:rgba(217, 217, 217, var(--border-opacity));border-top-color:rgba(217, 217, 217, var(--border-opacity));border-left:1px solid rgba(217, 217, 217, var(--border-opacity));border-bottom-style:solid;border-right:1px solid rgba(217, 217, 217, var(--border-opacity));border-top-style:solid;padding-bottom:1rem;margin-left:0;margin-right:0}@media only screen and (max-width: 472px) and (min-width: 320px){.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .off_general_updates_container{padding-left:1rem;padding-right:1rem}}@media (min-width: 472px){.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .off_general_updates_container{padding-left:2rem;padding-right:2rem}}.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .off_general_updates_container .off_general_updates_info{--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));font-weight:700;font-size:1.125rem;margin-top:1.25rem;margin-bottom:1.25rem;background-clip:padding-box}.root-web-sdk #containerForm .CommunicationPreferences .screen-fields-web-sdk .off_general_updates_container .ic_alert_warning_2{background:url(https://assets.livongo.com/image/upload/v1713187977/web-sdk/icons/warning-circle-pulse.svg) no-repeat 50%;width:1.25rem;height:1.75rem;margin:1.25rem 1rem}.root-web-sdk #containerForm .CommunicationPreferencesMain .title-web-sdk{--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity))}@media only screen and (max-width: 472px) and (min-width: 320px){.root-web-sdk #containerForm .CommunicationPreferencesMain .title-web-sdk{font-size:1.125rem}}@media (min-width: 472px){.root-web-sdk #containerForm .CommunicationPreferencesMain .title-web-sdk{font-size:1.875rem}}.root-web-sdk #containerForm .CommunicationPreferencesMain .footer_text{--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity))}.root-web-sdk #containerForm .CommunicationPreferencesMain .screen-fields-web-sdk .general,.root-web-sdk #containerForm .CommunicationPreferencesMain .screen-fields-web-sdk .language_and_accessibility{display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;align-items:center;gap:10px;position:relative;--border-opacity:1;border:1px solid #d9d9d9;border-color:rgba(217, 217, 217, var(--border-opacity));border-radius:.75rem;font-size:1.5rem;margin-bottom:1.5rem;margin-left:0;margin-right:0;width:95%;box-shadow:0 1px 4px 1px rgba(0,0,0,0.0784314)}@media (min-width: 472px){.root-web-sdk #containerForm .CommunicationPreferencesMain .screen-fields-web-sdk .general,.root-web-sdk #containerForm .CommunicationPreferencesMain .screen-fields-web-sdk .language_and_accessibility{padding:1.5rem}}.root-web-sdk #containerForm .CommunicationPreferencesMain .screen-fields-web-sdk .general .title,.root-web-sdk #containerForm .CommunicationPreferencesMain .screen-fields-web-sdk .language_and_accessibility .title{grid-column:1/span 1;grid-row:1/span 1;font-weight:500;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));margin-bottom:.5rem;font-family:Effra,Arial,sans-serif}@media only screen and (max-width: 472px) and (min-width: 320px){.root-web-sdk #containerForm .CommunicationPreferencesMain .screen-fields-web-sdk .general .title,.root-web-sdk #containerForm .CommunicationPreferencesMain .screen-fields-web-sdk .language_and_accessibility .title{font-size:1.375rem;line-height:1.5rem}}@media (min-width: 472px){.root-web-sdk #containerForm .CommunicationPreferencesMain .screen-fields-web-sdk .general .title,.root-web-sdk #containerForm .CommunicationPreferencesMain .screen-fields-web-sdk .language_and_accessibility .title{font-size:1.625rem}}.root-web-sdk #containerForm .CommunicationPreferencesMain .screen-fields-web-sdk .general .description,.root-web-sdk #containerForm .CommunicationPreferencesMain .screen-fields-web-sdk .language_and_accessibility .description{grid-column:1/span 1;grid-row:2/span 1;--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity));font-size:1.125rem}@media only screen and (max-width: 472px) and (min-width: 320px){.root-web-sdk #containerForm .CommunicationPreferencesMain .screen-fields-web-sdk .general .description,.root-web-sdk #containerForm .CommunicationPreferencesMain .screen-fields-web-sdk .language_and_accessibility .description{line-height:1.5rem}}@media (min-width: 472px){.root-web-sdk #containerForm .CommunicationPreferencesMain .screen-fields-web-sdk .general .description,.root-web-sdk #containerForm .CommunicationPreferencesMain .screen-fields-web-sdk .language_and_accessibility .description{line-height:1.75rem}}.root-web-sdk #containerForm .CommunicationPreferencesMain .screen-fields-web-sdk .general .description,.root-web-sdk #containerForm .CommunicationPreferencesMain .screen-fields-web-sdk .language_and_accessibility .description{margin-bottom:.25rem;margin-right:.75rem}.root-web-sdk #containerForm .CommunicationPreferencesMain .screen-fields-web-sdk .general .icon_link,.root-web-sdk #containerForm .CommunicationPreferencesMain .screen-fields-web-sdk .language_and_accessibility .icon_link{width:48px;height:48px;position:absolute;top:40%;justify-self:end;margin-right:.75rem}.root-web-sdk #containerForm .CommunicationPreferencesMain .screen-fields-web-sdk .general .ic_arrow_right_pulse,.root-web-sdk #containerForm .CommunicationPreferencesMain .screen-fields-web-sdk .language_and_accessibility .ic_arrow_right_pulse{background:url(https://assets.livongo.com/image/upload/v1713187567/web-sdk/icons/directional_arrow_right_jdrcxf.svg) no-repeat 50%;top:0;position:absolute;width:48px;height:48px;border-radius:50%;--border-opacity:1;border:1px solid #dfe0df;border-color:rgba(223, 224, 223, var(--border-opacity));cursor:pointer}.root-web-sdk #containerForm .CommunicationPreferencesMain+.screenDefault{border-radius:.5rem;background-color:transparent;--bg-opacity:0;position:fixed;min-height:0;right:0;left:0;min-width:auto;top:3.5rem;z-index:99}.root-web-sdk #containerForm .CommunicationPreferencesMain+.screenDefault.hidden{transition:all .75s ease-in-out;top:-150px;opacity:0}@media (min-width: 576px){.root-web-sdk #containerForm .CommunicationPreferencesMain+.screenDefault{right:0;left:auto;min-width:500px}}.root-web-sdk #containerForm .CommunicationPreferencesMain+.screenDefault .dialog-web-sdk{padding-left:0;padding-right:0;width:100%;background-color:transparent;display:flex;align-self:flex-start}.root-web-sdk #containerForm .CommunicationPreferencesMain+.screenDefault .dialog-web-sdk .dialog-web-sdk-ico-close{height:1rem;min-width:1rem;background:url(https://assets.livongo.com/image/upload/v1713279106/web-sdk/icons/pulse-dialog-close.svg) no-repeat 50%;margin:1.5rem}.root-web-sdk #containerForm .CommunicationPreferencesMain+.screenDefault .dialog-web-sdk .dialog-web-sdk-ico-close:focus-visible{outline:2px solid transparent;outline-offset:2px}.root-web-sdk #containerForm .CommunicationPreferencesMain+.screenDefault .dialog-web-sdk .dialog-web-sdk-ico-close:focus{box-shadow:0 0 0 2px #fff,0 0 2px 4px rgba(0,96,252,0.6);border-radius:.25rem;outline:2px solid transparent;outline-offset:2px}.root-web-sdk #containerForm .CommunicationPreferencesMain+.screenDefault .dialog-web-sdk .dialog-header-web-sdk{padding:0;margin:0}.root-web-sdk #containerForm .CommunicationPreferencesMain+.screenDefault .dialog-web-sdk .dialog-header-web-sdk h1{display:none}.root-web-sdk #containerForm .CommunicationPreferencesMain+.screenDefault .dialog-web-sdk .dialog-header-web-sdk button{right:.5rem;top:2rem}.root-web-sdk #containerForm .CommunicationPreferencesMain+.screenDefault .dialog-web-sdk .dialog-content-web-sdk{padding-left:0;padding-right:0;width:100%}.root-web-sdk #containerForm .CommunicationPreferencesMain+.screenDefault .dialog-web-sdk .dialog-content-web-sdk .container-web-sdk.dialog_container{border-radius:.5rem;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));margin:0;border-top:8px solid #46944b;box-shadow:0 12px 30px rgba(0,0,0,0.16);padding-bottom:.25rem}.root-web-sdk #containerForm .CommunicationPreferencesMain+.screenDefault .dialog-web-sdk .dialog-content-web-sdk .container-web-sdk.dialog_container:hover{--border-opacity:1;border-color:#fff;border-color:rgba(255, 255, 255, var(--border-opacity));border-top:.5rem solid #46944b}.root-web-sdk #containerForm .CommunicationPreferencesMain+.screenDefault .dialog-web-sdk .dialog-content-web-sdk .container-web-sdk.dialog_container .text-web-sdk{margin-left:3rem}.root-web-sdk #containerForm .CommunicationPreferencesMain+.screenDefault .dialog-web-sdk .dialog-content-web-sdk .container-web-sdk.dialog_container .title_text{font-size:1.375rem;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));margin-top:.75rem;margin-bottom:.25rem}.root-web-sdk #containerForm .CommunicationPreferencesMain+.screenDefault .dialog-web-sdk .dialog-content-web-sdk .container-web-sdk.dialog_container .title_text:before{content:" ";width:2rem;position:absolute;left:1.75rem;background:url(https://assets.livongo.com/image/upload/v1713279067/web-sdk/icons/pulse-check-circle.svg) no-repeat scroll 50%;filter:invert(47%) sepia(85%) saturate(310%) hue-rotate(74deg) brightness(89%) contrast(86%)}.root-web-sdk #containerForm .CommunicationPreferencesMain+.screenDefault .dialog-web-sdk .dialog-content-web-sdk .container-web-sdk.dialog_container .description_text,.root-web-sdk #containerForm .CommunicationPreferencesMain+.screenDefault .dialog-web-sdk .dialog-content-web-sdk .container-web-sdk.dialog_container .dialog_desc{font-size:18px;--text-opacity:1;color:#565757;color:rgba(86, 87, 87, var(--text-opacity));margin-bottom:.75rem}.root-web-sdk #containerForm .LanguageAndAccessibility .title-web-sdk{--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity))}@media only screen and (max-width: 472px) and (min-width: 320px){.root-web-sdk #containerForm .LanguageAndAccessibility .title-web-sdk{font-size:1.125rem}}@media (min-width: 472px){.root-web-sdk #containerForm .LanguageAndAccessibility .title-web-sdk{font-size:1.875rem}}.root-web-sdk #containerForm .LanguageAndAccessibility .dropdown_communication_description,.root-web-sdk #containerForm .LanguageAndAccessibility .dropdown_visit_description{--text-opacity:1;color:#5b5c5c;color:rgba(91, 92, 92, var(--text-opacity));font-size:15px;margin-bottom:0}.root-web-sdk #containerForm .LanguageAndAccessibility .checkbox_container,.root-web-sdk #containerForm .LanguageAndAccessibility .container-web-sdk{margin-top:6rem}.root-web-sdk #containerForm .LanguageAndAccessibility .dropdown_communication_title,.root-web-sdk #containerForm .LanguageAndAccessibility .dropdown_visit_title{font-size:18px;line-height:20px;font-weight:500;margin-bottom:0}.root-web-sdk #containerForm .LanguageAndAccessibility .label-undefined-web-sdk{display:none}.root-web-sdk #containerForm .LanguageAndAccessibility .custom-select-web-sdk{width:300px;border-radius:.75rem;margin-top:8px}.root-web-sdk #containerForm .LanguageAndAccessibility .container-web-sdk{margin:0}.root-web-sdk #containerForm .LanguageAndAccessibility .note_description{margin-left:2.25rem;padding-bottom:1rem;--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity));font-size:1.125rem}.root-web-sdk #containerForm .LanguageAndAccessibility .container-web-sdk.note_about_asl_visit{--bg-opacity:1;background-color:#fffdf2;background-color:rgba(255, 253, 242, var(--bg-opacity));border-radius:.75rem}.root-web-sdk #containerForm .LanguageAndAccessibility .note_about_asl_visit{margin-top:1.5rem;padding-left:.75rem;background-image:url(https://assets.livongo.com/image/upload/v1713276981/web-sdk/icons/ic_tdh_alert_icon.svg);background-repeat:no-repeat;background-size:15px;background-position:top 1.3rem left 1rem;padding-right:.75rem}.root-web-sdk #containerForm .LanguageAndAccessibility .note_about_asl_visit .note_title{font-weight:600}.root-web-sdk #containerForm .LanguageAndAccessibility .checkbox_title{font-size:16px;margin-bottom:6px;font-weight:500;line-height:16px}.root-web-sdk #containerForm .LanguageAndAccessibility .checkbox-wrapper-web-sdk{font-size:18px;align-self:stretch;font-family:Effra;line-height:20px;color:#171717;font-style:normal;font-weight:400}.root-web-sdk #containerForm .LanguageAndAccessibility .modernizedButton{width:103px}.root-web-sdk #containerForm .LanguageAndAccessibility .ModernizedButton-button-wrapper-web-sdk{padding:0 !important}.root-web-sdk #containerForm .DoNotDisturbHours .title-web-sdk{--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity))}@media only screen and (max-width: 472px) and (min-width: 320px){.root-web-sdk #containerForm .DoNotDisturbHours .title-web-sdk{font-size:1.125rem}}@media (min-width: 472px){.root-web-sdk #containerForm .DoNotDisturbHours .title-web-sdk{font-size:1.875rem}}.root-web-sdk #containerForm .DoNotDisturbHours .screen-fields-web-sdk{--border-opacity:1;border:1px solid #d9d9d9;border-color:rgba(217, 217, 217, var(--border-opacity));box-shadow:0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -1px rgba(0,0,0,0.06);border-radius:.5rem}.root-web-sdk #containerForm .DoNotDisturbHours .screen-fields-web-sdk .allow_do_not_disturb,.root-web-sdk #containerForm .DoNotDisturbHours .screen-fields-web-sdk .from,.root-web-sdk #containerForm .DoNotDisturbHours .screen-fields-web-sdk .label-title-websdk,.root-web-sdk #containerForm .DoNotDisturbHours .screen-fields-web-sdk .to,.root-web-sdk #containerForm .DoNotDisturbHours .screen-fields-web-sdk label[data-testId=radio-label-undefined]{--text-opacity:1!important;color:#171717 !important;color:rgba(23, 23, 23, var(--text-opacity)) !important;font-size:1.125rem !important}.root-web-sdk #containerForm .DoNotDisturbHours .screen-fields-web-sdk input[data-testId=radio-input-undefined]{height:1.5rem;width:1.5rem}.root-web-sdk #containerForm .DoNotDisturbHours .screen-fields-web-sdk .custom-select-web-sdk{border-radius:.75rem}.root-web-sdk #containerForm .DoNotDisturbHours .screen-fields-web-sdk .do_not_disturb_hours_section{max-width:none;--border-opacity:1;border-color:#d9d9d9;border-bottom:1px;border-style:solid;border-color:rgba(217, 217, 217, var(--border-opacity))}@media only screen and (max-width: 492px) and (min-width: 320px){.root-web-sdk #containerForm .DoNotDisturbHours .screen-fields-web-sdk .do_not_disturb_hours_section{padding-left:1.25rem;padding-right:1.25rem;padding-top:2rem}.root-web-sdk #containerForm .DoNotDisturbHours .screen-fields-web-sdk .do_not_disturb_hours_section .allow_do_not_disturb_description{font-size:15px}}@media (min-width: 492px){.root-web-sdk #containerForm .DoNotDisturbHours .screen-fields-web-sdk .do_not_disturb_hours_section{padding-left:2.25rem;padding-right:2.25rem;padding-top:2.5rem}}.root-web-sdk #containerForm .DoNotDisturbHours .screen-fields-web-sdk .do_not_disturb_hours_section .field-wrapper-web-sdk{margin-bottom:.5rem}.root-web-sdk #containerForm .DoNotDisturbHours .screen-fields-web-sdk .do_not_disturb_hours_section .field-wrapper-web-sdk .checkbox-wrapper-web-sdk input{width:1.5rem;height:1.5rem}.root-web-sdk #containerForm .DoNotDisturbHours .screen-fields-web-sdk .do_not_disturb_hours_section .field-wrapper-web-sdk .checkbox-wrapper-web-sdk input:checked~.checkbox-input-web-sdk{background:url(https://assets.livongo.com/image/upload/v1713276002/web-sdk/icons/checkbox-checked.svg) no-repeat 50% !important;border-style:none;display:block}.root-web-sdk #containerForm .DoNotDisturbHours .screen-fields-web-sdk .do_not_disturb_hours_section .field-wrapper-web-sdk .checkbox-wrapper-web-sdk input:checked~.checkbox-input-web-sdk:after{display:none}.root-web-sdk #containerForm .DoNotDisturbHours .screen-fields-web-sdk .do_not_disturb_hours_section .allow_do_not_disturb_description{padding-left:1.75rem;margin-bottom:1rem;--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity))}.root-web-sdk #containerForm .DoNotDisturbHours .screen-fields-web-sdk .time_range_section{display:grid;max-width:none;--border-opacity:1;border-color:#d9d9d9;border-bottom:1px;border-style:solid;border-color:rgba(217, 217, 217, var(--border-opacity))}.root-web-sdk #containerForm .DoNotDisturbHours .screen-fields-web-sdk .time_range_section .web_warning_invalid_range,.root-web-sdk #containerForm .DoNotDisturbHours .screen-fields-web-sdk .time_range_section .web_warning_range_too_short{grid-column:span 3/span 3;margin-top:.5rem;margin-bottom:1.25rem;padding-left:1.5rem;font-size:1.125rem;line-height:20px;background:url(https://assets.livongo.com/image/upload/v1713283561/web-sdk/icons/stop-default.svg);background-repeat:no-repeat;background-size:1rem}.root-web-sdk #containerForm .DoNotDisturbHours .screen-fields-web-sdk .time_range_section .input_field_warning{--border-opacity:1;border-color:#cd000a;border-color:rgba(205, 0, 10, var(--border-opacity))}.root-web-sdk #containerForm .DoNotDisturbHours .screen-fields-web-sdk .time_range_section .label_title_warning{--text-opacity:1;color:#cd000a;color:rgba(205, 0, 10, var(--text-opacity))}@media only screen and (max-width: 539px) and (min-width: 471px){.root-web-sdk #containerForm .DoNotDisturbHours .screen-fields-web-sdk .time_range_section{padding-left:1rem;padding-right:1rem;padding-top:1rem;grid-column-gap:1rem;-moz-column-gap:1rem;column-gap:1rem;grid-template-columns:3fr 3fr 1fr !important}.root-web-sdk #containerForm .DoNotDisturbHours .screen-fields-web-sdk .time_range_section .field-wrapper-web-sdk{margin-bottom:.5rem}.root-web-sdk #containerForm .DoNotDisturbHours .screen-fields-web-sdk .time_range_section .confirm_description{grid-column:span 3/span 3;margin-bottom:1rem}.root-web-sdk #containerForm .DoNotDisturbHours .screen-fields-web-sdk .time_range_section .custom-select-web-sdk{min-width:10.063rem;max-width:40rem}.root-web-sdk #containerForm .DoNotDisturbHours .screen-fields-web-sdk .time_range_section .web_warning_invalid_range,.root-web-sdk #containerForm .DoNotDisturbHours .screen-fields-web-sdk .time_range_section .web_warning_range_too_short{grid-column:span 3/span 3}}@media only screen and (max-width: 470px) and (min-width: 320px){.root-web-sdk #containerForm .DoNotDisturbHours .screen-fields-web-sdk .time_range_section{padding-left:1rem;padding-right:1rem;padding-top:1rem;grid-template-columns:repeat(2, minmax(0, 1fr));grid-column-gap:1rem;-moz-column-gap:1rem;column-gap:1rem}.root-web-sdk #containerForm .DoNotDisturbHours .screen-fields-web-sdk .time_range_section .field-wrapper-web-sdk{margin-bottom:1rem}.root-web-sdk #containerForm .DoNotDisturbHours .screen-fields-web-sdk .time_range_section .confirm_description{grid-column:span 2/span 2;margin-bottom:.5rem}.root-web-sdk #containerForm .DoNotDisturbHours .screen-fields-web-sdk .time_range_section .custom-select-web-sdk{max-width:9.25rem}.root-web-sdk #containerForm .DoNotDisturbHours .screen-fields-web-sdk .time_range_section .web_warning_invalid_range,.root-web-sdk #containerForm .DoNotDisturbHours .screen-fields-web-sdk .time_range_section .web_warning_range_too_short{grid-column:span 2/span 2}}@media (min-width: 540px){.root-web-sdk #containerForm .DoNotDisturbHours .screen-fields-web-sdk .time_range_section{grid-template-columns:1fr 1fr 6fr !important;padding-left:2rem;padding-right:2rem;padding-top:1rem}.root-web-sdk #containerForm .DoNotDisturbHours .screen-fields-web-sdk .time_range_section .radio-buttons-container{padding-top:.25rem;padding-left:.125rem}.root-web-sdk #containerForm .DoNotDisturbHours .screen-fields-web-sdk .time_range_section .field-wrapper-web-sdk{justify-content:flex-end;padding-left:1.5rem}.root-web-sdk #containerForm .DoNotDisturbHours .screen-fields-web-sdk .time_range_section .radio-web-sdk{margin-top:1rem !important;margin-left:0.25rem !important;margin-bottom:1rem !important}.root-web-sdk #containerForm .DoNotDisturbHours .screen-fields-web-sdk .time_range_section .custom-select-web-sdk{min-width:10.063rem;max-width:40rem}.root-web-sdk #containerForm .DoNotDisturbHours .screen-fields-web-sdk .time_range_section .confirm_description{grid-column:span 4/span 4;padding-bottom:2rem}.root-web-sdk #containerForm .DoNotDisturbHours .screen-fields-web-sdk .time_range_section :nth-child(3){padding-left:1rem !important}.root-web-sdk #containerForm .DoNotDisturbHours .screen-fields-web-sdk .time_range_section .web_warning_invalid_range,.root-web-sdk #containerForm .DoNotDisturbHours .screen-fields-web-sdk .time_range_section .web_warning_range_too_short{grid-column:span 4/span 4}}.root-web-sdk #containerForm .DoNotDisturbHours .screen-fields-web-sdk .button-save_button{font-size:1.125rem;width:104px;height:3rem;padding:0;border-radius:9999px}@media only screen and (max-width: 492px) and (min-width: 320px){.root-web-sdk #containerForm .DoNotDisturbHours .screen-fields-web-sdk .button-save_button{margin-left:1rem;margin-bottom:1.5rem}}@media (min-width: 492px){.root-web-sdk #containerForm .DoNotDisturbHours .screen-fields-web-sdk .button-save_button{margin:32px}}.root-web-sdk #containerForm .Family .button-left-arrow-web-sdk{--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity))}.root-web-sdk #containerForm .Family .title-web-sdk{--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));font-size:1.875rem;margin-bottom:1.5rem}@media (max-width: 500px){.root-web-sdk #containerForm .Family .title-web-sdk{font-size:1.5rem;margin-bottom:1rem}}.root-web-sdk #containerForm .Family .screen-fields-web-sdk .authorized_consenter_title_field,.root-web-sdk #containerForm .Family .screen-fields-web-sdk .care_recipients_title_field,.root-web-sdk #containerForm .Family .screen-fields-web-sdk .dependents_title_field{display:flex;flex-direction:column;border-width:1px;--border-opacity:1;border-color:#e5e8e8;border-color:rgba(229, 232, 232, var(--border-opacity));border-radius:.75rem;margin-top:0;margin-bottom:1.5rem}.root-web-sdk #containerForm .Family .screen-fields-web-sdk .authorized_consenter_title,.root-web-sdk #containerForm .Family .screen-fields-web-sdk .care_recipients_title,.root-web-sdk #containerForm .Family .screen-fields-web-sdk .dependents_title{font-size:1.625rem;padding-left:2rem;padding-top:2rem;margin-bottom:0;font-weight:500}@media (max-width: 500px){.root-web-sdk #containerForm .Family .screen-fields-web-sdk .authorized_consenter_title,.root-web-sdk #containerForm .Family .screen-fields-web-sdk .care_recipients_title,.root-web-sdk #containerForm .Family .screen-fields-web-sdk .dependents_title{padding-top:1.5rem;padding-left:1rem;font-size:1.375rem}}.root-web-sdk #containerForm .Family .screen-fields-web-sdk .no_authorized_consenters,.root-web-sdk #containerForm .Family .screen-fields-web-sdk .no_care_recipients,.root-web-sdk #containerForm .Family .screen-fields-web-sdk .no_dependents{font-size:1.125rem;--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity));border-bottom-width:1px;--border-opacity:1;border-color:#e5e8e8;border-color:rgba(229, 232, 232, var(--border-opacity));margin-bottom:0;padding:2rem;line-height:1.75rem}@media (max-width: 500px){.root-web-sdk #containerForm .Family .screen-fields-web-sdk .no_authorized_consenters,.root-web-sdk #containerForm .Family .screen-fields-web-sdk .no_care_recipients,.root-web-sdk #containerForm .Family .screen-fields-web-sdk .no_dependents{padding:1.5rem 1rem}}.root-web-sdk #containerForm .Family .screen-fields-web-sdk .add_a_care_recipients,.root-web-sdk #containerForm .Family .screen-fields-web-sdk .add_a_dependent,.root-web-sdk #containerForm .Family .screen-fields-web-sdk .add_an_authorized_consenter{padding-top:2rem;width:100%;font-size:1.125rem;--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity));background:url(https://assets.livongo.com/image/upload/v1713278499/web-sdk/icons/icon-add-pulse-purple.svg) top 2.3rem left 2.125rem;background-size:12px;background-repeat:no-repeat;padding-left:3.5rem;text-align:left;margin-bottom:0;padding-bottom:2rem}@media (max-width: 500px){.root-web-sdk #containerForm .Family .screen-fields-web-sdk .add_a_care_recipients,.root-web-sdk #containerForm .Family .screen-fields-web-sdk .add_a_dependent,.root-web-sdk #containerForm .Family .screen-fields-web-sdk .add_an_authorized_consenter{padding-top:1.5rem;padding-bottom:1.5rem;background:url(https://assets.livongo.com/image/upload/v1713278499/web-sdk/icons/icon-add-pulse-purple.svg) top 1.785rem left 1rem;padding-left:2.5rem;background-repeat:no-repeat;background-size:12px}}.root-web-sdk #containerForm .Family .screen-fields-web-sdk button[data-testid*=add]{padding-top:3rem;width:100%;margin-bottom:0;padding-bottom:2rem;padding-left:2rem}@media (max-width: 500px){.root-web-sdk #containerForm .Family .screen-fields-web-sdk button[data-testid*=add]{padding-top:2.5rem;padding-bottom:1.5rem;padding-left:1rem}}.root-web-sdk #containerForm .Family .screen-fields-web-sdk .field_title{padding-left:2rem;margin-bottom:0;font-size:1.125rem;padding-top:2rem;font-weight:500}@media (max-width: 500px){.root-web-sdk #containerForm .Family .screen-fields-web-sdk .field_title{padding-left:1rem}}.root-web-sdk #containerForm .Family .screen-fields-web-sdk .field_description{padding-left:2rem;font-size:15px;--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity));border-bottom-width:1px;--border-opacity:1;border-color:#e5e8e8;border-color:rgba(229, 232, 232, var(--border-opacity));padding-bottom:2rem;margin-bottom:0}@media (max-width: 500px){.root-web-sdk #containerForm .Family .screen-fields-web-sdk .field_description{padding-left:1rem}}.root-web-sdk #containerForm .Family .screen-fields-web-sdk .dependents_title_field>div:not(.dependents_add_field)>button[class*=text-web-sdk],.root-web-sdk #containerForm .Family .screen-fields-web-sdk button[data-testid*=_manage_]{margin-right:32px;margin-top:32px}@media (max-width: 500px){.root-web-sdk #containerForm .Family .screen-fields-web-sdk .dependents_title_field>div:not(.dependents_add_field)>button[class*=text-web-sdk],.root-web-sdk #containerForm .Family .screen-fields-web-sdk button[data-testid*=_manage_]{margin-right:1rem}}.root-web-sdk #containerForm .Family .screen-fields-web-sdk .dependents_title_field>div:not(.dependents_add_field)>button[class*=text-web-sdk]{font-size:1.125rem;--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity))}.root-web-sdk #containerForm .Family .screen-fields-web-sdk .authorized_consenter_title_field>div>[data-testid*=authorized_consenter_edit],.root-web-sdk #containerForm .Family .screen-fields-web-sdk button[data-testid*=_manage_]{display:inline-block;float:right}.root-web-sdk #containerForm .Family .screen-fields-web-sdk .authorized_consenter_title_field>div>.authorized_consenter_name{margin-bottom:0;font-size:1.125rem;margin-left:32px;font-weight:500;display:inline-block}@media (max-width: 500px){.root-web-sdk #containerForm .Family .screen-fields-web-sdk .authorized_consenter_title_field>div>.authorized_consenter_name{margin-left:1rem}}.root-web-sdk #containerForm .Family .screen-fields-web-sdk .authorized_consenter_title_field>div>.authorized_consenter_edit,.root-web-sdk #containerForm .Family .screen-fields-web-sdk .authorized_consenter_title_field>div>[data-testid*=authorized_consenter_edit]{margin-bottom:0;margin-right:32px}@media (max-width: 500px){.root-web-sdk #containerForm .Family .screen-fields-web-sdk .authorized_consenter_title_field>div>.authorized_consenter_edit,.root-web-sdk #containerForm .Family .screen-fields-web-sdk .authorized_consenter_title_field>div>[data-testid*=authorized_consenter_edit]{margin-right:1rem}}.root-web-sdk #containerForm .Family .screen-fields-web-sdk .authorized_consenter_title_field>div>.authorized_consenter_edit{--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity));font-size:1.125rem}.root-web-sdk #containerForm .Family .screen-fields-web-sdk .authorized_consenter_title_field>div>.phone_number_text{padding-left:2rem;font-size:15px;--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity))}@media (max-width: 500px){.root-web-sdk #containerForm .Family .screen-fields-web-sdk .authorized_consenter_title_field>div>.phone_number_text{padding-left:1rem}}.root-web-sdk #containerForm .Family .screen-fields-web-sdk .authorized_consenter_title_field>div>.phone_number{padding-left:2rem;font-size:1.125rem}@media (max-width: 500px){.root-web-sdk #containerForm .Family .screen-fields-web-sdk .authorized_consenter_title_field>div>.phone_number{padding-left:1rem}}.root-web-sdk #containerForm .Family .screen-fields-web-sdk .authorized_consenter_title_field>div>.rounded_mobile{padding-left:.75rem;padding-right:.75rem;font-size:15px;margin-left:1rem;border-width:1px;--border-opacity:1;border-color:#e5e8e8;border-color:rgba(229, 232, 232, var(--border-opacity));border-radius:1rem}.root-web-sdk #containerForm .Family .screen-fields-web-sdk .authorized_consenter_title_field>div:nth-child(odd):not(:last-child){border-bottom-width:1px;--border-opacity:1;border-color:#e5e8e8;border-color:rgba(229, 232, 232, var(--border-opacity));margin-top:1rem;padding-bottom:1.5rem}.root-web-sdk #containerForm .Family .screen-fields-web-sdk .authorized_consenter_title_field>div:nth-child(2n):not(:last-child){margin-top:32px}.root-web-sdk #containerForm .Family .screen-fields-web-sdk .care_recipients_title_field>div:not(:last-child)>button[class*=text-web-sdk]{margin-top:32px;margin-right:32px;--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity))}@media (max-width: 500px){.root-web-sdk #containerForm .Family .screen-fields-web-sdk .care_recipients_title_field>div:not(:last-child)>button[class*=text-web-sdk]{margin-right:1rem}}.root-web-sdk #containerForm .Family .screen-fields-web-sdk .ic_directional_arrow_right_arrow{display:none}.root-web-sdk #containerForm .HighBloodSugarThreshold .button-left-arrow-web-sdk,.root-web-sdk #containerForm .LowBloodSugarThreshold .button-left-arrow-web-sdk{--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity))}.root-web-sdk #containerForm .HighBloodSugarThreshold .title-web-sdk,.root-web-sdk #containerForm .LowBloodSugarThreshold .title-web-sdk{font-size:1.875rem;margin-bottom:1.5rem}@media (max-width: 500px){.root-web-sdk #containerForm .HighBloodSugarThreshold .title-web-sdk,.root-web-sdk #containerForm .LowBloodSugarThreshold .title-web-sdk{font-size:1.5rem;margin-bottom:1rem}}.root-web-sdk #containerForm .HighBloodSugarThreshold .screen-fields-web-sdk,.root-web-sdk #containerForm .LowBloodSugarThreshold .screen-fields-web-sdk{--border-opacity:1;border:1px solid #dfe0df;border-color:rgba(223, 224, 223, var(--border-opacity));padding:2rem;box-shadow:0 1px 4px 1px rgba(0,0,0,0.08);border-radius:.75rem;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity))}@media (max-width: 768px){.root-web-sdk #containerForm .HighBloodSugarThreshold .screen-fields-web-sdk,.root-web-sdk #containerForm .LowBloodSugarThreshold .screen-fields-web-sdk{padding:1.5rem 1rem}}.root-web-sdk #containerForm .HighBloodSugarThreshold .screen-fields-web-sdk .description,.root-web-sdk #containerForm .LowBloodSugarThreshold .screen-fields-web-sdk .description{--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity));line-height:1.75rem;font-size:1.125rem;margin-bottom:1rem}.root-web-sdk #containerForm .HighBloodSugarThreshold .screen-fields-web-sdk .field-wrapper-web-sdk,.root-web-sdk #containerForm .LowBloodSugarThreshold .screen-fields-web-sdk .field-wrapper-web-sdk{margin-bottom:0;width:327px}@media (max-width: 768px){.root-web-sdk #containerForm .HighBloodSugarThreshold .screen-fields-web-sdk .field-wrapper-web-sdk,.root-web-sdk #containerForm .LowBloodSugarThreshold .screen-fields-web-sdk .field-wrapper-web-sdk{width:100%}}.root-web-sdk #containerForm .HighBloodSugarThreshold .screen-fields-web-sdk .custom-select-web-sdk,.root-web-sdk #containerForm .HighBloodSugarThreshold .screen-fields-web-sdk .input-web-sdk,.root-web-sdk #containerForm .LowBloodSugarThreshold .screen-fields-web-sdk .custom-select-web-sdk,.root-web-sdk #containerForm .LowBloodSugarThreshold .screen-fields-web-sdk .input-web-sdk{border-radius:.75rem}.root-web-sdk #containerForm .HighBloodSugarThreshold .screen-fields-web-sdk .label-title-websdk,.root-web-sdk #containerForm .LowBloodSugarThreshold .screen-fields-web-sdk .label-title-websdk{font-weight:500;font-size:1.125rem;line-height:20px;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity))}.root-web-sdk #containerForm .HighBloodSugarThreshold .screen-fields-web-sdk .web_warning_message,.root-web-sdk #containerForm .LowBloodSugarThreshold .screen-fields-web-sdk .web_warning_message{margin-top:.5rem;margin-bottom:0;padding-left:1.5rem;font-size:1.125rem;line-height:20px;background:url(https://assets.livongo.com/image/upload/v1713283561/web-sdk/icons/stop-default.svg);background-size:16px;background-repeat:no-repeat}.root-web-sdk #containerForm .HighBloodSugarThreshold .screen-fields-web-sdk .label_title_passed,.root-web-sdk #containerForm .LowBloodSugarThreshold .screen-fields-web-sdk .label_title_passed{--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity))}.root-web-sdk #containerForm .HighBloodSugarThreshold .screen-fields-web-sdk .label_title_warning,.root-web-sdk #containerForm .LowBloodSugarThreshold .screen-fields-web-sdk .label_title_warning{--text-opacity:1;color:#cd000a;color:rgba(205, 0, 10, var(--text-opacity))}.root-web-sdk #containerForm .HighBloodSugarThreshold .screen-fields-web-sdk .input_field_passed,.root-web-sdk #containerForm .LowBloodSugarThreshold .screen-fields-web-sdk .input_field_passed{--border-opacity:1;border-color:#6f6f6f;border-color:rgba(111, 111, 111, var(--border-opacity))}.root-web-sdk #containerForm .HighBloodSugarThreshold .screen-fields-web-sdk .input_field_warning,.root-web-sdk #containerForm .LowBloodSugarThreshold .screen-fields-web-sdk .input_field_warning{--border-opacity:1;border-color:#cd000a;border-color:rgba(205, 0, 10, var(--border-opacity))}.root-web-sdk #containerForm .HighBloodSugarThreshold .screen-fields-web-sdk .recommendations_container,.root-web-sdk #containerForm .LowBloodSugarThreshold .screen-fields-web-sdk .recommendations_container{margin-top:1.5rem;--bg-opacity:1;background-color:#dcf3fa;background-color:rgba(220, 243, 250, var(--bg-opacity));border-radius:.75rem}.root-web-sdk #containerForm .HighBloodSugarThreshold .screen-fields-web-sdk .recommendations_description,.root-web-sdk #containerForm .LowBloodSugarThreshold .screen-fields-web-sdk .recommendations_description{--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity));font-size:1.125rem;line-height:1.5rem;padding:1rem 1rem 1rem 3rem;background:url(https://assets.livongo.com/image/upload/v1713283464/web-sdk/icons/info-default.svg) top 1.125rem left 1rem;background-size:20px;background-repeat:no-repeat}.root-web-sdk #containerForm .HighBloodSugarThreshold .screen-fields-web-sdk .button-save_button,.root-web-sdk #containerForm .LowBloodSugarThreshold .screen-fields-web-sdk .button-save_button{border-radius:9999px;width:103px;line-height:20px;font-size:1.125rem;margin-left:.5rem;margin-top:32px;--bg-opacity:1;background-color:#422981;background-color:rgba(66, 41, 129, var(--bg-opacity))}.root-web-sdk #containerForm .HighBloodSugarThreshold .button-left-arrow-web-sdk{--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity))}.root-web-sdk #containerForm .HighBloodSugarThreshold .title-web-sdk{font-size:1.875rem;margin-bottom:1.5rem}@media (max-width: 500px){.root-web-sdk #containerForm .HighBloodSugarThreshold .title-web-sdk{font-size:1.5rem;margin-bottom:1rem}}.root-web-sdk #containerForm .HighBloodSugarThreshold .screen-fields-web-sdk{--border-opacity:1;border:1px solid #dfe0df;border-color:rgba(223, 224, 223, var(--border-opacity));padding:2rem;box-shadow:0 1px 4px 1px rgba(0,0,0,0.08);border-radius:.75rem;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity))}.root-web-sdk #containerForm .HighBloodSugarThreshold .screen-fields-web-sdk .description{--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity));line-height:1.75rem;font-size:1.125rem;margin-bottom:1rem}.root-web-sdk #containerForm .HighBloodSugarThreshold .screen-fields-web-sdk .field-wrapper-web-sdk{margin-bottom:0;width:327px}@media (max-width: 768px){.root-web-sdk #containerForm .HighBloodSugarThreshold .screen-fields-web-sdk .field-wrapper-web-sdk{width:100%}}.root-web-sdk #containerForm .HighBloodSugarThreshold .screen-fields-web-sdk .label-title-websdk{font-weight:500;font-size:1.125rem;line-height:20px;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity))}.root-web-sdk #containerForm .HighBloodSugarThreshold .screen-fields-web-sdk .web_warning_message{margin-top:.5rem;margin-bottom:0;padding-left:1.5rem;font-size:1.125rem;line-height:20px;background:url(https://assets.livongo.com/image/upload/v1713283561/web-sdk/icons/stop-default.svg);background-size:16px;background-repeat:no-repeat}.root-web-sdk #containerForm .HighBloodSugarThreshold .screen-fields-web-sdk .label_title_passed{--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity))}.root-web-sdk #containerForm .HighBloodSugarThreshold .screen-fields-web-sdk .label_title_warning{--text-opacity:1;color:#cd000a;color:rgba(205, 0, 10, var(--text-opacity))}.root-web-sdk #containerForm .HighBloodSugarThreshold .screen-fields-web-sdk .input_field_passed{--border-opacity:1;border-color:#6f6f6f;border-color:rgba(111, 111, 111, var(--border-opacity))}.root-web-sdk #containerForm .HighBloodSugarThreshold .screen-fields-web-sdk .input_field_warning{--border-opacity:1;border-color:#cd000a;border-color:rgba(205, 0, 10, var(--border-opacity))}.root-web-sdk #containerForm .HighBloodSugarThreshold .screen-fields-web-sdk .recommendations_container{margin-top:1.5rem;--bg-opacity:1;background-color:#dcf3fa;background-color:rgba(220, 243, 250, var(--bg-opacity));border-radius:.75rem}.root-web-sdk #containerForm .HighBloodSugarThreshold .screen-fields-web-sdk .recommendations_description{--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity));font-size:1.125rem;line-height:1.5rem;padding:1rem 1rem 1rem 3rem;background:url(https://assets.livongo.com/image/upload/v1713283464/web-sdk/icons/info-default.svg) top 1.125rem left 1rem;background-size:20px;background-repeat:no-repeat}.root-web-sdk #containerForm .HighBloodSugarThreshold .screen-fields-web-sdk .button-save_button{border-radius:9999px;width:103px;line-height:20px;font-size:1.125rem;margin-left:.5rem;margin-top:32px;--bg-opacity:1;background-color:#422981;background-color:rgba(66, 41, 129, var(--bg-opacity))}.root-web-sdk #containerForm .EmergencyContactEdit .title-web-sdk,.root-web-sdk .PulseDesignEmergencyContactEdit .title-web-sdk{--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity))}@media only screen and (max-width: 472px) and (min-width: 320px){.root-web-sdk #containerForm .EmergencyContactEdit .title-web-sdk,.root-web-sdk .PulseDesignEmergencyContactEdit .title-web-sdk{font-size:1.125rem}}@media (min-width: 472px){.root-web-sdk #containerForm .EmergencyContactEdit .title-web-sdk,.root-web-sdk .PulseDesignEmergencyContactEdit .title-web-sdk{font-size:1.875rem}}.root-web-sdk #containerForm .EmergencyContactEdit .screen-fields-web-sdk,.root-web-sdk .PulseDesignEmergencyContactEdit .screen-fields-web-sdk{border-width:1px;--border-opacity:1;border-color:#dfe0df;border-color:rgba(223, 224, 223, var(--border-opacity));border-radius:.75rem;box-shadow:0 1px 4px 1px rgba(0,0,0,0.08);padding:2rem}.root-web-sdk #containerForm .EmergencyContactEdit .screen-fields-web-sdk .field-wrapper-web-sdk:nth-child(5),.root-web-sdk #containerForm .EmergencyContactEdit .screen-fields-web-sdk .field-wrapper-web-sdk:nth-child(6),.root-web-sdk .PulseDesignEmergencyContactEdit .screen-fields-web-sdk .field-wrapper-web-sdk:nth-child(5),.root-web-sdk .PulseDesignEmergencyContactEdit .screen-fields-web-sdk .field-wrapper-web-sdk:nth-child(6){margin:.25rem;width:50%}.root-web-sdk #containerForm .EmergencyContactEdit .screen-fields-web-sdk .title,.root-web-sdk .PulseDesignEmergencyContactEdit .screen-fields-web-sdk .title{display:none}.root-web-sdk #containerForm .EmergencyContactEdit .screen-fields-web-sdk .required,.root-web-sdk .PulseDesignEmergencyContactEdit .screen-fields-web-sdk .required{margin-bottom:1.5rem}.root-web-sdk #containerForm .EmergencyContactEdit .screen-fields-web-sdk .submitFooter,.root-web-sdk .PulseDesignEmergencyContactEdit .screen-fields-web-sdk .submitFooter{border-top-width:1px;--border-opacity:1;border-color:#dfe0df;border-color:rgba(223, 224, 223, var(--border-opacity));margin:32px -2rem -2rem;width:auto}.root-web-sdk #containerForm .PulseDesignEmergencyContactEdit .submitFooter{padding-top:.875rem;padding-bottom:.875rem}.root-web-sdk #containerForm .PulseDesignEmergencyContactEdit button[name=dismiss_button][type=button],.root-web-sdk #containerForm .PulseDesignEmergencyContactEdit button[name=save_button][type=button]{margin-left:.5rem}.root-web-sdk #containerForm .ActivationDependentInfo .title-web-sdk{--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity))}@media only screen and (max-width: 472px) and (min-width: 320px){.root-web-sdk #containerForm .ActivationDependentInfo .title-web-sdk{font-size:1.125rem}}@media (min-width: 472px){.root-web-sdk #containerForm .ActivationDependentInfo .title-web-sdk{font-size:1.875rem}}.root-web-sdk #containerForm .ActivationDependentInfo .screen-fields-web-sdk{border-width:1px;--border-opacity:1;border-color:#dfe0df;border-color:rgba(223, 224, 223, var(--border-opacity));border-radius:.75rem;box-shadow:0 1px 4px 1px rgba(0,0,0,0.08);padding:2rem;margin-top:1.75rem}.root-web-sdk #containerForm .ActivationDependentInfo .screen-fields-web-sdk .required_sign{padding-bottom:.75rem}.root-web-sdk #containerForm .ActivationDependentInfo .screen-fields-web-sdk .last-of-kind{border-radius:1.5rem}.root-web-sdk #containerForm .ActivationDependentInfo .screen-fields-web-sdk .adult_dependent_reminder{--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity))}.root-web-sdk #containerForm .ActivationDependentInfo .screen-fields-web-sdk .button-continueButton{width:33.333333%;border-radius:9999px;font-size:1.125rem}.root-web-sdk #containerForm .AuthorizedConsenterEdit .title-web-sdk{--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity))}@media only screen and (max-width: 472px) and (min-width: 320px){.root-web-sdk #containerForm .AuthorizedConsenterEdit .title-web-sdk{font-size:1.125rem}}@media (min-width: 472px){.root-web-sdk #containerForm .AuthorizedConsenterEdit .title-web-sdk{font-size:1.875rem}}.root-web-sdk #containerForm .AuthorizedConsenterEdit .screen-fields-web-sdk{border-width:1px;--border-opacity:1;border-color:#dfe0df;border-color:rgba(223, 224, 223, var(--border-opacity));border-radius:.75rem;box-shadow:0 1px 4px 1px rgba(0,0,0,0.08);padding:2rem;margin-top:1.75rem}.root-web-sdk #containerForm .AuthorizedConsenterEdit .screen-fields-web-sdk .required_info{margin-bottom:.75rem}.root-web-sdk #containerForm .AuthorizedConsenterEdit .screen-fields-web-sdk .button-saveButton{width:33.333333%;border-radius:9999px;font-size:1.125rem}.root-web-sdk #containerForm .AuthorizedConsenterEdit .screen-fields-web-sdk button[data-testid*=removeButton]{float:right;margin-top:.75rem;margin-right:1.25rem}.root-web-sdk #containerForm .AuthorizedConsenterEdit .screen-fields-web-sdk .button-removeButton{width:-moz-fit-content;width:fit-content;margin-right:.5rem;float:right;background-image:url(https://assets.livongo.com/image/upload/v1713283576/web-sdk/icons/trash-default.svg);background-size:14px;background-repeat:no-repeat;background-position:0;font-size:1.125rem}.root-web-sdk #containerForm .AuthorizedConsenterEdit .screen-fields-web-sdk .button-removeButton,.root-web-sdk #containerForm .AuthorizedConsenterEdit .screen-fields-web-sdk .button-removeButton:hover{--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));border-style:none;--text-opacity:1;color:#cd000a;color:rgba(205, 0, 10, var(--text-opacity))}.root-web-sdk #containerForm .AuthorizedConsenterEdit .screen-fields-web-sdk .button-removeButton,.root-web-sdk #containerForm .AuthorizedConsenterEdit .screen-fields-web-sdk .button-saveButton{display:inline-block}.root-web-sdk #containerForm .AccountCareRecipientsNew .title-web-sdk{--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity))}@media only screen and (max-width: 472px) and (min-width: 320px){.root-web-sdk #containerForm .AccountCareRecipientsNew .title-web-sdk{font-size:1.125rem}}@media (min-width: 472px){.root-web-sdk #containerForm .AccountCareRecipientsNew .title-web-sdk{font-size:1.875rem}}.root-web-sdk #containerForm .AccountCareRecipientsNew .screen-fields-web-sdk{border-width:1px;--border-opacity:1;border-color:#dfe0df;border-color:rgba(223, 224, 223, var(--border-opacity));border-radius:.75rem;box-shadow:0 1px 4px 1px rgba(0,0,0,0.08);padding:2rem;margin-top:1.75rem}.root-web-sdk #containerForm .AccountCareRecipientsNew .screen-fields-web-sdk .button-continueButton{width:33.333333%;border-radius:9999px;font-size:1.125rem}@media (min-width: 375px){.root-web-sdk #containerForm .InvitationConsent .buttonContainer button{width:10rem}.root-web-sdk #containerForm .InvitationConsent .buttonContainer .button-cancel_button{margin-right:32px}}.root-web-sdk #containerForm .ImagesList .title-web-sdk{font-size:2.5rem;font-weight:500}.root-web-sdk #containerForm .ImagesList .screen-fields-web-sdk .text-link-web-sdk{font-size:1rem;font-weight:500;margin-bottom:32px;margin-top:2.25rem;padding-left:1.5rem}.root-web-sdk #containerForm .ImagesList .screen-fields-web-sdk .text-link-web-sdk:before{content:"";background:url(https://assets.livongo.com/image/upload/v1713187941/web-sdk/icons/plus-in-circle-purple.svg) no-repeat 50% !important;display:inline-block;width:1rem;height:1rem;margin-right:.5rem;margin-top:.25rem}.root-web-sdk #containerForm .ImagesList .screen-fields-web-sdk .image-list-item-web-sdk{--border-opacity:1;border-color:#cbc9bf;border-color:rgba(203, 201, 191, var(--border-opacity));border-top:1px rgba(203, 201, 191, var(--border-opacity));border-style:solid;position:relative;padding-bottom:2rem;padding-top:1rem;pointer-events:none}.root-web-sdk #containerForm .ImagesList .screen-fields-web-sdk .image-list-item-web-sdk .image-wrapper-web-sdk{float:right !important;width:120px !important;height:6rem !important;pointer-events:auto}.root-web-sdk #containerForm .ImagesList .screen-fields-web-sdk .image-list-item-web-sdk .image-container-web-sdk .image-web-sdk-doc{background:url(https://assets.livongo.com/image/upload/v1713276216/web-sdk/icons/document.svg) no-repeat 50%;width:120px;height:5rem;margin-top:.5rem;margin-bottom:.5rem}.root-web-sdk #containerForm .ImagesList .screen-fields-web-sdk .image-list-item-web-sdk .image-container-web-sdk img{width:120px;height:6rem}.root-web-sdk #containerForm .ImagesList .screen-fields-web-sdk .image-list-item-web-sdk p{font-size:1.125rem;--text-opacity:1!important;color:#2c2a29 !important;color:rgba(44, 42, 41, var(--text-opacity)) !important;padding-left:1.5rem}.root-web-sdk #containerForm .ImagesList .screen-fields-web-sdk .image-list-item-web-sdk p:first-of-type{font-weight:500;font-size:1.25rem}@media (min-width: 768px){.root-web-sdk #containerForm .ImagesList .screen-fields-web-sdk .image-list-item-web-sdk p:first-of-type{width:70%}}@media only screen and (max-width: 767px) and (min-width: 472px){.root-web-sdk #containerForm .ImagesList .screen-fields-web-sdk .image-list-item-web-sdk p:first-of-type{width:60%}}@media only screen and (max-width: 471px) and (min-width: 320px){.root-web-sdk #containerForm .ImagesList .screen-fields-web-sdk .image-list-item-web-sdk p:first-of-type{width:50%}}.root-web-sdk #containerForm .ImagesList .screen-fields-web-sdk .image-list-item-web-sdk p:nth-of-type(2){font-weight:400;padding-top:.5rem;line-height:1.75rem;padding-bottom:1rem}.root-web-sdk #containerForm .ImagesList .screen-fields-web-sdk .image-list-item-web-sdk p:nth-of-type(3){font-weight:500}.root-web-sdk #containerForm .ImagesList .screen-fields-web-sdk .image-list-item-web-sdk p:nth-of-type(4){font-weight:400}@media (min-width: 768px){.root-web-sdk #containerForm .ImagesList .screen-fields-web-sdk .image-list-item-web-sdk p:nth-of-type(4){margin-top:-22px;left:7rem;position:relative}}.root-web-sdk #containerForm .ImagesList .screen-fields-web-sdk .image-list-item-web-sdk .selectedData{position:absolute;right:2rem;top:8rem;--text-opacity:1!important;color:#5b2f91 !important;color:rgba(91, 47, 145, var(--text-opacity)) !important;font-weight:500;font-size:1rem;overflow:hidden;pointer-events:auto}.root-web-sdk #containerForm .ImagesList .screen-fields-web-sdk .image-list-item-web-sdk p:nth-of-type(5):before{content:"";background:url(https://assets.livongo.com/image/upload/v1713187812/web-sdk/icons/download-arrow.svg) no-repeat 50%;display:inline-block;width:.875rem;height:1rem;margin-right:.5rem}.root-web-sdk #containerForm .EditCoverage .title-web-sdk{font-size:1.875rem;font-weight:700;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity))}.root-web-sdk #containerForm .EditCoverage .description-web-sdk .link-web-sdk{--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity))}.root-web-sdk #containerForm .EditCoverage .screen-fields-web-sdk{border-width:1px;--border-opacity:1;border-color:#dfe0df;border-color:rgba(223, 224, 223, var(--border-opacity));border-radius:.75rem;box-shadow:0 1px 4px 1px rgba(0,0,0,0.08);padding:2rem}.root-web-sdk #containerForm .EditCoverage .screen-fields-web-sdk .required_info{--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity));margin-bottom:1.5rem}.root-web-sdk #containerForm .EditCoverage .screen-fields-web-sdk div:nth-of-type(3) .websdk-flex:after{content:"";background:url(https://assets.livongo.com/image/upload/v1713188520/web-sdk/icons/black-lock_cjr3lz.png) no-repeat 50%;display:inline-block;width:1rem;height:1rem;position:absolute;top:1rem;left:8rem}.root-web-sdk #containerForm .EditCoverage .screen-fields-web-sdk .field-wrapper-web-sdk label .label-title-websdk{--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));font-size:1.125rem;font-weight:500;line-height:20px}.root-web-sdk #containerForm .EditCoverage .screen-fields-web-sdk .field-wrapper-web-sdk .websdk-flex:after{content:"";background:url(https://assets.livongo.com/image/upload/v1713188520/web-sdk/icons/black-lock_cjr3lz.png) no-repeat 50%;display:inline-block;width:1rem;height:1rem;position:absolute;top:1rem;right:.75rem}.root-web-sdk #containerForm .EditCoverage .screen-fields-web-sdk .field-wrapper-web-sdk .websdk-flex input{--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity))}.root-web-sdk #containerForm .EditCoverage .screen-fields-web-sdk .field-wrapper-web-sdk span #date_of_birth-input{width:10rem}.root-web-sdk #containerForm .EditCoverage .screen-fields-web-sdk .field-wrapper-web-sdk .custom-select-wrapper-web-sdk div,.root-web-sdk #containerForm .EditCoverage .screen-fields-web-sdk .field-wrapper-web-sdk .websdk-relative input{--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity))}.root-web-sdk #containerForm.pulse-rav .ic_tdh_home_default,.root-web-sdk #containerForm.pulse-rav .ic_tdh_lab_default{margin-left:1.75rem;height:1.5rem;width:1.5rem}.root-web-sdk #containerForm.pulse-rav .ic_blood_scarlet,.root-web-sdk #containerForm.pulse-rav .ic_get_labs,.root-web-sdk #containerForm.pulse-rav .ic_labcorp,.root-web-sdk #containerForm.pulse-rav .ic_quest_diagnostics,.root-web-sdk #containerForm.pulse-rav .ic_tdh_location_pin_default{margin-left:1.5rem;height:1.75rem;width:1.75rem;border-radius:9999px}.root-web-sdk #containerForm.pulse-rav .ic_tdh_location_pin_default{margin-left:unset !important;--text-opacity:1!important;color:#5156f5 !important;color:rgba(81, 86, 245, var(--text-opacity)) !important}.root-web-sdk #containerForm.pulse-rav .ic_tdh_home_default{background:url(https://assets.livongo.com/image/upload/v1713277227/web-sdk/icons/ic_tdh_home_default.svg) no-repeat 50%}.root-web-sdk #containerForm.pulse-rav .ic_tdh_lab_default{background:url(https://assets.livongo.com/image/upload/v1713277249/web-sdk/icons/ic_tdh_lab_default.svg) no-repeat 50%}.root-web-sdk #containerForm.pulse-rav .ic_get_labs{background:url(https://assets.livongo.com/image/upload/v1713276365/web-sdk/icons/ic_get_labs.svg) no-repeat 50%}.root-web-sdk #containerForm.pulse-rav .ic_blood_scarlet{background:url(https://assets.livongo.com/image/upload/v1713276323/web-sdk/icons/ic_blood_scarlet.svg) no-repeat 50%}.root-web-sdk #containerForm.pulse-rav .ic_labcorp{background:url(https://assets.livongo.com/image/upload/v1713276385/web-sdk/icons/ic_labcorp.svg) no-repeat 50%;background-size:24px}.root-web-sdk #containerForm.pulse-rav .ic_quest_diagnostics{background:url(https://assets.livongo.com/image/upload/v1713276967/web-sdk/icons/ic_quest_diagnostics.svg) no-repeat 50%;background-size:24px}.root-web-sdk #containerForm.pulse-rav .ic_tdh_location_pin_default{background:url(https://assets.livongo.com/image/upload/v1713277306/web-sdk/icons/ic_tdh_location_pin_default.svg) no-repeat 50%}.root-web-sdk #containerForm.pulse-rav .LabPreferenceAtALab .container-content,.root-web-sdk #containerForm.pulse-rav .LabPreferenceLabNetworkType .container-content,.root-web-sdk #containerForm.pulse-rav .LabPreferenceSelectAddress .container-content{max-width:100%;display:grid;grid-template-columns:repeat(1, minmax(0, 1fr));margin-bottom:0;margin-top:0;border-radius:.5rem;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity))}.root-web-sdk #containerForm.pulse-rav .LabPreferenceAtALab .container-content .radio-group-container,.root-web-sdk #containerForm.pulse-rav .LabPreferenceLabNetworkType .container-content .radio-group-container,.root-web-sdk #containerForm.pulse-rav .LabPreferenceSelectAddress .container-content .radio-group-container{margin-top:auto;margin-bottom:auto}.root-web-sdk #containerForm.pulse-rav .LabPreferenceAtALab .container-content p,.root-web-sdk #containerForm.pulse-rav .LabPreferenceLabNetworkType .container-content p,.root-web-sdk #containerForm.pulse-rav .LabPreferenceSelectAddress .container-content p{display:block;align-self:center;margin-left:32px;font-weight:400;grid-column:1/span 1;font-size:1rem}.root-web-sdk #containerForm.pulse-rav .LabPreferenceAtALab .container-content p[data-testId=text-title],.root-web-sdk #containerForm.pulse-rav .LabPreferenceLabNetworkType .container-content p[data-testId=text-title],.root-web-sdk #containerForm.pulse-rav .LabPreferenceSelectAddress .container-content p[data-testId=text-title]{margin-top:1.25rem;margin-bottom:0;font-weight:500;font-size:1.125rem}.root-web-sdk #containerForm.pulse-rav .LabPreferenceAtALab .container-content p[data-testId=text-description],.root-web-sdk #containerForm.pulse-rav .LabPreferenceLabNetworkType .container-content p[data-testId=text-description],.root-web-sdk #containerForm.pulse-rav .LabPreferenceSelectAddress .container-content p[data-testId=text-description]{margin-bottom:1.5rem}.root-web-sdk #containerForm.pulse-rav .LabPreferenceAtALab .container-content .TDFieldOptionRight,.root-web-sdk #containerForm.pulse-rav .LabPreferenceLabNetworkType .container-content .TDFieldOptionRight,.root-web-sdk #containerForm.pulse-rav .LabPreferenceSelectAddress .container-content .TDFieldOptionRight{grid-column:last-col/span 1;grid-row:1/last-line;grid-row-end:span 90;justify-self:center;margin-right:1.5rem;margin-top:32px;padding-left:.25rem;padding-right:.25rem;--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity));--bg-opacity:1;background-color:#696b6b;background-color:rgba(105, 107, 107, var(--bg-opacity));line-height:1.5rem;font-size:1rem;border-radius:.25rem}.root-web-sdk #containerForm.pulse-rav button[name=nextButton],.root-web-sdk #containerForm.pulse-rav button[name=submit]{display:block;margin-top:32px}.root-web-sdk #containerForm.pulse-rav button[name=learn_what_to_expect_link]{margin-left:.25rem}.root-web-sdk #containerForm.pulse-rav .divider{margin-top:32px}.root-web-sdk #containerForm.pulse-rav .labs_container_icon_text{margin-top:1.5rem;display:flex;align-items:center;border-style:none}.root-web-sdk #containerForm.pulse-rav .title_nearest_lab{font-weight:500 !important;margin-left:0 !important;font-size:1.125rem !important;margin-bottom:0}.root-web-sdk #containerForm.pulse-rav .labs_locations_text_link_center_underline_container,.root-web-sdk #containerForm.pulse-rav .labs_text_link_container{display:flex;align-items:center;margin-bottom:1.5rem}.root-web-sdk #containerForm.pulse-rav .labs_locations_text_link_center_underline_container .lab_locations_text_link,.root-web-sdk #containerForm.pulse-rav .labs_locations_text_link_center_underline_container .labs_text_link,.root-web-sdk #containerForm.pulse-rav .labs_text_link_container .lab_locations_text_link,.root-web-sdk #containerForm.pulse-rav .labs_text_link_container .labs_text_link{margin-bottom:1.5rem;--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity))}.root-web-sdk #containerForm.pulse-rav .another_address_text_link_container{display:flex;align-items:center;margin-bottom:1.5rem}.root-web-sdk #containerForm.pulse-rav .another_address_text_link_container .another_address_text_link{--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity));margin:0;padding-left:1.5rem;cursor:pointer;line-height:1rem;text-align:left;background:url(https://assets.livongo.com/image/upload/v1713278499/web-sdk/icons/icon-add-pulse-purple.svg) no-repeat 0;background-size:12px}.root-web-sdk #containerForm.pulse-rav .labs_text_link_center_underline_container{margin-top:1.75rem;display:flex;margin-left:0;margin-right:0}.root-web-sdk #containerForm.pulse-rav .labs_text_link_center_underline_container .what_to_expect_text{margin-bottom:0}.root-web-sdk #containerForm.pulse-rav .labs_text_link_center_underline_container .labs_text_link{padding-left:.25rem;text-decoration:underline;--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity))}.root-web-sdk #containerForm.pulse-rav .labs_text_link_center_underline_container .labs_text_link .link-web-sdk{--text-opacity:1!important;color:#5156f5 !important;color:rgba(81, 86, 245, var(--text-opacity)) !important}.root-web-sdk #containerForm.pulse-rav .labs_locations_text_link_container{display:flex;align-items:center;margin-bottom:1.5rem}.root-web-sdk #containerForm.pulse-rav .labs_locations_text_link_container .lab_locations_text_link{--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity));margin:0;padding-left:1.5rem;cursor:pointer;line-height:1rem;text-align:left;background:url(https://assets.livongo.com/image/upload/v1713277318/web-sdk/icons/ic_tdh_location_pin_pulse_purple.svg) no-repeat 0;background-size:15px}.root-web-sdk #containerForm.pulse-rav .LabPreferenceAtALab .screen-fields-web-sdk>p,.root-web-sdk #containerForm.pulse-rav .LabPreferenceLabNetworkType .screen-fields-web-sdk>p,.root-web-sdk #containerForm.pulse-rav .LabPreferenceSearchForALab .screen-fields-web-sdk>p{margin-bottom:1.5rem}.root-web-sdk #containerForm.pulse-rav .LabPreferenceAtALab .labs_text_icon_bold,.root-web-sdk #containerForm.pulse-rav .LabPreferenceLabNetworkType .labs_text_icon_bold,.root-web-sdk #containerForm.pulse-rav .LabPreferenceSearchForALab .labs_text_icon_bold{margin-left:.5rem;font-weight:700;margin-bottom:0}.root-web-sdk #containerForm.pulse-rav .LabPreferenceAtALabModal .step-bar:after{content:"."}.root-web-sdk #containerForm.pulse-rav .LabPreferenceAtALabModal .step-content .title{margin-bottom:0}.root-web-sdk #containerForm.pulse-rav .LabPreferenceAtALabModal .button-nextButton{margin-top:0.5rem !important;margin-bottom:0 !important}.root-web-sdk #containerForm.pulse-rav .LabPreferenceAtHomeLabSelected .button-nextButton,.root-web-sdk #containerForm.pulse-rav .LabPreferenceNoCoverageForIntegratedLabs .button-nextButton,.root-web-sdk #containerForm.pulse-rav .LabPreferenceSelectAddress .button-nextButton{text-transform:none !important}.root-web-sdk #containerForm.pulse-rav .LabPreferenceAtHomeLabSelected .screen-fields-web-sdk>p,.root-web-sdk #containerForm.pulse-rav .LabPreferenceNoCoverageForIntegratedLabs .screen-fields-web-sdk>p,.root-web-sdk #containerForm.pulse-rav .LabPreferenceSelectAddress .screen-fields-web-sdk>p{margin-bottom:1.5rem}.root-web-sdk #containerForm.pulse-rav .LabPreferenceAtHomeLabSelected .labs_container_icon_text,.root-web-sdk #containerForm.pulse-rav .LabPreferenceNoCoverageForIntegratedLabs .labs_container_icon_text,.root-web-sdk #containerForm.pulse-rav .LabPreferenceSelectAddress .labs_container_icon_text{align-items:center;margin-bottom:3rem}.root-web-sdk #containerForm.pulse-rav .LabPreferenceAtHomeLabSelected .labs_text_icon,.root-web-sdk #containerForm.pulse-rav .LabPreferenceNoCoverageForIntegratedLabs .labs_text_icon,.root-web-sdk #containerForm.pulse-rav .LabPreferenceSelectAddress .labs_text_icon{font-size:1.5rem;margin-left:.5rem;font-weight:700;margin-bottom:0}.root-web-sdk #containerForm.pulse-rav .LabPreferenceAtHomeLabSelected .labs_container_step_list,.root-web-sdk #containerForm.pulse-rav .LabPreferenceNoCoverageForIntegratedLabs .labs_container_step_list,.root-web-sdk #containerForm.pulse-rav .LabPreferenceSelectAddress .labs_container_step_list{border-width:1px;border-radius:.5rem;margin-bottom:1.5rem;--border-opacity:1;border-color:#ececec;border-color:rgba(236, 236, 236, var(--border-opacity))}.root-web-sdk #containerForm.pulse-rav .LabPreferenceAtHomeLabSelected .step-item,.root-web-sdk #containerForm.pulse-rav .LabPreferenceNoCoverageForIntegratedLabs .step-item,.root-web-sdk #containerForm.pulse-rav .LabPreferenceSelectAddress .step-item{margin-top:1.5rem;margin-right:1.5rem;margin-left:1.5rem;display:flex}.root-web-sdk #containerForm.pulse-rav .LabPreferenceAtHomeLabSelected .step-item .step-bar,.root-web-sdk #containerForm.pulse-rav .LabPreferenceNoCoverageForIntegratedLabs .step-item .step-bar,.root-web-sdk #containerForm.pulse-rav .LabPreferenceSelectAddress .step-item .step-bar{border-radius:9999px;--text-opacity:1;color:#5b2f91;color:rgba(91, 47, 145, var(--text-opacity));border-width:1px;--border-opacity:1;border-color:#5b2f91;border-color:rgba(91, 47, 145, var(--border-opacity))}.root-web-sdk #containerForm.pulse-rav .LabPreferenceAtHomeLabSelected .step-item .step-content div.subtitle_content .icn-clock-gray,.root-web-sdk #containerForm.pulse-rav .LabPreferenceNoCoverageForIntegratedLabs .step-item .step-content div.subtitle_content .icn-clock-gray,.root-web-sdk #containerForm.pulse-rav .LabPreferenceSelectAddress .step-item .step-content div.subtitle_content .icn-clock-gray{background:url(https://assets.livongo.com/image/upload/v1713276022/web-sdk/icons/clock.svg) no-repeat 50%;background-size:contain;margin-right:.5rem;height:13px;width:13px}.root-web-sdk #containerForm.pulse-rav .LabPreferenceAtHomeLabSelected .step-item .step-content .title,.root-web-sdk #containerForm.pulse-rav .LabPreferenceNoCoverageForIntegratedLabs .step-item .step-content .title,.root-web-sdk #containerForm.pulse-rav .LabPreferenceSelectAddress .step-item .step-content .title{margin-bottom:0}.root-web-sdk #containerForm.pulse-rav .LabPreferenceAtHomeLabSelected .address_title,.root-web-sdk #containerForm.pulse-rav .LabPreferenceNoCoverageForIntegratedLabs .address_title,.root-web-sdk #containerForm.pulse-rav .LabPreferenceSelectAddress .address_title{margin-top:1.5rem;margin-bottom:0}.root-web-sdk #containerForm.pulse-rav .LabPreferenceAtHomeLabSelected .home_address,.root-web-sdk #containerForm.pulse-rav .LabPreferenceNoCoverageForIntegratedLabs .home_address,.root-web-sdk #containerForm.pulse-rav .LabPreferenceSelectAddress .home_address{display:block;padding:.125rem .5rem;margin-top:1.5rem;margin-bottom:-.75rem;height:1.25rem;--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity));line-height:1rem;border-radius:9999px;font-weight:500;font-size:.75rem;--bg-opacity:1;background-color:#0078bc;background-color:rgba(0, 120, 188, var(--bg-opacity));width:-moz-fit-content;width:fit-content}.root-web-sdk #containerForm.pulse-rav .LabPreferenceAtHomeLabSelected .home_address.TDFieldOptionHidden,.root-web-sdk #containerForm.pulse-rav .LabPreferenceNoCoverageForIntegratedLabs .home_address.TDFieldOptionHidden,.root-web-sdk #containerForm.pulse-rav .LabPreferenceSelectAddress .home_address.TDFieldOptionHidden{display:none}.root-web-sdk #containerForm.pulse-rav .TDFieldOptionColorNeutralOnSurfaceSubdued{color:var(--color-neutral-on-surface-subdued)}.root-web-sdk #containerForm.pulse-rav .TDFieldOptionFontMedium{font-weight:500}.root-web-sdk #containerForm.pulse-rav .LabPreferenceLabLocationsModal .screen-fields-web-sdk .segment-control-field-wrapper{margin-top:-1.5rem;position:sticky;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));z-index:10}.root-web-sdk #containerForm.pulse-rav .LabPreferenceLabLocationsModal .gmap-web-sdk{margin-bottom:14px}.root-web-sdk #containerForm.pulse-rav .LabPreferenceAtALab,.root-web-sdk #containerForm.pulse-rav .LabPreferenceAtHomeLabSelected,.root-web-sdk #containerForm.pulse-rav .LabPreferenceLabNetworkType,.root-web-sdk #containerForm.pulse-rav .LabPreferenceNoCoverageForIntegratedLabs,.root-web-sdk #containerForm.pulse-rav .LabPreferenceSearchForALab,.root-web-sdk #containerForm.pulse-rav .LabPreferenceSelectAddress{margin-bottom:4rem}.root-web-sdk #containerForm.pulse-rav .dialog-web-sdk .dialog-header-web-sdk h1{border-bottom-width:0}.root-web-sdk #containerForm.pulse-rav .ChooseCoverage{max-width:32rem;margin:auto}.root-web-sdk #containerForm.pulse-rav .ChooseCoverage [class*=benefit_] p[data-testId=text-title]{margin-top:32px;font-weight:500}.root-web-sdk #containerForm.pulse-rav .ChooseCoverage [class*=benefit_] div:nth-last-child(2){margin-bottom:32px}.root-web-sdk #containerForm.pulse-rav .ChooseCoverage [class*=benefit_] [class*=specialty_pricing_]{grid-column:1/span 1;margin-left:32px}.root-web-sdk #containerForm.pulse-rav .ChooseCoverage [class*=benefit_] [class*=specialty_pricing_] [class*=specialty_name_]{display:inline;font-weight:500;margin-bottom:0;margin-left:0;padding-right:.25rem}.root-web-sdk #containerForm.pulse-rav .ChooseCoverage [class*=benefit_] [class*=specialty_pricing_] [class*=specialty_price_]{display:inline;margin-left:0;margin-bottom:0;--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity))}.root-web-sdk #containerForm.pulse-rav .ChooseCoverage .button-ChooseCoverage.button-submit.button-web-sdk{width:100% !important}.root-web-sdk #containerForm .dialog-wrapper-web-sdk.modal-screen:has(.blood_pressure_instruction_content) .container,.root-web-sdk #containerForm.pulse-rav:has(.blood_pressure_instruction_content) .container{max-width:100%}@media (max-width: 767px){.root-web-sdk #containerForm .dialog-wrapper-web-sdk.modal-screen:has(.blood_pressure_instruction_content),.root-web-sdk #containerForm.pulse-rav:has(.blood_pressure_instruction_content){margin-left:0 !important;margin-right:0 !important}}.root-web-sdk #containerForm .dialog-wrapper-web-sdk.modal-screen:has(.blood_pressure_instruction_content) .BpSetupMonitor h1,.root-web-sdk #containerForm.pulse-rav:has(.blood_pressure_instruction_content) .BpSetupMonitor h1{font-size:2.25rem !important;font-weight:500;font-weight:700 !important;padding-left:0 !important;margin-top:0;margin-bottom:1.5rem}@media (min-width: 768px){.root-web-sdk #containerForm .dialog-wrapper-web-sdk.modal-screen:has(.blood_pressure_instruction_content) .BpSetupMonitor h1,.root-web-sdk #containerForm.pulse-rav:has(.blood_pressure_instruction_content) .BpSetupMonitor h1{text-align:center}}@media (max-width: 767px){.root-web-sdk #containerForm .dialog-wrapper-web-sdk.modal-screen:has(.blood_pressure_instruction_content) .BpSetupMonitor h1,.root-web-sdk #containerForm.pulse-rav:has(.blood_pressure_instruction_content) .BpSetupMonitor h1{font-size:2rem !important;line-height:2.25rem !important}}.root-web-sdk #containerForm .dialog-wrapper-web-sdk.modal-screen:has(.blood_pressure_instruction_content) .dialog-web-sdk .dialog-header-web-sdk,.root-web-sdk #containerForm.pulse-rav:has(.blood_pressure_instruction_content) .dialog-web-sdk .dialog-header-web-sdk{border-width:0;margin-bottom:0 !important}@media (max-width: 767px){.root-web-sdk #containerForm .dialog-wrapper-web-sdk.modal-screen:has(.blood_pressure_instruction_content) .dialog-web-sdk .dialog-header-web-sdk,.root-web-sdk #containerForm.pulse-rav:has(.blood_pressure_instruction_content) .dialog-web-sdk .dialog-header-web-sdk{padding-right:0 !important}}.root-web-sdk #containerForm .dialog-wrapper-web-sdk.modal-screen:has(.blood_pressure_instruction_content) .dialog-web-sdk .dialog-header-web-sdk .dialog-web-sdk-ico-close,.root-web-sdk #containerForm.pulse-rav:has(.blood_pressure_instruction_content) .dialog-web-sdk .dialog-header-web-sdk .dialog-web-sdk-ico-close{background:url(https://assets.livongo.com/image/upload/v1713279093/web-sdk/icons/pulse-dialog-close-active.svg) no-repeat 50%;border-width:1px;border-radius:9999px;box-shadow:0 1px 2px 0 rgba(0,0,0,0.05);padding:1.5rem;margin:.25rem 1.75rem .25rem .25rem}.root-web-sdk #containerForm .dialog-wrapper-web-sdk.modal-screen:has(.blood_pressure_instruction_content) .dialog-web-sdk .dialog-header-web-sdk .dialog-web-sdk-ico-close:hover,.root-web-sdk #containerForm.pulse-rav:has(.blood_pressure_instruction_content) .dialog-web-sdk .dialog-header-web-sdk .dialog-web-sdk-ico-close:hover{--bg-opacity:1;background-color:#f5f0fd;background-color:rgba(245, 240, 253, var(--bg-opacity))}.root-web-sdk #containerForm .dialog-wrapper-web-sdk.modal-screen:has(.blood_pressure_instruction_content) .dialog-web-sdk .dialog-header-web-sdk .dialog-web-sdk-ico-close:focus,.root-web-sdk #containerForm.pulse-rav:has(.blood_pressure_instruction_content) .dialog-web-sdk .dialog-header-web-sdk .dialog-web-sdk-ico-close:focus{outline:2px solid transparent;outline-offset:2px}@media (max-width: 576px){.root-web-sdk #containerForm .dialog-wrapper-web-sdk.modal-screen:has(.blood_pressure_instruction_content) .dialog-web-sdk .dialog-header-web-sdk .dialog-web-sdk-ico-close,.root-web-sdk #containerForm.pulse-rav:has(.blood_pressure_instruction_content) .dialog-web-sdk .dialog-header-web-sdk .dialog-web-sdk-ico-close{margin-right:.25rem}}.root-web-sdk #containerForm .dialog-wrapper-web-sdk.modal-screen:has(.blood_pressure_instruction_content) .dialog-web-sdk .dialog-content-web-sdk,.root-web-sdk #containerForm.pulse-rav:has(.blood_pressure_instruction_content) .dialog-web-sdk .dialog-content-web-sdk{overflow:hidden;max-height:100vh;padding:.25rem}@media (min-width: 768px){.root-web-sdk #containerForm .dialog-wrapper-web-sdk.modal-screen:has(.blood_pressure_instruction_content) .dialog-web-sdk .dialog-content-web-sdk,.root-web-sdk #containerForm.pulse-rav:has(.blood_pressure_instruction_content) .dialog-web-sdk .dialog-content-web-sdk{margin-bottom:1rem}}@media (max-width: 767px){.root-web-sdk #containerForm .dialog-wrapper-web-sdk.modal-screen:has(.blood_pressure_instruction_content) .dialog-web-sdk .dialog-content-web-sdk,.root-web-sdk #containerForm.pulse-rav:has(.blood_pressure_instruction_content) .dialog-web-sdk .dialog-content-web-sdk{margin-bottom:.5rem}}.root-web-sdk #containerForm .dialog-wrapper-web-sdk.modal-screen:has(.blood_pressure_instruction_content) .dialog-web-sdk .BpSetupMonitor h1,.root-web-sdk #containerForm.pulse-rav:has(.blood_pressure_instruction_content) .dialog-web-sdk .BpSetupMonitor h1{text-align:center;margin-top:0;padding-left:0 !important}@media (min-width: 768px){.root-web-sdk #containerForm .dialog-wrapper-web-sdk.modal-screen:has(.blood_pressure_instruction_content) .dialog-web-sdk .text-web-sdk.blood_pressure_instruction_title,.root-web-sdk #containerForm .dialog-wrapper-web-sdk.modal-screen:has(.blood_pressure_instruction_content) .dialog-web-sdk h1,.root-web-sdk #containerForm.pulse-rav:has(.blood_pressure_instruction_content) .dialog-web-sdk .text-web-sdk.blood_pressure_instruction_title,.root-web-sdk #containerForm.pulse-rav:has(.blood_pressure_instruction_content) .dialog-web-sdk h1{padding-left:2rem !important}}@media (max-width: 767px){.root-web-sdk #containerForm .dialog-wrapper-web-sdk.modal-screen:has(.blood_pressure_instruction_content) .dialog-web-sdk .text-web-sdk.blood_pressure_instruction_title,.root-web-sdk #containerForm .dialog-wrapper-web-sdk.modal-screen:has(.blood_pressure_instruction_content) .dialog-web-sdk h1,.root-web-sdk #containerForm.pulse-rav:has(.blood_pressure_instruction_content) .dialog-web-sdk .text-web-sdk.blood_pressure_instruction_title,.root-web-sdk #containerForm.pulse-rav:has(.blood_pressure_instruction_content) .dialog-web-sdk h1{padding-left:0 !important}}@media (max-width: 576px){.root-web-sdk #containerForm .dialog-wrapper-web-sdk.modal-screen:has(.blood_pressure_instruction_content) .dialog-web-sdk h2.text-web-sdk.blood_pressure_instruction_title,.root-web-sdk #containerForm .dialog-wrapper-web-sdk.modal-screen:has(.blood_pressure_instruction_content) .dialog-web-sdk p.text-web-sdk.blood_pressure_instruction_title,.root-web-sdk #containerForm.pulse-rav:has(.blood_pressure_instruction_content) .dialog-web-sdk h2.text-web-sdk.blood_pressure_instruction_title,.root-web-sdk #containerForm.pulse-rav:has(.blood_pressure_instruction_content) .dialog-web-sdk p.text-web-sdk.blood_pressure_instruction_title{margin-left:0.25rem !important}}@media (max-width: 767px){.root-web-sdk #containerForm .dialog-wrapper-web-sdk.modal-screen:has(.blood_pressure_instruction_content) .dialog-web-sdk h2.text-web-sdk.blood_pressure_instruction_title,.root-web-sdk #containerForm .dialog-wrapper-web-sdk.modal-screen:has(.blood_pressure_instruction_content) .dialog-web-sdk p.text-web-sdk.blood_pressure_instruction_title,.root-web-sdk #containerForm.pulse-rav:has(.blood_pressure_instruction_content) .dialog-web-sdk h2.text-web-sdk.blood_pressure_instruction_title,.root-web-sdk #containerForm.pulse-rav:has(.blood_pressure_instruction_content) .dialog-web-sdk p.text-web-sdk.blood_pressure_instruction_title{margin-left:32px}}.root-web-sdk #containerForm .dialog-wrapper-web-sdk.modal-screen:has(.blood_pressure_instruction_content) .dialog-web-sdk .list-wrapper-web-sdk,.root-web-sdk #containerForm.pulse-rav:has(.blood_pressure_instruction_content) .dialog-web-sdk .list-wrapper-web-sdk{padding-left:2rem !important;padding-right:2rem !important}@media (max-width: 576px){.root-web-sdk #containerForm .dialog-wrapper-web-sdk.modal-screen:has(.blood_pressure_instruction_content) .dialog-web-sdk .list-wrapper-web-sdk,.root-web-sdk #containerForm.pulse-rav:has(.blood_pressure_instruction_content) .dialog-web-sdk .list-wrapper-web-sdk{padding-left:0.25rem !important;padding-right:0.25rem !important}}.root-web-sdk #containerForm .dialog-wrapper-web-sdk.modal-screen:has(.blood_pressure_instruction_content) .dialog-web-sdk .blood_pressure_instruction_footer button,.root-web-sdk #containerForm.pulse-rav:has(.blood_pressure_instruction_content) .dialog-web-sdk .blood_pressure_instruction_footer button{margin-left:1.75rem;margin-right:1.75rem}@media (max-width: 576px){.root-web-sdk #containerForm .dialog-wrapper-web-sdk.modal-screen:has(.blood_pressure_instruction_content) .dialog-web-sdk .blood_pressure_instruction_footer button,.root-web-sdk #containerForm.pulse-rav:has(.blood_pressure_instruction_content) .dialog-web-sdk .blood_pressure_instruction_footer button{margin-left:0.25rem !important;margin-right:0.25rem !important}}.root-web-sdk #containerForm .dialog-wrapper-web-sdk.modal-screen:has(.blood_pressure_instruction_content) .blood_pressure_instruction_content .image-wrapper-web-sdk,.root-web-sdk #containerForm.pulse-rav:has(.blood_pressure_instruction_content) .blood_pressure_instruction_content .image-wrapper-web-sdk{overflow:hidden}.root-web-sdk #containerForm .dialog-wrapper-web-sdk.modal-screen:has(.blood_pressure_instruction_content) .blood_pressure_instruction_content .text-web-sdk.blood_pressure_instruction_title,.root-web-sdk #containerForm.pulse-rav:has(.blood_pressure_instruction_content) .blood_pressure_instruction_content .text-web-sdk.blood_pressure_instruction_title{margin-top:32px;margin-bottom:1rem;font-size:1.5rem;font-weight:500;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity))}@media (min-width: 768px){.root-web-sdk #containerForm .dialog-wrapper-web-sdk.modal-screen:has(.blood_pressure_instruction_content) .blood_pressure_instruction_content .text-web-sdk.blood_pressure_instruction_title,.root-web-sdk #containerForm.pulse-rav:has(.blood_pressure_instruction_content) .blood_pressure_instruction_content .text-web-sdk.blood_pressure_instruction_title{padding-left:1rem}}@media (max-width: 767px){.root-web-sdk #containerForm .dialog-wrapper-web-sdk.modal-screen:has(.blood_pressure_instruction_content) .blood_pressure_instruction_content .text-web-sdk.blood_pressure_instruction_title,.root-web-sdk #containerForm.pulse-rav:has(.blood_pressure_instruction_content) .blood_pressure_instruction_content .text-web-sdk.blood_pressure_instruction_title{font-size:1.375rem;line-height:1.5rem;margin-left:0;margin-right:0}}.root-web-sdk #containerForm .dialog-wrapper-web-sdk.modal-screen:has(.blood_pressure_instruction_content) .blood_pressure_instruction_content .list-wrapper-web-sdk,.root-web-sdk #containerForm.pulse-rav:has(.blood_pressure_instruction_content) .blood_pressure_instruction_content .list-wrapper-web-sdk{padding-left:.25rem}@media (min-width: 768px){.root-web-sdk #containerForm .dialog-wrapper-web-sdk.modal-screen:has(.blood_pressure_instruction_content) .blood_pressure_instruction_content .list-wrapper-web-sdk,.root-web-sdk #containerForm.pulse-rav:has(.blood_pressure_instruction_content) .blood_pressure_instruction_content .list-wrapper-web-sdk{padding-left:1.25rem}}.root-web-sdk #containerForm .dialog-wrapper-web-sdk.modal-screen:has(.blood_pressure_instruction_content) .blood_pressure_instruction_content li,.root-web-sdk #containerForm.pulse-rav:has(.blood_pressure_instruction_content) .blood_pressure_instruction_content li{font-size:1.125rem;line-height:1.75rem;margin-bottom:0;margin-left:1rem}.root-web-sdk #containerForm .dialog-wrapper-web-sdk.modal-screen:has(.blood_pressure_instruction_content) .blood_pressure_instruction_content .blood_pressure_instruction_step_label,.root-web-sdk #containerForm.pulse-rav:has(.blood_pressure_instruction_content) .blood_pressure_instruction_content .blood_pressure_instruction_step_label{--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity))}.root-web-sdk #containerForm .dialog-wrapper-web-sdk.modal-screen:has(.blood_pressure_instruction_content) .blood_pressure_instruction_footer,.root-web-sdk #containerForm.pulse-rav:has(.blood_pressure_instruction_content) .blood_pressure_instruction_footer{margin-top:32px;margin-bottom:.5rem}.root-web-sdk #containerForm .dialog-wrapper-web-sdk.modal-screen:has(.blood_pressure_instruction_content) .blood_pressure_instruction_footer:after,.root-web-sdk #containerForm.pulse-rav:has(.blood_pressure_instruction_content) .blood_pressure_instruction_footer:after{clear:both;display:table;content:""}.root-web-sdk #containerForm .dialog-wrapper-web-sdk.modal-screen:has(.blood_pressure_instruction_content) .blood_pressure_instruction_footer button[name=next_button],.root-web-sdk #containerForm.pulse-rav:has(.blood_pressure_instruction_content) .blood_pressure_instruction_footer button[name=next_button]{float:right}@media (max-width: 767px){.root-web-sdk #containerForm .dialog-wrapper-web-sdk.modal-screen:has(.blood_pressure_instruction_content) .blood_pressure_instruction_footer button,.root-web-sdk #containerForm.pulse-rav:has(.blood_pressure_instruction_content) .blood_pressure_instruction_footer button{padding:.5rem 1.5rem}}@media (min-width: 768px){.root-web-sdk #containerForm .dialog-wrapper-web-sdk.modal-screen:has(.blood_pressure_instruction_content) .blood_pressure_instruction_footer:has(button[name=skip_button]) button[name=skip_button],.root-web-sdk #containerForm.pulse-rav:has(.blood_pressure_instruction_content) .blood_pressure_instruction_footer:has(button[name=skip_button]) button[name=skip_button]{margin-top:.75rem}}@media (max-width: 767px){.root-web-sdk #containerForm .dialog-wrapper-web-sdk.modal-screen:has(.blood_pressure_instruction_content) .blood_pressure_instruction_footer:has(button[name=skip_button]),.root-web-sdk #containerForm.pulse-rav:has(.blood_pressure_instruction_content) .blood_pressure_instruction_footer:has(button[name=skip_button]){display:flex;flex-direction:column-reverse;grid-gap:1rem;gap:1rem;align-items:flex-end}.root-web-sdk #containerForm .dialog-wrapper-web-sdk.modal-screen:has(.blood_pressure_instruction_content) .blood_pressure_instruction_footer:has(button[name=skip_button]) button[name=next_button],.root-web-sdk #containerForm.pulse-rav:has(.blood_pressure_instruction_content) .blood_pressure_instruction_footer:has(button[name=skip_button]) button[name=next_button]{padding-left:2.5rem;padding-right:2.5rem}.root-web-sdk #containerForm .dialog-wrapper-web-sdk.modal-screen:has(.blood_pressure_instruction_content) .blood_pressure_instruction_footer:has(button[name=skip_button]) button[name=skip_button],.root-web-sdk #containerForm.pulse-rav:has(.blood_pressure_instruction_content) .blood_pressure_instruction_footer:has(button[name=skip_button]) button[name=skip_button]{padding:0}}.root-web-sdk #containerForm.pulse-rav:has(.BloodPressureMeasurementForm) .dialog-wrapper-web-sdk.modal-screen .blood_pressure_instruction_footer{margin-bottom:.5rem}@media (max-width: 767px){.root-web-sdk #containerForm.pulse-rav:has(.BloodPressureMeasurementForm) .dialog-wrapper-web-sdk.modal-screen .screen-fields-web-sdk:has(.blood_pressure_instruction_content){margin-left:0;margin-right:0}}.root-web-sdk #containerForm.pulse-rav:not(.BloodPressureMeasurementForm):has(.BpCheckAlignment) .blood_pressure_instruction_footer,.root-web-sdk #containerForm.pulse-rav:not(.BloodPressureMeasurementForm):has(.BpPrepareReading) .blood_pressure_instruction_footer,.root-web-sdk #containerForm.pulse-rav:not(.BloodPressureMeasurementForm):has(.BpPutOnCuff) .blood_pressure_instruction_footer,.root-web-sdk #containerForm.pulse-rav:not(.BloodPressureMeasurementForm):has(.BpSetupMonitor) .blood_pressure_instruction_footer{margin-bottom:4rem}@media (max-width: 767px){.root-web-sdk #containerForm.pulse-rav:not(.BloodPressureMeasurementForm):has(.BpCheckAlignment) .screen-fields-web-sdk:has(.blood_pressure_instruction_content),.root-web-sdk #containerForm.pulse-rav:not(.BloodPressureMeasurementForm):has(.BpPrepareReading) .screen-fields-web-sdk:has(.blood_pressure_instruction_content),.root-web-sdk #containerForm.pulse-rav:not(.BloodPressureMeasurementForm):has(.BpPutOnCuff) .screen-fields-web-sdk:has(.blood_pressure_instruction_content),.root-web-sdk #containerForm.pulse-rav:not(.BloodPressureMeasurementForm):has(.BpSetupMonitor) .screen-fields-web-sdk:has(.blood_pressure_instruction_content){margin-left:1rem;margin-right:1rem}.root-web-sdk #containerForm.pulse-rav:not(.BloodPressureMeasurementForm):has(.BpCheckAlignment) .button-left-arrow-web-sdk,.root-web-sdk #containerForm.pulse-rav:not(.BloodPressureMeasurementForm):has(.BpPrepareReading) .button-left-arrow-web-sdk,.root-web-sdk #containerForm.pulse-rav:not(.BloodPressureMeasurementForm):has(.BpPutOnCuff) .button-left-arrow-web-sdk,.root-web-sdk #containerForm.pulse-rav:not(.BloodPressureMeasurementForm):has(.BpSetupMonitor) .button-left-arrow-web-sdk{margin-left:1rem}}.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectAddressScreen .container-content{max-width:100%;display:grid;grid-template-columns:repeat(1, minmax(0, 1fr));margin-bottom:0;margin-top:0;border-radius:.5rem;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity))}.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectAddressScreen .container-content .radio-group-container{margin-top:auto;margin-bottom:auto}.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectAddressScreen .container-content p{display:block;align-self:center;margin-left:32px;font-weight:400;grid-column:1/span 1;font-size:1rem}.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectAddressScreen .container-content p[data-testId=text-title]{margin-top:1.25rem;margin-bottom:0;font-weight:500;font-size:1.125rem}.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectAddressScreen .container-content p[data-testId=text-description]{margin-bottom:1.5rem}.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectAddressScreen .container-content .TDFieldOptionRight{grid-column:last-col/span 1;grid-row:1/last-line;grid-row-end:span 90;justify-self:center;margin-right:1.5rem;margin-top:32px;padding-left:.25rem;padding-right:.25rem;--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity));--bg-opacity:1;background-color:#696b6b;background-color:rgba(105, 107, 107, var(--bg-opacity));line-height:1.5rem;font-size:1rem;border-radius:.25rem}.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectAddressScreen .screen-fields-web-sdk>p{margin-bottom:1.5rem}.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectAddressScreen .address_title{margin-top:1.5rem;margin-bottom:0}.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectAddressScreen .home_address{display:block;padding:.125rem .5rem;margin-top:1.5rem;margin-bottom:-.75rem;height:1.25rem;--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity));line-height:1rem;border-radius:9999px;font-weight:500;font-size:.75rem;--bg-opacity:1;background-color:#0078bc;background-color:rgba(0, 120, 188, var(--bg-opacity));width:-moz-fit-content;width:fit-content}.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectAddressScreen .home_address .TDFieldOptionHidden{display:none}@media (min-width: 376px){.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen .container{max-width:100%}}.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen .lab_location_description{font-size:1.125rem;line-height:1.5rem;--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity))}.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen .react-datepicker__navigation-nav-bar{padding-right:3rem}.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen .modernized-inline-message-wrapper-web-sdk{margin-bottom:1rem}.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen .field-wrapper-web-sdk{margin-bottom:0}.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen button[name=submit_button]{margin-top:1.5rem}.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen [class*=lab_location_list] .member_button{max-width:100%;display:grid;grid-template-columns:repeat(1, minmax(0, 1fr));margin-bottom:1.5rem;margin-top:.5rem;border-radius:.5rem;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));border-width:1px;--border-opacity:1;border-color:#ececec;border-color:rgba(236, 236, 236, var(--border-opacity));box-shadow:0 1px 4px 1px rgba(0,0,0,0.08);padding:1.5rem}.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen [class*=lab_location_list] .member_button:hover{border-width:1px;--border-opacity:1;border-color:#5156f5;border-color:rgba(81, 86, 245, var(--border-opacity));cursor:pointer;box-shadow:0 4px 10px rgba(0,0,0,0.16)}.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen [class*=lab_location_list] .member_button:focus{box-shadow:0 0 0 2px #fff,0 0 2px 4px rgba(0,96,252,0.6);border-width:1px;--border-opacity:1;border-color:#5156f5;border-color:rgba(81, 86, 245, var(--border-opacity));border-radius:.5rem;outline:2px solid transparent;outline-offset:2px}.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen [class*=lab_location_list] .member_button p{display:block;align-self:center;margin-left:32px;font-weight:400;grid-column:1/span 1;font-size:1rem}.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen [class*=lab_location_list] .member_button p[data-testId=text-title]{margin-top:1.25rem;margin-bottom:0;font-weight:500;font-size:1.125rem}.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen [class*=lab_location_list] .member_button p[data-testId=text-description]{margin-bottom:1.5rem}.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen [class*=lab_location_list] .member_button .TDFieldOptionRight{grid-column:last-col/span 1;grid-row:1/last-line;grid-row-end:span 90;justify-self:center;margin-right:1.5rem;margin-top:32px;padding-left:.25rem;padding-right:.25rem;--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity));--bg-opacity:1;background-color:#696b6b;background-color:rgba(105, 107, 107, var(--bg-opacity));line-height:1.5rem;font-size:1rem;border-radius:.25rem}.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen [class*=lab_location_list] .member_button .header_container_field{display:flex;align-items:center;justify-content:space-between}.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen [class*=lab_location_list] .member_button .header_container_field .title_container_field{display:flex}.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen [class*=lab_location_list] .member_button .header_container_field .title_container_field .ic_quest_diagnostics{margin-left:0}.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen [class*=lab_location_list] .member_button .header_container_field .title_container_field .title{margin-top:0;margin-left:0}.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen [class*=lab_location_list] .member_button .header_container_field .distance{margin-bottom:0;margin-left:0;white-space:nowrap}.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen [class*=lab_location_list] .member_button .description_container_field{display:flex;align-items:center;justify-content:space-between;margin-top:.75rem}.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen [class*=lab_location_list] .member_button .description_container_field .full_address{margin-left:0;margin-bottom:0}.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen [class*=lab_location_list] .member_button .description_container_field .radio-group-container{margin-top:0;margin-right:0}.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen [class*=lab_location_list] .member_button .hours_of_operation_title_container_field{display:flex;align-items:center;margin-top:.75rem}.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen [class*=lab_location_list] .member_button .hours_of_operation_title_container_field .operation{margin-bottom:0;margin-left:0;font-weight:500;font-size:1.125rem;line-height:1.5rem;white-space:nowrap}.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen [class*=lab_location_list] .member_button .hours_of_operation_title_container_field .view_hide_all_container,.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen [class*=lab_location_list] .member_button .hours_of_operation_title_container_field .view_show_all_container{display:flex;align-items:center;margin-left:.75rem}.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen [class*=lab_location_list] .member_button .hours_of_operation_title_container_field .view_hide_all_container .view_hide_all,.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen [class*=lab_location_list] .member_button .hours_of_operation_title_container_field .view_hide_all_container .view_show_all,.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen [class*=lab_location_list] .member_button .hours_of_operation_title_container_field .view_show_all_container .view_hide_all,.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen [class*=lab_location_list] .member_button .hours_of_operation_title_container_field .view_show_all_container .view_show_all{margin-left:0;margin-bottom:0;margin-right:.25rem;font-weight:500;font-size:1.125rem;line-height:20px;--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity));white-space:nowrap}.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen [class*=lab_location_list] .member_button .hours_of_operation_title_container_field .view_hide_all_container .ic_tdh_arrow_right_default,.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen [class*=lab_location_list] .member_button .hours_of_operation_title_container_field .view_show_all_container .ic_tdh_arrow_right_default{background:url(https://assets.livongo.com/image/upload/v1713276589/web-sdk/icons/ic_pulse_arrow_right_default.svg) no-repeat 50%;background-size:16px;margin-left:0}.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen [class*=lab_location_list] .member_button .hours_of_operation_title_container_field .view_hide_all_container .ic_tdh_arrow_down_default,.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen [class*=lab_location_list] .member_button .hours_of_operation_title_container_field .view_show_all_container .ic_tdh_arrow_down_default{background:url(https://assets.livongo.com/image/upload/v1713276557/web-sdk/icons/ic_pulse_arrow_down_default.svg) no-repeat 50%;background-size:16px;margin-left:0}.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen [class*=lab_location_list] .member_button .hours_of_operation_today_container{display:flex;align-items:center}.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen [class*=lab_location_list] .member_button .hours_of_operation_today_container .today{margin-left:0;margin-bottom:0;width:25%}.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen [class*=lab_location_list] .member_button .hours_of_operation_today_container .operation_today{margin-left:0;margin-bottom:0;width:75%}.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen [class*=lab_location_list] .member_button .hours_of_operation_week_container{display:flex;flex-direction:row;flex-wrap:wrap}.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen [class*=lab_location_list] .member_button .hours_of_operation_week_container p:first-child,.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen [class*=lab_location_list] .member_button .hours_of_operation_week_container p:nth-child(2){font-weight:500}.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen [class*=lab_location_list] .member_button .hours_of_operation_week_container .Friday,.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen [class*=lab_location_list] .member_button .hours_of_operation_week_container .Monday,.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen [class*=lab_location_list] .member_button .hours_of_operation_week_container .Saturday,.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen [class*=lab_location_list] .member_button .hours_of_operation_week_container .Sunday,.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen [class*=lab_location_list] .member_button .hours_of_operation_week_container .Thursday,.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen [class*=lab_location_list] .member_button .hours_of_operation_week_container .Tuesday,.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen [class*=lab_location_list] .member_button .hours_of_operation_week_container .Wednesday{width:25%;margin-left:0;margin-bottom:0}.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen [class*=lab_location_list] .member_button .hours_of_operation_week_container .operation_Friday,.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen [class*=lab_location_list] .member_button .hours_of_operation_week_container .operation_Monday,.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen [class*=lab_location_list] .member_button .hours_of_operation_week_container .operation_Saturday,.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen [class*=lab_location_list] .member_button .hours_of_operation_week_container .operation_Sunday,.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen [class*=lab_location_list] .member_button .hours_of_operation_week_container .operation_Thursday,.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen [class*=lab_location_list] .member_button .hours_of_operation_week_container .operation_Tuesday,.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen [class*=lab_location_list] .member_button .hours_of_operation_week_container .operation_Wednesday{width:75%;margin-left:0;margin-bottom:0}@media (max-width: 576px){.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen [class*=lab_location_list] .member_button .hours_of_operation_week_container .operation_Friday,.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen [class*=lab_location_list] .member_button .hours_of_operation_week_container .operation_Monday,.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen [class*=lab_location_list] .member_button .hours_of_operation_week_container .operation_Saturday,.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen [class*=lab_location_list] .member_button .hours_of_operation_week_container .operation_Sunday,.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen [class*=lab_location_list] .member_button .hours_of_operation_week_container .operation_Thursday,.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen [class*=lab_location_list] .member_button .hours_of_operation_week_container .operation_Tuesday,.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen [class*=lab_location_list] .member_button .hours_of_operation_week_container .operation_Wednesday{padding-left:1.25rem}}.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen [class*=lab_location_list] .scheduling_lab_container{--bg-opacity:1;background-color:#f7f9f9;background-color:rgba(247, 249, 249, var(--bg-opacity));padding:1.5rem 1rem;margin-bottom:1rem;border-radius:1rem}.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen [class*=location_timeslot_picker]{max-width:100%;display:grid;grid-template-columns:repeat(1, minmax(0, 1fr));margin-bottom:1.5rem;margin-top:.5rem;border-radius:.5rem;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));--bg-opacity:1;background-color:#f7f9f9;background-color:rgba(247, 249, 249, var(--bg-opacity));padding:1.5rem 1rem}.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen [class*=location_timeslot_picker] p{display:block;align-self:center;margin-left:32px;font-weight:400;grid-column:1/span 1;font-size:1rem}.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen [class*=location_timeslot_picker] p[data-testId=text-title]{margin-top:1.25rem;margin-bottom:0;font-weight:500;font-size:1.125rem}.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen [class*=location_timeslot_picker] p[data-testId=text-description]{margin-bottom:1.5rem}.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen [class*=location_timeslot_picker] .TDFieldOptionRight{grid-column:last-col/span 1;grid-row:1/last-line;grid-row-end:span 90;justify-self:center;margin-right:1.5rem;margin-top:32px;padding-left:.25rem;padding-right:.25rem;--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity));--bg-opacity:1;background-color:#696b6b;background-color:rgba(105, 107, 107, var(--bg-opacity));line-height:1.5rem;font-size:1rem;border-radius:.25rem}.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen [class*=location_timeslot_picker] .header_container_field{display:flex;align-items:center;justify-content:space-between}.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen [class*=location_timeslot_picker] .header_container_field .title_container_field{display:flex}.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen [class*=location_timeslot_picker] .header_container_field .title_container_field .ic_quest_diagnostics{margin-left:0}.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen [class*=location_timeslot_picker] .header_container_field .title_container_field .title{margin-top:0;margin-left:0}.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen [class*=location_timeslot_picker] .header_container_field .distance{margin-bottom:0;margin-left:0;white-space:nowrap}.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen [class*=location_timeslot_picker] .full_address{margin-left:0;margin-bottom:0}.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen [class*=location_timeslot_picker] .hours_of_operation_title_container_field{display:flex;align-items:center;margin-top:.75rem}.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen [class*=location_timeslot_picker] .hours_of_operation_title_container_field .operation{margin-bottom:0;margin-left:0;font-weight:500;font-size:1.125rem;line-height:1.5rem;white-space:nowrap}.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen [class*=location_timeslot_picker] .hours_of_operation_title_container_field .view_hide_all_container,.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen [class*=location_timeslot_picker] .hours_of_operation_title_container_field .view_show_all_container{display:flex;align-items:center;margin-left:.75rem;white-space:nowrap}.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen [class*=location_timeslot_picker] .hours_of_operation_title_container_field .view_hide_all_container .view_hide_all,.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen [class*=location_timeslot_picker] .hours_of_operation_title_container_field .view_hide_all_container .view_show_all,.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen [class*=location_timeslot_picker] .hours_of_operation_title_container_field .view_show_all_container .view_hide_all,.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen [class*=location_timeslot_picker] .hours_of_operation_title_container_field .view_show_all_container .view_show_all{margin-left:0;margin-bottom:0;margin-right:.25rem;font-weight:500;font-size:1.125rem;line-height:20px;--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity))}.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen [class*=location_timeslot_picker] .hours_of_operation_title_container_field .view_hide_all_container .ic_tdh_arrow_right_default,.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen [class*=location_timeslot_picker] .hours_of_operation_title_container_field .view_show_all_container .ic_tdh_arrow_right_default{background:url(https://assets.livongo.com/image/upload/v1713276589/web-sdk/icons/ic_pulse_arrow_right_default.svg) no-repeat 50%;background-size:16px;margin-left:0}.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen [class*=location_timeslot_picker] .hours_of_operation_title_container_field .view_hide_all_container .ic_tdh_arrow_down_default,.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen [class*=location_timeslot_picker] .hours_of_operation_title_container_field .view_show_all_container .ic_tdh_arrow_down_default{background:url(https://assets.livongo.com/image/upload/v1713276557/web-sdk/icons/ic_pulse_arrow_down_default.svg) no-repeat 50%;background-size:16px;margin-left:0}.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen [class*=location_timeslot_picker] .hours_of_operation_today_container{display:flex;align-items:center;margin-bottom:1.5rem}.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen [class*=location_timeslot_picker] .hours_of_operation_today_container .today{margin-left:0;margin-bottom:0;width:25%}.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen [class*=location_timeslot_picker] .hours_of_operation_today_container .operation_today{margin-left:0;margin-bottom:0;width:75%}.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen [class*=location_timeslot_picker] .hours_of_operation_week_container{display:flex;flex-direction:row;flex-wrap:wrap;margin-bottom:1.5rem}.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen [class*=location_timeslot_picker] .hours_of_operation_week_container p:first-child,.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen [class*=location_timeslot_picker] .hours_of_operation_week_container p:nth-child(2){font-weight:500}.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen [class*=location_timeslot_picker] .hours_of_operation_week_container .Friday,.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen [class*=location_timeslot_picker] .hours_of_operation_week_container .Monday,.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen [class*=location_timeslot_picker] .hours_of_operation_week_container .Saturday,.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen [class*=location_timeslot_picker] .hours_of_operation_week_container .Sunday,.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen [class*=location_timeslot_picker] .hours_of_operation_week_container .Thursday,.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen [class*=location_timeslot_picker] .hours_of_operation_week_container .Tuesday,.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen [class*=location_timeslot_picker] .hours_of_operation_week_container .Wednesday{width:25%;margin-left:0;margin-bottom:0}.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen [class*=location_timeslot_picker] .hours_of_operation_week_container .operation_Friday,.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen [class*=location_timeslot_picker] .hours_of_operation_week_container .operation_Monday,.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen [class*=location_timeslot_picker] .hours_of_operation_week_container .operation_Saturday,.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen [class*=location_timeslot_picker] .hours_of_operation_week_container .operation_Sunday,.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen [class*=location_timeslot_picker] .hours_of_operation_week_container .operation_Thursday,.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen [class*=location_timeslot_picker] .hours_of_operation_week_container .operation_Tuesday,.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen [class*=location_timeslot_picker] .hours_of_operation_week_container .operation_Wednesday{width:75%;margin-left:0;margin-bottom:0}@media (max-width: 576px){.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen [class*=location_timeslot_picker] .hours_of_operation_week_container .operation_Friday,.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen [class*=location_timeslot_picker] .hours_of_operation_week_container .operation_Monday,.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen [class*=location_timeslot_picker] .hours_of_operation_week_container .operation_Saturday,.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen [class*=location_timeslot_picker] .hours_of_operation_week_container .operation_Sunday,.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen [class*=location_timeslot_picker] .hours_of_operation_week_container .operation_Thursday,.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen [class*=location_timeslot_picker] .hours_of_operation_week_container .operation_Tuesday,.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen [class*=location_timeslot_picker] .hours_of_operation_week_container .operation_Wednesday{padding-left:1.25rem}}@media (min-width: 376px){.root-web-sdk #containerForm.pulse-rav .LabSchedulingConfirmationScreen .container{max-width:100%}}.root-web-sdk #containerForm.pulse-rav .LabSchedulingConfirmationScreen .lab_location_card{border-radius:.75rem;border-width:1px;--border-opacity:1;border-color:#dfe0df;border-color:rgba(223, 224, 223, var(--border-opacity));padding:1.5rem}.root-web-sdk #containerForm.pulse-rav .LabSchedulingConfirmationScreen .lab_location_card .lab_scheduling_date_container{display:inline-flex;align-items:center;width:auto !important}@media (max-width: 576px){.root-web-sdk #containerForm.pulse-rav .LabSchedulingConfirmationScreen .lab_location_card .lab_scheduling_date_container{display:flex}}.root-web-sdk #containerForm.pulse-rav .LabSchedulingConfirmationScreen .lab_location_card .lab_scheduling_date_container .ic_calendar_pulse{background:url(https://assets.livongo.com/image/upload/v1713279055/web-sdk/icons/pulse-calendar-icon.svg) no-repeat 50%;background-size:16px}.root-web-sdk #containerForm.pulse-rav .LabSchedulingConfirmationScreen .lab_location_card .lab_scheduling_date_container .lab_scheduling_title{margin-bottom:0;font-size:1.25rem;font-weight:500;line-height:1.5rem;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity))}.root-web-sdk #containerForm.pulse-rav .LabSchedulingConfirmationScreen .lab_location_card button[name=add_to_calendar_link]{float:right;margin-top:.25rem}@media (max-width: 576px){.root-web-sdk #containerForm.pulse-rav .LabSchedulingConfirmationScreen .lab_location_card button[name=add_to_calendar_link]{float:left;margin-left:.125rem;margin-top:.5rem}}.root-web-sdk #containerForm.pulse-rav .LabSchedulingConfirmationScreen .lab_location_card .lab_scheduling_divider{border-top-width:1px;--border-opacity:1;border-color:#dfe0df;border-color:rgba(223, 224, 223, var(--border-opacity));margin-top:32px;margin-bottom:32px}.root-web-sdk #containerForm.pulse-rav .LabSchedulingConfirmationScreen .lab_location_card .lab_location_container{display:flex;align-items:center;margin-bottom:.75rem}.root-web-sdk #containerForm.pulse-rav .LabSchedulingConfirmationScreen .lab_location_card .lab_location_container .icon-web-sdk{margin-left:0}.root-web-sdk #containerForm.pulse-rav .LabSchedulingConfirmationScreen .lab_location_card .lab_location_container .title{margin-bottom:0;font-size:1.25rem;font-weight:500;line-height:1.75rem}.root-web-sdk #containerForm.pulse-rav .LabSchedulingConfirmationScreen .lab_location_card .full_address{margin-bottom:0}.root-web-sdk #containerForm.pulse-rav .LabSchedulingConfirmationScreen .support_container{--bg-opacity:1;background-color:#f7f9f9;background-color:rgba(247, 249, 249, var(--bg-opacity));padding:1.5rem;margin-top:1.5rem;margin-bottom:1.5rem;border-radius:.5rem}.root-web-sdk #containerForm.pulse-rav .LabSchedulingConfirmationScreen .support_container .question_title{margin-bottom:0;font-weight:500;font-size:1.25rem;line-height:1.75rem}.root-web-sdk #containerForm.pulse-rav .LabSchedulingConfirmationScreen .support_container .question_description{margin-bottom:0;margin-top:.5rem}.root-web-sdk #containerForm.pulse-rav .LabSchedulingConfirmationScreen button[name=return_to_care_plan_button]{margin-top:32px}.root-web-sdk #containerForm.pulse-rav .LabSchedulingConfirmationScreen,.root-web-sdk #containerForm.pulse-rav .LabSchedulingSearchForALabScreen,.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectAddressScreen,.root-web-sdk #containerForm.pulse-rav .LabSchedulingSelectLabLocationScreen{margin-bottom:4rem}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk.ConsultationBhRecentProvidersV2 .screen-fields-web-sdk button.button-web-sdk.last-of-kind.button-ConsultationBhRecentProvidersV2[class*=button-zeroState]:not(.inline){margin:0 32px 1rem;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));--text-opacity:1;color:#5b2f91;color:rgba(91, 47, 145, var(--text-opacity));--border-opacity:1;border:2px solid #5b2f91;border-color:rgba(91, 47, 145, var(--border-opacity));border-radius:.5rem;width:calc(100% - 4rem)}.root-web-sdk #containerForm.pulse-rav .CardScanningReviewingAndConfirmationScreen{margin-bottom:3rem}@media (max-width: 576px){.root-web-sdk #containerForm.pulse-rav .CardScanningReviewingAndConfirmationScreen{margin-left:0.5rem !important;margin-right:0.5rem !important}}@media (max-width: 576px){.root-web-sdk #containerForm.pulse-rav .CardScanningReviewingAndConfirmationScreen .title-web-sdk{margin-bottom:1.5rem}}.root-web-sdk #containerForm.pulse-rav .CardScanningReviewingAndConfirmationScreen .container{max-width:100%}.root-web-sdk #containerForm.pulse-rav .CardScanningReviewingAndConfirmationScreen .required_sign{--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity));line-height:1.5rem}.root-web-sdk #containerForm.pulse-rav .CardScanningReviewingAndConfirmationScreen .card_scan_description{--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity))}.root-web-sdk #containerForm.pulse-rav .CardScanningReviewingAndConfirmationScreen .image-container-web-sdk,.root-web-sdk #containerForm.pulse-rav .CardScanningReviewingAndConfirmationScreen .member-attachment-wrapper{margin-bottom:1.5rem}.root-web-sdk #containerForm.pulse-rav .CardScanningReviewingAndConfirmationScreen .image-container-web-sdk .label-web-sdk span,.root-web-sdk #containerForm.pulse-rav .CardScanningReviewingAndConfirmationScreen .member-attachment-wrapper .label-web-sdk span{--text-opacity:1;color:#565757;color:rgba(86, 87, 87, var(--text-opacity));line-height:20px;margin-bottom:.75rem}.root-web-sdk #containerForm.pulse-rav .CardScanningReviewingAndConfirmationScreen .image-container-web-sdk img,.root-web-sdk #containerForm.pulse-rav .CardScanningReviewingAndConfirmationScreen .member-attachment-wrapper img{max-width:13.313rem;border-radius:.5rem}.root-web-sdk #containerForm.pulse-rav .CardScanningReviewingAndConfirmationScreen .card_image_container{display:flex;justify-content:space-between;grid-gap:1rem;gap:1rem;margin-bottom:1.5rem}.root-web-sdk #containerForm.pulse-rav .CardScanningReviewingAndConfirmationScreen .card_image_container .card_image_back_container,.root-web-sdk #containerForm.pulse-rav .CardScanningReviewingAndConfirmationScreen .card_image_container .card_image_front_container{display:flex;flex-direction:column;flex:1 1 0%}.root-web-sdk #containerForm.pulse-rav .CardScanningReviewingAndConfirmationScreen .card_image_container .member-attachment-wrapper{flex:1 1 0%;margin-bottom:0}.root-web-sdk #containerForm.pulse-rav .CardScanningReviewingAndConfirmationScreen .card_image_container .member-attachment-wrapper img{max-width:100%}.root-web-sdk #containerForm.pulse-rav .CardScanningReviewingAndConfirmationScreen .card_scan_image_back_label,.root-web-sdk #containerForm.pulse-rav .CardScanningReviewingAndConfirmationScreen .card_scan_image_front_label{margin-bottom:.75rem;font-weight:500;line-height:20px;--text-opacity:1;color:#565757;color:rgba(86, 87, 87, var(--text-opacity))}.root-web-sdk #containerForm.pulse-rav .CardScanningReviewingAndConfirmationScreen .image-wrapper-web-sdk{display:block}.root-web-sdk #containerForm.pulse-rav .CardScanningReviewingAndConfirmationScreen button[name*=submit_button]{margin-bottom:1.5rem}.root-web-sdk #containerForm.pulse-rav .CardScanningReviewingAndConfirmationScreen .button_container{margin-top:5rem;display:flex;justify-content:space-between}.root-web-sdk #containerForm.pulse-rav .CardScanningReviewingAndConfirmationScreen .button_container button[name*=submit_button]{margin-bottom:0}.root-web-sdk #containerForm.pulse-rav .CardScanningScreen{margin-bottom:3rem}@media (max-width: 576px){.root-web-sdk #containerForm.pulse-rav .CardScanningScreen{margin-left:0.5rem !important;margin-right:0.5rem !important}}@media (max-width: 576px){.root-web-sdk #containerForm.pulse-rav .CardScanningScreen .title-web-sdk{margin-bottom:1.5rem}}.root-web-sdk #containerForm.pulse-rav .CardScanningScreen .card-scan-mock-component .description,.root-web-sdk #containerForm.pulse-rav .CardScanningScreen .card-scan-mock-component .field-wrapper-web-sdk,.root-web-sdk #containerForm.pulse-rav .CardScanningScreen .card-scan-mock-component button[name*=continue_button]{margin-bottom:1.5rem}.root-web-sdk #containerForm.pulse-rav .CardScanningScreen .card-scan-component{height:65vh;position:relative}.root-web-sdk #containerForm.pulse-rav .CardScanningScreen .card-scan-component [class*=scanErrorWrapper-module_scanViewMainContainerFullScreen]{height:100%;z-index:0;position:absolute;width:100vw;max-width:none;left:calc(50% - 50vw)}@media (max-width: 576px){.root-web-sdk #containerForm.pulse-rav .CardScanningScreen .card-scan-component [class*=scanErrorWrapper-module_scanViewMainContainerFullScreen]{position:fixed;z-index:600}}.root-web-sdk #containerForm.pulse-rav .CardScanningScreen .card-scan-component [class*=scanErrorWrapper-module_scanViewMainContainerFullScreen] [class*=scanview-module_cardscanVideoContainer]{max-height:100%}@media (max-width: 576px){.root-web-sdk #containerForm.pulse-rav .CardScanningScreen .card-scan-component [class*=scanErrorWrapper-module_scanViewMainContainerFullScreen] [class*=scanview-module_cardscanVideoContainer]{max-width:100vw}}.root-web-sdk #containerForm.pulse-rav .CardScanningScreen .card-scan-component [class*=scanErrorWrapper-module_scanViewMainContainerFullScreen] [class*=scanview-module_cardscanVideoContainer] [class*=scanVideoViewer-module_videoBackground]{background:none}@media (max-width: 576px){.root-web-sdk #containerForm.pulse-rav .CardScanningScreen .card-scan-component [class*=scanErrorWrapper-module_scanViewMainContainerFullScreen] [class*=scanview-module_cardscanVideoContainer] [class*=scanVideoViewer-module_videoBackground]{max-width:95vw}}.root-web-sdk #containerForm.pulse-rav .CardScanningScreen .card-scan-component [class*=scanErrorWrapper-module_scanViewMainContainerFullScreen] [class*=scanview-module_cardscanVideoContainer] [class*=scanFrame-module_cardGuide]{max-height:81%}@media (max-width: 576px){.root-web-sdk #containerForm.pulse-rav .CardScanningScreen .card-scan-component [class*=scanErrorWrapper-module_scanViewMainContainerFullScreen] [class*=scanview-module_cardscanVideoContainer] [class*=scanFrame-module_cardGuide]{width:95vw}}.root-web-sdk #containerForm.pulse-rav .CardScanningScreen .card-scan-component [class*=scanErrorWrapper-module_scanViewMainContainerFullScreen] [class*=scanview-module_cardscanVideoContainer] [class*=scanFrame-module_cardGuide] .retryScanBtn{--bg-opacity:1;background-color:#5156f5;background-color:rgba(81, 86, 245, var(--bg-opacity));--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity))}@media (max-width: 576px){.root-web-sdk #containerForm.pulse-rav .CardScanningScreen .card-scan-component [class*=scanErrorWrapper-module_scanViewMainContainerFullScreen] [class*=webToMobileModal-module_scanErrorModal]{max-width:100vw}}@media (max-width: 576px){.root-web-sdk #containerForm.pulse-rav .CardScanningScreen .card-scan-component [class*=scanErrorWrapper-module_scanViewMainContainerFullScreen] [class*=cardCapture-module_bottomCurtain]{height:28vh;z-index:0}}.root-web-sdk #containerForm.pulse-rav .CardScanningScreen .card-scan-component [class*=cardCapture-module_cardscanLogo],.root-web-sdk #containerForm.pulse-rav .CardScanningScreen .card-scan-component [class*=scanview-module_cardscanLogo]{display:none}.root-web-sdk #containerForm.pulse-rav .CardScanningScreen .card-scan-component [class*=permissionModal-module_scanErrorModal]{max-width:100vw}@media (max-width: 576px){.root-web-sdk #containerForm.pulse-rav .CardScanningScreen .card-scan-component [class*=debug-module_scanDebugMenu]:has(.scan-debug-wrapper[hidden]){width:66px}}.root-web-sdk #containerForm.pulse-rav .CardScanningTakePictureOptionsScreen{margin-bottom:3rem}@media (max-width: 576px){.root-web-sdk #containerForm.pulse-rav .CardScanningTakePictureOptionsScreen{margin-left:0.5rem !important;margin-right:0.5rem !important}}@media (max-width: 576px){.root-web-sdk #containerForm.pulse-rav .CardScanningTakePictureOptionsScreen .title-web-sdk{margin-bottom:1.5rem}}.root-web-sdk #containerForm.pulse-rav .CardScanningTakePictureOptionsScreen .qr-code-wrapper{height:auto;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;max-width:12.5rem;width:100%;box-sizing:content-box}.root-web-sdk #containerForm.pulse-rav .CardScanningTakePictureOptionsScreen ol.list-web-sdk,.root-web-sdk #containerForm.pulse-rav .CardScanningTakePictureOptionsScreen ol.list-web-sdk li{list-style-type:decimal}.root-web-sdk #containerForm.pulse-rav .CardScanningTakePictureOptionsScreen ul.list-web-sdk,.root-web-sdk #containerForm.pulse-rav .CardScanningTakePictureOptionsScreen ul.list-web-sdk li{list-style-type:disc}.root-web-sdk #containerForm.pulse-rav .CardScanningTakePictureOptionsScreen .list-wrapper-web-sdk{margin-bottom:1.5rem;margin-top:0}.root-web-sdk #containerForm.pulse-rav .CardScanningTakePictureOptionsScreen .list-wrapper-web-sdk .list-web-sdk{margin-top:0;margin-bottom:0;padding-left:0}.root-web-sdk #containerForm.pulse-rav .CardScanningTakePictureOptionsScreen .list-wrapper-web-sdk .list-web-sdk li{font-size:1.125rem;--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity))}.root-web-sdk #containerForm.pulse-rav .CardScanningTakePictureOptionsScreen .description_list_web{display:flex;justify-content:center}.root-web-sdk #containerForm.pulse-rav .CardScanningTakePictureOptionsScreen .description_list_web .list-web-sdk{display:flex;flex-direction:column;justify-content:center;max-width:347px}.root-web-sdk #containerForm.pulse-rav .CardScanningTakePictureOptionsScreen .or_horizontal_container{display:flex;align-items:center;justify-content:center;margin-top:1.5rem;margin-bottom:1.5rem}.root-web-sdk #containerForm.pulse-rav .CardScanningTakePictureOptionsScreen .or_horizontal_container .left_divider,.root-web-sdk #containerForm.pulse-rav .CardScanningTakePictureOptionsScreen .or_horizontal_container .right_divider{flex-grow:1;margin-top:0;--border-opacity:1;border-color:#dfe0df;border-color:rgba(223, 224, 223, var(--border-opacity))}.root-web-sdk #containerForm.pulse-rav .CardScanningTakePictureOptionsScreen .or_horizontal_container .text{margin-left:1rem;margin-right:1rem;margin-bottom:0;--text-opacity:1;color:#6f6f6f;color:rgba(111, 111, 111, var(--text-opacity));font-weight:500}.root-web-sdk #containerForm.pulse-rav .CardScanningCameraPermissionModalScreen .description{font-size:1.125rem !important;line-height:1.75rem;text-align:left;margin-bottom:1.5rem;--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity))}.root-web-sdk #containerForm.pulse-rav .CardScanningCameraPermissionModalScreen .embedded-video{margin-bottom:1.5rem}.root-web-sdk #containerForm.pulse-rav .CardScanningCameraPermissionModalScreen .embedded-video .permission_video{margin-left:auto;margin-right:auto}.root-web-sdk #containerForm.pulse-rav .CardScanningCameraPermissionModalScreen button[name*=close_web_button]{float:right}.root-web-sdk #containerForm.pulse-rav .CardScanningCameraPermissionModalScreen button[name*=close_mobile_button]{margin-bottom:3rem;float:right}.root-web-sdk #containerForm.pulse-rav .CardScanningCameraPermissionModalScreen-dialog-wrapper .dialog-header-web-sdk{border-bottom-width:0;align-items:center;margin-bottom:0 !important;padding-bottom:0 !important}.root-web-sdk #containerForm.pulse-rav .CardScanningCameraPermissionModalScreen-dialog-wrapper .dialog-header-web-sdk h1{padding-bottom:0 !important}.root-web-sdk #containerForm.pulse-rav .CardScanningCameraPermissionModalScreen-dialog-wrapper .dialog-header-web-sdk button{margin-top:0;margin-bottom:0}.root-web-sdk #containerForm.pulse-rav .CardScanningErrorScreen{margin-bottom:3rem}@media (max-width: 576px){.root-web-sdk #containerForm.pulse-rav .CardScanningErrorScreen{margin-left:0.5rem !important;margin-right:0.5rem !important}}@media (max-width: 576px){.root-web-sdk #containerForm.pulse-rav .CardScanningErrorScreen .title-web-sdk{margin-bottom:1.5rem}}.root-web-sdk #containerForm.pulse-rav .CardScanningErrorScreen .list_container{display:flex;flex-direction:column;align-items:center;grid-row-gap:2rem;row-gap:2rem;margin-bottom:32px}.root-web-sdk #containerForm.pulse-rav .CardScanningErrorScreen .list_container [class*=item_container]{display:flex;flex-direction:column;align-items:center;grid-row-gap:.5rem;row-gap:.5rem}.root-web-sdk #containerForm.pulse-rav .CardScanningErrorScreen .list_container [class*=item_container] .brightness_medium{background:url(https://assets.livongo.com/image/upload/v1722388165/web-sdk/icons/lmex-brightness-medium.svg) no-repeat 50%}.root-web-sdk #containerForm.pulse-rav .CardScanningErrorScreen .list_container [class*=item_container] .insurance{background:url(https://assets.livongo.com/image/upload/v1722388165/web-sdk/icons/lmex-insurance.svg) no-repeat 50%}.root-web-sdk #containerForm.pulse-rav .CardScanningErrorScreen .list_container [class*=item_container] .brightness_medium,.root-web-sdk #containerForm.pulse-rav .CardScanningErrorScreen .list_container [class*=item_container] .insurance{background-size:24px;width:1.5rem;height:1.5rem;margin-right:0}.root-web-sdk #containerForm.pulse-rav .CardScanningErrorScreen .list_container [class*=item_container] [class*=item_title]{text-align:center;margin-bottom:0;font-size:1.125rem;line-height:1.5rem;width:8rem;--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity))}.root-web-sdk #containerForm.pulse-rav .CardScanningErrorScreen .or_horizontal_container{display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.root-web-sdk #containerForm.pulse-rav .CardScanningErrorScreen .or_horizontal_container .left_divider,.root-web-sdk #containerForm.pulse-rav .CardScanningErrorScreen .or_horizontal_container .right_divider{flex-grow:1;margin-top:0;--border-opacity:1;border-color:#dfe0df;border-color:rgba(223, 224, 223, var(--border-opacity))}.root-web-sdk #containerForm.pulse-rav .CardScanningErrorScreen .or_horizontal_container .text{margin-left:1rem;margin-right:1rem;margin-bottom:0;--text-opacity:1;color:#6f6f6f;color:rgba(111, 111, 111, var(--text-opacity));font-weight:500}.root-web-sdk #containerForm.pulse-rav .CardScanningErrorScreen .description{--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity));line-height:1.5rem}.root-web-sdk #containerForm.pulse-rav .CardScanningErrorScreen button[name*=try_again_button]{margin-bottom:1.5rem}@font-face{font-family:HK Grotesk Pro;src:url(https://cardscan-assets.s3-accelerate.amazonaws.com/fonts/HK/HKGroteskPro-Regular.otf)}html{--cardscan-video-width:0px;--cardscan-video-height:0px;--cardscan-app-height:100vh;--cardscan-app-width:100vw;--cardscan-buffer-size:0;--cardscan-buffer-max-size:1;--cardscan-video-background-height:0;--cardscan-corner-width:20%;--cardscan-corner-height:20%;--cardscan-auto-switch-active-color:#6fcf97;--cardscan-auto-switch-inactive-color:#545454;--cardscan-progress-bar-color:#6fcf97;--cardscan-widget-background-color:rgba(29,29,29,0.9);--cardscan-message-font-size:18px;--cardscan-message-text-color:#fff;--cardscan-message-background-color:rgba(0,0,0,0.45)}.root-web-sdk .debug-module_scanDebugMenu__eCBlE{background-color:#accaf2;left:10px;position:absolute;top:10px;width:200px;z-index:2000}.root-web-sdk .debug-module_scanDebugMenu__eCBlE *{font-size:14px}.root-web-sdk .debug-module_scanDebugMenu__eCBlE input{background-color:#d3d3d3;width:60px}.root-web-sdk .debug-module_scanDebugMenu__eCBlE button{background-color:#656464;border-radius:6px;color:#fff;margin-left:13px;padding:0 3px}.root-web-sdk .scanSwitch-module_cardScanAutoSwitch__6ONVZ{align-items:center;background-color:var(--cardscan-auto-switch-active-color);border-radius:50px;box-sizing:border-box;color:#fff;cursor:pointer;display:flex;flex-flow:row-reverse;font-size:80%;font-weight:600;justify-content:space-evenly;left:50%;line-height:.5;max-width:80px;padding:2px;position:fixed;text-transform:uppercase;top:-6%;transform:translate(-50%, -50%);transition:all 1s ease;width:100%;z-index:9}.root-web-sdk .scanSwitch-module_cardScanAutoSwitchMobile__Bo8Za,.root-web-sdk .scanSwitch-module_cardScanAutoSwitchMobileLandscape__GYVhq{position:absolute;top:10%;transform:translate(-50%)}.root-web-sdk .scanSwitch-module_cardScanAutoSwitchMobileLandscape__GYVhq{left:50%;right:auto;top:5%}.root-web-sdk .scanSwitch-module_cardScanSwitchOff__x9Hne{background:var(--cardscan-auto-switch-inactive-color);flex-flow:row}.root-web-sdk #scanFrame-module_cardscanHelperText__BSvel{align-items:center;background:var(--cardscan-message-background-color, #000);border-radius:6px;box-sizing:border-box;color:var(--cardscan-message-text-color);display:flex;font-size:var(--cardscan-message-font-size, 1.125rem);font-weight:400;justify-content:center;line-height:1.5;padding:6px;text-align:center;text-transform:none;transition:all 1.5s ease;white-space:pre-line;width:-moz-fit-content;width:fit-content}.root-web-sdk #scanFrame-module_cardscanHelperText__BSvel.scanFrame-module_mobile__iGA9A{font-size:var(--cardscan-message-font-size, 1.2rem);left:50%;margin:0;position:absolute;top:50%;transform:translate(-50%, -25%);z-index:10}.root-web-sdk #scanFrame-module_cardscanHelperText__BSvel.scanFrame-module_eligibilityText__WdG-u.scanFrame-module_mobile__iGA9A{top:100%;transform:translate(-50%, 25%)}.root-web-sdk #scanFrame-module_cardscanHelperText__BSvel.scanFrame-module_mobileLandscape__R9O4q{font-size:var(--cardscan-message-font-size, 1.125rem);position:relative;top:50%;transform:translate(-50%, -50%);width:auto}.root-web-sdk .scanFrame-module_cardscanRetryButton__4iwA9{background:#6fcf97;border:none;border-radius:13px;box-shadow:0 2px 4px rgba(0,0,0,0.25);color:#dfdedf;cursor:pointer;font-family:Roboto,sans-serif;font-size:14px;font-weight:600;letter-spacing:2px;line-height:22px;outline:none;padding:6px 14px;text-align:center;text-transform:uppercase;transition:all .3s ease 0s}.root-web-sdk .scanFrame-module_cardscanRetryButton__4iwA9:active,.root-web-sdk .scanFrame-module_cardscanRetryButton__4iwA9:focus{outline:none;transform:translate(2px, 2px)}.root-web-sdk .scanFrame-module_corner__S6aVE{border-color:var(--cardscan-progress-bar-color);border-radius:5px;border-style:solid;content:" ";height:20%;position:absolute;transition:border-color .5s ease,width .75s linear,height .75s linear;width:20%}.root-web-sdk .scanFrame-module_corner__S6aVE.scanFrame-module_cardscanCornerOff__G373s{border-color:#e3eaf4}.root-web-sdk .scanFrame-module_corner1__ouwk5{border-width:5px 0 0 5px;height:20%;left:-6px;top:-6px;width:var(--cardscan-corner-width)}.root-web-sdk .scanFrame-module_corner2__LR0Sj{border-width:5px 5px 0 0;height:var(--cardscan-corner-height);right:-6px;top:-6px;width:20%}.root-web-sdk .scanFrame-module_corner3__SSofi{border-width:0 5px 5px 0;bottom:-6px;height:20%;right:-6px;width:var(--cardscan-corner-width)}.root-web-sdk .scanFrame-module_corner4__-rkSZ{border-width:0 0 5px 5px;bottom:-6px;height:var(--cardscan-corner-height);left:-6px;width:20%}.root-web-sdk .scanFrame-module_cardGuide__41-fv{aspect-ratio:16/9;box-shadow:0 0 8px 0 rgba(0,0,0,0.55);box-sizing:border-box;height:auto;left:50%;min-width:auto;position:relative;position:absolute;top:50%;transform:translate(-50%, -50%);width:81%;z-index:2}@supports not (aspect-ratio: 5/3){.scanFrame-module_cardGuide__41-fv:before{content:"";float:left;padding-top:56.25%}.scanFrame-module_cardGuide__41-fv:after{clear:both;content:"";display:block}}.root-web-sdk .scanFrame-module_cardGuide__41-fv.scanFrame-module_mobile__iGA9A{border:none;width:95%}.root-web-sdk .scanFrame-module_cardGuide__41-fv .scanFrame-module_processStatus__Z-dLU{display:block}.root-web-sdk .scanFrame-module_cardGuide__41-fv .scanFrame-module_spinnerWrapper__rxkNG{align-items:center;display:flex;flex-direction:column;height:80px;justify-content:center;width:100%}.root-web-sdk .scanFrame-module_cardGuide__41-fv .scanFrame-module_processStatus__Z-dLU{align-items:center;display:flex;flex-direction:column;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);width:100%}.root-web-sdk .scanFrame-module_cardGuide__41-fv .scanFrame-module_processStatus__Z-dLU img{max-width:9%}.root-web-sdk .scanFrame-module_cardGuide__41-fv .scanFrame-module_processStatus__Z-dLU img.scanFrame-module_mobile__iGA9A{max-width:20%}.root-web-sdk .scanFrame-module_scanCompleted__mi8R3{box-shadow:none}.root-web-sdk .scanFrame-module_cardGuideLandscape__FZ9pd{height:calc(100% - 40px)}.root-web-sdk .scanFrame-module_backCard__mpdOR,.root-web-sdk .scanFrame-module_frontCard__tMSrQ{backface-visibility:hidden;left:50%;position:absolute;top:50%;transform:translate(-50%, -50%);transform-style:preserve-3d;width:100px}.root-web-sdk .scanFrame-module_frontCard__tMSrQ{animation:scanFrame-module_flipFrontCard__6qcCG 4s infinite}.root-web-sdk .scanFrame-module_backCard__mpdOR{animation:scanFrame-module_flipBackCard__sY6a4 4s infinite}@keyframes scanFrame-module_flipFrontCard__6qcCG{0%{transform:translate(-50%, -50%) rotateY(0deg)}50%{transform:translate(-50%, -50%) rotateY(180deg)}to{transform:translate(-50%, -50%) rotateY(1turn)}}@keyframes scanFrame-module_flipBackCard__sY6a4{0%{transform:translate(-50%, -50%) rotateY(180deg)}50%{transform:translate(-50%, -50%) rotateY(1turn)}to{transform:translate(-50%, -50%) rotateY(540deg)}}.root-web-sdk .webToMobileModal-module_scanErrorModal__lMrJJ{align-items:center;background-color:#f9fbfd;border-radius:16px;box-shadow:0 8px 36px 0 rgba(0,0,0,0.161);display:flex;flex-direction:column;height:500px;left:50%;padding:20px;position:absolute;text-align:center;top:50%;transform:translate(-50%, -50%);width:550px;z-index:999999}.root-web-sdk .webToMobileModal-module_scanErrorModal__lMrJJ>*{margin-bottom:16px}.root-web-sdk .webToMobileModal-module_modalText__aebRU{white-space:break-spaces}.root-web-sdk .webToMobileModal-module_scanErrorTitle__xn1rc{color:#000;font-size:24px;font-weight:700;text-align:center}.root-web-sdk .webToMobileModal-module_scanErrorDescription__M7bCV{color:rgba(21,25,32,0.5);font-size:18px;font-weight:400;text-align:center}.root-web-sdk .webToMobileModal-module_scanErrorButton__OT-QR{border:none;border-radius:8px;font-size:14px;font-weight:600;height:42px;min-width:230px}.root-web-sdk .webToMobileModal-module_scanErrorButtonContainer__DImXw{display:flex;justify-content:space-around;width:100%}.root-web-sdk .webToMobileModal-module_scanErrorButtonSecondary__ObyA-{background:#fff;border:1px solid #566789;color:rgba(21,25,32,0.5)}.root-web-sdk .webToMobileModal-module_scanErrorButtonPrimary__hqs2M{background-color:#2f80ed;color:#fff}.root-web-sdk .webToMobileModal-module_processStatus__zcTGi,.root-web-sdk .webToMobileModal-module_spinnerWrapper__lbMCo{display:block}.root-web-sdk .webToMobileModal-module_spinnerWrapper__lbMCo{display:flex;height:256px}.root-web-sdk .scanVideoViewer-module_videoBackground__9LiTo{background-color:#708090;height:100%;min-width:300px;transform:var(--cardscan-video-flip-vertical) var(--cardscan-video-flip-horizontal);width:100%;z-index:2}.root-web-sdk .scanVideoViewer-module_videoBackground__9LiTo.scanVideoViewer-module_heightFrame__q1B2p{height:unset;max-height:var(--cardscan-video-height);max-width:var(--cardscan-video-width);width:var(--cardscan-app-width)}.root-web-sdk .scanVideoViewer-module_videoBackground__9LiTo.scanVideoViewer-module_mobile__cJg8K{aspect-ratio:16/9;height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.root-web-sdk .scanVideoViewer-module_videoBackground__9LiTo.scanVideoViewer-module_portraitView__W-NRl{aspect-ratio:unset;-o-object-fit:cover;object-fit:cover}.root-web-sdk .scanVideoViewer-module_fullScreen__BYoQE{max-width:65vw}.root-web-sdk .permissionModal-module_scanErrorModal__l1xjO{align-items:center;background-color:#f9fbfd;border-radius:16px;box-shadow:0 8px 36px 0 rgba(0,0,0,0.161);display:flex;flex-direction:column;height:630px;left:50%;padding:20px;position:absolute;text-align:center;top:50%;transform:translate(-50%, -50%);width:550px;z-index:999999}.root-web-sdk .permissionModal-module_scanErrorModal__l1xjO>*{margin-bottom:16px}.root-web-sdk .permissionModal-module_scanErrorTitle__7oc7e{color:#000;font-size:24px;font-weight:700;text-align:center}.root-web-sdk .permissionModal-module_scanErrorDescription__EgD59{color:rgba(21,25,32,0.5);font-size:18px;font-weight:400;text-align:center}.root-web-sdk .permissionModal-module_scanErrorButton__-Tl-x{border:none;border-radius:8px;font-size:14px;font-weight:600;height:42px;min-width:230px}.root-web-sdk .permissionModal-module_scanErrorButtonContainer__cKvdH{display:flex;justify-content:space-around;width:100%}.root-web-sdk .permissionModal-module_scanErrorButtonSecondary__UrV9T{background:#fff;border:1px solid #566789;color:rgba(21,25,32,0.5)}.root-web-sdk .permissionModal-module_scanErrorButtonPrimary__jBcc9{background-color:#2f80ed;color:#fff}.root-web-sdk .closeButton-module_closeBtn__XDcux{cursor:pointer;height:28px;position:absolute;right:10px;top:10px;width:28px;z-index:3}@media (min-width: 680px){.root-web-sdk .closeButton-module_closeBtn__XDcux{height:38px;width:38px}}.root-web-sdk .closeButton-module_closeBtnLandscape__aztsu{height:auto;left:3%;position:fixed;right:auto;top:5%;width:auto}.root-web-sdk .cardCapture-module_bottomCurtain__psmrF{background:var(--cardscan-widget-background-color, #000);bottom:0;height:12.5%;position:fixed;width:100%;z-index:8}.root-web-sdk .cardCapture-module_bottomCurtain__psmrF .cardCapture-module_cameraBtn__bH3O4{cursor:pointer;left:50%;min-width:64px;position:absolute;top:50%;transform:translate(-50%, -50%);width:8%;z-index:3}.root-web-sdk .cardCapture-module_bottomCurtain__psmrF .cardCapture-module_cameraBtn__bH3O4.cardCapture-module_mobile__vbEI-{height:auto;left:50%;position:absolute;top:50%;transform:translate(-50%, -50%);width:64px}.root-web-sdk .cardCapture-module_bottomCurtainLandscape__jTj1A{height:100%;position:absolute;right:0;top:0;width:17.5%;z-index:10}.root-web-sdk .cardCapture-module_bottomCurtainLandscape__jTj1A .cardCapture-module_cameraBtn__bH3O4.cardCapture-module_mobile__vbEI-{height:auto;left:50%;position:absolute;top:50%;transform:translate(-50%, -50%);width:64px}.root-web-sdk .cardCapture-module_topCurtain__caSuL{background:var(--cardscan-widget-background-color, #000);height:20%;position:fixed;top:0;width:100%;z-index:8}.root-web-sdk .cardCapture-module_topCurtainLandscape__US-NS{background-color:var(--cardscan-widget-background-color, rgba(0,0,0,0.502));height:15%;width:-moz-fit-content;width:fit-content}.root-web-sdk .cardCapture-module_cardscanLogo__CxQei{bottom:0;box-sizing:border-box;left:4px;left:0;max-width:135px;position:absolute;top:unset;transform:translateY(-100%);transform:translate(0);z-index:300}.root-web-sdk .cardCapture-module_cardscanLogoLandscape__pAGr7{filter:invert(100%);max-width:90px}.root-web-sdk .scanview-module_cardscanMain__JjW3i{align-items:center;background-color:var(--cardscan-widget-background-color);box-sizing:border-box;display:flex;font-family:HK Grotesk Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:17px;height:-webkit-fill-available;height:var(--cardscan-app-height);height:100%;justify-content:center;line-height:1.5;max-height:100%;max-width:100%;overflow:hidden;position:relative;width:var(--cardscan-app-width);width:100%}.root-web-sdk .scanview-module_cardscanMain__JjW3i.scanview-module_isMobile__X92-K{background-color:var(--cardscan-widget-background-color, #000)}.root-web-sdk .scanview-module_cardscanVideoContainer__PK-Ea{align-items:center;aspect-ratio:16/9;display:flex;height:-moz-fit-content;height:fit-content;height:auto;justify-content:center;position:relative;width:100%}.root-web-sdk .scanview-module_cardscanVideoContainer__PK-Ea.scanview-module_mobile__CtroE{aspect-ratio:unset;bottom:12.5%;height:67.5%;position:absolute}.root-web-sdk .scanview-module_cardscanVideoContainer__PK-Ea.scanview-module_landscapeMobile__CzgKU{aspect-ratio:16/9;bottom:unset;max-height:85%;max-width:82.5%;right:17.5%;top:15%;width:auto}.root-web-sdk .scanview-module_fullScreenLimit__V6ZU3{max-width:65vw}.root-web-sdk .scanview-module_cameraBtn__87nOC{cursor:pointer;left:50%;max-width:64px;min-width:24px;position:absolute;top:95.5%;transform:translate(-50%, -50%);width:4%;z-index:3}.root-web-sdk .scanview-module_cameraBtn__87nOC.scanview-module_heightFrame__k92qj{bottom:40px;transform:translate(-50%)}.root-web-sdk .scanview-module_spinnerWrapper__NtRr-{align-items:center;display:flex;flex-direction:column;justify-content:center;left:50%;position:absolute;top:50%;transform:translate(-50%, -50%);width:100%;z-index:10}.root-web-sdk .scanview-module_cardscanLogo__T3S98{box-sizing:border-box;left:4px;left:0;max-width:135px;position:absolute;top:100%;transform:translateY(calc(-100% - 5px));z-index:300}.root-web-sdk .scanview-module_cardscanLogo__T3S98.scanview-module_cardscanLogoMobile__8lwzv{transform:translate(0)}.root-web-sdk .scanview-module_cardscanLogoLandscape__LkARY{filter:invert(100%);max-width:90px}.root-web-sdk .scanErrorWrapper-module_scanErrorBar__Vz8hg{background:#ffe0e0;border:1px solid #a33a3a;color:#ba3939;margin:10px;padding:10px}.root-web-sdk .scanErrorWrapper-module_scanViewMainContainerNoFullScreen__6mw-x{aspect-ratio:16/9;height:auto;max-height:100%;max-width:100%;min-width:300px;width:100vw}.root-web-sdk .scanErrorWrapper-module_scanViewMainContainerFullScreen__MUzaQ{height:100vh;left:0;max-width:100%;min-width:300px;position:fixed;top:0;width:100vw}@media (max-width: 374px){.root-web-sdk .HealthInsightsDashboard{width:300px}.root-web-sdk .HealthInsightsDashboard .Card-module__root .Card-module__main-content{width:274px}.root-web-sdk .HealthInsightsDashboard .Card-module__root .Card-module__main-content .healthInsightTileDescription,.root-web-sdk .HealthInsightsDashboard .Card-module__root .Card-module__main-content .quickTipsSection{width:240px}}@media (min-width: 320px) and (max-width: 1023px){.root-web-sdk #containerForm .HealthInsightsDashboard .healthInsightsGreeting,.root-web-sdk #containerForm .HealthInsightsDashboard .healthInsightTileDescription{line-height:1.5rem}.root-web-sdk #containerForm .healthInsightCategoryTitle{font-size:1.375rem;line-height:1.5rem}.root-web-sdk .HealthInsightsDashboard .Card-module__root .Card-module__header-container .Card-module__spot-img-container{width:4.5rem;height:4.5rem}.HealthInsightsDashboard .Card-module__root .Card-module__main-content .quickTipsSection,.root-web-sdk #containerForm .HealthInsightsDashboard .healthInsightTileDescription{width:295px}.root-web-sdk .HealthInsightsDashboard .Card-module__root .Card-module__main-content .quickTipsSection .quickTipsContent{width:271px}.root-web-sdk .HealthInsightsDashboard .health_insights_dashboard_info{margin-top:.2rem}}@media (min-width: 375px) and (max-width: 1023px){.root-web-sdk .HealthInsightsDashboard,.root-web-sdk .HealthInsightsDashboard .Card-module__root .Card-module__main-content,.root-web-sdk .HealthInsightsDashboard .Card-module__root .Card-module__main-content .quickTipsSection{width:343px}}@media (min-width: 1024px){.root-web-sdk .HealthInsightsDashboard{width:604px}.root-web-sdk .HealthInsightsDashboard .Card-module__root .Card-module__main-content,.root-web-sdk .HealthInsightsDashboard .Card-module__root .Card-module__main-content .quickTipsSection,.root-web-sdk .HealthInsightsDashboard .quickTipsContent{width:500px}.root-web-sdk .HealthInsightsDashboard .healthInsightTileDescription{width:505px}.root-web-sdk #containerForm .HealthInsightsDashboard .healthInsightsGreeting,.root-web-sdk #containerForm .HealthInsightsDashboard .healthInsightTileDescription{line-height:1.75rem}.root-web-sdk #containerForm .healthInsightCategoryTitle{font-size:1.875rem;line-height:2.25rem}.root-web-sdk .HealthInsightsDashboard .Card-module__root .Card-module__main-content{margin:0}.root-web-sdk .HealthInsightsDashboard .health_insights_dashboard_info{margin:.25rem}}.root-web-sdk #containerForm .HealthInsightsDashboard .healthInsightsGreeting,.root-web-sdk #containerForm .HealthInsightsDashboard .healthInsightTileDescription{font-size:1.125rem;font-weight:400}.root-web-sdk #containerForm .healthInsightCategoryTitle{font-weight:700}.root-web-sdk .HealthInsightsDashboard{margin:auto}.root-web-sdk .HealthInsightsDashboard .Card-module__root .Card-module__main-content .quickTipsSection{display:flex;flex-direction:row}.root-web-sdk .HealthInsightsDashboard .Card-module__root{width:inherit;margin-bottom:1rem}.root-web-sdk .HealthInsightsDashboard .Card-module__root .Card-module__header-container .Card-module__header{font-weight:500;font-size:1.625rem}.root-web-sdk .HealthInsightsDashboard .Label-module__root{font-weight:700;margin-bottom:1.875rem}.root-web-sdk .HealthInsightsDashboard .health_insights_dashboard_info{background-image:url(https://assets.livongo.com/image/upload/v1730819608/web-sdk/HRA/Dashboard/info_icon.svg);background-size:100% 100%;height:1rem;width:1rem}.root-web-sdk .HealthInsightsDashboard .Tag-module__root{margin-bottom:1.25rem}.root-web-sdk .HealthInsightsDashboard .HRANotificationContainer .Notification-module__info{width:inherit;right:auto;left:auto;top:auto;bottom:auto}.root-web-sdk #containerForm .HraHealthReportScreen .visually-hidden{left:30%}.root-web-sdk #containerForm.pulse-rav .ConsultationTeenContactInfoScreen .screen-fields-web-sdk>div,.root-web-sdk #containerForm.pulse-rav .ConsultationTeenContactInfoScreen .screen-fields-web-sdk>p,.root-web-sdk #containerForm.pulse-rav .ConsultationTeenContactInfoScreen h1.title-web-sdk{margin-bottom:1.5rem}.root-web-sdk #containerForm.pulse-rav .ConsultationTeenContactInfoScreen p.required{font-size:1.125rem;line-height:1.75rem;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity))}.root-web-sdk .HraHealthReportScreen .Button-module__root{margin-top:1.5rem}.root-web-sdk #containerForm .HraHealthReportScreen .screen-fields-web-sdk .Accordion-module__root{margin-bottom:0}.root-web-sdk .HraHealthReportScreen .title-web-sdk{margin-top:1rem}.root-web-sdk .HraHealthReportScreen .Accordion-module__root .Accordion-module__triggerContainer .Accordion-module__trigger-icon svg{margin-top:.125rem;fill:#5156f5}@media (min-width: 1024px){.root-web-sdk .HraHealthReportScreen .Accordion-module__root .Accordion-module__triggerContainer .Accordion-module__trigger-icon svg{margin-top:6px}}.root-web-sdk .HraHealthReportScreen .MarkdownText-module__root:last-of-type ul{margin-top:0}.root-web-sdk .HraHealthReportScreen .label-title-websdk{font-weight:500}.root-web-sdk .HraHealthReportScreen .MarkdownText-module__root a{text-decoration:underline;text-underline-offset:4px;--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity));font-size:1.125rem}.root-web-sdk .HraHealthReportScreen .MarkdownText-module__root ul{padding-left:1.25rem;margin-bottom:0}.root-web-sdk .HraHealthReportScreen .Panel-module__triggerContainer{border-style:solid}.root-web-sdk .HraHealthReportScreen .Panel-module__contentContainer,.root-web-sdk .HraHealthReportScreen .Panel-module__triggerContainer{--border-opacity:1;border-color:#dbdbdb;border-color:rgba(219, 219, 219, var(--border-opacity));border-width:0 1px}.root-web-sdk .HraHealthReportScreen .Accordion-module__root:nth-child(5) .Panel-module__triggerContainer{border-top-width:1px;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem}.root-web-sdk .HraHealthReportScreen .Accordion-module__root:last-of-type .Panel-module__contentContainer{border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-width:1px}.root-web-sdk .HraHealthReportScreen .Accordion-module__root:nth-child(3) .Panel-module__triggerContainer{border-top-width:1px;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem}.root-web-sdk .HraHealthReportScreen .Accordion-module__root:last-of-type [aria-expanded=false]{border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem}.root-web-sdk .HraHealthReportScreen .Accordion-module__root [aria-expanded=false]{border-bottom-width:1px}.root-web-sdk #containerForm .calendar-root-pulse-web-sdk,.root-web-sdk #containerForm .calendar-root-pulse-web-sdk table{width:100%}.root-web-sdk .MarkdownText-module__root ol,.root-web-sdk .MarkdownText-module__root ul{padding-left:1rem}.root-web-sdk .MarkdownText-module__root ul{list-style-type:disc}.root-web-sdk .MarkdownText-module__root ol{list-style-type:decimal}.root-web-sdk:has(.TabsScreen){--bg-opacity:1;background-color:#e5e8e8;background-color:rgba(229, 232, 232, var(--bg-opacity))}.root-web-sdk:has(.TabsScreen) .websdk-bg-white{--bg-opacity:1;background-color:#e5e8e8;background-color:rgba(229, 232, 232, var(--bg-opacity))}.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember){position:relative;--border-opacity:1;border:1px solid #5b2f91;border-color:rgba(91, 47, 145, var(--border-opacity));margin-top:4rem;border-radius:.5rem;padding:1rem .5rem;text-align:center;cursor:pointer;max-width:unset;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));box-shadow:0 0.5rem 1rem -0.625rem rgba(0,0,0,0.2),0 0.5rem 1rem -0.625rem rgba(91,47,145,0.25)}.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember):first-of-type{margin-top:32px}.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember):hover{box-shadow:0 0.5rem 1rem -0.625rem rgba(0,0,0,0.2),0 0.5rem 1rem -0.625rem rgba(91,47,145,0.25),0 0 0 0.125rem #5b2f91}@media (min-width: 576px){.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember){text-align:left;padding-left:3rem}}@media (min-width: 768px){.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember){margin-top:32px;padding-left:.5rem;text-align:center}}@media (min-width: 992px){.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember){text-align:left;padding:2rem 1.5rem 2rem 3rem}}.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember) button[data-testId=link-title],.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember) h2[data-testId=text-title],.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember) p[data-testId=text-title]{margin:auto;padding:0;display:block;--text-opacity:1;color:#2c2a29;color:rgba(44, 42, 41, var(--text-opacity));font-size:2rem;font-weight:500;cursor:pointer}@media (min-width: 320px){.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember) button[data-testId=link-title],.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember) h2[data-testId=text-title],.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember) p[data-testId=text-title]{text-align:center}}@media (min-width: 576px){.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember) button[data-testId=link-title],.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember) h2[data-testId=text-title],.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember) p[data-testId=text-title]{margin-left:6rem;text-align:left}}@media (min-width: 768px){.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember) button[data-testId=link-title],.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember) h2[data-testId=text-title],.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember) p[data-testId=text-title]{margin:auto;text-align:center}}@media (min-width: 992px){.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember) button[data-testId=link-title],.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember) h2[data-testId=text-title],.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember) p[data-testId=text-title]{margin-left:6rem;text-align:left}}@media (min-width: 1440px){.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember) p[data-testId*=text-subtitle_]+p[data-testId*=text-labelOptionsTitle]{margin-left:6rem}}.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember) p[data-testId*=text-labelOptionsTitle]{font-size:1.125rem;--text-opacity:1;color:#373939;color:rgba(55, 57, 57, var(--text-opacity));font-weight:400;display:inline-block;margin:0;padding-right:.75rem}@media (min-width: 576px){.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember) p[data-testId*=text-labelOptionsTitle]{margin-left:6rem}}@media (min-width: 768px){.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember) p[data-testId*=text-labelOptionsTitle]{margin-left:0}}@media (min-width: 992px){.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember) p[data-testId*=text-labelOptionsTitle]{margin-left:6rem}}@media (min-width: 1440px){.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember) p[data-testId*=text-labelOptionsTitle]{margin-left:1.5rem}}@media (min-width: 576px){.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember) p[data-testId*=text-labelOptionsTitle]+p[data-testId*=text-labelOptionsTitle],.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember) p[data-testId*=text-labelOptionsTitle]+p[data-testId*=text-labelOptionsTitle]+p[data-testId*=text-labelOptionsTitle]{margin-left:0}}.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember) p[data-testId*=text-labelOptionsTitle]:before{width:1rem;height:1rem;display:inline-block;margin-right:.75rem;content:"";background:url(https://assets.livongo.com/image/upload/v1713278965/web-sdk/icons/phone_tm9ea1.svg) no-repeat 100% 100%}.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember) p[data-testId=text-labelOptionsTitleVideo]:before{background:url(https://assets.livongo.com/image/upload/v1713283762/web-sdk/icons/video_le1xic.svg) no-repeat 100% 100%}.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember) p[class*=TDOptionsTitleVideoCanada]{margin-top:.5rem}@media (min-width: 1440px){.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember) p[class*=TDOptionsTitleVideoCanada]{margin-left:6rem}}.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember) p[data-testId=text-labelOptionsTitleMessage]:before{background:url(https://assets.livongo.com/image/upload/v1713278881/web-sdk/icons/message.svg) no-repeat 100% 100%;position:relative;top:.1rem}.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember) .image-wrapper-web-sdk{display:flex;flex-direction:column;align-items:center;padding:.5rem;margin:0}@media (min-width: 576px){.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember) .image-wrapper-web-sdk{position:absolute;top:2rem;left:1.5rem;max-width:6rem}}@media (min-width: 768px){.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember) .image-wrapper-web-sdk{position:static;max-width:none}}@media (min-width: 992px){.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember) .image-wrapper-web-sdk{position:absolute;max-width:6rem}}@media (min-width: 1200px){.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember) .image-wrapper-web-sdk{top:2rem}}.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember) .image-wrapper-web-sdk.TDFieldOptionIsCircleShape .placeholder-websdk{display:block;padding:1.25rem;--bg-opacity:1;background-color:#f0e6f4;background-color:rgba(240, 230, 244, var(--bg-opacity));text-align:center;font-weight:700;--text-opacity:1;color:#5b2f91;color:rgba(91, 47, 145, var(--text-opacity));line-height:2.5rem;overflow-x:hidden;border-radius:40px;font-size:30px;width:80px}.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember) .image-wrapper-web-sdk .image-web-sdk{max-width:6rem;max-height:6rem}.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember) .image-wrapper-web-sdk .image-web-sdk.TDFieldOptionIsCircleShape{border-radius:40px;width:80px;height:80px}.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember) p[data-testId=text-get_started_button]{--text-opacity:1;color:#0060fc;color:rgba(0, 96, 252, var(--text-opacity));font-size:1.25rem;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px;background-color:transparent;border-style:none;padding-left:0;padding-right:0;margin-top:1rem;margin-bottom:0;font-weight:500;position:relative}@media (min-width: 320px){.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember) p[data-testId=text-get_started_button]{text-align:center}}@media (min-width: 576px){.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember) p[data-testId=text-get_started_button]{margin-left:6rem;text-align:left}}@media (min-width: 768px){.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember) p[data-testId=text-get_started_button]{margin-left:auto;margin-right:auto;text-align:center}}@media (min-width: 992px){.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember) p[data-testId=text-get_started_button]{margin-left:6rem;margin-top:.75rem;text-align:left}}.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember) p[data-testId=text-get_started_button]:after{width:1.5rem;height:1.5rem;position:absolute;margin-right:1.25rem;content:"";background:url(https://assets.livongo.com/image/upload/v1713187520/web-sdk/icons/blue-arrow-right_yaageo.svg) no-repeat 100%}.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember) div[data-testId=html-text-description] p{margin-top:1rem;margin-bottom:1rem}@media (min-width: 576px){.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember) div[data-testId=html-text-description] p{margin-left:6rem}}@media (min-width: 768px){.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember) div[data-testId=html-text-description] p{margin-left:0}}@media (min-width: 992px){.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember) div[data-testId=html-text-description] p{margin-left:6rem;margin-top:.75rem;margin-bottom:.75rem}}.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember) div[data-testId=html-text-description] p span{font-size:1.25rem;--text-opacity:1;color:#2c2a29;color:rgba(44, 42, 41, var(--text-opacity));line-height:20px;font-weight:400}.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember) div[data-testId=html-text-description] p span a{font-size:1.25rem;font-weight:400}.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember) p[data-testId=text-description]{margin-bottom:.25rem;margin-top:9px}.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember) p[data-testId=text-categoryCoverage]{margin-top:.5rem;margin-bottom:.5rem;font-size:1.125rem}.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember) p[data-testId=text-labelAvailabilityValue]{--text-opacity:1;color:#373939;color:rgba(55, 57, 57, var(--text-opacity));font-weight:700;font-size:1.125rem;text-align:center;margin-top:1rem;margin-bottom:.25rem}@media (min-width: 576px){.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember) p[data-testId=text-labelAvailabilityValue]{display:block;text-align:left;margin-left:6rem}}@media (min-width: 768px){.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember) p[data-testId=text-labelAvailabilityValue]{text-align:center;display:block;margin-left:0}}@media (min-width: 992px){.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember) p[data-testId=text-labelAvailabilityValue]{margin-left:6rem;margin-top:.75rem;display:block;text-align:left;bottom:.25rem}}@media (min-width: 1440px){.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember) p[data-testId=text-labelAvailabilityValue]{display:inline-block}}.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember) p[data-testId*=text-subtitle_],.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember) p[data-testId=text-categoryCoverage],.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember) p[data-testId=text-description]{margin-top:.5rem;margin-bottom:.5rem;--text-opacity:1;color:#727069;color:rgba(114, 112, 105, var(--text-opacity));font-size:1.125rem;line-height:20px}@media (min-width: 576px){.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember) p[data-testId*=text-subtitle_],.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember) p[data-testId=text-categoryCoverage],.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember) p[data-testId=text-description]{margin-left:6rem}}@media (min-width: 768px){.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember) p[data-testId*=text-subtitle_],.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember) p[data-testId=text-categoryCoverage],.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember) p[data-testId=text-description]{margin-left:0}}@media (min-width: 992px){.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember) p[data-testId*=text-subtitle_],.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember) p[data-testId=text-categoryCoverage],.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember) p[data-testId=text-description]{margin-left:6rem}}.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember) p[data-testId=text-description]{margin-top:1rem;margin-bottom:1rem;--text-opacity:1;color:#2c2a29;color:rgba(44, 42, 41, var(--text-opacity));font-weight:400;font-size:1.25rem}@media (min-width: 992px){.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember) p[data-testId=text-description]{margin-top:.75rem;margin-bottom:.75rem}}.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember) p[data-testId*=text-subtitle_]{margin-top:.5rem;margin-bottom:0;--text-opacity:1;color:#727069;color:rgba(114, 112, 105, var(--text-opacity));font-size:1.125rem;line-height:20px}@media (min-width: 1200px){.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember) p[data-testId*=text-subtitle_]:nth-of-type(2){display:block}.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember) p[data-testId*=text-subtitle_]:nth-of-type(2):before{content:"";width:.25rem;height:.25rem;border-radius:9999px;--bg-opacity:1;background-color:#727069;background-color:rgba(114, 112, 105, var(--bg-opacity));display:inline-block;margin-bottom:.25rem;margin-right:.5rem;margin-left:.5rem}.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember) p[data-testId*=text-subtitle_]:nth-of-type(2):after{content:"";display:block;clear:both}}.root-web-sdk #containerForm .Dashboard div.container.icPulseCheckCircleActive[class*=careOptionTile]:not(.TDFieldOptionHHSMember) p[data-testId=text-labelAvailabilityValue]:before,.root-web-sdk #containerForm .Dashboard div.container.isCalenderPulse[class*=careOptionTile]:not(.TDFieldOptionHHSMember) p[data-testId=text-labelAvailabilityValue]:before{width:1rem;height:1rem;display:inline-block;margin-right:1rem;content:"";background:url(https://assets.livongo.com/image/upload/v1713275879/web-sdk/icons/calendar.svg) no-repeat 100%}.root-web-sdk #containerForm .Dashboard div.container.icPulseCheckCircleActive[class*=careOptionTile]:not(.TDFieldOptionHHSMember) p[data-testId=text-labelAvailabilityValue]:before{background:url(https://assets.livongo.com/image/upload/v1713276012/web-sdk/icons/clock-green_ldfa1r.svg) no-repeat 100%}@media (min-width: 576px){.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember) .icon-web-sdk:first-of-type{position:absolute;top:1.5rem;left:1.5rem}}@media (min-width: 768px){.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember) .icon-web-sdk:first-of-type{position:static}}@media (min-width: 992px){.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember) .icon-web-sdk:first-of-type{position:absolute}}@media (min-width: 1200px){.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember) .icon-web-sdk:first-of-type{top:1.5rem}}.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember) .icon-web-sdk:nth-of-type(2){position:absolute;top:45%;right:4%;height:1rem}@media (min-width: 576px){.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember) .icon-web-sdk:nth-of-type(2){right:2%}}@media (min-width: 768px){.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember) .icon-web-sdk:nth-of-type(2){right:4%}}@media (min-width: 992px){.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember) .icon-web-sdk:nth-of-type(2){right:2%}}@media (min-width: 1200px){.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember) .icon-web-sdk:nth-of-type(2){height:1.5rem}}.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember) .icon-web-sdk.ic_date_time_calendar_date{left:5rem}@media (min-width: 576px){.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember) .icon-web-sdk.ic_date_time_calendar_date{left:12rem}}@media (min-width: 768px){.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember) .icon-web-sdk.ic_date_time_calendar_date{left:5rem}}@media (min-width: 992px){.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember) .icon-web-sdk.ic_date_time_calendar_date{left:12rem}}.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember) .icon-web-sdk[class*=ic_devices_phone_]{left:12.5rem}@media (min-width: 375px){.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember) .icon-web-sdk[class*=ic_devices_phone_]{left:14.5rem}}@media (min-width: 576px){.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember) .icon-web-sdk[class*=ic_devices_phone_]{left:20.5rem}}@media (min-width: 768px){.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember) .icon-web-sdk[class*=ic_devices_phone_]{left:13.5rem}}@media (min-width: 992px){.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember) .icon-web-sdk[class*=ic_devices_phone_]{left:19.5rem}}.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember) .icon-web-sdk[class*=ic_devices_video_2]{left:11rem}@media (min-width: 375px){.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember) .icon-web-sdk[class*=ic_devices_video_2]{left:13rem}}@media (min-width: 576px){.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember) .icon-web-sdk[class*=ic_devices_video_2]{left:19rem}}@media (min-width: 768px){.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember) .icon-web-sdk[class*=ic_devices_video_2]{left:12rem}}@media (min-width: 992px){.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember) .icon-web-sdk[class*=ic_devices_video_2]{left:18rem}}.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember) .icon-web-sdk[class*=ic_communication_f_comment]{left:14rem}@media (min-width: 375px){.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember) .icon-web-sdk[class*=ic_communication_f_comment]{left:16rem}}@media (min-width: 576px){.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember) .icon-web-sdk[class*=ic_communication_f_comment]{left:22rem}}@media (min-width: 768px){.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember) .icon-web-sdk[class*=ic_communication_f_comment]{left:15rem}}@media (min-width: 992px){.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember) .icon-web-sdk[class*=ic_communication_f_comment]{left:21rem}}.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember) .icon-web-sdk:nth-of-type(3),.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember) .icon-web-sdk:nth-of-type(4),.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember) .icon-web-sdk:nth-of-type(5){position:absolute;bottom:1.25rem;filter:grayscale(1)}.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember)+.upcomingVisitsTile,.root-web-sdk #containerForm .Dashboard div.container[class*=careOptionTile]:not(.TDFieldOptionHHSMember)+p[data-testId=text-faqTitle]{margin-top:2.5rem}.root-web-sdk #containerForm .Dashboard div.container.hasRightArrow[class*=careOptionTile]:not(.TDFieldOptionHHSMember){padding-right:3rem;background:linear-gradient(90deg, #fff 90%, #eeeaf4 0)}@media (min-width: 576px){.root-web-sdk #containerForm .Dashboard div.container.hasRightArrow[class*=careOptionTile]:not(.TDFieldOptionHHSMember){background:linear-gradient(90deg, #fff 95%, #eeeaf4 0)}}@media (min-width: 768px){.root-web-sdk #containerForm .Dashboard div.container.hasRightArrow[class*=careOptionTile]:not(.TDFieldOptionHHSMember){background:linear-gradient(90deg, #fff 90%, #eeeaf4 0)}}@media (min-width: 992px){.root-web-sdk #containerForm .Dashboard div.container.hasRightArrow[class*=careOptionTile]:not(.TDFieldOptionHHSMember){background:linear-gradient(90deg, #fff 95%, #eeeaf4 0)}}@media (min-width: 1200px){.root-web-sdk #containerForm .Dashboard div.container.hasSubtitle_2[class*=careOptionTile]:not(.TDFieldOptionHHSMember) p[data-testId*=text-subtitle_]:first-of-type{float:left}.root-web-sdk #containerForm .Dashboard div.container.hasSubtitle_2[class*=careOptionTile]:not(.TDFieldOptionHHSMember) p[data-testId*=text-subtitle_]:nth-of-type(2){display:block;margin-left:.5rem}.root-web-sdk #containerForm .Dashboard div.container.hasSubtitle_2[class*=careOptionTile]:not(.TDFieldOptionHHSMember) p[data-testId*=text-subtitle_]:nth-of-type(2):after{content:"";display:block;clear:both}}@media (min-width: 576px){.root-web-sdk #containerForm .Dashboard div.productTile[class*=careOptionTile] p[data-testId=text-labelAvailabilityTitle],.root-web-sdk #containerForm .Dashboard div.productTile[class*=careOptionTile] p[data-testId=text-labelAvailabilityValue],.root-web-sdk #containerForm .Dashboard div.productTile[class*=careOptionTile] p[data-testId=text-labelOptionsTitle]{margin-left:6rem}}@media (min-width: 768px){.root-web-sdk #containerForm .Dashboard div.productTile[class*=careOptionTile] p[data-testId=text-labelAvailabilityTitle],.root-web-sdk #containerForm .Dashboard div.productTile[class*=careOptionTile] p[data-testId=text-labelAvailabilityValue],.root-web-sdk #containerForm .Dashboard div.productTile[class*=careOptionTile] p[data-testId=text-labelOptionsTitle]{margin-left:.5rem}}@media (min-width: 992px){.root-web-sdk #containerForm .Dashboard div.productTile[class*=careOptionTile] p[data-testId=text-labelAvailabilityTitle],.root-web-sdk #containerForm .Dashboard div.productTile[class*=careOptionTile] p[data-testId=text-labelAvailabilityValue],.root-web-sdk #containerForm .Dashboard div.productTile[class*=careOptionTile] p[data-testId=text-labelOptionsTitle]{margin-left:6rem}}.root-web-sdk #containerForm .Dashboard div.container.TDFieldOptionHHSMember[class*=careOptionTile]{position:relative;--border-opacity:1;border:1px solid #5b2f91;border-color:rgba(91, 47, 145, var(--border-opacity));margin-top:4rem;border-radius:.5rem;padding:1rem .5rem;text-align:center;cursor:pointer;max-width:unset;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));box-shadow:0 0.5rem 1rem -0.625rem rgba(0,0,0,0.2),0 0.5rem 1rem -0.625rem rgba(91,47,145,0.25)}.root-web-sdk #containerForm .Dashboard div.container.TDFieldOptionHHSMember[class*=careOptionTile]:first-of-type{margin-top:32px}.root-web-sdk #containerForm .Dashboard div.container.TDFieldOptionHHSMember[class*=careOptionTile]:hover{box-shadow:0 0.5rem 1rem -0.625rem rgba(0,0,0,0.2),0 0.5rem 1rem -0.625rem rgba(91,47,145,0.25),0 0 0 0.125rem #5b2f91}@media (min-width: 576px){.root-web-sdk #containerForm .Dashboard div.container.TDFieldOptionHHSMember[class*=careOptionTile]{text-align:left;padding-left:3rem}}@media (min-width: 768px){.root-web-sdk #containerForm .Dashboard div.container.TDFieldOptionHHSMember[class*=careOptionTile]{margin-top:32px;padding-left:.5rem;text-align:center}}@media (min-width: 992px){.root-web-sdk #containerForm .Dashboard div.container.TDFieldOptionHHSMember[class*=careOptionTile]{text-align:left;padding:2rem 1.5rem 2rem 3rem}}.root-web-sdk #containerForm .Dashboard div.container.TDFieldOptionHHSMember[class*=careOptionTile] button[data-testId=link-title],.root-web-sdk #containerForm .Dashboard div.container.TDFieldOptionHHSMember[class*=careOptionTile] p[data-testId=text-title]{margin:auto;padding:0;display:block;--text-opacity:1;color:#2c2a29;color:rgba(44, 42, 41, var(--text-opacity));font-size:2rem;font-weight:500;cursor:pointer}@media (min-width: 320px){.root-web-sdk #containerForm .Dashboard div.container.TDFieldOptionHHSMember[class*=careOptionTile] button[data-testId=link-title],.root-web-sdk #containerForm .Dashboard div.container.TDFieldOptionHHSMember[class*=careOptionTile] p[data-testId=text-title]{text-align:center}}@media (min-width: 576px){.root-web-sdk #containerForm .Dashboard div.container.TDFieldOptionHHSMember[class*=careOptionTile] button[data-testId=link-title],.root-web-sdk #containerForm .Dashboard div.container.TDFieldOptionHHSMember[class*=careOptionTile] p[data-testId=text-title]{margin-left:0}}@media (min-width: 768px){.root-web-sdk #containerForm .Dashboard div.container.TDFieldOptionHHSMember[class*=careOptionTile] button[data-testId=link-title],.root-web-sdk #containerForm .Dashboard div.container.TDFieldOptionHHSMember[class*=careOptionTile] p[data-testId=text-title]{margin:auto}}@media (min-width: 992px){.root-web-sdk #containerForm .Dashboard div.container.TDFieldOptionHHSMember[class*=careOptionTile] button[data-testId=link-title],.root-web-sdk #containerForm .Dashboard div.container.TDFieldOptionHHSMember[class*=careOptionTile] p[data-testId=text-title]{margin-left:0}}.root-web-sdk #containerForm .Dashboard div.container.TDFieldOptionHHSMember[class*=careOptionTile] p[data-testId*=text-labelOptionsTitle]{font-size:1.125rem;--text-opacity:1;color:#373939;color:rgba(55, 57, 57, var(--text-opacity));font-weight:400;display:inline-block;margin:0;padding-right:.75rem}@media (min-width: 576px){.root-web-sdk #containerForm .Dashboard div.container.TDFieldOptionHHSMember[class*=careOptionTile] p[data-testId*=text-labelOptionsTitle]{margin-left:0}}@media (min-width: 768px){.root-web-sdk #containerForm .Dashboard div.container.TDFieldOptionHHSMember[class*=careOptionTile] p[data-testId*=text-labelOptionsTitle]{margin-left:0}}@media (min-width: 992px){.root-web-sdk #containerForm .Dashboard div.container.TDFieldOptionHHSMember[class*=careOptionTile] p[data-testId*=text-labelOptionsTitle]{margin-left:0}}@media (min-width: 1440px){.root-web-sdk #containerForm .Dashboard div.container.TDFieldOptionHHSMember[class*=careOptionTile] p[data-testId*=text-labelOptionsTitle]{margin-left:1.5rem}}@media (min-width: 576px){.root-web-sdk #containerForm .Dashboard div.container.TDFieldOptionHHSMember[class*=careOptionTile] p[data-testId*=text-labelOptionsTitle]+p[data-testId*=text-labelOptionsTitle],.root-web-sdk #containerForm .Dashboard div.container.TDFieldOptionHHSMember[class*=careOptionTile] p[data-testId*=text-labelOptionsTitle]+p[data-testId*=text-labelOptionsTitle]+p[data-testId*=text-labelOptionsTitle]{margin-left:0}}.root-web-sdk #containerForm .Dashboard div.container.TDFieldOptionHHSMember[class*=careOptionTile] p[data-testId*=text-labelOptionsTitle]:before{width:1rem;height:1rem;display:inline-block;margin-right:.75rem;content:"";background:url(https://assets.livongo.com/image/upload/v1713278965/web-sdk/icons/phone_tm9ea1.svg) no-repeat 100% 100%}.root-web-sdk #containerForm .Dashboard div.container.TDFieldOptionHHSMember[class*=careOptionTile] p[data-testId=text-labelOptionsTitleVideo]:before{background:url(https://assets.livongo.com/image/upload/v1713283762/web-sdk/icons/video_le1xic.svg) no-repeat 100% 100%}.root-web-sdk #containerForm .Dashboard div.container.TDFieldOptionHHSMember[class*=careOptionTile] p[data-testId=text-labelOptionsTitleMessage]:before{background:url(https://assets.livongo.com/image/upload/v1713278881/web-sdk/icons/message.svg) no-repeat 100% 100%;position:relative;top:.1rem}.root-web-sdk #containerForm .Dashboard div.container.TDFieldOptionHHSMember[class*=careOptionTile] .image-wrapper-web-sdk{display:flex;flex-direction:column;align-items:center;padding:.5rem;margin:0}@media (min-width: 576px){.root-web-sdk #containerForm .Dashboard div.container.TDFieldOptionHHSMember[class*=careOptionTile] .image-wrapper-web-sdk{position:absolute;top:2rem;left:1.5rem;max-width:6rem}}@media (min-width: 768px){.root-web-sdk #containerForm .Dashboard div.container.TDFieldOptionHHSMember[class*=careOptionTile] .image-wrapper-web-sdk{position:static;max-width:none}}@media (min-width: 992px){.root-web-sdk #containerForm .Dashboard div.container.TDFieldOptionHHSMember[class*=careOptionTile] .image-wrapper-web-sdk{position:absolute;max-width:6rem}}@media (min-width: 1200px){.root-web-sdk #containerForm .Dashboard div.container.TDFieldOptionHHSMember[class*=careOptionTile] .image-wrapper-web-sdk{top:2rem}}.root-web-sdk #containerForm .Dashboard div.container.TDFieldOptionHHSMember[class*=careOptionTile] .image-wrapper-web-sdk.TDFieldOptionIsCircleShape .placeholder-websdk{display:block;padding:1.25rem;--bg-opacity:1;background-color:#f0e6f4;background-color:rgba(240, 230, 244, var(--bg-opacity));text-align:center;font-weight:700;--text-opacity:1;color:#5b2f91;color:rgba(91, 47, 145, var(--text-opacity));overflow-x:hidden;border-radius:40px;font-size:30px;width:80px}.root-web-sdk #containerForm .Dashboard div.container.TDFieldOptionHHSMember[class*=careOptionTile] .image-wrapper-web-sdk .image-web-sdk{max-width:6rem;max-height:6rem}.root-web-sdk #containerForm .Dashboard div.container.TDFieldOptionHHSMember[class*=careOptionTile] .image-wrapper-web-sdk .image-web-sdk.TDFieldOptionIsCircleShape{border-radius:40px;width:80px;height:80px}.root-web-sdk #containerForm .Dashboard div.container.TDFieldOptionHHSMember[class*=careOptionTile] p[data-testId=text-get_started_button]{--text-opacity:1;color:#0060fc;color:rgba(0, 96, 252, var(--text-opacity));font-size:1.25rem;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px;background-color:transparent;border-style:none;padding-left:0;padding-right:0;margin-top:1rem;margin-bottom:0;font-weight:500;position:relative}@media (min-width: 320px){.root-web-sdk #containerForm .Dashboard div.container.TDFieldOptionHHSMember[class*=careOptionTile] p[data-testId=text-get_started_button]{text-align:center}}@media (min-width: 576px){.root-web-sdk #containerForm .Dashboard div.container.TDFieldOptionHHSMember[class*=careOptionTile] p[data-testId=text-get_started_button]{margin-left:0;text-align:left}}@media (min-width: 768px){.root-web-sdk #containerForm .Dashboard div.container.TDFieldOptionHHSMember[class*=careOptionTile] p[data-testId=text-get_started_button]{margin-left:auto;margin-right:auto;text-align:center}}@media (min-width: 992px){.root-web-sdk #containerForm .Dashboard div.container.TDFieldOptionHHSMember[class*=careOptionTile] p[data-testId=text-get_started_button]{margin-left:0;margin-top:.75rem;text-align:left}}.root-web-sdk #containerForm .Dashboard div.container.TDFieldOptionHHSMember[class*=careOptionTile] p[data-testId=text-get_started_button]:after{width:1.5rem;height:1.5rem;position:absolute;margin-right:1.25rem;content:"";background:url(https://assets.livongo.com/image/upload/v1713187520/web-sdk/icons/blue-arrow-right_yaageo.svg) no-repeat 100%}.root-web-sdk #containerForm .Dashboard div.container.TDFieldOptionHHSMember[class*=careOptionTile] p[data-testId=text-categoryCoverage]{margin-top:.5rem;margin-bottom:.5rem;font-size:1.125rem}.root-web-sdk #containerForm .Dashboard div.container.TDFieldOptionHHSMember[class*=careOptionTile] p[data-testId=text-labelAvailabilityValue]{--text-opacity:1;color:#373939;color:rgba(55, 57, 57, var(--text-opacity));font-weight:700;font-size:1.125rem;text-align:center;margin-top:1rem;margin-bottom:.25rem}@media (min-width: 576px){.root-web-sdk #containerForm .Dashboard div.container.TDFieldOptionHHSMember[class*=careOptionTile] p[data-testId=text-labelAvailabilityValue]{display:block;text-align:left;margin-left:0}}@media (min-width: 768px){.root-web-sdk #containerForm .Dashboard div.container.TDFieldOptionHHSMember[class*=careOptionTile] p[data-testId=text-labelAvailabilityValue]{text-align:center;display:block;margin-left:0}}@media (min-width: 992px){.root-web-sdk #containerForm .Dashboard div.container.TDFieldOptionHHSMember[class*=careOptionTile] p[data-testId=text-labelAvailabilityValue]{margin-left:0;margin-top:.75rem;display:block;text-align:left;bottom:.25rem}}@media (min-width: 1440px){.root-web-sdk #containerForm .Dashboard div.container.TDFieldOptionHHSMember[class*=careOptionTile] p[data-testId=text-labelAvailabilityValue]{display:inline-block}}.root-web-sdk #containerForm .Dashboard div.container.TDFieldOptionHHSMember[class*=careOptionTile] p[data-testId*=text-subtitle_],.root-web-sdk #containerForm .Dashboard div.container.TDFieldOptionHHSMember[class*=careOptionTile] p[data-testId=text-categoryCoverage],.root-web-sdk #containerForm .Dashboard div.container.TDFieldOptionHHSMember[class*=careOptionTile] p[data-testId=text-description]{margin-top:.5rem;margin-bottom:.5rem;--text-opacity:1;color:#727069;color:rgba(114, 112, 105, var(--text-opacity));font-size:1.125rem;line-height:20px}@media (min-width: 576px){.root-web-sdk #containerForm .Dashboard div.container.TDFieldOptionHHSMember[class*=careOptionTile] p[data-testId*=text-subtitle_],.root-web-sdk #containerForm .Dashboard div.container.TDFieldOptionHHSMember[class*=careOptionTile] p[data-testId=text-categoryCoverage],.root-web-sdk #containerForm .Dashboard div.container.TDFieldOptionHHSMember[class*=careOptionTile] p[data-testId=text-description]{margin-left:0}}@media (min-width: 768px){.root-web-sdk #containerForm .Dashboard div.container.TDFieldOptionHHSMember[class*=careOptionTile] p[data-testId*=text-subtitle_],.root-web-sdk #containerForm .Dashboard div.container.TDFieldOptionHHSMember[class*=careOptionTile] p[data-testId=text-categoryCoverage],.root-web-sdk #containerForm .Dashboard div.container.TDFieldOptionHHSMember[class*=careOptionTile] p[data-testId=text-description]{margin-left:0}}@media (min-width: 992px){.root-web-sdk #containerForm .Dashboard div.container.TDFieldOptionHHSMember[class*=careOptionTile] p[data-testId*=text-subtitle_],.root-web-sdk #containerForm .Dashboard div.container.TDFieldOptionHHSMember[class*=careOptionTile] p[data-testId=text-categoryCoverage],.root-web-sdk #containerForm .Dashboard div.container.TDFieldOptionHHSMember[class*=careOptionTile] p[data-testId=text-description]{margin-left:0}}.root-web-sdk #containerForm .Dashboard div.container.TDFieldOptionHHSMember[class*=careOptionTile] p[data-testId=text-description]{margin-top:1rem;margin-bottom:1rem;--text-opacity:1;color:#2c2a29;color:rgba(44, 42, 41, var(--text-opacity));font-weight:400;font-size:1.25rem}@media (min-width: 992px){.root-web-sdk #containerForm .Dashboard div.container.TDFieldOptionHHSMember[class*=careOptionTile] p[data-testId=text-description]{margin-top:.75rem;margin-bottom:.75rem}}.root-web-sdk #containerForm .Dashboard div.container.TDFieldOptionHHSMember[class*=careOptionTile] p[data-testId*=text-subtitle_]{margin-top:.5rem;margin-bottom:0;--text-opacity:1;color:#727069;color:rgba(114, 112, 105, var(--text-opacity));font-size:1.125rem;line-height:20px}@media (min-width: 1200px){.root-web-sdk #containerForm .Dashboard div.container.TDFieldOptionHHSMember[class*=careOptionTile] p[data-testId*=text-subtitle_]:nth-of-type(2){display:block}.root-web-sdk #containerForm .Dashboard div.container.TDFieldOptionHHSMember[class*=careOptionTile] p[data-testId*=text-subtitle_]:nth-of-type(2):before{content:"";width:.25rem;height:.25rem;border-radius:9999px;--bg-opacity:1;background-color:#727069;background-color:rgba(114, 112, 105, var(--bg-opacity));display:inline-block;margin-bottom:.25rem;margin-right:.5rem;margin-left:.5rem}.root-web-sdk #containerForm .Dashboard div.container.TDFieldOptionHHSMember[class*=careOptionTile] p[data-testId*=text-subtitle_]:nth-of-type(2):after{content:"";display:block;clear:both}}.root-web-sdk #containerForm .Dashboard div.container.TDFieldOptionHHSMember.icPulseCheckCircleActive[class*=careOptionTile] p[data-testId=text-labelAvailabilityValue]:before,.root-web-sdk #containerForm .Dashboard div.container.TDFieldOptionHHSMember.isCalenderPulse[class*=careOptionTile] p[data-testId=text-labelAvailabilityValue]:before{width:1rem;height:1rem;display:inline-block;margin-right:1rem;content:"";background:url(https://assets.livongo.com/image/upload/v1713275879/web-sdk/icons/calendar.svg) no-repeat 100%}.root-web-sdk #containerForm .Dashboard div.container.TDFieldOptionHHSMember.icPulseCheckCircleActive[class*=careOptionTile] p[data-testId=text-labelAvailabilityValue]:before{background:url(https://assets.livongo.com/image/upload/v1713276012/web-sdk/icons/clock-green_ldfa1r.svg) no-repeat 100%}@media (min-width: 576px){.root-web-sdk #containerForm .Dashboard div.container.TDFieldOptionHHSMember[class*=careOptionTile] .icon-web-sdk:first-of-type{position:absolute;top:1.5rem;left:1.5rem}}@media (min-width: 768px){.root-web-sdk #containerForm .Dashboard div.container.TDFieldOptionHHSMember[class*=careOptionTile] .icon-web-sdk:first-of-type{position:static}}@media (min-width: 992px){.root-web-sdk #containerForm .Dashboard div.container.TDFieldOptionHHSMember[class*=careOptionTile] .icon-web-sdk:first-of-type{position:absolute}}@media (min-width: 1200px){.root-web-sdk #containerForm .Dashboard div.container.TDFieldOptionHHSMember[class*=careOptionTile] .icon-web-sdk:first-of-type{top:1.5rem}}.root-web-sdk #containerForm .Dashboard div.container.TDFieldOptionHHSMember[class*=careOptionTile] .icon-web-sdk:nth-of-type(2){position:absolute;top:45%;right:4%;height:1rem}@media (min-width: 576px){.root-web-sdk #containerForm .Dashboard div.container.TDFieldOptionHHSMember[class*=careOptionTile] .icon-web-sdk:nth-of-type(2){right:2%}}@media (min-width: 768px){.root-web-sdk #containerForm .Dashboard div.container.TDFieldOptionHHSMember[class*=careOptionTile] .icon-web-sdk:nth-of-type(2){right:4%}}@media (min-width: 992px){.root-web-sdk #containerForm .Dashboard div.container.TDFieldOptionHHSMember[class*=careOptionTile] .icon-web-sdk:nth-of-type(2){right:2%}}@media (min-width: 1200px){.root-web-sdk #containerForm .Dashboard div.container.TDFieldOptionHHSMember[class*=careOptionTile] .icon-web-sdk:nth-of-type(2){height:1.5rem}}.root-web-sdk #containerForm .Dashboard div.container.TDFieldOptionHHSMember[class*=careOptionTile] .icon-web-sdk.ic_date_time_calendar_date{left:5rem}@media (min-width: 576px){.root-web-sdk #containerForm .Dashboard div.container.TDFieldOptionHHSMember[class*=careOptionTile] .icon-web-sdk.ic_date_time_calendar_date{left:12rem}}@media (min-width: 768px){.root-web-sdk #containerForm .Dashboard div.container.TDFieldOptionHHSMember[class*=careOptionTile] .icon-web-sdk.ic_date_time_calendar_date{left:5rem}}@media (min-width: 992px){.root-web-sdk #containerForm .Dashboard div.container.TDFieldOptionHHSMember[class*=careOptionTile] .icon-web-sdk.ic_date_time_calendar_date{left:12rem}}.root-web-sdk #containerForm .Dashboard div.container.TDFieldOptionHHSMember[class*=careOptionTile] .icon-web-sdk[class*=ic_devices_phone_]{left:12.5rem}@media (min-width: 375px){.root-web-sdk #containerForm .Dashboard div.container.TDFieldOptionHHSMember[class*=careOptionTile] .icon-web-sdk[class*=ic_devices_phone_]{left:14.5rem}}@media (min-width: 576px){.root-web-sdk #containerForm .Dashboard div.container.TDFieldOptionHHSMember[class*=careOptionTile] .icon-web-sdk[class*=ic_devices_phone_]{left:20.5rem}}@media (min-width: 768px){.root-web-sdk #containerForm .Dashboard div.container.TDFieldOptionHHSMember[class*=careOptionTile] .icon-web-sdk[class*=ic_devices_phone_]{left:13.5rem}}@media (min-width: 992px){.root-web-sdk #containerForm .Dashboard div.container.TDFieldOptionHHSMember[class*=careOptionTile] .icon-web-sdk[class*=ic_devices_phone_]{left:19.5rem}}.root-web-sdk #containerForm .Dashboard div.container.TDFieldOptionHHSMember[class*=careOptionTile] .icon-web-sdk[class*=ic_devices_video_2]{left:11rem}@media (min-width: 375px){.root-web-sdk #containerForm .Dashboard div.container.TDFieldOptionHHSMember[class*=careOptionTile] .icon-web-sdk[class*=ic_devices_video_2]{left:13rem}}@media (min-width: 576px){.root-web-sdk #containerForm .Dashboard div.container.TDFieldOptionHHSMember[class*=careOptionTile] .icon-web-sdk[class*=ic_devices_video_2]{left:19rem}}@media (min-width: 768px){.root-web-sdk #containerForm .Dashboard div.container.TDFieldOptionHHSMember[class*=careOptionTile] .icon-web-sdk[class*=ic_devices_video_2]{left:12rem}}@media (min-width: 992px){.root-web-sdk #containerForm .Dashboard div.container.TDFieldOptionHHSMember[class*=careOptionTile] .icon-web-sdk[class*=ic_devices_video_2]{left:18rem}}.root-web-sdk #containerForm .Dashboard div.container.TDFieldOptionHHSMember[class*=careOptionTile] .icon-web-sdk[class*=ic_communication_f_comment]{left:14rem}@media (min-width: 375px){.root-web-sdk #containerForm .Dashboard div.container.TDFieldOptionHHSMember[class*=careOptionTile] .icon-web-sdk[class*=ic_communication_f_comment]{left:16rem}}@media (min-width: 576px){.root-web-sdk #containerForm .Dashboard div.container.TDFieldOptionHHSMember[class*=careOptionTile] .icon-web-sdk[class*=ic_communication_f_comment]{left:22rem}}@media (min-width: 768px){.root-web-sdk #containerForm .Dashboard div.container.TDFieldOptionHHSMember[class*=careOptionTile] .icon-web-sdk[class*=ic_communication_f_comment]{left:15rem}}@media (min-width: 992px){.root-web-sdk #containerForm .Dashboard div.container.TDFieldOptionHHSMember[class*=careOptionTile] .icon-web-sdk[class*=ic_communication_f_comment]{left:21rem}}.root-web-sdk #containerForm .Dashboard div.container.TDFieldOptionHHSMember[class*=careOptionTile] .icon-web-sdk:nth-of-type(3),.root-web-sdk #containerForm .Dashboard div.container.TDFieldOptionHHSMember[class*=careOptionTile] .icon-web-sdk:nth-of-type(4),.root-web-sdk #containerForm .Dashboard div.container.TDFieldOptionHHSMember[class*=careOptionTile] .icon-web-sdk:nth-of-type(5){position:absolute;bottom:1.25rem;filter:grayscale(1)}.root-web-sdk #containerForm .Dashboard div.container.TDFieldOptionHHSMember[class*=careOptionTile]+.upcomingVisitsTile,.root-web-sdk #containerForm .Dashboard div.container.TDFieldOptionHHSMember[class*=careOptionTile]+p[data-testId=text-faqTitle]{margin-top:2.5rem}.root-web-sdk #containerForm .Dashboard div.container.TDFieldOptionHHSMember.hasRightArrow[class*=careOptionTile]{padding-right:3rem;background:linear-gradient(90deg, #fff 90%, #eeeaf4 0)}@media (min-width: 576px){.root-web-sdk #containerForm .Dashboard div.container.TDFieldOptionHHSMember.hasRightArrow[class*=careOptionTile]{background:linear-gradient(90deg, #fff 95%, #eeeaf4 0)}}@media (min-width: 768px){.root-web-sdk #containerForm .Dashboard div.container.TDFieldOptionHHSMember.hasRightArrow[class*=careOptionTile]{background:linear-gradient(90deg, #fff 90%, #eeeaf4 0)}}@media (min-width: 992px){.root-web-sdk #containerForm .Dashboard div.container.TDFieldOptionHHSMember.hasRightArrow[class*=careOptionTile]{background:linear-gradient(90deg, #fff 95%, #eeeaf4 0)}}@media (min-width: 1200px){.root-web-sdk #containerForm .Dashboard div.container.TDFieldOptionHHSMember.hasSubtitle_2[class*=careOptionTile] p[data-testId*=text-subtitle_]:first-of-type{float:left}.root-web-sdk #containerForm .Dashboard div.container.TDFieldOptionHHSMember.hasSubtitle_2[class*=careOptionTile] p[data-testId*=text-subtitle_]:nth-of-type(2){display:block;margin-left:.5rem}.root-web-sdk #containerForm .Dashboard div.container.TDFieldOptionHHSMember.hasSubtitle_2[class*=careOptionTile] p[data-testId*=text-subtitle_]:nth-of-type(2):after{content:"";display:block;clear:both}}.root-web-sdk #containerForm .Dashboard div.productTile[class*=careOptionTile]{padding-bottom:2rem}.root-web-sdk #containerForm .Dashboard div.productTile[class*=careOptionTile] p[data-testId=text-labelAvailabilityTitle],.root-web-sdk #containerForm .Dashboard div.productTile[class*=careOptionTile] p[data-testId=text-labelAvailabilityValue],.root-web-sdk #containerForm .Dashboard div.productTile[class*=careOptionTile] p[data-testId=text-labelOptionsTitle]{margin-bottom:1.75rem;margin-left:.5rem}@media (min-width: 576px){.root-web-sdk #containerForm .Dashboard div.productTile[class*=careOptionTile] p[data-testId=text-labelAvailabilityTitle],.root-web-sdk #containerForm .Dashboard div.productTile[class*=careOptionTile] p[data-testId=text-labelAvailabilityValue],.root-web-sdk #containerForm .Dashboard div.productTile[class*=careOptionTile] p[data-testId=text-labelOptionsTitle]{margin-left:0}}@media (min-width: 768px){.root-web-sdk #containerForm .Dashboard div.productTile[class*=careOptionTile] p[data-testId=text-labelAvailabilityTitle],.root-web-sdk #containerForm .Dashboard div.productTile[class*=careOptionTile] p[data-testId=text-labelAvailabilityValue],.root-web-sdk #containerForm .Dashboard div.productTile[class*=careOptionTile] p[data-testId=text-labelOptionsTitle]{margin-left:0}}@media (min-width: 992px){.root-web-sdk #containerForm .Dashboard div.productTile[class*=careOptionTile] p[data-testId=text-labelAvailabilityTitle],.root-web-sdk #containerForm .Dashboard div.productTile[class*=careOptionTile] p[data-testId=text-labelAvailabilityValue],.root-web-sdk #containerForm .Dashboard div.productTile[class*=careOptionTile] p[data-testId=text-labelOptionsTitle]{margin-left:0}}@media (min-width: 992px){.root-web-sdk #containerForm .Dashboard div.productTile[class*=careOptionTile] .icon-web-sdk:first-of-type{top:2rem}}.root-web-sdk #containerForm .Dashboard div.productTile[class*=careOptionTile] .icon-web-sdk:nth-of-type(3),.root-web-sdk #containerForm .Dashboard div.productTile[class*=careOptionTile] .icon-web-sdk:nth-of-type(4),.root-web-sdk #containerForm .Dashboard div.productTile[class*=careOptionTile] .icon-web-sdk:nth-of-type(5){bottom:2.25rem}@media (min-width: 992px){.root-web-sdk #containerForm .Dashboard div.productTile[class*=careOptionTile] .icon-web-sdk:nth-of-type(3),.root-web-sdk #containerForm .Dashboard div.productTile[class*=careOptionTile] .icon-web-sdk:nth-of-type(4),.root-web-sdk #containerForm .Dashboard div.productTile[class*=careOptionTile] .icon-web-sdk:nth-of-type(5){bottom:2rem}}.root-web-sdk #containerForm .Dashboard div.productTile.hasRightArrow[class*=careOptionTile]{padding-bottom:4rem}.root-web-sdk #containerForm .Dashboard div[class*=careOptionTile]+.messagesTile{margin-top:2.5rem}.root-web-sdk #containerForm .AllCareProducts .ic_chronic_care,.root-web-sdk #containerForm .AllCareProducts .ic_dfd_icon_large_mental_health,.root-web-sdk #containerForm .AllCareProducts .ic_dfd_icon_large_primary_care,.root-web-sdk #containerForm .AllCareProducts .ic_specialty_care,.root-web-sdk #containerForm .AllCareProducts .ic_wellness,.root-web-sdk #containerForm .CareOption .ic_chronic_care,.root-web-sdk #containerForm .CareOption .ic_dfd_icon_large_mental_health,.root-web-sdk #containerForm .CareOption .ic_dfd_icon_large_primary_care,.root-web-sdk #containerForm .CareOption .ic_specialty_care,.root-web-sdk #containerForm .CareOption .ic_wellness,.root-web-sdk #containerForm .Dashboard .ic_chronic_care,.root-web-sdk #containerForm .Dashboard .ic_dfd_icon_large_mental_health,.root-web-sdk #containerForm .Dashboard .ic_dfd_icon_large_primary_care,.root-web-sdk #containerForm .Dashboard .ic_specialty_care,.root-web-sdk #containerForm .Dashboard .ic_wellness{width:6rem;height:6rem}.root-web-sdk #containerForm .AllCareProducts .ic_communication_f_comment,.root-web-sdk #containerForm .AllCareProducts .ic_devices_phone_4,.root-web-sdk #containerForm .AllCareProducts .ic_devices_video_2,.root-web-sdk #containerForm .CareOption .ic_communication_f_comment,.root-web-sdk #containerForm .CareOption .ic_devices_phone_4,.root-web-sdk #containerForm .CareOption .ic_devices_video_2,.root-web-sdk #containerForm .Dashboard .ic_communication_f_comment,.root-web-sdk #containerForm .Dashboard .ic_devices_phone_4,.root-web-sdk #containerForm .Dashboard .ic_devices_video_2{width:1.25rem;height:1.25rem;margin-right:0}.root-web-sdk #containerForm .AllCareProducts .ic_specialty_care,.root-web-sdk #containerForm .CareOption .ic_specialty_care,.root-web-sdk #containerForm .Dashboard .ic_specialty_care{background:url(https://assets.livongo.com/image/upload/v1713187953/web-sdk/icons/specialty-care_ag5939.svg)}.root-web-sdk #containerForm .AllCareProducts .ic_wellness,.root-web-sdk #containerForm .CareOption .ic_wellness,.root-web-sdk #containerForm .Dashboard .ic_wellness{background:url(https://assets.livongo.com/image/upload/v1713187985/web-sdk/icons/wellness_rla72z.svg) no-repeat 50%}.root-web-sdk #containerForm .AllCareProducts .ic_dfd_icon_large_mental_health,.root-web-sdk #containerForm .CareOption .ic_dfd_icon_large_mental_health,.root-web-sdk #containerForm .Dashboard .ic_dfd_icon_large_mental_health{background:url(https://assets.livongo.com/image/upload/v1713187917/web-sdk/icons/mental-health_gbm61d.svg)}.root-web-sdk #containerForm .AllCareProducts .ic_dfd_icon_large_primary_care,.root-web-sdk #containerForm .CareOption .ic_dfd_icon_large_primary_care,.root-web-sdk #containerForm .Dashboard .ic_dfd_icon_large_primary_care{background:url(https://assets.livongo.com/image/upload/v1713187945/web-sdk/icons/primary-care_ekobn0.svg)}.root-web-sdk #containerForm .AllCareProducts .ic_chronic_care,.root-web-sdk #containerForm .CareOption .ic_chronic_care,.root-web-sdk #containerForm .Dashboard .ic_chronic_care{background:url(https://assets.livongo.com/image/upload/v1713187539/web-sdk/icons/chronic_care_sdojqo.svg)}.root-web-sdk #containerForm .AllCareProducts .ic_devices_video_2,.root-web-sdk #containerForm .CareOption .ic_devices_video_2,.root-web-sdk #containerForm .Dashboard .ic_devices_video_2{background:url(https://assets.livongo.com/image/upload/v1713187563/web-sdk/icons/devices-video_eqwk1j.svg)}.root-web-sdk #containerForm .AllCareProducts .ic_devices_phone_4,.root-web-sdk #containerForm .CareOption .ic_devices_phone_4,.root-web-sdk #containerForm .Dashboard .ic_devices_phone_4{background:url(https://assets.livongo.com/image/upload/v1713187560/web-sdk/icons/devices-phone_l0dkez.svg)}.root-web-sdk #containerForm .AllCareProducts .ic_communication_f_comment,.root-web-sdk #containerForm .CareOption .ic_communication_f_comment,.root-web-sdk #containerForm .Dashboard .ic_communication_f_comment{background:url(https://assets.livongo.com/image/upload/v1713187552/web-sdk/icons/communication_wzuwuw.svg)}.root-web-sdk #containerForm .AllCareProducts .ic_date_time_calendar_date,.root-web-sdk #containerForm .CareOption .ic_date_time_calendar_date,.root-web-sdk #containerForm .Dashboard .ic_date_time_calendar_date{width:1.5rem;height:1.5rem;background:url(https://assets.livongo.com/image/upload/v1713187523/web-sdk/icons/calendar-date_jya29z.svg) no-repeat 50%;background-size:1.5rem}.root-web-sdk #containerForm .AllCareProducts .ic_directional_arrow_right_arrow,.root-web-sdk #containerForm .CareOption .ic_directional_arrow_right_arrow,.root-web-sdk #containerForm .Dashboard .ic_directional_arrow_right_arrow{background:url(https://assets.livongo.com/image/upload/v1713187567/web-sdk/icons/directional_arrow_right_jdrcxf.svg) no-repeat 50%}.root-web-sdk #containerForm .Dashboard .ic_chronic_care,.root-web-sdk #containerForm .Dashboard .ic_dfd_icon_large_mental_health,.root-web-sdk #containerForm .Dashboard .ic_dfd_icon_large_primary_care,.root-web-sdk #containerForm .Dashboard .ic_specialty_care,.root-web-sdk #containerForm .Dashboard .ic_wellness{margin-left:auto;margin-right:auto}.root-web-sdk #containerForm .Dashboard .ic_caret_narrow{width:.75rem;background:url(https://assets.livongo.com/image/upload/v1713187536/web-sdk/icons/chevron-right_ipcnn5.svg) no-repeat 100%;background-size:.45rem}@media (min-width: 1200px){.root-web-sdk #containerForm .Dashboard .ic_caret_narrow{background-size:.65rem}}.root-web-sdk #containerForm .Dashboard .ic_icon_quote{width:1.5rem;height:1.5rem;background:url(https://assets.livongo.com/image/upload/v1713187875/web-sdk/icons/icn-quote_ksc7ct.png) no-repeat;background-size:1.25rem}@media (min-width: 375px){.root-web-sdk #containerForm .Dashboard .ic_icon_quote{background-size:1.5rem}}.root-web-sdk #containerForm .Dashboard .ic_livongo_logo{width:1.5rem;height:1.5rem;background:url(https://assets.livongo.com/image/upload/v1713187905/web-sdk/icons/livongo-logo_ap6nuo.svg) no-repeat 50%;background-size:1.5rem}.root-web-sdk #containerForm .Dashboard .ic_healthcare_virus{width:3rem;height:3rem;background:url(https://assets.livongo.com/image/upload/v1713187973/web-sdk/icons/virus.svg) no-repeat 50%}.root-web-sdk #containerForm .Dashboard .teladoc_circle_green{width:.75rem;height:.75rem;background:url(https://assets.livongo.com/image/upload/v1713187542/web-sdk/icons/circle_yaca26.svg) no-repeat 50%;background-size:.75rem}.root-web-sdk #containerForm .Dashboard .ic_doctor,.root-web-sdk #containerForm .Dashboard .ic_healthcare{width:2.5rem;height:2.5rem;background-size:2.5rem}.root-web-sdk #containerForm .Dashboard .ic_doctor{background:url(https://assets.livongo.com/image/upload/v1713187843/web-sdk/icons/healthcare-doctor_ibky2x.svg) no-repeat 50%}.root-web-sdk #containerForm .Dashboard .ic_healthcare{background:url(https://assets.livongo.com/image/upload/v1713187961/web-sdk/icons/todo_xjekgy.svg) no-repeat 50%}.root-web-sdk #containerForm .CareOption .ic_chronic_care,.root-web-sdk #containerForm .CareOption .ic_dfd_icon_large_mental_health,.root-web-sdk #containerForm .CareOption .ic_dfd_icon_large_primary_care,.root-web-sdk #containerForm .CareOption .ic_specialty_care,.root-web-sdk #containerForm .CareOption .ic_wellness{display:inline-block;vertical-align:middle}.root-web-sdk #containerForm .AllCareProducts .ic_date_time_calendar_date,.root-web-sdk #containerForm .CareOption .ic_date_time_calendar_date,.root-web-sdk #containerForm .LearnMoreVPC .ic_date_time_calendar_date{background:url(https://assets.livongo.com/image/upload/v1713187523/web-sdk/icons/calendar-date_jya29z.svg) no-repeat 50%}.root-web-sdk #containerForm .AllCareProducts .ic_support_team,.root-web-sdk #containerForm .CareOption .ic_support_team,.root-web-sdk #containerForm .LearnMoreVPC .ic_support_team{background:url(https://assets.livongo.com/image/upload/v1713187965/web-sdk/icons/user-multiple_sauhbl.svg) no-repeat 50%}.root-web-sdk #containerForm .AllCareProducts .ic_support_chat,.root-web-sdk #containerForm .CareOption .ic_support_chat,.root-web-sdk #containerForm .LearnMoreVPC .ic_support_chat{background:url(https://assets.livongo.com/image/upload/v1713187552/web-sdk/icons/communication_wzuwuw.svg) no-repeat 50%}.root-web-sdk #containerForm .AllCareProducts .ic_livongo_logo_with_text,.root-web-sdk #containerForm .CareOption .ic_livongo_logo_with_text,.root-web-sdk #containerForm .LearnMoreVPC .ic_livongo_logo_with_text{width:100%;max-width:7rem;height:1.5rem;background:url(https://assets.livongo.com/image/upload/v1713187902/web-sdk/icons/livongo-logo-with-text_shifcx.svg) no-repeat}.root-web-sdk #containerForm .AllCareProducts [class*=careOptionTile] .ic_communication_f_comment,.root-web-sdk #containerForm .AllCareProducts [class*=careOptionTile] .ic_date_time_calendar_date,.root-web-sdk #containerForm .AllCareProducts [class*=careOptionTile] .ic_devices_phone_4,.root-web-sdk #containerForm .AllCareProducts [class*=careOptionTile] .ic_devices_video_2,.root-web-sdk #containerForm .AllCareProducts [class*=webCareOptionTile] .ic_communication_f_comment,.root-web-sdk #containerForm .AllCareProducts [class*=webCareOptionTile] .ic_date_time_calendar_date,.root-web-sdk #containerForm .AllCareProducts [class*=webCareOptionTile] .ic_devices_phone_4,.root-web-sdk #containerForm .AllCareProducts [class*=webCareOptionTile] .ic_devices_video_2,.root-web-sdk #containerForm .CareOption [class*=careOptionTile] .ic_communication_f_comment,.root-web-sdk #containerForm .CareOption [class*=careOptionTile] .ic_date_time_calendar_date,.root-web-sdk #containerForm .CareOption [class*=careOptionTile] .ic_devices_phone_4,.root-web-sdk #containerForm .CareOption [class*=careOptionTile] .ic_devices_video_2,.root-web-sdk #containerForm .CareOption [class*=webCareOptionTile] .ic_communication_f_comment,.root-web-sdk #containerForm .CareOption [class*=webCareOptionTile] .ic_date_time_calendar_date,.root-web-sdk #containerForm .CareOption [class*=webCareOptionTile] .ic_devices_phone_4,.root-web-sdk #containerForm .CareOption [class*=webCareOptionTile] .ic_devices_video_2,.root-web-sdk #containerForm .LearnMoreVPC [class*=careOptionTile] .ic_communication_f_comment,.root-web-sdk #containerForm .LearnMoreVPC [class*=careOptionTile] .ic_date_time_calendar_date,.root-web-sdk #containerForm .LearnMoreVPC [class*=careOptionTile] .ic_devices_phone_4,.root-web-sdk #containerForm .LearnMoreVPC [class*=careOptionTile] .ic_devices_video_2,.root-web-sdk #containerForm .LearnMoreVPC [class*=webCareOptionTile] .ic_communication_f_comment,.root-web-sdk #containerForm .LearnMoreVPC [class*=webCareOptionTile] .ic_date_time_calendar_date,.root-web-sdk #containerForm .LearnMoreVPC [class*=webCareOptionTile] .ic_devices_phone_4,.root-web-sdk #containerForm .LearnMoreVPC [class*=webCareOptionTile] .ic_devices_video_2{display:inline-block;vertical-align:middle}.root-web-sdk #containerForm .AllCareProducts .collapsibleContainer .ic_date_time_calendar_date,.root-web-sdk #containerForm .AllCareProducts .collapsibleContainer .ic_support_chat,.root-web-sdk #containerForm .AllCareProducts .collapsibleContainer .ic_support_team,.root-web-sdk #containerForm .CareOption .collapsibleContainer .ic_date_time_calendar_date,.root-web-sdk #containerForm .CareOption .collapsibleContainer .ic_support_chat,.root-web-sdk #containerForm .CareOption .collapsibleContainer .ic_support_team,.root-web-sdk #containerForm .LearnMoreVPC .collapsibleContainer .ic_date_time_calendar_date,.root-web-sdk #containerForm .LearnMoreVPC .collapsibleContainer .ic_support_chat,.root-web-sdk #containerForm .LearnMoreVPC .collapsibleContainer .ic_support_team{background-size:3rem}.root-web-sdk #containerForm .LearnMoreVPC .ic_date_time_calendar_date,.root-web-sdk #containerForm .LearnMoreVPC .ic_support_chat,.root-web-sdk #containerForm .LearnMoreVPC .ic_support_team{width:2.5rem;height:2.5rem;background-size:2rem;margin-right:0}@media (min-width: 375px){.root-web-sdk #containerForm .LearnMoreVPC .ic_date_time_calendar_date,.root-web-sdk #containerForm .LearnMoreVPC .ic_support_chat,.root-web-sdk #containerForm .LearnMoreVPC .ic_support_team{background-size:2.5rem}}.root-web-sdk #containerForm .CancelVisit .ic_alert_warning_2{width:7.5rem;height:7.5rem;background:url(https://assets.livongo.com/image/upload/v1713187505/web-sdk/icons/alert-warning_expzlm.svg) no-repeat 50%;background-size:7.5rem}body{margin:0}.root-web-sdk #containerForm .Dashboard *{box-sizing:border-box}.root-web-sdk #containerForm .Dashboard h1{text-align:center;font-size:2rem}.root-web-sdk #containerForm .Dashboard .mainWrapper{display:flex;flex-direction:column}@media (min-width: 768px){.root-web-sdk #containerForm .Dashboard .mainWrapper{flex-direction:row}}.root-web-sdk #containerForm .Dashboard .mainWrapper .mainContentColumn{padding-top:1rem;padding-bottom:1rem;width:100%}.root-web-sdk #containerForm .Dashboard .mainWrapper .mainContentColumn .mainFields .buttonMentalHealth,.root-web-sdk #containerForm .Dashboard .mainWrapper .mainContentColumn .mainFields .buttonPrimaryCare{border-width:1px;--border-opacity:1;border-color:#5b2f91;border-color:rgba(91, 47, 145, var(--border-opacity));--bg-opacity:1;background-color:#fc0000;background-color:rgba(252, 0, 0, var(--bg-opacity));padding:2rem;margin-bottom:.75rem;border-radius:.25rem}.root-web-sdk #containerForm .Dashboard .mainWrapper .mainContentColumn .mainFields .buttonMentalHealth p:first-child,.root-web-sdk #containerForm .Dashboard .mainWrapper .mainContentColumn .mainFields .buttonPrimaryCare p:first-child{font-size:1.5rem;font-weight:500;margin-bottom:.5rem}.root-web-sdk #containerForm .HomeScreen div p:first-child{font-size:1.5rem;font-weight:700}.root-web-sdk #containerForm .Dashboard{--metric-carousel-width:343px;--metric-carousel-height-large-screen:212px;--metric-carousel-height-small-screen:196px;--visits-carousel-oneApp-height:176px;--visits-carousel-oneApp-width:327px}.root-web-sdk #containerForm .Dashboard .Card-module__root{width:100%;max-width:44rem;margin-bottom:2.5rem}.root-web-sdk #containerForm .Dashboard .Card-module__root h1.Card-module__header{text-align:left}.root-web-sdk #containerForm .Dashboard .Card-module__root .IconButton-module__root{border-radius:9999px}.root-web-sdk #containerForm .Dashboard .Card-module__root .Card-module__main-content{display:flex;flex-wrap:wrap;grid-gap:.5rem;gap:.5rem}.root-web-sdk #containerForm .Dashboard .Card-module__root .Card-module__main-content label{margin-top:0;width:100%;font-size:var(--small-input-default-font-size);font-weight:var(--small-input-default-font-weight)}.root-web-sdk #containerForm .Dashboard .Card-module__root .Card-module__main-content .MarkdownText-module__root{width:100%}.root-web-sdk #containerForm .Dashboard .Card-module__root .Card-module__main-content .MarkdownText-module__root li{margin-bottom:.25rem;line-height:20px;font-size:15px;font-weight:400}.root-web-sdk #containerForm .Dashboard .Card-module__root .optionsContainerSelfGuided{display:flex;flex-direction:row;align-items:center;grid-gap:.5rem;gap:.5rem}.root-web-sdk #containerForm .Dashboard .Card-module__root .optionsContainerSelfGuided label{margin-bottom:0}.root-web-sdk #containerForm .Dashboard .Card-module__root .optionsContainerCalendar{display:flex;display:inline-flex}.root-web-sdk #containerForm .Dashboard .Card-module__root .optionsContainerCalendar label{font-size:1.125rem;line-height:1.75rem;margin-bottom:0;font-weight:700;font-family:Effra,Arial,sans-serif;margin-left:.5rem}.root-web-sdk #containerForm .Dashboard .Card-module__root .optionsContainer{display:flex;flex-wrap:wrap;grid-gap:1rem;gap:1rem;padding-right:.5rem}.root-web-sdk #containerForm .Dashboard .Card-module__root .optionsContainer .optionsContainerVideo,.root-web-sdk #containerForm .Dashboard .Card-module__root .optionsContainer .optionsContainerCalendar,.root-web-sdk #containerForm .Dashboard .Card-module__root .optionsContainer .optionsContainerChat,.root-web-sdk #containerForm .Dashboard .Card-module__root .optionsContainer .optionsContainerPhone,.root-web-sdk #containerForm .Dashboard .Card-module__root .optionsContainer .optionsContainerPhoto{display:flex;flex-direction:row;align-items:center;grid-gap:.5rem;gap:.5rem;width:auto}.root-web-sdk #containerForm .Dashboard .Card-module__root .optionsContainer .optionsContainerVideo .image-container-web-sdk,.root-web-sdk #containerForm .Dashboard .Card-module__root .optionsContainer .optionsContainerCalendar .image-container-web-sdk,.root-web-sdk #containerForm .Dashboard .Card-module__root .optionsContainer .optionsContainerChat .image-container-web-sdk,.root-web-sdk #containerForm .Dashboard .Card-module__root .optionsContainer .optionsContainerPhone .image-container-web-sdk,.root-web-sdk #containerForm .Dashboard .Card-module__root .optionsContainer .optionsContainerPhoto .image-container-web-sdk{width:16px;height:16px}.root-web-sdk #containerForm .Dashboard .Card-module__root .optionsContainer .optionsContainerVideo label,.root-web-sdk #containerForm .Dashboard .Card-module__root .optionsContainer .optionsContainerCalendar label,.root-web-sdk #containerForm .Dashboard .Card-module__root .optionsContainer .optionsContainerChat label,.root-web-sdk #containerForm .Dashboard .Card-module__root .optionsContainer .optionsContainerPhone label,.root-web-sdk #containerForm .Dashboard .Card-module__root .optionsContainer .optionsContainerPhoto label{margin-bottom:0;font-size:1.125rem;line-height:1.75rem;font-weight:400;width:auto}.root-web-sdk #containerForm .Dashboard .Card-module__root .optionsContainer .optionsContainerVideo img,.root-web-sdk #containerForm .Dashboard .Card-module__root .optionsContainer .optionsContainerCalendar img,.root-web-sdk #containerForm .Dashboard .Card-module__root .optionsContainer .optionsContainerChat img,.root-web-sdk #containerForm .Dashboard .Card-module__root .optionsContainer .optionsContainerPhone img,.root-web-sdk #containerForm .Dashboard .Card-module__root .optionsContainer .optionsContainerPhoto img{display:block;vertical-align:middle}.root-web-sdk #containerForm .Dashboard .Card-module__footer{padding-bottom:0}.root-web-sdk #containerForm .Dashboard .Card-module__footer .Button-module__root{margin-bottom:1.5rem}.root-web-sdk #containerForm .Dashboard .linkComponent{background:transparent;border-width:0;font-size:1rem;font-weight:400;text-align:left}.root-web-sdk #containerForm .Dashboard .icon-web-sdk{margin-right:0}.root-web-sdk #containerForm .Dashboard .hr-web-sdk{display:block}.root-web-sdk #containerForm .Dashboard .mainWrapper .bloodGlucoseWelcomeKit,.root-web-sdk #containerForm .Dashboard .mainWrapper .bloodPressureWelcomeKit,.root-web-sdk #containerForm .Dashboard .mainWrapper .scaleWelcomeKit{position:relative;border-radius:.75rem;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));width:343px;margin:32px auto;padding:0;height:auto;overflow:hidden;box-shadow:0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -1px rgba(0,0,0,0.06)}@media (min-width: 768px){.root-web-sdk #containerForm .Dashboard .mainWrapper .bloodGlucoseWelcomeKit,.root-web-sdk #containerForm .Dashboard .mainWrapper .bloodPressureWelcomeKit,.root-web-sdk #containerForm .Dashboard .mainWrapper .scaleWelcomeKit{width:auto}}.root-web-sdk #containerForm .Dashboard .mainWrapper .bloodGlucoseWelcomeKit .no_status_container,.root-web-sdk #containerForm .Dashboard .mainWrapper .bloodPressureWelcomeKit .no_status_container,.root-web-sdk #containerForm .Dashboard .mainWrapper .scaleWelcomeKit .no_status_container{--bg-opacity:1;background-color:#fff2fc;background-color:rgba(255, 242, 252, var(--bg-opacity));border-radius:.75rem;padding:1rem;margin-left:1.5rem;margin-right:1.5rem;margin-bottom:1.5rem}.root-web-sdk #containerForm .Dashboard .mainWrapper .bloodGlucoseWelcomeKit .no_status_container .warning_title,.root-web-sdk #containerForm .Dashboard .mainWrapper .bloodPressureWelcomeKit .no_status_container .warning_title,.root-web-sdk #containerForm .Dashboard .mainWrapper .scaleWelcomeKit .no_status_container .warning_title{line-height:1.5rem;font-weight:700;font-family:Effra,Arial,sans-serif;font-size:18px}.root-web-sdk #containerForm .Dashboard .mainWrapper .bloodGlucoseWelcomeKit .no_status_container .warning_description,.root-web-sdk #containerForm .Dashboard .mainWrapper .bloodPressureWelcomeKit .no_status_container .warning_description,.root-web-sdk #containerForm .Dashboard .mainWrapper .scaleWelcomeKit .no_status_container .warning_description{font-weight:400;font-family:Effra,Arial,sans-serif;font-size:18px;line-height:1.5rem;--text-opacity:1;color:#444443;color:rgba(68, 68, 67, var(--text-opacity));width:200px}.root-web-sdk #containerForm .Dashboard .mainWrapper .bloodGlucoseWelcomeKit .no_status_container .warning_description .link-web-sdk,.root-web-sdk #containerForm .Dashboard .mainWrapper .bloodPressureWelcomeKit .no_status_container .warning_description .link-web-sdk,.root-web-sdk #containerForm .Dashboard .mainWrapper .scaleWelcomeKit .no_status_container .warning_description .link-web-sdk{text-decoration:underline}.root-web-sdk #containerForm .Dashboard .mainWrapper .bloodGlucoseWelcomeKit .progress_line,.root-web-sdk #containerForm .Dashboard .mainWrapper .bloodPressureWelcomeKit .progress_line,.root-web-sdk #containerForm .Dashboard .mainWrapper .scaleWelcomeKit .progress_line{display:flex;align-items:center;justify-content:space-between;margin-left:1.5rem;margin-right:1.5rem;margin-top:.5rem;width:calc(100% - 48px)}.root-web-sdk #containerForm .Dashboard .mainWrapper .bloodGlucoseWelcomeKit .progress_line div[class*=step],.root-web-sdk #containerForm .Dashboard .mainWrapper .bloodPressureWelcomeKit .progress_line div[class*=step],.root-web-sdk #containerForm .Dashboard .mainWrapper .scaleWelcomeKit .progress_line div[class*=step]{height:.5rem;width:24.66%}.root-web-sdk #containerForm .Dashboard .mainWrapper .bloodGlucoseWelcomeKit .progress_line .step1,.root-web-sdk #containerForm .Dashboard .mainWrapper .bloodPressureWelcomeKit .progress_line .step1,.root-web-sdk #containerForm .Dashboard .mainWrapper .scaleWelcomeKit .progress_line .step1{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.root-web-sdk #containerForm .Dashboard .mainWrapper .bloodGlucoseWelcomeKit .progress_line .step4,.root-web-sdk #containerForm .Dashboard .mainWrapper .bloodPressureWelcomeKit .progress_line .step4,.root-web-sdk #containerForm .Dashboard .mainWrapper .scaleWelcomeKit .progress_line .step4{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.root-web-sdk #containerForm .Dashboard .mainWrapper .bloodGlucoseWelcomeKit .progress_line div[class*=space],.root-web-sdk #containerForm .Dashboard .mainWrapper .bloodPressureWelcomeKit .progress_line div[class*=space],.root-web-sdk #containerForm .Dashboard .mainWrapper .scaleWelcomeKit .progress_line div[class*=space]{display:none}.root-web-sdk #containerForm .Dashboard .mainWrapper .bloodGlucoseWelcomeKit .progress_spacer,.root-web-sdk #containerForm .Dashboard .mainWrapper .bloodPressureWelcomeKit .progress_spacer,.root-web-sdk #containerForm .Dashboard .mainWrapper .scaleWelcomeKit .progress_spacer{height:1.5rem}.root-web-sdk #containerForm .Dashboard .mainWrapper .bloodGlucoseWelcomeKit .progress_spacer .dummy_spacer_text,.root-web-sdk #containerForm .Dashboard .mainWrapper .bloodPressureWelcomeKit .progress_spacer .dummy_spacer_text,.root-web-sdk #containerForm .Dashboard .mainWrapper .scaleWelcomeKit .progress_spacer .dummy_spacer_text{display:none}.root-web-sdk #containerForm .Dashboard .mainWrapper .bloodGlucoseWelcomeKit .icon-web-sdk,.root-web-sdk #containerForm .Dashboard .mainWrapper .bloodPressureWelcomeKit .icon-web-sdk,.root-web-sdk #containerForm .Dashboard .mainWrapper .scaleWelcomeKit .icon-web-sdk{width:1rem;height:1rem;padding:.125rem}.root-web-sdk #containerForm .Dashboard .mainWrapper .bloodGlucoseWelcomeKit .tracking_button,.root-web-sdk #containerForm .Dashboard .mainWrapper .bloodPressureWelcomeKit .tracking_button,.root-web-sdk #containerForm .Dashboard .mainWrapper .scaleWelcomeKit .tracking_button{display:flex;padding:0;grid-gap:1rem;gap:1rem;align-items:center;margin-bottom:1.5rem;margin-left:1.5rem;margin-top:1rem}.root-web-sdk #containerForm .Dashboard .mainWrapper .bloodGlucoseWelcomeKit .tracking_button .button_text,.root-web-sdk #containerForm .Dashboard .mainWrapper .bloodPressureWelcomeKit .tracking_button .button_text,.root-web-sdk #containerForm .Dashboard .mainWrapper .scaleWelcomeKit .tracking_button .button_text{font-weight:500;--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity));font-size:1.125rem;line-height:1.5rem}.root-web-sdk #containerForm .Dashboard .mainWrapper .bloodGlucoseWelcomeKit .tracking_button .icon-web-sdk,.root-web-sdk #containerForm .Dashboard .mainWrapper .bloodPressureWelcomeKit .tracking_button .icon-web-sdk,.root-web-sdk #containerForm .Dashboard .mainWrapper .scaleWelcomeKit .tracking_button .icon-web-sdk{--bg-opacity:1;background-color:#5156f5;background-color:rgba(81, 86, 245, var(--bg-opacity));-webkit-mask:url(https://assets.livongo.com/image/upload/v1713187567/web-sdk/icons/directional_arrow_right_jdrcxf.svg) no-repeat center;mask:url(https://assets.livongo.com/image/upload/v1713187567/web-sdk/icons/directional_arrow_right_jdrcxf.svg) no-repeat center;background-image:none}.root-web-sdk #containerForm .Dashboard .mainWrapper .bloodGlucoseWelcomeKit .title,.root-web-sdk #containerForm .Dashboard .mainWrapper .bloodPressureWelcomeKit .title,.root-web-sdk #containerForm .Dashboard .mainWrapper .scaleWelcomeKit .title{font-weight:700;margin:1.5rem 1.5rem 1rem;font-size:1.125rem;line-height:1.75rem}.root-web-sdk #containerForm .Dashboard .mainWrapper .bloodGlucoseWelcomeKit .status,.root-web-sdk #containerForm .Dashboard .mainWrapper .bloodPressureWelcomeKit .status,.root-web-sdk #containerForm .Dashboard .mainWrapper .scaleWelcomeKit .status{font-weight:700;display:inline-block;margin-left:1.5rem;font-size:1.125rem}.root-web-sdk #containerForm .Dashboard .mainWrapper .bloodGlucoseWelcomeKit .step,.root-web-sdk #containerForm .Dashboard .mainWrapper .bloodPressureWelcomeKit .step,.root-web-sdk #containerForm .Dashboard .mainWrapper .scaleWelcomeKit .step{float:right;margin-right:1.5rem;font-weight:400;font-size:15px;--text-opacity:1;color:#6f6f6f;color:rgba(111, 111, 111, var(--text-opacity))}.root-web-sdk #containerForm .Dashboard .mainWrapper .bloodGlucoseWelcomeKit .image-wrapper-web-sdk,.root-web-sdk #containerForm .Dashboard .mainWrapper .bloodPressureWelcomeKit .image-wrapper-web-sdk,.root-web-sdk #containerForm .Dashboard .mainWrapper .scaleWelcomeKit .image-wrapper-web-sdk{margin:0;display:block}.root-web-sdk #containerForm .Dashboard .mainWrapper .bloodGlucoseWelcomeKit .image-wrapper-web-sdk .image-container-web-sdk img,.root-web-sdk #containerForm .Dashboard .mainWrapper .bloodPressureWelcomeKit .image-wrapper-web-sdk .image-container-web-sdk img,.root-web-sdk #containerForm .Dashboard .mainWrapper .scaleWelcomeKit .image-wrapper-web-sdk .image-container-web-sdk img{height:140px !important;width:100%;-o-object-fit:cover;object-fit:cover}.root-web-sdk #containerForm .Dashboard .mainWrapper .link-web-sdk{text-decoration:none}.root-web-sdk #containerForm .Dashboard .mainWrapper .link-web-sdk.break-word{word-break:break-word}.root-web-sdk #containerForm .Dashboard .mainWrapper p{font-weight:400;font-size:1rem}.root-web-sdk #containerForm .Dashboard .mainWrapper .leftRailColumn{max-width:22.5rem;width:100%;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity))}.root-web-sdk #containerForm .Dashboard .mainWrapper .leftRailColumn .leftRailFields{margin:3rem 1rem}@media (min-width: 768px){.root-web-sdk #containerForm .Dashboard .mainWrapper .leftRailColumn .leftRailFields{margin-top:9.25rem}}@media (min-width: 992px){.root-web-sdk #containerForm .Dashboard .mainWrapper .leftRailColumn .leftRailFields{margin-top:8rem}}@media (min-width: 1200px){.root-web-sdk #containerForm .Dashboard .mainWrapper .leftRailColumn .leftRailFields{margin-top:7rem}}.root-web-sdk #containerForm .Dashboard .mainWrapper .leftRailColumn p[data-testid^=text-titleVisitCell]{--text-opacity:1;color:#005c95;color:rgba(0, 92, 149, var(--text-opacity));text-align:left;margin-top:1.5rem;margin-bottom:.5rem;cursor:pointer;font-size:1.125rem;cursor:auto}@media (min-width: 375px){.root-web-sdk #containerForm .Dashboard .mainWrapper .leftRailColumn p[data-testid^=text-titleVisitCell]{font-size:1.25rem}}.root-web-sdk #containerForm .Dashboard .mainWrapper .metricTile{box-shadow:0 1px 4px 1px rgba(0,0,0,0.08);--border-opacity:1;border:1px solid #dfe0df;border-color:rgba(223, 224, 223, var(--border-opacity));border-radius:.75rem;position:relative;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));display:grid;grid-template-columns:auto auto;justify-content:space-between;align-content:space-between;padding:1rem 1.5rem 1.5rem;margin:0 auto;width:100%;height:var(--metric-carousel-height-large-screen)}@media (max-width: 768px){.root-web-sdk #containerForm .Dashboard .mainWrapper .metricTile{height:var(--metric-carousel-height-small-screen)}}.root-web-sdk #containerForm .Dashboard .mainWrapper .metricTile .image-container-web-sdk{border-radius:9999px;height:72px;width:72px}.root-web-sdk #containerForm .Dashboard .mainWrapper .metricTile .image-wrapper-web-sdk{margin:0}.root-web-sdk #containerForm .Dashboard .mainWrapper .metricTile .icon-web-sdk{transform:scale(0.88);width:44px;height:44px;position:relative;--border-opacity:1;border:1px solid #fff;border-color:rgba(255, 255, 255, var(--border-opacity));box-shadow:0 1px 4px 1px rgba(0,0,0,0.08);border-radius:9999px;padding:1rem;margin-left:auto !important;margin-right:0 !important}.root-web-sdk #containerForm .Dashboard .mainWrapper .metricTile .icon-web-sdk:after{background:url(https://assets.livongo.com/image/upload/v1713283293/web-sdk/icons/arrow-right-pulse.svg) no-repeat 50%;content:"";width:13.65px;height:13.65px;z-index:10;display:block;transform:translate(-1px, -1px)}.root-web-sdk #containerForm .Dashboard .mainWrapper .metricTile .text-web-sdk{margin:0}.root-web-sdk #containerForm .Dashboard .mainWrapper .metricTile .bottom_right_container{display:flex;flex-direction:column;align-items:flex-end;width:-moz-fit-content;width:fit-content;justify-content:flex-end;gap:6px}.root-web-sdk #containerForm .Dashboard .mainWrapper .metricTile .bottom_left_container{width:-moz-fit-content;width:fit-content;align-self:flex-end}.root-web-sdk #containerForm .Dashboard .mainWrapper .metricTile .meal_tag{height:1.5rem;width:-moz-fit-content;width:fit-content;padding:.125rem .75rem;--border-opacity:1;border:1px solid #422981;border-color:rgba(66, 41, 129, var(--border-opacity));border-radius:9999px;--bg-opacity:1;background-color:#f9f5ff;background-color:rgba(249, 245, 255, var(--bg-opacity));font-size:15px;--text-opacity:1;color:#351f65;color:rgba(53, 31, 101, var(--text-opacity));line-height:20px;margin-bottom:.5rem}.root-web-sdk #containerForm .Dashboard .mainWrapper .metricTile .range{border-radius:1rem;min-width:6rem;text-align:center;padding-left:.5rem;padding-right:.5rem;--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity));font-size:15px}.root-web-sdk #containerForm .Dashboard .mainWrapper .metricTile .avgValue{font-size:.875rem;position:relative;float:right;line-height:20px}.root-web-sdk #containerForm .Dashboard .mainWrapper .metricTile .value{display:inline-block;left:.25rem;font-size:1.625rem;margin-right:.25rem;line-height:2rem}.root-web-sdk #containerForm .Dashboard .mainWrapper .metricTile .unit{display:inline-block;left:2.25rem;font-size:15px !important}.root-web-sdk #containerForm .Dashboard .mainWrapper .metricTile .dateTime{--text-opacity:1;color:#6f6f6f;color:rgba(111, 111, 111, var(--text-opacity));font-size:15px;line-height:20px;margin-top:6px}.root-web-sdk #containerForm .Dashboard .mainWrapper .metricTile .description{position:relative;--text-opacity:1;color:#6f6f6f;color:rgba(111, 111, 111, var(--text-opacity));text-align:right;font-size:15px;line-height:20px}.root-web-sdk #containerForm .Dashboard .mainWrapper .metricTile .progress_bar{height:.5rem;border-radius:.25rem;--bg-opacity:1;background-color:#dfe0df;background-color:rgba(223, 224, 223, var(--bg-opacity));position:absolute;bottom:1.5rem;width:calc(100% - 48px);left:1.5rem}.root-web-sdk #containerForm .Dashboard .mainWrapper .metricTile .dummy_text_field,.root-web-sdk #containerForm .Dashboard .mainWrapper .metricTile .invisible_text_field{color:transparent}.root-web-sdk #containerForm .Dashboard .mainWrapper .metricTile .web_progress_filler{height:.5rem;border-radius:.25rem;--bg-opacity:1;background-color:#0060fc;background-color:rgba(0, 96, 252, var(--bg-opacity))}.root-web-sdk #containerForm .Dashboard .mainWrapper .metricTile.inRange .range{--bg-opacity:1;background-color:#078708;background-color:rgba(7, 135, 8, var(--bg-opacity))}.root-web-sdk #containerForm .Dashboard .mainWrapper .metricTile.outOfRange .range{--bg-opacity:1;background-color:#ffd60a;background-color:rgba(255, 214, 10, var(--bg-opacity));--text-opacity:1;color:#874600;color:rgba(135, 70, 0, var(--text-opacity))}.root-web-sdk #containerForm .Dashboard .mainWrapper .metricTile.veryOutOfRange .range{--bg-opacity:1;background-color:#cd000a;background-color:rgba(205, 0, 10, var(--bg-opacity))}.root-web-sdk #containerForm .Dashboard .mainWrapper .metricTile .title .titleText{margin:0;line-height:3rem;font-size:18px;font-weight:700;font-family:Effra,Arial,sans-serif}.root-web-sdk #containerForm .Dashboard .mainWrapper .metricTile .title+.link{width:auto}.root-web-sdk #containerForm .Dashboard .mainWrapper .metricTile .title+.link .icon_background{margin:0}.root-web-sdk #containerForm .Dashboard .mainWrapper .messagesTile,.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTile,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsTile,.root-web-sdk #containerForm .Dashboard .mainWrapper .tileNba,.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTile{--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));--border-opacity:1;border:1px solid #a5a197;border-color:rgba(165, 161, 151, var(--border-opacity));--border-opacity:0.5;border-radius:.5rem;margin-bottom:2.5rem;max-width:100%}@media (min-width: 768px){.root-web-sdk #containerForm .Dashboard .mainWrapper .messagesTile,.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTile,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsTile,.root-web-sdk #containerForm .Dashboard .mainWrapper .tileNba,.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTile{margin-bottom:3.5rem}}.root-web-sdk #containerForm .Dashboard .mainWrapper .messagesTile p[data-testId=text-title],.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTile p[data-testId=text-title],.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile p[data-testId=text-title],.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsTile p[data-testId=text-title],.root-web-sdk #containerForm .Dashboard .mainWrapper .tileNba p[data-testId=text-title],.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTile p[data-testId=text-title]{margin:0;padding:1rem;--border-opacity:1;border:0 solid #a5a197;border-color:rgba(165, 161, 151, var(--border-opacity));border-bottom:2px solid rgba(165, 161, 151, var(--border-opacity));--border-opacity:0.25;font-size:1.25rem;font-weight:500}.root-web-sdk #containerForm .Dashboard .mainWrapper .nextStepsTitleContainer{display:flex;flex-direction:row;justify-content:space-between;height:1.75rem;margin-top:32px;margin-bottom:1rem}@media (max-width: 768px){.root-web-sdk #containerForm .Dashboard .mainWrapper .nextStepsTitleContainer{height:1.5rem;margin-top:1.5rem}}.root-web-sdk #containerForm .Dashboard .mainWrapper .nextStepsTitleContainer .action_items_title{font-weight:500;font-size:18px;line-height:1.75rem;margin-bottom:0;padding-bottom:0}.root-web-sdk #containerForm .Dashboard .mainWrapper .nextStepsTitleContainer .view_all_action_items_button{font-weight:500;font-size:18px;line-height:20px;--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity))}.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile{border-width:1px;display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));grid-template-columns:46px auto 46px;grid-gap:.75rem;gap:.75rem;padding-bottom:.75rem;border-radius:.75rem;box-shadow:0 1px 4px 1px rgba(0,0,0,0.08);margin-bottom:32px;--border-opacity:1;border-color:#dfe0df;border-color:rgba(223, 224, 223, var(--border-opacity))}@media (max-width: 768px){.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile{margin-bottom:1.5rem}}.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile .tile_title_container{--bg-opacity:1;background-color:#f7f9f9;background-color:rgba(247, 249, 249, var(--bg-opacity));padding:.75rem 1rem;grid-column:span 3/span 3;border-top-left-radius:.75rem;border-top-right-radius:.75rem;border-bottom-width:1px;--border-opacity:1;border-color:#dfe0df;border-color:rgba(223, 224, 223, var(--border-opacity))}.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile .tile_title_container .tile_title{--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));margin-bottom:0;padding-top:0;font-weight:400;line-height:20px}.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_dfd_icon_large_mental_health],.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_pulse_medical_info_default],.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_pulse_video_default],.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_tdh_behavioralhealth_default],.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_tdh_camera_default],.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_tdh_group_default],.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_tdh_heart_pulse_default],.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_tdh_location_pin_default],.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_tdh_no_smoking_default],.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_tdh_stethoscope_default],.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_tdh_wellness_default]{padding-top:.25rem}.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_dfd_icon_large_mental_health] .icon-web-sdk,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_pulse_medical_info_default] .icon-web-sdk,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_pulse_video_default] .icon-web-sdk,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_tdh_behavioralhealth_default] .icon-web-sdk,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_tdh_camera_default] .icon-web-sdk,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_tdh_group_default] .icon-web-sdk,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_tdh_heart_pulse_default] .icon-web-sdk,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_tdh_location_pin_default] .icon-web-sdk,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_tdh_no_smoking_default] .icon-web-sdk,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_tdh_stethoscope_default] .icon-web-sdk,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_tdh_wellness_default] .icon-web-sdk{margin-top:.563rem;margin-left:1rem;width:2rem;height:2rem;background-size:contain;background-repeat:no-repeat;display:inline-block}.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_dfd_icon_large_mental_health] .ic_tdh_camera_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_pulse_medical_info_default] .ic_tdh_camera_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_pulse_video_default] .ic_tdh_camera_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_tdh_behavioralhealth_default] .ic_tdh_camera_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_tdh_camera_default] .ic_tdh_camera_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_tdh_group_default] .ic_tdh_camera_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_tdh_heart_pulse_default] .ic_tdh_camera_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_tdh_location_pin_default] .ic_tdh_camera_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_tdh_no_smoking_default] .ic_tdh_camera_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_tdh_stethoscope_default] .ic_tdh_camera_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_tdh_wellness_default] .ic_tdh_camera_default{background:url(https://assets.livongo.com/image/upload/v1713277074/web-sdk/icons/ic_tdh_camera_default.svg) no-repeat 50%}.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_dfd_icon_large_mental_health] .ic_dfd_icon_large_mental_health,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_dfd_icon_large_mental_health] .ic_tdh_behavioralhealth_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_pulse_medical_info_default] .ic_dfd_icon_large_mental_health,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_pulse_medical_info_default] .ic_tdh_behavioralhealth_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_pulse_video_default] .ic_dfd_icon_large_mental_health,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_pulse_video_default] .ic_tdh_behavioralhealth_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_tdh_behavioralhealth_default] .ic_dfd_icon_large_mental_health,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_tdh_behavioralhealth_default] .ic_tdh_behavioralhealth_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_tdh_camera_default] .ic_dfd_icon_large_mental_health,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_tdh_camera_default] .ic_tdh_behavioralhealth_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_tdh_group_default] .ic_dfd_icon_large_mental_health,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_tdh_group_default] .ic_tdh_behavioralhealth_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_tdh_heart_pulse_default] .ic_dfd_icon_large_mental_health,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_tdh_heart_pulse_default] .ic_tdh_behavioralhealth_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_tdh_location_pin_default] .ic_dfd_icon_large_mental_health,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_tdh_location_pin_default] .ic_tdh_behavioralhealth_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_tdh_no_smoking_default] .ic_dfd_icon_large_mental_health,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_tdh_no_smoking_default] .ic_tdh_behavioralhealth_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_tdh_stethoscope_default] .ic_dfd_icon_large_mental_health,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_tdh_stethoscope_default] .ic_tdh_behavioralhealth_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_tdh_wellness_default] .ic_dfd_icon_large_mental_health,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_tdh_wellness_default] .ic_tdh_behavioralhealth_default{background:url(https://assets.livongo.com/image/upload/v1713276354/web-sdk/icons/ic_dfd_icon_large_mental_health.svg) no-repeat 50%}.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_dfd_icon_large_mental_health] .ic_tdh_heart_pulse_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_pulse_medical_info_default] .ic_tdh_heart_pulse_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_pulse_video_default] .ic_tdh_heart_pulse_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_tdh_behavioralhealth_default] .ic_tdh_heart_pulse_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_tdh_camera_default] .ic_tdh_heart_pulse_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_tdh_group_default] .ic_tdh_heart_pulse_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_tdh_heart_pulse_default] .ic_tdh_heart_pulse_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_tdh_location_pin_default] .ic_tdh_heart_pulse_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_tdh_no_smoking_default] .ic_tdh_heart_pulse_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_tdh_stethoscope_default] .ic_tdh_heart_pulse_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_tdh_wellness_default] .ic_tdh_heart_pulse_default{background:url(https://assets.livongo.com/image/upload/v1713277213/web-sdk/icons/ic_tdh_heart_pulse_default.svg) no-repeat 50%}.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_dfd_icon_large_mental_health] .ic_tdh_stethoscope_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_pulse_medical_info_default] .ic_tdh_stethoscope_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_pulse_video_default] .ic_tdh_stethoscope_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_tdh_behavioralhealth_default] .ic_tdh_stethoscope_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_tdh_camera_default] .ic_tdh_stethoscope_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_tdh_group_default] .ic_tdh_stethoscope_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_tdh_heart_pulse_default] .ic_tdh_stethoscope_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_tdh_location_pin_default] .ic_tdh_stethoscope_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_tdh_no_smoking_default] .ic_tdh_stethoscope_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_tdh_stethoscope_default] .ic_tdh_stethoscope_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_tdh_wellness_default] .ic_tdh_stethoscope_default{background:url(https://assets.livongo.com/image/upload/v1713277982/web-sdk/icons/ic_tdh_stethoscope_default.svg) no-repeat 50%}.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_dfd_icon_large_mental_health] .ic_tdh_no_smoking_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_pulse_medical_info_default] .ic_tdh_no_smoking_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_pulse_video_default] .ic_tdh_no_smoking_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_tdh_behavioralhealth_default] .ic_tdh_no_smoking_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_tdh_camera_default] .ic_tdh_no_smoking_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_tdh_group_default] .ic_tdh_no_smoking_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_tdh_heart_pulse_default] .ic_tdh_no_smoking_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_tdh_location_pin_default] .ic_tdh_no_smoking_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_tdh_no_smoking_default] .ic_tdh_no_smoking_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_tdh_stethoscope_default] .ic_tdh_no_smoking_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_tdh_wellness_default] .ic_tdh_no_smoking_default{background:url(https://assets.livongo.com/image/upload/v1713277944/web-sdk/icons/ic_tdh_no_smoking_default.svg) no-repeat 50%}.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_dfd_icon_large_mental_health] .ic_tdh_wellness_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_pulse_medical_info_default] .ic_tdh_wellness_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_pulse_video_default] .ic_tdh_wellness_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_tdh_behavioralhealth_default] .ic_tdh_wellness_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_tdh_camera_default] .ic_tdh_wellness_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_tdh_group_default] .ic_tdh_wellness_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_tdh_heart_pulse_default] .ic_tdh_wellness_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_tdh_location_pin_default] .ic_tdh_wellness_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_tdh_no_smoking_default] .ic_tdh_wellness_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_tdh_stethoscope_default] .ic_tdh_wellness_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_tdh_wellness_default] .ic_tdh_wellness_default{background:url(https://assets.livongo.com/image/upload/v1713278158/web-sdk/icons/ic_tdh_wellness_default.svg) no-repeat 50%}.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_dfd_icon_large_mental_health] .ic_pulse_medical_info_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_pulse_medical_info_default] .ic_pulse_medical_info_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_pulse_video_default] .ic_pulse_medical_info_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_tdh_behavioralhealth_default] .ic_pulse_medical_info_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_tdh_camera_default] .ic_pulse_medical_info_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_tdh_group_default] .ic_pulse_medical_info_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_tdh_heart_pulse_default] .ic_pulse_medical_info_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_tdh_location_pin_default] .ic_pulse_medical_info_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_tdh_no_smoking_default] .ic_pulse_medical_info_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_tdh_stethoscope_default] .ic_pulse_medical_info_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_tdh_wellness_default] .ic_pulse_medical_info_default{background:url(https://assets.livongo.com/image/upload/v1713276752/web-sdk/icons/ic_pulse_medical_info_default_square.svg) no-repeat 50%}.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_dfd_icon_large_mental_health] .ic_pulse_video_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_pulse_medical_info_default] .ic_pulse_video_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_pulse_video_default] .ic_pulse_video_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_tdh_behavioralhealth_default] .ic_pulse_video_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_tdh_camera_default] .ic_pulse_video_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_tdh_group_default] .ic_pulse_video_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_tdh_heart_pulse_default] .ic_pulse_video_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_tdh_location_pin_default] .ic_pulse_video_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_tdh_no_smoking_default] .ic_pulse_video_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_tdh_stethoscope_default] .ic_pulse_video_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_tdh_wellness_default] .ic_pulse_video_default{background:url(https://assets.livongo.com/image/upload/v1713276908/web-sdk/icons/ic_pulse_video_default_square.svg) no-repeat 50%}.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_dfd_icon_large_mental_health] .ic_tdh_location_pin_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_pulse_medical_info_default] .ic_tdh_location_pin_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_pulse_video_default] .ic_tdh_location_pin_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_tdh_behavioralhealth_default] .ic_tdh_location_pin_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_tdh_camera_default] .ic_tdh_location_pin_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_tdh_group_default] .ic_tdh_location_pin_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_tdh_heart_pulse_default] .ic_tdh_location_pin_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_tdh_location_pin_default] .ic_tdh_location_pin_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_tdh_no_smoking_default] .ic_tdh_location_pin_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_tdh_stethoscope_default] .ic_tdh_location_pin_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_tdh_wellness_default] .ic_tdh_location_pin_default{background:url(https://assets.livongo.com/image/upload/v1713277289/web-sdk/icons/ic_tdh_location_pin_default_square.svg) no-repeat 50%}.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_dfd_icon_large_mental_health] .ic_tdh_group_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_pulse_medical_info_default] .ic_tdh_group_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_pulse_video_default] .ic_tdh_group_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_tdh_behavioralhealth_default] .ic_tdh_group_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_tdh_camera_default] .ic_tdh_group_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_tdh_group_default] .ic_tdh_group_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_tdh_heart_pulse_default] .ic_tdh_group_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_tdh_location_pin_default] .ic_tdh_group_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_tdh_no_smoking_default] .ic_tdh_group_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_tdh_stethoscope_default] .ic_tdh_group_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=ic_tdh_wellness_default] .ic_tdh_group_default{background:url(https://assets.livongo.com/image/upload/v1718359465/web-sdk/icons/ic_tdh_group.svg) no-repeat 50%}.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile .text-web-sdk{font-weight:500;font-size:18px;line-height:20px;margin-bottom:0;height:-moz-fit-content;height:fit-content;align-self:center}.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=button_]{padding-top:.75rem;padding-left:.5rem;position:relative}.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile div[class*=button_] .ic_arrow_right_pulse{background:url(https://assets.livongo.com/image/upload/v1713283293/web-sdk/icons/arrow-right-pulse.svg) no-repeat 50%;height:1rem;width:1rem;position:absolute;top:35%}.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsOneAppTile hr.hr-web-sdk{grid-column:span 3/span 3;margin-bottom:0;--border-opacity:1;border-color:#dfe0df;border-color:rgba(223, 224, 223, var(--border-opacity))}.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsTile .image-wrapper-web-sdk{display:inline-block;vertical-align:middle}.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsTile .icon-web-sdk,.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsTile .image-web-sdk{margin-top:.55rem;margin-left:1rem;width:2rem;height:2rem;background-size:contain;background-repeat:no-repeat;display:inline-block}@media (min-width: 768px){.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsTile .icon-web-sdk{vertical-align:middle}}.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsTile .image-wrapper-web-sdk+button.link-web-sdk.linkComponent{vertical-align:middle}.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsTile .link-web-sdk{cursor:pointer;margin-left:.75rem;margin-top:.75rem;margin-bottom:.5rem;--text-opacity:1;color:#005c95;color:rgba(0, 92, 149, var(--text-opacity));display:inline-block;font-weight:400;vertical-align:.5rem;max-width:77%}@media (min-width: 768px){.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsTile .link-web-sdk{vertical-align:middle}}.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsTile .link-web-sdk:last-of-type{margin-bottom:1rem}@media (min-width: 768px){.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsTile .link-web-sdk:last-of-type{vertical-align:sub}}.root-web-sdk #containerForm .Dashboard .mainWrapper .serviceReferralsTile hr{margin-bottom:0;margin-top:.4rem;--border-opacity:1;border:0 solid #a5a197;border-color:rgba(165, 161, 151, var(--border-opacity));border-bottom:2px solid rgba(165, 161, 151, var(--border-opacity));--border-opacity:0.25}.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTile.carousel{margin-bottom:5.5rem}.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTile.carousel .containerCarousel .carouselControls{margin-bottom:-5rem;margin-top:3rem}.root-web-sdk #containerForm .Dashboard .mainWrapper .tileNba p[data-testId=text-title]{padding-left:.5rem;padding-right:.5rem}@media (min-width: 375px){.root-web-sdk #containerForm .Dashboard .mainWrapper .tileNba p[data-testId=text-title]{padding-left:1.5rem;padding-right:1.5rem}}.root-web-sdk #containerForm .Dashboard .mainWrapper .tileNba div.icon-web-sdk{float:left;margin-top:.25rem;margin-left:-.25rem}@media (min-width: 375px){.root-web-sdk #containerForm .Dashboard .mainWrapper .tileNba div.icon-web-sdk{margin-left:.5rem}}.root-web-sdk #containerForm .Dashboard .mainWrapper .tileNba button[data-testId^=link-action]{margin-top:1rem;margin-bottom:1rem;--text-opacity:1;color:#005c95;color:rgba(0, 92, 149, var(--text-opacity));font-size:1rem;font-weight:500;cursor:pointer;display:block;word-wrap:break-word;overflow-wrap:break-word;padding-right:1rem}.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTile{margin-bottom:2.5rem;padding-bottom:.75rem}@media (min-width: 768px){.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTile{margin-bottom:3.5rem}}.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTile .containerCarousel{position:relative}.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTile .containerCarousel .carouselWrapper .slider{padding-left:0;padding-right:0;padding-bottom:.125rem}.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTile .containerCarousel .carouselWrapper .slider ul{margin-left:0;list-style-type:none}.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTile .containerCarousel .carouselWrapper .slider ul li{min-height:12rem}.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTile .containerCarousel .carouselWrapper .slider ul li[aria-hidden=true] *{display:none}.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTile .containerCarousel .carouselWrapper .slider .slider-list .page{text-align:center}.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTile .containerCarousel .carouselWrapper .slider .slider-list .page .main_container.container-web-sdk{padding-top:1.5rem;padding-left:1rem;padding-right:1rem}.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTile .containerCarousel .carouselWrapper .slider .slider-list .page .actions_container{margin-top:1.5rem}.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTile .containerCarousel .carouselWrapper .slider .slider-list .page .actions_container button{margin:0}.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTile .containerCarousel .carouselWrapper .slider .slider-list .page .actions_container>div{display:flex;padding-left:1rem;padding-right:1rem;justify-content:space-between}.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTile .containerCarousel .carouselWrapper .slider .slider-list .page .actions_container>div.checklist_link_container{padding-bottom:1rem;margin-bottom:1rem;--border-opacity:1;border:0 solid #a5a197;border-color:rgba(165, 161, 151, var(--border-opacity));border-bottom:2px solid rgba(165, 161, 151, var(--border-opacity));--border-opacity:0.25}.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTile .containerCarousel .carouselWrapper .slider .slider-list .page .actions_container>div button{margin-top:0 !important;margin-bottom:0 !important}.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTile .containerCarousel .carouselWrapper .slider .slider-list .page .actions_container>div.links_container button:only-child{margin:0 auto}.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTile .containerCarousel .carouselWrapper .slider .slider-list .page button[data-testId=link-date_label],.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTile .containerCarousel .carouselWrapper .slider .slider-list .page p[data-testId=text-date_label]{--text-opacity:1;color:#0a0a0a;color:rgba(10, 10, 10, var(--text-opacity));text-align:left;margin-bottom:.5rem;font-weight:400;font-size:1.125rem;width:84%}@media (min-width: 375px){.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTile .containerCarousel .carouselWrapper .slider .slider-list .page button[data-testId=link-date_label],.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTile .containerCarousel .carouselWrapper .slider .slider-list .page p[data-testId=text-date_label]{font-size:1.25rem}}.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTile .containerCarousel .carouselWrapper .slider .slider-list .page button[data-testId=link-date_label]{display:flex;cursor:pointer;--text-opacity:1;color:#005c95;color:rgba(0, 92, 149, var(--text-opacity));font-weight:400;margin-bottom:.65rem;padding:0}.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTile .containerCarousel .carouselWrapper .slider .slider-list .page p[data-testId=text-message]{--text-opacity:1;color:#2c2a29;color:rgba(44, 42, 41, var(--text-opacity));line-height:1.5rem;text-align:left;overflow:hidden;margin:0 0 .5rem;font-size:1.125rem}@media (min-width: 768px){.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTile .containerCarousel .carouselWrapper .slider .slider-list .page p[data-testId=text-message]{font-size:1rem}}.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTile .containerCarousel .carouselWrapper .slider .slider-list .page p[data-testId=text-alexa_message]{--text-opacity:1;color:#2c2a29;color:rgba(44, 42, 41, var(--text-opacity));line-height:1.5rem;text-align:left;overflow:hidden;margin:0 0 .5rem;font-size:1.125rem}@media (min-width: 768px){.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTile .containerCarousel .carouselWrapper .slider .slider-list .page p[data-testId=text-alexa_message]{font-size:1rem}}.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTile .containerCarousel .carouselWrapper .slider .slider-list .page p[data-testId=text-alexa_notification]{--text-opacity:1;color:#422981;color:rgba(66, 41, 129, var(--text-opacity));text-align:left;font-weight:700;font-size:1.125rem}.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTile .containerCarousel .carouselWrapper .slider .slider-list .page p[data-testId=text-alexa_notification]+button[data-testId=link-cancel_visit_link]{margin-top:0;margin-left:auto;margin-right:auto}.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTile .containerCarousel .carouselWrapper .slider .slider-list .page button[data-testId=link-cancel_visit_link],.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTile .containerCarousel .carouselWrapper .slider .slider-list .page button[data-testId=link-checklist_link],.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTile .containerCarousel .carouselWrapper .slider .slider-list .page button[data-testId=link-reschedule_link],.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTile .containerCarousel .carouselWrapper .slider .slider-list .page button[data-testId=link-view_link]{text-align:center;--text-opacity:1;color:#005c95;color:rgba(0, 92, 149, var(--text-opacity));font-size:1.125rem;cursor:pointer}.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTile .containerCarousel .carouselWrapper .slider .slider-list .page button[data-testId=button-video_room_button]{--bg-opacity:1;background-color:#5b2f91;background-color:rgba(91, 47, 145, var(--bg-opacity));--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity));border-radius:.5rem;margin:auto;border-width:0;font-weight:500;padding:.75rem 2rem;font-size:1rem;cursor:pointer;width:90%;max-width:22.5rem}.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTile .containerCarousel .carouselWrapper .slider .slider-list .page button[data-testId=button-video_room_button]:active{--bg-opacity:1;background-color:#3e267f;background-color:rgba(62, 38, 127, var(--bg-opacity))}.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTile .containerCarousel .carouselWrapper .slider .slider-list .page button[data-testId=button-video_room_button]:focus,.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTile .containerCarousel .carouselWrapper .slider .slider-list .page button[data-testId=button-video_room_button]:hover{--border-opacity:1;border-color:#f0e6f4;border-color:rgba(240, 230, 244, var(--border-opacity));--text-opacity:1;color:#3e267f;color:rgba(62, 38, 127, var(--text-opacity));--bg-opacity:1;background-color:#f0e6f4;background-color:rgba(240, 230, 244, var(--bg-opacity))}.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTile .containerCarousel .carouselWrapper .slider .slider-list .page button[data-testId=button-video_room_button]:focus{box-shadow:0 0 0 2px #fff,0 0 2px 4px rgba(0,96,252,0.6)}.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTile .containerCarousel .carouselWrapper .slider .slider-list .page button[data-testId=button-video_room_button]+div>button[data-testId=link-cancel_visit_link]{--text-opacity:1;color:#5b2f91;color:rgba(91, 47, 145, var(--text-opacity));margin-top:1.5rem !important}.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTile .containerCarousel .carouselWrapper .slider .slider-list .page button[data-testId=button-assessment_button]{box-sizing:border-box;padding:.25rem 3rem;gap:8px;width:83.333333%;--bg-opacity:1;background-color:#5b2f91;background-color:rgba(91, 47, 145, var(--bg-opacity));--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity));border-radius:.5rem;--border-opacity:1;border:2px solid #422981;border-color:rgba(66, 41, 129, var(--border-opacity));font-weight:500;line-height:20px;margin:auto;cursor:pointer;max-width:22.5rem}.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTile .containerCarousel .carouselWrapper .slider .slider-list .page button[data-testId=button-assessment_button]~.links_container{margin-top:1.5rem}.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTile .containerCarousel .carouselWrapper .slider .slider-list .page div.icon-web-sdk{width:1.5rem;margin-right:.75rem;float:left}@media (min-width: 375px){.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTile .containerCarousel .carouselWrapper .slider .slider-list .page div.icon-web-sdk{margin-top:0}}.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTile .containerCarousel .carouselWrapper .slider .slider-list .page.date-string-container div.icon-web-sdk{filter:brightness(0)}.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTile .containerCarousel .carouselControls{display:flex;justify-content:center;align-items:center;margin-bottom:-4rem;margin-top:32px}.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTile .containerCarousel .carouselControls button{--bg-opacity:1;background-color:#e0ecf5;background-color:rgba(224, 236, 245, var(--bg-opacity));border-width:0;border-radius:9999px;width:2rem;height:2rem;display:flex;justify-content:center;align-items:center;outline:2px solid transparent;outline-offset:2px;cursor:pointer;z-index:10}.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTile .containerCarousel .carouselControls button:after{width:.75rem;height:1rem;position:relative;left:1px;content:"";background:url(https://assets.livongo.com/image/upload/v1713187513/web-sdk/icons/arrow_jw0g5m.svg) no-repeat 50%}.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTile .containerCarousel .carouselControls button.buttonPrev:after{left:-1px}.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTile .containerCarousel .carouselControls button.buttonNext:after{transform:rotate(180deg)}.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTile .containerCarousel .carouselControls button.disabled{--bg-opacity:1;background-color:#f6f6f6;background-color:rgba(246, 246, 246, var(--bg-opacity))}.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTile .containerCarousel .carouselControls button.disabled:after{background-image:url(https://assets.livongo.com/image/upload/v1713187507/web-sdk/icons/arrow-disabled_ge6kbi.svg)}.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTile .containerCarousel .carouselControls .carouselCounterLabel{margin:0 1rem;font-weight:500}.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTile{padding-left:1.5rem;padding-right:1.5rem}.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTile p[data-testId=text-title]{margin:0 -1.5rem}.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTile p[data-testId=text-no-visits]{margin:1rem -.5rem}.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTile p[data-testId^=text-subtitleVisit]{--text-opacity:1;color:#2c2a29;color:rgba(44, 42, 41, var(--text-opacity));line-height:1.5rem;text-align:left;overflow:hidden;margin:0;line-height:1.25;clear:both;font-size:1.125rem}@media (min-width: 768px){.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTile p[data-testId^=text-subtitleVisit]{font-size:1rem}}.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTile button[data-testId^=link-titleVisit]{--text-opacity:1;color:#005c95;color:rgba(0, 92, 149, var(--text-opacity));text-align:left;margin-top:1.5rem;margin-bottom:.5rem;cursor:pointer;font-size:1.125rem;width:84%}@media (min-width: 375px){.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTile button[data-testId^=link-titleVisit]{font-size:1.25rem}}.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTile button[data-testId^=link-excuseNoteLinkVisit]{--text-opacity:1;color:#005c95;color:rgba(0, 92, 149, var(--text-opacity));font-size:.875rem;margin-top:.5rem;margin-bottom:0;cursor:pointer;display:block}.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTile button[data-testId^=link-footerLink]{padding:1rem 1.5rem;margin:32px -1.5rem 0;--border-opacity:1;border:0 solid #a5a197;border-color:rgba(165, 161, 151, var(--border-opacity));border-top:1px solid rgba(165, 161, 151, var(--border-opacity));--border-opacity:0.5;--text-opacity:1;color:#005c95;color:rgba(0, 92, 149, var(--text-opacity));font-size:.875rem;cursor:pointer;width:100%;box-sizing:content-box}.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTile button[data-testId^=link-footerLink]+div.icon-web-sdk{display:none}.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTile div.icon-web-sdk{width:1.5rem;margin-top:1.25rem;margin-right:.75rem;float:left}@media (min-width: 375px){.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTile div.icon-web-sdk{margin-top:1.5rem}}.root-web-sdk #containerForm .Dashboard .mainWrapper .messagesTile{position:relative}.root-web-sdk #containerForm .Dashboard .mainWrapper .messagesTile button[data-testId^=link-title_]{padding:0;display:block;margin:.5rem 0 .25rem 2.5rem;--text-opacity:1;color:#005c95;color:rgba(0, 92, 149, var(--text-opacity));font-size:1rem;text-align:left}.root-web-sdk #containerForm .Dashboard .mainWrapper .messagesTile p[data-testId^=text-subtitle_]{margin:0;padding-right:1.5rem;padding-bottom:.25rem;padding-left:2.5rem;color:#2c2a29;color:rgba(44, 42, 41, var(--text-opacity));font-size:.875rem;--text-opacity:1;color:#727069;color:rgba(114, 112, 105, var(--text-opacity));--border-opacity:1;border:0 solid #a5a197;border-color:rgba(165, 161, 151, var(--border-opacity));border-bottom:1px solid rgba(165, 161, 151, var(--border-opacity));--border-opacity:0.25}.root-web-sdk #containerForm .Dashboard .mainWrapper .messagesTile p[data-testId^=text-subtitle_]:last-of-type{border-width:0}.root-web-sdk #containerForm .Dashboard .mainWrapper .messagesTile button[data-testId^=link-footerLink]{margin-left:1rem;margin-right:1rem;margin-bottom:1rem;--text-opacity:1;color:#005c95;color:rgba(0, 92, 149, var(--text-opacity));font-size:.875rem;cursor:pointer;text-align:left}.root-web-sdk #containerForm .Dashboard .mainWrapper .messagesTile button[data-testId^=link-footerLink]+div.icon-web-sdk{margin-top:.5rem;position:relative;bottom:2.5rem;left:9.5rem;height:1rem}.root-web-sdk #containerForm .Dashboard .mainWrapper .messagesTile button[data-testId=link-footerLink0]{display:block;margin-top:1.5rem}.root-web-sdk #containerForm .Dashboard .mainWrapper .messagesTile button[data-testId=link-footerLink0]+div.icon-web-sdk{bottom:1.5rem;left:8.25rem}.root-web-sdk #containerForm .Dashboard .mainWrapper .messagesTile button[data-testId=link-footerLink0]:before{content:"";position:absolute;left:0;margin-top:-1rem;width:100%;--border-opacity:1;border-color:#a5a197;border-left-color:rgba(165, 161, 151, var(--border-opacity));border-right-color:rgba(165, 161, 151, var(--border-opacity));border-left-style:solid;border-bottom:0 solid rgba(165, 161, 151, var(--border-opacity));border-right-style:solid;border-top:2px solid rgba(165, 161, 151, var(--border-opacity));--border-opacity:0.25;box-sizing:border-box;pointer-events:none}.root-web-sdk #containerForm .Dashboard .mainWrapper .messagesTile div.icon-web-sdk{width:.75rem;margin-top:1.25rem;margin-right:1rem;margin-left:.75rem;float:left}.root-web-sdk #containerForm .Dashboard .mainWrapper .messagesTile div.icon-web-sdk+button[data-testId^=button-title_]{padding-left:0}@media only screen and (max-width: 1280px){.root-web-sdk #containerForm .Dashboard .mainWrapper .mainContentColumn{padding-left:1rem}}@media only screen and (min-width: 1280px){.root-web-sdk #containerForm .Dashboard .mainWrapper .mainContentColumn{padding-left:2.25rem}}.root-web-sdk #containerForm .Dashboard .mainWrapper .mainContentColumn{padding-right:1rem;--bg-opacity:1;background-color:#f1f4f8;background-color:rgba(241, 244, 248, var(--bg-opacity))}@media (min-width: 375px){.root-web-sdk #containerForm .Dashboard .mainWrapper .mainContentColumn{--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity))}}@media (min-width: 768px){.root-web-sdk #containerForm .Dashboard .mainWrapper .mainContentColumn{padding-right:3rem;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity))}}@media (min-width: 1200px){.root-web-sdk #containerForm .Dashboard .mainWrapper .mainContentColumn{padding-left:5.25rem;padding-right:5rem}}.root-web-sdk #containerForm .Dashboard .mainWrapper .mainContentColumn .mainFields{width:100%}.root-web-sdk #containerForm .Dashboard .mainWrapper .mainContentColumn .mainFields button[data-testid=actionButton-button]{margin-top:.5rem}.root-web-sdk #containerForm .Dashboard .mainWrapper .mainContentColumn .mainFields a[data-test=actionButton-icon-button],.root-web-sdk #containerForm .Dashboard .mainWrapper .mainContentColumn .mainFields button[data-testid=actionButton-icon-button]{position:absolute;bottom:2rem;right:1.25rem}@media (min-width: 992px){.root-web-sdk #containerForm .Dashboard .mainWrapper .mainContentColumn .mainFields h2[data-testid=text-info_tile_title],.root-web-sdk #containerForm .Dashboard .mainWrapper .mainContentColumn .mainFields p[data-testid=text-info_tile_title]{height:3rem}}.root-web-sdk #containerForm .Dashboard .mainWrapper .mainContentColumn .mainFields .icon-web-sdk{margin-right:auto}.root-web-sdk #containerForm .Dashboard .mainWrapper .mainContentColumn .mainFields .seeAllCareOptions{display:flex;flex-direction:row}.root-web-sdk #containerForm .Dashboard .mainWrapper .mainContentColumn .mainFields .seeAllCareOptions button{padding-right:1rem;margin-top:2.5rem;margin-bottom:32px;--text-opacity:1;color:#005c95;color:rgba(0, 92, 149, var(--text-opacity));cursor:pointer;background-repeat:no-repeat;background-position:100%;background-image:url(https://assets.livongo.com/image/upload/v1713187567/web-sdk/icons/directional_arrow_right_jdrcxf.svg);background-size:.5rem}@media (min-width: 768px){.root-web-sdk #containerForm .Dashboard .mainWrapper .mainContentColumn .mainFields .seeAllCareOptions button{margin-bottom:0}}.root-web-sdk #containerForm .Dashboard .mainWrapper .mainContentColumn .mainFields .seeAllCareOptions div.icon-web-sdk{display:none}.root-web-sdk #containerForm .Dashboard .mainWrapper .mainContentColumn .mainFields .in_person_care_product .description p{display:inline-grid}.root-web-sdk #containerForm .Dashboard .mainWrapper .mainContentColumn .mainFields .in_person_care_product .description p span{margin-bottom:0}@media (min-width: 768px){.root-web-sdk #containerForm .Dashboard .mainWrapper .mainContentColumn{display:flex;flex-direction:row}}.root-web-sdk #containerForm .Dashboard .mainWrapper .mainContentColumn h1[data-testId=text-welcomeMessage]{display:block;width:100%;font-weight:500;font-size:2rem;text-align:left;line-height:2.5rem;margin-bottom:1rem}@media (min-width: 768px){.root-web-sdk #containerForm .Dashboard .mainWrapper .mainContentColumn h1[data-testId=text-welcomeMessage]{margin-top:32px}}@media (min-width: 992px){.root-web-sdk #containerForm .Dashboard .mainWrapper .mainContentColumn h1[data-testId=text-welcomeMessage]{margin-top:.5rem}}@media (min-width: 1200px){.root-web-sdk #containerForm .Dashboard .mainWrapper .mainContentColumn h1[data-testId=text-welcomeMessage]{margin-top:0}}.root-web-sdk #containerForm .Dashboard .mainWrapper .mainContentColumn .benefitSwitcherContainer{margin-bottom:1.5rem}.root-web-sdk #containerForm .Dashboard .mainWrapper .mainContentColumn .benefitSwitcherContainer .benefitSwitcherHeader{margin-bottom:.5rem;font-size:1.125rem}.root-web-sdk #containerForm .Dashboard .mainWrapper .mainContentColumn .benefitSwitcherContainer .benefitSwitcherGroupName{font-weight:700;margin-right:.5rem;margin-bottom:0}.root-web-sdk #containerForm .Dashboard .mainWrapper .mainContentColumn .benefitSwitcherContainer .benefitSwitcherGroupName,.root-web-sdk #containerForm .Dashboard .mainWrapper .mainContentColumn .benefitSwitcherContainer .benefitSwitcherLink{display:inline-block;text-align:left;font-size:1.125rem}.root-web-sdk #containerForm .Dashboard .mainWrapper .mainContentColumn .benefitSwitcherContainer .benefitSwitcherLink{margin-bottom:0}.root-web-sdk #containerForm .Dashboard .mainWrapper .mainContentColumn .benefitSwitcherContainer .benefitSwitcherLink .benefitSwitcherLinkText{display:inline-block;font-weight:500;font-size:1.125rem;--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity));line-height:20px;margin-bottom:0}.root-web-sdk #containerForm .Dashboard .mainWrapper .mainContentColumn .benefitSwitcherContainer .benefitSwitcherLink .ic_arrow_right_pulse{display:inline-block;background-image:url(https://assets.livongo.com/image/upload/v1713283293/web-sdk/icons/arrow-right-pulse.svg);background-size:contain;background-repeat:no-repeat;background-position:50%;height:.75rem;margin-left:.25rem}.root-web-sdk #containerForm .Dashboard .mainWrapper .mainContentColumn div[class*=infoTile]{position:relative;max-width:20rem;text-align:center;margin:3.5rem auto 3rem;display:flex;flex-direction:column;align-items:center}@media (min-width: 992px){.root-web-sdk #containerForm .Dashboard .mainWrapper .mainContentColumn div[class*=infoTile]{width:33.333333%;float:left;padding-right:2rem;text-align:left;margin-bottom:1rem;display:block}}.root-web-sdk #containerForm .Dashboard .mainWrapper .mainContentColumn div[class*=infoTile] h2[data-testId=text-info_tile_title],.root-web-sdk #containerForm .Dashboard .mainWrapper .mainContentColumn div[class*=infoTile] p[data-testId=text-info_tile_title]{--text-opacity:1;color:#0a0a0a;color:rgba(10, 10, 10, var(--text-opacity));font-weight:500;font-size:1.5rem;margin-top:.25rem;margin-bottom:.75rem;line-height:2rem}@media (min-width: 768px){.root-web-sdk #containerForm .Dashboard .mainWrapper .mainContentColumn div[class*=infoTile] h2[data-testId=text-info_tile_title],.root-web-sdk #containerForm .Dashboard .mainWrapper .mainContentColumn div[class*=infoTile] p[data-testId=text-info_tile_title]{line-height:1.5rem}}@media (min-width: 992px){.root-web-sdk #containerForm .Dashboard .mainWrapper .mainContentColumn div[class*=infoTile] h2[data-testId=text-info_tile_title],.root-web-sdk #containerForm .Dashboard .mainWrapper .mainContentColumn div[class*=infoTile] p[data-testId=text-info_tile_title]{font-size:1.25rem;margin-left:.75rem;line-height:1.75rem}}@media (min-width: 1200px){.root-web-sdk #containerForm .Dashboard .mainWrapper .mainContentColumn div[class*=infoTile] h2[data-testId=text-info_tile_title],.root-web-sdk #containerForm .Dashboard .mainWrapper .mainContentColumn div[class*=infoTile] p[data-testId=text-info_tile_title]{font-size:1.5rem;margin-left:1rem;line-height:1.75rem}}.root-web-sdk #containerForm .Dashboard .mainWrapper .mainContentColumn div[class*=infoTile] h2[data-testId=text-info_tile_text],.root-web-sdk #containerForm .Dashboard .mainWrapper .mainContentColumn div[class*=infoTile] p[data-testId=text-info_tile_text]{margin-bottom:.5rem;--text-opacity:1;color:#2c2a29;color:rgba(44, 42, 41, var(--text-opacity))}.root-web-sdk #containerForm .Dashboard .mainWrapper .mainContentColumn div[class*=infoTile] h2[data-testId=text-info_tile_author],.root-web-sdk #containerForm .Dashboard .mainWrapper .mainContentColumn div[class*=infoTile] p[data-testId=text-info_tile_author]{margin-top:0;font-style:italic}@media (min-width: 992px){.root-web-sdk #containerForm .Dashboard .mainWrapper .mainContentColumn div[class*=infoTile] p[data-testId=text-info_tile_author],.root-web-sdk #containerForm .Dashboard .mainWrapper .mainContentColumn div[class*=infoTile] p[data-testId=text-info_tile_text],.root-web-sdk #containerForm .Dashboard .mainWrapper .mainContentColumn div[class*=infoTile] p[data-testId^=text-info_tile_action_]{margin-left:3rem}}.root-web-sdk #containerForm .Dashboard .mainWrapper .mainContentColumn div[class*=infoTile] button[data-testId^=link-info_tile_action_]{margin-top:.5rem;margin-bottom:.5rem;--text-opacity:1;color:#005c95;color:rgba(0, 92, 149, var(--text-opacity));display:inline-flex;vertical-align:middle;cursor:pointer;background-repeat:no-repeat;padding-right:1rem;display:flex;align-self:center;background-position:100%;background-size:.5rem}.root-web-sdk #containerForm .Dashboard .mainWrapper .mainContentColumn div[class*=infoTile] button[data-testId^=link-info_tile_action_]+div.icon-web-sdk{display:none}@media (min-width: 992px){.root-web-sdk #containerForm .Dashboard .mainWrapper .mainContentColumn div[class*=infoTile] button[data-testId^=link-info_tile_action_]{display:inline-flex}}.root-web-sdk #containerForm .Dashboard .mainWrapper .mainContentColumn div[class*=infoTile] button[data-testId=button-info_tile_main_action_button]{--text-opacity:1;color:#005c95;color:rgba(0, 92, 149, var(--text-opacity));--border-opacity:1;border:1px solid #005c95;border-color:rgba(0, 92, 149, var(--border-opacity));border-radius:.5rem;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));padding:.75rem;font-weight:500;font-size:1rem;cursor:pointer;display:block;margin:1rem auto .5rem;width:-moz-fit-content;width:fit-content}@media (min-width: 992px){.root-web-sdk #containerForm .Dashboard .mainWrapper .mainContentColumn div[class*=infoTile] button[data-testId=button-info_tile_main_action_button]{margin-left:1.5rem;margin-top:1.5rem}}.root-web-sdk #containerForm .Dashboard .mainWrapper .mainContentColumn div[class*=infoTile] button.external-link.link-web-sdk{padding-right:1.25rem;background:url(https://assets.livongo.com/image/upload/v1713187824/web-sdk/icons/external_link_uvskf2.svg) no-repeat 100%;background-size:.75rem}.root-web-sdk #containerForm .Dashboard .mainWrapper .mainContentColumn div.infoTile1LoveTeladoc div.icon-web-sdk{position:absolute;width:1.25rem;top:1.75rem;left:0}@media (min-width: 375px){.root-web-sdk #containerForm .Dashboard .mainWrapper .mainContentColumn div.infoTile1LoveTeladoc div.icon-web-sdk{top:2rem;width:1.5rem}}@media (min-width: 992px){.root-web-sdk #containerForm .Dashboard .mainWrapper .mainContentColumn div.infoTile1LoveTeladoc div.icon-web-sdk{top:4.25rem;left:1rem}}.root-web-sdk #containerForm .Dashboard .mainWrapper .mainContentColumn div.infoTile1LoveTeladoc p[data-testId=text-info_tile_text]{margin-left:1.25rem}.root-web-sdk #containerForm .Dashboard .mainWrapper .mainContentColumn div.infoTile1LoveTeladoc p[data-testId=text-info_tile_author]{margin-bottom:1rem}.root-web-sdk #containerForm .Dashboard .mainWrapper .mainContentColumn div.infoTile1LoveTeladoc button[data-testId^=link-info_tile_action_]{margin-left:0}@media (min-width: 992px){.root-web-sdk #containerForm .Dashboard .mainWrapper .mainContentColumn div.infoTile1LoveTeladoc button[data-testId^=link-info_tile_action_],.root-web-sdk #containerForm .Dashboard .mainWrapper .mainContentColumn div.infoTile1LoveTeladoc p[data-testId=text-info_tile_text]{margin-left:3rem}}@media (min-width: 992px){.root-web-sdk #containerForm .Dashboard .mainWrapper .mainContentColumn div.infoTile0 h2[data-testid=text-info_tile_title],.root-web-sdk #containerForm .Dashboard .mainWrapper .mainContentColumn div.infoTile0 p[data-testid=text-info_tile_title]{margin-left:0}}.root-web-sdk #containerForm .Dashboard .mainWrapper .mainContentColumn div.infoTile0 button[data-testId^=link-info_tile_action_]{margin-left:0}@media (min-width: 992px){.root-web-sdk #containerForm .Dashboard .mainWrapper .mainContentColumn div.infoTile0 button[data-testId^=link-info_tile_action_]{margin-left:3rem}}.root-web-sdk #containerForm .Dashboard .mainWrapper .mainContentColumn div.infoTile0 div.icon-web-sdk{width:3rem}@media (min-width: 992px){.root-web-sdk #containerForm .Dashboard .mainWrapper .mainContentColumn div.infoTile0 div.icon-web-sdk{position:absolute;top:3.5rem;left:0}}.root-web-sdk #containerForm .Dashboard .mainWrapper .mainContentColumn div.infoTile2 button[data-testId^=link-info_tile_action_]{margin-left:0;padding-right:0;background-image:none}@media (min-width: 992px){.root-web-sdk #containerForm .Dashboard .mainWrapper .mainContentColumn div.infoTile2 button[data-testId^=link-info_tile_action_]{margin-left:.75rem}}@media (min-width: 1200px){.root-web-sdk #containerForm .Dashboard .mainWrapper .mainContentColumn div.infoTile2 button[data-testId^=link-info_tile_action_]{margin-left:2.5rem}}@media (min-width: 1200px){.root-web-sdk #containerForm .Dashboard .mainWrapper .mainContentColumn div.infoTile2 button[data-testId^=button-info_tile_action_],.root-web-sdk #containerForm .Dashboard .mainWrapper .mainContentColumn div.infoTile2 h2[data-testid=text-info_tile_title],.root-web-sdk #containerForm .Dashboard .mainWrapper .mainContentColumn div.infoTile2 p[data-testId=text-info_tile_title]{margin-left:2.5rem;text-align:left}}.root-web-sdk #containerForm .Dashboard .mainWrapper h2[data-testId=text-faqTitle],.root-web-sdk #containerForm .Dashboard .mainWrapper p[data-testId=text-faqTitle]{--text-opacity:1;color:#0a0a0a;color:rgba(10, 10, 10, var(--text-opacity));font-weight:500;font-size:1.5rem;margin-top:0;margin-bottom:.75rem;display:flex;flex-direction:column;align-items:center;text-align:center;line-height:1.75rem}@media (min-width: 768px){.root-web-sdk #containerForm .Dashboard .mainWrapper h2[data-testId=text-faqTitle],.root-web-sdk #containerForm .Dashboard .mainWrapper p[data-testId=text-faqTitle]{font-size:1.25rem;flex-direction:column;text-align:left;align-items:flex-start;line-height:1.5rem}}@media (min-width: 1200px){.root-web-sdk #containerForm .Dashboard .mainWrapper h2[data-testId=text-faqTitle],.root-web-sdk #containerForm .Dashboard .mainWrapper p[data-testId=text-faqTitle]{font-size:1.5rem;flex-direction:column;text-align:left;line-height:1.75rem}}.root-web-sdk #containerForm .Dashboard .mainWrapper button[data-testId^=link-faqLink]{--text-opacity:1;color:#005c95;color:rgba(0, 92, 149, var(--text-opacity));cursor:pointer;padding-top:.5rem;padding-right:1rem;display:flex;flex-direction:column;align-items:center;text-align:center;margin:auto}@media (min-width: 768px){.root-web-sdk #containerForm .Dashboard .mainWrapper button[data-testId^=link-faqLink]{flex-direction:column;align-items:flex-start;margin-left:0;margin-right:0}}.root-web-sdk #containerForm .Dashboard .mainWrapper button[data-testId=link-faqLink3]{margin-bottom:3rem}.root-web-sdk #containerForm .Dashboard .mainWrapper button[data-testId^=link-title_message_cell_]{cursor:pointer}.root-web-sdk #containerForm .Dashboard .mainWrapper .chronicCareCarouselTitle{line-height:1.75rem;font-weight:500;font-size:18px;font-family:Effra,Arial,sans-serif;width:100%;margin:0 auto .75rem}@media (max-width: 375px){.root-web-sdk #containerForm .Dashboard .mainWrapper .chronicCareCarouselTitle{width:100%}}.root-web-sdk #containerForm .Dashboard .mainWrapper .chronicCareCarousel{display:flex;flex-direction:column;grid-gap:1rem;gap:1rem;align-items:center;margin:0 auto}.root-web-sdk #containerForm .Dashboard .mainWrapper .chronicCareCarousel .carouselWrapper{width:100%}.root-web-sdk #containerForm .Dashboard .mainWrapper .chronicCareCarousel .carouselWrapper .slider-list{display:flex !important;grid-gap:.5rem;gap:.5rem;padding:0.25rem !important}.root-web-sdk #containerForm .Dashboard .mainWrapper .onboardingTile{box-shadow:0 1px 4px 1px rgba(0,0,0,0.08);--border-opacity:1;border:1px solid #dfe0df;border-color:rgba(223, 224, 223, var(--border-opacity));border-radius:.75rem;position:relative;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));padding:1.5rem;width:100%;height:var(--metric-carousel-height-large-screen) !important}@media (max-width: 768px){.root-web-sdk #containerForm .Dashboard .mainWrapper .onboardingTile{height:var(--metric-carousel-height-small-screen)}}.root-web-sdk #containerForm .Dashboard .mainWrapper .onboardingTile .image-wrapper-web-sdk{position:absolute;margin:0;top:1rem;right:1.25rem}.root-web-sdk #containerForm .Dashboard .mainWrapper .onboardingTile .image-container-web-sdk{--bg-opacity:1;background-color:#dcf3fa;background-color:rgba(220, 243, 250, var(--bg-opacity));border-radius:9999px;height:72px;width:72px;display:flex;justify-content:center;align-items:center}.root-web-sdk #containerForm .Dashboard .mainWrapper .onboardingTile .descriptionContainer{width:66.666667%}.root-web-sdk #containerForm .Dashboard .mainWrapper .onboardingTile .onboarding_title{margin-bottom:0;font-weight:700}.root-web-sdk #containerForm .Dashboard .mainWrapper .onboardingTile .onboarding_description{margin-top:.5rem;line-height:1.5rem;margin-bottom:0}.root-web-sdk #containerForm .Dashboard .mainWrapper .onboardingTile .linkContainer{position:absolute;left:1.5rem;bottom:1.5rem;display:flex;align-items:center}.root-web-sdk #containerForm .Dashboard .mainWrapper .onboardingTile .linkContainer .icon-web-sdk{transform:none;float:none;position:relative;bottom:0;right:0;border-style:none;border-radius:0;box-shadow:none;padding:0;height:.75rem;width:.75rem;margin-left:.5rem;--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity))}.root-web-sdk #containerForm .Dashboard .mainWrapper .onboardingTile .link{margin-bottom:0;--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity))}.root-web-sdk #containerForm .Dashboard .mainWrapper .onboardingTile.bloodPressure .unit{left:7rem !important}.root-web-sdk #containerForm .Dashboard .mainWrapper .onboardingTile.bloodPressure .description{left:0}.root-web-sdk #containerForm .Dashboard .mainWrapper .onboardingTile.weight .unit{left:4rem}.root-web-sdk #containerForm .Dashboard .mainWrapper .onboardingTile.weight .avgValue{left:100px !important}.root-web-sdk #containerForm .Dashboard .mainWrapper .onboardingTile.steps .unit{left:2rem}.root-web-sdk #containerForm .Dashboard .mainWrapper .onboardingTile.steps .avgValue{left:4.25rem}.root-web-sdk #containerForm .Dashboard .mainWrapper .onboardingTile.food .image-container-web-sdk{width:4.5rem;height:4.5rem}.root-web-sdk #containerForm .Dashboard .mainWrapper .carouselControls{display:flex;justify-content:center;align-items:center}.root-web-sdk #containerForm .Dashboard .mainWrapper .carouselControls button{--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));transform:scale(0.7);border-width:0;border-radius:9999px;width:3rem;height:3rem;display:flex;justify-content:center;align-items:center;outline:2px solid transparent;outline-offset:2px;cursor:pointer;z-index:10;box-shadow:0 1px 4px 1px rgba(0,0,0,0.08)}.root-web-sdk #containerForm .Dashboard .mainWrapper .carouselControls button:after{width:.75rem;height:1rem;position:relative;left:1px;content:"";background:url(https://assets.livongo.com/image/upload/v1713187513/web-sdk/icons/arrow_jw0g5m.svg) no-repeat 50%}.root-web-sdk #containerForm .Dashboard .mainWrapper .carouselControls button.buttonPrev:after{left:-1px}.root-web-sdk #containerForm .Dashboard .mainWrapper .carouselControls button.buttonNext:after{transform:rotate(180deg)}.root-web-sdk #containerForm .Dashboard .mainWrapper .carouselControls button.invisible{visibility:hidden}.root-web-sdk #containerForm .Dashboard .mainWrapper .carouselControls .carouselCounterLabel{margin:0 1rem;font-weight:500}.root-web-sdk #containerForm .Dashboard .mainWrapper .containerCarouselNew .carousel__slider{overflow:hidden}.root-web-sdk #containerForm .Dashboard .mainWrapper .containerCarouselNew .carousel__slide{position:relative}.root-web-sdk #containerForm .Dashboard .mainWrapper .careOptionsTitle,.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTitle,.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTitle{margin:32px auto .5rem;width:100%;max-width:100%;display:flex;align-items:center;flex-direction:row;grid-gap:.5rem;gap:.5rem}@media (min-width: 576px){.root-web-sdk #containerForm .Dashboard .mainWrapper .careOptionsTitle,.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTitle,.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTitle{margin-top:1rem}}.root-web-sdk #containerForm .Dashboard .mainWrapper .careOptionsTitle[data-testId=text-pastVisitsTitle],.root-web-sdk #containerForm .Dashboard .mainWrapper .careOptionsTitle[data-testId=text-upcomingVisitsTitle],.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTitle[data-testId=text-pastVisitsTitle],.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTitle[data-testId=text-upcomingVisitsTitle],.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTitle[data-testId=text-pastVisitsTitle],.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTitle[data-testId=text-upcomingVisitsTitle]{display:inline-block;margin:0;font-weight:500;font-size:18px;line-height:1.75rem;width:auto !important}.root-web-sdk #containerForm .Dashboard .mainWrapper .careOptionsTitle p[data-testID=text-numberOfUpcomingVisits],.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTitle p[data-testID=text-numberOfUpcomingVisits],.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTitle p[data-testID=text-numberOfUpcomingVisits]{display:inline-block;--bg-opacity:1;background-color:#0078bc;background-color:rgba(0, 120, 188, var(--bg-opacity));font-weight:700;--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity));border-radius:9999px;padding:.25rem;width:1.5rem;text-align:center;height:1.25rem;margin:0;line-height:.6rem}.root-web-sdk #containerForm .Dashboard .mainWrapper .title{display:flex}.root-web-sdk #containerForm .Dashboard .mainWrapper .careOptionsTitle{font-weight:700}.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTileOneApp,.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTileOneApp{min-height:var(--visits-carousel-oneApp-height);margin:auto auto 2.5rem;width:100%;max-width:100%}.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTileOneApp .container,.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTileOneApp .container{max-width:100%}.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTileOneApp .carouselWrapper,.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTileOneApp .carouselWrapper{height:auto !important}.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTileOneApp .carouselWrapper .slider-list,.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTileOneApp .carouselWrapper .slider-list{display:flex !important;grid-gap:.5rem;gap:.5rem;padding:0.25rem !important}.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTileOneApp .slider,.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTileOneApp .slider{visibility:visible;position:relative}.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTileOneApp .slider-list,.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTileOneApp .slider-list{height:unset !important}.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTileOneApp .pastVisits,.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTileOneApp .upcomingVisits,.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTileOneApp .pastVisits,.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTileOneApp .upcomingVisits{border-style:none;display:flex;flex-direction:column;grid-gap:1rem;gap:1rem;width:100%;height:auto}.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTileOneApp .pastVisits .slider-frame,.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTileOneApp .upcomingVisits .slider-frame,.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTileOneApp .pastVisits .slider-frame,.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTileOneApp .upcomingVisits .slider-frame{min-height:var(--visits-carousel-oneApp-height) !important}.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTileOneApp .pastVisits .main_container,.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTileOneApp .upcomingVisits .main_container,.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTileOneApp .pastVisits .main_container,.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTileOneApp .upcomingVisits .main_container{box-shadow:0 1px 4px 1px rgba(0,0,0,0.08);--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));border-radius:.75rem;--border-opacity:1;border:1px solid #dfe0df;border-color:rgba(223, 224, 223, var(--border-opacity));display:flex;min-height:var(--visits-carousel-oneApp-height);width:100%;align-items:center;flex-wrap:wrap;justify-content:flex-start;align-content:flex-start;padding:1.5rem;position:relative;overflow:hidden;max-width:100%}.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTileOneApp .pastVisits p[data-testID=text-date_label],.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTileOneApp .upcomingVisits p[data-testID=text-date_label],.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTileOneApp .pastVisits p[data-testID=text-date_label],.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTileOneApp .upcomingVisits p[data-testID=text-date_label]{--text-opacity:1!important;color:#5156f5 !important;color:rgba(81, 86, 245, var(--text-opacity)) !important;display:inline-block;margin-bottom:0;font-weight:500;width:84%}.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTileOneApp .pastVisits p[data-testID=text-message],.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTileOneApp .upcomingVisits p[data-testID=text-message],.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTileOneApp .pastVisits p[data-testID=text-message],.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTileOneApp .upcomingVisits p[data-testID=text-message]{font-size:.875rem;line-height:20px;margin:.25rem auto 0;flex:100%}.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTileOneApp .pastVisits p[data-testID=text-cancel_link],.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTileOneApp .pastVisits p[data-testID=text-reschedule_link],.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTileOneApp .pastVisits p[data-testID=text-view_past_visits_link],.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTileOneApp .upcomingVisits p[data-testID=text-cancel_link],.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTileOneApp .upcomingVisits p[data-testID=text-reschedule_link],.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTileOneApp .upcomingVisits p[data-testID=text-view_past_visits_link],.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTileOneApp .pastVisits p[data-testID=text-cancel_link],.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTileOneApp .pastVisits p[data-testID=text-reschedule_link],.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTileOneApp .pastVisits p[data-testID=text-view_past_visits_link],.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTileOneApp .upcomingVisits p[data-testID=text-cancel_link],.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTileOneApp .upcomingVisits p[data-testID=text-reschedule_link],.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTileOneApp .upcomingVisits p[data-testID=text-view_past_visits_link]{--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity));margin:0;font-weight:500;line-height:20px;font-size:18px;display:inline-flex;justify-content:center;align-items:center}.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTileOneApp .pastVisits p[data-testID=text-view_past_visits_link],.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTileOneApp .upcomingVisits p[data-testID=text-view_past_visits_link],.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTileOneApp .pastVisits p[data-testID=text-view_past_visits_link],.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTileOneApp .upcomingVisits p[data-testID=text-view_past_visits_link]{margin-left:.5rem;margin-right:1.5rem;font-weight:500;line-height:20px;font-size:18px}.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTileOneApp .pastVisits button[data-testId=link-date_label],.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTileOneApp .upcomingVisits button[data-testId=link-date_label],.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTileOneApp .pastVisits button[data-testId=link-date_label],.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTileOneApp .upcomingVisits button[data-testId=link-date_label]{font-size:18px;line-height:1.75rem;font-weight:500;--text-opacity:1!important;color:#5156f5 !important;color:rgba(81, 86, 245, var(--text-opacity)) !important;display:inline-block;margin-bottom:0;width:84%}.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTileOneApp .pastVisits button[data-testID=button-video_room_button],.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTileOneApp .upcomingVisits button[data-testID=button-video_room_button],.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTileOneApp .pastVisits button[data-testID=button-video_room_button],.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTileOneApp .upcomingVisits button[data-testID=button-video_room_button]{border-radius:1rem;--bg-opacity:1;background-color:#422981;background-color:rgba(66, 41, 129, var(--bg-opacity));--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity));border-width:0;padding:.75rem 2rem;display:flex;cursor:pointer;width:100%;border-radius:9999px;align-items:center;justify-content:center;margin-top:1rem;margin-bottom:0;font-weight:500;line-height:20px;font-size:18px}.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTileOneApp .pastVisits button[data-testID=button-complete_checklist_button],.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTileOneApp .upcomingVisits button[data-testID=button-complete_checklist_button],.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTileOneApp .pastVisits button[data-testID=button-complete_checklist_button],.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTileOneApp .upcomingVisits button[data-testID=button-complete_checklist_button]{border-radius:9999px;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));--border-opacity:1;border-color:#5156f5;border-color:rgba(81, 86, 245, var(--border-opacity));--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity));margin-bottom:2.5rem}.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTileOneApp .pastVisits button[data-testId=button-assessment_button],.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTileOneApp .upcomingVisits button[data-testId=button-assessment_button],.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTileOneApp .pastVisits button[data-testId=button-assessment_button],.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTileOneApp .upcomingVisits button[data-testId=button-assessment_button]{box-sizing:border-box;display:flex;align-items:center;justify-content:center;padding:12px 24px;gap:8px;width:100%;height:44px;--bg-opacity:1;background-color:#422981;background-color:rgba(66, 41, 129, var(--bg-opacity));border-radius:9999px;--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity));--border-opacity:1;border:2px solid #422981;border-color:rgba(66, 41, 129, var(--border-opacity));cursor:pointer;margin-top:.625rem;margin-bottom:1.5rem;font-weight:500 !important;line-height:20px;font-size:18px}.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTileOneApp .pastVisits button[data-testid=assessment_button-button],.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTileOneApp .pastVisits button[data-testid=complete_checklist_button-button],.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTileOneApp .pastVisits button[data-testid=video_room_button-button],.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTileOneApp .upcomingVisits button[data-testid=assessment_button-button],.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTileOneApp .upcomingVisits button[data-testid=complete_checklist_button-button],.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTileOneApp .upcomingVisits button[data-testid=video_room_button-button],.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTileOneApp .pastVisits button[data-testid=assessment_button-button],.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTileOneApp .pastVisits button[data-testid=complete_checklist_button-button],.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTileOneApp .pastVisits button[data-testid=video_room_button-button],.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTileOneApp .upcomingVisits button[data-testid=assessment_button-button],.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTileOneApp .upcomingVisits button[data-testid=complete_checklist_button-button],.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTileOneApp .upcomingVisits button[data-testid=video_room_button-button]{margin:.25rem auto}@media (min-width: 768px){.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTileOneApp .pastVisits button[data-testid=assessment_button-button],.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTileOneApp .upcomingVisits button[data-testid=assessment_button-button],.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTileOneApp .pastVisits button[data-testid=assessment_button-button],.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTileOneApp .upcomingVisits button[data-testid=assessment_button-button]{white-space:normal;margin-bottom:2.25rem;margin-top:.75rem}}.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTileOneApp .pastVisits .actions_container,.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTileOneApp .pastVisits .cancel_container,.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTileOneApp .pastVisits .reschedule_container,.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTileOneApp .upcomingVisits .actions_container,.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTileOneApp .upcomingVisits .cancel_container,.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTileOneApp .upcomingVisits .reschedule_container,.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTileOneApp .pastVisits .actions_container,.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTileOneApp .pastVisits .cancel_container,.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTileOneApp .pastVisits .reschedule_container,.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTileOneApp .upcomingVisits .actions_container,.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTileOneApp .upcomingVisits .cancel_container,.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTileOneApp .upcomingVisits .reschedule_container{--bg-opacity:1;background-color:#f7f9f9;background-color:rgba(247, 249, 249, var(--bg-opacity));align-items:center;justify-content:center;cursor:pointer;padding:0;display:inline-flex;height:3rem;vertical-align:top;position:absolute;bottom:0}.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTileOneApp .pastVisits .actions_container .ic_pulse_error_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTileOneApp .pastVisits .cancel_container .ic_pulse_error_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTileOneApp .pastVisits .reschedule_container .ic_pulse_error_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTileOneApp .upcomingVisits .actions_container .ic_pulse_error_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTileOneApp .upcomingVisits .cancel_container .ic_pulse_error_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTileOneApp .upcomingVisits .reschedule_container .ic_pulse_error_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTileOneApp .pastVisits .actions_container .ic_pulse_error_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTileOneApp .pastVisits .cancel_container .ic_pulse_error_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTileOneApp .pastVisits .reschedule_container .ic_pulse_error_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTileOneApp .upcomingVisits .actions_container .ic_pulse_error_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTileOneApp .upcomingVisits .cancel_container .ic_pulse_error_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTileOneApp .upcomingVisits .reschedule_container .ic_pulse_error_default{-webkit-mask:url(https://assets.livongo.com/image/upload/v1713276685/web-sdk/icons/ic_pulse_error_default.svg) no-repeat 50% 50%}.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTileOneApp .pastVisits .reschedule_container,.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTileOneApp .upcomingVisits .reschedule_container,.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTileOneApp .pastVisits .reschedule_container,.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTileOneApp .upcomingVisits .reschedule_container{width:50%;left:0}.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTileOneApp .pastVisits .actions_container .view_past_visits_container,.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTileOneApp .upcomingVisits .actions_container .view_past_visits_container,.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTileOneApp .pastVisits .actions_container .view_past_visits_container,.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTileOneApp .upcomingVisits .actions_container .view_past_visits_container{display:flex;justify-content:center;align-items:center;width:auto}.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTileOneApp .pastVisits .actions_container .view_past_visits_container .ic_tdh_past_visits_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTileOneApp .upcomingVisits .actions_container .view_past_visits_container .ic_tdh_past_visits_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTileOneApp .pastVisits .actions_container .view_past_visits_container .ic_tdh_past_visits_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTileOneApp .upcomingVisits .actions_container .view_past_visits_container .ic_tdh_past_visits_default{-webkit-mask:url(https://assets.livongo.com/image/upload/v1713277957/web-sdk/icons/ic_tdh_past_visits_default.svg) no-repeat 50% 50%}.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTileOneApp .pastVisits .cancel_container,.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTileOneApp .upcomingVisits .cancel_container,.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTileOneApp .pastVisits .cancel_container,.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTileOneApp .upcomingVisits .cancel_container{width:100%;right:0;max-width:100%}.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTileOneApp .pastVisits .reschedule_container+.cancel_container,.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTileOneApp .upcomingVisits .reschedule_container+.cancel_container,.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTileOneApp .pastVisits .reschedule_container+.cancel_container,.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTileOneApp .upcomingVisits .reschedule_container+.cancel_container{width:50%}.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTileOneApp .pastVisits .button-video_room_button+.cancel_container,.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTileOneApp .upcomingVisits .button-video_room_button+.cancel_container,.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTileOneApp .pastVisits .button-video_room_button+.cancel_container,.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTileOneApp .upcomingVisits .button-video_room_button+.cancel_container{display:flex;padding:0;align-items:center;justify-content:center;background:transparent;height:20px;width:100%;margin-top:1rem;position:relative;bottom:-20px}.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTileOneApp .pastVisits .actions_container,.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTileOneApp .upcomingVisits .actions_container,.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTileOneApp .pastVisits .actions_container,.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTileOneApp .upcomingVisits .actions_container{width:100%;left:0;max-width:100%}.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTileOneApp .pastVisits .icon-web-sdk,.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTileOneApp .upcomingVisits .icon-web-sdk,.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTileOneApp .pastVisits .icon-web-sdk,.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTileOneApp .upcomingVisits .icon-web-sdk{display:inline-block;background-repeat:no-repeat;width:1.25rem;height:1.25rem;margin:0 .5rem 0 0;-webkit-mask-size:cover !important;--bg-opacity:1;background-color:#5156f5;background-color:rgba(81, 86, 245, var(--bg-opacity));transform:scale(0.8)}.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTileOneApp .pastVisits .icon-web-sdk.ic_pulse_phone_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTileOneApp .upcomingVisits .icon-web-sdk.ic_pulse_phone_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTileOneApp .pastVisits .icon-web-sdk.ic_pulse_phone_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTileOneApp .upcomingVisits .icon-web-sdk.ic_pulse_phone_default{-webkit-mask:url(https://assets.livongo.com/image/upload/v1713283518/web-sdk/icons/phone-default.svg) no-repeat 50% 50%}.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTileOneApp .pastVisits .icon-web-sdk.ic_pulse_stop_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTileOneApp .upcomingVisits .icon-web-sdk.ic_pulse_stop_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTileOneApp .pastVisits .icon-web-sdk.ic_pulse_stop_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTileOneApp .upcomingVisits .icon-web-sdk.ic_pulse_stop_default{-webkit-mask:url(https://assets.livongo.com/image/upload/v1713283561/web-sdk/icons/stop-default.svg) no-repeat 50% 50%}.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTileOneApp .pastVisits .icon-web-sdk.icn_videocamera,.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTileOneApp .upcomingVisits .icon-web-sdk.icn_videocamera,.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTileOneApp .pastVisits .icon-web-sdk.icn_videocamera,.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTileOneApp .upcomingVisits .icon-web-sdk.icn_videocamera{-webkit-mask:url(https://assets.livongo.com/image/upload/v1713283747/web-sdk/icons/video-default.svg) no-repeat 50% 50%}.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTileOneApp .pastVisits .icon-web-sdk.ic_pulse_reload_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTileOneApp .upcomingVisits .icon-web-sdk.ic_pulse_reload_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTileOneApp .pastVisits .icon-web-sdk.ic_pulse_reload_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTileOneApp .upcomingVisits .icon-web-sdk.ic_pulse_reload_default{-webkit-mask:url(https://assets.livongo.com/image/upload/v1713283533/web-sdk/icons/reload-default.svg) no-repeat 50% 50%}.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTileOneApp .pastVisits .icon-web-sdk.ic_tdh_clock_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTileOneApp .upcomingVisits .icon-web-sdk.ic_tdh_clock_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTileOneApp .pastVisits .icon-web-sdk.ic_tdh_clock_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTileOneApp .upcomingVisits .icon-web-sdk.ic_tdh_clock_default{-webkit-mask:url(https://assets.livongo.com/image/upload/v1713276022/web-sdk/icons/clock.svg) no-repeat 50% 50%}.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTileOneApp .pastVisits .icon-web-sdk.ic_tdh_chat_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTileOneApp .upcomingVisits .icon-web-sdk.ic_tdh_chat_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTileOneApp .pastVisits .icon-web-sdk.ic_tdh_chat_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTileOneApp .upcomingVisits .icon-web-sdk.ic_tdh_chat_default{-webkit-mask:url(https://assets.livongo.com/image/upload/v1713190103/web-sdk/icons/chat-default.svg) no-repeat 50% 50%}.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTileOneApp .pastVisits .ic_pulse_phone_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTileOneApp .pastVisits .ic_tdh_past_visits_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTileOneApp .pastVisits .icn_videocamera,.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTileOneApp .upcomingVisits .ic_pulse_phone_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTileOneApp .upcomingVisits .ic_tdh_past_visits_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTileOneApp .upcomingVisits .icn_videocamera,.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTileOneApp .pastVisits .ic_pulse_phone_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTileOneApp .pastVisits .ic_tdh_past_visits_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTileOneApp .pastVisits .icn_videocamera,.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTileOneApp .upcomingVisits .ic_pulse_phone_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTileOneApp .upcomingVisits .ic_tdh_past_visits_default,.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTileOneApp .upcomingVisits .icn_videocamera{vertical-align:text-top}.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTileOneApp .carouselControls,.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTileOneApp .carouselControls{margin-top:1rem;margin-left:auto;margin-right:auto}.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTileOneApp .carouselControls button:focus,.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTileOneApp .carouselControls button:focus{box-shadow:0 0 0 2px #fff,0 0 2px 4px rgba(81,86,245,0.6)}.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTileOneApp .upcomingVisits p[data-testID=text-date_label],.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTileOneApp .upcomingVisits p[data-testID=text-date_label]{font-size:18px;line-height:1.75rem}.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTileOneApp .upcomingVisits .main_container button.link-web-sdk,.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTileOneApp .upcomingVisits .main_container button.text-link-web-sdk,.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTileOneApp .upcomingVisits .main_container button.link-web-sdk,.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTileOneApp .upcomingVisits .main_container button.text-link-web-sdk{width:auto;margin-bottom:0}.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTileOneApp .pastVisits .main_container,.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTileOneApp .pastVisits .main_container{height:144px}.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTileOneApp .pastVisits .main_container .date_label,.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTileOneApp .pastVisits .main_container .date_label{--text-opacity:1!important;color:#0a0a0a !important;color:rgba(10, 10, 10, var(--text-opacity)) !important;font-size:1rem;line-height:20px}.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTileOneApp .pastVisits .main_container .icon-web-sdk:has(+.date_label),.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTileOneApp .pastVisits .main_container .icon-web-sdk:has(+.date_label){--bg-opacity:1;background-color:#171717;background-color:rgba(23, 23, 23, var(--bg-opacity))}.root-web-sdk #containerForm .Dashboard .mainWrapper .pastVisitsTileOneApp .carouselControls,.root-web-sdk #containerForm .Dashboard .mainWrapper .upcomingVisitsTileOneApp .carouselControls{margin:0}.root-web-sdk #containerForm .Dashboard .pastVisitsTileOneApp .actions_container{bottom:0 !important}.root-web-sdk #containerForm .Dashboard .covidInfoTileV2{padding-top:1.5rem;padding-bottom:2rem;margin-top:32px;border-bottom-width:1px;--border-opacity:1;border-color:#dfe0df;border-color:rgba(223, 224, 223, var(--border-opacity))}.root-web-sdk #containerForm .Dashboard .covidInfoTileV2 .covidInfoTitle{font-weight:500;font-size:1.125rem;line-height:1.75rem}.root-web-sdk #containerForm .Dashboard .covidInfoTileV2 .ic_healthcare_virus{display:inline-block;vertical-align:top;width:3.5rem;height:3.5rem;margin-left:-.75rem}.root-web-sdk #containerForm .Dashboard .covidInfoTileV2 .covidInfoDescription{display:inline-block;width:80%;margin-top:.75rem;font-size:1.125rem;line-height:1.75rem}.root-web-sdk #containerForm .Dashboard .covidInfoTileV2 .covidInfoLinkContainer{width:-moz-fit-content;width:fit-content;margin-left:2.75rem}.root-web-sdk #containerForm .Dashboard .covidInfoTileV2 .covidInfoLinkText{display:inline-block;font-weight:500;font-size:1.125rem;--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity));line-height:20px;margin-top:.75rem}.root-web-sdk #containerForm .Dashboard .covidInfoTileV2 .ic_arrow_right_pulse{display:inline-block;background-image:url(https://assets.livongo.com/image/upload/v1713283293/web-sdk/icons/arrow-right-pulse.svg);background-size:contain;background-repeat:no-repeat;background-position:50%;height:.75rem;margin-left:.25rem}.root-web-sdk #containerForm .Dashboard .needHelpTitle{font-weight:500 !important;font-size:1.125rem !important;line-height:1.75rem;margin-top:32px}.root-web-sdk #containerForm .Dashboard .needHelpFaqLink{width:-moz-fit-content;width:fit-content;margin-top:.75rem}.root-web-sdk #containerForm .Dashboard .needHelpFaqLink .faqLinkText{display:inline-block;font-weight:500;font-size:1.125rem;--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity));line-height:20px}.root-web-sdk #containerForm .Dashboard .needHelpFaqLink .ic_arrow_right_pulse{display:inline-block;background-image:url(https://assets.livongo.com/image/upload/v1713283293/web-sdk/icons/arrow-right-pulse.svg);background-size:contain;background-repeat:no-repeat;background-position:50%;height:.75rem;margin-left:.25rem}.root-web-sdk #containerForm .Dashboard .needHelpContactUsLink{width:-moz-fit-content;width:fit-content;margin-top:1rem;padding-bottom:1.5rem}.root-web-sdk #containerForm .Dashboard .needHelpContactUsLink .contactUsLinkText{display:inline-block;font-weight:500;font-size:1.125rem;--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity));line-height:20px}.root-web-sdk #containerForm .Dashboard .needHelpContactUsLink .ic_arrow_right_pulse{display:inline-block;background-image:url(https://assets.livongo.com/image/upload/v1713283293/web-sdk/icons/arrow-right-pulse.svg);background-size:contain;background-repeat:no-repeat;background-position:50%;height:.75rem;margin-left:.25rem}.root-web-sdk #containerForm .Dashboard .container-content{display:contents}.root-web-sdk #containerForm .dialog-wrapper-web-sdk.modal-screen.livongo_referral_modal{z-index:102 !important}.root-web-sdk #containerForm .dialog-wrapper-web-sdk.modal-screen.livongo_referral_modal .dialog-web-sdk{width:576px;max-width:100%}.root-web-sdk #containerForm .dialog-wrapper-web-sdk.modal-screen.livongo_referral_modal .dialog-content-web-sdk.LivongoDisclaimerDialogModal{overflow:auto;padding:1rem}.root-web-sdk #containerForm .dialog-wrapper-web-sdk.modal-screen.livongo_referral_modal .modal_container{display:flex;flex-direction:column;padding-top:0;padding-bottom:0}.root-web-sdk #containerForm .dialog-wrapper-web-sdk.modal-screen.livongo_referral_modal .modal_container .text-web-sdk{width:85%;font-weight:400;font-size:1.05rem;margin-bottom:1.25rem}.root-web-sdk #containerForm .dialog-wrapper-web-sdk.modal-screen.livongo_referral_modal .modal_container .button-web-sdk.button-confirm{align-self:flex-end;--bg-opacity:1;background-color:#5b2f91;background-color:rgba(91, 47, 145, var(--bg-opacity));border-radius:.375rem;width:7.2rem;height:2.2rem;--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity));cursor:pointer;background-repeat:no-repeat;background-position:5.375rem .375rem;background-image:url(https://assets.livongo.com/image/upload/v1713187820/web-sdk/icons/external_link_white_zobxhz.svg);background-size:1.1rem;padding:0 1.9rem 0 0;font-weight:400;margin-top:0;margin-bottom:0}.root-web-sdk #containerForm .dialog-wrapper-web-sdk.modal-screen.livongo_referral_modal .modalCloseButton{width:.75rem;height:.75rem}.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk-new-layout.Dashboard .mainWrapper .leftRailColumn .leftRailFields{margin-top:4.25rem}@media (min-width: 992px){.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk-new-layout.Dashboard .mainWrapper .leftRailColumn .leftRailFields{margin-top:3.25rem}}@media (min-width: 1200px){.root-web-sdk #containerForm.enhanced-redesign .screen-web-sdk-new-layout.Dashboard .mainWrapper .leftRailColumn .leftRailFields{margin-top:2.25rem}}.root-web-sdk .livongo_referral_modal_overlay{z-index:101 !important}body.dashboard .livongo_referral_modal.livongo_referral_modal .modal_container{padding-top:.75rem}body.dashboard .livongo_referral_modal.livongo_referral_modal .modal_container button{width:8rem;font-size:1.125rem;font-weight:400;background-position:6.2rem .5rem}.root-web-sdk .tile{width:100%;max-width:360px;min-width:360px;height:400px;text-align:center;padding:1.25rem;--bg-opacity:1;background-color:#e2f2fb;background-color:rgba(226, 242, 251, var(--bg-opacity));overflow:hidden}.root-web-sdk .tile:last-child{float:left}.root-web-sdk .tile.white{--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));--text-opacity:1;color:#000;color:rgba(0, 0, 0, var(--text-opacity))}.root-web-sdk .tile.purple{background-color:#5b2f91;background-color:rgba(91, 47, 145, var(--bg-opacity))}.root-web-sdk .tile.green,.root-web-sdk .tile.purple{--bg-opacity:1;--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity))}.root-web-sdk .tile.green{background-color:#60b440;background-color:rgba(96, 180, 64, var(--bg-opacity))}.root-web-sdk .tile.blue{background-color:#43ade8;background-color:rgba(67, 173, 232, var(--bg-opacity))}.root-web-sdk .tile.blue,.root-web-sdk .tile.red{--bg-opacity:1;--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity))}.root-web-sdk .tile.red{background-color:#d0021b;background-color:rgba(208, 2, 27, var(--bg-opacity))}.root-web-sdk .tile.teal{background-color:#00bce7;background-color:rgba(0, 188, 231, var(--bg-opacity))}.root-web-sdk .tile.tdBlue,.root-web-sdk .tile.teal{--bg-opacity:1;--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity))}.root-web-sdk .tile.tdBlue{background-color:#00b5e2;background-color:rgba(0, 181, 226, var(--bg-opacity))}.root-web-sdk .tile.lightGray{background-color:#e0e0e0;background-color:rgba(224, 224, 224, var(--bg-opacity))}.root-web-sdk .tile.gray,.root-web-sdk .tile.lightGray{--bg-opacity:1;--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity))}.root-web-sdk .tile.gray{background-color:#bcbcbc;background-color:rgba(188, 188, 188, var(--bg-opacity))}.root-web-sdk .tile.bgColor{background-color:#fbfbfb;background-color:rgba(251, 251, 251, var(--bg-opacity))}.root-web-sdk .tile.bgColor,.root-web-sdk .tile.black{--bg-opacity:1;--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity))}.root-web-sdk .tile.black{background-color:#000;background-color:rgba(0, 0, 0, var(--bg-opacity))}.root-web-sdk .tile .tile-content{position:relative;height:100%}.root-web-sdk .tile .tile-content.compass .button{margin:20px auto 0}.root-web-sdk .tile .tile-content .compass-callout{margin:0 auto;text-transform:uppercase;font-weight:400;--text-opacity:1;color:#43ade8;color:rgba(67, 173, 232, var(--text-opacity));font-size:1rem}.root-web-sdk .tile .tile-content.compass .tile-content--nested{bottom:1.25rem}.root-web-sdk .tile .tile-content h2{line-height:1}.root-web-sdk .tile .tile-content--nested{position:absolute;bottom:2.5rem;left:0;right:0}.root-web-sdk .tile.bg-image{width:100%;max-width:360px;min-width:360px;height:400px;text-align:center;padding:1.25rem;background:#e2f2fb;overflow:hidden}.root-web-sdk .tile.bg-image:last-child{float:left}.root-web-sdk .tile.bg-image.bg-image{--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity));--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));background-size:cover;background-position:50%;background-repeat:no-repeat}.root-web-sdk .tile.bg-image.bg-image.sexual-health{background-image:url(https://assets.livongo.com/image/upload/v1713184706/web-sdk/images/sexualhealth_bbyseh.jpg);display:flex;flex-direction:column}.root-web-sdk .tile.bg-image.bg-image.sexual-health a{--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity));display:inline-block;width:100%;height:100%}.root-web-sdk .tile.bg-image.bg-image.sexual-health a:focus{opacity:.5}.root-web-sdk .tile.bg-image.bg-image.tobacco-cessation{background-image:url(https://assets.livongo.com/image/upload/v1713184707/web-sdk/images/stopsmoking_unobqp.jpg)}.root-web-sdk .tile.bg-image.bg-image.tobacco-cessation a{--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity));display:inline-block;width:100%;height:100%}.root-web-sdk .tile.bg-image.bg-image.tobacco-cessation a:focus{opacity:.5}.root-web-sdk .tile.bg-image.bg-image.help-on-the-go{background-image:url(https://assets.livongo.com/image/upload/v1713184702/web-sdk/images/helponthego_do0nff.png)}.root-web-sdk .tile.bg-image.bg-image.help-on-the-go a{--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity))}.root-web-sdk .tile.bg-image.bg-image.aarp{background-image:url(https://assets.livongo.com/image/upload/v1713184696/web-sdk/images/aarp-bg_fjnfpn.jpg)}.root-web-sdk .tile.bg-image.bg-image.aarp a{--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity));display:inline-block;width:100%;height:100%}.root-web-sdk .tile.bg-image.bg-image.aarp a:focus{opacity:.5}.root-web-sdk .tile.bg-image.bg-image.physical-therapy{background-image:url(https://assets.livongo.com/image/upload/v1713184703/web-sdk/images/physical_therapy_tile_qikx6s.jpg)}.root-web-sdk .tile.bg-image.bg-image.physical-therapy a{--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity));display:inline-block;width:100%;height:100%}.root-web-sdk .tile.bg-image.bg-image.physical-therapy a:focus{opacity:.5}.root-web-sdk .tile.bg-image .tile-content{position:relative;height:100%}.root-web-sdk .tile.bg-image .tile-content.compass .button{margin:20px auto 0}.root-web-sdk .tile.bg-image .tile-content .compass-callout{margin:0 auto;text-transform:uppercase;font-weight:400;--text-opacity:1;color:#43ade8;color:rgba(67, 173, 232, var(--text-opacity));font-size:1rem}.root-web-sdk .tile.bg-image .tile-content.compass .tile-content--nested{bottom:1.25rem}.root-web-sdk .tile.bg-image .tile-content h2{line-height:1}.root-web-sdk .tile.bg-image .tile-content--nested{position:absolute;bottom:2.5rem;left:0;right:0}.root-web-sdk .tile.upcoming-visits-tile{padding-left:15px;padding-right:15px}.root-web-sdk .popular-actions{box-sizing:border-box;position:absolute;top:50%;transform:translateY(-50%);width:100%;padding:0 20px;display:block;margin:0 auto}.root-web-sdk .popular-actions li{list-style-type:none}.root-web-sdk .popular-actions li a{list-style:none;text-align:center;border-bottom:2px solid #e0e0e0;padding:10px 0}.root-web-sdk .popular-actions li a:hover{opacity:.5}.root-web-sdk [data-whatintent=keyboard] .popular-actions li a:focus{border-bottom:2px solid #43ade8 !important}.root-web-sdk .popular-actions h3{margin:0;--text-opacity:1;color:#5b2f91;color:rgba(91, 47, 145, var(--text-opacity));font-weight:400;font-size:25px}.root-web-sdk .testimonials{padding-left:5px !important;padding-right:5px !important}.root-web-sdk .testimonials .tile-content{padding:40px 0 0;overflow:hidden}.root-web-sdk .testimonials .tile-content:before{content:"";width:34px;height:23px;top:3.33333px;left:0;position:absolute;display:inline-block;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAXCAYAAABu8J3cAAAAAXNSR0IArs4c6QAAA4tJREFUSA2dVk1oU0EQ/uYlpY3aWqVVWhMPKlhF/CkiiFhaimiCCoIierVKxYt/oBcP0orSi6CIorYoWPAgXrT5EbF4UBB/Dh5ELHpoEvuvWLV/Sd46m9emb5P3mhcXHux8883s7OzuzCM4HcGRMtBYLXRsAGE9IHzw+PaigSacusjwgn2VoOR2lldCYBWEKHdnlHaTYHwThH4CYuwwG3jSNDFNnhpw2ZlZ4sH4NkA/DiT284aKZzk0bB9IeKgKqYkOiNSuWQPTjPAdpQndhNhPI3EfkvoD9lVnSSJEyVIRjPoZv88ZqFT11AMXtUB3hRGoGlJ1NlIoug+6aGftIoVB9BaktcLteYkdi3/lBtIVbeI7cJuDUHVE1+H3ngJRSnE4l9AVvcx36XwORdNOs6+rZlxdLNS7E4KechDqkRHdQcB3zGyYd94Va+b7cDOHR3SOfbVl47OBRHrXIUmveQelColoCJ7iFWhY8kfB5xJCsUbeTNhiQx85E5s4qzl3S0v7k8eQoo6cIAxlJ+or/861rqKL9M/nO/EwJwiDdNcqCKkyMhKKHmHju4pDVfgGTWuDWHYPAZpUVVlSMHaSn7ty/gqD6Auv2oJd3k4OaqYQTAcSjH7mHaxWDKwEwid4Shr5mPqt1HgnijAY+8q+fJZ6M0h4hdKyPdhe/lPCGiK9dY6CkGyBtRib7IasjFZjOL7PURCGr234Pfoc3YMLpKjxBZU1o4AhaoDkBUsDXd9qiduBArUYnzgl1RofzhY7ni0u0ITnA0tz9IJqc7D8wBl5pFq66eQnZzG45yQSarmWL4/ExixiflFgIQZiNTIjRiPLb5LN8CpAqL+CN1WmYE4FF62RGZktak4NJU/o6UuWMfGUJDLzQic6jcuM9BRqZ/DdbxS7+vJRrgsjCuZU0PQBrqzcWwofU/C4uR2YhlG2IybE4ZTi2Ol9z4G47vBOfji0MmiEVuve477EvpIF+QLdYJuUlv6vIBzlzDhr74QPWOK7YrlYoOoTH/UZS50lSPxfsyzdiY2m5/c9hkaH2MmoJT8D0mOUeeqxmewvpt93jftSM+8yT6OkdswrPiCzId2rL+bZUDUS42cZPcivqTq9PoGbHIX460TA+ygTU76J/D1MiYv8vHZz2Z9uCTTO8hO4tFvc9LrNLtRAzJpwdDG0khIUVfz4rz/1GV+y0L3oW45E0RR09mXTvf8BriEWcSR3eTgAAAAASUVORK5CYII=) 50% no-repeat;background-size:cover}.root-web-sdk .testimonials .tile-content:after{content:"";height:6px;--bg-opacity:1;background-color:#43ade8;background-color:rgba(67, 173, 232, var(--bg-opacity));width:100%;top:10px;left:50px;position:absolute;display:block}.root-web-sdk .testimonials .testimonial--text{font-weight:bolder}.root-web-sdk .testimonials .testimonial--tagline{font-style:italic}.root-web-sdk .testimonials .icon-love{display:inline-block;position:relative;top:.25rem;width:33px;height:31px;background:url(https://assets.livongo.com/image/upload/v1713278662/web-sdk/icons/icon-love_y6aepv.png) 50% no-repeat;background-size:cover}.root-web-sdk .spread-the-word .SocialMediaShareButton{display:inline-block;margin:40px 10px 0}.root-web-sdk [data-whatintent=keyboard] .spread-the-word .SocialMediaShareButton:focus{outline:2px dotted #5b2f91}.root-web-sdk .tile.mh-navigator{padding:0;height:400px}.root-web-sdk .slider.testimonials-slider{padding:120px 15px !important}.root-web-sdk .slider.testimonials-slider div.slider-frame{height:200px !important}.root-web-sdk .slider.member-services{padding-top:40px}.root-web-sdk .slider.member-services li.slider-slide{width:350px !important;margin:auto 5px !important}@media screen and (max-width: 375px){.root-web-sdk .slider.member-services li.slider-slide{width:280px !important;margin:auto 20px !important}}.root-web-sdk .slider.light button{color:#747474 !important}.root-web-sdk .slider.light li.current button{--text-opacity:1!important;color:#43ade8 !important;color:rgba(67, 173, 232, var(--text-opacity)) !important;opacity:1 !important}.root-web-sdk .decorators-wrapper{position:absolute;bottom:-10px;left:0;right:0}.root-web-sdk .slider-decorator-0,.root-web-sdk .slider-decorator-1,.root-web-sdk .slider-decorator-2{position:relative !important;display:inline-block !important;margin:0 auto !important;text-align:center !important;transform:none !important;left:0 !important;right:0 !important;bottom:0 !important}.root-web-sdk .slider-decorator-0 button,.root-web-sdk .slider-decorator-1 button,.root-web-sdk .slider-decorator-2 button{line-height:normal}.root-web-sdk .slider-decorator-0,.root-web-sdk .slider-decorator-2{bottom:0 !important}.root-web-sdk .slider-decorator-0 button,.root-web-sdk .slider-decorator-2 button{font-size:28px;font-weight:700;opacity:1 !important}.root-web-sdk [data-whatintent=keyboard] .slider-decorator-0 button:focus,.root-web-sdk [data-whatintent=keyboard] .slider-decorator-2 button:focus{color:#9ed5f3 !important}.root-web-sdk .slider-decorator-1{bottom:-7px !important}.root-web-sdk .slider-decorator-1 ul{top:0 !important}.root-web-sdk .slider-decorator-1 button{--text-opacity:1!important;color:#fff !important;color:rgba(255, 255, 255, var(--text-opacity)) !important;font-size:54px !important}.root-web-sdk .slider-decorator-2{bottom:0 !important}.root-web-sdk .slider-decorator-2 ul{top:0 !important}.root-web-sdk .physical-therapy h2{--text-opacity:1;color:#000;color:rgba(0, 0, 0, var(--text-opacity));font-weight:400;font-size:1.9rem}.root-web-sdk .physical-therapy a{width:80%;margin-top:5%;font-size:1.5rem;font-weight:500}.root-web-sdk .help-on-the-go .store-link-wrapper{margin:20px auto 0}.root-web-sdk .help-on-the-go .store-link-wrapper .android-link,.root-web-sdk .help-on-the-go .store-link-wrapper .ios-link{display:inline-block}.root-web-sdk [data-whatintent=keyboard] .help-on-the-go .store-link-wrapper .android-link:focus .app-store,.root-web-sdk [data-whatintent=keyboard] .help-on-the-go .store-link-wrapper .android-link:focus .play-store,.root-web-sdk [data-whatintent=keyboard] .help-on-the-go .store-link-wrapper .ios-link:focus .app-store,.root-web-sdk [data-whatintent=keyboard] .help-on-the-go .store-link-wrapper .ios-link:focus .play-store{outline:2px dotted #fff}.root-web-sdk .help-on-the-go .app-store{display:inline-block;width:130px;height:39px;background-image:url(https://assets.livongo.com/image/upload/v1713184697/web-sdk/images/appstore_oostxy.png)}.root-web-sdk .help-on-the-go .play-store{display:inline-block;width:130px;height:39px;background-image:url(https://assets.livongo.com/image/upload/v1713184704/web-sdk/images/playstore_sidqat.png)}.root-web-sdk .upcoming-visits .no-upcoming-visits{display:grid;grid-template-rows:min-content 4fr auto;height:100%}.root-web-sdk .upcoming-visits .no-upcoming-visits h2{margin-bottom:0}.root-web-sdk .upcoming-visits .no-upcoming-visits .upcoming-visits--request-visit{margin:0 auto;width:80%;font-weight:500;font-size:20px}.root-web-sdk .upcoming-visits .visit-details{border-radius:50%;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));position:relative;display:flex;width:200px;height:200px;margin:30px auto 10px;flex-direction:column;padding-top:5px}.root-web-sdk .upcoming-visits .visit-details--content{margin:-40px auto 0}.root-web-sdk .upcoming-visits .visit-details--content *{font-weight:500;font-size:1rem;padding:0 20px}.root-web-sdk .upcoming-visits .visit-details--content :first-child{font-weight:400;font-size:24px;margin:0 0 10px}.root-web-sdk .upcoming-visits .visit-details--content .visit-time:first-child{word-spacing:15px}.root-web-sdk .upcoming-visits .upcoming-visit--options{float:none;width:80%;margin:0 auto;display:flex;flex-direction:column;flex:1;justify-content:center;align-items:center}.root-web-sdk .upcoming-visits .upcoming-visit--options .button{float:none;width:165px;height:20px;line-height:0;position:absolute;bottom:-30px;left:0}.root-web-sdk .upcoming-visits .upcoming-visit--options .button.visit-details--join{padding:16px 0;bottom:-5px;margin-left:18px}.root-web-sdk .upcoming-visits .upcoming-visit--options .button.smaller-text{font-size:.8rem}.root-web-sdk .upcoming-visits .upcoming-visit--options .visit-edit{font-size:14px;cursor:pointer;display:flex;flex-direction:column;justify-content:center;align-items:center;align-content:center}.root-web-sdk .upcoming-visits .upcoming-visit--options .visit-edit a,.root-web-sdk .upcoming-visits .upcoming-visit--options .visit-edit button{color:#00f;text-decoration:underline}.root-web-sdk .upcoming-visits .upcoming-visit--options .visit-edit .view{display:flex}.root-web-sdk .upcoming-visits .visit-edit-info{position:absolute;float:left;width:100%;font-size:14px;cursor:pointer;white-space:nowrap;bottom:-25px;left:0;outline:0;transition:box-shadow .3s ease-in-out}.root-web-sdk [data-whatintent=keyboard] .upcoming-visits .visit-edit-info:focus{box-shadow:0 5px 0 -4px #fff}.root-web-sdk .upcoming-visits .visit-member{position:relative;width:100%;float:left}.root-web-sdk .upcoming-visits .visit-member p{line-height:1.25}.root-web-sdk .upcoming-visits .visit-member p:first-child{margin:0 auto}.root-web-sdk .upcoming-visits .upcoming-visits-icon{background:url(https://assets.livongo.com/image/upload/v1713184698/web-sdk/images/calendar_ntet8s.png) 50% no-repeat}.root-web-sdk .upcoming-visits .icon-message-center:before{content:""}.root-web-sdk .upcoming-visits .icon-message-center:after{content:"";right:-11.42857px;position:absolute;top:1.25rem;background-size:cover;background:url(https://assets.livongo.com/image/upload/v1713278272/web-sdk/icons/icn-message-center_h03kb3.svg) 50% no-repeat;background-size:48px;width:3rem;height:3rem}.root-web-sdk .upcoming-visits .icon-phone:after{content:"";left:-11.42857px;position:absolute;top:1.25rem;background-size:cover;background:url(https://assets.livongo.com/image/upload/v1713278298/web-sdk/icons/icn-telephone_fwkjxi.svg) 50% no-repeat;background-size:48px;width:3rem;height:3rem}.root-web-sdk .upcoming-visits .icon-video:after{content:"";right:-11.42857px;position:absolute;top:1.25rem;background-size:cover;background:url(https://assets.livongo.com/image/upload/v1713278310/web-sdk/icons/icn-video_ebcv4n.svg) 50% no-repeat;background-size:48px;width:3rem;height:3rem}.root-web-sdk .upcoming-visits .visit-details--comm-method{display:flex;justify-content:space-between;flex-direction:row-reverse}.root-web-sdk .upcoming-visits .visit-details--content{--text-opacity:1;color:#5b2f91;color:rgba(91, 47, 145, var(--text-opacity));padding:7px 20px;display:flex;flex-direction:column}.root-web-sdk .upcoming-visits .visit-details--content *{margin:-10px auto;line-height:auto}.root-web-sdk .icon-behavhealth-service{position:relative;display:block;background:url(https://assets.livongo.com/image/upload/v1713278260/web-sdk/icons/icn-mental-health_sehxb1.svg) 50% no-repeat;background-size:132px;margin:0 auto;width:109px;height:92px}.root-web-sdk .icon-genmedical-service{position:relative;display:block;background:url(https://assets.livongo.com/image/upload/v1713278247/web-sdk/icons/icn-general-medical_m2xwqp.svg) 50% no-repeat;background-size:132px;margin:0 auto;width:109px;height:92px}.root-web-sdk .icon-emo2-service{position:relative;display:block;background:url(https://assets.livongo.com/image/upload/v1713278222/web-sdk/icons/icn-expert-medical-opinion_lndbsk.svg) 50% no-repeat;background-size:132px;margin:0 auto;width:109px;height:92px}.root-web-sdk .icon-findadoctor-service{position:relative;display:block;background:url(https://assets.livongo.com/image/upload/v1713278234/web-sdk/icons/icn-find-a-doctor_ve6mr0.svg) 50% no-repeat;background-size:132px;margin:0 auto;width:109px;height:92px}.root-web-sdk .icon-derm-service{position:relative;display:block;background:url(https://assets.livongo.com/image/upload/v1713278209/web-sdk/icons/icn-dermatology_nhu5mj.svg) 50% no-repeat;background-size:132px;margin:0 auto;width:109px;height:92px}.root-web-sdk .compass-logo{position:relative;display:block;background:url(https://assets.livongo.com/image/upload/v1713184701/web-sdk/images/compass-logo_qxkhol.jpg) 50% no-repeat;background-size:cover;margin:0 auto 10px;width:120px;height:120px}.root-web-sdk .icon-nutrition-service{position:relative;display:block;background:url("data:image/svg+xml;charset=utf-8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 288 288'%3E%3Cpath d='M144 128.29c-4.65-1.51-37-10.89-37 19.81 0 28.59 18.51 40 22.42 40.36 4.49.38 9.16-1.68 14.58-1.68s9.34 2.06 14.58 1.68c3.91-.28 22.42-11.77 22.42-40.36 0-30.7-32.38-21.32-37-19.81z' stroke-miterlimit='10' fill='none' stroke='%23fff' stroke-width='4.48'/%3E%3Cpath d='M114.82 100.82a31.07 31.07 0 0116.44 3.37c7.09 3.88 11 12.33 11 12.33s-6 2.06-15.51-1.87-11.93-13.83-11.93-13.83z' fill='%23fff'/%3E%3Cpath d='M156.3 103.07s-6 2.8-9.71 11.77c-3.56 8.53-2.43 13.45-2.43 13.45' stroke-linecap='round' stroke-linejoin='round' fill='none' stroke='%23fff' stroke-width='4.48'/%3E%3C/svg%3E") 50% no-repeat;background-size:220px;margin:0 auto;width:109px;height:92px}.root-web-sdk .icon-vpc-service{position:relative;display:block;background:url(https://assets.livongo.com/image/upload/v1713278335/web-sdk/icons/icn-vpc.svg) 50% no-repeat;background-size:110px;margin:0 auto;width:109px;height:92px}.root-web-sdk .icon-vpc-service+h3{margin-bottom:0}.root-web-sdk .pastVisitsTileOneApp .slider,.root-web-sdk .upcomingVisitsTileOneApp .slider{padding:0 !important;position:relative !important}.root-web-sdk .pastVisitsTileOneApp .button-web-sdk,.root-web-sdk .upcomingVisitsTileOneApp .button-web-sdk{font-weight:400 !important}.root-web-sdk .metricCarousel .slider{position:relative !important;margin-top:-4rem !important}@media (min-width: 768px){.root-web-sdk .metricCarousel .slider{margin-top:-2rem !important}}@media (min-width: 992px){.root-web-sdk .metricCarousel .slider{margin-top:-2rem !important}}@media (min-width: 1200px){.root-web-sdk .metricCarousel .slider{margin-top:-2rem !important}}.root-web-sdk .metricCarousel .slider .metricTile p[data-testId=text-value]{top:9px !important}.root-web-sdk .metricCarousel .slider .metricTile p[data-testId=text-unit]{bottom:6rem !important}.root-web-sdk .metricCarousel .slider .metricTile p[data-testId=text-dateTime]{bottom:0.25rem !important;right:2.75rem !important}.root-web-sdk .metricCarousel .slider .metricTile p[data-testId=text-description]{bottom:2.4rem !important}.root-web-sdk .metricCarousel .slider .metricTile p[data-testId=text-avgValue]{bottom:4.25rem !important}.root-web-sdk .metricCarousel .slider .metricTile.bloodPressure p[data-testId=text-dateTime]{right:5.25rem !important}.root-web-sdk .metricCarousel .slider .metricTile.weight p[data-testId=text-dateTime]{right:5rem !important}.root-web-sdk .metricCarousel .slider .slider-frame{height:176px !important}.root-web-sdk .metricCarousel .carouselControls{margin-top:3rem !important}.root-web-sdk #containerForm .AllCareProducts,.root-web-sdk #containerForm .CareOption{--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));text-align:center;border-radius:1.5rem}.root-web-sdk #containerForm .AllCareProducts .mainContentColumn,.root-web-sdk #containerForm .CareOption .mainContentColumn{padding-top:8rem;text-align:left;font-weight:400;padding-bottom:2rem}.root-web-sdk #containerForm .AllCareProducts .mainContentColumn .mainFields,.root-web-sdk #containerForm .CareOption .mainContentColumn .mainFields{text-align:center;max-width:50rem;margin-left:auto;margin-right:auto;padding-left:.5rem;padding-right:.5rem}@media (min-width: 768px){.root-web-sdk #containerForm .AllCareProducts .mainContentColumn .mainFields,.root-web-sdk #containerForm .CareOption .mainContentColumn .mainFields{padding-left:0;padding-right:0}}.root-web-sdk #containerForm .AllCareProducts .mainContentColumn .mainFields>div.icon-web-sdk,.root-web-sdk #containerForm .CareOption .mainContentColumn .mainFields>div.icon-web-sdk{position:relative;margin-bottom:32px}.root-web-sdk #containerForm .AllCareProducts .mainContentColumn .text-web-sdk[data-testid=text-CareOptionSubTitle1],.root-web-sdk #containerForm .CareOption .mainContentColumn .text-web-sdk[data-testid=text-CareOptionSubTitle1]{font-family:Effra;font-size:26px;line-height:28px;font-weight:400;text-align:center;position:static;width:630px;height:109px;left:0;top:0;color:#000;flex:none;order:0;flex-grow:0;margin:40px auto auto}.root-web-sdk #containerForm .AllCareProducts .mainContentColumn .text-web-sdk[data-testid=text-CareOptionSubTitle2],.root-web-sdk #containerForm .CareOption .mainContentColumn .text-web-sdk[data-testid=text-CareOptionSubTitle2]{font-family:Effra;font-size:26px;line-height:28px;font-weight:400;text-align:center;position:static;width:630px;height:109px;left:0;top:0;color:#000;flex:none;order:0;flex-grow:0;margin:-30px auto auto}.root-web-sdk #containerForm .AllCareProducts .mainContentColumn p[data-testId*=text-subtitle_],.root-web-sdk #containerForm .CareOption .mainContentColumn p[data-testId*=text-subtitle_]{margin-top:.5rem;margin-bottom:.25rem;--text-opacity:1;color:#727069;color:rgba(114, 112, 105, var(--text-opacity));font-weight:400;font-size:1.125rem;line-height:20px}@media (min-width: 768px){.root-web-sdk #containerForm .AllCareProducts .mainContentColumn p[data-testId*=text-subtitle_],.root-web-sdk #containerForm .CareOption .mainContentColumn p[data-testId*=text-subtitle_]{display:inline-block}.root-web-sdk #containerForm .AllCareProducts .mainContentColumn p[data-testId*=text-subtitle_]:nth-of-type(2),.root-web-sdk #containerForm .CareOption .mainContentColumn p[data-testId*=text-subtitle_]:nth-of-type(2){margin-left:.5rem}.root-web-sdk #containerForm .AllCareProducts .mainContentColumn p[data-testId*=text-subtitle_]:nth-of-type(2):before,.root-web-sdk #containerForm .CareOption .mainContentColumn p[data-testId*=text-subtitle_]:nth-of-type(2):before{content:"";width:.25rem;height:.25rem;border-radius:9999px;--bg-opacity:1;background-color:#727069;background-color:rgba(114, 112, 105, var(--bg-opacity));display:inline-block;margin-bottom:.25rem;margin-right:.5rem}}.root-web-sdk #containerForm .AllCareProducts .mainContentColumn .livongoDisclaimer,.root-web-sdk #containerForm .CareOption .mainContentColumn .livongoDisclaimer{display:flex;align-items:flex-start;font-family:effra !important;line-height:20px;font-size:20px;line-height:1.2em;font-weight:400;text-align:left;padding-left:10px;border-top:1px solid #cbc9bf;padding-top:15px}.root-web-sdk #containerForm .AllCareProducts .mainContentColumn .livongoDisclaimer p,.root-web-sdk #containerForm .CareOption .mainContentColumn .livongoDisclaimer p{padding-left:10px;font-size:16px}.root-web-sdk #containerForm .AllCareProducts .mainContentColumn .livongoDisclaimer .icon-web-sdk,.root-web-sdk #containerForm .AllCareProducts .mainContentColumn .livongoDisclaimer p,.root-web-sdk #containerForm .CareOption .mainContentColumn .livongoDisclaimer .icon-web-sdk,.root-web-sdk #containerForm .CareOption .mainContentColumn .livongoDisclaimer p{flex:1 1 0%}.root-web-sdk #containerForm .AllCareProducts .mainContentColumn button[data-testId=button-AllCareOptionsTitle],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn h1[data-testId=title-AllCareOptionsTitle],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn h1[data-testId=title-CareOptionTitle],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn p[data-testId=text-CareOptionTitle],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn p[data-testId=text-PrimaryCareTitle],.root-web-sdk #containerForm .CareOption .mainContentColumn button[data-testId=button-AllCareOptionsTitle],.root-web-sdk #containerForm .CareOption .mainContentColumn h1[data-testId=title-AllCareOptionsTitle],.root-web-sdk #containerForm .CareOption .mainContentColumn h1[data-testId=title-CareOptionTitle],.root-web-sdk #containerForm .CareOption .mainContentColumn p[data-testId=text-CareOptionTitle],.root-web-sdk #containerForm .CareOption .mainContentColumn p[data-testId=text-PrimaryCareTitle]{font-size:2rem;font-weight:500;vertical-align:middle;margin-top:0;margin-left:0;margin-bottom:32px;display:inline-block}@media (min-width: 768px){.root-web-sdk #containerForm .AllCareProducts .mainContentColumn button[data-testId=button-AllCareOptionsTitle],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn h1[data-testId=title-AllCareOptionsTitle],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn h1[data-testId=title-CareOptionTitle],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn p[data-testId=text-CareOptionTitle],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn p[data-testId=text-PrimaryCareTitle],.root-web-sdk #containerForm .CareOption .mainContentColumn button[data-testId=button-AllCareOptionsTitle],.root-web-sdk #containerForm .CareOption .mainContentColumn h1[data-testId=title-AllCareOptionsTitle],.root-web-sdk #containerForm .CareOption .mainContentColumn h1[data-testId=title-CareOptionTitle],.root-web-sdk #containerForm .CareOption .mainContentColumn p[data-testId=text-CareOptionTitle],.root-web-sdk #containerForm .CareOption .mainContentColumn p[data-testId=text-PrimaryCareTitle]{margin-left:32px}}.root-web-sdk #containerForm .AllCareProducts .mainContentColumn h1[data-testId=title-CareOptionTitle],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn p[data-testId=text-CareOptionTitle],.root-web-sdk #containerForm .CareOption .mainContentColumn h1[data-testId=title-CareOptionTitle],.root-web-sdk #containerForm .CareOption .mainContentColumn p[data-testId=text-CareOptionTitle]{margin-left:1rem}.root-web-sdk #containerForm .AllCareProducts .mainContentColumn button[data-testid=button-backButton],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn button[data-testid=link-backButton],.root-web-sdk #containerForm .CareOption .mainContentColumn button[data-testid=button-backButton],.root-web-sdk #containerForm .CareOption .mainContentColumn button[data-testid=link-backButton]{position:absolute;top:6.5rem;left:1.5rem;padding-left:1rem;border-style:none;font-weight:500;font-size:1.125rem;--text-opacity:1;color:#5b2f91;color:rgba(91, 47, 145, var(--text-opacity));cursor:pointer;background-repeat:no-repeat;background-position:0;background-color:transparent;background-image:url(https://assets.livongo.com/image/upload/v1713187897/web-sdk/icons/left_arrow_purple_nhafex.svg);background-size:.5rem}@media (min-width: 576px){.root-web-sdk #containerForm .AllCareProducts .mainContentColumn button[data-testid=button-backButton],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn button[data-testid=link-backButton],.root-web-sdk #containerForm .CareOption .mainContentColumn button[data-testid=button-backButton],.root-web-sdk #containerForm .CareOption .mainContentColumn button[data-testid=link-backButton]{left:3rem}}.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile]{margin-left:auto;margin-right:auto;--border-opacity:1;border:1px solid #5b2f91;border-color:rgba(91, 47, 145, var(--border-opacity));padding:1.5rem 1rem;position:relative;text-align:left;margin-bottom:1.5rem;--border-opacity:0.5;border-radius:.25rem;box-shadow:0 0.5rem 1rem -0.625rem rgba(0,0,0,0.2),0 0.5rem 1rem -0.625rem rgba(91,47,145,0.25)}@media (min-width: 768px){.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile]{box-shadow:none;border-width:1px 0 0;border-color:#cbc9bf;border-color:rgba(203, 201, 191, var(--border-opacity));--border-opacity:1;border-radius:0}}@media (min-width: 1200px){.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile]{padding-right:25%}}.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div.productTile[class*=careOptionTile] p[data-testId=text-labelAvailabilityValue],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div.productTile[class*=webCareOptionTile] p[data-testId=text-labelAvailabilityValue],.root-web-sdk #containerForm .CareOption .mainContentColumn div.productTile[class*=careOptionTile] p[data-testId=text-labelAvailabilityValue],.root-web-sdk #containerForm .CareOption .mainContentColumn div.productTile[class*=webCareOptionTile] p[data-testId=text-labelAvailabilityValue]{margin-bottom:1rem}@media (min-width: 768px){.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div.hasLabelAvailability[class*=careOptionTile] div[data-testId=html-text-description] p,.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div.hasLabelAvailability[class*=careOptionTile] p[data-testId=text-description],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div.productTile[class*=careOptionTile] div[data-testId=html-text-description] p,.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div.productTile[class*=careOptionTile] p[data-testId=text-description],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div.hasLabelAvailability[class*=webCareOptionTile] div[data-testId=html-text-description] p,.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div.hasLabelAvailability[class*=webCareOptionTile] p[data-testId=text-description],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div.productTile[class*=webCareOptionTile] div[data-testId=html-text-description] p,.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div.productTile[class*=webCareOptionTile] p[data-testId=text-description],.root-web-sdk #containerForm .CareOption .mainContentColumn div.hasLabelAvailability[class*=careOptionTile] div[data-testId=html-text-description] p,.root-web-sdk #containerForm .CareOption .mainContentColumn div.hasLabelAvailability[class*=careOptionTile] p[data-testId=text-description],.root-web-sdk #containerForm .CareOption .mainContentColumn div.productTile[class*=careOptionTile] div[data-testId=html-text-description] p,.root-web-sdk #containerForm .CareOption .mainContentColumn div.productTile[class*=careOptionTile] p[data-testId=text-description],.root-web-sdk #containerForm .CareOption .mainContentColumn div.hasLabelAvailability[class*=webCareOptionTile] div[data-testId=html-text-description] p,.root-web-sdk #containerForm .CareOption .mainContentColumn div.hasLabelAvailability[class*=webCareOptionTile] p[data-testId=text-description],.root-web-sdk #containerForm .CareOption .mainContentColumn div.productTile[class*=webCareOptionTile] div[data-testId=html-text-description] p,.root-web-sdk #containerForm .CareOption .mainContentColumn div.productTile[class*=webCareOptionTile] p[data-testId=text-description]{margin-bottom:1rem}}.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] button[data-testId=link-title],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] h2[data-testId=link-title],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] h2[data-testId=text-title],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] p[data-testId=text-title],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] button[data-testId=link-title],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] h2[data-testId=link-title],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] h2[data-testId=text-title],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-title],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] button[data-testId=link-title],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] h2[data-testId=link-title],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] h2[data-testId=text-title],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] p[data-testId=text-title],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] button[data-testId=link-title],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] h2[data-testId=link-title],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] h2[data-testId=text-title],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-title]{margin:0;padding:0;font-size:1.5rem;font-weight:500;line-height:1.5rem;--text-opacity:1;color:#2c2a29;color:rgba(44, 42, 41, var(--text-opacity));text-align:left;width:75%;border-width:0;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));cursor:pointer}.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] button[data-testId=link-title],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] button[data-testId=link-title],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] button[data-testId=link-title],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] button[data-testId=link-title]{width:100%;cursor:pointer}.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] h2[data-testId=link-title],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] h2[data-testId=text-title],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] h2[data-testId=link-title],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] h2[data-testId=text-title],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] h2[data-testId=link-title],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] h2[data-testId=text-title],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] h2[data-testId=link-title],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] h2[data-testId=text-title]{line-height:1.8rem}.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] p[data-testId=text-subtitle],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-subtitle],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] p[data-testId=text-subtitle],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-subtitle]{font-weight:500;font-size:1rem;margin-top:.25rem}.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] div[data-testId=html-text-description] p,.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] div[data-testId=html-text-description] p,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] div[data-testId=html-text-description] p,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] div[data-testId=html-text-description] p{width:100%;margin-top:.5rem;margin-bottom:1.5rem}.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] div[data-testId=html-text-description] p span,.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] div[data-testId=html-text-description] p span,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] div[data-testId=html-text-description] p span,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] div[data-testId=html-text-description] p span{font-size:1.25rem;font-weight:400;--text-opacity:1;color:#2c2a29;color:rgba(44, 42, 41, var(--text-opacity))}.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] div[data-testId=html-text-description] p span a,.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] div[data-testId=html-text-description] p span a,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] div[data-testId=html-text-description] p span a,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] div[data-testId=html-text-description] p span a{font-size:1.25rem;font-weight:400}.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] p[data-testId=text-description],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-description],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] p[data-testId=text-description],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-description]{font-size:1.25rem;font-weight:400;--text-opacity:1;color:#2c2a29;color:rgba(44, 42, 41, var(--text-opacity));width:75%;margin-top:.5rem;margin-bottom:1.5rem}@media (min-width: 768px){.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] p[data-testId=text-description],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-description],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] p[data-testId=text-description],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-description]{margin-bottom:3rem}}@media (min-width: 1200px){.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] p[data-testId=text-description],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-description],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] p[data-testId=text-description],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-description]{width:100%}}.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] p[data-testId=text-description]+.icon-web-sdk,.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-description]+.icon-web-sdk,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] p[data-testId=text-description]+.icon-web-sdk,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-description]+.icon-web-sdk{position:static;margin-top:1.5rem;margin-bottom:2.75rem;margin-left:1.5rem;filter:grayscale(1)}@media (min-width: 375px){.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] p[data-testId=text-description]+.icon-web-sdk,.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-description]+.icon-web-sdk,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] p[data-testId=text-description]+.icon-web-sdk,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-description]+.icon-web-sdk{margin-left:3rem}}.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]{top:-2rem;left:3.25rem}@media (min-width: 375px){.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]{left:4.25rem}}.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk,.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk{top:0;left:-.75rem}.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2),.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2),.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2),.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2){top:.25rem;left:1.25rem}@media (min-width: 375px){.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2),.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2),.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2),.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2){left:2.25rem}}@media (min-width: 768px){.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2),.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2),.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2),.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2){top:1rem}}.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.collapsibleContainer .triggerButton,.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.collapsibleContainer button[data-testid=link-learnMoreButton],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.collapsibleContainer .triggerButton,.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.collapsibleContainer button[data-testid=link-learnMoreButton],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.collapsibleContainer .triggerButton,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.collapsibleContainer button[data-testid=link-learnMoreButton],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.collapsibleContainer .triggerButton,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.collapsibleContainer button[data-testid=link-learnMoreButton]{top:-4.5rem;left:11rem;position:relative}@media (min-width: 375px){.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.collapsibleContainer .triggerButton,.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.collapsibleContainer button[data-testid=link-learnMoreButton],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.collapsibleContainer .triggerButton,.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.collapsibleContainer button[data-testid=link-learnMoreButton],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.collapsibleContainer .triggerButton,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.collapsibleContainer button[data-testid=link-learnMoreButton],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.collapsibleContainer .triggerButton,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.collapsibleContainer button[data-testid=link-learnMoreButton]{left:14rem}}@media (min-width: 768px){.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.collapsibleContainer .triggerButton,.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.collapsibleContainer button[data-testid=link-learnMoreButton],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.collapsibleContainer .triggerButton,.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.collapsibleContainer button[data-testid=link-learnMoreButton],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.collapsibleContainer .triggerButton,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.collapsibleContainer button[data-testid=link-learnMoreButton],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.collapsibleContainer .triggerButton,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.collapsibleContainer button[data-testid=link-learnMoreButton]{left:15rem;top:-5rem}}.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+button[data-testId=link-learnMoreButton],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+button[data-testId=link-learnMoreButton],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+button[data-testId=link-learnMoreButton],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+button[data-testId=link-learnMoreButton]{top:-1.25rem;left:4rem}@media (min-width: 375px){.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+button[data-testId=link-learnMoreButton],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+button[data-testId=link-learnMoreButton],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+button[data-testId=link-learnMoreButton],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+button[data-testId=link-learnMoreButton]{left:6rem}}.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.icon-web-sdk,.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.icon-web-sdk,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.icon-web-sdk,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.icon-web-sdk{top:.25rem;left:-1.75rem}@media (min-width: 375px){.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.icon-web-sdk,.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.icon-web-sdk,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.icon-web-sdk,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.icon-web-sdk{left:-.5rem}}@media (min-width: 768px){.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.icon-web-sdk,.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.icon-web-sdk,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.icon-web-sdk,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.icon-web-sdk{top:1rem}}.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.icon-web-sdk+button[data-testId=link-learnMoreButton],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.icon-web-sdk+button[data-testId=link-learnMoreButton],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.icon-web-sdk+button[data-testId=link-learnMoreButton],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.icon-web-sdk+button[data-testId=link-learnMoreButton]{top:-1.25rem;left:3rem}@media (min-width: 375px){.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.icon-web-sdk+button[data-testId=link-learnMoreButton],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.icon-web-sdk+button[data-testId=link-learnMoreButton],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.icon-web-sdk+button[data-testId=link-learnMoreButton],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.icon-web-sdk+button[data-testId=link-learnMoreButton]{left:5rem}}.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.icon-web-sdk+.collapsibleContainer .triggerButton,.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.icon-web-sdk+.collapsibleContainer button[data-testid=link-learnMoreButton],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.icon-web-sdk+.collapsibleContainer .triggerButton,.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.icon-web-sdk+.collapsibleContainer button[data-testid=link-learnMoreButton],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.icon-web-sdk+.collapsibleContainer .triggerButton,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.icon-web-sdk+.collapsibleContainer button[data-testid=link-learnMoreButton],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.icon-web-sdk+.collapsibleContainer .triggerButton,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.icon-web-sdk+.collapsibleContainer button[data-testid=link-learnMoreButton]{top:-4.5rem;left:11rem;position:relative}@media (min-width: 375px){.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.icon-web-sdk+.collapsibleContainer .triggerButton,.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.icon-web-sdk+.collapsibleContainer button[data-testid=link-learnMoreButton],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.icon-web-sdk+.collapsibleContainer .triggerButton,.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.icon-web-sdk+.collapsibleContainer button[data-testid=link-learnMoreButton],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.icon-web-sdk+.collapsibleContainer .triggerButton,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.icon-web-sdk+.collapsibleContainer button[data-testid=link-learnMoreButton],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.icon-web-sdk+.collapsibleContainer .triggerButton,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.icon-web-sdk+.collapsibleContainer button[data-testid=link-learnMoreButton]{left:14rem}}@media (min-width: 768px){.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.icon-web-sdk+.collapsibleContainer .triggerButton,.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.icon-web-sdk+.collapsibleContainer button[data-testid=link-learnMoreButton],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.icon-web-sdk+.collapsibleContainer .triggerButton,.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.icon-web-sdk+.collapsibleContainer button[data-testid=link-learnMoreButton],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.icon-web-sdk+.collapsibleContainer .triggerButton,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.icon-web-sdk+.collapsibleContainer button[data-testid=link-learnMoreButton],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.icon-web-sdk+.collapsibleContainer .triggerButton,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.icon-web-sdk+.collapsibleContainer button[data-testid=link-learnMoreButton]{left:15rem;top:-5rem}}.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.icon-web-sdk+.icon-web-sdk,.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.icon-web-sdk+.icon-web-sdk,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.icon-web-sdk+.icon-web-sdk,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.icon-web-sdk+.icon-web-sdk{top:.25rem;left:.25rem}@media (min-width: 375px){.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.icon-web-sdk+.icon-web-sdk,.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.icon-web-sdk+.icon-web-sdk,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.icon-web-sdk+.icon-web-sdk,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.icon-web-sdk+.icon-web-sdk{left:1.25rem}}@media (min-width: 768px){.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.icon-web-sdk+.icon-web-sdk,.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.icon-web-sdk+.icon-web-sdk,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.icon-web-sdk+.icon-web-sdk,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.icon-web-sdk+.icon-web-sdk{top:1rem}}.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.icon-web-sdk+.icon-web-sdk+button[data-testId=link-learnMoreButton],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.icon-web-sdk+.icon-web-sdk+button[data-testId=link-learnMoreButton],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.icon-web-sdk+.icon-web-sdk+button[data-testId=link-learnMoreButton],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.icon-web-sdk+.icon-web-sdk+button[data-testId=link-learnMoreButton]{top:-1.25rem;left:2rem}@media (min-width: 375px){.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.icon-web-sdk+.icon-web-sdk+button[data-testId=link-learnMoreButton],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.icon-web-sdk+.icon-web-sdk+button[data-testId=link-learnMoreButton],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.icon-web-sdk+.icon-web-sdk+button[data-testId=link-learnMoreButton],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.icon-web-sdk+.icon-web-sdk+button[data-testId=link-learnMoreButton]{left:4rem}}.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.icon-web-sdk+.icon-web-sdk+.collapsibleContainer .triggerButton,.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.icon-web-sdk+.icon-web-sdk+.collapsibleContainer button[data-testid=link-learnMoreButton],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.icon-web-sdk+.icon-web-sdk+.collapsibleContainer .triggerButton,.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.icon-web-sdk+.icon-web-sdk+.collapsibleContainer button[data-testid=link-learnMoreButton],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.icon-web-sdk+.icon-web-sdk+.collapsibleContainer .triggerButton,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.icon-web-sdk+.icon-web-sdk+.collapsibleContainer button[data-testid=link-learnMoreButton],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.icon-web-sdk+.icon-web-sdk+.collapsibleContainer .triggerButton,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.icon-web-sdk+.icon-web-sdk+.collapsibleContainer button[data-testid=link-learnMoreButton]{top:-4.5rem;left:11rem;position:relative}@media (min-width: 375px){.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.icon-web-sdk+.icon-web-sdk+.collapsibleContainer .triggerButton,.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.icon-web-sdk+.icon-web-sdk+.collapsibleContainer button[data-testid=link-learnMoreButton],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.icon-web-sdk+.icon-web-sdk+.collapsibleContainer .triggerButton,.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.icon-web-sdk+.icon-web-sdk+.collapsibleContainer button[data-testid=link-learnMoreButton],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.icon-web-sdk+.icon-web-sdk+.collapsibleContainer .triggerButton,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.icon-web-sdk+.icon-web-sdk+.collapsibleContainer button[data-testid=link-learnMoreButton],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.icon-web-sdk+.icon-web-sdk+.collapsibleContainer .triggerButton,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.icon-web-sdk+.icon-web-sdk+.collapsibleContainer button[data-testid=link-learnMoreButton]{left:14rem}}@media (min-width: 768px){.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.icon-web-sdk+.icon-web-sdk+.collapsibleContainer .triggerButton,.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.icon-web-sdk+.icon-web-sdk+.collapsibleContainer button[data-testid=link-learnMoreButton],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.icon-web-sdk+.icon-web-sdk+.collapsibleContainer .triggerButton,.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.icon-web-sdk+.icon-web-sdk+.collapsibleContainer button[data-testid=link-learnMoreButton],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.icon-web-sdk+.icon-web-sdk+.collapsibleContainer .triggerButton,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.icon-web-sdk+.icon-web-sdk+.collapsibleContainer button[data-testid=link-learnMoreButton],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.icon-web-sdk+.icon-web-sdk+.collapsibleContainer .triggerButton,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-description]+.icon-web-sdk:first-of-type+p[data-testId=text-labelOptionsTitle]+.icon-web-sdk:nth-of-type(2)+.icon-web-sdk+.icon-web-sdk+.collapsibleContainer button[data-testid=link-learnMoreButton]{left:15rem;top:-5rem}}.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] button[data-testId=button-actionButton],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] button[data-testId=button-actionButton],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] button[data-testId=button-actionButton],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] button[data-testId=button-actionButton]{position:static;top:1.5rem;right:1rem;--text-opacity:1;color:#5b2f91;color:rgba(91, 47, 145, var(--text-opacity));--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));--border-opacity:1;border:1px solid #5b2f91;border-color:rgba(91, 47, 145, var(--border-opacity));border-radius:.5rem;padding:.75rem 1rem;font-weight:500;cursor:pointer;width:100%;margin:0 auto}@media (min-width: 768px){.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] button[data-testId=button-actionButton],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] button[data-testId=button-actionButton],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] button[data-testId=button-actionButton],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] button[data-testId=button-actionButton]{width:auto;position:absolute}}.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] button[data-testId=button-actionButton]:active,.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] button[data-testId=button-actionButton]:focus,.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] button[data-testId=button-actionButton]:hover,.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] button[data-testId=button-actionButton]:active,.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] button[data-testId=button-actionButton]:focus,.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] button[data-testId=button-actionButton]:hover,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] button[data-testId=button-actionButton]:active,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] button[data-testId=button-actionButton]:focus,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] button[data-testId=button-actionButton]:hover,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] button[data-testId=button-actionButton]:active,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] button[data-testId=button-actionButton]:focus,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] button[data-testId=button-actionButton]:hover{--border-opacity:1;border-color:#3e267f;border-color:rgba(62, 38, 127, var(--border-opacity));--text-opacity:1;color:#3e267f;color:rgba(62, 38, 127, var(--text-opacity))}.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] button[data-testId=button-actionButton]:focus,.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] button[data-testId=button-actionButton]:hover,.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] button[data-testId=button-actionButton]:focus,.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] button[data-testId=button-actionButton]:hover,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] button[data-testId=button-actionButton]:focus,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] button[data-testId=button-actionButton]:hover,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] button[data-testId=button-actionButton]:focus,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] button[data-testId=button-actionButton]:hover{--bg-opacity:1;background-color:#f0e6f4;background-color:rgba(240, 230, 244, var(--bg-opacity))}.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] button[data-testId=button-actionButton]:focus,.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] button[data-testId=button-actionButton]:focus,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] button[data-testId=button-actionButton]:focus,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] button[data-testId=button-actionButton]:focus{outline:2px solid transparent;outline-offset:2px;box-shadow:0 0 0 2px #fff,0 0 2px 4px rgba(0,96,252,0.6)}.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] p[data-testId=text-labelAvailabilityValue],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-labelAvailabilityValue],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] p[data-testId=text-labelAvailabilityValue],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-labelAvailabilityValue]{text-align:center;--text-opacity:1;color:#2c2a29;color:rgba(44, 42, 41, var(--text-opacity));font-weight:400;width:3.8rem;font-size:1.25rem}@media (min-width: 375px){.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] p[data-testId=text-labelAvailabilityValue],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-labelAvailabilityValue],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] p[data-testId=text-labelAvailabilityValue],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-labelAvailabilityValue]{width:8rem;margin-top:0}}@media (min-width: 768px){.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] p[data-testId=text-labelAvailabilityValue],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-labelAvailabilityValue],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] p[data-testId=text-labelAvailabilityValue],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-labelAvailabilityValue]{margin-bottom:2.5rem}}.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] p[data-testId=text-labelAvailabilityTitle],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] p[data-testId=text-labelOptionsTitle],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-labelAvailabilityTitle],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-labelOptionsTitle],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] p[data-testId=text-labelAvailabilityTitle],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] p[data-testId=text-labelOptionsTitle],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-labelAvailabilityTitle],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-labelOptionsTitle]{position:relative;width:5rem;--text-opacity:1;color:#727069;color:rgba(114, 112, 105, var(--text-opacity));font-weight:400;font-size:.875rem;margin-bottom:0 !important}@media (min-width: 375px){.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] p[data-testId=text-labelAvailabilityTitle],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] p[data-testId=text-labelOptionsTitle],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-labelAvailabilityTitle],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-labelOptionsTitle],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] p[data-testId=text-labelAvailabilityTitle],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] p[data-testId=text-labelOptionsTitle],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-labelAvailabilityTitle],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-labelOptionsTitle]{--text-opacity:1;color:#727069;color:rgba(114, 112, 105, var(--text-opacity));width:8rem;text-align:center;margin-bottom:0}}.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] p[data-testId=text-labelOptionsTitle],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-labelOptionsTitle],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] p[data-testId=text-labelOptionsTitle],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-labelOptionsTitle]{position:relative;display:inline;top:-1.75rem;left:13.5rem}@media (min-width: 375px){.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] p[data-testId=text-labelOptionsTitle],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-labelOptionsTitle],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] p[data-testId=text-labelOptionsTitle],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-labelOptionsTitle]{left:9rem}}.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] p[data-testId=text-labelOptionsTitle]~.icon-web-sdk,.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-labelOptionsTitle]~.icon-web-sdk,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] p[data-testId=text-labelOptionsTitle]~.icon-web-sdk,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-labelOptionsTitle]~.icon-web-sdk{position:relative;margin-bottom:2.5rem;margin-top:.5rem;top:.5rem;left:4.5rem;filter:grayscale(1)}@media (min-width: 375px){.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] p[data-testId=text-labelOptionsTitle]~.icon-web-sdk,.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-labelOptionsTitle]~.icon-web-sdk,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] p[data-testId=text-labelOptionsTitle]~.icon-web-sdk,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-labelOptionsTitle]~.icon-web-sdk{left:7rem}}@media (min-width: 768px){.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] p[data-testId=text-labelOptionsTitle]~.icon-web-sdk,.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-labelOptionsTitle]~.icon-web-sdk,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] p[data-testId=text-labelOptionsTitle]~.icon-web-sdk,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-labelOptionsTitle]~.icon-web-sdk{margin-bottom:4rem;top:1.25rem}}.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] p[data-testId=text-labelOptionsTitle]~.icon-web-sdk+.icon-web-sdk,.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-labelOptionsTitle]~.icon-web-sdk+.icon-web-sdk,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] p[data-testId=text-labelOptionsTitle]~.icon-web-sdk+.icon-web-sdk,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-labelOptionsTitle]~.icon-web-sdk+.icon-web-sdk{left:1.5rem}@media (min-width: 375px){.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] p[data-testId=text-labelOptionsTitle]~.icon-web-sdk+.icon-web-sdk,.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-labelOptionsTitle]~.icon-web-sdk+.icon-web-sdk,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] p[data-testId=text-labelOptionsTitle]~.icon-web-sdk+.icon-web-sdk,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-labelOptionsTitle]~.icon-web-sdk+.icon-web-sdk{left:4.25rem}}.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] p[data-testId=text-labelOptionsTitle]~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk,.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-labelOptionsTitle]~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] p[data-testId=text-labelOptionsTitle]~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-labelOptionsTitle]~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk{left:3.5rem}@media (min-width: 375px){.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] p[data-testId=text-labelOptionsTitle]~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk,.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-labelOptionsTitle]~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] p[data-testId=text-labelOptionsTitle]~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-labelOptionsTitle]~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk{left:6rem}}@media (min-width: 375px){.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] p[data-testId=text-labelOptionsTitle][class*=TDOptionsTitleVideoCanada],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-labelOptionsTitle][class*=TDOptionsTitleVideoCanada],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] p[data-testId=text-labelOptionsTitle][class*=TDOptionsTitleVideoCanada],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-labelOptionsTitle][class*=TDOptionsTitleVideoCanada]{left:2.5rem}}.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] p[data-testId=text-labelOptionsTitle][class*=TDOptionsTitleVideoCanada]~.icon-web-sdk,.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-labelOptionsTitle][class*=TDOptionsTitleVideoCanada]~.icon-web-sdk,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] p[data-testId=text-labelOptionsTitle][class*=TDOptionsTitleVideoCanada]~.icon-web-sdk,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-labelOptionsTitle][class*=TDOptionsTitleVideoCanada]~.icon-web-sdk{left:.75rem}.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] p[data-testId=text-labelOptionsTitle][class*=TDOptionsTitleVideoCanada]~.icon-web-sdk+.icon-web-sdk,.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-labelOptionsTitle][class*=TDOptionsTitleVideoCanada]~.icon-web-sdk+.icon-web-sdk,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] p[data-testId=text-labelOptionsTitle][class*=TDOptionsTitleVideoCanada]~.icon-web-sdk+.icon-web-sdk,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-labelOptionsTitle][class*=TDOptionsTitleVideoCanada]~.icon-web-sdk+.icon-web-sdk{left:-2rem}.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] div.availabilityContainerField,.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] div.availabilityContainerField,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] div.availabilityContainerField,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] div.availabilityContainerField{margin-left:10%}@media (min-width: 768px){.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] div.availabilityContainerField,.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] div.availabilityContainerField,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] div.availabilityContainerField,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] div.availabilityContainerField{margin-left:0}}.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] div.availabilityContainerField~p[data-testId=text-labelOptionsTitle],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] p[data-testId=text-labelAvailabilityValue]~p[data-testId=text-labelOptionsTitle],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] div.availabilityContainerField~p[data-testId=text-labelOptionsTitle],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-labelAvailabilityValue]~p[data-testId=text-labelOptionsTitle],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] div.availabilityContainerField~p[data-testId=text-labelOptionsTitle],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] p[data-testId=text-labelAvailabilityValue]~p[data-testId=text-labelOptionsTitle],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] div.availabilityContainerField~p[data-testId=text-labelOptionsTitle],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-labelAvailabilityValue]~p[data-testId=text-labelOptionsTitle]{position:relative;display:inline;top:-3.85rem;left:12.5rem}@media (min-width: 576px){.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] div.availabilityContainerField~p[data-testId=text-labelOptionsTitle],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] p[data-testId=text-labelAvailabilityValue]~p[data-testId=text-labelOptionsTitle],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] div.availabilityContainerField~p[data-testId=text-labelOptionsTitle],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-labelAvailabilityValue]~p[data-testId=text-labelOptionsTitle],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] div.availabilityContainerField~p[data-testId=text-labelOptionsTitle],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] p[data-testId=text-labelAvailabilityValue]~p[data-testId=text-labelOptionsTitle],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] div.availabilityContainerField~p[data-testId=text-labelOptionsTitle],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-labelAvailabilityValue]~p[data-testId=text-labelOptionsTitle]{left:70%}}@media (min-width: 768px){.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] div.availabilityContainerField~p[data-testId=text-labelOptionsTitle],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] p[data-testId=text-labelAvailabilityValue]~p[data-testId=text-labelOptionsTitle],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] div.availabilityContainerField~p[data-testId=text-labelOptionsTitle],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-labelAvailabilityValue]~p[data-testId=text-labelOptionsTitle],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] div.availabilityContainerField~p[data-testId=text-labelOptionsTitle],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] p[data-testId=text-labelAvailabilityValue]~p[data-testId=text-labelOptionsTitle],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] div.availabilityContainerField~p[data-testId=text-labelOptionsTitle],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-labelAvailabilityValue]~p[data-testId=text-labelOptionsTitle]{left:9rem}}.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] div.availabilityContainerField~.icon-web-sdk,.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk,.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] div.availabilityContainerField~.icon-web-sdk,.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] div.availabilityContainerField~.icon-web-sdk,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] div.availabilityContainerField~.icon-web-sdk,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk{position:relative;display:inline-block;top:-3rem;margin-bottom:0;left:5.5rem}@media (min-width: 375px){.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] div.availabilityContainerField~.icon-web-sdk,.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk,.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] div.availabilityContainerField~.icon-web-sdk,.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] div.availabilityContainerField~.icon-web-sdk,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] div.availabilityContainerField~.icon-web-sdk,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk{left:10.25rem}}@media (min-width: 576px){.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] div.availabilityContainerField~.icon-web-sdk,.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk,.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] div.availabilityContainerField~.icon-web-sdk,.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] div.availabilityContainerField~.icon-web-sdk,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] div.availabilityContainerField~.icon-web-sdk,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk{left:64%}}@media (min-width: 768px){.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] div.availabilityContainerField~.icon-web-sdk,.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk,.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] div.availabilityContainerField~.icon-web-sdk,.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] div.availabilityContainerField~.icon-web-sdk,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] div.availabilityContainerField~.icon-web-sdk,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk{left:7rem}}.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] div.availabilityContainerField~.icon-web-sdk+button[data-testId=button-learnMoreButton],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] div.availabilityContainerField~.icon-web-sdk+button[data-testId=link-learnMoreButton],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk+button[data-testId=button-learnMoreButton],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk+button[data-testId=link-learnMoreButton],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] div.availabilityContainerField~.icon-web-sdk+button[data-testId=button-learnMoreButton],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] div.availabilityContainerField~.icon-web-sdk+button[data-testId=link-learnMoreButton],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk+button[data-testId=button-learnMoreButton],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk+button[data-testId=link-learnMoreButton],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] div.availabilityContainerField~.icon-web-sdk+button[data-testId=button-learnMoreButton],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] div.availabilityContainerField~.icon-web-sdk+button[data-testId=link-learnMoreButton],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk+button[data-testId=button-learnMoreButton],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk+button[data-testId=link-learnMoreButton],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] div.availabilityContainerField~.icon-web-sdk+button[data-testId=button-learnMoreButton],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] div.availabilityContainerField~.icon-web-sdk+button[data-testId=link-learnMoreButton],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk+button[data-testId=button-learnMoreButton],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk+button[data-testId=link-learnMoreButton]{left:6rem}@media (min-width: 375px){.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] div.availabilityContainerField~.icon-web-sdk+button[data-testId=button-learnMoreButton],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] div.availabilityContainerField~.icon-web-sdk+button[data-testId=link-learnMoreButton],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk+button[data-testId=button-learnMoreButton],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk+button[data-testId=link-learnMoreButton],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] div.availabilityContainerField~.icon-web-sdk+button[data-testId=button-learnMoreButton],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] div.availabilityContainerField~.icon-web-sdk+button[data-testId=link-learnMoreButton],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk+button[data-testId=button-learnMoreButton],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk+button[data-testId=link-learnMoreButton],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] div.availabilityContainerField~.icon-web-sdk+button[data-testId=button-learnMoreButton],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] div.availabilityContainerField~.icon-web-sdk+button[data-testId=link-learnMoreButton],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk+button[data-testId=button-learnMoreButton],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk+button[data-testId=link-learnMoreButton],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] div.availabilityContainerField~.icon-web-sdk+button[data-testId=button-learnMoreButton],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] div.availabilityContainerField~.icon-web-sdk+button[data-testId=link-learnMoreButton],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk+button[data-testId=button-learnMoreButton],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk+button[data-testId=link-learnMoreButton]{left:10rem}}.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] div.availabilityContainerField~.icon-web-sdk+.icon-web-sdk,.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk+.icon-web-sdk,.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] div.availabilityContainerField~.icon-web-sdk+.icon-web-sdk,.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk+.icon-web-sdk,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] div.availabilityContainerField~.icon-web-sdk+.icon-web-sdk,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk+.icon-web-sdk,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] div.availabilityContainerField~.icon-web-sdk+.icon-web-sdk,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk+.icon-web-sdk{left:2.5rem;filter:grayscale(1)}@media (min-width: 375px){.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] div.availabilityContainerField~.icon-web-sdk+.icon-web-sdk,.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk+.icon-web-sdk,.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] div.availabilityContainerField~.icon-web-sdk+.icon-web-sdk,.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk+.icon-web-sdk,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] div.availabilityContainerField~.icon-web-sdk+.icon-web-sdk,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk+.icon-web-sdk,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] div.availabilityContainerField~.icon-web-sdk+.icon-web-sdk,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk+.icon-web-sdk{left:7.5rem}}@media (min-width: 576px){.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] div.availabilityContainerField~.icon-web-sdk+.icon-web-sdk,.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk+.icon-web-sdk,.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] div.availabilityContainerField~.icon-web-sdk+.icon-web-sdk,.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk+.icon-web-sdk,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] div.availabilityContainerField~.icon-web-sdk+.icon-web-sdk,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk+.icon-web-sdk,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] div.availabilityContainerField~.icon-web-sdk+.icon-web-sdk,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk+.icon-web-sdk{left:55%}}@media (min-width: 768px){.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] div.availabilityContainerField~.icon-web-sdk+.icon-web-sdk,.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk+.icon-web-sdk,.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] div.availabilityContainerField~.icon-web-sdk+.icon-web-sdk,.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk+.icon-web-sdk,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] div.availabilityContainerField~.icon-web-sdk+.icon-web-sdk,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk+.icon-web-sdk,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] div.availabilityContainerField~.icon-web-sdk+.icon-web-sdk,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk+.icon-web-sdk{left:4.25rem}}.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] div.availabilityContainerField~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk,.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk,.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] div.availabilityContainerField~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk,.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] div.availabilityContainerField~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] div.availabilityContainerField~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk{left:4.5rem;filter:grayscale(1)}@media (min-width: 375px){.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] div.availabilityContainerField~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk,.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk,.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] div.availabilityContainerField~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk,.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] div.availabilityContainerField~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] div.availabilityContainerField~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk{left:9.25rem}}@media (min-width: 576px){.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] div.availabilityContainerField~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk,.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk,.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] div.availabilityContainerField~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk,.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] div.availabilityContainerField~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] div.availabilityContainerField~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk{left:61%}}@media (min-width: 768px){.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] div.availabilityContainerField~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk,.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk,.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] div.availabilityContainerField~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk,.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] div.availabilityContainerField~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] div.availabilityContainerField~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk{left:6rem}}.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] div.availabilityContainerField~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+button[data-testId=button-learnMoreButton],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] div.availabilityContainerField~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+button[data-testId=link-learnMoreButton],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+button[data-testId=button-learnMoreButton],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+button[data-testId=link-learnMoreButton],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] div.availabilityContainerField~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+button[data-testId=button-learnMoreButton],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] div.availabilityContainerField~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+button[data-testId=link-learnMoreButton],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+button[data-testId=button-learnMoreButton],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+button[data-testId=link-learnMoreButton],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] div.availabilityContainerField~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+button[data-testId=button-learnMoreButton],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] div.availabilityContainerField~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+button[data-testId=link-learnMoreButton],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+button[data-testId=button-learnMoreButton],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+button[data-testId=link-learnMoreButton],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] div.availabilityContainerField~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+button[data-testId=button-learnMoreButton],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] div.availabilityContainerField~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+button[data-testId=link-learnMoreButton],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+button[data-testId=button-learnMoreButton],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+button[data-testId=link-learnMoreButton]{left:4rem;top:-3rem}@media (min-width: 375px){.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] div.availabilityContainerField~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+button[data-testId=button-learnMoreButton],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] div.availabilityContainerField~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+button[data-testId=link-learnMoreButton],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+button[data-testId=button-learnMoreButton],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+button[data-testId=link-learnMoreButton],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] div.availabilityContainerField~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+button[data-testId=button-learnMoreButton],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] div.availabilityContainerField~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+button[data-testId=link-learnMoreButton],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+button[data-testId=button-learnMoreButton],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+button[data-testId=link-learnMoreButton],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] div.availabilityContainerField~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+button[data-testId=button-learnMoreButton],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] div.availabilityContainerField~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+button[data-testId=link-learnMoreButton],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+button[data-testId=button-learnMoreButton],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+button[data-testId=link-learnMoreButton],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] div.availabilityContainerField~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+button[data-testId=button-learnMoreButton],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] div.availabilityContainerField~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+button[data-testId=link-learnMoreButton],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+button[data-testId=button-learnMoreButton],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+button[data-testId=link-learnMoreButton]{left:8rem}}.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] div.availabilityContainerField~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+button[data-testId=button-learnMoreButton],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] div.availabilityContainerField~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+button[data-testId=link-learnMoreButton],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+button[data-testId=button-learnMoreButton],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+button[data-testId=link-learnMoreButton],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] div.availabilityContainerField~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+button[data-testId=button-learnMoreButton],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] div.availabilityContainerField~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+button[data-testId=link-learnMoreButton],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+button[data-testId=button-learnMoreButton],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+button[data-testId=link-learnMoreButton],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] div.availabilityContainerField~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+button[data-testId=button-learnMoreButton],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] div.availabilityContainerField~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+button[data-testId=link-learnMoreButton],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+button[data-testId=button-learnMoreButton],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+button[data-testId=link-learnMoreButton],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] div.availabilityContainerField~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+button[data-testId=button-learnMoreButton],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] div.availabilityContainerField~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+button[data-testId=link-learnMoreButton],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+button[data-testId=button-learnMoreButton],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+button[data-testId=link-learnMoreButton]{left:0;top:-.5rem}@media (min-width: 375px){.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] div.availabilityContainerField~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+button[data-testId=button-learnMoreButton],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] div.availabilityContainerField~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+button[data-testId=link-learnMoreButton],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+button[data-testId=button-learnMoreButton],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+button[data-testId=link-learnMoreButton],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] div.availabilityContainerField~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+button[data-testId=button-learnMoreButton],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] div.availabilityContainerField~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+button[data-testId=link-learnMoreButton],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+button[data-testId=button-learnMoreButton],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+button[data-testId=link-learnMoreButton],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] div.availabilityContainerField~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+button[data-testId=button-learnMoreButton],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] div.availabilityContainerField~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+button[data-testId=link-learnMoreButton],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+button[data-testId=button-learnMoreButton],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+button[data-testId=link-learnMoreButton],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] div.availabilityContainerField~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+button[data-testId=button-learnMoreButton],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] div.availabilityContainerField~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+button[data-testId=link-learnMoreButton],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+button[data-testId=button-learnMoreButton],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+button[data-testId=link-learnMoreButton]{left:2.5rem}}@media (min-width: 576px){.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] div.availabilityContainerField~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+button[data-testId=button-learnMoreButton],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] div.availabilityContainerField~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+button[data-testId=link-learnMoreButton],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+button[data-testId=button-learnMoreButton],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+button[data-testId=link-learnMoreButton],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] div.availabilityContainerField~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+button[data-testId=button-learnMoreButton],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] div.availabilityContainerField~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+button[data-testId=link-learnMoreButton],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+button[data-testId=button-learnMoreButton],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+button[data-testId=link-learnMoreButton],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] div.availabilityContainerField~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+button[data-testId=button-learnMoreButton],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] div.availabilityContainerField~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+button[data-testId=link-learnMoreButton],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+button[data-testId=button-learnMoreButton],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+button[data-testId=link-learnMoreButton],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] div.availabilityContainerField~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+button[data-testId=button-learnMoreButton],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] div.availabilityContainerField~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+button[data-testId=link-learnMoreButton],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+button[data-testId=button-learnMoreButton],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+button[data-testId=link-learnMoreButton]{left:66%}}@media (min-width: 768px){.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] div.availabilityContainerField~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+button[data-testId=button-learnMoreButton],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] div.availabilityContainerField~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+button[data-testId=link-learnMoreButton],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+button[data-testId=button-learnMoreButton],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+button[data-testId=link-learnMoreButton],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] div.availabilityContainerField~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+button[data-testId=button-learnMoreButton],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] div.availabilityContainerField~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+button[data-testId=link-learnMoreButton],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+button[data-testId=button-learnMoreButton],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+button[data-testId=link-learnMoreButton],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] div.availabilityContainerField~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+button[data-testId=button-learnMoreButton],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] div.availabilityContainerField~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+button[data-testId=link-learnMoreButton],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+button[data-testId=button-learnMoreButton],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+button[data-testId=link-learnMoreButton],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] div.availabilityContainerField~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+button[data-testId=button-learnMoreButton],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] div.availabilityContainerField~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+button[data-testId=link-learnMoreButton],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+button[data-testId=button-learnMoreButton],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] p[data-testId=text-labelAvailabilityValue]~.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+.icon-web-sdk+button[data-testId=link-learnMoreButton]{left:2.5rem}}.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] button[data-testId=link-learnMoreButton],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] button[data-testId=link-learnMoreButton],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] button[data-testId=link-learnMoreButton],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] button[data-testId=link-learnMoreButton]{position:relative;display:inline;top:-3rem;left:5rem;outline:2px solid transparent;outline-offset:2px;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));font-weight:500;--text-opacity:1;color:#005c95;color:rgba(0, 92, 149, var(--text-opacity));border-width:0;font-size:1rem}@media (min-width: 375px){.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] button[data-testId=link-learnMoreButton],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] button[data-testId=link-learnMoreButton],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] button[data-testId=link-learnMoreButton],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] button[data-testId=link-learnMoreButton]{left:9rem}}.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] button[data-testId=link-learnMoreButton]+.icon-web-sdk,.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] button.linkComponent[data-testId=link-learnMoreButton]+div.icon-web-sdk,.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] button[data-testId=link-learnMoreButton]+.icon-web-sdk,.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] button.linkComponent[data-testId=link-learnMoreButton]+div.icon-web-sdk,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] button[data-testId=link-learnMoreButton]+.icon-web-sdk,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] button.linkComponent[data-testId=link-learnMoreButton]+div.icon-web-sdk,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] button[data-testId=link-learnMoreButton]+.icon-web-sdk,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] button.linkComponent[data-testId=link-learnMoreButton]+div.icon-web-sdk{display:none}.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] .collapsibleContainer,.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] .collapsibleContainer,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] .collapsibleContainer,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] .collapsibleContainer{margin-bottom:-1.5rem}.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] .collapsibleContainer .triggerButton,.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] .collapsibleContainer .triggerButton,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] .collapsibleContainer .triggerButton,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] .collapsibleContainer .triggerButton{--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));font-weight:500;--text-opacity:1;color:#005c95;color:rgba(0, 92, 149, var(--text-opacity));border-width:0;padding-right:2rem;font-size:1rem;outline:2px solid transparent;outline-offset:2px;cursor:pointer;position:relative;top:-4.75rem;left:11rem}.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] .collapsibleContainer .triggerButton:after,.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] .collapsibleContainer .triggerButton:after,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] .collapsibleContainer .triggerButton:after,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] .collapsibleContainer .triggerButton:after{width:1.25rem;height:1.25rem;position:absolute;right:0;top:1px;content:"";background:url(https://assets.livongo.com/image/upload/v1713187532/web-sdk/icons/chevron-ctrl-down_rxa4sc.svg) no-repeat 100%}@media (min-width: 375px){.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] .collapsibleContainer .triggerButton,.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] .collapsibleContainer .triggerButton,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] .collapsibleContainer .triggerButton,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] .collapsibleContainer .triggerButton{left:14rem;left:15rem}}.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] .collapsibleContainer .triggerButton.expanded:after,.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] .collapsibleContainer .triggerButton.expanded:after,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] .collapsibleContainer .triggerButton.expanded:after,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] .collapsibleContainer .triggerButton.expanded:after{transform:rotate(180deg)}.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] .collapsibleContainer .mainContent,.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] .collapsibleContainer .mainContent,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] .collapsibleContainer .mainContent,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] .collapsibleContainer .mainContent{display:flex;flex-wrap:wrap;margin-bottom:3.5rem;margin-top:-2.5rem}.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] .collapsibleContainer .mainContent *,.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] .collapsibleContainer .mainContent *,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] .collapsibleContainer .mainContent *,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] .collapsibleContainer .mainContent *{flex-shrink:1;flex-grow:1;flex-basis:27%;margin-left:3%;margin-right:3%}.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] .collapsibleContainer .mainContent div.icon-web-sdk,.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] .collapsibleContainer .mainContent div.icon-web-sdk,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] .collapsibleContainer .mainContent div.icon-web-sdk,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] .collapsibleContainer .mainContent div.icon-web-sdk{height:3rem;filter:none;position:static;margin-bottom:1rem}.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] .collapsibleContainer .mainContent div.icon-web-sdk:first-of-type,.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] .collapsibleContainer .mainContent div.icon-web-sdk:first-of-type,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] .collapsibleContainer .mainContent div.icon-web-sdk:first-of-type,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] .collapsibleContainer .mainContent div.icon-web-sdk:first-of-type{order:3}.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] .collapsibleContainer .mainContent div.icon-web-sdk:nth-of-type(2),.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] .collapsibleContainer .mainContent div.icon-web-sdk:nth-of-type(2),.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] .collapsibleContainer .mainContent div.icon-web-sdk:nth-of-type(2),.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] .collapsibleContainer .mainContent div.icon-web-sdk:nth-of-type(2){order:4}.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] .collapsibleContainer .mainContent div.icon-web-sdk:nth-of-type(3),.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] .collapsibleContainer .mainContent div.icon-web-sdk:nth-of-type(3),.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] .collapsibleContainer .mainContent div.icon-web-sdk:nth-of-type(3),.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] .collapsibleContainer .mainContent div.icon-web-sdk:nth-of-type(3){order:5}.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] .collapsibleContainer .mainContent p[data-testId=text-VPCMoreDescriptionSubtitle],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] .collapsibleContainer .mainContent p[data-testId=text-VPCMoreDescriptionTitle],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] .collapsibleContainer .mainContent p[data-testId=text-VPCMoreDescriptionSubtitle],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] .collapsibleContainer .mainContent p[data-testId=text-VPCMoreDescriptionTitle],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] .collapsibleContainer .mainContent p[data-testId=text-VPCMoreDescriptionSubtitle],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] .collapsibleContainer .mainContent p[data-testId=text-VPCMoreDescriptionTitle],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] .collapsibleContainer .mainContent p[data-testId=text-VPCMoreDescriptionSubtitle],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] .collapsibleContainer .mainContent p[data-testId=text-VPCMoreDescriptionTitle]{font-weight:400;flex:none;width:100%;margin-left:0;margin-right:0}.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] .collapsibleContainer .mainContent p[data-testId=text-VPCMoreDescriptionTitle],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] .collapsibleContainer .mainContent p[data-testId=text-VPCMoreDescriptionTitle],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] .collapsibleContainer .mainContent p[data-testId=text-VPCMoreDescriptionTitle],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] .collapsibleContainer .mainContent p[data-testId=text-VPCMoreDescriptionTitle]{order:1;margin-bottom:0}.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] .collapsibleContainer .mainContent p[data-testId=text-VPCMoreDescriptionSubtitle],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] .collapsibleContainer .mainContent p[data-testId=text-VPCMoreDescriptionSubtitle],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] .collapsibleContainer .mainContent p[data-testId=text-VPCMoreDescriptionSubtitle],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] .collapsibleContainer .mainContent p[data-testId=text-VPCMoreDescriptionSubtitle]{order:2;margin-top:.5rem;margin-bottom:32px}.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] .collapsibleContainer .mainContent p[data-testId=text-VPCMoreDescriptionTextColumn1],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] .collapsibleContainer .mainContent p[data-testId=text-VPCMoreDescriptionTextColumn1],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] .collapsibleContainer .mainContent p[data-testId=text-VPCMoreDescriptionTextColumn1],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] .collapsibleContainer .mainContent p[data-testId=text-VPCMoreDescriptionTextColumn1]{order:6}.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] .collapsibleContainer .mainContent p[data-testId=text-VPCMoreDescriptionTextColumn2],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] .collapsibleContainer .mainContent p[data-testId=text-VPCMoreDescriptionTextColumn2],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] .collapsibleContainer .mainContent p[data-testId=text-VPCMoreDescriptionTextColumn2],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] .collapsibleContainer .mainContent p[data-testId=text-VPCMoreDescriptionTextColumn2]{order:7}.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] .collapsibleContainer .mainContent p[data-testId=text-VPCMoreDescriptionTextColumn3],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] .collapsibleContainer .mainContent p[data-testId=text-VPCMoreDescriptionTextColumn3],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] .collapsibleContainer .mainContent p[data-testId=text-VPCMoreDescriptionTextColumn3],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] .collapsibleContainer .mainContent p[data-testId=text-VPCMoreDescriptionTextColumn3]{order:8}.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] .collapsibleContainer .mainContent p[data-testId^=text-VPCMoreDescriptionTextColumn],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=webCareOptionTile] .collapsibleContainer .mainContent p[data-testId^=text-VPCMoreDescriptionTextColumn],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] .collapsibleContainer .mainContent p[data-testId^=text-VPCMoreDescriptionTextColumn],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=webCareOptionTile] .collapsibleContainer .mainContent p[data-testId^=text-VPCMoreDescriptionTextColumn]{text-align:center;font-weight:400}.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] button[data-testId=button-actionButton],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] button[data-testId=button-actionButton]{position:static;margin-top:2.5rem;display:block;padding-left:3rem;padding-right:3rem;border-width:2px;font-size:1.25rem;font-weight:500;cursor:pointer}@media (min-width: 576px){.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] button[data-testId=button-actionButton],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] button[data-testId=button-actionButton]{width:auto}}.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] .icon-web-sdk+button[data-testId=button-actionButton],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] .icon-web-sdk+button[data-testId=button-actionButton]{margin-top:0}.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] div[data-testId=html-text-description] p,.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] p[data-testId=text-description],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] p[data-testId=text-title],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] div[data-testId=html-text-description] p,.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] p[data-testId=text-description],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=careOptionTile] p[data-testId=text-title]{width:100%}.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=TDFieldOptionNoRightTilePadding],.root-web-sdk #containerForm .CareOption .mainContentColumn div[class*=TDFieldOptionNoRightTilePadding]{padding-right:0}@media (min-width: 768px){.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] p[data-testId=text-description],.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] p[data-testId=text-title]{width:75%}.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] div[data-testId=html-text-description] p{width:100%}.root-web-sdk #containerForm .AllCareProducts .mainContentColumn div[class*=careOptionTile] button[data-testId=button-actionButton]{position:absolute;top:1.5rem;right:1rem;--border-opacity:1;border:1px solid #5b2f91;border-color:rgba(91, 47, 145, var(--border-opacity));padding:.75rem 1rem;cursor:pointer}}.root-web-sdk #containerForm .AllCareProducts .mainContentColumn p[data-testId=text-copyrightCompanyTitle]{font-family:Effra;font-size:18px;line-height:20px;font-weight:400;margin-bottom:32px}@media (min-width: 768px){.root-web-sdk #containerForm .AllCareProducts .mainContentColumn p[data-testId=text-copyrightCompanyTitle]{margin-left:1.75rem}}.root-web-sdk #containerForm .AllCareProducts+.dialog-overlay-web-sdk .dialog-web-sdk,.root-web-sdk #containerForm .CareOption+.dialog-overlay-web-sdk .dialog-web-sdk{--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));width:91.666667%;top:45% !important;border-radius:.5rem;max-width:22.5rem}.root-web-sdk #containerForm .AllCareProducts+.dialog-overlay-web-sdk .dialog-web-sdk.alert_url,.root-web-sdk #containerForm .CareOption+.dialog-overlay-web-sdk .dialog-web-sdk.alert_url{max-width:none;--bg-opacity:1;background-color:#fdefed;background-color:rgba(253, 239, 237, var(--bg-opacity));position:fixed !important;top:3.75rem !important;width:auto !important;min-height:0 !important;z-index:90 !important;left:0.5rem !important;right:0.5rem !important;--text-opacity:1;color:#2c2a29;color:rgba(44, 42, 41, var(--text-opacity));--border-opacity:1;border:2px solid #aa1010;border-color:rgba(170, 16, 16, var(--border-opacity));border-right:2.5rem solid rgba(170, 16, 16, var(--border-opacity))}@media (min-width: 768px){.root-web-sdk #containerForm .AllCareProducts+.dialog-overlay-web-sdk .dialog-web-sdk.alert_url,.root-web-sdk #containerForm .CareOption+.dialog-overlay-web-sdk .dialog-web-sdk.alert_url{z-index:100 !important;top:4.5rem !important;left:18% !important;right:18% !important}}@media (min-width: 992px){.root-web-sdk #containerForm .AllCareProducts+.dialog-overlay-web-sdk .dialog-web-sdk.alert_url,.root-web-sdk #containerForm .CareOption+.dialog-overlay-web-sdk .dialog-web-sdk.alert_url{left:30% !important;right:30% !important}}.root-web-sdk #containerForm .AllCareProducts+.dialog-overlay-web-sdk .dialog-web-sdk.alert_url .dialog-header-web-sdk,.root-web-sdk #containerForm .CareOption+.dialog-overlay-web-sdk .dialog-web-sdk.alert_url .dialog-header-web-sdk{display:block;padding-left:2rem;padding-right:2rem}.root-web-sdk #containerForm .AllCareProducts+.dialog-overlay-web-sdk .dialog-web-sdk.alert_url .dialog-header-web-sdk h4,.root-web-sdk #containerForm .CareOption+.dialog-overlay-web-sdk .dialog-web-sdk.alert_url .dialog-header-web-sdk h4{padding-top:1rem;font-weight:500;font-size:1rem}.root-web-sdk #containerForm .AllCareProducts+.dialog-overlay-web-sdk .dialog-web-sdk.alert_url .dialog-content-web-sdk,.root-web-sdk #containerForm .CareOption+.dialog-overlay-web-sdk .dialog-web-sdk.alert_url .dialog-content-web-sdk{padding-bottom:1rem;padding-left:2rem;padding-right:2rem}.root-web-sdk #containerForm .AllCareProducts+.dialog-overlay-web-sdk .dialog-web-sdk.alert_url .dialog-content-web-sdk .call,.root-web-sdk #containerForm .CareOption+.dialog-overlay-web-sdk .dialog-web-sdk.alert_url .dialog-content-web-sdk .call{cursor:pointer;font-weight:500;--text-opacity:1;color:#2c2a29;color:rgba(44, 42, 41, var(--text-opacity));font-size:1rem;text-decoration:underline}.root-web-sdk #containerForm .AllCareProducts+.dialog-overlay-web-sdk .dialog-web-sdk.alert_url .dialog-footer-web-sdk,.root-web-sdk #containerForm .CareOption+.dialog-overlay-web-sdk .dialog-web-sdk.alert_url .dialog-footer-web-sdk{right:-2.25rem;top:.25rem}.root-web-sdk #containerForm .AllCareProducts+.dialog-overlay-web-sdk .dialog-web-sdk.alert_url .dialog-footer-web-sdk button[data-testId=button-close-dialog],.root-web-sdk #containerForm .CareOption+.dialog-overlay-web-sdk .dialog-web-sdk.alert_url .dialog-footer-web-sdk button[data-testId=button-close-dialog]{border-style:none;background-position:50%;padding:1rem;--bg-opacity:1;background-color:#aa1010;background-color:rgba(170, 16, 16, var(--bg-opacity));cursor:pointer;background-image:url(ahttps://assets.livongo.com/image/upload/v1713276124/web-sdk/icons/close_eqdhin.svg)}.root-web-sdk #containerForm .AllCareProducts+.dialog-overlay-web-sdk .dialog-web-sdk.alert_url .dialog-footer-web-sdk button[data-testId=button-close-dialog] *,.root-web-sdk #containerForm .CareOption+.dialog-overlay-web-sdk .dialog-web-sdk.alert_url .dialog-footer-web-sdk button[data-testId=button-close-dialog] *{display:none}.root-web-sdk #containerForm .AllCareProducts+.dialog-overlay-web-sdk .dialog-web-sdk .dialog-content-web-sdk,.root-web-sdk #containerForm .CareOption+.dialog-overlay-web-sdk .dialog-web-sdk .dialog-content-web-sdk{max-height:unset;overflow:auto;padding:0}.root-web-sdk #containerForm .AllCareProducts+.dialog-overlay-web-sdk .dialog-web-sdk .dialog-content-web-sdk h5,.root-web-sdk #containerForm .CareOption+.dialog-overlay-web-sdk .dialog-web-sdk .dialog-content-web-sdk h5{margin:0}.root-web-sdk #containerForm .AllCareProducts+.dialog-overlay-web-sdk .dialog-web-sdk .dialog-content-web-sdk .mainContentColumn .mainFields,.root-web-sdk #containerForm .CareOption+.dialog-overlay-web-sdk .dialog-web-sdk .dialog-content-web-sdk .mainContentColumn .mainFields{padding-left:1rem;padding-right:1rem}.root-web-sdk #containerForm .AllCareProducts+.dialog-overlay-web-sdk .dialog-web-sdk .dialog-content-web-sdk .mainContentColumn .mainFields p[data-testId=text-title],.root-web-sdk #containerForm .CareOption+.dialog-overlay-web-sdk .dialog-web-sdk .dialog-content-web-sdk .mainContentColumn .mainFields p[data-testId=text-title]{--text-opacity:1;color:#2c2a29;color:rgba(44, 42, 41, var(--text-opacity));font-size:1.25rem;font-weight:500;margin:0 -1rem 1rem;padding:.75rem 1rem;--border-opacity:1;border:0 solid #cbc9bf;border-color:rgba(203, 201, 191, var(--border-opacity));border-bottom:1px solid rgba(203, 201, 191, var(--border-opacity))}.root-web-sdk #containerForm .AllCareProducts+.dialog-overlay-web-sdk .dialog-web-sdk .dialog-content-web-sdk .mainContentColumn .mainFields p[data-testId=text-paragraph],.root-web-sdk #containerForm .AllCareProducts+.dialog-overlay-web-sdk .dialog-web-sdk .dialog-content-web-sdk .mainContentColumn .mainFields p[data-testId=text-text],.root-web-sdk #containerForm .CareOption+.dialog-overlay-web-sdk .dialog-web-sdk .dialog-content-web-sdk .mainContentColumn .mainFields p[data-testId=text-paragraph],.root-web-sdk #containerForm .CareOption+.dialog-overlay-web-sdk .dialog-web-sdk .dialog-content-web-sdk .mainContentColumn .mainFields p[data-testId=text-text]{font-size:1rem;--text-opacity:1;color:#2c2a29;color:rgba(44, 42, 41, var(--text-opacity));font-weight:400;margin-bottom:1rem}.root-web-sdk #containerForm .AllCareProducts+.dialog-overlay-web-sdk .dialog-web-sdk .dialog-content-web-sdk .mainContentColumn .mainFields .icon-web-sdk,.root-web-sdk #containerForm .CareOption+.dialog-overlay-web-sdk .dialog-web-sdk .dialog-content-web-sdk .mainContentColumn .mainFields .icon-web-sdk{display:inline-block;vertical-align:text-bottom;width:2rem}@media (min-width: 375px){.root-web-sdk #containerForm .AllCareProducts+.dialog-overlay-web-sdk .dialog-web-sdk .dialog-content-web-sdk .mainContentColumn .mainFields .icon-web-sdk,.root-web-sdk #containerForm .CareOption+.dialog-overlay-web-sdk .dialog-web-sdk .dialog-content-web-sdk .mainContentColumn .mainFields .icon-web-sdk{width:2.5rem}}.root-web-sdk #containerForm .AllCareProducts+.dialog-overlay-web-sdk .dialog-web-sdk .dialog-content-web-sdk .mainContentColumn .mainFields p[data-testId=text-icon_text_bottom],.root-web-sdk #containerForm .AllCareProducts+.dialog-overlay-web-sdk .dialog-web-sdk .dialog-content-web-sdk .mainContentColumn .mainFields p[data-testId=text-icon_text_middle],.root-web-sdk #containerForm .AllCareProducts+.dialog-overlay-web-sdk .dialog-web-sdk .dialog-content-web-sdk .mainContentColumn .mainFields p[data-testId=text-icon_text_top],.root-web-sdk #containerForm .CareOption+.dialog-overlay-web-sdk .dialog-web-sdk .dialog-content-web-sdk .mainContentColumn .mainFields p[data-testId=text-icon_text_bottom],.root-web-sdk #containerForm .CareOption+.dialog-overlay-web-sdk .dialog-web-sdk .dialog-content-web-sdk .mainContentColumn .mainFields p[data-testId=text-icon_text_middle],.root-web-sdk #containerForm .CareOption+.dialog-overlay-web-sdk .dialog-web-sdk .dialog-content-web-sdk .mainContentColumn .mainFields p[data-testId=text-icon_text_top]{display:inline-block;font-size:1rem;font-weight:400;margin-left:5%;width:80%;margin-bottom:0;margin-top:1.25rem}.root-web-sdk #containerForm .AllCareProducts+.dialog-overlay-web-sdk .dialog-web-sdk .dialog-content-web-sdk .mainContentColumn .mainFields button[data-testId=button-main_action_button],.root-web-sdk #containerForm .CareOption+.dialog-overlay-web-sdk .dialog-web-sdk .dialog-content-web-sdk .mainContentColumn .mainFields button[data-testId=button-main_action_button]{border-radius:.25rem;font-weight:400;--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity));--bg-opacity:1;background-color:#5b2f91;background-color:rgba(91, 47, 145, var(--bg-opacity));border-width:0;padding:.5rem 3rem;font-size:1rem;display:block;margin:1rem auto;cursor:pointer}.root-web-sdk #containerForm .AllCareProducts+.dialog-overlay-web-sdk .dialog-web-sdk .dialog-content-web-sdk .mainContentColumn .mainFields button[data-testId=button-main_action_button]:before,.root-web-sdk #containerForm .CareOption+.dialog-overlay-web-sdk .dialog-web-sdk .dialog-content-web-sdk .mainContentColumn .mainFields button[data-testId=button-main_action_button]:before{content:"";position:absolute;z-index:-1;left:0;top:86.5%;width:100%;height:4.25rem;border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem;--border-opacity:1;border:0 solid #cbc9bf;border-color:rgba(203, 201, 191, var(--border-opacity));border-top:1px solid rgba(203, 201, 191, var(--border-opacity));--bg-opacity:1;background-color:#f6f6f6;background-color:rgba(246, 246, 246, var(--bg-opacity))}@media (min-width: 375px){.root-web-sdk #containerForm .AllCareProducts+.dialog-overlay-web-sdk .dialog-web-sdk .dialog-content-web-sdk .mainContentColumn .mainFields button[data-testId=button-main_action_button]:before,.root-web-sdk #containerForm .CareOption+.dialog-overlay-web-sdk .dialog-web-sdk .dialog-content-web-sdk .mainContentColumn .mainFields button[data-testId=button-main_action_button]:before{top:84.5%;height:4.75rem}}.root-web-sdk #containerForm .AllCareProducts+.dialog-overlay-web-sdk .dialog-web-sdk .dialog-footer-web-sdk,.root-web-sdk #containerForm .CareOption+.dialog-overlay-web-sdk .dialog-web-sdk .dialog-footer-web-sdk{position:absolute;top:1rem;right:1rem}.root-web-sdk #containerForm .AllCareProducts+.dialog-overlay-web-sdk .dialog-web-sdk .dialog-footer-web-sdk .modalCloseButton,.root-web-sdk #containerForm .CareOption+.dialog-overlay-web-sdk .dialog-web-sdk .dialog-footer-web-sdk .modalCloseButton{--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));border-width:0;outline:2px solid transparent;outline-offset:2px;cursor:pointer}.root-web-sdk #containerForm .AllCareProducts+.dialog-overlay-web-sdk .dialog-web-sdk .dialog-footer-web-sdk .modalCloseButton:after,.root-web-sdk #containerForm .CareOption+.dialog-overlay-web-sdk .dialog-web-sdk .dialog-footer-web-sdk .modalCloseButton:after{width:.75rem;height:.75rem;position:absolute;top:.25rem;right:0;content:"";background:url(https://assets.livongo.com/image/upload/v1713187549/web-sdk/icons/close-modal_glwywz.svg) no-repeat 100%}.root-web-sdk #containerForm .screen-web-sdk-new-layout.CancelVisit *{margin:0}.root-web-sdk #containerForm .screen-web-sdk-new-layout.CancelVisit{--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity))}.root-web-sdk #containerForm .screen-web-sdk-new-layout.CancelVisit .toast-container-web-sdk div{position:fixed;right:0;left:0;bottom:0;top:auto;z-index:100;border-top-left-radius:.5rem;border-top-right-radius:.5rem;padding:.5rem;--border-opacity:1;border:2px solid #aa1010;border-color:rgba(170, 16, 16, var(--border-opacity));border-right:2.5rem solid rgba(170, 16, 16, var(--border-opacity));background-color:#ffd500;background-color:rgba(255, 213, 0, var(--bg-opacity));--text-opacity:1;color:#2c2a29;color:rgba(44, 42, 41, var(--text-opacity));--bg-opacity:1;background-color:#fdefed;background-color:rgba(253, 239, 237, var(--bg-opacity))}@media (min-width: 768px){.root-web-sdk #containerForm .screen-web-sdk-new-layout.CancelVisit .toast-container-web-sdk div{left:auto;top:6rem;right:2rem;bottom:auto;border-radius:.5rem;font-size:1rem;padding:1rem 2.5rem}}.root-web-sdk #containerForm .screen-web-sdk-new-layout.CancelVisit .toast-container-web-sdk div button{border-style:none;background-repeat:no-repeat;background-position:50%;--bg-opacity:1;background-color:#aa1010;background-color:rgba(170, 16, 16, var(--bg-opacity));position:absolute;right:-2.25rem;top:0;padding:1rem;cursor:pointer;background-image:url(https://assets.livongo.com/image/upload/v1713276185/web-sdk/icons/dfd-close_ofwusr.svg)}.root-web-sdk #containerForm .screen-web-sdk-new-layout.CancelVisit .toast-container-web-sdk div button *{display:none}@media (min-width: 768px){.root-web-sdk #containerForm .screen-web-sdk-new-layout.CancelVisit .toast-container-web-sdk div button{right:-2.25rem;top:.25rem}}.root-web-sdk #containerForm .screen-web-sdk-new-layout.CancelVisit .mainWrapper{--bg-opacity:1;background-color:#f1f4f8;background-color:rgba(241, 244, 248, var(--bg-opacity));padding-top:6rem}@media (min-width: 992px){.root-web-sdk #containerForm .screen-web-sdk-new-layout.CancelVisit .mainWrapper{--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));padding-top:6rem}.root-web-sdk #containerForm .screen-web-sdk-new-layout.CancelVisit .mainWrapper .mainContentColumn{margin-left:11.25rem;margin-right:11.25rem;margin-bottom:2.25rem;--border-opacity:1;border:1px solid #cbc9bf;border-color:rgba(203, 201, 191, var(--border-opacity));border-radius:.5rem;box-shadow:0 1px 2px 0 rgba(0,0,0,0.05)}}.root-web-sdk #containerForm .screen-web-sdk-new-layout.CancelVisit .CancelVisit.container{--bg-opacity:1;background-color:#f1f4f8;background-color:rgba(241, 244, 248, var(--bg-opacity))}@media (min-width: 375px){.root-web-sdk #containerForm .screen-web-sdk-new-layout.CancelVisit .CancelVisit.container{max-width:576px}}@media (min-width: 576px){.root-web-sdk #containerForm .screen-web-sdk-new-layout.CancelVisit .CancelVisit.container{max-width:768px}}@media (min-width: 768px){.root-web-sdk #containerForm .screen-web-sdk-new-layout.CancelVisit .CancelVisit.container{max-width:992px}}@media (min-width: 992px){.root-web-sdk #containerForm .screen-web-sdk-new-layout.CancelVisit .CancelVisit.container{--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));max-width:1200px}}.root-web-sdk #containerForm .screen-web-sdk-new-layout.CancelVisit .CancelVisit.container div.icon-web-sdk{position:relative;left:6rem}@media (min-width: 375px){.root-web-sdk #containerForm .screen-web-sdk-new-layout.CancelVisit .CancelVisit.container div.icon-web-sdk{left:7.75rem}}@media (min-width: 576px){.root-web-sdk #containerForm .screen-web-sdk-new-layout.CancelVisit .CancelVisit.container div.icon-web-sdk{left:14rem}}@media (min-width: 768px){.root-web-sdk #containerForm .screen-web-sdk-new-layout.CancelVisit .CancelVisit.container div.icon-web-sdk{float:left;top:0;left:auto}}@media (min-width: 992px){.root-web-sdk #containerForm .screen-web-sdk-new-layout.CancelVisit .CancelVisit.container div.icon-web-sdk{top:.75rem}}@media (min-width: 1200px){.root-web-sdk #containerForm .screen-web-sdk-new-layout.CancelVisit .CancelVisit.container div.icon-web-sdk{top:-1rem}}.root-web-sdk #containerForm .screen-web-sdk-new-layout.CancelVisit .CancelVisit.container p[data-testId=text-title]{padding:1.5rem;border:0 solid #cbc9bf;border-color:rgba(203, 201, 191, var(--border-opacity));border-bottom:1px solid rgba(203, 201, 191, var(--border-opacity));--border-opacity:1;font-size:2rem;font-weight:500;--text-opacity:1;color:#2c2a29;color:rgba(44, 42, 41, var(--text-opacity));--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity))}.root-web-sdk #containerForm .screen-web-sdk-new-layout.CancelVisit .CancelVisit.container p[data-testId=text-paragraph]{margin-bottom:32px;margin-left:32px;margin-right:32px;font-size:1.5rem;font-weight:400;--text-opacity:1;color:#2c2a29;color:rgba(44, 42, 41, var(--text-opacity));text-align:center}@media (min-width: 768px){.root-web-sdk #containerForm .screen-web-sdk-new-layout.CancelVisit .CancelVisit.container p[data-testId=text-paragraph]{margin:1rem 7.5rem;text-align:left}}@media (min-width: 992px){.root-web-sdk #containerForm .screen-web-sdk-new-layout.CancelVisit .CancelVisit.container p[data-testId=text-paragraph]{margin-left:32px;margin-right:32px}}@media (min-width: 1200px){.root-web-sdk #containerForm .screen-web-sdk-new-layout.CancelVisit .CancelVisit.container p[data-testId=text-paragraph]{margin-left:7.5rem;margin-right:7.5rem}}.root-web-sdk #containerForm .screen-web-sdk-new-layout.CancelVisit .custom-select-wrapper-web-sdk input[data-testid=custom-select-reason_code]{display:none}.root-web-sdk #containerForm .screen-web-sdk-new-layout.CancelVisit .custom-select-wrapper-web-sdk ul.custom-select-option-list-chips-web-sdk{display:flex;flex-direction:column;margin-left:32px;margin-right:32px;padding:0;margin-bottom:.5rem}@media (min-width: 576px){.root-web-sdk #containerForm .screen-web-sdk-new-layout.CancelVisit .custom-select-wrapper-web-sdk ul.custom-select-option-list-chips-web-sdk{margin-left:5rem;margin-right:5rem}}@media (min-width: 768px){.root-web-sdk #containerForm .screen-web-sdk-new-layout.CancelVisit .custom-select-wrapper-web-sdk ul.custom-select-option-list-chips-web-sdk{display:inline-block;margin-left:7.5rem;margin-right:7.5rem}}.root-web-sdk #containerForm .screen-web-sdk-new-layout.CancelVisit .custom-select-wrapper-web-sdk ul.custom-select-option-list-chips-web-sdk li.custom-select-option-web-sdk{display:block;margin-bottom:1rem;padding:.5rem;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));--border-opacity:1;border:2px solid #b7b6b4;border-color:rgba(183, 182, 180, var(--border-opacity));border-radius:.25rem;font-size:1rem;font-weight:400;--text-opacity:1;color:#0a0a0a;color:rgba(10, 10, 10, var(--text-opacity));text-align:left;cursor:pointer}.root-web-sdk #containerForm .screen-web-sdk-new-layout.CancelVisit .custom-select-wrapper-web-sdk ul.custom-select-option-list-chips-web-sdk li.custom-select-option-web-sdk:first-of-type{display:none}.root-web-sdk #containerForm .screen-web-sdk-new-layout.CancelVisit .custom-select-wrapper-web-sdk ul.custom-select-option-list-chips-web-sdk li.custom-select-option-web-sdk.selected{--bg-opacity:1;background-color:#ccf2fa;background-color:rgba(204, 242, 250, var(--bg-opacity));--border-opacity:1;border-color:#27accd;border-color:rgba(39, 172, 205, var(--border-opacity))}@media (min-width: 768px){.root-web-sdk #containerForm .screen-web-sdk-new-layout.CancelVisit .custom-select-wrapper-web-sdk ul.custom-select-option-list-chips-web-sdk li.custom-select-option-web-sdk{display:inline-block;margin-right:1rem}}.root-web-sdk #containerForm .screen-web-sdk-new-layout.CancelVisit .field-wrapper-web-sdk .message-container{margin-left:32px}@media (min-width: 576px){.root-web-sdk #containerForm .screen-web-sdk-new-layout.CancelVisit .field-wrapper-web-sdk .message-container{margin-left:5rem}}@media (min-width: 768px){.root-web-sdk #containerForm .screen-web-sdk-new-layout.CancelVisit .field-wrapper-web-sdk .message-container{margin-left:7.5rem}}.root-web-sdk #containerForm .screen-web-sdk-new-layout.CancelVisit .label-web-sdk{margin-left:32px;font-weight:400;font-size:1rem;width:auto;margin-right:2.5rem}@media (min-width: 576px){.root-web-sdk #containerForm .screen-web-sdk-new-layout.CancelVisit .label-web-sdk{margin-left:5rem;margin-right:5rem}}@media (min-width: 768px){.root-web-sdk #containerForm .screen-web-sdk-new-layout.CancelVisit .label-web-sdk{margin-left:7.5rem}}@media (min-width: 768px){.root-web-sdk #containerForm .screen-web-sdk-new-layout.CancelVisit .wrapper-text-area-web-sdk{max-width:32rem}}@media (min-width: 992px){.root-web-sdk #containerForm .screen-web-sdk-new-layout.CancelVisit .wrapper-text-area-web-sdk{max-width:36rem}}.root-web-sdk #containerForm .screen-web-sdk-new-layout.CancelVisit .wrapper-text-area-web-sdk.invalid textarea{--border-opacity:1;border:2px solid #aa1010;border-color:rgba(170, 16, 16, var(--border-opacity))}.root-web-sdk #containerForm .screen-web-sdk-new-layout.CancelVisit .wrapper-text-area-web-sdk textarea{display:block;padding:.5rem;margin:.5rem 0 0;width:100%;border-width:1px;border-style:solid;border-radius:.5rem;resize:vertical;font-size:1rem;font-weight:400;outline:2px solid transparent;outline-offset:2px;min-height:0;line-height:1.5rem;height:50px}.root-web-sdk #containerForm .screen-web-sdk-new-layout.CancelVisit .wrapper-text-area-web-sdk .textarea-counter-web-sdk{position:relative;text-align:right;margin-left:7.5rem;left:1rem;font-weight:400;font-size:1rem}.root-web-sdk #containerForm .screen-web-sdk-new-layout.CancelVisit .reason_code-container{margin-left:32px;margin-right:32px}@media (min-width: 768px){.root-web-sdk #containerForm .screen-web-sdk-new-layout.CancelVisit .reason_code-container{margin-top:1.25rem}}@media (min-width: 992px){.root-web-sdk #containerForm .screen-web-sdk-new-layout.CancelVisit .reason_code-container{margin-left:32px;margin-right:32px}}@media (min-width: 1200px){.root-web-sdk #containerForm .screen-web-sdk-new-layout.CancelVisit .reason_code-container{margin-left:7.75rem;margin-right:7.75rem}}.root-web-sdk #containerForm .screen-web-sdk-new-layout.CancelVisit .CancelVisitButton.container{padding:1.5rem 1.25rem;margin-top:.75rem;display:flex;flex-direction:column;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));border:0 solid #cbc9bf;border-color:rgba(203, 201, 191, var(--border-opacity));border-top:1px solid rgba(203, 201, 191, var(--border-opacity));--border-opacity:1}@media (min-width: 375px){.root-web-sdk #containerForm .screen-web-sdk-new-layout.CancelVisit .CancelVisitButton.container{max-width:576px}}@media (min-width: 576px){.root-web-sdk #containerForm .screen-web-sdk-new-layout.CancelVisit .CancelVisitButton.container{max-width:768px}}@media (min-width: 768px){.root-web-sdk #containerForm .screen-web-sdk-new-layout.CancelVisit .CancelVisitButton.container{max-width:992px;flex-direction:row-reverse;border-bottom-width:1px}}@media (min-width: 992px){.root-web-sdk #containerForm .screen-web-sdk-new-layout.CancelVisit .CancelVisitButton.container{max-width:1200px;--bg-opacity:1;background-color:#f1f4f8;background-color:rgba(241, 244, 248, var(--bg-opacity))}}.root-web-sdk #containerForm .screen-web-sdk-new-layout.CancelVisit .CancelVisitButton.container .button-web-sdk{padding:1rem;border-radius:.5rem;font-size:1.25rem;font-weight:500;cursor:pointer;width:auto}.root-web-sdk #containerForm .screen-web-sdk-new-layout.CancelVisit .CancelVisitButton.container .button-web-sdk.button-go_back_button{margin-bottom:0}.root-web-sdk #containerForm .screen-web-sdk-new-layout.CancelVisit .CancelVisitButton.container .button-web-sdk[data-testId=button-main_action_button]{margin-bottom:1rem;border-style:none;--bg-opacity:1;background-color:#5b2f91;background-color:rgba(91, 47, 145, var(--bg-opacity));--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity))}.root-web-sdk #containerForm .screen-web-sdk-new-layout.CancelVisit .CancelVisitButton.container .button-web-sdk[data-testId=button-main_action_button]:active{--bg-opacity:1;background-color:#3e267f;background-color:rgba(62, 38, 127, var(--bg-opacity))}.root-web-sdk #containerForm .screen-web-sdk-new-layout.CancelVisit .CancelVisitButton.container .button-web-sdk[data-testId=button-main_action_button]:focus,.root-web-sdk #containerForm .screen-web-sdk-new-layout.CancelVisit .CancelVisitButton.container .button-web-sdk[data-testId=button-main_action_button]:hover{--border-opacity:1;border-color:#f0e6f4;border-color:rgba(240, 230, 244, var(--border-opacity));--text-opacity:1;color:#3e267f;color:rgba(62, 38, 127, var(--text-opacity));--bg-opacity:1;background-color:#f0e6f4;background-color:rgba(240, 230, 244, var(--bg-opacity))}.root-web-sdk #containerForm .screen-web-sdk-new-layout.CancelVisit .CancelVisitButton.container .button-web-sdk[data-testId=button-main_action_button]:focus{box-shadow:0 0 0 2px #fff,0 0 2px 4px rgba(0,96,252,0.6)}@media (min-width: 768px){.root-web-sdk #containerForm .screen-web-sdk-new-layout.CancelVisit .CancelVisitButton.container .button-web-sdk[data-testId=button-main_action_button]{margin-right:32px}}.root-web-sdk #containerForm .screen-web-sdk-new-layout.CancelVisit .CancelVisitButton.container .button-web-sdk[data-testId=button-go_back_button]{--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));--text-opacity:1;color:#5b2f91;color:rgba(91, 47, 145, var(--text-opacity));--border-opacity:1;border:2px solid #5b2f91;border-color:rgba(91, 47, 145, var(--border-opacity))}@media (min-width: 768px){.root-web-sdk #containerForm .screen-web-sdk-new-layout.CancelVisit .CancelVisitButton.container .button-web-sdk[data-testId=button-go_back_button]{margin-right:1rem;height:-moz-fit-content;height:fit-content;border-style:none}}@media (min-width: 992px){.root-web-sdk #containerForm .screen-web-sdk-new-layout.CancelVisit .CancelVisitButton.container .button-web-sdk[data-testId=button-go_back_button]{--bg-opacity:1;background-color:#f1f4f8;background-color:rgba(241, 244, 248, var(--bg-opacity))}}.root-web-sdk #containerForm .MeetLivongo{display:flex;justify-content:center;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity))}.root-web-sdk #containerForm .MeetLivongo .toast-container-web-sdk{display:none}@media (min-width: 320px){.root-web-sdk #containerForm .MeetLivongo .mainFields{max-width:72rem;display:flex;flex-direction:column;align-items:center;padding:0 4%}}@media (min-width: 576px){.root-web-sdk #containerForm .MeetLivongo .mainFields{padding:0 8%}}@media (min-width: 768px){.root-web-sdk #containerForm .MeetLivongo .mainFields{padding:0 14%}}@media (min-width: 992px){.root-web-sdk #containerForm .MeetLivongo .mainFields{padding:0 3%}}@media (min-width: 1200px){.root-web-sdk #containerForm .MeetLivongo .mainFields{padding:0}}.root-web-sdk #containerForm .MeetLivongo .mainFields [data-testid=text-meetLivongoTitle]{padding-top:6rem}@media (min-width: 320px){.root-web-sdk #containerForm .MeetLivongo .mainFields [data-testid=text-meetLivongoTitle]{--text-opacity:1;color:#2c2a29;color:rgba(44, 42, 41, var(--text-opacity));text-align:center;max-width:36rem;margin:0;font-size:1.25rem;line-height:1.75rem;font-weight:500}}@media (min-width: 768px){.root-web-sdk #containerForm .MeetLivongo .mainFields [data-testid=text-meetLivongoTitle]{font-size:1.5rem}}@media (min-width: 1200px){.root-web-sdk #containerForm .MeetLivongo .mainFields [data-testid=text-meetLivongoTitle]{font-size:1.5rem;line-height:2rem}}@media (min-width: 320px){.root-web-sdk #containerForm .MeetLivongo .mainFields [data-testid=text-meetLivongoDescription]{--text-opacity:1;color:#727069;color:rgba(114, 112, 105, var(--text-opacity));text-align:center;max-width:48rem;font-size:1.25rem;padding-left:2rem;padding-right:2rem;margin:1rem 0 2.25rem;font-weight:400}}@media (min-width: 768px){.root-web-sdk #containerForm .MeetLivongo .mainFields [data-testid=text-meetLivongoDescription]{font-size:1.5rem}}@media (min-width: 1200px){.root-web-sdk #containerForm .MeetLivongo .mainFields [data-testid=text-meetLivongoDescription]{font-size:1.5rem;margin-bottom:3rem}}@media (min-width: 320px){.root-web-sdk #containerForm .MeetLivongo .mainFields .productRow{display:flex;flex-direction:column;justify-content:center}}@media (min-width: 992px){.root-web-sdk #containerForm .MeetLivongo .mainFields .productRow{flex-direction:row;margin-bottom:3rem}.root-web-sdk #containerForm .MeetLivongo .mainFields .productRow .container:not(:first-child){margin-left:3rem}}@media (min-width: 1200px){.root-web-sdk #containerForm .MeetLivongo .mainFields .productRow .container:not(:first-child){margin-left:5rem}}.root-web-sdk #containerForm .MeetLivongo .mainFields .productRow .container div.icon-web-sdk{width:100%}.root-web-sdk #containerForm .MeetLivongo .mainFields .productRow .container{display:flex;flex-direction:column;align-items:center}.root-web-sdk #containerForm .MeetLivongo .mainFields .productRow .container:only-child{max-width:30rem}@media (min-width: 992px){.root-web-sdk #containerForm .MeetLivongo .mainFields .productRow .container{width:20rem}.root-web-sdk #containerForm .MeetLivongo .mainFields .productRow .container:only-child{width:30rem}}@media (min-width: 320px){.root-web-sdk #containerForm .MeetLivongo .mainFields .productRow .container [data-testid=text-product_tile_title]{--text-opacity:1;color:#2c2a29;color:rgba(44, 42, 41, var(--text-opacity));font-weight:500;text-align:center;margin-bottom:.75rem;margin-top:1.5rem;font-size:1.125rem}}@media (min-width: 1200px){.root-web-sdk #containerForm .MeetLivongo .mainFields .productRow .container [data-testid=text-product_tile_title]{margin:2.5rem 0 1rem;font-size:1.25rem}}@media (min-width: 320px){.root-web-sdk #containerForm .MeetLivongo .mainFields .productRow .container [data-testid=text-info_tile_text]{--text-opacity:1;color:#727069;color:rgba(114, 112, 105, var(--text-opacity));text-align:center;line-height:1.5rem;margin-top:0;margin-bottom:3rem;line-height:20px;padding-left:1.5rem;padding-right:1.5rem;font-weight:400;font-size:1rem}}@media (min-width: 576px){.root-web-sdk #containerForm .MeetLivongo .mainFields .productRow .container [data-testid=text-info_tile_text]{font-size:1.25rem;line-height:1.5rem;font-size:1.125rem}}@media (min-width: 1200px){.root-web-sdk #containerForm .MeetLivongo .mainFields .productRow .container [data-testid=text-info_tile_text]{margin:0;font-size:1.125rem}}@media (min-width: 320px){.root-web-sdk #containerForm .MeetLivongo .mainFields .meetLivongoFooter{display:flex;flex-direction:column;align-items:center;max-width:100%;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));padding:0 8%}}@media (min-width: 576px){.root-web-sdk #containerForm .MeetLivongo .mainFields .meetLivongoFooter{padding:0 8%}}@media (min-width: 768px){.root-web-sdk #containerForm .MeetLivongo .mainFields .meetLivongoFooter{padding:0 14%}}@media (min-width: 992px){.root-web-sdk #containerForm .MeetLivongo .mainFields .meetLivongoFooter{position:static;padding-top:0;margin:0;max-width:none}}@media (min-width: 320px){.root-web-sdk #containerForm .MeetLivongo .mainFields .meetLivongoFooter button.button-web-sdk.button-checkMyBenefitsButton{height:3rem;background:#5b2f91;border-radius:.375rem;--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity));cursor:pointer;width:100%;font-size:1rem;font-weight:400;margin-top:.75rem;margin-bottom:0}}@media (min-width: 375px){.root-web-sdk #containerForm .MeetLivongo .mainFields .meetLivongoFooter button.button-web-sdk.button-checkMyBenefitsButton{max-width:24rem}}@media (min-width: 576px){.root-web-sdk #containerForm .MeetLivongo .mainFields .meetLivongoFooter button.button-web-sdk.button-checkMyBenefitsButton{font-size:1.125rem}}@media (min-width: 1200px){.root-web-sdk #containerForm .MeetLivongo .mainFields .meetLivongoFooter button.button-web-sdk.button-checkMyBenefitsButton{max-width:13rem}}.root-web-sdk #containerForm .MeetLivongo .mainFields .meetLivongoFooter p{--text-opacity:1;color:#727069;color:rgba(114, 112, 105, var(--text-opacity));max-width:56rem;font-weight:400}@media (min-width: 320px){.root-web-sdk #containerForm .MeetLivongo .mainFields .meetLivongoFooter p{font-size:.75rem;line-height:1rem;margin-top:.5rem}}@media (min-width: 375px){.root-web-sdk #containerForm .MeetLivongo .mainFields .meetLivongoFooter p{text-align:center}}@media (min-width: 576px){.root-web-sdk #containerForm .MeetLivongo .mainFields .meetLivongoFooter p{font-size:.875rem;line-height:20px}}@media (min-width: 992px){.root-web-sdk #containerForm .MeetLivongo .mainFields .meetLivongoFooter p{margin-top:1rem}}@media (min-width: 1200px){.root-web-sdk #containerForm .MeetLivongo .mainFields .meetLivongoFooter p{margin-top:1.75rem}}.root-web-sdk #containerForm .Dashboard div.smallTilesContainer.container{max-width:704px;display:grid;grid-column-gap:1.5rem;-moz-column-gap:1.5rem;column-gap:1.5rem}@media only screen and (min-width: 1000px){.root-web-sdk #containerForm .Dashboard div.smallTilesContainer.container{grid-template-columns:repeat(2, minmax(0, 1fr))}}@media only screen and (max-width: 1000px){.root-web-sdk #containerForm .Dashboard div.smallTilesContainer.container{grid-template-columns:repeat(1, minmax(0, 1fr))}}.root-web-sdk #containerForm .Dashboard div.smallTilesContainer.container div.description p span{word-break:break-word}.root-web-sdk #containerForm .Dashboard div.smallTilesContainer.container div.description p span a{text-decoration:underline;--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity))}.root-web-sdk #containerForm .Dashboard div.smallTilesContainer.container div.description p:first-child{margin-bottom:0}.root-web-sdk #containerForm .Dashboard .mainFields .websdk-card-tile{box-shadow:0 12px 30px rgba(0,0,0,0.16);max-width:704px;margin-bottom:1.5rem}.root-web-sdk #containerForm .Dashboard .leftRailFields .websdk-card-tile{box-shadow:0 1px 4px 1px rgba(0,0,0,0.08)}.root-web-sdk #containerForm .Dashboard div.container[class*=webCareTile]{position:relative;display:flex;flex-direction:column;align-items:flex-start;padding:2rem;grid-gap:.5rem;gap:.5rem;overflow:hidden;max-width:704px;margin-bottom:1.5rem;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));box-shadow:0 12px 30px rgba(0,0,0,0.16);border-radius:1rem}.root-web-sdk #containerForm .Dashboard div.container[class*=webCareTile] div.image-wrapper-web-sdk div.image-container-web-sdk img{width:6.5rem;height:6.5rem}.root-web-sdk #containerForm .Dashboard div.container[class*=webCareTile] button.title{all:unset;font-family:Effra,Arial,sans-serif;font-weight:400;font-weight:700;font-size:1.875rem;margin-bottom:0}.root-web-sdk #containerForm .Dashboard div.container[class*=webCareTile] .title,.root-web-sdk #containerForm .Dashboard div.container[class*=webCareTile] h2[data-testId*=link-title],.root-web-sdk #containerForm .Dashboard div.container[class*=webCareTile] h3[data-testId*=link-title]{width:80%;font-family:Effra,Arial,sans-serif;font-weight:400;font-weight:700;font-size:1.875rem;margin-bottom:0;margin-right:1.25rem}@media (max-width: 768px){.root-web-sdk #containerForm .Dashboard div.container[class*=webCareTile] .title,.root-web-sdk #containerForm .Dashboard div.container[class*=webCareTile] h2[data-testId*=link-title],.root-web-sdk #containerForm .Dashboard div.container[class*=webCareTile] h3[data-testId*=link-title]{font-size:1.5rem}}.root-web-sdk #containerForm .Dashboard div.container[class*=webCareTile] p[data-testId*=text-description]{font-family:Effra,Arial,sans-serif;font-style:normal;font-weight:400;font-size:1.125rem;margin-bottom:0;width:90%}.root-web-sdk #containerForm .Dashboard div.container[class*=webCareTile] div.html-text-web-sdk.description{width:85%}.root-web-sdk #containerForm .Dashboard div.container[class*=webCareTile] div.html-text-web-sdk.description p span{word-break:break-word}.root-web-sdk #containerForm .Dashboard div.container[class*=webCareTile] div.html-text-web-sdk.description p span a{text-decoration:underline;--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity))}.root-web-sdk #containerForm .Dashboard div.container[class*=webCareTile] p[data-testId*=text-subtitle_2_v2]{font-family:Effra,Arial,sans-serif;font-style:normal;font-weight:400;font-size:1.125rem;margin:0 0 .5rem}.root-web-sdk #containerForm .Dashboard div.container[class*=webCareTile] div.selfGuidedContainer.container{display:flex;flex-direction:row;max-height:28px;contain:layout;grid-gap:.5rem;gap:.5rem}@media (max-width: 925px){.root-web-sdk #containerForm .Dashboard div.container[class*=webCareTile] div.selfGuidedContainer.container{max-height:65px}}.root-web-sdk #containerForm .Dashboard div.container[class*=webCareTile] div.selfGuidedContainer.container p{font-family:Effra,Arial,sans-serif;font-style:normal;font-weight:400;font-size:1.125rem}.root-web-sdk #containerForm .Dashboard div.container[class*=webCareTile] div.selfGuidedContainer.container :first-child{justify-content:flex-start;margin:0;position:unset;align-items:baseline}.root-web-sdk #containerForm .Dashboard div.container[class*=webCareTile] div.selfGuidedContainer.container :first-child :first-child img{width:1.5rem;height:1rem;margin-top:2px}.root-web-sdk #containerForm .Dashboard div.container[class*=webCareTile] div.availabilityContainer.container{display:flex;max-height:28px;grid-gap:.5rem;gap:.5rem;align-items:center}@media (max-width: 925px){.root-web-sdk #containerForm .Dashboard div.container[class*=webCareTile] div.availabilityContainer.container{display:block;max-height:unset}}.root-web-sdk #containerForm .Dashboard div.container[class*=webCareTile] div.availabilityContainer.container div.image-wrapper-web-sdk{height:1rem !important;width:1rem !important;margin:0;position:absolute;position:unset}@media (max-width: 925px){.root-web-sdk #containerForm .Dashboard div.container[class*=webCareTile] div.availabilityContainer.container div.image-wrapper-web-sdk{display:inline-block;vertical-align:middle;margin-right:.5rem}}.root-web-sdk #containerForm .Dashboard div.container[class*=webCareTile] div.availabilityContainer.container div.image-wrapper-web-sdk div.image-container-web-sdk{width:1rem;height:1rem;display:flex}.root-web-sdk #containerForm .Dashboard div.container[class*=webCareTile] div.availabilityContainer.container div.image-wrapper-web-sdk div.image-container-web-sdk img{width:100% !important;height:1rem;border-radius:0}.root-web-sdk #containerForm .Dashboard div.container[class*=webCareTile] div.availabilityContainer.container p[data-testId=text-labelAvailabilityTitle]{font-family:Effra,Arial,sans-serif;font-style:normal;font-weight:700;font-size:1.125rem;width:auto;margin-bottom:0 !important}@media (max-width: 925px){.root-web-sdk #containerForm .Dashboard div.container[class*=webCareTile] div.availabilityContainer.container p[data-testId=text-labelAvailabilityTitle]{display:inline-block;vertical-align:middle;margin-right:.5rem}}.root-web-sdk #containerForm .Dashboard div.container[class*=webCareTile] div.availabilityContainer.container p[data-testId*=text-labelAvailabilityValue]{display:inline-block;font-family:Effra,Arial,sans-serif;font-style:normal;font-weight:700;font-size:1.125rem;margin-right:1rem}@media (max-width: 925px){.root-web-sdk #containerForm .Dashboard div.container[class*=webCareTile] div.availabilityContainer.container p[data-testId*=text-labelAvailabilityValue]{vertical-align:middle}}.root-web-sdk #containerForm .Dashboard div.container[class*=webCareTile] div.optionsContainer.container{width:auto;align-items:center;display:flex;grid-gap:1.5rem;gap:1.5rem;flex-wrap:wrap}@media (max-width: 465px){.root-web-sdk #containerForm .Dashboard div.container[class*=webCareTile] div.optionsContainer.container{grid-row-gap:.5rem;row-gap:.5rem}}@media (max-width: 925px){.root-web-sdk #containerForm .Dashboard div.container[class*=webCareTile] div.optionsContainer.container{margin-top:.5rem}}.root-web-sdk #containerForm .Dashboard div.container[class*=webCareTile] div.optionsContainer.container div.optionsContainerChat.container{width:auto}.root-web-sdk #containerForm .Dashboard div.container[class*=webCareTile] div.optionsContainer.container div.optionsContainerChat.container div.ic_communication_f_comment{width:1rem;height:1rem;align-self:center;margin:0;background:url(https://assets.livongo.com/image/upload/v1713275974/web-sdk/icons/chat.svg) no-repeat}.root-web-sdk #containerForm .Dashboard div.container[class*=webCareTile] div.optionsContainer.container div.optionsContainerChat.container .textOptionsChat{margin-bottom:0}.root-web-sdk #containerForm .Dashboard div.container[class*=webCareTile] div.optionsContainer.container div.optionsContainerVideo.container{align-items:center;padding:0}.root-web-sdk #containerForm .Dashboard div.container[class*=webCareTile] div.optionsContainer.container div.optionsContainerVideo.container .ic_devices_video_2{width:1rem;height:.75rem;margin:0;align-self:center;background:url(https://assets.livongo.com/image/upload/v1713283733/web-sdk/icons/video-camera.svg) no-repeat}.root-web-sdk #containerForm .Dashboard div.container[class*=webCareTile] div.optionsContainer.container div.optionsContainerVideo.container .textOptionsVideo{margin-bottom:0 !important}.root-web-sdk #containerForm .Dashboard div.container[class*=webCareTile] div.optionsContainer.container div.optionsContainerPhone.container div.ic_devices_phone_4{align-self:center;width:1rem;height:1rem;background:url(https://assets.livongo.com/image/upload/v1713278965/web-sdk/icons/phone_tm9ea1.svg) no-repeat}.root-web-sdk #containerForm .Dashboard div.container[class*=webCareTile] div.optionsContainer.container div.optionsContainerPhone.container .textOptionsPhone{margin-bottom:0 !important}.root-web-sdk #containerForm .Dashboard div.container[class*=webCareTile] div.optionsContainer.container div{display:flex;padding-right:1.5rem;background-repeat:no-repeat;width:auto;grid-gap:.5rem;gap:.5rem}.root-web-sdk #containerForm .Dashboard div.container[class*=webCareTile] div.optionsContainer.container div :first-child{fill:#171717}.root-web-sdk #containerForm .Dashboard div.container[class*=webCareTile] div.optionsContainer.container div :last-child{font-size:1.125rem;font-weight:400}.root-web-sdk #containerForm .Dashboard div.container[class*=webCareTile] div.conditionManagementContainer.container{display:flex;width:100%;flex-wrap:wrap;margin-bottom:.5rem;margin-top:-.5rem}@media (max-width: 768px){.root-web-sdk #containerForm .Dashboard div.container[class*=webCareTile] div.conditionManagementContainer.container{margin-top:0}}@media only screen and (max-width: 1104px){.root-web-sdk #containerForm .Dashboard div.container[class*=webCareTile] div.conditionManagementContainer.container{flex-direction:column;grid-gap:.25rem;gap:.25rem}}.root-web-sdk #containerForm .Dashboard div.container[class*=webCareTile] div.conditionManagementContainer.container div[class*="condition_container_dashboard.care_options.chronic_care"]{display:flex;grid-gap:.5rem;gap:.5rem;width:50%;margin-top:.5rem;align-items:center}@media (max-width: 1024px){.root-web-sdk #containerForm .Dashboard div.container[class*=webCareTile] div.conditionManagementContainer.container div[class*="condition_container_dashboard.care_options.chronic_care"]{margin-top:0;width:100%}}.root-web-sdk #containerForm .Dashboard div.container[class*=webCareTile] div.conditionManagementContainer.container div[class*="condition_container_dashboard.care_options.chronic_care"] .image-wrapper-web-sdk{position:unset;margin:0}.root-web-sdk #containerForm .Dashboard div.container[class*=webCareTile] div.conditionManagementContainer.container div[class*="condition_container_dashboard.care_options.chronic_care"] .image-wrapper-web-sdk .image-web-sdk{width:1rem;height:1rem}.root-web-sdk #containerForm .Dashboard div.container[class*=webCareTile] div.conditionManagementContainer.container div[class*="condition_container_dashboard.care_options.chronic_care"] p[class*="service_dashboard.care_options.chronic_care"]{line-height:1.75rem;font-size:18px;--text-opacity:1;color:#171717;color:rgba(23, 23, 23, var(--text-opacity));margin-bottom:0}.root-web-sdk #containerForm .Dashboard div.container[class*=webCareTile] button.button-actionButton{min-width:2.75rem;width:auto;--border-opacity:1;border:1px solid #5156f5;border-color:rgba(81, 86, 245, var(--border-opacity));border-radius:9999px;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));color:#2c2a29;color:rgba(44, 42, 41, var(--text-opacity));--text-opacity:1;color:#5156f5;color:rgba(81, 86, 245, var(--text-opacity));margin:.5rem 0 0;padding-left:1.5rem;padding-right:1.5rem}@media (max-width: 768px){.root-web-sdk #containerForm .Dashboard div.container[class*=webCareTile] button.button-actionButton{--bg-opacity:1;background-color:#422981;background-color:rgba(66, 41, 129, var(--bg-opacity));--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity));--border-opacity:1;border:2px solid #422981;border-color:rgba(66, 41, 129, var(--border-opacity))}}.root-web-sdk #containerForm .Dashboard div.container.chronic_care_category[class*=webCareTile] .title,.root-web-sdk #containerForm .Dashboard div.container.chronic_care_category[class*=webCareTile] h2[data-testId*=link-title]{width:67% !important;font-family:Effra,Arial,sans-serif;font-weight:400;font-weight:700;font-size:1.875rem;margin-bottom:0}.root-web-sdk #containerForm .Dashboard div[class*=webCareTile]>.image-wrapper-web-sdk{right:-11px;top:-11px;margin:0;background-size:contain;position:absolute;background-repeat:no-repeat}@media only screen and (max-width: 480px){.root-web-sdk #containerForm .Dashboard div[class*=webCareTile]>.image-wrapper-web-sdk{width:72px !important;height:72px !important}}.root-web-sdk #containerForm .Dashboard div[class*=webCareTile]>.image-wrapper-web-sdk .image-container-web-sdk{width:4.5rem;height:4.5rem}@media (min-width: 992px){.root-web-sdk #containerForm .Dashboard div[class*=webCareTile]>.image-wrapper-web-sdk .image-container-web-sdk{width:104px;height:104px}}.root-web-sdk #containerForm .Dashboard div[class*=webCareTile]>.image-wrapper-web-sdk .image-container-web-sdk{width:104px !important;height:104px !important}@media only screen and (max-width: 480px){.root-web-sdk #containerForm .Dashboard div[class*=webCareTile]>.image-wrapper-web-sdk .image-container-web-sdk{width:72px !important;height:72px !important}}.root-web-sdk #containerForm .Dashboard div[class*=webCareTile]>.image-wrapper-web-sdk .image-container-web-sdk .image-web-sdk.icon{-o-object-fit:cover;object-fit:cover;position:absolute;display:block;border-radius:9999px}.root-web-sdk #containerForm .Dashboard div.container.schedule_primary_care_visit_product[class*=webCareTile]>.image-wrapper-web-sdk{background-image:url(https://assets.livongo.com/image/upload/v1718359158/web-sdk/icons/girlatcomputer_bjfnww.png)}.root-web-sdk #containerForm .Dashboard div.container.get_care_now_product[class*=webCareTile]>.image-wrapper-web-sdk{background-image:url(https://assets.livongo.com/image/upload/v1713187925/web-sdk/icons/nurse_dv1jqe.png)}.root-web-sdk #containerForm .Dashboard div.container.health_checks_hr_product[class*=webCareTile]>.image-wrapper-web-sdk{background-image:url(https://assets.livongo.com/image/upload/v1729871019/web-sdk/icons/spot_illustration_health_insights.svg)}.root-web-sdk #containerForm .Dashboard div.container.health_challenges_hr_product[class*=webCareTile]>.image-wrapper-web-sdk{background-image:url(https://assets.livongo.com/image/upload/v1729871019/web-sdk/icons/spot_illustration_health_challenge.svg)}.root-web-sdk #containerForm .Dashboard div.container.health_library_hra_product[class*=webCareTile]>.image-wrapper-web-sdk{background-image:url(https://assets.livongo.com/image/upload/v1729871019/web-sdk/icons/spot_illustration_health_library.svg)}.root-web-sdk #containerForm .Dashboard div.container.hypertension_product[class*=webCareTile]>.image-wrapper-web-sdk{background-image:url(https://assets.livongo.com/image/upload/v1713187847/web-sdk/icons/hypertension_tfspnp.png)}.root-web-sdk #containerForm .Dashboard div.container.diabetes_management_product[class*=webCareTile]>.image-wrapper-web-sdk{background-image:url(https://assets.livongo.com/image/upload/v1713187909/web-sdk/icons/livongo-test_hgbymd.png)}.root-web-sdk #containerForm .Dashboard div.container.prediabetes_product[class*=webCareTile]>.image-wrapper-web-sdk{background-image:url(https://assets.livongo.com/image/upload/v1713187949/web-sdk/icons/scale2_kuznda.png)}.root-web-sdk #containerForm .Dashboard div.container.weight_management_product[class*=webCareTile]>.image-wrapper-web-sdk{background-image:url(https://assets.livongo.com/image/upload/v1713187981/web-sdk/icons/weight_management_xxugqe.png)}.root-web-sdk #containerForm .Dashboard div.container.chronic_kidney_disease_product[class*=webCareTile]>.image-wrapper-web-sdk,.root-web-sdk #containerForm .Dashboard div.container.heart_failure_product[class*=webCareTile]>.image-wrapper-web-sdk{background-image:url(https://assets.livongo.com/image/upload/v1713187847/web-sdk/icons/hypertension_tfspnp.png)}.root-web-sdk #containerForm .Dashboard div.container[class*=webCareTile][class*=mental_health]>.image-wrapper-web-sdk,.root-web-sdk #containerForm .Dashboard div.container[class*=webCareTile][class*=mystrength]>.image-wrapper-web-sdk{background-image:url(https://assets.livongo.com/image/upload/v1713187921/web-sdk/icons/notebook_ru4shv.png)}.root-web-sdk #containerForm .Dashboard div.container.chronic_care_category[class*=webCareTile]>.image-wrapper-web-sdk{background-image:url(https://assets.livongo.com/image/upload/v1713187909/web-sdk/icons/livongo-test_hgbymd.png)}.root-web-sdk #containerForm .Dashboard div.container.dermatology_product[class*=webCareTile]>.image-wrapper-web-sdk{background-image:url(https://assets.livongo.com/image/upload/v1713187839/web-sdk/icons/hand_gs9whz.png)}.root-web-sdk #containerForm .Dashboard div.container.nutrition_product[class*=webCareTile]>.image-wrapper-web-sdk{background-image:url(https://assets.livongo.com/image/upload/v1713187828/web-sdk/icons/food_fnmx2h.png)}.root-web-sdk #containerForm .Dashboard div.container.canada_get_care_now_product[class*=webCareTile]>.image-wrapper-web-sdk,.root-web-sdk #containerForm .Dashboard div.container.existing_diagnosis_product[class*=webCareTile]>.image-wrapper-web-sdk{background-image:url(https://assets.livongo.com/image/upload/v1730273150/web-sdk/icons/spot_illustration_can_get_care_now.png)}.root-web-sdk #containerForm .Dashboard div.container.elite_diagnostic_imaging_service_product[class*=webCareTile]>.image-wrapper-web-sdk{background-image:url(https://assets.livongo.com/image/upload/v1730291062/web-sdk/icons/spot_illustration_can_edis.png)}.root-web-sdk #containerForm .Dashboard div.container.mystrength1_product[class*=webCareTile]>.image-wrapper-web-sdk{background-image:url(https://assets.livongo.com/image/upload/v1730291688/web-sdk/icons/spot_illustration_can_mys_phn.png)}.root-web-sdk #containerForm .Dashboard div.container.in_person_care_product[class*=webCareTile]>.image-wrapper-web-sdk{background-image:url(https://assets.livongo.com/image/upload/v1730292562/web-sdk/icons/spot_illustration_can_find_a_doctor.png)}.root-web-sdk #containerForm .Dashboard div.container.personal_health_navigator_product[class*=webCareTile]>.image-wrapper-web-sdk{background-image:url(https://assets.livongo.com/image/upload/v1730291688/web-sdk/icons/spot_illustration_can_mys_phn.png)}.root-web-sdk #containerForm .Dashboard div.container.canada_mental_health_product[class*=webCareTile]>.image-wrapper-web-sdk,.root-web-sdk #containerForm .Dashboard div.container.mental_health_navigator_product[class*=webCareTile]>.image-wrapper-web-sdk{background-image:url(https://assets.livongo.com/image/upload/v1730295952/web-sdk/icons/spot_illustration_can_mental_health.png)}.root-web-sdk #containerForm .Dashboard div.container.crisis_support_product[class*=webCareTile]>.image-wrapper-web-sdk,.root-web-sdk #containerForm .Dashboard div.container.life_management_services_product[class*=webCareTile]>.image-wrapper-web-sdk{background-image:url(https://assets.livongo.com/image/upload/v1730296270/web-sdk/icons/spot_illustration_can_efap.png)}.root-web-sdk #containerForm .Dashboard div.container[class*=webCareTileV2]{display:inline-block;display:flex;flex-direction:column;align-items:flex-start;padding:2rem;grid-gap:1rem;gap:1rem;width:100%;contain:content;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));box-shadow:0 12px 30px rgba(0,0,0,0.16);border-radius:1rem}@media only screen and (max-width: 767px){.root-web-sdk #containerForm .Dashboard div.container[class*=webCareTileV2]{width:-webkit-fill-available}}.root-web-sdk #containerForm .Dashboard div.container[class*=webCareTileV2] h2[data-testId*=link-title],.root-web-sdk #containerForm .Dashboard div.container[class*=webCareTileV2] h3[data-testId*=link-title]{font-family:Effra,Arial,sans-serif;font-style:normal;font-weight:700;font-size:1.875rem}.root-web-sdk #containerForm .Dashboard div.container[class*=webCareTileV2] p[data-testId*=text-description]{font-family:Effra,Arial,sans-serif;font-style:normal;font-weight:400;font-size:1.125rem;width:85%;margin-bottom:0;margin-top:auto}.root-web-sdk #containerForm .Dashboard div.container[class*=webCareTileV2] div.availabilityContainer.container{row-gap:9px;display:block;max-height:unset;width:100%}.root-web-sdk #containerForm .Dashboard div.container[class*=webCareTileV2] div.availabilityContainer.container div.image-wrapper-web-sdk{display:inline-block;margin-right:0;vertical-align:middle}.root-web-sdk #containerForm .Dashboard div.container[class*=webCareTileV2] div.availabilityContainer.container div.image-wrapper-web-sdk div.image-container-web-sdk img{@appl w-3.75;width:1rem}.root-web-sdk #containerForm .Dashboard div.container[class*=webCareTileV2] div.availabilityContainer.container p[data-testId*=text-labelAvailabilityTitle]{font-family:Effra,Arial,sans-serif;font-weight:400;font-weight:700;font-size:1.125rem;margin-right:.25rem;margin-left:.563rem;margin-bottom:0 !important;display:inline-block;vertical-align:middle}.root-web-sdk #containerForm .Dashboard div.container[class*=webCareTileV2] div.availabilityContainer.container p[data-testId*=text-labelAvailabilityValue]{display:inline-block;font-family:Effra,Arial,sans-serif;font-weight:400;font-weight:700;font-size:1.125rem;width:41.666667%;margin:0;vertical-align:middle}.root-web-sdk #containerForm .Dashboard div.container[class*=webCareTileV2] div.optionsContainer.container{width:auto;display:flex;margin-top:.5rem}.root-web-sdk #containerForm .Dashboard div.container[class*=webCareTileV2] div.optionsContainer.container div.optionsContainerChat.container div.ic_communication_f_comment{align-self:center;background:url(https://assets.livongo.com/image/upload/v1713275974/web-sdk/icons/chat.svg) no-repeat}.root-web-sdk #containerForm .Dashboard div.container[class*=webCareTileV2] div.optionsContainer.container div.optionsContainerVideo.container{width:auto}.root-web-sdk #containerForm .Dashboard div.container[class*=webCareTileV2] div.optionsContainer.container div.optionsContainerVideo.container div.ic_devices_video_2{align-self:center;margin-top:.188rem;background:url(https://assets.livongo.com/image/upload/v1713283733/web-sdk/icons/video-camera.svg) no-repeat}.root-web-sdk #containerForm .Dashboard div.container[class*=webCareTileV2] div.optionsContainer.container div.optionsContainerPhone.container div.ic_devices_phone_4{align-self:center;margin-top:-.188rem;background:url(https://assets.livongo.com/image/upload/v1713278965/web-sdk/icons/phone_tm9ea1.svg) no-repeat}.root-web-sdk #containerForm .Dashboard div.container[class*=webCareTileV2] div.optionsContainer.container div{display:flex;padding-right:0;background-repeat:no-repeat;width:auto}.root-web-sdk #containerForm .Dashboard div.container[class*=webCareTileV2] div.optionsContainer.container div :first-child{width:1rem;height:1rem;margin-bottom:0;align-self:center}.root-web-sdk #containerForm .Dashboard div.container[class*=webCareTileV2] div.optionsContainer.container div :last-child{font-size:1.125rem;font-weight:400;padding-left:.188rem;margin-bottom:0;align-self:center}.root-web-sdk #containerForm .Dashboard div.container[class*=webCareTileV2] .actionButton:last-child{position:absolute;width:44px;height:2.75rem;--border-opacity:1;border:1px solid #fff;border-color:rgba(255, 255, 255, var(--border-opacity));box-shadow:0 1px 4px 1px rgba(0,0,0,0.08);align-self:flex-end;bottom:2rem;right:1.25rem;border-radius:9999px}.root-web-sdk #containerForm .Dashboard div.container[class*=webCareTileV2] .actionButton:last-child p.icon_background{margin-bottom:0}.root-web-sdk #containerForm .Dashboard div.container[class*=webCareTileV2] .actionButton:last-child div.ic_directional_arrow_right_arrow{margin-top:.75rem;margin-left:.75rem}.root-web-sdk #containerForm .Dashboard div.container[class*=getStartedContainer]{border-radius:.75rem;--border-opacity:1;border:1px solid #dfe0df;border-color:rgba(223, 224, 223, var(--border-opacity));max-width:44rem;position:relative;overflow-x:hidden;box-shadow:0 12px 30px rgba(0,0,0,0.16);margin-bottom:32px;--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity))}.root-web-sdk #containerForm .Dashboard div.container[class*=getStartedContainer] h1,.root-web-sdk #containerForm .Dashboard div.container[class*=getStartedContainer] h2[data-testID=text-title]{font-weight:700;font-size:1.875rem;padding-top:2rem;padding-left:2rem;margin:0}.root-web-sdk #containerForm .Dashboard div.container[class*=getStartedContainer] p[data-testID=text-description]{font-weight:400;font-size:1.125rem;width:80%;margin:0;padding-left:2rem;padding-top:.5rem;padding-bottom:1rem;line-height:1.75rem}.root-web-sdk #containerForm .Dashboard div.container[class*=getStartedContainer] div.container-web-sdk.icon{position:absolute;width:6.5rem;height:6.5rem;--bg-opacity:1;background-color:#e5f5e5;background-color:rgba(229, 245, 229, var(--bg-opacity));border-radius:9999px;top:-.75rem;right:-.75rem}.root-web-sdk #containerForm .Dashboard div.container[class*=getStartedContainer] p[data-testID=text-icon_background]{position:absolute;width:2rem;height:1.75rem;top:35%;right:35%;background:url(https://assets.livongo.com/image/upload/v1713282252/web-sdk/icons/tasks-green.svg) no-repeat}.root-web-sdk #containerForm .Dashboard div.container[class*=nba_container]{display:flex;flex-direction:column;align-items:stretch;padding-left:2rem;padding-right:1rem}@media (min-width: 992px){.root-web-sdk #containerForm .Dashboard div.container[class*=nba_container]{flex-direction:row}}.root-web-sdk #containerForm .Dashboard div.container[class*=nba_container] :last-child{margin-bottom:32px}.root-web-sdk #containerForm .Dashboard div.container[class*=nba_container] button[data-testid=caret-icon-button]{position:absolute;top:.5rem;right:.5rem}.root-web-sdk #containerForm .Dashboard div.container[class*=nba_container] button[data-testid=caret-icon-button] svg{margin-bottom:0}.root-web-sdk #containerForm .Dashboard div.container[class*=webTileNba]{border-radius:.75rem;flex-grow:1;--border-opacity:1;border:1px solid #dfe0df;border-color:rgba(223, 224, 223, var(--border-opacity));--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity));margin-right:1rem;margin-bottom:32px;position:relative;min-height:6.25rem}@media (min-width: 992px){.root-web-sdk #containerForm .Dashboard div.container[class*=webTileNba]{width:100%;margin-bottom:32px}}.root-web-sdk #containerForm .Dashboard div.container[class*=webTileNba] p[data-testID=text-title]{padding-top:.75rem;padding-left:1rem;font-weight:500;font-size:1.125rem;width:83.333333%;line-height:1.75rem}.root-web-sdk #containerForm .Dashboard div.container[class*=webTileNba] p[data-testID=text-optional]{margin:0;font-weight:400;font-size:.875rem;padding-left:1rem}.root-web-sdk #containerForm .Dashboard div.container[class*=webTileNba] p[data-testID=text-time]{font-weight:400;font-size:.875rem;padding-left:1rem;padding-bottom:.5rem;padding-top:.25rem;margin:0}.root-web-sdk #containerForm .Dashboard div.container[class*=webTileNba] div.ic_directional_arrow_right_arrow{position:absolute;height:.75rem;top:.875rem;right:1rem;background-image:url(https://assets.livongo.com/image/upload/v1713283293/web-sdk/icons/arrow-right-pulse.svg)}.root-web-sdk #containerForm .Dashboard div.container[class*=webTileNba]:hover{cursor:pointer}.root-web-sdk #containerForm .Dashboard div.container[class*=webTileNba] svg{position:absolute;height:.75rem;top:.875rem;right:1rem;height:1rem;width:1rem;fill:var(--color-button2-icon-default)}.websdk-space-x-1>:not(template)~:not(template){--space-x-reverse:0;margin-right:calc(0.25rem*var(--space-x-reverse));margin-left:calc(0.25rem*(1 - var(--space-x-reverse)))}.websdk-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.websdk-bg-white{--bg-opacity:1;background-color:#fff;background-color:rgba(255, 255, 255, var(--bg-opacity))}.websdk-bg-red{--bg-opacity:1;background-color:#d00;background-color:rgba(221, 0, 0, var(--bg-opacity))}.websdk-bg-yellow-300{--bg-opacity:1;background-color:#faf089;background-color:rgba(250, 240, 137, var(--bg-opacity))}.websdk-bg-green-900{--bg-opacity:1;background-color:#22543d;background-color:rgba(34, 84, 61, var(--bg-opacity))}.websdk-bg-blue-default{--bg-opacity:1;background-color:#ccf2fa;background-color:rgba(204, 242, 250, var(--bg-opacity))}.websdk-border-pd-light-neutral-surface{--border-opacity:1;border-color:#dfe0df;border-color:rgba(223, 224, 223, var(--border-opacity))}.websdk-rounded-xl{border-radius:.75rem}.websdk-rounded-full{border-radius:9999px}.websdk-border-solid{border-style:solid}.websdk-border{border-width:1px}.websdk-block{display:block}.websdk-flex{display:flex}.websdk-flex-col{flex-direction:column}.websdk-flex-wrap{flex-wrap:wrap}.websdk-items-start{align-items:flex-start}.websdk-items-center{align-items:center}.websdk-self-center{align-self:center}.websdk-justify-end{justify-content:flex-end}.websdk-justify-center{justify-content:center}.websdk-justify-between{justify-content:space-between}.websdk-justify-around{justify-content:space-around}.websdk-font-bold{font-weight:700}.websdk-h-6{height:1.5rem}.websdk-h-12{height:3rem}.websdk-text-sm{font-size:.875rem}.websdk-text-base{font-size:1rem}.websdk-text-xl{font-size:1.25rem}.websdk-text-2xl{font-size:1.5rem}.websdk-text-3xl{font-size:1.875rem}.websdk-m-0{margin:0}.websdk-mt-0{margin-top:0}.websdk-mb-0{margin-bottom:0}.websdk-mb-1{margin-bottom:.25rem}.websdk-mr-2{margin-right:.5rem}.websdk-mb-2{margin-bottom:.5rem}.websdk-ml-2{margin-left:.5rem}.websdk-mr-3{margin-right:.75rem}.websdk-mt-4{margin-top:1rem}.websdk-mb-4{margin-bottom:1rem}.websdk-ml-4{margin-left:1rem}.websdk-mt-6{margin-top:1.5rem}.websdk-mb-8{margin-bottom:32px}.websdk-mb-10{margin-bottom:2.5rem}.websdk-mb-12{margin-bottom:3rem}.websdk--ml-4{margin-left:-1rem}.websdk--mb-8{margin-bottom:-2rem}.websdk-min-h-screen{min-height:100vh}.websdk-min-w-full{min-width:100%}.websdk-p-4{padding:1rem}.websdk-py-3{padding-top:.75rem;padding-bottom:.75rem}.websdk-py-4{padding-top:1rem;padding-bottom:1rem}.websdk-px-4{padding-left:1rem;padding-right:1rem}.websdk-pt-3{padding-top:.75rem}.websdk-pt-4{padding-top:1rem}.websdk-relative{position:relative}.websdk-text-black{--text-opacity:1;color:#000;color:rgba(0, 0, 0, var(--text-opacity))}.websdk-text-white{--text-opacity:1;color:#fff;color:rgba(255, 255, 255, var(--text-opacity))}.websdk-text-gray-200{--text-opacity:1;color:#727069;color:rgba(114, 112, 105, var(--text-opacity))}.websdk-text-gray-500{--text-opacity:1;color:#a0aec0;color:rgba(160, 174, 192, var(--text-opacity))}.websdk-text-blue{--text-opacity:1;color:#005c95;color:rgba(0, 92, 149, var(--text-opacity))}.websdk-text-purple-dark{--text-opacity:1;color:#633d8f;color:rgba(99, 61, 143, var(--text-opacity))}.websdk-text-td-primary{--text-opacity:1;color:#5b2f91;color:rgba(91, 47, 145, var(--text-opacity))}.websdk-w-6{width:1.5rem}.websdk-w-auto{width:auto}.websdk-w-full{width:100%}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.websdk-animate-fadeIn{animation:fadeIn .3s forwards}.websdk-animate-fadeOut{animation:fadeOut .2s forwards}@font-face{font-family:Effra;font-style:normal;font-weight:400;font-display:swap;src:url(https://assets.livongo.com/raw/upload/v1632236564/fonts/effra/effra-400.woff2) format("woff2")}@font-face{font-family:Effra;font-style:normal;font-weight:700;font-display:swap;src:url(https://assets.livongo.com/raw/upload/v1632236564/fonts/effra/effra-700.woff2) format("woff2")}body{font-family:Effra}a,body,button,p{font-family:Effra,serif}@media (min-width: 320px){.xxs\:websdk-container{width:100%}}@media (min-width: 320px) and (min-width: 320px){.xxs\:websdk-container{max-width:320px}}@media (min-width: 320px) and (min-width: 375px){.xxs\:websdk-container{max-width:375px}}@media (min-width: 320px) and (min-width: 376px){.xxs\:websdk-container{max-width:376px}}@media (min-width: 320px) and (min-width: 576px){.xxs\:websdk-container{max-width:576px}}@media (min-width: 320px) and (min-width: 768px){.xxs\:websdk-container{max-width:768px}}@media (min-width: 320px) and (min-width: 992px){.xxs\:websdk-container{max-width:992px}}@media (min-width: 320px) and (min-width: 1024px){.xxs\:websdk-container{max-width:1024px}}@media (min-width: 320px) and (min-width: 1200px){.xxs\:websdk-container{max-width:1200px}}@media (min-width: 320px) and (min-width: 1280px){.xxs\:websdk-container{max-width:1280px}}@media (min-width: 320px) and (min-width: 1440px){.xxs\:websdk-container{max-width:1440px}}@media (min-width: 375px){.xs\:websdk-container{width:100%}}@media (min-width: 375px) and (min-width: 320px){.xs\:websdk-container{max-width:320px}}@media (min-width: 375px) and (min-width: 375px){.xs\:websdk-container{max-width:375px}}@media (min-width: 375px) and (min-width: 376px){.xs\:websdk-container{max-width:376px}}@media (min-width: 375px) and (min-width: 576px){.xs\:websdk-container{max-width:576px}}@media (min-width: 375px) and (min-width: 768px){.xs\:websdk-container{max-width:768px}}@media (min-width: 375px) and (min-width: 992px){.xs\:websdk-container{max-width:992px}}@media (min-width: 375px) and (min-width: 1024px){.xs\:websdk-container{max-width:1024px}}@media (min-width: 375px) and (min-width: 1200px){.xs\:websdk-container{max-width:1200px}}@media (min-width: 375px) and (min-width: 1280px){.xs\:websdk-container{max-width:1280px}}@media (min-width: 375px) and (min-width: 1440px){.xs\:websdk-container{max-width:1440px}}@media (min-width: 375px){.xs\:websdk-w-full{width:100%}}@media (min-width: 576px){.sm\:websdk-container{width:100%}}@media (min-width: 576px) and (min-width: 320px){.sm\:websdk-container{max-width:320px}}@media (min-width: 576px) and (min-width: 375px){.sm\:websdk-container{max-width:375px}}@media (min-width: 576px) and (min-width: 376px){.sm\:websdk-container{max-width:376px}}@media (min-width: 576px) and (min-width: 576px){.sm\:websdk-container{max-width:576px}}@media (min-width: 576px) and (min-width: 768px){.sm\:websdk-container{max-width:768px}}@media (min-width: 576px) and (min-width: 992px){.sm\:websdk-container{max-width:992px}}@media (min-width: 576px) and (min-width: 1024px){.sm\:websdk-container{max-width:1024px}}@media (min-width: 576px) and (min-width: 1200px){.sm\:websdk-container{max-width:1200px}}@media (min-width: 576px) and (min-width: 1280px){.sm\:websdk-container{max-width:1280px}}@media (min-width: 576px) and (min-width: 1440px){.sm\:websdk-container{max-width:1440px}}@media (min-width: 576px){.sm\:websdk-w-110px{width:110px}.sm\:websdk-w-115px{width:115px}.sm\:websdk-w-175px{width:175px}.sm\:websdk-w-200px{width:200px}}@media (min-width: 768px){.md\:websdk-container{width:100%}}@media (min-width: 768px) and (min-width: 320px){.md\:websdk-container{max-width:320px}}@media (min-width: 768px) and (min-width: 375px){.md\:websdk-container{max-width:375px}}@media (min-width: 768px) and (min-width: 376px){.md\:websdk-container{max-width:376px}}@media (min-width: 768px) and (min-width: 576px){.md\:websdk-container{max-width:576px}}@media (min-width: 768px) and (min-width: 768px){.md\:websdk-container{max-width:768px}}@media (min-width: 768px) and (min-width: 992px){.md\:websdk-container{max-width:992px}}@media (min-width: 768px) and (min-width: 1024px){.md\:websdk-container{max-width:1024px}}@media (min-width: 768px) and (min-width: 1200px){.md\:websdk-container{max-width:1200px}}@media (min-width: 768px) and (min-width: 1280px){.md\:websdk-container{max-width:1280px}}@media (min-width: 768px) and (min-width: 1440px){.md\:websdk-container{max-width:1440px}}@media (min-width: 992px){.lg\:websdk-container{width:100%}}@media (min-width: 992px) and (min-width: 320px){.lg\:websdk-container{max-width:320px}}@media (min-width: 992px) and (min-width: 375px){.lg\:websdk-container{max-width:375px}}@media (min-width: 992px) and (min-width: 376px){.lg\:websdk-container{max-width:376px}}@media (min-width: 992px) and (min-width: 576px){.lg\:websdk-container{max-width:576px}}@media (min-width: 992px) and (min-width: 768px){.lg\:websdk-container{max-width:768px}}@media (min-width: 992px) and (min-width: 992px){.lg\:websdk-container{max-width:992px}}@media (min-width: 992px) and (min-width: 1024px){.lg\:websdk-container{max-width:1024px}}@media (min-width: 992px) and (min-width: 1200px){.lg\:websdk-container{max-width:1200px}}@media (min-width: 992px) and (min-width: 1280px){.lg\:websdk-container{max-width:1280px}}@media (min-width: 992px) and (min-width: 1440px){.lg\:websdk-container{max-width:1440px}}@media (min-width: 1200px){.xl\:websdk-container{width:100%}}@media (min-width: 1200px) and (min-width: 320px){.xl\:websdk-container{max-width:320px}}@media (min-width: 1200px) and (min-width: 375px){.xl\:websdk-container{max-width:375px}}@media (min-width: 1200px) and (min-width: 376px){.xl\:websdk-container{max-width:376px}}@media (min-width: 1200px) and (min-width: 576px){.xl\:websdk-container{max-width:576px}}@media (min-width: 1200px) and (min-width: 768px){.xl\:websdk-container{max-width:768px}}@media (min-width: 1200px) and (min-width: 992px){.xl\:websdk-container{max-width:992px}}@media (min-width: 1200px) and (min-width: 1024px){.xl\:websdk-container{max-width:1024px}}@media (min-width: 1200px) and (min-width: 1200px){.xl\:websdk-container{max-width:1200px}}@media (min-width: 1200px) and (min-width: 1280px){.xl\:websdk-container{max-width:1280px}}@media (min-width: 1200px) and (min-width: 1440px){.xl\:websdk-container{max-width:1440px}}@media (min-width: 1440px){.xxl\:websdk-container{width:100%}}@media (min-width: 1440px) and (min-width: 320px){.xxl\:websdk-container{max-width:320px}}@media (min-width: 1440px) and (min-width: 375px){.xxl\:websdk-container{max-width:375px}}@media (min-width: 1440px) and (min-width: 376px){.xxl\:websdk-container{max-width:376px}}@media (min-width: 1440px) and (min-width: 576px){.xxl\:websdk-container{max-width:576px}}@media (min-width: 1440px) and (min-width: 768px){.xxl\:websdk-container{max-width:768px}}@media (min-width: 1440px) and (min-width: 992px){.xxl\:websdk-container{max-width:992px}}@media (min-width: 1440px) and (min-width: 1024px){.xxl\:websdk-container{max-width:1024px}}@media (min-width: 1440px) and (min-width: 1200px){.xxl\:websdk-container{max-width:1200px}}@media (min-width: 1440px) and (min-width: 1280px){.xxl\:websdk-container{max-width:1280px}}@media (min-width: 1440px) and (min-width: 1440px){.xxl\:websdk-container{max-width:1440px}}@media (min-width: 376px){.mys-xs\:websdk-container{width:100%}}@media (min-width: 376px) and (min-width: 320px){.mys-xs\:websdk-container{max-width:320px}}@media (min-width: 376px) and (min-width: 375px){.mys-xs\:websdk-container{max-width:375px}}@media (min-width: 376px) and (min-width: 376px){.mys-xs\:websdk-container{max-width:376px}}@media (min-width: 376px) and (min-width: 576px){.mys-xs\:websdk-container{max-width:576px}}@media (min-width: 376px) and (min-width: 768px){.mys-xs\:websdk-container{max-width:768px}}@media (min-width: 376px) and (min-width: 992px){.mys-xs\:websdk-container{max-width:992px}}@media (min-width: 376px) and (min-width: 1024px){.mys-xs\:websdk-container{max-width:1024px}}@media (min-width: 376px) and (min-width: 1200px){.mys-xs\:websdk-container{max-width:1200px}}@media (min-width: 376px) and (min-width: 1280px){.mys-xs\:websdk-container{max-width:1280px}}@media (min-width: 376px) and (min-width: 1440px){.mys-xs\:websdk-container{max-width:1440px}}@media (min-width: 1024px){.mys-lg\:websdk-container{width:100%}}@media (min-width: 1024px) and (min-width: 320px){.mys-lg\:websdk-container{max-width:320px}}@media (min-width: 1024px) and (min-width: 375px){.mys-lg\:websdk-container{max-width:375px}}@media (min-width: 1024px) and (min-width: 376px){.mys-lg\:websdk-container{max-width:376px}}@media (min-width: 1024px) and (min-width: 576px){.mys-lg\:websdk-container{max-width:576px}}@media (min-width: 1024px) and (min-width: 768px){.mys-lg\:websdk-container{max-width:768px}}@media (min-width: 1024px) and (min-width: 992px){.mys-lg\:websdk-container{max-width:992px}}@media (min-width: 1024px) and (min-width: 1024px){.mys-lg\:websdk-container{max-width:1024px}}@media (min-width: 1024px) and (min-width: 1200px){.mys-lg\:websdk-container{max-width:1200px}}@media (min-width: 1024px) and (min-width: 1280px){.mys-lg\:websdk-container{max-width:1280px}}@media (min-width: 1024px) and (min-width: 1440px){.mys-lg\:websdk-container{max-width:1440px}}@media (min-width: 1280px){.mys-xl\:websdk-container{width:100%}}@media (min-width: 1280px) and (min-width: 320px){.mys-xl\:websdk-container{max-width:320px}}@media (min-width: 1280px) and (min-width: 375px){.mys-xl\:websdk-container{max-width:375px}}@media (min-width: 1280px) and (min-width: 376px){.mys-xl\:websdk-container{max-width:376px}}@media (min-width: 1280px) and (min-width: 576px){.mys-xl\:websdk-container{max-width:576px}}@media (min-width: 1280px) and (min-width: 768px){.mys-xl\:websdk-container{max-width:768px}}@media (min-width: 1280px) and (min-width: 992px){.mys-xl\:websdk-container{max-width:992px}}@media (min-width: 1280px) and (min-width: 1024px){.mys-xl\:websdk-container{max-width:1024px}}@media (min-width: 1280px) and (min-width: 1200px){.mys-xl\:websdk-container{max-width:1200px}}@media (min-width: 1280px) and (min-width: 1280px){.mys-xl\:websdk-container{max-width:1280px}}@media (min-width: 1280px) and (min-width: 1440px){.mys-xl\:websdk-container{max-width:1440px}}@media (max-width: 376px){.max-xs\:websdk-container{width:100%}}@media (max-width: 376px) and (min-width: 320px){.max-xs\:websdk-container{max-width:320px}}@media (max-width: 376px) and (min-width: 375px){.max-xs\:websdk-container{max-width:375px}}@media (max-width: 376px) and (min-width: 376px){.max-xs\:websdk-container{max-width:376px}}@media (max-width: 376px) and (min-width: 576px){.max-xs\:websdk-container{max-width:576px}}@media (max-width: 376px) and (min-width: 768px){.max-xs\:websdk-container{max-width:768px}}@media (max-width: 376px) and (min-width: 992px){.max-xs\:websdk-container{max-width:992px}}@media (max-width: 376px) and (min-width: 1024px){.max-xs\:websdk-container{max-width:1024px}}@media (max-width: 376px) and (min-width: 1200px){.max-xs\:websdk-container{max-width:1200px}}@media (max-width: 376px) and (min-width: 1280px){.max-xs\:websdk-container{max-width:1280px}}@media (max-width: 376px) and (min-width: 1440px){.max-xs\:websdk-container{max-width:1440px}}@media (max-width: 576px){.max-sm\:websdk-container{width:100%}}@media (max-width: 576px) and (min-width: 320px){.max-sm\:websdk-container{max-width:320px}}@media (max-width: 576px) and (min-width: 375px){.max-sm\:websdk-container{max-width:375px}}@media (max-width: 576px) and (min-width: 376px){.max-sm\:websdk-container{max-width:376px}}@media (max-width: 576px) and (min-width: 576px){.max-sm\:websdk-container{max-width:576px}}@media (max-width: 576px) and (min-width: 768px){.max-sm\:websdk-container{max-width:768px}}@media (max-width: 576px) and (min-width: 992px){.max-sm\:websdk-container{max-width:992px}}@media (max-width: 576px) and (min-width: 1024px){.max-sm\:websdk-container{max-width:1024px}}@media (max-width: 576px) and (min-width: 1200px){.max-sm\:websdk-container{max-width:1200px}}@media (max-width: 576px) and (min-width: 1280px){.max-sm\:websdk-container{max-width:1280px}}@media (max-width: 576px) and (min-width: 1440px){.max-sm\:websdk-container{max-width:1440px}}@media (max-width: 767px){.max-md\:websdk-container{width:100%}}@media (max-width: 767px) and (min-width: 320px){.max-md\:websdk-container{max-width:320px}}@media (max-width: 767px) and (min-width: 375px){.max-md\:websdk-container{max-width:375px}}@media (max-width: 767px) and (min-width: 376px){.max-md\:websdk-container{max-width:376px}}@media (max-width: 767px) and (min-width: 576px){.max-md\:websdk-container{max-width:576px}}@media (max-width: 767px) and (min-width: 768px){.max-md\:websdk-container{max-width:768px}}@media (max-width: 767px) and (min-width: 992px){.max-md\:websdk-container{max-width:992px}}@media (max-width: 767px) and (min-width: 1024px){.max-md\:websdk-container{max-width:1024px}}@media (max-width: 767px) and (min-width: 1200px){.max-md\:websdk-container{max-width:1200px}}@media (max-width: 767px) and (min-width: 1280px){.max-md\:websdk-container{max-width:1280px}}@media (max-width: 767px) and (min-width: 1440px){.max-md\:websdk-container{max-width:1440px}}
