/*
! tailwindcss v3.2.4 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}::before,
::after {
  --tw-content: '';
}/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
*/html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
}/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/abbr:where([title]) {
  text-decoration: underline;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted currentColor;
          text-decoration: underline dotted currentColor;
}/*
Remove the default font size and weight for headings.
*/h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}/*
Reset links to optimize for opt-in styling instead of opt-out.
*/a {
  color: inherit;
  text-decoration: inherit;
}/*
Add the correct font weight in Edge and Safari.
*/b,
strong {
  font-weight: bolder;
}/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}/*
Add the correct font size in all browsers.
*/small {
  font-size: 80%;
}/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}sub {
  bottom: -0.25em;
}sup {
  top: -0.5em;
}/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}/*
Remove the inheritance of text transform in Edge and Firefox.
*/button,
select {
  text-transform: none;
}/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}/*
Use the modern Firefox focus style for all focusable elements.
*/:-moz-focusring {
  outline: auto;
}/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/:-moz-ui-invalid {
  box-shadow: none;
}/*
Add the correct vertical alignment in Chrome and Firefox.
*/progress {
  vertical-align: baseline;
}/*
Correct the cursor style of increment and decrement buttons in Safari.
*/::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}/*
Remove the inner padding in Chrome and Safari on macOS.
*/::-webkit-search-decoration {
  -webkit-appearance: none;
}/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}/*
Add the correct display in Chrome and Safari.
*/summary {
  display: list-item;
}/*
Removes the default spacing and border for appropriate elements.
*/blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}fieldset {
  margin: 0;
  padding: 0;
}legend {
  padding: 0;
}ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}/*
Prevent resizing textareas horizontally by default.
*/textarea {
  resize: vertical;
}/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}/*
Set the default cursor for buttons.
*/button,
[role="button"] {
  cursor: pointer;
}/*
Make sure disabled buttons don't get the pointer cursor.
*/:disabled {
  cursor: default;
}/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/img,
video {
  max-width: 100%;
  height: auto;
}/* Make elements with the HTML hidden attribute stay hidden by default */[hidden] {
  display: none;
}@font-face {
  font-family: 'XfinityBrown';
  src: url('https://static.cimcontent.net/common-web-assets/fonts/xfinity-brown-optimized/xfinitybrown-bold.woff2') format('woff2'), url('https://static.cimcontent.net/common-web-assets/fonts/xfinity-brown-optimized/xfinitybrown-bold.woff') format('woff'), url('https://static.cimcontent.net/common-web-assets/fonts/xfinity-brown-optimized/xfinitybrown-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}@font-face {
  font-family: 'DMSans';
  src: url('https://static.cimcontent.net/common-web-assets/fonts/dm-sans/dmsans-regular.woff2') format('woff2'), url('https://static.cimcontent.net/common-web-assets/fonts/dm-sans/dmsans-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}@font-face {
  font-family: 'DMSans';
  src: url('https://static.cimcontent.net/common-web-assets/fonts/dm-sans/dmsans-medium.woff2') format('woff2'), url('https://static.cimcontent.net/common-web-assets/fonts/dm-sans/dmsans-medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}html {
  font-family: DMSans, Helvetica, sans-serif;
}:root {
  --shadow-color: rgba(0, 0, 0, 0.5);
  --text-display0-family: var(--text-family-brand);
  --text-display0-size: 2.25000rem;
  --text-display0-line-height: 2.81250rem;
  --text-display0-weight: 700;
  --text-display0-letter-spacing: -0.4px;
  --text-display0-text-transform: none;
  --text-display1-family: var(--text-family-brand);
  --text-display1-size: max(2rem, min(calc(1.82143rem + 0.89286vw), 2.25rem));
  --text-display1-line-height: max(2.5rem, min(calc(2.27679rem + 1.11607vw), 2.8125rem));
  --text-display1-weight: 700;
  --text-display1-letter-spacing: -0.4px;
  --text-display1-text-transform: none;
  --text-display2-family: var(--text-family-brand);
  --text-display2-size: max(1.75rem, min(calc(1.57143rem + 0.89286vw), 2rem));
  --text-display2-line-height: max(2.1875rem, min(calc(1.96429rem + 1.11607vw), 2.5rem));
  --text-display2-weight: 700;
  --text-display2-letter-spacing: -0.4px;
  --text-display2-text-transform: none;
  --text-headline1-family: var(--text-family-brand);
  --text-headline1-size: 1.50000rem;
  --text-headline1-line-height: 2.00000rem;
  --text-headline1-weight: 700;
  --text-headline1-letter-spacing: -0.2px;
  --text-headline1-text-transform: none;
  --text-headline2-family: var(--text-family-brand);
  --text-headline2-size: 1.25000rem;
  --text-headline2-line-height: 1.50000rem;
  --text-headline2-weight: 700;
  --text-headline2-letter-spacing: -0.2px;
  --text-headline2-text-transform: none;
  --text-headline3-family: var(--text-family-brand);
  --text-headline3-size: 1.00000rem;
  --text-headline3-line-height: 1.50000rem;
  --text-headline3-weight: 700;
  --text-headline3-letter-spacing: 0px;
  --text-headline3-text-transform: none;
  --text-body0-family: var(--text-family-default);
  --text-body0-size: 1.00000rem;
  --text-body0-line-height: 1.50000rem;
  --text-body0-weight: 400;
  --text-body0-letter-spacing: 0px;
  --text-body0-text-transform: none;
  --text-body1-family: var(--text-family-default);
  --text-body1-size: 1.00000rem;
  --text-body1-line-height: 1.50000;
  --text-body1-weight: 400;
  --text-body1-letter-spacing: 0px;
  --text-body1-text-transform: none;
  --text-body2-family: var(--text-family-default);
  --text-body2-size: 0.87500rem;
  --text-body2-line-height: 1.50000;
  --text-body2-weight: 400;
  --text-body2-letter-spacing: 0px;
  --text-body2-text-transform: none;
  --text-body3-family: var(--text-family-default);
  --text-body3-size: 0.87500rem;
  --text-body3-line-height: 1.50000;
  --text-body3-weight: 400;
  --text-body3-letter-spacing: 0px;
  --text-body3-text-transform: none;
  --text-body4-family: var(--text-family-default);
  --text-body4-size: 0.87500rem;
  --text-body4-line-height: 1.50000;
  --text-body4-weight: 400;
  --text-body4-letter-spacing: 0px;
  --text-body4-text-transform: none;
  --text-button1-family: var(--text-family-brand);
  --text-button1-size: 1.00000rem;
  --text-button1-line-height: 1.50000;
  --text-button1-weight: 700;
  --text-button1-letter-spacing: 0px;
  --text-button1-text-transform: none;
  --text-button2-family: var(--text-family-brand);
  --text-button2-size: 0.87500rem;
  --text-button2-line-height: 1.71429;
  --text-button2-weight: 700;
  --text-button2-letter-spacing: 0px;
  --text-button2-text-transform: none;
  --text-callout1-family: var(--text-family-default);
  --text-callout1-size: 0.87500rem;
  --text-callout1-line-height: 1.50000;
  --text-callout1-weight: 400;
  --text-callout1-letter-spacing: 1px;
  --text-callout1-text-transform: uppercase;
  --text-callout2-family: var(--text-family-default);
  --text-callout2-size: 0.75000rem;
  --text-callout2-line-height: 1.33333;
  --text-callout2-weight: 400;
  --text-callout2-letter-spacing: 1px;
  --text-callout2-text-transform: uppercase;
  --text-caption-family: var(--text-family-default);
  --text-caption-size: 0.75000rem;
  --text-caption-line-height: 1.33333;
  --text-caption-weight: 400;
  --text-caption-letter-spacing: 0px;
  --text-caption-text-transform: none;
  --text-tag-family: var(--text-family-default);
  --text-tag-size: 0.62500rem;
  --text-tag-line-height: 1.20000;
  --text-tag-weight: 500;
  --text-tag-letter-spacing: 0px;
  --text-tag-text-transform: none;
  --text-family-brand: XfinityBrown, DMSans, Helvetica, sans-serif;
  --text-family-default: DMSans, Helvetica, sans-serif;
  --fill-caution-base-shadow: rgba(95,29,0,0.51);
  --fill-caution-down-shadow: rgba(74,22,0,0.51);
  --fill-caution-focus-shadow: rgba(85,26,0,0.51);
  --fill-caution-hover-shadow: rgba(85,26,0,0.51);
  --fill-info-base-shadow: rgba(0,39,112,0.51);
  --fill-info-down-shadow: rgba(0,24,68,0.51);
  --fill-info-focus-shadow: rgba(0,30,85,0.51);
  --fill-info-hover-shadow: rgba(0,30,85,0.51);
  --fill-inverse-base-shadow: rgba(135,135,136,0.51);
  --fill-inverse-down-shadow: rgba(111,111,118,0.51);
  --fill-inverse-focus-shadow: rgba(140,140,140,0.51);
  --fill-inverse-hover-shadow: rgba(140,140,140,0.51);
  --fill-negative-base-shadow: rgba(97,1,28,0.51);
  --fill-negative-down-shadow: rgba(51,0,14,0.51);
  --fill-negative-focus-shadow: rgba(74,0,21,0.51);
  --fill-negative-hover-shadow: rgba(74,0,21,0.51);
  --fill-neutral-base-shadow: rgba(8,8,10,0.51);
  --fill-neutral-down-shadow: rgba(34,34,39,0.51);
  --fill-neutral-focus-shadow: rgba(24,24,28,0.51);
  --fill-neutral-hover-shadow: rgba(24,24,28,0.51);
  --fill-positive-base-shadow: rgba(0,52,39,0.51);
  --fill-positive-down-shadow: rgba(0,23,18,0.51);
  --fill-positive-focus-shadow: rgba(0,40,30,0.51);
  --fill-positive-hover-shadow: rgba(0,40,30,0.51);
  --fill-theme1-base-shadow: rgba(48,26,134,0.51);
  --fill-theme1-down-shadow: rgba(18,0,48,0.51);
  --fill-theme1-focus-shadow: rgba(27,0,75,0.51);
  --fill-theme1-hover-shadow: rgba(27,0,75,0.51);
  --material-1-shadow: rgba(140,140,140,0.51);
  --material-2-shadow: rgba(135,135,136,0.51);
  --material-1-inverse-shadow: rgba(8,8,10,0.51);
  --material-2-inverse-shadow: rgba(15,15,18,0.51);
  --material-caution-shadow: rgba(132,122,117,0.51);
  --material-caution-inverse-shadow: rgba(27,14,8,0.51);
  --material-info-shadow: rgba(117,122,132,0.51);
  --material-info-inverse-shadow: rgba(8,13,24,0.51);
  --material-negative-shadow: rgba(132,117,122,0.51);
  --material-negative-inverse-shadow: rgba(22,7,12,0.51);
  --material-positive-shadow: rgba(117,132,127,0.51);
  --material-positive-inverse-shadow: rgba(6,19,14,0.51);
  --material-theme1-shadow: rgba(123,121,133,0.51);
  --material-theme1-inverse-shadow: rgba(12,9,26,0.51);
  --material-neutral-base-shadow: rgba(140,140,140,0.51);
  --material-neutral-down-shadow: rgba(121,121,121,0.51);
  --material-neutral-focus-shadow: rgba(134,134,134,0.51);
  --material-neutral-hover-shadow: rgba(134,134,134,0.51);
  --material-neutral2-base-shadow: rgba(135,135,136,0.51);
  --material-neutral2-down-shadow: rgba(117,117,118,0.51);
  --material-neutral2-focus-shadow: rgba(129,129,130,0.51);
  --material-neutral2-hover-shadow: rgba(129,129,130,0.51);
  --material-caution-base-shadow: rgba(132,122,117,0.51);
  --material-caution-down-shadow: rgba(115,106,102,0.51);
  --material-caution-focus-shadow: rgba(126,117,112,0.51);
  --material-caution-hover-shadow: rgba(126,117,112,0.51);
  --material-info-base-shadow: rgba(117,122,132,0.51);
  --material-info-down-shadow: rgba(102,106,115,0.51);
  --material-info-focus-shadow: rgba(112,117,126,0.51);
  --material-info-hover-shadow: rgba(112,117,126,0.51);
  --material-negative-base-shadow: rgba(132,117,122,0.51);
  --material-negative-down-shadow: rgba(115,102,106,0.51);
  --material-negative-focus-shadow: rgba(126,112,117,0.51);
  --material-negative-hover-shadow: rgba(126,112,117,0.51);
  --material-positive-base-shadow: rgba(117,132,127,0.51);
  --material-positive-down-shadow: rgba(102,115,111,0.51);
  --material-positive-focus-shadow: rgba(112,126,122,0.51);
  --material-positive-hover-shadow: rgba(112,126,122,0.51);
  --material-neutral-inverse-base-shadow: rgba(8,8,10,0.51);
  --material-neutral-inverse-down-shadow: rgba(22,22,23,0.51);
  --material-neutral-inverse-focus-shadow: rgba(13,13,14,0.51);
  --material-neutral-inverse-hover-shadow: rgba(13,13,14,0.51);
  --material-neutral2-inverse-base-shadow: rgba(15,15,18,0.51);
  --material-neutral2-inverse-down-shadow: rgba(29,29,31,0.51);
  --material-neutral2-inverse-focus-shadow: rgba(20,20,22,0.51);
  --material-neutral2-inverse-hover-shadow: rgba(20,20,22,0.51);
  --material-caution-inverse-base-shadow: rgba(27,14,8,0.51);
  --material-caution-inverse-down-shadow: rgba(39,28,22,0.51);
  --material-caution-inverse-focus-shadow: rgba(31,18,13,0.51);
  --material-caution-inverse-hover-shadow: rgba(31,18,13,0.51);
  --material-info-inverse-base-shadow: rgba(8,13,24,0.51);
  --material-info-inverse-down-shadow: rgba(21,27,37,0.51);
  --material-info-inverse-focus-shadow: rgba(12,17,28,0.51);
  --material-info-inverse-hover-shadow: rgba(12,17,28,0.51);
  --material-negative-inverse-base-shadow: rgba(22,7,12,0.51);
  --material-negative-inverse-down-shadow: rgba(35,21,25,0.51);
  --material-negative-inverse-focus-shadow: rgba(27,12,16,0.51);
  --material-negative-inverse-hover-shadow: rgba(27,12,16,0.51);
  --material-positive-inverse-base-shadow: rgba(6,19,14,0.51);
  --material-positive-inverse-down-shadow: rgba(19,32,28,0.51);
  --material-positive-inverse-focus-shadow: rgba(10,23,19,0.51);
  --material-positive-inverse-hover-shadow: rgba(10,23,19,0.51);
  --material-theme1-base-shadow: rgba(123,121,133,0.51);
  --material-theme1-down-shadow: rgba(107,105,116,0.51);
  --material-theme1-focus-shadow: rgba(118,116,127,0.51);
  --material-theme1-hover-shadow: rgba(118,116,127,0.51);
}@font-face {
  font-family: 'XfinityBrown';
  src: url('https://static.cimcontent.net/common-web-assets/fonts/xfinity-brown-optimized/xfinitybrown-bold.woff2') format('woff2'), url('https://static.cimcontent.net/common-web-assets/fonts/xfinity-brown-optimized/xfinitybrown-bold.woff') format('woff'), url('https://static.cimcontent.net/common-web-assets/fonts/xfinity-brown-optimized/xfinitybrown-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}@font-face {
  font-family: 'DMSans';
  src: url('https://static.cimcontent.net/common-web-assets/fonts/dm-sans/dmsans-regular.woff2') format('woff2'), url('https://static.cimcontent.net/common-web-assets/fonts/dm-sans/dmsans-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}@font-face {
  font-family: 'DMSans';
  src: url('https://static.cimcontent.net/common-web-assets/fonts/dm-sans/dmsans-medium.woff2') format('woff2'), url('https://static.cimcontent.net/common-web-assets/fonts/dm-sans/dmsans-medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}:root, .light, .light-secondary, [light], [light-secondary] {
  --palette-black: #000000;
  --palette-blue-05: #D9E1F2;
  --palette-blue-10: #8BAFF9;
  --palette-blue-20: #4784FF;
  --palette-blue-30: #3376FF;
  --palette-blue-40: #2970FF;
  --palette-blue-50: #1F69FF;
  --palette-blue-60: #0051D0;
  --palette-blue-70: #0040A3;
  --palette-blue-80: #003485;
  --palette-blue-90: #131E34;
  --palette-green-05: #D9F2EA;
  --palette-green-10: #78E3BF;
  --palette-green-20: #0AC284;
  --palette-green-30: #009965;
  --palette-green-40: #008F5E;
  --palette-green-50: #008558;
  --palette-green-60: #006851;
  --palette-green-70: #005240;
  --palette-green-80: #003328;
  --palette-green-90: #0E2A21;
  --palette-grey-05: #F6F6F9;
  --palette-grey-10: #ECECF2;
  --palette-grey-20: #CECEDA;
  --palette-grey-30: #B1B1BD;
  --palette-grey-40: #8B8B97;
  --palette-grey-50: #62626C;
  --palette-grey-60: #484851;
  --palette-grey-70: #35353B;
  --palette-grey-80: #232328;
  --palette-grey-90: #141417;
  --palette-orange-05: #F2E1D9;
  --palette-orange-10: #FFB68F;
  --palette-orange-20: #FF8D52;
  --palette-orange-30: #FF6F24;
  --palette-orange-40: #F95600;
  --palette-orange-50: #E64F00;
  --palette-orange-60: #B33D00;
  --palette-orange-70: #A33800;
  --palette-orange-80: #8F3100;
  --palette-orange-90: #392014;
  --palette-purple-05: #E3E0F4;
  --palette-purple-10: #BAA8FA;
  --palette-purple-20: #9378F8;
  --palette-purple-30: #805FF6;
  --palette-purple-40: #704BF7;
  --palette-purple-50: #6138F5;
  --palette-purple-60: #4D00BD;
  --palette-purple-70: #3A0092;
  --palette-purple-80: #280061;
  --palette-purple-90: #1C1538;
  --palette-red-05: #F2D9E1;
  --palette-red-10: #FF99BA;
  --palette-red-20: #FF6194;
  --palette-red-30: #FF3878;
  --palette-red-40: #F0004D;
  --palette-red-50: #E6004A;
  --palette-red-60: #B7023C;
  --palette-red-70: #8F002F;
  --palette-red-80: #660021;
  --palette-red-90: #31111B;
  --palette-theme1-05: #E3E0F4;
  --palette-theme1-10: #BAA8FA;
  --palette-theme1-20: #9378F8;
  --palette-theme1-30: #805FF6;
  --palette-theme1-40: #704BF7;
  --palette-theme1-50: #6138F5;
  --palette-theme1-60: #4D00BD;
  --palette-theme1-70: #3A0092;
  --palette-theme1-80: #280061;
  --palette-theme1-90: #1C1538;
  --palette-white: #FFFFFF;
  --palette-yellow-05: #F2EAD9;
  --palette-yellow-10: #FFD88A;
  --palette-yellow-20: #FFC95C;
  --palette-yellow-30: #FFB829;
  --palette-yellow-40: #FFAA00;
  --palette-yellow-50: #B87700;
  --palette-yellow-60: #8F5D00;
  --palette-yellow-70: #7A5000;
  --palette-yellow-80: #664200;
  --palette-yellow-90: #352913;
  --shadow-palette-black: rgba(0,0,0,0.51);
  --shadow-palette-blue-05: rgba(117,122,132,0.51);
  --shadow-palette-blue-10: rgba(71,92,136,0.51);
  --shadow-palette-blue-20: rgba(34,67,140,0.51);
  --shadow-palette-blue-30: rgba(23,60,140,0.51);
  --shadow-palette-blue-40: rgba(18,56,140,0.51);
  --shadow-palette-blue-50: rgba(13,52,140,0.51);
  --shadow-palette-blue-60: rgba(0,39,112,0.51);
  --shadow-palette-blue-70: rgba(0,30,85,0.51);
  --shadow-palette-blue-80: rgba(0,24,68,0.51);
  --shadow-palette-blue-90: rgba(8,13,24,0.51);
  --shadow-palette-green-05: rgba(117,132,127,0.51);
  --shadow-palette-green-10: rgba(61,123,102,0.51);
  --shadow-palette-green-20: rgba(4,103,67,0.51);
  --shadow-palette-green-30: rgba(0,79,50,0.51);
  --shadow-palette-green-40: rgba(0,74,46,0.51);
  --shadow-palette-green-50: rgba(0,68,43,0.51);
  --shadow-palette-green-60: rgba(0,52,39,0.51);
  --shadow-palette-green-70: rgba(0,40,30,0.51);
  --shadow-palette-green-80: rgba(0,23,18,0.51);
  --shadow-palette-green-90: rgba(6,19,14,0.51);
  --shadow-palette-grey-05: rgba(135,135,136,0.51);
  --shadow-palette-grey-10: rgba(129,129,132,0.51);
  --shadow-palette-grey-20: rgba(111,111,118,0.51);
  --shadow-palette-grey-30: rgba(93,93,100,0.51);
  --shadow-palette-grey-40: rgba(71,71,78,0.51);
  --shadow-palette-grey-50: rgba(48,48,54,0.51);
  --shadow-palette-grey-60: rgba(34,34,39,0.51);
  --shadow-palette-grey-70: rgba(24,24,28,0.51);
  --shadow-palette-grey-80: rgba(15,15,18,0.51);
  --shadow-palette-grey-90: rgba(8,8,10,0.51);
  --shadow-palette-orange-05: rgba(132,122,117,0.51);
  --shadow-palette-orange-10: rgba(140,96,74,0.51);
  --shadow-palette-orange-20: rgba(140,73,40,0.51);
  --shadow-palette-orange-30: rgba(140,56,16,0.51);
  --shadow-palette-orange-40: rgba(136,42,0,0.51);
  --shadow-palette-orange-50: rgba(125,38,0,0.51);
  --shadow-palette-orange-60: rgba(95,29,0,0.51);
  --shadow-palette-orange-70: rgba(85,26,0,0.51);
  --shadow-palette-orange-80: rgba(74,22,0,0.51);
  --shadow-palette-orange-90: rgba(27,14,8,0.51);
  --shadow-palette-purple-05: rgba(123,121,133,0.51);
  --shadow-palette-purple-10: rgba(99,88,137,0.51);
  --shadow-palette-purple-20: rgba(76,61,136,0.51);
  --shadow-palette-purple-30: rgba(65,47,135,0.51);
  --shadow-palette-purple-40: rgba(56,36,135,0.51);
  --shadow-palette-purple-50: rgba(48,26,134,0.51);
  --shadow-palette-purple-60: rgba(37,0,100,0.51);
  --shadow-palette-purple-70: rgba(27,0,75,0.51);
  --shadow-palette-purple-80: rgba(18,0,48,0.51);
  --shadow-palette-purple-90: rgba(12,9,26,0.51);
  --shadow-palette-red-05: rgba(132,117,122,0.51);
  --shadow-palette-red-10: rgba(140,79,99,0.51);
  --shadow-palette-red-20: rgba(140,48,77,0.51);
  --shadow-palette-red-30: rgba(140,26,61,0.51);
  --shadow-palette-red-40: rgba(131,0,37,0.51);
  --shadow-palette-red-50: rgba(125,0,35,0.51);
  --shadow-palette-red-60: rgba(97,1,28,0.51);
  --shadow-palette-red-70: rgba(74,0,21,0.51);
  --shadow-palette-red-80: rgba(51,0,14,0.51);
  --shadow-palette-red-90: rgba(22,7,12,0.51);
  --shadow-palette-theme1-05: rgba(123,121,133,0.51);
  --shadow-palette-theme1-10: rgba(99,88,137,0.51);
  --shadow-palette-theme1-20: rgba(76,61,136,0.51);
  --shadow-palette-theme1-30: rgba(65,47,135,0.51);
  --shadow-palette-theme1-40: rgba(56,36,135,0.51);
  --shadow-palette-theme1-50: rgba(48,26,134,0.51);
  --shadow-palette-theme1-60: rgba(37,0,100,0.51);
  --shadow-palette-theme1-70: rgba(27,0,75,0.51);
  --shadow-palette-theme1-80: rgba(18,0,48,0.51);
  --shadow-palette-theme1-90: rgba(12,9,26,0.51);
  --shadow-palette-white: rgba(140,140,140,0.51);
  --shadow-palette-yellow-05: rgba(132,127,117,0.51);
  --shadow-palette-yellow-10: rgba(140,117,71,0.51);
  --shadow-palette-yellow-20: rgba(140,108,45,0.51);
  --shadow-palette-yellow-30: rgba(140,97,18,0.51);
  --shadow-palette-yellow-40: rgba(140,89,0,0.51);
  --shadow-palette-yellow-50: rgba(97,60,0,0.51);
  --shadow-palette-yellow-60: rgba(74,46,0,0.51);
  --shadow-palette-yellow-70: rgba(62,39,0,0.51);
  --shadow-palette-yellow-80: rgba(51,31,0,0.51);
  --shadow-palette-yellow-90: rgba(24,18,8,0.51);
  --background-color-fill-caution-base: 179 61 0;
  --background-color-fill-caution-down: 143 49 0;
  --background-color-fill-caution-focus: 163 56 0;
  --background-color-fill-caution-hover: 163 56 0;
  --background-color-fill-info-base: 0 81 208;
  --background-color-fill-info-down: 0 52 133;
  --background-color-fill-info-focus: 0 64 163;
  --background-color-fill-info-hover: 0 64 163;
  --background-color-fill-inverse-base: 246 246 249;
  --background-color-fill-inverse-down: 206 206 218;
  --background-color-fill-inverse-focus: 255 255 255;
  --background-color-fill-inverse-hover: 255 255 255;
  --background-color-fill-negative-base: 183 2 60;
  --background-color-fill-negative-down: 102 0 33;
  --background-color-fill-negative-focus: 143 0 47;
  --background-color-fill-negative-hover: 143 0 47;
  --background-color-fill-neutral-base: 20 20 23;
  --background-color-fill-neutral-down: 72 72 81;
  --background-color-fill-neutral-focus: 53 53 59;
  --background-color-fill-neutral-hover: 53 53 59;
  --background-color-fill-neutral2-base: 98 98 108;
  --background-color-fill-neutral2-down: 35 35 40;
  --background-color-fill-neutral2-focus: 53 53 59;
  --background-color-fill-neutral2-hover: 53 53 59;
  --background-color-fill-positive-base: 0 104 81;
  --background-color-fill-positive-down: 0 51 40;
  --background-color-fill-positive-focus: 0 82 64;
  --background-color-fill-positive-hover: 0 82 64;
  --background-color-fill-theme1-base: 97 56 245;
  --background-color-fill-theme1-down: 40 0 97;
  --background-color-fill-theme1-focus: 58 0 146;
  --background-color-fill-theme1-hover: 58 0 146;
  --background-color-fill-theme2-base: 184 119 0;
  --background-color-fill-theme2-down: 102 66 0;
  --background-color-fill-theme2-focus: 122 80 0;
  --background-color-fill-theme2-hover: 122 80 0;
  --background-color-material-theme2: 242 234 217;
  --background-color-material-neutral-base: 255 255 255;
  --background-color-material-neutral-down: 224 224 224;
  --background-color-material-neutral-focus: 245 245 245;
  --background-color-material-neutral-hover: 245 245 245;
  --background-color-material-neutral2-base: 246 246 249;
  --background-color-material-neutral2-down: 216 216 219;
  --background-color-material-neutral2-focus: 236 236 239;
  --background-color-material-neutral2-hover: 236 236 239;
  --background-color-material-positive-base: 217 242 234;
  --background-color-material-positive-down: 191 213 206;
  --background-color-material-positive-focus: 208 232 225;
  --background-color-material-positive-hover: 208 232 225;
  --background-color-material-caution-base: 242 225 217;
  --background-color-material-caution-down: 213 198 191;
  --background-color-material-caution-focus: 232 216 208;
  --background-color-material-caution-hover: 232 216 208;
  --background-color-material-negative-base: 242 217 225;
  --background-color-material-negative-down: 213 191 198;
  --background-color-material-negative-focus: 232 208 216;
  --background-color-material-negative-hover: 232 208 216;
  --background-color-material-info-base: 217 225 242;
  --background-color-material-info-down: 191 198 213;
  --background-color-material-info-focus: 208 216 232;
  --background-color-material-info-hover: 208 216 232;
  --background-color-material-neutral-inverse-base: 20 20 23;
  --background-color-material-neutral-inverse-down: 48 48 51;
  --background-color-material-neutral-inverse-focus: 29 29 32;
  --background-color-material-neutral-inverse-hover: 29 29 32;
  --background-color-material-neutral2-inverse-base: 35 35 40;
  --background-color-material-neutral2-inverse-down: 61 61 66;
  --background-color-material-neutral2-inverse-focus: 44 44 49;
  --background-color-material-neutral2-inverse-hover: 44 44 49;
  --background-color-material-positive-inverse-base: 14 42 33;
  --background-color-material-positive-inverse-down: 43 68 60;
  --background-color-material-positive-inverse-focus: 24 51 42;
  --background-color-material-positive-inverse-hover: 24 51 42;
  --background-color-material-caution-inverse-base: 57 32 20;
  --background-color-material-caution-inverse-down: 81 59 48;
  --background-color-material-caution-inverse-focus: 65 41 29;
  --background-color-material-caution-inverse-hover: 65 41 29;
  --background-color-material-negative-inverse-base: 49 17 27;
  --background-color-material-negative-inverse-down: 74 46 54;
  --background-color-material-negative-inverse-focus: 57 27 36;
  --background-color-material-negative-inverse-hover: 57 27 36;
  --background-color-material-info-inverse-base: 19 30 52;
  --background-color-material-info-inverse-down: 47 57 76;
  --background-color-material-info-inverse-focus: 28 39 60;
  --background-color-material-info-inverse-hover: 28 39 60;
  --background-color-material-theme1-base: 227 224 244;
  --background-color-material-theme1-down: 200 197 215;
  --background-color-material-theme1-focus: 218 215 234;
  --background-color-material-theme1-hover: 218 215 234;
  --background-color-material-theme1-inverse-base: 28 21 56;
  --background-color-material-theme1-inverse-down: 55 49 80;
  --background-color-material-theme1-inverse-focus: 37 30 64;
  --background-color-material-theme1-inverse-hover: 37 30 64;
  --background-color-material-theme2-base: 242 234 217;
  --background-color-material-theme2-hover: 213 206 191;
  --background-color-material-theme2-down: 232 225 208;
  --background-color-material-theme2-focus: 232 225 208;
  --border-color-stroke-caution-base: 179 61 0;
  --border-color-stroke-caution-down: 143 49 0;
  --border-color-stroke-caution-focus: 163 56 0;
  --border-color-stroke-caution-hover: 163 56 0;
  --border-color-stroke-info-base: 0 81 208;
  --border-color-stroke-info-down: 0 52 133;
  --border-color-stroke-info-focus: 0 64 163;
  --border-color-stroke-info-hover: 0 64 163;
  --border-color-stroke-inverse-base: 246 246 249;
  --border-color-stroke-inverse-down: 206 206 218;
  --border-color-stroke-inverse-focus: 255 255 255;
  --border-color-stroke-inverse-hover: 255 255 255;
  --border-color-stroke-negative-base: 183 2 60;
  --border-color-stroke-negative-down: 102 0 33;
  --border-color-stroke-negative-focus: 143 0 47;
  --border-color-stroke-negative-hover: 143 0 47;
  --border-color-stroke-neutral-base: 20 20 23;
  --border-color-stroke-neutral-down: 72 72 81;
  --border-color-stroke-neutral-focus: 53 53 59;
  --border-color-stroke-neutral-hover: 53 53 59;
  --border-color-stroke-neutral2-base: 98 98 108;
  --border-color-stroke-neutral2-down: 35 35 40;
  --border-color-stroke-neutral2-focus: 53 53 59;
  --border-color-stroke-neutral2-hover: 53 53 59;
  --border-color-stroke-positive-base: 0 104 81;
  --border-color-stroke-positive-down: 0 51 40;
  --border-color-stroke-positive-focus: 0 82 64;
  --border-color-stroke-positive-hover: 0 82 64;
  --border-color-stroke-theme1-base: 97 56 245;
  --border-color-stroke-theme1-down: 40 0 97;
  --border-color-stroke-theme1-focus: 58 0 146;
  --border-color-stroke-theme1-hover: 58 0 146;
  --border-color-stroke-theme2-base: 184 119 0;
  --border-color-stroke-theme2-down: 102 66 0;
  --border-color-stroke-theme2-focus: 122 80 0;
  --border-color-stroke-theme2-hover: 122 80 0;
  --text-color-caution-base: 179 61 0;
  --text-color-caution-down: 143 49 0;
  --text-color-caution-focus: 163 56 0;
  --text-color-caution-hover: 163 56 0;
  --text-color-info-base: 0 81 208;
  --text-color-info-down: 0 52 133;
  --text-color-info-focus: 0 64 163;
  --text-color-info-hover: 0 64 163;
  --text-color-inverse-base: 246 246 249;
  --text-color-inverse-down: 206 206 218;
  --text-color-inverse-focus: 255 255 255;
  --text-color-inverse-hover: 255 255 255;
  --text-color-negative-base: 183 2 60;
  --text-color-negative-down: 102 0 33;
  --text-color-negative-focus: 143 0 47;
  --text-color-negative-hover: 143 0 47;
  --text-color-neutral-base: 20 20 23;
  --text-color-neutral-down: 72 72 81;
  --text-color-neutral-focus: 53 53 59;
  --text-color-neutral-hover: 53 53 59;
  --text-color-neutral2-base: 98 98 108;
  --text-color-neutral2-down: 35 35 40;
  --text-color-neutral2-focus: 53 53 59;
  --text-color-neutral2-hover: 53 53 59;
  --text-color-positive-base: 0 104 81;
  --text-color-positive-down: 0 51 40;
  --text-color-positive-focus: 0 82 64;
  --text-color-positive-hover: 0 82 64;
  --text-color-theme1-base: 97 56 245;
  --text-color-theme1-down: 40 0 97;
  --text-color-theme1-focus: 58 0 146;
  --text-color-theme1-hover: 58 0 146;
  --text-color-rgb-white: 255 255 255;
  --text-color-rgb-black: 0 0 0;
  --text-color-theme2-base: 184 119 0;
  --text-color-theme2-down: 102 66 0;
  --text-color-theme2-focus: 122 80 0;
  --text-color-theme2-hover: 122 80 0;
  --outline-color-transparent: transparent;
  --outline-color-caution-base: #B33D00;
  --outline-color-caution-down: #8F3100;
  --outline-color-caution-focus: #A33800;
  --outline-color-caution-hover: #A33800;
  --outline-color-info-base: #0051D0;
  --outline-color-info-down: #003485;
  --outline-color-info-focus: #0040A3;
  --outline-color-info-hover: #0040A3;
  --outline-color-inverse-base: #F6F6F9;
  --outline-color-inverse-down: #CECEDA;
  --outline-color-inverse-focus: #FFFFFF;
  --outline-color-inverse-hover: #FFFFFF;
  --outline-color-negative-base: #B7023C;
  --outline-color-negative-down: #660021;
  --outline-color-negative-focus: #8F002F;
  --outline-color-negative-hover: #8F002F;
  --outline-color-neutral-base: #141417;
  --outline-color-neutral-down: #484851;
  --outline-color-neutral-focus: #35353B;
  --outline-color-neutral-hover: #35353B;
  --outline-color-neutral2-base: #62626C;
  --outline-color-neutral2-down: #232328;
  --outline-color-neutral2-focus: #35353B;
  --outline-color-neutral2-hover: #35353B;
  --outline-color-positive-base: #006851;
  --outline-color-positive-down: #003328;
  --outline-color-positive-focus: #005240;
  --outline-color-positive-hover: #005240;
  --outline-color-theme1-base: #6138F5;
  --outline-color-theme1-down: #280061;
  --outline-color-theme1-focus: #3A0092;
  --outline-color-theme1-hover: #3A0092;
  --ring-color-caution-base: 179 61 0;
  --ring-color-caution-down: 143 49 0;
  --ring-color-caution-focus: 163 56 0;
  --ring-color-caution-hover: 163 56 0;
  --ring-color-info-base: 0 81 208;
  --ring-color-info-down: 0 52 133;
  --ring-color-info-focus: 0 64 163;
  --ring-color-info-hover: 0 64 163;
  --ring-color-inverse-base: 246 246 249;
  --ring-color-inverse-down: 206 206 218;
  --ring-color-inverse-focus: 255 255 255;
  --ring-color-inverse-hover: 255 255 255;
  --ring-color-negative-base: 183 2 60;
  --ring-color-negative-down: 102 0 33;
  --ring-color-negative-focus: 143 0 47;
  --ring-color-negative-hover: 143 0 47;
  --ring-color-neutral-base: 20 20 23;
  --ring-color-neutral-down: 72 72 81;
  --ring-color-neutral-focus: 53 53 59;
  --ring-color-neutral-hover: 53 53 59;
  --ring-color-neutral2-base: 98 98 108;
  --ring-color-neutral2-down: 35 35 40;
  --ring-color-neutral2-focus: 53 53 59;
  --ring-color-neutral2-hover: 53 53 59;
  --ring-color-positive-base: 0 104 81;
  --ring-color-positive-down: 0 51 40;
  --ring-color-positive-focus: 0 82 64;
  --ring-color-positive-hover: 0 82 64;
  --ring-color-theme1-base: 97 56 245;
  --ring-color-theme1-down: 40 0 97;
  --ring-color-theme1-focus: 58 0 146;
  --ring-color-theme1-hover: 58 0 146;
  --ring-color-theme2-base: 184 119 0;
  --ring-color-theme2-down: 102 66 0;
  --ring-color-theme2-focus: 122 80 0;
  --ring-color-theme2-hover: 122 80 0;
  --ring-offset-color-material-1: 255 255 255;
  --ring-offset-color-material-2: 246 246 249;
  --ring-offset-color-material-1-inverse: 20 20 23;
  --ring-offset-color-material-2-inverse: 35 35 40;
  --ring-offset-color-material-caution: 242 225 217;
  --ring-offset-color-material-caution-inverse: 57 32 20;
  --ring-offset-color-material-info: 217 225 242;
  --ring-offset-color-material-info-inverse: 19 30 52;
  --ring-offset-color-material-negative: 242 217 225;
  --ring-offset-color-material-negative-inverse: 49 17 27;
  --ring-offset-color-material-positive: 217 242 234;
  --ring-offset-color-material-positive-inverse: 14 42 33;
  --ring-offset-color-material-theme1: 227 224 244;
  --ring-offset-color-material-theme1-inverse: 28 21 56;
  --ring-offset-color-material-theme2-base: 242 234 217;
  --ring-offset-color-material-theme2-hover: 213 206 191;
  --ring-offset-color-material-theme2-down: 232 225 208;
  --ring-offset-color-material-theme2-focus: 232 225 208;
  --ring-offset-color-material-theme2: 242 234 217;
  --opacity-inactive: 0.3;
  --opacity-none: 0;
  --opacity-primary: 1;
  --opacity-secondary: 0.6;
  --opacity-tertiary: 0.15;
  --border-opacity-inactive: 0.3;
  --border-opacity-none: 0;
  --border-opacity-primary: 1;
  --border-opacity-secondary: 0.6;
  --border-opacity-tertiary: 0.15;
  --background-opacity-inactive: 0.3;
  --background-opacity-none: 0;
  --background-opacity-primary: 1;
  --background-opacity-secondary: 0.6;
  --background-opacity-tertiary: 0.15;
  --text-opacity-inactive: 0.3;
  --text-opacity-none: 0;
  --text-opacity-primary: 1;
  --text-opacity-secondary: 0.6;
  --text-opacity-tertiary: 0.15;
  --border-radius-none: 0px;
  --border-radius-xsmall: 2px;
  --border-radius-small: 4px;
  --border-radius-medium: 8px;
  --border-radius-large: 16px;
  --border-radius-xlarge: 32px;
  --text-display0-family: var(--text-family-brand);
  --text-display0-size: 2.25000rem;
  --text-display0-line-height: 2.81250rem;
  --text-display0-weight: 700;
  --text-display0-letter-spacing: -0.4px;
  --text-display0-text-transform: none;
  --text-display1-family: var(--text-family-brand);
  --text-display1-size: max(2rem, min(calc(1.82143rem + 0.89286vw), 2.25rem));
  --text-display1-line-height: max(2.5rem, min(calc(2.27679rem + 1.11607vw), 2.8125rem));
  --text-display1-weight: 700;
  --text-display1-letter-spacing: -0.4px;
  --text-display1-text-transform: none;
  --text-display2-family: var(--text-family-brand);
  --text-display2-size: max(1.75rem, min(calc(1.57143rem + 0.89286vw), 2rem));
  --text-display2-line-height: max(2.1875rem, min(calc(1.96429rem + 1.11607vw), 2.5rem));
  --text-display2-weight: 700;
  --text-display2-letter-spacing: -0.4px;
  --text-display2-text-transform: none;
  --text-headline1-family: var(--text-family-brand);
  --text-headline1-size: 1.50000rem;
  --text-headline1-line-height: 2.00000rem;
  --text-headline1-weight: 700;
  --text-headline1-letter-spacing: -0.2px;
  --text-headline1-text-transform: none;
  --text-headline2-family: var(--text-family-brand);
  --text-headline2-size: 1.25000rem;
  --text-headline2-line-height: 1.50000rem;
  --text-headline2-weight: 700;
  --text-headline2-letter-spacing: -0.2px;
  --text-headline2-text-transform: none;
  --text-headline3-family: var(--text-family-brand);
  --text-headline3-size: 1.00000rem;
  --text-headline3-line-height: 1.50000rem;
  --text-headline3-weight: 700;
  --text-headline3-letter-spacing: 0px;
  --text-headline3-text-transform: none;
  --text-body0-family: var(--text-family-default);
  --text-body0-size: 1.00000rem;
  --text-body0-line-height: 1.50000rem;
  --text-body0-weight: 400;
  --text-body0-letter-spacing: 0px;
  --text-body0-text-transform: none;
  --text-body1-family: var(--text-family-default);
  --text-body1-size: 1.00000rem;
  --text-body1-line-height: 1.50000;
  --text-body1-weight: 400;
  --text-body1-letter-spacing: 0px;
  --text-body1-text-transform: none;
  --text-body2-family: var(--text-family-default);
  --text-body2-size: 0.87500rem;
  --text-body2-line-height: 1.50000;
  --text-body2-weight: 400;
  --text-body2-letter-spacing: 0px;
  --text-body2-text-transform: none;
  --text-body3-family: var(--text-family-default);
  --text-body3-size: 0.87500rem;
  --text-body3-line-height: 1.50000;
  --text-body3-weight: 400;
  --text-body3-letter-spacing: 0px;
  --text-body3-text-transform: none;
  --text-body4-family: var(--text-family-default);
  --text-body4-size: 0.87500rem;
  --text-body4-line-height: 1.50000;
  --text-body4-weight: 400;
  --text-body4-letter-spacing: 0px;
  --text-body4-text-transform: none;
  --text-button1-family: var(--text-family-brand);
  --text-button1-size: 1.00000rem;
  --text-button1-line-height: 1.50000;
  --text-button1-weight: 700;
  --text-button1-letter-spacing: 0px;
  --text-button1-text-transform: none;
  --text-button2-family: var(--text-family-brand);
  --text-button2-size: 0.87500rem;
  --text-button2-line-height: 1.71429;
  --text-button2-weight: 700;
  --text-button2-letter-spacing: 0px;
  --text-button2-text-transform: none;
  --text-callout1-family: var(--text-family-default);
  --text-callout1-size: 0.87500rem;
  --text-callout1-line-height: 1.50000;
  --text-callout1-weight: 400;
  --text-callout1-letter-spacing: 1px;
  --text-callout1-text-transform: uppercase;
  --text-callout2-family: var(--text-family-default);
  --text-callout2-size: 0.75000rem;
  --text-callout2-line-height: 1.33333;
  --text-callout2-weight: 400;
  --text-callout2-letter-spacing: 1px;
  --text-callout2-text-transform: uppercase;
  --text-caption-family: var(--text-family-default);
  --text-caption-size: 0.75000rem;
  --text-caption-line-height: 1.33333;
  --text-caption-weight: 400;
  --text-caption-letter-spacing: 0px;
  --text-caption-text-transform: none;
  --text-tag-family: var(--text-family-default);
  --text-tag-size: 0.62500rem;
  --text-tag-line-height: 1.20000;
  --text-tag-weight: 500;
  --text-tag-letter-spacing: 0px;
  --text-tag-text-transform: none;
  --text-family-brand: XfinityBrown, DMSans, Helvetica, sans-serif;
  --text-family-default: DMSans, Helvetica, sans-serif;
}.dark, .dark-secondary, [dark], [dark-secondary] {
  --palette-black: #000000;
  --palette-blue-05: #D9E1F2;
  --palette-blue-10: #8BAFF9;
  --palette-blue-20: #4784FF;
  --palette-blue-30: #3376FF;
  --palette-blue-40: #2970FF;
  --palette-blue-50: #1F69FF;
  --palette-blue-60: #0051D0;
  --palette-blue-70: #0040A3;
  --palette-blue-80: #003485;
  --palette-blue-90: #131E34;
  --palette-green-05: #D9F2EA;
  --palette-green-10: #78E3BF;
  --palette-green-20: #0AC284;
  --palette-green-30: #009965;
  --palette-green-40: #008F5E;
  --palette-green-50: #008558;
  --palette-green-60: #006851;
  --palette-green-70: #005240;
  --palette-green-80: #003328;
  --palette-green-90: #0E2A21;
  --palette-grey-05: #F6F6F9;
  --palette-grey-10: #ECECF2;
  --palette-grey-20: #CECEDA;
  --palette-grey-30: #B1B1BD;
  --palette-grey-40: #8B8B97;
  --palette-grey-50: #62626C;
  --palette-grey-60: #484851;
  --palette-grey-70: #35353B;
  --palette-grey-80: #232328;
  --palette-grey-90: #141417;
  --palette-orange-05: #F2E1D9;
  --palette-orange-10: #FFB68F;
  --palette-orange-20: #FF8D52;
  --palette-orange-30: #FF6F24;
  --palette-orange-40: #F95600;
  --palette-orange-50: #E64F00;
  --palette-orange-60: #B33D00;
  --palette-orange-70: #A33800;
  --palette-orange-80: #8F3100;
  --palette-orange-90: #392014;
  --palette-purple-05: #E3E0F4;
  --palette-purple-10: #BAA8FA;
  --palette-purple-20: #9378F8;
  --palette-purple-30: #805FF6;
  --palette-purple-40: #704BF7;
  --palette-purple-50: #6138F5;
  --palette-purple-60: #4D00BD;
  --palette-purple-70: #3A0092;
  --palette-purple-80: #280061;
  --palette-purple-90: #1C1538;
  --palette-red-05: #F2D9E1;
  --palette-red-10: #FF99BA;
  --palette-red-20: #FF6194;
  --palette-red-30: #FF3878;
  --palette-red-40: #F0004D;
  --palette-red-50: #E6004A;
  --palette-red-60: #B7023C;
  --palette-red-70: #8F002F;
  --palette-red-80: #660021;
  --palette-red-90: #31111B;
  --palette-theme1-05: #E3E0F4;
  --palette-theme1-10: #BAA8FA;
  --palette-theme1-20: #9378F8;
  --palette-theme1-30: #805FF6;
  --palette-theme1-40: #704BF7;
  --palette-theme1-50: #6138F5;
  --palette-theme1-60: #4D00BD;
  --palette-theme1-70: #3A0092;
  --palette-theme1-80: #280061;
  --palette-theme1-90: #1C1538;
  --palette-white: #FFFFFF;
  --palette-yellow-05: #F2EAD9;
  --palette-yellow-10: #FFD88A;
  --palette-yellow-20: #FFC95C;
  --palette-yellow-30: #FFB829;
  --palette-yellow-40: #FFAA00;
  --palette-yellow-50: #B87700;
  --palette-yellow-60: #8F5D00;
  --palette-yellow-70: #7A5000;
  --palette-yellow-80: #664200;
  --palette-yellow-90: #352913;
  --shadow-palette-black: rgba(0,0,0,0.51);
  --shadow-palette-blue-05: rgba(117,122,132,0.51);
  --shadow-palette-blue-10: rgba(71,92,136,0.51);
  --shadow-palette-blue-20: rgba(34,67,140,0.51);
  --shadow-palette-blue-30: rgba(23,60,140,0.51);
  --shadow-palette-blue-40: rgba(18,56,140,0.51);
  --shadow-palette-blue-50: rgba(13,52,140,0.51);
  --shadow-palette-blue-60: rgba(0,39,112,0.51);
  --shadow-palette-blue-70: rgba(0,30,85,0.51);
  --shadow-palette-blue-80: rgba(0,24,68,0.51);
  --shadow-palette-blue-90: rgba(8,13,24,0.51);
  --shadow-palette-green-05: rgba(117,132,127,0.51);
  --shadow-palette-green-10: rgba(61,123,102,0.51);
  --shadow-palette-green-20: rgba(4,103,67,0.51);
  --shadow-palette-green-30: rgba(0,79,50,0.51);
  --shadow-palette-green-40: rgba(0,74,46,0.51);
  --shadow-palette-green-50: rgba(0,68,43,0.51);
  --shadow-palette-green-60: rgba(0,52,39,0.51);
  --shadow-palette-green-70: rgba(0,40,30,0.51);
  --shadow-palette-green-80: rgba(0,23,18,0.51);
  --shadow-palette-green-90: rgba(6,19,14,0.51);
  --shadow-palette-grey-05: rgba(135,135,136,0.51);
  --shadow-palette-grey-10: rgba(129,129,132,0.51);
  --shadow-palette-grey-20: rgba(111,111,118,0.51);
  --shadow-palette-grey-30: rgba(93,93,100,0.51);
  --shadow-palette-grey-40: rgba(71,71,78,0.51);
  --shadow-palette-grey-50: rgba(48,48,54,0.51);
  --shadow-palette-grey-60: rgba(34,34,39,0.51);
  --shadow-palette-grey-70: rgba(24,24,28,0.51);
  --shadow-palette-grey-80: rgba(15,15,18,0.51);
  --shadow-palette-grey-90: rgba(8,8,10,0.51);
  --shadow-palette-orange-05: rgba(132,122,117,0.51);
  --shadow-palette-orange-10: rgba(140,96,74,0.51);
  --shadow-palette-orange-20: rgba(140,73,40,0.51);
  --shadow-palette-orange-30: rgba(140,56,16,0.51);
  --shadow-palette-orange-40: rgba(136,42,0,0.51);
  --shadow-palette-orange-50: rgba(125,38,0,0.51);
  --shadow-palette-orange-60: rgba(95,29,0,0.51);
  --shadow-palette-orange-70: rgba(85,26,0,0.51);
  --shadow-palette-orange-80: rgba(74,22,0,0.51);
  --shadow-palette-orange-90: rgba(27,14,8,0.51);
  --shadow-palette-purple-05: rgba(123,121,133,0.51);
  --shadow-palette-purple-10: rgba(99,88,137,0.51);
  --shadow-palette-purple-20: rgba(76,61,136,0.51);
  --shadow-palette-purple-30: rgba(65,47,135,0.51);
  --shadow-palette-purple-40: rgba(56,36,135,0.51);
  --shadow-palette-purple-50: rgba(48,26,134,0.51);
  --shadow-palette-purple-60: rgba(37,0,100,0.51);
  --shadow-palette-purple-70: rgba(27,0,75,0.51);
  --shadow-palette-purple-80: rgba(18,0,48,0.51);
  --shadow-palette-purple-90: rgba(12,9,26,0.51);
  --shadow-palette-red-05: rgba(132,117,122,0.51);
  --shadow-palette-red-10: rgba(140,79,99,0.51);
  --shadow-palette-red-20: rgba(140,48,77,0.51);
  --shadow-palette-red-30: rgba(140,26,61,0.51);
  --shadow-palette-red-40: rgba(131,0,37,0.51);
  --shadow-palette-red-50: rgba(125,0,35,0.51);
  --shadow-palette-red-60: rgba(97,1,28,0.51);
  --shadow-palette-red-70: rgba(74,0,21,0.51);
  --shadow-palette-red-80: rgba(51,0,14,0.51);
  --shadow-palette-red-90: rgba(22,7,12,0.51);
  --shadow-palette-theme1-05: rgba(123,121,133,0.51);
  --shadow-palette-theme1-10: rgba(99,88,137,0.51);
  --shadow-palette-theme1-20: rgba(76,61,136,0.51);
  --shadow-palette-theme1-30: rgba(65,47,135,0.51);
  --shadow-palette-theme1-40: rgba(56,36,135,0.51);
  --shadow-palette-theme1-50: rgba(48,26,134,0.51);
  --shadow-palette-theme1-60: rgba(37,0,100,0.51);
  --shadow-palette-theme1-70: rgba(27,0,75,0.51);
  --shadow-palette-theme1-80: rgba(18,0,48,0.51);
  --shadow-palette-theme1-90: rgba(12,9,26,0.51);
  --shadow-palette-white: rgba(140,140,140,0.51);
  --shadow-palette-yellow-05: rgba(132,127,117,0.51);
  --shadow-palette-yellow-10: rgba(140,117,71,0.51);
  --shadow-palette-yellow-20: rgba(140,108,45,0.51);
  --shadow-palette-yellow-30: rgba(140,97,18,0.51);
  --shadow-palette-yellow-40: rgba(140,89,0,0.51);
  --shadow-palette-yellow-50: rgba(97,60,0,0.51);
  --shadow-palette-yellow-60: rgba(74,46,0,0.51);
  --shadow-palette-yellow-70: rgba(62,39,0,0.51);
  --shadow-palette-yellow-80: rgba(51,31,0,0.51);
  --shadow-palette-yellow-90: rgba(24,18,8,0.51);
  --background-color-fill-caution-base: 255 111 36;
  --background-color-fill-caution-down: 255 182 143;
  --background-color-fill-caution-focus: 255 141 82;
  --background-color-fill-caution-hover: 255 141 82;
  --background-color-fill-info-base: 51 118 255;
  --background-color-fill-info-down: 139 175 249;
  --background-color-fill-info-focus: 71 132 255;
  --background-color-fill-info-hover: 71 132 255;
  --background-color-fill-inverse-base: 20 20 23;
  --background-color-fill-inverse-down: 72 72 81;
  --background-color-fill-inverse-focus: 53 53 59;
  --background-color-fill-inverse-hover: 53 53 59;
  --background-color-fill-negative-base: 255 56 120;
  --background-color-fill-negative-down: 255 153 186;
  --background-color-fill-negative-focus: 255 97 148;
  --background-color-fill-negative-hover: 255 97 148;
  --background-color-fill-neutral-base: 246 246 249;
  --background-color-fill-neutral-down: 255 255 255;
  --background-color-fill-neutral-focus: 206 206 218;
  --background-color-fill-neutral-hover: 206 206 218;
  --background-color-fill-neutral2-base: 98 98 108;
  --background-color-fill-neutral2-down: 206 206 218;
  --background-color-fill-neutral2-focus: 177 177 189;
  --background-color-fill-neutral2-hover: 177 177 189;
  --background-color-fill-positive-base: 0 153 101;
  --background-color-fill-positive-down: 120 227 191;
  --background-color-fill-positive-focus: 10 194 132;
  --background-color-fill-positive-hover: 10 194 132;
  --background-color-fill-theme1-base: 128 95 246;
  --background-color-fill-theme1-down: 186 168 250;
  --background-color-fill-theme1-focus: 147 120 248;
  --background-color-fill-theme1-hover: 147 120 248;
  --background-color-fill-theme2-base: 255 184 41;
  --background-color-fill-theme2-down: 255 216 138;
  --background-color-fill-theme2-focus: 255 201 92;
  --background-color-fill-theme2-hover: 255 201 92;
  --background-color-material-theme2: 53 41 19;
  --background-color-material-neutral-base: 20 20 23;
  --background-color-material-neutral-down: 48 48 51;
  --background-color-material-neutral-focus: 29 29 32;
  --background-color-material-neutral-hover: 29 29 32;
  --background-color-material-neutral2-base: 35 35 40;
  --background-color-material-neutral2-down: 61 61 66;
  --background-color-material-neutral2-focus: 44 44 49;
  --background-color-material-neutral2-hover: 44 44 49;
  --background-color-material-positive-base: 14 42 33;
  --background-color-material-positive-down: 43 68 60;
  --background-color-material-positive-focus: 24 51 42;
  --background-color-material-positive-hover: 24 51 42;
  --background-color-material-caution-base: 57 32 20;
  --background-color-material-caution-down: 81 59 48;
  --background-color-material-caution-focus: 65 41 29;
  --background-color-material-caution-hover: 65 41 29;
  --background-color-material-negative-base: 49 17 27;
  --background-color-material-negative-down: 74 46 54;
  --background-color-material-negative-focus: 57 27 36;
  --background-color-material-negative-hover: 57 27 36;
  --background-color-material-info-base: 19 30 52;
  --background-color-material-info-down: 47 57 76;
  --background-color-material-info-focus: 28 39 60;
  --background-color-material-info-hover: 28 39 60;
  --background-color-material-neutral-inverse-base: 255 255 255;
  --background-color-material-neutral-inverse-down: 224 224 224;
  --background-color-material-neutral-inverse-focus: 245 245 245;
  --background-color-material-neutral-inverse-hover: 245 245 245;
  --background-color-material-neutral2-inverse-base: 246 246 249;
  --background-color-material-neutral2-inverse-down: 216 216 219;
  --background-color-material-neutral2-inverse-focus: 236 236 239;
  --background-color-material-neutral2-inverse-hover: 236 236 239;
  --background-color-material-positive-inverse-base: 217 242 234;
  --background-color-material-positive-inverse-down: 191 213 206;
  --background-color-material-positive-inverse-focus: 208 232 225;
  --background-color-material-positive-inverse-hover: 208 232 225;
  --background-color-material-caution-inverse-base: 242 225 217;
  --background-color-material-caution-inverse-down: 213 198 191;
  --background-color-material-caution-inverse-focus: 232 216 208;
  --background-color-material-caution-inverse-hover: 232 216 208;
  --background-color-material-negative-inverse-base: 242 217 225;
  --background-color-material-negative-inverse-down: 213 191 198;
  --background-color-material-negative-inverse-focus: 232 208 216;
  --background-color-material-negative-inverse-hover: 232 208 216;
  --background-color-material-info-inverse-base: 217 225 242;
  --background-color-material-info-inverse-down: 191 198 213;
  --background-color-material-info-inverse-focus: 208 216 232;
  --background-color-material-info-inverse-hover: 208 216 232;
  --background-color-material-theme1-base: 28 21 56;
  --background-color-material-theme1-down: 55 49 80;
  --background-color-material-theme1-focus: 37 30 64;
  --background-color-material-theme1-hover: 37 30 64;
  --background-color-material-theme1-inverse-base: 227 224 244;
  --background-color-material-theme1-inverse-down: 200 197 215;
  --background-color-material-theme1-inverse-focus: 218 215 234;
  --background-color-material-theme1-inverse-hover: 218 215 234;
  --background-color-material-theme2-base: 53 41 19;
  --background-color-material-theme2-down: 77 67 47;
  --background-color-material-theme2-focus: 61 50 28;
  --background-color-material-theme2-hover: 61 50 28;
  --border-color-stroke-caution-base: 255 111 36;
  --border-color-stroke-caution-down: 255 182 143;
  --border-color-stroke-caution-focus: 255 141 82;
  --border-color-stroke-caution-hover: 255 141 82;
  --border-color-stroke-info-base: 51 118 255;
  --border-color-stroke-info-down: 139 175 249;
  --border-color-stroke-info-focus: 71 132 255;
  --border-color-stroke-info-hover: 71 132 255;
  --border-color-stroke-inverse-base: 20 20 23;
  --border-color-stroke-inverse-down: 72 72 81;
  --border-color-stroke-inverse-focus: 53 53 59;
  --border-color-stroke-inverse-hover: 53 53 59;
  --border-color-stroke-negative-base: 255 56 120;
  --border-color-stroke-negative-down: 255 153 186;
  --border-color-stroke-negative-focus: 255 97 148;
  --border-color-stroke-negative-hover: 255 97 148;
  --border-color-stroke-neutral-base: 246 246 249;
  --border-color-stroke-neutral-down: 255 255 255;
  --border-color-stroke-neutral-focus: 206 206 218;
  --border-color-stroke-neutral-hover: 206 206 218;
  --border-color-stroke-neutral2-base: 98 98 108;
  --border-color-stroke-neutral2-down: 206 206 218;
  --border-color-stroke-neutral2-focus: 177 177 189;
  --border-color-stroke-neutral2-hover: 177 177 189;
  --border-color-stroke-positive-base: 0 153 101;
  --border-color-stroke-positive-down: 120 227 191;
  --border-color-stroke-positive-focus: 10 194 132;
  --border-color-stroke-positive-hover: 10 194 132;
  --border-color-stroke-theme1-base: 128 95 246;
  --border-color-stroke-theme1-down: 186 168 250;
  --border-color-stroke-theme1-focus: 147 120 248;
  --border-color-stroke-theme1-hover: 147 120 248;
  --border-color-stroke-theme2-base: 255 184 41;
  --border-color-stroke-theme2-down: 255 216 138;
  --border-color-stroke-theme2-focus: 255 201 92;
  --border-color-stroke-theme2-hover: 255 201 92;
  --text-color-rgb-white: 255 255 255;
  --text-color-rgb-black: 0 0 0;
  --text-color-caution-base: 255 141 82;
  --text-color-caution-down: 242 225 217;
  --text-color-caution-focus: 255 182 143;
  --text-color-caution-hover: 255 182 143;
  --text-color-info-base: 71 132 255;
  --text-color-info-down: 217 225 242;
  --text-color-info-focus: 139 175 249;
  --text-color-info-hover: 139 175 249;
  --text-color-inverse-base: 20 20 23;
  --text-color-inverse-down: 72 72 81;
  --text-color-inverse-focus: 53 53 59;
  --text-color-inverse-hover: 53 53 59;
  --text-color-negative-base: 255 97 148;
  --text-color-negative-down: 242 217 225;
  --text-color-negative-focus: 255 153 186;
  --text-color-negative-hover: 255 153 186;
  --text-color-neutral-base: 246 246 249;
  --text-color-neutral-down: 206 206 218;
  --text-color-neutral-focus: 255 255 255;
  --text-color-neutral-hover: 255 255 255;
  --text-color-neutral2-base: 98 98 108;
  --text-color-neutral2-down: 206 206 218;
  --text-color-neutral2-focus: 177 177 189;
  --text-color-neutral2-hover: 177 177 189;
  --text-color-positive-base: 10 194 132;
  --text-color-positive-down: 217 242 234;
  --text-color-positive-focus: 120 227 191;
  --text-color-positive-hover: 120 227 191;
  --text-color-theme1-base: 147 120 248;
  --text-color-theme1-down: 227 224 244;
  --text-color-theme1-focus: 186 168 250;
  --text-color-theme1-hover: 186 168 250;
  --text-color-theme2-base: 255 201 92;
  --text-color-theme2-hover: 242 234 217;
  --text-color-theme2-down: 255 216 138;
  --text-color-theme2-focus: 255 216 138;
  --outline-color-transparent: transparent;
  --outline-color-caution-base: #FF6F24;
  --outline-color-caution-down: #FFB68F;
  --outline-color-caution-focus: #FF8D52;
  --outline-color-caution-hover: #FF8D52;
  --outline-color-info-base: #3376FF;
  --outline-color-info-down: #8BAFF9;
  --outline-color-info-focus: #4784FF;
  --outline-color-info-hover: #4784FF;
  --outline-color-inverse-base: #141417;
  --outline-color-inverse-down: #484851;
  --outline-color-inverse-focus: #35353B;
  --outline-color-inverse-hover: #35353B;
  --outline-color-negative-base: #FF3878;
  --outline-color-negative-down: #FF99BA;
  --outline-color-negative-focus: #FF6194;
  --outline-color-negative-hover: #FF6194;
  --outline-color-neutral-base: #F6F6F9;
  --outline-color-neutral-down: #FFFFFF;
  --outline-color-neutral-focus: #CECEDA;
  --outline-color-neutral-hover: #CECEDA;
  --outline-color-neutral2-base: #62626C;
  --outline-color-neutral2-down: #CECEDA;
  --outline-color-neutral2-focus: #B1B1BD;
  --outline-color-neutral2-hover: #B1B1BD;
  --outline-color-positive-base: #009965;
  --outline-color-positive-down: #78E3BF;
  --outline-color-positive-focus: #0AC284;
  --outline-color-positive-hover: #0AC284;
  --outline-color-theme1-base: #805FF6;
  --outline-color-theme1-down: #BAA8FA;
  --outline-color-theme1-focus: #9378F8;
  --outline-color-theme1-hover: #9378F8;
  --ring-color-caution-base: 255 111 36;
  --ring-color-caution-down: 255 182 143;
  --ring-color-caution-focus: 255 141 82;
  --ring-color-caution-hover: 255 141 82;
  --ring-color-info-base: 51 118 255;
  --ring-color-info-down: 139 175 249;
  --ring-color-info-focus: 71 132 255;
  --ring-color-info-hover: 71 132 255;
  --ring-color-inverse-base: 20 20 23;
  --ring-color-inverse-down: 72 72 81;
  --ring-color-inverse-focus: 53 53 59;
  --ring-color-inverse-hover: 53 53 59;
  --ring-color-negative-base: 255 56 120;
  --ring-color-negative-down: 255 153 186;
  --ring-color-negative-focus: 255 97 148;
  --ring-color-negative-hover: 255 97 148;
  --ring-color-neutral-base: 246 246 249;
  --ring-color-neutral-down: 255 255 255;
  --ring-color-neutral-focus: 206 206 218;
  --ring-color-neutral-hover: 206 206 218;
  --ring-color-neutral2-base: 98 98 108;
  --ring-color-neutral2-down: 206 206 218;
  --ring-color-neutral2-focus: 177 177 189;
  --ring-color-neutral2-hover: 177 177 189;
  --ring-color-positive-base: 0 153 101;
  --ring-color-positive-down: 120 227 191;
  --ring-color-positive-focus: 10 194 132;
  --ring-color-positive-hover: 10 194 132;
  --ring-color-theme1-base: 128 95 246;
  --ring-color-theme1-down: 186 168 250;
  --ring-color-theme1-focus: 147 120 248;
  --ring-color-theme1-hover: 147 120 248;
  --ring-color-theme2-base: 255 184 41;
  --ring-color-theme2-down: 255 216 138;
  --ring-color-theme2-focus: 255 201 92;
  --ring-color-theme2-hover: 255 201 92;
  --ring-offset-color-material-1: 20 20 23;
  --ring-offset-color-material-2: 35 35 40;
  --ring-offset-color-material-1-inverse: 255 255 255;
  --ring-offset-color-material-2-inverse: 246 246 249;
  --ring-offset-color-material-caution: 57 32 20;
  --ring-offset-color-material-caution-inverse: 242 225 217;
  --ring-offset-color-material-info: 19 30 52;
  --ring-offset-color-material-info-inverse: 217 225 242;
  --ring-offset-color-material-negative: 49 17 27;
  --ring-offset-color-material-negative-inverse: 242 217 225;
  --ring-offset-color-material-positive: 14 42 33;
  --ring-offset-color-material-positive-inverse: 217 242 234;
  --ring-offset-color-material-theme1: 28 21 56;
  --ring-offset-color-material-theme1-inverse: 227 224 244;
  --ring-offset-color-material-theme2-base: 53 41 19;
  --ring-offset-color-material-theme2-down: 77 67 47;
  --ring-offset-color-material-theme2-focus: 61 50 28;
  --ring-offset-color-material-theme2-hover: 61 50 28;
  --ring-offset-color-material-theme2: 53 41 19;
  --opacity-inactive: 0.3;
  --opacity-none: 0;
  --opacity-primary: 1;
  --opacity-secondary: 0.6;
  --opacity-tertiary: 0.15;
  --border-opacity-inactive: 0.3;
  --border-opacity-none: 0;
  --border-opacity-primary: 1;
  --border-opacity-secondary: 0.6;
  --border-opacity-tertiary: 0.15;
  --background-opacity-inactive: 0.3;
  --background-opacity-none: 0;
  --background-opacity-primary: 1;
  --background-opacity-secondary: 0.6;
  --background-opacity-tertiary: 0.15;
  --text-opacity-inactive: 0.3;
  --text-opacity-none: 0;
  --text-opacity-primary: 1;
  --text-opacity-secondary: 0.6;
  --text-opacity-tertiary: 0.15;
  --border-radius-none: 0px;
  --border-radius-xsmall: 2px;
  --border-radius-small: 4px;
  --border-radius-medium: 8px;
  --border-radius-large: 16px;
  --border-radius-xlarge: 32px;
  --text-family-brand: XfinityBrown, DMSans, Helvetica, sans-serif;
  --text-family-default: DMSans, Helvetica, sans-serif;
}.marketing, [marketing] {
  --text-display0-family: var(--text-family-brand);
  --text-display0-size: max(2.25rem, min(calc(1.35714rem + 4.46429vw), 3.5rem));
  --text-display0-line-height: max(2.8125rem, min(calc(1.96429rem + 4.24107vw), 4rem));
  --text-display0-weight: 700;
  --text-display0-letter-spacing: -0.4px;
  --text-display0-text-transform: none;
  --text-display1-family: var(--text-family-brand);
  --text-display1-size: max(2rem, min(calc(1.28571rem + 3.57143vw), 3rem));
  --text-display1-line-height: max(2.5rem, min(calc(1.60714rem + 4.46429vw), 3.75rem));
  --text-display1-weight: 700;
  --text-display1-letter-spacing: -0.4px;
  --text-display1-text-transform: none;
  --text-display2-family: var(--text-family-brand);
  --text-display2-size: max(1.75rem, min(calc(1.39286rem + 1.78571vw), 2.25rem));
  --text-display2-line-height: max(2.1875rem, min(calc(1.74107rem + 2.23214vw), 2.8125rem));
  --text-display2-weight: 700;
  --text-display2-letter-spacing: -0.4px;
  --text-display2-text-transform: none;
  --text-headline1-family: var(--text-family-brand);
  --text-headline1-size: max(1.5rem, min(calc(1.23214rem + 1.33929vw), 1.875rem));
  --text-headline1-line-height: max(2rem, min(calc(1.73214rem + 1.33929vw), 2.375rem));
  --text-headline1-weight: 700;
  --text-headline1-letter-spacing: -0.2px;
  --text-headline1-text-transform: none;
  --text-headline2-family: var(--text-family-brand);
  --text-headline2-size: max(1.25rem, min(calc(1.07143rem + 0.89286vw), 1.5rem));
  --text-headline2-line-height: max(1.5rem, min(calc(1.14286rem + 1.78571vw), 2rem));
  --text-headline2-weight: 700;
  --text-headline2-letter-spacing: -0.2px;
  --text-headline2-text-transform: none;
  --text-headline3-family: var(--text-family-brand);
  --text-headline3-size: max(1rem, min(calc(0.91071rem + 0.44643vw), 1.125rem));
  --text-headline3-line-height: 1.50000rem;
  --text-headline3-weight: 700;
  --text-headline3-letter-spacing: 0px;
  --text-headline3-text-transform: none;
  --text-body0-family: var(--text-family-default);
  --text-body0-size: max(1rem, min(calc(0.91071rem + 0.44643vw), 1.125rem));
  --text-body0-line-height: max(1.5rem, min(calc(1.32143rem + 0.89286vw), 1.75rem));
  --text-body0-weight: 400;
  --text-body0-letter-spacing: 0px;
  --text-body0-text-transform: none;
  --text-body1-family: var(--text-family-default);
  --text-body1-size: 1.00000rem;
  --text-body1-line-height: 1.50000;
  --text-body1-weight: 400;
  --text-body1-letter-spacing: 0px;
  --text-body1-text-transform: none;
  --text-body2-family: var(--text-family-default);
  --text-body2-size: 0.87500rem;
  --text-body2-line-height: 1.50000;
  --text-body2-weight: 400;
  --text-body2-letter-spacing: 0px;
  --text-body2-text-transform: none;
  --text-body3-family: var(--text-family-default);
  --text-body3-size: 0.87500rem;
  --text-body3-line-height: 1.50000;
  --text-body3-weight: 400;
  --text-body3-letter-spacing: 0px;
  --text-body3-text-transform: none;
  --text-body4-family: var(--text-family-default);
  --text-body4-size: 0.87500rem;
  --text-body4-line-height: 1.50000;
  --text-body4-weight: 400;
  --text-body4-letter-spacing: 0px;
  --text-body4-text-transform: none;
  --text-button1-family: var(--text-family-brand);
  --text-button1-size: 1.00000rem;
  --text-button1-line-height: 1.50000;
  --text-button1-weight: 700;
  --text-button1-letter-spacing: 0px;
  --text-button1-text-transform: none;
  --text-button2-family: var(--text-family-brand);
  --text-button2-size: 0.87500rem;
  --text-button2-line-height: 1.71429;
  --text-button2-weight: 700;
  --text-button2-letter-spacing: 0px;
  --text-button2-text-transform: none;
  --text-callout1-family: var(--text-family-default);
  --text-callout1-size: 0.87500rem;
  --text-callout1-line-height: 1.50000;
  --text-callout1-weight: 400;
  --text-callout1-letter-spacing: 1px;
  --text-callout1-text-transform: uppercase;
  --text-callout2-family: var(--text-family-default);
  --text-callout2-size: 0.75000rem;
  --text-callout2-line-height: 1.33333;
  --text-callout2-weight: 400;
  --text-callout2-letter-spacing: 1px;
  --text-callout2-text-transform: uppercase;
  --text-caption-family: var(--text-family-default);
  --text-caption-size: 0.75000rem;
  --text-caption-line-height: 1.33333;
  --text-caption-weight: 400;
  --text-caption-letter-spacing: 0px;
  --text-caption-text-transform: none;
  --text-tag-family: var(--text-family-default);
  --text-tag-size: 0.62500rem;
  --text-tag-line-height: 1.20000;
  --text-tag-weight: 500;
  --text-tag-letter-spacing: 0px;
  --text-tag-text-transform: none;
  --text-family-brand: XfinityBrown, DMSans, Helvetica, sans-serif;
  --text-family-default: DMSans, Helvetica, sans-serif;
}.enterprise, [enterprise] {
  --text-display0-family: var(--text-family-brand);
  --text-display0-size: 2.25000rem;
  --text-display0-line-height: 2.81250rem;
  --text-display0-weight: 700;
  --text-display0-letter-spacing: -0.4px;
  --text-display0-text-transform: none;
  --text-display1-family: var(--text-family-brand);
  --text-display1-size: max(2rem, min(calc(1.82143rem + 0.89286vw), 2.25rem));
  --text-display1-line-height: max(2.5rem, min(calc(2.27679rem + 1.11607vw), 2.8125rem));
  --text-display1-weight: 700;
  --text-display1-letter-spacing: -0.4px;
  --text-display1-text-transform: none;
  --text-display2-family: var(--text-family-brand);
  --text-display2-size: max(1.75rem, min(calc(1.57143rem + 0.89286vw), 2rem));
  --text-display2-line-height: max(2.1875rem, min(calc(1.96429rem + 1.11607vw), 2.5rem));
  --text-display2-weight: 700;
  --text-display2-letter-spacing: -0.4px;
  --text-display2-text-transform: none;
  --text-headline1-family: var(--text-family-brand);
  --text-headline1-size: 1.50000rem;
  --text-headline1-line-height: 2.00000rem;
  --text-headline1-weight: 700;
  --text-headline1-letter-spacing: -0.2px;
  --text-headline1-text-transform: none;
  --text-headline2-family: var(--text-family-brand);
  --text-headline2-size: 1.25000rem;
  --text-headline2-line-height: 1.50000rem;
  --text-headline2-weight: 700;
  --text-headline2-letter-spacing: -0.2px;
  --text-headline2-text-transform: none;
  --text-headline3-family: var(--text-family-brand);
  --text-headline3-size: 1.00000rem;
  --text-headline3-line-height: 1.50000rem;
  --text-headline3-weight: 700;
  --text-headline3-letter-spacing: 0px;
  --text-headline3-text-transform: none;
  --text-body0-family: var(--text-family-default);
  --text-body0-size: 1.00000rem;
  --text-body0-line-height: 1.50000rem;
  --text-body0-weight: 400;
  --text-body0-letter-spacing: 0px;
  --text-body0-text-transform: none;
  --text-body1-family: var(--text-family-default);
  --text-body1-size: 1.00000rem;
  --text-body1-line-height: 1.50000;
  --text-body1-weight: 400;
  --text-body1-letter-spacing: 0px;
  --text-body1-text-transform: none;
  --text-body2-family: var(--text-family-default);
  --text-body2-size: 0.87500rem;
  --text-body2-line-height: 1.50000;
  --text-body2-weight: 400;
  --text-body2-letter-spacing: 0px;
  --text-body2-text-transform: none;
  --text-body3-family: var(--text-family-default);
  --text-body3-size: 0.87500rem;
  --text-body3-line-height: 1.50000;
  --text-body3-weight: 400;
  --text-body3-letter-spacing: 0px;
  --text-body3-text-transform: none;
  --text-body4-family: var(--text-family-default);
  --text-body4-size: 0.87500rem;
  --text-body4-line-height: 1.50000;
  --text-body4-weight: 400;
  --text-body4-letter-spacing: 0px;
  --text-body4-text-transform: none;
  --text-button1-family: var(--text-family-brand);
  --text-button1-size: 1.00000rem;
  --text-button1-line-height: 1.50000;
  --text-button1-weight: 700;
  --text-button1-letter-spacing: 0px;
  --text-button1-text-transform: none;
  --text-button2-family: var(--text-family-brand);
  --text-button2-size: 0.87500rem;
  --text-button2-line-height: 1.71429;
  --text-button2-weight: 700;
  --text-button2-letter-spacing: 0px;
  --text-button2-text-transform: none;
  --text-callout1-family: var(--text-family-default);
  --text-callout1-size: 0.87500rem;
  --text-callout1-line-height: 1.50000;
  --text-callout1-weight: 400;
  --text-callout1-letter-spacing: 1px;
  --text-callout1-text-transform: uppercase;
  --text-callout2-family: var(--text-family-default);
  --text-callout2-size: 0.75000rem;
  --text-callout2-line-height: 1.33333;
  --text-callout2-weight: 400;
  --text-callout2-letter-spacing: 1px;
  --text-callout2-text-transform: uppercase;
  --text-caption-family: var(--text-family-default);
  --text-caption-size: 0.75000rem;
  --text-caption-line-height: 1.33333;
  --text-caption-weight: 400;
  --text-caption-letter-spacing: 0px;
  --text-caption-text-transform: none;
  --text-tag-family: var(--text-family-default);
  --text-tag-size: 0.62500rem;
  --text-tag-line-height: 1.20000;
  --text-tag-weight: 500;
  --text-tag-letter-spacing: 0px;
  --text-tag-text-transform: none;
  --text-family-brand: XfinityBrown, DMSans, Helvetica, sans-serif;
  --text-family-default: DMSans, Helvetica, sans-serif;
}body {
  margin: 0px;
  padding: 0px;
  background-color: rgb(255, 255, 255);
  background-color: rgb(var(--background-color-material-neutral-base));
  color: rgb(20, 20, 23);
  color: rgb(var(--text-color-neutral-base));
}html {
  box-sizing: border-box;
}img {
  display: inline;
}button {
  touch-action: manipulation;
}a {
  touch-action: manipulation;
  color: rgb(97, 56, 245);
  color: rgb(var(--text-color-theme1-base));
  font-size: inherit;
  text-decoration: underline;
}a:hover {
  color: rgb(58, 0, 146);
  color: rgb(var(--text-color-theme1-hover));
}a:focus {
  color: rgb(58, 0, 146);
  color: rgb(var(--text-color-theme1-focus));
  border-radius: 2px;
  border-radius: 2px;
  border-radius: var(--border-radius-xsmall, 2px);
  outline-width: 2px;
  outline-style: solid;
  outline-color: rgb(97, 56, 245);
  outline-color: rgb(var(--border-color-stroke-theme1-base));
}a:active {
  color: rgb(40, 0, 97);
  color: rgb(var(--text-color-theme1-down));
}a:disabled {
  opacity: 0.3;
  opacity: 0.3;
  opacity: var(--opacity-inactive, 0.3);
}*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}::-webkit-backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}.container {
  width: 100%;
}@media (min-width: 321px) {.container {
    max-width: 321px;
  }
}@media (min-width: 444px) {.container {
    max-width: 444px;
  }
}@media (min-width: 640px) {.container {
    max-width: 640px;
  }
}@media (min-width: 690px) {.container {
    max-width: 690px;
  }
}@media (min-width: 810px) {.container {
    max-width: 810px;
  }
}@media (min-width: 890px) {.container {
    max-width: 890px;
  }
}@media (min-width: 1024px) {.container {
    max-width: 1024px;
  }
}@media (min-width: 1280px) {.container {
    max-width: 1280px;
  }
}@media (min-width: 1568px) {.container {
    max-width: 1568px;
  }
}.prism-box {
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  border-radius: 4px;
  border-radius: var(--border-radius-small, 4px);
  padding: 1rem;
  border-color: rgba(20, 20, 23,var(--tw-border-opacity));
  border-color: rgb(var(--border-color-stroke-neutral-base)/var(--tw-border-opacity));
}.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;
}.absolute {
  position: absolute;
}.relative {
  position: relative;
}.top-0 {
  top: 0px;
}.m-auto {
  margin: auto;
}.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}.mx-\[10px\] {
  margin-left: 10px;
  margin-right: 10px;
}.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}.mx-auto {
  margin-left: auto;
  margin-right: auto;
}.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}.mr-7\.5 {
  margin-right: 1.875rem;
}.mr-7 {
  margin-right: 1.75rem;
}.mt-5 {
  margin-top: 1.25rem;
}.mt-9 {
  margin-top: 2.25rem;
}.mt-12 {
  margin-top: 3rem;
}.mt-2 {
  margin-top: 0.5rem;
}.mb-7 {
  margin-bottom: 1.75rem;
}.mt-4 {
  margin-top: 1rem;
}.mt-10 {
  margin-top: 2.5rem;
}.mt-6 {
  margin-top: 1.5rem;
}.-mt-4 {
  margin-top: -1rem;
}.mb-6 {
  margin-bottom: 1.5rem;
}.mb-10 {
  margin-bottom: 2.5rem;
}.mb-2 {
  margin-bottom: 0.5rem;
}.mb-4 {
  margin-bottom: 1rem;
}.box-border {
  box-sizing: border-box;
}.box-content {
  box-sizing: content-box;
}.block {
  display: block;
}.inline-block {
  display: inline-block;
}.flex {
  display: flex;
}.table {
  display: table;
}.list-item {
  display: list-item;
}.hidden {
  display: none;
}.h-full {
  height: 100%;
}.h-20 {
  height: 5rem;
}.h-6 {
  height: 1.5rem;
}.h-\[24px\] {
  height: 24px;
}.h-18 {
  height: 4.5rem;
}.max-h-\[48px\] {
  max-height: 48px;
}.min-h-screen {
  min-height: 100vh;
}.w-full {
  width: 100%;
}.w-\[594px\] {
  width: 594px;
}.w-20 {
  width: 5rem;
}.w-17\.75 {
  width: 4.4375rem;
}.w-\[71px\] {
  width: 71px;
}.w-px {
  width: 1px;
}.max-w-\[420px\] {
  max-width: 420px;
}.max-w-lg {
  max-width: 32rem;
}.max-w-\[171px\] {
  max-width: 171px;
}.max-w-content-page {
  max-width: 38.25rem;
}.flex-shrink-0 {
  flex-shrink: 0;
}.list-disc {
  list-style-type: disc;
}.flex-row {
  flex-direction: row;
}.flex-col {
  flex-direction: column;
}.flex-wrap {
  flex-wrap: wrap;
}.items-center {
  align-items: center;
}.justify-center {
  justify-content: center;
}.gap-4 {
  gap: 1rem;
}.break-words {
  word-wrap: break-word;
}.break-all {
  word-break: break-all;
}.rounded-full {
  border-radius: 50%;
}.border-l {
  border-left-width: 1px;
}.border-t {
  border-top-width: 1px;
}.border-b {
  border-bottom-width: 1px;
}.border-solid {
  border-style: solid;
}.border-\[\#979797\] {
  --tw-border-opacity: 1;
  border-color: rgba(151, 151, 151, var(--tw-border-opacity));
}.border-stroke-inverse-down {
  --tw-border-opacity: 1;
  border-color: rgba(206, 206, 218, var(--tw-border-opacity));
  border-color: rgb(var(--border-color-stroke-inverse-down) / var(--tw-border-opacity));
}.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}.bg-fill-positive-base {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 104, 81, var(--tw-bg-opacity));
  background-color: rgb(var(--background-color-fill-positive-base) / var(--tw-bg-opacity));
}.bg-xfinity-logo {
  background-image: url('/static/images/global/xfinity-logo-grey.svg');
}.bg-cover {
  background-size: cover;
}.bg-left-top {
  background-position: left top;
}.bg-center {
  background-position: center;
}.bg-no-repeat {
  background-repeat: no-repeat;
}.p-4 {
  padding: 1rem;
}.p-0 {
  padding: 0px;
}.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}.pt-10 {
  padding-top: 2.5rem;
}.pt-24 {
  padding-top: 6rem;
}.pt-4 {
  padding-top: 1rem;
}.pb-10 {
  padding-bottom: 2.5rem;
}.pb-36 {
  padding-bottom: 9rem;
}.pl-8 {
  padding-left: 2rem;
}.text-left {
  text-align: left;
}.text-center {
  text-align: center;
}.align-top {
  vertical-align: top;
}.ordinal {
  --tw-ordinal: ordinal;
  font-feature-settings: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}.text-info-base {
  --tw-text-opacity: 1;
  color: rgba(0, 81, 208, var(--tw-text-opacity));
  color: rgb(var(--text-color-info-base) / var(--tw-text-opacity));
}.outline {
  outline-style: solid;
}.bg-fill-positive-base {
  --shadow-color: var(--fill-positive-base-shadow);
}:root,.light,.light-secondary,[light],[light-secondary] {
  --fill-caution-base-shadow: rgba(95,29,0,0.51);
  --fill-caution-down-shadow: rgba(74,22,0,0.51);
  --fill-caution-focus-shadow: rgba(85,26,0,0.51);
  --fill-caution-hover-shadow: rgba(85,26,0,0.51);
  --fill-info-base-shadow: rgba(0,39,112,0.51);
  --fill-info-down-shadow: rgba(0,24,68,0.51);
  --fill-info-focus-shadow: rgba(0,30,85,0.51);
  --fill-info-hover-shadow: rgba(0,30,85,0.51);
  --fill-inverse-base-shadow: rgba(135,135,136,0.51);
  --fill-inverse-down-shadow: rgba(111,111,118,0.51);
  --fill-inverse-focus-shadow: rgba(140,140,140,0.51);
  --fill-inverse-hover-shadow: rgba(140,140,140,0.51);
  --fill-negative-base-shadow: rgba(97,1,28,0.51);
  --fill-negative-down-shadow: rgba(51,0,14,0.51);
  --fill-negative-focus-shadow: rgba(74,0,21,0.51);
  --fill-negative-hover-shadow: rgba(74,0,21,0.51);
  --fill-neutral-base-shadow: rgba(8,8,10,0.51);
  --fill-neutral-down-shadow: rgba(34,34,39,0.51);
  --fill-neutral-focus-shadow: rgba(24,24,28,0.51);
  --fill-neutral-hover-shadow: rgba(24,24,28,0.51);
  --fill-positive-base-shadow: rgba(0,52,39,0.51);
  --fill-positive-down-shadow: rgba(0,23,18,0.51);
  --fill-positive-focus-shadow: rgba(0,40,30,0.51);
  --fill-positive-hover-shadow: rgba(0,40,30,0.51);
  --fill-theme1-base-shadow: rgba(48,26,134,0.51);
  --fill-theme1-down-shadow: rgba(18,0,48,0.51);
  --fill-theme1-focus-shadow: rgba(27,0,75,0.51);
  --fill-theme1-hover-shadow: rgba(27,0,75,0.51);
  --material-1-shadow: rgba(140,140,140,0.51);
  --material-2-shadow: rgba(135,135,136,0.51);
  --material-1-inverse-shadow: rgba(8,8,10,0.51);
  --material-2-inverse-shadow: rgba(15,15,18,0.51);
  --material-caution-shadow: rgba(132,122,117,0.51);
  --material-caution-inverse-shadow: rgba(27,14,8,0.51);
  --material-info-shadow: rgba(117,122,132,0.51);
  --material-info-inverse-shadow: rgba(8,13,24,0.51);
  --material-negative-shadow: rgba(132,117,122,0.51);
  --material-negative-inverse-shadow: rgba(22,7,12,0.51);
  --material-positive-shadow: rgba(117,132,127,0.51);
  --material-positive-inverse-shadow: rgba(6,19,14,0.51);
  --material-theme1-shadow: rgba(123,121,133,0.51);
  --material-theme1-inverse-shadow: rgba(12,9,26,0.51);
  --material-neutral-base-shadow: rgba(140,140,140,0.51);
  --material-neutral-down-shadow: rgba(121,121,121,0.51);
  --material-neutral-focus-shadow: rgba(134,134,134,0.51);
  --material-neutral-hover-shadow: rgba(134,134,134,0.51);
  --material-neutral2-base-shadow: rgba(135,135,136,0.51);
  --material-neutral2-down-shadow: rgba(117,117,118,0.51);
  --material-neutral2-focus-shadow: rgba(129,129,130,0.51);
  --material-neutral2-hover-shadow: rgba(129,129,130,0.51);
  --material-caution-base-shadow: rgba(132,122,117,0.51);
  --material-caution-down-shadow: rgba(115,106,102,0.51);
  --material-caution-focus-shadow: rgba(126,117,112,0.51);
  --material-caution-hover-shadow: rgba(126,117,112,0.51);
  --material-info-base-shadow: rgba(117,122,132,0.51);
  --material-info-down-shadow: rgba(102,106,115,0.51);
  --material-info-focus-shadow: rgba(112,117,126,0.51);
  --material-info-hover-shadow: rgba(112,117,126,0.51);
  --material-negative-base-shadow: rgba(132,117,122,0.51);
  --material-negative-down-shadow: rgba(115,102,106,0.51);
  --material-negative-focus-shadow: rgba(126,112,117,0.51);
  --material-negative-hover-shadow: rgba(126,112,117,0.51);
  --material-positive-base-shadow: rgba(117,132,127,0.51);
  --material-positive-down-shadow: rgba(102,115,111,0.51);
  --material-positive-focus-shadow: rgba(112,126,122,0.51);
  --material-positive-hover-shadow: rgba(112,126,122,0.51);
  --material-neutral-inverse-base-shadow: rgba(8,8,10,0.51);
  --material-neutral-inverse-down-shadow: rgba(22,22,23,0.51);
  --material-neutral-inverse-focus-shadow: rgba(13,13,14,0.51);
  --material-neutral-inverse-hover-shadow: rgba(13,13,14,0.51);
  --material-neutral2-inverse-base-shadow: rgba(15,15,18,0.51);
  --material-neutral2-inverse-down-shadow: rgba(29,29,31,0.51);
  --material-neutral2-inverse-focus-shadow: rgba(20,20,22,0.51);
  --material-neutral2-inverse-hover-shadow: rgba(20,20,22,0.51);
  --material-caution-inverse-base-shadow: rgba(27,14,8,0.51);
  --material-caution-inverse-down-shadow: rgba(39,28,22,0.51);
  --material-caution-inverse-focus-shadow: rgba(31,18,13,0.51);
  --material-caution-inverse-hover-shadow: rgba(31,18,13,0.51);
  --material-info-inverse-base-shadow: rgba(8,13,24,0.51);
  --material-info-inverse-down-shadow: rgba(21,27,37,0.51);
  --material-info-inverse-focus-shadow: rgba(12,17,28,0.51);
  --material-info-inverse-hover-shadow: rgba(12,17,28,0.51);
  --material-negative-inverse-base-shadow: rgba(22,7,12,0.51);
  --material-negative-inverse-down-shadow: rgba(35,21,25,0.51);
  --material-negative-inverse-focus-shadow: rgba(27,12,16,0.51);
  --material-negative-inverse-hover-shadow: rgba(27,12,16,0.51);
  --material-positive-inverse-base-shadow: rgba(6,19,14,0.51);
  --material-positive-inverse-down-shadow: rgba(19,32,28,0.51);
  --material-positive-inverse-focus-shadow: rgba(10,23,19,0.51);
  --material-positive-inverse-hover-shadow: rgba(10,23,19,0.51);
  --material-theme1-base-shadow: rgba(123,121,133,0.51);
  --material-theme1-down-shadow: rgba(107,105,116,0.51);
  --material-theme1-focus-shadow: rgba(118,116,127,0.51);
  --material-theme1-hover-shadow: rgba(118,116,127,0.51);
}.dark,.dark-secondary,[dark],[dark-secondary] {
  --fill-caution-base-shadow: rgba(140,56,16,0.51);
  --fill-caution-down-shadow: rgba(140,96,74,0.51);
  --fill-caution-focus-shadow: rgba(140,73,40,0.51);
  --fill-caution-hover-shadow: rgba(140,73,40,0.51);
  --fill-info-base-shadow: rgba(23,60,140,0.51);
  --fill-info-down-shadow: rgba(71,92,136,0.51);
  --fill-info-focus-shadow: rgba(34,67,140,0.51);
  --fill-info-hover-shadow: rgba(34,67,140,0.51);
  --fill-inverse-base-shadow: rgba(8,8,10,0.51);
  --fill-inverse-down-shadow: rgba(34,34,39,0.51);
  --fill-inverse-focus-shadow: rgba(24,24,28,0.51);
  --fill-inverse-hover-shadow: rgba(24,24,28,0.51);
  --fill-negative-base-shadow: rgba(140,26,61,0.51);
  --fill-negative-down-shadow: rgba(140,79,99,0.51);
  --fill-negative-focus-shadow: rgba(140,48,77,0.51);
  --fill-negative-hover-shadow: rgba(140,48,77,0.51);
  --fill-neutral-base-shadow: rgba(135,135,136,0.51);
  --fill-neutral-down-shadow: rgba(140,140,140,0.51);
  --fill-neutral-focus-shadow: rgba(111,111,118,0.51);
  --fill-neutral-hover-shadow: rgba(111,111,118,0.51);
  --fill-positive-base-shadow: rgba(0,79,50,0.51);
  --fill-positive-down-shadow: rgba(61,123,102,0.51);
  --fill-positive-focus-shadow: rgba(4,103,67,0.51);
  --fill-positive-hover-shadow: rgba(4,103,67,0.51);
  --fill-theme1-base-shadow: rgba(65,47,135,0.51);
  --fill-theme1-down-shadow: rgba(99,88,137,0.51);
  --fill-theme1-focus-shadow: rgba(76,61,136,0.51);
  --fill-theme1-hover-shadow: rgba(76,61,136,0.51);
  --material-1-shadow: rgba(8,8,10,0.51);
  --material-2-shadow: rgba(15,15,18,0.51);
  --material-1-inverse-shadow: rgba(140,140,140,0.51);
  --material-2-inverse-shadow: rgba(135,135,136,0.51);
  --material-caution-shadow: rgba(27,14,8,0.51);
  --material-caution-inverse-shadow: rgba(132,122,117,0.51);
  --material-info-shadow: rgba(8,13,24,0.51);
  --material-info-inverse-shadow: rgba(117,122,132,0.51);
  --material-negative-shadow: rgba(22,7,12,0.51);
  --material-negative-inverse-shadow: rgba(132,117,122,0.51);
  --material-positive-shadow: rgba(6,19,14,0.51);
  --material-positive-inverse-shadow: rgba(117,132,127,0.51);
  --material-theme1-shadow: rgba(12,9,26,0.51);
  --material-theme1-inverse-shadow: rgba(123,121,133,0.51);
  --material-neutral-base-shadow: rgba(8,8,10,0.51);
  --material-neutral-down-shadow: rgba(22,22,23,0.51);
  --material-neutral-focus-shadow: rgba(13,13,14,0.51);
  --material-neutral-hover-shadow: rgba(13,13,14,0.51);
  --material-neutral2-base-shadow: rgba(15,15,18,0.51);
  --material-neutral2-down-shadow: rgba(29,29,31,0.51);
  --material-neutral2-focus-shadow: rgba(20,20,22,0.51);
  --material-neutral2-hover-shadow: rgba(20,20,22,0.51);
  --material-caution-base-shadow: rgba(27,14,8,0.51);
  --material-caution-down-shadow: rgba(39,28,22,0.51);
  --material-caution-focus-shadow: rgba(31,18,13,0.51);
  --material-caution-hover-shadow: rgba(31,18,13,0.51);
  --material-info-base-shadow: rgba(8,13,24,0.51);
  --material-info-down-shadow: rgba(21,27,37,0.51);
  --material-info-focus-shadow: rgba(12,17,28,0.51);
  --material-info-hover-shadow: rgba(12,17,28,0.51);
  --material-negative-base-shadow: rgba(22,7,12,0.51);
  --material-negative-down-shadow: rgba(35,21,25,0.51);
  --material-negative-focus-shadow: rgba(27,12,16,0.51);
  --material-negative-hover-shadow: rgba(27,12,16,0.51);
  --material-positive-base-shadow: rgba(6,19,14,0.51);
  --material-positive-down-shadow: rgba(19,32,28,0.51);
  --material-positive-focus-shadow: rgba(10,23,19,0.51);
  --material-positive-hover-shadow: rgba(10,23,19,0.51);
  --material-neutral-inverse-base-shadow: rgba(140,140,140,0.51);
  --material-neutral-inverse-down-shadow: rgba(121,121,121,0.51);
  --material-neutral-inverse-focus-shadow: rgba(134,134,134,0.51);
  --material-neutral-inverse-hover-shadow: rgba(134,134,134,0.51);
  --material-neutral2-inverse-base-shadow: rgba(135,135,136,0.51);
  --material-neutral2-inverse-down-shadow: rgba(117,117,118,0.51);
  --material-neutral2-inverse-focus-shadow: rgba(129,129,130,0.51);
  --material-neutral2-inverse-hover-shadow: rgba(129,129,130,0.51);
  --material-caution-inverse-base-shadow: rgba(132,122,117,0.51);
  --material-caution-inverse-down-shadow: rgba(115,106,102,0.51);
  --material-caution-inverse-focus-shadow: rgba(126,117,112,0.51);
  --material-caution-inverse-hover-shadow: rgba(126,117,112,0.51);
  --material-info-inverse-base-shadow: rgba(117,122,132,0.51);
  --material-info-inverse-down-shadow: rgba(102,106,115,0.51);
  --material-info-inverse-focus-shadow: rgba(112,117,126,0.51);
  --material-info-inverse-hover-shadow: rgba(112,117,126,0.51);
  --material-negative-inverse-base-shadow: rgba(132,117,122,0.51);
  --material-negative-inverse-down-shadow: rgba(115,102,106,0.51);
  --material-negative-inverse-focus-shadow: rgba(126,112,117,0.51);
  --material-negative-inverse-hover-shadow: rgba(126,112,117,0.51);
  --material-positive-inverse-base-shadow: rgba(117,132,127,0.51);
  --material-positive-inverse-down-shadow: rgba(102,115,111,0.51);
  --material-positive-inverse-focus-shadow: rgba(112,126,122,0.51);
  --material-positive-inverse-hover-shadow: rgba(112,126,122,0.51);
  --material-theme1-base-shadow: rgba(12,9,26,0.51);
  --material-theme1-down-shadow: rgba(25,22,39,0.51);
  --material-theme1-focus-shadow: rgba(16,13,30,0.51);
  --material-theme1-hover-shadow: rgba(16,13,30,0.51);
}:root {
  --header-height: 4.5rem;
}#background {
  z-index: 0;
}.has-header #background {
  top: 4.5rem;
  top: 4.5rem;
  top: var(--header-height);
  height: calc(100% - 4.5rem);
  height: calc(100% - 4.5rem);
  height: calc(100% - var(--header-height));
}body {
  box-sizing: border-box;
  display: grid;
  min-height: 100%;
  grid-template-rows: -webkit-max-content 1fr -webkit-max-content;
  grid-template-rows: max-content 1fr max-content;
  grid-template-areas:
    "header"
    "main"
    "footer";
}body > header {
    grid-area: header;
  }body > main {
  z-index: 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
    grid-area: main;
}body > footer {
    grid-area: footer;
  }@media (min-width: 444px) {
    body > main {
    padding-top: 2.5rem;
  }
}@media (min-width: 1024px) {
      body.has-footer > main {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  #left:not(:empty) ~ #right {
    max-width: 340px;
  }
}#ad-block {
  position: relative;
  line-height: 0;
}#ad-block img[width="0"] {
  max-width: 0rem;
  overflow: hidden;
}.da #left {
  margin-left: 0px;
  vertical-align: middle;
    width: 300px;
}.da #imgholder[height="600"] {
    height: 600px;
  }.da-300x250 #left, .da-300x600 #left {
  vertical-align: middle;
    width: 300px;
}.da-300x250 #right, .da-300x600 #right {
  vertical-align: middle;
}.da-expandable:not(.da-fullscreen) #left {
  vertical-align: middle;
    width: 560px;
}.da-expandable:not(.da-fullscreen) #left #ad-block {
  margin-left: auto;
      width: 300px;
}.da-expandable:not(.da-fullscreen) #right {
  vertical-align: middle;
}.da-fullscreen #background {
  background-attachment: scroll;
  background-position: right top;
  background-repeat: no-repeat;
}.da-fullscreen body > main {
  justify-content: flex-end;
}.da-fullscreen #left {
    width: 300px;
    height: 600px;
  }.da-fullscreen #ads-info {
  display: none;
}.da-fullscreen iframe[id^="utif_"] {
  overflow: hidden;
    max-width: 300px;
    max-height: 600px;
}@media (max-width: 729px) {
    .da-300x250 body > main {
    display: grid;
      grid-template-areas:
        "form"
        "ad";
  }
    .da-300x250 #left:not(:empty) {
    bottom: 1.125rem;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 1rem;
    display: block;
    width: 100%;
      grid-area: ad;
  }

      .da-300x250 #left:not(:empty) #ad-block {
    margin: auto;
        width: 300px;
  }

      .da-300x250 #left:not(:empty) #ad-target {
    overflow: hidden;
  }

      .da-300x250 #left:not(:empty) #ads-info {
    text-align: center;
  }
    .da-300x250 #right {
      grid-area: form;
    }
}@media (min-width: 730px) {
    .da-300x250 #left, .da-300x600 #left {
    display: inline-block;
  }

    .da-300x250 #left:not(:empty) ~ #right, .da-300x600 #left:not(:empty) ~ #right {
      max-width: 420px;
    }
      .da-300x250 #right > .prism-box, .da-300x600 #right > .prism-box {
    padding: 0px;
  }
}@media (max-width: 989px) {
    .da-expandable:not(.da-fullscreen) #left:not(:empty) {
    display: none;
  }
}@media (min-width: 990px) {
    .da-expandable:not(.da-fullscreen) #left:not(:empty) {
    display: inline-block;
  }

      .da-expandable:not(.da-fullscreen) #left:not(:empty) ~ #right {
        max-width: 340px;
      }

        .da-expandable:not(.da-fullscreen) #left:not(:empty) ~ #right > .prism-box {
    padding: 0px;
  }
}@media (max-width: 1023px) {
    .da-fullscreen body > main {
    justify-content: center;
  }
}@media (min-width: 1400px) {
    .da-fullscreen #background {
    background-position: top;
  }

    .da-fullscreen body > main {
    justify-content: center;
  }

    .da-fullscreen #left {
      margin-left: 670px;
    }

    .da-fullscreen #right {
    margin-right: 0px;
  }
}footer .ad-links.divider {
  display: none;
}@media (min-width: 810px) {
        .da-fullscreen:not(:lang(es)) footer .ad-links.divider {
    display: inline-block;
  }
}@media (min-width: 890px) {
        .da-fullscreen:lang(es) footer .ad-links.divider {
    display: inline-block;
  }
}.tve #left,
    .tve #left .link,
    .tve #asidePanel,
    .tve #asidePanel .link {
      text-shadow: 0 0 5px #000;
    }.tve #left #ad-block, .tve #asidePanel #ad-block {
      width: 300px;
      height: 250px;
    }.tve.dark #tve_learn_more {
  --tw-text-opacity: 1;
  color: rgba(20, 20, 23, var(--tw-text-opacity));
  color: rgb(var(--text-color-neutral-base) / var(--tw-text-opacity));
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
    outline-color: rgb(20, 20, 23);
    outline-color: rgb(var(--border-color-stroke-neutral-base));
}.tve #tve_info h2 {
  font-family: XfinityBrown, DMSans, Helvetica, sans-serif;
  font-family: var(--text-headline3-family);
  font-size: 1.00000rem;
  font-size: var(--text-headline3-size);
  font-weight: 700;
  font-weight: var(--text-headline3-weight);
  letter-spacing: 0px;
  letter-spacing: var(--text-headline3-letter-spacing);
  line-height: var(--text-headline3-leading);
  text-transform: none;
  text-transform: var(--text-headline3-text-transform);
  --text-headline3-leading: var(--text-headline3-line-height);
  --text-headline3-family: var(--text-family-brand);
}.tve #tve_info h2:not(:first-of-type) {
  margin-top: 1rem;
}.tve #tve_info p {
  margin-top: 0.5rem;
}@media (max-width: calc(444px - 1px)) {
      .tve #tve_info .modalcontainer {
        max-height: 98vh;
      }
}@media (max-width: calc(1024px - 1px)) {
    .tve body > main {
    display: grid;
      grid-template-areas:
        "form"
        "ad";
  }

    .tve #left,
    .tve #asidePanel {
    margin: 0px;
    margin-top: 1rem;
    display: block;
    width: 100%;
    background-image: none;
    padding: 0px;
      grid-area: ad;
  }

      .tve #left #left-side-text-container,
      .tve #left #aside-text-container,
      .tve #asidePanel #left-side-text-container,
      .tve #asidePanel #aside-text-container {
    display: none;
  }

      .tve #left #ad-block, .tve #asidePanel #ad-block {
    margin: auto;
  }

    .tve #right,
    .tve #formPanel {
      grid-area: form;
    }
}@media (min-width: 444px) {
    .tve #tve_info {
      --modal-w: 75vw;
    }
}@media (min-width: 1024px) {
    .tve #background {
    background-position: top;
    background-repeat: no-repeat;
  }
      .tve #left #left-side-text-container,
      .tve #left #aside-text-container,
      .tve #asidePanel #left-side-text-container,
      .tve #asidePanel #aside-text-container {
    margin-top: 1.875rem;
  }

      .tve #left .h1, .tve #asidePanel .h1 {
    font-family: XfinityBrown, DMSans, Helvetica, sans-serif;
    font-family: var(--text-display2-family);
    font-size: max(1.75rem, min(calc(1.57143rem + 0.89286vw), 2rem));
    font-size: var(--text-display2-size);
    font-weight: 700;
    font-weight: var(--text-display2-weight);
    letter-spacing: -0.4px;
    letter-spacing: var(--text-display2-letter-spacing);
    line-height: var(--text-display2-leading);
    text-transform: none;
    text-transform: var(--text-display2-text-transform);
    --text-display2-leading: var(--text-display2-line-height);
    --text-display2-family: var(--text-family-brand);
  }

      .tve #left ul, .tve #asidePanel ul {
    margin-top: 1rem;
    margin-bottom: 1.875rem;
    padding-left: 1.875rem;
  }

      .tve #left li, .tve #asidePanel li {
    font-family: XfinityBrown, DMSans, Helvetica, sans-serif;
    font-family: var(--text-headline2-family);
    font-size: 1.25000rem;
    font-size: var(--text-headline2-size);
    font-weight: 700;
    font-weight: var(--text-headline2-weight);
    letter-spacing: -0.2px;
    letter-spacing: var(--text-headline2-letter-spacing);
    line-height: var(--text-headline2-leading);
    text-transform: none;
    text-transform: var(--text-headline2-text-transform);
    --text-headline2-leading: var(--text-headline2-line-height);
    --text-headline2-family: var(--text-family-brand);
    list-style-type: disc;
    padding-left: 0.375rem;
    line-height: 2rem;
  }
}:root {
  --footer-logo: url("/static/images/global/xfinity-logo-black.svg");
}.dark {
  --footer-logo: url("/static/images/global/xfinity-logo-white.svg");
}footer {
  z-index: 0;
  margin-top: 1rem;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  background-color: rgb(var(--background-color-material-neutral-base) / var(--tw-bg-opacity));
  --shadow-color: var(--material-neutral-base-shadow);
}/* TODO: Remove old styles below */footer .content {
  font-family: DMSans, Helvetica, sans-serif;
  font-family: var(--text-body2-family);
  font-size: 0.87500rem;
  font-size: var(--text-body2-size);
  font-weight: 400;
  font-weight: var(--text-body2-weight);
  letter-spacing: 0px;
  letter-spacing: var(--text-body2-letter-spacing);
  line-height: var(--text-body2-leading);
  text-transform: none;
  text-transform: var(--text-body2-text-transform);
  --text-body2-leading: var(--text-body2-line-height);
  --text-body2-family: var(--text-family-default);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}@media (min-width: 810px) {
      footer .content:not(:lang(es)) {
    flex-direction: row;
    justify-content: center;
  }
    }@media (min-width: 890px) {
      footer .content:lang(es) {
    flex-direction: row;
    justify-content: center;
  }
    }footer nav {
  display: flex;
  flex-direction: column;
  align-items: center;
}@media (min-width: 810px) {
      footer nav:not(:lang(es)) {
    display: inline-block;
  }
    }@media (min-width: 890px) {
      footer nav:lang(es) {
    display: inline-block;
  }
    }footer nav .divider:before {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  display: inline-block;
  height: 0.875rem;
  width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgba(98, 98, 108, var(--tw-bg-opacity));
  background-color: rgb(var(--background-color-fill-neutral2-base) / var(--tw-bg-opacity));
  padding: 0px;
  vertical-align: middle;
        content: "";
}footer nav .divider.hide-compact {
  display: none;
}@media (min-width: 810px) {
          footer nav .divider.hide-compact:not(:lang(es)) {
    display: inline-block;
  }
        }@media (min-width: 890px) {
          footer nav .divider.hide-compact:lang(es) {
    display: inline-block;
  }
        }footer nav .links > a {
  --tw-text-opacity: 1;
  color: rgba(20, 20, 23, var(--tw-text-opacity));
  color: rgb(var(--text-color-neutral-base) / var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}/* TODO: Remove old styles above */footer .footer-content {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  row-gap: 1rem;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  background-color: rgb(var(--background-color-material-neutral-base) / var(--tw-bg-opacity));
  padding: 1.5rem;
  --tw-text-opacity: 1;
  color: rgba(20, 20, 23, var(--tw-text-opacity));
  color: rgb(var(--text-color-neutral-base) / var(--tw-text-opacity));
  --shadow-color: var(--material-neutral-base-shadow);
}@media (min-width: 1568px) {footer .footer-content {
    flex-direction: row;
  }
}footer .footer-content .logo {
  height: 2rem;
  width: 6rem;
  background-size: cover;
  background-repeat: no-repeat;
      background-image: url("/static/images/global/xfinity-logo-black.svg");
      background-image: url("/static/images/global/xfinity-logo-black.svg");
      background-image: var(--footer-logo);
}footer .footer-content nav {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  row-gap: 1rem;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}@media (min-width: 1280px) {footer .footer-content nav {
    flex-direction: row;
  }
}footer .footer-content nav .footer-links {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  row-gap: 1rem;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}@media (min-width: 640px) {footer .footer-content nav .footer-links {
    flex-direction: row;
  }footer .footer-content nav .footer-links:lang(es) {
    flex-direction: column;
  }
}@media (min-width: 690px) {footer .footer-content nav .footer-links:lang(es) {
    flex-direction: row;
  }
}footer .footer-content nav .footer-links a {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}.next footer {
  margin-top: 0px;
}/* TODO: remove old styles below */html:not(.da-fullscreen) .ad-links {
  display: none;
}.circle-loader {
  position: relative;
  display: flex;
  height: 4.5rem;
  width: 4.5rem;
  align-items: center;
  justify-content: center;
}.circle-loader svg {
  position: absolute;
}.circle-loader circle {
    stroke: rgb(97, 56, 245);
    stroke: rgb(var(--border-color-stroke-theme1-base));
  }.dark a {
  --tw-text-opacity: 1;
  color: rgba(20, 20, 23, var(--tw-text-opacity));
  color: rgb(var(--text-color-neutral-base) / var(--tw-text-opacity));
}.dark a:focus {
  --tw-text-opacity: 1;
  color: rgba(53, 53, 59, var(--tw-text-opacity));
  color: rgb(var(--text-color-neutral-focus) / var(--tw-text-opacity));
      outline-color: rgb(20, 20, 23);
      outline-color: rgb(var(--border-color-stroke-neutral-base));
}.dark a:hover {
  --tw-text-opacity: 1;
  color: rgba(53, 53, 59, var(--tw-text-opacity));
  color: rgb(var(--text-color-neutral-hover) / var(--tw-text-opacity));
}.dark prism-lineitem a:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}.prism-box {
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  background-color: rgb(var(--background-color-material-neutral-base) / var(--tw-bg-opacity));
  --shadow-color: var(--material-neutral-base-shadow);
}.prism-box-border {
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(20, 20, 23, var(--tw-border-opacity));
  border-color: rgb(var(--border-color-stroke-neutral-base) / var(--tw-border-opacity));
  --tw-border-opacity: var(--border-opacity-tertiary, 0.15);
}[hidden] {
  display: none;
}.empty\:hidden:empty {
  display: none;
}.next .next\:p-0 {
  padding: 0px;
}@media (min-width: 444px) {.md\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }.md\:mt-8 {
    margin-top: 2rem;
  }.md\:bg-\[image\:var\(--background-image\)\] {
    background-image: var(--background-image);
  }
}@media (min-width: 1024px) {.lg\:mb-10 {
    margin-bottom: 2.5rem;
  }.lg\:block {
    display: block;
  }.lg\:inline-block {
    display: inline-block;
  }.lg\:hidden {
    display: none;
  }.lg\:basis-1\/2 {
    flex-basis: 50%;
  }.lg\:p-6 {
    padding: 1.5rem;
  }.lg\:pt-24 {
    padding-top: 6rem;
  }
}@media (min-width: 810px) {.footer-lg\:pb-10 {
    padding-bottom: 2.5rem;
  }
}

prism-input-text[required] .label-text {
    text-transform: uppercase
}

/*# sourceMappingURL=bundle.css.map */