html{--navigation-max-width: 1200px}.c-search{position:relative;z-index:9;height:0;opacity:0;pointer-events:none;transition:opacity .2s ease}.c-search--visible{height:100%;opacity:1;pointer-events:all;transition:opacity .2s ease}.c-search__overlay{position:fixed;top:0;left:0;z-index:10;width:100%;height:100%;background-color:rgba(0,0,0,.8)}.c-search__wrapper{position:fixed;z-index:11;left:0;right:0;top:50%;transform:translateY(-50%);margin:0 auto;width:100%;max-width:600px}.c-search__wrapper p{margin:0 0 25px 0;font-size:32px;font-weight:600;line-height:100%}@media(min-width: 620px){.c-search__wrapper p{font-size:calc(32px + 16 * (100vw - 620px) / 330)}}@media(min-width: 950px){.c-search__wrapper p{font-size:48px}}.c-search__wrapper form{display:flex;flex-direction:column;align-items:flex-start}.c-search__wrapper form .button{margin:15px 0 0 0;padding:8px 35px}.c-search__content{position:relative;margin:0 auto;padding:25px;width:80%;background-color:rgba(255,255,255,.85);border-radius:8px;box-shadow:0px 8px 26px rgba(0,0,0,.9)}.c-search__content input.c-button{width:auto;margin-left:0}.c-search__close{position:absolute;top:15px;right:15px;width:32px;height:32px;cursor:pointer;background-image:url("/assets/icons/close.svg");background-size:32px}.c-navigation{height:var(--navigation-height);position:-webkit-sticky;position:sticky;top:0;margin:0 auto;padding:0px;width:100%;z-index:3;background-color:#000;filter:none}@media(max-width: 1080px){.c-navigation{display:none}}.c-navigation__outer{margin:0 auto;width:100%;max-width:1920px}.c-navigation--nav-image{box-sizing:border-box}.c-navigation__image{position:relative;display:block;cursor:pointer}.c-navigation__image img{position:absolute;left:0;z-index:5;padding:10px 0;height:var(--navigation-height);width:auto;max-width:200px;object-fit:contain;box-sizing:border-box;cursor:pointer}@media(max-width: 1080px){.c-navigation__image img{left:0;right:0;margin:0 auto}}.c-navigation__wrapper{position:relative}.c-navigation__inner-wrapper{display:flex;justify-content:center;margin:0 auto;width:100%;max-width:var(--navigation-max-width)}.c-navigation__main{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;margin:0;padding:0 25px;list-style-type:none;box-sizing:border-box}.c-navigation__title{display:flex;justify-content:center;align-items:center;font-size:initial;font-size:20px;font-weight:500}@media(min-width: 375px){.c-navigation__title{font-size:calc(20px + 0 * (100vw - 375px) / 1545)}}@media(min-width: 1920px){.c-navigation__title{font-size:20px}}.c-navigation__title h1{margin:0;color:#fff;font-size:inherit !important;font-weight:inherit !important}.c-navigation__social-wrapper{display:flex;align-items:center}.c-navigation__secondary{display:flex;flex-flow:row nowrap;align-items:center;position:absolute;right:0;margin:0;padding:0 25px;height:var(--navigation-height);list-style-type:none;box-sizing:border-box}.c-navigation__secondary--empty{display:none}.c-navigation__secondary .c-navigation__nav-item--login{user-select:none}.c-navigation__secondary .c-navigation__nav-item--login span:hover{color:#f50404}.c-navigation__secondary .c-navigation__nav-item--login span:first-child{padding-right:25px}.c-navigation__secondary .c-navigation__nav-item--login:hover{color:inherit}.c-navigation__secondary li{margin-right:25px;cursor:pointer}.c-navigation__secondary li:hover{color:#f50404}.c-navigation__nav-item{position:relative;display:flex;flex-flow:row nowrap;align-items:center;margin:0 auto;line-height:var(--navigation-height);text-align:center;font-family:"Oswald","Geneva","Helvetica";font-size:20px;font-weight:500;color:#fff}@media(min-width: 375px){.c-navigation__nav-item{font-size:calc(20px + 0 * (100vw - 375px) / 1545)}}@media(min-width: 1920px){.c-navigation__nav-item{font-size:20px}}.c-navigation__nav-item a{padding:10px;text-decoration:none;color:#fff;vertical-align:middle}.c-navigation__nav-item a:hover{color:#f50404}.c-navigation__nav-item p{margin:0}.c-navigation__nav-item svg{margin-right:5PX;width:24px;height:24px;fill:currentColor}.c-navigation__nav-item--social a{display:flex}.c-navigation__nav-anchor{position:relative}.c-navigation__nav-anchor--active:after{content:"";position:absolute;bottom:5px;left:0;right:0;margin:0 auto;width:calc(100% - 20px);border-bottom:1px solid currentColor;opacity:.75}.c-navigation__group-name{padding:10px}.c-navigation__group-name:hover{color:#f50404}.c-navigation__nav-link,.c-navigation__group{position:relative;margin:0 auto}.c-navigation__nav-link:hover+.c-navigation__submenu,.c-navigation__group:hover+.c-navigation__submenu{opacity:1;pointer-events:all}.c-navigation__nav-link svg,.c-navigation__group svg{position:absolute;top:50%;right:0;transform:translateY(-50%);width:20px;height:20px}@media(min-width: 375px){.c-navigation__nav-link svg,.c-navigation__group svg{width:calc(20px + 0 * (100vw - 375px) / 1545)}}@media(min-width: 1920px){.c-navigation__nav-link svg,.c-navigation__group svg{width:20px}}@media(min-width: 375px){.c-navigation__nav-link svg,.c-navigation__group svg{height:calc(20px + 0 * (100vw - 375px) / 1545)}}@media(min-width: 1920px){.c-navigation__nav-link svg,.c-navigation__group svg{height:20px}}.c-navigation__group{padding-right:20px;font-weight:500;cursor:pointer}@media(min-width: 375px){.c-navigation__group{padding-right:calc(20px + 0 * (100vw - 375px) / 1545)}}@media(min-width: 1920px){.c-navigation__group{padding-right:20px}}.c-navigation__submenu{position:absolute;top:50px;left:0;z-index:5;min-width:max-content;max-width:400px;opacity:0;pointer-events:none;transition:opacity .2s ease-out;background-color:rgba(255,255,255,.85);border:1px solid rgba(0,0,0,.2);text-align:left}.c-navigation__submenu:hover{opacity:1;pointer-events:all;transition:opacity .2s ease-out}.c-navigation__submenu-list{display:flex;flex-direction:column;margin:0;padding:0;list-style:none;border-radius:8px;background-color:#000;box-shadow:0px 0px 0px rgba(0,0,0,.35)}.c-navigation__submenu-link{display:block;padding:0 24px;transition:background-color .2s ease}.c-navigation__submenu-link:hover{background-color:rgba(0,0,0,.05);transition:background-color .2s ease}.c-navigation__submenu-link-inner{display:block;padding:0px 6px}.c-mobile-menu{display:none;flex-direction:column;position:fixed;top:0;left:-300px;width:100%;max-width:300px;height:100%;z-index:8;overflow-x:scroll;transition:left .3s ease-in-out;background:#000;pointer-events:none}@media(max-width: 1080px){.c-mobile-menu{display:block}}.c-mobile-menu__image img{position:absolute;top:5px;left:25px;height:100%;max-height:40px;object-fit:contain;width:auto}.c-mobile-menu--visible{left:0;pointer-events:all;transition:left .3s ease-in-out}.c-mobile-menu__overlay{position:fixed;top:0;left:0;z-index:7;width:100%;height:100%;background-color:rgba(0,0,0,.45);opacity:0;pointer-events:none;transition:opacity .3s ease-in-out}.c-mobile-menu__overlay--visible{opacity:1;pointer-events:all;transition:opacity .3s ease-in-out}.c-mobile-menu__toggle{display:none;position:fixed;flex-flow:row nowrap;align-items:center;left:10px;top:10px;width:auto;height:auto;cursor:pointer;z-index:51;border-radius:4px;background-color:#000;opacity:.7;color:#fff;font-size:18px;font-weight:Normal;line-height:170%;padding:10px}@media(max-width: 1080px){.c-mobile-menu__toggle{display:flex}}.c-mobile-menu__toggle svg{fill:#fff}.c-mobile-menu__toggle span{padding-left:10px}.c-mobile-menu__hamburger{position:absolute;top:50%;transform:translateY(-50%);transition-property:transform;padding:15px 15px;display:inline-block;cursor:pointer;transition-property:opacity,filter;transition-duration:.15s;transition-timing-function:linear;font:inherit;color:#000;text-transform:none;background-color:rgba(0,0,0,0);border:0;margin:0;overflow:visible;line-height:100%;font-size:1px;z-index:51;cursor:pointer}.c-mobile-menu__hamburger--spin .c-mobile-menu__hamburger-inner{transition-duration:.22s;transition-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}.c-mobile-menu__hamburger-box{width:30px;height:30px;display:inline-block;position:relative;cursor:pointer}.c-mobile-menu__hamburger-inner{position:absolute;top:50%;left:0;margin-top:-2px;width:30px;height:2px;background-color:currentColor;transition-duration:.22s;transition-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);cursor:pointer}.c-mobile-menu__hamburger-inner:before,.c-mobile-menu__hamburger-inner:after{content:"";position:absolute;transition-property:transform;cursor:pointer}.c-mobile-menu__hamburger-inner:before{top:-10px;transition:top .1s .25s ease-in,opacity .1s ease-in;cursor:pointer}.c-mobile-menu__hamburger-inner:before,.c-mobile-menu__hamburger-inner:after{display:block;width:30px;height:2px;background-color:currentColor;transition-property:transform}.c-mobile-menu__hamburger-inner:after{bottom:-10px;transition:bottom .1s .25s ease-in,transform .22s cubic-bezier(0.55, 0.055, 0.675, 0.19)}.c-mobile-menu__navigation{margin:60px 0 0 15px;padding:10px 0 0 0;width:auto;border-top:1px solid #2e2b28}.c-mobile-menu__secondary{margin:0 0 0 15px;padding:0;width:auto;color:currentColor}.c-mobile-menu__secondary li{padding:10px 5px;box-sizing:border-box;color:#a4a5a5}.c-mobile-menu__secondary li:hover{color:#f50404}.c-mobile-menu__secondary li p{margin:0}.c-mobile-menu__nav-item{display:block;float:none;width:100%;text-align:left;margin-bottom:10px;cursor:pointer;color:#fff}.c-mobile-menu__nav-item:hover{color:#f50404}.c-mobile-menu__nav-item:not(:first-child){margin-left:0}.c-mobile-menu__nav-item a{display:inline-block;padding:10px 5px;outline:none;font-size:20px;line-height:100%;font-weight:600;letter-spacing:.04em;text-decoration:none;border-bottom:1px solid rgba(0,0,0,0);color:#fff}.c-mobile-menu__nav-item a:hover{text-decoration:none;color:#f50404}.c-mobile-menu__nav-item svg{display:none}.c-mobile-menu__group{position:relative;padding:10px 48px 10px 5px;color:#fff;font-size:20px;font-weight:600}.c-mobile-menu__group:hover{color:#f50404}.c-mobile-menu__group:before,.c-mobile-menu__group:after{content:"";position:absolute;top:50%;transform:translateY(-50%);right:16px;width:16px;height:2px;background-color:currentColor;transition:transform .2s ease}.c-mobile-menu__group:after{right:23px;width:2px;height:16px}.c-mobile-menu__group--expanded:before{transform:translateY(-50%) rotate(-180deg);transition:transform .2s ease}.c-mobile-menu__group--expanded:after{transform:translateY(-50%) rotate(-90deg);transition:transform .2s ease}.c-mobile-menu__group--expanded+.c-mobile-menu__submenu{padding-bottom:5px;max-height:500px;opacity:1;pointer-events:all;transition:opacity .2s ease,max-height .2s ease,padding-bottom .2s ease}.c-mobile-menu__submenu{padding-bottom:0px;max-height:0px;opacity:0;pointer-events:none;transition:opacity .2s ease,max-height .2s ease,padding-bottom .2s ease}.c-mobile-menu__submenu-list{padding:0 0 0 15px;list-style:none;font-weight:normal;font-size:20px;border-left:1px solid #2e2b28;margin-left:5px}.c-mobile-menu__submenu-link{font-size:20px;line-height:100%;font-weight:600;letter-spacing:.04em;display:inline-block;padding:10px 5px;outline:none;text-decoration:none;border-bottom:1px solid rgba(0,0,0,0);color:#fff}.c-mobile-menu__submenu-link:hover{text-decoration:none;color:#a4a5a5;opacity:.8}a.back-to-top{display:none;width:60px;height:60px;text-indent:-9999px;position:fixed;z-index:3;right:20px;bottom:20px;background:rgba(0,0,0,.14) url("/assets/images/up-arrow.png") no-repeat center 43%;background-size:42px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}.c-footer{position:relative;padding:50px 25px 25px 25px;width:100%;box-sizing:border-box;background-color:#000;font-family:"Arial","Geneva","Helvetica";font-weight:Normal;color:#a4a5a5}.c-footer--shadow{box-shadow:0px -4px 18px rgba(0,0,0,.5)}.c-footer--small .c-footer__inner-wrapper{flex-flow:row-reverse;flex-wrap:wrap;justify-content:center}@media screen and (max-width: 899px){.c-footer--small .c-footer__inner-wrapper{flex-direction:column}.c-footer--small .c-footer__inner-wrapper .c-footer__column{justify-content:flex-start}}.c-footer--small .c-footer__columns{flex:1 400px;justify-content:flex-end}@media screen and (max-width: 899px){.c-footer--small .c-footer__columns{flex:1 auto}}.c-footer--small .c-footer__column{flex:1 45%;text-align:left}@media screen and (max-width: 899px){.c-footer--small .c-footer__column{margin:10px 0;min-width:180px}}.c-footer--small .c-footer__column p{padding:0px 25px}.c-footer--small .c-footer__lower-content{flex:1 50%;padding-right:25px;max-width:650px}@media screen and (max-width: 899px){.c-footer--small .c-footer__lower-content{padding:0}}.c-footer--small .c-footer__lower-content p{text-align:left}.c-footer--small .c-footer__lower-text{text-align:left}.c-footer--small .c-footer__legal{text-align:left}.c-footer__inner-wrapper{display:flex;flex-flow:row wrap;justify-content:center;margin:0 auto;max-width:1200px;text-align:left}.c-footer__inner-wrapper p{margin:0}.c-footer__columns{display:flex;flex-flow:row wrap;justify-content:center;flex:1 800px}.c-footer__columns--left{text-align:left}.c-footer__columns--left .c-footer__column-contents{align-items:flex-start}.c-footer__columns--left .c-footer__column ul li{justify-content:flex-start}.c-footer__columns--center{text-align:center}.c-footer__columns--center .c-footer__column-contents{align-items:center}.c-footer__columns--center .c-footer__column ul li{justify-content:center}.c-footer__columns--right{text-align:right}.c-footer__columns--right .c-footer__column-contents{align-items:flex-end}.c-footer__columns--right .c-footer__column ul li{justify-content:flex-end}.c-footer__column{display:flex;flex-direction:column;align-items:flex-end;flex:1 200px;margin:5px}@media screen and (max-width: 899px){.c-footer__column{align-items:center}}.c-footer__column--filler{margin:0 5px;height:0}.c-footer__column p{text-transform:uppercase;font-size:18px;font-weight:Bold;color:#fff}.c-footer__column ul{list-style:none;margin:0;padding:0}.c-footer__column ul li{display:flex;align-items:center;margin:5px 0}@media screen and (max-width: 899px){.c-footer__column ul li{justify-content:center}}.c-footer__column-contents{display:flex;flex-direction:column}.c-footer__link{margin:0 25px;padding:5px 0;display:inline-block;font-size:12px;line-height:170%;font-weight:Normal}.c-footer__link--icon{display:flex;align-items:center;padding:0}.c-footer__link--icon img{width:24px;height:24px}.c-footer__lower-content{display:flex;align-items:center;margin:0 auto 35px auto;padding-top:10px;max-width:80%}.c-footer__lower-content p{font-size:12px;font-weight:Normal;text-align:left}@media screen and (max-width: 899px){.c-footer__lower-content p{text-align:center}}.c-footer__lower-content-image{margin:0 25px 0 0;padding:0;max-width:48px}.c-footer__lower-content-wrapper{display:flex;flex-direction:column;justify-content:flex-start}.c-footer__lower-block{margin:15px 0}.c-footer__watermark{margin-top:10px;text-align:center}@keyframes fade-in{from{opacity:0}to{opacity:1}}.c-page-banner{position:fixed;left:0;right:0;bottom:0;margin:0 auto;z-index:25;width:100%;background-color:#ffda83;box-sizing:border-box;box-shadow:0px 1px 7px rgba(0,0,0,.33);border-top:1px solid rgba(0,0,0,.13);border-top-left-radius:8px;border-top-left-radius:8px;text-align:center;color:#000;opacity:0;animation-name:fade-in;animation-duration:.6s;animation-delay:3s;animation-fill-mode:forwards}.c-page-banner--hidden{display:none}.c-page-banner p{margin:0;line-height:120%}.c-page-banner.component{margin:0 auto;padding:15px}.c-page-banner__inner{margin:0 auto;max-width:70%}.c-page-banner__heading.component_heading{margin:0 0 15px 0;padding:0;line-height:120%}.c-page-banner__close{position:absolute;top:50%;left:25px;transform:translateY(-50%);width:32px;height:32px;background-image:url("/assets/icons/close.svg");background-repeat:no-repeat;background-size:32px 32px;cursor:pointer}.c-userbase__loading{display:none;margin:0 auto;text-align:center}.c-userbase__overlay{position:fixed;z-index:3;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.6);opacity:0;pointer-events:none}.c-userbase__overlay--visible{opacity:1;pointer-events:all}.c-userbase__modal-wrapper{position:relative;height:100%;max-width:600px;margin:0 auto}.c-userbase__modal{position:fixed;z-index:4;top:50%;transform:translateY(-50%);left:0;right:0;margin:0 auto;padding:30px;padding-left:30px;padding-right:30px;width:100%;max-height:100%;border-radius:8px;box-sizing:border-box;opacity:0;pointer-events:none;background:rgba(0,0,0,0);overflow-y:scroll}@media(min-width: 375px){.c-userbase__modal{padding:calc(30px + 20 * (100vw - 375px) / 1545)}}@media(min-width: 1920px){.c-userbase__modal{padding:50px}}.c-userbase__modal--visible{opacity:1;pointer-events:all}.c-userbase__modal .c-form{margin:100px 0}.c-userbase__heading{margin-bottom:25px}.c-userbase__login-wrapper{position:relative;margin:0 auto;padding:100px 0;max-width:600px}.c-userbase__login-form,.c-userbase__signup-form{display:flex;flex-direction:column;align-items:center}.c-userbase input{margin:10px 0}.c-userbase input.c-button{display:inline-block;margin:10px auto;padding-left:40px;padding-right:40px;width:auto}.c-userbase__close{position:absolute;top:15px;right:15px;cursor:pointer}.c-userbase__account-view{display:none}.c-userbase__profile-card{margin:0px 0 60px 0;padding:25px;border:1px solid #2e2b28;box-shadow:0px 0px 0px rgba(0,0,0,.35);background-color:rgba(255,255,255,.85);overflow-x:auto}.c-userbase__profile-card table{margin-bottom:25px;min-width:500px;overflow-x:auto}.c-userbase__profile-card ul{margin:0;padding:0;list-style:none}.c-userbase__setup-status{margin:0 0 25px 0;text-align:center;color:#5eff5e}.c-userbase__setup-status strong{text-decoration:underline}.c-userbase__actions ul{display:flex;margin:0;padding:0;list-style:none}.c-userbase__actions ul li{position:relative;margin:0 10px;padding-left:15px;cursor:pointer;color:#f50404}.c-userbase__actions ul li:hover{color:#f50404}.c-userbase__actions ul li:before{content:"";display:block;position:absolute;top:50%;left:0;transform:translateY(-50%);width:8px;height:8px;background-color:#000}.c-userbase__plans{display:flex;flex-flow:row wrap;margin:-10px}.c-userbase__plan{flex:1 350px;margin:10px}.c-userbase__plan--disabled{filter:grayscale(100%);pointer-events:none;user-select:none}.c-userbase__plan .c-button{display:inline-block;margin-left:0;user-select:none}.c-userbase__plan .c-button span{pointer-events:none}.c-userbase__error{display:none;text-align:center;color:red;position:fixed;z-index:26;top:0;background-color:#fff6c5;padding:8px 45px 8px 25px;margin:0;border-bottom-right-radius:8px;cursor:pointer}.c-userbase__error:after{content:"";display:block;position:absolute;top:50%;transform:translateY(-50%);right:18px;width:18px;height:18px;background-image:url("/assets/images/svg/close-red.svg")}#js-login,#js-create,#js-logout,#js-account{display:none}#js-cancel-subscription,#js-update-payment{display:none}#jsDeleteAccount,#jsCancelSubscription{height:0;pointer-events:none}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes slowFadeIn{0%{opacity:0}25%{opacity:0}50%{opacity:0}75%{opacity:.5}100%{opacity:1}}html{box-sizing:border-box;font-size:16px;font-weight:Normal;scroll-behavior:smooth;--textfade-animation-duration: 2s}*{--navigation-height: 50px}body{margin:0 auto;width:100%;height:100%;box-sizing:border-box;background-color:#fff;font-family:"Avenir Next","Geneva","Helvetica";font-size:16px;font-weight:Normal;color:#000;webkit-font-smoothing:normal;-moz-osx-font-smoothing:grayscale;-webkit-text-stroke:.25px rgba(0,0,0,.1);text-rendering:geometricPrecision;line-height:170%;letter-spacing:0;overflow-x:hidden;overflow-y:visible}@media(min-width: 375px){body{font-size:calc(16px + 0 * (100vw - 375px) / 705)}}@media(min-width: 1080px){body{font-size:16px}}body.fadein{animation-name:fadeIn;animation-duration:2s}body.textfade h1,body.textfade h2,body.textfade h3,body.textfade h4,body.textfade h5,body.textfade h6,body.textfade p,body.textfade ul,body.textfade ol{animation-name:slowFadeIn;animation-duration:var(--textfade-animation-duration)}body.textfade h1.c-main-header__main-heading{animation-name:initial;animation-duration:initial}body.noscroll{overflow:hidden}a{color:#f50404;text-decoration:none;cursor:pointer}a:hover{color:#f50404}h1,h2,h3,h4,h5,h6{letter-spacing:6;margin:0;padding:0;font-family:"Oswald","Geneva","Helvetica";font-weight:300;color:#626262}h1{font-size:32px;font-family:"Oswald","Geneva","Helvetica";line-height:170%;margin-top:0;margin-bottom:50px}@media(min-width: 375px){h1{font-size:calc(32px + 0 * (100vw - 375px) / 1545)}}@media(min-width: 1920px){h1{font-size:32px}}h2{font-size:32px;font-family:"Oswald","Geneva","Helvetica";line-height:170%}@media(min-width: 375px){h2{font-size:calc(32px + 0 * (100vw - 375px) / 1545)}}@media(min-width: 1920px){h2{font-size:32px}}h3{font-size:24px;line-height:170%}@media(min-width: 375px){h3{font-size:calc(24px + 8 * (100vw - 375px) / 1545)}}@media(min-width: 1920px){h3{font-size:32px}}p,li{line-height:170%}p img{width:100%;height:auto;max-height:1200px;object-fit:contain;margin:0 auto}strong{font-weight:900}button{font-size:16px;line-height:170%}blockquote{font-style:italic;border-left:6px solid rgba(0,0,0,.4);margin:0 0 0 40px;padding:15px 25px;max-width:60%;background-color:rgba(255,255,255,.85)}blockquote p{margin:0}table{margin:0 auto;width:100%;border:1px solid rgba(0,0,0,.3);border-collapse:collapse;border-spacing:0;word-break:break-word}table thead{background-color:rgba(0,0,0,.1)}table tr:nth-child(2n){background-color:rgba(0,0,0,.01)}table td{padding:8px 14px;border:1px solid rgba(0,0,0,.3)}.loading-indicator{display:none;position:fixed;z-index:25;top:50%;left:0;right:0;transform:translateY(-50%);margin:0 auto;padding:10px;width:100px;height:100px;background-color:rgba(0,0,0,.6);border-radius:20%}.bold{font-weight:900}.main-heading--no-margin{margin:0}.date{margin:15px 0}.hidden{display:none !important}.live-site-hidden{display:none}.center-text{text-align:center}.generic-wrapper{margin:0 auto;padding:95px 0;padding-left:30px;padding-right:30px;min-height:80vh;max-width:1920px}@media(min-width: 375px){.generic-wrapper{padding-left:calc(30px + 70 * (100vw - 375px) / 1545)}}@media(min-width: 1920px){.generic-wrapper{padding-left:100px}}@media(min-width: 375px){.generic-wrapper{padding-right:calc(30px + 70 * (100vw - 375px) / 1545)}}@media(min-width: 1920px){.generic-wrapper{padding-right:100px}}.generic-wrapper--no-bottom-padding{padding-bottom:0}.generic-wrapper--article{padding-top:31.6666666667px}.generic-wrapper .page-components__section{padding:0}.generic-wrapper .page-components__section:first-child{padding-top:0}.generic-wrapper .page-components__section:last-child{padding-bottom:0}.generic-wrapper .page-components__inner{padding-left:0;padding-right:0}.content-wrapper{background-color:#fff}.page-components{display:flex;flex-flow:column wrap;align-items:center;align-content:center;justify-content:flex-start;margin:0 auto;padding:0}.page-components .section-anchor{position:absolute;margin-top:-95px}.page-components__section{position:relative;margin:0 auto;padding-top:80px;width:100%}@media(min-width: 375px){.page-components__section{padding-top:calc(80px + 15 * (100vw - 375px) / 1545)}}@media(min-width: 1920px){.page-components__section{padding-top:95px}}.page-components__section--no-top-padding{padding-top:0}.page-components__section:last-child{padding-bottom:100px}.page-components__section--no-bottom-padding{padding-bottom:0}.page-components__section--no-bottom-padding:last-child{padding-bottom:0}.page-components__section .page-components--no-heading-bg:first-child{margin-top:-95px}.page-components__section-bg-wrapper{clip:rect(0, auto, auto, 0);position:absolute;z-index:0;top:0;left:0;width:100%;height:100%}.page-components__section-bg{position:fixed;display:block;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center center;transform:translateZ(0);will-change:transform}.page-components__inner{position:relative;margin:0 auto;padding-left:30px;padding-right:30px}@media(min-width: 375px){.page-components__inner{padding-left:calc(30px + 70 * (100vw - 375px) / 1545)}}@media(min-width: 1920px){.page-components__inner{padding-left:100px}}@media(min-width: 375px){.page-components__inner{padding-right:calc(30px + 70 * (100vw - 375px) / 1545)}}@media(min-width: 1920px){.page-components__inner{padding-right:100px}}.page-components__inner--wide .component{max-width:2056px}.page-components__inner--no-heading{padding-top:95px}.page-components__section-heading{margin:0 auto;padding:0px 0 60px 0;text-align:center;font-size:32px;line-height:170%}@media(min-width: 375px){.page-components__section-heading{font-size:calc(32px + 0 * (100vw - 375px) / 705)}}@media(min-width: 1080px){.page-components__section-heading{font-size:32px}}.page-components__section-heading--left{text-align:left}.page-components__section-heading--right{text-align:right}.page-components__component{width:100%}.page-components__component img{width:100%;height:auto;max-height:534px;margin:0 auto;object-fit:contain}.component{margin:0 auto;padding-bottom:47.5px;width:100%;max-width:1920px}@media(min-width: 375px){.component{padding-bottom:calc(47.5px + 47.5 * (100vw - 375px) / 1545)}}@media(min-width: 1920px){.component{padding-bottom:95px}}.component--bleed{margin-left:-30px;margin-right:-30px;max-width:none}@media(min-width: 375px){.component--bleed{margin-left:calc(-30px + -70 * (100vw - 375px) / 1545)}}@media(min-width: 1920px){.component--bleed{margin-left:-100px}}@media(min-width: 375px){.component--bleed{margin-right:calc(-30px + -70 * (100vw - 375px) / 1545)}}@media(min-width: 1920px){.component--bleed{margin-right:-100px}}.component_heading{margin:0;padding-bottom:47.5px;text-align:center}@media(min-width: 375px){.component_heading{padding-bottom:calc(47.5px + 47.5 * (100vw - 375px) / 1545)}}@media(min-width: 1920px){.component_heading{padding-bottom:95px}}input{padding-left:10px;clear:both;width:100%;height:40px;resize:none;box-sizing:border-box}input,textarea{outline:none;color:#000;opacity:1;border:1px solid #2e2b28;border-radius:8px;font-size:15px;line-height:170%;font-family:"Avenir Next","Geneva","Helvetica";transition:all .3s ease}input::placeholder,textarea::placeholder{opacity:1}.tags .button-2{cursor:default;font-size:12px;font-weight:100;line-height:170%;margin-left:1px;margin-right:1px;color:#7a7a6e}.italics{font-style:italic}.block-alignment{display:flex;align-items:center}.block-alignment--center{justify-content:center}.block-alignment--right{justify-content:flex-end}.email-valid{border:1px solid #61c554 !important;border-radius:8px}.email-invalid{border:1px solid #e8695c !important;border-radius:8px}.editable{min-width:25px}.cc-editor-link{display:none;padding:4px 12px !important;border:1px solid #000;border-radius:4px;background:#ddac1b;color:#000 !important;font-size:14px !important;font-family:Arial;text-transform:none}.cc-editor-link:hover{background-color:#000;color:#ddac1b !important}.cms-editor-active .live-site-hidden{display:block}.cms-editor-active .editor-link{display:block;text-align:center}.cms-editor-active .editor-link.inline{display:inline;font-size:12px;font-weight:100;vertical-align:middle;margin-left:15px;padding:4px 15px;letter-spacing:0px;border-radius:4px}.cms-editor-active .cc-editor-link{display:block}.cms-editor-active .img-fade{opacity:1}.path{display:flex;flex-flow:row wrap;margin-bottom:25px;padding:5px 0 5px 1px}.path__item{position:relative;padding:4px 10px 4px 18px;background-color:#fff;font-size:16px;font-weight:Normal;background:#fff;background:#f2f2f2;background:linear-gradient(90deg, rgb(242, 242, 242) 0%, rgb(245, 245, 245) 35%, rgb(255, 255, 255) 100%);box-sizing:border-box;cursor:pointer;color:#f50404;border-top:1px solid #e1e1e1;border-bottom:1px solid #e1e1e1;line-height:30px;white-space:nowrap}.path__item:first-child{margin-left:0}.path__item:after{content:"";position:absolute;z-index:2;top:0;right:-14px;width:0;height:0;border-top:14px solid rgba(0,0,0,0);border-bottom:14px solid rgba(0,0,0,0);border-left:14px solid #fff}.path__item--active{cursor:default;color:#000}.path__item--active:hover{color:#000}.tags{display:flex;flex-flow:row wrap;margin:0 -2px}.tags__tag{display:inline-flex;margin:2px;padding:4px 8px;border-radius:8px;background-color:rgba(0,0,0,.04);box-shadow:inset 0px 0px 8px rgba(0,0,0,.06);color:#000;font-size:12px;font-weight:100;font-style:italic;opacity:.7}.recaptcha-container{text-align:center}.g-recaptcha{display:inline-block;margin:25px auto 0 auto}.scrollFade{opacity:1;pointer-events:all}.scrollFade--hidden{opacity:0;pointer-events:none}.scrollFade--visible{opacity:1;pointer-events:all}.scrollFade--animate{transition:opacity .4s ease-in-out}.img-fade{opacity:0;transition:opacity 1s ease-out}.set_01{display:flex;flex-flow:row wrap;justify-content:center;margin:0 -8px 0 -8px;width:100%}@media screen and (max-width: 1080px){.set_01{flex-direction:column}}.set_01__card{display:flex;flex-flow:row nowrap;justify-content:center;margin:8px;padding:0;max-width:470px;flex:1 1 380px;border:1px solid #2e2b28;border-radius:8px;overflow:hidden;background-color:rgba(255,255,255,.85);box-shadow:0px 0px 0px rgba(0,0,0,.35)}@media screen and (max-width: 1080px){.set_01__card{margin:8px 0;max-width:none;width:100%;flex:1 auto}}.set_01__card--filler{margin:8px;padding:0;box-shadow:none;border:none;height:0;background-color:rgba(0,0,0,0)}.set_01__image{flex:1 40%;max-width:128px;min-width:90px;max-width:92px;background-size:cover;background-position:center center}@media(min-width: 375px){.set_01__image{max-width:calc(92px + 36 * (100vw - 375px) / 705)}}@media(min-width: 1080px){.set_01__image{max-width:128px}}.set_01__image img{display:none;width:100%;padding-right:15px;height:100%;object-fit:cover;object-position:center center}.set_01__content{flex:1 60%;padding:15px;min-height:75px}.set_01__content p{margin:5px 0}.set_01__title{font-size:17px;font-weight:Normal;line-height:170%}@media(min-width: 375px){.set_01__title{font-size:calc(17px + 0 * (100vw - 375px) / 705)}}@media(min-width: 1080px){.set_01__title{font-size:17px}}.set_01__text{font-size:16px;font-weight:Normal;line-height:170%}@media(min-width: 375px){.set_01__text{font-size:calc(16px + 0 * (100vw - 375px) / 705)}}@media(min-width: 1080px){.set_01__text{font-size:16px}}.set_01__count{font-size:16px;font-weight:Normal;line-height:170%}@media(min-width: 375px){.set_01__count{font-size:calc(16px + 0 * (100vw - 375px) / 705)}}@media(min-width: 1080px){.set_01__count{font-size:16px}}.set_02{display:flex;flex-flow:row wrap;justify-content:center;margin:0 -8px 0 -8px}.set_02__card{position:relative;display:flex;flex-direction:column;margin:8px;padding:8px;flex:1 230px;max-width:290px;background-color:rgba(255,255,255,.85);box-shadow:0px 0px 0px rgba(0,0,0,.35);border-radius:8px;border:1px solid #2e2b28}.set_02__card--filler{margin:0 8px;box-shadow:none;border:none;height:0;background-color:rgba(0,0,0,0)}.set_02__image img{display:block;width:100%;height:100%;max-height:150px;object-fit:cover;object-position:center center;border-radius:8px}.set_02__content{padding:10px}.set_02__content p{margin:0}.set_02__date{margin:0 0 6px 0;font-size:12px;line-height:170%;font-weight:100;color:#4b4b4b}.set_02__title{display:flex;align-items:center;margin:0;font-size:18px;font-weight:Normal;line-height:170%}@media(min-width: 375px){.set_02__title{font-size:calc(18px + 0 * (100vw - 375px) / 705)}}@media(min-width: 1080px){.set_02__title{font-size:18px}}.set_03{display:flex;flex-flow:row wrap;justify-content:center;margin:0 -8px}.set_03__card{align-self:center;flex:1 300px;margin:8px;padding:8px;width:100%;max-width:442px;box-shadow:0px 0px 0px rgba(0,0,0,.35);border-radius:8px;border:1px solid #2e2b28;background-color:rgba(255,255,255,.85)}.set_03__card--filler{margin:0 8px;padding:0 8px;box-shadow:none;border:none;height:0;background-color:rgba(0,0,0,0)}.set_03__image{display:flex}.set_03__image img{display:inline-block;width:100%;height:150px;border-radius:8px;box-sizing:border-box;object-fit:cover}.set_03__content{padding:4px;width:100%;box-sizing:border-box}.set_03__title{display:flex;align-items:center;margin-bottom:4px;width:70%;font-size:17px;font-weight:Normal;line-height:170%}@media(min-width: 375px){.set_03__title{font-size:calc(17px + 0 * (100vw - 375px) / 705)}}@media(min-width: 1080px){.set_03__title{font-size:17px}}.set_03__datetime{padding-left:5px;color:#4b4b4b;font-size:12px;font-weight:100;cursor:default}.set_04{display:flex;flex-flow:row wrap;justify-content:center;align-items:flex-start;margin:0 -10px}.set_04--top{align-items:flex-start}.set_04--bottom{align-items:flex-end}.set_04--stretch{align-items:stretch}.set_04__card{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;flex:1 286px;margin:10px;padding-bottom:25px;width:100%;max-width:350px;background-color:rgba(255,255,255,.85);border-radius:8px;text-align:center;box-sizing:border-box;border:1px solid #2e2b28;box-shadow:0px 0px 0px rgba(0,0,0,.35)}.set_04__card--filler{padding:0;height:0}.set_04__header{width:100%;background-color:#69848b;border-top-left-radius:8px;border-top-right-radius:8px}.set_04__content-wrapper{display:flex;flex-direction:column;justify-content:space-between;align-items:center;height:100%}.set_04__overlay{background-image:url("/assets/images/feature-cards/feature-cards-overlay.png");border-top-left-radius:8px;border-top-right-radius:8px}.set_04__heading{padding-top:10px;padding-bottom:10px;font-weight:300;font-size:17px;font-weight:Normal;line-height:170%;text-transform:uppercase;text-align:center;letter-spacing:1px;color:#fff;text-shadow:0 0 1px #222}@media(min-width: 375px){.set_04__heading{font-size:calc(17px + 0 * (100vw - 375px) / 705)}}@media(min-width: 1080px){.set_04__heading{font-size:17px}}.set_04__description{padding:15px 25px 15px 25px;font-size:16px;font-weight:100;line-height:170%}.set_04__description p{margin:0}.set_04__focus-item-wrapper{margin-bottom:10px;padding:15px 0;max-width:240px;width:70%;border-top:1px solid #2e2b28;border-bottom:1px solid #2e2b28}.set_04__focus-item,.set_04__note{margin:0 auto;font-size:20px;font-family:"Oswald","Geneva","Helvetica";line-height:170%;font-weight:100}.set_04__focus-item span,.set_04__note span{font-size:17px;color:#4b4b4b}.set_04__note{margin:5px auto 0 auto;font-size:16px;color:#4b4b4b}.set_04__features-group{display:flex;flex-direction:column}.set_04__features{margin:10px 0 0 0;padding:0px 25px 15px 25px;text-align:left;font-size:16px;font-weight:Normal;line-height:170%;list-style:none}.set_04__features li{margin:0;padding:4px 0 4px 25px;background:url("/assets/icons/feature-tick.png") no-repeat left center;background-size:20px;font-size:15px}.set_04__text p{margin:0}.set_04__text li{margin:0;padding:0 0 3px 25px;background:url("/assets/images/feture-cards/tick.png") no-repeat left center;background-size:20px;font-size:14px;font-weight:Normal;line-height:170%}@media(min-width: 375px){.set_04__text li{font-size:calc(14px + 0 * (100vw - 375px) / 705)}}@media(min-width: 1080px){.set_04__text li{font-size:14px}}.set_05{display:flex;flex-flow:row wrap;justify-content:center;margin:-10px}@media screen and (max-width: 1080px){.set_05{flex-flow:row wrap}}.set_05--rounded .set_05__image{background-size:cover;border-radius:100%}.set_05__item{display:flex;flex-direction:column;align-items:center;flex:1 220px;margin:20px 10px;max-width:300px;background-color:rgba(0,0,0,0);box-shadow:none;font-size:15px;font-weight:Normal;line-height:170%;text-align:center}@media(min-width: 375px){.set_05__item{font-size:calc(15px + 0 * (100vw - 375px) / 705)}}@media(min-width: 1080px){.set_05__item{font-size:15px}}.set_05__image{width:96px;height:96px;background-size:contain;background-repeat:no-repeat;background-position:center center;border-radius:8px}.set_05__title{margin-top:16px;margin-bottom:14px;font-size:17px;line-height:170%}@media(min-width: 375px){.set_05__title{font-size:calc(17px + 0 * (100vw - 375px) / 705)}}@media(min-width: 1080px){.set_05__title{font-size:17px}}.set_05__text{margin:0}.set_05__text p{margin:0}.set_06{display:grid;grid-template-columns:repeat(auto-fill, minmax(175px, 1fr));grid-gap:25px;padding:0;list-style-type:none}.set_06__item{display:flex;flex-flow:column wrap;justify-content:center;align-content:center;width:100%;height:auto;padding:5px;padding-top:15px;text-align:center;box-sizing:border-box}.set_06__item:hover .set_06__text:before{transition:top .2s ease,opacity .2s ease;opacity:50%;top:-25px}.set_06__item:hover .set_06__text{box-shadow:2px 2px 5px rgba(0,0,0,.15)}.set_06__item--filler{margin:5px;padding:0 5px;box-shadow:none;border:none;height:0;background-color:rgba(0,0,0,0)}.set_06__image{display:block;margin:0 auto;width:96px;height:96px;border-radius:4px;filter:drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.2))}.set_06__text{position:relative;display:block;margin:10px auto 4px auto;padding:6px 12px;background:rgba(255,255,255,.85);border-radius:8px;box-shadow:0px 0px 0px rgba(0,0,0,.35);transition:box-shadow .35s cubic-bezier(0.65, 0.05, 0.36, 1),color .35s cubic-bezier(0.65, 0.05, 0.36, 1)}.set_06__text:before{content:"";position:absolute;left:14px;background-image:url("/assets/icons/download.svg");background-size:cover;background-position:center center;width:14px;height:14px;top:-30px;transform:rotate(90deg);opacity:25%;transition:top .2s ease,opacity .2s ease}.set_06__text--no-icon:before{display:none}.set_07{display:flex;flex-direction:column;align-items:center}.set_07__item{width:100%}.set_07__heading{display:flex;justify-content:center;align-items:center;margin:50px 0;font-size:24px;font-weight:Normal;line-height:170%;text-align:center}@media(min-width: 375px){.set_07__heading{font-size:calc(24px + 8 * (100vw - 375px) / 705)}}@media(min-width: 1080px){.set_07__heading{font-size:32px}}.set_07__heading span{display:inline-block;margin-right:15px;width:20px;height:20px;border-radius:100%}@media(min-width: 1080px){.set_07__heading span{width:calc(20px + 12 * (100vw - 1080px) / 840)}}@media(min-width: 1920px){.set_07__heading span{width:32px}}@media(min-width: 1080px){.set_07__heading span{height:calc(20px + 12 * (100vw - 1080px) / 840)}}@media(min-width: 1920px){.set_07__heading span{height:32px}}.set_07__icon img{margin:0 25px 0 0;width:64px;height:64px;object-fit:contain}.set_07__inner{display:flex;flex-flow:row wrap;justify-content:center;margin:-15px}.set_07__sub-item{flex:1 225px;margin:15px;padding:16px;max-width:350px}.set_07__sub-item--filler{margin:0 15px;padding:0 16px;height:0}.set_07__main{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:15px}.set_07__image-wrapper{position:relative;display:flex}.set_07__image-wrapper:after{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);margin:0 auto;content:"";width:100px;height:100px;border-radius:100%;box-shadow:inset 0 0 10px #000}.set_07__image-wrapper img{width:100px;height:100px;object-fit:cover;object-position:center center;border-radius:100%;background-color:rgba(255,255,255,.85)}.set_07__headings-wrapper{display:flex;flex-direction:column;justify-content:center;flex:1 auto;margin:5px 0 0 0}.set_07__item-heading{display:block;margin:0;font-size:18px;font-weight:Normal;line-height:170%}@media(min-width: 375px){.set_07__item-heading{font-size:calc(18px + 2 * (100vw - 375px) / 705)}}@media(min-width: 1080px){.set_07__item-heading{font-size:20px}}.set_07__item-subheading{display:block;margin:0;font-size:16px;font-weight:Normal;line-height:170%;font-style:italic}@media(min-width: 375px){.set_07__item-subheading{font-size:calc(16px + 0 * (100vw - 375px) / 705)}}@media(min-width: 1080px){.set_07__item-subheading{font-size:16px}}.set_07__link{display:flex;align-items:center}.set_07__link svg{fill:currentColor;margin-right:5px;width:18px;height:18px}.set_07__link a{margin:5px 0;line-height:18px}.set_07__details{display:none}.set_07__links{display:none}.set_08{display:grid;grid-template-columns:repeat(auto-fill, minmax(275px, 1fr));align-items:center;grid-gap:25px}.set_08--5-cols{grid-template-columns:repeat(auto-fill, minmax(314px, 1fr))}@media(max-width: 1440px){.set_08--5-cols{grid-template-columns:repeat(auto-fill, minmax(355.2777777778px, 1fr));grid-gap:47.5px}}@media(max-width: 1024px){.set_08--5-cols{grid-template-columns:repeat(auto-fill, minmax(254.5833333333px, 1fr))}}.set_08--4-cols{grid-template-columns:repeat(auto-fill, minmax(398.75px, 1fr))}@media(max-width: 1440px){.set_08--4-cols{grid-template-columns:repeat(auto-fill, minmax(355.2777777778px, 1fr));grid-gap:47.5px}}@media(max-width: 1024px){.set_08--4-cols{grid-template-columns:repeat(auto-fill, minmax(254.5833333333px, 1fr))}}.set_08--3-cols{grid-template-columns:repeat(auto-fill, minmax(540px, 1fr))}@media(max-width: 1440px){.set_08--3-cols{grid-template-columns:repeat(auto-fill, minmax(355.2777777778px, 1fr));grid-gap:47.5px}}@media(max-width: 1024px){.set_08--3-cols{grid-template-columns:repeat(auto-fill, minmax(254.5833333333px, 1fr))}}.set_08--2-cols{grid-template-columns:repeat(auto-fill, minmax(653px, 1fr))}@media(max-width: 1440px){.set_08--2-cols{grid-template-columns:repeat(auto-fill, minmax(355.2777777778px, 1fr));grid-gap:47.5px}}@media(max-width: 1024px){.set_08--2-cols{grid-template-columns:repeat(auto-fill, minmax(254.5833333333px, 1fr))}}.set_08__card{display:flex;flex-flow:column wrap;background-color:rgba(255,255,255,.85);border:1px solid #2e2b28;border-radius:8px;box-shadow:0px 0px 0px rgba(0,0,0,.35);overflow:hidden}.set_08__card:hover .set_08__image{transform:scale(105%)}.set_08__card--wide{flex:1 100%;max-width:none}.set_08__card--wide .set_08__title{font-size:12px}@media(min-width: 375px){.set_08__card--wide .set_08__title{font-size:calc(12px + 20 * (100vw - 375px) / 1545)}}@media(min-width: 1920px){.set_08__card--wide .set_08__title{font-size:32px}}.set_08__card--wide .set_08__button{font-size:16px;font-weight:Normal}.set_08__card--filler{margin:0 8px;padding:0;box-shadow:none;border:none;height:0;background-color:rgba(0,0,0,0)}.set_08__image-wrapper{display:flex;position:relative;padding-bottom:54.8%;overflow:hidden}.set_08__image{padding-bottom:54.8%;width:100%;border-bottom-left-radius:0px;border-bottom-right-radius:0px;transition:transform .35s cubic-bezier(0.19, 1, 0.22, 1)}.set_08__badges{display:flex;flex-flow:row wrap;justify-content:flex-start;align-items:center;position:absolute;bottom:6px;left:6px}.set_08__badges img{margin:5px;width:16px;height:16px;max-height:unset;background:rgba(255,255,255,.85);padding:5px;border-radius:4px;filter:drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.1))}.set_08__content{display:flex;justify-content:space-between;align-items:center;padding:15px}.set_08__title{padding-right:10px;font-size:12px;font-weight:100}.set_08 .c-button{display:inline-flex;align-items:center;margin:0;text-align:right}.set_09{display:flex;flex-flow:row wrap;justify-content:center;margin:0 -8px 0 -8px}.set_09__card{display:flex;flex-flow:column wrap;margin:8px;max-width:276px;flex:1 225px;background-color:rgba(255,255,255,.85);border:1px solid #2e2b28;border-radius:8px;box-shadow:0px 0px 0px rgba(0,0,0,.35);transition:transform .35s cubic-bezier(0.19, 1, 0.22, 1)}.set_09__card:hover{transform:scale(105%)}.set_09__card--filler{margin:0 8px;padding:0;box-shadow:none;border:none;height:0;background-color:rgba(0,0,0,0)}.set_09__image{padding-bottom:54.8%;width:100%;border-radius:8px;border-bottom-left-radius:0px;border-bottom-right-radius:0px}.set_09__content{display:flex;justify-content:space-between;align-items:center;padding:15px}.set_09__title{text-align:center;margin:0 auto;font-size:12px;font-weight:100;line-height:170%}.set_09__button{display:inline;margin:0;text-align:right}.set_10{display:flex;flex-flow:row wrap;justify-content:center;margin:0 -8px}.set_10__item{position:relative;flex:1 215px;max-width:290px;margin:8px;padding:8px;border:1px solid #2e2b28;border-radius:8px;background-color:rgba(255,255,255,.85)}.set_10__item--filler{margin:0 8px;padding:0 8px;box-shadow:none;border:none;height:0;background-color:rgba(0,0,0,0)}.set_10__image{display:inline-block;width:100%;padding-bottom:62.5%;border-radius:8px;background-size:cover;background-position:center center}.set_10__content{display:flex;padding:4px 0;flex-flow:row wrap}.set_10__title{margin:0 auto;text-align:center;font-size:17px;line-height:170%;font-weight:Normal}.set_10__price{position:absolute;top:14px;left:0;margin-left:15px;padding:4px 8px;border-radius:4px;background-color:gold;color:#222;font-size:15px;font-weight:Normal;line-height:170%}.set_11{display:flex;flex-flow:row wrap;justify-content:center}.set_11__item{position:relative;flex:1 275px;text-align:center;margin:5px;width:100%;height:425px;overflow:hidden;text-decoration:none;box-shadow:0px 0px 0px rgba(0,0,0,.35);border-radius:8px}.set_11__item:hover .set_11__price{margin-top:10px;opacity:1;transition:opacity .2s ease,margin-top .2s ease}.set_11__item:hover .set_11__image{opacity:.8;transition:opacity .2s ease}.set_11__image{height:100%;opacity:1;transition:opacity .2s ease;background-size:cover;background-position:center center}.set_11__content{position:absolute;left:4px;top:4px;max-width:80%;text-align:left}.set_11__title{padding:8px;border-radius:8px;font-size:22px;font-weight:Normal;line-height:170%;color:#fff;text-shadow:0px 0px 4px rgba(0,0,0,.2);background:#000}.set_11__price{display:inline-block;margin-top:20px;padding:4px 8px;border-radius:8px;background-color:gold;color:#222;font-size:15px;font-weight:Normal;line-height:170%;opacity:0;transition:opacity .2s ease,margin-top .2s ease}.set_12{display:flex;flex-direction:column;justify-content:center;margin:0 -8px 0 -8px}.set_12__card{position:relative;display:flex;flex-direction:row;margin:8px;padding:8px;flex:1 100%;background-color:rgba(255,255,255,.85);box-shadow:0px 0px 0px rgba(0,0,0,.35);border-radius:8px;border:1px solid #2e2b28}@media screen and (max-width: 1080px){.set_12__card{flex-flow:row wrap;flex:1 auto}}.set_12__card--filler{margin:0 8px;box-shadow:none;border:none;height:0;background-color:rgba(0,0,0,0)}.set_12__image{flex:1 35%}@media screen and (max-width: 1080px){.set_12__image{flex:1 100%}}.set_12__image img{display:block;width:100%;height:100%;height:200px;object-fit:cover;object-position:center center;border-radius:8px;border-top-right-radius:0;border-bottom-right-radius:0}@media screen and (max-width: 1080px){.set_12__image img{max-height:150px;border-radius:8px}}.set_12__content{flex:1 65%;padding:10px 25px}@media screen and (max-width: 1080px){.set_12__content{padding:10px 15px 25px 15px;flex:1 100%}}.set_12__content p{margin:0}.set_12__date{margin:6px 0;font-size:12px;line-height:170%;font-weight:100;color:#4b4b4b}.set_12__title{margin:15px 0 10px 0;font-size:17px;font-weight:Normal;line-height:170%}.set_13{display:flex;flex-flow:row wrap}.set_13__item{position:relative;display:flex;position:relative;justify-content:center;flex-direction:column;align-items:center;flex:1 400px}.set_13__inner-wrapper{width:100%;filter:saturate(60%);transition:filter .2s ease;color:inherit}.set_13__inner-wrapper:hover{filter:saturate(100%);transition:filter .2s ease}.set_13__inner-wrapper:hover .set_13__content{opacity:1;transition:opacity .3s ease}.set_13__image{display:flex;margin:10px}.set_13__image img{left:0;right:0;margin:0 auto;width:100%;height:100%;min-height:200px;max-height:auto;max-height:530px;box-sizing:border-box;border-radius:8px;object-fit:cover;object-position:center center}.set_13__image--contain img{object-fit:contain}.set_13__content{position:absolute;top:50%;transform:translateY(-50%);left:0;right:0;margin:10px;padding:20px 25px;display:flex;flex-direction:column;align-items:center;background:#fff;box-shadow:0px 0px 150px #fff;opacity:.8;transition:opacity .3s ease}.set_13__content h1,.set_13__content h2,.set_13__content h3,.set_13__content h4,.set_13__content h5,.set_13__content h6{margin:0;text-align:center;color:inherit}.set_14{display:grid;grid-template-columns:repeat(auto-fill, minmax(390px, 1fr));grid-gap:0px 15px}@media(max-width: 1080px){.set_14{grid-template-columns:repeat(auto-fill, minmax(315px, 1fr))}}.set_14--center{text-align:center}.set_14--right{text-align:right}.set_14__item{padding:16px;border-radius:8px}.set_14__question{display:inline-block;margin:0 0 10px 0;border-bottom:4px solid currentColor;padding-bottom:10px;font-size:22px;font-weight:Normal;line-height:170%}@media(min-width: 375px){.set_14__question{font-size:calc(22px + 4 * (100vw - 375px) / 705)}}@media(min-width: 1080px){.set_14__question{font-size:26px}}.set_14__answer{font-size:15px;font-weight:Normal;line-height:170%}@media(min-width: 375px){.set_14__answer{font-size:calc(15px + 3 * (100vw - 375px) / 705)}}@media(min-width: 1080px){.set_14__answer{font-size:18px}}.set_15{display:flex;flex-flow:row wrap}.set_15__card{position:relative;flex:1 400px;margin:8px;border-radius:8px}.set_15__card:before{position:absolute;z-index:2;top:0;left:0;padding-bottom:56.25%;content:"";width:100%;height:0;border-radius:8px;background:#000;background:-moz-linear-gradient(180deg, rgb(0, 0, 0) -60%, rgba(255, 255, 255, 0) 100%);background:-webkit-linear-gradient(180deg, rgb(0, 0, 0) -60%, rgba(255, 255, 255, 0) 100%);background:linear-gradient(180deg, rgb(0, 0, 0) -60%, rgba(255, 255, 255, 0) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);transition:opacity .2s ease-out}.set_15__card:hover:before{opacity:0;transition:opacity .2s ease-out}.set_15__card:hover .set_15__content{margin-top:-25px;opacity:0;transition:margin-top .3s ease-out,opacity .1s ease-out;pointer-events:none}.set_15__card--featured{flex:1 100%;max-height:530px}.set_15__card img{position:absolute;z-index:1;width:100%;height:100%;border-radius:8px;object-fit:cover;object-position:center center}.set_15__content{position:absolute;z-index:2;top:0;left:0;transition:margin-top .1s ease-out;padding:20px}.set_15__eyebrow{line-height:100%;color:#000;opacity:.7}.set_15__heading{margin:15px 0;line-height:100%;font-weight:400;color:rgba(255,255,255,.8);font-size:26.6666666667px}.set_15__details{margin:0;line-height:100%;color:#626262}.set_15__spacer{height:0;padding-bottom:56.25%}.l-staff-layout{display:flex;flex-direction:row}@media(max-width: 1080px){.l-staff-layout{flex-direction:column}}.l-staff-layout__left-column{flex:1 20%;padding:15px 15px 0 0;max-width:240px;text-align:center;border-right:1px solid #dedede;font-size:12px;font-weight:100;line-height:170%}@media(max-width: 1080px){.l-staff-layout__left-column{margin-bottom:25px;padding:0 0 35px 0;max-width:none;border-bottom:1px solid #dedede;border-right:none}}.l-staff-layout__right-column{flex:1 80%;padding:0 0 0 25px}.l-staff-layout__right-column h1{margin-bottom:25px;font-weight:600}.l-staff-layout__profile-image{margin:0 0 15px 0;width:125px;height:125px;border-radius:100%;box-shadow:0px 0px 0px rgba(0,0,0,.35)}.l-staff-layout__role{margin:0 0 15px 0}.l-staff-layout__social-links{display:flex;justify-content:center;flex-flow:row wrap;margin:0 0 15px 0}@media(max-width: 1080px){.l-staff-layout__social-links{margin:0 auto;max-width:350px}}.l-staff-layout__icon{display:inline-block;margin:5px;width:32px;height:32px;transition:filter .3s ease}.l-staff-layout__icon:hover{filter:contrast(140%);transition:filter .3s ease}.l-staff-layout__facebook-icon{background-image:url("/assets/icons/social/facebook.png");background-size:contain;border-radius:100%}.l-staff-layout__twitter-icon{background-image:url("/assets/icons/social/twitter.png");background-size:contain;border-radius:100%}.l-staff-layout__instagram-icon{background-image:url("/assets/icons/social/instagram.png");background-size:contain;border-radius:100%}.l-staff-layout__soundcloud-icon{background-image:url("/assets/icons/social/soundcloud.png");background-size:contain;border-radius:100%}.l-staff-layout__pinterest-icon{background-image:url("/assets/icons/social/pinterest.png");background-size:contain;border-radius:100%}.l-staff-layout__email-icon{background-image:url("/assets/icons/social/email.png");background-size:contain;border-radius:100%}.l-staff-layout__website-icon{background-image:url("/assets/icons/social/website.png");background-size:contain;border-radius:100%}.l-staff-layout__blurb{margin:0}@media(max-width: 1080px){.l-staff-layout__blurb{margin:0 auto;max-width:350px}}.l-staff-layout__recent-posts{margin-top:25px}.l-staff-layout__recent-posts h3{margin-bottom:15px;font-size:18px;line-height:170%;font-weight:Normal}.l-staff-layout__post-wrapper{margin:10px 0}.l-staff-layout__post-wrapper p{margin:0}.l-staff-layout__date{margin:0;font-size:12px}.l-staff-layout__post{display:flex;flex-direction:row;align-items:center;padding:6px 26px 6px 6px;background-color:rgba(255,255,255,.85);box-shadow:0px 0px 0px rgba(0,0,0,.35);border-radius:8px;font-size:16px;font-weight:Normal;line-height:170%}.l-staff-layout__post img{width:64px;height:48px}.l-staff-layout__post p{margin:0 0 0 15px}.l-event__heading{padding-bottom:10px}.l-event__dates{margin-bottom:50px;text-align:center;font-size:20px;font-weight:Normal;line-height:170%}.l-event__banner{width:100%;max-height:300px;object-fit:cover;border-radius:8px}.l-event .c-button{display:inline-block;margin:25px 15px 0 0}.l-event__booking .c-button{margin-left:0}.l-event__registration{margin-top:15px;font-size:14px;font-style:italic}.l-product-layout__heading{margin-bottom:25px}.l-product-layout__wrapper{display:flex;flex-flow:row wrap;align-items:flex-start}@media screen and (max-width: 1080px){.l-product-layout__wrapper{flex-direction:column}}.l-product-layout__left-column{flex:1 40%}@media screen and (max-width: 1080px){.l-product-layout__left-column{flex:1 auto;width:100%}}.l-product-layout__image-wrapper{position:relative;margin-bottom:5px}.l-product-layout__main-image{width:100%;cursor:pointer}.l-product-layout__images-button{content:"";position:absolute;right:8px;bottom:14px;width:48px;height:48px;border-radius:100%;background:url("/assets/icons/images.svg");background-size:32px;background-color:red;background-position:center center;background-repeat:no-repeat;background-color:rgba(255,255,255,.3);transition:background-color .2s ease-in-out;cursor:pointer}.l-product-layout__images-button:hover{background-color:rgba(255,255,255,.45);transition:background-color .2s ease-in-out}.l-product-layout__right-column{flex:1 60%;padding:0 25px;box-sizing:border-box}@media screen and (max-width: 1080px){.l-product-layout__right-column{flex:1 auto;padding:0}}.l-product-layout__button-wrapper{display:flex;align-items:center;margin-left:-8px}.l-product-layout__price-note{margin:0;font-size:12px;font-weight:100;font-style:italic;opacity:.7}.l-product-layout .c-image-gallery{padding:0}.l-portfolio__description{padding-bottom:95px}.l-article .general-content{padding-bottom:75px}span.blue{color:blue}span.green{color:green}span.yellow{color:#ff0}span.orange{color:orange}span.red{color:red}span.pink{color:pink}span.purple{color:purple}span.black{color:#000}span.grey{color:gray}span.white{color:#fff}span.float-left{float:left}span.float-right{float:right}.align-to-left{text-align:left}.align-to-center{text-align:center}.align-to-right{text-align:right}.justify{text-align:justify;text-justify:inter-word}@media all,bookshop{.c-accordion__item:first-child{border-top:1px solid rgba(0,0,0,.2)}.c-accordion__heading-label{display:flex;align-items:center;position:relative;padding:25px 0;cursor:pointer}.c-accordion__heading-label svg{position:absolute;left:0;top:29px;transform:rotate(0deg);margin-top:0;width:36px;height:36px;will-change:transform,margin-top;transition:transform .2s ease}.c-accordion__heading-wrapper{display:flex;align-items:center}.c-accordion__heading-wrapper img{margin-right:15px;padding-left:45px;width:32px;height:32px;object-fit:contain}.c-accordion__heading{margin-left:45px;font-size:32px}.c-accordion__heading--no-image{padding-left:45px}.c-accordion__content-wrapper{position:relative;padding:0px 45px;border-bottom:1px solid rgba(0,0,0,.2)}.c-accordion__content{max-height:0px;overflow:hidden}.c-accordion input[type=checkbox]:checked~.c-accordion__content-wrapper{padding:25px 45px}.c-accordion input[type=checkbox]:checked~.c-accordion__content-wrapper .c-accordion__content{max-height:9999999px}.c-accordion input[type=checkbox]:checked~.c-accordion__heading-label svg{transform:rotate(90deg);transition:transform .2s ease}.c-accordion input{position:fixed;top:-5px;left:-5px;width:1px;height:1px;opacity:0;pointer-events:none;visibility:hidden}.c-article-categories__wrapper{display:flex;flex-direction:column;align-items:center}.c-article-categories .set_01{width:100%}.c-article-categories .c-button{margin-top:50px}.c-authors{margin:0px -15px 15px -15px;padding:0;border-top:1px solid rgba(0,0,0,.1)}.c-authors__author{display:inline-flex;flex-flow:row nowrap;align-items:center;margin:15px}.c-authors__author p{margin:0 0 0 15px}.c-authors__image{width:52px;height:52px;border-radius:4px;object-fit:cover}.c-banner{position:relative;width:100%}.c-banner--no-bottom-padding{padding-bottom:0}.c-banner--no-bottom-padding.component{margin-bottom:0 !important}.c-banner--no-top-padding{margin-top:-110px}}@media(min-width: 375px),bookshop and (min-width: 375px){.c-banner--no-top-padding{margin-top:calc(-110px + 15 * (100vw - 375px) / 1545)}}@media(min-width: 1920px),bookshop and (min-width: 1920px){.c-banner--no-top-padding{margin-top:-95px}}@media all,bookshop{.c-banner.component--bleed{width:100vw}.c-banner.component--bleed .c-banner__inner{padding:0;box-sizing:content-box}}@media all,bookshop{.c-banner.component{padding-bottom:0;margin-bottom:47.5px}}@media(min-width: 375px),bookshop and (min-width: 375px){.c-banner.component{margin-bottom:calc(47.5px + 47.5 * (100vw - 375px) / 1545)}}@media(min-width: 1920px),bookshop and (min-width: 1920px){.c-banner.component{margin-bottom:95px}}@media all,bookshop{.c-banner__heading{display:flex;position:relative;z-index:2}.c-banner__heading.component_heading{margin:0;padding:0}.c-banner__heading.component_heading h2{color:inherit}}@media all,bookshop{.c-banner__background-wrapper{clip:rect(0, auto, auto, 0);position:absolute;z-index:0;top:0;left:0;width:120%;max-width:inherit;height:100%}}@media all,bookshop{.c-banner__background-image{position:fixed;display:block;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center center;-webkit-transform:translateZ(0);transform:translateZ(0);will-change:transform}}@media all,bookshop{.c-banner__inner{display:flex;align-items:center;justify-content:flex-start;padding:0;padding-left:30px;padding-right:30px;width:100%;box-sizing:border-box}}@media(min-width: 375px),bookshop and (min-width: 375px){.c-banner__inner{padding-left:calc(30px + 70 * (100vw - 375px) / 1545)}}@media(min-width: 1920px),bookshop and (min-width: 1920px){.c-banner__inner{padding-left:100px}}@media(min-width: 375px),bookshop and (min-width: 375px){.c-banner__inner{padding-right:calc(30px + 70 * (100vw - 375px) / 1545)}}@media(min-width: 1920px),bookshop and (min-width: 1920px){.c-banner__inner{padding-right:100px}}@media all,bookshop{.c-banner__inner--text-center{justify-content:center}}@media all,bookshop{.c-banner__inner--text-right{justify-content:flex-end}}@media all,bookshop{.c-banner__seo-term{position:absolute;top:-9999px;left:-9999px;max-width:1px;max-height:1px;color:rgba(0,0,0,0);font-size:0;user-select:none;opacity:0}}@media all,bookshop{.page-components__section:last-child .page-components__inner .component-wrapper:last-child .c-banner.c-banner--no-bottom-padding{margin-bottom:-100px}}@media all,bookshop{.c-big-numbered-list{margin:0 auto;padding-left:75px;box-sizing:border-box}.c-big-numbered-list li{padding:20px 0;counter-increment:li;list-style-type:none}.c-big-numbered-list li:before{position:absolute;content:counter(li);display:flex;justify-content:center;align-items:center;text-align:center;margin-left:-55px;margin-top:-8px;width:40px;height:40px;background-color:#fff;border:1px solid #d3d3d3;border-radius:50px;box-shadow:inset 0px 0px 6px rgba(0,0,0,.18);font-size:12px;font-weight:100;line-height:170%;text-align:center}.c-big-numbered-list li p{margin:0}.c-big-numbered-list li p img,.c-big-numbered-list li p iframe,.c-big-numbered-list li p table{margin:30px 0}.c-big-numbered-list li blockquote,.c-big-numbered-list li table,.c-big-numbered-list li iframe{margin-top:25px}}@media all,bookshop{.c-bookings__wrapper{display:grid;grid-template-columns:repeat(auto-fill, minmax(420px, 1fr));grid-gap:18px;justify-content:center;justify-items:center;align-items:stretch}.c-bookings__wrapper--single-item{grid-template-columns:repeat(auto-fit, minmax(420px, 1fr))}}@media(max-width: 1080px),bookshop and (max-width: 1080px){.c-bookings__wrapper{grid-template-columns:repeat(auto-fill, minmax(275px, 1fr))}.c-bookings__wrapper--single-item{grid-template-columns:repeat(auto-fit, minmax(275px, 1fr))}}@media all,bookshop{.c-bookings__item{position:relative;display:flex}.c-bookings__item:hover .c-bookings__title-block{height:100%;max-height:900px;transition:top .5s ease;border-top-left-radius:8px;border-top-right-radius:8px;background:rgba(255,255,255,.8);background:-moz-linear-gradient(25deg, rgba(255, 255, 255, 0.85) 20%, rgba(0, 0, 0, 0.4) 100%);background:-webkit-linear-gradient(25deg, rgba(255, 255, 255, 0.85) 20%, rgba(0, 0, 0, 0.4) 100%);background:linear-gradient(25deg, rgba(255, 255, 255, 0.85) 20%, rgba(0, 0, 0, 0.4) 100%);transition:background .6s ease,height .4s ease,max-height .4s ease,border-radius .4s ease}.c-bookings__item:hover .c-bookings__details{margin-top:15px;max-height:600px;opacity:1;pointer-events:all;transition:opacity 2s ease,max-height .4s ease}}@media(max-width: 1080px),bookshop and (max-width: 1080px){.c-bookings__item:hover .c-bookings__title-block{height:70%;max-height:100px;border-top-left-radius:0px;border-top-right-radius:0px}.c-bookings__item:hover .c-bookings__details{margin:0;max-height:0px;opacity:0}}@media all,bookshop{.c-bookings__item .block-alignment{position:absolute;top:5px;right:5px}}@media all,bookshop{.c-bookings__item .c-button{box-shadow:0px 0px 4px rgba(0,0,0,.6)}}@media all,bookshop{.c-bookings__image-wrapper{position:relative;display:flex}.c-bookings__image-wrapper img{width:100%;max-height:380px;object-fit:cover;object-position:center center}}@media all,bookshop{.c-bookings__title-block{position:absolute;left:0;bottom:0;padding:20px;width:100%;height:30%;max-height:100px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;border-top-left-radius:0;border-top-right-radius:0;background:rgba(255,255,255,.8);background:-moz-linear-gradient(25deg, rgba(255, 255, 255, 0.85) 20%, rgba(255, 255, 255, 0) 100%);background:-webkit-linear-gradient(25deg, rgba(255, 255, 255, 0.85) 20%, rgba(255, 255, 255, 0) 100%);background:linear-gradient(25deg, rgba(255, 255, 255, 0.85) 20%, rgba(255, 255, 255, 0) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="$component-colour",endColorstr="#ffffff",GradientType=1);box-sizing:border-box;transition:background .2s ease,height .4s ease,max-height .4s ease,border-radius .4s ease}}@media(max-width: 1080px),bookshop and (max-width: 1080px){.c-bookings__title-block{height:70%}}@media all,bookshop{.c-bookings__title{margin:0;font-size:25px;font-size:16px;font-weight:900;color:#f50404;overflow:hidden}}@media(min-width: 375px),bookshop and (min-width: 375px){.c-bookings__title{font-size:calc(16px + 9 * (100vw - 375px) / 705)}}@media(min-width: 1080px),bookshop and (min-width: 1080px){.c-bookings__title{font-size:25px}}@media all,bookshop{.c-bookings__price,.c-bookings__subtext{margin:0 0 0 0;font-style:italic}}@media all,bookshop{.c-bookings__price{padding-left:5px;font-size:18px;font-size:14px;color:#000}}@media(min-width: 375px),bookshop and (min-width: 375px){.c-bookings__price{font-size:calc(14px + 4 * (100vw - 375px) / 705)}}@media(min-width: 1080px),bookshop and (min-width: 1080px){.c-bookings__price{font-size:18px}}@media all,bookshop{.c-bookings__subtext{font-size:14px}}@media all,bookshop{.c-bookings__details{margin:0;max-height:0px;opacity:0;font-size:16px;pointer-events:none;transition:opacity 0s ease,max-height .4s ease}}@media all,bookshop{.c-button,.button,input.c-button,input.button,.c-form .c-button{display:flex;align-items:center;position:relative;z-index:1;margin:8px 8px;padding:8px 18px;background-color:rgba(255,255,255,.85);border-radius:20px;border:1px solid #2e2b28;box-shadow:0px 0px 0px rgba(0,0,0,.35);color:#000;transition:box-shadow .2s ease,color .1s ease-out,background-color .1s ease-out;cursor:pointer}.c-button:hover,.button:hover,input.c-button:hover,input.button:hover,.c-form .c-button:hover{box-shadow:none;color:#000;cursor:pointer}.c-button--plain-text,.button--plain-text,input.c-button--plain-text,input.button--plain-text,.c-form .c-button--plain-text{background-color:rgba(0,0,0,0);border:none;box-shadow:unset;color:#f50404}.c-button--plain-text:hover,.button--plain-text:hover,input.c-button--plain-text:hover,input.button--plain-text:hover,.c-form .c-button--plain-text:hover{background-color:rgba(0,0,0,0);border:none;box-shadow:unset;color:#f50404}.c-button--light,.button--light,input.c-button--light,input.button--light,.c-form .c-button--light{border:1px solid #2e2b28;background-color:rgba(255,255,255,.7);color:#101010}.c-button--light:hover,.button--light:hover,input.c-button--light:hover,input.button--light:hover,.c-form .c-button--light:hover{border:1px solid #2e2b28;background-color:#fff;color:#000}.c-button--dark,.button--dark,input.c-button--dark,input.button--dark,.c-form .c-button--dark{border:1px solid rgba(0,0,0,0);background-color:#171717;color:#fff !important}.c-button--dark:hover,.button--dark:hover,input.c-button--dark:hover,input.button--dark:hover,.c-form .c-button--dark:hover{border:1px solid rgba(0,0,0,0);background-color:#000;color:#fff !important}.c-button--expanded,.button--expanded,input.c-button--expanded,input.button--expanded,.c-form .c-button--expanded{z-index:2}.c-button--disabled,.button--disabled,input.c-button--disabled,input.button--disabled,.c-form .c-button--disabled{opacity:.6;user-select:none}.c-button--disabled:hover,.button--disabled:hover,input.c-button--disabled:hover,input.button--disabled:hover,.c-form .c-button--disabled:hover{cursor:not-allowed}.c-button__options,.button__options,input.c-button__options,input.button__options,.c-form .c-button__options{position:absolute;z-index:9;display:flex;flex-direction:column;left:0;right:0;top:44px;margin:0;height:100%;opacity:0;text-align:center;pointer-events:none;transition:opacity .3s ease-in-out}.c-button__options--visible,.button__options--visible,input.c-button__options--visible,input.button__options--visible,.c-form .c-button__options--visible{opacity:1;pointer-events:all;transition:opacity .3s ease-in-out}.c-button__option,.button__option,input.c-button__option,input.button__option,.c-form .c-button__option{position:relative;z-index:9;margin:0;border-top:0px solid rgba(0,0,0,0)}.c-button__option:hover,.button__option:hover,input.c-button__option:hover,input.button__option:hover,.c-form .c-button__option:hover{border-top:0px solid rgba(0,0,0,0)}.c-button__option-text,.button__option-text,input.c-button__option-text,input.button__option-text,.c-form .c-button__option-text{pointer-events:none}.c-button__text,.button__text,input.c-button__text,input.button__text,.c-form .c-button__text{font-size:16px}.c-button svg,.button svg,input.c-button svg,input.button svg,.c-form .c-button svg{padding-left:5px;width:16px;height:16px}}@media all,bookshop{.c-buttons--no-top-padding{margin-top:-47.5px}}@media(min-width: 375px),bookshop and (min-width: 375px){.c-buttons--no-top-padding{margin-top:calc(-47.5px + -47.5 * (100vw - 375px) / 1545)}}@media(min-width: 1920px),bookshop and (min-width: 1920px){.c-buttons--no-top-padding{margin-top:-95px}}@media all,bookshop{.c-buttons--no-padding{padding-bottom:0}}@media all,bookshop{.c-buttons__wrap{display:flex;flex-flow:row wrap;margin:0 -8px}.c-buttons__wrap--center{justify-content:center}.c-buttons__wrap--right{justify-content:flex-end}.c-buttons__wrap--stacked{flex-flow:unset;flex-direction:column}.c-buttons__wrap--stacked .c-button{align-self:flex-start}}@media all,bookshop{.c-buttons__wrapper{z-index:2}}@media all,bookshop{.c-buttons--center.c-buttons--stacked .c-button{align-self:center}}@media all,bookshop{.c-buttons--right.c-buttons--stacked .c-button{align-self:flex-end}}@media all,bookshop{.c-call-to-action-block{margin-left:-30px;margin-right:-30px;margin-bottom:15px;padding-top:80px;padding-right:30px;padding-bottom:80px;padding-left:30px;position:relative;margin:0 auto;overflow:hidden}}@media(min-width: 375px),bookshop and (min-width: 375px){.c-call-to-action-block{margin-left:calc(-30px + -70 * (100vw - 375px) / 1545)}}@media(min-width: 1920px),bookshop and (min-width: 1920px){.c-call-to-action-block{margin-left:-100px}}@media(min-width: 375px),bookshop and (min-width: 375px){.c-call-to-action-block{margin-right:calc(-30px + -70 * (100vw - 375px) / 1545)}}@media(min-width: 1920px),bookshop and (min-width: 1920px){.c-call-to-action-block{margin-right:-100px}}@media(min-width: 375px),bookshop and (min-width: 375px){.c-call-to-action-block{margin-bottom:calc(15px + 35 * (100vw - 375px) / 1545)}}@media(min-width: 1920px),bookshop and (min-width: 1920px){.c-call-to-action-block{margin-bottom:50px}}@media(min-width: 375px),bookshop and (min-width: 375px){.c-call-to-action-block{padding-top:calc(80px + 15 * (100vw - 375px) / 1545)}}@media(min-width: 1920px),bookshop and (min-width: 1920px){.c-call-to-action-block{padding-top:95px}}@media(min-width: 375px),bookshop and (min-width: 375px){.c-call-to-action-block{padding-right:calc(30px + 70 * (100vw - 375px) / 1545)}}@media(min-width: 1920px),bookshop and (min-width: 1920px){.c-call-to-action-block{padding-right:100px}}@media(min-width: 375px),bookshop and (min-width: 375px){.c-call-to-action-block{padding-bottom:calc(80px + 15 * (100vw - 375px) / 1545)}}@media(min-width: 1920px),bookshop and (min-width: 1920px){.c-call-to-action-block{padding-bottom:95px}}@media(min-width: 375px),bookshop and (min-width: 375px){.c-call-to-action-block{padding-left:calc(30px + 70 * (100vw - 375px) / 1545)}}@media(min-width: 1920px),bookshop and (min-width: 1920px){.c-call-to-action-block{padding-left:100px}}@media all,bookshop{.c-call-to-action-block.component{max-width:none}}@media all,bookshop{.c-call-to-action-block--reduce-top-padding{margin-top:-calc(80px)}}@media(min-width: 375px),bookshop and (min-width: 375px){.c-call-to-action-block--reduce-top-padding{margin-top:calc(-calc(80px) + -95px--calc(80px) * (100vw - 375px) / 1545)}}@media(min-width: 1920px),bookshop and (min-width: 1920px){.c-call-to-action-block--reduce-top-padding{margin-top:-95px}}@media all,bookshop{.c-call-to-action-block--reduce-bottom-margin{margin-bottom:0}}@media all,bookshop{.c-call-to-action-block--full-image .c-call-to-action-block__image img{max-height:none}}@media all,bookshop{.c-call-to-action-block__background{position:absolute;top:0;left:0;width:100%;height:100%}}@media all,bookshop{.c-call-to-action-block__block{display:flex;position:relative;flex-flow:row wrap;margin:0 auto;padding:35px;max-width:1920px;background-color:rgba(255,255,255,.85);border-radius:10px;box-shadow:5px 10px 20px rgba(0,0,0,.4);box-sizing:border-box}}@media screen and (max-width: 1080px){.c-call-to-action-block__block{flex-direction:column}}@media all,bookshop{.c-call-to-action-block__image{display:flex;align-items:flex-start;flex:1 30%}.c-call-to-action-block__image--v-center{align-items:center}.c-call-to-action-block__image--v-bottom{align-items:flex-end}}@media screen and (max-width: 1080px){.c-call-to-action-block__image{margin-bottom:25px;max-width:none}}@media all,bookshop{.c-call-to-action-block__image img{width:100%;height:100%;min-width:250px;max-height:250px;object-fit:cover;border-radius:4px}}@media all,bookshop{.c-call-to-action-block__inner{padding-bottom:100%;background-position:center center;background-size:cover;border-radius:8px}}@media screen and (max-width: 1080px){.c-call-to-action-block__inner{padding-bottom:40%}}@media all,bookshop{.c-call-to-action-block__content{flex:1 40%;padding:0 0 0 50px;display:flex;flex-direction:column;justify-content:center;align-items:center}}@media screen and (max-width: 1080px){.c-call-to-action-block__content{flex:1 auto;padding:0}}@media all,bookshop{.c-call-to-action-block__heading h2{line-height:170%}.c-call-to-action-block__heading.component_heading{padding-bottom:25px}}@media all,bookshop{.c-call-to-action-block__text p{margin:5px 0 15px 0}}@media all,bookshop{.c-call-to-action-block__buttons{margin:20px 0 0 -8px;width:100%;font-size:16px;font-weight:Normal}}@media screen and (max-width: 1080px){.c-call-to-action-block__buttons{display:flex;justify-content:center}}@media all,bookshop{.c-call-to-action-block__buttons .c-buttons{padding-bottom:0}}@media all,bookshop{.c-call-to-action-block__buttons .button{padding:12px 22px}}@media all,bookshop{.c-call-to-action-cards .set_13__inner-wrapper:hover{filter:saturate(130%)}.c-call-to-action-cards .set_13__image{margin:1px;filter:brightness(50%);transition:filter .2s ease}.c-call-to-action-cards .set_13__image img{border-radius:0;max-height:380px}.c-call-to-action-cards .set_13__content{background:rgba(0,0,0,0);box-shadow:none}.c-call-to-action-cards .set_13 .c-button{margin-top:16px}.c-call-to-action-cards .set_13 .c-button__text{font-size:16px}}@media all,bookshop{.c-call-to-action-detailed{position:relative}.c-call-to-action-detailed--bg{padding-top:47.5px}}@media(min-width: 375px),bookshop and (min-width: 375px){.c-call-to-action-detailed--bg{padding-top:calc(47.5px + 47.5 * (100vw - 375px) / 1545)}}@media(min-width: 1920px),bookshop and (min-width: 1920px){.c-call-to-action-detailed--bg{padding-top:95px}}@media all,bookshop{.c-call-to-action-detailed__bg{position:absolute;z-index:0;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);width:100vw;height:100%}}@media all,bookshop{.c-call-to-action-detailed__grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(auto-fill, minmax(400px, 1fr));grid-gap:40px}}@media(max-width: 450px),bookshop and (max-width: 450px){.c-call-to-action-detailed__grid{grid-template-columns:repeat(auto-fill, minmax(250px, 1fr))}}@media all,bookshop{.c-call-to-action-detailed__grid h1,.c-call-to-action-detailed__grid h2,.c-call-to-action-detailed__grid h3,.c-call-to-action-detailed__grid h4,.c-call-to-action-detailed__grid h5,.c-call-to-action-detailed__grid h6{color:inherit}}@media all,bookshop{.c-call-to-action-detailed__grid .component_heading h2{font-weight:700;letter-spacing:-1px}}@media all,bookshop{.c-call-to-action-detailed__grid .c-buttons{margin-left:-8px}}@media all,bookshop{.c-call-to-action-detailed__upper-heading{margin-bottom:15px;font-size:32px;opacity:.5}.c-call-to-action-detailed__upper-heading--uppercase{text-transform:uppercase}}@media all,bookshop{.c-call-to-action-detailed__content h1,.c-call-to-action-detailed__content h2,.c-call-to-action-detailed__content h3{margin:30px 0 10px 0}.c-call-to-action-detailed__content h1:first-child,.c-call-to-action-detailed__content h2:first-child,.c-call-to-action-detailed__content h3:first-child{margin-top:0}}@media all,bookshop{.c-call-to-action{display:flex;flex-flow:row wrap}}@media screen and (max-width: 1080px){.c-call-to-action{flex-direction:column}}@media all,bookshop{.c-call-to-action__image{flex:1 auto;max-width:400px}}@media screen and (max-width: 1080px){.c-call-to-action__image{margin-bottom:25px;max-width:none}}@media all,bookshop{.c-call-to-action__image img{width:100%;height:100%;max-height:none;object-fit:cover}}@media all,bookshop{.c-call-to-action__inner{padding-bottom:100%;background-position:center center;background-size:cover;border-radius:8px}}@media screen and (max-width: 1080px){.c-call-to-action__inner{padding-bottom:40%}}@media all,bookshop{.c-call-to-action__content{flex:1 250px;padding:0 0 0 50px;display:flex;flex-direction:column;justify-content:center;align-items:center}}@media screen and (max-width: 1080px){.c-call-to-action__content{flex:1 auto;padding:0}}@media all,bookshop{.c-call-to-action__heading h2{line-height:170%}.c-call-to-action__heading.component_heading{padding-bottom:0}}@media all,bookshop{.c-call-to-action__buttons{margin:20px 0 0 -8px;width:100%;font-size:16px;font-weight:Normal}}@media screen and (max-width: 1080px){.c-call-to-action__buttons{display:flex;justify-content:center}}@media all,bookshop{.c-call-to-action__buttons .c-buttons{padding-bottom:0}}@media all,bookshop{.c-call-to-action__buttons .button{padding:12px 22px}}@media all,bookshop{.c-callout__wrapper{position:relative;padding:14px 55px;border:1px solid rgba(0,114,227,.13);border-left:4px solid #0079f0;border-radius:4px;background-color:rgba(16,136,255,.08);box-sizing:border-box}.c-callout__wrapper--caution{border:1px solid rgba(191,125,0,.13);border-left:4px solid #ffb87a;background-color:rgba(255,120,0,.08)}.c-callout__wrapper--warning{border:1px solid rgba(191,27,0,.13);border-left:4px solid #ff6353;background-color:rgba(255,0,0,.08)}.c-callout__icon{color:#0079f0}.c-callout__icon--caution{color:#ffb87a}.c-callout__icon--warning{color:#ff6353}.c-callout__icon svg{position:absolute;left:16px}}@media all,bookshop{.c-cms-example{--outer-border-radius: 12px}.c-cms-example__outer-wrapper{--shadow-color: #f0f0f0;box-shadow:1px 2px 12px var(--shadow-color),2px 4px 14px var(--shadow-color),3px 6px 16px var(--shadow-color);border-radius:var(--outer-border-radius)}.c-cms-example__top-bar{display:flex;align-items:center;gap:5px;padding-left:10px;background:#000;width:100%;height:26px;border-top-left-radius:var(--outer-border-radius);border-top-right-radius:var(--outer-border-radius);box-sizing:border-box}}@media(max-width: 575px),bookshop and (max-width: 575px){.c-cms-example__top-bar{display:none}}@media all,bookshop{.c-cms-example__top-bar span{display:block;border-radius:100%;background-color:#ef685e;width:12px;height:12px}.c-cms-example__top-bar span:nth-child(2n){background-color:#f5be55}.c-cms-example__top-bar span:nth-child(3n){background-color:#60c357}}@media all,bookshop{.c-cms-example .component_heading{padding:0}}@media all,bookshop{.c-cms-example__subheading{padding-bottom:47.5px;text-align:center}}@media(min-width: 375px),bookshop and (min-width: 375px){.c-cms-example__subheading{padding-bottom:calc(47.5px + 47.5 * (100vw - 375px) / 1545)}}@media(min-width: 1920px),bookshop and (min-width: 1920px){.c-cms-example__subheading{padding-bottom:95px}}@media all,bookshop{.c-cms-example .c-callout{display:none}}@media(max-width: 575px),bookshop and (max-width: 575px){.c-cms-example .c-callout{display:block}}@media all,bookshop{.c-cms-example__editor-wrapper{display:flex;border:1px solid #cfcfcf;border-radius:var(--outer-border-radius)}}@media(max-width: 575px),bookshop and (max-width: 575px){.c-cms-example__editor-wrapper{display:none}}@media all,bookshop{.c-cms-example__editor-wrapper--title{border-top-left-radius:0px;border-top-right-radius:0px}.c-cms-example__editor-wrapper--title .c-cms-example__editor-panel{border-top-left-radius:0px}.c-cms-example__editor-wrapper--title .c-cms-example__preview{border-top-right-radius:0px}}@media all,bookshop{.c-cms-example__editor-panel{position:relative;width:380px;min-width:250px;border-top-left-radius:var(--outer-border-radius);border-bottom-left-radius:var(--outer-border-radius);background:#fff;overflow:hidden;box-sizing:border-box}}@media all,bookshop{.c-cms-example__preview{padding:60px 30px;border-left:2px solid #cfcfcf;height:100%;max-height:500px;overflow-y:auto;box-sizing:border-box;background:#fdfdfd;border-top-right-radius:var(--outer-border-radius);border-bottom-right-radius:var(--outer-border-radius)}.c-cms-example__preview .component{padding-bottom:30px}.c-cms-example__preview .component:last-child{padding-bottom:0}.c-cms-example__preview .component_heading h2{font-size:44px;font-family:"Allan"}.c-cms-example__preview .c-image img{width:80%;max-height:170px;object-fit:cover}}@media all,bookshop{.customvars{--cmsdemo-headings-font: "Proxima Nova Bold";--cmsdemo-content-font: "Proxima Nova Regular";--cmsdemo-grid-size: 4px;--cmsdemo-border-radius: 8px;--cmsdemo-border-radius-small: calc(var(--cmsdemo-border-radius) / 2);--cmsdemo-border-radius-inner: 6px;--cmsdemo-border-width: 2px;--cmsdemo-border-width-negative: calc(var(--cmsdemo-border-width) * -1);--cmsdemo-box-shadow-width-clickable-focus: calc(var(--cmsdemo-grid-size) * 2);--cmsdemo-box-shadow-clickable-focus: 0 0 var(--cmsdemo-box-shadow-width-clickable-focus) #cfcfcf;--cmsdemo-box-shadow-paper: 0 0 40px rgb(51 51 51 / 10%);--cmsdemo-gap: calc(var(--cmsdemo-grid-size) * 5);--cmsdemo-gap-negative: calc(var(--cmsdemo-gap) * -1);--cmsdemo-gap-double: calc(var(--cmsdemo-gap) * 2);--cmsdemo-gap-half: calc(var(--cmsdemo-gap) * 0.5);--cmsdemo-transition-duration: 0.15s;--cmsdemo-font-family: "Proxima Nova Regular", helvetica, arial, sans-serif;--cmsdemo-font-family-monospace: "Inconsolata", consolas, monaco, monospace;--cmsdemo-font-size: 16px;--cmsdemo-font-size-h1: 34px;--cmsdemo-font-size-h2: 32px;--cmsdemo-font-size-h3: 24px;--cmsdemo-font-size-h4: 20px;--cmsdemo-font-size-h5: 14.4px;--cmsdemo-input-padding-vertical: calc(var(--cmsdemo-grid-size) * 2);--cmsdemo-input-padding-horizontal: calc(var(--cmsdemo-grid-size) * 3);--cmsdemo-input-icon-size: 50px;--cmsdemo-layout-gap: var(--cmsdemo-gap-double);--cmsdemo-color-space: #354361;--cmsdemo-color-cc-blue: #034ad8;--cmsdemo-color-neptune: #034ad8;--cmsdemo-color-double-cc-blue: #0015b7;--cmsdemo-color-comet: #8bb4ed;--cmsdemo-color-luna: #f0f5ff;--cmsdemo-color-carbon: #393939;--cmsdemo-color-nimbus: #757575;--cmsdemo-color-alto: #cfcfcf;--cmsdemo-color-stratus: #eee;--cmsdemo-color-cloud: #fff;--cmsdemo-color-emerald: #38a413;--cmsdemo-color-ruby: #cf352f;--cmsdemo-color-amber: #fc6d26;--cmsdemo-color-sol: #f7e064;--cmsdemo-color-sol-light: #fffbe4;--cmsdemo-color-emerald-10: #ebf6e7;--cmsdemo-color-ruby-10: #ffe7ea;--cmsdemo-color-amber-10: #ffede5;--cmsdemo-color-gold: #c9b25f;--cmsdemo-color-silver: #c0c0c0;--cmsdemo-color-bronze: #f4a34e;--cmsdemo-color-platinum: #b9c8e6;--cmsdemo-color-github: var(--cmsdemo-color-carbon);--cmsdemo-color-bitbucket: #0052cc;--cmsdemo-color-gitlab: #fc6d26;--cmsdemo-color-text: var(--cmsdemo-color-carbon);--cmsdemo-color-brand: #11954e;--cmsdemo-cc-light-blue: var(--cmsdemo-color-luna);--cmsdemo-color-info: var(--cmsdemo-color-cc-blue);--cmsdemo-color-error: var(--cmsdemo-color-ruby);--cmsdemo-color-warning: var(--cmsdemo-color-amber);--cmsdemo-color-success: var(--cmsdemo-color-emerald);--cmsdemo-color-disabled: var(--cmsdemo-color-nimbus);--cmsdemo-color-working: var(--cmsdemo-color-disabled);--cmsdemo-border-color: var(--cmsdemo-color-alto);--cmsdemo-border-color-clickable: var(--cmsdemo-color-alto);--cmsdemo-border-color-clickable-hover: var(--cmsdemo-color-nimbus);--cmsdemo-border-color-clickable-focus: var(--cmsdemo-color-nimbus);--cmsdemo-border-color-clickable-active: var(--cmsdemo-color-carbon);--cmsdemo-border-color-disabled: var(--cmsdemo-border-color);--cmsdemo-border-color-working: var(--cmsdemo-color-nimbus);--cmsdemo-border-color-error: var(--cmsdemo-color-ruby);--cmsdemo-background-color: var(--cmsdemo-color-cloud);--cmsdemo-background-color-mid-grey: var(--cmsdemo-border-color);--cmsdemo-background-color-dark-grey: var(--cmsdemo-color-alto);--cmsdemo-background-color-disabled: var(--cmsdemo-border-color-disabled);--cmsdemo-background-color-working: var(--cmsdemo-background-color-disabled);--cmsdemo-background-color-info: var(--cmsdemo-color-luna);--cmsdemo-background-color-error: var(--cmsdemo-color-ruby-10);--cmsdemo-background-color-warning: var(--cmsdemo-color-amber-10);--cmsdemo-background-color-success: var(--cmsdemo-color-emerald-10);--cmsdemo-cc-org-avatar-background-color: var(--cmsdemo-color-brand);--cmsdemo-color-cloudflare-orange: #f5821f;--cmsdemo-column-max-width: 626px;--cmsdemo-editor-sidebar-width: 400px;--cmsdemo-editor-sidebar-narrow-width: 30px;--cmsdemo-editor-sidebar-toggle-width: 16px;--cmsdemo-satellite-size: 40px;--cmsdemo-satellite-move: calc(var(--satellite-size) * 7);--cmsdemo-cc-icon-size: 24px;--cmsdemo-cc-icon-fill: currentcolor}}@media all,bookshop{.c-cms-example-panel__controls{left:0;position:absolute;box-sizing:border-box;padding:20px 20px 0;transition:left .4s ease}.c-cms-example-panel__controls--l2{left:380px;width:100%}.c-cms-example-panel__block{margin-bottom:var(--cmsdemo-gap)}.c-cms-example-panel__block:first-child{margin-bottom:10px}.c-cms-example-panel__back-button{display:flex;align-items:center;gap:4px;font-weight:bold;border:0;background:none;color:var(--cmsdemo-color-brand) !important;cursor:pointer}.c-cms-example-panel__back-button-icon{width:24px;height:24px;color:var(--cmsdemo-color-brand)}.c-cms-example-panel__heading{font-size:1.8rem;font-family:var(--cmsdemo-headings-font);font-weight:400;letter-spacing:-0.8px;line-height:2.5rem;margin-top:0;margin-bottom:var(--cmsdemo-gap)}.c-cms-example-panel__input-label{font-size:16px;font-weight:bold;font-family:"Proxima Nova Regular";position:relative;width:100%;display:block;line-height:1.5}.c-cms-example-panel__text-input{width:100%;padding:var(--cmsdemo-input-padding-vertical) var(--cmsdemo-input-padding-horizontal);border-radius:var(--cmsdemo-border-radius);border:var(--cmsdemo-border-width) solid var(--cmsdemo-border-color-clickable);background:var(--cmsdemo-background-color);font-size:1rem;font-variant-ligatures:none;box-sizing:border-box;transition:var(--cmsdemo-transition-duration) border-color ease}.c-cms-example-panel__text-input:hover{border-color:var(--cmsdemo-color-nimbus)}.c-cms-example-panel__cards{display:flex;flex-direction:column;gap:var(--cmsdemo-gap-half)}.c-cms-example-panel__card-list{display:grid;gap:0;grid-template-columns:100%;list-style:none;padding:0;margin:0;--cmsdemo-card-minimum-width: 250px}.c-cms-example-panel__card-wrapper{margin:0 0 var(--cmsdemo-border-width-negative) 0;position:relative;cursor:pointer}.c-cms-example-panel__card-wrapper:first-child .c-cms-example-panel__card{border-top-left-radius:var(--cmsdemo-border-radius);border-top-right-radius:var(--cmsdemo-border-radius)}.c-cms-example-panel__card-wrapper:last-child .c-cms-example-panel__card{border-bottom-left-radius:var(--cmsdemo-border-radius);border-bottom-right-radius:var(--cmsdemo-border-radius)}.c-cms-example-panel__card{--cmsdemo-card-preview-size: 160px;--cmsdemo-card-preview-size-tall: 276px;height:auto;border-radius:0;color:var(--cmsdemo-color-text);fill:var(--cmsdemo-color-text);border-color:var(--cmsdemo-border-color-clickable);background-color:var(--cmsdemo-background-color);border:var(--cmsdemo-border-width) solid var(--cmsdemo-border-color);transition:border-color ease var(--cmsdemo-transition-duration);position:relative;display:flex;flex-direction:column;user-select:none;box-sizing:border-box;letter-spacing:normal;text-indent:initial}.c-cms-example-panel__card:hover{z-index:1;border-color:var(--cmsdemo-border-color-clickable-hover)}.c-cms-example-panel__card-content-wrapper{display:flex;flex-direction:column;gap:var(--cmsdemo-gap-half);padding:var(--cmsdemo-gap-half);min-width:0;min-height:31px;justify-content:center}.c-cms-example-panel__card-content{display:flex;gap:var(--cmsdemo-gap-half);flex-flow:row wrap}.c-cms-example-panel__card-icon{--cmsdemo-cc-icon-size: var(--cmsdemo-card-icon-size);display:grid;place-items:center;border-radius:var(--cmsdemo-card-icon-border-radius);width:var(--cmsdemo-card-icon-size);height:var(--cmsdemo-card-icon-size);flex:0 0 auto;--cmsdemo-card-icon-padding: 4px}.c-cms-example-panel__card-heading-content{flex:1;overflow:hidden}.c-cms-example-panel__card-heading-text{padding-right:25px;display:block;font-size:16px;line-height:calc(var(--cmsdemo-card-icon-size)/2);margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:bold}.c-cms-example-panel__card-heading-subtext{font-size:16px;line-height:calc(var(--cmsdemo-card-icon-size)/2);margin:0;color:var(--cmsdemo-color-nimbus);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;--cmsdemo-cc-icon-size: 18px}.c-cms-example-panel__card-tags{position:static;padding:0;margin:0;display:flex;flex-wrap:wrap;flex:0 0 100%;box-sizing:border-box;gap:var(--cmsdemo-gap-half);list-style:none}.c-cms-example-panel__card-tag{--cc-icon-size: 1em;display:inline-flex;gap:var(--cmsdemo-grid-size);align-items:center;background-color:var(--cmsdemo-color-stratus);color:var(--cmsdemo-color-text);border-radius:var(--cmsdemo-border-radius-small);font-size:16px;line-height:16px;font-weight:bold;padding:var(--cmsdemo-grid-size) calc(var(--cmsdemo-grid-size)*2)}.c-cms-example-panel__card-context-menu{display:grid;background-color:rgba(255,255,255,.25);top:var(--cmsdemo-gap-half);right:var(--cmsdemo-gap-half);border-radius:var(--cmsdemo-border-radius-inner);overflow:hidden;z-index:10;align-items:center;justify-content:center;position:absolute;width:30px;height:35px;border:0;cursor:pointer;opacity:.4;transition:opacity var(--cmsdemo-transition-duration) ease,background-color var(--cmsdemo-transition-duration) ease}}@media all,bookshop{.c-file-input{position:relative}.c-file-input:hover .c-file-input__label{display:flex}.c-file-input__inner{display:flex;flex-direction:column;justify-content:center;align-items:center;border-radius:var(--cmsdemo-border-radius);border:var(--cmsdemo-border-width) solid var(--cmsdemo-border-color-clickable);padding:35px 0;margin:0;height:170px;position:relative;box-sizing:border-box;overflow:hidden;background-color:var(--cmsdemo-background-color);cursor:pointer}.c-file-input__inner:hover{border-color:var(--cmsdemo-color-nimbus)}.c-file-input__image-container{width:100%;background-repeat:no-repeat;background-size:contain;background-position:center bottom}.c-file-input__image-container img{height:100%;object-fit:cover}.c-file-input__label{position:absolute;top:50%;transform:translateY(-50%);z-index:1;display:none;color:var(--cmsdemo-color-nimbus);width:100%;height:100%;text-align:center;line-height:20px;padding:0 var(--cmsdemo-gap-half);box-sizing:border-box;background:rgba(255,255,255,.75);flex-direction:column;justify-content:center;align-items:center;pointer-events:none}.c-file-input__icon{width:48px;height:48px;margin-bottom:var(--cmsdemo-gap-half)}.c-file-input__path-label{margin-top:0;margin-bottom:var(--cmsdemo-gap);overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-break:break-word;width:100%;color:var(--cmsdemo-color-nimbus);font-weight:400;text-align:center;line-height:20px;font-size:var(--cmsdemo-font-size);font-family:var(--cmsdemo-font-family)}.c-file-input__strong-label{font-weight:bold;color:var(--cmsdemo-color-neptune);display:block;text-align:center;line-height:20px;font-size:var(--cmsdemo-font-size);font-family:var(--cmsdemo-font-family)}}@media all,bookshop{.component_heading{margin:0;padding-bottom:47.5px;text-align:center}}@media(min-width: 375px),bookshop and (min-width: 375px){.component_heading{padding-bottom:calc(47.5px + 47.5 * (100vw - 375px) / 1545)}}@media(min-width: 1920px),bookshop and (min-width: 1920px){.component_heading{padding-bottom:95px}}@media all,bookshop{.component_heading--left{text-align:left}}@media all,bookshop{.component_heading--right{text-align:right}}@media(max-width: 1080px),bookshop and (max-width: 1080px){.component_heading h2{font-size:32px !important}}@media(max-width: 1080px)and (min-width: 375px),bookshop and (max-width: 1080px)and (min-width: 375px){.component_heading h2{font-size:calc(32px + 0 * (100vw - 375px) / 1545) !important}}@media(max-width: 1080px)and (min-width: 1920px),bookshop and (max-width: 1080px)and (min-width: 1920px){.component_heading h2{font-size:32px !important}}@media all,bookshop{.component_heading__modifier--underline{border-bottom:1px solid #2e2b28}.component_heading__modifier--uppercase{text-transform:uppercase}}@media all,bookshop{.c-content-block>p:first-child{margin-top:0px}}@media all,bookshop{.c-content-updates{margin:0 auto;max-width:950px}.c-content-updates__item{margin:50px 0;padding-bottom:50px;border-bottom:1px solid rgba(0,0,0,.1)}.c-content-updates__date{margin:0 0 15px 0}.c-content-updates__title-wrapper{display:flex;align-items:center}.c-content-updates__title{font-size:22px}.c-content-updates__type{margin:0 0 0 15px;padding:5px 15px;background-color:rgba(255,255,255,.85);border-radius:8px;font-size:16px;font-weight:400;color:#000;cursor:default;border:1px solid #2e2b28}.c-content-updates__content p:last-child{margin-bottom:0}}@media all,bookshop{.c-content-with-list-items{display:grid;grid-template-columns:repeat(auto-fill, minmax(320px, 1fr));grid-gap:120px;grid-gap:30px}}@media(min-width: 1080px),bookshop and (min-width: 1080px){.c-content-with-list-items{grid-gap:calc(30px + 90 * (100vw - 1080px) / 840)}}@media(min-width: 1920px),bookshop and (min-width: 1920px){.c-content-with-list-items{grid-gap:120px}}@media(max-width: 600px),bookshop and (max-width: 600px){.c-content-with-list-items{grid-template-columns:repeat(auto-fill, minmax(270px, 1fr))}}@media all,bookshop{.c-content-with-list-items__content .component_heading{padding-bottom:0}.c-content-with-list-items__content .block-alignment--center{justify-content:flex-start}.c-content-with-list-items__content .c-button:first-child{margin-left:0}}@media(max-width: 1080px),bookshop and (max-width: 1080px){.c-content-with-list-items__list{margin-top:25px}}@media all,bookshop{.c-content-with-list-items__list-item{display:flex;align-items:flex-start;margin-bottom:16px}.c-content-with-list-items__list-item h4,.c-content-with-list-items__list-item p{margin:0}}@media all,bookshop{.c-content-with-list-items__item-title{font-weight:600}}@media all,bookshop{.c-content-with-list-items__icon{padding-right:20px;width:70px;height:70px}.c-content-with-list-items__icon img{width:70px;height:70px;width:50px;height:50px;border-radius:100%}}@media(min-width: 1080px),bookshop and (min-width: 1080px){.c-content-with-list-items__icon img{width:calc(50px + 20 * (100vw - 1080px) / 840)}}@media(min-width: 1920px),bookshop and (min-width: 1920px){.c-content-with-list-items__icon img{width:70px}}@media(min-width: 1080px),bookshop and (min-width: 1080px){.c-content-with-list-items__icon img{height:calc(50px + 20 * (100vw - 1080px) / 840)}}@media(min-width: 1920px),bookshop and (min-width: 1920px){.c-content-with-list-items__icon img{height:70px}}@media all,bookshop{.c-detailed-content-links a{color:inherit}.c-detailed-content-links .component_heading{padding-bottom:47.5px}.c-detailed-content-links__grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(400px, 1fr));gap:20px;margin:0}}@media(min-width: 375px),bookshop and (min-width: 375px){.c-detailed-content-links__grid{gap:calc(20px + 20 * (100vw - 375px) / 705)}}@media(min-width: 1080px),bookshop and (min-width: 1080px){.c-detailed-content-links__grid{gap:40px}}@media(max-width: 1080px),bookshop and (max-width: 1080px){.c-detailed-content-links__grid{grid-template-columns:repeat(auto-fill, minmax(320px, 1fr))}.c-detailed-content-links__grid .c-detailed-content-links__content{padding-right:0}.c-detailed-content-links__grid .c-detailed-content-links__heading{font-size:28px}}@media all,bookshop{.c-detailed-content-links__grid--center{text-align:center}}@media all,bookshop{.c-detailed-content-links__grid--right{text-align:right}}@media all,bookshop{.c-detailed-content-links__grid-item{position:relative;display:flex;flex-flow:row nowrap;border-radius:8px}.c-detailed-content-links__grid-item--no-image .c-detailed-content-links__content{padding-left:0}}@media all,bookshop{.c-detailed-content-links__content{display:flex;flex-direction:column;align-items:flex-start;position:relative;z-index:1;padding:0 25px}}@media all,bookshop{.c-detailed-content-links__heading{opacity:1;font-size:30px;color:inherit;transition:opacity .2s ease}}@media all,bookshop{.c-detailed-content-links__subheading{margin:0;opacity:1;font-size:16px;font-style:italic;color:inherit;transition:opacity .2s ease}}@media all,bookshop{.c-detailed-content-links__text-content{margin:16px 0;font-size:16px}}@media all,bookshop{.c-detailed-content-links__image-link:hover+.c-detailed-content-links__content .c-detailed-content-links__link-label::before{transform:scaleX(1)}.c-detailed-content-links__image-link:hover+.c-detailed-content-links__content .c-detailed-content-links__link-label svg{right:-22px}}@media all,bookshop{.c-detailed-content-links__link-label{position:relative;display:inline-block;margin:15px 0 0 0}.c-detailed-content-links__link-label::before{content:"";position:absolute;display:block;width:100%;height:2px;bottom:0;left:0;background-color:currentColor;transform:scaleX(0);transition:transform .3s ease}.c-detailed-content-links__link-label svg{position:absolute;top:50%;right:-18px;transform:translateY(-50%);width:18px;height:18px;transition:right .2s ease}.c-detailed-content-links__link-label:hover::before{transform:scaleX(1)}.c-detailed-content-links__link-label:hover svg{right:-22px}}@media all,bookshop{.c-detailed-content-links img.c-detailed-content-links__image{margin:0;width:200px;height:200px;width:100px;height:100px;border-radius:0;object-fit:cover}}@media(min-width: 375px),bookshop and (min-width: 375px){.c-detailed-content-links img.c-detailed-content-links__image{width:calc(100px + 100 * (100vw - 375px) / 705)}}@media(min-width: 1080px),bookshop and (min-width: 1080px){.c-detailed-content-links img.c-detailed-content-links__image{width:200px}}@media(min-width: 375px),bookshop and (min-width: 375px){.c-detailed-content-links img.c-detailed-content-links__image{height:calc(100px + 100 * (100vw - 375px) / 705)}}@media(min-width: 1080px),bookshop and (min-width: 1080px){.c-detailed-content-links img.c-detailed-content-links__image{height:200px}}@media all,bookshop{.c-details-table__grid{display:flex;flex-flow:row wrap;border-bottom:1px solid rgba(0,0,0,.1)}.c-details-table__grid-item{position:relative;padding:25px;flex:1 315px;box-sizing:border-box;border-top:1px solid rgba(0,0,0,.1)}.c-details-table__grid-item--less{flex:1 415px}.c-details-table__grid-item--more{flex:1 250px}.c-details-table__grid-item--full{flex:1 100%}.c-details-table__grid-item--left .c-details-table__content{margin:0 auto;max-width:75%;max-width:1028px;text-align:left}}@media(min-width: 375px),bookshop and (min-width: 375px){.c-details-table__grid-item--left .c-details-table__content{max-width:calc(1028px + -238 * (100vw - 375px) / 1545)}}@media(min-width: 1920px),bookshop and (min-width: 1920px){.c-details-table__grid-item--left .c-details-table__content{max-width:790px}}@media all,bookshop{.c-details-table__grid-item--center .c-details-table__content{text-align:center}}@media all,bookshop{.c-details-table__grid-item--right .c-details-table__content{margin:0 auto;max-width:40%;text-align:right}}@media all,bookshop{.c-details-table__heading-wrapper{display:flex;align-items:flex-start}.c-details-table__heading-wrapper--center{justify-content:center;text-align:center}.c-details-table__heading-wrapper--right{justify-content:flex-end;text-align:right}}@media all,bookshop{.c-details-table__icon{padding-right:20px}.c-details-table__icon img{width:42px;height:42px;object-fit:contain}}@media all,bookshop{.c-details-table__content--center{text-align:center}.c-details-table__content--right{text-align:right}}@media all,bookshop{.c-divider{display:block;margin:95px auto 190px auto;margin-top:47.5px;margin-bottom:95px;padding:0;width:100%;max-width:80%;height:1px;background-color:rgba(0,0,0,.1);box-shadow:none}}@media(min-width: 375px),bookshop and (min-width: 375px){.c-divider{margin-top:calc(47.5px + 47.5 * (100vw - 375px) / 1545)}}@media(min-width: 1920px),bookshop and (min-width: 1920px){.c-divider{margin-top:95px}}@media(min-width: 375px),bookshop and (min-width: 375px){.c-divider{margin-bottom:calc(95px + 95 * (100vw - 375px) / 1545)}}@media(min-width: 1920px),bookshop and (min-width: 1920px){.c-divider{margin-bottom:190px}}@media all,bookshop{.c-embed{display:block}.c-embed__wrapper{display:flex;justify-content:center;align-items:center;width:100%;overflow:hidden}.c-embed__wrapper iframe{width:100%}}@media all,bookshop{.c-featured-card{display:flex;justify-content:center;align-items:center;position:relative}.c-featured-card__card{width:100%;border:1px solid #2e2b28;border-radius:8px}.c-featured-card__image-wrapper{position:relative;height:180px;overflow:hidden;border-top-left-radius:8px;border-top-right-radius:8px}}@media(min-width: 375px),bookshop and (min-width: 375px){.c-featured-card__image-wrapper{height:calc(180px + 220 * (100vw - 375px) / 1545)}}@media(min-width: 1920px),bookshop and (min-width: 1920px){.c-featured-card__image-wrapper{height:400px}}@media all,bookshop{.c-featured-card__image-wrapper img{position:absolute;top:50%;transform:translateY(-50%);left:0;right:0;margin:0 auto;object-fit:cover;max-height:none;object-position:center center}}@media all,bookshop{.c-featured-card__content-bar{position:relative;display:flex;justify-content:space-between;align-items:flex-start;padding:25px;background-color:rgba(255,255,255,.85);border-bottom-left-radius:8px;border-bottom-right-radius:8px}}@media(max-width: 1080px),bookshop and (max-width: 1080px){.c-featured-card__content-bar{flex-direction:column;align-items:center;text-align:center}}@media all,bookshop{.c-featured-card__content-bar--centered{flex-direction:column;align-items:center;text-align:center}.c-featured-card__content-bar--centered .c-featured-card__buttons{padding-top:15px}}@media all,bookshop{.c-featured-card__content-bar:before{content:"";position:absolute;top:-8px;left:0;right:0;margin:0 auto;width:100%;height:0;border-top:8px solid rgba(255,255,255,.3)}}@media all,bookshop{.c-featured-card__content-wrapper{flex:4}}@media(max-width: 1080px),bookshop and (max-width: 1080px){.c-featured-card__content-wrapper{flex:1 auto}}@media all,bookshop{.c-featured-card__subheading{opacity:.8}}@media all,bookshop{.c-featured-card__buttons{flex:1 auto}}@media(max-width: 1080px),bookshop and (max-width: 1080px){.c-featured-card__buttons{flex:1 auto;padding-top:15px}.c-featured-card__buttons .c-buttons__wrap--right{justify-content:center}}@media all,bookshop{.c-featured-card__buttons .c-buttons{padding:0}}@media all,bookshop{.c-featured-image{position:relative}.c-featured-image img{position:relative;z-index:2;object-position:center center}.c-featured-image svg{z-index:1}.c-featured-image--rounded-banner img{position:relative;min-height:500px;max-height:none;min-height:140px}}@media(min-width: 375px),bookshop and (min-width: 375px){.c-featured-image--rounded-banner img{min-height:calc(140px + 360 * (100vw - 375px) / 1545)}}@media(min-width: 1920px),bookshop and (min-width: 1920px){.c-featured-image--rounded-banner img{min-height:500px}}@media all,bookshop{.c-featured-image--rounded-banner .c-featured-image__svg-wrapper svg{position:absolute;width:100vw;left:50%;top:50%;top:50%;transform:translateY(-50%) translateX(-50%);padding-bottom:47.5px}}@media(min-width: 375px),bookshop and (min-width: 375px){.c-featured-image--rounded-banner .c-featured-image__svg-wrapper svg{padding-bottom:calc(47.5px + 47.5 * (100vw - 375px) / 1545)}}@media(min-width: 1920px),bookshop and (min-width: 1920px){.c-featured-image--rounded-banner .c-featured-image__svg-wrapper svg{padding-bottom:95px}}@media all,bookshop{.c-featured-image__image-wrapper{display:flex;justify-content:center;align-items:center;position:relative}}@media all,bookshop{.c-featured-image__colour-bg{position:absolute;top:50%;transform:translateY(-50%);width:100vw;height:100%;margin-bottom:47.5px}}@media(min-width: 375px),bookshop and (min-width: 375px){.c-featured-image__colour-bg{margin-bottom:calc(47.5px + 47.5 * (100vw - 375px) / 1545)}}@media(min-width: 1920px),bookshop and (min-width: 1920px){.c-featured-image__colour-bg{margin-bottom:95px}}@media all,bookshop{.c-featured-links__cards{margin:0 -8px}}@media all,bookshop{.c-featured-list .component_heading{margin-bottom:30px;padding-bottom:0;text-align:left;line-height:100%}.c-featured-list .component_heading h2{font-size:32px;font-size:32px}}@media(min-width: 375px),bookshop and (min-width: 375px){.c-featured-list .component_heading h2{font-size:calc(32px + 0 * (100vw - 375px) / 1545)}}@media(min-width: 1920px),bookshop and (min-width: 1920px){.c-featured-list .component_heading h2{font-size:32px}}@media all,bookshop{.c-featured-list__grid{padding:48px 60px;padding-left:30px;padding-right:30px;border-radius:8px;display:grid;grid-template-columns:2fr 3fr;grid-gap:38px}}@media(min-width: 375px),bookshop and (min-width: 375px){.c-featured-list__grid{padding-left:calc(30px + 30 * (100vw - 375px) / 705)}}@media(min-width: 1080px),bookshop and (min-width: 1080px){.c-featured-list__grid{padding-left:60px}}@media(min-width: 375px),bookshop and (min-width: 375px){.c-featured-list__grid{padding-right:calc(30px + 30 * (100vw - 375px) / 705)}}@media(min-width: 1080px),bookshop and (min-width: 1080px){.c-featured-list__grid{padding-right:60px}}@media(max-width: 1200px),bookshop and (max-width: 1200px){.c-featured-list__grid .c-featured-list__image img{height:auto;object-fit:contain}}@media(max-width: 1080px),bookshop and (max-width: 1080px){.c-featured-list__grid{grid-template-columns:1fr;margin-left:-30px;margin-right:-30px;border-radius:0}}@media(max-width: 1080px)and (min-width: 375px),bookshop and (max-width: 1080px)and (min-width: 375px){.c-featured-list__grid{margin-left:calc(-30px + -70 * (100vw - 375px) / 1545)}}@media(max-width: 1080px)and (min-width: 1920px),bookshop and (max-width: 1080px)and (min-width: 1920px){.c-featured-list__grid{margin-left:-100px}}@media(max-width: 1080px)and (min-width: 375px),bookshop and (max-width: 1080px)and (min-width: 375px){.c-featured-list__grid{margin-right:calc(-30px + -70 * (100vw - 375px) / 1545)}}@media(max-width: 1080px)and (min-width: 1920px),bookshop and (max-width: 1080px)and (min-width: 1920px){.c-featured-list__grid{margin-right:-100px}}@media(max-width: 1080px),bookshop and (max-width: 1080px){.c-featured-list__grid .c-featured-list__image img{max-height:350px;width:100%;object-fit:cover;object-position:center center}}@media all,bookshop{.c-featured-list__image{border-radius:8px}.c-featured-list__image img{width:100%;height:100%;border-radius:4px;object-fit:cover}.c-featured-list__image--contain img{height:auto;object-fit:contain}}@media all,bookshop{.c-featured-list__content{padding-left:50px}}@media(max-width: 860px),bookshop and (max-width: 860px){.c-featured-list__content{padding-left:0}}@media all,bookshop{.c-featured-list__list{margin:15px 0;padding:0;list-style:none}.c-featured-list__list li{display:flex;align-items:center;justify-content:flex-start;margin-top:12px}.c-featured-list__list img,.c-featured-list__list svg{flex:1 auto;padding-right:14px;width:22px;height:22px;object-fit:contain;color:currentColor}}@media all,bookshop{.c-featured-list__item-text{flex:1 100%}}@media all,bookshop{.c-featured-list__cta-link{position:relative;display:inline-block;margin-top:45px;font-weight:600}.c-featured-list__cta-link::before{content:"";position:absolute;display:block;width:100%;height:2px;bottom:0;left:0;background-color:#000;transform:scaleX(0);transition:transform .3s ease}.c-featured-list__cta-link:hover::before{transform:scaleX(1)}.c-featured-list__cta-link:hover svg{right:-22px}.c-featured-list__cta-link svg{position:absolute;top:50%;right:-18px;transform:translateY(-50%);width:18px;height:18px;transition:right .2s ease}}@media all,bookshop{.c-featured-news-articles .set_02__date{display:block}}@media all,bookshop{@keyframes fade-in{from{opacity:0}to{opacity:1}}}@media all,bookshop{.c-featured-reviews{position:relative;margin-left:-30px;margin-right:-30px;padding-top:100px;padding-bottom:100px;padding-left:30px;padding-right:30px;max-width:none}}@media(min-width: 375px),bookshop and (min-width: 375px){.c-featured-reviews{margin-left:calc(-30px + -70 * (100vw - 375px) / 1545)}}@media(min-width: 1920px),bookshop and (min-width: 1920px){.c-featured-reviews{margin-left:-100px}}@media(min-width: 375px),bookshop and (min-width: 375px){.c-featured-reviews{margin-right:calc(-30px + -70 * (100vw - 375px) / 1545)}}@media(min-width: 1920px),bookshop and (min-width: 1920px){.c-featured-reviews{margin-right:-100px}}@media(min-width: 375px),bookshop and (min-width: 375px){.c-featured-reviews{padding-left:calc(30px + 70 * (100vw - 375px) / 1545)}}@media(min-width: 1920px),bookshop and (min-width: 1920px){.c-featured-reviews{padding-left:100px}}@media(min-width: 375px),bookshop and (min-width: 375px){.c-featured-reviews{padding-right:calc(30px + 70 * (100vw - 375px) / 1545)}}@media(min-width: 1920px),bookshop and (min-width: 1920px){.c-featured-reviews{padding-right:100px}}@media all,bookshop{.c-featured-reviews--no-top-padding{margin-top:-110px}}@media(min-width: 375px),bookshop and (min-width: 375px){.c-featured-reviews--no-top-padding{margin-top:calc(-110px + 15 * (100vw - 375px) / 1545)}}@media(min-width: 1920px),bookshop and (min-width: 1920px){.c-featured-reviews--no-top-padding{margin-top:-95px}}@media all,bookshop{.c-featured-reviews--no-bottom-padding{margin-bottom:0}}@media all,bookshop{.c-featured-reviews .component_heading{position:relative;z-index:1}}@media all,bookshop{.c-featured-reviews img.c-featured-reviews__background{position:absolute;top:0;left:0;right:0;margin:0 auto;z-index:1;height:100%;max-height:none;max-width:none;object-fit:cover;object-position:center center;width:100vw}}@media all,bookshop{.c-featured-reviews--top img.c-featured-reviews__background{object-position:top center}}@media all,bookshop{.c-featured-reviews--bottom img.c-featured-reviews__background{object-position:bottom center}}@media all,bookshop{.c-featured-reviews__reviews{display:grid;align-items:center;position:relative;z-index:2;margin:0 auto;max-width:670px;border-radius:8px;padding:40px 60px;box-shadow:0 12px 32px -10px rgba(0,0,0,.16);background-color:rgba(255,255,255,.85);font-size:21px}}@media all,bookshop{.c-featured-reviews__arrows{position:absolute;width:100%;display:flex;justify-content:space-between;left:0;top:50%;transform:translateY(-50%)}}@media all,bookshop{.c-featured-reviews__button{position:relative;background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:100%;width:50px;height:50px;cursor:pointer;box-shadow:0px 1px 2px rgba(0,0,0,.1)}.c-featured-reviews__button:hover{background-color:#000;color:#fff;transition:background-color .2s ease,color .2s ease}.c-featured-reviews__button--left{margin-left:-25px}.c-featured-reviews__button--left:before{content:"";display:inline-block;width:10px;height:10px;border-width:2px 2px 0 0;border-style:solid;transform:rotate(-135deg);margin-top:2px}.c-featured-reviews__button--right{margin-right:-25px}.c-featured-reviews__button--right:before{content:"";display:inline-block;width:10px;height:10px;border-width:2px 2px 0 0;border-style:solid;transform:rotate(45deg);margin-top:2px}}@media all,bookshop{.c-featured-reviews__review{display:none;text-align:center;opacity:0}.c-featured-reviews__review.active{display:block;animation-name:fade-in;animation-duration:.4s;animation-delay:0s;animation-fill-mode:forwards}.c-featured-reviews__review img{width:90px;height:90px;border-radius:100%}}@media all,bookshop{.c-featured-reviews__footer{position:relative;padding:24px 0 0 0}.c-featured-reviews__footer:before{content:"";position:absolute;top:0;left:0;right:0;margin:0 auto;width:256px;border-bottom:1px solid rgba(0,0,0,.1)}}@media all,bookshop{.c-featured-reviews__name{margin:0;font-size:16px;font-weight:900}}@media all,bookshop{.c-featured-reviews__source{margin:0;font-size:14px}}@media all,bookshop{.c-featured-reviews__stars{display:flex;margin-bottom:30px;justify-content:center}.c-featured-reviews__stars svg{width:32px;height:32px}}@media all,bookshop{.c-form{margin:0 auto;max-width:700px;color:inherit}.c-form--grid .c-form__main{display:grid;grid-template-columns:repeat(auto-fill, minmax(275px, 1fr));grid-gap:0 25px;max-width:100%}.c-form fieldset{padding:0;border:0px rgba(0,0,0,0)}.c-form__main{margin:0 auto;padding:15px;width:100%;max-width:100%;max-width:1280px;display:flex;flex-direction:column;justify-content:center}.c-form__main label{display:block;padding:20px 0 10px 0;font-size:16px;line-height:170%;font-weight:Normal;color:inherit}}@media(min-width: 375px),bookshop and (min-width: 375px){.c-form__main label{font-size:calc(16px + 0 * (100vw - 375px) / 705)}}@media(min-width: 1080px),bookshop and (min-width: 1080px){.c-form__main label{font-size:16px}}@media all,bookshop{.c-form__main label.label-hidden{position:absolute;left:-3000px;padding:0;font-size:0px;opacity:0}}@media all,bookshop{.c-form__main label p{margin:0}}@media all,bookshop{.c-form__main input,.c-form__main textarea,.c-form__main select{padding:8px;width:100%;max-width:700px;border-radius:8px;font-family:inherit;font-size:16px;font-weight:Normal;box-sizing:border-box;color:inherit;background-color:rgba(255,255,255,.85)}}@media all,bookshop{.c-form__main input[type=radio]{width:auto}}@media all,bookshop{.c-form__main input[type=checkbox]{width:auto;height:auto;line-height:100%}}@media all,bookshop{.c-form__main button{align-self:flex-start;margin:25px auto 0 auto;cursor:pointer;font-size:16px;font-weight:Normal}}@media all,bookshop{.c-form__main input[type=text][disabled],.c-form__main textarea[disabled],.c-form__main select[disabled],.c-form__main button[disabled],.c-form__main input[type=radio][disabled],.c-form__main input[type=checkbox][disabled],.c-form__main input[type=datetime-local][disabled],.c-form__main input[type=file][disabled]{background:#e3e3e3;opacity:.7;cursor:not-allowed}}@media all,bookshop{.c-form__input-wrapper{margin-bottom:15px;width:100%}}@media all,bookshop{.c-form__textarea-wrapper{width:100%}}@media all,bookshop{.c-form__date-picker-wrapper{margin-bottom:15px;width:100%}}@media all,bookshop{.c-form__attachments-wrapper{margin-bottom:15px;width:100%}}@media all,bookshop{.c-form__attachments-label{position:relative}}@media all,bookshop{.c-form__attachments-note{position:absolute;right:0;bottom:-4px;font-size:10px;opacity:.75}}@media all,bookshop{.c-form__group-label{padding-bottom:0px;font-size:24px;text-align:center}}@media(min-width: 375px),bookshop and (min-width: 375px){.c-form__group-label{font-size:calc(24px + 8 * (100vw - 375px) / 705)}}@media(min-width: 1080px),bookshop and (min-width: 1080px){.c-form__group-label{font-size:32px}}@media all,bookshop{.c-form__radio-group-wrapper{display:flex;flex-flow:row wrap;justify-content:center}.c-form__radio-group-wrapper label{display:flex;margin:10px 25px;justify-content:center;align-items:center;padding:0;font-size:16px;font-weight:Normal}.c-form__radio-group-wrapper label span{margin-left:12px}.c-form__radio-group-wrapper label input{height:auto}}@media all,bookshop{.c-form__checkbox-group-wrapper{display:flex;flex-flow:row wrap;justify-content:center}.c-form__checkbox-group-wrapper label{display:flex;margin:10px 25px;justify-content:center;align-items:center;padding:0;font-size:16px;font-weight:Normal}.c-form__checkbox-group-wrapper label span{margin-left:12px}.c-form__checkbox-group-wrapper label input{height:auto}.c-form__checkbox-group-wrapper p{display:inline}}@media all,bookshop{.c-form__selectbox-wrapper{align-self:center;margin-bottom:15px;width:auto;min-width:250px}}@media screen and (max-width: 375px){.c-form__selectbox-wrapper{min-width:0px}}@media all,bookshop{.c-form__selectbox-wrapper select{outline:none;border:1px solid #e3e3e3;box-shadow:0px 0px 6px rgba(0,0,0,.05)}}@media all,bookshop{.c-form__button-wrapper{display:flex;justify-content:center;flex:1 100%}}@media all,bookshop{.c-form__hidden-input{display:none;visibility:hidden;opacity:0;margin:0;padding:0;width:0;height:0}}@media all,bookshop{.c-form__hidden-message{margin:0 auto;max-width:750px;text-align:center}.c-form__hidden-message h1,.c-form__hidden-message h2,.c-form__hidden-message h3,.c-form__hidden-message h4,.c-form__hidden-message h5,.c-form__hidden-message h6,.c-form__hidden-message p{color:inherit}}@media all,bookshop{.c-form .c-button{align-self:center;display:inline-block;margin-top:15px;padding-left:20px;padding-right:20px;width:auto;height:auto;font-size:16px;font-weight:Normal}}@media all,bookshop{.c-form .c-callout{padding-top:25px;padding-bottom:25px}}@media all,bookshop{.c-form-divider{grid-column:1/-1}.c-form-divider .c-divider{margin-top:47.5px;margin-bottom:47.5px}}@media(min-width: 375px),bookshop and (min-width: 375px){.c-form-divider .c-divider{margin-top:calc(47.5px + 47.5 * (100vw - 375px) / 1545)}}@media(min-width: 1920px),bookshop and (min-width: 1920px){.c-form-divider .c-divider{margin-top:95px}}@media(min-width: 375px),bookshop and (min-width: 375px){.c-form-divider .c-divider{margin-bottom:calc(47.5px + 47.5 * (100vw - 375px) / 1545)}}@media(min-width: 1920px),bookshop and (min-width: 1920px){.c-form-divider .c-divider{margin-bottom:95px}}@media all,bookshop{.c-form-heading{display:flex;grid-column:1/-1}.c-form-heading--underline h4{padding-bottom:10px;border-bottom:1px solid rgba(0,0,0,.1)}.c-form-heading--left{justify-content:flex-start}.c-form-heading--center{justify-content:center}.c-form-heading--right{justify-content:flex-end}.c-form-heading h4{display:inline-block}}@media all,bookshop{.c-form-content{grid-column:1/-1}}@media all,bookshop{.full-grid-width{grid-column:1/-1}}@media all,bookshop{.c-heading-centered{position:relative;min-height:400px;display:flex;flex-direction:column;justify-content:center}.c-heading-centered__content-wrapper{position:relative;text-align:center;z-index:2;margin:0 auto;display:flex;flex-direction:column;align-items:center}.c-heading-centered__content-wrapper h2{line-height:120%}.c-heading-centered__eyebrow-heading{margin:0 0 22px 0;line-height:100%;font-weight:900}.c-heading-centered__main-heading{margin:0 0 22px 0;line-height:100%}.c-heading-centered__image-wrapper{display:flex;justify-content:center;padding:10px 0;margin:0 0 22px 0}.c-heading-centered__image{margin:0 auto;max-height:230px;object-fit:contain;width:100%}.c-heading-centered__sub-heading{margin:0 0 22px 0}.c-heading-centered__content{margin:0 0 22px 0}.c-heading-centered__links{display:flex;flex-flow:row wrap;justify-content:center;margin:0 auto 20px auto;padding:0;list-style:none;z-index:2}.c-heading-centered__link{display:flex;align-items:center;margin:5px 10px}.c-heading-centered__link--content-color{color:#000}.c-heading-centered__link--content-color:hover{color:#f50404}.c-heading-centered__link img{padding-right:10px;width:32px;height:32px;object-fit:contain}.c-heading-centered .c-buttons.component{padding-bottom:0}}@media all,bookshop{.c-header-with-links{position:relative;min-height:400px;display:flex;flex-direction:column;justify-content:center;margin-left:-30px;margin-right:-30px;padding-left:30px;padding-right:30px;overflow:hidden;box-sizing:border-box}}@media(min-width: 375px),bookshop and (min-width: 375px){.c-header-with-links{margin-left:calc(-30px + -70 * (100vw - 375px) / 1545)}}@media(min-width: 1920px),bookshop and (min-width: 1920px){.c-header-with-links{margin-left:-100px}}@media(min-width: 375px),bookshop and (min-width: 375px){.c-header-with-links{margin-right:calc(-30px + -70 * (100vw - 375px) / 1545)}}@media(min-width: 1920px),bookshop and (min-width: 1920px){.c-header-with-links{margin-right:-100px}}@media(min-width: 375px),bookshop and (min-width: 375px){.c-header-with-links{padding-left:calc(30px + 70 * (100vw - 375px) / 1545)}}@media(min-width: 1920px),bookshop and (min-width: 1920px){.c-header-with-links{padding-left:100px}}@media(min-width: 375px),bookshop and (min-width: 375px){.c-header-with-links{padding-right:calc(30px + 70 * (100vw - 375px) / 1545)}}@media(min-width: 1920px),bookshop and (min-width: 1920px){.c-header-with-links{padding-right:100px}}@media all,bookshop{.c-header-with-links.component{margin-left:auto;margin-right:auto;margin-bottom:47.5px;padding-bottom:0}}@media(min-width: 375px),bookshop and (min-width: 375px){.c-header-with-links.component{margin-bottom:calc(47.5px + 47.5 * (100vw - 375px) / 1545)}}@media(min-width: 1920px),bookshop and (min-width: 1920px){.c-header-with-links.component{margin-bottom:95px}}@media all,bookshop{.c-header-with-links:after{content:"";position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg, rgba(255, 255, 255, 0.85) 40%, rgba(0, 0, 0, 0) 90%)}}@media all,bookshop{.c-header-with-links ul{display:flex;flex-flow:row wrap;margin:-5px -10px 0 -10px;padding:0;list-style:none}.c-header-with-links ul li{margin:5px 10px}}@media all,bookshop{.c-header-with-links__image-wrapper img{max-height:none}}@media all,bookshop{.c-header-with-links__image{position:absolute;top:0;right:0;margin-top:-30px;margin-bottom:-30px;margin-left:-30px;margin-right:-30px;object-fit:cover;width:100%}}@media(min-width: 375px),bookshop and (min-width: 375px){.c-header-with-links__image{margin-top:calc(-30px + -70 * (100vw - 375px) / 1545)}}@media(min-width: 1920px),bookshop and (min-width: 1920px){.c-header-with-links__image{margin-top:-100px}}@media(min-width: 375px),bookshop and (min-width: 375px){.c-header-with-links__image{margin-bottom:calc(-30px + -70 * (100vw - 375px) / 1545)}}@media(min-width: 1920px),bookshop and (min-width: 1920px){.c-header-with-links__image{margin-bottom:-100px}}@media(min-width: 375px),bookshop and (min-width: 375px){.c-header-with-links__image{margin-left:calc(-30px + -70 * (100vw - 375px) / 1545)}}@media(min-width: 1920px),bookshop and (min-width: 1920px){.c-header-with-links__image{margin-left:-100px}}@media(min-width: 375px),bookshop and (min-width: 375px){.c-header-with-links__image{margin-right:calc(-30px + -70 * (100vw - 375px) / 1545)}}@media(min-width: 1920px),bookshop and (min-width: 1920px){.c-header-with-links__image{margin-right:-100px}}@media all,bookshop{.c-header-with-links__image--h-left{left:0;right:unset}}@media all,bookshop{.c-header-with-links__image--h-center{left:0;right:0;margin:0 auto}}@media all,bookshop{.c-header-with-links__image--v-bottom{top:unset;bottom:0}}@media all,bookshop{.c-header-with-links__image--v-center{top:50%;transform:translateY(-50%)}}@media all,bookshop{.c-header-with-links__content-wrapper{position:relative;z-index:2;max-width:512px}.c-header-with-links__content-wrapper h2{line-height:120%}}@media all,bookshop{.c-header-with-links__main-heading{margin-bottom:25px}}@media all,bookshop{.c-header-with-links__links{position:relative;z-index:2}}@media all,bookshop{.c-header-with-links__link{display:flex;align-items:center}.c-header-with-links__link img{padding-right:10px;width:32px;height:32px;object-fit:contain}}@media all,bookshop{body{--header-height: 400px}}@media all,bookshop{.c-main-header{position:relative;width:100%;height:var(--header-height);margin:0 auto;background-color:#fff;overflow:hidden}.c-main-header--full-page{--header-height: 100vh;height:var(--header-height)}.c-main-header--full-page .c-main-header__background-image{height:var(--header-height)}.c-main-header__outer-wrapper{padding-left:30px;padding-right:30px;height:100%}}@media(min-width: 375px),bookshop and (min-width: 375px){.c-main-header__outer-wrapper{padding-left:calc(30px + 70 * (100vw - 375px) / 1545)}}@media(min-width: 1920px),bookshop and (min-width: 1920px){.c-main-header__outer-wrapper{padding-left:100px}}@media(min-width: 375px),bookshop and (min-width: 375px){.c-main-header__outer-wrapper{padding-right:calc(30px + 70 * (100vw - 375px) / 1545)}}@media(min-width: 1920px),bookshop and (min-width: 1920px){.c-main-header__outer-wrapper{padding-right:100px}}@media all,bookshop{.c-main-header__wrapper{display:flex;align-items:center;position:relative;margin:0 auto;max-width:var(--navigation-max-width);height:100%;z-index:2}}@media screen and (max-width: 1080px){.c-main-header__wrapper{justify-content:center}.c-main-header__wrapper .c-main-header__inner-wrapper{flex-direction:column}.c-main-header__wrapper .c-main-header__image-wrapper{padding:0 0 35px 0}.c-main-header__wrapper .c-main-header__headings-wrapper{text-align:center}}@media all,bookshop{.c-main-header__wrapper--stacked .c-main-header__inner-wrapper{flex-direction:column}.c-main-header__wrapper--stacked .c-main-header__image-wrapper{padding:0 0 35px 0}.c-main-header__wrapper--stacked .c-main-header__headings-wrapper{text-align:center}}@media all,bookshop{.c-main-header__wrapper--center{justify-content:center}.c-main-header__wrapper--center .c-main-header__headings-wrapper{text-align:center}}@media all,bookshop{.c-main-header__wrapper--right{justify-content:flex-end}}@media screen and (max-width: 1080px){.c-main-header__wrapper--right{justify-content:center}}@media all,bookshop{.c-main-header__inner-wrapper{display:flex;flex-flow:row nowrap;align-items:center}}@media all,bookshop{.c-main-header__image-wrapper{padding-right:35px}.c-main-header__image-wrapper--contain{background-size:contain;background-repeat:no-repeat}}@media all,bookshop{.c-main-header__image{width:100%;flex:none auto;object-fit:cover;object-position:center center;color:rgba(0,0,0,0);background-repeat:no-repeat;cursor:default}.c-main-header__image--shadow{filter:drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.55))}.c-main-header__image--rounded{border-radius:12px}}@media all,bookshop{.c-main-header__main-heading{position:relative;flex:1 auto;margin:0px;padding:0 7px;font-family:"Oswald","Geneva","Helvetica";font-size:42px;font-weight:700;line-height:170%}}@media(min-width: 1080px),bookshop and (min-width: 1080px){.c-main-header__main-heading{font-size:calc(42px + 22 * (100vw - 1080px) / 840)}}@media(min-width: 1920px),bookshop and (min-width: 1920px){.c-main-header__main-heading{font-size:64px}}@media all,bookshop{.c-main-header__main-heading--animated{color:rgba(0,0,0,0) !important;background:linear-gradient(90deg, #ff6a00, #ee0979, #ff6a00, #ff6a00);background-size:300% 100% !important;background-clip:text !important;-webkit-background-clip:text !important;animation:shiftBackground 5s linear infinite !important}}@media all,bookshop{.c-main-header__subheading{flex:1 auto;margin:0px;padding:0 7px;font-family:"Avenir Next","Geneva","Helvetica";font-size:18px;font-weight:400;line-height:170%}}@media(min-width: 1080px),bookshop and (min-width: 1080px){.c-main-header__subheading{font-size:calc(18px + 2 * (100vw - 1080px) / 840)}}@media(min-width: 1920px),bookshop and (min-width: 1920px){.c-main-header__subheading{font-size:20px}}@media all,bookshop{.c-main-header__background-image{position:absolute;top:0;left:0;margin:0 auto;width:100%;height:var(--header-height);background-color:#fff;overflow:hidden;z-index:1}.c-main-header__background-image--fixed{clip:rect(0, auto, auto, 0);position:absolute;z-index:0;top:0;left:0;width:100%;height:100%}}@media all,bookshop{.c-main-header__background-image-inner{position:fixed;display:block;top:0;left:0;width:100%;height:100%;max-height:var(--header-height);background-size:cover;background-position:center center;transform:translateZ(0);will-change:transform}}@media all,bookshop{.c-main-header__background-video{position:absolute;top:50%;left:0;margin:0 auto;width:100%;height:inherit;background-color:#000;overflow:hidden;z-index:1;transform:translateY(-50%);object-fit:cover}}@media(max-width: 700px),bookshop and (max-width: 700px){.c-main-header__background-video{display:none}}@media all,bookshop{.c-main-header__background-video-poster{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center center;background-repeat:no-repeat}}@media(min-width: 700px),bookshop and (min-width: 700px){.c-main-header__background-video-poster{display:none}}@media all,bookshop{@keyframes shiftBackground{from{background-position:200% 0}to{background-position:-100% 0}}}@media all,bookshop{.c-heading-box-grid a{color:inherit}.c-heading-box-grid .component_heading{padding-bottom:47.5px}.c-heading-box-grid__grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(400px, 1fr));gap:20px;margin:0 -25px}}@media(min-width: 375px),bookshop and (min-width: 375px){.c-heading-box-grid__grid{gap:calc(20px + 20 * (100vw - 375px) / 705)}}@media(min-width: 1080px),bookshop and (min-width: 1080px){.c-heading-box-grid__grid{gap:40px}}@media all,bookshop{.c-heading-box-grid__grid--center{text-align:center}}@media all,bookshop{.c-heading-box-grid__grid--right{text-align:right}}@media all,bookshop{.c-heading-box-grid__grid-item{position:relative;border-radius:8px}.c-heading-box-grid__grid-item:hover .c-heading-box-grid__link-label:before{transform:scaleX(1)}.c-heading-box-grid__grid-item:hover .c-heading-box-grid__link-label:hover svg{right:-22px}.c-heading-box-grid__grid-item--fade:hover .c-heading-box-grid__title,.c-heading-box-grid__grid-item--fade:hover .c-heading-box-grid__box-heading,.c-heading-box-grid__grid-item--fade:hover .c-heading-box-grid__box-subheading{opacity:0}.c-heading-box-grid__grid-item--fade:hover .c-heading-box-grid__background-image{opacity:1;filter:grayscale(0%)}}@media all,bookshop{.c-heading-box-grid__content{position:relative;z-index:1;padding:25px}}@media all,bookshop{.c-heading-box-grid__title{opacity:1;transition:opacity .2s ease}}@media all,bookshop{.c-heading-box-grid__box-heading{opacity:1;font-size:32px;color:inherit;transition:opacity .2s ease}}@media all,bookshop{.c-heading-box-grid__box-subheading{margin:0;opacity:1;font-size:32px;color:inherit;transition:opacity .2s ease}}@media all,bookshop{.c-heading-box-grid__link-label{position:relative;display:inline-block;margin:15px 0}.c-heading-box-grid__link-label::before{content:"";position:absolute;display:block;width:100%;height:2px;bottom:0;left:0;background-color:currentColor;transform:scaleX(0);transition:transform .3s ease}.c-heading-box-grid__link-label svg{position:absolute;top:50%;right:-18px;transform:translateY(-50%);width:18px;height:18px;transition:right .2s ease}}@media all,bookshop{.c-heading-box-grid__background-image{position:absolute;top:50%;left:0;transform:translateY(-50%);width:100%;height:100%;border-radius:8px;object-fit:cover;z-index:0;opacity:.1;filter:grayscale(100%);transition:filter .8s ease,opacity .4s ease}}@media all,bookshop{.c-heading-large{margin:0 auto;max-width:750px;padding:47.5px 0}.c-heading-large__heading-wrapper{margin:0 auto}.c-heading-large .component_heading{padding-bottom:0}.c-heading-large .component_heading h2{font-size:32px}}@media(min-width: 375px),bookshop and (min-width: 375px){.c-heading-large .component_heading h2{font-size:calc(32px + inherit-32px * (100vw - 375px) / 705)}}@media(min-width: 1080px),bookshop and (min-width: 1080px){.c-heading-large .component_heading h2{font-size:inherit}}@media all,bookshop{.c-heading-large__subheading{padding-top:47.5px;padding-bottom:31.6666666667px;font-size:36px}}@media all,bookshop{.c-image-gallery--shadows .c-image-gallery__viewbox{box-shadow:0px 0px 0px rgba(0,0,0,.35)}.c-image-gallery--rounded .c-image-gallery__viewbox{border-radius:8px}.c-image-gallery__gallery{display:grid;grid-template-columns:repeat(auto-fill, minmax(275px, 1fr));align-items:center;grid-gap:25px}.c-image-gallery__gallery--5-cols{grid-template-columns:repeat(auto-fill, minmax(314px, 1fr))}}@media(max-width: 1440px),bookshop and (max-width: 1440px){.c-image-gallery__gallery--5-cols{grid-template-columns:repeat(auto-fill, minmax(355.2777777778px, 1fr));grid-gap:47.5px}}@media(max-width: 1024px),bookshop and (max-width: 1024px){.c-image-gallery__gallery--5-cols{grid-template-columns:repeat(auto-fill, minmax(254.5833333333px, 1fr))}}@media all,bookshop{.c-image-gallery__gallery--4-cols{grid-template-columns:repeat(auto-fill, minmax(398.75px, 1fr))}}@media(max-width: 1440px),bookshop and (max-width: 1440px){.c-image-gallery__gallery--4-cols{grid-template-columns:repeat(auto-fill, minmax(355.2777777778px, 1fr));grid-gap:47.5px}}@media(max-width: 1024px),bookshop and (max-width: 1024px){.c-image-gallery__gallery--4-cols{grid-template-columns:repeat(auto-fill, minmax(254.5833333333px, 1fr))}}@media all,bookshop{.c-image-gallery__gallery--3-cols{grid-template-columns:repeat(auto-fill, minmax(540px, 1fr))}}@media(max-width: 1440px),bookshop and (max-width: 1440px){.c-image-gallery__gallery--3-cols{grid-template-columns:repeat(auto-fill, minmax(355.2777777778px, 1fr));grid-gap:47.5px}}@media(max-width: 1024px),bookshop and (max-width: 1024px){.c-image-gallery__gallery--3-cols{grid-template-columns:repeat(auto-fill, minmax(254.5833333333px, 1fr))}}@media all,bookshop{.c-image-gallery__gallery--2-cols{grid-template-columns:repeat(auto-fill, minmax(653px, 1fr))}}@media(max-width: 1440px),bookshop and (max-width: 1440px){.c-image-gallery__gallery--2-cols{grid-template-columns:repeat(auto-fill, minmax(355.2777777778px, 1fr));grid-gap:47.5px}}@media(max-width: 1024px),bookshop and (max-width: 1024px){.c-image-gallery__gallery--2-cols{grid-template-columns:repeat(auto-fill, minmax(254.5833333333px, 1fr))}}@media all,bookshop{.c-image-gallery__gallery--1-cols{grid-template-columns:repeat(1, 1fr)}}@media all,bookshop{.c-image-gallery__gallery--16-9 .c-image-gallery__gallery-item-sizer{padding-bottom:56.25%}}@media all,bookshop{.c-image-gallery__gallery--4-3 .c-image-gallery__gallery-item-sizer{padding-bottom:75%}}@media all,bookshop{.c-image-gallery__gallery--3-2 .c-image-gallery__gallery-item-sizer{padding-bottom:66.66%}}@media all,bookshop{.c-image-gallery__gallery--1-1 .c-image-gallery__gallery-item-sizer{padding-bottom:100%}}@media all,bookshop{.c-image-gallery__gallery-item{border:1px solid #2e2b28;overflow:hidden;background-color:#ddd}.c-image-gallery__gallery-item--no-click{pointer-events:none}}@media all,bookshop{.c-image-gallery__gallery-item-inner{position:relative;cursor:pointer;transition:width .4s ease-in-out,left .4s ease-in-out}.c-image-gallery__gallery-item-inner:hover{box-shadow:inset 0px 0px 55px rgba(0,0,0,.4);transition:box-shadow .3s ease-in-out}.c-image-gallery__gallery-item-inner:hover img{scale:110%;filter:saturate(110%);transition:scale .3s ease-in-out,filter .3s ease-in-out}.c-image-gallery__gallery-item-inner img{position:absolute;margin:0 auto;margin-left:auto;padding:1px 0 0 0;left:0;right:0;top:50%;transform:translateY(-50%);width:100%;height:auto;max-height:none;object-fit:cover;object-position:center center;margin-left:0;transition:scale .4s ease-in-out,filter .4s ease-in-out}.c-image-gallery__gallery-item-inner--top img{object-position:top center}.c-image-gallery__gallery-item-inner--bottom img{object-position:bottom center}}@media all,bookshop{.c-image-gallery__gallery-item-sizer{position:relative;z-index:1;padding-bottom:54.8%;width:100%;transition:box-shadow .3s ease-in-out}.c-image-gallery__gallery-item-sizer--16-9{padding-bottom:56.25% !important}.c-image-gallery__gallery-item-sizer--4-3{padding-bottom:75% !important}.c-image-gallery__gallery-item-sizer--3-2{padding-bottom:66.66% !important}.c-image-gallery__gallery-item-sizer--1-1{padding-bottom:100% !important}}@media all,bookshop{.c-image-gallery__preview-caption{display:none;pointer-events:none}.c-image-gallery__preview-caption p{margin:4px}}@media all,bookshop{.c-lightbox{display:none;position:fixed;z-index:4;padding:25px 0 50px 0;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:#000;box-sizing:border-box}.c-lightbox__close{position:absolute;top:15px;right:15px;z-index:10;width:35px;height:35px;background-image:url("/assets/icons/close.svg");background-size:35px;background-repeat:no-repeat;filter:invert(100%);cursor:pointer}}@media screen and (max-width: 1080px){.c-lightbox__close{right:5px}}@media all,bookshop{.c-lightbox__content{position:relative;top:50%;transform:translateY(-50%);margin:0 auto;max-width:90vw;height:100%}}@media all,bookshop{.c-lightbox__images{height:100%}}@media all,bookshop{.c-lightbox__slide{display:none;width:100%;height:100%}.c-lightbox__slide img{position:relative;top:50%;transform:translateY(-50%);margin:0 auto;width:100%;max-height:90vh;object-fit:contain}}@media all,bookshop{.c-lightbox__caption{position:absolute;bottom:0;background-color:rgba(255,255,255,.6);color:#000;padding:15px;border-radius:4px}.c-lightbox__caption p{margin:4px}}@media all,bookshop{.c-lightbox__count{display:none;position:absolute;bottom:0;left:15px;margin:0;font-size:16px;line-height:170%;color:#fff;font-weight:Normal}}@media all,bookshop{.c-lightbox__prev,.c-lightbox__next{cursor:pointer;position:absolute;top:50%;transform:translateY(-50%);width:65px;height:65px;background-image:url("/assets/icons/arrow-left.svg");background-size:65px;background-repeat:no-repeat;background-position:-2px;background-color:rgba(255,255,255,.75);transition:.6s ease;border-radius:100%;border:2px solid #000;filter:invert(100%);user-select:none;-webkit-user-select:none;cursor:pointer}}@media screen and (max-width: 1080px){.c-lightbox__prev,.c-lightbox__next{width:45px;height:45px;background-size:45px}}@media all,bookshop{.c-lightbox__prev:hover,.c-lightbox__next:hover{background-color:rgba(255,255,255,.5)}}@media all,bookshop{.c-lightbox__next{right:0;transform:rotate(180deg) translateY(50%)}}@media all,bookshop{.c-lightbox__nav{display:none;flex-flow:row wrap;justify-content:center;margin:25px 50px 50px 50px}}@media screen and (max-width: 1080px){.c-lightbox__nav{display:none}}@media all,bookshop{.c-image-list-items__grid{display:flex;flex-direction:column;grid-gap:60px;grid-gap:30px}}@media(min-width: 375px),bookshop and (min-width: 375px){.c-image-list-items__grid{grid-gap:calc(30px + 30 * (100vw - 375px) / 705)}}@media(min-width: 1080px),bookshop and (min-width: 1080px){.c-image-list-items__grid{grid-gap:60px}}@media(max-width: 800px),bookshop and (max-width: 800px){.c-image-list-items__grid{margin-top:25px}}@media all,bookshop{.c-image-list-items__grid--large-headings .c-image-list-items__heading{padding-bottom:12px;font-size:32px}}@media all,bookshop{.c-image-list-items__grid--rounded-images .c-image-list-items__image-wrapper img{border-radius:8px}}@media all,bookshop{.c-image-list-items__grid-item{display:flex;flex-flow:row nowrap;grid-gap:60px;grid-gap:30px}}@media(min-width: 375px),bookshop and (min-width: 375px){.c-image-list-items__grid-item{grid-gap:calc(30px + 30 * (100vw - 375px) / 705)}}@media(min-width: 1080px),bookshop and (min-width: 1080px){.c-image-list-items__grid-item{grid-gap:60px}}@media(max-width: 800px),bookshop and (max-width: 800px){.c-image-list-items__grid-item{flex-direction:column;grid-gap:30px}.c-image-list-items__grid-item .c-image-list-items__image-wrapper{width:100%}.c-image-list-items__grid-item .c-image-list-items__image-wrapper img{width:100%}}@media all,bookshop{.c-image-list-items__image-wrapper{position:relative;width:300px;height:200px}.c-image-list-items__image-wrapper img{width:300px;height:100%;object-fit:cover;object-position:center center}}@media all,bookshop{.c-image-list-items__heading{font-size:32px;line-height:100%}}@media all,bookshop{.c-image--no-top-padding{margin-top:-110px}}@media(min-width: 375px),bookshop and (min-width: 375px){.c-image--no-top-padding{margin-top:calc(-110px + 15 * (100vw - 375px) / 1545)}}@media(min-width: 1920px),bookshop and (min-width: 1920px){.c-image--no-top-padding{margin-top:-95px}}@media all,bookshop{.c-image__inner{position:relative;display:flex;justify-content:center;text-align:center}}@media all,bookshop{.c-image img,.c-image__image{width:auto;max-width:100%}.c-image img--rounded,.c-image__image--rounded{border-radius:8px}.c-image img--shadow,.c-image__image--shadow{box-shadow:0px 0px 0px rgba(0,0,0,.35)}}@media all,bookshop{.c-image__caption{display:inline-block;position:absolute;bottom:0;padding:8px 25px;background-color:rgba(0,0,0,.75);border-radius:4px;color:#fff;font-size:16px}.c-image__caption p{margin:0}}@media all,bookshop{.c-images-with-attributes__wrapper{display:flex;flex-flow:row wrap;justify-content:center;align-items:flex-start}.c-images-with-attributes__item{flex:1 420px;margin:15px;max-width:50%}.c-images-with-attributes__item ul{margin:0;padding:0;list-style:none;display:flex;flex-flow:row wrap;border-top:1px solid rgba(0,0,0,.15);background-color:rgba(255,255,255,.85)}.c-images-with-attributes__item ul li{display:flex;align-items:center;flex:1 50%;padding:5px;box-sizing:border-box;border-bottom:1px solid rgba(0,0,0,.15);border-left:1px solid rgba(0,0,0,.15)}.c-images-with-attributes__item ul li:nth-child(even){border-right:1px solid rgba(0,0,0,.15)}.c-images-with-attributes__item ul li:last-child{border-right:1px solid rgba(0,0,0,.15)}.c-images-with-attributes__item ul li img{margin:0 15px 0 0;width:24px;height:24px;object-fit:contain}.c-images-with-attributes__image-wrapper{position:relative;display:flex}.c-images-with-attributes__image-wrapper img{width:100%;max-height:380px;object-fit:cover;object-position:center center}.c-images-with-attributes__title-block{position:absolute;left:0;bottom:0;padding:25px;width:100%;background:rgba(255,255,255,.8);background:-moz-linear-gradient(25deg, rgba(255, 255, 255, 0.85) 20%, rgba(255, 255, 255, 0) 100%);background:-webkit-linear-gradient(25deg, rgba(255, 255, 255, 0.85) 20%, rgba(255, 255, 255, 0) 100%);background:linear-gradient(25deg, rgba(255, 255, 255, 0.85) 20%, rgba(255, 255, 255, 0) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="$component-colour",endColorstr="#ffffff",GradientType=1);box-sizing:border-box}.c-images-with-attributes__title-block h3{margin:0;font-size:25px;font-weight:900}.c-images-with-attributes__title-block p{margin:5px 0 0 0;font-size:14px;font-style:italic}}@media all,bookshop{.c-key-items{--padding: 15px}.c-key-items--single .c-key-items__grid-wrapper{grid-template-columns:repeat(auto-fill, minmax(400px, 1fr));max-width:640px}}@media(max-width: 1080px),bookshop and (max-width: 1080px){.c-key-items--single .c-key-items__grid-wrapper{grid-template-columns:repeat(auto-fill, minmax(325px, 1fr))}}@media all,bookshop{.c-key-items__icon{padding-top:var(--padding)}.c-key-items__icon img{width:64px;height:64px}}@media all,bookshop{.c-key-items__title{margin-bottom:0}}@media all,bookshop{.c-key-items__grid-wrapper{display:grid;grid-template-columns:repeat(auto-fill, minmax(400px, 1fr));grid-gap:15px 30px;margin:0 auto}}@media(max-width: 1080px),bookshop and (max-width: 1080px){.c-key-items__grid-wrapper{grid-template-columns:repeat(auto-fill, minmax(325px, 1fr))}}@media all,bookshop{.c-key-items__grid-item{display:flex;flex-direction:row}}@media screen and (max-width: 1080px){.c-key-items__grid-item{flex:1 auto;padding:0;max-width:none}}@media all,bookshop{.c-key-items__grid-item h4{margin:0;font-size:20px;font-weight:300;line-height:170%}}@media(min-width: 375px),bookshop and (min-width: 375px){.c-key-items__grid-item h4{font-size:calc(20px + 0 * (100vw - 375px) / 705)}}@media(min-width: 1080px),bookshop and (min-width: 1080px){.c-key-items__grid-item h4{font-size:20px}}@media all,bookshop{.c-key-items__grid-item p{margin:0 0 var(--padding) 0}}@media all,bookshop{.c-key-items__grid-item ul,.c-key-items__grid-item ol{margin:0 0 var(--padding) 0}}@media all,bookshop{.c-key-items__content{padding:var(--padding)}}@media all,bookshop{.c-key-items--branded h4{color:#69848b}}@media all,bookshop{.c-left-image-right-text__wrapper{display:flex;flex-flow:row wrap;align-items:center}.c-left-image-right-text__wrapper--top{align-items:flex-start}.c-left-image-right-text__wrapper--bottom{align-items:flex-end}}@media screen and (max-width: 1080px){.c-left-image-right-text__wrapper{flex-direction:column}}@media all,bookshop{.c-left-image-right-text__image-wrapper{flex:1 50%;text-align:center}}@media screen and (max-width: 1080px){.c-left-image-right-text__image-wrapper{margin:25px auto;flex:1 auto;width:100%}}@media all,bookshop{.c-left-image-right-text__image-wrapper--top{align-self:flex-start}}@media all,bookshop{.c-left-image-right-text__image-wrapper--center{align-self:center}}@media all,bookshop{.c-left-image-right-text__image-wrapper--bottom{align-self:flex-end}}@media all,bookshop{.c-left-image-right-text__image,.c-left-image-right-text img.c-left-image-right-text__image{width:auto;height:auto;max-width:100%;object-fit:contain;object-position:center center}}@media all,bookshop{.c-left-image-right-text__image-caption{text-align:center}}@media all,bookshop{.c-left-image-right-text__text{flex:1 50%;padding-left:25px;display:flex;flex-direction:column;justify-content:center;box-sizing:border-box}}@media(min-width: 1080px),bookshop and (min-width: 1080px){.c-left-image-right-text__text{padding-left:calc(25px + 25 * (100vw - 1080px) / 840)}}@media(min-width: 1920px),bookshop and (min-width: 1920px){.c-left-image-right-text__text{padding-left:50px}}@media screen and (max-width: 1080px){.c-left-image-right-text__text{flex:1 auto;padding:0;width:100%}}@media all,bookshop{.c-left-image-right-text__text>p:first-of-type{margin-top:0px}}@media all,bookshop{.c-left-image-right-text .c-buttons{padding-bottom:0}}@media screen and (max-width: 1080px){.c-left-image-right-text .c-buttons{justify-content:center}}@media all,bookshop{.c-left-text-right-image__wrapper{display:flex;flex-flow:row wrap;align-items:center}.c-left-text-right-image__wrapper--top{align-items:flex-start}.c-left-text-right-image__wrapper--bottom{align-items:flex-end}}@media screen and (max-width: 1080px){.c-left-text-right-image__wrapper{flex-direction:column-reverse}}@media all,bookshop{.c-left-text-right-image__image-wrapper{flex:1 50%;text-align:center}}@media screen and (max-width: 1080px){.c-left-text-right-image__image-wrapper{margin:25px auto;flex:1 auto;width:100%}}@media all,bookshop{.c-left-text-right-image__image-wrapper--top{align-self:flex-start}}@media all,bookshop{.c-left-text-right-image__image-wrapper--center{align-self:center}}@media all,bookshop{.c-left-text-right-image__image-wrapper--bottom{align-self:flex-end}}@media all,bookshop{.c-left-text-right-image__image,.c-left-text-right-image img.c-left-text-right-image__image{width:auto;height:auto;max-width:100%;object-fit:contain;object-position:center center}}@media all,bookshop{.c-left-text-right-image__image-caption{text-align:center}}@media all,bookshop{.c-left-text-right-image__text{flex:1 50%;padding-right:25px;display:flex;flex-direction:column;justify-content:center;box-sizing:border-box}}@media(min-width: 1080px),bookshop and (min-width: 1080px){.c-left-text-right-image__text{padding-right:calc(25px + 25 * (100vw - 1080px) / 840)}}@media(min-width: 1920px),bookshop and (min-width: 1920px){.c-left-text-right-image__text{padding-right:50px}}@media screen and (max-width: 1080px){.c-left-text-right-image__text{flex:1 auto;padding:0;width:100%}}@media all,bookshop{.c-left-text-right-image__text>p:first-of-type{margin-top:0px}}@media all,bookshop{.c-left-text-right-image .c-buttons{padding-bottom:0}}@media screen and (max-width: 1080px){.c-left-text-right-image .c-buttons{justify-content:center}}@media all,bookshop{.c-map>div:first-child{z-index:1}}@media all,bookshop{.c-meddle-website-mockup{position:relative;--outer-border-radius: 12px;--small-border-radius: 12px}.c-meddle-website-mockup__wrapper{position:relative;width:680px;height:386px;width:320px;height:192px;border-top-left-radius:var(--outer-border-radius);border-top-right-radius:var(--outer-border-radius);border-bottom-left-radius:var(--small-border-radius);border-bottom-right-radius:var(--small-border-radius);--shadow-color: rgba(0,0,0,0.1);box-shadow:1px 2px 12px var(--shadow-color),2px 4px 14px var(--shadow-color),3px 6px 16px var(--shadow-color)}}@media(min-width: 375px),bookshop and (min-width: 375px){.c-meddle-website-mockup__wrapper{width:calc(320px + 360 * (100vw - 375px) / 1545)}}@media(min-width: 1920px),bookshop and (min-width: 1920px){.c-meddle-website-mockup__wrapper{width:680px}}@media(min-width: 375px),bookshop and (min-width: 375px){.c-meddle-website-mockup__wrapper{height:calc(192px + 194 * (100vw - 375px) / 1545)}}@media(min-width: 1920px),bookshop and (min-width: 1920px){.c-meddle-website-mockup__wrapper{height:386px}}@media all,bookshop{.c-meddle-website-mockup__wrapper img{border-bottom-left-radius:var(--small-border-radius);border-bottom-right-radius:var(--small-border-radius)}}@media(max-width: 900px),bookshop and (max-width: 900px){.c-meddle-website-mockup__wrapper{margin:0 auto}}@media all,bookshop{.c-meddle-website-mockup__top-bar{display:flex;align-items:center;gap:5px;padding-left:10px;background:#000;width:100%;height:26px;border-top-left-radius:var(--outer-border-radius);border-top-right-radius:var(--outer-border-radius);box-sizing:border-box}.c-meddle-website-mockup__top-bar span{display:block;border-radius:100%;background-color:#ef685e;width:12px;height:12px}.c-meddle-website-mockup__top-bar span:nth-child(2n){background-color:#f5be55}.c-meddle-website-mockup__top-bar span:nth-child(3n){background-color:#60c357}}@media all,bookshop{.c-meddle-website-mockup__image{object-fit:contain}}@media all,bookshop{.c-news-article-header__wrapper{display:flex;flex-flow:row wrap;padding-bottom:25px;margin:0 -25px}.c-news-article-header__image-wrapper{flex:1 50%;margin:0 25px;padding-bottom:25px}.c-news-article-header__image-wrapper img{width:100%;max-height:420px;object-fit:cover;object-position:center center;box-sizing:border-box}.c-news-article-header__content{display:flex;margin:0 25px;padding-bottom:25px;flex-direction:column;justify-content:center;flex:1 600px;text-align:center}.c-news-article-header__heading{margin:0;padding:0;font-size:32px;font-family:"Oswald","Geneva","Helvetica";line-height:170%;font-weight:300;letter-spacing:6;color:#626262}}@media(min-width: 375px),bookshop and (min-width: 375px){.c-news-article-header__heading{font-size:calc(32px + 0 * (100vw - 375px) / 1545)}}@media(min-width: 1920px),bookshop and (min-width: 1920px){.c-news-article-header__heading{font-size:32px}}@media all,bookshop{.c-news-article-header .tags{justify-content:center;margin:0 0 20px 0}}@media all,bookshop{.c-news-article-header .c-authors{margin:0 -15px -25px -15px;padding:0;border:none}.c-news-article-header .c-authors__author{margin:5px}}@media all,bookshop{.c-offset-image-with-content--flip .c-offset-image-with-content__wrapper{flex-flow:row-reverse nowrap}}@media(max-width: 800px),bookshop and (max-width: 800px){.c-offset-image-with-content--flip .c-offset-image-with-content__wrapper{flex-direction:column}}@media all,bookshop{.c-offset-image-with-content--flip .c-offset-image-with-content__image-wrapper img{left:-120px}}@media(max-width: 800px),bookshop and (max-width: 800px){.c-offset-image-with-content--flip .c-offset-image-with-content__image-wrapper img{position:relative;left:0;right:0;margin:25px auto 0 auto}}@media all,bookshop{.c-offset-image-with-content__wrapper{display:flex;flex-flow:row nowrap}}@media(max-width: 800px),bookshop and (max-width: 800px){.c-offset-image-with-content__wrapper{flex-direction:column}}@media all,bookshop{.c-offset-image-with-content__content-block{flex:1 50%}}@media(max-width: 800px),bookshop and (max-width: 800px){.c-offset-image-with-content__content-block{flex:1 100%}}@media all,bookshop{.c-offset-image-with-content__image-wrapper{position:relative;flex:1 50%}}@media(max-width: 800px),bookshop and (max-width: 800px){.c-offset-image-with-content__image-wrapper{flex:1 100%}}@media all,bookshop{.c-offset-image-with-content__image-wrapper img{position:absolute;left:120px;width:100%;height:100%;object-fit:contain;object-position:center center}}@media(max-width: 800px),bookshop and (max-width: 800px){.c-offset-image-with-content__image-wrapper img{position:relative;left:0;right:0;margin:25px auto 0 auto}}@media all,bookshop{.c-offset-image-with-content .component_heading{padding-bottom:0}}@media all,bookshop{.c-offset-image-with-content .c-buttons{padding-bottom:0}}@media all,bookshop{.c-page-links__wrapper{display:flex;gap:42px;flex-flow:row wrap;justify-content:center}.c-page-links__card{display:flex;flex-flow:column wrap;flex:1 300px;max-width:300px;background-color:rgba(255,255,255,.85);border:1px solid #2e2b28;border-radius:8px;box-shadow:0px 0px 0px rgba(0,0,0,.35);overflow:hidden}.c-page-links__card:hover .c-page-links__image{transform:scale(105%)}.c-page-links__content{display:flex;justify-content:space-between;align-items:center;padding:15px}.c-page-links__title{padding-right:10px;font-size:12px;font-weight:Normal;color:#000}.c-page-links .c-button{display:inline-flex;align-items:center;margin:0;text-align:right}}@media all,bookshop{.c-post-categories__wrapper{display:flex;flex-direction:column;align-items:center}}@media all,bookshop{.c-product-categories__wrapper{display:flex;flex-direction:column;align-items:center}.c-product-categories .set_01{width:100%}.c-product-categories .c-button{margin-top:50px}}@media all,bookshop{.c-reviews__wrapper{display:flex;flex-flow:row wrap;justify-content:center;margin:0 -8px}.c-reviews__review{display:flex;flex-direction:column;flex:1 350px;margin:8px;padding:15px;max-width:467px;background-color:rgba(255,255,255,.85);border-radius:8px;border:1px solid #2e2b28;box-shadow:0px 0px 0px rgba(0,0,0,.35);box-sizing:border-box}.c-reviews__main{display:flex;flex-flow:row wrap}.c-reviews__main img{width:128px;height:128px;object-fit:cover;object-position:center center;border-radius:8px}.c-reviews__main p{margin:0}.c-reviews__content{display:flex;flex-direction:column;justify-content:center;flex:1 auto;margin-left:25px}}@media screen and (max-width: 375px){.c-reviews__content{flex:1 190px;margin-top:15px;margin-left:0px;text-align:center}}@media all,bookshop{.c-reviews__content p{display:block}}@media all,bookshop{.c-reviews__reviewer{padding-bottom:10px;font-weight:600;font-size:24px;line-height:170%}}@media(min-width: 375px),bookshop and (min-width: 375px){.c-reviews__reviewer{font-size:calc(24px + 8 * (100vw - 375px) / 1545)}}@media(min-width: 1920px),bookshop and (min-width: 1920px){.c-reviews__reviewer{font-size:32px}}@media all,bookshop{.c-reviews__text{margin-top:25px}}@media screen and (max-width: 375px){.c-reviews__text{margin-top:10px}}@media all,bookshop{.c-rotating-boxes__grid-wrapper{display:flex;flex-flow:row wrap;margin:0 auto;max-width:700px;width:68%}.c-rotating-boxes__box{position:relative;transition:flex 1s cubic-bezier(0.55, -0.6, 0.5, 1.5);padding:10px;box-sizing:border-box}.c-rotating-boxes__box--box1{flex:1 100%;height:160px;height:90px}}@media(min-width: 375px),bookshop and (min-width: 375px){.c-rotating-boxes__box--box1{height:calc(90px + 70 * (100vw - 375px) / 1545)}}@media(min-width: 1920px),bookshop and (min-width: 1920px){.c-rotating-boxes__box--box1{height:160px}}@media all,bookshop{.c-rotating-boxes__box--box1 .c-rotating-boxes__box-inner{background-color:#91a6ff}}@media all,bookshop{.c-rotating-boxes__box--box1 .c-rotating-boxes__box-caption{top:118px;left:-210px;text-align:center;left:-65px;top:65px}}@media(min-width: 375px),bookshop and (min-width: 375px){.c-rotating-boxes__box--box1 .c-rotating-boxes__box-caption{left:calc(-65px + -145 * (100vw - 375px) / 1545)}}@media(min-width: 1920px),bookshop and (min-width: 1920px){.c-rotating-boxes__box--box1 .c-rotating-boxes__box-caption{left:-210px}}@media(min-width: 375px),bookshop and (min-width: 375px){.c-rotating-boxes__box--box1 .c-rotating-boxes__box-caption{top:calc(65px + 53 * (100vw - 375px) / 1545)}}@media(min-width: 1920px),bookshop and (min-width: 1920px){.c-rotating-boxes__box--box1 .c-rotating-boxes__box-caption{top:118px}}@media all,bookshop{.c-rotating-boxes__box--box1 img.c-rotating-boxes__caption-arrow{top:0%;left:-50px;width:180px;height:180px;width:128.5714285714px;height:128.5714285714px;left:-10px}}@media(min-width: 375px),bookshop and (min-width: 375px){.c-rotating-boxes__box--box1 img.c-rotating-boxes__caption-arrow{width:calc(128.5714285714px + 51.4285714286 * (100vw - 375px) / 1545)}}@media(min-width: 1920px),bookshop and (min-width: 1920px){.c-rotating-boxes__box--box1 img.c-rotating-boxes__caption-arrow{width:180px}}@media(min-width: 375px),bookshop and (min-width: 375px){.c-rotating-boxes__box--box1 img.c-rotating-boxes__caption-arrow{height:calc(128.5714285714px + 51.4285714286 * (100vw - 375px) / 1545)}}@media(min-width: 1920px),bookshop and (min-width: 1920px){.c-rotating-boxes__box--box1 img.c-rotating-boxes__caption-arrow{height:180px}}@media(min-width: 375px),bookshop and (min-width: 375px){.c-rotating-boxes__box--box1 img.c-rotating-boxes__caption-arrow{left:calc(-10px + -40 * (100vw - 375px) / 1545)}}@media(min-width: 1920px),bookshop and (min-width: 1920px){.c-rotating-boxes__box--box1 img.c-rotating-boxes__caption-arrow{left:-50px}}@media all,bookshop{.c-rotating-boxes__box--box2{flex:1 60%;height:160px;height:90px}}@media(min-width: 375px),bookshop and (min-width: 375px){.c-rotating-boxes__box--box2{height:calc(90px + 70 * (100vw - 375px) / 1545)}}@media(min-width: 1920px),bookshop and (min-width: 1920px){.c-rotating-boxes__box--box2{height:160px}}@media all,bookshop{.c-rotating-boxes__box--box2 .c-rotating-boxes__box-inner{background-color:#ffd972}}@media all,bookshop{.c-rotating-boxes__box--box2 .c-rotating-boxes__box-caption{top:216px;left:40px;text-align:center;left:20px;top:135px}}@media(min-width: 375px),bookshop and (min-width: 375px){.c-rotating-boxes__box--box2 .c-rotating-boxes__box-caption{left:calc(20px + 20 * (100vw - 375px) / 1545)}}@media(min-width: 1920px),bookshop and (min-width: 1920px){.c-rotating-boxes__box--box2 .c-rotating-boxes__box-caption{left:40px}}@media(min-width: 375px),bookshop and (min-width: 375px){.c-rotating-boxes__box--box2 .c-rotating-boxes__box-caption{top:calc(135px + 81 * (100vw - 375px) / 1545)}}@media(min-width: 1920px),bookshop and (min-width: 1920px){.c-rotating-boxes__box--box2 .c-rotating-boxes__box-caption{top:216px}}@media all,bookshop{.c-rotating-boxes__box--box2 img.c-rotating-boxes__caption-arrow{top:60%;left:60px;width:120px;height:120px;transform:rotate(180deg);width:85.7142857143px;height:85.7142857143px;left:10px}}@media(min-width: 375px),bookshop and (min-width: 375px){.c-rotating-boxes__box--box2 img.c-rotating-boxes__caption-arrow{width:calc(85.7142857143px + 34.2857142857 * (100vw - 375px) / 1545)}}@media(min-width: 1920px),bookshop and (min-width: 1920px){.c-rotating-boxes__box--box2 img.c-rotating-boxes__caption-arrow{width:120px}}@media(min-width: 375px),bookshop and (min-width: 375px){.c-rotating-boxes__box--box2 img.c-rotating-boxes__caption-arrow{height:calc(85.7142857143px + 34.2857142857 * (100vw - 375px) / 1545)}}@media(min-width: 1920px),bookshop and (min-width: 1920px){.c-rotating-boxes__box--box2 img.c-rotating-boxes__caption-arrow{height:120px}}@media(min-width: 375px),bookshop and (min-width: 375px){.c-rotating-boxes__box--box2 img.c-rotating-boxes__caption-arrow{left:calc(10px + 50 * (100vw - 375px) / 1545)}}@media(min-width: 1920px),bookshop and (min-width: 1920px){.c-rotating-boxes__box--box2 img.c-rotating-boxes__caption-arrow{left:60px}}@media all,bookshop{.c-rotating-boxes__box--box3{flex:1 40%;height:160px;height:90px}}@media(min-width: 375px),bookshop and (min-width: 375px){.c-rotating-boxes__box--box3{height:calc(90px + 70 * (100vw - 375px) / 1545)}}@media(min-width: 1920px),bookshop and (min-width: 1920px){.c-rotating-boxes__box--box3{height:160px}}@media all,bookshop{.c-rotating-boxes__box--box3 .c-rotating-boxes__box-inner{background-color:#a8d5ba}}@media all,bookshop{.c-rotating-boxes__box--box3 .c-rotating-boxes__box-caption{top:174px;right:-120px;text-align:left;right:-50px;top:132px}}@media(min-width: 375px),bookshop and (min-width: 375px){.c-rotating-boxes__box--box3 .c-rotating-boxes__box-caption{right:calc(-50px + -70 * (100vw - 375px) / 1545)}}@media(min-width: 1920px),bookshop and (min-width: 1920px){.c-rotating-boxes__box--box3 .c-rotating-boxes__box-caption{right:-120px}}@media(min-width: 375px),bookshop and (min-width: 375px){.c-rotating-boxes__box--box3 .c-rotating-boxes__box-caption{top:calc(132px + 42 * (100vw - 375px) / 1545)}}@media(min-width: 1920px),bookshop and (min-width: 1920px){.c-rotating-boxes__box--box3 .c-rotating-boxes__box-caption{top:174px}}@media all,bookshop{.c-rotating-boxes__box--box3 img.c-rotating-boxes__caption-arrow{top:60%;left:unset;right:40px;width:120px;height:120px;width:85.7142857143px;height:85.7142857143px;right:-25px}}@media(min-width: 375px),bookshop and (min-width: 375px){.c-rotating-boxes__box--box3 img.c-rotating-boxes__caption-arrow{width:calc(85.7142857143px + 34.2857142857 * (100vw - 375px) / 1545)}}@media(min-width: 1920px),bookshop and (min-width: 1920px){.c-rotating-boxes__box--box3 img.c-rotating-boxes__caption-arrow{width:120px}}@media(min-width: 375px),bookshop and (min-width: 375px){.c-rotating-boxes__box--box3 img.c-rotating-boxes__caption-arrow{height:calc(85.7142857143px + 34.2857142857 * (100vw - 375px) / 1545)}}@media(min-width: 1920px),bookshop and (min-width: 1920px){.c-rotating-boxes__box--box3 img.c-rotating-boxes__caption-arrow{height:120px}}@media(min-width: 375px),bookshop and (min-width: 375px){.c-rotating-boxes__box--box3 img.c-rotating-boxes__caption-arrow{right:calc(-25px + 65 * (100vw - 375px) / 1545)}}@media(min-width: 1920px),bookshop and (min-width: 1920px){.c-rotating-boxes__box--box3 img.c-rotating-boxes__caption-arrow{right:40px}}@media all,bookshop{.c-rotating-boxes__box--box4{flex:1 30%;background-color:red}}@media all,bookshop{.c-rotating-boxes__box--box5{flex:1 30%;background-color:#000}}@media all,bookshop{.c-rotating-boxes__box-inner{border-radius:20px;height:100%}}@media all,bookshop{.c-rotating-boxes__box-caption{position:absolute;top:64px;margin:0;width:160px;width:65px;z-index:2;font-size:22px;font-size:16px;font-family:"Indie Flower",Arial;color:#000;line-height:140%;font-weight:600;user-select:none}}@media(min-width: 375px),bookshop and (min-width: 375px){.c-rotating-boxes__box-caption{width:calc(65px + 95 * (100vw - 375px) / 1545)}}@media(min-width: 1920px),bookshop and (min-width: 1920px){.c-rotating-boxes__box-caption{width:160px}}@media(min-width: 375px),bookshop and (min-width: 375px){.c-rotating-boxes__box-caption{font-size:calc(16px + 6 * (100vw - 375px) / 1545)}}@media(min-width: 1920px),bookshop and (min-width: 1920px){.c-rotating-boxes__box-caption{font-size:22px}}@media all,bookshop{.c-rotating-boxes img.c-rotating-boxes__caption-arrow{position:absolute;user-select:none}}@media all,bookshop{.c-shopping-cart{position:relative;z-index:9;padding-bottom:0;height:0;opacity:0;pointer-events:none;transition:opacity .2s ease}.c-shopping-cart--visible{height:100%;opacity:1;pointer-events:all;transition:opacity .2s ease}.c-shopping-cart__overlay{position:fixed;top:0;z-index:10;width:100%;height:100%;background-color:rgba(0,0,0,.8)}.c-shopping-cart__wrapper{position:fixed;z-index:11;left:0;right:0;top:50%;transform:translateY(-50%);margin:0 auto;width:100%;max-width:600px}.c-shopping-cart__content{position:relative;margin:0 auto;padding:25px;width:80%;background-color:rgba(255,255,255,.85);border-radius:8px;box-shadow:0px 0px 0px rgba(0,0,0,.35)}.c-shopping-cart__content h5{margin:0 0 25px 0;padding:0;font-weight:600;font-size:32px;line-height:1}.c-shopping-cart__close{position:absolute;top:15px;right:15px;width:32px;height:32px;cursor:pointer;background-image:url("/assets/icons/close.svg");background-size:32px}.c-shopping-cart__cart-items{width:100%;border:none}.c-shopping-cart__cart-items tr{display:flex;justify-content:space-between;border:none;border-top:1px solid rgba(0,0,0,.15)}.c-shopping-cart__cart-items tr td{border:none;padding:5px 15px 5px 0}.c-shopping-cart__cart-items tr td:first-child{max-width:75%}.c-shopping-cart__remove{cursor:pointer}.c-shopping-cart__modal-total{margin:0;padding:15px 0;border-top:1px solid rgba(0,0,0,.15);font-size:24px;line-height:170%;text-align:right}.c-shopping-cart__purchase{display:flex;justify-content:flex-end}.c-shopping-cart__error-message{color:red}}@media all,bookshop{.c-slideshow--no-bottom-padding{padding-bottom:0}.c-slideshow--no-top-padding{margin-top:-110px}}@media(min-width: 375px),bookshop and (min-width: 375px){.c-slideshow--no-top-padding{margin-top:calc(-110px + 15 * (100vw - 375px) / 1545)}}@media(min-width: 1920px),bookshop and (min-width: 1920px){.c-slideshow--no-top-padding{margin-top:-95px}}@media all,bookshop{.c-slideshow__preload img{position:absolute;top:-1500px;left:-1500px;width:50px;height:50px;pointer-events:none}}@media all,bookshop{.c-slideshow__slideshow{position:relative;display:flex;align-items:center;background-color:#000}.c-slideshow__slideshow--transparent{background-color:rgba(0,0,0,0)}}@media all,bookshop{.c-slideshow__buttons{position:absolute;z-index:2;top:50%;transform:translateY(-50%);margin:0 auto;display:flex;justify-content:space-between;align-items:center;width:100%}}@media all,bookshop{.c-slideshow__button{margin:0;padding:0 15px;cursor:pointer;font-size:38px;line-height:170%;background:rgba(0,0,0,.4);color:#fff;margin:-25px;border-radius:8px;user-select:none}}@media all,bookshop{.c-slideshow__slide{display:flex;position:relative;opacity:0;transition:opacity .5s ease;overflow:hidden}.c-slideshow__slide img{width:0;height:0;max-height:none;max-height:auto;object-fit:cover;object-position:center}.c-slideshow__slide--visible{width:100%;opacity:1;transition:opacity .5s ease}.c-slideshow__slide--visible img{width:100%;height:183px}}@media(min-width: 375px),bookshop and (min-width: 375px){.c-slideshow__slide--visible img{height:calc(183px + 323 * (100vw - 375px) / 1745)}}@media(min-width: 2120px),bookshop and (min-width: 2120px){.c-slideshow__slide--visible img{height:506px}}@media all,bookshop{.c-slideshow__slide--visible .c-slideshow__caption{opacity:1;transition:opacity .5s ease}}@media all,bookshop{.c-slideshow__caption{position:absolute;bottom:25px;left:25px;max-width:70%;padding:8px 140px 8px 25px;background:rgba(255,255,255,.75);background:linear-gradient(90deg, rgba(255, 255, 255, 0.75) 60%, rgba(255, 255, 255, 0) 100%);color:#000;border-radius:8px;box-shadow:-18px 14px 18px rgba(0,0,0,.4);opacity:0}}@media all,bookshop{.page-components__inner--wide .c-slideshow__slide--visible img{height:183px}}@media(min-width: 375px),bookshop and (min-width: 375px){.page-components__inner--wide .c-slideshow__slide--visible img{height:calc(183px + 717 * (100vw - 375px) / 1881)}}@media(min-width: 2256px),bookshop and (min-width: 2256px){.page-components__inner--wide .c-slideshow__slide--visible img{height:900px}}@media all,bookshop{.c-sponsors{display:flex;flex-flow:row wrap;justify-content:center}.c-sponsors__heading{width:100%}.c-sponsors__sponsors-wrapper{display:flex;flex-flow:row wrap;align-items:center;justify-content:center;margin:0 -25px}.c-sponsors__sponsor{flex:1 125px;margin:25px;text-align:center;transition:filter .2s ease}.c-sponsors__sponsor:hover{filter:saturate(30%);transition:filter .2s ease}.c-sponsors__sponsor img{max-height:75px;object-fit:contain;max-width:200px}}@media all,bookshop{.c-stats--dividers .c-stats__stat:before,.c-stats--dividers .c-stats__stat:after{display:block}.c-stats__inner-wrapper{position:relative;display:flex;flex-flow:row wrap;justify-content:center}.c-stats__stat{position:relative;flex:1 275px;margin:0 25px;padding:25px 0;max-width:400px;text-align:center}.c-stats__stat:before,.c-stats__stat:after{content:"";display:none;position:absolute;margin:0 auto;left:0;right:0;border-top:1px solid #000;width:70%;opacity:.3}.c-stats__stat:before{top:0}.c-stats__stat:after{bottom:0}.c-stats__description{margin-bottom:0}.c-stats__image img{margin-bottom:15px;width:125px;height:125px;object-fit:contain}.c-stats__value{font-size:24px;font-family:"Avenir Next","Geneva","Helvetica";font-weight:900}}@media(min-width: 375px),bookshop and (min-width: 375px){.c-stats__value{font-size:calc(24px + 8 * (100vw - 375px) / 1545)}}@media(min-width: 1920px),bookshop and (min-width: 1920px){.c-stats__value{font-size:32px}}@media all,bookshop{.c-stats p{margin-top:0}}@media all,bookshop{.c-success-failure-text{padding:95px 0 190px 0}.c-success-failure-text__heading{margin-bottom:50px}}@media all,bookshop{.c-tabbed-content-with-image{display:grid;grid-template-columns:repeat(auto-fill, minmax(450px, 1fr));grid-gap:85px;align-items:flex-start}}@media(max-width: 1200px),bookshop and (max-width: 1200px){.c-tabbed-content-with-image{grid-template-columns:repeat(auto-fill, minmax(350px, 1fr))}}@media(max-width: 930px),bookshop and (max-width: 930px){.c-tabbed-content-with-image .c-tabbed-content-with-image__image-wrapper{grid-column:1/-1}.c-tabbed-content-with-image .c-tabbed-content-with-image__content{padding-top:0;grid-column:1/-1}}@media(max-width: 560px),bookshop and (max-width: 560px){.c-tabbed-content-with-image{grid-template-columns:repeat(auto-fill, minmax(290px, 1fr))}}@media all,bookshop{.c-tabbed-content-with-image--no-image .c-tabbed-content-with-image__content{padding-top:0;grid-column:1/-1}.c-tabbed-content-with-image--no-image .c-tabbed-content-with-image__tabs{margin:0 auto;max-width:1000px}}@media all,bookshop{.c-tabbed-content-with-image__eyebrow{line-height:100%;font-weight:900}}@media all,bookshop{.c-tabbed-content-with-image .component_heading{padding-bottom:30px}}@media all,bookshop{.c-tabbed-content-with-image__image-wrapper{display:flex;justify-content:center;align-items:center}.c-tabbed-content-with-image__image-wrapper--sticky{position:sticky;top:calc(var(--navigation-height) + 75px)}}@media(max-width: 930px),bookshop and (max-width: 930px){.c-tabbed-content-with-image__image-wrapper{position:relative;top:0}}@media all,bookshop{.c-tabbed-content-with-image__image-wrapper--top{align-items:flex-start}}@media all,bookshop{.c-tabbed-content-with-image__image-wrapper--bottom{align-items:flex-end}}@media all,bookshop{.c-tabbed-content-with-image__image-wrapper img{position:relative;z-index:2;width:100%;max-width:600px;max-height:750px;border-radius:24px}}@media all,bookshop{.c-tabbed-content-with-image__shadow-wrapper{position:relative}.c-tabbed-content-with-image__shadow-wrapper:after{position:absolute;z-index:1;content:"";right:-32px;bottom:-32px;width:90%;height:85%;background-color:rgba(0,0,0,.1);border-radius:40px}}@media all,bookshop{.c-tabbed-content-with-image__content{padding-top:100px}}@media all,bookshop{.c-tabbed-content-with-image__tab-buttons{display:flex;margin-bottom:20px;border-bottom:1px solid rgba(0,0,0,.1);overflow-x:auto;overflow-y:hidden}}@media(max-width: 400px),bookshop and (max-width: 400px){.c-tabbed-content-with-image__tab-buttons{font-size:14px}}@media all,bookshop{.c-tabbed-content-with-image__tab-button{position:relative;margin-right:24px;padding:10px 4px;background:none;border:none;cursor:pointer;font-weight:700}.c-tabbed-content-with-image__tab-button.active:after{content:"";position:absolute;bottom:0;left:0;width:100%;border-bottom:2px solid #000}}@media all,bookshop{.c-tabbed-content-with-image__tab{display:none}.c-tabbed-content-with-image__tab.active{display:block}}@media all,bookshop{.c-table-of-contents{border:10px solid red}}@media all,bookshop{.tags .button-2{cursor:default;font-size:12px;font-weight:100;line-height:170%;margin-left:1px;margin-right:1px;color:#7a7a6e}}@media all,bookshop{.c-team-cards{margin-bottom:120px}.c-team-cards__wrapper{display:grid;grid-template-columns:1fr minmax(auto, 800px);grid-gap:85px;align-items:flex-start}}@media(max-width: 1400px),bookshop and (max-width: 1400px){.c-team-cards__wrapper{grid-template-columns:1fr minmax(auto, 700px)}}@media(max-width: 1300px),bookshop and (max-width: 1300px){.c-team-cards__wrapper{grid-template-columns:1fr minmax(auto, 600px)}}@media all,bookshop{.c-team-cards__content--sticky{position:sticky;top:calc(var(--navigation-height) + 75px)}}@media(max-width: 1200px),bookshop and (max-width: 1200px){.c-team-cards__content--sticky{position:relative;padding-bottom:32px}}@media(max-width: 1200px),bookshop and (max-width: 1200px){.c-team-cards__content{grid-column:1/-1}}@media all,bookshop{.c-team-cards__eyebrow{line-height:100%;font-weight:900;opacity:.5}}@media all,bookshop{.c-team-cards__heading{line-height:100%;font-size:34px;font-weight:300}}@media all,bookshop{.c-team-cards__text{margin-top:28px}}@media all,bookshop{.c-team-cards__buttons{margin-top:25px}}@media all,bookshop{.c-team-cards__cards{display:grid;grid-template-columns:repeat(auto-fill, minmax(250px, 1fr));grid-gap:85px}}@media(max-width: 1400px),bookshop and (max-width: 1400px){.c-team-cards__cards{grid-gap:40px}}@media(max-width: 1200px),bookshop and (max-width: 1200px){.c-team-cards__cards{grid-column:1/-1}}@media all,bookshop{.c-team-cards__card{position:relative;padding:48px 10% 40px;box-shadow:15px 0 40px 1px rgba(0,0,0,.11);border-radius:8px;border:1px solid rgba(0,0,0,0);transition:transform .4s,box-shadow .4s,border-color .4s}.c-team-cards__card:hover{box-shadow:0 0 0 1px rgba(0,0,0,0);border-color:rgba(0,0,0,.1);transform:translate(0, 3px)}}@media(max-width: 630px),bookshop and (max-width: 630px){.c-team-cards__card:hover{transform:none}}@media all,bookshop{.c-team-cards__card:nth-child(2n){transform:translateY(60px)}}@media(max-width: 630px),bookshop and (max-width: 630px){.c-team-cards__card:nth-child(2n){transform:none}}@media all,bookshop{.c-team-cards__card:nth-child(2n):hover{transform:translate(0, 63px)}}@media(max-width: 630px),bookshop and (max-width: 630px){.c-team-cards__card:nth-child(2n):hover{transform:none}}@media(max-width: 630px),bookshop and (max-width: 630px){.c-team-cards__card{transform:none;grid-column:1/-1}}@media all,bookshop{.c-team-cards__header{position:absolute;top:0;left:0;width:100%;letter-spacing:1px;text-transform:uppercase;text-align:center;padding-top:5px;padding-bottom:4px;font-size:9px;font-weight:700;line-height:16px;border-bottom:1px solid rgba(0,0,0,.1)}.c-team-cards__header p{margin:0}}@media all,bookshop{.c-team-cards__inner{display:flex;flex-direction:column;justify-content:center;align-items:center}.c-team-cards__inner .c-team-cards__profile-image{margin-bottom:20px;width:144px;height:144px}}@media all,bookshop{.c-team-cards__profile-image{border-radius:100%}}@media all,bookshop{.c-team-cards__name{margin-bottom:15px;font-size:26px;font-weight:700;line-height:32px}}@media all,bookshop{.c-team-cards__description{margin:0;text-align:center}}@media all,bookshop{.c-testimonials__wrapper{display:flex;flex-flow:row wrap;justify-content:center;margin:0 -8px}.c-testimonials__testimonial{display:flex;flex-direction:column;flex:1 350px;margin:8px;padding:15px;max-width:467px;background-color:rgba(255,255,255,.85);border-radius:8px;border:1px solid #2e2b28;box-shadow:0px 0px 0px rgba(0,0,0,.35);box-sizing:border-box}.c-testimonials__main{display:flex;flex-flow:row wrap}.c-testimonials__main img{width:128px;height:128px;object-fit:cover;object-position:center center;border-radius:8px}.c-testimonials__main p{margin:0}.c-testimonials__content{display:flex;flex-direction:column;justify-content:center;flex:1 auto}}@media screen and (max-width: 375px){.c-testimonials__content{flex:1 190px;margin-top:15px;text-align:center}}@media all,bookshop{.c-testimonials__content p{display:block}}@media all,bookshop{.c-testimonials__name{font-weight:600;font-size:24px;line-height:170%}}@media(min-width: 375px),bookshop and (min-width: 375px){.c-testimonials__name{font-size:calc(24px + 8 * (100vw - 375px) / 1545)}}@media(min-width: 1920px),bookshop and (min-width: 1920px){.c-testimonials__name{font-size:32px}}@media all,bookshop{.c-testimonials__role{font-style:italic}}@media all,bookshop{.c-testimonials__text{margin-top:10px}.c-testimonials__text p{margin:0}}@media all,bookshop{.c-text-blocks__heading-wrapper{display:flex;align-items:center;justify-content:flex-start;margin-top:15px;margin-bottom:5px}.c-text-blocks__heading-wrapper--image h4{padding-left:20px;line-height:100%}.c-text-blocks__heading-wrapper--center{justify-content:center}.c-text-blocks__heading-wrapper--right{justify-content:flex-end}.c-text-blocks__icon img{width:64px;height:64px}.c-text-blocks__title{margin-bottom:0}.c-text-blocks__grid-wrapper{display:flex;flex-flow:row wrap;justify-content:center}}@media screen and (max-width: 1080px){.c-text-blocks__grid-wrapper{flex-flow:unset;flex-direction:column;align-items:center}}@media all,bookshop{.c-text-blocks__grid-item{display:flex;flex-direction:column;flex:1 47%;padding:15px 15px 15px 45px;max-width:74%;border-left:10px solid #43596c;border-radius:10px;margin:20px 0;border:1px solid #43596c;border-left:10px solid #43596c}}@media screen and (max-width: 1080px){.c-text-blocks__grid-item{flex:1 auto;max-width:none}}@media all,bookshop{.c-text-blocks__grid-item h4{margin:0;font-size:20px;font-weight:300;line-height:170%}}@media(min-width: 375px),bookshop and (min-width: 375px){.c-text-blocks__grid-item h4{font-size:calc(20px + 0 * (100vw - 375px) / 705)}}@media(min-width: 1080px),bookshop and (min-width: 1080px){.c-text-blocks__grid-item h4{font-size:20px}}@media all,bookshop{.c-text-blocks__grid-item p{margin:0 0 15px 0}}@media all,bookshop{.c-text-blocks__grid-item ul,.c-text-blocks__grid-item ol{margin:0 0 15px 0}}@media all,bookshop{.c-text-blocks--branded h4{color:#69848b}}@media all,bookshop{.c-text-grid__heading-wrapper{display:flex;align-items:center;justify-content:flex-start;margin-top:15px;margin-bottom:5px}.c-text-grid__heading-wrapper--image h4{padding-left:20px}.c-text-grid__heading-wrapper--center{justify-content:center}.c-text-grid__heading-wrapper--right{justify-content:flex-end}.c-text-grid__icon img{width:64px;height:64px}.c-text-grid__title{margin-bottom:0}.c-text-grid__grid-wrapper{display:flex;flex-flow:row wrap;justify-content:center}}@media screen and (max-width: 1080px){.c-text-grid__grid-wrapper{flex-flow:unset;flex-direction:column}}@media all,bookshop{.c-text-grid__grid-item{display:flex;flex-direction:column;flex:1 45%;padding:15px;max-width:50%}}@media screen and (max-width: 1080px){.c-text-grid__grid-item{flex:1 auto;padding:0;max-width:none}}@media all,bookshop{.c-text-grid__grid-item h4{margin:0;font-size:20px;font-weight:300;line-height:170%}}@media(min-width: 375px),bookshop and (min-width: 375px){.c-text-grid__grid-item h4{font-size:calc(20px + 0 * (100vw - 375px) / 705)}}@media(min-width: 1080px),bookshop and (min-width: 1080px){.c-text-grid__grid-item h4{font-size:20px}}@media all,bookshop{.c-text-grid__grid-item p{margin:0 0 15px 0}}@media all,bookshop{.c-text-grid__grid-item ul,.c-text-grid__grid-item ol{margin:0 0 15px 0}}@media all,bookshop{.c-text-grid--branded h4{color:#69848b}}@media all,bookshop{.c-two-column-grid .component_heading{padding-bottom:47.5px}}@media(min-width: 375px),bookshop and (min-width: 375px){.c-two-column-grid .component_heading{padding-bottom:calc(47.5px + 47.5 * (100vw - 375px) / 1545)}}@media(min-width: 1920px),bookshop and (min-width: 1920px){.c-two-column-grid .component_heading{padding-bottom:95px}}@media all,bookshop{.c-two-column-grid.component{padding-bottom:0}}@media all,bookshop{.c-two-column-grid__columns{display:grid;grid-template-columns:repeat(auto-fill, minmax(45%, 1fr));grid-gap:0 75px}.c-two-column-grid__columns--center{align-items:center}.c-two-column-grid__columns--bottom{align-items:end}.c-two-column-grid__columns .component_heading{padding-bottom:25px}}@media all,bookshop{.c-video-gallery__gallery{display:grid;grid-template-columns:repeat(auto-fill, minmax(310px, 1fr));grid-gap:116px}.c-video-gallery__gallery--rounded iframe{border-radius:8px}.c-video-gallery__gallery--shadows iframe{box-shadow:0px 0px 0px rgba(0,0,0,.35)}}@media all,bookshop{.c-video__video-aspect-wrapper{position:relative;display:flex;flex:1 350px;margin:8px}.c-video__video{height:0;padding-bottom:56.25%;width:100%}.c-video__video iframe{position:absolute;top:0;bottom:0;left:0;right:0;margin:0 auto}}@media all,bookshop{.c-video{--outer-border-radius: 12px;--small-border-radius: 12px}.c-video .component_heading h2{font-size:16px}.c-video__video-wrapper--rounded iframe{border-radius:8px}.c-video__video-wrapper--shadows iframe{box-shadow:0px 0px 0px rgba(0,0,0,.35)}.c-video__video-wrapper--framed{border-top-left-radius:var(--outer-border-radius);border-top-right-radius:var(--outer-border-radius);border-bottom-left-radius:var(--small-border-radius);border-bottom-right-radius:var(--small-border-radius);--shadow-color: rgba(0,0,0,0.1);box-shadow:1px 2px 12px var(--shadow-color),2px 4px 14px var(--shadow-color),3px 6px 16px var(--shadow-color)}.c-video__video-wrapper--framed iframe,.c-video__video-wrapper--framed video{border-bottom-left-radius:var(--small-border-radius);border-bottom-right-radius:var(--small-border-radius)}.c-video__top-bar{display:none;align-items:center;gap:5px;padding-left:10px;background:#000;width:100%;height:26px;border-top-left-radius:var(--outer-border-radius);border-top-right-radius:var(--outer-border-radius);box-sizing:border-box}}@media(max-width: 575px),bookshop and (max-width: 575px){.c-video__top-bar{display:none}}@media all,bookshop{.c-video__top-bar--enabled{display:flex}}@media all,bookshop{.c-video__top-bar span{display:block;border-radius:100%;background-color:#ef685e;width:12px;height:12px}.c-video__top-bar span:nth-child(2n){background-color:#f5be55}.c-video__top-bar span:nth-child(3n){background-color:#60c357}}@media all,bookshop{.c-video__video-aspect-wrapper{position:relative;display:flex;flex:1 350px}}@media all,bookshop{.c-video__video{height:0;padding-bottom:56.25%;width:100%}.c-video__video iframe,.c-video__video video{position:absolute;top:0;bottom:0;left:0;right:0;margin:0 auto;width:100%}}html{background-color:#000}body{--navigation-max-width: 1920px;--header-height: 900px;--transition: 0.3s ease-in-out;--navigation-height: 160px;--textfade-animation-duration: 1s}@media(max-width: 1080px){body{--navigation-height: 95px}}body h1,body h2,body h3,body h4{text-transform:uppercase}*{--navigation-height: 160px}.c-navigation{position:absolute;top:0;padding-left:30px;padding-right:30px;height:var(--navigation-height);box-sizing:border-box;text-transform:uppercase}@media(min-width: 375px){.c-navigation{padding-left:calc(30px + 70 * (100vw - 375px) / 1545)}}@media(min-width: 1920px){.c-navigation{padding-left:100px}}@media(min-width: 375px){.c-navigation{padding-right:calc(30px + 70 * (100vw - 375px) / 1545)}}@media(min-width: 1920px){.c-navigation{padding-right:100px}}@media(max-width: 1080px){.c-navigation{display:block;--navigation-height: 80px}}.c-navigation__image img{top:25px;left:0;right:0;margin:0 auto}@media(max-width: 1080px){.c-navigation__image img{top:-5px}}.c-navigation__main,.c-navigation__secondary{position:relative;z-index:2;height:var(--navigation-height)}@media(max-width: 1080px){.c-navigation__main,.c-navigation__secondary{position:absolute;height:auto;top:18px}}.c-navigation__main{padding-left:0}@media(max-width: 1080px){.c-navigation__main{display:none}}.c-navigation__secondary{padding-right:0}@media(max-width: 1080px){.c-navigation__secondary{margin-right:-50px}}.c-navigation__title{position:absolute;z-index:0;top:50%;transform:translateY(-50%);left:0;right:0;margin:0 auto}@media(max-width: 1080px){.c-navigation__title{top:24px;transform:unset}}.c-navigation__title h1{display:inline;font-size:26px}.c-navigation__inner-wrapper{justify-content:space-between}@media(max-width: 1080px){.c-navigation__inner-wrapper{justify-content:flex-end}}.c-navigation__group{padding-right:0}.c-navigation__group svg{display:none}.c-navigation__submenu{top:55px;left:-16px;min-width:unset;width:max-content;background-color:unset;border-bottom-left-radius:2px;border-bottom-right-radius:2px;box-shadow:10px 20px 20px rgba(0,0,0,.3)}.c-navigation__submenu-list{padding-bottom:10px}.c-navigation__submenu-list a{text-align:left;line-height:100%}.c-navigation__nav-link a,.c-navigation__nav-link span{display:flex}.c-navigation__nav-item{line-height:50px}.c-mobile-menu__navigation{margin:65px 0 0 15px;border-top:none;text-transform:uppercase}@media(max-width: 1080px){.c-mobile-menu__toggle{left:15px;top:20px}}.c-main-header{margin-top:var(--navigation-height);height:var(--header-height)}.c-main-header--full-page{--header-height: calc(100vh - var(--navigation-height) - 75px) !important;height:var(--header-height)}.c-main-header__background-image{--header-height: calc(100vh - var(--navigation-height) - 75px) !important height: var(--header-height);background-position-y:15px !important}.content-wrapper--no-header{padding-top:var(--navigation-height)}@media(max-width: 1080px){.content-wrapper--no-header{--navigation-height: 80px}}.generic-wrapper{padding-top:95px}@media(max-width: 1080px){.generic-wrapper{padding-top:95pxvar(--navigation-height)}}.generic-wrapper{min-height:0}.page-components__section{padding-top:95px}.page-components__section-heading{margin:0 auto;padding:0px 0 20px 0;max-width:1920px}.c-button{padding:6px 14px}.c-image-gallery__gallery{display:grid;grid-template-columns:repeat(auto-fill, minmax(275px, 1fr));align-items:center;grid-gap:130px}.c-image-gallery__gallery--5-cols{grid-template-columns:repeat(auto-fill, minmax(188px, 1fr))}@media(max-width: 1440px){.c-image-gallery__gallery--5-cols{grid-template-columns:repeat(auto-fill, minmax(355.2777777778px, 1fr));grid-gap:47.5px}}@media(max-width: 1080px){.c-image-gallery__gallery--5-cols{grid-template-columns:repeat(auto-fill, minmax(254.5833333333px, 1fr))}}.c-image-gallery__gallery--4-cols{grid-template-columns:repeat(auto-fill, minmax(267.5px, 1fr))}@media(max-width: 1440px){.c-image-gallery__gallery--4-cols{grid-template-columns:repeat(auto-fill, minmax(355.2777777778px, 1fr));grid-gap:47.5px}}@media(max-width: 1080px){.c-image-gallery__gallery--4-cols{grid-template-columns:repeat(auto-fill, minmax(254.5833333333px, 1fr))}}.c-image-gallery__gallery--3-cols{grid-template-columns:repeat(auto-fill, minmax(400px, 1fr))}@media(max-width: 1440px){.c-image-gallery__gallery--3-cols{grid-template-columns:repeat(auto-fill, minmax(355.2777777778px, 1fr));grid-gap:47.5px}}@media(max-width: 1080px){.c-image-gallery__gallery--3-cols{grid-template-columns:repeat(auto-fill, minmax(254.5833333333px, 1fr))}}.c-image-gallery__gallery--2-cols{grid-template-columns:repeat(auto-fill, minmax(506px, 1fr))}@media(max-width: 1440px){.c-image-gallery__gallery--2-cols{grid-template-columns:repeat(auto-fill, minmax(355.2777777778px, 1fr));grid-gap:47.5px}}@media(max-width: 1080px){.c-image-gallery__gallery--2-cols{grid-template-columns:repeat(auto-fill, minmax(254.5833333333px, 1fr))}}.c-image-gallery__gallery--1-cols{grid-template-columns:repeat(1, 1fr)}.c-image-gallery__gallery-item{background-color:inherit}.c-image-gallery__gallery-item:hover{background:#000}.c-image-gallery__gallery-item:hover .c-image-gallery__preview-caption{opacity:1 !important}.c-image-gallery__gallery-item-inner{background-color:inherit}.c-image-gallery__gallery-item-inner img{padding:0;transform:translateY(-50%) scale(100%);transition:filter var(--transition)}.c-image-gallery__gallery-item-inner:hover img{scale:100%;filter:saturate(0%)}.c-image-gallery__gallery-item-sizer{padding-bottom:100%;transition:background var(--transition)}.c-image-gallery__gallery-item-sizer:hover{background:#000}.c-image-gallery__preview-caption{display:block;position:absolute;z-index:1;left:25px;bottom:25px;opacity:0 !important;text-align:left;color:#fff;font-size:16px;text-transform:uppercase;transition:opacity var(--transition)}.c-lightbox__prev,.c-lightbox__next{filter:invert(50%);border:0px solid rgba(0,0,0,0);border-radius:4px;background-color:rgba(0,0,0,0)}.c-lightbox__caption{display:none;background-color:rgba(0,0,0,.6);color:#fff}.l-portfolio .main-heading{padding:0 0 95px 0}.l-portfolio__description{max-width:750px}.set_08__title{font-size:16px;font-family:"Avenir Next","Geneva","Helvetica";text-transform:none;font-weight:normal;color:#626262}.c-form__input-wrapper{margin-bottom:0}.c-footer{padding-left:30px;padding-right:30px}@media(min-width: 375px){.c-footer{padding-left:calc(30px + 70 * (100vw - 375px) / 1545)}}@media(min-width: 1920px){.c-footer{padding-left:100px}}@media(min-width: 375px){.c-footer{padding-right:calc(30px + 70 * (100vw - 375px) / 1545)}}@media(min-width: 1920px){.c-footer{padding-right:100px}}.c-footer__inner-wrapper{max-width:var(--navigation-max-width)}/*# sourceMappingURL=main.css.map */