@import"https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap";@media screen and (max-width: 600px){h1{font-size:1.6rem}}body.light{background-color:#fafafa;color:#111517}body.light header,body.light .card,body.light .button{background-color:#fff;color:#111517;-webkit-box-shadow:4px 4px 10px rgba(0,0,0,.1);box-shadow:4px 4px 10px rgba(0,0,0,.1)}body.light #borders a{background-color:#fff;color:#111517;-webkit-box-shadow:4px 4px 10px rgba(0,0,0,.1);box-shadow:4px 4px 10px rgba(0,0,0,.1)}body.light #search>*{background-color:#fff;color:#111517;-webkit-box-shadow:4px 4px 10px rgba(0,0,0,.1);box-shadow:4px 4px 10px rgba(0,0,0,.1);border:unset}body.dark{background-color:#202c37;color:#fff}body.dark header,body.dark .card,body.dark .button{background-color:#2b3945;color:#fff;-webkit-box-shadow:4px 4px 10px rgba(0,0,0,.1);box-shadow:4px 4px 10px rgba(0,0,0,.1)}body.dark #borders a{background-color:#2b3945;color:#fff;-webkit-box-shadow:4px 4px 10px rgba(0,0,0,.1);box-shadow:4px 4px 10px rgba(0,0,0,.1)}body.dark #search>*{background-color:#2b3945;color:#fff;-webkit-box-shadow:4px 4px 10px rgba(0,0,0,.1);box-shadow:4px 4px 10px rgba(0,0,0,.1);border:unset}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}body{margin:0}html{font-family:"Nunito Sans",sans-serif;font-optical-sizing:auto}header{position:-webkit-sticky;position:sticky;top:0;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;padding:0 10px}header h1{margin:0;padding:1.5rem 0}header img{width:1rem;height:1rem}header #theme-toggle{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}main{max-width:1168px;margin:0 16px}@media(min-width: 1200px){main{margin:0 auto}}a{color:unset;text-decoration:none}#button_return,#search{margin:2rem 0}#button_return:not([hidden]){display:block}#button_return:not([hidden]) div{max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content}#search:not([hidden]),#content.gallery{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-flow:row wrap;-webkit-column-gap:64px;-moz-column-gap:64px;column-gap:64px;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center}@media screen and (min-width: 1137px){#search:not([hidden]),#content.gallery{-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between}}#search:not([hidden])>*{height:3rem;border-radius:8px}#search:not([hidden])>*{width:33vw;max-width:45%;min-width:320px;margin-bottom:16px}#search:not([hidden]) #filter-select{max-width:320px}#content.gallery{row-gap:64px;padding-bottom:64px;min-width:-webkit-min-content;min-width:-moz-min-content;min-width:min-content;margin:0 auto}#content.gallery .card{width:320px;border-radius:8px}#content.gallery .card .card-flag{width:320px;height:213px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center}#content.gallery .card .card-body{padding:0 32px}#content.gallery .card .card-body ul{padding:0}#content.gallery .card .card-body li{list-style-type:none;margin:.5rem 0}#content.gallery .card img{max-width:100%;max-height:100%;overflow:hidden}#content.gallery .card:hover{-webkit-box-shadow:0 0 8px 0 rgba(0,0,0,.5);box-shadow:0 0 8px 0 rgba(0,0,0,.5)}#content.gallery::after{content:"";width:320px}#content.unique{display:grid;grid-template-columns:1fr 1fr}#content.unique div.flag{text-align:center}#content.unique img{max-width:100%;aspect-ratio:320/213}@media(max-width: 768px){#content.unique{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center}}#borders{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;list-style:none;padding:0}#borders li{margin:.5rem .5rem}#borders a{padding:.25rem 1rem;border-radius:4px;-webkit-box-shadow:0 0 4px 0 rgba(0,0,0,.5);box-shadow:0 0 4px 0 rgba(0,0,0,.5)}#borders a:hover{-webkit-box-shadow:0 0 8px 0 rgba(0,0,0,.75);box-shadow:0 0 8px 0 rgba(0,0,0,.75)}.button{padding:.5rem 2rem;border:none;border-radius:5px;cursor:pointer}