
.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{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;font-family:sans-serif;line-height:1.15}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{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{-webkit-text-decoration-skip:objects;background-color:transparent}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{-webkit-box-sizing:border-box;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]{-webkit-box-sizing:border-box;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}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes slidein{0%{opacity:0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slidein{0%{opacity:0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}to{opacity:1;-webkit-transform:translateX(0);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-all/resources/fonts/Chalet-LondonSixty.woff2) format("woff2"),url(clientlib-all/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-all/resources/fonts/Chalet-NewYorkSixty.woff2) format("woff2"),url(clientlib-all/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-all/resources/fonts/Chalet-ParisSixty.woff2) format("woff2"),url(clientlib-all/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;-webkit-transition-duration:.2s;transition-duration:.2s;-webkit-transition-property:background-color transform;transition-property:background-color transform;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle}.btn:active,.btn:focus,.btn:hover,.marketo .mktoButton:active,.marketo .mktoButton:focus,.marketo .mktoButton:hover{background-color:#3c0099;color:#fff;text-decoration:none}.btn.focus,.btn:focus,.marketo .focus.mktoButton,.marketo .mktoButton:focus{outline:1px dotted #000}.btn.disabled,.btn:disabled,.marketo .disabled.mktoButton,.marketo .mktoButton:disabled{-webkit-box-shadow:none;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):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:hover,.btn--video:active,.btn--video:focus,.btn--video:hover{background-color:transparent;color:#6400ff;text-decoration:underline}.btn--text-link .svg-icon{height:.6em;margin-left:.15em;-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out;width:.8em}.btn--text-link:active .svg-icon,.btn--text-link:focus .svg-icon,.btn--text-link:hover .svg-icon{-webkit-transform:translateX(.5rem);transform:translateX(.5rem)}.btn--video .svg-icon{height:.77em;margin-right:.15em;width:.65em}@media(min-width:992px){.btn,.marketo .mktoButton{font-size:2rem;padding:.9rem 3rem}.btn--small{font-size:1rem}.btn--medium{font-size:1.5rem}}.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{padding-top:2rem}.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-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-md-1,.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-md-10,.col-md-11,.col-md-12,.col-sm-1,.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-sm-10,.col-sm-11,.col-sm-12,.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{min-height:1px;padding-left:20px;padding-right:20px;position:relative}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{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-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{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-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{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-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{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]{-webkit-box-sizing:border-box;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;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);height:39px;padding:6px 12px;-webkit-transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;width:100%}.form-control:focus,.marketo .mktoField:focus{border-color:#66afe9;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);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-inline input[type=checkbox],.checkbox input[type=checkbox],.radio-inline input[type=radio],.radio 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-inline,fieldset[disabled] .checkbox label,fieldset[disabled] .radio-inline,fieldset[disabled] .radio label,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.checkbox-inline label,.has-success.checkbox label,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.radio-inline label,.has-success.radio label{color:#3c763d}.has-success .form-control,.has-success .marketo .mktoField,.marketo .has-success .mktoField{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);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;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;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.checkbox-inline label,.has-warning.checkbox label,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.radio-inline label,.has-warning.radio label{color:#8a6d3b}.has-warning .form-control,.has-warning .marketo .mktoField,.marketo .has-warning .mktoField{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);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;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;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.checkbox-inline label,.has-error.checkbox label,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.radio-inline label,.has-error.radio label{color:#a94442}.has-error .form-control,.has-error .marketo .mktoField,.marketo .has-error .mktoField{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);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;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;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{-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd;margin-bottom:18.75px;overflow-y:hidden;width:100%}.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;-webkit-text-decoration-color:#6400ff;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{padding:0}.form .btn-submit,.mktoForm .btn-submit{margin-bottom:1rem;margin-top:1rem}.form--standard{margin:0 auto;max-width:700px;padding:1rem}.form-control,.marketo .mktoField{border:0;border-bottom:2px solid #000;border-radius:0;-webkit-box-shadow:none;box-shadow:none;color:#000;height:2rem}.form-control:focus,.marketo .mktoField:focus{border-color:#6400ff}.marketo select.mktoField,select.form-control,select.mktoField{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSI4Ij48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Im02IDggNi02LjYyM0wxMC43NTIgMCA2IDUuMjQ1IDEuMjQ4IDAgMCAxLjM3NyA2IDh6Ii8+PC9zdmc+) 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}select.form-control:focus,select.mktoField:focus{border-color:#6400ff;-webkit-box-shadow:none;box-shadow:none}.marketo select.mktoField::-ms-expand,select.form-control::-ms-expand{display:none}.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{outline:thin dotted #000}.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{display:-webkit-box;display:-ms-flexbox;display:flex}.marketo .mktoFormRow .mktoFormCol{-webkit-box-flex:1;-ms-flex:1;flex:1}.marketo .mktoFormRow .mktoFormCol+.mktoFormCol{margin-left:1rem}.marketo .mktoCheckboxList input[type=checkbox]{height:auto;position:absolute}.marketo .mktoInvalid{border-color:#d52b1e}.marketo .mktoValid{border-color:#6400ff}.marketo .mktoError,.marketo .mktoErrorMsg{color:#d52b1e}.marketo .mktoButton{margin-bottom:1rem;margin-top:1rem}.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{-webkit-tap-highlight-color:rgba(0,0,0,0);background:#fff;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:20px;line-height:1.4}*,:after,:before{-webkit-box-sizing:inherit;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}a{color:#6400ff;font-weight:inherit;text-decoration:none;-webkit-transition:.2s;transition:.2s;-webkit-transition-property:color,border-color,background;transition-property:color,border-color,background}a:active,a:focus,a:hover{text-decoration:underline}a:focus{outline-color:#6400ff;outline-offset:3px}a.link-invert{color:#000}a.link-invert:active,a.link-invert:focus,a.link-invert:hover{color:#6400ff}h1,h2,h3,h4,h5,h6{font-weight:400}h1{font-family:Chalet NewYork,sans-serif}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{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width: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{clip:rect(0,0,0,0);border:0;-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.spinner{-webkit-animation:spin 1.1s linear infinite;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);-webkit-transform:translateZ(0);transform:translateZ(0);width:3em;z-index:4}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);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 h3{margin-bottom:0}.text h3+p{margin-top:0}.text b,.text strong{font-family:Chalet NewYork,sans-serif}.text a{color:#000;text-decoration:underline;-webkit-text-decoration-color:#6400ff;text-decoration-color:#6400ff;text-decoration-thickness:.15rem}.text a:focus,.text a:hover{text-decoration:none}.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-family:Chalet NewYork,sans-serif;font-size:1.1rem;margin:.5rem 1rem 0}.article--body .adaptiveimage__title,.article--rail .adaptiveimage__title{margin:.5rem 0 0}.adaptiveimage__caption{margin:0 1rem}.article--body .adaptiveimage__caption,.article--rail .adaptiveimage__caption{margin:0}.adaptiveimage--left .adaptiveimage__img{margin-left:0;margin-right:0}.adaptiveimage--center{text-align:center}.adaptiveimage--center .adaptiveimage__img{margin-left:auto;margin-right:auto}.adaptiveimage--right{text-align:right}.adaptiveimage--right .adaptiveimage__img{margin-left:auto;margin-right:0}.component-error{color:grey;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;-webkit-text-decoration-color:#6400ff;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}.mfp-bg{background:#0b0b0b;filter:alpha(opacity=80);opacity:.8;overflow:hidden;z-index:1042}.mfp-bg,.mfp-wrap{height:100%;left:0;position:fixed;top:0;width:100%}.mfp-wrap{-webkit-backface-visibility:hidden;outline:none!important;z-index:1043}.mfp-container{-webkit-box-sizing:border-box;box-sizing:border-box;height:100%;left:0;padding:0 8px;position:absolute;text-align:center;top:0;width:100%}.mfp-container:before{content:"";display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{display:inline-block;margin:0 auto;position:relative;text-align:left;vertical-align:middle;z-index:1045}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{cursor:auto;width:100%}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;left:8px;margin-top:-.8em;position:absolute;right:8px;text-align:center;top:50%;width:auto;z-index:1044}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#6400ff}.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}button.mfp-arrow,button.mfp-close{-webkit-appearance:none;background:transparent;border:0;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;display:block;outline:none;overflow:visible;padding:0;z-index:1046}button::-moz-focus-inner{border:0;padding:0}.mfp-close{color:#fff;font-size:28px;height:44px;line-height:44px;padding:0 0 18px 10px;position:absolute;right:0;text-align:center;text-decoration:none;top:0;width:44px}.mfp-close:focus,.mfp-close:hover{color:#6400ff}.mfp-close:active{top:1px}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close,.mfp-inline-holder .mfp-close{padding-right:6px;right:-6px;text-align:right;width:100%}.mfp-iframe-holder,.mfp-inline-holder{padding-bottom:40px;padding-top:40px}.mfp-iframe-holder .mfp-content,.mfp-inline-holder .mfp-content{line-height:0;max-width:1200px;width:100%}.mfp-iframe-holder .mfp-close,.mfp-inline-holder .mfp-close{top:-40px}.mfp-iframe-scaler{height:0;overflow:hidden;padding-top:56.25%;width:100%}.mfp-iframe-scaler .maddash--wrap>div,.mfp-iframe-scaler iframe{background:#000;-webkit-box-shadow:0 0 8px rgba(0,0,0,.6);box-shadow:0 0 8px rgba(0,0,0,.6);display:block;height:100%;left:0;position:absolute;top:0;width:100%}.maddash--wrap>div{height:100%!important;width:100%!important}.mfp-ie7 .mfp-img{padding:0}.mfp-ie7 .mfp-bottom-bar{left:50%;margin-left:-300px;margin-top:5px;padding-bottom:5px;width:600px}.mfp-ie7 .mfp-container{padding:0}.mfp-ie7 .mfp-content{padding-top:44px}.mfp-ie7 .mfp-close{padding-top:0;right:0;top:0}.mfp-zoom-in .mfp-content{opacity:0;-webkit-transform:scale(.8);transform:scale(.8);-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.mfp-zoom-in.mfp-bg{opacity:0;-webkit-transition:all .3s ease-out;transition:all .3s ease-out}.mfp-zoom-in.mfp-ready .mfp-content{opacity:1;-webkit-transform:scale(1);transform:scale(1)}.mfp-zoom-in.mfp-ready.mfp-bg{opacity:.8}.mfp-zoom-in.mfp-removing .mfp-content{opacity:0;-webkit-transform:scale(.8);transform:scale(.8)}.mfp-zoom-in.mfp-removing.mfp-bg{opacity:0}.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{-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{-webkit-box-sizing:content-box;box-sizing:content-box;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;width:100%;z-index:1}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translateZ(0);transform:translateZ(0)}.swiper-container-multirow>.swiper-wrapper{-webkit-box-lines:multiple;-moz-box-lines:multiple;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{margin:0 auto;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-slide{-ms-flex-negative:0;-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{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:-webkit-transform,height;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container .swiper-notification{left:0;opacity:0;pointer-events:none;position:absolute;top:0;z-index:-1000}.swiper-wp8-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{background-position:50%;background-repeat:no-repeat;background-size:27px 44px;cursor:pointer;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 d='M0 22 22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%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 44 0 22z'/%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 d='M0 22 22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%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 d='M27 22 5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%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 0l22 22z'/%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 d='M27 22 5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition:.3s;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;-ms-appearance:none;-webkit-appearance:none;appearance:none;border:none;-webkit-box-shadow: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%;-webkit-transform:translate3d(0,-50%,0);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;-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;transform-origin:left top;width:100%}.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar{-webkit-transform-origin:right top;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:rgba(255,255,255,.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{-webkit-perspective:1200px;-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{-webkit-transform-style:preserve-3d;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:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(transparent));background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(transparent));background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(transparent));background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(transparent));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{-webkit-backface-visibility:hidden;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{-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:0}.swiper-container-cube .swiper-slide{height:100%;-webkit-transform-origin:0 0;transform-origin:0 0;visibility:hidden;width:100%}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;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;-webkit-filter:blur(50px);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{-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;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{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;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{-webkit-animation:swiper-preloader-spin 1s steps(12) infinite;animation:swiper-preloader-spin 1s steps(12) infinite;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;-webkit-transform-origin:50%;transform-origin:50%;width:42px;z-index:10}.swiper-lazy-preloader:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' 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 viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' 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")}@-webkit-keyframes swiper-preloader-spin{to{-webkit-transform:rotate(1turn)}}@keyframes swiper-preloader-spin{to{-webkit-transform:rotate(1turn);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:3rem}}@media(min-width:1200px){.article--heading-title{font-size:3.25rem;letter-spacing:-.125rem}}.article--row{margin:0 auto;max-width:1400px;padding:0 0 2rem}.article--body,.article--rail{padding:0}.article--body h2,.article--rail h2{font-size:1.5rem;margin:1.5rem 0 .5rem}.article--body h3,.article--rail h3{font-size:1.25rem;margin:1rem 0 .5rem}.article--body h4,.article--rail h4{font-size:1rem}.article--body h4,.article--body h5,.article--body h6,.article--rail h4,.article--rail h5,.article--rail h6{margin:1rem 0 .5rem}.article--body p,.article--rail p{margin:1rem 0}.article--body p a,.article--rail p a{color:#000;text-decoration:underline;-webkit-text-decoration-color:#6400ff;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;-webkit-text-decoration-color:#6400ff;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{margin:1rem auto 2rem;padding:0}.article .adaptiveimage .caption,.article .adaptiveimage h1,.article .image .caption,.article .image h1{margin-left:0;margin-right: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>:first-child,.brand-center .text p{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;-webkit-transform:translateX(-50%);transform:translateX(-50%);z-index:1}.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-button-next,.swiper-button-prev{background:none;bottom:0;margin-top:0;top:auto}.swiper-button-next:focus,.swiper-button-next:hover,.swiper-button-prev:focus,.swiper-button-prev:hover{color:#3c0099}.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;-webkit-transform:rotate(-135deg);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;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:16px}.promocarousel{margin:0 auto}.promocarousel .swiper-container{max-width:1400px;padding-bottom:5rem}.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}}.irfacts{margin:1em 0 2em}.irfacts--wrap{margin:0 auto;max-width:1400px}.irfacts--item{background:#e9e9ea;padding:2em 1em}.irfacts--item h2{margin:0 0 1em}.irfacts--item h3{font-size:1em;margin:0}.irfacts--item p{margin:0 0 1em}.irfacts--financials{background:#3e3e3f;color:#fff}.irfacts--slider{margin:0 auto;max-width:600px;position:relative}.irfacts .irfacts--slideheading{font-weight:400;margin:0 auto;text-align:center;width:60%}.irfacts--slideimg{display:block;margin:0 auto 2em;max-width:100%}.irfacts .swiper-controls{color:#fff;left:50%;right:auto;-webkit-transform:translateX(-50%);transform:translateX(-50%)}@media(min-width:992px){.irfacts{background:-webkit-gradient(linear,left top,right top,from(#e9e9ea),color-stop(50%,#e9e9ea),color-stop(50%,#3e3e3f),to(#3e3e3f));background:linear-gradient(90deg,#e9e9ea 0,#e9e9ea 50%,#3e3e3f 0,#3e3e3f)}.irfacts--wrap{display:-webkit-box;display:-ms-flexbox;display:flex}.irfacts--item{-webkit-box-flex:1;background:none;-ms-flex:1 0 50%;flex:1 0 50%;max-width:50%}}@media(min-width:1200px){.irfacts--facts{padding-right:3em}.irfacts--financials{padding-left:3em}}.search-results{margin:0 auto;max-width:1400px;padding:1em 1em 4em;position:relative}@media(min-width:1220px){.search-results{padding-left:0;padding-right:0}}.st-default-search-input{margin-bottom:1em}.socialnews{padding:1rem}.socialnews--content{margin:0 auto;max-width:1400px;padding-bottom:2rem}.socialnews--item{background:#e9e9ea;color:#000;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;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,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTMyIDYuMDc2YTEzLjE0IDEzLjE0IDAgMCAxLTMuNzcxIDEuMDM0IDYuNTkyIDYuNTkyIDAgMCAwIDIuODg3LTMuNjMyIDEzLjE1MSAxMy4xNTEgMCAwIDEtNC4xNjkgMS41OTMgNi41NTcgNi41NTcgMCAwIDAtNC43OTItMi4wNzMgNi41NjUgNi41NjUgMCAwIDAtNi41NjUgNi41NjVjMCAuNTE1LjA1OCAxLjAxNi4xNyAxLjQ5NmExOC42NCAxOC42NCAwIDAgMS0xMy41MzItNi44NkE2LjUzNiA2LjUzNiAwIDAgMCAxLjMzOSA3LjVhNi41NjMgNi41NjMgMCAwIDAgMi45MjEgNS40NjUgNi41NCA2LjU0IDAgMCAxLTIuOTc0LS44MjFsLS4wMDEuMDgzYTYuNTY4IDYuNTY4IDAgMCAwIDUuMjY2IDYuNDM3IDYuNTc4IDYuNTc4IDAgMCAxLTIuOTY1LjExMiA2LjU3MSA2LjU3MSAwIDAgMCA2LjEzMyA0LjU1OSAxMy4xNzIgMTMuMTcyIDAgMCAxLTguMTU0IDIuODFjLS41MyAwLTEuMDUyLS4wMzEtMS41NjYtLjA5MmExOC41NzkgMTguNTc5IDAgMCAwIDEwLjA2NCAyLjk1YzEyLjA3NiAwIDE4LjY3OS0xMC4wMDQgMTguNjc5LTE4LjY4IDAtLjI4NS0uMDA2LS41NjgtLjAxOS0uODQ5YTEzLjM0NyAxMy4zNDcgMCAwIDAgMy4yNzYtMy4zOTh6Ii8+PC9zdmc+) 0 0/100% no-repeat;content:"";height:2.5em;left:50%;position:absolute;right:auto;top:-3.5em;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:2.5em}.socialnews--twitter .socialnews--description a{border-bottom:0;color:inherit;text-decoration:underline;-webkit-text-decoration-color:rgba(255,255,255,.8);text-decoration-color:rgba(255,255,255,.8)}.socialnews--img,.socialnews--text{-webkit-box-flex:1;-ms-flex:1 1 auto;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;-webkit-text-decoration-color:#6400ff;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--item,.socialnews .grid-sizer{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;-webkit-box-shadow:none!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;-webkit-transform:none!important;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;-webkit-transform:none;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%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.ambient-hero__media-item{bottom:auto;display:block;left:50%;position:absolute;right:auto;top:50%;-webkit-transform:translateX(-50%) translateY(-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%;-webkit-transform:translateY(-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:rgba(255,255,255,.6);bottom:0;line-height:1;position:absolute;right:0;z-index:5}.ambient-hero__pause{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBhdGggZD0iTTQgNGgxMHYyNEg0em0xNCAwaDEwdjI0SDE4eiIvPjwvc3ZnPg==) 50% 50%/90% no-repeat;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:hover{opacity:1}.ambient-hero__pause.pause-on{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBhdGggZD0ibTYgNCAyMCAxMkw2IDI4eiIvPjwvc3ZnPg==)}@media(min-width:992px){.ambient-hero__pause{height:1rem;width:1rem}}.ambient-hero__text{letter-spacing:-.025rem;line-height:1.2;padding:1.5rem 1rem}.ambient-hero__text-wrap{margin:0 auto;max-width:1400px}.ambient-hero__description{padding:0 1.4rem}.ambient-hero__description p{margin:0}@media(min-width:768px){.ambient-hero__text{font-size:1.5rem}}@media(min-width:1200px){.ambient-hero__text{font-size:2rem;letter-spacing:-.05rem;padding:2.8rem 2rem}.ambient-hero__description{padding:0 7.1rem}.ambient-hero__heading{margin-bottom:1.625rem}}.cardcontainercomp+.ambientvideo .ambient-hero{margin-top:4rem}@media(min-width:1200px){.cardcontainercomp+.ambientvideo .ambient-hero{margin-top:7rem}}.accordion{margin:0 1rem}.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:1rem;letter-spacing:-.75px;line-height:1;margin:0;padding:1rem 4rem 1rem 1rem;position:relative}.accordion__item .accordion__title p{display:inline;margin:0}@media(min-width:992px){.accordion__item .accordion__title{font-size:1.5rem}}.accordion__item .accordion+.accordion .accordion__item{border-top:0}.accordion__link{display:block}.accordion__link:focus,.accordion__link:hover{text-decoration:none}.accordion__link:focus .accordion__openclose,.accordion__link:hover .accordion__openclose{color:#6400ff}.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%;-webkit-transition:color .2s;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;-webkit-transition:-webkit-transform .5s;transition:-webkit-transform .5s;transition:transform .5s;transition:transform .5s,-webkit-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{-webkit-transform:rotate(270deg);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;overflow:hidden;position:relative}@media(min-width:1200px){.act-impact__content{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.act-impact--threeCol .act-impact__content{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}}@media(min-width:1380px){.act-impact--threeCol .act-impact__content{-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.act-impact__text{padding:1.5rem 0}@media(min-width:1200px){.act-impact__text{-webkit-box-flex:0;-ms-flex:0 1 50%;flex:0 1 50%;padding-right:2rem}.act-impact--threeCol .act-impact__text{-webkit-box-flex:0;-ms-flex:0 1 33.3333%;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 NewYork,sans-serif;font-size:1.8rem;letter-spacing:-.04rem;line-height:1;margin:0}.act-impact__heading p{margin:0}.act-impact__heading p+p{margin-top:1rem}@media(min-width:768px){.act-impact__heading{font-size:2rem}.act-impact__heading p+p{margin-top:1.5rem}}.act-impact__description{margin-top:2rem}.act-impact__description>:first-child,.act-impact__description p{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;-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out;width:.8em}.act-impact__cta:active .svg-icon,.act-impact__cta:focus .svg-icon,.act-impact__cta:hover .svg-icon{-webkit-transform:translateX(.5rem);transform:translateX(.5rem)}.act-impact__media{background-position:50% 50%;background-repeat:no-repeat;background-size:cover;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%;-webkit-transform:translateX(-50%) translateY(-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'%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.393h-32.75z'/%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'%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.39h-32.75z'/%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'%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.4L150.2 4.1m0-4.1L0 266.4h32.8L150.2 55.5l117.4 210.9h32.8L150.2 0z'/%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;-webkit-transform:none;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{-webkit-box-flex:0;display:block;-ms-flex:0 1 50%;flex:0 1 50%}.act-impact--threeCol .act-impact__media{-webkit-box-flex:0;-ms-flex:0 1 33.3333%;flex:0 1 33.3333%}}.act-impact__img{background-color:transparent;border:0;color:transparent;font:0/0 a;height:0;overflow:hidden;padding-bottom:100%;position:relative;text-shadow:none;width:100%}.act-impact__img>img{bottom:auto;left:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.act-impact--threeCol .act-impact__img{overflow:hidden;padding-bottom:160%;position:relative}.act-impact--threeCol .act-impact__img>img{bottom:auto;left:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.basicpromo{background:#e9e9ea;color:#000;margin:0 auto .5rem;max-width:1400px}@media(min-width:768px){.basicpromo{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:1rem}.basicpromo--left .basicpromo__text{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}.basicpromo__media{background-position:50% 50%;background-repeat:no-repeat;background-size:cover;position:relative;width:100%}.basicpromo__media-img{background-color:transparent;border:0;color:transparent;font:0/0 a;height:0;padding-bottom:100%;text-shadow:none;width:100%}@media(min-width:768px){.basicpromo__media{width:50%}}.basicpromo__text{padding:2rem 1rem 1.2rem}@media(min-width:768px){.basicpromo__text{width:50%}}@media(min-width:992px){.basicpromo__text{padding:3rem}}.basicpromo__title{font-size:1rem;line-height:1.2;margin:0 0 1rem}.basicpromo__title-stats,.basicpromo__title-two{margin-top:2rem}@media(min-width:768px){.basicpromo__title{font-size:1.5rem}}@media(min-width:992px){.basicpromo__title{font-size:2rem}.basicpromo__title-stats,.basicpromo__title-two{font-size:1.5rem}}.basicpromo__description{font-size:.7rem;margin:0 0 1rem}.basicpromo__description>:first-child,.basicpromo__description p{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;-webkit-text-decoration-color:#6400ff;text-decoration-color:#6400ff;text-decoration-thickness:.15em}.basicpromo__description a:focus,.basicpromo__description a:hover{text-decoration:none}@media(min-width:992px){.basicpromo__description{font-size:1rem;margin-bottom:2.75rem}}.basicpromo__linkwrap{margin:0}.basicpromo__link{display:inline-block;font-size:.8rem;margin-top:1em}.basicpromo__link .svg-icon{height:.6em;margin-left:.25em;-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out;width:.8em}.basicpromo__link:active .svg-icon,.basicpromo__link:focus .svg-icon,.basicpromo__link:hover .svg-icon{-webkit-transform:translateX(.5rem);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:-webkit-box;display:-ms-flexbox;display:flex}}.basicpromo__stat{font-size:.7rem;margin:0}.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.5rem;letter-spacing:-.14rem;line-height:1;margin-bottom:.1rem}@media(min-width:1200px){.basicpromo__stat{font-size:.8rem;max-width:12.8rem}.basicpromo__stat:first-child{margin-right:2.25rem}.basicpromo__stat span{font-size:4rem}}blockquote{border:0;color:#6400ff;font-size:1.5rem;margin:1.5rem 1rem;padding:0}blockquote p{font-size:inherit;margin:1rem 0}blockquote footer{color:inherit;display:block;font-size:1rem;font-weight:400}@media(min-width:992px){blockquote{font-size:2rem}}.blockquote blockquote{margin:0}.blockquote__content{margin:2rem auto;max-width:1200px;padding:0 1rem}@media(min-width:992px){.blockquote__content{-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between;margin:4rem auto 3rem}.blockquote__content blockquote{-webkit-box-flex:1;-ms-flex:1;flex:1}.blockquote--img-left .blockquote__content blockquote{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}.article--body .blockquote__content,.blog-article__main .blockquote__content,.full-bleed-ctn .blockquote__content{margin-bottom:0;margin-top:0}.blockquote__image{margin:2rem auto 0;max-height:14.25rem;max-width:14.25rem;padding:0 1rem}@media(min-width:992px){.blockquote__image{-webkit-box-flex:0;-ms-flex:0 1 25%;flex:0 1 25%;padding:0 0 0 1rem;width:25%}.blockquote--img-left .blockquote__image{padding:0 1rem 0 0}}@media(min-width:1200px){.blockquote__image{margin-top:0}.blockquote--showQuotes .blockquote__image{margin-top:1.5rem}}.blockquote__img{border-radius:50%;display:block;margin:0 auto;max-width:100%}.blockquote__quote{margin:1rem 0}.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{padding:0 0 0 1.15rem;text-indent:-1.15rem}.blockquote__attribution:before{content:"—";margin-right:.15rem}.blockquote__author{color:#000;margin-top:1.5rem}.blockquote__author-name{font-size:.7rem;margin:0}.blockquote__author-description{font-size:.6rem}.blockquote__author-description>:first-child,.blockquote__author-description p{margin-top:0}.blockquote__author-description>:last-child{margin-bottom:0}.blockquote--showQuotes .blockquote__quote p{display:inline}.blockquote--showQuotes .blockquote__quote:before{content:"“";display:block;font-size:2.3rem;line-height:.5217}.blockquote--showQuotes .blockquote__quote:after{content:"”"}.blockquote--showQuotes .blockquote__quote 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:600px){.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__author,.blockquote--theme-dark blockquote{color:#fff}.brand-center-footer__nav-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none;margin:0;padding-left:0;width:100%}.brand-center-footer__nav-list-item{-webkit-box-flex:0;-ms-flex:0 1 50%;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{-webkit-box-flex:0;-ms-flex:0 1 33.3333%;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{-webkit-box-flex:0;-ms-flex:none;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;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);width:100%;z-index:10}.brand-center-header__wrap--fixed:after{background:transparent;bottom:0;-webkit-box-shadow:0 0 18px rgba(0,0,0,.15);box-shadow:0 0 18px rgba(0,0,0,.15);content:"";height:100%;left:0;opacity:0;position:absolute;-webkit-transition:opacity .2s ease-out;transition:opacity .2s ease-out;width:100%;z-index:-1}.brand-center-header__wrap--fixed.brand-center-header__wrap--reveal{-webkit-transform:translateZ(0);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{-webkit-transition:-webkit-transform .2s ease-out;transition:-webkit-transform .2s ease-out;transition:transform .2s ease-out;transition:transform .2s ease-out,-webkit-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:-webkit-box;display:-ms-flexbox;display:flex;min-height:3.2rem}}.brand-center-header__navbar{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;padding:.75rem 1rem}@media(min-width:1220px){.brand-center-header__navbar{-webkit-box-pack:center;-ms-flex-pack:center;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{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;height:1.5rem;width:5.15rem}@media(min-width:1220px){.brand-center-header__logo-link{-webkit-box-pack:center;-ms-flex-pack:center;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{-webkit-box-flex:0;display:block;-ms-flex:none;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;outline:0}.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;-webkit-transition:all .2s;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{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.brand-center-header--nav-open .brand-center-header__menu .brand-center-header__menu-icon:after{-webkit-transform:rotate(-45deg);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{-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:center;padding:0}.brand-center-header__wrap--fixed .brand-center-header__nav-list{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.brand-center-header__nav-list-item{-webkit-box-flex:0;-ms-flex:none;flex:none}.brand-center-header__nav-link{color:#fff;display:block;font-size:1.2rem;padding:.75rem 1rem;position:relative;-webkit-transition:none;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;-webkit-transition:opacity .2s;transition:opacity .2s;width:calc(100% - 1.8rem)}.brand-center-header__nav-link:focus,.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:0;text-decoration:none}.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:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:1rem}.brandpromo--right .brandpromo__media{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}.brandpromo__media{background-position:50% 50%;background-repeat:no-repeat;background-size:cover;position:relative;width:100%}.brandpromo__media-img{background-color:transparent;border:0;color:transparent;font:0/0 a;height:0;padding-bottom:100%;text-shadow:none;width:100%}@media(min-width:768px){.brandpromo__media{width:50%}}.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%}@media(min-width:992px){.brandpromo__logo{margin-bottom:2rem}}.brandpromo__heading{font-size:1rem;line-height:1.2;margin:0 0 1rem}@media(min-width:992px){.brandpromo__heading{font-size:2rem}.brandpromo__heading+.brandpromo__linkwrap{margin-top:3rem}}.brandpromo__description{font-size:.7rem;margin:0 0 1rem}.brandpromo__description>:first-child,.brandpromo__description p{margin-top:0}.brandpromo__description>:last-child{margin-bottom:0}@media(min-width:992px){.brandpromo__description{font-size:1rem;margin-bottom:3.7rem}}.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;-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out;width:.8em}.brandpromo__link:active .svg-icon,.brandpromo__link:focus .svg-icon,.brandpromo__link:hover .svg-icon{-webkit-transform:translateX(.5rem);transform:translateX(.5rem)}@media(min-width:992px){.brandpromo__link{font-size:1rem;margin-bottom:1.75rem}}.breadcrumb{margin:0 auto;max-width:1600px;padding:.75rem 1rem}@media(min-width:1200px){.breadcrumb{padding:.75rem 2rem}}.article .breadcrumb,.event-heading .breadcrumb{padding-left:0}.blog-article .breadcrumb,.blog-category-page .breadcrumb{max-width:none;padding:.75rem 1rem}.breadcrumb__items{font-size:.8rem;list-style:none;margin:0 auto;max-width:1400px;padding-left:0}.breadcrumb__items>li{display:inline-block;vertical-align:middle}.blog-article .breadcrumb__items,.blog-category-page .breadcrumb__items{font-size:.65rem;max-width:1680px}@media(min-width:1200px){.blog-article .breadcrumb__items{padding:0 2.8rem}}.breadcrumb__items>li+li:before{border-right:2px solid;border-top:2px solid;content:"";display:inline-block;height:7px;margin-left:.25em;margin-right:.75em;-webkit-transform:rotate(45deg);transform:rotate(45deg);vertical-align:.1em;width:7px}.blog-article .breadcrumb__items>li+li:before,.blog-category-page .breadcrumb__items>li+li:before{vertical-align:1px}@media(max-width:1199px){.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;-webkit-transform:rotate(-135deg);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{-webkit-box-align:start;-ms-flex-align:start;-webkit-box-pack:justify;-ms-flex-pack:justify;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;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:4rem}}.card{background:#e9e9ea;-webkit-box-shadow:9px 15.6px 18px 0 rgba(0,0,0,.1);box-shadow:9px 15.6px 18px 0 rgba(0,0,0,.1);padding:1rem 1rem 1.5rem;position:relative;-webkit-transform:translateY(0);transform:translateY(0);-webkit-transition:-webkit-transform .5s ease-in-out;transition:-webkit-transform .5s ease-in-out;transition:transform .5s ease-in-out;transition:transform .5s ease-in-out,-webkit-transform .5s ease-in-out;z-index:1}.card--animate{-webkit-transform:translateY(6rem);transform:translateY(6rem)}.card-comp:nth-child(2n) .card{-webkit-transition-delay:.5s;transition-delay:.5s}.card-comp:nth-child(4) .card{-webkit-transition-delay:.75s;transition-delay:.75s}@media(min-width:992px){.card{padding:1.9rem 2rem 3rem}}@media(min-width:768px){.card{min-height:390px}.card--story{min-height:420px}.card--links{min-height:auto}}@media(min-width:1200px){.card{min-height:720px}.card--story{min-height:780px}.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:162px}.card-comp--links{margin-top:-100px}}@media(min-width:992px){.card-comp--links{margin-top:-121px}}@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}.card--announcements .card__heading{margin-bottom:2rem}@media(min-width:992px){.card__heading{font-size:2rem;margin-bottom:1rem}.card--announcements .card__heading{margin-bottom:3rem}}.card__subheading{font-size:.7rem;margin:0 0 1rem;padding-left:.85rem}.card__subheading>:first-child,.card__subheading p{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;-webkit-text-decoration-color:#6400ff;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:992px){.card__subheading{font-size:1rem;margin-bottom:2rem}.card--news .card__subheading,.card--story .card__subheading{font-size:2rem;margin-bottom:1rem}}@media(min-width:1200px){.card__subheading{padding-left:1.75rem}}.card__stat{margin:2rem 0 0;padding-left:.85rem}@media(min-width:1200px){.card__stat{margin-top:4rem;padding-left:1.75rem}}.card__stat span{display:block}.card__stat-text{color:#6400ff;font-family:Chalet NewYork,sans-serif;font-size:3.5rem;letter-spacing:-3.85px;line-height:1}@media(min-width:992px){.card__stat-text{font-size:5rem}}@media(min-width:1200px){.card__stat-text{font-size:6.75rem}}.card__stat-description>:first-child,.card__stat-description p,.card__stat-disclaimer>:first-child,.card__stat-disclaimer p{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;-webkit-text-decoration-color:#6400ff;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%;-webkit-transform:translateY(-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:1rem}}.card__link{color:#000;font-size:inherit;text-decoration:underline;-webkit-text-decoration-color:#6400ff;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{-webkit-text-decoration-color:#fff;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:992px){.card--announcements .card__link{font-size:2rem}}.card__description{font-size:.7rem}.card__description p{margin:0}.card__description a{color:#000;text-decoration:underline;-webkit-text-decoration-color:#6400ff;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{-webkit-text-decoration-color:#fff;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:.75rem;margin-top:auto;padding-top:.5rem}.card__cta .svg-icon{height:.6em;margin-left:.15em;-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out;width:.8em}.card__cta:active .svg-icon,.card__cta:focus .svg-icon,.card__cta:hover .svg-icon{-webkit-transform:translateX(.5rem);transform:translateX(.5rem)}.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}.card--links .card__cta{font-size:1rem;line-height:1.2;margin-bottom:1.7rem}@media(min-width:992px){.card__cta{font-size:1rem}.card--stock .card__cta{font-size:1rem;margin-bottom:2rem}.card--links .card__cta{font-size:2rem;margin-bottom:3.5rem}}.card--arctic{background:#50f0eb}.card--seafoam{background:#0ad2af}.card--announcements,.card--story{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;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}.card--stock .stock-ticker{font-family:Chalet NewYork,sans-serif;font-size:3rem;line-height:1;margin:0;padding:1.85rem 0;text-align:center}.card--stock .stock-ticker span{display:block}.card--stock .stock-ticker .stock-arrow{color:#000;margin-left:0;vertical-align:.1em}@media(min-width:992px){.card--stock{padding-bottom:.35rem}.card--stock .stock-ticker{font-size:5rem;padding:2.5rem 0 2.75rem}}@media(min-width:1200px){.card--stock .stock-ticker{font-size:6rem}}.card--links{background:#fff;-webkit-box-shadow:none;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 .esg-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{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;display:-webkit-box;display:-ms-flexbox;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%;-webkit-transform:translateY(-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{font-size:1rem;margin:0 0 .5rem}@media(min-width:992px){.contentpromo__description,.contentpromo__heading{font-size:1.5rem;margin:0 0 1rem}.article--rail .contentpromo__description,.article--rail .contentpromo__heading{font-size:1rem;margin:0 0 1rem}}@media(min-width:1200px){.contentpromo--large .contentpromo__description,.contentpromo--large .contentpromo__heading{font-size:2rem}.article--rail .contentpromo__description,.article--rail .contentpromo__heading{font-size:1.25rem}}.contentpromo__heading{font-family:Chalet NewYork,sans-serif}.contentpromo__link{color:#6400ff;font-family:Chalet London,sans-serif}.contentpromo__link .svg-icon{height:.6em;margin-left:.25em;-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out;width:.8em}.contentpromo__link:active .svg-icon,.contentpromo__link:focus .svg-icon,.contentpromo__link:hover .svg-icon{-webkit-transform:translateX(.5rem);transform:translateX(.5rem)}.contentpromo__link:active,.contentpromo__link:focus,.contentpromo__link:hover{text-decoration:underline}.contentpromo__description{line-height:1.27}.contentpromo__description>:first-child,.contentpromo__description p{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%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:100%}.contentpromo__list{font-size:.8rem;list-style:none;margin:0;padding-left:0;padding-top:.7rem}@media(min-width:992px){.contentpromo__list{font-size:1rem}}.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;-webkit-text-decoration-color:#6400ff;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}.esg-table{margin-bottom:0;padding:1.2rem 1rem}.accordion__content .esg-table{padding:0}.esg-table b,.esg-table strong{font-family:Chalet NewYork,sans-serif}.esg-table__title{font-size:2rem;margin:0 auto .9rem;max-width:1400px}.esg-table__title p{margin:0}@media(max-width:767px){.esg-table__title{font-size:1rem}}.esg-table__footnote{font-size:.7rem;margin:0 auto;max-width:1400px;padding:.5rem .5rem 0}.esg-table__footnote>:first-child,.esg-table__footnote p{margin-top:0}.esg-table__footnote>:last-child{margin-bottom:0}.esg-table table{border:0;margin:0 auto;max-width:1400px;width:100%}.esg-table thead{font-family:Chalet NewYork,sans-serif}.esg-table thead th{border:0;vertical-align:bottom}@media(max-width:767px){.esg-table thead{clip:rect(0,0,0,0);border:0;-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}}.esg-table tr:first-child td{border-top:1px solid #000}@media(max-width:767px){.esg-table tr:first-child td,.esg-table tr:first-child th{border-top:0}}.esg-table td,.esg-table th{border:0;border-bottom:1px solid #000;vertical-align:top;word-break:normal}.esg-table td>div,.esg-table th>div{padding:.3rem .5rem}.esg-table td p,.esg-table th p{margin:0}@media(max-width:767px){.esg-table td,.esg-table th{display:block;font-size:.8rem}.esg-table th{font-family:Chalet NewYork,sans-serif}.esg-table td{max-width:none;text-align:right}.esg-table td:first-child{font-family:Chalet NewYork,sans-serif;text-align:left}.esg-table td:first-child:before{content:none}.esg-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}}.esg-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}.esg-table .indent{padding-left:1.5rem}@media(max-width:767px){.esg-table .indent{padding-left:.5rem}}.esg-table .highlight{color:#6400ff;font-family:Chalet NewYork,sans-serif}.esg-table--heading-bg th{background-color:#e9e9ea;min-width:4.5rem}.esg-table--heading-bg th div{background-color:#e9e9ea;margin-bottom:-1px;margin-top:-1px;position:relative}@media(max-width:767px){.esg-table--mobileHeadings thead{clip:rect(0,0,0,0);border:0;-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.esg-table--mobileHeadings tr:first-child td:first-child{font-family:Chalet NewYork,sans-serif;padding-top:0;text-align:left}.esg-table--mobileHeadings tr:first-child td:first-child:before{content:none}.esg-table--mobileHeadings td:first-child{font-family:Chalet London,sans-serif;padding-top:1.5rem;text-align:right}.esg-table--mobileHeadings td:first-child:before{content:attr(data-label)}.esg-table--mobileHeadings td:first-child[rowspan="2"]{font-family:Chalet NewYork,sans-serif;text-align:left}.esg-table--mobileHeadings td:first-child[rowspan="2"]:before{content:none}.esg-table--mobileHeadings td:first-child[rowspan="3"]{font-family:Chalet NewYork,sans-serif;text-align:left}.esg-table--mobileHeadings td:first-child[rowspan="3"]:before{content:none}.esg-table--mobileHeadings td:first-child[rowspan="4"]{font-family:Chalet NewYork,sans-serif;text-align:left}.esg-table--mobileHeadings td:first-child[rowspan="4"]:before{content:none}.esg-table--mobileHeadings td:first-child[rowspan="5"]{font-family:Chalet NewYork,sans-serif;text-align:left}.esg-table--mobileHeadings td:first-child[rowspan="5"]:before{content:none}.esg-table--mobileHeadings td:first-child[rowspan="6"]{font-family:Chalet NewYork,sans-serif;text-align:left}.esg-table--mobileHeadings td:first-child[rowspan="6"]:before{content:none}.esg-table--mobileHeadings td:first-child[rowspan="7"]{font-family:Chalet NewYork,sans-serif;text-align:left}.esg-table--mobileHeadings td:first-child[rowspan="7"]:before{content:none}.esg-table--mobileHeadings td:first-child[rowspan="8"]{font-family:Chalet NewYork,sans-serif;text-align:left}.esg-table--mobileHeadings td:first-child[rowspan="8"]:before{content:none}.esg-table--mobileHeadings td:first-child[rowspan="9"]{font-family:Chalet NewYork,sans-serif;text-align:left}.esg-table--mobileHeadings td:first-child[rowspan="9"]:before{content:none}}.esg-table--mobile-half-cells td:first-child{width:50%}@media(max-width:767px){.esg-table--mobile-half-cells table{border-top:1px solid #000}.esg-table--mobile-half-cells tr{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.esg-table--mobile-half-cells td{-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:left}.esg-table--mobile-half-cells td.wide{-webkit-box-flex:3;-ms-flex:3;flex:3}.esg-table--mobile-half-cells td:before{content:none}.esg-table--mobile-half-cells td:first-child{-webkit-box-flex:0;border-bottom:0;-ms-flex:0 1 100%;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-content .sectionheading__heading{font-size:1.5rem}@media(min-width:768px){.event-content .sectionheading__heading{font-size:2rem}}@media(min-width:1200px){.event-content .sectionheading__heading{font-size:3rem}}.event-content .sectionheading__description{font-size:1rem;padding-left:0}@media(min-width:768px){.event-content .sectionheading__description{font-size:1.5rem}}@media(min-width:1200px){.event-content .sectionheading__description{font-size:1.5rem}}.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:3rem}}@media(min-width:1200px){.event-heading__title{font-size:3.25rem;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>:first-child,.event-heading__description p{margin-top:0}.event-heading__description>:last-child{margin-bottom:0}@media(min-width:768px){.event-heading__description{font-size:1.3rem}}@media(min-width:1200px){.event-heading__description{font-size:1.5rem}}.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:-webkit-box;display:-ms-flexbox;display:flex}.event-participant__picture{-ms-flex-item-align:start;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' viewBox='227.3 0.1 124.6 110.2' xml:space='preserve'%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{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex:1;flex:1;-ms-flex-direction:column;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.3rem}}@media(min-width:1200px){.event-participant__name{font-size:1.5rem}}.event-participant__name a{color:#000;text-decoration:underline;-webkit-text-decoration-color:#6400ff;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;-webkit-text-decoration-color:#6400ff;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;overflow:hidden;position:relative}@media(min-width:1200px){.impact-hero__content{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}}.impact-hero__text{letter-spacing:-.0815rem;line-height:1;padding:1.5rem 0}@media(min-width:1200px){.impact-hero__text{-webkit-box-flex:0;-ms-flex:0 1 50%;flex:0 1 50%;padding-right:1rem}.impact-hero__text--withIcon{margin-top:-73px}}.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:2rem;margin:0}.impact-hero__heading p{margin:0}.impact-hero__heading p+p{margin-top:1rem}@media(min-width:768px){.impact-hero__heading{font-size:3.25rem}.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;-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out;width:.8em}.impact-hero__cta:active .svg-icon,.impact-hero__cta:focus .svg-icon,.impact-hero__cta:hover .svg-icon{-webkit-transform:translateX(.5rem);transform:translateX(.5rem)}@media(min-width:768px){.impact-hero__cta{font-size:1.5rem;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%;-webkit-transform:translateX(-50%) translateY(-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'%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.393h-32.75z'/%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'%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.39h-32.75z'/%3E%3C/svg%3E")}.impact-hero__media-item{bottom:auto;display:block;left:50%;position:absolute;right:auto;top:50%;-webkit-transform:translateX(-50%) translateY(-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{-webkit-box-flex:0;display:block;-ms-flex:0 1 50%;flex:0 1 50%}}.impact-hero__img,.impact-hero__video{overflow:hidden;padding-bottom:100%;position:relative}.impact-hero__img>img,.impact-hero__video>img{bottom:auto;left:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.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:rgba(255,255,255,.6);bottom:0;line-height:1;position:absolute;right:0;z-index:5}.impact-hero__pause{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBhdGggZD0iTTQgNGgxMHYyNEg0em0xNCAwaDEwdjI0SDE4eiIvPjwvc3ZnPg==) 50% 50%/90% no-repeat;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:hover{opacity:1}.impact-hero__pause.pause-on{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBhdGggZD0ibTYgNCAyMCAxMkw2IDI4eiIvPjwvc3ZnPg==)}.inset-image img{display:block;height:auto;width:100%}.inset-image__content{margin:0 auto .5rem;max-width:1600px;position:relative}.inset-image__inset{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;bottom:2.8rem;display:-webkit-box;display:-ms-flexbox;display:flex;left:1rem;position:absolute;width:70%}.inset-image__inset-img{margin-left:.5rem;-webkit-transform:translateY(0);transform:translateY(0);-webkit-transition:-webkit-transform .5s ease-in-out;transition:-webkit-transform .5s ease-in-out;transition:transform .5s ease-in-out;transition:transform .5s ease-in-out,-webkit-transform .5s ease-in-out}.inset-image__inset-img--animate{-webkit-transform:translateY(6rem);transform:translateY(6rem)}.inset-image__inset-img img{-webkit-box-shadow:17.5px 30.3px 35px 0 rgba(0,0,0,.15);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){-ms-flex-item-align:end;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 .5eem}@media(min-width:992px){.featuredlinks .featuredlinks__heading{font-size:1.5rem}}.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:-webkit-box;display:-ms-flexbox;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{-webkit-box-flex:1;-ms-flex:1 0 33.3333%;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{-webkit-box-flex:2;-ms-flex:2 0 66.6667%;flex:2 0 66.6667%;text-decoration:underline;-webkit-text-decoration-color:#6400ff;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{-webkit-tap-highlight-color:rgba(0,0,0,0);display:none;height:100%;left:0;outline:0;overflow:hidden;position:fixed;top:0;width:100%;z-index:60}@media(min-width:992px){.media-lightbox.media-lightbox--animate{opacity:0;-webkit-transition:opacity .2s ease-in-out;transition:opacity .2s ease-in-out}.media-lightbox.media-lightbox--animate.media-lightbox--show{opacity:1}}.media-lightbox__media{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;width:100%}.media-lightbox__media:after{content:"";display:block;height:0;padding-bottom:56.25%}.media-lightbox__media-element,.media-lightbox__media:after{-webkit-box-flex:0;-ms-flex:none;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;-webkit-transition:opacity .1s ease-in-out;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{-webkit-transform:scale(.95);transform:scale(.95);-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out}.media-lightbox--show .media-lightbox__dialog{-webkit-transform:scale(1);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{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;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{-webkit-box-shadow:0 0 8px rgba(0,0,0,.6);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:#e9e9ea;color:#000;margin:0 auto .5rem;overflow:hidden;position:relative}@media(min-width:768px){.featurednews{-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;margin-bottom:1rem}}.featurednews__media{background-position:50% 50%;background-repeat:no-repeat;background-size:cover;overflow:hidden;position:relative}@media(min-width:768px){.featurednews__media{-webkit-box-flex:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex:0 0 50%;flex:0 0 50%;max-width:800px}}.featurednews__media-img{background-color:transparent;border:0;color:transparent;font:0/0 a;height:0;padding-bottom:100%;text-shadow:none;width:100%;z-index:0}@media(min-width:768px){.featurednews__media-img{padding-bottom:71.25%}}.featurednews__text{padding:2rem 1rem 2.8rem}@media(min-width:768px){.featurednews__text{-webkit-box-flex:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex:0 0 50%;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{-webkit-box-flex:1;-ms-flex:1 1 100%;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:992px){.featurednews__title{font-size:1.6rem;margin-bottom:2rem}}@media(min-width:1200px){.featurednews__title{font-size:2rem;margin-bottom:3rem}}.featurednews__date{font-family:Chalet Paris,sans-serif;font-size:.7rem;margin:0;text-transform:uppercase}@media(min-width:992px){.featurednews__date{font-size:1rem}}.featurednews__link{color:#000;font-size:1rem;line-height:1.2;text-decoration:underline;-webkit-text-decoration-color:#6400ff;text-decoration-color:#6400ff;text-decoration-thickness:.15rem}.featurednews__link:focus,.featurednews__link:hover{text-decoration:none}@media(min-width:992px){.featurednews__link{font-size:1.6rem}}@media(min-width:1200px){.featurednews__link{font-size:2rem}}.featurednews__video-cta{background-color:transparent;background:#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:992px){.featurednews__video-cta{height:6rem;width:6rem}}@media(min-width:1200px){.featurednews__video-cta{height:8.75rem;width:8.75rem}}.featurednews__video-cta:hover{background:#3c0099}.featurednews__video-cta:hover .svg-icon{-webkit-transform:scale(1.1);transform:scale(1.1)}.featurednews__video-cta .svg-icon{height:1.9rem;left:50%;margin-left:-.95rem;margin-top:-.95rem;position:absolute;top:50%;-webkit-transform:scale(1);transform:scale(1);-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease;width:1.9rem}@media(min-width:992px){.featurednews__video-cta .svg-icon{height:2.8rem;margin-left:-1.4rem;margin-top:-1.4rem;width:2.8rem}}@media(min-width:1200px){.featurednews__video-cta .svg-icon{height:4rem;margin-left:-2rem;margin-top:-2rem;width:4rem}}.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{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;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;-webkit-filter:grayscale(100%);filter:grayscale(100%);height:1rem;width:1rem}.footer__social-link:focus img,.footer__social-link:hover img{-webkit-filter:grayscale(0);filter:grayscale(0)}@media(min-width:992px){.footer__social-link{padding-right:1.8rem}}.footer__nav{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:2rem 0 1rem}.footer__nav-section{-webkit-box-flex:0;-ms-flex:0 1 50%;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{-webkit-box-flex:0;-ms-flex:0 1 33.3333%;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{-webkit-box-flex:1;-ms-flex:1;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:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none;margin:0;padding-left:0}.footer__legal-links li{-webkit-box-flex:0;-ms-flex:0 1 50%;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{-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between}.footer__col{-webkit-box-flex:1;-ms-flex:1;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;margin-bottom:1.35rem}}.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;-webkit-transform:translate3d(0,-100%,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;-webkit-box-shadow:0 0 18px rgba(0,0,0,.15);box-shadow:0 0 18px rgba(0,0,0,.15);content:"";height:100%;left:0;opacity:0;position:absolute;-webkit-transition:opacity .2s ease-out;transition:opacity .2s ease-out;width:100%;z-index:-1}.header__wrap--reveal{-webkit-transform:translateZ(0);transform:translateZ(0)}.header__wrap--reveal:after{opacity:1}.header__wrap--transitioning{-webkit-transition:-webkit-transform .2s ease-out;transition:-webkit-transform .2s ease-out;transition:transform .2s ease-out;transition:transform .2s ease-out,-webkit-transform .2s ease-out}}.header__content{margin:0 auto;max-width:1400px;padding:.75rem 0}@media(min-width:1220px){.header__content{display:-webkit-box;display:-ms-flexbox;display:flex;padding:0}}.header__navbar{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-flex:0;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex:none;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{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;height:3.5rem;width:12.2rem}}.header__logo-img{display:block;margin:0;width:100%}@media(min-width:1220px){.header__logo-img{-webkit-box-flex:0;-ms-flex:none;flex:none;max-height:100%;max-width:100%;width:auto}}.header__menu{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-icon,.header__menu-icon:after,.header__menu-icon:before{background:currentColor;content:"";display:block;height:2px;position:absolute;right:0;-webkit-transition:all .2s;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{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.header__menu.active .header__menu-icon:after{-webkit-transform:rotate(-45deg);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{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:none;-ms-flex-flow:row wrap;flex-flow:row wrap;position:static;z-index:auto}.header__nav,.show-nav .header__nav{display:-webkit-box;display:-ms-flexbox;display:flex}}.header__search{-webkit-box-ordinal-group:3;-ms-flex-order:2;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{color:#000;display:block;line-height:1;padding:0;-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.header__search .search__icon:focus,.header__search .search__icon:hover{color:#6400ff;-webkit-transform:scale(1.1);transform:scale(1.1)}@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;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:12px}.magnifying-close-icon{-webkit-transition:border .2s,-webkit-transform .2s;transition:border .2s,-webkit-transform .2s;transition:transform .2s,border .2s;transition:transform .2s,border .2s,-webkit-transform .2s}.magnifying-close-icon:before{-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.active .magnifying-close-icon{border:0;border-bottom:2px solid;border-radius:0;height:20px;left:12px;position:relative;top:-6px;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:20px}.active .magnifying-close-icon:before{left:0;top:100%;-webkit-transform:rotate(90deg);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;-webkit-box-shadow: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;-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.sitesearch__submit:active,.sitesearch__submit:focus,.sitesearch__submit:hover{-webkit-transform:scale(1.1);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::-webkit-input-placeholder{color:#fff;font-weight:400;opacity:.5}.sitesearch--hamburgernav .sitesearch__input::-moz-placeholder{color:#fff;font-weight:400;opacity:.5}.sitesearch--hamburgernav .sitesearch__input:-ms-input-placeholder{color:#fff;font-weight:400;opacity:.5}.sitesearch--hamburgernav .sitesearch__input::-ms-input-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}}.skip-nav{display:inline-block;font-size:.7em;left:6px;position:absolute;top:-500px;z-index:10}.skip-nav a:focus,.skip-nav a:hover{outline:1px solid #a4a4a4;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{font-size:1.2rem;-webkit-transition:none;transition:none}.nav_drop .mainnav__link{display:inline-block;width:86%}.mainnav__link--desktop{display:none!important}.mainnav__more{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;-webkit-transform:rotate(135deg);transform:rotate(135deg);width:10px}.nav_drop .mainnav__more{display:block}.mainnav__more.active .mainnav__more-icon{-webkit-transform:translateY(2px) rotate(180deg);transform:translateY(2px) rotate(180deg);-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}@media(min-width:1220px){.mainnav{-webkit-box-ordinal-group:2;-ms-flex-order:1;background:none;color:#000;order:1;width:auto}.mainnav__list{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:-.8rem;padding:0}.mainnav__item{-webkit-box-flex:0;border-bottom:0;display:inline-block;-ms-flex:none;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;-webkit-transition:opacity .2s;transition:opacity .2s;width:calc(100% - 1.6rem)}.mainnav__link.active,.mainnav__link:focus,.mainnav__link:hover{text-decoration:none}.mainnav__link.active:after,.mainnav__link:focus:after,.mainnav__link:hover:after{opacity:1}.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;-webkit-transition:max-height .2s;transition:max-height .2s}.subnav__list.active{max-height:600px}.subnav__list a{color:inherit}@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:-webkit-box;display:-ms-flexbox;display:flex;letter-spacing:-.0425rem;line-height:1.17;margin:0 auto;max-width:1400px}.supernav__col{width:50%}.supernav__description{font-size:1.7rem;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;-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out;width:.8em}.supernav__description-link:active .svg-icon,.supernav__description-link:focus .svg-icon,.supernav__description-link:hover .svg-icon{-webkit-transform:translateX(.5rem);transform:translateX(.5rem)}.supernav__description-link:focus,.supernav__description-link:hover{text-decoration:none}.supernav__heading{font-size:1.7rem;margin:0 0 1rem}.supernav__nav-row{display:-webkit-box;display:-ms-flexbox;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;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:12px}@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;-webkit-transform:rotate(135deg);transform:rotate(135deg);width:7px}.auxnav__country-btn:active,.auxnav__country-btn:focus,.auxnav__country-btn:hover{background:none;color:#000;text-decoration:underline}.auxnav__country-btn:focus{outline-offset:3px}.auxnav__country-menu{background-clip:padding-box;background-color:#fff;border:1px solid rgba(0,0,0,.15);border-radius:0;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);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: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{-webkit-box-ordinal-group:1;-ms-flex-order:0;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:.7rem;margin:1.45rem 0;order:0;padding:0;width:100%}.auxnav__country{-webkit-box-ordinal-group:3;-ms-flex-order:2;margin-left:auto;order:2}.auxnav__links{display:-webkit-box;display:-ms-flexbox;display:flex}.auxnav__links-link{padding:0 1.4rem 0 0}}.stock-arrow{color:#0ad2af;height:.55em;margin-left:.5em;-webkit-transform:rotate(-90deg);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;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.heading{color:#fff;margin-bottom:2rem}.heading--nospace{margin-bottom:0}.heading__background{background-position:50% 50%;background-repeat:no-repeat;background-size:cover;min-height:400px;overflow:hidden;padding:2rem 1rem;position:relative}.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}.heading__description{font-size:1.8rem;letter-spacing:-.054rem;line-height:1;margin:0}.heading__description p{margin:0}.heading__link{color:#fff;margin-top:2rem}.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:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.35)),to(transparent));background:linear-gradient(180deg,rgba(0,0,0,.35) 0,transparent)}.heading--overlay-full .heading__background:after{background:rgba(0,0,0,.35)}@media(min-width:768px){.heading__title{font-size:1.5rem}.heading__description{font-size:3rem}}@media(min-width:1200px){.heading{margin-bottom:4rem}.heading--nospace{margin-bottom:0}.heading__background{min-height:600px;padding:4rem 2rem 3.5rem}.heading__title{font-size:2rem;letter-spacing:-.05rem}.heading__description{font-size:4rem;letter-spacing:-.125rem}}.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:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:2rem}}@media(min-width:1200px){.industrypromo__promos{gap:3rem}}.industrypromo__promo{-webkit-box-orient:vertical;-webkit-box-direction:normal;color:#000;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin-bottom:2rem;max-width:25rem}@media(min-width:768px){.industrypromo__promo{-webkit-box-flex:0;-ms-flex:0 1 calc(50% - 1rem);flex:0 1 calc(50% - 1rem);margin-bottom:1rem;max-width:none}}@media(min-width:1200px){.industrypromo__promo{-webkit-box-flex:0;-ms-flex:0 1 calc(33.33333% - 2rem);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:-webkit-min-content 1fr;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{-webkit-box-flex:0;-ms-flex:0 1 140px;flex:0 1 140px}.img-top .industrypromo__img img{height:140px}.industrypromo__text{color:#000;font-size:.9rem;margin-top:1rem}@media(min-width:768px){.industrypromo__text{font-size:1rem}}@media(min-width:992px){.industrypromo__text{font-size:1.3rem}}@media(min-width:1400px){.industrypromo__text{font-size:1.5rem}}@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:1rem}}@media(min-width:768px){.img-left .industrypromo__tagline{grid-column-start:2}}.industrypromo__link{color:#000;display:block;text-decoration:underline;-webkit-text-decoration-color:#6400ff;text-decoration-color:#6400ff;text-decoration-thickness:.15rem}.industrypromo__link:focus,.industrypromo__link:hover{text-decoration:none}.industrypromo__headline{margin:0}.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;-webkit-text-decoration-color:#6400ff;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{-webkit-filter:grayscale(100%);filter:grayscale(100%)}.logopromo__link:focus img,.logopromo__link:hover img{-webkit-filter:grayscale(0);filter:grayscale(0)}.newsfilter{padding:0 1rem}@media(min-width:1200px){.newsfilter{padding:0 2rem}}.newsfilter__content{margin:0 auto;max-width:1400px}.newsfilter__heading{color:#6400ff;font-size:1.8rem;letter-spacing:-.045rem;line-height:1;margin:0;padding-top:2rem}@media(min-width:768px){.newsfilter__heading{font-size:3rem}}@media(min-width:1200px){.newsfilter__heading{font-size:4rem;letter-spacing:-.125rem;padding-top:4.5rem}}.newsfilter__description{letter-spacing:-.025rem;line-height:1.2;padding:1rem 1.4rem 0}.newsfilter__description p{margin:0}.newsfilter__description p+p{margin-top:.5rem}@media(min-width:768px){.newsfilter__description{font-size:1.5rem}}@media(min-width:1200px){.newsfilter__description{font-size:2rem;letter-spacing:-.05rem;padding:1.5rem 7.1rem 0}}@media(min-width:1400px){.newsfilter__description{margin-bottom:3rem}}.newsfilter__options{margin-bottom:2.25rem}@media(min-width:1200px){.newsfilter__options{margin-bottom:3rem}}@media(min-width:1400px){.newsfilter__options{-webkit-box-orient:horizontal;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-bottom:1.5rem}}.newsfilter__options:not(:first-child){margin-top:2rem}@media(min-width:1200px){.newsfilter__options:not(:first-child){margin-top:2.25rem}}.newsfilter__option{margin-bottom:1.5rem}@media(min-width:992px){.newsfilter__option{width:50%}}@media(min-width:1400px){.newsfilter__option{width:auto}.newsfilter__option:not(:last-child){margin-right:7.1428571429%}}.newsfilter__option label,.newsfilter__option select{font-size:1rem}@media(min-width:1200px){.newsfilter__option label,.newsfilter__option select{font-size:1.5rem}}@media(min-width:992px){.newsfilter__option label{margin-right:.8rem}}@media(min-width:1400px){.newsfilter__option select{display:inline-block;width:19rem}}.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{margin-top:1.8rem}}@media(min-width:992px){.newspromo__heading{font-size:2rem;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{-webkit-column-gap:1rem;-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{-webkit-column-gap:2rem;-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:-webkit-box;display:-ms-flexbox;display:flex;gap:1rem}.newspromo__img,.newspromo__text{display:inline-block;vertical-align:top}.newspromo__media{-webkit-box-flex:0;-ms-flex-item-align:start;align-self:flex-start;aspect-ratio:1/1;-ms-flex:0 0 41.764%;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'%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.393h-32.75z'/%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{-webkit-box-flex:1;-ms-flex:1 1 auto;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:1rem}}.newspromo__link{color:#000;display:block;font-size:.8rem;text-decoration:underline;-webkit-text-decoration-color:#6400ff;text-decoration-color:#6400ff;text-decoration-thickness:.15rem}.newspromo__link:focus,.newspromo__link:hover{text-decoration:none}@media(min-width:768px){.newspromo__link{font-size:1rem}}@media(min-width:992px){.newspromo__link{font-size:1.3rem}}@media(min-width:1200px){.newspromo__link{font-size:1.5rem}}.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;-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out;width:.8em}.newspromo__cta-link:active .svg-icon,.newspromo__cta-link:focus .svg-icon,.newspromo__cta-link:hover .svg-icon{-webkit-transform:translateX(.5rem);transform:translateX(.5rem)}@media(min-width:992px){.newspromo__cta-link{font-size:2rem}}.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:3rem}}@media(min-width:1200px){.announcementspromo .newspromo__heading{font-size:4rem;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}}@media(max-width:767px){.announcementspromo .newspromo__link{font-size:1rem}}.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-size:1.8rem;letter-spacing:-.045rem;line-height:1;margin:0;padding-top:2rem}@media(min-width:768px){.newsreleases__heading{font-size:3rem}}@media(min-width:1200px){.newsreleases__heading{font-size:4rem;letter-spacing:-.125rem;padding-top:4.5rem}}.newsreleases__description{letter-spacing:-.025rem;line-height:1.2;padding:1rem 1.4rem 0}.newsreleases__description p{margin:0}.newsreleases__description p+p{margin-top:.5rem}@media(min-width:768px){.newsreleases__description{font-size:1.5rem}}@media(min-width:1200px){.newsreleases__description{font-size:2rem;letter-spacing:-.05rem;padding:1.5rem 7.1rem 0}}.newsreleases__promos{margin:1.5rem -1rem 0;min-height:200px;position:relative}@media(min-width:768px){.newsreleases__promos{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;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{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;padding-bottom:2rem}}@media(min-width:992px){.newsreleases__promo{-webkit-box-flex:0;-ms-flex:0 0 33.33333333%;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:-webkit-box;display:-ms-flexbox;display:flex}.newsreleases__img,.newsreleases__text{display:inline-block;vertical-align:top}.newsreleases__media{-webkit-box-flex:0;-ms-flex:0 0 41.7647058824%;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{-webkit-box-flex:1;-ms-flex:1 1 auto;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:1rem}}.newsreleases__link{color:#000;display:block;font-size:1rem;text-decoration:underline;-webkit-text-decoration-color:#6400ff;text-decoration-color:#6400ff;text-decoration-thickness:.15rem}.newsreleases__link:focus,.newsreleases__link:hover{text-decoration:none}@media(min-width:992px){.newsreleases__link{font-size:1.3rem}}@media(min-width:1200px){.newsreleases__link{font-size:1.5rem}}.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;-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out;width:.8em}.newsreleases__cta-link:active .svg-icon,.newsreleases__cta-link:focus .svg-icon,.newsreleases__cta-link:hover .svg-icon{-webkit-transform:translateX(.5rem);transform:translateX(.5rem)}@media(min-width:992px){.newsreleases__cta-link{font-size:2rem}}.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%;-webkit-transform:translateY(-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;-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out;width:.8em}.photopromo__link:active .svg-icon,.photopromo__link:focus .svg-icon,.photopromo__link:hover .svg-icon{-webkit-transform:translateX(.5rem);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.7rem}.sectionheading.sectionheading--notitle{padding-top:0}.sectionheading__content{margin:0 auto;max-width:1400px}.sectionheading__heading{color:#6400ff;font-family:Chalet London,sans-serif;font-size:1.8rem;letter-spacing:-.045rem;line-height:1;margin:0}.sectionheading__description{letter-spacing:-.025rem;line-height:1.2;padding:1rem 1.4rem 0}.sectionheading__description p{margin:0 0 1em}.sectionheading__description>:last-child{margin-bottom:0}@media(min-width:768px){.sectionheading__heading{font-size:3rem}.sectionheading__description{font-size:1.5rem}}@media(min-width:1200px){.sectionheading{padding:4.5rem 2rem 3.5rem}.sectionheading__heading{font-size:4rem;letter-spacing:-.125rem}.sectionheading__description{font-size:2rem;letter-spacing:-.05rem;padding:1.5rem 7.1rem 0}}.section-subnav__wrap{background:#6400ff;color:#fff;padding:0 1rem;position:relative}.section-subnav__wrap--fixed{left:0;position:fixed;top:0;-webkit-transform:translate3d(0,-100%,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{-webkit-transform:translateZ(0);transform:translateZ(0)}.section-subnav__wrap--transitioning{-webkit-transition:-webkit-transform .2s ease-out;transition:-webkit-transform .2s ease-out;transition:transform .2s ease-out;transition:transform .2s ease-out,-webkit-transform .2s ease-out}.section-subnav__content{font-size:1rem;margin:0 auto;max-width:1400px}@media(min-width:1220px){.section-subnav__content{display:-webkit-box;display:-ms-flexbox;display:flex}}.section-subnav__header{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between;padding:.5rem 0}.section-subnav__menu{color:#fff;height:20px;width:20px}.section-subnav__menu:focus,.section-subnav__menu:hover{color:#fff}.section-subnav__menu:focus{outline-color:#fff}.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{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-flex:1;-ms-flex-positive:1;align-items:center;flex-grow:1}.section-subnav__nav,.show-section-nav .section-subnav__nav{display:-webkit-box;display:-ms-flexbox;display:flex}}.section-subnav__list{list-style:none;margin:0;padding-left:0}@media(min-width:1220px){.section-subnav__list{-webkit-box-flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex:1;flex:1;height:100%}}.section-subnav__item{position:relative}@media(min-width:1220px){.section-subnav__item{-webkit-box-flex:1;-ms-flex:1;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{outline-color:#fff}.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{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;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;-webkit-transform:rotate(135deg);transform:rotate(135deg);width:10px}.section-subnav__more:focus{outline-color:#fff;outline-offset:-.2rem}.section-subnav__more.active .section-subnav__more-icon{-webkit-transform:translateY(2px) rotate(180deg);transform:translateY(2px) rotate(180deg);-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-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:-webkit-box;display:-ms-flexbox;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:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none;margin:0 auto;max-width:56.5rem;padding-left:0}.section-subnav__supernav-list .section-subnav__subitem{-webkit-box-flex:0;-ms-flex:0 1 25%;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:hover{text-decoration:underline;-webkit-text-decoration-color:#6400ff;text-decoration-color:#6400ff;text-decoration-thickness:.15rem}@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.5rem;margin-bottom:.4rem}}@media(min-width:1200px){.socialfeed__name{font-size:2rem;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{-webkit-filter:grayscale(0);filter:grayscale(0)}.socialfeed__icon{display:inline-block;-webkit-filter:grayscale(100%);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;-webkit-text-decoration-color:#6400ff;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--purple .stat__number,.stat--purple .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;-webkit-transition:opacity 4s;transition:opacity 4s}@media(min-width:992px){.stat__number{font-size:3.5rem}}@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>:first-child,.stat__description p{margin-top:0}.stat__description>:last-child{margin-bottom:0}.stat__description p{margin-bottom:.5rem}.stat__description a{color:#000;text-decoration:underline;-webkit-text-decoration-color:#6400ff;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 a{color:#000;text-decoration:underline;-webkit-text-decoration-color:#6400ff;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:#6400ff}.thread-banner__close:focus{outline:1px dotted #000}.thread-banner__close .svg-icon{height:1em;width:1em}@media(min-width:768px){.thread-banner__close{bottom:auto;position:absolute;right:-9%;top:50%;-webkit-transform:translateY(-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}.thread-banner__text p{display:inline;margin:0}@media(min-width:768px){.thread-banner__text{font-size:.8rem;padding:.25rem .5rem}}.thread-banner__link{color:#000;text-decoration:underline;-webkit-text-decoration-color:#6400ff;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{bottom:.5em;color:#6400ff;display:none}.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,.thread-banner__prev:focus{outline:1px dotted #000}@media(min-width:768px){.thread-banner__next,.thread-banner__prev{bottom:auto;top:50%;-webkit-transform:translateY(-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;-webkit-transform:rotate(45deg);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;-webkit-transform:rotate(-135deg);transform:rotate(-135deg);width:14px}.threecolumnpromo{margin:0 auto;max-width:1600px}@media(min-width:768px){.threecolumnpromo{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.threecolumnpromo--bottom .threecolumnpromo__img{-ms-flex-item-align:end;-webkit-box-ordinal-group:2;-ms-flex-order:1;align-self:flex-end;order:1}}.threecolumnpromo__promo{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.threecolumnpromo__promo .threecolumnpromo__img,.threecolumnpromo__promo .threecolumnpromo__text{-webkit-box-flex:0;-ms-flex:0 1 100%;flex:0 1 100%}@media(min-width:768px){.threecolumnpromo__promo{-webkit-box-flex:0;-ms-flex:0 1 auto;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%;-webkit-transform:translateY(-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:1200px){.threecolumnpromo__title{font-size:1.5rem}}.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;-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out;width:.8em}.threecolumnpromo__link:active .svg-icon,.threecolumnpromo__link:focus .svg-icon,.threecolumnpromo__link:hover .svg-icon{-webkit-transform:translateX(.5rem);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}.video__media{position:relative}.video__media img{display:block;width:100%}.video__link{background-color:transparent;background:#6400ff;border:0;bottom:0;color:transparent;color:#fff;display:block;font:0/0 a;left:0;padding-bottom:20%;position:absolute;text-shadow:none;width:20%;z-index:1}.video__link .svg-icon{height:50%;left:50%;margin-left:-24%;margin-top:-24%;position:absolute;top:50%;-webkit-transform:scale(1);transform:scale(1);-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease;width:50%}.video__link:focus,.video__link:hover{background:#3c0099}.video__link:focus .svg-icon,.video__link:hover .svg-icon{-webkit-transform:scale(1.1);transform:scale(1.1)}.video__text{padding:1em .5em}.video .video__title{font-size:1.5rem;margin:0 0 1rem}.video__description>:first-child,.video__description p{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;-webkit-text-decoration-color:#6400ff;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}.video__transcript{padding:0 1rem}.video__transcript>:first-child,.video__transcript p{margin-top:0}.video__transcript>:last-child{margin-bottom:0}.video__transcript a{word-wrap:break-word;color:#000;overflow-wrap:break-word;text-decoration:underline;-webkit-text-decoration-color:#6400ff;text-decoration-color:#6400ff;text-decoration-thickness:.15rem}.video__transcript a:focus,.video__transcript a:hover{color:#000;text-decoration:none}.video--collapsed:not(.video--expanded) .video__transcript{display:none}.video--collapsing .video__transcript,.video--expanding .video__transcript{height:0;overflow:hidden;position:relative;-webkit-transition:height .2s ease;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:-webkit-box;display:-ms-flexbox;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{-webkit-box-flex:0;-webkit-box-ordinal-group:2;-ms-flex-order:1;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex:0 0 50%;flex:0 0 50%;max-width:700px;order:1}}.video--two-col .video__media-img{background-color:transparent;border:0;color:transparent;font:0/0 a;height:0;padding-bottom:100%;text-shadow:none;width:100%;z-index:0}.video--two-col .video__text{padding:2rem 1rem 3.5rem}@media(min-width:768px){.video--two-col .video__text{-webkit-box-flex:0;-ms-flex:0 0 50%;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 1.4rem}@media(min-width:768px){.video--two-col .video__title{font-size:1.5rem;margin-bottom:2rem}}@media(min-width:992px){.video--two-col .video__title{font-size:2rem;margin-bottom:3rem}}.video--two-col .video__description{font-size:1rem;line-height:1.2}.video--two-col .video__description p{margin-bottom:1em}@media(min-width:992px){.video--two-col .video__description{font-size:1.5rem}}.video--two-col .video__transcript-link{margin-left:0;padding-left:0}.video--two-col .video__transcript{margin:1.5rem auto;max-width:40rem}.blog-article .video{margin:2.5rem -1.3rem}@media(min-width:768px){.blog-article .video{margin:2.5rem auto}}.blog-article .video .video__text{font-family:Chalet NewYork,sans-serif;padding:1rem 2rem}.blog-article .video .video__transcript{font-family:Chalet London,sans-serif;padding:.9rem 0 0}.blog-article .video .video__transcript-link{padding:0}.blog-article .video.video--two-col .video__text{padding:2rem 1rem 3.5rem}@media(min-width:768px){.blog-article .video.video--two-col .video__text{padding:2rem 1rem}}@media(min-width:992px){.blog-article .video.video--two-col .video__text{padding:3rem}}.blog-article .video .video__description{line-height:1.4}.blog-article .video .video__link{background:rgba(100,0,255,.6);border-radius:50%;bottom:auto;height:2.7rem;left:50%;padding-bottom:0;right:auto;top:50%;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);width:2.7rem}.blog-article .video .video__link .svg-icon{margin-left:-18%}.blog-article .video .video__link:before{bottom:-.75rem;color:#fff;content:attr(data-label);font-family:Chalet NewYork,sans-serif;font-size:.9rem;left:-40%;position:absolute;text-shadow:0 0 .05rem #666;width:200%}.blog-article .video .video__link:focus,.blog-article .video .video__link:hover{background:rgba(0,0,0,.6)}.blog-article .full-bleed .video{margin-left:auto;margin-right:auto}.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{border-bottom:1px solid #ccc;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:1.5rem;max-width:40rem;padding-bottom:1.5rem}@media(min-width:680px){.blog-card{-webkit-box-flex:1;border:1px solid #ebebeb;display:block;-ms-flex:1;flex:1;margin:0 .5rem;padding-bottom:0}}.blog-card__wrap{margin:0 auto;max-width:1680px;padding:1.3rem .8rem}@media(min-width:992px){.blog-card__wrap{padding:3.5rem 1rem}}.blog-card__header{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:space-between;margin-bottom:1.5rem}@media(min-width:680px){.blog-card__header{margin-bottom:2rem;padding-right:1rem}}@media(min-width:1200px){.blog-card__header{margin-bottom:2.8rem}}.blog-card__heading{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;font-family:Chalet NewYork,sans-serif;font-size:1.6rem;margin:0}.blog-card__heading:before{background:#6400ff;content:"";display:inline-block;height:2.6rem;margin-right:1rem;width:.2rem}@media(min-width:992px){.blog-card__heading{font-size:2.2rem}.blog-card__heading:before{margin-right:1.8rem}}.blog-card__heading.color-environment:before{background:#0ad2af}.blog-card__heading.color-people:before{background:#ffcd00}.blog-card__heading.color-sustainable:before{background:#ff8c00}.blog-card__heading.color-solutions:before{background:#000ff5}.blog-card__more{font-size:.8rem;margin-left:1.4rem;margin-right:0;padding-right:.4rem}@media(min-width:480px){.blog-card__container{padding:0 1.2rem}}@media(min-width:680px){.blog-card__container{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 -.5rem}}.blog-card__image{-webkit-box-flex:0;-ms-flex:0 1 28%;flex:0 1 28%}.blog-card__picture{display:block;overflow:hidden;padding-bottom:100%;position:relative}.blog-card__picture>img{bottom:auto;left:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}@media(min-width:680px){.blog-card__picture{overflow:hidden;padding-bottom:56.25%;position:relative}.blog-card__picture>img{bottom:auto;left:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}}.blog-card__img{display:block;max-width:100%}.blog-card__info{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:0 1.1rem}@media(min-width:680px){.blog-card__info{padding-bottom:.8rem;padding-top:.8rem}}@media(min-width:992px){.blog-card__info{padding:1.7rem .8rem .8rem}}@media(min-width:1600px){.blog-card__info{padding-top:1rem}}@media(min-width:1200px){.blog-card .blog-card__category{font-size:.75rem}}.blog-card__title{color:#000;display:block;font-family:Chalet NewYork,sans-serif;font-size:1rem;line-height:1.2;margin:.5rem 0}.blog-card__title:focus,.blog-card__title:hover{text-decoration:underline;-webkit-text-decoration-color:#6400ff;text-decoration-color:#6400ff;text-decoration-thickness:.15rem}@media(min-width:680px){.blog-card__title{margin:.9rem 0 .2rem}}@media(min-width:1600px){.blog-card__title{margin-top:.7rem}}.blog-card__date{color:#8b8b8b;font-size:.7rem;margin:0}.blog-card__date .blog-card__author-name{display:block;margin-right:.5rem}@media(min-width:680px){.blog-card__date{font-size:.6rem}.blog-card__date .blog-card__author-name{display:none}}@media(min-width:1600px){.blog-card__date{font-size:.7rem}}.blog-card__description{display:none;font-size:.7rem;margin:1.2rem 0 1.7rem}.blog-card__description>:first-child,.blog-card__description p{margin-top:0}.blog-card__description>:last-child{margin-bottom:0}.blog-card__description a{color:#000;text-decoration:underline;-webkit-text-decoration-color:#6400ff;text-decoration-color:#6400ff;text-decoration-thickness:.15em}.blog-card__description a:focus,.blog-card__description a:hover{text-decoration:none}@media(min-width:680px){.blog-card__description{display:block;margin-top:1rem}}@media(min-width:1600px){.blog-card__description{font-size:.8rem;margin:.8rem 0 1.4rem}}.blog-card .blog-card__author{display:none;margin-top:1.7rem}.blog-card .blog-card__author-name{font-size:.7rem}.blog-card .blog-card__author-title{font-size:.6rem}@media(min-width:680px){.blog-card .blog-card__author{display:-webkit-box;display:-ms-flexbox;display:flex}}@media(min-width:1600px){.blog-card .blog-card__author{margin-top:1.4rem}}.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:1680px}@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 #8b8b8b;padding-top:2rem}@media(min-width:992px){.blog-footer .footer__row{-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-ms-flexbox;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{-webkit-box-flex:0;-ms-flex:0 1 auto;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:1680px}@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}.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;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);width:100%;z-index:10}.blog-header__wrap--fixed:after{background:transparent;bottom:0;-webkit-box-shadow:0 0 18px rgba(0,0,0,.15);box-shadow:0 0 18px rgba(0,0,0,.15);content:"";height:100%;left:0;opacity:0;position:absolute;-webkit-transition:opacity .2s ease-out;transition:opacity .2s ease-out;width:100%;z-index:-1}.blog-header__wrap--reveal{-webkit-transform:translateZ(0);transform:translateZ(0)}.blog-header__wrap--reveal:after{opacity:1}.blog-header__wrap--transitioning{-webkit-transition:-webkit-transform .2s ease-out;transition:-webkit-transform .2s ease-out;transition:transform .2s ease-out;transition:transform .2s ease-out,-webkit-transform .2s ease-out}}.blog-header__content{margin:0 auto;max-width:1680px;padding:.75rem 0}@media(min-width:992px){.blog-header__content{display:-webkit-box;display:-ms-flexbox;display:flex;padding:0}}@media(min-width:1200px){.blog-header__content{padding-left:2.8rem;padding-right:2.8rem}}.blog-header__navbar{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-flex:0;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex:none;flex:none}@media(min-width:400px){.blog-header__navbar{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media(min-width:992px){.blog-header__navbar{-webkit-box-pack:start;-ms-flex-pack:start;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{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}}.blog-header__logo-img{display:block;margin:0;width:100%}@media(min-width:992px){.blog-header__logo-img{-webkit-box-flex:0;-ms-flex:none;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:#3d3d3d;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{outline-offset:.2rem}.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;-webkit-transition:all .2s;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{outline:1px solid #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{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.blog-header__menu.active .blog-header__menu-icon:after{-webkit-transform:rotate(-45deg);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{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:none;-ms-flex-flow:row wrap;flex-flow:row wrap;max-width:none;position:static;z-index:auto}.blog-header__nav,.show-nav .blog-header__nav{display:-webkit-box;display:-ms-flexbox;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 #555}.blog-header__nav-list.ancillary-nav__list>li{display:block}@media(min-width:992px){.blog-header__nav-list{-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:center;padding:0}.blog-header__wrap--fixed .blog-header__nav-list{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.blog-header__nav-list.ancillary-nav__list{display:none}}.blog-header__nav-list-item{-webkit-box-flex:0;-ms-flex:none;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;-webkit-transition:none;transition:none}.blog-header__nav-link:focus,.blog-header__nav-link:hover{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;-webkit-transition:opacity .2s;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;outline:0;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__wrap--fixed .blog-header__nav-link{padding:.9rem}.blog-header__wrap--fixed .blog-header__nav-link:after{bottom:.4rem}}.blog-header__search{-webkit-box-ordinal-group:3;-ms-flex-order:2;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{-webkit-box-ordinal-group:1;-ms-flex-order:0;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{color:#3d3d3d;display:block;line-height:1;outline-offset:5px;padding:0;-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.blog-header__search .search__icon:focus,.blog-header__search .search__icon:hover{color:#6400ff;-webkit-transform:scale(1.1);transform:scale(1.1)}@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;-webkit-transition:height .1s;transition:height .1s}.blog-sitesearch.sitesearch--popup.active{height:15rem}.blog-sitesearch .sitesearch__form{max-width:1680px;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::-webkit-input-placeholder{color:#fff;font-weight:400;opacity:.7}.blog-sitesearch .sitesearch__input::-moz-placeholder{color:#fff;font-weight:400;opacity:.7}.blog-sitesearch .sitesearch__input:-ms-input-placeholder{color:#fff;font-weight:400;opacity:.7}.blog-sitesearch .sitesearch__input::-ms-input-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:1px 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;-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.blog-sitesearch .sitesearch__close:active,.blog-sitesearch .sitesearch__close:focus,.blog-sitesearch .sitesearch__close:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}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:1680px}.blog-article__container{display:grid;padding:.3rem 1.3rem 1.3rem}.blog-article__container .text{padding:0}@media(min-width:768px){.blog-article__container{grid-template-columns:1fr 32rem 1fr;padding:1.3rem}.blog-article__container .text{margin:0;max-width:32rem}}@media(min-width:1200px){.blog-article__container{padding-top:3.5rem}}.blog-article__sidebar-content{display:none;padding-left:2.5rem;padding-top:1.15rem}@media(min-width:1200px){.blog-article__sidebar-content{display:block}}.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:2px solid #ccc;color:#8b8b8b;font-size:.8rem;line-height:1;margin-bottom:2.5rem;min-height:2.65rem;padding:.55rem 0}@media(min-width:400px){.blog-article__infobar{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;padding-bottom:.25rem}}@media(min-width:992px){.blog-article__infobar{font-size:.7rem}}.blog-article__infobar+div .blog-text .text p:first-child:first-letter{color:#6400ff;float:left;font-size:4.3rem;line-height:.7;margin:.5rem 1rem .15rem 0}@media(min-width:768px){.blog-article__infobar+div .blog-text .text p:first-child:first-letter{font-size:3.5rem}}.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{background:#fbfbfb}.blog-article .textimage{padding:0}@media(min-width:992px){.blog-article__heading{padding:0 1rem}.blog-article__heading-content{display:-webkit-box;display:-ms-flexbox;display:flex}.blog-article__heading-content .blog-article__heading-image,.blog-article__heading-content .blog-article__heading-info{-webkit-box-flex:1;-ms-flex:1;flex:1}}@media(min-width:1200px){.blog-article__heading-content{padding:0 2.8rem}}@media(min-width:1400px){.blog-article__heading-content .blog-article__heading-image{-webkit-box-flex:0;-ms-flex:0 1 60%;flex:0 1 60%;max-width:808px}.blog-article__heading-content .blog-article__heading-info{-webkit-box-flex:0;-ms-flex:0 1 40%;flex:0 1 40%;max-width:544px}}.blog-article__heading-image{min-height:200px}.blog-article__heading-image img{display:block;max-width:100%}.blog-article__heading-info{padding:1.3rem}@media(min-width:1200px){.blog-article__heading-info{padding-left:1.8rem;padding-right:1.8rem}}.blog-article__category{font-size:.65rem;margin:0}.blog-article__category-link{color:#000;margin-right:.25rem;text-decoration:underline;-webkit-text-decoration-color:#6400ff;text-decoration-color:#6400ff;text-decoration-thickness:.1rem}.color-environment .blog-article__category-link{-webkit-text-decoration-color:#0ad2af;text-decoration-color:#0ad2af}.color-people .blog-article__category-link{-webkit-text-decoration-color:#ffcd00;text-decoration-color:#ffcd00}.color-sustainable .blog-article__category-link{-webkit-text-decoration-color:#ff8c00;text-decoration-color:#ff8c00}.color-solutions .blog-article__category-link{-webkit-text-decoration-color:#000ff5;text-decoration-color:#000ff5}.blog-article__category-link:focus,.blog-article__category-link:hover{text-decoration:none}.blog-article__content-type{color:#8b8b8b;text-transform:uppercase}.blog-article__content-type:before{content:"|";margin-right:.35rem}.blog-article__title{font-size:2.3rem;line-height:1.0435;margin:1rem 0}.blog-article__date{font-size:.6rem;margin:0 0 1rem}.blog-article__description{color:#3d3d3d;margin:0 0 1rem}.blog-article__description>:first-child,.blog-article__description p{margin-top:0}.blog-article__description>:last-child{margin-bottom:0}.blog-article__description a{color:#000;text-decoration:underline;-webkit-text-decoration-color:#6400ff;text-decoration-color:#6400ff;text-decoration-thickness:.15em}.blog-article__description a:focus,.blog-article__description a:hover{text-decoration:none}@media(min-width:1200px){.blog-article__description{font-size:.8rem}}.blog-article__social-link{color:#000;text-decoration:underline;-webkit-text-decoration-color:#6400ff;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__author{display:-webkit-box;display:-ms-flexbox;display:flex}.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' viewBox='227.3 0.1 124.6 110.2' xml:space='preserve'%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:3.25rem;width:3.25rem}.blog-article__author-picture img{border-radius:50%;display:block;height:100%;width:100%}.blog-article__author-info{-webkit-box-flex:1;-ms-flex:1;flex:1;margin-left:.9rem}.blog-article__author-name{font-size:.9rem;margin:0 0 .15rem}.blog-article__author-name a{color:#000;text-decoration:underline;-webkit-text-decoration-color:#6400ff;text-decoration-color:#6400ff;text-decoration-thickness:.15em}.blog-article__author-name a:focus,.blog-article__author-name a:hover{text-decoration:none}@media(min-width:1200px){.blog-article__author-name{font-size:.7rem}}.blog-article__author-title{color:#555;font-size:.7rem;margin:0}@media(min-width:1200px){.blog-article__author-title{font-size:.6rem}}.blog-author__heading .blog-article__heading-image img{margin:0 auto}@media(min-width:1200px){.blog-author__heading .blog-article__heading-image img{margin:0 1rem 0 auto}}@media(min-width:1400px){.blog-author__heading .blog-article__heading-image{-webkit-box-flex:0;-ms-flex:0 1 40%;flex:0 1 40%;max-width:600px}}.blog-author__heading .blog-article__heading-info{margin:0 auto;max-width:34.6rem}@media(min-width:1400px){.blog-author__heading .blog-article__heading-info{-webkit-box-flex:0;-ms-flex:0 1 60%;flex:0 1 60%;margin-left:0}}.blog-author__heading .blog-article__title{margin-top:0}.blog-author__heading .blog-article__description{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:1rem;position:relative}.blog-author__heading .blog-article__description:before{-webkit-box-flex:0;background-color:#6400ff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='227.3 0.1 124.6 110.2' xml:space='preserve'%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;-ms-flex:0 0 2rem;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 .text p:first-child:first-letter{color:#6400ff;float:left;font-size:4.3rem;line-height:.7;margin:.5rem 1rem .15rem 0}@media(min-width:768px){.blog-author__heading .blog-text .text p:first-child:first-letter{font-size:3.5rem}}.blog-author__heading .blog-text .quote{display:none}.blog-article__info{border-bottom:1px solid #ccc;margin-top:2.8rem}.blog-article__info .accordion__item{border:0}.blog-article__info .blog-article__author{border-bottom:1px solid #ccc;border-top:1px solid #ccc;padding:2.5rem 0}.blog-article__info .blog-article__author-info{margin-left:0;margin-right:.9rem}.blog-article__info .blog-article__author-name{font-size:.8rem;margin-bottom:.25rem}@media(min-width:992px){.blog-article__info .blog-article__author-name{font-size:.7rem}.blog-article__info .blog-article__author-title{font-size:.6rem}}.blog-article__info .blog-article__author-picture{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.blog-article__info .blog-article__author-bio{font-size:.8rem;margin-top:1rem}.blog-article__info .blog-article__author-bio>:first-child,.blog-article__info .blog-article__author-bio p{margin-top:0}.blog-article__info .blog-article__author-bio>:last-child{margin-bottom:0}.blog-article__info .blog-article__author-bio a{color:#000;text-decoration:underline;-webkit-text-decoration-color:#6400ff;text-decoration-color:#6400ff;text-decoration-thickness:.15em}.blog-article__info .blog-article__author-bio a:focus,.blog-article__info .blog-article__author-bio a:hover{text-decoration:none}@media(min-width:992px){.blog-article__info .blog-article__author-bio{font-size:.7rem}}.blog-article__info .blog-article__sources-heading{font-size:.8rem;padding-left:0}@media(min-width:992px){.blog-article__info .blog-article__sources-heading{font-size:.7rem}}.blog-article__info .blog-article__sources-list{font-size:.7rem;list-style:none;margin:0;padding-left:0;padding-top:.5rem}@media(min-width:992px){.blog-article__info .blog-article__sources-list{font-size:.6rem}}.blog-article__info .blog-article__sources-item{padding-bottom:1rem}.blog-article__info .blog-article__sources-item>:first-child,.blog-article__info .blog-article__sources-item p{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;-webkit-transform:rotate(135deg);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{-webkit-transform:rotate(315deg);transform:rotate(315deg)}.category-heading{padding:1.7rem 1.3rem 2rem}@media(min-width:480px){.category-heading{padding-left:2rem;padding-right:2rem}}@media(min-width:992px){.category-heading{padding:.65rem 1rem 2rem}}@media(min-width:1400px){.category-heading{padding-bottom:3rem;padding-top:1.35rem}}.category-heading__content{border-bottom:.3rem solid #6400ff;margin:0 auto;max-width:1680px;padding-bottom:1.5rem}.category-heading__content.color-environment{border-bottom-color:#0ad2af}.category-heading__content.color-people{border-bottom-color:#ffcd00}.category-heading__content.color-sustainable{border-bottom-color:#ff8c00}.category-heading__content.color-solutions{border-bottom-color:#000ff5}@media(min-width:992px){.category-heading__content{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;padding-bottom:2.1rem}}.category-heading__heading{font-size:2.3rem;line-height:.9318;margin:0}@media(min-width:480px){.category-heading__heading{font-size:2.5rem}}@media(min-width:690px){.category-heading__heading{font-size:3rem}}@media(min-width:992px){.category-heading__heading{font-size:4.4rem;max-width:55%}}@media(min-width:1200px){.category-heading__heading{font-size:4.8rem;max-width:none}}.category-heading__description{font-size:.8rem;margin-top:1.5rem}.category-heading__description p{margin:0}@media(min-width:690px){.category-heading__description{padding:0 1.9rem}.category-heading__description-wrap{max-width:32rem}}@media(min-width:992px){.category-heading__description{-webkit-box-flex:1;-ms-flex:1;flex:1;margin-left:4%;margin-top:0;padding:0;width:40%}.category-heading__description-wrap{margin:0 auto;max-width:22rem}}@media(min-width:1400px){.feature-cards__content{padding:0 1.75rem}}@media(min-width:680px){.feature-cards__item:nth-child(n+3){display:none}}@media(min-width:992px){.feature-cards__item:nth-child(n+3){display:block}}@media(min-width:1260px){.feature-cards--left .feature-cards__item:first-child,.feature-cards--right .feature-cards__item:last-child{-webkit-box-flex:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex:0 1 48.5%;flex:0 1 48.5%;-ms-flex:0 1 calc(50% - 1rem);flex:0 1 calc(50% - 1rem)}.feature-cards--left .feature-cards__item:first-child .feature-cards__image,.feature-cards--right .feature-cards__item:last-child .feature-cards__image{-webkit-box-flex:0;-ms-flex:0 1 50%;flex:0 1 50%}.feature-cards--left .feature-cards__item:first-child .feature-cards__picture,.feature-cards--right .feature-cards__item:last-child .feature-cards__picture{max-height:26.6rem;padding-bottom:0}.feature-cards--left .feature-cards__item:first-child .feature-cards__img,.feature-cards--right .feature-cards__item:last-child .feature-cards__img{height:26.6rem;-o-object-fit:cover;object-fit:cover;position:static;-webkit-transform:none;transform:none;width:100%}.feature-cards--left .feature-cards__item:first-child .feature-cards__info,.feature-cards--right .feature-cards__item:last-child .feature-cards__info{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding:2rem 1rem .8rem}.feature-cards--left .feature-cards__item:first-child .feature-cards__category,.feature-cards--right .feature-cards__item:last-child .feature-cards__category{font-size:.6rem}.feature-cards--left .feature-cards__item:first-child .feature-cards__author,.feature-cards--right .feature-cards__item:last-child .feature-cards__author{margin-top:auto}}.blog-featured{margin:0 auto;max-width:1680px}.blog-featured:after{background-color:#ccc;content:"";display:block;height:1px;margin:.7rem auto;width:94%}@media(min-width:992px){.blog-featured:after{margin:2.2rem auto 0;width:100%}}@media(min-width:1200px){.blog-featured:after{content:none}}.blog-featured .blog-article__heading-content{max-width:none}@media(min-width:1200px){.blog-featured .blog-article__heading-content{padding:0 1rem}}@media(min-width:1400px){.blog-featured .blog-article__heading-content{padding:0 1.75rem}}@media(min-width:480px){.blog-featured .blog-article__heading-info{padding-left:2rem;padding-right:2rem}}@media(min-width:1400px){.blog-featured .blog-article__heading-info{max-width:none}}.blog-featured .blog-article__title{font-family:Chalet NewYork,sans-serif}.blog-featured .blog-article__title-link{color:#000;text-decoration:none}.blog-featured .blog-article__title-link:focus,.blog-featured .blog-article__title-link:hover{text-decoration:underline;-webkit-text-decoration-color:#6400ff;text-decoration-color:#6400ff;text-decoration-thickness:.15rem}.blog-featured .blog-article__description{font-size:.8rem;margin-bottom:1.25rem}.blog-featured .blog-article__author-name{font-size:.7rem}.blog-featured blog-article__author-title{font-size:.6rem}.blog-grid__heading{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;font-family:Chalet NewYork,sans-serif;font-size:1.6rem;margin:0 0 2rem}.blog-grid__heading:before{background:#6400ff;content:"";display:inline-block;height:2.6rem;margin-right:.65rem;width:.2rem}@media(min-width:992px){.blog-grid__heading{font-size:2.2rem}.blog-grid__heading:before{margin-right:1.8rem}.blog-grid__heading{margin-bottom:3.5rem;padding-left:1rem}}.blog-author-bio .blog-grid__heading{margin-bottom:0;padding:1.3rem .8rem 0}@media(min-width:992px){.blog-author-bio .blog-grid__heading{padding:3.5rem 2rem 0}}@media(min-width:680px){.blog-grid__content{-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -1%}}@media(min-width:1400px){.blog-grid__content{padding:0 1.75rem}}@media(min-width:992px){.blog-author-bio .blog-grid__content{padding:0 2rem}}@media(min-width:1600px){.blog-author-bio .blog-grid__content{padding:0 3rem}}.blog-grid__item{-webkit-animation:fadeIn .2s ease;animation:fadeIn .2s ease}@media(min-width:680px){.blog-grid__item{-webkit-box-flex:0;-ms-flex:0 1 48%;flex:0 1 48%;margin:0 1% 1rem}}@media(min-width:992px){.blog-grid__item{-webkit-box-flex:0;-ms-flex:0 1 31%;flex:0 1 31%}}.blog-author-bio .blog-grid__item{background-color:#fff}.blog-grid__more{border:1px solid #8b8b8b;display:block;margin:0 auto;padding:.7rem 2.25rem}.blog-grid__more:active,.blog-grid__more:focus,.blog-grid__more:hover{border-color:currentColor;text-decoration:none}.blog-grid__more:focus{outline-offset:3px}@media(min-width:992px){.blog-grid__more{padding:.9rem 3rem}}@media(min-width:1260px){.blog-grid__item{-webkit-box-flex:0;-ms-flex:0 1 23%;flex:0 1 23%;margin-bottom:2rem}.blog-grid__item:nth-child(3){-webkit-box-flex:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex:0 1 48%;flex:0 1 48%}.blog-grid__item:nth-child(3) .blog-grid__image{-webkit-box-flex:0;-ms-flex:0 1 50%;flex:0 1 50%}.blog-grid__item:nth-child(3) .blog-grid__picture{max-height:26.6rem;padding-bottom:0}.blog-grid__item:nth-child(3) .blog-grid__img{height:26.6rem;-o-object-fit:cover;object-fit:cover;position:static;-webkit-transform:none;transform:none;width:100%}.blog-grid__item:nth-child(3) .blog-grid__info{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding:2rem 1rem .8rem}.blog-grid__item:nth-child(3) .blog-grid__category{font-size:.6rem}.blog-grid__item:nth-child(3) .blog-grid__author{margin-top:auto}.blog-author__blog-grid .blog-grid__item:nth-child(3){-webkit-box-flex:0;display:block;-ms-flex:0 1 23%;flex:0 1 23%}.blog-author__blog-grid .blog-grid__item:nth-child(3) .blog-grid__image{-webkit-box-flex:0;-ms-flex:0 1 28%;flex:0 1 28%}.blog-author__blog-grid .blog-grid__item:nth-child(3) .blog-grid__picture{max-height:none;overflow:hidden;padding-bottom:56.25%;position:relative}.blog-author__blog-grid .blog-grid__item:nth-child(3) .blog-grid__picture>img{bottom:auto;left:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.blog-author__blog-grid .blog-grid__item:nth-child(3) .blog-grid__img{height:auto;-o-object-fit:initial;object-fit:fill}.blog-author__blog-grid .blog-grid__item:nth-child(3) .blog-grid__info{display:block;padding:1.7rem .8rem .8rem}.blog-author__blog-grid .blog-grid__item:nth-child(3) .blog-grid__author{margin-top:1.7rem}}@media(min-width:1600px){.blog-author__blog-grid .blog-grid__item:nth-child(3) .blog-grid__info{padding-top:1rem}.blog-author__blog-grid .blog-grid__item:nth-child(3) .blog-grid__author{margin-top:1.4rem}}.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:1680px}@media(min-width:992px){.blog-hero__content{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;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>:first-child,.blog-hero__description p{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{-webkit-box-flex:1;-ms-flex:1;flex:1;margin-left:4%;max-width:20rem;padding:0;width:30%}}@media(min-width:1400px){.popular-topics__content{padding:0 1.75rem}}.popular-topics__column .popular-topics__item:nth-child(n+3),.popular-topics__title .svg-icon{display:none}@media(min-width:680px){.popular-topics__column{display:none}}@media(min-width:992px){.popular-topics__column{-webkit-box-flex:0;display:block;-ms-flex:0 1 33.3333%;flex:0 1 33.3333%}.popular-topics__column .popular-topics__item:nth-child(n+3){display:block}.popular-topics__column .popular-topics__item{border:0;border-bottom:1px solid #ccc;margin:0 0 0 .8rem;max-width:21.3rem}.popular-topics__column .popular-topics__info{padding-left:0;padding-right:0}.popular-topics__column .popular-topics__title{padding-right:2rem;position:relative}.popular-topics__column .popular-topics__title .svg-icon{bottom:auto;color:#6400ff;display:inline;height:.8rem;position:absolute;right:.8rem;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out;width:.8rem}.popular-topics__column .popular-topics__title:active .svg-icon,.popular-topics__column .popular-topics__title:focus .svg-icon,.popular-topics__column .popular-topics__title:hover .svg-icon{-webkit-transform:translateY(-50%) translateX(.5rem);transform:translateY(-50%) translateX(.5rem)}.popular-topics__column .popular-topics__author,.popular-topics__column .popular-topics__date,.popular-topics__column .popular-topics__description,.popular-topics__column .popular-topics__image{display:none}}@media(min-width:1400px){.popular-topics__content>.popular-topics__item:first-child{-webkit-box-flex:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex:0 1 50%;flex:0 1 50%}.popular-topics__content>.popular-topics__item:first-child .popular-topics__image{-webkit-box-flex:0;-ms-flex:0 1 50%;flex:0 1 50%}.popular-topics__content>.popular-topics__item:first-child .popular-topics__picture{max-height:26.6rem;padding-bottom:0}.popular-topics__content>.popular-topics__item:first-child .popular-topics__img{height:26.6rem;-o-object-fit:cover;object-fit:cover;position:static;-webkit-transform:none;transform:none;width:100%}.popular-topics__content>.popular-topics__item:first-child .popular-topics__info{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding:2rem 1rem .8rem}.popular-topics__content>.popular-topics__item:first-child .popular-topics__category{font-size:.6rem}.popular-topics__content>.popular-topics__item:first-child .popular-topics__author{margin-top:auto}.popular-topics__content>.popular-topics__item:nth-child(2){-webkit-box-flex:0;-ms-flex:0 1 25%;flex:0 1 25%}}.section-overlap{background:#f2f2f2}.section-overlap__title .svg-icon{display:none}@media(max-width:679px){.section-overlap__item:first-child{display:block}.section-overlap__item:first-child .section-overlap__picture{overflow:hidden;padding-bottom:56.25%;position:relative}.section-overlap__item:first-child .section-overlap__picture>img{bottom:auto;left:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.section-overlap__item:first-child .section-overlap__info{background:#000;color:#fff;margin:-3.8rem 1rem 0;padding:2.2rem 1.6rem;position:relative}.section-overlap__item:first-child .blog-article__category-link,.section-overlap__item:first-child .blog-article__content-type,.section-overlap__item:first-child .section-overlap__author,.section-overlap__item:first-child .section-overlap__date,.section-overlap__item:first-child .section-overlap__description,.section-overlap__item:first-child .section-overlap__title{color:inherit}.section-overlap__item:first-child .section-overlap__description{display:block;font-size:.8rem;margin:.7rem 0 0}}@media(min-width:680px)and (max-width:991px){.section-overlap__item:nth-child(n+3){display:none}.section-overlap__item{background:#fff}}@media(min-width:992px){.section-overlap__container{grid-column-gap:2rem;display:grid;grid-template-columns:2fr 1fr;grid-template-rows:1fr 1fr 1fr;margin:0;padding-right:1rem}.section-overlap--right .section-overlap__container{grid-template-columns:1fr 2fr}.section-overlap__item{border:0;border-bottom:1px solid #ccc;grid-column-start:2;margin:0;max-width:21.3rem}.section-overlap--right .section-overlap__item{grid-column-start:1}.section-overlap--right .section-overlap__item:nth-child(2){grid-row-start:1}.section-overlap--right .section-overlap__item:nth-child(3){grid-row-start:2}.section-overlap--right .section-overlap__item:nth-child(4){grid-row-start:3}.section-overlap__info{padding-left:0;padding-right:0}.section-overlap__title{padding-right:2rem;position:relative}.section-overlap__title .svg-icon{bottom:auto;color:#6400ff;display:inline;height:.8rem;position:absolute;right:.8rem;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out;width:.8rem}.section-overlap__title:active .svg-icon,.section-overlap__title:focus .svg-icon,.section-overlap__title:hover .svg-icon{-webkit-transform:translateY(-50%) translateX(.5rem);transform:translateY(-50%) translateX(.5rem)}.section-overlap .section-overlap__author,.section-overlap__date,.section-overlap__description,.section-overlap__image{display:none}.section-overlap__item:first-child{border:0;display:grid;grid-column-start:1;grid-row-end:span 3;grid-template-columns:1fr 1fr 1fr;grid-template-rows:10% 1fr 10%;justify-self:flex-end;margin-right:2rem;max-width:none;position:relative;width:100%}.section-overlap--right .section-overlap__item:first-child{grid-column-start:2}.section-overlap__item:first-child .blog-article__category-link,.section-overlap__item:first-child .blog-article__content-type,.section-overlap__item:first-child .section-overlap__author,.section-overlap__item:first-child .section-overlap__date,.section-overlap__item:first-child .section-overlap__description,.section-overlap__item:first-child .section-overlap__title{color:inherit}.section-overlap__item:first-child .section-overlap__image{display:block;grid-column-end:span 3;grid-column-start:2;grid-row-end:span 3;grid-row-start:1}.section-overlap__item:first-child .section-overlap__picture{overflow:hidden;padding-bottom:100%;position:relative}.section-overlap__item:first-child .section-overlap__picture>img{bottom:auto;left:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.section-overlap__item:first-child .section-overlap__info{align-self:flex-start;background:#000;color:#fff;grid-column-end:span 2;grid-column-start:1;grid-row-start:2;padding:2.2rem 1.6rem;z-index:1}.section-overlap__item:first-child .section-overlap__title .svg-icon{display:none}.section-overlap__item:first-child .section-overlap__date,.section-overlap__item:first-child .section-overlap__description{display:block}.section-overlap__item:first-child .section-overlap__author a,.section-overlap__item:first-child .section-overlap__description a{color:#fff}.section-overlap__item:first-child .section-overlap__date{margin-top:1rem}.section-overlap__item:first-child .section-overlap__author{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.section-overlap__item:first-child .section-overlap__author .blog-card__author-picture{height:1.9rem;width:1.9rem}.section-overlap__item:first-child .section-overlap__author .blog-card__author-title{color:#fff}}@media(min-width:1260px){.section-overlap__container{padding-right:3rem}}@media(min-width:1340px){.section-overlap__item:first-child .section-overlap__picture{overflow:hidden;padding-bottom:71.4285714286%;position:relative}.section-overlap__item:first-child .section-overlap__picture>img{bottom:auto;left:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}}@media(min-width:1400px){.section-overlap__container{padding-left:1.7rem}.section-overlap__item:first-child{grid-template-columns:2fr 1fr 2fr;grid-template-rows:1.5rem 1fr 1.5rem}}.blog-text>:first-child,.blog-text p{margin-top:0}.blog-text>:last-child{margin-bottom:0}@media(min-width:768px){.blog-text--quote,.blog-text--two-column{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex}}.blog-text--two-column{margin:2rem 0 1rem}.blog-text--two-column .quote{font-family:Chalet NewYork,sans-serif;font-size:2rem;line-height:1.15;margin:0 0 1rem}.blog-text--two-column .quote p{margin:0}.blog-text--two-column .quote p+p{margin-top:.5rem}.blog-text--two-column .quote a{color:#000;text-decoration:underline;-webkit-text-decoration-color:#6400ff;text-decoration-color:#6400ff;text-decoration-thickness:.15rem}.blog-text--two-column .quote a:focus,.blog-text--two-column .quote a:hover{text-decoration:none}@media(min-width:768px){.blog-text--two-column{margin-left:-6%;margin-right:-6%}.blog-text--two-column .text{padding-left:2rem;width:50%}.blog-text--two-column .quote{width:50%}}@media(min-width:950px){.blog-text--two-column{margin-left:-10%;margin-right:-10%}}@media(min-width:1200px){.blog-text--two-column{margin-left:-14%;margin-right:-14%}}.blog-text--quote .quote{border-bottom:1px solid #ccc;border-top:1px solid #ccc;color:#6400ff;font-size:1.3rem;line-height:1.2;margin:1rem 0 1.75rem;padding:2rem .5rem;text-align:center}.blog-text--quote .quote p{margin-bottom:1rem}.blog-text--quote .quote a{text-decoration:underline}.blog-text--quote .quote a:focus,.blog-text--quote .quote a:hover{text-decoration:none}.blog-text--quote .quote .quote__name{color:#000;font-size:.6rem;margin:0}.blog-text--quote .quote .quote__title{color:#8b8b8b;font-size:.55rem;margin:0}@media(min-width:480px){.blog-text--quote .quote{font-size:1.7rem;margin:1rem 1rem 1.75rem;padding:2rem 1.5rem}}@media(min-width:768px){.blog-text--quote{margin-right:-6%}.blog-text--quote .text{max-width:26rem;width:60%}.blog-text--quote .quote{font-size:1.2rem;margin:.5rem 0 1.75rem;max-width:16.5rem;width:40%}}@media(min-width:950px){.blog-text--quote{margin-right:-20%}}@media(min-width:1200px){.blog-text--quote{margin-right:-33%}}.recommended{background:#fbfbfb;margin:0 auto;max-width:1680px;padding:1.3rem .8rem}@media(min-width:992px){.recommended{padding:3.5rem 2rem}}.recommended__heading{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;font-family:Chalet NewYork,sans-serif;font-size:1.6rem;margin:0 0 2rem}.recommended__heading:before{background:#6400ff;content:"";display:inline-block;height:2.6rem;margin-right:.65rem;width:.2rem}@media(min-width:992px){.recommended__heading{font-size:2.2rem}.recommended__heading:before{margin-right:1.8rem}.recommended__heading{margin-bottom:3.5rem}}.recommended__content{padding:0 .9rem}@media(min-width:1600px){.recommended__content{padding:0 3rem}}@media(min-width:992px){.recommended__item{max-width:32%}}.recommended__item:nth-child(n+4){display:none}@media(min-width:1600px){.recommended__item:nth-child(n+4){display:block}}@media(min-width:680px)and (max-width:991px){.recommended__content{display:block;margin:0}.recommended__item{border:0;border-bottom:1px solid #ccc;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:1.5rem;max-width:40rem;padding-bottom:1.5rem}.recommended__picture{overflow:hidden;padding-bottom:100%;position:relative}.recommended__picture>img{bottom:auto;left:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.recommended__title{margin:1rem 0}.recommended .blog-card__author,.recommended__description{display:none}.recommended .blog-card__date .blog-card__author-name{display:inline}}.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;-webkit-text-decoration-color:#6400ff;text-decoration-color:#6400ff;text-decoration-thickness:.15rem}.relatedlinks__date{font-size:.6rem;margin:.4rem 0 0}@media(min-width:992px){.author-list{padding:3.5rem 2rem}}.author-list__heading{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;font-family:Chalet NewYork,sans-serif;font-size:1.6rem;margin:0 0 2rem}.author-list__heading:before{background:#6400ff;content:"";display:inline-block;height:2.6rem;margin-right:.65rem;width:.2rem}@media(min-width:992px){.author-list__heading{font-size:2.2rem}.author-list__heading:before{margin-right:1.8rem}.author-list__heading{margin-bottom:3.5rem}}@media(min-width:680px){.author-list__content{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-column-gap:1rem;-moz-column-gap:1rem;column-gap:1rem;display:grid;grid-template-columns:repeat(2,minmax(0,400px));justify-content:space-between;margin:0;row-gap:1rem}}@media(min-width:992px){.author-list__content{-webkit-column-gap:2rem;-moz-column-gap:2rem;column-gap:2rem;grid-template-columns:repeat(3,minmax(0,400px));row-gap:2rem}}@media(min-width:1400px){.author-list__content{padding:0 1.75rem}}@media(min-width:1600px){.author-list__content{-webkit-column-gap:5rem;-moz-column-gap:5rem;column-gap:5rem}}.author-list__item{border:0;-ms-flex-wrap:wrap;flex-wrap:wrap}@media(min-width:680px){.author-list__item{margin:0}.author-list__picture{padding-bottom:0}.author-list__picture>img{margin:0 auto;max-width:400px;position:static;-webkit-transform:none;transform:none;width:100%}.author-list__info{padding-bottom:0}.author-list__name{margin-top:0}}.author-list__title{font-size:.9rem;margin:0}.author-list__latest{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;padding-top:1rem}@media(min-width:680px){.author-list__latest{margin-top:1rem;padding:0 1.1rem 1.1rem}}@media(min-width:992px){.author-list__latest{padding-left:.8rem;padding-right:.8rem}}.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;-webkit-text-decoration-color:#6400ff;text-decoration-color:#6400ff;text-decoration-thickness:.15rem}.author-list__latest-link:focus,.author-list__latest-link:hover{text-decoration:none}.author-list__more{margin-top:1rem}@media(min-width:680px){.author-list__more{margin-top:2rem}}
