location-popup{position:fixed;width:100vw;height:100vh;z-index:30;top:0;transition:all ease-in-out 1000ms;display:flex;justify-content:center}@media screen and (min-width: 1024px){location-popup{align-items:center}}location-popup .location-popup__close{position:absolute;top:2rem;right:2rem;z-index:3;background-color:#c6baa9;border:none}location-popup .location-popup__overlay{position:absolute;width:100vw;height:100vh;background-color:#272c31;opacity:.75}location-popup .location-popup__wrapper{width:90vw;height:max-content;background-color:#d4c1ad;z-index:3;display:flex;justify-content:center;align-items:center;flex-direction:column;overflow:auto}@media screen and (min-width: 1024px){location-popup .location-popup__wrapper{width:40vw}}location-popup .location-popup__header{display:flex;justify-content:center;align-items:center;flex-direction:column;text-align:center}location-popup .location-popup__header--subtitle{margin-bottom:0}location-popup .location-popup__header--icon{display:flex;justify-content:center;align-items:center;padding:1.5rem;background-color:#e8d5c4;border-radius:100px;margin-bottom:1rem}location-popup .location-popup__first-page,location-popup .location-popup__second-page{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%;gap:1rem;padding:1rem}@media screen and (min-width: 1024px){location-popup .location-popup__first-page,location-popup .location-popup__second-page{gap:2rem;padding:2rem}}location-popup .location-popup__first-page.hidden,location-popup .location-popup__second-page.hidden{display:none}location-popup .location-popup__first-page--content,location-popup .location-popup__first-page--selection,location-popup .location-popup__second-page--content,location-popup .location-popup__second-page--selection{display:flex;flex-direction:column;align-items:space-between;gap:1rem;background-color:#e8d5c4;width:100%;padding:1rem}location-popup .location-popup__first-page--content-title,location-popup .location-popup__first-page--selection-title,location-popup .location-popup__second-page--content-title,location-popup .location-popup__second-page--selection-title{margin:0}location-popup .location-popup__first-page--content .content-item,location-popup .location-popup__first-page--content .selection-item,location-popup .location-popup__first-page--selection .content-item,location-popup .location-popup__first-page--selection .selection-item,location-popup .location-popup__second-page--content .content-item,location-popup .location-popup__second-page--content .selection-item,location-popup .location-popup__second-page--selection .content-item,location-popup .location-popup__second-page--selection .selection-item{display:flex;justify-content:space-between}location-popup .location-popup__first-page--content .content-item *,location-popup .location-popup__first-page--content .selection-item *,location-popup .location-popup__first-page--selection .content-item *,location-popup .location-popup__first-page--selection .selection-item *,location-popup .location-popup__second-page--content .content-item *,location-popup .location-popup__second-page--content .selection-item *,location-popup .location-popup__second-page--selection .content-item *,location-popup .location-popup__second-page--selection .selection-item *{display:flex;align-items:center}location-popup .location-popup__first-page--content .content-item__heading,location-popup .location-popup__first-page--content .selection-item__heading,location-popup .location-popup__first-page--selection .content-item__heading,location-popup .location-popup__first-page--selection .selection-item__heading,location-popup .location-popup__second-page--content .content-item__heading,location-popup .location-popup__second-page--content .selection-item__heading,location-popup .location-popup__second-page--selection .content-item__heading,location-popup .location-popup__second-page--selection .selection-item__heading{gap:1rem}location-popup .location-popup__first-page--content .content-item__value,location-popup .location-popup__first-page--content .selection-item__value,location-popup .location-popup__first-page--selection .content-item__value,location-popup .location-popup__first-page--selection .selection-item__value,location-popup .location-popup__second-page--content .content-item__value,location-popup .location-popup__second-page--content .selection-item__value,location-popup .location-popup__second-page--selection .content-item__value,location-popup .location-popup__second-page--selection .selection-item__value{background-color:var(--color-bg);padding:.25rem .75rem;max-height:2rem;text-transform:capitalize}location-popup .location-popup__first-page--buttons,location-popup .location-popup__second-page--buttons{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%}location-popup .location-popup__first-page--buttons .button,location-popup .location-popup__second-page--buttons .button{display:flex;justify-content:center;align-items:center;gap:2rem;outline:none;width:45%}location-popup .location-popup__first-page--buttons .button::after,location-popup .location-popup__second-page--buttons .button::after{content:none}location-popup .location-popup__first-page--buttons .button:hover,location-popup .location-popup__first-page--buttons .button:focus-visible,location-popup .location-popup__second-page--buttons .button:hover,location-popup .location-popup__second-page--buttons .button:focus-visible{filter:brightness(90%)}location-popup .location-popup__first-page--buttons-change,location-popup .location-popup__second-page--buttons-change{background-color:#d4c1ad}location-popup .location-popup__first-page--buttons-accept,location-popup .location-popup__second-page--buttons-accept{background-color:#fff;padding-block:1rem}location-popup .location-popup__first-page--buttons{flex-direction:column}@media screen and (min-width: 1024px){location-popup .location-popup__first-page--buttons{flex-direction:row}}location-popup .location-popup__first-page--buttons .button{width:100%}@media screen and (min-width: 1024px){location-popup .location-popup__first-page--buttons .button{width:45%}}location-popup .location-popup__second-page--language-label,location-popup .location-popup__second-page--country-label{font-weight:600;margin-bottom:0px}location-popup .location-popup__second-page--forms{display:flex;flex-direction:column}location-popup .location-popup__second-page--forms .localization-form{width:100%;padding-block:.5rem}location-popup .location-popup__second-page--forms .disclosure__button.localization-form__select.localization-selector{width:100%;height:3rem;justify-content:space-between;background-color:var(--color-bg);padding-inline:.75rem;text-transform:capitalize}location-popup .location-popup__second-page--forms .disclosure__list{padding:0}location-popup .location-popup__second-page--forms .disclosure__list-wrapper{top:4rem;left:0;width:max-content;padding:.25rem;background-color:#fff}location-popup .location-popup__second-page--forms .disclosure__list .countries{padding:0}location-popup .location-popup__second-page--forms .disclosure__link{text-transform:capitalize}location-popup .location-popup__second-page--forms .disclosure__link:hover,location-popup .location-popup__second-page--forms .disclosure__link:focus-visible{background-color:#c6baa9;cursor:pointer}
