@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&display=swap);
.country-popup-overlay,.country-popup-overlay *,.country-popup-overlay a,.country-popup-overlay button,.country-popup-overlay div,.country-popup-overlay h1,.country-popup-overlay h2,.country-popup-overlay h3,.country-popup-overlay p,.country-popup-overlay span{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important}.country-popup-overlay{align-items:center;background-color:rgba(0,0,0,.45);box-sizing:border-box;display:flex;inset:0;justify-content:center;opacity:0;padding:24px;position:fixed;transition:opacity .3s ease,visibility .3s ease;visibility:hidden;z-index:10000}.country-popup-overlay.is-open{opacity:1;visibility:visible}.country-popup-overlay.is-open .country-popup{opacity:1;transform:translateY(0) scale(1)}.country-popup{background:#fff;border-radius:18px;box-shadow:0 20px 60px rgba(0,0,0,.18);box-sizing:border-box;display:flex;flex-direction:column;max-height:calc(100vh - 48px);max-width:960px;opacity:0;overflow:hidden;transform:translateY(12px) scale(.98);transition:transform .3s ease,opacity .3s ease;width:100%}.country-popup__header{flex-shrink:0;padding:28px 56px 20px;position:relative;text-align:center}.country-popup__title{color:#2a2a2a;font-size:18px;font-weight:500;letter-spacing:.12em;margin:0;text-transform:uppercase}.country-popup__close{align-items:center;background:transparent;border:none;border-radius:50%;color:#b0b0b0;cursor:pointer;display:flex;height:36px;justify-content:center;padding:0;position:absolute;right:20px;top:20px;transition:color .2s ease,background-color .2s ease;width:36px}.country-popup__close:hover{background-color:#f5f5f5;color:#666}.country-popup__close svg{display:block;height:18px;width:18px}.country-popup__body{flex:1;min-height:0;overflow-y:auto;padding:8px 40px 40px;scrollbar-color:#c8c8c8 transparent;scrollbar-width:thin}.country-popup__body::-webkit-scrollbar{width:5px}.country-popup__body::-webkit-scrollbar-track{background:transparent}.country-popup__body::-webkit-scrollbar-thumb{background-color:#c8c8c8;border-radius:4px}.country-popup__list{-moz-column-gap:48px;column-gap:48px;display:grid;grid-template-columns:repeat(3,1fr)}.country-popup__column{display:flex;flex-direction:column;gap:4px}.country-popup__item{align-items:center;border-radius:8px;color:#333;display:flex;font-weight:400;gap:12px;justify-content:space-between;padding:10px 8px;text-decoration:none;transition:background-color .2s ease}.country-popup__item:hover{background-color:#f7f7f7}.country-popup__item-left{align-items:center;display:flex;gap:12px;min-width:0}.country-popup__flag{border-radius:50%;box-shadow:0 0 0 1px rgba(0,0,0,.06);flex-shrink:0;height:28px;-o-object-fit:cover;object-fit:cover;width:28px}.country-popup__name{font-size:15px;font-weight:400;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.country-popup__item--primary .country-popup__name{font-size:18px;font-weight:600}.country-popup__item--primary .country-popup__flag{height:34px;width:34px}.country-popup__chevron{align-items:center;color:#c5c5c5;display:flex;flex-shrink:0;justify-content:center}.country-popup__chevron svg{display:block;height:14px;width:8px}body.country-popup-locked{overflow:hidden}@media (max-width:900px){.country-popup__list{-moz-column-gap:24px;column-gap:24px;grid-template-columns:repeat(2,1fr)}.country-popup__body{padding:8px 28px 32px}}@media (max-width:600px){.country-popup-overlay{background-color:#fff;padding:0}.country-popup{border-radius:0;box-shadow:none;height:100%;max-height:none;max-width:none;transform:none}.country-popup-overlay.is-open .country-popup{transform:none}.country-popup__header{padding:24px 48px 16px}.country-popup__body{padding:4px 20px 32px}.country-popup__list{-moz-column-gap:0;column-gap:0;grid-template-columns:1fr}}
