@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@700&family=Roboto+Slab:wght@300;400&display=swap);._clear:after,.LandingPage .search-footer:after{content:"";display:block;height:0;clear:both}._vertical-align,.Hamburger button,.LandingPage .page-content,.ProjectsPage .project img{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);left:0;right:0;margin:auto}._primary-font,.Logo,h1,h2,h3{font-family:"Poppins",Arial,sans-serif;font-weight:600}._secondary-font,a,body,html{font-family:"Roboto Slab",Times,serif;font-weight:300}*{position:relative;box-sizing:border-box}body,html{width:100vw;height:100vh;margin:0;padding:0;color:#333;font-size:16px;overflow-x:hidden}#root,.App{min-height:100vh;min-width:100vw}a{color:#fff;opacity:1}a,a:hover{transition:opacity .15s}a:hover{opacity:.8}button{background:none;border:none;cursor:pointer}h1{font-size:1.875rem}@media (min-width:641px){h1{font-size:2.5rem}}h2{font-size:1.125rem}@media (min-width:641px){h2{font-size:1.875rem}}span.carrot{color:#e99113;font-family:"Roboto Slab",Times,serif;font-size:1.125rem;font-weight:400}.Closable__title{cursor:pointer}.Closable__title>*{display:inline-block}.Closable__title:after{content:"";display:inline-block;position:relative;top:-.25em;width:.3em;height:.3em;margin-left:.6em;border:1px solid #333;border-top:none;border-left:none;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}@media (min-width:641px){.Closable__title:after{width:.6em;height:.6em}}.Closable__content{overflow:hidden}.Closable.closed .Closable__title:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.Closable.closed .Closable__content{height:0;margin-top:-30px;opacity:0;transition:margin-top .3s,opacity .3s}.Closable.open .Closable__title:after{-webkit-transform:rotate(45deg);transform:rotate(45deg);transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.Closable.open .Closable__content{height:auto;margin-top:0;opacity:1;transition:margin-top .3s,opacity .3s}.ContentPage{padding:3rem 1.5rem}@media (min-width:641px){.ContentPage{padding:3rem}}.ContentPage .Navigation{position:absolute;right:1.5rem;top:1.5rem}@media (min-width:641px){.ContentPage .Navigation{right:3rem;top:3rem}}.ContentPage .Logo{color:#2c1608;font-size:.875rem}@media (min-width:1199px){.ContentPage .Logo{font-size:1rem}}.ContentPage .page-content{min-height:76vh;padding:.75rem}@media (min-width:641px){.ContentPage .page-content{padding:0 0 0 80px}}@media (min-width:1199px){.ContentPage .page-content{padding-left:150px;padding-right:100px}}.ContentPage header{margin-bottom:25px}@media (min-width:641px){.ContentPage header{margin-bottom:35px}}.ContentPage footer{width:100%;pointer-events:none;z-index:-1}@media (max-width:640px){.ContentPage footer{margin-top:3rem}}@media (min-width:641px){.ContentPage footer{position:fixed;bottom:3rem;width:calc(100% - 6rem)}}.ContentPage footer *{pointer-events:all}.ContentPage footer .footer-links{position:absolute;right:0;bottom:0;text-align:right;color:#fff!important}@media (min-width:641px){.ContentPage footer .footer-links{display:none}}@media (min-width:1199px){.ContentPage footer .footer-links{display:block}}.ContentPage footer .footer-links a{display:block}@media (min-width:1199px){.ContentPage footer .footer-links a{display:inline}}.ContentPage footer .footer-links .sasaki{top:10px;height:15px}@media (min-width:1199px){.ContentPage footer .footer-links .sasaki{height:auto;width:125px;margin-bottom:14px}}.ContentPage footer .footer-links .nrpa{height:40px}@media (min-width:1199px){.ContentPage footer .footer-links .nrpa{width:175px;height:auto}}.Logo{display:inline-block;color:#fff;line-height:1.1em}.Logo span:first-of-type{color:#b42626}.Logo span:nth-of-type(2){color:#e99113}.Logo span:last-of-type{color:#2c1608}.Logo--small{font-size:.875rem;background:#2c1608;padding:.2em .2em .6em}@media (min-width:641px){.Logo--small{font-size:1rem}}.Logo--large{font-size:24px}@media (max-width:360px){.Logo--large{font-size:20px}}.Hamburger{width:45px;height:45px;text-align:center}.Hamburger button{left:0;right:0;padding:0;margin:auto;height:45px;width:45px;border:none;background:none;cursor:pointer;pointer-events:all;outline:none;-webkit-transform:rotate(0deg);transform:rotate(0deg);transition:width .5s ease,height .5s ease,-webkit-transform .6s ease;transition:transform .6s ease,width .5s ease,height .5s ease;transition:transform .6s ease,width .5s ease,height .5s ease,-webkit-transform .6s ease}.Hamburger div{position:absolute;top:0;left:0;width:100%;height:100%}.Hamburger div:after,.Hamburger div:before{content:"";display:block;position:absolute;width:18px;height:18px;border-radius:50%;background:#bcd}.Hamburger div:first-of-type{z-index:2}.Hamburger div:first-of-type:before{top:0;left:0;background:#b42626}.Hamburger div:first-of-type:after{bottom:0;right:0;background:#e99113}.Hamburger div:nth-of-type(2){opacity:1;transition:opacity .4s}.Hamburger div:nth-of-type(2):before{bottom:0;left:0}.Hamburger div:nth-of-type(2):after{top:0;right:0}.Hamburger.open button{width:36px;height:18px;-webkit-transform:rotate(225deg);transform:rotate(225deg);transition:width .5s ease,height .5s ease,-webkit-transform .6s ease;transition:transform .6s ease,width .5s ease,height .5s ease;transition:transform .6s ease,width .5s ease,height .5s ease,-webkit-transform .6s ease}.Hamburger.open div:nth-of-type(2){opacity:.6;transition:opacity .4s}.Navigation{z-index:999}.Navigation .Hamburger{z-index:4;top:-22px}@media (min-width:641px){.Navigation .Hamburger{display:none}}.Navigation ul{list-style:none;padding:0;margin:0}.Navigation li .carrot{display:inline-block;font-weight:700;margin-right:.25em}.Navigation li a{color:#2c1608}@media (min-width:641px){.Navigation li{display:inline-block}.Navigation li+li{margin-left:3rem}}@media (max-width:640px){.Navigation ul{z-index:2;position:fixed;left:0;top:-50px;width:100vw;height:100vh;background:#fff;pointer-events:none;opacity:0;transition:opacity .4s,top .5s}.Navigation ul li{height:15vh;font-size:1.125rem;text-align:center}.Navigation ul li:first-of-type{margin-top:18vh}.Navigation.open ul{opacity:1;top:0;pointer-events:all;transition:opacity .4s,top .5s}}button.CarrotButton{border-bottom:1px solid #000}button.CarrotButton:not(:first-of-type){margin-left:18px}.ContactForm{padding:2em 0}.ContactForm textarea{width:80vw;height:30vw;padding:.5em}.ContactForm label{margin-right:1em}.ContactForm input{padding:.5em}@media (min-width:641px){.ContactForm{padding:2em;border:1px solid #ededed;margin-top:2em}.ContactForm input{margin-left:1.5em;width:400px;padding:.5em}.ContactForm textarea{width:600px;height:180px;padding:.5em}}.ContactForm .form-row{padding-top:2em}.ContactForm .form-row button{font-weight:700;font-size:1em;background-color:#333;color:#fff;border-radius:15px;padding:1em 1.5em}.MapPage{height:100vh}.MapPage .threat-selector__menu{z-index:2}.MapPage .logo-link{position:absolute;top:.75rem;left:.75rem;z-index:2}@media (min-width:641px){.MapPage .logo-link{top:1.5rem;left:1.5rem}}.MapPage .Navigation{position:absolute;top:.75rem;right:.75rem;z-index:2;background:hsla(0,0%,100%,.9);padding:.75rem}@media (min-width:641px){.MapPage .Navigation{top:1.5rem;right:1.5rem}}.MapPage a{color:#333}.MapPage .threat-viewer{position:fixed;bottom:.75rem;left:0;right:0;margin:auto;width:95%;max-width:760px;max-height:85px;height:90%;background:#fff;transition:max-height .5s}@media (min-width:641px){.MapPage .threat-viewer{bottom:1.5rem;left:auto;right:1.5rem;max-height:211px}}.MapPage .threat-viewer.minimized{height:40px;max-height:40px}.MapPage .threat-viewer.expanded{overflow-y:hidden;max-height:85vh;transition:max-height .5s}.MapPage .threat-viewer.expanded .threat-content{padding:.75rem;overflow-y:auto}.MapPage .threat-viewer.expanded .threat-content h1{margin-top:0;opacity:1;transition:opacity .3s,margin-top .5s}.MapPage .threat-viewer.expanded .threat-content-body{margin-top:0;opacity:1;transition:opacity 1s ease,margin-top 1s}.MapPage .threat-content{z-index:1;padding:.375rem;height:100%}@media (min-width:641px){.MapPage .threat-content{padding:1.5rem;height:calc(100% - 38px)}}.MapPage .threat-content .threat-body{display:none}@media (min-width:641px){.MapPage .threat-content .threat-body{display:block}}.MapPage .threat-content h1{margin-top:-70px;opacity:0;transition:margin-top .5s,opacity .3s}@media (max-width:640px){.MapPage .threat-content h1{font-size:1.575rem}}@media (min-width:641px){.MapPage .threat-content h1{margin:-80px auto 16px}}.MapPage .threat-content button{display:block}@media (min-width:641px){.MapPage .threat-content button{margin-top:1.5rem}}.MapPage .threat-content-body{margin-top:100px;opacity:0;padding-bottom:150px;transition:opacity .1s,margin-top 1.5s}.MapPage .threat-viewer-header{background:#2c1608}.MapPage .threat-selector{width:70%;z-index:10}.MapPage .threat-selector__control{background:none;border:none;cursor:pointer;outline:none!important}.MapPage .threat-selector__single-value{color:#fff;font-size:1.125rem;font-family:"Poppins",Arial,sans-serif;font-weight:500}.MapPage .cross-link{position:absolute;bottom:0;right:0;padding:0 1.5em 1em .5em;background-color:#fff;z-index:1}.MapPage .close-expanded{position:absolute;top:10px;right:5px}.MapPage button.close-expand{color:#fff;font-weight:600}.MapPage h2{margin-bottom:0}.MapPage h3{margin-top:1.5rem}.MapPage h4{margin-bottom:5px}.MapPage p em{display:block;margin-bottom:-.5em}.MapPage h3+p,.MapPage h4+p{margin-top:0}.MapPage .Closable{margin-top:1.5rem;border:1px solid #2c1608;padding:.75rem}.MapPage .Closable h2{margin:0;padding-left:10px;font-size:.875rem}.MapPage .Closable h2 p{margin:0}.MapPage .Closable h3{font-weight:500;font-family:"Roboto Slab",Times,serif;font-size:1rem;margin-top:.5em;margin-bottom:5px}.MapPage .Closable h3 b{font-family:"Poppins",Arial,sans-serif}.MapPage blockquote{margin:25px}.MapPage blockquote span{font-style:italic}.MapPage .Closable__title{margin-top:-1.5rem;background:#fff;font-size:.875rem}.MapPage .Closable__title:after{top:-2px;margin-left:5px;width:5px;height:5px;border-color:#e99113!important;border-width:2px}.MapPage ol{padding-left:1em}.MapPage ol li::marker{color:#e99113}.MapPage ol li+li{margin-top:1em}.MapViewer{position:absolute;top:0;left:0;height:100vh;width:100vw}.MapViewer svg{fill:none}.MapViewer svg path{fill:none;stroke:#b42626}.MapViewer .legend-toggle{position:absolute;max-width:250px;background:#fff;padding:1em;bottom:105px;left:.75rem}@media (min-width:641px){.MapViewer .legend-toggle{bottom:0}}.MapViewer .MapLegend{position:absolute;max-width:250px;background:#fff;padding:1em;bottom:105px;left:0}@media (min-width:641px){.MapViewer .MapLegend{bottom:0}}.MapViewer .MapLegend .legend{position:relative}.MapViewer .MapLegend .legend .simple-scale{color:#999;font-size:.9em;position:absolute;top:0;bottom:0;right:0}.MapViewer .MapLegend .legend .simple-scale .top{position:absolute;top:0;right:0}.MapViewer .MapLegend .legend .simple-scale .bottom{position:absolute;bottom:0;right:0}.MapViewer .MapLegend .metric-info{font-size:.9em;margin-bottom:1em}.MapViewer .MapLegend .LegendItem .item-name{display:inline-block;padding:.2em .5em}.MapViewer .MapLegend .LegendItem .color-swatch{display:inline-block;width:14px;height:14px;border-radius:3px;background:red;border:1px solid #000}@media (min-width:641px){.mapboxgl-popup{z-index:1}}.MapPopupList .main-info{text-align:center;font-weight:700;font-size:1.1em;margin-bottom:.3em}.MapPopupList .RowItem .item-name{display:inline-block;padding-left:8px}.MapPopupList .RowItem .item-name .selected{display:inline-block;white-space:nowrap;max-width:175px}.MapPopupList .RowItem .RankBar{display:inline-block}.MapPopupList .RowItem .RankBar .bar{border:1px solid #999;background-color:#ccc;height:6px;border-radius:3px}.MapPopupList .RowItem .RankBar .marker{position:absolute;top:-1px;border-radius:50%;width:8px;height:8px;background-color:#333}.MapPopupList .RowItem .RankBar.selected .bar{border:1px solid #666}.MapPopupList .RowItem .RankBar.selected .marker{background-color:red;border:1px solid #666;top:-2px;width:10px;height:10px}.AboutPage h1{margin:75px auto 30px}@media (min-width:641px){.AboutPage h1{margin:100px auto 50px}}@media (max-width:640px){.AboutPage .page-content{padding:.75rem}}.AboutPage p{margin:20px 0}@media (min-width:641px){.AboutPage p{margin:40px 0}}.AboutPage p img{max-width:100%}.AboutPage b{font-family:"Poppins",Arial,sans-serif}.AboutPage .references{padding-left:0;list-style:none}.AboutPage .references li{margin:1em 0;color:#e99113}.AboutPage .references li span{width:90%;color:#333}@media (min-width:641px){.AboutPage .references li span{display:inline-block;left:2em}}.AboutPage a{color:#333;text-decoration:underline}.AboutPage a.strategy-style{display:inline-block;margin:.6em 0;padding:.2em 1em;font-family:"Poppins",Arial,sans-serif;font-size:.875rem;text-align:center;text-decoration:none;border-radius:15px;background:#2c1608;color:#fff}.LandingPage{width:100%;height:100vh;background-image:url(../../static/media/landing-bg.28cd784f.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;padding:1.5rem}@media (max-width:360px){.LandingPage{padding:.75rem}}@media (min-width:641px){.LandingPage{padding:3rem}}.LandingPage .selected-match{background:#333}.LandingPage .page-content{top:40%;width:calc(100vw - 3rem);color:#fff}.LandingPage .page-content h1{font-size:2rem}@media (max-width:360px){.LandingPage .page-content{width:calc(100vw - 1.5rem);top:35%;padding:0}.LandingPage .page-content h1{font-size:1.6rem}}@media (min-width:641px){.LandingPage .page-content{top:50%;padding:1.5rem}}@media (min-width:1023px){.LandingPage .page-content{padding-left:55px;width:auto}}@media (min-width:1199px){.LandingPage .page-content{padding-left:198px}.LandingPage .page-content h1{font-size:2.5rem}}@media (min-width:1599px){.LandingPage .page-content{padding-left:250px}}.LandingPage h1{display:inline-block;font-size:1.875rem}.LandingPage h1 span:first-of-type{color:#b42626}.LandingPage h1 span:last-of-type{color:#e99113}.LandingPage h1:after{content:"";display:inline-block;position:absolute;left:0;bottom:0;z-index:-1;width:104%;height:.85em;background:#2c1608}.LandingPage .search-bar{width:100%;max-width:750px;margin-top:2em;font-size:1rem}@media (max-width:360px){.LandingPage .search-bar{-webkit-transform:scale(.9) translate(-18px);transform:scale(.9) translate(-18px)}}.LandingPage .search-input{display:flex;background:#fff;border-radius:0}.LandingPage .search-input .carrot{flex:1 1 20px;z-index:2;padding:.6em 1em .8em}.LandingPage .search-footer{margin-top:.5em}.LandingPage .search-footer .analyze{display:none}@media (min-width:641px){.LandingPage .search-footer .analyze{display:inline}}.LandingPage .search-footer .explore{font-size:1.1em;background-color:#022133;padding:.25em .75em;width:415px}@media (max-width:360px){.LandingPage .search-footer .explore{-webkit-transform:scale(.9) translate(-18px);transform:scale(.9) translate(-18px)}}@media (max-width:640px){.LandingPage .search-footer .explore{-webkit-transform:scale(.9) translate(-18px);transform:scale(.9) translate(-18px)}}@media (min-width:641px){.LandingPage .search-footer .explore{float:right;font-size:1.2em}}.LandingPage .search-footer .explore span:not(.carrot){display:inline-block;opacity:.75}.LandingPage .search-footer .explore a{margin-left:1em}.LandingPage .about-link{position:absolute;top:1.5rem;right:1.5rem;cursor:pointer;opacity:.85;transition:opacity .15s}.LandingPage .about-link .about-text{margin-left:10px;vertical-align:top;padding-top:2px;display:none}@media (min-width:641px){.LandingPage .about-link .about-text{display:inline-block}}@media (min-width:641px){.LandingPage .about-link{top:3rem;right:3rem}}.LandingPage .about-link:hover{opacity:1;transition:opacity .15s}.LandingPage .about-link img{width:24px}.LandingPage footer{position:absolute;bottom:3rem;width:calc(100% - 3rem)}@media (min-width:641px){.LandingPage footer{width:calc(100% - 3rem)}}.LandingPage footer .footer-links{position:absolute;right:8px;bottom:0;margin:0;padding-left:0;color:#fff!important;list-style:none;text-align:right}.LandingPage footer .footer-links .separator{display:none}@media (min-width:641px){.LandingPage footer .footer-links .separator,.LandingPage footer .footer-links li{display:inline}}.LandingPage .react-autosuggest__container{flex:1 1 auto;width:100%}.LandingPage .react-autosuggest__input{padding:1em 0;min-width:350px;border:none;font-size:1rem}.LandingPage .react-autosuggest__input--focused{outline:none}.LandingPage .react-autosuggest__input--open{border-bottom-left-radius:0;border-bottom-right-radius:0}.LandingPage .react-autosuggest__suggestions-container{display:none}.LandingPage .react-autosuggest__suggestions-container--open{display:block;position:absolute;top:51px;width:280px;border:1px solid #aaa;background-color:#2c1608;border-bottom-left-radius:4px;border-bottom-right-radius:4px;z-index:2}.LandingPage .react-autosuggest__suggestions-list{margin:0;padding:0;list-style-type:none}.LandingPage .react-autosuggest__suggestion{cursor:pointer;padding:10px 20px}.LandingPage .react-autosuggest__suggestion--highlighted{background-color:#ddd;color:#2c1608;font-weight:700}.ProjectsPage .page-content{padding-bottom:4em}@media (min-width:1023px){.ProjectsPage .page-content{padding-left:inherit}}@media (min-width:1023px){.ProjectsPage .projects{display:grid;grid-template-columns:1fr 1fr 1fr;grid-column-gap:25px}}.ProjectsPage .project{margin-bottom:1.5rem;padding:1.5rem 3rem;background:#f3f3f3;border-radius:15px;cursor:pointer;transition:background .2s;box-shadow:3px 3px 18px rgba(0,0,0,.21)}.ProjectsPage .project .big-quote{font-size:1em;color:#000}@media (min-width:1200px)and (max-width:1400px){.ProjectsPage .project{padding:1rem 2rem}}.ProjectsPage .project .quote{text-shadow:2px 2px 1.5px #fff;z-index:1;font-size:1.2em;color:#000}@media (min-width:1200px)and (max-width:1400px){.ProjectsPage .project .quote{font-size:1.05em}}@media (min-width:1599px){.ProjectsPage .project .quote{font-size:1.5em}}.ProjectsPage .project .organization{padding-top:1em;text-shadow:2px 2px 5px #fff;font-size:.8em;z-index:1;font-weight:700}.ProjectsPage .project:hover{transition:background .2s;background:#e6e6e6}.ProjectsPage .project:hover h2{opacity:.8;transition:opacity .2s}.ProjectsPage .project a{display:block;width:100%;height:100%;color:#333;text-decoration:none}.ProjectsPage .project a:hover{opacity:1}.ProjectsPage .project img{opacity:.25;top:60%;height:50%;max-width:100%}@media (min-width:1023px){.ProjectsPage .project img{top:50%;height:auto;max-height:85%}}.ProjectsPage h2{font-size:1.125rem;opacity:1;transition:opacity .2s}.ProjectPage{padding-bottom:6rem}.ProjectPage h1{margin-top:1.5em;margin-bottom:0}.ProjectPage .location{margin-top:0;color:#9e405a}@media (min-width:1023px){.ProjectPage p{width:80%}}.ProjectPage h3.organization{margin-top:0;color:#999}.ProjectPage .threats.footer{padding-top:2em}.ProjectPage .threats button{padding:0;margin:0 0 0 .5em;text-decoration:underline;font-weight:400;font-size:1em}.ProjectPage .image-container{position:relative;border:2px solid #9e405a;border-radius:15px;background:#f3f3f3;background-size:cover;width:100%}.ProjectPage .image-container div.aspect-maintainer{position:relative;padding-bottom:48.75%}@media (min-width:641px){.StrategiesPage .page-content{margin:35px auto 0}}.StrategiesPage ul{padding-left:0}.StrategiesPage li{list-style:none}@media (min-width:1199px){.StrategiesPage .strategies{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;grid-column-gap:5%}}.StrategiesPage .strategies h2{text-align:center;font-size:1.6875rem}@media (min-width:1199px){.StrategiesPage .strategies h2{min-height:3em}}.StrategiesPage .strategy-list{margin-bottom:3rem}@media (min-width:1199px){.StrategiesPage .strategy-list{margin-bottom:0}}.StrategiesPage .strategy-list .sub-link-item{color:#000;background:#fff;font-size:.8em;padding:1em .5em}.StrategiesPage .strategy-list .link-item{display:block;padding:1em;font-family:"Poppins",Arial,sans-serif;text-align:center;text-decoration:none;color:#fff}.StrategiesPage .strategy-list .link-item:hover{opacity:.85}.StrategiesPage .strategy-list li{width:90%;margin:5% auto;background:#555;border-radius:15px;overflow:hidden}@media (min-width:641px){.StrategiesPage .strategy-list li{margin:2% auto}}@media (min-width:1199px){.StrategiesPage .strategy-list li{margin:5% auto}}.map-link a{color:#333;margin-right:1.5em}.StrategyPageContent h2{margin-bottom:.2em}@media (max-width:640px){.StrategyPageContent h2{font-size:1rem}}@media (min-width:1023px){.StrategyPageContent header p{font-size:1.125rem;width:70%}}.StrategyPageContent .strategy{margin-bottom:30px}.StrategyPageContent .strategy.pom h2{color:#faaf16}.StrategyPageContent .strategy.pom a{background:#faaf16}.StrategyPageContent .strategy.pom b{color:#faaf16}.StrategyPageContent .strategy.ef h2{color:#24aaa3}.StrategyPageContent .strategy.ef a{background:#24aaa3}.StrategyPageContent .strategy.ef b{color:#24aaa3}.StrategyPageContent .strategy.ua h2{color:#8cc63e}.StrategyPageContent .strategy.ua a{background:#8cc63e}.StrategyPageContent .strategy.ua b{color:#8cc63e}@media (min-width:641px){.StrategyPageContent .strategy__content{display:grid;grid-template-columns:1fr 1fr;grid-column-gap:.75rem;grid-row-gap:.75rem}}@media (min-width:1023px){.StrategyPageContent .strategy__content{grid-column-gap:1.5rem;grid-row-gap:1.5rem}}.StrategyPageContent .strategy__column{padding:1.5rem;background:#f3f3f3;border-radius:15px}@media (max-width:640px){.StrategyPageContent .strategy__column{margin-top:1.5rem}}.StrategyPageContent .strategy .img{height:135px;width:100%}@media (min-width:1023px)and (max-width:1199px){.StrategyPageContent .strategy .img{display:inline-block;width:40%}}@media (min-width:1550px){.StrategyPageContent .strategy .img{display:inline-block;width:40%}}@media (min-width:1023px)and (max-width:1199px){.StrategyPageContent .strategy__item{display:inline-block;margin-left:4%;width:55%;vertical-align:top}}@media (min-width:1550px){.StrategyPageContent .strategy__item{display:inline-block;margin-left:4%;width:55%;vertical-align:top}}.StrategyPageContent .strategy a{display:block;margin:.6em 0;padding:.2em .5em;font-size:.875rem;text-align:center;text-decoration:none;border-radius:15px}.StrategyPageContent .strategy a,.StrategyPageContent .strategy b{font-family:"Poppins",Arial,sans-serif}
/*# sourceMappingURL=main.55244f01.chunk.css.map */