.autoComplete_wrapper {
  display: inline-block;
  position: relative;
}

.autoComplete_wrapper > input {
  height: 3rem;
  width: 370px;
  margin: 0;
  padding: 0 2rem 0 3.2rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 1rem;
  text-overflow: ellipsis;
  color: rgba(255, 122, 122, 0.3);
  outline: none;
  border-radius: 10rem;
  border: 0.05rem solid rgba(255, 122, 122, 0.5);
  background-image: url(./images/search.svg);
  background-size: 1.4rem;
  background-position: left 1.05rem top 0.8rem;
  background-repeat: no-repeat;
  background-origin: border-box;
  background-color: #fff;
  transition: all 0.4s ease;
  -webkit-transition: all -webkit-transform 0.4s ease;
}

.autoComplete_wrapper > input::placeholder {
  color: rgba(255, 122, 122, 0.5);
  transition: all 0.3s ease;
  -webkit-transition: all -webkit-transform 0.3s ease;
}

.autoComplete_wrapper > input:hover::placeholder {
  color: rgba(255, 122, 122, 0.6);
  transition: all 0.3s ease;
  -webkit-transition: all -webkit-transform 0.3s ease;
}

.autoComplete_wrapper > input:focus::placeholder {
  padding: 0.1rem 0.6rem;
  font-size: 0.95rem;
  color: rgba(255, 122, 122, 0.4);
}

.autoComplete_wrapper > input:focus::selection {
  background-color: rgba(255, 122, 122, 0.15);
}

.autoComplete_wrapper > input::selection {
  background-color: rgba(255, 122, 122, 0.15);
}

.autoComplete_wrapper > input:hover {
  color: rgba(255, 122, 122, 0.8);
  transition: all 0.3s ease;
  -webkit-transition: all -webkit-transform 0.3s ease;
}

.autoComplete_wrapper > input:focus {
  color: rgba(255, 122, 122, 1);
  border: 0.06rem solid rgba(255, 122, 122, 0.8);
}

.autoComplete_wrapper > ul {
  position: absolute;
  max-height: 226px;
  overflow-y: scroll;
  box-sizing: border-box;
  left: 0;
  right: 0;
  margin: 0.5rem 0 0 0;
  padding: 0;
  z-index: 1;
  list-style: none;
  border-radius: 0.6rem;
  background-color: #fff;
  border: 1px solid rgba(33, 33, 33, 0.07);
  box-shadow: 0 3px 6px rgba(149, 157, 165, 0.15);
  outline: none;
  transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -webkit-transition: opacity 0.15s ease-in-out;
}

.autoComplete_wrapper > ul[hidden],
.autoComplete_wrapper > ul:empty {
  display: block;
  opacity: 0;
  transform: scale(0);
}

.autoComplete_wrapper > ul > li {
  margin: 0.3rem;
  padding: 0.3rem 0.5rem;
  text-align: left;
  font-size: 1rem;
  color: #212121;
  border-radius: 0.35rem;
  background-color: rgba(255, 255, 255, 1);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.2s ease;
}

.autoComplete_wrapper > ul > li mark {
  background-color: transparent;
  color: rgba(255, 122, 122, 1);
  font-weight: bold;
}

.autoComplete_wrapper > ul > li:hover {
  cursor: pointer;
  background-color: rgba(255, 122, 122, 0.15);
}

.autoComplete_wrapper > ul > li[aria-selected="true"] {
  background-color: rgba(255, 122, 122, 0.15);
}

@media only screen and (max-width: 600px) {
  .autoComplete_wrapper > input {
    width: 18rem;
  }
}

@media screen{:root{--bg-search-results: #f4f4f4;--bg-suggestion-link: #f8f8f8;--bg-suggestion-link-hover: #f0f0f0;--color-link-hover: #f0f0f0;--bg-elements-01: #ffffff;--bg-elements-02: #f1f1f1;--bg-elements-03: #ffffff;--bg-elements-04: #ff968f;--bg-elements-05: #000000;--bg-elements-06: #1b1464;--bg-elements-07: #b0e3ff;--bg-elements-08: rgba(0, 0, 0, 0.5);--text-01-color: #333333;--text-02-color: #1b1464;--text-03-color: #ff968f;--text-04-color: #d8d5f5;--text-05-color: #999999;--text-06-color: #ffffff;--text-07-color: #6cd98b;--border-element-01: #dddddd;--border-element-02: #ffffff;--icon-element-01: #1b1464;--input-element-01: #cccccc;--input-element-02: #ffffff;--input-element-03: #cccccc;--input-element-04: #999999}}.mobile-show{display:none !important}@media only screen and (min-device-width: 320px)and (max-device-width: 480px){.mobile-show{display:-ms-flexbox !important;display:flex !important}}.mobile-hide{display:-ms-flexbox !important;display:flex !important}@media only screen and (min-device-width: 320px)and (max-device-width: 480px){.mobile-hide{display:none !important}}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}*,::after,::before{box-sizing:border-box}body,h1,h2,h3,h4,h5,h6,blockquote,pre,dl,dd,form,fieldset,legend,figure,table,th,td,caption,hr{margin:0;padding:0;font-family:"Walsheim Pro",Arial,sans-serif}p{margin-top:0}fieldset{border:0}*{text-underline-offset:.2rem}*:focus:not(:focus-visible){outline:none !important}@font-face{font-family:"Walsheim Pro";src:url("../../fonts/GT-Walsheim-Pro-Regular.woff2") format("woff2"),url("../../fonts/GT-Walsheim-Pro-Regular.woff") format("woff");font-weight:normal;font-style:normal;font-display:swap}@font-face{font-family:"Walsheim Pro";src:url("../../fonts/GT-Walsheim-Pro-Light.woff2") format("woff2"),url("../../fonts/GT-Walsheim-Pro-Light.woff") format("woff");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:"Walsheim Pro";src:url("../../fonts/GT-Walsheim-Pro-Medium.woff2") format("woff2"),url("../../fonts/GT-Walsheim-Pro-Medium.woff") format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:"Walsheim Pro";src:url("../../fonts/GT-Walsheim-Pro-Bold.woff2") format("woff2"),url("../../fonts/GT-Walsheim-Pro-Bold.woff") format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:"Realtime";src:url("../../fonts/realtime-regular-webfont.woff2") format("woff2"),url("../../fonts/realtime-regular-webfont.woff") format("woff");font-weight:400;font-style:normal;font-display:swap}.text-flow>*{margin-bottom:0}.text-flow>*+*{margin-top:1rem}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:"Walsheim Pro",Arial,sans-serif;height:100%;scroll-behavior:smooth;font-size:16px}body{color:#333;background-color:#fff;height:auto}header,main,footer{display:block}img{width:100%;max-width:100%;height:auto;display:block}a{list-style:none;margin:0;padding:0;text-decoration:none;display:inline-block;color:#064cdb}a:focus{outline-offset:1px;outline-style:dashed;outline-width:1px;outline-color:#064cdb}a:focus-visible{outline-offset:1px;outline-style:dashed;outline-width:1px;outline-color:#064cdb}a:focus-within{outline-offset:1px;outline-style:dashed;outline-width:1px;outline-color:#064cdb}a:active,a:hover,a:focus{text-decoration:underline}address{font-style:normal}button:focus{outline-offset:1px;outline-style:dashed;outline-width:1px;outline-color:#064cdb}button:focus-visible{outline-offset:1px;outline-style:dashed;outline-width:1px;outline-color:#064cdb}button:focus-within{outline-offset:1px;outline-style:dashed;outline-width:1px;outline-color:#064cdb}small{font-size:.875rem}.page-wrapper{width:100%;margin-right:auto;margin-left:auto}.page-wrapper--fixed-height{overflow:hidden;height:100vh}.page-wrapper--search-results-page{background-color:#f4f4f4;background-color:var(--bg-search-results);height:100%}.page--front{background-color:#f4f4f4;background-color:var(--bg-search-results)}.page--results{background-color:#f4f4f4;background-color:var(--bg-search-results)}.page--content{background-color:#f4f4f4;background-color:var(--bg-search-results)}.page--fixed{overflow:hidden;height:100vh}.page__container{position:relative;min-height:100vh;min-height:calc(var(--vh, 1vh)*100);padding-bottom:250px}.container{max-width:732px;margin:0 auto;padding:0 .5rem}@media screen and (min-width: 732px){.container{padding:0 1rem}}.container-fluid{padding:0 .5rem}@media screen and (min-width: 732px){.container-fluid{padding:0 1rem}}@font-face{font-family:"swiper-icons";src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-ms-flexbox;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px, 0, 0)}.swiper-container-multirow>.swiper-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:column;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-container-pointer-events{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-pointer-events.swiper-container-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-slide{-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-ms-flex-align:start;align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-wrapper,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory}.navbar{padding:1rem 0;position:fixed;top:0;left:0;width:100%;z-index:500;transform:translateY(0%);transition:padding .2s ease-in-out,box-shadow .2s ease-in-out,transform .2s ease-in-out}.navbar+.spacer{height:calc(48px + 2rem)}@media screen and (min-width: 732px){.navbar+.spacer{height:calc(56px + 2rem)}}.navbar.hide{transform:translateY(-100%)}.navbar__wrapper{display:-ms-flexbox;display:flex}.navbar__logo{-ms-flex:0 0 auto;flex:0 0 auto;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-right:1rem}.navbar__search{-ms-flex:1 1 auto;flex:1 1 auto;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.toolbar{position:fixed;width:auto;bottom:0;left:50%;transform:translateX(-50%);padding:1rem 0;transition:bottom .2s ease-in-out;z-index:500}@media screen and (min-width: 992px){.toolbar{top:calc(56px + 4rem);bottom:auto;transform:translateX(-475px);padding:0}}@media screen and (min-width: 992px){.toolbar--fullscreen{left:1.5rem;transform:none}}.toolbar.hide{bottom:calc(-48px - 2rem)}.toolbar__wrapper{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}.toolbar__nav{list-style:none;margin:0;padding:0;background-color:#f4f4f4;background-color:var(--bg-search-results);-ms-flex:0 1 auto;flex:0 1 auto;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around;border-radius:24px;box-shadow:0 0 8px rgba(0,0,0,.16);border:1px solid #ddd;height:48px}@media screen and (min-width: 992px){.toolbar__nav{box-shadow:none;border:none;-ms-flex-direction:column;flex-direction:column;height:auto;width:48px}}.toolbar__label{position:absolute;bottom:-0.5rem;left:50%;transform:translateX(-50%);font-size:.8rem;padding:.25rem .5rem;display:none}.toolbar__icon,.toolbar__icon svg{display:block}.toolbar__icon path{fill:#333}.toolbar__nav-item{position:relative;padding:0 1rem;height:48px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;border-radius:24px}@media screen and (min-width: 400px){.toolbar__nav-item{padding:0 1.5rem}}@media screen and (min-width: 992px){.toolbar__nav-item{padding:0;width:48px;margin-bottom:.5rem;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}}.toolbar__nav-item:hover path{fill:#1b1464}@media screen and (min-width: 992px){.toolbar__nav-item:hover .toolbar__label{display:block}}.toolbar__nav-item.active{background-color:#e5e5e5}.toolbar__nav-item.active path{fill:#1b1464}.toolbar__nav-item.active:hover .toolbar__label{display:none}@media screen and (min-width: 992px){.toolbar__nav-item.has-top-border{position:relative;margin-top:1rem}.toolbar__nav-item.has-top-border::before{content:"";border-top:1px solid #b3b3b3;width:100%;height:0;display:block;position:absolute;top:-1rem;left:0}}.toolbar__nav-link{color:#333;color:var(--text-01-color)}.logo,.logo svg{display:-ms-inline-flexbox;display:inline-flex;margin:0 auto}.logo--big,.logo--big svg{height:auto;width:60px}@media screen and (min-width: 576px){.logo--big,.logo--big svg{width:90px}}.logo--small,.logo--small svg{height:48px;width:auto}@media screen and (min-width: 576px){.logo--small,.logo--small svg{height:56px}}.logo--horizontal,.logo--horizontal svg{height:48px;width:auto}@media screen and (min-width: 576px){.logo--horizontal,.logo--horizontal svg{height:56px}}@media screen and (min-width: 732px){.logo--horizontal,.logo--horizontal svg{height:96px}}.logo--center{margin:0 auto}.plus-logo,.plus-logo svg{display:-ms-inline-flexbox;display:inline-flex;margin:0 auto}.plus-logo--small{width:78px;height:auto}.section{margin:1rem auto}@media screen and (min-width: 576px){.section{margin:2rem auto}}.section--big{margin:2rem auto}@media screen and (min-width: 576px){.section--big{margin:4rem auto}}.footer{background-color:#fff;font-family:"Walsheim Pro",Arial,sans-serif;padding:1rem 0;position:absolute;bottom:0;left:0;width:100%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}@media screen and (min-width: 732px){.footer{padding:2rem 0}}.footer--with-wordmark .container{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;max-width:1140px;width:100%}@media screen and (min-width: 992px){.footer--with-wordmark .container{-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between}}.footer__wordmark{padding:.5rem 0}.footer__list-wrapper{list-style:none;margin:0;padding:0;font-family:"Walsheim Pro",Arial,sans-serif;display:-ms-grid;display:grid;-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr;grid-template-areas:". .";text-align:center}@media screen and (min-width: 732px){.footer__list-wrapper{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center}}.footer__link{text-decoration:none;color:inherit;display:block;font-family:"Walsheim Pro",Arial,sans-serif;padding:.5rem 1rem;border:2px solid rgba(0,0,0,0);font-size:.875rem;font-weight:500;white-space:nowrap}.footer__link:active,.footer__link:hover,.footer__link:focus{color:#1b1464}.header{padding:1rem 0;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}@media screen and (min-width: 732px){.header{padding:2rem 0}}.icon{display:inline-block;margin-right:15px;width:35px}@media screen and (min-width: 732px){.icon{width:auto}}.icon--small{width:14px;height:14px;margin:0}.icon--small svg{display:block;width:14px;height:14px}.icon--medium{width:24px;height:24px;margin:0}.icon--medium svg{display:block;width:24px;height:24px}.headline{position:relative;font-family:"Walsheim Pro",Arial,sans-serif}.headline--center{text-align:center}.headline--level-1{font-size:1.875rem;line-height:96.5%;text-align:center;font-weight:700;margin-bottom:1.5rem;letter-spacing:-0.04em;color:#1b1464}@media screen and (min-width: 732px){.headline--level-1{margin-bottom:2.5rem;font-size:3.125rem}}.headline--level-2{font-size:1.375rem;font-weight:700;margin-bottom:1rem;color:#1b1464}@media screen and (min-width: 732px){.headline--level-2{font-size:1.875rem;margin-bottom:1.5rem}}.headline--level-3{font-size:1.375rem;font-weight:500;margin-bottom:1rem;color:#1b1464}@media screen and (min-width: 576px){.headline--level-3{font-size:1.5rem}}.headline--level-4{font-size:1.25rem;font-weight:500;margin-bottom:1rem;color:#1b1464}@media screen and (min-width: 576px){.headline--level-4{font-size:1.4rem}}.headline--huge{font-weight:bold;letter-spacing:-4%;text-align:center;margin:1.5rem 0;color:#1b1464}@media screen and (min-width: 576px){.headline--huge{font-size:3.125rem;margin:2.5rem 0}}@media screen and (min-width: 992px){.headline--huge{font-size:65px}}.headline__link:active,.headline__link:focus,.headline__link:hover{color:#777;text-decoration:underline}.headline--widget-section{color:#777;font-size:1.125rem;font-weight:500;width:100%;max-width:732px;margin-bottom:1rem;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.headline--widget-section svg{margin-right:.5rem}.headline--widget-section svg path{fill:#777}.headline--section{font-size:25px;line-height:33px;letter-spacing:-4%;margin-bottom:15px}@media screen and (min-width: 576px){.headline--section{font-size:40px;line-height:69px;margin-bottom:5px}}.headline--centered{text-align:center}.text{position:relative;font-size:1.25rem;font-weight:300;line-height:144%;letter-spacing:-0.01em}@media screen and (min-width: 576px){.text{font-size:1.375rem}}@media screen and (min-width: 732px){.text{font-size:1.4rem}}.text p,.text address{margin-bottom:1rem}@media screen and (min-width: 732px){.text p,.text address{margin-bottom:2rem}}.text strong{font-weight:500}.text--hero-home{font-family:"Walsheim Pro",Arial,sans-serif;font-size:1.25rem;text-align:center;font-weight:300;max-width:590px;margin-bottom:48px}@media screen and (min-width: 576px){.text--hero-home{font-size:1.4rem}}.text--hero{font-family:"Walsheim Pro",Arial,sans-serif;font-size:1.25rem;text-align:center;font-weight:300}@media screen and (min-width: 576px){.text--hero{font-size:1.4rem;margin-bottom:48px}}.text--paragraph{display:block;margin-bottom:2rem}@media screen and (min-width: 576px){.text--paragraph{margin-bottom:3rem}}.text--overline{font-weight:300;font-size:.875rem;line-height:1.125rem;color:#aaa;margin-bottom:5px}@media screen and (min-width: 576px){.text--overline{font-size:1rem;margin-bottom:0}}.text--info{font-weight:400;font-size:.875rem;line-height:.875rem}.text--info,.text--info a{color:#999}.text--block{font-weight:300;font-size:1rem;line-height:22px;color:#444}@media screen and (min-width: 576px){.text--block{font-size:1.25rem;line-height:28px}}.text--salmon{color:#ff968f}.text--sky{color:#00aff5}.text--purple,.text--purple *{color:#1b1464}.text--darkgray{color:#737373}.text--gray{color:#999}.text--small{font-size:1rem}.text--xsmall{font-size:.8rem}.text--light{font-weight:300}.text--center{text-align:center}.text--no-margin{margin:0}.list{position:relative;font-size:1.375rem;font-weight:300}@media screen and (min-width: 576px){.list{font-size:1.25rem}}@media screen and (min-width: 732px){.list{font-size:1.4rem}}.list__item{margin-left:20px;margin-bottom:20px}.list__item:last-of-type{margin-bottom:0}.list__item--tall{margin-bottom:50px}.list__item--tall:last-of-type{margin-bottom:0}.button{border:0;border-radius:.5rem;min-height:48px;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;padding:15px 20px;cursor:pointer;font-weight:500}.button:focus{outline-offset:1px;outline-style:dashed;outline-width:1px;outline-color:#064cdb}.button:focus-visible{outline-offset:1px;outline-style:dashed;outline-width:1px;outline-color:#064cdb}.button:focus-within{outline-offset:1px;outline-style:dashed;outline-width:1px;outline-color:#064cdb}.button:hover{text-decoration:none}.button--small{min-height:24px;border-radius:.25rem;padding:0 15px;font-size:13px}.button--nowrap{white-space:nowrap}.button--icon-only{padding:10px}.button--with-icon-before{padding:10px 20px}.button--with-icon-before svg{margin-right:.5rem}.button--with-icon-after{padding:10px 20px}.button--with-icon-after svg{margin-left:.5rem}.button--primary{color:#3e3e3e;background-color:#f4f4f4}.button--primary.button--icon-only svg path,.button--primary.button--with-icon-before svg path,.button--primary.button--with-icon-after svg path{fill:#3e3e3e}.button--primary:hover{color:#333;background-color:#ddd}.button--primary:hover.button--icon-only svg path,.button--primary:hover.button--with-icon-before svg path,.button--primary:hover.button--with-icon-after svg path{fill:#333}.button--blue{color:#fff;background-color:#064cdb}.button--blue.button--icon-only svg path,.button--blue.button--with-icon-before svg path,.button--blue.button--with-icon-after svg path{fill:#fff}.button--blue:hover{color:#fff;background-color:#1b1464}.button--blue:hover.button--icon-only svg path,.button--blue:hover.button--with-icon-before svg path,.button--blue:hover.button--with-icon-after svg path{fill:#fff}.button--secondary{color:#777;background-color:rgba(0,0,0,0);border:1px solid #ddd}.button--secondary.button--icon-only svg path,.button--secondary.button--with-icon-before svg path,.button--secondary.button--with-icon-after svg path{fill:#777}.button--secondary:hover{color:#333;background-color:rgba(0,0,0,0);border:1px solid #333}.button--secondary:hover.button--icon-only svg path,.button--secondary:hover.button--with-icon-before svg path,.button--secondary:hover.button--with-icon-after svg path{fill:#333}.button--tertiary{color:#1b1464;background-color:#fff}.button--tertiary.button--icon-only svg path,.button--tertiary.button--with-icon-before svg path,.button--tertiary.button--with-icon-after svg path{fill:#1b1464}.button--tertiary:hover{background-color:#ddd}.button--full-width{width:100%}.button.hide{display:none}.link{color:var(--text-02-color);border-bottom:0;position:relative}.link:hover{color:var(--text-02-color)}.link::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%}.link--suggestion{transition:all .1s ease;color:#1b1464;color:var(--text-02-color);background-color:#f8f8f8;background-color:var(--bg-suggestion-link);position:relative;padding:8px 16px;font-weight:400;border-radius:24px;white-space:nowrap}.link--suggestion:hover{color:#1b1464;color:var(--text-02-color);background-color:#f0f0f0;background-color:var(--bg-suggestion-link-hover)}.link--cta{transition:all .3s ease;background-color:#1b1464;background-color:var(--bg-elements-06);color:#fff;font-weight:bold;padding:18px;border-radius:15px;position:relative;max-width:315px;width:100%;word-break:break-word;text-align:center;-webkit-hyphens:inherit;-ms-hyphens:inherit;hyphens:inherit}.link--cta::before{transition:all .3s ease;background-color:#b0e3ff;background-color:var(--bg-elements-07);position:absolute;content:"";top:-6px;left:-5px;border-radius:15px;width:100%;height:100%;z-index:-1}.link--cta::after{transition:all .3s ease;background-color:#ff968f;background-color:var(--bg-elements-04);position:absolute;content:"";top:6px;left:5px;border-radius:15px;width:100%;height:100%;z-index:-2}.link--cta:hover{color:#fff;color:var(--text-06-color);letter-spacing:1px}.link--cta:hover::before,.link--cta:hover::after{top:0;width:100%;height:100%}.link--cta:hover::before{left:-5px}.link--cta:hover::after{right:5px}.link--grey{color:#737373}.link--grey:hover{color:#1b1464}.link--underlined{text-decoration:underline}.figure--decoration-bottom{margin-bottom:-3rem}.figure--white-gradient{position:relative}.figure--white-gradient::after{content:"";display:block;position:absolute;bottom:0;left:0;width:100%;height:75%;background:linear-gradient(180deg, rgba(255, 255, 255, 0) 10.94%, #ffffff 68.23%)}.alert{padding:24px;background-color:#fff;border-radius:12px}.alert--info{background-color:#064cdb;color:#fff}.alert--success{background-color:#31c449;color:#fff}.alert--error{background-color:#ff4133;color:#fff}.carousel{position:relative}@media screen and (max-width: 731px){.carousel .swiper-container{margin-left:-1rem;margin-right:-1rem;padding-left:1rem;padding-right:1rem}}@media screen and (max-width: 575px){.carousel .swiper-container{margin-left:-0.5rem;margin-right:-0.5rem;padding-left:.5rem;padding-right:.5rem}}.carousel .swiper-wrapper{-ms-flex-align:stretch;align-items:stretch;-webkit-transform-style:preserve-3d}.carousel .swiper-slide{height:auto;-webkit-backface-visibility:hidden;-webkit-transform:translate3d(0, 0, 0)}@media screen and (max-width: 731px){.carousel__swiper--news .swiper-slide{width:250px}}.carousel__swiper--images .swiper-slide{width:auto}.carousel__button{display:none;position:absolute;top:50%;transform:translateY(-50%);z-index:100}@media screen and (min-width: 732px){.carousel__button{display:-ms-flexbox;display:flex}}.carousel__button--prev{left:-36px}@media screen and (min-width: 992px){.carousel__button--prev{left:calc(-48px - 1rem)}}.carousel__button--next{right:-36px}@media screen and (min-width: 992px){.carousel__button--next{right:calc(-48px - 1rem)}}.carousel__button.swiper-button-disabled{display:none}.form{position:relative;margin:2rem auto}.form--center{text-align:center}.form--login{max-width:450px;margin:0 auto}.form__errors{font-weight:300;background-color:rgba(255,65,51,.2);padding:1rem;border-left:5px solid #ff4133;margin:2rem auto}.form__fieldset{position:relative;display:block;margin-bottom:1rem}.form__fieldset--inline{display:-ms-flexbox;display:flex;margin:0}.form__field-action{position:absolute;top:4px;right:4px;border-radius:50%;background-color:rgba(0,0,0,0);border:0;width:48px;height:48px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;cursor:pointer}.form__field-action:focus{outline-offset:1px;outline-style:dashed;outline-width:1px;outline-color:#064cdb}.form__field-action:focus-visible{outline-offset:1px;outline-style:dashed;outline-width:1px;outline-color:#064cdb}.form__field-action:focus-within{outline-offset:1px;outline-style:dashed;outline-width:1px;outline-color:#064cdb}.form__field-action .form__field-icon svg{display:block}.form__field-action .form__field-icon.on{display:none}.form__field-action .form__field-icon.off{display:block}.form__field-action.on .form__field-icon.on{display:block}.form__field-action.on .form__field-icon.off{display:none}.form input[type=email],.form input[type=text],.form input[type=password]{background:#fff;border:1px solid #ddd;box-sizing:border-box;box-shadow:0 0 8px rgba(0,0,0,.16);border-radius:100px;height:56px;width:100%;padding:0 2rem}.form input[type=email]:focus,.form input[type=text]:focus,.form input[type=password]:focus{outline-offset:1px;outline-style:dashed;outline-width:1px;outline-color:#064cdb}.form input[type=email]:focus-visible,.form input[type=text]:focus-visible,.form input[type=password]:focus-visible{outline-offset:1px;outline-style:dashed;outline-width:1px;outline-color:#064cdb}.form input[type=email]:focus-within,.form input[type=text]:focus-within,.form input[type=password]:focus-within{outline-offset:1px;outline-style:dashed;outline-width:1px;outline-color:#064cdb}.form input[type=submit],.form button[type=submit]{margin:0 auto;border-radius:50%;background:#fff;border:1px solid #ddd;box-shadow:0 0 8px rgba(0,0,0,.16);width:48px;height:48px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;cursor:pointer}.form input[type=submit]:focus,.form button[type=submit]:focus{outline-offset:1px;outline-style:dashed;outline-width:1px;outline-color:#064cdb}.form input[type=submit]:focus-visible,.form button[type=submit]:focus-visible{outline-offset:1px;outline-style:dashed;outline-width:1px;outline-color:#064cdb}.form input[type=submit]:focus-within,.form button[type=submit]:focus-within{outline-offset:1px;outline-style:dashed;outline-width:1px;outline-color:#064cdb}.form__choices{margin-top:1rem}.form--inline .form__field-action{right:60px}.form--inline .form__fieldset--has-field-action input[type=email],.form--inline .form__fieldset--has-field-action input[type=text],.form--inline .form__fieldset--has-field-action input[type=password]{padding:0 calc(108px + .5rem) 0 2rem}.form--inline input[type=submit],.form--inline button[type=submit]{position:absolute;top:4px;right:4px;border-radius:50%;background:#fff;border:1px solid #ddd;box-shadow:0 0 8px rgba(0,0,0,.16);width:48px;height:48px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;cursor:pointer}.form-switch{opacity:.00001}.form-switch+label{display:block;position:relative;width:100%;margin-left:calc(52px + 1rem);cursor:pointer;padding:5px 0;height:28px}.form-switch+label::before{background-color:#ccc;background-color:var(--input-element-01);content:"";display:block;position:absolute;left:calc(-52px - 1rem);top:0;width:52px;height:28px;border-radius:15px;transition:background-color .2s ease-out}.form-switch+label::after{background-color:#fff;background-color:var(--input-element-02);content:"";display:block;position:absolute;width:24px;height:24px;top:2px;left:calc(-50px - 1rem);transition:width .2s ease-out,left .2s ease-out,right .2s ease-out;border-radius:15px}.form-switch+label:hover::after{width:28px}.form-switch:checked+label::before{background-color:#064cdb}.form-switch:checked+label::after{left:calc(-26px - 1rem)}.form-switch:checked+label:hover::after{left:calc(-30px - 1rem)}.form-switch:focus+label::before{outline-offset:1px;outline-style:dashed;outline-width:1px;outline-color:#064cdb}.form-switch:disabled::before{background-color:#ccc;background-color:var(--input-element-03)}.form-switch:disabled::after{background-color:#999;background-color:var(--input-element-04)}.form-switch--standalone+label{margin-left:52px;width:auto}.form-switch--standalone+label::before{left:-52px}.form-switch--standalone+label::after{left:-50px}.form-switch--standalone:checked+label::after{left:-26px}.form-switch--standalone:checked+label:hover::after{left:-30px}.form-switch--reverse+label{margin-left:0;margin-right:calc(52px + 1rem)}.form-switch--reverse+label::before{left:auto;right:calc(-52px - 1rem)}.form-switch--reverse+label::after{left:auto;right:calc(-26px - 1rem)}.form-switch--reverse+label:hover::after{right:calc(-30px - 1rem)}.form-switch--reverse:checked+label::after{left:auto;right:calc(-50px - 1rem)}.form-switch--reverse:checked+label:hover::after{left:auto;right:calc(-50px - 1rem)}.form-select{border:1.5px solid #d4d4d4;border-radius:8px;text-align:left;padding:6px 24px 6px 12px;margin-bottom:auto;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;background-image:url("../../../images/icons/icon-arrow-down.svg");background-repeat:no-repeat;background-position:right .5rem center}.form-select:focus{outline-offset:1px;outline-style:dashed;outline-width:1px;outline-color:#064cdb}.form-select:focus-visible{outline-offset:1px;outline-style:dashed;outline-width:1px;outline-color:#064cdb}.form-select:focus-within{outline-offset:1px;outline-style:dashed;outline-width:1px;outline-color:#064cdb}.form-checkbox{position:relative}.form-checkbox input[type=checkbox]{position:absolute;top:0;left:0;width:20px;height:20px;opacity:.00001;cursor:pointer}.form-checkbox input[type=checkbox]+label{display:block;cursor:pointer}.form-checkbox input[type=checkbox]+label .checkbox-icon{display:block}.form-checkbox input[type=checkbox]:focus+label .checkbox-icon,.form-checkbox input[type=checkbox]:focus-visible+label .checkbox-icon,.form-checkbox input[type=checkbox]:focus-within+label .checkbox-icon{outline-offset:1px;outline-style:dashed;outline-width:1px;outline-color:#064cdb}.form-checkbox input[type=checkbox]:hover+label .checkbox-icon-panel{fill:#ddd}.form-checkbox input[type=checkbox]:hover+label .checkbox-icon-check{stroke:#ddd}.form-checkbox input[type=checkbox]:checked+label .checkbox-icon-panel{stroke:#064cdb;fill:#064cdb}.form-checkbox input[type=checkbox]:checked:hover+label .checkbox-icon-panel{fill:#1b1464}.new-form__fieldset+.new-form__fieldset{margin-top:1rem}.new-form__fieldset--inline{width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:1rem;grid-gap:1rem}@media screen and (min-width: 576px){.new-form__fieldset--inline{-ms-flex-direction:row;flex-direction:row}.new-form__fieldset--inline>*{-ms-flex:1 0 auto;flex:1 0 auto}.new-form__fieldset--inline button{-ms-flex:0 1 auto;flex:0 1 auto}}.new-form__input{background:#fafafa;border:1px solid #d4d4d4;border-radius:8px;padding:0 1rem;height:48px}.new-form__input.has-error{border-color:#ff4133}.new-form__errors{background-color:rgba(255,65,51,.2);padding:1rem;border-left:5px solid #ff4133;margin:2rem auto}.new-form__errors.is-small{margin:1rem auto}.search-results{margin:2rem 0}@media screen and (min-width: 992px){.search-results{margin:2rem 4rem}}.search-results__wrapper{margin-bottom:4rem}.search-results__container--related-queries{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:.625rem}.search-results__container--images .search-results__item{-ms-flex:0 1 50%;flex:0 1 50%;width:50%;height:auto;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}@media screen and (min-width: 732px){.search-results__container--images .search-results__item{-ms-flex:0 1 33.3333333333%;flex:0 1 33.3333333333%;width:33.3333333333%;height:auto}}@media screen and (min-width: 992px){.search-results__container--images .search-results__item{-ms-flex:0 1 25%;flex:0 1 25%;width:25%;height:auto}}@media screen and (min-width: 1200px){.search-results__container--images .search-results__item{-ms-flex:0 1 20%;flex:0 1 20%;width:20%;height:auto}}.image-results{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:start;align-items:flex-start}.image-results__fill{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-negative:1;flex-shrink:1;-ms-flex-positive:1;flex-grow:1}.image-results__divider{display:none;width:100%;-ms-flex-preferred-size:100%;flex-basis:100%;border:0}@media screen and (max-width: 731px){.image-results__divider:nth-of-type(2n){display:block}}@media screen and (min-width: 732px){.image-results__divider:nth-of-type(3n){display:block}}@media screen and (min-width: 992px){.image-results__divider:nth-of-type(3n){display:none}.image-results__divider:nth-of-type(4n){display:block}}@media screen and (min-width: 1200px){.image-results__divider:nth-of-type(4n){display:none}.image-results__divider:nth-of-type(5n){display:block}}@media screen and (min-width: 2000px){.image-results__divider:nth-of-type(5n){display:none}.image-results__divider:nth-of-type(6n){display:block}}.result-section{margin:1.5rem 0}@media screen and (min-width: 732px){.result-section{margin:2.5rem 0}}.result-section__content{margin-bottom:.6rem}.result-section__content .teaser{margin-bottom:.6rem}.video-results{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.video-results__item{margin-bottom:1rem;padding:.5rem;-ms-flex:0 1 100%;flex:0 1 100%;width:100%}@media screen and (min-width: 576px){.video-results__item{-ms-flex:0 1 50%;flex:0 1 50%;width:50%}}@media screen and (min-width: 732px){.video-results__item{-ms-flex:0 1 33.3333333333%;flex:0 1 33.3333333333%;width:33.3333333333%}}@media screen and (min-width: 1200px){.video-results__item{-ms-flex:0 1 25%;flex:0 1 25%;width:25%}}@media screen and (min-width: 2000px){.video-results__item{-ms-flex:0 1 16.6666666667%;flex:0 1 16.6666666667%;width:16.6666666667%}}.search-bar-wrapper{position:relative;overflow:visible;height:48px;width:100%}@media screen and (min-width: 732px){.search-bar-wrapper{height:56px}}.search-bar-wrapper.standalone{height:64px}.search-bar{position:absolute;top:0;left:0;width:100%;min-height:48px;z-index:100;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;background-color:#fff;border:1px solid #ddd;border-radius:28px;font-size:1rem;box-shadow:0 0 8px rgba(0,0,0,.16)}@media screen and (min-width: 732px){.search-bar{min-height:56px}}.search-bar:focus,.search-bar:focus-visible,.search-bar:focus-within{box-shadow:0 6px 12px rgba(51,51,51,.14),0 0 16px rgba(51,51,51,.12),0 4px 6px rgba(51,51,51,.16)}.standalone .search-bar{min-height:64px;border-radius:34px;-ms-flex-pack:start;justify-content:flex-start;font-size:1.125rem}.search-bar__form{display:-ms-flexbox;display:flex;width:100%;height:100%;-ms-flex-align:center;align-items:center}.standalone .search-bar__form{min-height:64px}.search-bar__search-icon,.search-bar__clear-icon{display:block;position:absolute;top:9px;right:1rem;color:#999;border-radius:50%;width:30px;height:30px;z-index:110;cursor:pointer}@media screen and (min-width: 732px){.search-bar__search-icon,.search-bar__clear-icon{top:13px}}.standalone .search-bar__search-icon,.standalone .search-bar__clear-icon{top:17px}.search-bar__search-icon svg,.search-bar__clear-icon svg{width:30px;height:30px;fill:currentColor;pointer-events:none}.search-bar__clear-icon{right:3.7rem;width:16px;height:16px;top:16px}@media screen and (min-width: 732px){.search-bar__clear-icon{top:20px}}.standalone .search-bar__clear-icon{top:25px}.search-bar__clear-icon svg{width:16px;height:16px}.search-bar__clear-icon.hide{display:none}.search-bar__input{position:relative;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:100%;height:100%;margin:0;border:0;background-color:rgba(0,0,0,0);padding:15px 5rem 15px 1.5rem;color:#333;outline:none !important}@media screen and (min-width: 732px){.search-bar__input{font-size:1.25rem;padding:17px 2.5rem 17px 1.5rem}}.standalone .search-bar__input{padding:21px 2.5rem 21px 1.5rem}.search-bar__input::-ms-clear{display:none;width:0;height:0}.search-bar__input::-ms-reveal{display:none;width:0;height:0}.search-bar__input::-webkit-search-decoration,.search-bar__input::-webkit-search-cancel-button,.search-bar__input::-webkit-search-results-button,.search-bar__input::-webkit-search-results-decoration{display:none}.search-bar__input:-webkit-autofill,.search-bar__input:-webkit-autofill:hover,.search-bar__input:-webkit-autofill:focus,.search-bar__input:-webkit-autofill:active{color:#1b1464;color:var(--text-02-color);-webkit-box-shadow:0 0 0 30px #fff inset !important;-webkit-text-fill-color:var(--text-02-color);transition:background-color 5000s ease-in-out 0s}.autosuggest{position:relative;width:100%;height:100%;text-overflow:ellipsis;box-sizing:border-box;outline:none;z-index:100}.autosuggest_wrapper{position:relative;width:100%;height:100%}.autosuggest__results{padding:1rem 0;margin:0;outline:none;box-sizing:border-box;z-index:10;list-style:none;border-top:1px solid #ddd;border-bottom-left-radius:28px;border-bottom-right-radius:28px;overflow:hidden}.autosuggest__results[hidden],.autosuggest__results:empty{opacity:0}.autosuggest__result{margin:0;padding:.5rem 1rem;list-style:none;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:all .2s ease;color:#1b1464;font-weight:500}.autosuggest__result mark{font-weight:300;color:#1b1464;background-color:rgba(0,0,0,0)}.autosuggest__result::-moz-selection{color:#ff968f;background-color:rgba(255,255,255,0)}.autosuggest__result::selection{color:#ff968f;background-color:rgba(255,255,255,0)}.autosuggest__result[aria-selected=true]{background-color:rgba(255,150,143,.15)}.autosuggest__result:hover,.autosuggest__result:active,.autosuggest__result:focus{cursor:pointer;background-color:#e5e5e5}.autosuggest__result--highlighted{color:#ff968f;font-weight:bold}.autosuggest__result--highlighted::-moz-selection{color:#ff968f;background-color:rgba(255,255,255,0)}.autosuggest__result--highlighted::selection{color:#ff968f;background-color:rgba(255,255,255,0)}.autosuggest__result--selected{cursor:pointer;background-color:#fff}.page-border{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;font-size:.875rem;color:#777;text-transform:uppercase;margin-bottom:2rem;margin-top:3.4rem;white-space:nowrap}@media screen and (min-width: 992px){.page-border{margin-top:4.4rem}}.page-border span{width:100%;height:1px;margin-left:.75rem;background-color:#777}.internal-navbar{margin-bottom:0}.internal-navbar__list{white-space:nowrap}.internal-navbar__list-item{display:inline-block;margin-right:20px}.internal-navbar__list-item:last-of-type{margin-right:0}.internal-navbar__bubble{border-color:#1b1464;border-color:var(--text-02-color);border-style:solid;border-width:1px;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;padding:1px;border-radius:15px;min-width:17px;margin-left:5px}.internal-navbar__bubble-number{color:#1b1464;color:var(--text-02-color);font-size:.75rem}.internal-navbar__link{color:#1b1464;color:var(--text-02-color);display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;position:relative;padding-bottom:25px;opacity:.4;text-transform:uppercase;font-size:.875rem;border-bottom:2px solid rgba(0,0,0,0);height:40px}.internal-navbar__link:hover{color:#1b1464;color:var(--text-02-color);opacity:1}.internal-navbar__link.active{color:#1b1464;color:var(--text-02-color);border-color:#1b1464;border-color:var(--text-02-color);border-bottom-style:solid;border-bottom-width:2px;opacity:1}.internal-navbar__link.active>.internal-navbar__bubble{background-color:#ff968f;background-color:var(--bg-elements-04);border:1px solid rgba(0,0,0,0)}.internal-navbar__link.active .internal-navbar__bubble-number{color:#fff;color:var(--text-06-color)}.related-query{border-color:#ddd;border-color:var(--border-element-01);border-style:solid;border-width:1px;box-sizing:border-box;position:relative;border-radius:24px;background-color:rgba(0,0,0,0);list-style-type:none;padding:15px 20px;margin-bottom:10px;width:100%}@media screen and (min-width: 576px){.related-query{width:calc(50% - 10px)}}@media screen and (min-width: 732px){.related-query:hover{background-color:#f1f1f1;background-color:var(--bg-elements-02)}}.related-query:hover{transition:all .2s ease;box-shadow:0 0 20px rgba(0,0,0,.1)}@media screen and (min-width: 576px){.related-query:nth-child(odd){margin-right:10px}}@media screen and (min-width: 576px){.related-query:nth-child(even){margin-left:10px}}.related-query__link{color:#1b1464;color:var(--text-02-color);border-bottom:none;font-weight:500}.related-query__link:hover{color:#1b1464;color:var(--text-02-color)}.related-query__link::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%}.image-slider{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;position:relative;list-style-type:none;height:130px;overflow-y:hidden}.image-slider__item{position:relative;height:100%;margin-right:10px}.image-slider__item:last-of-type{margin-right:0}.image-slider__image-wrapper{height:100%}.image-slider__image{height:100%;width:unset;max-width:unset}.image-slider__link{border-bottom:none;height:100%}.image-slider__link::before{z-index:1;position:absolute;content:"";top:0;left:0;width:100%;height:100%}.gradient-wrapper{position:relative;margin-right:-0.5rem}.gradient-wrapper::after{content:"";position:absolute;right:0;top:0;height:100%;width:20%;background:linear-gradient(270deg, #f4f4f4 0%, rgba(244, 244, 244, 0) 100%)}.pagination{display:-ms-flexbox;display:flex;list-style-type:none;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:center;justify-content:center;margin:2rem 0;padding:0}@media screen and (min-width: 732px){.pagination{margin:4rem 0}}.pagination.hide{display:none}.pagination__item{position:relative;margin-right:10px;padding:0 10px}@media screen and (min-width: 576px){.pagination__item{margin-right:15px}}.pagination__item:last-of-type{margin-right:0}.pagination__arrow{display:-ms-flexbox;display:flex;background-repeat:no-repeat;position:relative;width:13px;height:13px;margin-right:3px;top:1px;background-size:contain;background-image:url("../../images/icons/icon-arrow-side.svg")}.pagination__arrow--prev{transform:rotate(180deg);transform-origin:center}.pagination__arrow:hover{background-image:url("../../images/icons/icon-arrow-side-light.svg")}.pagination__page{color:#1b1464;color:var(--text-02-color);border-bottom:none;font-weight:500;font-size:1rem}.pagination__page::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%}.pagination__page:hover{color:#999;color:var(--text-05-color)}.pagination__page.disabled,.pagination__page.active{color:#999;color:var(--text-05-color);pointer-events:none}.pagination__page.disabled>.pagination__arrow{background-image:url("../../images/icons/icon-arrow-side-light.svg")}.load-more.hide{display:none}.load-more__wrapper{text-align:center}.search-cta{background-color:#f4f4f4;background-color:var(--bg-search-results);height:100px;min-height:80vh;width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;justify-items:center;-ms-flex-pack:center;justify-content:center}.search-cta__wrapper{margin:0 20px;text-align:center;z-index:3}.search-cta__headline{color:#1b1464;color:var(--text-02-color);font-size:1.125rem;font-weight:400;line-height:130%;margin-bottom:5px}@media screen and (min-width: 732px){.search-cta__headline{font-size:1.375rem;margin-bottom:0}}.search-cta__subline{color:#ff968f;color:var(--text-03-color);font-size:1.125rem;font-weight:400;line-height:130%;margin-bottom:35px}@media screen and (min-width: 732px){.search-cta__subline{font-size:1.375rem}}.search-cta__caption{color:#999;color:var(--text-05-color);font-size:.875rem}@media screen and (min-width: 732px){.search-cta__caption{font-size:1rem}}.search-cta__caption-link{color:#999;color:var(--text-05-color)}.search-cta__caption-link:hover{color:#333;color:var(--text-01-color)}.search-cta__cta{margin-bottom:20px}.vertical-divider{width:1px;height:2rem;background-color:#ddd;margin:1rem auto}@media screen and (min-width: 732px){.vertical-divider{margin:2rem auto}}.hero{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center}@media screen and (max-width: 731px){.hero{min-height:100vh;min-height:calc(var(--vh, 1vh)*100);-ms-flex-pack:center;justify-content:center}}@media screen and (min-width: 732px){.hero{margin:2rem 0}}.hero__section{padding:0 1rem}@media screen and (min-width: 732px){.hero__section{padding:0 2rem}}.hero__logo{display:block;border:2px solid rgba(0,0,0,0);margin:1rem 0}@media screen and (min-width: 732px){.hero__logo{margin:2rem 0}}.hero__logo svg{display:block}.chevron::before{border-style:solid;border-width:.25rem .25rem 0 0;content:"";display:inline-block;height:.9rem;left:.3rem;position:relative;top:.3rem;transform:rotate(-45deg);vertical-align:top;width:.9rem;margin:1rem}.chevron.chevron--down::before{top:0;transform:rotate(135deg)}.pills{list-style:none;margin:0;padding:0;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.pills__pill{background-color:#fff;border-radius:8px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:.5rem 1rem;margin:.25rem;color:#1b1464;font-weight:400;text-align:center;-ms-flex-pack:center;justify-content:center}.pills__pill:hover{color:#333;text-decoration:none}.pills__pill:active,.pills__pill:focus{outline:none;text-decoration:none;box-shadow:0 0 8px rgba(0,0,0,.16)}.pills__pill svg{margin-right:.25rem}.pills__pill--transparent{font-weight:400;color:#777;background-color:rgba(0,0,0,0)}.pills__pill--transparent:hover,.pills__pill--transparent:active,.pills__pill--transparent:focus{color:#333}.pill{transition:all .3s ease;background-color:#fff;border-radius:8px;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;padding:15px 20px;margin:5px 0;color:#333;-ms-flex-pack:center;justify-content:center;font-weight:500;width:100%}@media screen and (min-width: 576px){.pill{width:auto;margin:5px 10px 5px 0}}a.pill:hover{background-color:#ddd;color:#333;text-decoration:none}a.pill:active,a.pill:focus{outline:none;text-decoration:none;box-shadow:0 0 8px rgba(0,0,0,.16)}.polelinks{margin:1rem 0}.polelinks__item{width:auto}.polelinks__item:last-child{margin-right:0}.polelinks__button{box-shadow:0 0 5px 2px #f4f4f4}.polelinks__link{background-color:#fff;border-radius:8px;padding:1rem;display:block;white-space:nowrap;color:#333;font-weight:500}.polelinks__link:hover,.polelinks__link:active,.polelinks__link:focus{background-color:#ddd;text-decoration:none}.panel{padding:24px;background-color:#fff;border-radius:12px}.emoji-panel{display:-ms-inline-flexbox;display:inline-flex;background-color:#f4f4f4;padding:2px;border-radius:4px;-ms-flex:0 0 auto;flex:0 0 auto;margin-right:.5rem;width:22px;height:22px;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.emoji-panel--is-big{font-size:1.4rem;padding:10px;width:32px;height:32px;border-radius:8px}.settings__row{margin:2rem 0}.settings__group{display:-ms-flexbox;display:flex;grid-gap:1rem;-ms-flex-align:start;align-items:flex-start}@media screen and (max-width: 575px){.settings__group{-ms-flex-wrap:wrap;flex-wrap:wrap}}.settings__group--has-link{-ms-flex-align:end;align-items:flex-end}.settings__group+.settings__group{margin-top:2rem}.settings__group+.settings__group:not(.hide-border){border-top:1px solid #e5e5e5;padding-top:2rem}.settings__content{-ms-flex:1 1 auto;flex:1 1 auto}.settings__headline{color:#1b1464;font-weight:500;font-size:20px;line-height:28px;margin-bottom:.25rem}.settings__action{-ms-flex:0 0 auto;flex:0 0 auto}.settings__desc{font-size:14px;color:#777}.settings__desc a{color:#777;text-decoration:underline}.settings__desc a:hover{color:#064cdb}.settings-payment-wrapper{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;grid-gap:1rem;gap:1rem}@media screen and (max-width: 575px){.settings-payment-wrapper{-ms-flex-direction:column;flex-direction:column;text-align:center}}.settings-payment__boxes{list-style:none;margin:0;padding:0;display:-ms-flexbox;display:flex;grid-gap:1rem;gap:1rem}.settings-payment__box{background:#f4f4f4;box-shadow:0 1px 2px rgba(0,0,0,.1),0 1px 1px rgba(0,0,0,.06);border-radius:8px;padding:.5rem;font-size:13px;min-width:96px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:justify;justify-content:space-between}.settings-payment__abo{display:block;text-align:center;color:#000;margin-bottom:1rem}.settings-payment__price{display:block;font-weight:700;font-size:20px;line-height:125%;white-space:nowrap}.settings-result-preferences{list-style:none;margin:0;padding:0;margin-top:1rem}.settings-result-preferences__item{border-top:1px solid #e5e5e5;padding:1rem 0;position:relative;display:-ms-flexbox;display:flex;grid-gap:1rem;gap:1rem;-ms-flex-align:center;align-items:center}.settings-result-preferences__item.is-disabled{opacity:.6;pointer-events:none}.settings-result-preferences__item svg{display:block;-ms-flex:0 1 auto;flex:0 1 auto}.settings-result-preferences__settings{position:absolute;top:.5rem;right:.5rem}.settings-result-preferences__settings-upvote svg path{stroke:#31c449}.settings-result-preferences__settings-downvote svg path{stroke:#ff4133}.settings-result-preferences__settings-toggle{background-color:rgba(0,0,0,0);border:0;cursor:pointer;padding:.25rem}.settings-result-preferences__settings:hover .settings-result-preferences__settings-toggle{background-color:#f4f4f4;border-radius:8px}.settings-result-preferences__settings:hover .settings-result-preferences__settings-toggle svg circle,.settings-result-preferences__settings:hover .settings-result-preferences__settings-toggle svg path{stroke:#1b1464}.settings-result-preferences__settings-toggle svg{display:block}.settings-result-preferences__settings-dropdown{position:absolute;visibility:hidden;pointer-events:none;z-index:500;top:100%;right:0}.settings-result-preferences__settings-dropdown:hover,.settings-result-preferences__settings-toggle:hover+.settings-result-preferences__settings-dropdown{visibility:visible;pointer-events:all}.inactive-wrapper{position:relative}.inactive-wrapper>*{opacity:.4}.inactive-wrapper>* *{pointer-events:none !important}.inactive-wrapper__message{opacity:1;position:absolute;top:5%;left:50%;max-width:80%;width:100%;background-color:#fff;padding:1.5rem;border-radius:15px;transform:translate(-50%, 0);box-shadow:0 1px 2px rgba(0,0,0,.1),0 1px 1px rgba(0,0,0,.06);text-align:center}.widget{padding:20px;border-radius:15px;background:#fff}.widget__topic{color:#1b1464;color:var(--text-02-color);font-weight:500;margin-bottom:1.5rem;font-size:1.125rem}@media screen and (min-width: 732px){.widget__topic{font-size:1.25rem}}.widget__topic.no-margin{margin-bottom:0}.widget__button-wrapper{margin-top:1.5rem}.widget__button-wrapper>*:first-child{margin-right:.625rem}.widget__text{line-height:1.375}.widget__content--with-image{display:-ms-grid;display:grid;-ms-grid-columns:1fr;grid-template-columns:1fr;grid-gap:1.5rem}@media screen and (min-width: 576px){.widget__content--with-image{-ms-grid-columns:auto 160px;grid-template-columns:auto 160px;grid-gap:3rem}.widget__content--with-image .widget__text{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.widget__content--with-image .widget__button-wrapper{margin-top:auto}}.widget-weather__header{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:15px}@media screen and (min-width: 576px){.widget-weather__header{margin-bottom:35px}}.widget-weather__header-topic{font-size:1rem;font-weight:500;color:#1b1464}@media screen and (min-width: 576px){.widget-weather__header-topic{font-size:1.375rem}}.widget-weather__header-description{font-size:1rem;font-weight:300;color:#333}@media screen and (min-width: 576px){.widget-weather__header-description{font-size:1.375rem}}.widget-weather__header-details{display:-ms-flexbox;display:flex;position:relative}.widget-weather__number{font-size:2.5rem;z-index:1;font-weight:300;margin-bottom:0}@media screen and (min-width: 576px){.widget-weather__number{font-size:2.875rem}}.widget-weather__symbol{display:block;position:relative;z-index:1;margin:0 auto}.widget-weather__symbol,.widget-weather__symbol svg{width:48px;height:48px}@media screen and (min-width: 576px){.widget-weather__symbol,.widget-weather__symbol svg{width:54px;height:54px}}.widget-weather__content{position:relative;margin-left:-20px;margin-right:-20px;z-index:10}.widget-weather__content::after{content:"";position:absolute;right:-1px;top:0;height:100%;width:20%;background:linear-gradient(270deg, #ffffff 0%, rgba(244, 244, 244, 0) 100%);z-index:20}@media screen and (min-width: 576px){.widget-weather__content::after{width:10%}}@media screen and (min-width: 732px){.widget-weather__content::after{display:none}}.widget-weather__weekday-card{background-color:#fff;background-color:var(--bg-elements-01);position:relative;padding:10px 20px;border-radius:15px;margin-right:10px;text-align:center;width:100px}@media screen and (min-width: 576px){.widget-weather__weekday-card{width:135px}}@media screen and (min-width: 732px){.widget-weather__weekday-card{width:auto}}@media screen and (min-width: 732px){.widget-weather__weekday-card{border-radius:6px;padding:10px 23px}}.widget-weather__weekday-card:last-of-type{margin-right:0}.widget-weather__weekday-card:not(:last-of-type)::after{content:"";display:block;position:absolute;left:100%;top:50%;margin-top:-0.75rem;background-color:#ddd;width:2px;height:1.5rem;border-radius:10px}.widget-weather__weekday-card .widget-weather__symbol{margin-bottom:.5rem}.widget-weather__day{font-size:1rem;font-weight:500;margin-bottom:5px}@media screen and (min-width: 732px){.widget-weather__day{margin-bottom:12px}}.widget-weather__max-temperature{margin-bottom:5px}.widget-stock__header{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin-bottom:15px}@media screen and (min-width: 576px){.widget-stock__header{margin-bottom:35px;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between}}.widget-stock__topic{font-size:1rem;font-weight:500;color:#1b1464}@media screen and (min-width: 576px){.widget-stock__topic{font-size:1.25rem}}.widget-stock__description{font-size:1rem;font-weight:300;color:#333;margin-bottom:15px}@media screen and (min-width: 576px){.widget-stock__description{font-size:1.25rem}}.widget-stock__details{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;position:relative}.widget-stock__details.rising{color:#31c449}.widget-stock__details.falling{color:#ff4133}.widget-stock__number{font-size:2.5rem;z-index:1;font-weight:300;color:#1b1464;margin:0}@media screen and (min-width: 576px){.widget-stock__number{font-size:3.75rem}}.widget-stock__symbol{display:block;position:relative;z-index:1}.widget-stock__symbol,.widget-stock__symbol svg{width:42px;height:42px;fill:currentColor}@media screen and (min-width: 576px){.widget-stock__symbol,.widget-stock__symbol svg{width:60px;height:60px}}.falling>.widget-stock__symbol{transform:rotate(180deg)}.widget-stock__additional-details{font-size:1rem;margin-left:10px}@media screen and (min-width: 576px){.widget-stock__additional-details{font-size:1.2rem}}.widget-stock__additional-change{font-weight:500;margin:0}.widget-stock__additional-percentage{font-weight:300;margin:0}.widget-stock__meta{display:-ms-flexbox;display:flex;-ms-flex-direction:column-reverse;flex-direction:column-reverse;color:#999;line-height:1.8}@media screen and (min-width: 576px){.widget-stock__meta{-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between;line-height:1.4}}.lottery-table{display:-ms-grid;display:grid;margin-bottom:1rem}@media screen and (min-width: 732px){.lottery-table{-ms-grid-columns:auto 1rem auto 1rem auto;grid-template-columns:auto auto auto;-ms-grid-rows:auto .25rem auto;grid-template-rows:auto auto;grid-template-areas:"title-1 title-2 title-3" "numbers-1 numbers-2 numbers-3";grid-column-gap:1rem;grid-row-gap:.25rem}}.lottery-table__column{color:#777;display:-ms-flexbox;display:flex;line-height:1.4}@media screen and (max-width: 731px){.lottery-table__column{-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:.5rem;-ms-flex-align:end;align-items:flex-end}.lottery-table__column:nth-child(2n){margin-bottom:1rem}}@media screen and (min-width: 732px){.lottery-table__column.title-1{grid-area:title-1}.lottery-table__column.title-2{grid-area:title-2}.lottery-table__column.title-3{grid-area:title-3}.lottery-table__column.numbers-1{grid-area:numbers-1}.lottery-table__column.numbers-2{grid-area:numbers-2}.lottery-table__column.numbers-3{grid-area:numbers-3}}@media screen and (min-width: 732px){.lottery-table__column.title-1{-ms-grid-row:1;-ms-grid-column:1}.lottery-table__column.title-2{-ms-grid-row:1;-ms-grid-column:3}.lottery-table__column.title-3{-ms-grid-row:1;-ms-grid-column:5}.lottery-table__column.numbers-1{-ms-grid-row:3;-ms-grid-column:1}.lottery-table__column.numbers-2{-ms-grid-row:3;-ms-grid-column:3}.lottery-table__column.numbers-3{-ms-grid-row:3;-ms-grid-column:5}}.lottery-table__number{display:-ms-inline-flexbox;display:inline-flex;border-radius:2rem;border:1px solid #ddd;color:#3e3e3e;font-size:1.125rem;font-weight:500;line-height:1;height:2.5rem;padding:0 .5rem;min-width:2.5rem;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}@media screen and (max-width: 731px){.lottery-table__number{margin-right:.25rem;margin-bottom:.25rem}}@media screen and (min-width: 732px){.lottery-table__number:not(.lottery-table__number:last-child){margin-right:.375rem}}.lottery-table__number--special{border-color:#ff968f;background-color:#ff968f;color:#fff}.widget-tellows__desc{border:1px solid #ddd;border-radius:6px;padding:1rem;margin-bottom:1rem;line-height:1.2}.widget-tellows__desc>*{margin-bottom:0}.widget-tellows__desc-headline{padding-bottom:.5rem;font-weight:500;font-size:1.125rem;margin-bottom:.5rem}.widget-tellows__details{-ms-flex-direction:column;flex-direction:column;grid-gap:1rem;font-weight:500;margin-bottom:1rem;display:-ms-grid;display:grid;-ms-grid-columns:(auto)[2];grid-template-columns:repeat(2, auto)}@media screen and (min-width: 732px){.widget-tellows__details{-ms-grid-columns:(auto)[4];grid-template-columns:repeat(4, auto)}}.widget-tellows__details-headline{display:block;font-weight:400;margin-bottom:.5rem}.widget-tellows__score{display:-ms-flexbox;display:flex;grid-gap:.25rem}.widget-tellows__score span{border-radius:4px;display:inline-block;padding:.25rem;color:#fff;height:1.5rem}.widget-tellows__score span.active{padding:.25rem .5rem}.widget-tellows__score span:nth-child(1){background-color:#31c449}.widget-tellows__score span:nth-child(2){background-color:#79c425}.widget-tellows__score span:nth-child(3){background-color:#aac100}.widget-tellows__score span:nth-child(4){background-color:#d6bb00}.widget-tellows__score span:nth-child(5){background-color:#ffb200}.widget-tellows__score span:nth-child(6){background-color:#ff9903}.widget-tellows__score span:nth-child(7){background-color:#ff7f15}.widget-tellows__score span:nth-child(8){background-color:#ff6225}.widget-tellows__score span:nth-child(9){background-color:#ff4133}.widget-tellows__type.score-1{color:#31c449}.widget-tellows__type.score-2{color:#79c425}.widget-tellows__type.score-3{color:#aac100}.widget-tellows__type.score-4{color:#d6bb00}.widget-tellows__type.score-5{color:#ffb200}.widget-tellows__type.score-6{color:#ff9903}.widget-tellows__type.score-7{color:#ff7f15}.widget-tellows__type.score-8{color:#ff6225}.widget-tellows__type.score-9{color:#ff4133}.hero-section{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;margin:2rem 0;padding:0 2rem}.hero-section--stretch{height:77vh}.hero-section--centered{text-align:center}.hero-section__logo{display:block;border:2px solid rgba(0,0,0,0);margin:1rem 0}@media screen and (max-width: 575px){.hero-section__logo{width:60px}}@media screen and (min-width: 732px){.hero-section__logo{margin:2rem 0}}.hero-section__logo svg{display:block;margin:0 auto;width:100%;height:auto}.hero-section__logo:focus,.hero-section__logo:focus-within{outline:none;border:2px solid #1b1464;border-radius:20px}.feature-section{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding:0 20px;max-width:1170px;margin:0 auto 50px}@media screen and (min-width: 576px){.feature-section{-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between;margin:0 auto 70px}}@media screen and (min-width: 992px){.feature-section{margin:0 auto 90px}}.feature-section__feature-wrapper{width:100%;-ms-flex-order:2;order:2}@media screen and (min-width: 576px){.feature-section__feature-wrapper{width:40%;-ms-flex-order:1;order:1;padding-top:40px}}.feature-section__feature{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-bottom:15px}@media screen and (min-width: 576px){.feature-section__feature{margin-bottom:30px}}.feature-section__feature:last-of-type{margin-bottom:0}.feature-section__feature-text{font-family:"Walsheim Pro",Arial,sans-serif;font-size:1rem;font-weight:normal}@media screen and (min-width: 992px){.feature-section__feature-text{font-size:1.375rem}}.feature-section__image{width:100%;-ms-flex-order:1;order:1;margin-bottom:30px;z-index:1;position:relative}@media screen and (min-width: 576px){.feature-section__image{width:60%;-ms-flex-order:2;order:2;margin-bottom:0}}.search-hero{height:100px;min-height:100vh;min-height:calc(var(--vh, 1vh)*100);display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;margin:0 1.5rem;position:relative;padding-bottom:1.5rem}.search-hero__wrapper{margin:auto;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column;max-width:735px;width:100%;-ms-flex-pack:justify;justify-content:space-between}@media screen and (min-width: 732px){.search-hero__wrapper{-ms-flex-direction:row;flex-direction:row}}.search-hero__logo{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-bottom:3rem}@media screen and (min-width: 732px){.search-hero__logo{margin-bottom:0;margin-right:3rem}}.search-hero__logo svg{width:115px;height:auto}.search-hero__link-list{list-style:none;margin:0;padding:0}.search-hero__link{font-size:.875rem}@media screen and (min-width: 732px){.search-hero__link{font-size:1rem}}@media screen and (max-width: 575px){.search-hero__link{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}}.search-hero__content{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:justify;justify-content:space-between;width:100%;height:100%}.search-hero__input{margin-bottom:1.5rem;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.search-hero__headline{color:#1b1464;color:var(--text-02-color);font-size:1rem;font-weight:400;text-align:center;margin-bottom:30px;line-height:130%}@media screen and (min-width: 576px){.search-hero__headline{font-size:1.25rem}}.search-hero__cta{margin:0 auto 10px;text-align:center;font-size:.875rem}@media screen and (min-width: 732px){.search-hero__cta{font-size:1rem}}.search-hero__text-content{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin-bottom:40px}.search-hero__arrow-down{transition:all .2s ease;display:block;background-repeat:no-repeat;width:14px;height:8px;background-size:contain;margin:0 auto;background-image:url("../../../images/icons/icon-arrow-down.svg")}.search-hero__cta-wrapper{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.search-hero__cta-wrapper:hover .search-hero__arrow-down{transition:all .1s ease;transform:translateY(5px)}.search-hero__features-list{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;list-style:none;margin:0 0 auto}.search-hero__features-item{color:#999;color:var(--text-05-color);font-size:1rem;margin-bottom:15px;position:relative}.search-hero__features-item::before{border-color:#ddd;border-color:var(--border-element-01);border-style:solid;border-width:1px;display:-ms-inline-flexbox;display:inline-flex;vertical-align:text-bottom;content:"";position:relative;width:20px;height:20px;border-radius:20px;margin-right:10px}.search-hero__mobile-button-container{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;width:100%}.search-features{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;min-height:100vh}.search-features__wrapper{max-width:640px;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;margin:2rem 0}@media screen and (min-width: 576px){.search-features__wrapper{margin:4rem 0}}.search-features__image-wrapper{min-width:50px;margin-right:10px;padding-top:calc(1.875rem + 15px)}@media screen and (min-width: 732px){.search-features__image-wrapper{margin-right:20px;min-width:100px;padding-top:calc(1.875rem + 20px)}}@media screen and (min-width: 732px){.search-features__image-wrapper{margin-right:30px}}.search-features__image-wrapper:last-of-type{margin-bottom:0}.search-features__topic{color:#1b1464;color:var(--text-02-color);font-weight:400;font-size:1.5rem;margin-bottom:10px}@media screen and (min-width: 732px){.search-features__topic{font-size:1.875rem}}.search-features__text{color:#333;color:var(--text-01-color);font-weight:400;line-height:150%;font-size:1rem}@media screen and (min-width: 732px){.search-features__text{font-size:1.125rem}}.teaser{--swipe: 0;position:relative;background-color:#fff;border-radius:12px;padding:15px;margin-bottom:10px}@media screen and (min-width: 732px){.teaser{margin-bottom:20px}}@media(hover: none){.teaser--has-mobile-gestures{padding:0;overflow:hidden}}.teaser--transparent{background-color:rgba(0,0,0,0);border-radius:0;padding:0}.teaser.has-logo-deco{overflow:hidden}@media screen and (min-width: 576px){.teaser.has-logo-deco{padding-right:15%}}.teaser.has-logo-deco>*{position:relative;z-index:1}.teaser.has-logo-deco::before{content:"";width:50%;height:100%;position:absolute;top:0;right:0;background-image:url("../../images/logo-nona.svg");background-size:auto 150%;background-position:left center;z-index:0;opacity:.4}@media screen and (min-width: 576px){.teaser.has-logo-deco::before{width:14%;opacity:1}}.teaser__close svg{display:block}.teaser__close svg path{fill:#777}.teaser__content{-ms-flex:0 1 100%;flex:0 1 100%}.teaser__image-wrapper{-ms-flex:1 1 155px;flex:1 1 155px;position:relative;overflow:hidden}.teaser__image{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);min-width:100%;max-width:100%;min-height:100%;-o-object-fit:cover;object-fit:cover}.teaser__image-meta{position:absolute;bottom:.5rem;right:.5rem}.teaser__image-meta-info{border-radius:6px;background-color:rgba(255,255,255,.9);color:#333;padding:.25rem;font-size:.75rem;display:block}.teaser__topline{display:block;line-height:1.1;color:#ff968f;margin-bottom:.25rem;text-overflow:ellipsis;text-decoration:none;white-space:nowrap;overflow:hidden;margin-right:20%;font-size:.875rem}@media screen and (min-width: 732px){.teaser__topline{font-size:1rem}}.teaser__bottomline{display:block;font-size:.875rem}.teaser__link{display:block;color:#1b1464;-webkit-text-decoration-color:#1b1464;text-decoration-color:#1b1464}.teaser__link:hover,.teaser__link:active,.teaser__link:focus{text-decoration:underline;color:#1b1464;-webkit-text-decoration-color:#1b1464;text-decoration-color:#1b1464}.teaser__link:visited{color:#6f1b96}.teaser__link:visited:hover,.teaser__link:visited:active,.teaser__link:visited:focus{-webkit-text-decoration-color:#6f1b96;text-decoration-color:#6f1b96}.teaser__headline{display:block;font-weight:500;margin-top:.5rem;margin-bottom:10px;font-size:1rem;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;color:#1b1464}@media screen and (min-width: 732px){.teaser__headline{font-size:1.125rem}}.teaser--has-meta .teaser__headline{margin-right:20%}.teaser__text{margin-bottom:0;color:#333;font-weight:400;font-size:.875rem;line-height:1.25rem;word-break:break-word}@media screen and (min-width: 732px){.teaser__text{font-size:1rem;line-height:1.375rem}}.teaser__subline{list-style:none;margin:0;padding:0;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:.875rem;font-weight:400;color:#333}.teaser__subline--mobile{width:100%}@media screen and (min-width: 576px){.teaser__subline--mobile{display:none}}.teaser__subline--desktop{display:none}@media screen and (min-width: 576px){.teaser__subline--desktop{display:-ms-flexbox;display:flex}}.teaser__subline li{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;margin-right:1rem;line-height:1rem}.teaser__subline .icon{margin-right:.25rem}.teaser__text+.teaser__subline{margin-top:.5rem}@media screen and (min-width: 576px){.teaser__text+.teaser__subline{margin-top:1.25rem}}.teaser__meta{position:absolute;top:15px;right:10px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}@media screen and (min-width: 732px){.teaser__meta{right:15px}}.teaser__label{border-radius:12px;border:1px solid #ddd;text-transform:uppercase;font-size:.625rem;line-height:1;padding:0 .625rem;height:1.4rem;color:#3e3e3e;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-right:.75rem}.teaser__label:hover,.teaser__label:active,.teaser__label:focus{color:#3e3e3e;text-decoration:none}@media(hover: none){.teaser__container{position:relative;padding:15px;z-index:10;background-color:#fff;border-radius:12px;transform:translateX(var(--swipe));transition:transform .2s ease-out}}.teaser__preferences{position:absolute;z-index:0;top:0;left:0;width:100%;height:100%;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;border-radius:12px;overflow:hidden;border:1px solid #f4f4f4}@media(hover: hover){.teaser__preferences{display:none}}.teaser__preferences-upvote,.teaser__preferences-downvote{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;text-align:center;padding:1rem 2rem 1rem 1rem;-ms-flex:0 0 calc(100px + 1rem);flex:0 0 calc(100px + 1rem);color:#fff;background-color:#064cdb;grid-gap:.25rem;gap:.25rem;-ms-flex-pack:center;justify-content:center}.teaser__preferences-upvote svg path,.teaser__preferences-downvote svg path{stroke:#fff}.teaser__preferences-upvote span,.teaser__preferences-downvote span{display:block}.teaser__preferences-downvote{padding:1rem 1rem 1rem 2rem;background-color:#ff4133}.teaser__settings{visibility:hidden;pointer-events:none;position:absolute;top:.5rem;right:.5rem}@media(hover: none){.teaser__settings{z-index:15;visibility:visible}.teaser__settings.visible{visibility:visible}}@media(hover: hover){.teaser__settings{pointer-events:inherit}.teaser__settings.visible,.teaser:hover .teaser__settings{visibility:visible}}.teaser__settings-upvote svg path{stroke:#064cdb}.teaser__settings-downvote svg path{stroke:#ff4133}@media(hover: none){.teaser__settings-neutral{display:none}}.teaser__settings-toggle{background-color:rgba(0,0,0,0);border:0;cursor:pointer;padding:.25rem}.teaser__settings:hover .teaser__settings-toggle{background-color:#f4f4f4;border-radius:8px}.teaser__settings:hover .teaser__settings-toggle svg circle,.teaser__settings:hover .teaser__settings-toggle svg path{stroke:#1b1464}.teaser__settings-toggle svg{display:block}@media screen and (max-width: 575px){.teaser__settings-toggle svg{width:20px;height:20px}}.teaser__settings-dropdown{position:absolute;visibility:hidden;pointer-events:none;z-index:500;top:100%;right:0}.teaser__settings-dropdown:hover,.teaser__settings-toggle:hover+.teaser__settings-dropdown{visibility:visible;pointer-events:all}.teaser--horizontal{padding:15px;overflow:hidden}@media screen and (min-width: 576px){.teaser--horizontal{display:-ms-flexbox;display:flex}}@media screen and (max-width: 575px){.teaser--horizontal .teaser__text{display:none}}.teaser--horizontal .teaser__content{padding:0;width:calc(100% - 87px);min-height:72px}@media screen and (min-width: 576px){.teaser--horizontal .teaser__content{width:calc(100% - 155px)}}.teaser--horizontal .teaser__image-wrapper{margin-left:.5rem;margin-bottom:.5rem;width:72px;float:right}@media screen and (min-width: 576px){.teaser--horizontal .teaser__image-wrapper{margin-left:0;margin-bottom:0;margin-right:1rem;-ms-flex:1 0 140px;flex:1 0 140px;float:none}}.teaser--horizontal .teaser__image{position:relative;width:100%;height:auto;top:auto;left:auto;min-width:0;min-height:0;max-width:none;max-height:none;transform:none;border-radius:6px}@media screen and (min-width: 576px){.teaser--reverse-horizontal{display:-ms-flexbox;display:flex;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}@media screen and (min-width: 576px){.teaser--reverse-horizontal .teaser__image-wrapper{margin-right:0;margin-left:1rem}}.news-teaser{background-color:#fff;background-color:var(--bg-elements-01);position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%;overflow:hidden;border-radius:15px}.news-teaser__image-wrapper{position:relative;height:124px;overflow:hidden;-ms-flex:0 0 124px;flex:0 0 124px;background-color:#999}.news-teaser__image{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);min-width:100%;max-width:100%;min-height:100%;-o-object-fit:cover;object-fit:cover}.news-teaser__time-wrapper{background-color:rgba(0,0,0,.5);background-color:var(--bg-elements-08);position:absolute;bottom:10px;right:10px;padding:4px 5px;border-radius:6px}.news-teaser__time{color:#fff;color:var(--text-06-color);font-size:.875rem}.news-teaser__content{padding:15px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;height:100%}.news-teaser__link{border-bottom:none;width:100%;color:#1b1464}.news-teaser__link:hover,.news-teaser__link:active,.news-teaser__link:focus{text-decoration:underline;-webkit-text-decoration-color:#1b1464;text-decoration-color:#1b1464}.news-teaser__headline{color:#1b1464;color:var(--text-02-color);font-size:1.125rem;font-weight:500;margin-bottom:10px;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}@media screen and (min-width: 732px){.news-teaser__headline{font-size:1.125rem;line-height:1.4rem}}.news-teaser__source{color:#ff968f;color:var(--text-03-color);font-weight:400;line-height:1.125rem;margin-bottom:2px}.news-teaser__published{color:#333;font-size:.875rem;font-weight:400;line-height:1rem;margin:0}.news-teaser__details{-ms-flex-item-align:end;-ms-grid-row-align:end;align-self:end;width:100%}.image-teaser__link{display:block}.image-teaser__wrapper{position:relative;overflow:hidden;border-radius:12px}.image-teaser__image{display:block;max-width:none;height:200px;width:auto}.image-teaser__image-meta{position:absolute;bottom:.5rem;right:.5rem}.image-teaser__image-meta-info{border-radius:6px;background-color:rgba(255,255,255,.9);color:#333;padding:.25rem;font-size:.75rem;display:block}.image-result-teaser{padding:.5rem;-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-negative:1;flex-shrink:1;-ms-flex-positive:var(--image-result-teaser-aspect-ratio);flex-grow:var(--image-result-teaser-aspect-ratio);overflow:hidden}@media screen and (min-width: 732px)and (max-width: 2000px){.image-result-teaser.open{padding-bottom:calc(.5rem + 400px)}}.image-result-teaser__handle{display:block;position:relative;overflow:hidden}.image-result-teaser__handle,.image-result-teaser__handle:hover,.image-result-teaser__handle:active,.image-result-teaser__handle:focus{color:#1b1464}.image-result-teaser__wrapper{position:relative;overflow:hidden;border-radius:12px}.image-result-teaser__image{display:block;max-width:none;height:auto;width:100%}.image-result-teaser__content{width:100%;margin-top:.5rem;margin-bottom:.5rem}.image-result-teaser__subtitle,.image-result-teaser__url{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.image-result-teaser__subtitle{color:#1b1464}.image-result-teaser__url{color:#777;font-size:.875rem}.image-result-teaser__detail-wrapper{display:none;z-index:500}@media screen and (max-width: 731px){.image-result-teaser__detail-wrapper{position:fixed;top:0;left:0;right:0;bottom:0}}@media screen and (min-width: 2000px){.image-result-teaser__detail-wrapper{position:fixed;-ms-flex-align:center;align-items:center;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.25);display:-ms-flexbox;display:flex;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-ms-flex-pack:end;justify-content:flex-end}}.image-result-teaser.open .image-result-teaser__detail-wrapper{display:-ms-flexbox;display:flex}@media screen and (max-width: 731px){.image-result-teaser__detail{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#fff;color:#3e3e3e}}@media screen and (min-width: 732px)and (max-width: 2000px){.image-result-teaser__detail{position:absolute;top:auto;left:0;width:100%;height:400px;padding:1rem 4rem;background-color:#3e3e3e;color:#fff}.image-result-teaser__detail>*{-ms-flex:0 1 50%;flex:0 1 50%;padding:1rem}}@media screen and (min-width: 2000px){.image-result-teaser__detail{position:relative;width:75%;height:75%;min-width:800px;min-height:500px;max-width:1200px;max-height:900px;background-color:#fff;border-radius:24px;padding:2rem}}.image-result-teaser__detail .image-result-teaser__url{color:#ff968f}.image-result-teaser__detail-image{max-width:100%;max-height:100%;height:auto;width:auto;margin:0 auto}.image-result-teaser--minimal .image-result-teaser__image{height:200px;width:auto;max-width:none}.video-teaser{background-color:#fff;background-color:var(--bg-elements-01);position:relative;-ms-flex:1 1 100%;flex:1 1 100%;min-width:220px;margin-right:20px;border-radius:15px;overflow:hidden;list-style-type:none}@media screen and (min-width: 732px){.video-teaser{min-width:unset}.video-teaser:hover{transition:box-shadow .2s ease;box-shadow:0 0 20px rgba(0,0,0,.1)}}.video-teaser:last-of-type{margin-right:0}.video-teaser__video{color:#1b1464;color:var(--text-02-color);display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:stretch;justify-content:stretch;height:100%;width:100%;border-bottom:0}.video-teaser__video-wrapper{position:relative;min-height:124px;max-height:124px;height:100%;overflow:hidden}.video-teaser__image{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:auto;height:100%;max-width:none;-o-object-fit:cover;object-fit:cover}.video-teaser__time-wrapper{background-color:rgba(0,0,0,.5);background-color:var(--bg-elements-08);position:absolute;bottom:10px;right:10px;padding:4px 5px;border-radius:6px}.video-teaser__time{color:#fff;color:var(--text-06-color);font-size:.875rem}.video-teaser__content{padding:10px 20px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;height:100%}.video-teaser__link{border-bottom:none;width:100%}.video-teaser__link::before{position:absolute;content:"";top:0;left:0;width:100%;height:100%}.video-teaser__headline{color:#1b1464;color:var(--text-02-color);font-size:1.125rem;font-weight:500;margin-bottom:10px}@media screen and (min-width: 732px){.video-teaser__headline{font-size:1.125rem;line-height:1.4rem}}.video-teaser__source{color:#ff968f;color:var(--text-03-color);font-weight:400;line-height:1.125rem;margin-bottom:2px}.video-teaser__published{color:#999;color:var(--text-05-color);font-size:.75rem;font-weight:400;line-height:.875rem}.video-teaser__details{-ms-flex-item-align:end;-ms-grid-row-align:end;align-self:end;width:100%}.video-result-teaser{background-color:#fff;background-color:var(--bg-elements-01);position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%;overflow:hidden;border-radius:15px}.video-result-teaser__image-wrapper{position:relative;overflow:hidden;-ms-flex:0 0 auto;flex:0 0 auto;background-color:#999;padding-bottom:calc(56.25% - 4px)}.video-result-teaser__image{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);min-width:100%;max-width:100%;min-height:100%;-o-object-fit:cover;object-fit:cover}.video-result-teaser__image-meta{position:absolute;bottom:.5rem;right:.5rem}.video-result-teaser__image-duration{border-radius:6px;background-color:rgba(255,255,255,.9);color:#333;padding:.25rem;font-size:.75rem;display:block}.video-result-teaser__topline{display:block;line-height:1.2;color:#ff968f;text-decoration:none;font-size:.875rem}.video-result-teaser__content{padding:15px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;height:100%}.video-result-teaser__link{width:100%}.video-result-teaser__link:hover,.video-result-teaser__link:active,.video-result-teaser__link:focus{text-decoration:none}.video-result-teaser__link::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0}.video-result-teaser__headline{color:#1b1464;color:var(--text-02-color);font-size:1.125rem;font-weight:500;margin-bottom:10px;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;color:#1b1464;position:relative;line-height:1.2rem;width:100%;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;/*! autoprefixer: ignore next */-webkit-box-orient:vertical}@media screen and (min-width: 732px){.video-result-teaser__headline{font-size:1.125rem;line-height:1.4rem}}.video-result-teaser__headline:hover,.video-result-teaser__headline:active,.video-result-teaser__headline:focus{text-decoration:underline}.video-result-teaser__source{color:#ff968f;color:var(--text-03-color);display:block;overflow:hidden;text-overflow:ellipsis;margin:0;font-weight:500;font-size:.875rem;line-height:1.4}.video-result-teaser__published{color:#333;font-weight:400;margin:0;line-height:1.4}.video-result-teaser__details{display:block;width:100%;-ms-flex-item-align:end;-ms-grid-row-align:end;align-self:end;-ms-flex-pack:justify;justify-content:space-between;margin-top:.5rem;font-size:.875rem;line-height:1rem}.horizontal-teaser{list-style-type:none;height:100%}.horizontal-teaser__article{color:#1b1464;color:var(--text-02-color);background-color:#fff;background-color:var(--bg-elements-01);display:-ms-flexbox;display:flex;position:relative;border-radius:15px;overflow:hidden;list-style-type:none;margin-bottom:10px;-ms-flex-wrap:nowrap;flex-wrap:nowrap;border-bottom:0}@media screen and (min-width: 732px){.horizontal-teaser__article{min-width:unset}.horizontal-teaser__article:hover{transition:box-shadow .2s ease;box-shadow:0 0 20px rgba(0,0,0,.1)}}.horizontal-teaser__image-wrapper{-ms-flex:1 1 155px;flex:1 1 155px;position:relative;overflow:hidden}.horizontal-teaser__image{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);min-width:100%;max-width:100%;min-height:100%;-o-object-fit:cover;object-fit:cover}.horizontal-teaser__content{padding:15px;-ms-flex:0 1 100%;flex:0 1 100%}@media screen and (min-width: 732px){.horizontal-teaser__content{padding:20px}}.horizontal-teaser__description{color:#333;color:var(--text-01-color);font-weight:400;font-size:.875rem;line-height:1.25rem;margin-bottom:15px}@media screen and (min-width: 732px){.horizontal-teaser__description{font-size:1rem;line-height:1.375rem}}.horizontal-teaser__source{color:#ff968f;color:var(--text-03-color);font-weight:400;font-size:.875rem;margin-bottom:2px}@media screen and (min-width: 732px){.horizontal-teaser__source{font-size:1rem}}.horizontal-teaser__source:last-child{margin-bottom:0}.horizontal-teaser__headline{color:#1b1464;color:var(--text-02-color);font-size:1rem;font-weight:500;margin-bottom:5px}@media screen and (min-width: 732px){.horizontal-teaser__headline{font-size:1.125rem;line-height:1.4rem}}.horizontal-teaser__headline--news{margin-bottom:10px}.horizontal-teaser__published{color:#999;color:var(--text-05-color);font-size:.75rem;font-weight:400}@media screen and (min-width: 732px){.horizontal-teaser__published{font-size:.875rem}}.horizontal-teaser__link{color:#1b1464;color:var(--text-02-color);text-decoration:none}.horizontal-teaser__link::before{position:absolute;content:"";top:0;left:0;width:100%;height:100%}.square-teaser{list-style-type:none;margin-right:10px;max-width:132px;width:100%;-ms-flex-negative:0;flex-shrink:0;position:relative}.square-teaser:last-of-type{margin-right:0}.square-teaser__image-wrapper{border-radius:15px;width:100%;height:132px;margin-bottom:5px;position:relative;overflow:hidden}.square-teaser__image{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:auto;height:100%;max-width:none;-o-object-fit:cover;object-fit:cover}.square-teaser__link{color:#1b1464;color:var(--text-02-color);margin-bottom:0;border-bottom:none;font-size:1.125rem;font-weight:500}.square-teaser__link::before{position:absolute;content:"";top:0;left:0;width:100%;height:100%}.square-teaser__link:hover{color:var(--text-02-color)}.entity-teaser__wrapper{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;overflow:visible;padding:15px;background-color:#fff;border-radius:12px}@media screen and (min-width: 576px){.entity-teaser__wrapper{-ms-flex-direction:row;flex-direction:row}}.entity-teaser__content{padding:0}@media screen and (min-width: 576px){.entity-teaser__content{width:calc(100% - 141px)}}.entity-teaser__image-wrapper{position:relative;overflow:hidden;margin-bottom:1rem}@media screen and (min-width: 576px){.entity-teaser__image-wrapper{margin-bottom:0;margin-right:1rem;-ms-flex:1 0 140px;flex:1 0 140px}}.entity-teaser__image{position:relative;width:140px;height:auto;border-radius:6px}.entity-teaser__topline{display:block;font-size:1rem;line-height:1.2;color:#ff968f;margin-bottom:5px;text-overflow:ellipsis;text-decoration:none;white-space:nowrap;overflow:hidden;margin-right:20%}.entity-teaser__headline{display:block;font-weight:500;margin-bottom:.5rem;font-size:1.125rem;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}@media screen and (min-width: 732px){.entity-teaser__headline{font-size:1.25rem}}.entity-teaser--has-meta .entity-teaser__headline{margin-right:20%}.entity-teaser__category{font-size:1.125rem;font-weight:400;color:#1b1464;margin-bottom:1.5rem}.entity-teaser__link{display:block;color:#1b1464;-webkit-text-decoration-color:#1b1464;text-decoration-color:#1b1464}.entity-teaser__link:hover,.entity-teaser__link:active,.entity-teaser__link:focus{text-decoration:underline;color:#1b1464;-webkit-text-decoration-color:#1b1464;text-decoration-color:#1b1464}.entity-teaser__link:visited{color:#6f1b96}.entity-teaser__link:visited:hover,.entity-teaser__link:visited:active,.entity-teaser__link:visited:focus{-webkit-text-decoration-color:#6f1b96;text-decoration-color:#6f1b96}.entity-teaser__text{margin-bottom:1rem;color:#333;font-weight:400;font-size:.875rem;line-height:1.25rem;word-break:break-word}@media screen and (min-width: 732px){.entity-teaser__text{font-size:1rem;line-height:1.375rem}}.entity-teaser__subline{list-style:none;margin:0;padding:0;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;color:#999;font-size:.75rem;font-weight:400;margin-top:.5rem}@media screen and (min-width: 732px){.entity-teaser__subline{font-size:.875rem}}.entity-teaser__subline li{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:.5rem}.entity-teaser__subline li:not(:first-child)::before{content:"•";display:inline-block;margin:0 .5rem 0 0}.entity-teaser__subline a,.entity-teaser__subline a:visited{color:#999}.entity-teaser__subline a:focus,.entity-teaser__subline a:active,.entity-teaser__subline a:hover{color:#999;text-decoration:underline}.entity-teaser__text+.entity-teaser__subline{margin-top:10px}.result-preference-settings{margin-top:.25rem;background-color:#fff;padding:1.25rem 1rem;border-radius:8px;border:1px solid #ddd;font-size:.875rem;font-weight:500;color:#737373;text-align:center}.result-preference-settings__text{color:#3e3e3e}.result-preference-settings>*+*,.result-preference-settings__options>*+*{margin-top:.75rem}.result-preference-settings__options{margin-bottom:.5rem}.result-preference-settings__link{color:#1b1464;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;gap:.25rem;grid-gap:.25rem}.result-preference-settings__link svg{width:16px;height:16px}.result-preference-settings__link svg path{fill:#1b1464;stroke:#1b1464}.result-preference-settings input{clip:rect(1px, 1px, 1px, 1px);width:1px;height:1px;overflow:hidden;position:absolute}.result-preference-settings__option{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;color:#333;font-size:1rem;border-radius:24px;padding:.5rem .75rem;border:1px solid #ddd;outline:1px solid rgba(0,0,0,0);cursor:pointer;gap:.5rem;grid-gap:.5rem;white-space:nowrap;font-weight:400}.result-preference-settings__option:hover,input:checked+.result-preference-settings__option{border-color:#064cdb;outline-color:#064cdb;color:#064cdb}.result-preference-settings__option:hover svg circle,.result-preference-settings__option:hover svg path,input:checked+.result-preference-settings__option svg circle,input:checked+.result-preference-settings__option svg path{stroke:#064cdb}input:disabled+.result-preference-settings__option,input:disabled+.result-preference-settings__option:hover{border-color:#777;outline-color:rgba(0,0,0,0);color:#777}input:disabled+.result-preference-settings__option svg circle,input:disabled+.result-preference-settings__option svg path,input:disabled+.result-preference-settings__option:hover svg circle,input:disabled+.result-preference-settings__option:hover svg path{stroke:#777}.showMoreText{border-bottom-right-radius:0;border-bottom-left-radius:0}.showMoreText__full-text{display:none}.showMoreText__short-text{display:block}.showMoreText .show .showMoreText__full-text{display:block}.showMoreText .show .showMoreText__short-text{display:none}.showMoreTextButton{border-top:1px solid #e5e5e5;border-radius:0 0 12px 12px}.showMoreTextButton .showMoreTextButton__more{display:block;pointer-events:none}.showMoreTextButton .showMoreTextButton__less{display:none;pointer-events:none}.showMoreTextButton.show .showMoreTextButton__more{display:none}.showMoreTextButton.show .showMoreTextButton__less{display:block}html.landingpage{font-size:16px}@media screen and (min-width: 992px){html.landingpage{font-size:22px}}.lp-article-flow>*{margin-bottom:0}.lp-article-flow>*+*{margin-top:1rem}.lp-content-flow>*{margin-bottom:0}.lp-content-flow>*+*{margin-top:2rem}.lp-container{max-width:800px;margin:0 auto;padding:0 1rem}.lp-container--narrow{max-width:720px}.lp-container--wide{max-width:940px}.lp-container--extended{max-width:1140px}.lp-section{margin:4rem 0}.lp-section--theme-grey{background-color:#f4f4f4;padding:3rem 0}.lp-topline{display:block;margin-bottom:0;color:#999}.lp-topline--has-margin{margin-bottom:1rem}.lp-headline{margin-bottom:1rem;color:#1b1464;line-height:1.4;letter-spacing:-2px}.lp-headline--kicker{text-align:center;font-size:1.875rem;line-height:1;margin-top:2rem}@media screen and (min-width: 576px){.lp-headline--kicker{font-size:4rem}}@media screen and (min-width: 992px){.lp-headline--kicker{margin-top:5rem}}.lp-headline--kicker .strike{position:relative;text-decoration:none;font-weight:300}.lp-headline--kicker .strike::after{content:"";width:100%;height:4px;border-radius:4px;background-color:#ff968f;position:absolute;top:50%;left:0;transform:rotate(-2.55deg)}.lp-headline--kicker strong{color:#ff968f}.lp-headline--1{font-size:1.8rem;line-height:1}@media screen and (min-width: 732px){.lp-headline--1{font-size:2.5rem}}.lp-headline--2{font-size:1.75rem}.lp-headline--3{margin-top:2rem;color:#333;font-size:1.375rem}.lp-headline--4{margin-top:2rem;color:#333;font-size:1.25rem}.lp-button{transition:all .3s ease;display:-ms-inline-flexbox;display:inline-flex;padding:.75rem 1.5rem;font-size:1rem;line-height:1;font-weight:500;border-radius:34px;cursor:pointer;color:#1b1464;-ms-flex-align:center;align-items:center}.lp-button:hover{text-decoration:none;transform:translateY(-2px);box-shadow:0 0 20px rgba(0,0,0,.1)}.lp-button:focus,.lp-button:active{text-decoration:none}.lp-button:disabled{opacity:.6}.lp-button--small{font-size:.8rem;padding:.55rem 1rem}.lp-button--filled{background-color:#1b1464;color:#fff}.lp-button--filled svg{fill:#fff}.lp-button--filled:hover,.lp-button--filled:active,.lp-button--filled:focus{background-color:#1b1464;color:#fff}.lp-button--white{background-color:#fff;color:#03020e}.lp-button--white svg{fill:#fff}.lp-button--white:hover,.lp-button--white:active,.lp-button--white:focus{background-color:#fff;color:#03020e}.lp-button--transparent{background-color:rgba(0,0,0,0);color:#1b1464}.lp-button--transparent:hover,.lp-button--transparent:active,.lp-button--transparent:focus{color:#6f1b96}.lp-button--sky{color:#5cadff}.lp-button.lp-button--sky.lp-button--filled{background-color:#5cadff;color:#fff}.lp-button.lp-button--sky.lp-button--filled svg{fill:#fff}.lp-button.lp-button--sky.lp-button--filled:hover,.lp-button.lp-button--sky.lp-button--filled:active,.lp-button.lp-button--sky.lp-button--filled:focus{background-color:#5cadff;color:#fff}.lp-button__icon{display:block;width:24px;height:24px}.lp-button__text+.lp-button__icon,.lp-button__icon+.lp-button__text{margin-left:.5rem}.lp-teaser{position:relative;width:100%;height:100%;margin-bottom:1rem;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:justify;justify-content:space-between}@media screen and (min-width: 992px){.lp-teaser{font-size:1.375rem}}.lp-teaser p{margin-bottom:0}.lp-teaser__icon,.lp-teaser__icon svg{display:block;width:48px;height:48px;margin-bottom:.5rem}@media screen and (min-width: 576px){.lp-teaser__icon,.lp-teaser__icon svg{width:78px;height:78px}}.lp-teaser__headline{margin-bottom:1rem;font-size:1.375rem;line-height:1.2;color:#1b1464}@media screen and (min-width: 732px){.lp-teaser__headline{font-size:1.875rem}}.lp-teaser__content{position:relative;padding:1rem 1rem 0 1rem;-ms-flex:0 1 50%;flex:0 1 50%;z-index:10}@media screen and (min-width: 576px){.lp-teaser__content{padding:2rem 2rem 0 2rem}}.lp-teaser__decoration{position:relative;z-index:10}.lp-teaser--theme{color:#1b1464}.lp-teaser--theme::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;border-radius:12px;overflow:hidden}.lp-teaser--theme-simple{text-align:center;color:#333;font-size:1rem;line-height:1.4}.lp-teaser--theme-simple .lp-teaser__headline{font-size:1.4rem;color:#333}.lp-teaser--theme-simple::before{background-color:#f4f4f4}.lp-teaser--theme-grey::before{background-color:#f4f4f4}.lp-teaser--theme-blue::before{background-color:#e8eeff}@media screen and (min-width: 576px){.lp-teaser--fullwidth{display:-ms-flexbox;display:flex}}@media screen and (min-width: 992px){.lp-teaser--fullwidth{min-height:440px}}@media screen and (min-width: 576px){.lp-teaser--fullwidth .lp-teaser__content{padding:2rem 0 2rem 2rem;-ms-flex:0 1 50%;flex:0 1 50%;width:50%}}@media screen and (min-width: 576px){.lp-teaser--fullwidth .lp-teaser__decoration{position:absolute;bottom:0;right:0;width:50%;height:100%}.lp-teaser--fullwidth .lp-teaser__decoration figure,.lp-teaser--fullwidth .lp-teaser__decoration picture{position:absolute;bottom:0;right:0;width:100%;height:100%;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}.lp-teaser--fullwidth .lp-teaser__decoration figure img,.lp-teaser--fullwidth .lp-teaser__decoration picture img{position:absolute;bottom:0;right:0;height:auto;max-height:100%;width:auto;max-width:none}}@media screen and (min-width: 992px){.lp-teaser--fullwidth .lp-teaser__decoration{width:50%;height:110%}.lp-teaser--fullwidth .lp-teaser__decoration figure{-ms-flex-pack:end;justify-content:flex-end}}.lp-icon-teaser{position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;border:1px solid #ddd;border-radius:12px;width:100%;padding:1rem}@media screen and (min-width: 576px){.lp-icon-teaser{-ms-flex-direction:column;flex-direction:column}}.lp-icon-teaser__icon,.lp-icon-teaser__icon svg{display:block;width:80px;height:80px}@media screen and (min-width: 576px){.lp-icon-teaser__icon,.lp-icon-teaser__icon svg{width:190px;height:190px}}.lp-icon-teaser__content{text-align:left;padding-left:2rem}@media screen and (min-width: 576px){.lp-icon-teaser__content{padding:1rem;text-align:center}}.lp-icon-teaser__headline{font-size:1.25rem;line-height:1.4;color:#333}@media screen and (min-width: 576px){.lp-icon-teaser__headline{font-size:1.875rem}}@media screen and (min-width: 992px){.lp-icon-teaser__headline{font-size:1.4rem}}.lp-icon-teaser__link{color:#1b1464}.lp-icon-teaser__link:hover,.lp-icon-teaser__link:active,.lp-icon-teaser__link:focus{color:#6f1b96}.lp-checklist{list-style:none;margin:0;padding:0;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;font-weight:500;font-size:.75rem;-ms-flex-pack:center;justify-content:center;margin:4rem 0}@media screen and (min-width: 732px){.lp-checklist{font-size:1rem}}.lp-checklist__item{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin:.5rem}.lp-checklist__item svg{margin-right:.5rem}.lp-content{line-height:1.5}.lp-content--center{text-align:center}.lp-content--spacing{margin-top:2rem;margin-bottom:2rem}@media screen and (min-width: 992px){.lp-content--spacing{margin-top:5rem;margin-bottom:5rem}}.lp-content--flex{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (max-width: 575px){.lp-content__text br{display:none}}.lp-grid{margin:-0.5rem;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.lp-grid--align-items-center{-ms-flex-align:center;align-items:center}.lp-col{padding:.5rem;width:100%;-ms-flex:0 0 100%;flex:0 0 100%}@media screen and (min-width: 576px){.lp-col--6{width:50%;-ms-flex:0 0 50%;flex:0 0 50%}}@media screen and (min-width: 576px){.lp-col--4{width:33.3333333333%;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%}}@media screen and (min-width: 576px){.lp-col--60{padding:1.5rem;width:65%;-ms-flex:0 0 60%;flex:0 0 60%}}@media screen and (min-width: 576px){.lp-col--40{padding:1.5rem;width:35%;-ms-flex:0 0 40%;flex:0 0 40%}}.lp-aboutus-header{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;padding:1rem}@media screen and (min-width: 992px){.lp-aboutus-header{-ms-flex-pack:justify;justify-content:space-between}}.lp-aboutus-header__logo .logo{margin:0}.lp-aboutus-header__cta{display:none}@media screen and (min-width: 992px){.lp-aboutus-header__cta{display:-ms-flexbox;display:flex}}.lp-aboutus-header__cta .lp-button{margin:0}.lp-aboutus-privacy{display:block}.lp-aboutus-privacy__fingerprint{margin:1rem auto}@media screen and (min-width: 576px){.lp-aboutus-privacy__fingerprint{margin:1rem}}.lp-aboutus-privacy__fingerprint,.lp-aboutus-privacy__fingerprint svg{width:64px;height:64px}@media screen and (min-width: 576px){.lp-aboutus-privacy__fingerprint,.lp-aboutus-privacy__fingerprint svg{width:96px;height:96px}}.lp-aboutus-privacy__list{list-style:none;margin:0;padding:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}@media screen and (min-width: 576px){.lp-aboutus-privacy__list{-ms-flex-direction:row;flex-direction:row}}.lp-aboutus-privacy__item{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin:.5rem 0;line-height:1.4;color:#777}@media screen and (min-width: 576px){.lp-aboutus-privacy__item{text-align:left}.lp-aboutus-privacy__item:first-child{-ms-flex-order:2;order:2}.lp-aboutus-privacy__item:nth-child(2){-ms-flex-order:1;order:1}.lp-aboutus-privacy__item:last-child{-ms-flex-order:3;order:3}}.lp-aboutus-privacy__icon{display:block;margin-right:.5rem}.lp-aboutus-privacy__icon,.lp-aboutus-privacy__icon svg{width:24px;height:24px}.lp-aboutus-companies{list-style:none;margin:0;padding:0;margin:2rem 0;display:-ms-grid;display:grid;-ms-grid-columns:1fr .5rem 1fr .5rem 1fr;grid-template-columns:1fr 1fr 1fr;-ms-grid-rows:auto;grid-template-rows:auto;grid-template-areas:". . .";grid-column-gap:.5rem;grid-row-gap:.5rem}@media screen and (min-width: 576px){.lp-aboutus-companies{-ms-grid-columns:1fr 1fr 1fr 1fr;grid-template-columns:1fr 1fr 1fr 1fr;grid-template-areas:". . . ."}}@media screen and (min-width: 992px){.lp-aboutus-companies{-ms-grid-columns:1fr 1fr 1fr 1fr 1fr;grid-template-columns:1fr 1fr 1fr 1fr 1fr;grid-template-areas:". . . . ."}}.lp-aboutus-companies li{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;line-height:1.2}.lp-aboutus-companies__item{display:block;border:1px solid #ddd;border-radius:6px}.lp-aboutus-companies__item svg{display:block;width:100%;height:auto}.lp-aboutus-playstore{display:block}.lp-aboutus-playstore svg{max-width:100%;height:auto}.lp-logo-decoration{position:absolute;display:none;top:0;left:50%;margin-left:-280px;width:560px;height:150px;overflow:hidden}@media screen and (min-width: 992px){.lp-logo-decoration{display:block}}.lp-logo-decoration svg{width:560px;height:560px;display:block;position:absolute;bottom:0;left:0}.sitesearch-hero{height:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;margin:50px 20px 0;position:relative;padding-bottom:25px}@media screen and (min-width: 576px){.sitesearch-hero{margin:70px 20px 0}}.sitesearch-hero__wrapper{margin:auto;padding-top:5px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column;max-width:566px;width:100%;-ms-flex-pack:justify;justify-content:space-between}.sitesearch-hero__logo{height:55px;margin-bottom:30px}@media screen and (min-width: 576px){.sitesearch-hero__logo{height:92px}}.sitesearch-hero__overline{margin-bottom:10px}.sitesearch-hero__button{margin-bottom:15px}.sitesearch-hero__caption{font-size:15px;line-height:19px;color:#999;text-align:center}.sitesearch-hero__caption-text{display:inline-block}.sitesearch-hero__caption-link{border-bottom:none;color:#999;font-weight:bold}.logo-row{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;margin:0 20px;position:relative;padding-bottom:25px}.logo-row__wrapper{max-width:988px;width:100%}.logo-row__overline{text-align:center;margin-bottom:35px}.logo-row__logo-wrapper{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center}@media screen and (min-width: 576px){.logo-row__logo-wrapper{-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center}}@media screen and (min-width: 992px){.logo-row__logo-wrapper{-ms-flex-pack:justify;justify-content:space-between}}.logo-row__logo{height:30px;width:auto;max-width:none;margin-bottom:40px}@media screen and (min-width: 576px){.logo-row__logo{width:33%;margin-bottom:30px}}@media screen and (min-width: 992px){.logo-row__logo{width:auto}}.logo-row__logo--eathappy{height:52px}.image-with-circles{overflow:hidden;max-width:100vw;height:100%}.image-with-circles__container{margin:85px 20px 100px}@media screen and (min-width: 576px){.image-with-circles__container{margin:120px 60px 160px}}.image-with-circles__image-wrapper{display:block;max-width:847px;width:100%;position:relative;margin:0 auto}.image-with-circles__image-wrapper::before,.image-with-circles__image-wrapper::after{display:block;content:"";position:absolute;background-repeat:no-repeat;background-position:center;background-size:contain;height:70%;width:50%;z-index:-1}.image-with-circles__image-wrapper::before{background-image:url("../../images/kringel-pink.svg");top:-68px;left:-80px}@media screen and (min-width: 576px){.image-with-circles__image-wrapper::before{top:-95px;left:-110px}}.image-with-circles__image-wrapper::after{background-image:url("../../images/kringel-blue.svg");bottom:-60px;right:-70px}@media screen and (min-width: 576px){.image-with-circles__image-wrapper::after{bottom:-78px;right:-110px}}.image-with-circles__image{box-shadow:0 4px 4px rgba(0,0,0,.25)}.quote-card{overflow:hidden;max-width:100vw;height:100%}.quote-card__container{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;margin:120px 20px}.quote-card__card{background:#fff;max-width:915px;box-shadow:0 20px 10px -11px rgba(0,0,0,.1);position:relative;padding:50px}@media screen and (min-width: 732px){.quote-card__card{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row}}.quote-card__card::before{display:block;content:"";position:absolute;background-repeat:no-repeat;background-position:center;background-size:contain;height:445px;width:445px;z-index:-1;background-image:url("../../images/kringel-yellow.svg");top:-84px;left:-108px}@media screen and (min-width: 732px){.quote-card__card::before{top:-33px}}@media screen and (min-width: 732px){.quote-card__content{width:70%}}.quote-card__image-wrapper{margin-bottom:15px}@media screen and (min-width: 732px){.quote-card__image-wrapper{width:30%;display:-ms-flexbox;display:flex}}.quote-card__image{height:25px;width:auto}@media screen and (min-width: 732px){.quote-card__image{height:30px;margin-top:auto}}@media screen and (min-width: 992px){.quote-card__image{height:38px}}.quote-card__quote{font-size:20px;line-height:32px;color:#444;font-weight:300;margin-bottom:20px}@media screen and (min-width: 732px){.quote-card__quote{font-size:25px;line-height:37px}}@media screen and (min-width: 992px){.quote-card__quote{font-size:30px;line-height:42px}}.quote-card__quote strong{font-weight:bold}.quote-card__author{letter-spacing:-3.5%;color:#444;font-weight:300;font-size:16px;line-height:20px}@media screen and (min-width: 732px){.quote-card__author{line-height:28px;font-size:20px}}@media screen and (min-width: 992px){.quote-card__author{line-height:34px;font-size:24px}}.quote-card__info{letter-spacing:-3.5%;line-height:20px;font-size:16px;color:#999;font-weight:300}@media screen and (min-width: 732px){.quote-card__info{line-height:28px;font-size:20px}}@media screen and (min-width: 992px){.quote-card__info{line-height:34px;font-size:24px}}.cms-options{background-color:#f3f3f3;padding:80px 20px 120px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.cms-options__text-wrapper{width:100%;margin:0 auto;max-width:566px;margin-bottom:60px}.cms-options__blink{position:relative}.cms-options__blink::after{position:absolute;content:"";right:-4px;bottom:0;height:100%;width:1px;background:#000;-webkit-animation:blinking 1s infinite;animation:blinking 1s infinite}@-webkit-keyframes blinking{0%{opacity:1}50%{opacity:0}100%{opacity:1}}@keyframes blinking{0%{opacity:1}50%{opacity:0}100%{opacity:1}}.cms-cards{display:-ms-grid;display:grid;-ms-grid-columns:220px;grid-template-columns:220px;margin:0 auto;gap:25px}@media screen and (min-width: 576px){.cms-cards{-ms-grid-columns:220px 220px;grid-template-columns:220px 220px}}@media screen and (min-width: 992px){.cms-cards{-ms-grid-columns:220px 220px 220px;grid-template-columns:220px 220px 220px;max-width:710px}}.cms-cards__card{width:100%;height:100px;background:#fff;border-radius:15px;position:relative;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;justify-self:center}@media screen and (min-width: 992px){.cms-cards__card:first-of-type{position:relative;-ms-grid-column:2;-ms-grid-column-span:1;grid-column:2/3;-ms-grid-row:1;grid-row:1}.cms-cards__card:first-of-type::before{content:"";position:absolute;background-image:url("../../images/red-arrow.svg");background-repeat:no-repeat;background-size:contain;width:78px;height:85px;left:-104px;top:-16%}.cms-cards__card:nth-of-type(2){-ms-grid-column:1;-ms-grid-column-span:1;grid-column:1/2;-ms-grid-row:2;grid-row:2}.cms-cards__card:nth-of-type(3){-ms-grid-column:2;-ms-grid-column-span:1;grid-column:2/3;-ms-grid-row:2;grid-row:2}.cms-cards__card:nth-of-type(4){-ms-grid-column:3;-ms-grid-column-span:1;grid-column:3/4;-ms-grid-row:2;grid-row:2}.cms-cards__card:nth-of-type(5){-ms-grid-column:1;-ms-grid-column-span:1;grid-column:1/2;-ms-grid-row:3;grid-row:3}.cms-cards__card:nth-of-type(6){-ms-grid-column:2;-ms-grid-column-span:1;grid-column:2/3;-ms-grid-row:3;grid-row:3}.cms-cards__card:nth-of-type(7){-ms-grid-column:3;-ms-grid-column-span:1;grid-column:3/4;-ms-grid-row:3;grid-row:3}.cms-cards__card:nth-of-type(8){-ms-grid-column:2;-ms-grid-column-span:1;grid-column:2/3;-ms-grid-row:4;grid-row:4}}.cms-cards__box{position:absolute;top:5px;right:5px;background-color:#ffb26b;color:#fff;border-radius:20px;padding:5px 10px}.cms-cards__box--green{background-color:#26b64e}.cms-cards__box-text{text-transform:uppercase;font-weight:bold;font-size:.75rem}.cms-cards__logo-wrapper{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.cms-cards__logo{height:40px}.cms-cards__logo--api{height:18px}.cms-cards__logo--wordpress{height:38px}.cms-cards__logo--kirby{height:46px}.cms-cards__logo--ghost{height:44px}.cms-cards__logo--joomla{height:28px}.extensions{padding:80px 20px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}@media screen and (min-width: 576px){.extensions{padding:135px 20px}}.extensions__text-wrapper{width:100%;margin:0 auto;max-width:566px;margin-bottom:50px}@media screen and (min-width: 732px){.extensions__text-wrapper{margin-bottom:70px}}.extensions__wrapper{padding-left:20px;padding-right:20px;width:100%;margin:0 auto;max-width:1126px}@media screen and (min-width: 732px){.extensions__wrapper{padding-left:30px;padding-right:30px}}.extensions__wrapper>*:not(:first-child){padding-top:40px}@media screen and (min-width: 732px){.extensions__wrapper>*:not(:first-child){padding-top:55px}}.extensions__wrapper>*:not(:last-child){padding-bottom:40px}@media screen and (min-width: 732px){.extensions__wrapper>*:not(:last-child){padding-bottom:55px}}.extensions__wrapper>*:not(:last-child)::after{content:"";position:absolute;height:1px;width:100px;background-color:#ddd;bottom:0;left:50%;transform:translateX(-50%)}.extensions__content{max-width:445px;margin-bottom:30px}@media screen and (min-width: 732px){.extensions__content{width:60%;max-width:445px;margin-right:40px;margin-bottom:0}}.extensions__content-headline{text-align:right;font-weight:700;font-size:18px;line-height:139%;margin-bottom:3px}@media screen and (min-width: 732px){.extensions__content-headline{font-size:25px}}.extensions__content-text{text-align:right;font-size:14px;font-weight:300;line-height:139%;color:#444}@media screen and (min-width: 732px){.extensions__content-text{font-size:17px}}.extensions__image-wrapper{max-width:445px;width:100%}@media screen and (min-width: 576px){.extensions__image-wrapper{min-width:386px}}@media screen and (min-width: 732px){.extensions__image-wrapper{width:40%;-ms-flex-negative:0;flex-shrink:0}}.extensions__feature{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;position:relative}@media screen and (min-width: 732px){.extensions__feature{-ms-flex-align:center;align-items:center;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:end;justify-content:flex-end}}.extensions__feature:nth-of-type(even){-ms-flex-pack:start;justify-content:flex-start}@media screen and (min-width: 732px){.extensions__feature:nth-of-type(even){-ms-flex-pack:start;justify-content:flex-start}}@media screen and (min-width: 732px){.extensions__feature:nth-of-type(even) .extensions__content{-ms-flex-order:2;order:2;margin-right:0;margin-left:40px}}@media screen and (min-width: 732px){.extensions__feature:nth-of-type(even) .extensions__image-wrapper{-ms-flex-order:1;order:1}}.extensions__feature:nth-of-type(even) .extensions__content-headline{text-align:left}.extensions__feature:nth-of-type(even) .extensions__content-text{text-align:left}.german-box__flag{height:6px;width:100%;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap}@media screen and (min-width: 732px){.german-box__flag{height:12px}}.german-box__color{width:100%;height:100%}.german-box__color--black{background-color:#000}.german-box__color--red{background-color:red}.german-box__color--gold{background-color:#ffd600}.german-box__container{width:100%;background-color:#c4c4c4;height:580px}.hidden{display:none}@media screen and (min-width: 992px){.hidden-lg{display:none}}@media screen and (min-width: 992px){.show-lg{display:block}}.screen-reader-text{border:0;clip:rect(0 0 0 0);height:1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.display-flex{display:-ms-flexbox;display:flex}.flex-column{-ms-flex-direction:column;flex-direction:column}.justify-content-space-between{-ms-flex-pack:justify;justify-content:space-between}.align-items-center{-ms-flex-align:center;align-items:center}.grid-gap{grid-gap:1rem}

/*# sourceMappingURL=main.87a8ec689b5b31fb9ac7.min.css.map*/