fieldset[disabled] .multiselect{pointer-events:none}.multiselect__spinner{background:#fff;display:block;height:38px;position:absolute;right:1px;top:1px;width:40px}.multiselect__spinner:after,.multiselect__spinner:before{border:2px solid transparent;border-radius:100%;border-top-color:#41b883;box-shadow:0 0 0 1px transparent;content:"";height:16px;left:50%;margin:-8px 0 0 -8px;position:absolute;top:50%;width:16px}.multiselect__spinner:before{animation:spinning 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner:after{animation:spinning 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active,.multiselect__loading-leave-active{opacity:1;transition:opacity .4s ease-in-out}.multiselect__loading-enter,.multiselect__loading-leave-active{opacity:0}.multiselect,.multiselect__input,.multiselect__single{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect{box-sizing:content-box;color:#35495e;display:block;min-height:40px;position:relative;text-align:left;width:100%}.multiselect *{box-sizing:border-box}.multiselect:focus{outline:none}.multiselect--disabled{background:#ededed;opacity:.6;pointer-events:none}.multiselect--active{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current,.multiselect--active:not(.multiselect--above) .multiselect__input,.multiselect--active:not(.multiselect--above) .multiselect__tags{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current,.multiselect--above.multiselect--active .multiselect__input,.multiselect--above.multiselect--active .multiselect__tags{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input,.multiselect__single{background:#fff;border:none;border-radius:5px;box-sizing:border-box;display:inline-block;line-height:20px;margin-bottom:8px;min-height:20px;padding:0 0 0 5px;position:relative;transition:border .1s ease;vertical-align:top;width:100%}.multiselect__input::-moz-placeholder{color:#35495e}.multiselect__input::placeholder{color:#35495e}.multiselect__tag~.multiselect__input,.multiselect__tag~.multiselect__single{width:auto}.multiselect__input:hover,.multiselect__single:hover{border-color:#cfcfcf}.multiselect__input:focus,.multiselect__single:focus{border-color:#a8a8a8;outline:none}.multiselect__single{margin-bottom:8px;padding-left:5px}.multiselect__tags-wrap{display:inline}.multiselect__tags{background:#fff;border:1px solid #e8e8e8;border-radius:5px;display:block;font-size:14px;min-height:40px;padding:8px 40px 0 8px}.multiselect__tag{background:#41b883;border-radius:5px;color:#fff;display:inline-block;line-height:1;margin-bottom:5px;margin-right:10px;max-width:100%;overflow:hidden;padding:4px 26px 4px 10px;position:relative;text-overflow:ellipsis;white-space:nowrap}.multiselect__tag-icon{border-radius:5px;bottom:0;cursor:pointer;font-style:normal;font-weight:700;line-height:22px;margin-left:7px;position:absolute;right:0;text-align:center;top:0;transition:all .2s ease;width:22px}.multiselect__tag-icon:after{color:#266d4d;content:"×";font-size:14px}.multiselect__tag-icon:focus:after,.multiselect__tag-icon:hover:after{color:#fff}.multiselect__current{border:1px solid #e8e8e8;border-radius:5px;min-height:40px;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap}.multiselect__current,.multiselect__select{box-sizing:border-box;cursor:pointer;display:block;line-height:16px;margin:0;text-decoration:none}.multiselect__select{height:38px;padding:4px 8px;position:absolute;right:1px;text-align:center;top:1px;transition:transform .2s ease;width:40px}.multiselect__select:before{border-color:#999 transparent transparent;border-style:solid;border-width:5px 5px 0;color:#999;content:"";margin-top:4px;position:relative;right:0;top:65%}.multiselect__placeholder{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder{display:none}.multiselect__content-wrapper{-webkit-overflow-scrolling:touch;background:#fff;border:1px solid #e8e8e8;border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top:none;display:block;max-height:240px;overflow:auto;position:absolute;width:100%;z-index:50}.multiselect__content{display:inline-block;list-style:none;margin:0;min-width:100%;padding:0;vertical-align:top}.multiselect--above .multiselect__content-wrapper{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;border-top:1px solid #e8e8e8;border-top-left-radius:5px;border-top-right-radius:5px;bottom:100%}.multiselect__content::-webkit-scrollbar{display:none}.multiselect__element{display:block}.multiselect__option{cursor:pointer;display:block;line-height:16px;min-height:40px;padding:12px;position:relative;text-decoration:none;text-transform:none;vertical-align:middle;white-space:nowrap}.multiselect__option:after{font-size:13px;line-height:40px;padding-left:20px;padding-right:12px;position:absolute;right:0;top:0}.multiselect__option--highlight{background:#41b883;color:#fff;outline:none}.multiselect__option--highlight:after{background:#41b883;color:#fff;content:attr(data-select)}.multiselect__option--selected{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected:after{background:inherit;color:silver;content:attr(data-selected)}.multiselect__option--selected.multiselect__option--highlight{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight:after{background:#ff6a6a;color:#fff;content:attr(data-deselect)}.multiselect--disabled .multiselect__current,.multiselect--disabled .multiselect__select{background:#ededed;color:#a6a6a6}.multiselect__option--disabled{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight:after{background:#ff6a6a;color:#fff;content:attr(data-deselect)}.multiselect-enter-active,.multiselect-leave-active{transition:all .15s ease}.multiselect-enter,.multiselect-leave-active{opacity:0}.multiselect__strong{display:inline-block;line-height:20px;margin-bottom:8px;vertical-align:top}[dir=rtl] .multiselect{text-align:right}[dir=rtl] .multiselect__select{left:1px;right:auto}[dir=rtl] .multiselect__tags{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content{text-align:right}[dir=rtl] .multiselect__option:after{left:0;right:auto}[dir=rtl] .multiselect__clear{left:12px;right:auto}[dir=rtl] .multiselect__spinner{left:1px;right:auto}@keyframes spinning{0%{transform:rotate(0)}to{transform:rotate(2turn)}}
:root{--vc-clr-primary:#000;--vc-clr-secondary:#090f207f;--vc-clr-white:#fff}.carousel,.carousel *{box-sizing:border-box}.carousel{height:var(--vc-carousel-height);overscroll-behavior:none;position:relative;touch-action:pan-x pan-y pinch-zoom;z-index:1}.carousel.is-dragging{touch-action:none}.carousel__track{display:flex;gap:var(--vc-slide-gap);height:100%;list-style:none;margin:0;padding:0;position:relative;transition:transform ease-out;transition-duration:var(--vc-transition-duration);width:100%}.carousel__viewport{height:100%;overflow:hidden;width:100%}.carousel__sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.carousel.is-rtl{direction:rtl}.carousel.is-ttb .carousel__track{flex-direction:column}.carousel.is-btt .carousel__track{flex-direction:column-reverse}.carousel.is-vertical .carousel__slide--clone:first-child{margin-block-start:var(--vc-cloned-offset)}.carousel:not(.is-vertical) .carousel__slide--clone:first-child{margin-inline-start:var(--vc-cloned-offset)}.carousel.is-effect-fade .carousel__track{display:grid;grid-template-columns:100%;grid-template-rows:100%;transition:none}.carousel.is-effect-fade .carousel__slide{grid-area:1/1;height:100%;opacity:0;pointer-events:none;transition:opacity ease-in-out;transition-duration:var(--vc-transition-duration);width:100%}.carousel.is-effect-fade .carousel__slide--active{opacity:1;pointer-events:auto}:root{--vc-icn-width:100%}.carousel__icon{fill:currentColor;height:var(--vc-icn-width);width:var(--vc-icn-width)}:root{--vc-nav-background:transparent;--vc-nav-border-radius:0;--vc-nav-color:var(--vc-clr-primary);--vc-nav-color-hover:var(--vc-clr-secondary);--vc-nav-height:30px;--vc-nav-width:30px}.carousel__next,.carousel__prev{align-items:center;background:var(--vc-nav-background);border:0;border-radius:var(--vc-nav-border-radius);color:var(--vc-nav-color);cursor:pointer;display:flex;font-size:var(--vc-nav-height);height:var(--vc-nav-height);inset-block-start:50%;justify-content:center;padding:0;position:absolute;transform:translateY(-50%);width:var(--vc-nav-width)}.carousel__next--disabled,.carousel__prev--disabled{cursor:not-allowed;opacity:.5}.carousel__next{inset-inline-end:0}.carousel__prev{inset-inline-start:0}.carousel.is-vertical{.carousel__next,.carousel__prev{inset-block-start:auto;inset-inline:auto 50%;transform:translateX(50%)}&.is-ttb{.carousel__next{inset-block-end:0}.carousel__prev{inset-block-start:0}}&.is-btt{.carousel__next{inset-block-start:0}.carousel__prev{inset-block-end:0}}}@media (hover:hover){.carousel__next:hover,.carousel__prev:hover{color:var(--vc-nav-color-hover)}}:root{--vc-pgn-active-color:var(--vc-clr-primary);--vc-pgn-background-color:var(--vc-clr-secondary);--vc-pgn-border-radius:0;--vc-pgn-gap:6px;--vc-pgn-height:4px;--vc-png-bottom:10px;--vc-png-left:auto;--vc-png-right:10px;--vc-pgn-width:16px}.carousel__pagination{bottom:var(--vc-png-bottom);display:flex;gap:var(--vc-pgn-gap);justify-content:center;left:50%;list-style:none;margin:0;padding:0;position:absolute;transform:translateX(-50%)}.carousel__pagination-button{background-color:var(--vc-pgn-background-color);border:0;border-radius:var(--vc-pgn-border-radius);cursor:pointer;display:block;height:var(--vc-pgn-height);margin:0;padding:0;width:var(--vc-pgn-width)}.carousel__pagination-button--active{background-color:var(--vc-pgn-active-color)}@media (hover:hover){.carousel__pagination-button:hover{background-color:var(--vc-pgn-active-color)}}.carousel.is-vertical{.carousel__pagination{bottom:50%;flex-direction:column;left:var(--vc-png-left);right:var(--vc-png-right);transform:translateY(50%)}.carousel__pagination-button{height:var(--vc-pgn-width);width:var(--vc-pgn-height)}}.carousel.is-btt .carousel__pagination{flex-direction:column-reverse}.carousel__slide{align-items:center;display:flex;flex-shrink:0;justify-content:center;margin:0;transform:translateZ(0)}
@charset "UTF-8";@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(/fonts/inter-v3-latin-100.eot?a05df0fd3e1f9b96675e0dc857848435);src:local(""),url(/fonts/inter-v3-latin-100.eot?a05df0fd3e1f9b96675e0dc857848435) format("embedded-opentype"),url(/fonts/inter-v3-latin-100.woff2?3eb91e9eceb8fb0a6116a72b8ee1aaea) format("woff2"),url(/fonts/inter-v3-latin-100.woff?c127d68341d02cc51005d44b38de9c41) format("woff"),url(/fonts/inter-v3-latin-100.ttf?5332aa6280b0a97309a7e1f2c638f4a5) format("truetype")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(/fonts/inter-v3-latin-200.eot?8d5763e05f116453367d91045d39e3d1);src:local(""),url(/fonts/inter-v3-latin-200.eot?8d5763e05f116453367d91045d39e3d1) format("embedded-opentype"),url(/fonts/inter-v3-latin-200.woff2?9ba9fec6a5b46c3917aba807e1fde3f1) format("woff2"),url(/fonts/inter-v3-latin-200.woff?25ae1b31c21babba293d8ebe139f8287) format("woff"),url(/fonts/inter-v3-latin-200.ttf?8de0275274e1c52cc2be295b660e6b88) format("truetype")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(/fonts/inter-v3-latin-300.eot?31d6cfe0d16ae931b73c59d7e0c089c0);src:local(""),url(/fonts/inter-v3-latin-300.eot?31d6cfe0d16ae931b73c59d7e0c089c0) format("embedded-opentype"),url(/fonts/inter-v3-latin-300.woff2?9649f6b35227380b780e9d74bbfccb0b) format("woff2"),url(/fonts/inter-v3-latin-300.woff?92ad9d19638a159f508e150011c791e9) format("woff"),url(/fonts/inter-v3-latin-300.ttf?3a8a1b35450075feb821d7c019146ea9) format("truetype")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(/fonts/inter-v3-latin-regular.eot?bcbc19d821f40079b664f943758b7617);src:local(""),url(/fonts/inter-v3-latin-regular.eot?bcbc19d821f40079b664f943758b7617) format("embedded-opentype"),url(/fonts/inter-v3-latin-regular.woff2?351b7924dd5e53fb9e5ec938459741d2) format("woff2"),url(/fonts/inter-v3-latin-regular.woff?10194357ec5e44ae17772744e97560e7) format("woff"),url(/fonts/inter-v3-latin-regular.ttf?44a6bdc4254759d39fb9d105f8e3a195) format("truetype")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(/fonts/inter-v3-latin-500.eot?31d6cfe0d16ae931b73c59d7e0c089c0);src:local(""),url(/fonts/inter-v3-latin-500.eot?31d6cfe0d16ae931b73c59d7e0c089c0) format("embedded-opentype"),url(/fonts/inter-v3-latin-500.woff2?31d6cfe0d16ae931b73c59d7e0c089c0) format("woff2"),url(/fonts/inter-v3-latin-500.woff?31d6cfe0d16ae931b73c59d7e0c089c0) format("woff"),url(/fonts/inter-v3-latin-500.ttf?31d6cfe0d16ae931b73c59d7e0c089c0) format("truetype")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(/fonts/inter-v3-latin-600.eot?31d6cfe0d16ae931b73c59d7e0c089c0);src:local(""),url(/fonts/inter-v3-latin-600.eot?31d6cfe0d16ae931b73c59d7e0c089c0) format("embedded-opentype"),url(/fonts/inter-v3-latin-600.woff2?31d6cfe0d16ae931b73c59d7e0c089c0) format("woff2"),url(/fonts/inter-v3-latin-600.woff?31d6cfe0d16ae931b73c59d7e0c089c0) format("woff"),url(/fonts/inter-v3-latin-600.ttf?31d6cfe0d16ae931b73c59d7e0c089c0) format("truetype")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(/fonts/inter-v3-latin-700.eot?31d6cfe0d16ae931b73c59d7e0c089c0);src:local(""),url(/fonts/inter-v3-latin-700.eot?31d6cfe0d16ae931b73c59d7e0c089c0) format("embedded-opentype"),url(/fonts/inter-v3-latin-700.woff2?74134d65fd573cb1629c4299feba8633) format("woff2"),url(/fonts/inter-v3-latin-700.woff?31d6cfe0d16ae931b73c59d7e0c089c0) format("woff"),url(/fonts/inter-v3-latin-700.ttf?d1bca729955e9b9ea403bc73d8bca48e) format("truetype")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(/fonts/inter-v3-latin-800.eot?31d6cfe0d16ae931b73c59d7e0c089c0);src:local(""),url(/fonts/inter-v3-latin-800.eot?31d6cfe0d16ae931b73c59d7e0c089c0) format("embedded-opentype"),url(/fonts/inter-v3-latin-800.woff2?31d6cfe0d16ae931b73c59d7e0c089c0) format("woff2"),url(/fonts/inter-v3-latin-800.woff?31d6cfe0d16ae931b73c59d7e0c089c0) format("woff"),url(/fonts/inter-v3-latin-800.ttf?31d6cfe0d16ae931b73c59d7e0c089c0) format("truetype")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(/fonts/inter-v3-latin-900.eot?31d6cfe0d16ae931b73c59d7e0c089c0);src:local(""),url(/fonts/inter-v3-latin-900.eot?31d6cfe0d16ae931b73c59d7e0c089c0) format("embedded-opentype"),url(/fonts/inter-v3-latin-900.woff2?31d6cfe0d16ae931b73c59d7e0c089c0) format("woff2"),url(/fonts/inter-v3-latin-900.woff?31d6cfe0d16ae931b73c59d7e0c089c0) format("woff"),url(/fonts/inter-v3-latin-900.ttf?31d6cfe0d16ae931b73c59d7e0c089c0) format("truetype")}:root{--header-offset:100px}main{margin-top:var(--header-offset);transition:margin .2s ease}.multiselect__option--highlight,.multiselect__tag{background:#a3c13b}.carousel{margin:0;width:100%}.carousel__prev{left:0;transform:translate(-100%,-50%)}.carousel__prev.bottom-pagination{border-radius:5px;bottom:-40px;left:unset;right:40px;top:unset;transform:unset}.carousel__prev.extra{left:-45px}.carousel__next{right:0;transform:translate(100%,-50%)}.carousel__next.bottom-pagination{border-radius:5px;bottom:-40px;left:unset;right:0;top:unset;transform:unset}.carousel__next.extra{right:-45px}.carousel__next,.carousel__prev{background-color:#a3c13b;border-radius:0;color:#fff;margin:0;transition:.2s}.carousel__next:hover,.carousel__prev:hover{background:#060606;color:#fff}.carousel__next:focus,.carousel__prev:focus{background-color:#89c300;color:#fff}.left-25{left:25%}[data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos]{transition-duration:50ms}[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate{transition-delay:50ms}[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos]{transition-duration:.1s}[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate{transition-delay:.1s}[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos]{transition-duration:.15s}[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate{transition-delay:.15s}[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos]{transition-duration:.2s}[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate{transition-delay:.2s}[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos]{transition-duration:.25s}[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate{transition-delay:.25s}[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos]{transition-duration:.3s}[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate{transition-delay:.3s}[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos]{transition-duration:.35s}[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate{transition-delay:.35s}[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos]{transition-duration:.4s}[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate{transition-delay:.4s}[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos]{transition-duration:.45s}[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate{transition-delay:.45s}[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos]{transition-duration:.5s}[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate{transition-delay:.5s}[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos]{transition-duration:.55s}[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate{transition-delay:.55s}[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos]{transition-duration:.6s}[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate{transition-delay:.6s}[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos]{transition-duration:.65s}[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate{transition-delay:.65s}[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos]{transition-duration:.7s}[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate{transition-delay:.7s}[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos]{transition-duration:.75s}[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate{transition-delay:.75s}[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos]{transition-duration:.8s}[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate{transition-delay:.8s}[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos]{transition-duration:.85s}[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate{transition-delay:.85s}[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos]{transition-duration:.9s}[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate{transition-delay:.9s}[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos]{transition-duration:.95s}[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate{transition-delay:.95s}[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos]{transition-duration:1s}[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate{transition-delay:1s}[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos]{transition-duration:1.05s}[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate{transition-delay:1.05s}[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos]{transition-duration:1.1s}[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate{transition-delay:1.1s}[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos]{transition-duration:1.15s}[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate{transition-delay:1.15s}[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos]{transition-duration:1.2s}[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate{transition-delay:1.2s}[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos]{transition-duration:1.25s}[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate{transition-delay:1.25s}[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos]{transition-duration:1.3s}[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate{transition-delay:1.3s}[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos]{transition-duration:1.35s}[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate{transition-delay:1.35s}[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos]{transition-duration:1.4s}[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate{transition-delay:1.4s}[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos]{transition-duration:1.45s}[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate{transition-delay:1.45s}[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos]{transition-duration:1.5s}[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate{transition-delay:1.5s}[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos]{transition-duration:1.55s}[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate{transition-delay:1.55s}[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos]{transition-duration:1.6s}[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate{transition-delay:1.6s}[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos]{transition-duration:1.65s}[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate{transition-delay:1.65s}[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos]{transition-duration:1.7s}[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate{transition-delay:1.7s}[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos]{transition-duration:1.75s}[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate{transition-delay:1.75s}[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos]{transition-duration:1.8s}[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate{transition-delay:1.8s}[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos]{transition-duration:1.85s}[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate{transition-delay:1.85s}[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos]{transition-duration:1.9s}[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate{transition-delay:1.9s}[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos]{transition-duration:1.95s}[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate{transition-delay:1.95s}[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos]{transition-duration:2s}[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate{transition-delay:2s}[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos]{transition-duration:2.05s}[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate{transition-delay:2.05s}[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos]{transition-duration:2.1s}[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate{transition-delay:2.1s}[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos]{transition-duration:2.15s}[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate{transition-delay:2.15s}[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos]{transition-duration:2.2s}[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate{transition-delay:2.2s}[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos]{transition-duration:2.25s}[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate{transition-delay:2.25s}[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos]{transition-duration:2.3s}[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate{transition-delay:2.3s}[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos]{transition-duration:2.35s}[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate{transition-delay:2.35s}[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos]{transition-duration:2.4s}[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate{transition-delay:2.4s}[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos]{transition-duration:2.45s}[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate{transition-delay:2.45s}[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos]{transition-duration:2.5s}[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate{transition-delay:2.5s}[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos]{transition-duration:2.55s}[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate{transition-delay:2.55s}[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos]{transition-duration:2.6s}[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate{transition-delay:2.6s}[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos]{transition-duration:2.65s}[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate{transition-delay:2.65s}[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos]{transition-duration:2.7s}[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate{transition-delay:2.7s}[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos]{transition-duration:2.75s}[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate{transition-delay:2.75s}[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos]{transition-duration:2.8s}[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate{transition-delay:2.8s}[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos]{transition-duration:2.85s}[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate{transition-delay:2.85s}[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos]{transition-duration:2.9s}[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate{transition-delay:2.9s}[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos]{transition-duration:2.95s}[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate{transition-delay:2.95s}[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos]{transition-duration:3s}[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate{transition-delay:3s}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(.25,.25,.75,.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,transform}[data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;transform:translateZ(0)}[data-aos=fade-up]{transform:translate3d(0,100px,0)}[data-aos=fade-down]{transform:translate3d(0,-100px,0)}[data-aos=fade-right]{transform:translate3d(-100px,0,0)}[data-aos=fade-left]{transform:translate3d(100px,0,0)}[data-aos=fade-up-right]{transform:translate3d(-100px,100px,0)}[data-aos=fade-up-left]{transform:translate3d(100px,100px,0)}[data-aos=fade-down-right]{transform:translate3d(-100px,-100px,0)}[data-aos=fade-down-left]{transform:translate3d(100px,-100px,0)}[data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,transform}[data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;transform:translateZ(0) scale(1)}[data-aos=zoom-in]{transform:scale(.6)}[data-aos=zoom-in-up]{transform:translate3d(0,100px,0) scale(.6)}[data-aos=zoom-in-down]{transform:translate3d(0,-100px,0) scale(.6)}[data-aos=zoom-in-right]{transform:translate3d(-100px,0,0) scale(.6)}[data-aos=zoom-in-left]{transform:translate3d(100px,0,0) scale(.6)}[data-aos=zoom-out]{transform:scale(1.2)}[data-aos=zoom-out-up]{transform:translate3d(0,100px,0) scale(1.2)}[data-aos=zoom-out-down]{transform:translate3d(0,-100px,0) scale(1.2)}[data-aos=zoom-out-right]{transform:translate3d(-100px,0,0) scale(1.2)}[data-aos=zoom-out-left]{transform:translate3d(100px,0,0) scale(1.2)}[data-aos^=slide][data-aos^=slide]{transition-property:transform}[data-aos^=slide][data-aos^=slide].aos-animate{transform:translateZ(0)}[data-aos=slide-up]{transform:translate3d(0,100%,0)}[data-aos=slide-down]{transform:translate3d(0,-100%,0)}[data-aos=slide-right]{transform:translate3d(-100%,0,0)}[data-aos=slide-left]{transform:translate3d(100%,0,0)}[data-aos^=flip][data-aos^=flip]{backface-visibility:hidden;transition-property:transform}[data-aos=flip-left]{transform:perspective(2500px) rotateY(-100deg)}[data-aos=flip-left].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-right]{transform:perspective(2500px) rotateY(100deg)}[data-aos=flip-right].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-up]{transform:perspective(2500px) rotateX(-100deg)}[data-aos=flip-up].aos-animate{transform:perspective(2500px) rotateX(0)}[data-aos=flip-down]{transform:perspective(2500px) rotateX(100deg)}[data-aos=flip-down].aos-animate{transform:perspective(2500px) rotateX(0)}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;font-family:sans-serif}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:not-allowed}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}.foundation-mq{font-family:"small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"}html{box-sizing:border-box;font-size:100%}*,:after,:before{box-sizing:inherit}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fefefe;color:#0a0a0a;font-family:Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;font-weight:400;line-height:1.5;margin:0;padding:0}img{-ms-interpolation-mode:bicubic;display:inline-block;height:auto;max-width:100%;vertical-align:middle}textarea{border-radius:0;height:auto;min-height:50px}select{width:100%}#map_canvas embed,#map_canvas img,#map_canvas object,.map_canvas embed,.map_canvas img,.map_canvas object,.mqa-display embed,.mqa-display img,.mqa-display object{max-width:none!important}button{-webkit-appearance:none;-moz-appearance:none;background:transparent;border:0;border-radius:0;line-height:1;padding:0}[data-whatinput=mouse] button{outline:0}.is-visible{display:block!important}.is-hidden{display:none!important}.row{display:flex;flex-flow:row wrap;margin-left:auto;margin-right:auto;max-width:75rem}.row .row{margin-left:-.625rem;margin-right:-.625rem;max-width:none}@media screen and (min-width:40em){.row .row{margin-left:-.9375rem;margin-right:-.9375rem}}.row.expanded{max-width:none}.row.collapse>.column,.row.collapse>.columns{padding-left:0;padding-right:0}.column,.columns{flex:1 1 0px;min-width:0;padding-left:.625rem;padding-right:.625rem}@media screen and (min-width:40em){.column,.columns{padding-left:.9375rem;padding-right:.9375rem}}.column.row.row,.row.row.columns{display:block;float:none}.row .column.row.row,.row .row.row.columns{margin-left:0;margin-right:0;padding-left:0;padding-right:0}.small-1{flex:0 0 8.33333%;max-width:8.33333%}.small-offset-0{margin-left:0}.small-2{flex:0 0 16.66667%;max-width:16.66667%}.small-offset-1{margin-left:8.33333%}.small-3{flex:0 0 25%;max-width:25%}.small-offset-2{margin-left:16.66667%}.small-4{flex:0 0 33.33333%;max-width:33.33333%}.small-offset-3{margin-left:25%}.small-5{flex:0 0 41.66667%;max-width:41.66667%}.small-offset-4{margin-left:33.33333%}.small-6{flex:0 0 50%;max-width:50%}.small-offset-5{margin-left:41.66667%}.small-7{flex:0 0 58.33333%;max-width:58.33333%}.small-offset-6{margin-left:50%}.small-8{flex:0 0 66.66667%;max-width:66.66667%}.small-offset-7{margin-left:58.33333%}.small-9{flex:0 0 75%;max-width:75%}.small-offset-8{margin-left:66.66667%}.small-10{flex:0 0 83.33333%;max-width:83.33333%}.small-offset-9{margin-left:75%}.small-11{flex:0 0 91.66667%;max-width:91.66667%}.small-offset-10{margin-left:83.33333%}.small-12{flex:0 0 100%;max-width:100%}.small-offset-11{margin-left:91.66667%}.small-up-1{flex-wrap:wrap}.small-up-1>.column,.small-up-1>.columns{flex:0 0 100%;max-width:100%}.small-up-2{flex-wrap:wrap}.small-up-2>.column,.small-up-2>.columns{flex:0 0 50%;max-width:50%}.small-up-3{flex-wrap:wrap}.small-up-3>.column,.small-up-3>.columns{flex:0 0 33.33333%;max-width:33.33333%}.small-up-4{flex-wrap:wrap}.small-up-4>.column,.small-up-4>.columns{flex:0 0 25%;max-width:25%}.small-up-5{flex-wrap:wrap}.small-up-5>.column,.small-up-5>.columns{flex:0 0 20%;max-width:20%}.small-up-6{flex-wrap:wrap}.small-up-6>.column,.small-up-6>.columns{flex:0 0 16.66667%;max-width:16.66667%}.small-up-7{flex-wrap:wrap}.small-up-7>.column,.small-up-7>.columns{flex:0 0 14.28571%;max-width:14.28571%}.small-up-8{flex-wrap:wrap}.small-up-8>.column,.small-up-8>.columns{flex:0 0 12.5%;max-width:12.5%}.small-collapse>.column,.small-collapse>.columns{padding-left:0;padding-right:0}.small-uncollapse>.column,.small-uncollapse>.columns{padding-left:.625rem;padding-right:.625rem}@media screen and (min-width:40em){.medium-1{flex:0 0 8.33333%;max-width:8.33333%}.medium-offset-0{margin-left:0}.medium-2{flex:0 0 16.66667%;max-width:16.66667%}.medium-offset-1{margin-left:8.33333%}.medium-3{flex:0 0 25%;max-width:25%}.medium-offset-2{margin-left:16.66667%}.medium-4{flex:0 0 33.33333%;max-width:33.33333%}.medium-offset-3{margin-left:25%}.medium-5{flex:0 0 41.66667%;max-width:41.66667%}.medium-offset-4{margin-left:33.33333%}.medium-6{flex:0 0 50%;max-width:50%}.medium-offset-5{margin-left:41.66667%}.medium-7{flex:0 0 58.33333%;max-width:58.33333%}.medium-offset-6{margin-left:50%}.medium-8{flex:0 0 66.66667%;max-width:66.66667%}.medium-offset-7{margin-left:58.33333%}.medium-9{flex:0 0 75%;max-width:75%}.medium-offset-8{margin-left:66.66667%}.medium-10{flex:0 0 83.33333%;max-width:83.33333%}.medium-offset-9{margin-left:75%}.medium-11{flex:0 0 91.66667%;max-width:91.66667%}.medium-offset-10{margin-left:83.33333%}.medium-12{flex:0 0 100%;max-width:100%}.medium-offset-11{margin-left:91.66667%}.medium-order-1{order:1}.medium-order-2{order:2}.medium-order-3{order:3}.medium-order-4{order:4}.medium-order-5{order:5}.medium-order-6{order:6}.medium-up-1{flex-wrap:wrap}.medium-up-1>.column,.medium-up-1>.columns{flex:0 0 100%;max-width:100%}.medium-up-2{flex-wrap:wrap}.medium-up-2>.column,.medium-up-2>.columns{flex:0 0 50%;max-width:50%}.medium-up-3{flex-wrap:wrap}.medium-up-3>.column,.medium-up-3>.columns{flex:0 0 33.33333%;max-width:33.33333%}.medium-up-4{flex-wrap:wrap}.medium-up-4>.column,.medium-up-4>.columns{flex:0 0 25%;max-width:25%}.medium-up-5{flex-wrap:wrap}.medium-up-5>.column,.medium-up-5>.columns{flex:0 0 20%;max-width:20%}.medium-up-6{flex-wrap:wrap}.medium-up-6>.column,.medium-up-6>.columns{flex:0 0 16.66667%;max-width:16.66667%}.medium-up-7{flex-wrap:wrap}.medium-up-7>.column,.medium-up-7>.columns{flex:0 0 14.28571%;max-width:14.28571%}.medium-up-8{flex-wrap:wrap}.medium-up-8>.column,.medium-up-8>.columns{flex:0 0 12.5%;max-width:12.5%}}@media screen and (min-width:40em) and (min-width:40em){.medium-expand{flex:1 1 0px}}.row.medium-unstack>.column,.row.medium-unstack>.columns{flex:0 0 100%}@media screen and (min-width:40em){.row.medium-unstack>.column,.row.medium-unstack>.columns{flex:1 1 0px}.medium-collapse>.column,.medium-collapse>.columns{padding-left:0;padding-right:0}.medium-uncollapse>.column,.medium-uncollapse>.columns{padding-left:.9375rem;padding-right:.9375rem}}@media screen and (min-width:64em){.large-1{flex:0 0 8.33333%;max-width:8.33333%}.large-offset-0{margin-left:0}.large-2{flex:0 0 16.66667%;max-width:16.66667%}.large-offset-1{margin-left:8.33333%}.large-3{flex:0 0 25%;max-width:25%}.large-offset-2{margin-left:16.66667%}.large-4{flex:0 0 33.33333%;max-width:33.33333%}.large-offset-3{margin-left:25%}.large-5{flex:0 0 41.66667%;max-width:41.66667%}.large-offset-4{margin-left:33.33333%}.large-6{flex:0 0 50%;max-width:50%}.large-offset-5{margin-left:41.66667%}.large-7{flex:0 0 58.33333%;max-width:58.33333%}.large-offset-6{margin-left:50%}.large-8{flex:0 0 66.66667%;max-width:66.66667%}.large-offset-7{margin-left:58.33333%}.large-9{flex:0 0 75%;max-width:75%}.large-offset-8{margin-left:66.66667%}.large-10{flex:0 0 83.33333%;max-width:83.33333%}.large-offset-9{margin-left:75%}.large-11{flex:0 0 91.66667%;max-width:91.66667%}.large-offset-10{margin-left:83.33333%}.large-12{flex:0 0 100%;max-width:100%}.large-offset-11{margin-left:91.66667%}.large-order-1{order:1}.large-order-2{order:2}.large-order-3{order:3}.large-order-4{order:4}.large-order-5{order:5}.large-order-6{order:6}.large-up-1{flex-wrap:wrap}.large-up-1>.column,.large-up-1>.columns{flex:0 0 100%;max-width:100%}.large-up-2{flex-wrap:wrap}.large-up-2>.column,.large-up-2>.columns{flex:0 0 50%;max-width:50%}.large-up-3{flex-wrap:wrap}.large-up-3>.column,.large-up-3>.columns{flex:0 0 33.33333%;max-width:33.33333%}.large-up-4{flex-wrap:wrap}.large-up-4>.column,.large-up-4>.columns{flex:0 0 25%;max-width:25%}.large-up-5{flex-wrap:wrap}.large-up-5>.column,.large-up-5>.columns{flex:0 0 20%;max-width:20%}.large-up-6{flex-wrap:wrap}.large-up-6>.column,.large-up-6>.columns{flex:0 0 16.66667%;max-width:16.66667%}.large-up-7{flex-wrap:wrap}.large-up-7>.column,.large-up-7>.columns{flex:0 0 14.28571%;max-width:14.28571%}.large-up-8{flex-wrap:wrap}.large-up-8>.column,.large-up-8>.columns{flex:0 0 12.5%;max-width:12.5%}}@media screen and (min-width:64em) and (min-width:64em){.large-expand{flex:1 1 0px}}.row.large-unstack>.column,.row.large-unstack>.columns{flex:0 0 100%}@media screen and (min-width:64em){.row.large-unstack>.column,.row.large-unstack>.columns{flex:1 1 0px}.large-collapse>.column,.large-collapse>.columns{padding-left:0;padding-right:0}.large-uncollapse>.column,.large-uncollapse>.columns{padding-left:.9375rem;padding-right:.9375rem}}.shrink{flex:0 0 auto;max-width:100%}.align-top.columns,.column.align-top{align-self:flex-start}.align-bottom.columns,.column.align-bottom{align-self:flex-end}.align-middle.columns,.column.align-middle{align-self:center}.align-stretch.columns,.column.align-stretch{align-self:stretch}blockquote,dd,div,dl,dt,form,h1,h2,h3,h4,h5,h6,li,ol,p,pre,td,th,ul{margin:0;padding:0}p{font-size:inherit;margin-bottom:1rem;text-rendering:optimizeLegibility}em,i{font-style:italic}b,em,i,strong{line-height:inherit}b,strong{font-weight:700}small{font-size:80%;line-height:inherit}h1,h2,h3,h4,h5,h6{color:inherit;font-family:Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;font-weight:400;line-height:1.4;margin-bottom:.5rem;margin-top:0;text-rendering:optimizeLegibility}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{color:#cacaca;line-height:0}h1{font-size:1.5rem}h2{font-size:1.25rem}h3{font-size:1.1875rem}h4{font-size:1.125rem}h5{font-size:1.0625rem}h6{font-size:1rem}@media screen and (min-width:40em){h1{font-size:3rem}h2{font-size:2.5rem}h3{font-size:1.9375rem}h4{font-size:1.5625rem}h5{font-size:1.25rem}h6{font-size:1rem}}a{color:#2199e8;cursor:pointer;line-height:inherit;text-decoration:none}a:focus,a:hover{color:#1585cf}a img,hr{border:0}hr{border-bottom:1px solid #cacaca;clear:both;height:0;margin:1.25rem auto;max-width:75rem}dl,ol,ul{line-height:1.6;list-style-position:outside;margin-bottom:1rem}li{font-size:inherit}ul{list-style-type:disc}ol,ul{margin-left:1.25rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0;margin-left:1.25rem}dl{margin-bottom:1rem}dl dt{font-weight:700;margin-bottom:.3rem}blockquote{border-left:1px solid #cacaca;margin:0 0 1rem;padding:.5625rem 1.25rem 0 1.1875rem}blockquote,blockquote p{color:#8a8a8a;line-height:1.6}cite{color:#8a8a8a;display:block;font-size:.8125rem}cite:before{content:"— "}abbr{border-bottom:1px dotted #0a0a0a;color:#0a0a0a;cursor:help}code{border:1px solid #cacaca;font-weight:400;padding:.125rem .3125rem .0625rem}code,kbd{background-color:#e6e6e6;color:#0a0a0a;font-family:Consolas,Liberation Mono,Courier,monospace}kbd{margin:0;padding:.125rem .25rem 0}.subheader{color:#8a8a8a;font-weight:400;line-height:1.4;margin-bottom:.5rem;margin-top:.2rem}.lead{font-size:125%;line-height:1.6}.stat{font-size:2.5rem;line-height:1}p+.stat{margin-top:-1rem}.no-bullet{list-style:none;margin-left:0}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}@media screen and (min-width:40em){.medium-text-left{text-align:left}.medium-text-right{text-align:right}.medium-text-center{text-align:center}.medium-text-justify{text-align:justify}}@media screen and (min-width:64em){.large-text-left{text-align:left}.large-text-right{text-align:right}.large-text-center{text-align:center}.large-text-justify{text-align:justify}}.show-for-print{display:none!important}@media print{*{background:transparent!important;box-shadow:none!important;color:#000!important;text-shadow:none!important}.show-for-print{display:block!important}.hide-for-print{display:none!important}table.show-for-print{display:table!important}thead.show-for-print{display:table-header-group!important}tbody.show-for-print{display:table-row-group!important}tr.show-for-print{display:table-row!important}td.show-for-print,th.show-for-print{display:table-cell!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}.ir a:after,a[href^="#"]:after,a[href^="javascript:"]:after{content:""}abbr[title]:after{content:" (" attr(title) ")"}blockquote,pre{border:1px solid #8a8a8a;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}@page{margin:.5cm}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}}[type=color],[type=date],[type=datetime-local],[type=datetime],[type=email],[type=month],[type=number],[type=password],[type=search],[type=tel],[type=text],[type=time],[type=url],[type=week],textarea{-webkit-appearance:none;-moz-appearance:none;background-color:#fefefe;border:1px solid #cacaca;border-radius:0;box-shadow:inset 0 1px 2px hsla(0,0%,4%,.1);box-sizing:border-box;color:#0a0a0a;display:block;font-family:inherit;font-size:1rem;height:2.4375rem;margin:0 0 1rem;padding:.5rem;transition:box-shadow .5s,border-color .25s ease-in-out;width:100%}[type=color]:focus,[type=date]:focus,[type=datetime-local]:focus,[type=datetime]:focus,[type=email]:focus,[type=month]:focus,[type=number]:focus,[type=password]:focus,[type=search]:focus,[type=tel]:focus,[type=text]:focus,[type=time]:focus,[type=url]:focus,[type=week]:focus,textarea:focus{background-color:#fefefe;border:1px solid #8a8a8a;box-shadow:0 0 5px #cacaca;outline:none;transition:box-shadow .5s,border-color .25s ease-in-out}textarea{max-width:100%}textarea[rows]{height:auto}input::-moz-placeholder,textarea::-moz-placeholder{color:#221c34}input::placeholder,textarea::placeholder{color:#221c34}input:disabled,input[readonly],textarea:disabled,textarea[readonly]{background-color:#e6e6e6;cursor:default}[type=button],[type=submit]{-webkit-appearance:none;-moz-appearance:none;border-radius:0}input[type=search]{box-sizing:border-box}[type=checkbox],[type=file],[type=radio]{margin:0 0 1rem}[type=checkbox]+label,[type=radio]+label{display:inline-block;margin-bottom:0;margin-left:.5rem;margin-right:1rem;vertical-align:baseline}[type=checkbox]+label[for],[type=radio]+label[for]{cursor:pointer}label>[type=checkbox],label>[type=radio]{margin-right:.5rem}[type=file]{width:100%}label{color:#0a0a0a;display:block;font-size:.875rem;font-weight:400;line-height:1.8;margin:0}label.middle{margin:0 0 1rem;padding:.5625rem 0}.help-text{color:#0a0a0a;font-size:.8125rem;font-style:italic;margin-top:-.5rem}.input-group{align-items:stretch;display:flex;margin-bottom:1rem;width:100%}.input-group>:first-child,.input-group>:last-child>*{border-radius:0 0 0 0}.input-group-button,.input-group-field,.input-group-label{margin:0}.input-group-label{align-items:center;background:#e6e6e6;border:1px solid #cacaca;color:#0a0a0a;display:flex;flex:0 0 auto;padding:0 1rem;text-align:center;white-space:nowrap}.input-group-label:first-child{border-right:0}.input-group-label:last-child{border-left:0}.input-group-field{border-radius:0;flex:1 1 0px;height:auto;width:auto}.input-group-button{flex:0 0 auto;padding-bottom:0;padding-top:0;text-align:center}.input-group-button a,.input-group-button button,.input-group-button input{margin:0}.input-group .input-group-button{display:table-cell}fieldset{border:0;margin:0;padding:0}legend{margin-bottom:.5rem;max-width:100%}.fieldset{border:1px solid #cacaca;margin:1.125rem 0;padding:1.25rem}.fieldset legend{background:#fefefe;margin:0 0 0 -.1875rem;padding:0 .1875rem}select{-webkit-appearance:none;-moz-appearance:none;background-color:#fefefe;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%28138, 138, 138%29"></polygon></svg>');background-origin:content-box;background-position:100%;background-repeat:no-repeat;background-size:9px 6px;border:1px solid #cacaca;border-radius:0;color:#0a0a0a;font-family:inherit;font-size:1rem;height:2.4375rem;line-height:normal;margin:0 0 1rem;padding:.5rem}@media screen and (min-width:0\0){select{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==")}}select:disabled{background-color:#e6e6e6;cursor:default}select::-ms-expand{display:none}select[multiple]{background-image:none;height:auto}.is-invalid-input:not(:focus){background-color:rgba(236,88,64,.1);border-color:#ec5840}.form-error,.is-invalid-label{color:#ec5840}.form-error{display:none;font-size:.75rem;font-weight:700;margin-bottom:1rem;margin-top:-.5rem}.form-error.is-visible{display:block}.button{-webkit-appearance:none;background-color:#2199e8;border:1px solid transparent;border-radius:0;color:#fefefe;cursor:pointer;display:inline-block;font-size:.9rem;line-height:1;margin:0 0 1rem;padding:.85em 1em;text-align:center;transition:background-color .25s ease-out,color .25s ease-out;vertical-align:middle}[data-whatinput=mouse] .button{outline:0}.button:focus,.button:hover{background-color:#1583cc;color:#fefefe}.button.tiny{font-size:.6rem}.button.small{font-size:.75rem}.button.large{font-size:1.25rem}.button.expanded{display:block;margin-left:0;margin-right:0;width:100%}.button.primary{background-color:#2199e8;color:#fefefe}.button.primary:focus,.button.primary:hover{background-color:#147cc0;color:#fefefe}.button.secondary{background-color:#777;color:#fefefe}.button.secondary:focus,.button.secondary:hover{background-color:#5f5f5f;color:#fefefe}.button.success{background-color:#3adb76;color:#fefefe}.button.success:focus,.button.success:hover{background-color:#22bb5b;color:#fefefe}.button.warning{background-color:#ffae00;color:#fefefe}.button.warning:focus,.button.warning:hover{background-color:#cc8b00;color:#fefefe}.button.alert{background-color:#ec5840;color:#fefefe}.button.alert:focus,.button.alert:hover{background-color:#da3116;color:#fefefe}.button.hollow{border:1px solid #2199e8;color:#2199e8}.button.hollow,.button.hollow:focus,.button.hollow:hover{background-color:transparent}.button.hollow:focus,.button.hollow:hover{border-color:#0c4d78;color:#0c4d78}.button.hollow.primary{border:1px solid #2199e8;color:#2199e8}.button.hollow.primary:focus,.button.hollow.primary:hover{border-color:#0c4d78;color:#0c4d78}.button.hollow.secondary{border:1px solid #777;color:#777}.button.hollow.secondary:focus,.button.hollow.secondary:hover{border-color:#3c3c3c;color:#3c3c3c}.button.hollow.success{border:1px solid #3adb76;color:#3adb76}.button.hollow.success:focus,.button.hollow.success:hover{border-color:#157539;color:#157539}.button.hollow.warning{border:1px solid #ffae00;color:#ffae00}.button.hollow.warning:focus,.button.hollow.warning:hover{border-color:#805700;color:#805700}.button.hollow.alert{border:1px solid #ec5840;color:#ec5840}.button.hollow.alert:focus,.button.hollow.alert:hover{border-color:#881f0e;color:#881f0e}.button.disabled,.button[disabled]{cursor:not-allowed;opacity:.45}.button.dropdown:after{border-color:#fefefe transparent transparent;border-style:solid inset inset;border-width:.4em .4em 0;content:"";display:block;display:inline-block;float:right;height:0;margin-left:1em;position:relative;top:.4em;width:0}.button.arrow-only:after{float:none;margin-left:0;top:-.1em}.accordion{background:#fefefe;border:1px solid #e6e6e6;border-bottom:0;border-radius:0;list-style-type:none;margin-left:0}.accordion-title{border-bottom:1px solid #e6e6e6;color:#2199e8;display:block;font-size:.75rem;line-height:1;padding:1.25rem 1rem;position:relative}.accordion-title:focus,.accordion-title:hover{background-color:#e6e6e6}.accordion-title:before{content:"+";margin-top:-.5rem;position:absolute;right:1rem;top:50%}.is-active>.accordion-title:before{content:"–"}.accordion-content{background-color:#fefefe;border-bottom:1px solid #e6e6e6;display:none;padding:1rem}.is-accordion-submenu-parent>a{position:relative}.is-accordion-submenu-parent>a:after{border-color:#2199e8 transparent transparent;border-style:solid inset inset;border-width:6px 6px 0;content:"";display:block;height:0;margin-top:-4px;position:absolute;right:1rem;top:50%;width:0}.is-accordion-submenu-parent[aria-expanded=true]>a:after{transform:scaleY(-1);transform-origin:50% 50%}.badge{background:#2199e8;border-radius:50%;color:#fefefe;display:inline-block;font-size:.6rem;min-width:2.1em;padding:.3em;text-align:center}.badge.secondary{background:#777;color:#fefefe}.badge.success{background:#3adb76;color:#fefefe}.badge.warning{background:#ffae00;color:#fefefe}.badge.alert{background:#ec5840;color:#fefefe}.breadcrumbs{list-style:none;margin:0 0 1rem}.breadcrumbs:after,.breadcrumbs:before{content:" ";display:table;flex-basis:0;order:1}.breadcrumbs:after{clear:both}.breadcrumbs li{color:#0a0a0a;cursor:default;float:left;font-size:.6875rem;text-transform:uppercase}.breadcrumbs li:not(:last-child):after{color:#cacaca;content:"/";margin:0 .75rem;opacity:1;position:relative;top:1px}.breadcrumbs a{color:#2199e8}.breadcrumbs a:hover{text-decoration:underline}.breadcrumbs .disabled{color:#cacaca;cursor:not-allowed}.button-group{align-items:stretch;display:flex;flex-wrap:nowrap;margin-bottom:1rem}.button-group:after,.button-group:before{content:" ";display:table;flex-basis:0;order:1}.button-group:after{clear:both}.button-group .button{flex:0 0 auto;font-size:.9rem;margin:0}.button-group .button:not(:last-child){margin-right:1px}.button-group.tiny .button{font-size:.6rem}.button-group.small .button{font-size:.75rem}.button-group.large .button{font-size:1.25rem}.button-group.expanded .button{flex:1 1 0px}.button-group.primary .button{background-color:#2199e8;color:#fefefe}.button-group.primary .button:focus,.button-group.primary .button:hover{background-color:#147cc0;color:#fefefe}.button-group.secondary .button{background-color:#777;color:#fefefe}.button-group.secondary .button:focus,.button-group.secondary .button:hover{background-color:#5f5f5f;color:#fefefe}.button-group.success .button{background-color:#3adb76;color:#fefefe}.button-group.success .button:focus,.button-group.success .button:hover{background-color:#22bb5b;color:#fefefe}.button-group.warning .button{background-color:#ffae00;color:#fefefe}.button-group.warning .button:focus,.button-group.warning .button:hover{background-color:#cc8b00;color:#fefefe}.button-group.alert .button{background-color:#ec5840;color:#fefefe}.button-group.alert .button:focus,.button-group.alert .button:hover{background-color:#da3116;color:#fefefe}.button-group.stacked,.button-group.stacked-for-medium,.button-group.stacked-for-small{flex-wrap:wrap}.button-group.stacked .button,.button-group.stacked-for-medium .button,.button-group.stacked-for-small .button{flex:0 0 100%;margin-right:0}.button-group.stacked .button:not(:last-child),.button-group.stacked-for-medium .button:not(:last-child),.button-group.stacked-for-small .button:not(:last-child){margin-bottom:1px}@media screen and (min-width:40em){.button-group.stacked-for-small .button{flex:1 1 0px}.button-group.stacked-for-small .button:not(:last-child){margin-right:1px}}@media screen and (min-width:64em){.button-group.stacked-for-medium .button{flex:1 1 0px}.button-group.stacked-for-medium .button:not(:last-child){margin-right:1px}}@media screen and (max-width:39.9375em){.button-group.stacked-for-small.expanded{display:block}.button-group.stacked-for-small.expanded .button{display:block;margin-right:0}}.callout{background-color:#fff;border:1px solid hsla(0,0%,4%,.25);border-radius:0;color:#0a0a0a;margin:0 0 1rem;padding:1rem;position:relative}.callout>:first-child{margin-top:0}.callout>:last-child{margin-bottom:0}.callout.primary{background-color:#def0fc}.callout.secondary{background-color:#ebebeb}.callout.success{background-color:#e1faea}.callout.warning{background-color:#fff3d9}.callout.alert{background-color:#fce6e2}.callout.small{padding:.5rem}.callout.large{padding:3rem}.close-button{color:#8a8a8a;cursor:pointer;font-size:2em;line-height:1;position:absolute;right:1rem;top:.5rem}[data-whatinput=mouse] .close-button{outline:0}.close-button:focus,.close-button:hover{color:#0a0a0a}.menu{align-items:center;display:flex;flex-wrap:nowrap;list-style-type:none;margin:0;width:100%}[data-whatinput=mouse] .menu>li{outline:0}.menu>li>a{display:block;line-height:1;padding:.7rem 1rem}.menu a,.menu button,.menu input{margin-bottom:0}.menu>li>a{display:flex;flex-flow:row}.menu>li>a i,.menu>li>a img{margin-right:.25rem}.menu>li{flex:0 0 auto}.menu.vertical{flex-wrap:wrap}.menu.vertical>li{flex:0 0 100%;max-width:100%}.menu.vertical>li>a{align-items:flex-start;justify-content:flex-start}@media screen and (min-width:40em){.menu.medium-horizontal{flex-wrap:nowrap}.menu.medium-horizontal>li{flex:0 0 auto}.menu.medium-vertical{flex-wrap:wrap}.menu.medium-vertical>li{flex:0 0 100%;max-width:100%}.menu.medium-vertical>li>a{align-items:flex-start;justify-content:flex-start}}@media screen and (min-width:64em){.menu.large-horizontal{flex-wrap:nowrap}.menu.large-horizontal>li{flex:0 0 auto}.menu.large-vertical{flex-wrap:wrap}.menu.large-vertical>li{flex:0 0 100%;max-width:100%}.menu.large-vertical>li>a{align-items:flex-start;justify-content:flex-start}}.menu.simple li{display:inline-block;line-height:1;margin-right:1rem}.menu.simple a{padding:0}.menu.align-right{justify-content:flex-end}.menu.expanded>li{flex:1 1 0px}.menu.expanded>li:first-child:last-child{width:100%}.menu.icon-top>li>a{flex-flow:column}.menu.icon-top>li>a i,.menu.icon-top>li>a img{align-self:stretch;margin-bottom:.25rem;text-align:center}.menu.nested{margin-left:1rem}.menu .active>a{background:#2199e8;color:#fefefe}.menu-text{color:inherit;font-weight:700;line-height:1;padding:.7rem 1rem}.menu-centered{text-align:center}.menu-centered>.menu{display:inline-block}.no-js [data-responsive-menu] ul{display:none}.menu-icon{cursor:pointer;display:inline-block;height:16px;position:relative;vertical-align:middle;width:20px}.menu-icon:after{background:#fefefe;box-shadow:0 7px 0 #fefefe,0 14px 0 #fefefe;content:"";display:block;height:2px;left:0;position:absolute;top:0;width:100%}.menu-icon:hover:after{background:#cacaca;box-shadow:0 7px 0 #cacaca,0 14px 0 #cacaca}.is-drilldown{overflow:hidden;position:relative}.is-drilldown li{display:block!important}.is-drilldown-submenu{background:#fefefe;height:100%;left:100%;position:absolute;top:0;transition:transform .15s linear;width:100%;z-index:-1}.is-drilldown-submenu.is-active{display:block;transform:translateX(-100%);z-index:1}.is-drilldown-submenu.is-closing{transform:translateX(100%)}.is-drilldown-submenu-parent>a{position:relative}.is-drilldown-submenu-parent>a:after{border-color:transparent transparent transparent #2199e8;border-style:inset inset inset solid;border-width:6px 0 6px 6px;content:"";display:block;height:0;margin-top:-6px;position:absolute;right:1rem;top:50%;width:0}.js-drilldown-back>a:before{border-color:transparent #2199e8 transparent transparent;border-style:inset solid inset inset;border-width:6px 6px 6px 0;content:"";display:block;display:inline-block;height:0;margin-right:.75rem;vertical-align:middle;width:0}.dropdown-pane{background-color:#fefefe;border:1px solid #cacaca;border-radius:0;display:block;font-size:1rem;padding:1rem;position:absolute;visibility:hidden;width:300px;z-index:10}.dropdown-pane.is-open{visibility:visible}.dropdown-pane.tiny{width:100px}.dropdown-pane.small{width:200px}.dropdown-pane.large{width:400px}.dropdown.menu>li.opens-left>.is-dropdown-submenu{left:auto;right:0;top:100%}.dropdown.menu>li.opens-right>.is-dropdown-submenu{left:0;right:auto;top:100%}.dropdown.menu>li.is-dropdown-submenu-parent>a{padding-right:1.5rem;position:relative}.dropdown.menu>li.is-dropdown-submenu-parent>a:after{border-color:#2199e8 transparent transparent;border-style:solid inset inset;border-width:5px 5px 0;content:"";display:block;height:0;margin-top:-2px;right:5px;width:0}[data-whatinput=mouse] .dropdown.menu a{outline:0}.no-js .dropdown.menu ul{display:none}.dropdown.menu.vertical>li .is-dropdown-submenu{top:0}.dropdown.menu.vertical>li.opens-left .is-dropdown-submenu{left:auto;right:100%}.dropdown.menu.vertical>li.opens-right .is-dropdown-submenu{left:100%;right:auto}.dropdown.menu.vertical>li>a:after{margin-top:-3px;right:14px}.dropdown.menu.vertical>li.opens-left>a:after{border-color:transparent #2199e8 transparent transparent;border-style:inset solid inset inset;border-width:5px 5px 5px 0;content:"";display:block;height:0;width:0}.dropdown.menu.vertical>li.opens-right>a:after{border-color:transparent transparent transparent #2199e8;border-style:inset inset inset solid;border-width:5px 0 5px 5px;content:"";display:block;height:0;width:0}@media screen and (min-width:40em){.dropdown.menu.medium-horizontal>li.opens-left>.is-dropdown-submenu{left:auto;right:0;top:100%}.dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu{left:0;right:auto;top:100%}.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a{padding-right:1.5rem;position:relative}.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a:after{border-color:#2199e8 transparent transparent;border-style:solid inset inset;border-width:5px 5px 0;content:"";display:block;height:0;margin-top:-2px;right:5px;width:0}.dropdown.menu.medium-vertical>li .is-dropdown-submenu{top:0}.dropdown.menu.medium-vertical>li.opens-left .is-dropdown-submenu{left:auto;right:100%}.dropdown.menu.medium-vertical>li.opens-right .is-dropdown-submenu{left:100%;right:auto}.dropdown.menu.medium-vertical>li>a:after{margin-top:-3px;right:14px}.dropdown.menu.medium-vertical>li.opens-left>a:after{border-color:transparent #2199e8 transparent transparent;border-style:inset solid inset inset;border-width:5px 5px 5px 0;content:"";display:block;height:0;width:0}.dropdown.menu.medium-vertical>li.opens-right>a:after{border-color:transparent transparent transparent #2199e8;border-style:inset inset inset solid;border-width:5px 0 5px 5px;content:"";display:block;height:0;width:0}}@media screen and (min-width:64em){.dropdown.menu.large-horizontal>li.opens-left>.is-dropdown-submenu{left:auto;right:0;top:100%}.dropdown.menu.large-horizontal>li.opens-right>.is-dropdown-submenu{left:0;right:auto;top:100%}.dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a{padding-right:1.5rem;position:relative}.dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a:after{border-color:#2199e8 transparent transparent;border-style:solid inset inset;border-width:5px 5px 0;content:"";display:block;height:0;margin-top:-2px;right:5px;width:0}.dropdown.menu.large-vertical>li .is-dropdown-submenu{top:0}.dropdown.menu.large-vertical>li.opens-left .is-dropdown-submenu{left:auto;right:100%}.dropdown.menu.large-vertical>li.opens-right .is-dropdown-submenu{left:100%;right:auto}.dropdown.menu.large-vertical>li>a:after{margin-top:-3px;right:14px}.dropdown.menu.large-vertical>li.opens-left>a:after{border-color:transparent #2199e8 transparent transparent;border-style:inset solid inset inset;border-width:5px 5px 5px 0;content:"";display:block;height:0;width:0}.dropdown.menu.large-vertical>li.opens-right>a:after{border-color:transparent transparent transparent #2199e8;border-style:inset inset inset solid;border-width:5px 0 5px 5px;content:"";display:block;height:0;width:0}}.dropdown.menu.align-right .is-dropdown-submenu.first-sub{left:auto;right:0;top:100%}.is-dropdown-menu.vertical{width:100px}.is-dropdown-menu.vertical.align-right{float:right}.is-dropdown-submenu-parent{position:relative}.is-dropdown-submenu-parent a:after{margin-top:-2px;position:absolute;right:5px;top:50%}.is-dropdown-submenu-parent.opens-inner .is-dropdown-submenu{top:100%}.is-dropdown-submenu-parent.opens-left .is-dropdown-submenu{left:auto;right:100%}.is-dropdown-submenu{background:#fefefe;border:1px solid #cacaca;display:none;left:100%;min-width:200px;position:absolute;top:0;z-index:1}.is-dropdown-submenu .is-dropdown-submenu-parent>a:after{margin-top:-3px;right:14px}.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left>a:after{border-color:transparent #2199e8 transparent transparent;border-style:inset solid inset inset;border-width:5px 5px 5px 0;content:"";display:block;height:0;width:0}.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right>a:after{border-color:transparent transparent transparent #2199e8;border-style:inset inset inset solid;border-width:5px 0 5px 5px;content:"";display:block;height:0;width:0}.is-dropdown-submenu .is-dropdown-submenu{margin-top:-1px}.is-dropdown-submenu>li{width:100%}.is-dropdown-submenu.js-dropdown-active,.is-dropdown-submenu:not(.js-dropdown-nohover)>.is-dropdown-submenu-parent:hover>.is-dropdown-submenu{display:block}.flex-video{height:0;margin-bottom:1rem;overflow:hidden;padding-bottom:75%;position:relative}.flex-video embed,.flex-video iframe,.flex-video object,.flex-video video{height:100%;left:0;position:absolute;top:0;width:100%}.flex-video.widescreen{padding-bottom:56.25%}.flex-video.vimeo{padding-top:0}.label{background:#2199e8;border-radius:0;color:#fefefe;cursor:default;display:inline-block;font-size:.8rem;line-height:1;padding:.33333rem .5rem;white-space:nowrap}.label.secondary{background:#777;color:#fefefe}.label.success{background:#3adb76;color:#fefefe}.label.warning{background:#ffae00;color:#fefefe}.label.alert{background:#ec5840;color:#fefefe}.media-object{display:flex;flex-wrap:nowrap;margin-bottom:1rem}.media-object img{max-width:none}.media-object.stack-for-small{flex-wrap:wrap}@media screen and (max-width:39.9375em){.media-object.stack-for-small .media-object-section{flex-basis:100%;max-width:100%;padding:0 0 1rem}.media-object.stack-for-small .media-object-section img{width:100%}}.media-object-section{flex:0 0 auto}.media-object-section:first-child{padding-right:1rem}.media-object-section:last-child:not(:nth-child(2)){padding-left:1rem}.media-object-section.main-section{flex:1 1 0px}body,html{height:100%}.off-canvas-wrapper{-webkit-overflow-scrolling:auto;backface-visibility:hidden;overflow-x:hidden;position:relative;width:100%}.off-canvas-wrapper-inner{position:relative;transition:transform .5s ease;width:100%}.off-canvas-wrapper-inner:after,.off-canvas-wrapper-inner:before{content:" ";display:table;flex-basis:0;order:1}.off-canvas-wrapper-inner:after{clear:both}.off-canvas-content{backface-visibility:hidden;background:#fefefe;box-shadow:0 0 10px hsla(0,0%,4%,.5);min-height:100%;padding-bottom:.1px;transition:transform .5s ease;z-index:1}.js-off-canvas-exit{background:hsla(0,0%,100%,.25);cursor:pointer;display:none;height:100%;left:0;position:absolute;top:0;transition:background .5s ease;width:100%}.off-canvas{background:#e6e6e6;max-height:100%;overflow-y:auto;position:absolute;transform:translateX(0);z-index:-1}[data-whatinput=mouse] .off-canvas{outline:0}.off-canvas.position-left{left:-250px;top:0;width:250px}.is-open-left{transform:translateX(250px)}.off-canvas.position-right{right:-250px;top:0;width:250px}.is-open-right{transform:translateX(-250px)}@media screen and (min-width:40em){.position-left.reveal-for-medium{left:0;position:fixed;z-index:auto}.position-left.reveal-for-medium~.off-canvas-content{margin-left:250px}.position-right.reveal-for-medium{position:fixed;right:0;z-index:auto}.position-right.reveal-for-medium~.off-canvas-content{margin-right:250px}}@media screen and (min-width:64em){.position-left.reveal-for-large{left:0;position:fixed;z-index:auto}.position-left.reveal-for-large~.off-canvas-content{margin-left:250px}.position-right.reveal-for-large{position:fixed;right:0;z-index:auto}.position-right.reveal-for-large~.off-canvas-content{margin-right:250px}}.orbit,.orbit-container{position:relative}.orbit-container{list-style:none;margin:0;overflow:hidden}.orbit-slide{max-height:100%;width:100%}.orbit-slide.no-motionui.is-active{left:0;top:0}.orbit-figure{margin:0}.orbit-image{margin:0;max-width:100%;width:100%}.orbit-caption{background-color:hsla(0,0%,4%,.5);bottom:0;margin-bottom:0;width:100%}.orbit-caption,.orbit-next,.orbit-previous{color:#fefefe;padding:1rem;position:absolute}.orbit-next,.orbit-previous{top:50%;transform:translateY(-50%);z-index:10}[data-whatinput=mouse] .orbit-next,[data-whatinput=mouse] .orbit-previous{outline:0}.orbit-next:active,.orbit-next:focus,.orbit-next:hover,.orbit-previous:active,.orbit-previous:focus,.orbit-previous:hover{background-color:hsla(0,0%,4%,.5)}.orbit-previous{left:0}.orbit-next{left:auto;right:0}.orbit-bullets{margin-bottom:.8rem;margin-top:.8rem;position:relative;text-align:center}[data-whatinput=mouse] .orbit-bullets{outline:0}.orbit-bullets button{background-color:#cacaca;border-radius:50%;height:1.2rem;margin:.1rem;width:1.2rem}.orbit-bullets button.is-active,.orbit-bullets button:hover{background-color:#8a8a8a}.pagination{margin-bottom:1rem;margin-left:0}.pagination:after,.pagination:before{content:" ";display:table;flex-basis:0;order:1}.pagination:after{clear:both}.pagination li{border-radius:0;display:none;font-size:.875rem;margin-right:.0625rem}.pagination li:first-child,.pagination li:last-child{display:inline-block}@media screen and (min-width:40em){.pagination li{display:inline-block}}.pagination a,.pagination button{border-radius:0;color:#0a0a0a;display:block;padding:.1875rem .625rem}.pagination a:hover,.pagination button:hover{background:#e6e6e6}.pagination .current{background:#2199e8;color:#fefefe;cursor:default;padding:.1875rem .625rem}.pagination .disabled{color:#cacaca;cursor:not-allowed;padding:.1875rem .625rem}.pagination .disabled:hover{background:transparent}.pagination .ellipsis:after{color:#0a0a0a;content:"…";padding:.1875rem .625rem}.pagination-previous a:before,.pagination-previous.disabled:before{content:"«";display:inline-block;margin-right:.5rem}.pagination-next a:after,.pagination-next.disabled:after{content:"»";display:inline-block;margin-left:.5rem}.progress{background-color:#cacaca;border-radius:0;height:1rem;margin-bottom:1rem}.progress.primary .progress-meter{background-color:#2199e8}.progress.secondary .progress-meter{background-color:#777}.progress.success .progress-meter{background-color:#3adb76}.progress.warning .progress-meter{background-color:#ffae00}.progress.alert .progress-meter{background-color:#ec5840}.progress-meter{background-color:#2199e8;display:block;height:100%;position:relative;width:0}.progress-meter-text{color:#fefefe;font-size:.75rem;font-weight:700;left:50%;margin:0;position:absolute;top:50%;transform:translate(-50%,-50%);white-space:nowrap}.slider{background-color:#e6e6e6;cursor:pointer;height:.5rem;margin-bottom:2.25rem;margin-top:1.25rem;position:relative;touch-action:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.slider-fill{background-color:#cacaca;display:inline-block;height:.5rem;left:0;max-width:100%;position:absolute;top:0;transition:all .2s ease-in-out}.slider-fill.is-dragging{transition:all 0s linear}.slider-handle{background-color:#2199e8;border-radius:0;display:inline-block;height:1.4rem;left:0;position:absolute;top:50%;touch-action:manipulation;transform:translateY(-50%);transition:all .2s ease-in-out;width:1.4rem;z-index:1}[data-whatinput=mouse] .slider-handle{outline:0}.slider-handle:hover{background-color:#1583cc}.slider-handle.is-dragging{transition:all 0s linear}.slider.disabled,.slider[disabled]{cursor:not-allowed;opacity:.25}.slider.vertical{display:inline-block;height:12.5rem;margin:0 1.25rem;transform:scaleY(-1);width:.5rem}.slider.vertical .slider-fill{max-height:100%;top:0;width:.5rem}.slider.vertical .slider-handle{height:1.4rem;left:50%;position:absolute;top:0;transform:translateX(-50%);width:1.4rem}.sticky-container{position:relative}.sticky{position:absolute;transform:translateZ(0);z-index:0}.sticky.is-stuck{position:fixed;z-index:5}.sticky.is-stuck.is-at-top{top:0}.sticky.is-stuck.is-at-bottom{bottom:0}.sticky.is-anchored{left:auto;position:absolute;right:auto}.sticky.is-anchored.is-at-bottom{bottom:0}body.is-reveal-open{overflow:hidden}.reveal-overlay{background-color:hsla(0,0%,4%,.45);bottom:0;display:none;left:0;overflow-y:scroll;position:fixed;right:0;top:0;z-index:1005}.reveal{background-color:#fefefe;border:1px solid #cacaca;border-radius:0;display:none;margin-left:auto;margin-right:auto;overflow-y:auto;padding:1rem;position:relative;top:100px;z-index:1006}[data-whatinput=mouse] .reveal{outline:0}@media screen and (min-width:40em){.reveal{min-height:0}}.reveal .column,.reveal .columns{min-width:0}.reveal>:last-child{margin-bottom:0}@media screen and (min-width:40em){.reveal{max-width:75rem;width:600px}.reveal .reveal{left:auto;margin:0 auto;right:auto}}.reveal.collapse{padding:0}@media screen and (min-width:40em){.reveal.tiny{max-width:75rem;width:30%}.reveal.small{max-width:75rem;width:50%}.reveal.large{max-width:75rem;width:90%}}.reveal.full{border:0;border-radius:0;height:100%;height:100vh;left:0;margin-left:0;max-width:none;min-height:100vh;top:0;width:100%}@media screen and (max-width:39.9375em){.reveal{border:0;border-radius:0;height:100%;height:100vh;left:0;margin-left:0;max-width:none;min-height:100vh;top:0;width:100%}}.reveal.without-overlay{position:fixed}.switch{color:#fefefe;font-size:.875rem;font-weight:700;margin-bottom:1rem;outline:0;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}.switch-input{opacity:0;position:absolute}.switch-paddle{background:#cacaca;border-radius:0;color:inherit;cursor:pointer;display:block;font-weight:inherit;height:2rem;position:relative;transition:all .25s ease-out;width:4rem}input+.switch-paddle{margin:0}.switch-paddle:after{background:#fefefe;border-radius:0;content:"";display:block;height:1.5rem;left:.25rem;position:absolute;top:.25rem;transform:translateZ(0);transition:all .25s ease-out;width:1.5rem}input:checked~.switch-paddle{background:#2199e8}input:checked~.switch-paddle:after{left:2.25rem}[data-whatinput=mouse] input:focus~.switch-paddle{outline:0}.switch-active,.switch-inactive{position:absolute;top:50%;transform:translateY(-50%)}.switch-active{display:none;left:8%}input:checked+label>.switch-active{display:block}.switch-inactive{right:15%}input:checked+label>.switch-inactive{display:none}.switch.tiny .switch-paddle{font-size:.625rem;height:1.5rem;width:3rem}.switch.tiny .switch-paddle:after{height:1rem;width:1rem}.switch.tiny input:checked~.switch-paddle:after{left:1.75rem}.switch.small .switch-paddle{font-size:.75rem;height:1.75rem;width:3.5rem}.switch.small .switch-paddle:after{height:1.25rem;width:1.25rem}.switch.small input:checked~.switch-paddle:after{left:2rem}.switch.large .switch-paddle{font-size:1rem;height:2.5rem;width:5rem}.switch.large .switch-paddle:after{height:2rem;width:2rem}.switch.large input:checked~.switch-paddle:after{left:2.75rem}table{border-radius:0;margin-bottom:1rem;width:100%}table tbody,table tfoot,table thead{background-color:#fefefe;border:1px solid #f1f1f1}table caption{font-weight:700;padding:.5rem .625rem .625rem}table tfoot,table thead{background:#f8f8f8;color:#0a0a0a}table tfoot tr,table thead tr{background:transparent}table tfoot td,table tfoot th,table thead td,table thead th{font-weight:700;padding:.5rem .625rem .625rem;text-align:left}table tbody tr:nth-child(2n){background-color:#f1f1f1}table tbody td,table tbody th{padding:.5rem .625rem .625rem}@media screen and (max-width:63.9375em){table.stack tfoot,table.stack thead{display:none}table.stack td,table.stack th,table.stack tr{display:block}table.stack td{border-top:0}}table.scroll{display:block;overflow-x:auto;width:100%}table.hover tr:hover{background-color:#f9f9f9}table.hover tr:nth-of-type(2n):hover{background-color:#ececec}.table-scroll{overflow-x:auto}.table-scroll table{width:auto}.tabs{background:#fefefe;border:1px solid #e6e6e6;list-style-type:none;margin:0}.tabs:after,.tabs:before{content:" ";display:table;flex-basis:0;order:1}.tabs:after{clear:both}.tabs.vertical>li{display:block;float:none;width:auto}.tabs.simple>li>a{padding:0}.tabs.simple>li>a:hover{background:transparent}.tabs.primary{background:#2199e8}.tabs.primary>li>a{color:#fefefe}.tabs.primary>li>a:focus,.tabs.primary>li>a:hover{background:#1893e4}.tabs-title{float:left}.tabs-title>a{display:block;font-size:.75rem;line-height:1;padding:1.25rem 1.5rem}.tabs-title>a:hover{background:#fefefe}.tabs-title>a:focus,.tabs-title>a[aria-selected=true]{background:#e6e6e6}.tabs-content{background:#fefefe;border:1px solid #e6e6e6;border-top:0;transition:all .5s ease}.tabs-content.vertical{border:1px solid #e6e6e6;border-left:0}.tabs-panel{display:none;padding:1rem}.tabs-panel.is-active{display:block}.thumbnail{border:4px solid #fefefe;border-radius:0;box-shadow:0 0 0 1px hsla(0,0%,4%,.2);display:inline-block;line-height:0;margin-bottom:1rem;max-width:100%;transition:box-shadow .2s ease-out}.thumbnail:focus,.thumbnail:hover{box-shadow:0 0 6px 1px rgba(33,153,232,.5)}.title-bar{align-items:center;background:#0a0a0a;color:#fefefe;display:flex;justify-content:space-between;padding:.5rem}.title-bar .menu-icon{margin-left:.25rem;margin-right:.5rem}.title-bar-left,.title-bar-right{flex:1 1 0px}.title-bar-right{text-align:right}.title-bar-title{font-weight:700}.menu-icon.dark,.title-bar-title{display:inline-block;vertical-align:middle}.menu-icon.dark{cursor:pointer;height:16px;position:relative;width:20px}.menu-icon.dark:after{background:#0a0a0a;box-shadow:0 7px 0 #0a0a0a,0 14px 0 #0a0a0a;content:"";display:block;height:2px;left:0;position:absolute;top:0;width:100%}.menu-icon.dark:hover:after{background:#8a8a8a;box-shadow:0 7px 0 #8a8a8a,0 14px 0 #8a8a8a}.has-tip{border-bottom:1px dotted #8a8a8a;cursor:help;display:inline-block;font-weight:700;position:relative}.tooltip{background-color:#0a0a0a;border-radius:0;color:#fefefe;font-size:80%;max-width:10rem!important;padding:.75rem;position:absolute;top:calc(100% + .6495rem);z-index:10}.tooltip:before{border-bottom-style:solid;border-color:transparent transparent #0a0a0a;border-top-width:0;bottom:100%;left:50%;position:absolute;transform:translateX(-50%)}.tooltip.top:before,.tooltip:before{border:.75rem inset;content:"";display:block;height:0;width:0}.tooltip.top:before{border-bottom-width:0;border-color:#0a0a0a transparent transparent;border-top-style:solid;bottom:auto;top:100%}.tooltip.left:before{border-color:transparent transparent transparent #0a0a0a;border-left-style:solid;border-right-width:0;left:100%}.tooltip.left:before,.tooltip.right:before{border:.75rem inset;bottom:auto;content:"";display:block;height:0;top:50%;transform:translateY(-50%);width:0}.tooltip.right:before{border-color:transparent #0a0a0a transparent transparent;border-left-width:0;border-right-style:solid;left:auto;right:100%}.top-bar{align-items:center;display:flex;flex-wrap:nowrap;flex-wrap:wrap;justify-content:space-between;padding:.5rem}.top-bar,.top-bar ul{background-color:#e6e6e6}.top-bar input{margin-right:1rem;max-width:200px}.top-bar .input-group-field{margin-right:0;width:100%}.top-bar input.button{width:auto}.top-bar .top-bar-left,.top-bar .top-bar-right{flex:0 0 100%;max-width:100%}@media screen and (min-width:40em){.top-bar{flex-wrap:nowrap}.top-bar .top-bar-left,.top-bar .top-bar-right{flex:1 1 0px}}@media screen and (max-width:63.9375em){.top-bar.stacked-for-medium{flex-wrap:wrap}.top-bar.stacked-for-medium .top-bar-left,.top-bar.stacked-for-medium .top-bar-right{flex:0 0 100%;max-width:100%}}@media screen and (max-width:74.9375em){.top-bar.stacked-for-large{flex-wrap:wrap}.top-bar.stacked-for-large .top-bar-left,.top-bar.stacked-for-large .top-bar-right{flex:0 0 100%;max-width:100%}}.top-bar-title{margin-right:1rem}.top-bar-left,.top-bar-right,.top-bar-title{flex:0 0 auto}.hide{display:none!important}.invisible{visibility:hidden}@media screen and (max-width:39.9375em){.hide-for-small-only{display:none!important}}@media screen and (max-width:0em),screen and (min-width:40em){.show-for-small-only{display:none!important}}@media screen and (min-width:40em){.hide-for-medium{display:none!important}}@media screen and (max-width:39.9375em){.show-for-medium{display:none!important}}@media screen and (min-width:40em) and (max-width:63.9375em){.hide-for-medium-only{display:none!important}}@media screen and (max-width:39.9375em),screen and (min-width:64em){.show-for-medium-only{display:none!important}}@media screen and (min-width:64em){.hide-for-large{display:none!important}}@media screen and (max-width:63.9375em){.show-for-large{display:none!important}}@media screen and (min-width:64em) and (max-width:74.9375em){.hide-for-large-only{display:none!important}}@media screen and (max-width:63.9375em),screen and (min-width:75em){.show-for-large-only{display:none!important}}.show-for-sr,.show-on-focus{clip:rect(0,0,0,0);height:1px;overflow:hidden;position:absolute!important;width:1px}.show-on-focus:active,.show-on-focus:focus{clip:auto;height:auto;overflow:visible;position:static!important;width:auto}.hide-for-portrait,.show-for-landscape{display:block!important}@media screen and (orientation:landscape){.hide-for-portrait,.show-for-landscape{display:block!important}}@media screen and (orientation:portrait){.hide-for-portrait,.show-for-landscape{display:none!important}}.hide-for-landscape,.show-for-portrait{display:none!important}@media screen and (orientation:landscape){.hide-for-landscape,.show-for-portrait{display:none!important}}@media screen and (orientation:portrait){.hide-for-landscape,.show-for-portrait{display:block!important}}.float-left{float:left!important}.float-right{float:right!important}.float-center{display:block;margin-left:auto;margin-right:auto}.clearfix:after,.clearfix:before{content:" ";display:table;flex-basis:0;order:1}.clearfix:after{clear:both}.align-right{justify-content:flex-end}.align-center{justify-content:center}.align-justify{justify-content:space-between}.align-spaced{justify-content:space-around}.align-top{align-items:flex-start}.align-self-top{align-self:flex-start}.align-bottom{align-items:flex-end}.align-self-bottom{align-self:flex-end}.align-middle{align-items:center}.align-self-middle{align-self:center}.align-stretch{align-items:stretch}.align-self-stretch{align-self:stretch}.small-order-1{order:1}.small-order-2{order:2}.small-order-3{order:3}.small-order-4{order:4}.small-order-5{order:5}.small-order-6{order:6}@media screen and (min-width:40em){.medium-order-1{order:1}.medium-order-2{order:2}.medium-order-3{order:3}.medium-order-4{order:4}.medium-order-5{order:5}.medium-order-6{order:6}}@media screen and (min-width:64em){.large-order-1{order:1}.large-order-2{order:2}.large-order-3{order:3}.large-order-4{order:4}.large-order-5{order:5}.large-order-6{order:6}}@keyframes slide-in-top{0%{opacity:0;transform:translateY(-1000px)}to{opacity:1;transform:translateY(0)}}.slide-in-top{animation:slide-in-top .2s cubic-bezier(.25,.46,.45,.94) both}@keyframes slide-out-top{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-1000px)}}.slide-out-top{animation:slide-out-top .2s cubic-bezier(.55,.085,.68,.53) both}.fade-in{animation:fade-in 1.2s cubic-bezier(.39,.575,.565,1) both}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@media only screen and (max-width:639px){.mobile-min{display:none!important}}@media only screen and (max-width:767px){.tablet-min{display:none!important}}@media only screen and (max-width:1200px){.laptop-min{display:none!important}}@media only screen and (max-width:1279px){.desktop-min{display:none!important}}@media only screen and (min-width:639px){.mobile-max{display:none!important}}@media only screen and (min-width:767px){.tablet-max{display:none!important}}@media only screen and (min-width:1200px){.laptop-max{display:none!important}}@media only screen and (min-width:1279px){.desktop-max{display:none!important}}.breadcrumbs-wrapper{align-items:center;justify-content:start;margin-top:10px;padding:15px 15px 0}.breadcrumbs-wrapper ul.breadcrumb{list-style:none;margin:0}.breadcrumbs-wrapper ul.breadcrumb li{display:inline;font-size:16px}.breadcrumbs-wrapper ul.breadcrumb li+li:before{color:#000;content:"/ ";padding:8px}.breadcrumbs-wrapper ul.breadcrumb li span{color:#060606}.breadcrumbs-wrapper ul.breadcrumb li a{color:#979797;text-decoration:none}.breadcrumbs-wrapper ul.breadcrumb li a:hover{color:#a3c13b}.pagination{display:flex;justify-content:flex-end;width:100%}.pagination .form-group{align-items:center;color:#00002f;display:flex;font-family:Inter,sans-serif;font-size:15px;font-style:normal;font-weight:700;letter-spacing:0;line-height:27px}.pagination .pagination-buttons{display:flex}.pagination .pagination-buttons.no-padding a{display:flex;margin:0;padding:0}.pagination .pagination-buttons.no-padding a:first-of-type{margin-right:15px}.pagination .pagination-buttons.no-padding a svg{margin:0!important}.pagination .pagination-buttons .arrow{border-radius:5px;cursor:pointer}.pagination .pagination-buttons .arrow.previous{margin-left:15px;margin-right:15px;transform:scaleX(-1)}.pagination .pagination-buttons .arrow.disabled{cursor:not-allowed;opacity:.31;padding:unset}.basket{margin-top:100px}.basket h1{color:#060606;font-family:Inter,sans-serif;font-size:65px;font-style:normal;font-weight:700;letter-spacing:0;line-height:64px}.basket .bespoke-image{background-repeat:no-repeat;background-size:contain}.basket .remove{cursor:pointer;transition:.2s}.basket .remove path{fill:red}.basket .remove:hover{transform:rotate(90deg)}.basket .basket-footer .totals button,.basket .basket-footer .totals h4,.basket .basket-footer .totals p{margin:0}.basket .basket-footer .totals h4{font-size:24px;font-weight:700;line-height:22px;margin-bottom:15px}.basket .basket-footer .totals h4,.basket .basket-footer .totals p{color:#060606;font-family:Inter,sans-serif;font-style:normal;letter-spacing:0}.basket .basket-footer .totals p{font-size:16px;font-style:italic;font-weight:400;font-weight:300;line-height:20px;margin-top:5px}.basket .basket-footer .totals p span:not(.no-style){font-family:Inter,sans-serif;font-style:normal;font-weight:700}.basket .basket-footer .totals p.discount span:has(.remove){margin-left:10px}.basket .basket-footer .totals p.total{color:#a3c13b;font-family:Inter,sans-serif;font-size:24px;font-style:normal;font-weight:700;letter-spacing:0;line-height:22px;margin-bottom:15px;margin-top:15px}.basket .basket-footer .totals .button{margin:15px 0 0;width:100%}.basket .basket-footer .input-group.discount-code input{border:1px solid #bababa;border-radius:15px;box-shadow:none;color:#060606;font-family:Inter,sans-serif;font-size:13px;font-style:normal;font-style:italic;font-weight:700;letter-spacing:0;line-height:16px;margin:0 20px 0 0;width:160px}.basket .basket-footer .input-group.discount-code input::-moz-placeholder{color:rgba(6,6,6,.36);font-family:Inter,sans-serif;font-size:13px;font-style:normal;font-style:italic;font-weight:700;letter-spacing:0;line-height:16px}.basket .basket-footer .input-group.discount-code input::placeholder{color:rgba(6,6,6,.36);font-family:Inter,sans-serif;font-size:13px;font-style:normal;font-style:italic;font-weight:700;letter-spacing:0;line-height:16px}.basket .basket-footer .input-group.discount-code button{color:#060606;font-family:Inter,sans-serif;font-size:12.8px;font-style:normal;font-weight:700;letter-spacing:0;line-height:15px;margin:0;padding:12px 15px;text-align:center;white-space:nowrap}.basket .quantity-label input{border:1px solid #bababa;border-radius:15px;width:100px}.basket .quantity-column{width:100px}.basket .coupon-error{color:red;font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:700;margin:0}@media only screen and (max-width:639px){table thead{display:none}table tbody tr{width:100%}table tbody tr,table tbody tr td{align-items:center;display:flex;flex-direction:column}table tbody tr td{padding:10px 0;text-align:center;width:100%!important}table tbody tr td:not(:last-of-type){border-bottom:1px solid hsla(0,0%,59%,.1)}table tbody tr:nth-of-type(2n){background:hsla(0,0%,59%,.05)}table tbody tr:nth-of-type(odd){background:hsla(0,0%,59%,.2)}}.text-green{color:#a3c13b!important}.text-error{color:red!important}.discount-section,.returning-customer{background:linear-gradient(227.44deg,#555,#060606);margin-bottom:10px}.discount-section .heading p,.returning-customer .heading p{color:#fff;font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:700;letter-spacing:0;line-height:27px;margin:0}.discount-section .heading p span,.returning-customer .heading p span{color:#a3c13b}.discount-section .content p,.returning-customer .content p{color:#fff;font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:400;letter-spacing:0;line-height:27px;margin:0}.discount-section .content .form-group label,.returning-customer .content .form-group label{color:#a3c13b;font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:700;letter-spacing:0;line-height:27px}.discount-section .content .form-group input,.returning-customer .content .form-group input{border:none;border-radius:15px;box-shadow:none}.discount-section .coupon-error p{color:red;font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:700;margin:0}#checkout .form-wrapper{margin:auto}#checkout .form-wrapper .columns.form-section:nth-of-type(odd){padding-left:0}#checkout .form-wrapper .columns.form-section:nth-of-type(2n){padding-right:0}#checkout .form{border:1px solid #bababa;border-radius:15px;margin-bottom:20px}#checkout .form .heading{padding:30px 40px}#checkout .form .heading p{color:#060606;font-family:Inter,sans-serif;font-size:20px;font-style:normal;font-weight:700;letter-spacing:0;line-height:22px;margin:0}#checkout .form .content{display:flex;flex-wrap:wrap;padding:0 20px 30px}#checkout .form .content .form-group{margin-bottom:15px}#checkout .form .content label{color:#060606;font-family:Inter,sans-serif;font-size:12px;font-style:normal;font-weight:400;font-weight:600;letter-spacing:0;line-height:20px}#checkout .form .content input{border:1px solid #bababa;border-radius:15px;box-shadow:none;margin-bottom:0;transition:.35s}#checkout .form .content input.invalid{border-color:red}.multiselect__tags{border:1px solid #bababa;border-radius:15px}.multiselect input{border:none!important}.checkout #checkout-button{background:#eee;border:#eee;color:#2c2e2f;font-weight:500}.checkout .button{border-radius:4px!important;font-size:22px;height:55px;margin-bottom:18px!important;margin-left:0!important;margin-top:18px!important;max-width:100%;width:750px}.checkout div[data-pp-message]{margin-top:10px}.checkout table{margin-bottom:0}.checkout table thead tr th:first-of-type{width:100%}.checkout table thead tr th:last-of-type{font-size:20px;white-space:nowrap}.checkout table thead tr th:last-of-type span:not(.no-style):last-of-type{margin-left:10px}.checkout table thead tr th.total{color:#a3c13b}.checkout .checkboxes{padding:20px 0}.checkout .checkboxes .columns .form-group:not(:last-of-type){margin-bottom:20px}.checkout .form-errors{display:block;margin:10px 0}.checkout .checkbox-container{color:#060606!important;font-family:Inter,sans-serif;font-size:12px;font-style:normal;font-weight:700;letter-spacing:0;line-height:20px}.checkout .checkbox-container.font-large{font-size:16px}.checkout .checkbox-container.error{color:red!important}@media only screen and (max-width:639px){.checkout table thead{display:block}}.basket table,.checkout table{border-collapse:separate;border-spacing:0 10px}.basket table thead,.checkout table thead{border:none;box-shadow:none;outline:none}.basket table thead tr,.checkout table thead tr{background:linear-gradient(227.44deg,#555,#060606);color:#fff;font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:700;letter-spacing:0;line-height:27px}.basket table thead tr th:first-child,.checkout table thead tr th:first-child{border-radius:15px 0 0 15px}.basket table thead tr th:last-child,.checkout table thead tr th:last-child{border-radius:0 15px 15px 0}.basket table tbody,.checkout table tbody{border:none;box-shadow:none;outline:none}.basket table tbody tr td,.checkout table tbody tr td{padding-bottom:20px;padding-top:20px}.basket table tbody tr td.price,.checkout table tbody tr td.price{color:#060606;font-family:Inter,sans-serif;font-size:20px;font-style:normal;font-weight:700;letter-spacing:0;line-height:22px}.basket table tbody tr td.total,.checkout table tbody tr td.total{color:#a3c13b;font-family:Inter,sans-serif;font-size:20px;font-style:normal;font-weight:700;letter-spacing:0;line-height:22px}.basket table tbody tr td .product-title,.checkout table tbody tr td .product-title{color:#060606;font-family:Inter,sans-serif;font-size:20px;font-style:normal;font-weight:700;letter-spacing:0;line-height:22px;margin:0 0 5px}.basket table tbody tr td .field,.checkout table tbody tr td .field{color:#060606;font-family:Inter,sans-serif;font-size:12px;font-style:normal;font-style:italic;font-weight:400;letter-spacing:0;line-height:20px;margin:0}.basket table tbody tr td .field span,.checkout table tbody tr td .field span{font-family:Inter,sans-serif;font-size:12px;font-style:normal;font-style:italic;font-weight:700;letter-spacing:0;line-height:20px}.basket table tbody tr td picture,.basket table tbody tr td picture img,.checkout table tbody tr td picture,.checkout table tbody tr td picture img{-o-object-fit:cover;object-fit:cover;width:100px}.basket table tbody tr td:not(:first-of-type),.checkout table tbody tr td:not(:first-of-type){border-left:none}.basket table tbody tr td:not(:last-of-type),.checkout table tbody tr td:not(:last-of-type){border-right:none}.basket table tbody tr td:first-of-type,.checkout table tbody tr td:first-of-type{border-radius:15px 0 0 15px}.basket table tbody tr td:last-of-type,.checkout table tbody tr td:last-of-type{border-radius:0 15px 15px 0}.proceed-to-payment{padding:12px!important}#paypal-button-container{margin-top:10px}#applepay-container apple-pay-button,#applepay-container button,#googlepay-container apple-pay-button,#googlepay-container button{max-width:750px;width:100%}@media only screen and (max-width:640px){.thank-you table thead{display:block}.thank-you table thead tr{display:flex;justify-content:space-between;width:100%}}.instock-widget{align-items:center;background:linear-gradient(90deg,#89c300,#a1c300);border-radius:15px;bottom:150px;display:none;height:80px;justify-content:center;left:35px;padding:17px 20px 15px 115px;position:fixed;z-index:999999}.instock-widget.show{display:flex}.instock-widget .text,.instock-widget .title{color:#fff}.instock-widget .close-widget{cursor:pointer;position:absolute;right:8px;top:-12px;transition:.35s}.instock-widget .close-widget:hover{transform:scale(1.1)}.instock-widget img{bottom:15px;height:110px;left:18px;position:absolute}.instock-widget p{color:#060606;font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:400;margin:0}.instock-widget a div{align-items:center;display:flex}.instock-widget a p{color:#060606;font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:700;line-height:1.3;margin:0 8px 0 0;transition:.35s}.instock-widget a:hover p{color:#829a2f}.instock-widget a:hover svg g{stroke:#829a2f}.instock-widget a svg{margin-top:2px}.instock-widget a svg g{stroke:#a3c13b;transition:.35s}@media only screen and (max-width:950px){.cookie-consent.slide-in-bottom+.instock-widget{bottom:160px}.instock-widget{left:20%;right:20%}}@media only screen and (max-width:639px){.instock-widget{border-radius:0 20px 20px 0;bottom:160px;height:140px;left:0;padding-left:20px;right:0;width:120px}.instock-widget.show{flex-direction:column;justify-content:flex-end}.instock-widget img{height:100px;left:0;margin-left:auto;margin-right:auto;right:0;top:-40px}.instock-widget .arrow,.instock-widget .title{display:none}.instock-widget .close-widget{height:32px;right:-12px;top:10px;width:32px}}.brand-slider{margin-top:30px;position:relative}@media only screen and (min-width:767px){.brand-slider{margin-top:50px}}.brand-slider img{height:80px;-o-object-fit:contain;object-fit:contain;width:auto}.brands-row h3{color:#060606;font-size:40px;font-weight:700;line-height:40px}.brands-row h3,.brands-row p{font-family:Inter,sans-serif;font-style:normal;letter-spacing:0;margin:30px 0 0}.brands-row p{color:#00002f;font-size:16px;font-weight:400;line-height:27px}.brands-row .chair-col img{height:625px;-o-object-fit:cover;object-fit:cover}.brands-row .content-column{display:flex;flex-direction:column;justify-content:center}.brand-selectors{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start}.brand-selectors picture{cursor:pointer;height:auto;-o-object-fit:cover;object-fit:cover;transition:.35s;width:120px}.brand-selectors picture:not(:last-of-type){margin-right:20px}.brand-selectors picture:not(.active){filter:grayscale(1);opacity:.2}.brand-selectors picture:hover:not(.active){filter:grayscale(0);opacity:.8}.brand-selectors picture img{height:27px}.brand-selectors .logo{cursor:pointer;filter:grayscale(1);height:auto;margin:0 10px 20px;max-width:220px;opacity:.4;transition:all .35s}.brand-selectors .logo.active,.brand-selectors .logo:hover{filter:grayscale(0);opacity:1}@media only screen and (max-width:639px){.brand-selectors img{margin-bottom:30px}}.brand-promotion{overflow:hidden;padding-bottom:140px}.brand-promotion .row{position:relative}.brand-promotion .row .background-image{background:radial-gradient(circle,hsla(0,0%,93%,0) 0,#ececec 100%);border-radius:15px;height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.brand-promotion .row .background-image img{height:100%}.brand-promotion .row .content-wrapper{display:flex;flex-direction:column;padding-top:120px}.brand-promotion .row .content-wrapper h3{color:#060606;font-family:Inter,sans-serif;font-size:40px;font-style:normal;font-weight:700;letter-spacing:0;line-height:43px;margin:0}.brand-promotion .row .content-wrapper .content,.brand-promotion .row .content-wrapper .content p{color:#060606;font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:400;letter-spacing:0;line-height:27px;margin:20px 0}.brand-promotion .row .content-wrapper .wrapper{display:flex;flex:1;margin-bottom:60px}.brand-promotion .row .content-wrapper .wrapper img,.brand-promotion .row .content-wrapper .wrapper picture{height:50px;margin-left:30px;-o-object-fit:contain;object-fit:contain}.brand-promotion .row .content-wrapper .images{margin-bottom:-80px}.brand-promotion .row .content-wrapper .images .carousel button{border-radius:5px}.brand-promotion .row .content-wrapper .images .carousel picture{width:100%}.brand-promotion .row .content-wrapper .images .carousel picture img{border-radius:15px;height:500px;-o-object-fit:cover;object-fit:cover;width:100%}@media only screen and (max-width:639px){.brand-promotion .row .content-wrapper .wrapper{flex-wrap:wrap}.brand-promotion .row .content-wrapper .wrapper img,.brand-promotion .row .content-wrapper .wrapper picture{margin:10px 0 0}}.featured-category-slider{margin-top:20px}.featured-category-slider .slide-card{padding:0 10px}.featured-category-slider .slide-card .slide-wrapper{background:linear-gradient(227.44deg,#555,#050505);border:3px solid #fff;border-radius:15px;cursor:pointer;height:100%;padding:20px;position:relative;text-align:center;transition:border .35s;width:100%}.featured-category-slider .slide-card .slide-wrapper:hover{border:3px solid #89c300}.featured-category-slider .slide-card .slide-wrapper:hover a .name .arrow{display:block}.featured-category-slider .slide-card a{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:space-between;position:relative;width:100%}.featured-category-slider .slide-card a .icons{bottom:0;color:#fff;font-size:12px;left:0;position:absolute;right:0;text-align:center}.featured-category-slider .slide-card a .icons img{filter:brightness(0) invert(1);margin-right:10px}.featured-category-slider .slide-card a .icons svg.icon path,.featured-category-slider .slide-card a .icons svg.icon polygon{fill:#fff}.featured-category-slider .slide-card a .name{display:flex}.featured-category-slider .slide-card a .name .arrow{display:none;margin-left:10px;transition:.35s}.featured-category-slider .slide-card .cat-image{background-position:50%;background-repeat:no-repeat;background-size:contain;height:190px;margin-bottom:16px;-o-object-fit:contain;object-fit:contain;width:auto}.featured-category-slider .slide-card h2,.featured-category-slider .slide-card h3{color:#fff;font-family:Inter,sans-serif;font-size:24px;font-style:normal;font-weight:700;line-height:1.2em;margin-bottom:0;transition:all .35s}.featured-category-slider .slide-card h2:hover,.featured-category-slider .slide-card h3:hover{color:#89c300}.featured-category-slider .slide-card .express-icon{position:absolute;right:20px;top:20px}.featured-products-slider{margin-left:-15px;margin-right:-15px}@media only screen and (max-width:1480px){.featured-products-slider .carousel__next{right:-5px}.featured-products-slider .carousel__prev{left:-5px}}@media only screen and (min-width:1200px){.featured-category-slider .row,.featured-products .row{padding:0 40px}}@media only screen and (max-width:1200px){.featured-products-slider .carousel__next{right:10px}.featured-products-slider .carousel__prev{left:10px}.featured-category-slider .carousel__prev{left:20px!important}.featured-category-slider .carousel__next{right:20px!important}}@media only screen and (max-width:639px){.featured-products{padding:0 15px}.featured-products h3{text-align:center}.featured-products .featured-products-slider{padding:0 25px}.featured-products .carousel__prev{height:24px;left:-5px!important;width:24px}.featured-products .carousel__next{height:24px;right:-5px!important;width:24px}.featured-category-slider{padding:0 40px}.featured-category-slider .carousel__prev{height:24px;left:-15px!important;width:24px}.featured-category-slider .carousel__next{height:24px;right:-15px!important;width:24px}}footer{margin:0 auto}footer .paypal-message{border-radius:15px;margin-bottom:15px}footer .paypal-message div[data-pp-message]{background:#023188;border-radius:15px;overflow:hidden}footer .paypal-message div[data-pp-message]>span{font-size:19px!important}footer .footer-enquiry{background:#a3c13b;border-radius:15px;margin-bottom:15px}footer .footer-enquiry .columns{margin-bottom:0}footer .footer-enquiry .enquiry-wrapper{color:#fff;display:flex;padding:15px 40px;position:relative}footer .footer-enquiry .enquiry-wrapper .title{align-self:center;font-size:25px;margin-right:50px}footer .footer-enquiry .enquiry-wrapper .content{align-self:center;font-size:19px;margin-right:40px}footer .footer-enquiry .enquiry-wrapper .icon{align-items:center;display:flex;height:calc(100% - 30px);position:absolute;right:40px}footer .footer-nav{background:linear-gradient(227.44deg,#555,#050505);border-radius:15px 15px 0 0;margin:0 auto 15px;padding:40px}footer .footer-nav .row{margin-bottom:50px}footer .footer-nav .row>div:not(:first-child){border-left:1px solid #545454}footer .footer-nav h5{color:#fff;font-size:26px;margin-bottom:20px}footer .footer-nav .footer-products{display:grid;grid-template-columns:50% 50%}footer .social-col{align-items:flex-end;display:flex;flex-direction:column}footer .social-col .back-to-top{margin-right:5px;margin-top:20px}footer ul{list-style:none;margin:0}footer ul.bold-links{font-size:20px;font-weight:700}footer ul.bold-links,footer ul.slim-links{font-family:Inter,sans-serif;font-style:normal}footer ul.slim-links{font-weight:200}footer ul.slim-links li{margin-bottom:8px}footer ul a{color:#fff}footer ul a:hover{color:#89c300}footer .back-to-top{cursor:pointer}footer .back-to-top path{transition:all .35s}footer .back-to-top:hover #background{fill:#fff!important}footer .back-to-top:hover #arrow{fill:#89c300!important}@media only screen and (max-width:1024px){footer .footer-nav{position:relative;z-index:2}}@media only screen and (max-width:767px){.footer-products{display:block!important}}@media only screen and (max-width:639px){footer{text-align:center}footer .columns.social-col{align-items:center}footer .row{border-radius:0}footer .enquiry-wrapper{display:block!important;text-align:center}footer .enquiry-wrapper .icon{right:15px!important;top:15px}.footer-nav .row>div{border-left:0!important}}.faqs .faq-header{align-items:center;display:flex;margin-bottom:20px}.faqs .faq-header img{height:48px;margin-right:15px;-o-object-fit:contain;object-fit:contain;width:48px}.faqs .faq-header h3{margin:0}.faqs .faq-wrapper{background:linear-gradient(227.44deg,hsla(0,0%,93%,.36),#ececec);border-radius:15px;padding:100px 0}.faqs .faq-wrapper .faq{margin-bottom:20px}.faqs .faq-wrapper .faq .heading{align-items:center;cursor:pointer;display:flex}.faqs .faq-wrapper .faq .heading svg{height:18px;margin-right:10px;transition:.35s;width:18px}.faqs .faq-wrapper .faq .heading svg path{fill:#a3c13b}.faqs .faq-wrapper .faq .heading span{font-size:20px;font-weight:700;line-height:22px}.faqs .faq-wrapper .faq .body,.faqs .faq-wrapper .faq .heading span{color:#060606;font-family:Inter,sans-serif;font-style:normal;letter-spacing:0}.faqs .faq-wrapper .faq .body{font-size:16px;font-weight:400;line-height:27px;margin-top:10px}.faqs .faq-wrapper .faq.show .heading svg{transform:scaleY(-1)}.faqs .faq-wrapper .faq.show .heading span{color:#a3c13b}.faqs .faq-wrapper .faq:not(.show) .body{display:none}.faqs .faq-wrapper .faq a{color:#89c300}header{--transition-timing:0.2s;left:0;pointer-events:none;position:fixed;top:0;width:100%;z-index:999}@media only screen and (max-width:1200px){header.menu-open .row{--gutter:0%}}header .keyword-search{position:relative}header .keyword-search img{height:16px;left:10px;position:absolute;top:50%;transform:translateY(-50%);width:16px}header .keyword-search input{padding-left:30px}header .remove-search{color:#979797;cursor:pointer;position:absolute;right:15px;top:50%;transform:translateY(-50%)}header .row{pointer-events:all;transition:max-width var(--transition-timing) ease-in-out}header .wrapper{max-height:90px;padding:0;position:relative;z-index:999}header .wrapper.expand{max-height:none}header .wrapper .header-wrap{align-items:center;background:#282828;border-radius:0 0 20px 20px;display:flex;flex-direction:row;padding:0 20px;position:relative;transition:var(--transition-timing) ease-in-out}header:has(.search.show) .header-wrap{border-radius:0}@media only screen and (max-width:1200px){header:has(.burger-menu-container.show) .header-wrap{border-radius:0}}header .logo{height:70px;margin:auto;vertical-align:middle;width:70px}@media only screen and (max-width:1200px){header .logo{height:50px;width:50px}}header .burger-menu{--line-width:3px;cursor:pointer;padding:5px 0;position:relative}header .burger-menu div{background-color:#a3c13b;height:var(--line-width);position:absolute;transform-origin:left;transition:height .35s ease,width .35s ease .35s,transform .35s ease;width:30px}header .burger-menu div:first-of-type{top:7px}header .burger-menu div:nth-child(2){bottom:50%;top:50%;transform:translateY(-50%);width:40px}header .burger-menu div:last-of-type{bottom:7px}header .burger-menu span{display:block;height:40px;position:relative;width:40px}header .burger-menu.open div{height:2px;transition:height .35s ease .35s,width .35s ease,transform .35s ease .35s}header .burger-menu.open div:first-of-type{transform:rotate(45deg) translateY(-2px);width:36.5px}header .burger-menu.open div:nth-of-type(2){width:0}header .burger-menu.open div:last-of-type{transform:rotate(-45deg);width:36.5px}header .burger-menu:hover div{width:40px}header .left-side{align-items:flex-start;display:flex;flex-direction:row;gap:20px;padding:15px 0}header .right-side{align-items:end;display:flex;flex-direction:column;gap:10px;margin-left:auto}@media only screen and (min-width:1201px){header .right-side{align-self:flex-end}}header .right-side .header-contact{display:flex;gap:20px;justify-content:end}@media not all and (min-resolution:0.001dpcm){header .right-side .header-contact{display:flex;justify-content:flex-end;width:100%}}header .right-side nav{display:flex}@media only screen and (max-width:1200px){header .right-side nav{display:none}}header .right-side nav .nav-item{border-radius:15px 15px 0 0;padding:10px 15px;text-align:center;transition:background-color .2s}header .right-side nav .nav-item:hover{background-color:#a3c13b}header .right-side nav .nav-item:hover svg g{stroke:#fff}header .right-side nav .nav-item:hover .nav-menu{display:block;opacity:1}header .right-side nav .nav-item .main{align-items:center;display:flex}header .right-side nav .nav-item .main a:not(.show),header .right-side nav .nav-item .main span:not(.show){display:none}header .right-side nav .nav-item .main svg{cursor:pointer;margin-left:5px;transition:.35s}header .right-side nav .nav-item .main svg.flip{transform:scaleY(-1)}header .right-side nav .nav-item a,header .right-side nav .nav-item span{color:#fff;cursor:pointer;display:block;font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:700;letter-spacing:0;line-height:20px;padding:.2em 0;position:relative;white-space:nowrap}header .right-side nav .nav-item a svg,header .right-side nav .nav-item span svg{cursor:pointer;height:12px;margin-left:5px;transition:.35s;width:14px}header .right-side nav .nav-item li a:after{opacity:1;transform:scale(0);transform-origin:center}header .right-side nav .nav-item li a:focus:after,header .right-side nav .nav-item li a:hover:after{transform:scale(1)}header .right-side nav .nav-item ul li a{display:flex;font-size:16px;padding:5px 10px;transition:.35s}header .right-side nav .nav-item ul li a:hover{color:#a3c13b}header .right-side nav .nav-item ul li a:after{display:none!important}header .right-side .header-icon{align-items:center;cursor:pointer;display:flex}header .right-side .header-icon svg{color:#a3c13b;height:28px;margin-right:10px;transition:.35s;width:28px}header .right-side .header-icon span,header .right-side .header-icon:hover svg{color:#fff}header .right-side .search-icon{cursor:pointer}header .right-side .search-icon svg{color:#a3c13b;transition:.35s}header .right-side .basket-icon{position:relative}header .right-side .basket-icon svg{color:#a3c13b;transition:.35s}header .right-side .basket-icon span{background-color:#a3c13b;border-radius:50%;color:#060606;font-family:Inter,sans-serif;font-size:10px;font-style:normal;font-weight:700;letter-spacing:0;min-height:19px;min-width:19px;padding:2px 7px;position:absolute;right:-8px;text-align:center;top:-8px}header .nav-menu{display:none;margin-top:10px;opacity:0;transition:.5s ease-out;width:100%}@media only screen and (max-width:1279px){header .nav-menu:not(.show-mobile) li{font-size:14px}}@media only screen and (min-width:1201px){header .nav-menu{background:#282828;border:4px solid #a3c13b;border-radius:0 25px 25px 25px;margin-left:-15px;padding:15px 0;position:fixed;width:auto}}header .nav-menu ul{list-style-type:none;margin:0}@media only screen and (min-width:1201px){header .nav-menu ul{margin-top:-5px;padding:0 30px}}header .nav-menu ul li{font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:700;padding:5px 5px 5px 0}@media only screen and (min-width:1201px){header .nav-menu ul li{padding-left:0}}header .nav-menu ul li a{color:#fff;font-size:16px;text-align:left;transition:.35s}header .nav-menu ul li a:hover{color:#a3c13b}header .nav-menu.show{display:block;opacity:1}header .menu,header div.search{background:#282828;border-radius:0 0 20px 20px;position:absolute;transition:var(--transition-timing) ease-out}header .menu.show,header div.search.show{transition:var(--transition-timing) ease-in;visibility:visible}header .menu:not(.show),header div.search:not(.show){opacity:0;pointer-events:none;visibility:hidden}header .search{border-radius:15px;display:flex;flex-direction:column-reverse;padding:10px 15px 20px;width:100%}header .search .content,header .search .form-group{width:100%}header .search form,header .search form .form-group{display:flex}header .search form .form-group input{border-radius:15px;margin:0;transition:border-color .35s ease-in-out;width:100%}header .search form .form-group input:focus{border:2px solid #a3c13b;box-shadow:none}header .search .products{margin:15px 0 0;max-height:60vh;overflow:auto}header .search .products .product:not(:last-of-type){border-bottom:1px solid hsla(0,0%,59%,.2);margin-bottom:15px;padding-bottom:10px}header .search .products .product a{align-items:center;color:#fff;display:flex;font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:700;transition:.35s}header .search .products .product a:hover{color:#a3c13b}@media only screen and (max-width:639px){header .search .products .product a{flex-direction:column;text-align:center}header .search .products .product a span{margin-top:5px}}header .search .products .product a picture{margin-right:15px}header .search .products .product a picture img{background:#fff;border-radius:15px;height:64px;-o-object-fit:contain;object-fit:contain;width:64px}header .search .actions{display:flex}header .search label{color:#fff;font-family:Inter,sans-serif;font-size:20px;font-style:normal;font-weight:700;padding-right:20px}.burger-menu-container{background:#282828;max-height:0;opacity:0;overflow:hidden}@media only screen and (max-width:1200px){.burger-menu-container{transition:opacity var(--transition-timing) ease-in-out 0,max-height var(--transition-timing) ease-in-out 0}}.burger-menu-container.show{max-height:calc(100vh - var(--header-offset));opacity:1;pointer-events:all}@media only screen and (max-width:1200px){.burger-menu-container.show{transition:opacity var(--transition-timing) ease-in-out var(--transition-timing),max-height var(--transition-timing) ease-in-out var(--transition-timing)}}.burger-menu-container .burger-menu-wrapper{display:flex;flex-direction:column;gap:15px;padding:30px 30px 0}@media only screen and (min-width:1201px){.burger-menu-container .burger-menu-wrapper{padding:0}.burger-menu-container .nav-menu{margin-left:100px;margin-top:0;min-width:250px;padding:15px 0}}.closable-background{height:100%;left:0;position:fixed;top:0;width:100%;z-index:9998}.closable-background:not(.show){display:none}.navigation.show-mobile a,.navigation.show-mobile span{color:#fff;font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:700;margin-bottom:5px;padding-left:0;transition:.35s}.navigation.show-mobile a:hover,.navigation.show-mobile span:hover{color:#a3c13b}.navigation.show-mobile .dropdown{border:none;margin-bottom:5px}.navigation.show-mobile .dropdown:first-of-type{margin-top:5px}.navigation.show-mobile .dropdown .heading{padding:0}.navigation.show-mobile .dropdown .sub-menu{transition:.25s;width:100%}.navigation.show-mobile .dropdown ul.content div.back{color:#fff;font-size:14px;margin-bottom:10px;transition:all .3s ease-in-out}.navigation.show-mobile .dropdown ul.content div.back:hover{color:#a3c13b;cursor:pointer}.navigation.show-mobile .dropdown ul.content div.back svg{height:16px;transform:rotate(90deg);width:24px}.navigation.show-mobile .dropdown ul.content div.back svg path{fill:#a3c13b}.navigation.show-mobile .dropdown ul.content li{margin-bottom:10px}.navigation.show-mobile .dropdown ul.content li a{font-size:14px;font-weight:400}.navigation.show-mobile ul{list-style-type:none;margin:0;padding:0 15px 0 40px}.navigation.show-mobile ul li{font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:700;margin-bottom:5px;padding-left:0}.header-banner-wrapper{margin-top:9px}.header-banner-wrapper .header-banner{align-items:center;background:#ff9c00;border-radius:27px;display:flex;flex-direction:row;justify-content:space-between;overflow:hidden;position:relative;width:100%}@media only screen and (min-width:767px){.header-banner-wrapper .header-banner{gap:20px}}.header-banner-wrapper .header-banner .header-banner-content{align-items:flex-start;display:flex;flex-direction:column;gap:5px;justify-content:center;padding:10px 0 10px 20px;position:relative;z-index:1}@media only screen and (min-width:767px){.header-banner-wrapper .header-banner .header-banner-content{align-items:center;flex-direction:row;gap:20px;padding:12px 30px}}.header-banner-wrapper .header-banner .header-banner-content p{color:#fff;font-size:14px;line-height:1.2;margin-bottom:0}@media only screen and (min-width:767px){.header-banner-wrapper .header-banner .header-banner-content p{font-size:16px}}.header-banner-wrapper .header-banner .header-banner-content p:first-child{font-size:20px}@media only screen and (min-width:767px){.header-banner-wrapper .header-banner .header-banner-content p:first-child{font-size:25px}}.header-banner-wrapper .header-banner .header-banner-content p:first-child strong{font-family:Inter,sans-serif;font-style:normal;font-weight:700}.header-banner-wrapper .header-banner .header-banner-image{flex-shrink:0;height:100%;max-width:100px}.header-banner-wrapper .header-banner .header-banner-image img{bottom:0;height:100%;-o-object-fit:contain;object-fit:contain;position:absolute;right:0}.show-mobile{display:block}@media only screen and (min-width:1201px){.show-mobile{display:none}}@media only screen and (max-width:1279px){.nav-menu:not(.show-mobile) li{font-size:14px}}@media only screen and (max-width:1200px){.burger-menu-container.show,header.menu-open,header.menu-open .row{height:100%;max-height:calc(100vh - var(--header-offset))}.burger-menu-container.show .dropdown.expanded,header.menu-open .dropdown.expanded,header.menu-open .row .dropdown.expanded{background-color:#282828;bottom:0;left:25px;margin-top:0;padding-top:30px;position:absolute;right:0;top:65px;z-index:1}.burger-menu-container.show .dropdown.expanded .heading,header.menu-open .dropdown.expanded .heading,header.menu-open .row .dropdown.expanded .heading{display:none}.burger-menu-container.show .dropdown.expanded .menu-back,header.menu-open .dropdown.expanded .menu-back,header.menu-open .row .dropdown.expanded .menu-back{color:#fff;cursor:pointer;font-size:20px;margin-left:-20px}.burger-menu-container.show .dropdown.expanded .menu-back svg,header.menu-open .dropdown.expanded .menu-back svg,header.menu-open .row .dropdown.expanded .menu-back svg{fill:#a3c13b;height:13px;margin-left:-18px;margin-top:5px;transform:rotate(90deg);width:13px}}@media only screen and (max-width:639px){.navigation.show-mobile .dropdown{margin-bottom:10px}.navigation.show-mobile .dropdown .heading{justify-content:unset}.navigation.show-mobile .dropdown .heading svg{height:13px;margin-left:15px;margin-top:5px;transform:rotate(270deg);width:13px}}.banner,.homepage-banner{margin-left:auto;margin-right:auto;margin-top:15px;position:relative;width:100%}.banner .banner-wrapper,.homepage-banner .banner-wrapper{position:relative}.banner .background-image,.homepage-banner .background-image{bottom:0;height:100%;left:0;margin:auto;min-height:100%;min-width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;position:absolute;right:0;top:0;width:100%;z-index:-2}@media only screen and (max-width:1400px){.homepage-banner{border-radius:0}}.homepage-banner .banner-wrapper{align-items:center;display:flex;flex-direction:column;gap:15px;height:auto;justify-content:center;overflow:hidden;position:relative;width:100%}@media only screen and (min-width:1200px){.homepage-banner .banner-wrapper{align-items:center;flex-direction:row;justify-content:space-between;overflow:hidden;padding:0}}.homepage-banner .background-image img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.homepage-banner .banner-slider{aspect-ratio:101/96;border-radius:20px;overflow:hidden;position:relative;width:100%;z-index:unset}@media only screen and (min-width:767px){.homepage-banner .banner-slider{aspect-ratio:318/139}}.homepage-banner .banner-text{text-wrap:balance;color:#282828;display:flex;flex-direction:column;font-family:Inter,sans-serif;font-size:clamp(50px,7vw,71px);font-style:normal;font-weight:400;letter-spacing:-4.26px;line-height:1;margin:30px 0;opacity:1;text-align:center;transform:translateX(0);transition:transform .3s 1s,opacity .3s 1s}@starting-style{.homepage-banner .banner-text{opacity:0}}@media only screen and (min-width:767px){@starting-style{.homepage-banner .banner-text{transform:translatex(100%)}}}@media only screen and (min-width:767px){.homepage-banner .banner-text{text-wrap:none;font-size:clamp(35px,5vw,50px);margin:30px;text-align:right}}@media only screen and (min-width:1200px){.homepage-banner .banner-text{font-size:clamp(50px,7vw,71px);margin:50px}}.homepage-banner .banner-text strong{font-family:Inter,sans-serif;font-style:normal;font-weight:700}.homepage-banner .banner-hotspots{display:none;height:100%;left:0;overflow:hidden;pointer-events:none;position:absolute;top:0;width:100%;z-index:2}@media only screen and (min-width:767px){.homepage-banner .banner-hotspots{display:block}}.homepage-banner .banner-hotspots .hotspots-initial .hotspot .hotspot-tooltip{opacity:1;pointer-events:auto;transition:opacity .5s .5s,transform .2s}.homepage-banner .banner-hotspots :not(.hotspots-initial) .hotspot .hotspot-tooltip{opacity:0;pointer-events:none;transition:opacity .2s,transform .2s}.homepage-banner .banner-hotspots .hotspot .hotspot-circle:focus+.hotspot-tooltip,.homepage-banner .banner-hotspots .hotspot .hotspot-circle:hover+.hotspot-tooltip{transition:opacity .2s,transform .2s}.homepage-banner .banner-hotspots .hotspot{--hotspot-delay:2s;align-items:center;display:flex;flex-direction:column;opacity:1;pointer-events:auto;position:absolute;transform:translate(-50%,-50%);transition:opacity .3s var(--hotspot-delay),transform .3s var(--hotspot-delay)}@starting-style{.homepage-banner .banner-hotspots .hotspot{opacity:0}}.homepage-banner .banner-hotspots .hotspot:first-child{--hotspot-delay:2s}.homepage-banner .banner-hotspots .hotspot:nth-child(2){--hotspot-delay:2.5s}.homepage-banner .banner-hotspots .hotspot:nth-child(3){--hotspot-delay:3s}.homepage-banner .banner-hotspots .hotspot:nth-child(4){--hotspot-delay:3.5s}.homepage-banner .banner-hotspots .hotspot:nth-child(5){--hotspot-delay:4s}.homepage-banner .banner-hotspots .hotspot:nth-child(6){--hotspot-delay:4.5s}.homepage-banner .banner-hotspots .hotspot:nth-child(7){--hotspot-delay:5s}.homepage-banner .banner-hotspots .hotspot:nth-child(8){--hotspot-delay:5.5s}.homepage-banner .banner-hotspots .hotspot:nth-child(9){--hotspot-delay:6s}.homepage-banner .banner-hotspots .hotspot:nth-child(10){--hotspot-delay:6.5s}.homepage-banner .banner-hotspots .hotspot.hotspot-initial .hotspot-circle{border-color:#fff;box-shadow:0 4px 12px rgba(0,0,0,.2);scale:1.3}.homepage-banner .banner-hotspots .hotspot.hotspot-initial .hotspot-circle span{background:#fff;scale:.8;transition:all .3s}.homepage-banner .banner-hotspots .hotspot.hotspot-initial .hotspot-tooltip{opacity:1;pointer-events:auto;transform:translateY(-35%) scale(1);transition:opacity .2s,transform .2s}.homepage-banner .banner-hotspots .hotspot:not(.hotspot-initial) .hotspot-circle{border-color:#a3c13b}.homepage-banner .banner-hotspots .hotspot:not(.hotspot-initial) .hotspot-circle span{background:#a3c13b;transition:all .3s}.homepage-banner .banner-hotspots .hotspot:not(.hotspot-initial) .hotspot-tooltip{opacity:0;pointer-events:none;transition:background-color .2s,opacity .2s,transform .2s}.homepage-banner .banner-hotspots .hotspot .hotspot-circle{border:2px solid #a3c13b;border-radius:50%;cursor:pointer;transition:all .2s;z-index:3}.homepage-banner .banner-hotspots .hotspot .hotspot-circle span{background:#a3c13b;border-radius:50%;display:block;height:30px;scale:1.05;transition:all .3s;width:30px}.homepage-banner .banner-hotspots .hotspot .hotspot-circle:focus,.homepage-banner .banner-hotspots .hotspot .hotspot-circle:hover{border-color:#fff;box-shadow:0 4px 12px rgba(0,0,0,.2);scale:1.3}.homepage-banner .banner-hotspots .hotspot .hotspot-circle:focus span,.homepage-banner .banner-hotspots .hotspot .hotspot-circle:hover span{background:#fff;scale:.8}.homepage-banner .banner-hotspots .hotspot .hotspot-circle:focus+.hotspot-tooltip,.homepage-banner .banner-hotspots .hotspot .hotspot-circle:hover+.hotspot-tooltip{opacity:1;pointer-events:auto;transform:translateY(-35%) scale(1)}.homepage-banner .banner-hotspots .hotspot .hotspot-tooltip{background:#ebebeb;border-radius:20px;bottom:100%;box-shadow:0 2px 8px rgba(0,0,0,.15);color:#282828;font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:700;letter-spacing:-1.08px;margin-bottom:0;margin-top:8px;opacity:0;padding:5px 10px;pointer-events:none;position:absolute;transform:translateY(10%) scale(.95);transition:opacity .2s,transform .2s;white-space:nowrap;z-index:4}.homepage-banner .banner-cta{background:#ebebeb;border-radius:20px;opacity:1;position:relative;transform:translateX(0);transition:transform .3s 1s,opacity .3s 1s,background-color .2s 0s;width:100%}@starting-style{.homepage-banner .banner-cta{opacity:0}}@media only screen and (min-width:1200px){.homepage-banner .banner-cta{transition:transform .3s 7s,opacity .3s 7s,background-color .2s 0s}@starting-style{.homepage-banner .banner-cta{opacity:0;transform:translateX(100%)}}}@media only screen and (min-width:1200px){.homepage-banner .banner-cta{width:-moz-fit-content;width:fit-content}}.homepage-banner .banner-cta:focus,.homepage-banner .banner-cta:hover{background-color:#fff}.homepage-banner .banner-cta a{align-items:center;color:#282828;display:flex;flex-direction:row;gap:25px;padding:10px 20px}.homepage-banner .banner-cta svg{height:auto;vertical-align:middle}@media only screen and (min-width:1200px){.homepage-banner .banner-cta{bottom:0;margin:20px;position:absolute;right:0}}.homepage-banner .banner-cta .cta-icon svg{width:50px}.homepage-banner .banner-cta .cta-text{font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:200;letter-spacing:-.84px;padding-right:20px}.homepage-banner .banner-cta .cta-text .heading{font-family:Inter,sans-serif;font-size:24px;font-style:normal;font-weight:700;letter-spacing:-1.44px;line-height:1.3}.homepage-banner .banner-cta .cta-text p{margin:0}.homepage-banner .banner-cta .cta-arrow{color:#a3c13b;flex-shrink:0;margin-left:auto}.homepage-banner .banner-cta .cta-arrow svg{width:9px}@keyframes pulse{0%{transform:scale(.9)}70%{box-shadow:0 0 0 15px rgba(137,195,0,0);transform:scale(1)}to{box-shadow:0 0 0 0 rgba(137,195,0,0);transform:scale(.9)}}.banner{display:flex;height:270px}.banner .overlay{background:linear-gradient(227.44deg,rgba(85,85,85,0),#050505);height:100%;left:0;opacity:.8;position:absolute;top:0;width:100%;z-index:-1}.banner .banner-wrapper{align-items:center;border-radius:20px;display:flex;justify-content:center;overflow:hidden;position:relative;width:100%;z-index:unset}.banner .banner-container{margin-block:30px;width:100%}.banner .banner-container .row.inner{display:flex;flex-direction:column;margin-inline:auto;max-width:min(100% - var(--gutter) * 2)}.banner .date{color:#a3c13b;font-size:12px;font-weight:700;letter-spacing:0;line-height:18px;margin:0}.banner .banner-text,.banner .date{font-family:Inter,sans-serif;font-style:normal}.banner .banner-text{color:#fff;font-size:62px;font-weight:600;line-height:1.1;margin-bottom:32px}@media only screen and (max-width:639px){.banner{padding-right:20px}.banner .banner-text{font-size:28px}}.post-banner{height:auto;min-height:270px}.post-banner h1{padding-right:80px}.post-banner a{align-items:center;color:#a3c13b;display:flex;font-family:Inter,sans-serif;font-style:normal;font-weight:400;position:relative}.post-banner a span{padding-left:15px}.post-banner a svg{left:0;position:absolute;transform:rotate(90deg);transition:.35s ease-in-out}.post-banner a:hover{color:#fff}.post-banner a:hover svg{left:-5px}.posts .posts-carousel a{height:100%}.posts .row:nth-of-type(2) .columns{margin-bottom:30px}.posts h1{color:#060606;font-family:Inter,sans-serif;font-size:65px;font-style:normal;font-weight:700;letter-spacing:0;line-height:64px;margin-bottom:80px}.posts .post{height:100%}.posts .post .post-wrapper{background-color:#fafafa;border:3px solid #fff;border-radius:15px;height:100%;overflow:hidden;position:relative;text-align:center;transition:.35s}.posts .post picture{height:100%;width:100%}.posts .post picture img{height:200px;-o-object-fit:cover;object-fit:cover;width:100%}.posts .post .content{padding:20px 20px 30px}.posts .post .content h3,.posts .post .content p{margin:0}.posts .post .content h3{color:#060606;font-size:20px;line-height:22px;padding:10px 0}.posts .post .content .date,.posts .post .content h3{font-family:Inter,sans-serif;font-style:normal;font-weight:700;letter-spacing:0}.posts .post .content .date{color:#979797;font-size:12px;line-height:18px}.posts .post .content .description{color:#00002f;font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:400;letter-spacing:0;line-height:18px}.posts .post .arrow{border-radius:5px;bottom:10px;position:absolute;right:10px;transition:.35s}.posts .post:not(:hover) .arrow{display:none}.posts .post:hover .post-wrapper{background-color:rgba(0,0,47,.02);border:3px solid #a3c13b;box-shadow:0 2px 24px 0 rgba(0,0,0,.19)}section.post a,section.post a span{color:#a3c13b!important}section.post .post-wrapper{position:sticky;top:140px}section.post .post-wrapper .image-wrapper .main-image{background-position:50%;background-size:cover;border:1px solid #979797;border-radius:15px;height:300px;overflow:hidden;width:100%}section.post .post-wrapper .image-wrapper .main-image div.main{background:#fff no-repeat 50%;background-size:contain;height:100%;width:100%}section.post .post-wrapper .image-slider{display:flex;margin-top:20px}section.post .post-wrapper .image-slider .image{cursor:pointer}section.post .post-wrapper .image-slider .image picture{border:1px solid #979797;border-radius:15px;height:145px;margin:10px;width:100%}section.post .post-wrapper .image-slider .image picture img{border-radius:15px;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}section.post .post-wrapper .image-slider .image.selected{border-color:#a3c13b}@media only screen and (max-width:639px){.posts h1{text-align:center}.post-wrapper .image-wrapper{display:none}.post-wrapper .share-wrapper{justify-content:end;margin-top:0!important}}.order-message{margin-left:auto;margin-right:auto}.order-message,.order-message .order-message-content{align-items:center;display:flex;justify-content:space-between;width:100%}.order-message .order-message-content{background-color:#ebebeb;border-radius:25px;color:#282828;flex-direction:column;padding:5px}@media only screen and (min-width:767px){.order-message .order-message-content{flex-direction:row;gap:0}}.order-message .order-message-content a{color:inherit}.order-message .order-message-content a:hover{color:#a3c13b}.order-message .order-message-content .icon-container{align-items:center;display:flex}.order-message .order-message-content .icon-container svg{height:30px;margin-right:10px;width:38px}.order-message .order-message-content .icon-container p{color:inherit;margin-bottom:0;padding-right:10px}.order-message .trustpilot-widget{align-items:center;display:flex;padding-top:6px}.global-paypal{margin-top:15px;width:100%}.global-paypal span{margin-left:auto;margin-right:auto}@media only screen and (max-width:1200px){.order-message{margin-top:80px}}@media only screen and (max-width:767px){.order-message{margin-top:80px}.order-message .order-message-content .icon-container svg{margin:0;width:64px}.order-message .order-message-content .icon-container p{margin:10px 0;text-align:center}}.enquiry-form form{background:linear-gradient(227.44deg,#555,#050505);border-radius:15px;padding:100px 0}.enquiry-form form h3{color:#fff;font-family:Inter,sans-serif;font-size:40px;font-style:normal;font-weight:700;letter-spacing:0;line-height:40px;margin:0 0 20px}.enquiry-form form .content{margin-bottom:10px}.enquiry-form form .content,.enquiry-form form .content p,.enquiry-form form p{color:#fff;font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:400;letter-spacing:0;line-height:24px}.enquiry-form form .columns .row{margin:0 0 15px;width:100%}.enquiry-form form .columns .row.submit-container a{color:#89c300}.enquiry-form form .columns .row.submit-container .columns button,.enquiry-form form .columns .row.submit-container .columns label{margin:0}.enquiry-form form .columns .row.submit-container .columns button{background-image:linear-gradient(0deg,#fff 50%,#fff 0),linear-gradient(0deg,#89c300 50%,transparent 0)}.enquiry-form form .columns .row.submit-container .columns:last-of-type{display:flex;justify-content:flex-end}.enquiry-form form .columns .row .form-group{width:100%}.enquiry-form form .columns .row .form-group input,.enquiry-form form .columns .row .form-group textarea{border-radius:15px;color:#060606;font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:700;letter-spacing:0;line-height:20px;padding:20px 30px}.enquiry-form form .columns .row .form-group input::-moz-placeholder,.enquiry-form form .columns .row .form-group textarea::-moz-placeholder{color:#060606;font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:700;letter-spacing:0;line-height:20px;opacity:.32}.enquiry-form form .columns .row .form-group input::placeholder,.enquiry-form form .columns .row .form-group textarea::placeholder{color:#060606;font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:700;letter-spacing:0;line-height:20px;opacity:.32}.enquiry-form form .columns .row .columns:first-of-type{padding-left:0}.enquiry-form form .columns .row .columns:last-of-type{padding-right:0}@media only screen and (max-width:639px){.enquiry-form form{padding:30px 0}.enquiry-form form .columns .row{margin:0}.enquiry-form form .columns .row .columns{padding:0}}.enquiry-sent{background:#89c300;color:#fff;height:40px;line-height:40px;margin-bottom:-20px;margin-top:10px}.contact-details{margin-top:80px}.contact-details .row{align-items:center;display:flex;flex-wrap:wrap}.contact-details .row h1{color:#060606;font-size:65px;font-weight:700;line-height:64px}.contact-details .row h1,.contact-details .row p{font-family:Inter,sans-serif;font-style:normal;letter-spacing:0}.contact-details .row p{color:#00002f;font-size:16px;font-weight:400;line-height:27px}.contact-details .row p.address{display:flex;flex-direction:column;font-size:14px;font-style:italic;line-height:20px;opacity:.46}.contact-details .row .columns{display:flex;flex-direction:column;justify-content:center}.contact-details .row .columns.chair-col{align-items:flex-end}.contact-details .row .columns.chair-col img{height:550px}.contact-details .row .social{margin-bottom:20px}.contact-details .row .social .social-icon svg path{fill:#fff}.contact-details .row .social .social-icon:hover{background:#060606}.contact-details .row .contact-icons{display:flex;flex-wrap:wrap;margin:20px 0}.contact-details .row .contact-icons a{align-items:center;display:flex;margin-bottom:20px;margin-right:20px;transition:.35s}.contact-details .row .contact-icons a .icon{border-radius:9px 9px 9px 0;display:flex;transition:.35s}.contact-details .row .contact-icons a .icon svg{height:38px;width:38px}.contact-details .row .contact-icons a .icon svg g{transition:.35s}.contact-details .row .contact-icons a .icon img{height:36px;width:38px}.contact-details .row .contact-icons a p{color:#00002f;font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:700;letter-spacing:0;line-height:20px;margin:0 0 0 5px;transition:.35s}.contact-details .row .contact-icons a:hover p{color:#a3c13b}.contact-details .row .contact-icons a:hover .icon g{fill:#060606}@media only screen and (max-width:1200px){.contact-details .row .columns.chair-col{align-items:center}}@media only screen and (max-width:639px){.contact-details{margin-top:30px}.contact-details .row h1{font-size:38px;line-height:42px}.contact-details .row img{height:400px;-o-object-fit:contain;object-fit:contain}.contact-details .row .social{justify-content:center}.contact-details .row .contact-icons{align-items:center;flex-direction:column}.contact-details .row .columns.chair-col{align-items:center}}.payment-logos{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;margin:50px 0;width:100%}.payment-logos div{margin:15px}.payment-logos picture{margin:0 30px}.payment-logos picture img{max-height:50px;width:auto}@media only screen and (max-width:639px){.payment-logos{display:flex;justify-content:center;margin-bottom:0}.payment-logos picture{margin:0 0 30px;width:90px}.payment-logos picture img{height:40px;margin:0;-o-object-fit:contain;object-fit:contain;padding:0 15px;width:90px}}#frontend-app:has(section.product) .testimonials-container,#frontend-app:has(section.product) section{opacity:0;transition:opacity .35s}#frontend-app:has(section.product):has(.loaded) .testimonials-container,#frontend-app:has(section.product):has(.loaded) section{opacity:1}a.product{display:flex;flex-direction:column;padding:16px;position:relative}.bespoke-image{background-size:contain;height:100px;width:100px}.paypal-message{margin-bottom:10px;margin-top:10px}.product-card{padding:0 15px;width:100%}.product-card .product-wrapper{background:#fff;border:3px solid #fff;border-radius:15px;height:100%;text-align:center;transition:all .35s;width:100%}.product-card .product-wrapper p{font-family:Inter,sans-serif;font-style:normal;font-weight:600;line-height:1;margin-bottom:0}.product-card .product-wrapper p.product-title{font-family:Inter,sans-serif;font-size:20px;font-style:normal;font-weight:700;margin:0 auto 12px;max-width:75%;transition:all .35s}.product-card .product-wrapper p.product-title:hover{color:#89c300}.product-card .product-wrapper p.price{font-size:18px;margin-bottom:4px}.product-card .product-wrapper p.vat{color:#a1a1a1;font-size:12px}.product-card .product-wrapper img{height:180px;margin:36px auto 20px;width:auto}.product-card .product-wrapper .icon{height:25px;position:absolute;right:15px;top:15px;width:92px}.product-card .product-wrapper:hover{border:3px solid #89c300}section.products{margin-top:80px}section.products .side-and-overview{display:inline-flex;width:100%}section.products .side-and-overview .product-side{flex-grow:1;flex:none;min-width:350px}section.products .side-and-overview .products-overview{flex-grow:1;width:100%}section.product{margin-top:20px}section.product .columns{display:flex;flex-direction:column}section.product .columns .mobile-product-title{display:none}section.product .columns .image-wrapper .main-image{border:1px solid #979797;border-radius:15px;height:600px;overflow:hidden;position:relative;width:100%}section.product .columns .image-wrapper .main-image .main{background:#fff no-repeat 50%;background-size:contain;height:100%;width:100%}section.product .columns .image-wrapper .main-image .main img{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}section.product .columns .image-wrapper .main-image .brand-image{pointer-events:none;position:absolute;right:35px;top:30px;transition:opacity .5s;z-index:5}section.product .columns .image-wrapper .main-image .brand-image img{height:80px;-o-object-fit:contain;object-fit:contain;width:200px}section.product .columns .image-slider{display:flex;margin-top:20px}section.product .columns .image-slider .image{cursor:pointer;margin-right:10px;width:auto!important}section.product .columns .image-slider .image picture{border:1px solid #979797;border-radius:15px;display:inline-block;height:145px;width:125px}section.product .columns .image-slider .image picture img{border-radius:15px;height:100%;-o-object-fit:contain;object-fit:contain;width:100%}section.product .columns .image-slider .image.selected{border-color:#a3c13b}section.product .columns .product-delivery{background:#e5e5e5;justify-content:space-between;margin:auto;padding:20px 40px}@media not all and (min-resolution:0.001dpcm){section.product .columns .product-delivery{margin-bottom:100px}}section.product .columns .product-delivery .in-stock,section.product .columns .product-delivery .out-of-stock{align-items:center;display:flex;display:none;max-height:40px}section.product .columns .product-delivery .in-stock p,section.product .columns .product-delivery .out-of-stock p{font-size:14px;font-weight:900;margin-bottom:0;margin-left:5px}section.product .columns .product-delivery .lead-time{align-items:center;display:flex;display:none;height:40px}section.product .columns .product-delivery .lead-time p{font-size:12px;font-weight:900;margin-bottom:0;margin-left:5px}section.product .columns .product-delivery .sku-container{align-items:center;display:flex}section.product .columns .product-delivery .sku-container .bespoke,section.product .columns .product-delivery .sku-container .sku{font-size:12px;font-weight:900;margin-bottom:10px;margin-right:2px;margin-top:10px}section.product .columns .product-delivery .free-delivery-label{align-items:center;background:#3e3e3e;border-radius:20px;display:flex;height:40px;justify-content:space-between;margin-top:0;padding:0 20px 0 10px}section.product .columns .product-delivery .free-delivery-label svg{height:32px;margin-right:10px;width:32px}section.product .columns .product-delivery .free-delivery-label svg path,section.product .columns .product-delivery .free-delivery-label svg polygon{fill:#fff}section.product .columns .product-delivery .free-delivery-label svg ellipse{fill:none}section.product .columns .product-delivery .free-delivery-label p{color:#fff;font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:700;letter-spacing:0;line-height:22px;margin:0}section.product .columns .product-delivery .need-it-quicker-parent{width:100%}section.product .columns .product-delivery .need-it-quicker-parent .need-it-quicker{align-items:center;background-color:#f4f4f4;border-radius:10px;display:flex;margin-top:30px;padding:10px;position:relative;width:100%}section.product .columns .product-delivery .need-it-quicker-parent .need-it-quicker span{color:#060606;font-weight:900;margin-left:5px;margin-top:-1px}section.product .columns .product-delivery .need-it-quicker-parent .need-it-quicker p{font-size:12px;margin-bottom:0;margin-left:5px}section.product .columns .product-delivery .need-it-quicker-parent .need-it-quicker svg{height:22px}section.product .columns .product-delivery .need-it-quicker-parent .need-it-quicker svg.right-arrow{bottom:0;height:8px;margin:auto;position:absolute;right:10px;top:0;transform:rotate(90deg)}section.product .columns .product-totals{background:#282828;border-radius:0 0 20px 20px;bottom:0;left:0;margin:0;padding:40px}@media not all and (min-resolution:0.001dpcm){section.product .columns .product-totals{position:absolute}}section.product .columns .product-totals .columns:first-of-type{padding-left:0}section.product .columns .product-totals .columns:nth-of-type(2){align-items:center;justify-content:flex-end;padding-right:0}section.product .columns .product-totals .columns.details{display:flex;flex-direction:unset;padding-left:0;padding-right:0}section.product .columns .product-totals .columns.details .in-stock,section.product .columns .product-totals .columns.details .lead-time,section.product .columns .product-totals .columns.details .out-of-stock{align-items:center;display:flex}section.product .columns .product-totals .columns.details .in-stock,section.product .columns .product-totals .columns.details .in-stock svg,section.product .columns .product-totals .columns.details .lead-time svg,section.product .columns .product-totals .columns.details .out-of-stock,section.product .columns .product-totals .columns.details .out-of-stock svg{margin-right:10px}section.product .columns .product-totals p{color:#fff;font-family:Inter,sans-serif;font-size:12px;font-style:normal;font-weight:700;letter-spacing:0;line-height:15px;margin:0}section.product .columns .product-totals p.total{font-size:20px;font-style:italic;line-height:18px;margin-bottom:15px;margin-top:10px}section.product .columns .product-totals p.total_with_vat{color:#a3c13b;font-size:28px;line-height:18px;line-height:25px}section.product .columns .product-totals p.poa-text{font-size:16px;line-height:20px;margin-bottom:15px}section.product .columns .product-totals p.poa-text a{color:#89c300}section.product .columns .product-totals .on-sale-message{color:#fff;margin-top:5px}section.product .columns .product-totals .sku-container{display:flex}section.product .columns .product-totals .product-add-to-basket{display:flex;flex-direction:column;height:100%;justify-content:flex-start}section.product .columns .product-totals .product-add-to-basket .actions{display:flex}section.product .columns .product-totals .product-add-to-basket .out-of-stock .text{color:#fff}section.product .columns .product-totals .add-to-basket{-webkit-text-fill-color:unset;align-items:center;background-clip:unset;background-color:#a3c13b;background-image:none;border:2px solid #a3c13b;border-radius:10px;color:#fff;height:39px;justify-content:center;margin:0 0 0 20px;min-width:140px;padding:5px 10px;transition:.35s}section.product .columns .product-totals .add-to-basket.smallprint{font-size:12px!important}section.product .columns .product-totals .add-to-basket:hover{background-color:transparent;color:#a3c13b}section.product .columns .product-totals .add-to-basket[disabled=disabled],section.product .columns .product-totals .add-to-basket[disabled]{cursor:not-allowed;opacity:.65}section.product .columns .product-dropdowns{display:flex;flex-direction:column}section.product .columns .product-dropdowns .dropdown{border-color:hsla(0,0%,59%,.12);margin-top:20px}section.product .columns .product-dropdowns .dropdown .heading{align-items:center;display:flex;height:80px;justify-content:space-between}section.product .columns .product-dropdowns .dropdown .heading span{font-size:20px}section.product .columns .product-dropdowns .dropdown .content table>tbody>tr{background-color:#fff}section.product .columns .product-dropdowns .dropdown a{color:#89c300}section.product .columns .product-dropdowns .dropdown a>span{color:inherit!important}section.product .columns .product-dropdowns .dropdown.why-use-us h3{margin-bottom:5px}section.product .columns .product-dropdowns .dropdown.why-use-us img{margin-bottom:10px}section.product .columns .product-dropdowns .guides table tbody{border:none}section.product .columns .product-dropdowns .guides table tbody p{font-weight:900;line-height:1;margin-bottom:0}section.product .columns .product-dropdowns .guides table tbody a{font-weight:900}section.product .columns .product-dropdowns .guides table tbody a svg{height:12px;padding-top:2px;width:12px}section.product .columns .product-details{background:#ebebeb;border-radius:15px;height:-moz-fit-content;height:fit-content;position:relative}@media not all and (min-resolution:0.001dpcm){section.product .columns .product-details{padding-bottom:200px}}section.product .columns .product-details .inner{padding:40px}section.product .columns .product-details .inner .badge{border-radius:15px;font-size:15px;font-weight:900;margin-bottom:20px;min-height:26px;min-width:80px;padding:5px 15px}section.product .columns .product-details .inner .badge.sale{background:red;text-transform:uppercase}section.product .columns .product-details .multiselect__content-wrapper{border:3px solid #89c300}section.product .columns .product-details .added-successfully{color:#a3c13b;font-family:Inter,sans-serif;font-size:12px;font-style:normal;font-weight:700;margin:20px 0 0}section.product .columns .product-details h1{color:#282828;font-family:Inter,sans-serif;font-size:40px;font-style:normal;font-weight:700;letter-spacing:0;line-height:45px}section.product .columns .product-details h1.reduced-mb{margin-bottom:15px}section.product .columns .product-details .product-fields .field{border:2px solid #282828;border-radius:15px;display:flex;justify-content:space-between;padding:10px 20px}section.product .columns .product-details .product-fields .field:not(:last-of-type){margin-bottom:20px}section.product .columns .product-details .product-fields .field .heading{color:#282828;font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:700;letter-spacing:0;line-height:22px}section.product .columns .product-details .product-fields .field .content{color:#282828;font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:400;letter-spacing:0;line-height:18px;text-align:right}section.product .columns .product-details .product-fields .dropdown:not(:last-of-type){margin-bottom:20px}section.product .columns .product-details .product-fields .dropdown .heading span{color:#282828}section.product .columns .product-details .product-fields .dropdown .heading svg{margin-left:10px;vertical-align:top}section.product .columns .product-details .product-fields .dropdown .heading .value{font-weight:400}section.product .columns .product-details .product-fields .dropdown .image-swatch.colour-selected .image-item:not(.selected){display:none!important}section.product .columns .product-details .product-fields .dropdown .image-swatch .image-item{margin-bottom:15px;margin-right:10px;position:relative;width:70px!important}section.product .columns .product-details .product-fields .dropdown .image-swatch .image-item.selected img{border:1px solid #a3c13b}section.product .columns .product-details .product-fields .dropdown .image-swatch .image-item .swatch-image-wrapper{height:70px;transition:all .3s ease-in-out;width:70px}section.product .columns .product-details .product-fields .dropdown .image-swatch .image-item .swatch-image-wrapper:hover{transform:scale(1.15)}section.product .columns .product-details .product-fields .dropdown .image-swatch .image-item .swatch-image-wrapper picture{position:relative}section.product .columns .product-details .product-fields .dropdown .image-swatch .image-item .swatch-image-wrapper picture img{cursor:pointer;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}section.product .columns .product-details .product-fields .dropdown .image-swatch .image-item .swatch-image-wrapper .item-remove{fill:#a3c13b;background-color:#fff;cursor:pointer;line-height:15px;padding:5px;position:absolute;right:0;top:0}section.product .columns .product-details .product-fields .dropdown .image-swatch .image-item .image-label{color:#fff;font-family:Inter,sans-serif;font-size:12px;font-style:normal;font-weight:700;letter-spacing:0;line-height:14px;margin-top:5px}section.product .columns .product-details .product-fields .dropdown .image-swatch .image-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(70px,75px));justify-content:space-between;list-style-type:none;margin-left:0;padding:0!important;transform:translateX(0)!important}section.product .columns .product-details .product-fields .dropdown .image-swatch .image-list.bigger{grid-template-columns:repeat(auto-fill,minmax(100px,105px))}section.product .columns .product-details .product-fields .dropdown .image-swatch .image-list.bigger .image-item{width:100px!important}section.product .columns .product-details .product-fields .dropdown .image-swatch .image-list.bigger .image-item .swatch-image-wrapper{height:100px;width:100px}section.product .columns .product-details .product-fields .dropdown .image-swatch .selected-label{color:#fff;font-family:Inter,sans-serif;font-size:12px;font-style:normal;font-weight:700;letter-spacing:0;line-height:22px;margin-top:10px}.product-timer,.product-timer-small{align-items:center;background:linear-gradient(227.44deg,#555,#050505);border-radius:15px;display:flex;padding:6px 30px}.product-timer svg,.product-timer-small svg{margin:5px!important}.product-timer svg path,.product-timer-small svg path{fill:#a3c13b}.product-timer p,.product-timer-small p{color:#fff!important;font-family:Inter,sans-serif;font-size:12px;font-style:normal;font-weight:700;letter-spacing:-.29px;line-height:20px;margin:0}.product-timer p span,.product-timer-small p span{color:#fff;font-family:Inter,sans-serif;font-style:normal;font-weight:700}.product-timer p span.big,.product-timer p span.primary,.product-timer-small p span.big,.product-timer-small p span.primary{font-size:20.58px;letter-spacing:-.41px;line-height:22.54px}.product-timer p span.primary,.product-timer-small p span.primary{color:#a3c13b;padding:0 5px}.product-timer p span.small,.product-timer-small p span.small{font-size:14.7px;letter-spacing:-.29px;line-height:20px}.product-timer-small{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.product-timer-small p span.small{padding-left:10px}.product-timer p{margin-top:5px}.product-timer p span.primary:first-of-type{padding-left:0}.product-timer svg{margin-bottom:0;margin-top:10px}.products .row .product-side{border-right:1px solid hsla(0,0%,59%,.35);margin-top:24px;padding-right:30px}.products .row .product-side-filters~.columns .row:first-of-type{display:flex;flex-direction:column;margin-top:-43px;width:100%}.products .row div[data-pp-message]{border-radius:10px;display:flex;justify-content:center;margin-top:18px;max-width:100%}.products .row .product-side-filters .keyword-search{position:relative}.products .row .product-side-filters .keyword-search img{height:16px;left:10px;position:absolute;top:50%;transform:translateY(-50%);width:16px}.products .row .product-side-filters .keyword-search input{padding-left:30px}.products .row .product-side-filters .remove-search{color:#979797;cursor:pointer;position:absolute;right:15px;top:50%;transform:translateY(-50%)}.products .row .product-side-filters .form-group input{background-color:#fff;border:1px solid #979797;border-radius:15px;box-shadow:none;color:#00002f;font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:400;letter-spacing:0;line-height:27px}.products .row .product-side-filters .form-group input::-moz-placeholder{color:#00002f;font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:400;letter-spacing:0;line-height:27px;opacity:.37}.products .row .product-side-filters .form-group input::placeholder{color:#00002f;font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:400;letter-spacing:0;line-height:27px;opacity:.37}.products .row .product-side-filters .filter-block{background:linear-gradient(227.44deg,hsla(0,0%,93%,.36),#ececec);border-radius:15px}.products .row .product-side-filters .filter-block .filter-block-wrapper{padding:30px}.products .row .product-side-filters .filter-block .filter-block-wrapper .input-group{position:relative}.products .row .product-side-filters .filter-block .filter-block-wrapper .input-group .arrow{height:15px;position:absolute;right:15px;top:13px;width:18px}.products .row .product-side-filters .filter-block .filter-block-wrapper .multiselect{margin-bottom:10px}.products .row .product-side-filters .filter-block .filter-block-wrapper .multiselect__select{display:none}.products .row .product-side-filters .filter-block .filter-block-wrapper .multiselect__tags{border:2px solid #282828;border-radius:10px}.products .row .product-side-filters .filter-block .filter-block-wrapper .multiselect__spinner{background:transparent}.products .row .product-side-filters .filter-block .filter-block-wrapper .multiselect__placeholder{color:#282828;font-weight:700}.products .row .product-side-filters .filter-block .filter-block-wrapper p{color:#060606;font-family:Inter,sans-serif;font-size:25px;font-style:normal;font-weight:700;letter-spacing:0;line-height:25px;margin:0 0 10px}.products .row .product-side-filters .filter-block .filter-block-wrapper .input-group,.products .row .product-side-filters .filter-block .filter-block-wrapper button,.products .row .product-side-filters .filter-block .filter-block-wrapper input{margin:0}.products .row .product-side-filters .filter-block .filter-block-wrapper button,.products .row .product-side-filters .filter-block .filter-block-wrapper input{margin-top:10px}.products .row .product-side-filters .filter-block .filter-block-wrapper input{background-color:#fff;border-radius:15px;box-shadow:none}.products .row .product-filters{align-items:center;display:flex;flex-direction:row-reverse;flex-wrap:wrap;justify-content:space-between;margin-left:15px;width:100%}.products .row .product-filters .showing-and-filter{align-items:center;display:flex}.products .row .product-filters .showing-and-filter .button.filled{display:none}.products .row .product-filters .multiselect__content{width:0}.products .row .product-filters .filter{display:flex;min-height:40px;min-width:200px;position:relative}.products .row .product-filters .filter p{color:#979797;font-family:Inter,sans-serif;font-style:normal;font-weight:400;left:15px;margin:0;position:absolute;top:50%;transform:translateY(-50%);z-index:1}.products .row .product-filters .filter .arrow{height:16px;position:absolute;right:15px;top:50%;transform:translateY(-50%);width:16px}.products .row .product-filters .multiselect__select{display:none}.products .row .product-filters .multiselect__tags{background:linear-gradient(227.44deg,hsla(0,0%,93%,.36),#ececec);border:2px solid #282828;border-radius:15px;padding-left:70px}.products .row .product-filters .multiselect__single{background:transparent;font-size:16px}.products .row .product-filters .multiselect__single,.products .row .product-filters p{color:#00002f;font-family:Inter,sans-serif;font-style:normal;font-weight:700;letter-spacing:0;line-height:27px}.products .row .product-filters p{font-size:15px;margin:0 20px 0 0}.listing{background-color:#fff;border:3px solid #ebebeb;border-radius:15px;display:flex;flex-direction:column;height:100%;margin-bottom:20px;overflow:hidden;position:relative;transition:.2s}.listing .badge-wrapper{align-items:center;display:flex;gap:10px;position:absolute;right:8px;top:8px}.listing .badge{border-radius:15px;font-size:15px;font-weight:900;min-height:26px;min-width:80px;padding:5px 15px}.listing .badge.sale{background:red}.listing .badge.featured{background:#a3c13b}.listing .icons{background-color:#ebebeb;display:flex;justify-content:space-around;padding:15px 5px}.listing .icons .listing-icon{display:flex}.listing .icons .listing-icon svg{height:30px;margin-right:5px;width:30px}.listing .icons .listing-icon p{font-size:13px;font-weight:700;line-height:30px;margin:0}.listing .content{height:100%;padding:20px}.listing .content a{flex:1}.listing .content h4{color:#060606;font-family:Inter,sans-serif;font-size:22px;font-style:normal;font-weight:700;letter-spacing:0;line-height:22px;margin:0}.listing .content p{margin:0}.listing .content p.from-price{color:#a3c13b;font-size:18px;font-weight:700;margin-top:15px}.listing .content p.from-price,.listing .content p.price{font-family:Inter,sans-serif;font-style:normal;letter-spacing:0;line-height:18px}.listing .content p.price{color:#060606;font-size:15px;font-weight:500;margin-top:10px}.listing picture{width:100%}.listing picture img{height:200px;-o-object-fit:contain;object-fit:contain;width:100%}.listing:hover{border-color:#a3c13b;border-width:3px}.product-listings{display:flex;flex-wrap:wrap;margin-top:20px!important}.product-listings .large-4{margin-bottom:30px}.quantity-label{position:relative}.quantity-label label{font-weight:400;left:10px;position:absolute;top:50%;transform:translateY(-50%)}.quantity-label input,.quantity-label label{color:#fff;font-family:Inter,sans-serif;font-size:16px;font-style:normal;letter-spacing:0;line-height:27px}.quantity-label input{-moz-appearance:textfield;background:#282828;border:1px solid #fff;border-radius:10px;box-shadow:none;font-weight:700;margin:0;padding-left:42px;padding-right:22px}.quantity-label input::-webkit-inner-spin-button,.quantity-label input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.quantity-label input:focus{background:#282828}.quantity-label .arrows{display:flex;flex-direction:column;position:absolute;right:10px;top:50%;transform:translateY(-50%)}.quantity-label .arrows .up{cursor:pointer;transform:scaleY(-1)}.quantity-label .arrows .down{cursor:pointer}.quantity-label .arrows .down.faded{opacity:.5}.in-stock-overlay svg{width:96px}.in-stock-overlay svg .cls-1{fill:#2f2f2f}.in-stock-overlay svg .cls-2{fill:#94c53b}.in-stock-overlay svg .cls-3{fill:#fff}.out-of-stock-overlay svg{height:96px;width:96px}.out-of-stock-warning{color:red;font-size:18px}.out-of-stock-warning a{color:red;text-decoration:none}.out-of-stock-warning a:hover{text-decoration:underline}h2.mobile-text{display:none;font-family:Inter,sans-serif;font-size:40px;font-style:normal;font-weight:700;letter-spacing:0;line-height:45px;padding:0 15px}@media only screen and (min-width:1023px){section.product .columns .image-wrapper{min-height:600px}}@media only screen and (max-width:1300px){section.products .product-timer{justify-content:center;margin-bottom:20px;margin-top:20px;width:100%}}@media only screen and (max-width:1200px){section.product .columns .product-totals .product-add-to-basket .free-delivery-label{flex-direction:row;justify-content:center;padding-bottom:5px;padding-top:5px}section.product .columns .product-totals .product-add-to-basket .free-delivery-label svg{margin-right:5px}section.product .columns .product-totals p.total{font-size:18px}section.product .columns .product-totals p.total_with_vat{font-size:24px}.product-filters{margin-top:20px}.similar-products .medium-6{margin-bottom:15px}}@media only screen and (min-width:767px){.out-of-stock-warning{margin-top:-20px}}@media only screen and (max-width:1260px){section.product .columns .product-delivery{align-items:center;flex-direction:column}section.product .columns .product-delivery .sku-container{margin:auto}section.product .columns .product-delivery .free-delivery-label{margin-top:20px}}@media only screen and (max-width:1024px){section.product .sticky-blocks{position:inherit}section.product .product-details .product-totals{border-radius:0;position:sticky;z-index:1}section.product .product-details .product-totals .product-add-to-basket .actions{justify-content:flex-end}section.products{margin-top:0}section.products .products-row .product-sort-by{margin-left:15px;margin-right:15px}section.products .products-row .product-timer{display:block;margin-bottom:20px;text-align:center}section.products .products-row .product-filters{justify-content:space-between}section.products .products-row .product-filters .product-timer{width:100%}section.products .products-row .product-filters .showing-and-filter{justify-content:space-between;width:100%}section.products .products-row .product-filters .showing-and-filter .button.filled{display:block!important;height:47px}section.products .products-row .product-filters .showing-and-filter .showing{display:none}section.products .products-row .loader-row{display:block}section.products .products-row .loader-row .product-side{margin-top:20px}section.products .showing-and-filter .filter{margin-left:15px;margin-right:15px}section.products .side-and-overview{display:block}section.products .side-and-overview .product-side{padding-left:15px;padding-right:15px}}@media only screen and (max-width:767px){.product-timer-small{flex-direction:column;margin-top:20px;padding:20px}.product-timer-small p{margin-top:10px}.product-listings .columns{padding:0}.products .row .product-filters p,.products .row .row{margin:0}section.product .columns{padding:0}section.product .columns .product-details .inner{padding:20px}section.product .columns .product-details .inner h1{font-size:28px;line-height:32px;margin-bottom:10px}section.product .columns .product-details .inner .product-totals p.total{font-size:16px}section.product .columns .product-details .inner .product-totals p.total_with_vat{font-size:22px}section.product .columns .product-details .inner .product-totals .product-add-to-basket{margin:20px auto auto}.similar-products .heading{margin-top:100px}}@media only screen and (min-width:639px){.mobile-chair-link{display:none!important}}@media only screen and (max-width:639px){section.products .products-overview{padding-left:15px;padding-right:15px}section.products .products-overview .pagination{justify-content:center}section.products .product-side-filters{display:none}section.products .product-side-filters.show-mobile{display:unset}section.products .product-filters{margin-left:0!important}section.products .product-filters .showing-and-filter .button.filled{min-width:110px}.product-fields .carousel__track{right:unset!important}h2.mobile-text{display:initial}.all-chairs{display:none!important}.mobile-chair-link{display:flex;justify-content:center}.similar-products h2{margin:0 0 20px}.similar-products a.button{margin:0}.similar-products .heading{margin-top:0}.product .product-actions{align-items:flex-start;display:flex;flex-direction:column;gap:1.5rem}.image-wrapper,.share-wrapper,.video-link{padding:0 15px}.products .row .product-side{padding-right:15px}section.products{margin-top:0}section.product .columns .mobile-product-title{display:block;font-size:30px;font-weight:900;padding-left:15px;padding-right:15px;text-align:center}section.product .columns .product-dropdowns{padding:0 15px}section.product .columns .product-dropdowns .why-use-us img{height:60px}section.product .columns .product-details{border-radius:0;margin-top:30px}section.product .columns .product-details .inner h1{display:none}section.product .columns .product-details .inner .product-fields .field{flex-direction:column}section.product .columns .product-details .inner .product-fields .field .heading{padding-bottom:5px}section.product .columns .image-wrapper .main-image{height:400px}section.product .columns .image-wrapper .main-image .brand-image img{height:40px;width:120px}section.product .product-details .free-delivery-label{justify-content:center!important}section.product .product-details .need-it-quicker{margin-bottom:10px}section.product .product-details .product-totals{padding:20px 40px 0 20px}section.product .product-details .product-totals p.total{font-size:11px!important}section.product .product-details .product-totals .bespoke,section.product .product-details .product-totals .free-delivery-label,section.product .product-details .product-totals .sku{display:none}section.product .product-details .product-totals .product-add-to-basket{align-items:center;display:inline-flex}section.product .product-details .product-totals .product-add-to-basket .actions{flex-direction:unset}section.product .product-details .product-totals .product-add-to-basket .actions button{margin-top:0}section.product .product-details .product-delivery{align-items:center;flex-direction:column;justify-content:center}section.product .product-details .product-delivery .in-stock,section.product .product-details .product-delivery .lead-time,section.product .product-details .product-delivery .out-of-stock{display:flex;margin-top:10px}section.product .product-details .product-delivery .free-delivery-label{margin-top:10px}section.product .product-details .product-delivery .need-it-quicker{flex-direction:column;text-align:center}section.product .product-details .product-delivery .sku-container{display:block;text-align:center}section.product .product-details .product-totals .columns.details,section.product .product-details .product-totals .total_with_vat span{display:none}section.product .product-details .product-totals p.total{font-size:14px}section.product .product-details .product-add-to-basket .actions .quantity-label{height:47px;min-width:80px}section.product .product-details .product-add-to-basket .actions .quantity-label input{height:47px}section.product .product-details .product-add-to-basket .actions button{height:47px;min-width:80px}}.dropdown{border:2px solid #282828;border-radius:15px}.dropdown .heading{cursor:pointer;display:flex;justify-content:space-between;padding:10px 20px}.dropdown .heading span{font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:700;letter-spacing:0;line-height:22px}.dropdown .heading svg{height:22px;transition:.35s;width:22px}.dropdown .heading svg path{fill:#a3c13b}.dropdown .content{padding:0 20px 10px}.dropdown .read-more{align-items:center;display:flex;padding:0 20px 10px}.dropdown .read-more:hover{cursor:pointer}.dropdown .read-more svg{margin-left:5px}.dropdown .read-more svg.arrow{height:16px;transition:.35s;width:16px}.dropdown .read-more svg.arrow path{fill:#a3c13b}.dropdown.expanded{border-color:#a3c13b!important}.dropdown.expanded .heading svg,.dropdown.expanded .read-more .arrow{transform:scaleY(-1)}.dropdown:not(.expanded) .content{display:none}.dropdown:not(.expanded).description .content{-webkit-box-orient:vertical;-webkit-line-clamp:3;display:-webkit-box;margin-bottom:16px;overflow:hidden;padding-bottom:0;text-overflow:ellipsis}.dropdown:not(.expanded).description .content h1,.dropdown:not(.expanded).description .content h2,.dropdown:not(.expanded).description .content h3,.dropdown:not(.expanded).description .content h4,.dropdown:not(.expanded).description .content h5,.dropdown:not(.expanded).description .content h6{display:none}.social{display:flex;margin-top:10px}.social .social-icon{align-items:center;background:#a3c13b;border-radius:50%;display:flex;height:40px;justify-content:center;margin:0 8px;transition:all .35s;width:40px}.social .social-icon svg{height:60%;width:60%}.social .social-icon svg path{transition:all .35s}.social .social-icon:hover{background:#fff}.social .social-icon:hover svg path{fill:#a3c13b}@media only screen and (max-width:767px){.social{justify-content:center}}.terms{margin-top:20px}.terms p{color:#fff;font-size:12px;margin-bottom:0;opacity:.45}.terms a{color:#fff;position:relative}.terms a:after{background:#89c300;bottom:-2.5px;content:"";height:2px;left:0;position:absolute;width:100%}.terms a:hover{color:#89c300}@media only screen and (max-width:639px){.terms p{text-align:center}}.big-block{margin-top:30px;padding-bottom:120px}.big-block .row{background:linear-gradient(227.44deg,#555,#050505);border-radius:15px;padding:100px 0 0}.big-block .row .columns{display:flex;flex-direction:column;justify-content:center}.big-block .row .columns .top-image img{height:500px;-o-object-fit:contain;object-fit:contain;width:100%}.big-block .row .columns.images picture{width:100%}.big-block .row .columns.images img{border-radius:15px;height:500px;-o-object-fit:cover;object-fit:cover;width:100%}.big-block .row .columns .bottom-image img{border-radius:15px;height:600px;-o-object-fit:cover;object-fit:cover;width:100%}.big-block .row .columns h1{color:#fff;font-family:Inter,sans-serif;font-size:65px;font-style:normal;font-weight:700;letter-spacing:0;line-height:64px}.big-block .row .columns .content{margin-bottom:15px}.big-block .row .columns .content,.big-block .row .columns .content p,.big-block .row .columns p{color:#fff;font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:400;letter-spacing:0;line-height:27px}.big-block .row .columns h2{color:#fff;font-family:Inter,sans-serif;font-size:40px;font-style:normal;font-weight:700;letter-spacing:0;line-height:40px}.big-block .row .columns a{background-image:linear-gradient(0deg,#fff 50%,#fff 0),linear-gradient(0deg,#a3c13b 50%,transparent 0)}.big-block .row .columns:not(:last-of-type){margin-bottom:80px}.big-block .row .columns.last-image{margin-bottom:-120px}@media only screen and (max-width:1024px){.big-block .row .images{display:none}}@media only screen and (max-width:639px){.big-block{padding-bottom:0;text-align:center}.big-block .row .columns.last-image{margin-bottom:40px}.big-block .row .columns .top-image img{-o-object-fit:contain;object-fit:contain}.big-block .row .columns .bottom-image img{height:100%}}.checkbox-container{color:#fff;cursor:pointer;display:block;margin-bottom:12px;padding-left:35px;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}.checkbox-container input{cursor:pointer;height:0;opacity:0;position:absolute;width:0}.checkbox-container input:checked~.checkmark{background-color:transparent}.checkbox-container input:checked~.checkmark:after{display:block}.checkbox-container .checkmark:not(.ignore):after{border:solid #a3c13b;border-width:0 3px 3px 0;height:10px;left:9px;top:5px;transform:rotate(45deg);width:5px}.checkmark{background-color:transparent;border:1px solid #979797;border-radius:7px;height:25px;left:0;position:absolute;top:0;width:25px}.checkmark:after{content:"";display:none;position:absolute}.testimonials-container{padding-bottom:30px;padding-top:80px}.testimonials-container .title{color:#060606;font-family:Inter,sans-serif;font-size:40px;font-style:normal;font-weight:700;line-height:44px}.testimonials-container .testimonial-slider{margin-top:30px;padding:0 25px;position:relative}.testimonials-container .testimonial-slider .testimonial .testimonial-wrapper{background:#f6f6f6;border-radius:10px;display:block;height:100%;margin:0 10px;padding:50px 40px;text-align:left;width:100%}.testimonials-container .testimonial-slider .testimonial .testimonial-wrapper .quote{font-size:14px;margin-bottom:20px}.testimonials-container .testimonial-slider .testimonial .testimonial-wrapper .text{color:#060606;font-family:Inter,sans-serif;font-size:21px;font-style:normal;font-weight:700;letter-spacing:0;line-height:25px}.testimonials-container .testimonial-slider .testimonial .testimonial-wrapper .author{margin-bottom:0}@media only screen and (max-width:767px){.testimonials-container .title{text-align:center}.testimonials-container .testimonial-slider{padding:0 10px}}.modal-container{align-items:center;display:flex;justify-content:center}.modal-container .images{max-height:80vh;overflow:auto}.modal-content{background:#fff;border:1px solid #e2e8f0;border-radius:.25rem;display:flex;flex-direction:column;margin:0 1rem;min-height:200px;min-width:600px;padding:1rem;position:relative}.modal-content form{display:flex;flex:1;flex-direction:column}.modal-content form .content{flex:1}.modal-content form .content label{font-size:18px;line-height:19px;margin-bottom:10px}.modal-content form .content input,.modal-content form .content label{color:#060606;font-family:Inter,sans-serif;font-style:normal;font-weight:700;letter-spacing:0}.modal-content form .content input{border:1px solid #979797;border-radius:15px;font-size:16px;line-height:20px}.modal-content form .content input::-moz-placeholder{color:#060606;font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:700;letter-spacing:0;line-height:20px;opacity:.32}.modal-content form .content input::placeholder{color:#060606;font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:700;letter-spacing:0;line-height:20px;opacity:.32}.modal-content form .actions{display:flex;justify-content:flex-end}.modal-content form .actions button{margin:0}.modal__title{font-size:1.5rem;font-weight:700;margin:0 2rem 0 0}.modal__close{position:absolute;right:.5rem;top:.5rem}@media only screen and (max-width:639px){.modal-content{min-width:unset;width:90vw}}.lds-ripple{display:inline-block;height:80px;position:relative;width:80px}.lds-ripple div{animation:lds-ripple 1s cubic-bezier(0,.2,.8,1) infinite;border:4px solid #a3c13b;border-radius:50%;opacity:1;position:absolute}.lds-ripple div:nth-child(2){animation-delay:-.5s}@keyframes lds-ripple{0%{height:0;left:36px;opacity:1;top:36px;width:0}to{height:72px;left:0;opacity:0;top:0;width:72px}}.loader-row{align-items:center;display:flex;height:100%;justify-content:center}.zoom{background-position:50% 50%;background-repeat:no-repeat;background-size:175%;height:100%;margin:0;overflow:hidden;position:relative;width:100%}.zoom div.main,.zoom img{display:block;transition:opacity .5s;width:100%}.zoom .zoom-icon{left:35px;position:absolute;top:30px;transition:opacity .5s}.zoom .zoom-icon svg{height:32px;width:32px}.zoom .image-container{cursor:zoom-in}.zoom.zoomable .image-container{cursor:zoom-out}.zoom.zoomable div.main:hover,.zoom.zoomable img:hover,.zoom.zoomable:hover .brand-image,.zoom.zoomable:hover .zoom-icon{opacity:0}.category-banner{background:#ebebeb;border-radius:5px;display:flex;height:150px;margin-left:auto;margin-right:auto;margin-top:15px;padding-bottom:50px;padding-top:50px;position:relative;transition:height .3s;width:100%}.category-banner.open{height:auto}.category-banner.open .category-banner-text{height:auto!important}.category-banner.open .content{margin-top:40px!important}.category-banner.open .image img{max-height:400px}.category-banner.row{display:flex;flex-flow:row;justify-content:space-between}.category-banner.row .category-banner-content{display:flex}.category-banner.row .banner-text{color:#fff;font-family:Inter,sans-serif;font-size:62px;font-style:normal;font-weight:600;line-height:1.1;margin-bottom:32px}.category-banner.row .image{margin-bottom:-50px;margin-top:-50px}.category-banner.row .image picture{margin-bottom:-120px;margin-left:30px}.category-banner.row .image picture img{height:100%;max-height:275px}.category-banner.row .category-banner-content .category-banner-text{height:90px;overflow-y:hidden}.category-banner.row .category-banner-content h1{font-family:Inter,sans-serif;font-size:50px;font-style:normal;font-weight:700;letter-spacing:0;line-height:64px;margin:0}.category-banner.row .category-banner-content .content{margin-right:20px;margin-top:55px!important;transition:margin-top .3s}.category-banner.row .category-banner-content .content,.category-banner.row .category-banner-content .content p{font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:400;letter-spacing:0;line-height:27px;margin-bottom:0;margin-top:20px}.category-banner.row .category-banner-content .discover-button{display:none}.category-banner.row .category-banner-actions{margin-right:15px;min-width:175px}@media only screen and (max-width:1279px){.category-banner .category-banner-content h1{font-size:48px;line-height:50px}}@media only screen and (max-width:1200px){.category-banner{margin-bottom:60px;padding:30px 30px 60px;text-align:center}.category-banner.row{flex-flow:row wrap}.category-banner.row .category-banner-content{order:-1}.category-banner.row .category-banner-content h1{font-size:36px;line-height:36px}.category-banner.row .category-banner-content .content{margin-right:unset}.category-banner.row .category-banner-content .image{margin-top:-30px}.category-banner.row .category-banner-content .discover-button{display:block;margin-left:auto;margin-right:auto;margin-top:5px}.category-banner.row .category-banner-actions{display:none}}@media only screen and (max-width:1024px){.category-banner{margin-bottom:0}}@media only screen and (max-width:767px){.category-banner-content .image{display:none}.category-banner-content h1{font-size:32px;line-height:32px}}.big-chair-right{margin-top:0}.big-chair-right h3{color:#060606;font-size:65px;font-weight:700;line-height:64px}.big-chair-right h3,.big-chair-right p{font-family:Inter,sans-serif;font-style:normal;letter-spacing:0}.big-chair-right p{color:#00002f;font-size:16px;font-weight:400;line-height:27px}.big-chair-right .background-image{height:700px;-o-object-fit:cover;object-fit:cover}.big-chair-right .row .columns{display:flex;flex-direction:column;justify-content:center}.big-chair-right .row .columns.chair-col{align-items:flex-end}.big-chair-right .row .columns .brands{margin-top:20px}.big-chair-right .row .columns .brands img{margin-right:15px;-o-object-fit:contain;object-fit:contain;width:120px}@media only screen and (max-width:1200px){.big-chair-right .row .columns.chair-col{align-items:center}}@media only screen and (max-width:639px){.big-chair-right .row .columns.chair-col{align-items:center}.big-chair-right .chair-col picture{display:flex}.big-chair-right .background-image{height:340px;margin:auto}}.content-right-image-left .columns{display:flex;flex-direction:column;justify-content:center}.content-right-image-left .columns img{border-radius:15px;-o-object-fit:contain;object-fit:contain}.content-right-image-left .columns .icon{margin-bottom:20px}.content-right-image-left .columns h2,.content-right-image-left .columns h3{color:#060606;font-family:Inter,sans-serif;font-size:40px;font-style:normal;font-weight:700;letter-spacing:0;line-height:40px}.content-right-image-left .columns p{color:#00002f;font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:400;letter-spacing:0;line-height:27px}@media only screen and (max-width:1200px){.content-right-image-left .columns{align-items:center;margin:auto}}@media only screen and (min-width:1200px){.content-right-image-left .columns img{height:auto;-o-object-fit:contain;object-fit:contain;width:700px}}@media only screen and (max-width:1024px){.content-right-image-left picture{margin-left:auto;margin-right:auto;width:70%}.content-right-image-left .icon{margin-top:30px}}@media only screen and (max-width:639px){.content-right-image-left img,.content-right-image-left picture{height:100%;width:100%}.content-right-image-left picture{margin-bottom:30px}.content-right-image-left .icon{margin-top:30px}}.content-left-image-right .columns{display:flex;flex-direction:column;justify-content:center}.content-left-image-right .columns img{border-radius:15px;-o-object-fit:contain;object-fit:contain}.content-left-image-right .columns h2,.content-left-image-right .columns h3{color:#060606;font-family:Inter,sans-serif;font-size:40px;font-style:normal;font-weight:700;letter-spacing:0;line-height:40px}.content-left-image-right .columns p{color:#00002f;font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:400;letter-spacing:0;line-height:27px}@media only screen and (max-width:1200px){.content-left-image-right .columns{align-items:center;margin:auto}}@media only screen and (min-width:1200px){.content-left-image-right .columns img{-o-object-fit:cover;object-fit:cover;width:700px}}@media only screen and (max-width:1024px){.content-left-image-right picture{margin-left:auto;margin-right:auto;width:70%}.content-left-image-right .row .columns{margin-top:0}.content-left-image-right .row .columns:first-of-type{margin-top:30px;order:2}}@media only screen and (max-width:639px){.content-left-image-right img,.content-left-image-right picture{height:100%;width:100%}}.table-left-image-right table{display:block}.table-left-image-right table tbody{background:transparent;border:none;display:block;-webkit-mask-image:-webkit-gradient(linear,left top,left bottom,from(#000),to(transparent));max-height:250px;overflow:hidden;transition:max-height .5s}.table-left-image-right table tbody tr{background:transparent}.table-left-image-right table tbody tr td{border:none;box-shadow:none;padding:.5rem .625rem .625rem 0}.table-left-image-right table tbody tr td:first-child{width:38%}.table-left-image-right table.expanded tbody{-webkit-mask-image:unset;max-height:999vh}.table-left-image-right .buttons{margin-bottom:15px}.table-left-image-right .buttons div.button{-webkit-text-fill-color:#060606;background-image:none!important;border:none!important;color:#060606;padding-left:0;transition:.35s}.table-left-image-right .buttons div.button span{margin-right:5px}.table-left-image-right .buttons div.button:after{display:none}.table-left-image-right .buttons div.button.open svg{transform:scaleY(-1)}.table-left-image-right .columns{display:flex;flex-direction:column;justify-content:center}.table-left-image-right .columns img{border-radius:15px;-o-object-fit:contain;object-fit:contain}.table-left-image-right .columns h2{color:#060606;font-family:Inter,sans-serif;font-size:40px;font-style:normal;font-weight:700;letter-spacing:0;line-height:40px}.table-left-image-right .columns p{color:#00002f;font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:400;letter-spacing:0;line-height:27px}@media only screen and (max-width:1200px){.table-left-image-right .columns{align-items:center;margin:auto}}@media only screen and (min-width:1200px){.table-left-image-right .columns img{height:600px;-o-object-fit:cover;object-fit:cover;width:700px}}@media only screen and (max-width:639px){.table-left-image-right img,.table-left-image-right picture{height:100%;width:100%}.table-left-image-right .row .columns{margin-top:0}.table-left-image-right .row .columns:first-of-type{margin-top:30px;order:2}}.content-left-brands-right .row{border-top:1px solid hsla(0,0%,59%,.35);padding-top:120px}.content-left-brands-right .row .images{display:flex;flex-wrap:wrap;justify-content:center}.content-left-brands-right .row .images picture{align-items:center;display:flex;margin-right:20px}.content-left-brands-right .row .images img{-o-object-fit:contain;object-fit:contain;padding:10px;transition:.35s;width:200px}.content-left-brands-right .row .images img:not(:hover){filter:grayscale(100%)}section.not-found{padding:100px 0}section.not-found .image{background-image:url(/storage/images/2021/10/white-arms.png),url(/storage/images/2021/10/graphite-frame.png),url(/storage/images/2021/10/graphite-base.png),url(/storage/images/2021/10/Iris-Rhythm.png);background-position:35px -39px,2% 5px,20px 70px;background-repeat:no-repeat;background-size:contain;height:200%;pointer-events:none;transform:rotate(15deg) scaleY(-1);width:100%}section .button{margin:0!important}.multiselect .multiselect__option--selected{background:#000;color:#fff}.multiselect__option{word-wrap:break-word;max-width:100%;white-space:normal}.multiselect__content-wrapper{max-width:100%;overflow-wrap:break-word}@media (max-width:600px){.multiselect__content-wrapper{max-width:90vw}}.password-reset-form input{border:1px solid #bababa;border-radius:15px;box-shadow:none;margin-bottom:0;transition:.35s}.add-to-basket-modal{background:#2b2b2b;border:none;border-radius:20px;padding-bottom:20px;padding-top:40px;text-align:center}.add-to-basket-modal img{margin-bottom:10px;max-height:48px}.add-to-basket-modal .title{color:#fff;font-family:Inter,sans-serif;font-size:30px;font-style:normal;font-weight:700;margin-bottom:0}.add-to-basket-modal .product{color:#fff;font-size:24px}.add-to-basket-modal .buttons .button{-webkit-text-fill-color:unset;background:#a3c13b;border:2px solid #a3c13b;border-radius:10px;color:#fff;margin-left:10px;margin-right:10px;transition:all .35s}.add-to-basket-modal .buttons .button.ghost,.add-to-basket-modal .buttons .button:hover{background:transparent;color:#a3c13b}.add-to-basket-modal .buttons .button.ghost:hover{background:#a3c13b;color:#fff}.add-to-basket-modal .bottom-text{color:#7e7e7e;font-size:12px}@media only screen and (min-width:767px){.add-to-basket-modal .buttons .button{width:42%}}section.why-use-us .inner{background:#f1f1f1;border-radius:15px;padding:50px}@media only screen and (max-width:992px){section.why-use-us .inner{padding:30px}}@media only screen and (max-width:768px){section.why-use-us .inner{padding:20px}}section.why-use-us .inner .block-title{font-family:Inter,sans-serif;font-style:normal;font-weight:700}section.why-use-us .inner .item{display:flex;flex-direction:row;margin-bottom:20px}section.why-use-us .inner .item svg{margin-top:-6px;max-width:30px;min-width:30px}section.why-use-us .inner .item .content{margin:0 5px}section.why-use-us .inner .item .content .title{font-family:Inter,sans-serif;font-size:20px;font-style:normal;font-weight:700;margin-bottom:5px}section.why-use-us .inner .item .content .text{font-size:12px}section.video-block{width:100%}section.video-block .inner{padding:15px}section.video-block .inner code{background:unset;border:unset}section.video-block .inner iframe{border-radius:15px;width:100%}@media only screen and (min-width:767px){section.video-block .inner iframe{min-height:450px}}section.video-block .inner .content{padding:15px}section.video-block .inner .content .title{margin-bottom:20px}.vel-modal .vel-btns-wrapper .btn__next:not(.disable),.vel-modal .vel-btns-wrapper .btn__prev:not(.disable){opacity:1}.vel-modal .vel-btns-wrapper .btn__next svg,.vel-modal .vel-btns-wrapper .btn__prev svg{background:#89c300;border-radius:30px;height:50px;padding:10px;width:50px}.vel-modal .vel-btns-wrapper .btn__close{opacity:1;top:32px}.vel-modal .vel-btns-wrapper .btn__close svg{background:#89c300;border-radius:20px;height:40px;padding:5px;width:40px}.vel-modal .vel-btns-wrapper .btn__close svg use{fill:#fff}@media only screen and (min-width:1024px){.vel-modal .vel-btns-wrapper .btn__prev{left:20%}.vel-modal .vel-btns-wrapper .btn__next{right:20%}}@media only screen and (min-width:767px){.vel-modal .vel-btns-wrapper .btn__prev{left:16%}.vel-modal .vel-btns-wrapper .btn__next{right:16%}}section.opening-statement{margin-top:30px}@media only screen and (min-width:767px){section.opening-statement{margin-top:60px}}section.opening-statement p{font-size:clamp(25px,3vw,45px);letter-spacing:-2.7px;line-height:1.1;margin-bottom:0}section.opening-statement+section{margin-top:45px}@media only screen and (min-width:767px){section.opening-statement+section{margin-top:75px}}body,html{margin:0;padding:0}body.no-overflow,html.no-overflow{overflow:hidden!important}span[role=alert]{color:red}.content p a{color:#a3c13b}.content p a>span{color:inherit!important}::-moz-selection{background:rgba(163,193,59,.9)}::selection{background:rgba(163,193,59,.9)}body .site-overlay{background:transparent;pointer-events:none}body.no-overflow .site-overlay{background:hsla(0,0%,100%,.4);height:100%;left:0;pointer-events:none;position:fixed;top:0;width:100%;z-index:500}@property --gutter{syntax:"<percentage>";initial-value:3%;inherits:true}.row{--gutter:3%;--max:100%;margin-inline:auto;max-width:min(100% - var(--gutter) * 2,var(--max));width:100%}@media only screen and (min-width:767px){.row{--gutter:2.5%;--max:1600px}.row.inner{--max:985px}}.column,.columns{padding-left:15px;padding-right:15px}.button,button{-webkit-text-fill-color:transparent;-webkit-background-clip:text,padding-box;background-clip:text,padding-box;background-color:unset;background-image:linear-gradient(0deg,#fff 50%,#060606 0),linear-gradient(0deg,#89c300 50%,transparent 0);background-position:top;background-size:100% 200%;border-bottom:2px solid #89c300;color:#060606;display:inline-block;font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:600;margin-top:16px;padding:12px 20px;position:relative;text-decoration:none;transition:background-position .35s ease-in-out}.button:active,.button:focus,button:active,button:focus{background-color:transparent}.button:hover,button:hover{background-color:unset;background-position:bottom;color:#fff}.button.filled,button.filled{-webkit-text-fill-color:unset;align-items:center;background-clip:unset;background-color:#a3c13b;background-image:none;border:2px solid #a3c13b;border-radius:10px;color:#fff;justify-content:center;margin:0 0 0 20px;min-width:140px;padding:5px 10px;transition:.35s}.button.filled:active,.button.filled:focus,.button.filled:hover,button.filled:active,button.filled:focus,button.filled:hover{background-color:transparent;color:#a3c13b}h1,h2,h3,h4,h5,h6{color:#060606;font-family:Inter,sans-serif;font-style:normal;font-weight:700;line-height:1.1;margin-bottom:32px}h1{font-size:45px}h2{font-size:40px}h3,h4{font-size:35px}h5,h6{font-size:30px}p{color:#060606;font-weight:400;line-height:1.6;margin-bottom:16px;margin-top:0}p,p.big{font-family:Inter,sans-serif;font-style:normal}p.big{font-size:28px;font-weight:700}[type=color],[type=date],[type=datetime-local],[type=datetime],[type=email],[type=month],[type=number],[type=password],[type=search],[type=tel],[type=text],[type=time],[type=url],[type=week],textarea{border:none}a{transition:all .35s}section{margin-top:120px}section.checkout{margin-top:60px}.dark-box{background:linear-gradient(227.44deg,#555,#050505);border-radius:15px;padding:36px}.dark-box h1,.dark-box h2,.dark-box h3,.dark-box h4,.dark-box h5,.dark-box h6{color:#fff}.hidden{display:none}.sticky-blocks{display:flex;flex-direction:column;position:sticky;top:125px;width:100%}label.required:after{color:red;content:"*";padding-left:2px}.big-chair{margin-top:40px}.big-chair .row{align-items:center;display:flex}.chairs-toggle{display:none}.chairs-toggle.active{display:block}.chairs-toggle .products{height:auto;width:100%}.product-actions{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:20px;margin-top:40px}.product-actions .share-wrapper{margin:0}.share-wrapper{align-items:center;display:flex;margin-bottom:20px;margin-top:40px}.share-wrapper p{color:#a3c13b;font-family:Inter,sans-serif;font-size:12px;font-style:normal;font-weight:700;letter-spacing:0;line-height:18px;margin:0;text-transform:uppercase}.share-wrapper .social-icon{background-color:#a3c13b;border-radius:50%;height:28px;margin-left:10px;width:28px}.share-wrapper .social-icon svg{height:100%;padding:6px;width:100%}.share-wrapper .social-icon svg path{fill:#fff}.video-link a{-webkit-text-fill-color:unset;align-items:center;background:#a3c13b;border:2px solid #a3c13b;border-radius:15px;color:#fff;display:flex;font-family:Inter,sans-serif;font-size:12px;font-style:normal;font-weight:700;gap:.5rem;line-height:normal;margin-left:10px;margin-right:10px;padding:5px 10px;text-transform:uppercase;transition:all .35s}.video-link a:hover{background:transparent;color:#a3c13b}.video-link .icon-container{max-height:25px;width:auto}.quick{align-items:center;border-bottom:2px solid #89c300;display:flex;justify-content:space-between;margin-top:40px;padding-bottom:12px}.quick p{font-size:14px;line-height:1.3;margin-bottom:0;transition:all .35s}.quick p.big{font-size:28px}.quick .quick-icon{margin-right:15px;min-height:34px;min-width:49px}.quick svg path,.quick svg rect{transition:all .35s}.quick .icon-container{align-items:center;display:flex;flex-direction:row}.quick:hover p{color:#89c300}.quick:hover svg rect{fill:#060606!important}.quick:hover svg path{fill:#89c300!important}.cursor-pointer{cursor:pointer}@media only screen and (max-width:1400px){footer{border-radius:0}}@media only screen and (max-width:1200px){section{margin-top:100px}.center-medium{text-align:center}header{height:65px}footer{padding:40px 0 0}footer .back-to-top{margin-top:30px}footer .columns{margin-bottom:20px}footer .columns.social-col{justify-content:center}.big-chair{margin-top:100px}.quick{flex-direction:column}.quick p{font-size:16px}.quick p.big{margin-bottom:10px}.quick .quick-icon{margin-bottom:16px;margin-right:0}.quick .icon-container{flex-direction:column}.quick .arrow{margin-top:16px}.brands-row .chair-col{display:none}.brands-row h3{margin-top:30px}.brand-selectors{justify-content:center}.brand-selectors .logo{margin:0 10px 10px}.testimonials{align-items:center;justify-content:center;padding:120px 15px 100px;text-align:center}.testimonials p{font-size:45px;margin-bottom:60px;margin-left:auto;margin-right:auto;max-width:85%}.testimonials .overlay{background:#060606;opacity:.45}.dark-box{padding:20px}}@media only screen and (max-width:768px){h1{font-size:35px}h2,h3,h4{font-size:32px}h5,h6{font-size:28px}.big-chair,section{margin-top:80px}.testimonials{padding:100px 15px 80px}.testimonials p{font-size:36px}.payment-logos div{text-align:center;width:calc(33% - 30px)}}@media only screen and (max-width:1023.9px){.big-chair .chair-col{display:none}}@media only screen and (max-width:639px){section{margin-top:60px}h1{font-size:32px}h2,h3,h4,h5,h6{font-size:28px}.order-message .icon-container p{font-size:14px}.big-chair{margin-top:60px}.testimonials{padding:80px 15px 60px}.testimonials p{font-size:28px}.dark-box{padding:15px}.testimonials p:after{right:0}.testimonials p:before{left:0}.carousel__prev{left:15px!important}.carousel__next{right:15px!important}.content-left-brands-right .images picture{display:flex;height:unset;justify-content:center;padding:0 10px;width:50%}}
