.article-progress-bar{top:var(--header-height,76px);z-index:999;background-color:var(--color-bg-primary);border-bottom:1px solid var(--color-border-subtle);opacity:0;width:100%;height:max-content;transition:transform .3s ease-in-out,opacity .3s ease-in-out;position:fixed;left:0;right:0;transform:translateY(-100%);box-shadow:0 2px 8px #0000001a}.article-progress-bar.article-progress-bar--visible{opacity:1;transform:translateY(0)}.article-progress-bar.article-progress-bar--universal-editor{opacity:1;z-index:auto;margin-bottom:16px;position:relative;top:auto;left:auto;right:auto;transform:translateY(0)}.article-progress-bar.article-progress-bar--universal-editor:before{content:"🔧 Universal Editor Mode - Article Progress Bar";background:var(--color-bg-info,#e3f2fd);color:var(--color-text-info,#1565c0);text-align:center;border-bottom:1px solid var(--color-border-subtle);border-radius:4px 4px 0 0;margin:-16px -16px 8px;padding:8px 16px;font-size:12px;font-weight:500;display:block}.article-progress-bar--light{background-color:var(--color-bg-primary);color:var(--color-text-primary);border-bottom-color:var(--color-border-subtle)}.article-progress-bar--dark{background-color:var(--color-bg-inverse);color:var(--color-text-inverse);border-bottom-color:var(--color-border-inverse)}.article-progress-bar__progress{z-index:1;background:#1434cb;height:2px;transition:width .15s ease-out;position:absolute;bottom:0;left:0}.article-progress-bar__content{justify-content:space-between;width:100%;height:100%;padding:0 16px;font-size:14px;font-style:normal;font-weight:400;line-height:140%;display:flex;position:relative}@media (min-width:768px){.article-progress-bar__content{padding:0 24px}}@media (min-width:1024px){.article-progress-bar__content{padding:0 48px}}.article-progress-bar__title{flex:1;min-width:0;margin-right:16px}.article-progress-bar__title-text{color:var(--color-text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:400;line-height:1.2;display:block;overflow:hidden}@media (min-width:768px){.article-progress-bar__title-text{font-size:15px}}.article-progress-bar__dropdown{flex-shrink:0;margin:0 16px;position:relative}.article-progress-bar__jump-to-button{cursor:pointer;color:var(--color-text-primary);white-space:nowrap;background:0 0;border:none;border-radius:4px;align-items:center;gap:15px;padding:0 12px;font-size:14px;font-weight:400;line-height:1.2;transition:all .2s;display:flex}.article-progress-bar__jump-to-button:hover{background-color:var(--color-bg-subtle)}.article-progress-bar__jump-to-button:focus-visible{outline:2px solid var(--color-focus-ring);outline-offset:2px}.article-progress-bar__jump-to-button--active{background-color:var(--color-bg-subtle)}@media (min-width:768px){.article-progress-bar__jump-to-button{padding:0 16px;font-size:15px}}.article-progress-bar__jump-to-button .article-progress-bar__dropdown-arrow{flex-shrink:0;transition:transform .2s;transform:rotate(180deg)}.article-progress-bar__jump-to-button .article-progress-bar__dropdown-arrow--rotated{transform:rotate(360deg)}.article-progress-bar__dropdown-arrow{flex-shrink:0;transition:transform .2s}.article-progress-bar__dropdown-arrow--rotated{transform:rotate(180deg)}.article-progress-bar__dropdown-menu{background-color:var(--color-bg-primary);border:1px solid var(--color-border-subtle);z-index:1001;width:100%;margin-top:var(--spacing-3xs);padding:var(--spacing-3xs);border-radius:1rem;padding:10px 16px}@media (max-width:767px){.article-progress-bar__dropdown-menu{width:280px;max-width:calc(100vw - 32px);transform:translate(-87%)}}.article-progress-bar__dropdown-list{gap:var(--spacing-4xs);border-radius:1rem;flex-direction:column;max-height:300px;margin:0;padding:0;list-style:none;display:flex}.article-progress-bar__dropdown-item{position:relative}.article-progress-bar__dropdown-link{width:100%;padding-right:var(--spacing-3xs);cursor:pointer;white-space:nowrap;-webkit-user-select:none;user-select:none;text-align:left;font-family:inherit;font-size:inherit;color:inherit;background:0 0;border:none;border-radius:1rem;outline:none;align-items:center;gap:1.5rem;transition:background .2s;display:flex}.article-progress-bar__dropdown-link:hover{background:0 0}.article-progress-bar__dropdown-link:focus-visible{outline:2px solid var(--color-focus-ring);outline-offset:2px}.article-progress-bar__dropdown-link--active{color:var(--color-text-primary);cursor:not-allowed;pointer-events:none;font-weight:600}.article-progress-bar__dropdown-link--active .article-progress-bar__dropdown-link-text{font-weight:600}.article-progress-bar__dropdown-link:hover .article-progress-bar__dropdown-link-text{color:var(--Text-Primary,#1a1a1a);font-weight:500;transform:translate(8px)}@media (min-width:768px){.article-progress-bar__dropdown-link{font-size:inherit}}.article-progress-bar__dropdown-link-text{min-width:0;color:var(--color-text-primary);text-overflow:ellipsis;white-space:nowrap;flex-direction:column;flex:1;align-items:flex-start;gap:.25rem;font-size:14px;line-height:32px;transition:transform .2s ease-in-out,color .2s ease-in-out;display:flex;overflow:hidden}@media (min-width:768px){.article-progress-bar__dropdown-link-text{font-size:16px}}.article-progress-bar__dropdown-link-arrow{opacity:.6;flex-shrink:0;width:16px;height:16px;transition:opacity .2s}.article-progress-bar__dropdown-link:hover .article-progress-bar__dropdown-link-arrow{opacity:1}.article-progress-bar__logo{flex-shrink:0;justify-content:flex-end;align-items:center;min-width:160px;max-width:160px;height:100%;margin-top:14px;display:flex}@media (max-width:767px){.article-progress-bar__logo{display:none}}.article-progress-bar__logo-button{cursor:pointer;background:0 0;border:none;border-radius:4px;padding:4px;transition:background-color .2s}.article-progress-bar__logo-button:hover,.article-progress-bar__logo-button:focus-visible{background-color:var(--color-bg-subtle);outline:2px solid var(--color-focus-ring);outline-offset:2px}.article-progress-bar__logo-button:active{background-color:var(--color-bg-pressed)}.article-progress-bar__logo-container{align-items:center;padding:4px;display:flex}.article-progress-bar__logo-image{-o-object-fit:contain;object-fit:contain;width:auto;max-width:152px;height:auto;max-height:32px;display:block}@media (max-width:767px){.article-progress-bar__logo-image{max-width:112px;max-height:28px}}.article-progress-bar__default-icon{flex-shrink:0;align-items:center;height:100%;margin-left:auto;display:flex}@media (max-width:767px){.article-progress-bar__default-icon{display:none}}.article-progress-bar__default-icon-button{cursor:pointer;background:0 0;border:none;border-radius:4px;padding:0;transition:background-color .2s,transform .2s}.article-progress-bar__default-icon-button:hover{background-color:var(--color-bg-subtle);transform:scale(1.05)}.article-progress-bar__default-icon-button:focus-visible{outline:2px solid var(--color-focus-ring);outline-offset:2px}.article-progress-bar__default-icon-button:active{background-color:var(--color-bg-pressed);transform:scale(.98)}.article-progress-bar__default-icon-container{justify-content:center;align-items:center;margin-top:14px;display:flex}.article-progress-bar__default-icon-image{flex-shrink:0;width:89px;height:40px;display:block}.article-progress-bar__default-icon-image[src]{-o-object-fit:contain;object-fit:contain}@media (max-width:767px){.article-progress-bar__default-icon-image{width:70px;height:32px}.article-progress-bar__content{padding:0 12px}.article-progress-bar__logo{display:none}.article-progress-bar__logo-image{max-width:112px;max-height:28px}.article-progress-bar__navigation{margin:0 8px}.article-progress-bar__sections{gap:6px}.article-progress-bar__section-link{padding:4px 8px;font-size:13px}}@media (prefers-contrast:high){.article-progress-bar{border-bottom-width:2px}.article-progress-bar__section-link{border:1px solid #0000}.article-progress-bar__section-link:hover,.article-progress-bar__section-link:focus-visible{border-color:var(--color-border-strong)}.article-progress-bar__section-link--active{border-color:var(--color-accent-primary,#1a1f71)}}@media (prefers-reduced-motion:reduce){.article-progress-bar,.article-progress-bar__navigation,.article-progress-bar__expand-indicator,.article-progress-bar__section-link,.article-progress-bar__progress{transition:none}}@media print{.article-progress-bar{display:none}}.article-progress-bar--dark .article-progress-bar__logo-button:hover,.article-progress-bar--dark .article-progress-bar__logo-button:focus-visible{background-color:var(--color-bg-subtle-inverse)}.article-progress-bar--dark .article-progress-bar__logo-button:active{background-color:var(--color-bg-pressed-inverse)}.article-progress-bar--dark .article-progress-bar__section-link{color:var(--color-text-secondary-inverse)}.article-progress-bar--dark .article-progress-bar__section-link:hover,.article-progress-bar--dark .article-progress-bar__section-link:focus-visible{background-color:var(--color-bg-subtle-inverse);color:var(--color-text-inverse)}.article-progress-bar--dark .article-progress-bar__section-link:active{background-color:var(--color-bg-pressed-inverse)}.article-progress-bar--dark .article-progress-bar__expand-indicator{color:var(--color-text-secondary-inverse)}.article-progress-bar--expanded .article-progress-bar--dark .article-progress-bar__expand-indicator{color:var(--color-text-inverse)}.article-progress-bar--expanded .article-progress-bar__content{align-items:baseline}
:root{--font-dialect-light:visa-font-dialect-latin-light, visa-font--dialect-cyrillic-light, sans-serif;--font-dialect-regular:visa-font--dialect-latin-regular, visa-font--dialect-cyrillic-regular, sans-serif;--font-dialect-medium:visa-font--dialect-latin-medium, visa-font--dialect-cyrillic-medium, sans-serif;--font-dialect-semi-bold:visa-font--dialect-latin-semi-bold, visa-font--dialect-cyrillic-semi-bold, sans-serif;--font-dialect-bold:visa-font--dialect-latin-bold, visa-font--dialect-cyrillic-bold, sans-serif;--font-weight-light:300;--font-weight-regular:400;--font-weight-medium:500;--font-weight-semibold:600;--line-height-compact:1;--line-height-tight:1.1;--line-height-normal:1.3;--line-height-relaxed:1.5;--h1-size-desktop:3.25rem;--h2-size-desktop:2.5rem;--h3-size-desktop:2rem;--h4-size-desktop:1.75rem;--font-medium-desktop:4rem;--font-large-desktop:5rem;--h1-size-mobile:2rem;--h2-size-mobile:1.75rem;--h3-size-mobile:1.5rem;--h4-size-mobile:1.25rem;--font-medium-mobile:3.5rem;--font-large-mobile:2.5rem;--body-xl-size:1.5rem;--body-xl-line-height:1.3;--body-l-size:1.25rem;--body-l-line-height:1.3;--body-m-size:1rem;--body-m-line-height:1.5;--body-s-size:.875rem;--body-s-line-height:1.5;--body-xs-size:.75rem;--body-xs-line-height:1.5;--body-header-size:.875rem;--body-header-line-height:1.4}@layer tokens{.body-xl{font-family:visa-font--dialect-latin-regular,visa-font--dialect-cyrillic-regular,sans-serif;font-size:1.5rem;font-weight:400;line-height:1.3}.body-xl-m{font-family:visa-font--dialect-latin-medium,visa-font--dialect-cyrillic-medium,sans-serif;font-size:1.5rem;font-weight:500;line-height:1.3}.body-l{font-family:visa-font--dialect-latin-regular,visa-font--dialect-cyrillic-regular,sans-serif;font-size:1.25rem;font-weight:400;line-height:1.3}.body-l-m{font-family:visa-font--dialect-latin-medium,visa-font--dialect-cyrillic-medium,sans-serif;font-size:1.25rem;font-weight:500;line-height:1.3}.body-m{font-family:visa-font--dialect-latin-regular,visa-font--dialect-cyrillic-regular,sans-serif;font-size:1rem;font-weight:400;line-height:1.5}.body-m-m{font-family:visa-font--dialect-latin-medium,visa-font--dialect-cyrillic-medium,sans-serif;font-size:1rem;font-weight:500;line-height:1.5}.body-s{font-family:visa-font--dialect-latin-regular,visa-font--dialect-cyrillic-regular,sans-serif;font-size:.875rem;font-weight:400;line-height:1.5}.body-s-m{font-family:visa-font--dialect-latin-medium,visa-font--dialect-cyrillic-medium,sans-serif;font-size:.875rem;font-weight:500;line-height:1.5}.body-xs{font-family:visa-font--dialect-latin-regular,visa-font--dialect-cyrillic-regular,sans-serif;font-size:.75rem;font-weight:400;line-height:1.5}.body-xs-m{font-family:visa-font--dialect-latin-medium,visa-font--dialect-cyrillic-medium,sans-serif;font-size:.75rem;font-weight:500;line-height:1.5}.body-slh{font-family:Visa Dialect UI,Visa Dialect,Arial,sans-serif;font-size:.875rem;font-weight:500;line-height:1.3}.body-sfontfamily,.body-lfontfamily{font-family:Visa Dialect UI,Visa Dialect,Arial,sans-serif;font-size:1rem;font-weight:500;line-height:1.5}.body-header{font-family:Visa Dialect UI,Visa Dialect,Arial,sans-serif;font-size:.875rem;font-weight:400;line-height:1.4}}@font-face{font-display:optional;font-family:visa-font-dialect-latin-light;src:url(/fonts/VisaDialectUI-Light-latinwAlts-Web.woff2)format("woff2");font-weight:300;font-style:normal;unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:optional;font-family:visa-font--dialect-latin-regular;src:url(/fonts/VisaDialectUI-Regular-latinwAlts-Web.woff2)format("woff2");font-weight:400;font-style:normal;unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:optional;font-family:visa-font--dialect-latin-medium;src:url(/fonts/VisaDialectUI-Medium-latinwAlts-Web.woff2)format("woff2");font-weight:500;font-style:normal;unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:optional;font-family:visa-font--dialect-latin-semi-bold;src:url(/fonts/VisaDialectUI-Semibold-latinwAlts-Web.woff2)format("woff2");font-weight:600;font-style:normal;unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:optional;font-family:visa-font--dialect-latin-bold;src:url(/fonts/VisaDialectUI-Bold-latinwAlts-Web.woff2)format("woff2");font-weight:700;font-style:normal;unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:optional;font-family:visa-font--dialect-cyrillic-light;src:url(/fonts/VisaDialectUI-Light-cyrillic-Web.woff2)format("woff2");font-weight:300;font-style:normal;unicode-range:U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-display:optional;font-family:visa-font--dialect-cyrillic-regular;src:url(/fonts/VisaDialectUI-Light-cyrillic-Web.woff2)format("woff2");font-weight:400;font-style:normal;unicode-range:U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-display:optional;font-family:visa-font--dialect-cyrillic-medium;src:url(/fonts/VisaDialectUI-Medium-cyrillic-Web.woff2)format("woff2");font-weight:500;font-style:normal;unicode-range:U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-display:optional;font-family:visa-font--dialect-cyrillic-semi-bold;src:url(/fonts/VisaDialectUI-Semibold-cyrillic-Web.woff2)format("woff2");font-weight:600;font-style:normal;unicode-range:U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-display:optional;font-family:visa-font--dialect-cyrillic-bold;src:url(/fonts/VisaDialectUI-Bold-cyrillic-Web.woff2)format("woff2");font-weight:700;font-style:normal;unicode-range:U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-display:optional;font-family:visa-icon;src:url(/fonts/visaFont.woff)format("woff");font-weight:400;font-style:normal}@media (min-width:993px){:is(.rich-text__content p:has(img):has(+.table-scroll-wrapper),.rich-text__content p:has(img):has(+table)){text-align:center;align-items:center;gap:.5rem;display:flex}:is(.rich-text__content p:has(img):has(+.table-scroll-wrapper) img,.rich-text__content p:has(img):has(+table) img){margin:0 .25rem}}@media (max-width:992px){:is(.rich-text__content p:has(img):has(+.table-scroll-wrapper),.rich-text__content p:has(img):has(+table)){text-align:left;display:block}:is(.rich-text__content p:has(img):has(+.table-scroll-wrapper) img,.rich-text__content p:has(img):has(+table) img){margin:.25rem}}.rich-text__content .swipe-indicator{align-items:center;gap:.5rem;margin:16px 0;display:none}.rich-text__content .swipe-indicator p{color:var(--richtext-text-secondary);margin:0;font-size:.875rem}.rich-text__content .swipe-indicator .swipe-icon{opacity:.7;flex-shrink:0}.rich-text__content:has(.table-scroll-wrapper--fixed-first-column.table-scroll-wrapper--overflow) .swipe-indicator{display:flex}.rich-text__content table{border-collapse:collapse;border-spacing:0;background-color:var(--richtext-background);color:var(--richtext-text-primary);border:1px solid var(--richtext-border);font-family:inherit}.rich-text__content table.table--sorting-active th,.rich-text__content table.table--sorting-active td{text-align:left}.rich-text__content table th,.rich-text__content table td{text-align:left;vertical-align:top;border:1px solid var(--richtext-border);color:var(--richtext-text-primary);background-color:#0000;padding:32px}.rich-text__content table th.sortable-cell,.rich-text__content table td.sortable-cell{cursor:pointer;-webkit-user-select:none;user-select:none;transition:all .2s}.rich-text__content table th.sortable-cell--inactive:hover,.rich-text__content table td.sortable-cell--inactive:hover,.rich-text__content table th.sortable-cell--inactive:hover .rte-annotation .sortable-icons .sortable-chevron-wrapper.inactive .sortable-chevron,.rich-text__content table td.sortable-cell--inactive:hover .rte-annotation .sortable-icons .sortable-chevron-wrapper.inactive .sortable-chevron{color:#1434cb}.rich-text__content table th.sortable-cell--inactive:hover .rte-annotation .sortable-icons .sortable-chevron-wrapper.inactive .sortable-chevron path,.rich-text__content table td.sortable-cell--inactive:hover .rte-annotation .sortable-icons .sortable-chevron-wrapper.inactive .sortable-chevron path{fill:#1434cb}.rich-text__content table th.sortable-cell--active,.rich-text__content table td.sortable-cell--active,.rich-text__content table th.sortable-cell--active .sortable-text,.rich-text__content table td.sortable-cell--active .sortable-text,.rich-text__content table th.sortable-cell--active:hover,.rich-text__content table td.sortable-cell--active:hover{color:#1434cb}.rich-text__content table th.sortable-cell:focus,.rich-text__content table td.sortable-cell:focus,.rich-text__content table th.sortable-cell:focus-visible,.rich-text__content table td.sortable-cell:focus-visible{outline:none}.rich-text__content table th p,.rich-text__content table td p{color:inherit;margin:0 0 .5rem}.rich-text__content table th p:last-child,.rich-text__content table td p:last-child{margin-bottom:0}.rich-text__content table th ul,.rich-text__content table th ol,.rich-text__content table td ul,.rich-text__content table td ol{margin:0;padding-left:1.5rem}.rich-text__content table th ul li,.rich-text__content table th ol li,.rich-text__content table td ul li,.rich-text__content table td ol li{color:inherit;margin-bottom:.25rem}.rich-text__content table th ul li:last-child,.rich-text__content table th ol li:last-child,.rich-text__content table td ul li:last-child,.rich-text__content table td ol li:last-child{margin-bottom:0}.rich-text__content table th img,.rich-text__content table td img{border-radius:4px;max-width:100%;height:auto;margin:.5rem 0;display:block}.rich-text__content table th p.has-image-and-text,.rich-text__content table td p.has-image-and-text{align-items:center;gap:.5rem;display:flex}.rich-text__content table th p.has-image-and-text img,.rich-text__content table td p.has-image-and-text img{float:none;flex-shrink:0;min-width:fit-content;margin:0;display:inline-block}.rich-text__content table th.has-image-and-text,.rich-text__content table td.has-image-and-text{border:none;border-top:1px solid #dedede;align-items:center;gap:.5rem;display:flex}.rich-text__content table th.has-image-and-text img,.rich-text__content table td.has-image-and-text img{float:none;flex-shrink:0;min-width:fit-content;margin:0;display:inline-block}.rich-text__content table th a,.rich-text__content table td a{color:var(--richtext-link);text-decoration:underline;transition:color .2s}.rich-text__content table th a:hover,.rich-text__content table td a:hover{color:var(--richtext-link-hover)}.rich-text__content table th a:focus,.rich-text__content table td a:focus{outline:2px solid var(--richtext-link);outline-offset:2px}.rich-text__content table th span,.rich-text__content table td span{color:inherit}.rich-text__content table th span[style*=background-color],.rich-text__content table td span[style*=background-color]{border-radius:2px;padding:.25rem .5rem}.rich-text__content table th span.sortable-text,.rich-text__content table th span.rte-annotation,.rich-text__content table th span[data-annotation*=sort],.rich-text__content table td span.sortable-text,.rich-text__content table td span.rte-annotation,.rich-text__content table td span[data-annotation*=sort]{flex-direction:row;align-items:center;gap:.5rem;display:inline-flex}.rich-text__content table th span.sortable-text .sortable-icons,.rich-text__content table th span.rte-annotation .sortable-icons,.rich-text__content table th span[data-annotation*=sort] .sortable-icons,.rich-text__content table td span.sortable-text .sortable-icons,.rich-text__content table td span.rte-annotation .sortable-icons,.rich-text__content table td span[data-annotation*=sort] .sortable-icons{flex-direction:column;flex-shrink:0;align-items:center;gap:1px;margin-left:.5rem;margin-right:1rem;display:flex}.rich-text__content table th span.sortable-text .sortable-icons .sortable-chevron-wrapper,.rich-text__content table th span.rte-annotation .sortable-icons .sortable-chevron-wrapper,.rich-text__content table th span[data-annotation*=sort] .sortable-icons .sortable-chevron-wrapper,.rich-text__content table td span.sortable-text .sortable-icons .sortable-chevron-wrapper,.rich-text__content table td span.rte-annotation .sortable-icons .sortable-chevron-wrapper,.rich-text__content table td span[data-annotation*=sort] .sortable-icons .sortable-chevron-wrapper{line-height:1;display:block}.rich-text__content table th span.sortable-text .sortable-icons .sortable-chevron-wrapper .sortable-chevron,.rich-text__content table th span.rte-annotation .sortable-icons .sortable-chevron-wrapper .sortable-chevron,.rich-text__content table th span[data-annotation*=sort] .sortable-icons .sortable-chevron-wrapper .sortable-chevron,.rich-text__content table td span.sortable-text .sortable-icons .sortable-chevron-wrapper .sortable-chevron,.rich-text__content table td span.rte-annotation .sortable-icons .sortable-chevron-wrapper .sortable-chevron,.rich-text__content table td span[data-annotation*=sort] .sortable-icons .sortable-chevron-wrapper .sortable-chevron{width:16px;height:13px;transition:color .2s;display:block}.rich-text__content table th span.sortable-text .sortable-icons .sortable-chevron-wrapper .sortable-chevron path,.rich-text__content table th span.rte-annotation .sortable-icons .sortable-chevron-wrapper .sortable-chevron path,.rich-text__content table th span[data-annotation*=sort] .sortable-icons .sortable-chevron-wrapper .sortable-chevron path,.rich-text__content table td span.sortable-text .sortable-icons .sortable-chevron-wrapper .sortable-chevron path,.rich-text__content table td span.rte-annotation .sortable-icons .sortable-chevron-wrapper .sortable-chevron path,.rich-text__content table td span[data-annotation*=sort] .sortable-icons .sortable-chevron-wrapper .sortable-chevron path{transition:fill .2s}.rich-text__content table th span.sortable-text .sortable-icons .sortable-chevron-wrapper.inactive .sortable-chevron,.rich-text__content table th span.rte-annotation .sortable-icons .sortable-chevron-wrapper.inactive .sortable-chevron,.rich-text__content table th span[data-annotation*=sort] .sortable-icons .sortable-chevron-wrapper.inactive .sortable-chevron,.rich-text__content table td span.sortable-text .sortable-icons .sortable-chevron-wrapper.inactive .sortable-chevron,.rich-text__content table td span.rte-annotation .sortable-icons .sortable-chevron-wrapper.inactive .sortable-chevron,.rich-text__content table td span[data-annotation*=sort] .sortable-icons .sortable-chevron-wrapper.inactive .sortable-chevron{color:#dedede}.rich-text__content table th span.sortable-text .sortable-icons .sortable-chevron-wrapper.inactive .sortable-chevron path,.rich-text__content table th span.rte-annotation .sortable-icons .sortable-chevron-wrapper.inactive .sortable-chevron path,.rich-text__content table th span[data-annotation*=sort] .sortable-icons .sortable-chevron-wrapper.inactive .sortable-chevron path,.rich-text__content table td span.sortable-text .sortable-icons .sortable-chevron-wrapper.inactive .sortable-chevron path,.rich-text__content table td span.rte-annotation .sortable-icons .sortable-chevron-wrapper.inactive .sortable-chevron path,.rich-text__content table td span[data-annotation*=sort] .sortable-icons .sortable-chevron-wrapper.inactive .sortable-chevron path{fill:#dedede}.rich-text__content table th span.sortable-text .sortable-icons .sortable-chevron-wrapper.active .sortable-chevron,.rich-text__content table th span.rte-annotation .sortable-icons .sortable-chevron-wrapper.active .sortable-chevron,.rich-text__content table th span[data-annotation*=sort] .sortable-icons .sortable-chevron-wrapper.active .sortable-chevron,.rich-text__content table td span.sortable-text .sortable-icons .sortable-chevron-wrapper.active .sortable-chevron,.rich-text__content table td span.rte-annotation .sortable-icons .sortable-chevron-wrapper.active .sortable-chevron,.rich-text__content table td span[data-annotation*=sort] .sortable-icons .sortable-chevron-wrapper.active .sortable-chevron{color:#1434cb}.rich-text__content table th span.sortable-text .sortable-icons .sortable-chevron-wrapper.active .sortable-chevron path,.rich-text__content table th span.rte-annotation .sortable-icons .sortable-chevron-wrapper.active .sortable-chevron path,.rich-text__content table th span[data-annotation*=sort] .sortable-icons .sortable-chevron-wrapper.active .sortable-chevron path,.rich-text__content table td span.sortable-text .sortable-icons .sortable-chevron-wrapper.active .sortable-chevron path,.rich-text__content table td span.rte-annotation .sortable-icons .sortable-chevron-wrapper.active .sortable-chevron path,.rich-text__content table td span[data-annotation*=sort] .sortable-icons .sortable-chevron-wrapper.active .sortable-chevron path{fill:#1434cb}.table-scroll-wrapper{-webkit-overflow-scrolling:touch;margin:2rem 0}.table-scroll-wrapper:focus-visible{outline:2px solid var(--richtext-link);outline-offset:2px}.table-scroll-wrapper table{margin:0}.table-scroll-wrapper--fixed-first-column table{border-spacing:0;border-collapse:separate!important}.table-scroll-wrapper--fixed-first-column table th,.table-scroll-wrapper--fixed-first-column table td{border:1px solid #dedede;border-left:none}.table-scroll-wrapper--fixed-first-column table th:first-child,.table-scroll-wrapper--fixed-first-column table td:first-child{z-index:1;background:#fff;border-left:1px solid #dedede;border-right:1px solid #1a1a1a;position:sticky;left:0}.table-scroll-wrapper--fixed-first-column table tr:first-child th,.table-scroll-wrapper--fixed-first-column table tr:first-child td{border-top:none}.table-scroll-wrapper--fixed-first-column table tr:last-child th,.table-scroll-wrapper--fixed-first-column table tr:last-child td{border-bottom:none}.table-scroll-wrapper--fixed-first-column table thead th:first-child{z-index:2}@media (min-width:992px) and (max-width:1199px){.rich-text__content table th{padding:32px 16px}.rich-text__content table td{padding:16px}.rich-text__content table:not(:has(thead)) tr:first-child td{padding:32px 16px}.table-scroll-wrapper{margin:2rem 0}}@media (max-width:768px){.rich-text__content table th{padding:32px 16px}.rich-text__content table td{padding:16px}.rich-text__content table:not(:has(thead)) tr:first-child td{padding:32px 16px}.table-scroll-wrapper{overflow-x:unset;-webkit-overflow-scrolling:touch;margin:24px -24px;padding-left:24px;padding-right:24px}}@media (min-width:768px) and (max-width:991px){.rich-text__content table th{padding:32px 16px}.rich-text__content table td{padding:16px}.rich-text__content table:not(:has(thead)) tr:first-child td{padding:32px 16px}.table-scroll-wrapper{margin:2rem 0}}.rich-text{box-sizing:border-box;background-color:#fff;grid-column:1/-1;width:100%;font-family:visa-font--dialect-latin-regular,visa-font--dialect-cyrillic-regular,sans-serif;display:block}.rich-text__container{box-sizing:border-box;width:100%;padding:1.5rem 1rem;display:block}.container-stack__item .rich-text__container,.faq-item-content .rich-text__container{padding:0}@media (min-width:992px) and (max-width:1200px){.container-stack--25-75 .rich-text__content{width:calc(100% - 800px + 60vw)}}.rich-text__content{box-sizing:border-box;width:100%;color:var(--richtext-text-primary);text-align:left;--richtext-heading:#1a1a1a;--richtext-text:#1a1a1a;--richtext-text-primary:#1a1a1a;--richtext-text-secondary:#656565;--richtext-link:#1434cb;--richtext-link-hover:#1434cb;--richtext-background:#fff;--richtext-border:#dedede;--richtext-code-bg:#fff6de;font-size:14px;line-height:21px;display:block;overflow-x:auto}.rich-text__content.theme-dark{--richtext-heading:#fff;--richtext-text:#dedede;--richtext-text-primary:#fff;--richtext-text-secondary:#dedede;--richtext-link:#3152eb;--richtext-link-hover:#3152eb;--richtext-background:#2c2c2c;--richtext-border:#656565;--richtext-code-bg:#2c2c2c}.rich-text__content .vs-legal{font-size:11px;line-height:14px}.rich-text__content .vs-text{font-family:inherit!important;font-size:.875rem!important}.rich-text__content.media-content{margin-bottom:1rem}.rich-text__content h1,.rich-text__content h2,.rich-text__content h3,.rich-text__content h4,.rich-text__content h5,.rich-text__content h6{color:var(--richtext-heading);text-align:left;margin:0 0 1rem;font-weight:400}.rich-text__content h1{font-size:1.5rem}.rich-text__content h2{font-size:1.25rem}.rich-text__content h3{font-size:1.125rem}.rich-text__content h4{font-size:1rem}.rich-text__content h5{font-size:.875rem}.rich-text__content h6{font-size:.75rem}.rich-text__content p{color:var(--richtext-text);text-align:left;min-height:1rem;margin:0 0 1rem}.rich-text__content ul,.rich-text__content ol{color:var(--richtext-text);text-align:left;margin:0 0 1rem;padding-left:2.5rem}.rich-text__content ul li,.rich-text__content ol li{text-align:left;margin-bottom:.5rem;padding-left:.5rem}.rich-text__content ol{list-style-type:decimal}.rich-text__content ul{list-style-type:disc}.rich-text__content ol.vs-decimal-numeric.vs-ol{counter-reset:item;list-style-type:none}.rich-text__content ol.vs-decimal-numeric.vs-ol>li{display:block;position:relative}.rich-text__content ol.vs-decimal-numeric.vs-ol>li:before{content:counters(item, ".") ". ";counter-increment:item}.rich-text__content ol.vs-decimal-numeric.vs-ol ol.vs-decimal-numeric.vs-ol{counter-reset:item}.rich-text__content ol.vs-numeric.vs-ol{list-style-type:decimal}.rich-text__content ol.vs-caps-alpha.vs-ol{list-style-type:upper-alpha}.rich-text__content ol.vs-small-alpha.vs-ol{list-style-type:lower-alpha}.rich-text__content ol.vs-caps-roman.vs-ol{list-style-type:upper-roman}.rich-text__content ol.vs-small-roman.vs-ol{list-style-type:lower-roman}.rich-text__content ul ul,.rich-text__content ol ol,.rich-text__content ul ol,.rich-text__content ol ul{margin:.25rem 0 .5rem;padding-left:2.5rem}.rich-text__content ul ul li,.rich-text__content ol ol li,.rich-text__content ul ol li,.rich-text__content ol ul li{margin-bottom:.25rem}.rich-text__content ul.vs-solid-circle.vs-ul{list-style-type:disc}.rich-text__content ul.vs-hollow-circle.vs-ul{list-style-type:circle}.rich-text__content ul.vs-solid-square.vs-ul{list-style-type:square}.rich-text__content ul.vs-ul.vs-solid-dash{list-style-type:"− "}.rich-text__content ul.vs-asterisk.vs-ul{list-style-type:"∗ "}.rich-text__content ol.vs-ol.vs-super li:before{content:counter(list-counter) " ";vertical-align:super;position:unset;margin-left:-8px;font-size:50%}.rich-text__content li{text-align:left;margin-bottom:.25rem}.rich-text__content strong,.rich-text__content b{color:var(--richtext-heading);font-weight:600}.rich-text__content em,.rich-text__content i{font-style:italic}.rich-text__content a{color:var(--richtext-link);text-decoration:underline;transition:color .2s}.rich-text__content a:focus-visible{outline:2px solid var(--richtext-link);outline-offset:2px}.rich-text__content a.vs-link-cta{text-decoration:none}.rich-text__content a .link-icon{vertical-align:middle;flex-shrink:0;margin-left:4px;display:inline-flex}.rich-text__content a .link-icon svg{width:12px;height:12px}.rich-text__content blockquote{border-left:3px solid var(--richtext-text-primary);color:var(--richtext-text-secondary);text-align:left;margin:1rem 0;padding-left:1rem;font-style:italic}.rich-text__content code{background-color:var(--richtext-code-bg);color:var(--richtext-text-primary);border-radius:3px;padding:.125rem .25rem;font-family:Courier New,monospace;font-size:.875em}.rich-text__content pre{background-color:var(--richtext-code-bg);text-align:left;border-radius:5px;margin:1rem 0;padding:1rem;overflow-x:auto}.rich-text__content pre code{background:0 0;padding:0}.rich-text__content .swipe-indicator{background-color:var(--richtext-background);align-items:center;gap:.75rem;margin:1rem 0;padding:.75rem 1rem;display:flex}.rich-text__content .swipe-indicator p{color:var(--richtext-text-primary);flex:1;margin:0;font-size:14px;line-height:21px}.rich-text__content .swipe-indicator .swipe-icon{flex-shrink:0;width:20px;height:22px}.rich-text__content .swipe-indicator .swipe-icon svg{width:100%;height:100%;color:var(--richtext-text-primary);display:block}.rich-text__wrapper{-webkit-overflow-scrolling:touch;overflow-x:auto}.rich-text__wrapper::-webkit-scrollbar{height:8px}.rich-text__wrapper::-webkit-scrollbar-track{background:#fff6de;border-radius:4px}.rich-text__wrapper::-webkit-scrollbar-thumb{background:#00000026;border-radius:4px}.rich-text__wrapper::-webkit-scrollbar-thumb:hover{background:#656565}@media (max-width:991px){.rich-text__container{padding:1.5rem 1rem}}@media (max-width:768px){.rich-text__container{padding:1rem .5rem}}.article-feature{box-sizing:border-box;margin:0 auto;padding:2rem 0}.article-feature__grid{box-sizing:border-box;flex-direction:column;align-self:stretch;align-items:flex-start;gap:96px;width:100%;margin:0;padding:0;list-style:none;display:flex}.article-feature .article-feature-tile{list-style:none;position:relative}.article-feature .article-feature-tile--number{background:#f7f7f7;flex-direction:column;align-items:stretch;gap:32px;width:948px;padding:80px 32px 48px;display:flex}.article-feature .article-feature-tile--content{background:#f7f7f7;flex-direction:column;align-items:stretch;gap:32px;width:948px;padding:24px;display:flex}.article-feature .article-feature-tile:focus-within{outline:2px solid var(--color-border-focus,#2961ff);outline-offset:2px}.article-feature .number_title{aspect-ratio:1;background:var(--Background-Blue,#2961ff);border-radius:999px;flex-direction:column;justify-content:center;align-items:center;gap:10px;width:70px;height:70px;display:flex;position:absolute;top:-35px;left:50%;transform:translate(-50%)}.article-feature .number{color:#fff;text-align:center;letter-spacing:-.2px;align-self:stretch;font-family:visa-font--dialect-latin-bold,visa-font--dialect-cyrillic-bold,sans-serif;font-size:36px;font-style:normal;font-weight:700;line-height:38px}.article-feature .headingval{color:#1a1a1a;letter-spacing:-.2px;font-family:visa-font--dialect-latin-bold,visa-font--dialect-cyrillic-bold,sans-serif;font-style:normal;font-weight:700;line-height:110%;font-size:var(--h4-size-desktop,28px)!important}.article-feature .headingval:focus{outline:2px solid var(--color-border-focus,#2961ff);outline-offset:2px;background-color:#2961ff1a;border-radius:4px;margin:-4px;padding:4px}.article-feature .headingval--left{text-align:left}.article-feature .headingval--center{text-align:center}.article-feature .headingval--right{text-align:right}.article-feature .headingval-content{color:#1a1a1a;font-family:visa-font--dialect-latin-bold,visa-font--dialect-cyrillic-bold,sans-serif;font-style:normal;font-weight:700;letter-spacing:0!important;font-size:18px!important;line-height:28px!important}.article-feature .headingval-content:focus{outline:2px solid var(--color-border-focus,#2961ff);outline-offset:2px;background-color:#2961ff1a;border-radius:4px;margin:-4px;padding:4px}.article-feature .headingval-content--left{text-align:left}.article-feature .headingval-content--center{text-align:center}.article-feature .headingval-content--right{text-align:right}.article-feature .description-article{color:#1a1a1a!important;letter-spacing:0!important;flex-direction:column!important;align-self:stretch!important;align-items:flex-start!important;gap:2rem!important;font-family:visa-font--dialect-latin-regular,visa-font--dialect-cyrillic-regular,sans-serif!important;font-size:18px!important;font-style:normal!important;font-weight:400!important;line-height:normal!important;display:flex!important}.article-feature .description-article:focus{outline:.125rem solid var(--color-border-focus,#2961ff)!important;outline-offset:.125rem!important;background-color:#2961ff1a!important;border-radius:.25rem!important;margin:-.5rem!important;padding:.5rem!important}.article-feature .description-article.rich-text__content{font-size:18px!important}.article-feature .description-article.rich-text__content ul,.article-feature .description-article.rich-text__content ol{color:inherit!important;text-align:left!important;margin:0 0 1rem!important;padding-left:2.5rem!important}.article-feature .description-article.rich-text__content ul{list-style:none!important}.article-feature .description-article.rich-text__content ul li{text-align:left!important;margin-bottom:.5rem!important;padding-left:0!important;position:relative!important}.article-feature .description-article.rich-text__content ul li:before{content:"• "!important;color:var(--richtext-text)!important;font-size:1.2em!important;font-weight:400!important;line-height:1.2!important;position:absolute!important;top:0!important;left:-1.5rem!important}.article-feature .description-article.rich-text__content ol{counter-reset:list-counter!important;list-style:none!important}.article-feature .description-article.rich-text__content ol li{counter-increment:list-counter!important;text-align:left!important;margin-bottom:.5rem!important;padding-left:0!important;position:relative!important}.article-feature .description-article.rich-text__content ol li:before{content:counter(list-counter) "."!important;color:var(--richtext-text)!important;text-align:left!important;min-width:1.5rem!important;font-weight:400!important;position:absolute!important;top:0!important;left:-1.5rem!important}.article-feature .description-article p{margin:0 0 .5rem!important}.article-feature .description-article p:last-child{margin-bottom:0!important}.article-feature .description-article a{color:var(--color-text-link,#06c)!important;text-decoration:underline!important}.article-feature .description-article a:hover{opacity:.8!important}@media (max-width:1000px){.article-feature{padding:1.5rem 1rem;width:100%!important;max-width:948px!important}.article-feature__grid{gap:96px}.article-feature .article-feature-tile--number,.article-feature .article-feature-tile--content{width:100%}}@media (max-width:767px){.article-feature{padding:1.5rem .75rem}.article-feature__grid{gap:48px}.article-feature .article-feature-tile--number{padding:48px 24px 32px}.article-feature .article-feature-tile--content{padding:24px}}
@media (max-width:991px){.container-stack .article-carousel__container{padding:24px}}@media (min-width:1601px){.container-stack .article-carousel__container{padding:80px}}.container-stack .text-image-half-variant__content-wrapper{padding:0!important}.container-stack .text-image-half-variant__content-wrapper .text-image-half-variant__content{margin:48px}@media (max-width:991px){.container-stack .text-image-half-variant__content-wrapper .text-image-half-variant__content{margin:24px}}@media (min-width:1601px){.container-stack .text-image-half-variant__content-wrapper .text-image-half-variant__content{margin:80px}}.container-stack .text-image__content-wrapper{padding:0!important}.container-stack .text-image__content-wrapper:has(.text-image__fullbleed-background){padding:48px!important}@media (max-width:991px){.container-stack .text-image__content-wrapper:has(.text-image__fullbleed-background){padding:24px!important}}@media (min-width:1601px){.container-stack .text-image__content-wrapper:has(.text-image__fullbleed-background){padding:80px!important}}.container-stack .text-image__split--content{padding:0!important}.container-stack .text-image__split--content .text-image__content-block{margin:48px}@media (max-width:991px){.container-stack .text-image__split--content .text-image__content-block{margin:24px}}@media (min-width:1601px){.container-stack .text-image__split--content .text-image__content-block{margin:80px}}.container-stack .text-image__split--media{padding:0!important}.container-stack .container-stack__item>:first-child{margin-top:0}.container-stack .container-stack__item>:last-child{margin-bottom:0}.container-stack .container-stack__item>[style*=background-color],.container-stack .container-stack__item>.has-background{padding-left:48px;padding-right:48px}@media (max-width:991px){.container-stack .container-stack__item>[style*=background-color],.container-stack .container-stack__item>.has-background{margin-left:-24px;margin-right:-24px;padding-left:24px;padding-right:24px}}@media (min-width:1601px){.container-stack .container-stack__item>[style*=background-color],.container-stack .container-stack__item>.has-background{margin-left:-80px;margin-right:-80px;padding-left:80px;padding-right:80px}}.container-stack .promoted-section,.container-stack .promo-tout{padding:0!important}.container-stack .promoted-section__content,.container-stack .promoted-section__container,.container-stack .promo-tout__content,.container-stack .promo-tout__container{margin:48px}@media (max-width:991px){.container-stack .promoted-section__content,.container-stack .promoted-section__container,.container-stack .promo-tout__content,.container-stack .promo-tout__container{margin:24px}}@media (min-width:1601px){.container-stack .promoted-section__content,.container-stack .promoted-section__container,.container-stack .promo-tout__content,.container-stack .promo-tout__container{margin:80px}}.container-stack .card__container,.container-stack .card-editorial-grid__container,.container-stack .bento-grid__container,.container-stack .hero,.container-stack .marquee,.container-stack .article-marquee,.container-stack .case-study-marquee{padding-left:0!important;padding-right:0!important}.container-stack .hero__content,.container-stack .hero__container,.container-stack .marquee__content,.container-stack .marquee__container,.container-stack .article-marquee__content,.container-stack .article-marquee__container,.container-stack .case-study-marquee__content,.container-stack .case-study-marquee__container{margin:48px}@media (max-width:991px){.container-stack .hero__content,.container-stack .hero__container,.container-stack .marquee__content,.container-stack .marquee__container,.container-stack .article-marquee__content,.container-stack .article-marquee__container,.container-stack .case-study-marquee__content,.container-stack .case-study-marquee__container{margin:24px}}@media (min-width:1601px){.container-stack .hero__content,.container-stack .hero__container,.container-stack .marquee__content,.container-stack .marquee__container,.container-stack .article-marquee__content,.container-stack .article-marquee__container,.container-stack .case-study-marquee__content,.container-stack .case-study-marquee__container{margin:80px}}.container-stack{width:100%;max-width:1600px;margin:0 auto;padding:0 48px 80px}@media (max-width:768px){.container-stack{margin:0 auto auto;padding:0 24px 48px}}@media (min-width:769px){.container-stack{margin:0 auto auto;padding:0 48px 80px}}@media (min-width:1601px){.container-stack{margin:auto;padding:40px 0 80px}}.container-stack__inner{flex-direction:row;justify-content:space-between;gap:31px;width:100%;display:flex}@media (max-width:1199px){.container-stack__inner{flex-direction:column;gap:31px}}@media (min-width:768px){.container-stack__inner{gap:31px}}.container-stack__column{flex-direction:column;gap:31px;display:flex}@media (max-width:1199px){.container-stack__column{gap:31px;width:100%}}@media (min-width:768px){.container-stack__column{gap:31px}}.container-stack__item{width:100%}@media (min-width:768px){.container-stack--100 .container-stack__inner .container-stack__column{width:100%}.container-stack--80 .container-stack__inner .container-stack__column{width:80%;margin:0 auto}.container-stack--50-50 .container-stack__inner .container-stack__column{width:50%}.container-stack--33-66 .container-stack__inner .container-stack__column:first-child{width:33%}.container-stack--33-66 .container-stack__inner .container-stack__column:nth-child(2),.container-stack--66-33 .container-stack__inner .container-stack__column:first-child{width:67%}.container-stack--66-33 .container-stack__inner .container-stack__column:nth-child(2){width:33%}.container-stack--25-75 .container-stack__inner .container-stack__column:first-child{width:25%}.container-stack--25-75 .container-stack__inner .container-stack__column:nth-child(2){width:75%}}@media (min-width:992px){.container-stack--25-75 .container-stack__inner:has(.container-stack__column:first-child .container-stack__item[data-component-type="Article Side Panel"]):has(.container-stack__column:nth-child(2) .container-stack__item[data-component-type=Video\ Player]){flex-direction:row;gap:0}}@media (min-width:768px){.container-stack--75-25 .container-stack__inner .container-stack__column:first-child{width:75%}.container-stack--75-25 .container-stack__inner .container-stack__column:nth-child(2){width:25%}.container-stack--20-80 .container-stack__inner .container-stack__column:first-child{width:20%}.container-stack--20-80 .container-stack__inner .container-stack__column:nth-child(2){width:80%}.container-stack--20-80 .container-stack__inner:has(.container-stack__column:first-child .container-stack__item[data-component-type="Article Side Panel"]):has(.container-stack__column:nth-child(2) .container-stack__item[data-component-type="Data points bar"]){gap:0}}@media (min-width:768px) and (max-width:1199px){.container-stack--20-80 .container-stack__inner:has(.container-stack__column:first-child .container-stack__item[data-component-type="Article Side Panel"]):has(.container-stack__column:nth-child(2) .container-stack__item[data-component-type="Data points bar"]){flex-direction:row;gap:0}}@media (min-width:768px){.container-stack--33-33-33 .container-stack__inner .container-stack__column{width:calc(33.3333% - 20.6667px)}}@media (max-width:767px){.container-stack--25-25-25-25 .container-stack__inner{flex-direction:column}.container-stack--25-25-25-25 .container-stack__inner .container-stack__column{width:100%}}@media (min-width:768px) and (max-width:1199px){.container-stack--25-25-25-25 .container-stack__inner{flex-wrap:wrap;flex-direction:row!important}.container-stack--25-25-25-25 .container-stack__inner .container-stack__column{width:calc(50% - 15.5px)}}@media (min-width:768px){.container-stack--25-25-25-25 .container-stack__inner{flex-direction:row}.container-stack--25-25-25-25 .container-stack__inner .container-stack__column{width:calc(25% - 23.25px)}.container-stack--25-25-50 .container-stack__inner .container-stack__column:first-child,.container-stack--25-25-50 .container-stack__inner .container-stack__column:nth-child(2){width:calc(22.5% - 13.95px)}.container-stack--25-25-50 .container-stack__inner .container-stack__column:nth-child(3),.container-stack--50-25-25 .container-stack__inner .container-stack__column:first-child{width:calc(55% - 34.1px)}.container-stack--50-25-25 .container-stack__inner .container-stack__column:nth-child(2),.container-stack--50-25-25 .container-stack__inner .container-stack__column:nth-child(3){width:calc(22.5% - 13.95px)}}.container-stack--padding{padding-top:30px!important;padding-bottom:30px!important}@media (max-width:768px){.container-stack--padding{padding-top:30px!important;padding-bottom:30px!important}}@media (min-width:769px){.container-stack--padding{padding-top:30px!important;padding-bottom:30px!important}}@media (min-width:1601px){.container-stack--padding{padding-top:30px!important;padding-bottom:30px!important}}.container-stack,.container-stack *,.container-stack :before,.container-stack :after{box-sizing:border-box}.container-stack.ue-environment{position:relative}.container-stack.ue-environment:before{content:"";pointer-events:none;z-index:1;border:2px dashed #007bff4d;position:absolute;inset:-2px}.container-stack.ue-environment:after{content:"Container Stack";color:#fff;pointer-events:none;z-index:2;background:#007bffcc;border-radius:0 0 3px;padding:2px 6px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:11px;position:absolute;top:-2px;left:-2px}.container-stack__column{position:relative}.ue-environment .container-stack__column:before{content:"";pointer-events:none;z-index:1;border:1px dotted #007bff33;position:absolute;inset:0 -1px}.container-stack__item{position:relative}.ue-environment .container-stack__item:before{content:"";pointer-events:none;z-index:1;border:1px solid #28a74533;position:absolute;inset:-1px}.ue-environment .container-stack__item:hover:before{border-color:#28a74580}.ue-environment .container-stack__item:after{content:attr(data-component-type);color:#fff;pointer-events:none;z-index:2;text-transform:capitalize;background:#28a745cc;border-radius:0 0 0 2px;padding:1px 4px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:10px;position:absolute;top:-1px;right:-1px}@media (max-width:1199px){.container-stack.ue-environment:after{content:"Container Stack (Mobile)"}}.container-stack-wrapper.container-stack--bg-light-gray{background-color:#f7f7f7}.container-stack-wrapper.container-stack--bg-default{background-color:#fff}.container-stack--sticky-active .container-stack__inner{align-items:flex-start}.container-stack--sticky-active .container-stack__column--sticky{z-index:10;position:sticky;top:80px}.container-stack--20-80.container-stack--sticky-active .container-stack__inner{align-items:flex-start}@media (min-width:768px){.container-stack--20-80.container-stack--sticky-active .container-stack__inner .container-stack__column--sticky{flex-shrink:0;width:20%}.container-stack--20-80.container-stack--sticky-active .container-stack__inner .container-stack__column--scrollable{flex-grow:1;width:80%}}.container-stack--25-75.container-stack--sticky-active .container-stack__inner{align-items:flex-start}@media (min-width:768px){.container-stack--25-75.container-stack--sticky-active .container-stack__inner .container-stack__column--sticky{flex-shrink:0;width:25%}.container-stack--25-75.container-stack--sticky-active .container-stack__inner .container-stack__column--scrollable{flex-grow:1;width:75%}}@media (max-width:1199px){.container-stack--sticky-active .container-stack__column--sticky{height:auto!important;max-height:none!important;position:relative!important;top:auto!important;overflow-y:visible!important}.container-stack--sticky-active .container-stack__column--scrollable{min-height:auto!important}.container-stack--has-article-nav .container-stack__column--has-article-nav .article-navigation-panel.is-mobile,.container-stack .container-stack__column--has-article-nav .article-navigation-panel.is-mobile{width:100vw!important;max-width:100vw!important;margin-left:calc(-1*var(--spacing-l,24px))!important;margin-right:calc(-1*var(--spacing-l,24px))!important;z-index:100!important;position:sticky!important;top:0!important;left:0!important;right:0!important}}.container-stack__column--sticky{will-change:position,top;backface-visibility:hidden;transition:position .2s,top .2s;transform:translateZ(0)}.container-stack--sticky-active .container-stack__inner{contain:layout style}.container-stack--sticky-active .container-stack__column--sticky{contain:layout;transition:position .1s,top .1s}.container-stack--in-modal.container-stack--sticky-active .container-stack__column--sticky{height:auto!important;max-height:none!important;position:relative!important;top:auto!important;overflow-y:visible!important}.container-stack--in-modal.container-stack--sticky-active .container-stack__column--scrollable{min-height:auto!important}@media (max-width:575px){.container-stack--in-modal.container-stack--25-25-25-25 .container-stack__inner{flex-direction:column}.container-stack--in-modal.container-stack--25-25-25-25 .container-stack__inner .container-stack__column{width:100%}}@media (min-width:576px) and (max-width:767px){.container-stack--in-modal.container-stack--25-25-25-25 .container-stack__inner{flex-wrap:wrap;flex-direction:row!important}.container-stack--in-modal.container-stack--25-25-25-25 .container-stack__inner .container-stack__column{width:calc(50% - 15.5px)}}@media (min-width:768px){.container-stack--in-modal.container-stack--25-25-25-25 .container-stack__inner{flex-wrap:nowrap;flex-direction:row!important}.container-stack--in-modal.container-stack--25-25-25-25 .container-stack__inner .container-stack__column{width:calc(25% - 23.25px)}}@media (max-width:767px){.container-stack--in-modal.container-stack--33-33-33 .container-stack__inner{flex-direction:column}}@media (min-width:768px){.container-stack--in-modal.container-stack--33-33-33 .container-stack__inner{flex-direction:row}.container-stack--in-modal.container-stack--33-33-33 .container-stack__inner .container-stack__column{width:calc(33.3333% - 20.6667px)}}@media (max-width:767px){.container-stack--in-modal.container-stack--50-50 .container-stack__inner,.container-stack--in-modal.container-stack--33-66 .container-stack__inner,.container-stack--in-modal.container-stack--66-33 .container-stack__inner,.container-stack--in-modal.container-stack--25-75 .container-stack__inner,.container-stack--in-modal.container-stack--75-25 .container-stack__inner,.container-stack--in-modal.container-stack--20-80 .container-stack__inner{flex-direction:column}}@media (min-width:768px){.container-stack--in-modal.container-stack--50-50 .container-stack__inner,.container-stack--in-modal.container-stack--33-66 .container-stack__inner,.container-stack--in-modal.container-stack--66-33 .container-stack__inner,.container-stack--in-modal.container-stack--25-75 .container-stack__inner,.container-stack--in-modal.container-stack--75-25 .container-stack__inner,.container-stack--in-modal.container-stack--20-80 .container-stack__inner{flex-direction:row}}@media (max-width:767px){.container-stack--in-modal.container-stack--25-25-50 .container-stack__inner,.container-stack--in-modal.container-stack--50-25-25 .container-stack__inner{flex-direction:column}}@media (min-width:768px){.container-stack--in-modal.container-stack--25-25-50 .container-stack__inner,.container-stack--in-modal.container-stack--50-25-25 .container-stack__inner{flex-direction:row}}
