.slider-component {
  width: 100%;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  /*TODO  maybe put this on a child (wrapper of item-container)*/
  opacity: 0;
  transition: opacity 300ms ease-in-out;

  /* TODO user select here*/


  /* Slider Component is the component wrapper */

  /* Slider Visible Area is where the overflow gets hidden */

  /* Slider Page defines where first Item Element starts and defines 100% width (pageWidth) */

  /* Slider Container is the Container for the items. and the draggable Area */


  .visible-area {
    width: 100%;
    overflow-x: hidden;
    display: flex;
    justify-content: center;
  }

  .page-wrapper {
    width: 100%;
    container-type: inline-size;
  }

  .item-container {
    display: flex;
    gap: var(--item-gap);
    width: max-content;
    will-change: transform;
    touch-action: pan-y;
    background-color: white;
  }

  &.active .item-container {
    cursor: pointer;
  }

  .item-container > * {
    flex-shrink: 0;
    width: 100cqw; /* TODO this default is annoying to overwrite with !important. maybe leave it completly*/
  }

  .box {
    height: 300px;
  }

  .red-box {
    background-color: red;
  }

  .blue-box {
    background-color: blue;
    --number-of-items: 5;
    width: calc((100cqw - (var(--item-gap) * (var(--number-of-items) - 1))) / var(--number-of-items));
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 50px;
    color: white;
    /*width: 100cqw;*/
  }

  @media only screen and (max-width: 900px) {
    .blue-box {
      --number-of-items: 4;
    }
  }

  @media only screen and (max-width: 700px) {
    .blue-box {
      --number-of-items: 3;
    }
  }

  @media only screen and (max-width: 500px) {
    .blue-box {
      --number-of-items: 2;
    }
  }

  @media only screen and (max-width: 350px) {
    .blue-box {
      --number-of-items: 1;
    }
  }

  .green-box {
    background-color: green;
  }

  .yellow-box {
    background-color: yellow;
  }

  .item-container * {
    user-select: none
  }

  .text-box {
    background-color: aliceblue;
    height: 300px;
    width: 30%;
  }

  .slider-progress-bar {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    min-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .slider-progress-element {
    width: 58px; /* TODO all progress elements should not overflowX */
    padding: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }

  .slider-progress-element-visible {
    position: relative;
    width: 100%;
    height: 2px;
    overflow: hidden;

  }

  .slider-progress-element-visible-active {
    position: absolute;
    width: 100%;
    height: 2px;
    top: 50%;
    left: 0;
    z-index: 10;
    transform: translate(-110%, -50%);
    will-change: transform;

    background-color: #e80000;
  }

  .slider-progress-element-visible-inactive {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-color: black;
    height: 1px;
    width: 100%;
  }

}

@charset "UTF-8";@font-face{font-family:Diogenes Sans;src:url(../fonts/DiogenesSans-Book.woff2) format("woff2");font-weight:400;font-style:normal}@font-face{font-family:Diogenes Sans;src:url(../fonts/DiogenesSans-BookItalic.woff2) format("woff2");font-weight:400;font-style:italic}@font-face{font-family:Diogenes Sans;src:url(../fonts/DiogenesSans-Light.woff2) format("woff2");font-weight:300;font-style:normal}@font-face{font-family:Diogenes Sans;src:url(../fonts/DiogenesSans-Bold.woff2) format("woff2");font-weight:700;font-style:normal}@font-face{font-family:Diogenes Sans;src:url(../fonts/DiogenesSans-BoldItalic.woff2) format("woff2");font-weight:700;font-style:italic}@font-face{font-family:Diogenes Sans;src:url(../fonts/DiogenesSans-Medium.woff2) format("woff2");font-weight:500;font-style:normal}@font-face{font-family:Diogenes Sans;src:url(../fonts/DiogenesSans-MediumItalic.woff2) format("woff2");font-weight:500;font-style:italic}@font-face{font-family:Diogenes Garamond;src:url(../fonts/DiogenesGaramond2023-Regular.woff2) format("woff2");font-weight:400;font-style:normal}@font-face{font-family:Diogenes Garamond;src:url(../fonts/DiogenesGaramond2023-Italic.woff2) format("woff2");font-weight:400;font-style:italic}@font-face{font-family:Diogenes Garamond;src:url(../fonts/DiogenesGaramond2023-Light.woff2) format("woff2");font-weight:300;font-style:normal}@font-face{font-family:Diogenes Garamond;src:url(../fonts/DiogenesGaramond2023-LightItalic.woff2) format("woff2");font-weight:300;font-style:italic}@font-face{font-family:Diogenes Garamond;src:url(../fonts/DiogenesGaramond2023-Medium.woff2) format("woff2");font-weight:500;font-style:normal}@font-face{font-family:Diogenes Garamond;src:url(../fonts/DiogenesGaramond2023-MediumItalic.woff2) format("woff2");font-weight:500;font-style:italic}@font-face{font-family:Didot-Cover;src:url(../fonts/DidotCoverNew2016-Italic.eot);src:url(../fonts/DidotCoverNew2016-Italic.eot?#iefix) format("embedded-opentype"),url(../fonts/DidotCoverNew2016-Italic.woff) format("woff"),url(../fonts/DidotCoverNew2016-Italic.ttf) format("truetype");font-style:italic;font-weight:400}@font-face{font-family:Didot-Cover;src:url(../fonts/DidotCoverNew2016-Regular.eot);src:url(../fonts/DidotCoverNew2016-Regular.eot?#iefix) format("embedded-opentype"),url(../fonts/DidotCoverNew2016-Regular.woff) format("woff"),url(../fonts/DidotCoverNew2016-Regular.ttf) format("truetype");font-style:normal;font-weight:400}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}.swiper-slide,.swiper-wrapper{height:100%;position:relative;transform-style:preserve-3d;width:100%}.swiper-pagination,.swiper-wrapper{-webkit-transform:translateZ(0)}.swiper-container{margin:0 auto;position:relative;overflow:hidden;z-index:1}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;flex-direction:column}.swiper-wrapper{z-index:1;display:-webkit-box;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transform:translateZ(0);transform:translateZ(0);box-sizing:content-box}.swiper-slide,.swiper-wrapper{-ms-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-webkit-transform-style:preserve-3d}.swiper-container-multirow>.swiper-wrapper{-webkit-box-lines:multiple;-moz-box-lines:multiple;-ms-fles-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex:0 0 auto;flex-shrink:0}.swiper-wp8-horizontal{touch-action:pan-y}.swiper-wp8-vertical{touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");left:10px;right:auto}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");right:10px;left:auto}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s;transition:.3s;-webkit-transform:translateZ(0);transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-white .swiper-pagination-bullet{background:#fff}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-container-vertical>.swiper-pagination{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination .swiper-pagination-bullet{margin:5px 0;display:block}.swiper-container-horizontal>.swiper-pagination{bottom:10px;left:0;width:100%}.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet{margin:0 5px}.swiper-container-3d{-webkit-perspective:1200px;-o-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.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-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{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:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(transparent));background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(transparent));background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(transparent));background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(transparent));background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;visibility:hidden;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-backface-visibility:hidden;backface-visibility:hidden;width:100%;height:100%}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px)}.swiper-container-cube.swiper-container-vertical .swiper-cube-shadow{z-index:0}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s step-end infinite;animation:swiper-preloader-spin 1s step-end infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")}@-webkit-keyframes swiper-preloader-spin{0%{-webkit-transform:rotate(0)}8.33333333%{-webkit-transform:rotate(30deg)}16.66666667%{-webkit-transform:rotate(60deg)}25%{-webkit-transform:rotate(90deg)}33.33333333%{-webkit-transform:rotate(120deg)}41.66666667%{-webkit-transform:rotate(150deg)}50%{-webkit-transform:rotate(180deg)}58.33333333%{-webkit-transform:rotate(210deg)}66.66666667%{-webkit-transform:rotate(240deg)}75%{-webkit-transform:rotate(270deg)}83.33333333%{-webkit-transform:rotate(300deg)}91.66666667%{-webkit-transform:rotate(330deg)}to{-webkit-transform:rotate(1turn)}}@keyframes swiper-preloader-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}8.33333333%{-webkit-transform:rotate(30deg);transform:rotate(30deg)}16.66666667%{-webkit-transform:rotate(60deg);transform:rotate(60deg)}25%{-webkit-transform:rotate(90deg);transform:rotate(90deg)}33.33333333%{-webkit-transform:rotate(120deg);transform:rotate(120deg)}41.66666667%{-webkit-transform:rotate(150deg);transform:rotate(150deg)}50%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}58.33333333%{-webkit-transform:rotate(210deg);transform:rotate(210deg)}66.66666667%{-webkit-transform:rotate(240deg);transform:rotate(240deg)}75%{-webkit-transform:rotate(270deg);transform:rotate(270deg)}83.33333333%{-webkit-transform:rotate(300deg);transform:rotate(300deg)}91.66666667%{-webkit-transform:rotate(330deg);transform:rotate(330deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.slick-slider{box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list,.slick-slider{position:relative;display:block}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translateZ(0);transform:translateZ(0)}.slick-track{position:relative;left:0;top:0;display:block}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px;display:none}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block;margin:auto}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(../img/ajax-loader.gif) 50% no-repeat}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(../fonts/slick.eot);src:url(../fonts/slick.eot?#iefix) format("embedded-opentype"),url(../fonts/slick.woff) format("woff"),url(../fonts/slick.ttf) format("truetype")}.slick-next,.slick-prev{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:50px;padding:5px;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:11;cursor:pointer;color:transparent;border:none;outline:none;background:transparent}.slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover{color:transparent;outline:none;background-color:transparent}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled,.slick-prev.slick-disabled{opacity:.25}.slick-next:before,.slick-prev:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:transparent;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:0}[dir=rtl] .slick-prev{right:0;left:auto}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:0}[dir=rtl] .slick-next{right:auto;left:0}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:0;cursor:pointer;color:transparent;border:0;outline:none;background:transparent}.slick-dots li button:focus,.slick-dots li button:hover{outline:none}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}.fancybox-image,.fancybox-inner,.fancybox-nav,.fancybox-nav span,.fancybox-outer,.fancybox-skin,.fancybox-tmp,.fancybox-wrap,.fancybox-wrap iframe,.fancybox-wrap object{padding:0;margin:0;border:0;outline:none;vertical-align:top}.fancybox-wrap{position:absolute;top:0;left:0;z-index:8020}.fancybox-skin{position:relative;background:#fff;color:#180000;text-shadow:none}.fancybox-opened{z-index:8030}.fancybox-opened .fancybox-skin{box-shadow:0 0 10px rgba(0,0,0,.45)}.fancybox-inner,.fancybox-outer{position:relative}.fancybox-inner{overflow:hidden!important}.fancybox-type-iframe .fancybox-inner{-webkit-overflow-scrolling:touch}.fancybox-error{color:#180000;font:14px/20px;margin:0;padding:15px;white-space:nowrap}.fancybox-iframe,.fancybox-image{display:block;width:100%;height:100%}.fancybox-image{max-width:100%;max-height:100%}#fancybox-loading,.fancybox-close,.fancybox-next span,.fancybox-prev span{background-size:.93333rem;background-position:50%;background-repeat:no-repeat}#fancybox-loading{position:fixed;top:50%;left:50%;margin-top:-22px;margin-left:-22px;background-position:0 -108px;opacity:.8;cursor:pointer;z-index:8060}#fancybox-loading div{width:44px;height:44px;background:url(../img/fancybox_loading.gif) 50% no-repeat}.fancybox-close{top:.66667rem;right:.66667rem;width:36px;height:36px}.fancybox-close,.fancybox-nav{position:absolute;cursor:pointer;z-index:8040}.fancybox-nav{top:0;width:40%;height:100%;text-decoration:none;background:transparent url(../img/blank.gif);-webkit-tap-highlight-color:rgba(0,0,0,0)}.fancybox-prev{left:0}.fancybox-next{right:0}.fancybox-nav span{position:absolute;top:50%;width:36px;height:34px;margin-top:-18px;cursor:pointer;z-index:8040;visibility:hidden}.fancybox-prev span{left:10px;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTAuNSIgaGVpZ2h0PSIyMC4yIj48ZGVmcz48cGF0aCBpZD0iYSIgZD0iTTAgMGgxMC41djIwLjJIMHoiLz48L2RlZnM+PGNsaXBQYXRoIGlkPSJiIj48dXNlIHhsaW5rOmhyZWY9IiNhIiBvdmVyZmxvdz0idmlzaWJsZSIvPjwvY2xpcFBhdGg+PHBhdGggZD0iTTEwLjEgMGwuNC40LTkuOCA5LjcgOS44IDkuNy0uNC40TDAgMTAuMXoiIGNsaXAtcGF0aD0idXJsKCNiKSIgZmlsbD0iIzFhMWExOCIvPjwvc3ZnPg==)!important}.fancybox-next span{right:10px;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTAuNSIgaGVpZ2h0PSIyMC4yIj48ZGVmcz48cGF0aCBpZD0iYSIgZD0iTTAgMGgxMC41djIwLjJIMHoiLz48L2RlZnM+PGNsaXBQYXRoIGlkPSJiIj48dXNlIHhsaW5rOmhyZWY9IiNhIiBvdmVyZmxvdz0idmlzaWJsZSIvPjwvY2xpcFBhdGg+PHBhdGggZD0iTS40IDIwLjJsLS40LS40IDkuNy05LjdMMCAuNC40IDBsMTAuMSAxMC4xeiIgY2xpcC1wYXRoPSJ1cmwoI2IpIiBmaWxsPSIjMWExYTE4Ii8+PC9zdmc+)!important}.fancybox-nav:hover span{visibility:visible}.fancybox-tmp{position:absolute;top:-99999px;left:-99999px;visibility:hidden;max-width:99999px;max-height:99999px;overflow:visible!important}.fancybox-lock{width:auto}.fancybox-lock,.fancybox-lock body{overflow:hidden!important}.fancybox-lock-test{overflow-y:hidden!important}.fancybox-overlay{position:absolute;top:0;left:0;overflow:hidden;display:none;z-index:8010}.fancybox-overlay-fixed{position:fixed;bottom:0;right:0}.fancybox-lock .fancybox-overlay{overflow:auto;overflow-y:scroll}.fancybox-title{visibility:hidden;font:normal 13px/20px;position:relative;text-shadow:none;z-index:8050}.fancybox-opened .fancybox-title{visibility:visible}.fancybox-title-float-wrap{position:absolute;bottom:0;right:50%;margin-bottom:-35px;z-index:8050;text-align:center}.fancybox-title-float-wrap .child{display:inline-block;margin-right:-100%;padding:2px 20px;background:transparent;background:rgba(0,0,0,.8);border-radius:15px;text-shadow:0 1px 2px #222;color:#fff;font-weight:700;line-height:24px;white-space:nowrap}.fancybox-title-outside-wrap{position:relative;margin-top:10px;color:#fff}.fancybox-title-inside-wrap{padding:10px}.fancybox-title-over-wrap{position:absolute;bottom:0;left:0;color:#fff;padding:10px;background:#000;background:rgba(0,0,0,.8)}.floatl,.floatl-select{position:relative}.floatl--active .floatl-select__label,.floatl--active .floatl__label{opacity:1;visibility:visible;top:5px}.floatl--active .floatl-select__input,.floatl--active .floatl__input{margin-top:20px!important}.floatl--active.floatl--multiline .floatl__label{background-color:#fff;background:-webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,.95)),color-stop(80%,hsla(0,0%,100%,.95)),to(hsla(0,0%,100%,0)));background:linear-gradient(180deg,hsla(0,0%,100%,.95) 0,hsla(0,0%,100%,.95) 80%,hsla(0,0%,100%,0))}.floatl-select__label,.floatl__label{-webkit-transition:all .1s ease-in-out;transition:all .1s ease-in-out;visibility:hidden;opacity:0;position:absolute;display:inline-block;top:9px;font-size:10px;line-height:1em;font-weight:700}.floatl-select__input,.floatl__input{-webkit-transition:all .1s ease-in-out;transition:all .1s ease-in-out;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none}meta.foundation-version{font-family:"/{{VERSION}}/"}meta.foundation-mq-small{font-family:"/only screen/";width:0}meta.foundation-mq-small-only{font-family:"/only screen and (max-width: 40em)/";width:0}meta.foundation-mq-medium{font-family:"/only screen and (min-width:40.063em)/";width:40.063em}meta.foundation-mq-medium-only{font-family:"/only screen and (min-width:40.063em) and (max-width:64em)/";width:40.063em}meta.foundation-mq-large{font-family:"/only screen and (min-width:64.063em)/";width:64.063em}meta.foundation-mq-large-only{font-family:"/only screen and (min-width:64.063em) and (max-width:90em)/";width:64.063em}meta.foundation-mq-xlarge{font-family:"/only screen and (min-width:90.063em)/";width:90.063em}meta.foundation-mq-xlarge-only{font-family:"/only screen and (min-width:90.063em) and (max-width:120em)/";width:90.063em}meta.foundation-mq-xxlarge{font-family:"/only screen and (min-width:120.063em)/";width:120.063em}meta.foundation-data-attribute-namespace{font-family:false}body,html{height:100%}*,:after,:before{box-sizing:border-box}body,html{font-size:15px}body{background:#fff;color:#180000;padding:0;margin:0;font-family:Diogenes Sans,Arial,sans-serif;font-weight:400;font-style:normal;line-height:1.5;position:relative;cursor:auto}a:hover{cursor:pointer}img{max-width:100%;height:auto;-ms-interpolation-mode:bicubic}#map_canvas embed,#map_canvas img,#map_canvas object,.map_canvas embed,.map_canvas img,.map_canvas object{max-width:none!important}.left{float:left!important}.right{float:right!important}.clearfix:after,.clearfix:before{content:" ";display:table}.clearfix:after{clear:both}.hide{display:none!important}.hide,.invisible{visibility:hidden}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{display:inline-block;vertical-align:middle}textarea{height:auto;min-height:50px}.row,select{width:100%}.row{margin:0 auto;max-width:67.6rem}.row:after,.row:before{content:" ";display:table}.row:after{clear:both}.row.collapse>.column,.row.collapse>.columns{padding-left:0;padding-right:0}.row.collapse .row{margin-left:0;margin-right:0}.row .row{width:auto;margin:0 -1rem;max-width:none}.row .row:after,.row .row:before{content:" ";display:table}.row .row:after{clear:both}.row .row.collapse{width:auto;margin:0;max-width:none}.row .row.collapse:after,.row .row.collapse:before{content:" ";display:table}.row .row.collapse:after{clear:both}.column,.columns{padding-left:1rem;padding-right:1rem;width:100%;float:left}[class*=column]+[class*=column].end,[class*=column]+[class*=column]:last-child{float:left}@media only screen{.small-push-0{position:relative;left:0;right:auto}.small-pull-0{position:relative;right:0;left:auto}.small-push-1{position:relative;left:3.33333%;right:auto}.small-pull-1{position:relative;right:3.33333%;left:auto}.small-push-2{position:relative;left:6.66667%;right:auto}.small-pull-2{position:relative;right:6.66667%;left:auto}.small-push-3{position:relative;left:10%;right:auto}.small-pull-3{position:relative;right:10%;left:auto}.small-push-4{position:relative;left:13.33333%;right:auto}.small-pull-4{position:relative;right:13.33333%;left:auto}.small-push-5{position:relative;left:16.66667%;right:auto}.small-pull-5{position:relative;right:16.66667%;left:auto}.small-push-6{position:relative;left:20%;right:auto}.small-pull-6{position:relative;right:20%;left:auto}.small-push-7{position:relative;left:23.33333%;right:auto}.small-pull-7{position:relative;right:23.33333%;left:auto}.small-push-8{position:relative;left:26.66667%;right:auto}.small-pull-8{position:relative;right:26.66667%;left:auto}.small-push-9{position:relative;left:30%;right:auto}.small-pull-9{position:relative;right:30%;left:auto}.small-push-10{position:relative;left:33.33333%;right:auto}.small-pull-10{position:relative;right:33.33333%;left:auto}.small-push-11{position:relative;left:36.66667%;right:auto}.small-pull-11{position:relative;right:36.66667%;left:auto}.small-push-12{position:relative;left:40%;right:auto}.small-pull-12{position:relative;right:40%;left:auto}.small-push-13{position:relative;left:43.33333%;right:auto}.small-pull-13{position:relative;right:43.33333%;left:auto}.small-push-14{position:relative;left:46.66667%;right:auto}.small-pull-14{position:relative;right:46.66667%;left:auto}.small-push-15{position:relative;left:50%;right:auto}.small-pull-15{position:relative;right:50%;left:auto}.small-push-16{position:relative;left:53.33333%;right:auto}.small-pull-16{position:relative;right:53.33333%;left:auto}.small-push-17{position:relative;left:56.66667%;right:auto}.small-pull-17{position:relative;right:56.66667%;left:auto}.small-push-18{position:relative;left:60%;right:auto}.small-pull-18{position:relative;right:60%;left:auto}.small-push-19{position:relative;left:63.33333%;right:auto}.small-pull-19{position:relative;right:63.33333%;left:auto}.small-push-20{position:relative;left:66.66667%;right:auto}.small-pull-20{position:relative;right:66.66667%;left:auto}.small-push-21{position:relative;left:70%;right:auto}.small-pull-21{position:relative;right:70%;left:auto}.small-push-22{position:relative;left:73.33333%;right:auto}.small-pull-22{position:relative;right:73.33333%;left:auto}.small-push-23{position:relative;left:76.66667%;right:auto}.small-pull-23{position:relative;right:76.66667%;left:auto}.small-push-24{position:relative;left:80%;right:auto}.small-pull-24{position:relative;right:80%;left:auto}.small-push-25{position:relative;left:83.33333%;right:auto}.small-pull-25{position:relative;right:83.33333%;left:auto}.small-push-26{position:relative;left:86.66667%;right:auto}.small-pull-26{position:relative;right:86.66667%;left:auto}.small-push-27{position:relative;left:90%;right:auto}.small-pull-27{position:relative;right:90%;left:auto}.small-push-28{position:relative;left:93.33333%;right:auto}.small-pull-28{position:relative;right:93.33333%;left:auto}.small-push-29{position:relative;left:96.66667%;right:auto}.small-pull-29{position:relative;right:96.66667%;left:auto}.column,.columns{position:relative;padding-left:1rem;padding-right:1rem;float:left}.small-1{width:3.33333%}.small-2{width:6.66667%}.small-3{width:10%}.small-4{width:13.33333%}.small-5{width:16.66667%}.small-6{width:20%}.small-7{width:23.33333%}.small-8{width:26.66667%}.small-9{width:30%}.small-10{width:33.33333%}.small-11{width:36.66667%}.small-12{width:40%}.small-13{width:43.33333%}.small-14{width:46.66667%}.small-15{width:50%}.small-16{width:53.33333%}.small-17{width:56.66667%}.small-18{width:60%}.small-19{width:63.33333%}.small-20{width:66.66667%}.small-21{width:70%}.small-22{width:73.33333%}.small-23{width:76.66667%}.small-24{width:80%}.small-25{width:83.33333%}.small-26{width:86.66667%}.small-27{width:90%}.small-28{width:93.33333%}.small-29{width:96.66667%}.small-30{width:100%}.small-offset-0{margin-left:0!important}.small-offset-1{margin-left:3.33333%!important}.small-offset-2{margin-left:6.66667%!important}.small-offset-3{margin-left:10%!important}.small-offset-4{margin-left:13.33333%!important}.small-offset-5{margin-left:16.66667%!important}.small-offset-6{margin-left:20%!important}.small-offset-7{margin-left:23.33333%!important}.small-offset-8{margin-left:26.66667%!important}.small-offset-9{margin-left:30%!important}.small-offset-10{margin-left:33.33333%!important}.small-offset-11{margin-left:36.66667%!important}.small-offset-12{margin-left:40%!important}.small-offset-13{margin-left:43.33333%!important}.small-offset-14{margin-left:46.66667%!important}.small-offset-15{margin-left:50%!important}.small-offset-16{margin-left:53.33333%!important}.small-offset-17{margin-left:56.66667%!important}.small-offset-18{margin-left:60%!important}.small-offset-19{margin-left:63.33333%!important}.small-offset-20{margin-left:66.66667%!important}.small-offset-21{margin-left:70%!important}.small-offset-22{margin-left:73.33333%!important}.small-offset-23{margin-left:76.66667%!important}.small-offset-24{margin-left:80%!important}.small-offset-25{margin-left:83.33333%!important}.small-offset-26{margin-left:86.66667%!important}.small-offset-27{margin-left:90%!important}.small-offset-28{margin-left:93.33333%!important}.small-offset-29{margin-left:96.66667%!important}.small-reset-order{margin-left:0;margin-right:0;left:auto;right:auto;float:left}.column.small-centered,.columns.small-centered{margin-left:auto;margin-right:auto;float:none}.column.small-uncentered,.columns.small-uncentered{margin-left:0;margin-right:0;float:left}.column.small-centered:last-child,.columns.small-centered:last-child{float:none}.column.small-uncentered:last-child,.columns.small-uncentered:last-child{float:left}.column.small-uncentered.opposite,.columns.small-uncentered.opposite{float:right}.row.small-collapse>.column,.row.small-collapse>.columns{padding-left:0;padding-right:0}.row.small-collapse .row{margin-left:0;margin-right:0}.row.small-uncollapse>.column,.row.small-uncollapse>.columns{padding-left:1rem;padding-right:1rem;float:left}}@media only screen and (min-width:40.063em){.medium-push-0{position:relative;left:0;right:auto}.medium-pull-0{position:relative;right:0;left:auto}.medium-push-1{position:relative;left:3.33333%;right:auto}.medium-pull-1{position:relative;right:3.33333%;left:auto}.medium-push-2{position:relative;left:6.66667%;right:auto}.medium-pull-2{position:relative;right:6.66667%;left:auto}.medium-push-3{position:relative;left:10%;right:auto}.medium-pull-3{position:relative;right:10%;left:auto}.medium-push-4{position:relative;left:13.33333%;right:auto}.medium-pull-4{position:relative;right:13.33333%;left:auto}.medium-push-5{position:relative;left:16.66667%;right:auto}.medium-pull-5{position:relative;right:16.66667%;left:auto}.medium-push-6{position:relative;left:20%;right:auto}.medium-pull-6{position:relative;right:20%;left:auto}.medium-push-7{position:relative;left:23.33333%;right:auto}.medium-pull-7{position:relative;right:23.33333%;left:auto}.medium-push-8{position:relative;left:26.66667%;right:auto}.medium-pull-8{position:relative;right:26.66667%;left:auto}.medium-push-9{position:relative;left:30%;right:auto}.medium-pull-9{position:relative;right:30%;left:auto}.medium-push-10{position:relative;left:33.33333%;right:auto}.medium-pull-10{position:relative;right:33.33333%;left:auto}.medium-push-11{position:relative;left:36.66667%;right:auto}.medium-pull-11{position:relative;right:36.66667%;left:auto}.medium-push-12{position:relative;left:40%;right:auto}.medium-pull-12{position:relative;right:40%;left:auto}.medium-push-13{position:relative;left:43.33333%;right:auto}.medium-pull-13{position:relative;right:43.33333%;left:auto}.medium-push-14{position:relative;left:46.66667%;right:auto}.medium-pull-14{position:relative;right:46.66667%;left:auto}.medium-push-15{position:relative;left:50%;right:auto}.medium-pull-15{position:relative;right:50%;left:auto}.medium-push-16{position:relative;left:53.33333%;right:auto}.medium-pull-16{position:relative;right:53.33333%;left:auto}.medium-push-17{position:relative;left:56.66667%;right:auto}.medium-pull-17{position:relative;right:56.66667%;left:auto}.medium-push-18{position:relative;left:60%;right:auto}.medium-pull-18{position:relative;right:60%;left:auto}.medium-push-19{position:relative;left:63.33333%;right:auto}.medium-pull-19{position:relative;right:63.33333%;left:auto}.medium-push-20{position:relative;left:66.66667%;right:auto}.medium-pull-20{position:relative;right:66.66667%;left:auto}.medium-push-21{position:relative;left:70%;right:auto}.medium-pull-21{position:relative;right:70%;left:auto}.medium-push-22{position:relative;left:73.33333%;right:auto}.medium-pull-22{position:relative;right:73.33333%;left:auto}.medium-push-23{position:relative;left:76.66667%;right:auto}.medium-pull-23{position:relative;right:76.66667%;left:auto}.medium-push-24{position:relative;left:80%;right:auto}.medium-pull-24{position:relative;right:80%;left:auto}.medium-push-25{position:relative;left:83.33333%;right:auto}.medium-pull-25{position:relative;right:83.33333%;left:auto}.medium-push-26{position:relative;left:86.66667%;right:auto}.medium-pull-26{position:relative;right:86.66667%;left:auto}.medium-push-27{position:relative;left:90%;right:auto}.medium-pull-27{position:relative;right:90%;left:auto}.medium-push-28{position:relative;left:93.33333%;right:auto}.medium-pull-28{position:relative;right:93.33333%;left:auto}.medium-push-29{position:relative;left:96.66667%;right:auto}.medium-pull-29{position:relative;right:96.66667%;left:auto}.column,.columns{position:relative;padding-left:1rem;padding-right:1rem;float:left}.medium-1{width:3.33333%}.medium-2{width:6.66667%}.medium-3{width:10%}.medium-4{width:13.33333%}.medium-5{width:16.66667%}.medium-6{width:20%}.medium-7{width:23.33333%}.medium-8{width:26.66667%}.medium-9{width:30%}.medium-10{width:33.33333%}.medium-11{width:36.66667%}.medium-12{width:40%}.medium-13{width:43.33333%}.medium-14{width:46.66667%}.medium-15{width:50%}.medium-16{width:53.33333%}.medium-17{width:56.66667%}.medium-18{width:60%}.medium-19{width:63.33333%}.medium-20{width:66.66667%}.medium-21{width:70%}.medium-22{width:73.33333%}.medium-23{width:76.66667%}.medium-24{width:80%}.medium-25{width:83.33333%}.medium-26{width:86.66667%}.medium-27{width:90%}.medium-28{width:93.33333%}.medium-29{width:96.66667%}.medium-30{width:100%}.medium-offset-0{margin-left:0!important}.medium-offset-1{margin-left:3.33333%!important}.medium-offset-2{margin-left:6.66667%!important}.medium-offset-3{margin-left:10%!important}.medium-offset-4{margin-left:13.33333%!important}.medium-offset-5{margin-left:16.66667%!important}.medium-offset-6{margin-left:20%!important}.medium-offset-7{margin-left:23.33333%!important}.medium-offset-8{margin-left:26.66667%!important}.medium-offset-9{margin-left:30%!important}.medium-offset-10{margin-left:33.33333%!important}.medium-offset-11{margin-left:36.66667%!important}.medium-offset-12{margin-left:40%!important}.medium-offset-13{margin-left:43.33333%!important}.medium-offset-14{margin-left:46.66667%!important}.medium-offset-15{margin-left:50%!important}.medium-offset-16{margin-left:53.33333%!important}.medium-offset-17{margin-left:56.66667%!important}.medium-offset-18{margin-left:60%!important}.medium-offset-19{margin-left:63.33333%!important}.medium-offset-20{margin-left:66.66667%!important}.medium-offset-21{margin-left:70%!important}.medium-offset-22{margin-left:73.33333%!important}.medium-offset-23{margin-left:76.66667%!important}.medium-offset-24{margin-left:80%!important}.medium-offset-25{margin-left:83.33333%!important}.medium-offset-26{margin-left:86.66667%!important}.medium-offset-27{margin-left:90%!important}.medium-offset-28{margin-left:93.33333%!important}.medium-offset-29{margin-left:96.66667%!important}.medium-reset-order{margin-left:0;margin-right:0;left:auto;right:auto;float:left}.column.medium-centered,.columns.medium-centered{margin-left:auto;margin-right:auto;float:none}.column.medium-uncentered,.columns.medium-uncentered{margin-left:0;margin-right:0;float:left}.column.medium-centered:last-child,.columns.medium-centered:last-child{float:none}.column.medium-uncentered:last-child,.columns.medium-uncentered:last-child{float:left}.column.medium-uncentered.opposite,.columns.medium-uncentered.opposite{float:right}.row.medium-collapse>.column,.row.medium-collapse>.columns{padding-left:0;padding-right:0}.row.medium-collapse .row{margin-left:0;margin-right:0}.row.medium-uncollapse>.column,.row.medium-uncollapse>.columns{padding-left:1rem;padding-right:1rem;float:left}.push-0{left:0;right:auto}.pull-0,.push-0{position:relative}.pull-0{right:0;left:auto}.push-1{left:3.33333%;right:auto}.pull-1,.push-1{position:relative}.pull-1{right:3.33333%;left:auto}.push-2{left:6.66667%;right:auto}.pull-2,.push-2{position:relative}.pull-2{right:6.66667%;left:auto}.push-3{left:10%;right:auto}.pull-3,.push-3{position:relative}.pull-3{right:10%;left:auto}.push-4{left:13.33333%;right:auto}.pull-4,.push-4{position:relative}.pull-4{right:13.33333%;left:auto}.push-5{left:16.66667%;right:auto}.pull-5,.push-5{position:relative}.pull-5{right:16.66667%;left:auto}.push-6{left:20%;right:auto}.pull-6,.push-6{position:relative}.pull-6{right:20%;left:auto}.push-7{left:23.33333%;right:auto}.pull-7,.push-7{position:relative}.pull-7{right:23.33333%;left:auto}.push-8{left:26.66667%;right:auto}.pull-8,.push-8{position:relative}.pull-8{right:26.66667%;left:auto}.push-9{left:30%;right:auto}.pull-9,.push-9{position:relative}.pull-9{right:30%;left:auto}.push-10{position:relative;left:33.33333%;right:auto}.pull-10{position:relative;right:33.33333%;left:auto}.push-11{position:relative;left:36.66667%;right:auto}.pull-11{position:relative;right:36.66667%;left:auto}.push-12{position:relative;left:40%;right:auto}.pull-12{position:relative;right:40%;left:auto}.push-13{position:relative;left:43.33333%;right:auto}.pull-13{position:relative;right:43.33333%;left:auto}.push-14{position:relative;left:46.66667%;right:auto}.pull-14{position:relative;right:46.66667%;left:auto}.push-15{position:relative;left:50%;right:auto}.pull-15{position:relative;right:50%;left:auto}.push-16{position:relative;left:53.33333%;right:auto}.pull-16{position:relative;right:53.33333%;left:auto}.push-17{position:relative;left:56.66667%;right:auto}.pull-17{position:relative;right:56.66667%;left:auto}.push-18{position:relative;left:60%;right:auto}.pull-18{position:relative;right:60%;left:auto}.push-19{position:relative;left:63.33333%;right:auto}.pull-19{position:relative;right:63.33333%;left:auto}.push-20{position:relative;left:66.66667%;right:auto}.pull-20{position:relative;right:66.66667%;left:auto}.push-21{position:relative;left:70%;right:auto}.pull-21{position:relative;right:70%;left:auto}.push-22{position:relative;left:73.33333%;right:auto}.pull-22{position:relative;right:73.33333%;left:auto}.push-23{position:relative;left:76.66667%;right:auto}.pull-23{position:relative;right:76.66667%;left:auto}.push-24{position:relative;left:80%;right:auto}.pull-24{position:relative;right:80%;left:auto}.push-25{position:relative;left:83.33333%;right:auto}.pull-25{position:relative;right:83.33333%;left:auto}.push-26{position:relative;left:86.66667%;right:auto}.pull-26{position:relative;right:86.66667%;left:auto}.push-27{position:relative;left:90%;right:auto}.pull-27{position:relative;right:90%;left:auto}.push-28{position:relative;left:93.33333%;right:auto}.pull-28{position:relative;right:93.33333%;left:auto}.push-29{position:relative;left:96.66667%;right:auto}.pull-29{position:relative;right:96.66667%;left:auto}}@media only screen and (min-width:64.063em){.large-push-0{position:relative;left:0;right:auto}.large-pull-0{position:relative;right:0;left:auto}.large-push-1{position:relative;left:3.33333%;right:auto}.large-pull-1{position:relative;right:3.33333%;left:auto}.large-push-2{position:relative;left:6.66667%;right:auto}.large-pull-2{position:relative;right:6.66667%;left:auto}.large-push-3{position:relative;left:10%;right:auto}.large-pull-3{position:relative;right:10%;left:auto}.large-push-4{position:relative;left:13.33333%;right:auto}.large-pull-4{position:relative;right:13.33333%;left:auto}.large-push-5{position:relative;left:16.66667%;right:auto}.large-pull-5{position:relative;right:16.66667%;left:auto}.large-push-6{position:relative;left:20%;right:auto}.large-pull-6{position:relative;right:20%;left:auto}.large-push-7{position:relative;left:23.33333%;right:auto}.large-pull-7{position:relative;right:23.33333%;left:auto}.large-push-8{position:relative;left:26.66667%;right:auto}.large-pull-8{position:relative;right:26.66667%;left:auto}.large-push-9{position:relative;left:30%;right:auto}.large-pull-9{position:relative;right:30%;left:auto}.large-push-10{position:relative;left:33.33333%;right:auto}.large-pull-10{position:relative;right:33.33333%;left:auto}.large-push-11{position:relative;left:36.66667%;right:auto}.large-pull-11{position:relative;right:36.66667%;left:auto}.large-push-12{position:relative;left:40%;right:auto}.large-pull-12{position:relative;right:40%;left:auto}.large-push-13{position:relative;left:43.33333%;right:auto}.large-pull-13{position:relative;right:43.33333%;left:auto}.large-push-14{position:relative;left:46.66667%;right:auto}.large-pull-14{position:relative;right:46.66667%;left:auto}.large-push-15{position:relative;left:50%;right:auto}.large-pull-15{position:relative;right:50%;left:auto}.large-push-16{position:relative;left:53.33333%;right:auto}.large-pull-16{position:relative;right:53.33333%;left:auto}.large-push-17{position:relative;left:56.66667%;right:auto}.large-pull-17{position:relative;right:56.66667%;left:auto}.large-push-18{position:relative;left:60%;right:auto}.large-pull-18{position:relative;right:60%;left:auto}.large-push-19{position:relative;left:63.33333%;right:auto}.large-pull-19{position:relative;right:63.33333%;left:auto}.large-push-20{position:relative;left:66.66667%;right:auto}.large-pull-20{position:relative;right:66.66667%;left:auto}.large-push-21{position:relative;left:70%;right:auto}.large-pull-21{position:relative;right:70%;left:auto}.large-push-22{position:relative;left:73.33333%;right:auto}.large-pull-22{position:relative;right:73.33333%;left:auto}.large-push-23{position:relative;left:76.66667%;right:auto}.large-pull-23{position:relative;right:76.66667%;left:auto}.large-push-24{position:relative;left:80%;right:auto}.large-pull-24{position:relative;right:80%;left:auto}.large-push-25{position:relative;left:83.33333%;right:auto}.large-pull-25{position:relative;right:83.33333%;left:auto}.large-push-26{position:relative;left:86.66667%;right:auto}.large-pull-26{position:relative;right:86.66667%;left:auto}.large-push-27{position:relative;left:90%;right:auto}.large-pull-27{position:relative;right:90%;left:auto}.large-push-28{position:relative;left:93.33333%;right:auto}.large-pull-28{position:relative;right:93.33333%;left:auto}.large-push-29{position:relative;left:96.66667%;right:auto}.large-pull-29{position:relative;right:96.66667%;left:auto}.column,.columns{position:relative;padding-left:1rem;padding-right:1rem;float:left}.large-1{width:3.33333%}.large-2{width:6.66667%}.large-3{width:10%}.large-4{width:13.33333%}.large-5{width:16.66667%}.large-6{width:20%}.large-7{width:23.33333%}.large-8{width:26.66667%}.large-9{width:30%}.large-10{width:33.33333%}.large-11{width:36.66667%}.large-12{width:40%}.large-13{width:43.33333%}.large-14{width:46.66667%}.large-15{width:50%}.large-16{width:53.33333%}.large-17{width:56.66667%}.large-18{width:60%}.large-19{width:63.33333%}.large-20{width:66.66667%}.large-21{width:70%}.large-22{width:73.33333%}.large-23{width:76.66667%}.large-24{width:80%}.large-25{width:83.33333%}.large-26{width:86.66667%}.large-27{width:90%}.large-28{width:93.33333%}.large-29{width:96.66667%}.large-30{width:100%}.large-offset-0{margin-left:0!important}.large-offset-1{margin-left:3.33333%!important}.large-offset-2{margin-left:6.66667%!important}.large-offset-3{margin-left:10%!important}.large-offset-4{margin-left:13.33333%!important}.large-offset-5{margin-left:16.66667%!important}.large-offset-6{margin-left:20%!important}.large-offset-7{margin-left:23.33333%!important}.large-offset-8{margin-left:26.66667%!important}.large-offset-9{margin-left:30%!important}.large-offset-10{margin-left:33.33333%!important}.large-offset-11{margin-left:36.66667%!important}.large-offset-12{margin-left:40%!important}.large-offset-13{margin-left:43.33333%!important}.large-offset-14{margin-left:46.66667%!important}.large-offset-15{margin-left:50%!important}.large-offset-16{margin-left:53.33333%!important}.large-offset-17{margin-left:56.66667%!important}.large-offset-18{margin-left:60%!important}.large-offset-19{margin-left:63.33333%!important}.large-offset-20{margin-left:66.66667%!important}.large-offset-21{margin-left:70%!important}.large-offset-22{margin-left:73.33333%!important}.large-offset-23{margin-left:76.66667%!important}.large-offset-24{margin-left:80%!important}.large-offset-25{margin-left:83.33333%!important}.large-offset-26{margin-left:86.66667%!important}.large-offset-27{margin-left:90%!important}.large-offset-28{margin-left:93.33333%!important}.large-offset-29{margin-left:96.66667%!important}.large-reset-order{margin-left:0;margin-right:0;left:auto;right:auto;float:left}.column.large-centered,.columns.large-centered{margin-left:auto;margin-right:auto;float:none}.column.large-uncentered,.columns.large-uncentered{margin-left:0;margin-right:0;float:left}.column.large-centered:last-child,.columns.large-centered:last-child{float:none}.column.large-uncentered:last-child,.columns.large-uncentered:last-child{float:left}.column.large-uncentered.opposite,.columns.large-uncentered.opposite{float:right}.row.large-collapse>.column,.row.large-collapse>.columns{padding-left:0;padding-right:0}.row.large-collapse .row{margin-left:0;margin-right:0}.row.large-uncollapse>.column,.row.large-uncollapse>.columns{padding-left:1rem;padding-right:1rem;float:left}.push-0{left:0;right:auto}.pull-0,.push-0{position:relative}.pull-0{right:0;left:auto}.push-1{left:3.33333%;right:auto}.pull-1,.push-1{position:relative}.pull-1{right:3.33333%;left:auto}.push-2{left:6.66667%;right:auto}.pull-2,.push-2{position:relative}.pull-2{right:6.66667%;left:auto}.push-3{left:10%;right:auto}.pull-3,.push-3{position:relative}.pull-3{right:10%;left:auto}.push-4{left:13.33333%;right:auto}.pull-4,.push-4{position:relative}.pull-4{right:13.33333%;left:auto}.push-5{left:16.66667%;right:auto}.pull-5,.push-5{position:relative}.pull-5{right:16.66667%;left:auto}.push-6{left:20%;right:auto}.pull-6,.push-6{position:relative}.pull-6{right:20%;left:auto}.push-7{left:23.33333%;right:auto}.pull-7,.push-7{position:relative}.pull-7{right:23.33333%;left:auto}.push-8{left:26.66667%;right:auto}.pull-8,.push-8{position:relative}.pull-8{right:26.66667%;left:auto}.push-9{left:30%;right:auto}.pull-9,.push-9{position:relative}.pull-9{right:30%;left:auto}.push-10{position:relative;left:33.33333%;right:auto}.pull-10{position:relative;right:33.33333%;left:auto}.push-11{position:relative;left:36.66667%;right:auto}.pull-11{position:relative;right:36.66667%;left:auto}.push-12{position:relative;left:40%;right:auto}.pull-12{position:relative;right:40%;left:auto}.push-13{position:relative;left:43.33333%;right:auto}.pull-13{position:relative;right:43.33333%;left:auto}.push-14{position:relative;left:46.66667%;right:auto}.pull-14{position:relative;right:46.66667%;left:auto}.push-15{position:relative;left:50%;right:auto}.pull-15{position:relative;right:50%;left:auto}.push-16{position:relative;left:53.33333%;right:auto}.pull-16{position:relative;right:53.33333%;left:auto}.push-17{position:relative;left:56.66667%;right:auto}.pull-17{position:relative;right:56.66667%;left:auto}.push-18{position:relative;left:60%;right:auto}.pull-18{position:relative;right:60%;left:auto}.push-19{position:relative;left:63.33333%;right:auto}.pull-19{position:relative;right:63.33333%;left:auto}.push-20{position:relative;left:66.66667%;right:auto}.pull-20{position:relative;right:66.66667%;left:auto}.push-21{position:relative;left:70%;right:auto}.pull-21{position:relative;right:70%;left:auto}.push-22{position:relative;left:73.33333%;right:auto}.pull-22{position:relative;right:73.33333%;left:auto}.push-23{position:relative;left:76.66667%;right:auto}.pull-23{position:relative;right:76.66667%;left:auto}.push-24{position:relative;left:80%;right:auto}.pull-24{position:relative;right:80%;left:auto}.push-25{position:relative;left:83.33333%;right:auto}.pull-25{position:relative;right:83.33333%;left:auto}.push-26{position:relative;left:86.66667%;right:auto}.pull-26{position:relative;right:86.66667%;left:auto}.push-27{position:relative;left:90%;right:auto}.pull-27{position:relative;right:90%;left:auto}.push-28{position:relative;left:93.33333%;right:auto}.pull-28{position:relative;right:93.33333%;left:auto}.push-29{position:relative;left:96.66667%;right:auto}.pull-29{position:relative;right:96.66667%;left:auto}}.accordion{margin-bottom:0}.accordion:after,.accordion:before{content:" ";display:table}.accordion:after{clear:both}.accordion .accordion-navigation,.accordion dd{display:block;margin-bottom:0!important}.accordion .accordion-navigation.active>a,.accordion dd.active>a{background:#e8e8e8}.accordion .accordion-navigation>a,.accordion dd>a{background:#efefef;color:#222;padding:1.06667rem;display:block;font-family:Diogenes Sans,Arial,sans-serif;font-size:1.06667rem}.accordion .accordion-navigation>a:hover,.accordion dd>a:hover{background:#e3e3e3}.accordion .accordion-navigation>.content,.accordion dd>.content{display:none;padding:1rem}.accordion .accordion-navigation>.content.active,.accordion dd>.content.active{display:block;background:#fff}.alert-box{display:block;font-weight:400;margin-bottom:1.33333rem;position:relative;padding:.93333rem 1.6rem .93333rem .93333rem;font-size:.86667rem;-webkit-transition:opacity .3s ease-out;transition:opacity .3s ease-out;background-color:#180000;border:1px solid #150000;color:#fff}.alert-box .close{font-size:1.46667rem;padding:9px 6px 4px;line-height:0;position:absolute;top:50%;margin-top:-.73333rem;right:.26667rem;color:#333;opacity:.3;background:inherit}.alert-box .close:focus,.alert-box .close:hover{opacity:.5}.alert-box.radius{border-radius:6}.alert-box.round{border-radius:1000px}.alert-box.success{background-color:#43ac6a;border-color:#3a945b;color:#fff}.alert-box.alert{background-color:#e80000;border-color:#c80000;color:#fff}.alert-box.secondary{background-color:#400;border-color:#3a0000;color:#fff}.alert-box.warning{background-color:#f08a24;border-color:#de770f;color:#fff}.alert-box.info{background-color:#a0d3e8;border-color:#74bfdd;color:#170000}.alert-box.alert-close{opacity:0}.button,button{cursor:pointer;font-family:Diogenes Sans,Arial,sans-serif;font-weight:400;line-height:normal;margin:0 0 1.33333rem;position:relative;text-decoration:none;text-align:center;-webkit-appearance:none;border-radius:0;display:inline-block;padding:.53333rem 1.06667rem .6rem;font-size:.86667rem;background-color:#180000;border:0 solid #130000;color:#fff;-webkit-transition:background-color .3s ease-out;transition:background-color .3s ease-out}.button:focus,.button:hover,button:focus,button:hover{background-color:#130000;color:#fff}.button.secondary,button.secondary{background-color:#400;border-color:#360000;color:#fff}.button.secondary:focus,.button.secondary:hover,button.secondary:focus,button.secondary:hover{background-color:#360000;color:#fff}.button.success,button.success{background-color:#43ac6a;border-color:#368a55;color:#fff}.button.success:focus,.button.success:hover,button.success:focus,button.success:hover{background-color:#368a55;color:#fff}.button.alert,button.alert{background-color:#e80000;border-color:#ba0000;color:#fff}.button.alert:focus,.button.alert:hover,button.alert:focus,button.alert:hover{background-color:#ba0000;color:#fff}.button.warning,button.warning{background-color:#f08a24;border-color:#cf6e0e;color:#fff}.button.warning:focus,.button.warning:hover,button.warning:focus,button.warning:hover{background-color:#cf6e0e;color:#fff}.button.info,button.info{background-color:#a0d3e8;border-color:#61b6d9;color:#333}.button.info:focus,.button.info:hover,button.info:focus,button.info:hover{background-color:#61b6d9;color:#fff}.button.large,button.large{padding:2rem 4rem 2.06667rem;font-size:1.33333rem}.button.small,button.small{padding:.4rem .8rem .46667rem;font-size:.86667rem}.button.tiny,button.tiny{padding:.33333rem .66667rem .4rem;font-size:.73333rem}.button.expand,button.expand{padding-right:0;padding-left:0;width:100%}.button.left-align,button.left-align{text-align:left;text-indent:.8rem}.button.right-align,button.right-align{text-align:right;padding-right:.8rem}.button.radius,button.radius{border-radius:6}.button.round,button.round{border-radius:1000px}.button.disabled,.button[disabled],button.disabled,button[disabled]{background-color:#180000;border-color:#130000;color:#fff;cursor:default;opacity:.7;box-shadow:none}.button.disabled:focus,.button.disabled:hover,.button[disabled]:focus,.button[disabled]:hover,button.disabled:focus,button.disabled:hover,button[disabled]:focus,button[disabled]:hover{background-color:#130000;color:#fff;background-color:#180000}.button.disabled.secondary,.button[disabled].secondary,button.disabled.secondary,button[disabled].secondary{background-color:#400;border-color:#360000;color:#fff;cursor:default;opacity:.7;box-shadow:none}.button.disabled.secondary:focus,.button.disabled.secondary:hover,.button[disabled].secondary:focus,.button[disabled].secondary:hover,button.disabled.secondary:focus,button.disabled.secondary:hover,button[disabled].secondary:focus,button[disabled].secondary:hover{background-color:#360000;color:#fff;background-color:#400}.button.disabled.success,.button[disabled].success,button.disabled.success,button[disabled].success{background-color:#43ac6a;border-color:#368a55;color:#fff;cursor:default;opacity:.7;box-shadow:none}.button.disabled.success:focus,.button.disabled.success:hover,.button[disabled].success:focus,.button[disabled].success:hover,button.disabled.success:focus,button.disabled.success:hover,button[disabled].success:focus,button[disabled].success:hover{background-color:#368a55;color:#fff;background-color:#43ac6a}.button.disabled.alert,.button[disabled].alert,button.disabled.alert,button[disabled].alert{background-color:#e80000;border-color:#ba0000;color:#fff;cursor:default;opacity:.7;box-shadow:none}.button.disabled.alert:focus,.button.disabled.alert:hover,.button[disabled].alert:focus,.button[disabled].alert:hover,button.disabled.alert:focus,button.disabled.alert:hover,button[disabled].alert:focus,button[disabled].alert:hover{background-color:#ba0000;color:#fff;background-color:#e80000}.button.disabled.warning,.button[disabled].warning,button.disabled.warning,button[disabled].warning{background-color:#f08a24;border-color:#cf6e0e;color:#fff;cursor:default;opacity:.7;box-shadow:none}.button.disabled.warning:focus,.button.disabled.warning:hover,.button[disabled].warning:focus,.button[disabled].warning:hover,button.disabled.warning:focus,button.disabled.warning:hover,button[disabled].warning:focus,button[disabled].warning:hover{background-color:#cf6e0e;color:#fff;background-color:#f08a24}.button.disabled.info,.button[disabled].info,button.disabled.info,button[disabled].info{background-color:#a0d3e8;border-color:#61b6d9;color:#333;cursor:default;opacity:.7;box-shadow:none}.button.disabled.info:focus,.button.disabled.info:hover,.button[disabled].info:focus,.button[disabled].info:hover,button.disabled.info:focus,button.disabled.info:hover,button[disabled].info:focus,button[disabled].info:hover{background-color:#61b6d9;color:#fff;background-color:#a0d3e8}button::-moz-focus-inner{border:0;padding:0}@media only screen and (min-width:40.063em){.button,button{display:inline-block}}.f-dropdown{position:absolute;left:-9999px;list-style:none;margin-left:0;outline:none;width:100%;max-height:none;height:auto;background:#fff;border:0;font-size:.93333rem;z-index:89;margin-top:2px;max-width:200px}.f-dropdown>:first-child{margin-top:0}.f-dropdown>:last-child{margin-bottom:0}.f-dropdown:before{border:0 inset transparent;border-bottom:0 solid #fff;top:0;left:10px;z-index:89}.f-dropdown:after,.f-dropdown:before{content:"";display:block;width:0;height:0;position:absolute}.f-dropdown:after{border:1px inset transparent;border-bottom:1px;top:-2px;left:9px;z-index:88}.f-dropdown.right:before{left:auto;right:10px}.f-dropdown.right:after{left:auto;right:9px}.f-dropdown.drop-right{position:absolute;left:-9999px;list-style:none;outline:none;width:100%;max-height:none;height:auto;background:#fff;border:0;font-size:.93333rem;z-index:89;margin-top:0;margin-left:2px;max-width:200px}.f-dropdown.drop-right>:first-child{margin-top:0}.f-dropdown.drop-right>:last-child{margin-bottom:0}.f-dropdown.drop-right:before{border:0 inset transparent;border-right:0 solid #fff;top:10px;left:0;z-index:89}.f-dropdown.drop-right:after,.f-dropdown.drop-right:before{content:"";display:block;width:0;height:0;position:absolute}.f-dropdown.drop-right:after{border:1px inset transparent;border-right:1px;top:9px;left:-2px;z-index:88}.f-dropdown.drop-left{position:absolute;left:-9999px;list-style:none;outline:none;width:100%;max-height:none;height:auto;background:#fff;border:0;font-size:.93333rem;z-index:89;margin-top:0;margin-left:-2px;max-width:200px}.f-dropdown.drop-left>:first-child{margin-top:0}.f-dropdown.drop-left>:last-child{margin-bottom:0}.f-dropdown.drop-left:before{border:0 inset transparent;border-left:0 solid #fff;top:10px;right:0;z-index:89}.f-dropdown.drop-left:after,.f-dropdown.drop-left:before{content:"";display:block;width:0;height:0;position:absolute;left:auto}.f-dropdown.drop-left:after{border:1px inset transparent;border-left:1px;top:9px;right:-2px;z-index:88}.f-dropdown.drop-top{position:absolute;left:-9999px;list-style:none;outline:none;width:100%;max-height:none;height:auto;background:#fff;border:0;font-size:.93333rem;z-index:89;margin-top:-2px;margin-left:0;max-width:200px}.f-dropdown.drop-top>:first-child{margin-top:0}.f-dropdown.drop-top>:last-child{margin-bottom:0}.f-dropdown.drop-top:before{border:0 inset transparent;border-top:0 solid #fff;bottom:0;left:10px;z-index:89}.f-dropdown.drop-top:after,.f-dropdown.drop-top:before{content:"";display:block;width:0;height:0;position:absolute;top:auto;right:auto}.f-dropdown.drop-top:after{border:1px inset transparent;border-top:1px;bottom:-2px;left:9px;z-index:88}.f-dropdown li{font-size:.93333rem;cursor:pointer;line-height:1.2rem;margin:0}.f-dropdown li:focus,.f-dropdown li:hover{background:#eee}.f-dropdown li.radius{border-radius:6}.f-dropdown li a{display:block;padding:.5rem;color:#555}.f-dropdown.content{position:absolute;left:-9999px;list-style:none;margin-left:0;outline:none;padding:1.33333rem;width:100%;height:auto;max-height:none;background:#fff;border:0;font-size:.93333rem;z-index:89;max-width:200px}.f-dropdown.content>:first-child{margin-top:0}.f-dropdown.content>:last-child{margin-bottom:0}.f-dropdown.tiny{max-width:200px}.f-dropdown.small{max-width:300px}.f-dropdown.medium{max-width:500px}.f-dropdown.large{max-width:800px}.f-dropdown.mega{width:100%!important;max-width:100%!important}.f-dropdown.mega.open{left:0!important}form{margin:0 0 .66667rem}form .row .row{margin:0 -.33333rem}form .row .row .column,form .row .row .columns{padding:0 .33333rem}form .row .row.collapse{margin:0}form .row .row.collapse .column,form .row .row.collapse .columns{padding:0}form .row .row.collapse input{-webkit-border-bottom-right-radius:0;-webkit-border-top-right-radius:0;border-bottom-right-radius:0;border-top-right-radius:0}form .row input.column,form .row input.columns,form .row textarea.column,form .row textarea.columns{padding-left:.33333rem}label{font-size:1rem;color:#180000;cursor:pointer;display:block;font-weight:400;line-height:1.5;margin-bottom:0}label.right{float:none!important;text-align:right}label.inline{margin:0 0 .66667rem;padding:.4rem 0}label small{text-transform:capitalize;color:#610000}.postfix,.prefix{display:block;position:relative;z-index:2;text-align:center;width:100%;padding-top:0;padding-bottom:0;border-style:solid;border-width:1px;overflow:hidden;font-size:1rem;height:1.93333rem;line-height:1.93333rem}.postfix.button,.prefix.button{padding:0;text-align:center;border:none}.prefix.button.radius{border-radius:0;-webkit-border-bottom-left-radius:6;-webkit-border-top-left-radius:6;border-bottom-left-radius:6;border-top-left-radius:6}.postfix.button.radius{border-radius:0;-webkit-border-bottom-right-radius:6;-webkit-border-top-right-radius:6;border-bottom-right-radius:6;border-top-right-radius:6}.prefix.button.round{border-radius:0;-webkit-border-bottom-left-radius:1000px;-webkit-border-top-left-radius:1000px;border-bottom-left-radius:1000px;border-top-left-radius:1000px}.postfix.button.round{border-radius:0;-webkit-border-bottom-right-radius:1000px;-webkit-border-top-right-radius:1000px;border-bottom-right-radius:1000px;border-top-right-radius:1000px}label.prefix,span.prefix{background:#f2f2f2;color:#333;border-right:none;border-color:#ccc}label.postfix,span.postfix{background:#f2f2f2;color:#333;border-left:none;border-color:#ccc}input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],textarea{-webkit-appearance:none;border-radius:0;background-color:#fff;font-family:inherit;border:1px solid #180000;box-shadow:none;color:#180000;display:block;font-size:1rem;margin:0 0 .66667rem;padding:.33333rem;height:1.93333rem;width:100%;box-sizing:border-box;-webkit-transition:all .15s linear;transition:all .15s linear}input[type=color]:focus,input[type=date]:focus,input[type=datetime-local]:focus,input[type=datetime]:focus,input[type=email]:focus,input[type=month]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=time]:focus,input[type=url]:focus,input[type=week]:focus,textarea:focus{background:#fff;border-color:#180000;outline:none}fieldset[disabled] input[type=color],fieldset[disabled] input[type=date],fieldset[disabled] input[type=datetime-local],fieldset[disabled] input[type=datetime],fieldset[disabled] input[type=email],fieldset[disabled] input[type=month],fieldset[disabled] input[type=number],fieldset[disabled] input[type=password],fieldset[disabled] input[type=search],fieldset[disabled] input[type=tel],fieldset[disabled] input[type=text],fieldset[disabled] input[type=time],fieldset[disabled] input[type=url],fieldset[disabled] input[type=week],fieldset[disabled] textarea,input[type=color]:disabled,input[type=color][disabled],input[type=color][readonly],input[type=date]:disabled,input[type=date][disabled],input[type=date][readonly],input[type=datetime-local]:disabled,input[type=datetime-local][disabled],input[type=datetime-local][readonly],input[type=datetime]:disabled,input[type=datetime][disabled],input[type=datetime][readonly],input[type=email]:disabled,input[type=email][disabled],input[type=email][readonly],input[type=month]:disabled,input[type=month][disabled],input[type=month][readonly],input[type=number]:disabled,input[type=number][disabled],input[type=number][readonly],input[type=password]:disabled,input[type=password][disabled],input[type=password][readonly],input[type=search]:disabled,input[type=search][disabled],input[type=search][readonly],input[type=tel]:disabled,input[type=tel][disabled],input[type=tel][readonly],input[type=text]:disabled,input[type=text][disabled],input[type=text][readonly],input[type=time]:disabled,input[type=time][disabled],input[type=time][readonly],input[type=url]:disabled,input[type=url][disabled],input[type=url][readonly],input[type=week]:disabled,input[type=week][disabled],input[type=week][readonly],textarea:disabled,textarea[disabled],textarea[readonly]{background-color:#ddd;cursor:default}input[type=color].radius,input[type=date].radius,input[type=datetime-local].radius,input[type=datetime].radius,input[type=email].radius,input[type=month].radius,input[type=number].radius,input[type=password].radius,input[type=search].radius,input[type=tel].radius,input[type=text].radius,input[type=time].radius,input[type=url].radius,input[type=week].radius,textarea.radius{border-radius:6}form .row .prefix-radius.row.collapse input,form .row .prefix-radius.row.collapse select,form .row .prefix-radius.row.collapse textarea{border-radius:0;-webkit-border-bottom-right-radius:6;-webkit-border-top-right-radius:6;border-bottom-right-radius:6;border-top-right-radius:6}form .row .postfix-radius.row.collapse input,form .row .postfix-radius.row.collapse select,form .row .postfix-radius.row.collapse textarea,form .row .prefix-radius.row.collapse .prefix{border-radius:0;-webkit-border-bottom-left-radius:6;-webkit-border-top-left-radius:6;border-bottom-left-radius:6;border-top-left-radius:6}form .row .postfix-radius.row.collapse .postfix{border-radius:0;-webkit-border-bottom-right-radius:6;-webkit-border-top-right-radius:6;border-bottom-right-radius:6;border-top-right-radius:6}form .row .prefix-round.row.collapse input,form .row .prefix-round.row.collapse select,form .row .prefix-round.row.collapse textarea{border-radius:0;-webkit-border-bottom-right-radius:1000px;-webkit-border-top-right-radius:1000px;border-bottom-right-radius:1000px;border-top-right-radius:1000px}form .row .postfix-round.row.collapse input,form .row .postfix-round.row.collapse select,form .row .postfix-round.row.collapse textarea,form .row .prefix-round.row.collapse .prefix{border-radius:0;-webkit-border-bottom-left-radius:1000px;-webkit-border-top-left-radius:1000px;border-bottom-left-radius:1000px;border-top-left-radius:1000px}form .row .postfix-round.row.collapse .postfix{border-radius:0;-webkit-border-bottom-right-radius:1000px;-webkit-border-top-right-radius:1000px;border-bottom-right-radius:1000px;border-top-right-radius:1000px}input[type=submit]{-webkit-appearance:none;border-radius:0}textarea[rows]{height:auto}textarea{max-width:100%}select{-webkit-appearance:none!important;background-color:#fafafa;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjEyIiB3aWR0aD0iMjQiIGhlaWdodD0iMyIgdmlld0JveD0iMCAwIDYgMyI+PHBhdGggZD0iTTUuOTkyIDBsLTMgMy0zLTN6Ii8+PC9zdmc+);background-position:100%;background-repeat:no-repeat;border:1px solid #180000;padding:.33333rem;font-size:1rem;font-family:Diogenes Sans,Arial,sans-serif;color:#180000;line-height:normal;border-radius:0;height:1.93333rem}select::-ms-expand{display:none}select.radius{border-radius:6}select:hover{background-color:#f3f3f3;border-color:#180000}select:disabled{background-color:#ddd;cursor:default}input[type=checkbox],input[type=file],input[type=radio],select{margin:0 0 .66667rem}input[type=checkbox]+label,input[type=radio]+label{display:inline-block;margin-left:.33333rem;margin-right:.66667rem;margin-bottom:0;vertical-align:baseline}input[type=file]{width:100%}fieldset{border:1px solid #ddd;padding:1.33333rem;margin:1.2rem 0}fieldset legend{font-weight:700;background:#fff;padding:0 .2rem;margin:0 0 0 -.2rem}[data-abide] .error small.error,[data-abide] .error span.error,[data-abide] small.error,[data-abide] span.error{display:block;padding:.4rem .6rem .6rem;margin-top:-1px;margin-bottom:.66667rem;font-size:.8rem;font-weight:400;font-style:italic;background:#e80000;color:#e80000}[data-abide] small.error,[data-abide] span.error{display:none}small.error,span.error{display:block;padding:.4rem .6rem .6rem;margin-top:-1px;font-size:.8rem;font-weight:400;font-style:italic;background:#e80000;color:#e80000}.error input[type=checkbox],.error input[type=radio],small.error,span.error{margin-bottom:.66667rem}.error label,.error label.error{color:#e80000}.error small.error{display:block;padding:.4rem .6rem .6rem;margin-top:-1px;margin-bottom:.66667rem;font-size:.8rem;font-weight:400;font-style:italic;background:#e80000;color:#e80000}.error>label>small{color:#610000;background:transparent;padding:0;text-transform:capitalize;font-style:normal;font-size:60%;margin:0;display:inline}.error span.error-message{display:block}input.error,select.error,textarea.error{margin-bottom:0}label.error{color:#e80000}.inline-list{margin:0 0 1.13333rem -1.46667rem;padding:0;list-style:none;overflow:hidden}.inline-list>li{list-style:none;float:left;margin-left:1.46667rem;display:block}.inline-list>li>*{display:block}ul.pagination{display:block;min-height:1.6rem;margin-left:-.33333rem}ul.pagination li{height:1.6rem;color:#222;font-size:.93333rem;margin-left:.33333rem}ul.pagination li a,ul.pagination li button{display:block;padding:.06667rem .66667rem;color:#999;background:none;border-radius:6;font-weight:400;font-size:1em;line-height:inherit;-webkit-transition:background-color .3s ease-out;transition:background-color .3s ease-out}ul.pagination li:hover a,ul.pagination li:hover button,ul.pagination li a:focus,ul.pagination li button:focus{background:#e6e6e6}ul.pagination li.unavailable a,ul.pagination li.unavailable button{cursor:default;color:#999}ul.pagination li.unavailable:hover a,ul.pagination li.unavailable:hover button,ul.pagination li.unavailable a:focus,ul.pagination li.unavailable button:focus{background:transparent}ul.pagination li.current a,ul.pagination li.current button{background:#180000;color:#fff;font-weight:700;cursor:default}ul.pagination li.current a:focus,ul.pagination li.current a:hover,ul.pagination li.current button:focus,ul.pagination li.current button:hover{background:#180000}ul.pagination li{float:left;display:block}.pagination-centered{text-align:center}.pagination-centered ul.pagination li{float:none;display:inline-block}.sub-nav{display:block;width:auto;overflow:hidden;margin:-.26667rem 0 1.2rem;padding-top:.26667rem}.sub-nav dt{text-transform:uppercase}.sub-nav dd,.sub-nav dt,.sub-nav li{float:left;display:inline;margin-left:1.06667rem;margin-bottom:0;font-family:Diogenes Sans,Arial,sans-serif;font-weight:400;font-size:.93333rem;color:#999}.sub-nav dd a,.sub-nav dt a,.sub-nav li a{text-decoration:none;color:#999;padding:.2rem 1.06667rem}.sub-nav dd a:hover,.sub-nav dt a:hover,.sub-nav li a:hover{color:#737373}.sub-nav dd.active a,.sub-nav dt.active a,.sub-nav li.active a{border-radius:3px;font-weight:400;background:#180000;padding:.2rem 1.06667rem;cursor:default;color:#fff}.sub-nav dd.active a:hover,.sub-nav dt.active a:hover,.sub-nav li.active a:hover{background:#150000}table{margin-bottom:1rem;border:0 solid #ddd;table-layout:auto}table,table caption{background:transparent}table caption{color:#180000;font-size:1.06667rem;font-weight:700}table thead{background:#f5f5f5}table thead tr td,table thead tr th{padding:0 .66667rem 0 0;font-size:1rem;font-weight:700;color:#180000}table tfoot{background:#f5f5f5}table tfoot tr td,table tfoot tr th{padding:0 .66667rem 0 0;font-size:1rem;font-weight:700;color:#180000}table tr td,table tr th{padding:.13333rem .66667rem .13333rem 0;font-size:1rem;color:inherit;text-align:left}table tr.alt,table tr.even,table tr:nth-of-type(2n){background:transparent}table tbody tr td,table tbody tr th,table tfoot tr td,table tfoot tr th,table thead tr th,table tr td{display:table-cell;line-height:inherit}.tabs{margin-bottom:0!important;margin-left:0}.tabs:after,.tabs:before{content:" ";display:table}.tabs:after{clear:both}.tabs .tabs-title,.tabs dd{position:relative;margin-bottom:0!important;list-style:none;float:left}.tabs .tabs-title>a,.tabs dd>a{outline:none;display:block;background-color:transparent;color:#400;padding:1rem 2rem;font-family:Diogenes Sans,Arial,sans-serif;font-size:1rem}.tabs .tabs-title>a:hover,.tabs dd>a:hover{background-color:transparent}.tabs .tabs-title.active a,.tabs dd.active a{background-color:transparent;color:#400}.tabs.radius .tab:first-child a,.tabs.radius dd:first-child a{-webkit-border-bottom-left-radius:6;-webkit-border-top-left-radius:6;border-bottom-left-radius:6;border-top-left-radius:6}.tabs.radius .tab:last-child a,.tabs.radius dd:last-child a{-webkit-border-bottom-right-radius:6;-webkit-border-top-right-radius:6;border-bottom-right-radius:6;border-top-right-radius:6}.tabs.vertical .tabs-title,.tabs.vertical dd{position:inherit;float:none;display:block;top:auto}.tabs-content{margin-bottom:1rem;width:100%}.tabs-content:after,.tabs-content:before{content:" ";display:table}.tabs-content:after{clear:both}.tabs-content>.content{display:none;float:left;padding:.5rem 0 0;width:100%}.tabs-content>.content.active{display:block;float:none}.tabs-content>.content.contained{padding:.5rem 0}.tabs-content.vertical{display:block}.tabs-content.vertical>.content{padding:0 .5rem}@media only screen and (min-width:40.063em){.tabs.vertical{width:20%;max-width:20%;float:left;margin:0 0 1.25rem}.tabs-content.vertical{width:80%;max-width:80%;float:left;margin-left:-1px;padding-left:1rem}}.no-js .tabs-content>.content{display:block;float:none}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}.text-justify{text-align:justify!important}@media only screen and (max-width:40em){.small-only-text-left{text-align:left!important}.small-only-text-right{text-align:right!important}.small-only-text-center{text-align:center!important}.small-only-text-justify{text-align:justify!important}}@media only screen{.small-text-left{text-align:left!important}.small-text-right{text-align:right!important}.small-text-center{text-align:center!important}.small-text-justify{text-align:justify!important}}@media only screen and (min-width:40.063em) and (max-width:64em){.medium-only-text-left{text-align:left!important}.medium-only-text-right{text-align:right!important}.medium-only-text-center{text-align:center!important}.medium-only-text-justify{text-align:justify!important}}@media only screen and (min-width:40.063em){.medium-text-left{text-align:left!important}.medium-text-right{text-align:right!important}.medium-text-center{text-align:center!important}.medium-text-justify{text-align:justify!important}}@media only screen and (min-width:64.063em) and (max-width:90em){.large-only-text-left{text-align:left!important}.large-only-text-right{text-align:right!important}.large-only-text-center{text-align:center!important}.large-only-text-justify{text-align:justify!important}}@media only screen and (min-width:64.063em){.large-text-left{text-align:left!important}.large-text-right{text-align:right!important}.large-text-center{text-align:center!important}.large-text-justify{text-align:justify!important}}@media only screen and (min-width:90.063em) and (max-width:120em){.xlarge-only-text-left{text-align:left!important}.xlarge-only-text-right{text-align:right!important}.xlarge-only-text-center{text-align:center!important}.xlarge-only-text-justify{text-align:justify!important}}@media only screen and (min-width:90.063em){.xlarge-text-left{text-align:left!important}.xlarge-text-right{text-align:right!important}.xlarge-text-center{text-align:center!important}.xlarge-text-justify{text-align:justify!important}}@media only screen and (min-width:120.063em) and (max-width:99999999em){.xxlarge-only-text-left{text-align:left!important}.xxlarge-only-text-right{text-align:right!important}.xxlarge-only-text-center{text-align:center!important}.xxlarge-only-text-justify{text-align:justify!important}}@media only screen and (min-width:120.063em){.xxlarge-text-left{text-align:left!important}.xxlarge-text-right{text-align:right!important}.xxlarge-text-center{text-align:center!important}.xxlarge-text-justify{text-align:justify!important}}.list-component h3,blockquote,dd,div,dl,dt,form,h1,h2,h3,h4,h5,h6,li,ol,p,pre,td,th,ul{margin:0;padding:0}a{text-decoration:none;line-height:inherit}a,a:focus,a:hover{color:#180000}a img{border:none}p{font-family:inherit;font-weight:400;font-size:1rem;line-height:1.4;margin-bottom:1rem;text-rendering:optimizeLegibility}p.lead{font-size:1.23333rem;line-height:1.6}p aside{font-size:.93333rem;line-height:1.35;font-style:italic}.list-component h3,h1,h2,h3,h4,h5,h6{font-family:Diogenes Sans,Arial,sans-serif;font-weight:400;font-style:normal;color:#e80000;text-rendering:optimizeLegibility;margin-top:.2rem;margin-bottom:.5rem;line-height:1.4rem}.list-component h3 small,h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{font-size:60%;color:#ff4a4a;line-height:0}h1,h2{font-size:1rem}h3{font-size:1.6rem}.list-component h3,h4,h5,h6{font-size:1rem}.subheader{line-height:1.4;color:#ff4a4a;font-weight:400;margin-top:.2rem;margin-bottom:.5rem}hr{border:solid #e80000;border-width:1px 0 0;clear:both;margin:1rem 0 .93333rem;height:0}em,i{font-style:italic}b,em,i,strong{line-height:inherit}b,strong{font-weight:500}small{font-size:60%;line-height:inherit}code{font-family:Consolas,Liberation Mono,Courier,monospace;font-weight:400;color:#333;background-color:#ff7a7a;border:1px solid #f55;padding:.13333rem .33333rem .06667rem}dl,ol,ul{font-size:1rem;line-height:1.4;margin-bottom:1rem;list-style-position:outside;font-family:inherit}ul{margin-left:1.1rem}ul.no-bullet{margin-left:0}ul.no-bullet li ol,ul.no-bullet li ul{list-style:none}ul.no-bullet li ol,ul.no-bullet li ul,ul li ol,ul li ul{margin-left:1.33333rem;margin-bottom:0}ul.circle li ul,ul.disc li ul,ul.square li ul{list-style:inherit}ul.square{list-style-type:square;margin-left:1.1rem}ul.circle{list-style-type:circle}ul.circle,ul.disc{margin-left:1.1rem}ul.disc{list-style-type:disc}ul.no-bullet{list-style:none}ol{margin-left:1.4rem}ol li ol,ol li ul{margin-left:1.33333rem;margin-bottom:0}dl dt{margin-bottom:.3rem;font-weight:700}dl dd{margin-bottom:.8rem}abbr,acronym{text-transform:uppercase;font-size:90%;color:#180000;cursor:help}abbr{text-transform:none}abbr[title]{border-bottom:1px dotted #ddd}blockquote{margin:0 0 1rem;padding:.6rem 1.33333rem 0 1.26667rem;border-left:1px solid #ddd}blockquote cite{display:block;font-size:.86667rem;color:#ff2929}blockquote cite:before{content:"\2014 \0020"}blockquote cite a,blockquote cite a:visited{color:#ff2929}blockquote,blockquote p{line-height:1.4;color:#ff4a4a}.vcard{display:inline-block;margin:0 0 1.33333rem;border:1px solid #ddd;padding:.66667rem .8rem}.vcard li{margin:0;display:block}.vcard .fn{font-size:1rem}.vcard .fn,.vevent .summary,.vevent abbr{font-weight:700}.vevent abbr{cursor:default;text-decoration:none;border:none;padding:0 .06667rem}@media only screen and (min-width:40.063em){.list-component h3,h1,h2,h3,h4,h5,h6{line-height:1.4rem}h1,h2{font-size:1rem}h3{font-size:1.6rem}.list-component h3,h4,h5,h6{font-size:1rem}}@media only screen{.hide-for-large,.hide-for-large-only,.hide-for-large-up,.hide-for-medium,.hide-for-medium-only,.hide-for-medium-up,.hide-for-xlarge,.hide-for-xlarge-only,.hide-for-xlarge-up,.hide-for-xxlarge,.hide-for-xxlarge-only,.hide-for-xxlarge-up,.show-for-large-down,.show-for-medium-down,.show-for-small,.show-for-small-down,.show-for-small-only,.show-for-small-up,.show-for-xlarge-down,.show-for-xxlarge-down{display:inherit!important}.hide-for-large-down,.hide-for-medium-down,.hide-for-small,.hide-for-small-down,.hide-for-small-only,.hide-for-small-up,.hide-for-xlarge-down,.hide-for-xxlarge-down,.show-for-large,.show-for-large-only,.show-for-large-up,.show-for-medium,.show-for-medium-only,.show-for-medium-up,.show-for-xlarge,.show-for-xlarge-only,.show-for-xlarge-up,.show-for-xxlarge,.show-for-xxlarge-only,.show-for-xxlarge-up{display:none!important}.hidden-for-large,.hidden-for-large-only,.hidden-for-large-up,.hidden-for-medium,.hidden-for-medium-only,.hidden-for-medium-up,.hidden-for-xlarge,.hidden-for-xlarge-only,.hidden-for-xlarge-up,.hidden-for-xxlarge,.hidden-for-xxlarge-only,.hidden-for-xxlarge-up,.visible-for-large-down,.visible-for-medium-down,.visible-for-small,.visible-for-small-down,.visible-for-small-only,.visible-for-small-up,.visible-for-xlarge-down,.visible-for-xxlarge-down{position:static!important;height:auto;width:auto;overflow:visible;clip:auto}.hidden-for-large-down,.hidden-for-medium-down,.hidden-for-small,.hidden-for-small-down,.hidden-for-small-only,.hidden-for-small-up,.hidden-for-xlarge-down,.hidden-for-xxlarge-down,.visible-for-large,.visible-for-large-only,.visible-for-large-up,.visible-for-medium,.visible-for-medium-only,.visible-for-medium-up,.visible-for-xlarge,.visible-for-xlarge-only,.visible-for-xlarge-up,.visible-for-xxlarge,.visible-for-xxlarge-only,.visible-for-xxlarge-up{position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px)}table.hide-for-large,table.hide-for-large-only,table.hide-for-large-up,table.hide-for-medium,table.hide-for-medium-only,table.hide-for-medium-up,table.hide-for-xlarge,table.hide-for-xlarge-only,table.hide-for-xlarge-up,table.hide-for-xxlarge,table.hide-for-xxlarge-only,table.hide-for-xxlarge-up,table.show-for-large-down,table.show-for-medium-down,table.show-for-small,table.show-for-small-down,table.show-for-small-only,table.show-for-small-up,table.show-for-xlarge-down,table.show-for-xxlarge-down{display:table!important}thead.hide-for-large,thead.hide-for-large-only,thead.hide-for-large-up,thead.hide-for-medium,thead.hide-for-medium-only,thead.hide-for-medium-up,thead.hide-for-xlarge,thead.hide-for-xlarge-only,thead.hide-for-xlarge-up,thead.hide-for-xxlarge,thead.hide-for-xxlarge-only,thead.hide-for-xxlarge-up,thead.show-for-large-down,thead.show-for-medium-down,thead.show-for-small,thead.show-for-small-down,thead.show-for-small-only,thead.show-for-small-up,thead.show-for-xlarge-down,thead.show-for-xxlarge-down{display:table-header-group!important}tbody.hide-for-large,tbody.hide-for-large-only,tbody.hide-for-large-up,tbody.hide-for-medium,tbody.hide-for-medium-only,tbody.hide-for-medium-up,tbody.hide-for-xlarge,tbody.hide-for-xlarge-only,tbody.hide-for-xlarge-up,tbody.hide-for-xxlarge,tbody.hide-for-xxlarge-only,tbody.hide-for-xxlarge-up,tbody.show-for-large-down,tbody.show-for-medium-down,tbody.show-for-small,tbody.show-for-small-down,tbody.show-for-small-only,tbody.show-for-small-up,tbody.show-for-xlarge-down,tbody.show-for-xxlarge-down{display:table-row-group!important}tr.hide-for-large,tr.hide-for-large-only,tr.hide-for-large-up,tr.hide-for-medium,tr.hide-for-medium-only,tr.hide-for-medium-up,tr.hide-for-xlarge,tr.hide-for-xlarge-only,tr.hide-for-xlarge-up,tr.hide-for-xxlarge,tr.hide-for-xxlarge-only,tr.hide-for-xxlarge-up,tr.show-for-large-down,tr.show-for-medium-down,tr.show-for-small,tr.show-for-small-down,tr.show-for-small-only,tr.show-for-small-up,tr.show-for-xlarge-down,tr.show-for-xxlarge-down{display:table-row!important}td.hide-for-large,td.hide-for-large-only,td.hide-for-large-up,td.hide-for-medium,td.hide-for-medium-only,td.hide-for-medium-up,td.hide-for-xlarge,td.hide-for-xlarge-only,td.hide-for-xlarge-up,td.hide-for-xxlarge,td.hide-for-xxlarge-only,td.hide-for-xxlarge-up,td.show-for-large-down,td.show-for-medium-down,td.show-for-small,td.show-for-small-down,td.show-for-small-only,td.show-for-small-up,td.show-for-xlarge-down,td.show-for-xxlarge-down,th.hide-for-large,th.hide-for-large-only,th.hide-for-large-up,th.hide-for-medium,th.hide-for-medium-only,th.hide-for-medium-up,th.hide-for-xlarge,th.hide-for-xlarge-only,th.hide-for-xlarge-up,th.hide-for-xxlarge,th.hide-for-xxlarge-only,th.hide-for-xxlarge-up,th.show-for-large-down,th.show-for-medium-down,th.show-for-small,th.show-for-small-down,th.show-for-small-only,th.show-for-small-up,th.show-for-xlarge-down,th.show-for-xxlarge-down{display:table-cell!important}}@media only screen and (min-width:40.063em){.hide-for-large,.hide-for-large-only,.hide-for-large-up,.hide-for-small,.hide-for-small-down,.hide-for-small-only,.hide-for-xlarge,.hide-for-xlarge-only,.hide-for-xlarge-up,.hide-for-xxlarge,.hide-for-xxlarge-only,.hide-for-xxlarge-up,.show-for-large-down,.show-for-medium,.show-for-medium-down,.show-for-medium-only,.show-for-medium-up,.show-for-small-up,.show-for-xlarge-down,.show-for-xxlarge-down{display:inherit!important}.hide-for-large-down,.hide-for-medium,.hide-for-medium-down,.hide-for-medium-only,.hide-for-medium-up,.hide-for-small-up,.hide-for-xlarge-down,.hide-for-xxlarge-down,.show-for-large,.show-for-large-only,.show-for-large-up,.show-for-small,.show-for-small-down,.show-for-small-only,.show-for-xlarge,.show-for-xlarge-only,.show-for-xlarge-up,.show-for-xxlarge,.show-for-xxlarge-only,.show-for-xxlarge-up{display:none!important}.hidden-for-large,.hidden-for-large-only,.hidden-for-large-up,.hidden-for-small,.hidden-for-small-down,.hidden-for-small-only,.hidden-for-xlarge,.hidden-for-xlarge-only,.hidden-for-xlarge-up,.hidden-for-xxlarge,.hidden-for-xxlarge-only,.hidden-for-xxlarge-up,.visible-for-large-down,.visible-for-medium,.visible-for-medium-down,.visible-for-medium-only,.visible-for-medium-up,.visible-for-small-up,.visible-for-xlarge-down,.visible-for-xxlarge-down{position:static!important;height:auto;width:auto;overflow:visible;clip:auto}.hidden-for-large-down,.hidden-for-medium,.hidden-for-medium-down,.hidden-for-medium-only,.hidden-for-medium-up,.hidden-for-small-up,.hidden-for-xlarge-down,.hidden-for-xxlarge-down,.visible-for-large,.visible-for-large-only,.visible-for-large-up,.visible-for-small,.visible-for-small-down,.visible-for-small-only,.visible-for-xlarge,.visible-for-xlarge-only,.visible-for-xlarge-up,.visible-for-xxlarge,.visible-for-xxlarge-only,.visible-for-xxlarge-up{position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px)}table.hide-for-large,table.hide-for-large-only,table.hide-for-large-up,table.hide-for-small,table.hide-for-small-down,table.hide-for-small-only,table.hide-for-xlarge,table.hide-for-xlarge-only,table.hide-for-xlarge-up,table.hide-for-xxlarge,table.hide-for-xxlarge-only,table.hide-for-xxlarge-up,table.show-for-large-down,table.show-for-medium,table.show-for-medium-down,table.show-for-medium-only,table.show-for-medium-up,table.show-for-small-up,table.show-for-xlarge-down,table.show-for-xxlarge-down{display:table!important}thead.hide-for-large,thead.hide-for-large-only,thead.hide-for-large-up,thead.hide-for-small,thead.hide-for-small-down,thead.hide-for-small-only,thead.hide-for-xlarge,thead.hide-for-xlarge-only,thead.hide-for-xlarge-up,thead.hide-for-xxlarge,thead.hide-for-xxlarge-only,thead.hide-for-xxlarge-up,thead.show-for-large-down,thead.show-for-medium,thead.show-for-medium-down,thead.show-for-medium-only,thead.show-for-medium-up,thead.show-for-small-up,thead.show-for-xlarge-down,thead.show-for-xxlarge-down{display:table-header-group!important}tbody.hide-for-large,tbody.hide-for-large-only,tbody.hide-for-large-up,tbody.hide-for-small,tbody.hide-for-small-down,tbody.hide-for-small-only,tbody.hide-for-xlarge,tbody.hide-for-xlarge-only,tbody.hide-for-xlarge-up,tbody.hide-for-xxlarge,tbody.hide-for-xxlarge-only,tbody.hide-for-xxlarge-up,tbody.show-for-large-down,tbody.show-for-medium,tbody.show-for-medium-down,tbody.show-for-medium-only,tbody.show-for-medium-up,tbody.show-for-small-up,tbody.show-for-xlarge-down,tbody.show-for-xxlarge-down{display:table-row-group!important}tr.hide-for-large,tr.hide-for-large-only,tr.hide-for-large-up,tr.hide-for-small,tr.hide-for-small-down,tr.hide-for-small-only,tr.hide-for-xlarge,tr.hide-for-xlarge-only,tr.hide-for-xlarge-up,tr.hide-for-xxlarge,tr.hide-for-xxlarge-only,tr.hide-for-xxlarge-up,tr.show-for-large-down,tr.show-for-medium,tr.show-for-medium-down,tr.show-for-medium-only,tr.show-for-medium-up,tr.show-for-small-up,tr.show-for-xlarge-down,tr.show-for-xxlarge-down{display:table-row!important}td.hide-for-large,td.hide-for-large-only,td.hide-for-large-up,td.hide-for-small,td.hide-for-small-down,td.hide-for-small-only,td.hide-for-xlarge,td.hide-for-xlarge-only,td.hide-for-xlarge-up,td.hide-for-xxlarge,td.hide-for-xxlarge-only,td.hide-for-xxlarge-up,td.show-for-large-down,td.show-for-medium,td.show-for-medium-down,td.show-for-medium-only,td.show-for-medium-up,td.show-for-small-up,td.show-for-xlarge-down,td.show-for-xxlarge-down,th.hide-for-large,th.hide-for-large-only,th.hide-for-large-up,th.hide-for-small,th.hide-for-small-down,th.hide-for-small-only,th.hide-for-xlarge,th.hide-for-xlarge-only,th.hide-for-xlarge-up,th.hide-for-xxlarge,th.hide-for-xxlarge-only,th.hide-for-xxlarge-up,th.show-for-large-down,th.show-for-medium,th.show-for-medium-down,th.show-for-medium-only,th.show-for-medium-up,th.show-for-small-up,th.show-for-xlarge-down,th.show-for-xxlarge-down{display:table-cell!important}}@media only screen and (min-width:64.063em){.hide-for-medium,.hide-for-medium-down,.hide-for-medium-only,.hide-for-small,.hide-for-small-down,.hide-for-small-only,.hide-for-xlarge,.hide-for-xlarge-only,.hide-for-xlarge-up,.hide-for-xxlarge,.hide-for-xxlarge-only,.hide-for-xxlarge-up,.show-for-large,.show-for-large-down,.show-for-large-only,.show-for-large-up,.show-for-medium-up,.show-for-small-up,.show-for-xlarge-down,.show-for-xxlarge-down{display:inherit!important}.hide-for-large,.hide-for-large-down,.hide-for-large-only,.hide-for-large-up,.hide-for-medium-up,.hide-for-small-up,.hide-for-xlarge-down,.hide-for-xxlarge-down,.show-for-medium,.show-for-medium-down,.show-for-medium-only,.show-for-small,.show-for-small-down,.show-for-small-only,.show-for-xlarge,.show-for-xlarge-only,.show-for-xlarge-up,.show-for-xxlarge,.show-for-xxlarge-only,.show-for-xxlarge-up{display:none!important}.hidden-for-medium,.hidden-for-medium-down,.hidden-for-medium-only,.hidden-for-small,.hidden-for-small-down,.hidden-for-small-only,.hidden-for-xlarge,.hidden-for-xlarge-only,.hidden-for-xlarge-up,.hidden-for-xxlarge,.hidden-for-xxlarge-only,.hidden-for-xxlarge-up,.visible-for-large,.visible-for-large-down,.visible-for-large-only,.visible-for-large-up,.visible-for-medium-up,.visible-for-small-up,.visible-for-xlarge-down,.visible-for-xxlarge-down{position:static!important;height:auto;width:auto;overflow:visible;clip:auto}.hidden-for-large,.hidden-for-large-down,.hidden-for-large-only,.hidden-for-large-up,.hidden-for-medium-up,.hidden-for-small-up,.hidden-for-xlarge-down,.hidden-for-xxlarge-down,.visible-for-medium,.visible-for-medium-down,.visible-for-medium-only,.visible-for-small,.visible-for-small-down,.visible-for-small-only,.visible-for-xlarge,.visible-for-xlarge-only,.visible-for-xlarge-up,.visible-for-xxlarge,.visible-for-xxlarge-only,.visible-for-xxlarge-up{position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px)}table.hide-for-medium,table.hide-for-medium-down,table.hide-for-medium-only,table.hide-for-small,table.hide-for-small-down,table.hide-for-small-only,table.hide-for-xlarge,table.hide-for-xlarge-only,table.hide-for-xlarge-up,table.hide-for-xxlarge,table.hide-for-xxlarge-only,table.hide-for-xxlarge-up,table.show-for-large,table.show-for-large-down,table.show-for-large-only,table.show-for-large-up,table.show-for-medium-up,table.show-for-small-up,table.show-for-xlarge-down,table.show-for-xxlarge-down{display:table!important}thead.hide-for-medium,thead.hide-for-medium-down,thead.hide-for-medium-only,thead.hide-for-small,thead.hide-for-small-down,thead.hide-for-small-only,thead.hide-for-xlarge,thead.hide-for-xlarge-only,thead.hide-for-xlarge-up,thead.hide-for-xxlarge,thead.hide-for-xxlarge-only,thead.hide-for-xxlarge-up,thead.show-for-large,thead.show-for-large-down,thead.show-for-large-only,thead.show-for-large-up,thead.show-for-medium-up,thead.show-for-small-up,thead.show-for-xlarge-down,thead.show-for-xxlarge-down{display:table-header-group!important}tbody.hide-for-medium,tbody.hide-for-medium-down,tbody.hide-for-medium-only,tbody.hide-for-small,tbody.hide-for-small-down,tbody.hide-for-small-only,tbody.hide-for-xlarge,tbody.hide-for-xlarge-only,tbody.hide-for-xlarge-up,tbody.hide-for-xxlarge,tbody.hide-for-xxlarge-only,tbody.hide-for-xxlarge-up,tbody.show-for-large,tbody.show-for-large-down,tbody.show-for-large-only,tbody.show-for-large-up,tbody.show-for-medium-up,tbody.show-for-small-up,tbody.show-for-xlarge-down,tbody.show-for-xxlarge-down{display:table-row-group!important}tr.hide-for-medium,tr.hide-for-medium-down,tr.hide-for-medium-only,tr.hide-for-small,tr.hide-for-small-down,tr.hide-for-small-only,tr.hide-for-xlarge,tr.hide-for-xlarge-only,tr.hide-for-xlarge-up,tr.hide-for-xxlarge,tr.hide-for-xxlarge-only,tr.hide-for-xxlarge-up,tr.show-for-large,tr.show-for-large-down,tr.show-for-large-only,tr.show-for-large-up,tr.show-for-medium-up,tr.show-for-small-up,tr.show-for-xlarge-down,tr.show-for-xxlarge-down{display:table-row!important}td.hide-for-medium,td.hide-for-medium-down,td.hide-for-medium-only,td.hide-for-small,td.hide-for-small-down,td.hide-for-small-only,td.hide-for-xlarge,td.hide-for-xlarge-only,td.hide-for-xlarge-up,td.hide-for-xxlarge,td.hide-for-xxlarge-only,td.hide-for-xxlarge-up,td.show-for-large,td.show-for-large-down,td.show-for-large-only,td.show-for-large-up,td.show-for-medium-up,td.show-for-small-up,td.show-for-xlarge-down,td.show-for-xxlarge-down,th.hide-for-medium,th.hide-for-medium-down,th.hide-for-medium-only,th.hide-for-small,th.hide-for-small-down,th.hide-for-small-only,th.hide-for-xlarge,th.hide-for-xlarge-only,th.hide-for-xlarge-up,th.hide-for-xxlarge,th.hide-for-xxlarge-only,th.hide-for-xxlarge-up,th.show-for-large,th.show-for-large-down,th.show-for-large-only,th.show-for-large-up,th.show-for-medium-up,th.show-for-small-up,th.show-for-xlarge-down,th.show-for-xxlarge-down{display:table-cell!important}}@media only screen and (min-width:90.063em){.hide-for-large,.hide-for-large-down,.hide-for-large-only,.hide-for-medium,.hide-for-medium-down,.hide-for-medium-only,.hide-for-small,.hide-for-small-down,.hide-for-small-only,.hide-for-xxlarge,.hide-for-xxlarge-only,.hide-for-xxlarge-up,.show-for-large-up,.show-for-medium-up,.show-for-small-up,.show-for-xlarge,.show-for-xlarge-down,.show-for-xlarge-only,.show-for-xlarge-up,.show-for-xxlarge-down{display:inherit!important}.hide-for-large-up,.hide-for-medium-up,.hide-for-small-up,.hide-for-xlarge,.hide-for-xlarge-down,.hide-for-xlarge-only,.hide-for-xlarge-up,.hide-for-xxlarge-down,.show-for-large,.show-for-large-down,.show-for-large-only,.show-for-medium,.show-for-medium-down,.show-for-medium-only,.show-for-small,.show-for-small-down,.show-for-small-only,.show-for-xxlarge,.show-for-xxlarge-only,.show-for-xxlarge-up{display:none!important}.hidden-for-large,.hidden-for-large-down,.hidden-for-large-only,.hidden-for-medium,.hidden-for-medium-down,.hidden-for-medium-only,.hidden-for-small,.hidden-for-small-down,.hidden-for-small-only,.hidden-for-xxlarge,.hidden-for-xxlarge-only,.hidden-for-xxlarge-up,.visible-for-large-up,.visible-for-medium-up,.visible-for-small-up,.visible-for-xlarge,.visible-for-xlarge-down,.visible-for-xlarge-only,.visible-for-xlarge-up,.visible-for-xxlarge-down{position:static!important;height:auto;width:auto;overflow:visible;clip:auto}.hidden-for-large-up,.hidden-for-medium-up,.hidden-for-small-up,.hidden-for-xlarge,.hidden-for-xlarge-down,.hidden-for-xlarge-only,.hidden-for-xlarge-up,.hidden-for-xxlarge-down,.visible-for-large,.visible-for-large-down,.visible-for-large-only,.visible-for-medium,.visible-for-medium-down,.visible-for-medium-only,.visible-for-small,.visible-for-small-down,.visible-for-small-only,.visible-for-xxlarge,.visible-for-xxlarge-only,.visible-for-xxlarge-up{position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px)}table.hide-for-large,table.hide-for-large-down,table.hide-for-large-only,table.hide-for-medium,table.hide-for-medium-down,table.hide-for-medium-only,table.hide-for-small,table.hide-for-small-down,table.hide-for-small-only,table.hide-for-xxlarge,table.hide-for-xxlarge-only,table.hide-for-xxlarge-up,table.show-for-large-up,table.show-for-medium-up,table.show-for-small-up,table.show-for-xlarge,table.show-for-xlarge-down,table.show-for-xlarge-only,table.show-for-xlarge-up,table.show-for-xxlarge-down{display:table!important}thead.hide-for-large,thead.hide-for-large-down,thead.hide-for-large-only,thead.hide-for-medium,thead.hide-for-medium-down,thead.hide-for-medium-only,thead.hide-for-small,thead.hide-for-small-down,thead.hide-for-small-only,thead.hide-for-xxlarge,thead.hide-for-xxlarge-only,thead.hide-for-xxlarge-up,thead.show-for-large-up,thead.show-for-medium-up,thead.show-for-small-up,thead.show-for-xlarge,thead.show-for-xlarge-down,thead.show-for-xlarge-only,thead.show-for-xlarge-up,thead.show-for-xxlarge-down{display:table-header-group!important}tbody.hide-for-large,tbody.hide-for-large-down,tbody.hide-for-large-only,tbody.hide-for-medium,tbody.hide-for-medium-down,tbody.hide-for-medium-only,tbody.hide-for-small,tbody.hide-for-small-down,tbody.hide-for-small-only,tbody.hide-for-xxlarge,tbody.hide-for-xxlarge-only,tbody.hide-for-xxlarge-up,tbody.show-for-large-up,tbody.show-for-medium-up,tbody.show-for-small-up,tbody.show-for-xlarge,tbody.show-for-xlarge-down,tbody.show-for-xlarge-only,tbody.show-for-xlarge-up,tbody.show-for-xxlarge-down{display:table-row-group!important}tr.hide-for-large,tr.hide-for-large-down,tr.hide-for-large-only,tr.hide-for-medium,tr.hide-for-medium-down,tr.hide-for-medium-only,tr.hide-for-small,tr.hide-for-small-down,tr.hide-for-small-only,tr.hide-for-xxlarge,tr.hide-for-xxlarge-only,tr.hide-for-xxlarge-up,tr.show-for-large-up,tr.show-for-medium-up,tr.show-for-small-up,tr.show-for-xlarge,tr.show-for-xlarge-down,tr.show-for-xlarge-only,tr.show-for-xlarge-up,tr.show-for-xxlarge-down{display:table-row!important}td.hide-for-large,td.hide-for-large-down,td.hide-for-large-only,td.hide-for-medium,td.hide-for-medium-down,td.hide-for-medium-only,td.hide-for-small,td.hide-for-small-down,td.hide-for-small-only,td.hide-for-xxlarge,td.hide-for-xxlarge-only,td.hide-for-xxlarge-up,td.show-for-large-up,td.show-for-medium-up,td.show-for-small-up,td.show-for-xlarge,td.show-for-xlarge-down,td.show-for-xlarge-only,td.show-for-xlarge-up,td.show-for-xxlarge-down,th.hide-for-large,th.hide-for-large-down,th.hide-for-large-only,th.hide-for-medium,th.hide-for-medium-down,th.hide-for-medium-only,th.hide-for-small,th.hide-for-small-down,th.hide-for-small-only,th.hide-for-xxlarge,th.hide-for-xxlarge-only,th.hide-for-xxlarge-up,th.show-for-large-up,th.show-for-medium-up,th.show-for-small-up,th.show-for-xlarge,th.show-for-xlarge-down,th.show-for-xlarge-only,th.show-for-xlarge-up,th.show-for-xxlarge-down{display:table-cell!important}}@media only screen and (min-width:120.063em){.hide-for-large,.hide-for-large-down,.hide-for-large-only,.hide-for-medium,.hide-for-medium-down,.hide-for-medium-only,.hide-for-small,.hide-for-small-down,.hide-for-small-only,.hide-for-xlarge,.hide-for-xlarge-down,.hide-for-xlarge-only,.show-for-large-up,.show-for-medium-up,.show-for-small-up,.show-for-xlarge-up,.show-for-xxlarge,.show-for-xxlarge-down,.show-for-xxlarge-only,.show-for-xxlarge-up{display:inherit!important}.hide-for-large-up,.hide-for-medium-up,.hide-for-small-up,.hide-for-xlarge-up,.hide-for-xxlarge,.hide-for-xxlarge-down,.hide-for-xxlarge-only,.hide-for-xxlarge-up,.show-for-large,.show-for-large-down,.show-for-large-only,.show-for-medium,.show-for-medium-down,.show-for-medium-only,.show-for-small,.show-for-small-down,.show-for-small-only,.show-for-xlarge,.show-for-xlarge-down,.show-for-xlarge-only{display:none!important}.hidden-for-large,.hidden-for-large-down,.hidden-for-large-only,.hidden-for-medium,.hidden-for-medium-down,.hidden-for-medium-only,.hidden-for-small,.hidden-for-small-down,.hidden-for-small-only,.hidden-for-xlarge,.hidden-for-xlarge-down,.hidden-for-xlarge-only,.visible-for-large-up,.visible-for-medium-up,.visible-for-small-up,.visible-for-xlarge-up,.visible-for-xxlarge,.visible-for-xxlarge-down,.visible-for-xxlarge-only,.visible-for-xxlarge-up{position:static!important;height:auto;width:auto;overflow:visible;clip:auto}.hidden-for-large-up,.hidden-for-medium-up,.hidden-for-small-up,.hidden-for-xlarge-up,.hidden-for-xxlarge,.hidden-for-xxlarge-down,.hidden-for-xxlarge-only,.hidden-for-xxlarge-up,.visible-for-large,.visible-for-large-down,.visible-for-large-only,.visible-for-medium,.visible-for-medium-down,.visible-for-medium-only,.visible-for-small,.visible-for-small-down,.visible-for-small-only,.visible-for-xlarge,.visible-for-xlarge-down,.visible-for-xlarge-only{position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px)}table.hide-for-large,table.hide-for-large-down,table.hide-for-large-only,table.hide-for-medium,table.hide-for-medium-down,table.hide-for-medium-only,table.hide-for-small,table.hide-for-small-down,table.hide-for-small-only,table.hide-for-xlarge,table.hide-for-xlarge-down,table.hide-for-xlarge-only,table.show-for-large-up,table.show-for-medium-up,table.show-for-small-up,table.show-for-xlarge-up,table.show-for-xxlarge,table.show-for-xxlarge-down,table.show-for-xxlarge-only,table.show-for-xxlarge-up{display:table!important}thead.hide-for-large,thead.hide-for-large-down,thead.hide-for-large-only,thead.hide-for-medium,thead.hide-for-medium-down,thead.hide-for-medium-only,thead.hide-for-small,thead.hide-for-small-down,thead.hide-for-small-only,thead.hide-for-xlarge,thead.hide-for-xlarge-down,thead.hide-for-xlarge-only,thead.show-for-large-up,thead.show-for-medium-up,thead.show-for-small-up,thead.show-for-xlarge-up,thead.show-for-xxlarge,thead.show-for-xxlarge-down,thead.show-for-xxlarge-only,thead.show-for-xxlarge-up{display:table-header-group!important}tbody.hide-for-large,tbody.hide-for-large-down,tbody.hide-for-large-only,tbody.hide-for-medium,tbody.hide-for-medium-down,tbody.hide-for-medium-only,tbody.hide-for-small,tbody.hide-for-small-down,tbody.hide-for-small-only,tbody.hide-for-xlarge,tbody.hide-for-xlarge-down,tbody.hide-for-xlarge-only,tbody.show-for-large-up,tbody.show-for-medium-up,tbody.show-for-small-up,tbody.show-for-xlarge-up,tbody.show-for-xxlarge,tbody.show-for-xxlarge-down,tbody.show-for-xxlarge-only,tbody.show-for-xxlarge-up{display:table-row-group!important}tr.hide-for-large,tr.hide-for-large-down,tr.hide-for-large-only,tr.hide-for-medium,tr.hide-for-medium-down,tr.hide-for-medium-only,tr.hide-for-small,tr.hide-for-small-down,tr.hide-for-small-only,tr.hide-for-xlarge,tr.hide-for-xlarge-down,tr.hide-for-xlarge-only,tr.show-for-large-up,tr.show-for-medium-up,tr.show-for-small-up,tr.show-for-xlarge-up,tr.show-for-xxlarge,tr.show-for-xxlarge-down,tr.show-for-xxlarge-only,tr.show-for-xxlarge-up{display:table-row!important}td.hide-for-large,td.hide-for-large-down,td.hide-for-large-only,td.hide-for-medium,td.hide-for-medium-down,td.hide-for-medium-only,td.hide-for-small,td.hide-for-small-down,td.hide-for-small-only,td.hide-for-xlarge,td.hide-for-xlarge-down,td.hide-for-xlarge-only,td.show-for-large-up,td.show-for-medium-up,td.show-for-small-up,td.show-for-xlarge-up,td.show-for-xxlarge,td.show-for-xxlarge-down,td.show-for-xxlarge-only,td.show-for-xxlarge-up,th.hide-for-large,th.hide-for-large-down,th.hide-for-large-only,th.hide-for-medium,th.hide-for-medium-down,th.hide-for-medium-only,th.hide-for-small,th.hide-for-small-down,th.hide-for-small-only,th.hide-for-xlarge,th.hide-for-xlarge-down,th.hide-for-xlarge-only,th.show-for-large-up,th.show-for-medium-up,th.show-for-small-up,th.show-for-xlarge-up,th.show-for-xxlarge,th.show-for-xxlarge-down,th.show-for-xxlarge-only,th.show-for-xxlarge-up{display:table-cell!important}}.hide-for-portrait,.show-for-landscape{display:inherit!important}.hide-for-landscape,.show-for-portrait{display:none!important}table.hide-for-landscape,table.show-for-portrait{display:table!important}thead.hide-for-landscape,thead.show-for-portrait{display:table-header-group!important}tbody.hide-for-landscape,tbody.show-for-portrait{display:table-row-group!important}tr.hide-for-landscape,tr.show-for-portrait{display:table-row!important}td.hide-for-landscape,td.show-for-portrait,th.hide-for-landscape,th.show-for-portrait{display:table-cell!important}@media only screen and (orientation:landscape){.hide-for-portrait,.show-for-landscape{display:inherit!important}.hide-for-landscape,.show-for-portrait{display:none!important}table.hide-for-portrait,table.show-for-landscape{display:table!important}thead.hide-for-portrait,thead.show-for-landscape{display:table-header-group!important}tbody.hide-for-portrait,tbody.show-for-landscape{display:table-row-group!important}tr.hide-for-portrait,tr.show-for-landscape{display:table-row!important}td.hide-for-portrait,td.show-for-landscape,th.hide-for-portrait,th.show-for-landscape{display:table-cell!important}}@media only screen and (orientation:portrait){.hide-for-landscape,.show-for-portrait{display:inherit!important}.hide-for-portrait,.show-for-landscape{display:none!important}table.hide-for-landscape,table.show-for-portrait{display:table!important}thead.hide-for-landscape,thead.show-for-portrait{display:table-header-group!important}tbody.hide-for-landscape,tbody.show-for-portrait{display:table-row-group!important}tr.hide-for-landscape,tr.show-for-portrait{display:table-row!important}td.hide-for-landscape,td.show-for-portrait,th.hide-for-landscape,th.show-for-portrait{display:table-cell!important}}.show-for-touch{display:none!important}.hide-for-touch,.touch .show-for-touch{display:inherit!important}.touch .hide-for-touch{display:none!important}.touch table.show-for-touch,table.hide-for-touch{display:table!important}.touch thead.show-for-touch,thead.hide-for-touch{display:table-header-group!important}.touch tbody.show-for-touch,tbody.hide-for-touch{display:table-row-group!important}.touch tr.show-for-touch,tr.hide-for-touch{display:table-row!important}.touch td.show-for-touch,.touch th.show-for-touch,td.hide-for-touch,th.hide-for-touch{display:table-cell!important}@media print{.show-for-print{display:block}.hide-for-print{display:none}table.show-for-print{display:table!important}thead.show-for-print{display:table-header-group!important}tbody.show-for-print{display:table-row-group!important}tr.show-for-print{display:table-row!important}td.show-for-print,th.show-for-print{display:table-cell!important}}.list-component .list-row{border-bottom:1px solid #bcbdc0;margin-bottom:1rem}.list-component h3 .meta-date{font-weight:400;color:#bcbdc0;opacity:.5}.list-group-header{padding-top:1rem;padding-bottom:1rem}.autoren-cover-downloads .list-group-header{padding-top:2rem;padding-bottom:0}.autoren-cover-downloads .download-press-material__wrapper{display:inline}.autoren-cover-downloads .author-list-title{color:#e80000}form .form-element input.error,form .form-element select.error,form .form-element textarea.error{color:#180000;border-color:#e80000;margin-bottom:1rem}form .form-element .optiongroup{margin-bottom:.5rem}form .form-element .optiongroup input{margin-bottom:0}form .form-element .optiongroup.error{color:#e80000}.download{background:none;padding:0;list-style:none}.download a{background-image:url(../img/generic.png);background-position:0;background-repeat:no-repeat;padding-left:22px;padding-bottom:2px;padding-top:2px}.download a:hover{text-decoration:underline}.download.type-pdf a{background-image:url(../img/pdf.png)}.download.type-doc a{background-image:url(../img/doc.png)}.download.type-xls a{background-image:url(../img/xls.png)}.download.type-ppt a{background-image:url(../img/ppt.png)}.download.type-png a{background-image:url(../img/png.png)}.download .type-jpeg a,.download .type-jpg a{background-image:url(../img/jpg.png)}.download.type-avi a{background-image:url(../img/avi.png)}.download.type-mpg a{background-image:url(../img/mpg.png)}.download.type-txt a{background-image:url(../img/txt.png)}.download.type-gif a{background-image:url(../img/gif.png)}.download.type-dotx a{background-image:url(../img/dotx.png)}.download.noicon a{background:none;padding-left:0}.spaceBefore1{height:1rem}.spaceBefore2{height:2rem}.spaceBefore3{height:3rem}.spaceBefore4{height:4rem}.spaceAfter1{height:1rem}.spaceAfter2{height:2rem}.spaceAfter3{height:3rem}.spaceAfter4{height:4rem}hr{margin:0!important}.siteMap ul li{margin-left:10px}.editBtn.book-detail{display:none;font-size:9px;cursor:pointer;background-color:#6a9000;padding:1px 2px 1px 3px;font-family:Verdana,sans-serif!important;z-index:1}.editBtn.book-detail .editLink{color:#fff}@media only screen and (min-width:64.063em){.editBtn.book-detail{display:inline-block}}.c-hamburger{background-color:transparent!important;display:block;position:relative;margin:0;padding:0;width:24px;height:20px;font-size:0;text-indent:-9999px;-webkit-appearance:none;-moz-appearance:none;appearance:none;box-shadow:none;border-radius:0;border:none;cursor:pointer;-webkit-transition:background .1s;transition:background .1s}.c-hamburger:focus{outline:none}.c-hamburger span{display:block;position:absolute;top:9px;left:0;right:0;height:2px;background:#400}.c-hamburger span:after,.c-hamburger span:before{position:absolute;display:block;left:0;width:100%;height:2px;background-color:#400;content:""}.c-hamburger span:before{top:-9px}.c-hamburger span:after{bottom:-9px}.c-hamburger--htx{background-color:#ff3264}.c-hamburger--htx span{-webkit-transition:background 0s .1s;transition:background 0s .1s}.c-hamburger--htx span:after,.c-hamburger--htx span:before{-webkit-transition-duration:.1s,.1s;transition-duration:.1s,.1s;-webkit-transition-delay:0s,.1s;transition-delay:.1s,0s}.c-hamburger--htx span:before{-webkit-transition-property:top,-webkit-transform;transition-property:top,-webkit-transform;transition-property:top,transform;transition-property:top,transform,-webkit-transform}.c-hamburger--htx span:after{-webkit-transition-property:bottom,-webkit-transform;transition-property:bottom,-webkit-transform;transition-property:bottom,transform;transition-property:bottom,transform,-webkit-transform}.c-hamburger--htx.is-active{width:24px;background-color:#cb0032}.c-hamburger--htx.is-active span{background:none}.c-hamburger--htx.is-active span:before{width:24px;top:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.c-hamburger--htx.is-active span:after{width:24px;bottom:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.c-hamburger--htx.is-active span:after,.c-hamburger--htx.is-active span:before{-webkit-transition-delay:0s,.1s;transition-delay:0s,.1s}#newsletter-archives iframe{width:100%;border:none}#newsletter-archives .archiveList{cursor:pointer}.newslettersubscription .no-left-margin{margin-left:0}.newslettersubscription label,.newslettersubscription p{font-weight:400;font-style:normal;color:#000;font-family:Diogenes Sans,Arial,sans-serif}.newslettersubscription a{font-size:1rem}.newsletterArchive iframe{border:none}a{outline:none}ol,ul{list-style:none}ul li ol,ul li ul{margin:0}ul{margin-bottom:0}.column,.columns{min-height:1px}.column.large-7_5,.column.medium-7_5,.column.small-7_5{max-width:25%}.column.large-22_5,.column.medium-22_5,.column.small-22_5{max-width:75%}.hidden{display:none}:focus{outline:none}h2.header-title{border-top:1px solid #400;margin-top:0;padding-top:3px;padding-bottom:8px;color:#400;line-height:1.6}h2.header-title,h2.header-title.active{font-family:Diogenes Sans,Arial,sans-serif}h2.header-title.active{border-top:2px solid #e80000;padding-top:2px;color:#e80000}h2.header-line{border-top:1px solid #400;margin-top:0;padding-top:.13333rem;padding-bottom:.66667rem;line-height:1.6;font-family:Diogenes Sans,Arial,sans-serif}h2.header-line a{color:#400}h2.header-line.header-padding-bottom{padding-bottom:1.33333rem}h3{font-family:Diogenes Sans,Arial,sans-serif;line-height:1.92rem;font-weight:400;font-style:normal}.arrow-red:before,.arrow:before{content:"→";width:.33333rem;margin-right:.66667rem}.arrow-red:before{color:#e80000}.diagonal-arrow{width:.4rem;display:inline-block}.diagonal-arrow svg{width:100%;height:100%}.diagonal-arrow svg circle,.diagonal-arrow svg line,.diagonal-arrow svg path,.diagonal-arrow svg polygon,.diagonal-arrow svg rect{color:#400;fill:currentColor}.ui-helper-hidden-accessible{display:none}.red,.red a{color:#e80000}.black,.black a{color:#180000}.dragger{border-radius:4px;background-color:#a5bc66;cursor:move;left:-1px;position:absolute;top:-1px;font-size:9px;height:auto;padding:5px 10px 3px;text-transform:uppercase;z-index:1000}.brown,.brown a{color:#400}.underline a{text-decoration:underline}.cursive{font-style:italic!important}.serif{font-weight:400;font-style:normal;font-weight:300;font-family:Diogenes Garamond,Times,serif}.font-header{font-weight:400;font-size:1.73333rem;line-height:2rem;font-weight:700}.font-header,.font-list-head{font-style:normal;font-family:Diogenes Sans,Arial,sans-serif}.font-list-head{font-weight:400;font-size:.8rem;line-height:1.06667rem}.font-footer{font-weight:400;font-weight:300}.font-category,.font-footer{font-style:normal;font-size:.8rem;line-height:1.06667rem;font-family:Diogenes Sans,Arial,sans-serif}.font-category{font-weight:400}.font-highlight,.font-highlight a,.font-highlight p{font-weight:400;font-style:normal;font-size:1.46667rem;color:#400;line-height:1.76rem;font-family:Diogenes Sans,Arial,sans-serif;font-weight:300}.font-text-1,.font-text-1 li,.font-text-1 p,.font-text-1 table tr td,.font-text-1 table tr th{font-weight:400;font-style:normal;font-size:.86667rem;line-height:1.4rem;font-weight:300;font-family:Diogenes Garamond,Times,serif}.font-text-1 a{text-decoration:underline}.textAndImage .text table{display:block;border:none}.textAndImage .text table td{padding:.7rem 0;border:none;border-top:1px solid #180000;vertical-align:top}.textAndImage .text ol,.textAndImage .text ul{list-style:none;margin-left:0}.textAndImage .text ol li,.textAndImage .text ul li{margin-bottom:.4rem;padding-left:1em;text-indent:-.7em}.textAndImage .text ol li p,.textAndImage .text ul li p{display:inline}.textAndImage .text ol li:before,.textAndImage .text ul li:before{content:"-";padding-right:.33333rem}.textAndImage .text ol ol,.textAndImage .text ul ol{counter-reset:item}.textAndImage .text ol ol li:before,.textAndImage .text ul ol li:before{content:counter(item) ".";counter-increment:item}.font-text-2,.font-text-2 p{font-weight:400;font-style:normal;font-size:.8rem;line-height:1.2rem;font-weight:300;font-family:Diogenes Garamond,Times,serif}.font-text-2 a{text-decoration:underline}.font-regular{font-weight:400;font-style:normal;font-size:1rem;font-family:Diogenes Sans,Arial,sans-serif}.fixed{position:fixed;bottom:0;left:0;right:0;margin:auto}.author-detail-title,.font-header,.textAndImage h3,.title-detail-title{font-weight:400;font-style:normal;font-size:1.6rem;font-family:Diogenes Sans,Arial,sans-serif}#logo{margin-bottom:1.66667rem}@media only screen and (min-width:40.063em){#logo{margin-top:1.66667rem}}@media only screen and (min-width:40.063em){#logo img{max-width:52%}}@media only screen and (max-width:40em){#logo img{max-width:72%}}#mobile-menu-icons{position:absolute;left:0;margin-top:.5rem}#mobile-menu-icons #mobile-search-icon{margin-top:-2px;width:24px;margin-right:.66667rem;height:24px;display:inline}#mobile-menu-icons #mobile-search-icon img{display:inline;width:100%;height:100%;vertical-align:top}@media only screen and (max-width:40em){#mobile-user-navigation{padding-bottom:.66667rem}}#branding{position:relative;z-index:2000;padding-top:1.33333rem}#user-navigation{margin-top:1.66667rem;font-weight:400;font-style:normal;font-size:.8rem;line-height:1.06667rem;font-family:Diogenes Sans,Arial,sans-serif;font-weight:300}@media only screen and (min-width:40.063em){#mobile-navigation{display:none!important}}@media only screen and (max-width:40em){#navigation{display:none!important}}#navigation{margin-top:.66667rem;z-index:2000}#navigation .search{width:16.66667%}#navigation .search,#navigation .search.wide{padding-left:1rem;padding-right:1rem;float:left}#navigation .search.wide{width:33.33333%}#navigation #sub-navigation>ul>li,#navigation .main-navigation>ul>li{padding-left:1rem;padding-right:1rem;width:16.66667%;float:left;font-family:Diogenes Sans,Arial,sans-serif;padding-bottom:.66667rem}#navigation #sub-navigation>ul>li.active>a,#navigation .main-navigation>ul>li.active>a{color:#e80000;font-family:Diogenes Sans,Arial,sans-serif;border-top:2px solid #e80000;padding-top:.13333rem}#navigation #sub-navigation>ul>li a,#navigation .main-navigation>ul>li a{width:100%;color:#400;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;border-top:1px solid #400;padding-top:.2rem;padding-bottom:.66667rem}#navigation #sub-navigation>ul>li a:hover,#navigation .main-navigation>ul>li a:hover{border-top:2px solid #e80000;padding-top:.13333rem;color:#e80000}.navigation-button{display:none}.navigation-button>ul>li{padding-left:1rem;padding-right:1rem;width:100%;float:left;font-family:Diogenes Sans,Arial,sans-serif;padding-bottom:.66667rem}.navigation-button>ul>li a{color:#400;display:block;border-top:1px solid #400;padding-top:.2rem;padding-bottom:.66667rem}.navigation-button>ul>li a:hover{border-top:2px solid #e80000;padding-top:.13333rem;color:#e80000}#mobile-search input{background-image:none}#mobile-navigation,#mobile-search{z-index:2000;margin-top:0;display:none;position:absolute;width:100%;background-color:#fff}#mobile-navigation .main-navigation>ul>li,#mobile-search .main-navigation>ul>li{padding-left:1rem;padding-right:1rem;width:16.66667%;float:left;font-family:Diogenes Sans,Arial,sans-serif;padding-bottom:.66667rem}@media only screen and (max-width:40em){#mobile-navigation .main-navigation>ul>li,#mobile-search .main-navigation>ul>li{padding-left:1rem;padding-right:1rem;width:100%;float:left}}#mobile-navigation .main-navigation>ul>li.active>a,#mobile-search .main-navigation>ul>li.active>a{color:#e80000;font-family:Diogenes Sans,Arial,sans-serif;border-top:2px solid #e80000;padding-top:.13333rem}#mobile-navigation .main-navigation>ul>li a,#mobile-search .main-navigation>ul>li a{color:#400;display:block;border-top:1px solid #400;padding-top:.2rem;padding-bottom:.66667rem}#mobile-navigation .main-navigation>ul>li a:hover,#mobile-search .main-navigation>ul>li a:hover{border-top:2px solid #e80000;padding-top:.13333rem;color:#e80000}#mobile-navigation .main-navigation>ul>li>ul,#mobile-search .main-navigation>ul>li>ul{display:none}#mobile-navigation .main-navigation>ul>li>ul>li,#mobile-search .main-navigation>ul>li>ul>li{padding-top:.66667rem}#sub-navigation>ul>li{position:relative;width:100%}#sub-navigation>ul>li:hover>ul.dropdown{display:block}#sub-navigation>ul>li>ul.dropdown{width:100%;display:none;position:absolute;left:0;padding-left:1rem;padding-right:1rem;background-color:#fff}#sub-navigation>ul>li>ul>li{width:100%}#sub-navigation>ul>li>ul>li>a{padding-left:.4rem!important}#sub-navigation>ul>li>ul>li.active>a{color:#e80000!important;font-family:Diogenes Sans,Arial,sans-serif!important;border-top:2px solid #e80000!important;padding-top:.13333rem!important}.desktop-meta-navigation #meta-navigation{margin-top:1.66667rem;color:#400}.desktop-meta-navigation #meta-navigation ul{list-style-type:none}.desktop-meta-navigation #meta-navigation ul li{font-weight:400;font-style:normal;font-size:.8rem;line-height:1.06667rem;font-family:Diogenes Sans,Arial,sans-serif;font-weight:300}.desktop-meta-navigation #meta-navigation a{color:#400}.desktop-meta-navigation #meta-navigation a.active{color:#e80000}input[type=text]{padding:0 .33333rem}.search{width:100%;padding-bottom:.66667rem}.search .search-wrapper{border:none;border-top:1px solid #e80000;color:#e80000;font-family:Diogenes Sans,Arial,sans-serif;position:relative;padding-top:.2rem;padding-bottom:.66667rem}.search .search-wrapper:hover{padding-top:.13333rem;border-top:2px solid #e80000}.search .search-wrapper input[type=text]{border:none;padding:0 1.13333rem 0 0;margin:0;height:1.4rem;background-color:transparent}.search .searchbar::-webkit-input-placeholder{font-weight:400;font-style:normal;font-family:Diogenes Sans,Arial,sans-serif;font-weight:300;color:#e80000!important}.search .searchbar:-moz-placeholder,.search .searchbar::-moz-placeholder{font-weight:400;font-style:normal;font-family:Diogenes Sans,Arial,sans-serif;font-weight:300;color:#e80000!important;opacity:1}.search .searchbar:-ms-input-placeholder{font-weight:400;font-style:normal;font-family:Diogenes Sans,Arial,sans-serif;font-weight:300;color:#e80000!important}.search input[type=submit]{position:absolute;width:1rem;height:1rem;top:.33333rem;right:3px;background-color:transparent;border:none;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMyAxMyI+PHBhdGggZmlsbD0iI0U4MDAwMCIgZD0iTTEuMyA1LjRjMC0yLjIgMS44LTQgNC00czQgMS44IDQgNC0xLjggNC00IDQtNC0xLjgtNC00bTExLjQgNi4yTDkuNCA4LjJjLjYtLjguOS0xLjguOS0yLjggMC0yLjgtMi4yLTUtNS01cy01IDIuMi01IDUgMi4yIDUgNSA1YzEuMiAwIDIuMi0uNCAzLjEtMS4xbDMuNCAzLjQuOS0xLjF6Ii8+PC9zdmc+);background-repeat:no-repeat;background-position:100%}.home-media .overlay-image svg{stroke-opacity:.5}#teaser .home-teaser__dynamic{overflow:hidden}@media only screen and (min-width:40.063em){#teaser .home-teaser__dynamic{height:20rem}}#teaser .home-teaser__dynamic .home-teaser__text{position:absolute;left:0;top:0;height:100%;width:100%;box-sizing:border-box;display:none}#teaser .home-teaser__dynamic .home-teaser__text .home-teaser__text-wrapper{padding-left:3.8rem;margin-top:78px;vertical-align:middle;width:100%}#teaser .home-teaser__dynamic .home-teaser__text .home-teaser__text-wrapper .home-teaser__mainTitle p,#teaser .home-teaser__dynamic .home-teaser__text .home-teaser__text-wrapper .home-teaser__mainTitle strong{margin-bottom:0;font-weight:400;font-style:normal;font-weight:300;font-family:Diogenes Garamond,Times,serif;font-size:2.2rem;line-height:1.2}@media screen and (min-width:641px) and (max-width:950px){#teaser .home-teaser__dynamic .home-teaser__text .home-teaser__text-wrapper .home-teaser__mainTitle p,#teaser .home-teaser__dynamic .home-teaser__text .home-teaser__text-wrapper .home-teaser__mainTitle strong{font-size:1.7rem}}#teaser .home-teaser__dynamic .home-teaser__text .home-teaser__text-wrapper .home-teaser__mainTitle a:hover{cursor:pointer}#teaser .home-teaser__dynamic .home-teaser__text .home-teaser__text-wrapper .home-teaser__mainTitle em{line-height:1.2;font-weight:400;font-style:normal;font-weight:300;font-family:Diogenes Garamond,Times,serif;font-style:italic;font-size:2.2rem}#teaser .home-teaser__dynamic .home-teaser__text .home-teaser__text-wrapper .home-teaser__mainTitle.mobile{display:none}@media only screen and (max-width:40em){#teaser .home-teaser__dynamic .home-teaser__text .home-teaser__text-wrapper .home-teaser__mainTitle.mobile{display:inline-block}}#teaser .home-teaser__dynamic .home-teaser__text .home-teaser__text-wrapper .home-teaser__mainTitle.mobile p{display:inline-block}#teaser .home-teaser__dynamic .home-teaser__text .home-teaser__text-wrapper .home-teaser__mainTitle.mobile p br{display:none}#teaser .home-teaser__dynamic .home-teaser__text .home-teaser__text-wrapper .home-teaser__subtitle{margin-top:10px;font-weight:400;font-style:normal;font-family:Diogenes Sans,Arial,sans-serif}#teaser .home-teaser__dynamic .home-teaser__title{width:auto;display:inline-block;position:relative;height:100%;padding:0;margin:0;z-index:2}#teaser div.image-dam img.non-mobile{display:block}#teaser div.image-dam img.mobile{display:none}@media only screen and (max-width:40em){#teaser .swiper-wrapper{padding-bottom:20px}#teaser .swiper-pagination{text-align:center;bottom:0}#teaser .swiper-pagination .swiper-pagination-bullet{margin:0 4px 0 0}#teaser .home-teaser__dynamic .home-teaser__title{position:relative}#teaser .home-teaser__dynamic .home-teaser__title .title-fallback-image .fallback__text{padding-top:.66667rem}#teaser .home-teaser__dynamic .home-teaser__title .title-fallback-image .fallback__title{font-weight:400;font-style:normal;font-size:1rem;line-height:1.2rem;font-family:Didot-Cover,Diogenes Garamond,Times,serif}#teaser .home-teaser__dynamic .home-teaser__title .title-fallback-image .text-author,#teaser .home-teaser__dynamic .home-teaser__title .title-fallback-image .text-title{font-weight:400;font-style:normal;font-size:1.66667rem;line-height:1.8rem;font-family:Didot-Cover,Diogenes Garamond,Times,serif}#teaser .home-teaser__dynamic .home-teaser__title .title-fallback-image .text-title{font-style:italic}#teaser .home-teaser__dynamic .home-teaser__text,#teaser .home-teaser__dynamic .home-teaser__title{width:100%!important}#teaser .home-teaser__dynamic .home-teaser__text{position:relative!important;width:100%!important;max-width:100%;padding-left:0!important}#teaser .home-teaser__dynamic .home-teaser__text .home-teaser__text-wrapper{text-align:center;padding-left:0!important;margin-top:1.33333rem}#teaser .home-teaser__dynamic .home-teaser__text .home-teaser__text-wrapper .home-teaser__mainTitle em,#teaser .home-teaser__dynamic .home-teaser__text .home-teaser__text-wrapper .home-teaser__mainTitle p,#teaser .home-teaser__dynamic .home-teaser__text .home-teaser__text-wrapper .home-teaser__mainTitle strong{font-size:1.3rem}#teaser .home-teaser__dynamic .home-teaser__text .home-teaser__text-wrapper .home-teaser__subtitle{font-size:.8rem;line-height:1.2;margin-top:.33333rem}#teaser div.image-dam img.non-mobile{display:none}#teaser div.image-dam img.mobile{display:block}#teaser a{text-align:center}#teaser div.swiper-slide{min-height:270px}#teaser div.image-wrapper{display:block;margin-left:auto;margin-right:auto;text-align:center;height:100%;width:50%}#teaser div.image-wrapper.image-dam{width:100%}}#teaser-wrapper{margin-top:.66667rem;margin-bottom:2rem}#teaser-wrapper .h1,#teaser-wrapper .teaser-text,#teaser-wrapper h1{margin-top:2rem}#teaser-wrapper .h1,#teaser-wrapper h1,.content-blog .h1,.content-blog h1,.content-diogenesStandard .h1,.content-diogenesStandard h1,.home-newbooks .h1,.home-newbooks h1{font-weight:400;font-style:normal;font-size:1.6rem;font-family:Diogenes Sans,Arial,sans-serif;line-height:2rem}.swiper-button-next,.swiper-button-prev{width:1.86667rem;height:1.86667rem;margin-top:-.93333rem}.slick-next,.slick-prev,.swiper-button-next,.swiper-button-prev{background-size:.93333rem;background-position:50%;background-repeat:no-repeat}.slick-next,.slick-prev{width:3.33333rem;height:100%;margin-top:0}.slick-prev,.swiper-button-prev{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTAuNSIgaGVpZ2h0PSIyMC4yIj48ZGVmcz48cGF0aCBpZD0iYSIgZD0iTTAgMGgxMC41djIwLjJIMHoiLz48L2RlZnM+PGNsaXBQYXRoIGlkPSJiIj48dXNlIHhsaW5rOmhyZWY9IiNhIiBvdmVyZmxvdz0idmlzaWJsZSIvPjwvY2xpcFBhdGg+PHBhdGggZD0iTTEwLjEgMGwuNC40LTkuOCA5LjcgOS44IDkuNy0uNC40TDAgMTAuMXoiIGNsaXAtcGF0aD0idXJsKCNiKSIgZmlsbD0iIzFhMWExOCIvPjwvc3ZnPg==)!important}.slick-next,.swiper-button-next{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTAuNSIgaGVpZ2h0PSIyMC4yIj48ZGVmcz48cGF0aCBpZD0iYSIgZD0iTTAgMGgxMC41djIwLjJIMHoiLz48L2RlZnM+PGNsaXBQYXRoIGlkPSJiIj48dXNlIHhsaW5rOmhyZWY9IiNhIiBvdmVyZmxvdz0idmlzaWJsZSIvPjwvY2xpcFBhdGg+PHBhdGggZD0iTS40IDIwLjJsLS40LS40IDkuNy05LjdMMCAuNC40IDBsMTAuMSAxMC4xeiIgY2xpcC1wYXRoPSJ1cmwoI2IpIiBmaWxsPSIjMWExYTE4Ii8+PC9zdmc+)!important}.swiper-button-disabled{opacity:.5}.swiper-buttons-disabled .swiper-button-next.swiper-button-disabled,.swiper-buttons-disabled .swiper-button-prev.swiper-button-disabled{opacity:0}.slick-dots li button,.swiper-pagination-bullet{border:1px solid #180000!important;background:none!important;opacity:1!important;width:8px;height:8px;display:inline-block;border-radius:100%;box-sizing:border-box}.swiper-pagination-bullet-active,li.slick-active button{opacity:1!important;border:none!important;background:#180000!important}.newbooks-wrapper{margin-bottom:2.66667rem;position:relative}.newbooks-wrapper .swiper-button-prev{left:0!important}.newbooks-wrapper .swiper-button-next{right:0!important}.home-hubspotNewsletter{margin-bottom:2.66667rem}.home-hubspotNewsletter:not(:has(>.header-title:first-child)){border-top:1px solid #400}.swiper-container-newbooks{box-sizing:border-box;margin-left:2rem;margin-right:2rem}.home-press-release-list__wrapper{margin-bottom:1.33333rem;position:relative}@media only screen and (min-width:40.063em){.home-press-release-list__wrapper .swiper-slide{max-width:16.7%}}@media only screen and (max-width:40em){.home-press-release-list__wrapper .swiper-slide{max-width:50%}}.home-press-release-list__wrapper .swiper-button-prev{left:0!important}.home-press-release-list__wrapper .swiper-button-next{right:0!important}.swiper-container-home-press-release-list{box-sizing:border-box;margin-left:2rem;margin-right:2rem}.recommendation-entry{margin-top:.46667rem;margin-bottom:2rem}.recommendation-entry p{margin:0}.recommendation-entry .title,.recommendation-entry .title p{font-size:.86667rem;line-height:.86667rem;color:#400;margin-bottom:.4rem}.recommendation-entry .title em,.recommendation-entry .title i,.recommendation-entry .title p em,.recommendation-entry .title p i{font-weight:400;font-style:normal;font-size:.86667rem;color:#180000;line-height:.86667rem;font-family:Diogenes Sans,Arial,sans-serif;font-style:italic}.recommendation-entry .text,.recommendation-entry .text p{font-size:.8rem;line-height:1.2rem;color:#180000;font-style:normal;font-weight:300}.recommendation-entry .text p strong,.recommendation-entry .text strong{font-weight:400;font-style:normal;font-weight:300;font-family:Diogenes Garamond,Times,serif;font-weight:700}.recommendation-entry .text .media-trailer,.recommendation-entry .text p .media-trailer{width:13px;height:12px;display:inline-block}.recommendation-entry .text .media-trailer svg,.recommendation-entry .text p .media-trailer svg{width:100%;height:100%}.recommendation-entry .text .media-trailer circle,.recommendation-entry .text .media-trailer line,.recommendation-entry .text .media-trailer path,.recommendation-entry .text .media-trailer polygon,.recommendation-entry .text .media-trailer rect,.recommendation-entry .text p .media-trailer circle,.recommendation-entry .text p .media-trailer line,.recommendation-entry .text p .media-trailer path,.recommendation-entry .text p .media-trailer polygon,.recommendation-entry .text p .media-trailer rect{color:#400;fill:currentColor}ul.social-links{float:left;margin-bottom:1.33333rem}ul.social-links li.social-item{width:1.06667rem;height:1.06667rem;float:left;margin-right:1.06667rem;display:block}ul.social-links li.social-item circle,ul.social-links li.social-item line,ul.social-links li.social-item path,ul.social-links li.social-item polygon,ul.social-links li.social-item rect{color:#e80000;fill:currentColor}ul.social-links li.social-item svg{height:100%;width:100%}.home-tabs-main .tabs .tabs-title{padding:0 .5rem!important}.home-tabs-rights{padding-top:.66667rem}.international-agent-entry,.management-entry{font-weight:400;font-style:normal;color:#400;font-family:Diogenes Sans,Arial,sans-serif;font-weight:300}.international-agent-entry strong,.management-entry strong{font-weight:400;font-style:normal;color:#400;font-family:Diogenes Sans,Arial,sans-serif;color:#e80000}.management-entry{border-top:1px solid #400;padding-top:.66667rem;padding-bottom:1.33333rem}.international-agent-entry{transition:padding-left .5s ease;-webkit-transition:padding-left .5s ease;-moz-transition:padding-left .5s ease;-o-transition:padding-left .5s ease;padding-top:.33333rem;padding-bottom:.33333rem;border-bottom:1px solid #bcbdc0}.international-agent-entry.active{padding-left:1.33333rem}.international-agent-entry .country{font-weight:400;font-style:normal;color:#400;font-family:Diogenes Sans,Arial,sans-serif}.international-agent-entry:last-child{border-bottom:none}.home-event-list-row{border-top:1px solid #400;clear:both;padding-top:.46667rem;padding-bottom:1.33333rem}.home-event-list-row.month-row,.home-event-list-row.year-row{color:#e80000;border-top:1px solid #e80000;padding-top:8px;font-size:1rem;padding-bottom:37px}.home-event-list-summary{width:100%;margin-bottom:0}.home-event-list-summary .event-list-description,.home-event-list-summary .event-list-title{color:#180000;margin-left:5rem}.home-event-list-summary.active .event-list-description,.home-event-list-summary.active .event-list-title{color:#e80000}.home-event-list-summary .collapse-content{color:#180000}.home-event-list-summary .collapse-content .event-list-item-info .event-list-item-title-name{font-style:italic}.home-event-list-summary .collapse-content .event-list-item-info .event-list-item-address,.home-event-list-summary .collapse-content .event-list-item-info .event-list-item-time,.home-event-list-summary .collapse-content .event-list-item-info .event-list-item-title-name{display:block;margin-bottom:1.06667rem}.home-event-list-summary .collapse-content .event-list-item-info .event-list-item-address,.home-event-list-summary .collapse-content .event-list-item-info .event-list-item-time{line-height:.93333rem}.day-marker{float:left;position:absolute;color:#e80000}.patch{position:absolute;right:0;top:0;z-index:3000;color:#fff;background-repeat:no-repeat}@media only screen and (max-width:40em){.patch{display:none}}.patch.patch-fixed{right:-10px!important;top:0!important;left:auto!important}.patch .patch-inner-wrapper{width:100%;height:100%;position:relative;overflow:hidden;display:block;box-sizing:border-box}.patch .patch-inner-wrapper .patch-inner{position:absolute;top:50%;left:50%;-webkit-transform:rotate(-10deg) translateX(-50%) translateY(-50%);transform:rotate(-10deg) translateX(-50%) translateY(-50%);-webkit-transform-origin:left top;transform-origin:left top;text-align:center;padding:.66667rem;width:100%;box-sizing:border-box;overflow:hidden}.patch .patch-inner-wrapper .patch-inner p{margin-bottom:.5rem}.patch.patch-large{width:9.33333rem;height:9.33333rem}.patch.patch-large .patch-inner p{font-size:1.13333rem;line-height:1.36rem;font-family:Diogenes Sans,Arial,sans-serif;margin-bottom:.5rem}.patch.patch-large .patch-inner p.patch-title{line-height:1.2}.patch.patch-small{width:4.66667rem;height:4.66667rem;background-size:4.66667rem}.patch.patch-small .patch-inner p{font-size:.73333rem;line-height:.93333rem;font-family:Diogenes Sans,Arial,sans-serif}.patch.patch-small .patch-inner p.patch-title{line-height:1.2}#content{padding-bottom:3.33333rem}#content-inner.margin{margin-top:3rem}.gallery .swiper-slide img{width:100%;height:auto}.editmode .gallery{min-height:200px}.editmode .gallery .swiper-wrapper{display:block}.tabs{padding:0 .5rem!important}.tabs .tabs-title.third,.tabs dd.third{width:33.333333333%}.tabs .tabs-title.half,.tabs dd.half{width:50%}.tabs .tabs-title.quarter,.tabs dd.quarter{width:25%}.tabs .tabs-title>a,.tabs dd>a{padding:0 .5rem!important;width:100%;text-decoration:none!important}.tabs .tabs-title.active .header-title,.tabs .tabs-title.ui-tabs-active .header-title,.tabs dd.active .header-title,.tabs dd.ui-tabs-active .header-title{border-top:2px solid #e80000;padding-top:2px;color:#e80000;font-family:Diogenes Sans,Arial,sans-serif}.tabs .tabs-title .header-title,.tabs dd .header-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:0}#tabs-author hr{border-color:#400}#tabs-author .content{padding-top:0}#tabs-author #media .content-wrapper>.row{margin-top:2rem}@media only screen and (min-width:40.063em){#tabs-author .tabs-content .content-wrapper{max-height:80vh;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}}.filter-form{position:relative;min-height:5.2rem;z-index:100}@media only screen and (min-width:40.063em){.filter-form{display:block!important}}@media only screen and (max-width:40em){.filter-form{display:none}.filter-form.active{display:block}}.filter-list-overlay-loading,.fixed-loading-screen,.overlay-loading{background-size:12rem;background-position:50%;background-repeat:no-repeat;background-color:hsla(0,0%,100%,.8);position:fixed;width:100%;height:100%;top:0;left:0;display:none;z-index:10}.filter__pagination li{float:left;margin-right:10px}.filter__pagination li a,.filter__pagination li strong{font-weight:400;font-style:normal;font-size:.8rem;line-height:1.06667rem;font-family:Diogenes Sans,Arial,sans-serif}.filter__pagination li strong{color:#e80000}.filter-item{margin-bottom:.66667rem;font-family:Diogenes Sans,Arial,sans-serif;position:relative}@media only screen and (min-width:40.063em){.filter-item{padding-left:1rem;padding-right:1rem;width:16.66667%;float:left}}@media only screen and (max-width:40em){.filter-item{padding-left:1rem;padding-right:1rem;width:100%;float:left}}.filter-item .filter-title{position:relative;color:#e80000;padding-top:.2rem;padding-bottom:.66667rem;cursor:pointer;border-top:1px solid #e80000}.filter-item .filter-title>input{display:none}.filter-item .filter-title>label{width:100%;margin:0}.filter-item.active{font-family:Diogenes Sans,Arial,sans-serif}.filter-item.active .filter-title{color:#400;padding-top:.13333rem;border-top:2px solid #400}.filter-item.active .filter-title>label{color:#400}.filter-item.active .filter-reset{display:block;position:absolute;top:.2rem;right:0;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIxNSI+PHBhdGggZD0iTTUuMyA0LjNsLTEgMSAyLjIgMi4yLTIuMiAyLjIgMSAxIDIuMi0yLjIgMi4yIDIuMiAxLTEtMi4yLTIuMiAyLjItMi4yLTEtMS0yLjIgMi4yeiIgZmlsbD0iIzQwMCIvPjwvc3ZnPg==);background-repeat:no-repeat;background-size:1.13333rem;background-position:50%}.filter-item.active .filter-reset:hover{background-image:url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTUiIGhlaWdodD0iMTUiPjxzdHlsZT4uc3Qwe2ZpbGw6IzQwMH08L3N0eWxlPjxwYXRoIGlkPSJYTUxJRF8xMjRfIiBjbGFzcz0ic3QwIiBkPSJNNS4zIDQuM2wtMSAxIDIuMiAyLjItMi4yIDIuMiAxIDEgMi4yLTIuMiAyLjIgMi4yIDEtMS0yLjItMi4yIDIuMi0yLjItMS0xLTIuMiAyLjJ6Ii8+PGcgaWQ9IlhNTElEXzExOF8iPjxwYXRoIGlkPSJYTUxJRF8xM18iIGNsYXNzPSJzdDAiIGQ9Ik03LjUgMS4zYzMuNCAwIDYuMiAyLjggNi4yIDYuMnMtMi44IDYuMi02LjIgNi4yYy0zLjQgMC02LjItMi44LTYuMi02LjJzMi44LTYuMiA2LjItNi4ybTAtMS4zQzMuNCAwIDAgMy40IDAgNy41UzMuNCAxNSA3LjUgMTUgMTUgMTEuNiAxNSA3LjUgMTEuNyAwIDcuNSAweiIvPjwvZz48L3N2Zz4=)}.filter-item.active .selected{display:block}.filter-item .filter-reset{display:none;cursor:pointer;width:1.13333rem;height:1.13333rem;float:right;margin-top:.13333rem}.filter-item .on{color:#e80000;border-top:1px solid #e80000}.filter-item>ul{position:absolute;z-index:200;list-style-type:none;background-color:#fff;box-sizing:border-box;padding:0;margin:0;display:none;font-family:Diogenes Sans,Arial,sans-serif;overflow:hidden;min-width:9.26667rem}@media only screen and (max-width:40em){.filter-item>ul{position:relative;width:100%!important}}.filter-item>ul .ul-sub>li{border-top:1px solid #400;width:9.26667rem;display:inline-block;position:relative;-webkit-transition:transform .4s;-webkit-transition:-webkit-transform .4s;transition:-webkit-transform .4s;transition:transform .4s;transition:transform .4s,-webkit-transform .4s;font-size:15px}.filter-item>ul .ul-sub>li div[data-interface=next],.filter-item>ul .ul-sub>li div[data-interface=prev]{cursor:pointer;height:32px;line-height:28px;width:20px;text-align:center;display:inline-block}.filter-item>ul .ul-sub>li div[data-interface=next].swiper-button-disabled,.filter-item>ul .ul-sub>li div[data-interface=prev].swiper-button-disabled{opacity:.4}.filter-item>ul .ul-sub>li div[data-interface=next]{right:0}.filter-item>ul .ul-sub>li div[data-interface=prev]{left:0}.filter-item>ul .ul-sub>li .year{text-align:center;display:inline-block;font-family:Diogenes Sans,Arial,sans-serif}.filter-item>ul .ul-sub>li .year label{padding:0}.filter-item>ul .ul-sub>li .month{border-top:1px solid #400}.filter-item>ul .ul-sub>li .month .month__count{font-family:Diogenes Sans,Arial,sans-serif}.filter-item>ul .ul-sub>li label{cursor:pointer;color:#400;padding:.33333rem .33333rem .33333rem .66667rem;width:100%;margin:0}.filter-item>ul .ul-sub>li label.disabled{opacity:.4;cursor:default}.filter-item>ul .ul-sub>li:first-child{border-top:2px solid #e80000}.filter-item>ul .ul-sub>li.year-list:first-child{border-top:1px solid #400}.filter-item>ul .ul-sub>li.year-list.current-year{border-top:2px solid #e80000}.filter-item>ul .ul-sub>li.year-list.current-year .year label,.filter-item>ul .ul-sub>li.year-list.current-year div[data-interface=next],.filter-item>ul .ul-sub>li.year-list.current-year div[data-interface=prev]{color:#e80000;font-family:Diogenes Sans,Arial,sans-serif}.filter-item>ul .ul-sub>li input{display:none}.filter-item>ul>li{border-top:1px solid #400}.filter-item>ul>li label{cursor:pointer;color:#400;padding:.33333rem .33333rem .33333rem .66667rem;width:100%;margin:0}.filter-item>ul>li:first-child{border-top:2px solid #e80000}.filter-item>ul>li input{display:none}.filter-item.filter-item-autocomplete>ul>li{padding:.33333rem}.filter-item.filter-dropdown-variant li:first-child{border-top:2px solid #e80000}.filter-item.filter-single.active .filter-title label{color:#400}.filter-item.filter-single .filter-title label{color:#e80000}.filter-item .selected{color:#e80000;display:none;padding:.33333rem .33333rem .33333rem .4rem;border-top:2px solid #e80000}.filter-genre>ul{width:15.89893rem}.filter-item-autocomplete .active{display:block}#author-lookup-field,#product-lookup-field{display:block;width:100%;font-family:Diogenes Sans,Arial,sans-serif;background-color:transparent;border:none;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMyAxMyI+PHBhdGggZmlsbD0iI0U4MDAwMCIgZD0iTTEuMyA1LjRjMC0yLjIgMS44LTQgNC00czQgMS44IDQgNC0xLjggNC00IDQtNC0xLjgtNC00bTExLjQgNi4yTDkuNCA4LjJjLjYtLjguOS0xLjguOS0yLjggMC0yLjgtMi4yLTUtNS01cy01IDIuMi01IDUgMi4yIDUgNSA1YzEuMiAwIDIuMi0uNCAzLjEtMS4xbDMuNCAzLjQuOS0xLjF6Ii8+PC9zdmc+);background-repeat:no-repeat;background-size:1rem;background-position:100%;padding:0 1.13333rem 0 0;margin:0;height:1.53333rem}.sort-item{padding-left:1rem;padding-right:1rem;width:16.66667%;float:left;padding-top:.2rem;margin-bottom:.66667rem;display:block!important}@media only screen and (max-width:40em){.sort-item{float:left!important;padding-left:1rem;padding-right:1rem;width:100%;float:left}}.sort-item label{font-size:.53333rem;float:left;color:#400}.sort-item .active{text-decoration:underline}.sort-item li{float:left;margin-right:.2rem}.sort-item li input{display:none}.sort-item>li{border-top:none!important;padding:0!important}.sort-item .sort-arrow{width:.33333rem;height:.33333rem}.sort-item .sort-arrow svg{width:100%;height:100%}.sort-item .sort-arrow svg circle,.sort-item .sort-arrow svg line,.sort-item .sort-arrow svg path,.sort-item .sort-arrow svg polygon,.sort-item .sort-arrow svg rect{color:#e80000;fill:currentColor}.sorting-wrapper{margin-right:0!important}.ui-widget{font-weight:400;font-style:normal;font-family:Diogenes Sans,Arial,sans-serif;font-weight:300}.ui-widget,.ui-widget .ui-widget{font-size:1rem}.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea{font-weight:400;font-style:normal;font-size:1rem;font-family:Diogenes Sans,Arial,sans-serif;font-weight:300}.ui-widget-content{border:none;background:transparent;color:#e80000;max-height:19.86667rem;overflow:auto;overflow-y:scroll;-webkit-overflow-scrolling:touch}@media only screen and (min-width:40.063em){.ui-widget-content{width:20.53333rem}}@media only screen and (max-width:40em){.ui-widget-content{left:0!important;box-sizing:border-box;padding-left:1rem;padding-right:1rem;width:100%}}.ui-widget-content li{background:#fff;color:#400;box-sizing:border-box;border:1px solid #fff;border-top-color:#400}.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-content li:hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{background:#fff;color:#e80000;position:relative;display:block;border-top:1px solid #e80000;margin:0!important;cursor:pointer}[data-collapse],[data-collapsed]{cursor:pointer}.collapse-content,.collapsed-content{display:none}.collapse-content.active,.collapsed-content.active{display:block}.event-detail{margin-bottom:2rem;color:#400}.event-list-detail .event-list-item-html-data p{margin-bottom:0}.list .list-detail-content{margin-bottom:.66667rem}.list .list-detail-content a.media-item{font-size:13px}.list .list-navigation-content{margin-bottom:.66667rem}@media only screen and (min-width:40.063em){.list .list-navigation-content{max-height:80vh;overflow-y:auto;overflow-x:hidden;position:relative;-webkit-overflow-scrolling:touch}}.home .list{margin-top:0}@media only screen and (min-width:40.063em){.home .list .list-navigation-content{max-height:61rem}}@media only screen and (min-width:40.063em){#tabs-author .list-navigation-content{max-height:none;overflow-y:auto;overflow-x:hidden;position:relative}}.detail-link{color:#e80000}.news-list-detail{color:#180000}.news-list-detail .news-list-detail-content .news-list-detail-text a{color:#180000;text-decoration:underline}.news-icon{color:#180000}.news-icon hr{border:solid #180000;border-width:1px 0 0}.news-icon a{color:#180000}.news-icon a .title{padding-top:.46667rem}.news-icon a .title,.news-icon a .title em,.news-icon a .title i{font-weight:400;font-style:normal;font-size:.86667rem;color:#180000;line-height:.93333rem;font-family:Diogenes Sans,Arial,sans-serif}.news-icon a .title em,.news-icon a .title i{font-style:italic}.news-icon a .text{padding-top:.33333rem;padding-bottom:1.33333rem}.news-icon a .text,.news-icon a .text p{font-weight:400;font-size:.8rem;line-height:1.26667rem;font-family:Diogenes Garamond,Times,serif;font-style:normal;font-weight:300;color:#180000}.news-icon a .text p{display:inline}.news-icon a .text strong{font-weight:400;font-style:normal;font-weight:300;font-family:Diogenes Garamond,Times,serif;font-weight:500}.news-icon.active hr{border:solid #e80000;border-width:1px 0 0}.news-icon.active .text,.news-icon.active .text a,.news-icon.active .text p,.news-icon.active .title{color:#e80000}.press-release-list__wrapper{padding-top:1.33333rem}.press-release-entry{box-sizing:border-box;margin-bottom:2rem}.press-release-entry .press-release__icon{display:block;width:100%;height:auto}.press-release-entry .press-release__icon svg{width:100%;height:100%;display:block}.press-release-entry .press-release__content{padding-left:1rem;padding-right:1rem;position:absolute;width:100%;height:100%;left:0;top:0}.press-release-entry .press-release__content .press-release__content-wrapper{position:relative;width:100%;height:100%;font-weight:400;font-style:normal;font-size:.93333rem;font-family:Diogenes Sans,Arial,sans-serif;line-height:1.2}.press-release-entry .press-release__content .press-release__content-wrapper .press-release__title{padding:.46667rem .66667rem;position:absolute;top:0;width:100%;max-height:80%;overflow:hidden}.press-release-entry .press-release__content .press-release__content-wrapper .press-release__date{padding:.46667rem .66667rem;position:absolute;bottom:0}@media only screen and (max-width:40em){.press-release-entry .press-release__content .press-release__content-wrapper{font-size:.73333rem}.press-release-entry .press-release__content .press-release__content-wrapper .press-release__date,.press-release-entry .press-release__content .press-release__content-wrapper .press-release__title{padding:.33333rem .46667rem}}.press-release-entry.homePressReleaseList{margin-bottom:1px}.press-release-entry.homePressReleaseList,.press-release-entry.homePressReleaseList .press-release__content{padding-left:.66667rem;padding-right:.66667rem}.filter-interface{cursor:pointer;display:none}@media only screen and (max-width:40em){.filter-interface{display:block}}.filter-list{margin-bottom:13.33333rem}ul{margin-left:0}.loading{background-image:url(../img/loading-new-2.gif);background-position:50%;background-size:12rem;background-repeat:no-repeat}.image{box-sizing:border-box;width:100%;position:relative}.image .title-image{position:absolute;box-sizing:border-box;display:block}.image a{width:100%;height:100%;position:relative;display:block}.book-paperback .title-image,.book-taschenbucher .title-image{width:89.5%;bottom:3.5%;left:0}.book-hardcover .title-image{width:88.1%;bottom:4.6%;left:0}.book-ebooks .title-image{width:78.5%;left:10.2%;top:4.4%}.book-ehorbucher .title-image,.book-horbucher .title-image{width:89%;left:0;bottom:3.5%}.book-bucher .title-image{width:85%;left:5%;bottom:3%}.book-non-books .image .background-image,.book-special .image .background-image{display:none}.book-non-books .image .title-image,.book-special .image .title-image{max-width:100%;max-height:100%;position:relative;width:auto;bottom:auto;left:0;right:0;margin:auto}.detail .image,.icon .image{display:none}.detail .image .background-image,.icon .image .background-image{width:100%}.title-fallback-image{position:absolute;top:0;left:0;height:calc(100% - 10px);overflow:hidden;padding:7% 11%}.title-fallback-image .title-fallback-image__wrapper{border:.5px solid #000;border-radius:5px;height:100%;overflow:hidden;position:relative}.title-fallback-image .fallback__title{text-align:center;font-weight:400;font-style:normal;font-family:Didot-Cover,Diogenes Garamond,Times,serif;padding:8%}.title-fallback-image .fallback__text{padding:7%;text-align:center;position:absolute;bottom:7%;margin:auto;left:0;right:0}.title-fallback-image .fallback__text .text-author,.title-fallback-image .fallback__text .text-title{font-weight:400;font-style:normal;font-family:Didot-Cover,Diogenes Garamond,Times,serif}.title-fallback-image .fallback__text .text-title{font-style:italic}@media only screen and (min-width:64.063em){.title-fallback-image .fallback__title{font-size:7.8px;line-height:8.58px}.title-fallback-image .text-author,.title-fallback-image .text-title{font-size:12px;line-height:13.2px}}@media only screen and (min-width:40.063em) and (max-width:64em){.title-fallback-image .fallback__title{font-size:1.3vw;line-height:1.43vw}.title-fallback-image .text-author,.title-fallback-image .text-title{font-size:2vw;line-height:2.2vw}}@media only screen and (max-width:40em){.title-fallback-image .fallback__title{font-size:1.3vw;line-height:1.43vw}.title-fallback-image .text-author,.title-fallback-image .text-title{font-size:2vw;line-height:2.2vw}}@media only screen and (min-width:64.063em){.title-icon.homeTeaser .title-fallback-image .fallback__title{font-size:10.4px;line-height:11.44px}.title-icon.homeTeaser .title-fallback-image .text-author,.title-icon.homeTeaser .title-fallback-image .text-title{font-size:16px;line-height:17.6px}}@media only screen and (min-width:40.063em) and (max-width:64em){.title-icon.homeTeaser .title-fallback-image .fallback__title{font-size:2.1125vw;line-height:2.32375vw}.title-icon.homeTeaser .title-fallback-image .text-author,.title-icon.homeTeaser .title-fallback-image .text-title{font-size:3.25vw;line-height:3.575vw}}@media only screen and (max-width:40em){.title-icon.homeTeaser .title-fallback-image .fallback__title{font-size:3.25vw;line-height:3.575vw}.title-icon.homeTeaser .title-fallback-image .text-author,.title-icon.homeTeaser .title-fallback-image .text-title{font-size:5vw;line-height:5.5vw}}@media only screen and (min-width:64.063em){.title-icon.newbooks .title-fallback-image .fallback__title{font-size:6.5px;line-height:7.15px}.title-icon.newbooks .title-fallback-image .text-author,.title-icon.newbooks .title-fallback-image .text-title{font-size:10px;line-height:11px}}@media only screen and (min-width:40.063em) and (max-width:64em){.title-icon.newbooks .title-fallback-image .fallback__title{font-size:1.3vw;line-height:1.43vw}.title-icon.newbooks .title-fallback-image .text-author,.title-icon.newbooks .title-fallback-image .text-title{font-size:2vw;line-height:2.2vw}}@media only screen and (max-width:40em){.title-icon.newbooks .title-fallback-image .fallback__title{font-size:1.3vw;line-height:1.43vw}.title-icon.newbooks .title-fallback-image .text-author,.title-icon.newbooks .title-fallback-image .text-title{font-size:2vw;line-height:2.2vw}}@media only screen and (min-width:64.063em){.media-icon.diogenesAuthor .title-fallback-image .fallback__title,.title-icon.authorDetail .title-fallback-image .fallback__title{font-size:6.5px;line-height:7.15px}.media-icon.diogenesAuthor .title-fallback-image .text-author,.media-icon.diogenesAuthor .title-fallback-image .text-title,.title-icon.authorDetail .title-fallback-image .text-author,.title-icon.authorDetail .title-fallback-image .text-title{font-size:10px;line-height:11px}}@media only screen and (min-width:40.063em) and (max-width:64em){.media-icon.diogenesAuthor .title-fallback-image .fallback__title,.title-icon.authorDetail .title-fallback-image .fallback__title{font-size:.65vw;line-height:.715vw}.media-icon.diogenesAuthor .title-fallback-image .text-author,.media-icon.diogenesAuthor .title-fallback-image .text-title,.title-icon.authorDetail .title-fallback-image .text-author,.title-icon.authorDetail .title-fallback-image .text-title{font-size:1vw;line-height:1.1vw}}@media only screen and (max-width:40em){.media-icon.diogenesAuthor .title-fallback-image .fallback__title,.title-icon.authorDetail .title-fallback-image .fallback__title{font-size:2.1125vw;line-height:2.32375vw}.media-icon.diogenesAuthor .title-fallback-image .text-author,.media-icon.diogenesAuthor .title-fallback-image .text-title,.title-icon.authorDetail .title-fallback-image .text-author,.title-icon.authorDetail .title-fallback-image .text-title{font-size:3.25vw;line-height:3.575vw}}@media only screen and (min-width:64.063em){.media-icon .title-fallback-image .fallback__title{font-size:7.8px;line-height:8.58px}.media-icon .title-fallback-image .text-author,.media-icon .title-fallback-image .text-title{font-size:12px;line-height:13.2px}}@media only screen and (min-width:40.063em) and (max-width:64em){.media-icon .title-fallback-image .fallback__title{font-size:.715vw;line-height:.7865vw}.media-icon .title-fallback-image .text-author,.media-icon .title-fallback-image .text-title{font-size:1.1vw;line-height:1.21vw}}@media only screen and (max-width:40em){.media-icon .title-fallback-image .fallback__title{font-size:1.3vw;line-height:1.43vw}.media-icon .title-fallback-image .text-author,.media-icon .title-fallback-image .text-title{font-size:2vw;line-height:2.2vw}}@media only screen and (min-width:64.063em){.title-icon.eventIcon .title-fallback-image .fallback__title{font-size:4.55px;line-height:5.005px}.title-icon.eventIcon .title-fallback-image .text-author,.title-icon.eventIcon .title-fallback-image .text-title{font-size:7px;line-height:7.7px}}@media only screen and (min-width:40.063em) and (max-width:64em){.title-icon.eventIcon .title-fallback-image .fallback__title{font-size:1.3vw;line-height:1.43vw}.title-icon.eventIcon .title-fallback-image .text-author,.title-icon.eventIcon .title-fallback-image .text-title{font-size:2vw;line-height:2.2vw}}@media only screen and (max-width:40em){.title-icon.eventIcon .title-fallback-image .fallback__title{font-size:2.1125vw;line-height:2.32375vw}.title-icon.eventIcon .title-fallback-image .text-author,.title-icon.eventIcon .title-fallback-image .text-title{font-size:3.25vw;line-height:3.575vw}}@media only screen and (min-width:64.063em){.title-icon.eventDetail .title-fallback-image .fallback__title,.title-icon.newsDetail .title-fallback-image .fallback__title{font-size:14.3px;line-height:15.73px}.title-icon.eventDetail .title-fallback-image .text-author,.title-icon.eventDetail .title-fallback-image .text-title,.title-icon.newsDetail .title-fallback-image .text-author,.title-icon.newsDetail .title-fallback-image .text-title{font-size:22px;line-height:24.2px}}@media only screen and (min-width:40.063em) and (max-width:64em){.title-icon.eventDetail .title-fallback-image .fallback__title,.title-icon.newsDetail .title-fallback-image .fallback__title{font-size:1.3vw;line-height:1.43vw}.title-icon.eventDetail .title-fallback-image .text-author,.title-icon.eventDetail .title-fallback-image .text-title,.title-icon.newsDetail .title-fallback-image .text-author,.title-icon.newsDetail .title-fallback-image .text-title{font-size:2vw;line-height:2.2vw}}@media only screen and (max-width:40em){.title-icon.eventDetail .title-fallback-image .fallback__title,.title-icon.newsDetail .title-fallback-image .fallback__title{font-size:2.015vw;line-height:2.2165vw}.title-icon.eventDetail .title-fallback-image .text-author,.title-icon.eventDetail .title-fallback-image .text-title,.title-icon.newsDetail .title-fallback-image .text-author,.title-icon.newsDetail .title-fallback-image .text-title{font-size:3.1vw;line-height:3.41vw}}@media only screen and (min-width:64.063em){.detail .title-fallback-image .fallback__title{font-size:14.3px;line-height:15.73px}.detail .title-fallback-image .text-author,.detail .title-fallback-image .text-title{font-size:22px;line-height:24.2px}}@media only screen and (min-width:40.063em) and (max-width:64em){.detail .title-fallback-image .fallback__title{font-size:1.3vw;line-height:1.43vw}.detail .title-fallback-image .text-author,.detail .title-fallback-image .text-title{font-size:2vw;line-height:2.2vw}}@media only screen and (max-width:40em){.detail .title-fallback-image .fallback__title{font-size:2.925vw;line-height:3.2175vw}.detail .title-fallback-image .text-author,.detail .title-fallback-image .text-title{font-size:4.5vw;line-height:4.95vw}}.media-icon.book-paperback .show-fallback .title-fallback-image,.media-icon.book-taschenbucher .show-fallback .title-fallback-image,.title-icon.book-paperback .show-fallback .title-fallback-image,.title-icon.book-taschenbucher .show-fallback .title-fallback-image{width:89.5%;bottom:3.5%;left:0}.media-icon.book-hardcover .show-fallback .title-fallback-image,.media-icon.book-non-books .show-fallback .title-fallback-image,.title-icon.book-hardcover .show-fallback .title-fallback-image,.title-icon.book-non-books .show-fallback .title-fallback-image{width:88.1%;bottom:4.6%;left:0}.media-icon.book-ebooks .show-fallback .title-fallback-image,.title-icon.book-ebooks .show-fallback .title-fallback-image{width:78.5%;left:10.2%;top:4.4%;padding-bottom:21%}.media-icon.book-ehorbucher .show-fallback .title-fallback-image,.media-icon.book-horbucher .show-fallback .title-fallback-image,.title-icon.book-ehorbucher .show-fallback .title-fallback-image,.title-icon.book-horbucher .show-fallback .title-fallback-image{width:89%;left:0;bottom:3.5%}.media-icon.book-bucher.book-special .show-fallback .title-fallback-image,.media-icon.book-bucher .show-fallback .title-fallback-image,.title-icon.book-bucher.book-special .show-fallback .title-fallback-image,.title-icon.book-bucher .show-fallback .title-fallback-image{width:85%;left:5%;bottom:3%}.media-icon.book-special-override .show-fallback .title-fallback-image,.media-icon.book-special .show-fallback .title-fallback-image,.title-icon.book-special-override .show-fallback .title-fallback-image,.title-icon.book-special .show-fallback .title-fallback-image{max-height:100%;height:95%;width:89%;bottom:auto;left:0;right:0}.media-icon.book-non-books .background-image,.title-icon.book-non-books .background-image{display:none}.media-icon.book-non-books .show-fallback .background-image,.title-icon.book-non-books .show-fallback .background-image{display:block}.media-icon .show-fallback .title-fallback-image,.title-icon .show-fallback .title-fallback-image{display:table-cell!important}.media-icon .show-fallback .background-image,.title-icon .show-fallback .background-image{display:block!important}.icon.title-icon{position:relative}.icon.title-icon .image-wrapper{width:100%;position:relative}.icon.title-icon .image{width:100%}.icon.title-icon .image.custom-image{height:auto!important;position:relative!important}.icon.title-icon .image.custom-image img{position:relative!important}.icon.title-icon.align-bottom .image-wrapper{height:16.66667rem}.icon.title-icon.align-bottom .image{position:absolute;bottom:0}.icon.title-icon .text{margin-top:.66667rem}.icon.title-icon .text.text__rights{height:4.46667rem;overflow:hidden}.icon.title-icon .text .text-author,.icon.title-icon .text .text-genre-page,.icon.title-icon .text .text-title{width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.icon.title-icon .text .text-title{font-weight:400;font-style:normal;font-size:.8rem;line-height:1.06667rem;font-family:Diogenes Sans,Arial,sans-serif;font-weight:700}.icon.title-icon.authorDetail .image-wrapper{height:14.66667rem}.icon.title-icon.authorDetail .text{font-size:.53333rem;line-height:.8rem;color:#180000}.icon.title-icon.authorDetailEvent{min-height:31.73333rem}.icon.title-icon.authorDetailEvent .image-wrapper{height:31.73333rem}.icon.title-icon.authorDetailEvent .image{width:100%}.icon.title-icon.authorDetailEvent .text{display:block!important;font-size:.53333rem;line-height:.8rem;color:#180000}.icon.title-icon.eventIcon{min-height:inherit;padding-right:0}.icon.title-icon.eventIcon .image-wrapper{min-height:inherit;height:auto}.icon.title-icon.eventIcon .image{position:relative}.icon.title-icon.eventList{min-height:15.26667rem}.icon.title-icon.eventList .image{height:15.26667rem;width:100%;display:none}.icon.title-icon.eventList .text{display:none}.icon.title-icon.newbooks{min-height:0}.icon.title-icon.newsDetail{margin-bottom:1.33333rem}@media only screen and (min-width:40.063em){.icon.title-icon.homeTeaser{height:100%;width:auto;display:inline-block}.icon.title-icon.homeTeaser .background-image,.icon.title-icon.homeTeaser .image,.icon.title-icon.homeTeaser .image-wrapper,.icon.title-icon.homeTeaser .image>a{height:100%;width:auto}}.icon.title-icon.homeTeaser.book-special-override .title-image,.icon.title-icon.homeTeaser.book-special .title-image{height:auto;width:auto;max-height:100%;bottom:auto;left:auto;right:auto;margin:0;padding:0;display:block}.author-icon .copyright{margin-top:10px}.icon.author-icon{height:100%}.icon.author-icon .image-wrapper{height:100%;position:relative}.icon.author-icon .image-wrapper .image{height:100%;display:none}.icon.author-icon .image-wrapper .image img{height:100%;-o-object-fit:contain;object-fit:contain}.icon.author-icon.align-bottom .image{position:absolute;bottom:0}.icon.author-icon .text{margin-top:.33333rem;color:#180000;font-weight:400;font-style:normal;font-size:.8rem;line-height:1.06667rem;font-family:Diogenes Sans,Arial,sans-serif;text-align:center;height:2.5rem}.icon.author-icon.eventDetail,.icon.author-icon.newsDetail{margin-bottom:1.33333rem}.icon.author-icon.eventDetail .text,.icon.author-icon.newsDetail .text{display:none}@media only screen and (min-width:64.063em){.icon.author-icon.authorFilter .text .text-wrapper br,.icon.author-icon.searchList .text .text-wrapper br{display:none}}.home-teaser .icon.author-icon .image-wrapper{height:100%!important}@media only screen and (max-width:40em){.detail.titleDetail{width:70%}}.detail.titleDetail .image{position:relative;width:100%}.detail.titleDetail .image img{max-width:100%}.filter-list-message{margin-top:1rem;margin-bottom:1rem}@media only screen and (max-width:40em){.filter-list-wrapper{padding-left:.5rem;padding-right:.5rem}.filter-list-wrapper .detail-row-wrapper>.row{margin-left:-1.5rem;margin-right:-1.5rem}.filter-list-wrapper .icon{padding:.5rem}.filter-list-wrapper .icon.blog-post-morelink{padding:0}}.detail-row-wrapper>.row{margin-top:2rem;margin-bottom:2rem}.title-detail{display:block;height:auto}@media only screen and (max-width:40em){.title-detail>.column{margin-bottom:1.33333rem}}.title-detail .title-detail-title{margin-bottom:3px}.title-detail .title-header{margin-bottom:1.4rem}.title-detail .title-header .subtitle{color:#e80000}.title-detail .other-formats-list{margin-top:.8rem}.title-detail .short-text{margin-bottom:1.4rem}.title-detail .information .recommended-retail-price{padding-left:0}.title-detail .author-link a{color:#e80000}.title-detail.authorDetailTitleListDetail{margin-bottom:2rem}.other-formats-list{position:relative;z-index:101;width:auto;line-height:.8rem;margin-top:.2rem}.other-formats-list:hover{z-index:100;margin-bottom:-.33333rem}.other-formats-list:hover .other-formats-title{border:1px solid #400;padding:.26667rem;margin-left:-.33333rem;margin-top:-.33333rem}.other-formats-list:hover .other-formats-content{display:block}.other-formats-list .other-formats-title{cursor:pointer;float:none!important;display:block;padding-right:.26667rem}.other-formats-list .other-formats-content{line-height:.93333rem;display:none;position:absolute;background-color:#fff;width:100%}.other-formats-list .other-formats-content li{border-bottom:1px solid #400;border-left:1px solid #400;border-right:1px solid #400;padding:.26667rem;margin-left:-.33333rem}.other-formats-list .other-formats-content li>a{width:100%;display:block}.other-formats-list.authorDetail .other-formats-title,.other-formats-list .other-formats-content li>a{line-height:.93333rem;color:#400;font-family:Diogenes Sans,Arial,sans-serif;font-style:normal;font-weight:400}.other-formats-list.authorDetail .other-formats-title{font-size:.8rem;font-weight:300}.other-formats-list.titleDetail .other-formats-title{font-weight:400;font-style:normal;font-family:Diogenes Sans,Arial,sans-serif}.title-detail-wrapper{position:relative;display:block;padding-top:3rem}.biographieEntry,.inhaltEntry{margin-bottom:1.4rem}.downloads-content{display:none}@media only screen and (max-width:40em){.author-detail>.column{margin-bottom:1.33333rem}}.author-detail .author-detail-title{color:#180000;margin-bottom:1.33333rem}.author-detail .detail-row{margin-top:0}.author-detail .awards,.author-detail .biography,.author-detail .description,.author-detail .movie-adaptions{padding-bottom:1rem}.author-detail .awards,.author-detail .movie-adaptions{padding-top:.5rem}.author-detail .awards__title,.author-detail .movie-adaptions__title{margin-bottom:.53333rem}.author-detail .awards__wrapper,.author-detail .movie-adaptions__wrapper{padding-left:.9rem;list-style:none;margin-left:0}.author-detail .awards__wrapper li,.author-detail .movie-adaptions__wrapper li{margin-bottom:.4rem;padding-left:1em;text-indent:-1em}.author-detail .awards__wrapper li p,.author-detail .movie-adaptions__wrapper li p{display:inline}.author-detail .awards__wrapper li:before,.author-detail .movie-adaptions__wrapper li:before{content:"-";padding-right:.33333rem}.author-detail .copyright{padding-top:.33333rem}.author-detail ul.links__wrapper ol,.author-detail ul.links__wrapper ul{list-style:none;margin-left:0}.author-detail ul.links__wrapper ol li,.author-detail ul.links__wrapper ul li{margin-bottom:.4rem;padding-left:1em;text-indent:-.7em}.author-detail ul.links__wrapper ol li p,.author-detail ul.links__wrapper ul li p{display:inline}.author-detail ul.links__wrapper ol li:before,.author-detail ul.links__wrapper ul li:before{content:"-";padding-right:.33333rem}.author-detail ul.links__wrapper ol ol,.author-detail ul.links__wrapper ul ol{counter-reset:item}.author-detail ul.links__wrapper ol ol li:before,.author-detail ul.links__wrapper ul ol li:before{content:counter(item) ".";counter-increment:item}.author-titlelist .author-titlelist-interface{margin-bottom:1.33333rem}.author-titlelist .author-titlelist-interface .view-icon{float:left;width:1rem;height:1rem;margin-right:.66667rem;cursor:pointer}.author-titlelist .author-titlelist-interface .view-icon.active svg circle,.author-titlelist .author-titlelist-interface .view-icon.active svg line,.author-titlelist .author-titlelist-interface .view-icon.active svg path,.author-titlelist .author-titlelist-interface .view-icon.active svg polygon,.author-titlelist .author-titlelist-interface .view-icon.active svg rect{color:#e80000;fill:currentColor}.author-titlelist .author-titlelist-interface .view-icon svg{width:100%;height:100%}.author-titlelist .author-titlelist-interface .view-icon svg:hover circle,.author-titlelist .author-titlelist-interface .view-icon svg:hover line,.author-titlelist .author-titlelist-interface .view-icon svg:hover path,.author-titlelist .author-titlelist-interface .view-icon svg:hover polygon,.author-titlelist .author-titlelist-interface .view-icon svg:hover rect{color:#e80000;fill:currentColor}.author-titlelist .author-titlelist-icons-content{padding-bottom:6.66667rem}.author-titlelist .title-list{line-height:.8rem}.author-titlelist .title-list a{color:#180000}.author-titlelist .title-list a:hover{color:#e80000}.author-titlelist-list-content{display:none}.fancybox-wrapper,.fancybox-wrapper .issuuembed,.fancybox-wrapper iframe{width:100%!important;height:100%!important}.trailer-overlay-wrapper{position:absolute;bottom:0;width:100%}.trailer-overlay-wrapper .trailer-overlay{position:relative;display:block;width:100%;height:100%}.trailer-overlay-wrapper .trailer-overlay .trailer-overlay-play{cursor:pointer;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto}.trailer-overlay-wrapper .trailer-overlay .trailer-overlay-play.color-white circle,.trailer-overlay-wrapper .trailer-overlay .trailer-overlay-play.color-white line,.trailer-overlay-wrapper .trailer-overlay .trailer-overlay-play.color-white path,.trailer-overlay-wrapper .trailer-overlay .trailer-overlay-play.color-white polygon,.trailer-overlay-wrapper .trailer-overlay .trailer-overlay-play.color-white rect{color:#fff;stroke:currentColor}.trailer-overlay-wrapper .trailer-overlay .trailer-overlay-play.color-black circle,.trailer-overlay-wrapper .trailer-overlay .trailer-overlay-play.color-black line,.trailer-overlay-wrapper .trailer-overlay .trailer-overlay-play.color-black path,.trailer-overlay-wrapper .trailer-overlay .trailer-overlay-play.color-black polygon,.trailer-overlay-wrapper .trailer-overlay .trailer-overlay-play.color-black rect{color:#180000;stroke:currentColor}.trailer-overlay-wrapper .trailer-overlay .trailer-overlay-play svg{width:100%;height:100%}.trailer-overlay-wrapper .trailer-overlay .trailer-overlay-thumb{width:100%}.trailer-overlay-wrapper.small .trailer-overlay .trailer-overlay-play{height:2.66667rem;width:2.66667rem}.trailer-overlay-wrapper.medium .trailer-overlay .trailer-overlay-play{height:4.66667rem;width:4.66667rem}.trailer-overlay-wrapper.large{height:100%;width:100%;background-position:50%;background-size:cover}.trailer-overlay-wrapper.large .trailer-overlay .trailer-overlay-play{height:6.66667rem;width:6.66667rem;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto}.trailer-overlay-wrapper.large .trailer-overlay .trailer-overlay-play img{width:100%;height:100%;cursor:pointer}.icon.media-icon{cursor:pointer;font-size:.73333rem;line-height:.86667rem;margin-bottom:.66667rem}.icon.media-icon.diogenesHome{cursor:default}.icon.media-icon.diogenesHome .image-wrapper{cursor:pointer}.icon.media-icon .image-wrapper{position:relative}.icon.media-icon .image-wrapper .image{width:100%}.icon.media-icon .image-wrapper .image .background-image svg{width:100%;height:100%}.icon.media-icon .image-wrapper .image .background-image img{width:100%}.icon.media-icon .image-wrapper .image .overlay-image{position:absolute;margin:auto;top:0;left:0;right:0;bottom:0}.icon.media-icon .image-wrapper .image .overlay-image.small{height:2.66667rem;width:2.66667rem}.icon.media-icon .image-wrapper .image .overlay-image.medium{height:4.66667rem;width:4.66667rem}.icon.media-icon .image-wrapper .image .overlay-image.color-white circle,.icon.media-icon .image-wrapper .image .overlay-image.color-white line,.icon.media-icon .image-wrapper .image .overlay-image.color-white path,.icon.media-icon .image-wrapper .image .overlay-image.color-white polygon,.icon.media-icon .image-wrapper .image .overlay-image.color-white rect{color:#fff;stroke:currentColor}.icon.media-icon .image-wrapper .image .overlay-image.color-black circle,.icon.media-icon .image-wrapper .image .overlay-image.color-black line,.icon.media-icon .image-wrapper .image .overlay-image.color-black path,.icon.media-icon .image-wrapper .image .overlay-image.color-black polygon,.icon.media-icon .image-wrapper .image .overlay-image.color-black rect{color:#180000;stroke:currentColor}.icon.media-icon .image-wrapper .image .overlay-image svg{width:100%;height:100%}.icon.media-icon .image-wrapper .image.custom-image{height:auto!important;position:relative!important}.icon.media-icon .image-wrapper .image.custom-image img{position:relative!important}.icon.media-icon.align-bottom .image-wrapper .image{width:100%;position:absolute;bottom:0}.icon.media-icon.align-bottom .text{overflow:hidden;height:65px}.icon.media-icon.align-bottom .text .sub-title,.icon.media-icon.align-bottom .text .title{max-height:26px;overflow:hidden;display:block;display:-webkit-box;max-width:100%;margin:0 auto;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis}.icon.media-icon .text{color:#180000;margin-top:.66667rem}.icon.media-icon .text .sub-title{font-style:italic}.icon.media-icon .text a{float:left;display:inline;color:#180000}.icon.media-icon .text a.online-ansehen{float:right}.icon.media-icon.diogenesAuthor{margin-bottom:.66667rem}.icon.media-icon.play-inline .image-wrapper{overflow:hidden;background-color:#000;width:100%}.icon.media-icon.play-inline .image-wrapper .image{width:100%;height:100%;position:absolute;bottom:0}.icon.media-icon.play-inline .image-wrapper .image .background-image{height:100%}.icon.media-icon.play-inline .image-wrapper .image .background-image img,.icon.media-icon.play-inline .image-wrapper iframe{width:100%;margin:auto;position:absolute;top:0;left:0;bottom:0;right:0}.icon.media-icon.play-inline .image-wrapper iframe{height:100%}.media{margin-top:1rem!important}.media-item a,a.media-item{color:#180000;text-decoration:none!important}.media-item{display:block;vertical-align:middle;position:relative;height:1.13333rem;text-decoration:none}.media-item:before{content:"";background-position:50%;background-repeat:no-repeat;background-size:1rem;display:inline-block;width:1.06667rem;height:1.06667rem;float:left;margin-right:.4rem}.buy-button,.shop-button{float:right;background-color:#e80000;color:#fff;padding:2px 15px;border-radius:18px;margin-top:10px;cursor:pointer}.panel-fancybox-buylist .fancybox-inner{overflow:auto!important;-webkit-overflow-scrolling:touch}#buy-link-list-grid{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-flow:column;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;margin-bottom:1.33333rem}#buy-link-list-grid h4{color:#000;text-align:center;font-size:24px;margin:50px}#buy-link-list-grid ul{display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;flex-wrap:wrap;-webkit-box-align:stretch;align-items:stretch;width:756px;padding-left:0}@media screen and (max-width:830px){#buy-link-list-grid ul{width:567px}}@media screen and (max-width:630px){#buy-link-list-grid ul{width:378px}}@media screen and (max-width:430px){#buy-link-list-grid ul{width:189px}}#buy-link-list-grid li{background-color:#fff;border:1px solid #bbb;border-radius:5px;width:165px;height:85px;list-style:none;display:inline-block;text-align:center;margin:12px;padding:5px}#buy-link-list-grid li a{display:block;width:100%;height:100%}#buy-link-list-grid li img{max-width:100%;max-height:100%;height:100%}.buy-list{background-image:none;cursor:pointer;margin:0 0 0 1.46667rem;position:relative;width:auto;font-weight:400;font-style:normal;font-size:.8rem;line-height:.93333rem;font-family:Diogenes Sans,Arial,sans-serif}.buy-list:before{display:none}.buy-list:hover{margin-bottom:-.26667rem;z-index:100}.buy-list:hover .title{border:1px solid #400}.buy-list:hover>ul{margin-bottom:3.33333rem;display:block}.buy-list .title{cursor:pointer;float:none!important;display:block;font-weight:400;font-style:normal;font-size:.8rem;line-height:.93333rem;font-family:Diogenes Sans,Arial,sans-serif;padding:.2rem;margin-left:-.26667rem;margin-top:-.26667rem;border:1px solid transparent}@media only screen and (max-width:40em){.buy-list .title:hover:after{content:" ";position:absolute;width:100%;height:100%;left:0;top:0;padding:16px;z-index:111111}}.buy-list>ul{line-height:.93333rem;display:none;position:absolute;background-color:#fff;width:100%;padding-bottom:36px}.buy-list>ul li{overflow:hidden;border-bottom:1px solid #400;border-left:1px solid #400;border-right:1px solid #400;margin-left:-.26667rem;background:#fff}.buy-list>ul li>a{width:100%;white-space:nowrap;padding:.2rem;overflow:hidden;text-overflow:ellipsis;font-weight:400;font-style:normal;font-size:.8rem;color:#400;line-height:.93333rem;font-family:Diogenes Sans,Arial,sans-serif;font-weight:300;display:block}.factsheet:before{background-size:.8rem;background-image:url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5LjIgMTEuMyI+PHN3aXRjaD48Zz48cGF0aCBmaWxsPSIjRTQxMDEwIiBkPSJNOC44IDEuN0gyLjFjLS4yIDAtLjMuMi0uMy40djYuOGgtMVYuN2g2djFoLjdWLjRDNy40LjIgNy4zIDAgNy4xIDBILjNDLjIgMCAwIC4yIDAgLjR2OC45YzAgLjIuMi40LjMuNGgxLjR2MS40YzAgLjIuMi4zLjMuM2g0LjRjLjEgMCAuMiAwIC4yLS4xTDkgOC45Yy4xLS4xLjEtLjEuMS0uMlYyLjFjLjEtLjItLjEtLjQtLjMtLjR6bS0yIDguNFY4LjlIOGwtMS4yIDEuMnptMS43LTEuOUg2LjRjLS4xIDAtLjIgMC0uMi4xcy0uMi4xLS4yLjJ2Mi4xSDIuNFYyLjRoNnY1Ljh6Ii8+PC9nPjwvc3dpdGNoPjwvc3ZnPg==)}.fancybox-close{background-image:url(../img/close-filter.png)!important;background-size:.86667rem!important;background-position:100% 0;background-repeat:no-repeat!important;top:.3rem!important;right:.3rem!important}.fancybox-overlay{background-color:rgba(0,0,0,.2)!important}.presse{padding-bottom:1rem}.presse .source-media{margin-top:5px}.presse .expand-interface{padding-top:1.3rem}.presse .rowsComponent .columns.medium-10.last{padding-left:2rem}.presse .filter-list .list-group-wrapper hr{margin:1rem 0 .93333rem!important}.swiper-button-prev-presse{margin-right:.66667rem}.swiper-button-next-presse,.swiper-button-prev-presse{font-weight:400;font-style:normal;font-weight:300;font-family:Diogenes Garamond,Times,serif;float:left;cursor:pointer}.expand-interface{padding-top:.66667rem}.expand-interface .expand-icon{cursor:pointer}.expand-interface .expand-icon.expand-icon-close{display:none}.expand-interface .expand-icon span{float:left}.expand-interface .expand-icon .expand-icon-wrapper{margin-right:.33333rem;float:left;width:1.33333rem;height:1.13333rem}.expand-interface .expand-icon .expand-icon-wrapper svg{width:99%;height:99%}.presse-list{display:none;overflow:hidden;overflow-y:scroll}.presse-list .presse-entry{margin-bottom:1.33333rem}.presse-entry p,.presse-list .presse-entry:last-child{margin-bottom:0}#download-press-material__loading{background-image:url(../img/loading-new-2.gif);background-size:12rem;background-position:50%;background-repeat:no-repeat;background-color:hsla(0,0%,100%,.8);position:absolute;width:100%;height:100%;top:0;left:0;display:none;z-index:10}#download-press-material__overlay{overflow-y:auto;-ms-scroll-chaining:none;overscroll-behavior:contain;position:relative;width:100%;height:100%}#download-press-material__overlay .button{float:left;display:block;margin-right:1rem;margin-bottom:0}#download-press-material__overlay .collapse-content{margin-top:.46667rem;margin-bottom:.46667rem}#download-press-material__overlay #download-press-material__message{text-align:center;width:100%;height:100%}#download-press-material__overlay #download-press-material__message #download-press-material__message-wrapper{display:table-cell;vertical-align:middle}.footer-wrapper .footer-content{width:100%}.footer-wrapper ul{list-style-type:none;margin-left:0}.footer-wrapper a{font-weight:400;font-style:normal;font-size:.8rem;color:#400;line-height:1.2rem;font-family:Diogenes Sans,Arial,sans-serif;font-weight:300}.footer-wrapper a:hover{color:#bcbdc0}#footer{position:fixed;bottom:0;margin:0 auto;left:0;right:0;z-index:1000;color:#e80000;padding-bottom:1rem;background-color:#fff}#footer .footer-content{display:none;width:100%}#footer #footer-line{padding-bottom:1rem}#footer #footer-line hr{border-top:1px solid #400}.home #footer{position:relative}.home #footer .footer-content{display:block}#footer-mobile{padding-bottom:.66667rem}#search{margin-top:2rem;color:#180000}#search .search-group-header{padding-top:1rem;padding-bottom:1rem}#search .text-icon{margin-bottom:1rem}#search .text-icon p{margin-bottom:0}#search .highlight{font-style:normal!important;color:#e80000}#search .type-wrapper{margin-bottom:1.33333rem}#search .type-wrapper__interface{margin-top:1.33333rem;cursor:pointer}.search-highlight{background-color:rgba(232,0,0,.1)}.search-highlight,[data-search-uuid]{-webkit-transition:background-color .5s linear;transition:background-color .5s linear}#login-feedback-wrapper{font-weight:400;font-style:normal;font-family:Diogenes Sans,Arial,sans-serif;color:#e80000;padding-bottom:1.33333rem}.login-links-wrapper{padding-top:2rem}.login,.login a{font-weight:400;font-style:normal;font-family:Diogenes Sans,Arial,sans-serif;font-weight:300}.login .additionalinfo{padding-bottom:2rem}#register-newsletter-settings{position:relative}#register-newsletter-settings .loading{position:absolute;width:100%;height:100%;top:0;left:0;background-color:hsla(0,0%,100%,.9);z-index:1}#download-press-material__form,#forgot-password-form,#login-form,#newsletter-form,#registration-form,.download-press-material__form,.form-wrapper,.hbspt-form,.review-copies{color:#180000;font-weight:400;font-style:normal;font-family:Diogenes Sans,Arial,sans-serif;font-weight:300}#download-press-material__form label,#forgot-password-form label,#login-form label,#newsletter-form label,#registration-form label,.download-press-material__form label,.form-wrapper label,.hbspt-form label,.review-copies label{font-weight:400;font-style:normal;font-family:Diogenes Sans,Arial,sans-serif;font-weight:300}#download-press-material__form .form-element,#forgot-password-form .form-element,#login-form .form-element,#newsletter-form .form-element,#registration-form .form-element,.download-press-material__form .form-element,.form-wrapper .form-element,.hbspt-form .form-element,.review-copies .form-element{position:relative}#download-press-material__form .form-element.selection .optiongroup:after,#download-press-material__form .form-element.selection .optiongroup:before,#forgot-password-form .form-element.selection .optiongroup:after,#forgot-password-form .form-element.selection .optiongroup:before,#login-form .form-element.selection .optiongroup:after,#login-form .form-element.selection .optiongroup:before,#newsletter-form .form-element.selection .optiongroup:after,#newsletter-form .form-element.selection .optiongroup:before,#registration-form .form-element.selection .optiongroup:after,#registration-form .form-element.selection .optiongroup:before,.download-press-material__form .form-element.selection .optiongroup:after,.download-press-material__form .form-element.selection .optiongroup:before,.form-wrapper .form-element.selection .optiongroup:after,.form-wrapper .form-element.selection .optiongroup:before,.hbspt-form .form-element.selection .optiongroup:after,.hbspt-form .form-element.selection .optiongroup:before,.review-copies .form-element.selection .optiongroup:after,.review-copies .form-element.selection .optiongroup:before{content:" ";display:table}#download-press-material__form .form-element.selection .optiongroup:after,#forgot-password-form .form-element.selection .optiongroup:after,#login-form .form-element.selection .optiongroup:after,#newsletter-form .form-element.selection .optiongroup:after,#registration-form .form-element.selection .optiongroup:after,.download-press-material__form .form-element.selection .optiongroup:after,.form-wrapper .form-element.selection .optiongroup:after,.hbspt-form .form-element.selection .optiongroup:after,.review-copies .form-element.selection .optiongroup:after{clear:both}#download-press-material__form .form-element.conditionalShow,#download-press-material__form .form-element.selection .optiongroup .optiongroup-item,#forgot-password-form .form-element.conditionalShow,#forgot-password-form .form-element.selection .optiongroup .optiongroup-item,#login-form .form-element.conditionalShow,#login-form .form-element.selection .optiongroup .optiongroup-item,#newsletter-form .form-element.conditionalShow,#newsletter-form .form-element.selection .optiongroup .optiongroup-item,#registration-form .form-element.conditionalShow,#registration-form .form-element.selection .optiongroup .optiongroup-item,.download-press-material__form .form-element.conditionalShow,.download-press-material__form .form-element.selection .optiongroup .optiongroup-item,.form-wrapper .form-element.conditionalShow,.form-wrapper .form-element.selection .optiongroup .optiongroup-item,.hbspt-form .form-element.conditionalShow,.hbspt-form .form-element.selection .optiongroup .optiongroup-item,.review-copies .form-element.conditionalShow,.review-copies .form-element.selection .optiongroup .optiongroup-item{width:25%;float:left}@media only screen and (max-width:40em){#download-press-material__form .form-element.conditionalShow,#download-press-material__form .form-element.selection .optiongroup .optiongroup-item,#forgot-password-form .form-element.conditionalShow,#forgot-password-form .form-element.selection .optiongroup .optiongroup-item,#login-form .form-element.conditionalShow,#login-form .form-element.selection .optiongroup .optiongroup-item,#newsletter-form .form-element.conditionalShow,#newsletter-form .form-element.selection .optiongroup .optiongroup-item,#registration-form .form-element.conditionalShow,#registration-form .form-element.selection .optiongroup .optiongroup-item,.download-press-material__form .form-element.conditionalShow,.download-press-material__form .form-element.selection .optiongroup .optiongroup-item,.form-wrapper .form-element.conditionalShow,.form-wrapper .form-element.selection .optiongroup .optiongroup-item,.hbspt-form .form-element.conditionalShow,.hbspt-form .form-element.selection .optiongroup .optiongroup-item,.review-copies .form-element.conditionalShow,.review-copies .form-element.selection .optiongroup .optiongroup-item{box-sizing:border-box;width:50%;padding-right:10px}#download-press-material__form .form-element.conditionalShow label,#download-press-material__form .form-element.selection .optiongroup .optiongroup-item label,#forgot-password-form .form-element.conditionalShow label,#forgot-password-form .form-element.selection .optiongroup .optiongroup-item label,#login-form .form-element.conditionalShow label,#login-form .form-element.selection .optiongroup .optiongroup-item label,#newsletter-form .form-element.conditionalShow label,#newsletter-form .form-element.selection .optiongroup .optiongroup-item label,#registration-form .form-element.conditionalShow label,#registration-form .form-element.selection .optiongroup .optiongroup-item label,.download-press-material__form .form-element.conditionalShow label,.download-press-material__form .form-element.selection .optiongroup .optiongroup-item label,.form-wrapper .form-element.conditionalShow label,.form-wrapper .form-element.selection .optiongroup .optiongroup-item label,.hbspt-form .form-element.conditionalShow label,.hbspt-form .form-element.selection .optiongroup .optiongroup-item label,.review-copies .form-element.conditionalShow label,.review-copies .form-element.selection .optiongroup .optiongroup-item label{width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}@media only screen and (max-width:40em){#download-press-material__form .form-element .optiongroup .optiongroup-item,#forgot-password-form .form-element .optiongroup .optiongroup-item,#login-form .form-element .optiongroup .optiongroup-item,#newsletter-form .form-element .optiongroup .optiongroup-item,#registration-form .form-element .optiongroup .optiongroup-item,.download-press-material__form .form-element .optiongroup .optiongroup-item,.form-wrapper .form-element .optiongroup .optiongroup-item,.hbspt-form .form-element .optiongroup .optiongroup-item,.review-copies .form-element .optiongroup .optiongroup-item{width:100%!important}}#download-press-material__form .form-element.mailtext h3,#forgot-password-form .form-element.mailtext h3,#login-form .form-element.mailtext h3,#newsletter-form .form-element.mailtext h3,#registration-form .form-element.mailtext h3,.download-press-material__form .form-element.mailtext h3,.form-wrapper .form-element.mailtext h3,.hbspt-form .form-element.mailtext h3,.review-copies .form-element.mailtext h3{font-weight:400;font-style:normal;font-size:1rem;color:#180000;line-height:1.33333rem;font-family:Diogenes Sans,Arial,sans-serif}#download-press-material__form input[type=text].parsley-error,#download-press-material__form select.parsley-error,#download-press-material__form textarea.parsley-error,#forgot-password-form input[type=text].parsley-error,#forgot-password-form select.parsley-error,#forgot-password-form textarea.parsley-error,#login-form input[type=text].parsley-error,#login-form select.parsley-error,#login-form textarea.parsley-error,#newsletter-form input[type=text].parsley-error,#newsletter-form select.parsley-error,#newsletter-form textarea.parsley-error,#registration-form input[type=text].parsley-error,#registration-form select.parsley-error,#registration-form textarea.parsley-error,.download-press-material__form input[type=text].parsley-error,.download-press-material__form select.parsley-error,.download-press-material__form textarea.parsley-error,.form-wrapper input[type=text].parsley-error,.form-wrapper select.parsley-error,.form-wrapper textarea.parsley-error,.hbspt-form input[type=text].parsley-error,.hbspt-form select.parsley-error,.hbspt-form textarea.parsley-error,.review-copies input[type=text].parsley-error,.review-copies select.parsley-error,.review-copies textarea.parsley-error{border-color:#e80000;border-width:.2rem}#download-press-material__form .parsley-errors-list,#forgot-password-form .parsley-errors-list,#login-form .parsley-errors-list,#newsletter-form .parsley-errors-list,#registration-form .parsley-errors-list,.download-press-material__form .parsley-errors-list,.form-wrapper .parsley-errors-list,.hbspt-form .parsley-errors-list,.review-copies .parsley-errors-list{color:#e80000;font-weight:400;font-style:normal;font-family:Diogenes Sans,Arial,sans-serif;font-weight:300}#download-press-material__form [type=checkbox]:checked,#download-press-material__form [type=checkbox]:not(:checked),#download-press-material__form [type=radio]:checked,#download-press-material__form [type=radio]:not(:checked),#forgot-password-form [type=checkbox]:checked,#forgot-password-form [type=checkbox]:not(:checked),#forgot-password-form [type=radio]:checked,#forgot-password-form [type=radio]:not(:checked),#login-form [type=checkbox]:checked,#login-form [type=checkbox]:not(:checked),#login-form [type=radio]:checked,#login-form [type=radio]:not(:checked),#newsletter-form [type=checkbox]:checked,#newsletter-form [type=checkbox]:not(:checked),#newsletter-form [type=radio]:checked,#newsletter-form [type=radio]:not(:checked),#registration-form [type=checkbox]:checked,#registration-form [type=checkbox]:not(:checked),#registration-form [type=radio]:checked,#registration-form [type=radio]:not(:checked),.download-press-material__form [type=checkbox]:checked,.download-press-material__form [type=checkbox]:not(:checked),.download-press-material__form [type=radio]:checked,.download-press-material__form [type=radio]:not(:checked),.form-wrapper [type=checkbox]:checked,.form-wrapper [type=checkbox]:not(:checked),.form-wrapper [type=radio]:checked,.form-wrapper [type=radio]:not(:checked),.hbspt-form [type=checkbox]:checked,.hbspt-form [type=checkbox]:not(:checked),.hbspt-form [type=radio]:checked,.hbspt-form [type=radio]:not(:checked),.review-copies [type=checkbox]:checked,.review-copies [type=checkbox]:not(:checked),.review-copies [type=radio]:checked,.review-copies [type=radio]:not(:checked){position:absolute;left:-9999px}#download-press-material__form [type=checkbox]:checked+label,#download-press-material__form [type=checkbox]:not(:checked)+label,#download-press-material__form [type=radio]:checked+label,#download-press-material__form [type=radio]:not(:checked)+label,#forgot-password-form [type=checkbox]:checked+label,#forgot-password-form [type=checkbox]:not(:checked)+label,#forgot-password-form [type=radio]:checked+label,#forgot-password-form [type=radio]:not(:checked)+label,#login-form [type=checkbox]:checked+label,#login-form [type=checkbox]:not(:checked)+label,#login-form [type=radio]:checked+label,#login-form [type=radio]:not(:checked)+label,#newsletter-form [type=checkbox]:checked+label,#newsletter-form [type=checkbox]:not(:checked)+label,#newsletter-form [type=radio]:checked+label,#newsletter-form [type=radio]:not(:checked)+label,#registration-form [type=checkbox]:checked+label,#registration-form [type=checkbox]:not(:checked)+label,#registration-form [type=radio]:checked+label,#registration-form [type=radio]:not(:checked)+label,.download-press-material__form [type=checkbox]:checked+label,.download-press-material__form [type=checkbox]:not(:checked)+label,.download-press-material__form [type=radio]:checked+label,.download-press-material__form [type=radio]:not(:checked)+label,.form-wrapper [type=checkbox]:checked+label,.form-wrapper [type=checkbox]:not(:checked)+label,.form-wrapper [type=radio]:checked+label,.form-wrapper [type=radio]:not(:checked)+label,.hbspt-form [type=checkbox]:checked+label,.hbspt-form [type=checkbox]:not(:checked)+label,.hbspt-form [type=radio]:checked+label,.hbspt-form [type=radio]:not(:checked)+label,.review-copies [type=checkbox]:checked+label,.review-copies [type=checkbox]:not(:checked)+label,.review-copies [type=radio]:checked+label,.review-copies [type=radio]:not(:checked)+label{position:relative;padding-left:25px;cursor:pointer}#download-press-material__form [type=checkbox]+label,#download-press-material__form [type=radio]+label,#forgot-password-form [type=checkbox]+label,#forgot-password-form [type=radio]+label,#login-form [type=checkbox]+label,#login-form [type=radio]+label,#newsletter-form [type=checkbox]+label,#newsletter-form [type=radio]+label,#registration-form [type=checkbox]+label,#registration-form [type=radio]+label,.download-press-material__form [type=checkbox]+label,.download-press-material__form [type=radio]+label,.form-wrapper [type=checkbox]+label,.form-wrapper [type=radio]+label,.hbspt-form [type=checkbox]+label,.hbspt-form [type=radio]+label,.review-copies [type=checkbox]+label,.review-copies [type=radio]+label{margin-left:0}#download-press-material__form [type=checkbox]:checked+label,#download-press-material__form [type=radio]:checked+label,#forgot-password-form [type=checkbox]:checked+label,#forgot-password-form [type=radio]:checked+label,#login-form [type=checkbox]:checked+label,#login-form [type=radio]:checked+label,#newsletter-form [type=checkbox]:checked+label,#newsletter-form [type=radio]:checked+label,#registration-form [type=checkbox]:checked+label,#registration-form [type=radio]:checked+label,.download-press-material__form [type=checkbox]:checked+label,.download-press-material__form [type=radio]:checked+label,.form-wrapper [type=checkbox]:checked+label,.form-wrapper [type=radio]:checked+label,.hbspt-form [type=checkbox]:checked+label,.hbspt-form [type=radio]:checked+label,.review-copies [type=checkbox]:checked+label,.review-copies [type=radio]:checked+label{color:#400;font-weight:400;font-style:normal;font-family:Diogenes Sans,Arial,sans-serif}#download-press-material__form [type=checkbox]+label:before,#download-press-material__form [type=radio]+label:before,#forgot-password-form [type=checkbox]+label:before,#forgot-password-form [type=radio]+label:before,#login-form [type=checkbox]+label:before,#login-form [type=radio]+label:before,#newsletter-form [type=checkbox]+label:before,#newsletter-form [type=radio]+label:before,#registration-form [type=checkbox]+label:before,#registration-form [type=radio]+label:before,.download-press-material__form [type=checkbox]+label:before,.download-press-material__form [type=radio]+label:before,.form-wrapper [type=checkbox]+label:before,.form-wrapper [type=radio]+label:before,.hbspt-form [type=checkbox]+label:before,.hbspt-form [type=radio]+label:before,.review-copies [type=checkbox]+label:before,.review-copies [type=radio]+label:before{left:0;top:3px;width:15px;height:15px;content:"";position:absolute}#download-press-material__form [type=checkbox]:not(:checked)+label:before,#download-press-material__form [type=radio]:not(:checked)+label:before,#forgot-password-form [type=checkbox]:not(:checked)+label:before,#forgot-password-form [type=radio]:not(:checked)+label:before,#login-form [type=checkbox]:not(:checked)+label:before,#login-form [type=radio]:not(:checked)+label:before,#newsletter-form [type=checkbox]:not(:checked)+label:before,#newsletter-form [type=radio]:not(:checked)+label:before,#registration-form [type=checkbox]:not(:checked)+label:before,#registration-form [type=radio]:not(:checked)+label:before,.download-press-material__form [type=checkbox]:not(:checked)+label:before,.download-press-material__form [type=radio]:not(:checked)+label:before,.form-wrapper [type=checkbox]:not(:checked)+label:before,.form-wrapper [type=radio]:not(:checked)+label:before,.hbspt-form [type=checkbox]:not(:checked)+label:before,.hbspt-form [type=radio]:not(:checked)+label:before,.review-copies [type=checkbox]:not(:checked)+label:before,.review-copies [type=radio]:not(:checked)+label:before{border:1px solid #180000;border-radius:50%}#download-press-material__form [type=checkbox]:checked+label:before,#download-press-material__form [type=radio]:checked+label:before,#forgot-password-form [type=checkbox]:checked+label:before,#forgot-password-form [type=radio]:checked+label:before,#login-form [type=checkbox]:checked+label:before,#login-form [type=radio]:checked+label:before,#newsletter-form [type=checkbox]:checked+label:before,#newsletter-form [type=radio]:checked+label:before,#registration-form [type=checkbox]:checked+label:before,#registration-form [type=radio]:checked+label:before,.download-press-material__form [type=checkbox]:checked+label:before,.download-press-material__form [type=radio]:checked+label:before,.form-wrapper [type=checkbox]:checked+label:before,.form-wrapper [type=radio]:checked+label:before,.hbspt-form [type=checkbox]:checked+label:before,.hbspt-form [type=radio]:checked+label:before,.review-copies [type=checkbox]:checked+label:before,.review-copies [type=radio]:checked+label:before{background-image:url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTUiIGhlaWdodD0iMTUiPjxzdHlsZT4uc3Qwe2ZpbGw6IzQwMH08L3N0eWxlPjxwYXRoIGlkPSJYTUxJRF8xMjRfIiBjbGFzcz0ic3QwIiBkPSJNNS4zIDQuM2wtMSAxIDIuMiAyLjItMi4yIDIuMiAxIDEgMi4yLTIuMiAyLjIgMi4yIDEtMS0yLjItMi4yIDIuMi0yLjItMS0xLTIuMiAyLjJ6Ii8+PGcgaWQ9IlhNTElEXzExOF8iPjxwYXRoIGlkPSJYTUxJRF8xM18iIGNsYXNzPSJzdDAiIGQ9Ik03LjUgMS4zYzMuNCAwIDYuMiAyLjggNi4yIDYuMnMtMi44IDYuMi02LjIgNi4yYy0zLjQgMC02LjItMi44LTYuMi02LjJzMi44LTYuMiA2LjItNi4ybTAtMS4zQzMuNCAwIDAgMy40IDAgNy41UzMuNCAxNSA3LjUgMTUgMTUgMTEuNiAxNSA3LjUgMTEuNyAwIDcuNSAweiIvPjwvZz48L3N2Zz4=);background-position:50%;background-repeat:no-repeat;background-size:15px}#download-press-material__form .button,#download-press-material__form input[type=submit],#forgot-password-form .button,#forgot-password-form input[type=submit],#login-form .button,#login-form input[type=submit],#newsletter-form .button,#newsletter-form input[type=submit],#registration-form .button,#registration-form input[type=submit],.download-press-material__form .button,.download-press-material__form input[type=submit],.form-wrapper .button,.form-wrapper input[type=submit],.hbspt-form .button,.hbspt-form input[type=submit],.review-copies .button,.review-copies input[type=submit]{margin-top:.33333rem}#download-press-material__form .submit-arrow,#download-press-material__form input[type=date],#download-press-material__form input[type=email],#download-press-material__form input[type=number],#download-press-material__form input[type=password],#download-press-material__form input[type=text],#download-press-material__form select,#download-press-material__form textarea,#forgot-password-form .submit-arrow,#forgot-password-form input[type=date],#forgot-password-form input[type=email],#forgot-password-form input[type=number],#forgot-password-form input[type=password],#forgot-password-form input[type=text],#forgot-password-form select,#forgot-password-form textarea,#login-form .submit-arrow,#login-form input[type=date],#login-form input[type=email],#login-form input[type=number],#login-form input[type=password],#login-form input[type=text],#login-form select,#login-form textarea,#newsletter-form .submit-arrow,#newsletter-form input[type=date],#newsletter-form input[type=email],#newsletter-form input[type=number],#newsletter-form input[type=password],#newsletter-form input[type=text],#newsletter-form select,#newsletter-form textarea,#registration-form .submit-arrow,#registration-form input[type=date],#registration-form input[type=email],#registration-form input[type=number],#registration-form input[type=password],#registration-form input[type=text],#registration-form select,#registration-form textarea,.download-press-material__form .submit-arrow,.download-press-material__form input[type=date],.download-press-material__form input[type=email],.download-press-material__form input[type=number],.download-press-material__form input[type=password],.download-press-material__form input[type=text],.download-press-material__form select,.download-press-material__form textarea,.form-wrapper .submit-arrow,.form-wrapper input[type=date],.form-wrapper input[type=email],.form-wrapper input[type=number],.form-wrapper input[type=password],.form-wrapper input[type=text],.form-wrapper select,.form-wrapper textarea,.hbspt-form .submit-arrow,.hbspt-form input[type=date],.hbspt-form input[type=email],.hbspt-form input[type=number],.hbspt-form input[type=password],.hbspt-form input[type=text],.hbspt-form select,.hbspt-form textarea,.review-copies .submit-arrow,.review-copies input[type=date],.review-copies input[type=email],.review-copies input[type=number],.review-copies input[type=password],.review-copies input[type=text],.review-copies select,.review-copies textarea{margin-top:.33333rem;color:#180000;background-color:transparent;font-weight:400;font-style:normal;font-family:Diogenes Sans,Arial,sans-serif;font-weight:300;border-left:none;border-right:none;padding:0}#download-press-material__form .submit-arrow.error,#download-press-material__form input[type=date].error,#download-press-material__form input[type=email].error,#download-press-material__form input[type=number].error,#download-press-material__form input[type=password].error,#download-press-material__form input[type=text].error,#download-press-material__form select.error,#download-press-material__form textarea.error,#forgot-password-form .submit-arrow.error,#forgot-password-form input[type=date].error,#forgot-password-form input[type=email].error,#forgot-password-form input[type=number].error,#forgot-password-form input[type=password].error,#forgot-password-form input[type=text].error,#forgot-password-form select.error,#forgot-password-form textarea.error,#login-form .submit-arrow.error,#login-form input[type=date].error,#login-form input[type=email].error,#login-form input[type=number].error,#login-form input[type=password].error,#login-form input[type=text].error,#login-form select.error,#login-form textarea.error,#newsletter-form .submit-arrow.error,#newsletter-form input[type=date].error,#newsletter-form input[type=email].error,#newsletter-form input[type=number].error,#newsletter-form input[type=password].error,#newsletter-form input[type=text].error,#newsletter-form select.error,#newsletter-form textarea.error,#registration-form .submit-arrow.error,#registration-form input[type=date].error,#registration-form input[type=email].error,#registration-form input[type=number].error,#registration-form input[type=password].error,#registration-form input[type=text].error,#registration-form select.error,#registration-form textarea.error,.download-press-material__form .submit-arrow.error,.download-press-material__form input[type=date].error,.download-press-material__form input[type=email].error,.download-press-material__form input[type=number].error,.download-press-material__form input[type=password].error,.download-press-material__form input[type=text].error,.download-press-material__form select.error,.download-press-material__form textarea.error,.form-wrapper .submit-arrow.error,.form-wrapper input[type=date].error,.form-wrapper input[type=email].error,.form-wrapper input[type=number].error,.form-wrapper input[type=password].error,.form-wrapper input[type=text].error,.form-wrapper select.error,.form-wrapper textarea.error,.hbspt-form .submit-arrow.error,.hbspt-form input[type=date].error,.hbspt-form input[type=email].error,.hbspt-form input[type=number].error,.hbspt-form input[type=password].error,.hbspt-form input[type=text].error,.hbspt-form select.error,.hbspt-form textarea.error,.review-copies .submit-arrow.error,.review-copies input[type=date].error,.review-copies input[type=email].error,.review-copies input[type=number].error,.review-copies input[type=password].error,.review-copies input[type=text].error,.review-copies select.error,.review-copies textarea.error{border-color:#e80000;border-width:2px}#download-press-material__form .submit-arrow.error::-webkit-input-placeholder,#download-press-material__form input[type=date].error::-webkit-input-placeholder,#download-press-material__form input[type=email].error::-webkit-input-placeholder,#download-press-material__form input[type=number].error::-webkit-input-placeholder,#download-press-material__form input[type=password].error::-webkit-input-placeholder,#download-press-material__form input[type=text].error::-webkit-input-placeholder,#download-press-material__form select.error::-webkit-input-placeholder,#download-press-material__form textarea.error::-webkit-input-placeholder,#forgot-password-form .submit-arrow.error::-webkit-input-placeholder,#forgot-password-form input[type=date].error::-webkit-input-placeholder,#forgot-password-form input[type=email].error::-webkit-input-placeholder,#forgot-password-form input[type=number].error::-webkit-input-placeholder,#forgot-password-form input[type=password].error::-webkit-input-placeholder,#forgot-password-form input[type=text].error::-webkit-input-placeholder,#forgot-password-form select.error::-webkit-input-placeholder,#forgot-password-form textarea.error::-webkit-input-placeholder,#login-form .submit-arrow.error::-webkit-input-placeholder,#login-form input[type=date].error::-webkit-input-placeholder,#login-form input[type=email].error::-webkit-input-placeholder,#login-form input[type=number].error::-webkit-input-placeholder,#login-form input[type=password].error::-webkit-input-placeholder,#login-form input[type=text].error::-webkit-input-placeholder,#login-form select.error::-webkit-input-placeholder,#login-form textarea.error::-webkit-input-placeholder,#newsletter-form .submit-arrow.error::-webkit-input-placeholder,#newsletter-form input[type=date].error::-webkit-input-placeholder,#newsletter-form input[type=email].error::-webkit-input-placeholder,#newsletter-form input[type=number].error::-webkit-input-placeholder,#newsletter-form input[type=password].error::-webkit-input-placeholder,#newsletter-form input[type=text].error::-webkit-input-placeholder,#newsletter-form select.error::-webkit-input-placeholder,#newsletter-form textarea.error::-webkit-input-placeholder,#registration-form .submit-arrow.error::-webkit-input-placeholder,#registration-form input[type=date].error::-webkit-input-placeholder,#registration-form input[type=email].error::-webkit-input-placeholder,#registration-form input[type=number].error::-webkit-input-placeholder,#registration-form input[type=password].error::-webkit-input-placeholder,#registration-form input[type=text].error::-webkit-input-placeholder,#registration-form select.error::-webkit-input-placeholder,#registration-form textarea.error::-webkit-input-placeholder,.download-press-material__form .submit-arrow.error::-webkit-input-placeholder,.download-press-material__form input[type=date].error::-webkit-input-placeholder,.download-press-material__form input[type=email].error::-webkit-input-placeholder,.download-press-material__form input[type=number].error::-webkit-input-placeholder,.download-press-material__form input[type=password].error::-webkit-input-placeholder,.download-press-material__form input[type=text].error::-webkit-input-placeholder,.download-press-material__form select.error::-webkit-input-placeholder,.download-press-material__form textarea.error::-webkit-input-placeholder,.form-wrapper .submit-arrow.error::-webkit-input-placeholder,.form-wrapper input[type=date].error::-webkit-input-placeholder,.form-wrapper input[type=email].error::-webkit-input-placeholder,.form-wrapper input[type=number].error::-webkit-input-placeholder,.form-wrapper input[type=password].error::-webkit-input-placeholder,.form-wrapper input[type=text].error::-webkit-input-placeholder,.form-wrapper select.error::-webkit-input-placeholder,.form-wrapper textarea.error::-webkit-input-placeholder,.hbspt-form .submit-arrow.error::-webkit-input-placeholder,.hbspt-form input[type=date].error::-webkit-input-placeholder,.hbspt-form input[type=email].error::-webkit-input-placeholder,.hbspt-form input[type=number].error::-webkit-input-placeholder,.hbspt-form input[type=password].error::-webkit-input-placeholder,.hbspt-form input[type=text].error::-webkit-input-placeholder,.hbspt-form select.error::-webkit-input-placeholder,.hbspt-form textarea.error::-webkit-input-placeholder,.review-copies .submit-arrow.error::-webkit-input-placeholder,.review-copies input[type=date].error::-webkit-input-placeholder,.review-copies input[type=email].error::-webkit-input-placeholder,.review-copies input[type=number].error::-webkit-input-placeholder,.review-copies input[type=password].error::-webkit-input-placeholder,.review-copies input[type=text].error::-webkit-input-placeholder,.review-copies select.error::-webkit-input-placeholder,.review-copies textarea.error::-webkit-input-placeholder{color:#e80000}#download-press-material__form .submit-arrow.error:-moz-placeholder,#download-press-material__form .submit-arrow.error::-moz-placeholder,#download-press-material__form input[type=date].error:-moz-placeholder,#download-press-material__form input[type=date].error::-moz-placeholder,#download-press-material__form input[type=email].error:-moz-placeholder,#download-press-material__form input[type=email].error::-moz-placeholder,#download-press-material__form input[type=number].error:-moz-placeholder,#download-press-material__form input[type=number].error::-moz-placeholder,#download-press-material__form input[type=password].error:-moz-placeholder,#download-press-material__form input[type=password].error::-moz-placeholder,#download-press-material__form input[type=text].error:-moz-placeholder,#download-press-material__form input[type=text].error::-moz-placeholder,#download-press-material__form select.error:-moz-placeholder,#download-press-material__form select.error::-moz-placeholder,#download-press-material__form textarea.error:-moz-placeholder,#download-press-material__form textarea.error::-moz-placeholder,#forgot-password-form .submit-arrow.error:-moz-placeholder,#forgot-password-form .submit-arrow.error::-moz-placeholder,#forgot-password-form input[type=date].error:-moz-placeholder,#forgot-password-form input[type=date].error::-moz-placeholder,#forgot-password-form input[type=email].error:-moz-placeholder,#forgot-password-form input[type=email].error::-moz-placeholder,#forgot-password-form input[type=number].error:-moz-placeholder,#forgot-password-form input[type=number].error::-moz-placeholder,#forgot-password-form input[type=password].error:-moz-placeholder,#forgot-password-form input[type=password].error::-moz-placeholder,#forgot-password-form input[type=text].error:-moz-placeholder,#forgot-password-form input[type=text].error::-moz-placeholder,#forgot-password-form select.error:-moz-placeholder,#forgot-password-form select.error::-moz-placeholder,#forgot-password-form textarea.error:-moz-placeholder,#forgot-password-form textarea.error::-moz-placeholder,#login-form .submit-arrow.error:-moz-placeholder,#login-form .submit-arrow.error::-moz-placeholder,#login-form input[type=date].error:-moz-placeholder,#login-form input[type=date].error::-moz-placeholder,#login-form input[type=email].error:-moz-placeholder,#login-form input[type=email].error::-moz-placeholder,#login-form input[type=number].error:-moz-placeholder,#login-form input[type=number].error::-moz-placeholder,#login-form input[type=password].error:-moz-placeholder,#login-form input[type=password].error::-moz-placeholder,#login-form input[type=text].error:-moz-placeholder,#login-form input[type=text].error::-moz-placeholder,#login-form select.error:-moz-placeholder,#login-form select.error::-moz-placeholder,#login-form textarea.error:-moz-placeholder,#login-form textarea.error::-moz-placeholder,#newsletter-form .submit-arrow.error:-moz-placeholder,#newsletter-form .submit-arrow.error::-moz-placeholder,#newsletter-form input[type=date].error:-moz-placeholder,#newsletter-form input[type=date].error::-moz-placeholder,#newsletter-form input[type=email].error:-moz-placeholder,#newsletter-form input[type=email].error::-moz-placeholder,#newsletter-form input[type=number].error:-moz-placeholder,#newsletter-form input[type=number].error::-moz-placeholder,#newsletter-form input[type=password].error:-moz-placeholder,#newsletter-form input[type=password].error::-moz-placeholder,#newsletter-form input[type=text].error:-moz-placeholder,#newsletter-form input[type=text].error::-moz-placeholder,#newsletter-form select.error:-moz-placeholder,#newsletter-form select.error::-moz-placeholder,#newsletter-form textarea.error:-moz-placeholder,#newsletter-form textarea.error::-moz-placeholder,#registration-form .submit-arrow.error:-moz-placeholder,#registration-form .submit-arrow.error::-moz-placeholder,#registration-form input[type=date].error:-moz-placeholder,#registration-form input[type=date].error::-moz-placeholder,#registration-form input[type=email].error:-moz-placeholder,#registration-form input[type=email].error::-moz-placeholder,#registration-form input[type=number].error:-moz-placeholder,#registration-form input[type=number].error::-moz-placeholder,#registration-form input[type=password].error:-moz-placeholder,#registration-form input[type=password].error::-moz-placeholder,#registration-form input[type=text].error:-moz-placeholder,#registration-form input[type=text].error::-moz-placeholder,#registration-form select.error:-moz-placeholder,#registration-form select.error::-moz-placeholder,#registration-form textarea.error:-moz-placeholder,#registration-form textarea.error::-moz-placeholder,.download-press-material__form .submit-arrow.error:-moz-placeholder,.download-press-material__form .submit-arrow.error::-moz-placeholder,.download-press-material__form input[type=date].error:-moz-placeholder,.download-press-material__form input[type=date].error::-moz-placeholder,.download-press-material__form input[type=email].error:-moz-placeholder,.download-press-material__form input[type=email].error::-moz-placeholder,.download-press-material__form input[type=number].error:-moz-placeholder,.download-press-material__form input[type=number].error::-moz-placeholder,.download-press-material__form input[type=password].error:-moz-placeholder,.download-press-material__form input[type=password].error::-moz-placeholder,.download-press-material__form input[type=text].error:-moz-placeholder,.download-press-material__form input[type=text].error::-moz-placeholder,.download-press-material__form select.error:-moz-placeholder,.download-press-material__form select.error::-moz-placeholder,.download-press-material__form textarea.error:-moz-placeholder,.download-press-material__form textarea.error::-moz-placeholder,.form-wrapper .submit-arrow.error:-moz-placeholder,.form-wrapper .submit-arrow.error::-moz-placeholder,.form-wrapper input[type=date].error:-moz-placeholder,.form-wrapper input[type=date].error::-moz-placeholder,.form-wrapper input[type=email].error:-moz-placeholder,.form-wrapper input[type=email].error::-moz-placeholder,.form-wrapper input[type=number].error:-moz-placeholder,.form-wrapper input[type=number].error::-moz-placeholder,.form-wrapper input[type=password].error:-moz-placeholder,.form-wrapper input[type=password].error::-moz-placeholder,.form-wrapper input[type=text].error:-moz-placeholder,.form-wrapper input[type=text].error::-moz-placeholder,.form-wrapper select.error:-moz-placeholder,.form-wrapper select.error::-moz-placeholder,.form-wrapper textarea.error:-moz-placeholder,.form-wrapper textarea.error::-moz-placeholder,.hbspt-form .submit-arrow.error:-moz-placeholder,.hbspt-form .submit-arrow.error::-moz-placeholder,.hbspt-form input[type=date].error:-moz-placeholder,.hbspt-form input[type=date].error::-moz-placeholder,.hbspt-form input[type=email].error:-moz-placeholder,.hbspt-form input[type=email].error::-moz-placeholder,.hbspt-form input[type=number].error:-moz-placeholder,.hbspt-form input[type=number].error::-moz-placeholder,.hbspt-form input[type=password].error:-moz-placeholder,.hbspt-form input[type=password].error::-moz-placeholder,.hbspt-form input[type=text].error:-moz-placeholder,.hbspt-form input[type=text].error::-moz-placeholder,.hbspt-form select.error:-moz-placeholder,.hbspt-form select.error::-moz-placeholder,.hbspt-form textarea.error:-moz-placeholder,.hbspt-form textarea.error::-moz-placeholder,.review-copies .submit-arrow.error:-moz-placeholder,.review-copies .submit-arrow.error::-moz-placeholder,.review-copies input[type=date].error:-moz-placeholder,.review-copies input[type=date].error::-moz-placeholder,.review-copies input[type=email].error:-moz-placeholder,.review-copies input[type=email].error::-moz-placeholder,.review-copies input[type=number].error:-moz-placeholder,.review-copies input[type=number].error::-moz-placeholder,.review-copies input[type=password].error:-moz-placeholder,.review-copies input[type=password].error::-moz-placeholder,.review-copies input[type=text].error:-moz-placeholder,.review-copies input[type=text].error::-moz-placeholder,.review-copies select.error:-moz-placeholder,.review-copies select.error::-moz-placeholder,.review-copies textarea.error:-moz-placeholder,.review-copies textarea.error::-moz-placeholder{color:#e80000}#download-press-material__form .submit-arrow.error:-ms-input-placeholder,#download-press-material__form input[type=date].error:-ms-input-placeholder,#download-press-material__form input[type=email].error:-ms-input-placeholder,#download-press-material__form input[type=number].error:-ms-input-placeholder,#download-press-material__form input[type=password].error:-ms-input-placeholder,#download-press-material__form input[type=text].error:-ms-input-placeholder,#download-press-material__form select.error:-ms-input-placeholder,#download-press-material__form textarea.error:-ms-input-placeholder,#forgot-password-form .submit-arrow.error:-ms-input-placeholder,#forgot-password-form input[type=date].error:-ms-input-placeholder,#forgot-password-form input[type=email].error:-ms-input-placeholder,#forgot-password-form input[type=number].error:-ms-input-placeholder,#forgot-password-form input[type=password].error:-ms-input-placeholder,#forgot-password-form input[type=text].error:-ms-input-placeholder,#forgot-password-form select.error:-ms-input-placeholder,#forgot-password-form textarea.error:-ms-input-placeholder,#login-form .submit-arrow.error:-ms-input-placeholder,#login-form input[type=date].error:-ms-input-placeholder,#login-form input[type=email].error:-ms-input-placeholder,#login-form input[type=number].error:-ms-input-placeholder,#login-form input[type=password].error:-ms-input-placeholder,#login-form input[type=text].error:-ms-input-placeholder,#login-form select.error:-ms-input-placeholder,#login-form textarea.error:-ms-input-placeholder,#newsletter-form .submit-arrow.error:-ms-input-placeholder,#newsletter-form input[type=date].error:-ms-input-placeholder,#newsletter-form input[type=email].error:-ms-input-placeholder,#newsletter-form input[type=number].error:-ms-input-placeholder,#newsletter-form input[type=password].error:-ms-input-placeholder,#newsletter-form input[type=text].error:-ms-input-placeholder,#newsletter-form select.error:-ms-input-placeholder,#newsletter-form textarea.error:-ms-input-placeholder,#registration-form .submit-arrow.error:-ms-input-placeholder,#registration-form input[type=date].error:-ms-input-placeholder,#registration-form input[type=email].error:-ms-input-placeholder,#registration-form input[type=number].error:-ms-input-placeholder,#registration-form input[type=password].error:-ms-input-placeholder,#registration-form input[type=text].error:-ms-input-placeholder,#registration-form select.error:-ms-input-placeholder,#registration-form textarea.error:-ms-input-placeholder,.download-press-material__form .submit-arrow.error:-ms-input-placeholder,.download-press-material__form input[type=date].error:-ms-input-placeholder,.download-press-material__form input[type=email].error:-ms-input-placeholder,.download-press-material__form input[type=number].error:-ms-input-placeholder,.download-press-material__form input[type=password].error:-ms-input-placeholder,.download-press-material__form input[type=text].error:-ms-input-placeholder,.download-press-material__form select.error:-ms-input-placeholder,.download-press-material__form textarea.error:-ms-input-placeholder,.form-wrapper .submit-arrow.error:-ms-input-placeholder,.form-wrapper input[type=date].error:-ms-input-placeholder,.form-wrapper input[type=email].error:-ms-input-placeholder,.form-wrapper input[type=number].error:-ms-input-placeholder,.form-wrapper input[type=password].error:-ms-input-placeholder,.form-wrapper input[type=text].error:-ms-input-placeholder,.form-wrapper select.error:-ms-input-placeholder,.form-wrapper textarea.error:-ms-input-placeholder,.hbspt-form .submit-arrow.error:-ms-input-placeholder,.hbspt-form input[type=date].error:-ms-input-placeholder,.hbspt-form input[type=email].error:-ms-input-placeholder,.hbspt-form input[type=number].error:-ms-input-placeholder,.hbspt-form input[type=password].error:-ms-input-placeholder,.hbspt-form input[type=text].error:-ms-input-placeholder,.hbspt-form select.error:-ms-input-placeholder,.hbspt-form textarea.error:-ms-input-placeholder,.review-copies .submit-arrow.error:-ms-input-placeholder,.review-copies input[type=date].error:-ms-input-placeholder,.review-copies input[type=email].error:-ms-input-placeholder,.review-copies input[type=number].error:-ms-input-placeholder,.review-copies input[type=password].error:-ms-input-placeholder,.review-copies input[type=text].error:-ms-input-placeholder,.review-copies select.error:-ms-input-placeholder,.review-copies textarea.error:-ms-input-placeholder{color:#e80000}#download-press-material__form .submit-arrow::-webkit-input-placeholder,#download-press-material__form input[type=date]::-webkit-input-placeholder,#download-press-material__form input[type=email]::-webkit-input-placeholder,#download-press-material__form input[type=number]::-webkit-input-placeholder,#download-press-material__form input[type=password]::-webkit-input-placeholder,#download-press-material__form input[type=text]::-webkit-input-placeholder,#download-press-material__form select::-webkit-input-placeholder,#download-press-material__form textarea::-webkit-input-placeholder,#forgot-password-form .submit-arrow::-webkit-input-placeholder,#forgot-password-form input[type=date]::-webkit-input-placeholder,#forgot-password-form input[type=email]::-webkit-input-placeholder,#forgot-password-form input[type=number]::-webkit-input-placeholder,#forgot-password-form input[type=password]::-webkit-input-placeholder,#forgot-password-form input[type=text]::-webkit-input-placeholder,#forgot-password-form select::-webkit-input-placeholder,#forgot-password-form textarea::-webkit-input-placeholder,#login-form .submit-arrow::-webkit-input-placeholder,#login-form input[type=date]::-webkit-input-placeholder,#login-form input[type=email]::-webkit-input-placeholder,#login-form input[type=number]::-webkit-input-placeholder,#login-form input[type=password]::-webkit-input-placeholder,#login-form input[type=text]::-webkit-input-placeholder,#login-form select::-webkit-input-placeholder,#login-form textarea::-webkit-input-placeholder,#newsletter-form .submit-arrow::-webkit-input-placeholder,#newsletter-form input[type=date]::-webkit-input-placeholder,#newsletter-form input[type=email]::-webkit-input-placeholder,#newsletter-form input[type=number]::-webkit-input-placeholder,#newsletter-form input[type=password]::-webkit-input-placeholder,#newsletter-form input[type=text]::-webkit-input-placeholder,#newsletter-form select::-webkit-input-placeholder,#newsletter-form textarea::-webkit-input-placeholder,#registration-form .submit-arrow::-webkit-input-placeholder,#registration-form input[type=date]::-webkit-input-placeholder,#registration-form input[type=email]::-webkit-input-placeholder,#registration-form input[type=number]::-webkit-input-placeholder,#registration-form input[type=password]::-webkit-input-placeholder,#registration-form input[type=text]::-webkit-input-placeholder,#registration-form select::-webkit-input-placeholder,#registration-form textarea::-webkit-input-placeholder,.download-press-material__form .submit-arrow::-webkit-input-placeholder,.download-press-material__form input[type=date]::-webkit-input-placeholder,.download-press-material__form input[type=email]::-webkit-input-placeholder,.download-press-material__form input[type=number]::-webkit-input-placeholder,.download-press-material__form input[type=password]::-webkit-input-placeholder,.download-press-material__form input[type=text]::-webkit-input-placeholder,.download-press-material__form select::-webkit-input-placeholder,.download-press-material__form textarea::-webkit-input-placeholder,.form-wrapper .submit-arrow::-webkit-input-placeholder,.form-wrapper input[type=date]::-webkit-input-placeholder,.form-wrapper input[type=email]::-webkit-input-placeholder,.form-wrapper input[type=number]::-webkit-input-placeholder,.form-wrapper input[type=password]::-webkit-input-placeholder,.form-wrapper input[type=text]::-webkit-input-placeholder,.form-wrapper select::-webkit-input-placeholder,.form-wrapper textarea::-webkit-input-placeholder,.hbspt-form .submit-arrow::-webkit-input-placeholder,.hbspt-form input[type=date]::-webkit-input-placeholder,.hbspt-form input[type=email]::-webkit-input-placeholder,.hbspt-form input[type=number]::-webkit-input-placeholder,.hbspt-form input[type=password]::-webkit-input-placeholder,.hbspt-form input[type=text]::-webkit-input-placeholder,.hbspt-form select::-webkit-input-placeholder,.hbspt-form textarea::-webkit-input-placeholder,.review-copies .submit-arrow::-webkit-input-placeholder,.review-copies input[type=date]::-webkit-input-placeholder,.review-copies input[type=email]::-webkit-input-placeholder,.review-copies input[type=number]::-webkit-input-placeholder,.review-copies input[type=password]::-webkit-input-placeholder,.review-copies input[type=text]::-webkit-input-placeholder,.review-copies select::-webkit-input-placeholder,.review-copies textarea::-webkit-input-placeholder{font-weight:400;font-style:normal;font-family:Diogenes Sans,Arial,sans-serif;font-weight:300;color:#180000}#download-press-material__form .submit-arrow:-moz-placeholder,#download-press-material__form .submit-arrow::-moz-placeholder,#download-press-material__form input[type=date]:-moz-placeholder,#download-press-material__form input[type=date]::-moz-placeholder,#download-press-material__form input[type=email]:-moz-placeholder,#download-press-material__form input[type=email]::-moz-placeholder,#download-press-material__form input[type=number]:-moz-placeholder,#download-press-material__form input[type=number]::-moz-placeholder,#download-press-material__form input[type=password]:-moz-placeholder,#download-press-material__form input[type=password]::-moz-placeholder,#download-press-material__form input[type=text]:-moz-placeholder,#download-press-material__form input[type=text]::-moz-placeholder,#download-press-material__form select:-moz-placeholder,#download-press-material__form select::-moz-placeholder,#download-press-material__form textarea:-moz-placeholder,#download-press-material__form textarea::-moz-placeholder,#forgot-password-form .submit-arrow:-moz-placeholder,#forgot-password-form .submit-arrow::-moz-placeholder,#forgot-password-form input[type=date]:-moz-placeholder,#forgot-password-form input[type=date]::-moz-placeholder,#forgot-password-form input[type=email]:-moz-placeholder,#forgot-password-form input[type=email]::-moz-placeholder,#forgot-password-form input[type=number]:-moz-placeholder,#forgot-password-form input[type=number]::-moz-placeholder,#forgot-password-form input[type=password]:-moz-placeholder,#forgot-password-form input[type=password]::-moz-placeholder,#forgot-password-form input[type=text]:-moz-placeholder,#forgot-password-form input[type=text]::-moz-placeholder,#forgot-password-form select:-moz-placeholder,#forgot-password-form select::-moz-placeholder,#forgot-password-form textarea:-moz-placeholder,#forgot-password-form textarea::-moz-placeholder,#login-form .submit-arrow:-moz-placeholder,#login-form .submit-arrow::-moz-placeholder,#login-form input[type=date]:-moz-placeholder,#login-form input[type=date]::-moz-placeholder,#login-form input[type=email]:-moz-placeholder,#login-form input[type=email]::-moz-placeholder,#login-form input[type=number]:-moz-placeholder,#login-form input[type=number]::-moz-placeholder,#login-form input[type=password]:-moz-placeholder,#login-form input[type=password]::-moz-placeholder,#login-form input[type=text]:-moz-placeholder,#login-form input[type=text]::-moz-placeholder,#login-form select:-moz-placeholder,#login-form select::-moz-placeholder,#login-form textarea:-moz-placeholder,#login-form textarea::-moz-placeholder,#newsletter-form .submit-arrow:-moz-placeholder,#newsletter-form .submit-arrow::-moz-placeholder,#newsletter-form input[type=date]:-moz-placeholder,#newsletter-form input[type=date]::-moz-placeholder,#newsletter-form input[type=email]:-moz-placeholder,#newsletter-form input[type=email]::-moz-placeholder,#newsletter-form input[type=number]:-moz-placeholder,#newsletter-form input[type=number]::-moz-placeholder,#newsletter-form input[type=password]:-moz-placeholder,#newsletter-form input[type=password]::-moz-placeholder,#newsletter-form input[type=text]:-moz-placeholder,#newsletter-form input[type=text]::-moz-placeholder,#newsletter-form select:-moz-placeholder,#newsletter-form select::-moz-placeholder,#newsletter-form textarea:-moz-placeholder,#newsletter-form textarea::-moz-placeholder,#registration-form .submit-arrow:-moz-placeholder,#registration-form .submit-arrow::-moz-placeholder,#registration-form input[type=date]:-moz-placeholder,#registration-form input[type=date]::-moz-placeholder,#registration-form input[type=email]:-moz-placeholder,#registration-form input[type=email]::-moz-placeholder,#registration-form input[type=number]:-moz-placeholder,#registration-form input[type=number]::-moz-placeholder,#registration-form input[type=password]:-moz-placeholder,#registration-form input[type=password]::-moz-placeholder,#registration-form input[type=text]:-moz-placeholder,#registration-form input[type=text]::-moz-placeholder,#registration-form select:-moz-placeholder,#registration-form select::-moz-placeholder,#registration-form textarea:-moz-placeholder,#registration-form textarea::-moz-placeholder,.download-press-material__form .submit-arrow:-moz-placeholder,.download-press-material__form .submit-arrow::-moz-placeholder,.download-press-material__form input[type=date]:-moz-placeholder,.download-press-material__form input[type=date]::-moz-placeholder,.download-press-material__form input[type=email]:-moz-placeholder,.download-press-material__form input[type=email]::-moz-placeholder,.download-press-material__form input[type=number]:-moz-placeholder,.download-press-material__form input[type=number]::-moz-placeholder,.download-press-material__form input[type=password]:-moz-placeholder,.download-press-material__form input[type=password]::-moz-placeholder,.download-press-material__form input[type=text]:-moz-placeholder,.download-press-material__form input[type=text]::-moz-placeholder,.download-press-material__form select:-moz-placeholder,.download-press-material__form select::-moz-placeholder,.download-press-material__form textarea:-moz-placeholder,.download-press-material__form textarea::-moz-placeholder,.form-wrapper .submit-arrow:-moz-placeholder,.form-wrapper .submit-arrow::-moz-placeholder,.form-wrapper input[type=date]:-moz-placeholder,.form-wrapper input[type=date]::-moz-placeholder,.form-wrapper input[type=email]:-moz-placeholder,.form-wrapper input[type=email]::-moz-placeholder,.form-wrapper input[type=number]:-moz-placeholder,.form-wrapper input[type=number]::-moz-placeholder,.form-wrapper input[type=password]:-moz-placeholder,.form-wrapper input[type=password]::-moz-placeholder,.form-wrapper input[type=text]:-moz-placeholder,.form-wrapper input[type=text]::-moz-placeholder,.form-wrapper select:-moz-placeholder,.form-wrapper select::-moz-placeholder,.form-wrapper textarea:-moz-placeholder,.form-wrapper textarea::-moz-placeholder,.hbspt-form .submit-arrow:-moz-placeholder,.hbspt-form .submit-arrow::-moz-placeholder,.hbspt-form input[type=date]:-moz-placeholder,.hbspt-form input[type=date]::-moz-placeholder,.hbspt-form input[type=email]:-moz-placeholder,.hbspt-form input[type=email]::-moz-placeholder,.hbspt-form input[type=number]:-moz-placeholder,.hbspt-form input[type=number]::-moz-placeholder,.hbspt-form input[type=password]:-moz-placeholder,.hbspt-form input[type=password]::-moz-placeholder,.hbspt-form input[type=text]:-moz-placeholder,.hbspt-form input[type=text]::-moz-placeholder,.hbspt-form select:-moz-placeholder,.hbspt-form select::-moz-placeholder,.hbspt-form textarea:-moz-placeholder,.hbspt-form textarea::-moz-placeholder,.review-copies .submit-arrow:-moz-placeholder,.review-copies .submit-arrow::-moz-placeholder,.review-copies input[type=date]:-moz-placeholder,.review-copies input[type=date]::-moz-placeholder,.review-copies input[type=email]:-moz-placeholder,.review-copies input[type=email]::-moz-placeholder,.review-copies input[type=number]:-moz-placeholder,.review-copies input[type=number]::-moz-placeholder,.review-copies input[type=password]:-moz-placeholder,.review-copies input[type=password]::-moz-placeholder,.review-copies input[type=text]:-moz-placeholder,.review-copies input[type=text]::-moz-placeholder,.review-copies select:-moz-placeholder,.review-copies select::-moz-placeholder,.review-copies textarea:-moz-placeholder,.review-copies textarea::-moz-placeholder{font-weight:400;font-style:normal;font-family:Diogenes Sans,Arial,sans-serif;font-weight:300;color:#180000;opacity:1}#download-press-material__form .submit-arrow:-ms-input-placeholder,#download-press-material__form input[type=date]:-ms-input-placeholder,#download-press-material__form input[type=email]:-ms-input-placeholder,#download-press-material__form input[type=number]:-ms-input-placeholder,#download-press-material__form input[type=password]:-ms-input-placeholder,#download-press-material__form input[type=text]:-ms-input-placeholder,#download-press-material__form select:-ms-input-placeholder,#download-press-material__form textarea:-ms-input-placeholder,#forgot-password-form .submit-arrow:-ms-input-placeholder,#forgot-password-form input[type=date]:-ms-input-placeholder,#forgot-password-form input[type=email]:-ms-input-placeholder,#forgot-password-form input[type=number]:-ms-input-placeholder,#forgot-password-form input[type=password]:-ms-input-placeholder,#forgot-password-form input[type=text]:-ms-input-placeholder,#forgot-password-form select:-ms-input-placeholder,#forgot-password-form textarea:-ms-input-placeholder,#login-form .submit-arrow:-ms-input-placeholder,#login-form input[type=date]:-ms-input-placeholder,#login-form input[type=email]:-ms-input-placeholder,#login-form input[type=number]:-ms-input-placeholder,#login-form input[type=password]:-ms-input-placeholder,#login-form input[type=text]:-ms-input-placeholder,#login-form select:-ms-input-placeholder,#login-form textarea:-ms-input-placeholder,#newsletter-form .submit-arrow:-ms-input-placeholder,#newsletter-form input[type=date]:-ms-input-placeholder,#newsletter-form input[type=email]:-ms-input-placeholder,#newsletter-form input[type=number]:-ms-input-placeholder,#newsletter-form input[type=password]:-ms-input-placeholder,#newsletter-form input[type=text]:-ms-input-placeholder,#newsletter-form select:-ms-input-placeholder,#newsletter-form textarea:-ms-input-placeholder,#registration-form .submit-arrow:-ms-input-placeholder,#registration-form input[type=date]:-ms-input-placeholder,#registration-form input[type=email]:-ms-input-placeholder,#registration-form input[type=number]:-ms-input-placeholder,#registration-form input[type=password]:-ms-input-placeholder,#registration-form input[type=text]:-ms-input-placeholder,#registration-form select:-ms-input-placeholder,#registration-form textarea:-ms-input-placeholder,.download-press-material__form .submit-arrow:-ms-input-placeholder,.download-press-material__form input[type=date]:-ms-input-placeholder,.download-press-material__form input[type=email]:-ms-input-placeholder,.download-press-material__form input[type=number]:-ms-input-placeholder,.download-press-material__form input[type=password]:-ms-input-placeholder,.download-press-material__form input[type=text]:-ms-input-placeholder,.download-press-material__form select:-ms-input-placeholder,.download-press-material__form textarea:-ms-input-placeholder,.form-wrapper .submit-arrow:-ms-input-placeholder,.form-wrapper input[type=date]:-ms-input-placeholder,.form-wrapper input[type=email]:-ms-input-placeholder,.form-wrapper input[type=number]:-ms-input-placeholder,.form-wrapper input[type=password]:-ms-input-placeholder,.form-wrapper input[type=text]:-ms-input-placeholder,.form-wrapper select:-ms-input-placeholder,.form-wrapper textarea:-ms-input-placeholder,.hbspt-form .submit-arrow:-ms-input-placeholder,.hbspt-form input[type=date]:-ms-input-placeholder,.hbspt-form input[type=email]:-ms-input-placeholder,.hbspt-form input[type=number]:-ms-input-placeholder,.hbspt-form input[type=password]:-ms-input-placeholder,.hbspt-form input[type=text]:-ms-input-placeholder,.hbspt-form select:-ms-input-placeholder,.hbspt-form textarea:-ms-input-placeholder,.review-copies .submit-arrow:-ms-input-placeholder,.review-copies input[type=date]:-ms-input-placeholder,.review-copies input[type=email]:-ms-input-placeholder,.review-copies input[type=number]:-ms-input-placeholder,.review-copies input[type=password]:-ms-input-placeholder,.review-copies input[type=text]:-ms-input-placeholder,.review-copies select:-ms-input-placeholder,.review-copies textarea:-ms-input-placeholder{font-weight:400;font-style:normal;font-family:Diogenes Sans,Arial,sans-serif;font-weight:300;color:#180000}#download-press-material__form .floatl:after,#download-press-material__form .floatl:before,#forgot-password-form .floatl:after,#forgot-password-form .floatl:before,#login-form .floatl:after,#login-form .floatl:before,#newsletter-form .floatl:after,#newsletter-form .floatl:before,#registration-form .floatl:after,#registration-form .floatl:before,.download-press-material__form .floatl:after,.download-press-material__form .floatl:before,.form-wrapper .floatl:after,.form-wrapper .floatl:before,.hbspt-form .floatl:after,.hbspt-form .floatl:before,.review-copies .floatl:after,.review-copies .floatl:before{content:" ";display:table}#download-press-material__form .floatl:after,#forgot-password-form .floatl:after,#login-form .floatl:after,#newsletter-form .floatl:after,#registration-form .floatl:after,.download-press-material__form .floatl:after,.form-wrapper .floatl:after,.hbspt-form .floatl:after,.review-copies .floatl:after{clear:both}#download-press-material__form .floatl--active .submit-arrow,#forgot-password-form .floatl--active .submit-arrow,#login-form .floatl--active .submit-arrow,#newsletter-form .floatl--active .submit-arrow,#registration-form .floatl--active .submit-arrow,.download-press-material__form .floatl--active .submit-arrow,.form-wrapper .floatl--active .submit-arrow,.hbspt-form .floatl--active .submit-arrow,.review-copies .floatl--active .submit-arrow{margin-top:1.33333rem!important}#download-press-material__form .floatl-select label,#forgot-password-form .floatl-select label,#login-form .floatl-select label,#newsletter-form .floatl-select label,#registration-form .floatl-select label,.download-press-material__form .floatl-select label,.form-wrapper .floatl-select label,.hbspt-form .floatl-select label,.review-copies .floatl-select label{font-size:10px;line-height:1em}#download-press-material__form input.double-line,#forgot-password-form input.double-line,#login-form input.double-line,#newsletter-form input.double-line,#registration-form input.double-line,.download-press-material__form input.double-line,.form-wrapper input.double-line,.hbspt-form input.double-line,.review-copies input.double-line{border:.2rem solid #180000;border-right:none;border-left:none;background-color:transparent;padding:0;text-align:left;width:100%;height:2.66667rem;color:#180000}#download-press-material__form .button,#download-press-material__form input[type=submit]:not(.double-line):not(.submit-arrow),#forgot-password-form .button,#forgot-password-form input[type=submit]:not(.double-line):not(.submit-arrow),#login-form .button,#login-form input[type=submit]:not(.double-line):not(.submit-arrow),#newsletter-form .button,#newsletter-form input[type=submit]:not(.double-line):not(.submit-arrow),#registration-form .button,#registration-form input[type=submit]:not(.double-line):not(.submit-arrow),.download-press-material__form .button,.download-press-material__form input[type=submit]:not(.double-line):not(.submit-arrow),.form-wrapper .button,.form-wrapper input[type=submit]:not(.double-line):not(.submit-arrow),.hbspt-form .button,.hbspt-form input[type=submit]:not(.double-line):not(.submit-arrow),.review-copies .button,.review-copies input[type=submit]:not(.double-line):not(.submit-arrow){min-width:25%;font-weight:400;font-style:normal;font-size:1rem;line-height:1.33333rem;font-family:Diogenes Sans,Arial,sans-serif;border:.2rem solid #180000;border-right:none;border-left:none;background-color:transparent;text-align:left;padding:.33333rem 0;color:#180000}#download-press-material__form .button:hover,#download-press-material__form input[type=submit]:not(.double-line):not(.submit-arrow):hover,#forgot-password-form .button:hover,#forgot-password-form input[type=submit]:not(.double-line):not(.submit-arrow):hover,#login-form .button:hover,#login-form input[type=submit]:not(.double-line):not(.submit-arrow):hover,#newsletter-form .button:hover,#newsletter-form input[type=submit]:not(.double-line):not(.submit-arrow):hover,#registration-form .button:hover,#registration-form input[type=submit]:not(.double-line):not(.submit-arrow):hover,.download-press-material__form .button:hover,.download-press-material__form input[type=submit]:not(.double-line):not(.submit-arrow):hover,.form-wrapper .button:hover,.form-wrapper input[type=submit]:not(.double-line):not(.submit-arrow):hover,.hbspt-form .button:hover,.hbspt-form input[type=submit]:not(.double-line):not(.submit-arrow):hover,.review-copies .button:hover,.review-copies input[type=submit]:not(.double-line):not(.submit-arrow):hover{background-color:transparent;border-color:#400;color:#400}#download-press-material__form .submit-arrow-wrapper,#forgot-password-form .submit-arrow-wrapper,#login-form .submit-arrow-wrapper,#newsletter-form .submit-arrow-wrapper,#registration-form .submit-arrow-wrapper,.download-press-material__form .submit-arrow-wrapper,.form-wrapper .submit-arrow-wrapper,.hbspt-form .submit-arrow-wrapper,.review-copies .submit-arrow-wrapper{position:relative;font-weight:400;font-style:normal;font-family:Diogenes Sans,Arial,sans-serif}#download-press-material__form .submit-arrow-wrapper:after,#download-press-material__form .submit-arrow-wrapper:before,#forgot-password-form .submit-arrow-wrapper:after,#forgot-password-form .submit-arrow-wrapper:before,#login-form .submit-arrow-wrapper:after,#login-form .submit-arrow-wrapper:before,#newsletter-form .submit-arrow-wrapper:after,#newsletter-form .submit-arrow-wrapper:before,#registration-form .submit-arrow-wrapper:after,#registration-form .submit-arrow-wrapper:before,.download-press-material__form .submit-arrow-wrapper:after,.download-press-material__form .submit-arrow-wrapper:before,.form-wrapper .submit-arrow-wrapper:after,.form-wrapper .submit-arrow-wrapper:before,.hbspt-form .submit-arrow-wrapper:after,.hbspt-form .submit-arrow-wrapper:before,.review-copies .submit-arrow-wrapper:after,.review-copies .submit-arrow-wrapper:before{content:" ";display:table}#download-press-material__form .submit-arrow-wrapper:after,#forgot-password-form .submit-arrow-wrapper:after,#login-form .submit-arrow-wrapper:after,#newsletter-form .submit-arrow-wrapper:after,#registration-form .submit-arrow-wrapper:after,.download-press-material__form .submit-arrow-wrapper:after,.form-wrapper .submit-arrow-wrapper:after,.hbspt-form .submit-arrow-wrapper:after,.review-copies .submit-arrow-wrapper:after{clear:both}#download-press-material__form .submit-arrow-wrapper .submit-arrow,#forgot-password-form .submit-arrow-wrapper .submit-arrow,#login-form .submit-arrow-wrapper .submit-arrow,#newsletter-form .submit-arrow-wrapper .submit-arrow,#registration-form .submit-arrow-wrapper .submit-arrow,.download-press-material__form .submit-arrow-wrapper .submit-arrow,.form-wrapper .submit-arrow-wrapper .submit-arrow,.hbspt-form .submit-arrow-wrapper .submit-arrow,.review-copies .submit-arrow-wrapper .submit-arrow{-webkit-transition:all .1s linear;transition:all .1s linear;cursor:pointer;border:none;position:absolute;display:table-cell;vertical-align:middle;right:0;top:0;height:2.66667rem;width:2.66667rem;line-height:2.46667rem;background-color:transparent;font-size:2.06667rem!important;text-align:right!important}#download-press-material__form .submit-arrow-wrapper .submit-arrow:hover,#forgot-password-form .submit-arrow-wrapper .submit-arrow:hover,#login-form .submit-arrow-wrapper .submit-arrow:hover,#newsletter-form .submit-arrow-wrapper .submit-arrow:hover,#registration-form .submit-arrow-wrapper .submit-arrow:hover,.download-press-material__form .submit-arrow-wrapper .submit-arrow:hover,.form-wrapper .submit-arrow-wrapper .submit-arrow:hover,.hbspt-form .submit-arrow-wrapper .submit-arrow:hover,.review-copies .submit-arrow-wrapper .submit-arrow:hover{color:#400;background-color:transparent}#registration-form a,.newslettersubscription a{font-weight:400;font-style:normal;font-family:Diogenes Sans,Arial,sans-serif;font-weight:300;text-decoration:underline;padding:5px 25px 15px;display:block}form .row .row{margin:0 -1rem}form .row .row .column,form .row .row .columns{padding:0 1rem}.textAndImage{margin-bottom:.66667rem}.textAndImage:after,.textAndImage:before{content:" ";display:table}.textAndImage:after{clear:both}.textAndImage .imageHolder.top{margin-bottom:.66667rem}.textAndImage .text strong{font-weight:400;font-style:normal;font-weight:300;font-family:Diogenes Garamond,Times,serif;font-weight:500}.review-copies{margin-top:1.33333rem;position:relative}.review-copies .loading-screen{background-image:url(../img/loading-new-2.gif);background-size:12rem;background-position:50%;background-repeat:no-repeat;background-color:hsla(0,0%,100%,.8);position:absolute;width:100%;height:100%;top:0;left:0;display:none;z-index:10}.review-copies .review-copies__basket{margin-top:.66667rem}.review-copies .review-copies__basket .review-copies__basket-title{margin-bottom:2rem}.review-copies .review-copies__basket .submit-arrow-wrapper{margin-top:2.66667rem;margin-bottom:5.33333rem;padding-left:1.8rem}.review-copies .review-copies__basket .submit-arrow-wrapper .double-line,.review-copies .review-copies__basket .submit-arrow-wrapper .submit-arrow{border-color:#e80000;color:#e80000}.review-copies .review-copies__confirmation-text,.review-copies .review-copies__error-text,.review-copies .review-copies__information{font-weight:400;font-style:normal;font-family:Diogenes Sans,Arial,sans-serif;font-weight:300}@media only screen and (max-width:40em){.review-copies .review-copies__information{margin-bottom:1.33333rem}}.review-copies .review-copies__description-header{margin-bottom:.66667rem}.checkbox-item{padding-bottom:.66667rem;font-weight:400;font-style:normal;font-size:.86667rem;line-height:1.06667rem;font-family:Diogenes Sans,Arial,sans-serif;font-weight:300}.checkbox-item.review-copies--active .checkbox-interface{background-image:url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTUiIGhlaWdodD0iMTUiPjxzdHlsZT4uc3Qwe2ZpbGw6I2U4MDAwMH08L3N0eWxlPjxwYXRoIGlkPSJYTUxJRF8xMjRfIiBjbGFzcz0ic3QwIiBkPSJNNS4zIDQuM2wtMSAxIDIuMiAyLjItMi4yIDIuMiAxIDEgMi4yLTIuMiAyLjIgMi4yIDEtMS0yLjItMi4yIDIuMi0yLjItMS0xLTIuMiAyLjJ6Ii8+PGcgaWQ9IlhNTElEXzExOF8iPjxwYXRoIGlkPSJYTUxJRF8xM18iIGNsYXNzPSJzdDAiIGQ9Ik03LjUgMS4zYzMuNCAwIDYuMiAyLjggNi4yIDYuMnMtMi44IDYuMi02LjIgNi4yYy0zLjQgMC02LjItMi44LTYuMi02LjJzMi44LTYuMiA2LjItNi4ybTAtMS4zQzMuNCAwIDAgMy40IDAgNy41UzMuNCAxNSA3LjUgMTUgMTUgMTEuNiAxNSA3LjUgMTEuNyAwIDcuNSAweiIvPjwvZz48L3N2Zz4=)}.checkbox-item.review-copies--active .checkbox-label .title-item__author-1,.checkbox-item.review-copies--active .checkbox-label .title-item__author-1 a,.checkbox-item.review-copies--active .checkbox-label .title-item__author-2,.checkbox-item.review-copies--active .checkbox-label .title-item__author-2 a,.checkbox-item.review-copies--active .checkbox-label .title-item__title-name,.checkbox-item.review-copies--active .checkbox-label .title-item__title-name a{color:#e80000!important;font-weight:400;font-style:normal;font-family:Diogenes Sans,Arial,sans-serif}.checkbox-item .checkbox-interface{margin-right:.66667rem!important;box-sizing:content-box;cursor:pointer;width:1.13333rem;height:1.13333rem;display:inline-block;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIxNSI+PHBhdGggZD0iTTcuNSAxLjNjMy40IDAgNi4yIDIuOCA2LjIgNi4ycy0yLjggNi4yLTYuMiA2LjJjLTMuNCAwLTYuMi0yLjgtNi4yLTYuMnMyLjgtNi4yIDYuMi02LjJtMC0xLjNDMy40IDAgMCAzLjQgMCA3LjVTMy40IDE1IDcuNSAxNSAxNSAxMS42IDE1IDcuNSAxMS43IDAgNy41IDB6IiBmaWxsPSIjNDAwIi8+PC9zdmc+);background-repeat:no-repeat;background-size:1.13333rem;background-position:0}@media only screen and (max-width:40em){.checkbox-item .checkbox-interface{margin-right:.33333rem!important;width:.8rem;height:.8rem;background-size:.8rem}}.checkbox-item .title-item{cursor:pointer}.checkbox-item .title-item.title-item--active{font-weight:400;font-style:normal;font-family:Diogenes Sans,Arial,sans-serif;color:#e80000}.checkbox-item .title-item.title-item--already-requested{text-decoration:line-through}.stop-scrolling{height:100%;overflow:hidden}.slick_slideshow .slide{text-align:center}.slick_slideshow .slide .copyright{margin-top:.66667rem}.slick_slideshow .slide .copyright,.slick_slideshow .slide .copyright>a,.slick_slideshow .slide .copyright>p{font-weight:400;font-style:normal;font-size:.8rem;line-height:1.06667rem;font-family:Diogenes Sans,Arial,sans-serif}.slick_slideshow .slide .copyright a{text-decoration:underline}.slideshow .slide>a img{min-width:100%;vertical-align:middle}.mfp-gallery .button:focus,.mfp-gallery .button:hover,.mfp-gallery button:focus,.mfp-gallery button:hover{background:transparent}.review-copies__back{cursor:pointer}.assetDownload:before,.b2l:before,.issuu:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNSAxMyI+PHBhdGggZmlsbD0iI0U4MDAwMCIgZD0iTTE0LjIgMTEuMWMtLjUtLjEtMi44LS41LTQuNS0uNS0uOSAwLTEuNS4xLTEuOS4zLjMtLjQgMS4xLS42IDIuMy0uNiAxLjcgMCAzLjYuNCAzLjYuNGguMVYyLjNjLjIuMS4zLjEuNC4xdjguN3ptLTYuNi0uM1YyLjRjMC0uNy43LTEuMSAyLjEtMS4xIDEuNiAwIDMuNi41IDMuOS42djguNmMtLjQtLjEtMi4xLS40LTMuNS0uNC0xLjMgMC0yLjEuMi0yLjUuN20tLjIgMGMtLjQtLjUtMS4yLS44LTIuNS0uOC0xLjUgMC0zLjEuMy0zLjUuNFYxLjljLjQtLjEgMi40LS42IDMuOS0uNiAxLjQgMCAyLjEuNCAyLjEgMS4xdjguNHptLTIuMS0uM2MtMS44IDAtNCAuNC00LjYuNVYyLjRjLjEgMCAuMi0uMS40LS4xdjguNGguMXMxLjktLjQgMy42LS40YzEuMSAwIDEuOS4yIDIuMi41LS4yLS4yLS44LS4zLTEuNy0uM205LjYtNy42cy0uMi0uMS0uNS0uMnYtLjNzMC0uMS0uMS0uMWMwIDAtLjItLjEtLjUtLjJ2LS4zczAtLjEtLjEtLjFjMCAwLTIuMy0uNi00LjEtLjYtMS4yIDAtMiAuMy0yLjIuOC0uMi0uNi0xLS44LTIuMi0uOC0xLjggMC00IC42LTQuMS42IDAgMC0uMSAwLS4xLjF2LjNjLS4yLjEtLjMuMi0uNC4yIDAgMC0uMSAwLS4xLjF2LjRjLS4yIDAtLjQuMS0uNC4xLS4xIDAtLjEgMC0uMS4xdjguNWMwIC4xIDAgLjEuMS4xaDYuN2MuMS4yLjQuNC43LjQuMyAwIC41LS4yLjctLjRoNi43Yy4xIDAgLjEgMCAuMS0uMWwtLjEtOC42Yy4xIDAgLjEgMCAwIDAiLz48L3N2Zz4=)}.soundcloud:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNSAxMyI+PHBhdGggZmlsbD0iI0U4MDAwMCIgZD0iTTEzLjIgNy43Yy0uMi0uMy0uNS0uNC0uNi0uNFY2LjFjMC0yLjgtMi4zLTUtNS4xLTVzLTUuMSAyLjItNS4xIDV2MS4yYy0uMSAwLS41IDAtLjYuNC0uMi4xLS4zLjMtLjMuNnYyLjZzMCAuNC4zLjZjLjEuMi4zLjQuNi40aC40cy43IDAgLjctLjdWOHMwLS43LS42LS43VjYuMWMwLTIuNSAyLTQuNSA0LjUtNC41IDIuNi4xIDQuNiAyIDQuNiA0LjV2MS4yYy0uNiAwLS42LjctLjYuN3YzLjFjMCAuNy43LjcuNy43aC40Yy40IDAgLjUtLjIuNi0uNC40LS4yLjQtLjYuNC0uNlY4LjNjMC0uMy0uMi0uNS0uMy0uNiIvPjwvc3ZnPg==)}.youtube:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMi44IiBoZWlnaHQ9IjEyLjgiPjxwYXRoIGQ9Ik00LjcgMy4xQzQuNiAzIDQuNiAzIDQuNSAzcy0uMS4xLS4xLjJ2Ni40YzAgLjEgMCAuMS4xLjJoLjJsNC42LTMuMi4xLS4xczAtLjEtLjEtLjFMNC43IDMuMXpNNi40IDBDMi45IDAgMCAyLjkgMCA2LjRjMCAzLjUgMi45IDYuNCA2LjQgNi40czYuNC0yLjkgNi40LTYuNEMxMi44IDIuOSA5LjkgMCA2LjQgMHptMCAxMi4yQzMuMiAxMi4yLjYgOS42LjYgNi40UzMuMi42IDYuNC42YzMuMiAwIDUuOCAyLjYgNS44IDUuOHMtMi42IDUuOC01LjggNS44eiIgZmlsbD0iI2UyMGUxMCIvPjwvc3ZnPg==)}.share:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNSAxMyI+PHBhdGggZmlsbD0iI0U4MDAwMCIgZD0iTTkuOCA4LjdjLS4xIDAtLjIuMS0uMy4yTDYgNi44di0uNmwzLjYtMi4xYy4xLjEuMi4xLjIuMi43LjQgMS42LjIgMi0uNS40LS43LjItMS42LS41LTItLjctLjQtMS42LS4yLTIgLjUtLjMuNC0uMy44LS4yIDEuMmwtMy41IDJjLS4zLS4zLS43LS41LTEuMS0uNUMzLjcgNSAzIDUuNyAzIDYuNVMzLjcgOCA0LjUgOGMuNCAwIC44LS4yIDEuMS0uNWwzLjUgMmMtLjEuNC0uMS44LjEgMS4yLjQuNyAxLjMgMSAyIC41LjctLjQgMS0xLjMuNS0yLS4zLS43LTEuMi0uOS0xLjktLjUiLz48L3N2Zz4=)}.download:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIxMyIgdmlld0JveD0iLTQ3MiAyNzQgMTUgMTMiPjxwYXRoIGQ9Ik0tNDY0LjkgMjgyLjZsLTMuOC0zLjh2MS4zbDQgNGguNmw0LTR2LTEuM2wtMy45IDMuOHYtNy43aC0uOXoiIGZpbGw9IiNlODAwMDAiLz48cGF0aCBkPSJNLTQ2NC45IDI4Mi42bC0zLjgtMy44djEuM2w0IDRoLjZsNC00di0xLjNsLTMuOSAzLjh2LTcuN2gtLjl6IiBmaWxsPSJub25lIiBzdHJva2U9IiNlODAwMDAiIHN0cm9rZS13aWR0aD0iLjEiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPjxwYXRoIGQ9Ik0tNDY5LjMgMjg2LjFoOS42IiBmaWxsPSJub25lIiBzdHJva2U9IiNlODAwMDAiLz48L3N2Zz4=)}.readingGroup:before{background-image:url("data:image/svg+xml;base64,PHN2ZyBpZD0iRWJlbmVfMSIgZGF0YS1uYW1lPSJFYmVuZSAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMjUuODYgODUuOTMiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojZmZmfS5jbHMtMntmaWxsOiNlYzFjMjR9PC9zdHlsZT48L2RlZnM+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMiA2Ljk4aDEyMS44NnY3Ni45NUgyeiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEyMy44NiA4NS45M0gyYTIgMiAwIDAxLTItMlY3YTIgMiAwIDAxMi0yaDEyMS44NmEyIDIgMCAwMTIgMnY3N2EyIDIgMCAwMS0yIDEuOTN6TTQgODEuOTNoMTE3Ljg2VjlINHoiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik02Mi44IDgzLjU5YzAtNS4wNi00LjEtNi4xNi05LjE2LTYuMTZIOFYyaDQ1LjY0YTkuMTYgOS4xNiAwIDAxOS4xNiA5LjE2eiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTYyLjggODUuNTlhMiAyIDAgMDEtMi0yYzAtMi4xLS41NS00LjE2LTcuMTYtNC4xNkg4YTIgMiAwIDAxLTItMlYyYTIgMiAwIDAxMi0yaDQ1LjY0QTExLjE4IDExLjE4IDAgMDE2NC44IDExLjE2djcyLjQzYTIgMiAwIDAxLTIgMnpNMTAgNzUuNDNoNDMuNjRhMTYuNTEgMTYuNTEgMCAwMTcuMTYgMS4yN1YxMS4xNkE3LjE3IDcuMTcgMCAwMDUzLjY0IDRIMTB6Ii8+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNjIuOCA4My41OWMwLTUuMDYgNC4xLTYuMTYgOS4xNi02LjE2aDQ1LjY2VjJINzJhOS4xNiA5LjE2IDAgMDAtOS4xNiA5LjE2eiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTYyLjggODUuNTlhMiAyIDAgMDEtMi0yVjExLjE2QTExLjE4IDExLjE4IDAgMDE3MiAwaDQ1LjY2YTIgMiAwIDAxMiAydjc1LjQzYTIgMiAwIDAxLTIgMkg3MmMtNi42MSAwLTcuMTYgMi4wNi03LjE2IDQuMTZhMiAyIDAgMDEtMi4wNCAyek03MiA0YTcuMTcgNy4xNyAwIDAwLTcuMTYgNy4xNlY3Ni43QTE2LjUxIDE2LjUxIDAgMDE3MiA3NS40M2g0My42NlY0eiIvPjwvc3ZnPg==")}.print:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNSAxMyI+PHBhdGggZmlsbD0iI0U4MDAwMCIgZD0iTTIgMTIuNGwuNi0yLjZoOS44bC42IDIuNkgyek0yLjYuNmg3Ljl2MS43YzAgLjEuMS4xLjEuMWgxLjd2NC40SDIuNlYuNnptOC4yLjJsMS40IDEuNGgtMS40Vi44ek0xMyA0LjVoLS40VjIuM2wtLjItLjJMMTAuNy40SDIuNHY0LjFIMnMtMSAwLTEgMXY1czAgLjkuOSAxbC0uMiAxdi4xaDExLjZ2LS4xbC0uMi0xYy4yIDAgLjktLjIuOS0xdi01czAtMS0xLTEiLz48L3N2Zz4=)}.buy:before{background-size:.66667rem;background-image:url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5LjYgMTQuNCI+PHN3aXRjaD48Zz48cGF0aCBmaWxsPSIjRTQxMDEwIiBkPSJNOC45IDEyLjdsLTEgMUgxLjdsLTEtMVY1LjVoOC4ydjcuMnpNNi4xIDQuOEgzLjRWMi4yYzAtLjcuNi0xLjQgMS4zLTEuNFM2IDEuNCA2IDIuMnYyLjZ6bTMuNSA4LjNWNC44SDYuOVYyLjJDNi45IDEgNS45IDAgNC44IDAgMy42IDAgMi42IDEgMi42IDIuMnYyLjZIMHY4LjNsMS4zIDEuM2g3LjFsMS4yLTEuM3oiLz48L2c+PC9zd2l0Y2g+PC9zdmc+)}.contact:before{background-image:url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTIuOCIgaGVpZ2h0PSI5LjYiIHZpZXdCb3g9Ii00NzAuOSAyNzUuNyAxMi44IDkuNiI+PHN0eWxlPi5zdDB7ZmlsbDpub25lO3N0cm9rZTojZTcwMDAwfTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTS00NzAuNCAyNzYuMmgxMS44djguNmgtMTEuOHoiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNLTQ2OS41IDI3Ni4ybDUgNSA1LTV6Ii8+PC9zdmc+)}.patch.patch-showmobile{display:block;z-index:300}.author-detail-v2-component{font-family:Diogenes Sans,Arial,sans-serif}.author-detail-v2-component>section.placeholder{display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;min-height:200px;padding-top:50px;padding-bottom:50px;font-size:30px}.author-detail-v2-component>[data-anchor-name]{scroll-margin-top:150px}.author-detail-v2-component .mobile-book-teaser-grid-component{display:none}.author-detail-v2-component section.hero{margin-bottom:100px}.author-detail-v2-component section.hero .author-information{display:grid;grid-template-columns:2fr 3fr;gap:50px}.author-detail-v2-component section.hero .author-information .author-image-column{min-width:0}.author-detail-v2-component section.hero .author-information .author-image{position:relative;width:100%;margin-right:auto;margin-left:auto}.author-detail-v2-component section.hero .author-information .author-image img{display:block;width:100%;height:auto}.author-detail-v2-component section.hero .author-information .author-image .copyright{position:absolute;left:10px;bottom:5px;color:#fff;text-shadow:1px 1px 2px #000}.author-detail-v2-component section.hero .author-information .author-links,.author-detail-v2-component section.hero .author-information .media-items{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;gap:30px;font-family:Diogenes Sans,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:500;letter-spacing:0;line-height:120%}.author-detail-v2-component section.hero .author-information .media-items{-webkit-box-pack:center;justify-content:center;margin-top:60px}.author-detail-v2-component section.hero .author-information .author-name{font-size:32px;font-weight:500}.author-detail-v2-component section.hero .author-information .author-biography{margin-top:60px;font-size:14px;line-height:140%;max-width:442px;font-family:Diogenes Garamond,Times,serif}.author-detail-v2-component section.hero .author-information .author-links{flex-wrap:wrap;margin-top:30px}.author-detail-v2-component section.hero .author-information .author-links .author-link{color:inherit;text-decoration:underline}@media only screen and (max-width:650px){.author-detail-v2-component section.hero{margin-bottom:50px}.author-detail-v2-component section.hero .author-information{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-align:center;align-items:center;gap:50px}.author-detail-v2-component section.hero .author-information .author-data,.author-detail-v2-component section.hero .author-information .author-image-column{width:100%}.author-detail-v2-component section.hero .author-information .author-image{max-width:253px}.author-detail-v2-component section.hero .author-information .media-items{margin-top:10px}.author-detail-v2-component section.hero .author-information .author-name{font-size:24px}.author-detail-v2-component section.hero .author-information .author-biography{margin-top:30px;max-width:none}.author-detail-v2-component section.hero .author-information .author-links{gap:15px;margin-top:15px}}.author-detail-v2-component section.anchor-navigation{margin-top:100px;display:block;height:auto;min-height:0;padding:0;border:0;font-family:Diogenes Sans,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:500;letter-spacing:0;line-height:100%}.author-detail-v2-component section.anchor-navigation .anchor-navigation-scroll{width:100%;max-width:67.6rem;margin:0 auto;overflow-x:auto;cursor:-webkit-grab;cursor:grab;scrollbar-width:none;-webkit-overflow-scrolling:touch}.author-detail-v2-component section.anchor-navigation .anchor-navigation-scroll.has-overflow-left{mask-image:linear-gradient(90deg,transparent,#000 40px,#000);-webkit-mask-image:linear-gradient(90deg,transparent,#000 40px,#000)}.author-detail-v2-component section.anchor-navigation .anchor-navigation-scroll.has-overflow-right{mask-image:linear-gradient(90deg,#000 0,#000 calc(100% - 40px),transparent);-webkit-mask-image:linear-gradient(90deg,#000 0,#000 calc(100% - 40px),transparent)}.author-detail-v2-component section.anchor-navigation .anchor-navigation-scroll.has-overflow-left.has-overflow-right{mask-image:linear-gradient(90deg,transparent,#000 40px,#000 calc(100% - 40px),transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#000 40px,#000 calc(100% - 40px),transparent)}.author-detail-v2-component section.anchor-navigation .anchor-navigation-scroll::-webkit-scrollbar{display:none}.author-detail-v2-component section.anchor-navigation .anchor-navigation-scroll.dragging{cursor:-webkit-grabbing;cursor:grabbing;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.author-detail-v2-component section.anchor-navigation .anchor-navigation-list{display:-webkit-box;display:flex;width:-webkit-max-content;width:-moz-max-content;width:max-content;min-width:100%;border-bottom:1px solid #000}.author-detail-v2-component section.anchor-navigation .anchor-navigation-item{position:relative;-webkit-box-flex:0;flex:0 0 auto;margin:0;padding:0 0 12px;border:0;border-radius:0;background:transparent;color:#000;font:inherit;line-height:inherit;white-space:nowrap;text-decoration:none;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}.author-detail-v2-component section.anchor-navigation .anchor-navigation-item:after{position:absolute;right:0;bottom:-1px;left:0;z-index:1;height:1px;background-color:transparent;content:""}.author-detail-v2-component section.anchor-navigation .anchor-navigation-item.active:after,.author-detail-v2-component section.anchor-navigation .anchor-navigation-item:focus-visible:after{background-color:#e80000}.author-detail-v2-component section.anchor-navigation .anchor-navigation-item.active{color:#e80000}.author-detail-v2-component section.anchor-navigation .anchor-navigation-item:focus{outline:none}.author-detail-v2-component section.anchor-navigation .anchor-navigation-item:not(:last-child){margin-right:60px}.author-detail-v2-component section.anchor-navigation .anchor-navigation-item:not(:last-child):after{right:-60px}.author-detail-v2-component section.book-row{margin-top:80px;margin-bottom:80px;color:#000}.author-detail-v2-component section.book-row .book-series+.book-series{margin-top:80px}.author-detail-v2-component section.book-row .book-series-header{display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between;-webkit-box-align:baseline;align-items:baseline;gap:30px;margin-bottom:20px}.author-detail-v2-component section.book-row .book-series-header h2{margin:0;color:#000;font-family:Diogenes Sans,Arial,sans-serif;font-size:20px;font-weight:400;line-height:1;text-align:center}.author-detail-v2-component section.book-row .book-series-header a{color:#000;font-family:Diogenes Sans,Arial,sans-serif;font-size:14px;font-weight:500;line-height:1;text-align:right;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}.author-detail-v2-component section.book-row .book-series-info{display:grid;grid-template-columns:1fr 1fr;gap:50px;padding:70px}.author-detail-v2-component section.book-row .book-series-text h3{margin:0;color:#000;font-family:Diogenes Sans,Arial,sans-serif;font-size:32px;font-weight:500;line-height:1;letter-spacing:.01em}.author-detail-v2-component section.book-row .book-series-text .subtitle{margin-top:10px;color:#000;font-family:Diogenes Garamond,Times,serif;font-size:30px;font-weight:500;font-style:italic;line-height:1}.author-detail-v2-component section.book-row .book-series-text .text{margin-top:100px;color:#000;font-family:Diogenes Garamond,Times,serif;font-size:14px;font-weight:400;line-height:1.4}.author-detail-v2-component section.book-row .book-series-cover-images{justify-self:end;align-self:start;min-width:0}.author-detail-v2-component section.book-row .book-series-cover-images .book-series-cover-image{width:28vw;max-width:360px}.author-detail-v2-component section.book-row .book-series-cover-images .book-series-cover-image img{display:block;width:100%;height:auto}.author-detail-v2-component section.book-row .book-series-books{margin-top:50px}.author-detail-v2-component section.book-row .book-series-title-teaser{--number-of-items:5;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-align:center;align-items:center;color:#000;text-align:center;width:c\000061lc((100cqw - (var(--item-gap) * (var(--number-of-items) - 1)))/var(--number-of-items));padding-bottom:30px}.author-detail-v2-component section.book-row .book-series-title-teaser .volume-label{width:100%;margin-bottom:30px;color:#000;font-family:Diogenes Sans,Arial,sans-serif;font-size:12px;font-weight:400;line-height:1;text-align:center}.author-detail-v2-component section.book-row .book-series-title-teaser .cover{margin-bottom:20px}.author-detail-v2-component section.book-row .book-series-title-teaser .author{color:#000;font-family:Diogenes Sans,Arial,sans-serif;font-size:12px;font-weight:400;line-height:1;text-align:center}.author-detail-v2-component section.book-row .book-series-title-teaser .title{margin-top:5px;color:#000;font-family:Diogenes Sans,Arial,sans-serif;font-size:14px;font-weight:500;line-height:16px;text-align:center}.author-detail-v2-component section.book-row .book-series-title-teaser .detail-link{display:inline-block;margin-top:15px;color:#000;font-family:Diogenes Sans,Arial,sans-serif;font-size:14px;font-weight:500;line-height:1.4;text-align:center;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}@media only screen and (max-width:900px){.author-detail-v2-component section.book-row .book-series-title-teaser{--number-of-items:4}}@media only screen and (max-width:700px){.author-detail-v2-component section.book-row .book-series-title-teaser{--number-of-items:3}}@media only screen and (max-width:500px){.author-detail-v2-component section.book-row .book-series-title-teaser{--number-of-items:2}}@media only screen and (max-width:40em){.author-detail-v2-component section.book-row .book-series-header{display:block}.author-detail-v2-component section.book-row .book-series-info{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;gap:5px;padding:25px}.author-detail-v2-component section.book-row .book-series-cover-images{-webkit-box-ordinal-group:2;order:1;margin-bottom:35px;justify-self:auto}.author-detail-v2-component section.book-row .book-series-text{-webkit-box-ordinal-group:3;order:2}.author-detail-v2-component section.book-row .book-series-text .text{margin-top:10px}.author-detail-v2-component section.book-row .book-series-cover-images .book-series-cover-image{width:70vw;max-width:260px;margin-right:auto;margin-left:auto}}@media only screen and (max-width:650px){.author-detail-v2-component .book-teaser-slider{display:none}.author-detail-v2-component .mobile-book-teaser-grid-component{display:block}.author-detail-v2-component .mobile-book-teaser-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));-webkit-column-gap:35px;-moz-column-gap:35px;column-gap:35px;row-gap:35px}.author-detail-v2-component .mobile-book-teaser-grid .book-series-title-teaser{width:100%;padding-bottom:0}.author-detail-v2-component .mobile-book-grid-collapsible.closed.has-more-than-six .mobile-book-teaser-grid>:nth-child(n+7){display:none}.author-detail-v2-component .mobile-book-grid-toggle{display:none;-webkit-box-align:center;align-items:center;gap:6px;margin-top:16px;margin-left:auto;border:0;padding:0;background:transparent;color:inherit;font-size:14px;font-weight:500;line-height:14px;text-align:right;cursor:pointer}.author-detail-v2-component .mobile-book-grid-toggle-text{text-decoration:underline}.author-detail-v2-component .mobile-book-grid-collapsible.closed.has-more-than-six>.mobile-book-grid-show-button,.author-detail-v2-component .mobile-book-grid-collapsible:not(.closed)>.mobile-book-grid-hide-button{display:-webkit-box;display:flex}}@media only screen and (max-width:500px){.author-detail-v2-component .mobile-book-teaser-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.author-detail-v2-component .mobile-book-grid-collapsible.closed.has-more-than-four .mobile-book-teaser-grid>:nth-child(n+5){display:none}.author-detail-v2-component .mobile-book-grid-collapsible.closed.has-more-than-four>.mobile-book-grid-show-button{display:-webkit-box;display:flex}}.title-detail-v2-component{font-family:Diogenes Sans,Arial,sans-serif}.title-detail-v2-component>section.placeholder{display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;min-height:200px;padding-top:50px;padding-bottom:50px;font-size:30px}.title-detail-v2-component>[data-anchor-name]{scroll-margin-top:150px}.title-detail-v2-component .mobile-book-teaser-grid-component{display:none}.title-detail-v2-component section.hero{margin-bottom:100px}.title-detail-v2-component section.hero .text-statement{font-family:Diogenes Garamond,Times,serif;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-align:center;align-items:center;gap:10px;margin-top:100px;margin-bottom:100px}.title-detail-v2-component section.hero .text-statement .hero-headline{max-width:748px;font-size:30px;text-align:center}.title-detail-v2-component section.hero .text-statement .hero-headline *{font-family:inherit;font-size:inherit;line-height:inherit;text-align:inherit}.title-detail-v2-component section.hero .text-statement .hero-headline p{margin:0}.title-detail-v2-component section.hero .text-statement .hero-byline{max-width:230px;font-size:16px;text-align:center}.title-detail-v2-component section.hero .title-information{display:grid;grid-template-columns:2fr 3fr;gap:50px}.title-detail-v2-component section.hero .title-information .cover-image-slider .title-icon{width:100cqw}.title-detail-v2-component section.hero .title-information .media-items,.title-detail-v2-component section.hero .title-information .media-samples{font-family:Diogenes Sans,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:500;letter-spacing:0;line-height:120%}.title-detail-v2-component section.hero .title-information .media-items{display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;gap:30px;margin-top:60px}.title-detail-v2-component section.hero .title-information .media-items.media-items-edit{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.title-detail-v2-component section.hero .title-information .media-samples{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;gap:30px}.title-detail-v2-component section.hero .title-information .media-samples.media-samples-edit{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.title-detail-v2-component section.hero .title-information .download-image,.title-detail-v2-component section.hero .title-information .listening-sample,.title-detail-v2-component section.hero .title-information .reading-sample{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;gap:10px}.title-detail-v2-component section.hero .title-information .author{font-size:14px;font-weight:500;line-height:100%;text-decoration:underline;display:-webkit-box;display:flex;gap:10px}.title-detail-v2-component section.hero .title-information .title-section{display:grid;grid-template-columns:3fr 1fr;margin-top:10px;margin-bottom:20px}.title-detail-v2-component section.hero .title-information .book-row-information{font-size:14px;font-weight:500;line-height:16px;letter-spacing:0;color:inherit;text-decoration:underline}.title-detail-v2-component section.hero .title-information .book-row-information--mobile{display:none}.title-detail-v2-component section.hero .title-information .title{font-size:32px;font-weight:500}.title-detail-v2-component section.hero .title-information .short-text,.title-detail-v2-component section.hero .title-information .sub-title{max-width:288px;font-size:14px}.title-detail-v2-component section.hero .title-information .description{margin-top:60px;font-size:14px}.title-detail-v2-component section.hero .title-information .inhaltEntry{font-family:Diogenes Garamond,Times,serif}.title-detail-v2-component section.hero .title-information .description-collapsible-component{--description-collapse-transition-duration:100ms}.title-detail-v2-component section.hero .title-information .description-collapsible-component .description-collapsed-content{display:grid;grid-template-rows:1fr;opacity:1;-webkit-transition:grid-template-rows var(--description-collapse-transition-duration) ease,opacity var(--description-collapse-transition-duration) ease;transition:grid-template-rows var(--description-collapse-transition-duration) ease,opacity var(--description-collapse-transition-duration) ease;transition:grid-template-rows var(--description-collapse-transition-duration) ease,opacity var(--description-collapse-transition-duration) ease,-ms-grid-rows var(--description-collapse-transition-duration) ease}.title-detail-v2-component section.hero .title-information .description-collapsible-component .description-collapsed-content-container{overflow:hidden}.title-detail-v2-component section.hero .title-information .description-collapsible-component .description-show-more-button{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;gap:10px;margin-top:10px;cursor:pointer}.title-detail-v2-component section.hero .title-information .description-collapsible-component .show-more-text{text-decoration:underline;font-weight:700}.title-detail-v2-component section.hero .title-information .description-collapsible-component.closed .description-collapsed-content{grid-template-rows:0fr;opacity:0}.title-detail-v2-component section.hero .title-information .description-collapsible-component:not(.closed)>.description-show-more-button{display:none}.title-detail-v2-component section.hero .title-information .buying-section{margin-top:40px}.title-detail-v2-component section.hero .title-information .buying-buttons{display:grid;grid-template-columns:1fr 1fr;gap:10px;font-family:Diogenes Sans,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:500;letter-spacing:0;line-height:120%}.title-detail-v2-component section.hero .title-information .buying-buttons .title-buy-button,.title-detail-v2-component section.hero .title-information .buying-buttons .variation-dropdown-button{font-size:inherit;line-height:inherit}.title-detail-v2-component section.hero .title-information .buying-button{display:-webkit-box;display:flex}.title-detail-v2-component section.hero .title-information .buy-button,.title-detail-v2-component section.hero .title-information .buy-button-v2{margin-top:0;height:100%}.title-detail-v2-component section.hero .title-information .variation-information{margin-top:40px;font-size:12px}.title-detail-v2-component section.hero .title-information .variation-information .title-info-format-pages,.title-detail-v2-component section.hero .title-information .variation-information .title-info-isbn{font-weight:500}.title-detail-v2-component section.hero .title-information .variation-information .title-info-format-pages{white-space:nowrap}@media only screen and (max-width:650px){.title-detail-v2-component section.hero{margin-bottom:50px}.title-detail-v2-component section.hero .text-statement{margin-bottom:30px;margin-top:30px}.title-detail-v2-component section.hero .text-statement .hero-headline{font-family:Diogenes Garamond,Times,serif;font-size:20px;font-style:normal;font-weight:400;letter-spacing:0;line-height:24px;text-align:center}.title-detail-v2-component section.hero .title-information{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-align:center;align-items:center}.title-detail-v2-component section.hero .title-information .title-section{grid-template-columns:1fr}.title-detail-v2-component section.hero .title-information .book-row-information{-webkit-box-align:baseline;align-items:baseline;gap:5px;min-width:0;white-space:nowrap}.title-detail-v2-component section.hero .title-information .book-row-information .book-title-inside-book-row{flex-shrink:0}.title-detail-v2-component section.hero .title-information .book-row-information .title-of-book-row{overflow:hidden;text-overflow:ellipsis}.title-detail-v2-component section.hero .title-information .book-row-information--desktop{display:none}.title-detail-v2-component section.hero .title-information .book-row-information--mobile{display:-webkit-box;display:flex;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;max-width:100%;border-bottom:1px solid;text-decoration:none}.title-detail-v2-component section.hero .title-information .book-row-information--mobile+.short-text,.title-detail-v2-component section.hero .title-information .short-text+.short-text,.title-detail-v2-component section.hero .title-information .subtitle+.book-row-information--mobile,.title-detail-v2-component section.hero .title-information .subtitle+.short-text{margin-top:5px}.title-detail-v2-component section.hero .title-information .buying-buttons{width:100%;font-size:13px}.title-detail-v2-component section.hero .title-information .description{margin-top:30px}.title-detail-v2-component section.hero .title-cover{width:100%}.title-detail-v2-component section.hero .title-cover .media-items{margin-top:10px}.title-detail-v2-component section.hero .title-cover .visible-area{max-width:220px}.title-detail-v2-component section.hero .media-samples{-webkit-box-pack:center;justify-content:center;margin-top:35px}}@media only screen and (max-width:500px){.title-detail-v2-component section.hero .title-information .buying-buttons{grid-auto-rows:40px;grid-template-columns:1fr}}.title-detail-v2-component section.anchor-navigation{margin-top:100px;display:block;height:auto;min-height:0;padding:0;border:0;font-family:Diogenes Sans,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:500;letter-spacing:0;line-height:100%}.title-detail-v2-component section.anchor-navigation .anchor-navigation-scroll{width:100%;max-width:67.6rem;margin:0 auto;overflow-x:auto;cursor:-webkit-grab;cursor:grab;scrollbar-width:none;-webkit-overflow-scrolling:touch}.title-detail-v2-component section.anchor-navigation .anchor-navigation-scroll.has-overflow-left{mask-image:linear-gradient(90deg,transparent,#000 40px,#000);-webkit-mask-image:linear-gradient(90deg,transparent,#000 40px,#000)}.title-detail-v2-component section.anchor-navigation .anchor-navigation-scroll.has-overflow-right{mask-image:linear-gradient(90deg,#000 0,#000 calc(100% - 40px),transparent);-webkit-mask-image:linear-gradient(90deg,#000 0,#000 calc(100% - 40px),transparent)}.title-detail-v2-component section.anchor-navigation .anchor-navigation-scroll.has-overflow-left.has-overflow-right{mask-image:linear-gradient(90deg,transparent,#000 40px,#000 calc(100% - 40px),transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#000 40px,#000 calc(100% - 40px),transparent)}.title-detail-v2-component section.anchor-navigation .anchor-navigation-scroll::-webkit-scrollbar{display:none}.title-detail-v2-component section.anchor-navigation .anchor-navigation-scroll.dragging{cursor:-webkit-grabbing;cursor:grabbing;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.title-detail-v2-component section.anchor-navigation .anchor-navigation-list{display:-webkit-box;display:flex;width:-webkit-max-content;width:-moz-max-content;width:max-content;min-width:100%;border-bottom:1px solid #000}.title-detail-v2-component section.anchor-navigation .anchor-navigation-item{position:relative;-webkit-box-flex:0;flex:0 0 auto;margin:0;padding:0 0 12px;border:0;border-radius:0;background:transparent;color:#000;font:inherit;line-height:inherit;white-space:nowrap;text-decoration:none;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}.title-detail-v2-component section.anchor-navigation .anchor-navigation-item:after{position:absolute;right:0;bottom:-1px;left:0;z-index:1;height:1px;background-color:transparent;content:""}.title-detail-v2-component section.anchor-navigation .anchor-navigation-item.active:after,.title-detail-v2-component section.anchor-navigation .anchor-navigation-item:focus-visible:after{background-color:#e80000}.title-detail-v2-component section.anchor-navigation .anchor-navigation-item.active{color:#e80000}.title-detail-v2-component section.anchor-navigation .anchor-navigation-item:focus{outline:none}.title-detail-v2-component section.anchor-navigation .anchor-navigation-item:not(:last-child){margin-right:60px}.title-detail-v2-component section.anchor-navigation .anchor-navigation-item:not(:last-child):after{right:-60px}.title-detail-v2-component section.book-row{margin-top:80px;margin-bottom:80px;color:#000}.title-detail-v2-component section.book-row .book-series+.book-series{margin-top:80px}.title-detail-v2-component section.book-row .book-series-header{display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between;-webkit-box-align:baseline;align-items:baseline;gap:30px;margin-bottom:20px}.title-detail-v2-component section.book-row .book-series-header h2{margin:0;color:#000;font-family:Diogenes Sans,Arial,sans-serif;font-size:20px;font-weight:400;line-height:1;text-align:center}.title-detail-v2-component section.book-row .book-series-header a{color:#000;font-family:Diogenes Sans,Arial,sans-serif;font-size:14px;font-weight:500;line-height:1;text-align:right;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}.title-detail-v2-component section.book-row .book-series-info{display:grid;grid-template-columns:1fr 1fr;gap:50px;padding:70px}.title-detail-v2-component section.book-row .book-series-text h3{margin:0;color:#000;font-family:Diogenes Sans,Arial,sans-serif;font-size:32px;font-weight:500;line-height:1;letter-spacing:.01em}.title-detail-v2-component section.book-row .book-series-text .subtitle{margin-top:10px;color:#000;font-family:Diogenes Garamond,Times,serif;font-size:30px;font-weight:500;font-style:italic;line-height:1}.title-detail-v2-component section.book-row .book-series-text .text{margin-top:100px;color:#000;font-family:Diogenes Garamond,Times,serif;font-size:14px;font-weight:400;line-height:1.4}.title-detail-v2-component section.book-row .book-series-cover-images{justify-self:end;align-self:start;min-width:0}.title-detail-v2-component section.book-row .book-series-cover-images .book-series-cover-image{width:28vw;max-width:360px}.title-detail-v2-component section.book-row .book-series-cover-images .book-series-cover-image img{display:block;width:100%;height:auto}.title-detail-v2-component section.book-row .book-series-books{margin-top:50px}.title-detail-v2-component section.book-row .book-series-title-teaser{--number-of-items:5;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-align:center;align-items:center;color:#000;text-align:center;width:c\000061lc((100cqw - (var(--item-gap) * (var(--number-of-items) - 1)))/var(--number-of-items));padding-bottom:30px}.title-detail-v2-component section.book-row .book-series-title-teaser .volume-label{width:100%;margin-bottom:30px;color:#000;font-family:Diogenes Sans,Arial,sans-serif;font-size:12px;font-weight:400;line-height:1;text-align:center}.title-detail-v2-component section.book-row .book-series-title-teaser .cover{margin-bottom:20px}.title-detail-v2-component section.book-row .book-series-title-teaser .author{color:#000;font-family:Diogenes Sans,Arial,sans-serif;font-size:12px;font-weight:400;line-height:1;text-align:center}.title-detail-v2-component section.book-row .book-series-title-teaser .title{margin-top:5px;color:#000;font-family:Diogenes Sans,Arial,sans-serif;font-size:14px;font-weight:500;line-height:16px;text-align:center}.title-detail-v2-component section.book-row .book-series-title-teaser .detail-link{display:inline-block;margin-top:15px;color:#000;font-family:Diogenes Sans,Arial,sans-serif;font-size:14px;font-weight:500;line-height:1.4;text-align:center;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}@media only screen and (max-width:900px){.title-detail-v2-component section.book-row .book-series-title-teaser{--number-of-items:4}}@media only screen and (max-width:700px){.title-detail-v2-component section.book-row .book-series-title-teaser{--number-of-items:3}}@media only screen and (max-width:500px){.title-detail-v2-component section.book-row .book-series-title-teaser{--number-of-items:2}}@media only screen and (max-width:40em){.title-detail-v2-component section.book-row .book-series-header{display:block}.title-detail-v2-component section.book-row .book-series-info{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;gap:5px;padding:25px}.title-detail-v2-component section.book-row .book-series-cover-images{-webkit-box-ordinal-group:2;order:1;margin-bottom:35px;justify-self:auto}.title-detail-v2-component section.book-row .book-series-text{-webkit-box-ordinal-group:3;order:2}.title-detail-v2-component section.book-row .book-series-text .text{margin-top:10px}.title-detail-v2-component section.book-row .book-series-cover-images .book-series-cover-image{width:70vw;max-width:260px;margin-right:auto;margin-left:auto}}.title-detail-v2-component section.book-trailer{margin-top:100px}.title-detail-v2-component section.book-trailer h2{font-size:20px;font-weight:400;line-height:20px;letter-spacing:0;color:#180000;margin-bottom:25px}.title-detail-v2-component section.book-trailer .book-trailer-entry{width:100%}.title-detail-v2-component section.book-trailer .book-trailer-player{position:relative;width:100%;aspect-ratio:984/553;overflow:hidden;background:#d9d9d9;cursor:pointer}.title-detail-v2-component section.book-trailer .book-trailer-player iframe{width:100%;height:100%;border:0}.title-detail-v2-component section.book-trailer .book-trailer-player.inline-youtube-film,.title-detail-v2-component section.book-trailer .book-trailer-player>.image{width:100%;height:100%}.title-detail-v2-component section.book-trailer .book-trailer-image{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.title-detail-v2-component section.book-trailer .book-trailer-overlay{position:absolute;inset:0;z-index:1;background:-webkit-gradient(linear,left bottom,left top,color-stop(24.44%,rgba(0,0,0,.45)),to(transparent));background:linear-gradient(1turn,rgba(0,0,0,.45) 24.44%,transparent)}.title-detail-v2-component section.book-trailer .book-trailer-play-button{position:absolute;left:30px;bottom:30px;z-index:2;width:70px;height:70px}.title-detail-v2-component section.book-trailer .book-trailer-play-button svg{display:block;width:100%;height:100%}@media only screen and (max-width:650px){.title-detail-v2-component section.book-trailer{margin-top:50px}.title-detail-v2-component section.book-trailer .book-trailer-play-button{left:15px;bottom:15px;width:50px;height:50px}}.title-detail-v2-component section.press{margin-top:100px;display:block}.title-detail-v2-component section.press h2{font-size:20px;font-weight:400;line-height:20px;letter-spacing:0;color:#180000;margin-bottom:100px}.title-detail-v2-component section.press .press_entry{display:grid;grid-template-columns:230px 1fr;gap:1rem}.title-detail-v2-component section.press .press_entry:has(>span.mgnlLikeBtn){grid-template-rows:25px 1fr}.title-detail-v2-component section.press .press_entry .press_source .source-media{font-style:italic}.title-detail-v2-component section.press .press_entry .press_text p{font-size:2rem}@media (max-width:640px){.title-detail-v2-component section.press .press_entry{grid-template-columns:1fr}.title-detail-v2-component section.press .press_entry .press_source{-webkit-box-ordinal-group:3;order:2}.title-detail-v2-component section.press .press_entry .press_text{-webkit-box-ordinal-group:2;order:1}.title-detail-v2-component section.press .press_entry .press_text p{font-size:1.3rem}}.title-detail-v2-component section.author .layout{width:100%;display:grid;grid-template-columns:2fr 1fr;gap:50px}.title-detail-v2-component section.author .text{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-pack:justify;justify-content:space-between}.title-detail-v2-component section.author .name{font-size:32px;font-weight:500;line-height:1.1}.title-detail-v2-component section.author .description{margin-top:2em;max-width:424px}.title-detail-v2-component section.author .description p{font-family:Diogenes Garamond,Times,serif;font-size:14px}.title-detail-v2-component section.author .link{text-decoration:underline;font-weight:500}.title-detail-v2-component section.author .image{position:relative;align-self:start;justify-self:start;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;max-width:100%}.title-detail-v2-component section.author .image img{display:block;max-width:100%;height:auto}.title-detail-v2-component section.author .copyright{position:absolute;left:10px;bottom:5px;color:#fff;text-shadow:1px 1px 2px #000}@media only screen and (max-width:650px){.title-detail-v2-component section.author .layout{grid-template-columns:1fr}.title-detail-v2-component section.author .image{-webkit-box-ordinal-group:2;order:1;width:100%;max-width:400px}.title-detail-v2-component section.author .image img{width:100%}.title-detail-v2-component section.author .text{-webkit-box-ordinal-group:3;order:2}.title-detail-v2-component section.author .name{font-size:24px}}.title-detail-v2-component section.mediaV2{margin-top:120px;display:grid;grid-template-columns:100px minmax(0,1fr);-webkit-column-gap:66px;-moz-column-gap:66px;column-gap:66px;-webkit-box-align:start;align-items:start}.title-detail-v2-component section.mediaV2 h2{margin:0 0 28px;font-size:20px;font-weight:400;line-height:20px;letter-spacing:0;color:#180000}.title-detail-v2-component section.mediaV2>.media-link-list,.title-detail-v2-component section.mediaV2>.media-links-collapsible-component{grid-column:2}.title-detail-v2-component section.mediaV2>.media-video-list{grid-column:1/-1}.title-detail-v2-component section.mediaV2 .media-link-list{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;gap:10px}.title-detail-v2-component section.mediaV2>.media-link-list{margin-top:10px}.title-detail-v2-component section.mediaV2 .media-link-entry{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px;min-height:85px;padding:20px;background:#f7f7f7}.title-detail-v2-component section.mediaV2 .media-link-entry-title{align-self:start;font-family:Diogenes Garamond,Times,serif;font-size:16px;font-weight:500;line-height:120%}.title-detail-v2-component section.mediaV2 .media-link-entry-link{align-self:end;font-size:14px;font-weight:500;line-height:16px;letter-spacing:0;text-align:right;text-decoration:underline;color:inherit}.title-detail-v2-component section.mediaV2 .media-links-collapsible-component{margin-top:10px}.title-detail-v2-component section.mediaV2 .media-links-collapsible-component .description-collapsed-content{display:grid;grid-template-rows:1fr;opacity:1;-webkit-transition:grid-template-rows .1s ease,opacity .1s ease;transition:grid-template-rows .1s ease,opacity .1s ease;transition:grid-template-rows .1s ease,opacity .1s ease,-ms-grid-rows .1s ease}.title-detail-v2-component section.mediaV2 .media-links-collapsible-component .description-collapsed-content-container{overflow:hidden}.title-detail-v2-component section.mediaV2 .media-links-collapsible-component.closed .description-collapsed-content{grid-template-rows:0fr;opacity:0}.title-detail-v2-component section.mediaV2 .media-links-collapsible-component:not(.closed)>.description-show-more-button{display:none}.title-detail-v2-component section.mediaV2 .media-links-toggle-button{margin-top:16px;margin-left:auto;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;gap:6px;border:0;padding:0;background:transparent;color:inherit;font-size:14px;font-weight:500;line-height:14px;text-align:right;cursor:pointer}.title-detail-v2-component section.mediaV2 .media-links-toggle-text{text-decoration:underline}.title-detail-v2-component section.mediaV2 .media-video-list{margin-top:72px;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;gap:72px}.title-detail-v2-component section.mediaV2 .media-video-entry-title{margin:0 0 20px;font-size:20px;font-weight:400;line-height:20px;letter-spacing:0;color:#180000}.title-detail-v2-component section.mediaV2 .media-video-entry-player{position:relative;cursor:pointer;overflow:hidden;background:#d9d9d9;aspect-ratio:984/553;width:100%}.title-detail-v2-component section.mediaV2 .media-video-entry-player iframe{width:100%;height:100%;border:0}.title-detail-v2-component section.mediaV2 .media-video-entry-player.inline-youtube-film,.title-detail-v2-component section.mediaV2 .media-video-entry-player>.image{width:100%;height:100%}.title-detail-v2-component section.mediaV2 .media-video-entry-image{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.title-detail-v2-component section.mediaV2 .media-video-entry-overlay{position:absolute;inset:0;z-index:1;background:-webkit-gradient(linear,left bottom,left top,color-stop(24.44%,rgba(0,0,0,.45)),to(transparent));background:linear-gradient(1turn,rgba(0,0,0,.45) 24.44%,transparent)}.title-detail-v2-component section.mediaV2 .media-video-entry-play-button{position:absolute;left:30px;bottom:30px;z-index:2;display:block;width:70px;height:70px}.title-detail-v2-component section.mediaV2 .media-video-entry-play-button svg{display:block;width:100%;height:100%}@media only screen and (max-width:700px){.title-detail-v2-component section.mediaV2{grid-template-columns:1fr;row-gap:28px}.title-detail-v2-component section.mediaV2 h2,.title-detail-v2-component section.mediaV2>.media-link-list,.title-detail-v2-component section.mediaV2>.media-links-collapsible-component,.title-detail-v2-component section.mediaV2>.media-video-list{grid-column:auto}}@media only screen and (max-width:650px){.title-detail-v2-component section.mediaV2{margin-top:80px;row-gap:0}.title-detail-v2-component section.mediaV2>h2+.media-link-list,.title-detail-v2-component section.mediaV2>h2+.media-links-collapsible-component,.title-detail-v2-component section.mediaV2>h2+.media-video-list{margin-top:0}.title-detail-v2-component section.mediaV2 .media-link-entry{grid-template-columns:1fr;-webkit-box-align:start;align-items:start}.title-detail-v2-component section.mediaV2 .media-links-toggle-button{text-align:left;margin-left:0}.title-detail-v2-component section.mediaV2 .media-video-list{margin-top:56px;gap:56px}.title-detail-v2-component section.mediaV2 .media-video-entry-overlay{inset:0}.title-detail-v2-component section.mediaV2 .media-video-entry-play-button{left:15px;bottom:15px;width:50px;height:50px}}.title-detail-v2-component section.similar-books{margin-top:100px;margin-bottom:80px;color:#000}.title-detail-v2-component section.similar-books .similar-books-header{margin-bottom:20px}.title-detail-v2-component section.similar-books .similar-books-header h2{margin:0;color:#000;font-family:Diogenes Sans,Arial,sans-serif;font-size:20px;font-weight:400;line-height:1}.title-detail-v2-component section.similar-books .similar-books-list .book-series-title-teaser{--number-of-items:5;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-align:center;align-items:center;color:#000;text-align:center;width:c\000061lc((100cqw - (var(--item-gap) * (var(--number-of-items) - 1)))/var(--number-of-items));padding-bottom:30px}.title-detail-v2-component section.similar-books .similar-books-list .book-series-title-teaser .volume-label{width:100%;min-height:12px;margin-bottom:30px;color:#000;font-family:Diogenes Sans,Arial,sans-serif;font-size:12px;font-weight:400;line-height:1;text-align:center}.title-detail-v2-component section.similar-books .similar-books-list .book-series-title-teaser .cover{margin-bottom:20px}.title-detail-v2-component section.similar-books .similar-books-list .book-series-title-teaser .author{color:#000;font-family:Diogenes Sans,Arial,sans-serif;font-size:12px;font-weight:400;line-height:1;text-align:center}.title-detail-v2-component section.similar-books .similar-books-list .book-series-title-teaser .title{margin-top:5px;color:#000;font-family:Diogenes Sans,Arial,sans-serif;font-size:14px;font-weight:500;line-height:16px;text-align:center}.title-detail-v2-component section.similar-books .similar-books-list .book-series-title-teaser .detail-link{display:inline-block;margin-top:15px;color:#000;font-family:Diogenes Sans,Arial,sans-serif;font-size:14px;font-weight:500;line-height:16px;text-align:center;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}@media only screen and (max-width:900px){.title-detail-v2-component section.similar-books .similar-books-list .book-series-title-teaser{--number-of-items:4}}@media only screen and (max-width:700px){.title-detail-v2-component section.similar-books .similar-books-list .book-series-title-teaser{--number-of-items:3}}@media only screen and (max-width:500px){.title-detail-v2-component section.similar-books .similar-books-list .book-series-title-teaser{--number-of-items:2}}.title-detail-v2-component section.classes{margin-top:120px;display:block}.title-detail-v2-component section.classes h2{margin:0 0 19px;font-family:Diogenes Sans,Arial,sans-serif;font-size:20px;font-weight:400;line-height:20px;letter-spacing:0;color:#180000}.title-detail-v2-component section.classes .lesson-list{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;border-top:1px solid #180000}.title-detail-v2-component section.classes .lesson-entry{display:grid;grid-template-columns:minmax(0,1fr) 150px 308px;-webkit-column-gap:36px;-moz-column-gap:36px;column-gap:36px;-webkit-box-align:start;align-items:start;padding:30px 0;border-bottom:1px solid #180000}.title-detail-v2-component section.classes .lesson-entry-title{margin:0;font-family:Diogenes Sans,Arial,sans-serif;font-size:20px;font-weight:500;line-height:20px;color:#180000}.title-detail-v2-component section.classes .lesson-entry-image{width:150px;min-height:144px;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center}.title-detail-v2-component section.classes .lesson-entry-image img{display:block;max-width:100%;height:auto}.title-detail-v2-component section.classes .lesson-entry-body{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;gap:16px;min-width:0;max-width:308px}.title-detail-v2-component section.classes .lesson-entry-text{margin:0;font-family:Diogenes Garamond,Times,serif;font-size:14px;font-weight:400;line-height:120%;color:#180000}.title-detail-v2-component section.classes .lesson-entry-link{align-self:start;font-family:Diogenes Sans,Arial,sans-serif;font-size:14px;font-weight:500;line-height:14px;letter-spacing:0;text-decoration:underline;color:#180000}@media only screen and (max-width:900px){.title-detail-v2-component section.classes .lesson-entry{grid-template-columns:minmax(0,1fr) 150px minmax(0,1fr)}.title-detail-v2-component section.classes .lesson-entry-body{max-width:none}}@media only screen and (max-width:650px){.title-detail-v2-component section.classes{margin-top:80px}.title-detail-v2-component section.classes h2{margin-bottom:25px}.title-detail-v2-component section.classes .lesson-entry{grid-template-columns:1fr;row-gap:16px;padding:25px 0}.title-detail-v2-component section.classes .lesson-entry-image{width:100%;max-width:150px;min-height:0;-webkit-box-pack:start;justify-content:flex-start}}@media only screen and (max-width:650px){.title-detail-v2-component .book-teaser-slider{display:none}.title-detail-v2-component .mobile-book-teaser-grid-component{display:block}.title-detail-v2-component .mobile-book-teaser-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));-webkit-column-gap:35px;-moz-column-gap:35px;column-gap:35px;row-gap:35px}.title-detail-v2-component .mobile-book-teaser-grid .book-series-title-teaser{width:100%;padding-bottom:0}.title-detail-v2-component .mobile-book-grid-collapsible.closed.has-more-than-six .mobile-book-teaser-grid>:nth-child(n+7){display:none}.title-detail-v2-component .mobile-book-grid-toggle{display:none;-webkit-box-align:center;align-items:center;gap:6px;margin-top:16px;margin-left:auto;border:0;padding:0;background:transparent;color:inherit;font-size:14px;font-weight:500;line-height:14px;text-align:right;cursor:pointer}.title-detail-v2-component .mobile-book-grid-toggle-text{text-decoration:underline}.title-detail-v2-component .mobile-book-grid-collapsible.closed.has-more-than-six>.mobile-book-grid-show-button,.title-detail-v2-component .mobile-book-grid-collapsible:not(.closed)>.mobile-book-grid-hide-button{display:-webkit-box;display:flex}.title-detail-v2-component section.anchor-navigation{margin-top:50px}.title-detail-v2-component section.book-row .book-series-header h2,.title-detail-v2-component section.book-trailer h2,.title-detail-v2-component section.classes>h2,.title-detail-v2-component section.mediaV2 .media-video-entry-title,.title-detail-v2-component section.mediaV2>h2,.title-detail-v2-component section.press>h2,.title-detail-v2-component section.similar-books .similar-books-header h2{font-family:Diogenes Sans,Arial,sans-serif;font-size:14px;font-weight:400;font-style:normal;line-height:1;letter-spacing:0}.title-detail-v2-component section.book-row .book-series-header,.title-detail-v2-component section.book-trailer h2,.title-detail-v2-component section.classes>h2,.title-detail-v2-component section.mediaV2 .media-video-entry-title,.title-detail-v2-component section.mediaV2>h2,.title-detail-v2-component section.press>h2,.title-detail-v2-component section.similar-books .similar-books-header{margin-bottom:25px}}@media only screen and (max-width:500px){.title-detail-v2-component .mobile-book-teaser-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.title-detail-v2-component .mobile-book-grid-collapsible.closed.has-more-than-four .mobile-book-teaser-grid>:nth-child(n+5){display:none}.title-detail-v2-component .mobile-book-grid-collapsible.closed.has-more-than-four>.mobile-book-grid-show-button{display:-webkit-box;display:flex}}.sticky-buy-bar{position:fixed;right:0;bottom:0;left:0;z-index:3000;border-top:1px solid #000;background-color:#fff;opacity:0;-webkit-transform:translateY(100%);transform:translateY(100%);pointer-events:none;-webkit-transition:opacity .25s ease,-webkit-transform .3s cubic-bezier(.22,1,.36,1);transition:opacity .25s ease,-webkit-transform .3s cubic-bezier(.22,1,.36,1);transition:transform .3s cubic-bezier(.22,1,.36,1),opacity .25s ease;transition:transform .3s cubic-bezier(.22,1,.36,1),opacity .25s ease,-webkit-transform .3s cubic-bezier(.22,1,.36,1)}.sticky-buy-bar.visible{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);pointer-events:auto}.sticky-buy-bar.visible.is-settled{-webkit-transform:none;transform:none;-webkit-transition:opacity .25s ease;transition:opacity .25s ease}.sticky-buy-bar .sticky-buy-content{display:grid;grid-template-columns:2fr 3fr;-webkit-box-align:center;align-items:center;gap:50px;width:100%;max-width:67.6rem;min-height:90px;margin:0 auto;padding-right:1rem;padding-left:1rem;box-sizing:border-box}.sticky-buy-bar .sticky-buy-book{min-width:0}.sticky-buy-bar .sticky-buy-author{display:-webkit-box;display:flex;gap:10px;font-size:14px;text-decoration:underline}.sticky-buy-bar .sticky-buy-title{overflow:hidden;font-size:20px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.sticky-buy-bar .sticky-buy-controls{display:grid;grid-template-columns:minmax(190px,1fr) minmax(190px,1fr);gap:10px}@media (max-width:640px){.sticky-buy-bar .sticky-buy-content{display:block;min-height:70px;padding:15px 20px}.sticky-buy-bar .sticky-buy-book,.sticky-buy-bar .sticky-buy-controls .variation-dropdown{display:none}.sticky-buy-bar .sticky-buy-controls{display:block}}body.buy-overlay-v2-open{overflow:hidden}.buy-overlay-v2-backdrop{position:fixed;z-index:4000;top:0;right:0;bottom:0;left:0;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;padding:40px;background-color:rgba(0,0,0,.6)}.buy-overlay-v2-dialog{position:relative;overflow-y:auto;width:856px;max-width:100%;max-height:100%;background-color:#fff}.buy-overlay-v2-close{position:absolute;z-index:2;top:18px;right:18px;width:32px;height:32px;margin:0;padding:0;cursor:pointer}.buy-overlay-v2-close,.buy-overlay-v2-close:focus,.buy-overlay-v2-close:hover{border:0;background:none;box-shadow:none;color:#000}.buy-overlay-v2-close:focus{outline:none}.buy-overlay-v2-close:focus-visible{outline:1px solid #000;outline-offset:2px}.buy-overlay-v2-close:after,.buy-overlay-v2-close:before{position:absolute;top:15px;left:3px;width:26px;height:2px;background-color:#000;content:""}.buy-overlay-v2-close:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.buy-overlay-v2-close:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}#buy-overlay-v2-grid{box-sizing:border-box;width:100%;min-width:0;padding:45px 50px 35px}#buy-overlay-v2-grid .buy-overlay-v2{width:100%}#buy-overlay-v2-grid .buy-overlay-v2 .variation-dropdown{width:280px;margin:0 auto}#buy-overlay-v2-grid .buy-overlay-v2-title{margin:40px 0 25px;color:#000;font-size:24px;font-weight:700;text-align:center}#buy-overlay-v2-grid .buy-overlay-v2-panel{display:none}#buy-overlay-v2-grid .buy-overlay-v2-panel.active{display:block}#buy-overlay-v2-grid .buy-overlay-v2-panel ul{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:24px;-webkit-box-pack:center;justify-content:center;margin:0;padding:0}#buy-overlay-v2-grid .buy-overlay-v2-panel li{display:block;height:85px;min-width:0;margin:0;padding:5px;border:1px solid #bbb;border-radius:5px;background-color:#fff;list-style:none;text-align:center}#buy-overlay-v2-grid .buy-overlay-v2-panel a{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;width:100%;height:100%}#buy-overlay-v2-grid .buy-overlay-v2-panel img{width:100%;max-width:100%;height:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}#buy-overlay-v2-grid .buy-overlay-v2-panel .payment-icons{margin-bottom:20px;text-align:center}#buy-overlay-v2-grid .buy-overlay-v2-panel .payment-icons img{width:auto;max-height:25px}#buy-overlay-v2-grid .buy-overlay-v2-panel .shop-button{float:none;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:0 auto}#buy-overlay-v2-grid .buy-overlay-v2-panel .shop-button.disabled{background-color:#d3d3d3;pointer-events:none}#buy-overlay-v2-grid .buy-overlay-v2-panel .preorder-hint{display:block;margin-top:15px;text-align:center}@media (max-width:640px){#buy-overlay-v2-grid{min-width:0;min-height:100%;padding:55px 20px 25px}#buy-overlay-v2-grid .buy-overlay-v2,#buy-overlay-v2-grid .buy-overlay-v2 .variation-dropdown{width:100%}#buy-overlay-v2-grid .buy-overlay-v2-title{width:100%;font-size:15px;font-weight:400;text-align:left}#buy-overlay-v2-grid .buy-overlay-v2-panel ul{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}#buy-overlay-v2-grid .buy-overlay-v2-panel li{width:auto;height:64px;margin:0;padding:4px}}@media (max-width:640px){.buy-overlay-v2-backdrop{z-index:4000;top:80px;display:block;padding:0;background-color:#fff}.buy-overlay-v2-dialog{width:100%;height:100%;max-height:none}.buy-overlay-v2-close{top:12px;right:12px}}.variation-dropdown{position:relative}.variation-dropdown .variation-dropdown-button{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:justify;justify-content:space-between;gap:15px;width:100%;height:40px;margin:0;padding:10px 20px;border:1px solid #000;border-radius:9999px;background:#fff;color:#000;font:inherit;font-size:15px;line-height:normal;letter-spacing:0;text-transform:none;text-align:left;cursor:pointer;box-shadow:none}.variation-dropdown .variation-dropdown-button:focus,.variation-dropdown .variation-dropdown-button:hover{background:#fff;border-color:#000;color:#000;box-shadow:none}.variation-dropdown .variation-dropdown-button.static{cursor:default}.variation-dropdown .variation-dropdown-text{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;min-width:0}.variation-dropdown .variation-dropdown-icon{display:-webkit-box;display:flex;-webkit-box-flex:0;flex:0 0 auto;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out}.variation-dropdown .variation-dropdown-menu{position:absolute;z-index:1;right:0;left:0;display:none;padding:10px 20px;border:1px solid #000;background-color:#fff;font-size:15px}.variation-dropdown .variation-dropdown-option{margin:0;padding:0;border:0;background:none;color:#000;font:inherit;font-size:15px;letter-spacing:0;text-transform:none;text-align:left;cursor:pointer;box-shadow:none}.variation-dropdown .variation-dropdown-option:focus,.variation-dropdown .variation-dropdown-option:hover{background:none;border:0;color:#000;box-shadow:none;text-decoration:underline}.variation-dropdown .variation-dropdown-menu a:hover,.variation-dropdown .variation-dropdown-option.active{text-decoration:underline}.variation-dropdown.active .variation-dropdown-icon{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.variation-dropdown.active .variation-dropdown-menu{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;gap:15px}.variation-dropdown.opens-down .variation-dropdown-menu,.variation-dropdown:not(.opens-up) .variation-dropdown-menu{top:calc(100% - 1px);border-radius:0 0 20px 20px}.variation-dropdown.opens-down.active .variation-dropdown-button,.variation-dropdown:not(.opens-up).active .variation-dropdown-button{border-radius:20px 20px 0 0}.variation-dropdown.opens-up .variation-dropdown-menu{bottom:calc(100% - 1px);border-radius:20px 20px 0 0}.variation-dropdown.opens-up.active .variation-dropdown-button{border-radius:0 0 20px 20px}.title-buy-button{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;width:100%;height:40px;margin:0;padding:10px 20px;border:1px solid #e80000;border-radius:9999px;background-color:#e80000;color:#fff;font:inherit;font-size:15px;line-height:normal;letter-spacing:0;text-transform:none;text-align:center;cursor:pointer;box-shadow:none}.title-buy-button:focus,.title-buy-button:hover{background-color:#e80000;border-color:#e80000;color:#fff;box-shadow:none}.title-buy-button.disabled{border-color:#d3d3d3;background-color:#d3d3d3;cursor:default;pointer-events:none}.title-buy-button.disabled:focus,.title-buy-button.disabled:hover{background-color:#d3d3d3;border-color:#d3d3d3;color:#fff}button.title-buy-button:focus,button.title-buy-button:hover{background-color:#e80000;border-color:#e80000;color:#fff}.cleaner{clear:both}#goTop{background:#180000;color:#fff;font-size:1.33333rem;position:absolute;bottom:4px;right:20px;border:2px solid #fff;z-index:2;display:none;height:0;width:50px;text-align:center;line-height:30px}@media only screen and (max-width:40em){body.blog{overflow:hidden}}@media only screen and (min-width:40.063em){#blog-filter .filter-form{display:inline!important}}@media only screen and (max-width:40em){#blog-filter .filter-interface{z-index:101}}@media only screen and (max-width:40em){#blog-filter .filter-content{display:none}#blog-filter .filter-content .filter-form{display:block}}#blog-filter .filter-item:hover .filter-title{color:#400;padding-top:.13333rem;border-top:2px solid #400;font-family:Diogenes Sans,Arial,sans-serif}#blog-filter .filter-item:hover .filter-title>label{color:#400}#blog-filter .filter-item.filter-dropdown-date>ul,#blog-filter .filter-item.filter-dropdown-date>ul>li{width:9.26667rem}.swiper-main-wrapper{position:relative}.tags-list ul,.tags-list ul .tag__count{font-family:Diogenes Sans,Arial,sans-serif}.tags-list ul>li>ul{font-family:Diogenes Sans,Arial,sans-serif;margin-left:10px}.tags-list ul>li>ul .tag__count{margin-left:5px;font-family:Diogenes Sans,Arial,sans-serif}.blog-post .blog-post__content .blog-post__detail__content .meta__wrapper{padding:26px 0}.blog-post-excerpt{padding-bottom:18px;border-bottom:1px solid #000;margin-bottom:6px}.blog-post-excerpt .blog-post-excerpt__title{font-family:Diogenes Sans,Arial,sans-serif;padding-top:.46667rem;color:#180000}.blog-post-excerpt .blog-post-excerpt__title em,.blog-post-excerpt .blog-post-excerpt__title i{font-style:italic}.blog-post-excerpt .blog-post-excerpt__description{padding-top:.13333rem;padding-bottom:.66667rem;max-height:13.33333rem;overflow:hidden}.blog-post-excerpt .blog-post-excerpt__description,.blog-post-excerpt .blog-post-excerpt__description p{color:#180000}.blog-post-excerpt .blog-post-excerpt__description p{display:inline}@media only screen and (min-width:40.063em){.blog-list-column{padding-right:1.7rem}}@media only screen and (max-width:40em){.blog-list-column{overflow-y:scroll;-webkit-overflow-scrolling:touch}}.blog-post .blog-post__detail,.blog.filter-list .blog-post__detail{margin:20px 0 30px;border-top:1px solid #180000}.blog-post .blog-post__detail h4.sub-header,.blog.filter-list .blog-post__detail h4.sub-header{font-family:Diogenes Sans,Arial,sans-serif}.blog-post .blog-post__detail h4.sub-header a,.blog.filter-list .blog-post__detail h4.sub-header a{text-decoration:underline}.blog-post .blog-post__detail .blog-post__header .header__date,.blog.filter-list .blog-post__detail .blog-post__header .header__date{position:relative;margin:5px 0}.blog-post .blog-post__detail .blog-post__header .header__date time,.blog.filter-list .blog-post__detail .blog-post__header .header__date time{padding-left:16px}.blog-post .blog-post__detail .blog-post__header .header__date svg,.blog.filter-list .blog-post__detail .blog-post__header .header__date svg{position:absolute;top:2px}.blog-post .blog-post__detail .detail-row-wrapper,.blog.filter-list .blog-post__detail .detail-row-wrapper{display:none}.blog-post .blog-post__detail .blog-post-more,.blog.filter-list .blog-post__detail .blog-post-more{margin:14px 0}.blog-post .blog-post__detail .blog-post-more a,.blog.filter-list .blog-post__detail .blog-post-more a{font-weight:400;font-style:normal;font-size:.93333rem;line-height:1.2rem;font-weight:300;font-family:Diogenes Garamond,Times,serif}.blog-post .blog-post__detail .imageHolder.top,.blog.filter-list .blog-post__detail .imageHolder.top{padding-bottom:.66667rem;padding-top:.26667rem}.blog-post .blog-post__detail .imageHolder.bottom,.blog.filter-list .blog-post__detail .imageHolder.bottom{padding-top:.66667rem;padding-bottom:.26667rem}.blog-post .blog-post__detail .imageHolder img,.blog.filter-list .blog-post__detail .imageHolder img{width:100%}.blog-post .blog-post__detail .imageHolder .copyright,.blog.filter-list .blog-post__detail .imageHolder .copyright{margin-top:.66667rem}.blog-post .blog-post__detail .imageHolder .copyright,.blog-post .blog-post__detail .imageHolder .copyright>a,.blog-post .blog-post__detail .imageHolder .copyright>p,.blog.filter-list .blog-post__detail .imageHolder .copyright,.blog.filter-list .blog-post__detail .imageHolder .copyright>a,.blog.filter-list .blog-post__detail .imageHolder .copyright>p{font-weight:400;font-style:normal;font-size:.8rem;line-height:1.06667rem;font-family:Diogenes Sans,Arial,sans-serif}.blog-post .blog-post__detail .imageHolder .copyright a,.blog.filter-list .blog-post__detail .imageHolder .copyright a{text-decoration:underline}.blog-post .blog-post__detail .quote,.blog.filter-list .blog-post__detail .quote{font-weight:400;font-style:normal;font-family:Diogenes Sans,Arial,sans-serif;font-weight:300}.blog-post .blog-post__detail .quote .quote__text p,.blog.filter-list .blog-post__detail .quote .quote__text p{margin:0;font-weight:400;font-style:normal;font-size:1.46667rem;line-height:1.73333rem;font-weight:300;font-family:Diogenes Garamond,Times,serif;font-style:italic}.blog-post .blog-post__detail .quote .quote__source,.blog.filter-list .blog-post__detail .quote .quote__source{font-weight:400;font-style:normal;font-family:Diogenes Sans,Arial,sans-serif;font-weight:300}.blog-post .blog-post__detail .meta__wrapper .tags,.blog.filter-list .blog-post__detail .meta__wrapper .tags{color:#e80000}.blog-post .blog-post__detail .meta__wrapper .tags,.blog-post .blog-post__detail .meta__wrapper .tags a,.blog.filter-list .blog-post__detail .meta__wrapper .tags,.blog.filter-list .blog-post__detail .meta__wrapper .tags a{font-weight:400;font-style:normal;font-size:.93333rem;line-height:1.2rem;font-family:Diogenes Sans,Arial,sans-serif;font-weight:300}.blog-post .blog-post__detail .meta__wrapper .tags a,.blog.filter-list .blog-post__detail .meta__wrapper .tags a{padding-left:8px}.blog-post .blog-post__detail .meta__wrapper .media-item.share,.blog.filter-list .blog-post__detail .meta__wrapper .media-item.share{float:right;font-weight:400;font-style:normal;font-size:.8rem;line-height:1.06667rem;font-family:Diogenes Sans,Arial,sans-serif}.blog-post .blog-post__detail .meta__wrapper .media-item.share:after,.blog-post .blog-post__detail .meta__wrapper .media-item.share:before,.blog.filter-list .blog-post__detail .meta__wrapper .media-item.share:after,.blog.filter-list .blog-post__detail .meta__wrapper .media-item.share:before{content:" ";display:table}.blog-post .blog-post__detail .meta__wrapper .media-item.share:after,.blog.filter-list .blog-post__detail .meta__wrapper .media-item.share:after{clear:both}.blog-post hr,.blog.filter-list hr{border-color:#400;margin:32px 0 12px!important}.blog-post .blog__component hr,.blog.filter-list .blog__component hr{margin:0!important}.blog.filter-list.blog__archiv{margin:0 -1rem}.blog.filter-list.blog__archiv .month_subdivision,.blog.filter-list.blog__archiv .year_subdivision{border-top:1px solid #e80000;margin-left:1rem;margin-right:1rem;padding:.4rem 0}.blog.filter-list.blog__archiv .soundcloud-inline iframe{height:0!important}.blog.filter-list.blog__archiv .soundcloud-inline .simple-play-image{display:block!important;height:3.33333rem;width:3.33333rem;margin:-14px 0 14px}.blog.filter-list.blog__archiv .soundcloud-inline .simple-play-image.color-black circle,.blog.filter-list.blog__archiv .soundcloud-inline .simple-play-image.color-black line,.blog.filter-list.blog__archiv .soundcloud-inline .simple-play-image.color-black path,.blog.filter-list.blog__archiv .soundcloud-inline .simple-play-image.color-black polygon,.blog.filter-list.blog__archiv .soundcloud-inline .simple-play-image.color-black rect{color:#180000;stroke:currentColor}.blog.filter-list.blog__archiv .soundcloud-inline .simple-play-image.color-black svg{width:100%;height:100%}.blog.filter-list.blog__archiv .media-icon.play-inline{position:relative;height:4rem}.blog.filter-list.blog__archiv .media-icon.play-inline .image-wrapper{background:#fff;height:4rem!important}.blog.filter-list.blog__archiv .media-icon.play-inline .image-wrapper .overlay-image{width:3.33333rem;height:3.33333rem;top:.66667rem;bottom:auto;right:auto}.blog.filter-list.blog__archiv .media-icon.play-inline .image-wrapper .overlay-image svg circle,.blog.filter-list.blog__archiv .media-icon.play-inline .image-wrapper .overlay-image svg polygon{stroke:#400}.blog.filter-list.blog__archiv .media-icon.play-inline:after{content:"";position:absolute;width:100%;height:100%;top:0;left:0;cursor:default}.blog.filter-list.blog__archiv hr,.blog.filter-list.blog__archiv img{display:none}.blog.filter-list.blog__archiv .blog-post__detail,.blog__search .blog-post__detail{border:none;padding-bottom:2rem;min-width:167px}.blog.filter-list.blog__archiv .blog-post__detail .blog-post__detail__content,.blog__search .blog-post__detail .blog-post__detail__content{border:2px solid #e80000;padding:.4rem;position:relative}.blog.filter-list.blog__archiv .blog-post__detail .blog-post__detail__content .archiv-blog-post-more,.blog.filter-list.blog__archiv .blog-post__detail .blog-post__detail__content p,.blog__search .blog-post__detail .blog-post__detail__content .archiv-blog-post-more,.blog__search .blog-post__detail .blog-post__detail__content p{font-weight:400;font-style:normal;font-size:1.06667rem;line-height:1.33333rem;font-family:Diogenes Sans,Arial,sans-serif;font-weight:300}.blog.filter-list.blog__archiv .blog-post__detail .blog-post__detail__content .sub__content,.blog__search .blog-post__detail .blog-post__detail__content .sub__content{overflow:hidden;height:116px;margin-bottom:8px}.blog.filter-list.blog__archiv .blog-post__detail .blog-post__detail__content .sub__content .blog-post__header,.blog__search .blog-post__detail .blog-post__detail__content .sub__content .blog-post__header{overflow:hidden;text-overflow:ellipsis}.blog.filter-list.blog__archiv .blog-post__detail .blog-post__detail__content .sub__content .blog-post__header h1,.blog.filter-list.blog__archiv .blog-post__detail .blog-post__detail__content .sub__content .blog-post__header h3,.blog__search .blog-post__detail .blog-post__detail__content .sub__content .blog-post__header h1,.blog__search .blog-post__detail .blog-post__detail__content .sub__content .blog-post__header h3{font-size:14px;line-height:16px}.blog.filter-list.blog__archiv .blog-post__detail .blog-post__detail__content .sub__content .archiv-blog-post-more,.blog__search .blog-post__detail .blog-post__detail__content .sub__content .archiv-blog-post-more{padding:12px 0}.blog.filter-list.blog__archiv .blog-post__detail .blog-post__detail__content .content__footer,.blog__search .blog-post__detail .blog-post__detail__content .content__footer{min-height:3.33333rem}.blog.filter-list.blog__archiv .blog-post__detail .blog-post__detail__content .content__footer .header__date,.blog__search .blog-post__detail .blog-post__detail__content .content__footer .header__date{font-weight:400;font-style:normal;font-size:.93333rem;line-height:1.13333rem;font-family:Diogenes Sans,Arial,sans-serif}.blog.filter-list.blog__archiv .blog-post__detail .blog-post__detail__content:after,.blog.filter-list.blog__archiv .blog-post__detail .blog-post__detail__content:before,.blog__search .blog-post__detail .blog-post__detail__content:after,.blog__search .blog-post__detail .blog-post__detail__content:before{content:"";position:absolute;bottom:-2px;right:-2px;width:0;height:0;border-style:solid}.blog.filter-list.blog__archiv .blog-post__detail .blog-post__detail__content:before,.blog__search .blog-post__detail .blog-post__detail__content:before{border-width:0 0 30px 30px;border-color:transparent transparent #fff}.blog.filter-list.blog__archiv .blog-post__detail .blog-post__detail__content:after,.blog__search .blog-post__detail .blog-post__detail__content:after{border-width:30px 30px 0 0;border-color:#e80000 transparent transparent}.highlight-new{border-style:solid;border-color:red;padding:4px 8px}#comment-wrapper-outer .honigtopf{display:none}#comment-wrapper-outer .form-wrapper h4.smallTitle{margin-top:.66667rem;border-top:2px solid #e80000}#comment-wrapper-outer .form-wrapper .text.column{padding-left:0}#comment-wrapper-outer .form-wrapper .text.column p{padding:.66667rem 0 0;font-weight:400;font-style:normal;font-size:.73333rem;line-height:.93333rem;font-family:Diogenes Sans,Arial,sans-serif}#comment-wrapper-outer .form-wrapper .form-element input,#comment-wrapper-outer .form-wrapper .form-element textarea{background:#f9f9f9}#comment-wrapper-outer #comments-wrapper .level-1{margin-left:0;margin-top:20px;border-top:1px solid #000}#comment-wrapper-outer #comments-wrapper .level-2{margin-left:25px}#comment-wrapper-outer #comments-wrapper .level-3{margin-left:45px}#comment-wrapper-outer #comments-wrapper .level-4{margin-left:65px}#comment-wrapper-outer #comments-wrapper .level-5{margin-left:85px}#comment-wrapper-outer .comment-entry{position:relative}#comment-wrapper-outer .comment-submitted{opacity:.75;filter:alpha(opacity=75)}#comment-wrapper-outer .comment-disabled{-webkit-filter:blur(1px);-moz-filter:blur(1px);-ms-filter:blur(1px);-o-filter:blur(1px);filter:blur(1px)}#comment-wrapper-outer .to-delete{-webkit-filter:blur(4px);-moz-filter:blur(4px);-ms-filter:blur(4px);-o-filter:blur(4px);filter:blur(4px)}#tabs-blog-sidebar{left:0;right:0;top:0;z-index:1000;margin:20px auto 0;max-width:67.6rem}#tabs-blog-sidebar #tabs-blog-sidebar-content{padding-right:0;padding-left:1.5rem}#tabs-blog-sidebar #tabs-blog-sidebar-content.fixed-content{position:absolute;padding-right:1.1rem;margin-left:-5px}#tabs-blog-sidebar #tabs-blog-sidebar-content .tabs-content{overflow-x:auto}.blog-post__sidebar{padding-left:1.33333rem}@media only screen and (max-width:40em){.blog-post__sidebar .tabs{padding:0!important}}.blog-post__sidebar .tabs-title>a{padding:0 .2rem!important}.blog-post__sidebar .tabs-title .tag-reset.active{display:block;position:absolute;top:.26667rem;right:.26667rem;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIxNSI+PHBhdGggZD0iTTUuMyA0LjNsLTEgMSAyLjIgMi4yLTIuMiAyLjIgMSAxIDIuMi0yLjIgMi4yIDIuMiAxLTEtMi4yLTIuMiAyLjItMi4yLTEtMS0yLjIgMi4yeiIgZmlsbD0iIzQwMCIvPjwvc3ZnPg==);background-repeat:no-repeat;background-size:1.13333rem;background-position:50%}.blog-post__sidebar .tabs-title .tag-reset.active:hover{background-image:url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTUiIGhlaWdodD0iMTUiPjxzdHlsZT4uc3Qwe2ZpbGw6IzQwMH08L3N0eWxlPjxwYXRoIGlkPSJYTUxJRF8xMjRfIiBjbGFzcz0ic3QwIiBkPSJNNS4zIDQuM2wtMSAxIDIuMiAyLjItMi4yIDIuMiAxIDEgMi4yLTIuMiAyLjIgMi4yIDEtMS0yLjItMi4yIDIuMi0yLjItMS0xLTIuMiAyLjJ6Ii8+PGcgaWQ9IlhNTElEXzExOF8iPjxwYXRoIGlkPSJYTUxJRF8xM18iIGNsYXNzPSJzdDAiIGQ9Ik03LjUgMS4zYzMuNCAwIDYuMiAyLjggNi4yIDYuMnMtMi44IDYuMi02LjIgNi4yYy0zLjQgMC02LjItMi44LTYuMi02LjJzMi44LTYuMiA2LjItNi4ybTAtMS4zQzMuNCAwIDAgMy40IDAgNy41UzMuNCAxNSA3LjUgMTUgMTUgMTEuNiAxNSA3LjUgMTEuNyAwIDcuNSAweiIvPjwvZz48L3N2Zz4=)}.blog-post__sidebar .tabs-title .tag-reset{display:none;cursor:pointer;width:1.13333rem;height:1.13333rem;float:right;margin-top:.13333rem}.blog-post__sidebar .tags-list .tag-group .tag__label{display:inline-block;cursor:pointer;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;max-width:100%;padding-right:44px;margin-right:-44px;position:relative}.blog-post__sidebar .tags-list .tag-group .tag__count{position:absolute;right:0;width:40px}.blog-post__sidebar .tags-list .tag-group ul.tags__sub-tags{display:none}.blog-post__sidebar .tags-list .tag-group.active ul.tags__sub-tags{display:block}.blog-post__sidebar .tags-list .tag-group.active ul.tags__sub-tags a.active div,.blog-post__sidebar .tags-list .tag-group.active ul.tags__sub-tags a.active span{color:#e80000}.blog-post__sidebar .tags-list .tag-group.related_tag ul.tags__sub-tags{display:block}.blog-post__sidebar .tags-list .tag-group.related_tag ul.tags__sub-tags a div,.blog-post__sidebar .tags-list .tag-group.related_tag ul.tags__sub-tags a span{color:#e80000}#tabs-blog-sidebar_mobile.blog-post__sidebar.mobile_sidebar{padding:0}#tabs-blog-sidebar_mobile.blog-post__sidebar.mobile_sidebar .tabs-title h2{margin-bottom:0;padding-bottom:5px}#tabs-blog-sidebar_mobile.blog-post__sidebar.mobile_sidebar .tabs-content{position:absolute;background:hsla(0,0%,100%,.94);padding-bottom:1rem;z-index:110;left:0}#tabs-blog-sidebar_mobile.blog-post__sidebar.mobile_sidebar .ui-state-default,#tabs-blog-sidebar_mobile.blog-post__sidebar.mobile_sidebar .ui-widget-header{background:none;border:none}#tabs-blog-sidebar_mobile.blog-post__sidebar.mobile_sidebar .ui-widget-content{padding-left:8px}#tabs-blog-sidebar_mobile.blog-post__sidebar.mobile_sidebar .ui-widget-content li{background:transparent;border:none}@media print{#footer,#meta-navigation,#mobile-menu-icons,#mobile-user-navigation,#navigation,#user-navigation,.expand-interface,.filter-form-wrapper,.filter-list-message,.filter-list-overlay-loading,.patch,.swiper-button-next-newbooks,.swiper-button-prev-newbooks,.swiper-container-presse:not(.show-for-print),.swiper-pagination,.title-detail .media,[data-collapsed]{display:none!important}.collapsed-content,.presse-list,.title-detail .other-formats-content{display:block!important}#logo img{max-width:52%}#teaser .home-teaser__dynamic{height:10rem}#teaser .home-teaser__dynamic .home-teaser__text .home-teaser__text-wrapper{margin-top:0!important}#teaser .home-teaser__dynamic .home-teaser__text .home-teaser__text-wrapper .home-teaser__mainTitle p,#teaser .home-teaser__dynamic .home-teaser__text .home-teaser__text-wrapper .home-teaser__mainTitle strong{font-size:20px}.newbooks-wrapper .swiper-container{display:block;margin:0}.newbooks-wrapper .swiper-wrapper{display:block}.newbooks-wrapper .swiper-slide{width:33%!important;margin-right:0!important;padding-right:10px!important;display:block!important;float:left}a{text-decoration:none!important}.filter-list.detail-is-active .icon{display:none!important}.filter-list-wrapper .list-group-header{display:none}.filter-list{margin:0!important}.author-detail-wrapper .other-formats{display:none!important}.author-detail-wrapper .author-detail .author-detail-image{width:70%!important}.author-detail-wrapper .author-detail .author-detail-info{margin-top:20px!important;width:100%!important}.title-detail .presse{margin-top:1.33333rem}.title-detail .medium-pull-10{width:66%!important;float:right}.title-detail .other-formats-content{width:100%}.title-detail .other-formats-content li{width:100%;border:none!important;padding:0!important;margin:0!important}.title-detail .other-formats-content li a{line-height:16px!important}.list-wrapper>.medium-offset-20{margin-left:66.66667%!important}.list-navigation{height:100%}.row .row:after,.row .row:before{display:none!important}.small-1{width:3.33333%}.large-1,.medium-1{width:3.33333%!important}.small-2{width:6.66667%}.large-2,.medium-2{width:6.66667%!important}.small-3{width:10%}.large-3,.medium-3{width:10%!important}.small-4{width:13.33333%}.large-4,.medium-4{width:13.33333%!important}.small-5{width:16.66667%}.large-5,.medium-5{width:16.66667%!important}.small-6{width:20%}.large-6,.medium-6{width:20%!important}.small-7{width:23.33333%}.large-7,.medium-7{width:23.33333%!important}.small-8{width:26.66667%}.large-8,.medium-8{width:26.66667%!important}.small-9{width:30%}.large-9,.medium-9{width:30%!important}.small-10{width:33.33333%}.large-10,.medium-10{width:33.33333%!important}.small-11{width:36.66667%}.large-11,.medium-11{width:36.66667%!important}.small-12{width:40%}.large-12,.medium-12{width:40%!important}.small-13{width:43.33333%}.large-13,.medium-13{width:43.33333%!important}.small-14{width:46.66667%}.large-14,.medium-14{width:46.66667%!important}.small-15{width:50%}.large-15,.medium-15{width:50%!important}.small-16{width:53.33333%}.large-16,.medium-16{width:53.33333%!important}.small-17{width:56.66667%}.large-17,.medium-17{width:56.66667%!important}.small-18{width:60%}.large-18,.medium-18{width:60%!important}.small-19{width:63.33333%}.large-19,.medium-19{width:63.33333%!important}.small-20{width:66.66667%}.large-20,.medium-20{width:66.66667%!important}.small-21{width:70%}.large-21,.medium-21{width:70%!important}.small-22{width:73.33333%}.large-22,.medium-22{width:73.33333%!important}.small-23{width:76.66667%}.large-23,.medium-23{width:76.66667%!important}.small-24{width:80%}.large-24,.medium-24{width:80%!important}.small-25{width:83.33333%}.large-25,.medium-25{width:83.33333%!important}.small-26{width:86.66667%}.large-26,.medium-26{width:86.66667%!important}.small-27{width:90%}.large-27,.medium-27{width:90%!important}.small-28{width:93.33333%}.large-28,.medium-28{width:93.33333%!important}.small-29{width:96.66667%}.large-29,.medium-29{width:96.66667%!important}.small-30{width:100%}.large-30,.medium-30{width:100%!important}}.s-show-info .s-book-info{opacity:1;max-height:none;max-width:none;height:100%;width:100%;min-height:900px;z-index:999}.s-book-info{position:absolute;opacity:0;top:0;left:0;background-color:#efefef;padding:20px 0 0 20px;max-height:0;max-width:0;overflow:hidden}.s-book-info .s-book-info-inner{position:relative;overflow:scroll;max-height:100%}.s-book-info .s-book-info-inner>table>tbody>tr>td:first-child{width:250px}.s-book-info .s-book-info-inner table{max-width:100%}.s-book-info .s-book-info-inner table tr{border-bottom:1px solid #000}.s-book-info .s-book-info-inner table td{word-break:break-all}.s-book-info .s-book-info-inner table td table{margin:0;width:100%}.s-book-info .s-book-info-inner table td table tr{border-bottom:none}.s-book-info .s-book-info-inner table td table tr td{width:50%;text-align:center}.s-book-info .s-book-info-inner table td table tr td:first-child{border-right:1px solid #000}.s-book-info .s-book-info-inner a{text-decoration:underline}#heading{padding-top:1.33333rem;position:fixed;width:100%;top:0;z-index:3000;background-color:#fff;-webkit-transition:all .5s;transition:all .5s;height:195px}@media only screen and (max-width:40em){#heading .inner{height:65px}}#heading #mobile-menu-icons{margin-left:1rem}#heading #mobile-menu-icons #mobile-search-icon{margin-left:.66667rem}#heading #mobile-navigation,#heading #mobile-search{margin-top:10px}#heading .row{position:relative}@media only screen and (max-width:40em){#heading{height:80px}}#heading.subnav{height:240px}@media only screen and (max-width:40em){#heading.subnav{height:80px}}@media only screen and (max-width:40em){#heading #logo{position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);text-align:center}}#heading #logo img{width:52%;min-width:170px}#heading.scroll{box-shadow:0 -8px 12px #3c3c37;height:95px}@media only screen and (max-width:40em){#heading.scroll{height:80px}}@media only screen and (max-width:40em){#heading.scroll .inner{height:50px}}#heading.scroll #logo{margin-top:0;margin-bottom:0}@media only screen and (min-width:40.063em){#heading.scroll #logo img{max-width:25%}}#heading.scroll #user-navigation{margin-top:0}#heading.scroll .desktop-meta-navigation{visibility:hidden;opacity:0;height:0}#heading.scroll #sub-navigation{display:none}body{padding-top:195px}@media only screen and (max-width:40em){body{padding-top:95px}}body.subnav{padding-top:240px}@media only screen and (max-width:40em){body.subnav{padding-top:80px}}#shoppingCart{position:fixed;right:calc(50% - 492px);z-index:3001;margin-top:1.33333rem;top:0}@media screen and (max-width:1014px){#shoppingCart{right:15px}}#shoppingCart .shoppingCartData{cursor:pointer;float:right}#shoppingCart .shoppingCartData div{width:24px;position:relative}#shoppingCart .shoppingCartData svg{width:25px;height:25px}#shoppingCart .shoppingCartData svg path{fill:#e80000}#shoppingCart .shoppingCartData span{position:absolute;top:6px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);color:#e80000;font-size:12px;display:inline-block;text-align:center}#shoppingCart .shoppingCartOverlay,#shoppingCart .shoppingCartOverlayError{position:relative;clear:both;float:right;display:none;border-top:2px solid #e80000;box-shadow:3px 3px 5px 3px #ccc;padding:5px 5px 0;background-color:#fff;color:#e80000;visibility:hidden;opacity:0;-webkit-transition:visibility 0s,opacity .5s linear;transition:visibility 0s,opacity .5s linear;max-height:calc(100vh - 100px);overflow-y:auto;overflow-x:hidden;min-width:400px;max-width:400px}#shoppingCart .shoppingCartOverlay .header,#shoppingCart .shoppingCartOverlayError .header{position:relative}#shoppingCart .shoppingCartOverlay .close,#shoppingCart .shoppingCartOverlayError .close{position:absolute;top:0;right:10px;cursor:pointer}#shoppingCart .shoppingCartOverlay .items,#shoppingCart .shoppingCartOverlayError .items{padding-bottom:20px}#shoppingCart .shoppingCartOverlay .item,#shoppingCart .shoppingCartOverlayError .item{display:-webkit-box;display:flex;color:#000;padding:10px 20px}#shoppingCart .shoppingCartOverlay .item .cover,#shoppingCart .shoppingCartOverlayError .item .cover{max-width:60px;min-width:60px}#shoppingCart .shoppingCartOverlay .item .information,#shoppingCart .shoppingCartOverlayError .item .information{margin-left:15px}#shoppingCart .shoppingCartOverlay .item .information .actions,#shoppingCart .shoppingCartOverlayError .item .information .actions{font-size:18px;display:inline-block;margin-top:10px}#shoppingCart .shoppingCartOverlay .item .information .actions .btn,#shoppingCart .shoppingCartOverlayError .item .information .actions .btn{cursor:pointer;display:inline-block;width:30px;text-align:center}#shoppingCart .shoppingCartOverlay .item .information .actions .btn.disabled,#shoppingCart .shoppingCartOverlayError .item .information .actions .btn.disabled{opacity:.3;cursor:default}#shoppingCart .shoppingCartOverlay .item .information .actions svg,#shoppingCart .shoppingCartOverlayError .item .information .actions svg{vertical-align:middle;width:20px;height:20px}#shoppingCart .shoppingCartOverlay .checkout-button,#shoppingCart .shoppingCartOverlay .shoppingCart-button,#shoppingCart .shoppingCartOverlayError .checkout-button,#shoppingCart .shoppingCartOverlayError .shoppingCart-button{border:1px solid #000;background-color:#fff;color:#180000;padding:2px 15px;border-radius:18px;margin-top:10px;cursor:pointer;display:inline-block;font-size:16px;line-height:1.8;width:100%;text-align:center}#shoppingCart .shoppingCartOverlay .checkout-button.red,#shoppingCart .shoppingCartOverlay .shoppingCart-button.red,#shoppingCart .shoppingCartOverlayError .checkout-button.red,#shoppingCart .shoppingCartOverlayError .shoppingCart-button.red{border:1px solid #e80000;background-color:#e80000;color:#fff}#shoppingCart .shoppingCartOverlay .shoppingCart-button,#shoppingCart .shoppingCartOverlayError .shoppingCart-button{background-color:#fff;border:1px solid #400;color:#400}#shoppingCart .shoppingCartOverlayError{display:none}#shoppingCart.show .shoppingCartOverlay{visibility:visible;opacity:1;display:block}#shoppingCart .shop-overlay-loading{position:absolute}#shoppingCart .shoppingCartOverlay.loading .shop-overlay-loading{display:block}#shoppingCart.error .shoppingCartOverlay{display:none}#shoppingCart.error .shoppingCartOverlayError{display:block;visibility:visible;opacity:1}.buy-area{padding-top:10px}.buy-area .payment-icons{padding-bottom:15px}.buy-area .payment-icons img{max-height:25px}.buy-area .preorder-hint{max-width:300px;display:inline-block;text-align:right;float:right;clear:both}.buy-area .buy-button{clear:both}.buy-area .add-cart-button.disabled{background-color:#d3d3d3;pointer-events:none}.incart{display:none}.leser .isincart{position:relative}.leser .isincart .incart{display:block;position:absolute;bottom:8%;background-color:#09bb49;color:#fff;padding:2px 8px;border-top-right-radius:20px;border-bottom-right-radius:20px;font-size:10px}.shoppingCart-component{border-top:2px solid red;color:#e80000;height:auto}.shoppingCart-component h3{margin-bottom:20px}.shoppingCart-component .item{display:-webkit-box;display:flex;color:#000;padding:10px 2rem}.shoppingCart-component .item .cover{max-width:60px;min-width:60px}.shoppingCart-component .item .information{margin-left:15px}.shoppingCart-component .item .information .actions{font-size:18px;display:inline-block;margin-top:10px}.shoppingCart-component .item .information .actions .btn{cursor:pointer;display:inline-block;width:30px;text-align:center}.shoppingCart-component .item .information .actions .btn.disabled{opacity:.3;cursor:default}.shoppingCart-component .item .information .actions svg{vertical-align:middle;width:20px;height:20px}.shoppingCart-component .checkout-button,.shoppingCart-component .shoppingCart-button{border:1px solid #000;background-color:#fff;color:#180000;padding:2px 15px;border-radius:18px;margin-top:10px;cursor:pointer;display:inline-block;font-size:15px;line-height:1.5}.shoppingCart-component .checkout-button.red-btn,.shoppingCart-component .shoppingCart-button.red-btn{border:1px solid #e80000;background-color:#e80000;color:#fff}.shoppingCart-component .checkout-button.red-btn span,.shoppingCart-component .shoppingCart-button.red-btn span{color:#fff}.shoppingCart-component .checkout-button{width:100%;text-align:center;padding:5px;margin-bottom:10px}.shoppingCart-component .checkout-button a{width:100%;display:inline-block}@media only screen and (max-width:40em){.shoppingCart-component .header{position:-webkit-sticky;position:sticky;top:70px;background-color:#fff;padding-bottom:20px;z-index:2;padding-top:10px}}.shoppingCart-component .wrapper{display:-webkit-box;display:flex}@media only screen and (max-width:40em){.shoppingCart-component .wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}}.shoppingCart-component .main{height:auto;width:66.668%;margin-bottom:35px}@media only screen and (max-width:40em){.shoppingCart-component .main{width:100%}}.shoppingCart-component .sidebar{position:-webkit-sticky;position:sticky;top:100px;height:25vh}.shoppingCart-component .sidebar .item{padding-left:0}#shoppingCart .input_quantity,.shoppingCart-component .input_quantity{margin-top:.33333rem;color:#180000;background-color:transparent;font-weight:400;font-style:normal;padding:0;width:50px;display:inherit;text-align:center}#shoppingCart .remove-cart-button,.shoppingCart-component .remove-cart-button{margin-right:10px}.addToBasketMobile{display:none;position:fixed;width:100%;height:100%;top:0;left:0}.addToBasketMobile.show{display:inline}.shop-overlay-loading{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background-color:hsla(0,0%,100%,.8);background-position:50%;background-repeat:no-repeat;background-size:200px;z-index:110}div.cookieblocker{cursor:default;position:absolute;top:0;left:0;bottom:0;right:0;line-height:1.2rem;-webkit-transition:opacity .5s ease;transition:opacity .5s ease}div.cookieblocker.hidden{display:initial;opacity:0;cursor:pointer}div.cookieblocker.hidden .wrapper{display:none}div.cookieblocker span.wrapper{display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;top:0;left:0;bottom:0;right:0;position:absolute;background-color:rgba(0,0,0,.5)}div.cookieblocker span.wrapper span{background-color:#fff;padding:15px;max-width:70%;font-size:1rem}div.cookieblocker a{text-decoration:underline}a#CybotCookiebotDialogPoweredbyCybot{display:none}@media only screen and (min-width:64.063em){.filter-wrapper[data-column-distribution="432"] .filter-list{width:calc(100% + 67.6px)}}@media only screen and (min-width:40.063em) and (max-width:64em){.filter-wrapper[data-column-distribution="543"] .filter-list{width:calc(100% + 67.6px)}}.hbspt-form form .hs-form-field{margin-top:15px}.hbspt-form form .legal-consent-container .hs-form-booleancheckbox-display>span{margin-left:0}.hbspt-form .hs-form-booleancheckbox-display,.hbspt-form label.hs-form-radio-display{position:relative;padding-left:25px;cursor:pointer}.hbspt-form .hs-form-booleancheckbox-display span:before,.hbspt-form label.hs-form-radio-display span:before{border:1px solid #180000;border-radius:50%;left:0;top:3px;width:15px;height:15px;content:"";position:absolute}.hbspt-form .hs-form-booleancheckbox-display [type=checkbox]:checked+span:before,.hbspt-form .hs-form-booleancheckbox-display [type=radio]:checked+span:before,.hbspt-form label.hs-form-radio-display [type=checkbox]:checked+span:before,.hbspt-form label.hs-form-radio-display [type=radio]:checked+span:before{background-image:url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTUiIGhlaWdodD0iMTUiPjxzdHlsZT4uc3Qwe2ZpbGw6IzQwMH08L3N0eWxlPjxwYXRoIGlkPSJYTUxJRF8xMjRfIiBjbGFzcz0ic3QwIiBkPSJNNS4zIDQuM2wtMSAxIDIuMiAyLjItMi4yIDIuMiAxIDEgMi4yLTIuMiAyLjIgMi4yIDEtMS0yLjItMi4yIDIuMi0yLjItMS0xLTIuMiAyLjJ6Ii8+PGcgaWQ9IlhNTElEXzExOF8iPjxwYXRoIGlkPSJYTUxJRF8xM18iIGNsYXNzPSJzdDAiIGQ9Ik03LjUgMS4zYzMuNCAwIDYuMiAyLjggNi4yIDYuMnMtMi44IDYuMi02LjIgNi4yYy0zLjQgMC02LjItMi44LTYuMi02LjJzMi44LTYuMiA2LjItNi4ybTAtMS4zQzMuNCAwIDAgMy40IDAgNy41UzMuNCAxNSA3LjUgMTUgMTUgMTEuNiAxNSA3LjUgMTEuNyAwIDcuNSAweiIvPjwvZz48L3N2Zz4=);background-position:50%;background-repeat:no-repeat;background-size:15px}#mobile-search-icon{background-image:url(../img/search-brown.svg);background-repeat:no-repeat;background-size:contain}body.search-open #footer,body.search-open #wrapper{display:none}body.search-open #mobile-search-icon{background-image:url(../img/search.svg)}@media only screen and (min-width:40.063em){body.search-open #content,body.search-open #heading,body.search-open #shoppingCart,body.search-open .patch{display:none}}body.search-open #search-area{opacity:1;height:195px;z-index:3000}@media only screen and (max-width:40em){body.search-open #search-area{top:70px;height:110px;border-bottom:1px solid #000;z-index:2999}body.search-open #search-area .search-wrapper{margin-top:0;padding:20px}body.search-open #search-area .search-wrapper .close-search{display:none}}#search-area{position:absolute;width:100%;height:0;top:0;background:#fff;-webkit-transition:opacity .2s;transition:opacity .2s;opacity:0}#search-area .search-wrapper{margin-top:55px}#search-area .search-preview{background:#fff}#search-area .search-preview .search-container .search-container-header{padding:0}#search-area .search-preview .search-container .list-wrapper{margin-top:0}#search-area .search-preview .toggle-filter{display:none}#search-area .text-content{width:100%;max-width:760px;margin:0 auto}#search-area #search-form{display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;flex-wrap:nowrap;-webkit-box-align:center;align-items:center;-webkit-box-pack:justify;justify-content:space-between}@media only screen and (max-width:40em){#search-area #search-form{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-align:normal;align-items:normal}}#search-area #search-form .search-text{padding:7px 0;border:none;border-bottom:1px solid #979797;font-size:16px;-webkit-transition:none;transition:none}@media only screen and (max-width:40em){#search-area #search-form .search-text{width:100%}}#search-area #search-form #send-search-btn{margin-left:10px;padding:8px 25px 10px;border:1px solid #cf473b!important;border-radius:25px;background-color:#cf473b!important;color:#fff!important;font-size:16px}@media only screen and (max-width:40em){#search-area #search-form #send-search-btn{display:none}}#search-area #search-form #send-search-btn-mobile{padding:8px 25px 10px;border:1px solid #cf473b!important;border-radius:25px;background-color:#cf473b!important;color:#fff!important;font-size:16px;display:none}@media only screen and (max-width:40em){#search-area #search-form #send-search-btn-mobile{display:inline-block}}#search-area .close-search{position:absolute;right:10px;cursor:pointer}.search h3{color:#000}.search h3 span{font-weight:700}.search .flex{display:-webkit-box;display:flex}.search .flex,.search .flex.showmore{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.search .flex.showmore .list-wrapper{flex-wrap:wrap}@media only screen and (min-width:40.063em){.search .flex{-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row}}.search .search-container .search-container-header{padding:10px 0;border-bottom:1px solid #d6d6d6}.search .search-container .search-container-header .h2,.search .search-container .search-container-header h2{color:#000;font-weight:700;font-size:1rem}.search .search-container .list-wrapper{margin-top:20px}.search .search-books{position:relative}.search .search-books .search-container-header{border:none}.search .search-books .author-image{position:relative;height:0;padding-bottom:100%;border-radius:50%;overflow:hidden}.search .search-books .author-image .border-wrapper{border-radius:50%;overflow:hidden;position:absolute;width:100%;height:100%;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%)}.search .search-books.filters-open .filters{visibility:inherit;height:auto}.search .search-books.filters-open .toggle-filter{background:#d42d1f;color:#fff}.search .search-books.filters-open .toggle-filter svg path{stroke:#fff}.search .search-books .toggle-filter{position:absolute;top:10px;right:0;padding:5px 15px;cursor:pointer;border-radius:18px;border:1px solid #d42d1f;color:#d42d1f}.search .search-books .filters{height:0;visibility:hidden;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}@media only screen and (min-width:40.063em){.search .search-books .filters{-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;gap:20px}}.search .search-books .filters .filter{-webkit-box-flex:0;flex:0 0 20%;border-top:1px solid #d42d1f;font-family:Diogenes Sans,Arial,sans-serif;position:relative}.search .search-books .filters .filter .filter-title{color:#d42d1f;cursor:pointer;padding:.33333rem .33333rem .33333rem 0;position:relative}.search .search-books .filters .filter .filter-title span{rotate:450deg;display:inline-block;-webkit-transition:rotate .2s ease-in-out;transition:rotate .2s ease-in-out;position:absolute;right:0}.search .search-books .filters .filter .active{color:#d42d1f}.search .search-books .filters .filter ul{left:0;right:0;list-style-type:none;display:none;background-color:#fff;width:100%}@media only screen and (min-width:40.063em){.search .search-books .filters .filter ul{position:absolute;z-index:200;width:auto}}.search .search-books .filters .filter ul>li{border-bottom:1px solid #d6d6d6}.search .search-books .filters .filter ul>li.inline-filter{border-bottom:1px solid #400}.search .search-books .filters .filter ul>li input{border:none;padding:.33333rem .66667rem;width:100%;margin:9px 0}.search .search-books .filters .filter ul>li .lens{position:absolute;width:1rem;height:1rem;top:1.2rem;right:5px;background-color:transparent;border:none;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMyAxMyI+PHBhdGggZmlsbD0iI0U4MDAwMCIgZD0iTTEuMyA1LjRjMC0yLjIgMS44LTQgNC00czQgMS44IDQgNC0xLjggNC00IDQtNC0xLjgtNC00bTExLjQgNi4yTDkuNCA4LjJjLjYtLjguOS0xLjguOS0yLjggMC0yLjgtMi4yLTUtNS01cy01IDIuMi01IDUgMi4yIDUgNSA1YzEuMiAwIDIuMi0uNCAzLjEtMS4xbDMuNCAzLjQuOS0xLjF6Ii8+PC9zdmc+);background-repeat:no-repeat;background-position:100%}@media only screen and (max-width:40em){.search .search-books .filters .filter ul>li .lens{top:50px}}.search .search-books .filters .filter ul>li a,.search .search-books .filters .filter ul>li label{cursor:pointer;color:#400;padding:.33333rem .66667rem;width:100%;margin:0;display:inline-block}.search .search-books .filters .filter ul>li:first-child{border-top:2px solid #d42d1f}.search .search-books .filters .filter.open ul{display:block}.search .search-books .filters .filter.open .filter-title span{rotate:270deg}.search .search-books article.entry{border-top:1px solid #d6d6d6;padding-top:40px;padding-bottom:40px}.search .search-books article.entry .entry-wrapper{display:-webkit-box;display:flex}.search .search-books article.entry .entry-wrapper .image-flex-wrapper{-webkit-box-flex:0;flex:0 0 25%}@media only screen and (min-width:40.063em){.search .search-books article.entry .entry-wrapper .image-flex-wrapper{-webkit-box-flex:0;flex:0 0 20%}}.search .search-books article.entry .entry-wrapper .text-flex-wrapper{padding-left:30px;-webkit-box-flex:1;flex-grow:1}@media only screen and (min-width:40.063em){.search .search-books article.entry .entry-wrapper .text-flex-wrapper{padding-right:30px}}.search .search-books article.entry .entry-wrapper .text-flex-wrapper .title-detail-title{color:#000;font-weight:700}@media only screen and (max-width:40em){.search .search-books article.entry .entry-wrapper .text-flex-wrapper .large-text{display:none}}.search .search-books article.entry .entry-wrapper .text-flex-wrapper .round-button{width:40px}.search .search-books article.entry .entry-wrapper .text-flex-wrapper .round-button-circle{width:100%;height:0;padding-bottom:100%;border-radius:50%;border:1px solid #d42d1f;overflow:hidden}.search .search-books article.entry .entry-wrapper .text-flex-wrapper .round-button a{display:block;float:left;width:100%;padding-top:50%;padding-bottom:50%;line-height:1em;margin-top:-.5em;text-align:center;color:#e2eaf3;font-size:1.4em;font-weight:700;text-decoration:none}.search .search-books article.entry .entry-wrapper .small-only{display:none;visibility:hidden}.search .search-books article.entry .entry-wrapper .otherformats-flex-wrapper{-webkit-box-flex:0;flex:0 0 20%;padding-left:23px;border-left:1px solid #d6d6d6;display:none}@media only screen and (min-width:40.063em){.search .search-books article.entry .entry-wrapper .otherformats-flex-wrapper{display:block}}.search .search-books article.entry .entry-wrapper .otherformats-flex-wrapper span{font-size:14px;font-weight:700}.search .search-books article.entry .entry-wrapper .otherformats-flex-wrapper a{text-decoration:underline}.search .search-books article.entry .entry-wrapper .otherformats-flex-wrapper ul{padding-top:20px}.search .search-blogs{-webkit-box-flex:1;flex:1 0 50%;overflow-x:hidden}.search .search-blogs .list-wrapper{display:-webkit-box;display:flex}.search .search-blogs .list-wrapper article{-webkit-box-flex:0;flex:0;width:140px;margin-right:10px;min-height:200px}.search .search-blogs .list-wrapper article.blog__search .blog-post__detail{min-width:140px}.search .search-events{-webkit-box-flex:1;flex:1 0 50%}.search .search-events .list-wrapper{display:-webkit-box;display:flex;padding-right:10px}.search .search-events .list-wrapper article.event{-webkit-box-flex:0;flex:0 0 50%;border:2px solid #000;border-radius:8px;margin-right:10px;min-height:200px;min-width:200px;position:relative;max-width:200px;margin-bottom:20px}.search .search-events .list-wrapper article.event a{height:100%;display:inline-block;width:100%}.search .search-events .list-wrapper article.event .event-date,.search .search-events .list-wrapper article.event .event-title{padding:10px}.search .search-events .list-wrapper article.event .event-date{font-family:Diogenes Sans,Arial,sans-serif;color:#d42d1f;border-bottom:2px solid #000}.search .search-events .list-wrapper article.event .event-type{font-family:Diogenes Sans,Arial,sans-serif}.search .search-events .list-wrapper article.event .event-title{position:absolute;bottom:0;font-weight:700}.search .detail-link-wrapper{width:100%;text-align:center;margin-top:25px;display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;flex-basis:content;-webkit-box-align:center;align-items:center}.search .detail-link-wrapper div:first-child{margin-right:8px}@media only screen and (max-width:40em){.search .detail-link-wrapper{display:none}}.search .detail-link-wrapper .detail-link{cursor:pointer;justify-self:center;width:auto;padding:7px 15px;border-radius:30px;border:1px solid #d42d1f;text-align:center}.search .detail-link-wrapper .detail-link .label{font-size:16px;padding-right:7px;padding-left:7px;font-weight:300;font-family:Diogenes Sans,Arial,sans-serif}.search .detail-link-wrapper .detail-link span{position:static;display:inline-block;color:#d42d1f}.search .detail-link-wrapper .detail-link span.svg{position:relative;height:17px;width:20px}.search .detail-link-wrapper .detail-link span svg{position:absolute;width:20px;height:20px;top:0;left:0}.search .detail-link-wrapper .detail-link span svg path,.search .detail-link-wrapper .detail-link span svg polygon{fill:#d42d1f!important}.search-pagination .arrow:before{margin-right:0}.home-newbooks{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.home-newbooks .h1,.home-newbooks h1{-webkit-box-ordinal-group:2;order:1}

/*# sourceMappingURL=app.css.map*/