html body .search{-webkit-transition-property:all;transition-property:all;-webkit-transition-timing-function:cubic-bezier(.4,0,.2,1);transition-timing-function:cubic-bezier(.4,0,.2,1);-webkit-transition-duration:.15s;transition-duration:.15s;position:absolute;width:100vw;right:0;font-size:.8rem;opacity:0;visibility:hidden}@media (min-width:1024px){html body .search{width:20rem}}html body .search.active{opacity:1;visibility:visible}html body .search-wrapper{position:absolute;z-index:100;top:4rem;left:0;width:100%}@media (min-width:1024px){html body .search-wrapper{top:5.4rem;right:10rem}}html body .search-toggle{z-index:200;cursor:pointer;position:relative}html body .search-form.active{display:block}html body .search__form{--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity));--tw-shadow:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05);-webkit-box-shadow:0 0 transparent,0 0 transparent,var(--tw-shadow);box-shadow:0 0 transparent,0 0 transparent,var(--tw-shadow);-webkit-box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow);position:relative;z-index:50}html body .search__form input{text-transform:uppercase;padding-left:2rem;padding-right:2rem;padding-top:1rem;padding-bottom:1rem;--tw-text-opacity:1!important;color:rgba(175,25,26,var(--tw-text-opacity))!important;font-family:var(--font-family-heading);font-weight:600;background:transparent;width:100%}html body .search__form input::-webkit-input-placeholder{--tw-text-opacity:1;color:rgba(29,0,2,var(--tw-text-opacity))}html body .search__form input::-moz-placeholder{--tw-text-opacity:1;color:rgba(29,0,2,var(--tw-text-opacity))}html body .search__form input:-ms-input-placeholder{--tw-text-opacity:1;color:rgba(29,0,2,var(--tw-text-opacity))}html body .search__form input::-ms-input-placeholder{--tw-text-opacity:1;color:rgba(29,0,2,var(--tw-text-opacity))}html body .search__form input::placeholder{--tw-text-opacity:1;color:rgba(29,0,2,var(--tw-text-opacity))}html body .search__form input::-webkit-input-placeholder{opacity:1}html body .search__form input::-moz-placeholder{opacity:1}html body .search__form input:-ms-input-placeholder{opacity:1}html body .search__form input::-ms-input-placeholder{opacity:1}html body .search__form input::placeholder{opacity:1}html body .search__results{-webkit-transition-property:all;transition-property:all;-webkit-transition-timing-function:cubic-bezier(.4,0,.2,1);transition-timing-function:cubic-bezier(.4,0,.2,1);-webkit-transition-duration:.15s;transition-duration:.15s;--tw-shadow:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05);-webkit-box-shadow:0 0 transparent,0 0 transparent,var(--tw-shadow);box-shadow:0 0 transparent,0 0 transparent,var(--tw-shadow);-webkit-box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow);--tw-bg-opacity:1;background-color:rgba(245,245,245,var(--tw-bg-opacity));--tw-text-opacity:1;color:rgba(29,0,2,var(--tw-text-opacity));opacity:0;position:absolute;top:3.5rem;right:0;z-index:-1;padding:0;list-style-type:none;width:100%}html body .search__results.visible{opacity:1;z-index:400}html body .search__results.searching li{opacity:.4}html body .search__result{-webkit-transition-property:all;transition-property:all;-webkit-transition-timing-function:cubic-bezier(.4,0,.2,1);transition-timing-function:cubic-bezier(.4,0,.2,1);-webkit-transition-duration:.15s;transition-duration:.15s;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:start;align-content:flex-start;position:relative;padding:1rem 2rem;border-bottom:1px solid #fff}html body .search__result--last{font-weight:600}html body .search__link{position:absolute;top:0;bottom:0;left:0;right:0;border-bottom:0}html body .search__link:hover{--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity));opacity:.2}html body .search__text{display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:.5rem}html body .search__icon{position:absolute;top:1rem;right:2rem;background-size:24px;width:24px;height:24px;z-index:200;cursor:pointer;opacity:1;background-image:url(../../images/icon_search.svg);-webkit-filter:invert(19%) sepia(91%) saturate(4208%) hue-rotate(350deg) brightness(69%) contrast(95%);filter:invert(19%) sepia(91%) saturate(4208%) hue-rotate(350deg) brightness(69%) contrast(95%)}@media (min-width:1024px){html body .search__icon{top:.85rem;right:1.5rem}}html body .search__icon--searching{background-image:url(../../images/icon_searching.svg);-webkit-animation:rotate .8s infinite;animation:rotate .8s infinite;right:3.5rem}html body .search__icon--typing{background:url(../../images/icon_searching.svg)}html body .search__icon--done{display:none}html body .search__icon--clear{background-image:url(../../images/icon_clear.svg);opacity:0;z-index:-1}html body .search__icon--clear.visible{opacity:1;z-index:auto}html body .search__icon--clear.visible:hover{background-image:url(../../images/icon_clear.svg)}html body .search__word{--tw-text-opacity:1;color:rgba(175,25,26,var(--tw-text-opacity))}@-webkit-keyframes rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}