.offers-filters{align-items:center;display:flex;flex-direction:row;justify-content:flex-end;margin-bottom:1rem;padding:1.25rem}.offers-filters__title{font-weight:600;letter-spacing:.8px;margin-right:1.25rem}@media (max-width:767px){.offers-filters{flex-direction:column}}.custom-dropdown{display:inline-block;position:relative;width:280px}.custom-dropdown__button{align-items:center;background-color:#fff;border:1px solid #fff;border-radius:.75rem;color:#b0bbbe;cursor:pointer;display:inline-flex;font-weight:300;justify-content:space-between;padding:.75rem 1rem;text-align:left;transition:border-color .3s;width:100%}.custom-dropdown__button:active,.custom-dropdown__button:focus,.custom-dropdown__button:hover{background-color:#fff;border-color:#74bcff;font-weight:300;outline:none;padding:.75rem 1rem}.custom-dropdown__chevron{height:1.5rem;width:1.5rem}.custom-dropdown__options{background-color:#fff;border:1px solid #74bcff;border-radius:.75rem;display:none;margin-top:.25rem;max-height:200px;overflow-y:auto;position:absolute;top:100%;width:100%;z-index:100}.custom-dropdown.open .custom-dropdown__options{display:block}.custom-dropdown__option{cursor:pointer;font-size:1rem;padding:.375rem 1rem;transition:background-color .3s}.custom-dropdown__option.active,.custom-dropdown__option:active,.custom-dropdown__option:focus,.custom-dropdown__option:hover{background-color:#e7f4fc;outline:none}@media (max-width:767px){.offers-filters__title{margin-bottom:1rem}.custom-dropdown{margin:0 0 1rem;width:100%}}@media (min-width:768px){.custom-dropdown:not(:last-child){margin-right:1.25rem}}.offers{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;margin-left:-.625rem;margin-right:-.625rem}.offer__wrapper{padding:.625rem}.offers--one-col .offer__wrapper{width:100%}.offers--two-col .offer__wrapper{width:50%}.offers--three-col .offer__wrapper{width:33.3333333333%}.offers--four-col .offer__wrapper{width:25%}.offers--five-col .offer__wrapper{width:20%}.offers--six-col .offer__wrapper{width:16.6666666667%}@media (max-width:992px){.offers--one-col-md .offer__wrapper{width:100%}.offers--two-col-md .offer__wrapper{width:50%}.offers--three-col-md .offer__wrapper{width:33.3333333333%}.offers--four-col-md .offer__wrapper{width:25%}}@media (max-width:767px){.offers--one-col-sm .offer__wrapper{width:100%}.offers--two-col-sm .offer__wrapper{width:50%}}.offer{box-shadow:0 0 20px 0 rgba(0,94,147,.1);display:flex;flex-direction:column;min-height:520px;padding:1rem}.offer__logo{align-items:center;display:flex;height:4.125rem;margin-bottom:2rem}.offer__logo img{height:auto;max-height:100%;max-width:75%;width:auto}.offer__description-wrapper{margin-bottom:1rem}.offer__description-toggle,.offer__description-toggle:active,.offer__description-toggle:focus,.offer__description-toggle:hover{font-weight:700;text-decoration:underline}.offer__offer{font-size:1rem;font-weight:600;line-height:1.5;text-transform:none}.offer__offer:active,.offer__offer:focus,.offer__offer:hover{text-decoration:underline}.offer__buttons{align-items:flex-end;display:flex;flex-grow:1;justify-content:center;margin-top:1rem}.offer__button{width:100%}@media (min-width:768px){.offer{padding:2rem}}.is-hidden{display:none;opacity:0;visibility:hidden}