.he__button-styles_button{height:45px;width:100%;padding:0 15px;display:flex;justify-content:center;align-items:center;border:none;border-radius:4px;font-family:PierSans,sans-serif;font-size:16px;color:#0a212e;text-transform:uppercase;cursor:pointer}.he__button-styles_button:disabled{cursor:not-allowed}.he__button-styles_button:focus{outline:none}.he__button-styles_button a{color:#18bab4}.he__button-styles_circle{width:45px;height:45px;border-radius:22.5px;padding:0}.he__button-styles_primary{background-color:#18bab4}.he__button-styles_primary:hover{background-color:#1cd4ce}.he__button-styles_secondary{background-color:#ea573f}.he__button-styles_secondary:hover{background-color:#ff6952}.he__button-styles_disabled{background-color:transparent;color:#adb5b9;border:solid 1px #adb5b9;cursor:not-allowed}.he__button-styles_disabled:hover{box-shadow:0 1px 2px #00000017}.he__button-styles_disabled svg{fill:#adb5b9}.he__card-styles_card{display:flex;flex-direction:column;justify-content:space-between;width:17em;background-color:#eff3f5;box-shadow:0 1px 2px #00000017;border:solid 1px rgba(173,181,185,.1)}.he__card-styles_image{background-position:center;background-size:contain;height:160px}.he__card-styles_content{padding:15px 20px;background-color:#fff;color:#18bab4;min-height:50px;box-sizing:border-box}.he__switch-input-styles_switch{display:flex;justify-content:flex-start;position:relative;height:18px;font-family:PierSans,sans-serif}.he__switch-input-styles_switch .he__switch-input-styles_slider{margin-left:5px;margin-right:0}.he__switch-input-styles_toggleFirst{flex-direction:row-reverse;justify-content:flex-end}.he__switch-input-styles_toggleFirst .he__switch-input-styles_slider{margin-right:5px;margin-left:0}.he__switch-input-styles_label{font-size:14px;font-weight:300;color:#0a212e;cursor:pointer}.he__switch-input-styles_switch input{display:none}.he__switch-input-styles_slider{position:relative;top:0;right:0;bottom:0;left:0;cursor:pointer;transition:.2s;width:30px;background-color:#adb5b9}.he__switch-input-styles_slider:before{content:"";position:absolute;left:3px;bottom:3px;height:12px;width:12px;transition:.3s;background-color:#fff}input:checked~.he__switch-input-styles_slider{background-color:#18bab4}input:checked~.he__switch-input-styles_slider:before{transform:translate(12px)}input:checked~.he__switch-input-styles_label{color:#0a212e}.he__switch-input-styles_slider.he__switch-input-styles_round{border-radius:20px}.he__switch-input-styles_slider.he__switch-input-styles_round:before{border-radius:50%}.he__switch-input-styles_dark .he__switch-input-styles_label{color:#fff}.he__switch-input-styles_dark .he__switch-input-styles_slider:before{background-color:#0a212e}.he__switch-input-styles_dark input:checked~.he__switch-input-styles_slider{background-color:#18bab4}.he__switch-input-styles_dark input:checked~.he__switch-input-styles_label{color:#fff}.he__icon-styles_icon{width:15px;height:15px;fill:#0a212e}.he__icon-styles_cursor{cursor:pointer}.he__loading-styles_container{position:relative;height:100%;min-height:50px}.he__loading-styles_svg{stroke:#18bab4}.he__loading-styles_loader{position:absolute;top:50%;left:50%;margin:-30px 0 0 -30px;width:60px;height:60px;animation:he__loading-styles_scale 1.2s linear infinite}@keyframes he__loading-styles_scale{0%{transform:scale(.1);opacity:0}50%{transform:scale(.7);opacity:.7}to{transform:scale(1);opacity:0}}.he__modal-styles_modal{position:relative;top:0;left:auto;right:auto;bottom:auto;width:100%;max-height:none;max-width:80%;height:80vh;padding:0;overflow:hidden;display:flex;flex-direction:column;background-color:#0a212e;z-index:21;border:none;outline:none;border-radius:0}.he__modal-styles_header{background-color:#0a212e;padding:35px 35px 0;min-height:95px;border-bottom:solid 1px #adb5b9}.he__modal-styles_modalContent{flex:1;color:#fff;overflow:auto;padding:35px;word-break:break-word;overscroll-behavior:none}.he__modal-styles_closeIcon{fill:#fff}.he__modal-styles_closeBtn{position:absolute;width:33px;height:33px;right:35px;top:35px;background-color:#18bab4;border:solid 1px #18bab4;z-index:20}.ReactModal__Body--open{overflow:hidden}.he__sidebar-styles_sidebar{font-family:PierSans,sans-serif;height:100vh;padding:25px 30px;position:relative;display:inline-block;box-sizing:border-box;background-color:#fff;transform:translate(-100%);transition:transform .3s cubic-bezier(.445,.05,.55,.95)}.he__sidebar-styles_sidebar.he__sidebar-styles_visible{transform:translate(0)}.he__sidebar-styles_button{position:absolute;right:-58px;top:60px;height:30px;width:auto;border:none;transform:rotate(-90deg);background-color:#fff;border-top-right-radius:0;border-top-left-radius:0;font-size:13px;font-weight:600}.he__sidebar-styles_buttonText{margin-right:10px}.he__sidebar-styles_icon{transition:transform .3s cubic-bezier(.445,.05,.55,.95)}.he__sidebar-styles_iconHide{transform:rotate(90deg) translate(-2px)}.he__sidebar-styles_iconOpen{transform:rotate(-90deg) translate(-2px)}.he__accordion-card-styles_cardWrapper{padding:30px 30px 10px;background-color:#fff;margin-bottom:4px}.he__accordion-card-styles_cardContent{overflow:hidden;height:55px;transition:all .3s;font-family:PierSans,sans-serif}.he__accordion-card-styles_cardContent .he__accordion-card-styles_groupTitle{font-size:20px}.he__accordion-card-styles_cardContent.he__accordion-card-styles_open{height:auto;overflow:inherit}.he__accordion-card-styles_toggleButton{padding:0;width:14px;height:14px;border:none;background-color:transparent}.he__accordion-card-styles_toggleButton:hover{background-color:transparent}.he__accordion-card-styles_headerContainer{display:flex;align-items:baseline;justify-content:space-between}.he__accordion-card-styles_groupCounter{width:30px;height:30px;margin-right:15px;border-radius:15px;display:flex;align-items:center;justify-content:center;color:#fff;background-color:#18bab4}.he__accordion-card-styles_icon{transform:rotate(90deg);fill:#18bab4}.he__accordion-card-styles_iconCollapse{transform:rotate(270deg) translate(-3px,-2px);fill:#18bab4}.he__checkbox-styles_container{margin:10px 0;display:inline-flex;align-items:center;font-family:PierSans,sans-serif;cursor:pointer}.he__checkbox-styles_input{display:none}.he__checkbox-styles_label{font-size:14px}.he__checkbox-styles_checkbox{position:relative;top:0;right:0;bottom:0;border-radius:2px;background-color:#adb5b9;width:14px;height:14px;cursor:pointer;transition:.1s}.he__checkbox-styles_checkboxFirst{flex-direction:row-reverse;justify-content:flex-end}.he__checkbox-styles_checkboxFirst .he__checkbox-styles_checkbox{margin-right:10px;margin-left:0}.he__checkbox-styles_checkbox:before{content:"✔";position:absolute;left:3px;bottom:1px;font-size:10px;opacity:0;color:#fff;transition:.1s}input:checked~.he__checkbox-styles_checkbox{background-color:#18bab4}input:checked~.he__checkbox-styles_checkbox:before{opacity:1}.he__progress-bar-styles_outerBar{position:relative;width:300px;height:9px;border-radius:15px;background-color:#eff3f5}.he__progress-bar-styles_progress{position:absolute;left:0;top:0;bottom:0;height:9px;border-radius:15px;background-color:#18bab4}.he__progress-bar-styles_percentageLabel{font-family:PierSans,sans-serif;font-size:12px;font-weight:700;position:absolute;top:-15px;color:#0a212e;transform:translate(-50%)}.he__progress-bar-styles_label{font-family:PierSans,sans-serif;font-size:12px;color:#495a64;font-weight:300}.he__dropdown-styles_container{font-family:PierSans,sans-serif;position:relative}.he__dropdown-styles_label{display:inline-block;text-align:center;font-weight:700;position:relative;z-index:10;border-bottom:1px solid #18bab4;cursor:pointer}.he__dropdown-styles_label:after{content:"";display:block;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #18bab4;position:absolute;left:50%;transform:translate(-50%,-50%);bottom:-12px;visibility:hidden}.he__dropdown-styles_label.he__dropdown-styles_closed:after{visibility:visible}.he__dropdown-styles_options{box-sizing:border-box;position:absolute;left:0;right:0;border-bottom:1px solid #1bcec7;list-style:none;margin:0;z-index:1}.he__dropdown-styles_options.he__dropdown-styles_closed{display:none}.he__dropdown-styles_option{cursor:pointer}.he__dropdown-styles_option.he__dropdown-styles_optionSelected{text-decoration:none;cursor:none;pointer-events:none}.he__dropdown-styles_closeButton{position:absolute;width:100%;left:0;border:none;cursor:pointer}.he__dropdown-styles_closeButton:after{content:"";display:block;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #18bab4;position:absolute;left:50%;transform:translate(-50%,-50%);bottom:-8px}.he__inline-theme_label{color:#0a212e;margin:0 2px;min-width:60px;line-height:1.4}.he__inline-theme_options{min-width:110px;background-color:#fff;padding:5px 0 10px 5px}.he__inline-theme_option{cursor:pointer;padding:5px 0;overflow:hidden;text-overflow:ellipsis}.he__inline-theme_option:hover{color:#18bab4}.he__inline-theme_option.he__inline-theme_optionSelected{color:#0a212e80}._square_1hcxb_67 ._label_1hcxb_67,._compound_1hcxb_67 ._label_1hcxb_67,._rectangular_1hcxb_67,._rectangular-primary_1hcxb_67,._rectangular-secondary_1hcxb_67{font-family:Open Sans,sans-serif;font-size:14px;font-weight:400;line-height:20px;letter-spacing:.02em;text-transform:uppercase}@media print{._square_1hcxb_67 ._label_1hcxb_67,._compound_1hcxb_67 ._label_1hcxb_67,._rectangular_1hcxb_67,._rectangular-primary_1hcxb_67,._rectangular-secondary_1hcxb_67{font-size:8pt;line-height:18pt}}._iconSquare_1hcxb_82{background-color:#0f2b3b;border-radius:2px;display:flex;width:32px;height:32px;align-items:center;justify-content:center}._iconSquare_1hcxb_82:hover{background-color:#194964}._rectangular-primary_1hcxb_67,._rectangular-secondary_1hcxb_67{width:100%;height:40px;color:#222;display:flex;align-items:center;justify-content:center;border-radius:2px;background-color:#18bab4}._rectangular-primary_1hcxb_67:hover,._rectangular-secondary_1hcxb_67:hover{background-color:#fff}._rectangular-secondary_1hcxb_67{color:#fff;background-color:#0f2b3b;padding:10px;margin-top:10px}._rectangular-secondary_1hcxb_67:hover{background-color:#fff;background-color:#0a212e}._rectangular_1hcxb_67{width:100%;height:40px;background-color:#fff;color:#222;display:flex;align-items:center;justify-content:center;border-radius:2px}._rectangular_1hcxb_67:hover{background-color:#18bab4}._rectangular_1hcxb_67 ._icon_1hcxb_82{margin-right:10px}._rounded_1hcxb_137{display:flex;justify-content:center;align-items:center;width:42px;height:42px;border-radius:100%;background-color:#fff}._rounded_1hcxb_137 ._icon_1hcxb_82{fill:#222;width:12px;height:12px}._compound_1hcxb_67{display:flex;padding:6px;background-color:#0f2b3b;border-radius:2px}._compound_1hcxb_67 ._icon_1hcxb_82{fill:#fff;margin-right:10px}._compound_1hcxb_67 ._label_1hcxb_67{color:#fff}._square_1hcxb_67{width:180px;height:104px;border:1px solid #18bab4;display:flex;flex-direction:column;align-items:center;padding:10px 20px;border-radius:4px}._square_1hcxb_67 ._icon_1hcxb_82{width:35px;height:35px;fill:#fff;margin-bottom:10px}._square_1hcxb_67 ._label_1hcxb_67{color:#fff}._square_1hcxb_67:hover,._square_1hcxb_67._active_1hcxb_185{background-color:#18bab4}._square_1hcxb_67:hover ._icon_1hcxb_82,._square_1hcxb_67._active_1hcxb_185 ._icon_1hcxb_82{fill:#222}._square_1hcxb_67:hover ._label_1hcxb_67,._square_1hcxb_67._active_1hcxb_185 ._label_1hcxb_67{color:#222}._cookies_1jheu_67{font-family:Open Sans,sans-serif;font-size:12px;font-weight:300;line-height:22px;letter-spacing:0px}._cookies_1jheu_67{position:fixed;bottom:0;left:0;z-index:30;width:100%;transform:translateY(100%);overflow:hidden;background-color:#0f2b3bcc;padding:6px;padding-left:2rem;outline:none;color:#fff}._bannerContainer_1jheu_90{display:flex;flex-direction:column}@media screen and (min-width: 75rem){._bannerContainer_1jheu_90{display:flex;flex-direction:row;align-items:center;justify-content:space-between}}._link_1jheu_103{color:#fff;font-weight:700;text-decoration:underline}._actions_1jheu_109{display:flex;justify-content:flex-end;gap:1rem}._button_1jheu_115{min-width:150px}@media print{._app_2fx9l_35{display:none}}._app_2fx9l_35{width:100vw;height:100vh;background-color:#0a212e}@media screen and (max-width: 44.9375rem){._app_2fx9l_35{height:100svh}}:global .legendButtonTooltip .rc-tooltip-content>.rc-tooltip-inner,:global .infoTooltipStyle{font-family:Open Sans,sans-serif;font-size:12px;font-weight:300;line-height:22px;letter-spacing:0px}:global .legendButtonTooltip .rc-tooltip-content>.rc-tooltip-inner,:global .infoTooltipStyle{background-color:#fff!important;color:#222!important;padding:8px 10px!important;opacity:1!important}:global .infoTooltipStyle{box-shadow:0 2px 10px #171b3026}:global .infoTooltipStyle.place-left:after{border-left-color:#fff!important}:global .infoTooltipStyle.place-top:after{border-top-color:#fff!important;border-top-width:8px!important}:global .infoTooltipStyle.place-right:after{border-right-color:#fff!important}:global .legendButtonTooltip .rc-tooltip-content>.rc-tooltip-inner{max-width:unset}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;white-space:normal;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.light.tippy-box[data-placement^=top]>.tippy-arrow{box-shadow:-.5px 7px 2px #0000000d;z-index:20}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:0;z-index:1}.tippy-arrow{height:16px;width:16px;color:#fff}.esri-component{box-shadow:none!important;margin-bottom:0!important}.esri-view .esri-view-surface--inset-outline:focus:after{outline:none}.esri-view-root,.esri-view-surface{height:100%}@media screen and (max-width: 44.9375rem){.esri-view-root,.esri-view-surface{height:100svh}}.esri-ui{z-index:1}@media screen and (max-width: 57.125rem) and (orientation:landscape){.esri-ui{top:0!important;z-index:15}}.halfEarthLogoTopLeft{position:absolute;height:52px;top:15px;left:28px;z-index:5}.uiTopLeft{position:absolute;top:82px;left:20px}.uiBottom{position:absolute;bottom:65px;width:100%}.uiRight{position:absolute;right:0}.onboardingOverlay{opacity:.4;pointer-events:none}.onboardingDisableInteraction{pointer-events:none}.onboardingAllowInteraction{pointer-events:auto}.blur{filter:blur(2px)}.blurScene canvas{filter:blur(2px)}:root{--shamrock: #34bd92;--conifer: #92eb57;--dark-text: #222;--gold: #f8d300;--french-rose: #eb588f;--medium-purple: #8b62e9;--picton-blue: #3aa8ee;--protected-areas: #008604;--protection-needed: #b3e74b;--high-modification: #7d2efc;--primary: #34bd92;--some-modification: #b284fd;--tango: #e87926;--firefly: #0a212e;--navy: #0f2b3b;--white: #fff;--white-opacity: rgba(255, 255, 255, .1);--white-opacity-20: rgba(255, 255, 255, .2);--athens-gray: #eceff2;--oslo-gray: #7b878d;--water: #3972b8;--trees: #175408;--flooded-vegetation: #4fab6c;--crops: #b89b35;--built-area: #ff0066;--bare-ground: #5b5a48;--snow-ice: #f2faff;--clouds: #fafafa;--rangeland: #ebe0d3;--font-family-serif: ivypresto-display, serif}:global .infoTooltipStyle,:global .legendButtonTooltip .rc-tooltip-content>.rc-tooltip-inner{font-family:Open Sans,sans-serif;font-size:12px;font-weight:300;line-height:22px;letter-spacing:0px}@media screen and (max-width: 74.9375rem){.esri-popup{top:auto!important;bottom:auto!important}}@media screen and (max-width: 44.9375rem){.esri-popup{left:3vw!important;top:auto!important;bottom:0!important;right:3vw!important}}@media screen and (max-width: 57.125rem) and (orientation:landscape){.esri-popup{left:auto!important;right:4vw!important;bottom:auto!important;top:0!important}}.esri-popup__header,.esri-popup__footer,.esri-popup__feature-menu{display:none}.esri-popup__content{width:100%;margin-top:16px;margin-bottom:16px;padding-bottom:3px}@media screen and (max-width: 44.9375rem){.esri-popup__content{border-radius:8px}}@media screen and (max-width: 57.125rem) and (orientation:landscape){.esri-popup__content{border-radius:8px}}.esri-features__content-container{padding:0!important}.esri-popup__main-container{max-width:285px;max-height:500px!important;border-radius:2px;background-color:#0a212e}@media screen and (max-width: 44.9375rem){.esri-popup__main-container{min-width:94vw!important;background:transparent}}@media screen and (max-width: 57.125rem) and (orientation:landscape){.esri-popup__main-container{min-width:340px!important;max-height:340px!important;background:transparent}}.esri-popup__content{margin:0}.esri-feature__content-node{background-color:#0a212e;color:#fff;padding:16px}@media screen and (max-width: 44.9375rem){.esri-feature__content-node{background-color:#0f2b3b}}.esri-popup__pointer-direction{background-color:#0a212e;height:5px;transform:scale(2) rotate(45deg)!important;width:10px;height:6px}.esri-popup--aligned-top-left .esri-popup__pointer{bottom:0;right:25px;transform:rotate(2deg)}.esri-popup--aligned-bottom-left .esri-popup__pointer{top:6px;right:13px;transform:rotate(2deg)}.esri-popup--shadow{box-shadow:none}@media screen and (max-width: 57.125rem) and (orientation:landscape){.esri-popup__pointer{display:none}}.tooltip-dot{height:10px;width:10px;flex-shrink:0;border-radius:50%;display:inline-block;margin-right:7px;margin-bottom:2px}.tooltip-area-name{letter-spacing:1.5px;line-height:14px;font-size:10px;text-transform:uppercase;margin:0}.tooltip-area-size{margin-left:17px;margin-top:5px;margin-bottom:0}.tooltip-container{display:flex;align-items:center;margin:0}html{box-sizing:border-box;font-size:100%;overflow:hidden}*,*:before,*:after{box-sizing:inherit}body *{text-shadow:1px 1px 1px rgba(0,0,0,.004);text-rendering:optimizeLegibility!important;-webkit-font-smoothing:antialiased!important}body{margin:0;padding:0;font-family:Open Sans,sans-serif}#root :global{width:100vw;height:100vh}button{border:none;background-color:transparent;cursor:pointer}button:focus{outline:0}:focus{outline:0}@font-face{font-family:Open Sans;src:url(/assets/OpenSans-Regular-DBHmURw1.woff2) format("woff2");font-weight:400;font-display:swap;font-style:normal}@font-face{font-family:Open Sans;src:url(/assets/OpenSans-Italic-B2qSOTyY.woff2) format("woff2");font-weight:400;font-display:swap;font-style:italic}@font-face{font-family:Open Sans;src:url(/assets/OpenSans-SemiBold-qvSbo9M5.woff2) format("woff2");font-weight:semibold;font-display:swap;font-style:normal}@font-face{font-family:Open Sans;src:url(/assets/OpenSans-Bold-CrLFLKAi.woff2) format("woff2");font-weight:700;font-display:swap;font-style:normal}@font-face{font-family:Open Sans;src:url(/assets/OpenSans-BoldItalic-lLuHhcD9.woff2) format("woff2");font-weight:700;font-display:swap;font-style:italic}@font-face{font-family:Open Sans;src:url(/assets/OpenSans-Light-Bb0cgWTc.woff2) format("woff2");font-weight:lighter;font-display:swap;font-style:normal}@font-face{font-family:Open Sans;src:url(/assets/OpenSans-LightItalic-C1CX4jP1.woff2) format("woff2");font-weight:lighter;font-display:swap;font-style:italic}.visually-hidden{position:absolute;position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
