*{box-sizing:border-box;margin:0;padding:0}html{height:100%}body{height:100%;font-size:16px;font-weight:400;font-family:"Roboto",sans-serif;background-color:#fff}input,textarea,select,button{font-family:"Roboto",sans-serif}fieldset{border:none;margin:0;padding:0}figure,figcaption{margin:0;padding:0}.banner{background:#000;display:inline-flex;flex-direction:row;align-items:center;width:100%;-webkit-box-shadow:0 2px 5px rgba(0,0,0,.2);-moz-box-shadow:0 2px 5px rgba(0,0,0,.2);box-shadow:0 2px 5px rgba(0,0,0,.2)}.banner img{margin-left:4%;margin-right:20px;margin-top:20px;margin-bottom:20px;width:80px;height:95.7px}.banner h1{color:#fff}@media only screen and (max-width: 767px){.banner{justify-content:center}}.header{display:flex;flex-direction:row;align-items:center;flex-wrap:nowrap;justify-content:space-between;margin:0 auto;padding-top:8px;padding-bottom:8px;background:#e2e2e2;-webkit-box-shadow:0 2px 2px rgba(192,192,192,.2);-moz-box-shadow:0 2px 2px rgba(192,192,192,.2);box-shadow:0 2px 2px rgba(192,192,192,.2)}@media only screen and (max-width: 767px){.header{flex-direction:column-reverse}}.breadcrumbs{display:flex;flex-direction:row;flex-wrap:wrap;margin-left:2%;height:45px;align-items:center}.breadcrumbs div{font-size:1rem;line-height:1.2;letter-spacing:-0.01em;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.breadcrumbs div span{margin:5px}.breadcrumbs div a{text-decoration:none;color:#000;border:0;border-radius:0;outline:0;transition:transform .5s cubic-bezier(0, 0.3, 0.27, 1)}.breadcrumbs div a:hover{color:red;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s}.search{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:center;margin-right:2%;line-height:1.2;border-radius:2px;background-color:#fff}.search form{padding-right:6px;-webkit-box-shadow:0 2px 5px rgba(0,0,0,.2);-moz-box-shadow:0 2px 5px rgba(0,0,0,.2);box-shadow:0 2px 5px rgba(0,0,0,.2)}.search input{padding:.375rem;height:34px;border:0;border-radius:0;font-size:100%;margin:0;max-width:100%;color:#000}.search button{border:none transparent;outline:none;text-decoration:none;border-radius:0;line-height:normal;white-space:nowrap;text-align:center;cursor:pointer;text-rendering:auto;vertical-align:middle;width:22px;height:32px}.search button:hover{fill:red;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s}.search .icon{background-color:#fff;width:22px;height:32px}@media only screen and (max-width: 767px){.search{margin-top:10px;margin-right:0}}.countries{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;margin-top:10px;cursor:pointer}.country{line-height:1.4;background-color:#fff;border:1px solid #ddd;border-radius:0;transition:all .2s ease-in-out;display:inline-block;height:auto;margin:10px;width:160px;max-width:160px}.country:hover{background-color:#e2e2e2;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s}.country .name{text-align:center;padding-top:10px;padding-bottom:10px;font-size:1.2em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:normal}.country .flag{display:block;width:158px;height:118.5px;border-radius:4px}.group{border:1px solid #e2e2e2}.group--empty{min-height:60vh}.group--page{margin:10px auto 5px auto}.group--group{margin:20px 50px;min-height:55vh}.group--header{background:linear-gradient(0deg, #cbcbcb 0%, #f9f9f9 100%);padding-left:10px;cursor:pointer;margin-bottom:6px}.group--header:hover{background:linear-gradient(0deg, #ccc9c9 0%, #e7e5e5 100%);-webkit-transition:all 1s;-moz-transition:all 1s;-ms-transition:all 1s;-o-transition:all 1s;transition:all 1s}.group--header h2{font-size:16px;font-weight:400;padding:10px 0}.group--stamps-container{display:flex;flex-direction:row;flex-wrap:wrap;margin-bottom:10px}@media only screen and (max-width: 767px){.group .group--stamps-container{justify-content:center}}.stamp.stamp--page{max-width:120px}.stamp.stamp--page img{width:120px}.stamp.stamp--page>div{width:120px;height:120px}.stamp.stamp--group{max-width:300px}.stamp.stamp--group img{width:300px}.stamp.stamp--group>div{width:300px;height:300px}.stamp.stamp--stamp{max-width:300px}.stamp.stamp--stamp img{width:300px}.stamp.stamp--stamp>div{width:300px;height:300px}.stamp.canHover{cursor:pointer}.stamp.canHover:hover{background:#e2e2e2;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s}.stamp{margin:3px;background-color:#fff;padding-bottom:3px;border:1px solid #e2e2e2}.stamp img{height:auto}.stamp>div{margin-bottom:6px;border:1px solid gray}.stamp--line-1{font-weight:bold;font-size:14px}.stamp figcaption{text-align:center;font-size:14px}.stamp figcaption div{font-size:12px}@media only screen and (max-width: 767px){.stamp.stamp--group{max-width:120px}.stamp.stamp--group img{width:120px}.stamp.stamp--group>div{width:120px;height:120px}}#footer{background:#e2e2e2;text-align:center;padding-top:30px;padding-bottom:30px;margin-top:15px}#footer .footer-menu ul{margin:0px}#footer .footer-menu ul li{display:inline-block;padding:0px 20px}#footer .footer-menu ul li a{color:#494949}#footer .footer-menu ul li a:hover{color:#000;-webkit-transition:all .2s;-moz-transition:all .2s;-ms-transition:all .2s;-o-transition:all .2s;transition:all .2s}@media only screen and (max-width: 767px){#footer .footer-menu ul li{padding-bottom:10px;padding-bottom:10px}}.social-icons{font-size:22px}.social-icons ul{text-align:center;margin-bottom:30px;padding:0}.social-icons ul li{display:inline-block}.social-icons ul li a svg{color:#494949}.social-icons ul li a svg:hover{color:#000;-webkit-transition:all .2s;-moz-transition:all .2s;-ms-transition:all .2s;-o-transition:all .2s;transition:all .2s}.social-icons ul li:not(:last-child){margin-right:40px}@media only screen and (max-width: 500px){.social-icons{font-size:18px}.social-icons ul li:not(:last-child){margin-right:30px}}.search--pages-paginator{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:center;margin:10px 20px}.search--pages-paginator button{margin-left:18px}.search--pages-paginator span{margin-left:18px}.search--pages-link{border:none transparent;outline:none;border-radius:2px;line-height:normal;white-space:nowrap;text-align:center;cursor:pointer;text-rendering:auto;text-decoration-line:underline;text-decoration-style:solid;text-decoration-thickness:auto;background-color:#fff;color:#000;text-decoration:none;height:30px;width:30px}.search--pages-link:disabled{cursor:default;pointer-events:none;opacity:.4;border:1px solid #e2e2e2;background-color:#e2e2e2;color:#000;border-radius:5px}.search--pages-link:hover{border:1px solid #000;color:#000;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s;cursor:pointer;opacity:1;filter:alpha(opacity=100)}.layout--main{min-height:calc(100vh - 151px)}.paginator{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:center;margin:10px 20px}.paginator a{display:flex;justify-content:center;align-items:center;margin-left:18px;color:#000;text-decoration:none;height:30px;width:30px}.paginator a svg{height:20px;width:auto;color:#5b5b5b}.paginator a:hover{border:1px solid #000;color:#000;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s}.paginator span{display:flex;justify-content:center;align-items:center;width:30px;height:30px;margin-left:18px;border:1px solid #e2e2e2;background-color:#e2e2e2;color:#000;border-radius:5px}.page{margin:20px 50px}.page--empty{min-height:60vh}

/*# sourceMappingURL=main.e24683d4d6084a7921fc.css.map*/