@import url(https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;600;800&display=swap);:root{--bg-light:#fafafa;--raised-light:#fff;--text-light:#111517;--shadow-light:rgba(0,0,0,.029);--bg-dark:#202c36;--raised-dark:#2b3844;--text-dark:#fff;--shadow-dark:rgba(0,0,0,.029)}.light{--bg:var(--bg-light);--raised:var(--raised-light);--text:var(--text-light);--shadow:var(--shadow-light)}.dark{--bg:var(--bg-dark);--raised:var(--raised-dark);--text:var(--text-dark);--shadow:var(--shadow-dark)}*{box-sizing:border-box;margin:0;padding:0;-webkit-user-select:none;-ms-user-select:none;user-select:none}html{min-height:100vh;transition:background-color .1s linear,color .1s linear}body{font-family:Nunito Sans,sans-serif;font-size:16px;line-height:1.5}img,picture{display:block;max-width:100%}i,p{display:inline}button,input,select,textarea{font:inherit}li{list-style:none}button{background:none;border:none}.header{align-items:center;display:flex;flex-direction:row;height:7rem;justify-content:space-between;padding:20px 80px;width:100%}.header i{margin-right:5px}.header div>p{font-size:24px;font-weight:800}.header button,.header div{align-items:center;display:flex;flex-direction:row}.header button{font-size:18px;font-weight:600px;transition:-webkit-transform .1s linear;transition:transform .1s linear;transition:transform .1s linear,-webkit-transform .1s linear}.header button:hover{-webkit-transform:scale(1.02);transform:scale(1.02)}.header button:hover,.logo{cursor:pointer}.header button:hover,.logo,.logo:hover{transition:-webkit-transform .1s linear;transition:transform .1s linear;transition:transform .1s linear,-webkit-transform .1s linear}.logo:hover{-webkit-transform:scale(1.02);transform:scale(1.02)}.container{padding:0 60px;width:100%}.filter-menu{font-weight:400px;padding-bottom:50px;padding-top:50px;width:100%}.filter-menu,.input-wrapper{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.input-wrapper{background:#fff;border-radius:5px;box-shadow:0 2px 9px rgba(0,0,0,.053);height:60px;width:500px}.input-wrapper i{margin-left:calc(7.5% - 8px)}.input-wrapper input{border:none;height:2rem;margin-right:5%;-webkit-user-select:text;-ms-user-select:text;user-select:text;width:80%}.input-wrapper input ::-webkit-input-placeholder{opacity:.6}.input-wrapper input :-ms-input-placeholder{opacity:.6}.input-wrapper input ::placeholder{opacity:.6}.input-wrapper input:focus{border-bottom:1.5px solid rgba(0,0,0,.6);outline:none}.show-dropdown-button{align-items:center;background:#fff;border-radius:5px;box-shadow:0 2px 9px rgba(0,0,0,.053);display:flex;height:60px;justify-content:center;position:relative;width:200px}.show-dropdown-button:hover{cursor:pointer}.region-dropdown{background-color:#fff;border-radius:5px;box-shadow:0 2px 9px rgba(0,0,0,.053);height:164px;padding:10px 20px;position:absolute;top:65px;width:200px;z-index:100}.region-dropdown li{height:16.66667%;width:100%}.country-list{-webkit-column-gap:15px;column-gap:15px;display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:50px;row-gap:25px;width:100%}.back-button{border-radius:6px;box-shadow:0 0 7px rgba(0,0,0,.293);cursor:pointer;height:40px;margin-bottom:20px;margin-top:20px;width:136px}.back-button:hover{-webkit-transform:scale(1.02);transform:scale(1.02);transition:-webkit-transform .1s linear;transition:transform .1s linear;transition:transform .1s linear,-webkit-transform .1s linear}.country-details{align-items:flex-start;display:flex;flex-direction:row;gap:20px;justify-content:space-between;width:100%}.country-details .img-wrapper{align-items:flex-start;display:flex;height:370px;justify-content:center;width:560px}.country-details .img-wrapper img{width:90%}.country-details .text-wrapper{align-items:flex-start;flex-direction:column;justify-content:space-between;width:50%}.country-details .text-wrapper h3{font-size:32px;font-weight:800;margin-bottom:25px}.country-info{align-items:flex-start;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:25px}.country-info,.country-info>div{-webkit-user-select:text;-ms-user-select:text;user-select:text}.country-info>div{width:40%}.country-info>div>p{display:block;font-weight:600;margin-bottom:5px}.country-info>div>p,.country-info>div>p span{-webkit-user-select:text;-ms-user-select:text;user-select:text}.country-info>div>p span{font-weight:300}.bordering p{display:inline;font-weight:600;margin-bottom:5px;white-space:nowrap}.bordering span{box-shadow:0 0 4px 1px rgba(0,0,0,.105);cursor:pointer;display:inline-block;font-weight:300;line-height:1.2;margin-bottom:5px;margin-right:5px;padding:1px 5px;white-space:pre-line}.spacer{background-color:transparent;height:0;width:265px}.country-card{align-items:center;background:#fff;border-radius:5px;box-shadow:0 0 7px 2px rgba(0,0,0,.029);display:flex;flex-direction:column;height:335px;justify-content:space-between;overflow:hidden;padding-bottom:30px;width:265px}.country-card,.country-card:hover{transition:-webkit-transform .1s linear;transition:transform .1s linear;transition:transform .1s linear,-webkit-transform .1s linear}.country-card:hover{cursor:pointer;-webkit-transform:scale(1.02);transform:scale(1.02)}.country-card .img-wrapper,.country-card .img-wrapper img{height:160px;width:100%}.country-card .country-stats{align-self:flex-start;display:flex;flex-direction:column;justify-content:center;margin-left:20px;padding-bottom:5px}.country-card .country-stats>h3{font-size:18px;font-weight:800;padding-bottom:20px}.country-card .country-stats>p{font-weight:600}.country-card .country-stats>p>span{font-weight:300}@media (max-width:700px){.header{display:flex;flex-direction:row;height:75px;justify-content:space-between;padding:15px;width:100%}.header .logo p{font-size:16px}.header button i,.header button p{font-size:14px}.header p{font-weight:800;margin-bottom:0;white-space:nowrap}.container{padding:15px}.input-wrapper{width:100%}.country-list{align-items:center;flex-direction:column}.filter-menu{align-items:flex-start;height:200px;justify-content:space-between;padding:25px 0}.details-wrapper,.filter-menu{display:flex;flex-direction:column}.details-wrapper{width:100%}.country-details{align-items:flex-start;flex-direction:column}.country-details .img-wrapper{-ms-grid-row-align:center;align-self:center;height:unset;width:100vw}.country-details .text-wrapper{width:100%}.country-info{flex-direction:column;white-space:nowrap}.bordering{width:100%}.bordering p:after{content:"\a";white-space:pre}.bordering span{font-size:18px;margin-bottom:10px;margin-right:10px;white-space:normal}}
/*# sourceMappingURL=main.68220378.css.map*/