.section-location-popup{position:fixed;top:0;right:0;bottom:0;left:0;height:100vh;min-width:100vw;background-color:rgba(0,0,0,.5);z-index:3;display:none;justify-content:center;align-items:center}.section-location-popup.location-popup--active{display:flex}.section-location-popup.location-popup--hidden{display:none}.section-location-popup .section-content-heading{display:flex;flex-direction:column;max-width:680px;margin:0 auto;margin-bottom:25px;gap:2rem;align-items:center;text-align:center}@media screen and (min-width: 500px){.section-location-popup .section-content-heading{margin-bottom:30px}}.section-location-popup .country-flag__container img{width:70px}.section-location-popup .location-popup--container{border-radius:18px;opacity:1;max-width:450px;max-height:60vh;margin-bottom:10rem}@media screen and (min-width: 500px){.section-location-popup .location-popup--container{margin-bottom:5rem}}@media screen and (min-width: 990px){.section-location-popup .location-popup--container{max-width:550px;max-height:414px;height:70vh;margin:auto}}.section-location-popup .location-popup--container .location_popup--modal{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;position:relative}.section-location-popup .location-popup--container .location_popup--header{flex-basis:75%;padding:2.5rem;display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:2rem}@media screen and (min-width: 1200px){.section-location-popup .location-popup--container .location_popup--header{padding:5rem;margin-top:5rem}}.section-location-popup .location-popup--container .location-popup__heading{padding:1rem;font-weight:400;font-size:1.8rem;text-align:center}@media screen and (min-width: 990px){.section-location-popup .location-popup--container .location-popup__heading{text-align:center}}.section-location-popup .location-popup--container .location-popup__heading--country{font-weight:700}.section-location-popup .location-popup--container .country-flag__container{padding:1rem;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem}.section-location-popup .location-popup--container .country-name{font-weight:700}.section-location-popup .location-popup--container .country-selection{font-weight:700;font-size:1.3rem;text-decoration:none;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:1rem}@media screen and (max-width: 990px){.section-location-popup .location-popup--container .country-selection{flex-direction:column}}.section-location-popup .location-popup--container .geolocation-confirmation--button{padding-left:5rem;padding-right:5rem;margin-top:2rem}.section-location-popup .location-popup--container .geolocation-confirmation--button:hover{position:relative;bottom:2px;opacity:.9}.section-location-popup .location-popup--container .exit-icon{position:absolute;top:1.5rem;right:0;transform:scaleY(0.9);width:40px}.section-location-popup .location-popup--container .exit-icon:hover{cursor:pointer}@media screen and (min-width: 990px){.section-location-popup .location-popup--container .exit-icon{right:2rem;top:2rem}}.section-location-popup .confirmation-title--container{font-size:1.8rem;font-weight:400;margin:0;text-align:center}@media screen and (min-width: 990px){.section-location-popup .confirmation-title--container{padding-top:1rem}}.section-location-popup .confirmation-title{font-weight:700}.section-location-popup .geolocation-popup-footer{background:#fbf8f1;bottom:0;height:100%;flex-basis:25%;padding:1rem;border-bottom-left-radius:18px;border-bottom-right-radius:18px;display:flex;flex-direction:column;gap:2rem;width:100%}@media screen and (max-width: 990px){.section-location-popup .geolocation-popup-footer{padding:2rem}}.section-location-popup .footer-title p{width:75%;margin:auto;text-align:center;font-size:1.3rem}.section-location-popup .country-list--container{width:100%;display:flex;flex-direction:row;justify-content:space-evenly;margin-top:1rem;margin-bottom:1rem}@media screen and (max-width: 990px){.section-location-popup .country-list--container{gap:1rem}}