@layer components{.MaterialListEnumeration{margin:0;padding:0;line-height:1.8;list-style-type:none}.Tooltip{display:inline-block;position:relative;max-width:320px;border-radius:8px;color:#1d2939;background-color:#fff;-webkit-box-shadow:0 4px 6px -2px rgba(16,24,40,.03),0 12px 16px -4px rgba(16,24,40,.08);box-shadow:0 4px 6px -2px rgba(16,24,40,.03),0 12px 16px -4px rgba(16,24,40,.08);-webkit-filter:drop-shadow(0 0 16px rgba(16,24,40,.08));filter:drop-shadow(0 0 16px rgba(16,24,40,.08));word-wrap:break-word;text-align:left}}@layer components{.Tooltip:popover-open,.Tooltip[data-popover-fallback],:popover-open .Tooltip,[data-popover-fallback] .Tooltip{opacity:1;-webkit-transition:opacity .15s linear,translate .15s ease-out;transition:opacity .15s linear,translate .15s ease-out}@starting-style{.Tooltip:popover-open,.Tooltip[data-popover-fallback],:popover-open .Tooltip,[data-popover-fallback] .Tooltip{opacity:0}}.Tooltip__main{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:stretch;justify-content:stretch;gap:4px;padding:12px;max-height:70vh;overflow:auto}.Tooltip__content{font-family:Inter,fallback-font,sans-serif;font-weight:500;font-size:12px;line-height:1.5}.Tooltip__content>:last-child{margin-bottom:0}.Tooltip__footer{font-family:Inter,fallback-font,sans-serif;font-weight:400;font-size:12px;line-height:1.5;color:#667085}.Tooltip__footer>:last-child{margin-bottom:0}.Tooltip__arrow{display:inline-block;height:0;width:0;-webkit-transform:rotate(1turn);border-color:rgba(0,0,0,0) rgba(0,0,0,0) currentcolor;border-style:solid;border-width:0 6px 6px;position:absolute;color:#fff;-webkit-transform-origin:center;transform-origin:center}@starting-style{.Tooltip--placement-top:popover-open,.Tooltip--placement-top[data-popover-fallback],:popover-open .Tooltip--placement-top,[data-popover-fallback] .Tooltip--placement-top{translate:0 -10px}}.Tooltip--placement-top .Tooltip__arrow{top:100%;left:calc(50% - 6px);-webkit-transform:rotate(180deg);transform:rotate(180deg)}@starting-style{.Tooltip--placement-bottom:popover-open,.Tooltip--placement-bottom[data-popover-fallback],:popover-open .Tooltip--placement-bottom,[data-popover-fallback] .Tooltip--placement-bottom{translate:0 10px}}.Tooltip--placement-bottom .Tooltip__arrow{bottom:100%;left:calc(50% - 6px);-webkit-transform:rotate(0deg);transform:rotate(0deg)}@starting-style{.Tooltip--placement-left:popover-open,.Tooltip--placement-left[data-popover-fallback],:popover-open .Tooltip--placement-left,[data-popover-fallback] .Tooltip--placement-left{translate:-10px 0}}.Tooltip--placement-left .Tooltip__arrow{left:100%;top:calc(50% - 6px);-webkit-transform:translateX(-3px) rotate(90deg);transform:translateX(-3px) rotate(90deg)}@starting-style{.Tooltip--placement-right:popover-open,.Tooltip--placement-right[data-popover-fallback],:popover-open .Tooltip--placement-right,[data-popover-fallback] .Tooltip--placement-right{translate:10px 0}}.Tooltip--placement-right .Tooltip__arrow{right:100%;top:calc(50% - 6px);-webkit-transform:translateX(3px) rotate(-90deg);transform:translateX(3px) rotate(-90deg)}.Tooltip--appearance-dark{color:#fff;background-color:#1d2939;-webkit-box-shadow:none;box-shadow:none}.Tooltip--appearance-dark .Tooltip__footer{color:#d0d5dd}.Tooltip--appearance-dark .Tooltip__arrow{color:#1d2939}.Link{position:relative;color:#005096;font-weight:400;text-decoration:none;cursor:pointer;-webkit-transition:color .1s linear,-webkit-transform .1s linear;transition:color .1s linear,-webkit-transform .1s linear;transition:transform .1s linear,color .1s linear;transition:transform .1s linear,color .1s linear,-webkit-transform .1s linear}.Link--appearance-base:hover{text-decoration:underline;text-underline-offset:4px;-webkit-transition:text-underline-offset .1s linear;transition:text-underline-offset .1s linear}.Link--appearance-base:hover:active{text-underline-offset:3px}.Link--appearance-base:hover{color:#005096}.Link--appearance-unobtrusive{text-decoration:underline;text-underline-offset:4px;-webkit-transition:text-underline-offset .1s linear;transition:text-underline-offset .1s linear}.Link--appearance-unobtrusive:active{text-underline-offset:3px}.Link--appearance-unobtrusive{color:inherit;font-weight:inherit}.Link--appearance-unobtrusive:hover{color:inherit}.Link--appearance-noUnderline:hover{color:#013262}.TruncatedListWithCount{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:-5px}.TruncatedListWithCount>*{margin-right:5px;margin-bottom:5px}.TruncatedListWithCount__count{margin-left:5px;margin-right:0;font-size:14px;color:#747892}.TruncatedListWithCount--space-l>*{margin-right:10px;margin-bottom:10px}.TruncatedListWithCount--space-l .TruncatedListWithCount__count{margin-left:0}.MaterialDetailLayout__header{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:32px;margin-bottom:32px}}@layer components{}@layer components{}@layer components{@media(min-width:720px){.MaterialDetailLayout__header{display:grid;grid-template-columns:repeat(5,1fr);grid-template-areas:"title title image image image";grid-gap:64px;gap:64px;margin-bottom:48px}}.MaterialDetailLayout__title{grid-area:title}.MaterialDetailLayout__image{grid-area:image;-ms-flex-pack:start;justify-content:flex-start}.MaterialDetailLayout__actions{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:8px;margin-top:40px}.MaterialDetailLayout__body{display:grid;grid-gap:32px;gap:32px;-ms-flex-direction:column;flex-direction:column;grid-template-columns:1fr;grid-template-areas:"content" "sidebar"}@media(min-width:720px){.MaterialDetailLayout__body{grid-template-columns:repeat(5,1fr);grid-template-areas:"content content content sidebar sidebar";gap:64px}}.MaterialDetailLayout__sidebar{grid-area:sidebar}.MaterialDetailLayout__content{grid-area:content}.Stack{width:100%}.Stack>:last-child{margin-bottom:0}.Stack.Stack--space-1400>*+*{margin-top:256px}.Stack.Stack--space-1300>*+*{margin-top:224px}.Stack.Stack--space-1200>*+*{margin-top:192px}.Stack.Stack--space-1100>*+*{margin-top:160px}.Stack.Stack--space-1000>*+*{margin-top:128px}.Stack.Stack--space-900>*+*{margin-top:96px}.Stack.Stack--space-800>*+*{margin-top:80px}.Stack.Stack--space-700>*+*{margin-top:64px}.Stack.Stack--space-600>*+*{margin-top:48px}.Stack.Stack--space-500>*+*{margin-top:40px}.Stack.Stack--space-400>*+*{margin-top:32px}.Stack.Stack--space-300>*+*{margin-top:24px}.Stack.Stack--space-200>*+*{margin-top:20px}.Stack.Stack--space-100>*+*{margin-top:16px}.Stack.Stack--space-90>*+*{margin-top:12px}.Stack.Stack--space-80>*+*{margin-top:8px}.Stack.Stack--space-70>*+*{margin-top:4px}.Stack.Stack--space-60>*+*{margin-top:2px}}@layer components{@media(min-width:720px){.Stack.Stack--spaceM-1400>*+*{margin-top:256px}.Stack.Stack--spaceM-1300>*+*{margin-top:224px}.Stack.Stack--spaceM-1200>*+*{margin-top:192px}.Stack.Stack--spaceM-1100>*+*{margin-top:160px}.Stack.Stack--spaceM-1000>*+*{margin-top:128px}.Stack.Stack--spaceM-900>*+*{margin-top:96px}.Stack.Stack--spaceM-800>*+*{margin-top:80px}.Stack.Stack--spaceM-700>*+*{margin-top:64px}.Stack.Stack--spaceM-600>*+*{margin-top:48px}.Stack.Stack--spaceM-500>*+*{margin-top:40px}.Stack.Stack--spaceM-400>*+*{margin-top:32px}.Stack.Stack--spaceM-300>*+*{margin-top:24px}.Stack.Stack--spaceM-200>*+*{margin-top:20px}.Stack.Stack--spaceM-100>*+*{margin-top:16px}.Stack.Stack--spaceM-90>*+*{margin-top:12px}.Stack.Stack--spaceM-80>*+*{margin-top:8px}.Stack.Stack--spaceM-70>*+*{margin-top:4px}.Stack.Stack--spaceM-60>*+*{margin-top:2px}}@media(min-width:960px){.Stack.Stack--spaceL-1400>*+*{margin-top:256px}.Stack.Stack--spaceL-1300>*+*{margin-top:224px}.Stack.Stack--spaceL-1200>*+*{margin-top:192px}.Stack.Stack--spaceL-1100>*+*{margin-top:160px}.Stack.Stack--spaceL-1000>*+*{margin-top:128px}.Stack.Stack--spaceL-900>*+*{margin-top:96px}.Stack.Stack--spaceL-800>*+*{margin-top:80px}.Stack.Stack--spaceL-700>*+*{margin-top:64px}.Stack.Stack--spaceL-600>*+*{margin-top:48px}.Stack.Stack--spaceL-500>*+*{margin-top:40px}.Stack.Stack--spaceL-400>*+*{margin-top:32px}.Stack.Stack--spaceL-300>*+*{margin-top:24px}.Stack.Stack--spaceL-200>*+*{margin-top:20px}.Stack.Stack--spaceL-100>*+*{margin-top:16px}.Stack.Stack--spaceL-90>*+*{margin-top:12px}.Stack.Stack--spaceL-80>*+*{margin-top:8px}.Stack.Stack--spaceL-70>*+*{margin-top:4px}.Stack.Stack--spaceL-60>*+*{margin-top:2px}}}@layer components{.Headline{display:block;margin:0 0 15px;font-weight:700;color:inherit;font-size:16px}@media(min-width:720px){.Headline{font-size:20px}}.Headline>.Icon{position:relative;font-size:.6em;margin-right:.6em;top:-.1em}.Headline__label{display:inline}.Headline__addendum{display:inline;font-size:14px;margin-bottom:5px}@media(min-width:720px){.Headline__addendum{font-size:16px}}.Headline--s{font-size:16px;font-weight:700}@media(min-width:720px){.Headline--s{font-size:16px}}.Headline--s>.Icon{font-size:20px;margin-right:10px}.Headline--s .Headline__addendum{font-size:1em}.Headline--l{font-size:20px;font-weight:700;line-height:1.2}@media(min-width:720px){.Headline--l{font-size:30px}}.Headline--l .Headline__addendum{font-size:16px}.Headline--xl{margin-bottom:30px;font-size:30px;font-weight:700;line-height:1.2}@media(min-width:720px){.Headline--xl{font-size:40px}}.Headline--xl .Headline__addendum{font-size:20px}.Headline--invert{color:#fff}.Headline--warning>.Icon{font-size:1.3em;margin-right:.5em;top:-.08em;color:#f79009;-ms-flex-item-align:end;align-self:flex-end}.Headline--inline{display:inline}.Headline--minor{color:#747892}.Headline--addendum .Headline__label{margin-right:10px}.Icon{display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.Icon,.Icon svg{width:1em;height:1em}.Icon svg{fill:currentColor;pointer-events:none}.Icon--block{display:-ms-flexbox;display:flex}.Icon--inline{display:inline}.Paragraph{margin:0 0 15px}.Paragraph>strong{font-weight:700}.Paragraph--size-l{font-size:20px;margin:0 0 15px}.Paragraph--size-s{font-size:14px}.Paragraph--size-xs{font-size:12px}.Paragraph--strong{font-weight:700}.Paragraph--minor{color:#747892}.Paragraph--warning>.Icon{vertical-align:text-top;margin-right:10px;color:#f79009;font-size:16px}.Paragraph--error{color:#d92d20}.Paragraph--errorIcon>.Icon{vertical-align:text-top;margin-right:10px;color:#d92d20;font-size:16px}.Paragraph--success{color:#08a399}.Paragraph--contained{max-width:540px}.Paragraph--clamp{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden}.Tag{display:inline-block;background:#f0f1f8;color:#747892;font-size:12px;border-radius:9999px;padding:.1em .5em}.Tag--size-l{color:#1d2939;font-weight:700;padding:.5em 1em}.ImageContainer{border-radius:8px;background-color:#f0f1f8;overflow:hidden;aspect-ratio:4/3}.ImageContainer__image{width:100%;height:100%;-o-object-position:center center;object-position:center center;-webkit-animation-name:ImageContainer-fadeIn;animation-name:ImageContainer-fadeIn;-webkit-animation-duration:.4s;animation-duration:.4s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.ImageContainer--ratio-1-1{aspect-ratio:1/1}.ImageContainer--noSource .ImageContainer__image{-webkit-animation-name:none;animation-name:none}.ImageContainer--fit-contain .ImageContainer__image{-o-object-fit:contain;object-fit:contain}.ImageContainer--fit-cover .ImageContainer__image{-o-object-fit:cover;object-fit:cover}}@layer components{}@layer components{}@layer components{}@layer components{@-webkit-keyframes ImageContainer-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes ImageContainer-fadeIn{0%{opacity:0}to{opacity:1}}}@layer components{.Button{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;gap:8px;height:40px;padding:0 16px;background:#005096;border:1px solid rgba(0,0,0,0);border-radius:8px;color:#fff;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none;cursor:pointer;-webkit-transition:background-color .1s linear,color .1s linear,border-color .1s linear,-webkit-transform .1s linear;transition:background-color .1s linear,color .1s linear,border-color .1s linear,-webkit-transform .1s linear;transition:transform .1s linear,background-color .1s linear,color .1s linear,border-color .1s linear;transition:transform .1s linear,background-color .1s linear,color .1s linear,border-color .1s linear,-webkit-transform .1s linear}.Button__label{font-family:Inter,fallback-font,sans-serif;font-weight:500;font-size:14px;line-height:1.5;line-height:1.1}.Button__icon{display:-ms-flexbox;display:flex;font-size:20px}.Button:hover{background:#013262}.Button:active{-webkit-transform:translateY(1px);transform:translateY(1px)}.Button--disabled,.Button--disabled:active,.Button--disabled:hover{color:#98a2b3;background:#d0d5dd;cursor:not-allowed;-webkit-transform:none;transform:none}.Button--size-90{height:32px;padding:0 12px}.Button--size-90 .Button__label{font-family:Inter,fallback-font,sans-serif;font-weight:500;font-size:14px;line-height:1.5;line-height:1.1}.Button--size-90 .Button__icon{font-size:16px}.Button--size-200{height:48px;padding:0 20px}.Button--size-200 .Button__label{font-family:Inter,fallback-font,sans-serif;font-weight:500;font-size:16px;line-height:1.5;line-height:1.1}.Button--size-300{gap:12px;height:56px;padding:0 24px}.Button--size-300 .Button__label{font-family:Inter,fallback-font,sans-serif;font-weight:500;font-size:16px;line-height:1.5;line-height:1.1}.Button--size-300 .Button__icon{font-size:24px}.Button--appearance-error{background:#d92d20}.Button--appearance-error:hover{background:#912018}.Button--appearance-error.Button--disabled,.Button--appearance-error.Button--disabled:hover{background:#d0d5dd}.Button--hierarchy-secondary{background:#fff;border-color:#d0d5dd;color:#1d2939;-webkit-box-shadow:0 1px 2px 0 rgba(16,24,40,.05);box-shadow:0 1px 2px 0 rgba(16,24,40,.05)}.Button--hierarchy-secondary:hover{background:#f2f4f7}.Button--hierarchy-secondary.Button--disabled,.Button--hierarchy-secondary.Button--disabled:hover{background:#f2f4f7;border-color:#eaecf0;color:#98a2b3}.Button--hierarchy-ghost{background:rgba(29,41,57,0);color:#1d2939}.Button--hierarchy-ghost:hover{background:rgba(29,41,57,.08)}.Button--hierarchy-ghost.Button--disabled,.Button--hierarchy-ghost.Button--disabled:hover{background:rgba(29,41,57,0);color:#98a2b3}.Button--hierarchy-ghost-input-action{background:rgba(29,41,57,0);color:#005096;border-radius:0}.Button--hierarchy-ghost-input-action:hover{background:rgba(29,41,57,.08);color:#013262}.Button--hierarchy-ghost-input-action.Button--disabled,.Button--hierarchy-ghost-input-action.Button--disabled:hover{background:rgba(29,41,57,0);color:#98a2b3}.Button--block{display:-ms-flexbox;display:flex;width:100%}.Button--iconOnly{padding-left:0;padding-right:0;width:40px}.Button--iconOnly.Button--size-90{width:32px}.Button--iconOnly.Button--size-200{width:48px}.Button--iconOnly.Button--size-300{width:56px}.MaterialImage{display:inline-block;height:30px;width:30px;background:#fff;background-position:50%;background-size:cover;vertical-align:middle;border-radius:9999px;outline:none}.MaterialImage--size-s{height:16px;width:16px}.MaterialImage--size-xs{height:10px;width:10px}.MaterialImage--border{border:1px solid #747892}.MaterialImage--disabled{opacity:.5}.MaterialImage--square{border-radius:8px;height:50px;width:50px}.MaterialImage--square.MaterialImage--size-l{border-radius:8px;height:45px;width:45px}}@layer components{@media(min-width:720px){.MaterialImage--square.MaterialImage--size-l{height:75px;width:75px}}.MaterialImage--square.MaterialImage--size-s{border-radius:4px;height:28px;width:28px}.MaterialImage--square.MaterialImage--size-xs{border-radius:4px;height:12px;width:12px}.DescriptionList{display:grid;grid-template-columns:auto 1fr;grid-gap:12px;gap:12px;-ms-flex-align:center;align-items:center;margin:0;text-align:left}.DescriptionList>dt{margin:0;white-space:nowrap;height:100%}.DescriptionList>dd{margin:0}.DescriptionList>dd>strong{font-weight:600}.DescriptionList--alignRight{display:block}.DescriptionList--alignRight>dt{float:left;clear:both;margin-right:12px;margin-top:12px}.DescriptionList--alignRight>dd{float:right;text-align:right;margin-top:12px}.DescriptionList--alignRight>:first-child,.DescriptionList--alignRight>:nth-child(2){margin-top:0}.DescriptionList--alternateRows{gap:0}.DescriptionList--alternateRows>*{padding:16px;border-top:1px solid #eaecf0}.DescriptionList--alternateRows>:last-child,.DescriptionList--alternateRows>:nth-last-child(2){border-bottom:1px solid #eaecf0}.DescriptionList--alternateRows>:nth-child(4n),.DescriptionList--alternateRows>:nth-child(4n-1){background-color:#f2f4f7}.DescriptionList--noRowGap{row-gap:0}.List{margin:0 0 15px;padding:0;list-style:disc inside}.List--size-s{font-size:14px}.List--minor{color:#747892}.List--checked{list-style:none}.List--space-s>*+*{margin-top:10px}.SplitLayout{display:-ms-flexbox;display:flex;gap:16px;-ms-flex-pack:justify;justify-content:space-between}.SplitLayout__left,.SplitLayout__right{display:-ms-flexbox;display:flex;overflow:hidden}.SplitLayout--verticalAlignment-baseline{-ms-flex-align:baseline;align-items:baseline}.SplitLayout--verticalAlignment-center{-ms-flex-align:center;align-items:center}.SplitLayout--verticalAlignment-start{-ms-flex-align:start;align-items:flex-start}.SplitLayout--verticalAlignment-end{-ms-flex-align:end;align-items:flex-end}.SplitLayout--wraps{-ms-flex-wrap:wrap;flex-wrap:wrap}.SplitLayout--growLeft .SplitLayout__left{-ms-flex-positive:1;flex-grow:1}.SplitLayout--growLeft .SplitLayout__right{-ms-flex-negative:0;flex-shrink:0}.LinkButton{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;gap:8px;color:#005096;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none;cursor:pointer;-webkit-transition:color .1s linear,-webkit-transform .1s linear;transition:color .1s linear,-webkit-transform .1s linear;transition:transform .1s linear,color .1s linear;transition:transform .1s linear,color .1s linear,-webkit-transform .1s linear}.LinkButton__label{font-family:Inter,fallback-font,sans-serif;font-weight:500;font-size:14px;line-height:1.5;text-align:left}.LinkButton__icon{display:-ms-flexbox;display:flex;font-size:16px}.LinkButton:hover{color:#013262}.LinkButton:active{-webkit-transform:translateY(1px);transform:translateY(1px)}.LinkButton--disabled,.LinkButton--disabled:active,.LinkButton--disabled:hover{color:#98a2b3;cursor:not-allowed;-webkit-transform:none;transform:none}.LinkButton--size-80 .LinkButton__label{font-family:Inter,fallback-font,sans-serif;font-weight:500;font-size:12px;line-height:1.5}.LinkButton--size-80 .LinkButton__icon{font-size:14px}.LinkButton--size-90 .LinkButton__label{font-family:Inter,fallback-font,sans-serif;font-weight:500;font-size:14px;line-height:1.5}.LinkButton--size-90 .LinkButton__icon{font-size:16px}.LinkButton--size-200 .LinkButton__label{font-family:Inter,fallback-font,sans-serif;font-weight:500;font-size:16px;line-height:1.5}.LinkButton--size-200 .LinkButton__icon{font-size:20px}.LinkButton--size-300{gap:12px}.LinkButton--size-300 .LinkButton__label{font-family:Inter,fallback-font,sans-serif;font-weight:500;font-size:16px;line-height:1.5}.LinkButton--size-300 .LinkButton__icon{font-size:24px}.LinkButton--appearance-minor{color:#667085}.LinkButton--appearance-minor:hover{color:#1d2939}.LinkButton--appearance-minor.LinkButton--disabled,.LinkButton--appearance-minor.LinkButton--disabled:hover{color:#98a2b3}.LinkButton--appearance-error{color:#d92d20}.LinkButton--appearance-error:hover{color:#b42318}.LinkButton--appearance-error.LinkButton--disabled,.LinkButton--appearance-error.LinkButton--disabled:hover{color:#98a2b3}.LinkButton--appearance-warning{color:#f79009}.LinkButton--appearance-warning:hover{color:#dc6803}.LinkButton--appearance-warning.LinkButton--disabled,.LinkButton--appearance-warning.LinkButton--disabled:hover{color:#98a2b3}.LinkButton--appearance-success{color:#039855}.LinkButton--appearance-success:hover{color:#027a48}.LinkButton--appearance-success.LinkButton--disabled,.LinkButton--appearance-success.LinkButton--disabled:hover{color:#98a2b3}.Container{position:relative;width:100%;margin:0 auto;padding:0 15px;max-width:1170px}}@layer components{}@layer components{}@layer components{}@layer components{}@layer components{@media(min-width:720px){.Container{padding:0 30px}}.Container--size-full{max-width:none}.Container--size-l{max-width:990px}.Container--size-xl{max-width:1470px}.Container--size-s{max-width:880px}.Container--size-xs{max-width:780px}.Container--size-xxs{max-width:490px}.Container--align-center{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center}.Container--selfAlign-left{margin:0}.ContentSection{background:#fff}.ContentSection__content{padding:64px 0}.ContentSection--background-major{background:#f2f4f7}.ContentSection--background-invert{background:#1d2939;color:#fff}.ContentSection--background-image{background-origin:content-box;background-repeat:no-repeat;background-position:bottom}}@layer components{@media(min-width:720px){.ContentSection--background-image{background-position:50%}}.ContentSection--backgroundSize-cover{background-size:cover;background-position:50%}.ContentSection--backgroundSize-contain{background-size:contain}@media(min-width:960px){.ContentSection--space-l .ContentSection__content{padding:128px 0}}}