@charset "UTF-8";@keyframes plyr-progress{to{background-position:25px 0;background-position:var(--plyr-progress-loading-size,25px) 0}}@keyframes plyr-popup{0%{opacity:.5;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes plyr-fade-in{0%{opacity:0}to{opacity:1}}.plyr{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;align-items:center;direction:ltr;display:flex;flex-direction:column;font-family:inherit;font-family:var(--plyr-font-family,inherit);font-variant-numeric:tabular-nums;font-weight:400;font-weight:var(--plyr-font-weight-regular,400);line-height:1.7;line-height:var(--plyr-line-height,1.7);max-width:100%;min-width:200px;position:relative;text-shadow:none;transition:box-shadow .3s ease;z-index:0}.plyr audio,.plyr iframe,.plyr video{display:block;height:100%;width:100%}.plyr button{font:inherit;line-height:inherit;width:auto}.plyr:focus{outline:0}.plyr--full-ui{box-sizing:border-box}.plyr--full-ui *,.plyr--full-ui :after,.plyr--full-ui :before{box-sizing:inherit}.plyr--full-ui a,.plyr--full-ui button,.plyr--full-ui input,.plyr--full-ui label{touch-action:manipulation}.plyr__badge{background:#4a5464;background:var(--plyr-badge-background,#4a5464);border-radius:2px;border-radius:var(--plyr-badge-border-radius,2px);color:#fff;color:var(--plyr-badge-text-color,#fff);font-size:9px;font-size:var(--plyr-font-size-badge,9px);line-height:1;padding:3px 4px}.plyr--full-ui ::-webkit-media-text-track-container{display:none}.plyr__captions{animation:plyr-fade-in .3s ease;bottom:0;display:none;font-size:13px;font-size:var(--plyr-font-size-small,13px);left:0;padding:10px;padding:var(--plyr-control-spacing,10px);position:absolute;text-align:center;transition:transform .4s ease-in-out;width:100%}.plyr__captions span:empty{display:none}@media (min-width:480px){.plyr__captions{font-size:15px;font-size:var(--plyr-font-size-base,15px);padding:20px;padding:calc(var(--plyr-control-spacing, 10px)*2)}}@media (min-width:768px){.plyr__captions{font-size:18px;font-size:var(--plyr-font-size-large,18px)}}.plyr--captions-active .plyr__captions{display:block}.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions{transform:translateY(-40px);transform:translateY(calc(var(--plyr-control-spacing, 10px)*-4))}.plyr__caption{background:rgba(0,0,0,.8);background:var(--plyr-captions-background,rgba(0,0,0,.8));border-radius:2px;-webkit-box-decoration-break:clone;box-decoration-break:clone;color:#fff;color:var(--plyr-captions-text-color,#fff);line-height:185%;padding:.2em .5em;white-space:pre-wrap}.plyr__caption div{display:inline}.plyr__control{background:transparent;border:0;border-radius:3px;border-radius:var(--plyr-control-radius,3px);color:inherit;cursor:pointer;flex-shrink:0;overflow:visible;padding:7px;padding:calc(var(--plyr-control-spacing, 10px)*.7);position:relative;transition:all .3s ease}.plyr__control svg{fill:currentColor;display:block;height:18px;height:var(--plyr-control-icon-size,18px);pointer-events:none;width:18px;width:var(--plyr-control-icon-size,18px)}.plyr__control:focus{outline:0}.plyr__control.plyr__tab-focus{outline:3px dotted #00b2ff;outline:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff))) dotted 3px;outline-offset:2px}a.plyr__control{text-decoration:none}.plyr__control.plyr__control--pressed .icon--not-pressed,.plyr__control.plyr__control--pressed .label--not-pressed,.plyr__control:not(.plyr__control--pressed) .icon--pressed,.plyr__control:not(.plyr__control--pressed) .label--pressed,a.plyr__control:after,a.plyr__control:before{display:none}.plyr--full-ui ::-webkit-media-controls{display:none}.plyr__controls{align-items:center;display:flex;justify-content:flex-end;text-align:center}.plyr__controls .plyr__progress__container{flex:1;min-width:0}.plyr__controls .plyr__controls__item{margin-left:2.5px;margin-left:calc(var(--plyr-control-spacing, 10px)/4)}.plyr__controls .plyr__controls__item:first-child{margin-left:0;margin-right:auto}.plyr__controls .plyr__controls__item.plyr__progress__container{padding-left:2.5px;padding-left:calc(var(--plyr-control-spacing, 10px)/4)}.plyr__controls .plyr__controls__item.plyr__time{padding:0 5px;padding:0 calc(var(--plyr-control-spacing, 10px)/2)}.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,.plyr__controls .plyr__controls__item.plyr__time+.plyr__time,.plyr__controls .plyr__controls__item.plyr__time:first-child{padding-left:0}.plyr [data-plyr=airplay],.plyr [data-plyr=captions],.plyr [data-plyr=fullscreen],.plyr [data-plyr=pip],.plyr__controls:empty{display:none}.plyr--airplay-supported [data-plyr=airplay],.plyr--captions-enabled [data-plyr=captions],.plyr--fullscreen-enabled [data-plyr=fullscreen],.plyr--pip-supported [data-plyr=pip]{display:inline-block}.plyr__menu{display:flex;position:relative}.plyr__menu .plyr__control svg{transition:transform .3s ease}.plyr__menu .plyr__control[aria-expanded=true] svg{transform:rotate(90deg)}.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip{display:none}.plyr__menu__container{animation:plyr-popup .2s ease;background:hsla(0,0%,100%,.9);background:var(--plyr-menu-background,hsla(0,0%,100%,.9));border-radius:4px;bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);box-shadow:var(--plyr-menu-shadow,0 1px 2px rgba(0,0,0,.15));color:#4a5464;color:var(--plyr-menu-color,#4a5464);font-size:15px;font-size:var(--plyr-font-size-base,15px);margin-bottom:10px;position:absolute;right:-3px;text-align:left;white-space:nowrap;z-index:3}.plyr__menu__container>div{overflow:hidden;transition:height .35s cubic-bezier(.4,0,.2,1),width .35s cubic-bezier(.4,0,.2,1)}.plyr__menu__container:after{border:4px solid transparent;border:var(--plyr-menu-arrow-size,4px) solid transparent;border-top-color:var(--plyr-menu-background,hsla(0,0%,100%,.9));content:"";height:0;position:absolute;right:14px;right:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7 - var(--plyr-menu-arrow-size, 4px)/2);top:100%;width:0}.plyr__menu__container [role=menu]{padding:7px;padding:calc(var(--plyr-control-spacing, 10px)*.7)}.plyr__menu__container [role=menuitem],.plyr__menu__container [role=menuitemradio]{margin-top:2px}.plyr__menu__container [role=menuitem]:first-child,.plyr__menu__container [role=menuitemradio]:first-child{margin-top:0}.plyr__menu__container .plyr__control{align-items:center;color:#4a5464;color:var(--plyr-menu-color,#4a5464);display:flex;font-size:13px;font-size:var(--plyr-font-size-menu,var(--plyr-font-size-small,13px));padding:4.66667px 10.5px;padding:calc(var(--plyr-control-spacing, 10px)*.7/1.5) calc(var(--plyr-control-spacing, 10px)*.7*1.5);-webkit-user-select:none;user-select:none;width:100%}.plyr__menu__container .plyr__control>span{align-items:inherit;display:flex;width:100%}.plyr__menu__container .plyr__control:after{border:4px solid transparent;border:var(--plyr-menu-item-arrow-size,4px) solid transparent;content:"";position:absolute;top:50%;transform:translateY(-50%)}.plyr__menu__container .plyr__control--forward{padding-right:28px;padding-right:calc(var(--plyr-control-spacing, 10px)*.7*4)}.plyr__menu__container .plyr__control--forward:after{border-left-color:#728197;border-left-color:var(--plyr-menu-arrow-color,#728197);right:6.5px;right:calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))}.plyr__menu__container .plyr__control--forward.plyr__tab-focus:after,.plyr__menu__container .plyr__control--forward:hover:after{border-left-color:currentColor}.plyr__menu__container .plyr__control--back{font-weight:400;font-weight:var(--plyr-font-weight-regular,400);margin:7px;margin:calc(var(--plyr-control-spacing, 10px)*.7);margin-bottom:3.5px;margin-bottom:calc(var(--plyr-control-spacing, 10px)*.7/2);padding-left:28px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7*4);position:relative;width:calc(100% - 14px);width:calc(100% - var(--plyr-control-spacing, 10px)*.7*2)}.plyr__menu__container .plyr__control--back:after{border-right-color:#728197;border-right-color:var(--plyr-menu-arrow-color,#728197);left:6.5px;left:calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))}.plyr__menu__container .plyr__control--back:before{background:#dcdfe5;background:var(--plyr-menu-back-border-color,#dcdfe5);box-shadow:0 1px 0 #fff;box-shadow:0 1px 0 var(--plyr-menu-back-border-shadow-color,#fff);content:"";height:1px;left:0;margin-top:3.5px;margin-top:calc(var(--plyr-control-spacing, 10px)*.7/2);overflow:hidden;position:absolute;right:0;top:100%}.plyr__menu__container .plyr__control--back.plyr__tab-focus:after,.plyr__menu__container .plyr__control--back:hover:after{border-right-color:currentColor}.plyr__menu__container .plyr__control[role=menuitemradio]{padding-left:7px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7)}.plyr__menu__container .plyr__control[role=menuitemradio]:after,.plyr__menu__container .plyr__control[role=menuitemradio]:before{border-radius:100%}.plyr__menu__container .plyr__control[role=menuitemradio]:before{background:rgba(0,0,0,.1);content:"";display:block;flex-shrink:0;height:16px;margin-right:10px;margin-right:var(--plyr-control-spacing,10px);transition:all .3s ease;width:16px}.plyr__menu__container .plyr__control[role=menuitemradio]:after{background:#fff;border:0;height:6px;left:12px;opacity:0;top:50%;transform:translateY(-50%) scale(0);transition:transform .3s ease,opacity .3s ease;width:6px}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before{background:#00b2ff;background:var(--plyr-control-toggle-checked-background,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)))}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after{opacity:1;transform:translateY(-50%) scale(1)}.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus:before,.plyr__menu__container .plyr__control[role=menuitemradio]:hover:before{background:rgba(35,40,47,.1)}.plyr__menu__container .plyr__menu__value{align-items:center;display:flex;margin-left:auto;margin-right:calc(-7px + 2);margin-right:calc(var(--plyr-control-spacing, 10px)*.7*-1 + 2);overflow:hidden;padding-left:24.5px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7*3.5);pointer-events:none}.plyr--full-ui input[type=range]{-webkit-appearance:none;appearance:none;background:transparent;border:0;border-radius:26px;border-radius:calc(var(--plyr-range-thumb-height, 13px)*2);color:#00b2ff;color:var(--plyr-range-fill-background,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));display:block;height:19px;height:calc(var(--plyr-range-thumb-active-shadow-width, 3px)*2 + var(--plyr-range-thumb-height, 13px));margin:0;min-width:0;padding:0;transition:box-shadow .3s ease;width:100%}.plyr--full-ui input[type=range]::-webkit-slider-runnable-track{background:transparent;background-image:linear-gradient(90deg,currentColor,transparent 0);background-image:linear-gradient(to right,currentColor var(--value,0),transparent var(--value,0));border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-webkit-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-webkit-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2));height:13px;height:var(--plyr-range-thumb-height,13px);margin-top:-4px;margin-top:calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px))/2*-1);position:relative;-webkit-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-moz-range-track{background:transparent;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-moz-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-moz-range-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2));height:13px;height:var(--plyr-range-thumb-height,13px);position:relative;-moz-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-moz-range-progress{background:currentColor;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px)}.plyr--full-ui input[type=range]::-ms-track{color:transparent}.plyr--full-ui input[type=range]::-ms-fill-upper,.plyr--full-ui input[type=range]::-ms-track{background:transparent;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-ms-fill-lower{background:transparent;background:currentColor;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-ms-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2));height:13px;height:var(--plyr-range-thumb-height,13px);margin-top:0;position:relative;-ms-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-ms-tooltip{display:none}.plyr--full-ui input[type=range]::-moz-focus-outer{border:0}.plyr--full-ui input[type=range]:focus{outline:0}.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track{outline:3px dotted #00b2ff;outline:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff))) dotted 3px;outline-offset:2px}.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track{outline:3px dotted #00b2ff;outline:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff))) dotted 3px;outline-offset:2px}.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track{outline:3px dotted #00b2ff;outline:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff))) dotted 3px;outline-offset:2px}.plyr__poster{background-color:#000;background-color:var(--plyr-video-background,var(--plyr-video-background,#000));background-position:50% 50%;background-repeat:no-repeat;background-size:contain;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .2s ease;width:100%;z-index:1}.plyr--stopped.plyr__poster-enabled .plyr__poster{opacity:1}.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster{display:none}.plyr__time{font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px))}.plyr__time+.plyr__time:before{content:"⁄";margin-right:10px;margin-right:var(--plyr-control-spacing,10px)}@media (max-width:767px){.plyr__time+.plyr__time{display:none}}.plyr__tooltip{background:hsla(0,0%,100%,.9);background:var(--plyr-tooltip-background,hsla(0,0%,100%,.9));border-radius:5px;border-radius:var(--plyr-tooltip-radius,5px);bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);box-shadow:var(--plyr-tooltip-shadow,0 1px 2px rgba(0,0,0,.15));color:#4a5464;color:var(--plyr-tooltip-color,#4a5464);font-size:13px;font-size:var(--plyr-font-size-small,13px);font-weight:400;font-weight:var(--plyr-font-weight-regular,400);left:50%;line-height:1.3;margin-bottom:10px;margin-bottom:calc(var(--plyr-control-spacing, 10px)/2*2);opacity:0;padding:5px 7.5px;padding:calc(var(--plyr-control-spacing, 10px)/2) calc(var(--plyr-control-spacing, 10px)/2*1.5);pointer-events:none;position:absolute;transform:translate(-50%,10px) scale(.8);transform-origin:50% 100%;transition:transform .2s ease .1s,opacity .2s ease .1s;white-space:nowrap;z-index:2}.plyr__tooltip:before{border-left:4px solid transparent;border-left:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-right:4px solid transparent;border-right:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-top:4px solid hsla(0,0%,100%,.9);border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,hsla(0,0%,100%,.9));bottom:-4px;bottom:calc(var(--plyr-tooltip-arrow-size, 4px)*-1);content:"";height:0;left:50%;position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,.plyr .plyr__control:hover .plyr__tooltip,.plyr__tooltip--visible{opacity:1;transform:translate(-50%) scale(1)}.plyr .plyr__control:hover .plyr__tooltip{z-index:3}.plyr__controls>.plyr__control:first-child .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip{left:0;transform:translateY(10px) scale(.8);transform-origin:0 100%}.plyr__controls>.plyr__control:first-child .plyr__tooltip:before,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip:before{left:16px;left:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7)}.plyr__controls>.plyr__control:last-child .plyr__tooltip{left:auto;right:0;transform:translateY(10px) scale(.8);transform-origin:100% 100%}.plyr__controls>.plyr__control:last-child .plyr__tooltip:before{left:auto;right:16px;right:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7);transform:translateX(50%)}.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,.plyr__controls>.plyr__control:first-child.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:last-child.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip{transform:translate(0) scale(1)}.plyr__progress{left:6.5px;left:calc(var(--plyr-range-thumb-height, 13px)*.5);margin-right:13px;margin-right:var(--plyr-range-thumb-height,13px);position:relative}.plyr__progress input[type=range],.plyr__progress__buffer{margin-left:-6.5px;margin-left:calc(var(--plyr-range-thumb-height, 13px)*-.5);margin-right:-6.5px;margin-right:calc(var(--plyr-range-thumb-height, 13px)*-.5);width:calc(100% + 13px);width:calc(100% + var(--plyr-range-thumb-height, 13px))}.plyr__progress input[type=range]{position:relative;z-index:2}.plyr__progress .plyr__tooltip{left:0;max-width:120px;overflow-wrap:break-word;white-space:normal}.plyr__progress__buffer{-webkit-appearance:none;background:transparent;border:0;border-radius:100px;height:5px;height:var(--plyr-range-track-height,5px);left:0;margin-top:-2.5px;margin-top:calc((var(--plyr-range-track-height, 5px)/2)*-1);padding:0;position:absolute;top:50%}.plyr__progress__buffer::-webkit-progress-bar{background:transparent}.plyr__progress__buffer::-webkit-progress-value{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-webkit-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-moz-progress-bar{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-moz-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-ms-fill{border-radius:100px;-ms-transition:width .2s ease;transition:width .2s ease}.plyr--loading .plyr__progress__buffer{animation:plyr-progress 1s linear infinite;background-image:linear-gradient(-45deg,rgba(35,40,47,.6) 25%,transparent 0,transparent 50%,rgba(35,40,47,.6) 0,rgba(35,40,47,.6) 75%,transparent 0,transparent);background-image:linear-gradient(-45deg,var(--plyr-progress-loading-background,rgba(35,40,47,.6)) 25%,transparent 25%,transparent 50%,var(--plyr-progress-loading-background,rgba(35,40,47,.6)) 50%,var(--plyr-progress-loading-background,rgba(35,40,47,.6)) 75%,transparent 75%,transparent);background-repeat:repeat-x;background-size:25px 25px;background-size:var(--plyr-progress-loading-size,25px) var(--plyr-progress-loading-size,25px);color:transparent}.plyr--video.plyr--loading .plyr__progress__buffer{background-color:hsla(0,0%,100%,.25);background-color:var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25))}.plyr--audio.plyr--loading .plyr__progress__buffer{background-color:rgba(193,200,209,.6);background-color:var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6))}.plyr__progress__marker{background-color:#fff;background-color:var(--plyr-progress-marker-background,#fff);border-radius:1px;height:5px;height:var(--plyr-range-track-height,5px);position:absolute;top:50%;transform:translate(-50%,-50%);width:3px;width:var(--plyr-progress-marker-width,3px);z-index:3}.plyr__volume{align-items:center;display:flex;max-width:110px;min-width:80px;position:relative;width:20%}.plyr__volume input[type=range]{margin-left:5px;margin-left:calc(var(--plyr-control-spacing, 10px)/2);margin-right:5px;margin-right:calc(var(--plyr-control-spacing, 10px)/2);position:relative;z-index:2}.plyr--is-ios .plyr__volume{min-width:0;width:auto}.plyr--audio{display:block}.plyr--audio .plyr__controls{background:#fff;background:var(--plyr-audio-controls-background,#fff);border-radius:inherit;color:#4a5464;color:var(--plyr-audio-control-color,#4a5464);padding:10px;padding:var(--plyr-control-spacing,10px)}.plyr--audio .plyr__control.plyr__tab-focus,.plyr--audio .plyr__control:hover,.plyr--audio .plyr__control[aria-expanded=true]{background:#00b2ff;background:var(--plyr-audio-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));color:#fff;color:var(--plyr-audio-control-color-hover,#fff)}.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track{background-color:rgba(193,200,209,.6);background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6)))}.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track{background-color:rgba(193,200,209,.6);background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6)))}.plyr--full-ui.plyr--audio input[type=range]::-ms-track{background-color:rgba(193,200,209,.6);background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6)))}.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px rgba(35,40,47,.1);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(35,40,47,.1))}.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px rgba(35,40,47,.1);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(35,40,47,.1))}.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px rgba(35,40,47,.1);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(35,40,47,.1))}.plyr--audio .plyr__progress__buffer{color:rgba(193,200,209,.6);color:var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6))}.plyr--video{background:#000;background:var(--plyr-video-background,var(--plyr-video-background,#000));overflow:hidden}.plyr--video.plyr--menu-open{overflow:visible}.plyr__video-wrapper{background:#000;background:var(--plyr-video-background,var(--plyr-video-background,#000));height:100%;margin:auto;overflow:hidden;position:relative;width:100%}.plyr__video-embed,.plyr__video-wrapper--fixed-ratio:before{content:"";float:left;padding-top:56.25%}.plyr__video-embed,.plyr__video-wrapper--fixed-ratio:after{clear:both;content:"";display:block}@supports not (aspect-ratio:16/9){.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{height:0;padding-bottom:56.25%;position:relative}}.plyr__video-embed iframe,.plyr__video-wrapper--fixed-ratio video{border:0;height:100%;left:0;position:absolute;top:0;width:100%}.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container{padding-bottom:240%;position:relative;transform:translateY(-38.28125%)}.plyr--video .plyr__controls{background:linear-gradient(transparent,rgba(0,0,0,.75));background:var(--plyr-video-controls-background,linear-gradient(transparent,rgba(0,0,0,.75)));border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;bottom:0;color:#fff;color:var(--plyr-video-control-color,#fff);left:0;padding:5px;padding:calc(var(--plyr-control-spacing, 10px)/2);padding-top:20px;padding-top:calc(var(--plyr-control-spacing, 10px)*2);position:absolute;right:0;transition:opacity .4s ease-in-out,transform .4s ease-in-out;z-index:3}@media (min-width:480px){.plyr--video .plyr__controls{padding:10px;padding:var(--plyr-control-spacing,10px);padding-top:35px;padding-top:calc(var(--plyr-control-spacing, 10px)*3.5)}}.plyr--video.plyr--hide-controls .plyr__controls{opacity:0;pointer-events:none;transform:translateY(100%)}.plyr--video .plyr__control.plyr__tab-focus,.plyr--video .plyr__control:hover,.plyr--video .plyr__control[aria-expanded=true]{background:#00b2ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));color:#fff;color:var(--plyr-video-control-color-hover,#fff)}.plyr__control--overlaid{background:#00b2ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));border:0;border-radius:100%;color:#fff;color:var(--plyr-video-control-color,#fff);display:none;left:50%;opacity:.9;padding:15px;padding:calc(var(--plyr-control-spacing, 10px)*1.5);position:absolute;top:50%;transform:translate(-50%,-50%);transition:.3s;z-index:2}.plyr__control--overlaid svg{left:2px;position:relative}.plyr__control--overlaid:focus,.plyr__control--overlaid:hover{opacity:1}.plyr--playing .plyr__control--overlaid{opacity:0;visibility:hidden}.plyr--full-ui.plyr--video .plyr__control--overlaid{display:block}.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track{background-color:hsla(0,0%,100%,.25);background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25)))}.plyr--full-ui.plyr--video input[type=range]::-moz-range-track{background-color:hsla(0,0%,100%,.25);background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25)))}.plyr--full-ui.plyr--video input[type=range]::-ms-track{background-color:hsla(0,0%,100%,.25);background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25)))}.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px hsla(0,0%,100%,.5);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,hsla(0,0%,100%,.5))}.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px hsla(0,0%,100%,.5);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,hsla(0,0%,100%,.5))}.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px hsla(0,0%,100%,.5);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,hsla(0,0%,100%,.5))}.plyr--video .plyr__progress__buffer{color:hsla(0,0%,100%,.25);color:var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25))}.plyr:-webkit-full-screen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-webkit-full-screen video{height:100%}.plyr:fullscreen video{height:100%}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-webkit-full-screen.plyr--hide-controls{cursor:none}.plyr:fullscreen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:-webkit-full-screen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}.plyr:fullscreen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr--fullscreen-fallback{background:#000;border-radius:0!important;bottom:0;display:block;height:100%;left:0;margin:0;position:fixed;right:0;top:0;width:100%;z-index:10000000}.plyr--fullscreen-fallback video{height:100%}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen{display:block}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr--fullscreen-fallback.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr--fullscreen-fallback .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr__ads{border-radius:inherit;bottom:0;cursor:pointer;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:-1}.plyr__ads>div,.plyr__ads>div iframe{height:100%;position:absolute;width:100%}.plyr__ads:after{background:#23282f;border-radius:2px;bottom:10px;bottom:var(--plyr-control-spacing,10px);color:#fff;content:attr(data-badge-text);font-size:11px;padding:2px 6px;pointer-events:none;position:absolute;right:10px;right:var(--plyr-control-spacing,10px);z-index:3}.plyr__ads:empty:after{display:none}.plyr__cues{background:currentColor;display:block;height:5px;height:var(--plyr-range-track-height,5px);left:0;opacity:.8;position:absolute;top:50%;transform:translateY(-50%);width:3px;z-index:3}.plyr__preview-thumb{background-color:hsla(0,0%,100%,.9);background-color:var(--plyr-tooltip-background,hsla(0,0%,100%,.9));border-radius:5px;border-radius:var(--plyr-tooltip-radius,5px);bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);box-shadow:var(--plyr-tooltip-shadow,0 1px 2px rgba(0,0,0,.15));margin-bottom:10px;margin-bottom:calc(var(--plyr-control-spacing, 10px)/2*2);opacity:0;padding:3px;pointer-events:none;position:absolute;transform:translateY(10px) scale(.8);transform-origin:50% 100%;transition:transform .2s ease .1s,opacity .2s ease .1s;z-index:2}.plyr__preview-thumb--is-shown{opacity:1;transform:translate(0) scale(1)}.plyr__preview-thumb:before{border-left:4px solid transparent;border-left:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-right:4px solid transparent;border-right:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-top:4px solid hsla(0,0%,100%,.9);border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,hsla(0,0%,100%,.9));bottom:-4px;bottom:calc(var(--plyr-tooltip-arrow-size, 4px)*-1);content:"";height:0;left:calc(50% + var(--preview-arrow-offset));position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr__preview-thumb__image-container{background:#c1c8d1;border-radius:4px;border-radius:calc(var(--plyr-tooltip-radius, 5px) - 1px);overflow:hidden;position:relative;z-index:0}.plyr__preview-thumb__image-container img,.plyr__preview-thumb__image-container:after{height:100%;left:0;position:absolute;top:0;width:100%}.plyr__preview-thumb__image-container:after{border-radius:inherit;box-shadow:inset 0 0 0 1px rgba(0,0,0,.15);content:"";pointer-events:none}.plyr__preview-thumb__image-container img{max-height:none;max-width:none}.plyr__preview-thumb__time-container{background:linear-gradient(transparent,rgba(0,0,0,.75));background:var(--plyr-video-controls-background,linear-gradient(transparent,rgba(0,0,0,.75)));border-bottom-left-radius:4px;border-bottom-left-radius:calc(var(--plyr-tooltip-radius, 5px) - 1px);border-bottom-right-radius:4px;border-bottom-right-radius:calc(var(--plyr-tooltip-radius, 5px) - 1px);bottom:0;left:0;line-height:1.1;padding:20px 6px 6px;position:absolute;right:0;z-index:3}.plyr__preview-thumb__time-container span{color:#fff;font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px))}.plyr__preview-scrubbing{bottom:0;filter:blur(1px);height:100%;left:0;margin:auto;opacity:0;overflow:hidden;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .3s ease;width:100%;z-index:1}.plyr__preview-scrubbing--is-shown{opacity:1}.plyr__preview-scrubbing img{height:100%;left:0;max-height:none;max-width:none;-o-object-fit:contain;object-fit:contain;position:absolute;top:0;width:100%}.plyr--no-transition{transition:none!important}.plyr__sr-only{clip:rect(1px,1px,1px,1px);border:0!important;height:1px!important;overflow:hidden;padding:0!important;position:absolute!important;width:1px!important}.plyr [hidden]{display:none!important}
@font-face{font-display:swap;font-family:ITC Avant Garde Pro;font-style:normal;font-weight:700;src:url(../fonts/ITCAvantGardeProBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:ITC Avant Garde Pro;font-style:normal;font-weight:300;src:url(../fonts/ITCAvantGardeProBk.woff2) format("woff2")}@font-face{font-display:swap;font-family:ITC Avant Garde Pro;font-style:normal;font-weight:400;src:url(../fonts/ITCAvantGardeProMd.woff2) format("woff2")}:root{--black:#000;--blue:#002cff;--red:#da2b1f;--grey:#989da1;--avant:"ITC Avant Garde Pro",sans-serif;accent-color:var(--blue)}html{-webkit-overflow-scrolling:auto;box-sizing:border-box;font-size:10px;overscroll-behavior-y:none}body{color:#fff;font-family:var(--avant);font-size:1.5rem;font-weight:300;line-height:1.625;margin:0;padding:0}@media (min-width:769px){body{font-size:1.6rem}}p{font-family:var(--avant);font-size:1.5rem;font-weight:300;line-height:1.625;margin:0 0 1.5rem}@media (min-width:769px){p{font-size:1.6rem}}::-moz-selection{background:var(--blue);color:#fff}::selection{background:var(--blue);color:#fff}h1{color:#fff;font-family:var(--avant);font-size:10vw;font-weight:400;line-height:1.125}@media (min-width:450px){h1{font-size:clamp(4.2rem,1rem + 5.55vw,8rem)}}h2{font-family:var(--avant);font-size:2.5rem;font-weight:300;line-height:1.16}@media (min-width:769px){h2{font-size:6rem}}h2 strong{font-weight:700}h3{font-family:var(--avant);font-size:4rem;font-weight:300;line-height:1.33}h3 strong{font-weight:700}h4{font-family:var(--avant);font-size:3rem;font-weight:300;line-height:1.25}h4 strong{font-weight:700}*,:after,:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:transparent;box-sizing:border-box;position:relative}:after:focus,:before:focus,:focus{outline:none!important}img{display:block;height:auto;max-width:100%}figure{margin:0;padding:0}.container{margin:0 auto;padding:0 2rem;width:100%}@media (max-width:768px){.container{display:flex;flex-direction:column}}@media (min-width:769px){.container{display:grid;gap:3rem;grid-template-columns:repeat(12,1fr);padding:0 12.5%}}@media (min-width:2500px){.container{padding:0 20%}}.container.flex{display:flex}button{background:none;border:0;cursor:pointer;padding:0}button:focus{outline:none}.prose{max-width:100%;overflow:hidden}.prose>:first-child{margin-top:0}.prose>:last-child{margin-bottom:0}.prose h2{font-size:2.5rem;font-weight:700;line-height:1.1;margin:3rem 0 2.5rem;text-transform:uppercase}@media (min-width:769px){.prose h2{font-size:4rem;margin:5rem 0 4rem}}.prose h3{color:var(--blue);font-size:2rem;font-weight:700;line-height:1.5;margin:3rem 0 1.5rem;text-transform:uppercase}.prose p{font-size:1.5rem;font-weight:300;letter-spacing:.03em;line-height:1.66}.prose figure{margin:4rem 0;max-width:100%;width:100%}.prose figure img{margin:0}.prose img{border-radius:1rem;display:block;margin:3rem 0}@media (min-width:769px){.prose img{margin:4rem 0}}.prose figcaption{color:rgba(var(--blue),.6);font-size:1.4rem;line-height:1.5;margin-top:1rem;text-align:center}.prose hr{background:hsla(0,0%,44%,.2);border:none;height:1px;margin:3rem 0;width:100%}.prose blockquote{margin:5rem 0}.prose blockquote p{font-family:var(--avant);font-size:3rem;font-weight:600;line-height:1.33}.prose blockquote p:before{background-image:url(../images/quote-marks.svg);background-repeat:no-repeat;background-size:contain;content:"";height:3.8rem;left:-3rem;position:absolute;top:.9rem;transform:translateX(-100%);width:3.8rem}.prose ol,.prose ul{margin:0 0 1.5rem;padding:0}.prose li{margin-left:1.8rem}.prose ol li{padding-left:.5rem}.prose a{color:var(--black);transition:color .3s ease}.prose a:hover{text-decoration:none}.prose table{border:1px solid grey;border-collapse:collapse;display:block;font-size:12pt;margin:1.5rem 0;overflow-x:auto}.prose table tfoot th,.prose table thead th{background:rgba(0,0,0,.1)}.prose table caption{padding:.5em}.prose table td,.prose table th{border:1px solid #d3d3d3;padding:.5em}@media (min-width:769px){[data-animation=fadeInUp]{opacity:0;transform:translateY(4rem)}}@media (max-width:768px){[data-speed]{transform:translateY(0)!important}}#smooth-content{will-change:transform}.pin-spacer{pointer-events:none}#cookie-notice#cookie-notice{background-color:var(--blue)!important;border-radius:2rem;bottom:2rem;left:2rem;max-width:45rem;min-width:0;pointer-events:all;width:calc(100% - 4rem)}@media (min-width:769px){#cookie-notice#cookie-notice{width:100%}}#cookie-notice#cookie-notice.cookie-notice-visible .cookie-notice-container{display:flex;flex-direction:column;margin:0 auto;padding:25px 40px}#cookie-notice#cookie-notice .button{display:flex}#cookie-notice#cookie-notice .cookie-notice-container{margin:0 auto;padding:25px 40px}@media (max-width:768px){#cookie-notice#cookie-notice br{display:none}}#cookie-notice#cookie-notice #cn-notice-text{font-family:var(--avant);font-size:1.5rem;font-weight:300;line-height:1.625;text-align:left}@media (max-width:768px){#cookie-notice#cookie-notice #cn-notice-text{margin-bottom:20px}}#cookie-notice#cookie-notice #cn-notice-text a{color:#fff;text-decoration:underline}#cookie-notice#cookie-notice #cn-notice-text a:hover{text-decoration:none}#cookie-notice#cookie-notice #cn-notice-buttons{display:flex;flex-shrink:0}@media (min-width:769px){#cookie-notice#cookie-notice #cn-notice-buttons{margin-top:1rem}}#cookie-notice#cookie-notice .cn-button{margin:0}#cookie-notice#cookie-notice .button{min-height:0;padding:1.8rem 3rem 1.5rem}#cookie-notice#cookie-notice #cn-accept-cookie{background:#fff;color:var(--blue)}#cookie-notice#cookie-notice #cn-refuse-cookie{background:transparent;border:1px solid #fff;margin-left:10px}#cookie-notice#cookie-notice #cn-close-notice{display:none}.header-logo{width:6rem}@media (min-width:1000px){.header-logo{display:none;width:9rem}}.header-logo svg{color:#fff;width:100%}.header-shade{background-image:linear-gradient(to bottom,var(--black),transparent);height:6rem;left:0;position:fixed;top:0;width:100%;z-index:49}@media (min-width:1000px){.header-shade{display:none;height:9rem}}.site-header{height:8rem;left:0;pointer-events:all;position:fixed;top:0;width:100%;z-index:50}.site-header[data-module=sticky-navigation]{z-index:49}.site-header[data-module=sticky-navigation] .header-logo,.site-header[data-module=sticky-navigation] .header-shade{display:flex}@media (min-width:1000px){.site-header{height:9rem}}.site-header .inner{align-items:center;display:flex;height:100%;justify-content:flex-end;padding:0 9%}@media (min-width:769px){.site-header .inner{padding:0 6rem}}.site-header .share{margin-left:4.3rem;pointer-events:all;z-index:51}.site-header .share-button{align-items:center;background-color:var(--blue);border-radius:100%;cursor:pointer;display:flex;height:4.3rem;justify-content:center;width:4.3rem}@media (max-width:1000px){.site-header .share-button{display:none}}.site-header a{color:#fff;font-family:var(--avant);font-size:1.25rem;font-weight:700;letter-spacing:.75px;line-height:1.3;text-decoration:none;text-transform:uppercase;transition:color .3s ease}.site-header .current-menu-item a,.site-header a:hover{color:var(--red)}.site-header .current-menu-item.white a{color:#fff}.site-header .nav-primary{z-index:51}@media (max-width:1000px){.site-header .nav-primary{display:none}}.site-header .nav-primary ul{display:flex;list-style:none;margin:0;padding:0}.site-header .nav-primary li{margin-left:3rem}.site-header .nav-primary li:first-child{margin-left:0}.site-header .share-menu{display:flex;flex-direction:column;opacity:0;pointer-events:none;position:absolute;right:0;top:3.8rem;transform:translateY(-1rem)}.site-header .share-menu ul{list-style-type:none;transform:translateX(.8rem)}.site-header .share-menu li{margin-bottom:1rem}.site-header .share-menu a{align-items:center;color:rgba(var(--blue),.5);display:flex;height:5.7rem;justify-content:center;transition:color .3s ease;width:5.7rem}.site-header .share-menu a:hover{color:rgba(var(--blue),1)}.site-header .share-menu a:hover:before{transform:scale(1.1)}.site-header .share-menu a svg{z-index:2}.site-header .share-menu a:before{background-color:var(--blue);border-radius:100%;content:"";height:100%;left:0;position:absolute;top:0;transition:transform .15s ease-in-out;width:100%;z-index:1}.site-header .sub-heading-text{align-items:center;display:flex;flex:1;justify-content:flex-start;padding-left:2rem;z-index:51}.site-header .sub-heading-text p{font-size:1.5rem;font-weight:700;letter-spacing:.05em;line-height:1;margin:0;text-transform:uppercase}.site-header .sub-heading-image{align-items:center;display:flex;height:3rem;margin-right:1.5rem;width:5.2rem}.site-header .sub-heading-image svg{height:100%;width:100%}.page-footer{background-color:var(--black);text-align:center;z-index:3}@media (min-width:769px){.page-footer{text-align:left}}.page-footer .footer-pattern{z-index:1}.page-footer .footer-pattern:before{background-image:linear-gradient(to bottom,var(--black),transparent),linear-gradient(to bottom,var(--black),transparent),linear-gradient(to bottom,var(--black),transparent),linear-gradient(to bottom,var(--black),transparent),linear-gradient(to bottom,var(--black),transparent);content:"";height:50%;left:0;position:absolute;top:0;width:100%;z-index:3}.page-footer .footer-pattern img{-o-object-fit:cover;object-fit:cover;-o-object-position:center top;object-position:center top;z-index:1}.page-footer .footer-top{padding:6rem 0 4rem;z-index:2}@media (min-width:769px){.page-footer .footer-top{padding:14rem 0 3rem}}.page-footer .footer-top .container{align-items:center}@media (min-width:769px){.page-footer .footer-top .container{align-items:end}}.page-footer .button{align-self:flex-start}.page-footer .column{grid-column:span 12;margin:0 auto 6rem}@media (min-width:769px){.page-footer .column{grid-column:span 4;margin:0}}.page-footer .column:last-child{margin:0}.page-footer .column a,.page-footer .column p{color:#fff;text-decoration:none}.page-footer .column .heading{font-family:var(--avant);font-size:2rem;font-weight:700;line-height:1.4;margin-bottom:1rem;text-transform:uppercase}@media (min-width:769px){.page-footer .column .heading{margin-bottom:1.5rem}}.page-footer .logo{margin:0;padding:0 0 6.5rem}@media (min-width:769px){.page-footer .logo{padding:0;transform:translateY(-.5rem)}}.page-footer .logo svg{max-width:16rem;width:100%}@media (min-width:769px){.page-footer .logo svg{max-width:19.5rem}}.page-footer .nav-footer ul{display:flex;flex-direction:column;font-family:var(--avant);font-size:1.3rem;font-weight:600;letter-spacing:.07em;line-height:2;list-style-type:none;margin:0;padding:0;text-transform:uppercase}.page-footer .nav-footer li{margin-bottom:.5rem}.page-footer .nav-footer li a{color:var(--blue);transition:color .3s ease}.page-footer .nav-footer li a:hover{color:rgba(var(--blue),1)}.page-footer .socials{display:grid;gap:1rem;grid-template-columns:repeat(3,1fr);list-style-type:none;padding:0}@media (min-width:769px){.page-footer .socials{justify-content:flex-start;margin-top:1.8rem;width:19.1rem}}@media (min-width:1100px) and (max-width:1300px){.page-footer .socials{align-items:flex-start;flex-direction:column}}.page-footer .socials a{align-items:center;color:rgba(var(--blue),.5);display:flex;height:5.7rem;justify-content:center;transition:color .3s ease;width:5.7rem}.page-footer .socials a:hover{color:rgba(var(--blue),1)}.page-footer .socials a:hover:before{transform:scale(1.1)}.page-footer .socials a svg{z-index:2}.page-footer .socials a:before{background-color:var(--blue);border-radius:100%;content:"";height:100%;left:0;position:absolute;top:0;transition:transform .15s ease-in-out;width:100%;z-index:1}.page-footer .contact{align-self:flex-start;display:flex;flex-direction:column}@media (min-width:769px){.page-footer .contact{transform:translateX(20%)}}@media (min-width:1300px){.page-footer .contact{transform:translateX(30%)}}.page-footer .contact .contact-details{font-family:var(--avant);font-size:1.6rem;font-weight:300;line-height:2;margin:0}.page-footer .contact .contact-details.heading{text-transform:none}.page-footer .contact .button{margin-top:2rem}.page-footer .footer-bottom{padding:0 0 5rem;z-index:2}@media (min-width:769px){.page-footer .footer-bottom{padding:0 0 12rem}}.page-footer .nav-legal{display:flex;flex-direction:column;grid-column:9/span 4;grid-row:1;margin:0}@media (min-width:769px){.page-footer .nav-legal{align-items:center;margin-bottom:2rem}}@media (min-width:800px) and (max-width:1300px){.page-footer .nav-legal{align-items:start;grid-column:span 12;margin:0}}@media (min-width:1300px){.page-footer .nav-legal{flex-direction:row;margin:0}}.page-footer .nav-legal p,.page-footer .nav-legal ul{display:flex;flex-direction:column;font-family:var(--avant);font-size:1.5rem;font-weight:300;line-height:2;list-style-type:none;margin:0;padding:0}@media (min-width:1090px){.page-footer .nav-legal p,.page-footer .nav-legal ul{flex-direction:row;text-align:left}}.page-footer .nav-legal p{color:rgba(var(--blue),.8)}.page-footer .nav-legal li{margin:0 0 1rem}@media (min-width:769px){.page-footer .nav-legal li{margin:0 1.5rem 0 0}}.page-footer .nav-legal li a{color:rgba(var(--blue),.8);text-decoration:none;transition:color .3s ease}.page-footer .nav-legal li a:hover{color:rgba(var(--blue),1)}.page-footer .site-by{align-items:center;color:#fff;display:flex;grid-column:9/span 3;grid-row:2;justify-content:center;margin-top:2rem}@media (min-width:1100px) and (max-width:1300px){.page-footer .site-by{grid-column:span 12}}@media (min-width:769px){.page-footer .site-by{justify-content:flex-start;margin-top:-1.5rem}}.page-footer .site-by p{font-family:var(--avant);font-size:1.5rem;margin-bottom:0;margin-right:1.5rem}.page-footer .site-by a{display:block;height:3.45rem;width:3.45rem}.page-footer .site-by a:hover svg{color:var(--blue)}.page-footer .site-by svg{color:#fff;height:3.45rem;transition:color .3s ease;width:3.45rem}.mobile-nav-icon{cursor:pointer;height:4.7rem;padding:1rem;position:fixed;right:1rem;top:1.4rem;transition:transform .5s cubic-bezier(.4,0,.2,1);width:4.7rem;z-index:90}@media (min-width:769px){.mobile-nav-icon{right:2rem}}@media (min-width:1000px){.mobile-nav-icon{display:none}}.mobile-nav-icon.scroll-down{transform:translateY(-8rem)}.mobile-nav-icon .burger-button{background-color:transparent;border:0;border-radius:0;cursor:pointer;display:block;height:2.7rem;pointer-events:all;position:relative;transition:transform .6s cubic-bezier(.165,.84,.44,1);width:2.7rem;z-index:2}.mobile-nav-icon .burger-bar{background-color:#fff;border-radius:1rem;height:2px;left:0;margin-top:-1px;position:absolute;right:0;top:50%;transition:transform .6s cubic-bezier(.165,.84,.44,1),opacity .3s cubic-bezier(.165,.84,.44,1),background-color .6s cubic-bezier(.165,.84,.44,1);width:auto}.mobile-nav-icon .burger-bar--1{transform:translateY(-6px)}.mobile-nav-icon .burger-bar--2{transform:scaleX(1);transform-origin:100% 50%}.mobile-nav-icon .burger-button:hover .burger-bar--2,.mobile-nav-icon .no-touchevents .burger-bar--2:hover{transform:scaleX(1)}.mobile-nav-icon .burger-bar--3{transform:translateY(6px)}.mobile-nav-icon .active .burger-button{transform:rotate(-180deg)}.mobile-nav-icon .active .burger-bar{background-color:#fff}.mobile-nav-icon .active .burger-bar--1{transform:rotate(45deg)}.mobile-nav-icon .active .burger-bar--2{opacity:0}.mobile-nav-icon .active .burger-bar--3{transform:rotate(-45deg)}.mobile-menu{-ms-overflow-style:none;background-image:linear-gradient(to bottom,var(--black),transparent),linear-gradient(to bottom,#000,transparent),linear-gradient(to bottom,var(--black),transparent),linear-gradient(to top,rgba(0,0,0,.7),transparent);height:100%;left:0;opacity:0;overflow-y:scroll;padding:1.3rem 2rem 2rem;pointer-events:none;position:fixed;text-align:center;top:0;transition:transform 0s;width:100%;z-index:5;z-index:45}.mobile-menu::-webkit-scrollbar{display:none}.mobile-menu.slide-out{transform:translateX(-101%);transition:transform 1.5s ease-out}.mobile-menu a{color:#fff;font-family:var(--avant);font-size:clamp(2rem,4.65vw,3rem);font-weight:600;letter-spacing:.2em;line-height:6.5vh;text-decoration:none;text-transform:uppercase}.mobile-menu a .description,.mobile-menu a .new-badge{display:none}.mobile-menu ul{padding:0}.mobile-menu li.current-menu-item a{color:var(--blue)}.mobile-menu .brand{left:50%;position:absolute;top:13vw;transform:translateX(-50%);width:25vw}.mobile-menu .brand svg{width:100%}.mobile-menu .button{margin:5vh 1rem 0 0;padding:1.3rem 2rem 1.1rem}.mobile-menu .button.button-outline{background:transparent;border:1px solid #fff;transition:border-color .3s ease}.mobile-menu .button.button-outline:hover{border:1px solid hsla(0,0%,100%,.5)}.mobile-menu .button.button-outline a{color:#fff}.mobile-menu .button a{color:#fff;font-size:1.8rem}.mobile-menu ul{list-style-type:none}.mobile-menu ul li{font-weight:400}.mobile-menu .nav-primary{left:0;position:absolute;top:10vh;width:100%}.mobile-menu .mobile-search-trigger{color:#fff;cursor:pointer;padding:1rem}.mobile-menu .mobile-search-trigger svg{width:1.6rem}.mobile-menu .socials-container{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.mobile-menu .socials-container .heading{color:#fff;font-size:1.2rem;font-weight:700;letter-spacing:.12em;line-height:1;margin:1rem 0 0;text-transform:uppercase;width:100%}.mobile-menu .socials{display:grid;gap:1rem;grid-template-columns:repeat(3,1fr);list-style-type:none;padding:0;width:25.8rem}@media (min-width:769px){.mobile-menu .socials{justify-content:flex-start}}@media (min-width:1100px) and (max-width:1300px){.mobile-menu .socials{align-items:flex-start;flex-direction:column}}.mobile-menu .socials a{align-items:center;color:rgba(var(--blue),.5);display:flex;height:5.7rem;justify-content:center;transition:color .3s ease;width:5.7rem}.mobile-menu .socials a:hover{color:rgba(var(--blue),1)}.mobile-menu .socials a:hover:before{transform:scale(1.1)}.mobile-menu .socials a svg{z-index:2}.mobile-menu .socials a:before{background-color:var(--blue);border-radius:100%;content:"";height:100%;left:0;position:absolute;top:0;transition:transform .15s ease-in-out;width:100%;z-index:1}@-webkit-keyframes slidein{0%{transform:translateX(-25%)}to{transform:translateX(0)}}@keyframes slidein{0%{transform:translateX(-25%)}to{transform:translateX(0)}}.fill{height:100%;left:0}.fill,.top-curve{position:absolute;top:0;width:100%}.top-curve{overflow:hidden;pointer-events:none;transform:translateY(-2px);z-index:2}.top-curve svg{width:100%}@media (max-width:768px){.top-curve svg{height:100%;left:0;position:absolute;top:0}}.top-curve .inner{display:flex;left:-50%;transform:translateX(-25%);width:200%}@media (max-width:768px){.top-curve .inner:before{content:"";float:left;padding-top:5.694444444444444%}.top-curve .inner:after{clear:both;content:"";display:block}}.top-curve .inner.active{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:slidein;animation-name:slidein;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}.bottom-curve{bottom:0;overflow:hidden;pointer-events:none;position:absolute;transform:translateY(2px);width:100%;z-index:2}.bottom-curve svg{width:100%}@media (max-width:768px){.bottom-curve svg{height:100%;left:0;position:absolute;top:0;transform:scaleX(-1)}}.bottom-curve .inner{display:flex;width:100%}@media (min-width:769px){.bottom-curve .inner{left:-50%;transform:translateX(-25%);width:200%}}@media (max-width:768px){.bottom-curve .inner:before{content:"";float:left;padding-top:5.833333333333334%}.bottom-curve .inner:after{clear:both;content:"";display:block}}@media (min-width:769px){.bottom-curve .inner.active{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:slidein;animation-name:slidein;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}.gform_wrapper.gravity-theme.gform_wrapper.gravity-theme input{font-family:var(--avant)}.gform_wrapper.gravity-theme.gform_wrapper.gravity-theme input[type=email],.gform_wrapper.gravity-theme.gform_wrapper.gravity-theme input[type=number],.gform_wrapper.gravity-theme.gform_wrapper.gravity-theme input[type=text],.gform_wrapper.gravity-theme.gform_wrapper.gravity-theme select,.gform_wrapper.gravity-theme.gform_wrapper.gravity-theme textarea{background-color:transparent;border:1px solid #dedede;border-radius:.5rem;color:var(--black);font-family:var(--avant);font-size:1.6rem;font-weight:400;line-height:1.33;outline:none;padding:2.3rem 2rem 2rem;width:100%}.gform_wrapper.gravity-theme.gform_wrapper.gravity-theme input[type=email]::-moz-placeholder,.gform_wrapper.gravity-theme.gform_wrapper.gravity-theme input[type=number]::-moz-placeholder,.gform_wrapper.gravity-theme.gform_wrapper.gravity-theme input[type=text]::-moz-placeholder,.gform_wrapper.gravity-theme.gform_wrapper.gravity-theme select::-moz-placeholder,.gform_wrapper.gravity-theme.gform_wrapper.gravity-theme textarea::-moz-placeholder{color:#bababa;font-weight:400}.gform_wrapper.gravity-theme.gform_wrapper.gravity-theme input[type=email]:-ms-input-placeholder,.gform_wrapper.gravity-theme.gform_wrapper.gravity-theme input[type=number]:-ms-input-placeholder,.gform_wrapper.gravity-theme.gform_wrapper.gravity-theme input[type=text]:-ms-input-placeholder,.gform_wrapper.gravity-theme.gform_wrapper.gravity-theme select:-ms-input-placeholder,.gform_wrapper.gravity-theme.gform_wrapper.gravity-theme textarea:-ms-input-placeholder{color:#bababa;font-weight:400}.gform_wrapper.gravity-theme.gform_wrapper.gravity-theme input[type=email]::placeholder,.gform_wrapper.gravity-theme.gform_wrapper.gravity-theme input[type=number]::placeholder,.gform_wrapper.gravity-theme.gform_wrapper.gravity-theme input[type=text]::placeholder,.gform_wrapper.gravity-theme.gform_wrapper.gravity-theme select::placeholder,.gform_wrapper.gravity-theme.gform_wrapper.gravity-theme textarea::placeholder{color:#bababa;font-weight:400}.gform_wrapper.gravity-theme.gform_wrapper.gravity-theme select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;background-size:1em}.gform_wrapper.gravity-theme.gform_wrapper.gravity-theme select .gf_placeholder{color:#bababa;font-weight:400}.gform_wrapper.gravity-theme.gform_wrapper.gravity-theme textarea{max-height:12.5rem;resize:none}.gform_wrapper.gravity-theme.gform_wrapper.gravity-theme .button{all:unset;background:var(--blue);border-radius:.5rem!important;color:#fff;cursor:pointer;font-family:var(--avant)!important;font-size:1.5rem!important;font-weight:700!important;line-height:1!important;min-height:7.2rem!important;padding:.3rem 3rem 0!important;text-decoration:none!important;text-transform:uppercase!important}.gform_wrapper.gravity-theme.gform_wrapper.gravity-theme input[type=checkbox]{cursor:pointer}.gform_wrapper.gravity-theme.gform_wrapper.gravity-theme .gform_validation_errors{display:none}.gform_wrapper.gravity-theme.gform_wrapper.gravity-theme .gfield_consent_label{display:inline-block;transform:translateY(-2px)}.gform_wrapper.gravity-theme.gform_wrapper.gravity-theme .gform_fields{gap:2.5rem 3rem}@media (max-width:768px){.gform_wrapper.gravity-theme.gform_wrapper.gravity-theme .gform_fields{display:flex;flex-direction:column}}.gform_wrapper.gravity-theme.gform_wrapper.gravity-theme .gfield_consent_label{cursor:pointer}.gform_wrapper.gravity-theme.gform_wrapper.gravity-theme label,.gform_wrapper.gravity-theme.gform_wrapper.gravity-theme legend{font-size:1.2rem;font-weight:700;line-height:1.33;text-transform:uppercase}.gform_wrapper.gravity-theme.gform_wrapper.gravity-theme .button{border:0}.gform_wrapper.gravity-theme.gform_wrapper.gravity-theme .gfield_consent_description{border:0;font-weight:400;height:auto;margin:0 0 1rem;max-height:none;overflow:auto;padding:0}.gform_wrapper.gravity-theme.gform_wrapper.gravity-theme .gfield_required_asterisk{color:currentColor;font-weight:400}.gform_wrapper.gravity-theme.gform_wrapper.gravity-theme .validation_message{background-color:var(--red);border-radius:.5rem;color:#fff;display:flex;flex-direction:column;justify-content:center;padding:.8rem 3rem .6rem!important}.gform_wrapper.gravity-theme.gform_wrapper.gravity-theme .validation_message:before{border-bottom:.6rem solid var(--red);border-left:.6rem solid transparent;border-right:.6rem solid transparent;content:"";height:0;left:3rem;position:absolute;top:0;transform:translateY(-100%);width:0}.gform_wrapper.gravity-theme.gform_wrapper.gravity-theme .validation_message.validation_message--hidden-on-empty{display:none}.gform_wrapper.gravity-theme.gform_wrapper.gravity-theme .gfield_error label{color:currentColor}.gform_wrapper.gravity-theme.gform_wrapper.gravity-theme .gform_footer{padding-bottom:0}.gform_wrapper.gravity-theme.gform_wrapper.gravity-theme .ginput_complex{justify-content:space-between}.gform_wrapper.gravity-theme.gform_wrapper.gravity-theme .ginput_complex .ginput_container_date{flex-basis:auto;max-width:none;width:calc(33.33% - 1rem)!important}.gform_wrapper.gravity-theme.gform_wrapper.gravity-theme .gform_required_legend{display:none}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff")}:root{--swiper-theme-color:#007aff}.swiper{list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:content-box;display:flex;height:100%;position:relative;transition-property:transform;width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);width:100%}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper .swiper-notification{left:0;opacity:0;pointer-events:none;position:absolute;top:0;z-index:-1000}.swiper-lazy-preloader{border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid transparent;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{-webkit-animation:swiper-preloader-spin 1s linear infinite;animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@-webkit-keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:50%;display:inline-block;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px))}button.swiper-pagination-bullet{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{height:4px;left:0;top:0;width:100%}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{height:100%;left:0;top:0;width:4px}.swiper-pagination-lock{display:none}.cookie-banner{align-items:center;background-color:#000;border-top-left-radius:1rem;bottom:0;box-shadow:0 0 50px 0 rgba(0,0,0,.16);display:flex;justify-content:space-between;max-width:calc(100% - 10rem);padding:2.5rem 3rem;position:fixed;right:0;transform:translateY(100%);transition:transform 1s ease;width:auto;z-index:50}@media (max-width:768px){.cookie-banner{border-radius:1rem;flex-direction:column;left:2rem;max-width:100vw;padding:2rem;text-align:center;width:calc(100% - 4rem)}}.cookie-banner.active{transform:translateY(0);transition:transform 0 ease}@media (max-width:768px){.cookie-banner.active{bottom:2rem}}.cookie-banner p{color:#fff;font-size:1.2rem;font-weight:300;margin:0 1.5rem 0 0}.cookie-banner p a{text-decoration:none}.cookie-banner p a:last-child{font-size:1.3rem;font-weight:700;letter-spacing:.08em;margin-left:.5rem;text-transform:uppercase}.cookie-banner strong{display:inline-block;font-weight:700;text-transform:uppercase}.cookie-banner strong a{text-decoration:none}.cookie-banner a{color:#fff;display:inline-block;text-decoration:underline}.cookie-banner .link{margin-left:1.5rem}.cookie-banner .button{background-color:var(--blue);border:1px solid var(--blue);color:#fff;font-family:var(--avant);font-weight:600;padding:.8rem 2rem .65rem}@media (max-width:768px){.cookie-banner .button{margin:1rem 0 0}}.cookie-banner .button:hover{background-color:#fff;color:var(--blue)}.button{align-items:center;background-color:var(--blue);border-radius:.5rem;color:#fff;display:flex;font-family:var(--avant);font-size:1.5rem;font-weight:700;line-height:1;min-height:7.2rem;padding:1.8rem 3rem 1.5rem;text-decoration:none;text-transform:uppercase;transition:opacity .3s ease}.button:hover{opacity:.8}.button[data-color=red]{background-color:var(--red)}.button[data-color=blue]{background-color:var(--blue)}.button[data-color=grey]{background-color:transparent;border:1px solid hsla(0,0%,73%,.5);color:#000;transition:border-color .3s ease}.button[data-color=grey]:hover{border:1px solid #000;opacity:1}.button[data-color=transparent]{background-color:transparent;border:1px solid #fff;transition:border-color .3s ease}.button[data-color=transparent]:hover{border:1px solid hsla(0,0%,100%,.8);opacity:1}.button .icon{margin-left:1rem}.button .icon svg{width:2rem}.marquee{display:flex;flex:auto;flex-direction:row;transform-origin:bottom left;width:100%}.marquee p{flex-shrink:0;font-size:3.5vh;font-weight:700!important;line-height:1.33;margin:0;text-transform:uppercase;will-change:transform}.marquee p .outline{-webkit-text-stroke:1px #fff;color:transparent}.marquee p svg{color:var(--blue);flex-shrink:0;margin:0 1rem;width:4rem}.marquee .inner{-webkit-animation:marquee 5s linear infinite;animation:marquee 5s linear infinite;-webkit-animation-play-state:running;animation-play-state:running;display:flex;white-space:nowrap}.marquee.inverted .inner{-webkit-animation:marquee-inverted 5s linear infinite;animation:marquee-inverted 5s linear infinite;-webkit-animation-play-state:running;animation-play-state:running}@-webkit-keyframes marquee{0%{transform:translateZ(0)}to{transform:translate3d(-100%,0,0)}}@keyframes marquee{0%{transform:translateZ(0)}to{transform:translate3d(-100%,0,0)}}@-webkit-keyframes marquee-inverted{0%{transform:translate3d(calc(-100% - var(--offset)),0,0)}to{transform:translate3d(calc(var(--offset)*-1),0,0)}}@keyframes marquee-inverted{0%{transform:translate3d(calc(-100% - var(--offset)),0,0)}to{transform:translate3d(calc(var(--offset)*-1),0,0)}}.newsletter-sign-up{background-color:var(--black);padding:3.5rem 0 0}@media (min-width:769px){.newsletter-sign-up{padding:8rem 0 0}}@media (max-width:1149px){.newsletter-sign-up .container{display:flex;flex-direction:column}}.newsletter-sign-up .card{background-color:var(--blue);border-radius:2rem;display:flex;flex-direction:column;overflow:hidden;padding:5rem 2rem}@media (min-width:1150px){.newsletter-sign-up .card{align-items:center;display:grid;grid-column:span 12;grid-template-columns:repeat(12,1fr);padding:10rem 0}}.newsletter-sign-up .card .heading{font-size:4rem;font-weight:700;grid-column:2/span 4;line-height:1;text-align:center;text-transform:uppercase;z-index:3}@media (min-width:1150px){.newsletter-sign-up .card .heading{font-size:clamp(4rem,3.5vw,6rem);max-width:10ch;text-align:left}}.newsletter-sign-up .card .divider{height:5rem;z-index:3}@media (max-width:1150px){.newsletter-sign-up .card .divider{height:3rem;margin:3rem 0;width:100%}}@media (min-width:1150px){.newsletter-sign-up .card .divider{grid-column:6/span 1;height:100%}}.newsletter-sign-up .card .divider:before{background-color:#fff;content:"";height:1px;left:0;position:absolute;width:100%}@media (max-width:1149px){.newsletter-sign-up .card .divider:before{top:50%;transform:translateY(-50)}}@media (min-width:1150px){.newsletter-sign-up .card .divider:before{height:100%;top:0;width:1px}}.newsletter-sign-up .card .divider svg{left:0;position:absolute;top:50%;transform:translate(-50%,-50%);width:3rem}@media (max-width:1149px){.newsletter-sign-up .card .divider svg{left:50%}}@media (min-width:1150px){.newsletter-sign-up .card .divider svg{width:5rem}}.newsletter-sign-up .card .subheading{font-size:2rem;font-weight:700;line-height:1.4;text-transform:uppercase}.newsletter-sign-up .card .form{accent-color:var(--black);grid-column:7/span 5;z-index:3}.newsletter-sign-up .card .form .button{background-color:var(--black)}.newsletter-sign-up .card .form .gform_validation_errors{display:none}.newsletter-sign-up .background-pattern{pointer-events:none;z-index:1}.newsletter-sign-up .background-pattern img{-o-object-fit:cover;object-fit:cover}@media (max-width:1149px){.newsletter-sign-up .background-pattern img{-o-object-position:left;object-position:left}}.newsletter-sign-up .gform_wrapper.gravity-theme.gform_wrapper.gravity-theme input[type=email],.newsletter-sign-up .gform_wrapper.gravity-theme.gform_wrapper.gravity-theme input[type=text]{background-color:#fff}.newsletter-sign-up .gform_wrapper.gravity-theme.gform_wrapper.gravity-theme .gform_confirmation_message_1{font-weight:700}[data-lightbox=video-lightbox]{--plyr-color-main:var(--blue);height:100%;left:0;pointer-events:none;position:fixed;top:0;width:100vw;z-index:100}@media (min-width:769px){[data-lightbox=video-lightbox]{width:100%}}[data-lightbox=video-lightbox].active{pointer-events:all}[data-lightbox=video-lightbox].active .backdrop{opacity:1;transition:opacity .3s ease}[data-lightbox=video-lightbox].active .video-container{opacity:1;transform:translateY(0);transition:opacity .3s ease .2s,transform .5s cubic-bezier(.165,.84,.44,1) .2s}[data-lightbox=video-lightbox].active .backdrop,[data-lightbox=video-lightbox].active .close,[data-lightbox=video-lightbox].active .video-container{pointer-events:all}[data-lightbox=video-lightbox] .backdrop{background-color:rgba(0,0,0,.8);opacity:0;transition:opacity .3s ease;z-index:1}[data-lightbox=video-lightbox] .content{height:100%;pointer-events:none;z-index:5}[data-lightbox=video-lightbox] .container{align-items:center;height:100%;pointer-events:none}@media (max-width:769px){[data-lightbox=video-lightbox] .container{justify-content:center}}[data-lightbox=video-lightbox] .video-container{grid-column:span 12;opacity:0;transform:translateY(5rem);transition:opacity .3s ease,transform .5s cubic-bezier(.165,.84,.44,1);width:100%}[data-lightbox=video-lightbox] .plyr__video-embed,[data-lightbox=video-lightbox] .plyr__video-wrapper--fixed-ratio:before{padding:0}[data-lightbox=video-lightbox] .plyr{border-radius:2rem;overflow:hidden}[data-lightbox=video-lightbox] .close{align-items:center;cursor:pointer;display:flex;height:4.5rem;justify-content:center;position:absolute;right:0;top:-1rem;transform:translateY(-100%);width:4.5rem;z-index:15}@media (min-width:769px){[data-lightbox=video-lightbox] .close{height:6rem;right:0;top:0;transform:translate(50%,-50%);width:6rem}[data-lightbox=video-lightbox] .close:hover:before{transform:scale(1.1)}}[data-lightbox=video-lightbox] .close:before{background-color:var(--blue);border-radius:50%;content:"";height:100%;left:0;position:absolute;top:0;transition:transform .5s cubic-bezier(.165,.84,.44,1);width:100%}[data-lightbox=video-lightbox] .close svg{color:#fff;width:1.5rem}@media (min-width:769px){[data-lightbox=video-lightbox] .close svg{width:2rem}}[data-lightbox=form-lightbox]{--plyr-color-main:var(--blue);-ms-scroll-chaining:none;height:100%;left:0;overflow:auto;overscroll-behavior:contain;pointer-events:none;position:fixed;top:0;width:100%;z-index:100}[data-lightbox=form-lightbox]::-webkit-scrollbar{display:none}[data-lightbox=form-lightbox].active{pointer-events:all}[data-lightbox=form-lightbox].active .backdrop{opacity:1;transition:opacity .3s ease}[data-lightbox=form-lightbox].active .form-container{opacity:1;transform:translateY(0);transition:opacity .3s ease .2s,transform .5s cubic-bezier(.165,.84,.44,1) .2s}[data-lightbox=form-lightbox].active .backdrop,[data-lightbox=form-lightbox].active .close,[data-lightbox=form-lightbox].active .form-container{pointer-events:all}[data-lightbox=form-lightbox] .backdrop{background-color:rgba(0,0,0,.8);min-height:100vh;opacity:0;transition:opacity .3s ease;z-index:1}[data-lightbox=form-lightbox] .form-container{background:#fff;border-radius:2rem;color:var(--black);grid-column:span 12;margin:6rem 0;opacity:0;padding:2rem;transform:translateY(5rem);transition:opacity .3s ease,transform .5s cubic-bezier(.165,.84,.44,1);width:100%}@media (min-width:1400px){[data-lightbox=form-lightbox] .form-container{padding:5rem}}[data-lightbox=form-lightbox] .form-container input[type=submit]{border-radius:.5rem;font-family:var(--avant);font-size:1.5rem;font-weight:700;line-height:1;min-height:7.2rem!important;padding:1.8rem 3rem 1.5rem!important;text-decoration:none;text-transform:uppercase}[data-lightbox=form-lightbox] .form-container .scroller{background:linear-gradient(#fff 30%,hsla(0,0%,100%,0)),linear-gradient(hsla(0,0%,100%,0),#fff 70%) 0 100%,radial-gradient(farthest-side at 50% 0,rgba(0,0,0,.35),transparent),radial-gradient(farthest-side at 50% 100%,rgba(0,0,0,.35),transparent) 0 100%;background-attachment:local,local,scroll,scroll;background-color:#fff;background-repeat:no-repeat;background-size:100% 60px,100% 60px,100% 14px,100% 14px;display:flex;flex-direction:column;padding:5rem auto;width:100%}@media (min-width:1050px){[data-lightbox=form-lightbox] .form-container .scroller{background:none;flex-direction:row;justify-content:space-between;padding-right:2rem}}[data-lightbox=form-lightbox] .form-container .scroller::-webkit-scrollbar{width:.8rem}@media (max-width:768px){[data-lightbox=form-lightbox] .form-container .scroller::-webkit-scrollbar{display:none}}[data-lightbox=form-lightbox] .form-container .scroller::-webkit-scrollbar-track{background:rgba(0,0,0,.1);border-radius:1rem}[data-lightbox=form-lightbox] .form-container .scroller::-webkit-scrollbar-thumb{background-color:var(--blue);border-radius:1rem}[data-lightbox=form-lightbox] .form-container .text{width:100%}@media (max-width:1049px){[data-lightbox=form-lightbox] .form-container .text{margin-bottom:3rem}}@media (min-width:1050px){[data-lightbox=form-lightbox] .form-container .text{width:33.5%}}[data-lightbox=form-lightbox] .form-container .prose{max-width:80ch}[data-lightbox=form-lightbox] .form-container .contact-details{color:var(--blue);font-family:var(--avant);font-size:1.6rem;font-weight:300;line-height:1.5;margin:1.5rem 0 0}@media (min-width:769px){[data-lightbox=form-lightbox] .form-container .contact-details{margin:2.5rem 0 0}}[data-lightbox=form-lightbox] .form-container .contact-details a{text-decoration:none}[data-lightbox=form-lightbox] .form-container .form{width:100%}@media (min-width:1050px){[data-lightbox=form-lightbox] .form-container .form{width:56.52%}}[data-lightbox=form-lightbox] .form-container .form .gfield_required{color:var(--black);padding:0}[data-lightbox=form-lightbox] .form-container .heading{font-size:2rem;font-weight:700;line-height:1.2;text-transform:uppercase}@media (max-width:768px){[data-lightbox=form-lightbox] .form-container .heading{max-width:calc(100% - 5rem)}}@media (min-width:769px){[data-lightbox=form-lightbox] .form-container .heading{font-size:4rem}}[data-lightbox=form-lightbox] .form-container .sub-heading{font-size:1.8rem;font-weight:700;line-height:1.2;text-transform:uppercase}[data-lightbox=form-lightbox] .content{pointer-events:none;z-index:5}[data-lightbox=form-lightbox] .container{align-items:center;pointer-events:none;z-index:5}@media (max-width:769px){[data-lightbox=form-lightbox] .container{justify-content:center}}@media (max-width:1400px){[data-lightbox=form-lightbox] .container{padding:0 2rem}}[data-lightbox=form-lightbox] .close{align-items:center;cursor:pointer;display:flex;height:4.5rem;justify-content:center;position:absolute;right:1rem;top:1rem;width:4.5rem;z-index:15}@media (min-width:769px){[data-lightbox=form-lightbox] .close{height:5rem;right:2rem;top:2rem;width:5rem}}@media (min-width:1400px){[data-lightbox=form-lightbox] .close{height:6rem;right:0;top:0;transform:translate(50%,-50%);width:6rem}[data-lightbox=form-lightbox] .close:hover:before{transform:scale(1.1)}}[data-lightbox=form-lightbox] .close:before{background-color:var(--blue);border-radius:50%;content:"";height:100%;left:0;position:absolute;top:0;transition:transform .5s cubic-bezier(.165,.84,.44,1);width:100%}[data-lightbox=form-lightbox] .close svg{color:#fff;width:1.5rem}@media (min-width:769px){[data-lightbox=form-lightbox] .close svg{width:2rem}}[data-lightbox=gallery-lightbox]{--plyr-color-main:var(--blue);-ms-scroll-chaining:none;height:100%;left:0;overflow:auto;overscroll-behavior:contain;pointer-events:none;position:fixed;top:0;width:100%;z-index:100}[data-lightbox=gallery-lightbox]::-webkit-scrollbar{display:none}[data-lightbox=gallery-lightbox].active{pointer-events:all}[data-lightbox=gallery-lightbox].active .backdrop{opacity:1;transition:opacity .3s ease}[data-lightbox=gallery-lightbox].active .content{opacity:1;transform:translateY(0);transition:opacity .3s ease .2s,transform .5s cubic-bezier(.165,.84,.44,1) .2s}[data-lightbox=gallery-lightbox].active .backdrop,[data-lightbox=gallery-lightbox].active .close,[data-lightbox=gallery-lightbox].active .form-container{pointer-events:all}[data-lightbox=gallery-lightbox] .backdrop{background-color:rgba(0,0,0,.8);min-height:100vh;opacity:0;transition:opacity .3s ease;z-index:1}[data-lightbox=gallery-lightbox] .gallery-container{background-color:#000;height:100%;width:100%;z-index:5}[data-lightbox=gallery-lightbox] .swiper{height:100%;width:100%}[data-lightbox=gallery-lightbox] .swiper-slide{height:100%;padding:2rem;width:100%}@media (min-width:1400px){[data-lightbox=gallery-lightbox] .swiper-slide{padding:5rem}}[data-lightbox=gallery-lightbox] .swiper-slide img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}[data-lightbox=gallery-lightbox] .controls{align-items:center;border-radius:100%;cursor:pointer;display:flex;height:6rem;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:opacity .15s ease;width:6rem;z-index:10}@media (max-width:768px){[data-lightbox=gallery-lightbox] .controls{display:none}}[data-lightbox=gallery-lightbox] .controls:hover .background{transform:scale(1.1)}[data-lightbox=gallery-lightbox] .controls.next{right:2.5rem}[data-lightbox=gallery-lightbox] .controls.next svg{transform:rotate(180deg) translateX(-.3rem)}[data-lightbox=gallery-lightbox] .controls.prev{left:2.5rem}[data-lightbox=gallery-lightbox] .controls.prev svg{transform:translateX(-.3rem)}[data-lightbox=gallery-lightbox] .controls.swiper-button-disabled{opacity:0}[data-lightbox=gallery-lightbox] .controls svg{color:#000;width:1rem;z-index:2}[data-lightbox=gallery-lightbox] .controls .background{background-color:#fff;border-radius:100%;transition:transform .15s ease-in-out;z-index:1}[data-lightbox=gallery-lightbox] .slide-text{background-image:linear-gradient(to top,var(--black),transparent);bottom:0;left:0;padding:6rem 4rem 2.5rem;position:absolute;width:100%}[data-lightbox=gallery-lightbox] .slide-text .heading{font-size:1.5rem;margin-bottom:0;text-transform:uppercase}[data-lightbox=gallery-lightbox] .slide-text .caption{font-size:1.2rem;margin-bottom:0;max-width:95ch}[data-lightbox=gallery-lightbox] .slide-text .slide-number{color:var(--red)}[data-lightbox=gallery-lightbox] .content{height:100%;opacity:0;transform:translateY(5rem);transition:opacity .3s ease,transform .5s cubic-bezier(.165,.84,.44,1);width:100%;z-index:5}[data-lightbox=gallery-lightbox] .container{align-items:center;pointer-events:none;z-index:5}@media (max-width:769px){[data-lightbox=gallery-lightbox] .container{justify-content:center}}@media (max-width:1400px){[data-lightbox=gallery-lightbox] .container{padding:0 2rem}}[data-lightbox=gallery-lightbox] .close{align-items:center;cursor:pointer;display:flex;height:4.5rem;justify-content:center;position:absolute;right:1rem;top:1rem;width:4.5rem;z-index:15}@media (min-width:769px){[data-lightbox=gallery-lightbox] .close{height:5rem;right:2rem;top:2rem;width:5rem}}@media (min-width:1400px){[data-lightbox=gallery-lightbox] .close{height:6rem;right:2.5rem;top:2.5rem;width:6rem}[data-lightbox=gallery-lightbox] .close:hover:before{transform:scale(1.1)}}[data-lightbox=gallery-lightbox] .close:before{background-color:var(--blue);border-radius:50%;content:"";height:100%;left:0;position:absolute;top:0;transition:transform .5s cubic-bezier(.165,.84,.44,1);width:100%}[data-lightbox=gallery-lightbox] .close svg{color:#fff;width:1.5rem}@media (min-width:769px){[data-lightbox=gallery-lightbox] .close svg{width:2.4rem}}.news-grid{color:#fff}@media (max-width:768px){.news-grid[data-size=small] .card:first-child:before{content:"";float:left;padding-top:75.75757575757575%}.news-grid[data-size=small] .card:first-child:after{clear:both;content:"";display:block}}@media (min-width:1200px){.news-grid[data-size=small] .card:first-child{grid-column:span 6}.news-grid[data-size=small] .card:first-child:before{content:"";float:left;padding-top:75%}.news-grid[data-size=small] .card:first-child:after{clear:both;content:"";display:block}.news-grid[data-size=small] .card:first-child .title{font-size:2rem}.news-grid[data-size=small] .card:first-child .text{padding:1.5rem 2rem}}@media (min-width:1200px) and (min-width:769px){.news-grid[data-size=small] .card:first-child .text{padding:2rem 3rem}}@media (min-width:1200px){.news-grid[data-size=small] .card:first-child .type-icon{height:4.6rem;width:4.6rem}.news-grid[data-size=small] .card:first-child .type-icon[data-type=videos] svg{width:1.4rem}.news-grid[data-size=small] .card:first-child .type-icon[data-type=photos] svg{width:2.2rem}}@media (max-width:768px){.news-grid[data-size=small] .card:nth-child(2):before{content:"";float:left;padding-top:75.75757575757575%}.news-grid[data-size=small] .card:nth-child(2):after{clear:both;content:"";display:block}}@media (min-width:1200px){.news-grid[data-size=small] .card:nth-child(2){grid-column:span 6}.news-grid[data-size=small] .card:nth-child(2):before{content:"";float:left;padding-top:75%}.news-grid[data-size=small] .card:nth-child(2):after{clear:both;content:"";display:block}.news-grid[data-size=small] .card:nth-child(2) .title{font-size:2rem}.news-grid[data-size=small] .card:nth-child(2) .type-icon{height:4.6rem;width:4.6rem}.news-grid[data-size=small] .card:nth-child(2) .type-icon[data-type=videos] svg{width:1.4rem}.news-grid[data-size=small] .card:nth-child(2) .type-icon[data-type=photos] svg{width:2.2rem}}@media (max-width:768px){.news-grid[data-size=small] .card:nth-child(3):before{content:"";float:left;padding-top:75.75757575757575%}.news-grid[data-size=small] .card:nth-child(3):after{clear:both;content:"";display:block}}@media (min-width:1200px){.news-grid[data-size=small] .card:nth-child(3){grid-column:span 4}.news-grid[data-size=small] .card:nth-child(3):before{content:"";float:left;padding-top:75.71428571428571%}.news-grid[data-size=small] .card:nth-child(3):after{clear:both;content:"";display:block}.news-grid[data-size=small] .card:nth-child(3) .title{font-size:1.5rem}}@media (max-width:768px){.news-grid[data-size=small] .card:nth-child(4):before{content:"";float:left;padding-top:75.75757575757575%}.news-grid[data-size=small] .card:nth-child(4):after{clear:both;content:"";display:block}}@media (min-width:769px) and (max-width:1199px){.news-grid[data-size=small] .card:nth-child(4){grid-column:span 6}.news-grid[data-size=small] .card:nth-child(4):before{content:"";float:left;padding-top:75%}.news-grid[data-size=small] .card:nth-child(4):after{clear:both;content:"";display:block}.news-grid[data-size=small] .card:nth-child(4) .title{font-size:2rem}}@media (max-width:768px){.news-grid[data-size=small] .card:nth-child(5):before{content:"";float:left;padding-top:75.75757575757575%}.news-grid[data-size=small] .card:nth-child(5):after{clear:both;content:"";display:block}}@media (min-width:769px) and (max-width:1199px){.news-grid[data-size=small] .card:nth-child(5){grid-column:span 6}.news-grid[data-size=small] .card:nth-child(5):before{content:"";float:left;padding-top:75%}.news-grid[data-size=small] .card:nth-child(5):after{clear:both;content:"";display:block}.news-grid[data-size=small] .card:nth-child(5) .title{font-size:2rem}}@media (min-width:1200px){.news-grid[data-size=large] .card:first-child .type-icon{height:4.6rem;width:4.6rem}.news-grid[data-size=large] .card:first-child .type-icon[data-type=videos] svg{width:1.4rem}.news-grid[data-size=large] .card:first-child .type-icon[data-type=photos] svg{width:2.2rem}.news-grid[data-size=large] .card:nth-child(2) .type-icon{height:4.6rem;width:4.6rem}.news-grid[data-size=large] .card:nth-child(2) .type-icon[data-type=videos] svg{width:1.4rem}.news-grid[data-size=large] .card:nth-child(2) .type-icon[data-type=photos] svg{width:2.2rem}.news-grid[data-size=large] .card:nth-child(3) .type-icon{height:4.6rem;width:4.6rem}.news-grid[data-size=large] .card:nth-child(3) .type-icon[data-type=videos] svg{width:1.4rem}.news-grid[data-size=large] .card:nth-child(3) .type-icon[data-type=photos] svg{width:2.2rem}}.news-grid .heading{color:#000;font-size:3rem;font-weight:700;grid-column:span 12;line-height:1;margin-bottom:2rem;text-align:center;text-transform:uppercase}@media (min-width:769px){.news-grid .heading{font-size:4rem;margin-bottom:6rem}}.news-grid .card{border-radius:2rem;box-shadow:0 5px 10px rgba(0,0,0,.18);color:#fff;grid-column:span 12;overflow:hidden;text-align:left;text-decoration:none}.news-grid .card:before{content:"";float:left;padding-top:75.71428571428571%}.news-grid .card:after{clear:both;content:"";display:block}@media (min-width:1150px){.news-grid .card{grid-column:span 4}}@media (max-width:768px){.news-grid .card{margin-bottom:2rem}.news-grid .card:before{content:"";float:left;padding-top:75.75757575757575%}.news-grid .card:after{clear:both;content:"";display:block}}.news-grid .card:first-child{grid-column:span 12}.news-grid .card:first-child:before{content:"";float:left;padding-top:75.75757575757575%}.news-grid .card:first-child:after{clear:both;content:"";display:block}@media (min-width:1150px){.news-grid .card:first-child:before{content:"";float:left;padding-top:42.79279279279279%}.news-grid .card:first-child:after{clear:both;content:"";display:block}.news-grid .card:first-child .text{padding:5rem 6rem}}.news-grid .card:first-child .title{font-size:1.5rem}@media (min-width:850px) and (max-width:1149px){.news-grid .card:first-child .title{font-size:2rem}}@media (min-width:1150px){.news-grid .card:first-child .title{font-size:3rem;line-height:1.16;max-width:25ch}}.news-grid .card:first-child .image .grad{background:linear-gradient(240deg,rgba(0,44,255,0) 30%,rgba(0,0,0,.7) 55%);bottom:auto;height:100%;top:0;width:70%}.news-grid .card:nth-child(2){grid-column:span 12}.news-grid .card:nth-child(2):before{content:"";float:left;padding-top:75.75757575757575%}.news-grid .card:nth-child(2):after{clear:both;content:"";display:block}@media (min-width:1150px){.news-grid .card:nth-child(2){grid-column:span 6}.news-grid .card:nth-child(2):before{content:"";float:left;padding-top:75%}.news-grid .card:nth-child(2):after{clear:both;content:"";display:block}}.news-grid .card:nth-child(2) .title{font-size:1.5rem}@media (min-width:1150px){.news-grid .card:nth-child(2) .title{font-size:2rem}}.news-grid .card:nth-child(3){grid-column:span 12}.news-grid .card:nth-child(3):before{content:"";float:left;padding-top:75.75757575757575%}.news-grid .card:nth-child(3):after{clear:both;content:"";display:block}@media (min-width:1150px){.news-grid .card:nth-child(3){grid-column:span 6}.news-grid .card:nth-child(3):before{content:"";float:left;padding-top:75%}.news-grid .card:nth-child(3):after{clear:both;content:"";display:block}}.news-grid .card:nth-child(3) .title{font-size:1.5rem}@media (min-width:1150px){.news-grid .card:nth-child(3) .title{font-size:2rem}}.news-grid .text{display:flex;flex-direction:column;justify-content:flex-end;padding:1.5rem 2rem}@media (min-width:769px){.news-grid .text{padding:2rem 3rem}}.news-grid .type-icon{align-items:center;background-color:#fff;border-radius:50%;display:flex;height:3rem;justify-content:center;margin-bottom:1.2rem;width:3rem;z-index:5}.news-grid .type-icon[data-type=videos] svg{transform:translateX(.2rem);width:.9rem}.news-grid .type-icon[data-type=photos] svg{width:1.5rem}.news-grid .title{font-size:1.5rem;font-weight:700;line-height:1.33;margin:0;text-transform:uppercase;z-index:5}@media (min-width:769px){.news-grid .title{line-height:1.46}}.news-grid .excerpt{margin:1.5rem 0 0;max-width:65ch;z-index:5}@media (max-width:1149px){.news-grid .excerpt{display:none}}.news-grid .image{z-index:1}.news-grid .image img{-o-object-fit:cover;object-fit:cover;z-index:1}.news-grid .image .grad{background:linear-gradient(transparent,#000);bottom:0;height:50%;left:0;position:absolute;width:100%;z-index:2}.news-grid .cta .container{align-items:center}@media (min-width:769px){.news-grid .cta .container{justify-content:center}}.videos-grid{color:#fff;margin-bottom:9rem}.videos-grid .heading{color:#000;font-size:3rem;font-weight:700;grid-column:span 12;line-height:1;margin-bottom:2rem;text-align:center;text-transform:uppercase}@media (min-width:769px){.videos-grid .heading{font-size:4rem;margin-bottom:6rem}}.videos-grid .card{border-radius:2rem;box-shadow:0 5px 10px rgba(0,0,0,.18);color:#fff;grid-column:span 6;overflow:hidden;text-decoration:none}.videos-grid .card:before{content:"";float:left;padding-top:75.71428571428571%;padding-top:75%}.videos-grid .card:after{clear:both;content:"";display:block}@media (max-width:768px){.videos-grid .card{margin-bottom:2rem}}.videos-grid .text{display:flex;flex-direction:column;justify-content:flex-end;padding:2rem 3rem}.videos-grid .type-icon{align-items:center;background-color:#fff;border-radius:50%;display:flex;height:3rem;justify-content:center;margin-bottom:1.2rem;width:3rem;z-index:5}.videos-grid .type-icon svg{transform:translateX(.2rem);width:.9rem}.videos-grid .title{font-size:2rem;font-weight:700;line-height:1.46;margin:0;max-width:25ch;text-transform:uppercase;z-index:5}.videos-grid .excerpt{margin:1.5rem 0 0;max-width:65ch;z-index:5}.videos-grid .image{z-index:1}.videos-grid .image img{-o-object-fit:cover;object-fit:cover;z-index:1}.videos-grid .image .grad{background:linear-gradient(transparent,#000);bottom:0;height:50%;left:0;position:absolute;width:100%;z-index:2}.image-carousel{overflow:hidden;padding:8rem 0;z-index:2}.image-carousel[data-contained="1"]{width:100%}@media (min-width:769px){.image-carousel[data-contained="1"]{margin-left:12.5%;width:87.5%}}@media (min-width:1900px){.image-carousel[data-contained="1"]{margin-left:20%;width:80%}}.image-carousel[data-contained="1"] .background-blur{display:none}.image-carousel[data-contained="1"] .gallery-container{overflow:hidden;padding:0}@media (min-width:769px){.image-carousel[data-contained="1"] .gallery-container{border-bottom-left-radius:2rem;border-top-left-radius:2rem}}.image-carousel .marquee{background:var(--black);grid-column:span 12;padding:3rem 0 2.5rem;z-index:3}@media (max-width:768px){.image-carousel .marquee{padding-left:2rem}}.image-carousel .marquee p{font-size:2.7rem;line-height:1}.image-carousel .container.background-container{height:100%;left:auto;position:absolute;right:auto;top:50%;transform:translateY(-50%);z-index:1}.image-carousel .gallery-container{background-color:var(--black);padding:6rem 0;width:100%}.image-carousel .container.main-container{background-color:var(--black);padding-right:0!important;z-index:2}.image-carousel .carousel{background-color:var(--black);grid-column:span 12;width:100%;z-index:2}.image-carousel .carousel:before{content:"";float:left;padding-top:21.21212121212121%}.image-carousel .carousel:after{clear:both;content:"";display:block}.image-carousel .carousel-grad{background-image:linear-gradient(to right,var(--black),transparent);height:100%;left:0;pointer-events:none;position:absolute;top:0;width:10%;z-index:4}.image-carousel .controls{align-items:center;border-radius:100%;cursor:pointer;display:flex;height:9rem;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:opacity .15s ease;width:9rem;z-index:10}@media (max-width:768px){.image-carousel .controls{display:none}}.image-carousel .controls:hover .background{transform:scale(1.1)}.image-carousel .controls.next{right:9%}@media (min-width:1400px){.image-carousel .controls.next{right:7.5%}}@media (min-width:1500px){.image-carousel .controls.next{right:10.5%}}@media (min-width:1900px){.image-carousel .controls.next{right:20%}}.image-carousel .controls.next svg{transform:rotate(180deg) translateX(-.3rem)}.image-carousel .controls.prev{left:1rem;transform:translateY(-50%)}.image-carousel .controls.prev svg{transform:translateX(-.3rem)}.image-carousel .controls.swiper-button-disabled{opacity:0}.image-carousel .controls svg{color:#fff;width:1.4rem;z-index:2}.image-carousel .controls .background{background-color:var(--blue);border-radius:100%;transition:transform .15s ease-in-out;z-index:1}.image-carousel .image{border-radius:1rem;overflow:hidden}.image-carousel .image:before{content:"";float:left;padding-top:66.66666666666666%}.image-carousel .image:after{clear:both;content:"";display:block}.image-carousel .image img{-o-object-fit:cover;object-fit:cover}.image-carousel .background-blur{background:var(--blue);border-radius:100%;filter:blur(4.8rem);grid-column:span 12;height:100%;opacity:.4;z-index:1}.shop-banner{display:block;left:0;padding:5px 0;position:fixed;top:0;transition:all .3s ease;width:100%;z-index:99}.shop-banner.hidden{opacity:0;pointer-events:all}.shop-banner.hidden~.site-header{top:0}.shop-banner.hidden~.mobile-nav-icon{margin-top:0}.shop-banner~.site-header{top:6rem}.shop-banner~.mobile-nav-icon{margin-top:6rem}.shop-banner-wrap{align-items:center;display:grid;gap:0 20px;grid-column:span 12;grid-template-columns:1fr auto;padding:0 20px;position:relative}@media screen and (min-width:1024px){.shop-banner-wrap{gap:20px;grid-template-columns:auto auto auto auto}}@media screen and (min-width:1600px){.shop-banner-wrap{padding:0 12.5%}}.shop-banner-wrap .link{height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.shop-banner-wrap .heading{font-family:var(--avant);font-size:26px;font-weight:600;line-height:1;margin:unset;margin-top:.2em}@media screen and (min-width:1024px){.shop-banner-wrap .heading{font-size:30px}}@media screen and (min-width:1440px){.shop-banner-wrap .heading{font-size:40px}}.shop-banner-wrap .subheading{font-size:16px;line-height:1;margin:unset;margin-top:.2em;order:1}@media screen and (min-width:1024px){.shop-banner-wrap .subheading{font-size:20px;order:0}}@media screen and (min-width:1440px){.shop-banner-wrap .subheading{font-size:26px}}.shop-banner-wrap .code-wrap{display:flex;grid-row:span 2;text-align:center}@media screen and (min-width:1024px){.shop-banner-wrap .code-wrap{grid-row:unset}}.shop-banner-wrap .code-wrap .code{font-size:16px;padding:calc(5px + .2em) 20px 5px}@media screen and (min-width:1440px){.shop-banner-wrap .code-wrap .code{font-size:20px}}.shop-banner-wrap .note{display:none;font-size:14px;text-align:center;z-index:2}.shop-banner-wrap .note p{font-size:inherit;margin:unset}.shop-banner-wrap .note a{color:inherit;font-size:inherit}@media screen and (min-width:1024px){.shop-banner-wrap .note{display:block}}.shop-popup{align-items:center;background-color:rgba(0,0,0,.2);display:flex;height:100%;justify-content:center;left:0;opacity:0;pointer-events:none;position:fixed;top:0;width:100%;z-index:100}.shop-popup.show{opacity:1;pointer-events:all}.shop-popup-wrap{display:flex;justify-content:center;max-width:600px;position:relative;width:95%}.shop-popup-wrap .popup-close{cursor:pointer;position:absolute;right:10px;top:10px;z-index:3}.shop-popup-wrap .popup-close svg{height:20px;width:20px}.shop-popup-wrap .popup-image-wrap{position:relative;width:100%}.shop-popup-wrap .popup-image-wrap:before{content:"";display:block;padding-bottom:100%;width:100%}.shop-popup-wrap .popup-image{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.shop-popup-wrap .popup-logo{max-width:200px;position:absolute;top:30px;width:100%;z-index:2}.shop-popup-wrap .popup-button{align-items:center;border-radius:.5rem;bottom:30px;display:flex;font-family:var(--avant);font-size:1.5rem;font-weight:700;line-height:1;padding:1.8rem 3rem 1.5rem;position:absolute;text-decoration:none;text-transform:uppercase;transition:opacity .3s ease;z-index:2}.not-found{background:var(--blue)}.not-found h1{color:#fff;font-size:5rem;font-weight:400;line-height:1;margin-bottom:0;margin-top:14rem}@media (min-width:769px){.not-found h1{font-size:9rem;margin-top:0}}.not-found h2{color:#fff;margin-top:0}.not-found .content{grid-column:span 12;padding:5vh 0 12vh;text-align:center}@media (min-width:769px){.not-found .content{padding:15vh 0 12vh}}.not-found p{margin:0 auto;max-width:40ch}.not-found .button-container{display:flex;justify-content:center}.template-home{background-color:var(--black)}.template-home .news-grid{background:#000;padding:8rem 0 10rem;z-index:2}@media (max-width:768px){.template-home .news-grid{padding:4rem 0 2rem}}.template-home .news-grid .heading{display:none}.template-home .news-grid .cta{margin-top:3rem}.template-home .news-grid .heading{color:#fff}.home-hero{background-color:var(--black);display:flex;height:100vh}@media (max-width:500px){.home-hero{flex-direction:column;height:auto}}@media (min-width:769px){.home-hero{align-items:center}}@media (max-width:768px){.home-hero[data-news-takeover="1"]{height:calc(100vh - 20rem)}.home-hero[data-news-takeover="1"] .container{height:100%;justify-content:flex-end}.home-hero[data-news-takeover="1"] .content{height:auto;text-align:center}.home-hero[data-news-takeover="1"] .left-grad{display:none}.home-hero[data-news-takeover="1"] .bottom-grad{height:80%}.home-hero[data-news-takeover="1"] .top-grad{background-image:linear-gradient(to top,var(--black),transparent);bottom:0;height:50%;top:auto}}@media (max-width:500px){.home-hero[data-news-takeover="1"]{height:calc(100vh - 20rem)}}.home-hero[data-news-takeover="1"] p{font-weight:400}.home-hero[data-news-takeover="1"] .tag{background-color:var(--red);border-radius:3rem;color:#fff;font-size:1.2rem;font-style:italic;font-weight:700;line-height:1;margin:0 auto 2rem;padding:.7rem 1.4rem .4rem;text-transform:uppercase;top:0;z-index:3}.home-hero[data-news-takeover="1"] .tag.mobile{display:none}@media (max-width:768px){.home-hero[data-news-takeover="1"] .tag.mobile{display:block}}.home-hero video{-o-object-fit:cover;object-fit:cover;z-index:1}.home-hero .news-image{height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.home-hero .news-image img{-o-object-fit:cover;object-fit:cover}.home-hero .marquee{bottom:5vh;left:0;position:absolute;z-index:5}@media (max-width:768px){.home-hero .marquee{display:none}}.home-hero .marquee p{font-size:2.5vw}.home-hero .marquee svg{width:2.5vw}.home-hero .pattern{background-image:url(../images/hero-pattern.svg);background-repeat:no-repeat;background-size:cover;z-index:3}@media (max-width:499px){.home-hero .pattern{display:none}}.home-hero .container{overflow:hidden;z-index:10}@media (min-width:769px) and (max-width:900px){.home-hero .container{display:flex;justify-content:center}}@media (max-width:768px){.home-hero .container{height:100%}}.home-hero .content{align-items:center;display:flex;flex-direction:column;grid-column:span 9;text-align:center}@media (max-width:768px){.home-hero .content{height:100%}}@media (min-width:769px){.home-hero .content{justify-content:center}}@media (min-width:1300px){.home-hero .content{grid-column:span 6;justify-content:center}}.home-hero .content[data-breaking="1"]{align-items:flex-start;text-align:left}@media (max-width:768px){.home-hero .content[data-breaking="1"]{align-items:center;text-align:center}}.home-hero .content[data-breaking="1"] .button-container{display:flex;flex-wrap:wrap;width:100%}@media (max-width:768px){.home-hero .content[data-breaking="1"] .button-container{justify-content:center}}.home-hero .content[data-breaking="1"] .button-container .button{margin-right:2rem}.home-hero .content[data-breaking="1"] h2{font-size:3rem;line-height:1;margin:0 0 1.5rem}@media (max-width:499px){.home-hero .content[data-breaking="1"] h2{max-width:100%}}@media (min-width:769px){.home-hero .content[data-breaking="1"] h2{font-size:5rem}}.home-hero .content[data-breaking="1"] .excerpt{margin-bottom:3rem}.home-hero .content h2{font-size:2.5rem;font-weight:700;margin:3.5rem 0 2rem;text-transform:uppercase}@media (max-width:499px){.home-hero .content h2{max-width:14ch}}@media (min-width:500px){.home-hero .content h2{margin:3.5rem 0 5rem}}@media (min-width:769px){.home-hero .content h2{font-size:3.1rem;margin:7.5rem 0 4rem}}.home-hero .content h2 strong{color:var(--red)}.home-hero .sub-heading h2{z-index:2}@media (max-width:499px){.home-hero .sub-heading h2{margin-left:auto;margin-right:auto}}.home-hero .sub-heading h3,.home-hero .sub-heading p{font-size:2rem;font-weight:700;letter-spacing:.08em;line-height:1;margin:1rem 0 0;text-transform:uppercase}@media (min-width:500px){.home-hero .sub-heading h3,.home-hero .sub-heading p{font-size:2.5rem}}.home-hero .sub-heading svg{left:50%;position:absolute;top:calc(50% - 1rem);transform:translate(-50%,-50%);width:120%;z-index:1}@media (max-width:499px){.home-hero .sub-heading svg{top:calc(50% - 2.5rem);width:200%}}.home-hero .sub-heading-text{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%;z-index:2}@media (min-width:500px){.home-hero .sub-heading-text{bottom:0;flex-direction:column;max-width:400px;position:relative}}.home-hero .sub-heading-image{height:auto;margin-bottom:1rem;width:9.95rem}@media (max-width:499px){.home-hero .sub-heading-image{margin-top:1rem}}@media (min-width:500px){.home-hero .sub-heading-image{height:3.8rem;margin-right:0;width:13rem}}.home-hero .sub-heading-image svg{height:100%;width:100%}.home-hero .logo{margin-bottom:5vh;width:60%}@media (max-width:768px){.home-hero .logo{margin-top:15vh}}@media (min-width:769px){.home-hero .logo{max-width:44.5rem}}.home-hero .full-video{border-radius:2rem;color:#fff;cursor:pointer;overflow:hidden;position:absolute;transform-origin:bottom right;transition:transform .3s ease-in-out;z-index:10}.home-hero .full-video:before{content:"";float:left;padding-top:54.237288135593225%}.home-hero .full-video:after{clear:both;content:"";display:block}@media (max-width:499px){.home-hero .full-video{bottom:2rem;box-shadow:0 0 6rem rgba(0,44,255,.5);left:4rem;margin-top:7rem;position:relative;width:calc(100% - 8rem)}}@media (min-width:500px){.home-hero .full-video{bottom:5vh;right:5vh;width:35vw}.home-hero .full-video:hover{transform:scale(1.46)}.home-hero .full-video:hover .play svg{color:var(--red)}}@media (min-width:900px){.home-hero .full-video{width:19.8vw}}.home-hero .full-video.breaking:before{content:"";float:left;padding-top:70.17543859649122%}.home-hero .full-video.breaking:after{clear:both;content:"";display:block}.home-hero .full-video .text{align-items:center;bottom:1vw;display:flex;font-family:var(--avant);font-size:1.2rem;font-weight:700;line-height:1.33;padding:1.5rem 2rem;position:absolute;text-transform:uppercase;width:100%;z-index:3}@media (min-width:769px){.home-hero .full-video .text{padding:0 1vw}}.home-hero .full-video .text span{display:block;margin-top:.5rem}.home-hero .full-video .text.breaking{font-size:1.5rem}.home-hero .full-video .tag{background-color:var(--red);border-radius:3rem;color:#fff;font-size:1.2rem;font-style:italic;font-weight:700;left:1vw;line-height:1;padding:.7rem 1.4rem .4rem;position:absolute;text-transform:uppercase;top:1vw;z-index:3}.home-hero .full-video .play{align-items:center;background-color:#fff;border-radius:100%;display:flex;flex-shrink:0;height:3.6rem;justify-content:center;margin-right:2rem;width:3.6rem}@media (min-width:769px){.home-hero .full-video .play{margin-right:1vw}}.home-hero .full-video .play svg{color:var(--blue);transform:translateX(1px);transition:color .3s ease;width:1.2rem}.home-hero .full-video .image:before{background:linear-gradient(0deg,#000,transparent);bottom:0;content:"";height:40%;left:0;position:absolute;width:100%;z-index:2}.home-hero .full-video .image img{-o-object-fit:cover;object-fit:cover;z-index:1}.home-hero .scroll{align-items:center;display:flex;flex-direction:column;margin-top:2rem}@media (max-width:768px){.home-hero .scroll{justify-self:flex-end;margin:3rem 0}}.home-hero .scroll p{font-size:1.2rem;font-weight:700;line-height:1.33;text-transform:uppercase}.home-hero .scroll .icon{align-items:center;border:1px solid #989da1;border-radius:1.3rem;display:flex;flex-direction:column;padding:1.5rem 0;width:2.6rem}.home-hero .scroll .triangle{border-left:.5rem solid transparent;border-right:.5rem solid transparent;border-top:.9rem solid var(--red);height:0;margin-bottom:.2rem;width:0}.home-hero .scroll .triangle:last-child{margin-bottom:0}.home-hero .scrim{background-color:var(--black);opacity:.2;z-index:2}.home-hero .top-grad{background-image:linear-gradient(to bottom,var(--black),transparent);top:0}.home-hero .bottom-grad,.home-hero .top-grad{height:24.7%;left:0;position:absolute;width:100%;z-index:3}.home-hero .bottom-grad{background-image:linear-gradient(to top,var(--black),transparent);bottom:0}.home-hero .left-grad{background-image:linear-gradient(to right,var(--black),transparent);bottom:0;height:100%;left:0;position:absolute;width:42.91%;z-index:3}.home-about{background-color:var(--black);display:flex;flex-direction:column;margin-top:-.5rem;overflow:hidden;padding:10rem 0;z-index:1}@media (min-width:769px){.home-about{align-items:center;flex-direction:row;padding:26rem 0 31rem}}.home-about .container{z-index:4}@media (max-width:768px){.home-about .container{order:2}}.home-about h2{font-size:4rem;font-weight:700;grid-column:1/span 6;grid-row:1;line-height:1;margin:0 0 3rem;max-width:13ch;text-transform:uppercase}@media (min-width:769px){.home-about h2{font-size:5rem;margin:0}}.home-about .main-content{grid-column:1/span 6;grid-row:2}.home-about .buttons{align-items:flex-start;display:flex;flex-direction:column;flex-wrap:wrap;grid-column:1/span 6;grid-row:3;margin-top:3rem}@media (min-width:769px){.home-about .buttons{flex-direction:row;justify-content:flex-start;margin-top:1rem}}.home-about .button{cursor:pointer;margin-bottom:2rem;margin-right:2rem}.home-about .button:last-child{margin-bottom:0}.home-about .button:hover .play svg{color:var(--red)}.home-about .button .play{align-items:center;background-color:#fff;border-radius:100%;display:flex;flex-shrink:0;height:3.6rem;justify-content:center;margin-left:-1rem;margin-right:1rem;transform:translateY(-2px);width:3.6rem}.home-about .button .play svg{color:var(--blue);transform:translateX(2px);transition:color .3s ease;width:1.2rem}.home-about .marquee{position:absolute;top:0;transform:rotate(90deg) translateY(-90vw);z-index:3}@media (max-width:769px){.home-about .marquee{display:none}}.home-about .bg-icon{position:absolute;z-index:4}.home-about .bg-icon svg{width:100%}.home-about .bg-triangle-1{left:5%;top:10%;transform:translateX(-41.45%);width:20%}@media (min-width:769px){.home-about .bg-triangle-1{left:0;top:24.07%;width:13.4%}}.home-about .bg-triangle-2{transform:translateX(40%)}@media (max-width:768px){.home-about .bg-triangle-2{left:5%;top:18%;width:10%}}@media (min-width:769px){.home-about .bg-triangle-2{right:0;top:2.34%;width:21.52%}}.home-about .bg-triangle-2 svg{transform:rotate(270deg)}@media (min-width:769px){.home-about .bg-triangle-2 svg{transform:rotate(180deg)}}.home-about .bg-circle{right:17.7%;top:41.97%;width:5.9%}@media (max-width:768px){.home-about .bg-circle{display:none}}.home-about .bg-bolt{color:var(--blue);right:40%;top:14%;width:15%}@media (min-width:769px){.home-about .bg-bolt{right:34.375%;top:57.4%;width:9.02%}}.home-about .bg-vertical-triangles{color:var(--blue)}@media (max-width:768px){.home-about .bg-vertical-triangles{right:4%;top:10%;width:1.5rem}}@media (min-width:769px){.home-about .bg-vertical-triangles{bottom:0;right:15.97%;width:1.5rem}}@media (max-width:768px){.home-about .background-image{margin-bottom:3rem;order:1}}@media (min-width:769px){.home-about .background-image,.home-about .background-image picture{height:100%;left:0;position:absolute;top:0;width:100%}}.home-about .background-image img{z-index:1}@media (min-width:769px){.home-about .background-image img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;-o-object-position:center 65%;object-position:center 65%;position:absolute;top:0;width:100%}}.home-about .background-image .top-grad{background-image:linear-gradient(to bottom,var(--black),transparent);height:16.66%;left:0;position:absolute;top:0;width:100%;z-index:3}.home-about .background-image .bottom-grad{background-image:linear-gradient(to top,var(--black),transparent);bottom:0;height:24.7%;left:0;position:absolute;width:100%;z-index:3}.home-about .background-image .left-grad{background-image:linear-gradient(to right,var(--black),transparent);bottom:0;height:100%;left:0;position:absolute;width:30%;z-index:3}@media (min-width:769px){.home-about .background-image .left-grad{width:54.51%}}.home-about .background-image .left-grad-2{background-image:linear-gradient(to right,var(--black),transparent);bottom:0;height:100%;left:7.98%;position:absolute;width:54.51%;z-index:3}@media (max-width:768px){.home-about .background-image .left-grad-2{display:none}}.home-about .background-image .right-grad{background-image:linear-gradient(to left,var(--black),transparent);bottom:0;height:100%;position:absolute;right:0;width:33.88%;z-index:2}.events-spacer{background-color:#fff;height:5rem;width:100%;z-index:1}@media (min-width:769px){.events-spacer{height:10rem}}.events-heading{background-color:var(--black)}.events-heading h2{font-size:4rem;font-weight:700;grid-column:span 12;line-height:1;margin-bottom:6rem;text-align:center;text-transform:uppercase}.home-events{background-color:var(--black);z-index:2}.home-events .container{display:flex;flex-direction:column}.home-events .cards{border-radius:2rem;height:100%;overflow:visible;width:100%;z-index:2}@media (min-width:1000px){.home-events .cards{box-shadow:0 0 9.9rem rgba(0,44,255,.8)}}.home-events[data-events-display-type=artwork] .swiper-slide{width:100%}.home-events[data-events-display-type=artwork] .swiper-slide:before{content:"";float:left;padding-top:66.66666666666666%}.home-events[data-events-display-type=artwork] .swiper-slide:after{clear:both;content:"";display:block}@media (min-width:769px){.home-events[data-events-display-type=artwork] .swiper-slide:before{content:"";float:left;padding-top:56.25%}.home-events[data-events-display-type=artwork] .swiper-slide:after{clear:both;content:"";display:block}}.home-events[data-events-display-type=artwork] picture{border-radius:2rem;overflow:hidden}.home-events[data-events-display-type=artwork] picture img{-o-object-fit:cover;object-fit:cover}.home-events[data-events-display-type=choose_events] .event-info-mobile{border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;display:flex;flex-direction:column;padding:2rem;text-align:center;z-index:2}@media (min-width:1000px){.home-events[data-events-display-type=choose_events] .event-info-mobile{display:none}}.home-events[data-events-display-type=choose_events] .event-info-mobile .striker h2{font-size:1.5rem;font-weight:400;line-height:1.4;margin:0;text-transform:uppercase}.home-events[data-events-display-type=choose_events] .event-info-mobile .striker h3{font-size:2rem;font-weight:700;line-height:1.5;margin:0;text-transform:uppercase}.home-events[data-events-display-type=choose_events] .event-info-mobile .date,.home-events[data-events-display-type=choose_events] .event-info-mobile .time{font-size:2rem;font-weight:400;line-height:1;text-transform:uppercase}.home-events[data-events-display-type=choose_events] .event-info-mobile .date{margin:1.5rem 0 1rem}.home-events[data-events-display-type=choose_events] .event-info-mobile .time{margin:0 0 2rem}.home-events[data-events-display-type=choose_events] .event-info-mobile .venue{font-size:1.5rem;font-weight:400;line-height:1.46;text-transform:uppercase}.home-events[data-events-display-type=choose_events] .event-info-mobile .ticket-cta{align-self:center;margin:.5rem 0 2rem}.home-events[data-events-display-type=choose_events] .event-info-mobile .versus{-webkit-text-stroke:1px #fff;color:transparent;font-size:2rem;font-style:italic;font-weight:700;line-height:1;margin:.5rem 0 1rem}.home-events .pagination{pointer-events:none;z-index:10}@media (max-width:999px){.home-events .pagination{display:none}}.home-events .pagination button{background-color:#fff;border-radius:100%;cursor:pointer;height:9rem;pointer-events:all;position:absolute;top:50%;width:9rem}.home-events .pagination button:hover:after{transform:scale(1.1)}.home-events .pagination button:after{background-color:#fff;border-radius:100%;content:"";height:100%;left:0;position:absolute;top:0;transition:transform .15s ease-in-out;width:100%;z-index:1}.home-events .pagination .prev{left:0;transform:translate(-50%,-50%)}.home-events .pagination .next{right:0;transform:translate(50%,-50%)}.home-events .pagination .next svg{transform:rotate(180deg)}.home-events .pagination svg{color:var(--black);width:1.4rem;z-index:3}.home-events .swiper-wrapper{overflow:hidden;width:100%}.home-events .swiper-slide{width:100%}.home-events .card{overflow:hidden}.home-events .card.swiper-slide-active .event-info-mobile{background-color:var(--black)}.home-events .card h2{font-size:1.5rem;font-weight:400;letter-spacing:5px;line-height:1;margin:0;text-transform:uppercase}@media (min-width:1250px){.home-events .card h2{font-size:2rem}}.home-events .card h3{font-size:3rem;font-weight:700;line-height:1;margin:0 0 2rem;text-transform:uppercase}@media (min-width:1250px){.home-events .card h3{font-size:5rem}}@media (max-width:999px){.home-events .card .desktop{display:none!important}}.home-events .card .versus.large{-webkit-text-stroke:2px #fff;color:transparent;font-size:4.9rem;font-style:italic;font-weight:700;left:50%;line-height:1;margin:0 0 .5rem;position:absolute;top:12.5rem;transform:translate(calc(-50% - .3rem),-50%);z-index:10}@media (min-width:1000px){.home-events .card .versus.large{font-size:10vw;left:50%;margin:0;top:50%;transform:translate(calc(-50% - .5rem),calc(-50% + 1.5vw))}}.home-events .card .striker-1{display:flex;width:100%}.home-events .card .striker-1 .left{background-color:var(--blue);border-top-left-radius:2rem;overflow:hidden;width:50%}@media (max-width:999px){.home-events .card .striker-1 .left{height:12rem}}@media (min-width:1000px){.home-events .card .striker-1 .left:before{content:"";float:left;padding-top:56.45161290322581%}.home-events .card .striker-1 .left:after{clear:both;content:"";display:block}}@media (max-width:999px){.home-events .card .striker-1 .left{background-image:url(../images/card-details-pattern.svg);background-repeat:no-repeat;background-size:cover}}.home-events .card .striker-1 .left h3{padding:5rem 3rem 0}@media (min-width:1250px){.home-events .card .striker-1 .left h3{padding:7rem 5rem 0}}.home-events .card .striker-1 .left h2{padding:0 3rem}@media (min-width:1250px){.home-events .card .striker-1 .left h2{padding:0 5rem}}.home-events .card .striker-1 .right{background-color:var(--blue);border-top-right-radius:2rem;overflow:hidden;width:50%}@media (max-width:999px){.home-events .card .striker-1 .right{height:12rem}}@media (min-width:1000px){.home-events .card .striker-1 .right:before{content:"";float:left;padding-top:56.45161290322581%}.home-events .card .striker-1 .right:after{clear:both;content:"";display:block}.home-events .card .striker-1 .right{background-image:url(../images/card-details-pattern.svg);background-repeat:no-repeat;background-size:cover}}.home-events .card .striker-1 .right .event-info{padding:5rem 3rem 0;position:absolute;right:0;text-align:right;top:0;z-index:3}@media (min-width:1250px){.home-events .card .striker-1 .right .event-info{padding:4rem}}.home-events .card .striker-1 .right .date{font-size:4rem;line-height:1}.home-events .card .striker-1 .right p{font-size:2rem;font-weight:400;line-height:1.5;margin:0;text-transform:uppercase}.home-events .card .striker-1 .right .image{z-index:2}@media (max-width:999px){.home-events .card .striker-1 .right .image{-webkit-clip-path:polygon(0 0,45% 0,100% 100%,0 100%);clip-path:polygon(0 0,45% 0,100% 100%,0 100%);height:100%;width:100%}}@media (min-width:1000px){.home-events .card .striker-1 .right .image{-webkit-clip-path:polygon(0 0,0 100%,100% 100%);clip-path:polygon(0 0,0 100%,100% 100%);width:52%}.home-events .card .striker-1 .right .image:before{content:"";float:left;padding-top:123.046875%}.home-events .card .striker-1 .right .image:after{clear:both;content:"";display:block}}.home-events .card .striker-1 .right .image:before{background-color:var(--blue);content:"";height:100%;left:0;mix-blend-mode:color;position:absolute;top:0;width:100%;z-index:2}.home-events .card .striker-1 .right .image img{filter:grayscale(100%);-o-object-fit:cover;object-fit:cover;z-index:1}.home-events .card .striker-2{display:flex;width:100%}@media (max-width:999px){.home-events .card .striker-2:before{background:linear-gradient(0deg,#000,transparent);bottom:0;content:"";height:24.7%;left:0;position:absolute;width:100%;z-index:4}}.home-events .card .striker-2 .left{background-color:var(--black);display:flex;overflow:hidden;width:50%}@media (min-width:1000px){.home-events .card .striker-2 .left{border-bottom-left-radius:2rem}}@media (max-width:999px){.home-events .card .striker-2 .left{height:12rem}}@media (min-width:1000px){.home-events .card .striker-2 .left{background-image:url(../images/card-pattern.svg);background-repeat:no-repeat;background-size:cover}.home-events .card .striker-2 .left:before{content:"";float:left;padding-top:56.45161290322581%}.home-events .card .striker-2 .left:after{clear:both;content:"";display:block}}.home-events .card .striker-2 .left .ticket-cta{align-items:flex-end;display:flex;padding:3rem 0;width:64%}@media (min-width:1250px){.home-events .card .striker-2 .left .ticket-cta{padding:4rem 0}}.home-events .card .striker-2 .left .ticket-cta:first-child{padding:3rem 0 3rem 3rem}@media (min-width:1250px){.home-events .card .striker-2 .left .ticket-cta:first-child{padding:4rem 0 4rem 4rem}}@media (max-width:999px){.home-events .card .striker-2 .left .image{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,45% 100%);clip-path:polygon(0 0,100% 0,100% 100%,45% 100%);height:100%;width:100%}}@media (min-width:1000px){.home-events .card .striker-2 .left .image{-webkit-clip-path:polygon(0 0,100% 0,100% 100%);clip-path:polygon(0 0,100% 0,100% 100%);width:52%}.home-events .card .striker-2 .left .image:before{content:"";float:left;padding-top:123.046875%}.home-events .card .striker-2 .left .image:after{clear:both;content:"";display:block}}.home-events .card .striker-2 .left .image img{filter:grayscale(100%);-o-object-fit:cover;object-fit:cover;z-index:1}.home-events .card .striker-2 .right{background-color:var(--black);overflow:hidden;width:50%}@media (min-width:1000px){.home-events .card .striker-2 .right{border-bottom-right-radius:2rem}.home-events .card .striker-2 .right:before{content:"";float:left;padding-top:56.45161290322581%}.home-events .card .striker-2 .right:after{clear:both;content:"";display:block}}@media (max-width:999px){.home-events .card .striker-2 .right{background-image:url(../images/card-pattern.svg);background-repeat:no-repeat;background-size:cover;height:12rem}}.home-events .card .striker-2 .right .text-wrapper{bottom:3rem;position:absolute;right:0;text-align:right}@media (min-width:1250px){.home-events .card .striker-2 .right .text-wrapper{bottom:7rem}}.home-events .card .striker-2 .right h3{padding:0 3rem}@media (min-width:1250px){.home-events .card .striker-2 .right h3{padding:0 5rem}}.home-events .card .striker-2 .right h2{padding:0 3rem}@media (min-width:1250px){.home-events .card .striker-2 .right h2{padding:0 5rem}}.home-events .background-bottom{background-color:#fff;border-top-left-radius:2rem;border-top-right-radius:2rem;left:0;position:absolute;width:100%;z-index:1}@media (max-width:999px){.home-events .background-bottom{height:calc(100% + 12rem);top:12rem}}@media (min-width:1000px){.home-events .background-bottom{bottom:0;height:50%}}.home-strikers{background-color:var(--black);padding:2rem 0 3rem}@media (min-width:769px){.home-strikers{padding:8rem 0 3rem}}.home-strikers:before{background:#fff;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.home-strikers h2{color:var(--black);font-size:4rem;font-weight:700;grid-column:span 12;line-height:1.2;margin-bottom:2.5rem;text-align:center;text-transform:uppercase}@media (min-width:769px){.home-strikers h2{margin-bottom:5.5rem}}.home-strikers .container{gap:2rem;z-index:2}@media (min-width:1300px){.home-strikers .container{gap:3rem}}@media (max-width:768px){.home-strikers .container.cards-container{display:grid;gap:2rem;grid-auto-columns:74%;grid-auto-flow:column;padding:0 2rem 3rem;width:auto}}@media (min-width:769px){.home-strikers .container.cards-container{display:flex;flex-wrap:wrap;justify-content:center}}@media (max-width:768px){.home-strikers .cards-outer{overflow-x:auto}}.home-strikers .cards-outer::-webkit-scrollbar{display:none;height:2rem}.home-strikers .card{border-radius:2rem;box-shadow:0 .5rem 1rem rgba(0,0,0,.18);color:var(--black);overflow:hidden;text-decoration:none}@media (min-width:769px){.home-strikers .card{width:calc(33.33% - 2rem)}}@media (min-width:1300px){.home-strikers .card{width:calc(25% - 2.25rem)}}.home-strikers .card .image{background-color:var(--blue);background-image:url(../images/card-background-slap.svg);background-position:50%;background-repeat:no-repeat;background-size:cover;overflow:hidden;pointer-events:none}.home-strikers .card .image:before{content:"";float:left;padding-top:66.66666666666666%}.home-strikers .card .image:after{clear:both;content:"";display:block}.home-strikers .card .image .inner{height:calc(100% + 2rem);left:0;margin:0 auto;position:absolute;right:0;top:-2rem;width:65%}.home-strikers .card .image img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center top;object-position:center top;width:100%}.home-strikers .card .text{padding:3rem 1.5rem 4rem;text-align:center}.home-strikers .card p{margin:0}.home-strikers .card h3{font-size:2rem;font-weight:400;line-height:1;margin:0;text-transform:uppercase}@media (min-width:769px){.home-strikers .card h3{font-size:1.5rem}}@media (min-width:1000px){.home-strikers .card h3{font-size:2rem}}.home-strikers .card h3.bold{font-weight:700}.home-strikers .card .nickname{font-size:2rem;font-weight:700;line-height:1;margin:0 0 .5rem;text-transform:uppercase}@media (min-width:769px){.home-strikers .card .nickname{font-size:1.5rem}}@media (min-width:1000px){.home-strikers .card .nickname{font-size:2rem}}.home-strikers .card .location{font-size:1.2rem;font-weight:400;letter-spacing:.12em;margin:0 0 2.5rem;text-transform:uppercase}.home-strikers .card .champion-badge{color:#c4a257;display:block;font-size:1.4rem;font-weight:700;letter-spacing:.3em;margin-bottom:2rem;margin-top:-1.5rem;text-transform:uppercase}.home-strikers .card .ranking-number{color:var(--blue);font-size:1.5rem;font-weight:700;line-height:1.5;margin:0;text-transform:uppercase}.home-strikers .card .weight-class{margin:.5rem 0 .7rem}.home-strikers .card .record,.home-strikers .card .weight-class{color:#989da1;font-size:1.2rem;font-weight:400;letter-spacing:.12em;line-height:1.5;text-transform:uppercase}.home-strikers .cta{display:flex;grid-column:span 12;justify-content:center;margin:1rem 0 6rem;width:100%}@media (max-width:768px){.home-strikers .cta{display:none}}.how-to-watch{align-content:center;background-color:var(--black);display:flex;overflow:hidden;padding:6rem 0 9rem}@media (min-width:769px){.how-to-watch{padding:14% 0 5%}}.how-to-watch h2{font-size:3rem;font-weight:700;grid-column:2/span 4;grid-row:1;line-height:1;margin:0;text-transform:uppercase}@media (min-width:769px){.how-to-watch h2{font-size:4rem}}.how-to-watch .container{align-items:center}.how-to-watch .main-content{grid-column:2/span 5;grid-row:2;margin:1.5rem 0 2.5rem}@media (min-width:769px){.how-to-watch .main-content{margin:4rem 0 4.5rem}}.how-to-watch .main-content p{max-width:48ch}.how-to-watch .main-content a{color:var(--blue)}.how-to-watch .cta{display:flex;grid-column:2/span 5;grid-row:3;justify-content:flex-start}.how-to-watch .grid{display:grid;gap:3rem;grid-template-columns:repeat(12,1fr);z-index:5}.how-to-watch .image{border-radius:2rem;box-shadow:0 3rem 5rem #000,0 0 9.9rem rgba(0,44,255,.33);overflow:hidden;width:100%;z-index:2}@media (min-width:769px){.how-to-watch .image{grid-column:1/span 6}.how-to-watch .image:before{content:"";float:left;padding-top:56.48148148148148%}.how-to-watch .image:after{clear:both;content:"";display:block}}.how-to-watch .image img{z-index:1}@media (min-width:769px){.how-to-watch .image img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}}.how-to-watch .text{display:flex;flex-direction:column;grid-column:8/span 5;justify-content:center;width:100%;z-index:2}@media (max-width:768px){.how-to-watch .text{margin-top:6rem}}@media (min-width:769px){.how-to-watch .text{min-height:46rem}}.how-to-watch .background-image{height:60%;z-index:1}@media (min-width:769px){.how-to-watch .background-image{height:100%}}.how-to-watch .background-image:before{background-color:var(--blue);border-radius:100%;content:"";filter:blur(5rem);height:80%;left:0;opacity:.4;position:absolute;top:0;width:80%;z-index:1}.how-to-watch .background-image .pattern{height:60%;top:50%;transform:translateY(-50%);z-index:3}.how-to-watch .background-image .pattern img,.how-to-watch .background-image img{-o-object-fit:cover;object-fit:cover}.how-to-watch .background-image img{opacity:.5;z-index:2}.how-to-watch .background-image .top-grad{background-image:linear-gradient(to bottom,var(--black),transparent);height:24.7%;left:0;position:absolute;top:0;width:100%;z-index:4}.how-to-watch .background-image .bottom-grad{background:linear-gradient(0deg,#000,transparent);bottom:0;height:24.7%;left:0;position:absolute;width:100%;z-index:4}.how-to-watch .background-image .right-grad{background-image:linear-gradient(to left,var(--black),transparent);bottom:0;height:100%;position:absolute;right:0;width:33.88%;z-index:4}.locator-map{width:100%}.locator-map #storelocatorwidget{grid-column:span 12}.locator-map #storelocatorwidget-container{width:100%}.locator-map #storelocator-search-bar-row1{padding:0 .3rem 0 1.5rem}.participate{background-color:var(--black);display:flex;flex-direction:column;overflow:hidden}@media (min-width:769px){.participate{align-content:center;flex-direction:row}}.participate h2{font-size:3rem;font-weight:700;grid-column:2/span 4;grid-row:1;line-height:1;margin:0 0 1.5rem;text-transform:uppercase}@media (min-width:769px){.participate h2{font-size:6rem;margin:0}}.participate .main-content{grid-column:2/span 5;grid-row:2;margin:0 0 1.5rem}@media (min-width:769px){.participate .main-content{margin:0}}.participate .main-content p{max-width:48ch}.participate .cta{display:flex;grid-column:2/span 5;grid-row:3;justify-content:flex-start}.participate .grid{display:flex;flex-direction:column;width:100%;z-index:5}@media (min-width:769px){.participate .grid{display:grid;gap:3rem;grid-template-columns:repeat(12,1fr);margin:8rem 0}}.participate .card{display:flex;width:100%;z-index:2}@media (max-width:768px){.participate .card{align-items:center;flex-direction:column-reverse;margin-bottom:5rem}}@media (min-width:769px){.participate .card{align-items:center;grid-column:span 12;margin:22% 0 16%;min-height:46rem}}.participate .card .cutout-image{margin-bottom:5rem;width:100%;z-index:3}@media (max-width:768px){.participate .card .cutout-image{width:calc(100% + 4rem)}.participate .card .cutout-image:before{background-image:linear-gradient(to top,var(--black),transparent);bottom:0;content:"";height:50%;left:0;position:absolute;transform:translateX(-2rem);width:calc(100% + 4rem);z-index:3}}@media (min-width:769px){.participate .card .cutout-image{bottom:0;height:122.7%;margin-bottom:0;position:absolute;right:9.9%;width:100%;width:42.7%}}@media (max-width:768px){.participate .card .cutout-image img{margin:0 auto;width:60%}}@media (min-width:769px){.participate .card .cutout-image img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;-o-object-position:center top;object-position:center top;position:absolute;top:0;width:100%;z-index:2}}.participate .card .cutout-image-glow{bottom:0;height:122.7%;position:absolute;right:9.9%;width:42.7%;z-index:1}.participate .card .cutout-image-glow:before{background-color:var(--blue);border-radius:100%;content:"";filter:blur(5rem);height:100%;left:50%;position:absolute;top:0;transform:translateX(-50%);width:50%;z-index:1}@media (max-width:768px){.participate .card .cutout-image-glow{display:none}}.participate .card .card-background-image{border-radius:2rem;overflow:hidden;z-index:2}@media (max-width:768px){.participate .card .card-background-image{border-radius:0;height:100%;overflow:visible;top:20%;transform:translateX(-2rem);width:calc(100% + 4rem)}.participate .card .card-background-image:before{background-image:linear-gradient(to bottom,var(--black),transparent);content:"";height:80%;left:0;position:absolute;top:0;width:100%;z-index:3}.participate .card .card-background-image:after{background-image:linear-gradient(to top,var(--black),transparent);bottom:0;content:"";height:80%;left:0;position:absolute;width:100%;z-index:3}}.participate .card .card-background-image .pattern{height:54%;left:0;top:-20%;width:100%;z-index:3}@media (min-width:769px){.participate .card .card-background-image .pattern{height:180.5%;left:-9.9%;top:-9.83%;width:131%;z-index:2}}.participate .card .card-background-image .pattern img{-o-object-fit:cover;object-fit:cover;-o-object-position:90% center;object-position:90% center;opacity:1}@media (min-width:769px){.participate .card .card-background-image .pattern img{-o-object-position:center;object-position:center}}.participate .card .card-background-image img{-o-object-fit:cover;object-fit:cover;z-index:1}@media (max-width:768px){.participate .card .card-background-image img{-o-object-position:42% bottom;object-position:42% bottom;opacity:.3}}.participate .background-image{z-index:1}@media (max-width:768px){.participate .background-image{display:none}}.participate .background-image:before{background-color:var(--blue);border-radius:100%;content:"";filter:blur(5rem);height:80%;left:0;opacity:.4;position:absolute;top:0;width:80%;z-index:1}.participate .background-image img{-o-object-fit:cover;object-fit:cover;opacity:.5;z-index:2}@media (max-width:768px){.participate .background-image .scrim{background-color:var(--black);opacity:.7;z-index:3}}.participate .background-image .top-grad{background-image:linear-gradient(to bottom,var(--black),transparent);height:100%;left:0;position:absolute;top:0;width:100%;z-index:3}@media (min-width:769px){.participate .background-image .top-grad{height:24.7%}}.participate .background-image .bottom-grad{background-image:linear-gradient(to top,var(--black),transparent);bottom:0;height:24.7%;left:0;position:absolute;width:100%;z-index:3}.participate .background-image .right-grad{background-image:linear-gradient(to left,var(--black),transparent);bottom:0;height:100%;position:absolute;right:0;width:33.88%;z-index:3}.home-gallery{overflow:hidden;padding:8rem 0;z-index:2}.home-gallery .marquee{background:var(--black);grid-column:span 12;padding:2.5rem 0;z-index:3}@media (max-width:768px){.home-gallery .marquee{padding-left:2rem}}.home-gallery .marquee svg{transform:translateY(-.5rem)}.home-gallery .container.background-container{height:100%;left:auto;position:absolute;right:auto;top:50%;transform:translateY(-50%);z-index:1}.home-gallery .gallery-container{background-color:var(--black);padding:6rem 0;width:100%}.home-gallery .container.main-container{background-color:var(--black);padding-right:0!important;z-index:2}.home-gallery .carousel{background-color:var(--black);grid-column:span 12;width:100%;z-index:2}.home-gallery .carousel:before{content:"";float:left;padding-top:21.21212121212121%}.home-gallery .carousel:after{clear:both;content:"";display:block}.home-gallery .carousel-grad{background-image:linear-gradient(to right,var(--black),transparent);height:100%;left:0;pointer-events:none;position:absolute;top:0;width:10%;z-index:4}.home-gallery .controls{align-items:center;border-radius:100%;cursor:pointer;display:flex;height:9rem;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:opacity .15s ease;width:9rem;z-index:10}@media (max-width:768px){.home-gallery .controls{display:none}}.home-gallery .controls:hover .background{transform:scale(1.1)}.home-gallery .controls.next{right:9%}@media (min-width:1400px){.home-gallery .controls.next{right:7.5%}}@media (min-width:1500px){.home-gallery .controls.next{right:10.5%}}@media (min-width:1900px){.home-gallery .controls.next{right:20%}}.home-gallery .controls.next svg{transform:rotate(180deg) translateX(-.3rem)}.home-gallery .controls.prev{left:1rem;transform:translateY(-50%)}.home-gallery .controls.prev svg{transform:translateX(-.3rem)}.home-gallery .controls.swiper-button-disabled{opacity:0}.home-gallery .controls svg{color:#fff;width:1.4rem;z-index:2}.home-gallery .controls .background{background-color:var(--blue);border-radius:100%;transition:transform .15s ease-in-out;z-index:1}.home-gallery .image{border-radius:1rem;overflow:hidden}.home-gallery .image:before{content:"";float:left;padding-top:66.66666666666666%}.home-gallery .image:after{clear:both;content:"";display:block}.home-gallery .image img{-o-object-fit:cover;object-fit:cover}.home-gallery .background-blur{background:var(--blue);border-radius:100%;filter:blur(4.8rem);grid-column:span 12;height:100%;opacity:.4;z-index:1}.home-news{background-color:var(--black);z-index:1}.home-news h2{font-size:3rem;font-weight:700;grid-column:span 12;line-height:1;margin-bottom:3rem;text-align:center;text-transform:uppercase}@media (min-width:769px){.home-news h2{font-size:4rem;margin-bottom:1rem}}.home-news .post-list{display:flex;flex-direction:column;grid-column:span 12}@media (min-width:1250px){.home-news .post-list{grid-column:3/span 8}}.home-news .pagination{display:flex;grid-column:span 12;justify-content:center}@media (max-width:768px){.home-news .pagination{margin-top:3rem}}.home-news .pagination button{align-items:center;background:var(--blue);border-radius:.5rem;color:#fff;cursor:pointer;display:flex;font-size:1.5rem;font-weight:700;line-height:1;min-height:7.2rem;padding:1.8rem 3rem 1.5rem;text-decoration:none;text-transform:uppercase;transition:opacity .3s ease}.home-news .pagination button.facetwp-hidden{display:none}.home-news .pagination button:hover{opacity:.8}.home-news .post{border-bottom:1px solid hsla(207,5%,61%,.4);display:flex;flex-direction:column;margin-bottom:4rem;padding-bottom:4rem;text-decoration:none;width:100%}@media (min-width:769px){.home-news .post{align-items:center;display:grid;gap:3rem;grid-template-columns:repeat(8,1fr)}}.home-news .post:last-child{margin-bottom:1rem}.home-news .image{grid-column:span 3;width:100%}.home-news .image:before{content:"";float:left;padding-top:66.66666666666666%}.home-news .image:after{clear:both;content:"";display:block}@media (max-width:768px){.home-news .image{margin-bottom:3rem}}.home-news .image img{border-radius:2rem;-o-object-fit:cover;object-fit:cover}.home-news .text{color:#fff;grid-column:span 5}.home-news .date{color:var(--red);font-size:1.2rem;line-height:1.33;margin:0}.home-news .date,.home-news h3{font-weight:700;text-transform:uppercase}.home-news h3{font-size:2rem;line-height:1.4;margin:1rem 0}.home-news .excerpt{font-size:1.3rem;font-weight:300;line-height:1.92;margin:0}.scroll-rig{left:3rem;position:fixed;top:50vh;transform:translateY(-50%);z-index:50}@media (max-width:768px){.scroll-rig{display:none}}@media (min-width:1200px){.scroll-rig{left:6rem}}.scroll-rig ul{padding:0}.scroll-rig li{list-style:none}.scroll-rig a.active .diamond-outer{border:1px solid hsla(0,0%,44%,.5)}.scroll-rig a.active .diamond-inner,.scroll-rig a.active .diamond-mid{background-color:var(--blue)}.scroll-rig .diamond{margin:1rem 0;transform:rotate(45deg)}.scroll-rig .diamond-outer{border:1px solid hsla(0,0%,44%,0);height:2.7rem;transition:border-color .3s ease;width:2.7rem}.scroll-rig .diamond-mid{background-color:var(--grey);height:1rem;width:1rem;z-index:2}.scroll-rig .diamond-inner,.scroll-rig .diamond-mid{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:background-color .3s ease}.scroll-rig .diamond-inner{background-color:#fff;height:.8rem;width:.8rem;z-index:3}@media (max-width:768px){.template-news .newsletter-sign-up{padding-top:6rem}}.news-hero{background-color:var(--black);display:flex;padding:15vh 0;pointer-events:all;z-index:1}@media (min-width:769px){.news-hero{padding:25vh 0}}@media (min-width:1200px){.news-hero{min-height:80vh;padding:0}}.news-hero .container{align-items:center;overflow:hidden;z-index:10}@media (max-width:1199px){.news-hero .container{display:flex;flex-direction:column}}.news-hero .image img{-o-object-fit:cover;object-fit:cover;z-index:1}.news-hero .scrim{background-color:var(--black);opacity:.2;z-index:2}.news-hero .top-grad{background-image:linear-gradient(to bottom,var(--black),transparent);top:0}.news-hero .bottom-grad,.news-hero .top-grad{height:15%;left:0;position:absolute;width:100%;z-index:3}.news-hero .bottom-grad{background-image:linear-gradient(to top,var(--black),transparent);bottom:0}.news-hero .left-grad{background-image:linear-gradient(to right,var(--black),transparent);left:0;width:42.91%}.news-hero .left-grad,.news-hero .right-grad{bottom:0;height:100%;position:absolute;z-index:3}.news-hero .right-grad{background-image:linear-gradient(to left,var(--black),transparent);right:0;width:60%}.news-hero .main-news-item{align-items:flex-start;display:flex;flex-direction:column;grid-column:span 6}.news-hero .main-news-item h1{font-size:4rem;font-weight:700;line-height:1.125;margin:0 0 2rem;max-width:30ch;text-transform:uppercase}@media (min-width:1200px){.news-hero .main-news-item h1{max-width:20ch}}.news-hero .main-news-item h2{font-size:1.5rem;margin:0 0 4rem;max-width:75ch}@media (min-width:1200px){.news-hero .main-news-item h2{max-width:65ch}}.news-hero .marquee{bottom:5vh;left:0;position:absolute;width:100%;z-index:5}@media (max-width:768px){.news-hero .marquee{display:none}}.news-hero .marquee p{font-size:3.5rem}.news-hero .trending{border:1px solid #fff;border-radius:2rem;grid-column:9/span 4;padding:2.5rem 2rem}@media (max-width:1199px){.news-hero .trending{display:none}}.news-hero .trending ul{margin:0;padding:0}.news-hero .trending li{list-style:none;margin:0 0 1.5rem;padding:0}.news-hero .trending li:last-child{margin:0}.news-hero .trending p{color:#fff;font-size:1.5rem;font-weight:700;letter-spacing:.05em;line-height:1.33;margin:0;text-transform:uppercase;transition:color .3s ease}.news-hero .trending a{text-decoration:none}.news-hero .trending a:hover p{color:var(--red)}.news-hero .trending .number{color:var(--red);font-size:1.2rem;font-style:italic;margin-bottom:.5rem}.news-hero .trending .heading{margin-bottom:2rem}.news-list{background-color:#fff;border-radius:2rem;margin:-2rem 0;overflow:hidden;padding:5rem 0;z-index:2}@media (min-width:1000px){.news-list{padding:9rem 0}}.news-list>.container{pointer-events:all}.news-list .post-list{grid-column:span 12;pointer-events:all}.news-list .post-list>.container{margin-bottom:3rem}.news-list .heading-search{display:flex;flex-direction:column;grid-column:span 12;margin-bottom:1rem}@media (min-width:1000px){.news-list .heading-search{align-items:center;flex-direction:row;justify-content:space-between}}.news-list .heading-search .facetwp-facet{flex-shrink:0;margin:2rem 0 0}@media (min-width:1000px){.news-list .heading-search .facetwp-facet{margin:0 0 0 2rem}}.news-list .heading{color:#000;font-size:4rem;font-weight:700;grid-column:span 12;line-height:1;margin:0;text-transform:uppercase}.news-list .card{border-radius:2rem;box-shadow:0 5px 10px rgba(0,0,0,.18);color:#fff;grid-column:span 12;margin-bottom:2rem;opacity:0;overflow:hidden;text-align:left;text-decoration:none}.news-list .card:before{content:"";float:left;padding-top:56.25%}.news-list .card:after{clear:both;content:"";display:block}@media (min-width:1150px){.news-list .card{grid-column:span 4;margin-bottom:0}.news-list .card:before{content:"";float:left;padding-top:75.71428571428571%}.news-list .card:after{clear:both;content:"";display:block}}.news-list .card[data-size=small] .type-icon[data-type=videos] svg{width:.9rem}.news-list .card[data-size=small] .type-icon[data-type=photos] svg{width:1.5rem}.news-list .card[data-size=medium]{grid-column:span 12}.news-list .card[data-size=medium]:before{content:"";float:left;padding-top:56.25%}.news-list .card[data-size=medium]:after{clear:both;content:"";display:block}@media (min-width:1150px){.news-list .card[data-size=medium]{grid-column:span 6}.news-list .card[data-size=medium]:before{content:"";float:left;padding-top:75%}.news-list .card[data-size=medium]:after{clear:both;content:"";display:block}}.news-list .card[data-size=medium] .title{font-size:1.5rem}@media (min-width:850px){.news-list .card[data-size=medium] .title{font-size:2rem}}.news-list .card[data-size=medium] .type-icon{height:4.6rem;width:4.6rem}@media (max-width:768px){.news-list .card[data-size=medium] .type-icon{height:3rem;width:3rem}.news-list .card[data-size=medium] .type-icon[data-type=photos] svg{height:1.5rem;width:1.5rem}}.news-list .card[data-size=medium] .type-icon[data-type=videos] svg{transform:translateX(.2rem)}@media (max-width:768px){.news-list .card[data-size=medium] .type-icon[data-type=videos] svg{height:.9rem;width:.9rem}}.news-list .card[data-size=large]{grid-column:span 12}.news-list .card[data-size=large]:before{content:"";float:left;padding-top:56.25%}.news-list .card[data-size=large]:after{clear:both;content:"";display:block}@media (min-width:1150px){.news-list .card[data-size=large]{padding:5rem 6rem}.news-list .card[data-size=large]:before{content:"";float:left;padding-top:42.79279279279279%}.news-list .card[data-size=large]:after{clear:both;content:"";display:block}.news-list .card[data-size=large] .text{padding:5rem 6rem}}.news-list .card[data-size=large] .type-icon{height:4.6rem;width:4.6rem}@media (max-width:768px){.news-list .card[data-size=large] .type-icon[data-type=photos] svg{height:1.5rem;width:1.5rem}}.news-list .card[data-size=large] .type-icon[data-type=videos] svg{transform:translateX(.2rem)}@media (max-width:768px){.news-list .card[data-size=large] .type-icon[data-type=videos] svg{height:.9rem;width:.9rem}}.news-list .card[data-size=large] .title{font-size:1.5rem}@media (min-width:850px) and (max-width:1149px){.news-list .card[data-size=large] .title{font-size:2rem}}@media (min-width:1150px){.news-list .card[data-size=large] .title{font-size:3rem;max-width:25ch}}.news-list .card[data-size=large] .image .grad{background:linear-gradient(240deg,rgba(0,44,255,0) 30%,rgba(0,0,0,.7) 55%);bottom:auto;height:100%;top:0;width:70%}.news-list .text{display:flex;flex-direction:column;justify-content:flex-end;padding:2rem 3rem;z-index:5}.news-list .type-icon{align-items:center;background-color:#fff;border-radius:50%;display:flex;flex-shrink:0;height:3rem;justify-content:center;margin-bottom:1.2rem;width:3rem}.news-list .type-icon[data-type=videos] svg{transform:translateX(.2rem)}.news-list .title{font-size:1.5rem;font-weight:700;line-height:1.46;margin:0;text-transform:uppercase;z-index:5}@media (min-width:850px) and (max-width:1150px){.news-list .title{font-size:2rem}}.news-list .excerpt{margin:1.5rem 0 0;max-width:65ch;z-index:5}@media (max-width:800px){.news-list .excerpt{display:none}}.news-list .image{z-index:1}.news-list .image img{-o-object-fit:cover;object-fit:cover;z-index:1}.news-list .image .grad{background:linear-gradient(transparent,#000);bottom:0;height:50%;left:0;position:absolute;width:100%;z-index:2}.news-list .filters{align-items:flex-start;display:flex;grid-column:span 12;justify-content:space-between;width:calc(100% + 2rem)}@media (min-width:769px){.news-list .filters{width:100%}}.news-list .type-filters{align-items:center;display:flex;margin:2rem 0 4rem;max-width:100%}@media (min-width:769px){.news-list .type-filters{margin:0 0 4rem}}.news-list .type-filters .label{color:#000;font-size:1.2rem;font-weight:500;letter-spacing:.15em;line-height:1;margin:0 1.5rem 0 0;text-transform:uppercase;transform:translateY(.2rem)}.news-list .facetwp-type-radio{align-items:center;color:#000;display:flex;margin:0}@media (max-width:768px){.news-list .facetwp-type-radio{-ms-overflow-style:none;display:grid;grid-auto-columns:-webkit-min-content;grid-auto-columns:min-content;grid-auto-flow:column;overflow:auto;scrollbar-width:none}.news-list .facetwp-type-radio::-webkit-scrollbar{display:none}}.news-list .facetwp-type-radio.is-loading{opacity:1}.news-list .facetwp-type-radio .facetwp-radio{background:none;background-size:0;border:1px solid #bababa;border-radius:10rem;font-size:1.5rem;font-weight:700;line-height:1rem;margin:0 1rem 0 0;padding:1.5rem 3rem 1.1rem;text-transform:uppercase;transition:border-color .3s ease,background-color .3s ease,color .3s ease}.news-list .facetwp-type-radio .facetwp-radio:hover:not(.checked){border-color:#000}.news-list .facetwp-type-radio .facetwp-radio.checked{background-color:var(--blue);border-color:var(--blue);color:#fff;pointer-events:none}.news-list .facetwp-type-radio .facetwp-display-value{line-height:1;padding-right:0}.news-list .facetwp-type-radio .facetwp-counter{display:none}@media (max-width:1100px){.news-list .order{display:none}}@media (max-width:800px){.news-list .search{width:100%}}.news-list .facetwp-type-sort{font-family:var(--avant);font-size:1.5rem;line-height:1.2;margin:0}@media (max-width:1100px){.news-list .facetwp-type-sort{display:none}}.news-list .facetwp-type-sort.is-loading{opacity:1}.news-list .facetwp-type-sort select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;background-image:url(../images/icon-down-chevron.svg);background-position:right 1.5rem center;background-repeat:no-repeat;border:1px solid #bababa;border-radius:10rem;font-family:var(--avant);font-size:1.5rem;font-weight:700!important;margin:0;min-height:4.2rem;padding:1.5rem 4rem 1rem 2.5rem;text-transform:uppercase;transition:border-color .3s ease,background-color .3s ease,color .3s ease}.news-list .no-results{align-items:center;color:#000;display:flex;flex-direction:column;font-size:2rem;font-weight:700;grid-column:span 12;line-height:1;margin:6rem 0 0;text-align:center;text-transform:uppercase}.news-list .reset-search{display:flex;grid-column:span 12;justify-content:center}.news-list .facetwp-type-reset{margin-bottom:0}.news-list .facetwp-type-reset button,.news-list .facetwp-type-reset facetwp-facet-reset{align-items:center;background-color:var(--blue);border-radius:.5rem;color:#fff;display:flex;font-family:var(--avant);font-size:1.5rem;font-weight:700;line-height:1;margin-top:4rem;min-height:7.2rem;padding:1.8rem 3rem 1.3rem;text-decoration:none;text-transform:uppercase;transition:opacity .3s ease}@media (max-width:500px){.news-list .facetwp-input-wrap{width:100%}}.news-list .facetwp-search{background-image:url(../images/icon-search.svg);background-position:calc(100% - 2.5rem);background-repeat:no-repeat;border:1px solid #bababa;border-radius:10rem;color:#989da1;font-family:var(--avant);font-size:1.5rem;line-height:1.2;min-width:0!important;padding:1.8rem 5rem 1.4rem 3rem!important;width:100%}@media (min-width:500px){.news-list .facetwp-search{min-width:34rem!important}}.news-list .load-more .container{align-items:center}@media (min-width:769px){.news-list .load-more .container{justify-content:center}}.news-list .load-more .facetwp-facet{margin-bottom:0}.news-list .load-more .facetwp-facet button{align-items:center;background-color:var(--blue);border-radius:.5rem;color:#fff;display:flex;font-family:var(--avant);font-size:1.5rem;font-weight:700;line-height:1;margin-top:2rem;min-height:7.2rem;padding:1.8rem 3rem 1.3rem;text-decoration:none;text-transform:uppercase;transition:opacity .3s ease}.news-list .load-more .facetwp-facet button.facetwp-hidden{display:none}.videos-hero{background-color:var(--black);display:flex;overflow:hidden;pointer-events:all;z-index:1}@media (max-width:500px){.videos-hero{flex-direction:column;height:auto}}@media (min-width:769px){.videos-hero{align-items:center}}.videos-hero .container{align-items:center;overflow:hidden;z-index:10}@media (min-width:769px) and (max-width:900px){.videos-hero .container{display:flex;justify-content:center}}@media (max-width:768px){.videos-hero .container{height:100%}}.videos-hero .text{grid-column:span 12;padding:12vh 0 10vh;text-align:center}@media (min-width:1000px){.videos-hero .text{padding:23vh 0 21vh}}.videos-hero h1{color:#fff;font-size:3.5rem;font-weight:700;line-height:1.1;margin:0;text-transform:uppercase}@media (min-width:769px){.videos-hero h1{font-size:5rem}}@media (min-width:1300px){.videos-hero h1{font-size:7rem}}.videos-hero h2{color:var(--red);font-size:2.5rem;font-weight:700;line-height:1.2;margin:0 0 1rem;text-transform:uppercase}@media (min-width:769px){.videos-hero h2{font-size:3rem}}.videos-hero .large-background-text{-webkit-text-stroke:1px #707070;color:transparent;font-size:clamp(10rem,20vw,20rem);font-weight:700;left:50%;line-height:1;position:absolute;text-transform:uppercase;top:50%;transform:translate(-50%,-35%);z-index:4}@media (min-width:1100px){.videos-hero .large-background-text{font-size:20.5rem}}.videos-hero .image img{-o-object-fit:cover;object-fit:cover;z-index:1}.videos-hero .pattern-left{height:100%;left:0;min-width:45rem;position:absolute;top:0;width:39.5%;z-index:4}@media (max-width:768px){.videos-hero .pattern-left{opacity:.4}}.videos-hero .pattern-left svg{height:100%;left:0;position:absolute;top:0;width:100%}.videos-hero .pattern-right{height:100%;min-width:29rem;position:absolute;right:0;top:0;width:17.35%;z-index:4}@media (max-width:768px){.videos-hero .pattern-right{display:none}}.videos-hero .pattern-right svg{height:100%;left:0;position:absolute;top:0;width:100%}.videos-hero .scrim{background-color:var(--black);opacity:.2;z-index:2}.videos-hero .top-grad{background-image:linear-gradient(to bottom,var(--black),transparent);top:0}.videos-hero .bottom-grad,.videos-hero .top-grad{height:15%;left:0;position:absolute;width:100%;z-index:3}.videos-hero .bottom-grad{background-image:linear-gradient(to top,var(--black),transparent);bottom:0}.videos-hero .left-grad{background-image:linear-gradient(to right,var(--black),transparent);bottom:0;height:100%;left:0;position:absolute;width:42.91%;z-index:3}.videos-hero .right-grad{background-image:linear-gradient(to left,var(--black),transparent);bottom:0;height:100%;position:absolute;right:0;width:60%;z-index:3}.template-videos .filters{margin:2rem 0 0}@media (min-width:769px){.template-videos .filters{margin:0 0 2rem}}.single-news-hero{align-items:center;background-color:var(--black);display:flex;overflow:hidden;pointer-events:all;z-index:1}@media (min-width:769px){.single-news-hero{height:80vh}}.single-news-hero h1{font-size:4rem;font-weight:700;grid-column:span 12;line-height:1;margin-bottom:1rem;max-width:16ch;text-transform:uppercase}@media (max-width:768px){.single-news-hero h1{margin:14rem 0 2rem}}@media (min-width:769px){.single-news-hero h1{font-size:7rem;margin-bottom:1rem;margin-top:auto}}@media (min-width:1900px){.single-news-hero h1{max-width:20ch}}.single-news-hero .excerpt{grid-column:span 12;margin-bottom:6rem;max-width:900px;width:80%}@media screen and (min-width:768px){.single-news-hero .excerpt{font-size:20px;margin-bottom:3rem}}@media (min-width:769px){.single-news-hero .spacer{display:none}}.single-news-hero .container{z-index:5}@media (max-width:768px){.single-news-hero .container{height:100%;justify-content:space-between}}.single-news-hero .buttons{grid-column:span 12}@media (max-width:768px){.single-news-hero .buttons{margin-bottom:2rem}}.single-news-hero button{cursor:pointer;margin-right:2rem}.single-news-hero button:hover .play svg{color:var(--red)}.single-news-hero button .play{align-items:center;background-color:#fff;border-radius:100%;display:flex;flex-shrink:0;height:3.6rem;justify-content:center;margin-left:-1rem;margin-right:1rem;width:3.6rem}.single-news-hero button .play svg{color:var(--blue);transition:color .3s ease;width:1.2rem}.single-news-hero .background-image{z-index:1}.single-news-hero .background-image img{-o-object-fit:cover;object-fit:cover;z-index:1}.single-news-hero .background-image .top-grad{background-image:linear-gradient(to bottom,var(--black),transparent);height:14%;left:0;position:absolute;top:0;width:100%;z-index:3}.single-news-hero .background-image .bottom-grad{background-image:linear-gradient(to top,var(--black),transparent);bottom:0;height:31.25%;left:0;position:absolute;width:100%;z-index:3}.single-news-hero .background-image .left-grad{left:0}.single-news-hero .background-image .left-grad,.single-news-hero .background-image .left-grad-2{background-image:linear-gradient(to right,var(--black),transparent);bottom:0;height:100%;position:absolute;width:54.51%;z-index:3}.single-news-hero .background-image .left-grad-2{left:7.98%}.single-news-hero .background-image .right-grad{background-image:linear-gradient(to left,var(--black),transparent);bottom:0;height:100%;position:absolute;right:0;width:33.88%;z-index:2}.single-news-content{background-color:#fff;border-radius:2rem;color:var(--black);margin:-2rem 0;padding-bottom:6rem;padding-top:4rem;z-index:2}@media (min-width:769px){.single-news-content{padding-bottom:9rem;padding-top:9rem}}.single-news-content .back{grid-column:span 12;grid-row:1}@media (max-width:999px){.single-news-content .back{padding:0 0 2rem}}@media (min-width:1000px){.single-news-content .back{grid-column:1/span 2}}.single-news-content .back .icon{align-items:center;border:1px solid #989da1;border-radius:100%;display:flex;height:3.4rem;justify-content:center;margin-right:1.5rem;width:3.4rem}@media (min-width:1000px){.single-news-content .back .icon{height:6.8rem;margin-right:0;width:6.8rem}}.single-news-content .back .icon svg{transform:translateX(-1px);width:.5rem}@media (min-width:1000px){.single-news-content .back .icon svg{transform:translateX(0);width:1rem}}.single-news-content .back a{align-items:center;color:var(--black);display:flex;font-size:1.5rem;font-weight:700;line-height:1.5;pointer-events:all;text-decoration:none;text-transform:uppercase}@media (min-width:1000px){.single-news-content .back a{flex-direction:column}}.single-news-content .back a:hover .text{color:var(--blue)}.single-news-content .back .text{margin-top:.5rem;transition:color .3s ease}@media (min-width:1000px){.single-news-content .back .text{margin-top:1rem}}.single-news-content .content-builder{grid-column:span 12;grid-row:1}@media (min-width:1200px){.single-news-content .content-builder{grid-column:3/span 7;grid-row:1}}.single-news-content .cta{display:flex;grid-column:span 12;grid-row:3;justify-content:flex-start;margin-top:3rem}@media (min-width:1200px){.single-news-content .cta{grid-column:3/span 7;grid-row:2}}.single-news-content .share-links{color:#fff;grid-column:span 12}@media (min-width:1200px){.single-news-content .share-links{grid-column:3/span 7}}.single-news-content .share-links .heading{color:#000;font-size:2rem;font-weight:700;line-height:1;margin:4rem 0 2rem;text-transform:uppercase}.single-news-content .socials{display:grid;gap:1rem;grid-template-columns:repeat(3,1fr);list-style-type:none;padding:0;width:19.1rem}@media (min-width:769px){.single-news-content .socials{justify-content:flex-start}}@media (min-width:1100px) and (max-width:1300px){.single-news-content .socials{align-items:flex-start;flex-direction:column}}.single-news-content .socials a{align-items:center;color:rgba(var(--blue),.5);display:flex;height:5.7rem;justify-content:center;transition:color .3s ease;width:5.7rem}.single-news-content .socials a:hover{color:rgba(var(--blue),1)}.single-news-content .socials a:hover:before{transform:scale(1.1)}.single-news-content .socials a svg{z-index:2}.single-news-content .socials a:before{background-color:var(--blue);border-radius:100%;content:"";height:100%;left:0;position:absolute;top:0;transition:transform .15s ease-in-out;width:100%;z-index:1}.single-news .news-grid{background-color:#fff;padding-bottom:9rem;z-index:2}.single-news .news-grid .heading:before{border-top:2px solid #dfe7ed;content:"";display:block;grid-column:span 12;padding-top:8rem}.single-news .news-grid .cta{margin-top:3rem}.text-page-hero{z-index:1}.text-page-hero:before{background-color:#fff;border-top-left-radius:2rem;border-top-right-radius:2rem;bottom:0;content:"";height:4rem;left:0;position:absolute;width:100%;z-index:3}.text-page-hero h1{font-size:4rem;font-weight:700;grid-column:span 12;line-height:1;margin:0;padding:12rem 0 14rem;text-transform:uppercase}@media (min-width:769px){.text-page-hero h1{font-size:7rem;padding:17rem 0 19rem}}.text-page-hero .container{z-index:5}.text-page-hero .image{z-index:1}.text-page-hero .image img{-o-object-fit:cover;object-fit:cover}.text-content{padding:0 0 8rem}@media (min-width:769px){.text-content{padding:4rem 0 8rem}}.text-content h1{font-size:4rem;font-weight:400;text-transform:uppercase}.text-content .back{grid-column:span 12;grid-row:1}@media (max-width:999px){.text-content .back{padding:0 0 2rem}}@media (min-width:1000px){.text-content .back{grid-column:1/span 2}}.text-content .back .icon{align-items:center;border:1px solid #989da1;border-radius:100%;display:flex;height:3.4rem;justify-content:center;margin-right:1.5rem;width:3.4rem}@media (min-width:1000px){.text-content .back .icon{height:6.8rem;margin-right:0;width:6.8rem}}.text-content .back .icon svg{transform:translateX(-1px);width:.5rem}@media (min-width:1000px){.text-content .back .icon svg{transform:translateX(0);width:1rem}}.text-content .back a{align-items:center;color:var(--black);display:flex;font-size:1.5rem;font-weight:700;line-height:1.5;pointer-events:all;text-decoration:none;text-transform:uppercase}@media (min-width:1000px){.text-content .back a{flex-direction:column}}.text-content .back a:hover .text{color:var(--blue)}.text-content .back .text{margin-top:.5rem;transition:color .3s ease}@media (min-width:1000px){.text-content .back .text{margin-top:1rem}}.text-content .prose{color:var(--black);grid-row:2}@media (min-width:769px){.text-content .prose{grid-column:span 12}}@media (min-width:1000px){.text-content .prose{grid-column:3/span 7;grid-row:1}}.text-content .prose [data-scroll-to]{cursor:pointer;text-decoration:underline}.text-content .prose [data-scroll-to]:hover{text-decoration:none}.rules-hero{align-items:flex-start;background-color:var(--black);display:flex;overflow:hidden;pointer-events:all;z-index:1}.rules-hero h1{font-size:3rem;font-weight:700;grid-column:span 12;line-height:1;margin:0;max-width:16ch;text-transform:uppercase}@media (min-width:1200px){.rules-hero h1{font-size:4rem}}.rules-hero h1 strong{color:var(--red)}.rules-hero .container{z-index:5}@media (max-width:768px){.rules-hero .container{height:100%;justify-content:space-between}}@media (max-width:999px){.rules-hero .container{display:flex;flex-direction:column}}.rules-hero .buttons{grid-column:span 12}@media (max-width:768px){.rules-hero .buttons{margin-bottom:2rem}}.rules-hero button{cursor:pointer;margin-right:2rem;pointer-events:all}.rules-hero button:hover .play svg{color:var(--red)}.rules-hero button .play{align-items:center;background-color:#fff;border-radius:100%;display:flex;flex-shrink:0;height:3.6rem;justify-content:center;margin-left:-1rem;margin-right:1rem;width:3.6rem}.rules-hero button .play svg{color:var(--blue);transition:color .3s ease;width:1.2rem}.rules-hero .left{align-items:center;display:flex;flex-direction:column;grid-column:span 4;height:100vh;justify-content:flex-start;padding:20vh 0 5vh;z-index:1}@media (min-width:769px){.rules-hero .left{height:auto;padding:18vh 0 10vh}}@media (min-width:1400px){.rules-hero .left{padding:27vh 0 10vh}}.rules-hero .logo{margin:3vh 0 7vh;width:100%}@media (max-width:1000px){.rules-hero .logo{max-width:25rem}}.rules-hero .scroll{align-items:center;display:flex;flex-direction:column;margin-top:5vh;text-align:center;z-index:5}@media (max-width:768px){.rules-hero .scroll{margin-top:auto}}.rules-hero .scroll p{font-size:1.2rem;font-weight:700;line-height:1.33;text-transform:uppercase}.rules-hero .scroll .icon{align-items:center;border:1px solid #989da1;border-radius:1.3rem;display:flex;flex-direction:column;padding:1.5rem 0;width:2.6rem}.rules-hero .scroll .triangle{border-left:.5rem solid transparent;border-right:.5rem solid transparent;border-top:.9rem solid var(--red);height:0;margin-bottom:.2rem;width:0}.rules-hero .scroll .triangle:last-child{margin-bottom:0}.rules-hero .background-video{z-index:1}@media (max-width:768px){.rules-hero .background-video{height:100vh}}.rules-hero .background-video video{-o-object-fit:cover;object-fit:cover;z-index:1}.rules-hero .background-video .top-grad{background-image:linear-gradient(to bottom,var(--black),transparent);height:14%;left:0;position:absolute;top:0;width:100%;z-index:3}.rules-hero .background-video .bottom-grad{background-image:linear-gradient(to top,var(--black),transparent);bottom:0;height:25%;left:0;position:absolute;width:100%;z-index:3}.rules-hero .background-video .left-grad{left:0;width:40%}.rules-hero .background-video .left-grad,.rules-hero .background-video .left-grad-2{background-image:linear-gradient(to right,var(--black),transparent);bottom:0;height:100%;position:absolute;z-index:3}.rules-hero .background-video .left-grad-2{left:7.98%;width:30%}.rules-hero .background-video .right-grad{background-image:linear-gradient(to left,var(--black),transparent);bottom:0;height:100%;position:absolute;right:0;width:33.88%;z-index:2}.rules-hero .right{display:grid;gap:3rem;grid-column:6/span 7;grid-template-columns:repeat(2,1fr);padding:3rem 0 10vh;z-index:3}@media (min-width:769px){.rules-hero .right{padding:18vh 0 10vh}}@media (min-width:1400px){.rules-hero .right{grid-template-columns:repeat(7,1fr);padding:27vh 0 10vh}}.rules-hero .rules-column{display:flex;flex-direction:column}.rules-hero .rules-left-column{grid-column:span 1}@media (min-width:1400px){.rules-hero .rules-left-column{grid-column:1/span 3}}.rules-hero .rules-right-column{grid-column:span 1}@media (min-width:1400px){.rules-hero .rules-right-column{grid-column:5/span 3}}.rules-hero .rule{display:flex;flex-direction:column;margin-bottom:3rem}.rules-hero .rule:last-child{margin-bottom:0}.rules-hero .rule .number{color:var(--red);font-size:1.2rem;font-weight:700;line-height:1;margin-bottom:0}.rules-hero .rule .heading{font-size:2rem;font-weight:700;letter-spacing:.03em;line-height:1;margin:1rem 0 1.5rem;text-transform:uppercase}@media (min-width:1000px){.rules-hero .rule .heading{font-size:3rem}}.rules-hero .rule .text{font-size:1.6rem;line-height:1.25}@media (min-width:769px){.rules-hero .rule .text{font-size:2rem}}.rules-hero .cover-gradient{background-image:linear-gradient(180deg,transparent,#000);bottom:0;height:30%;left:0;pointer-events:none;position:absolute;width:100vw;z-index:2}.template-rules .single-news-content{background-color:#fff;border-top-left-radius:2rem;border-top-right-radius:2rem;margin-top:-2rem;z-index:2}.strikers-hero{background-color:var(--black);display:flex;overflow:hidden;pointer-events:all;z-index:1}@media (max-width:500px){.strikers-hero{flex-direction:column;height:auto}}@media (min-width:769px){.strikers-hero{align-items:center}}.strikers-hero .container{align-items:center;overflow:hidden;z-index:10}@media (min-width:769px) and (max-width:900px){.strikers-hero .container{display:flex;justify-content:center}}@media (max-width:768px){.strikers-hero .container{height:100%}}.strikers-hero .text{grid-column:span 12;padding:12vh 0 10vh;text-align:center}@media (min-width:1000px){.strikers-hero .text{padding:23vh 0 21vh}}.strikers-hero h1{color:#fff;font-size:3.5rem;font-weight:700;line-height:1.1;margin:0;text-transform:uppercase}@media (min-width:769px){.strikers-hero h1{font-size:5rem}}@media (min-width:1300px){.strikers-hero h1{font-size:7rem}}.strikers-hero h2{color:var(--red);font-size:2.5rem;font-weight:700;line-height:1.2;margin:0 0 1rem;text-transform:uppercase}@media (min-width:769px){.strikers-hero h2{font-size:3rem}}.strikers-hero .large-background-text{-webkit-text-stroke:1px #707070;color:transparent;font-size:clamp(10rem,20vw,20rem);font-weight:700;left:50%;line-height:1;position:absolute;text-transform:uppercase;top:50%;transform:translate(-50%,-35%);z-index:4}@media (min-width:1100px){.strikers-hero .large-background-text{font-size:20.5rem}}.strikers-hero .image img{-o-object-fit:cover;object-fit:cover;z-index:1}.strikers-hero .pattern-left{height:100%;left:0;min-width:45rem;position:absolute;top:0;width:39.5%;z-index:4}@media (max-width:768px){.strikers-hero .pattern-left{opacity:.4}}.strikers-hero .pattern-left svg{height:100%;left:0;position:absolute;top:0;width:100%}.strikers-hero .pattern-right{height:100%;min-width:29rem;position:absolute;right:0;top:0;width:17.35%;z-index:4}@media (max-width:768px){.strikers-hero .pattern-right{display:none}}.strikers-hero .pattern-right svg{height:100%;left:0;position:absolute;top:0;width:100%}.strikers-hero .scrim{background-color:var(--black);opacity:.2;z-index:2}.strikers-hero .top-grad{background-image:linear-gradient(to bottom,var(--black),transparent);top:0}.strikers-hero .bottom-grad,.strikers-hero .top-grad{height:15%;left:0;position:absolute;width:100%;z-index:3}.strikers-hero .bottom-grad{background-image:linear-gradient(to top,var(--black),transparent);bottom:0}.strikers-hero .left-grad{background-image:linear-gradient(to right,var(--black),transparent);bottom:0;height:100%;left:0;position:absolute;width:42.91%;z-index:3}.strikers-hero .right-grad{background-image:linear-gradient(to left,var(--black),transparent);bottom:0;height:100%;position:absolute;right:0;width:60%;z-index:3}.stikers-list{background-color:var(--black);background-color:#fff;border-radius:2rem;margin-top:-2rem;padding:2rem 0 3rem;z-index:4}@media (min-width:769px){.stikers-list{padding:6rem 0 9rem}}.stikers-list h2{color:var(--black);font-size:4rem;font-weight:700;grid-column:span 12;line-height:1.2;margin-bottom:6rem;text-align:center;text-transform:uppercase}.stikers-list .circular-icon{left:50%;position:absolute;top:0;transform:translate(-50%,-50%);width:4rem;z-index:5}@media (min-width:769px){.stikers-list .circular-icon{width:6.5rem}}@media (min-width:1200px){.stikers-list .circular-icon{width:8.5rem}}.stikers-list .container{gap:2rem;z-index:2}@media (min-width:1300px){.stikers-list .container{gap:3rem}}.stikers-list .container.cards-container{display:flex;flex-wrap:wrap;justify-content:center}@media (max-width:768px){.stikers-list .container.cards-container{flex-direction:row}}.stikers-list .card{border-radius:2rem;box-shadow:0 .5rem 1rem rgba(0,0,0,.18);color:var(--black);flex-shrink:0;overflow:hidden;text-decoration:none;width:100%}@media (min-width:500px){.stikers-list .card{width:calc(50% - 3rem)}}@media (min-width:769px){.stikers-list .card{width:calc(33.33% - 2rem)}}@media (min-width:1300px){.stikers-list .card{width:calc(25% - 2.25rem)}}.stikers-list .card .image{background-color:var(--blue);background-image:url(../images/card-background-slap.svg);background-position:50%;background-repeat:no-repeat;background-size:cover;overflow:hidden;pointer-events:none}.stikers-list .card .image:before{content:"";float:left;padding-top:66.66666666666666%}.stikers-list .card .image:after{clear:both;content:"";display:block}.stikers-list .card .image .inner{height:calc(100% + 2rem);left:0;margin:0 auto;position:absolute;right:0;top:-2rem;width:65%}.stikers-list .card .image img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center top;object-position:center top;width:100%}.stikers-list .card .text{padding:3rem 1.5rem 4rem;text-align:center}.stikers-list .card p{margin:0}.stikers-list .card h3{font-size:2rem;font-weight:400;line-height:1;margin:0;text-transform:uppercase}@media (min-width:769px){.stikers-list .card h3{font-size:1.5rem}}@media (min-width:1000px){.stikers-list .card h3{font-size:2rem}}.stikers-list .card h3.bold{font-weight:700}.stikers-list .card .nickname{font-size:2rem;font-weight:700;line-height:1;margin:0 0 .5rem;text-transform:uppercase}@media (min-width:769px){.stikers-list .card .nickname{font-size:1.5rem}}@media (min-width:1000px){.stikers-list .card .nickname{font-size:2rem}}.stikers-list .card .location{font-size:1.2rem;font-weight:400;letter-spacing:.12em;margin:0 0 2.5rem;text-transform:uppercase}.stikers-list .card .champion-badge{color:#c4a257;display:block;font-size:1.4rem;font-weight:700;letter-spacing:.3em;margin-bottom:2rem;margin-top:-1.5rem;text-transform:uppercase}.stikers-list .card .ranking-number{color:var(--blue);font-size:1.5rem;font-weight:700;line-height:1.5;margin:0;text-transform:uppercase}.stikers-list .card .weight-class{margin:.5rem 0 .7rem}.stikers-list .card .record,.stikers-list .card .weight-class{color:#989da1;font-size:1.2rem;font-weight:400;letter-spacing:.12em;line-height:1.5;text-transform:uppercase}.stikers-list .load-more{margin-top:2rem}.stikers-list .load-more .container{align-items:center}@media (min-width:769px){.stikers-list .load-more .container{justify-content:center}}.stikers-list .load-more .facetwp-facet{margin-bottom:0}.stikers-list .load-more .facetwp-facet button{align-items:center;background-color:var(--blue);border-radius:.5rem;color:#fff;display:flex;font-family:var(--avant);font-size:1.5rem;font-weight:700;line-height:1;margin-top:2rem;min-height:7.2rem;padding:1.8rem 3rem 1.3rem;text-decoration:none;text-transform:uppercase;transition:opacity .3s ease}.stikers-list .load-more .facetwp-facet button.facetwp-hidden{display:none}.template-strikers .image-carousel{padding:0}.template-strikers .image-carousel .gallery-container{padding:7.5rem 0}@media (min-width:769px){.template-strikers .image-carousel .gallery-container{padding:15rem 0}}.template-strikers .image-carousel .background-blur{height:90%}.template-strikers .news-grid{background:#000}.template-strikers .news-grid .heading{color:#fff}.template-strikers .news-grid .cta{margin-top:3rem}.template-strikers .load-more-container{display:flex;justify-content:center;width:100%}.template-strikers .load-more-container .facetwp-facet{margin:5rem 0 0}.template-strikers .load-more-container .facetwp-hidden{display:none}.template-strikers .load-more-container button{align-items:center;background-color:var(--blue);border-radius:.5rem;color:#fff;display:flex;font-family:var(--avant);font-size:1.5rem;font-weight:700;line-height:1;min-height:7.2rem;padding:1.8rem 3rem 1.5rem;text-decoration:none;text-transform:uppercase;transition:opacity .3s ease}.template-strikers .load-more-container button:hover{opacity:.8}.single-striker-hero{align-items:flex-start;background-color:var(--blue);display:flex;overflow:hidden;z-index:1}@media (max-width:600px){.single-striker-hero{display:flex;flex-direction:column-reverse}}.single-striker-hero h1{font-size:4rem;font-weight:700;grid-column:span 12;line-height:1;margin:0 0 2rem;text-transform:uppercase}@media (min-width:769px){.single-striker-hero h1{font-size:7rem;margin:0 0 4rem}}.single-striker-hero h2{font-size:2rem;font-weight:700;grid-column:span 12;line-height:1;margin:0 0 1.8rem;text-transform:uppercase}@media (min-width:769px){.single-striker-hero h2{font-size:3rem}}.single-striker-hero .ranking{font-size:2rem;font-weight:700;grid-column:span 12;line-height:1;margin:0 0 1rem;text-transform:uppercase}.single-striker-hero .record{font-size:1.6rem;font-weight:400;line-height:1}@media (min-width:769px){.single-striker-hero .record{font-size:2rem}}.single-striker-hero .container{height:100%;justify-content:space-between;z-index:5}@media (min-width:1000px){.single-striker-hero .container{display:flex;flex-direction:column}}@media (min-width:769px){.single-striker-hero .container{padding-top:6rem}}.single-striker-hero .text{grid-column:span 12;padding:0}@media (max-width:600px){.single-striker-hero .text{transform:translateY(-4rem)}}@media (min-width:600px){.single-striker-hero .text{padding:30vh 0}}.single-striker-hero .champion-badge{margin-bottom:1rem}.single-striker-hero .gold{color:#c4a257;display:block;font-size:1.4rem;font-weight:700;letter-spacing:.3em;text-transform:uppercase}.single-striker-hero .pattern{pointer-events:none;z-index:2}.single-striker-hero .pattern svg{height:100%}.single-striker-hero .pattern-left{background-color:var(--blue);-webkit-clip-path:polygon(0 0,21% 0,57% 100%,0 100%);clip-path:polygon(0 0,21% 0,57% 100%,0 100%)}@media (max-width:600px){.single-striker-hero .pattern-left{display:none}}.single-striker-hero .pattern-right{display:flex;justify-content:flex-end}@media (max-width:1250px){.single-striker-hero .pattern-right{display:none}}.single-striker-hero .blue-grad{background:linear-gradient(240deg,rgba(0,44,255,0) 37%,#002cff 57%);z-index:3}@media (max-width:600px){.single-striker-hero .blue-grad{background:linear-gradient(0deg,#002cff,rgba(0,44,255,0));bottom:0;height:45%;top:auto}}.single-striker-hero .blue-grad:before{background:linear-gradient(90deg,#000,transparent);content:"";display:block;height:100%;left:0;opacity:.4;position:absolute;top:0;width:47%;z-index:5}@media (max-width:600px){.single-striker-hero .blue-grad:before{display:none}}.single-striker-hero .circular-icon{bottom:27%;left:50%;pointer-events:none;position:absolute;transform:translateX(-50%);width:5vw;z-index:4}@media (max-width:768px){.single-striker-hero .circular-icon{display:none}}.single-striker-hero .bolt-icon{pointer-events:none;position:absolute;right:14%;top:24%;width:5vw;z-index:4}@media (max-width:1350px){.single-striker-hero .bolt-icon{display:none}}.single-striker-hero .background-image{z-index:1}@media (max-width:600px){.single-striker-hero .background-image{grid-column:span 12;position:relative;width:100%}.single-striker-hero .background-image:before{content:"";float:left;padding-top:56.25%}.single-striker-hero .background-image:after{clear:both;content:"";display:block}}.single-striker-hero .background-image img{-o-object-fit:cover;object-fit:cover;z-index:1}@media (max-width:600px){.single-striker-hero .background-image img{-o-object-position:center right;object-position:center right}}.single-striker-hero .nickname-overlay{-webkit-text-stroke:1px #fff;bottom:15%;color:transparent;font-size:11vw;font-weight:700;left:50%;line-height:1;mix-blend-mode:overlay;position:absolute;text-transform:uppercase;transform:translateX(-50%);white-space:nowrap;z-index:4}@media (max-width:768px){.single-striker-hero .nickname-overlay{display:none}}.single-striker-stats{background-color:#fff;border-top-left-radius:2rem;border-top-right-radius:2rem;color:#000;margin-top:-2rem;padding:4rem 0 0;z-index:2}@media (min-width:769px){.single-striker-stats{padding:8rem 0 0}}.single-striker-stats h3{color:#000;font-size:4rem;font-weight:700;grid-column:span 12;margin:0;text-align:center;text-transform:uppercase}@media (max-width:768px){.single-striker-stats h3{margin:0 0 3rem;width:100%}}.single-striker-stats .container{align-items:start}@media (max-width:768px){.single-striker-stats .container{flex-direction:row;flex-wrap:wrap;justify-content:space-between}}.single-striker-stats .back{left:3rem;position:absolute;top:4.4rem;z-index:10}@media (max-width:999px){.single-striker-stats .back{display:none}}.single-striker-stats .back .icon{align-items:center;border:1px solid #989da1;border-radius:100%;display:flex;height:3.4rem;justify-content:center;margin-right:1.5rem;width:3.4rem}@media (min-width:1000px){.single-striker-stats .back .icon{height:6.8rem;margin-right:0;width:6.8rem}}.single-striker-stats .back .icon svg{transform:translateX(-1px);width:.5rem}@media (min-width:1000px){.single-striker-stats .back .icon svg{transform:translateX(0);width:1rem}}.single-striker-stats .back a{align-items:center;color:var(--black);display:flex;font-size:1.5rem;font-weight:700;line-height:1.5;pointer-events:all;text-decoration:none;text-transform:uppercase}@media (min-width:1000px){.single-striker-stats .back a{flex-direction:column}}.single-striker-stats .back a:hover .text{color:var(--blue)}.single-striker-stats .back .text{margin-top:.5rem;transition:color .3s ease}@media (min-width:1000px){.single-striker-stats .back .text{margin-top:1rem}}.single-striker-stats .photo{grid-column:span 4;height:100%;padding-right:20%;transform:translateY(-5vw)}@media (max-width:768px){.single-striker-stats .photo{height:30vh;position:-webkit-sticky;position:sticky;top:8rem;width:40%}}.single-striker-stats .photo:before{background:linear-gradient(180deg,hsla(0,0%,100%,0),#fff);bottom:-1px;content:"";height:50%;left:0;position:absolute;width:100%;z-index:2}.single-striker-stats .photo img{-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top;z-index:1}.single-striker-stats .stats{display:flex;flex-direction:column;grid-column:6/span 7;width:calc(60% - 3rem)}@media (min-width:769px){.single-striker-stats .stats{display:grid;gap:2rem;grid-template-columns:repeat(4,1fr);width:100%}}.single-striker-stats .stat{border-radius:2rem;box-shadow:0 3px 6px rgba(0,0,0,.161);display:flex;flex-direction:column;justify-content:space-between;margin-bottom:1.5rem;min-height:12.5rem;padding:1.8rem 2rem}@media (min-width:1000px){.single-striker-stats .stat[data-columns="1"]{grid-column:span 2}}@media (min-width:1250px){.single-striker-stats .stat[data-columns="1"]{grid-column:span 1}}.single-striker-stats .stat[data-columns="2"]{grid-column:span 2}.single-striker-stats .stat small{font-size:1.2rem;font-weight:400;text-transform:none}.single-striker-stats .heading{font-size:1.2rem;font-weight:400;letter-spacing:.12em;margin:0;text-transform:uppercase}.single-striker-stats .value{font-size:1.6rem;font-weight:700;line-height:1;margin:0;text-align:right;text-transform:uppercase}@media (min-width:1000px){.single-striker-stats .value{font-size:1.8rem}}@media (min-width:1350px){.single-striker-stats .value{font-size:2.4rem}}.single-striker-stats .social{grid-column:span 4;margin-top:1.5rem}@media (min-width:769px){.single-striker-stats .social{margin-top:auto}}.single-striker-stats .small-heading{font-size:1.2rem;font-weight:700;letter-spacing:.12em;margin-bottom:1.5rem;text-transform:uppercase}.single-striker-stats .social-links{display:flex;list-style-type:none;margin:0;padding:0}@media (min-width:769px){.single-striker-stats .social-links{justify-content:flex-start}}.single-striker-stats .social-links li{margin-right:1rem}.single-striker-stats .social-links a{align-items:center;color:#fff;display:flex;height:4.5rem;justify-content:center;transition:color .3s ease;width:4.5rem}@media (min-width:769px){.single-striker-stats .social-links a{height:5.7rem;width:5.7rem}}.single-striker-stats .social-links a:hover:before{transform:scale(1.1)}.single-striker-stats .social-links a svg{z-index:2}.single-striker-stats .social-links a:before{background-color:var(--blue);border-radius:100%;box-shadow:0 3px 6px rgba(0,0,0,.161);content:"";height:100%;left:0;position:absolute;top:0;transition:transform .15s ease-in-out;width:100%;z-index:1}.single-striker-bio{color:#000;padding:8rem 0 4rem}@media (min-width:769px){.single-striker-bio{padding:10rem 0}}.single-striker-bio .pull-quote{font-size:2.5rem;font-weight:700;grid-column:span 12;line-height:1.15;margin:0 auto 4rem;max-width:31ch;text-align:center;text-transform:uppercase}@media (min-width:769px){.single-striker-bio .pull-quote{font-size:4rem;margin-bottom:2rem}}@media (min-width:1200px){.single-striker-bio .pull-quote{grid-column:3/span 8}}.single-striker-bio .quote-mark{color:var(--blue)}.single-striker-bio .biography{grid-column:span 12;margin:0 auto;max-width:86ch;text-align:center}@media (min-width:1200px){.single-striker-bio .biography{grid-column:3/span 8}}.single-striker-bio .rule{background-color:#dfe7ed;grid-column:span 12;height:1px;margin-top:4rem}@media (min-width:769px){.single-striker-bio .rule{margin-top:7rem}}.bio-spacer{height:3rem}@media (min-width:769px){.bio-spacer{height:7rem}}.single-striker .news-grid{margin-bottom:6rem}@media (min-width:769px){.single-striker .news-grid{margin-bottom:14rem}}.single-striker .image-carousel{padding-top:0}.rounded-page-end{background-color:#fff;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;height:2rem;margin-bottom:-2rem;width:100%;z-index:2}.single-event-hero{background-color:var(--black);display:flex;overflow:hidden;pointer-events:all;z-index:1}@media (max-width:500px){.single-event-hero{flex-direction:column;height:auto}}@media (min-width:769px){.single-event-hero{align-items:center}}.single-event-hero .container{align-items:center;overflow:hidden;padding:0 5%;text-align:center;z-index:10}@media (min-width:769px) and (max-width:900px){.single-event-hero .container{display:flex;justify-content:center}}@media (max-width:999px){.single-event-hero .container{display:flex;flex-direction:row;flex-wrap:wrap;gap:0;height:100%}}.single-event-hero h1{align-items:center;display:flex;flex-direction:column;margin:0}.single-event-hero h1 .name{color:#fff;font-size:4rem;z-index:5}.single-event-hero h1 .name,.single-event-hero h1 .vs{font-weight:700;line-height:1;text-transform:uppercase}.single-event-hero h1 .vs{background-color:var(--red);border-radius:2rem;font-size:1.5rem;font-style:italic;margin:.2rem 0 1rem;padding:.5rem 2.2rem .2rem 2rem;z-index:2}.single-event-hero h1 svg{left:50%;position:absolute;top:50%;transform:translate(-50%,calc(-50% - .4rem));z-index:1}.single-event-hero .striker{grid-column:span 4;margin-top:auto;width:85%}.single-event-hero .striker:before{content:"";float:left;padding-top:106.06060606060605%}.single-event-hero .striker:after{clear:both;content:"";display:block}@media (max-width:999px){.single-event-hero .striker{margin-top:8rem}.single-event-hero .striker:before{content:"";float:left;padding-top:129.41176470588238%}.single-event-hero .striker:after{clear:both;content:"";display:block}}.single-event-hero .striker .inner{height:115%;left:0;margin:0 auto;position:absolute;right:0;top:-15%;width:100%}@media (min-width:1000px){.single-event-hero .striker .inner{height:130%;top:-30%}}.single-event-hero .striker img{-o-object-fit:cover;object-fit:cover;-o-object-position:top center;object-position:top center;z-index:1}.single-event-hero .buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:3vh}@media (min-width:1000px){.single-event-hero .buttons{margin-left:-10rem;margin-right:-10rem}}.single-event-hero .buttons .button{font-size:1.2rem;margin:0 1rem;min-height:4.2rem;padding:.8rem 3rem .5rem}@media (min-width:769px){.single-event-hero .buttons .button{font-size:1.5rem;min-height:5.2rem}}.single-event-hero .buttons .button .icon{transform:translateY(-.2rem)}.single-event-hero .mobile-grad{background-image:linear-gradient(to top,var(--black),transparent);bottom:0;content:"";display:block;height:30%;left:0;position:absolute;width:100%;z-index:2}@media (min-width:1000px){.single-event-hero .mobile-grad{display:none}}@media (max-width:999px){.single-event-hero .striker-1{order:1;width:50%}.single-event-hero .striker-2{order:2;width:50%}}.single-event-hero .event-details{grid-column:span 4;padding:15rem 0 10rem}@media (max-width:999px){.single-event-hero .event-details{background-color:#000;order:3;padding:0 0 8rem;width:100%;z-index:2}}.single-event-hero .event-date{font-size:1.5rem;font-weight:700;margin:2rem 0 0;text-transform:uppercase}@media (min-width:769px){.single-event-hero .event-date{margin:3vh 0 0}}.single-event-hero .event-location{font-size:1.5rem;font-weight:500;margin:0;text-transform:uppercase}.single-event-hero .large-background-text{-webkit-text-stroke:1px #707070;color:transparent;font-size:clamp(10rem,20vw,20rem);font-weight:700;left:50%;line-height:1;position:absolute;text-transform:uppercase;top:50%;transform:translate(-50%,-35%);z-index:4}@media (min-width:1100px){.single-event-hero .large-background-text{font-size:20.5rem}}.single-event-hero .background-image img{-o-object-fit:cover;object-fit:cover;-o-object-position:top center;object-position:top center;z-index:1}.single-event-hero .pattern-right{height:100%;position:absolute;right:0;top:0;width:38%;z-index:4}@media (max-width:999px){.single-event-hero .pattern-right{display:none}}.single-event-hero .pattern-right svg{height:100%;left:0;position:absolute;top:0;width:100%}.single-event-hero .pattern-left{height:100%;left:0;min-width:29rem;position:absolute;top:0;width:17.35%;z-index:4}@media (max-width:999px){.single-event-hero .pattern-left{display:none}}.single-event-hero .pattern-left svg{height:100%;left:0;position:absolute;top:0;width:100%}.single-event-hero .scrim{background-color:var(--black);opacity:.2;z-index:2}.single-event-hero .top-grad{background-image:linear-gradient(to bottom,var(--black),transparent);height:15%;left:0;position:absolute;top:0;width:100%;z-index:3}.single-event-hero .bottom-grad{background-image:linear-gradient(to top,var(--black),transparent);bottom:0;height:80%;left:0;position:absolute;width:100%;z-index:3}.single-event-hero .left-grad{background-image:linear-gradient(to right,var(--black),transparent);bottom:0;height:100%;left:0;position:absolute;width:42.91%;z-index:3}.single-event-hero .right-grad{background-image:linear-gradient(to left,var(--black),transparent);bottom:0;height:100%;position:absolute;right:0;width:60%;z-index:3}.match-list{background-color:#fff;border-radius:2rem;margin:-2rem 0 0;overflow:hidden;padding:5rem 0 7rem;z-index:2}@media (min-width:1000px){.match-list{padding:9rem 0}}.match-list h2{color:#000;font-size:4rem;font-weight:700;grid-column:span 12;margin:0;text-align:center;text-transform:uppercase}.match-list p{color:#000}.match-list .back{grid-column:span 12;grid-row:1;left:-6rem;position:absolute;top:0}@media (max-width:999px){.match-list .back{padding:0 0 2rem}}@media (min-width:1000px){.match-list .back{grid-column:1/span 2}}.match-list .back .icon{align-items:center;border:1px solid #989da1;border-radius:100%;display:flex;height:3.4rem;justify-content:center;margin-right:1.5rem;width:3.4rem}@media (min-width:1000px){.match-list .back .icon{height:6.8rem;margin-right:0;width:6.8rem}}.match-list .back .icon svg{transform:translateX(-1px);width:.5rem}@media (min-width:1000px){.match-list .back .icon svg{transform:translateX(0);width:1rem}}.match-list .back a{align-items:center;color:var(--black);display:flex;font-size:1.5rem;font-weight:700;line-height:1.5;pointer-events:all;text-decoration:none;text-transform:uppercase}@media (min-width:1000px){.match-list .back a{flex-direction:column}}.match-list .back a:hover .text{color:var(--blue)}.match-list .back .text{margin-top:.5rem;transition:color .3s ease}@media (min-width:1000px){.match-list .back .text{margin-top:1rem}}.match-list .matches{display:flex;flex-direction:column;grid-column:span 12}.match-list .match{border-bottom:2px solid #dfe7ed;display:grid;grid-template-columns:repeat(12,1fr);margin-top:2rem}@media (max-width:550px){.match-list .match{display:flex;flex-wrap:wrap;justify-content:space-between}}.match-list .striker{display:grid;gap:2rem;grid-column:span 5;grid-template-columns:40% auto 1fr}@media (max-width:550px){.match-list .striker-1{order:2;width:calc(50% - 1rem)}.match-list .striker-2{order:3;width:calc(50% - 1rem)}}.match-list .winner{display:flex;flex-direction:column;justify-content:center;text-align:center}.match-list .winner .winner-text{color:#c4a257;font-size:1.5rem;font-weight:700;text-transform:uppercase}@media screen and (min-width:768px){.match-list .winner .winner-text{font-size:2rem}}.match-list .vs{display:flex;flex-direction:column;grid-column:span 2;justify-content:center;text-align:center}@media (max-width:550px){.match-list .vs{margin:4rem 0 2rem;order:1;width:100%}}.match-list .vs .weightclass{font-size:1.2rem;font-weight:700;margin:0;text-transform:uppercase;z-index:2}@media (min-width:769px){.match-list .vs .weightclass{font-size:1.5rem}}.match-list .vs .additional-description,.match-list .vs .additional-description p{color:var(--grey);font-size:1.2rem;font-weight:700;margin:0;text-transform:uppercase;z-index:2}@media (min-width:769px){.match-list .vs .additional-description,.match-list .vs .additional-description p{font-size:1.5rem}}.match-list .vs .vs-text{color:transparent;font-style:italic;left:50%;line-height:1;position:absolute;text-transform:uppercase;top:50%;transform:translate(-50%,-50%);width:11rem;z-index:1}@media (min-width:769px){.match-list .vs .vs-text{width:12rem}}@media (min-width:1000px){.match-list .vs .vs-text{width:15rem}}.match-list .striker-image:before{content:"";float:left;padding-top:127.02702702702702%}.match-list .striker-image:after{clear:both;content:"";display:block}.match-list .striker-image img{-o-object-fit:cover;object-fit:cover;-o-object-position:top center;object-position:top center}.match-list .striker-text{display:flex;flex-direction:column;justify-content:center}.match-list .striker-2 .striker-text{text-align:right}.match-list .rank{color:var(--blue);font-size:1.5rem;font-weight:700;margin:0}@media (min-width:1000px){.match-list .rank{font-size:2rem}}.match-list .rank.cur-champ{color:#c4a257}.match-list .name{font-size:1.5rem;font-weight:700;line-height:1.25;margin:0;text-transform:uppercase}@media (min-width:1000px){.match-list .name{font-size:2rem}}.single-event .how-to-watch{margin-top:9rem}.single-event .image-carousel{padding:0}.single-event .image-carousel .gallery-container{padding:7.5rem 0}@media (min-width:769px){.single-event .image-carousel .gallery-container{padding:15rem 0}}.single-event .image-carousel .background-blur{height:86%;margin-top:5%}.events-hero{z-index:1}@media (min-width:1000px){.events-hero{height:calc(100vh + 2rem)}.events-hero[data-type=no-artwork]{max-height:85rem;overflow:hidden}}@media (max-width:999px){.events-hero[data-type=no-artwork] .event-details{background-color:#000;order:3;padding:0 0 5rem;width:100%;z-index:2}.events-hero[data-type=no-artwork] .event-meta{display:none}}.events-hero[data-type=no-artwork] .event-meta.mobile{bottom:auto;padding:0;position:relative}@media (max-width:999px){.events-hero[data-type=no-artwork] .event-meta.mobile{display:block}}@media (min-width:1000px){.events-hero[data-type=no-artwork] .event-meta.mobile{display:none}}.events-hero[data-type=no-artwork] h1 .name{font-size:4rem}.events-hero .background-image{overflow:hidden;z-index:1}.events-hero .background-image img{-o-object-fit:cover;object-fit:cover}.events-hero h1{align-items:center;display:flex;flex-direction:column;margin:0}.events-hero h1 .name{color:#fff;font-size:5rem;z-index:5}.events-hero h1 .name,.events-hero h1 .vs{font-weight:700;line-height:1;text-transform:uppercase}.events-hero h1 .vs{background-color:var(--red);border-radius:2rem;font-size:1.5rem;font-style:italic;margin:.2rem 0 1rem;padding:.5rem 2.2rem .2rem 2rem;z-index:2}.events-hero h1 svg{left:50%;position:absolute;top:50%;transform:translate(-50%,calc(-50% - .4rem));z-index:1}.events-hero .container{align-items:center;overflow:hidden;text-align:center;z-index:10}@media (min-width:769px) and (max-width:900px){.events-hero .container{display:flex;justify-content:center}}@media (max-width:999px){.events-hero .container{display:flex;flex-direction:row;flex-wrap:wrap;gap:0}}@media (min-width:1000px){.events-hero .container{height:100%}}.events-hero .event-details{grid-column:5/span 4}@media (max-width:999px){.events-hero .event-details{order:3;padding:25vh 0 3vh;width:100%;z-index:2}}.events-hero .striker{margin-top:auto;width:85%}.events-hero .striker:before{content:"";float:left;padding-top:200%}.events-hero .striker:after{clear:both;content:"";display:block}@media (max-width:999px){.events-hero .striker{margin-top:8rem}.events-hero .striker:before{content:"";float:left;padding-top:129.41176470588238%}.events-hero .striker:after{clear:both;content:"";display:block}}.events-hero .striker .inner{height:115%;left:0;margin:0 auto;position:absolute;right:0;top:-15%;width:100%}@media (min-width:1000px){.events-hero .striker .inner{height:130%;top:0}}.events-hero .striker img{-o-object-fit:cover;object-fit:cover;-o-object-position:top center;object-position:top center;z-index:1}.events-hero .mobile-grad{background-image:linear-gradient(to top,var(--black),transparent);bottom:0;content:"";display:block;height:30%;left:0;position:absolute;width:100%;z-index:2}@media (min-width:1000px){.events-hero .mobile-grad{display:none}}.events-hero .striker-1{grid-column:1/span 4;grid-row:1}@media (max-width:550px){.events-hero .striker-1{order:2;width:calc(50% - 1rem)}}@media (max-width:999px){.events-hero .striker-1{order:1;width:50%}}.events-hero .striker-2{grid-column:9/span 4;grid-row:1}@media (max-width:550px){.events-hero .striker-2{order:3;width:calc(50% - 1rem)}}@media (max-width:999px){.events-hero .striker-2{order:2;width:50%}}.events-hero .event-date{font-size:1.5rem;font-weight:700;grid-column:1/span 4;margin:3vh 0 0;text-transform:uppercase}.events-hero .event-location{font-size:1.5rem;font-weight:500;margin:0;text-transform:uppercase}.events-hero .event-meta{text-align:center;z-index:10}@media (max-width:999px){.events-hero .event-meta{padding:15vh 0 5rem;width:100%}}@media (min-width:550px){.events-hero .event-meta{bottom:calc(6vh + 2rem);left:0;margin:0 auto;position:absolute;right:0;width:100%}}.events-hero .buttons{display:flex;flex-wrap:wrap;justify-content:center;margin-top:3vh}.events-hero .buttons .button{margin:0 1rem;min-height:5.2rem;padding:.8rem 3rem .5rem}.events-hero .buttons .button .icon{transform:translateY(-.2rem)}.events-hero .bottom-grad{background-image:linear-gradient(0deg,rgba(0,0,0,.8),transparent);bottom:0;height:30%;left:0;position:absolute;width:100%;z-index:3}@media (min-width:1000px){.events-hero .no-artwork-background{height:130%}}.events-hero .no-artwork-background .background-image img{-o-object-fit:cover;object-fit:cover;-o-object-position:top center;object-position:top center;z-index:1}.events-hero .no-artwork-background .scrim{background-color:var(--black);opacity:.5;z-index:2}.events-hero .no-artwork-background .top-grad{background-image:linear-gradient(to bottom,var(--black),transparent);height:15%;left:0;position:absolute;top:0;width:100%;z-index:3}.events-hero .no-artwork-background .bottom-grad{background-image:linear-gradient(to top,var(--black),transparent);bottom:0;height:80%;left:0;position:absolute;width:100%;z-index:3}.events-hero .no-artwork-background .left-grad{background-image:linear-gradient(to right,var(--black),transparent);bottom:0;height:100%;left:0;position:absolute;width:42.91%;z-index:3}.events-hero .no-artwork-background .right-grad{background-image:linear-gradient(to left,var(--black),transparent);bottom:0;height:100%;position:absolute;right:0;width:60%;z-index:3}.template-events .news-grid{background:#000;padding-top:12rem}.template-events .news-grid .heading{color:#fff}.template-events .news-grid .cta{margin-top:3rem}.template-events .image-carousel{padding:0}.template-events .image-carousel .gallery-container{padding:7.5rem 0}@media (min-width:769px){.template-events .image-carousel .gallery-container{padding:15rem 0}}.template-events .image-carousel .background-blur{height:86%;margin-top:5%}.upcoming-events-list{background-color:#fff;border-radius:2rem;margin:-2rem 0;overflow:hidden;padding:5rem 0 7rem;z-index:2}@media (min-width:1000px){.upcoming-events-list{padding:9rem 0}}.upcoming-events-list h2{color:#000;font-size:4rem;font-weight:700;grid-column:span 12;margin:0 0 -1.5rem;text-align:center;text-transform:uppercase}.upcoming-events-list p{color:#000}.upcoming-events-list .number-of-fights{font-size:1.5rem;font-weight:700;grid-column:span 12;text-align:center;text-transform:uppercase;width:100%}@media (max-width:768px){.upcoming-events-list .number-of-fights{margin-top:1.5rem}}.upcoming-events-list .number-of-fights strong{color:var(--red)}.upcoming-events-list .matches{display:flex;flex-direction:column;grid-column:span 12}.upcoming-events-list .match{border-bottom:2px solid #dfe7ed;display:grid;gap:3rem;grid-template-columns:repeat(12,1fr);margin-top:3rem}@media (max-width:550px){.upcoming-events-list .match{display:flex;flex-wrap:wrap;justify-content:space-between}}.upcoming-events-list .strikers{display:grid;gap:2rem;grid-column:1/span 6;grid-template-columns:repeat(4,1fr)}@media (max-width:549px){.upcoming-events-list .strikers{width:100%}}@media (min-width:1150px){.upcoming-events-list .strikers{grid-column:1/span 3;transform:translateX(25%)}}.upcoming-events-list .event-details{color:#000;display:flex;flex-direction:column;grid-column:8/span 6;justify-content:center;text-transform:uppercase}@media (max-width:550px){.upcoming-events-list .event-details{margin:1rem 0 2rem;order:1;text-align:center;width:100%}}@media (min-width:1150px){.upcoming-events-list .event-details{grid-column:6/span 4}}.upcoming-events-list .event-details h3{font-size:2rem;font-weight:700;line-height:1.5;margin:0 0 .8rem}.upcoming-events-list .event-details p{font-size:1.5rem;font-weight:400;line-height:1.466;margin:0}.upcoming-events-list .event-details .date{text-transform:uppercase}.upcoming-events-list .more-info{align-self:center;grid-column:10/span 3;padding-bottom:2rem}@media (max-width:1149px){.upcoming-events-list .more-info{display:none}}.upcoming-events-list .more-info.tablet{display:none;grid-column:span 12}@media (max-width:549px){.upcoming-events-list .more-info.tablet{width:100%}.upcoming-events-list .more-info.tablet .button{justify-content:center;width:100%}}@media (max-width:1149px){.upcoming-events-list .more-info.tablet{align-self:flex-start;display:flex;flex-wrap:wrap;justify-content:flex-start;margin-top:.5rem}}.upcoming-events-list .more-info.tablet .button{margin:1rem 1rem 0 0}.upcoming-events-list .more-info .button{justify-content:center;width:100%}@media (max-width:1149px){.upcoming-events-list .more-info .button{flex-shrink:0;min-height:5.2rem;padding:.8rem 2rem .5rem;white-space:nowrap;width:auto}}.upcoming-events-list .more-info .tickets-button{margin:1rem 0 0}.upcoming-events-list .striker-image{grid-column:span 2}.upcoming-events-list .striker-image:before{content:"";float:left;padding-top:127.02702702702702%}.upcoming-events-list .striker-image:after{clear:both;content:"";display:block}@media (max-width:549px){.upcoming-events-list .striker-image:after{background:linear-gradient(180deg,hsla(0,0%,100%,0),#fff);bottom:0;content:"";height:25%;left:0;position:absolute;width:100%;z-index:2}}.upcoming-events-list .striker-image img{-o-object-fit:cover;object-fit:cover;-o-object-position:top center;object-position:top center}.upcoming-events-list .striker-text{display:flex;flex-direction:column;grid-column:span 2;justify-content:center}.upcoming-events-list .striker-2 .striker-text{text-align:right}.upcoming-events-list .rank{color:var(--blue);font-size:1.5rem;font-weight:700;margin:0}@media (min-width:1000px){.upcoming-events-list .rank{font-size:2rem}}.upcoming-events-list .name{font-size:1.5rem;font-weight:700;line-height:1.25;margin:0;text-transform:uppercase}@media (min-width:1000px){.upcoming-events-list .name{font-size:2rem}}.rankings-hero{background-color:var(--black);display:flex;overflow:hidden;pointer-events:all;z-index:1}@media (max-width:500px){.rankings-hero{flex-direction:column;height:auto}}@media (min-width:769px){.rankings-hero{align-items:center}}.rankings-hero .container{align-items:center;overflow:hidden;z-index:10}@media (min-width:769px) and (max-width:900px){.rankings-hero .container{display:flex;justify-content:center}}@media (max-width:768px){.rankings-hero .container{height:100%}}.rankings-hero .text{grid-column:span 12;padding:12vh 0 2vh;text-align:center}@media (min-width:1000px){.rankings-hero .text{padding:40vh 0 5vh}}.rankings-hero h1{color:#fff;font-size:3.5rem;font-weight:700;line-height:1.1;margin:0;text-transform:uppercase}@media (min-width:769px){.rankings-hero h1{font-size:5rem}}@media (min-width:1300px){.rankings-hero h1{font-size:7rem}}.rankings-hero h2{color:var(--red);font-size:2.5rem;font-weight:700;line-height:1.2;margin:0 0 1rem;text-transform:uppercase}@media (min-width:769px){.rankings-hero h2{font-size:3rem}}.rankings-hero .large-background-text{-webkit-text-stroke:1px #707070;color:transparent;font-size:clamp(10rem,20vw,20rem);font-weight:700;left:50%;line-height:1;mix-blend-mode:color-dodge;position:absolute;text-transform:uppercase;top:50%;transform:translate(-50%,-41.5%);z-index:9}@media (min-width:1100px){.rankings-hero .large-background-text{font-size:20.5rem}}.rankings-hero .image img{-o-object-fit:cover;object-fit:cover;z-index:1}.rankings-hero .pattern-left{height:50%;left:0;position:absolute;top:0;width:30%;z-index:4}@media (max-width:768px){.rankings-hero .pattern-left{opacity:.4}}.rankings-hero .pattern-left svg{height:100%;left:0;position:absolute;top:0;width:100%}.rankings-hero .pattern-right{height:80%;min-width:29rem;position:absolute;right:0;top:0;width:25%;z-index:4}@media (max-width:768px){.rankings-hero .pattern-right{display:none}}.rankings-hero .pattern-right svg{height:100%;left:0;position:absolute;top:0;width:100%}.rankings-hero .scrim{background-color:var(--black);opacity:.2;z-index:2}.rankings-hero .top-grad{background-color:rgba(0,0,0,.4);height:100%;left:0;position:absolute;top:0;width:100%;z-index:3}.rankings-hero .bottom-grad{background-image:linear-gradient(to top,var(--black),transparent);bottom:0;height:40%;left:0;position:absolute;width:100%;z-index:3}.rankings-hero .left-grad{background-image:linear-gradient(to right,var(--black),transparent);bottom:0;height:100%;left:0;opacity:.5;position:absolute;width:30%;z-index:5}.rankings-hero .right-grad{background-image:linear-gradient(to left,var(--black),transparent);bottom:0;height:100%;opacity:.8;position:absolute;right:0;width:20%;z-index:5}.rankings-ad{grid-column:span 12;margin-bottom:7rem;width:100%}@media (max-width:499px){.rankings-ad--desktop{display:none}}@media (min-width:500px){.rankings-ad--mobile{display:none}}.rankings-ad img{width:100%}.rankings-list{background:#000;z-index:2}.rankings-list h3{color:#bababa;font-family:var(--avant);font-size:1.2rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}@media (min-width:500px){.rankings-list .container{display:grid;gap:3rem;grid-template-columns:repeat(12,1fr)}}@media (min-width:1400px){.rankings-list .container{display:grid;gap:3rem;grid-template-columns:repeat(5,1fr)}}.rankings-list .weightclass{background-color:#080d22;border-radius:2rem;overflow:hidden}@media (max-width:499px){.rankings-list .weightclass{margin-bottom:2rem}}@media (min-width:500px){.rankings-list .weightclass{grid-column:span 6}}@media (min-width:1100px){.rankings-list .weightclass{grid-column:span 4}}@media (min-width:1400px){.rankings-list .weightclass{grid-column:span 1}}.rankings-list .image{background-color:var(--blue);background-image:url(../images/card-background-slap.svg);background-position:50%;background-repeat:no-repeat;background-size:cover;overflow:hidden;pointer-events:none}.rankings-list .image:before{content:"";float:left;padding-top:66.66666666666666%}.rankings-list .image:after{clear:both;content:"";display:block}.rankings-list .image .inner{height:calc(100% + 2rem);left:0;margin:0 auto;position:absolute;right:0;top:-2rem;width:65%}.rankings-list .image img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center top;object-position:center top;width:100%}.rankings-list .text{padding:1.5rem;text-align:center}@media (min-width:769px){.rankings-list .text{padding:3rem}}.rankings-list ul{list-style:none;margin:0;padding:0}.rankings-list li{border-top:1px solid hsla(0,0%,100%,.2);color:#fff;display:flex;font-size:1.2rem;font-weight:400;justify-content:space-between;letter-spacing:.12em;line-height:1.66;margin-top:1rem;padding-top:1.5rem;text-align:left;text-transform:uppercase}.rankings-list li a{color:#fff;text-decoration:none}.rankings-list .champion{align-items:center;border:none;display:flex;flex-direction:column;font-size:1.6rem;font-weight:700;letter-spacing:0;line-height:1.2;margin-top:0;padding-top:0}@media (min-width:769px){.rankings-list .champion{font-size:2rem}}.rankings-list .champion a{color:#fff;display:flex;flex-direction:column;text-decoration:none}.rankings-list .gold{color:#c4a257;font-size:1.2rem;letter-spacing:.3em;margin-top:.7rem}.rankings-list .gold-bolt{margin-top:.3rem}.template-rankings .image-carousel{padding:0;z-index:10}.template-rankings .image-carousel .gallery-container{padding:7.5rem 0}@media (min-width:769px){.template-rankings .image-carousel .gallery-container{padding:15rem 0}}.template-rankings .image-carousel .background-blur{height:90%}.template-rankings .image-carousel .container.background-container{height:85%;transform:translateY(-46%)}.template-rankings .news-grid{background:#000}.template-rankings .news-grid .heading{color:#fff}.template-rankings .news-grid .cta{margin-top:3rem}.content-builder{display:grid;gap:3rem;grid-auto-rows:-webkit-min-content;grid-auto-rows:min-content;grid-template-columns:1fr}@media (min-width:769px){.content-builder{gap:4rem}}.content-builder-block.text-block a{color:var(--blue)}.content-builder-block.text-with-image{width:100%}.content-builder-block.text-with-image img{border-radius:1rem;width:100%}.content-builder-block.text-with-image.prose h3.preheader{margin-bottom:-2.5rem}@media (min-width:769px){.content-builder-block.text-with-image.prose h3.preheader{margin-bottom:-3.5rem}}.content-builder-block.text-with-image.prose a{color:var(--blue)}.content-builder-block.image img{border-radius:1rem;width:100%}.content-builder-block.image .image-credit{font-size:1.3rem;margin-top:1rem}.content-builder-block.youtube-video .video-wrapper{border-radius:1rem;overflow:hidden;width:100%}.content-builder-block.youtube-video .video-wrapper:before{content:"";float:left;padding-top:56.25%}.content-builder-block.youtube-video .video-wrapper:after{clear:both;content:"";display:block}.content-builder-block.youtube-video iframe{height:100%;left:0;position:absolute;top:0;width:100%}.content-builder-block.youtube-video .caption{font-weight:700;margin-top:1.5rem;text-transform:uppercase}.content-builder-block.youtube-video .caption strong{color:var(--blue)}

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