
.datepicker-container {
  background-color: #fff;
  direction: ltr;
  font-size: 12px;
  left: 0;
  line-height: 30px;
  position: fixed;
  top: 0;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 210px;
  z-index: -1;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.datepicker-container::before,
.datepicker-container::after {
  border: 5px solid transparent;
  content: " ";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

.datepicker-dropdown {
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 3px 6px #ccc;
  box-shadow: 0 3px 6px #ccc;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  z-index: 1;
}

.datepicker-inline {
  position: static;
}

.datepicker-top-left,
.datepicker-top-right {
  border-top-color: #39f;
}

.datepicker-top-left::before,
.datepicker-top-left::after,
.datepicker-top-right::before,
.datepicker-top-right::after {
  border-top: 0;
  left: 10px;
  top: -5px;
}

.datepicker-top-left::before,
.datepicker-top-right::before {
  border-bottom-color: #39f;
}

.datepicker-top-left::after,
.datepicker-top-right::after {
  border-bottom-color: #fff;
  top: -4px;
}

.datepicker-bottom-left,
.datepicker-bottom-right {
  border-bottom-color: #39f;
}

.datepicker-bottom-left::before,
.datepicker-bottom-left::after,
.datepicker-bottom-right::before,
.datepicker-bottom-right::after {
  border-bottom: 0;
  bottom: -5px;
  left: 10px;
}

.datepicker-bottom-left::before,
.datepicker-bottom-right::before {
  border-top-color: #39f;
}

.datepicker-bottom-left::after,
.datepicker-bottom-right::after {
  border-top-color: #fff;
  bottom: -4px;
}

.datepicker-top-right::before,
.datepicker-top-right::after,
.datepicker-bottom-right::before,
.datepicker-bottom-right::after {
  left: auto;
  right: 10px;
}

.datepicker-panel > ul {
  margin: 0;
  padding: 0;
  width: 102%;
}

.datepicker-panel > ul::before,
.datepicker-panel > ul::after {
  content: " ";
  display: table;
}

.datepicker-panel > ul::after {
  clear: both;
}

.datepicker-panel > ul > li {
  background-color: #fff;
  cursor: pointer;
  float: left;
  height: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 30px;
}

.datepicker-panel > ul > li:hover {
  background-color: rgb(229, 242, 255);
}

.datepicker-panel > ul > li.muted,
.datepicker-panel > ul > li.muted:hover {
  color: #999;
}

.datepicker-panel > ul > li.highlighted {
  background-color: rgb(229, 242, 255);
}

.datepicker-panel > ul > li.highlighted:hover {
  background-color: rgb(204, 229, 255);
}

.datepicker-panel > ul > li.picked,
.datepicker-panel > ul > li.picked:hover {
  color: #39f;
}

.datepicker-panel > ul > li.disabled,
.datepicker-panel > ul > li.disabled:hover {
  background-color: #fff;
  color: #ccc;
  cursor: default;
}

.datepicker-panel > ul > li.disabled.highlighted,
.datepicker-panel > ul > li.disabled:hover.highlighted {
  background-color: rgb(229, 242, 255);
}

.datepicker-panel > ul > li[data-view="years prev"],
.datepicker-panel > ul > li[data-view="year prev"],
.datepicker-panel > ul > li[data-view="month prev"],
.datepicker-panel > ul > li[data-view="years next"],
.datepicker-panel > ul > li[data-view="year next"],
.datepicker-panel > ul > li[data-view="month next"],
.datepicker-panel > ul > li[data-view="next"] {
  font-size: 18px;
}

.datepicker-panel > ul > li[data-view="years current"],
.datepicker-panel > ul > li[data-view="year current"],
.datepicker-panel > ul > li[data-view="month current"] {
  width: 150px;
}

.datepicker-panel > ul[data-view="years"] > li,
.datepicker-panel > ul[data-view="months"] > li {
  height: 52.5px;
  line-height: 52.5px;
  width: 52.5px;
}

.datepicker-panel > ul[data-view="week"] > li,
.datepicker-panel > ul[data-view="week"] > li:hover {
  background-color: #fff;
  cursor: default;
}

.datepicker-hide {
  display: none;
}

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:inherit;font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}[hidden],template{display:none}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slidein{0%{opacity:0;transform:translateX(-100%)}to{opacity:1;transform:translateX(0)}}@font-face{font-display:swap;font-family:Chalet London;font-stretch:normal;font-style:normal;font-weight:400;src:local("Chalet London"),url(clientlib-site/resources/fonts/Chalet-LondonSixty.woff2) format("woff2"),url(clientlib-site/resources/fonts/Chalet-LondonSixty.woff) format("woff")}@font-face{font-display:swap;font-family:Chalet NewYork;font-stretch:normal;font-style:normal;font-weight:400;src:local("Chalet NewYork"),url(clientlib-site/resources/fonts/Chalet-NewYorkSixty.woff2) format("woff2"),url(clientlib-site/resources/fonts/Chalet-NewYorkSixty.woff) format("woff")}@font-face{font-display:swap;font-family:Chalet Paris;font-stretch:normal;font-style:normal;font-weight:400;src:local("Chalet Paris"),url(clientlib-site/resources/fonts/Chalet-ParisSixty.woff2) format("woff2"),url(clientlib-site/resources/fonts/Chalet-ParisSixty.woff) format("woff")}.btn,.marketo .mktoButton{background-color:#6400ff;border:0;border-radius:0;color:#fff;cursor:pointer;display:inline-block;font-family:Chalet London,sans-serif;font-size:1rem;line-height:1;margin:0 auto;padding:.7rem 2.25rem;text-align:center;text-decoration:none;transition-duration:.2s;transition-property:background-color transform;transition-timing-function:ease-in-out;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle}.btn:active,.btn:focus,.btn:focus-visible,.btn:hover,.marketo .mktoButton:active,.marketo .mktoButton:focus,.marketo .mktoButton:focus-visible,.marketo .mktoButton:hover{background-color:#3c0099;color:#fff;text-decoration:none}.btn .focus,.btn:focus-visible,.marketo .mktoButton .focus,.marketo .mktoButton:focus-visible{box-shadow:none;outline:3px solid #6400ff;outline-offset:3px}.btn.disabled,.btn:disabled,.marketo .disabled.mktoButton,.marketo .mktoButton:disabled{box-shadow:none;cursor:default;opacity:.4;pointer-events:none}.btn--close{border:0;padding:.5rem}.btn--close .svg-icon{height:1rem;vertical-align:top;width:1rem}.btn--close:not(.btn--text-link){background-color:transparent;color:#fff}.btn--close:not(.btn--text-link):focus,.btn--close:not(.btn--text-link):focus-visible,.btn--close:not(.btn--text-link):hover{color:#6400ff}.btn--text-link,.btn--video{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;background:transparent;border:0;border-radius:0;color:#6400ff;display:inline-block;padding-left:0;position:relative;text-align:left;vertical-align:baseline;white-space:normal;width:auto}.btn--text-link:active,.btn--text-link:focus,.btn--text-link:focus-visible,.btn--text-link:hover,.btn--video:active,.btn--video:focus,.btn--video:focus-visible,.btn--video:hover{background-color:transparent;color:#6400ff;text-decoration:underline}.btn--text-link .svg-icon{height:.6em;margin-left:.15em;transition:transform .2s ease-in-out;width:.8em}.btn--text-link:active .svg-icon,.btn--text-link:hover .svg-icon{transform:translateX(.5rem)}.btn--video .svg-icon{height:.77em;margin-right:.15em;width:.65em}@media(min-width:992px){.btn,.marketo .mktoButton{font-size:1.6rem;padding:.9rem 3rem}.btn--small{font-size:1rem}.btn--medium{font-size:1.4rem}}.buttoncomp{text-align:center}.buttoncomp .button{margin:0 auto;max-width:1400px}.buttoncomp .button--left{text-align:left}.buttoncomp .button--right{text-align:right}.buttoncomp .button--no-top-space .btn--text-link{padding-top:0}@media(min-width:992px){.buttoncomp .button--no-top-space{padding-top:0}}.buttoncomp .btn--text-link{line-height:1.2;padding:1rem}.container{margin-left:auto;margin-right:auto;padding-left:20px;padding-right:20px}.container:after,.container:before{content:" ";display:table}.container:after{clear:both}@media(min-width:768px){.container{width:760px}}@media(min-width:992px){.container{width:980px}}@media(min-width:1200px){.container{width:1180px}}.container-fluid{margin-left:auto;margin-right:auto;padding-left:20px;padding-right:20px}.container-fluid:after,.container-fluid:before{content:" ";display:table}.container-fluid:after{clear:both}.row{margin-left:-20px;margin-right:-20px}.row:after,.row:before{content:" ";display:table}.row:after{clear:both}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{min-height:1px;padding-left:20px;padding-right:20px;position:relative}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-1{width:8.3333333333%}.col-xs-2{width:16.6666666667%}.col-xs-3{width:25%}.col-xs-4{width:33.3333333333%}.col-xs-5{width:41.6666666667%}.col-xs-6{width:50%}.col-xs-7{width:58.3333333333%}.col-xs-8{width:66.6666666667%}.col-xs-9{width:75%}.col-xs-10{width:83.3333333333%}.col-xs-11{width:91.6666666667%}.col-xs-12{width:100%}.col-xs-pull-0{right:auto}.col-xs-pull-1{right:8.3333333333%}.col-xs-pull-2{right:16.6666666667%}.col-xs-pull-3{right:25%}.col-xs-pull-4{right:33.3333333333%}.col-xs-pull-5{right:41.6666666667%}.col-xs-pull-6{right:50%}.col-xs-pull-7{right:58.3333333333%}.col-xs-pull-8{right:66.6666666667%}.col-xs-pull-9{right:75%}.col-xs-pull-10{right:83.3333333333%}.col-xs-pull-11{right:91.6666666667%}.col-xs-pull-12{right:100%}.col-xs-push-0{left:auto}.col-xs-push-1{left:8.3333333333%}.col-xs-push-2{left:16.6666666667%}.col-xs-push-3{left:25%}.col-xs-push-4{left:33.3333333333%}.col-xs-push-5{left:41.6666666667%}.col-xs-push-6{left:50%}.col-xs-push-7{left:58.3333333333%}.col-xs-push-8{left:66.6666666667%}.col-xs-push-9{left:75%}.col-xs-push-10{left:83.3333333333%}.col-xs-push-11{left:91.6666666667%}.col-xs-push-12{left:100%}.col-xs-offset-0{margin-left:0}.col-xs-offset-1{margin-left:8.3333333333%}.col-xs-offset-2{margin-left:16.6666666667%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-4{margin-left:33.3333333333%}.col-xs-offset-5{margin-left:41.6666666667%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-7{margin-left:58.3333333333%}.col-xs-offset-8{margin-left:66.6666666667%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-10{margin-left:83.3333333333%}.col-xs-offset-11{margin-left:91.6666666667%}.col-xs-offset-12{margin-left:100%}@media(min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-1{width:8.3333333333%}.col-sm-2{width:16.6666666667%}.col-sm-3{width:25%}.col-sm-4{width:33.3333333333%}.col-sm-5{width:41.6666666667%}.col-sm-6{width:50%}.col-sm-7{width:58.3333333333%}.col-sm-8{width:66.6666666667%}.col-sm-9{width:75%}.col-sm-10{width:83.3333333333%}.col-sm-11{width:91.6666666667%}.col-sm-12{width:100%}.col-sm-pull-0{right:auto}.col-sm-pull-1{right:8.3333333333%}.col-sm-pull-2{right:16.6666666667%}.col-sm-pull-3{right:25%}.col-sm-pull-4{right:33.3333333333%}.col-sm-pull-5{right:41.6666666667%}.col-sm-pull-6{right:50%}.col-sm-pull-7{right:58.3333333333%}.col-sm-pull-8{right:66.6666666667%}.col-sm-pull-9{right:75%}.col-sm-pull-10{right:83.3333333333%}.col-sm-pull-11{right:91.6666666667%}.col-sm-pull-12{right:100%}.col-sm-push-0{left:auto}.col-sm-push-1{left:8.3333333333%}.col-sm-push-2{left:16.6666666667%}.col-sm-push-3{left:25%}.col-sm-push-4{left:33.3333333333%}.col-sm-push-5{left:41.6666666667%}.col-sm-push-6{left:50%}.col-sm-push-7{left:58.3333333333%}.col-sm-push-8{left:66.6666666667%}.col-sm-push-9{left:75%}.col-sm-push-10{left:83.3333333333%}.col-sm-push-11{left:91.6666666667%}.col-sm-push-12{left:100%}.col-sm-offset-0{margin-left:0}.col-sm-offset-1{margin-left:8.3333333333%}.col-sm-offset-2{margin-left:16.6666666667%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-4{margin-left:33.3333333333%}.col-sm-offset-5{margin-left:41.6666666667%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-7{margin-left:58.3333333333%}.col-sm-offset-8{margin-left:66.6666666667%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-10{margin-left:83.3333333333%}.col-sm-offset-11{margin-left:91.6666666667%}.col-sm-offset-12{margin-left:100%}}@media(min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-1{width:8.3333333333%}.col-md-2{width:16.6666666667%}.col-md-3{width:25%}.col-md-4{width:33.3333333333%}.col-md-5{width:41.6666666667%}.col-md-6{width:50%}.col-md-7{width:58.3333333333%}.col-md-8{width:66.6666666667%}.col-md-9{width:75%}.col-md-10{width:83.3333333333%}.col-md-11{width:91.6666666667%}.col-md-12{width:100%}.col-md-pull-0{right:auto}.col-md-pull-1{right:8.3333333333%}.col-md-pull-2{right:16.6666666667%}.col-md-pull-3{right:25%}.col-md-pull-4{right:33.3333333333%}.col-md-pull-5{right:41.6666666667%}.col-md-pull-6{right:50%}.col-md-pull-7{right:58.3333333333%}.col-md-pull-8{right:66.6666666667%}.col-md-pull-9{right:75%}.col-md-pull-10{right:83.3333333333%}.col-md-pull-11{right:91.6666666667%}.col-md-pull-12{right:100%}.col-md-push-0{left:auto}.col-md-push-1{left:8.3333333333%}.col-md-push-2{left:16.6666666667%}.col-md-push-3{left:25%}.col-md-push-4{left:33.3333333333%}.col-md-push-5{left:41.6666666667%}.col-md-push-6{left:50%}.col-md-push-7{left:58.3333333333%}.col-md-push-8{left:66.6666666667%}.col-md-push-9{left:75%}.col-md-push-10{left:83.3333333333%}.col-md-push-11{left:91.6666666667%}.col-md-push-12{left:100%}.col-md-offset-0{margin-left:0}.col-md-offset-1{margin-left:8.3333333333%}.col-md-offset-2{margin-left:16.6666666667%}.col-md-offset-3{margin-left:25%}.col-md-offset-4{margin-left:33.3333333333%}.col-md-offset-5{margin-left:41.6666666667%}.col-md-offset-6{margin-left:50%}.col-md-offset-7{margin-left:58.3333333333%}.col-md-offset-8{margin-left:66.6666666667%}.col-md-offset-9{margin-left:75%}.col-md-offset-10{margin-left:83.3333333333%}.col-md-offset-11{margin-left:91.6666666667%}.col-md-offset-12{margin-left:100%}}@media(min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-1{width:8.3333333333%}.col-lg-2{width:16.6666666667%}.col-lg-3{width:25%}.col-lg-4{width:33.3333333333%}.col-lg-5{width:41.6666666667%}.col-lg-6{width:50%}.col-lg-7{width:58.3333333333%}.col-lg-8{width:66.6666666667%}.col-lg-9{width:75%}.col-lg-10{width:83.3333333333%}.col-lg-11{width:91.6666666667%}.col-lg-12{width:100%}.col-lg-pull-0{right:auto}.col-lg-pull-1{right:8.3333333333%}.col-lg-pull-2{right:16.6666666667%}.col-lg-pull-3{right:25%}.col-lg-pull-4{right:33.3333333333%}.col-lg-pull-5{right:41.6666666667%}.col-lg-pull-6{right:50%}.col-lg-pull-7{right:58.3333333333%}.col-lg-pull-8{right:66.6666666667%}.col-lg-pull-9{right:75%}.col-lg-pull-10{right:83.3333333333%}.col-lg-pull-11{right:91.6666666667%}.col-lg-pull-12{right:100%}.col-lg-push-0{left:auto}.col-lg-push-1{left:8.3333333333%}.col-lg-push-2{left:16.6666666667%}.col-lg-push-3{left:25%}.col-lg-push-4{left:33.3333333333%}.col-lg-push-5{left:41.6666666667%}.col-lg-push-6{left:50%}.col-lg-push-7{left:58.3333333333%}.col-lg-push-8{left:66.6666666667%}.col-lg-push-9{left:75%}.col-lg-push-10{left:83.3333333333%}.col-lg-push-11{left:91.6666666667%}.col-lg-push-12{left:100%}.col-lg-offset-0{margin-left:0}.col-lg-offset-1{margin-left:8.3333333333%}.col-lg-offset-2{margin-left:16.6666666667%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-4{margin-left:33.3333333333%}.col-lg-offset-5{margin-left:41.6666666667%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-7{margin-left:58.3333333333%}.col-lg-offset-8{margin-left:66.6666666667%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-10{margin-left:83.3333333333%}.col-lg-offset-11{margin-left:91.6666666667%}.col-lg-offset-12{margin-left:100%}}fieldset{margin:0;min-width:0}fieldset,legend{border:0;padding:0}legend{border-bottom:1px solid #e5e5e5;color:#333;display:block;font-size:27px;line-height:inherit;margin-bottom:25px;width:100%}label{display:inline-block;font-weight:700;margin-bottom:5px;max-width:100%}input[type=search]{box-sizing:border-box}input[type=checkbox],input[type=radio]{line-height:normal;margin:4px 0 0;margin-top:1px\9}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=checkbox]:focus,input[type=file]:focus,input[type=radio]:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{padding-top:7px}.form-control,.marketo .mktoField,output{color:#555;display:block;font-size:18px;line-height:1.428571429}.form-control,.marketo .mktoField{background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;box-shadow:inset 0 1px 1px rgba(0,0,0,.075);height:39px;padding:6px 12px;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}.form-control:focus,.marketo .mktoField:focus{border-color:#66afe9;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);outline:0}.form-control::-moz-placeholder,.marketo .mktoField::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder,.marketo .mktoField:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder,.marketo .mktoField::-webkit-input-placeholder{color:#999}.form-control::-ms-expand,.marketo .mktoField::-ms-expand{background-color:transparent;border:0}.form-control[disabled],.form-control[readonly],.marketo [disabled].mktoField,.marketo [readonly].mktoField,.marketo fieldset[disabled] .mktoField,fieldset[disabled] .form-control,fieldset[disabled] .marketo .mktoField{background-color:#777;opacity:1}.form-control[disabled],.marketo [disabled].mktoField,.marketo fieldset[disabled] .mktoField,fieldset[disabled] .form-control,fieldset[disabled] .marketo .mktoField{cursor:not-allowed}.marketo textarea.mktoField,textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){.marketo input[type=date].mktoField,.marketo input[type=datetime-local].mktoField,.marketo input[type=month].mktoField,.marketo input[type=time].mktoField,input[type=date].form-control,input[type=datetime-local].form-control,input[type=month].form-control,input[type=time].form-control{line-height:39px}.input-group-sm input[type=date],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],.input-group-sm input[type=time],input[type=date].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm,input[type=time].input-sm{line-height:36px}.input-group-lg input[type=date],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],.input-group-lg input[type=time],input[type=date].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg,input[type=time].input-lg{line-height:53px}}.form-group{margin-bottom:15px}.checkbox,.radio{display:block;margin-bottom:10px;margin-top:10px;position:relative}.checkbox label,.radio label{cursor:pointer;font-weight:400;margin-bottom:0;min-height:25px;padding-left:20px}.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{margin-left:-20px;margin-top:4px\9;position:absolute}.checkbox+.checkbox,.radio+.radio{margin-top:-5px}.checkbox-inline,.radio-inline{cursor:pointer;display:inline-block;font-weight:400;margin-bottom:0;padding-left:20px;position:relative;vertical-align:middle}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-left:10px;margin-top:0}.checkbox-inline.disabled,.checkbox.disabled label,.radio-inline.disabled,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio label,fieldset[disabled] .radio-inline,fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:not-allowed}.form-control-static{margin-bottom:0;min-height:43px;padding-bottom:7px;padding-top:7px}.form-control-static.input-lg,.form-control-static.input-sm{padding-left:0;padding-right:0}.input-sm{border-radius:3px;font-size:16px;height:36px;line-height:1.5;padding:5px 10px}select.input-sm{height:36px;line-height:36px}select[multiple].input-sm,textarea.input-sm{height:auto}.form-group-sm .form-control,.form-group-sm .marketo .mktoField,.marketo .form-group-sm .mktoField{border-radius:3px;font-size:16px;height:36px;line-height:1.5;padding:5px 10px}.form-group-sm .marketo select.mktoField,.form-group-sm select.form-control,.marketo .form-group-sm select.mktoField{height:36px;line-height:36px}.form-group-sm .marketo select[multiple].mktoField,.form-group-sm .marketo textarea.mktoField,.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control,.marketo .form-group-sm select[multiple].mktoField,.marketo .form-group-sm textarea.mktoField{height:auto}.form-group-sm .form-control-static{font-size:16px;height:36px;line-height:1.5;min-height:41px;padding:6px 10px}.input-lg{border-radius:6px;font-size:23px;height:53px;line-height:1.3333333;padding:10px 16px}select.input-lg{height:53px;line-height:53px}select[multiple].input-lg,textarea.input-lg{height:auto}.form-group-lg .form-control,.form-group-lg .marketo .mktoField,.marketo .form-group-lg .mktoField{border-radius:6px;font-size:23px;height:53px;line-height:1.3333333;padding:10px 16px}.form-group-lg .marketo select.mktoField,.form-group-lg select.form-control,.marketo .form-group-lg select.mktoField{height:53px;line-height:53px}.form-group-lg .marketo select[multiple].mktoField,.form-group-lg .marketo textarea.mktoField,.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control,.marketo .form-group-lg select[multiple].mktoField,.marketo .form-group-lg textarea.mktoField{height:auto}.form-group-lg .form-control-static{font-size:23px;height:53px;line-height:1.3333333;min-height:48px;padding:11px 16px}.has-feedback{position:relative}.has-feedback .form-control,.has-feedback .marketo .mktoField,.marketo .has-feedback .mktoField{padding-right:48.75px}.form-control-feedback{display:block;height:39px;line-height:39px;pointer-events:none;position:absolute;right:0;text-align:center;top:0;width:39px;z-index:2}.form-group-lg .form-control+.form-control-feedback,.form-group-lg .marketo .mktoField+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-lg+.form-control-feedback,.marketo .form-group-lg .mktoField+.form-control-feedback{height:53px;line-height:53px;width:53px}.form-group-sm .form-control+.form-control-feedback,.form-group-sm .marketo .mktoField+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-sm+.form-control-feedback,.marketo .form-group-sm .mktoField+.form-control-feedback{height:36px;line-height:36px;width:36px}.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label{color:#3c763d}.has-success .form-control,.has-success .marketo .mktoField,.marketo .has-success .mktoField{border-color:#3c763d;box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus,.has-success .marketo .mktoField:focus,.marketo .has-success .mktoField:focus{border-color:#2b542c;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{background-color:#dff0d8;border-color:#3c763d;color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label{color:#8a6d3b}.has-warning .form-control,.has-warning .marketo .mktoField,.marketo .has-warning .mktoField{border-color:#8a6d3b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus,.has-warning .marketo .mktoField:focus,.marketo .has-warning .mktoField:focus{border-color:#66512c;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{background-color:#fcf8e3;border-color:#8a6d3b;color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label{color:#a94442}.has-error .form-control,.has-error .marketo .mktoField,.marketo .has-error .mktoField{border-color:#a94442;box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus,.has-error .marketo .mktoField:focus,.marketo .has-error .mktoField:focus{border-color:#843534;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{background-color:#f2dede;border-color:#a94442;color:#a94442}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:30px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{color:#404040;display:block;margin-bottom:10px;margin-top:5px}@media(min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control,.form-inline .marketo .mktoField,.marketo .form-inline .mktoField{display:inline-block;vertical-align:middle;width:auto}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn,.form-inline .input-group .marketo .mktoField,.marketo .form-inline .input-group .mktoField{width:auto}.form-inline .input-group>.form-control,.form-inline .marketo .input-group>.mktoField,.marketo .form-inline .input-group>.mktoField{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .checkbox,.form-inline .radio{display:inline-block;margin-bottom:0;margin-top:0;vertical-align:middle}.form-inline .checkbox label,.form-inline .radio label{padding-left:0}.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{margin-left:0;position:relative}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{margin-bottom:0;margin-top:0;padding-top:7px}.form-horizontal .checkbox,.form-horizontal .radio{min-height:32px}.form-horizontal .form-group{margin-left:-20px;margin-right:-20px}.form-horizontal .form-group:after,.form-horizontal .form-group:before{content:" ";display:table}.form-horizontal .form-group:after{clear:both}@media(min-width:768px){.form-horizontal .control-label{margin-bottom:0;padding-top:7px;text-align:right}}.form-horizontal .has-feedback .form-control-feedback{right:20px}@media(min-width:768px){.form-horizontal .form-group-lg .control-label{font-size:23px;padding-top:11px}.form-horizontal .form-group-sm .control-label{font-size:16px;padding-top:6px}}table{background-color:transparent}caption{color:#a4a4a4;padding-bottom:8px;padding-top:8px}caption,th{text-align:left}.table{margin-bottom:25px;max-width:100%;width:100%}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{border-top:1px solid #ddd;line-height:1.428571429;padding:8px;vertical-align:top}.table>thead>tr>th{border-bottom:2px solid #ddd;vertical-align:bottom}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}.table-bordered,.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*=col-]{display:table-column;float:none;position:static}table td[class*=col-],table th[class*=col-]{display:table-cell;float:none;position:static}.table-responsive{min-height:.01%;overflow-x:auto}@media screen and (max-width:767px){.table-responsive{margin-bottom:18.75px;overflow-y:hidden;width:100%;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}.form::-moz-placeholder,.mktoForm::-moz-placeholder{color:#a4a4a4;opacity:1}.form:-ms-input-placeholder,.mktoForm:-ms-input-placeholder{color:#a4a4a4}.form::-webkit-input-placeholder,.mktoForm::-webkit-input-placeholder{color:#a4a4a4}.form a,.mktoForm a{color:#000;text-decoration:underline;text-decoration-color:#6400ff;text-decoration-thickness:.15rem}.form a:focus,.form a:hover,.mktoForm a:focus,.mktoForm a:hover{text-decoration:none}.form p,.mktoForm p{margin:0 0 2rem}.form label,.mktoForm label{color:#000;font-weight:400}.form label p,.mktoForm label p{margin:0}.form .form-group,.form .mktoFieldWrap,.mktoForm .form-group,.mktoForm .mktoFieldWrap{margin-bottom:2rem}.form .form-control,.form .marketo .mktoField,.marketo .form .mktoField,.marketo .mktoForm .mktoField,.mktoForm .form-control,.mktoForm .marketo .mktoField{color:#000}.form .columnctrcomp,.mktoForm .columnctrcomp{overflow:visible;padding:0}.form .btn-submit,.mktoForm .btn-submit{font-size:1.3rem;margin-bottom:1rem;margin-top:1rem;padding-left:1.6rem;padding-right:1.6rem}.form--standard{margin:0 auto;max-width:700px;padding:1rem}.form-control,.marketo .mktoField{border:0;border-bottom:2px solid #000;border-radius:0;box-shadow:none;color:#000;height:2rem}.form-control:focus,.marketo .mktoField:focus{border-color:#6400ff;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(100,0,255,.6)}.form--standard select,.marketo select.mktoField,select.form-control,select.mktoField{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSI4Ij48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Im02IDggNi02LjYyM0wxMC43NTIgMCA2IDUuMjQ1IDEuMjQ4IDAgMCAxLjM3N3oiLz48L3N2Zz4=) no-repeat;background-position:right 10px bottom 12px;background-size:12px 8px;border:none;border-bottom:2px solid #000;font-size:1rem;height:2rem;padding:0 1.75rem 0 0}.form--standard select:focus,select.form-control:focus,select.mktoField:focus{border-color:#6400ff}.marketo select.mktoField::-ms-expand,select.form-control::-ms-expand{display:none}.form--standard select{border-radius:0;box-shadow:none;width:100%}.form--standard select:focus{border-color:#66afe9;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);outline:0}.form--standard select[multiple],.form--standard select[size]{height:auto;margin-bottom:.6rem}.form--standard select:focus{border-color:#6400ff;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(100,0,255,.6)}.form--standard .form_row_description:has(span){margin-bottom:1.2rem}.form--standard .form_leftcol{margin-bottom:.6rem}.form--standard .form_leftcol>div{display:inline}.form-list{list-style:none;margin:0;padding-left:0}.form li:not(#foo)>input[type=checkbox],.form li:not(#foo)>input[type=radio],.mktoForm .mktoCheckboxList>input[type=checkbox],.mktoForm .mktoCheckboxList>input[type=radio]{float:left;margin-left:0;opacity:0;width:20px}.form li:not(#foo)>input[type=checkbox]+label,.form li:not(#foo)>input[type=radio]+label,.mktoForm .mktoCheckboxList>input[type=checkbox]+label,.mktoForm .mktoCheckboxList>input[type=radio]+label{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAIAAAADnC86AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozRjc4NjQ3MjM1MDIxMUVBOEVEMUI5QUQxRThGM0IyMSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozRjc4NjQ3MzM1MDIxMUVBOEVEMUI5QUQxRThGM0IyMSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjNGNzg2NDcwMzUwMjExRUE4RUQxQjlBRDFFOEYzQjIxIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjNGNzg2NDcxMzUwMjExRUE4RUQxQjlBRDFFOEYzQjIxIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+/KgRnQAAADVJREFUeNrszaEBADAMw7Dm/6MzsB9KKhNDzVwrf233yAQMBoPBYDAYDAaDwWAweBe+1xNgAJVWbCXkbTZHAAAAAElFTkSuQmCC) 0 no-repeat;background-size:20px;clear:none;cursor:pointer;margin:0;min-height:20px;padding:.25em 0 .25em 1.8em;text-transform:none}.form li:not(#foo)>input[type=checkbox]:focus+label,.form li:not(#foo)>input[type=radio]:focus+label,.mktoForm .mktoCheckboxList>input[type=checkbox]:focus+label,.mktoForm .mktoCheckboxList>input[type=radio]:focus+label{box-shadow:none;outline:3px solid #6400ff;outline-offset:3px}.form li:not(#foo)>input[type=radio]+label,.mktoForm .mktoCheckboxList>input[type=radio]+label{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozRjc4NjQ3QTM1MDIxMUVBOEVEMUI5QUQxRThGM0IyMSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpFREU0OEY1MjM1MDIxMUVBOEVEMUI5QUQxRThGM0IyMSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjNGNzg2NDc4MzUwMjExRUE4RUQxQjlBRDFFOEYzQjIxIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjNGNzg2NDc5MzUwMjExRUE4RUQxQjlBRDFFOEYzQjIxIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+QVBA+wAAAwdJREFUeNrUmc9vEkEUxwfSklJtekAbQODYHkh6saaEWxvgBkdrPRr/DT1o+Hk3rYnxf2g0Hmhib0AQOJAQ0h4B04M2gaApenB8XzJjRgQKdLeM3+SbTJadN5/MsrvvvbWw2WQlPyDvkLfI6+R75Fvi9+/kz+Qzcol8Qv5E/jUYiHPOjJSHnCQ3EHtKN8RczyDgOFsmBHOQX5Cfkm04sLm5yQKBAAsGg8zv9zOv18tWVlb6J3e7XdZsNlmtVmO5XI4VCgVWrVZlrJ/kN+Tn5AsjdvAh+YvciWg0yrPZLJ9WmIO5yo4i5t5VOzhOC+QDGTAUCvFiscivK8RALAUUayxMC7hMfocAFouFx+NxbrQSiUQ/toDEWsuTAmLnjjDR6XTyUqnEzRJiYw0BeTRsJ4fpEBPW1tZ4vV7nZgtrYC0BeXgV4B5OtFqtvFwu85sS1sKaAnJ/FKBD3q34f9y00um0BLwg3x0GeCDv1nkpEon8c6mlfOIBaupNMcmlFoBg8amAeAXxWCzG5y0wCMikBMSLv4mDs7whjBYYBGBTsLFtHKB3K9dFYBGQ2yDcBSVe/LpIYdkB4H2MkJXoIoVlC4AbGCFl0kUKywYAXf1M1OPRBlBhcSFh/YEk9PLyki0tLWkB2Ov1mN1u7ye3Vqa5ANjFoN1uawOlsHQBeI5Rq9XSBlBhOQfgKUYocHSRwnIKwDJG+XxeG0BUgkIlqyiqtQJEmSp08l8kC3/SLdSt85ZSOyfVfNAjHtiG1L7XqfIEHFg8gyn/q3mn/EpBfzCqaPqKE1Kp1I3DZTIZCQcGx6iy89E8ys5KpaKWnY91LtxfT9JZsMnWh9vtNnUnEdvlcqmtD9s0zaMP8nKb8Z9Eoa5c1vfTNI+kFuXlhsPhsCE1M2IgltJ+wxqLs/QH1Rvnrwbm8fHx1GCYM6SBuW9UC/gO+SX5yagWsM/nY6urq/2TO50OazQa41rAb8nP8Egxo4meQso2QxO9Jeaa0kQf9RliV5St62Lh2+L3bwLoTKRzH2f9DPFbgAEAJTSXJ7KHIM8AAAAASUVORK5CYII=) 0 no-repeat;background-size:20px}.form li:not(#foo)>input[type=checkbox]:checked+label,.mktoForm .mktoCheckboxList>input[type=checkbox]:checked+label{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAIAAAADnC86AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozRjc4NjQ3NjM1MDIxMUVBOEVEMUI5QUQxRThGM0IyMSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozRjc4NjQ3NzM1MDIxMUVBOEVEMUI5QUQxRThGM0IyMSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjNGNzg2NDc0MzUwMjExRUE4RUQxQjlBRDFFOEYzQjIxIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjNGNzg2NDc1MzUwMjExRUE4RUQxQjlBRDFFOEYzQjIxIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+EFR2RQAAAR5JREFUeNrslz0SRDAUx2Nn9TTUerUruISKWu0KaldwBL1TOIUjUGTfjhmTyYa82LA7473GyPy9X7wvwdjdzFkunPPrkM4b+vjVGxOYwAT+b3BRFFrN86TBNI5j13V6NbdkURStPquqUmrsg9M0FX3CJq4A53mOjCIWHASBlto0DT53KN2asx1Hfd8bVYxeKuVMqRmGQaJO04QB7/Wx67rire/7kmCe5ziOxRXYh/TUwXYS2wMsSZLNoDEGMceUITYrnueJyizLlFSoL2T9Hy0HxsqylFagl/CNZ9bHO2mCGjTqeOMBoqRujSetH4PjLcz9MAw/q/L04y2MMGlWWDiN4wPVtu2X4/34R6Kua+14splj+oUhMIEJfHd7CTAAQN6AK4pzS5sAAAAASUVORK5CYII=);background-size:20px}.form li:not(#foo)>input[type=radio]:checked+label,.mktoForm .mktoCheckboxList>input[type=radio]:checked+label{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpFREU0OEY1NTM1MDIxMUVBOEVEMUI5QUQxRThGM0IyMSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpFREU0OEY1NjM1MDIxMUVBOEVEMUI5QUQxRThGM0IyMSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkVERTQ4RjUzMzUwMjExRUE4RUQxQjlBRDFFOEYzQjIxIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkVERTQ4RjU0MzUwMjExRUE4RUQxQjlBRDFFOEYzQjIxIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+z1b9MgAABFdJREFUeNrMWc1LG0EcncQkYFpRqKjRmGNbELy0Er/Fz5teBPuhp9I/QRQP7aHF73OxhdKT3vRQWnpQaA+CikYPFrGtnhJrldaipgot6vT3ltkyTXd2s3GDffBg2Zl58zKzM/P7TVwsNbiJZcR64k3iVWIR8ZIoPyJ+Jn4iRojviEvEs0QhzjlzEkHiIDEKbZuMirbBRINmdCVp7ArxEfE+0YcXpaWlrLy8nFVWVrKSkhJWXFzMsrKytMrxeJzFYjG2trbG5ubm2MLCAltdXdW1fhGfEx8S95wYwQ7iV30kWltb+fT0NLcLtEFbaUShectqBM3gIY7pgk1NTXxxcZGfF9CAlmQUfXjsGvQTX0HA5XLx/v5+7jQGBgY0bWESffmTNYiRe4mGBQUFPBKJ8HQB2uhDmHxpNJJGeIoGeXl5fH19nacb6AN9CZNPrQzeQkW3282Xl5dtdXR6espp9fLj42PbJtEX+hQm76i2GWwlH4i59H2wvr4+y+W9s7PDJiYmtG1ka2uLkUntvc/nY/n5+doW1NnZyWgaLbVGRkZYb28vHr8Tr5O5r4l1xvTVaoWDgwPe3d3Nw+EwLysrU27OKEMd1EUbK7S0tPwz1TpCYgO1XBSbm5u8sbHR1JiRUbTZ2NiwnGrRBl5CskEcQbytrc3SXHV1NU/hmNNYVVWlaZgBHkT9Qd0gDv4YXpqdEIeHh9oopGpOJzTMphseRN2Y8MbCeEFnq+kvw3dkZ1rNphtaZoAXUT8Mhw1wiYNfhd3dXTY7O8uWlpbOfbBDA1rQVEHyUg+DN/CELUGFyclJdnZ25ljMBq2pqSllueQFsSZ7j+GkX6Yc8o6OjnNPbSKhqQK8iHrvMYIBLRINBg1/DTbfaDTKnAY0VbMieQnAoBZl5uTkGFamo+vPCeEkoHl0dGRYJnnJclsJeTweli5kZGQklfzE8bC/v29YITMzk3m9XsfN4bz2+/2GZZKXOAx+wRMOe2WmpPg+z4OioiJlmeTlCwx+xBMSHBVqa2sZbbCOmYNWXV2dslzy8hEGl/E0Pz+vbNDe3s4oXnPMILSgqQIyQYGIWyTVpgYRz9XU1DgyitCAFuJFFRBfCrxLOljAAX9RwcKfcAt560WHW1LuPCjHg1imP1Fglfsi6ExXwIpgWbSBl2Bi0vTkokN+KaEfUyVN2HKuDA0N6QmMZdI0Pj6uLbDt7e1/kqaKigrW1dWVVNI0OjrKenp68LhHvEbm9ozq3U417Tw5OdGi7lTSzpWVFTntvPs/J+7PkrlZ8OlXH4WFhbZH0m7CHggE5KsPn53Lozf6dNM36bi54eFheVpf27k80uHVpxtsbm525CIJGtCSVjv68KZyPygvnL8uMGdmZmwbQxuDC8w7Tl0B5xIfE++proBDoRDLzs7WKtOep4X0JlfAL4gPiN/ScYk+hJAthaNuS7RNyyW66m+IBpG2XhUdXxblP4ShTyKce5vq3xC/BRgA2TzEGRxi3b4AAAAASUVORK5CYII=);background-size:20px}.form--radio-group.error,.form--radio-group.error legend,div.error,div.error legend,li.error,li.error legend{color:#d52b1e}.form--radio-group.error label.error,div.error label.error,li.error label.error{color:inherit;font-size:.9em;margin-top:.25em}.form--radio-group.error .form-control,.form--radio-group.error .marketo .mktoField,.marketo .form--radio-group.error .mktoField,.marketo div.error .mktoField,.marketo li.error .mktoField,div.error .form-control,div.error .marketo .mktoField,li.error .form-control,li.error .marketo .mktoField{border-color:#d52b1e;color:#d52b1e}div.error label.error{display:block}.marketo{margin-bottom:2rem}.marketo .mktoForm{margin:0 auto;max-width:1400px;visibility:hidden}.marketo .mktoForm[data-styles-ready=true]{visibility:visible}.marketo .mktoAsterix{display:none}.marketo .mktoRequiredField .mktoAsterix{display:inline;margin-right:.25em}.marketo .mktoLabel{display:block}.marketo .mktoHtmlText{padding:1rem 0}.marketo .mktoInstruction{color:#3b3b3b;font-size:.9rem}.marketo select.mktoField[multiple=multiple]{background:none;height:auto}.marketo .mktoFormRow{-moz-column-gap:1rem;column-gap:1rem;display:flex}.marketo .mktoFormRow .mktoFormCol{flex:1}.marketo .mktoCheckboxList input[type=checkbox]{height:auto;position:absolute}.marketo .mktoPlaceholder:empty{display:none}.marketo .mktoInvalid{border-color:#d52b1e}.marketo .mktoValid{border-color:#6400ff}.marketo .mktoError,.marketo .mktoErrorMsg{color:#d52b1e}.marketo .mktoButton{font-size:1.3rem;margin-bottom:1rem;margin-top:1rem;padding-left:1.6rem;padding-right:1.6rem}.marketo .g-recaptcha{visibility:hidden}.marketo .mktoForm .g-recaptcha{margin-bottom:1rem;visibility:visible}.marketo .mktoForm .g-recaptcha>div{margin-left:-.15rem;padding-left:.15rem;padding-top:.15rem}.marketo .mktoForm .g-recaptcha.mktoInvalid>div{outline:1px solid red;outline-offset:.2rem}.marketo .mktoForm .g-recaptcha textarea.g-recaptcha-response{border:0;height:0;margin:0;padding:0;resize:none}.marketo .mktoForm .g-recaptcha>iframe:not([title=reCAPTCHA]){height:0}html{background:#fff;box-sizing:border-box;font-size:20px;line-height:1.4;scroll-behavior:smooth;-webkit-tap-highlight-color:rgba(0,0,0,0)}*,:after,:before{box-sizing:inherit}body{background:#fff;color:#000;font-family:Chalet London,sans-serif}::-moz-selection{background:#6400ff;color:#fff}::selection{background:#6400ff;color:#fff}.tt_container{position:relative}.content-container{margin:0 auto;position:relative}@media(min-width:1220px){[id]:target{scroll-margin-top:9.75rem}}a{color:#6400ff;font-weight:inherit;text-decoration:none;transition:.2s;transition-property:color,border-color,background}a:active,a:focus,a:focus-visible,a:hover{text-decoration:underline}a:focus-visible{outline:3px solid #6400ff;outline-offset:3px}a.link-invert{color:#000}a.link-invert:active,a.link-invert:focus,a.link-invert:focus-visible,a.link-invert:hover{color:#6400ff}h1,h2,h3,h4,h5,h6{font-weight:400}b,h1,strong{font-family:Chalet NewYork,sans-serif}b,strong{font-weight:400}hr,iframe{border:0}hr{border-top:1px solid #e9e9ea;display:block;height:1px;margin:1em auto;max-width:1400px;padding:0}button,input,optgroup,select,textarea{font-family:Chalet London,sans-serif}.sr-only{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus-visible{height:auto;margin:0;overflow:visible;position:static;width:auto;clip:auto}.svg-icon{fill:currentcolor;height:1rem;width:1rem}.pull-right{float:right!important;margin-left:1rem!important}.pull-left,.pull-right{margin-bottom:1rem!important}.pull-left{float:left!important;margin-right:1rem!important}.hidden{display:none!important}.hide{display:none}.invisible{visibility:hidden}.pin:focus{outline:0}.addthis--wrap{padding-top:1em;text-align:right}.addthis--wrap .addthis_toolbox{display:inline-block;min-width:120px}.homepage-heading{height:1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border:0;clip-path:inset(50%);white-space:nowrap}.spinner{animation:spin 1.1s linear infinite;border:.5em solid rgba(100,0,255,.4);border-left-color:currentcolor;border-radius:50%;color:#6400ff;font-size:1em;height:3em;left:47%;left:calc(50% - 1.5em);margin:0 auto;position:absolute;text-indent:-9999em;top:30%;top:calc(50% - 1.5em);transform:translateZ(0);width:3em;z-index:4}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.columnctrcomp,.text{margin:0 auto;max-width:74rem;overflow:hidden;padding:0 1rem}@media(min-width:1200px){.columnctrcomp,.text{padding:0 2rem}}.text h1{font-size:1.8rem}@media(min-width:768px){.text h1{font-size:2rem}}@media(min-width:1200px){.text h1{font-size:2.2rem}}.text h2{font-size:1.2rem}@media(min-width:768px){.text h2{font-size:1.4rem}}@media(min-width:1200px){.text h2{font-size:1.6rem}}.text h3{font-size:1rem}@media(min-width:768px){.text h3{font-size:1.2rem}}@media(min-width:1200px){.text h3{font-size:1.4rem}}.text h4,.text h5,.text h6{font-size:1rem}.text h1,.text h2{margin:1.4rem 0 .6rem}.text h3,.text h4,.text h5,.text h6{margin:1rem 0 0}.text h3+p{margin-top:0}.text a{color:#000;text-decoration:underline;text-decoration-color:#6400ff;text-decoration-thickness:.15rem}.text a:focus,.text a:hover{text-decoration:none}.component-error{color:gray;outline:1px solid #d52b1e;padding:1em;text-align:center}.component-error h2,.component-error h3{color:#d52b1e;margin:0}.component-note{font-size:.8em;text-align:center}.data-holder--image img{display:block;width:100%}.sitemap{padding:0 0 1rem}.sitemap a{color:#000;text-decoration:underline;text-decoration-color:#6400ff;text-decoration-thickness:.15rem}.sitemap a:focus,.sitemap a:hover{text-decoration:none}.sitemap .linkcontainer .linkcontainer{padding-left:1rem}.sitemap .linkcontainer .linkcontainer .link{margin-left:.5rem}.sitemap .linkcontainer .linkcontainer .link:before{content:"•";left:-.4rem;position:relative}.sitemap .link{padding-bottom:.5rem}.xf-web-container{font-family:Chalet London,sans-serif}.experiencefragment .xf-content-height,.modal__body .xf-content-height{margin:0;min-height:auto}.container.responsivegrid{padding-left:0;padding-right:0;width:auto}.swiper-container{margin-left:auto;margin-right:auto;overflow:hidden;position:relative;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:content-box;display:flex;height:100%;position:relative;transition-property:transform;width:100%;z-index:1}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-container-multirow>.swiper-wrapper{-webkit-box-lines:multiple;-moz-box-lines:multiple;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{margin:0 auto;transition-timing-function:ease-out}.swiper-slide{-webkit-flex-shrink:0;-ms-flex:0 0 auto;flex-shrink:0;height:100%;position:relative;width:100%}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container .swiper-notification{left:0;opacity:0;pointer-events:none;position:absolute;top:0;z-index:-1000}.swiper-wp8-horizontal{touch-action:pan-y}.swiper-wp8-vertical{touch-action:pan-x}.swiper-button-next,.swiper-button-prev{background-position:50%;background-repeat:no-repeat;background-size:27px 44px;height:44px;margin-top:-22px;position:absolute;top:50%;width:27px;z-index:10}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath fill='%23007aff' d='M0 22 22 0l2.1 2.1L4.2 22l19.9 19.9L22 44z'/%3E%3C/svg%3E");left:10px;right:auto}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22 22 0l2.1 2.1L4.2 22l19.9 19.9L22 44z'/%3E%3C/svg%3E")}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath fill='%23fff' d='M0 22 22 0l2.1 2.1L4.2 22l19.9 19.9L22 44z'/%3E%3C/svg%3E")}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath fill='%23007aff' d='M27 22 5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0z'/%3E%3C/svg%3E");left:auto;right:10px}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22 5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0z'/%3E%3C/svg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath fill='%23fff' d='M27 22 5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0z'/%3E%3C/svg%3E")}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:.3s;z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullet{background:#000;border-radius:100%;display:inline-block;height:8px;opacity:.2;width:8px}button.swiper-pagination-bullet{-moz-appearance:none;-webkit-appearance:none;appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-white .swiper-pagination-bullet{background:#fff}.swiper-pagination-bullet-active{background:#007aff;opacity:1}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:5px 0}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 5px}.swiper-pagination-progress{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progress .swiper-pagination-progressbar{background:#007aff;height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progress{height:4px;left:0;top:0;width:100%}.swiper-container-vertical>.swiper-pagination-progress{height:100%;left:0;top:0;width:4px}.swiper-pagination-progress.swiper-pagination-white{background:hsla(0,0%,100%,.5)}.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar{background:#fff}.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar{background:#000}.swiper-container-3d{-o-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper{-ms-perspective:1200px}.swiper-container-cube,.swiper-container-flip{overflow:visible}.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide{backface-visibility:hidden;pointer-events:none;z-index:1}.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{backface-visibility:hidden;z-index:0}.swiper-container-cube .swiper-slide{height:100%;transform-origin:0 0;visibility:hidden;width:100%}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-cube-shadow{background:#000;bottom:0;filter:blur(50px);height:100%;left:0;opacity:.6;position:absolute;width:100%;z-index:0}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-zoom-container{align-items:center;display:flex;height:100%;justify-content:center;text-align:center;width:100%}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain}.swiper-scrollbar{background:rgba(0,0,0,.1);border-radius:10px;position:relative;-ms-touch-action:none}.swiper-container-horizontal>.swiper-scrollbar{bottom:3px;height:5px;left:1%;position:absolute;width:98%;z-index:50}.swiper-container-vertical>.swiper-scrollbar{height:98%;position:absolute;right:3px;top:1%;width:5px;z-index:50}.swiper-scrollbar-drag{background:rgba(0,0,0,.5);border-radius:10px;height:100%;left:0;position:relative;top:0;width:100%}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-lazy-preloader{animation:swiper-preloader-spin 1s steps(12) infinite;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-lazy-preloader:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 120 120'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-linecap='round' stroke-width='11' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:100%;content:"";display:block;height:100%;width:100%}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 120 120'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-linecap='round' stroke-width='11' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")}@keyframes swiper-preloader-spin{to{transform:rotate(1turn)}}.article{padding:0 1rem}.article .a2a_kit,.article .addthis_toolbox{margin-top:1rem}.article .a2a_kit a,.article .addthis_toolbox a{border:0}.article--heading{margin:0 auto;max-width:1400px;padding:0}@media(min-width:992px){.article--heading{padding:0 0 2rem}}.article--heading-date{font-family:Chalet Paris,sans-serif;font-size:.7rem;margin:0;text-transform:uppercase}@media(min-width:768px){.article--heading-date{font-size:.8rem}}@media(min-width:1200px){.article--heading-date{font-size:1rem}}.article--heading-title{color:#6400ff;font-family:Chalet London,sans-serif;font-size:1.8rem;letter-spacing:-.054rem;line-height:1;margin:0}@media(min-width:768px){.article--heading-title{font-size:2.2rem}}@media(min-width:1200px){.article--heading-title{font-size:2.5rem;letter-spacing:-.125rem}}.article--row{margin:0 auto;max-width:1400px;padding:0 0 2rem}.article--body,.article--rail{padding:0}.article--body h1,.article--rail h1{font-size:1.8rem}@media(min-width:768px){.article--body h1,.article--rail h1{font-size:2rem}}@media(min-width:1200px){.article--body h1,.article--rail h1{font-size:2.2rem}}.article--body h2,.article--rail h2{font-size:1.2rem}@media(min-width:768px){.article--body h2,.article--rail h2{font-size:1.4rem}}@media(min-width:1200px){.article--body h2,.article--rail h2{font-size:1.6rem}}.article--body h3,.article--rail h3{font-size:1rem}@media(min-width:768px){.article--body h3,.article--rail h3{font-size:1.2rem}}@media(min-width:1200px){.article--body h3,.article--rail h3{font-size:1.4rem}}.article--body h4,.article--body h5,.article--body h6,.article--rail h4,.article--rail h5,.article--rail h6{font-size:1rem}.article--body h1,.article--body h2,.article--rail h1,.article--rail h2{margin:1.4rem 0 .6rem}.article--body h3,.article--body h4,.article--body h5,.article--body h6,.article--rail h3,.article--rail h4,.article--rail h5,.article--rail h6{margin:1rem 0 .6rem}.article--body p,.article--rail p{margin:1rem 0}.article--body p a,.article--rail p a{color:#000;text-decoration:underline;text-decoration-color:#6400ff;text-decoration-thickness:.15rem}.article--body p a:focus,.article--body p a:hover,.article--rail p a:focus,.article--rail p a:hover{text-decoration:none}.article--body h2 a,.article--body h3 a,.article--body h4 a,.article--body h5 a,.article--body h6 a,.article--body li a{color:#000;text-decoration:underline;text-decoration-color:#6400ff;text-decoration-thickness:.15rem}.article--body h2 a:focus,.article--body h2 a:hover,.article--body h3 a:focus,.article--body h3 a:hover,.article--body h4 a:focus,.article--body h4 a:hover,.article--body h5 a:focus,.article--body h5 a:hover,.article--body h6 a:focus,.article--body h6 a:hover,.article--body li a:focus,.article--body li a:hover{text-decoration:none}@media(min-width:992px){.article--body{padding-right:2rem}}.article--rail{padding-top:1rem}.article--rail .featuredlinks,.article--rail .photopromo,.article--rail .socialfollow{margin:0 auto 2rem;max-width:25rem}.article .columnctrcomp,.article .text,.article .textimage{padding:0}.article .accordion{margin:1rem 0 0}.article .accordion+.accordion{margin-top:0}.article .adaptiveimage,.article .image,.article .video{margin:1rem auto 2rem;padding:0}.article .image img{margin:0;max-width:100%}.article blockquote{margin-left:0;margin-right:0}.brand-center .headingcomp+.text{padding-top:2rem}.brand-center .heading{margin-bottom:0}.brand-center .adaptiveimage{padding:0 1rem}@media(min-width:1200px){.brand-center .contentpromo--large .contentpromo__description,.brand-center .contentpromo--large .contentpromo__heading{font-size:1.5rem}.brand-center .contentpromo--small .contentpromo__description,.brand-center .contentpromo--small .contentpromo__heading,.brand-center .stat__description,.brand-center .stat__heading{font-size:1.25rem}}.brand-center .sectionheadingcomp+.text{margin-top:-1rem;padding-top:0}@media(min-width:1200px){.brand-center .sectionheadingcomp+.text{margin-top:-2.5rem}}.brand-center .sectionheading__description b,.brand-center .sectionheading__description h3,.brand-center .sectionheading__description strong,.brand-center .text b,.brand-center .text h3,.brand-center .text strong{font-family:Chalet NewYork,sans-serif}.brand-center .sectionheading__description h3,.brand-center .text h3{font-size:1em;line-height:1;margin:0 0 1em}@media(min-width:768px){.brand-center .sectionheading__description,.brand-center .text{font-size:1.25rem}}@media(min-width:1200px){.brand-center .sectionheading__description,.brand-center .text{font-size:1.5rem}}.brand-center .text{letter-spacing:-.05rem;padding:2rem 2.4rem}.brand-center .text p,.brand-center .text>:first-child{margin-top:0}.brand-center .text>:last-child{margin-bottom:0}@media(min-width:1200px){.brand-center .text{padding:4rem 9.1rem 3rem}}.brand-center-text-sm{padding-bottom:1rem}.brand-center-text-sm .text{font-size:1rem;padding:0 1.4rem}.brand-center-text-sm [class*=" col- "]:first-child .text,.brand-center-text-sm [class^=col-]:first-child .text{padding-bottom:1rem}@media(min-width:768px){.brand-center-text-sm [class*=" col- "]:first-child .text,.brand-center-text-sm [class^=col-]:first-child .text{padding-right:0}.brand-center-text-sm [class*=" col- "]:last-child .text,.brand-center-text-sm [class^=col-]:last-child .text{padding-left:0}}@media(min-width:1200px){.brand-center-text-sm [class*=" col- "] .text,.brand-center-text-sm [class^=col-] .text{padding-top:1rem}.brand-center-text-sm [class*=" col- "]:first-child .text,.brand-center-text-sm [class^=col-]:first-child .text{padding-left:7.1rem}.brand-center-text-sm [class*=" col- "]:last-child .text,.brand-center-text-sm [class^=col-]:last-child .text{padding-right:7.1rem}}.brand-center-subheading .text{padding:2rem 1.4rem 0}.brand-center-subheading--one .text{padding:0 0 .25em}@media(min-width:768px){.brand-center-subheading--one .text{padding-bottom:1rem}}.brand-center-subheading--two .text{padding-bottom:1rem;padding-left:0}.brand-center .sectionheadingcomp+.columnctrcomp{overflow:visible}.brand-center .sectionheadingcomp+.columnctrcomp .brand-center-subheading--two{margin-top:-1.7rem}@media(min-width:1200px){.brand-center .sectionheadingcomp+.columnctrcomp .brand-center-subheading--two{margin-top:-3.5rem}}.swiper-wrapper{list-style:none;margin:0;padding-left:0}.swiper-controls{bottom:2em;color:#6400ff;height:2em;left:50%;min-width:12em;position:absolute;right:auto;transform:translateX(-50%);z-index:2}.swiper-controls-wrap{display:inline-block;position:relative}.swiper-pagination{bottom:0;width:100%}.swiper-pagination-bullet{background:none;border:2px solid;height:12px;line-height:1.2;margin:0 .25em;opacity:1;width:12px}.swiper-pagination-bullet-active{background:currentColor}.swiper-pagination-bullet:focus,.swiper-pagination-bullet:hover{color:#3c0099}.swiper-pagination-bullet:focus-visible{box-shadow:none;outline:3px solid #fff;outline-offset:3px}.swiper-button-next,.swiper-button-prev{background-color:transparent;background:none;border:0;bottom:0;box-shadow:none;color:inherit;cursor:pointer;margin-top:0;padding:0;text-align:left;top:auto;z-index:11}.swiper-button-next:focus,.swiper-button-next:hover,.swiper-button-prev:focus,.swiper-button-prev:hover{color:#3c0099}.swiper-button-next:focus-visible,.swiper-button-prev:focus-visible{box-shadow:none;outline:3px solid #fff;outline-offset:3px}.swiper-button-prev{height:22.627416998px;position:relative;position:absolute;width:22.627416998px}.swiper-button-prev:before{border-right:2px solid;border-top:2px solid;content:"";height:16px;left:2px;position:absolute;top:2px;transform:rotate(-135deg);width:16px}.swiper-button-next{height:22.627416998px;position:relative;position:absolute;width:22.627416998px}.swiper-button-next:before{border-right:2px solid;border-top:2px solid;content:"";height:16px;left:2px;position:absolute;top:2px;transform:rotate(45deg);width:16px}.promocarousel{margin:0 auto}.promocarousel .swiper-container{max-width:1400px;padding-bottom:5rem}.promocarousel .swiper-button-next,.promocarousel .swiper-button-prev,.promocarousel .swiper-pagination-bullet{outline-color:#6400ff}.promocarousel .contentpromo{margin:0;padding:1rem 0 0}@media(min-width:992px){.promocarousel{padding:1rem}}.herocarousel{margin-bottom:2rem}.herocarousel .swiper-controls{color:#fff}.herocarousel .heading{margin-bottom:0}@media(min-width:1200px){.herocarousel{margin-bottom:4rem}}.socialnews{padding:1rem}.socialnews--content{margin:0 auto;max-width:1400px;padding-bottom:2rem}.socialnews--item{background:#e9e9ea;color:#000;display:flex;flex-wrap:wrap;margin-bottom:1em;min-height:369px;width:100%}.socialnews--item.hide{height:0;margin-bottom:0;max-height:0;min-height:auto;overflow:hidden}.socialnews--item:nth-child(3n+2){background:#4e4e4e;color:#fff}.socialnews--item:nth-child(3n+2) .socialnews--date,.socialnews--twitter,.socialnews--twitter .socialnews--date{color:#fff}.socialnews--twitter{background:#05a0f6;min-height:914px;padding-top:3em;text-align:center}.socialnews--twitter .socialnews--description{position:relative}.socialnews--twitter .socialnews--description:before{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIj48dGl0bGU+dHdpdHRlcjwvdGl0bGU+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTMyIDYuMDc2YTEzLjEgMTMuMSAwIDAgMS0zLjc3MSAxLjAzNCA2LjYgNi42IDAgMCAwIDIuODg3LTMuNjMyIDEzLjIgMTMuMiAwIDAgMS00LjE2OSAxLjU5MyA2LjU2IDYuNTYgMCAwIDAtNC43OTItMi4wNzMgNi41NjUgNi41NjUgMCAwIDAtNi41NjUgNi41NjVxLjAwMS43NzQuMTcgMS40OTZhMTguNjQgMTguNjQgMCAwIDEtMTMuNTMyLTYuODZBNi41NCA2LjU0IDAgMCAwIDEuMzM5IDcuNWE2LjU2IDYuNTYgMCAwIDAgMi45MjEgNS40NjUgNi41NCA2LjU0IDAgMCAxLTIuOTc0LS44MjFsLS4wMDEuMDgzYTYuNTcgNi41NyAwIDAgMCA1LjI2NiA2LjQzNyA2LjYgNi42IDAgMCAxLTIuOTY1LjExMiA2LjU3IDYuNTcgMCAwIDAgNi4xMzMgNC41NTkgMTMuMTcgMTMuMTcgMCAwIDEtOC4xNTQgMi44MXEtLjc5NSAwLTEuNTY2LS4wOTJhMTguNiAxOC42IDAgMCAwIDEwLjA2NCAyLjk1YzEyLjA3NiAwIDE4LjY3OS0xMC4wMDQgMTguNjc5LTE4LjY4cTAtLjQyNy0uMDE5LS44NDlhMTMuNCAxMy40IDAgMCAwIDMuMjc2LTMuMzk4eiIvPjwvc3ZnPg==) 0 0/100% no-repeat;content:"";height:2.5em;left:50%;position:absolute;right:auto;top:-3.5em;transform:translateX(-50%);width:2.5em}.socialnews--twitter .socialnews--description a{border-bottom:0;color:inherit;text-decoration:underline;text-decoration-color:hsla(0,0%,100%,.8)}.socialnews--img,.socialnews--text{flex:1 1 auto;padding:1rem;width:100%}.socialnews--img iframe,.socialnews--text iframe{height:800px!important}.socialnews--img img{display:block;margin:0 auto;max-width:100%}.socialnews--date{font-family:Chalet Paris,sans-serif;font-size:.7rem;margin:0;text-transform:uppercase}@media(min-width:992px){.socialnews--date{font-size:1rem}}.socialnews--link{color:inherit;text-decoration:underline;text-decoration-color:#6400ff;text-decoration-thickness:.15rem}.socialnews--link:focus,.socialnews--link:hover{text-decoration:none}@media(min-width:1200px){.socialnews--link{font-size:1.5rem}}.socialnews .caret-icon{display:none}.socialnews--cta-wrap{text-align:center}@media(min-width:768px){.socialnews .grid-sizer,.socialnews--item{width:48%}.socialnews .gutter-sizer{width:2%}}@media(min-width:992px){.socialnews--img,.socialnews--text{padding:1em;width:48%}.socialnews--img{padding-right:0}}/*! Source: html5-boilerplate 5.3.0 main.css */@media print{*,:after,:before,:first-letter,:first-line{background:transparent!important;box-shadow:none!important;color:#000!important;text-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}.siteheader--logo a:after,a[href^="#"]:after,a[href^="javascript:"]:after{content:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.betafeedback,.brandednav,.footer-nav,.hamburgernav,.jobsearch,.quicknav,.sectionnav,.siteheader--search{display:none!important}.herocarousel{background:#fff}.swiper-controls,.swiper-slide-duplicate{display:none!important}.swiper-wrapper{display:block;transform:none!important}.swiper-slide{height:auto;width:auto!important}.swiper-slide .amazinghero{display:block}.accordion--content{height:auto!important;max-height:none!important;padding:1em!important}.accordion--openclose{display:none}.adaptiveimage img,.blockquote,.photopromo,.video--link img,blockquote{border:0!important}.photopromo--img{padding-bottom:1em}.photopromo--img>div{position:static;transform:none}.photopromo--text-wrap{position:static}.photopromo--text{background:none;color:#000;position:static}}.ambient-hero__content{margin:0 auto;max-width:1600px;overflow:hidden;position:relative}.ambient-hero--withAmbientVideo .ambient-hero__img{display:none}.ambient-hero__media{overflow:hidden;padding-bottom:100%;position:relative}.ambient-hero__media>img{bottom:auto;left:0;position:absolute;top:50%;transform:translateY(-50%)}.ambient-hero__media-item{bottom:auto;display:block;left:50%;position:absolute;right:auto;top:50%;transform:translateX(-50%) translateY(-50%);width:100%}.ambient-hero__media-item img{display:block;max-width:none;width:100%}@media(min-width:768px){.ambient-hero__media{height:auto;overflow:hidden;padding-bottom:37.5%;position:relative}.ambient-hero__media>img{bottom:auto;left:0;position:absolute;top:50%;transform:translateY(-50%)}}.ambient-hero__video-item{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.ambient-hero__vidcontrols{background:hsla(0,0%,100%,.6);bottom:0;line-height:1;position:absolute;right:0;z-index:5}.ambient-hero__pause{background:transparent url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHRpdGxlPnBhdXNlPC90aXRsZT48cGF0aCBkPSJNNCA0aDEwdjI0SDR6bTE0IDBoMTB2MjRIMTh6Ii8+PC9zdmc+) 50% 50%/90% no-repeat;border:0;border-radius:0;box-shadow:none;color:#fff;display:inline-block;height:2rem;opacity:.6;padding:.25em .5em;text-decoration:none;vertical-align:middle;width:2rem}.ambient-hero__pause:active,.ambient-hero__pause:focus,.ambient-hero__pause:focus-visible,.ambient-hero__pause:hover{opacity:1}.ambient-hero__pause:focus-visible{outline:3px solid #6400ff;outline-offset:-3px}.ambient-hero__pause.pause-on{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHRpdGxlPnBsYXk8L3RpdGxlPjxwYXRoIGQ9Im02IDQgMjAgMTJMNiAyOHoiLz48L3N2Zz4=)}.ambient-hero__text{font-size:1rem;letter-spacing:-.025rem;line-height:1.2;padding:1.5rem 1rem}@media(min-width:768px){.ambient-hero__text{font-size:1.2rem}}@media(min-width:1200px){.ambient-hero__text{font-size:1.4rem}}.ambient-hero__text-wrap{margin:0 auto;max-width:1400px}@media(min-width:1200px){.ambient-hero__text{letter-spacing:-.05rem;padding:2.8rem 2rem}}.ambient-hero__description{padding:0 1.4rem}@media(min-width:1200px){.ambient-hero__description{padding:0 7.1rem}}.ambient-hero__description p{margin:0}.cardcontainercomp+.ambientvideo .ambient-hero{margin-top:4rem}@media(min-width:1200px){.cardcontainercomp+.ambientvideo .ambient-hero{margin-top:7rem}}.accordion{margin:0 1rem}.article--body .accordion,.article--rail .accordion,.blog-article__main .accordion{margin-left:0;margin-right:0}.accordion+.accordion .accordion__item{border-top:0}.accordion+.accordion .accordion .accordion__item,.accordion__item{border-top:2px solid #000}.accordion__item{border-bottom:2px solid #000;margin:0 auto;max-width:1400px;position:relative}.accordion__item .accordion__title{color:#000;cursor:pointer;font-size:1.2rem;letter-spacing:-.75px;line-height:1;margin:0;padding:1rem 4rem 1rem 1rem;position:relative}.accordion__item .accordion__title p{display:inline;margin:0}.accordion__item .accordion+.accordion .accordion__item{border-top:0}.accordion__link{background-color:transparent;border:0;box-shadow:none;cursor:pointer;display:block;padding:0;text-align:left;width:100%}.accordion__link:focus,.accordion__link:hover{text-decoration:none}.accordion__link:focus .accordion__openclose,.accordion__link:hover .accordion__openclose{color:#6400ff}.accordion__link:focus-visible{box-shadow:none;outline:3px solid #6400ff;outline-offset:3px}.accordion__content{display:none;padding:1rem}.accordion__content img{display:block;margin:0 auto;max-width:100%}.accordion__openclose{color:#000;display:block;font-size:inherit;height:28px;position:absolute;right:1rem;top:30%;transition:color .2s;width:28px}.accordion__openclose:after,.accordion__openclose:before{background:currentColor;content:"";position:absolute}.accordion__openclose:before{height:19px;right:12.5px;top:4.5px;transition:transform .5s;width:3px}.accordion__openclose:after{height:3px;right:4.5px;top:12.5px;width:19px}.accordion__item.active>.accordion__content,.nojs .accordion__item>.accordion__content{display:block}.accordion__item.active>.accordion__link .accordion__openclose:before,.nojs .accordion__item>.accordion__link .accordion__openclose:before{transform:rotate(270deg)}.accordion__item .adaptiveimage{margin:0 auto}.act-impact{padding:0 1rem}@media(min-width:1200px){.act-impact{padding-bottom:4rem;padding-top:4rem}.act-impact--no-top-space{padding-top:0}.act-impact--no-bottom-space{padding-bottom:0}}.act-impact__content{margin:0 auto;max-width:1400px;position:relative}@media(min-width:1200px){.act-impact__content{align-items:center;display:flex}.act-impact--threeCol .act-impact__content{align-items:stretch}}@media(min-width:1380px){.act-impact--threeCol .act-impact__content{align-items:center}}.act-impact__text{padding:1.5rem 0}@media(min-width:1200px){.act-impact__text{flex:0 1 50%;padding-right:2rem}.act-impact--threeCol .act-impact__text{flex:0 1 33.3333%;padding-left:2rem;padding-right:2rem}}@media(min-width:1400px){.act-impact__text{padding-right:3.2rem}}.act-impact__icon{display:block;margin:0 0 2rem;max-width:88px}.act-impact__heading{color:#6400ff;font-family:Chalet London,sans-serif;font-size:1.6rem;font-size:1.8rem;letter-spacing:-.04rem;line-height:1;margin:0}@media(min-width:768px){.act-impact__heading{font-size:1.8rem}}.act-impact--threeCol .act-impact__heading{text-wrap:balance}.act-impact__heading p{margin:0}.act-impact__heading p+p{margin-top:1rem}@media(min-width:768px){.act-impact__heading p+p{margin-top:1.5rem}}.act-impact__description{margin-top:2rem}.act-impact__description p,.act-impact__description>:first-child{margin-top:0}.act-impact__description>:last-child{margin-bottom:0}.act-impact__cta{display:inline-block;font-size:1rem;line-height:1.2;margin-top:1rem}.act-impact__cta .svg-icon{height:.6em;margin-left:.15em;transition:transform .2s ease-in-out;width:.8em}.act-impact__cta:active .svg-icon,.act-impact__cta:hover .svg-icon{transform:translateX(.5rem)}.act-impact__media{display:none;overflow:hidden;position:relative;width:100%}@media(min-width:1200px){.act-impact__media+.act-impact__text{padding-left:2rem;padding-right:0}.act-impact--threeCol .act-impact__media+.act-impact__text{padding-left:2rem;padding-right:2rem}}@media(min-width:1400px){.act-impact__media+.act-impact__text{padding-left:3.2rem}}.act-impact__media--overlay-purple:before,.act-impact__media--overlay-white:before{bottom:auto;content:"";display:block;height:266px;left:50%;pointer-events:none;position:absolute;right:auto;top:50%;transform:translateX(-50%) translateY(-50%);width:300px;z-index:1}.act-impact__media--overlay-purple:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300.316' height='266.406' viewBox='0 0 300.316 266.406'%3E%3Cpath fill='%236400ff' fill-rule='evenodd' d='m267.556 266.406-117.4-210.911-117.4 210.911H.005L150.156.013l150.15 266.393z'/%3E%3C/svg%3E")}.act-impact__media--overlay-white:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300.316' height='266.41' viewBox='0 0 300.316 266.41'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M267.556 266.41 150.156 55.5l-117.4 210.91H.005L150.156.02l150.15 266.39z'/%3E%3C/svg%3E")}.act-impact__media--act.act-impact__media--overlay-white:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300.3' height='266.4' viewBox='0 0 300.3 266.4'%3E%3Cpath fill='%23fff' d='m150.2 4.1 146.7 260.3h-28.2L151.9 54.5l-1.7-3.1-1.7 3.1L31.6 264.4H3.4zm0-4.1L0 266.4h32.8L150.2 55.5l117.4 210.9h32.8z'/%3E%3C/svg%3E");background-position:26% -70px;background-repeat:no-repeat;background-size:140% auto;bottom:0;height:auto;left:0;right:0;top:0;transform:none;width:auto}.act-impact--threeCol .act-impact__media--act.act-impact__media--overlay-white:before{background-size:180% auto}@media(min-width:1200px){.act-impact__media{display:block;flex:0 1 50%}.act-impact--threeCol .act-impact__media{flex:0 1 33.3333%}}.act-impact__img{aspect-ratio:1.5;display:block;height:100%;max-width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.act-impact--threeCol .act-impact__img{aspect-ratio:1/1.6}.basicpromo{background:#e9e9ea;color:#000;margin:0 auto .5rem;max-width:1400px}@media(min-width:768px){.basicpromo{display:flex;margin-bottom:1rem}.basicpromo--left .basicpromo__text{order:1}}.basicpromo__media{width:100%}@media(min-width:768px){.basicpromo__media{width:50%}.basicpromo--third .basicpromo__media{width:33.3333%}.basicpromo--quarter .basicpromo__media{width:25%}}.basicpromo__img{aspect-ratio:1.5;display:block;height:100%;max-width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.basicpromo__text{padding:2rem 1rem 1.2rem}@media(min-width:768px){.basicpromo__text{width:50%}.basicpromo--third .basicpromo__text{width:66.6667%}.basicpromo--quarter .basicpromo__text{width:75%}}@media(min-width:992px){.basicpromo__text{padding:3rem}}.basicpromo__title{font-size:1rem;line-height:1.2;margin:0 0 1rem}@media(min-width:768px){.basicpromo__title{font-size:1.2rem}}@media(min-width:1200px){.basicpromo__title{font-size:1.4rem}}.basicpromo__title-stats,.basicpromo__title-two{margin-top:1.4rem}.basicpromo__description{font-size:.8rem;margin:0 0 1rem}.basicpromo__description p,.basicpromo__description>:first-child{margin-top:0}.basicpromo__description>:last-child{margin-bottom:0}.basicpromo__description b,.basicpromo__description strong{font-family:Chalet NewYork,sans-serif}.basicpromo__description a{color:#000;text-decoration:underline;text-decoration-color:#6400ff;text-decoration-thickness:.15em}.basicpromo__description a:focus,.basicpromo__description a:hover{text-decoration:none}.basicpromo__linkwrap{margin:0}.basicpromo__link{display:inline-block;font-size:.8rem;margin-top:1em}.basicpromo__link .svg-icon{height:.6em;margin-left:.25em;transition:transform .2s ease-in-out;width:.8em}.basicpromo__link:active .svg-icon,.basicpromo__link:hover .svg-icon{transform:translateX(.5rem)}.basicpromo__link.btn--text-link{margin-bottom:1em;margin-top:0}@media(min-width:992px){.basicpromo__link{font-size:1rem;margin-bottom:1.75rem}.basicpromo__link.btn{padding:.7rem 2.25rem}}@media(min-width:1200px){.basicpromo__stats{display:flex}}.basicpromo__stat{font-size:.7rem;margin:0}@media(min-width:1200px){.basicpromo__stat{font-size:.8rem;max-width:12.8rem}.basicpromo__stat:first-child{margin-right:2.25rem}}.basicpromo__stat p{margin:0}.basicpromo__stat p+p{margin-top:.5rem}.basicpromo__stat span{color:#6400ff;display:block;font-family:Chalet NewYork,sans-serif;font-size:3.4rem;letter-spacing:-.14rem;line-height:1;margin-bottom:.1rem}@media(min-width:1200px){.basicpromo__stat span{font-size:3.8rem}}blockquote{border:0;color:#6400ff;font-size:1.2rem;line-height:1.2;margin:1.5rem 1rem;padding:0}@media(min-width:768px){blockquote{font-size:1.4rem}}@media(min-width:1200px){blockquote{font-size:1.6rem}}blockquote p{font-size:inherit}.blockquote blockquote,blockquote p{margin:1rem 0}.blockquote__content{margin:2rem auto;max-width:1200px;padding:0 1rem}@media(min-width:992px){.blockquote__content{display:flex;justify-content:space-between;margin-bottom:3rem;margin-top:3rem}}.article--body .blockquote__content,.blog-article__main .blockquote__content,.full-bleed-ctn .blockquote__content{margin-top:2rem}.blockquote__image{margin:2rem auto 0;max-height:14.25rem;max-width:14.25rem;padding:0 1rem}@media(min-width:992px){.blockquote__image{flex:0 1 25%;padding:0 0 0 1.2rem;width:25%}.blockquote--img-left .blockquote__image{padding:0 1.2rem 0 0}}@media(min-width:1200px){.blockquote__image{margin-top:0}}.blockquote__img{border-radius:50%;display:block;margin:0 auto;max-width:100%}@media(min-width:992px){.blockquote__quote{flex:1}.blockquote--img-left .blockquote__quote{order:1}}.blockquote__quote p{margin:0}.blockquote__quote p+p{margin-top:.5rem}.blockquote__quote a{color:inherit;text-decoration:underline}.blockquote__quote a:focus,.blockquote__quote a:hover{text-decoration:none}.blockquote__attribution{color:#6400ff;font-family:Chalet London,sans-serif;font-size:1rem;padding:0 0 0 1.15rem;text-indent:-1.15rem}.blockquote__attribution:before{content:"—";margin-right:.15rem}.blockquote__author{color:#000;font-family:Chalet London,sans-serif;margin-top:1.2rem}.blockquote__author-name{font-size:.8rem;margin:0}.blockquote__author-description{font-size:.7rem}.blockquote__author-description p,.blockquote__author-description>:first-child{margin-top:0}.blockquote__author-description>:last-child{margin-bottom:0}.blockquote--showQuotes blockquote p{display:inline}.blockquote--showQuotes blockquote:before{content:"“";display:block;font-size:2.3rem;line-height:.5217}.blockquote--showQuotes blockquote:after{content:"”"}.blockquote--showQuotes blockquote br{display:none}.blockquote--theme-dark blockquote,.blockquote--theme-light blockquote{font-size:1.4rem;line-height:1.2;margin-left:0;margin-right:0}@media(min-width:768px){.blockquote--theme-dark blockquote,.blockquote--theme-light blockquote{font-size:1.6rem}}@media(min-width:1200px){.blockquote--theme-dark blockquote,.blockquote--theme-light blockquote{font-size:1.8rem}}.blockquote--theme-dark .blockquote__content,.blockquote--theme-light .blockquote__content{padding:2rem 1.3rem 2.5rem}@media(min-width:600px){.blockquote--theme-dark .blockquote__content,.blockquote--theme-light .blockquote__content{padding-left:2.5rem;padding-right:2.5rem}}.blockquote--theme-light{background-color:#f2f2f2}.blockquote--theme-light .blockquote__quote{color:#6400ff;font-family:Chalet NewYork,sans-serif}.blockquote--theme-dark{background-color:#000}.blockquote--theme-dark .blockquote__attribution,.blockquote--theme-dark .blockquote__author,.blockquote--theme-dark blockquote{color:#fff}.blockquote--theme-dark .blockquote__attribution a,.blockquote--theme-dark .blockquote__author a,.blockquote--theme-dark blockquote a{outline-color:#fff}.blockquote--theme-arctic .blockquote__quote,.blockquote--theme-azure .blockquote__quote,.blockquote--theme-gold .blockquote__quote,.blockquote--theme-mandarin .blockquote__quote,.blockquote--theme-purple .blockquote__quote,.blockquote--theme-seafoam .blockquote__quote{padding-left:2.4rem}.blockquote--theme-arctic blockquote,.blockquote--theme-azure blockquote,.blockquote--theme-gold blockquote,.blockquote--theme-mandarin blockquote,.blockquote--theme-purple blockquote,.blockquote--theme-seafoam blockquote{color:#000;font-family:Chalet NewYork,sans-serif;font-size:1.4rem;margin:0;position:relative}@media(min-width:768px){.blockquote--theme-arctic blockquote,.blockquote--theme-azure blockquote,.blockquote--theme-gold blockquote,.blockquote--theme-mandarin blockquote,.blockquote--theme-purple blockquote,.blockquote--theme-seafoam blockquote{font-size:1.6rem}}@media(min-width:1200px){.blockquote--theme-arctic blockquote,.blockquote--theme-azure blockquote,.blockquote--theme-gold blockquote,.blockquote--theme-mandarin blockquote,.blockquote--theme-purple blockquote,.blockquote--theme-seafoam blockquote{font-size:2rem}}.blockquote--theme-arctic blockquote:after,.blockquote--theme-arctic blockquote:before,.blockquote--theme-azure blockquote:after,.blockquote--theme-azure blockquote:before,.blockquote--theme-gold blockquote:after,.blockquote--theme-gold blockquote:before,.blockquote--theme-mandarin blockquote:after,.blockquote--theme-mandarin blockquote:before,.blockquote--theme-purple blockquote:after,.blockquote--theme-purple blockquote:before,.blockquote--theme-seafoam blockquote:after,.blockquote--theme-seafoam blockquote:before{color:var(--bq-theme-color,#6400ff)}.blockquote--theme-arctic blockquote:before,.blockquote--theme-azure blockquote:before,.blockquote--theme-gold blockquote:before,.blockquote--theme-mandarin blockquote:before,.blockquote--theme-purple blockquote:before,.blockquote--theme-seafoam blockquote:before{font-size:2.4em;left:-2.4rem;line-height:1;position:absolute;top:0}.blockquote--theme-arctic .blockquote__content,.blockquote--theme-azure .blockquote__content,.blockquote--theme-gold .blockquote__content,.blockquote--theme-mandarin .blockquote__content,.blockquote--theme-purple .blockquote__content,.blockquote--theme-seafoam .blockquote__content{border-bottom:5px solid var(--bq-theme-color,#6400ff);border-top:5px solid var(--bq-theme-color,#6400ff);max-width:1400px;padding:2rem 1rem}@media(min-width:600px){.blockquote--theme-arctic .blockquote__content,.blockquote--theme-azure .blockquote__content,.blockquote--theme-gold .blockquote__content,.blockquote--theme-mandarin .blockquote__content,.blockquote--theme-purple .blockquote__content,.blockquote--theme-seafoam .blockquote__content{padding:2rem 3rem}}.blockquote--theme-azure{--bq-theme-color:#000ff5}.blockquote--theme-seafoam{--bq-theme-color:#0ad2af}.blockquote--theme-arctic{--bq-theme-color:#50f0eb}.blockquote--theme-gold{--bq-theme-color:#ffcd00}.blockquote--theme-mandarin{--bq-theme-color:#ff8c00}.brand-center-footer__nav-list{display:flex;flex-wrap:wrap;list-style:none;margin:0;padding-left:0;width:100%}.brand-center-footer__nav-list-item{flex:0 1 50%;padding-right:1rem;width:50%}.brand-center-footer__nav-list-item:last-of-type,.brand-center-footer__nav-list-item:nth-last-of-type(2){margin-bottom:0}@media(min-width:768px){.brand-center-footer__nav-list-item{flex:0 1 33.3333%;width:33.3333%}.brand-center-footer__nav-list-item:last-of-type{margin-bottom:0}}@media(min-width:992px){.brand-center-footer__nav-list-item{flex:none;margin-bottom:0;padding-right:1.9rem;width:auto}}.brand-center-footer__nav-link{color:#000;display:block;font-family:Chalet NewYork,sans-serif;font-size:.7rem;line-height:1;margin:0;padding:.5rem 0}@media(min-width:992px){.brand-center-footer__nav-link{font-size:.8rem;padding-top:0}}.brand-center-footer .brand-center-footer__nav{padding-top:1.5rem}@media(min-width:1200px){.brand-center-footer .brand-center-footer__nav{padding-top:0}}.brand-center-footer .brand-center-footer__legal{border:0;width:100%}@media(min-width:992px){.brand-center-footer .brand-center-footer__legal-links li{padding-right:1.25rem}}@media(min-width:1200px){.brand-center-footer .brand-center-footer__misc{max-width:24%}}.brand-center-header{background:#fff}@media(min-width:1220px){.brand-center-header{margin-bottom:.4rem}}.brand-center-header__wrap{background:#fff}@media(min-width:1220px){.brand-center-header__wrap--fixed{left:0;position:fixed;top:0;transform:translate3d(0,-100%,0);width:100%;z-index:10}.brand-center-header__wrap--fixed:after{background:transparent;bottom:0;box-shadow:0 0 18px rgba(0,0,0,.15);content:"";height:100%;left:0;opacity:0;position:absolute;transition:opacity .2s ease-out;width:100%;z-index:-1}.brand-center-header__wrap--fixed.brand-center-header__wrap--reveal{transform:translateZ(0)}.brand-center-header__wrap--fixed.brand-center-header__wrap--reveal:after{opacity:1}.brand-center-header__wrap--fixed.brand-center-header__wrap--transitioning{transition:transform .2s ease-out}}.brand-center-header__content{position:relative}@media(min-width:1220px){.brand-center-header__content{margin:0 auto;max-width:calc(1400px + 2rem);padding:0 1rem}.brand-center-header__wrap--fixed .brand-center-header__content{display:flex;min-height:3.2rem}}.brand-center-header__navbar{align-items:center;display:flex;padding:.75rem 1rem}@media(min-width:1220px){.brand-center-header__navbar{justify-content:center;padding:1.5rem 0}.brand-center-header__wrap--fixed .brand-center-header__navbar{margin-right:.9rem;padding:0}}.brand-center-header__logo-link{align-items:center;display:flex;height:1.5rem;width:5.15rem}@media(min-width:1220px){.brand-center-header__logo-link{height:3.5rem;justify-content:center;width:12.5rem}.brand-center-header__wrap--fixed .brand-center-header__logo-link{height:1.8rem;width:6.4rem}}.brand-center-header__logo-img{display:block;flex:none;margin:0;max-height:100%;max-width:100%;width:auto}.brand-center-header__menu{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:none;color:#000;cursor:pointer;display:block;height:40px;margin-left:auto;padding:0;position:relative;width:40px}@media(min-width:1220px){.brand-center-header__menu{display:none}}.brand-center-header__menu:focus,.brand-center-header__menu:hover{color:#6400ff}.brand-center-header__menu:focus-visible{box-shadow:none;outline:3px solid #6400ff;outline-offset:3px}.brand-center-header__menu-icon,.brand-center-header__menu-icon:after,.brand-center-header__menu-icon:before{background:currentColor;content:"";display:block;height:2px;position:absolute;right:0;transition:all .2s;width:16px}.brand-center-header__menu-icon{border-bottom:0;top:14px}.brand-center-header__menu-icon:before{top:6px}.brand-center-header__menu-icon:after{top:12px}.brand-center-header--nav-open .brand-center-header__menu .brand-center-header__menu-icon{background-color:transparent}.brand-center-header--nav-open .brand-center-header__menu .brand-center-header__menu-icon:after,.brand-center-header--nav-open .brand-center-header__menu .brand-center-header__menu-icon:before{top:5px}.brand-center-header--nav-open .brand-center-header__menu .brand-center-header__menu-icon:before{transform:rotate(45deg)}.brand-center-header--nav-open .brand-center-header__menu .brand-center-header__menu-icon:after{transform:rotate(-45deg)}.brand-center-header__nav{background:#6400ff;color:#fff;display:none;left:0;position:absolute;top:100%;width:100%;z-index:10}@media(min-width:1220px){.brand-center-header__nav{background:#fff;color:#000;display:block;left:auto;position:relative;top:auto}}.brand-center-header--nav-open .brand-center-header__nav{display:block}.brand-center-header__nav-list{list-style:none;margin:0;padding:1rem 0}@media(min-width:1220px){.brand-center-header__nav-list{display:flex;flex-wrap:wrap;justify-content:center;padding:0}.brand-center-header__wrap--fixed .brand-center-header__nav-list{justify-content:flex-start}}.brand-center-header__nav-list-item{flex:none}.brand-center-header__nav-link{color:#fff;display:block;font-size:1.2rem;padding:.75rem 1rem;position:relative;transition:none}.brand-center-header__nav-link:focus,.brand-center-header__nav-link:hover{color:#fff}@media(min-width:1220px){.brand-center-header__nav-link{color:#000;padding:.4rem .9rem 1rem;text-align:center}.brand-center-header__nav-link:after{background:#6400ff;bottom:.75rem;content:"";height:.25rem;left:.9rem;opacity:0;position:absolute;transition:opacity .2s;width:calc(100% - 1.8rem)}.brand-center-header__nav-link:focus,.brand-center-header__nav-link:focus-visible,.brand-center-header__nav-link:hover,.brand-center-header__nav:not(.brand-center-header__nav--is-scrolling) .brand-center-header__nav-link--active{color:#000;outline-color:#6400ff;text-decoration:none}.brand-center-header__nav-link:focus-visible:after,.brand-center-header__nav-link:focus:after,.brand-center-header__nav-link:hover:after,.brand-center-header__nav:not(.brand-center-header__nav--is-scrolling) .brand-center-header__nav-link--active:after{opacity:1}.brand-center-header__wrap--fixed .brand-center-header__nav-link{font-size:1rem;padding:.9rem}.brand-center-header__wrap--fixed .brand-center-header__nav-link:after{bottom:.65rem}}.brandpromo{background:#e9e9ea;color:#000;margin:0 auto .5rem;max-width:1400px}@media(min-width:768px){.brandpromo{display:flex;margin-bottom:1rem}.brandpromo--right .brandpromo__media{order:1}}.brandpromo__media{width:100%}@media(min-width:768px){.brandpromo__media{width:50%}}.brandpromo__img{aspect-ratio:1.5;display:block;height:100%;max-width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top;width:100%}.brandpromo__text{padding:2rem 1rem 1.2rem}@media(min-width:768px){.brandpromo__text{width:50%}}@media(min-width:992px){.brandpromo__text{padding:3rem}}.brandpromo__logo{margin-bottom:1rem;max-width:100%}.brandpromo__heading{font-size:1rem;line-height:1.2;margin:0 0 1rem}@media(min-width:768px){.brandpromo__heading{font-size:1.2rem}}@media(min-width:1200px){.brandpromo__heading{font-size:1.4rem}}@media(min-width:992px){.brandpromo__heading+.brandpromo__linkwrap{margin-top:1rem}}.brandpromo__description{font-size:.8rem;margin:0 0 1rem}.brandpromo__description p,.brandpromo__description>:first-child{margin-top:0}.brandpromo__description>:last-child{margin-bottom:0}.brandpromo__linkwrap{margin:0}.brandpromo__link{color:#6400ff;display:inline-block;font-size:.8rem;margin-bottom:1em}.brandpromo__link .svg-icon{height:.6em;margin-left:.25em;transition:transform .2s ease-in-out;width:.8em}.brandpromo__link:active .svg-icon,.brandpromo__link:hover .svg-icon{transform:translateX(.5rem)}@media(min-width:992px){.brandpromo__link{font-size:1rem}}.breadcrumb{margin:0 auto;max-width:1600px;padding:.8rem 1rem .4rem}@media(min-width:1200px){.breadcrumb{padding-left:2rem;padding-right:2rem}}.article .breadcrumb,.blog-article__container .breadcrumb,.event-heading .breadcrumb{padding-left:0}.blog-article__container .breadcrumb{padding-bottom:0}.breadcrumb__items{font-size:.8rem;list-style:none;margin:0 auto;max-width:1400px;padding-left:0}.breadcrumb__items>li{display:inline-block;display:inline;vertical-align:middle}.breadcrumb__items>li+li:before{border-right:2px solid;border-top:2px solid;content:"";display:inline-block;height:7px;margin-left:0;margin-right:.4rem;transform:rotate(45deg);vertical-align:.1em;width:7px}@media(max-width:767px){.breadcrumb__items li{display:none}.breadcrumb__items li:nth-last-child(2){display:inline-block}.breadcrumb__items li:nth-last-child(2):before{border-right:2px solid;border-top:2px solid;color:#6400ff;content:"";display:inline-block;height:7px;margin-left:0;margin-right:.5em;transform:rotate(-135deg);vertical-align:.1em;width:7px}}.cards{position:relative}.cards__background{background-position:100% 0;background-repeat:no-repeat;background-size:cover;height:950px;left:0;position:absolute;top:0;width:100%}.cards__content{margin:0 auto;min-height:950px;padding:2rem 1.5rem 0}@media(min-width:768px){.cards__container{align-items:flex-start;display:flex;flex-wrap:wrap;justify-content:space-between;margin:0 auto;max-width:1258px}}@media(min-width:992px){.cards__background{height:1040px}.cards__content{min-height:1040px;padding-top:3rem}}.card{background-color:#fff;box-shadow:9px 15.6px 18px 0 rgba(0,0,0,.1);padding:1rem 1rem 1.5rem;position:relative;transform:translateY(0);transition:transform .5s ease-in-out;z-index:1}.card--animate{transform:translateY(6rem)}.card-comp:nth-child(2n) .card{transition-delay:.5s}.card-comp:nth-child(4) .card{transition-delay:.75s}@media(min-width:992px){.card{padding:1.9rem 2rem 3rem}}@media(min-width:768px){.card{min-height:19.5rem}.card--story{min-height:21rem}.card--links{min-height:auto}}@media(min-width:1200px){.card{min-height:24.5rem}.card--story{min-height:30rem}.card--links{min-height:auto}}.card-comp{margin:0 auto 2rem;max-width:27.4rem}.card-comp--links{margin-top:-1rem}@media(min-width:768px){.card-comp{margin-bottom:0;margin-left:0;margin-right:0;width:48%}.card-comp:nth-child(2n){margin-top:60px}.card-comp--links{margin-top:-100px}}@media(min-width:992px){.card-comp--links{margin-top:-70px}}@media(min-width:1200px){.card-comp{width:50%}}.card img{display:block;margin:0 auto;max-width:100%}.card__heading{font-size:1rem;line-height:1.2;margin:0 0 .75rem}@media(min-width:768px){.card__heading{font-size:1.2rem}}@media(min-width:1200px){.card__heading{font-size:1.4rem}}.card--announcements .card__heading{margin-bottom:2rem}@media(min-width:992px){.card__heading{margin-bottom:1rem}.card--announcements .card__heading{margin-bottom:3rem}}.card__stat,.card__subheading{padding-left:.8rem}.card__subheading{font-size:.8rem;margin:0 0 1rem}.card__subheading p,.card__subheading>:first-child{margin-top:0}.card__subheading>:last-child{margin-bottom:0}.card__subheading p{margin-bottom:.5rem}.card__subheading p a{color:#000;text-decoration:underline;text-decoration-color:#6400ff;text-decoration-thickness:.15em}.card__subheading p a:focus,.card__subheading p a:hover{text-decoration:none}.card--news .card__subheading,.card--story .card__subheading{font-size:1rem;line-height:1.2;padding-left:0}@media(min-width:768px){.card--news .card__subheading,.card--story .card__subheading{font-size:1.2rem}}@media(min-width:1200px){.card--news .card__subheading,.card--story .card__subheading{font-size:1.4rem}}@media(min-width:992px){.card__subheading{margin-bottom:2rem}.card--news .card__subheading,.card--story .card__subheading{margin-bottom:1rem}}.card__stat{margin:2rem 0 0}@media(min-width:1200px){.card__stat{margin-top:2rem}}.card__stat span{display:block}.card__stat-text{color:#6400ff;font-family:Chalet NewYork,sans-serif;font-size:1.8rem;letter-spacing:-3.85px;line-height:1}@media(min-width:768px){.card__stat-text{font-size:2.4rem}}@media(min-width:1200px){.card__stat-text{font-size:3.2rem}}.card__stat-description p,.card__stat-description>:first-child,.card__stat-disclaimer p,.card__stat-disclaimer>:first-child{margin-top:0}.card__stat-description>:last-child,.card__stat-disclaimer>:last-child{margin-bottom:0}.card__stat-description p,.card__stat-disclaimer p{margin-bottom:.5rem}.card__stat-description a,.card__stat-disclaimer a{color:#000;text-decoration:underline;text-decoration-color:#6400ff;text-decoration-thickness:.15em}.card__stat-description a:focus,.card__stat-description a:hover,.card__stat-disclaimer a:focus,.card__stat-disclaimer a:hover{text-decoration:none}.card__stat-description{font-size:.7rem;margin-bottom:.25rem}@media(min-width:992px){.card__stat-description{font-size:1rem;margin-bottom:.5rem}}.card__stat-disclaimer{font-size:.6rem}@media(min-width:992px){.card__stat-disclaimer{font-size:.7rem}}.card__image{margin-bottom:1rem;overflow:hidden;padding-bottom:56.25%;position:relative}.card__image>img{bottom:auto;left:0;position:absolute;top:50%;transform:translateY(-50%)}@media(min-width:992px){.card__image{margin-bottom:1.5rem}}.card__date{display:block;font-family:Chalet Paris,sans-serif;font-size:.7rem;text-transform:uppercase}@media(min-width:992px){.card__date{font-size:.8rem}}.card__link{color:#000;font-size:inherit;text-decoration:underline;text-decoration-color:#6400ff;text-decoration-thickness:.15rem}.card__link:focus,.card__link:hover{text-decoration:none}.card--arctic .card__link,.card--seafoam .card__link{text-decoration-color:#fff}.card--announcements .card__link{display:block;font-size:1rem;line-height:1.2;margin-bottom:1.7rem;margin-top:0}@media(min-width:768px){.card--announcements .card__link{font-size:1.2rem}}@media(min-width:1200px){.card--announcements .card__link{font-size:1.4rem}}.card__description{font-size:.8rem}.card__description p{margin:0}.card__description a{color:#000;text-decoration:underline;text-decoration-color:#6400ff;text-decoration-thickness:.15em}.card__description a:focus,.card__description a:hover{text-decoration:none}.card--arctic .card__description a,.card--seafoam .card__description a{text-decoration-color:#fff}@media(min-width:992px){.card__description{font-size:1rem}}.card__ctas{list-style:none;margin:0;padding-left:0}.card__cta{color:#000;display:inline-block;font-size:.8rem;margin-top:auto;padding-top:.5rem}.card__cta .svg-icon{height:.6em;margin-left:.15em;transition:transform .2s ease-in-out;width:.8em}.card__cta:active .svg-icon,.card__cta:hover .svg-icon{transform:translateX(.5rem)}@media(min-width:992px){.card__cta{font-size:1rem}}.card--announcements .card__cta{color:#6400ff}.card--links .card__cta,.card--stock .card__cta{color:#6400ff;display:inline-block;margin-top:0}.card--stock .card__cta{font-size:.8rem;margin-bottom:.9rem}@media(min-width:992px){.card--stock .card__cta{font-size:1rem}}.card--links .card__cta{font-size:1rem;line-height:1.2;margin-bottom:1.7rem}@media(min-width:768px){.card--links .card__cta{font-size:1.2rem}}@media(min-width:1200px){.card--links .card__cta{font-size:1.4rem}}.card--arctic{background:#50f0eb}.card--seafoam{background:#0ad2af}.card--announcements,.card--story{display:flex;flex-direction:column;flex-wrap:wrap;padding-bottom:1rem}.card--announcements>*,.card--story>*{width:100%}@media(min-width:992px){.card--announcements,.card--story{padding-bottom:2rem}}.card--news{padding-bottom:3.5rem}@media(min-width:992px){.card--stock{padding-bottom:.35rem}}.card--stock .stock-ticker{font-family:Chalet NewYork,sans-serif;font-size:1.8rem;line-height:1;margin:0;padding:1.85rem 0;text-align:center}@media(min-width:768px){.card--stock .stock-ticker{font-size:2.4rem}}@media(min-width:1200px){.card--stock .stock-ticker{font-size:3.2rem}}.card--stock .stock-ticker span{margin-left:.5rem;margin-right:.5rem}.card--stock .stock-ticker span:last-child{display:block}.card--stock .stock-ticker .stock-down,.card--stock .stock-ticker .stock-up{padding-left:0}.card--stock .stock-ticker .stock-arrow{color:#000;margin-left:0;vertical-align:.1em}.card--links{background-color:#fff;box-shadow:none;padding-bottom:0;padding-top:1rem;z-index:0}@media(min-width:768px){.card--links{padding-right:0}}.tt-container__content{margin:0 auto;max-width:1400px}.tt-container--narrow .tt-container__content{max-width:59.8rem}@media(min-width:1200px){.tt-container__content .buttoncomp .btn--text-link,.tt-container__content .trane-table{padding-left:2rem;padding-right:2rem}}.contentpromo{margin:0 -1rem;padding:1rem 0 0}.article--rail .contentpromo{padding-top:0}@media(min-width:768px){[class*=" col-sm "] .contentpromo,[class^=col-sm] .contentpromo{margin:0}[class*=" col-sm "] .contentpromo .contentpromo__text,[class^=col-sm] .contentpromo .contentpromo__text{padding-left:0;padding-right:0}}@media(min-width:992px){[class*=" col-md "] .contentpromo,[class^=col-md] .contentpromo{margin:0}[class*=" col-md "] .contentpromo .contentpromo__text,[class^=col-md] .contentpromo .contentpromo__text{padding-left:0;padding-right:0}}@media(min-width:1200px){[class*=" col-lg "] .contentpromo,[class^=col-lg] .contentpromo{margin:0}[class*=" col-lg "] .contentpromo .contentpromo__text,[class^=col-lg] .contentpromo .contentpromo__text{padding-left:0;padding-right:0}}.contentpromo__logo{align-items:flex-end;display:flex;height:3rem;margin:0 1rem 1rem}.contentpromo__logo-img{display:block;max-width:75%}@media(min-width:768px){.contentpromo__logo{margin:0 0 1.5rem}}@media(min-width:1200px){.contentpromo__logo{margin:0 0 2rem}}.contentpromo__img{overflow:hidden;padding-bottom:56.25%;position:relative}.contentpromo__img>div{bottom:auto;left:0;position:absolute;top:50%;transform:translateY(-50%);width:100%}.contentpromo__img img{display:block;width:100%}.contentpromo__text{padding:1.5rem 1rem}.article--rail .contentpromo__description,.article--rail .contentpromo__heading,.contentpromo__description,.contentpromo__heading{margin:0 0 .9rem}.contentpromo__heading{font-family:Chalet NewYork,sans-serif;font-size:1rem;line-height:1.25}@media(min-width:768px){.contentpromo__heading{font-size:1.1rem}}@media(min-width:1200px){.contentpromo__heading{font-size:1.2rem}}.article--rail .contentpromo__heading{font-size:1rem}@media(min-width:768px){.article--rail .contentpromo__heading{font-size:1.1rem}}@media(min-width:1200px){.article--rail .contentpromo__heading{font-size:1.2rem}}.contentpromo__link{color:#6400ff;font-family:Chalet London,sans-serif}.contentpromo__link .svg-icon{height:.6em;margin-left:.25em;transition:transform .2s ease-in-out;width:.8em}.contentpromo__link:active .svg-icon,.contentpromo__link:hover .svg-icon{transform:translateX(.5rem)}.contentpromo__link:active,.contentpromo__link:focus,.contentpromo__link:hover{text-decoration:underline}.contentpromo__description{font-size:.8rem;line-height:1.27}.contentpromo__description p,.contentpromo__description>:first-child{margin-top:0}.contentpromo__description>:last-child{margin-bottom:0}.contentpromo__description p{margin:0}.contentpromo--small.contentpromo--square .contentpromo__img{overflow:hidden;padding-bottom:100%;position:relative}.contentpromo--small.contentpromo--square .contentpromo__img>div{bottom:auto;left:0;position:absolute;top:50%;transform:translateY(-50%);width:100%}.contentpromo__list{font-size:.8rem;list-style:none;margin:0;padding-left:0;padding-top:.7rem}.contentpromo__item{padding-bottom:.9rem}.disclaimer{padding:0 1rem 1rem}.article .disclaimer{padding:0 1.5rem 1rem}.disclaimer__content{color:#000;font-size:.7rem;margin:1rem auto 0;max-width:1400px;padding:0 1rem}.article .disclaimer__content{font-size:.9rem;margin-top:0;padding:0}.disclaimer__content a{color:#000;text-decoration:underline;text-decoration-color:#6400ff;text-decoration-thickness:.15rem}.disclaimer__content a:focus,.disclaimer__content a:hover{text-decoration:none}.disclaimer__content p{margin:0 0 1rem}.trane-table{margin-bottom:0;padding:1.2rem 1rem}.accordion__content .trane-table{padding:0}.trane-table b,.trane-table strong{font-family:Chalet NewYork,sans-serif}.trane-table__title{font-size:1rem;margin:0 auto .9rem;max-width:1400px}@media(min-width:768px){.trane-table__title{font-size:1.4rem}}@media(min-width:1200px){.trane-table__title{font-size:1.6rem}}.trane-table__title p{margin:0}.trane-table__footnote{font-size:.7rem;margin:0 auto;max-width:1400px;padding:.5rem .5rem 0}.trane-table__footnote p,.trane-table__footnote>:first-child{margin-top:0}.trane-table__footnote>:last-child{margin-bottom:0}.trane-table table{border:0;margin:0 auto;max-width:1400px;width:100%}.trane-table thead{font-family:Chalet NewYork,sans-serif}.trane-table thead th{border:0;vertical-align:bottom}@media(max-width:767px){.trane-table thead{height:1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border:0;clip-path:inset(50%);white-space:nowrap}}.trane-table tr:first-child td{border-top:1px solid #000}@media(max-width:767px){.trane-table tr:first-child td,.trane-table tr:first-child th{border-top:0}}.trane-table td,.trane-table th{border:0;border-bottom:1px solid #000;vertical-align:top;word-break:normal}.trane-table td>div,.trane-table th>div{padding:.3rem .5rem}.trane-table td p,.trane-table th p{margin:0}@media(max-width:767px){.trane-table td,.trane-table th{display:block;font-size:.8rem}.trane-table th{font-family:Chalet NewYork,sans-serif}.trane-table td{max-width:none;text-align:right}.trane-table td:first-child{font-family:Chalet NewYork,sans-serif;text-align:left}.trane-table td:first-child:before{content:none}.trane-table td:before{color:#000;content:attr(data-label);float:left;font-family:Chalet London,sans-serif;line-height:1;margin:.4rem .5rem 0;text-align:left}}.trane-table .section-heading{background-color:#e9e9ea;border:0;font-family:Chalet NewYork,sans-serif;margin-bottom:-1px;margin-top:-1px;min-width:4.5rem;position:relative;vertical-align:bottom}.trane-table .indent{padding-left:1.5rem}@media(max-width:767px){.trane-table .indent{padding-left:.5rem}}.trane-table .highlight{color:#6400ff;font-family:Chalet NewYork,sans-serif}.trane-table--heading-bg th{background-color:#e9e9ea;min-width:4.5rem}.trane-table--heading-bg th div{background-color:#e9e9ea;margin-bottom:-1px;margin-top:-1px;position:relative}@media(max-width:767px){.trane-table--mobileHeadings thead{height:1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border:0;clip-path:inset(50%);white-space:nowrap}.trane-table--mobileHeadings tr:first-child td:first-child{font-family:Chalet NewYork,sans-serif;padding-top:0;text-align:left}.trane-table--mobileHeadings tr:first-child td:first-child:before{content:none}.trane-table--mobileHeadings td:first-child{font-family:Chalet London,sans-serif;padding-top:1.5rem;text-align:right}.trane-table--mobileHeadings td:first-child:before{content:attr(data-label)}.trane-table--mobileHeadings td:first-child[rowspan="2"]{font-family:Chalet NewYork,sans-serif;text-align:left}.trane-table--mobileHeadings td:first-child[rowspan="2"]:before{content:none}.trane-table--mobileHeadings td:first-child[rowspan="3"]{font-family:Chalet NewYork,sans-serif;text-align:left}.trane-table--mobileHeadings td:first-child[rowspan="3"]:before{content:none}.trane-table--mobileHeadings td:first-child[rowspan="4"]{font-family:Chalet NewYork,sans-serif;text-align:left}.trane-table--mobileHeadings td:first-child[rowspan="4"]:before{content:none}.trane-table--mobileHeadings td:first-child[rowspan="5"]{font-family:Chalet NewYork,sans-serif;text-align:left}.trane-table--mobileHeadings td:first-child[rowspan="5"]:before{content:none}.trane-table--mobileHeadings td:first-child[rowspan="6"]{font-family:Chalet NewYork,sans-serif;text-align:left}.trane-table--mobileHeadings td:first-child[rowspan="6"]:before{content:none}.trane-table--mobileHeadings td:first-child[rowspan="7"]{font-family:Chalet NewYork,sans-serif;text-align:left}.trane-table--mobileHeadings td:first-child[rowspan="7"]:before{content:none}.trane-table--mobileHeadings td:first-child[rowspan="8"]{font-family:Chalet NewYork,sans-serif;text-align:left}.trane-table--mobileHeadings td:first-child[rowspan="8"]:before{content:none}.trane-table--mobileHeadings td:first-child[rowspan="9"]{font-family:Chalet NewYork,sans-serif;text-align:left}.trane-table--mobileHeadings td:first-child[rowspan="9"]:before{content:none}}.trane-table--mobile-half-cells td:first-child{width:50%}@media(max-width:767px){.trane-table--mobile-half-cells table{border-top:1px solid #000}.trane-table--mobile-half-cells tr{display:flex;flex-wrap:wrap}.trane-table--mobile-half-cells td{flex:1;text-align:left}.trane-table--mobile-half-cells td.wide{flex:3}.trane-table--mobile-half-cells td:before{content:none}.trane-table--mobile-half-cells td:first-child{border-bottom:0;flex:0 1 100%;font-family:Chalet London,sans-serif;width:100%}}.event{padding:0 1rem}.event-content{margin:0 auto;max-width:1400px;padding:0 0 2rem}.event-content .text{margin-left:0;max-width:50rem}.event-content .columnctrcomp,.event-content .text,.event-content .textimage{padding:0}.event-content .accordion{margin:1rem 0 0}.event-content .accordion+.accordion{margin-top:0}.event-content .accordion__item .accordion__title{line-height:1.3}.event-content .adaptiveimage,.event-content .image{margin:1rem auto 2rem;padding:0}.event-content .adaptiveimage .caption,.event-content .adaptiveimage h1,.event-content .image .caption,.event-content .image h1{margin-left:0;margin-right:0}.event-content .image img{margin:0;max-width:100%}.event-content .blockquote{left:50%;margin-left:-50vw;margin-right:-50vw;position:relative;right:50%;width:100vw}.event-content blockquote{margin-left:0;margin-right:0}.event-content .sectionheading{margin-bottom:2rem;margin-top:2rem;padding:0}@media(min-width:992px){.event-content .sectionheading{margin-top:3rem}}.event-heading{margin:0 auto 2rem;max-width:1400px;padding:0}.event-heading__title{color:#6400ff;font-family:Chalet London,sans-serif;font-size:1.8rem;letter-spacing:-.054rem;line-height:1;margin:0 0 1rem}@media(min-width:768px){.event-heading__title{font-size:2.2rem}}@media(min-width:1200px){.event-heading__title{font-size:2.5rem;letter-spacing:-.125rem}}.event-heading__description{font-size:1rem;letter-spacing:-.025rem;line-height:1.2;margin-bottom:1rem;max-width:50rem}.event-heading__description p,.event-heading__description>:first-child{margin-top:0}.event-heading__description>:last-child{margin-bottom:0}@media(min-width:768px){.event-heading__description{font-size:1.2rem}}@media(min-width:1200px){.event-heading__description{font-size:1.4rem}}.event-heading__date,.event-heading__location{font-family:Chalet Paris,sans-serif;font-size:.7rem;margin:0;text-transform:uppercase}@media(min-width:768px){.event-heading__date,.event-heading__location{font-size:.8rem}}@media(min-width:1200px){.event-heading__date,.event-heading__location{font-size:1rem}}.event-heading .a2a_kit,.event-heading .addthis_toolbox{margin-top:1rem}.event-heading .a2a_kit a,.event-heading .addthis_toolbox a{border:0}.event-participants{display:grid;gap:1rem;grid-template-columns:repeat(1,1fr)}@media(min-width:1200px){.event-participants{gap:2rem;grid-template-columns:repeat(2,1fr)}}.event-participant{display:flex}.event-participant__picture{align-self:flex-start;aspect-ratio:1/1;background-color:#6400ff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='227.3 0.1 124.6 110.2'%3E%3Cpath fill='%23fff' d='M338.3 110.2 289.6 23l-48.7 87.2h-13.6L289.6.1l62.3 110.2h-13.6z'/%3E%3C/svg%3E");background-position:50% 45%;background-repeat:no-repeat;background-size:40% auto;max-width:10rem;width:30%}.event-participant__picture img{aspect-ratio:1/1;display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.event-participant__info{display:flex;flex:1;flex-direction:column;margin-left:.9rem}.event-participant__name{font-size:1rem;margin:0 0 .15rem}@media(min-width:768px){.event-participant__name{font-size:1.2rem}}@media(min-width:1200px){.event-participant__name{font-size:1.4rem}}.event-participant__name a{color:#000;text-decoration:underline;text-decoration-color:#6400ff;text-decoration-thickness:.15em}.event-participant__name a:focus,.event-participant__name a:hover{text-decoration:none}.event-participant__title{font-size:.7rem;margin:0;max-width:30rem}@media(min-width:768px){.event-participant__title{font-size:.9rem}}@media(min-width:1200px){.event-participant__title{font-size:1rem}}.event-participant__latest{padding-top:.5rem}@media(min-width:768px){.event-participant__latest{padding-bottom:1rem}}@media(min-width:1400px){.event-participant__latest{margin-top:auto}}.event-participant__latest-heading{font-family:Chalet NewYork,sans-serif;font-size:.7rem;margin:0}@media(min-width:768px){.event-participant__latest-heading{font-size:.8rem}}@media(min-width:1200px){.event-participant__latest-heading{font-size:.9rem}}.event-participant__latest-link{color:#000;display:inline-block;font-size:.7rem;line-height:1.3;text-decoration:underline;text-decoration-color:#6400ff;text-decoration-thickness:.15em}@media(min-width:768px){.event-participant__latest-link{font-size:.8rem}}@media(min-width:1200px){.event-participant__latest-link{font-size:.9rem}}.event-participant__latest-link:focus,.event-participant__latest-link:hover{text-decoration:none}.impact-hero{padding:0 1rem}.impact-hero__content{margin:0 auto;max-width:1400px;position:relative}@media(min-width:1200px){.impact-hero__content{display:flex}}.impact-hero__text{letter-spacing:-.0815rem;line-height:1;padding:1.5rem 0}@media(min-width:1200px){.impact-hero__text{align-self:center;flex:0 1 50%}.impact-hero__text--withIcon{align-self:flex-start}.impact-hero__text-wrap{margin-inline:auto;max-width:25rem}}.impact-hero__icon{display:block;margin:0 0 2rem;max-width:146px}.impact-hero__heading{color:#6400ff;font-family:Chalet NewYork,sans-serif;font-size:1.8rem;margin:0;text-wrap:balance}@media(min-width:768px){.impact-hero__heading{font-size:2.2rem}}@media(min-width:1200px){.impact-hero__heading{font-size:2.5rem}}.impact-hero__heading p{margin:0}.impact-hero__heading p+p{margin-top:1rem}@media(min-width:768px){.impact-hero__heading p+p{margin-top:1.75rem}}.impact-hero__cta{display:inline-block;font-size:1rem;letter-spacing:normal;line-height:1.2;margin-top:1rem}.impact-hero__cta .svg-icon{height:.6em;margin-left:.15em;transition:transform .2s ease-in-out;width:.8em}.impact-hero__cta:active .svg-icon,.impact-hero__cta:hover .svg-icon{transform:translateX(.5rem)}@media(min-width:768px){.impact-hero__cta{font-size:1.4rem;margin-top:2.5rem}}.impact-hero__media{display:none;overflow:hidden;position:relative}.impact-hero--overlay-purple .impact-hero__media:before,.impact-hero--overlay-white .impact-hero__media:before{bottom:auto;content:"";display:block;height:266px;left:50%;pointer-events:none;position:absolute;right:auto;top:50%;transform:translateX(-50%) translateY(-50%);width:300px;z-index:1}.impact-hero--overlay-purple .impact-hero__media:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300.316' height='266.406' viewBox='0 0 300.316 266.406'%3E%3Cpath fill='%236400ff' fill-rule='evenodd' d='m267.556 266.406-117.4-210.911-117.4 210.911H.005L150.156.013l150.15 266.393z'/%3E%3C/svg%3E")}.impact-hero--overlay-white .impact-hero__media:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300.316' height='266.41' viewBox='0 0 300.316 266.41'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M267.556 266.41 150.156 55.5l-117.4 210.91H.005L150.156.02l150.15 266.39z'/%3E%3C/svg%3E")}.impact-hero__media-item{bottom:auto;display:block;left:50%;position:absolute;right:auto;top:50%;transform:translateX(-50%) translateY(-50%);width:100%}.impact-hero__media-item img{display:block;max-width:none;width:100%}@media(min-width:1200px){.impact-hero__media{display:block;flex:0 1 50%}}.impact-hero__img,.impact-hero__video{aspect-ratio:1.5;display:block;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.impact-hero--withVideo .impact-hero__img{display:none}.impact-hero__video-item{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.impact-hero__vidcontrols{background:hsla(0,0%,100%,.6);bottom:0;line-height:1;position:absolute;right:0;z-index:5}.impact-hero__pause{background:transparent url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHRpdGxlPnBhdXNlPC90aXRsZT48cGF0aCBkPSJNNCA0aDEwdjI0SDR6bTE0IDBoMTB2MjRIMTh6Ii8+PC9zdmc+) 50% 50%/90% no-repeat;border:0;border-radius:0;box-shadow:none;color:#fff;display:inline-block;height:2rem;opacity:.6;padding:.25em .5em;text-decoration:none;vertical-align:middle;width:2rem}.impact-hero__pause:active,.impact-hero__pause:focus,.impact-hero__pause:focus-visible,.impact-hero__pause:hover{opacity:1}.impact-hero__pause:focus-visible{outline:3px solid #6400ff;outline-offset:-3px}.impact-hero__pause.pause-on{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHRpdGxlPnBsYXk8L3RpdGxlPjxwYXRoIGQ9Im02IDQgMjAgMTJMNiAyOHoiLz48L3N2Zz4=)}.inset-image img{display:block;height:auto;width:100%}.inset-image__content{margin:0 auto .5rem;max-width:1600px;position:relative}.inset-image__inset{align-items:flex-start;bottom:2.8rem;display:flex;left:1rem;position:absolute;width:70%}.inset-image__inset-img{margin-left:.5rem;transform:translateY(0);transition:transform .5s ease-in-out}.inset-image__inset-img--animate{transform:translateY(6rem)}.inset-image__inset-img img{box-shadow:17.5px 30.3px 35px 0 rgba(0,0,0,.15)}.inset-image__inset-img:first-child{margin-left:0}.inset-image__inset-img:nth-child(odd){max-width:264px;width:40%}.inset-image__inset-img:nth-child(2n){align-self:flex-end;max-width:406px;padding-top:3.5rem;width:55.5556%}@media(min-width:640px){.inset-image__inset{bottom:2rem;left:6.25%;top:2rem;width:49.375%}.inset-image__inset-img{margin-left:1rem}}@media(min-width:768px){.inset-image__content{margin-bottom:1rem}}@media(min-width:1200px){.inset-image__inset{top:4rem;width:56%}}.featuredlinks{margin:0 auto 2em;max-width:600px;padding:0 0 1em}.featuredlinks .featuredlinks__heading{border-bottom:1px solid #e9e9ea;font-size:1rem;margin:0;padding:0 0 .5em}@media(min-width:768px){.featuredlinks .featuredlinks__heading{font-size:1.2rem}}@media(min-width:1200px){.featuredlinks .featuredlinks__heading{font-size:1.4rem}}.featuredlinks__content{list-style:none;margin:0;padding-left:0}.featuredlinks__item{border-bottom:1px solid #e9e9ea;padding:.75rem 0}.featuredlinks__link{color:#000;display:flex;font-size:.8rem;text-decoration:none}.featuredlinks__link:focus,.featuredlinks__link:focus .featuredlinks__text,.featuredlinks__link:hover,.featuredlinks__link:hover .featuredlinks__text{text-decoration:none}@media(min-width:1200px){.featuredlinks__link{font-size:1rem}}.featuredlinks__img,.featuredlinks__text{display:inline-block;vertical-align:top}.featuredlinks__img{flex:1 0 33.3333%;max-width:33.3333%;padding:.25rem 1rem 0 0}.featuredlinks__img img{display:block;margin:0 auto;max-width:100%}.featuredlinks__img-ratio{overflow:hidden;padding-bottom:56.25%;position:relative}.featuredlinks__img-ratio>img{left:0;position:absolute;top:0}.featuredlinks__text{flex:2 0 66.6667%;text-decoration:underline;text-decoration-color:#6400ff;text-decoration-thickness:.15rem}html.media-lightbox--open{overflow:hidden}html.media-lightbox--open .media-lightbox{overflow-x:hidden;overflow-y:auto}.media-lightbox{display:none;height:100%;left:0;outline:0;overflow:hidden;position:fixed;top:0;width:100%;z-index:60;-webkit-tap-highlight-color:rgba(0,0,0,0)}@media(min-width:992px){.media-lightbox.media-lightbox--animate{opacity:0;transition:opacity .2s ease-in-out}.media-lightbox.media-lightbox--animate.media-lightbox--show{opacity:1}}.media-lightbox__media{align-items:center;display:flex;overflow:hidden;width:100%}.media-lightbox__media:after{content:"";display:block;flex:none;height:0;padding-bottom:56.25%;width:100%}.media-lightbox__media-element{flex:none;width:100%}.media-lightbox__media-element--video{background:#000;height:0;padding-bottom:56.25%;position:relative}.media-lightbox__media-element--video iframe{background:#000;display:block;height:100%;left:0;position:absolute;top:0;width:100%}.media-lightbox__media-element img{display:block;height:auto;margin:0 auto;max-width:100%}.media-lightbox__backdrop{background:rgba(0,0,0,.7);bottom:0;height:100%;left:0;position:fixed;right:0;top:0;width:100%;z-index:50}@media(min-width:992px){.media-lightbox__backdrop.media-lightbox--animate{opacity:0;transition:opacity .1s ease-in-out}.media-lightbox__backdrop.media-lightbox--animate.media-lightbox--show{opacity:1}}.media-lightbox__dialog{height:auto;margin:4vh 1rem;position:relative;width:auto}@media(min-width:992px){.media-lightbox--animate .media-lightbox__dialog{transform:scale(.95);transition:transform .2s ease-in-out}.media-lightbox--show .media-lightbox__dialog{transform:scale(1)}}@media(min-width:1100px){.media-lightbox__dialog{margin-left:auto;margin-right:auto;max-width:51.9rem}}@media(min-width:1260px){.media-lightbox__dialog{max-width:60rem}}.media-lightbox__content{height:auto;outline:0;pointer-events:auto;position:relative;width:100%}.media-lightbox__header{align-items:center;display:flex;margin:0 auto;padding:.8rem 1rem;position:relative;width:100%;z-index:1}@media(min-width:992px){.media-lightbox__header{padding:.8rem 1rem}}.media-lightbox__body{box-shadow:0 0 8px rgba(0,0,0,.6);height:auto;margin:0 auto;padding:0;position:relative;width:100%}.media-lightbox__close-btn{margin-left:auto;margin-right:-1rem;padding:1rem;position:absolute;right:0;top:-1rem}.featurednews{background-color:#e9e9ea;color:#000;margin:0 auto .5rem;overflow:hidden;position:relative}@media(min-width:768px){.featurednews{display:flex;justify-content:center;margin-bottom:1rem}}.featurednews__media{overflow:hidden;position:relative}@media(min-width:768px){.featurednews__media{align-items:center;display:flex;flex:0 0 50%;max-width:800px}}.featurednews__img{aspect-ratio:1.5;display:block;height:100%;max-width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.featurednews__text{padding:2rem 1rem 2.8rem}@media(min-width:768px){.featurednews__text{display:flex;flex:0 0 50%;max-width:800px;padding:2rem 0 2rem 1rem}}@media(min-width:992px){.featurednews__text{padding:3rem 0 3rem 2rem}}@media(min-width:1200px){.featurednews__text{padding:3rem 0 3rem 3rem}}@media(min-width:768px){.featurednews__text-content{flex:1 1 100%;margin-left:auto;max-width:700px;padding-right:2rem}}@media(min-width:992px){.featurednews__text-content{padding-right:3rem}}@media(min-width:1200px){.featurednews__text-content{padding-right:5rem}}.featurednews__title{font-family:Chalet London,sans-serif;font-size:1rem;line-height:1.2;margin:0 0 1.4rem}@media(min-width:768px){.featurednews__title{font-size:1.2rem}}@media(min-width:1200px){.featurednews__title{font-size:1.4rem}}@media(min-width:992px){.featurednews__title{margin-bottom:1.6rem}}@media(min-width:1200px){.featurednews__title{margin-bottom:2.4rem}}.featurednews__description{font-size:.8rem;line-height:1.27;margin-top:1.4rem}.featurednews__description p,.featurednews__description>:first-child{margin-top:0}.featurednews__description>:last-child{margin-bottom:0}.featurednews__date{font-size:.7rem;line-height:1;margin:0 0 1rem}.featurednews__link{color:#000;font-size:1rem;line-height:1.2;text-decoration:underline;text-decoration-color:#6400ff;text-decoration-thickness:.15rem}.featurednews__link:focus,.featurednews__link:hover{text-decoration:none}@media(min-width:768px){.featurednews__link{font-size:1.1rem}}@media(min-width:1200px){.featurednews__link{font-size:1.2rem}}.featurednews__video-cta{background-color:transparent;background-color:#6400ff;border:0;bottom:0;color:transparent;color:#fff;display:block;font:0/0 a;height:4rem;left:0;position:absolute;text-shadow:none;width:4rem;z-index:1}@media(min-width:768px){.featurednews__video-cta{height:5rem;width:5rem}.columnctrcomp .featurednews__video-cta{height:4rem;width:4rem}}.featurednews__video-cta .svg-icon{height:50%;left:50%;margin-left:-24%;margin-top:-24%;position:absolute;top:50%;transform:scale(1);transition:transform .2s ease;width:50%}.featurednews__video-cta:focus,.featurednews__video-cta:hover{background-color:#3c0099}.featurednews__video-cta:focus .svg-icon,.featurednews__video-cta:hover .svg-icon{transform:scale(1.1)}.featurednews__video-cta:focus-visible{outline-color:#fff;outline-offset:-3px}.footer{padding:4rem 1rem 2.2rem;position:relative}.footer__legal,.footer__row{margin:0 auto;max-width:1400px}.footer__logo{max-width:103px;width:50%}.footer__logo-img{display:inline-block;max-width:100%;width:100%}@media(min-width:992px){.footer__logo{max-width:244px;width:auto}}.footer__social{align-items:center;display:flex;flex-wrap:wrap;list-style:none;margin:1.1rem 0 0 -.9rem;padding-left:0}.footer__social-link{display:block;line-height:1;padding:.9rem;text-align:center}.footer__social-link img{display:block;filter:grayscale(100%);height:1rem;width:1rem}.footer__social-link:focus img,.footer__social-link:hover img{filter:grayscale(0)}@media(min-width:992px){.footer__social-link{padding-right:1.8rem}}.footer__nav{display:flex;flex-wrap:wrap;padding:2rem 0 1rem}.footer__nav-section{flex:0 1 50%;margin-bottom:1.2rem;padding-right:1rem;width:50%}.footer__nav-section:last-of-type,.footer__nav-section:nth-last-of-type(2){margin-bottom:0}.footer__nav-heading{font-family:Chalet NewYork,sans-serif;font-size:.7rem;margin:0;padding-bottom:.5rem}.footer__nav-heading-link{color:#000;display:inline-block}.footer__nav-list{list-style:none;margin:0;padding-left:0}.footer__nav-link{color:#000;display:inline-block;font-size:.6rem;padding-bottom:.5rem}@media(min-width:768px){.footer__nav-section{flex:0 1 33.3333%;width:33.3333%}.footer__nav-section:last-of-type{margin-bottom:0}}@media(min-width:992px){.footer__nav{padding-bottom:2rem}.footer__nav-heading{font-size:.8rem}.footer__nav-link{font-size:.7rem}.footer__nav-section{flex:1;margin-bottom:0;padding-right:1.1rem;width:auto}}.footer__legal{border-top:1px solid #000;font-size:.6rem;padding:1.5rem 0 0}.footer__legal a{color:#000}.footer__legal p{margin:1rem 0 0}.footer__legal-links{display:flex;flex-wrap:wrap;list-style:none;margin:0;padding-left:0}.footer__legal-links li{flex:0 1 50%;padding-right:1rem;width:50%}.footer__legal-links a{display:inline-block;padding-bottom:.5rem}@media(min-width:992px){.footer__legal{border-top-width:2px;font-size:.7rem}.footer__legal-links{display:block}.footer__legal-links li{display:inline;padding-right:2rem}}@media(min-width:1200px){.footer{padding:4.5rem 1rem}.footer__row{display:flex;justify-content:space-between}.footer__col{flex:1}.footer__misc{max-width:28%}.footer__nav{padding-top:0}}.header{background:#fff;margin:0 auto}@media(min-width:1220px){.header{height:6.5rem}}.header__wrap{background:#fff;padding:0 1rem;position:relative}@media(min-width:1220px){.header__wrap{height:6.5rem}.header__wrap--fixed{height:3.25rem;left:0;position:fixed;top:0;transform:translate3d(0,-100%,0);width:100%;z-index:10}.header__wrap--fixed .header__logo-link{height:1.8rem;width:6.25rem}.header__wrap--fixed .header__search{margin-bottom:0;padding-bottom:0}.header__wrap--fixed .mainnav__link{padding-bottom:.8rem;padding-top:.8rem}.header__wrap--fixed .mainnav__link:after{bottom:.55rem}.header__wrap--fixed .auxnav{display:none}.header__wrap--fixed:after{background:transparent;bottom:0;box-shadow:0 0 18px rgba(0,0,0,.15);content:"";height:100%;left:0;opacity:0;position:absolute;transition:opacity .2s ease-out;width:100%;z-index:-1}.header__wrap--reveal{transform:translateZ(0)}.header__wrap--reveal:after{opacity:1}.header__wrap--transitioning{transition:transform .2s ease-out}}.header__content{margin:0 auto;max-width:1400px;padding:.75rem 0}@media(min-width:1220px){.header__content{display:flex;padding:0}}.header__navbar{align-items:center;display:flex;flex:none}.header__logo{display:inline-block;max-width:5.15rem;width:50%}@media(min-width:1220px){.header__logo{max-width:none;padding-right:.8rem;width:15.75rem}}.header__logo-link{display:block}@media(min-width:1220px){.header__logo-link{align-items:center;display:flex;height:3.5rem;width:12.2rem}}.header__logo-img{display:block;margin:0;width:100%}@media(min-width:1220px){.header__logo-img{flex:none;max-height:100%;max-width:100%;width:auto}}.header__menu{background-color:transparent;border:0;box-shadow:none;color:#000;cursor:pointer;display:block;height:40px;margin-left:auto;position:relative;width:40px}.header__menu:focus,.header__menu:hover{color:#6400ff}.header__menu:focus-visible{box-shadow:none;outline:3px solid #6400ff;outline-offset:3px}.header__menu-icon,.header__menu-icon:after,.header__menu-icon:before{background:currentColor;content:"";display:block;height:2px;pointer-events:none;position:absolute;right:0;transition:all .2s;width:16px}.header__menu-icon{border-bottom:0;top:14px}.header__menu-icon:before{top:6px}.header__menu-icon:after{top:12px}.header__menu.active .header__menu-icon{background-color:transparent}.header__menu.active .header__menu-icon:after,.header__menu.active .header__menu-icon:before{top:5px}.header__menu.active .header__menu-icon:before{transform:rotate(45deg)}.header__menu.active .header__menu-icon:after{transform:rotate(-45deg)}@media(min-width:1220px){.header__menu{display:none}}.header__nav{background:#fff;display:none;left:0;position:absolute;top:100%;width:100%;z-index:9}.show-nav .header__nav{display:block}@media(min-width:1220px){.header__nav{align-items:center;background:none;display:flex;flex-flow:row wrap;position:static;z-index:auto}.show-nav .header__nav{display:flex}}.header__search{display:none;margin-bottom:.5rem;margin-left:auto;order:2;padding-bottom:.75rem;padding-right:.25rem}.header__search span{pointer-events:none}.header__search .search__icon{background-color:transparent;border:0;box-shadow:none;color:#000;cursor:pointer;display:block;line-height:1;padding:0;transition:transform .2s}.header__search .search__icon:focus,.header__search .search__icon:hover{color:#6400ff;transform:scale(1.1)}.header__search .search__icon:focus-visible{box-shadow:none;outline:3px solid #6400ff;outline-offset:3px}@media(min-width:1220px){.header__search{display:block}}.magnifying-close-icon,.magnifying-icon{border:2px solid;border-radius:50%;color:inherit;display:inline-block;height:20px;position:relative;width:20px}.magnifying-close-icon:before,.magnifying-icon:before{background:currentColor;bottom:-3px;content:"";height:2px;left:11px;position:absolute;transform:rotate(45deg);width:12px}.magnifying-close-icon{transition:transform .2s,border .2s}.magnifying-close-icon:before{transition:transform .2s}.active .magnifying-close-icon{border:0;border-bottom:2px solid;border-radius:0;height:20px;left:12px;position:relative;top:-6px;transform:rotate(45deg);width:20px}.active .magnifying-close-icon:before{left:0;top:100%;transform:rotate(90deg);width:20px}@media(min-width:992px){.magnifying-close-icon{height:20px;width:20px}.magnifying-close-icon:before{bottom:-4px;left:10px;width:12px}.active .magnifying-close-icon{top:-2px}}.sitesearch--popup{background:#6400ff;color:#fff;display:none;left:0;overflow:hidden;position:absolute;top:100%;width:100%;z-index:9}@media(min-width:1220px){.sitesearch--popup.active{display:block}}.sitesearch__form{margin:0 auto;max-width:41.6rem;padding:3.85rem 1rem 4rem}.sitesearch__heading{display:block;font-size:1.7rem;margin:0 0 .75rem}.sitesearch__heading label{font-weight:inherit;margin:0}.sitesearch__inputctn{border-bottom:4px solid #fff;padding-right:3rem;position:relative}.sitesearch__close,.sitesearch__input,.sitesearch__submit{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;box-shadow:none}.sitesearch__input{border:0;color:#fff;padding:1rem;width:100%}.sitesearch__submit{border:0;color:#fff;cursor:pointer;position:absolute;right:0;top:.75rem;transition:transform .2s}.sitesearch__submit:active,.sitesearch__submit:focus,.sitesearch__submit:hover{transform:scale(1.1)}@media(min-width:1220px){.sitesearch__submit{top:1rem}.sitesearch__submit .svg-icon{height:1.25rem;width:1.25rem}}.sitesearch--hamburgernav{background:#6400ff;color:#fff}.sitesearch--hamburgernav .sitesearch__form{padding:1.5rem 1rem .3rem}.sitesearch--hamburgernav .sitesearch__input{font-size:1.2rem;padding:.5rem 1rem .5rem 0}.sitesearch--hamburgernav .sitesearch__input::-moz-placeholder{color:#fff;font-weight:400;opacity:.5}.sitesearch--hamburgernav .sitesearch__input::placeholder{color:#fff;font-weight:400;opacity:.5}@media(min-width:1220px){.sitesearch--hamburgernav{display:none}.header .sitesearch--yext{min-height:15rem;overflow:visible}}.header .sitesearch--yext .yxt-SearchBar-button:focus-visible{box-shadow:none;outline:3px solid #6400ff;outline-offset:3px;outline-offset:-3px}.skip-nav{display:inline-block;font-size:1rem;left:6px;position:absolute;top:-500px;z-index:10}.skip-nav a:focus,.skip-nav a:focus-visible,.skip-nav a:hover{box-shadow:none;outline:3px solid #6400ff;outline-offset:3px;position:relative;top:505px}.mainnav__list,.subnav__list{list-style:none;margin:0;padding-left:0}.mainnav__link,.subnav__link{color:#fff;display:block;padding:.75rem 1rem}.mainnav{background:#6400ff;color:#fff}.mainnav__list{padding:1rem 0}.mainnav__item{position:relative}@media(min-width:1220px){.mainnav__item{position:static}}.mainnav__link:focus-visible,.mainnav__more:focus-visible{box-shadow:none;outline:3px solid #fff;outline-offset:3px;outline-offset:-3px}.mainnav__link{font-size:1.2rem;transition:none}.nav_drop .mainnav__link{display:inline-block;width:86%}.mainnav__link--desktop{display:none!important}.mainnav__more{background-color:transparent;border:0;box-shadow:none;color:#fff;display:none;padding:.75rem 1rem;position:absolute;right:0;text-align:right;top:0;width:14%}.mainnav__more span{pointer-events:none}.mainnav__more-icon{display:inline-block;height:14.1421356237px;position:relative;width:14.1421356237px}.mainnav__more-icon:before{border-right:3px solid;border-top:3px solid;content:"";height:10px;left:2px;position:absolute;top:2px;transform:rotate(135deg);width:10px}.nav_drop .mainnav__more{display:block}.mainnav__more.active .mainnav__more-icon{transform:translateY(2px) rotate(180deg);transition:transform .2s}@media(min-width:1220px){.mainnav{background:none;color:#000;order:1;width:auto}.mainnav__list{display:flex;margin-left:-.8rem;padding:0}.mainnav__item{border-bottom:0;display:inline-block;flex:none;vertical-align:bottom}.mainnav__link{color:#000;padding:0 .8rem 1rem;position:relative}.mainnav__link:after{background:#6400ff;bottom:.75rem;content:"";height:.25rem;left:.8rem;opacity:0;position:absolute;transition:opacity .2s;width:calc(100% - 1.6rem)}.mainnav__link.active,.mainnav__link:focus,.mainnav__link:focus-visible,.mainnav__link:hover{text-decoration:none}.mainnav__link.active:after,.mainnav__link:focus-visible:after,.mainnav__link:focus:after,.mainnav__link:hover:after{opacity:1}.mainnav__link:focus-visible{box-shadow:none;outline:3px solid #6400ff;outline-offset:3px}.nav_drop .mainnav__link{width:auto}.mainnav__link--desktop{display:inline-block!important}.mainnav__link--mobile{display:none!important}.mainnav__more,.nav_drop .mainnav__more{display:none}}.subnav__list{max-height:0;overflow:hidden;padding-left:1rem;transition:max-height .2s}.subnav__list.active{max-height:600px}.subnav__list a{color:inherit}.subnav__list a:focus-visible{box-shadow:none;outline:3px solid #fff;outline-offset:3px;outline-offset:-3px}@media(min-width:1220px){.subnav__list{display:none}}.supernav{background:#6400ff;color:#fff;display:none;left:0;padding:2.9rem 1rem;position:absolute;top:100%;width:100%;z-index:10}.supernav__content{display:flex;letter-spacing:-.0425rem;line-height:1.17;margin:0 auto;max-width:1400px}.supernav__col{width:50%}.supernav__description{font-size:1.4rem;padding-right:12%}.supernav__description p{display:inline;margin:0}.supernav__description-link{color:#fff;text-decoration:underline}.supernav__description-link .svg-icon{height:.6em;margin-left:.15em;transition:transform .2s ease-in-out;width:.8em}.supernav__description-link:active .svg-icon,.supernav__description-link:hover .svg-icon{transform:translateX(.5rem)}.supernav__description-link:focus,.supernav__description-link:hover{text-decoration:none}.supernav__description-link:focus-visible{box-shadow:none;outline:3px solid #fff;outline-offset:3px}.supernav__heading{font-size:1.4rem;margin:0 0 1rem}.supernav__nav-row{display:flex}.supernav__nav-col{list-style:none;margin:0;padding-left:0;padding-right:1rem;width:50%}.supernav__nav-link{color:#fff;display:inline-block;font-size:1.2rem;margin-bottom:1rem;padding-left:1.25rem;position:relative}.supernav__nav-link:before{border-right:2px solid;border-top:2px solid;content:"";display:inline-block;height:12px;left:0;position:absolute;top:.35rem;transform:rotate(45deg);width:12px}.supernav__nav-link:focus-visible{box-shadow:none;outline:3px solid #fff;outline-offset:3px}@media(min-width:1220px){.supernav.active{display:block}}.auxnav{padding:1.9rem 1rem 4rem}.auxnav__country{margin-bottom:1.2rem;position:relative}.auxnav__country-btn{background:none;border:none;color:#000;cursor:pointer;font-size:1rem;padding:0}.auxnav__country-btn .caret{display:inline-block;height:9.8994949366px;margin-left:.25rem;pointer-events:none;position:relative;vertical-align:.1em;width:9.8994949366px}.auxnav__country-btn .caret:before{border-right:2px solid;border-top:2px solid;content:"";height:7px;left:2px;position:absolute;top:2px;transform:rotate(135deg);width:7px}.auxnav__country-btn:active,.auxnav__country-btn:focus,.auxnav__country-btn:focus-visible,.auxnav__country-btn:hover{background:none;color:#000;text-decoration:underline}.auxnav__country-menu{background-clip:padding-box;background-color:#fff;border:1px solid rgba(0,0,0,.15);border-radius:0;box-shadow:0 6px 12px rgba(0,0,0,.175);display:none;left:0;list-style:none;margin:.1rem 0 0;min-width:160px;padding:.25rem 0;position:absolute;text-align:left;top:100%;z-index:11}.auxnav__country-menu a{color:inherit;display:block;padding:.15rem 1rem;white-space:nowrap}.auxnav__country-menu a:focus,.auxnav__country-menu a:focus-visible,.auxnav__country-menu a:hover{text-decoration:underline}.open>.auxnav__country-menu{display:block}.auxnav__country-flag{display:inline-block;margin-right:.5rem;vertical-align:middle;width:30px}@media(min-width:1220px){.auxnav__country{margin-bottom:0}.auxnav__country-btn{font-size:.7rem}.auxnav__country-menu{left:auto;right:0}}.auxnav__links{list-style:none;margin:0;padding-left:0}.auxnav__links-link{color:#000;display:inline-block;margin:0 0 .7rem;padding:.5rem 1rem .5rem 0}@media(min-width:1220px){.auxnav__links-link{margin-bottom:0}.auxnav{display:flex;font-size:.7rem;margin:1.45rem 0;order:0;padding:0;width:100%}.auxnav__country{margin-left:auto;order:2}.auxnav__links{display:flex}.auxnav__links-link{padding:0 1.4rem 0 0}}.stock-arrow{color:#0ad2af;height:.55em;margin-left:.5em;transform:rotate(-90deg);vertical-align:.1em;width:.7em}@media(min-width:1220px){.stock-arrow{vertical-align:0}}.stock-down,.stock-up{padding-left:.5em}.stock-down .stock-arrow{color:#d52b1e;transform:rotate(90deg)}.heading{color:#fff;margin-bottom:2rem}@media(min-width:1200px){.heading{margin-bottom:4rem}}.heading--nospace{margin-bottom:0}.heading__background{background-position:50% 50%;background-repeat:no-repeat;background-size:cover;overflow:hidden;padding:2rem 1rem;position:relative}.herocarousel .heading__background{min-height:230px}@media(min-width:1200px){.heading__background{padding:2.5rem 2rem}}.heading__text{margin:0 auto;max-width:1400px}.heading__title{font-family:Chalet London,sans-serif;font-size:1rem;font-weight:400;letter-spacing:-.025rem;margin:0 0 .25rem}@media(min-width:768px){.heading__title{font-size:1.2rem}}@media(min-width:1200px){.heading__title{font-size:1.4rem}}.heading__description{font-size:1.8rem;letter-spacing:-.054rem;line-height:1;margin:0}@media(min-width:768px){.heading__description{font-size:2.2rem}}@media(min-width:1200px){.heading__description{font-size:2.5rem}}@media(min-width:992px){.heading__description{max-width:82%}}@media(min-width:1200px){.heading__description{letter-spacing:-.125rem}}.heading__description p{margin:0}.heading__link{color:#fff;font-size:1rem;margin-top:2rem}@media(min-width:768px){.heading__link{font-size:1.2rem}}@media(min-width:1200px){.heading__link{font-size:1.4rem}}.heading__link.btn--text-link,.heading__link.btn--video{margin-top:1rem;padding-left:0}.heading__link:active,.heading__link:focus,.heading__link:hover{color:#fff}.heading--overlay-full .heading__background:after,.heading--overlay-top .heading__background:after{bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.heading--overlay-full .heading__text,.heading--overlay-top .heading__text{position:relative;z-index:2}.heading--overlay-top .heading__background:after{background:linear-gradient(180deg,rgba(0,0,0,.35) 0,transparent)}.heading--overlay-full .heading__background:after{background:rgba(0,0,0,.35)}.industrypromo{margin:0 auto 1.5rem;padding:0 1rem}@media(min-width:768px){.industrypromo{margin-bottom:2rem}}@media(min-width:992px){.industrypromo{margin-bottom:3rem}}@media(min-width:1200px){.industrypromo{margin-bottom:4rem;padding:0 2rem}}.industrypromo__content{margin:0 auto;max-width:1400px}@media(min-width:768px){.industrypromo__promos{display:flex;flex-wrap:wrap;gap:2rem}}@media(min-width:1200px){.industrypromo__promos{gap:3rem}}.industrypromo__promo{color:#000;display:flex;flex-direction:column;margin-bottom:2rem;max-width:25rem}@media(min-width:768px){.industrypromo__promo{flex:0 1 calc(50% - 1rem);margin-bottom:1rem;max-width:none}}@media(min-width:1200px){.industrypromo__promo{flex:0 1 calc(33.33333% - 2rem)}}@media(min-width:768px){.industrypromo__promo.img-left{display:grid;grid-template-columns:2fr 3fr;grid-template-rows:min-content 1fr}}.industrypromo__img{margin:.5rem 0 0}.industrypromo__img img{display:block;margin:0;max-height:200px;max-width:100%}@media(min-width:768px){.industrypromo__img img{max-height:none}.img-left .industrypromo__img{grid-row-end:span 2;grid-row-start:1;margin-top:0;padding-right:1rem}}.img-top .industrypromo__img{flex:0 1 140px}.img-top .industrypromo__img img{height:140px}.industrypromo__text{color:#000;font-size:1rem;margin-top:1rem}@media(min-width:1200px){.industrypromo__text{font-size:1.2rem}}@media(min-width:768px){.img-left .industrypromo__text{grid-column-start:2;margin-top:0}}.industrypromo__tagline{font-family:Chalet Paris,sans-serif;font-size:.7rem;margin:0;text-transform:uppercase}@media(min-width:992px){.industrypromo__tagline{font-size:.8rem}}@media(min-width:768px){.img-left .industrypromo__tagline{grid-column-start:2}}.industrypromo__link{color:#000;display:block;text-decoration:underline;text-decoration-color:#6400ff;text-decoration-thickness:.15rem}.industrypromo__link:focus,.industrypromo__link:hover{text-decoration:none}.industrypromo__headline{margin:0}.adaptiveimage{margin:0 auto;max-width:1400px;padding:1rem 0}.adaptiveimage__img{display:block;margin:0 auto;max-width:100%}.article--body .adaptiveimage__img,.article--rail .adaptiveimage__img{margin:0}.adaptiveimage__caption,.adaptiveimage__title{padding:0}.adaptiveimage__title{font-size:1rem;margin:.8rem}@media(min-width:768px){.adaptiveimage__title{font-size:1.2rem}}@media(min-width:1200px){.adaptiveimage__title{font-size:1.4rem}}.article--body .adaptiveimage__title,.article--rail .adaptiveimage__title,.columnctrcomp .adaptiveimage__title{margin:.8rem 0}.adaptiveimage__caption{font-size:.8rem;margin:.8rem .8rem 0}.article--body .adaptiveimage__caption,.article--rail .adaptiveimage__caption,.columnctrcomp .adaptiveimage__caption{margin:.8rem 0 0}.adaptiveimage__caption--small{font-size:.7rem;max-width:90%}.adaptiveimage__caption--small p,.adaptiveimage__caption--small>:first-child{margin-top:0}.adaptiveimage__caption--small>:last-child{margin-bottom:0}.article--body .adaptiveimage__caption--small,.article--rail .adaptiveimage__caption--small,.columnctrcomp .adaptiveimage__caption--small{margin-top:.4rem}.adaptiveimage__expand-btn{background:none;border:0;cursor:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='%236400FF' viewBox='0 0 32 32'%3E%3Ccircle cx='16' cy='16.002' r='15' stroke='%236400FF' stroke-width='2'/%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M18.334 8.335h5.333v5.333m-6.001.667 6-6m-9.999 15.333H8.334v-5.333m0 5.333 6-6'/%3E%3C/svg%3E"),nesw-resize;display:block;margin:0;padding:0}.adaptiveimage__expand-btn:focus-visible{box-shadow:none;outline:3px solid #6400ff;outline-offset:3px}.adaptiveimage__lightbox .media-lightbox__dialog{margin-top:10vh;max-width:80rem}.adaptiveimage__lightbox .media-lightbox__content{background-color:transparent;border:0;box-shadow:none}.adaptiveimage__lightbox .media-lightbox__header{background-color:transparent;padding:0}.adaptiveimage__lightbox .media-lightbox__body{box-shadow:none;max-width:none;padding:0}.adaptiveimage__lightbox .media-lightbox__media{align-items:flex-start}.adaptiveimage__lightbox .media-lightbox__media:after{content:none}.adaptiveimage__lightbox .media-lightbox__close-btn{bottom:-1rem;margin-bottom:1rem;margin-right:0;top:auto}.adaptiveimage--left .adaptiveimage__expand-btn,.adaptiveimage--left .adaptiveimage__img{margin-left:0;margin-right:0}.adaptiveimage--center{text-align:center}.adaptiveimage--center .adaptiveimage__expand-btn,.adaptiveimage--center .adaptiveimage__img{margin-left:auto;margin-right:auto}.adaptiveimage--right{text-align:right}.adaptiveimage--right .adaptiveimage__expand-btn,.adaptiveimage--right .adaptiveimage__img{margin-left:auto;margin-right:0}@media(min-width:768px){.adaptiveimage--three-fourths .adaptiveimage__img{max-width:75%}.adaptiveimage--half .adaptiveimage__img{max-width:50%}.adaptiveimage--quarter .adaptiveimage__img{max-width:25%}}.jobsearch{background:#e9e9ea;color:#000;margin:0 auto 2rem;max-width:600px;padding:2rem 1rem}.jobsearch .jobsearch__heading{font-size:1.2rem;margin:0 0 1.3rem}.jobsearch .jobsearch__select{background-color:transparent}.jobsearch .btn-submit{font-size:1rem;padding:.7rem 2.25rem}@media(min-width:992px){.jobsearch{padding:2rem}}.logopromo{padding:2rem 1rem;text-align:center}.logopromo__text{margin:0 auto;max-width:50rem}.logopromo__text a{color:#000;text-decoration:underline;text-decoration-color:#6400ff;text-decoration-thickness:.15rem}.logopromo__text a:focus,.logopromo__text a:hover{text-decoration:none}.logopromo__text p{margin:0}.logopromo__text p+p{margin-top:1rem}.logopromo__text+.logopromo__list{padding-top:1rem}.logopromo__list{list-style:none;margin:0;padding-left:0}.logopromo__list>li{display:inline-block;vertical-align:middle}.logopromo__item{margin:.5rem 0}.logopromo__item:not(:last-child) .logopromo__link{border-right:1px solid #e9e9ea}.logopromo__link{display:block;padding:0 1rem}.logopromo__link img{filter:grayscale(100%)}.logopromo__link:focus img,.logopromo__link:hover img{filter:grayscale(0)}.nav-ribbon{background-color:#e9e9ea;color:#000;margin-top:.8rem;width:100%}@media(min-width:992px){.nav-ribbon{margin-top:2rem}}.nav-ribbon__nav{background-color:#e9e9ea;overflow-x:auto;padding:0 1rem;position:relative;width:100%}@media(min-width:1220px){.nav-ribbon__nav--fixed{left:0;position:fixed;top:3.25rem;transform:translate3d(0,-100%,0);z-index:9}.nav-ribbon__nav--reveal{transform:translateZ(0)}.nav-ribbon__nav--transitioning{transition:transform .2s ease-out}}.nav-ribbon__content{margin:0 auto;max-width:1400px;padding:1.2rem 0;position:relative;width:100%}@media(min-width:992px){.nav-ribbon__content{padding-bottom:1.6rem;padding-top:1.6rem}}.nav-ribbon__list{-moz-column-gap:2rem;column-gap:2rem;display:grid;grid-template-columns:repeat(2,auto);list-style:none;margin:0;padding-left:0;row-gap:1.2rem}@media(min-width:768px){.nav-ribbon__list{grid-template-columns:repeat(3,auto)}}@media(min-width:1200px){.nav-ribbon__list{-moz-column-gap:4rem;column-gap:4rem;grid-template-columns:repeat(5,auto)}}.nav-ribbon__link{color:inherit;display:block;font-size:.8rem;padding:0;text-decoration:underline;text-decoration-color:#6400ff;text-decoration-thickness:1px;text-underline-offset:3px}.nav-ribbon__link:focus,.nav-ribbon__link:hover{text-decoration:none}.newsfilter{padding:0 1rem;scroll-margin-top:3.25rem}@media(min-width:1200px){.newsfilter{padding:0 2rem}}.blog-category-page .newsfilter{padding:0 1rem}.newsfilter__content{margin:2rem auto 0;max-width:1400px}@media(min-width:992px){.newsfilter__content{margin-top:3.2rem}}.newsfilter__heading{color:#6400ff;font-family:Chalet London,sans-serif;font-size:1.8rem;letter-spacing:-.045rem;line-height:1;margin:0}@media(min-width:768px){.newsfilter__heading{font-size:2rem}}@media(min-width:1200px){.newsfilter__heading{font-size:2.2rem;letter-spacing:-.125rem}}.newsfilter__description{font-size:1rem;letter-spacing:-.025rem;line-height:1.2;margin-bottom:2rem;padding:.8rem 0 0}@media(min-width:768px){.newsfilter__description{font-size:1.2rem}}@media(min-width:1200px){.newsfilter__description{font-size:1.4rem;letter-spacing:-.05rem}}.newsfilter__description p{margin:0}.newsfilter__description p+p{margin-top:1em}@media(min-width:1400px){.newsfilter__description{margin-bottom:3rem}}@media(min-width:992px){.newsfilter__options{display:flex;flex-flow:row wrap;gap:2rem}}.newsfilter__options:not(:first-child){margin-top:2rem}@media(min-width:1200px){.newsfilter__options:not(:first-child){margin-top:3rem}}.newsfilter__option{margin-bottom:2rem}@media(min-width:992px){.newsfilter__option{flex:1}}.newsfilter__option label{font-family:Chalet NewYork,sans-serif;font-size:1rem}@media(min-width:1200px){.newsfilter__option label{font-size:1.2rem}}@media(min-width:992px){.newsfilter__option label{margin-right:.8rem}}.newsfilter__option select{font-size:1rem;max-width:20rem}@media(min-width:1400px){.newsfilter__option select{display:inline-block}}.newspromo{margin:0 auto 1.5rem;padding:0 1rem}@media(min-width:768px){.newspromo{margin-bottom:2rem}}@media(min-width:992px){.newspromo{margin-bottom:3rem}}@media(min-width:1200px){.newspromo{margin-bottom:4rem;padding:0 2rem}}.newspromo__content{margin:0 auto;max-width:1400px}.newspromo__heading{font-size:1rem;line-height:1.2;margin:1.3rem 0}@media(min-width:768px){.newspromo__heading{font-size:1.4rem}}@media(min-width:1200px){.newspromo__heading{font-size:1.6rem}}@media(min-width:768px){.newspromo__heading{margin-top:1.8rem}}@media(min-width:992px){.newspromo__heading{margin-top:2.8rem}}@media(min-width:1200px){.newspromo__heading{margin-top:3.9rem}}.newspromo__promos{margin:0 -1rem 0 -2rem}@media(min-width:768px){.newspromo__promos{-moz-column-gap:1rem;column-gap:1rem;display:grid;grid-template-columns:repeat(2,1fr);margin:0;row-gap:1.8rem}}@media(min-width:992px){.newspromo__promos{-moz-column-gap:2rem;column-gap:2rem;row-gap:2.8rem}}@media(min-width:1200px){.newspromo__promos{row-gap:3.9rem}}.newspromo__promo{color:#000;max-width:24rem;padding:0 0 1.3rem}@media(min-width:768px){.newspromo__promo{max-width:none;padding-bottom:0}}.newspromo__promo-wrap{display:flex;gap:1rem}.newspromo__img,.newspromo__text{display:inline-block;vertical-align:top}.newspromo__media{align-self:flex-start;aspect-ratio:1/1;flex:0 0 41.764%;max-width:13.2rem;min-width:8rem;position:relative}.newspromo__media:before{background:#e9e9ea url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300.316' height='266.406' viewBox='0 0 300.316 266.406'%3E%3Cpath fill='%236400ff' fill-rule='evenodd' d='m267.556 266.406-117.4-210.911-117.4 210.911H.005L150.156.013l150.15 266.393z'/%3E%3C/svg%3E") 50%/90% auto no-repeat;content:"";display:block;height:100%;pointer-events:none;position:absolute;width:100%}.newspromo__media-img{aspect-ratio:1/1;display:block;-o-object-fit:cover;object-fit:cover;position:relative;width:100%;z-index:1}.newspromo__text{flex:1 1 auto}@media(min-width:992px){.newspromo__text{padding-right:1rem}}.newspromo__date{font-family:Chalet Paris,sans-serif;font-size:.7rem;margin:0;text-transform:uppercase}@media(min-width:992px){.newspromo__date{font-size:.8rem}}.newspromo__link{color:#000;display:block;font-size:1rem;text-decoration:underline;text-decoration-color:#6400ff;text-decoration-thickness:.15rem}.newspromo__link:focus,.newspromo__link:hover{text-decoration:none}@media(min-width:1200px){.newspromo__link{font-size:1.2rem}}.newspromo__cta-wrap{text-align:center}@media(min-width:768px){.newspromo__cta-wrap{margin-top:1.8rem}}@media(min-width:992px){.newspromo__cta-wrap{margin-top:2.8rem}}@media(min-width:1200px){.newspromo__cta-wrap{margin-top:3.9rem}}.newspromo__cta-link{color:#6400ff;display:inline-block;font-size:1rem}.newspromo__cta-link .svg-icon{height:.6em;margin-left:.25em;transition:transform .2s ease-in-out;width:.8em}.newspromo__cta-link:active .svg-icon,.newspromo__cta-link:hover .svg-icon{transform:translateX(.5rem)}@media(min-width:992px){.newspromo__cta-link{font-size:1.6rem}}.newspromo__cta-btn{font-size:1rem;padding:.7rem 2.25rem}.announcementspromo .newspromo__heading{color:#6400ff;font-family:Chalet London,sans-serif;font-size:1.8rem;letter-spacing:-.045rem;line-height:1;margin:0;padding-top:2rem}@media(min-width:768px){.announcementspromo .newspromo__heading{font-size:2rem}}@media(min-width:1200px){.announcementspromo .newspromo__heading{font-size:2.2rem;letter-spacing:-.125rem;padding-top:4.5rem}}.announcementspromo .newspromo__promos{margin:1.5rem 0 0}@media(min-width:768px){.announcementspromo .newspromo__promos{margin-top:2rem}}@media(min-width:992px){.announcementspromo .newspromo__promos{grid-template-columns:repeat(3,1fr)}}@media(min-width:1200px){.announcementspromo .newspromo__promos{margin-top:3rem}}.newsreleases{margin:0 auto 1.4rem;padding:0 1rem}@media(min-width:768px){.newsreleases{margin-bottom:2rem}}@media(min-width:1200px){.newsreleases{padding:0 2rem}}.newsreleases__content{margin:0 auto;max-width:1400px}.newsreleases__heading{color:#6400ff;font-family:Chalet London,sans-serif;font-size:1.8rem;letter-spacing:-.045rem;line-height:1;margin:0;padding-top:2rem}@media(min-width:768px){.newsreleases__heading{font-size:2rem}}@media(min-width:1200px){.newsreleases__heading{font-size:2.2rem;letter-spacing:-.125rem;padding-top:4.5rem}}.newsreleases__description{font-size:1rem;letter-spacing:-.025rem;line-height:1.2;padding:.8rem 0 0}@media(min-width:768px){.newsreleases__description{font-size:1.2rem}}@media(min-width:1200px){.newsreleases__description{font-size:1.4rem;letter-spacing:-.05rem}}.newsreleases__description p{margin:0}.newsreleases__description p+p{margin-top:1em}.newsreleases__promos{margin:1.5rem -1rem 0;min-height:200px;position:relative}@media(min-width:768px){.newsreleases__promos{display:flex;flex-wrap:wrap;margin-top:2rem}}@media(min-width:1200px){.newsreleases__promos{margin-top:3rem}}.newsreleases__promo{color:#000;max-width:24rem;padding:0 1rem 1.5rem}@media(min-width:768px){.newsreleases__promo{flex:0 0 50%;max-width:50%;padding-bottom:2rem}}@media(min-width:992px){.newsreleases__promo{flex:0 0 33.33333333%;max-width:33.33333333%;padding-bottom:3rem}}@media(min-width:1200px){.newsreleases__promo{padding-bottom:3.9rem}}.newsreleases__promo-wrap{display:flex}.newsreleases__img,.newsreleases__text{display:inline-block;vertical-align:top}.newsreleases__media{flex:0 0 41.7647058824%;max-width:41.7647058824%;min-width:8rem;padding:.25rem 1rem 0 0}.newsreleases__media-img{background-color:transparent;background-position:50% 50%;background-repeat:no-repeat;background-size:cover;border:0;color:transparent;font:0/0 a;height:0;padding-bottom:100%;text-shadow:none;width:100%}.newsreleases__text{flex:1 1 auto}@media(min-width:768px){.newsreleases__text{padding-right:1rem}}.newsreleases__date{font-family:Chalet Paris,sans-serif;font-size:.7rem;margin:0;text-transform:uppercase}@media(min-width:992px){.newsreleases__date{font-size:.8rem}}.newsreleases__link{color:#000;display:block;font-size:1rem;text-decoration:underline;text-decoration-color:#6400ff;text-decoration-thickness:.15rem}.newsreleases__link:focus,.newsreleases__link:hover{text-decoration:none}@media(min-width:1200px){.newsreleases__link{font-size:1.2rem}}.newsreleases__cta-wrap{text-align:center}.newsreleases__cta-link{color:#6400ff;display:inline-block;font-size:1rem}.newsreleases__cta-link .svg-icon{height:.6em;margin-left:.25em;transition:transform .2s ease-in-out;width:.8em}.newsreleases__cta-link:active .svg-icon,.newsreleases__cta-link:hover .svg-icon{transform:translateX(.5rem)}@media(min-width:992px){.newsreleases__cta-link{font-size:1.6rem}}.people-list{margin:2rem 0;padding:0 1rem}@media(min-width:992px){.people-list{margin-bottom:3rem;margin-top:3rem}}.article--body .people-list,.article--rail .people-list,.blog-article__main .people-list{padding-left:0;padding-right:0}.people-list__content{margin:0 auto;max-width:1400px}.people-list__heading,.people-list__subheading{font-family:Chalet NewYork,sans-serif;margin:0 0 1rem}.people-list__heading{font-size:1rem}@media(min-width:768px){.people-list__heading{font-size:1.2rem}}@media(min-width:1200px){.people-list__heading{font-size:1.4rem}}.people-list__subheading{font-size:.9rem;margin-top:2rem}@media(min-width:1200px){.people-list__subheading{font-size:1rem}}.people-list__subheading:first-child{margin-top:0}.people-list__group{list-style:none;margin:0;padding-left:0}.people-list__item{align-items:center;display:flex;margin-bottom:1.2rem}.people-list__item:last-child{margin-bottom:0}.people-list__picture{background-color:#6400ff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='227.3 0.1 124.6 110.2'%3E%3Cpath fill='%23fff' d='M338.3 110.2 289.6 23l-48.7 87.2h-13.6L289.6.1l62.3 110.2h-13.6z'/%3E%3C/svg%3E");background-position:50% 45%;background-repeat:no-repeat;background-size:40% auto;border-radius:50%;height:4rem;width:4rem}.people-list__picture img{border-radius:50%;display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.people-list__info{flex:1;margin-left:.5rem}.people-list__name{font-size:.9rem;margin:0}@media(min-width:1200px){.people-list__name{font-size:1rem}}.people-list__name a{color:#000;text-decoration:underline;text-decoration-color:#6400ff;text-decoration-thickness:.15em}.people-list__name a:focus,.people-list__name a:hover{text-decoration:none}.people-list__title{font-size:.8rem;margin:.6rem 0 0}.photopromo{display:block;margin:0 auto;max-width:25rem}@media(min-width:768px){.photopromo{margin:0}}.photopromo__img{overflow:hidden;padding-bottom:66.6666666667%;position:relative}.photopromo__img>div{bottom:auto;left:0;position:absolute;top:50%;transform:translateY(-50%);width:100%}.photopromo__img img{display:block;width:100%}.photopromo__text{padding:1.5rem 0}.photopromo .photopromo__heading{font-size:1rem;margin:0 0 .5rem}.photopromo__link{color:#6400ff}.photopromo__link .svg-icon{height:.6em;margin-left:.25em;transition:transform .2s ease-in-out;width:.8em}.photopromo__link:active .svg-icon,.photopromo__link:hover .svg-icon{transform:translateX(.5rem)}.photopromo__link:active,.photopromo__link:focus,.photopromo__link:hover{text-decoration:underline}.photopromo__description{margin:0}.photopromo__description p{margin-top:0}.newsstory--promo-row [class*=" col-"],.newsstory--promo-row [class^=col-]{padding:0}@media(min-width:768px){.newsstory--promo-row [class*=" col-sm"]:first-child,.newsstory--promo-row [class^=col-sm]:first-child{padding-right:.5rem}.newsstory--promo-row [class*=" col-sm"]:last-child,.newsstory--promo-row [class^=col-sm]:last-child{padding-left:.5rem}.newsstory--promo-row [class*=" col-sm"] .photopromo,.newsstory--promo-row [class^=col-sm] .photopromo{margin:0}}.sectionheading{color:#000;margin:0 auto;max-width:1600px;padding:2rem 1rem 1.2rem}@media(min-width:1200px){.sectionheading{padding-top:2.9rem}.tt-container--narrow .sectionheading{padding-left:2rem;padding-right:2rem}}.sectionheading.sectionheading--notitle{padding-top:0}.sectionheading__content{margin:0 auto;max-width:1400px}@media(min-width:992px){.sectionheading__description,.sectionheading__heading{max-width:82%}.tt-container--narrow .sectionheading__description,.tt-container--narrow .sectionheading__heading{max-width:none}}.sectionheading__heading{color:#6400ff;font-family:Chalet London,sans-serif;font-size:1.8rem;letter-spacing:-.045rem;line-height:1;margin:0}@media(min-width:768px){.sectionheading__heading{font-size:2rem}}@media(min-width:1200px){.sectionheading__heading{font-size:2.2rem;letter-spacing:-.125rem}}h1.sectionheading__heading{font-size:1.8rem}@media(min-width:768px){h1.sectionheading__heading{font-size:2.4rem}}@media(min-width:1200px){h1.sectionheading__heading{font-size:3.2rem}}.sectionheading .heading-theme-arctic,.sectionheading .heading-theme-azure,.sectionheading .heading-theme-gold,.sectionheading .heading-theme-mandarin,.sectionheading .heading-theme-purple,.sectionheading .heading-theme-seafoam{align-items:flex-start;color:#000;display:flex}.sectionheading .heading-theme-arctic:before,.sectionheading .heading-theme-azure:before,.sectionheading .heading-theme-gold:before,.sectionheading .heading-theme-mandarin:before,.sectionheading .heading-theme-purple:before,.sectionheading .heading-theme-seafoam:before{background-color:var(--bq-theme-color,#6400ff);content:"";display:inline-block;height:1em;margin-right:.4rem;width:.2rem}.sectionheading h1.heading-theme-arctic:before,.sectionheading h1.heading-theme-azure:before,.sectionheading h1.heading-theme-gold:before,.sectionheading h1.heading-theme-mandarin:before,.sectionheading h1.heading-theme-purple:before,.sectionheading h1.heading-theme-seafoam:before{height:.84375em;margin-top:.078125em}.sectionheading .heading-theme-azure{--bq-theme-color:#000ff5}.sectionheading .heading-theme-seafoam{--bq-theme-color:#0ad2af}.sectionheading .heading-theme-arctic{--bq-theme-color:#50f0eb}.sectionheading .heading-theme-gold{--bq-theme-color:#ffcd00}.sectionheading .heading-theme-mandarin{--bq-theme-color:#ff8c00}.sectionheading__description{font-size:1rem;letter-spacing:-.025rem;line-height:1.2;padding:.8rem 0 0}@media(min-width:768px){.sectionheading__description{font-size:1.2rem}}@media(min-width:1200px){.sectionheading__description{font-size:1.4rem;letter-spacing:-.05rem}}.sectionheading__description p{margin:0}.sectionheading__description p+p{margin-top:1em}.sectionheading__description a{color:inherit;text-decoration:underline;text-decoration-color:#6400ff;text-decoration-thickness:.15rem}.sectionheading__description a:focus,.sectionheading__description a:hover{text-decoration:none}.section-subnav{font-size:.9rem}.section-subnav__wrap{background:#6400ff;color:#fff;padding:0 1rem;position:relative}.section-subnav__wrap--fixed{left:0;position:fixed;top:0;transform:translate3d(0,-100%,0);width:100%;z-index:6}.show-section-nav .section-subnav__wrap--fixed{bottom:0;overflow-y:auto}@media(min-width:1220px){.show-section-nav .section-subnav__wrap--fixed{bottom:auto;overflow-y:unset}.section-subnav__wrap--fixed{top:3.25rem}}.section-subnav__wrap--reveal{transform:translateZ(0)}.section-subnav__wrap--transitioning{transition:transform .2s ease-out}.section-subnav__content{margin:0 auto;max-width:1400px}@media(min-width:1220px){.section-subnav__content{display:flex}}.section-subnav__header{align-items:center;display:flex;justify-content:space-between;padding:.5rem 0}.section-subnav__menu{background-color:transparent;border:0;box-shadow:none;color:#fff;cursor:pointer;height:20px;margin-bottom:.5rem;margin-top:.5rem;padding:0;text-align:left;width:20px}.section-subnav__menu:focus,.section-subnav__menu:hover{color:#fff}.section-subnav__menu:focus-visible{box-shadow:none;outline:3px solid #fff;outline-offset:3px}.section-subnav__menu .header__menu-icon{pointer-events:none;top:4px}@media(min-width:1220px){.section-subnav__menu{display:none}}.section-subnav__nav{display:none}.show-section-nav .section-subnav__nav{display:block}@media(min-width:1220px){.section-subnav__nav{align-items:center;display:flex;flex-grow:1}.show-section-nav .section-subnav__nav{display:flex}}.section-subnav__list{list-style:none;margin:0;padding-left:0}@media(min-width:1220px){.section-subnav__list{display:flex;flex:1;height:100%}}.section-subnav__item{position:relative}@media(min-width:1220px){.section-subnav__item{flex:1;position:static;text-align:center}}.section-subnav__link{color:#fff;display:inline-block;margin-right:2rem;padding:1rem 1rem 1rem 0}.section-subnav__link:focus-visible{outline-color:#fff;outline-offset:-3px}.section-subnav__link.active,.section-subnav__link.persistent{text-decoration:underline}@media(min-width:1220px){.section-subnav__link{margin-right:0;padding:1rem}.section-subnav__item-link{align-items:center;display:flex;height:100%;justify-content:center;padding-left:.75rem;padding-right:.75rem}.section-subnav__item-link:hover{text-decoration:none}.section-subnav__item-link.active{background-color:#4b00bf;text-decoration:none}}@media(min-width:1400px){.section-subnav__item-link{padding-left:1rem;padding-right:1rem}}.section-subnav__more{color:#fff;padding:.9rem 1rem;position:absolute;right:-1rem;text-align:right;top:0;width:14%}.section-subnav__more span{pointer-events:none}.section-subnav__more-icon{display:inline-block;height:14.1421356237px;position:relative;width:14.1421356237px}.section-subnav__more-icon:before{border-right:3px solid;border-top:3px solid;content:"";height:10px;left:2px;position:absolute;top:2px;transform:rotate(135deg);width:10px}.section-subnav__more:focus-visible{outline-color:#fff;outline-offset:-3px}.section-subnav__more.active .section-subnav__more-icon{transform:translateY(2px) rotate(180deg);transition:transform .2s}@media(min-width:1220px){.section-subnav__more{display:none}}.section-subnav__sublist{display:none;font-size:.9rem;padding-left:1rem}.section-subnav__sublist.active{display:block}@media(min-width:1220px){.section-subnav__sublist.active{display:none}}.section-subnav__sublink{padding:.8rem 0}@media(min-width:1220px){.section-subnav__sublink{padding:.5rem 1rem}}.section-subnav__home{padding:.5rem .5rem .5rem 0}.section-subnav__download{font-size:.8rem}.section-subnav__download .svg-icon{height:.75rem;margin-right:.5rem;width:.55rem}@media(min-width:1220px){.section-subnav__download{display:flex;margin-left:auto;max-width:116px;padding-left:1rem;padding-right:0}.section-subnav__download .svg-icon{height:1.1rem;width:.8rem}}@media(min-width:1300px){.section-subnav__download{font-size:inherit;max-width:135px}.section-subnav__download .svg-icon{height:1.3rem;width:1rem}}.section-subnav__supernav{background:#4b00bf;color:#fff;display:none;left:0;padding:1rem;position:absolute;top:100%;width:100%;z-index:6}.section-subnav__supernav-content{margin:0 auto;max-width:1400px}.section-subnav__supernav-list{display:flex;flex-wrap:wrap;list-style:none;margin:0 auto;max-width:56.5rem;padding-left:0}.section-subnav__supernav-list .section-subnav__subitem{flex:0 1 25%;text-align:left}@media(min-width:1220px){.section-subnav__supernav.active{display:block}}.section-subnav__persistent{background:#fff;border-bottom:1px solid #e9e9ea;color:#000;display:none;margin-bottom:1rem;padding:.5rem 0}.section-subnav__persistent .section-subnav__sublink{color:#000}.section-subnav__persistent .section-subnav__sublink.active,.section-subnav__persistent .section-subnav__sublink:focus,.section-subnav__persistent .section-subnav__sublink:focus-visible,.section-subnav__persistent .section-subnav__sublink:hover{text-decoration:underline;text-decoration-color:#6400ff;text-decoration-thickness:.15rem}.section-subnav__persistent .section-subnav__sublink:focus-visible{box-shadow:none;outline:3px solid #6400ff;outline-offset:3px}@media(min-width:1220px){.section-subnav__persistent.persistent{display:block}}.socialfeed{margin-bottom:3rem;padding:0 1rem}@media(min-width:1200px){.socialfeed{padding:0 2rem}}.columnctrcomp .socialfeed{padding:0}.socialfeed__content{margin:0 auto;max-width:1400px}.socialfeed__name{font-size:1rem;margin:0 auto .1rem;vertical-align:middle}@media(min-width:768px){.socialfeed__name{font-size:1.4rem}}@media(min-width:1200px){.socialfeed__name{font-size:1.6rem}}@media(min-width:768px){.socialfeed__name{margin-bottom:.4rem}}@media(min-width:1200px){.socialfeed__name{margin-bottom:.8rem}}.socialfeed__name-link,.socialfeed__name-link:focus,.socialfeed__name-link:hover{color:#000;text-decoration:none}.socialfeed__name-link:focus .socialfeed__icon,.socialfeed__name-link:hover .socialfeed__icon{filter:grayscale(0)}.socialfeed__icon{display:inline-block;filter:grayscale(100%);height:auto;margin:0 .1em 0 0;position:relative;top:.1em;width:.9em}.socialfeed__handle{margin:0 auto 1rem}.socialfeed__handle-link{color:#000;font-size:.8rem;line-height:1.2;text-decoration:underline;text-decoration-color:#6400ff;text-decoration-thickness:.15rem}.socialfeed__handle-link:focus,.socialfeed__handle-link:hover{text-decoration:none}@media(min-width:768px){.socialfeed__handle-link{font-size:1rem}}.socialfollow{background:#e9e9ea;color:#000;margin:0 auto 2rem;max-width:600px;padding:2rem 1rem}.socialfollow .socialfollow__heading{font-size:1.2rem;margin:0 0 1.3rem}.socialfollow__description{margin:0 0 1rem}.socialfollow__list{list-style:none;margin:0;padding-left:0;padding-top:.25rem}.socialfollow__list>li{display:inline-block;vertical-align:middle}.socialfollow__item{margin:0 .5rem .5rem 0}.socialfollow__link{background:#6400ff;display:block;padding:.5em}.socialfollow__link:focus,.socialfollow__link:hover{background:#3c0099}.socialfollow__icon{display:block;margin:0 auto;width:1.2rem}@media(min-width:992px){.socialfollow{padding:2rem}}.stat{margin-bottom:2rem}.stat__number,.stat__unit{margin:0}.stat--highlight .stat__number,.stat--highlight .stat__unit{color:#6400ff}.stat__number{font-family:Chalet NewYork,sans-serif;font-size:2.8rem;line-height:1}.stat__number--animate{opacity:.5}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.stat__number--animate{opacity:1}}.stat__number--animate.animate{opacity:1;transition:opacity 4s}@media(min-width:992px){.stat__number{font-size:3.4rem}}@media(min-width:1200px){.stat__number{font-size:4rem}}.stat__unit{font-size:1rem;margin-bottom:.5rem}.stat__text{max-width:25rem}@media(min-width:768px){[class*=" col-sm "] .stat__text,[class^=col-sm] .stat__text{max-width:none;padding-right:1rem}}@media(min-width:992px){[class*=" col-md "] .stat__text,[class^=col-md] .stat__text{max-width:none;padding-right:1rem}}@media(min-width:1200px){[class*=" col-lg "] .stat__text,[class^=col-lg] .stat__text{max-width:none;padding-right:1rem}}.stat__description,.stat__heading{font-size:1rem;margin:0 0 .5rem}@media(min-width:992px){.stat__description,.stat__heading{margin:0 0 1rem}}.stat__heading{font-family:Chalet NewYork,sans-serif}.stat__description p,.stat__description>:first-child{margin-top:0}.stat__description>:last-child{margin-bottom:0}.stat__description p{margin-bottom:.5rem}.stat__description a{color:#000;text-decoration:underline;text-decoration-color:#6400ff;text-decoration-thickness:.15rem}.stat__description a:focus,.stat__description a:hover{text-decoration:none}.textimage{margin:0 auto;max-width:74rem;overflow:hidden;padding:0 1rem}@media(min-width:1200px){.textimage{padding:0 2rem}}.textimage:after,.textimage:before{content:" ";display:table}.textimage:after{clear:both}.textimage h1{font-size:1.8rem}@media(min-width:768px){.textimage h1{font-size:2rem}}@media(min-width:1200px){.textimage h1{font-size:2.2rem}}.textimage h2{font-size:1.2rem}@media(min-width:768px){.textimage h2{font-size:1.4rem}}@media(min-width:1200px){.textimage h2{font-size:1.6rem}}.textimage h3{font-size:1rem}@media(min-width:768px){.textimage h3{font-size:1.2rem}}@media(min-width:1200px){.textimage h3{font-size:1.4rem}}.textimage h4,.textimage h5,.textimage h6{font-size:1rem}.textimage h1,.textimage h2{margin:1.4rem 0 .6rem}.textimage h3,.textimage h4,.textimage h5,.textimage h6{margin:1rem 0 0}.textimage h3+p{margin-top:0}.textimage a{color:#000;text-decoration:underline;text-decoration-color:#6400ff;text-decoration-thickness:.15rem}.textimage a:focus,.textimage a:hover{text-decoration:none}.textimage b,.textimage strong{font-family:Chalet NewYork,sans-serif}.textimage img{max-width:100%}.textimage--left,.textimage--right,.textimage--top{margin-bottom:.5rem;margin-top:1rem}.textimage--left{float:left;margin-right:1rem}.textimage--right{float:right;margin-left:1rem}.thread-banner{background:#e9e9ea}.thread-banner__content{margin:0 auto;max-width:60rem;position:relative;text-align:right;width:84%}@media(min-width:400px){.thread-banner__content{width:86%}}@media(min-width:768px){.thread-banner__content{width:80%}}.thread-banner__close{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:0;border-radius:0;cursor:pointer;font-size:.7rem;line-height:0;padding:.25rem;position:relative;right:-1.25rem;z-index:5}.thread-banner__close:focus,.thread-banner__close:hover{color:#3c0099}.thread-banner__close:focus-visible{box-shadow:none;outline:3px solid #6400ff;outline-offset:3px}.thread-banner__close .svg-icon{height:1em;width:1em}@media(min-width:768px){.thread-banner__close{bottom:auto;position:absolute;right:-9%;top:50%;transform:translateY(-50%)}}.thread-banner__slider{max-width:55rem;text-align:left}.thread-banner__item{text-align:center}.thread-banner__text{font-size:.7rem;margin:0;padding:0 .5rem .5rem}@media(min-width:768px){.thread-banner__text{font-size:.8rem}}.thread-banner__text p{display:inline;margin:0}@media(min-width:768px){.thread-banner__text{padding:.25rem .5rem}}.thread-banner__link{color:#000;text-decoration:underline;text-decoration-color:#6400ff;text-decoration-thickness:.15em}.thread-banner__link:focus,.thread-banner__link:hover{text-decoration:none}.thread-banner__next,.thread-banner__prev{background-color:transparent;border:0;bottom:.5em;box-shadow:none;color:#6400ff;cursor:pointer;display:none;padding:0;text-align:left}.thread-banner__next.active,.thread-banner__prev.active{display:block}.thread-banner__next:focus,.thread-banner__next:hover,.thread-banner__prev:focus,.thread-banner__prev:hover{color:#3c0099}.thread-banner__next:focus-visible,.thread-banner__prev:focus-visible{box-shadow:none;outline:3px solid #6400ff;outline-offset:3px}@media(min-width:768px){.thread-banner__next,.thread-banner__prev{bottom:auto;top:50%;transform:translateY(-50%)}}.thread-banner__next{height:19.7989898732px;position:relative;position:absolute;right:-1rem;width:19.7989898732px}.thread-banner__next:before{border-right:2px solid;border-top:2px solid;content:"";height:14px;left:2px;position:absolute;top:2px;transform:rotate(45deg);width:14px}.thread-banner__prev{height:19.7989898732px;left:-1rem;position:relative;position:absolute;width:19.7989898732px}.thread-banner__prev:before{border-right:2px solid;border-top:2px solid;content:"";height:14px;left:2px;position:absolute;top:2px;transform:rotate(-135deg);width:14px}.threecolumnpromo{margin:0 auto;max-width:1600px}@media(min-width:768px){.threecolumnpromo{display:flex;flex-wrap:wrap}.threecolumnpromo--bottom .threecolumnpromo__img{align-self:flex-end;order:1}}.threecolumnpromo__promo{display:flex;flex-wrap:wrap}.threecolumnpromo__promo .threecolumnpromo__img,.threecolumnpromo__promo .threecolumnpromo__text{flex:0 1 100%}@media(min-width:768px){.threecolumnpromo__promo{flex:0 1 auto;width:33.3333%}}.threecolumnpromo__img>div{overflow:hidden;padding-bottom:75%;position:relative}.threecolumnpromo__img>div>img{bottom:auto;left:0;position:absolute;top:50%;transform:translateY(-50%)}.threecolumnpromo__img img{display:block;margin:0 auto;max-width:100%}.threecolumnpromo__text{padding:2rem 1rem 3rem}@media(min-width:768px){.threecolumnpromo__text{padding:2rem 1rem}}@media(min-width:1200px){.threecolumnpromo__text{padding:3rem}}@media(min-width:1600px){.threecolumnpromo__text{padding-bottom:4.5rem}}.threecolumnpromo__title{font-size:1rem;margin:0}@media(min-width:768px){.threecolumnpromo__title{font-size:1.2rem}}@media(min-width:1200px){.threecolumnpromo__title{font-size:1.4rem}}.threecolumnpromo__description{margin:.5rem 0}.threecolumnpromo__description p{margin:0}.threecolumnpromo__description p+p{margin-top:.5rem}.threecolumnpromo__link{color:#6400ff;display:inline-block;font-size:.8rem;margin-bottom:1em}.threecolumnpromo__link .svg-icon{height:.6em;margin-left:.25em;transition:transform .2s ease-in-out;width:.8em}.threecolumnpromo__link:active .svg-icon,.threecolumnpromo__link:hover .svg-icon{transform:translateX(.5rem)}@media(min-width:992px){.threecolumnpromo__link{font-size:1rem;margin-bottom:1.75rem}}.video{margin:0 auto 1rem;max-width:1600px;padding:0}.video.margin-bottom-lg{margin-bottom:3rem}.video.margin-top-lg{margin-top:3rem}.blog-article .video{margin:2rem auto}@media(min-width:992px){.blog-article .video{margin-bottom:3rem;margin-top:3rem}}.video__media{position:relative}.video__img{aspect-ratio:1.7777777778;display:block;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.video__link{background-color:transparent;background-color:#6400ff;border:0;bottom:0;color:transparent;color:#fff;display:block;font:0/0 a;height:4rem;left:0;position:absolute;text-shadow:none;width:4rem;z-index:1}@media(min-width:768px){.video__link{height:5rem;width:5rem}.columnctrcomp .video__link{height:4rem;width:4rem}}.video__link .svg-icon{height:50%;left:50%;margin-left:-24%;margin-top:-24%;position:absolute;top:50%;transform:scale(1);transition:transform .2s ease;width:50%}.video__link:focus,.video__link:hover{background-color:#3c0099}.video__link:focus .svg-icon,.video__link:hover .svg-icon{transform:scale(1.1)}.video__link:focus-visible{outline-color:#fff;outline-offset:-3px}.video .video__title{font-size:1rem;margin:.8rem 0}@media(min-width:768px){.video .video__title{font-size:1.2rem}}@media(min-width:1200px){.video .video__title{font-size:1.4rem}}.video__description{font-size:.8rem;margin-top:.8rem}.video__description p,.video__description>:first-child{margin-top:0}.video__description>:last-child{margin-bottom:0}.video__description p{margin-bottom:.5rem}.video__transcript-link{color:#000;display:block;font-size:1rem;margin:1rem auto 0;text-decoration:underline;text-decoration-color:#6400ff;text-decoration-thickness:.15rem}.video__transcript-link:focus,.video__transcript-link:hover{text-decoration:none}.video__transcript-link[type=button]{-webkit-appearance:none;-moz-appearance:none;appearance:none}.video__transcript-link:focus,.video__transcript-link:hover{color:#000}.blog-article .video__transcript-link{margin-left:0;padding-left:0}.video__transcript{font-size:.8rem;padding:0 1rem}.video__transcript p,.video__transcript>:first-child{margin-top:0}.video__transcript>:last-child{margin-bottom:0}.video__transcript a{color:#000;overflow-wrap:break-word;text-decoration:underline;text-decoration-color:#6400ff;text-decoration-thickness:.15rem;word-wrap:break-word}.video__transcript a:focus,.video__transcript a:hover{color:#000;text-decoration:none}.blog-article .video__transcript{padding-left:0}.video--collapsed:not(.video--expanded) .video__transcript{display:none}.video--collapsing .video__transcript,.video--expanding .video__transcript{height:0;overflow:hidden;position:relative;transition:height .2s ease}.video--edit .video__transcript{display:block!important;height:auto!important}.video--two-col{color:#000;margin:0 auto .5rem;max-width:1400px;overflow:hidden;position:relative}@media(min-width:768px){.video--two-col{margin-bottom:1rem}}.video--two-col .video__wrap{background:#e9e9ea}@media(min-width:768px){.video--two-col .video__wrap{display:flex}}.video--two-col .video__media{background-position:50% 50%;background-repeat:no-repeat;background-size:cover;overflow:hidden;position:relative}@media(min-width:768px){.video--two-col .video__media{display:flex;flex:0 0 50%;max-width:700px;order:1}}.video--two-col .video__img{aspect-ratio:3/2}.video--two-col .video__text{padding:2rem 1rem 3.5rem}@media(min-width:768px){.video--two-col .video__text{flex:0 0 50%;max-width:700px;padding:2rem 1rem}}@media(min-width:992px){.video--two-col .video__text{padding:3rem}}.video--two-col .video__title{font-size:1rem;line-height:1.2;margin:0 0 1rem}@media(min-width:768px){.video--two-col .video__title{font-size:1.2rem}}@media(min-width:1200px){.video--two-col .video__title{font-size:1.4rem}}.video--two-col .video__description{font-size:.8rem;line-height:1.2}@media(min-width:1200px){.video--two-col .video__description{font-size:1.2rem}}.video--two-col .video__description p{margin-bottom:1em}.video--two-col .video__transcript-link{font-size:.8rem;margin-left:0;padding-left:0}@media(min-width:1200px){.video--two-col .video__transcript-link{font-size:1rem}}.video--two-col .video__transcript{font-size:.8rem;margin:1.5rem auto;max-width:40rem}@media(min-width:1200px){.video--two-col .video__transcript{font-size:1rem}}.interactive-container{margin-bottom:1em;max-width:800px}.interactive-container .responsive-embed-container{height:0;padding-bottom:56.25%;position:relative}.interactive-container .responsive-embed-container embed,.interactive-container .responsive-embed-container iframe,.interactive-container .responsive-embed-container object{height:100%;left:0;position:absolute;top:0;width:100%}.blog-card__wrap{margin:0 auto;padding:2rem 1rem}@media(min-width:992px){.blog-card__wrap{padding-bottom:3.2rem;padding-top:3.2rem}}.blog-card__wrap.theme-gray,.theme-gray .blog-card__wrap{background-color:#e9e9ea}.blog-card__wrap.js-news-filter-items{padding-top:0}.blog-card__header{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;margin:0 auto 1rem;max-width:1400px}@media(min-width:640px){.blog-card__header{margin-bottom:2rem}}.blog-card__heading{font-family:Chalet NewYork,sans-serif;font-size:1.4rem;line-height:1;margin:0}@media(min-width:768px){.blog-card__heading{font-size:1.8rem}}@media(min-width:1200px){.blog-card__heading{font-size:2rem}}.blog-card__heading.heading-theme-arctic,.blog-card__heading.heading-theme-azure,.blog-card__heading.heading-theme-gold,.blog-card__heading.heading-theme-mandarin,.blog-card__heading.heading-theme-purple,.blog-card__heading.heading-theme-seafoam{align-items:flex-start;display:flex;font-family:Chalet NewYork,sans-serif}.blog-card__heading.heading-theme-arctic:before,.blog-card__heading.heading-theme-azure:before,.blog-card__heading.heading-theme-gold:before,.blog-card__heading.heading-theme-mandarin:before,.blog-card__heading.heading-theme-purple:before,.blog-card__heading.heading-theme-seafoam:before{background-color:var(--bq-theme-color,#6400ff);content:"";display:inline-block;height:1em;margin-right:.4rem;width:.2rem}.blog-card__heading.heading-theme-azure{--bq-theme-color:#000ff5}.blog-card__heading.heading-theme-seafoam{--bq-theme-color:#0ad2af}.blog-card__heading.heading-theme-arctic{--bq-theme-color:#50f0eb}.blog-card__heading.heading-theme-gold{--bq-theme-color:#ffcd00}.blog-card__heading.heading-theme-mandarin{--bq-theme-color:#ff8c00}.blog-card__more{font-size:.8rem;margin-right:0;padding-left:.8rem;padding-right:.4rem}.blog-card__container{margin:0 auto;max-width:1400px}@media(min-width:640px){.blog-card__container{display:flex;flex-wrap:wrap;gap:1rem}}@media(min-width:992px){.blog-card__container{gap:2rem}}.blog-card{display:block;margin-bottom:1rem;max-width:26rem}@media(min-width:640px){.blog-card{flex:0 1 calc(50% - 0.5rem);margin-bottom:0}}@media(min-width:992px){.blog-card{flex:0 1 calc(33.33333% - 1.33333rem)}}.blog-card__picture{aspect-ratio:16/9;display:block}.blog-card__img{aspect-ratio:1.7777777778;border:1px solid #ccc;display:block;height:100%;max-width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.blog-card__info{flex:1;padding:.6rem 0 .8rem}.blog-card__tags{display:inline-block;line-height:1;list-style:none;margin:0 0 1.6rem;padding-left:0}.blog-card__tags>li{display:inline;line-height:1.15}.blog-card__tags>li:after{background:linear-gradient(90deg,transparent calc(50% - .025rem),currentColor 0,currentColor calc(50% + .025rem),transparent 0);content:" ";font-size:.5rem;letter-spacing:1em;margin:0 .3rem}.blog-card__tag-link{color:#000;font-size:.8rem;text-decoration:underline;text-decoration-color:#6400ff;text-decoration-thickness:1px;text-underline-offset:.2rem}.blog-card__tag-link:focus,.blog-card__tag-link:hover{text-decoration:none}.blog-card__primary-topic{text-decoration-color:#000}.blog-card__date{color:#000;font-size:.7rem;margin:0 0 .8rem}.blog-card__title{color:#000;display:block;font-family:Chalet NewYork,sans-serif;font-size:1rem;line-height:1.25;margin:0 0 .8rem;text-decoration:none}.blog-card__title:focus,.blog-card__title:hover{text-decoration:underline;text-decoration-color:#6400ff;text-decoration-thickness:.15rem}@media(min-width:768px){.blog-card__title{font-size:1.1rem}}@media(min-width:1200px){.blog-card__title{font-size:1.2rem}}.blog-card__description{font-size:.8rem;margin:0}.blog-card__description p,.blog-card__description>:first-child{margin-top:0}.blog-card__description>:last-child{margin-bottom:0}.blog-card__description a{color:#000;text-decoration:underline;text-decoration-color:#6400ff;text-decoration-thickness:.15em}.blog-card__description a:focus,.blog-card__description a:hover{text-decoration:none}.blog-card__authors{margin:1.6rem 0 0}.blog-card__author{display:flex;margin-bottom:.5rem}.blog-card__author:last-child{margin-bottom:0}.blog-card__author-picture{background-color:#6400ff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='227.3 0.1 124.6 110.2'%3E%3Cpath fill='%23fff' d='M338.3 110.2 289.6 23l-48.7 87.2h-13.6L289.6.1l62.3 110.2h-13.6z'/%3E%3C/svg%3E");background-position:50% 45%;background-repeat:no-repeat;background-size:40% auto;border-radius:50%;height:2rem;width:2rem}.blog-card__author-picture img{border-radius:50%;display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.blog-card__author-info{flex:1;margin-left:.5rem}.blog-card__author-name{font-size:.8rem;margin:0}.blog-card__author-name a{color:#000;text-decoration:underline;text-decoration-color:#6400ff;text-decoration-thickness:.15em}.blog-card__author-name a:focus,.blog-card__author-name a:hover{text-decoration:none}.blog-card__author-title{font-size:.7rem;margin:0}.blog-card__wrap--stacked .blog-card__container{display:block}@media(min-width:768px){.blog-card__wrap--stacked .blog-card__container{border-top:1px solid #e9e9ea}.blog-card__wrap--stacked .blog-card{border-bottom:1px solid #e9e9ea;-moz-column-gap:1rem;column-gap:1rem;display:flex;max-width:none;padding-bottom:1rem;padding-top:1rem}}@media(min-width:992px){.blog-card__wrap--stacked .blog-card{-moz-column-gap:2rem;column-gap:2rem;padding-bottom:2rem;padding-top:2rem}}@media(min-width:1200px){.blog-card__wrap--stacked .blog-card{-moz-column-gap:3rem;column-gap:3rem}}@media(min-width:768px){.blog-card__wrap--stacked .blog-card__image{flex:0 0 38%;max-width:25.4rem;order:1}.blog-card__wrap--stacked .blog-card__info{flex:1 1 auto;padding:0}}.blog-footer{margin-top:4rem;padding-top:0}@media(min-width:992px){.blog-footer{margin-top:5.5rem}}.blog-footer .footer__legal,.blog-footer .footer__row{max-width:1600px}@media(min-width:1200px){.blog-footer .footer__legal,.blog-footer .footer__row{padding-left:2.8rem;padding-right:2.8rem}}.blog-footer .footer__row{border-top:2px solid #757575;padding-top:2rem}@media(min-width:992px){.blog-footer .footer__row{display:flex;justify-content:space-between;padding-top:4rem}.blog-footer .footer__logo{max-width:216px}}.blog-footer .footer__legal{border-top:0;font-size:.7rem;padding-top:0}@media(min-width:992px){.blog-footer .footer__legal{margin-top:2rem}}.blog-footer .footer__legal-links{color:#000;display:block;font-size:.7rem}.blog-footer .footer__legal-links a{color:inherit}.blog-footer .footer__legal-links li{flex:0 1 auto;width:auto}.blog-footer .footer__social{padding-bottom:2rem}.blog-footer .footer__social-link{padding:.9rem}@media(min-width:992px){.blog-footer .footer__social{padding-bottom:0}}.ancillary-nav{background:#000;color:#fff;display:none;padding:0 1rem}@media(min-width:992px){.ancillary-nav{display:block}}.ancillary-nav__content{margin:0 auto;max-width:1600px}@media(min-width:1200px){.ancillary-nav__content{padding-left:2.8rem;padding-right:2.8rem}}.ancillary-nav__list{list-style:none;margin:0;padding:.35rem 0}.ancillary-nav__list>li{display:inline-block;vertical-align:middle}.ancillary-nav__link{color:#fff;display:block;font-size:.7rem;margin-left:-.7rem;padding:.35rem .7rem}.ancillary-nav__link:focus-visible{outline-color:#fff}.blog-header{background:#fbfbfb;margin:0 auto}@media(min-width:992px){.blog-header{height:7.35rem;margin-bottom:1.35rem}}.blog-header__wrap{background:#fbfbfb;padding:0 1rem;position:relative}@media(min-width:992px){.blog-header__wrap{height:5rem;padding-top:1.4rem}.blog-header__wrap--fixed{height:3.25rem;left:0;padding-top:.3rem;position:fixed;top:0;transform:translate3d(0,-100%,0);width:100%;z-index:10}.blog-header__wrap--fixed:after{background:transparent;bottom:0;box-shadow:0 0 18px rgba(0,0,0,.15);content:"";height:100%;left:0;opacity:0;position:absolute;transition:opacity .2s ease-out;width:100%;z-index:-1}.blog-header__wrap--reveal{transform:translateZ(0)}.blog-header__wrap--reveal:after{opacity:1}.blog-header__wrap--transitioning{transition:transform .2s ease-out}}.blog-header__content{margin:0 auto;max-width:1600px;padding:.75rem 0}@media(min-width:992px){.blog-header__content{display:flex;padding:0}}@media(min-width:1200px){.blog-header__content{padding-left:2.8rem;padding-right:2.8rem}}.blog-header__navbar{align-items:center;display:flex;flex:none}@media(min-width:400px){.blog-header__navbar{justify-content:center}}@media(min-width:992px){.blog-header__navbar{justify-content:flex-start}}.blog-header__logo{display:inline-block;max-width:5.15rem;width:50%}@media(min-width:992px){.blog-header__logo{max-width:none;padding-right:.8rem;width:7.4rem}}.blog-header__logo-link{display:block}@media(min-width:992px){.blog-header__logo-link{align-items:center;display:flex}}.blog-header__logo-img{display:block;margin:0;width:100%}@media(min-width:992px){.blog-header__logo-img{flex:none;max-height:100%;max-width:100%;width:auto}}.blog-header__menu-wrap{bottom:0;padding-left:1rem;padding-right:1rem;padding-top:.3rem;position:absolute;right:0;top:0}.blog-header__menu-wrap.active{background:#000}.blog-header__menu{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:none;color:#000;cursor:pointer;display:block;height:40px;padding:0;position:relative;width:40px}.blog-header__menu:focus,.blog-header__menu:hover{color:#6400ff}.blog-header__menu:focus-visible{box-shadow:none;outline:3px solid #6400ff;outline-offset:3px}.blog-header__menu-icon,.blog-header__menu-icon:after,.blog-header__menu-icon:before{background:currentColor;content:"";display:block;height:4px;position:absolute;right:0;transition:all .2s;width:27px}.blog-header__menu-icon{border-bottom:0;right:6.5px;top:10px}.blog-header__menu-icon:before{top:9px}.blog-header__menu-icon:after{top:18px}.blog-header__menu.active{color:#fff}.blog-header__menu.active:focus-visible{outline-color:#fff}.blog-header__menu.active .blog-header__menu-icon{background-color:transparent}.blog-header__menu.active .blog-header__menu-icon:after,.blog-header__menu.active .blog-header__menu-icon:before{top:10px}.blog-header__menu.active .blog-header__menu-icon:before{transform:rotate(45deg)}.blog-header__menu.active .blog-header__menu-icon:after{transform:rotate(-45deg)}@media(min-width:992px){.blog-header__menu{display:none}}.blog-header__nav{background:#000;display:none;max-width:30rem;position:absolute;right:0;top:100%;width:100%;z-index:9}.show-nav .blog-header__nav{display:block;height:80vh;min-height:30rem}@media(min-width:992px){.blog-header__nav{align-items:center;background:none;display:flex;flex-flow:row wrap;max-width:none;position:static;z-index:auto}.show-nav .blog-header__nav{display:flex}}.blog-header__nav-list{list-style:none;margin:0 1.6rem;padding:.4rem 0}.blog-header__nav-list.ancillary-nav__list{border-top:1px solid dimgray}.blog-header__nav-list.ancillary-nav__list>li{display:block}@media(min-width:992px){.blog-header__nav-list{display:flex;flex-wrap:wrap;justify-content:center;padding:0}.blog-header__wrap--fixed .blog-header__nav-list{justify-content:flex-start}.blog-header__nav-list.ancillary-nav__list{display:none}}.blog-header__nav-list-item{flex:none}.blog-header__nav-link{color:#fff;display:block;font-family:Chalet NewYork,sans-serif;font-size:.8rem;padding:1.1rem .4rem;position:relative;transition:none}.blog-header__nav-link:focus,.blog-header__nav-link:hover{color:#fff}.blog-header__nav-link:focus-visible{outline-color:#fff}@media(min-width:992px){.blog-header__nav-link{color:#000;font-size:.6rem;padding:.4rem .9rem;text-align:center}.blog-header__nav-link:after{background:#6400ff;bottom:0;content:"";height:.1rem;left:.9rem;opacity:0;position:absolute;transition:opacity .2s;width:calc(100% - 1.8rem)}.blog-header__nav-link.color-environment:after{background:#0ad2af}.blog-header__nav-link.color-people:after{background:#ffcd00}.blog-header__nav-link.color-sustainable:after{background:#ff8c00}.blog-header__nav-link.color-solutions:after{background:#000ff5}.blog-header__nav-link:focus,.blog-header__nav-link:hover,.blog-header__nav:not(.blog-header__nav--is-scrolling) .blog-header__nav-link--active{color:#000;text-decoration:none}.blog-header__nav-link:focus:after,.blog-header__nav-link:hover:after,.blog-header__nav:not(.blog-header__nav--is-scrolling) .blog-header__nav-link--active:after{opacity:1}.blog-header__nav-link:focus-visible{outline-color:#6400ff}.blog-header__wrap--fixed .blog-header__nav-link{padding:.9rem}.blog-header__wrap--fixed .blog-header__nav-link:after{bottom:.4rem}}.blog-header__search{display:none;margin-bottom:0;margin-left:auto;order:2;padding-bottom:0;padding-right:.25rem}.blog-header__search .magnifying-close-icon{height:16px;width:16px}.blog-header__search .magnifying-close-icon:before{bottom:-3px;left:9px;width:10px}.blog-header__search .active .magnifying-close-icon{height:20px;width:20px}.blog-header__search .active .magnifying-close-icon:before{left:0;top:100%;width:20px}.blog-header__search--mobile{display:block;order:0;position:absolute;right:4.5rem;top:.75rem}@media(min-width:992px){.blog-header__search--mobile{display:none}}.blog-header__search span{pointer-events:none}.blog-header__search .search__icon{background-color:transparent;border:0;box-shadow:none;color:#000;cursor:pointer;display:block;line-height:1;outline-offset:5px;padding:0;text-align:left;transition:transform .2s}.blog-header__search .search__icon:focus,.blog-header__search .search__icon:hover{color:#6400ff;transform:scale(1.1)}.blog-header__search .search__icon:focus-visible{box-shadow:none;outline:3px solid #6400ff;outline-offset:3px}@media(min-width:992px){.blog-header__search--desktop{display:block;position:relative}}.blog-sitesearch:after{background:rgba(0,0,0,.6);content:""}@media(min-width:1200px){.blog-sitesearch{padding:0 1rem}}.blog-sitesearch.sitesearch--popup{display:block;height:0;top:0;transition:height .1s}.blog-sitesearch.sitesearch--popup.active{height:15rem}.blog-sitesearch .sitesearch__form{max-width:1600px;padding:1rem 1.2rem}@media(min-width:1200px){.blog-sitesearch .sitesearch__form{padding-left:2.8rem;padding-right:2.8rem}}.blog-sitesearch .sitesearch__form--yext{padding:2rem 1.2rem}.blog-sitesearch .sitesearch__form--yext .yxt-SearchBar{margin:0 auto;max-width:50rem}.blog-sitesearch .sitesearch__form--yext .sitesearch__close{right:1rem}@media(min-width:1200px){.blog-sitesearch .sitesearch__form--yext .sitesearch__close{top:1rem}}.blog-sitesearch .sitesearch__inputctn{border-bottom:0;padding-left:2rem}.blog-sitesearch .sitesearch__input{font-size:.8rem;padding:.5rem 1rem}.blog-sitesearch .sitesearch__input::-moz-placeholder{color:#fff;font-weight:400;opacity:.7}.blog-sitesearch .sitesearch__input::placeholder{color:#fff;font-weight:400;opacity:.7}.blog-sitesearch .sitesearch__input:focus{outline:3px solid #fff}.blog-sitesearch .sitesearch__close,.blog-sitesearch .sitesearch__submit{padding-top:.25rem;top:.25rem}.blog-sitesearch .sitesearch__submit{left:0;right:auto}.blog-sitesearch .sitesearch__close{border:0;color:#fff;cursor:pointer;position:absolute;right:0;transition:transform .2s}.blog-sitesearch .sitesearch__close:active,.blog-sitesearch .sitesearch__close:focus,.blog-sitesearch .sitesearch__close:hover{transform:scale(1.1)}.blog-sitesearch .sitesearch__close:focus-visible{box-shadow:none;outline:3px solid #fff;outline-offset:3px}.blog-sitesearch .yxt-SearchBar-button:focus-visible{box-shadow:none;outline:3px solid #6400ff;outline-offset:3px;outline-offset:-3px}body.show-search{position:relative}body.show-search:after{background-color:rgba(0,0,0,.6);content:"";display:block;height:100%;left:0;position:fixed;top:0;width:100%;z-index:8}.blog-article__container,.blog-article__content{margin:0 auto;max-width:1400px}.blog-article__container{display:grid;padding:0 1rem 2rem}@media(min-width:992px){.blog-article__container{grid-template-columns:1fr 41.6rem 1fr}}@media(min-width:1200px){.blog-article__container{padding-bottom:3.6rem}}.blog-article__container .text{padding:0}.blog-article__main{line-height:1.5833333333;position:relative}.blog-article__main .full-bleed{left:50%;margin-left:-50vw;margin-right:-50vw;position:relative;right:50%;width:100vw}.blog-article__infobar{border-bottom:1px solid #ccc;color:#757575;font-size:.7rem;line-height:1;margin-bottom:3rem;min-height:2.65rem;padding:0 0 .8rem;text-transform:uppercase}@media(min-width:400px){.blog-article__infobar{align-items:flex-end;display:flex}}.blog-article__readtime{margin:0 0 .55rem}@media(min-width:400px){.blog-article__readtime{margin:0}}.blog-article__social{margin-left:auto}.blog-article__more .blog-article__content{max-width:none}.blog-article .textimage{padding:0}.blog-author__more{padding-top:2rem}@media(min-width:992px){.blog-author__more{padding-top:3.2rem}}.blog-author__blog-grid .blog-card__wrap{padding-top:0}.blog-article__heading{padding-top:2rem}@media(min-width:992px){.blog-article__heading{padding-top:2.5rem}}.blog-article__heading-image{margin:2rem 0}@media(min-width:992px){.blog-article__heading-image{margin-bottom:3.2rem;margin-top:3.2rem}}.blog-article__heading-img,.blog-article__heading-picture{aspect-ratio:16/9;display:block}.blog-article__heading-img{border:1px solid #ccc;max-width:100%;-o-object-fit:cover;object-fit:cover}.blog-article__title{font-size:1.8rem;line-height:1.12;margin:0 0 .9rem}@media(min-width:768px){.blog-article__title{font-size:2.2rem}}@media(min-width:1200px){.blog-article__title{font-size:2.5rem}}.blog-article__date{font-size:.7rem;line-height:1;margin:0 0 .8rem}.blog-article__description{font-size:.9rem;line-height:1.3}@media(min-width:768px){.blog-article__description{font-size:1rem}}.blog-article__description p,.blog-article__description>:first-child{margin-top:0}.blog-article__description>:last-child{margin-bottom:0}.blog-article__description a{color:#000;text-decoration:underline;text-decoration-color:#6400ff;text-decoration-thickness:.15em}.blog-article__description a:focus,.blog-article__description a:hover{text-decoration:none}.blog-article__social{margin-top:1rem}.blog-article__social-link{color:#000;text-decoration:underline;text-decoration-color:#6400ff;text-decoration-thickness:.15rem}.blog-article__social-link:focus,.blog-article__social-link:hover{text-decoration:none}.blog-article__social-link svg{color:#6400ff;margin-right:.5rem;vertical-align:middle}.blog-article__authors{display:flex;flex-wrap:wrap;gap:1.6rem;margin:1.4rem 0 0}.blog-article__author{display:flex;max-width:20rem}.blog-article__author-picture{background-color:#6400ff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='227.3 0.1 124.6 110.2'%3E%3Cpath fill='%23fff' d='M338.3 110.2 289.6 23l-48.7 87.2h-13.6L289.6.1l62.3 110.2h-13.6z'/%3E%3C/svg%3E");background-position:50% 45%;background-repeat:no-repeat;background-size:40% auto;border-radius:50%;height:2rem;width:2rem}.blog-article__author-picture img{border-radius:50%;display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.blog-article__author-info{flex:1;margin-left:.5rem}.blog-article__author-name{font-size:.8rem;line-height:1;margin:0 0 .2rem}.blog-article__author-name a{color:#000;text-decoration:underline;text-decoration-color:#6400ff;text-decoration-thickness:.15em}.blog-article__author-name a:focus,.blog-article__author-name a:hover{text-decoration:none}.blog-article__author-title{font-size:.7rem;line-height:1.1;margin:0}.blog-author-bio .blog-article__container{display:block}.blog-author__more-heading{padding-left:1rem;padding-right:1rem}.blog-author__more .blog-card__heading:before{content:none}@media(min-width:992px){.blog-author__heading-content{display:flex}.blog-author__heading .blog-article__heading-image,.blog-author__heading .blog-article__heading-info{flex:1}}.blog-author__heading .blog-article__heading-image{margin-top:0}@media(min-width:992px){.blog-author__heading .blog-article__heading-image{flex:0 1 40%;max-width:600px;padding-right:2rem}}.blog-author__heading .blog-article__heading-image img{margin:0 auto}.blog-author__heading .blog-article__heading-img,.blog-author__heading .blog-article__heading-picture{aspect-ratio:1;border:0}.blog-author__heading .blog-article__heading-info{margin:0 auto;max-width:34.6rem}@media(min-width:992px){.blog-author__heading .blog-article__heading-info{flex:0 1 60%;margin-left:0}}.blog-author__heading .blog-article__title{margin-top:0}.blog-author__heading .blog-article__description{align-items:center;display:flex;font-size:1rem;position:relative}.blog-author__heading .blog-article__description:before{background-color:#6400ff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='227.3 0.1 124.6 110.2'%3E%3Cpath fill='%23fff' d='M338.3 110.2 289.6 23l-48.7 87.2h-13.6L289.6.1l62.3 110.2h-13.6z'/%3E%3C/svg%3E");background-position:50% 45%;background-repeat:no-repeat;background-size:40% auto;border-radius:50%;content:"";display:block;flex:0 0 2rem;height:2rem;margin-right:.5rem;width:2rem}.blog-author__heading .blog-text{margin:1.5rem 0 0}.blog-author__heading .blog-text .text{max-width:none;padding:0;width:auto}.blog-author__heading .blog-text .quote{display:none}.blog-article__info{border-bottom:1px solid #ccc;border-top:1px solid #ccc;margin-top:2rem}@media(min-width:992px){.blog-article__info{margin-top:3rem}}.blog-article__info .accordion__item{border:0}.blog-article__info-heading{font-family:Chalet NewYork,sans-serif;font-size:.8rem;margin:1.2rem 0}.blog-article__info .blog-article__sources{margin:0}.blog-article__info .blog-article__sources-heading{font-family:Chalet NewYork,sans-serif;font-size:.8rem;padding-left:0}.blog-article__info .blog-article__sources-list{font-size:.7rem;list-style:none;margin:0;padding-left:0;padding-top:.5rem}.blog-article__info .blog-article__sources-item{color:dimgray;padding-bottom:.4rem}.blog-article__info .blog-article__sources-item p,.blog-article__info .blog-article__sources-item>:first-child{margin-top:0}.blog-article__info .blog-article__sources-item>:last-child{margin-bottom:0}.blog-article__info .blog-article__sources-openclose{right:0}.blog-article__info .blog-article__sources-openclose:before{background:none;border-right:2px solid;border-top:2px solid;content:"";display:inline-block;height:12px;right:.25rem;top:auto;transform:rotate(135deg);width:12px}.blog-article__info .blog-article__sources-openclose:after{display:none}.blog-article__info .accordion__item.active>.accordion__link .accordion__openclose:before,.nojs .blog-article__info .accordion__item>.accordion__link .accordion__openclose:before{transform:rotate(315deg)}.blog-article__tags{border-bottom:1px solid #ccc;color:dimgray;list-style:none;margin:0;padding-bottom:.8rem;padding-left:0}.blog-article__tags>li{display:inline-block;vertical-align:middle}.blog-article__tags a{color:inherit}.blog-article__tag-link{border:1px solid;border-radius:.7rem;display:block;font-size:.8rem;line-height:1;margin-bottom:.4rem;padding:.3rem .6rem}.blog-featured{background-color:#e9e9ea;padding:2rem 1rem}@media(min-width:992px){.blog-featured{padding-bottom:3.2rem;padding-top:3.2rem}}.blog-featured__content{margin:0 auto;max-width:1400px}@media(min-width:768px){.blog-featured__content{-moz-column-gap:1rem;column-gap:1rem;display:flex}}@media(min-width:992px){.blog-featured__content{-moz-column-gap:2rem;column-gap:2rem}}@media(min-width:1200px){.blog-featured__content{-moz-column-gap:3rem;column-gap:3rem}}@media(min-width:768px){.blog-featured__image{flex:0 0 40%;max-width:25.4rem}}@media(min-width:992px){.blog-featured__image{flex-basis:50%;max-width:41.6rem}}@media(min-width:1400px){.blog-featured__image{flex-basis:60%}}@media(min-width:768px){.blog-featured__info{flex:1 1 auto;padding:0}}.blog-featured__tags>li:after{margin:0 .15rem}.blog-featured__title{font-size:1.4rem;line-height:1.15;margin:0 0 1rem}@media(min-width:768px){.blog-featured__title{font-size:1.6rem}}@media(min-width:1200px){.blog-featured__title{font-size:2rem}}.blog-featured__title-link{font-size:inherit;line-height:inherit}.blog-featured__description{font-size:.8rem;line-height:1.3}@media(min-width:768px){.blog-featured__description{font-size:.9rem}}@media(min-width:1200px){.blog-featured__description{font-size:1rem}}.blog-featured .blog-card__author{margin-bottom:.8rem}.blog-featured .blog-card__author:last-child{margin-bottom:0}.blog-grid__no-results{margin:1rem 0;text-align:center}.blog-grid__item{animation:fadeIn .2s ease}.blog-grid__more{border:1px solid #757575;display:block;margin:2rem auto 0;padding:.7rem 2.25rem}.blog-grid__more:active,.blog-grid__more:focus,.blog-grid__more:hover{border-color:currentColor;text-decoration:none}@media(min-width:992px){.blog-grid__more{margin-top:3rem;padding:.9rem 3rem}}.blog-hero{padding:1.7rem 1rem 2rem}@media(min-width:600px){.blog-hero{padding-left:3.8rem;padding-right:3.8rem}}@media(min-width:992px){.blog-hero{padding:.65rem 2rem 2rem}}@media(min-width:1400px){.blog-hero{padding-bottom:3rem;padding-top:1.35rem}}.blog-hero__content{margin:0 auto;max-width:1600px}@media(min-width:992px){.blog-hero__content{align-items:center;display:flex}}.blog-hero__heading{font-size:3.5rem;line-height:.9318;margin:0}.blog-hero__heading em{display:block;font-style:normal;text-indent:.5em}@media(min-width:600px){.blog-hero__heading{font-size:4.4rem}.blog-hero__heading em{text-indent:.97728em}}@media(min-width:992px){.blog-hero__heading{font-size:4.8rem}}@media(min-width:1200px){.blog-hero__heading{font-size:6rem}}@media(min-width:1400px){.blog-hero__heading{font-size:8rem}}.blog-hero__description{font-size:.8rem;margin-top:1.5rem}.blog-hero__description p,.blog-hero__description>:first-child{margin-top:0}.blog-hero__description>:last-child{margin-bottom:0}@media(min-width:690px){.blog-hero__description{max-width:32rem;padding:0 1.9rem}}@media(min-width:992px){.blog-hero__description{flex:1;margin-left:4%;max-width:20rem;padding:0;width:30%}}@media(min-width:640px){.four-up-feature .blog-card__container{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto}}@media(min-width:992px){.four-up-feature .blog-card__container{grid-template-columns:66% auto;row-gap:0}.four-up-feature.orientation-right .blog-card__container,.orientation-right .four-up-feature .blog-card__container{grid-template-columns:auto 66%}.four-up-feature.orientation-right .blog-card:first-child,.orientation-right .four-up-feature .blog-card:first-child{grid-column-start:2}.four-up-feature.orientation-right .blog-card:nth-child(2),.orientation-right .four-up-feature .blog-card:nth-child(2){grid-row-start:1}}.four-up-feature .blog-card{border-bottom:1px solid #000;max-width:32rem}.four-up-feature .blog-card:first-child{grid-row-end:span 4;max-width:none}@media(min-width:640px){.four-up-feature .blog-card:first-child{border-bottom:0}}.four-up-feature .blog-card+.blog-card .blog-card__authors,.four-up-feature .blog-card+.blog-card .blog-card__date,.four-up-feature .blog-card+.blog-card .blog-card__description,.four-up-feature .blog-card+.blog-card .blog-card__image{display:none}@media(max-width:991px){.four-up-feature .blog-card+.blog-card .blog-card__info{padding:0}}.four-up-feature .blog-card+.blog-card .blog-card__tags{margin-bottom:1.2rem}@media(min-width:992px){.four-up-feature .blog-card:nth-child(2) .blog-card__image{display:block}}.four-up-feature .blog-card:last-child{border-bottom:0;margin-bottom:0}.four-up-feature .blog-card__authors{display:flex;flex-wrap:wrap;gap:1.6rem}.four-up-feature .blog-card__author{max-width:13rem}.blog-text p,.blog-text>:first-child{margin-top:0}.blog-text>:last-child{margin-bottom:0}.blog-text--callout .quote,.blog-text--quote .quote,.blog-text--two-column .quote{font-family:Chalet NewYork,sans-serif;font-size:1.4rem;line-height:1.2;margin:1rem 0 2rem;padding-left:2.4rem}@media(min-width:768px){.blog-text--callout .quote,.blog-text--quote .quote,.blog-text--two-column .quote{font-size:1.6rem}}@media(min-width:1200px){.blog-text--callout .quote,.blog-text--quote .quote,.blog-text--two-column .quote{font-size:2rem}}.blog-text--callout .quote p,.blog-text--callout .quote>:first-child,.blog-text--quote .quote p,.blog-text--quote .quote>:first-child,.blog-text--two-column .quote p,.blog-text--two-column .quote>:first-child{margin-top:0}.blog-text--callout .quote>:last-child,.blog-text--quote .quote>:last-child,.blog-text--two-column .quote>:last-child{margin-bottom:0}@media(min-width:992px){.blog-text--callout .quote,.blog-text--quote .quote,.blog-text--two-column .quote{margin:2rem 0 3rem}}.blog-text--callout .quote p,.blog-text--quote .quote p,.blog-text--two-column .quote p{margin:0 0 1rem}.blog-text--callout .quote a,.blog-text--quote .quote a,.blog-text--two-column .quote a{color:#000;text-decoration:underline;text-decoration-color:#6400ff;text-decoration-thickness:.15rem}.blog-text--callout .quote a:focus,.blog-text--callout .quote a:hover,.blog-text--quote .quote a:focus,.blog-text--quote .quote a:hover,.blog-text--two-column .quote a:focus,.blog-text--two-column .quote a:hover{text-decoration:none}.blog-text--callout .quote,.blog-text--two-column .quote{padding-right:2.4rem;text-wrap:balance}.blog-text--quote blockquote{color:inherit;font-size:inherit;margin:0;position:relative;text-wrap:balance}.blog-text--quote blockquote br{display:none}.blog-text--quote .quote{padding-bottom:.5rem}.blog-text--quote .quote .quote__name{margin-bottom:0;margin-top:1.2rem}.blog-text--quote .quote__text{display:inline}.blog-text--quote .quote__name,.blog-text--quote .quote__title{font-family:Chalet London,sans-serif;font-size:.8rem;margin:0 0 .4rem}.blog-text--quote .quote__title{font-size:.7rem}.blog-text .theme-arctic blockquote p,.blog-text .theme-azure blockquote p,.blog-text .theme-gold blockquote p,.blog-text .theme-mandarin blockquote p,.blog-text .theme-purple blockquote p,.blog-text .theme-seafoam blockquote p{display:inline}.blog-text .theme-arctic blockquote:after,.blog-text .theme-arctic blockquote:before,.blog-text .theme-azure blockquote:after,.blog-text .theme-azure blockquote:before,.blog-text .theme-gold blockquote:after,.blog-text .theme-gold blockquote:before,.blog-text .theme-mandarin blockquote:after,.blog-text .theme-mandarin blockquote:before,.blog-text .theme-purple blockquote:after,.blog-text .theme-purple blockquote:before,.blog-text .theme-seafoam blockquote:after,.blog-text .theme-seafoam blockquote:before{color:var(--bq-theme-color,#6400ff)}.blog-text .theme-arctic blockquote:before,.blog-text .theme-azure blockquote:before,.blog-text .theme-gold blockquote:before,.blog-text .theme-mandarin blockquote:before,.blog-text .theme-purple blockquote:before,.blog-text .theme-seafoam blockquote:before{content:"“";font-size:2.4em;left:-2.4rem;line-height:1;position:absolute;top:0}.blog-text .theme-arctic blockquote:after,.blog-text .theme-azure blockquote:after,.blog-text .theme-gold blockquote:after,.blog-text .theme-mandarin blockquote:after,.blog-text .theme-purple blockquote:after,.blog-text .theme-seafoam blockquote:after{content:"”"}.blog-text .theme-azure{--bq-theme-color:#000ff5}.blog-text .theme-seafoam{--bq-theme-color:#0ad2af}.blog-text .theme-arctic{--bq-theme-color:#50f0eb}.blog-text .theme-gold{--bq-theme-color:#ffcd00}.blog-text .theme-mandarin{--bq-theme-color:#ff8c00}.relatedlinks{display:none;margin-right:2rem;max-width:11.5rem}@media(min-width:1200px){.relatedlinks{display:block}}.relatedlinks .relatedlinks__heading{border-bottom:2px solid #000;font-family:Chalet NewYork,sans-serif;font-size:.7rem;letter-spacing:.018rem;margin:0 0 2rem;padding:0 0 .45rem}.relatedlinks .blog-article__category{font-size:.6rem;margin-bottom:.25rem}.relatedlinks__content{list-style:none;margin:0;padding-left:0}.relatedlinks__item{padding:0 0 2.2rem}.relatedlinks__title{color:#000;font-family:Chalet NewYork,sans-serif;font-size:1rem}.relatedlinks__title:focus,.relatedlinks__title:hover{text-decoration:underline;text-decoration-color:#6400ff;text-decoration-thickness:.15rem}.relatedlinks__date{font-size:.6rem;margin:.4rem 0 0}.author-list__heading:before{content:none}.author-list__picture{aspect-ratio:1}.author-list__info{padding-top:1.2rem}@media(min-width:640px){.author-list__info{padding-bottom:0}}.author-list__title{font-size:.8rem;margin:0 0 .8rem}.author-list__latest{flex:1 1 100%;padding-top:.8rem}@media(min-width:992px){.author-list__latest{padding-top:1.6rem}}.author-list__latest-heading{font-family:Chalet NewYork,sans-serif;font-size:.8rem;margin:0}.author-list__latest-link{color:#000;font-size:.9rem;text-decoration:underline;text-decoration-color:#6400ff;text-decoration-thickness:.15rem}.author-list__latest-link:focus,.author-list__latest-link:hover{text-decoration:none}