/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.text-align-left{text-align:left;}.text-align-right{text-align:right;}.text-align-center{text-align:center;}.text-align-justify{text-align:justify;}.align-left{float:left;}.align-right{float:right;}.align-center{display:block;margin-right:auto;margin-left:auto;}
.fieldgroup{padding:0;border-width:0;}
.container-inline div,.container-inline label{display:inline-block;}.container-inline .details-wrapper{display:block;}
.clearfix::after{display:table;clear:both;content:"";}
.js details:not([open]) .details-wrapper{display:none;}
.hidden{display:none;}.visually-hidden{position:absolute !important;overflow:hidden;clip:rect(1px,1px,1px,1px);width:1px;height:1px;word-wrap:normal;}.visually-hidden.focusable:active,.visually-hidden.focusable:focus-within{position:static !important;overflow:visible;clip:auto;width:auto;height:auto;}.invisible{visibility:hidden;}
.item-list__comma-list,.item-list__comma-list li{display:inline;}.item-list__comma-list{margin:0;padding:0;}.item-list__comma-list li::after{content:", ";}.item-list__comma-list li:last-child::after{content:"";}
.js .js-hide{display:none;}.js-show{display:none;}.js .js-show{display:block;}
.nowrap{white-space:nowrap;}
.position-container{position:relative;}
.reset-appearance{margin:0;padding:0;border:0 none;background:transparent;line-height:inherit;-webkit-appearance:none;appearance:none;}
.resize-none{resize:none;}.resize-vertical{min-height:2em;resize:vertical;}.resize-horizontal{max-width:100%;resize:horizontal;}.resize-both{max-width:100%;min-height:2em;resize:both;}
.system-status-counter__status-icon{display:inline-block;width:25px;height:25px;vertical-align:middle;}.system-status-counter__status-icon::before{display:block;width:100%;height:100%;content:"";background-repeat:no-repeat;background-position:center 2px;background-size:16px;}.system-status-counter__status-icon--error::before{background-image:url(/core/misc/icons/e32700/error.svg);}.system-status-counter__status-icon--warning::before{background-image:url(/core/misc/icons/e29700/warning.svg);}.system-status-counter__status-icon--checked::before{background-image:url(/core/misc/icons/73b355/check.svg);}
.system-status-report-counters__item{width:100%;margin-bottom:0.5em;padding:0.5em 0;text-align:center;white-space:nowrap;background-color:rgba(0,0,0,0.063);}@media screen and (min-width:60em){.system-status-report-counters{display:flex;flex-wrap:wrap;justify-content:space-between;}.system-status-report-counters__item--half-width{width:49%;}.system-status-report-counters__item--third-width{width:33%;}}
.system-status-general-info__item{margin-top:1em;padding:0 1em 1em;border:1px solid #ccc;}.system-status-general-info__item-title{border-bottom:1px solid #ccc;}
.tablesort{display:inline-block;width:16px;height:16px;background-size:100%;}.tablesort--asc{background-image:url(/core/misc/icons/787878/twistie-down.svg);}.tablesort--desc{background-image:url(/core/misc/icons/787878/twistie-up.svg);}
.block-group{display:flex;flex-direction:column;gap:var(--section-padding-default);}
.card{--card-padding:1rem;--card-background:#eee;--card-background-inverse:linear-gradient(to bottom,rgba(0,0,134,0.2),rgba(0,0,134,0.4));--card-font-size:var(--font-size-body-small);--card-line-height:var(--line-height-body-small);--card-headline-font-size:15px;--card-headline-margin-bottom:12px;--card-headline-text-transform:uppercase;}@media screen and (min-width:1920px){.card{--card-headline-font-size:18px;}}.card{display:flex;}.card--inner{padding:var(--card-padding);background:var(--card-background);backdrop-filter:blur(1px);}.card--headline{margin-top:0;margin-bottom:var(--card-headline-margin-bottom);font-size:var(--card-headline-font-size);text-transform:var(--card-headline-text-transform);}.card .html-content{font-size:var(--card-font-size);line-height:var(--card-line-height);}.inverse .card--inner{background:var(--card-background-inverse);}
.card-group{--card-flex-direction:column;--card-group-gap:12px;--card-flex:1 1 auto;}@media (min-width:800px){.card-group{--card-flex-direction:row;--card-group-gap:var(--columns-gutter);--card-flex:1 1 0;}}.card-group{display:flex;flex-direction:var(--card-flex-direction);margin-left:calc(var(--card-group-gap) / 2 * -1);margin-right:calc(var(--card-group-gap) / 2 * -1);row-gap:var(--card-group-gap);}.card-group .card{flex:var(--card-flex);padding-left:calc(var(--card-group-gap) / 2);padding-right:calc(var(--card-group-gap) / 2);min-width:0;}.card-group.js-intersection-off .card{transform:translateY(20px);opacity:0;}.card-group.js-intersection-on .card{transition:opacity .3s,transform .4s ease-out;opacity:1;transform:translateY(0);}.card-group.js-intersection-on .card:nth-child(2){transition-delay:.2s;}.card-group.js-intersection-on .card:nth-child(3){transition-delay:.4s;}.card-group.js-intersection-on .card:nth-child(4){transition-delay:.6s;}
.eyebrow{--eyebrow-font-color:var(--color-highlight-light);--eyebrow-font-weight:var(--font-weight-body-bold);--eyebrow-font-size:14px;--eyebrow-text-transform:uppercase;--eyebrow-letter-spacing:.02em;}.eyebrow{color:var(--eyebrow-font-color);font-weight:var(--eyebrow-font-weight);font-size:var(--eyebrow-font-size);text-transform:var(--eyebrow-text-transform);letter-spacing:var(--eyebrow-letter-spacing);}
.field{--field-fonts-size-small:15px;}.field.opt-title{font-weight:var(--font-weight-body-bold);text-transform:uppercase;}.field.opt-small{font-size:var(--field-fonts-size-small);}
.field-group{display:flex;flex-direction:column;gap:4px;}
.footer{--footer-background-color:var(--color-white);--footer-color:var(--color-white);--footer-padding-top:32px;--footer-padding-bottom:32px;--footer-headline-font-family:var(--font-family-brand);--footer-headline-font-size:38px;--footer-headline-line-height:34px;--footer-headline-font-weight:var(--font-weight-brand);--footer-headline-font-weight-bold:var(--font-weight-brand-bold);--footer-headline-margin-bottom:48px;}@media screen and (min-width:800px){.footer{--footer-padding-top:64px;}}@media screen and (min-width:1024px){.footer{--footer-padding-top:128px;}}.footer{background-color:var(--footer-background-color);color:var(--color-brand-blue-dark);padding-top:var(--footer-padding-top);padding-bottom:var(--footer-padding-bottom);}.footer--headline{font-family:var(--footer-headline-font-family);font-size:var(--footer-headline-font-size);line-height:var(--footer-headline-line-height);font-weight:var(--footer-headline-font-weight);text-transform:uppercase;margin-bottom:var(--footer-headline-margin-bottom);}.footer--headline-1{font-weight:var(--footer-headline-font-weight-bold);}.footer.js-intersection-off .footer--headline-1,.footer.js-intersection-off .footer--headline-2,.footer.js-intersection-off .column{opacity:0;transform:translateY(20px);}.footer.js-intersection-on .footer--headline-1,.footer.js-intersection-on .footer--headline-2,.footer.js-intersection-on .column{transition:opacity 0.3s ease-out,transform 0.3s ease-out;opacity:1;transform:translateY(0);}.footer.js-intersection-on .footer--headline-1{transition-delay:.1s;}.footer.js-intersection-on .footer--headline-2{transition-delay:.3s;}.footer.js-intersection-on .column:first-child{transition-delay:.8s;}.footer.js-intersection-on .column:last-child{transition-delay:1.2s;}
.header{--header-padding-bottom:18px;--header-logo-width:112px;--header-logo-padding-top:16px;--header-hamburger-padding-top:36px;--header-hamburger-width:32px;--header-hamburger-bar-height:2px;--header-hamburger-bar-gap:6px;}@media screen and (min-width:800px){.header{--header-logo-padding-top:47px;}}@media screen and (max-width:799px){.header--menu .menu:not(.opt-narrow){display:none;}}.header{background-color:var(--color-black);padding-bottom:var(--header-padding-bottom);}.header--inner-wrap{display:flex;}.header--logo{padding-top:var(--header-logo-padding-top);flex:0 0 var(--header-logo-width);width:var(--header-logo-width);}.header--menu{flex:1 1 0%;min-width:0;column-gap:24px;}.header--menu-secondary{display:flex;justify-content:flex-end;}@media screen and (min-width:800px){.header--hamburger-wrap{display:none;}}.header--hamburger-wrap{padding-top:var(--header-hamburger-padding-top);}.header--hamburger{position:relative;width:var(--header-hamburger-width);height:calc((var(--header-hamburger-bar-height) * 3) +
    (var(--header-hamburger-bar-gap) * 2));}.header--hamburger:before{content:"";position:absolute;background-color:var(--color-white);width:100%;height:4px;}.header--hamburger span{position:absolute;inset:0;}.header--hamburger:before,.header--hamburger:after,.header--hamburger span:before{content:"";position:absolute;background-color:var(--color-white);width:100%;height:var(--header-hamburger-bar-height);top:50%;transform:translateY(-50%);transition:opacity .1s,transform .2s;}.header--hamburger:before{transform:translateY(calc(-1 * (var(--header-hamburger-bar-height) + var(--header-hamburger-bar-gap))));}.header--hamburger:after{transform:translateY(calc((var(--header-hamburger-bar-gap))));}.header--hamburger strong{display:none;}.header.is-open .header--hamburger span:before{opacity:0;}.header.is-open .header--hamburger:before{transform:translateY(-2px) rotate(-45deg);}.header.is-open .header--hamburger:after{transform:translateY(-2px) rotate(45deg);}@media screen and (max-width:799px){.header--mobile-menu .menu li{opacity:0;transform:translateY(-10px);transition:opacity .2s,transform .2s ease-out;transition-delay:.2s;}.header--mobile-menu .menu li:nth-child(2){transition-delay:.3s;}.header--mobile-menu .menu li:nth-child(3){transition-delay:.4s;}.header--mobile-menu .menu li:nth-child(4){transition-delay:.5s;}.header--mobile-menu .menu li:nth-child(5){transition-delay:.6s;}.header--mobile-menu .menu li:nth-child(6){transition-delay:.7s;}body.has-open-menu{overflow:hidden;}.header--mobile-menu{position:absolute;top:88px;padding-top:34px;bottom:0;left:0;right:0;background-color:var(--color-black);z-index:1000;visibility:hidden;pointer-events:none;}body.has-open-menu .header--mobile-menu{visibility:visible;pointer-events:auto;}body.has-open-menu .header--mobile-menu .menu li{opacity:1;transform:translateY(0);}}@media screen and (min-width:800px){.header--mobile-menu{display:none;}}
.hero-intro{--hero-intro-aspect-ratio:4 / 5;--hero-intro-font-size:40px;}@media screen and (min-width:800px){.hero-intro{--hero-intro-aspect-ratio:16 / 7;--hero-intro-font-size:clamp(40px,4.1666vw,80px);}}.hero-intro{position:relative;aspect-ratio:var(--hero-intro-aspect-ratio);display:flex;flex-direction:column;justify-content:flex-end;}.hero-intro h1.headline{font-size:var(--hero-intro-font-size);}.hero-intro--text-content{position:relative;}.hero-intro--media-wrapper{position:absolute;inset:0;pointer-events:none;}.hero-intro--media-wrapper .hero-intro--video-container,.hero-intro--media-wrapper .hero-intro--image-container{position:absolute;inset:0;}.hero-intro--media-wrapper img,.hero-intro--media-wrapper video{width:100%;height:auto;}.hero-intro:not(.is-playing) .hero-intro--video-container{visibility:hidden;}.hero-intro:not(.is-complete) .hero-intro--image-post{visibility:hidden;}.hero-intro.is-playing .hero-intro--image-pre,.hero-intro.is-complete .hero-intro--image-pre{visibility:hidden;}
.figure{margin:0;}.figure img{display:block;width:100%;height:auto;}.figure.opt-video .figure--inner{aspect-ratio:16 / 9;}.figure.opt-video video{aspect-ratio:16 / 9;background-color:var(--color-black);width:100%;height:auto;}.figure figcaption{margin-top:4px;font-size:var(--font-size-body-small);}
.button{--button-color:var(--color-white);--button-background-color:var(--color-brand-blue-light);--button-background-color-hover:var(--color-brand-blue-newston);--button-text-transform:uppercase;--button-font-size:16px;--button-font-weight:600;--button-line-height:1;--button-gap:8px;--button-padding-vertical:8px;--button-padding-horizontal:12px;--button-padding:var(--button-padding-vertical) var(--button-padding-horizontal);--button-download-border-width:2px;--button-download-bottom-padding:calc(var(--button-padding-vertical) - var(--button-download-border-width));}@media screen and (min-width:800px){.button.opt-large{--button-padding-vertical:18px;--button-padding-horizontal:24px;}}@media screen and (min-width:2400px){.button.opt-large{--button-padding-vertical:24px;--button-padding-horizontal:32px;}}.button{display:inline-flex;align-items:center;column-gap:var(--button-gap);padding:var(--button-padding);color:var(--button-color);background-color:var(--button-background-color);font-size:var(--button-font-size);font-weight:var(--button-font-weight);line-height:var(--button-line-height);text-decoration:none;text-transform:var(--button-text-transform);transition:background-color .5s;cursor:pointer;-webkit-font-smoothing:antialiased;}.button:hover{background-color:var(--button-background-color-hover);}.button svg path{fill:var(--button-color);}.button.opt-naked{background-color:transparent;padding:0;color:var(--color-brand-blue-newston);}.button.opt-naked svg path{fill:var(--color-brand-blue-newston);}.button.opt-naked:hover{color:var(--color-brand-blue-dark);}.button.opt-naked svg path{fill:var(--color-brand-blue-dark);}.button.opt-download{background-color:transparent;color:var(--color-brand-blue-newston);border-bottom:var(--button-download-border-width) solid var(--color-brand-blue-newston);padding-bottom:var(--button-download-bottom-padding);}.button.opt-download svg path{fill:var(--color-brand-blue-newston);}.button.opt-download:hover{color:var(--color-brand-blue-dark);border-color:var(--color-brand-blue-dark);}.button.opt-download:hover svg path{fill:var(--color-brand-blue-dark);}.inverse .button{position:relative;}.inverse .button:before,.inverse .button:after,.inverse .button--label:before,.inverse .button--label:after{content:'';position:absolute;mix-blend-mode:hard-light;opacity:0;transition:opacity 1s;pointer-events:none;}.inverse .button:before,.inverse .button:after{left:50%;width:250%;height:1px;background:linear-gradient(to right,transparent,#6490FF,transparent);transform:translateX(-50%);}.inverse .button--label:before,.inverse .button--label:after{top:50%;width:1px;height:300%;background:linear-gradient(to bottom,transparent,#6490FF,transparent);transform:translateY(-50%);}.inverse .button:before{top:0;}.inverse .button:after{bottom:0;}.inverse .button--label:before{left:0;}.inverse .button--label:after{right:0;}.inverse .button:hover:before,.inverse .button:hover:after,.inverse .button:hover .button--label:before,.inverse .button:hover .button--label:after{opacity:1;}.inverse .button.opt-naked:before,.inverse .button.opt-naked:after,.inverse .button.opt-naked .button--label:before,.inverse .button.opt-naked .button--label:after{content:none;}.inverse .button.opt-download:before,.inverse .button.opt-download:after,.inverse .button.opt-download .button--label:before,.inverse .button.opt-download .button--label:after{content:none;}.inverse .button.opt-download{color:var(--color-highlight-light);border-color:var(--color-highlight-light);}.inverse .button.opt-download svg path{fill:var(--color-highlight-light);}.inverse .button.opt-download:hover{color:var(--color-white);border-color:var(--color-white);}.inverse .button.opt-download:hover svg path{fill:var(--color-white);}
.html-content{--html-content-line-height:24px;--html-content-content-margin-bottom:16px;}@media screen and (min-width:800px){.html-content{--html-content-line-height:28px;}}.html-content{line-height:var(--html-content-line-height);}.html-content > *:first-child{margin-top:0;}.html-content > *:last-child{margin-bottom:0;}.html-content p,ul,ol{margin-top:0;margin-bottom:var(--html-content-content-margin-bottom);}.html-content li:not(:last-child){margin-bottom:var(--html-content-content-margin-bottom);}.html-content a:not(.button){color:var(--color-brand-blue-newston);text-decoration:underline;transition:color .2s;}.html-content a:not(.button):hover{color:var(--color-brand-blue-light);}.html-content strong{font-weight:var(--font-weight-body-bold);}.html-content h2{text-transform:uppercase;font-family:var(--font-family-brand);font-weight:var(--font-weight-brand-bold);font-size:24px;;margin-top:0;margin-bottom:0;}.html-content > .figure{margin-bottom:var(--html-content-content-margin-bottom);}
.icon{position:relative;display:inline-block;width:24px;height:24px;}.icon svg{position:absolute;inset:0;}
.logo{--logo-color:var(--color-brand-blue-dark);}.logo svg{width:100%;height:auto;display:block;}.logo svg path{fill:var(--logo-color);}.inverse .logo svg path{fill:var(--color-white);}
.logo-group{--logo-group-vertical-padding:32px;}@media screen and (max-width:799px){.logo-group .logo:nth-child(n+4){display:none;}}@media screen and (min-width:800px) and (max-width:1023px){.logo-group .logo:nth-child(n+6){display:none;}}.logo-group{display:flex;margin-left:calc(var(--columns-gutter) / 2 * -1);margin-right:calc(var(--columns-gutter) / 2 * -1);padding-top:var(--logo-group-vertical-padding);padding-bottom:var(--logo-group-vertical-padding);}.logo-group:not(.is-init){visibility:hidden;}.logo-group .logo{flex:1 1 auto;min-width:0;transition:opacity .2s,transform .3s ease-out;padding-left:calc(var(--columns-gutter) / 2);padding-right:calc(var(--columns-gutter) / 2);}.logo-group .logo:not(.is-visible){opacity:0;transform:translateY(20px);}
.menu{--menu-column-gap:24px;--menu-column-gap-narrow:12px;--menu-font-size:14px;--menu-font-weight:var(--font-weight-body-bold);--menu-anchor-color:var(--color-brand-blue-dark);--menu-anchor-color-hover:var(--color-brand-blue-newston);--menu-header-anchor-color:var(--color-highlight-light);--menu-header-anchor-color-hover:var(--color-white);--menu-header-border-top-width:8px;--menu-header-padding-top:38px;--menu-header-mobile-font-family:var(--font-family-brand);--menu-header-mobile-font-size:40px;--menu-header-mobile-font-weight:var(--font-weight-brand);--menu-header-mobile-line-height:1;--menu-header-mobile-gap:32px;}@media screen and (min-width:800px){.menu{--menu-header-padding-top:52px;}}.menu{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;column-gap:var(--menu-column-gap);}.menu.opt-narrow{column-gap:var(--menu-column-gap-narrow);}.menu li{font-size:var(--menu-font-size);font-weight:var(--menu-font-weight);text-transform:uppercase;}.menu a{text-decoration:none;color:var(--menu-anchor-color);transition:color .2s;}.menu a:hover{color:var(--menu-anchor-color-hover);}.menu.opt-header a{position:relative;color:var(--menu-header-anchor-color);display:block;padding-top:var(--menu-header-padding-top);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:color 1s,background 2s;}.menu.opt-header a:before{content:'';position:absolute;top:0;width:100%;height:50%;background:linear-gradient(to bottom,rgb(15,45,245,.5),rgba(15,45,245,0));opacity:0;transition:opacity 4s;}.menu.opt-header a:after{content:'';position:absolute;top:0;left:0;width:100%;height:var(--menu-header-border-top-width);background:transparent;transition:opacity .2s;}.menu.opt-header a:hover{color:var(--menu-header-anchor-color-hover);transition:color .2s,background .2s;}.menu.opt-header a:hover:before{opacity:1;transition:opacity 1s;}.menu.opt-header .opt-active a{color:var(--menu-header-anchor-color-hover);}.menu.opt-header .opt-active a:before{opacity:1;}.menu.opt-header .opt-active a:after{background-color:var(--menu-header-anchor-color-hover);}.menu.opt-header-mobile{flex-direction:column;gap:var(--menu-header-mobile-gap);}.menu.opt-header-mobile:not(:last-child){margin-bottom:var(--menu-header-mobile-gap);}.menu.opt-header-mobile li{font-family:var(--menu-header-mobile-font-family);font-size:var(--menu-header-mobile-font-size);font-weight:var(--menu-header-mobile-font-weight);line-height:var(--menu-header-mobile-line-height);text-align:center;}.menu.opt-header-mobile a{color:var(--menu-header-anchor-color);}.menu.opt-header-mobile li.opt-active a{color:var(--color-white);}
.overlay-content--content{display:none;}
.page{max-width:100%;overflow:hidden;}
.page-block{position:relative;}.page-block:not(.opt-no-top-margin){padding-top:var(--section-padding-default);}.page-block:not(.opt-no-bottom-margin){padding-bottom:var(--section-padding-default);}.page-block.opt-background-black{background-color:var(--color-black);}.page-block.opt-background-black-blue{background:linear-gradient(180deg,var(--color-black) 0%,var(--color-brand-blue-newston) 100%);}.page-block.opt-background-blue-black{background:linear-gradient(180deg,var(--color-brand-blue-newston) 0%,var(--color-black) 100%);}.page-block.opt-background-black-white{background:linear-gradient(180deg,var(--color-black) 0%,var(--color-brand-blue-newston) 50%,var(--color-white) 100%);}.page-block.inverse{color:var(--color-white);-webkit-font-smoothing:antialiased;}@media screen and (min-width:800px){.page-block.inverse:before,.page-block.inverse .page-block--inner:before{content:'';position:absolute;top:0;bottom:0;border-left:1px var(--color-highlight-light) dotted;border-right:1px var(--color-highlight-light) dotted;pointer-events:none;mix-blend-mode:hard-light;opacity:.35;}.page-block.inverse:before{left:calc(var(--columns-padding) + var(--width-1-col) + (var(--columns-gutter) / 2));width:calc(var(--width-1-col) * 4 + (var(--columns-gutter) * 4));}.page-block.inverse .page-block--inner:before{left:calc(var(--columns-padding) + (var(--width-1-col) * 2) + (var(--columns-gutter)));width:calc(var(--width-1-col) * 2 + (var(--columns-gutter) * 2));}}
.content-wrap{margin-left:var(--content-padding-default);margin-right:var(--content-padding-default);}.content-wrap.opt-medium{margin-left:var(--content-padding-medium);margin-right:var(--content-padding-medium);}.content-wrap.opt-small{margin-left:var(--content-padding-small);margin-right:var(--content-padding-small);}@media screen and (min-width:1920px){}@media screen and (min-width:2200px){.content-wrap.opt-small{width:calc(2200px - (var(--content-padding-small) * 2));margin-left:auto;margin-right:auto;}.content-wrap.opt-medium{width:calc(2200px - (var(--content-padding-medium) * 2));margin-left:auto;margin-right:auto;}.content-wrap.opt-limit{width:calc(2200px - (var(--content-padding-default) * 2));margin-left:auto;margin-right:auto;}}
.tab{--tab-font-family:var(--font-family-brand);--tab-font-weight:var(--font-weight-brand-bold);--tab-font-size:24px;--tab-line-height:34px;--tab-padding-top:23px;--tab-color:var(--color-highlight-light);--tab-hover-color:var(--color-highlight);--tab-group-color:var(--color-highlight-light);--tab-group-font-size:11px;--tab-inner-padding-top:10px;}@media screen and (min-width:1024px) and (max-width:1239px){.tab{--tab-font-size:20px;--tab-line-height:34px;}}@media screen and (min-width:1920px){.tab{--tab-group-font-size:13px;--tab-inner-padding-top:12px;}}.inverse .tab{--tab-hover-color:var(--color-white);}.tab{position:relative;padding-top:var(--tab-padding-top);}.tab--group{position:absolute;top:0;left:0;font-size:var(--tab-group-font-size);color:var(--tab-group-color);text-transform:uppercase;white-space:nowrap;transition:color .4s;}.tab.opt-group-active .tab--group{color:var(--tab-hover-color);}.tab--inner{position:relative;overflow:hidden;font-family:var(--tab-font-family);font-weight:var(--tab-font-weight);font-size:var(--tab-font-size);line-height:var(--tab-line-height);padding-top:var(--tab-inner-padding-top);color:var(--tab-color);cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-webkit-font-smoothing:antialiased;transition:color .2s;}.tab--inner:after{content:'';position:absolute;top:0;left:0;width:100%;height:2px;background-color:var(--tab-color);transition:background-color .4s,height .3s ease-in-out;}.tab:not(.is-init) .tab--inner:after{background-color:transparent;}.tab--inner span{display:block;transition:transform .4s ease-out;}.tab:not(.is-init) .tab--inner span{transform:translateY(-130%);}.tab.opt-active .tab--inner,.tab--inner:hover{color:var(--tab-hover-color);}.tab.opt-active .tab--inner:after{background-color:var(--tab-hover-color);}.tab.opt-active .tab--inner{cursor:default;}.tab.opt-active .tab--inner:after{height:4px;}.tab--inner:before{content:'';position:absolute;inset:0;height:75%;background:linear-gradient(to bottom,rgb(15,45,245,.5),rgba(15,45,245,0));mix-blend-mode:screen;opacity:0;transition:opacity .5s;transition-delay:.1s;}.tab.opt-active .tab--inner:before{opacity:1;}@media screen and (max-width:1023px){.tab--group{display:none;}.tab{padding-top:0;}.tab--inner{padding-top:0;}.tab--inner:before,.tab--inner:after{content:none;}}
.tab-group{--tab-group-gap:12px;}@media screen and (max-width:1023px){.tab-group{position:relative;border-top:4px solid var(--color-white);padding-top:8px;;min-height:48px;transition:border-top-color .2s;}.tab-group:not(.is-init){border-top-color:transparent;}.tab-group .tab:not(.opt-active){display:none;}.tab-group select{position:absolute;inset:0;z-index:1;opacity:0;}.tab-group .icon{position:absolute;right:0;top:16px;}.tab-group:not(.is-init) .icon{opacity:0;}.tab-group .icon svg path{fill:var(--color-white);}}@media screen and (min-width:1024px){.tab-group select{display:none;}.tab-group .icon{display:none;}}.tab-group{display:flex;gap:var(--tab-group-gap);}.tab-group .tab{flex:1 1 auto;width:100%;min-width:0;}.tab-group:not(.is-init) .tab--group{opacity:0;}.tab-group .tab--group{opacity:1;transition:opacity .4s;}
.block-intro{--block-intro-eyebrow-margin-bottom:8px;--block-intro-gap-vertical:32px;}.block-intro .eyebrow + .headline{margin-top:var(--block-intro-eyebrow-margin-bottom);}.block-intro > .html-content:not(:first-child),.block-intro > .button-group:not(:first-child),.block-intro > .overlay-content:not(:first-child){margin-top:var(--block-intro-gap-vertical);}.block-intro.opt-centered > .eyebrow,.block-intro.opt-centered > .headline,.block-intro.opt-centered > .html-content{text-align:center;}.block-intro.opt-centered > .button-group{justify-content:center;}.block-intro.js-intersection-off .eyebrow,.block-intro.js-intersection-off .headline,.block-intro.js-intersection-off .html-content,.block-intro.js-intersection-off .button-group{transform:translateY(10px);opacity:0;}.block-intro.js-intersection-on .eyebrow,.block-intro.js-intersection-on .headline,.block-intro.js-intersection-on .html-content,.block-intro.js-intersection-on .button-group{transition:opacity .4s,transform .6s ease-out;opacity:1;transform:translateY(0);}.block-intro.js-intersection-on .headline{transition-delay:.3s;}.block-intro.js-intersection-on .html-content{transition-delay:.6s;}.block-intro.js-intersection-on .button-group{transition-delay:.9s;}
.columns{--columns-gutter:24px}.columns{display:flex;flex-direction:column;}@media screen and (max-width:799px){.columns.opt-gutter{gap:var(--columns-gutter);}.columns.opt-pull{.column:first-child{order:1;}}}@media screen and (min-width:800px){.columns{flex-direction:row;}.columns .column{flex:0 0 50%;width:50%;min-width:0;}.columns.opt-gutter{margin-left:calc(var(--columns-gutter) * -.5);margin-right:calc(var(--columns-gutter) * -.5);}.columns.opt-gutter .column--inner{padding-left:calc(var(--columns-gutter) * .5);padding-right:calc(var(--columns-gutter) * .5);}.columns.opt-first-1-col .column:first-child{flex:0 0 var(--width-1-col);width:var(--width-1-col);}.columns.opt-first-1-col .column:last-child{flex:1 1 auto;width:auto;}.columns.opt-staggered .column:last-child{padding-top:56px;}}
.column{--column-padding:18px;}.column.opt-padded{padding:var(--column-padding);}.column.opt-background-white{background:var(--color-white);}
.headline{--headline-h1-font-family:var(--font-family-brand);--headline-h1-font-size:40px;--headline-h1-font-weight:var(--font-weight-brand);--headline-h1-line-height:1;--headline-h2-font-size:24px;--headline-h2-line-height:1;--headline-h2-font-weight:var(--font-weight-body-bold);--headline-text-transform:uppercase;}@media screen and (min-width:800px){.headline{--headline-h1-font-size:60px;--headline-h2-font-size:32px;}}@media screen and (min-width:1200px){.headline{--headline-h1-font-size:80px;--headline-h2-font-size:36px;}}.headline{text-transform:var(--headline-text-transform);margin:0;}h1.headline{font-family:var(--headline-h1-font-family);font-size:var(--headline-h1-font-size);font-weight:var(--headline-h1-font-weight);line-height:var(--headline-h1-line-height);}h2.headline{font-size:var(--headline-h2-font-size);font-weight:var(--headline-h2-font-weight);line-height:var(--headline-h2-line-height);}.headline.opt-align-center{text-align:center;}.headline.opt-glow{position:relative;}.headline.opt-glow span{display:block;}.headline--glow{position:absolute;top:0;left:0;background:linear-gradient(90deg,red,orange,yellow);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;filter:blur(4px);opacity:.5;}
.button-group{display:flex;}.button-group.opt-centered{justify-content:center;}
.product-slider{--product-slider-aspect-ratio:550 / 580;--product-slider-background-aspect-ratio:550 / 580;--product-slider-background-image:url(/themes/newston/components/components/product-slider/assets/product-slider-stage-background-mobile.png);--product-slider-padding-bottom:124px;--product-slider-slide-width:calc(100vw - (var(--content-padding-default) * 2));--product-slider-product-text-content-top:86%;--product-slider-product-text-content-padding:0%;--product-slider-product-title-font-family:var(--font-family-brand);--product-slider-product-title-font-weight:var(--font-weight-brand);--product-slider-product-title-font-size:38px;--product-slider-button-group-margin-top:24px;--product-slider-control-top:92.3%;--product-slider-control-pull-left:-35%;--product-slider-control-pull-right:35%;--product-slider-control-icon-color:var(--color-white);--product-slider-control-icon-size:48px;}@media screen and (min-width:800px){.product-slider{--product-slider-aspect-ratio:1310 / 530;--product-slider-background-aspect-ratio:1344 / 504;--product-slider-background-image:url(/themes/newston/components/components/product-slider/assets/product-slider-stage-background.png);--product-slider-padding-bottom:148px;--product-slider-product-text-content-top:78%;--product-slider-product-text-content-padding:20%;--product-slider-product-title-font-size:6.5vw;--product-slider-control-top:90%;--product-slider-control-pull-left:-50%;--product-slider-control-pull-right:50%;--product-slider-control-icon-size:48px;}}@media screen and (min-width:1024px){.product-slider{--product-slider-control-top:90%;--product-slider-control-icon-size:64px;--product-slider-button-group-margin-top:32px;}}@media screen and (min-width:1200px){.product-slider{--product-slider-product-subline-font-size:24px;--product-slider-product-subline-line-height:28px;}}.product-slider{overflow:hidden;padding-bottom:var(--product-slider-padding-bottom);}.product-slider--stage{position:relative;aspect-ratio:var(--product-slider-aspect-ratio);}.product-slider--stage:before{content:'';position:absolute;aspect-ratio:var(--product-slider-background-aspect-ratio);bottom:0;width:100%;background-color:var(--color-black);background-image:var(--product-slider-background-image);background-repeat:no-repeat;background-size:cover;pointer-events:none;}.product-slider--stage:after{content:'';position:absolute;aspect-ratio:var(--product-slider-background-aspect-ratio);z-index:1;bottom:0;width:100%;background-color:var(--color-black);opacity:0;pointer-events:none;transition:opacity .3s;}.product-slider--stage:not(.is-init):after{opacity:1;}.product-slider--control{position:absolute;top:var(--product-slider-control-top);}.product-slider--control .icon,.product-slider--control svg{width:var(--product-slider-control-icon-size);height:var(--product-slider-control-icon-size);}.product-slider--control{cursor:pointer;opacity:0;transition:opacity .2s,transform .2s ease-in-out;}.product-slider--control.is-disabled{cursor:not-allowed;}.product-slider--control svg path{fill:var(--color-white);transition:fill .2s;}.product-slider--control.is-disabled svg path{fill:var(--color-highlight-light);}.product-slider--control-prev{left:0;transform:translate(0,-50%);}.product-slider--control-next{right:0;transform:translate(0,-50%);}.product-slider--stage.is-init .product-slider--control{opacity:1;}.product-slider--stage.is-init .product-slider--control-prev{transform:translate(var(--product-slider-control-pull-left),-50%);}.product-slider--stage.is-init .product-slider--control-next{transform:translate(var(--product-slider-control-pull-right),-50%);}.product-slider--content{height:0;overflow:hidden;font-size:0 !important;visibility:hidden;}.product-slider--text-content{position:absolute;inset:0;top:var(--product-slider-product-text-content-top);left:var(--product-slider-product-text-content-padding);right:var(--product-slider-product-text-content-padding);opacity:0;transition:opacity .2s;}.product-slider--text-content.is-show{opacity:1;}.product-slider--text-content h3{margin:0 0 10px;font-family:var(--product-slider-product-title-font-family);font-weight:var(--product-slider-product-title-font-weight);font-size:var(--product-slider-product-title-font-size);text-align:center;}.product-slider--subline{text-align:center;font-size:var(--product-slider-product-subline-font-size);line-height:var(--product-slider-product-subline-line-height);opacity:0;transition:opacity .4s;transition-delay:.2s;}.product-slider--text-content .button-group{margin-top:var(--product-slider-button-group-margin-top);opacity:0;transition:opacity .4s;transition-delay:.4s;}.product-slider--text-content.is-show .product-slider--subline{opacity:1;}.product-slider--text-content.is-show .button-group{opacity:1;}.product-slider--layer{position:absolute;inset:0;display:flex;gap:100vw;}.product-slider--layer-subject{gap:200vw;}.product-slider--layer-frame{gap:250vw;}.product-slider--layer-foreground{gap:300vw;}.product-slider--layer-frame .product-slider--actor{overflow:hidden;}.product-slider--actor{position:relative;aspect-ratio:var(--product-slider-aspect-ratio);filter:brightness(0);transition:filter .3s;transition-delay:.1s;flex:0 0 var(--product-slider-slide-width);}.product-slider--actor.is-active{filter:brightness(1);transition-delay:.7s;}.product-slider--actor:before{content:'';position:absolute;top:50%;left:50%;width:20%;aspect-ratio:1 / 1;background-repeat:no-repeat;background-size:contain;}.product-slider--layer-background .product-slider--actor-1:before{top:15%;left:28%;width:103%;aspect-ratio:663 / 519;background-image:url(/themes/newston/components/components/product-slider/assets/arm-trace-background-mobile.png);}.product-slider--layer-subject .product-slider--actor-1:before{top:47%;left:-75%;width:140%;aspect-ratio:826 / 290;background-image:url(/themes/newston/components/components/product-slider/assets/body-mid.png);}.product-slider--layer-frame .product-slider--actor-1:before{top:0;left:-50%;width:130%;aspect-ratio:880 / 111;background-image:url(/themes/newston/components/components/product-slider/assets/frame-trace.png);}.product-slider--layer-foreground .product-slider--actor-1:before{display:none;}.product-slider--layer-background .product-slider--actor-2:before{top:21.2%;left:32%;width:80%;aspect-ratio:359 / 319;background-image:url(/themes/newston/components/components/product-slider/assets/arm-scan-background.png);}.product-slider--layer-subject .product-slider--actor-2:before{top:47%;left:-75%;width:140%;aspect-ratio:826 / 290;background-image:url(/themes/newston/components/components/product-slider/assets/body-mid.png);}.product-slider--layer-foreground .product-slider--actor-2:before{display:none;}.product-slider--layer-background .product-slider--actor-3:before{top:16.2%;left:39%;width:60%;aspect-ratio:342 / 420;background-image:url(/themes/newston/components/components/product-slider/assets/arm-aicell-background.png);}.product-slider--layer-subject .product-slider--actor-3:before{top:47%;left:-77%;width:140%;aspect-ratio:826 / 290;background-image:url(/themes/newston/components/components/product-slider/assets/body-low.png);}.product-slider--layer-foreground .product-slider--actor-3:before{display:none;}.product-slider--layer-background .product-slider--actor-4:before{top:21.2%;left:43%;width:75%;aspect-ratio:449 / 420;background-image:url(/themes/newston/components/components/product-slider/assets/arm-flushgap-background.png);}.product-slider--layer-subject .product-slider--actor-4:before{top:48%;left:-80%;width:145%;aspect-ratio:826 / 290;background-image:url(/themes/newston/components/components/product-slider/assets/body-high.png);}.product-slider--layer-foreground .product-slider--actor-4:before{display:none;}.product-slider--layer-background .product-slider--actor-5:before{top:23.2%;left:14%;width:97%;aspect-ratio:457 / 326;background-image:url(/themes/newston/components/components/product-slider/assets/arm-surface-background.png);}.product-slider--layer-subject .product-slider--actor-5:before{top:48%;left:-80%;width:145%;aspect-ratio:826 / 290;background-image:url(/themes/newston/components/components/product-slider/assets/body-high.png);}.product-slider--layer-foreground .product-slider--actor-5:before{display:none;}@media screen and (min-width:800px){.product-slider--layer-frame{inset:unset;top:7.5%;bottom:0;}.product-slider--layer-background .product-slider--actor-1:before{top:25.9%;left:7%;width:82%;background-image:url(/themes/newston/components/components/product-slider/assets/arm-trace-background.png);}.product-slider--layer-subject .product-slider--actor-1:before{top:42%;left:22.4%;width:53.4%;}.product-slider--layer-frame .product-slider--actor-1:before{width:55%;left:21.5%;}.product-slider--layer-foreground .product-slider--actor-1:before{display:block;top:18.3%;left:-3.9%;width:102%;aspect-ratio:1927 / 519;background-image:url(/themes/newston/components/components/product-slider/assets/arm-trace-foreground.png);}.product-slider--layer-background .product-slider--actor-2:before{top:24.2%;left:69.2%;width:25.4%;}.product-slider--layer-subject .product-slider--actor-2:before{top:42%;left:22.4%;width:53.4%;}.product-slider--layer-foreground .product-slider--actor-2:before{display:block;top:19.8%;left:-3.3%;width:35.3%;aspect-ratio:493 / 389;background-image:url(/themes/newston/components/components/product-slider/assets/arm-scan-foreground.png);}.product-slider--layer-background .product-slider--actor-3:before{top:18.7%;left:70%;width:20%;}.product-slider--layer-subject .product-slider--actor-3:before{top:42.9%;left:23.8%;width:53%;}.product-slider--layer-foreground .product-slider--actor-3:before{display:block;top:2.8%;left:9%;width:30%;aspect-ratio:475 / 539;background-image:url(/themes/newston/components/components/product-slider/assets/arm-aicell-foreground.png);}.product-slider--layer-background .product-slider--actor-4:before{top:29.6%;left:73%;width:22%;}.product-slider--layer-subject .product-slider--actor-4:before{top:42.6%;left:24.2%;width:54%;}.product-slider--layer-foreground .product-slider--actor-4:before{display:block;top:15%;left:-1.6%;width:31%;aspect-ratio:475 / 539;background-image:url(/themes/newston/components/components/product-slider/assets/arm-flushgap-foreground.png);}.product-slider--layer-background .product-slider--actor-5:before{top:27%;left:57%;width:30%;}.product-slider--layer-subject .product-slider--actor-5:before{top:42.6%;left:24.2%;width:54%;}.product-slider--layer-foreground .product-slider--actor-5:before{display:block;top:20.3%;left:2%;width:36%;aspect-ratio:493 / 389;background-image:url(/themes/newston/components/components/product-slider/assets/arm-surface-foreground.png);}}@media screen and (min-width:2200px){.product-slider--layer-background .product-slider--actor-1:before{background-image:url(/themes/newston/components/components/product-slider/assets/arm-trace-background%402x.png);}.product-slider--layer-foreground .product-slider--actor-1:before{background-image:url(/themes/newston/components/components/product-slider/assets/arm-trace-foreground%402x.png);}.product-slider--layer-background .product-slider--actor-2:before{background-image:url(/themes/newston/components/components/product-slider/assets/arm-scan-background%402x.png);}.product-slider--layer-foreground .product-slider--actor-2:before{background-image:url(/themes/newston/components/components/product-slider/assets/arm-scan-foreground%402x.png);}.product-slider--layer-background .product-slider--actor-3:before{background-image:url(/themes/newston/components/components/product-slider/assets/arm-aicell-background%402x.png);}.product-slider--layer-foreground .product-slider--actor-3:before{background-image:url(/themes/newston/components/components/product-slider/assets/arm-aicell-foreground%402x.png);}.product-slider--layer-background .product-slider--actor-4:before{background-image:url(/themes/newston/components/components/product-slider/assets/arm-flushgap-background%402x.png);}.product-slider--layer-foreground .product-slider--actor-4:before{background-image:url(/themes/newston/components/components/product-slider/assets/arm-flushgap-foreground%402x.png);}.product-slider--layer-background .product-slider--actor-5:before{background-image:url(/themes/newston/components/components/product-slider/assets/arm-surface-background%402x.png);}.product-slider--layer-foreground .product-slider--actor-5:before{background-image:url(/themes/newston/components/components/product-slider/assets/arm-surface-foreground%402x.png);}}
.quote{--quote-color:var(--color-brand-blue-dark);--quote-padding-left:28px;--quote-vertical-padding:24px;}.quote{display:flex;flex-direction:column;gap:var(--quote-vertical-padding);color:var(--quote-color);padding-left:var(--quote-padding-left);font-size:var(--font-size-body-small);}.quote--quote{position:relative;}.quote--quote svg{position:absolute;left:calc(-1 * var(--quote-padding-left));top:6px;}
.quote-slider{--quote-slider-padding:0;--quote-slider-control-size:64px;--quote-slider-control-color:var(--color-brand-blue-dark);--quote-slider-control-pull:0;}@media screen and (min-width:800px){.quote-slider{--quote-slider-padding:var(--quote-slider-control-size);--quote-slider-control-pull-prev-transform:translate(-12px,-50%);--quote-slider-control-pull-next-transform:translate(12px,-50%);}}@media screen and (min-width:1200px){.quote-slider{--quote-slider-padding:calc(var(--width-1-col) + var(--columns-gutter));--quote-slider-control-pull:calc(var(--content-padding-small) - var(--content-padding-medium));--quote-slider-control-pull-prev-transform:translate(-50%,-50%);--quote-slider-control-pull-next-transform:translate(50%,-50%);}}.quote-slider{position:relative;padding-left:var(--quote-slider-padding);padding-right:var(--quote-slider-padding);}.quote-slider--control{display:none;}.quote-slider--pagination-wrapper{display:flex;margin-top:12px;justify-content:center;}.quote-slider--pagination{display:flex;background-color:var(--color-white);width:auto !important;border-radius:10px;padding-left:6px;padding-right:6px;}.quote-slider--pagination .swiper-pagination-bullet{display:block;padding:6px;margin:0 !important;background:transparent !important;opacity:1 !important;}.quote-slider--pagination .swiper-pagination-bullet:before{content:"";display:block;width:6px;height:6px;border-radius:50%;background-color:transparent;border:1px solid var(--color-brand-blue-dark) !important;}.quote-slider--pagination .swiper-pagination-bullet-active:before{background-color:var(--color-brand-blue-dark);}@media screen and (min-width:800px){.quote-slider--control{display:block;position:absolute;top:50%;transition:opacity 0.3s;margin-top:-16px;}.quote-slider--control .icon,.quote-slider--control .icon svg{width:var(--quote-slider-control-size);height:var(--quote-slider-control-size);}.quote-slider--control .icon svg path{fill:var(--quote-slider-control-color);}.quote-slider--control-prev{left:var(--quote-slider-control-pull);transform:var(--quote-slider-control-pull-prev-transform);}.quote-slider--control-next{right:var(--quote-slider-control-pull);transform:var(--quote-slider-control-pull-next-transform);}.quote-slider--control.swiper-button-disabled{opacity:0.3;}}.quote-slider.js-intersection-off{opacity:0;transform:translateY(50px);}.quote-slider.js-intersection-on{transition:opacity .5s ease-out,transform .5s ease-out;opacity:1;transform:translateY(0);}
.some-icon{--some-icon-size:32px;}.some-icon{position:relative;display:inline-block;width:var(--some-icon-size);height:var(--some-icon-size);}.some-icon a{position:absolute;inset:0;}.some-icon svg{width:var(--some-icon-size);height:var(--some-icon-size);}.some-icon svg path{fill:var(--color-brand-blue-dark);transition:fill .2s;}.some-icon a:hover svg path{fill:var(--color-brand-blue-newston);}
.ui-some-icon-list{display:flex;column-gap:12px;}
.video-loop{--video-loop-aspect-ratio:4 / 5;}@media screen and (min-width:800px){.video-loop{--video-loop-aspect-ratio:16 / 9;}}.video-loop{max-width:100%;aspect-ratio:var(--video-loop-aspect-ratio);}.video-loop video{display:block;aspect-ratio:var(--video-loop-aspect-ratio);width:100%;height:auto;}
.well{--well-padding:var(--block-padding-default);}.well{padding:var(--well-padding);}.inverse .well{background:linear-gradient(180deg,rgba(0,0,135,.4) 0%,rgba(0,0,135,.2) 100%);}.well.js-intersection-off .figure{opacity:0;transform:translateY(40px);}.well.js-intersection-on .figure{transition:opacity .5s ease-out,transform .5s ease-out;opacity:1;transform:translateY(0);}
.paragraph--unpublished{background-color:#fff4f4;}
