@charset "UTF-8";
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}
/*# sourceMappingURL=slick.min.css.map */

/*! 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 WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button 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 WEBFLOW: changed from `textfield` to `none` to normalize iOS rounded input
 * 2. CUSTOM FOR WEBFLOW: 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: 'webflow-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^="w-icon-"],
[class*=" w-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'webflow-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;
}

.w-icon-slider-right:before {
  content: "\e600";
}

.w-icon-slider-left:before {
  content: "\e601";
}

.w-icon-nav-menu:before {
  content: "\e602";
}

.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
  content: "\e603";
}

.w-icon-file-upload-remove:before {
  content: "\e900";
}

.w-icon-file-upload-icon:before {
  content: "\e903";
}

* {
  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.w-mod-touch * {
  background-attachment: scroll !important;
}

.w-block {
  display: block;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.w-clearfix:before,
.w-clearfix:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-clearfix:after {
  clear: both;
}

.w-hidden {
  display: none;
}

.w-button {
  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.w-button {
  -webkit-appearance: button;
}

html[data-w-dynpage] [data-w-cloak] {
  color: transparent !important;
}

.w-webflow-badge,
.w-webflow-badge * {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: auto;
  display: block;
  visibility: visible;
  overflow: visible;
  overflow-x: visible;
  overflow-y: visible;
  box-sizing: border-box;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;
  margin: 0;
  padding: 0;
  float: none;
  clear: none;
  border: 0 none transparent;
  border-radius: 0;
  background: none;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto auto;
  background-repeat: repeat;
  background-origin: padding-box;
  background-clip: border-box;
  background-attachment: scroll;
  background-color: transparent;
  box-shadow: none;
  opacity: 1.0;
  transform: none;
  transition: none;
  direction: ltr;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-style: inherit;
  font-variant: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  text-decoration: inherit;
  text-indent: 0;
  text-transform: inherit;
  list-style-type: disc;
  text-shadow: none;
  font-smoothing: auto;
  vertical-align: baseline;
  cursor: inherit;
  white-space: inherit;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
}

.w-webflow-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 8px 6px 6px !important;
  font-size: 12px !important;
  opacity: 1.0 !important;
  line-height: 14px !important;
  text-decoration: none !important;
  transform: none !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !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;
}

.w-webflow-badge > img {
  display: inline-block !important;
  visibility: visible !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;
}

.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}

.w-embed:before,
.w-embed:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-embed:after {
  clear: both;
}

.w-video {
  width: 100%;
  position: relative;
  padding: 0;
}

.w-video iframe,
.w-video object,
.w-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

button,
html input[type="button"],
input[type="reset"] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}

.w-form {
  margin: 0 0 15px;
}

.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #dddddd;
}

.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}

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

.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

.w-input:-moz-placeholder,
.w-select:-moz-placeholder {
  color: #999;
}

.w-input::-moz-placeholder,
.w-select::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.w-input:-ms-input-placeholder,
.w-select:-ms-input-placeholder {
  color: #999;
}

.w-input::-webkit-input-placeholder,
.w-select::-webkit-input-placeholder {
  color: #999;
}

.w-input:focus,
.w-select:focus {
  border-color: #3898EC;
  outline: 0;
}

.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed;
  background-color: #eeeeee;
}

textarea.w-input,
textarea.w-select {
  height: auto;
}

.w-select {
  background-color: #f3f3f3;
}

.w-select[multiple] {
  height: auto;
}

.w-form-label {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0px;
}

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

.w-radio:before,
.w-radio:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-radio:after {
  clear: both;
}

.w-radio-input {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
  float: left;
  margin-left: -20px;
}

.w-radio-input {
  margin-top: 3px;
}

.w-file-upload {
  display: block;
  margin-bottom: 10px;
}

.w-file-upload-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -100;
}

.w-file-upload-default,
.w-file-upload-uploading,
.w-file-upload-success {
  display: inline-block;
  color: #333333;
}

.w-file-upload-error {
  display: block;
  margin-top: 10px;
}

.w-file-upload-default.w-hidden,
.w-file-upload-uploading.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden {
  display: none;
}

.w-file-upload-uploading-btn {
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}

.w-file-upload-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}

.w-file-upload-file-name {
  font-size: 14px;
  font-weight: normal;
  display: block;
}

.w-file-remove-link {
  margin-top: 3px;
  margin-left: 10px;
  width: auto;
  height: auto;
  padding: 3px;
  display: block;
  cursor: pointer;
}

.w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px;
}

.w-file-upload-error-msg {
  display: inline-block;
  color: #ea384c;
  padding: 2px 0;
}

.w-file-upload-info {
  display: inline-block;
  line-height: 38px;
  padding: 0 12px;
}

.w-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;
}

.w-icon-file-upload-icon,
.w-icon-file-upload-uploading {
  display: inline-block;
  margin-right: 8px;
  width: 20px;
}

.w-icon-file-upload-uploading {
  height: 20px;
}

.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}

.w-container:before,
.w-container:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-container:after {
  clear: both;
}

.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}

.w-row:before,
.w-row:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-row:after {
  clear: both;
}

.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}

.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}

.w-col-1 {
  width: 8.33333333%;
}

.w-col-2 {
  width: 16.66666667%;
}

.w-col-3 {
  width: 25%;
}

.w-col-4 {
  width: 33.33333333%;
}

.w-col-5 {
  width: 41.66666667%;
}

.w-col-6 {
  width: 50%;
}

.w-col-7 {
  width: 58.33333333%;
}

.w-col-8 {
  width: 66.66666667%;
}

.w-col-9 {
  width: 75%;
}

.w-col-10 {
  width: 83.33333333%;
}

.w-col-11 {
  width: 91.66666667%;
}

.w-col-12 {
  width: 100%;
}

.w-hidden-main {
  display: none !important;
}

@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }

  .w-hidden-main {
    display: inherit !important;
  }

  .w-hidden-medium {
    display: none !important;
  }

  .w-col-medium-1 {
    width: 8.33333333%;
  }

  .w-col-medium-2 {
    width: 16.66666667%;
  }

  .w-col-medium-3 {
    width: 25%;
  }

  .w-col-medium-4 {
    width: 33.33333333%;
  }

  .w-col-medium-5 {
    width: 41.66666667%;
  }

  .w-col-medium-6 {
    width: 50%;
  }

  .w-col-medium-7 {
    width: 58.33333333%;
  }

  .w-col-medium-8 {
    width: 66.66666667%;
  }

  .w-col-medium-9 {
    width: 75%;
  }

  .w-col-medium-10 {
    width: 83.33333333%;
  }

  .w-col-medium-11 {
    width: 91.66666667%;
  }

  .w-col-medium-12 {
    width: 100%;
  }

  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}

@media screen and (max-width: 767px) {
  .w-hidden-main {
    display: inherit !important;
  }

  .w-hidden-medium {
    display: inherit !important;
  }

  .w-hidden-small {
    display: none !important;
  }

  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }

  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }

  .w-col-small-1 {
    width: 8.33333333%;
  }

  .w-col-small-2 {
    width: 16.66666667%;
  }

  .w-col-small-3 {
    width: 25%;
  }

  .w-col-small-4 {
    width: 33.33333333%;
  }

  .w-col-small-5 {
    width: 41.66666667%;
  }

  .w-col-small-6 {
    width: 50%;
  }

  .w-col-small-7 {
    width: 58.33333333%;
  }

  .w-col-small-8 {
    width: 66.66666667%;
  }

  .w-col-small-9 {
    width: 75%;
  }

  .w-col-small-10 {
    width: 83.33333333%;
  }

  .w-col-small-11 {
    width: 91.66666667%;
  }

  .w-col-small-12 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }

  .w-hidden-main {
    display: inherit !important;
  }

  .w-hidden-medium {
    display: inherit !important;
  }

  .w-hidden-small {
    display: inherit !important;
  }

  .w-hidden-tiny {
    display: none !important;
  }

  .w-col {
    width: 100%;
  }

  .w-col-tiny-1 {
    width: 8.33333333%;
  }

  .w-col-tiny-2 {
    width: 16.66666667%;
  }

  .w-col-tiny-3 {
    width: 25%;
  }

  .w-col-tiny-4 {
    width: 33.33333333%;
  }

  .w-col-tiny-5 {
    width: 41.66666667%;
  }

  .w-col-tiny-6 {
    width: 50%;
  }

  .w-col-tiny-7 {
    width: 58.33333333%;
  }

  .w-col-tiny-8 {
    width: 66.66666667%;
  }

  .w-col-tiny-9 {
    width: 75%;
  }

  .w-col-tiny-10 {
    width: 83.33333333%;
  }

  .w-col-tiny-11 {
    width: 91.66666667%;
  }

  .w-col-tiny-12 {
    width: 100%;
  }
}

.w-widget {
  position: relative;
}

.w-widget-map {
  width: 100%;
  height: 400px;
}

.w-widget-map label {
  width: auto;
  display: inline;
}

.w-widget-map img {
  max-width: inherit;
}

.w-widget-map .gm-style-iw {
  text-align: center;
}

.w-widget-map .gm-style-iw > button {
  display: none !important;
}

.w-widget-twitter {
  overflow: hidden;
}

.w-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;
}

.w-widget-twitter-count-shim * {
  pointer-events: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  position: relative;
  font-size: 15px;
  line-height: 12px;
  text-align: center;
  color: #999;
  font-family: serif;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  position: relative;
  display: block;
}

.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
}

.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px;
}

.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px;
}

.w-widget-twitter-count-shim:not(.w--vertical):before,
.w-widget-twitter-count-shim:not(.w--vertical):after {
  top: 50%;
  left: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-color: rgba(117, 134, 150, 0);
  border-right-color: #5d6c7b;
  border-width: 4px;
  margin-left: -9px;
  margin-top: -4px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-left: -10px;
  margin-top: -5px;
}

.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: white;
  border-width: 4px;
  margin-left: -8px;
  margin-top: -4px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-left: -9px;
  margin-top: -5px;
}

.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}

.w-widget-twitter-count-shim.w--vertical:before,
.w-widget-twitter-count-shim.w--vertical:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.w-widget-twitter-count-shim.w--vertical:before {
  border-color: rgba(117, 134, 150, 0);
  border-top-color: #5d6c7b;
  border-width: 5px;
  margin-left: -5px;
}

.w-widget-twitter-count-shim.w--vertical:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: white;
  border-width: 4px;
  margin-left: -4px;
}

.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px;
}

.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px;
}

.w-widget-gplus {
  overflow: hidden;
}

.w-background-video {
  position: relative;
  overflow: hidden;
  height: 500px;
  color: white;
}

.w-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;
}

.w-background-video > video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

.w-slider {
  position: relative;
  height: 300px;
  text-align: center;
  background: #dddddd;
  clear: both;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}

.w-slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap;
}

.w-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
}

.w-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: transparent;
  tap-highlight-color: transparent;
}

.w-slider-nav.w-round > div {
  border-radius: 100%;
}

.w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  padding: 0.2em 0.5em;
  font-size: inherit;
  line-height: inherit;
}

.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}

.w-slider-nav-invert {
  color: #fff;
}

.w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, 0.4);
}

.w-slider-nav-invert > div.w-active {
  background-color: #222;
}

.w-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;
}

.w-slider-dot.w-active {
  background-color: #fff;
}

.w-slider-arrow-left,
.w-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: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.w-slider-arrow-left [class^="w-icon-"],
.w-slider-arrow-right [class^="w-icon-"],
.w-slider-arrow-left [class*=" w-icon-"],
.w-slider-arrow-right [class*=" w-icon-"] {
  position: absolute;
}

.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}

.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}

.w-icon-slider-left,
.w-icon-slider-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em;
}

.w-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900;
}

.w-dropdown-btn,
.w-dropdown-toggle,
.w-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;
}

.w-dropdown-toggle {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px;
}

.w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: 20px;
  width: 1em;
  height: 1em;
}

.w-dropdown-list {
  position: absolute;
  background: #dddddd;
  display: none;
  min-width: 100%;
}

.w-dropdown-list.w--open {
  display: block;
}

.w-dropdown-link {
  padding: 10px 20px;
  display: block;
  color: #222222;
}

.w-dropdown-link.w--current {
  color: #0082f3;
}

@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}

/**
 * ## 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.
 */

.w-lightbox-backdrop {
  color: #000;
  cursor: auto;
  font-family: serif;
  font-size: medium;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: normal;
  list-style: disc;
  text-align: start;
  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;
  -ms-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.
 */

.w-lightbox-backdrop,
.w-lightbox-container {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.w-lightbox-content {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.w-lightbox-view {
  position: absolute;
  width: 100vw;
  height: 100vh;
  opacity: 0;
}

.w-lightbox-view:before {
  content: "";
  height: 100vh;
}

/* .w-lightbox-content */

.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
  height: 86vh;
}

.w-lightbox-frame,
.w-lightbox-view:before {
  display: inline-block;
  vertical-align: middle;
}

/*
 * 1. Remove default margin set by user-agent on the <figure> element.
 */

.w-lightbox-figure {
  position: relative;
  margin: 0;
  /* 1 */
}

.w-lightbox-group .w-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.
 */

.w-lightbox-img {
  width: auto;
  height: auto;
  max-width: none;
}

/**
 * 1. Reset if style is set by user on "All Images"
 */

.w-lightbox-image {
  display: block;
  float: none;
  /* 1 */
  max-width: 100vw;
  max-height: 100vh;
}

.w-lightbox-group .w-lightbox-image {
  max-height: 86vh;
}

.w-lightbox-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: .5em 1em;
  background: rgba(0, 0, 0, 0.4);
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.w-lightbox-embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.w-lightbox-control {
  position: absolute;
  top: 0;
  width: 4em;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  transition: all .3s;
}

.w-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==");
}

.w-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)
 */

.w-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.
 */

.w-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.
 */

.w-lightbox-item {
  display: inline-block;
  width: 10vh;
  padding: 2vh 1vh;
  box-sizing: content-box;
  /* 1 */
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  /* 2 */
}

.w-lightbox-active {
  opacity: .3;
}

.w-lightbox-thumbnail {
  position: relative;
  height: 10vh;
  background: #222;
  overflow: hidden;
}

.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}

.w-lightbox-thumbnail .w-lightbox-tall {
  top: 50%;
  width: 100%;
  transform: translate(0, -50%);
}

.w-lightbox-thumbnail .w-lightbox-wide {
  left: 50%;
  height: 100%;
  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.
 */

.w-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%;
  animation: spin .8s infinite linear;
}

.w-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
 */

.w-lightbox-hide {
  display: none;
}

.w-lightbox-noscroll {
  overflow: hidden;
}

@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }

  .w-lightbox-view,
  .w-lightbox-view:before {
    height: 96vh;
  }

  /* .w-lightbox-content */

  .w-lightbox-group,
  .w-lightbox-group .w-lightbox-view,
  .w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }

  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }

  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }

  .w-lightbox-left,
  .w-lightbox-right {
    display: block;
    opacity: .5;
  }

  .w-lightbox-close {
    opacity: .8;
  }

  .w-lightbox-control:hover {
    opacity: 1;
  }
}

.w-lightbox-inactive,
.w-lightbox-inactive:hover {
  opacity: 0;
}

.w-richtext:before,
.w-richtext:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-richtext:after {
  clear: both;
}

.w-richtext[contenteditable="true"]:before,
.w-richtext[contenteditable="true"]:after {
  white-space: initial;
}

.w-richtext ol,
.w-richtext ul {
  overflow: hidden;
}

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after {
  outline: 2px solid #2895f7;
}

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7;
}

.w-richtext figure.w-richtext-figure-type-video > div:after,
.w-richtext figure[data-rt-type="video"] > div:after {
  content: '';
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.w-richtext figure {
  position: relative;
  max-width: 60%;
}

.w-richtext figure > div:before {
  cursor: default !important;
}

.w-richtext figure img {
  width: 100%;
}

.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: 0.6;
}

.w-richtext figure div {
  /* fix incorrectly sized selection border in the data manager */
  font-size: 0px;
  color: transparent;
}

.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type="image"] {
  display: table;
}

.w-richtext figure.w-richtext-figure-type-image > div,
.w-richtext figure[data-rt-type="image"] > div {
  display: inline-block;
}

.w-richtext figure.w-richtext-figure-type-image > figcaption,
.w-richtext figure[data-rt-type="image"] > figcaption {
  display: table-caption;
  caption-side: bottom;
}

.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}

.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type="video"] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.w-richtext figure.w-richtext-figure-type-video > div,
.w-richtext figure[data-rt-type="video"] > div {
  width: 100%;
}

.w-richtext figure.w-richtext-align-center {
  margin-right: auto;
  margin-left: auto;
  clear: both;
}

.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div,
.w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
  max-width: 100%;
}

.w-richtext figure.w-richtext-align-normal {
  clear: both;
}

.w-richtext figure.w-richtext-align-fullwidth {
  width: 100%;
  max-width: 100%;
  text-align: center;
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.w-richtext figure.w-richtext-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;
}

.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block;
}

.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  margin-right: 15px;
  clear: none;
}

.w-richtext figure.w-richtext-align-floatright {
  float: right;
  margin-left: 15px;
  clear: none;
}

.w-nav {
  position: relative;
  background: #dddddd;
  z-index: 1000;
}

.w-nav:before,
.w-nav:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-nav:after {
  clear: both;
}

.w-nav-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: #333333;
}

.w-nav-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;
}

.w-nav-link.w--current {
  color: #0082f3;
}

.w-nav-menu {
  position: relative;
  float: right;
}

[data-nav-menu-open] {
  display: flex !important;
  align-items: center !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #C8C8C8;
  text-align: center;
  overflow: visible;
  min-width: 200px;
}

.w--nav-link-open {
  display: block;
  position: relative;
}

.w-nav-overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
}

.w-nav-overlay [data-nav-menu-open] {
  top: 0;
}

.w-nav[data-animation="over-left"] .w-nav-overlay {
  width: auto;
}

.w-nav[data-animation="over-left"] .w-nav-overlay,
.w-nav[data-animation="over-left"] [data-nav-menu-open] {
  right: auto;
  z-index: 1;
  top: 0;
}

.w-nav[data-animation="over-right"] .w-nav-overlay {
  width: auto;
}

.w-nav[data-animation="over-right"] .w-nav-overlay,
.w-nav[data-animation="over-right"] [data-nav-menu-open] {
  left: auto;
  z-index: 1;
  top: 0;
}

.w-nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.w-nav-button.w--open {
  background-color: #C8C8C8;
  color: white;
}

.w-nav[data-collapse="all"] .w-nav-menu {
  display: none;
}

.w-nav[data-collapse="all"] .w-nav-button {
  display: block;
}

.w--nav-dropdown-open {
  display: block;
}

.w--nav-dropdown-toggle-open {
  display: block;
}

.w--nav-dropdown-list-open {
  position: static;
}

.main_nav_links_btm {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* .main_nav_links_btm li ul.sub-nav {
  margin: 0;
  padding: 0;
  list-style: none;
} */

.w-nav-overlay .main_nav_links a.main_nav_link--child {
  font-weight: normal;
  border-bottom: 1px solid rgba(29, 28, 29, 0.1);
  padding-top: 0;
  padding-bottom: 30px;
  margin-bottom: 15px;
}

@media screen and (min-width: 991px) {
  .main_nav_links_btm {
    display: flex;
  }

  .main_nav_links_btm li  {
    display: block;
   transition-duration: 0.5s;
  }

  .main_nav_links_btm li:hover {
    cursor: pointer;
  }

  /* .main_nav_links_btm li ul.sub-nav {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    transition: all 0.5s ease;
    margin-top: 0;
    margin-left: 15px;
    left: 0px;
    display: none;
    padding-top: 0;
    text-align: center;
  } */

  .main_nav_links_btm li:hover > ul,
  .main_nav_links_btm li ul:hover {
    visibility: visible;
    opacity: 1;
    display: block;
  }

  .main_nav_links_btm li:hover ul li {
    clear: both;
    width: 100%;
  }

  .main_nav_links_btm li:hover ul li a {
    font-weight: normal;
    background-color: rgba(255,255,255,0.5);
    padding: 3px 10px;
    color: #1d1c1d;
  }

  .main_nav_links_btm li:hover ul li a:hover {
    background-color: #fff;
  }
}

@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="medium"] .w-nav-button {
    display: block;
  }

  .main_nav_links_top {
    order: 2;
  }

  .main_nav_links_btm {
    order: 1;
  }
}

@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="small"] .w-nav-button {
    display: block;
  }

  .w-nav-brand {
    padding-left: 10px;
  }
}

@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="tiny"] .w-nav-button {
    display: block;
  }
}

.w-tabs {
  position: relative;
}

.w-tabs:before,
.w-tabs:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-tabs:after {
  clear: both;
}

.w-tab-menu {
  position: relative;
}

.w-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;
}

.w-tab-link.w--current {
  background-color: #C8C8C8;
}

.w-tab-link:focus {
  outline: 0;
}

.w-tab-content {
  position: relative;
  display: block;
  overflow: hidden;
}

.w-tab-pane {
  position: relative;
  display: none;
}

.w--tab-active {
  display: block;
}

@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}

.w-ix-emptyfix:after {
  content: "";
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.w-dyn-empty {
  padding: 10px;
  background-color: #dddddd;
}

.w-dyn-hide {
  display: none !important;
}

.w-dyn-bind-empty {
  display: none !important;
}

.w-condition-invisible {
  display: none !important;
}

.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg");
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  font-family: Rubik, sans-serif;
  color: #1d1c1d;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}

h1 {
  margin-top: 24px;
  margin-bottom: 16px;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
}

h2 {
  margin-top: 24px;
  margin-bottom: 24px;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-size: 34px;
  line-height: 44px;
  font-weight: 700;
}

h3 {
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 8px;
  margin-bottom: 8px;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 8px;
  margin-bottom: 8px;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 8px;
  margin-bottom: 8px;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-bottom: 16px;
  line-height: 24px;
}

a {
  color: #1d1c1d;
  text-decoration: none;
}

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

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
}

.sg_details_wrap {
  display: block;
  margin-top: 25px;
  margin-bottom: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  -ms-flex-direction: column;
  flex-direction: column;
}

.plain_input_long {
  min-height: 136px;
  margin-bottom: 0px;
  padding: 16px 16px 8px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(29, 28, 29, 0.2);
  font-size: 16px;
}

.para_micro {
  float: left;
  font-size: 16px;
  font-weight: 500;
}

.para,
.paras p {
  max-width: 600px;
  font-size: 16px;
}

.form_element_wrap {
  width: 100%;
  margin-bottom: 32px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.form_element_wrap.left_half {
  width: 50%;
  padding-right: 16px;
}

.form_element_wrap.right_half {
  width: 50%;
  padding-left: 16px;
}

.form_input {
  min-height: 48px;
  margin-bottom: 0px;
  padding: 8px 16px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(29, 28, 29, 0.15);
  font-size: 16px;
}

.bold {
  font-weight: 700;
}

.underline {
  text-decoration: underline;
}

.avatar_p_40 {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background-color: #1d1c1d;
  background-image: url("../images/Brand_Icon_White.svg");
  background-position: 50% 50%;
  background-size: 60%;
  background-repeat: no-repeat;
}

.s3_shadow {
  display: block;
  height: 140px;
  max-width: 170px;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 5px 16px 0 rgba(118, 126, 173, 0.08);
}

.lnd_highlight {
  color: rgba(255, 255, 255, 0.61);
  font-weight: 500;
}

.s1_shadow {
  display: block;
  height: 140px;
  max-width: 170px;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 2px 5px 0 rgba(118, 126, 173, 0.08);
}

.mark {
  background-color: #e63250;
  color: #fff;
  font-weight: 400;
}

.paragraph-2-a {
  color: #353357;
  font-size: 16px;
  line-height: 17px;
}

.paragraph-2-a.white-text {
  color: #fff;
}

.sg_element_wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.p4 {
  max-width: 600px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
}

.container_elements {
  display: block;
  max-width: 1100px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -ms-flex: 1;
  flex: 1;
}

.s5_shadow {
  display: block;
  height: 140px;
  max-width: 170px;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 30px 60px 0 rgba(118, 126, 173, 0.12);
}

.alert_error {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  padding: 8px 15px;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e63250;
  box-shadow: 1px 1px 17px 0 rgba(0, 0, 0, 0.07);
}

.input_warning {
  position: relative;
  min-height: 48px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #ffdd47;
  font-size: 16px;
}

.colour_wrapper {
  width: 16.666666666666668%;
  min-height: 150px;
  margin-right: 15px;
}

.colour_wrap {
  display: block;
  width: 100%;
  height: 200px;
  min-height: 200px;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 6px 6px 17px 0 rgba(82, 76, 76, 0.06);
}

.details_wrap_03 {
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
}

.shadow_wrap {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
}

.colour_wrap_main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
}

.para_small {
  max-width: 600px;
  font-size: 14px;
  line-height: 20px;
}

.s2_shadow {
  display: block;
  height: 140px;
  max-width: 170px;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 5px 8px 0 rgba(118, 126, 173, 0.08);
}

.colour_title_text {
  margin-top: 4px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.input_focused {
  position: relative;
  min-height: 48px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #2850ff;
  font-size: 16px;
}

.input_disabled {
  min-height: 48px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #efefef;
  font-size: 16px;
}

.input_disabled::-webkit-input-placeholder {
  color: #cfd0d5;
}

.input_disabled:-ms-input-placeholder {
  color: #cfd0d5;
}

.input_disabled::-ms-input-placeholder {
  color: #cfd0d5;
}

.input_disabled:-ms-input-placeholder {
  color: #cfd0d5;
}

.input_disabled::placeholder {
  color: #cfd0d5;
}

.input_success {
  min-height: 48px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #17d750;
  font-size: 16px;
}

.input_success:focus {
  border-color: #5d3eff;
}

.s4_shadow {
  display: block;
  height: 140px;
  max-width: 170px;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 20px 40px 0 rgba(118, 126, 173, 0.08);
}

.shadow_column {
  width: 20%;
}

.alert_image {
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: 0px;
}

.alert_wrap {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  max-height: 48px;
  margin-bottom: 10px;
  -ms-flex-align: center;
  align-items: center;
}

.details_wrap {
  display: block;
  margin-top: 8px;
  margin-bottom: 16px;
  padding-top: 4px;
  padding-bottom: 4px;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form_column {
  width: 100%;
}

.column {
  margin-bottom: 35px;
}

.sg_details_line {
  width: 30%;
  height: 1px;
  min-width: 220px;
  margin-top: 8px;
  background-color: #ebecf0;
}

.sg_button_wrap {
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding: 0px 16px 0px 0px;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.colour_block {
  height: 60%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #e63250;
}

.colour_block.c3 {
  background-color: #2850ff;
}

.colour_block.c7 {
  background-color: #fff;
}

.colour_block.c8 {
  background-color: #efefef;
}

.colour_block.c6 {
  background-color: #1d1c1d;
}

.colour_block.c2 {
  background-color: #17d750;
}

.form_wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start;
  align-items: flex-start;
}

.input_error {
  min-height: 48px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #e63250;
  font-size: 16px;
}

.delete {
  text-decoration: line-through;
}

.sg_details_type_wrap {
  display: block;
  -ms-flex-align: center;
  align-items: center;
}

.alert_line_2 {
  width: 1px;
  min-height: 23px;
  margin-right: 8px;
  margin-left: 8px;
  background-color: rgba(53, 45, 45, 0.07);
}

.avatar_p_32 {
  width: 32px;
  height: 32px;
  border-radius: 100px;
  background-color: #1d1c1d;
  background-image: url("../images/Brand_Icon_White.svg");
  background-position: 50% 50%;
  background-size: 60%;
  background-repeat: no-repeat;
}

.avatar_wrap {
  position: relative;
  width: 20%;
  margin-bottom: 0px;
}

.element_wrap_btm {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: end;
  align-items: flex-end;
}

.typography_wrap {
  margin-bottom: 48px;
}

.hero_text {
  max-width: 420px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
}

.em {
  font-style: italic;
}

.details_type_03 {
  margin-top: 3px;
  margin-left: 0px;
  float: left;
}

.alert_content_wrap {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 92%;
  -ms-flex-align: center;
  align-items: center;
}

.sg_heading_section {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-right: 5%;
  padding-left: 5%;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e63250;
}

.alert_success {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  padding: 8px 15px;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  background-color: #17d750;
  box-shadow: 1px 1px 17px 0 rgba(0, 0, 0, 0.07);
}

.sg_title_wrap {
  margin-top: 64px;
  margin-bottom: 64px;
}

.sd_heading_container {
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex: 1;
  flex: 1;
}

.colour_title {
  float: left;
  font-size: 16px;
  font-weight: 700;
}

.colour_block_text {
  display: -ms-flexbox;
  display: flex;
  height: 40%;
  padding-left: 14px;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: start;
  align-items: flex-start;
}

.alert_warning {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  padding: 8px 15px;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffdd47;
  box-shadow: 1px 1px 17px 0 rgba(0, 0, 0, 0.07);
}

.block-quote {
  margin-bottom: 24px;
  padding: 16px 32px;
  border-left-width: 8px;
  border-left-color: #2850ff;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
}

.hero {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  min-height: 100vh;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: end;
  align-items: flex-end;
}

.hero.hero_slim {
  display: block;
  min-height: 1px;
  padding-right: 5%;
  padding-bottom: 80px;
  padding-left: 5%;
  background-color: #e63250;
}

.hero.hero_slim.bg_skate {
  background-image: url("../images/DSC00181.JPG");
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.hero.hero_slim.bg_beach {
  background-image: url("../images/Finding-Football-03.JPG");
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero.hero_alt {
  padding-right: 5%;
  padding-bottom: 80px;
  padding-left: 5%;
}

.hero.hero_alt.bg_graffiti {
  background-image: url("../images/Press1--FindingFootball.png");
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero.hero_careers {
  display: block;
  padding-right: 5%;
  padding-bottom: 80px;
  padding-left: 5%;
  background-image: url("../images/Careers1.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.hero_background_video {
  position: fixed;
  top: 0px;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.bar {
  position: relative;
  left: 4px;
  display: inline-block;
  margin-bottom: 24px;
  background-color: #2850ff;
  transform: rotate(-1deg);
  color: #fff;
}

.bar.bar_red {
  background-color: #e63250;
}

.hero_body {
  position: relative;
  z-index: 10;
  width: 840px;
  max-width: 85%;
  margin-left: 16px;
  padding-bottom: 80px;
  padding-left: 5%;
}

.hero_body.with_graphic {
  width: 600px;
  max-width: 50%;
}

.white {
  color: #fff;
}

.main_nav {
  display: block;
  padding-right: 5%;
  padding-left: 5%;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(239, 239, 239, 0.2);
  background-color: transparent;
  transition: border 300ms ease-in-out, box-shadow 300ms ease, background-color 300ms ease-in-out, padding 300ms ease-in-out;
}

.main_nav_links {
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  padding-bottom: 12px;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: end;
  align-items: flex-end;
  font-weight: 500;
}

.nav01_right_wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.whistle_logo {
  margin-right: auto;
  padding-left: 0px;
}

.main_nav_link {
  padding: 8px 16px;
  transition: all 300ms ease-in-out;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
}

.main_nav_link:hover {
  color: #efefef;
}

.main_nav_link:focus {
  color: #efefef;
}

.main_nav_link.w--current {
  color: #fff;
}

.whistle_logo_white {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 1;
  margin-right: 32px;
  margin-left: 16px;
  transition: opacity 300ms ease-in-out;
}

.header {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 200;
  display: block;
  width: 100%;
}

.main_nav_container {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  transition: padding 300ms ease-in-out;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-size: 11px;
  font-weight: 700;
}

.content_wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.intro_title {
  display: inline-block;
  margin-bottom: 32px;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
}

.intro_title.bar {
  left: 0px;
}

.intro_title.bar.bar_green {
  background-color: #17d750;
}

.intro_title.bar.center {
  margin-right: auto;
  margin-left: auto;
}

.intro_title.bar_red {
  left: 0px;
  background-color: #e63250;
  color: #fff;
}

.intro_title.bar_green {
  left: 0px;
  background-color: #17d750;
  color: #fff;
}

.emphasis_red {
  color: #e63250;
}

.cards_wrap_3 {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0px;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 1px 1px 35px 0 rgba(145, 158, 190, 0.16);
  transition: all 250ms ease;
  text-align: center;
}

.card:hover {
  transform: translate(0px, -4px);
}

.card.one_third {
  width: 31%;
}

.card.card_feature {
  display: block;
  max-width: 50%;
  margin-bottom: 0px;
  float: right;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(255, 255, 255, 0.4);
  text-align: left;
}

.card.card_feature:hover {
  transform: none;
}

.card.one_half {
  width: 48%;
}

.card.one_whole {
  width: 100%;
}

.button {
  display: block;
  min-width: 136px;
  padding: 8px 24px;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 3px;
  border-color: #2850ff;
  border-radius: 50px;
  background-color: transparent;
  transition: background-color 200ms ease-in-out;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  color: #1d1c1d;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}

.button:hover {
  background-color: #1d1c1d;
  color: #fff;
}

.button:focus {
  background-color: #1d1c1d;
  color: #fff;
}

.button.button_secondary,
.button_secondary .button {
  border-color: #e63250;
}

.button.button_secondary.alt {
  background-color: rgba(255, 255, 255, 0.6);
}

.button.button_tertiary,
.button_tertiary .button {
  border-color: #17d750;
}

.button.button_white {
  border-color: #fff;
  color: #fff;
}

.avatar_p_64 {
  position: relative;
  width: 64px;
  height: 64px;
  border-radius: 100px;
  background-color: #1d1c1d;
  background-image: url("../images/Brand_Icon_White.svg");
  background-position: 50% 50%;
  background-size: 60%;
  background-repeat: no-repeat;
}

.placeholder-label {
  margin-left: 16px;
  font-family: Rubik, sans-serif;
  color: #e63250;
  font-size: 14px;
  line-height: 1px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.main_nav_link_top {
  padding: 8px 16px;
  transition: all 300ms ease-in-out;
  font-family: Rubik, sans-serif;
  color: #efefef;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}

.main_nav_link_top:hover {
  color: #1d1c1d;
}

.main_nav_link_top:focus {
  color: #1d1c1d;
}

.main_nav_link_top.w--current {
  color: #efefef;
}

.whistle_logo_black {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 0;
  margin-right: 32px;
  margin-left: 16px;
  opacity: 0;
  transition: opacity 300ms ease-in-out;
}

.cols_btm_aligned {
  position: relative;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: end;
  align-items: flex-end;
}

.stats_1 {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 240px;
  padding-right: 5%;
  padding-left: 5%;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1d1c1d;
}

.stat {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
}

.stat.stat_25 {
  width: 25%;
}

.stat_heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 60px;
  line-height: 64px;
}

.stat_text {
  width: 160px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.emphasis_green {
  color: #17d750;
}

.emphasis_blue {
  color: #2850ff;
}

.col_60 {
  position: relative;
  width: 60%;
  padding-right: 48px;
}

.col_40 {
  position: relative;
  width: 40%;
  padding-right: 48px;
}

.col_40.last {
  padding-right: 32px;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.lead {
  max-width: 600px;
  margin-right: 16px;
  font-size: 20px;
  line-height: 28px;
}

.lead.page_intro_lead {
  margin-bottom: 8px;
}

.lead.feature_card_lead {
  margin-bottom: 48px;
}

.hero_overlay {
  position: absolute;
  z-index: 0;
  width: 100vw;
  height: 100%;
  background-image: linear-gradient(30deg, rgba(29, 28, 29, 0.8), rgba(29, 28, 29, 0.2));
}

.hero_title {
  margin-top: 0px;
  margin-bottom: 24px;
}

.scroll_cue_link {
  position: absolute;
  left: auto;
  right: 0%;
  bottom: 96px;
  z-index: 10;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 10px;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  opacity: 0.9;
  transition: opacity 120ms cubic-bezier(0.6, 0.04, 0.98, 0.335);
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.scroll_cue_link:hover {
  opacity: 1;
}

.scroll_cue_link:focus {
  opacity: 1;
}

.scroll_cue_line {
  width: 8px;
  height: 80px;
  margin-right: 16px;
  background-color: rgba(239, 239, 239, 0.2);
}

.showreel_link {
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  margin-left: 16px;
  padding-left: 64px;
  -ms-flex-align: center;
  align-items: center;
  background-image: url("../images/Play_Icon.svg");
  background-position: 0% 50%;
  background-size: 48px;
  background-repeat: no-repeat;
  text-decoration: none;
}

.hero_body_bottom {
  display: -ms-flexbox;
  display: flex;
  max-width: 80%;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.showreel_link_text {
  min-width: 70px;
  margin-bottom: 0px;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.stat_metric {
  margin-left: 8px;
  font-size: 24px;
}

.stat_number {
  font-size: 50px;
  letter-spacing: -1px;
}

.stats_group_mini {
  position: relative;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex: 1;
  flex: 1;
}

.grunge_texture_1 {
  position: absolute;
  z-index: 0;
  width: 100vw;
  height: 100%;
  background-image: url("../images/Grunge_5.svg");
  background-position: 100% 0%;
  background-size: 780px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.footer_logo {
  margin-bottom: 32px;
}

.sub_footer_container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 5%;
  padding-left: 5%;
}

.footer_column {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer {
  padding-top: 96px;
  padding-bottom: 64px;
  background-color: #fff;
}

.contact_addresses {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 80px;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact_address {
  width: 33.333%;
  padding-right: 16px;
  padding-left: 16px;
}

.footer_social_wrap {
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  padding-right: 16px;
  padding-left: 16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.icon_link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  color: #1d1c1d;
}

.icon_link.white {
  color: #fff;
}

.icon_link.white:hover {
  color: #1d1c1d;
}

.icon_link.white:focus {
  color: #1d1c1d;
}

.slider_mask {
  overflow: visible;
}

.accolades {
  padding: 54px 5%;
  background-color: #efefef;
}

.accolades_container {
  position: relative;
  z-index: 10;
  margin-right: auto;
  margin-left: auto;
}

.accolades_logo_wrap {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}

.accolades_logo {
  display: inline-block;
  width: 14.285%;
  padding-right: 16px;
  padding-left: 16px;
}

.accolades_image {
  width: 200px;
}

.footer_text {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 28px;
}

.inline_cta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.inline_cta_text {
  margin-right: 32px;
  margin-bottom: 0px;
  color: #1d1c1d;
  font-size: 16px;
}

.address {
  max-width: 600px;
  margin-bottom: 0px;
  font-size: 16px;
}

.logo_group_image {
  margin-right: 24px;
}

.logo_group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.logo_group a {
  margin-top: 1.5em;
}

.footer_bottom {
  display: -ms-flexbox;
  display: flex;
  margin-top: 64px;
  padding-right: 16px;
  padding-left: 16px;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}

.sub_footer {
  padding-top: 32px;
  padding-bottom: 32px;
  border-top: 1px solid #efefef;
  background-color: #fff;
}

.sub_footer_wrap {
  display: -ms-flexbox;
  display: flex;
  padding-right: 16px;
  padding-left: 16px;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}

.sub_footer_link {
  margin-right: 48px;
  font-family: Rubik, sans-serif;
  color: #1d1c1d;
  font-weight: 500;
  text-decoration: none;
}

.sub_footer_copy {
  margin-bottom: 0px;
  margin-left: auto;
}

.separator {
  position: relative;
  z-index: 1;
  display: block;
  width: 120vw;
  max-width: none;
  margin-left: -10vw;
}

.separator.curved_1 {
  margin-top: -16px;
  margin-bottom: -16px;
}

.separator.angled_1 {
  margin-top: -30px;
}

.footer_container {
  padding-right: 5%;
  padding-left: 5%;
}

.highlights_placeholder {
  width: 100%;
}

.filters {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.filters.filters_right {
  margin-top: -40px;
}

.filter_button {
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  min-width: 136px;
  padding: 8px 24px;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px 1px 1px 0px;
  border-color: rgba(29, 28, 29, 0.2);
  background-color: rgba(255, 255, 255, 0.2);
  transition: background-color 60ms cubic-bezier(0.6, 0.04, 0.98, 0.335), border 60ms cubic-bezier(0.6, 0.04, 0.98, 0.335);
  font-family: Rubik, sans-serif;
  color: #1d1c1d;
  font-size: 15px;
  font-weight: 300;
  cursor: pointer;
}

.filter_button:hover,
.filter_button.active {
  border-bottom-width: 3px;
  border-bottom-color: #e63250;
  background-color: #efefef;
}

.filter_button:focus {
  border-bottom-width: 3px;
  border-bottom-color: #e63250;
}

.filter_button.first {
  margin-left: 0px;
  border-left-width: 1px;
  border-left-color: rgba(0, 0, 0, 0.2);
}

.filters_list {
  margin-top: 32px;
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}

.filter_buttons {
  display: -ms-flexbox;
  display: flex;
}

.filter_buttons.right {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.filters_list_item {
  display: inline-block;
  margin-right: 24px;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.filters_list_item.close {
  position: relative;
  top: -1px;
  min-width: 32px;
  font-size: 18px;
  text-align: center;
}

.nav_button {
  width: 40px;
  height: 40px;
  padding: 0px;
  background-color: transparent;
  transition: opacity 200ms ease;
}

.nav_button.prev {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-right: 16px;
  background-image: url("../images/Prev_Icon_Black.svg");
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.nav_button.prev:hover {
  background-image: url("../images/Prev_Icon_Red.svg");
}

.nav_button.prev:focus {
  background-image: url("../images/Prev_Icon_Red.svg");
}

.nav_button.next {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-image: url("../images/Next_Icon_Black.svg");
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.nav_button.next:hover {
  background-image: url("../images/Next_Icon_Red.svg");
}

.nav_button.next:focus {
  background-image: url("../images/Next_Icon_Red.svg");
}

.contact_cta {
  position: relative;
  z-index: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta_container {
  position: relative;
  z-index: 5;
  display: -ms-flexbox;
  display: flex;
  margin: 120px auto 144px;
  padding-right: 5%;
  padding-left: 5%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex: 1;
  flex: 1;
}

.cta_title_wrap {
  display: inline-block;
  width: 500px;
  padding-left: 16px;
}

.cta_button_wrap {
  display: -ms-flexbox;
  display: flex;
  padding-right: 16px;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta_title {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
}

.crosses_overlay {
  position: absolute;
  left: 0px;
  top: -39px;
  z-index: 2;
  width: 300px;
  height: 100%;
  background-image: url("../images/crosses.png");
  background-position: 50% 0%;
  background-size: 100%;
  background-repeat: no-repeat;
  opacity: 0.49;
}

.brush_overlay {
  position: absolute;
  left: 98px;
  top: -68px;
  z-index: 1;
  width: 50px;
  height: 100%;
  background-image: url("../images/brush_mask_02.png");
  background-position: 50% 0%;
  background-size: 100%;
  background-repeat: no-repeat;
  opacity: 1;
  transform: rotate(88deg);
}

.cta_bkg {
  position: absolute;
  z-index: -1;
  width: 100vw;
  height: 100%;
  background-image: url("../images/GI9A6575.JPG");
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.video_modal_bg {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 300;
  display: none;
  width: 100vw;
  height: 100vh;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  opacity: 0;
  transition: background-color 600ms ease, opacity 600ms ease;
}

.youtube {
  width: 90vw;
  height: 80vh;
}

.display_2 {
  max-width: 800px;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-size: 58px;
  line-height: 72px;
  font-weight: 700;
}

.mv_0 {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
}

.display_1 {
  display: block;
  max-width: 600px;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
}

.display_1.page_intro_title {
  margin-top: 0px;
  margin-bottom: 0px;
}

.highlights_nav_sm {
  display: none;
  margin-left: auto;
}

.highlights_nav_lg {
  position: relative;
  margin-left: auto;
}

.highlights_placeholder_mob {
  display: none;
  margin-top: 64px;
  padding-right: 16px;
  padding-left: 16px;
}

.page_wrap {
  overflow: hidden;
}

.section_wrap {
  position: relative;
  padding: 96px 5%;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.section_wrap.sg_heading_section {
  background-color: #e63250;
}

.section_wrap.bg_img_b {
  overflow: hidden;
  background-image: none;
}

.section_wrap.bg_img_b.feature_card {
  background-image: url("../images/Red_Bull_wave.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.section_wrap.bg_img_c {
  overflow: hidden;
  background-image: url("../images/TIPS-DYLAN-CARTER-02_crop.jpg");
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section_wrap.bg_img_b {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url("../images/Careers2.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section_wrap.bg_img_c {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url("../images/Careers2.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section_wrap.bg_img_d {
  overflow: hidden;
  background-image: url("../images/TIPS-DYLAN-CARTER-02_crop.jpg");
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner_link {
  display: block;
  margin-top: 16px;
  margin-bottom: 48px;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.button_group {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.ml_24 {
  margin-left: 24px;
}

.banner_main {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-order: 1;
  order: 1;
}

.banner_sidebar {
  position: relative;
  width: 30%;
  padding-right: 48px;
  -ms-flex-order: -1;
  order: -1;
}

.icon_links_wrap {
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  margin-bottom: 0px;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.card_bordered {
  display: -ms-flexbox;
  display: flex;
  width: 33.333333333333336%;
  padding: 24px 32px;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(29, 28, 29, 0.1);
  background-color: rgba(255, 255, 255, 0.96);
  text-align: center;
}

.card_bordered.card_narrow {
  width: 25%;
  justify-content: start;
}

.contact_addresses .card_bordered {
  width: 25%;
}

.card_bordered.middle {
  border-right-width: 0px;
  border-left-width: 0px;
}

.col_80 {
  position: relative;
  width: 80%;
  padding-right: 48px;
}

.brand_circle {
  width: 40px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.center {
  text-align: center;
}

.form-block {
  width: 100%;
}

.form {
  width: 100%;
}

.brand_icon_large {
  position: absolute;
  left: auto;
  top: -81.2vw;
  right: auto;
  z-index: -1;
  width: 160vw;
  max-width: none;
  margin-left: -24vw;
  opacity: 0.06;
  filter: saturate(0%);
}

.bg_grey {
  background-color: #efefef;
}

.small_label {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.mb_0 {
  margin-bottom: 0px;
}

.mt_8 {
  margin-top: 8px;
}

.mt_24 {
  margin-top: 24px;
}

.icon_link_icon {
  width: 32px;
  height: 32px;
  margin-right: 8px;
  border-radius: 50%;
  background-image: url("../images/dot.svg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.icon_link_icon.youtube {
  background-image: url("../images/YouTube_Icon.svg");
}

.icon_link_icon.youtube.bg_blue {
  background-size: 24px;
}

.icon_link_icon.youtube.black {
  background-image: url("../images/YouTube_Icon_Black.svg");
}

.icon_link_icon.instagram {
  background-image: url("../images/Instagram_Icon.svg");
}

.icon_link_icon.instagram.bg_blue {
  background-size: 24px;
}

.icon_link_icon.facebook {
  background-image: url("../images/Facebook_Icon.svg");
}

.icon_link_icon.facebook.bg_blue {
  background-size: 24px;
}

.icon_link_icon.twitter {
  background-image: url("../images/Twitter-x.svg");
}

.icon_link_icon.twitter.bg_blue {
  background-size: 16px;
}

.icon_link_icon.tiktok {
  background-image: url("../images/Tiktok_Icon.svg");
}

.icon_link_icon.tiktok {
  background-image: url("../images/Tiktok_Icon.svg");
  background-size: 24px;
}

.icon_link_icon.snapchat {
  background-image: url("../images/Snapchat_Icon.svg");
  background-size: 24px;
}

.icon_link_icon.linkedin {
  background-image: url("../images/Linkedin_Icon.svg");
  background-size: 24px;
}

.icon_link_text {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.read_more {
  margin-top: 8px;
  text-decoration: none;
}

.card_image_top {
  position: relative;
  width: 100%;
  border-radius: 10px 10px 0px 0px;
  border: 1px solid rgba(29, 28, 29, 0.2);
}

.cards_container {
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start;
  align-items: flex-start;
}

.article_body {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 24px 16px 16px;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 0px 1px 1px;
  border-color: rgba(29, 28, 29, 0.2);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.read_more_text {
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.article_card {
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 31%;
  margin-bottom: 32px;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.date {
  margin-bottom: 16px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.card_logo {
  max-width: 50%;
  margin-bottom: 12px;
}

.card_title_link {
  display: block;
  margin-bottom: 16px;
  line-height: 28px;
}

.mb_8 {
  margin-bottom: 8px;
}

.pad_top_m {
  padding-top: 80px;
}

.pad_top_s {
  padding-top: 48px;
}

.download_arrow {
  margin-left: 8px;
}

.mini_stat {
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mini_stat.one_third {
  width: 33.333%;
  padding-right: 16px;
}

.job_card {
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-bottom: 32px;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.job_card_meta {
  padding-left: 48px;
  text-align: right;
}

.job_card_body {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 32px 40px;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.2);
  transition: border-width 60ms cubic-bezier(0.6, 0.04, 0.98, 0.335), border-width 60ms cubic-bezier(0.6, 0.04, 0.98, 0.335), background-color 60ms cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.job_card_body:hover {
  border-left-width: 8px;
  border-left-color: #e63250;
  background-color: #efefef;
}

.job_card_body:focus {
  border-left-width: 8px;
  border-left-color: #e63250;
  background-color: #efefef;
}

.job_card_body.job_card_body_green:hover,
.job_card_body.los-angeles:hover {
  border-left-color: #17d750;
}

.job_card_body.job_card_body_green:focus,
.job_card_body.los-angeles:focus {
  border-left-color: #17d750;
}

.job_card_body.job_card_body_blue:hover,
.job_card_body.london:hover {
  border-left-color: #2850ff;
}

.job_card_body.job_card_body_blue:focus,
.job_card_body.london:focus {
  border-left-color: #2850ff;
}

.red {
  color: #e63250;
}

.label_red {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #e63250;
  font-weight: 700;
}

.label_green,
.label_los-angeles {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #17d750;
  font-weight: 700;
}

.label_blue,
.label_london {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #2850ff;
  font-weight: 700;
}

.circle_img_wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 300px;
  height: 300px;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
}

.circle_img_bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.circle_img_border {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 340px;
  height: 340px;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url("../images/Brand_Icon_Large_Medium_White.svg");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.circle_img {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 340px;
  height: 340px;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.circle_img.right {
  margin-left: 10vw;
}

.bg_white {
  background-color: #fff;
}

.statement_block {
  position: relative;
  left: -5vw;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.bg_red {
  background-color: #e63250;
}

.blue {
  color: #2850ff;
}

.green {
  color: #17d750;
}

.statement_words {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: start;
  align-items: flex-start;
}

.mb_24 {
  margin-bottom: 24px;
}

.feature_word {
  max-width: 600px;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-size: 96px;
  line-height: 96px;
  font-weight: 700;
}

.feature_word.mv_0.offset_2 {
  position: relative;
  left: 24px;
}

.feature_word.mv_0.offset_5 {
  position: relative;
  right: -112px;
}

.feature_word.red.mv_0.offset_3 {
  position: relative;
  left: 48px;
}

.feature_word.blue.mv_0.offset_4 {
  position: relative;
  right: -96px;
}

.feature_word.blue.mv_0.offset_1 {
  position: relative;
  left: 96px;
}

.feature_word.green.mv_0.offset_6 {
  position: relative;
  right: -72px;
}

.mb_48 {
  margin-bottom: 48px;
}

.mt_0 {
  margin-top: 0px;
}

.mt_32 {
  margin-top: 32px;
}

.text_link {
  border-bottom: 1px solid #e63250;
  transition: color 60ms cubic-bezier(0.6, 0.04, 0.98, 0.335), background-color 60ms cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.text_link:hover {
  background-color: #e63250;
  color: #fff;
}

.bg_texture_chevrons {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  background-image: url("../images/Chevrons_1.svg");
  background-position: 50% 50%;
  background-size: 180%;
  background-repeat: repeat-y;
  background-attachment: scroll;
  opacity: 0.05;
}

.banner_cols {
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex: 1;
  flex: 1;
}

.hero_background_image_1 {
  position: fixed;
  top: 0px;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url("../images/HTW2-002-AUSTINJULIAN-ACTION.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero_feature_graphic_image_1 {
  position: absolute;
  top: 10vh;
  bottom: 0px;
  z-index: 5;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
}

.hero_feature_graphic_image_1.top {
  z-index: 6;
}

.avatar_group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.avatar_group_item {
  position: relative;
  width: 32px;
  height: 32px;
  margin-right: 4px;
  margin-bottom: 8px;
  margin-left: 4px;
  border-radius: 100px;
  background-color: #e63250;
  background-image: url("../images/Brand_Icon_White.svg");
  background-position: 50% 50%;
  background-size: 60%;
  background-repeat: no-repeat;
}

.avatar_group_item.youtube_avatar {
  background-image: url("../images/YouTube_Icon.svg");
  background-size: 24px;
}

.avatar_group_item.tiktok_avatar {
  background-image: url("../images/Tiktok_Icon.svg");
  background-size: 24px;
}

.avatar_group_item.spotify_avatar {
  background-image: url("../images/Spotify_Icon.svg");
  background-size: 24px;
}

.avatar_group_item.instagram_avatar {
  background-image: url("../images/Instagram_Icon.svg");
  background-size: 24px;
}

.avatar_group_item.snapchat_avatar {
  background-image: url("../images/Snapchat_Icon.svg");
  background-size: 24px;
}

.avatar_group_item.podcasts_avatar {
  background-image: url("../images/Podcasts_Icon.svg");
  background-size: 24px;
}

.avatar_group_item.twitter_avatar {
  background-image: url("../images/Twitter-x.svg");
  background-size: 16px;
}

.avatar_group_item.facebook_avatar {
  background-image: url("../images/Facebook_Icon.svg");
  background-size: 24px;
}

.t04_slider_nav {
  left: 0px;
  bottom: -68px;
  display: none;
  padding-left: 15px;
  opacity: 0.05;
}

.channel_name {
  color: #17d750;
  font-size: 11px;
  line-height: 12px;
  font-weight: 500;
}

.slider_card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 200px;
  margin-bottom: 16px;
  -ms-flex-direction: column;
  flex-direction: column;
}

.slider_item {
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
  background-color: transparent;
}

.slider_item.slider_item_6 {
  width: 16.666666666666668%;
  min-height: 64px;
}

.slider_item.slider_item_3 {
  width: 25%;
}

.slider_card_text {
  padding: 16px 12px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 0px 1px 1px;
  border-color: rgba(29, 28, 29, 0.2);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #fff;
}

.slider_card_image_wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex: 1;
  flex: 1;
  border-radius: 10px 10px 0px 0px;
}

.slider_card_avatar {
  position: absolute;
  left: auto;
  top: 8px;
  right: 8px;
  bottom: auto;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #fff;
}

.slider_card_avatar.f2 {
  background-image: url("../images/F2-Avatar.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider_card_avatar.whistle {
  background-image: url("../images/Whistle_Mark.svg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider_card_avatar.brother {
  background-image: url("../images/brother-icon.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider_card_image {
  width: 100%;
  height: 100%;
  max-width: none;
  -ms-flex: 1;
  flex: 1;
  border-radius: 10px 10px 0px 0px;
  object-fit: cover;
}

.gradient_overlay_1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100vw;
  height: 100%;
  background-image: linear-gradient(60deg, rgba(29, 28, 29, 0.8), rgba(29, 28, 29, 0.2));
}

.mb_4 {
  margin-bottom: 4px;
}

.slider_card_channel_icon {
  position: absolute;
  left: auto;
  top: auto;
  right: 12px;
  bottom: 11px;
  width: 24px;
  height: 24px;
  opacity: 0.2;
}

.slider_nav_button {
  width: 40px;
  height: 40px;
  padding: 0px;
  background-color: transparent;
  transition: opacity 200ms ease;
}

.slider_nav_button.prev {
  left: auto;
  top: 0%;
  right: 64px;
  bottom: auto;
  background-image: url("../images/Prev_Icon_Black.svg");
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.slider_nav_button.prev:hover {
  background-image: url("../images/Prev_Icon_Red.svg");
}

.slider_nav_button.prev:focus {
  background-image: url("../images/Prev_Icon_Red.svg");
}

.slider_nav_button.next {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-right: 8px;
  background-image: url("../images/Next_Icon_Black.svg");
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.slider_nav_button.next:hover {
  background-image: url("../images/Next_Icon_Red.svg");
}

.slider_nav_button.next:focus {
  background-image: url("../images/Next_Icon_Red.svg");
}

.black {
  color: #1d1c1d;
}

.pt_0 {
  padding-top: 0px;
}

.scroll_cue_arrow {
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
}

.scroll_cue {
  position: absolute;
  left: auto;
  top: auto;
  right: 5%;
  bottom: 0%;
  z-index: 10;
}

.hero_feature_graphic_1 {
  position: absolute;
  top: 5vh;
  right: 5%;
  z-index: 5;
  width: 35vw;
  height: 95vh;
  max-width: none;
  margin-right: 64px;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  color: #cfd0d5;
}

.col_50 {
  position: relative;
  width: 50%;
  padding-right: 48px;
}

.pr_0 {
  padding-right: 0px;
}

.network_graphic {
  width: 100%;
}

.grunge_texture_2 {
  position: absolute;
  z-index: 0;
  width: 100vw;
  height: 100%;
  background-image: url("../images/Grunge_7.svg");
  background-position: 100% 0%;
  background-size: 780px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.gradient_overlay_2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100vw;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 8, 41, 0.7) 66.66%, #050d2e);
  opacity: 0.7;
}

.partner_logo {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 130px;
  margin: auto;
  padding-right: 12px;
  padding-left: 12px;
}

.partner_logo.topgolf {
  width: 100px;
}

.partner_logo.pg {
  width: 100px;
}

.partner_logo.unilever {
  width: 75px;
}

.partner_logo.fifa {
  width: 120px;
}

.partner_logo.olympic {
  width: 110px;
}

.partner_logo.uefa {
  width: 90px;
}

.partner_logo.courtyard {
  width: 150px;
}

.partner_logo.skysports {
  width: 150px;
}

.show_card {
  display: -ms-flexbox;
  display: flex;
  width: 31%;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 10px;
}

.show_card.full {
  width: 100%;
}

.show_card_detail_top {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 16px;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: center;
  align-items: center;
}

.show_card_detail_top.bg_red {
  min-height: 96px;
}

.slider {
  width: 100%;
  height: 100%;
  margin: -40px -8px -16px;
  padding-top: 104px;
  background-color: transparent;
}

.slider.slider_partners {
  z-index: 1;
  margin-top: -40px;
  padding-top: 72px;
}

.slider.slider_upcoming {
  margin-bottom: 0px;
}

.slider.slider_similar_shows {
  margin-bottom: 32px;
}

.case_study.marriot {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 48px;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #efefef;
  background-image: url("../images/Brand_Icon_Large_Medium_White.svg");
  background-position: -10vw -30vw;
  background-size: 70vw;
  background-repeat: no-repeat;
  background-attachment: scroll;
  box-shadow: 1px 1px 35px 0 rgba(145, 158, 190, 0.16);
}

.case_study_image {
  position: relative;
  z-index: 2;
  width: 50%;
}

.case_study_detail {
  position: relative;
  z-index: 2;
  width: 50%;
  padding-right: 32px;
}

.show_logo {
  height: 64px;
  max-width: none;
}

.show_logo.topgolf {
  height: 56px;
}

.show_logo.youtube_premium {
  height: 36px;
}

.show_logo.quibi {
  height: 36px;
}

.show_logo.vudu {
  height: 22px;
}

.show_logo.hbomax {
  height: 40px;
}

.mini_stat_metric {
  display: inline-block;
  margin-left: 8px;
  font-size: 18px;
  line-height: 24px;
}

.mini_stat_number {
  display: inline-block;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -1px;
}

.mini_stat_text {
  color: #1d1c1d;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
}

.mini_stat_text.red {
  color: #e63250;
}

.mini_stat_text.white {
  color: #fff;
}

.mini_stat_heading {
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  -ms-flex-align: baseline;
  align-items: baseline;
  color: #1d1c1d;
  font-size: 32px;
  line-height: 40px;
}

.stats_group {
  position: relative;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex: 1;
  flex: 1;
}

.coming_soon {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.coming_soon.bar {
  left: 0px;
}

.mb_32 {
  margin-bottom: 32px;
}

.partners {
  position: relative;
  padding: 96px 5%;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.partners.bg_grey {
  min-height: 240px;
  padding-top: 48px;
  padding-bottom: 56px;
}

.pt_16 {
  padding-top: 16px;
}

.hero_background_image_2 {
  position: fixed;
  top: 0px;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}

.case_study_brand_icon {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  border-radius: 10px;
  background-image: url("../images/Brand_Icon_Large_Medium_White.svg");
  background-position: -10vw -30vw;
  background-size: 70vw;
  background-repeat: no-repeat;
  opacity: 0.68;
}

.show_title {
  width: 100%;
  margin-top: 8px;
}

.show_description {
  width: 100%;
  margin-bottom: 0px;
}

.shows {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.card_image {
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.bg_blue {
  background-color: #2850ff;
}

.bg_green {
  background-color: #17d750;
}

.show_card_texture {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url("../images/Grunge_4.svg");
  background-position: 100% 0%;
  background-size: 90%;
  background-repeat: no-repeat;
}

.content_block.pad_top_m {
  max-width: 600px;
}

.hero_background_video_2 {
  position: fixed;
  top: 0px;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.video_modal_content {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 320;
  display: none;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  padding: 64px;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  transition: transform 900ms ease, opacity 900ms ease;
  transition: transform 900ms ease, opacity 900ms ease, -webkit-transform 900ms ease;
}

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

.video_modal_close {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 340;
  display: none;
  width: 64px;
  height: 64px;
  background-image: url("../images/Close_Icon.svg");
  background-position: 50% 50%;
  background-size: 32px 32px;
  background-repeat: no-repeat;
  opacity: 0;
}

.checklist {
  display: -ms-flexbox;
  display: flex;
  margin-top: -4px;
  margin-bottom: -4px;
  padding-left: 0px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start;
  align-items: flex-start;
  list-style-type: none;
}

.checklist_item {
  width: 100%;
  padding: 4px 16px 4px 28px;
  background-image: url("../images/Brush_Circle.svg");
  background-position: 0% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.checklist_item.half {
  width: 50%;
}

.gradient_overlay_4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100vw;
  height: 100%;
  background-image: linear-gradient(60deg, rgba(29, 28, 29, 0.4), rgba(29, 28, 29, 0));
}

.card_body {
  width: 100%;
  padding: 32px;
}

.card_body.card_feature_body {
  padding-top: 48px;
  padding-bottom: 48px;
}

.card_body.center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-wrap {
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.show_card_body {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 16px;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 0px 1px 1px;
  border-color: rgba(29, 28, 29, 0.2);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  text-align: left;
}

.mt_auto {
  margin-top: auto;
}

.banner_logo {
  width: 30%;
  padding-left: 32px;
  -ms-flex-order: 1;
  order: 1;
}

.centered_vertical {
  position: relative;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.show_card_link_image {
  width: 100%;
}

.header_offset_pad {
  padding-top: 193px;
}

.header_offset_pad_2 {
  padding-top: 208px;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 32px;
  }

  .sg_element_wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .s5_shadow {
    box-shadow: 0 30px 45px 0 rgba(118, 126, 173, 0.12);
  }

  .colour_wrapper {
    width: 25%;
    margin-bottom: 15px;
  }

  .colour_wrap_main {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .shadow_column {
    padding-right: 10px;
  }

  .avatar_wrap {
    width: 25%;
  }

  .sg_heading_section {
    padding-right: 3%;
    padding-left: 3%;
  }

  .hero.hero_slim {
    padding-right: 3%;
    padding-bottom: 64px;
    padding-left: 3%;
  }

  .hero.hero_alt {
    padding-right: 3%;
    padding-bottom: 64px;
    padding-left: 3%;
  }

  .hero.hero_alt.bg_graffiti {
    padding-bottom: 64px;
  }

  .hero.hero_careers {
    padding-right: 3%;
    padding-bottom: 64px;
    padding-left: 3%;
  }

  .hero_body {
    width: 800px;
    padding-bottom: 64px;
    padding-left: 3%;
  }

  .main_nav {
    padding-right: 3%;
    padding-left: 3%;
  }

  .main_nav_links {
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    box-shadow: 14px 14px 40px 0 rgba(118, 126, 173, 0.08);
  }

  .nav01_burger {
    padding: 12px;
    border-radius: 0px;
  }

  .nav01_burger.w--open {
    border-radius: 50px;
    background-color: rgba(200, 200, 200, 0.08);
    color: #000;
  }

  .main_nav_link {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 15px;
  }

  .intro_title {
    margin-bottom: 24px;
    font-size: 20px;
  }

  .intro_title.bar.mb_0 {
    margin-bottom: 0px;
  }

  .cards_wrap_3 {
    position: relative;
    z-index: 5;
    margin-bottom: -16px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .card.one_third {
    width: 48%;
    margin-bottom: 16px;
  }

  .card.card_feature {
    max-width: none;
    margin-bottom: 0px;
  }

  .card.one_half {
    width: 48%;
    margin-bottom: 16px;
  }

  .card.one_whole {
    width: 100%;
    margin-bottom: 16px;
  }

  .main_nav_link_top {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 15px;
  }

  .stats_1 {
    padding-right: 3%;
    padding-left: 3%;
  }

  .stat_heading {
    font-size: 48px;
    line-height: 54px;
  }

  .col_60 {
    width: 100%;
    padding-right: 32px;
  }

  .col_40 {
    width: 100%;
    padding-right: 32px;
  }

  .lead {
    max-width: 500px;
    margin-right: 0px;
  }

  .lead.feature_card_lead {
    margin-bottom: 24px;
  }

  .hero_body_bottom {
    max-width: 100%;
  }

  .stat_metric {
    font-size: 21px;
    line-height: 54px;
  }

  .stat_number {
    font-size: 48px;
    line-height: 54px;
  }

  .sub_footer_container {
    padding-right: 3%;
    padding-left: 3%;
  }

  .icon_link.white.mb_8.mr_16_tab {
    margin-right: 16px;
  }

  .accolades {
    padding-right: 3%;
    padding-left: 3%;
  }

  .accolades_logo_wrap {
    padding-right: 16px;
    padding-left: 16px;
  }

  .accolades_logo {
    width: 25%;
    padding: 8px;
  }

  .inline_cta.footer_careers_cta {
    width: 100%;
  }

  .address {
    font-size: 14px;
    line-height: 20px;
  }

  .logo_group {
    width: 100%;
  }

  .logo_group.footer_logo_group {
    margin-bottom: 96px;
  }

  .footer_bottom {
    margin-top: 48px;
  }

  .sub_footer_copy {
    margin-top: 16px;
    margin-left: 0px;
  }

  .separator {
    width: 150vw;
    max-width: none;
    margin-left: -25vw;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .separator.curved_1 {
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .separator.angled_1 {
    margin-top: -20px;
  }

  .footer_container {
    padding-right: 3%;
    padding-left: 3%;
  }

  .cta_container {
    padding-right: 3%;
    padding-left: 3%;
  }

  .cta_button_wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }

  .display_2 {
    max-width: 640px;
    font-size: 48px;
    line-height: 56px;
  }

  .display_1 {
    font-size: 40px;
    line-height: 48px;
  }

  .display_1.page_intro_title {
    margin-bottom: 24px;
  }

  .section_wrap {
    padding: 80px 3%;
  }

  .section_wrap.bg_img_b.feature_card {
    padding-top: 66.66vh;
    background-position: 0% 100%;
  }

  .section_wrap.pt_0 {
    padding-top: 0px;
  }

  .banner_link {
    margin-bottom: 32px;
  }

  .banner_main {
    width: 100%;
    padding-right: 32px;
    -ms-flex-order: 0;
    order: 0;
  }

  .banner_main.banner_main_show {
    width: 70%;
  }

  .banner_sidebar {
    width: 100%;
    margin-top: 16px;
    padding-right: 0px;
    -ms-flex-order: 0;
    order: 0;
  }

  .icon_links_wrap {
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .icon_links_wrap.center {
    -ms-flex-pack: center;
    justify-content: center;
  }

  .card_bordered,
  .contact_addresses .card_bordered,
  .card_bordered.card_narrow {
    width: 50%;
  }

  .col_80 {
    width: 100%;
    padding-right: 32px;
  }

  .article_card {
    width: 48%;
  }

  .card_title_link {
    font-size: 22px;
    line-height: 32px;
  }

  .pad_top_m {
    padding-top: 64px;
  }

  .mini_stat.one_third {
    padding-left: 16px;
    text-align: center;
  }

  .circle_img.right {
    margin-left: 7vw;
  }

  .statement_block {
    left: -2vw;
  }

  .feature_word {
    font-size: 56px;
    line-height: 56px;
  }

  .feature_word.mv_0.offset_2 {
    left: 24px;
  }

  .feature_word.mv_0.offset_5 {
    right: -48px;
  }

  .feature_word.red.mv_0.offset_3 {
    left: 32px;
  }

  .feature_word.blue.mv_0.offset_4 {
    right: -32px;
  }

  .feature_word.blue.mv_0.offset_1 {
    left: 80px;
  }

  .feature_word.green.mv_0.offset_6 {
    right: -24px;
  }

  .avatar_group_item.spotify_avatar {
    background-image: url("../images/Spotify_Icon.svg");
    background-size: 24px;
  }

  .avatar_group_item.podcasts_avatar {
    background-image: url("../images/Podcasts_Icon.svg");
    background-size: 24px;
  }

  .slider_item {
    width: 25%;
  }

  .slider_item.slider_item_6 {
    width: 25%;
  }

  .scroll_cue {
    right: 3%;
  }

  .hero_feature_graphic_1 {
    width: 35vw;
    margin-right: 32px;
  }

  .col_50 {
    width: 100%;
    padding-right: 32px;
  }

  .col_50.pr_0 {
    padding-right: 0px;
  }

  .network_graphic {
    margin-top: 64px;
  }

  .placeholder_reel {
    margin-top: 24px;
  }

  .case_study.marriot {
    padding-right: 40px;
    padding-left: 40px;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .case_study_image {
    width: 100%;
  }

  .case_study_detail {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 0px;
    padding-bottom: 32px;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .mini_stat_metric {
    margin-left: 8px;
    font-size: 18px;
  }


  .mini_stat_text {
    text-align: center;
  }

  .mini_stat_heading {
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 44px;
    line-height: 48px;
  }

  .partners {
    padding: 80px 3%;
  }

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

  .video_modal_content {
    padding: 32px;
  }

  .banner_logo {
    margin-top: 32px;
    padding-left: 0px;
  }

  .banner_logo.banner_logo_show {
    width: 25%;
  }

  .header_offset_pad {
    padding-top: 137px;
  }

  .header_offset_pad_2 {
    padding-top: 152px;
  }

  .mb_n16_tab {
    margin-bottom: -16px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
    line-height: 40px;
  }

  .form_element_wrap {
    margin-bottom: 16px;
  }

  .form_element_wrap.left_half {
    width: 100%;
    padding-right: 0px;
  }

  .form_element_wrap.right_half {
    width: 100%;
    padding-left: 0px;
  }

  .form_element_wrap.mv_0 {
    margin-bottom: 0px;
  }

  .s3_shadow {
    max-width: none;
    margin-right: 0px;
    margin-bottom: 25px;
  }

  .s1_shadow {
    max-width: none;
    margin-right: 0px;
    margin-bottom: 25px;
  }

  .s5_shadow {
    max-width: none;
    margin-bottom: 25px;
  }

  .colour_wrapper {
    width: 33%;
  }

  .colour_wrap {
    margin-bottom: 25px;
  }

  .shadow_wrap {
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .s2_shadow {
    max-width: none;
    margin-right: 0px;
    margin-bottom: 25px;
  }

  .s4_shadow {
    max-width: none;
    margin-right: 0px;
    margin-bottom: 25px;
  }

  .shadow_column {
    width: 33%;
  }

  .form_column {
    width: 100%;
  }

  .sg_button_wrap {
    width: 50%;
  }

  .form_wrap {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .avatar_wrap {
    width: 50%;
    margin-bottom: 30px;
  }

  .element_wrap_btm {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .hero_text {
    width: 400px;
    max-width: 100%;
    font-size: 17px;
    line-height: 24px;
  }

  .sg_heading_section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .block-quote {
    padding-right: 24px;
    padding-left: 24px;
    font-size: 24px;
  }

  .hero.hero_slim {
    padding-bottom: 48px;
  }

  .hero.hero_alt {
    padding-bottom: 48px;
  }

  .hero.hero_careers {
    padding-bottom: 48px;
  }

  .hero_body {
    max-width: 90%;
    margin-bottom: 48px;
    padding-bottom: 48px;
  }

  .hero_body.with_graphic {
    width: 800px;
    max-width: 90%;
  }

  .whistle_logo_white {
    width: 112px;
  }

  .main_nav_container {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .intro_title {
    font-size: 18px;
  }

  .cards_wrap_3 {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .card {
    width: 100%;
    min-height: 0px;
    margin-bottom: 35px;
  }

  .card:hover {
    transform: none;
  }

  .card.one_third {
    width: 100%;
  }

  .card.one_half {
    width: 100%;
  }

  .card.one_whole {
    width: 100%;
  }

  .button {
    padding: 6px 16px;
  }

  .button.button_tertiary.inline_cta_button {
    width: 50%;
  }

  .whistle_logo_black {
    width: 112px;
  }

  .stats_1 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .stat {
    width: 42%;
    margin-bottom: 16px;
  }

  .stat.stat_25 {
    width: 50%;
  }

  .col_60 {
    padding-right: 0px;
  }

  .col_40 {
    padding-right: 0px;
  }

  .lead {
    max-width: 460px;
    font-size: 17px;
    line-height: 24px;
  }

  .hero_title {
    margin-bottom: 16px;
  }

  .scroll_cue_link {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: block;
    margin-bottom: 0px;
    padding-top: 12px;
    padding-right: 0px;
    padding-bottom: 12px;
    font-size: 12px;
    line-height: 22px;
  }

  .scroll_cue_line {
    width: 100vw;
    height: 48px;
    margin-right: 0px;
  }

  .showreel_link {
    height: 32px;
    margin-top: 16px;
    margin-left: 0px;
    padding-left: 40px;
    background-size: 32px;
  }

  .hero_body_bottom {
    max-width: 100%;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .stats_group_mini {
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer_logo {
    width: 200px;
    margin-bottom: 24px;
  }

  .footer_column {
    padding-right: 0px;
    padding-left: 0px;
  }

  .footer {
    display: block;
    padding-top: 64px;
  }

  .contact_addresses {
    margin-top: 48px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .contact_address {
    width: 100%;
    margin-bottom: 16px;
    padding-right: 0px;
    padding-bottom: 24px;
    padding-left: 0px;
    border-bottom: 1px solid #efefef;
  }

  .contact_address.last {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom-style: none;
  }

  .accolades {
    display: block;
  }

  .accolades_logo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .accolades_image {
    width: 130px;
  }

  .footer_text {
    max-width: 460px;
    font-size: 17px;
    line-height: 24px;
  }

  .inline_cta_text {
    width: 40%;
  }

  .address {
    max-width: none;
  }

  .sub_footer {
    display: block;
  }

  .sub_footer_link {
    line-height: 28px;
  }

  .sub_footer_copy {
    width: 100%;
  }

  .separator {
    width: 200vw;
    margin-left: -50vw;
  }

  .separator.curved_1 {
    margin-left: -340px;
  }

  .separator.angled_1 {
    display: block;
    margin-top: -12px;
    margin-bottom: -1px;
  }

  .highlights_placeholder {
    display: none;
  }

  .filters.filters_right {
    margin-top: 48px;
  }

  .filter_button {
    height: 36px;
    padding: 6px 16px;
    font-size: 14px;
  }

  .filters_list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .filter_buttons.right {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .filters_list_item {
    line-height: 32px;
  }

  .contact_cta {
    display: -ms-flexbox;
    display: flex;
  }

  .cta_container {
    width: 100%;
    margin-top: 96px;
    margin-bottom: 96px;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .cta_title_wrap {
    max-width: 85%;
    padding-left: 0px;
  }

  .cta_button_wrap {
    margin-top: 24px;
    margin-left: 16px;
  }

  .crosses_overlay {
    top: -25px;
    width: 200px;
  }

  .brush_overlay {
    top: -101px;
  }

  .cta_bkg {
    background-position: 50% 50%;
    background-attachment: scroll;
  }

  .display_2 {
    max-width: 560px;
    font-size: 40px;
    line-height: 48px;
  }

  .display_1 {
    max-width: 460px;
    font-size: 34px;
    line-height: 44px;
  }

  .highlights_placeholder_mob {
    position: relative;
    left: -77.6vw;
    display: block;
    width: 234vw;
    max-width: none;
    margin-top: 32px;
  }

  .section_wrap {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .banner_main {
    padding-right: 0px;
  }

  .banner_main.banner_main_show {
    width: 100%;
  }

  .banner_sidebar {
    padding-right: 0px;
  }

  .card_bordered,
  .contact_addresses .card_bordered,
  .card_bordered.card_narrow {
    width: 100%;
  }

  .card_bordered.middle {
    border-width: 0px 1px;
  }

  .col_80 {
    padding-right: 0px;
  }

  .center.mb_48.pad_top_m {
    text-align: left;
  }

  .cards_container {
    -ms-flex-pack: center;
    justify-content: center;
  }

  .article_body {
    padding: 24px 32px;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .article_card {
    width: 100%;
    max-width: 400px;
    margin-bottom: 24px;
  }

  .date {
    font-size: 12px;
  }

  .card_title_link {
    font-size: 22px;
  }

  .pad_top_m {
    padding-top: 48px;
  }

  .job_card {
    width: 100%;
    margin-bottom: 24px;
  }

  .job_card_meta {
    margin-top: 16px;
    padding-left: 0px;
    text-align: left;
  }

  .job_card_body {
    padding: 24px 32px;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .circle_img_wrap {
    width: 35vw;
    height: 35vw;
  }

  .circle_img_border {
    width: 40vw;
    height: 40vw;
  }

  .circle_img {
    width: 40vw;
    height: 40vw;
  }

  .circle_img.right {
    margin-left: 0vw;
  }

  .statement_block {
    position: static;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .statement_words {
    position: static;
  }

  .feature_word {
    font-size: 9vw;
    line-height: 9vw;
  }

  .feature_word.mv_0.offset_2 {
    position: static;
  }

  .feature_word.mv_0.offset_5 {
    position: static;
  }

  .feature_word.red.mv_0.offset_3 {
    position: static;
  }

  .feature_word.blue.mv_0.offset_4 {
    position: static;
  }

  .feature_word.blue.mv_0.offset_1 {
    position: static;
  }

  .feature_word.green.mv_0.offset_6 {
    position: static;
  }

  .slider_item {
    width: 33.33%;
  }

  .slider_item.slider_item_6 {
    width: 33.333%;
  }

  .slider_item.slider_item_3 {
    width: 50%;
  }

  .slider_nav_button.prev {
    left: 8px;
    top: auto;
    right: auto;
    bottom: 0%;
  }

  .slider_nav_button.next {
    left: 64px;
    top: auto;
    right: auto;
    bottom: 0%;
  }

  .scroll_cue_arrow {
    position: relative;
    top: 1px;
    display: inline-block;
    margin-left: 8px;
    padding-top: 0px;
    transform: rotate(90deg);
    line-height: 1;
  }

  .scroll_cue {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0px;
  }

  .hero_feature_graphic_1 {
    left: 0px;
    top: 0vh;
    right: 0px;
    width: 70vw;
    height: 92vh;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
    opacity: 0.5;
    filter: brightness(50%) contrast(50%);
  }

  .col_50 {
    padding-right: 0px;
  }

  .network_graphic {
    margin-top: 48px;
  }

  .show_card {
    width: 100%;
    margin-bottom: 40px;
  }

  .slider {
    margin-top: 0px;
    padding-top: 48px;
    padding-bottom: 56px;
  }

  .case_study.marriot {
    padding: 32px;
  }

  .stats_group {
    width: 100%;
    margin-bottom: -16px;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .partners {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .shows.pad_top_m {
    margin-bottom: -40px;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .video_modal_content {
    padding: 16px;
  }

  .card_body {
    padding-right: 48px;
    padding-left: 48px;
  }

  .header_offset_pad {
    padding-top: 113px;
  }

  .header_offset_pad_2 {
    padding-top: 136px;
  }

  .mb_24_mob {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .s3_shadow {
    width: 100%;
  }

  .s1_shadow {
    width: 100%;
  }

  .colour_wrapper {
    width: 100%;
  }

  .s2_shadow {
    width: 100%;
  }

  .s4_shadow {
    width: 100%;
  }

  .shadow_column {
    width: 50%;
  }

  .sg_button_wrap {
    width: 100%;
  }

  .avatar_wrap {
    width: 100%;
  }

  .hero_text {
    width: auto;
  }

  .block-quote {
    padding-right: 16px;
    padding-left: 16px;
    font-size: 20px;
    line-height: 28px;
  }

  .hero_body {
    width: auto;
    max-width: 100%;
    margin-right: 8px;
    margin-left: 8px;
    padding-right: 3%;
  }

  .hero_body.with_graphic {
    width: auto;
    max-width: 100%;
  }

  .main_nav_links {
    box-shadow: none;
  }

  .nav01_icon_burger {
    color: #fff;
    font-size: 28px;
  }

  .whistle_logo_white {
    width: 96px;
    margin-left: 8px;
  }

  .content_wrap {
    padding-right: 8px;
    padding-left: 8px;
  }

  .button.button_tertiary.inline_cta_button {
    width: auto;
  }

  .button.button_white.ml_24 {
    margin-left: 0px;
  }

  .whistle_logo_black {
    width: 96px;
  }

  .stat {
    width: 100%;
  }

  .stat.last {
    margin-bottom: 0px;
  }

  .stat.stat_25 {
    width: 176px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .stat_heading {
    font-size: 36px;
    line-height: 40px;
  }

  .stat_text {
    font-size: 13px;
  }

  .scroll_cue_link {
    font-size: 11px;
  }

  .scroll_cue_line {
    height: 48px;
  }

  .stat_metric {
    line-height: 40px;
  }

  .stat_number {
    font-size: 36px;
    line-height: 40px;
  }

  .stats_group_mini {
    margin-bottom: -16px;
    padding-left: 0px;
  }

  .grunge_texture_1 {
    background-image: url("../images/Grunge_5.svg"), url("../images/Grunge_5.svg");
    background-position: 30% 130%, 100% 0%;
    background-size: 780px, 780px;
    background-repeat: no-repeat, no-repeat;
    background-attachment: scroll, scroll;
  }

  .footer_social_wrap {
    padding-right: 8px;
    padding-left: 8px;
  }

  .slider_mask {
    width: 100%;
  }

  .accolades {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .accolades_logo_wrap {
    padding-right: 8px;
    padding-left: 8px;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .accolades_logo {
    width: 132px;
    margin-bottom: 8px;
    padding-right: 4px;
    padding-left: 4px;
  }

  .accolades_image {
    width: 100px;
  }

  .inline_cta.footer_careers_cta {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .inline_cta_text {
    width: auto;
    max-width: 100%;
    margin-bottom: 16px;
  }

  .logo_group_image.whistle {
    width: 80px;
  }

  .logo_group_image.vertical {
    width: 40px;
  }

  .logo_group_image.newform {
    width: 80px;
  }

  .logo_group_image.placeholder_logo {
    width: 40px;
  }

  .logo_group {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .logo_group.footer_logo_group {
    margin-bottom: 64px;
  }

  .footer_bottom {
    padding-right: 8px;
    padding-left: 8px;
  }

  .sub_footer_wrap {
    padding-right: 8px;
    padding-left: 8px;
  }

  .separator {
    width: 1600px;
    margin-left: -450px;
  }

  .separator.curved_1 {
    width: 960px;
    margin-top: -32px;
    margin-bottom: -32px;
  }

  .separator.angled_1 {
    margin-top: -20px;
  }

  .filter_button {
    width: 50%;
    min-width: 50%;
    font-size: 13px;
  }

  .filters_list {
    margin-top: 16px;
  }

  .filter_buttons {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .filter_buttons.right {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }

  .filters_list_item {
    width: 100%;
    margin-right: 0px;
    border-bottom: 1px solid #efefef;
    line-height: 32px;
    text-align: center;
  }

  .filters_list_item.close {
    border-bottom-style: none;
  }

  .cta_container {
    padding-left: 0px;
  }

  .cta_title_wrap {
    max-width: 90%;
  }

  .display_2 {
    max-width: 100%;
    font-size: 36px;
    line-height: 44px;
  }

  .display_1 {
    max-width: 100%;
    font-size: 30px;
    line-height: 40px;
  }

  .highlights_nav_sm {
    display: block;
    margin-top: 32px;
    text-align: center;
  }

  .highlights_nav_lg {
    display: none;
    text-align: center;
  }

  .highlights_placeholder_mob {
    margin-top: 24px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .section_wrap.bg_img_b.feature_card {
    padding-top: 33.33vh;
  }

  .button_group {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card_bordered {
    padding-right: 25px;
    padding-left: 25px;
  }

  .icon_link_text {
    display: inline;
  }

  .article_body {
    padding-right: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
  }

  .card_title_link {
    font-size: 18px;
    line-height: 28px;
  }

  .mini_stat.one_third {
    width: 100%;
    margin-bottom: 16px;
  }

  .job_card_body {
    padding: 16px;
  }

  .circle_img_wrap {
    width: 80vw;
    height: 80vw;
  }

  .circle_img_border {
    width: 90vw;
    height: 90vw;
  }

  .circle_img_border.order_2_mob {
    -ms-flex-order: 1;
    order: 1;
  }

  .circle_img {
    width: 90vw;
    height: 90vw;
  }

  .statement_block {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .statement_words {
    width: 100%;
    margin-bottom: 24px;
  }

  .statement_words.order_1_mob {
    -ms-flex-order: -1;
    order: -1;
  }

  .feature_word {
    max-width: 100%;
    font-size: 16vw;
    line-height: 16vw;
  }

  .slider_item {
    width: 50%;
  }

  .slider_item.slider_item_6 {
    width: 50%;
  }

  .slider_item.slider_item_3 {
    width: 100%;
  }

  .scroll_cue_arrow {
    margin-left: 4px;
  }

  .whistle_tv_feature_logo {
    width: 70vw;
    margin-top: -23vh;
  }

  .network_graphic {
    margin-top: 40px;
  }

  .grunge_texture_2 {
    background-image: url("../images/Grunge_7.svg"), url("../images/Grunge_7.svg");
    background-position: 30% 130%, 100% 0%;
    background-size: 780px, 780px;
    background-repeat: no-repeat, no-repeat;
    background-attachment: scroll, scroll;
  }

  .placeholder_reel {
    margin-top: 16px;
  }

  .show_card {
    margin-bottom: 24px;
  }

  .case_study.marriot {
    padding: 24px 16px;
  }

  .mini_stat_metric {
    line-height: 40px;
  }

  .mini_stat_number {
    font-size: 36px;
    line-height: 40px;
  }

  .mini_stat_heading {
    font-size: 36px;
    line-height: 40px;
  }

  .stats_group {
    padding-left: 0px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .shows.pad_top_m {
    margin-bottom: -24px;
  }

  .video_modal_content {
    padding: 8px;
  }

  .checklist_item.half {
    width: 100%;
  }

  .card_body {
    padding-right: 32px;
    padding-left: 32px;
  }

  .mb_16_mob {
    margin-bottom: 16px;
  }
}

/**
 * Swiper 5.3.8
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 24, 2020
 */

@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -ms-flex-align: start;
  align-items: flex-start;
  transition-property: transform, height;
}


/* a11y */

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

.nav01_icon_burger {
  color: #fff;
}

.scrolled .nav01_icon_burger {
  color: #1d1c1d;
}

.scrolled {
  color: #1d1c1d;
}

.w-nav-overlay .main_nav_links a {
  text-align: center;
  color: #1d1c1d;
  padding-top: 15px;
  padding-bottom: 15px;
}

.w-nav-overlay .main_nav_links a.w--current {
  color: #1d1c1d !important;
  text-decoration: underline;
}

  body.scrolled .main_nav_link.w--current,
  body.scrolled .main_nav_link_top.w--current {
      color: #1d1c1d !important;
  }
  body.scrolled .header > .main_nav {
    background-color: #FFFFFF;
    border-width: 0;
    box-shadow: 16px 14px 40px 0 rgba(118, 126, 173, 0.08);
  }
  body.scrolled .header .main_nav_container {
    padding-top: 0;
    padding-bottom: 0;
  }

  body.scrolled .header .whistle_logo_white {
    opacity: 0;
  }
  body.scrolled .header .whistle_logo_black {
    opacity: 1;
    z-index: 2;
  }
  body.scrolled .header > .main_nav a {
    color: #1d1c1d;
  }

.icon_link_icon {
  overflow: hidden;
  text-indent: -99000px;
}

.slider_card_avatar {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bar.is_green {
  background-color: #17d750;
}

.bar.is_red {
  background-color: #e63250;
}

.fitVids-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  width: 100%;
}

.fitVids-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none !important;
}

.video_modal_embed_wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.w-embed-youtubevideo {
  background: transparent;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.w-embed-youtubevideo video {
  width: 100%;
}

@media (min-width: 992px) {
  html.w-mod-js:not(.w-mod-ix) [data-w-id="523584fe-cdb9-d32c-9a1c-ae186d549be1"] {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0DEG) skew(0, 0);
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  html.w-mod-js:not(.w-mod-ix) [data-w-id="523584fe-cdb9-d32c-9a1c-ae186d549be1"] {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0DEG) skew(0, 0);
  }
}

.w-form-fail {
  display: block;
  line-height: 2rem;
}

.w-form-done {
  display: block;
}

.slider_card_image {
  border: 1px solid rgba(29, 28, 29, 0.2);
}

.custom_avatar {
  background-color: transparent;
  background-size: 100% 100%;
}

.swiper-container {
  background: #fff;
}

.swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  border-top: 20px solid #fff;
  background: transparent;
}

@media screen and (min-width: 480px) {
  .slick-track {
     margin: 0 -10px;
  }
}

.slick-slide {
  margin: 0px 10px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  overflow: hidden;
  margin-top: 20px;
}

@media screen and (min-width: 767px) {
  .swiper-slide {
    width: calc((100% + 20px) / 4);
  }
}

.swiper-wrap {
  background-color: #fff;
}

.swiper-slide-duplicate {
  background-color: #e63250 !important;
  background-image: none !important;
}

.filters_list {
  display: none;
  height: 0;
  margin-top: 1rem;
  padding-left: 1.6rem;
}

.filters_list .filters_list_item {
  cursor: hover;
  transition: 0.2s all;
}

.filters_list .filters_list_item:hover {
  color: #e63250;
}

.filters_list .filters_list_item.close {
  top: 1px;
}

.filters_list.active {
  height: auto;
  transition: all 1s ease;
}

.filters_list.active {
  transition: all 1s ease;
  display: block;
}

.button[disabled] {
  border-color: #efefef;
  color: #efefef;
}

.button[disabled]:hover {
  background: #fff;
  color: #efefef;
}

.skip {
  position: absolute;
  top: -1000px;
  left: -1000px;
  height: 1px;
  width: 1px;
  text-align: left;
  overflow: hidden;
}

a.skip:active,
a.skip:focus,
a.skip:hover {
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  overflow: visible;
}

.cta_button_wrap .button.button_secondary.alt {
  background-color: white;
}

.cta_button_wrap .button.button_secondary.alt:hover {
  background-color: rgba(255, 255, 255, 0.6);
  color: #1d1c1d;
}

.network_graphic_wrap .text-container {
  position: absolute;
  top: 55%;
  left: 55%;
  z-index: 10;
  text-align: center;
  transform: translate(-50%, -50%);
}

.network_graphic_wrap .text-container h3 {
  margin-bottom: 0px;
  font-size: 18px;
  margin-top: 0;
  color: #404040;
}

.network_graphic_wrap .text-container p {
  margin: 0;
  padding: 0;
  color: #404040;
  font-size: 9px;
  line-height: normal;
}

@media (min-width: 480px) {
  .network_graphic_wrap .text-container h3 {
    margin-bottom: 7px;
    font-size: 32px;
  }

  .network_graphic_wrap .text-container p {
    font-size: 12px;
  }
}

.mixitup-control-active {
  color: #e63250;
}

@media (min-width: 767px) and (max-width: 992px) {
  .stats_group {
    -ms-flex-pack: center;
    justify-content: center;
  }

  .stat {
    margin-bottom: 16px;
  }
}

.col_66 {
  width: 100%;
  position: relative;
}

@media (min-width: 767px) {
  .col_66 {
    width: 50%;
    padding-right: 48px;
  }
}

@media (min-width: 992px) {
  .col_66 {
    position: relative;
    width: 66%;
  }
}

.col_33 {
  width: 100%;
  position: relative;
}

@media (min-width: 767px) {
  .col_33 {
    width: 33%;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}

@media (min-width: 992px) {
  .col_33 {
    position: relative;
    width: 33%;
  }
}

@media (min-width: 767px) {
  .cols {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.insights_sub .intro_title.bar {
  margin-top: 0;
}

.insights_sub ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.insights_sub ul li {
  line-height: 24px;
  margin-bottom: 10px;
}

.insights_sub ul li a {
  display: inline-block;
  position: relative;
  transition: 0.2s all;
}

.insights_sub ul li a::after {
  height: 1px;
  display: block;
  content: '';
  background-color: #efefef;
  bottom: 0;
  left: 0;
  width: 100%;
}

.insights_sub ul li a:hover {
  color: #E6324E;
}

.insights_sub ul li a:hover::after {
  background-color: #E6324E;
}

.card_link {
  display: block;
  width: 100%;
}

.mixed_out {
  display: none !important;
}

/* Hannah */
.card.card_feature_left {
  background-color: rgba(255, 255, 255, 0.6);
}

.card.card_feature_left:hover {
  transform: none;
}

.section_wrap.bg_img_e.feature_card {
  /* background-image: url("../images/Red_Bull_wave.jpg"); */
  background-image: url("../images/listening_couple-op.jpg");
  background-position: 80% 20%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}


/* End of Hannah */

.whistle_tv_feature_logo {
  position: relative;
  margin: 0px auto 40px auto;
}

.card.card_feature_left .cta_button_wrap {
  flex-direction: row;
  justify-content: left;
}

.podcast_card .avatar_group {
  margin-top: 16px;
}

.podcast_card .avatar_group a {
  text-indent: -9000px;
  transition: opacity 0.2s ease;
}

.podcast_card .avatar_group a:hover {
  opacity: 0.8;
}

@media (max-width: 767px) {
  .card.card_feature_left .cta_button_wrap a {
    width: 100%;
  }

  .card.card_feature_left .cta_button_wrap a:first-child {
    margin-bottom: 16px;
  }
}

@media (min-width: 767px) {
  .card.card_feature_left {
    float: none;
  }

  .card.card_feature_left .cta_button_wrap a:first-child {
    width: auto;
    margin-right: 16px;
  }

  .cta_button_wrap {
    margin-right: 0;
    padding: 0;
  }

  .show_card .show_card_detail_top img {
    display: none;
  }

  .show_card .mini_stat {
    width: auto;
  }
}

@media (min-width: 992px) {
  .whistle_tv_feature_logo {
    position: absolute;
    left: 5vw;
    top: 0px;
    bottom: 0px;
    margin-top: auto;
    margin-bottom: auto;
    opacity: 0.8;
  }

  .whistle_podcast_feature_logo {
    left: auto;
    right: 5vw;
  }

  .show_card .show_card_detail_top img {
    display: block;
  }
}

.show_card_2 .mini_stat {
  width: auto;
}

.video_wrap {
  padding-bottom: 48px;
}

.agency_wrap .bg_blue {
  background-color: #2850FF;
}

.agency_wrap .bar {
  background-color: #2850FF;
}

.agency_wrap .bg_red {
  background-color: #E93C0C;
}

.agency_wrap .bg_green {
  background-color: #05C793;
}

.agency_wrap .mini_stat_text.red {
  color: #E93C0C;
}

.agency_wrap .button {
  border-color: #2850FF;
}

.agency_highlight .emphasis_red {
  color: #E93C0C;
}

.agency_highlight .bar_red {
  background-color: #E93C0C;
}

.hero_background_image_agency {
  background-image: url("../images/baseball-bg.jpg");
}

.magnet_logo {
  margin-bottom: 24px;
  width:   80%;
}

@media screen and (min-width: 480px) {
  .hero_background_image_agency {
    background-image: url("../images/baseball-bg-desktop.jpg");
  }
  .magnet_logo {
    width: 250px;
  }

}

@media screen and (min-width: 768px) {
  .magnet_logo {
    display: none;
  }
}
