@keyframes dot-bounce{0%{transform:scale(1)}50%{transform:scale(1.35)}to{transform:scale(1)}}@keyframes ring-pulse{0%{transform:scale(0);opacity:.6}80%{opacity:.3}to{transform:scale(2.5);opacity:0}}.bigselect{display:flex;flex-direction:column;justify-content:center;align-items:center}.bigselect__label{font-family:wulkan-display,serif;line-height:1.1;font-size:22px;margin-bottom:10px;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media only screen and (min-width: 960px){.bigselect__label{font-size:30px}}@media only screen and (min-width: 1200px){.bigselect__label{font-size:48px}}@media only screen and (min-width: 960px){.bigselect__label{margin-bottom:0}}.bigselect__wrap{display:flex;flex-direction:column;align-items:center;width:100%;max-width:var(--content-max-width);margin:0 auto}@media only screen and (min-width: 960px){.bigselect__wrap{width:auto;flex-direction:row;justify-self:center}}.bigselect__eyebrow{font-family:utile-display,sans-serif;text-transform:uppercase;letter-spacing:.1em;line-height:1.25;text-align:center;margin-bottom:1rem}.bigselect__select{display:flex;flex-direction:column;position:relative;min-width:100%}@media only screen and (min-width: 960px){.bigselect__select{margin-left:10px;min-width:285px}}.bigselect__trigger{display:flex;align-items:center;height:50px;position:relative;border-bottom:1px solid var(--color-gray-dark);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.bigselect__trigger:focus{outline:0}.bigselect__trigger-text{color:var(--color-mint-darker);font-family:wulkan-display,serif;line-height:1.1;font-size:22px;font-style:italic;text-align:center;flex:1;padding:0 30px 0 15px}@media only screen and (min-width: 960px){.bigselect__trigger-text{font-size:30px}}@media only screen and (min-width: 1200px){.bigselect__trigger-text{font-size:48px}}.bigselect__trigger-icon{position:absolute;right:0;font-size:1.5em}.bigselect__options{position:absolute;top:0;left:0;right:0;padding:30px 0;background:#fff;color:var(--color-gray-dark);border-radius:10px;z-index:20;display:flex;flex-direction:column;box-shadow:5px 5px 20px #3d3d3e20}.bigselect__option{height:40px;display:flex;align-items:center;padding:0 15px;cursor:pointer}.bigselect__option--selected,.bigselect__option:hover{background:var(--color-jade)}
