/*
 * This is an autogenerated file. Do not edit this file directly.
 * @version v1.0.0
*/
.btn-dropdown{background-color:#fff;color:#94989a;padding:1rem;border:1px solid #c9cbcc;border-radius:4px;height:44px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;cursor:pointer;width:100%;font-size:1rem;font-weight:300}.btn-dropdown img{margin-right:1rem;vertical-align:bottom;border-radius:50%;width:18px;height:18px;-o-object-fit:cover;object-fit:cover}.btn-dropdown.selected,.btn-dropdown[aria-expanded=true],.btn-dropdown[aria-activedescendant]{color:#293035}.btn-selector{width:auto;height:48px;padding:.875rem 1.75rem;background:#c9cbcc;border-radius:100px;border:0;color:#fff;font-size:1rem;font-weight:400}.btn-selector[onclick]{background:#ffc633;color:#293035;cursor:pointer}.btn-selector.small-text{font-size:.875rem}@media screen and (min-width: 680px){.btn-selector.small-text{font-size:1rem}}.country-options{display:flex;flex-direction:column;align-items:center;overflow:visible;padding:0;cursor:default}.country-options .heading{align-self:flex-end;margin-bottom:.25rem}.country-options a{margin:0}.selector-content{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:1rem;padding:0 1rem;text-align:center}@media screen and (min-width: 680px){.selector-content{margin-top:4rem}}.selector-content img{height:105px}.selector-content h4{margin-bottom:1.5rem}.selector-content h2{font-size:1.5rem;font-style:normal;font-weight:700;letter-spacing:0;margin:1.5rem 0;line-height:1.75}.selector-footer{margin-top:1.5rem;margin-bottom:3rem;display:flex;justify-content:center}@media screen and (min-width: 680px){.selector-footer{margin-bottom:6rem}}.show{display:block}.hide{display:none !important}.country-dropdown-container{position:relative;display:inline-block;width:100%;max-width:400px}.country-dropdown-container .custom-select{position:relative;width:90%;margin:0 auto}.country-dropdown-container .custom-select .btn-dropdown #svg-up{display:none}.country-dropdown-container .custom-select .btn-dropdown[aria-expanded=true]{outline-width:2px !important;outline-offset:2px !important;outline-style:solid !important;outline-color:#000 !important;box-shadow:none !important}.country-dropdown-container .custom-select .btn-dropdown[aria-expanded=true] #svg-down{display:none}.country-dropdown-container .custom-select .btn-dropdown[aria-expanded=true] #svg-up{display:block}.country-dropdown-container .options{position:absolute;display:none;left:0;top:100%;width:100%;z-index:10;list-style:none;background-color:#f1f1f1;min-height:90px;overflow-y:scroll;padding:0;margin:0;height:calc(40vh - 3.375rem)}.country-dropdown-container .options.is-visible{display:block}.country-dropdown-container .options::-webkit-scrollbar{-webkit-appearance:none;width:7px}.country-dropdown-container .options::-webkit-scrollbar-thumb{border-radius:4px;background-color:rgba(0,0,0,.25);box-shadow:0 0 1px rgba(255,255,255,.5)}.country-dropdown-container .options li{padding:12px 16px;text-decoration:none;cursor:pointer;color:#000;font-weight:100}.country-dropdown-container .options li:not(:first-of-type){border-top:1px solid #f4f5f5}.country-dropdown-container .options li[aria-selected],.country-dropdown-container .options li:hover{background-color:#ddd}.country-dropdown-container .options li img{margin-right:1rem;vertical-align:bottom;border-radius:50%;width:18px;height:18px;-o-object-fit:cover;object-fit:cover}.country-dropdown-container a:hover{background-color:#ddd;text-decoration:none}