.selects{padding:60px 0}.selects .container{max-width:1280px}.selects__inner{display:flex;flex-direction:column;gap:40px}.selects__wrapper{align-items:end;display:flex;flex-direction:row;gap:24px}.selects__label{color:#0a4268;font-family:Tusker;font-size:90px;font-weight:400;line-height:112.5%;text-transform:uppercase;text-wrap:nowrap}.selects__custom{max-width:576px}.selects__custom,.selects__trigger{font-family:Public Sans,sans-serif;position:relative;width:100%}.selects__trigger{align-items:center;background:transparent;border:none;border-bottom:8px solid #0a4268;border-radius:0;color:#717680;cursor:pointer;display:flex;font-size:32px;font-weight:400;height:88px;justify-content:space-between;line-height:72px;padding:8px 70px 8px 12px;text-align:left;transition:color .3s ease}.selects__trigger:hover{color:#0a4268}.selects__trigger:focus-visible{outline:none}.selects__value{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.selects__value--placeholder{color:#717680}.selects__arrow{align-items:center;display:flex;flex-shrink:0;height:40px;justify-content:center;transition:transform .3s ease;width:55px}.selects__arrow svg{height:100%;width:100%}.selects__custom.is-open .selects__arrow{transform:rotate(180deg)}.selects__custom.is-disabled .selects__trigger{color:#717680;cursor:not-allowed}.selects__list{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 10px 30px rgba(10,66,104,.15);left:0;list-style:none;margin:0;max-height:320px;opacity:0;overflow-y:auto;padding:4px;position:absolute;right:0;top:calc(100% + 4px);transform:translateY(-8px);transition:opacity .2s ease,transform .2s ease,visibility .2s;visibility:hidden;z-index:100}.selects__custom.is-open .selects__list{opacity:1;transform:translateY(0);visibility:visible}.selects__option{color:#181d27;cursor:pointer;font-family:Segoe UI,sans-serif;font-size:16px;line-height:24px;padding:6px;transition:background .15s ease,color .15s ease}.selects__option.is-active,.selects__option:hover{background:#fafafa;color:#0a4268}.selects__option.is-selected{background:#eaf2f8;color:#0a4268;font-weight:500}.selects__list::-webkit-scrollbar{width:6px}.selects__list::-webkit-scrollbar-track{background:transparent}.selects__list::-webkit-scrollbar-thumb{background:#c9d3dc;border-radius:3px}.selects__cta{font-size:18px;margin-left:auto;padding:16px 22px;white-space:nowrap}@media (max-width:1199px){.selects__label{font-size:40px}.selects__trigger{font-size:24px;height:60px;line-height:48px;padding:6px 50px 6px 12px}.selects__arrow{height:20px;width:35px}.selects__wrapper{align-items:stretch;flex-direction:column;gap:16px}.selects__cta{margin-left:0;margin-right:auto}}@media (max-width:767px){.selects{padding:40px 0}.selects__label{font-size:32px}.selects__trigger{border-bottom-width:8px;font-size:20px;height:56px;line-height:36px;padding:8px 50px 0 12px}}