.grid{box-sizing:border-box;display:flex;flex-wrap:wrap}.grid--1-cols>.grid__item{width:100%}.grid--2-cols>.grid__item{width:50%}.grid--3-cols>.grid__item{width:33.33333%}.grid--4-cols>.grid__item{width:25%}.grid--5-cols>.grid__item{width:20%}.grid--6-cols>.grid__item{width:16.66667%}.grid--7-cols>.grid__item{width:14.28571%}.grid--8-cols>.grid__item{width:12.5%}.grid--9-cols>.grid__item{width:11.11111%}.grid--10-cols>.grid__item{width:10%}.grid--11-cols>.grid__item{width:9.09091%}.grid--12-cols>.grid__item{width:8.33333%}.grid__item--1-cols{width:8.33333%}.grid__item--2-cols{width:16.66667%}.grid__item--3-cols{width:25%}.grid__item--4-cols{width:33.33333%}.grid__item--5-cols{width:41.66667%}.grid__item--6-cols{width:50%}.grid__item--7-cols{width:58.33333%}.grid__item--8-cols{width:66.66667%}.grid__item--9-cols{width:75%}.grid__item--10-cols{width:83.33333%}.grid__item--11-cols{width:91.66667%}.grid__item--12-cols{width:100%}@media (min-width: 350px){.grid--1-cols--gt-sm>.grid__item{width:100%}.grid--2-cols--gt-sm>.grid__item{width:50%}.grid--3-cols--gt-sm>.grid__item{width:33.33333%}.grid--4-cols--gt-sm>.grid__item{width:25%}.grid--5-cols--gt-sm>.grid__item{width:20%}.grid--6-cols--gt-sm>.grid__item{width:16.66667%}.grid--7-cols--gt-sm>.grid__item{width:14.28571%}.grid--8-cols--gt-sm>.grid__item{width:12.5%}.grid--9-cols--gt-sm>.grid__item{width:11.11111%}.grid--10-cols--gt-sm>.grid__item{width:10%}.grid--11-cols--gt-sm>.grid__item{width:9.09091%}.grid--12-cols--gt-sm>.grid__item{width:8.33333%}.grid__item--1-cols--gt-sm{width:8.33333%}.grid__item--2-cols--gt-sm{width:16.66667%}.grid__item--3-cols--gt-sm{width:25%}.grid__item--4-cols--gt-sm{width:33.33333%}.grid__item--5-cols--gt-sm{width:41.66667%}.grid__item--6-cols--gt-sm{width:50%}.grid__item--7-cols--gt-sm{width:58.33333%}.grid__item--8-cols--gt-sm{width:66.66667%}.grid__item--9-cols--gt-sm{width:75%}.grid__item--10-cols--gt-sm{width:83.33333%}.grid__item--11-cols--gt-sm{width:91.66667%}.grid__item--12-cols--gt-sm{width:100%}}@media (min-width: 500px){.grid--1-cols--gt-md>.grid__item{width:100%}.grid--2-cols--gt-md>.grid__item{width:50%}.grid--3-cols--gt-md>.grid__item{width:33.33333%}.grid--4-cols--gt-md>.grid__item{width:25%}.grid--5-cols--gt-md>.grid__item{width:20%}.grid--6-cols--gt-md>.grid__item{width:16.66667%}.grid--7-cols--gt-md>.grid__item{width:14.28571%}.grid--8-cols--gt-md>.grid__item{width:12.5%}.grid--9-cols--gt-md>.grid__item{width:11.11111%}.grid--10-cols--gt-md>.grid__item{width:10%}.grid--11-cols--gt-md>.grid__item{width:9.09091%}.grid--12-cols--gt-md>.grid__item{width:8.33333%}.grid__item--1-cols--gt-md{width:8.33333%}.grid__item--2-cols--gt-md{width:16.66667%}.grid__item--3-cols--gt-md{width:25%}.grid__item--4-cols--gt-md{width:33.33333%}.grid__item--5-cols--gt-md{width:41.66667%}.grid__item--6-cols--gt-md{width:50%}.grid__item--7-cols--gt-md{width:58.33333%}.grid__item--8-cols--gt-md{width:66.66667%}.grid__item--9-cols--gt-md{width:75%}.grid__item--10-cols--gt-md{width:83.33333%}.grid__item--11-cols--gt-md{width:91.66667%}.grid__item--12-cols--gt-md{width:100%}}@media (min-width: 880px){.grid--1-cols--gt-lg>.grid__item{width:100%}.grid--2-cols--gt-lg>.grid__item{width:50%}.grid--3-cols--gt-lg>.grid__item{width:33.33333%}.grid--4-cols--gt-lg>.grid__item{width:25%}.grid--5-cols--gt-lg>.grid__item{width:20%}.grid--6-cols--gt-lg>.grid__item{width:16.66667%}.grid--7-cols--gt-lg>.grid__item{width:14.28571%}.grid--8-cols--gt-lg>.grid__item{width:12.5%}.grid--9-cols--gt-lg>.grid__item{width:11.11111%}.grid--10-cols--gt-lg>.grid__item{width:10%}.grid--11-cols--gt-lg>.grid__item{width:9.09091%}.grid--12-cols--gt-lg>.grid__item{width:8.33333%}.grid__item--1-cols--gt-lg{width:8.33333%}.grid__item--2-cols--gt-lg{width:16.66667%}.grid__item--3-cols--gt-lg{width:25%}.grid__item--4-cols--gt-lg{width:33.33333%}.grid__item--5-cols--gt-lg{width:41.66667%}.grid__item--6-cols--gt-lg{width:50%}.grid__item--7-cols--gt-lg{width:58.33333%}.grid__item--8-cols--gt-lg{width:66.66667%}.grid__item--9-cols--gt-lg{width:75%}.grid__item--10-cols--gt-lg{width:83.33333%}.grid__item--11-cols--gt-lg{width:91.66667%}.grid__item--12-cols--gt-lg{width:100%}}.grid--padded{margin-bottom:-20px;margin-left:-10px;margin-right:-10px}.grid--padded .grid__item{margin-bottom:20px;padding-left:10px;padding-right:10px}.grid--reversed{flex-direction:row-reverse}.grid--align-center{justify-content:center}.grid--align-right{justify-content:flex-end}.grid--align-space-around{justify-content:space-around}.grid--align-space-between{justify-content:space-between}.grid--valign-middle>.grid__item{align-self:center}.grid--valign-bottom>.grid__item{align-self:flex-end}.grid__item--valign-middle{align-self:center}.grid__item--valign-bottom{align-self:flex-end}.ak-youtubemodal{display:none;height:100%;left:0;opacity:0;position:fixed;top:0;transform:scale(1.15);transition:all 0.3s cubic-bezier(0.4, 0, 0.2, 1);visibility:hidden;width:100%;z-index:2000}.ak-youtubemodal--enabled{display:block}.ak-youtubemodal--visible{opacity:1;transform:scale(1);visibility:visible}.ak-youtubemodal-x{background:#000;color:#fff;cursor:pointer;font-size:50px;height:50px;line-height:50px;opacity:0.8;overflow:hidden;position:absolute;right:0;text-align:center;top:0;transition:all .3s;width:50px;z-index:2004}.ak-youtubemodal-x:before{content:"\00D7";display:block;font-family:'arial', sans-serif;height:50px;line-height:50px;text-align:center;vertical-align:middle;width:50px}.ak-youtubemodal-x:hover{color:#000;background:#fff}.ak-youtubemodal-mask{background:#fff;height:100%;left:0;position:absolute;top:0;width:100%;z-index:2001}.ak-youtubemodal-player{height:100%;position:relative;width:100%;z-index:2002}.ak-youtubemodal-attribution{bottom:0;color:#797979;font-size:12px;left:0;line-height:12px;max-width:100%;padding:0 30px 75px 30px;pointer-events:none;position:absolute;right:0;text-align:center;z-index:2004}@media screen and (min-width: 768px){.ak-youtubemodal-attribution{padding:50px;text-align:right}}/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | https://dbushell.com/
 */.pika-single{z-index:9999;display:block;position:relative;color:#333;background:#fff;border:1px solid #ccc;border-bottom-color:#bbb;font-family:"Helvetica Neue", Helvetica, Arial, sans-serif}.pika-single:before,.pika-single:after{content:" ";display:table}.pika-single:after{clear:both}.pika-single{*zoom:1}.pika-single.is-hidden{display:none}.pika-single.is-bound{position:absolute;box-shadow:0 5px 15px -5px rgba(0,0,0,0.5)}.pika-lendar{float:left;width:240px;margin:8px}.pika-title{position:relative;text-align:center}.pika-label{display:inline-block;*display:inline;position:relative;z-index:9999;overflow:hidden;margin:0;padding:5px 3px;font-size:14px;line-height:20px;font-weight:bold;background-color:#fff}.pika-title select{cursor:pointer;position:absolute;z-index:9998;margin:0;left:0;top:5px;filter:alpha(opacity=0);opacity:0}.pika-prev,.pika-next{display:block;cursor:pointer;position:relative;outline:none;border:0;padding:0;width:20px;height:30px;text-indent:20px;white-space:nowrap;overflow:hidden;background-color:transparent;background-position:center center;background-repeat:no-repeat;background-size:75% 75%;opacity:.5;*position:absolute;*top:0}.pika-prev:hover,.pika-next:hover{opacity:1}.pika-prev,.is-rtl .pika-next{float:left;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");*left:0}.pika-next,.is-rtl .pika-prev{float:right;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");*right:0}.pika-prev.is-disabled,.pika-next.is-disabled{cursor:default;opacity:.2}.pika-select{display:inline-block;*display:inline}.pika-table{width:100%;border-collapse:collapse;border-spacing:0;border:0}.pika-table th,.pika-table td{width:14.285714285714286%;padding:0}.pika-table th{color:#999;font-size:12px;line-height:25px;font-weight:bold;text-align:center}.pika-button{cursor:pointer;display:block;box-sizing:border-box;-moz-box-sizing:border-box;outline:none;border:0;margin:0;width:100%;padding:5px;color:#666;font-size:12px;line-height:15px;text-align:right;background:#f5f5f5}.pika-week{font-size:11px;color:#999}.is-today .pika-button{color:#33aaff;font-weight:bold}.is-selected .pika-button,.has-event .pika-button{color:#fff;font-weight:bold;background:#33aaff;box-shadow:inset 0 1px 3px #178fe5;border-radius:3px}.has-event .pika-button{background:#005da9;box-shadow:inset 0 1px 3px #0076c9}.is-disabled .pika-button,.is-inrange .pika-button{background:#D5E9F7}.is-startrange .pika-button{color:#fff;background:#6CB31D;box-shadow:none;border-radius:3px}.is-endrange .pika-button{color:#fff;background:#33aaff;box-shadow:none;border-radius:3px}.is-disabled .pika-button{pointer-events:none;cursor:default;color:#999;opacity:.3}.is-outside-current-month .pika-button{color:#999;opacity:.3}.is-selection-disabled{pointer-events:none;cursor:default}.pika-button:hover,.pika-row.pick-whole-week:hover .pika-button{color:#fff;background:#ff8000;box-shadow:none;border-radius:3px}.pika-table abbr{border-bottom:none;cursor:help}body:after{content:url(/img/lightbox2/close.png) url(/img/lightbox2/loading.gif) url(/img/lightbox2/prev.png) url(/img/lightbox2/next.png);display:none}body.lb-disable-scrolling{overflow:hidden}.lightboxOverlay{position:absolute;top:0;left:0;z-index:9999;background-color:black;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);opacity:0.8;display:none}.lightbox{position:absolute;left:0;width:100%;z-index:10000;text-align:center;line-height:0;font-weight:normal}.lightbox .lb-image{display:block;height:auto;max-width:inherit;max-height:none;border-radius:3px;border:4px solid white}.lightbox a img{border:none}.lb-outerContainer{position:relative;*zoom:1;width:250px;height:250px;margin:0 auto;border-radius:4px;background-color:white}.lb-outerContainer:after{content:"";display:table;clear:both}.lb-loader{position:absolute;top:43%;left:0;height:25%;width:100%;text-align:center;line-height:0}.lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background:url(/img/lightbox2/loading.gif) no-repeat}.lb-nav{position:absolute;top:0;left:0;height:100%;width:100%;z-index:10}.lb-container>.nav{left:0}.lb-nav a{outline:none;background-image:url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==")}.lb-prev,.lb-next{height:100%;cursor:pointer;display:block}.lb-nav a.lb-prev{width:34%;left:0;float:left;background:url(/img/lightbox2/prev.png) left 48% no-repeat;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;transition:opacity 0.6s}.lb-nav a.lb-prev:hover{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}.lb-nav a.lb-next{width:64%;right:0;float:right;background:url(/img/lightbox2/next.png) right 48% no-repeat;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;transition:opacity 0.6s}.lb-nav a.lb-next:hover{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}.lb-dataContainer{margin:0 auto;padding-top:5px;*zoom:1;width:100%;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.lb-dataContainer:after{content:"";display:table;clear:both}.lb-data{padding:0 4px;color:#ccc}.lb-data .lb-details{width:85%;float:left;text-align:left;line-height:1.1em}.lb-data .lb-caption{font-size:13px;font-weight:bold;line-height:1em}.lb-data .lb-caption a{color:#4ae}.lb-data .lb-number{display:block;clear:left;padding-bottom:1em;font-size:12px;color:#999999}.lb-data .lb-close{display:block;float:right;width:30px;height:30px;background:url(/img/lightbox2/close.png) top right no-repeat;text-align:right;outline:none;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);opacity:0.7;transition:opacity 0.2s}.lb-data .lb-close:hover{cursor:pointer;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{transform:translate3d(0, 0, 0)}.slick-track{position:relative;left:0;top:0;display:block;display:flex;align-items:center}.slick-loading .slick-track{visibility:hidden}.slick-slide{height:100%;min-height:1px;display:none}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.sr-only{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}@font-face{font-family:'Agipo';font-weight:600;src:url("../fonts/AgipoBold.otf") format("opentype")}@font-face{font-family:'Agipo';font-weight:400;src:url("../fonts/AgipoRegular.otf") format("opentype")}@font-face{font-family:'Akkurat';src:url("../fonts/Akkurat.ttf") format("truetype")}.push--top-xs{margin-top:10px}.push--bottom-xs{margin-bottom:10px}.pull--top-xs{margin-top:-10px}.pull--bottom-xs{margin-bottom:-10px}.push--top-sm{margin-top:15px}.push--bottom-sm{margin-bottom:15px}.pull--top-sm{margin-top:-10px}.pull--bottom-sm{margin-bottom:-10px}.push--top-md{margin-top:20px}.push--bottom-md{margin-bottom:20px}.pull--top-md{margin-top:-10px}.pull--bottom-md{margin-bottom:-10px}.push--top-lg{margin-top:40px}.push--bottom-lg{margin-bottom:40px}.pull--top-lg{margin-top:-10px}.pull--bottom-lg{margin-bottom:-10px}.push--top-xl{margin-top:60px}.push--bottom-xl{margin-bottom:60px}.pull--top-xl{margin-top:-10px}.pull--bottom-xl{margin-bottom:-10px}.flush--top{margin-top:0}.flush--bottom{margin-bottom:0}.text--centered{text-align:center}.text--right{text-align:right}.text--left{text-align:left}.text--small{font-size:13px;line-height:18px}.text--uppercase{text-transform:uppercase}.text--nowrap{white-space:nowrap}.text--white{color:#fff}.position--absolute{position:absolute !important}.display--block{display:block}.display--inline-block{display:inline-block}.float--left{float:left}.float--right{float:right}.clearfix{overflow:auto}.clearfix::after{content:'';clear:both;display:table}.underline{text-decoration:underline}html{overflow-x:hidden;scroll-behavior:smooth}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}}body{-webkit-font-smoothing:antialiased;box-sizing:border-box;background:#f0f0f0;color:#303030;display:flex;flex-direction:column;font-family:"Akkurat","Gill Sans","Gill Sans MT","Myriad Pro","DejaVu Sans Condensed",Helvetica,Arial,sans-serif;font-size:16px;line-height:23px;margin:0;min-height:100vh;padding:0;overflow:hidden}*,*:before,*:after{box-sizing:inherit}.body--sm{padding-top:60px}.body--orange .main{background-color:#DF471C;color:#fff}.body--bk1{background-image:url(../img/global/bg1.svg);background-position:top center;background-repeat:no-repeat;background-size:100%}.body--bk2{background-image:url(../img/global/bg2.svg);background-position:top center;background-repeat:no-repeat;background-size:100%}.body--bk3{background-image:url(../img/global/bg3.svg);background-position:top center;background-repeat:no-repeat;background-size:100%}img{width:100%}a{color:#f06546;text-decoration:none}h1{font-size:30px;line-height:38px;margin-bottom:40px}h2{font-size:20px;line-height:25px;margin-bottom:20px}h3{font-size:16px;line-height:23px}blockquote{background-color:rgba(255,255,255,0.5);border-radius:3px;border-left:3px solid #EE370F;margin:10px 10px;padding:20px;quotes:"“" "”" "‘" "’"}blockquote:before{color:#666;content:open-quote;font-size:20px;font-weight:bold}blockquote:after{color:#666;content:close-quote;font-size:20px;font-weight:bold}blockquote p{display:inline}.cta{align-items:center;display:inline-flex;justify-content:center;overflow:visible;position:relative;transform:translate3d(0, 0, 0)}.cta .cta__text{margin-right:15px;font-family:Agipo, Roboto, Helvetia Neue, sans-serif;font-weight:600;font-size:22px;color:#2B2D2F;line-height:40px;position:relative}.cta .cta__text:after{height:1px;background-color:#f06546;width:100%;position:absolute;bottom:-3px;left:0;right:0;content:''}.cta .cta__arrow{margin-top:3px;transition:300ms ease}.cta:hover .cta__arrow{transform:translateX(5px)}.cta--white .cta__text{color:#fff}.cta--white .cta__text:after{background-color:#fff}.main--sm{background:#f0f0f0;padding-top:120px}.main--sm .main__contained{max-width:800px;padding:0 40px;margin:0 auto}.partial--offset-top{margin-bottom:-100px !important;position:relative;top:-100px;z-index:10}.page--privacy h2,.page--privacy h3,.page--privacy h4{scroll-margin-top:100px}.page--privacy h3{color:#000;border-bottom:1px solid #000;display:inline-block}.page--privacy strong>em>em{border-bottom:1px solid #000;font-style:normal}.page--privacy p>a{display:inline-block}.page--privacy strong>strong{border-bottom:1px solid #000}.page--gameresources{padding-bottom:100px}.page--terms h3{margin-top:40px}.page--terms h4{font-style:italic;font-weight:normal}.indent{padding-left:30px}.image--niantic-ship{display:block;margin:0 auto;max-width:500px;width:100%}.image--desktop{display:none}@media (min-width: 880px){.image--desktop{display:block}}@media (min-width: 880px){.image--mobile{display:none}}.youtube-video{position:relative;background-color:#000;background-position:center;background-size:cover;cursor:pointer}.youtube-video:before{display:block;content:'';width:100%;padding-top:56.25%}.youtube-video--push-bottom{margin-bottom:40px}.video-play-button{width:80px;height:80px;border:2px solid #fff;border-radius:50%;position:relative;transition:all 400ms ease}.video-play-button::after{content:'';display:block;position:absolute;top:22px;left:28px;width:0;height:0;border-top:16px solid transparent;border-bottom:16px solid transparent;border-left:28px solid #fff;transition:all 400ms ease}.video-play-button--absolute{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.instagram-media,twitter-widget{margin-left:auto !important;margin-right:auto !important}.deep-link-anchor{position:absolute;top:-50px;visibility:hidden}@media (min-width: 500px){.deep-link-anchor{top:-220px}}.form-overlay{position:fixed;left:0;right:0;top:0;bottom:0;background-color:rgba(0,0,0,0.75);transition:opacity ease-in-out 250ms;opacity:0;z-index:-1000}.form-overlay--active{opacity:1;z-index:1000}.form-overlay__inner{width:100px;height:100px;margin:0 auto;margin-top:calc(50vh - 50px)}.form-overlay__inner .form-overlay__circle{-webkit-animation:rotate 2s linear infinite;animation:rotate 2s linear infinite;transform-origin:center center}.form-overlay__inner .form-overlay__path{stroke-dasharray:150,200;stroke-dashoffset:-10;-webkit-animation:dash 1.5s ease-in-out infinite;animation:dash 1.5s ease-in-out infinite;stroke-linecap:round}@-webkit-keyframes rotate{100%{transform:rotate(360deg)}}@-webkit-keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35}100%{stroke-dasharray:89,200;stroke-dashoffset:-124}}@-webkit-keyframes fade-down{0%{transform:translateY(-20px);opacity:0}100%{transform:translateY(0);opacity:1}}@keyframes fade-down{0%{transform:translateY(-20px);opacity:0}100%{transform:translateY(0);opacity:1}}.inview--fade-down{-webkit-animation-delay:0;animation-delay:0;-webkit-animation-duration:500ms;animation-duration:500ms;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-timing-function:ease;animation-timing-function:ease;opacity:0;transform:translateY(-20px)}.inview--fade-down.inview--active{-webkit-animation-name:fade-down;animation-name:fade-down}@-webkit-keyframes card-in-left{0%{transform:scale(0.8) translateY(-50px) rotateY(-20deg) rotateZ(-15deg);opacity:0}100%{transform:scale(1) translateY(0) rotateY(0deg) rotateZ(0deg);opacity:1}}@keyframes card-in-left{0%{transform:scale(0.8) translateY(-50px) rotateY(-20deg) rotateZ(-15deg);opacity:0}100%{transform:scale(1) translateY(0) rotateY(0deg) rotateZ(0deg);opacity:1}}.inview--card-in-left{-webkit-animation-delay:0;animation-delay:0;-webkit-animation-duration:500ms;animation-duration:500ms;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-timing-function:easeInOutQuin;animation-timing-function:easeInOutQuin;opacity:0;will-change:transform}.inview--card-in-left.inview--active{-webkit-animation-name:card-in-left;animation-name:card-in-left}@-webkit-keyframes card-in-right{0%{transform:scale(0.8) translateY(-50px) rotateY(20deg) rotateZ(15deg);opacity:0}100%{transform:scale(1) translateY(0) rotateY(0deg) rotateZ(0deg);opacity:1}}@keyframes card-in-right{0%{transform:scale(0.8) translateY(-50px) rotateY(20deg) rotateZ(15deg);opacity:0}100%{transform:scale(1) translateY(0) rotateY(0deg) rotateZ(0deg);opacity:1}}.inview--card-in-right{-webkit-animation-delay:0;animation-delay:0;-webkit-animation-duration:500ms;animation-duration:500ms;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-timing-function:easeInOutQuin;animation-timing-function:easeInOutQuin;opacity:0;will-change:transform}.inview--card-in-right.inview--active{-webkit-animation-name:card-in-right;animation-name:card-in-right}@-webkit-keyframes centered-card{0%{transform:scale(0.8) translateY(-50px) rotateY(10deg) rotateZ(10deg);opacity:0}100%{transform:scale(1) translateY(-20px) rotateY(0deg) rotateZ(0deg);opacity:1}}@keyframes centered-card{0%{transform:scale(0.8) translateY(-50px) rotateY(10deg) rotateZ(10deg);opacity:0}100%{transform:scale(1) translateY(-20px) rotateY(0deg) rotateZ(0deg);opacity:1}}.inview--centered-card{-webkit-animation-delay:0.3s;animation-delay:0.3s;-webkit-animation-duration:500ms;animation-duration:500ms;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-timing-function:easeInOutQuin;animation-timing-function:easeInOutQuin;opacity:0;will-change:transform}.inview--centered-card.inview--active{-webkit-animation-name:centered-card;animation-name:centered-card}.inview--centered-card--inline.inview--active{-webkit-animation-delay:0s;animation-delay:0s}main{margin-top:61px}@media (min-width: 1150px){main{margin-top:0}}.header{position:fixed;top:0;left:0;right:0;z-index:100;transition:background 500ms}.header .header__contained{max-width:1280px;padding:0 40px;margin:0 auto;transition:all 500ms;padding:15px;align-items:center;display:flex;flex-direction:column}@media (min-width: 880px){.header .header__contained{display:flex;flex-direction:row;justify-content:space-between;padding:40px 30px}}.body--nav-padded .header__contained{padding-top:40px}@media (min-width: 500px){.header--enabled .header__contained{padding-top:5px;padding-bottom:5px}}@media (min-width: 500px){.header:not(.header--top) .header__contained{padding-top:5px;padding-bottom:5px}}.header:not(.header--top),.header--enabled{background:#fff;box-shadow:0px 5px 10px 0 rgba(0,0,0,0.05)}.header .header__logo{display:inline-flex;align-items:center;line-height:0;transform-origin:left;margin-bottom:15px}@media (min-width: 880px){.header .header__logo{margin-bottom:0}}.header--dark .header__logo{filter:invert(100%)}.header--enabled .header__logo{filter:invert(100%)}.header:not(.header--top) .header__logo{filter:invert(100%)}.header .header__logo .header__logo__logo{margin-right:15px;width:auto;transition:all 500ms;height:40px}@media (min-width: 880px){.header .header__logo .header__logo__logo{margin-right:25px;height:75px}}@media (min-width: 880px){.header--enabled .header__logo__logo{height:40px !important}}@media (min-width: 880px){.header:not(.header--top) .header__logo__logo{height:40px}}.header .header__logo .header__logo__text{height:10px;width:auto;transition:all 500ms}@media (min-width: 880px){.header .header__logo .header__logo__text{height:22px}}@media (min-width: 880px){.header--enabled .header__logo__text{height:10px !important}}@media (min-width: 880px){.header:not(.header--top) .header__logo__text{height:10px}}.header .header__logo__image{margin-top:8px;width:46px}.header .header__nav{font-family:"Agipo",Arial,sans-serif;font-size:13px;font-weight:bold;padding:0;text-align:center;margin:0}@media (min-width: 880px){.header .header__nav{font-size:16px;margin:15px 0;text-align:right}}.header .header__nav .header__nav__item{display:inline-block;list-style:none}.header .header__nav .header__nav__item .header__nav__item__link{text-decoration:none;color:#fff;padding:5px;position:relative}.header--dark .header__nav__item__link{color:#303030 !important}.header--enabled .header__nav__item__link{color:#EE370F !important}.header:not(.header--top) .header__nav__item__link{color:#EE370F !important}.body--orange .header__nav__item__link:after{border-color:#fff !important}.header .header__nav .header__nav__item .header__nav__item__link:after{content:'';position:absolute;border-bottom:3px solid #EE370F;pointer-events:none;transform:scale3d(0, 1, 1);transition:transform 0.4s cubic-bezier(0.2, 1, 0.3, 1);width:100%;left:0%;height:100%;top:0}@media (min-width: 500px){.header .header__nav .header__nav__item .header__nav__item__link:after{top:5px}}.header .header__nav .header__nav__item:hover .header__nav__item__link:after{transform:scale3d(1, 1, 1)}.header .header__nav .header__nav__item--active .header__nav__item__link:after{transform:scale3d(1, 1, 1)}.header .header__mobile_contained{display:block}.header .header__mobile_contained .header__mobile__logo__container{display:flex;background-color:#303030;color:#fff;padding:10px 30px;transition:background-color 250ms ease-in-out}.header .header__mobile_contained .header__mobile__logo{align-items:center;display:inline-flex}.header .header__mobile_contained .header__mobile__left{flex:1}.header .header__mobile_contained .header__mobile__hamburger{align-items:center;cursor:pointer;display:flex}.header .header__mobile_contained .header__mobile__hamburger .header__mobile__hamburger__image{height:15px;width:auto;transition:filter 250ms ease-in-out}.header .header__mobile_contained .header__mobile__logo__logo{margin-right:20px;width:112px;transition:filter 250ms ease-in-out}.header .header__mobile_contained .header__mobile__logo__text{width:120px;transition:filter 250ms ease-in-out}.header .header__mobile_contained .header__mobile__nav{background-color:#303030;flex:1;margin:0;padding:30px;list-style:none;transition:background-color 250ms ease-in-out;max-height:0;padding-top:0;padding-bottom:0;opacity:0;transition:all 250ms ease-in-out}.header .header__mobile_contained .header__mobile__nav--active{max-height:800px;padding-top:30px;padding-bottom:30px;opacity:1}.header .header__mobile_contained .header__mobile__nav--active .header__mobile__nav__item{display:block}.header .header__mobile_contained .header__mobile__nav__item{margin-bottom:8px;display:none}.header .header__mobile_contained .header__mobile__nav__item__link{color:#fff;transition:color 250ms ease-in-out}.header--down:not(.header--up) .header__mobile__logo__container,.header--down:not(.header--up) .header__mobile__nav{background-color:#fff}.header--down:not(.header--up) .header__mobile__logo__container .header__mobile__nav__item__link,.header--down:not(.header--up) .header__mobile__nav .header__mobile__nav__item__link{color:#DF471C}.header--down:not(.header--up) .header__mobile__logo__logo,.header--down:not(.header--up) .header__mobile__logo__text,.header--down:not(.header--up) .header__mobile__hamburger__image{filter:invert(100%)}.header .header__contained{display:none}@media (min-width: 1150px){.header .header__contained{display:flex}}.header .header__mobile_contained{display:block}@media (min-width: 1150px){.header .header__mobile_contained{display:none}}.language-toggler{margin-top:20px}.language-toggler .language-toggler__select{margin-left:5px}.langpicker{display:inline-block;position:relative}.langpicker::after{color:#fff;content:'▾';line-height:40px;pointer-events:none;position:absolute;right:15px;top:0}.langpicker select{font-size:13px;line-height:18px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:linear-gradient(to right, #e5b976 0%, #EE370F 100%);border:none;border-radius:3px;color:#fff;cursor:pointer;font-weight:bold;padding:0 40px 0 20px;height:40px;outline:none;text-transform:uppercase}.langpicker option{color:initial;font-weight:initial}.footer{font-size:18px;line-height:30px;background-color:#DF471C;color:#fff;flex:1;padding:60px 0;position:relative;width:100%;z-index:1}.footer--dark{background-color:#252525}.footer--padded-top{padding-top:260px}.footer a{color:#fff;display:inline-block}.body--sm .footer{margin-top:60px}.footer__contained{display:flex;justify-content:space-between;flex-wrap:wrap}.footer__contained ul{margin:0;padding:0;list-style:none;line-height:1.3}.footer__contact{margin-bottom:15px;width:100%}.footer__contact a{display:inline-flex;align-items:center}.footer__contact svg{margin-right:8px}.footer__promotion{margin-bottom:15px;width:100%}.footer__promotion a{color:inherit;display:inline-block;position:relative}.footer__promotion a:after{height:1px;background-color:#f06546;width:100%;position:absolute;bottom:-3px;left:0;right:0;content:''}.footer__promotion svg{margin:0 15px}.footer__promotion__employment-op{margin-bottom:20px}@media (min-width: 500px){.footer__promotion__employment-op{margin-bottom:0}}.footer__links,.footer__external{margin:24px 0 0 0;width:100%}@media (min-width: 880px){.footer__links,.footer__external{width:auto}}@media (min-width: 880px){.footer__links{display:flex;margin-right:40px;flex-grow:1}}.footer__links a{text-decoration:underline;-webkit-text-decoration-color:rgba(255,255,255,0.5);text-decoration-color:rgba(255,255,255,0.5)}.footer__links ul{margin:0 0 32px 0;flex-grow:1}@media (min-width: 500px){.footer__links ul{margin-right:24px}}@media (min-width: 880px){.footer__links ul{margin-bottom:0;max-width:240px}}.footer__links ul:empty{display:none}.footer__links li{margin:0 0 12px}.footer__external p{margin:0 0 4px 0}.footer__external ul:not(.social-links){margin:0 -6px 16px;display:flex;flex-wrap:wrap}.footer__external li{margin:6px}.footer__external img{width:56px;height:56px;-o-object-fit:contain;object-fit:contain}.footer__copyright{margin-top:24px}.footer__copyright,.footer__language{font-size:13px;line-height:18px;width:100%}.footer__social{margin:0 0 20px}.footer__contained{max-width:1280px;padding:0 40px;margin:0 auto}.button{border:2px solid #000;color:#000;cursor:pointer;border-radius:3px;display:inline-block;padding:5px 8px;transition:all 0.3s ease-out}.button:hover{background-color:#EE370F;border-color:#EE370F;color:#fff}.button--jobs:hover{background-color:#000;border-color:#000}.button--uppercase{text-transform:uppercase}.button--small{font-size:13px;line-height:18px;font-weight:600}.button--promo{border:none;color:#303030;display:inline-block}.button--promo .button__icon{color:#EE370F}.button--promo:hover .button__icon{color:#fff}.button--homepage{border-color:#EE370F;color:#EE370F}.button--push{background:#DF471C;border-radius:0;border:1px solid #fff;box-shadow:#C12D00 3px 3px 0 0;color:#fff;display:inline-block;padding:10px 25px;font-weight:600;position:relative;transform:translate3d(0, 0, 0);transition:all 400ms ease;will-change:background, box-shadow, transform}.button--push:hover{background:#fff;border-color:#EE370F;color:#EE370F;box-shadow:#C12D00 6px 6px 0 0;transform:translateX(-2px) translateY(-2px)}.button--push[disabled]{opacity:.5}.button .button__icon{vertical-align:top}.button .button__icon-svg{display:inline-block;margin-left:10px;vertical-align:middle;fill:#fff;transition:all 400ms ease}.button:hover .button__icon-svg{fill:#EE370F}select.button--push{-webkit-appearance:none;-moz-appearance:none;appearance:none;font-size:18px;line-height:1;outline:none;padding-right:100px;white-space:nowrap}select.button--push:hover{transform:none}.select-wrap{display:inline-block;position:relative;transform:translate3d(0, 0, 0);transition:all 400ms ease;will-change:background, box-shadow, transform}.select-wrap:hover{transform:translate3d(0, 0, 0)}.select-wrap::after{content:'';display:block;position:absolute;right:25px;top:calc(50% - 4px);transition:all 400ms ease;pointer-events:none;width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid #fff}.select-wrap:hover::after{border-top:8px solid #DF471C}.button--gradient{font-size:13px;line-height:18px;background:linear-gradient(to right, #e5b976 0%, #EE370F 100%);color:#fff;border-radius:40px;font-weight:bold;text-transform:uppercase;display:inline-block;height:40px;line-height:40px;padding:0 20px}.button--orange-shadow{display:inline-block;position:relative;padding:0;border:none}.button--orange-shadow span{background-color:#DF471C;border:1px solid #fff;color:#fff;display:block;padding:10px 20px;position:relative;z-index:1}.button--orange-shadow::after{content:'';display:block;position:absolute;top:5px;left:5px;width:100%;height:100%;background-color:#C12D00;border:1px solid #fff;z-index:0}.news-divider{background-color:#e5b976;height:2px;margin:40px 60px}.news-langpicker{margin-bottom:40px}.news-banners{margin-bottom:60px;position:relative;opacity:0;transition:opacity .25s ease}.news-banners--visible{opacity:1}.news-banners .banner{position:relative}.news-banners .banner:before{display:block;content:'';width:100%;padding-top:50%}.news-banners .banner img{position:absolute;top:0;bottom:0;left:0;right:0}.news-banners .banners-next,.news-banners .banners-prev{background-color:rgba(255,255,255,0.2);border:2px solid #fff;border-radius:50%;cursor:pointer;height:30px;overflow:hidden;position:absolute;top:calc(50% - 15px);width:30px;display:none;box-shadow:1px 1px 2px rgba(0,0,0,0.1)}@media (min-width: 350px){.news-banners .banners-next,.news-banners .banners-prev{display:block}}.news-banners .banners-next{right:30px}.news-banners .banners-prev{left:30px}.news-banners .banners-next::after,.news-banners .banners-prev::after{content:'';display:inline-block;width:0;height:0;border-top:8px solid transparent;border-bottom:8px solid transparent;position:relative;top:3px}.news-banners .banners-next::after{border-left:12px solid #fff;left:8px}.news-banners .banners-prev::after{border-right:12px solid #fff;left:5px}@media (min-width: 500px){.news-presss .presss{padding:0 20px}}@media (min-width: 880px){.news-presss .presss{padding:0 30px}}.news-presss .press{display:flex;flex-wrap:wrap}@media (min-width: 500px){.news-presss .press{flex-wrap:nowrap}}.news-presss .press__image{background-color:#333;width:100px;height:100px;flex:0 0 100px;margin-right:20px}.news-presss .press__content{margin:10px 0 0;width:100%}@media (min-width: 500px){.news-presss .press__content{align-self:center;flex:1;margin:0}}.news-presss .press__title{color:#303030;display:block;font-weight:bold;transition:color .25s ease}.news-presss .press__title:hover{color:#f06546}.news-presss .press__author,.news-presss .press__date{font-size:13px;line-height:18px;display:inline-block;vertical-align:middle}.news-presss .press__author{color:#f06546;font-weight:bold;margin-right:10px}.news-presss .press+.press{margin-top:20px}.news-presss .more{margin:40px 0;text-align:center}.news-resources .resources{margin:0 -10px}@media (min-width: 500px){.news-resources .resources{margin:0;padding:0 10px}}@media (min-width: 880px){.news-resources .resources{padding:0 15px}}.news-resources .resource-wrap{margin-bottom:30px;text-align:center;padding:0 10px;width:100%}@media (min-width: 350px){.news-resources .resource-wrap{max-width:270px;width:50%}}@media (min-width: 880px){.news-resources .resource-wrap{width:33.33333%;padding:0 15px}}.news-resources .resource{position:relative;overflow:hidden}.news-resources .resource__thumbnail-wrap{background:linear-gradient(to bottom, #fff 0%, #e5e5e5 100%);padding:20px}.news-resources .resource__thumbnail{position:relative;background-position:center;background-repeat:no-repeat;background-size:contain}.news-resources .resource__thumbnail:before{display:block;content:'';width:100%;padding-top:100%}.news-resources .resource__content{background-color:rgba(255,255,255,0.9);position:absolute;font-weight:bold;left:0;bottom:0;height:40%;width:100%;transform:translateY(100%);transition:transform .5s ease;display:flex;justify-content:center;flex-direction:column}.news-resources .resource:hover .resource__content{transform:translateY(0)}.news-resources .resource__body{font-size:13px;line-height:18px;text-transform:uppercase}.news-resources .button--download{margin-top:20px}.news-list{margin:0;padding:0}.news-list .news-list__item{list-style:none;margin-bottom:40px}.news-list .news-list__item .news-list__item__link{color:#303030}.news-list .news-list__item .news-list__item__link:hover{color:#EE370F}.news-list .news-list__item .news-list__item__title{display:block;font-size:20px;line-height:25px;margin:0 0 10px 0;font-weight:normal}.news-list .news-list__item .news-list__item__title p{margin-bottom:0;padding:0}.news-list .news-list__item .news-list__item__meta{font-size:13px;line-height:18px}.news-list .news-list__item .news-list__item__publisher{color:#f06546;font-weight:bold;margin-right:10px}.article-list .article-list__banner{margin-bottom:40px}.article-list .article-list__item{border-bottom:2px solid #e5b976;margin-bottom:60px;padding-bottom:40px}.article-list .article-list__item--no-border{border-bottom:none}.article-list .article-list__date{display:block}.article-list .article-list__title a{color:#303030}.article-list .article-list__title a:hover{color:#f06546}.article-list .article__table{display:table}.article-list .article__table__item{display:table-cell}.article-list .article__chiclet{background-color:#e5b976;border-radius:3px;color:#fff;font-weight:bold;font-size:13px;padding:2px 10px;margin-right:20px;min-width:80px;text-align:center}.langpicker+.article-list{margin-top:40px}.notice{background:rgba(255,255,255,0.5);border-radius:3px;margin:0 0 40px 0;padding:10px;text-align:center}.youtube-container{position:relative;padding-bottom:56.25%;height:0;overflow:hidden}.youtube-container iframe{border:none;position:absolute;top:0;left:0;width:100%;height:100%}.image .image__caption{font-size:13px;line-height:18px}.image--max-300{max-width:300px}.image--width-50p{width:50%}.image--centered{margin:0 auto;text-align:center}.social-links{display:flex;align-items:center;margin:0;padding:0}.social-links--centered{justify-content:center;text-align:center}.social-links--right{text-align:right}a.social-links__link{display:inline-flex;justify-content:center;align-items:center;margin-right:20px;width:30px;height:30px}a.social-links__link svg{width:24px;height:24px}.social-links--circle{flex-wrap:wrap}.social-links--circle .social-links__link{display:block;height:55px;margin:0 10px 20px;position:relative;width:55px}.social-links--circle .social-links__link::before{background:#fff;border-radius:50%;box-shadow:0 2px 7px 0 rgba(63,55,55,0.29);content:'';display:block;position:absolute;top:0;left:0;width:100%;height:100%;transition:background-color 300ms ease,transform 300ms ease;z-index:1}.social-links--circle .social-links__link:hover::before{background:#DF471C;transform:scale(1.2)}.social-links--circle .social-links__link svg{width:100%;height:100%;padding:15px;position:relative;z-index:2}.social-links--circle .social-links__link svg [fill]:not([fill="none"]){fill:#303030;transition:fill 300ms ease}.social-links--circle .social-links__link svg [fill]:not([fill="none"])#icon-instagram-black-mask-2,.social-links--circle .social-links__link svg [fill]:not([fill="none"])#icon-youtube-mask-2{fill:#fff}.social-links--circle .social-links__link:hover svg [fill]:not([fill="none"]){fill:#fff}.disclaimer{font-size:13px;line-height:18px;padding:20px 0}.jobs .jobs__list{margin-bottom:60px}.jobs .jobs__sort{text-transform:uppercase}.jobs .jobs__sort__title{display:inline-block;font-weight:600;margin-right:10px;margin-top:40px}.jobs .jobs__sort__buttons{display:inline-block}.jobs .jobs__sort__buttons .button{display:inline-block;margin-right:10px;margin-top:10px;width:100%}@media (min-width: 350px){.jobs .jobs__sort__buttons .button{width:auto}}.jobs .jobs__group{margin:40px 0}.jobs .jobs__group__name{font-size:28px;line-height:38px;text-transform:uppercase;display:inline-block;margin-top:15px}.jobs .jobs__group__name:after{content:'';display:block;margin-top:.1em;border-bottom:2px solid #e5b976}.jobs .jobs__group__job{margin-top:35px;margin-bottom:35px;margin-left:0}.jobs .jobs__group__job__name{font-size:20px;line-height:25px;color:#303030}.jobs .jobs__group__job__name:hover{color:#f06546}.jobs .jobs__group__job__tags{font-size:13px;line-height:18px;text-transform:uppercase;color:#666}.jobs .jobs__group__job__tag{display:inline-block;margin-right:10px;margin-top:10px;white-space:nowrap}.jobs-disclaimer a{text-decoration:underline}.job .job__back{margin-bottom:20px}.job .job__header{padding-bottom:20px}.job .job__name{font-size:30px;line-height:38px;font-weight:600}.job .job__tags{font-size:13px;line-height:18px;font-weight:600;margin-top:10px;text-transform:uppercase}.job .job__tag{margin-right:10px}.job .job__locations{margin-top:20px}.job .job__location{border-radius:3px;padding:20px 10px;border-bottom:1px solid #e5b976}.job .job__location.grid{flex-wrap:nowrap}.job .job__location.grid .grid__item--cta{flex:0 0 150px;text-align:right;width:150px}.job .job__location+.job__location{border-radius:3px;border-bottom:1px solid #e5b976}.job h3{margin-top:40px}@-webkit-keyframes centered-card-perspective{0%{transform:rotate(2deg) translateY(0);opacity:0}100%{transform:translateY(-100px);opacity:1}}@keyframes centered-card-perspective{0%{transform:rotate(2deg) translateY(0);opacity:0}100%{transform:translateY(-100px);opacity:1}}.centered-card{position:relative;top:20px;color:#303030;z-index:0}@media (min-width: 880px){.centered-card{top:-90px;margin-bottom:60px}}@media (min-width: 880px){.centered-card--inline{top:60px}}.centered-card--inline .centered-card__contents.centered-card__contents .centered-card__title{font-family:Agipo, Roboto, Helvetia Neue, sans-serif;font-weight:600;font-size:28px;line-height:30px;margin-bottom:20px}@media (min-width: 500px){.centered-card--inline .centered-card__contents.centered-card__contents .centered-card__title{font-size:40px;line-height:48px}}.centered-card--sm-title .centered-card__contents.centered-card__contents .centered-card__title{font-family:Agipo, Roboto, Helvetia Neue, sans-serif;font-weight:600;font-size:28px;line-height:30px}@media (min-width: 500px){.centered-card--sm-title .centered-card__contents.centered-card__contents .centered-card__title{font-size:40px;line-height:48px}}.centered-card--text-centered .centered-card__contents .centered-card__title{text-align:center}.centered-card--text-left .centered-card__contents .centered-card__title{text-align:left}@media (min-width: 880px){.centered-card--push-top{margin-top:220px}}@media (min-width: 880px){.centered-card--160-top{margin-top:160px}}@media (min-width: 880px){.centered-card--160-top-0-bottom{margin-top:160px;margin-bottom:0}}.centered-card--about-timeline .image--ingress-prime{max-width:150px}.centered-card--about-timeline .image--pokemongo{max-width:160px;margin-top:-20px;margin-bottom:20px}.centered-card--about-timeline .image--wizards{max-width:200px;margin-right:20px}.centered-card--about-timeline .image--escher,.centered-card--about-timeline .image--matrixmill{display:block;max-width:400px;margin:0 auto}.centered-card--last-card{margin-bottom:140px}.centered-card--bottom-margin{margin-bottom:90px}@media (min-width: 500px){.centered-card--bottom-margin{margin-bottom:60px}}@media (max-width: 500px){.centered-card.centered-card--sustainability-mobile .centered-card__contents{background:transparent;box-shadow:none;padding:50px 20px}.centered-card.centered-card--sustainability-mobile .centered-card__title{padding:17px;font-size:24px;line-height:35px;background:#FFFFFF;border:1px solid #DF471C;box-shadow:-25px 12px 46px 0 rgba(0,0,0,0.12)}.centered-card.centered-card--sustainability-mobile .centered-card__body{font-size:18px;line-height:30px}.centered-card.centered-card--sustainability-mobile .centered-card__subsection_top__title,.centered-card.centered-card--sustainability-mobile .centered-card__subsection_bottom__title{font-size:24px;line-height:46px}.centered-card.centered-card--sustainability-mobile .centered-card__subsection_top__subtitle,.centered-card.centered-card--sustainability-mobile .centered-card__subsection_bottom__subtitle{font-weight:700;font-size:18px;line-height:30px}.centered-card.centered-card--sustainability-mobile .centered-card__touts_top,.centered-card.centered-card--sustainability-mobile .centered-card__touts_bottom{width:100%;flex-direction:column;left:0%;transform:translateX(0%);align-items:center;margin-bottom:0}.centered-card.centered-card--sustainability-mobile .centered-card__touts_bottom .centered-card__tout__image{max-width:235px;max-height:197px}.centered-card.centered-card--sustainability-mobile .centered-card__tout{margin-right:0;margin-bottom:47px;width:100%;height:calc(100vw - 40px)}.centered-card.centered-card--sustainability-mobile .centered-card__tout__image{max-width:72px;max-height:72px}.centered-card.centered-card--sustainability-mobile .centered-card__tout__title{padding:0 10px;font-size:18px;line-height:30px}.centered-card.centered-card--sustainability-mobile .centered-card__tout__hashtag{font-size:16px;line-height:46px}.centered-card.centered-card--sustainability-mobile .centered-card__tout--social-post .centered-card__tout__image{max-width:160px}}@media (max-width: 500px) and (min-width: 450px){.centered-card.centered-card--sustainability-mobile .centered-card__tout--social-post .centered-card__tout__image{max-width:235px}}@media (max-width: 500px) and (min-width: 500px){.centered-card.centered-card--sustainability-mobile .centered-card__tout--social-post .centered-card__tout__image{max-width:210px}}@media (min-width: 500px){.centered-card.centered-card--sustainability-mobile .centered-card__touts_bottom .centered-card__tout__image{max-width:210px}.centered-card.centered-card--sustainability-mobile .centered-card__touts_bottom .centered-card__tout__title{font-size:18px;line-height:27px;max-width:260px}}.centered-card__subsection_top,.centered-card__subsection_bottom{text-align:center}.centered-card__subsection_top__title,.centered-card__subsection_bottom__title{margin-top:25px;font-size:36px;font-weight:700;color:#505050;text-align:center;line-height:46px;margin-bottom:25px}.centered-card__subsection_top__subtitle,.centered-card__subsection_bottom__subtitle{font-size:24px;color:#2B2D2F;text-align:center;line-height:42px;max-width:600px;margin:0 auto 50px}.centered-card__subsection_bottom__subtitle{margin:0 auto 15px;font-weight:700}.centered-card__subsection_bottom__description{font-size:18px;color:#2B2D2F;text-align:center;line-height:30px;margin:0 auto 50px;max-width:700px}.centered-card__touts_top,.centered-card__touts_bottom{display:flex;flex-direction:row;position:relative;left:50%;transform:translateX(-50%);margin-bottom:50px}.centered-card__touts_top{width:1165px}.centered-card__touts_bottom .centered-card__tout__image{max-width:235px;max-height:197px;margin-bottom:40px}.centered-card__touts_bottom .centered-card__tout__title{bottom:20px}.centered-card__touts_bottom .centered-card__tout__hashtag{background:#0091FF;border-radius:50px;color:#FFFFFF;font-size:24px;font-weight:700;text-align:center;line-height:46px;margin-top:-50px;padding:0 16px}.centered-card__tout{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;background:#FFFFFF;border:1px solid #DF471C;box-shadow:-25px 12px 46px 0 rgba(0,0,0,0.12);width:357px;height:351px;margin-right:47px;flex:0 0 auto;padding:30px}.centered-card__tout:last-child{margin-right:0}.centered-card__tout__link{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;width:calc(100% + 60px);height:calc(100% + 60px);flex:1 0 auto;padding:30px}.centered-card__tout__image{max-width:96px;max-height:96px;margin-bottom:80px}.centered-card__tout__title{position:absolute;font-size:24px;font-weight:700;color:#000000;text-align:center;line-height:36px;bottom:60px;max-width:300px}.centered-card .line-box{content:' ';display:block;width:100%;height:100%;pointer-events:none;position:absolute;top:0;left:0;bottom:0;right:0;z-index:-2}@media (min-width: 880px){.centered-card .line-box{border:1px solid #EE370F}}.centered-card .line-box--colored{background-color:#C12D00;border:none}@media (min-width: 500px){.centered-card .line-box--top-right{transform:translateX(-30px) translateY(-30px)}}@media (min-width: 500px){.centered-card .line-box--top-left{transform:translateX(30px) translateY(-30px)}}@media (min-width: 500px){.centered-card .line-box--bottom-left{transform:translateX(30px) translateY(30px)}}@media (min-width: 500px){.centered-card .line-box--bottom-right{transform:translateX(-30px) translateY(30px)}}.centered-card .line-box--none{display:none}.centered-card .centered-card--line-box{max-width:840px}@media (min-width: 500px){.centered-card .centered-card--line-box{width:calc(90% - 10vh);height:calc(100% - 8vw);margin:10% auto 30px;padding:80px}}.centered-card .centered-card--line-box_hidden{display:none}.centered-card--white-line .line-box{border-color:#fff !important}.centered-card.centered-card--transparent .centered-card__contents{background:transparent;border-color:transparent;box-shadow:none}.centered-card .centered-card__contents{background:#fff;box-shadow:-25px 12px 46px 0 rgba(0,0,0,0.27);box-sizing:border-box;max-width:900px;padding:40px}@media (min-width: 880px){.centered-card .centered-card__contents{margin:0 auto 30px;border:1px solid #DF471C;padding:80px}}.centered-card .centered-card__title{color:#DF471C;font-family:"Agipo",Arial,sans-serif;font-size:30px;font-weight:600;line-height:40px;margin-bottom:20px}@media (min-width: 500px){.centered-card .centered-card__title{margin-bottom:40px;text-align:center;font-size:56px;line-height:64px}}.centered-card .centered-card__body p{margin-top:20px}.centered-card .centered-card__body p+p{margin-top:0}.centered-card .centered-card__body,.centered-card .centered-card__footer{color:#2B2D2F}@media (min-width: 500px){.centered-card .centered-card__body,.centered-card .centered-card__footer{font-size:18px;line-height:30px}}.centered-card .centered-card__body>:first-child,.centered-card .centered-card__footer>:first-child{margin-top:0}.centered-card .centered-card__body>:last-child,.centered-card .centered-card__footer>:last-child{margin-bottom:0}.centered-card .centered-card__faqs__list{padding:0;margin:30px 0 0;list-style-type:none}.centered-card .centered-card__faqs__faq+.centered-card__faqs__faq{margin-top:20px;padding-top:20px;border-top:1px solid #fff}.centered-card .centered-card__faqs__faq__question{cursor:pointer;font-weight:bold;padding-right:40px;position:relative}.centered-card .centered-card__faqs__faq--active .centered-card__faqs__faq__question__icon:before{transform:rotate(0)}.centered-card .centered-card__faqs__faq__answer{opacity:0;height:0;pointer-events:none;text-align:justify}.centered-card .centered-card__faqs__faq__answer h3{font-size:16px}.centered-card .centered-card__faqs__faq .centered-card__faqs__faq__question{margin-bottom:20px;text-align:justify}.centered-card .centered-card__faqs__faq--active .centered-card__faqs__faq__answer{opacity:1;pointer-events:auto;transition:opacity .5s ease;height:auto;margin-bottom:30px}.centered-card .centered-card__faqs__faq__answer__list__item{margin:10px 0}.centered-card .centered-card__image-grid,.centered-card .centered-card__content-grid{display:flex;align-content:space-around;align-items:center;flex-wrap:wrap;justify-content:center;padding:0;margin:30px 0 0;list-style-type:none}.centered-card .centered-card__image-grid__item,.centered-card .centered-card__content-grid__item{max-width:50%;padding:5px}@media (min-width: 500px){.centered-card .centered-card__image-grid__item,.centered-card .centered-card__content-grid__item{flex:1 0 40%;margin:10px}}@media (min-width: 500px){.centered-card .centered-card__image-grid__item{height:100px}}.centered-card .centered-card__image-grid__image{display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.centered-card .centered-card__image-grid2{display:grid;grid-template-columns:repeat(var(--imageGrid2Count, 1), 1fr);-moz-column-gap:24px;column-gap:24px}.centered-card .centered-card__image-grid2__item{width:100%}.centered-card .centered-card__footer-image{margin-top:40px}.centered-card .centered-card__emphasized-footer{display:block;margin-top:50px;text-align:center;font-size:1.1em;font-weight:600}@media (min-width: 500px){.centered-card .centered-card__emphasized-footer{font-size:2em}}.centered-card .centered-card__cta{margin-top:30px}.centered-card .centered-card__cta--centered{text-align:center}.centered-card .centered-card__list{padding:0;margin:0 0 0 1em;list-style:none}@media (min-width: 500px){.centered-card .centered-card__list{max-width:510px;margin:0 auto 50px}}.centered-card .centered-card__list-item{position:relative;margin:5px 0}.centered-card .centered-card__list-item::before{position:absolute;left:-1em;width:10px;height:10px;content:url("https://storage.googleapis.com/nianticweb-media/nianticlabs/bullet-triangle.svg")}.centered-card .centered-card__footnote,.centered-card .centered-card__footer{margin-top:30px}@media (min-width: 350px){.centered-card--smb-no-margin-bottom{margin-bottom:inherit}}@media (min-width: 500px){.centered-card--smb-no-margin-bottom{margin-bottom:20px}}@media (min-width: 880px){.centered-card--smb-no-margin-bottom{margin-bottom:-120px}}.centered-card__agenda__day{margin:24px 0 48px}.centered-card__agenda__day h3{font-size:24px;line-height:1.4}.centered-card__agenda__day+.centered-card__agenda__day{border-top:1px solid #ccc;padding-top:24px}.centered-card__agenda__session{margin:24px 0}.centered-card__agenda__session-sub{border-left:2px solid #efefef;padding-left:24px}@media (min-width: 500px){.centered-card__agenda__session-sub{margin-left:24px}}.centered-card__agenda__session__time{color:#DF471C;font-weight:700;text-transform:uppercase}.centered-card__agenda__session__name{margin:4px 0 8px;font-weight:700}.centered-card__agenda__session__intro{font-size:14px;margin:8px 0 16px}.centered-card__agenda__session__speakers{font-size:14px;display:flex;flex-wrap:wrap;margin:16px 0 0}.centered-card__agenda__session__speaker{padding-bottom:8px;box-sizing:border-box;width:100%;display:flex}@media (min-width: 500px){.centered-card__agenda__session__speaker{padding-right:24px;width:50%}}.centered-card__agenda__session__speaker__photo img{width:64px;border-radius:50%;flex-shrink:0;margin-right:16px}.centered-card__agenda__session__speaker__name{font-weight:700;padding-top:4px}.centered-card__agenda__session__speaker__title{color:#666}.centered-card__agenda__session__speaker__role{color:#666;text-transform:uppercase;font-size:12px;font-weight:700}.centered-card--recovery-faq .centered-card__faqs__faq__answer{text-align:left}@media (min-width: 880px){.centered-card--cannes-2021{margin-top:120px}}.centered-card--cannes-2021 .centered-card__contents{max-width:750px}.centered-card--cannes-2021 .centered-card__body{text-align:center}.centered-card--cannes-2021 .centered-card__footer-image{max-width:600px;margin-left:auto;margin-right:auto}@media (max-width: 500px){.centered-card--cannes-subhero .centered-card__contents{padding-left:24px;padding-right:24px}}.centered-card--cannes-subhero .centered-card__subtitle{margin-top:-20px;margin-bottom:40px;font-family:"Agipo",Arial,sans-serif;font-weight:600}@media (min-width: 500px){.centered-card--cannes-subhero .centered-card__subtitle{text-align:center}}.centered-card--security h3{font-size:24px}.centered-card--text-center .image--niantic-ventures-logo{width:15rem;display:block;margin-left:auto;margin-right:auto}@-webkit-keyframes centered-image-and-card-perspective{0%{transform:rotate(2deg) translateY(0);opacity:0}100%{transform:translateY(-100px);opacity:1}}@keyframes centered-image-and-card-perspective{0%{transform:rotate(2deg) translateY(0);opacity:0}100%{transform:translateY(-100px);opacity:1}}.centered-image-and-card{position:relative;top:20px;color:#303030;z-index:0}@media (min-width: 880px){.centered-image-and-card{top:-90px;margin-bottom:60px}}@media (min-width: 880px){.centered-image-and-card--inline{top:60px}}.centered-image-and-card--inline .centered-image-and-card__contents.centered-image-and-card__contents .centered-image-and-card__title{font-family:Agipo, Roboto, Helvetia Neue, sans-serif;font-weight:600;font-size:28px;line-height:30px;margin-bottom:20px}@media (min-width: 500px){.centered-image-and-card--inline .centered-image-and-card__contents.centered-image-and-card__contents .centered-image-and-card__title{font-size:40px;line-height:48px}}.centered-image-and-card--sm-title .centered-image-and-card__contents.centered-image-and-card__contents .centered-image-and-card__title{font-family:Agipo, Roboto, Helvetia Neue, sans-serif;font-weight:600;font-size:28px;line-height:30px}@media (min-width: 500px){.centered-image-and-card--sm-title .centered-image-and-card__contents.centered-image-and-card__contents .centered-image-and-card__title{font-size:40px;line-height:48px}}.centered-image-and-card--text-centered .centered-image-and-card__contents .centered-image-and-card__title{text-align:center}.centered-image-and-card--text-left .centered-image-and-card__contents .centered-image-and-card__title{text-align:left}@media (min-width: 880px){.centered-image-and-card--push-top{margin-top:220px}}@media (min-width: 880px){.centered-image-and-card--160-top-0-bottom{margin-top:160px;margin-bottom:0}}.centered-image-and-card--about-timeline .image--ingress-prime{max-width:150px}.centered-image-and-card--about-timeline .image--pokemongo{max-width:160px;margin-top:-20px;margin-bottom:20px}.centered-image-and-card--about-timeline .image--wizards{max-width:200px;margin-right:20px}.centered-image-and-card--about-timeline .image--escher,.centered-image-and-card--about-timeline .image--matrixmill{display:block;max-width:400px;margin:0 auto}.centered-image-and-card--bottom-margin{margin-bottom:90px}@media (min-width: 500px){.centered-image-and-card--bottom-margin{margin-bottom:60px}}.centered-image-and-card .line-box{content:' ';display:block;width:100%;height:100%;pointer-events:none;position:absolute;top:0;left:0;bottom:0;right:0;z-index:-2}@media (min-width: 880px){.centered-image-and-card .line-box{border:1px solid #EE370F}}.centered-image-and-card .line-box--colored{background-color:#C12D00;border:none}@media (min-width: 500px){.centered-image-and-card .line-box--top-right{transform:translateX(-30px) translateY(-30px)}}@media (min-width: 500px){.centered-image-and-card .line-box--top-left{transform:translateX(30px) translateY(-30px)}}@media (min-width: 500px){.centered-image-and-card .line-box--bottom-left{transform:translateX(30px) translateY(30px)}}@media (min-width: 500px){.centered-image-and-card .line-box--bottom-right{transform:translateX(-30px) translateY(30px)}}.centered-image-and-card .line-box--none{display:none}.centered-image-and-card .centered-image-and-card--line-box{max-width:840px}@media (min-width: 500px){.centered-image-and-card .centered-image-and-card--line-box{width:calc(90% - 10vh);height:calc(100% - 8vw);margin:10% auto 30px;padding:80px}}.centered-image-and-card .centered-image-and-card--line-box_hidden{display:none}.centered-image-and-card--white-line .line-box{border-color:#fff !important}.centered-image-and-card.centered-image-and-card--transparent .centered-image-and-card__contents{background:transparent;border-color:transparent;box-shadow:none}.centered-image-and-card .centered-image-and-card__contents{background:#fff;box-shadow:-25px 12px 46px 0 rgba(0,0,0,0.27);box-sizing:border-box;max-width:900px;padding:40px}@media (min-width: 880px){.centered-image-and-card .centered-image-and-card__contents{margin:-25px auto 130px;border:1px solid #DF471C;padding:80px;position:relative;z-index:2}}.centered-image-and-card .centered-image-and-card__title{color:#DF471C;font-family:"Agipo",Arial,sans-serif;font-size:30px;font-weight:600;line-height:40px;margin-bottom:20px}@media (min-width: 500px){.centered-image-and-card .centered-image-and-card__title{margin-bottom:40px;text-align:center;font-size:56px;line-height:64px}}.centered-image-and-card .centered-image-and-card__body{color:#2B2D2F}@media (min-width: 500px){.centered-image-and-card .centered-image-and-card__body>p{font-size:18px;line-height:30px}}.centered-image-and-card .centered-image-and-card__body>:first-child{margin-top:0}.centered-image-and-card .centered-image-and-card__body>:last-child{margin-bottom:0}.centered-image-and-card .centered-image-and-card__faqs__list{padding:0;margin:30px 0 0;list-style-type:none}.centered-image-and-card .centered-image-and-card__faqs__faq+.centered-image-and-card__faqs__faq{margin-top:20px;padding-top:20px;border-top:1px solid #fff}.centered-image-and-card .centered-image-and-card__faqs__faq__question{cursor:pointer;font-weight:bold;padding-right:40px;position:relative}.centered-image-and-card .centered-image-and-card__faqs__faq--active .centered-image-and-card__faqs__faq__question__icon:before{transform:rotate(0)}.centered-image-and-card .centered-image-and-card__faqs__faq__answer{opacity:0;height:0;pointer-events:none;text-align:justify}.centered-image-and-card .centered-image-and-card__faqs__faq__answer h3{font-size:16px}.centered-image-and-card .centered-image-and-card__faqs__faq .centered-image-and-card__faqs__faq__question{margin-bottom:20px;text-align:justify}.centered-image-and-card .centered-image-and-card__faqs__faq--active .centered-image-and-card__faqs__faq__answer{opacity:1;pointer-events:auto;transition:opacity .5s ease;height:auto;margin-bottom:30px}.centered-image-and-card .centered-image-and-card__faqs__faq__answer__list__item{margin:10px 0}.centered-image-and-card .centered-image-and-card__image-grid{display:flex;align-content:space-around;align-items:center;flex-wrap:wrap;justify-content:center;padding:0;margin:30px 0 0;list-style-type:none}.centered-image-and-card .centered-image-and-card__image-grid__item{max-width:50%;padding:5px}@media (min-width: 500px){.centered-image-and-card .centered-image-and-card__image-grid__item{flex:1 0 40%;height:100px;margin:10px}}.centered-image-and-card .centered-image-and-card__image-grid__image{display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.centered-image-and-card .centered-image-and-card__emphasized-footer{display:block;margin-top:50px;text-align:center;font-size:1.1em;font-weight:600}@media (min-width: 500px){.centered-image-and-card .centered-image-and-card__emphasized-footer{font-size:2em}}.centered-image-and-card .centered-image-and-card__cta{margin-top:30px}.centered-image-and-card .centered-image-and-card__cta--centered{text-align:center}.centered-image-and-card .centered-image-and-card__list{padding:0;margin:0 0 0 1em;list-style:none}@media (min-width: 500px){.centered-image-and-card .centered-image-and-card__list{margin:50px 0 50px 25px}}.centered-image-and-card .centered-image-and-card__list-item{display:flex;position:relative;margin:5px 0;flex-direction:row;justify-content:flex-start;align-items:center;margin-bottom:10px}.centered-image-and-card .centered-image-and-card__list-item__image{max-width:48px;max-height:48px;height:auto;-o-object-fit:contain;object-fit:contain;margin-right:50px}.centered-image-and-card .centered-image-and-card__footnote{margin-top:30px}.centered-image-and-card .centered-image-and-card__contained{position:relative;z-index:1}@media (min-width: 880px){.centered-image-and-card .centered-image-and-card__contained{display:grid;grid-template-columns:repeat(10, 10%);max-width:1280px;padding:0 40px;margin:0 auto;align-items:center}}.centered-image-and-card .centered-image-and-card__contained sup{font-size:12px}.centered-image-and-card .centered-image-and-card__contained .centered-image-and-card__contained__image{display:flex;justify-content:center;align-items:center;position:relative}@media (min-width: 880px){.centered-image-and-card .centered-image-and-card__contained .centered-image-and-card__contained__image{grid-column:1 / -1;grid-row:1}}.centered-image-and-card .centered-image-and-card__contained .centered-image-and-card__contained__image .centered-image-and-card__contained__image__bg{position:relative;z-index:3;line-height:0;z-index:0}.centered-image-and-card .centered-image-and-card__contained .centered-image-and-card__contained__image .centered-image-and-card__contained__image__bg img{box-shadow:-25px 12px 46px 0 rgba(0,0,0,0.27);min-height:300px;max-height:500px;-o-object-fit:cover;object-fit:cover;position:relative;z-index:1}.centered-image-and-card .centered-image-and-card__contained .centered-image-and-card__contained__image .centered-image-and-card__contained__image__bg .centered-image-and-card__contained__image__bg__overlay{display:none}@media (min-width: 880px){.centered-image-and-card .centered-image-and-card__contained .centered-image-and-card__contained__image .centered-image-and-card__contained__image__bg .centered-image-and-card__contained__image__bg__overlay{background-color:rgba(0,0,0,0.7);display:block;height:100%;left:0;opacity:var(--brightness);position:absolute;top:0;width:100%;z-index:2}}.centered-image-and-card .centered-image-and-card__contained .centered-image-and-card__contained__image .centered-image-and-card__contained__image__bg .line-box{content:' ';display:block;width:100%;height:100%;pointer-events:none;position:absolute;top:0;left:0;bottom:0;right:0;z-index:-2}@media (min-width: 880px){.centered-image-and-card .centered-image-and-card__contained .centered-image-and-card__contained__image .centered-image-and-card__contained__image__bg .line-box{border:1px solid #EE370F}}.centered-image-and-card .centered-image-and-card__contained .centered-image-and-card__contained__image .centered-image-and-card__contained__image__bg .line-box--colored{background-color:#C12D00;border:none}@media (min-width: 500px){.centered-image-and-card .centered-image-and-card__contained .centered-image-and-card__contained__image .centered-image-and-card__contained__image__bg .line-box--top-right{transform:translateX(-30px) translateY(-30px)}}@media (min-width: 500px){.centered-image-and-card .centered-image-and-card__contained .centered-image-and-card__contained__image .centered-image-and-card__contained__image__bg .line-box--top-left{transform:translateX(30px) translateY(-30px)}}@media (min-width: 500px){.centered-image-and-card .centered-image-and-card__contained .centered-image-and-card__contained__image .centered-image-and-card__contained__image__bg .line-box--bottom-left{transform:translateX(30px) translateY(30px)}}@media (min-width: 500px){.centered-image-and-card .centered-image-and-card__contained .centered-image-and-card__contained__image .centered-image-and-card__contained__image__bg .line-box--bottom-right{transform:translateX(-30px) translateY(30px)}}.centered-image-and-card .centered-image-and-card__contained .centered-image-and-card__contained__image .centered-image-and-card__contained__image__bg .line-box--none{display:none}.centered-image-and-card .centered-image-and-card__contained .centered-image-and-card__contained__box{z-index:0}.centered-image-and-card .centered-image-and-card__contained .centered-image-and-card__contained__box .line-box{content:' ';display:block;width:100%;height:100%;pointer-events:none;position:absolute;top:0;left:0;bottom:0;right:0;z-index:-2}@media (min-width: 880px){.centered-image-and-card .centered-image-and-card__contained .centered-image-and-card__contained__box .line-box{border:1px solid #EE370F}}.centered-image-and-card .centered-image-and-card__contained .centered-image-and-card__contained__box .line-box--colored{background-color:#C12D00;border:none}@media (min-width: 500px){.centered-image-and-card .centered-image-and-card__contained .centered-image-and-card__contained__box .line-box--top-right{transform:translateX(-30px) translateY(-30px)}}@media (min-width: 500px){.centered-image-and-card .centered-image-and-card__contained .centered-image-and-card__contained__box .line-box--top-left{transform:translateX(30px) translateY(-30px)}}@media (min-width: 500px){.centered-image-and-card .centered-image-and-card__contained .centered-image-and-card__contained__box .line-box--bottom-left{transform:translateX(30px) translateY(30px)}}@media (min-width: 500px){.centered-image-and-card .centered-image-and-card__contained .centered-image-and-card__contained__box .line-box--bottom-right{transform:translateX(-30px) translateY(30px)}}.centered-image-and-card .centered-image-and-card__contained .centered-image-and-card__contained__box .line-box--none{display:none}@media (min-width: 880px){.centered-image-and-card .centered-image-and-card__contained .centered-image-and-card__contained__box{grid-column:6 / -1;grid-row:1}}@media (min-width: 880px){.centered-image-and-card--reversed .centered-image-and-card__contained .centered-image-and-card__contained__box{grid-column:1 / 6}}.centered-image-and-card .centered-image-and-card__contained .centered-image-and-card__contained__box__inner{background-color:#FFFFFF;padding:60px 40px}@media (min-width: 880px){.centered-image-and-card .centered-image-and-card__contained .centered-image-and-card__contained__box__inner{border:1px solid #FFFFFF;box-shadow:-25px 12px 46px 0 rgba(0,0,0,0.27);padding:60px;right:40px;z-index:2}}.centered-image-and-card .centered-image-and-card__contained .centered-image-and-card__contained__box__body{color:#000000;margin-bottom:20px;font-size:18px;line-height:30px}@media (min-width: 880px){.centered-image-and-card .centered-image-and-card__contained .centered-image-and-card__contained__box__body{max-width:80%}}@media (min-width: 880px){.centered-image-and-card--wide .centered-image-and-card__contained .centered-image-and-card__contained__box__body{max-width:unset}}.centered-image-and-card .centered-image-and-card__contained .centered-image-and-card__contained__box__body a{color:inherit}.centered-image-and-card .centered-image-and-card__contained .centered-image-and-card__contained__box__title{color:#000000;margin-bottom:20px;font-family:Agipo, Roboto, Helvetia Neue, sans-serif;font-weight:600;font-size:28px;line-height:30px;max-width:90%}@media (min-width: 500px){.centered-image-and-card .centered-image-and-card__contained .centered-image-and-card__contained__box__title{font-size:40px;line-height:48px}}.centered-image-and-card .centered-image-and-card__contained .centered-image-and-card__contained__box__list{padding-left:1em}.centered-image-and-card .centered-image-and-card__contained .centered-image-and-card__contained__box__list__title{margin:60px 0 20px;text-align:center;font-size:1.2em;font-weight:bold}@media (min-width: 880px){.centered-image-and-card .centered-image-and-card__contained .centered-image-and-card__contained__box__list__title{margin:40px 0 20px}}.centered-image-and-card .centered-image-and-card__contained .centered-image-and-card__contained__box__list__item{margin-bottom:20px}.centered-image-and-card .centered-image-and-card__contained .centered-image-and-card__contained__box__list__item:last-of-type{margin-bottom:0}.centered-image-and-card .centered-image-and-card__contained .centered-image-and-card__contained__box__list__item em{font-style:normal;font-weight:800}.centered-image-and-card .centered-image-and-card__contained .centered-image-and-card__contained__box__cta{display:inline-block;margin-right:20px;margin-bottom:20px}@media (min-width: 880px){.centered-image-and-card .centered-image-and-card__contained .centered-image-and-card__contained__box__cta{margin-bottom:0}}.centered-image-and-card .centered-image-and-card__carousel{width:calc(100% + 160px);margin-left:-80px}.centered-image-and-card .centered-image-and-card__carousel__container{position:relative;width:100%;padding:25px 0;margin:20px 0;max-height:225px;border-top:1px solid #DF471C;border-bottom:1px solid #DF471C}.centered-image-and-card .centered-image-and-card__carousel__slides__link{display:flex;flex-direction:column;justify-content:center;align-items:center}.centered-image-and-card .centered-image-and-card__carousel__slides__slide:focus{outline:none;border:0 none}.centered-image-and-card .centered-image-and-card__carousel__slides__image{max-width:175px;max-height:175px}.centered-image-and-card .centered-image-and-card__carousel__arrow{position:absolute;top:50%;display:flex;justify-content:center;align-items:center;width:44px;height:44px;background:#FFFFFF;border-radius:100%;box-shadow:0 2px 10px 0 rgba(0,0,0,0.23);transform:translateY(-50%)}.centered-image-and-card .centered-image-and-card__carousel__arrow--next{margin-right:-22px;right:0}.centered-image-and-card .centered-image-and-card__carousel__arrow--prev{margin-left:-22px;left:0}.centered-image-and-card .centered-image-and-card__carousel__arrow--prev svg{transform:scaleX(-1)}@media (min-width: 350px){.centered-image-and-card--smb-no-margin-bottom{margin-bottom:inherit}}@media (min-width: 500px){.centered-image-and-card--smb-no-margin-bottom{margin-bottom:20px}}@media (min-width: 880px){.centered-image-and-card--smb-no-margin-bottom{margin-bottom:-120px}}.centered-image-and-card__agenda__day{margin:24px 0 48px}.centered-image-and-card__agenda__day h3{font-size:24px;line-height:1.4}.centered-image-and-card__agenda__day+.centered-image-and-card__agenda__day{border-top:1px solid #ccc;padding-top:24px}.centered-image-and-card__agenda__session{margin:24px 0}.centered-image-and-card__agenda__session-sub{border-left:2px solid #efefef;padding-left:24px}@media (min-width: 500px){.centered-image-and-card__agenda__session-sub{margin-left:24px}}.centered-image-and-card__agenda__session__time{color:#DF471C;font-weight:700;text-transform:uppercase}.centered-image-and-card__agenda__session__name{margin:4px 0 8px;font-weight:700}.centered-image-and-card__agenda__session__intro{font-size:14px;margin:8px 0 16px}.centered-image-and-card__agenda__session__speakers{font-size:14px;display:flex;flex-wrap:wrap;margin:16px 0 0}.centered-image-and-card__agenda__session__speaker{padding-bottom:8px;box-sizing:border-box;width:100%;display:flex}@media (min-width: 500px){.centered-image-and-card__agenda__session__speaker{padding-right:24px;width:50%}}.centered-image-and-card__agenda__session__speaker__photo img{width:64px;border-radius:50%;flex-shrink:0;margin-right:16px}.centered-image-and-card__agenda__session__speaker__name{font-weight:700;padding-top:4px}.centered-image-and-card__agenda__session__speaker__title{color:#666}.centered-image-and-card__agenda__session__speaker__role{color:#666;text-transform:uppercase;font-size:12px;font-weight:700}@media (min-width: 880px){.centered-image-and-card--sustainability-mobile{top:-180px}}@media (max-width: 880px){.centered-image-and-card--sustainability-mobile{top:0;margin-bottom:40px}}@media (max-width: 500px){.centered-image-and-card--sustainability-mobile .centered-image-and-card__contained .centered-image-and-card__contained__image{padding:0 10px}.centered-image-and-card--sustainability-mobile .centered-image-and-card__contained .centered-image-and-card__contained__image .centered-image-and-card__contained__image__bg__image{display:flex;justify-content:center}.centered-image-and-card--sustainability-mobile .centered-image-and-card__contained .centered-image-and-card__contained__image .centered-image-and-card__contained__image__bg img{width:calc(100% - 24px);height:auto;min-height:0}.centered-image-and-card--sustainability-mobile .centered-image-and-card__contents{position:relative;padding-top:0;margin-top:-17px;z-index:2;background:transparent;box-shadow:none}.centered-image-and-card--sustainability-mobile .centered-image-and-card__contents .centered-image-and-card__title{text-align:center;padding:17px;font-size:24px;line-height:35px;background:#FFFFFF;border:1px solid #DF471C;box-shadow:-25px 12px 46px 0 rgba(0,0,0,0.12)}.centered-image-and-card--sustainability-mobile .centered-image-and-card__contents .centered-image-and-card__subtitle{font-size:18px;line-height:30px;margin-bottom:40px}.centered-image-and-card--sustainability-mobile .centered-image-and-card__list-item{flex-direction:column;justify-content:center}.centered-image-and-card--sustainability-mobile .centered-image-and-card__list-item__image{margin-right:0}}.form-card{position:relative;top:20px;color:#303030;z-index:0}@media (min-width: 880px){.form-card{top:-90px;margin-bottom:60px}}@media (min-width: 880px){.form-card--inline{top:60px}}.form-card--inline .form-card__contents.form-card__contents .form-card__title{font-family:Agipo, Roboto, Helvetia Neue, sans-serif;font-weight:600;font-size:28px;line-height:30px;margin-bottom:20px}@media (min-width: 500px){.form-card--inline .form-card__contents.form-card__contents .form-card__title{font-size:40px;line-height:48px}}.form-card--text-left .form-card__contents .form-card__title{text-align:left}@media (min-width: 880px){.form-card--push-top{margin-top:220px}}@media (min-width: 880px){.form-card--160-top-0-bottom{margin-top:160px;margin-bottom:0}}.form-card--about-timeline .image--ingress-prime{max-width:150px}.form-card--about-timeline .image--pokemongo{max-width:160px;margin-top:-20px;margin-bottom:20px}.form-card--about-timeline .image--wizards{max-width:200px;margin-right:20px}.form-card--about-timeline .image--escher,.form-card--about-timeline .image--matrixmill{display:block;max-width:400px;margin:0 auto}.form-card .line-box{content:' ';display:block;width:100%;height:100%;pointer-events:none;position:absolute;top:0;left:0;bottom:0;right:0;z-index:-2}@media (min-width: 880px){.form-card .line-box{border:1px solid #EE370F}}.form-card .line-box--colored{background-color:#C12D00;border:none}@media (min-width: 500px){.form-card .line-box--top-right{transform:translateX(-30px) translateY(-30px)}}@media (min-width: 500px){.form-card .line-box--top-left{transform:translateX(30px) translateY(-30px)}}@media (min-width: 500px){.form-card .line-box--bottom-left{transform:translateX(30px) translateY(30px)}}@media (min-width: 500px){.form-card .line-box--bottom-right{transform:translateX(-30px) translateY(30px)}}.form-card .line-box--none{display:none}.form-card input,.form-card select,.form-card textarea,.form-card button{font-family:inherit;font-size:inherit;line-height:inherit}.form-card input,.form-card select,.form-card textarea{color:inherit}.form-card fieldset{margin:0;padding:0;border:0}.form-card legend{margin:0;padding:0}.form-card--line-box{max-width:840px}@media (min-width: 500px){.form-card--line-box{width:calc(90% - 10vh);height:calc(100% - 8vw);padding:80px;margin:10% auto 30px}}.form-card--line-box--white-line .line-box{border-color:#fff !important}.form-card__contents{position:relative;z-index:1;max-width:900px;padding:40px;background:#fff;box-shadow:-25px 12px 46px 0 rgba(0,0,0,0.27);box-sizing:border-box}@media (min-width: 500px){.form-card__contents{padding:60px}}@media (min-width: 880px){.form-card__contents{padding:80px;margin:0 auto 30px;border:1px solid #DF471C}}.form-card__form.hidden{display:none}.form-card__title{margin-bottom:50px;font-family:"Agipo",Arial,sans-serif;font-size:30px;font-weight:600;line-height:40px;color:#DF471C}@media (min-width: 500px){.form-card__title{margin-bottom:40px;font-size:56px;line-height:64px;text-align:center}}.form-card__body,.form-card__confirmation-body,.form-card__field__label{margin:40px 0 30px}.form-card__cta{margin-top:30px}.form-card__field__container{margin:2em 0}.form-card__field__container:focus-within .form-card__field__label{color:#DF471C}.form-card__field__description{margin-top:5px;font-size:0.9em}.form-card__field__input:not([type=checkbox]):not([type=radio]){width:100%;padding:8px;border:1px solid #ccc;transition:.2s}select.form-card__field__input{height:40px}@media (hover){.form-card__field__input :hover{border-color:#605c55}}.form-card__field__input :focus{border-color:#DF471C;border-width:2px;padding:7px;outline:none}.form-card__field__input .ng-invalid-required.ng-untouched{box-shadow:none}::-webkit-input-placeholder,::-moz-placeholder{opacity:1}.input--radio:focus-within .form-card__field__label,.input--checkbox-group:focus-within .form-card__field__label{color:inherit}.form-card__field__radio-option,.form-card__field__checkbox-group-option{display:flex;align-items:center;margin:10px 0}.form-card__field__radio-option .form-card__field__label,.form-card__field__checkbox-group-option .form-card__field__label{margin:0}.form-card__field__radio-option .form-card__field__input,.form-card__field__checkbox-group-option .form-card__field__input{flex:0 0 20px;margin-right:10px}.input--checkbox{position:relative;display:flex;align-items:flex-start;margin-top:40px}.input--checkbox .form-card__field__label{flex:1;margin:0 0 0 8px}.input--checkbox:focus-within .form-card__field__label{color:inherit}@media (min-width: 500px){.input--half-column{display:inline-block;width:47%}}@media (min-width: 500px){.input--half-column:nth-of-type(2n){margin-right:5%}}.form-card__bg-img{position:absolute;z-index:0;width:310px}.form-card__bg-img--top-right{top:-15%;right:-5%}.form-card__bg-img--mid-left{top:45%;left:-5%;transform:rotate(-50deg)}.form-card__bg-img--bottom-right{right:15%;bottom:-5%}.form-card__confirmation{display:flex;align-items:center;flex-direction:column;justify-content:center;margin:0 auto}.form-card__confirmation.hidden{display:none}.form-card__success-icon{width:30px;height:30px;margin-bottom:30px}.form-card__confirmation-title{font-size:21px;line-height:1.2;margin-top:0;margin-bottom:30px;font-weight:600;color:#f06546}@media (min-width: 500px){.form-card__confirmation-title{font-size:40px;line-height:1.2}}.form-card__confirmation-body{margin:0}.form-card__confirmation-body p:not(:only-child){text-align:initial}.form-card__error{color:#f06546;text-align:center}.form-card__error.hidden{display:none}.form-card__field__label{margin:.5em 0;display:block;transition:.2s}.form-card__section,.form-card__subsection{display:none}.form-card__section .form-card__submit{margin-right:0;margin-left:0}.form-card__section--active,.form-card__subsection--active{display:block}.form-card__section-title{font-size:20px;line-height:1.2;margin-top:0}@media (min-width: 880px){.form-card__section-title{font-size:24px;line-height:1.2}}.form-card__section-controls{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;margin:60px 0 20px}.form-card__section-controls__nav{display:flex;align-items:center;justify-content:space-between;margin:0 -8px}.form-card__section-controls__nav button{display:block;color:#fff;padding:8px 32px;margin:8px;cursor:pointer;background-color:#DF471C;border:1px solid #DF471C;font-weight:700;transition:.2s;outline:0}@media (hover){.form-card__section-controls__nav button:hover{color:#f06546;background-color:#fff}}.form-card__section-controls__nav button:focus{color:#f06546;background-color:#fff}.form-card--hidden,.form-card--hidden *{height:0;overflow:hidden}.form-card__section-progress{text-align:right}.form-card__section-progress progress{margin-right:8px;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:8px;vertical-align:middle;border:0}.form-card__section-progress progress::-webkit-progress-bar{background:#ddd}.form-card__section-progress progress::-webkit-progress-value{background:#DF471C}.form-card__section-progress progress::-moz-progress-bar{background:#DF471C}.form-card--nominate-local .form-card__contents{font-size:15px;line-height:20px;max-width:800px}@media (max-width: 500px){.form-card--nominate-local .form-card__contents{padding:60px 24px}}.form-card--nominate-local .form-card__form{max-width:none}.form-card--nominate-local .form-card__body,.form-card--nominate-local .form-card__confirmation-body,.form-card--nominate-local .form-card__field__label{margin-top:0}.form-card--nominate-local .form-card__body p:first-child,.form-card--nominate-local .form-card__confirmation-body p:first-child,.form-card--nominate-local .form-card__field__label p:first-child{margin-top:0}.form-card--nominate-local .form-card__field__label--main{font-weight:700}.form-card--nominate-local .form-card__field__input-other{margin-left:8px;min-width:200px}.form-card--beyondreality{top:0;margin-top:-140px}.form-card--beyondreality--bdi{top:0;margin-top:-40px}.card-columns{max-width:900px;margin:0 auto}.card-columns .card-columns__cards{justify-content:center}@media (min-width: 500px){.card-columns .card-columns__cards{margin:0 -10px;display:flex}}.card-columns .card-columns__cards__card{position:relative;z-index:0}.card-columns .card-columns__cards__card .line-box{content:' ';display:block;width:100%;height:100%;pointer-events:none;position:absolute;top:0;left:0;bottom:0;right:0;z-index:-2}@media (min-width: 880px){.card-columns .card-columns__cards__card .line-box{border:1px solid #EE370F}}.card-columns .card-columns__cards__card .line-box--colored{background-color:#C12D00;border:none}@media (min-width: 500px){.card-columns .card-columns__cards__card .line-box--top-right{transform:translateX(-30px) translateY(-30px)}}@media (min-width: 500px){.card-columns .card-columns__cards__card .line-box--top-left{transform:translateX(30px) translateY(-30px)}}@media (min-width: 500px){.card-columns .card-columns__cards__card .line-box--bottom-left{transform:translateX(30px) translateY(30px)}}@media (min-width: 500px){.card-columns .card-columns__cards__card .line-box--bottom-right{transform:translateX(-30px) translateY(30px)}}.card-columns .card-columns__cards__card .line-box--none{display:none}.card-columns .card-columns__cards__card .card-columns__cards__card__line-box{flex-basis:50%}@media (min-width: 500px){.card-columns .card-columns__cards__card .card-columns__cards__card__line-box{width:95%;margin:0px 0px 0 5%;padding:60px}}.card-columns .card-columns__cards__card .card-columns__cards__card__content{background:#DF471C;box-shadow:-25px 12px 46px 0 rgba(0,0,0,0.27);box-sizing:border-box;padding:60px;flex-basis:50%;position:relative}@media (min-width: 500px){.card-columns .card-columns__cards__card .card-columns__cards__card__content{margin:0 10px}}.card-columns .card-columns__cards__card .card-columns__cards__card__title{font-family:"Agipo",Arial,sans-serif;font-size:40px;font-weight:600;color:#FFFFFF;line-height:48px;margin:0 0 20px}.card-columns .card-columns__cards__card .card-columns__cards__card__cta .cta__text{color:#fff}.card-columns .card-columns__cards__card .card-columns__cards__card__cta .cta__text:after{background-color:rgba(255,255,255,0.75)}.card-columns .card-columns__cards__card .card-columns__cards__card__cta .cta__text svg *{fill:#fff;stroke:#fff}.game-card{z-index:0;position:relative}.game-card .line-box{content:' ';display:block;width:100%;height:100%;pointer-events:none;position:absolute;top:0;left:0;bottom:0;right:0;z-index:-2}@media (min-width: 880px){.game-card .line-box{border:1px solid #EE370F}}.game-card .line-box--colored{background-color:#C12D00;border:none}@media (min-width: 500px){.game-card .line-box--top-right{transform:translateX(-30px) translateY(-30px)}}@media (min-width: 500px){.game-card .line-box--top-left{transform:translateX(30px) translateY(-30px)}}@media (min-width: 500px){.game-card .line-box--bottom-left{transform:translateX(30px) translateY(30px)}}@media (min-width: 500px){.game-card .line-box--bottom-right{transform:translateX(-30px) translateY(30px)}}.game-card .line-box--none{display:none}.game-card[id]{padding-top:90px}.game-card a{color:#fff;text-decoration:underline}.game-card .game-card__line-box{display:none !important}@media (min-width: 880px){.game-card .game-card__line-box{display:block !important;max-width:840px;width:calc(90% - 10vh);height:100%;margin:0 auto 30px;padding:80px}}.game-card .game-card__contents{border:1px solid #fff;background:#DF471C;color:#fff;max-width:900px;position:relative;margin:0 auto}@media (min-width: 500px){.game-card .game-card__contents{margin:0 auto 30px}}@media (min-width: 880px){.game-card .game-card__contents{display:flex}}.game-card--reversed .game-card__contents{flex-direction:row-reverse}@media (min-width: 500px){.game-card--niantic{margin-bottom:-20px !important}}.game-card--press{margin-top:60px}.game-card .game-card__logo{padding:30px;flex-grow:1;display:flex;justify-content:center;align-items:center;flex-direction:column}.game-card .game-card__logo__image img{max-width:210px;margin-bottom:20px}.game-card .game-card__logo__social{display:flex;justify-content:center;align-items:center}.game-card .game-card__logo__social__link{background:#FFFFFF;box-shadow:0 2px 7px 0 rgba(63,55,55,0.29);display:inline-flex;width:35px;height:35px;margin:0 8px;border-radius:100%;justify-content:center;align-items:center;line-height:35px;transition:all 200ms ease}.game-card .game-card__logo__social__link img{width:55%;height:55%}.game-card .game-card__logo__social__link:hover{transform:scale(1.1)}.game-card .game-card__content{padding:30px}@media (min-width: 500px){.game-card .game-card__content{width:560px;padding:60px}}@media (min-width: 500px){.game-card--full-text .game-card__content{width:100%}}.game-card .game-card__content__title{font-family:"Agipo",Arial,sans-serif;font-size:40px;font-weight:600;color:#FFFFFF;line-height:40px;margin-bottom:60px;position:relative}.game-card .game-card__content__title:after{content:'';left:0;height:1px;width:100%;position:absolute;bottom:-15px;background:#fff}.game-card .game-card__content__body{margin-bottom:30px;opacity:0.8;font-size:15px;color:#FFFFFF;line-height:26px}.game-card .game-card__content__cta{margin-bottom:40px}.game-card .game-card__content__badges{line-height:0;display:flex;--justify-content: center;--align-items: center}.game-card .game-card__content__badges .game-card__content__badges__badge{margin-right:10px}.game-card .game-card__content__badges .game-card__content__badges__badge img{max-width:135px;max-height:40px}.game-screenshots{position:relative;max-width:1024px;margin:0 auto;overflow:hidden}@media (min-width: 880px){.game-screenshots{overflow:visible}}.game-screenshots .slick-list{overflow:visible !important}.game-screenshots .slick-slide:focus{outline:none}.game-screenshots .game-screenshots__slides{line-height:0}.game-screenshots .game-screenshots__slides__slide{align-items:center;box-sizing:border-box;display:flex;justify-content:center;padding:10px;width:900px;transition:all 300ms ease;opacity:.5}@media (min-width: 500px){.game-screenshots .game-screenshots__slides__slide{padding:50px}}.game-screenshots .game-screenshots__slides__slide img{box-shadow:-25px 12px 46px 0 rgba(0,0,0,0.27);max-width:100%;max-height:100%}.game-screenshots .game-screenshots__slides__slide img:after{content:' ';display:block;width:100%;height:100%;pointer-events:none;position:absolute;top:0;left:0;bottom:0;right:0;transform:translateX(10px) translateY(15px);border:1px solid #DF471C;z-index:0}@media (min-width: 500px){.game-screenshots .game-screenshots__slides__slide img:after{transform:translateX(30px) translateY(40px)}}.game-screenshots .game-screenshots__slides__slide:hover{transform:scale(1.025)}.game-screenshots .game-screenshots__slides__slide.slick-active{opacity:1}.game-screenshots .game-screenshots__arrow{background:#FFFFFF;box-shadow:0 2px 7px 0 rgba(63,55,55,0.29);display:inline-flex;width:35px;height:35px;margin:0 8px;border-radius:100%;justify-content:center;align-items:center;line-height:35px;transition:all 200ms ease;position:absolute;top:calc(50% - 17.5px);cursor:pointer}.game-screenshots .game-screenshots__arrow svg{width:55%;height:55%}.game-screenshots .game-screenshots__arrow:hover{background:#DF471C;transform:scale(1.1)}.game-screenshots .game-screenshots__arrow:hover svg g{stroke:white}.game-screenshots .game-screenshots__arrow--prev{left:30px}.game-screenshots .game-screenshots__arrow--prev svg{transform:rotate(180deg)}.game-screenshots .game-screenshots__arrow--next{right:30px}.card-carousel{position:relative;max-width:1024px;padding:60px 0 90px;margin:0 auto;overflow:hidden}@media (min-width: 880px){.card-carousel{overflow:visible}}.card-carousel .slick-list{overflow:visible !important}.card-carousel .slick-slide:focus{outline:none}.card-carousel .card-carousel__title{padding:0 20px;margin:30px auto;font-size:2em;font-weight:bold;line-height:1.1;text-align:center}@media (min-width: 500px){.card-carousel .card-carousel__title{font-size:3em}}.card-carousel .card-carousel__intro{padding:0 24px 24px;text-align:center}.card-carousel .card-carousel__container{position:relative}.card-carousel .card-carousel__slides{line-height:0}.card-carousel .card-carousel__slides__slide{position:relative;display:flex;align-items:center;justify-content:center;width:900px;padding:10px;opacity:.5;box-sizing:border-box;transition:all 300ms ease}@media (min-width: 500px){.card-carousel .card-carousel__slides__slide{padding:50px}}.card-carousel .card-carousel__slides__slide img{max-width:100%;max-height:100%;filter:brightness(0.4);box-shadow:-25px 12px 46px 0 rgba(0,0,0,0.27)}@media (min-width: 500px){.card-carousel .card-carousel__slides__slide img{filter:brightness(0.6)}}.card-carousel .card-carousel__slides__slide.slick-active{opacity:1}.card-carousel.card-carousel--force-aspect-ratio .card-carousel__slides__slide{height:70vw}@media (min-width: 880px){.card-carousel.card-carousel--force-aspect-ratio .card-carousel__slides__slide{height:600px}}.card-carousel.card-carousel--force-aspect-ratio .card-carousel__slides__slide img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.card-carousel .card-carousel__slides__slide__content{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:flex;align-items:center;flex-direction:column;justify-content:space-between;padding:10px 10%;color:#fff}@media (min-width: 500px){.card-carousel .card-carousel__slides__slide__content{bottom:50px;left:50px;padding:0 25% 10% 5%;align-items:flex-start;justify-content:flex-end}}.card-carousel .card-carousel__slides__slide__title,.card-carousel .card-carousel__slides__slide__date{filter:drop-shadow(1px 1px 3px rgba(0,0,0,0.5));margin:10px 0;text-align:center}@media (min-width: 500px){.card-carousel .card-carousel__slides__slide__title,.card-carousel .card-carousel__slides__slide__date{text-align:left}}.card-carousel .card-carousel__slides__slide__title{font-size:20px;line-height:1.2}@media (min-width: 500px){.card-carousel .card-carousel__slides__slide__title{font-size:40px;line-height:1.2}}.card-carousel .card-carousel__slides__slide__date{font-size:18px;line-height:1.2}@media (min-width: 500px){.card-carousel .card-carousel__slides__slide__date{font-size:25px;line-height:1.2}}.card-carousel .card-carousel__arrow{background:#FFFFFF;box-shadow:0 2px 7px 0 rgba(63,55,55,0.29);display:inline-flex;width:35px;height:35px;margin:0 8px;border-radius:100%;justify-content:center;align-items:center;line-height:35px;transition:all 200ms ease;position:absolute;top:calc(50% - 17.5px);cursor:pointer}.card-carousel .card-carousel__arrow svg{width:55%;height:55%}.card-carousel .card-carousel__arrow:hover{background:#DF471C;transform:scale(1.1)}.card-carousel .card-carousel__arrow:hover svg g{stroke:white}.card-carousel .card-carousel__arrow--prev{left:30px}.card-carousel .card-carousel__arrow--prev svg{transform:rotate(180deg)}.card-carousel .card-carousel__arrow--next{right:30px}.card-carousel.card-carousel--testimonials{max-width:none;padding-bottom:60px;background:#f0f0f0}@media (min-width: 880px){.card-carousel.card-carousel--testimonials{padding-bottom:120px}}.card-carousel.card-carousel--testimonials .card-carousel__title{color:#DF471C;font-family:"Agipo",Arial,sans-serif;font-size:30px;font-weight:600;line-height:45px;margin-bottom:20px}@media (min-width: 500px){.card-carousel.card-carousel--testimonials .card-carousel__title{margin-bottom:40px;font-size:40px;line-height:60px}}.card-carousel.card-carousel--testimonials .card-carousel__slides__slide{width:300px;min-height:250px;padding:50px 40px;background-color:#fff;background-image:url("/img/business/icons/quotes.svg");background-repeat:no-repeat;background-position:30px 26px;background-size:62px 47px;flex-direction:column;align-items:flex-start;margin-right:20px;transform:scale3d(0.97, 0.97, 0.97)}@media (min-width: 500px){.card-carousel.card-carousel--testimonials .card-carousel__slides__slide{width:400px;margin-right:30px}}.card-carousel.card-carousel--testimonials .card-carousel__slide__content{display:flex;width:100%;height:100%;font-size:16px;line-height:24px;flex:0;margin-bottom:24px}.card-carousel.card-carousel--testimonials .card-carousel__slide__author{display:flex;color:#DF471C;font-weight:600;align-items:center;flex:1;line-height:24px}.card-carousel.card-carousel--testimonials .card-carousel__slide__author:focus,.card-carousel.card-carousel--testimonials .card-carousel__slide__author:active{outline:none}.card-carousel.card-carousel--testimonials .card-carousel__slide__author:before{content:'';background:url(/img/business/logos.png) no-repeat left top;background-size:24px 216px;width:24px;height:24px;flex-shrink:0;margin-right:8px}.card-carousel.card-carousel--testimonials .card-carousel__slide__author__none:before{display:none}.card-carousel.card-carousel--testimonials .card-carousel__slide__author__adweek:before{background-position-y:-24px}.card-carousel.card-carousel--testimonials .card-carousel__slide__author__wsj:before{background-position-y:-48px}.card-carousel.card-carousel--testimonials .card-carousel__slide__author__nypost:before{background-position-y:-72px}.card-carousel.card-carousel--testimonials .card-carousel__slide__author__bloomberg:before{background-position-y:-96px}.card-carousel.card-carousel--testimonials .card-carousel__slide__author__forbes:before{background-position-y:-120px}.card-carousel.card-carousel--testimonials .card-carousel__slide__author__inc:before{background-position-y:-144px}.card-carousel.card-carousel--testimonials .card-carousel__slide__author__inverse:before{background-position-y:-168px}.card-carousel.card-carousel--testimonials .card-carousel__slide__author__guardian:before{background-position-y:-192px}.card-carousel.card-carousel--testimonials .card-carousel__slide__author__gelatogo:before{background-image:url(/img/smb/logos/gelatogo.png);background-position-y:0;background-size:contain}.card-carousel.card-carousel--testimonials .card-carousel__slide__author__seathings:before{background-image:url(/img/smb/logos/seathings.png);background-position-y:0;background-size:contain}.card-carousel.card-carousel--testimonials .card-carousel__slide__author__recessgames:before{background-image:url(/img/smb/logos/recessgames.png);background-position-y:0;background-size:contain}.card-carousel.card-carousel--testimonials .card-carousel__slide__author__kasa:before{background-image:url(/img/smb/logos/kasa.png);background-position-y:0;background-size:contain}.card-carousel.card-carousel--testimonials .card-carousel__slide__author__boomtube:before{background-image:url(/img/smb/logos/boomtube.png);background-position-y:0;background-size:contain}.card-carousel.card-carousel--testimonials .card-carousel__slides__slide__logo{height:20px;width:100%;background-size:auto 20px;background-repeat:no-repeat;background-position:left}.card-carousel.card-carousel--testimonials .card-carousel__slides__slide__cta{margin-top:20px}@media (min-width: 880px){.card-carousel.card-carousel--testimonials .card-carousel__slides::before,.card-carousel.card-carousel--testimonials .card-carousel__slides::after{display:flex;content:'';position:absolute;top:0;bottom:0;width:200px;height:300px;z-index:1}.card-carousel.card-carousel--testimonials .card-carousel__slides::before{left:0;background-image:linear-gradient(270deg, rgba(240,240,240,0) 0%, #F0F0F0 54%)}.card-carousel.card-carousel--testimonials .card-carousel__slides::after{right:0;background-image:linear-gradient(90deg, rgba(240,240,240,0) 0%, #F0F0F0 54%)}}.card-carousel.card-carousel--testimonials .card-carousel__arrow{top:50%;transform:translatey(-50%);z-index:2}@media (min-width: 350px){.card-carousel.card-carousel--no-padding-top{padding-top:inherit}}@media (min-width: 880px){.card-carousel.card-carousel--no-padding-top{padding-top:0px}}.card-carousel.card-carousel--bios{max-width:none;padding-bottom:60px;background:#f0f0f0}.card-carousel.card-carousel--bios .card-carousel__title{color:#DF471C;font-family:"Agipo",Arial,sans-serif;font-size:30px;font-weight:600;line-height:45px;margin-bottom:20px}@media (min-width: 500px){.card-carousel.card-carousel--bios .card-carousel__title{margin-bottom:40px;font-size:40px;line-height:60px}}.card-carousel.card-carousel--bios .card-carousel__slides__slide{width:300px;min-height:150px;padding:24px;background-color:#fff;align-items:flex-start;margin-right:20px;transform:none}@media (min-width: 500px){.card-carousel.card-carousel--bios .card-carousel__slides__slide{width:500px;margin-right:30px}}.card-carousel.card-carousel--bios .card-carousel__slides__image{box-shadow:none;width:120px;height:120px;border-radius:50%;filter:none;flex-shrink:0;margin-right:20px}.card-carousel.card-carousel--bios .card-carousel__slide__content{flex-grow:1;line-height:1.6}.card-carousel.card-carousel--links .card-carousel__slides__slide{cursor:pointer}.card-carousel.card-carousel--recovery .card-carousel__title{margin-bottom:20px;max-width:780px}.card-carousel.card-carousel--recovery .card-carousel__subtitle{text-align:center}.card-carousel.card-carousel--recovery .card-carousel__slides{margin-top:40px}@media (min-width: 500px){.card-carousel.card-carousel--recovery .card-carousel__slides{margin-top:0}}.card-carousel.card-carousel--recovery .card-carousel__slides__slide__content{font-size:22px;line-height:1;justify-content:flex-end}@media (min-width: 500px){.card-carousel.card-carousel--recovery .card-carousel__slides__slide__content{font-size:32px}}.card-carousel.card-carousel--cannes-2021{padding:60px 0}.card-carousel.card-carousel--cannes-2021 .card-carousel__title{color:#DF471C;margin-bottom:20px;max-width:780px}.card-carousel.card-carousel--cannes-2021 .card-carousel__subtitle{text-align:center}.card-carousel.card-carousel--cannes-2021 .card-carousel__slides{margin-top:40px}@media (min-width: 500px){.card-carousel.card-carousel--cannes-2021 .card-carousel__slides{margin-top:0}}.card-carousel.card-carousel--cannes-2021 .card-carousel__slides__slide{height:450px}@media (min-width: 880px){.card-carousel.card-carousel--cannes-2021 .card-carousel__slides__slide{height:600px}}.card-carousel.card-carousel--cannes-2021 .card-carousel__slides__slide__content{font-size:22px;line-height:1;justify-content:flex-end}@media (min-width: 500px){.card-carousel.card-carousel--cannes-2021 .card-carousel__slides__slide__content{font-size:32px}}.faq-card{position:relative;z-index:0}.faq-card a{color:#fff;text-decoration:underline}.faq-card .line-box{content:' ';display:block;width:100%;height:100%;pointer-events:none;position:absolute;top:0;left:0;bottom:0;right:0;z-index:-2}@media (min-width: 880px){.faq-card .line-box{border:1px solid #EE370F}}.faq-card .line-box--colored{background-color:#C12D00;border:none}@media (min-width: 500px){.faq-card .line-box--top-right{transform:translateX(-30px) translateY(-30px)}}@media (min-width: 500px){.faq-card .line-box--top-left{transform:translateX(30px) translateY(-30px)}}@media (min-width: 500px){.faq-card .line-box--bottom-left{transform:translateX(30px) translateY(30px)}}@media (min-width: 500px){.faq-card .line-box--bottom-right{transform:translateX(-30px) translateY(30px)}}.faq-card .line-box--none{display:none}.faq-card .faq-card__line-box{display:none !important}@media (min-width: 880px){.faq-card .faq-card__line-box{display:block !important;max-width:750px;width:calc(90% - 10vh);height:100%;margin:0 auto 30px;padding:80px}}.faq-card .faq-card__contents{border:1px solid #fff;background:#DF471C;color:#fff;max-width:800px;position:relative;margin:0 auto}@media (min-width: 500px){.faq-card .faq-card__contents{margin:0 auto 30px}}@media (min-width: 880px){.faq-card .faq-card__contents{display:flex}}.faq-card--reversed .faq-card__contents{flex-direction:row-reverse}.faq-card .faq-card__content{padding:30px}@media (min-width: 500px){.faq-card .faq-card__content{padding:60px}}.faq-card .faq-card__content__title{font-family:"Agipo",Arial,sans-serif;font-size:40px;font-weight:600;color:#FFFFFF;line-height:40px;margin-bottom:60px;position:relative}.faq-card .faq-card__content__title:after{content:'';left:0;height:1px;width:100%;position:absolute;bottom:-15px;background:#fff}.faq-card .faq-card__content__faq{color:#FFFFFF;font-size:15px;line-height:26px;margin-bottom:30px}.faq-card .faq-card__content__faq__question{font-weight:bold;margin:0}.faq-card .faq-card__content__faq__answer{font-size:14px;margin:0}.four-up-grid{margin:60px auto 30px auto;max-width:1440px;padding:0 20px}@media (min-width: 880px){.four-up-grid{margin:-40px auto 60px auto;padding:0 60px}}.four-up-grid a{display:block}.four-up-grid .four-up-grid__slides{justify-content:center;align-items:center;display:flex;flex-wrap:wrap}.four-up-grid .four-up-grid__slides__slide{z-index:0;position:relative;flex-basis:50%;margin-bottom:35px}.four-up-grid .four-up-grid__slides__slide .line-box{content:' ';display:block;width:100%;height:100%;pointer-events:none;position:absolute;top:0;left:0;bottom:0;right:0;z-index:-2}@media (min-width: 880px){.four-up-grid .four-up-grid__slides__slide .line-box{border:1px solid #EE370F}}.four-up-grid .four-up-grid__slides__slide .line-box--colored{background-color:#C12D00;border:none}@media (min-width: 500px){.four-up-grid .four-up-grid__slides__slide .line-box--top-right{transform:translateX(-30px) translateY(-30px)}}@media (min-width: 500px){.four-up-grid .four-up-grid__slides__slide .line-box--top-left{transform:translateX(30px) translateY(-30px)}}@media (min-width: 500px){.four-up-grid .four-up-grid__slides__slide .line-box--bottom-left{transform:translateX(30px) translateY(30px)}}@media (min-width: 500px){.four-up-grid .four-up-grid__slides__slide .line-box--bottom-right{transform:translateX(-30px) translateY(30px)}}.four-up-grid .four-up-grid__slides__slide .line-box--none{display:none}@media (min-width: 880px){.four-up-grid .four-up-grid__slides__slide{flex-basis:25%}}.four-up-grid .four-up-grid__slides__slide a{transition:all 300ms ease}.four-up-grid .four-up-grid__slides__slide a:hover{transform:translateY(-15px) scale(1.05)}.four-up-grid .four-up-grid__slides__slide__line-box{width:80% !important;height:80% !important;margin-left:10%;margin-top:10%;padding:0 20px}.four-up-grid .four-up-grid__slides__slide__image{line-height:0;padding:0 20px;margin-bottom:20px;box-sizing:border-box}.four-up-grid .four-up-grid__slides__slide__image img{box-shadow:-25px 12px 46px 0 rgba(0,0,0,0.27);max-width:340px}.four-up-grid .four-up-grid__slides__slide__cta{text-align:center;text-transform:uppercase;font-weight:bold;transform:translateY(15px)}.four-up-grid--white-line .four-up-grid__slides__slide__cta{color:#fff}.four-up-grid--white-line .four-up-grid__slides__slide__line-box{border-color:#fff !important}.assets{margin:50px auto}.assets .assets__title{font-family:"Agipo",Arial,sans-serif;font-size:40px;font-weight:600;color:#DF471C;text-align:center;margin:60px auto}.assets .assets__slides{display:flex;justify-content:center;flex-wrap:wrap;overlow:visible;max-width:880px;margin:0 auto}.assets .assets__slides .assets__slides__slide{background:#fff;width:25vw;height:25vw;min-width:250px;min-height:250px;max-width:350px;max-height:350px;display:flex;justify-content:center;align-items:center;text-align:center;margin:0 30px 30px;border:1px solid #DF471C;transition:all 300ms ease;will-change:transform;transform:perspective(600px) rotateY(0.1deg)}.assets .assets__slides .assets__slides__slide img{max-width:200px;width:auto;max-height:100px}.assets .assets__slides .assets__slides__slide:hover{transform:perspective(600px) rotateY(10deg)}.assets .assets__slides .assets__slides__slide__content__cta{margin-top:20px}.events-carousel{position:relative;max-width:1024px;margin:0 auto 60px auto}.events-carousel .slick-list{overflow:visible !important}.events-carousel .slick-slide:focus{outline:none}.events-carousel .events-carousel__slides{line-height:0}.events-carousel .events-carousel__slides__slide{align-items:center;box-sizing:border-box;display:flex;justify-content:center;padding:20px;transition:all 300ms ease;will-change:transform;transform:perspective(600px) rotateY(0.1deg)}@media (min-width: 880px){.events-carousel .events-carousel__slides__slide{padding:20px 60px}}.events-carousel .events-carousel__slides__slide:hover{transform:perspective(600px) rotateY(2deg)}.events-carousel .events-carousel__arrow{background:#FFFFFF;box-shadow:0 2px 7px 0 rgba(63,55,55,0.29);display:inline-flex;width:35px;height:35px;margin:0 8px;border-radius:100%;justify-content:center;align-items:center;line-height:35px;transition:all 200ms ease;position:absolute;top:calc(50% - 17.5px);cursor:pointer}.events-carousel .events-carousel__arrow svg{width:55%;height:55%}.events-carousel .events-carousel__arrow:hover{background:#DF471C;transform:scale(1.1)}.events-carousel .events-carousel__arrow:hover svg g{stroke:white}.events-carousel .events-carousel__arrow--prev{left:30px}.events-carousel .events-carousel__arrow--prev svg{transform:rotate(180deg)}.events-carousel .events-carousel__arrow--next{right:30px}.events-list{margin:60px auto;padding:0 20px}@media (min-width: 880px){.events-list{padding:0 30px;max-width:1280px;margin:80px auto 60px}}.events-list__past,.events-list__upcoming{position:relative}.events-list__upcoming{margin-bottom:60px}.events-list__past__title,.events-list__upcoming__title{align-items:center;display:flex;font-size:22px;line-height:35px;height:70px;padding:0 20px}@media (min-width: 880px){.events-list__past__title,.events-list__upcoming__title{height:100px;justify-content:center;text-align:center}}.events-list__upcoming__title{color:#DF471C}.events-list__past__title{background-color:#DF471C;box-shadow:0 4px 7px rgba(0,0,0,0.16);color:#fff;cursor:pointer;margin-bottom:60px;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.events-list__event>*{background-color:#fff;box-shadow:-25px 12px 46px 0 rgba(0,0,0,0.27);display:flex;flex-direction:column}@media (min-width: 880px){.events-list__event>*{flex-direction:row;flex-wrap:nowrap}}.events-list__event>*:hover{text-decoration:none}.events-list__event+.events-list__event{margin-top:40px}.events-list__event__left{position:relative;width:100%;height:228px}@media (min-width: 500px){.events-list__event__left{height:270px}}@media (min-width: 880px){.events-list__event__left{width:195px;height:auto}}.events-list__event__date,.events-list__event__image{position:absolute;top:0;left:0;width:100%;height:100%}.events-list__event__image{z-index:1}.events-list__event__image img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.events-list__event__date{color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:2;text-transform:uppercase}.events-list__event__date__day{font-size:64px;line-height:1;margin-bottom:10px}.events-list__event__date__month{font-size:32px;font-weight:600;line-height:1}.events-list__event__content{text-align:center;order:2;padding:20px 20px 40px}@media (min-width: 880px){.events-list__event__content{flex:1;padding:30px 40px;text-align:left;align-self:center;order:0}}.events-list__event__title{color:#DF471C;font-family:"Agipo",Arial,sans-serif;font-size:32px;font-weight:600;line-height:40px;margin-bottom:10px;font-weight:600}.events-list__event__body{color:#3F4847;font-size:17px;line-height:26px;margin:0 auto}.events-list__event__body p{margin-top:0;margin-bottom:0}.events-list__event__meta{margin-top:20px;display:flex;align-items:center;justify-content:center}@media (min-width: 880px){.events-list__event__meta{justify-content:flex-start}}.events-list__event__upvotes{margin-right:20px}.events-list__event__globe{width:24px;height:24px;margin-right:5px;display:none}.events-list__event__countries{display:none}.events-list__event__country{box-shadow:1px 1px 9px rgba(0,0,0,0.13);margin:0 5px;width:28px}.events-list__event__country img{display:block}.events-list__event__right{display:flex;flex-direction:column;justify-content:space-between}.events-list__event__logo{margin:0 auto;width:100%;height:144px;padding:10px;display:flex;justify-content:center;align-items:center}@media (min-width: 880px){.events-list__event__logo{margin:0;width:144px}}.events-list__event__logo img{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.events-list__event__social{display:none;line-height:0;width:144px}@media (min-width: 880px){.events-list__event__social{display:block}}.events-list__event__social .social-links{display:flex;flex-wrap:nowrap;justify-content:center}.events-list__event__social .social-links__link{display:block;margin-left:0;margin-right:0;width:40px;height:auto}.events-list__event__cta{margin:20px 0 0;text-align:center}@media (min-width: 880px){.events-list__event__cta{align-self:center;margin:0}}.events-list__event__cta .button{display:inline-block}.events-list__past__title{cursor:pointer;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.events-list__past .events-list__events{display:none}.events-list__past--expanded .events-list__events{display:block}.events-list__expand-icon{position:absolute;right:20px;top:50%}@media (min-width: 880px){.events-list__expand-icon{right:40px}}@media (min-width: 880px){.events-list__expand-icon{right:100px}}.events-list__expand-icon:before,.events-list__expand-icon:after{content:'';display:block;width:20px;height:2px;background-color:#fff;position:absolute;right:0;top:0}.events-list__expand-icon:before{transform:rotate(-90deg);transition:transform .5s ease}.events-list__past--expanded .events-list__expand-icon:before{transform:rotate(0)}.event-card{border:1px solid #fff;background:#DF471C;color:#fff;max-width:900px;position:relative;margin:0 auto;z-index:0}.event-card .line-box{content:' ';display:block;width:100%;height:100%;pointer-events:none;position:absolute;top:0;left:0;bottom:0;right:0;z-index:-2}@media (min-width: 880px){.event-card .line-box{border:1px solid #EE370F}}.event-card .line-box--colored{background-color:#C12D00;border:none}@media (min-width: 500px){.event-card .line-box--top-right{transform:translateX(-30px) translateY(-30px)}}@media (min-width: 500px){.event-card .line-box--top-left{transform:translateX(30px) translateY(-30px)}}@media (min-width: 500px){.event-card .line-box--bottom-left{transform:translateX(30px) translateY(30px)}}@media (min-width: 500px){.event-card .line-box--bottom-right{transform:translateX(-30px) translateY(30px)}}.event-card .line-box--none{display:none}@media (min-width: 500px){.event-card{margin:0 auto 30px}}@media (min-width: 880px){.event-card{display:flex}}.event-card--reversed{flex-direction:row-reverse}.event-card .event-card__content{padding:30px}@media (min-width: 500px){.event-card .event-card__content{padding:60px}}.event-card .event-card__header{align-items:center;border-bottom:1px solid #fff;display:flex;flex-direction:column;justify-content:space-between;margin-bottom:30px}@media (min-width: 880px){.event-card .event-card__header{flex-direction:row}}.event-card .event-card__header__title{color:#FFFFFF;font-family:"Agipo",Arial,sans-serif;font-size:30px;font-weight:600;line-height:45px;margin-right:20px;position:relative}.event-card .event-card__header__date{font-size:15px;line-height:26px;margin-bottom:10px;white-space:nowrap}@media (min-width: 500px){.event-card .event-card__header__date{margin-bottom:0}}.event-card .event-card__body{color:#FFFFFF;font-size:15px;line-height:26px;margin-bottom:30px;opacity:0.8}.event-card .event-card__footer{align-items:center;display:flex;flex-direction:column;justify-content:space-between}@media (min-width: 880px){.event-card .event-card__footer{flex-direction:row}}.event-card .event-card__footer__flags{display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.event-card .event-card__footer__flags__flag{width:36px;height:24px;margin-right:20px}.masonry-cards__container{display:flex;max-width:980px;padding:0 4px;margin:0 auto;flex-direction:column;justify-content:center;align-items:center}@media (min-width: 768px){.masonry-cards__container{padding:0 40px}}.masonry-cards__container a{color:inherit}.masonry-cards__title{color:#DF471C;font-family:"Agipo",Arial,sans-serif;font-size:30px;font-weight:600;line-height:45px;margin-top:40px;margin-bottom:20px;text-align:center}@media (min-width: 768px){.masonry-cards__title{margin-top:0;margin-bottom:40px;font-size:40px;line-height:60px}}.masonry-cards__title__superscripts{font-size:18px;font-weight:600}.masonry-cards__cards{display:flex;list-style:none;padding:0;margin:0;width:100%;flex-direction:column;flex-wrap:no-wrap}@media (min-width: 768px){.masonry-cards__cards{flex-direction:row;flex-wrap:wrap;width:calc(100% + 4px);margin-right:-4px}}.masonry-cards__card{display:flex;flex-direction:column;width:100%;min-height:200px;border:4px solid #DF471C;padding:15px;margin:0 4px 4px 0;justify-content:center;align-items:center}@media (min-width: 768px){.masonry-cards__card{min-height:260px}}@media (min-width: 850px){.masonry-cards__card{min-height:235px}}@media (min-width: 940px){.masonry-cards__card{min-height:210px}}@media (min-width: 970px){.masonry-cards__card{min-height:200px}}.masonry-cards__card--bg-red{background-color:#DF471C;color:#fff}.masonry-cards__card--bg-white{background-color:#fff;color:#DF471C}.masonry-cards__card--landscape .masonry-cards__card__content{flex-direction:row}.masonry-cards__card--landscape .masonry-cards__card__title{flex:0 1 auto;margin-right:20px}.masonry-cards__card--landscape .masonry-cards__card__description{flex:1}.masonry-cards__card--portrait .masonry-cards__card__content{flex-direction:column}.masonry-cards__card--portrait .masonry-cards__card__title,.masonry-cards__card--portrait .masonry-cards__card__description{flex:1}.masonry-cards__card--portrait .masonry-cards__card__title{margin-bottom:0px}.masonry-cards__card--small-title .masonry-cards__card__title{font-size:24px;line-height:36px}.masonry-cards__card--medium-title .masonry-cards__card__title{font-size:40px;line-height:60px}@media (min-width: 768px){.masonry-cards__card--width-20{width:calc(22.222222% - 4px)}}@media (min-width: 768px){.masonry-cards__card--width-25{width:calc(25.000000% - 4px)}}@media (min-width: 768px){.masonry-cards__card--width-33{width:calc(33.333333% - 4px)}}@media (min-width: 768px){.masonry-cards__card--width-40{width:calc(38.888889% - 4px)}}@media (min-width: 768px){.masonry-cards__card--width-45{width:calc(44.444444% - 4px)}}@media (min-width: 768px){.masonry-cards__card--width-50{width:calc(50% - 4px)}}@media (min-width: 768px){.masonry-cards__card--width-55{width:calc(55.555556% - 4px)}}@media (min-width: 768px){.masonry-cards__card--align-top{justify-content:flex-start}}.masonry-cards__card--text-center .masonry-cards__card__description{text-align:center}.masonry-cards__image{display:flex;max-height:56px;max-width:56px;margin-bottom:20px}.masonry-cards__image img{-o-object-fit:contain;object-fit:contain}.masonry-cards__card__content{display:flex;justify-content:center;align-items:center}.masonry-cards__card__title{color:inherit;font-family:"Agipo",Arial,sans-serif;font-size:48px;font-weight:600;line-height:64px;text-align:center}.masonry-cards__card__description{color:inherit;font-family:"Akkurat","Gill Sans","Gill Sans MT","Myriad Pro","DejaVu Sans Condensed",Helvetica,Arial,sans-serif;font-size:16px;font-weight:400;line-height:24px;text-align:left}.masonry-cards__card__superscripts{color:inherit;font-family:"Akkurat","Gill Sans","Gill Sans MT","Myriad Pro","DejaVu Sans Condensed",Helvetica,Arial,sans-serif;font-size:10px;font-weight:400;line-height:15px;text-align:left}.masonry-cards__footnotes{position:relative;margin:50px 0 0;align-self:flex-start;list-style-position:inside}.masonry-cards__footnotes::before{content:'';display:flex;width:40px;height:1px;background-color:#979797;position:absolute;top:-20px;left:0}.masonry-cards__footnotes ol{margin:0;padding:0}.masonry-cards__footnotes p{margin:0}.masonry-cards__footnote{font-size:12px}.masonry-cards__footnote a{color:inherit}.masonry-cards__footnote a:hover{text-decoration:underline}.masonry-cards--cannes .masonry-cards__card:last-child .masonry-cards__image{max-width:78.48px}@media (min-width: 880px){[parallax-left]{will-change:transform;transition:transform .03s linear;transform:translateX(var(--left, 0))}}@media (min-width: 880px){[parallax-left-cards]{will-change:transform;transition:transform .03s linear;transform:translateX(var(--left, 0))}}@media (min-width: 880px){[parallax-right]{will-change:transform;transition:transform .03s linear;transform:translateX(var(--right, 0))}}@media (min-width: 880px){[parallax-right-cards]{will-change:transform;transition:transform .03s linear;transform:translateX(var(--right, 0))}}@media (min-width: 880px){[parallax-up]{will-change:transform;transition:transform .03s linear;transform:translateY(var(--up, 0))}}@media (min-width: 880px){[parallax-up-2]{will-change:transform;transition:transform .03s linear;transform:translateY(calc(var(--up, 0) * 2))}}@media (min-width: 880px){[parallax-hero-fade-up]{will-change:transform;transition:transform .03s linear;transform:perspective(500);transform:scale(var(--zoom)) translateY(var(--up)) rotateX(var(--rotate));opacity:var(--fade-out)}}@media (min-width: 880px){[parallax-up-centered-card]{will-change:transform;transition:transform .03s linear;transform:translateY(calc(var(--up, 0) * 2))}}@media (min-width: 880px){[parallax-index-background]{will-change:transform;transition:transform .03s linear;tranform-origin:bottom center;transform:scale(calc(var(--background-scale)* 1))}}.upvotes{background-color:#f5f5f5;border:1px solid #dedede;color:#3F4847;cursor:pointer;display:inline-block;font-size:16px;line-height:18px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:4px;padding:5px 10px}.upvotes span,.upvotes svg{display:inline-block;vertical-align:middle}.upvotes svg{width:18px;height:18px}.upvotes:hover{text-decoration:none}.upvotes:hover .upvotes__icon{opacity:.6}.upvotes__icon{margin-right:5px;opacity:.3;transition:opacity .5s ease}.upvotes__icon--active{opacity:1 !important}.sr-only{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.floating-video{position:relative;max-width:1280px;padding:20px 20px 50px;margin:0 auto}@media (min-width: 500px){.floating-video{padding:40px 40px 60px}}@media (min-width: 880px){.floating-video{padding:60px 24px}}@media (min-width: 880px){.floating-video--sustainability{top:-180px}}.floating-video__header-img{display:block;max-width:320px;margin:0 auto}@media (min-width: 500px){.floating-video__header-img{max-width:450px}}.floating-video__content{position:relative;z-index:1;margin-bottom:40px}@media (min-width: 880px){.floating-video__content{display:flex;align-items:center;justify-content:space-between;margin:40px 0 50px;gap:40px}}.floating-video__title{font-size:21px;line-height:32px;margin:30px 0 50px;text-align:center}@media (min-width: 500px){.floating-video__title{font-size:28px;line-height:42px;display:block;max-width:600px;margin-right:auto;margin-left:auto}}@media (min-width: 880px){.floating-video__title{margin-right:50px;margin-left:70px;flex:1 0 300px;text-align:left}}.floating-video__main{padding-bottom:24px}@media (min-width: 1150px){.floating-video__main{padding:0 48px}}.floating-video__main h2{font-size:28px;line-height:30px}.floating-video__video-container{position:relative;cursor:pointer}@media (min-width: 880px){.floating-video__video-container{flex:1 0 600px}}.floating-video__video-preview{border:1px solid #fff;box-shadow:-3px 3px 15px 3px rgba(0,0,0,0.5)}.floating-video__play-icon{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:48px}@media (min-width: 500px){.floating-video__play-icon{width:72px}}.floating-video__bg{bottom:-150px;height:515px;left:-250px;pointer-events:none;position:absolute;width:515px;z-index:0}.floating-video__footer{max-width:60em;margin:30px auto 30px;padding:0 30px;color:#fff}@media (min-width: 500px){.floating-video__footer{margin:80px auto 0;padding:0 50px}}@media (min-width: 880px){.floating-video__footer{margin:90px auto 70px}}.floating-video__footer__emphasized,.floating-video__footer__body{text-align:center;filter:drop-shadow(-2px 2px 3px rgba(0,0,0,0.3))}.floating-video__footer__body{font-size:16px;line-height:1.2}@media (min-width: 500px){.floating-video__footer__body{font-size:18px;line-height:1.2}}.floating-video__footer__emphasized{font-size:24px;line-height:1.2}@media (min-width: 500px){.floating-video__footer__emphasized{font-size:36px;line-height:1.2}}.footnotes{max-width:800px;padding:0 40px;margin:0 auto;max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content;font-size:13px;line-height:18px;color:#666;margin-top:80px;margin-bottom:80px}.footnotes:before{content:'';display:block;border-top:1px solid currentColor;opacity:.3;margin:0 auto 80px;width:50%;height:0}.footnotes ol{margin:0 0 1em;padding:0;list-style:none}.footnotes__number{display:inline-block;margin-right:.5em}.segmented span{white-space:nowrap}.blog-archive__item{list-style:none;margin-bottom:40px}.blog-archive__item__link{color:#303030}.blog-archive__item__title{color:#EE370F;display:block;font-size:20px;line-height:25px;margin:0 0 10px 0;font-weight:normal}.blog-archive__item__title p{margin-bottom:0;padding:0}.blog-archive__item__meta{font-size:13px;line-height:18px}.blog-archive__item__publisher{color:#f06546;font-weight:bold;margin-right:10px}.blog-archive-pages{display:flex;margin-top:60px;overflow:auto;padding:20px 0}@media (min-width: 500px){.blog-archive-pages{justify-content:center}}.blog-archive-page{width:24px;height:24px;color:#fff;display:flex;align-items:center;cursor:pointer;background-color:#EE370F;font-size:12px;flex-shrink:0;justify-content:center}.blog-archive-page--active{background-color:#fff;color:#605c55}.blog-archive-page:hover{background-color:#1D2837;text-decoration:none}.blog-archive-page+.blog-archive-page{margin-left:5px}.blog-list{position:relative}@media (min-width: 880px){.blog-list{top:-90px}}@media (min-width: 880px){.blog-list__post+.blog-list__post{margin-top:80px}}.blog-list__older{margin-top:80px;text-align:center}.blog-post{max-width:1280px;padding:0 40px;margin:0 auto;padding:0}@media (min-width: 880px){.blog-post{padding:0 40px}}.blog-post--single{position:relative}@media (min-width: 880px){.blog-post--single{top:180px}}.blog-post__breadcrumbs{font-size:15px;font-weight:600;color:#8B9196;line-height:31px;padding:10px}@media (min-width: 880px){.blog-post__breadcrumbs{margin-bottom:10px;padding:0}}@media (min-width: 880px){.blog-post__breadcrumbs--narrow{margin-left:80px;margin-right:80px}}.blog-list__post .blog-post__breadcrumbs{display:none}.blog-post__breadcrumbs__sep{margin:0 5px}.blog-post__hero-image{position:relative;z-index:9}@media (min-width: 880px){.blog-post__hero-image{margin-bottom:-40px}}.blog-post__hero-image img{box-shadow:-25px 12px 46px 0 rgba(0,0,0,0.27);display:block;position:relative;z-index:10}.blog-post__hero-image::after{content:'';display:block;width:100%;height:100%;position:absolute;top:20px;left:20px;border:1px solid #DF471C;z-index:9}.blog-post__page{background-color:#fff;box-shadow:-25px 12px 46px 0 rgba(0,0,0,0.27);position:relative;z-index:10;padding:100px 40px}@media (min-width: 880px){.blog-post__page{margin-left:80px;margin-right:80px}}@media (min-width: 500px){.blog-post__page{border:1px solid #DF471C}}@media (min-width: 880px){.blog-post__page{padding:100px}}.blog-post__page h3{font-size:24px;font-weight:400;color:#2B2D2F;line-height:46px;margin-top:60px}.blog-post__header{margin-bottom:40px}.blog-post__image{margin-bottom:40px}.blog-post__eyebrow{color:#8B9196;font-size:16px;line-height:1;margin-bottom:20px}.blog-post__title{color:#DF471C;font-size:40px;line-height:48px}.blog-post__body{font-size:18px;color:#2B2D2F;line-height:34px}.blog-post__body li{font-size:18px;color:#2B2D2F;line-height:34px;margin-bottom:20px}.blog-post__body .youtube-container{position:relative;padding-bottom:56.25%;height:0;overflow:hidden}.blog-post__body .youtube-container iframe{border:none;position:absolute;top:0;left:0;width:100%;height:100%}.blog-post__social{margin-top:20px}.blog-post__back{background-color:#DF471C;box-shadow:-25px 12px 46px 0 rgba(0,0,0,0.27);display:block;margin-top:20px;padding:30px;position:relative;z-index:10;font-size:22px;color:#2B2D2F;line-height:40px}@media (min-width: 880px){.blog-post__back{margin-left:80px;margin-right:80px}}.blog-list__post .blog-post__back{display:none}.blog-post__back__icon{margin-right:26px}.blog-post__back__label{color:#fff}.blog-post__back__icon,.blog-post__back__label{display:inline-block;vertical-align:middle}.headline{font-family:"Agipo",Arial,sans-serif;font-size:40px;line-height:1.1;font-weight:600;color:#DF471C;text-align:center;margin:60px auto}.headline--push-top{margin-top:220px}html{--x-offset: 2}.hero{align-items:center;background-color:#26282a;background-position:bottom center;background-size:cover;display:flex;min-height:500px;height:75vh;justify-content:center;max-height:1280px;perspective:100vw;position:relative;text-align:center;width:100%}.hero--perspective{transform:rotateY(calc(var(--x-offset) * 20deg)) rotateX(calc(var(--y-offset) * -20deg))}.hero .hero__content{max-width:300px;margin:0 auto}@media (min-width: 500px){.hero .hero__content{max-width:650px}}@media (min-width: 880px){.hero .hero__content{max-width:690px}}.hero .hero__content__eyebrow{font-family:Akkurat, Roboto, Helvetia Neue, sans-serif;color:#fff;font-size:44px;margin-bottom:20px;position:relative}.hero .hero__content__eyebrow:after{content:' ';background-color:#fff;height:1px;width:80%;display:block;margin:40px auto 0}.hero .hero__content__eyebag{font-family:Akkurat, Roboto, Helvetia Neue, sans-serif;color:#fff;margin-top:40px;font-size:24px;font-weight:700;text-shadow:0 4px 8px rgba(0,0,0,0.4)}.hero .hero__content__eyebag:before{content:'';display:block;height:0;border-top:2px solid currentColor;width:160px;margin:0 auto 40px;opacity:.7}.hero .hero__content__title{color:#fff;padding:0 20px;text-shadow:0 4px 8px rgba(0,0,0,0.4);font-family:Agipo, Roboto, Helvetia Neue, sans-serif;font-weight:600;font-size:40px;line-height:48px}@media (min-width: 500px){.hero .hero__content__title{font-size:57px;line-height:71px}}.hero .hero__content__subtitle{font-family:Agipo, Roboto, Helvetia Neue, sans-serif;font-weight:600;font-size:28px;line-height:30px;color:#fff;padding:0 20px;text-shadow:0 4px 8px rgba(0,0,0,0.4);margin-top:10px}@media (min-width: 500px){.hero .hero__content__subtitle{font-size:40px;line-height:48px}}.hero .hero__content__locale-picker{margin-top:20px}.hero .hero__content__cta{margin-top:20px}.hero .hero__carousel{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden;z-index:-1}.hero .hero__carousel::before{content:'';display:block;position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.3);z-index:1;pointer-events:none}.hero .hero__carousel__slides{width:100%;height:100%}.hero .hero__carousel__slides .slick-list,.hero .hero__carousel__slides .slick-track{width:100%;height:100%}.hero .hero__carousel__slide{width:100%;height:100%}.hero .hero__carousel__slide img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}@media (min-width: 500px){.hero .hero__carousel__slide img.mobile-only{display:none}}@media (max-width: 500px){.hero .hero__carousel__slide img.desktop-only{display:none}}.hero--index{height:90vh;max-height:650px}@media (min-width: 500px){.hero--index{height:90vh;max-height:1000px}}.hero--index .hero__blur{position:absolute;background-color:rgba(0,0,0,0.6);z-index:10;transition:.3s opacity linear;opacity:0;transition-delay:1.2s;will-change:opacity}.hero--index .hero__blur--top{width:calc(100% - 25px);height:25px;top:0;left:0}.hero--index .hero__blur--bottom{width:calc(100% - 25px);height:25px;bottom:0;left:25px}.hero--index .hero__blur--left{width:25px;height:calc(100% - 25px);top:25px;left:0}.hero--index .hero__blur--right{width:25px;height:calc(100% - 25px);top:0;right:0}.hero--index.inview--active .hero__blur{opacity:1}.hero--index .hero__border{position:absolute;z-index:10;overflow:hidden}.hero--index .hero__border:after{position:absolute;content:' ';background-color:#fff;width:100%;height:1px;top:0;left:0;transition:.3s transform linear;will-change:transform}.hero--index .hero__border--top{width:calc(100% - 50px);height:1px;top:25px;left:25px}.hero--index .hero__border--top:after{transition-timing-function:ease-in;transform:translateX(100%)}.hero--index .hero__border--bottom{bottom:25px;left:25px;width:calc(100% - 50px);height:1px}.hero--index .hero__border--bottom:after{transform:translateX(-100%);transition-delay:.6s}.hero--index .hero__border--left{top:25px;left:25px;width:1px;height:calc(100% - 50px)}.hero--index .hero__border--left:after{width:1px;height:100%;transform:translateY(-100%);transition-delay:.3s}.hero--index .hero__border--right{top:25px;right:25px;width:1px;height:calc(100% - 50px)}.hero--index .hero__border--right:after{width:1px;height:100%;transform:translateY(100%);transition-timing-function:ease-out;transition-delay:.9s}.hero--index.inview--active .hero__border:after{transform:translateX(0) translateY(0)}.hero--index .hero__index{position:absolute;height:100%;width:100%;top:0;left:0;overflow:hidden}.hero--index .hero__index .hero__index__image,.hero--index .hero__index .hero__index__image__wrapper{position:absolute;height:100%;width:100%;top:0;left:0}.hero--index .hero__index .hero__index__image__image{background-repeat:no-repeat;background-size:cover;bottom:0;height:100%;left:0;pointer-events:none;position:absolute;width:100%;background-position:bottom center}.hero--index .hero__index__canvas{position:absolute;height:100%;width:100%;top:0;left:0;opacity:0;transition:0.6s opacity ease;transition-delay:2.7s}.hero--index .hero__index__grid{position:absolute;opacity:0;bottom:0;left:0%;opacity:0;transition:.3s opacity ease;transition-delay:1.5s}.hero--index .hero__index__blur{position:absolute;height:100%;width:100%;top:0;left:0}.hero--index .hero__index.inview--active .hero__index__canvas{opacity:0.3}.hero--index .hero__index.inview--active .hero__index__grid{opacity:0.6}.hero--index .hero__pin{width:50px;position:absolute}.hero--index .hero__pin--0{margin:170px 0 0 -105px;-webkit-animation-delay:500ms;animation-delay:500ms;transform:scale(0.5);zoom:.75}@media (min-width: 500px){.hero--index .hero__pin--0{transform:scale(0.9);zoom:1}}.hero--index .hero__pin--1{margin:220px 0 0 70px;-webkit-animation-delay:500ms;animation-delay:500ms}@media (min-width: 500px){.hero--index .hero__pin--1{margin:250px 0 0 300px}}.hero--index .hero__pin--2{zoom:.85;transform:scale(0.7);margin:60px 0 0 550px;-webkit-animation-delay:500ms;animation-delay:500ms}.hero--index .hero__pin--3{zoom:.75;transform:scale(0.7);margin:60px 0 0 -550px;-webkit-animation-delay:500ms;animation-delay:500ms}.hero--index .hero__pin--4{transform:scale(1);margin:200px 0 0 -650px;-webkit-animation-delay:500ms;animation-delay:500ms}.hero--support{height:30vh;background-position:center}.hero--support:after{content:'';position:absolute;left:0;top:0;right:0;bottom:0;background:rgba(0,0,0,0.5);z-index:-1}.hero--beyondreality{height:50vh;background-position:center}.hero--beyondreality:after{content:'';position:absolute;left:0;top:0;right:0;bottom:0;background:rgba(0,0,0,0.5);z-index:-1}.hero--beyondreality .hero__content{max-width:none}.hero--augmenting-cities{height:70vh}.hero--augmenting-cities:before{content:'';position:absolute;background:black;opacity:.5;top:0;left:0;right:0;bottom:0}.hero--draw-border .hero__border{position:absolute;z-index:10;overflow:hidden}.hero--draw-border .hero__border:after{position:absolute;content:' ';background-color:#fff;width:100%;height:1px;top:0;left:0;transition:.3s transform linear;will-change:transform}.hero--draw-border .hero__border--top{width:calc(100% - 50px);height:1px;top:25px;left:25px}.hero--draw-border .hero__border--top:after{transition-timing-function:ease-in;transform:translateX(100%)}.hero--draw-border .hero__border--bottom{bottom:25px;left:25px;width:calc(100% - 50px);height:1px}.hero--draw-border .hero__border--bottom:after{transform:translateX(-100%);transition-delay:.6s}.hero--draw-border .hero__border--left{top:25px;left:25px;width:1px;height:calc(100% - 50px)}.hero--draw-border .hero__border--left:after{width:1px;height:100%;transform:translateY(-100%);transition-delay:.3s}.hero--draw-border .hero__border--right{top:25px;right:25px;width:1px;height:calc(100% - 50px)}.hero--draw-border .hero__border--right:after{width:1px;height:100%;transform:translateY(100%);transition-timing-function:ease-out;transition-delay:.9s}.hero--draw-border.inview--active .hero__border:after{transform:translateX(0) translateY(0)}.hero--cannes-2021 .hero__content__title{display:none}@media (max-width: 500px){.hero--cannes-2021 .hero__border{display:none}}.hero--cannes-2021 .hero__carousel::before{background-color:transparent}.image-grid{padding:40px 0}@media (min-width: 500px){.image-grid{padding:80px 0}}.image-grid__header{margin-bottom:40px;padding:0 16px}.image-grid__header__title{color:#DF471C;padding:0 20px;margin:30px auto;font-size:2em;font-weight:bold;line-height:1.1;text-align:center}@media (min-width: 500px){.image-grid__header__title{font-size:3em}}.image-grid__header__subtitle{text-align:center}.image-grid__images{padding:0 16px}@media (min-width: 500px){.image-grid__images{display:grid;grid-template-columns:repeat(3, 1fr);-moz-column-gap:24px;column-gap:24px;padding:0 80px;max-width:1200px;margin:0 auto}}.image-grid__images__image+.image-grid__images__image{margin-top:16px}@media (min-width: 500px){.image-grid__images__image+.image-grid__images__image{margin-top:0}}.image-grid--cannes-2021{padding-top:0}.image-masonry-grid{padding:40px 0}@media (min-width: 880px){.image-masonry-grid{padding:80px 0}}.image-masonry-grid__header{margin-bottom:40px;padding:0 16px}.image-masonry-grid__header__title{color:#DF471C;padding:0 20px;margin:30px auto;font-size:2em;font-weight:bold;line-height:1.1;text-align:center}@media (min-width: 880px){.image-masonry-grid__header__title{font-size:3em}}.image-masonry-grid__header__subtitle{text-align:center}.image-masonry-grid__rows{padding:0 24px}@media (min-width: 880px){.image-masonry-grid__rows{max-width:1200px;margin:0 auto;padding:0 80px}}.image-masonry-grid__row{display:flex;-moz-column-gap:24px;column-gap:24px}.image-masonry-grid__row--2-cols{display:grid}@media (max-width: 880px){.image-masonry-grid__row--2-cols{grid-template-columns:repeat(1, 1fr)}}@media (min-width: 880px){.image-masonry-grid__row--2-cols{grid-template-columns:repeat(2, 1fr)}}.image-masonry-grid__row--3-cols{display:grid}@media (max-width: 880px){.image-masonry-grid__row--3-cols{grid-template-columns:repeat(1, 1fr)}}@media (min-width: 880px){.image-masonry-grid__row--3-cols{grid-template-columns:repeat(3, 1fr)}}.image-masonry-grid__row+.image-masonry-grid__row{margin-top:24px}.image-masonry-grid__row__image{position:relative}.image-masonry-grid__row__image img{display:block;height:100%}@media (max-width: 880px){.image-masonry-grid__row__image+.image-masonry-grid__row__image{margin-top:24px}}.image-masonry-grid__row__image__caption{position:absolute;bottom:0;left:0;width:100%;padding:24px;color:white;background:linear-gradient(to bottom, rgba(0,0,0,0), #000)}.job-details{max-width:1280px;padding:0 40px;margin:0 auto;padding:0 15px;position:relative;top:180px}@media (min-width: 500px){.job-details{padding:0 40px}}.job-details__breadcrumbs{font-size:15px;font-weight:600;color:#8B9196;line-height:31px;margin-bottom:10px !important}@media (min-width: 880px){.job-details__breadcrumbs{margin:0 80px}}.job-details__breadcrumbs__sep{margin:0 5px}.job-details__page{background-color:#fff;border:1px solid #DF471C;box-shadow:-25px 12px 46px 0 rgba(0,0,0,0.27);position:relative;z-index:10;padding:100px 40px}@media (min-width: 880px){.job-details__page{margin:0 80px}}@media (min-width: 880px){.job-details__page{padding:100px}}.job-details__page h3{font-size:24px;font-weight:400;color:#2B2D2F;line-height:46px;margin-top:20px}.job-details__header{text-align:center;margin-bottom:40px}.job-details__eyebrow{color:#8B9196;font-size:16px;line-height:1;margin-bottom:20px}.job-details__title{color:#DF471C;font-size:40px;font-weight:600;line-height:48px}.job-details__body{font-size:18px;color:#2B2D2F;line-height:30px}.job-details__body p:first-child{font-size:18px;color:#2B2D2F;line-height:30px}.job-details__body li{font-size:18px;color:#2B2D2F;line-height:30px;margin-bottom:10px}.job-details__locations__title{margin-top:60px}.job-details__location{font-size:18px;color:#2B2D2F;line-height:34px}.job-details__location+.job-details__location{border-top:1px solid #DF471C;margin-top:20px;padding-top:20px}.job-details__back{background-color:#fff;border:1px solid #DF471C;box-shadow:-25px 12px 46px 0 rgba(0,0,0,0.27);display:block;padding:20px;position:relative;z-index:10;margin-top:20px;font-size:22px;color:#2B2D2F;line-height:40px}@media (min-width: 880px){.job-details__back{margin:20px 80px 0 80px}}.job-details__back__icon{margin-right:16px}.job-details__back__icon,.job-details__back__label{display:inline-block;vertical-align:middle}.jobs-hero{max-width:1280px;padding:0 40px;margin:0 auto;padding-left:0;padding-right:0;padding-top:200px;margin-bottom:100px;position:relative}@media (min-width: 880px){.jobs-hero{display:flex;align-items:center;justify-content:space-between;padding-top:160px;margin-bottom:200px}}@media (min-width: 880px){.jobs-hero.centered-text{display:block;padding-top:230px}}.jobs-hero__title{font-size:56px;line-height:64px;margin-bottom:20px}.jobs-hero.centered-text .jobs-hero__title{font-size:40px;line-height:1.1}@media (min-width: 880px){.jobs-hero__title{font-size:90px;line-height:1;margin-bottom:0;padding-right:20px}[lang="en"] .jobs-hero__title{font-size:142px}[lang="ja"] .jobs-hero__title,[lang="zh-Hant"] .jobs-hero__title{font-size:80px}.jobs-hero.centered-text .jobs-hero__title{font-size:60px;line-height:1.1;filter:drop-shadow(-2px 2px 3px rgba(0,0,0,0.4));text-align:center}}.jobs-hero__body{position:relative;z-index:2}.jobs-hero__body__card{box-shadow:-25px 12px 46px 0 rgba(0,0,0,0.27);color:#2B2D2F;font-size:18px;line-height:30px;max-width:100%;padding:40px;right:0;top:160px;z-index:20;background-color:#000;background-size:cover;background-position:center;width:700px;height:400px;display:flex;justify-content:center;align-items:center;cursor:pointer}.jobs-hero__image{bottom:-150px;height:515px;left:-250px;pointer-events:none;position:absolute;width:515px;z-index:0}.jobs-hero__left{padding-left:40px;padding-right:40px;position:relative;margin-bottom:80px;z-index:10}@media (min-width: 880px){.jobs-hero__left{padding-right:80px}}@media (min-width: 880px){.centered-text .jobs-hero__left{padding:0}}.jobs-hero__cta{width:100%;position:relative;margin-top:20px;z-index:100}.jobs-hero__cta .button{background-color:#fff;color:#EE370F;text-align:center;width:100%}.jobs-hero__cta .button svg{fill:#EE370F}.jobs-hero.jobs-hero--nominate-local-signin,.jobs-hero.jobs-hero--nominate-local-form{max-width:800px}@media (max-width: 500px){.jobs-hero.jobs-hero--nominate-local-signin,.jobs-hero.jobs-hero--nominate-local-form{padding-top:100px}}@media (max-width: 500px){.jobs-hero.jobs-hero--nominate-local-signin .jobs-hero__title,.jobs-hero.jobs-hero--nominate-local-form .jobs-hero__title{font-size:34px;line-height:1.1}}.jobs-hero.jobs-hero--nominate-local-signin .jobs-hero__subtitle,.jobs-hero.jobs-hero--nominate-local-form .jobs-hero__subtitle{font-size:24px;line-height:30px;margin:20px auto 40px;max-width:700px}@media (min-width: 500px){.jobs-hero.jobs-hero--nominate-local-signin .jobs-hero__subtitle,.jobs-hero.jobs-hero--nominate-local-form .jobs-hero__subtitle{font-size:32px;line-height:40px;filter:drop-shadow(-2px 2px 3px rgba(0,0,0,0.4))}}.jobs-hero.jobs-hero--nominate-local-signin .jobs-hero__left,.jobs-hero.jobs-hero--nominate-local-form .jobs-hero__left{text-align:center}.jobs-hero.jobs-hero--nominate-local-signin .jobs-hero__cta,.jobs-hero.jobs-hero--nominate-local-form .jobs-hero__cta{margin:20px auto;width:250px}.jobs-search{max-width:1280px;padding:0 40px;margin:0 auto;padding-top:100px;padding-bottom:100px}@media (min-width: 880px){.jobs-search{padding-top:0}}.jobs-search__chapter__title{font-size:56px;line-height:64px;margin-bottom:20px}.jobs-search__filter{font-size:21px;line-height:46px;margin:40px 0}.jobs-search__jobs{margin:0 -20px}@media (min-width: 880px){.jobs-search__jobs{-moz-columns:3;columns:3}}.jobs-search__jobs__group{margin:0 20px 40px;position:relative;vertical-align:top;-moz-column-break-inside:avoid;break-inside:avoid}.jobs-search__jobs__group::after{display:block;background-color:#C12D00;border:1px solid #fff;content:'';position:absolute;z-index:0;left:12px;top:12px;width:100%;height:100%}.jobs-search__jobs__group__inner{background-color:#DF471C;border:1px solid #fff;padding:40px;position:relative;z-index:1}.jobs-search__jobs__group__name{font-size:30px;line-height:34px;border-bottom:1px solid #fff;margin-bottom:20px;padding-bottom:10px}.jobs-search__jobs__group__job+.jobs-search__jobs__group__job{margin-top:20px}.jobs-search__jobs__group__job__name{color:#fff}.jobs-search__jobs__group__job__tag{color:#2B2D2F}@media (min-width: 500px){.multi-cards{margin-bottom:60px}}.multi-cards__content{padding:60px 30px;text-align:center}@media (min-width: 500px){.multi-cards__content{padding:60px 0 80px}}.multi-cards__title{font-family:"Agipo",Arial,sans-serif;font-size:40px;line-height:1.1;font-weight:600;color:#DF471C;margin:0 auto}.multi-cards__title--push-top{margin-top:220px}.multi-cards__body{margin-top:20px}.multi-cards__cards{display:flex;flex-wrap:wrap;justify-content:center;margin-bottom:80px;max-width:1200px;margin:0 auto}.multi-cards__card{margin:0 0 40px;position:relative;z-index:0}@media (min-width: 500px){.multi-cards__card{margin:0 40px 80px}}.multi-cards__card .line-box{content:' ';display:block;width:100%;height:100%;pointer-events:none;position:absolute;top:0;left:0;bottom:0;right:0;z-index:-2}@media (min-width: 880px){.multi-cards__card .line-box{border:1px solid #EE370F}}.multi-cards__card .line-box--colored{background-color:#C12D00;border:none}@media (min-width: 500px){.multi-cards__card .line-box--top-right{transform:translateX(-30px) translateY(-30px)}}@media (min-width: 500px){.multi-cards__card .line-box--top-left{transform:translateX(30px) translateY(-30px)}}@media (min-width: 500px){.multi-cards__card .line-box--bottom-left{transform:translateX(30px) translateY(30px)}}@media (min-width: 500px){.multi-cards__card .line-box--bottom-right{transform:translateX(-30px) translateY(30px)}}.multi-cards__card .line-box--none{display:none}.multi-cards__card .line-box{border-color:#fff;width:80%;height:80%;margin-left:10%;margin-top:15%;padding:0 20px}.multi-cards__card__content{background:#fff;border:1px solid #EE370F;box-shadow:-25px 12px 46px 0 rgba(0,0,0,0.27);box-sizing:border-box;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#2B2D2F;max-width:500px;padding:20px}@media (min-width: 500px){.multi-cards__card__content{padding:40px}}.multi-cards__card__title{color:#EE370F;font-size:34px;line-height:1.1;margin-bottom:30px}.multi-cards__card__title__superscripts{font-size:16px;font-weight:600}.multi-cards__card__ctas{display:flex;margin-top:60px}.multi-cards__card__cta+.multi-cards__card__cta{margin-left:16px}.multi-cards__card__list{padding-left:20px}.multi-cards--on-red .multi-cards__title{color:#fff}@media (min-width: 350px){.multi-cards--smb-padding{margin-bottom:inherit}}@media (min-width: 880px){.multi-cards--smb-padding{margin-bottom:-60px}}@media (min-width: 350px){.multi-cards--business-padding{margin:inherit}}@media (min-width: 880px){.multi-cards--business-padding{margin:0 0 -120px}}.multi-cards--smb-subscriptions .daily-rate{text-align:center}.multi-cards--smb-subscriptions .daily-rate .rate{font-size:40px}.multi-cards--smb-subscriptions .monthly-rate{font-size:12px;margin-top:10px;text-align:center}.multi-cards--smb-subscriptions ul{margin-top:30px}.multi-cards--smb-subscriptions li{margin-top:16px}.multi-cards--smb-subscriptions .multi-cards__card__content{justify-content:flex-start;padding-top:40px;padding-bottom:40px}.multi-cards--smb-subscriptions .multi-cards__card__body{flex-grow:1}.multi-cards--smb-subscriptions .multi-cards__card{margin:60px 20px 0}@media (min-width: 500px){.multi-cards--smb-subscriptions .multi-cards__card{margin:0 40px 80px}}.multi-cards--smb-subscriptions .multi-cards__card__title{text-align:center}.news-cards{max-width:1280px;padding:0 40px;margin:0 auto;padding-bottom:80px}.news-cards__title{font-size:56px;color:#DF471C;line-height:64px;margin-bottom:40px;text-align:center}.news-cards__cards{display:flex;flex-wrap:wrap;justify-content:center;margin:0 auto 40px;width:90%;text-align:center}.news-cards__card-wrap{margin-bottom:40px;min-width:320px;width:50%}@media (min-width: 500px){.news-cards__card-wrap{min-width:450px;padding:0 20px}}.news-cards__card{background-color:#fff;border:1px solid #DF471C;box-shadow:-25px 12px 46px 0 rgba(0,0,0,0.27);display:block}.news-cards__card__content{padding:30px;text-align:left}.news-cards__card__content--flex{display:flex}.news-cards__card--blog .news-cards__card__content{color:#303030}.news-cards__card__eyebrow{margin-bottom:20px}.news-cards__card--news .news-cards__card__eyebrow{color:#303030}.news-cards__card__eyebrow__alt{color:#8B9196}.news-cards__card--news .news-cards__card__title{color:#DF471C;font-family:"Agipo",Arial,sans-serif;font-size:18px;font-weight:600;line-height:26px}@media (min-width: 500px){.news-cards__card--news .news-cards__card__title{font-size:24px;line-height:38px}}.news-cards__card__title p{margin:0}.news-cards__card__image img{display:block}.news-cards__card--blog .news-cards__card__content__side:first-child{flex:0 0 55px;margin-right:30px}.news-cards__card--blog .news-cards__card__logo{width:55px}.news-cards__cta{text-align:center}.press-list__title{font-family:"Agipo",Arial,sans-serif;font-size:40px;font-weight:600;color:#DF471C;text-align:center;margin:60px auto}.press-list__posts{background-color:#fff;border:1px solid #DF471C;box-shadow:-25px 12px 46px 0 rgba(0,0,0,0.27);max-width:1100px;margin:0 auto;position:relative;z-index:10;padding:100px 40px}@media (min-width: 880px){.press-list__posts{padding:100px}}.press-list__post{display:flex;flex-wrap:wrap}@media (min-width: 500px){.press-list__post{flex-wrap:nowrap}}.press-list__post__image{background-color:#333;width:100px;height:100px;flex:0 0 100px;margin-right:20px}.press-list__post__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.press-list__post__content{margin:10px 0 0;width:100%}@media (min-width: 500px){.press-list__post__content{align-self:center;flex:1;margin:0}}.press-list__post__title{color:#303030;display:block;font-weight:bold;transition:color .25s ease}.press-list__post__title:hover{color:#f06546}.press-list__post__author,.press-list__post__date{font-size:13px;line-height:18px;display:inline-block;vertical-align:middle}.press-list__post__author{color:#f06546;font-weight:bold;margin-right:10px}.press-list__post+.press-list__post{margin-top:20px}.map-card__title{color:#DF471C;font-family:"Agipo",Arial,sans-serif;font-size:30px;font-weight:600;line-height:40px;margin-bottom:10px;padding:30px 20px 0;text-align:center}@media (min-width: 500px){.map-card__title{font-size:40px;line-height:64px;padding:30px 85px 0}}.map-card__subtitle{font-size:16px;margin-bottom:30px;padding:0 20px 0;text-align:center}@media (min-width: 500px){.map-card__subtitle{font-size:20px;padding:5px 85px 0}}.map-card__contents{background:#fff;box-shadow:-25px 12px 46px 0 rgba(0,0,0,0.27);box-sizing:border-box;max-width:900px;padding:10px 10px 50px}@media (min-width: 880px){.map-card__contents{margin:0 auto 30px;border:1px solid #DF471C;padding:10px}}.map-card__body{color:#2B2D2F;display:flex;flex-wrap:wrap}@media (min-width: 500px){.map-card__body{flex-wrap:nowrap;font-size:18px;line-height:30px}}.map-card__body__locations{border:1px solid #DDD;flex:1 0 200px;max-height:45vh;overflow-x:hidden;position:relative;width:20%}@media (min-width: 500px){.map-card__body__locations{max-height:67vh}}.map-card__body__locations__data{line-height:1;margin-bottom:15px;padding:10px}.map-card__body__locations__data.active .map-card__body__locations__data__title{font-weight:600}.map-card__body__locations__data:last-of-type{margin-bottom:0}.map-card__body__locations__data__title{font-size:16px;margin:0}.map-card__body__locations__data__body{font-size:14px;margin-top:0;white-space:pre-line}.map-card__body__gmap{flex:4 1 80%;height:67vh;min-width:300px}.info-card{position:relative;z-index:0}.info-card .line-box{content:' ';display:block;width:100%;height:100%;pointer-events:none;position:absolute;top:0;left:0;bottom:0;right:0;z-index:-2}@media (min-width: 880px){.info-card .line-box{border:1px solid #EE370F}}.info-card .line-box--colored{background-color:#C12D00;border:none}@media (min-width: 500px){.info-card .line-box--top-right{transform:translateX(-30px) translateY(-30px)}}@media (min-width: 500px){.info-card .line-box--top-left{transform:translateX(30px) translateY(-30px)}}@media (min-width: 500px){.info-card .line-box--bottom-left{transform:translateX(30px) translateY(30px)}}@media (min-width: 500px){.info-card .line-box--bottom-right{transform:translateX(-30px) translateY(30px)}}.info-card .line-box--none{display:none}.info-card .info-card__line-box{display:none !important;max-width:950px}@media (min-width: 880px){.info-card .info-card__line-box{display:block !important;height:100%;margin:0 auto 30px;padding:80px;width:calc(90% - 10vh) !important}}.info-card__contents{border:1px solid #fff;box-sizing:content-box;background:#DF471C;color:#fff;margin:0 auto;max-width:1000px;position:relative}@media (min-width: 880px){.info-card__contents{margin:0 auto 30px;width:90%}}.info-card__content{max-width:1000px;padding:30px}@media (min-width: 500px){.info-card__content{padding:60px}}.info-card__content__title{color:#FFFFFF;font-family:"Agipo",Arial,sans-serif;font-size:40px;font-weight:600;line-height:40px;margin-bottom:60px;position:relative}.info-card__content__title:after{background:#fff;bottom:-15px;content:'';height:1px;left:0;position:absolute;width:100%}.info-card__content__body{color:#FFFFFF;font-size:15px;line-height:26px;margin-bottom:30px}.info-card__content__social{align-items:center;display:flex;justify-content:center;margin:0 auto;max-width:170px}.info-card__content__social__link{align-items:center;background:#FFFFFF;border-radius:100%;box-shadow:0 2px 7px 0 rgba(63,55,55,0.29);display:inline-flex;height:35px;justify-content:center;line-height:35px;margin:0 8px;transition:all 200ms ease;width:35px}.info-card__content__social__link img{width:25px}.info-card__content__social__link.icon-instagram svg{height:21px;width:21px}.info-card__content__social__link.icon-instagram svg path{fill:#4b4b4b}.info-card__content__social__link.icon-twitter svg{height:15px}.info-card__content__social__link:hover{transform:scale(1.1)}.info-grid{position:relative}@media (min-width: 880px){.info-grid{top:-180px}}.info-grid__container{position:relative;border:1px solid #DF471C;z-index:2;background:#FFFFFF;box-shadow:-25px 12px 46px 0 rgba(0,0,0,0.27);box-sizing:border-box;max-width:900px}@media (min-width: 880px){.info-grid__container{margin:0 auto 130px}}.info-grid__container--desktop{display:none}@media (min-width: 880px){.info-grid__container--desktop{display:block}}.info-grid__container--desktop .info-grid__section{flex-direction:row;display:none}.info-grid__container--mobile{border:0 none;background:transparent;box-shadow:none;display:block}@media (min-width: 880px){.info-grid__container--mobile{display:none}}.info-grid__container--mobile .info-grid__header__item{padding:43px 17px;width:100%;filter:none;opacity:1.0}.info-grid__container--mobile .info-grid__header__item__image{width:calc(137 / 320 * 100vw);height:calc(86 / 320 * 100vw)}.info-grid__container--mobile .info-grid__header__item:first-child{padding:43px 17px}.info-grid__container--mobile .info-grid__sections{padding:0 32px}.info-grid__container--mobile .info-grid__section{border:1px solid #DF471C;margin-bottom:25px;min-height:auto}.info-grid__container--mobile .info-grid__section__cards{position:relative;bottom:-1px}.info-grid__container--mobile .info-grid__section__card{border:none;padding:0}.info-grid__container--mobile .info-grid__section__card:nth-child(1n+1){margin-top:-1px}.info-grid__container--mobile .info-grid__section__card__trigger{position:relative;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:50px;font-size:24px;font-weight:700;color:#EF370F;text-align:center;line-height:48px;padding:0;margin:0;outline:none;border:0 none;border-top:1px solid #DF471C;border-bottom:1px solid #DF471C}.info-grid__container--mobile .info-grid__section__card__trigger::after{position:absolute;top:50%;right:20px;transform:translateY(-50%);content:'';display:block;width:16px;height:10px;background-image:url("/img/icons/expand_more_24px.svg");background-position:center;background-repeat:no-repeat;background-size:contain}.info-grid__container--mobile .info-grid__section__card__trigger:hover{cursor:pointer}.info-grid__container--mobile .info-grid__section__card.--active .info-grid__section__card__trigger::after{transform:scaleY(-1)}.info-grid__container--mobile .info-grid__section__card.--active .info-grid__section__card__content{display:block}.info-grid__container--mobile .info-grid__section__card__content{display:none;padding:25px 10px}.info-grid__container--mobile .info-grid__section__card__content h3{display:none}.info-grid__header{display:flex;flex-direction:row;justify-content:center;align-items:center;height:225px;padding:40px;border-bottom:1px solid #DF471C}.info-grid__header__item{display:flex;flex-direction:row;justify-content:center;align-items:center;flex:0 0 auto;width:50%;opacity:0.15;transition:all 300ms ease;filter:grayscale(1)}.info-grid__header__item.--active{opacity:1.0;filter:grayscale(0)}.info-grid__header__item__title{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.info-grid__header__item__image{flex:0;height:auto}.info-grid__header__item:first-child{padding-left:100px}.info-grid__header__item:last-child{padding-right:100px}.info-grid__header__item:hover{cursor:pointer}.info-grid__section{display:flex;flex-direction:column;justify-content:center;align-items:stretch;min-height:400px}.info-grid__section__card{padding:40px 30px;flex:1;border-right:1px solid #DF471C}.info-grid__section__card:last-child{border-right:0 none}.info-grid__section__card h3{font-size:24px;font-weight:700;color:#EF370F;text-align:center;line-height:48px}.info-grid__section.--active{display:flex}.info-grid__pagination__prev,.info-grid__pagination__next{position:absolute;top:90px;display:flex;justify-content:center;align-items:center;width:44px;height:44px;background:#FFFFFF;border-radius:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;border:0 none;box-shadow:0 2px 10px 0 rgba(0,0,0,0.23)}.info-grid__pagination__prev:hover,.info-grid__pagination__next:hover{cursor:pointer}.info-grid__pagination__prev::after,.info-grid__pagination__next::after{content:'';display:block;width:21px;height:16px;background-image:url("/img/icons/red-arrow.svg");background-position:center;background-repeat:no-repeat;background-size:contain}.info-grid__pagination__prev{left:0;margin-left:-22px}.info-grid__pagination__next{margin-right:-22px;right:0}.info-grid__pagination__next::after{transform:scaleX(-1)}.info-card-min{position:relative;z-index:0}.info-card-min .line-box{content:' ';display:block;width:100%;height:100%;pointer-events:none;position:absolute;top:0;left:0;bottom:0;right:0;z-index:-2}@media (min-width: 880px){.info-card-min .line-box{border:1px solid #EE370F}}.info-card-min .line-box--colored{background-color:#C12D00;border:none}@media (min-width: 500px){.info-card-min .line-box--top-right{transform:translateX(-30px) translateY(-30px)}}@media (min-width: 500px){.info-card-min .line-box--top-left{transform:translateX(30px) translateY(-30px)}}@media (min-width: 500px){.info-card-min .line-box--bottom-left{transform:translateX(30px) translateY(30px)}}@media (min-width: 500px){.info-card-min .line-box--bottom-right{transform:translateX(-30px) translateY(30px)}}.info-card-min .line-box--none{display:none}.info-card-min .info-card-min__line-box{display:none !important;max-width:950px}@media (min-width: 880px){.info-card-min .info-card-min__line-box{display:block !important;height:100%;margin:0 auto 30px;padding:40px;width:calc(90% - 10vh) !important}}.info-card-min__contents{box-sizing:content-box;background:#DF471C;color:#fff;margin:0 auto;max-width:1000px;position:relative}@media (min-width: 880px){.info-card-min__contents{margin:0 auto 30px;width:90%}}.info-card-min__content{max-width:1000px;padding:30px}@media (min-width: 500px){.info-card-min__content{padding:60px}}.info-card-min__content__title{color:#fff;font-family:"Agipo",Arial,sans-serif;font-size:40px;font-weight:600;line-height:40px;margin-bottom:60px;position:relative}.info-card-min__content__title:after{background:#fff;bottom:-15px;content:'';height:1px;left:0;position:absolute;width:100%}.info-card-min__content__body{color:#fff;font-size:15px;line-height:26px;margin-bottom:30px}.info-card-min__content__body a{color:#fff}.info-card-min__content__social{align-items:center;display:flex;justify-content:center;margin:0 auto;max-width:170px}.info-card-min__content__social__link{align-items:center;background:#FFFFFF;border-radius:100%;box-shadow:0 2px 7px 0 rgba(63,55,55,0.29);display:inline-flex;height:35px;justify-content:center;line-height:35px;margin:0 8px;transition:all 200ms ease;width:35px}.info-card-min__content__social__link img{width:25px}.info-card-min__content__social__link.icon-instagram svg{height:21px;width:21px}.info-card-min__content__social__link.icon-instagram svg path{fill:#4b4b4b}.info-card-min__content__social__link.icon-twitter svg{height:15px}.info-card-min__content__social__link:hover{transform:scale(1.1)}.codename-reservation{margin-bottom:250px}.codename-reservation--state.ng-leave{display:none}.codename-reservation--state.ng-enter,.codename-reservation--state.ng-leave{transition:opacity ease-in-out 400ms}.codename-reservation--state.ng-enter{opacity:0}.codename-reservation--state.ng-enter.ng-enter-active{opacity:1}@media (min-width: 500px){.codename-reservation--card{padding:100px 50px}}@media (min-width: 880px){.codename-reservation--card{margin-bottom:160px;padding:100px 165px}}.codename-reservation .codename-post--button{font-size:18px;padding:15px 25px}.codename-reservation .codename-post--link{text-align:center;font-size:18px;line-height:normal;padding:14px 25px 13px 25px}.codename-reservation .codename-post--subheader{text-align:center;font-weight:bold;color:#DF471C;margin-bottom:30px}.codename-reservation .codename-post--vertical-container{display:flex;flex-flow:column nowrap;align-items:center;padding:10px 0}.codename-reservation .codename-post--vertical-container .codename-reservation--title-logo--pgo,.codename-reservation .codename-post--vertical-container .codename-reservation--title-logo--ingress{margin:20px 0}.codename-reservation .codename-post--vertical-container .codename-reservation__success--response{margin:30px 0}.codename-reservation .codename-post--vertical-container .button,.codename-reservation .codename-post--vertical-container .codename-post--return{margin:15px 0}.codename-reservation .codename-post--cta-container{text-align:center;margin-top:40px}.codename-reservation .codename-post--return{opacity:0.7;font-weight:bold;color:#DF471C;cursor:pointer;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;margin:20px auto}.codename-reservation .codename-post--return:hover{opacity:1}.codename-reservation__success--codename,.codename-reservation__failure--codename{text-align:center;font-weight:bold;margin:20px 0 100px 0}.codename-reservation__failure--explanation{margin-bottom:60px;text-align:center}@media (min-width: 880px){.codename-reservation__failure--explanation{text-align:left}}@media (min-width: 350px){.codename-reservation__init .blog-post__title,.codename-reservation__heavy-load .blog-post__title,.codename-reservation__reservation-period-ended .blog-post__title{font-size:24px}}@media (min-width: 880px){.codename-reservation__init .blog-post__title,.codename-reservation__heavy-load .blog-post__title,.codename-reservation__reservation-period-ended .blog-post__title{font-size:40px}}.codename-reservation__init .codename-post--header,.codename-reservation__heavy-load .codename-post--header,.codename-reservation__reservation-period-ended .codename-post--header{text-align:center}.codename-reservation__init .codename-post--subheader,.codename-reservation__heavy-load .codename-post--subheader,.codename-reservation__reservation-period-ended .codename-post--subheader{color:black}.codename-reservation__init .titles-container,.codename-reservation__heavy-load .titles-container,.codename-reservation__reservation-period-ended .titles-container{display:flex;justify-content:center;flex-flow:column nowrap}@media (min-width: 880px){.codename-reservation__init .titles-container,.codename-reservation__heavy-load .titles-container,.codename-reservation__reservation-period-ended .titles-container{flex-flow:row nowrap}}.codename-reservation__init .title-container,.codename-reservation__heavy-load .title-container,.codename-reservation__reservation-period-ended .title-container{display:flex;flex-flow:column nowrap;align-items:center}@media (min-width: 350px){.codename-reservation__init .title-container,.codename-reservation__heavy-load .title-container,.codename-reservation__reservation-period-ended .title-container{padding:10px 5px}}@media (min-width: 880px){.codename-reservation__init .title-container,.codename-reservation__heavy-load .title-container,.codename-reservation__reservation-period-ended .title-container{padding:20px 40px}}.codename-reservation__init .title-container .button,.codename-reservation__heavy-load .title-container .button,.codename-reservation__reservation-period-ended .title-container .button{margin:15px 0;width:270px;height:75px}.codename-reservation__init .center-text-push-top,.codename-reservation__heavy-load .center-text-push-top,.codename-reservation__reservation-period-ended .center-text-push-top{text-align:center;margin-top:50px}.codename-reservation__init--subheader,.codename-reservation__heavy-load--subheader,.codename-reservation__reservation-period-ended--subheader{padding:15px;margin-bottom:0}.codename-reservation__init--p,.codename-reservation__heavy-load--p,.codename-reservation__reservation-period-ended--p{text-align:center;font-weight:normal}@media (min-width: 880px){.codename-reservation__init--p,.codename-reservation__heavy-load--p,.codename-reservation__reservation-period-ended--p{text-align:left}}.codename-reservation__init--cta,.codename-reservation__heavy-load--cta,.codename-reservation__reservation-period-ended--cta{text-align:center;font-weight:bold}.codename-reservation__loggedin--name-prompt{line-height:0.75}.codename-reservation__pgo .codename-post--subheader{padding:0}@media (min-width: 500px){.codename-reservation__pgo .codename-post--subheader{padding:0 15px}}@media (min-width: 880px){.codename-reservation__pgo .codename-post--subheader{padding:0 30px}}.codename-reservation__success--top-text{text-align:center;padding:0}@media (min-width: 500px){.codename-reservation__success--top-text{padding:0 45px}}@media (min-width: 880px){.codename-reservation__success--top-text{padding:0 30px}}.codename-reservation--horizontal-divider{width:100%;border-top:1px solid #303030;margin-top:60px;padding:20px;opacity:0.3}.codename-reservation--title-logo{width:160px;height:165px}.codename-reservation--title-logo--ingress{width:180px;height:185px}.codename-reservation--title-logo--ingress::before{content:'';background:url("https://storage.googleapis.com/nianticweb-media/nianticlabs/ingressprime.png") no-repeat 0 0;background-size:cover;display:block;position:relative;top:-30px;width:250px;height:200px;left:-36px}@media (min-width: 880px){.codename-reservation--title-logo--ingress::before{left:-30px}}.codename-reservation--title-logo--pgo{width:180px;height:185px}.codename-reservation--title-logo--pgo::before{content:'';background:url("/img/codenamereservation/pokemon-go-logo.png") no-repeat 0 0;background-size:cover;display:block;position:relative;top:10px;left:-33px;width:240px;height:151px}.codename-reservation--title-logo--hpwu{width:180px;height:180px}.codename-reservation--title-logo--hpwu::before{content:'';background:url("/img/codenamereservation/harry-potter-wizards-unite.png") no-repeat 0 0;background-size:cover;width:240px;height:175px;display:block;position:relative;top:20px;left:-34px}.breadcrumbs{margin:10px 20px;padding:0;list-style:none;display:flex;flex-wrap:wrap}.breadcrumbs li+li:before{content:'>';display:inline-block;margin:0 12px}.split-5050{padding:60px 80px;position:relative}@media (min-width: 880px){.split-5050__inner{display:flex;-moz-column-gap:24px;column-gap:24px;align-items:center}.split-5050__inner>*{width:50%}}.split-5050__content{background:#fff;border:1px solid #DF471C;padding:60px;display:flex;justify-content:center;align-items:center;position:relative;z-index:2}.split-5050__content__chapter__title{font-family:Agipo, Roboto, Helvetia Neue, sans-serif;font-weight:600;font-size:28px;line-height:30px;color:#DF471C}@media (min-width: 500px){.split-5050__content__chapter__title{font-size:40px;line-height:48px}}@media (min-width: 500px){.split-5050__content__chapter__body{font-size:18px;line-height:30px}}.split-5050__assets .split-5050__asset{z-index:0;border:1px solid #DF471C;position:relative}.split-5050__assets .split-5050__asset .line-box{content:' ';display:block;width:100%;height:100%;pointer-events:none;position:absolute;top:0;left:0;bottom:0;right:0;z-index:-2}@media (min-width: 880px){.split-5050__assets .split-5050__asset .line-box{border:1px solid #EE370F}}.split-5050__assets .split-5050__asset .line-box--colored{background-color:#C12D00;border:none}@media (min-width: 500px){.split-5050__assets .split-5050__asset .line-box--top-right{transform:translateX(-30px) translateY(-30px)}}@media (min-width: 500px){.split-5050__assets .split-5050__asset .line-box--top-left{transform:translateX(30px) translateY(-30px)}}@media (min-width: 500px){.split-5050__assets .split-5050__asset .line-box--bottom-left{transform:translateX(30px) translateY(30px)}}@media (min-width: 500px){.split-5050__assets .split-5050__asset .line-box--bottom-right{transform:translateX(-30px) translateY(30px)}}.split-5050__assets .split-5050__asset .line-box--none{display:none}.split-5050__assets .split-5050__asset img{box-shadow:-25px 12px 46px 0 rgba(0,0,0,0.27);display:block;position:relative;z-index:1}@media (min-width: 880px){.split-5050--reversed .split-5050__inner{flex-direction:row-reverse}}@media (min-width: 880px){.split-5050--cannes-2021 .split-5050__assets{width:33.33333%}}@media (min-width: 880px){.split-5050--cannes-2021 .split-5050__content{min-width:550px;width:66.66667%}}.developers{padding-bottom:120px;text-align:center}.developers__logo{margin:0 auto;max-width:200px}.developers__title{font-family:Agipo, Roboto, Helvetia Neue, sans-serif;font-weight:600;font-size:40px;line-height:48px}@media (min-width: 500px){.developers__title{font-size:57px;line-height:71px}}.developers__body{margin:20px 0}.developers__signup__form__input input[type="email"]{border:1px solid #333;display:block;font-size:16px;line-height:18px;outline:none;margin:0 auto;max-width:600px;padding:10px 20px;width:100%}.developers__signup__form__input input[type="email"]:focus{border-color:#EE370F}.developers__signup__form__input .button{font-size:16px;line-height:18px}.developers__signup__form__input+.developers__signup__form__input{margin-top:20px}.developers__signup__form__error,.developers__signup__form__success{font-weight:700;margin-top:20px}.developers__signup__confirm__title{font-family:Agipo, Roboto, Helvetia Neue, sans-serif;font-weight:600;font-size:24px;line-height:30px;margin:20px 0}@media (min-width: 500px){.developers__signup__confirm__title{font-size:32px;line-height:38px}}.developers__social{border-top:1px solid #303030;margin-top:60px;padding-top:60px}.developers__social__body{font-family:Agipo, Roboto, Helvetia Neue, sans-serif;font-weight:600;font-size:24px;line-height:30px;margin-bottom:40px}@media (min-width: 500px){.developers__social__body{font-size:32px;line-height:38px}}.social-links--developers .social-links__link-wrap{padding:0 20px;margin-bottom:40px}.social-links--developers .social-links__link-wrap--niantic-eng{width:100%}.social-links--developers .social-links__link{margin:0 auto 10px}.social-links--developers .social-links__username{font-weight:700}.page--gameresources .age-reqs strong>em>em,.page--gameresources .game-resources strong>em>em{font-style:normal;text-decoration:underline}.hackathon__hero{background-position:center}@media (min-width: 880px){.hackathon__hero div .hero__content{max-width:800px}}.hackathon__post.blog-post__page{margin:0 auto;padding:45px 100px}@media (max-width: 718px){.hackathon__post.blog-post__page{padding:45px 60px}}@media (max-width: 480px){.hackathon__post.blog-post__page{padding:45px 40px}}.hackathon__title{font-family:Agipo, Roboto, Helvetia Neue, sans-serif;font-weight:600;font-size:40px;line-height:48px;text-align:center}@media (min-width: 500px){.hackathon__title{font-size:57px;line-height:71px}}.hackathon__link,.hackathon__strong{font-weight:bold}.hackathon__body__section{margin:20px 0;text-align:justify}.hackathon__button__container{margin-top:85px;display:flex;flex-flow:row nowrap;justify-content:center;align-items:center}@media (max-width: 550px){.hackathon__button__container{flex-flow:column nowrap}}.hackathon__button__container .hackathon__button{margin:0 25px}@media (max-width: 550px){.hackathon__button__container .hackathon__button{margin:20px 25px}}.hackathon__button__container .hackathon__button.hackathon__application .button--push{padding:10px 38px}.hackathon__divider{border-top:1px solid #303030;margin-top:60px;padding-top:60px}.hackathon__divider.hackathon__application__divider{margin-top:95px}.hackathon__section__header{font-family:Agipo, Roboto, Helvetia Neue, sans-serif;font-weight:600;font-size:24px;line-height:30px;text-align:center;margin:20px 0}@media (min-width: 500px){.hackathon__section__header{font-size:32px;line-height:38px}}.hackathon__faq__entry{margin-top:35px}.hackathon__faq__entry .faqs__category__faq+.faqs__category__faq{margin-top:20px;padding-top:20px;border-top:1px solid #fff}.hackathon__faq__entry .faqs__category__faq__question{cursor:pointer;font-weight:bold;padding-right:40px;position:relative}.hackathon__faq__entry .faqs__category__faq--active .faqs__category__faq__question__icon:before{transform:rotate(0)}.hackathon__faq__entry .faqs__category__faq__answer{opacity:0;height:0;pointer-events:none;text-align:justify}.hackathon__faq__entry .faqs__category__faq__answer h3{font-size:16px}.hackathon__faq__entry .faqs__category__faq .faqs__category__faq__question{margin-bottom:20px;text-align:justify}.hackathon__faq__entry .faqs__category__faq--active .faqs__category__faq__answer{opacity:1;pointer-events:auto;transition:opacity .5s ease;height:auto;margin-bottom:30px}.hackathon__email__signup{padding-bottom:25px}.hackathon__signup__error{padding-top:10px}.home-hero{text-align:center;margin:60px}.home-hero .home-hero__image{max-width:250px}.home-touts{max-width:500px;margin:40px auto 0 auto;text-align:center}.home-touts .home-tout__item{display:inline-block;padding:0 20px;text-align:center}.home-touts .home-tout__item--pgo{padding:0 30%}@media (min-width: 500px){.home-touts .home-tout__item--pgo{padding:0 30px}}.home-promo .home-promo__item{display:block;text-align:center}.image-with-box{display:flex;position:relative;z-index:1}@media (min-width: 880px){.image-with-box{margin:120px 0}}@media (min-width: 880px){.image-with-box--push-top{margin-top:180px}}.image-with-box--map-bg{position:relative}.image-with-box--map-bg:after{background-image:url(../img/index/map-bg.png);background-position:center;background-repeat:no-repeat;background-size:contain;content:' ';display:block;height:130%;left:0;pointer-events:none;position:absolute;right:0;top:0;width:100%}.image-with-box .image-with-box__contained{position:relative}@media (min-width: 880px){.image-with-box .image-with-box__contained{display:grid;grid-template-columns:repeat(10, 10%);max-width:1280px;padding:0 40px;margin:0 auto;align-items:center}}.image-with-box .image-with-box__contained sup{font-size:12px}.image-with-box .image-with-box__contained .image-with-box__contained__image{display:flex;justify-content:center;align-items:center;position:relative}@media (min-width: 880px){.image-with-box .image-with-box__contained .image-with-box__contained__image{grid-column:1 / -3;grid-row:1}}.image-with-box .image-with-box__contained .image-with-box__contained__image .image-with-box__contained__image__logo{pointer-events:none;position:absolute;z-index:2}@media (max-width: 880px){.image-with-box .image-with-box__contained .image-with-box__contained__image .image-with-box__contained__image__logo{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.image-with-box .image-with-box__contained .image-with-box__contained__image .image-with-box__contained__image__logo img{display:block;width:250px;max-width:100%}}@media (min-width: 880px){.image-with-box .image-with-box__contained .image-with-box__contained__image .image-with-box__contained__image__logo{width:20%;max-width:250px;transform:translateX(-75%)}}.image-with-box .image-with-box__contained .image-with-box__contained__image .image-with-box__contained__image__logo[data-logo-id=ingress]{width:100px}@media (min-width: 500px){.image-with-box .image-with-box__contained .image-with-box__contained__image .image-with-box__contained__image__logo[data-logo-id=ingress]{width:200px}}.image-with-box .image-with-box__contained .image-with-box__contained__image .image-with-box__contained__image__logo[data-logo-id=niantic]{width:100px}@media (min-width: 880px){.image-with-box .image-with-box__contained .image-with-box__contained__image .image-with-box__contained__image__logo[data-logo-id=niantic]{margin-left:-5%;width:150px}}@media (min-width: 880px){.image-with-box .image-with-box__contained .image-with-box__contained__image .image-with-box__contained__image__logo[data-logo-id=harry-potter]{margin-left:5%;max-width:300px;width:25%}}@media (min-width: 880px){.image-with-box--reversed .image-with-box__contained__image__logo{transform:translateX(75%) !important}}@media (min-width: 880px){.image-with-box--full .image-with-box__contained__image__logo{transform:translateX(125%) !important}}@media (min-width: 880px){.image-with-box--full--right .image-with-box__contained__image__logo{transform:translateX(-125%) !important}}.image-with-box .image-with-box__contained .image-with-box__contained__image .image-with-box__contained__image__bg{position:relative;z-index:3;line-height:0;z-index:0}.image-with-box .image-with-box__contained .image-with-box__contained__image .image-with-box__contained__image__bg img{box-shadow:-25px 12px 46px 0 rgba(0,0,0,0.27);min-height:300px;-o-object-fit:cover;object-fit:cover;position:relative;z-index:1}.image-with-box .image-with-box__contained .image-with-box__contained__image .image-with-box__contained__image__bg .image-with-box__contained__image__bg__overlay{display:none}@media (min-width: 880px){.image-with-box .image-with-box__contained .image-with-box__contained__image .image-with-box__contained__image__bg .image-with-box__contained__image__bg__overlay{background-color:rgba(0,0,0,0.7);display:block;height:100%;left:0;opacity:var(--brightness);position:absolute;top:0;width:100%;z-index:2}}.image-with-box .image-with-box__contained .image-with-box__contained__image .image-with-box__contained__image__bg .line-box{content:' ';display:block;width:100%;height:100%;pointer-events:none;position:absolute;top:0;left:0;bottom:0;right:0;z-index:-2}@media (min-width: 880px){.image-with-box .image-with-box__contained .image-with-box__contained__image .image-with-box__contained__image__bg .line-box{border:1px solid #EE370F}}.image-with-box .image-with-box__contained .image-with-box__contained__image .image-with-box__contained__image__bg .line-box--colored{background-color:#C12D00;border:none}@media (min-width: 500px){.image-with-box .image-with-box__contained .image-with-box__contained__image .image-with-box__contained__image__bg .line-box--top-right{transform:translateX(-30px) translateY(-30px)}}@media (min-width: 500px){.image-with-box .image-with-box__contained .image-with-box__contained__image .image-with-box__contained__image__bg .line-box--top-left{transform:translateX(30px) translateY(-30px)}}@media (min-width: 500px){.image-with-box .image-with-box__contained .image-with-box__contained__image .image-with-box__contained__image__bg .line-box--bottom-left{transform:translateX(30px) translateY(30px)}}@media (min-width: 500px){.image-with-box .image-with-box__contained .image-with-box__contained__image .image-with-box__contained__image__bg .line-box--bottom-right{transform:translateX(-30px) translateY(30px)}}.image-with-box .image-with-box__contained .image-with-box__contained__image .image-with-box__contained__image__bg .line-box--none{display:none}.image-with-box--reversed .image-with-box__contained .image-with-box__contained__image{grid-column:3 / -1}.image-with-box--reversed.image-with-box--smaller-image .image-with-box__contained .image-with-box__contained__image{grid-column:5 / -1}.image-with-box--reversed.image-with-box--cannes-2021 .image-with-box__contained .image-with-box__contained__image{grid-column:6 / -1}.image-with-box .image-with-box__contained .image-with-box__contained__box{z-index:0}.image-with-box .image-with-box__contained .image-with-box__contained__box .line-box{content:' ';display:block;width:100%;height:100%;pointer-events:none;position:absolute;top:0;left:0;bottom:0;right:0;z-index:-2}@media (min-width: 880px){.image-with-box .image-with-box__contained .image-with-box__contained__box .line-box{border:1px solid #EE370F}}.image-with-box .image-with-box__contained .image-with-box__contained__box .line-box--colored{background-color:#C12D00;border:none}@media (min-width: 500px){.image-with-box .image-with-box__contained .image-with-box__contained__box .line-box--top-right{transform:translateX(-30px) translateY(-30px)}}@media (min-width: 500px){.image-with-box .image-with-box__contained .image-with-box__contained__box .line-box--top-left{transform:translateX(30px) translateY(-30px)}}@media (min-width: 500px){.image-with-box .image-with-box__contained .image-with-box__contained__box .line-box--bottom-left{transform:translateX(30px) translateY(30px)}}@media (min-width: 500px){.image-with-box .image-with-box__contained .image-with-box__contained__box .line-box--bottom-right{transform:translateX(-30px) translateY(30px)}}.image-with-box .image-with-box__contained .image-with-box__contained__box .line-box--none{display:none}@media (min-width: 880px){.image-with-box .image-with-box__contained .image-with-box__contained__box{grid-column:6 / -1;grid-row:1}}@media (min-width: 880px){.image-with-box--reversed .image-with-box__contained .image-with-box__contained__box{grid-column:1 / 6}}.image-with-box .image-with-box__contained .image-with-box__contained__box__inner{background-color:#FFFFFF;padding:60px 40px}@media (min-width: 880px){.image-with-box .image-with-box__contained .image-with-box__contained__box__inner{border:1px solid #FFFFFF;box-shadow:-25px 12px 46px 0 rgba(0,0,0,0.27);padding:60px;right:40px;z-index:2}}.image-with-box .image-with-box__contained .image-with-box__contained__box__body{color:#000000;margin-bottom:20px;font-size:18px;line-height:30px}@media (min-width: 880px){.image-with-box .image-with-box__contained .image-with-box__contained__box__body{max-width:80%}}@media (min-width: 880px){.image-with-box--wide .image-with-box__contained .image-with-box__contained__box__body{max-width:unset}}.image-with-box .image-with-box__contained .image-with-box__contained__box__body a{color:inherit}.image-with-box .image-with-box__contained .image-with-box__contained__box__title{color:#000000;margin-bottom:20px;font-family:Agipo, Roboto, Helvetia Neue, sans-serif;font-weight:600;font-size:28px;line-height:30px;max-width:90%}@media (min-width: 500px){.image-with-box .image-with-box__contained .image-with-box__contained__box__title{font-size:40px;line-height:48px}}.image-with-box .image-with-box__contained .image-with-box__contained__box__list{padding-left:1em}.image-with-box .image-with-box__contained .image-with-box__contained__box__list+.image-with-box__contained__box__body{margin-top:40px}.image-with-box .image-with-box__contained .image-with-box__contained__box__list__title{margin:60px 0 20px;text-align:center;font-size:1.2em;font-weight:bold}@media (min-width: 880px){.image-with-box .image-with-box__contained .image-with-box__contained__box__list__title{margin:40px 0 20px}}.image-with-box .image-with-box__contained .image-with-box__contained__box__list__item{margin-bottom:20px}.image-with-box .image-with-box__contained .image-with-box__contained__box__list__item:last-of-type{margin-bottom:0}.image-with-box .image-with-box__contained .image-with-box__contained__box__list__item em{font-style:normal;font-weight:800}.image-with-box .image-with-box__contained .image-with-box__contained__box__cta{display:inline-block;margin-right:20px;margin-bottom:20px}@media (min-width: 880px){.image-with-box .image-with-box__contained .image-with-box__contained__box__cta{margin-bottom:0}}.image-with-box--red .image-with-box__contained .image-with-box__contained__box .image-with-box__contained__box__inner{background-color:#DF471C}.image-with-box--red .image-with-box__contained .image-with-box__contained__box .image-with-box__contained__box__title{color:#fff}.image-with-box--red .image-with-box__contained .image-with-box__contained__box .image-with-box__contained__box__body{color:#fff}.image-with-box--red-title .image-with-box__contained .image-with-box__contained__box .image-with-box__contained__box__title{color:#DF471C}@media (min-width: 880px){.image-with-box--offset{margin-bottom:250px}}@media (min-width: 880px){.image-with-box--offset .image-with-box__contained .image-with-box__contained__box{margin-top:200px}}@media (min-width: 350px){.image-with-box--large-pad-bottom{margin-bottom:inherit}}@media (min-width: 880px){.image-with-box--large-pad-bottom{margin-bottom:150px}}.image-with-box--white-line .line-box{border-color:#fff !important}.image-with-box--full-body .image-with-box__contained__box__body{max-width:100% !important}.image-with-box--hide-image{margin-top:0;margin-bottom:0}.image-with-box--hide-image .image-with-box__contained__box{max-width:750px !important}.image-with-box--hide-image .image-with-box__contained__image{display:none !important}@media (min-width: 880px){.image-with-box--hide-image .image-with-box__contained__image{display:block !important;visibility:hidden;height:500px}}.image-with-box--hide-image .line-box{display:none}.image-with-box--box-bottom-20 .image-with-box__contained__box{bottom:-20%}.image-with-box--box-bottom-auto .image-with-box__contained__box{bottom:auto}.image-with-box--keyhole .image-with-box__contained__box__inner{padding-bottom:100px !important}.image-with-box--keyhole .image--keyhole{margin-right:20px;width:90px}.image-with-box--maps .image--maps{width:180px;margin-bottom:60px}.image-with-box--smb-1 .image-with-box__contained__image__bg__image img{margin-left:-50%;width:150%}@media (min-width: 500px){.image-with-box--smb-1 .image-with-box__contained__image__bg__image img{margin-left:0;width:100%}}.image-with-box--colored-links .image-with-box__contained__box__body a{color:#EE370F !important}.image-with-box figure{margin:0;padding:0}.image-with-box figure blockquote{margin:0;padding:0;border:0;background:none}.image-with-box figure blockquote::before,.image-with-box figure blockquote::after{color:inherit;font-weight:inherit}.image-with-box figure figcaption{margin-top:24px;font-size:90%}.image-with-box figure blockquote+figcaption::before{content:'– '}.section-text{background:#fff;padding:60px 0}@media (min-width: 500px){.section-text{padding:120px 0}}.section-text .section-text__contained{max-width:1280px;padding:0 40px;margin:0 auto;position:relative}@media (min-width: 500px){.section-text .section-text__contained{display:flex;align-items:center}}@media (min-width: 500px){.section-text .section-text__contained__col{width:50%}}.section-text .section-text__contained__col__title{color:#EE370F;letter-spacing:0;max-width:780px;margin-bottom:40px;position:relative;z-index:1;font-family:Agipo, Roboto, Helvetia Neue, sans-serif;font-weight:600;font-size:40px;line-height:48px}@media (min-width: 500px){.section-text .section-text__contained__col__title{font-size:57px;line-height:71px}}.section-text .section-text__contained__col__body{font-size:18px;line-height:30px;color:#2B2D2F;max-width:450px;position:relative;z-index:1}@media (min-width: 500px){.section-text--phone-ar-illustration{padding-bottom:0}}.section-text--phone-ar-illustration .section-text__contained__col__image{line-height:0;margin-top:40px}@media (min-width: 500px){.section-text--phone-ar-illustration .section-text__contained__col__image{margin-top:0}}@media (min-width: 500px){.section-text--phone-ar-illustration .section-text__contained__col__image img{width:480px}}.section-text--red-map{padding-bottom:0;margin-bottom:60px}@media (min-width: 500px){.section-text--red-map{margin-bottom:0}}.section-text--red-map .section-text__contained__col__title{color:inherit;max-width:1000px}.section-text--red-map .section-text__contained__col__body{color:white}.section-text--red-map .section-text__contained__col__image{line-height:0;position:absolute;left:-100px;z-index:0;top:-50px}.section-text--red-map .section-text__contained__col__image img{width:1000px}.join-us{background:#26282a;color:#fff}@media (min-width: 500px){.join-us{margin-top:240px}}@media (min-width: 500px){.join-us .join-us__contained{max-width:1280px;padding:0 40px;margin:0 auto;display:flex;justify-content:space-around}}.join-us .join-us__contained__image{align-items:center;display:flex;justify-content:center;margin:0 auto 40px;position:relative;text-align:center;z-index:2}@media (min-width: 500px){.join-us .join-us__contained__image{margin:-120px auto -150px}}@media (min-width: 500px){.join-us .join-us__contained{display:flex;justify-content:center;align-items:center}}.join-us .join-us__contained__aside{position:relative;z-index:1}@media (min-width: 500px){.join-us .join-us__contained__aside{width:50%}.join-us .join-us__contained__aside:after{background-image:url(../img/index/map-black-bg.png);background-repeat:no-repeat;background-size:contain;content:' ';display:block;height:480px;position:absolute;top:-100px;width:480px;z-index:1}}.join-us .join-us__contained__aside .join-us__contained__aside__cta{padding:0 40px;position:relative;z-index:2}@media (min-width: 500px){.join-us .join-us__contained__aside .join-us__contained__aside__cta{padding:0}}.join-us .join-us__contained__aside .join-us__contained__aside__cta .cta__text{color:#fff}.join-us .join-us__contained__aside .join-us__contained__aside__content{padding:0 40px;position:relative;display:inline-block;z-index:2;color:#FFFFFF;margin-bottom:20px;font-family:Agipo, Roboto, Helvetia Neue, sans-serif;font-weight:600;letter-spacing:0.28px;font-size:40px;line-height:48px}@media (min-width: 500px){.join-us .join-us__contained__aside .join-us__contained__aside__content{padding:0}}@media (min-width: 500px){.join-us .join-us__contained__aside .join-us__contained__aside__content{font-size:97px;line-height:94px}}.join-us .join-us__contained__aside .join-us__contained__aside__content:after{background-image:url(../img/index/join-us-pin.png);background-repeat:no-repeat;background-size:contain;content:' ';display:block;height:55px;position:absolute;width:50px;z-index:1;right:-80px}@media (min-width: 500px){.join-us .join-us__contained__aside .join-us__contained__aside__content:after{right:-50px}}.join-us .join-us__contained__box{padding:60px 40px;position:relative;z-index:2}@media (min-width: 500px){.join-us .join-us__contained__box{padding:60px 20px;width:380px}}.join-us .join-us__contained__box:after{display:block;content:' ';background-image:url(../img/index/join-us-shape.png);background-repeat:no-repeat;background-size:contain;width:700px;height:700px;position:absolute;top:0;left:-45%;z-index:0}.join-us .join-us__contained__box .join-us__contained__box__title{padding-top:40px;font-family:"Agipo",Arial,sans-serif;font-weight:600;font-family:Agipo, Roboto, Helvetia Neue, sans-serif;font-weight:600;font-size:28px;line-height:30px;margin-bottom:15px;position:relative;z-index:1}@media (min-width: 500px){.join-us .join-us__contained__box .join-us__contained__box__title{font-size:40px;line-height:48px}}.join-us .join-us__contained__box .join-us__contained__box__body{position:relative;z-index:1;font-size:14px;line-height:24px}.page--terms h1{margin-bottom:0}.page--terms li>p{margin-top:0;margin-bottom:5px}.rivers-and-trails__hero{margin:0;top:155px}.rivers-and-trails .image-with-box .image-with-box__contained .image-with-box__contained__image .image-with-box__contained__image__logo{max-width:unset;min-width:300px;transform:translateX(0) !important;width:50%}@media (min-width: 500px){.rivers-and-trails .image-with-box .image-with-box__contained .image-with-box__contained__image .image-with-box__contained__image__logo{min-width:400px}}@media (min-width: 880px){.rivers-and-trails .image-with-box .image-with-box__contained .image-with-box__contained__image .image-with-box__contained__image__logo{min-width:500px}}.rivers-and-trails .image-with-box .image-with-box__contained .image-with-box__contained__image .image-with-box__contained__image__logo img{width:100%}.rivers-and-trails__main{top:170px;z-index:2}@media (min-width: 880px){.rivers-and-trails__main{top:70px}}.rivers-and-trails__main .centered-card__title,.rivers-and-trails__main .centered-card__subtitle{color:#DF471C;font-family:"Agipo",Arial,sans-serif;font-size:30px;line-height:40px;margin-bottom:20px;text-align:center}@media (min-width: 500px){.rivers-and-trails__main .centered-card__title,.rivers-and-trails__main .centered-card__subtitle{font-size:46px;line-height:64px;margin-bottom:40px}}.rivers-and-trails__main .centered-card__title{font-weight:600;margin-bottom:0;text-align:center !important}@media (min-width: 500px){.rivers-and-trails__main .centered-card__title{font-size:56px}}.rivers-and-trails__about{top:150px;z-index:2}@media (min-width: 880px){.rivers-and-trails__about{top:80px}}.rivers-and-trails__about a{color:#fff;text-decoration:underline}.rivers-and-trails__about em{font-style:normal;font-weight:bold}.rivers-and-trails__about ol{padding-left:15px}@media (min-width: 500px){.rivers-and-trails__about ol{padding-left:40px}}.rivers-and-trails__about ol p{font-weight:bold;margin:2px auto 7px;max-width:50px}.rivers-and-trails__map{top:165px}@media (min-width: 880px){.rivers-and-trails__map{top:100px}}.rivers-and-trails__donate{margin:145px 0 0}@media (min-width: 880px){.rivers-and-trails__donate{margin:160px 0}}.rivers-and-trails__donate .image-with-box__contained__box__title{margin:0 auto;text-align:center}.rivers-and-trails__donate img{-o-object-position:0 0;object-position:0 0}.rivers-and-trails__faq{z-index:2;top:0}@media (min-width: 880px){.rivers-and-trails__faq{top:40px}}.rivers-and-trails .footer{padding-top:200px}.body--niantic-live .floating-video{margin-top:120px}.body--niantic-live .form-card{margin-top:50px}.body--niantic-live .form-card__title{font-size:16px;line-height:1.5}@media (min-width: 500px){.body--niantic-live .form-card__title{font-size:18px;line-height:1.5}}.sr-only{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}@media (min-width: 880px){.social-impact .section--empowering,.social-impact .section--community,.social-impact .section--planet{margin-top:150px}}.social-impact .section--empowering .centered-image-and-card__list,.social-impact .section--community .centered-image-and-card__list,.social-impact .section--planet .centered-image-and-card__list{list-style:disc;margin:0 0 0 25px}.social-impact .section--empowering .centered-image-and-card__list-item,.social-impact .section--community .centered-image-and-card__list-item,.social-impact .section--planet .centered-image-and-card__list-item{display:list-item;margin:0 0 20px}.social-impact .section--partners{margin-top:-1px;margin-bottom:150px}@media (min-width: 880px){.social-impact .section--faq{margin-top:150px}}.sr-only{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}@media (min-width: 500px){.live-events .form-card{top:-50px}}@media (min-width: 500px){.live-events .section--partners{top:100px}}@media (min-width: 500px){.live-events .section--videos{margin-top:120px}}.support-products{display:grid;grid-gap:20px;grid-template-columns:repeat(auto-fill, minmax(240px, 1fr));max-width:940px;margin:-100px auto 100px;padding:0 20px;position:relative}.support-product{background:white;border:2px white solid;height:200px;color:inherit;padding:20px;transition:.2s;max-width:100%;outline:0;text-align:center}@media all and (hover){.support-product:hover{border-color:#df471c;box-shadow:0 16px 24px rgba(0,0,0,0.16);z-index:2;position:relative;transform:translate(0, -4px)}}.support-product:focus{border-color:#df471c;box-shadow:0 16px 24px rgba(0,0,0,0.16);z-index:2;position:relative;transform:translate(0, -4px)}.support-product img{display:block;width:200px;height:120px;-o-object-fit:contain;object-fit:contain;margin:0 auto .5em}.support-details{max-width:720px;margin:180px auto 80px}.support-details header{background:#df471c;color:white;padding:20px 20px 40px;text-align:center;margin:24px 0 0}@media (min-width: 800px){.support-details header{margin-left:-40px;margin-right:-40px;text-align:left;display:grid;grid-template:auto auto / 200px 1fr;grid-template-areas:'logo title' 'logo links';grid-gap:0 36px}}.support-details header h1{font:700 36px / 1.2 agipo, arial, sans-serif;margin:24px 0;grid-area:title}@media (min-width: 800px){.support-details header h1{margin-top:0;align-self:end}}.support-details header img{width:200px;height:200px;grid-area:logo;-o-object-fit:contain;object-fit:contain}.support-details header a{color:white;font-weight:700}@media (hover){.support-details header a:hover{text-decoration:underline}}.support-details header ul{padding:0;list-style:none;grid-area:links}@media (min-width: 800px){.support-details header ul{margin:0}}.support-details header li{margin:8px 0}.support-details article{background:white;border:1px solid #df471c;padding:24px;margin:-32px 0 auto;position:relative;text-align:center}@media all and (min-width: 700px){.support-details article{margin-left:24px;margin-right:24px}}.support-details article:after{content:'';border:1px solid #df471c;border-top-color:transparent;position:absolute;left:24px;right:24px;bottom:-24px;height:24px}.support-details article h2{color:#df471c;font:700 28px / 1.2 agipo, arial, sans-serif;text-align:center}.support-details article ol{text-align:initial;margin:40px 0;padding:0;list-style:none}.support-details article li{counter-increment:inapp-step;margin:40px 0}@media (min-width: 580px){.support-details article figure{display:flex}}.support-details article .support-details-inapp-step-screenshot{max-width:220px;position:relative;flex-shrink:0;margin:0 auto 20px}@media (min-width: 580px){.support-details article .support-details-inapp-step-screenshot{margin:0 36px 0 0}}.support-details article .support-details-inapp-step-screenshot:before{content:counter(inapp-step);position:absolute;left:var(--pointer-x);top:var(--pointer-y);border-radius:50%;background:#df471c;color:white;font-size:16px;font-weight:700;width:30px;height:30px;text-align:center;line-height:24px;border:2px solid currentColor}.support-details article img{border-radius:16px;box-shadow:0 4px 16px rgba(0,0,0,0.24)}.support-details article figcaption{text-align:center;padding-top:16px}@media (min-width: 580px){.support-details article figcaption{text-align:initial}}.support-details article figcaption>:first-child{margin-top:0}.support-details article figcaption>:last-child{margin-bottom:0}.support-details article b:before{content:counter(inapp-step) ". "}.contact{max-width:800px;margin:0 auto 40px;background:#fff;border:1px solid #DF471C;padding:40px;position:relative;top:-40px}.contact input,.contact textarea,.contact select,.contact button{font-size:inherit;line-height:inherit}.contact ol{list-style:none;padding:0;margin:0}.contact ol>li,.contact .contact-purpose{margin:0 0 40px}.contact label{display:block;font-weight:bold;margin-bottom:8px;cursor:pointer}.contact input:not([type="checkbox"]),.contact select,.contact textarea,.contact select{font:inherit;background-color:#fff;width:100%;box-sizing:border-box;padding:8px;border:1px solid #ccc;outline:0;transition:.2s}@media (hover){.contact input:hover,.contact select:hover,.contact textarea:hover,.contact select:hover{border-color:#666}}.contact input:focus,.contact select:focus,.contact textarea:focus,.contact select:focus{border-color:#DF471C;border-width:2px;padding:7px}.contact select{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0;background-image:url(/img/global/icon-dropdown.svg);background-repeat:no-repeat;background-position:calc(100% - 8px) center;background-size:20px 20px}.contact select:focus{background-position-x:calc(100% - 7px)}.contact textarea{min-height:120px}.contact button{border:1px solid #DF471C;padding:10px 40px;background:#fff;color:#DF471C;font-weight:700;cursor:pointer}.contact button[type="submit"]{background:#DF471C;color:#fff}.contact-hint{font-size:90%}.contact-website{display:none}.contact-interception{margin:0 0 40px;padding:16px 16px 16px 56px;background:rgba(0,0,0,0.08) url(/img/global/lightbulb.svg) no-repeat 16px 20px;background-size:24px 24px}.contact-interception>:first-child{margin-top:0}.contact-interception>:last-child{margin-bottom:0}.contact-interception p{margin:.5em 0}.contact-message{padding:16px;margin-bottom:32px;background:#f9f9cd}.contact-message p{margin:0}.reserve-niantic-id .reserve-niantic-id__cta{display:flex;justify-content:center}.reserve-niantic-id .reserve-niantic-id__footnote{display:flex;justify-content:center}.reserve-niantic-id .reserve-niantic-id__form{margin-top:10px;margin-bottom:10px}.reserve-niantic-id__form-state div{margin:20px 0}.reserve-niantic-id__codenames__instruction{font-weight:bold}.reserve-niantic-id__codenames__warning{color:#EE370F}.reserve-niantic-id__codenames__radio-group{display:flex;flex-flow:column nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.reserve-niantic-id__codenames__radio-group input[type="radio"]:checked+span{color:#DF471C}
