.block-locally{display:flex;align-items:center;gap:50px;color:#000;background:#EBF0F8;font-family:'Averta'}.block-locally__content{display:flex;flex-direction:column;align-items:flex-start;gap:20px}.block-locally__title{font-family:'Averta Bold';font-weight:700;display:flex;align-items:center;line-height:1em}.block-locally__desc{font-weight:400;line-height:1.2em}.block-locally__form{display:flex;align-items:center;flex-direction:row-reverse}.block-locally .custom-select{position:relative;display:inline-block;width:300px;max-width:100%;z-index:10}.block-locally .custom-select .select-button{display:flex;width:100%;padding:7.5px 15px 7.5px 10px;justify-content:space-between;align-items:center;border-radius:25px;background:var(--color__primary, #d50032);border:none;font-family:Averta;color:#fff;cursor:pointer}.block-locally .custom-select .select-button[aria-expanded="true"] .arrow{top:2px;transform:rotate(316deg)}.block-locally .custom-select .arrow{border-style:solid;border-width:3px 3px 0 0;border-color:#fff;display:inline-block;height:12px;width:12px;position:relative;top:-2px;vertical-align:top;transform:rotate(135deg);pointer-events:none;transition:transform 0.2s ease-in-out}.block-locally .custom-select .select-dropdown{display:flex;width:100%;padding:5px;flex-direction:column;color:#fff;border-radius:8px;background:var(--color__primary, #d50032);gap:5px;position:absolute;top:100%;left:0;width:100%;list-style:none;z-index:10;max-height:300px;overflow:auto}.block-locally .custom-select .select-dropdown.hidden{display:none}.block-locally .custom-select .select-dropdown::-webkit-scrollbar{width:7px}.block-locally .custom-select .select-dropdown::-webkit-scrollbar-thumb{background:#ccc;border-radius:25px}.block-locally .custom-select .select-dropdown li{display:flex;gap:0.5rem;align-items:center;font-size:20px;transition:background-color 0.2s ease-in-out}.block-locally .custom-select .select-dropdown li.selected,.block-locally .custom-select .select-dropdown li:hover,.block-locally .custom-select .select-dropdown li:focus{background-color:#bd0833}.block-locally .custom-select .select-dropdown li a{display:block;width:100%;height:100%;padding:10px}
