/* Denticor country navigation. Flag artwork: flag-icons, MIT; see LICENSE.txt. */
.dc-markets{box-sizing:border-box;max-width:1120px;width:100%;margin:28px auto 0;padding:27px 0 2px;border-top:1px solid rgba(255,255,255,.1);color:#f5f5f7;text-align:left;font-family:inherit;font-style:normal;letter-spacing:normal}
.dc-markets *{box-sizing:border-box}
.dc-markets .dc-markets-heading{display:flex;align-items:center;gap:12px;margin:0 0 20px}
.dc-markets .dc-markets-globe{width:27px;height:27px;flex:none;color:#adc8ca}
.dc-markets #dc-markets-title{margin:0;color:#f5f5f7;font-family:inherit;font-size:19px;font-weight:650;letter-spacing:-.45px;line-height:1.35}
.dc-markets .dc-markets-heading p{margin:5px 0 0;color:#aeb5b9;font-size:13px;font-weight:400;line-height:1.5}
.dc-markets .dc-markets-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:0;padding:0}
.dc-markets a.dc-markets-link{display:flex;align-items:center;gap:12px;min-width:0;min-height:78px;padding:14px 13px;border:1px solid rgba(255,255,255,.095);border-radius:15px;background:rgba(255,255,255,.035);box-shadow:0 1px 1px rgba(0,0,0,.06);color:#f5f5f7;text-decoration:none;font-size:15px;font-weight:500;line-height:1.3;transition:background .18s,border-color .18s,transform .18s;position:relative}
.dc-markets a.dc-markets-link[aria-current=true]{border-color:rgba(166,209,199,.42);background:linear-gradient(125deg,rgba(143,188,173,.15),rgba(98,153,159,.08))}
.dc-markets a.dc-markets-link:focus-visible{outline:2px solid #c2e7df;outline-offset:4px}
.dc-markets .dc-markets-flags{position:relative;display:flex;align-items:center;justify-content:center;flex:0 0 34px;width:34px;height:28px}
.dc-markets .dc-markets-flags img{display:block;width:28px;height:21px;max-width:none;margin:0;border-radius:4px;object-fit:cover;box-shadow:0 0 0 1px rgba(255,255,255,.13),0 2px 5px rgba(0,0,0,.2)}
.dc-markets .dc-markets-flags-pair img{position:absolute;width:24px;height:18px;border-radius:3px}
.dc-markets .dc-markets-flags-pair img:first-child{left:0;top:0}
.dc-markets .dc-markets-flags-pair img:last-child{right:0;bottom:0}
.dc-markets .dc-markets-label{display:block;min-width:0;flex:1}
.dc-markets .dc-markets-country{display:block;color:#f5f5f7;font-size:13px;font-weight:600;line-height:1.4;letter-spacing:-.12px;overflow-wrap:normal}
.dc-markets .dc-markets-language{display:block;margin-top:4px;color:#aeb5b9;font-size:11.5px;font-weight:400;line-height:1.4}
.dc-markets .dc-markets-arrow{flex:none;width:16px;height:16px;margin-left:auto;color:#899397}
.dc-markets [aria-current=true] .dc-markets-arrow{color:#bbded0}
.dc-markets .dc-markets-sr{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(hover:hover){.dc-markets a.dc-markets-link:hover{background:rgba(255,255,255,.085);border-color:rgba(255,255,255,.23);transform:translateY(-2px)}}
@media(max-width:1000px){.dc-markets .dc-markets-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dc-markets a.dc-markets-link{min-height:73px}}
@media(max-width:420px){.dc-markets{margin-top:24px;padding-top:24px}.dc-markets .dc-markets-grid{gap:8px}.dc-markets a.dc-markets-link{gap:9px;padding:12px 10px;min-height:90px;align-items:flex-start;flex-direction:column}.dc-markets .dc-markets-arrow{position:absolute;right:10px;top:13px}.dc-markets .dc-markets-country{font-size:12px}.dc-markets .dc-markets-language{font-size:11px}.dc-markets .dc-markets-flags{flex-basis:28px}.dc-markets #dc-markets-title{font-size:19px}}
@media(prefers-reduced-motion:reduce){.dc-markets a.dc-markets-link{transition:none;transform:none!important}}
@media print{.dc-markets{display:none!important}}

@media(max-width:1000px){.dc-markets .dc-markets-grid>a:last-child:nth-child(odd){grid-column:1/-1}}

/* Country selector contrast: light guide footers and dark editorial footers. */
.dc-markets #dc-markets-title{color:#f5f5f7!important}
footer.footer .dc-markets{color:#244651;border-top-color:rgba(36,70,81,.18)}
footer.footer .dc-markets #dc-markets-title,
footer.footer .dc-markets .dc-markets-country{color:#244651!important}
footer.footer .dc-markets .dc-markets-heading p,
footer.footer .dc-markets .dc-markets-language{color:#52656b!important}
footer.footer .dc-markets .dc-markets-globe{color:#527779}
footer.footer .dc-markets a.dc-markets-link{color:#244651;background:rgba(255,255,255,.72);border-color:rgba(36,70,81,.16)}
footer.footer .dc-markets a.dc-markets-link[aria-current=true]{background:linear-gradient(125deg,rgba(143,188,173,.17),rgba(98,153,159,.10));border-color:#7daba2}
footer.footer .dc-markets a.dc-markets-link:focus-visible{outline-color:#244651}
footer.footer .dc-markets .dc-markets-arrow{color:#58757a}
footer.footer .dc-markets [aria-current=true] .dc-markets-arrow{color:#2f695c}
@media(hover:hover){footer.footer .dc-markets a.dc-markets-link:hover{background:#fff;border-color:#7a9e9f}}
