/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

:root{--depthBase: 1;--depthBehind: -1;--depthZero: 0;--depthAbove: 10;--depthPlainCrazy: 99999;--depthAboveAll: 1000;--depthAboveAlland1: 1001;--depthAboveAlland10: 1010}body,h1,h2,h3,h4,h5,h6,blockquote,p,pre,dl,dd,ol,ul,figure,hr,fieldset,legend{margin:0;padding:0}li>ol,li>ul{margin-bottom:0}table{border-collapse:collapse;border-spacing:0}fieldset{min-width:0;border:0}html{box-sizing:border-box}*,*::before,*::after{box-sizing:inherit}address,h1,h2,h3,h4,h5,h6,blockquote,p,pre,dl,ol,ul,figure,hr,table,fieldset{margin-bottom:1em}dd,ol,ul{margin-left:1em}html{font-family:"Helvetica Now Display W05 Rg",sans-serif;font-size:1em;line-height:1;overflow-y:auto;min-height:100%;background-color:#fff;color:#2d3034;font-weight:400}.noScroll{overflow:hidden}h1,h2,h3,h4,h5,h6{font-weight:300}h1{font-size:1.125rem;line-height:1}@media(min-width: 30em){h1{font-size:18px;font-size:1.125rem;line-height:1}}@media(min-width: 50em){h1{font-size:18px;font-size:1.125rem;line-height:1}}@media(min-width: 85.375em){h1{font-size:24px;font-size:1.5rem}}h2{font-size:1rem;line-height:1}@media(min-width: 30em){h2{font-size:18px;font-size:1.125rem;line-height:1}}@media(min-width: 50em){h2{font-size:18px;font-size:1.125rem;line-height:1}}@media(min-width: 85.375em){h2{font-size:20px;font-size:1.25rem}}h3{font-size:.875rem;line-height:1}@media(min-width: 30em){h3{font-size:16px;font-size:1rem;line-height:1}}@media(min-width: 50em){h3{font-size:18px;font-size:1.125rem;line-height:1}}@media(min-width: 85.375em){h3{font-size:18px;font-size:1.125rem}}h4{font-size:.875rem;line-height:1}@media(min-width: 30em){h4{font-size:16px;font-size:1rem;line-height:1}}@media(min-width: 85.375em){h4{font-size:16px;font-size:1rem}}h5{font-size:.875rem;line-height:1}@media(min-width: 30em){h5{font-size:16px;font-size:1rem;line-height:1}}@media(min-width: 85.375em){h5{font-size:16px;font-size:1rem}}h6{font-size:.875rem;line-height:1}@media(min-width: 30em){h6{font-size:16px;font-size:1rem;line-height:1}}@media(min-width: 85.375em){h6{font-size:16px;font-size:1rem}}p{line-height:1.2}ol,ul{margin:0 0 1em}li>ul,li>ol{margin-bottom:0}a{color:#2d3034;text-decoration:none}a:link{color:#2d3034}a:visited{color:#2d3034}a:active{color:#2d3034}a:hover{color:#000}img{max-width:100%;font-style:italic;vertical-align:middle;height:auto}img[loading=lazy]{background-image:url(/wp-content/themes/legion/dist/0d640219f61515a640ff.png);background-size:cover;background-repeat:no-repeat}hr{border:none;width:100%;display:block;margin:1em auto;height:1px}iframe{width:100%;border:none;margin:0;padding:0}table{border-collapse:separate;border-spacing:0;width:100%;border:0;border-bottom:0;margin:0}tr{border:0}th,td,thead,tbody,tfoot{border:0}.screen-reader-text{border:0;clip:rect(1px, 1px, 1px, 1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal !important}pre,code{line-height:1.4;overflow:hidden;padding:0 1em;margin:0 0 1em;vertical-align:middle}blockquote{display:block}.responsive__video{position:relative;padding-bottom:58%;padding-top:25px;height:0;margin-bottom:1em}.responsive__video iframe,.responsive__video object,.responsive__video embed{position:absolute;top:0;left:0;width:100%;height:100%}.responsive__embed{margin-bottom:1em}@media(min-width: 50em){.responsive__embed{margin-bottom:3em}}.responsive__embed iframe{width:100%;height:450px;border:0;background:rgba(0,0,0,0);display:block}.responsive__embed--small iframe{height:150px}.responsive__embed--medium iframe{height:250px}.responsive__embed--large iframe{height:450px}.responsive__embed--xlarge iframe{height:600px}.alert{display:block;clear:both;padding:1em;margin:1em 0 0;list-style:none;border-left:5px solid #0092d1;margin-top:0}.alert li{list-style:none}.alert p{margin:0}.alert__warning{background:rba(#ed9f2d, 0.3);border-left-color:#ed9f2d;color:#0092d1}.alert__error{background:rba(#e73743, 0.3);border-left-color:#e73743;color:#0092d1}.alert__success{background:rba(#84bf41, 0.3);border-left-color:#84bf41;color:#0092d1}.alert__info{background:rba(, 0.3);color:#0092d1}.burger{position:absolute;top:1.4em;right:0;display:inline-block;background:rgba(0,0,0,0);border:none;padding:0;margin:0;height:18px;cursor:pointer}.burger--icon{position:relative;margin-top:8px;margin-bottom:8px;-webkit-user-select:none;-ms-user-select:none;user-select:none;margin:0;left:0}.burger--icon,.burger--icon::before,.burger--icon::after{display:block;width:25px;height:2px;background-color:#fff;vertical-align:middle;transition-property:background-color,transform}.burger--icon::before,.burger--icon::after{position:absolute;transition:.7s ease;content:""}.burger--icon::before{top:-8px}.burger--icon::after{top:8px}.burger.active .burger--icon{background-color:rgba(0,0,0,0)}.burger.active .burger--icon::before{transform:translateY(8px) rotate(45deg)}.burger.active .burger--icon::after{transform:translateY(-8px) rotate(-45deg)}.btn,.button,.wp-block-button__link{font-size:1rem;line-height:1;color:#fff;transition:background .4s ease,color .3s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:1.5em 1.5rem;background-color:#c5002b;margin:0;cursor:pointer;line-height:1;display:flex;justify-content:space-between;align-items:center;vertical-align:middle;text-align:center;border:0;position:relative;font-weight:300;text-decoration:none;border-radius:0;width:100%}@media(min-width: 50em){.btn,.button,.wp-block-button__link{font-size:16px;font-size:1rem;line-height:1}}@media(min-width: 85.375em){.btn,.button,.wp-block-button__link{font-size:16px;font-size:1rem}}.btn:link,.button:link,.wp-block-button__link:link{color:#fff}.btn:visited,.button:visited,.wp-block-button__link:visited{color:#fff}.btn:active,.button:active,.wp-block-button__link:active{color:#fff}.btn:hover,.button:hover,.wp-block-button__link:hover{color:#fff}.btn:hover,.button:hover,.wp-block-button__link:hover{background:#fff}.btn::-moz-focus-inner,.button::-moz-focus-inner,.wp-block-button__link::-moz-focus-inner{border:0;padding:0}.wp-block-button{margin-bottom:.5em}.wp-block-button:last-child{margin-bottom:0}.wp-block-button .wp-block-button__link::after{transition:transform .3s ease;font-family:"sony";speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:""}.wp-block-button .wp-block-button__link:hover{background-color:#000}.wp-block-button .wp-block-button__link:hover::after{transform:translateX(1em)}input[type=text],input[type=url],input[type=tel],input[type=number],input[type=color],input[type=email],input[type=password],input[type=search],input[type=text],input[type=radio],input[type=checkbox],select,textarea{background:#fff;width:100%;padding:1em;border-radius:0;border:solid #2d3034 1px;margin-bottom:1em;display:block;font-weight:normal;position:relative}input[type=text]:placeholder,input[type=url]:placeholder,input[type=tel]:placeholder,input[type=number]:placeholder,input[type=color]:placeholder,input[type=email]:placeholder,input[type=password]:placeholder,input[type=search]:placeholder,input[type=text]:placeholder,input[type=radio]:placeholder,input[type=checkbox]:placeholder,select:placeholder,textarea:placeholder{color:#000}input[type=text]:focus,input[type=url]:focus,input[type=tel]:focus,input[type=number]:focus,input[type=color]:focus,input[type=email]:focus,input[type=password]:focus,input[type=search]:focus,input[type=text]:focus,input[type=radio]:focus,input[type=checkbox]:focus,select:focus,textarea:focus{color:#000}input[type=text]:disabled,input[type=url]:disabled,input[type=tel]:disabled,input[type=number]:disabled,input[type=color]:disabled,input[type=email]:disabled,input[type=password]:disabled,input[type=search]:disabled,input[type=text]:disabled,input[type=radio]:disabled,input[type=checkbox]:disabled,select:disabled,textarea:disabled{-webkit-text-fill-color:#2d3034}form{display:block}.input__text,.input__textarea{position:relative;background:none;width:100%;border:none;outline:none}.input__text label,.input__textarea label{position:absolute;top:.2em;left:.2em;z-index:var(--depthBase)}.input__text.active label,.input__textarea.active label{top:-1em;left:0;pointer-events:none}.full-click{text-indent:200%;overflow:hidden;white-space:nowrap;position:absolute;width:100%;height:100%;top:0;left:0;z-index:var(--depthAbove);cursor:pointer;display:block}.full-click br{display:none}.col{padding-left:1.5em;flex-grow:1}.grid,.wp-block-columns{display:flex;flex-wrap:wrap;list-style:none;margin:0 0 0 -1.5em}.grid+.grid,.wp-block-columns+.grid{margin-top:0}.grid--nomargin,.wp-block-columns--nomargin{margin:0}.grid--nomargin>.col,.wp-block-columns--nomargin>.col{padding-left:0}.grid__spacing,.grid__limited,.wp-block-columns__spacing,.wp-block-columns__limited{padding-top:1.5em}@media(min-width: 64em){.grid__spacing,.grid__limited,.wp-block-columns__spacing,.wp-block-columns__limited{padding-top:2.375rem}}.grid__spacing .col,.grid__limited .col,.wp-block-columns__spacing .col,.wp-block-columns__limited .col{margin-bottom:1.5em}.grid--doubleMargin,.wp-block-columns--doubleMargin{margin:0 0 0 -3em}.grid--doubleMargin .col,.wp-block-columns--doubleMargin .col{padding-left:3em}.wp-block-columns{margin-left:-1em}@media(min-width: 50em){.wp-block-columns{flex-wrap:nowrap;margin-left:-3em}}.wp-block-column{flex-basis:100%;padding-left:1em}@media(min-width: 50em){.wp-block-column{flex-basis:50%;padding-left:3em}}.wp-block-column:not(:first-child){margin:0}.grid-start{justify-content:flex-start}.grid-center{justify-content:center}.grid-end{justify-content:flex-end}.grid-between{justify-content:space-between}.grid-around{justify-content:space-around}@media(max-width: 63.99em){.grid-start-tablet{justify-content:flex-start}.grid-center-tablet{justify-content:center}.grid-end-tablet{justify-content:flex-end}.grid-between-tablet{justify-content:space-between}.grid-around-tablet{justify-content:space-around}}@media(max-width: 49.99em){.grid-start-tabletPortrait{justify-content:flex-start}.grid-center-tabletPortrait{justify-content:center}.grid-end-tabletPortrait{justify-content:flex-end}.grid-between-tabletPortrait{justify-content:space-between}.grid-around-tabletPortrait{justify-content:space-around}}@media(max-width: 85.365em){.grid-start-desktop{justify-content:flex-start}.grid-center-desktop{justify-content:center}.grid-end-desktop{justify-content:flex-end}.grid-between-desktop{justify-content:space-between}.grid-around-desktop{justify-content:space-around}}@media(max-width: 29.99em){.grid-start-mobile{justify-content:flex-start}.grid-center-mobile{justify-content:center}.grid-end-mobile{justify-content:flex-end}.grid-between-mobile{justify-content:space-between}.grid-around-mobile{justify-content:space-around}}@media(max-width: 63.99em){.grid-reverse-tablet{flex-direction:row-reverse}}@media(max-width: 49.99em){.grid-reverse-tabletPortrait{flex-direction:row-reverse}}@media(max-width: 85.365em){.grid-reverse-desktop{flex-direction:row-reverse}}@media(max-width: 29.99em){.grid-reverse-mobile{flex-direction:row-reverse}}.col-20{flex-basis:20%;max-width:20%}.col-25{flex-basis:25%;max-width:25%}.col-30{flex-basis:30%;max-width:30%}.col-33{flex-basis:33.33334%;max-width:33.33334%}.col-40{flex-basis:40%;max-width:40%}.col-45{flex-basis:45%;max-width:45%}.col-50{flex-basis:50%;max-width:50%}.col-55{flex-basis:55%;max-width:55%}.col-60{flex-basis:60%;max-width:60%}.col-66{flex-basis:66.66667%;max-width:66.66667%}.col-70{flex-basis:70%;max-width:70%}.col-75{flex-basis:75%;max-width:75%}.col-80{flex-basis:80%;max-width:80%}.col-100{flex-basis:100%;max-width:100%}@media(max-width: 63.99em){.col-20-tablet{flex-basis:20%;max-width:20%}.col-25-tablet{flex-basis:25%;max-width:25%}.col-30-tablet{flex-basis:30%;max-width:30%}.col-33-tablet{flex-basis:33.33334%;max-width:33.33334%}.col-40-tablet{flex-basis:40%;max-width:40%}.col-45-tablet{flex-basis:45%;max-width:45%}.col-50-tablet{flex-basis:50%;max-width:50%}.col-55-tablet{flex-basis:55%;max-width:55%}.col-60-tablet{flex-basis:60%;max-width:60%}.col-66-tablet{flex-basis:66.66667%;max-width:66.66667%}.col-70-tablet{flex-basis:70%;max-width:70%}.col-75-tablet{flex-basis:75%;max-width:75%}.col-80-tablet{flex-basis:80%;max-width:80%}.col-100-tablet{flex-basis:100%;max-width:100%}}@media(max-width: 49.99em){.col-20-tabletPortrait{flex-basis:20%;max-width:20%}.col-25-tabletPortrait{flex-basis:25%;max-width:25%}.col-30-tabletPortrait{flex-basis:30%;max-width:30%}.col-33-tabletPortrait{flex-basis:33.33334%;max-width:33.33334%}.col-40-tabletPortrait{flex-basis:40%;max-width:40%}.col-45-tabletPortrait{flex-basis:45%;max-width:45%}.col-50-tabletPortrait{flex-basis:50%;max-width:50%}.col-55-tabletPortrait{flex-basis:55%;max-width:55%}.col-60-tabletPortrait{flex-basis:60%;max-width:60%}.col-66-tabletPortrait{flex-basis:66.66667%;max-width:66.66667%}.col-70-tabletPortrait{flex-basis:70%;max-width:70%}.col-75-tabletPortrait{flex-basis:75%;max-width:75%}.col-80-tabletPortrait{flex-basis:80%;max-width:80%}.col-100-tabletPortrait{flex-basis:100%;max-width:100%}}@media(max-width: 85.365em){.col-20-desktop{flex-basis:20%;max-width:20%}.col-25-desktop{flex-basis:25%;max-width:25%}.col-30-desktop{flex-basis:30%;max-width:30%}.col-33-desktop{flex-basis:33.33334%;max-width:33.33334%}.col-40-desktop{flex-basis:40%;max-width:40%}.col-45-desktop{flex-basis:45%;max-width:45%}.col-50-desktop{flex-basis:50%;max-width:50%}.col-55-desktop{flex-basis:55%;max-width:55%}.col-60-desktop{flex-basis:60%;max-width:60%}.col-66-desktop{flex-basis:66.66667%;max-width:66.66667%}.col-70-desktop{flex-basis:70%;max-width:70%}.col-75-desktop{flex-basis:75%;max-width:75%}.col-80-desktop{flex-basis:80%;max-width:80%}.col-100-desktop{flex-basis:100%;max-width:100%}}@media(max-width: 29.99em){.col-20-mobile{flex-basis:20%;max-width:20%}.col-25-mobile{flex-basis:25%;max-width:25%}.col-30-mobile{flex-basis:30%;max-width:30%}.col-33-mobile{flex-basis:33.33334%;max-width:33.33334%}.col-40-mobile{flex-basis:40%;max-width:40%}.col-45-mobile{flex-basis:45%;max-width:45%}.col-50-mobile{flex-basis:50%;max-width:50%}.col-55-mobile{flex-basis:55%;max-width:55%}.col-60-mobile{flex-basis:60%;max-width:60%}.col-66-mobile{flex-basis:66.66667%;max-width:66.66667%}.col-70-mobile{flex-basis:70%;max-width:70%}.col-75-mobile{flex-basis:75%;max-width:75%}.col-80-mobile{flex-basis:80%;max-width:80%}.col-100-mobile{flex-basis:100%;max-width:100%}}.col-start{align-self:flex-start}.col-center{-ms-grid-row-align:center;align-self:center}.col-end{align-self:flex-end}.col-between{-ms-grid-row-align:space-between;align-self:space-between}.col-around{-ms-grid-row-align:space-around;align-self:space-around}@media(max-width: 63.99em){.col-start-tablet{align-self:flex-start}.col-center-tablet{-ms-grid-row-align:center;align-self:center}.col-end-tablet{align-self:flex-end}.col-between-tablet{-ms-grid-row-align:space-between;align-self:space-between}.col-around-tablet{-ms-grid-row-align:space-around;align-self:space-around}}@media(max-width: 49.99em){.col-start-tabletPortrait{align-self:flex-start}.col-center-tabletPortrait{-ms-grid-row-align:center;align-self:center}.col-end-tabletPortrait{align-self:flex-end}.col-between-tabletPortrait{-ms-grid-row-align:space-between;align-self:space-between}.col-around-tabletPortrait{-ms-grid-row-align:space-around;align-self:space-around}}@media(max-width: 85.365em){.col-start-desktop{align-self:flex-start}.col-center-desktop{-ms-grid-row-align:center;align-self:center}.col-end-desktop{align-self:flex-end}.col-between-desktop{-ms-grid-row-align:space-between;align-self:space-between}.col-around-desktop{-ms-grid-row-align:space-around;align-self:space-around}}@media(max-width: 29.99em){.col-start-mobile{align-self:flex-start}.col-center-mobile{-ms-grid-row-align:center;align-self:center}.col-end-mobile{align-self:flex-end}.col-between-mobile{-ms-grid-row-align:space-between;align-self:space-between}.col-around-mobile{-ms-grid-row-align:space-around;align-self:space-around}}@media(min-width: 30em)and (max-width: 49.99em){.hide-tabletPortrait{display:none}}@media(min-width: 50em)and (max-width: 85.365em){.hide-tablet{display:none}}@media(min-width: 85.375em){.hide-desktop{display:none}}@media(max-width: 29.99em){.hide-mobile{display:none}}.hiddenText{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}.modal{position:fixed;top:50%;left:50%;width:90%;max-width:800px;min-width:300px;height:auto;z-index:2000;visibility:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translate(-50%, -50%);margin:0}.modal.active{visibility:visible}.modal.active .modal__content{opacity:1}.modal.active~.modal__overlay{opacity:1;visibility:visible}.modal__overlay{background-color:rgba(255,255,255,.2);position:fixed;width:100%;height:100%;visibility:hidden;top:0;left:0;z-index:var(--depthAbove);opacity:0}.modal__content{background-color:#fff;position:relative;margin:0 auto;padding:1em;opacity:0}.show-mobile,.show-tablet,.show-tabletPortrait,.show-desktop{display:none}@media(min-width: 30em)and (max-width: 49.99em){.show-tabletPortrait{display:block}}@media(min-width: 30em)and (max-width: 63.99em){.show-tablet{display:block}}@media(min-width: 64em){.show-desktop{display:block}}@media(max-width: 29.99em){.show-mobile{display:block}}.skipto{position:absolute;width:100%;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;-webkit-clip-path:inset(50%);clip-path:inset(50%);border:0;display:block}.skipto:focus,.skipto:active{position:static;clip:unset;-webkit-clip-path:none;clip-path:none;background:#fff;padding:.625rem 1.25rem;display:block}.skipto:hover{text-decoration:underline;color:#000}.wrapper{max-width:1600px;margin:0 auto;width:100%;position:relative}.wrapper--short{max-width:1524px;position:relative;margin:0 1rem;width:auto}@media(min-width: 30em){.wrapper--short{margin:0 1.5rem}}@media(min-width: 64em){.wrapper--short{margin:0 2.375rem}}@media(min-width: 100em){.wrapper--short{margin:0 auto}}.responsiveVideo,.wp-block-embed__wrapper{position:relative;padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden}.responsiveVideo iframe,.responsiveVideo object,.responsiveVideo embed,.wp-block-embed__wrapper iframe,.wp-block-embed__wrapper object,.wp-block-embed__wrapper embed{position:absolute;top:0;left:0;width:100%;height:100%}@media print{.header,.back,.footer{display:none}.grid{flex-direction:column}.col{width:100%;max-width:100%;flex-basis:100%}}#sbi_images{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3, 1fr);grid-column-gap:1.5em;grid-row-gap:1.5em}@media(min-width: 50em){#sbi_images{-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3, 1fr);grid-column-gap:1.5em;grid-row-gap:1.5em}}.contact__instagram #sb_instagram #sbi_images .sbi_item{float:none;width:100%}html{font-family:"Helvetica Now Micro W05 Regular",sans-serif}@media(min-width: 50em){html{font-family:"Helvetica Now Display W05 Rg",sans-serif}}html i,html em{font-family:"Helvetica Now Micro W05 Italic",sans-serif;font-style:normal}@media(min-width: 50em){html i,html em{font-family:"Helvetica Now Display W05 It",sans-serif}}h1,h2,h3,h4,h5,h6{font-weight:400;font-family:"Helvetica Now Micro W05 Bold",sans-serif}@media(min-width: 50em){h1,h2,h3,h4,h5,h6{font-family:"Helvetica Now Display W05 Bold",sans-serif}}.btn,.button{font-family:"Helvetica Now Display W05 Md",sans-serif;background-color:#c5002b}.btn .icon,.button .icon{transition:transform .3s ease;margin-left:1em}.btn:hover,.button:hover{background-color:#000}.btn:hover .icon,.button:hover .icon{transform:translateX(0.4em)}@media(min-width: 50em){.btn:hover .icon,.button:hover .icon{transform:translateX(0.6em)}}.btn--black,.main__content--padding .main__body--single .btn--black,.button--black,.main__content--padding .main__body--single .button--black{background-color:#040404}.btn--red,.main__content--padding .main__body--single .btn--red,.button--red,.main__content--padding .main__body--single .button--red{color:#fff;text-decoration:none;width:auto;padding:0 1em;max-width:94%;margin:0 auto 3rem;height:4em;align-items:center}.btn--red:link,.main__content--padding .main__body--single .btn--red:link,.button--red:link,.main__content--padding .main__body--single .button--red:link{color:#fff}.btn--red:visited,.main__content--padding .main__body--single .btn--red:visited,.button--red:visited,.main__content--padding .main__body--single .button--red:visited{color:#fff}.btn--red:active,.main__content--padding .main__body--single .btn--red:active,.button--red:active,.main__content--padding .main__body--single .button--red:active{color:#fff}.btn--red:hover,.main__content--padding .main__body--single .btn--red:hover,.button--red:hover,.main__content--padding .main__body--single .button--red:hover{color:#fff}@media(min-width: 50em){.btn--red,.main__content--padding .main__body--single .btn--red,.button--red,.main__content--padding .main__body--single .button--red{margin:0 0 6rem 0;max-width:360px;padding:0 1.5em}}.btn--small,.main__content--padding .main__body--single .btn--small,.button--small,.main__content--padding .main__body--single .button--small{margin:0}@media(min-width: 50em){.btn--small,.main__content--padding .main__body--single .btn--small,.button--small,.main__content--padding .main__body--single .button--small{margin:0;max-width:200px}}.btn--back,.button--back{margin:0 1em 6rem}@media(min-width: 50em){.btn--back,.button--back{margin:0 0 2.5rem 1.5rem;max-width:360px}}@media(min-width: 64em){.btn--back,.button--back{margin:0 0 6rem 2.375rem;max-width:360px}}.btn--back:hover .icon,.button--back:hover .icon{transform:translateX(-1em)}.searchForm__container{position:fixed;top:50%;left:50%;width:80%;z-index:var(--depthAboveAll);box-shadow:0 0 10px rgba(0,0,0,.5);display:block;color:#fff;background-color:#c5002b;pointer-events:none;max-height:0;overflow:hidden;transform:translateX(-50%) translateY(-50%)}.searchForm__container.active{pointer-events:all;-webkit-animation:searchAppear .3s forwards;animation:searchAppear .3s forwards}.searchForm__container.animate{animation:searchAppear .3s reverse forwards}.searchForm .button{display:none}.searchForm input[type=search]{font-size:1rem;line-height:1;background-color:rgba(0,0,0,0);border:0;color:#fff;margin:0}@media(min-width: 30em){.searchForm input[type=search]{font-size:17px;font-size:1.0625rem;line-height:1}}@media(min-width: 85.375em){.searchForm input[type=search]{font-size:30px;font-size:1.875rem}}.searchForm input[type=search]::-webkit-input-placeholder{font-size:1rem;line-height:1;color:rgba(255,255,255,.4)}.searchForm input[type=search]:-ms-input-placeholder{font-size:1rem;line-height:1;color:rgba(255,255,255,.4)}.searchForm input[type=search]::placeholder{font-size:1rem;line-height:1;color:rgba(255,255,255,.4)}@media(min-width: 30em){.searchForm input[type=search]::-webkit-input-placeholder{font-size:17px;font-size:1.0625rem;line-height:1}.searchForm input[type=search]:-ms-input-placeholder{font-size:17px;font-size:1.0625rem;line-height:1}.searchForm input[type=search]::placeholder{font-size:17px;font-size:1.0625rem;line-height:1}}@media(min-width: 85.375em){.searchForm input[type=search]::-webkit-input-placeholder{font-size:30px;font-size:1.875rem}.searchForm input[type=search]:-ms-input-placeholder{font-size:30px;font-size:1.875rem}.searchForm input[type=search]::placeholder{font-size:30px;font-size:1.875rem}}.search__results{margin-bottom:6rem}.search__results:first-child{margin-top:2.375rem}.search__section__title{margin-bottom:1rem}.search__grid .col{margin-bottom:1.5em}@-webkit-keyframes searchAppear{0%{max-height:0;opacity:0;transform:translateX(-50%) translateY(-60%)}100%{opacity:1;max-height:100px;transform:translateX(-50%) translateY(-50%)}}@keyframes searchAppear{0%{max-height:0;opacity:0;transform:translateX(-50%) translateY(-60%)}100%{opacity:1;max-height:100px;transform:translateX(-50%) translateY(-50%)}}.social{font-size:1.375rem;line-height:1;list-style:none;display:flex;margin:0 0 .93em;justify-content:center}@media(min-width: 30em){.social{font-size:24px;font-size:1.5rem;line-height:1}}@media(min-width: 85.375em){.social{font-size:34px;font-size:2.125rem}}.social__item{max-width:64px}.social__item__link{transition:color .3s ease;display:block;margin:0 .4em}.main__content--padding .main__body--single .share{list-style:none;display:flex;flex-wrap:wrap;margin:0;padding:0}.main__content--padding .main__body--single .share__item{margin-right:.5em}.main__content--padding .main__body--single .share__button{color:#fff;transition:background .3s ease;font-size:.8rem;display:flex;font-weight:400;text-decoration:none;background-color:#c5002b;min-width:90px;padding:.4em .8em;margin-bottom:.5em;border-radius:.5em;align-items:center}.main__content--padding .main__body--single .share__button:link{color:#fff}.main__content--padding .main__body--single .share__button:visited{color:#fff}.main__content--padding .main__body--single .share__button:active{color:#fff}.main__content--padding .main__body--single .share__button:hover{color:#fff}.main__content--padding .main__body--single .share__button:hover{background-color:#000}.main__content--padding .main__body--single .share__button .icon{font-size:1.2rem;margin-right:.5em}.signUp{font-size:.875rem;line-height:1.2;background-color:#444;padding:1em 0;margin:0}@media(min-width: 30em){.signUp{font-size:14px;font-size:.875rem;line-height:1.2}}@media(min-width: 85.375em){.signUp{font-size:16px;font-size:1rem}}@media(min-width: 50em){.signUp{padding:2.375rem 0}}.signUp__button{text-align:left;margin:0 1rem;width:auto}@media(min-width: 30em){.signUp__button{margin:0 1.5rem}}@media(min-width: 64em){.signUp__button{margin:0 auto;max-width:485px}}.latestNews{background-color:#444;color:#fff}.latestNews__thumbnail{transition:transform .3s ease;overflow:hidden}.latestNews__featured{background-color:#000;height:100%;position:relative}.latestNews .featured{display:flex;flex-direction:column;height:100%}@media(min-width: 30em){.latestNews .featured .latestNews__title{padding-left:2.375rem}}.latestNews .featured .latestNews__title__link{font-size:1.125rem;line-height:1.4}@media(min-width: 30em){.latestNews .featured .latestNews__title__link{font-size:20px;font-size:1.25rem;line-height:1.4}}@media(min-width: 85.375em){.latestNews .featured .latestNews__title__link{font-size:30px;font-size:1.875rem}}@media(min-width: 50em){.latestNews__grid{padding-left:1.5em}}.latestNews__grid .grid{padding-top:0;padding-right:0;margin-left:0}@media(min-width: 50em){.latestNews__grid .grid{padding-top:1.5em;padding-right:1.5em;margin-left:-1.5em}}@media(min-width: 100em){.latestNews__grid .grid{padding-right:0}}.latestNews__grid .col{margin-bottom:0;padding-left:0}@media(min-width: 50em){.latestNews__grid .col{margin-bottom:1.5em;padding-left:1.5em}}@media(min-width: 50em){.latestNews__grid .col:nth-child(3),.latestNews__grid .col:nth-child(4){margin-bottom:0}}.latestNews__title{transition:transform .3s ease;margin:0;padding:1rem;background-color:#000;position:relative;z-index:var(--depthAbove);flex-grow:1}.latestNews__title__link{font-size:.9375rem;line-height:1.4;color:#fff;height:100%;display:block}@media(min-width: 30em){.latestNews__title__link{font-size:15px;font-size:.9375rem;line-height:1.4}}@media(min-width: 85.375em){.latestNews__title__link{font-size:17px;font-size:1.0625rem}}.latestNews__title__link:link{color:#fff}.latestNews__title__link:visited{color:#fff}.latestNews__title__link:active{color:#fff}.latestNews__title__link:hover{color:#fff}.latestNews__item{background-color:#000;overflow:hidden;position:relative;display:flex;height:100%;flex-direction:column}@media(min-width: 50em){.latestNews__item{height:100%}}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.news__listing .latestNews__item{flex-grow:1;max-width:25%;flex-basis:25%}}.latestNews__item:hover .latestNews__thumbnail{transform:scale(1.05)}.latestNews__item:hover .latestNews__title{transform:translateY(-4em)}@media(min-width: 50em){.latestNews__item:hover .latestNews__title{transform:translateY(-3.2em)}}.latestNews__item:hover .latestNews__link{opacity:1;max-height:100px}.latestNews__link{transition:opacity .3s ease,max-height .3s ease,background .3s ease;position:absolute;bottom:0;left:0;z-index:var(--depthBase);opacity:0;max-height:0;text-align:center;display:flex;justify-content:center}@media(min-width: 50em){.latestNews__link{text-align:left;justify-content:flex-start}}.releases--block{padding:0 0 3rem;background-color:#f7f7f7;clear:both}@media(min-width: 50em){.releases--block{padding:0 0 2.375rem}}.releases--block .grid{margin-left:-1.5em}.releases--block .col{padding-left:1.5em;margin-bottom:2.5em}@media(max-width: 63.99em){.releases--block .col{margin-bottom:1.5em}}@media(min-width: 64em){.home .releases--block .grid__limited .col:nth-child(6n+6){display:none}}.releases__unlimited{padding:0}.releases__item{background-color:#fff;height:100%;display:flex;flex-direction:column}.releases__item:hover .releases__link::before{max-height:100px}.releases__item__inner{font-size:.8125rem;line-height:1.2;padding:1rem;flex-grow:1}@media(min-width: 30em){.releases__item__inner{font-size:13px;font-size:.8125rem;line-height:1.2}}@media(min-width: 85.375em){.releases__item__inner{font-size:13px;font-size:.8125rem}}.releases__item.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease;animation-timing-function:ease;-webkit-animation-delay:0s;animation-delay:0s;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-direction:normal;animation-direction:normal;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-play-state:running;animation-play-state:running;-webkit-animation-name:loadedRelease;animation-name:loadedRelease}.releases__thumbnail{overflow:hidden}.releases__artist,.main__content--padding .main__body--single .releases__artist{font-size:.875rem;line-height:1;margin:0 0 .2em}@media(min-width: 30em){.releases__artist,.main__content--padding .main__body--single .releases__artist{font-size:14px;font-size:.875rem;line-height:1}}@media(min-width: 85.375em){.releases__artist,.main__content--padding .main__body--single .releases__artist{font-size:16px;font-size:1rem}}.releases__artist a,.main__content--padding .main__body--single .releases__artist a{color:#2d3034;text-decoration:none}.releases__artist a:link,.main__content--padding .main__body--single .releases__artist a:link{color:#2d3034}.releases__artist a:visited,.main__content--padding .main__body--single .releases__artist a:visited{color:#2d3034}.releases__artist a:active,.main__content--padding .main__body--single .releases__artist a:active{color:#2d3034}.releases__artist a:hover,.main__content--padding .main__body--single .releases__artist a:hover{color:#000}.releases__title{font-size:.9375rem;line-height:1.2;margin:0;font-family:"Helvetica Now Micro W05 Regular",sans-serif}@media(min-width: 30em){.releases__title{font-size:15px;font-size:.9375rem;line-height:1.2}}@media(min-width: 85.375em){.releases__title{font-size:17px;font-size:1.0625rem}}@media(min-width: 50em){.releases__title{font-family:"Helvetica Now Display W05 Rg",sans-serif}}.releases__link,.main__content--padding .main__body--single .releases__link{color:#fff;font-size:1rem;line-height:1;width:100%;padding:0 .5em;background-color:#444;text-transform:uppercase;text-align:center;display:flex;min-height:4em;justify-content:center;align-items:center;position:relative;text-decoration:none;cursor:pointer}.releases__link:link,.main__content--padding .main__body--single .releases__link:link{color:#fff}.releases__link:visited,.main__content--padding .main__body--single .releases__link:visited{color:#fff}.releases__link:active,.main__content--padding .main__body--single .releases__link:active{color:#fff}.releases__link:hover,.main__content--padding .main__body--single .releases__link:hover{color:#fff}@media(min-width: 50em){.releases__link,.main__content--padding .main__body--single .releases__link{font-size:16px;font-size:1rem;line-height:1}}@media(min-width: 85.375em){.releases__link,.main__content--padding .main__body--single .releases__link{font-size:16px;font-size:1rem}}@media(min-width: 50em){.releases__link,.main__content--padding .main__body--single .releases__link{padding:0 1em}}.releases__link__text,.main__content--padding .main__body--single .releases__link__text{font-size:1rem;line-height:1.2;position:relative;z-index:var(--depthAbove)}@media(min-width: 50em){.releases__link__text,.main__content--padding .main__body--single .releases__link__text{font-size:16px;font-size:1rem;line-height:1.2}}@media(min-width: 85.375em){.releases__link__text,.main__content--padding .main__body--single .releases__link__text{font-size:16px;font-size:1rem}}.releases__link::before,.main__content--padding .main__body--single .releases__link::before{content:"";display:block;position:absolute;transition:max-height .3s ease;left:0;bottom:0;width:100%;max-height:0;height:100%;background-color:#c5002b;z-index:var(--depthBase)}.releases__link:hover::before,.main__content--padding .main__body--single .releases__link:hover::before{max-height:100px}.releases--single{margin:0 1rem 3rem}@media(min-width: 30em){.releases--single{margin:0 1rem 3rem}}@media(min-width: 50em){.releases--single{width:auto;margin:0 0 1.5rem 1.5rem}}@media(min-width: 64em){.releases--single{margin:0 0 6rem 2.375rem}}@media(min-width: 100em){.releases--single{margin:0 0 3rem 2.375rem}}.releases--single>.grid>.col{margin-bottom:1.5em}.releases__label{display:flex;position:relative;align-items:center;padding:0 1rem 1rem}.releases__label:hover .releases__label__name{color:#c5002b}.releases__label:hover .releases__label__microphone{fill:#c5002b}.releases__label .releases__label__microphone{transition:fill .3s ease}.releases__label .fa-microphone{max-width:20px;height:auto;display:block;flex-basis:14px;margin-right:1em}.releases__label__name{font-size:14px;font-size:.875rem;line-height:1;margin:0;transition:color .3s ease;font-family:"Helvetica Now Display W05 Bold",sans-serif}@-webkit-keyframes loadedRelease{0%{transform:translateY(200px);opacity:0}100%{transform:translateY(0);opacity:1}}@keyframes loadedRelease{0%{transform:translateY(200px);opacity:0}100%{transform:translateY(0);opacity:1}}.section__title{font-size:1rem;line-height:1.2;text-align:center}@media(min-width: 30em){.section__title{font-size:17px;font-size:1.0625rem;line-height:1.2}}@media(min-width: 85.375em){.section__title{font-size:30px;font-size:1.875rem}}@media(min-width: 50em){.section__title{text-align:left}}.playlist--block,.podcast--block{padding:0 0 3rem;background-color:#f7f7f7;clear:both}@media(min-width: 50em){.playlist--block,.podcast--block{padding:0 0 2.375rem}}.playlist--block .grid,.podcast--block .grid{margin-left:-1.5em}.playlist--block .col,.podcast--block .col{padding-left:1.5em;margin-bottom:2.5em}@media(max-width: 63.99em){.playlist--block .col,.podcast--block .col{margin-bottom:1.5em}}@media(min-width: 64em){.home .playlist--block .grid__limited .col:nth-child(6n+6),.home .podcast--block .grid__limited .col:nth-child(6n+6){display:none}}.playlist__unlimited,.podcast__unlimited{padding:0 0 3rem}.playlist__title,.podcast__title{margin-bottom:.5em}.pageLinks{background-color:#fff;margin-bottom:4em}@media(min-width: 50em){.pageLinks{margin-bottom:8em}}.pageLinks__item{background-color:#040404}.pageLinks__title{margin:0}.pageLinks .grid{margin-left:-1em}@media(min-width: 50em){.pageLinks .grid{margin-left:-1.5em}}.pageLinks .col{padding-left:1em;margin-bottom:1em}@media(min-width: 50em){.pageLinks .col{padding-left:1.5em;margin-bottom:1.5em}}@media(min-width: 85.375em){.pageLinks .col{margin-bottom:0}}.pageLinks__button{font-size:.9375rem;line-height:1;text-transform:uppercase;text-align:left;padding:.82em .5em;font-family:"Helvetica Now Display W05 Black",sans-serif}@media(min-width: 30em){.pageLinks__button{font-size:15px;font-size:.9375rem;line-height:1}}@media(min-width: 85.375em){.pageLinks__button{font-size:17px;font-size:1.0625rem}}.relatedPages{margin:0 1rem 1.5rem}@media(min-width: 50em){.relatedPages{margin:0}}.relatedPages .pageLinks__item,.relatedPages .latestNews__item{margin-bottom:1rem}@media(min-width: 30em){.relatedPages .pageLinks__item,.relatedPages .latestNews__item{margin-bottom:1.5rem}}@media(min-width: 64em){.relatedPages .pageLinks__item,.relatedPages .latestNews__item{margin-bottom:2rem}}@media(min-width: 85.375em){.relatedPages .pageLinks__item,.relatedPages .latestNews__item{margin-bottom:2.375rem}}.relatedPages .pageLinks__button{font-size:1.125rem;line-height:1;text-align:center;justify-content:center}@media(min-width: 30em){.relatedPages .pageLinks__button{font-size:18px;font-size:1.125rem;line-height:1}}@media(min-width: 50em){.relatedPages .pageLinks__button{font-size:18px;font-size:1.125rem;line-height:1}}@media(min-width: 85.375em){.relatedPages .pageLinks__button{font-size:24px;font-size:1.5rem}}.related{max-width:926px;margin:0;padding:3rem 0;position:relative}@media(min-width: 30em){.related{margin:0}}@media(min-width: 50em){.related{margin:0 4.75rem}}@media(min-width: 85.375em){.related{margin:0 auto}}.related:first-child{padding-top:6rem}.related:last-child{padding-bottom:6rem}.related .grid{margin-left:-1.25rem}@media(min-width: 64em){.related .grid{margin-left:-2.375rem;width:100%}}.related .col{padding-left:1.25rem}@media(min-width: 64em){.related .col{padding-left:2.375rem}}.related__title{font-size:1rem;line-height:1;color:#fff;background-color:#000;padding:1.25rem;margin:0;font-family:"Helvetica Now Display W05 Black",sans-serif;position:relative;z-index:var(--depthBase);text-align:center;text-transform:uppercase}@media(min-width: 30em){.related__title{font-size:17px;font-size:1.0625rem;line-height:1}}@media(min-width: 85.375em){.related__title{font-size:30px;font-size:1.875rem}}@media(min-width: 50em){.related__title{text-align:left}}.related__link,.main__content--padding .related__link{display:flex;justify-content:flex-end;align-items:flex-end}.related--right .related__link,.related--right .main__content--padding .related__link{justify-content:flex-start}.related__link .button,.main__content--padding .related__link .button{font-size:1rem;line-height:1;width:100%;padding:0 .5em;max-width:initial;display:flex;height:4em;justify-content:center;align-items:center;margin:0}@media(min-width: 50em){.related__link .button,.main__content--padding .related__link .button{font-size:16px;font-size:1rem;line-height:1}}@media(min-width: 85.375em){.related__link .button,.main__content--padding .related__link .button{font-size:16px;font-size:1rem}}@media(min-width: 50em){.related__link .button,.main__content--padding .related__link .button{max-width:140px}}.related__inner{height:100%;position:relative;padding-top:0;display:flex;flex-direction:column}@media(min-width: 50em){.related__inner{padding-top:2.375rem}}.related__content{font-size:.75rem;line-height:1.3;flex-grow:1;padding:1.25rem 0 0}@media(min-width: 30em){.related__content{font-size:16px;font-size:1rem;line-height:1.3}}@media(min-width: 85.375em){.related__content{font-size:20px;font-size:1.25rem}}@media(min-width: 64em){.related__content{padding:2.375rem 0 0}}@media(min-width: 50em){.related__content{max-width:480px}}@media(min-width: 50em){.related--left .related__content,.related--left .related__link{padding-right:2.375rem}}@media(min-width: 50em){.related--left .related__title{margin-left:-3rem}}@media(min-width: 64em){.related--left .related__title{margin-left:-5rem}}@media(min-width: 85.375em){.related--left .related__title{margin-left:-8rem}}@media(min-width: 50em){.related--right .related__content,.related--right .related__link{padding-left:2.375rem}}@media(min-width: 50em){.related--right .related__title{margin-right:-3rem;text-align:right}}@media(min-width: 64em){.related--right .related__title{margin-right:-5rem}}@media(min-width: 85.375em){.related--right .related__title{margin-right:-8rem}}@media(min-width: 50em){.related--right .related__thumb__container{order:2}}.recentNews{padding:0 1rem;margin-bottom:4rem;clear:both}@media(min-width: 30em){.recentNews{padding:0 1rem}}@media(min-width: 50em){.recentNews{padding:0 1.5rem;margin-bottom:8rem}}@media(min-width: 64em){.recentNews{padding:0 2.375rem}}.recentNews .latestNews__item{margin-bottom:1em}@media(min-width: 50em){.recentNews .latestNews__item{margin-bottom:0}}.recentNews--aside{padding:0;margin:0}.recentNews--aside .latestNews__item{margin-bottom:1em;display:block;height:auto}@media(min-width: 50em){.recentNews--aside .latestNews__item{margin-bottom:2.375rem}}.recentNews--single{padding:0;margin:0 1rem 3rem}@media(min-width: 50em){.recentNews--single{margin-left:1.5rem;margin-bottom:1.5rem;width:auto}}@media(min-width: 64em){.recentNews--single{margin-left:2.375rem;margin-bottom:6rem}}.recentNews--single .latestNews__item{margin-bottom:1em}@media(min-width: 50em){.recentNews--single .latestNews__item{margin-bottom:2.375rem}}@media(max-width: 49.99em){.recentNews .col{margin-bottom:1em}.recentNews .col:last-child{margin-bottom:0}}.blog{background-color:#444}.news__listing{background-color:#444;display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[1];grid-template-columns:repeat(1, 1fr);grid-column-gap:0;grid-row-gap:0}@media(min-width: 50em){.news__listing{-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2, 1fr);grid-column-gap:0;grid-row-gap:0}}@media(min-width: 64em){.news__listing{-ms-grid-columns:(1fr)[4];grid-template-columns:repeat(4, 1fr);grid-column-gap:1.5em;grid-row-gap:1.5em}}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.news__listing{display:flex;flex-wrap:wrap}}.news__listing .featured{-ms-grid-row:1;grid-area:1}@media(min-width: 50em){.news__listing .featured{-ms-grid-row:1;-ms-grid-row-span:1;-ms-grid-column:1;-ms-grid-column-span:2;grid-area:1/1/2/3}}@media(min-width: 64em){.news__listing .featured{-ms-grid-row:1;-ms-grid-row-span:2;-ms-grid-column:1;-ms-grid-column-span:2;grid-area:1/1/3/3}}@media(min-width: 64em){.news__listing--paddIn{padding:1.5em}}.news__listing .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease;animation-timing-function:ease;-webkit-animation-delay:0s;animation-delay:0s;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-direction:normal;animation-direction:normal;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-play-state:running;animation-play-state:running;-webkit-animation-name:loadedNews;animation-name:loadedNews}@-webkit-keyframes loadedNews{0%{transform:translateY(200px);opacity:0}100%{transform:translateY(0);opacity:1}}@keyframes loadedNews{0%{transform:translateY(200px);opacity:0}100%{transform:translateY(0);opacity:1}}.artist{overflow-x:hidden}.artist__title{text-transform:uppercase;text-align:center;margin:0}.artist__title__link{color:#fff;display:flex;padding:0 .5em;height:4em;justify-content:center;align-items:center}.artist__title__link:link{color:#fff}.artist__title__link:visited{color:#fff}.artist__title__link:active{color:#fff}.artist__title__link:hover{color:#fff}.artist__grid__item{transition:opacity .5s ease,transform .3s ease;margin-bottom:1.5em;position:relative}.artist__grid__item.active .artist__item{transform:scale(0)}.artist__grid__item.hide{flex-basis:0;max-width:0;margin:0;padding:0}.artist__grid__item.hide .artist__item{opacity:0}.artist__thumbnail{overflow:hidden;position:relative}.artist__thumbnail img{transition:transform .3s ease;width:100%;max-width:initial}.artist__item{height:100%;background-color:#000;display:flex;flex-direction:column;transform:scale(1);transition:transform .33s}.artist__item:hover .artist__item__inner{background-color:#c5002b}.artist__item:hover .artist__thumbnail img{transform:scale(1.05)}.artist__item__inner{transition:background-color .3s ease;background-color:#000;flex-grow:1}.artist__content{display:flex;flex-direction:column;height:100%}.artist__links{display:flex;flex-direction:column;align-items:flex-end}.artist__links .artist__button__container{width:100%}@media(min-width: 50em){.artist__links .artist__button__container{width:50%}}.artist__links .artist__button{margin:0 0 .5em;width:100%;max-width:initial}@media(min-width: 50em){.artist__links .artist__button{margin:0 0 1.5em}}.artist__links .artist__button:nth-child(2){margin-bottom:0}.artist__links--noContent{flex-direction:row;align-items:center;margin-left:-1.5em;flex-wrap:wrap}.artist__links--noContent .artist__button__container{max-width:100%;flex-basis:100%;padding-left:1.5em;flex-grow:1}@media(min-width: 30em){.artist__links--noContent .artist__button__container{max-width:50%;flex-basis:50%}}@media(min-width: 30em){.artist__links--noContent .artist__button{margin:0}}.artist__intro{font-size:.75rem;line-height:1.3;flex-grow:1}@media(min-width: 30em){.artist__intro{font-size:16px;font-size:1rem;line-height:1.3}}@media(min-width: 85.375em){.artist__intro{font-size:20px;font-size:1.25rem}}.artist__intro a{color:#c5002b;text-decoration:underline}.artist__intro a:link{color:#c5002b}.artist__intro a:visited{color:#c5002b}.artist__intro a:active{color:#c5002b}.artist__intro a:hover{color:#000}@media(min-width: 50em){.artist__intro--hasContent{padding-left:1.5rem}}.artist__intro--hasContent .artist__label__thumbnail{float:right;max-width:35%;margin:0 0 1rem 1rem}@media(min-width: 50em){.artist__intro--hasContent .artist__label__thumbnail{max-width:200px}}.artist__intro--noContent .artist__label__thumbnail{margin:0 auto .75rem}.artist__intro--multiLabel .artist__label__thumbnail{float:right;max-width:50%}.artist__filter{display:flex;flex-direction:column;flex-grow:1;max-width:100%;flex-basis:100%;margin-bottom:1.5em}@media(min-width: 30em){.artist__filter{flex-direction:row;align-items:center}}@media(min-width: 50em){.artist__filter{justify-content:flex-end;max-width:50%;flex-basis:50%;margin-bottom:6rem}}.artist__filter__list{list-style:none;display:flex;margin:0 .5em 0 0;flex-direction:column}@media(min-width: 30em){.artist__filter__list{flex-direction:row}}.artist__filter__label{font-size:1rem;line-height:1;margin:0 0 .5em}@media(min-width: 30em){.artist__filter__label{font-size:17px;font-size:1.0625rem;line-height:1}}@media(min-width: 85.375em){.artist__filter__label{font-size:30px;font-size:1.875rem}}@media(min-width: 30em){.artist__filter__label{margin:0}}.artist__filter__item:last-child .artist__filter__button{margin-right:0}.artist__filter__button{font-size:1rem;line-height:1.3;background:rgba(0,0,0,0);border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;display:block;position:relative;cursor:pointer;margin:0 0 .5em;padding:0}@media(min-width: 30em){.artist__filter__button{font-size:17px;font-size:1.0625rem;line-height:1.3}}@media(min-width: 85.375em){.artist__filter__button{font-size:30px;font-size:1.875rem}}@media(min-width: 30em){.artist__filter__button{margin:0 .5em;padding:0 .2em}}.artist__filter__button::after{transition:max-height ease .3s;content:"";display:block;position:absolute;bottom:-0.25em;left:0;width:100%;height:100%;max-height:0;background-color:#c5002b}.artist__filter__button.active::after,.artist__filter__button:hover::after{max-height:4px}.artist__refine{flex-grow:1;max-width:100%;flex-basis:100%;margin-bottom:1.5em}@media(min-width: 30em){.artist__refine{max-width:50%;flex-basis:50%}}@media(min-width: 50em){.artist__refine{max-width:50%;flex-basis:50%;margin-bottom:6rem}}.artist__actions{display:flex;justify-content:space-between;flex-direction:column;margin:1.5em 0 0}@media(min-width: 50em){.artist__actions{margin:2.375rem 0 0;flex-direction:row}}.artist__search__input{display:flex;justify-content:space-between;align-items:center}@media(min-width: 50em){.artist__search__input{max-width:380px}}.artist__search__input input[type=text]{font-size:1rem;line-height:1;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0;margin:0}@media(min-width: 30em){.artist__search__input input[type=text]{font-size:17px;font-size:1.0625rem;line-height:1}}@media(min-width: 85.375em){.artist__search__input input[type=text]{font-size:30px;font-size:1.875rem}}.artist__search__input input[type=text].placeholder{font-size:1rem;line-height:1;opacity:1}@media(min-width: 30em){.artist__search__input input[type=text].placeholder{font-size:17px;font-size:1.0625rem;line-height:1}}@media(min-width: 85.375em){.artist__search__input input[type=text].placeholder{font-size:30px;font-size:1.875rem}}.artist__search__input input[type=text]::-moz-placeholder{font-size:1rem;line-height:1;opacity:1}@media(min-width: 30em){.artist__search__input input[type=text]::-moz-placeholder{font-size:17px;font-size:1.0625rem;line-height:1}}@media(min-width: 85.375em){.artist__search__input input[type=text]::-moz-placeholder{font-size:30px;font-size:1.875rem}}.artist__search__input input[type=text]::-webkit-input-placeholder{font-size:1rem;line-height:1;opacity:1}@media(min-width: 30em){.artist__search__input input[type=text]::-webkit-input-placeholder{font-size:17px;font-size:1.0625rem;line-height:1}}@media(min-width: 85.375em){.artist__search__input input[type=text]::-webkit-input-placeholder{font-size:30px;font-size:1.875rem}}.artist__search__input input[type=text]:-moz-placeholder{font-size:1rem;line-height:1;opacity:1}@media(min-width: 30em){.artist__search__input input[type=text]:-moz-placeholder{font-size:17px;font-size:1.0625rem;line-height:1}}@media(min-width: 85.375em){.artist__search__input input[type=text]:-moz-placeholder{font-size:30px;font-size:1.875rem}}.artist__search__input input[type=text]:-ms-input-placeholder{font-size:1rem;line-height:1;opacity:1}@media(min-width: 30em){.artist__search__input input[type=text]:-ms-input-placeholder{font-size:17px;font-size:1.0625rem;line-height:1}}@media(min-width: 85.375em){.artist__search__input input[type=text]:-ms-input-placeholder{font-size:30px;font-size:1.875rem}}.artist__search__input .icon{font-size:1rem;line-height:1}@media(min-width: 30em){.artist__search__input .icon{font-size:17px;font-size:1.0625rem;line-height:1}}@media(min-width: 85.375em){.artist__search__input .icon{font-size:30px;font-size:1.875rem}}.artist__search__container{position:relative}.artist__search__line{height:4px;width:100%;position:absolute;bottom:-4px;left:0;background-color:#c5002b}.artist__recentNews,.artist__releases{padding:0}.artist__recentNews .col,.artist__releases .col{margin-bottom:1.5em}@media(max-width: 29.99em){.artist__recentNews .col:last-child,.artist__releases .col:last-child{margin-bottom:0}}.artist__main{margin-top:2.375rem}.artist__main,.artist__releases{margin-bottom:3rem}@media(min-width: 50em){.artist__main,.artist__releases{margin-bottom:6rem}}.artist__main .main__thumbnail,.artist__releases .main__thumbnail{margin-bottom:1em}@media(min-width: 50em){.artist__main .main__thumbnail,.artist__releases .main__thumbnail{margin-bottom:0}}.artist__main .releases__thumbnail__image,.artist__releases .releases__thumbnail__image{max-width:initial;width:100%}.section.label{margin:1.5em 0}@media(min-width: 64em){.section.label{margin:2.375rem 0}}.label__thumbnail{transition:transform .3s ease}.label__thumbnail a{display:block}.label__item{transition:background-color .3s ease;background:#f9f9f9;display:flex;justify-content:center;align-items:center;margin-bottom:1.5em;position:relative}.label__item::before{padding:0 0 100%;content:"";pointer-events:none}.label__item:hover .label__thumbnail{transform:scale(1.05)}.label__content{font-size:.75rem;line-height:1.3;display:flex;flex-wrap:wrap}@media(min-width: 30em){.label__content{font-size:16px;font-size:1rem;line-height:1.3}}@media(min-width: 85.375em){.label__content{font-size:20px;font-size:1.25rem}}@media(min-width: 50em){.label__content{margin:2.375rem 0 4.8em}}.label__featured{background-color:#f9f9f9;display:flex;justify-content:center;align-items:center;max-width:100%;flex-basis:100%;margin-top:1em}@media(min-width: 50em){.label__featured{margin-top:0}}.label__featured__container{order:1;flex-grow:1;margin-bottom:1em}@media(min-width: 50em){.label__featured__container{order:2;max-width:40%;flex-basis:40%;margin-bottom:0}}.label__featured__container .button{max-width:initial;width:100%}.label__inner{order:1;flex-grow:1;display:flex;flex-direction:column;justify-content:space-between;max-width:100%;flex-basis:100%}@media(min-width: 50em){.label__inner{order:1;max-width:60%;flex-basis:60%}}@media(min-width: 50em){.label__inner__content{padding-right:16vw}}.label__inner__content a{color:#c5002b;text-decoration:underline;transition:color .3s ease}.label__inner__content a:link{color:#c5002b}.label__inner__content a:visited{color:#c5002b}.label__inner__content a:active{color:#c5002b}.label__inner__content a:hover{color:#000}.label__inner__content>ol,.label__inner__content>ul{margin-left:1.5em;line-height:1.6}.label__inner .button{text-align:left}@media(max-width: 49.99em){.label__inner .button{text-align:left;margin:0 0 3em;align-self:flex-end;max-width:70%}}@media(min-width: 50em){.label__inner .button{margin-bottom:0}}.label--single{width:94%;margin:0 auto}@media(min-width: 50em){.label--single{margin:0 0 6rem;width:auto}}.label--single .col{margin-bottom:1.5em}.single .label--single{width:100%}.loadmore{padding:3rem}@media(min-width: 50em){.loadmore{padding:6rem}}.loadmore--button{max-width:380px;width:94%;margin:0 auto}.loadmore .button{transition-property:transform,opacity;transition-duration:1s;transition-timing-function:ease-out;transition-delay:0s;opacity:1}.loadmore .button.active{transform:translateX(100vw);opacity:0}.contact__details{font-size:.75rem;line-height:1.3;width:94%;margin:1.5em auto 0}@media(min-width: 30em){.contact__details{font-size:16px;font-size:1rem;line-height:1.3}}@media(min-width: 85.375em){.contact__details{font-size:20px;font-size:1.25rem}}@media(min-width: 50em){.contact__details{width:auto;margin:2.375rem 0 0}}.contact__details a{color:#c5002b}.contact__details a:link{color:#c5002b}.contact__details a:visited{color:#c5002b}.contact__details a:active{color:#c5002b}.contact__details a:hover{color:#c5002b}.contact__details p{margin:0 0 .2em;display:flex;align-items:center}.contact__details p a{overflow-wrap:break-word;word-wrap:break-word;word-break:break-all;word-break:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.contact__details .icon{font-size:1rem;line-height:1.3;margin-right:.8em}@media(min-width: 30em){.contact__details .icon{font-size:17px;font-size:1.0625rem;line-height:1.3}}@media(min-width: 85.375em){.contact__details .icon{font-size:30px;font-size:1.875rem}}.contact__details .contact__details__address{margin-bottom:.8em;align-items:flex-start}.contact__content{font-size:.75rem;line-height:1.3;margin:0 0 3rem}@media(min-width: 30em){.contact__content{font-size:16px;font-size:1rem;line-height:1.3}}@media(min-width: 85.375em){.contact__content{font-size:20px;font-size:1.25rem}}@media(min-width: 50em){.contact__content{margin:3rem 0}}.contact__content a{color:#c5002b;text-decoration:underline}.contact__content a:link{color:#c5002b}.contact__content a:visited{color:#c5002b}.contact__content a:active{color:#c5002b}.contact__content a:hover{color:#000}.contact__instagram{width:94%;margin:0 auto 0}@media(min-width: 50em){.contact__instagram{width:auto;margin:0}}.contact__instagram__title{margin:0 0 1em;display:flex;align-items:center}.contact__instagram .icon{font-size:1rem;line-height:1.3;margin-right:.8em}@media(min-width: 30em){.contact__instagram .icon{font-size:17px;font-size:1.0625rem;line-height:1.3}}@media(min-width: 85.375em){.contact__instagram .icon{font-size:30px;font-size:1.875rem}}.loading{transition:transform .5s ease-in-out;width:100%;height:100%;position:fixed;top:0;left:0;background-color:#000;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:var(--depthAboveAlland10)}@media(min-width: 64em){.loading{display:none}}.loading.active{transform:translateY(100%)}.loading.cover{transform:translateY(0)}.loading__image{max-width:150px}.loading__animation{-webkit-animation:2s linear infinite svg-animation;animation:2s linear infinite svg-animation;width:30px;margin-top:2em}.loading__animation circle{-webkit-animation:1.4s ease-in-out infinite both circle-animation;animation:1.4s ease-in-out infinite both circle-animation;display:block;fill:rgba(0,0,0,0);stroke:#c5002b;stroke-linecap:round;stroke-dasharray:283;stroke-dashoffset:280;stroke-width:10px;transform-origin:50% 50%}@-webkit-keyframes svg-animation{0%{transform:rotateZ(0deg)}100%{transform:rotateZ(360deg)}}@keyframes svg-animation{0%{transform:rotateZ(0deg)}100%{transform:rotateZ(360deg)}}@-webkit-keyframes circle-animation{0%,25%{stroke-dashoffset:280;transform:rotate(0)}50%,75%{stroke-dashoffset:75;transform:rotate(45deg)}100%{stroke-dashoffset:280;transform:rotate(360deg)}}@keyframes circle-animation{0%,25%{stroke-dashoffset:280;transform:rotate(0)}50%,75%{stroke-dashoffset:75;transform:rotate(45deg)}100%{stroke-dashoffset:280;transform:rotate(360deg)}}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.loading{display:none}}.jobOpportunity{font-size:.9375rem;line-height:1.5;clear:both;margin-bottom:3rem}@media(min-width: 30em){.jobOpportunity{font-size:15px;font-size:.9375rem;line-height:1.5}}@media(min-width: 85.375em){.jobOpportunity{font-size:17px;font-size:1.0625rem}}@media(min-width: 50em){.jobOpportunity{margin-bottom:6rem}}.jobOpportunity__title{margin:0 0 1em}.jobOpportunity__subtitle{margin:0}.jobOpportunity__subtitle a{color:#c5002b}.jobOpportunity__subtitle a:link{color:#c5002b}.jobOpportunity__subtitle a:visited{color:#c5002b}.jobOpportunity__subtitle a:active{color:#c5002b}.jobOpportunity__subtitle a:hover{color:#c5002b}.jobOpportunity__location{margin:0 0 1.5em}.career__content{margin-left:1.5em;margin-bottom:3rem}@media(min-width: 50em){.career__content{margin-left:2.375rem;margin-bottom:6rem}}.nav__container{display:flex;flex-grow:1;justify-content:flex-end}.navbackground{position:fixed;width:100%;height:100%;z-index:var(--depthAboveAll);background:rgba(0,0,0,.01);top:0;left:0;transform:translateX(-100%);pointer-events:none}@media(min-width: 64.0625em){.navbackground{display:none}}.navbackground.active{pointer-events:all;transform:translateX(0) translateY(0)}.nav--primary{display:flex;flex-direction:column;position:fixed;top:0;left:0;width:80%;height:100%;max-height:100%;overflow:auto;background-color:#fff;z-index:var(--depthAboveAlland1);transform:translateX(-100%)}@media(min-width: 64.0625em){.nav--primary{transform:translateX(0) translateY(0);position:relative;flex-direction:row;justify-content:flex-end;align-items:center;width:auto;overflow:visible}}.nav--primary.active{transform:translateX(0) translateY(0);box-shadow:0 0 10px rgba(0,0,0,.8)}.nav--primary.animate{transition:transform .5s ease}.nav{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;justify-content:center;align-items:center}@media(min-width: 50em){.nav{flex-direction:row;justify-content:center;flex-grow:1;text-align:center;margin:0 1.5em}}.nav .menu-item{position:relative;width:100%}@media(min-width: 50em){.nav .menu-item{width:auto}}.nav .menu-item:last-child a{border:0}.nav .menu-item:hover .sub-menu{opacity:1;top:4em;pointer-events:all}@media(min-width: 50em){.nav .menu-item:hover .sub-menu li a{transform:translateX(0);opacity:1}.nav .menu-item:hover .sub-menu li:nth-child(1n) a{transition-delay:.1s}.nav .menu-item:hover .sub-menu li:nth-child(2n) a{transition-delay:.2s}.nav .menu-item:hover .sub-menu li:nth-child(3n) a{transition-delay:.3s}.nav .menu-item:hover .sub-menu li:nth-child(4n) a{transition-delay:.4s}.nav .menu-item:hover .sub-menu li:nth-child(5n) a{transition-delay:.5s}.nav .menu-item:hover .sub-menu li:nth-child(6n) a{transition-delay:.6s}.nav .menu-item:hover .sub-menu li:nth-child(7n) a{transition-delay:.7s}.nav .menu-item:hover .sub-menu li:nth-child(8n) a{transition-delay:.8s}.nav .menu-item:hover .sub-menu li:nth-child(9n) a{transition-delay:.9s}.nav .menu-item:hover .sub-menu li:nth-child(10n) a{transition-delay:1s}}.nav a{transition:color .3s ease;font-size:1rem;line-height:1;color:#000;display:block;position:relative;margin:0;padding:1em;width:100%;border-bottom:solid 1px rgba(49,49,49,.2);background-color:#fff;font-family:"Helvetica Now Micro W05 Bold",sans-serif;letter-spacing:.05rem;text-transform:uppercase}@media(min-width: 30em){.nav a{font-size:14px;font-size:.875rem;line-height:1}}@media(min-width: 64em){.nav a{font-size:14px;font-size:.875rem;line-height:1}}@media(min-width: 85.375em){.nav a{font-size:14px;font-size:.875rem}}.nav a:link{color:#000}.nav a:visited{color:#000}.nav a:active{color:#000}.nav a:hover{color:#c5002b}@media(min-width: 68.75em){.nav a{padding:2.575rem 0 2.175rem}}@media(min-width: 50em){.nav a{font-family:"Helvetica Now Display W05 Bold",sans-serif;margin:0 .4em;padding:2.775rem 0 1.975rem;width:auto;border:0}}.nav .current-menu-item>a,.nav .current_page_parent>a{color:#c5002b}.nav .current-menu-item>a:link,.nav .current_page_parent>a:link{color:#c5002b}.nav .current-menu-item>a:visited,.nav .current_page_parent>a:visited{color:#c5002b}.nav .current-menu-item>a:active,.nav .current_page_parent>a:active{color:#c5002b}.nav .current-menu-item>a:hover,.nav .current_page_parent>a:hover{color:#c5002b}.nav .current-menu-item .sub-menu .current-menu-item a,.nav .current_page_parent .sub-menu .current-menu-item a{color:#000}.nav .current-menu-item .sub-menu .current-menu-item a:link,.nav .current_page_parent .sub-menu .current-menu-item a:link{color:#000}.nav .current-menu-item .sub-menu .current-menu-item a:visited,.nav .current_page_parent .sub-menu .current-menu-item a:visited{color:#000}.nav .current-menu-item .sub-menu .current-menu-item a:active,.nav .current_page_parent .sub-menu .current-menu-item a:active{color:#000}.nav .current-menu-item .sub-menu .current-menu-item a:hover,.nav .current_page_parent .sub-menu .current-menu-item a:hover{color:#c5002b}.sub-menu{padding:0;list-style:none;z-index:var(--depthAbove);background-color:rgba(255,255,255,.2)}@media(min-width: 50em){.sub-menu{background-color:#fff;text-align:left;position:absolute;top:3em;left:.8em;opacity:0;padding:1em 0;box-shadow:0 0 15px rgba(0,0,0,.4);pointer-events:none}}.initiated .sub-menu{transition:opacity ease .4s,top ease .4s}.sub-menu .menu-item:last-child a{margin:0}.sub-menu a{background-color:rgba(255,255,255,.001);padding:1em 1.5em}@media(min-width: 50em){.sub-menu a{color:#000;font-size:1rem;line-height:1.4;white-space:nowrap;padding:0 1.375em;position:relative;margin:0 0 1em;opacity:0;transform:translateX(-1em);transition:opacity .3s ease,transform .3s}.sub-menu a:link{color:#000}.sub-menu a:visited{color:#000}.sub-menu a:active{color:#000}.sub-menu a:hover{color:#c5002b}}@media(min-width: 50em)and (min-width: 30em){.sub-menu a{font-size:14px;font-size:.875rem;line-height:1.4}}@media(min-width: 50em)and (min-width: 64em){.sub-menu a{font-size:14px;font-size:.875rem;line-height:1.4}}@media(min-width: 50em)and (min-width: 85.375em){.sub-menu a{font-size:14px;font-size:.875rem}}.preheader{background-color:#000;padding:.5rem .8rem;border-bottom:solid 1px #313131}@media(min-width: 30em){.preheader{padding:.8rem 1.2rem}}.preheader__inner{display:flex;justify-content:flex-end}.preheader__logo{max-width:40px}@media(min-width: 50em){.preheader__logo{max-width:55px}}.header{background-color:#fff;transition:top ease .5s;top:0;left:0;position:fixed;width:100%;z-index:var(--depthAboveAll)}.header.header__hide{top:-76px}@media(min-width: 30em){.header.header__hide{top:-85px}}@media(min-width: 50em){.header.header__hide{top:-99px}}@media(min-width: 64em){.header.header__hide{top:-132px}}.header.header__show{top:-33px}@media(min-width: 30em){.header.header__show{top:-43px}}.header__inner{padding-left:1rem;display:flex;justify-content:space-between;align-items:center}@media(min-width: 30em){.header__inner{padding-left:1.5rem}}@media(min-width: 64em){.header__inner{padding-left:2.375rem}}.header__button{font-size:.875rem;line-height:1;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background-color:#fff;display:block;text-align:center;color:rgba(0,0,0,.4);padding:1em;cursor:pointer}@media(min-width: 30em){.header__button{font-size:14px;font-size:.875rem;line-height:1}}@media(min-width: 85.375em){.header__button{font-size:22px;font-size:1.375rem}}@media(min-width: 50em){.header__button{padding:1.5em}}.header__button:hover{transition:background .3s ease,color .3s ease;color:#fff;background-color:#c5002b}.header__button.burger{border:0}@media(min-width: 64.0625em){.header__button.burger{display:none}}.main{margin-top:76px}@media(min-width: 30em){.main{margin-top:85px}}@media(min-width: 50em){.main{margin-top:99px}}@media(min-width: 64em){.main{margin-top:132px}}.main__header{background-color:#c5002b}.main strong{font-family:"Helvetica Now Micro W05 Bold",sans-serif}@media(min-width: 50em){.main strong{font-family:"Helvetica Now Display W05 Bold",sans-serif}}.main__date{margin:0 0 1rem;color:#2d3034;font-size:11px;display:block}@media(min-width: 30em){.main__date{margin-bottom:1.5rem}}@media(min-width: 64em){.main__date{font-size:14px;margin-bottom:2.375rem}}.main__title{font-size:1.375rem;line-height:1;font-family:"Helvetica Now Display W05 Black",sans-serif;color:#fff;padding:1.6rem 1rem;margin:0;text-transform:uppercase}@media(min-width: 30em){.main__title{font-size:24px;font-size:1.5rem;line-height:1}}@media(min-width: 85.375em){.main__title{font-size:34px;font-size:2.125rem}}@media(min-width: 30em){.main__title{padding-left:1.5rem}}@media(min-width: 64em){.main__title{padding-left:2.375rem}}.main__subtitle{font-size:1rem;line-height:1.3;background-color:#000;position:relative;z-index:var(--depthAbove);padding:1.5rem 1rem 1rem;color:#fff}@media(min-width: 30em){.main__subtitle{font-size:17px;font-size:1.0625rem;line-height:1.3}}@media(min-width: 85.375em){.main__subtitle{font-size:30px;font-size:1.875rem}}@media(min-width: 50em){.main__subtitle{padding:1.25rem 2.375rem;margin:2.375rem -100% 2.375rem 0;width:54%;display:inline-block}}@media(min-width: 50em){.main__featured{float:right;max-width:51%;margin:0 0 2.375rem 2.375rem}}.main__inner>.wrapper>.grid{margin-left:-1rem}@media(min-width: 30em){.main__inner>.wrapper>.grid{margin-left:-1.5rem}}@media(min-width: 64em){.main__inner>.wrapper>.grid{margin-left:-2rem}}@media(min-width: 85.375em){.main__inner>.wrapper>.grid{margin-left:-2.375rem}}.main__inner>.wrapper>.grid>.col{padding-left:1rem}@media(min-width: 30em){.main__inner>.wrapper>.grid>.col{padding-left:1.5rem}}@media(min-width: 64em){.main__inner>.wrapper>.grid>.col{padding-left:2rem}}@media(min-width: 85.375em){.main__inner>.wrapper>.grid>.col{padding-left:2.375rem}}.main__content--padding{font-size:.75rem;line-height:1.3}@media(min-width: 30em){.main__content--padding{font-size:16px;font-size:1rem;line-height:1.3}}@media(min-width: 85.375em){.main__content--padding{font-size:20px;font-size:1.25rem}}@media(min-width: 50em){.main__content--padding{padding-top:1.5rem}}@media(min-width: 64em){.main__content--padding{padding-top:2.375rem}}.main__content--padding .main__body--single{margin:0 1rem 3rem}@media(min-width: 50em){.main__content--padding .main__body--single{margin-bottom:1.5rem;margin-left:1.5rem}}@media(min-width: 64em){.main__content--padding .main__body--single{margin-bottom:6rem;margin-left:2.375rem}}.main__content--padding .main__body--single a{color:#c5002b;text-decoration:underline;transition:color .3s ease}.main__content--padding .main__body--single a:link{color:#c5002b}.main__content--padding .main__body--single a:visited{color:#c5002b}.main__content--padding .main__body--single a:active{color:#c5002b}.main__content--padding .main__body--single a:hover{color:#000}.main__content--padding .main__body--single>ol,.main__content--padding .main__body--single>ul{margin-left:1.5em;line-height:1.6}.main__noresults{margin:5vh 0}@media(max-width: 49.99em){.main p{line-height:1.4}}.main__thumbnail,.wp-block-image figure{position:relative}.wp-block-image{margin:0}.main__caption,.wp-block-image figcaption{font-size:.8125rem;line-height:1;position:absolute;bottom:0;left:0;margin:0;background-color:#fff;color:#000;padding:.5em 1em}@media(min-width: 30em){.main__caption,.wp-block-image figcaption{font-size:13px;font-size:.8125rem;line-height:1}}@media(min-width: 85.375em){.main__caption,.wp-block-image figcaption{font-size:13px;font-size:.8125rem}}.main__inner .wp-block-group h1,.main__inner .wp-block-group h2,.main__inner .wp-block-group h3,.main__inner .wp-block-group h4,.main__inner .wp-block-group h5,.main__inner .wp-block-group h6{clear:none}.wp-block-group h1,.wp-block-group h2,.wp-block-group h3,.wp-block-group h4,.wp-block-group h5,.wp-block-group h6{font-size:150%;clear:both}.wp-block-quote{padding:2.375rem;border-left:3px solid #c7c6c6}.wp-block-spacer{clear:none}.footer{background-color:#f9f9f9;text-align:center;padding:2.375rem 1.2rem}.footer__getItRight{max-width:102px;margin:1.6em auto 0;display:block}.footer__inner{font-size:.75rem;line-height:1.4}@media(min-width: 30em){.footer__inner{font-size:12px;font-size:.75rem;line-height:1.4}}@media(min-width: 85.375em){.footer__inner{font-size:12px;font-size:.75rem}}.footer__inner p{margin:0 0 .2em}.footer .menu{display:flex;flex-direction:column;list-style:none;flex-wrap:wrap;justify-content:center;align-items:center;margin:.5em 0 0}@media(min-width: 30em){.footer .menu{flex-direction:row}}.footer .menu .menu-item a{padding:.2em;display:block}@media(min-width: 30em){.footer .menu .menu-item a{padding:0;display:inline-block}}@media(min-width: 30em){.footer .menu .menu-item::after{content:"-";display:inline-block;margin:0 1.5px}.footer .menu .menu-item:last-child::after{display:none}}.footer__logos{display:flex;justify-content:center;align-items:center;flex-wrap:wrap}.copyright__year{color:#555}@font-face{font-family:"sony";src:url(data:font/woff2;base64,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) format("woff2"),url(/wp-content/themes/legion/dist/b803cfc7e80e41fca7ab.ttf?nby1qn) format("truetype"),url(data:font/woff;base64,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) format("woff"),url(/wp-content/themes/legion/dist/8fa7b75a21d4e4103ebd.svg?nby1qn#sony) format("svg");font-weight:normal;font-style:normal;font-display:block}.icon{font-family:"sony" !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-tiktok::before{content:""}.icon-vine::before{content:""}.icon-reddit-alien::before{content:""}.icon-pinterest-p::before{content:""}.icon-whatsapp::before{content:""}.icon-skype::before{content:""}.icon-tumblr::before{content:""}.icon-snapchat-ghost::before{content:""}.icon-wechat::before{content:""}.icon-weixin::before{content:""}.icon-linkedin::before{content:""}.icon-arrow-back::before{content:""}.icon-arrow::before{content:""}.icon-search::before{content:""}.icon-phone::before{content:""}.icon-home::before{content:""}.icon-newsletter::before{content:""}.icon-youtube::before{content:""}.icon-instagram::before{content:""}.icon-twitter::before{content:""}.icon-facebook::before{content:""}.brand{width:120px}@media(min-width: 50em){.brand{width:200px}}@media(min-width: 68.75em){.brand{width:240px}}.burger{position:relative;top:auto;left:auto;height:auto;display:block;order:3}.burger--icon,.burger--icon::after,.burger--icon::before{background:#000}.header__button:hover .burger--icon,.header__button:hover .burger--icon::after,.header__button:hover .burger--icon::before{background:#fff}.header__button:hover .burger--icon{background:#c5002b}.wrapper--short{width:94%;margin:0 auto}.intro{font-size:.75rem;line-height:1.3;margin-bottom:1em}@media(min-width: 30em){.intro{font-size:16px;font-size:1rem;line-height:1.3}}@media(min-width: 85.375em){.intro{font-size:20px;font-size:1.25rem}}@media(max-width: 49.99em){.intro{margin-top:1em}}@media(min-width: 50em){.intro{margin-bottom:3em}}@media(max-width: 49.99em){.intro__content{margin-top:1em}}.intro__inline{float:right;max-width:35%;margin:0 0 1rem 1rem}@media(min-width: 50em){.intro__inline{max-width:200px}}.intro__body{margin-bottom:1em}.intro__body a{color:#c5002b;text-decoration:underline;transition:color .3s ease}.intro__body a:link{color:#c5002b}.intro__body a:visited{color:#c5002b}.intro__body a:active{color:#c5002b}.intro__body a:hover{color:#000}.intro__title{font-size:1rem;line-height:1.3;text-transform:uppercase;margin-bottom:.5em}@media(min-width: 30em){.intro__title{font-size:17px;font-size:1.0625rem;line-height:1.3}}@media(min-width: 85.375em){.intro__title{font-size:30px;font-size:1.875rem}}.intro__subTitle{font-size:.75rem;line-height:1.3;margin-bottom:1em}@media(min-width: 30em){.intro__subTitle{font-size:16px;font-size:1rem;line-height:1.3}}@media(min-width: 85.375em){.intro__subTitle{font-size:20px;font-size:1.25rem}}.intro__layout{display:flex;flex-direction:column;justify-content:space-between}.intro__actions{display:flex;flex-direction:column;align-items:center}@media(min-width: 50em){.intro__actions{align-items:flex-end}}.intro__button{margin-bottom:.5em;width:100%;max-width:100%;margin:0 0 3em}@media(min-width: 50em){.intro__button{max-width:50%}}.intro__button:last-child{margin-bottom:0}.block__title{background:#c5002b;color:#fff}.block__title__text{font-size:1.125rem;line-height:1.4;margin:0;padding:1rem 0;text-transform:uppercase;position:relative;z-index:var(--depthAbove);flex-grow:1}@media(min-width: 30em){.block__title__text{font-size:20px;font-size:1.25rem;line-height:1.4}}@media(min-width: 85.375em){.block__title__text{font-size:30px;font-size:1.875rem}}.password{max-width:500px}
