/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. CUSTOM FOR platform: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .button-base selector
 */
button,
html input[type="button"],
input[type="reset"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. CUSTOM FOR platform: changed from `textfield` to `none` to normalize iOS rounded input
 * 2. CUSTOM FOR platform: box-sizing: content-box rule removed
 *    (similar to normalize.css >=4.0.0)
 */
input[type='search'] {
  -webkit-appearance: none;
  /* 1 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}


@font-face {
  font-family: 'site-icons';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format('truetype');
  font-weight: normal;
  font-style: normal;
}
[class^="component-icon-"],
[class*=" component-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'site-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-slider-right:before {
  content: "\e600";
}
.icon-slider-left:before {
  content: "\e601";
}
.icon-nav-menu:before {
  content: "\e602";
}
.icon-arrow-down:before,
.icon-dropdown-toggle:before {
  content: "\e603";
}
.icon-file-upload-remove:before {
  content: "\e900";
}
.icon-file-upload-icon:before {
  content: "\e903";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
html.component-mod-touch * {
  background-attachment: scroll !important;
}
.block {
  display: block;
}
.inline-block {
  max-width: 100%;
  display: inline-block;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.clearfix:after {
  clear: both;
}
.is-hidden {
  display: none;
}
.button-base {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}
input.button-base {
  -webkit-appearance: button;
}
html[data-component-dynpage] [data-component-cloak] {
  color: transparent !important;
}
.component-code-block {
  margin: unset;
}
pre.component-code-block code {
  all: inherit;
}
pre.component-code-block code > span {
  display: block !important;
}
.component-optimization {
  display: contents;
}
.component-platform-badge,
.component-platform-badge > img {
  box-sizing: unset;
  width: unset;
  height: unset;
  max-height: unset;
  max-width: unset;
  min-height: unset;
  min-width: unset;
  margin: unset;
  padding: unset;
  float: unset;
  clear: unset;
  border: unset;
  border-radius: unset;
  background: unset;
  background-image: unset;
  background-position: unset;
  background-size: unset;
  background-repeat: unset;
  background-origin: unset;
  background-clip: unset;
  background-attachment: unset;
  background-color: unset;
  box-shadow: unset;
  transform: unset;
  transition: unset;
  direction: unset;
  font-family: unset;
  font-weight: unset;
  color: unset;
  font-size: unset;
  line-height: unset;
  font-style: unset;
  font-variant: unset;
  text-align: unset;
  letter-spacing: unset;
  text-decoration: unset;
  text-indent: unset;
  text-transform: unset;
  list-style-type: unset;
  text-shadow: unset;
  vertical-align: unset;
  cursor: unset;
  white-space: unset;
  word-break: unset;
  word-spacing: unset;
  word-wrap: unset;
}
.component-platform-badge {
  position: fixed !important;
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 2147483647 !important;
  top: auto !important;
  right: 12px !important;
  bottom: 12px !important;
  left: auto !important;
  color: #aaadb0 !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  padding: 6px !important;
  font-size: 12px !important;
  line-height: 14px !important;
  text-decoration: none !important;
  transform: none !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
  overflow: unset !important;
  white-space: nowrap;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.component-platform-badge > img {
  position: unset;
  display: inline-block !important;
  visibility: unset !important;
  opacity: 1 !important;
  vertical-align: middle !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: 10px;
}
h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}
h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}
h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}
h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}
h6 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
blockquote {
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border-left: 5px solid #E2E2E2;
  font-size: 18px;
  line-height: 22px;
}
figure {
  margin: 0;
  margin-bottom: 10px;
}
figcaption {
  margin-top: 5px;
  text-align: center;
}
ul,
ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}
.component-list-unstyled {
  padding-left: 0;
  list-style: none;
}
.embedded-content:before,
.embedded-content:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.embedded-content:after {
  clear: both;
}
.video-embed {
  width: 100%;
  position: relative;
  padding: 0;
}
.video-embed iframe,
.video-embed object,
.video-embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
button,
[type='button'],
[type='reset'] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}
.form-wrapper {
  margin: 0 0 15px;
}
.form-success {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #dddddd;
}
.form-error {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}
label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.input-base,
.select-base {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
.input-base::placeholder,
.select-base::placeholder {
  color: #999;
}
.input-base:focus,
.select-base:focus {
  border-color: #3898EC;
  outline: 0;
}
.input-base[disabled],
.select-base[disabled],
.input-base[readonly],
.select-base[readonly],
fieldset[disabled] .input-base,
fieldset[disabled] .select-base {
  cursor: not-allowed;
}
.input-base[disabled]:not(.input-base-disabled),
.select-base[disabled]:not(.input-base-disabled),
.input-base[readonly],
.select-base[readonly],
fieldset[disabled]:not(.input-base-disabled) .input-base,
fieldset[disabled]:not(.input-base-disabled) .select-base {
  background-color: #eeeeee;
}
textarea.input-base,
textarea.select-base {
  height: auto;
}
.select-base {
  background-color: #f3f3f3;
}
.select-base[multiple] {
  height: auto;
}
.form-label-base {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0px;
}
.radio {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}
.radio:before,
.radio:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.radio:after {
  clear: both;
}
.radio-input {
  margin: 4px 0 0;
  line-height: normal;
  float: left;
  margin-left: -20px;
}
.radio-input {
  margin-top: 3px;
}
.component-file-upload {
  display: block;
  margin-bottom: 10px;
}
.component-file-upload-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -100;
}
.component-file-upload-default,
.component-file-upload-uploading,
.component-file-upload-success {
  display: inline-block;
  color: #333333;
}
.component-file-upload-error {
  display: block;
  margin-top: 10px;
}
.component-file-upload-default.is-hidden,
.component-file-upload-uploading.is-hidden,
.component-file-upload-error.is-hidden,
.component-file-upload-success.is-hidden {
  display: none;
}
.component-file-upload-uploading-btn {
  display: flex;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.component-file-upload-file {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.component-file-upload-file-name {
  font-size: 14px;
  font-weight: normal;
  display: block;
}
.component-file-remove-link {
  margin-top: 3px;
  margin-left: 10px;
  width: auto;
  height: auto;
  padding: 3px;
  display: block;
  cursor: pointer;
}
.icon-file-upload-remove {
  margin: auto;
  font-size: 10px;
}
.component-file-upload-error-msg {
  display: inline-block;
  color: #ea384c;
  padding: 2px 0;
}
.component-file-upload-info {
  display: inline-block;
  line-height: 38px;
  padding: 0 12px;
}
.component-file-upload-label {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.icon-file-upload-icon,
.icon-file-upload-uploading {
  display: inline-block;
  margin-right: 8px;
  width: 20px;
}
.icon-file-upload-uploading {
  height: 20px;
}
.component-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}
.component-container:before,
.component-container:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.component-container:after {
  clear: both;
}
.component-container .row {
  margin-left: -10px;
  margin-right: -10px;
}
.row:before,
.row:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.row:after {
  clear: both;
}
.row .row {
  margin-left: 0;
  margin-right: 0;
}
.column {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.column .column {
  padding-left: 0;
  padding-right: 0;
}
.column--1 {
  width: 8.33333333%;
}
.column--2 {
  width: 16.66666667%;
}
.column--3 {
  width: 25%;
}
.column--4 {
  width: 33.33333333%;
}
.column--5 {
  width: 41.66666667%;
}
.column--6 {
  width: 50%;
}
.column--7 {
  width: 58.33333333%;
}
.column--8 {
  width: 66.66666667%;
}
.column--9 {
  width: 75%;
}
.column--10 {
  width: 83.33333333%;
}
.column--11 {
  width: 91.66666667%;
}
.column--12 {
  width: 100%;
}
.is-hidden-main {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .component-container {
    max-width: 728px;
  }
  .is-hidden-main {
    display: inherit !important;
  }
  .is-hidden-medium {
    display: none !important;
  }
  .column-medium-1 {
    width: 8.33333333%;
  }
  .column-medium-2 {
    width: 16.66666667%;
  }
  .column-medium-3 {
    width: 25%;
  }
  .column--medium-4 {
    width: 33.33333333%;
  }
  .column-medium-5 {
    width: 41.66666667%;
  }
  .column-medium-6 {
    width: 50%;
  }
  .column-medium-7 {
    width: 58.33333333%;
  }
  .column-medium-8 {
    width: 66.66666667%;
  }
  .column-medium-9 {
    width: 75%;
  }
  .column-medium-10 {
    width: 83.33333333%;
  }
  .column-medium-11 {
    width: 91.66666667%;
  }
  .column-medium-12 {
    width: 100%;
  }
  .column--stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  .is-hidden-main {
    display: inherit !important;
  }
  .is-hidden-medium {
    display: inherit !important;
  }
  .is-hidden-small {
    display: none !important;
  }
  .row,
  .component-container .row {
    margin-left: 0;
    margin-right: 0;
  }
  .column {
    width: 100%;
    left: auto;
    right: auto;
  }
  .column-small-1 {
    width: 8.33333333%;
  }
  .column-small-2 {
    width: 16.66666667%;
  }
  .column-small-3 {
    width: 25%;
  }
  .column--small-4 {
    width: 33.33333333%;
  }
  .column-small-5 {
    width: 41.66666667%;
  }
  .column--small-6 {
    width: 50%;
  }
  .column-small-7 {
    width: 58.33333333%;
  }
  .column--small-8 {
    width: 66.66666667%;
  }
  .column-small-9 {
    width: 75%;
  }
  .column-small-10 {
    width: 83.33333333%;
  }
  .column-small-11 {
    width: 91.66666667%;
  }
  .column-small-12 {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .component-container {
    max-width: none;
  }
  .is-hidden-main {
    display: inherit !important;
  }
  .is-hidden-medium {
    display: inherit !important;
  }
  .is-hidden-small {
    display: inherit !important;
  }
  .is-hidden-tiny {
    display: none !important;
  }
  .column {
    width: 100%;
  }
  .column-tiny-1 {
    width: 8.33333333%;
  }
  .column-tiny-2 {
    width: 16.66666667%;
  }
  .column-tiny-3 {
    width: 25%;
  }
  .column-tiny-4 {
    width: 33.33333333%;
  }
  .column-tiny-5 {
    width: 41.66666667%;
  }
  .column--tiny-6 {
    width: 50%;
  }
  .column-tiny-7 {
    width: 58.33333333%;
  }
  .column-tiny-8 {
    width: 66.66666667%;
  }
  .column-tiny-9 {
    width: 75%;
  }
  .column-tiny-10 {
    width: 83.33333333%;
  }
  .column-tiny-11 {
    width: 91.66666667%;
  }
  .column-tiny-12 {
    width: 100%;
  }
}
.component-widget {
  position: relative;
}
.component-widget-map {
  width: 100%;
  height: 400px;
}
.component-widget-map label {
  width: auto;
  display: inline;
}
.component-widget-map img {
  max-width: inherit;
}
.component-widget-map .gm-style-iw {
  text-align: center;
}
.component-widget-map .gm-style-iw > button {
  display: none !important;
}
.component-widget-twitter {
  overflow: hidden;
}
.component-widget-twitter-count-shim {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 28px;
  height: 20px;
  text-align: center;
  background: white;
  border: #758696 solid 1px;
  border-radius: 3px;
}
.component-widget-twitter-count-shim * {
  pointer-events: none;
  user-select: none;
}
.component-widget-twitter-count-shim .component-widget-twitter-count-inner {
  position: relative;
  font-size: 15px;
  line-height: 12px;
  text-align: center;
  color: #999;
  font-family: serif;
}
.component-widget-twitter-count-shim .component-widget-twitter-count-clear {
  position: relative;
  display: block;
}
.component-widget-twitter-count-shim.component--large {
  width: 36px;
  height: 28px;
}
.component-widget-twitter-count-shim.component--large .component-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px;
}
.component-widget-twitter-count-shim:not(.component--vertical) {
  margin-left: 5px;
  margin-right: 8px;
}
.component-widget-twitter-count-shim:not(.component--vertical).component--large {
  margin-left: 6px;
}
.component-widget-twitter-count-shim:not(.component--vertical):before,
.component-widget-twitter-count-shim:not(.component--vertical):after {
  top: 50%;
  left: 0;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.component-widget-twitter-count-shim:not(.component--vertical):before {
  border-color: rgba(117, 134, 150, 0);
  border-right-color: #5d6c7b;
  border-width: 4px;
  margin-left: -9px;
  margin-top: -4px;
}
.component-widget-twitter-count-shim:not(.component--vertical).component--large:before {
  border-width: 5px;
  margin-left: -10px;
  margin-top: -5px;
}
.component-widget-twitter-count-shim:not(.component--vertical):after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: white;
  border-width: 4px;
  margin-left: -8px;
  margin-top: -4px;
}
.component-widget-twitter-count-shim:not(.component--vertical).component--large:after {
  border-width: 5px;
  margin-left: -9px;
  margin-top: -5px;
}
.component-widget-twitter-count-shim.component--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}
.component-widget-twitter-count-shim.component--vertical:before,
.component-widget-twitter-count-shim.component--vertical:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.component-widget-twitter-count-shim.component--vertical:before {
  border-color: rgba(117, 134, 150, 0);
  border-top-color: #5d6c7b;
  border-width: 5px;
  margin-left: -5px;
}
.component-widget-twitter-count-shim.component--vertical:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: white;
  border-width: 4px;
  margin-left: -4px;
}
.component-widget-twitter-count-shim.component--vertical .component-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px;
}
.component-widget-twitter-count-shim.component--vertical.component--large {
  width: 76px;
}
.background-video {
  position: relative;
  overflow: hidden;
  height: 500px;
  color: white;
}
.background-video > video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  object-fit: cover;
  z-index: -100;
}
.background-video > video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}
.background-video--control {
  position: absolute;
  bottom: 1em;
  right: 1em;
  background-color: transparent;
  padding: 0;
}
.background-video--control > [hidden] {
  display: none !important;
}
.component-slider {
  position: relative;
  height: 300px;
  text-align: center;
  background: #dddddd;
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.component-slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap;
}
.component-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
}
.component-slider-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.component-slider-nav.component-round > div {
  border-radius: 100%;
}
.component-slider-nav.component-num > div {
  width: auto;
  height: auto;
  padding: 0.2em 0.5em;
  font-size: inherit;
  line-height: inherit;
}
.component-slider-nav.component-shadow > div {
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}
.component-slider-nav-invert {
  color: #fff;
}
.component-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, 0.4);
}
.component-slider-nav-invert > div.component-active {
  background-color: #222;
}
.component-slider-dot {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin: 0 3px 0.5em;
  transition: background-color 100ms, color 100ms;
}
.component-slider-dot.component-active {
  background-color: #fff;
}
.component-slider-dot:focus {
  outline: none;
  box-shadow: 0px 0px 0px 2px #fff;
}
.component-slider-dot:focus.component-active {
  box-shadow: none;
}
.component-slider-arrow-left,
.component-slider-arrow-right {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: white;
  font-size: 40px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
}
.component-slider-arrow-left [class^='component-icon-'],
.component-slider-arrow-right [class^='component-icon-'],
.component-slider-arrow-left [class*=' component-icon-'],
.component-slider-arrow-right [class*=' component-icon-'] {
  position: absolute;
}
.component-slider-arrow-left:focus,
.component-slider-arrow-right:focus {
  outline: 0;
}
.component-slider-arrow-left {
  z-index: 3;
  right: auto;
}
.component-slider-arrow-right {
  z-index: 4;
  left: auto;
}
.icon-slider-left,
.icon-slider-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em;
}
.component-slider-aria-label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.component-slider-force-show {
  display: block !important;
}
.component-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900;
}
.component-dropdown-btn,
.component-dropdown-toggle,
.component-dropdown-link {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}
.component-dropdown-toggle {
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px;
}
.component-dropdown-toggle:focus {
  outline: 0;
}
.icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: 20px;
  width: 1em;
  height: 1em;
}
.component-dropdown-list {
  position: absolute;
  background: #dddddd;
  display: none;
  min-width: 100%;
}
.component-dropdown-list.component--open {
  display: block;
}
.component-dropdown-link {
  padding: 10px 20px;
  display: block;
  color: #222222;
}
.component-dropdown-link.is-current {
  color: #0082f3;
}
.component-dropdown-link:focus {
  outline: 0;
}
/**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`.
 */
/**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox.
 */
.component-lightbox-backdrop {
  cursor: auto;
  font-style: normal;
  letter-spacing: normal;
  list-style: disc;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2000;
  outline: 0;
  /* 1 */
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translate(0, 0);
  /* 2 */
}
/**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll.
 */
.component-lightbox-backdrop,
.component-lightbox-container {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.component-lightbox-content {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.component-lightbox-view {
  position: absolute;
  width: 100vw;
  height: 100vh;
  opacity: 0;
}
.component-lightbox-view:before {
  content: "";
  height: 100vh;
}
/* .component-lightbox-content */
.component-lightbox-group,
.component-lightbox-group .component-lightbox-view,
.component-lightbox-group .component-lightbox-view:before {
  height: 86vh;
}
.component-lightbox-frame,
.component-lightbox-view:before {
  display: inline-block;
  vertical-align: middle;
}
/*
 * 1. Remove default margin set by user-agent on the <figure> element.
 */
.component-lightbox-figure {
  position: relative;
  margin: 0;
  /* 1 */
}
.component-lightbox-group .component-lightbox-figure {
  cursor: pointer;
}
/**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling.
 */
.component-lightbox-img {
  width: auto;
  height: auto;
  max-width: none;
}
/**
 * 1. Reset if style is set by user on "All Images"
 */
.component-lightbox-image {
  display: block;
  float: none;
  /* 1 */
  max-width: 100vw;
  max-height: 100vh;
}
.component-lightbox-group .component-lightbox-image {
  max-height: 86vh;
}
.component-lightbox-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0.5em 1em;
  background: rgba(0, 0, 0, 0.4);
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.component-lightbox-embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.component-lightbox-control {
  position: absolute;
  top: 0;
  width: 4em;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.component-lightbox-left {
  display: none;
  bottom: 0;
  left: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
}
.component-lightbox-right {
  display: none;
  right: 0;
  bottom: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
}
/*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer)
 */
.component-lightbox-close {
  right: 0;
  height: 2.6em;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px;
}
/**
 * 1. All IE versions add extra space at the bottom without this.
 */
.component-lightbox-strip {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 1vh;
  line-height: 0;
  /* 1 */
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
/*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior.
 */
.component-lightbox-item {
  display: inline-block;
  width: 10vh;
  padding: 2vh 1vh;
  box-sizing: content-box;
  /* 1 */
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  /* 2 */
}
.component-lightbox-active {
  opacity: 0.3;
}
.component-lightbox-thumbnail {
  position: relative;
  height: 10vh;
  background: #222;
  overflow: hidden;
}
.component-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}
.component-lightbox-thumbnail .component-lightbox-tall {
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.component-lightbox-thumbnail .component-lightbox-wide {
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
/*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track.
 */
.component-lightbox-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border: 5px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-animation: spin 0.8s infinite linear;
  animation: spin 0.8s infinite linear;
}
.component-lightbox-spinner:after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border: 3px solid transparent;
  border-bottom-color: #fff;
  border-radius: 50%;
}
/*
 * Utility classes
 */
.component-lightbox-hide {
  display: none;
}
.component-lightbox-noscroll {
  overflow: hidden;
}
@media (min-width: 768px) {
  .component-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }
  .component-lightbox-view,
  .component-lightbox-view:before {
    height: 96vh;
  }
  /* .component-lightbox-content */
  .component-lightbox-group,
  .component-lightbox-group .component-lightbox-view,
  .component-lightbox-group .component-lightbox-view:before {
    height: 84vh;
  }
  .component-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }
  .component-lightbox-group .component-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }
  .component-lightbox-left,
  .component-lightbox-right {
    display: block;
    opacity: 0.5;
  }
  .component-lightbox-close {
    opacity: 0.8;
  }
  .component-lightbox-control:hover {
    opacity: 1;
  }
}
.component-lightbox-inactive,
.component-lightbox-inactive:hover {
  opacity: 0;
}
.rich-text:before,
.rich-text:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.rich-text:after {
  clear: both;
}
.rich-text[contenteditable="true"]:before,
.rich-text[contenteditable="true"]:after {
  white-space: initial;
}
.rich-text ol,
.rich-text ul {
  overflow: hidden;
}
.rich-text .rich-text-figure-selected.rich-text-figure--video div:after,
.rich-text .rich-text-figure-selected[data-rt-type="video"] div:after {
  outline: 2px solid #2895f7;
}
.rich-text .rich-text-figure-selected.rich-text-figure--image div,
.rich-text .rich-text-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7;
}
.rich-text figure.rich-text-figure--video > div:after,
.rich-text figure[data-rt-type="video"] > div:after {
  content: '';
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.rich-text figure {
  position: relative;
  max-width: 60%;
}
.rich-text figure > div:before {
  cursor: default!important;
}
.rich-text figure img {
  width: 100%;
}
.rich-text figure figcaption.rich-text-figcaption-placeholder {
  opacity: 0.6;
}
.rich-text figure div {
  /* fix incorrectly sized selection border in the data manager */
  font-size: 0px;
  color: transparent;
}
.rich-text figure.rich-text-figure--image,
.rich-text figure[data-rt-type="image"] {
  display: table;
}
.rich-text figure.rich-text-figure--image > div,
.rich-text figure[data-rt-type="image"] > div {
  display: inline-block;
}
.rich-text figure.rich-text-figure--image > figcaption,
.rich-text figure[data-rt-type="image"] > figcaption {
  display: table-caption;
  caption-side: bottom;
}
.rich-text figure.rich-text-figure--video,
.rich-text figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}
.rich-text figure.rich-text-figure--video iframe,
.rich-text figure[data-rt-type="video"] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.rich-text figure.rich-text-figure--video > div,
.rich-text figure[data-rt-type="video"] > div {
  width: 100%;
}
.rich-text figure.rich-text-align-center {
  margin-right: auto;
  margin-left: auto;
  clear: both;
}
.rich-text figure.rich-text-align-center.rich-text-figure--image > div,
.rich-text figure.rich-text-align-center[data-rt-type="image"] > div {
  max-width: 100%;
}
.rich-text figure.rich-text-align-normal {
  clear: both;
}
.rich-text figure.rich-text-align-fullwidth {
  width: 100%;
  max-width: 100%;
  text-align: center;
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.rich-text figure.rich-text-align-fullwidth > div {
  display: inline-block;
  /* padding-bottom is used for aspect ratios in video figures
      we want the div to inherit that so hover/selection borders in the designer-canvas
      fit right*/
  padding-bottom: inherit;
}
.rich-text figure.rich-text-align-fullwidth > figcaption {
  display: block;
}
.rich-text figure.rich-text-align-floatleft {
  float: left;
  margin-right: 15px;
  clear: none;
}
.rich-text figure.rich-text-align-floatright {
  float: right;
  margin-left: 15px;
  clear: none;
}
.navigation {
  position: relative;
  background: #dddddd;
  z-index: 1000;
}
.navigation:before,
.navigation:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.navigation:after {
  clear: both;
}
.navigation-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: #333333;
}
.navigation-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.navigation-link.is-current {
  color: #0082f3;
}
.navigation-menu {
  position: relative;
  float: right;
}
[data-nav-menu-open] {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #C8C8C8;
  text-align: center;
  overflow: visible;
  min-width: 200px;
}
.component--nav-link-open {
  display: block;
  position: relative;
}
.navigation-overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
}
.navigation-overlay [data-nav-menu-open] {
  top: 0;
}
.navigation[data-animation='over-left'] .navigation-overlay {
  width: auto;
}
.navigation[data-animation='over-left'] .navigation-overlay,
.navigation[data-animation='over-left'] [data-nav-menu-open] {
  right: auto;
  z-index: 1;
  top: 0;
}
.navigation[data-animation='over-right'] .navigation-overlay {
  width: auto;
}
.navigation[data-animation='over-right'] .navigation-overlay,
.navigation[data-animation='over-right'] [data-nav-menu-open] {
  left: auto;
  z-index: 1;
  top: 0;
}
.navigation-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
}
.navigation-button:focus {
  outline: 0;
}
.navigation-button.component--open {
  background-color: #C8C8C8;
  color: white;
}
.navigation[data-collapse='all'] .navigation-menu {
  display: none;
}
.navigation[data-collapse='all'] .navigation-button {
  display: block;
}
.component--nav-dropdown-open {
  display: block;
}
.component--nav-dropdown-toggle-open {
  display: block;
}
.component--nav-dropdown-list-open {
  position: static;
}
/**
 * NOTE: These rules are overridden in site-designer.less to use container queries instead of media queries
 * when the navbar is inside a Frame on the Open Canvas.
 */
@media screen and (max-width: 991px) {
  .navigation[data-collapse='medium'] .navigation-menu {
    display: none;
  }
  .navigation[data-collapse='medium'] .navigation-button {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .navigation[data-collapse='small'] .navigation-menu {
    display: none;
  }
  .navigation[data-collapse='small'] .navigation-button {
    display: block;
  }
  .navigation-brand {
    padding-left: 10px;
  }
}
@media screen and (max-width: 479px) {
  .navigation[data-collapse='tiny'] .navigation-menu {
    display: none;
  }
  .navigation[data-collapse='tiny'] .navigation-button {
    display: block;
  }
}
.component-tabs {
  position: relative;
}
.component-tabs:before,
.component-tabs:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.component-tabs:after {
  clear: both;
}
.component-tab-menu {
  position: relative;
}
.component-tab-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 9px 30px;
  text-align: left;
  cursor: pointer;
  color: #222222;
  background-color: #dddddd;
}
.component-tab-link.is-current {
  background-color: #C8C8C8;
}
.component-tab-link:focus {
  outline: 0;
}
.component-tab-content {
  position: relative;
  display: block;
  overflow: hidden;
}
.component-tab-pane {
  position: relative;
  display: none;
}
.component--tab-active {
  display: block;
}
@media screen and (max-width: 479px) {
  .component-tab-link {
    display: block;
  }
}
.component-ix-emptyfix:after {
  content: "";
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.content-list-empty {
  padding: 10px;
  background-color: #dddddd;
}
.component-dyn-hide {
  display: none !important;
}
.content-bind-empty {
  display: none !important;
}
.component-condition-invisible {
  display: none !important;
}
.wf-layout-layout {
  display: grid;
}
.layout-grid {
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}


@font-face {
  font-family: Inter Variable;
  src: url('../fonts/InterVariable.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter Variable;
  src: url('../fonts/InterVariable-Italic.ttf') format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

:root {
  --blue-black: #141414;
  --white: white;
  --site-padding--site-padding_base: 2rem;
  --site-padding--site-padding_991: 2.5rem;
  --site-padding--site-padding_767: 2rem;
  --site-padding--site-padding_478: 1.5rem;
  --black: black;
  --red: #bc0019;
  --nav-height: 5.5rem;
  --red-light: #e50000;
  --dry-blood\<deleted\|variable-83d2cdac\>: #aa0019;
  --gold\<deleted\|variable-ac7e6974\>: #ffd301;
  --red-dark: #aa0019;
  --white-smoke: #ebedee;
  --bright-crimson\<deleted\|variable-b15beea7\>: #e3004f;
  --color--new: white;
  --midnight-blue: #190e62;
  --site-max-width: 100rem;
}

.layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.checkbox-input--custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.checkbox-input--custom.is-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.checkbox-input--custom.is-focused {
  box-shadow: 0 0 3px 1px #3898ec;
}

.form-wrapper-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.form-wrapper-formradioinput--inputType-custom.is-focused {
  box-shadow: 0 0 3px 1px #3898ec;
}

.form-wrapper-formradioinput--inputType-custom.is-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  background-color: var(--blue-black);
  color: var(--white);
  letter-spacing: 0;
  cursor: none;
  padding: 0;
  font-family: Inter Variable, sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}

h1 {
  font-size: 5rem;
  font-weight: 300;
  line-height: 1.2;
}

h2 {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  font-size: 2rem;
  font-weight: 300;
}

h4 {
  font-size: 28.43px;
  font-weight: 400;
  line-height: 1.3;
}

h5 {
  font-size: 21.33px;
  font-weight: 400;
  line-height: 1.3;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
}

p {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-family: Inter Variable, sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.3;
}

a {
  color: #fff;
  cursor: none;
  text-decoration: none;
  transition: all .4s;
}

ul {
  text-align: left;
  max-width: 800px;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 2vw;
  padding-right: 0;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: .5rem;
  font-size: 1.3rem;
  font-weight: 300;
}

img {
  z-index: 1;
  display: inline-block;
}

label {
  margin-bottom: 5px;
  font-weight: 400;
  display: block;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 10px 20px;
  font-size: 1.3rem;
  line-height: 1.5;
}

figure {
  margin-top: 8px;
  margin-bottom: 8px;
}

figcaption {
  opacity: .75;
  text-align: center;
  margin-top: 8px;
  font-size: 16px;
}

.wrapper {
  width: 100%;
  height: 100%;
  padding: 2.5rem var(--site-padding--site-padding_base);
  flex-direction: column;
  flex: 1;
  align-self: center;
  display: flex;
  position: relative;
  padding-left: var(--site-padding--site-padding_base);
}

.wrapper.centre {
  justify-content: center;
  align-items: center;
  overflow: visible;
}

.wrapper.center {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.wrapper.hero-wrapper {
  z-index: -1;
  padding: 64px 64px 100px;
}

.wrapper.wrapper-horizontal {
  flex-direction: row;
}

.main-feature-feed-wrapper {
  background-color: var(--white);
  width: 100%;
  max-width: 1170px;
  height: auto;
  color: var(--black);
  text-align: center;
  margin-top: 100px;
  padding: 32px;
}

.main-feature-feed-item {
  margin-top: 32px;
  margin-bottom: 32px;
  padding-left: 0;
  padding-right: 0;
}

.footer {
  background-color: #000;
  flex-direction: column;
  height: auto;
  padding: 40px 50px 20px;
  display: flex;
  position: relative;
}

.content-link-featured {
  color: #000;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.featured-image {
  object-fit: fill;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 500px;
  height: 300px;
}

.article-headline {
  letter-spacing: -3px;
  flex: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Spectral, sans-serif;
  font-size: 64px;
  line-height: 1.1;
}

.article-headline.nocaps {
  color: var(--white);
  text-align: center;
  text-transform: none;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 68px;
}

.excerpt {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Spectral, sans-serif;
  font-size: 1.3rem;
}

.author-link {
  justify-content: center;
  display: flex;
}

.byline {
  align-items: center;
  margin-right: 4px;
  font-weight: 300;
  display: flex;
}

.byline.bold {
  font-weight: 600;
}

.author-name {
  color: var(--red);
  align-items: center;
  padding-left: 0;
  font-weight: 600;
  display: flex;
}

.article-navbar {
  z-index: 99;
  height: var(--nav-height);
  background-color: var(--blue-black);
  justify-content: flex-start;
  align-items: center;
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
  position: sticky;
  inset: 0 auto auto;
}

.nav_logo {
  width: 42px;
  display: block;
}

.slide-in-title {
  z-index: 1;
  color: var(--white);
  text-transform: lowercase;
  padding-left: 24px;
  font-family: Spectral SC, sans-serif;
  position: relative;
}

.scroll-progress {
  background-color: var(--red);
  transform-origin: 0%;
  width: 100%;
  height: 4px;
  position: absolute;
  inset: auto 0% 0%;
}

.detail-text {
  color: #666c;
  text-align: center;
  text-transform: none;
  font-size: 14px;
}

.tags-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: flex-start;
  place-items: center start;
  margin-top: -10px;
  margin-bottom: 16px;
  display: flex;
}

.article-header {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.author-details {
  color: var(--white);
  border-top: 1px solid #66666680;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.article_infoheader {
  justify-content: center;
  display: flex;
}

.author-thumbnail {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 18%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 0 solid #66666680;
  border-radius: 50px;
  width: 64px;
  height: 64px;
  margin-right: 12px;
}

.author-thumbnail.small {
  width: 32px;
  height: 32px;
}

.article-content {
  justify-content: center;
  height: auto;
  padding: 80px 64px 60px;
  display: flex;
}

.video-2 {
  margin-bottom: 0;
}

.article-category {
  margin-right: 10px;
}

.tags-collection {
  justify-content: center;
  margin-top: 8px;
  display: flex;
}

.tag {
  border-radius: 0;
  margin: 1px;
}

.tags-list {
  flex-wrap: wrap;
  padding: 0;
  display: flex;
}

.article-column-width {
  grid-column-gap: 29px;
  grid-row-gap: 32px;
  grid-template-columns: .5fr 2fr .5fr;
  grid-template-areas: ".";
  width: 98%;
  max-width: 1080px;
  margin-top: 0;
  margin-bottom: 70px;
}

.share-wrapper {
  padding-top: 30px;
}

.share-icons {
  width: 60px;
  height: 200px;
  position: sticky;
  top: 120px;
}

.author-preview {
  align-items: center;
  margin-top: 10px;
  text-decoration: none;
  display: flex;
}

.author-preview.hover-x {
  display: none;
}

.heading-2 {
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  align-self: flex-start;
  margin-bottom: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 36px;
  font-weight: 600;
}

.heading-2.black {
  color: #000;
  align-self: center;
}

.tag-container {
  float: left;
  color: var(--red);
  background-color: #e306411a;
  border-radius: 2px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 4px 8px 5px;
  text-decoration: none;
  transition-property: none;
  display: inline-flex;
}

.tag-container:hover {
  background-color: #e3064140;
}

.tag-container.white {
  color: var(--black);
  background-color: #ffffffbf;
}

.tag-container.white:hover {
  opacity: .5;
}

.tag-text {
  font-size: 12px;
}

.rich-text-block {
  text-align: center;
  font-family: neue-haas-grotesk-text, sans-serif;
}

.rich-text-block.article-body {
  color: var(--white);
  text-align: left;
  letter-spacing: -.5px;
  font-family: Spectral, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
}

.byline-wrapper {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.aboutsection_main {
  background-color: var(--black);
  flex-flow: column wrap;
  place-content: center;
  align-items: stretch;
  width: 100vw;
  display: flex;
  position: relative;
}

.aboutsection_main.hero-section {
  z-index: 999;
  aspect-ratio: 16 / 9;
  background-color: var(--blue-black);
  color: #e2f8fd;
  background-image: linear-gradient(#00000080, #00000080), url('../images/Billie-Eilish2_1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  justify-content: space-around;
  align-items: center;
  width: 100vw;
  display: flex;
  position: static;
}

.aboutsection_main.black {
  z-index: 0;
  background-color: var(--black);
  color: #fff;
}

.aboutsection_main.red {
  background-color: var(--black);
  color: var(--white);
}

.scroll-icon {
  background-color: #00000040;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: relative;
  inset: auto 0% 0%;
}

.navbar-logo {
  z-index: 1;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  transition-duration: .2s;
  display: flex;
  position: relative;
}

.navbar-logo.is-current {
  flex: 0 auto;
}

.navbar-logo.is-current:hover {
  opacity: .5;
}

.navbar-logo.hover-x {
  flex: 0 auto;
}

.navbar-logo.hover-x.is-current {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: flex-start;
}

.share-box {
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.share-txt {
  color: var(--black);
  margin-right: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.share-link {
  color: #000;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}

.share-link._10-r-m {
  margin-right: 10px;
}

.top-post {
  justify-content: center;
  align-items: center;
  padding: 150px 30px 60px;
  display: none;
}

.container {
  z-index: 1;
  flex-direction: column;
  flex: 0 auto;
  align-content: center;
  align-self: stretch;
  padding: 0;
  display: flex;
}

.container._1200 {
  align-self: center;
  max-width: 1200px;
}

.container._1200.top {
  align-self: flex-start;
}

.container._1920 {
  align-self: stretch;
  max-width: 1920px;
}

.container.container-padded {
  margin-right: 8vw;
}

.container.red {
  background-color: var(--red-light);
  color: var(--white);
}

.container.black {
  color: var(--white);
}

.posts-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.posts-wrapper.cc-top-post {
  justify-content: space-between;
}

.top-post-item {
  perspective: 2000px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

._3-posts {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 90px;
  padding-left: 30px;
  padding-right: 30px;
  display: none;
}

.posts-collection-list-wrapper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.posts-collection-list {
  flex-wrap: wrap;
  margin-bottom: 64px;
  display: flex;
}

._3-collection-item {
  flex-wrap: wrap;
  align-content: stretch;
  align-items: stretch;
  width: 33.3333%;
  padding-top: 25px;
  padding-bottom: 25px;
}

.separator {
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.separator-container {
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  position: relative;
}

.line-color {
  background-color: #e6e6e6;
  height: 1px;
}

.latest-posts {
  justify-content: center;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
  padding: 90px 0;
  display: flex;
}

.section-title-text {
  color: #999;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-left: 10px;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  text-decoration: none;
}

.section-title-text:hover {
  text-decoration: underline;
}

._4-collection-item {
  flex-wrap: wrap;
  flex: 0 auto;
  width: 33%;
  margin-top: 24px;
}

.button {
  opacity: 1;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  color: var(--black);
  cursor: none;
  background-color: #fff0;
  background-image: linear-gradient(#fff, #4c4c4c 50%, #cf98a0);
  border: 1px solid #000;
  border-radius: 9999px;
  flex-direction: row;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  margin-right: 0;
  padding: 2px;
  font-size: 1.5vw;
  line-height: 1;
  transition: all .2s;
  display: block;
  box-shadow: inset 0 1px 1px #0003;
}

.button:hover {
  transform: translate(0, -5px);
}

.button.button-circle {
  background-image: linear-gradient(#fff, #4c4c4c 50%, #b1b1b1);
}

.button.submit-btn {
  align-self: stretch;
}

.featured-posts {
  justify-content: center;
  align-items: center;
  padding: 90px 30px;
  display: none;
}

._2-collection-item {
  flex-wrap: wrap;
  align-items: flex-start;
  width: 50%;
  padding-top: 25px;
  padding-bottom: 25px;
}

.top-post-image {
  width: 60%;
  transition-duration: .2s;
}

.top-post-image:hover {
  transform: translate(0, -8px);
}

.post-image {
  justify-content: center;
  align-items: center;
  display: flex;
}

.top-post-text {
  flex-direction: column;
  width: 40%;
  padding-left: 50px;
  display: flex;
}

.category-link {
  color: #999;
  text-transform: uppercase;
  font-family: Spectral SC, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  text-decoration: none;
}

.category-link:hover {
  text-decoration: underline;
}

.top-post-link-block {
  text-decoration: none;
  transition-duration: .2s;
}

.top-post-link-block:hover {
  opacity: .5;
}

.h2 {
  color: #000;
  text-transform: none;
  margin-top: 15px;
  margin-bottom: 25px;
  font-size: 44px;
  font-weight: 600;
  line-height: 46px;
  text-decoration: none;
}

.post-short-text {
  color: #666;
  font-size: 16px;
  line-height: 24px;
}

.post-author-text {
  margin-top: 30px;
  display: flex;
}

.post-author-text.cc-small-thumbnail {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  margin-top: -4px;
  margin-bottom: 8px;
  font-family: Spectral SC, sans-serif;
}

.post-author {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  text-decoration: none;
}

.post-author:hover {
  text-decoration: underline;
}

.posts-image {
  margin-bottom: 12px;
  transition-duration: .2s;
}

.posts-image:hover {
  transform: translate(0, -8px);
}

.post-info-text {
  flex-direction: column;
  align-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.post-title {
  margin-top: 8px;
  margin-bottom: 16px;
  text-decoration: none;
  transition-duration: .2s;
}

.post-title:hover {
  opacity: .5;
}

.h3 {
  color: #000;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
}

.dynamic-background-cms {
  z-index: -1;
  background-color: #0b0b0d;
  position: fixed;
  inset: 0%;
}

:is(.hamburger-menu, .nav_hamburger) {
  z-index: 97;
  background-color: #000;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-top: 80px;
  padding-bottom: 80px;
  display: none;
  position: fixed;
  inset: 0%;
  isolation: isolate;
}

.social-media-wrapper {
  z-index: 99;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: auto 0% 6%;
}

.social-link-block {
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
}

.menu-item-image {
  background-image: linear-gradient(#00000080, #00000080), url('../images/DaisyChain-SML_1.webp');
  background-position: center, center;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  display: none;
}

.menu-item-image.third {
  background-image: linear-gradient(#00000080, #00000080), url('../images/DSC05017_1.webp');
  background-position: center, center;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
}

.menu-item-image.fourth {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Billie-Eilish2_1.webp');
  background-position: center, center;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  inset: 0;
}

.menu-item-image.second {
  background-image: linear-gradient(#00000080, #00000080), url('../images/DSC05555_1.webp');
  background-position: center, center;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
}

.menu-item-underline {
  background-color: #fff;
  height: 3px;
  margin-top: 4px;
  width: 100%;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left center;
  transition: opacity 180ms ease, transform 260ms cubic-bezier(.22, 1, .36, 1);
}

.hamburger_wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
  z-index: 1;
}

.link-block {
  margin-top: 12px;
  margin-bottom: 12px;
  position: relative;
  z-index: 1;
}

.social-link-text {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: all .1s;
}

.social-link-text:hover {
  opacity: .5;
}

.menu-item-text {
  z-index: 99;
  color: #fff;
  font-family: Neurial Grotesk;
  font-size: 56px;
  font-weight: 300;
  line-height: 58px;
  position: relative;
}

.menu-item-underline {
  position: relative;
  z-index: 2;
}

.link-block:hover .menu-item-underline,
.link-block:focus-visible .menu-item-underline {
  opacity: 1;
  transform: scaleX(1);
}

.menu-hover-overlay {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 0;
  background-color: #000;
}

.menu-hover-overlay-layer {
  position: fixed;
  inset: 0;
  opacity: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: opacity 260ms ease;
  will-change: opacity;
}

.menu-hover-overlay-layer.is-visible {
  opacity: 1;
}

.menu-item-text:hover {
  font-style: normal;
}

.nav_logo-text {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: vincente, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
  display: none;
}

.hero-header {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  display: flex;
}

.footer_linkswrapper {
  flex-direction: column;
  margin-bottom: 16px;
  display: flex;
}

.footer_link {
  color: #fff;
  margin-right: 24px;
  transition-duration: .1s;
}

.footer_link:hover {
  opacity: .5;
}

.navbar-link {
  letter-spacing: .5px;
  flex: none;
  align-self: stretch;
  font-size: 1.3rem;
  font-weight: 300;
  transition-duration: .2s;
}

.navbar-link:hover {
  opacity: .5;
  text-decoration: none;
}

.navbar-link.hover-x.inactive {
  opacity: .25;
  text-decoration: line-through;
}

.navbar-link.hover-x.inactive.is-current {
  opacity: .25;
}

.link-9 {
  text-align: right;
  justify-content: flex-end;
  margin-top: 0;
  display: flex;
}

.image-12 {
  flex: 1;
}

.photos_collectionitem {
  float: left;
  flex: 1;
  align-self: center;
  width: 100%;
  margin-bottom: 12px;
  padding-left: 0;
  padding-right: 0;
}

.photos_collectionlist {
  column-count: 3;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  column-gap: 12px;
  width: 100%;
  display: block;
}

.photos_collectionlist.featured {
  column-count: 2;
}

.lightbox-link-3 {
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  height: 100%;
  padding: 0;
  display: flex;
}

.photos_collectionwrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  column-count: 1;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
}

.gallery-scroll-track-2 {
  z-index: 1;
  position: absolute;
  inset: 0;
}

.gallery-container-2 {
  width: 100%;
  height: 100vh;
  position: relative;
  top: 0;
  overflow: hidden;
}

.gallery-track-2 {
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.collection-list-wrapper-11 {
  flex-direction: row;
  height: 100vh;
  display: flex;
}

.image {
  height: 100%;
  max-height: 80vh;
  box-shadow: none;
  object-fit: contain;
  background-image: none;
  background-size: auto;
  flex: none;
}

.collection-list-9 {
  flex-direction: row;
  display: flex;
}

.collection-item-10 {
  justify-content: center;
  min-width: 50vw;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.lightbox-link-4 {
  object-fit: contain;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.html-embed {
  position: absolute;
  inset: 0%;
}

.gallery-slider {
  width: 100%;
  height: 7000px;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

.section-title {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 28px;
  padding-bottom: 28px;
  display: flex;
}

.color-6 {
  z-index: 19;
  opacity: 0;
  background-color: #611b95;
  width: 100%;
  height: 100%;
  position: fixed;
}

.color-4 {
  z-index: 21;
  opacity: 0;
  background-color: #efe9dc;
  width: 100%;
  height: 100%;
  position: fixed;
}

.track {
  color: #ec9650;
  font-family: Iskry;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
  display: block;
}

.track:hover {
  opacity: .5;
}

.track.tourist {
  color: #e0dfa9;
}

.track.omni {
  color: #ffe4e9;
}

.track.vulf {
  color: #3a756c;
}

.number {
  color: #ec9650;
  margin-left: -3px;
  padding-top: 5px;
  padding-bottom: 3vw;
  font-family: Iskry;
  font-size: 125px;
  font-weight: 700;
  line-height: 100px;
}

.number.tourist {
  color: #e0dfa9;
}

.number.omni {
  color: #ffe4e9;
}

.number.vulf {
  color: #3a756c;
}

.color-16 {
  z-index: 9;
  opacity: 0;
  background-color: #4bb5c3;
  width: 100%;
  height: 100%;
  position: fixed;
}

.album-title {
  color: #000;
  letter-spacing: -1px;
  text-transform: none;
  padding-bottom: 10px;
  font-family: Iskry;
  font-size: 66px;
  font-weight: 700;
  line-height: 1.1;
}

.album-title.white {
  color: #fff;
  font-size: 64px;
}

.album-title.white.header {
  text-align: center;
  padding-bottom: 24px;
  font-size: 76px;
}

.color-header {
  z-index: 4;
  background-color: #242424;
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
}

.background-colors {
  display: block;
  position: fixed;
  inset: 0;
}

.color-10 {
  z-index: 15;
  opacity: 0;
  background-color: #e0e0e0;
  width: 100%;
  height: 100%;
  position: fixed;
}

.color-7 {
  z-index: 18;
  opacity: 0;
  background-color: #dee1ca;
  width: 100%;
  height: 100%;
  position: fixed;
}

.details-row {
  padding-bottom: 30px;
}

.color-17 {
  z-index: 8;
  opacity: 0;
  background-color: #4a6ea8;
  width: 100%;
  height: 100%;
  position: fixed;
}

.honorable-song {
  color: #fff;
  letter-spacing: -1px;
  margin-top: 0;
  font-size: 58px;
  font-weight: 700;
  line-height: 64px;
}

.top-color {
  cursor: pointer;
  background-color: #b4c6da;
  width: 5%;
  height: 100vh;
  display: block;
}

.top-color:hover {
  margin-top: 20px;
}

.top-color._6 {
  background-color: #611b95;
}

.top-color._18 {
  background-color: #2584c6;
}

.top-color._17 {
  background-color: #4a6ea8;
}

.top-color._3 {
  background-color: #e4e9e7;
}

.top-color._16 {
  background-color: #4bb5c3;
}

.top-color._1 {
  background-color: #fff;
}

.top-color._5 {
  background-color: #efefef;
}

.top-color._12 {
  background-color: #7bf3d7;
}

.top-color._7 {
  background-color: #dee1ca;
}

.top-color._2 {
  background-color: #7e7d85;
}

.top-color._19 {
  background-color: #1a235d;
}

.top-color._11 {
  background-color: #dc3046;
}

.top-color._10 {
  background-color: #e0e0e0;
}

.top-color._15 {
  background-color: #fff;
}

.top-color._9 {
  background-color: #fefef6;
}

.top-color._13 {
  background-color: #3a3b01;
}

.top-color._4 {
  background-color: #efe9dc;
}

.top-color._14 {
  background-color: #232323;
}

.top-color._8 {
  background-color: #c99997;
}

.color-18 {
  z-index: 7;
  opacity: 0;
  background-color: #306496;
  width: 100%;
  height: 100%;
  position: fixed;
}

.year {
  color: #fff;
  letter-spacing: -1px;
  justify-content: center;
  font-family: Iskry;
  font-size: 58px;
  font-weight: 700;
  line-height: 60px;
  text-decoration: none;
  display: flex;
}

.color-19 {
  z-index: 6;
  opacity: 0;
  color: #000;
  background-color: #550016;
  width: 100%;
  height: 100%;
  position: fixed;
}

.other-years {
  display: flex;
}

.album-section {
  z-index: 1;
  padding-top: 200px;
  padding-bottom: 200px;
  position: relative;
}

.album-section.header {
  justify-content: center;
  height: 39vh;
  padding: 20vh 5% 0;
  display: flex;
}

.album-section.footer {
  padding: 15vh 0%;
}

.length {
  color: #000;
  letter-spacing: .5px;
  text-transform: none;
  padding-bottom: 15px;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
}

.length.white {
  color: #fff;
  border-top-color: #fff;
}

.length.white.years {
  text-align: center;
  padding-top: 5vh;
}

.length.whtie {
  color: #fff;
}

.artist {
  color: #000;
  padding-top: 15px;
  padding-bottom: 50px;
  padding-left: 0;
  font-size: 21px;
  font-weight: 400;
  line-height: 28px;
  display: block;
}

.artist.white {
  color: #fff;
  text-align: left;
  border-left-color: #fff;
  font-weight: 300;
}

.artist.white.centre {
  text-align: center;
  width: 50ch;
}

.other-year-column {
  padding-left: 0;
  transition: all .2s;
}

.other-year-column:hover {
  opacity: .5;
  transform: translate(0, -10px);
}

.numbers {
  margin-top: -85%;
  margin-left: 90%;
  padding-bottom: 0;
  font-size: 200px;
  position: absolute;
}

.color-14 {
  z-index: 11;
  opacity: 0;
  background-color: #232323;
  width: 100%;
  height: 100%;
  position: fixed;
}

.spacer {
  height: 2vw;
}

.color-5 {
  z-index: 20;
  opacity: 0;
  background-color: #efefef;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: fixed;
}

.color-12 {
  z-index: 13;
  opacity: 0;
  background-color: #7bf3d7;
  width: 100%;
  height: 100%;
  position: fixed;
}

.album-row {
  padding-left: 10%;
  padding-right: 10%;
}

.color-8 {
  z-index: 17;
  opacity: 0;
  background-color: #c99997;
  width: 100%;
  height: 100%;
  position: fixed;
}

.honorable-mention {
  flex-direction: row;
  justify-content: center;
  padding-bottom: 20px;
  font-family: Iskry;
  transition: all .2s;
  display: flex;
}

.honorable-mention:hover {
  opacity: .5;
  transform: translate(0, -10px);
}

.top-top {
  z-index: 999;
  height: 10px;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.color-20 {
  z-index: 5;
  opacity: 0;
  background-color: #fdc9aa;
  width: 100%;
  height: 100%;
  position: fixed;
}

.color-2 {
  z-index: 23;
  opacity: 0;
  background-color: #7e7d85;
  width: 100%;
  height: 100%;
  position: fixed;
}

.color-13 {
  z-index: 12;
  opacity: 0;
  background-color: #3a3b01;
  width: 100%;
  height: 100%;
  position: fixed;
}

.color-9 {
  z-index: 16;
  opacity: 0;
  background-color: #fefef6;
  width: 100%;
  height: 100%;
  position: fixed;
}

.color-1 {
  z-index: 24;
  opacity: 0;
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
}

.column-details {
  margin-top: -65px;
  padding-left: 5%;
}

.top-div {
  height: 10px;
  display: flex;
}

.anchor {
  width: 100%;
  height: 100%;
}

.color-15 {
  z-index: 10;
  opacity: 0;
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
}

.color-3 {
  z-index: 22;
  opacity: 0;
  background-color: #e4e9e7;
  width: 100%;
  height: 100%;
  position: fixed;
}

.column-art {
  padding-left: 0;
  padding-right: 0;
}

.album-art {
  margin-bottom: 26px;
  box-shadow: 0 0 50px -25px #333;
}

.album-art._20 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: contain;
}

.top-track {
  color: #000;
  letter-spacing: .5px;
  text-transform: none;
  padding-bottom: 15px;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
}

.top-track.white {
  color: #fff;
}

.date {
  color: #ec9650;
  padding-right: 18px;
  font-family: Iskry;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  display: block;
}

.date.tourist {
  color: #e0dfa9;
}

.date.vulf {
  color: #3a756c;
}

.date.omni {
  color: #ffe4e9;
}

.color-11 {
  z-index: 14;
  opacity: 0;
  background-color: #dc3046;
  width: 100%;
  height: 100%;
  position: fixed;
}

.footer_nav {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 2rem;
  display: flex;
}

.article-publish-date {
  margin-right: 10px;
}

.html-embed-2 {
  justify-content: center;
  align-items: center;
  padding-top: 3px;
  display: flex;
}

.black {
  color: #000;
}

.div-block-252 {
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  display: flex;
  position: relative;
}

.blog-title-link {
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Spectral, sans-serif;
  font-size: 44px;
  line-height: 44px;
}

.portfolio-rich-text {
  text-align: left;
  flex-direction: column;
  align-items: center;
  max-width: 1920px;
  margin-bottom: 128px;
  display: flex;
}

.portfolio-rich-text p {
  max-width: 800px;
  margin-top: 64px;
  margin-bottom: 64px;
  font-size: 28px;
  line-height: 1.3;
}

.portfolio-rich-text h4 {
  max-width: 800px;
  margin-top: 48px;
  margin-bottom: 48px;
  font-size: 21px;
}

.portfolio-rich-text h2 {
  max-width: 800px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.portfolio-rich-text li {
  text-align: left;
}

.portfolio-rich-text ul {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.image-18 {
  align-self: center;
  transition: all .2s;
  position: sticky;
  top: 120px;
}

.bold {
  font-weight: 700;
}

.faded {
  opacity: .5;
  margin-top: 0;
}

.navbar_position {
  justify-content: center;
  width: 100%;
  height: 77px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: 0;
}

.navbar_inner {
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.navbar-content {
  height: var(--nav-height);
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar_logo-wrap {
  flex: 0 auto;
  display: flex;
}

.navbar-links {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  height: 30px;
  display: flex;
}

.nav_item {
  justify-content: center;
  align-items: center;
  transition: all .1s;
  display: block;
}

.nav_item.mobile {
  border-bottom-width: 3px;
}

.nav_item.mobile:hover {
  border-bottom-color: #fff0;
}

.nav_dropdown {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}

.nav_1 {
  flex-direction: column;
  height: 400px;
  display: flex;
}

.nav_title-wrap {
  background-color: #000;
  display: flex;
}

.nav_title-wrap-cc-third {
  align-items: flex-end;
  width: 309px;
  height: 60px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.nav_title-features {
  text-align: left;
  border-bottom: 1px solid #fff;
  flex: 1;
  margin-top: 0;
  margin-bottom: 6px;
}

.products_ul-component-list-unstyled {
  flex: 1;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.products_li {
  display: flex;
}

.products_link-block-cc-designer-inline-block {
  padding: 35px 20px 35px 40px;
  display: flex;
}

.nav_link-inner {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.nav_icon-cc-designer {
  width: 28px;
  height: 28px;
  margin-bottom: 16px;
}

.nav_link-bottom {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  height: 0;
  display: flex;
}

.client-logo {
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 16px;
  display: flex;
}

.client-grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.client-grid.inverted {
  filter: invert();
}

.client-link {
  padding: 12px;
  transition-duration: .2s;
  display: flex;
}

.client-link:hover {
  opacity: 1;
  transform: translate(0, -10px);
}

.client-logo {
  padding: 0;
}

.footer_sectiontop {
  flex-direction: column;
  margin-bottom: 2.5rem;
  display: flex;
}

.mega-link-wrapper {
  flex-direction: row;
  height: 24px;
  transition: all .2s;
  display: flex;
}

.mega-link-wrapper:hover {
  opacity: .5;
  transform: translate(0, -4px);
}

.gallery-nav {
  z-index: 3;
  position: fixed;
  inset: auto auto 3% 3%;
}

.gallery-nav-item {
  transition-duration: .2s;
}

.gallery-nav-item:hover, .gallery-nav-item.is-current {
  opacity: .5;
}

.photo-caption-text {
  opacity: 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: paralucent-text, sans-serif;
  font-size: 10px;
  font-weight: 400;
  display: none;
}

.hamburger-button {
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  width: 35px;
  height: 25px;
  transition: all .1s;
  display: flex;
}

.hamburger-button:hover {
  opacity: .5;
}

.hamburger-button.hover-x {
  cursor: none;
  margin-left: .5rem;
}

.hamburger-line {
  background-color: var(--white);
  width: 35px;
  height: 2px;
}

.hamburger-line.arrow-line {
  transform: translate(4px)rotate(45deg);
}

.hamburger-line.arrow-line.r {
  transform: translate(-4px)rotate(-45deg);
}

.hamburger-line-top, .hamburger-line-bottom {
  background-color: var(--white);
  width: 35px;
  height: 2px;
}

.navbar {
  z-index: 98;
  width: 100%;
  height: var(--nav-height);
  padding-right: var(--site-padding--site-padding_base);
  padding-left: var(--site-padding--site-padding_base);
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  flex-flow: column wrap;
  place-content: space-around flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
  inset: 0 0% auto;
}

.menu_stack {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.nav-invert {
  z-index: 999;
  filter: invert();
  flex-direction: row;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.arrow {
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.link-block-9 {
  justify-content: center;
  display: flex;
}

.navbar-spacer {
  height: 90px;
}

.hero-title {
  letter-spacing: -.25rem;
  background-image: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 18px;
  padding-bottom: 18px;
  font-family: Neurial Grotesk;
  font-size: 8vw;
  font-weight: 400;
  line-height: 1.1;
  display: block;
}

.faq-paragraph {
  color: var(--white);
  letter-spacing: -.03em;
  margin-bottom: 0;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.4;
}

.faq-paragraph._1 {
  color: var(--blue-black);
}

.faq-question-bar {
  color: #1a1e27;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 32px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  display: flex;
}

.div-block-259 {
  width: 100%;
  height: 1px;
}

.faq-question-wrap {
  cursor: pointer;
  display: flex;
}

.faq-question-wrap._1 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: var(--gold\<deleted\|variable-ac7e6974\>);
  color: var(--blue-black);
  grid-template-rows: auto;
  grid-template-columns: .5fr 3fr .25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.faq-circle {
  background-color: #f3f3f3;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.faq-content {
  overflow: hidden;
}

.accordion-heading {
  margin-top: 0;
  margin-bottom: 0;
}

.accordion-heading._1 {
  color: var(--blue-black);
}

.image-wrapper {
  object-fit: cover;
  justify-content: center;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.text-subwrapper {
  display: flex;
  overflow: hidden;
}

.text-big-2 {
  padding-right: 20px;
  font-family: Telegraf;
  font-size: 48px;
  font-weight: 800;
  line-height: 52px;
  display: inline-block;
}

.right-arrow {
  background-color: var(--blue-black);
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: none;
}

.slide {
  object-fit: cover;
}

.slide._1 {
  background-image: url('../images/Yosemite.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide._2 {
  background-image: url('../images/Grand_Canyon_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide._3 {
  background-image: url('../images/Sequoia_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-small {
  padding-right: 20px;
  font-family: Telegraf;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  display: inline-block;
}

.slider-subwrapper {
  flex-direction: row;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  position: relative;
}

.text-wrapper-1 {
  z-index: 2;
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  font-family: Lato, sans-serif;
  display: block;
  position: absolute;
}

.text-wrapper-2 {
  z-index: 2;
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  font-family: Lato, sans-serif;
  display: none;
  position: absolute;
}

.slider {
  background-color: #0000;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.slider-wrapper {
  z-index: 20;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  max-height: 400px;
  margin-top: 20px;
  display: flex;
  position: relative;
}

.text-big-1 {
  padding-right: 20px;
  font-family: Telegraf;
  font-size: 48px;
  font-weight: 400;
  line-height: 52px;
  display: inline-block;
}

.slide-nav {
  width: 100px;
  margin-bottom: -50px;
  font-size: 11px;
  display: none;
}

.text-wrapper-3 {
  z-index: 2;
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  font-family: Lato, sans-serif;
  display: none;
  position: absolute;
}

.left-arrow {
  background-color: var(--blue-black);
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: none;
}

.arrow-wrapper {
  border-radius: 2000px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  transition: transform .2s;
  display: flex;
}

.arrow-wrapper:hover {
  transform: translate(-2px);
}

.arrow-wrapper.right:hover {
  transform: translate(2px);
}

.panel {
  background-color: var(--red);
  align-items: flex-start;
  width: 50%;
  padding: 32px;
  display: flex;
}

.mask {
  width: 50%;
}

.hamburger-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  display: flex;
  position: static;
  inset: 10px 94px auto auto;
  overflow: hidden;
}

.one-item {
  border-bottom: 1px solid var(--blue-black);
}

.one-content-wrapper {
  width: 100%;
}

.bar-2 {
  background-color: #1a1a1a;
  width: 30px;
  height: 2px;
  position: static;
  inset: 0%;
  transform: translate(0, 1px);
}

.one-item-list {
  transform-origin: 50% 0;
  background-color: #0000;
  width: 100%;
  display: block;
  overflow: hidden;
}

.one-item-list-wrap {
  border-top: 1px solid #ffffff26;
  border-bottom: 1px solid #ffffff26;
  flex-direction: row;
  display: flex;
}

.one-item-list-wrap.stack {
  flex-direction: column;
}

.one-tags-text {
  letter-spacing: 3px;
  text-transform: uppercase;
  white-space: normal;
  margin-right: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 2vw;
  font-weight: 600;
}

.one-trigger {
  justify-content: flex-end;
  align-items: center;
  padding-left: 10px;
  display: flex;
}

.category-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3vw;
  font-weight: 400;
  line-height: 100%;
}

.section_projects {
  z-index: 9999;
  background-color: var(--white);
  color: var(--black);
  padding-top: 64px;
  padding-bottom: 64px;
}

.one-item-list-image {
  max-height: 500px;
  margin-bottom: 16px;
  padding-left: 0;
  position: relative;
}

.one-name-text {
  letter-spacing: -1px;
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  font-size: 3vw;
  font-weight: 400;
  line-height: 100%;
  display: flex;
}

.info_left-col {
  width: 25%;
}

.bar-1 {
  background-color: #1a1a1a;
  width: 30px;
  height: 2px;
  position: static;
  inset: 0%;
  transform: translate(0, -1px);
}

.one-link-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 75px;
  display: flex;
  overflow: visible;
}

.one-name {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.plus-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.one-item-list-text {
  width: 60ch;
  position: relative;
}

.one-item-link {
  color: var(--blue-black);
  flex-flow: wrap;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  display: flex;
}

.one-item-link:hover {
  transform: translate(20px);
}

.one-item-display {
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
  position: relative;
}

.one-item-display.hover-x {
  justify-content: space-between;
}

.arrow-black, .info_right-col {
  width: 75%;
}

.one-item-img {
  max-height: 100%;
  display: inline-block;
}

.one-item-list-wrap-two {
  width: 100%;
  display: flex;
}

.cursor-wrapper {
  z-index: 999;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursor-circle {
  border: 1px solid var(--red);
  background-color: var(--red-dark);
  background-image: linear-gradient(0deg, var(--red-dark), var(--red-light));
  filter: drop-shadow(0 2px 2px #e5000080);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  transition: opacity .1s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.html-embed-6 {
  display: none;
}

.footer-section {
  background-color: var(--black);
}

.project-image {
  aspect-ratio: 16 / 9;
  object-position: 50% 50%;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.project-summary {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
  align-self: stretch;
}

.project-gallery {
  justify-content: center;
  align-self: stretch;
  margin-top: 32px;
  margin-bottom: 32px;
  display: flex;
}

.collection-item-11 {
  min-width: 50%;
  position: relative;
}

.collection-list-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.paragraph-5 {
  opacity: .6;
  margin-top: 0;
  font-size: 3rem;
  font-weight: 300;
  display: inline;
}

.portfolio_header-tags {
  flex-direction: column;
  justify-content: flex-start;
  margin-right: 32px;
  display: flex;
  position: relative;
}

.project-preview-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  min-height: 60vh;
  max-height: 200px;
  margin-bottom: 0;
  display: flex;
}

.project-preview-image.hover-x {
  max-height: 800px;
  display: inline-block;
}

.collection-list-wrapper-12 {
  align-self: center;
  margin-top: 52px;
}

.featured-project-desc {
  opacity: .5;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.2;
}

.image-37 {
  flex: 1;
  width: 100%;
  position: relative;
}

.project-previecolumnumn {
  align-self: flex-end;
  margin-bottom: 48px;
}

.project-previecolumnumn:hover {
  opacity: .5;
  transform: translate(32px);
}

.project-previecolumnumn.hover-x {
  color: #fff;
  max-width: 60%;
}

.project-previecolumnumns {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.project-preview-image-2 {
  flex: none;
  width: 38%;
  margin-top: -310px;
  margin-right: 20px;
  position: relative;
}

.collection-item-12 {
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 28px;
  display: flex;
}

.empty-state {
  display: none;
}

.allprojects_list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.featured-project-title {
  margin-bottom: -1px;
}

.workcollections_item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.workcollections_list {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.workcollections_wrapper {
  align-self: stretch;
  margin-bottom: 52px;
}

.heading-17 {
  margin-bottom: 36px;
}

.promo-button {
  cursor: pointer;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.hero-intro-container {
  flex-direction: column;
  flex: 1;
  width: 70ch;
  font-size: 1.8vw;
}

.section-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.1;
}

.projects-grid-item {
  align-self: flex-start;
  display: inline-block;
}

.allprojects_container {
  color: var(--white);
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  display: flex;
}

.image-38 {
  margin-bottom: 14px;
}

.allprojects-title {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 6px;
  display: inline;
}

.section_all-projects {
  background-color: var(--red-light);
  color: var(--white);
}

.collection-list-13 {
  grid-column-gap: 28px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-wrapper-15 {
  align-self: stretch;
}

.project-preview-image-alt {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  min-height: 60vh;
  max-height: 200px;
  margin-bottom: 0;
  display: flex;
}

.project-preview-image-alt.hover-x {
  min-height: 30vh;
  max-height: 400px;
  display: inline-block;
}

.project-previecolumnumn-alt {
  flex-direction: column;
  align-self: flex-end;
  margin-bottom: 48px;
  display: flex;
}

.project-previecolumnumn-alt:hover {
  opacity: .5;
  transform: translate(32px);
}

.project-previecolumnumn-alt.hover-x {
  color: #fff;
  flex: none;
}

.hero-paragraph {
  letter-spacing: -.08vw;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.2vw;
  font-weight: 300;
}

.collection-list-14 {
  column-count: 3;
  flex-flow: wrap;
  display: block;
}

.section_info {
  z-index: 9999;
  background-color: var(--white);
  color: var(--black);
  padding-top: 0;
  padding-bottom: 0;
}

.category-title-wrapper-2 {
  padding-top: 25px;
  padding-bottom: 25px;
  position: sticky;
  top: 90px;
}

.one-container-2 {
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
}

.section_work {
  z-index: 9999;
  background-color: var(--white-smoke);
  color: var(--black);
  padding-top: 64px;
  padding-bottom: 64px;
}

.article-overlay-text {
  letter-spacing: -2px;
  margin-top: 20px;
  margin-bottom: 25px;
  font-family: Spectral, sans-serif;
  font-size: 89.76px;
  font-weight: 300;
  position: static;
}

.text-label {
  opacity: .5;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  display: block;
}

.link {
  color: var(--blue-black);
  border-bottom: 3px solid #0000;
  margin-bottom: 10px;
  text-decoration: none;
  transition: all .2s;
  display: inline;
}

.link:hover {
  border-bottom-color: var(--blue-black);
}

.s1-text {
  white-space: normal;
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 3.2rem;
  font-weight: 300;
}

.s1-text.size1-full-clear {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1;
}

.s1-text.size1-full-clear.faded {
  opacity: .25;
}

.paragraph-full-clear {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.8rem;
  display: inline;
}

.footer_section-middle {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.footer-link {
  opacity: .3;
  letter-spacing: .025rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 22px;
  transition-duration: .1s;
}

.footer-link:hover {
  transform: translate(0, -3px);
}

.nav_flag {
  z-index: 99;
  width: 90px;
  height: 115px;
  margin-left: var(--site-padding--site-padding_base);
  border-right: 2px solid var(--red);
  border-bottom: 2px solid var(--red);
  border-left: 2px solid var(--red);
  background-color: var(--red-light);
  background-image: linear-gradient(0deg, var(--dry-blood\<deleted\|variable-83d2cdac\>), var(--red-light));
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  justify-content: center;
  align-items: flex-end;
  padding: 12px 10px 10px;
  display: flex;
  position: absolute;
}

.nav_flag:hover {
  transform: translate(0, -10px);
}

.nav_flag.hover-x {
  inset: 0% auto auto 0%;
}

.nav_flag.hover-x.is-current {
  border-right-color: var(--red);
  border-left-color: var(--red);
  border-radius: 0 0 4px 4px;
}

.div-block-269 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: start;
  width: 100%;
  margin-top: 28px;
  margin-bottom: 28px;
  display: grid;
}

.slide-wrap {
  align-items: center;
  width: 5200px;
  height: 500px;
  margin-bottom: 16px;
  margin-left: 0;
  margin-right: -20px;
  padding: 0;
  display: flex;
}

.logo-img._50-r-m {
  max-height: 100%;
  margin-right: 32px;
}

.html-embed-7 {
  flex: 1;
  align-self: flex-start;
  margin-bottom: 16px;
}

.portfolio-gallery-image {
  position: sticky;
  top: 95px;
}

.red-link {
  color: var(--bright-crimson\<deleted\|variable-b15beea7\>);
  border-bottom: 2px solid #e3004f00;
}

.red-link:hover {
  border-bottom-color: #e3004f;
}

.heading-23 {
  font-size: 1rem;
  display: inline;
}

.collection-list-wrapper-18 {
  align-self: flex-start;
}

.image-41 {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.text-highlight {
  background-color: var(--red-light);
  color: var(--white);
  padding-left: 8px;
  padding-right: 8px;
  display: inline;
}

.two-columns {
  grid-column-gap: 26px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.column-containers {
  width: 100%;
  min-width: 40vw;
  position: relative;
}

.button_site-version {
  z-index: 1;
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  cursor: none;
  background-color: #ffffff2e;
  border: 1px solid #858585;
  border-radius: 4px;
  align-self: flex-start;
  padding: .5vw 1vw;
  font-size: 1vw;
  position: relative;
  inset: auto auto 0% 0%;
}

.button_site-version:hover {
  transform: translate(10px, -10px);
}

.section_footer {
  background-color: var(--black);
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}

.allprojects-tagline {
  opacity: .5;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 6px;
  display: inline;
}

.select-projects-collection-list {
  display: none;
}

.centre {
  text-align: center;
}

.large-section-header {
  letter-spacing: 0;
  font-size: 5.1vw;
  line-height: 1.1;
}

.grid-8 {
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-9 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 60px;
}

.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.musicproduction_item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--black);
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-right: 2rem;
  display: flex;
}

.song-embed {
  margin-top: 24px;
}

.music_image {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 50% 35%;
  max-height: 500px;
  position: relative;
}

.utility-page-wrap {
  z-index: 0;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
  position: relative;
}

.utility-page-content {
  z-index: 1;
  filter: drop-shadow(0 2px 8px #8800140f);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  text-align: left;
  background-color: #5a5a5a1a;
  background-image: linear-gradient(59deg, #fff0, #ffffff0d), linear-gradient(0deg, #131313f2, #1a1a1af2);
  border: 1px solid #292929;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 340px;
  padding: 36px;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.utility-page-content:hover {
  filter: drop-shadow(0 4px 8px #bb001cab);
}

.utility-page-form {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.fs-checkbox_button-7 {
  border-radius: 999rem;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.fs-checkbox_button-7:focus-visible, .fs-checkbox_button-7[data-ui-focus-visible] {
  outline-offset: 4px;
  outline: 2px #9b9b9b;
}

.body-8 {
  background-color: #000;
}

.buffer {
  height: var(--nav-height);
  margin-bottom: 28px;
}

.links_block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.links_item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 3px solid #252525;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 26px;
  transition-duration: 0s;
  display: block;
  position: relative;
}

.links_item:hover {
  border-color: var(--red-light);
}

.div-block-274 {
  width: 100%;
  padding-left: 64px;
  padding-right: 64px;
}

.links_title {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1;
}

.links_category-block {
  background-color: var(--red-light);
  margin-bottom: 12px;
  padding: 8px;
  display: none;
}

.text-block-12 {
  font-size: 14px;
}

.text-block-12-copy {
  color: #696969;
  font-size: 14px;
}

.div-block-275 {
  background-color: #252525;
  justify-content: center;
  align-items: center;
  padding: 12px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.new-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-42 {
  opacity: .4;
  transform: rotate(-135deg);
}

.page_body {
  background-color: #000;
  width: 100%;
  height: 100vh;
}

.div-block-276 {
  text-align: left;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-end;
  display: grid;
}

.field-label {
  color: #666;
  font-weight: 400;
}

.light-section-wrapper {
  align-items: flex-start;
  padding: 4% 10% 0%;
  display: flex;
}

.error-message {
  background-color: #ffffff36;
  margin-left: 7%;
}

.text-block-2 {
  color: #d218ed;
}

.top-link {
  background-color: #fff3;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 5px 8px;
  font-size: 24px;
  text-decoration: none;
  display: flex;
  position: fixed;
  bottom: 40px;
  right: 40px;
  box-shadow: 0 0 27px #0000001a;
}

.top-link:hover {
  background-color: #fff6;
}

.top-link.is-current {
  color: #262626;
  background-color: #f1f1f15e;
  border-radius: 2px;
  padding: 5px 8px;
  font-weight: 600;
}

.text-block-13 {
  color: #ededed;
}

.column-wrapper {
  flex: 60%;
  padding-top: 2%;
  padding-bottom: 2%;
  padding-right: 3%;
}

.column-wrapper.form {
  flex: 40%;
  padding-top: 0;
  padding-left: 7%;
  padding-right: 2%;
}

.brand {
  align-items: center;
  margin-right: 15px;
  display: flex;
}

.onboarding-navbar {
  background-color: #000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 0 4px #2e2e2e;
}

.success-message {
  background-color: #ffffff36;
}

.dark-section-wrapper {
  background-color: #000;
  background-image: radial-gradient(circle farthest-side at 109% 136%, #9085da, #35af82 19%, #000 71%);
  padding: 12% 50% 8% 10%;
}

.dark-section-wrapper.preface {
  background-image: radial-gradient(circle farthest-side at 110% 178%, #9085da, #d218ed 19%, #000 71%);
  flex-direction: row;
  padding-right: 10%;
  display: flex;
}

.h1-large {
  color: #ededed;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 3.2em;
  font-weight: 100;
  line-height: 1em;
}

.aside-wrapper {
  flex: 40%;
  padding-left: 2%;
  padding-right: 2%;
}

.main-content-wrapper {
  flex: 1 0 65%;
  margin-bottom: 1.8em;
  padding-right: 3%;
  line-height: 1.8em;
}

.form-header {
  color: #666;
  margin-top: 9%;
  font-weight: 400;
  line-height: 1em;
}

.text-field {
  background-color: #ffffff36;
  border-style: none;
  border-radius: 2px;
  margin-bottom: 1.6em;
}

.text-field._input-base {
  color: #ededed;
}

.link-10 {
  color: #ededed;
  text-transform: lowercase;
  flex: none;
  font-size: 24px;
  font-weight: 100;
  text-decoration: none;
}

.link-10:hover {
  color: #d218ed;
}

.paragraph-large {
  color: #666;
  font-size: 19px;
  line-height: 1.6em;
}

.site-name {
  color: #ededed;
  font-size: 29px;
  font-weight: 400;
  line-height: 33px;
}

.margin-xhuge {
  margin: 8rem;
}

.text-weight-bold {
  font-weight: 700;
}

.icon-height-small {
  height: 1rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.styleguide_sidebarlink {
  color: var(--black);
  text-decoration: none;
}

.styleguide_sidebarlink:hover {
  color: var(--red);
}

.styleguide_sidebarlink.is-current {
  border-left: 2px solid var(--red);
  color: #030303;
  padding-left: .5rem;
  font-weight: 600;
  text-decoration: none;
}

.form_input {
  color: #4d4d4d;
  text-align: center;
  background-color: #00000052;
  border: 1px solid #3d3d3d;
  border-radius: 9px;
  min-height: 3.5rem;
  margin-bottom: 0;
  padding: .5rem 1.5rem;
  font-size: 1rem;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: 1.25rem;
}

.margin-0 {
  margin: 0;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.text-weight-xbold {
  font-weight: 800;
}

.styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.text-weight-normal {
  font-weight: 400;
}

.padding-0 {
  padding: 0;
}

.text-size-tiny {
  font-size: .75rem;
}

.text-size-tiny.margin-0.text-color-grey {
  display: inline-flex;
}

.background-color-white {
  background-color: #fff;
}

.text-align-right {
  text-align: right;
}

.max-width-large {
  width: 100%;
}

.overflow-visible {
  overflow: visible;
}

.text-weight-medium {
  font-weight: 500;
}

.styleguide_empty-box {
  z-index: -1;
  background-color: #0073e61a;
  border: 1px dashed #0073e6;
  border-radius: 0;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.text-size-regular {
  font-size: 1rem;
}

.icon-height-large {
  height: 3rem;
}

.icon-reverse {
  margin-bottom: 4px;
  transform: rotate(-90deg);
}

.container-1280 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.background-color-gradient {
  background-color: #ff3f01;
  background-image: linear-gradient(21deg, #eb132d 26%, #ff7c46);
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.styleguide_content {
  background-color: var(--white);
  color: var(--black);
  border-top: 1px solid #ccd2d4;
}

.styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.padding-custom1 {
  padding: 1.5rem;
}

.button-2 {
  border: 1px solid var(--red);
  background-color: var(--red);
  color: #fff;
  text-align: center;
  border-radius: .25rem;
  padding: .9rem 1.5rem .75rem;
  font-size: 1.25rem;
  font-weight: 300;
  transition: all .2s;
}

.button-2:hover {
  border-color: var(--red);
  color: var(--red);
  -webkit-text-stroke-color: var(--red);
  background-color: #0000;
}

.button-2.is-large {
  padding: 1rem 2rem;
  font-size: 1.5rem;
}

.button-2.is-small {
  padding: .7rem 1.25rem;
  font-size: 1rem;
}

.button-2.is-circle {
  align-items: center;
  font-size: 1.25rem;
  display: flex;
}

.button-2.is-dark {
  color: #fff;
  background-color: #0000;
  border: .125rem solid #fff;
}

.button-2.is-dark:hover {
  opacity: .5;
}

.button-2.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button-2.is-icon.is-text {
  border-bottom-width: 0;
  border-bottom-color: var(--red);
  color: var(--red);
  -webkit-text-stroke-color: var(--red);
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}

.button-2.is-secondary-orange {
  border: .125rem solid var(--red-light);
  color: var(--red-light);
  background-color: #0000;
}

.button-2.is-secondary-orange:hover {
  background-color: var(--red-light);
  color: #fff;
}

.button-2.is-secondary {
  color: #000;
  background-color: #0000;
  border: .125rem solid #000;
}

.button-2.is-secondary:hover {
  color: #fff;
  background-color: #000;
}

.button-2.is-text {
  height: 1.5rem;
  color: var(--red-light);
  background-color: #0000;
  border: 2px solid #0000;
  border-bottom: 0 solid #ff3f01;
  border-radius: 0;
  padding: 0;
  line-height: 1rem;
  text-decoration: none;
}

.button-2.is-text:hover {
  opacity: .5;
}

.margin-small {
  margin: 1rem;
}

.styleguide_sidebar-wrapper {
  padding-top: 5rem;
  position: sticky;
  top: 0;
}

.styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.padding-xsmall {
  padding: .5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.icon-height-medium {
  height: 2rem;
}

.styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.styleguide_contentgrid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(220px, 300px) 1fr;
  max-width: 100%;
  display: grid;
}

.styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.styleguide_item.on-dark {
  background-color: #000;
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.styleguide_item.is-stretch {
  justify-items: stretch;
}

.text-style-link {
  color: var(--red);
  text-decoration: underline;
  transition: all .2s;
}

.text-style-link:hover {
  opacity: .5;
}

.styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.styleguide_2-col.is-align-start {
  align-items: start;
}

.padding-custom3 {
  padding: 3.5rem;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.margin-xxhuge {
  margin: 12rem;
}

.styleguide_contentnav {
  border-right: 1px solid #ccd2d4;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.margin-huge {
  margin: 6rem;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.is-checked {
  background-color: #ff3f01;
  background-size: 90%;
  border-color: #ff3f01;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.is-focused {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.text-color-red {
  color: var(--red-light);
}

.styleguide_classes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.margin-medium {
  margin: 2rem;
}

.text-color-white {
  color: #fff;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.background-color-orange {
  background-color: #ff3f01;
}

.text-weight-semibold {
  font-weight: 600;
}

.padding-small {
  padding: 1rem;
}

.text-color-black {
  color: #000;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.text-color-grey {
  color: gray;
}

.styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.styleguide_3-col.is-align-start {
  align-items: start;
}

.container-small {
  width: 100%;
  max-width: 52rem;
  margin-left: auto;
  margin-right: auto;
}

.styleguide_label {
  color: #fff;
  background-color: #0073e6;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .45rem .75rem .25rem;
  line-height: 1.4;
  display: flex;
}

.styleguide_label.is-tag {
  background-color: #be4aa5;
}

.heading-style-h1 {
  letter-spacing: -.125rem;
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.styleguide_sidebarsublink-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  padding-left: 1rem;
  display: grid;
}

.text-align-center {
  text-align: center;
}

.padding-global {
  flex: 1;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.margin-xsmall {
  margin: .5rem;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.heading-style-h6 {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.5;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.flex-row-middle {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.styleguide_header {
  background-color: var(--white);
  color: var(--black);
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.text-style-italic {
  font-style: italic;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.styleguide_spacing-all {
  display: none;
}

.nav-link-2 {
  color: #030303;
}

.nav-link-2:hover {
  background-color: var(--red);
  color: #fff;
}

.text-size-large {
  font-size: 1.5rem;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.page-wrapper {
  background-color: var(--blue-black);
  color: var(--white);
  overflow: visible;
}

.page-wrapper.sticky {
  position: relative;
  overflow: visible;
}

.page-wrapper.no-supernav {
  padding-top: 0;
}

.form_label {
  margin-bottom: -12px;
}

.padding-section-medium {
  justify-content: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

.styleguide_headingsticky {
  z-index: 2;
  background-color: var(--red);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  color: var(--white);
  border-radius: 4px;
  margin: 1rem 1rem 2rem;
  padding: .6rem .8rem;
  position: sticky;
  top: 1rem;
}

.styleguide_headingsticky.sub {
  z-index: 1;
  background-color: #bc001980;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  top: 4rem;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.text-align-left {
  text-align: left;
}

.overflois-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

.heading-style-h4 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.4;
}

.styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.margin-custom2 {
  margin: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.styleguide_sidebargrid {
  grid-column-gap: 1.5rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.overflow-auto {
  overflow: auto;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.margin-left-auto {
  margin-left: auto;
}

.margin-xxsmall {
  margin: .25rem;
}

.styleguide_nav {
  z-index: 0;
  background-color: #fff;
}

.padding-custom2 {
  padding: 2.5rem;
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.styleguide_version {
  z-index: 5;
  color: #000;
  background-color: #ccd2d4;
  border-radius: 4px;
  padding: 8px 12px;
  font-weight: 500;
  text-decoration: none;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.main-wrapper {
  background-color: #fff;
  position: relative;
  inset: 0% 0% auto;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.form_component {
  margin-bottom: 0;
}

.background-color-grey {
  background-color: #f2f2f2;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.styleguide_heading-large {
  font-size: 6rem;
  font-weight: 300;
}

.styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1;
}

.heading-style-h2.inline {
  padding-right: 12px;
  display: inline;
}

.margin-tiny {
  margin: .125rem;
}

.heading-style-h5 {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.3;
}

.heading-style-h5.margin-0 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.padding-large {
  padding: 3rem;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.styleguide_heading-medium {
  font-size: 4rem;
  font-weight: 300;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.form_radio-icon {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.is-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.is-focused {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.heading-style-h3 {
  letter-spacing: -.06rem;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.heading-style-h3.link {
  color: var(--red);
  text-decoration: underline;
}

.heading-style-h3.link:hover {
  transform: translate(7px, -7px);
}

.text-button {
  margin-right: .75rem;
}

.text-weight-light {
  font-weight: 300;
}

.margin-right {
  height: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.padding-xxsmall {
  padding: .25rem;
}

.styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #0073e61a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.text-style-nowrap {
  white-space: nowrap;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.padding-xxhuge {
  padding: 12rem;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.text-size-small {
  font-size: .875rem;
}

.background-color-gradient2 {
  background-color: #ff3f01;
  background-image: linear-gradient(143deg, #000, #eb132d);
}

.button-icon {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.text-style-muted {
  opacity: .6;
}

.padding-medium {
  padding: 2rem;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.social-icons {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.form_message-success {
  padding: 1.25rem;
}

.styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.variant-columns {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-size-medium {
  font-size: 1.25rem;
  display: inline;
}

.padding-huge {
  padding: 6rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.margin-large {
  margin: 3rem;
}

.padding-tiny {
  padding: .125rem;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.text-rich-text {
  font-family: Spectral, sans-serif;
}

.text-rich-text h1 {
  letter-spacing: -.07em;
  font-family: Spectral, sans-serif;
}

.text-rich-text h2 {
  letter-spacing: -.07em;
  font-family: Spectral, sans-serif;
  font-size: 3rem;
}

.text-rich-text h3 {
  letter-spacing: -.1rem;
  font-size: 2.5rem;
}

.text-rich-text h4 {
  letter-spacing: -.085rem;
  font-size: 2rem;
}

.text-rich-text h5 {
  letter-spacing: -.05rem;
  font-size: 1.7rem;
}

.text-rich-text p {
  font-family: Spectral, sans-serif;
  font-weight: 400;
}

.text-rich-text a {
  color: var(--red);
  font-weight: 400;
  text-decoration: underline;
}

.text-rich-text h6 {
  font-size: 1.5rem;
}

.hide {
  display: none;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.section_hero {
  z-index: 0;
  aspect-ratio: 3 / 2;
  color: #e2f8fd;
  background-image: linear-gradient(#00000080, #00000080), url('../images/Billie-Eilish2_1.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  flex-flow: column wrap;
  place-content: center space-around;
  align-items: center;
  width: 100vw;
  min-height: 80vh;
  display: flex;
  position: relative;
}

.section_hero.height-full {
  height: 100svh;
}

.section_intro {
  background-color: var(--red);
  width: 100vw;
  color: var(--white);
  flex-flow: column wrap;
  place-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.navbar_wrapper {
  z-index: -1;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  display: flex;
  position: relative;
}

.navbar_bg-insert {
  z-index: -1;
  opacity: 0;
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  background-color: #000000b3;
  border-radius: 2.5rem;
  margin-left: -29px;
  margin-right: -29px;
  position: absolute;
  inset: 0%;
}

.section_workselects {
  padding: var(--nav-height) var(--site-padding--site-padding_base);
  background-color: var(--black);
  color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

.workselects_image {
  aspect-ratio: 16 / 9;
  background-color: transparent;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  transition: all .2s;
  position: relative;
  overflow: hidden;
}

.workselects_image:hover {
  transform: scale(1.0125);
}

.workselects_list {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  flex-direction: column;
  display: flex;
}

.workselects_wrapper {
  margin-top: 1.5rem;
}

.workselects_link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.studio-project-title {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: .5rem;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.2;
  display: inline;
}

.studio-project-title._50 {
  opacity: .5;
}

.workselects_text {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  font-size: 13rem;
  transition: all .2s;
  display: inline-flex;
}

.workselects_text:hover {
  opacity: .5;
}

.footer_section-bottom {
  justify-content: space-between;
  display: flex;
}

.div-block-277 {
  flex-direction: row;
  align-self: stretch;
  display: flex;
}

.project_header {
  padding-bottom: 2rem;
}

.html-embed-8, .html-embed-9 {
  height: 18px;
}

.section_workarchive {
  z-index: 1;
  padding-right: var(--site-padding--site-padding_base);
  padding-bottom: 5rem;
  padding-left: var(--site-padding--site-padding_base);
  background-color: var(--black);
  color: var(--white);
  -webkit-text-stroke-color: var(--white);
  position: relative;
}

.hover_component {
  -webkit-text-stroke-color: var(--white);
  margin-top: 1.5rem;
}

.cursor_wrap {
  object-fit: contain;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.cursor_list {
  width: 100%;
  height: 100%;
  transition: transform .4s cubic-bezier(.645, .045, .355, 1);
  position: absolute;
  inset: 0%;
}

.hover_item {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-bottom: 1px solid #fff3;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  transition: padding .2s, color .2s;
  display: flex;
}

.hover_item:hover {
  color: #ffffff4d;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.cursor_move {
  min-width: 24em;
}

.cursor_wrapper {
  z-index: -1;
  opacity: 0;
  object-fit: contain;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  transition: transform .3s cubic-bezier(.645, .045, .355, 1), opacity .3s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: fixed;
  inset: 0%;
  transform: scale(.5);
}

.cursor_item {
  width: 100%;
  height: 100%;
}

.hover_title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1;
}

.hover_desc {
  text-align: right;
  letter-spacing: .025rem;
  max-width: 60ch;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1;
}

.cursor_img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.project-css {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.right-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.hover_year {
  color: #ffffff40;
  letter-spacing: .025rem;
  max-width: 60ch;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1;
}

.project-preview_video {
  z-index: 1;
  flex: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.project-preview_image {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.video {
  object-fit: fill;
}

.photog-filter {
  display: none;
}

.collection_photofilter {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.collection_photofilter_wrapper {
  margin-bottom: 2rem;
}

.collection-list-18 {
  position: absolute;
}

.fs-checkbox_field-4 {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: .25rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding: 1rem 1.5rem;
  font-weight: 500;
  display: flex;
  position: relative;
}

.fs-checkbox_field-4:hover {
  color: #696969;
  border-color: #696969;
}

.fs-checkbox_button-4 {
  border: 1px #000;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: 0%;
  box-shadow: 1px 1px 3px #0000;
}

.fs-checkbox_button-4.is-checked {
  background-color: #0000;
  background-image: none;
  border-style: none;
}

.fs-checkbox_button-4.is-focused {
  box-shadow: none;
  border-style: none;
  border-radius: 0;
}

.fs-checkbox_button-4.is-focused-visible {
  box-shadow: none;
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs-checkbox_label-4 {
  z-index: 1;
  margin-bottom: 0;
  font-weight: 500;
  position: relative;
}

.h4 {
  opacity: .25;
  font-size: 1.5rem;
}

.image-45 {
  width: 100%;
}

.logo-image {
  height: 40px;
}

/* Homepage navigation starts with the flag only. The wordmark is revealed
   after the flag has cleared the top of the navigation. */
.page--index .nav_flag,
.page--index .logo-image {
  will-change: transform, opacity;
}

.page--index .nav_flag {
  transition: transform .55s cubic-bezier(.16, 1, .3, 1);
}

.page--index .logo-image {
  opacity: 0;
  transition: opacity .12s ease-out;
}

.page--index.nav-wordmark-revealed .nav_flag,
.page--index.nav-wordmark-revealed .nav_flag:hover {
  pointer-events: none;
  transform: translateY(calc(-100% - 2px));
}

.page--index.nav-wordmark-revealed .logo-image {
  opacity: 1;
  transition-delay: .16s;
}

@media (prefers-reduced-motion: reduce) {
  .page--index .nav_flag,
  .page--index .logo-image {
    transition-duration: 0s;
  }
}

.footer-text {
  opacity: .3;
  letter-spacing: .025rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 22px;
  transition-property: none;
}

.title-small {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: .9;
}

.password_title-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  opacity: .3;
  margin-bottom: 28px;
  display: flex;
}

.field-label-2 {
  padding-left: 2px;
  font-size: .9rem;
  font-weight: 200;
}

.submit-button-2 {
  color: var(--white-smoke);
  background-color: #fff0;
  background-image: linear-gradient(0deg, #161616, #252525);
  border: 1px solid #292929;
  border-radius: 0 4px 4px 0;
  padding: 0 12px;
  font-size: 1rem;
  font-weight: 300;
  transition: all .2s;
}

.submit-button-2:hover {
  transform: scale(1.0125);
}

.text-field-2 {
  background-color: #131313;
  border: 1px solid #292929;
  border-right-width: 0;
  border-radius: 4px 0 0 4px;
  height: 52px;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 300;
}

.div-block-278 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.div-block-279 {
  display: flex;
}

.card_shine {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--blue-black), #fff0);
  opacity: .54;
  pointer-events: none;
  width: 60em;
  height: 60em;
  margin-top: -30em;
  margin-left: -30em;
  position: absolute;
  top: 0%;
  left: 0%;
}

.button-inner {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: linear-gradient(#b8b8b8, #686868 100%, #575757);
  border-radius: 9999px;
  padding: 1.2rem 2rem;
  box-shadow: inset 0 -2px 8px #0000001a;
}

.button-inner.button-inner-circle {
  padding-left: 1rem;
  padding-right: 1rem;
}

.button-text {
  filter: drop-shadow(0 1px 1px #0003);
  color: var(--white);
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff, #ebebeb);
  -webkit-background-clip: text;
  background-clip: text;
  margin: 0;
  padding: 0;
  font-size: 1.1rem;
}

.button-glow {
  z-index: -1;
  background-color: var(--red);
  opacity: .49;
  filter: blur(13px);
  border-radius: 9999px;
  margin-left: 16px;
  margin-right: 16px;
  padding: 1rem 0;
  transition: all .2s;
  position: absolute;
  inset: auto 0% -8%;
}

.supernav {
  background-color: var(--blue-black);
  width: 100%;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.sections-wrap {
  z-index: 1;
  filter: drop-shadow(0 -1px 8px #3f3f3f33);
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  flex-flow: column;
  display: flex;
  position: relative;
}

.nav-sticky {
  z-index: 99;
  height: var(--nav-height);
  margin-bottom: -5.5rem;
  position: sticky;
  top: 0;
}

.supernav-wrapper {
  width: 100%;
  height: 3.5rem;
  padding: 1rem;
}

.supernav-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
}

.supernav-link {
  border: 1.75px solid var(--red-dark);
  color: var(--red-dark);
  letter-spacing: .25px;
  border-radius: 99px;
  padding: 6px 11px;
  font-weight: 400;
  line-height: 1;
}

.blur {
  z-index: -2;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-image: linear-gradient(#000000b3, #0000);
  width: 100%;
  height: 12rem;
  position: absolute;
  inset: 0% 0% auto;
}

.blur-image {
  z-index: 2;
  opacity: 0;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  width: 100%;
  height: 100%;
  transition: all .4s;
  position: absolute;
  inset: 0%;
}

.blur-image:hover {
  opacity: 1;
}

.hero-cta {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  margin-top: 2rem;
  display: flex;
}

.nav-filler {
  width: 100%;
  height: var(--nav-height);
}

.image-48 {
  filter: drop-shadow(0 1px 1px #0003);
}

.linkssection_content {
  background-color: var(--black);
  flex-flow: column wrap;
  place-content: center flex-start;
  align-items: stretch;
  width: 100vw;
  height: 100vh;
  padding-top: 4rem;
  display: flex;
  position: relative;
}

.linkssection_content.hero-section {
  z-index: 999;
  aspect-ratio: 16 / 9;
  background-color: var(--blue-black);
  color: #e2f8fd;
  background-image: linear-gradient(#00000080, #00000080), url('../images/Billie-Eilish2_1.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  justify-content: space-around;
  align-items: center;
  width: 100vw;
  display: flex;
  position: static;
}

.linkssection_content.black {
  z-index: 0;
  background-color: var(--black);
  color: #fff;
}

.linkssection_content.red {
  background-color: var(--black);
  color: var(--white);
}

.section_cv {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  padding-bottom: 20rem;
  display: flex;
  overflow: hidden;
}

.container-narrow {
  width: 100%;
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
}

.cv_work-carousel {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 45%;
  display: flex;
  overflow: scroll;
}

.cv_work-image {
  border: 1px solid #383838;
  border-radius: 8px;
  display: block;
}

.cv_info {
  clear: left;
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: inline-flex;
}

.cv_info.centre {
  justify-content: center;
  align-items: center;
}

.cv_section {
  width: 100%;
}

.cv_section.title {
  text-align: center;
  margin-bottom: 5rem;
}

.image-49 {
  flex: 1;
}

.collection-item-13 {
  flex-flow: column;
  flex: none;
  display: flex;
}

.cv_work-wrapper {
  width: 200%;
  display: flex;
  overflow: scroll;
}

.cv_image-wrapper {
  border: 1px solid #3a3a3a;
  border-radius: .4rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 5px #3a3a3a40;
}

.cv_text-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.cv_experience-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid #3a3a3a;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 2rem;
  display: grid;
}

.div-block-280 {
  flex-flow: column;
  display: flex;
}

.inline-border-link {
  background-color: #ffffff26;
  background-image: linear-gradient(#ffffff40, #5f5f5f40);
  border: 1px solid #666;
  border-radius: 100px;
  margin-bottom: 0;
  padding: 2px 8px;
  display: inline-block;
  box-shadow: 0 1px 5px #3a3a3a80;
}

.inline-border-link:hover {
  opacity: .5;
}

.inline-border-link.border-link-red {
  border-color: var(--red);
  background-image: linear-gradient(#bc001940, #92001340);
}

.new-logo-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  align-self: center;
  margin-top: 10rem;
  margin-bottom: 5rem;
  display: flex;
}

.text-block-14 {
  text-align: center;
  letter-spacing: .7rem;
  text-transform: uppercase;
  margin-right: -12px;
  font-size: .5rem;
  font-weight: 300;
}

.cv-body-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.1rem;
  line-height: 1.5;
}

.cv_rich-text {
  font-size: 1.1rem;
}

.cv_rich-text p {
  font-size: 1.1rem;
  line-height: 1.5;
}

.cv_rich-text ol {
  font-size: 1.1rem;
}

.cv_rich-text li {
  font-size: 1.1rem;
  line-height: 1.5;
}

.hover_item_link {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.hover_item_link:hover {
  color: #ffffff4d;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.reports-container {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logout-button:hover {
  opacity: .5;
}

.form_signup {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  text-align: center;
  background-color: #0000008f;
  background-image: linear-gradient(0deg, #00000080, #1d1d1d80);
  border: 1px solid #4d4d4d;
  border-radius: 8px;
  flex-flow: column;
  min-width: 350px;
  max-width: 800px;
  padding: 32px 24px;
  display: flex;
  box-shadow: 0 7px 10px #bc00192b;
}

.signup_form {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 28px;
  display: flex;
}

.link-11 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#eb6072, #fff);
  -webkit-background-clip: text;
  background-clip: text;
}

.form_group {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  margin-bottom: 2rem;
  display: flex;
}

.dashboard_wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  text-align: left;
  background-color: #0000008f;
  background-image: linear-gradient(0deg, #00000080, #1d1d1d80);
  border: 1px solid #4d4d4d;
  border-radius: 8px;
  flex-flow: column;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  padding: 32px 24px;
  display: flex;
  box-shadow: 0 7px 10px #bc00192b;
}

.div-block-281 {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.download-btn {
  opacity: 1;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  color: var(--white);
  cursor: none;
  background-color: #fff0;
  background-image: linear-gradient(#fff, #4c4c4c 50%, #cf98a0);
  border: 1px solid #000;
  border-radius: 9999px;
  flex-direction: row;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  margin-right: 0;
  padding: 2px;
  font-size: 1.5vw;
  line-height: 1;
  transition: all .2s;
  display: block;
  box-shadow: inset 0 1px 1px #0003;
}

.download-btn:hover {
  transform: translate(0, -5px);
}

.download-btn.button-circle {
  background-image: linear-gradient(#fff, #4c4c4c 50%, #b1b1b1);
}

.download-btn.submit-btn {
  align-self: stretch;
}

.report-item-template {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.report-cover {
  object-fit: contain;
  width: 240px;
  height: 135px;
  overflow: clip;
}

.report-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 300;
}

.report-description {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.1rem;
}

.div-block-282 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.section_logogrid {
  padding: var(--nav-height) var(--site-padding--site-padding_base);
  background-color: var(--black);
  color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

.logogrid_list {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: wrap;
  display: flex;
}

.logogrid_image {
  aspect-ratio: 16 / 9;
  background-color: transparent;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  transition: all .2s;
  position: relative;
  overflow: hidden;
}

.logogrid_image:hover {
  transform: scale(1.0125);
}

.logogrid_title {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: .5rem;
  font-size: 0.8rem;
  font-weight: 300;
  line-height: 1.2;
  display: inline;
}

.logogrid_title._50 {
  opacity: .5;
}

.logogrid_text {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  font-size: 13rem;
  transition: all .2s;
  display: inline-flex;
}

.logogrid_text:hover {
  opacity: .5;
}

.logogrid_link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: 250px;
  display: flex;
}

.projectgrid_list {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.projectgrid_image {
  aspect-ratio: 4 / 5;
  background-color: transparent;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  transition: all .2s;
  position: relative;
  overflow: hidden;
}

.projectgrid_image:hover {
  transform: scale(1.0125);
}

.filter-button {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #ffffff1a;
  border-radius: 4px;
  padding: 8px 12px;
  font-size: .8rem;
  display: flex;
}

.filter-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 32px;
  display: flex;
}

._50 {
  opacity: .5;
}

.filter-button-2 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  opacity: .5;
  padding-left: 0;
  font-size: .8rem;
  display: flex;
}

.filter-button-2:hover {
  opacity: 1;
}

.filter-button-2:active {
  border-bottom: 1px solid #fff;
}

.logogrid_wrapper {
  margin-top: 1rem;
}

html.component-mod-js [data-ix="color-bar-14"], html.component-mod-js [data-ix="color-bar-9"], html.component-mod-js [data-ix="color-bar-1"] {
  transform: translate(0, 100%);
}

html.component-mod-js [data-ix="slide-right-4"] {
  opacity: 0;
  transform: translate(-30px);
}

html.component-mod-js [data-ix="color-bar-3"], html.component-mod-js [data-ix="color-bar-16"], html.component-mod-js [data-ix="color-bar-20"], html.component-mod-js [data-ix="color-bar-11"], html.component-mod-js [data-ix="color-bar-12"], html.component-mod-js [data-ix="color-bar-5"] {
  transform: translate(0, 100%);
}

html.component-mod-js [data-ix="slide-right-3"], html.component-mod-js [data-ix="slide-right-2"] {
  opacity: 0;
  transform: translate(-30px);
}

html.component-mod-js [data-ix="color-bar-18"], html.component-mod-js [data-ix="color-bar-13"], html.component-mod-js [data-ix="color-bar-4"], html.component-mod-js [data-ix="color-bar-15"], html.component-mod-js [data-ix="color-bar-6"], html.component-mod-js [data-ix="color-bar-17"] {
  transform: translate(0, 100%);
}

html.component-mod-js [data-ix="slide-right"] {
  opacity: 0;
  transform: translate(-30px);
}

html.component-mod-js [data-ix="color-bar-7"], html.component-mod-js [data-ix="color-bar-8"], html.component-mod-js [data-ix="color-bar-2"], html.component-mod-js [data-ix="color-bar-10"], html.component-mod-js [data-ix="color-bar-19"] {
  transform: translate(0, 100%);
}

@media screen and (max-width: 991px) {
  .wrapper {
    padding: 32px var(--site-padding--site-padding_991);
  }

  .wrapper.hero-wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }

  .main-feature-feed-wrapper {
    text-align: center;
  }

  .article-navbar {
    padding-left: 32px;
    padding-right: 32px;
    display: flex;
  }

  .slide-in-title {
    font-size: 18px;
  }

  .article-column-width {
    min-width: auto;
  }

  .share-wrapper {
    display: none;
  }

  .navbar-logo.is-current {
    padding-left: 0;
    padding-right: 0;
  }

  .container._1200 {
    max-width: 100%;
  }

  .top-post-item {
    flex-wrap: wrap;
  }

  ._4-collection-item {
    width: 50%;
  }

  .top-post-image {
    width: 100%;
    margin-bottom: 30px;
  }

  .top-post-text {
    width: 100%;
    padding-left: 0;
  }

  .link-9 {
    margin-top: -62px;
  }

  .photos_collectionitem {
    flex-basis: 33.3%;
  }

  .photos_collectionlist {
    column-count: 2;
  }

  .collection-item-10 {
    width: 60vw;
    padding-left: 40px;
    padding-right: 40px;
  }

  .album-title.white, .honorable-song {
    line-height: 68px;
  }

  .album-section {
    padding-top: 0;
    padding-bottom: 200px;
  }

  .album-section.header {
    padding-top: 10vh;
  }

  .artist {
    padding-bottom: 40px;
  }

  .other-year-column {
    padding-bottom: 20px;
  }

  .spacer {
    height: 8vw;
  }

  .column-details {
    margin-top: -30px;
    padding-right: 0;
  }

  .date {
    line-height: 22px;
  }

  .footer_nav {
    display: none;
  }

  .portfolio-rich-text p {
    font-size: 24px;
  }

  .navbar_inner {
    flex: 0 1200px;
  }

  .navbar-content {
    flex: 1;
  }

  .navbar-links {
    margin-right: 0;
  }

  .nav_item {
    display: none;
  }

  .nav_item.mobile {
    display: flex;
  }

  .client-grid {
    grid-template-columns: 1fr 1fr;
  }

  .client-link {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .navbar {
    padding-right: var(--site-padding--site-padding_991);
    padding-left: var(--site-padding--site-padding_991);
  }

  .navbar-spacer {
    height: 8vw;
  }

  .hero-title {
    letter-spacing: -1px;
  }

  .faq-question-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .right-arrow {
    right: -35px;
  }

  .one-content-wrapper {
    padding-left: 0;
  }

  .one-tags-text {
    letter-spacing: 2px;
    margin-right: 15px;
    font-size: 3vw;
    font-weight: 700;
  }

  .category-title, .one-name-text {
    font-size: 6vw;
  }

  .info_left-col {
    align-self: flex-start;
    width: 100%;
  }

  .plus-wrap {
    width: 40px;
    height: 20px;
  }

  .info_right-col {
    width: 100%;
  }

  .cursor-wrapper {
    display: none;
  }

  .project-summary {
    grid-template-columns: 1fr;
  }

  .hero-paragraph {
    letter-spacing: -1px;
    font-size: 32px;
  }

  .collection-list-14 {
    column-count: 3;
  }

  .one-container-2 {
    flex-direction: column;
    padding-left: 32px;
    padding-right: 32px;
  }

  .nav_flag {
    margin-left: var(--site-padding--site-padding_991);
  }

  .two-columns {
    grid-column-gap: 16px;
  }

  .button_site-version {
    padding: 8px 16px;
    font-size: 16px;
  }

  .musicproduction_item {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .music_image {
    display: none;
  }

  .links_item {
    padding: 21px;
  }

  .div-block-274 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .div-block {
    margin-top: 5px;
  }

  .light-section-wrapper, .onboarding-navbar {
    padding-left: 3%;
    padding-right: 3%;
  }

  .dark-section-wrapper {
    background-position: 88%, 0 0;
    background-size: 60%, auto;
    padding-left: 3%;
    padding-right: 34%;
  }

  .dark-section-wrapper.preface {
    padding-right: 3%;
  }

  .h1-large {
    font-size: 3em;
  }

  .form-header {
    font-weight: 100;
  }

  .link-10 {
    font-size: 16px;
  }

  .site-name {
    font-size: 18px;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .styleguide_sidebar-wrapper {
    padding-top: 4.5rem;
  }

  .styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .hide-tablet {
    display: none;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .styleguide_contentgrid {
    grid-template-columns: minmax(200px, 300px) minmax(75%, 1.5fr);
  }

  .styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .heading-style-h1 {
    font-size: 4rem;
  }

  .padding-global {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h2 {
    font-size: 2.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .styleguide_heading-medium {
    font-size: 3rem;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .section_workselects {
    padding-right: var(--site-padding--site-padding_991);
    padding-left: var(--site-padding--site-padding_991);
  }

  .workselects_list {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
  }

  .studio-project-title {
    font-size: 1.75rem;
  }

  .footer_section-bottom {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-direction: column;
  }

  .section_workarchive {
    padding-right: var(--site-padding--site-padding_991);
    padding-left: var(--site-padding--site-padding_991);
  }

  .hover_item:hover {
    color: #000;
    padding-left: 5%;
    padding-right: 5%;
  }

  .cursor_wrapper, .hover_desc {
    display: none;
  }

  .hover_item_link:hover {
    color: #000;
    padding-left: 5%;
    padding-right: 5%;
  }

  .section_logogrid {
    padding-right: var(--site-padding--site-padding_991);
    padding-left: var(--site-padding--site-padding_991);
  }

  .logogrid_list {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
  }

  .logogrid_title {
    font-size: 1.75rem;
  }

  .projectgrid_list {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 56px;
  }

  h2 {
    font-size: 40px;
    line-height: 56px;
  }

  h3 {
    font-size: 32px;
    line-height: 44px;
  }

  h4 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
  }

  .wrapper {
    padding: 32px var(--site-padding--site-padding_767);
    justify-content: center;
  }

  .wrapper.hero-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .article-navbar {
    padding-left: 16px;
    padding-right: 16px;
  }

  .slide-in-title {
    font-size: 16px;
  }

  .article-content {
    padding-left: 32px;
    padding-right: 32px;
  }

  .aboutsection_main {
    height: auto;
  }

  .top-post {
    margin-top: 0;
    padding-top: 135px;
  }

  ._3-collection-item {
    width: 100%;
  }

  .latest-posts {
    margin-left: -10px;
    margin-right: -10px;
  }

  ._4-collection-item, ._2-collection-item {
    width: 100%;
  }

  .h2 {
    font-size: 20px;
    line-height: 24px;
  }

  .dynamic-background-cms {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
  }

  .nav_hamburger {
    padding-bottom: 80px;
  }

  .social-media-wrapper {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 12px;
    position: static;
    bottom: 9%;
  }

  .social-link-block {
    margin-top: 3px;
    margin-bottom: 3px;
    margin-left: 0;
  }

  .hamburger_wrapper {
    display: flex;
  }

  .link-block {
    margin-top: 0;
    margin-bottom: 0;
  }

  .social-link-text {
    font-size: 12px;
  }

  .hero-header {
    flex-direction: column;
    display: flex;
  }

  .link-9 {
    margin-top: 0;
  }

  .photos_collectionitem {
    flex-basis: 50%;
  }

  .image {
    margin-left: 10px;
    margin-right: 10px;
  }

  .collection-item-10 {
    width: 100vw;
    padding-left: 32px;
    padding-right: 32px;
  }

  .section-title {
    margin-top: 16px;
  }

  .track {
    line-height: 22px;
  }

  .honorable-song {
    font-size: 36px;
    line-height: 42px;
  }

  .year {
    font-size: 36px;
    line-height: 36px;
  }

  .artist.white.centre {
    width: 100%;
  }

  .spacer {
    height: 10vw;
  }

  .top-top {
    display: none;
  }

  .column-details {
    padding-left: 0%;
  }

  .client-grid {
    grid-column-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .navbar {
    padding-right: var(--site-padding--site-padding_767);
    padding-left: var(--site-padding--site-padding_767);
  }

  .menu_stack {
    align-self: stretch;
    align-items: flex-start;
  }

  .navbar-spacer {
    height: 10vw;
  }

  .hero-title {
    margin-bottom: 0;
    font-size: 7vw;
    line-height: 1.2;
  }

  .text-big-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .right-arrow {
    inset: auto 10% -35px auto;
  }

  .right-arrow:hover {
    transform: none;
  }

  .text-small {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-wrapper-1, .text-wrapper-2 {
    bottom: 12%;
  }

  .text-big-1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-wrapper-3 {
    bottom: 12%;
  }

  .left-arrow {
    inset: auto auto -35px 10%;
  }

  .left-arrow:hover {
    transform: none;
  }

  .one-tags-text {
    letter-spacing: 1px;
    margin-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 4vw;
  }

  .plus-wrap {
    height: 15px;
  }

  .one-item-display.hover-x {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .allprojects_list {
    grid-template-columns: 1fr 1fr;
  }

  .hero-intro-container {
    width: 100%;
  }

  .collection-list-13 {
    grid-template-columns: 1fr;
  }

  .hero-paragraph {
    letter-spacing: -.4px;
    font-size: 24px;
  }

  .collection-list-14 {
    column-count: 2;
  }

  .category-title-wrapper-2 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .one-container-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .s1-text {
    font-size: 34px;
    line-height: 42px;
  }

  .nav_flag {
    margin-left: var(--site-padding--site-padding_767);
  }

  .div-block-269 {
    grid-template-columns: 1fr 1fr;
  }

  .slide-wrap {
    height: 320px;
  }

  .two-columns {
    grid-template-columns: 1fr;
  }

  .button_site-version {
    margin-bottom: 0;
    margin-left: 0;
    font-size: 12px;
  }

  .large-section-header {
    font-size: 40px;
  }

  .grid-8 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-9 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .buffer {
    margin-bottom: 8px;
  }

  .links_item {
    padding: 18px;
  }

  .div-block-274 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block {
    margin-top: 3px;
  }

  .form, .column-wrapper.form {
    padding-left: 0%;
  }

  .dark-section-wrapper {
    background-image: radial-gradient(circle farthest-side at -31% -49%, #9085da, #0d0255 32%, #000 71%);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-right: 17%;
  }

  .dark-section-wrapper.preface {
    flex-direction: column;
  }

  .link-10 {
    font-size: 12px;
  }

  .site-name {
    margin-top: 15px;
    font-size: 16px;
    line-height: 12px;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .styleguide_section-header {
    font-size: .875rem;
  }

  .styleguide_sidebar-wrapper {
    padding-top: 4rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .styleguide_contentgrid {
    flex-flow: column;
    display: flex;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-style-h1 {
    font-size: 3.5rem;
  }

  .padding-global {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-style-h6 {
    font-size: 1rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
  }

  .styleguide_version {
    font-size: .875rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .styleguide_heading-large {
    font-size: 3rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h2 {
    font-size: 2.5rem;
  }

  .heading-style-h5 {
    font-size: 1.125rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .styleguide_heading-medium {
    font-size: 2rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .heading-style-h3 {
    font-size: 1.75rem;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .section_hero, .section_intro {
    height: auto;
  }

  .section_workselects {
    padding-right: var(--site-padding--site-padding_767);
    padding-left: var(--site-padding--site-padding_767);
  }

  .workselects_list {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .studio-project-title {
    font-size: 1.5rem;
  }

  .section_workarchive {
    padding-right: var(--site-padding--site-padding_767);
    padding-left: var(--site-padding--site-padding_767);
  }

  .h4 {
    font-size: 1.25rem;
  }

  .linkssection_content {
    height: auto;
  }

  .report-title {
    font-size: 1.25rem;
  }

  .section_logogrid {
    padding-right: var(--site-padding--site-padding_767);
    padding-left: var(--site-padding--site-padding_767);
  }

  .logogrid_list {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .logogrid_title {
    font-size: 1.5rem;
  }

  .projectgrid_list {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 42px;
  }

  h3 {
    font-size: 26px;
    line-height: 32px;
  }

  h4 {
    font-size: 21px;
  }

  .wrapper {
    padding: 18px var(--site-padding--site-padding_478);
  }

  .wrapper.hero-wrapper {
    padding-left: 12px;
    padding-right: 12px;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .featured-image {
    margin-bottom: 10px;
  }

  .article-headline {
    font-size: 24px;
  }

  .article-headline.nocaps {
    margin-top: 11px;
    margin-bottom: 10px;
  }

  .article-navbar {
    width: 100vw;
  }

  .slide-in-title {
    margin-left: 13px;
    font-size: 14px;
  }

  .scroll-progress {
    width: 100vw;
  }

  .article-content {
    padding-top: 40px;
    overflow: hidden;
  }

  .video-2 {
    margin-bottom: 20px;
  }

  .tags-list {
    flex-wrap: wrap;
  }

  .top-post {
    padding-top: 105px;
    padding-bottom: 30px;
  }

  ._3-posts {
    padding-bottom: 60px;
  }

  .latest-posts {
    margin-left: -16px;
    margin-right: -16px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .button {
    align-self: center;
    margin-top: 60px;
  }

  .featured-posts {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .top-post-image {
    margin-bottom: 15px;
  }

  .h2 {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .post-author-text {
    margin-top: 8px;
  }

  .nav_hamburger {
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .social-media-wrapper {
    flex-direction: column;
  }

  .social-link-block {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .nav_logo-text {
    letter-spacing: 2px;
    font-size: 32px;
  }

  .footer_linkswrapper {
    flex-direction: column;
    align-items: center;
  }

  .navbar-link {
    font-size: 14px;
  }

  .photos_collectionitem {
    flex-basis: 100%;
  }

  .photos_collectionlist {
    flex-direction: column;
  }

  .image {
    margin-left: 10px;
    margin-right: 10px;
  }

  .collection-item-10 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .lightbox-link-4 {
    padding: 20px;
  }

  .section-title {
    flex-direction: column;
    align-items: center;
  }

  .number {
    padding-bottom: 5vw;
  }

  .album-title {
    padding-bottom: 10px;
    font-size: 36px;
    line-height: 36px;
  }

  .album-title.white {
    font-size: 36px;
    line-height: 36px;
  }

  .album-title.white.header {
    font-size: 56px;
    line-height: 54px;
  }

  .color-header, .background-colors {
    display: block;
  }

  .honorable-song {
    line-height: 37px;
  }

  .year {
    border-bottom: 1px #fff;
    font-size: 32px;
    font-weight: 700;
    line-height: 34px;
    text-decoration: none;
  }

  .other-years {
    flex-direction: column;
    align-items: center;
  }

  .album-section {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .album-section.header {
    padding-top: 100px;
    padding-bottom: 200px;
  }

  .album-section.footer {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .length {
    padding-bottom: 10px;
    font-size: 12px;
    line-height: 12px;
  }

  .length.white, .length.white.years {
    font-size: 12px;
  }

  .artist {
    padding-bottom: 30px;
    font-size: 22px;
    line-height: 32px;
  }

  .other-year-column {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0;
  }

  .numbers {
    margin-top: -355px;
    margin-left: 72%;
  }

  .album-row {
    padding-left: 5%;
    padding-right: 5%;
  }

  .top-top {
    display: none;
  }

  .column-details {
    padding-left: 0%;
    padding-right: 0;
  }

  .album-art._20 {
    width: 2800px;
    height: 280px;
  }

  .top-track {
    padding-bottom: 10px;
  }

  .date {
    padding-bottom: 30px;
    font-size: 18px;
    line-height: 22px;
  }

  .portfolio-rich-text p {
    font-size: 24px;
  }

  .client-grid {
    grid-template-columns: 1fr;
  }

  .client-link {
    min-height: 200px;
  }

  .mega-link-wrapper {
    height: 27px;
  }

  .navbar {
    padding-right: var(--site-padding--site-padding_478);
    padding-left: var(--site-padding--site-padding_478);
  }

  .hero-title {
    font-size: 7vw;
  }

  .text-big-2 {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 32px;
    line-height: 36px;
  }

  .text-small {
    padding-left: 2px;
    padding-right: 2px;
    display: none;
  }

  .text-wrapper-1 {
    display: none;
  }

  .text-big-1 {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 32px;
    line-height: 39px;
  }

  .hamburger-container, .bar-2 {
    width: 20px;
  }

  .one-item-list {
    padding-left: 0;
  }

  .one-tags-text {
    font-size: 5vw;
  }

  .one-trigger {
    width: 16.6667%;
    padding-right: 20px;
  }

  .category-title, .one-name-text {
    font-size: 12vw;
  }

  .one-name-text.faded {
    display: none;
  }

  .info_left-col {
    width: 100%;
  }

  .bar-1 {
    width: 20px;
  }

  .one-name {
    width: 83.3333%;
  }

  .info_right-col {
    width: 100%;
  }

  .collection-list-10 {
    grid-template-columns: 1fr;
  }

  .paragraph-5 {
    font-size: 28px;
  }

  .allprojects_list {
    grid-template-columns: 1fr;
  }

  .hero-paragraph {
    letter-spacing: -.2px;
    font-size: 28px;
  }

  .collection-list-14 {
    column-count: 1;
  }

  .one-container-2 {
    flex-direction: column;
    padding-left: 12px;
    padding-right: 12px;
  }

  .article-overlay-text {
    font-size: 72px;
  }

  .nav_flag {
    margin-left: var(--site-padding--site-padding_478);
  }

  .div-block-269 {
    grid-template-columns: 1fr;
  }

  .paragraph-71 {
    max-width: 100%;
  }

  .image-41 {
    object-fit: cover;
  }

  .div-block-274 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .image-42 {
    max-width: 18px;
    max-height: 18px;
  }

  .div-block {
    margin-top: 2px;
  }

  .light-section-wrapper {
    flex-direction: column;
  }

  .top-link, .top-link.is-current {
    display: none;
  }

  .onboarding-navbar {
    padding-left: 0%;
    padding-right: 0%;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .dark-section-wrapper {
    padding-top: 27%;
  }

  .h1-large {
    font-size: 30px;
    line-height: 38px;
  }

  .aside-wrapper {
    margin-bottom: 2%;
  }

  .link-10 {
    margin-right: 8%;
    font-size: 1em;
    display: block;
  }

  .paragraph-large {
    font-size: 15px;
  }

  .site-name {
    font-size: 1em;
    font-weight: 400;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .button-2 {
    padding-left: 1.3rem;
    padding-right: 1.3rem;
    font-size: 1.125rem;
  }

  .button-2.is-large {
    padding: 1rem 1.75rem;
    font-size: 1.25rem;
  }

  .button-2.is-small {
    padding-bottom: .35rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1rem;
  }

  .styleguide_sidebar-wrapper {
    padding-top: 3.5rem;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .styleguide_classes {
    flex-flow: column;
    display: flex;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-style-h1 {
    font-size: 3rem;
  }

  .padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .heading-style-h4 {
    font-size: 1.25rem;
  }

  .button-group {
    flex-direction: column;
    align-items: stretch;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .social-icons {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: auto 1fr 1fr 1fr;
    grid-auto-columns: auto;
  }

  .section_hero {
    aspect-ratio: auto;
    min-height: 100vh;
  }

  .section_workselects {
    padding-right: var(--site-padding--site-padding_478);
    padding-left: var(--site-padding--site-padding_478);
  }

  .workselects_list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .workselects_link {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .studio-project-title {
    font-size: 1.25rem;
  }

  .workselects_text {
    flex-direction: column;
  }

  .section_workarchive {
    padding-right: var(--site-padding--site-padding_478);
    padding-left: var(--site-padding--site-padding_478);
  }

  .hover_title {
    font-size: 1.25em;
  }

  .hover_desc {
    font-size: 1em;
  }

  .hover_year {
    font-size: 1.25em;
  }

  .cv_experience-item {
    grid-template-columns: 1fr;
  }

  .download-btn {
    align-self: center;
    margin-top: 60px;
  }

  .section_logogrid {
    padding-right: var(--site-padding--site-padding_478);
    padding-left: var(--site-padding--site-padding_478);
  }

  .logogrid_list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .logogrid_title {
    font-size: 1.25rem;
  }

  .logogrid_text {
    flex-direction: column;
  }

  .logogrid_link {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .projectgrid_list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

#grid-node-c920da6d-479b-021e-5e1f-31c5263a9c46-59fd783d {
  grid-area: 1 / 1 / 3 / 2;
}

#grid-node-c920da6d-479b-021e-5e1f-31c5263a9c49-59fd783d {
  grid-area: 1 / 2 / 2 / 3;
}

#grid-node-c920da6d-479b-021e-5e1f-31c5263a9c59-59fd783d {
  grid-area: 2 / 2 / 3 / 3;
}

#grid-node-_6d8c61d7-5dc7-76ea-f791-1a813af6ba49-0d9ed59a, #grid-node-bc6b1f68-1138-6c3e-2375-02f2908a0b10-0d9ed59a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#grid-node-fdd74ba2-bae7-1b3f-1577-cc70601d8f67-312a3a64, #grid-node-fdd74ba2-bae7-1b3f-1577-cc70601d8f74-312a3a64, #grid-node-fdd74ba2-bae7-1b3f-1577-cc70601d8f78-312a3a64, #grid-node-fdd74ba2-bae7-1b3f-1577-cc70601d8f7a-312a3a64, #grid-node-fdd74ba2-bae7-1b3f-1577-cc70601d8f7b-312a3a64, #grid-node-fdd74ba2-bae7-1b3f-1577-cc70601d8f7d-312a3a64, #grid-node-fdd74ba2-bae7-1b3f-1577-cc70601d8f7f-312a3a64, #grid-node-fdd74ba2-bae7-1b3f-1577-cc70601d8f81-312a3a64, #grid-node-fdd74ba2-bae7-1b3f-1577-cc70601d8f83-312a3a64, #bp-style_overview.grid-node-fdd74ba2-bae7-1b3f-1577-cc70601d8f88-312a3a64, #grid-node-fdd74ba2-bae7-1b3f-1577-cc70601d8f9a-312a3a64, #bp-style_typography.grid-node-fdd74ba2-bae7-1b3f-1577-cc70601d8f9c-312a3a64, #grid-node-fdd74ba2-bae7-1b3f-1577-cc70601d9076-312a3a64, #grid-node-fdd74ba2-bae7-1b3f-1577-cc70601d908f-312a3a64 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#grid-node-fdd74ba2-bae7-1b3f-1577-cc70601d9092-312a3a64 {
  justify-self: start;
}

#grid-node-fdd74ba2-bae7-1b3f-1577-cc70601d9094-312a3a64 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#grid-node-fdd74ba2-bae7-1b3f-1577-cc70601d9097-312a3a64 {
  justify-self: start;
}

#grid-node-fdd74ba2-bae7-1b3f-1577-cc70601d90d8-312a3a64, #grid-node-fdd74ba2-bae7-1b3f-1577-cc70601d90e1-312a3a64, #grid-node-fdd74ba2-bae7-1b3f-1577-cc70601d911b-312a3a64, #grid-node-fdd74ba2-bae7-1b3f-1577-cc70601d9137-312a3a64, #grid-node-fdd74ba2-bae7-1b3f-1577-cc70601d9141-312a3a64, #grid-node-fdd74ba2-bae7-1b3f-1577-cc70601d9142-312a3a64, #grid-node-fdd74ba2-bae7-1b3f-1577-cc70601d9147-312a3a64 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#grid-node-fdd74ba2-bae7-1b3f-1577-cc70601d91c4-312a3a64 {
  justify-self: start;
}

#bp-style_structure.grid-node-fdd74ba2-bae7-1b3f-1577-cc70601d9214-312a3a64 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#grid-node-fdd74ba2-bae7-1b3f-1577-cc70601d922d-312a3a64, #grid-node-fdd74ba2-bae7-1b3f-1577-cc70601d9232-312a3a64, #grid-node-fdd74ba2-bae7-1b3f-1577-cc70601d9237-312a3a64, #grid-node-fdd74ba2-bae7-1b3f-1577-cc70601d923c-312a3a64, #grid-node-fdd74ba2-bae7-1b3f-1577-cc70601d9242-312a3a64, #grid-node-fdd74ba2-bae7-1b3f-1577-cc70601d9248-312a3a64, #grid-node-fdd74ba2-bae7-1b3f-1577-cc70601d924e-312a3a64, #grid-node-fdd74ba2-bae7-1b3f-1577-cc70601d92ae-312a3a64, #grid-node-fdd74ba2-bae7-1b3f-1577-cc70601d92b3-312a3a64, #grid-node-fdd74ba2-bae7-1b3f-1577-cc70601d92b8-312a3a64, #grid-node-fdd74ba2-bae7-1b3f-1577-cc70601d92bd-312a3a64, #grid-node-fdd74ba2-bae7-1b3f-1577-cc70601d92c2-312a3a64, #grid-node-fdd74ba2-bae7-1b3f-1577-cc70601d92c7-312a3a64, #grid-node-fdd74ba2-bae7-1b3f-1577-cc70601d92d1-312a3a64, #grid-node-fdd74ba2-bae7-1b3f-1577-cc70601d92d6-312a3a64, #grid-node-fdd74ba2-bae7-1b3f-1577-cc70601d92db-312a3a64, #grid-node-fdd74ba2-bae7-1b3f-1577-cc70601d92e0-312a3a64, #grid-node-fdd74ba2-bae7-1b3f-1577-cc70601d92e5-312a3a64, #grid-node-fdd74ba2-bae7-1b3f-1577-cc70601d92ea-312a3a64, #grid-node-fdd74ba2-bae7-1b3f-1577-cc70601d92ef-312a3a64, #grid-node-fdd74ba2-bae7-1b3f-1577-cc70601d92f4-312a3a64, #grid-node-fdd74ba2-bae7-1b3f-1577-cc70601d92f9-312a3a64, #grid-node-fdd74ba2-bae7-1b3f-1577-cc70601d92fe-312a3a64, #grid-node-fdd74ba2-bae7-1b3f-1577-cc70601d9303-312a3a64 {
  justify-self: start;
}

#grid-node-fdd74ba2-bae7-1b3f-1577-cc70601d9307-312a3a64 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#grid-node-fdd74ba2-bae7-1b3f-1577-cc70601d9308-312a3a64 {
  justify-self: start;
}

#grid-node-fdd74ba2-bae7-1b3f-1577-cc70601d930a-312a3a64 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#grid-node-fdd74ba2-bae7-1b3f-1577-cc70601d930d-312a3a64, #grid-node-fdd74ba2-bae7-1b3f-1577-cc70601d9312-312a3a64, #grid-node-fdd74ba2-bae7-1b3f-1577-cc70601d9317-312a3a64, #grid-node-fdd74ba2-bae7-1b3f-1577-cc70601d932c-312a3a64, #grid-node-fdd74ba2-bae7-1b3f-1577-cc70601d9331-312a3a64, #grid-node-fdd74ba2-bae7-1b3f-1577-cc70601d9336-312a3a64, #grid-node-fdd74ba2-bae7-1b3f-1577-cc70601d933b-312a3a64, #grid-node-fdd74ba2-bae7-1b3f-1577-cc70601d9340-312a3a64, #grid-node-fdd74ba2-bae7-1b3f-1577-cc70601d9345-312a3a64, #grid-node-fdd74ba2-bae7-1b3f-1577-cc70601d934f-312a3a64, #grid-node-fdd74ba2-bae7-1b3f-1577-cc70601d9354-312a3a64, #grid-node-fdd74ba2-bae7-1b3f-1577-cc70601d9359-312a3a64, #grid-node-fdd74ba2-bae7-1b3f-1577-cc70601d935e-312a3a64, #grid-node-fdd74ba2-bae7-1b3f-1577-cc70601d9363-312a3a64, #grid-node-fdd74ba2-bae7-1b3f-1577-cc70601d9368-312a3a64, #grid-node-fdd74ba2-bae7-1b3f-1577-cc70601d936d-312a3a64, #grid-node-fdd74ba2-bae7-1b3f-1577-cc70601d9372-312a3a64, #grid-node-fdd74ba2-bae7-1b3f-1577-cc70601d9377-312a3a64, #grid-node-fdd74ba2-bae7-1b3f-1577-cc70601d937c-312a3a64, #grid-node-fdd74ba2-bae7-1b3f-1577-cc70601d9381-312a3a64 {
  justify-self: start;
}

#grid-node-fdd74ba2-bae7-1b3f-1577-cc70601d9385-312a3a64 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#grid-node-fdd74ba2-bae7-1b3f-1577-cc70601d9386-312a3a64, #grid-node-fdd74ba2-bae7-1b3f-1577-cc70601d938b-312a3a64, #grid-node-fdd74ba2-bae7-1b3f-1577-cc70601d9390-312a3a64, #grid-node-fdd74ba2-bae7-1b3f-1577-cc70601d9395-312a3a64 {
  justify-self: start;
}

#grid-node-fdd74ba2-bae7-1b3f-1577-cc70601d93aa-312a3a64 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#grid-node-_130f1371-6ae2-653a-8012-7212f728aed7-0f0e9c8c {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#grid-node-_2209bbcc-5261-5d04-b653-b1b34f299ddc-0f0e9c8c {
  grid-area: 2 / 1 / 3 / 2;
}

#grid-node-ad155fc4-dcda-fbff-1985-ad93495325eb-0f0e9c8c {
  grid-area: 1 / 3 / 2 / 4;
}

#grid-node-_9178748a-900a-fdf4-d279-c8ffcf3f51b9-0f0e9c8c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#grid-node-_11215743-3daf-e0f6-c1e7-e4ca0f2a1e22-0f0e9c8c, #grid-node-_22be251a-3813-4bdd-096c-241c16e764d5-0f0e9c8c, #grid-node-bda13ae5-adfb-6038-dd6e-16a7607ddd4f-0f0e9c8c {
  justify-self: end;
}

#grid-node-_6d30c380-787a-5736-1ca3-fa388aff411b-79e16aac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#grid-node-fb82c9d5-48b4-b521-2ed4-1a78a0598a34-3a1b42ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#grid-node-_15896b51-9e50-ec8f-edc9-aa0cee93c38b-3a1b42ac, #grid-node-_836ea763-c903-aae2-1f84-41dbbd5275db-3a1b42ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#grid-node-a603be97-debc-6ba3-74a4-3d066b169ad0-3a1b42ac {
  place-self: start;
}

#grid-node-_9a01c913-aecb-8fa1-9721-15b74756b18e-3a1b42ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#grid-node-_1579eeb4-2035-8091-c828-97a840e759a8-3a1b42ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#grid-node-_1579eeb4-2035-8091-c828-97a840e759a9-3a1b42ac, #grid-node-_1579eeb4-2035-8091-c828-97a840e759aa-3a1b42ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#grid-node-_1579eeb4-2035-8091-c828-97a840e759af-3a1b42ac {
  place-self: start;
}

#grid-node-_1579eeb4-2035-8091-c828-97a840e759b3-3a1b42ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#grid-node-c4477379-e97d-c51e-5eee-459bb917233a-3a1b42ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#grid-node-c4477379-e97d-c51e-5eee-459bb917233b-3a1b42ac, #grid-node-c4477379-e97d-c51e-5eee-459bb917233c-3a1b42ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#grid-node-c4477379-e97d-c51e-5eee-459bb9172341-3a1b42ac {
  place-self: start;
}

#grid-node-c4477379-e97d-c51e-5eee-459bb9172345-3a1b42ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#grid-node-cc46c041-7132-73a9-80a9-019909becc39-3a1b42ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#grid-node-cc46c041-7132-73a9-80a9-019909becc3a-3a1b42ac, #grid-node-cc46c041-7132-73a9-80a9-019909becc3b-3a1b42ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#grid-node-cc46c041-7132-73a9-80a9-019909becc40-3a1b42ac {
  place-self: start;
}

#grid-node-cc46c041-7132-73a9-80a9-019909becc44-3a1b42ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#grid-node-b2d2b1f4-716b-474e-6f5a-4ff6183a5ea0-3a1b42ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#grid-node-b2d2b1f4-716b-474e-6f5a-4ff6183a5ea1-3a1b42ac, #grid-node-b2d2b1f4-716b-474e-6f5a-4ff6183a5ea2-3a1b42ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#grid-node-b2d2b1f4-716b-474e-6f5a-4ff6183a5ea7-3a1b42ac {
  place-self: start;
}

#grid-node-b2d2b1f4-716b-474e-6f5a-4ff6183a5eab-3a1b42ac, #grid-node-_57e4e260-4047-0772-719b-d9bf38f34bdf-0dde25b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#grid-node-eb211ee1-65ce-425f-7758-e068ffc08472-ffc08467 {
  align-self: start;
}

@media screen and (max-width: 991px) {
  #grid-node-c920da6d-479b-021e-5e1f-31c5263a9c49-59fd783d {
    grid-area: 1 / 1 / 2 / 4;
  }

  #grid-node-c920da6d-479b-021e-5e1f-31c5263a9c59-59fd783d {
    grid-area: 2 / 1 / 3 / 4;
  }

  #grid-node-bfe7ac27-d951-ad73-2466-f741c4b839e0-55a78e39 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #grid-node-_14190fd2-921a-1493-89d5-b49cd043055c-79e16aac {
    align-self: start;
  }
}

@media screen and (max-width: 767px) {
  #grid-node-ad155fc4-dcda-fbff-1985-ad93495325eb-0f0e9c8c {
    grid-area: 1 / 2 / 2 / 4;
  }
}

@media screen and (max-width: 479px) {
  #grid-node-c920da6d-479b-021e-5e1f-31c5263a9c49-59fd783d {
    grid-area: 1 / 1 / 2 / 4;
  }

  #grid-node-c920da6d-479b-021e-5e1f-31c5263a9c59-59fd783d {
    grid-area: 2 / 1 / 3 / 4;
  }

  #grid-node-ad155fc4-dcda-fbff-1985-ad93495325eb-0f0e9c8c {
    grid-area: 1 / 1 / 2 / 4;
  }
}


@font-face {
  font-family: 'Inter Variable';
  src: url('../fonts/InterVariable.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Variable';
  src: url('../fonts/InterVariable-Italic.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

/* Project-owned platform replacements. */
::selection { color: #fff; background: #be0019; }
.cursor-wrapper {
  pointer-events: none;
  position: fixed;
  z-index: 2147483647;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  width: 0;
  height: 0;
  display: block;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(-100px, -100px, 0);
  transition: opacity 120ms ease, visibility 120ms ease;
  will-change: transform;
}
.cursor-wrapper.is-visible {
  opacity: 1;
  visibility: visible;
}
.cursor-circle {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  width: 12px;
  height: 12px;
  transform: translate(-50%, -50%) scale(1);
  transform-origin: center;
  transition: transform 160ms cubic-bezier(.22, 1, .36, 1), background-color 160ms ease, border-color 160ms ease;
  will-change: transform;
}
.cursor-wrapper.is-hovering .cursor-circle {
  background-color: transparent;
  background-image: none;
  border-color: var(--red-light);
  transform: translate(-50%, -50%) scale(3);
}
.has-custom-cursor,
.has-custom-cursor a,
.has-custom-cursor button,
.has-custom-cursor input,
.has-custom-cursor select,
.has-custom-cursor textarea,
.has-custom-cursor [role='button'] {
  cursor: none;
}
body:not(.has-custom-cursor) {
  cursor: auto;
}
body:not(.has-custom-cursor) a,
body:not(.has-custom-cursor) button,
body:not(.has-custom-cursor) [role='button'] {
  cursor: pointer;
}
.hover_component:hover .cursor_wrapper { transform: scale(1); opacity: 1; }
.blur { -webkit-mask: linear-gradient(0deg, #0000 0%, #000 95%); mask: linear-gradient(0deg, #0000 0%, #000 95%); }
.blur-image { -webkit-mask: linear-gradient(180deg, #0000 0%, #000 95%); mask: linear-gradient(180deg, #0000 0%, #000 95%); }
.background-video video { width: 100%; height: 100%; object-fit: cover; }
:is(.hamburger-menu, .nav_hamburger) {
  display: flex;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 220ms ease, visibility 0s linear 220ms;
}
:is(.hamburger-menu, .nav_hamburger).is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 220ms ease;
}
.menu_stack > .link-block,
.social-media-wrapper {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 180ms ease, transform 260ms cubic-bezier(.22, 1, .36, 1);
}
:is(.hamburger-menu, .nav_hamburger).is-open .menu_stack > .link-block,
:is(.hamburger-menu, .nav_hamburger).is-open .social-media-wrapper {
  opacity: 1;
  transform: translateY(0);
}
:is(.hamburger-menu, .nav_hamburger).is-open .menu_stack > .link-block:nth-child(1) { transition-delay: 50ms; }
:is(.hamburger-menu, .nav_hamburger).is-open .menu_stack > .link-block:nth-child(2) { transition-delay: 85ms; }
:is(.hamburger-menu, .nav_hamburger).is-open .menu_stack > .link-block:nth-child(3) { transition-delay: 120ms; }
:is(.hamburger-menu, .nav_hamburger).is-open .menu_stack > .link-block:nth-child(4) { transition-delay: 155ms; }
:is(.hamburger-menu, .nav_hamburger).is-open .social-media-wrapper { transition-delay: 200ms; }
:is(.hamburger-menu, .nav_hamburger) .menu-item-image {
  pointer-events: none;
  opacity: 0;
  transform: scale(1.06);
  transform-origin: center;
  transition: opacity 260ms ease, transform 700ms cubic-bezier(.22, 1, .36, 1);
  will-change: opacity, transform;
}
:is(.hamburger-menu, .nav_hamburger) .link-block:hover .menu-item-image,
:is(.hamburger-menu, .nav_hamburger) .link-block:focus-visible .menu-item-image {
  opacity: 1;
  transform: scale(1);
}
.hamburger-line-top,
.hamburger-line,
.hamburger-line-bottom {
  transform-origin: center;
  transition: transform 180ms cubic-bezier(.22, 1, .36, 1), opacity 120ms ease;
}
.hamburger-button.is-open .hamburger-line-top {
  transform: translateY(11.5px) rotate(45deg);
}
.hamburger-button.is-open .hamburger-line {
  opacity: 0;
  transform: scaleX(.2);
}
.hamburger-button.is-open .hamburger-line-bottom {
  transform: translateY(-11.5px) rotate(-45deg);
}
body.menu-open { overflow: hidden; }
@media (prefers-reduced-motion: reduce) {
  :is(.hamburger-menu, .nav_hamburger),
  .menu_stack > .link-block,
  .social-media-wrapper,
  :is(.hamburger-menu, .nav_hamburger) .menu-item-image,
  :is(.hamburger-menu, .nav_hamburger) .menu-item-underline,
  .hamburger-line-top,
  .hamburger-line,
  .hamburger-line-bottom { transition: none; }
}
.form-error.is-visible { display: block; }
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  body { cursor: default; }
  .cursor-wrapper { display: none; }
  a { cursor: pointer; }
}

/* Page-only rules: 401. */
::selection {color: #FFFFFF; background: #BE0019; #06CBC7;}
a {color: inherit;}
.cursor_wrapper {
	pointer-events: none;
}
.hover_component:hover .cursor_wrapper {
	transform: scale(1);
  opacity: 1;
}
/* Add a gradient to background blur elements */
 .blur {
 	  -webkit-mask: linear-gradient(0deg, #0000 0%, #000 95%);
          mask: linear-gradient(0deg, #0000 0%, #000 95%);       
 }
 .blur-image {
 	  -webkit-mask: linear-gradient(180deg, #0000 0%, #000 95%);
          mask: linear-gradient(180deg, #0000 0%, #000 95%);       
 }
.cursor-wrapper {
pointer-events: none;
}
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
body {
    cursor: default;
}
.cursor-wrapper {
    display: none;
}
a {
    cursor: pointer;
}
}
@media only screen 
  and (min-device-width: 1366px) 
  and (max-device-width: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
body {
    cursor: default;
}
.cursor-wrapper {
    display: none;
}
a {
    cursor: pointer;
}
}
.page-401-style-1 { display:none }
.page-401-style-2 { display:none }

/* Page-only rules: about. */
::selection {color: #FFFFFF; background: #BE0019; #06CBC7;}
a {color: inherit;}
.cursor_wrapper {
	pointer-events: none;
}
.hover_component:hover .cursor_wrapper {
	transform: scale(1);
  opacity: 1;
}
/* Add a gradient to background blur elements */
 .blur {
 	  -webkit-mask: linear-gradient(0deg, #0000 0%, #000 95%);
          mask: linear-gradient(0deg, #0000 0%, #000 95%);       
 }
 .blur-image {
 	  -webkit-mask: linear-gradient(180deg, #0000 0%, #000 95%);
          mask: linear-gradient(180deg, #0000 0%, #000 95%);       
 }
.cursor-wrapper {
pointer-events: none;
}
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
body {
    cursor: default;
}
.cursor-wrapper {
    display: none;
}
a {
    cursor: pointer;
}
}
@media only screen 
  and (min-device-width: 1366px) 
  and (max-device-width: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
body {
    cursor: default;
}
.cursor-wrapper {
    display: none;
}
a {
    cursor: pointer;
}
}

/* Page-only rules: archived-web-sections. */
::selection {color: #FFFFFF; background: #BE0019; #06CBC7;}

/* Page-only rules: blog. */
::selection {color: #FFFFFF; background: #BE0019; #06CBC7;}
a {color: inherit;}
.cursor_wrapper {
	pointer-events: none;
}
.hover_component:hover .cursor_wrapper {
	transform: scale(1);
  opacity: 1;
}
/* Add a gradient to background blur elements */
 .blur {
 	  -webkit-mask: linear-gradient(0deg, #0000 0%, #000 95%);
          mask: linear-gradient(0deg, #0000 0%, #000 95%);       
 }
 .blur-image {
 	  -webkit-mask: linear-gradient(180deg, #0000 0%, #000 95%);
          mask: linear-gradient(180deg, #0000 0%, #000 95%);       
 }
.cursor-wrapper {
pointer-events: none;
}
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
body {
    cursor: default;
}
.cursor-wrapper {
    display: none;
}
a {
    cursor: pointer;
}
}
@media only screen 
  and (min-device-width: 1366px) 
  and (max-device-width: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
body {
    cursor: default;
}
.cursor-wrapper {
    display: none;
}
a {
    cursor: pointer;
}
}

/* Page-only rules: client-guide. */
::selection {color: #FFFFFF; background: #BE0019; #06CBC7;}
.page-client-guide-style-1 { padding-bottom:56.206088992974244% }
.page-client-guide-style-2 { padding-bottom:75% }
.page-client-guide-style-3 { padding-bottom:56.206088992974244% }

/* Page-only rules: detail_authors. */
::selection {color: #FFFFFF; background: #BE0019; #06CBC7;}

/* Page-only rules: detail_categories. */
::selection {color: #FFFFFF; background: #BE0019; #06CBC7;}

/* Page-only rules: detail_clients. */
::selection {color: #FFFFFF; background: #BE0019; #06CBC7;}

/* Page-only rules: detail_gallery. */
::selection {color: #FFFFFF; background: #BE0019; #06CBC7;}
.gallery-container-2 {
    position: -webkit-sticky !important;
    position: sticky !important;
}
.cursor-wrapper {
pointer-events: none;
}
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
body {
    cursor: default;
}
.cursor-wrapper {
    display: none;
}
a {
    cursor: pointer;
}
}
@media only screen 
  and (min-device-width: 1366px) 
  and (max-device-width: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
body {
    cursor: default;
}
.cursor-wrapper {
    display: none;
}
a {
    cursor: pointer;
}
}

/* Page-only rules: detail_logo. */
::selection {color: #FFFFFF; background: #BE0019; #06CBC7;}

/* Page-only rules: detail_photo. */
::selection {color: #FFFFFF; background: #BE0019; #06CBC7;}

/* Page-only rules: detail_post. */
::selection {color: #FFFFFF; background: #BE0019; #06CBC7;}
a {color: inherit;}
.cursor_wrapper {
	pointer-events: none;
}
.hover_component:hover .cursor_wrapper {
	transform: scale(1);
  opacity: 1;
}
/* Add a gradient to background blur elements */
 .blur {
 	  -webkit-mask: linear-gradient(0deg, #0000 0%, #000 95%);
          mask: linear-gradient(0deg, #0000 0%, #000 95%);       
 }
 .blur-image {
 	  -webkit-mask: linear-gradient(180deg, #0000 0%, #000 95%);
          mask: linear-gradient(180deg, #0000 0%, #000 95%);       
 }
.cursor-wrapper {
pointer-events: none;
}
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
body {
    cursor: default;
}
.cursor-wrapper {
    display: none;
}
a {
    cursor: pointer;
}
}
@media only screen 
  and (min-device-width: 1366px) 
  and (max-device-width: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
body {
    cursor: default;
}
.cursor-wrapper {
    display: none;
}
a {
    cursor: pointer;
}
}

/* Page-only rules: detail_tag. */
::selection {color: #FFFFFF; background: #BE0019; #06CBC7;}

/* Page-only rules: detail_work. */
::selection {color: #FFFFFF; background: #BE0019; #06CBC7;}
.cursor-wrapper {
pointer-events: none;
}
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
body {
    cursor: default;
}
.cursor-wrapper {
    display: none;
}
a {
    cursor: pointer;
}
}
@media only screen 
  and (min-device-width: 1366px) 
  and (max-device-width: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
body {
    cursor: default;
}
.cursor-wrapper {
    display: none;
}
a {
    cursor: pointer;
}
}
.page-detail_work-style-1 { width: 100%; height: 100%; }

/* Page-only rules: gallery. */
::selection {color: #FFFFFF; background: #BE0019; #06CBC7;}
.gallery-container-2 {
    position: -webkit-sticky !important;
    position: sticky !important;
}
a {color: inherit;}
.cursor_wrapper {
	pointer-events: none;
}
.hover_component:hover .cursor_wrapper {
	transform: scale(1);
  opacity: 1;
}
/* Add a gradient to background blur elements */
 .blur {
 	  -webkit-mask: linear-gradient(0deg, #0000 0%, #000 95%);
          mask: linear-gradient(0deg, #0000 0%, #000 95%);       
 }
 .blur-image {
 	  -webkit-mask: linear-gradient(180deg, #0000 0%, #000 95%);
          mask: linear-gradient(180deg, #0000 0%, #000 95%);       
 }
.cursor-wrapper {
pointer-events: none;
}
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
body {
    cursor: default;
}
.cursor-wrapper {
    display: none;
}
a {
    cursor: pointer;
}
}
@media only screen 
  and (min-device-width: 1366px) 
  and (max-device-width: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
body {
    cursor: default;
}
.cursor-wrapper {
    display: none;
}
a {
    cursor: pointer;
}
}
.gallery-container-2 {
    position: -webkit-sticky !important;
    position: sticky !important;
}

/* Page-only rules: index. */
::selection {color: #FFFFFF; background: #BE0019; #06CBC7;}
a {color: inherit;}
.cursor_wrapper {
	pointer-events: none;
}
.hover_component:hover .cursor_wrapper {
	transform: scale(1);
  opacity: 1;
}
/* Add a gradient to background blur elements */
 .blur {
 	  -webkit-mask: linear-gradient(0deg, #0000 0%, #000 95%);
          mask: linear-gradient(0deg, #0000 0%, #000 95%);       
 }
 .blur-image {
 	  -webkit-mask: linear-gradient(180deg, #0000 0%, #000 95%);
          mask: linear-gradient(180deg, #0000 0%, #000 95%);       
 }
.cursor-wrapper {
pointer-events: none;
}
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
body {
    cursor: default;
}
.cursor-wrapper {
    display: none;
}
a {
    cursor: pointer;
}
}
@media only screen 
  and (min-device-width: 1366px) 
  and (max-device-width: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
body {
    cursor: default;
}
.cursor-wrapper {
    display: none;
}
a {
    cursor: pointer;
}
}
.page-index-style-1 { width: 100%; height: 100%; }
.page-index-style-2 { width: 100%; height: 100%; }
.page-index-style-3 { width: 100%; height: 100%; }

/* Page-only rules: links. */
::selection {color: #FFFFFF; background: #BE0019; #06CBC7;}
a {color: inherit;}
.cursor_wrapper {
	pointer-events: none;
}
.hover_component:hover .cursor_wrapper {
	transform: scale(1);
  opacity: 1;
}
/* Add a gradient to background blur elements */
 .blur {
 	  -webkit-mask: linear-gradient(0deg, #0000 0%, #000 95%);
          mask: linear-gradient(0deg, #0000 0%, #000 95%);       
 }
 .blur-image {
 	  -webkit-mask: linear-gradient(180deg, #0000 0%, #000 95%);
          mask: linear-gradient(180deg, #0000 0%, #000 95%);       
 }
.cursor-wrapper {
pointer-events: none;
}
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
body {
    cursor: default;
}
.cursor-wrapper {
    display: none;
}
a {
    cursor: pointer;
}
}
@media only screen 
  and (min-device-width: 1366px) 
  and (max-device-width: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
body {
    cursor: default;
}
.cursor-wrapper {
    display: none;
}
a {
    cursor: pointer;
}
}

/* Page-only rules: login. */
::selection {color: #FFFFFF; background: #BE0019; #06CBC7;}
a {color: inherit;}
.cursor_wrapper {
	pointer-events: none;
}
.hover_component:hover .cursor_wrapper {
	transform: scale(1);
  opacity: 1;
}
/* Add a gradient to background blur elements */
 .blur {
 	  -webkit-mask: linear-gradient(0deg, #0000 0%, #000 95%);
          mask: linear-gradient(0deg, #0000 0%, #000 95%);       
 }
 .blur-image {
 	  -webkit-mask: linear-gradient(180deg, #0000 0%, #000 95%);
          mask: linear-gradient(180deg, #0000 0%, #000 95%);       
 }
.cursor-wrapper {
pointer-events: none;
}
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
body {
    cursor: default;
}
.cursor-wrapper {
    display: none;
}
a {
    cursor: pointer;
}
}
@media only screen 
  and (min-device-width: 1366px) 
  and (max-device-width: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
body {
    cursor: default;
}
.cursor-wrapper {
    display: none;
}
a {
    cursor: pointer;
}
}

/* Page-only rules: members. */
::selection {color: #FFFFFF; background: #BE0019; #06CBC7;}
a {color: inherit;}
.cursor_wrapper {
	pointer-events: none;
}
.hover_component:hover .cursor_wrapper {
	transform: scale(1);
  opacity: 1;
}
/* Add a gradient to background blur elements */
 .blur {
 	  -webkit-mask: linear-gradient(0deg, #0000 0%, #000 95%);
          mask: linear-gradient(0deg, #0000 0%, #000 95%);       
 }
 .blur-image {
 	  -webkit-mask: linear-gradient(180deg, #0000 0%, #000 95%);
          mask: linear-gradient(180deg, #0000 0%, #000 95%);       
 }
.cursor-wrapper {
pointer-events: none;
}
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
body {
    cursor: default;
}
.cursor-wrapper {
    display: none;
}
a {
    cursor: pointer;
}
}
@media only screen 
  and (min-device-width: 1366px) 
  and (max-device-width: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
body {
    cursor: default;
}
.cursor-wrapper {
    display: none;
}
a {
    cursor: pointer;
}
}
.report-item {
    margin-bottom: 30px;
  }
  .report-thumbnail-container {
    position: relative;
    width: 240px;
    height: 135px;
    margin-bottom: 15px;
    background: #f5f5f5;
    border: 0px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
  }
  .report-thumbnail {
    display: none;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .thumbnail-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #666;
    font-size: 14px;
    text-align: center;
  }

/* Page-only rules: mixtapes. */
::selection {color: #FFFFFF; background: #BE0019; #06CBC7;}
a {color: inherit;}
.cursor_wrapper {
	pointer-events: none;
}
.hover_component:hover .cursor_wrapper {
	transform: scale(1);
  opacity: 1;
}
/* Add a gradient to background blur elements */
 .blur {
 	  -webkit-mask: linear-gradient(0deg, #0000 0%, #000 95%);
          mask: linear-gradient(0deg, #0000 0%, #000 95%);       
 }
 .blur-image {
 	  -webkit-mask: linear-gradient(180deg, #0000 0%, #000 95%);
          mask: linear-gradient(180deg, #0000 0%, #000 95%);       
 }
.cursor-wrapper {
pointer-events: none;
}
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
body {
    cursor: default;
}
.cursor-wrapper {
    display: none;
}
a {
    cursor: pointer;
}
}
@media only screen 
  and (min-device-width: 1366px) 
  and (max-device-width: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
body {
    cursor: default;
}
.cursor-wrapper {
    display: none;
}
a {
    cursor: pointer;
}
}

/* Page-only rules: music. */
::selection {color: #FFFFFF; background: #BE0019; #06CBC7;}
a {color: inherit;}
.cursor_wrapper {
	pointer-events: none;
}
.hover_component:hover .cursor_wrapper {
	transform: scale(1);
  opacity: 1;
}
/* Add a gradient to background blur elements */
 .blur {
 	  -webkit-mask: linear-gradient(0deg, #0000 0%, #000 95%);
          mask: linear-gradient(0deg, #0000 0%, #000 95%);       
 }
 .blur-image {
 	  -webkit-mask: linear-gradient(180deg, #0000 0%, #000 95%);
          mask: linear-gradient(180deg, #0000 0%, #000 95%);       
 }
.cursor-wrapper {
pointer-events: none;
}
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
body {
    cursor: default;
}
.cursor-wrapper {
    display: none;
}
a {
    cursor: pointer;
}
}
@media only screen 
  and (min-device-width: 1366px) 
  and (max-device-width: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
body {
    cursor: default;
}
.cursor-wrapper {
    display: none;
}
a {
    cursor: pointer;
}
}

/* Page-only rules: photography. */
::selection {color: #FFFFFF; background: #BE0019; #06CBC7;}
.gallery-container-2 {
    position: -webkit-sticky !important;
    position: sticky !important;
}
a {color: inherit;}
.cursor_wrapper {
	pointer-events: none;
}
.hover_component:hover .cursor_wrapper {
	transform: scale(1);
  opacity: 1;
}
/* Add a gradient to background blur elements */
 .blur {
 	  -webkit-mask: linear-gradient(0deg, #0000 0%, #000 95%);
          mask: linear-gradient(0deg, #0000 0%, #000 95%);       
 }
 .blur-image {
 	  -webkit-mask: linear-gradient(180deg, #0000 0%, #000 95%);
          mask: linear-gradient(180deg, #0000 0%, #000 95%);       
 }
.cursor-wrapper {
pointer-events: none;
}
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
body {
    cursor: default;
}
.cursor-wrapper {
    display: none;
}
a {
    cursor: pointer;
}
}
@media only screen 
  and (min-device-width: 1366px) 
  and (max-device-width: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
body {
    cursor: default;
}
.cursor-wrapper {
    display: none;
}
a {
    cursor: pointer;
}
}
.gallery-container-2 {
    position: -webkit-sticky !important;
    position: sticky !important;
}
.page-photography-style-1 { opacity:0;position:absolute;z-index:-1 }

/* Page-only rules: resume. */
::selection {color: #FFFFFF; background: #BE0019; #06CBC7;}
a {color: inherit;}
.cursor_wrapper {
	pointer-events: none;
}
.hover_component:hover .cursor_wrapper {
	transform: scale(1);
  opacity: 1;
}
/* Add a gradient to background blur elements */
 .blur {
 	  -webkit-mask: linear-gradient(0deg, #0000 0%, #000 95%);
          mask: linear-gradient(0deg, #0000 0%, #000 95%);       
 }
 .blur-image {
 	  -webkit-mask: linear-gradient(180deg, #0000 0%, #000 95%);
          mask: linear-gradient(180deg, #0000 0%, #000 95%);       
 }
.cursor-wrapper {
pointer-events: none;
}
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
body {
    cursor: default;
}
.cursor-wrapper {
    display: none;
}
a {
    cursor: pointer;
}
}
@media only screen 
  and (min-device-width: 1366px) 
  and (max-device-width: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
body {
    cursor: default;
}
.cursor-wrapper {
    display: none;
}
a {
    cursor: pointer;
}
}
.page-resume-style-1 { width: 100%; height: 100%; }

/* Page-only rules: signup. */
::selection {color: #FFFFFF; background: #BE0019; #06CBC7;}
a {color: inherit;}
.cursor_wrapper {
	pointer-events: none;
}
.hover_component:hover .cursor_wrapper {
	transform: scale(1);
  opacity: 1;
}
/* Add a gradient to background blur elements */
 .blur {
 	  -webkit-mask: linear-gradient(0deg, #0000 0%, #000 95%);
          mask: linear-gradient(0deg, #0000 0%, #000 95%);       
 }
 .blur-image {
 	  -webkit-mask: linear-gradient(180deg, #0000 0%, #000 95%);
          mask: linear-gradient(180deg, #0000 0%, #000 95%);       
 }
.cursor-wrapper {
pointer-events: none;
}
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
body {
    cursor: default;
}
.cursor-wrapper {
    display: none;
}
a {
    cursor: pointer;
}
}
@media only screen 
  and (min-device-width: 1366px) 
  and (max-device-width: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
body {
    cursor: default;
}
.cursor-wrapper {
    display: none;
}
a {
    cursor: pointer;
}
}

/* Page-only rules: styleguide. */
::selection {color: #FFFFFF; background: #BE0019; #06CBC7;}
a {color: inherit;}
.cursor_wrapper {
	pointer-events: none;
}
.hover_component:hover .cursor_wrapper {
	transform: scale(1);
  opacity: 1;
}
/* Add a gradient to background blur elements */
 .blur {
 	  -webkit-mask: linear-gradient(0deg, #0000 0%, #000 95%);
          mask: linear-gradient(0deg, #0000 0%, #000 95%);       
 }
 .blur-image {
 	  -webkit-mask: linear-gradient(180deg, #0000 0%, #000 95%);
          mask: linear-gradient(180deg, #0000 0%, #000 95%);       
 }
.cursor-wrapper {
pointer-events: none;
}
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
body {
    cursor: default;
}
.cursor-wrapper {
    display: none;
}
a {
    cursor: pointer;
}
}
@media only screen 
  and (min-device-width: 1366px) 
  and (max-device-width: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
body {
    cursor: default;
}
.cursor-wrapper {
    display: none;
}
a {
    cursor: pointer;
}
}
.button-icon:hover {
   color: #ff3f01;
}
.page-styleguide-style-1 { opacity:0;position:absolute;z-index:-1 }

/* Page-only rules: video-hosting. */
::selection {color: #FFFFFF; background: #BE0019; #06CBC7;}
.page-video-hosting-style-1 { background-image:url(&quot;https://uploads-ssl.platform.com/5d66dbd6357e290e52f752ea/65e0da4c21684e0f47829122_portfolio_GLOW-clipped4K-poster-00001.jpg&quot;) }
.page-video-hosting-style-2 { background-image:url(&quot;https://uploads-ssl.platform.com/5d66dbd6357e290e52f752ea/65e0dcee1107f7c3eb625686_portfolio_NoWords-clipped-poster-00001.jpg&quot;) }
.page-video-hosting-style-3 { background-image:url(&quot;https://uploads-ssl.platform.com/5d66dbd6357e290e52f752ea%2F66c4e8755deddd9e9a663ed1_SomethingSomethingWeb-poster-00001.jpg&quot;) }
.page-video-hosting-style-4 { background-image:url(&quot;videos/Basinghall-Partners---Homepage-720-poster-00001.jpg&quot;) }
.page-video-hosting-style-5 { background-image:url(&quot;videos/Basinghall-Partners---About-and-Portfolio-720-poster-00001.jpg&quot;) }
.page-video-hosting-style-6 { background-image:url(&quot;videos/Basinghall-Partners---Industry-and-Investors-720-poster-00001.jpg&quot;) }
.page-video-hosting-style-7 { background-image:url(&quot;videos/Basinghall-Partners---Startups-720-poster-00001.jpg&quot;) }

/* Page-only rules: work. */
::selection {color: #FFFFFF; background: #BE0019; #06CBC7;}
.gallery-container-2 {
    position: -webkit-sticky !important;
    position: sticky !important;
}
a {color: inherit;}
.cursor_wrapper {
	pointer-events: none;
}
.hover_component:hover .cursor_wrapper {
	transform: scale(1);
  opacity: 1;
}
/* Add a gradient to background blur elements */
 .blur {
 	  -webkit-mask: linear-gradient(0deg, #0000 0%, #000 95%);
          mask: linear-gradient(0deg, #0000 0%, #000 95%);       
 }
 .blur-image {
 	  -webkit-mask: linear-gradient(180deg, #0000 0%, #000 95%);
          mask: linear-gradient(180deg, #0000 0%, #000 95%);       
 }
.cursor-wrapper {
pointer-events: none;
}
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
body {
    cursor: default;
}
.cursor-wrapper {
    display: none;
}
a {
    cursor: pointer;
}
}
@media only screen 
  and (min-device-width: 1366px) 
  and (max-device-width: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
body {
    cursor: default;
}
.cursor-wrapper {
    display: none;
}
a {
    cursor: pointer;
}
}
.gallery-container-2 {
    position: -webkit-sticky !important;
    position: sticky !important;
}
.page-work-style-1 { width: 100%; height: 100%; }
.page-work-style-2 { width: 100%; height: 100%; }
/* Sanity item pages use the site's existing type and layout classes, with this
   small structural layer for the CMS fields that did not exist in Webflow. */
.cms-detail-nav { position: relative; }
.cms-detail { padding-top: 8rem; padding-bottom: 8rem; }
.cms-detail .container { max-width: 1100px; }
.cms-detail-cover { display: block; width: 100%; max-height: 75vh; margin: 3rem 0; object-fit: cover; }
.cms-detail-meta { display: grid; grid-template-columns: 9rem 1fr; gap: .65rem 1.5rem; margin: 2rem 0 3rem; }
.cms-detail-meta dt { font-weight: 700; }
.cms-detail-meta dd { margin: 0; }
.cms-detail-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; margin-top: 3rem; }
.cms-detail-gallery img { display: block; width: 100%; height: auto; }
@media (max-width: 700px) { .cms-detail-gallery { grid-template-columns: 1fr; } }
