@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=block');html{overflow-x:hidden;font-size:0.9375vw;-webkit-text-size-adjust:100%;position:relative;-webkit-font-smoothing:antialiased;}body{margin:0;padding:0;font-weight:300;line-height:1.778;font-family:var(--primary-font);color:rgb(var(--white));background-color:rgb(var(--black));}*,::before,::after{box-sizing:border-box;}main{display:block;}section,.sub-zone{position:relative;padding:var(--vertical-spacing) var(--horizontal-spacing);color:rgb(var(--dark));background-color:rgb(var(--white));}main > .light-bg:not(.bg-image) + .light-bg:not(.bg-image),main > .light-bg:not(.bg-image) + form .light-bg:not(.bg-image),main > section:not([class*='-bg']):not(.bg-image) + section:not([class*='-bg']):not(.bg-image),main > section:not([class*='-bg']):not(.bg-image) + form section:not([class*='-bg']):not(.bg-image),main > .sub-zone:not([class*='-bg']):not(.bg-image) + section:not([class*='-bg']):not(.bg-image),main > section:not([class*='-bg']):not(.bg-image) + .sub-zone:not([class*='-bg']):not(.bg-image),main > .sub-zone:not([class*='-bg']):not(.bg-image) + .sub-zone:not([class*='-bg']):not(.bg-image){padding-top:0;}main > .dark-bg,main > form .dark-bg{padding-top:calc(var(--vertical-spacing) * 2);padding-bottom:calc(var(--vertical-spacing) * 2);}aside section{padding:1.333rem;border-radius:4px;}a{color:rgb(var(--secondary));transition:color 0.3s ease 0s;text-decoration:none;}a:hover,a:focus{color:rgb(var(--tertiary));}a[href^=tel]{cursor:default;}.anchor{position:absolute;top:0;left:0;}img,video{display:block;max-width:100%;}img[style*="background-image"]{background-size:cover;background-position:50% 50%;background-repeat:no-repeat;width:100%;height:100%;}img[style*="background-image"][style*=".png"]{background-size:contain;}picture img[src*=".jpg"]{object-fit:cover;}ul,ol{list-style:none;margin:0;padding:0;}p,dl,dt,dd{margin:0;}p,dl,dt,dd,button,fieldset,figure,figcaption,address,picture,blockquote,time,svg{margin:0;padding:0;display:block;border:none;font-style:normal;text-align:inherit;}sub,sup{font-size:0.118em;font-family:var(--primary-font);letter-spacing:0;font-weight:400;line-height:1;margin-left:0.75em;}sub{vertical-align:baseline;}button{color:inherit;background-color:transparent;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;border:none;outline:none;cursor:pointer;}svg{width:1em;height:1em;fill:currentColor;}svg use{opacity:0;}svg *{pointer-events:none;}svg use:empty{display:none;}.svg_white{fill:rgb(var(--white));}.ninja{display:none !important;visibility:hidden !important;}.el-tab{cursor:pointer;}.el-panel{display:none;visibility:hidden;}.active.el-panel{display:block;visibility:visible;}.blk{display:block;}.rel{position:relative;}.text-center{text-align:center;}.text-left{text-align:left;}.main,.thin{position:relative;margin-left:auto;margin-right:auto;width:100%;}.thin{max-width:var(--thin);}.main{max-width:var(--main);}aside > * + *{margin-top:1.333rem;}.light-bg{background-color:rgb(var(--light));}.dark-bg{background-color:transparent;color:rgb(var(--white));}aside .dark-bg{background-color:rgb(var(--tertiary));}.bg{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden;}.bg img{position:relative;width:100%;height:100%;}.bg video{position:relative;width:100%;height:100%;object-fit:cover;object-position:50% 50%;opacity:0.2;}.ai_clip{clip-path:url(#AIclip);width:78.4%;padding-bottom:45.7%;background-color:rgb(var(--black));}[class*='nlf']:not([class*='-reverse']) > .ai_clip:last-child,[class*='nlf'][class*='-reverse'] > .ai_clip:first-child{margin-right:-10%;}[class*='nlf']:not([class*='-reverse']) > .ai_clip:first-child,[class*='nlf'][class*='-reverse'] > .ai_clip:last-child{margin-left:-23%;}.ai_clip:after{content:'';position:absolute;width:100%;height:100%;top:0;left:0;}[class*='nlf']:not([class*='-reverse']) > .ai_clip:last-child:after,[class*='nlf'][class*='-reverse'] > .ai_clip:first-child:after{background-image:linear-gradient(to right, rgba(var(--black), 0.8), rgba(var(--black), 0));}[class*='nlf']:not([class*='-reverse']) > .ai_clip:first-child:after,[class*='nlf'][class*='-reverse'] > .ai_clip:last-child:after{background-image:linear-gradient(to left, rgba(var(--black), 0.8), rgba(var(--black), 0));}.ai_clip > *{opacity:0.3;}.ai_clip video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:50% 50%;}[class*='nlf'] > .ai_clip:first-child > *,[class*='nlf'] > .ai_clip:last-child > *{opacity:1;}.half{width:50%;}.third{width:33.333%;}.two-thirds{width:66.667%;}.fourth{width:25%;}.three-fourths{width:75%;}.fifth{width:20%;}.two-fifths{width:40%;}.three-fifths{width:60%;}.four-fifths{width:80%;}.sixth{width:16.66%;}.five-sixths{width:83.333%;}.seventh{width:14.285%;}.full{width:100%;}[class*='gap']{gap:var(--gap);}[class*='gap-sm']{gap:var(--sm-gap);}[class*='h_gap']{row-gap:0;}[class*='v_gap']{column-gap:0;}[class*='gap']:not([class*='v_gap']) > .half{max-width:calc(50% - var(--gap) * 0.5);}[class*='gap']:not([class*='v_gap']) > .third{max-width:calc(33.333% - var(--gap) * 0.667);}[class*='gap']:not([class*='v_gap']) > .two-thirds{max-width:calc(66.667% - var(--gap) * 0.333);}[class*='gap']:not([class*='v_gap']) > .fourth{max-width:calc(25% - var(--gap) * 0.75);}[class*='gap']:not([class*='v_gap']) > .three-fourths{max-width:calc(75% - var(--gap) * 0.25);}[class*='gap']:not([class*='v_gap']) > .fifth{max-width:calc(20% - var(--gap) * 0.8);}[class*='gap']:not([class*='v_gap']) > .two-fifths{max-width:calc(40% - var(--gap) * 0.6);}[class*='gap']:not([class*='v_gap']) > .three-fifths{max-width:calc(60% - var(--gap) * 0.4);}[class*='gap']:not([class*='v_gap']) > .four-fifths{max-width:calc(80% - var(--gap) * 0.2);}[class*='gap']:not([class*='v_gap']) > .sixth{max-width:calc(16.667% - var(--gap) * 0.833);}[class*='gap']:not([class*='v_gap']) > .five-sixths{max-width:calc(83.333% - var(--gap) * 0.167);}[class*='gap-sm']:not([class*='v_gap']) > .half{max-width:calc(50% - var(--sm-gap) * 0.5);}[class*='gap-sm']:not([class*='v_gap']) > .third{max-width:calc(33.333% - var(--sm-gap) * 0.667);}[class*='gap-sm']:not([class*='v_gap']) > .two-thirds{max-width:calc(66.667% - var(--sm-gap) * 0.333);}[class*='gap-sm']:not([class*='v_gap']) > .fourth{max-width:calc(25% - var(--sm-gap) * 0.75);}[class*='gap-sm']:not([class*='v_gap']) > .three-fourths{max-width:calc(75% - var(--sm-gap) * 0.25);}[class*='gap-sm']:not([class*='v_gap']) > .fifth{max-width:calc(20% - var(--sm-gap) * 0.8);}[class*='gap-sm']:not([class*='v_gap']) > .two-fifths{max-width:calc(40% - var(--sm-gap) * 0.6);}[class*='gap-sm']:not([class*='v_gap']) > .three-fifths{max-width:calc(60% - var(--sm-gap) * 0.4);}[class*='gap-sm']:not([class*='v_gap']) > .four-fifths{max-width:calc(80% - var(--sm-gap) * 0.2);}[class*='gap-sm']:not([class*='v_gap']) > .sixth{max-width:calc(16.667% - var(--sm-gap) * 0.833);}[class*='gap-sm']:not([class*='v_gap']) > .five-sixths{max-width:calc(83.333% - var(--sm-gap) * 0.167);}section header{margin-bottom:1.778rem;position:relative;z-index:1;line-height:1.5;}aside header > :first-child{padding-bottom:1rem;border-bottom:solid 1px rgba(var(--white), 0.1);}aside .light-bg header > :first-child{border-color:rgba(var(--black), 0.1);}section header:last-child,[class*="nlf"]:not([class*="-column"]) > header:not(.full){margin-bottom:0;}section header > strong{display:block;text-transform:uppercase;font-weight:600;font-size:0.889rem;letter-spacing:0.2em;opacity:0.5;}section header > strong:not(:last-child){margin-bottom:1.25em;}.dark-bg header > strong{font-weight:400;}header p{font-size:1.778rem;color:rgb(var(--grey));}aside header p{font-size:inherit;}header p:not(:first-child){margin-top:1rem;}header p:not(:last-child){margin-bottom:2.222rem;}aside header p:not(:last-child){margin-bottom:1.333rem;}header p strong{color:rgb(var(--white));}.content{position:relative;}.dark-bg .content{color:rgb(var(--grey));}.content > *:first-child{margin-top:0;}.content > *:last-child{margin-bottom:0;}.content p,.content ul,.content ol{margin:1rem 0 1.778rem;}.content ul,.content ol{padding-left:2.5em;}.content ul{list-style:disc;}.content ol{list-style:decimal;}.content ul ul,.content ul ol,.content ol ol,.content ol ul{margin:0;}.dark-bg .content p strong,.dark-bg .content p b,.dark-bg .content li strong,.dark-bg .content li b{color:rgb(var(--white));}.dark-bg .content a:not([class*='btn']){color:rgb(var(--quinary));}.dark-bg .content a:not([class*='btn']):hover,.dark-bg .content a:not([class*='btn']):focus{color:rgb(var(--white));}.content + .content.xpnd{margin-top:1.778rem !important;transition:height .5s ease 0s, opacity 2s ease-in-out !important;}.btn.rd-mr{margin-top:1rem;padding:0.7em 1em;color:rgb(var(--primary));background-color:transparent;border:solid 1px;border-radius:2rem;transition:border-color 0.4s ease, color 0.4s ease, background-color 0.4s ease;}.dark-bg .btn.rd-mr{color:rgb(var(--grey));}.btn.rd-mr svg{font-size:0.914em;}.btn.rd-mr:is(:hover,:focus){color:rgb(var(--white));border-color:rgb(var(--primary));background-color:rgb(var(--primary));}.box{background-color:rgb(var(--light));padding:2.222rem 3rem;border-radius:4px;}.light-bg .box{background-color:rgb(var(--white));}.dark-bg .box{background-color:rgba(var(--dark), 0.8);background-image:radial-gradient(46.96% 106.53% at 7.39% 11.74%, rgba(var(--secondary), 0.3), rgba(var(--secondary), 0)),radial-gradient(53.44% 121.22% at 97.06% 95.43%, rgba(var(--secondary), 0.3), rgba(var(--secondary), 0));box-shadow:0 0.556rem 2.222rem rgba(var(--black), 0.35);backdrop-filter:blur(0.556rem);}.btn{position:relative;z-index:1;flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;text-align:center;font-size:0.778rem;line-height:1.071;text-transform:uppercase;letter-spacing:0.1em;font-family:var(--primary-font);font-weight:700;color:rgb(var(--primary));background-color:rgb(var(--white));border:solid 1px rgb(var(--grey));border-radius:4px;padding:1.1em 1.714em;transition:background-color 0.4s ease, color 0.4s ease, border-color 0.4s ease;}.btn:is(:hover,:focus),a:is(:hover,:focus) .btn{color:rgb(var(--white));background-color:rgb(var(--secondary));}.btn.v2{color:rgb(var(--white));background-color:rgb(var(--primary));border:solid 1px rgb(var(--primary));}.btn.v2:is(:hover,:focus),a:is(:hover,:focus) .btn.v2{color:rgb(var(--white));background-color:rgb(var(--secondary));}.btn[title*='Video']{color:rgb(var(--white));background-color:rgb(var(--quaternary));border-color:rgb(var(--primary));}.dark-bg .btn[title*='Video']{background-color:rgba(var(--white), 0.1);border-color:rgba(var(--primary), 0.5);backdrop-filter:blur(4px);}a:is(:hover,:focus) .btn[title*='Video'],.btn[title*='Video']:is(:hover,:focus),.dark-bg a:is(:hover,:focus) .btn[title*='Video'],.dark-bg .btn[title*='Video']:is(:hover,:focus){background-color:rgb(var(--tertiary));border-color:rgb(var(--quaternary));}.btn[title*='Video'] path:first-child{transform-origin:25% 25%;transition:transform 0.4s ease, fill 0.4s ease;}.btn[title*='Video'] path:nth-child(2){opacity:1;transition:opacity 0.4s ease;}a:is(:hover,:focus) .btn[title*='Video'] path:first-child,.btn[title*='Video']:is(:hover,:focus) path:first-child,.dark-bg a:is(:hover,:focus) .btn[title*='Video'] path:first-child,.dark-bg .btn[title*='Video']:is(:hover,:focus) path:first-child{transform:scale(0.675);fill:currentColor;}a:is(:hover,:focus) .btn[title*='Video'] path:nth-child(2),.btn[title*='Video']:is(:hover,:focus) path:nth-child(2),.dark-bg a:is(:hover,:focus) .btn[title*='Video'] path:nth-child(2),.dark-bg .btn[title*='Video']:is(:hover,:focus) path:nth-child(2){opacity:0.3;}.btn svg{font-size:1.714em;margin-right:0.556rem;opacity:0.5;}.btn[title*='Video'] svg{font-size:2.786em;margin-top:-0.205em;margin-bottom:-0.179em;opacity:1;}.simple-btn{position:relative;z-index:1;flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;font-size:0.889rem;line-height:1;text-transform:capitalize;font-family:var(--primary-font);font-weight:500;color:inherit;padding:0;}.simple-btn:is(:hover,:focus),a:is(:hover,:focus) .simple-btn{color:rgb(var(--charcoal));}.dark-bg .simple-btn{color:rgb(var(--white));}.dark-bg .simple-btn:hover,.dark-bg .simple-btn:focus,.dark-bg a:hover .simple-btn,.dark-bg a:focus .simple-btn{color:rgb(var(--grey));}_.simple-btn:after{content:'';position:absolute;bottom:0;left:0;width:100%;height:1px;background-color:rgb(var(--primary));background-image:linear-gradient(to right, rgba(var(--secondary), 0), rgb(var(--secondary)), rgba(var(--secondary), 0) 50%, rgba(var(--secondary), 0));background-size:200% 100%;background-repeat:no-repeat;background-position:100% 50%;transition:background-position 0.4s ease;}.simple-btn:hover:after,.simple-btn:focus:after,a:hover .simple-btn:after,a:focus .simple-btn:after{background-position:0 50%;}.simple-btn svg{color:rgb(var(--primary));margin-left:0.625em;}blockquote{font-family:var(--secondary-font);font-size:2.222rem;line-height:1.4;padding-top:0.8em;padding-bottom:0.8em;border-top:solid 1px rgba(var(--black), 0.1);border-bottom:solid 1px rgba(var(--black), 0.1);color:rgb(var(--dark));font-weight:400;letter-spacing:-0.03em;}[data-role='scroller']:not(.start.end) [data-role='item'] blockquote{border-bottom:none;padding-bottom:0;}blockquote address{font-family:var(--primary-font);font-size:1.111rem;color:rgb(var(--black));line-height:1.333;font-weight:300;letter-spacing:0;}blockquote strong,blockquote b{font-weight:500;color:rgb(var(--black));}blockquote > address{margin-top:1.333em;}blockquote address small{display:block;font-size:0.889rem;margin-top:0.25em;color:rgb(var(--charcoal));}.dark-bg blockquote{color:rgb(var(--grey));border-color:rgba(var(--white), 0.1);}.dark-bg blockquote strong,.dark-bg blockquote b{color:rgb(var(--white));}.dark-bg blockquote address{font-size:1.333rem;color:rgb(var(--white));}.dark-bg blockquote address small{color:rgb(var(--grey));}article blockquote{line-height:1.8;font-size:1.333rem;}[data-role='container']{overflow:hidden;}[data-role='list']{display:flex;transition:transform 0.5s ease;}[data-role='item']{flex:0 0 auto;}.scroll-nav{position:relative;font-size:0.889rem;text-transform:uppercase;font-weight:700;letter-spacing:0.2em;margin-top:0.889rem;flex:0 0 auto;}[class*='nlf'] > .scroll-nav{margin-top:0;margin-left:3em;}.start.end .scroll-nav,.tabbing .scroll-nav{display:none;visibility:hidden;}.scroll-nav:before,.scroll-nav:after{content:'';display:block;height:1px;background-color:rgb(var(--grey));flex:1 1 auto;}.dark-bg .scroll-nav:before,.dark-bg .scroll-nav:after{background-color:rgba(var(--white), 0.1);}.scroll-nav:before{display:none;margin-right:2.667em;}.scroll-nav[class*='-center']:before,.scroll-nav[class*='-end']:before{display:block;}.scroll-nav:after{display:block;margin-left:2.667em;}.scroll-nav[class*='-end']:after{display:none;}[class*='nlf'] > .scroll-nav:before,[class*='nlf'] > .scroll-nav:after{display:none;}[data-action='Prev'],[data-action='Next'],[href*="('Prev')"],[href*="('Next')"]{padding:1em;color:rgb(var(--secondary));border:solid 1px rgb(var(--grey));border-radius:50%;transition:border-color 0.4s ease, color 0.4s ease, background-color 0.4s ease;}.dark-bg [data-action='Prev'],.dark-bg [data-action='Next'],.dark-bg [href*="('Prev')"],.dark-bg [href*="('Next')"]{color:rgb(var(--grey));border-color:rgb(var(--primary));}[data-action='Prev']:hover,[data-action='Next']:hover,[href*="('Prev')"]:hover,[href*="('Next')"]:hover{color:rgb(var(--grey));border-color:rgb(var(--primary));background-color:rgb(var(--primary));}[data-action='Prev'],[href*="('Prev')"]{margin-right:0.667rem;}[data-action='Next'],[href*="('Next')"]{margin-left:0.667rem;}.end [data-action='Next'],.start [data-action='Prev']{opacity:0.5;pointer-events:none;}.thumb-nav{margin-top:3rem;}aside .thumb-nav{margin-top:1.333rem;}.start.end .thumb-nav,.tabbing .thumb-nav{display:none;visibility:hidden;}.thumb-nav > * + *{margin-left:1em;}.thumb-nav [data-action='Thumb']{display:block;width:0.667rem;height:0.667rem;background-color:currentColor;border-radius:50%;opacity:0.3;cursor:pointer;transition:opacity 0.4s ease;}.thumb-nav [data-action='Thumb']:hover{opacity:0.5;}.thumb-nav .s-active{opacity:1;pointer-events:none;}.popup{position:fixed;top:50%;left:50%;transform:translate(-50%, -50%);width:calc(100% - var(--horizontal-spacing) * 2);max-width:var(--thin);padding:2rem;opacity:0;visibility:hidden;pointer-events:none;z-index:50;transition:opacity 0.5s ease, visibility 0.5s ease;}.open .popup,.active.popup{opacity:1;visibility:visible;pointer-events:auto;}.popup:before,.popup:after{content:'';position:absolute;z-index:-1;}.popup:before{width:100vw;height:100vh;top:50%;left:50%;transform:translate(-50%, -50%);background-color:rgba(var(--black), 0.75);backdrop-filter:blur(0.5rem);}.popup:after{width:100%;height:100%;top:0;left:0;background-color:rgb(var(--white));}.popup > svg:first-child{position:absolute;cursor:pointer;bottom:calc(100% + 0.778rem);right:0;color:rgb(var(--white));font-size:0.889em;transition:color 0.35s ease;}.popup > svg:first-child:hover,.popup > svg:first-child:focus{color:rgb(var(--secondary));}.popup video{margin:-2rem;width:calc(100% + 4rem);max-width:none;}.popup .ui-scroll{max-height:calc(100vh - 25rem);}.ui-scroll{overflow:auto;padding-right:0.5rem;}.ui-scroll::-webkit-scrollbar{width:4px;border-radius:5em;background-color:transparent;}.ui-scroll::-webkit-scrollbar-thumb{border:none;border-radius:5em;background-color:rgba(var(--black), 0.1);}.dark-bg .ui-scroll::-webkit-scrollbar-thumb{background-color:rgba(var(--white), 0.1);}@media screen and (min-width: 1349px) and (max-width: 1350px){picture,img,video,svg{display:none !important;}}@media screen and (min-width: 411px) and (max-width: 412px) and (min-height: 822px) and (max-height: 823px){picture,img,video,svg{display:none !important;}}@media screen and (min-width:1921px){html{font-size:calc(18px + (22 - 18) * ((100vw - 1921px) / (3840 - 1921)));overflow-x:hidden;}body,.masthead{max-width:106.667rem;margin:0 auto;}}@media screen and (max-width: 1440px){html{font-size:1.0408vw;}.dark-bg header h1,.dark-bg header h2:first-child,.dark-bg header > strong:first-child + h2{font-size:5.333rem;}[class*='nlf'].block-1440 > .scroll-nav{margin-top:0.889rem;margin-left:0;}}@media screen and (max-width: 1200px){:root{--horizontal-spacing:1.5rem;}html{font-size:1.24875vw;}h3:first-child,header p{font-size:1.556rem;}[class*='nlf'].block-1200 > .scroll-nav{margin-top:0.889rem;margin-left:0;}}@media screen and (max-width: 1000px){:root{--vertical-spacing:3.333rem;}html{font-size:1.7vw;}.two-col aside{margin-top:var(--vertical-spacing);}.dark-bg header h1,.dark-bg header h2:first-child,.dark-bg header > strong:first-child + h2{font-size:4.444rem;}h1,h2:first-child,strong:first-child + h2{font-size:2.222rem;}.ai_clip,[class*='nlf']:not([class*='-reverse']) > .ai_clip:last-child,[class*='nlf'][class*='-reverse'] > .ai_clip:first-child,[class*='nlf']:not([class*='-reverse']) > .ai_clip:first-child,[class*='nlf'][class*='-reverse'] > .ai_clip:last-child{width:auto;padding-bottom:60%;margin-left:-7.5%;margin-right:-5%;margin-bottom:-10%;}.ai_clip:after,[class*='nlf']:not([class*='-reverse']) > .ai_clip:last-child:after,[class*='nlf'][class*='-reverse'] > .ai_clip:first-child:after,[class*='nlf']:not([class*='-reverse']) > .ai_clip:first-child:after,[class*='nlf'][class*='-reverse'] > .ai_clip:last-child:after{background-image:linear-gradient(to top, rgba(var(--black), 0.8), rgba(var(--black), 0));}.ai_clip > *{opacity:1;}blockquote{font-size:1.556rem;}[class*='nlf'].block-1000 > .scroll-nav{margin-top:0.889rem;margin-left:0;}}@media screen and (max-width: 800px){:root{--gap:3.333rem;}html{font-size:2.123vw;}body:before{width:300%;padding-bottom:300%;}main > .dark-bg,main > form .dark-bg{padding-top:calc(var(--vertical-spacing) * 1.5);padding-bottom:calc(var(--vertical-spacing) * 1.5);}.dark-bg header h1,.dark-bg header h2:first-child,.dark-bg header > strong:first-child + h2{font-size:3.333rem;}h1,h2:first-child,strong:first-child + h2{font-size:1.778rem;}h3:first-child,header p,blockquote{font-size:1.333rem;}blockquote{line-height:1.8;}.dark-bg blockquote address{font-size:1.111rem;}[class*='nlf'].block-800 > .scroll-nav{margin-top:0.889rem;margin-left:0;}}@media screen and (max-width: 650px){html{font-size:2.47vw;}.ai_clip,[class*='nlf']:not([class*='-reverse']) > .ai_clip:last-child,[class*='nlf'][class*='-reverse'] > .ai_clip:first-child,[class*='nlf']:not([class*='-reverse']) > .ai_clip:first-child,[class*='nlf'][class*='-reverse'] > .ai_clip:last-child{padding-bottom:65%;margin-left:-15%;margin-right:-7%;}[class*='nlf'].block-650 > .scroll-nav{margin-top:0.889rem;margin-left:0;}}@media screen and (max-width: 550px){:root{--sm-gap:1.111rem;}html{font-size:3.7143vw;}main > .dark-bg,main > form .dark-bg{padding-top:var(--vertical-spacing);padding-bottom:var(--vertical-spacing);}.dark-bg header h1,.dark-bg header h2:first-child,.dark-bg header > strong:first-child + h2{font-size:2.556rem;}aside .dark-bg header h2:first-child,aside .dark-bg header > strong:first-child + h2,.dark-bg aside header h2:first-child,.dark-bg aside header > strong:first-child + h2{font-size:1.556rem;}.content ~ .content h2:first-child{font-size:1.556rem;}article blockquote{font-size:1.111em;}[class*='nlf'].block-550 > .scroll-nav{margin-top:0.889rem;margin-left:0;}.box{padding-left:1.5rem;padding-right:1.5rem;}}
[class*='nlf']{display:flex;}[class*='nlf'].el-panel{display:none;}[class*='nlf'].el-panel.active{display:flex;}[class*='nlf'] .fit{flex:0 0 auto;}[class*='nlf'] .auto{flex:1 1 auto;}[class*='nlf'] .fit-auto{flex:0 1 auto;}[class*='nlf'] .auto.fit,[class*='nlf'] .auto-fit{flex:1 0 auto;}[class*='nlf'][class*='-inline']{display:inline-flex;}[class*='nlf'][class*='-center']{justify-content:center;}[class*='nlf'][class*='-end']{justify-content:flex-end;}[class*='nlf'][class*='-start']{justify-content:flex-start;}[class*='nlf'][class*='-between']{justify-content:space-between;}[class*='nlf'][class*='-around']{justify-content:space-around;}[class*='nlf'][class*='-evenly']{justify-content:space-evenly;}[class*='nlf'][class*='-middle']{align-items:center;}[class*='nlf'][class*='-top']{align-items:flex-start;}[class*='nlf'][class*='-baseline']{align-items:baseline;}[class*='nlf'][class*='-bottom']{align-items:flex-end;}[class*='nlf'][class*='-wrap']{flex-wrap:wrap;}[class*='nlf'][class*='-row']{flex-direction:row;}[class*='nlf'][class*='-reverse'],[class*='nlf'].flow-reverse,.flow-reverse > [class*='nlf']{flex-direction:row-reverse;}[class*='nlf'][class*='-column']{flex-direction:column;}[class*='nlf'][class*='-reverse'][class*='-column']{flex-direction:column-reverse;}[class*='nlf'][class*='-stretch'],[class*='nlf'] > .stretch-self{align-self:stretch;}[class*='show-']{display:none !important;visibility:hidden;}@media screen and (max-width: 1440px){[class*='block-1440']{display:block;}[class*='block-1440'] > *:not(.popup){width:100% !important;max-width:none !important;}.hide-1440{display:none !important;visibility:hidden !important;}.show-1440,.show-1440[class*='nlf'][class*='block-1440']{display:block !important;visibility:visible;}.show-1440[class*='nlf']{display:flex !important;}}@media screen and (max-width: 1200px){[class*='block-1200']{display:block;}[class*='block-1200'] > *:not(.popup){width:100% !important;max-width:none !important;}.hide-1200{display:none !important;visibility:hidden !important;}.show-1200,.show-1200[class*='nlf'][class*='block-1200']{display:block !important;visibility:visible;}.show-1200[class*='nlf']{display:flex !important;}}@media screen and (max-width: 1000px){[class*='block-1000']{display:block;}[class*='block-1000'] > *:not(.popup){width:100% !important;max-width:none !important;}.hide-1000{display:none !important;visibility:hidden !important;}.show-1000,.show-1000[class*='nlf'][class*='block-1000']{display:block !important;visibility:visible;}.show-1000[class*='nlf']{display:flex !important;}}@media screen and (max-width: 800px){[class*='block-800']{display:block;}[class*='block-800'] > *:not(.popup){width:100% !important;max-width:none !important;}.hide-800{display:none !important;visibility:hidden !important;}.show-800,.show-800[class*='nlf'][class*='block-800']{display:block !important;visibility:visible;}.show-800[class*='nlf']{display:flex !important;}}@media screen and (max-width: 650px){[class*='block-650']{display:block;}[class*='block-650'] > *:not(.popup){width:100% !important;max-width:none !important;}.hide-650{display:none !important;visibility:hidden !important;}.show-650,.show-650[class*='nlf'][class*='block-650']{display:block !important;visibility:visible;}.show-650[class*='nlf']{display:flex !important;}}@media screen and (max-width: 550px){[class*='block-550']{display:block;}[class*='block-550'] > *:not(.popup){width:100% !important;max-width:none !important;}.hide-550{display:none !important;visibility:hidden !important;}.show-550,.show-550[class*='nlf'][class*='block-550']{display:block !important;visibility:visible;}.show-550[class*='nlf']{display:flex !important;}}
:root{--white:255, 255, 255;--light:249, 249, 249;--grey:179, 179, 179;--charcoal:142, 142, 142;--dark:49, 49, 49;--black:0, 0, 0;--primary:31, 51, 200;--secondary:66, 88, 255;--tertiary:12, 20, 80;--quaternary:17, 32, 147;--quinary:122, 137, 255;--sm-gap:2.222rem;--gap:4.444rem;--vertical-spacing:2.75rem;--horizontal-spacing:2rem;--thin:49.667rem;--main:80rem;--primary-font:"Open Sans", sans-serif;--secondary-font:"Open Sans", sans-serif;}
.mainstage{min-height:100vh;background:radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.00) 100%), #000;img{max-width:29.056rem;width:100%;margin:0 auto;}p,h1{margin-top:3.556rem;font-size:1.333rem;font-weight:400;line-height:1.7;}}@media screen and (max-width: 550px){.mainstage{img{max-width:18.056rem;}p,h1{font-size:1rem;}}}