body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}header{align-items:center;box-sizing:border-box;color:#fff;font-size:2rem;height:5rem;position:fixed;width:100%;z-index:2}.header__icon-home-link,header{display:flex}.header__icon-home-link:hover{-webkit-transform:scale(1.1);transform:scale(1.1);transition:all .2s}.header__left h1{font-size:1.6rem;font-weight:600;margin:0 0 4px}.header__left h2{font-size:.8rem;font-weight:400;margin:0}.header__left{padding:1rem;width:calc(50% - 400px)}.header__left,.header__right{align-items:center;display:flex}.header__right{flex-direction:row;font-size:2rem;height:100%;justify-content:center;line-height:2rem;width:4rem}.header__right span{padding-bottom:8px}.app-icon{margin-right:1rem}.header__right button{background-color:inherit;border:none;color:#fff;cursor:pointer;font-size:2rem}.search-area{align-items:center;display:flex;flex-direction:row;justify-content:center;max-width:100%;padding:1rem;width:800px}.settings{padding:1rem}@media screen and (max-width:1450px){.header__left h1{font-size:1.4rem}}@media screen and (max-width:1250px){.header__left{width:25%}.header__left h1{font-size:1.4rem}.search-area{width:75%}}@media (max-width:800px){.search-area{padding-right:0;width:calc(100% - 4rem)}}.input{align-items:center;display:flex;flex-grow:1;justify-content:center;position:relative}.input__input{border:1px solid #ccc;border-radius:0;box-sizing:border-box;font-family:inherit;font-size:1.1rem;margin-bottom:0;padding:.75rem 1rem .8rem;width:100%}.input__input:focus{outline-color:#3c806d}.input__button-close{background:none;border:none;cursor:pointer;font-size:1.5rem;margin:14px;position:absolute;right:0;top:0;z-index:1}.input__direction-indicator{position:absolute;right:5px}@media (max-width:800px){.input__input{width:100%}}.menu-left__inner{align-items:flex-end;display:flex;flex-direction:column;margin-top:0;padding:1rem;position:fixed;width:calc(50% - 400px)}.menu-left__inner li{display:flex;justify-content:flex-end;list-style:none;padding:0;width:100%}.menu-left__button{margin-bottom:.25rem}.menu-left__button:hover{-webkit-transform:scale(1.05);transform:scale(1.05);transition:all .2s ease-in-out}.menu-left__inner button{align-items:center;border-radius:0;display:flex;font-size:1.1rem;font-weight:400;padding:.25rem .5rem;text-align:left;width:100%;width:240px}.menu-left__inner button img{height:1.875rem;margin-right:1rem;width:auto}@media screen and (max-width:1250px){.menu-left__inner{width:25%}.menu-left__inner button{width:100%}}@media screen and (max-width:800px){.menu-left__inner{display:block;position:relative;width:100%}}.menu-right__article{box-sizing:border-box;max-width:100%;width:240px}.menu-right__article a{text-decoration:underline}.menu-right__heading{margin:1rem 0 .5rem}.menu-right__inner{min-height:100vh}#other-captcha-checkbox,#other-captcha-checkbox-label{height:1px;position:absolute;top:-9999px;width:1px}*{box-sizing:border-box;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:1.1rem;font-weight:400;height:100%;margin:0;min-height:101vh}.dictionary-body{display:flex;justify-content:center}h4{font-size:1.3rem;font-weight:600;margin-bottom:.5rem}strong{font-weight:700}.layout{height:100%;min-height:101vh}button{background-color:initial;border:none;cursor:pointer}a{color:inherit;text-decoration:none}.layout-wrapper{display:flex;height:100%;justify-content:center;padding-top:5rem}p{font-size:1.1rem;font-weight:400;letter-spacing:.01rem;margin-bottom:.5rem;margin-top:0}.entry{border:1px solid #ccc;padding:1rem;width:500px}.drawer{background-color:#fff;box-shadow:0 0 10px rgba(0,0,0,.2);height:100%;position:fixed;right:0;top:0;width:80%;z-index:2}.drawer.closed{-webkit-animation:slideout;animation:slideout;-webkit-animation-duration:.3s;animation-duration:.3s;display:block;-webkit-transform:translate(100%);transform:translate(100%)}.drawer.open{-webkit-animation:slidein;animation:slidein;-webkit-animation-duration:.3s;animation-duration:.3s;display:block}.overlay{background-color:rgba(0,0,0,.5);height:100%;left:0;position:fixed;top:0;width:100%;z-index:1}.no-results{margin-top:1.5rem;text-align:center}.entries{-webkit-animation:pushin;animation:pushin;-webkit-animation-duration:.3s;animation-duration:.3s;margin:auto}@-webkit-keyframes pushin{0%{-webkit-transform:translate(-100%);transform:translate(-100%)}to{-webkit-transform:translate(0);transform:translate(0)}}@keyframes pushin{0%{-webkit-transform:translate(-100%);transform:translate(-100%)}to{-webkit-transform:translate(0);transform:translate(0)}}.menu-left,.menu-right{min-height:100vh;position:relative;width:calc(50% - 400px);z-index:1}.menu-right{padding:1rem}.word-area-wrapper{max-width:100%;padding:1rem;width:800px}@media screen and (max-width:1250px){.menu-right{display:none}.menu-left{width:25%}.word-area-wrapper{width:75%}}@media screen and (max-width:800px){.header__left,.menu-left,.menu-right{display:none}.entries{max-width:100%;width:800px}.word-area-wrapper{width:100%}}.accordion{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;width:100%}.accordion__item{cursor:pointer;max-height:80px;overflow:hidden;width:100%}.accordion__item.closed{border-bottom:1px solid #c9c9c9;box-shadow:0 1px 4px rgba(0,0,0,.1)}.accordion__header{align-items:center;display:flex;height:80px;justify-content:space-between;padding:1rem}.accordion__item.closed:hover{box-shadow:0 2px 5px 0 rgba(0,0,0,.3);transition:all .2s ease-in-out}.accordion__header h4{font-size:1.2rem;font-weight:600;margin:0;padding:0;transition:.2s ease-in-out}.accordion__header i{margin-right:6px;-webkit-transform-origin:center;transform-origin:center;transition:.2s ease-in-out}.accordion__content{padding:0}.entry-card{align-items:center;border-bottom:1px solid #ccc;box-shadow:0 1px 3px rgba(0,0,0,.2);display:flex;justify-content:space-between;margin-bottom:6px;padding-right:1rem}.about-card{padding:1rem}.about-card a{text-decoration:underline}.entry-card:hover{box-shadow:0 2px 4px 0 rgba(0,0,0,.3);transition:all .2s ease-in-out}.entry-card__audio{width:3rem}.entry-card__arrow-button,.entry-card__audio{align-items:center;display:flex;justify-content:center}.entry-card__arrow-button{border-radius:50%;height:1.5rem;width:1.5rem}.entry-card__arrow-button:hover{-webkit-transform:scale(1.1);transform:scale(1.1);transition:all .2s}.entry-card__image-wrapper{padding:.5rem 1rem}.entry-card__content{border:none;color:#222;font-size:1.1rem;outline:none;padding:1rem 1.2rem;text-align:left;width:calc(100% - 6rem)}.so{font-size:.8rem;font-style:italic}ul{-webkit-padding-start:20px;list-style-type:disc;padding-inline-start:20px}li p{font-size:1rem}li{margin-bottom:.875rem}.de{display:inline}.de p{font-weight:600}.de p,.sc p,.xe p,.xv p{display:inline}.flair-area-wrapper{margin-bottom:.75rem;margin-top:.75rem}.audio-area{margin-top:.75rem}.subentries{margin-top:2rem;padding-left:40px}.image__caption p{font-size:.9rem;margin-bottom:.5rem;margin-top:.5rem}.image__caption p a{text-decoration:underline}div.dictionary__tooltip{max-width:300px;pointer-events:auto}div.dictionary__tooltip a{text-decoration:underline}@-webkit-keyframes slidein{0%{-webkit-transform:translate(100%);transform:translate(100%)}to{-webkit-transform:translate(0);transform:translate(0)}}@keyframes slidein{0%{-webkit-transform:translate(100%);transform:translate(100%)}to{-webkit-transform:translate(0);transform:translate(0)}}@-webkit-keyframes slideout{0%{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(100%);transform:translate(100%)}}@keyframes slideout{0%{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(100%);transform:translate(100%)}}@media screen and (max-width:800px){.entry-card__image-wrapper{width:80px}}p{color:inherit}.entry-header__va p{font-size:1rem;font-style:italic;margin-top:0}.entry-header__va{margin-bottom:18px}.entry-header__audio-wrapper{display:inline-block;margin-left:.5rem}.lx{font-size:20px;font-weight:600;margin-right:10px}.entry-header__headword{margin:0 0 1rem}.entry-header__headword span{display:inline-block}.reverses{margin:0}.audio{margin-top:-10px}.MuiPaper-root{background-color:initial!important}.ps{font-size:.9rem;font-style:italic;font-weight:400;margin-top:6px}.loading-notice{align-items:center;display:flex;flex-direction:column;justify-content:center}.lex-item-page{display:flex;min-height:100vh;width:100%}.lex-item-page__content{-webkit-animation:slidein;animation:slidein;-webkit-animation-duration:.3s;animation-duration:.3s;background-color:#fff;box-shadow:0 1px 4px rgba(0,0,0,.1);height:auto;margin-top:1rem;padding:2rem 2.5rem;width:100%}.lex-item-page__mobile-back-button{align-items:center;display:flex;height:16px;justify-content:flex-start;width:16px}.lex-item-page__back-strip{height:100%;min-height:100vh}.lex-item-page__back-strip button{align-items:center;border:1px solid #ccc;border-radius:1rem;display:flex;height:100%;justify-content:center;min-height:calc(100vh - 7rem);width:2rem}.lex-item-page__back-strip:hover{-webkit-transform:scaleX(1.1);transform:scaleX(1.1);transition:all .2s ease-in-out}.lex-item-page__see-alsos a{line-height:160%;text-decoration:underline}.lex-item-page__image-wrapper{padding:2rem 1rem}@media screen and (max-width:800px){.lex-item-page{flex-direction:column}.lex-item-page__content{margin-top:0;padding:1rem}}.flair{background:#ddd;border-radius:20px;border-style:solid;border-width:1px;display:inline-block;font-size:.75em;font-weight:500;margin-right:5px;padding:2px 8px;text-transform:uppercase}.flair__value,.flair__value p{display:inline;font-size:1rem;font-weight:400}.flair__value a{text-decoration:underline}.entry_section{margin-top:1.5rem}.xe{font-style:italic}.xe,.xv{margin-bottom:.375rem}.sense{margin-bottom:1.5rem}.sense__number{display:inline-flex;font-weight:600;margin-right:12px}.se{font-weight:700;margin-right:10px}.video-embed{margin-bottom:3rem;margin-top:3rem}.react-tooltip-lite{cursor:default;max-width:500px;opacity:.95}.react-tooltip-lite a{cursor:pointer;text-decoration:underline}
/*# sourceMappingURL=main.2e659ef1.css.map*/