.country-selector-bar{position:fixed;z-index:50;top:0;width:100%;transition:transform .3s ease,opacity .3s ease;transform:translateY(-100%);opacity:0;border:none;background-color:var(--color-white)}.country-selector-bar.js-active{transform:translateY(0);opacity:1}.country-selector-bar__inner{display:flex;flex-flow:column;max-width:1440px;margin:0 auto;padding:8px 16px;grid-gap:12px;gap:12px}@media(min-width: 1024px){.country-selector-bar__inner{position:relative;align-items:center;flex-flow:row;justify-content:space-between;padding-right:60px}}.country-selector-bar__text-holder,.country-selector-bar .text-holder{position:relative;max-width:312px}@media(min-width: 1024px){.country-selector-bar__text-holder,.country-selector-bar .text-holder{max-width:539px}}.country-selector-bar__text-holder__title,.country-selector-bar .text-holder__title{font-family:"Moderat";font-size:1.4rem;font-weight:400;font-style:normal;line-height:1.7rem;font-size:1rem;font-weight:400;line-height:1.2rem;color:var(--color-cultured)}@media(min-width: 1024px){.country-selector-bar__text-holder__title,.country-selector-bar .text-holder__title{font-size:1.3rem;line-height:1.5rem}}.country-selector-bar__close-button{position:absolute;top:8px;right:8px;width:24px;height:24px}@media(min-width: 1024px){.country-selector-bar__close-button{top:50%;right:18px;transform:translateY(-50%)}}.country-selector-bar__close-button svg{width:24px;height:24px}.country-selector-bar__content{display:flex}.country-selector-bar__content form{display:flex;flex-flow:row;width:100%;grid-gap:8px;gap:8px}.country-selector-bar__content form fieldset{display:flex;flex:1;border:none;outline:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.country-selector-bar__content form .input--select{display:flex;align-items:center}.country-selector-bar__content form select{font-family:"Moderat";font-size:1.4rem;font-weight:400;font-style:normal;line-height:1.7rem;font-size:1.4rem;font-weight:400;line-height:1.4rem;text-transform:lowercase;color:#a7a7a7}.country-selector-bar__content form .js-close-country-selector{padding:8px 24px}.country-selector-bar__country-holder{display:flex;width:100%}
