/*Breakpoints (bp)*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*Vendor*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -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;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[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;
}

.slick-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  padding-right: 1rem;
  padding-left: 1rem;
  opacity: 0;
  transition: all 0.15s ease;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

@media only screen and (min-width: 48rem) {
  .slick-slider:hover .slick-arrow {
    opacity: 1;
  }
}

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: 0.1s;
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s;
}

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: 0.15s;
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: 0.15s;
}

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: 0.2s;
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: 0.2s;
}

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: 0.25s;
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: 0.25s;
}

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: 0.3s;
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: 0.3s;
}

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: 0.35s;
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: 0.35s;
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: 0.4s;
}

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: 0.45s;
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: 0.45s;
}

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s;
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: 0.5s;
}

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: 0.55s;
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: 0.55s;
}

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: 0.6s;
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: 0.6s;
}

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: 0.65s;
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: 0.65s;
}

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: 0.7s;
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: 0.7s;
}

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: 0.75s;
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: 0.75s;
}

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.8s;
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: 0.8s;
}

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: 0.85s;
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: 0.85s;
}

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: 0.9s;
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: 0.9s;
}

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: 0.95s;
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: 0.95s;
}

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}

[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0);
}

[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0);
}

[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0);
}

[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0);
}

[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0);
}

[data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0);
}

[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0);
}

[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0);
}

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1);
}

[data-aos=zoom-in] {
  transform: scale(0.6);
}

[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos=zoom-out] {
  transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2);
}

[data-aos^=slide][data-aos^=slide] {
  transition-property: transform;
}

[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translateZ(0);
}

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0);
}

[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform;
}

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg);
}

[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg);
}

[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg);
}

[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg);
}

[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

/*GLOBAL*/
.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

/*HTML defaults*/
a {
  color: #3498db;
  text-decoration: none;
}

.red-link {
  color: #f00 !important;
  transition: opacity 0.2s ease-in-out;
}
.red-link:hover {
  opacity: 0.75;
}
.red-link:hover::after {
  transform: translateX(6px);
}
.red-link::after {
  content: ">>";
  display: inline-block;
  padding-left: 4px;
  transition: transform 0.2s ease-in-out;
}

.blockquote,
blockquote {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 0.5rem 0 0 0;
  padding: 3.75rem 1.75rem;
  font-size: 1.25rem;
  line-height: 1.6;
  background-color: #f4f4f4;
}
.blockquote::before,
blockquote::before {
  content: "";
  position: absolute;
  top: -0.5rem;
  left: 4px;
  display: block;
  height: 2.4375rem;
  width: 2.6875rem;
  background: transparent url(../images/static/quote.svg) center center no-repeat;
}
.blockquote cite,
blockquote cite {
  font-size: 1rem;
}

.blockquote--sm {
  padding: 3rem 1.75rem;
  font-size: 0.875rem;
}
.blockquote--sm cite {
  font-size: 0.875rem;
  font-weight: 400;
}

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

.blockquote--avatar {
  align-items: center;
  margin-top: 2.5rem;
  text-align: center;
}
.blockquote--avatar .avatar {
  position: absolute;
  top: -37px;
  left: 50%;
  margin-left: -37px;
}

.blockquote--no-quote::before {
  background: none;
}

.checkbox label,
.radio label {
  margin-left: 8px;
  margin-bottom: 0;
  font-weight: 400;
}

cite {
  display: block;
  margin-top: 0.75rem;
}

footer {
  margin-top: 2rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #fff;
  font-size: 0.875rem;
  background-color: #58595b;
}
@media only screen and (min-width: 64rem) {
  footer {
    margin-top: 6.25rem;
  }
}
footer a {
  color: inherit;
}
footer p {
  margin-bottom: 0;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}

.footer__logo {
  display: inline-block;
  height: 2.4375rem;
  margin-bottom: 1.5rem;
  width: 8.6875rem;
  background: url(../images/static/logo-white.svg) center center no-repeat;
  background-size: cover;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

@media only screen and (min-width: 64rem) {
  .footer__inner {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
    gap: 1rem;
  }
}

.footer__links__title {
  margin-bottom: 1rem;
  font-weight: 800;
  font-size: 0.75rem;
  line-height: 0.875rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media only screen and (min-width: 64rem) {
  .footer__links__title {
    margin-bottom: 0.5rem;
  }
}

.footer__links {
  display: grid;
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 0;
  list-style-type: none;
}
@media only screen and (min-width: 64rem) {
  .footer__links {
    margin-bottom: 0;
  }
}
.footer__links + .footer__links__title {
  margin-top: 16px;
}
.footer__links a {
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #ffffff;
}
.footer__links a:hover {
  opacity: 0.75;
}
.footer__links li {
  line-height: normal;
}

.footer__social {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

a[class^=footer__social-] {
  display: inline-block;
  height: 2rem;
  margin-right: 0.5rem;
  width: 2rem;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
a[class^=footer__social-]:hover {
  opacity: 0.75;
}

.footer__social-facebook {
  background: url(../images/static/social-facebook.svg);
  background-size: cover;
}

.footer__social-twitter {
  background: url(../images/static/social-twitter.svg);
  background-size: cover;
}

.footer__social-linkedin {
  background: url(../images/static/social-linkedin.svg);
  background-size: cover;
}

.footer__social-instagram {
  background: url(../images/static/social-instagram.svg);
  background-size: cover;
}

.footer__social-youtube {
  background: url(../images/static/social-youtube.svg);
  background-size: cover;
}

.footer__social-apple {
  background: url(../images/static/social-apple.svg);
  background-size: cover;
}

.footer-ctas {
  display: grid;
  gap: 46px;
}

.footer-cta__btn {
  display: inline-block;
  padding: 0.5rem 1.125rem;
  border: 1px solid #fff;
}

.footer-cta__description {
  margin-bottom: 0.5rem;
}

.footer-copyright {
  margin-bottom: 1rem;
}

h1,
h2,
h3,
h4,
h6 {
  font-weight: 300;
}

h1 {
  font-size: 1.5rem;
}
@media only screen and (min-width: 64rem) {
  h1 {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 80rem) {
  h1 {
    font-size: 5rem;
  }
}

h2 {
  margin-top: 0;
  margin-bottom: 1.125rem;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.25rem;
}
@media only screen and (min-width: 64rem) {
  h2 {
    font-size: 2.5rem;
    line-height: 2.875rem;
  }
}

h3 {
  margin-top: 0;
  font-size: 1rem;
}
@media only screen and (min-width: 64rem) {
  h3 {
    font-size: 1.875rem;
  }
}

h4 {
  margin-top: 0;
  font-size: 0.875rem;
}
@media only screen and (min-width: 48rem) {
  h4 {
    font-size: 1.25rem;
  }
}

h5 {
  margin-top: 0;
  font-size: 1rem;
}

h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  color: #5c5d60;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

h6 + h2 {
  margin-top: 0.5rem;
}

.input:not(div) {
  height: 3.4375rem;
  padding-right: 1rem;
  padding-left: 1rem;
  width: 100%;
  font-size: 0.875rem;
  border: 0.0625rem solid #e6e6e6;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

label,
.label {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 700;
}

.red-label,
.grey-label {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 800;
  font-size: 0.75rem;
  line-height: 0.875rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.red-label {
  color: #ff4141;
}

.grey-label {
  color: #58595b;
}

p {
  margin-top: 0;
  font-weight: 500;
  line-height: 1.6;
}

.p--lg {
  margin-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.9;
}
@media only screen and (min-width: 80rem) {
  .p--lg {
    margin-bottom: 3rem;
    font-size: 1rem;
  }
}

h2 + .p--lg {
  margin-top: 0;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 80rem) {
  h2 + .p--lg {
    margin-top: 0;
    margin-bottom: 2rem;
  }
}

li {
  line-height: 1.6;
}

section {
  margin-top: 2.5rem;
}
@media only screen and (min-width: 48rem) {
  section {
    margin-top: 5rem;
  }
}

.section-with-cards {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
}
.section-with-cards .blockquote--avatar {
  margin-top: 0;
}
.section-with-cards .card__img {
  position: relative;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-with-cards .card__img:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 66.7567567568%;
}
.section-with-cards.grid-3 .card {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 48rem) {
  .section-with-cards.grid-3 .card {
    margin-bottom: 0;
  }
}

.select {
  position: relative;
  background: #fff url(../images/static/select-arrow.svg) right 0.625rem center no-repeat;
  border: 0.0625rem solid #e6e6e6;
}

select {
  padding-right: 1rem;
  padding-left: 1rem;
  width: 100%;
  font-size: 0.875rem;
  background-color: transparent;
  border: 0;
  appearance: none;
}
select::-ms-expand {
  display: none;
}

textarea {
  padding: 1rem;
  width: 100%;
  border: 1px solid #e6e6e6;
}

/* Typography */
/* Nav */
.nav-label, .nav-label--extra-bold {
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
  text-transform: lowercase;
}

.nav-label--extra-bold {
  font-size: 14px;
  font-weight: 800;
  line-height: 16px;
  text-transform: uppercase;
}

/* Hero */
.hero-heading, .wwd-main-hero #hero-heading, .hero-heading--bold {
  font-size: 54px;
  line-height: 1.15;
  font-style: normal;
  font-weight: 400;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
@media (min-width: 64rem) {
  .hero-heading, .wwd-main-hero #hero-heading, .hero-heading--bold {
    font-size: 76px;
    line-height: 1.15;
  }
}
.hero-heading strong, .wwd-main-hero #hero-heading strong, .hero-heading--bold strong {
  font-weight: 800;
}

.hero-heading--bold {
  font-weight: 800;
}

.hero-subheading {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
@media (min-width: 64rem) {
  .hero-subheading {
    font-size: 28px;
    line-height: 32px;
  }
}

/* Major Intro */
.major-intro, .wwd-large-copy, .wwd-large-copy p, .intro-text p, .home-intro p, .connect-intro p, .major-intro--bold {
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.15;
}
@media (min-width: 64rem) {
  .major-intro, .wwd-large-copy, .wwd-large-copy p, .intro-text p, .home-intro p, .connect-intro p, .major-intro--bold {
    font-size: 40px;
  }
}

.major-intro--bold {
  font-weight: 700;
}

/* HEADING */
.heading {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.15;
}
@media (min-width: 64rem) {
  .heading {
    font-size: 40px;
  }
}

.subheading {
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.5;
  text-transform: uppercase;
}
@media (min-width: 64rem) {
  .subheading {
    font-size: 30px;
  }
}

.block-heading {
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
@media (min-width: 64rem) {
  .block-heading {
    font-size: 30px;
  }
}

.minor-heading {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.img-heading, .wwd-main-hero .instruction-text {
  font-size: 18px;
  line-height: 1.15;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

/* Eyebrow */
.eyebrow {
  color: #58595b;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  line-height: 14px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

/* Text */
.featured-text {
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.body-text, .wwd-main-hero .hero-text, .podcast-entry__related-content .two-col p, .body-text--bold, .body-text--tight {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  color: #58595b;
}

.body-text--tight {
  line-height: 24px;
}

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

.accent-text {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}

.sm-body-text, .wwd-sp-flex .img-grid .item .overlay-full p, .sm-body-link, .wwd-sp-flex .img-grid .item .overlay-full a, .sm-body-text--bold {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}

.sm-body-text--bold {
  font-weight: 600;
}

/* Links */
.sm-body-link, .wwd-sp-flex .img-grid .item .overlay-full a {
  font-weight: 400;
}

.sm-link {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.footer-link {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}

.btn-text {
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
  line-height: 38px;
  letter-spacing: 2.6px;
  text-transform: uppercase;
}

.caption {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

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

.text-grey {
  color: #58595b;
}

/*Custom*/
.about-brand-categories {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  padding: 3.25rem 5rem;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.15);
}
@media only screen and (min-width: 64rem) {
  .about-brand-categories {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 5.625rem;
  }
}

@media only screen and (min-width: 64rem) {
  .about-brand-category {
    width: 26%;
  }
}
.about-brand-category:first-child {
  width: 100%;
}
.about-brand-category:first-child .about-brand-category__logos {
  gap: 1rem;
}
@media only screen and (min-width: 64rem) {
  .about-brand-category:first-child .about-brand-category__logos {
    gap: 0;
    flex-direction: row;
    justify-content: space-between;
  }
}
.about-brand-category img {
  width: 100%;
  filter: grayscale(100%) contrast(0%);
  transition: all 0.3s ease-out;
}
.about-brand-category img:hover {
  filter: none;
}

.about-brand-category__heading {
  color: #c9aa50;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.125rem;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (min-width: 64rem) {
  .about-brand-category__heading {
    font-size: 1.375rem;
  }
}

.about-brand-category__logos {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.about-brands {
  padding: 1.5rem 1rem;
  padding: 2.625rem;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.15);
}
@media only screen and (min-width: 48rem) {
  .about-brands {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 48rem) {
  .about-brands > div:nth-child(1) {
    width: 32%;
  }
}

.about-brands__logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 48rem) {
  .about-brands__logos {
    width: 65%;
  }
}
.about-brands__logos a {
  margin-bottom: 1rem;
  width: 45%;
}
@media only screen and (min-width: 48rem) {
  .about-brands__logos a {
    width: 20%;
  }
}
@media only screen and (min-width: 48rem) {
  .about-brands__logos a:nth-child(1) {
    width: 18%;
  }
}
.about-brands__logos img {
  max-width: 100%;
}

.about-clients {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background-color: #f4f4f4;
}

.about-clients__headings {
  margin-top: 0;
  color: #b5b5b5;
  text-align: center;
  text-transform: uppercase;
}

.about-clients__headings--heading {
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.125rem;
}

.about-clients__headings--subheading {
  margin-bottom: 3.75rem;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.0625rem;
}

.about-clients__logos {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 64rem) {
  .about-clients__logos {
    flex-direction: row;
    gap: 2rem;
  }
}
.about-clients__logos > div {
  display: flex;
  align-items: center;
  align-self: center;
  justify-content: center;
  flex: 1;
  width: 212px;
}
@media (min-width: 64rem) {
  .about-clients__logos > div {
    width: auto;
  }
}
.about-clients__logos img {
  max-width: 100%;
}

.about-description__heading {
  margin-top: 8.25rem;
  margin-bottom: 3rem;
  font-size: 1.875rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.0625rem;
}

.about-description__body {
  margin-bottom: 3rem;
  color: #a6aaad;
  font-size: 1.625rem;
}
.about-description__body strong {
  color: #58595b;
}

.about-leaders {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about-leaders > div {
  margin-bottom: 1rem;
  width: 100%;
}
@media only screen and (min-width: 48rem) {
  .about-leaders > div {
    display: flex;
    flex-direction: column;
    width: 49%;
  }
}
@media only screen and (min-width: 64rem) {
  .about-leaders > div {
    margin-bottom: 2rem;
    width: 23%;
  }
}

.about-leaders__centered {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.about-leaders__centered > div {
  margin-bottom: 1rem;
  width: 100%;
}
@media only screen and (min-width: 48rem) {
  .about-leaders__centered > div {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    display: flex;
    flex-direction: column;
    width: 49%;
  }
}
@media only screen and (min-width: 64rem) {
  .about-leaders__centered > div {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    margin-bottom: 2rem;
    width: 17.9375rem;
  }
}

.about-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about-list > div {
  position: relative;
  margin-bottom: 1rem;
  width: 100%;
}
@media only screen and (min-width: 48rem) {
  .about-list > div {
    display: flex;
    width: 49%;
  }
}
@media only screen and (min-width: 64rem) {
  .about-list > div {
    width: 32.3333333333%;
  }
}
.about-list .about-list__inner {
  padding: 1.25rem;
  border: 1px solid #f4f4f4;
}
.about-list h4 {
  color: #ff4141;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.about-list p {
  margin-bottom: 0;
}

.about-stats {
  margin-top: 5.625rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background-color: #f4f4f4;
}

.about-stats__heading {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
}

.about-stats__inner {
  display: grid;
  gap: 1rem;
}
@media only screen and (min-width: 64rem) {
  .about-stats__inner {
    grid-template-columns: repeat(3, 1fr);
  }
}

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

.about-stats__amount {
  font-size: 3rem;
  font-weight: 500;
}

.about-stats__label {
  margin-top: 0.125rem;
  font-size: 1.625rem;
  font-weight: 500;
  text-transform: uppercase;
}

.about-stats__link {
  display: inline-block;
  margin-top: 2rem;
  color: #ff4141;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
  font-size: 0.9375rem;
  font-weight: 700;
}

.about-subpages {
  display: grid;
  gap: 90px;
}
@media (min-width: 64rem) {
  .about-subpages {
    grid-template-columns: repeat(3, 1fr);
  }
}

.about-subpage a {
  color: #58595b;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  padding: 10px 50px;
  display: block;
}

.about-subpage__image-wrapper {
  position: relative;
  overflow: hidden;
}
.about-subpage__image-wrapper:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.about-subpage__image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  object-fit: cover;
  height: 100%;
  object-position: center;
  transition: transform 0.3s ease-out;
}
.about-subpage__image-wrapper img:hover {
  transform: scale(1.1);
}

.arch-sol-benefits {
  margin-top: 3rem;
  padding: 2rem;
  background-color: #f4f4f4;
}
.arch-sol-benefits .slick-dots {
  position: static;
}
.arch-sol-benefits .slick-dots li button {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

@media only screen and (min-width: 64rem) {
  .arch-sol-benefits__slide.slick-slide {
    display: flex;
  }
}
.arch-sol-benefits__slide.slick-slide > * {
  flex: 1;
}

.arch-sol-benefits__slide-img img {
  width: 100%;
}

.arch-sol-benefits__slide-text {
  align-self: center;
  padding: 2rem;
}
.arch-sol-benefits__slide-text p {
  margin-bottom: 0;
}

.arch-sol-carousel .slick-arrow,
.arch-sol-benefits .slick-arrow {
  transform: translateY(-50%);
}

.arch-sol-carousel__slide {
  position: relative;
  display: flex;
  justify-content: center;
  height: 26.25rem;
  background-position: center center;
  background-size: cover;
}

.arch-sol-carousel__slide-description {
  position: absolute;
  z-index: 1;
  bottom: 1rem;
  right: 1rem;
  left: 1rem;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.5490196078);
}
.arch-sol-carousel__slide-description p {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}

.arch-sol-section-intro {
  text-align: center;
}

.area-of-work__content .card {
  align-self: start;
}

.anchor-nav {
  display: none;
}
@media only screen and (min-width: 64rem) {
  .anchor-nav {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 1rem;
    background-color: #f4f4f4;
  }
}
.anchor-nav a,
.anchor-nav div {
  flex: auto;
  padding: 1rem 2rem;
  color: #292929;
  font-size: 13px;
  text-align: center;
}
.anchor-nav a:not(:last-child):not(div),
.anchor-nav div:not(:last-child):not(div) {
  border-right: 1px solid #e6e6e6;
}

.avatar {
  flex-shrink: 0;
  height: 78px;
  width: 78px;
  overflow: hidden;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.15);
}
.avatar img {
  width: 100%;
}

.avatar-name {
  font-size: 14px;
}

.avatar-position {
  font-size: 12px;
  font-style: italic;
}

b,
strong {
  font-weight: 700;
}

.basic-header {
  margin-bottom: 3rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f4f4f4;
}
.basic-header h2 {
  margin-bottom: 0;
}

.basic-hero {
  position: relative;
  padding-bottom: 107.79%;
  overflow: hidden;
  color: #fff;
  background-color: #f4f4f4;
}
@media only screen and (min-width: 64rem) {
  .basic-hero {
    padding-bottom: 35.93%;
  }
}
.basic-hero.with-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.basic-hero.short {
  padding-bottom: 23.9533333333%;
}
.basic-hero.short img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.basic-hero > img, .basic-hero > video {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.basic-hero > img.hero-image--desktop, .basic-hero > video.hero-image--desktop {
  display: none;
}
@media only screen and (min-width: 64rem) {
  .basic-hero > img.hero-image--mobile, .basic-hero > video.hero-image--mobile {
    display: none;
  }
  .basic-hero > img.hero-image--desktop, .basic-hero > video.hero-image--desktop {
    display: block;
  }
}

@media only screen and (max-width: 64rem) {
  .basic-hero--wwd {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.basic-hero--landing-pages {
  position: relative;
  margin-top: -4rem;
  padding-bottom: 51.5625%;
  padding-top: 4rem;
}
@media only screen and (min-width: 48rem) {
  .basic-hero--landing-pages {
    margin-top: -6.875rem;
    padding-top: 6.875rem;
  }
}
.basic-hero--landing-pages::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 50%);
}

.basic-hero__content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-right: 1rem;
  padding-left: 1rem;
}
.basic-hero__content > h1 {
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 1rem;
  padding-left: 1rem;
  text-align: center;
}
@media only screen and (min-width: 80rem) {
  .basic-hero__content > h1.xl {
    font-size: 138px;
  }
}
.basic-hero__content > h1 p {
  margin-bottom: 0;
  font-weight: 300;
  line-height: 1.2;
}
.basic-hero__content > p {
  margin-bottom: 0;
  font-size: 1rem;
  text-align: center;
}
@media only screen and (min-width: 80rem) {
  .basic-hero__content > p {
    margin-bottom: 0;
    font-size: 2rem;
  }
}
.basic-hero__content > .btn, #contact-form .basic-hero__content > input[type=submit],
.oneder__form-container .basic-hero__content > input[type=submit] {
  flex-shrink: 0;
}
.basic-hero__content > h1 + p {
  margin-top: 1rem;
}
.basic-hero__content > h1 + .btn, #contact-form .basic-hero__content > h1 + input[type=submit],
.oneder__form-container .basic-hero__content > h1 + input[type=submit] {
  margin-top: 1rem;
}
@media only screen and (min-width: 64rem) {
  .basic-hero__content > h1 + .btn, #contact-form .basic-hero__content > h1 + input[type=submit],
  .oneder__form-container .basic-hero__content > h1 + input[type=submit] {
    margin-top: 2rem;
  }
}
.basic-hero__content > p + .btn, #contact-form .basic-hero__content > p + input[type=submit],
.oneder__form-container .basic-hero__content > p + input[type=submit] {
  margin-top: 1rem;
}
@media only screen and (min-width: 64rem) {
  .basic-hero__content > p + .btn, #contact-form .basic-hero__content > p + input[type=submit],
  .oneder__form-container .basic-hero__content > p + input[type=submit] {
    margin-top: 2rem;
  }
}

.basic-hero__content--reduced {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-right: 1rem;
  padding-left: 1rem;
}
.basic-hero__content--reduced .basic-hero__copy {
  max-width: 46rem;
}

.basic-hero__content.four-o-four {
  text-align: center;
}
.basic-hero__content.four-o-four p {
  font-size: 1.5rem;
}

.basic-hero__2-col {
  position: relative;
  display: block;
}
@media only screen and (min-width: 64rem) {
  .basic-hero__2-col {
    position: absolute;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .basic-hero__2-col > div:nth-child(1) {
    width: 62%;
  }
  .basic-hero__2-col > div:nth-child(2) {
    min-width: 35%;
    max-width: 42%;
  }
  .basic-hero__2-col.--reverse > div:nth-child(2) {
    width: 62%;
  }
  .basic-hero__2-col.--reverse > div:nth-child(1) {
    min-width: 35%;
    max-width: 42%;
  }
}
.basic-hero__2-col h1 {
  align-self: center;
  padding-right: 0;
  padding-left: 0;
  text-align: left;
}
@media only screen and (min-width: 48rem) {
  .basic-hero__2-col h1 {
    font-size: 4.667vw;
  }
}
@media only screen and (min-width: 64rem) {
  .basic-hero__2-col h1 {
    margin-top: 0;
  }
}

.basic-hero__card {
  padding: 2.5rem 1.875rem;
  background-color: #fff;
}
@media only screen and (min-width: 64rem) {
  .basic-hero__card {
    padding: 2.667vw 2vw;
  }
}
.basic-hero__card h2,
.basic-hero__card p {
  color: #292929;
}
@media only screen and (min-width: 64rem) {
  .basic-hero__card h2 {
    font-size: 2.667vw;
  }
}

.blog-hero {
  position: relative;
  display: flex;
  height: 15.625rem;
  justify-content: center;
  overflow: hidden;
}
@media only screen and (min-width: 48rem) {
  .blog-hero {
    height: 21.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .blog-hero {
    height: 28.125rem;
  }
}
@media only screen and (min-width: 80rem) {
  .blog-hero {
    height: 34.375rem;
  }
}
.blog-hero.with-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.blog-hero > img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.blog-hero > img.hero-image--desktop {
  display: none;
}
@media only screen and (min-width: 48rem) {
  .blog-hero > img {
    object-fit: cover;
    width: 100%;
  }
  .blog-hero > img.hero-image--mobile {
    display: none;
  }
  .blog-hero > img.hero-image--desktop {
    display: block;
  }
}

.blog-hero__content {
  position: relative;
  z-index: 1;
  margin: -13.0208333333rem 1rem 1rem;
}
@media only screen and (min-width: 48rem) {
  .blog-hero__content {
    margin-top: -18.2291666667rem;
  }
}
@media only screen and (min-width: 64rem) {
  .blog-hero__content {
    margin-top: -23.4375rem;
  }
}
@media only screen and (min-width: 80rem) {
  .blog-hero__content {
    margin-top: -28.6458333333rem;
  }
}
.blog-hero__content.no-featured-post {
  margin: -25% 3rem 25%;
}
.blog-hero__content h1 {
  position: relative;
  z-index: 2;
  margin-top: 0;
  margin-bottom: 3.4375rem;
  width: 100%;
  color: #fff;
  text-align: center;
}

.blog-hero__post {
  max-width: 80rem;
  padding: 2rem;
  color: #292929;
  background-color: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.15);
}
@media only screen and (min-width: 48rem) {
  .blog-hero__post {
    display: grid;
    grid-template-columns: 1fr 1.25fr;
    grid-gap: 4rem;
    margin-right: auto;
    margin-left: auto;
  }
}
.blog-hero__post img {
  margin-bottom: 1.2rem;
  width: 100%;
}
@media only screen and (min-width: 48rem) {
  .blog-hero__post img {
    margin-bottom: 0;
  }
}

.blog-post__hero {
  position: relative;
  padding-bottom: 36.71%;
  overflow: hidden;
  background-color: #f4f4f4;
}
.blog-post__hero img {
  position: absolute;
  width: 100%;
}
.blog-post__hero.with-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.blog-post__header {
  margin-top: -5.5rem;
  margin-bottom: 3rem;
  padding: 2rem;
  background-color: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.15);
}

.blog-post {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 48rem) {
  .blog-post {
    display: grid;
    grid-template-columns: 1fr 23.125rem;
    grid-gap: 2rem;
  }
}

.blog-post__image {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.blog-post__quote {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.2rem;
  font-style: italic;
  font-size: 1.2rem;
  line-height: 1.4;
  border-left: 0.3125rem solid #292929;
}

.blog-post__embed {
  position: relative;
  height: 0;
  width: 100%;
  padding-top: 56.25%;
}
.blog-post__embed iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.blog__container .card__img {
  position: relative;
}
.blog__container .card__img::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: background 0.2s;
  z-index: 1;
}
.blog__container .card__img:hover {
  cursor: pointer;
}
.blog__container .card__img:hover::before {
  background: rgba(0, 0, 0, 0.2);
}
.blog__container .card__header a {
  transition: color 0.2s;
}
.blog__container .card__header a:hover {
  color: #ff4141;
}

.blog__code-snippet {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.blog-carousel {
  max-width: 80rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.15);
}
@media only screen and (min-width: 48rem) {
  .blog-carousel {
    width: 45vw;
  }
}
.blog-carousel .slick-slide .blog-carousel_img {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.blog-carousel .slick-slide .blog-carousel_img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.blog-carousel .slick-dots {
  position: absolute;
  top: 51.1875vw;
}
@media only screen and (min-width: 48rem) {
  .blog-carousel .slick-dots {
    top: 25.3125vw;
  }
}
.blog-carousel .slick-dots button {
  font-size: 0;
}
.blog-carousel .slick-arrow {
  top: 12.4584960938vw;
  transform: translateY(-50%);
}

.blog-carousel__content {
  padding: 3.4375rem 2rem 2rem;
}
.blog-carousel__content h4 {
  font-size: 1.125rem;
}
@media only screen and (min-width: 48rem) {
  .blog-carousel__content h4 {
    font-size: 1.25rem;
  }
}

.btn, #contact-form input[type=submit],
.oneder__form-container input[type=submit],
input[type=submit],
input[type=button] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 2.1875rem;
  padding: 0 1rem;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 2.1875rem;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #ff4141;
  border: 2px solid #ff4141;
  cursor: pointer;
}
@media only screen and (min-width: 64rem) {
  .btn, #contact-form input[type=submit],
  .oneder__form-container input[type=submit],
  input[type=submit],
  input[type=button] {
    height: 3.4375rem;
    padding: 0 2rem;
    font-size: 13px;
    line-height: 3.4375rem;
  }
}
.btn:hover, #contact-form input[type=submit]:hover,
.oneder__form-container input[type=submit]:hover,
input[type=submit]:hover,
input[type=button]:hover {
  background-color: #ff2828;
  border-color: #ff2828;
}

.btn--primary, #contact-form input[type=submit],
.oneder__form-container input[type=submit],
button.btn--primary,
input[type=submit].btn--primary,
input[type=button].btn--primary,
.oneder__form-container input[type=button][type=submit] {
  background-color: #ff4141;
  border-color: #ff4141;
}
.btn--primary:hover, #contact-form input[type=submit]:hover,
.oneder__form-container input[type=submit]:hover,
button.btn--primary:hover,
input[type=submit].btn--primary:hover,
input[type=button].btn--primary:hover,
.oneder__form-container input[type=button][type=submit]:hover {
  background-color: #ff2828;
  border-color: #ff2828;
}

.btn--secondary,
button.btn--secondary,
input[type=submit].btn--secondary,
input[type=button].btn--secondary {
  color: #434343;
  background-color: transparent;
  border-color: #434343;
}
.btn--secondary:hover,
button.btn--secondary:hover,
input[type=submit].btn--secondary:hover,
input[type=button].btn--secondary:hover {
  color: #2a2a2a;
  background-color: transparent;
  border-color: #2a2a2a;
}
.btn--secondary.dark:hover,
button.btn--secondary.dark:hover,
input[type=submit].btn--secondary.dark:hover,
input[type=button].btn--secondary.dark:hover {
  color: #fff;
  background-color: #434343;
}

.btn--outline-primary,
button.btn--outline-primary,
input[type=submit].btn--outline-primary,
input[type=button].btn--outline-primary {
  color: #434343;
  background-color: transparent;
  border-color: #ff4141;
}
.btn--outline-primary:hover,
button.btn--outline-primary:hover,
input[type=submit].btn--outline-primary:hover,
input[type=button].btn--outline-primary:hover {
  color: #fff;
  background-color: #ff2828;
  border-color: #ff2828;
}

.btn--full {
  width: 100%;
}

@media only screen and (min-width: 64rem) {
  .btn--small {
    height: 2.375rem;
    padding: 0 1.5rem;
  }
}

.card {
  position: relative;
  display: block;
  background-color: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.15);
  max-height: 25rem;
  overflow: hidden;
}

.card__img img {
  display: block;
  transition: all 0.5s;
  width: 100%;
}

.card__img--h,
.card__img--sq,
.card__img--v,
.card__img--IWDIF {
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
}
.card__img--h:hover .btn, .card__img--h:hover #contact-form input[type=submit], #contact-form .card__img--h:hover input[type=submit],
.card__img--h:hover .oneder__form-container input[type=submit],
.oneder__form-container .card__img--h:hover input[type=submit],
.card__img--sq:hover .btn,
.card__img--sq:hover #contact-form input[type=submit],
#contact-form .card__img--sq:hover input[type=submit],
.card__img--sq:hover .oneder__form-container input[type=submit],
.oneder__form-container .card__img--sq:hover input[type=submit],
.card__img--v:hover .btn,
.card__img--v:hover #contact-form input[type=submit],
#contact-form .card__img--v:hover input[type=submit],
.card__img--v:hover .oneder__form-container input[type=submit],
.oneder__form-container .card__img--v:hover input[type=submit],
.card__img--IWDIF:hover .btn,
.card__img--IWDIF:hover #contact-form input[type=submit],
#contact-form .card__img--IWDIF:hover input[type=submit],
.card__img--IWDIF:hover .oneder__form-container input[type=submit],
.oneder__form-container .card__img--IWDIF:hover input[type=submit] {
  display: flex;
}
.card__img--h img,
.card__img--sq img,
.card__img--v img,
.card__img--IWDIF img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.card__img--h .btn, .card__img--h #contact-form input[type=submit], #contact-form .card__img--h input[type=submit],
.card__img--h .oneder__form-container input[type=submit],
.oneder__form-container .card__img--h input[type=submit],
.card__img--sq .btn,
.card__img--sq #contact-form input[type=submit],
#contact-form .card__img--sq input[type=submit],
.card__img--sq .oneder__form-container input[type=submit],
.oneder__form-container .card__img--sq input[type=submit],
.card__img--v .btn,
.card__img--v #contact-form input[type=submit],
#contact-form .card__img--v input[type=submit],
.card__img--v .oneder__form-container input[type=submit],
.oneder__form-container .card__img--v input[type=submit],
.card__img--IWDIF .btn,
.card__img--IWDIF #contact-form input[type=submit],
#contact-form .card__img--IWDIF input[type=submit],
.card__img--IWDIF .oneder__form-container input[type=submit],
.oneder__form-container .card__img--IWDIF input[type=submit] {
  position: absolute;
  bottom: 1rem;
  z-index: 1;
  display: none;
}

.card__img--fit-img img {
  height: 100%;
  object-position: center;
  object-fit: cover;
}

/*Horizontal*/
.card__img--h::before {
  content: "";
  padding-bottom: 66%;
}

/*Square*/
.card__img--sq::before {
  content: "";
  padding-bottom: 100%;
}

/*Vertical*/
.card__img--v::before {
  content: "";
  padding-bottom: 120%;
}

.card__header {
  padding: 0.75rem;
  text-align: center;
  transition: opacity 0.25s, transform 0.5s;
}
@media only screen and (min-width: 48rem) {
  .card__header {
    padding: 1.25rem 1rem;
  }
}
.card__header a {
  color: #292929;
}
.card__header cite {
  margin-top: 0;
  font-size: 0.6875rem;
  font-weight: 400;
}
.card__header h4 {
  margin-bottom: 0;
}
.card__header h5 {
  margin-bottom: 0.25rem;
  color: #a3a3a3;
  font-size: 0.6875rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
}
.card__header h6 {
  text-align: center;
}
.card__header i {
  font-size: 0.6875rem;
}

.card__header + .card__body {
  padding-top: 0;
}

.card__header--overlay {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  color: #ffffff;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.25rem;
  text-transform: uppercase;
  padding: 16px 16px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}
.card__header--overlay.--right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-align: right;
}
.card__header--overlay.--right::after {
  content: ">>";
  display: inline-block;
  padding-left: 5px;
}
.card__header--overlay h4 {
  margin-bottom: 0;
}
.card__header--overlay h4 {
  font-size: inherit;
  font-weight: inherit;
}

.card__body {
  padding: 1.25rem 1rem;
}
.card__body p:only-child {
  margin-bottom: 0;
}

.card__body--lg {
  padding: 2.25rem 2rem;
}

@media only screen and (min-width: 48rem) {
  .card__body--xl {
    padding: 4rem 3rem;
  }
}

.card--w-description:hover .card__header {
  opacity: 0;
}
.card--w-description:hover .card__description {
  opacity: 1;
}

.card__description {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 2rem 1rem;
  overflow-y: auto;
  color: #fff;
  text-align: center;
  background-color: #ff4141;
  opacity: 0;
  transition: opacity 0.25s;
}
@media only screen and (min-width: 48rem) {
  .card__description {
    padding: 3rem 2rem;
  }
}
.card__description h5 {
  margin-bottom: 1rem;
}

.card__highlight {
  margin-top: 0.5rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: #999;
}

/*Unique*/
.card__location {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 48rem) {
  .card__location {
    margin-bottom: 0;
  }
}
.card__location address,
.card__location p {
  font-style: normal;
  text-align: left;
}
.card__location address {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 20px;
  line-height: 1.4;
}
.card__location p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.4;
}

.card__location__img img {
  width: 100%;
}

/*Industries we do it for*/
.card__img--IWDIF::before {
  content: "";
  padding-bottom: 55.26%;
}

.card__inspiration {
  cursor: pointer;
}

.card.with-hover-callout:hover {
  z-index: 3;
}
.card.with-hover-callout:hover img,
.card.with-hover-callout:hover .card__header,
.card.with-hover-callout:hover .card__callout--hover {
  transform: scale(1.1);
}
.card.with-hover-callout:hover .card__header {
  transform: scale(1.1) translateY(30%);
}
@media only screen and (min-width: 48rem) {
  .card.with-hover-callout:hover .card__header {
    transform: scale(1.1) translateY(15%);
  }
}
.card.with-hover-callout:hover .card__callout--hover {
  opacity: 1;
}
.card.with-hover-callout:hover .card__img--h,
.card.with-hover-callout:hover .card__img--sq,
.card.with-hover-callout:hover .card__img--v,
.card.with-hover-callout:hover .card__img--IWDIF {
  transform: scale(1.1);
}
.card.with-hover-callout:hover .card__img--h img,
.card.with-hover-callout:hover .card__img--sq img,
.card.with-hover-callout:hover .card__img--v img,
.card.with-hover-callout:hover .card__img--IWDIF img {
  transform: unset;
}

/* Markets Hover Callout */
.card__callout--hover {
  backface-visibility: hidden;
  background-color: #ff4141;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  height: 50px;
  left: 50%;
  line-height: 30px;
  margin-left: -25%;
  margin-top: -25px;
  opacity: 0;
  padding: 10px;
  position: absolute;
  text-align: center;
  transition: all 0.5s;
  top: 50%;
  width: 50%;
}

.carousel-container {
  position: relative;
}

.carousel-arrows {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  height: 100%;
  width: 100%;
}

/*Careers*/
.carousel-careers .carousel-arrow {
  position: static;
  display: flex;
  align-items: center;
  flex: 1;
  height: 100%;
  font-size: 72px;
  color: #fff;
  cursor: pointer;
  opacity: 0.5;
}
.carousel-careers .carousel-arrow:hover {
  opacity: 1;
}
.carousel-careers .carousel-arrow.next {
  justify-content: flex-end;
  padding-right: 1rem;
}
.carousel-careers .carousel-arrow.prev {
  justify-content: flex-start;
  padding-left: 1rem;
}
.carousel-careers .slick-slide {
  height: 384px;
  padding: 1rem;
}
@media only screen and (min-width: 64rem) {
  .carousel-careers .slick-slide {
    height: 37.5rem;
    padding: 3.125rem;
  }
}

.slide-careers {
  background-size: cover;
  background-position: center top;
}
.slide-careers .flex-container {
  align-items: flex-end;
  display: flex;
  height: 100%;
  width: 100%;
}
.slide-careers .flex-container.quote-center {
  justify-content: center;
}
.slide-careers .flex-container.quote-left {
  justify-content: flex-start;
}
.slide-careers .flex-container.quote-right {
  justify-content: flex-end;
}
.slide-careers .quote {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 20px;
  text-align: center;
}
@media only screen and (min-width: 64rem) {
  .slide-careers .quote {
    flex-basis: 40%;
  }
}

/*Education*/
.quote-carousel {
  position: relative;
  padding: 2.5rem;
  text-align: center;
  background-color: #f4f4f4;
}
.quote-carousel .avatar {
  margin-right: auto;
  margin-bottom: 1.5rem;
  margin-left: auto;
}
.quote-carousel .slick-slide {
  height: auto;
}
.quote-carousel .carousel-arrows {
  justify-content: space-between;
}
.quote-carousel .carousel-arrow {
  display: flex;
  align-items: center;
  height: auto;
  font-size: 18px;
  cursor: pointer;
}
.quote-carousel .carousel-arrow.next {
  justify-content: flex-end;
  padding-right: 1rem;
}
.quote-carousel .carousel-arrow.prev {
  justify-content: flex-start;
  padding-left: 1rem;
}

.quote-carousel__quote {
  margin-right: auto;
  margin-left: auto;
  max-width: 31.25rem;
}

.slick-dots {
  position: absolute;
  top: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  width: 100%;
  list-style-type: none;
}
.slick-dots li {
  display: flex;
  align-items: center;
  height: 3.4375rem;
}
.slick-dots .slick-active:only-child {
  display: none;
}
.slick-dots .slick-active button {
  border-color: #ff4141;
  background-color: #ff4141;
  cursor: default;
}
.slick-dots button {
  height: 1rem;
  width: 1rem;
  margin-right: 0.25rem;
  margin-left: 0.25rem;
  padding-right: 0;
  padding-left: 0;
  background-color: #fff;
  border: 2px solid #434343;
  border-radius: 50%;
}
.slick-dots button:focus {
  outline: none;
}

.case-study__hero,
.case-study__full-quote {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.case-study__hero-container {
  position: relative;
}
@media only screen and (min-width: 64rem) {
  .case-study__hero-container .container {
    position: absolute;
    z-index: 1;
    bottom: 2rem;
  }
}

.case-study__hero {
  position: relative;
  min-height: 500px;
  padding-bottom: 35.93%;
  overflow: hidden;
  background-color: #f4f4f4;
}
.case-study__hero.with-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.case-study__hero > video {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  background-size: cover;
  transform: translateX(-50%) translateY(-50%);
}
.case-study__hero > img {
  position: absolute;
  top: 0;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.case-study__hero > img.hero-image--desktop {
  display: none;
}
@media only screen and (min-width: 48rem) {
  .case-study__hero > img.hero-image--mobile {
    display: none;
  }
  .case-study__hero > img.hero-image--desktop {
    display: block;
  }
}

.case-study__hero__content {
  padding: 2.5rem 1.875rem;
  max-width: 27.375rem;
  background-color: #fff;
}

.case-study__half-quote {
  z-index: -1;
  position: relative;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 48rem) {
  .case-study__half-quote {
    display: flex;
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
  .case-study__half-quote > div {
    flex-grow: 0;
    width: 50%;
  }
}
.case-study__half-quote > div:nth-child(1) {
  position: relative;
  overflow: hidden;
}
.case-study__half-quote > div:nth-child(1)::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 70%;
}
.case-study__half-quote > div:nth-child(1) img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.case-study__half-quote > div:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: center;
}
.case-study__half-quote blockquote {
  margin-top: 2rem;
  margin-right: 2rem;
  margin-left: 2rem;
  width: 100%;
  max-width: 31.25rem;
}
@media only screen and (min-width: 48rem) {
  .case-study__half-quote blockquote {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
  }
}

.case-study__half-quote.left {
  flex-direction: row-reverse;
}

.case-study__half-quote--video {
  z-index: 0;
  margin: 1rem;
}
@media only screen and (min-width: 48rem) {
  .case-study__half-quote--video {
    display: flex;
    margin-right: 0;
    margin-left: 0;
  }
}
@media only screen and (min-width: 48rem) {
  .case-study__half-quote--video > div {
    width: 50%;
  }
}
.case-study__half-quote--video > div:nth-child(1) {
  display: flex;
  justify-content: center;
  align-items: center;
}
.case-study__half-quote--video > div:nth-child(1)::before {
  padding-top: 0;
}
.case-study__half-quote--video > div:nth-child(2) {
  position: relative;
  display: block;
  background-position: center center;
  background-size: cover;
}
.case-study__half-quote--video > div:nth-child(2)::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56.3963963964%;
}
.case-study__half-quote--video > div:nth-child(2) iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.case-study__full-quote {
  display: flex;
  align-items: center;
  height: 38.125rem;
  margin-top: 0.625rem;
}
.case-study__full-quote .container {
  flex: auto;
}
.case-study__full-quote .overlay-quote {
  padding: 2.5rem 1.875rem;
  max-width: 27.375rem;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.6;
  background: rgba(0, 0, 0, 0.55);
}

@media only screen and (min-width: 48rem) {
  .case-study__img-2-panels {
    display: flex;
    justify-content: space-between;
    height: 32.5rem;
    margin-top: 0.625rem;
    overflow: hidden;
  }
  .case-study__img-2-panels > div:nth-child(1) {
    width: 66%;
  }
  .case-study__img-2-panels > div:nth-child(2) {
    width: 33%;
  }
}
@media only screen and (min-width: 48rem) {
  .case-study__img-2-panels.half > div:nth-child(1) {
    width: 49.5%;
  }
  .case-study__img-2-panels.half > div:nth-child(2) {
    width: 49.5%;
  }
}
.case-study__img-2-panels img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.case-study__credit-line {
  margin-top: 0.625rem;
}
.case-study__credit-line p {
  color: #999;
}

.case-study__similar-projects-container .title, .issuu__related-container .title {
  text-align: right;
}

.case-study__similar-projects, .issuu__related-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.case-study__similar-projects .card, .issuu__related-content .card {
  width: 92.7%;
  aspect-ratio: 1;
}
.case-study__similar-projects .card__img, .issuu__related-content .card__img {
  height: 100%;
  position: absolute;
  width: 100%;
}
.case-study__similar-projects .card__img img, .issuu__related-content .card__img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
@media only screen and (min-width: 48rem) {
  .case-study__similar-projects, .issuu__related-content {
    flex-direction: row;
  }
  .case-study__similar-projects .card, .issuu__related-content .card {
    width: 33%;
  }
}

.case-study-carousel {
  max-width: 100%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
}
.case-study-carousel .img-container {
  position: relative;
  margin-right: 24px;
  border: none;
  background-color: #fff;
  overflow: hidden;
}
.case-study-carousel .img-container:after {
  display: block;
  width: 100%;
  padding-bottom: 95.2380952381%;
  content: "";
}
.case-study-carousel img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.case-study-carousel .slick-dots {
  --dots: #898989;
  z-index: 1;
}
.case-study-carousel .slick-dots button {
  font-size: 12px;
  border: 1px solid var(--dots);
  cursor: pointer;
  color: transparent;
}
.case-study-carousel .slick-dots .slick-active button {
  border-color: var(--dots);
  background-color: var(--dots);
}
.case-study-carousel .cs-carousel__btn-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 64px;
}
.case-study-carousel .cs-carousel__btn-container {
  display: none;
}
@media screen and (min-width: 769px) {
  .case-study-carousel .cs-carousel__btn-container {
    display: block;
  }
}
.case-study-carousel .cs-carousel__btn-container button {
  padding: 12px;
  border: none;
  background-color: #a6aaad;
  cursor: pointer;
}
.case-study-carousel .cs-carousel__btn-container button[id=prev] {
  opacity: 1;
  padding-right: 18px;
  right: 50%;
  border-radius: 50% 0 0 50%;
}
.case-study-carousel .cs-carousel__btn-container button[id=next] {
  opacity: 1;
  left: 50%;
  padding-left: 18px;
  border-radius: 0 50% 50% 0;
}
.case-study-carousel .cs-carousel__btn-container button:hover svg {
  opacity: 0.75;
}

.case-study-content-grid {
  --grid-height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-items: center;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .case-study-content-grid {
    --grid-height: 35vw;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1440px) {
  .case-study-content-grid {
    --grid-height: 512px;
    gap: 24px;
  }
}
.case-study-content-grid .content,
.case-study-content-grid .content-xl {
  max-height: var(--grid-height);
  height: var(--grid-height);
  width: 100%;
}
.case-study-content-grid .content.--text-align-right,
.case-study-content-grid .content-xl.--text-align-right {
  display: flex;
  justify-content: flex-end;
}
.case-study-content-grid .content.--text-align-right .body-text, .case-study-content-grid .content.--text-align-right .wwd-main-hero .hero-text, .wwd-main-hero .case-study-content-grid .content.--text-align-right .hero-text, .case-study-content-grid .content.--text-align-right .podcast-entry__related-content .two-col p, .podcast-entry__related-content .two-col .case-study-content-grid .content.--text-align-right p, .case-study-content-grid .content.--text-align-right .body-text--tight, .case-study-content-grid .content.--text-align-right .body-text--bold,
.case-study-content-grid .content-xl.--text-align-right .body-text,
.case-study-content-grid .content-xl.--text-align-right .wwd-main-hero .hero-text,
.wwd-main-hero .case-study-content-grid .content-xl.--text-align-right .hero-text,
.case-study-content-grid .content-xl.--text-align-right .podcast-entry__related-content .two-col p,
.podcast-entry__related-content .two-col .case-study-content-grid .content-xl.--text-align-right p,
.case-study-content-grid .content-xl.--text-align-right .body-text--tight,
.case-study-content-grid .content-xl.--text-align-right .body-text--bold {
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width: 768px) {
  .case-study-content-grid .content.--text-align-right .body-text, .case-study-content-grid .content.--text-align-right .wwd-main-hero .hero-text, .wwd-main-hero .case-study-content-grid .content.--text-align-right .hero-text, .case-study-content-grid .content.--text-align-right .podcast-entry__related-content .two-col p, .podcast-entry__related-content .two-col .case-study-content-grid .content.--text-align-right p, .case-study-content-grid .content.--text-align-right .body-text--tight, .case-study-content-grid .content.--text-align-right .body-text--bold,
  .case-study-content-grid .content-xl.--text-align-right .body-text,
  .case-study-content-grid .content-xl.--text-align-right .wwd-main-hero .hero-text,
  .wwd-main-hero .case-study-content-grid .content-xl.--text-align-right .hero-text,
  .case-study-content-grid .content-xl.--text-align-right .podcast-entry__related-content .two-col p,
  .podcast-entry__related-content .two-col .case-study-content-grid .content-xl.--text-align-right p,
  .case-study-content-grid .content-xl.--text-align-right .body-text--tight,
  .case-study-content-grid .content-xl.--text-align-right .body-text--bold {
    padding-left: 16px;
    padding-right: 0;
  }
}
.case-study-content-grid .content.--text-align-left .body-text, .case-study-content-grid .content.--text-align-left .wwd-main-hero .hero-text, .wwd-main-hero .case-study-content-grid .content.--text-align-left .hero-text, .case-study-content-grid .content.--text-align-left .podcast-entry__related-content .two-col p, .podcast-entry__related-content .two-col .case-study-content-grid .content.--text-align-left p, .case-study-content-grid .content.--text-align-left .body-text--tight, .case-study-content-grid .content.--text-align-left .body-text--bold,
.case-study-content-grid .content-xl.--text-align-left .body-text,
.case-study-content-grid .content-xl.--text-align-left .wwd-main-hero .hero-text,
.wwd-main-hero .case-study-content-grid .content-xl.--text-align-left .hero-text,
.case-study-content-grid .content-xl.--text-align-left .podcast-entry__related-content .two-col p,
.podcast-entry__related-content .two-col .case-study-content-grid .content-xl.--text-align-left p,
.case-study-content-grid .content-xl.--text-align-left .body-text--tight,
.case-study-content-grid .content-xl.--text-align-left .body-text--bold {
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width: 768px) {
  .case-study-content-grid .content.--text-align-left .body-text, .case-study-content-grid .content.--text-align-left .wwd-main-hero .hero-text, .wwd-main-hero .case-study-content-grid .content.--text-align-left .hero-text, .case-study-content-grid .content.--text-align-left .podcast-entry__related-content .two-col p, .podcast-entry__related-content .two-col .case-study-content-grid .content.--text-align-left p, .case-study-content-grid .content.--text-align-left .body-text--tight, .case-study-content-grid .content.--text-align-left .body-text--bold,
  .case-study-content-grid .content-xl.--text-align-left .body-text,
  .case-study-content-grid .content-xl.--text-align-left .wwd-main-hero .hero-text,
  .wwd-main-hero .case-study-content-grid .content-xl.--text-align-left .hero-text,
  .case-study-content-grid .content-xl.--text-align-left .podcast-entry__related-content .two-col p,
  .podcast-entry__related-content .two-col .case-study-content-grid .content-xl.--text-align-left p,
  .case-study-content-grid .content-xl.--text-align-left .body-text--tight,
  .case-study-content-grid .content-xl.--text-align-left .body-text--bold {
    padding-left: 0;
    padding-right: 16px;
  }
}
.case-study-content-grid .content.--full,
.case-study-content-grid .content-xl.--full {
  grid-column: span 2;
}
.case-study-content-grid .content.--full-text,
.case-study-content-grid .content-xl.--full-text {
  grid-column: span 2;
  max-width: 100%;
  height: auto;
}
.case-study-content-grid .content.--full-text .body-text, .case-study-content-grid .content.--full-text .wwd-main-hero .hero-text, .wwd-main-hero .case-study-content-grid .content.--full-text .hero-text, .case-study-content-grid .content.--full-text .podcast-entry__related-content .two-col p, .podcast-entry__related-content .two-col .case-study-content-grid .content.--full-text p, .case-study-content-grid .content.--full-text .body-text--tight, .case-study-content-grid .content.--full-text .body-text--bold,
.case-study-content-grid .content-xl.--full-text .body-text,
.case-study-content-grid .content-xl.--full-text .wwd-main-hero .hero-text,
.wwd-main-hero .case-study-content-grid .content-xl.--full-text .hero-text,
.case-study-content-grid .content-xl.--full-text .podcast-entry__related-content .two-col p,
.podcast-entry__related-content .two-col .case-study-content-grid .content-xl.--full-text p,
.case-study-content-grid .content-xl.--full-text .body-text--tight,
.case-study-content-grid .content-xl.--full-text .body-text--bold {
  max-width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width: 1920px) {
  .case-study-content-grid .content.--full-text .body-text, .case-study-content-grid .content.--full-text .wwd-main-hero .hero-text, .wwd-main-hero .case-study-content-grid .content.--full-text .hero-text, .case-study-content-grid .content.--full-text .podcast-entry__related-content .two-col p, .podcast-entry__related-content .two-col .case-study-content-grid .content.--full-text p, .case-study-content-grid .content.--full-text .body-text--tight, .case-study-content-grid .content.--full-text .body-text--bold,
  .case-study-content-grid .content-xl.--full-text .body-text,
  .case-study-content-grid .content-xl.--full-text .wwd-main-hero .hero-text,
  .wwd-main-hero .case-study-content-grid .content-xl.--full-text .hero-text,
  .case-study-content-grid .content-xl.--full-text .podcast-entry__related-content .two-col p,
  .podcast-entry__related-content .two-col .case-study-content-grid .content-xl.--full-text p,
  .case-study-content-grid .content-xl.--full-text .body-text--tight,
  .case-study-content-grid .content-xl.--full-text .body-text--bold {
    padding-right: 0;
    padding-left: 0;
  }
}
.case-study-content-grid .content .body-text, .case-study-content-grid .content .wwd-main-hero .hero-text, .wwd-main-hero .case-study-content-grid .content .hero-text, .case-study-content-grid .content .podcast-entry__related-content .two-col p, .podcast-entry__related-content .two-col .case-study-content-grid .content p, .case-study-content-grid .content .body-text--tight, .case-study-content-grid .content .body-text--bold,
.case-study-content-grid .content-xl .body-text,
.case-study-content-grid .content-xl .wwd-main-hero .hero-text,
.wwd-main-hero .case-study-content-grid .content-xl .hero-text,
.case-study-content-grid .content-xl .podcast-entry__related-content .two-col p,
.podcast-entry__related-content .two-col .case-study-content-grid .content-xl p,
.case-study-content-grid .content-xl .body-text--tight,
.case-study-content-grid .content-xl .body-text--bold {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  overflow-y: auto;
}
.case-study-content-grid .content img,
.case-study-content-grid .content-xl img {
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.careers__banners div {
  margin: 3rem 1rem;
  text-align: center;
}
@media only screen and (min-width: 48rem) {
  .careers__banners div {
    margin: 0;
  }
}
.careers__banners img {
  max-width: 100%;
}

.careers-benefits {
  padding: 1rem;
}
@media only screen and (min-width: 48rem) {
  .careers-benefits {
    display: flex;
    justify-content: space-between;
    padding: 3rem 2rem;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.15);
  }
  .careers-benefits > div:nth-child(1) {
    width: 33%;
  }
  .careers-benefits > div:nth-child(2) {
    width: 65%;
  }
}
.careers-benefits .p--lg {
  margin-bottom: 0;
}

.careers-benefits__list {
  margin-top: 2rem;
}
@media only screen and (min-width: 48rem) {
  .careers-benefits__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0;
  }
  .careers-benefits__list > div {
    width: 49%;
  }
}
.careers-benefits__list h5 {
  margin-bottom: 0.5rem;
}
.careers-benefits__list p {
  margin-bottom: 0;
  font-size: 0.875rem;
}
@media only screen and (min-width: 48rem) {
  .careers-benefits__list > div:nth-child(1) .careers-benefits__list__content, .careers-benefits__list > div:nth-child(2) .careers-benefits__list__content {
    border-top: 0;
  }
  .careers-benefits__list > div:nth-child(odd) {
    padding-right: 2rem;
    border-right: 1px solid #f4f4f4;
  }
  .careers-benefits__list > div:nth-child(even) {
    padding-left: 1rem;
  }
}
.careers-benefits__list .careers-benefits__list__content {
  padding-top: 1rem;
  margin-bottom: 1rem;
  border-top: 1px solid #f4f4f4;
}
@media only screen and (min-width: 48rem) {
  .careers-benefits__list .careers-benefits__list__content {
    padding-top: 1.75rem;
    margin-bottom: 1.75rem;
  }
}

.careers-hero {
  position: relative;
  z-index: 0;
  height: 100vh;
}
@media only screen and (min-width: 48rem) {
  .careers-hero {
    height: auto;
  }
}
.careers-hero.with-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.careers-hero .container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}

.clients {
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: center;
  background-color: #f4f4f4;
}
.clients h6 {
  margin-bottom: 2rem;
  color: #8F8F8F;
}
.clients img {
  display: inline-block;
  flex: 0 0 auto;
  margin: 1rem;
  width: 14.2857142857%;
}
@media only screen and (min-width: 64rem) {
  .clients .container {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
}

.clutch-intro {
  margin-top: 6rem;
  margin-bottom: 4rem;
}
@media only screen and (min-width: 48rem) {
  .clutch-intro {
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
}
.clutch-intro p {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 2.5rem;
  text-align: center;
  color: #58595b;
}
@media only screen and (min-width: 48rem) {
  .clutch-intro p {
    font-size: 3.125rem;
    line-height: 3.875rem;
  }
}

.clutch-breakdown-container {
  padding: 3rem 2.25rem;
  box-shadow: 0rem 0rem 0.5rem 0.25rem rgba(0, 0, 0, 0.1);
}

.clutch-breakdown-intro {
  margin-bottom: 3rem;
}
.clutch-breakdown-intro * {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 2rem;
  color: #58595b;
}
@media only screen and (min-width: 48rem) {
  .clutch-breakdown-intro * {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.clutch-breakdown {
  display: grid;
  gap: 4rem;
}
@media only screen and (min-width: 48rem) {
  .clutch-breakdown {
    grid-template-columns: repeat(3, 1fr);
  }
}

.clutch-breakdown-item {
  display: grid;
  gap: 1.5rem;
  justify-items: center;
}

.clutch-breakdown-text {
  display: grid;
  gap: 0.75rem;
  text-align: center;
}

.clutch-breakdown-heading {
  font-weight: 400;
  font-size: 1.625rem;
  line-height: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .clutch-breakdown-heading {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.clutch-breakdown-description {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 2rem;
}
@media only screen and (min-width: 48rem) {
  .clutch-breakdown-description {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}

.clutch-section {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media only screen and (min-width: 48rem) {
  .clutch-section {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}

.clutch-section-heading {
  font-weight: 800;
  font-size: 1.5rem;
  line-height: 1.875rem;
  text-align: center;
  text-transform: uppercase;
  color: #58595b;
}
@media only screen and (min-width: 48rem) {
  .clutch-section-heading {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.clutch-section-description {
  margin-top: 0.625rem;
  margin-bottom: 4rem;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 2rem;
  text-align: center;
  color: #58595b;
}
@media only screen and (min-width: 48rem) {
  .clutch-section-description {
    margin-right: 6.25rem;
    margin-left: 6.25rem;
  }
}

.clutch-section-grid {
  display: grid;
}
@media only screen and (min-width: 48rem) {
  .clutch-section-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.clutch-solutions {
  gap: 1.5rem;
}
@media only screen and (min-width: 48rem) {
  .clutch-solutions.clutch-section-grid {
    gap: 2.25rem;
  }
}

.clutch-solution-item img.hover {
  transition: all 0.3s ease-out;
}
.clutch-solution-item img.hover:hover {
  filter: brightness(0.6);
  transform: scale(1.1);
}

.clutch-partners-heading {
  text-align: center;
}

.clutch-time-item:nth-child(1) .clutch-time-header {
  background: url(../images/static/clutch-timeline-mobile-header-1.png) right center no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 48rem) {
  .clutch-time-item:nth-child(1) .clutch-time-header {
    background: url(../images/static/clutch-time-header-1.png) center center no-repeat;
    background-size: contain;
  }
}
@media only screen and (min-width: 48rem) {
  .clutch-time-item:nth-child(1) .clutch-time-description {
    padding-right: 3.75rem;
    background: url(../images/static/clutch-time-description-1.png) top center no-repeat;
    background-size: 2.625rem 1.25rem;
  }
}
.clutch-time-item:nth-child(2) .clutch-time-header {
  background: url(../images/static/clutch-timeline-mobile-header-2.png) right center no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 48rem) {
  .clutch-time-item:nth-child(2) .clutch-time-header {
    background: url(../images/static/clutch-time-header-2.png) center center no-repeat;
    background-size: contain;
  }
}
@media only screen and (min-width: 48rem) {
  .clutch-time-item:nth-child(2) .clutch-time-description {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    background: url(../images/static/clutch-time-description-2.png) top center no-repeat;
    background-size: 2.625rem 1.25rem;
  }
}
.clutch-time-item:nth-child(3) .clutch-time-header {
  background: url(../images/static/clutch-timeline-mobile-header-3.png) right center no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 48rem) {
  .clutch-time-item:nth-child(3) .clutch-time-header {
    background: url(../images/static/clutch-time-header-3.png) center center no-repeat;
    background-size: contain;
  }
}
@media only screen and (min-width: 48rem) {
  .clutch-time-item:nth-child(3) .clutch-time-description {
    padding-left: 3.75rem;
    background: url(../images/static/clutch-time-description-3.png) top center no-repeat;
    background-size: 2.625rem 1.25rem;
  }
}

.clutch-time-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.625rem;
  align-items: center;
  justify-content: space-between;
  padding: 10px 64px 10px 10px;
  color: #fff;
  text-transform: uppercase;
  background-color: #000;
}
@media only screen and (min-width: 48rem) {
  .clutch-time-header {
    grid-template-columns: 1fr;
    justify-content: start;
    padding: 2.5rem 0;
  }
}

.clutch-time-heading {
  font-weight: 800;
  font-size: 1.5rem;
  line-height: 30px;
}
@media only screen and (min-width: 48rem) {
  .clutch-time-heading {
    font-size: 1.875rem;
    line-height: 1.875rem;
    text-align: center;
  }
}

.clutch-time-subheading {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  text-align: right;
}
@media only screen and (min-width: 48rem) {
  .clutch-time-subheading {
    font-size: 1.25rem;
    line-height: 2rem;
    text-align: center;
  }
}

.clutch-time-description {
  padding: 10px;
  font-size: 16px;
  line-height: 24px;
}
@media only screen and (min-width: 48rem) {
  .clutch-time-description {
    margin-top: 2rem;
    padding-top: 3rem;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 2rem;
    text-align: center;
  }
}

.collage-w-copy {
  display: flex;
  flex-direction: column;
  margin-top: 0.625rem;
}
@media screen and (min-width: 64rem) {
  .collage-w-copy {
    flex-direction: row;
  }
}

.collage-w-copy__images {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  overflow: hidden;
}
@media screen and (min-width: 64rem) {
  .collage-w-copy__images {
    width: 70%;
  }
}
.collage-w-copy__images > div:nth-child(3) {
  margin-left: 0.625rem;
}

.collage-w-copy__img-wide {
  position: relative;
  width: 100%;
  padding-bottom: 53.895%;
}
.collage-w-copy__img-wide > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.collage-w-copy__img-narrow {
  position: relative;
  width: calc(50% - 0.3125rem);
  margin-top: 0.625rem;
  padding-bottom: 62.5%;
}
.collage-w-copy__img-narrow > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.collage-w-copy__copy {
  width: 100%;
  padding: 34px 24px;
  margin-top: 0.625rem;
  background-color: #999;
  color: #fff;
}
@media screen and (min-width: 64rem) {
  .collage-w-copy__copy {
    width: 30%;
    margin-top: 0;
    margin-left: 0.625rem;
  }
}
.collage-w-copy__copy a {
  color: #fff;
  text-decoration: underline;
}
.collage-w-copy__copy .btn--secondary {
  padding: 0 24px;
  max-width: 100%;
  margin-bottom: 1.5rem;
  border-color: #fff;
  color: #fff;
  word-wrap: break-word;
  text-decoration: none;
}

.connect-intro {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.connect-intro p {
  color: #a6aaad;
}
.connect-intro strong {
  color: #58595b;
  font-weight: 800;
}
@media only screen and (min-width: 48rem) {
  .connect-intro {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}

.connect-grid {
  display: grid;
  gap: 2rem;
}
@media only screen and (min-width: 48rem) {
  .connect-grid {
    gap: 3.75rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.connect-grid > div:nth-child(1) {
  order: 0;
}
.connect-grid > div:nth-child(2) {
  order: 1;
}
.connect-grid > div:nth-child(3) {
  order: 0;
}
.connect-grid > div:nth-child(4) {
  order: 1;
}
@media only screen and (min-width: 48rem) {
  .connect-grid > div:nth-child(1),
  .connect-grid > div:nth-child(2),
  .connect-grid > div:nth-child(3),
  .connect-grid > div:nth-child(4) {
    order: unset;
  }
}

.connect-subpage__img-wrapper {
  aspect-ratio: 215/132;
  margin-bottom: 1.5rem;
  overflow: hidden;
}
.connect-subpage__img-wrapper img {
  object-fit: cover;
  object-position: center center;
  height: 100%;
  width: 100%;
}

.connect-subpage__content {
  display: grid;
  justify-items: center;
}
@media only screen and (min-width: 48rem) {
  .connect-subpage__content {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }
}

.connect-subpage__heading {
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
@media only screen and (min-width: 48rem) {
  .connect-subpage__heading {
    font-size: 1.875rem;
  }
}

.connect-subpage__description {
  margin-top: 1rem;
  color: #8c8c8c;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
}
@media only screen and (min-width: 48rem) {
  .connect-subpage__description {
    margin-top: 1.25rem;
    margin-bottom: 1.875rem;
    font-size: 1.25rem;
  }
}

.connect-instructions {
  display: block;
  margin-top: 4.6875rem;
  padding: 1.25rem;
  color: #515256;
  font-size: 1.375rem;
  font-weight: 500;
  text-align: center;
  background-color: #dbdbdb;
}

.connect-inspiration-image {
  height: 13.25rem;
  margin-top: 4.1875rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 48rem) {
  .connect-inspiration-image {
    height: 26.5rem;
    margin-top: 4.375rem;
    background-attachment: fixed;
  }
}

.connect-heading {
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  font-weight: 700;
  font-size: 2.25rem;
  color: #515254;
}

.connect-section-subheading {
  margin-bottom: 2rem;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.2;
  color: #8b8b8b;
}
@media only screen and (min-width: 48rem) {
  .connect-section-subheading {
    margin-bottom: 3.125rem;
    margin-right: 17.5rem;
    margin-left: 17.5rem;
  }
}

.connect-locations-container {
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
}
@media only screen and (min-width: 48rem) {
  .connect-locations-container {
    grid-template-columns: repeat(3, 1fr);
  }
}

.connect-locations {
  display: grid;
  gap: 1rem;
  color: #515254;
  grid-template-columns: repeat(2, 1fr);
  padding: 1rem;
}
.connect-locations address {
  font-size: 0.75rem;
  font-style: normal;
}
.connect-locations a {
  color: inherit;
  font-size: 0.75rem;
}

.connect-locations-col-1 {
  color: #fff;
  background-color: #a6aaad;
}
@media only screen and (min-width: 48rem) {
  .connect-locations-col-1 {
    grid-template-columns: repeat(5, 1fr);
    grid-column: 1/3;
  }
}

.connect-locations-col-2 {
  color: #fff;
  background-color: #515254;
}
@media only screen and (min-width: 48rem) {
  .connect-locations-col-2 {
    grid-template-columns: repeat(2, 1fr);
    grid-column: -2/-1;
  }
}

.connect-locations__location-name {
  margin-bottom: 0.625rem;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.connect-locations-grid {
  display: grid;
  gap: 1rem;
}
@media only screen and (min-width: 48rem) {
  .connect-locations-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    height: 50rem;
  }
}
@media only screen and (min-width: 48rem) {
  .connect-locations-grid > *:nth-child(1) {
    grid-column: 1/2;
    grid-row: 1/3;
  }
}
@media only screen and (min-width: 48rem) {
  .connect-locations-grid > *:nth-child(2) {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
@media only screen and (min-width: 48rem) {
  .connect-locations-grid > *:nth-child(3) {
    grid-column: -1/-2;
    grid-row: 1/2;
  }
}
@media only screen and (min-width: 48rem) {
  .connect-locations-grid > *:nth-child(4) {
    grid-column: 2/3;
    grid-row: -2/-3;
  }
}
@media only screen and (min-width: 48rem) {
  .connect-locations-grid > *:nth-child(5) {
    grid-column: 1/2;
    grid-row: -1/-2;
  }
}
@media only screen and (min-width: 48rem) {
  .connect-locations-grid > *:nth-child(6) {
    grid-column: 2/3;
    grid-row: -1/-2;
  }
}
@media only screen and (min-width: 48rem) {
  .connect-locations-grid > *:nth-child(7) {
    grid-column: -1/-2;
    grid-row: -1/-3;
  }
}

.connect-locations-grid__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 240px;
}
@media only screen and (min-width: 48rem) {
  .connect-locations-grid__item {
    height: auto;
  }
}
.connect-locations-grid__item:hover .connect-locations-grid__item-img {
  filter: brightness(0.6);
  transform: scale(1.1);
}

.connect-locations-grid__item-img {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(-1);
  transition: all 0.3s ease-out;
}

.connect-contact {
  display: grid;
  gap: 2rem;
}
@media only screen and (min-width: 48rem) {
  .connect-contact {
    grid-template-columns: 400px 1fr;
  }
}

.connect-contact__info {
  color: #515254;
}
.connect-contact__info a {
  color: inherit;
  text-decoration: underline;
}

.connect-home-office-cta {
  padding: 30px;
  background-color: #f4f4f4;
}
.connect-home-office-cta .hbspt-form form {
  display: flex;
}
.connect-home-office-cta .hbspt-form .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.connect-home-office-cta .hbspt-form .hs-email input.hs-input {
  padding: 10px;
  height: 2.1875rem;
  width: 100%;
}
@media only screen and (min-width: 64rem) {
  .connect-home-office-cta .hbspt-form .hs-email input.hs-input {
    height: 55px;
  }
}
.connect-home-office-cta .hbspt-form .hs_error_rollup {
  display: none;
}

.connect-home-office-cta__heading {
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 700;
}

.connect-home__btns {
  display: grid;
  gap: 1rem;
}
@media only screen and (min-width: 48rem) {
  .connect-home__btns {
    grid-template-columns: repeat(2, 1fr);
  }
}

.connect-workspace-section {
  text-align: center;
}

.connect-workspace-section__heading {
  margin-bottom: 1.25rem;
  color: #58595b;
  font-size: 3rem;
}

.connect-workspace-section__description {
  color: #a6aaad;
  font-size: 1.5rem;
  font-weight: 500;
  opacity: 1;
}

.connect-workspace-section__description p {
  line-height: 1.15;
}

.contact-us__content .grid-2 > div:first-of-type strong {
  font-size: 20px;
}

hr.mobile {
  display: block;
}
@media screen and (min-width: 768px) {
  hr.mobile {
    display: none;
  }
}

.contact-us-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1.5rem;
  width: 48rem;
}

.contact-us-form__input--full {
  grid-column: 1/-1;
}

@media only screen and (min-width: 48rem) {
  .embed-form {
    display: flex;
    flex-wrap: wrap;
  }
  .embed-form.--center {
    justify-content: center;
  }
  .embed-form.--narrow > div {
    width: 48.5%;
  }
  .embed-form.--full > div {
    width: 100%;
  }
}

.container {
  margin-right: auto;
  margin-left: auto;
  max-width: 80rem;
  padding-right: 1rem;
  padding-left: 1rem;
}

.container-xl, .container-xl--flush {
  margin-right: auto;
  margin-left: auto;
  max-width: 122rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.container-xl--flush {
  max-width: 120rem;
  padding-left: 0;
  padding-right: 0;
}

.cta-block {
  padding: 1.5rem;
  background-color: #f4f4f4;
}
@media only screen and (min-width: 64rem) {
  .cta-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2.5rem;
  }
}
.cta-block h2 {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 64rem) {
  .cta-block h2 {
    margin-bottom: 0;
  }
}
.cta-block p {
  margin-top: 0;
}

.cta-block__form .hbspt-form form {
  display: inline-flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
@media only screen and (min-width: 64rem) {
  .cta-block__form .hbspt-form form {
    flex-direction: row;
    gap: 0;
    height: 40px;
    width: auto;
    border: 1px solid #afaeaf;
  }
}
.cta-block__form .hbspt-form .field > label {
  display: none;
}
@media only screen and (min-width: 64rem) {
  .cta-block__form .hbspt-form .hs-form-field {
    width: 312px;
  }
}
.cta-block__form .hbspt-form .input,
.cta-block__form .hbspt-form input[type=email] {
  height: 40px;
}
@media only screen and (min-width: 64rem) {
  .cta-block__form .hbspt-form .input,
  .cta-block__form .hbspt-form input[type=email] {
    height: 100%;
  }
}
.cta-block__form .hbspt-form input[type=email] {
  padding-left: 1rem;
  width: 100%;
  border-radius: 0;
  border: 1px solid #afaeaf;
}
@media only screen and (min-width: 64rem) {
  .cta-block__form .hbspt-form input[type=email] {
    border: 0;
    max-width: 312px;
  }
}
.cta-block__form .hbspt-form input[type=submit] {
  height: 38px;
  line-height: 38px;
}
.cta-block__form .hbspt-form .hs_error_rollup {
  display: none;
}
.cta-block__form .hbspt-form .hs-error-msgs {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cta-block__form .btn, .cta-block__form #contact-form input[type=submit], #contact-form .cta-block__form input[type=submit],
.cta-block__form .oneder__form-container input[type=submit],
.oneder__form-container .cta-block__form input[type=submit] {
  flex: 1;
  height: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.cta-block__input {
  padding-left: 1rem;
  width: 19.5rem;
  max-width: 19.5rem;
  border: 0;
}

.case-study__full-quote + .cta-block {
  margin-top: 0.625rem;
}

.cta-block-v2 {
  padding: 1.5rem;
  background-color: #f4f4f4;
}
@media only screen and (min-width: 64rem) {
  .cta-block-v2 {
    padding: 3.5rem;
  }
}
.cta-block-v2 h2 {
  margin-bottom: 1rem;
}

.cta-block__newsletter .input {
  border-right-width: 0;
}
.cta-block__newsletter .actions {
  border-left-width: 0;
}
.cta-block__newsletter form {
  display: inline-flex;
  height: 2.625rem;
  border: 0.0625rem solid #aeaeae;
}
.cta-block__newsletter input {
  border-radius: 0;
  border-width: 0;
}
.cta-block__newsletter input[type=email] {
  padding-left: 1rem;
  width: 19.5rem;
  max-width: 19.5rem;
  border: 0;
  height: 100%;
}
.cta-block__newsletter .hs_email > label {
  display: none;
}
.cta-block__newsletter .hs-error-msgs {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}
.cta-block__newsletter .hs_error_rollup {
  display: none !important;
}
.cta-block__newsletter input.hs-button.primary.large {
  height: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  line-height: 2.625rem;
}
.cta-block__newsletter .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
  display: flex;
}
.cta-block__newsletter .hs_submit {
  display: flex;
}

.filters {
  display: none;
  margin-bottom: 1.5rem;
  padding: 1rem;
  background-color: #f4f4f4;
}
@media only screen and (min-width: 48rem) {
  .filters {
    display: flex;
    justify-content: space-between;
  }
}

.filter__input {
  height: 2.8125rem;
  width: 12.5rem;
}

.filter__input-group--inline > div {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 48rem) {
  .filter__input-group--inline > div {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 48rem) {
  .filter__input-group--inline {
    display: flex;
    align-items: center;
  }
}
.filter__input-group--inline label {
  margin-bottom: 0.5rem;
  font-weight: 400;
}
@media only screen and (min-width: 48rem) {
  .filter__input-group--inline label {
    flex-shrink: 0;
    margin-right: 1rem;
    margin-bottom: 0;
  }
}

.fivemonths__tabnav {
  background: #808080;
  width: 100%;
  height: 3.75rem;
  margin-top: 1.25rem;
}
.fivemonths__tabnav ul {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 3.75rem;
  border-right: 0.1875rem solid #fff;
}

.fivemonths__tab {
  float: left;
  list-style-type: none;
  line-height: 3.75rem;
  padding: 0 1.875rem;
  font-weight: 700;
  font-size: 1.25em;
  color: #434343;
  background: #808080;
  border-left: 0.1875rem solid #fff;
  width: 20%;
  text-align: center;
}
@media (max-width: 48.5rem) {
  .fivemonths__tab {
    padding: 0 0.75rem;
  }
}
.fivemonths__tab:hover {
  color: #fff;
}
.fivemonths__tab.active-tab {
  position: relative;
  height: 3.75rem;
  color: #fff;
  background: #434343;
}
@media (max-width: 48.5rem) {
  .fivemonths__tab span {
    display: none;
  }
}

.fivemonths__tab a {
  color: #434343;
}

.fivemonths__tab:hover a,
.fivemonths__tab.active-tab a {
  color: #fff;
}

.free-from-cards {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 64rem) {
  .free-from-cards {
    margin-right: auto;
    margin-bottom: 2rem;
    margin-left: auto;
  }
}

.education-hero-container {
  position: relative;
  z-index: 0;
}

.education-hero {
  position: relative;
  padding-bottom: 100%;
}
@media only screen and (min-width: 48rem) {
  .education-hero {
    overflow: hidden;
    padding-bottom: 35.93%;
  }
}
.education-hero > img {
  position: absolute;
  top: 0;
  height: 100%;
}
@media only screen and (min-width: 48rem) {
  .education-hero > img {
    height: auto;
    width: 100%;
  }
}

.education-hero__grid {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 100%;
}
@media only screen and (min-width: 48rem) {
  .education-hero__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 48rem) {
  .education-hero__grid > div {
    align-self: end;
  }
}
.education-hero__grid > div:nth-child(1) {
  order: 1;
  margin-top: 1rem;
}
@media only screen and (min-width: 48rem) {
  .education-hero__grid > div:nth-child(1) {
    order: 0;
    margin-top: 0;
  }
}
.education-hero__grid > div:nth-child(2) {
  order: 0;
}

.education-hero__quote-card,
.education-hero__cta {
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.education-hero__quote-card {
  position: relative;
  margin-bottom: 2rem;
  padding: 2rem 2rem 2rem 4rem;
}
.education-hero__quote-card .avatar {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -37px;
  margin-left: -37px;
}

.education-hero__quote-card__quote {
  margin-bottom: 1rem;
}

.education-hero__cta {
  padding: 2.5rem 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .education-hero__cta {
    margin-bottom: -2rem;
  }
}

@media only screen and (min-width: 48rem) {
  .grid-2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .grid-2 > div {
    width: 48.5%;
  }
}

@media only screen and (min-width: 48rem) {
  .grid-3 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .grid-3 > * {
    width: 32.3333333333%;
  }
}
.grid-3 .card {
  margin-bottom: 1rem;
}

.grid-3-1 > div:nth-child(1) {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 64rem) {
  .grid-3-1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .grid-3-1 > div:nth-child(1) {
    width: 60%;
    margin-bottom: 1rem;
  }
  .grid-3-1 > div:nth-child(2) {
    width: 35%;
  }
}

.hifhc {
  z-index: 1;
  margin-top: 0.625rem;
}
.hifhc img {
  object-fit: cover;
  object-position: center;
}
.hifhc.--image-contain img {
  object-fit: contain;
}

.hifhc__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start !important;
  padding: 32px 16px;
}
@media screen and (min-width: 64rem) {
  .hifhc__copy {
    padding: 32px 60px;
  }
}
@media screen and (min-width: 64rem) {
  .hifhc__copy {
    max-width: 50%;
  }
}
@media screen and (min-width: 80rem) {
  .hifhc__copy {
    max-width: 38%;
  }
}

.hero-w-btn__container {
  padding-top: 7.813%;
  padding-bottom: 7.813%;
}
@media screen and (min-width: 48rem) {
  .hero-w-btn__container {
    padding-top: 5.277%;
    padding-bottom: 5.277%;
  }
}
.hero-w-btn__container .btn--secondary {
  background-color: rgba(255, 255, 255, 0.6);
}
.hero-w-btn__container.--rightCenter {
  align-items: flex-end;
}
.hero-w-btn__container.--leftCenter {
  align-items: flex-start;
}
.hero-w-btn__container.--centerBottom {
  align-items: center;
  justify-content: flex-end;
}

.home-intro {
  margin-top: 2.75rem;
  margin-bottom: 3.625rem;
}
.home-intro p {
  color: #a6aaad;
}
.home-intro strong {
  color: #58595b;
  font-weight: 800;
}
@media only screen and (min-width: 48rem) {
  .home-intro {
    margin-top: 4.75rem;
    margin-bottom: 5.625rem;
  }
}

.home-tabs {
  display: none;
}
@media only screen and (min-width: 48rem) {
  .home-tabs {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: repeat(2, 1fr);
  }
}

.home-tabs__nav {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}
.home-tabs__nav li {
  border-left: 0.375rem solid #fff;
}
.home-tabs__nav li.active {
  border-color: #ff4141;
}
.home-tabs__nav li.active a {
  color: #000;
  font-weight: 700;
}
.home-tabs__nav a {
  display: block;
  padding: 0 1.125rem;
  color: #9a9a9a;
  font-size: 2.375rem;
}

.home-tabs__content {
  display: grid;
  gap: 1.25rem;
}
.home-tabs__content p {
  color: #58595b;
  font-size: 1.25rem;
}

.home-tabs__content-img-wrapper {
  height: 25rem;
}
.home-tabs__content-img-wrapper img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.home-heading {
  margin-bottom: 0.5rem;
  font-size: 1.875rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.0625rem;
}
@media only screen and (min-width: 48rem) {
  .home-heading {
    margin-bottom: 2.5rem;
  }
}

.home-featured-content {
  display: grid;
  gap: 2rem;
}
@media only screen and (min-width: 48rem) {
  .home-featured-content {
    grid-template-columns: repeat(3, 1fr);
  }
}

.home-featured-content__card {
  color: #ff4141;
}

.home-featured-content__card-image-wrapper {
  aspect-ratio: 185/139;
  overflow: hidden;
}
.home-featured-content__card-image-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease-out;
}
.home-featured-content__card-image-wrapper img:hover {
  transform: scale(1.1);
}

.home-featured-content__card-heading {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  color: #111;
  font-weight: 400;
  font-size: 22px;
  line-height: 24px;
}

.home-spaces {
  display: grid;
  gap: 0.875rem;
}
@media only screen and (min-width: 48rem) {
  .home-spaces {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    height: 49.625rem;
  }
}
@media only screen and (min-width: 48rem) {
  .home-spaces > *:nth-child(1) {
    grid-column: 1/2;
    grid-row: 1/3;
  }
}
@media only screen and (min-width: 48rem) {
  .home-spaces > *:nth-child(2) {
    grid-column: 2/3;
  }
}
@media only screen and (min-width: 48rem) {
  .home-spaces > *:nth-child(3) {
    grid-column: 3/4;
  }
}
@media only screen and (min-width: 48rem) {
  .home-spaces > *:nth-child(4) {
    grid-row: 3/4;
  }
}
@media only screen and (min-width: 48rem) {
  .home-spaces > *:nth-child(5) {
    grid-column: 2/3;
    grid-row: 2/4;
  }
}
@media only screen and (min-width: 48rem) {
  .home-spaces > *:nth-child(6) {
    grid-column: 3/4;
    grid-row: 2/4;
  }
}

@media only screen and (min-width: 48rem) {
  .home-spaces__intro {
    display: none;
  }
}

.home-spaces__grid-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 240px;
}
@media only screen and (min-width: 48rem) {
  .home-spaces__grid-item {
    height: auto;
  }
}
@media only screen and (min-width: 48rem) {
  .home-spaces__grid-item:hover .home-spaces__grid-item-name {
    opacity: 1;
  }
}
.home-spaces__grid-item:hover .home-spaces__grid-item-img {
  filter: brightness(0.6);
  transform: scale(1.1);
}

.home-spaces__grid-item-img {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(-1);
  transition: all 0.3s ease-out;
}

.home-spaces__grid-item-name {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 0.75rem;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
  transition: all 0.3s ease-out;
  background: rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 48rem) {
  .home-spaces__grid-item-name {
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.625rem;
    background-color: none;
    opacity: 0;
  }
}

.home-spaces__grid-item-description {
  display: none;
}
@media only screen and (min-width: 48rem) {
  .home-spaces__grid-item-description {
    display: flex;
    align-items: center;
    padding: 2rem;
    color: #fff;
    font-size: 1.25rem;
    background-color: #58595b;
  }
}

.home-spaces-mobile {
  display: grid;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.home-spaces-mobile img {
  margin-bottom: 1rem;
  max-width: 100%;
}
@media only screen and (min-width: 48rem) {
  .home-spaces-mobile {
    display: none;
  }
}

.home-spaces-mobile__heading {
  font-weight: 700;
  font-size: 1.25rem;
}

.home-hero, .wwd-main-hero {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 48.75rem;
  margin-top: -6.875rem;
  overflow: hidden;
  color: #fff;
  background: #333;
}
.home-hero::before, .wwd-main-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  display: block;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 16.85%, rgba(0, 0, 0, 0) 77.31%);
}
.home-hero h1, .wwd-main-hero h1,
.home-hero h2,
.wwd-main-hero h2 {
  position: relative;
  z-index: 1;
  padding-right: 2rem;
  padding-left: 2rem;
  text-align: center;
}
.home-hero h1 a, .wwd-main-hero h1 a,
.home-hero h2 a,
.wwd-main-hero h2 a {
  color: #fff;
}
.home-hero h1, .wwd-main-hero h1 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 3rem;
  font-weight: 400;
  line-height: 0.9;
  text-shadow: 0.125rem 0.125rem 0.25rem rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 64rem) {
  .home-hero h1, .wwd-main-hero h1 {
    font-size: 5.5rem;
  }
}
.home-hero h2, .wwd-main-hero h2 {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 300;
  text-shadow: 0.125rem 0.125rem 0.25rem rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 64rem) {
  .home-hero h2, .wwd-main-hero h2 {
    font-size: 1.75rem;
  }
}
.home-hero video, .wwd-main-hero video {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  background-size: cover;
  transform: translateX(-50%) translateY(-50%);
}
.home-hero img, .wwd-main-hero img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  background-size: cover;
  transform: translateX(-50%) translateY(-50%);
}

.home-hero.white-header, .white-header.wwd-main-hero {
  height: calc(100vh - 110px);
  margin-bottom: 110px;
}

@media screen and (min-width: 1024px) {
  .home-hero.white-header, .white-header.wwd-main-hero {
    height: calc(100vh - 110px);
    margin-bottom: 180px;
  }
}
.home-hero__partner-logo {
  content: "";
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 2;
  display: block;
  height: 35px;
  width: 118px;
  background-size: contain;
  background-repeat: no-repeat;
}

.home-hero.white-header, .white-header.wwd-main-hero {
  width: 100%;
  top: 6.875rem;
}

.home-industry {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 1.5rem 1rem;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.15);
}
@media only screen and (min-width: 64rem) {
  .home-industry {
    padding: 2.625rem;
  }
}
.home-industry > div:nth-child(1) {
  width: 100%;
}
@media only screen and (min-width: 48rem) {
  .home-industry > div:nth-child(1) {
    width: 32%;
  }
}
.home-industry > a {
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 48rem) {
  .home-industry > a {
    margin-bottom: 0;
  }
}
.home-industry > a:nth-child(2) {
  width: 49%;
}
@media only screen and (min-width: 48rem) {
  .home-industry > a:nth-child(2) {
    width: 20.6666666667%;
  }
}
.home-industry > a:nth-child(3) {
  width: 49%;
}
@media only screen and (min-width: 48rem) {
  .home-industry > a:nth-child(3) {
    width: 20.6666666667%;
  }
}
.home-industry > a:nth-child(4) {
  width: 49%;
}
@media only screen and (min-width: 48rem) {
  .home-industry > a:nth-child(4) {
    width: 20.6666666667%;
  }
}

.home-industry__img {
  display: block;
  width: 100%;
  position: relative;
  background-color: #434343;
}
.home-industry__img::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 162.7906976744%;
}

.home-industry__img__content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
}
.home-industry__img__content img {
  height: 100%;
}

.home-industry__img__footer {
  position: absolute;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.4375rem;
  width: 100%;
  color: #fff;
  font-size: 0.875rem;
  text-align: center;
  background: rgba(0, 0, 0, 0.52);
}

@media only screen and (min-width: 64rem) {
  .home-who-we-are {
    display: grid;
    grid-gap: 7.5rem;
    grid-template: "home-who-we-are__a home-who-we-are__b" auto/1fr 1fr;
  }
}
.home-who-we-are > div:nth-child(1) {
  grid-area: home-who-we-are__a;
}
.home-who-we-are > div:nth-child(2) {
  grid-area: home-who-we-are__b;
}
.home-who-we-are .btn:first-of-type, .home-who-we-are #contact-form input[type=submit]:first-of-type, #contact-form .home-who-we-are input[type=submit]:first-of-type,
.home-who-we-are .oneder__form-container input[type=submit]:first-of-type,
.oneder__form-container .home-who-we-are input[type=submit]:first-of-type {
  margin-right: 1rem;
}

.home-who-we-are__img-grid {
  display: grid;
  grid-gap: 1rem;
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". img-grid__a img-grid__b" "img-grid__c img-grid__d img-grid__e" "img-grid__f img-grid__g .";
  margin-bottom: 3rem;
}
@media only screen and (min-width: 64rem) {
  .home-who-we-are__img-grid {
    margin-bottom: 0;
  }
}
.home-who-we-are__img-grid div {
  position: relative;
  overflow: hidden;
  background-color: #f4f4f4;
  transition: transform 0.5s;
}
.home-who-we-are__img-grid div::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.home-who-we-are__img-grid div:first-of-type, .home-who-we-are__img-grid div:last-of-type {
  background-color: transparent;
}
.home-who-we-are__img-grid div:not(:first-of-type):not(:last-of-type):hover {
  z-index: 2;
  box-shadow: 8px 8px 24px 0 rgba(0, 0, 0, 0.2);
  transform: scale(1.25);
}
.home-who-we-are__img-grid div img {
  position: absolute;
  top: 0;
  width: 100%;
}
.home-who-we-are__img-grid div:nth-child(2) {
  grid-area: img-grid__a;
}
.home-who-we-are__img-grid div:nth-child(3) {
  grid-area: img-grid__b;
}
.home-who-we-are__img-grid div:nth-child(4) {
  grid-area: img-grid__c;
}
.home-who-we-are__img-grid div:nth-child(5) {
  grid-area: img-grid__d;
}
.home-who-we-are__img-grid div:nth-child(6) {
  grid-area: img-grid__e;
}
.home-who-we-are__img-grid div:nth-child(7) {
  grid-area: img-grid__f;
}
.home-who-we-are__img-grid div:nth-child(8) {
  grid-area: img-grid__g;
}

.home-who-we-are__list {
  margin-bottom: 3rem;
}
@media only screen and (min-width: 48rem) {
  .home-who-we-are__list {
    display: flex;
    flex-wrap: wrap;
  }
}
.home-who-we-are__list div {
  margin-bottom: 1rem;
  padding-left: 1.75rem;
  font-size: 14px;
  background: url(../images/static/checkmark.svg) top left no-repeat;
}
@media only screen and (min-width: 48rem) {
  .home-who-we-are__list div {
    width: 50%;
  }
}

.horizontal-line__container {
  max-width: 100%;
  width: 90rem;
  margin-left: auto;
  margin-right: auto;
}
.horizontal-line__container.--full-width {
  width: 100%;
}
.horizontal-line__container.--top-spacer {
  padding-top: 64px;
}
.horizontal-line__container.--bottom-spacer {
  padding-bottom: 64px;
}

.horizontal-line {
  width: 100%;
  height: 1px;
  background-color: #e6e6e6;
}

.intro-text {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.intro-text p {
  color: #a6aaad;
}
.intro-text strong {
  color: #58595b;
  font-weight: 800;
}
@media only screen and (min-width: 48rem) {
  .intro-text {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
.intro-text p {
  margin-bottom: 0;
}

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

.intro-w-accordion {
  display: flex;
  gap: 76px;
  flex-direction: column;
}
@media screen and (min-width: 64rem) {
  .intro-w-accordion {
    flex-direction: row;
  }
  .intro-w-accordion .intro {
    flex-basis: 66.6666666667%;
  }
  .intro-w-accordion .accordion {
    flex-basis: 33.3333333333%;
  }
}
.intro-w-accordion .accordion {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px;
}
.intro-w-accordion .accordion h3 {
  margin-bottom: 24px;
}

intro-accordion {
  display: block;
}
intro-accordion:not(:last-of-type) {
  border-bottom: 1px solid #A6AAAD;
}
intro-accordion button {
  background-color: unset;
  border: unset;
  color: unset;
}
intro-accordion button,
intro-accordion [data-heading] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  width: 100%;
  font-size: 0.875rem;
  cursor: pointer;
}
intro-accordion button.active .carrot-circle,
intro-accordion [data-heading].active .carrot-circle {
  transform: rotate(180deg);
}
intro-accordion button .carrot-circle,
intro-accordion [data-heading] .carrot-circle {
  transition: 0.2s ease-in-out transform;
}
intro-accordion [data-content] {
  --max-height: 100%;
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  transition: 0.4s 0.3s ease-in opacity, 0.2s ease-in max-height;
}
intro-accordion [data-content].active {
  max-height: var(--max-height);
  padding: 0 0 12px;
  visibility: visible;
  opacity: 1;
}

.issuu__content-container {
  height: 80vh;
}

.issuu__related-content {
  align-items: start;
}
.issuu__related-content > div {
  min-height: 250px;
  margin: 0.625rem;
  width: 80%;
}
.issuu__related-content .card {
  margin: 0;
}
.issuu__related-content p {
  margin-top: 1rem;
}
@media only screen and (min-width: 48rem) {
  .issuu__related-content > div {
    width: 33%;
  }
  .issuu__related-content .card {
    width: 100%;
  }
}

.input-group {
  margin-bottom: 1rem;
}
.input-group .label,
.input-group label {
  margin-bottom: 0.625rem;
}

.lp__inline {
  width: 100%;
  margin: 1.25rem 0;
}

.lp__intro {
  color: #6d796f;
  font-size: 1.5em;
  font-weight: 400;
  margin: 1.5625rem 0;
}

.lp__cta-container {
  display: flex;
  align-items: flex-start;
  margin: 1.5625rem 0 3.125rem 0;
}

.lp__cta {
  color: #6d796f;
  font-size: 1.2em;
  font-weight: 300;
}

.lp__ctaIcon {
  margin-right: 0.5em;
}
.lp__ctaIcon img {
  height: 1.5em;
  width: auto;
}

a:hover .lp__cta {
  filter: opacity(80%);
}

a:hover .lp__cta img {
  filter: opacity(80%);
}

.lp__pullquote {
  min-height: 19.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.6em;
  position: relative;
}
.lp__pullquote::before {
  content: "";
  position: absolute;
  top: 0rem;
  right: 0rem;
  bottom: 0rem;
  left: 0rem;
  background-color: rgba(0, 0, 0, 0.5);
}

.lp__pullquote_content {
  position: relative;
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 1.25rem;
  font-size: 1.5em;
  font-weight: 600;
}

.lp__full-banner {
  text-align: center;
  background: #434343;
  height: 3.75rem;
  margin: 2.5rem 0;
}
.lp__full-banner h3 {
  line-height: 3.75rem;
  margin: 0;
  padding: 0;
  color: #fff;
  font-weight: 700;
  font-size: 1.5em;
}

.lp__text .lp__body-column figure {
  margin: 0 0 1em 0;
  width: 100%;
  overflow: hidden;
}

.lp__contact-form {
  padding: 0;
}

.leadership__container {
  margin-top: 4.6875rem;
}

.leadership__intro-image {
  width: 100%;
}

.leadership__intro-image-caption {
  margin-top: 2.25rem;
  font-size: 1.375rem;
}
.leadership__intro-image-caption p {
  color: #a7a8aa;
  line-height: 1.6;
}
.leadership__intro-image-caption strong {
  color: #58595b;
}

.leadership__title {
  margin-bottom: 3.125rem;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
}

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

.location__anchor-links {
  margin-top: 50px;
}

.location__carousel {
  padding-top: 30px;
  padding-bottom: 60px;
}

.location__carousel-slide {
  display: block;
}

.location__carousel-image {
  align-items: flex-start;
  display: flex;
  min-height: 300px;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.location__carousel-image.right {
  justify-content: flex-end;
}
@media screen and (min-width: 500px) {
  .location__carousel-image {
    min-height: 400px;
  }
}
@media screen and (min-width: 768px) {
  .location__carousel-image {
    min-height: 600px;
  }
}

.location__carousel-content {
  background: #f4f4f4;
  display: none;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .location__carousel-content {
    margin: 40px 20px;
    display: block;
    width: 400px;
  }
}
.location__carousel-content.mobile {
  display: block;
  margin: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .location__carousel-content.mobile {
    display: none;
    min-height: 600px;
  }
}

.location__project {
  background: #f4f4f4;
  padding: 50px 0 100px;
}
.location__project .container {
  padding-left: 0;
  padding-right: 0;
}
.location__project .wwdif-section {
  flex-direction: row-reverse;
  margin-top: 0px;
  padding: 35px 20px;
}
.location__project .cta-block {
  background: #fff;
}

.location__leadership {
  padding-bottom: 70px;
}
.location__leadership .leadership__container {
  margin-top: 25px;
  padding-top: 50px;
}
.location__leadership .about-leaders {
  margin-top: 2.725rem;
}

.location__news-button-container {
  align-items: center;
  display: flex;
  justify-content: center;
}

.location__news-button {
  display: inline-block;
  margin: 0 auto;
}

@media only screen and (min-width: 48rem) {
  .location__offices {
    margin-top: 3rem;
  }
}

.card__location {
  position: relative;
}
.card__location .card__header {
  bottom: 5px;
}

.location__offices-row {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .location__offices-row {
    margin-bottom: 1.6rem;
  }
}

.location__name {
  margin-bottom: 10px !important;
  text-align: left;
}

.main-header {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 4rem;
}
@media only screen and (min-width: 48rem) {
  .main-header {
    height: 6.875rem;
  }
}

.main-header__logo {
  display: inline-block;
  height: 2.4375rem;
  width: 8.6875rem;
  background: url(../images/static/logo.svg) center center no-repeat;
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/*Home nav*/
.home .main-header__logo,
.inverted-nav .main-header__logo {
  background-image: url(../images/static/logo-white.svg);
}

/*Parent styles*/
.main-nav {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  height: 100%;
  width: 100%;
  padding: 3rem 1rem;
  overflow-y: auto;
  background-color: #fff;
}
@media only screen and (min-width: 57.5rem) {
  .main-nav {
    position: static;
    display: flex;
    align-items: center;
    height: 3.125rem;
    padding: 0;
    width: auto;
    overflow-y: visible;
    background-color: transparent;
  }
}
.main-nav.display-menu {
  display: block;
}

/*Link styles*/
.main-nav__link {
  display: block;
}
@media only screen and (min-width: 57.5rem) {
  .main-nav__link {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    min-width: 0;
    padding-right: 2rem;
  }
}
@media only screen and (min-width: 64rem) {
  .main-nav__link {
    padding-left: 2rem;
  }
}
.main-nav__link:hover {
  opacity: 0.7;
}

.main-nav__link__title {
  color: #292929;
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 1rem;
  text-transform: uppercase;
}

.main-nav__link__subtitle {
  color: #ff4141;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 0.875rem;
}

/*Button / CTA styles*/
.main-nav__cta {
  height: 2.375rem;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  font-weight: 900;
}
@media only screen and (min-width: 57.5rem) {
  .main-nav__cta {
    margin-left: 1.5rem;
  }
}

/*Drop downmenu*/
.main-nav__dropdown {
  position: relative;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 57.5rem) {
  .main-nav__dropdown {
    margin-bottom: 0;
  }
  .main-nav__dropdown:hover .main-nav__dropdown__menu {
    display: block;
  }
}

.main-nav__dropdown__menu {
  margin-top: 0.5rem;
  margin-bottom: 2rem;
  padding: 0.75rem;
  background-color: #fff;
  border: 1px solid #ebebeb;
}
@media only screen and (min-width: 57.5rem) {
  .main-nav__dropdown__menu {
    position: absolute;
    left: 0;
    display: none;
    margin-top: 0;
    margin-bottom: 0;
    padding: 1rem 1.5rem;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.15);
  }
}
@media only screen and (min-width: 64rem) {
  .main-nav__dropdown__menu {
    left: 2rem;
  }
}
.main-nav__dropdown__menu a {
  display: block;
  color: #292929;
  font-size: 0.875rem;
  line-height: 1.8;
  white-space: nowrap;
  opacity: 0.7;
}
.main-nav__dropdown__menu a:hover {
  opacity: 1;
}

/*Home nav*/
@media only screen and (min-width: 57.5rem) {
  .home .main-nav__link__title,
  .inverted-nav .main-nav__link__title {
    font-weight: 900;
  }
  .home .main-nav__link__title,
  .home .main-nav__link__subtitle,
  .home .main-nav__cta,
  .inverted-nav .main-nav__link__title,
  .inverted-nav .main-nav__link__subtitle,
  .inverted-nav .main-nav__cta {
    color: #fff;
  }
  .home .main-nav__link__subtitle,
  .inverted-nav .main-nav__link__subtitle {
    font-weight: 800;
  }
  .home .main-nav__cta,
  .inverted-nav .main-nav__cta {
    border-color: #fff;
  }
  .home .main-nav__dropdown__menu,
  .inverted-nav .main-nav__dropdown__menu {
    background-color: #0d0b0d;
    border: 1px solid #4d4d4d;
    box-shadow: 0 0 16px 0 rgba(255, 255, 255, 0.25);
  }
  .home .main-nav__dropdown__menu a,
  .inverted-nav .main-nav__dropdown__menu a {
    color: #fff;
  }
}
.home .main-nav__mobile-menu-btn,
.inverted-nav .main-nav__mobile-menu-btn {
  border-color: #fff;
}
.home .main-nav__mobile-menu-btn div,
.inverted-nav .main-nav__mobile-menu-btn div {
  background-color: #fff;
}

.home .white-header .main-nav__link__title {
  color: #000;
}
.home .white-header .main-nav__link__subtitle,
.home .white-header .main-nav__cta {
  color: #ff4141;
}
.home .white-header .main-nav__dropdown__menu {
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  box-shadow: 0 0 16px 0 rgba(255, 255, 255, 0.15);
}
.home .white-header .main-nav__dropdown__menu a {
  color: #292929;
}
.home .white-header .main-nav__mobile-menu-btn {
  border-color: #292929;
}
.home .white-header .main-nav__mobile-menu-btn div {
  background-color: #292929;
}

/*Mobile menu buttons*/
.main-nav__mobile-menu-close-btn {
  position: absolute;
  right: 1rem;
  top: 1rem;
  height: 1.5rem;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  font-size: 0.6875rem;
  letter-spacing: 0;
  text-transform: none;
  border-color: #ebebeb;
}
@media only screen and (min-width: 57.5rem) {
  .main-nav__mobile-menu-close-btn {
    display: none;
  }
}

.main-nav__mobile-menu-btn {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 2rem;
  padding: 8px 4px;
  width: 2rem;
  border: 2px solid #434343;
}
@media only screen and (min-width: 57.5rem) {
  .main-nav__mobile-menu-btn {
    display: none;
  }
}
.main-nav__mobile-menu-btn div {
  height: 2px;
  width: 100%;
  background-color: #434343;
}

#mobile-body.display-menu {
  overflow: hidden;
}

#masonry-container {
  z-index: 0;
}
@media only screen and (min-width: 48rem) {
  #masonry-container {
    z-index: 1;
  }
}
#masonry-container > div {
  margin-bottom: 1rem;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  width: 100%;
}
@media only screen and (min-width: 48rem) {
  #masonry-container > div {
    width: 50%;
  }
}
@media only screen and (min-width: 64rem) {
  #masonry-container > div {
    width: 33.3333333333%;
  }
}

@media only screen and (min-width: 48rem) {
  .masonry--callout {
    z-index: 2;
    margin-top: -200px;
  }
  .masonry--callout > div:nth-child(2) {
    padding-top: 200px;
  }
}
@media only screen and (min-width: 64rem) {
  .masonry--callout > div:nth-child(3) {
    padding-top: 200px;
  }
}

.modal-active {
  overflow: hidden;
}

.modal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
  display: none;
  overflow-y: auto;
  background-color: #fff;
}
@media only screen and (min-width: 48rem) {
  .modal-overlay {
    background: rgba(255, 255, 255, 0.5);
  }
}
.modal-overlay.active {
  display: block;
}
@media only screen and (min-width: 48rem) {
  .modal-overlay.bg-dark {
    background: rgba(0, 0, 0, 0.5);
  }
}

.modal-overlay-flex {
  align-items: center;
  display: flex;
  justify-content: center;
}

.modal {
  margin: 5vh auto;
  max-width: 80rem;
  background: white;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.15);
}
@media only screen and (min-width: 48rem) {
  .modal {
    position: relative;
  }
}
.modal img {
  height: 70vh;
  width: 100%;
  object-fit: cover;
}

.modal-close {
  position: absolute;
  top: 0;
  right: 0.5rem;
  z-index: 2;
  cursor: pointer;
  font-size: 40px;
}

.modal-content {
  padding: 2rem;
}

.modal .slick-slide {
  position: relative;
}
.modal .slick-slide::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.modal .slick-slide > * {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

@media only screen and (min-width: 48rem) {
  #team-modal .modal,
  #newsletter-modal .modal,
  #blog-modal .modal {
    width: 40vw;
    transform: translateY(50%);
  }
}

#newsletter-modal .modal,
#blog-modal .modal {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
}

#inspiration-modal .modal {
  max-width: 64rem;
}
@media only screen and (min-width: 48rem) {
  #inspiration-modal .modal-close {
    top: -40px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    font-size: 24px;
    background-color: #fff;
    border: 2px solid #292929;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.15);
    opacity: 0.5;
  }
  #inspiration-modal .modal-close:hover {
    opacity: 1;
  }
}
#inspiration-modal .slick-slider {
  margin-bottom: 1rem;
}
#inspiration-modal .slick-dots {
  position: absolute;
  top: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  width: 100%;
  list-style-type: none;
}
#inspiration-modal .slick-dots li {
  display: flex;
  align-items: center;
  height: 3.4375rem;
}
#inspiration-modal .slick-dots .slick-active:only-child {
  display: none;
}
#inspiration-modal .slick-dots .slick-active button {
  border-color: #ff4141;
  background-color: #ff4141;
  cursor: default;
}
#inspiration-modal .slick-dots button {
  height: 1rem;
  width: 1rem;
  margin-right: 0.25rem;
  margin-left: 0.25rem;
  padding-right: 0;
  padding-left: 0;
  background-color: #fff;
  border: 2px solid #434343;
  border-radius: 50%;
}
#inspiration-modal .slick-dots button:focus {
  outline: none;
}

.popover.active {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 48rem) {
  .popover.active {
    display: none;
  }
}
.popover.active .modal {
  flex-basis: 40rem;
}
.popover.active .modal-image img {
  height: 20rem;
}

.news__stories {
  background: #f4f4f4;
  padding: 3rem 0;
}
.news__stories .news__story-row {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
}

.news__story {
  background: #fff;
  color: #000;
  display: block;
  margin: 1.5rem 1.5rem 5rem 1.5rem;
  padding: 1.5rem 1.5rem 200px 1.5rem;
  position: relative;
  width: 100%;
}
.news__story .source {
  color: #ff4141;
  font-size: 0.8rem;
  text-transform: uppercase;
}
@media (min-width: 48rem) {
  .news__story {
    padding: 1.5rem 1.5rem 200px 1.5rem;
    width: calc(33.3% - 2rem);
  }
  .news__story:first-of-type {
    margin-left: 0;
  }
  .news__story:last-of-type {
    margin-right: 0;
  }
  .news__story h4 {
    font-size: 0.875rem;
  }
}
@media (min-width: 64rem) {
  .news__story {
    padding: 1.5rem 1.5rem 200px 1.5rem;
  }
  .news__story h4 {
    font-size: 1.25rem;
  }
}
@media (min-width: 80rem) {
  .news__story {
    padding: 1.5rem 1.5rem 300px 1.5rem;
  }
}

.news__story-image {
  background: #434343;
  background-size: cover;
  background-repeat: none;
  bottom: 1.5rem;
  height: 200px;
  margin: 1.5rem -1.5rem -1.5rem -1.5rem;
  position: absolute;
  width: 100%;
}
@media (min-width: 48rem) {
  .news__story-image {
    height: 200px;
  }
}
@media (min-width: 64rem) {
  .news__story-image {
    height: 200px;
  }
}
@media (min-width: 80rem) {
  .news__story-image {
    height: 300px;
  }
}

.news__story-read-link {
  align-items: center;
  background: #fff;
  bottom: -3.5rem;
  color: #ff4141;
  display: flex;
  font-size: 0.8rem;
  height: 3rem;
  justify-content: space-between;
  margin-left: -1.5rem;
  padding: 1.5rem;
  position: absolute;
  text-transform: uppercase;
  width: 100%;
}
.news__story-read-link p {
  margin-bottom: 0;
}
.news__story-read-link .arrow {
  font-size: 1rem;
}

.news__stories-pagination .pagination {
  width: 100%;
}

.news__footer {
  padding: 3.5rem 0;
  margin-bottom: -2rem;
}
.news__footer .container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 64rem) {
  .news__footer .container {
    flex-direction: row;
  }
}
.news__footer p {
  color: #000;
  font-size: 1.2rem;
  margin-bottom: 0.5em;
}
@media (min-width: 64rem) {
  .news__footer {
    margin-bottom: -6.25rem;
  }
}

.news__footer-message {
  width: 100%;
}
@media (min-width: 64rem) {
  .news__footer-message {
    width: 66%;
  }
}

.news__footer-links {
  margin-top: 5em;
  width: 100%;
}
@media (min-width: 64rem) {
  .news__footer-links {
    border-left: 1px solid black;
    margin-top: 0;
    padding-left: 2rem;
    width: 33%;
  }
}

.news__footer-link {
  display: block;
  margin-bottom: 2em;
}

.oneder__featured-categories {
  display: grid;
  grid-gap: 2.375rem;
}
@media only screen and (min-width: 64rem) {
  .oneder__featured-categories {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.oneder__featured-categories .oneder__featured-image-container {
  height: 14.625rem;
}

.oneder__featured-category-heading {
  margin-top: 1.25rem;
  margin-bottom: 0.375rem;
  color: #292929;
  font-size: 1.625rem;
  font-weight: 600;
}

.oneder__featured-category-link {
  color: #ff4141;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.oneder__featured {
  margin-top: 5rem;
  padding-bottom: 3rem;
}
.oneder__featured h2 {
  margin-bottom: 3.125rem;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
}

.oneder__featured-items p,
.oneder__featured-items a {
  color: #292929;
}
@media only screen and (min-width: 64rem) {
  .oneder__featured-items {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 24px;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .oneder__featured-items .oneder__featured-item:nth-child(1) {
    -ms-grid-column: 1;
  }
  .oneder__featured-items .oneder__featured-item:nth-child(2) {
    -ms-grid-column: 2;
  }
  .oneder__featured-items .oneder__featured-item:nth-child(3) {
    -ms-grid-column: 3;
  }
}

.oneder__featured-item {
  height: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
  min-width: 300px;
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.3s ease-out;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .oneder__featured-item {
    margin: 12px;
  }
}
.oneder__featured-item .oneder__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #666;
  height: 3rem;
  width: 3rem;
}
.oneder__featured-item .oneder__icon img {
  height: 2.25rem;
  width: 2.25rem;
  filter: brightness(0) invert(1);
}
.oneder__featured-item:hover {
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15);
}
.oneder__featured-item:hover > .oneder__featured-image-container img {
  transform: scale(1.1);
}
.oneder__featured-item:hover > .oneder__button img {
  transform: translateX(0.3125rem);
}
.oneder__featured-item p:last-child() {
  padding-bottom: 0.75rem;
}

.oneder__featured-item-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1.5rem 1.125rem 0.5rem;
}
.oneder__featured-item-header h3 {
  margin: 0;
  min-height: 3.125rem;
  font-size: 1.375rem;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Change this number to the desired number of lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; /* Adds the ellipsis to the truncated text */
}

.oneder__featured-item-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}
.oneder__featured-item-footer a {
  color: #ff4141;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 1rem 1.125rem;
}

.oneder__featured-image-container {
  overflow: hidden;
  width: 100%;
  height: 300px;
}

.oneder__image {
  width: 100%;
  height: 300px;
  object-fit: cover;
  transition: transform 0.3s ease-out;
}
.oneder__image:hover {
  transform: scale(1.1);
}

.oneder__featured-item-content {
  padding-left: 1.125rem;
  padding-right: 1.125rem;
}
.oneder__featured-item-content p {
  font-size: 0.75rem;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* Change this number to the desired number of lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; /* Adds the ellipsis to the truncated text */
}

.oneder__link-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 3rem;
}

.oneder__link {
  display: none;
  max-width: 100%;
}
@media only screen and (min-width: 64rem) {
  .oneder__link {
    display: block;
  }
}

.oneder__link-small {
  max-width: 100%;
}
@media only screen and (min-width: 64rem) {
  .oneder__link-small {
    display: none;
  }
}

.oneder__content {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 36px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .oneder__content {
    display: block;
  }
}
@media only screen and (min-width: 64rem) {
  .oneder__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

.oneder__button {
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  color: #ff4141;
}
.oneder__button img {
  transition: transform 0.3s ease-out;
}

.oneder__text-content .oneder__subheading1 {
  font-size: 1.5rem;
}
.oneder__text-content .oneder__subheading1 p {
  margin: 0;
}
@media only screen and (min-width: 64rem) {
  .oneder__text-content .oneder__subheading1 {
    font-size: 3rem;
  }
}
.oneder__text-content .oneder__subheading2 {
  max-width: 220px;
  font-size: 2rem;
  text-align: right;
  margin-top: -16px;
}
.oneder__text-content .oneder__subheading2 p {
  margin: 0;
}
@media only screen and (min-width: 64rem) {
  .oneder__text-content .oneder__subheading2 {
    font-size: 4rem;
    max-width: 420px;
  }
}

.oneder__form-container {
  -ms-grid-column: 2;
}
.oneder__form-container .oneder__thanks {
  font-weight: 300;
  font-size: 1.5rem;
  padding: 14px;
  display: none;
}
.oneder__form-container .oneder__fieldset {
  border: none;
  padding: none;
}
.oneder__form-container .oneder__field {
  padding-bottom: 14px;
}
.oneder__form-container .oneder__field label {
  font-weight: 300;
  margin-bottom: 18px;
  font-size: 1.5rem;
}
.oneder__form-container .oneder__field .input {
  border: 1px solid #292929 !important;
  height: 200px;
  margin-bottom: 12px;
}
.oneder__form-container .oneder__submit {
  background-color: #ff4141;
  border-color: #ff4141;
  font-weight: 400;
  transition: background-color 0.3s;
}
.oneder__form-container .oneder__submit:hover {
  background-color: #f40000 !important;
  border-color: #f40000 !important;
}

.oneder__podcast {
  background: #f4f4f4;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .oneder__podcast {
    flex-direction: row;
  }
}

.oneder__podcast-image {
  width: 100%;
  height: 50vw;
}
.oneder__podcast-image img {
  object-fit: cover;
  object-position: top;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .oneder__podcast-image {
    height: auto;
    width: 25%;
  }
}

.oneder__podcast-content {
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.oneder__podcast-header {
  color: #02a3cd;
  text-transform: uppercase;
  font-weight: 600;
}

.oneder__podcast-links {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media screen and (min-width: 768px) {
  .oneder__podcast-links {
    flex-direction: row;
  }
}
.oneder__podcast-links a {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .oneder__podcast-links a {
    margin-bottom: 0;
  }
}
.oneder__podcast-links a img {
  height: 55px;
}
@media screen and (min-width: 768px) {
  .oneder__podcast-links a img {
    height: 45px;
  }
}
@media screen and (min-width: 900px) {
  .oneder__podcast-links a img {
    height: 50px;
  }
}
@media screen and (min-width: 1000px) {
  .oneder__podcast-links a img {
    height: 60px;
  }
}
@media screen and (min-width: 1150px) {
  .oneder__podcast-links a img {
    height: 70px;
  }
}

.overlay-modal .container {
  width: 100%;
}
.overlay-modal .modal {
  padding: 40px;
  width: 100%;
  max-height: 90vh;
  overflow: auto;
}

.modal-overlay__content-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .modal-overlay__content-container {
    flex-direction: row;
  }
  .modal-overlay__content-container.left {
    flex-direction: row-reverse;
  }
  .modal-overlay__content-container.left .modal-overlay__image {
    padding-left: 40px;
    padding-right: 0;
  }
}

.modal-overlay__image {
  max-height: 500px;
  margin: 0 auto 40px;
}
.modal-overlay__image img {
  height: 100%;
  max-height: 500px;
  width: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .modal-overlay__image {
    margin: 0;
    padding-right: 40px;
    width: 40%;
  }
  .modal-overlay__image img {
    object-fit: contain;
    object-position: left;
  }
}

.modal-overlay__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .modal-overlay__content {
    width: 60%;
  }
}

.modal-overlay__title {
  font-size: 1.5rem;
}

.modal-overlay__text {
  margin-bottom: 20px;
}

.modal-overlay__buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.modal-overlay__buttons .btn:first-of-type, .modal-overlay__buttons #contact-form input[type=submit]:first-of-type, #contact-form .modal-overlay__buttons input[type=submit]:first-of-type,
.modal-overlay__buttons .oneder__form-container input[type=submit]:first-of-type,
.oneder__form-container .modal-overlay__buttons input[type=submit]:first-of-type {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .modal-overlay__buttons {
    display: block;
  }
  .modal-overlay__buttons .btn, .modal-overlay__buttons #contact-form input[type=submit], #contact-form .modal-overlay__buttons input[type=submit],
  .modal-overlay__buttons .oneder__form-container input[type=submit],
  .oneder__form-container .modal-overlay__buttons input[type=submit] {
    margin-bottom: 0;
  }
}

.pagination {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
.pagination a,
.pagination .current {
  height: 1.72rem;
  margin-right: 0.25rem;
  margin-left: 0.25rem;
  width: 1.72rem;
  color: #434343;
  font-size: 0.75rem;
  line-height: 1.72rem;
  text-align: center;
  border: 2px solid #434343;
}
@media only screen and (min-width: 48rem) {
  .pagination a,
  .pagination .current {
    height: 3rem;
    width: 3rem;
    font-size: 1rem;
    line-height: 3rem;
  }
}
.pagination a:hover {
  border-color: #ff4141;
}
.pagination .current {
  font-weight: bold;
  border: 2px solid gainsboro;
}
.pagination .current:only-child {
  display: none;
}

.partners-landing-intro {
  margin-bottom: 3rem;
}
.partners-landing-intro h2,
.partners-landing-intro h3,
.partners-landing-intro h4 {
  margin-top: 5.25rem;
  margin-bottom: 0.5rem;
  color: #58595b;
  font-size: 1.5rem;
  font-weight: 700;
}
@media only screen and (min-width: 64rem) {
  .partners-landing-intro h2,
  .partners-landing-intro h3,
  .partners-landing-intro h4 {
    font-size: 3rem;
  }
}
.partners-landing-intro p {
  margin-bottom: 0;
  color: #a6aaad;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}
@media only screen and (min-width: 64rem) {
  .partners-landing-intro p {
    font-size: 1.5rem;
  }
}

.partners-landing-stats {
  padding: 4rem;
  color: #fff;
  text-align: center;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.5);
  background-blend-mode: multiply;
}
@media only screen and (min-width: 64rem) {
  .partners-landing-stats {
    padding: 5rem 4rem 11.75rem;
  }
}

.partners-landing-stats__heading {
  margin-bottom: 3.5rem;
  font-size: 1.625rem;
  font-weight: 500;
}

.partners-landing-stats__data {
  display: grid;
  gap: 2rem;
}
@media only screen and (min-width: 64rem) {
  .partners-landing-stats__data {
    gap: 4rem;
    grid-template-columns: repeat(3, 1fr);
  }
}

.partners-landing-stats__datum-amount {
  font-size: 2.75rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0.875rem;
}

.partners-landing-stats__datum-label {
  font-size: 1.375rem;
  font-weight: 500;
}

.partners-landing-section-heading {
  font-weight: 700;
  letter-spacing: 0.25rem;
  text-transform: uppercase;
}

.partners-landing-logos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 0.5rem;
  margin-top: 3rem;
  row-gap: 2.5rem;
}
@media only screen and (min-width: 64rem) {
  .partners-landing-logos {
    grid-template-columns: repeat(6, 1fr);
  }
}
.partners-landing-logos div {
  display: grid;
  align-items: center;
}
.partners-landing-logos img {
  display: block;
  width: 100%;
}

.partners-landing-gallery {
  display: flex;
  gap: 8px;
  height: 98px;
  overflow: hidden;
}
@media only screen and (min-width: 64rem) {
  .partners-landing-gallery {
    gap: 2rem;
    height: 11.25rem;
    justify-content: center;
  }
}
@media only screen and (min-width: 64rem) {
  .partners-landing-gallery > * {
    height: 100%;
  }
}

.partners-landing-partners {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1rem;
  row-gap: 0.5rem;
  color: #a6aaad;
}
@media only screen and (min-width: 64rem) {
  .partners-landing-partners {
    grid-template-columns: repeat(4, 1fr);
  }
}
.partners-landing-partners p {
  margin-bottom: 0;
}

.password-form {
  margin: 200px auto;
  text-align: center;
}
.password-form .input {
  display: block;
  margin: 0 auto 2rem;
  width: 50%;
}

.podcast-entry__header {
  padding: 3rem;
  box-shadow: 0rem 0rem 0.75rem 0.5rem rgba(0, 0, 0, 0.1);
}

.podcast-entry__header-container {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 64rem) {
  .podcast-entry__header-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 3rem;
    margin-bottom: 2rem;
  }
}

.podcast-entry__header-text .eyebrow,
.podcast-entry__header-text .heading {
  margin-bottom: 1rem;
}
.podcast-entry__header-text .eyebrow {
  letter-spacing: 0.125rem;
}
@media screen and (min-width: 48rem) {
  .podcast-entry__header-text {
    flex: 1;
  }
  .podcast-entry__header-text .eyebrow,
  .podcast-entry__header-text .heading {
    margin-bottom: 1.5rem;
  }
}

.podcast-entry__header-image {
  background-size: cover;
  background-position: center;
  aspect-ratio: 0.8172268908;
}
@media screen and (min-width: 48rem) {
  .podcast-entry__header-image {
    width: 24.312rem;
  }
}

.podcast-entry__show-notes {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 48rem) {
  .podcast-entry__show-notes {
    flex-direction: row;
    align-items: center;
  }
}

.podcast-entry__show-notes--left {
  margin-top: 2rem;
}
@media screen and (min-width: 48rem) {
  .podcast-entry__show-notes--left {
    width: 60%;
    padding-right: 2.5rem;
  }
  .podcast-entry__show-notes--left.no-quote {
    width: 100%;
    padding-right: 0;
  }
}

.podcast-entry__show-notes--right {
  margin-top: 2rem;
}
@media screen and (min-width: 48rem) {
  .podcast-entry__show-notes--right {
    width: 37.5rem;
  }
}

.podcast-entry__transcript {
  border: 0.125rem solid #000;
  padding: 1.5rem 2rem;
  overflow: auto;
  max-height: 31.25rem;
}

.podcast-entry__embedded-section {
  background: #F5F5F5;
}
.podcast-entry__embedded-section .container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 4rem 1rem;
  background: #F5F5F5;
}
@media screen and (min-width: 48rem) {
  .podcast-entry__embedded-section .container {
    flex-direction: row;
    gap: 3.75rem;
  }
}
.podcast-entry__embedded-section .body-text, .podcast-entry__embedded-section .wwd-main-hero .hero-text, .wwd-main-hero .podcast-entry__embedded-section .hero-text, .podcast-entry__embedded-section .podcast-entry__related-content .two-col p, .podcast-entry__related-content .two-col .podcast-entry__embedded-section p, .podcast-entry__embedded-section .body-text--tight, .podcast-entry__embedded-section .body-text--bold {
  color: #000;
}
.podcast-entry__embedded-section .red-link {
  font-weight: 600;
}

@media screen and (min-width: 48rem) {
  .podcast-entry__embedded-copy {
    max-width: 46.4%;
  }
}

.podcast-entry__embedded-video {
  position: relative;
  flex-grow: 1;
  border-radius: 1.25rem;
  overflow: hidden;
  width: 100%;
}
.podcast-entry__embedded-video::before {
  content: "";
  display: block;
  padding-top: 51.6835016835%;
}
.podcast-entry__embedded-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.podcast-entry__related-content .two-col {
  display: flex;
  gap: 1rem;
  flex-direction: column;
}
.podcast-entry__related-content .two-col:not(:last-of-type) {
  margin-bottom: 3.75rem;
}
@media screen and (min-width: 48rem) {
  .podcast-entry__related-content .two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
  .podcast-entry__related-content .two-col:not(:last-of-type) {
    margin-bottom: 1.5rem;
  }
}
.podcast-entry__related-content .two-col.img-right .copy {
  order: 2;
}
.podcast-entry__related-content .two-col.img-right .image-container {
  order: 1;
}
@media (min-width: 48rem) {
  .podcast-entry__related-content .two-col.img-right .copy {
    order: 1;
  }
  .podcast-entry__related-content .two-col.img-right .img-wrapper,
  .podcast-entry__related-content .two-col.img-right .image-container {
    order: 2;
  }
}
.podcast-entry__related-content .image-container {
  position: relative;
}
.podcast-entry__related-content .image-container::before {
  content: "";
  display: block;
  padding-top: 84.2105263158%;
}
.podcast-entry__related-content .image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.podcast-landing__header {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2rem;
  box-shadow: 0px 0px 12px 8px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .podcast-landing__header {
    align-items: stretch;
    flex-direction: row;
  }
}

.podcast-landing__header--left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .podcast-landing__header--left {
    padding-right: 2rem;
    width: 70%;
  }
}
@media screen and (min-width: 900px) {
  .podcast-landing__header--left {
    padding-right: 4rem;
    width: 75%;
  }
}

.podcast-landing__header--right {
  display: flex;
  height: 100%;
  flex-shrink: 0;
  padding-top: 2rem;
  width: 100%;
}
.podcast-landing__header--right .card {
  min-width: 216px;
  min-height: 350px;
  max-height: unset;
  width: 100%;
  box-shadow: 0px 0px 12px 8px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 550px) {
  .podcast-landing__header--right .card {
    align-self: center;
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .podcast-landing__header--right .card {
    align-self: center;
    width: 100%;
  }
}
.podcast-landing__header--right .card__header-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 16px 24px;
  text-align: center;
}
.podcast-landing__header--right .eyebrow {
  letter-spacing: 2px;
  margin-bottom: 12px;
}
.podcast-landing__header--right .minor-heading {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .podcast-landing__header--right {
    padding-top: 0;
    width: 30%;
  }
}
@media screen and (min-width: 900px) {
  .podcast-landing__header--right {
    width: 25%;
  }
}

.podcast-landing__links {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 550px) {
  .podcast-landing__links {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .podcast-landing__links {
    display: flex;
    flex-direction: row;
  }
}
.podcast-landing__links a {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .podcast-landing__links a {
    margin-bottom: 0;
  }
}
.podcast-landing__links a img {
  height: 55px;
}
@media screen and (min-width: 768px) {
  .podcast-landing__links a img {
    height: 45px;
  }
}
@media screen and (min-width: 900px) {
  .podcast-landing__links a img {
    height: 50px;
  }
}
@media screen and (min-width: 1000px) {
  .podcast-landing__links a img {
    height: 60px;
  }
}
@media screen and (min-width: 1150px) {
  .podcast-landing__links a img {
    height: 70px;
  }
}
.podcast-landing__links.mobile-lg {
  align-items: flex-start;
  display: none;
  padding-right: 20px;
  justify-content: center;
  width: 50%;
}
@media screen and (min-width: 550px) {
  .podcast-landing__links.mobile-lg {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .podcast-landing__links.mobile-lg {
    display: none;
  }
}

.podcast-landing__entries {
  margin-top: 2.5rem;
}
@media only screen and (min-width: 48rem) {
  .podcast-landing__entries {
    margin-top: 4rem;
  }
}

.podcast-landing__entries-row {
  align-items: center;
  display: flex;
  gap: 32px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .podcast-landing__entries-row {
    flex-direction: row;
    align-items: stretch;
  }
}

.podcast__card {
  margin-bottom: 40px;
  max-width: 550px;
  max-height: 100%;
  overflow: hidden;
  width: 100%;
}
.podcast__card img {
  height: 100%;
  object-fit: cover;
}
.podcast__card .card__img {
  height: 66vw;
  max-height: 296px;
}
.podcast__card .eyebrow {
  margin-bottom: 16px;
  text-align: left;
  letter-spacing: 2px;
}
.podcast__card .minor-heading {
  margin-bottom: 16px;
  color: #000;
}
.podcast__card .card__content {
  padding: 16px 16px;
  text-align: left;
}
@media (min-width: 768px) {
  .podcast__card .card__content {
    padding: 24px 16px;
  }
}
.podcast__card .sm-body-text, .podcast__card .wwd-sp-flex .img-grid .item .overlay-full p, .wwd-sp-flex .img-grid .item .overlay-full .podcast__card p, .podcast__card .sm-body-text--bold, .podcast__card .sm-body-link, .podcast__card .wwd-sp-flex .img-grid .item .overlay-full a, .wwd-sp-flex .img-grid .item .overlay-full .podcast__card a {
  color: #58595b;
  margin-bottom: 16px;
}
.podcast__card .sm-body-text--bold {
  color: #ff4141;
}
.podcast__card .sm-body-text--bold::after {
  content: ">>";
  display: inline-block;
  padding-left: 3px;
}
@media screen and (min-width: 768px) {
  .podcast__card {
    max-width: 389px;
    margin-bottom: 0;
    width: calc(50% - 20px);
  }
  .podcast__card .card__img {
    height: 33vw;
  }
}

.podcast-entry__number {
  color: #fff;
}

.podcast-pagination__wrapper {
  padding-top: 32px;
}

.social-impact-intro {
  margin-top: 96px;
  margin-bottom: 64px;
}
.social-impact-intro p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 36px;
  line-height: 44px;
  color: #a6aaad;
}
@media only screen and (min-width: 48rem) {
  .social-impact-intro p {
    font-size: 50px;
    line-height: 62px;
  }
}
.social-impact-intro strong {
  color: #000000;
}

.social-impact-heading {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  text-transform: uppercase;
  color: #000000;
}
@media only screen and (min-width: 48rem) {
  .social-impact-heading {
    font-size: 28px;
    line-height: 32px;
  }
}

.social-impact-highlight {
  display: grid;
  gap: 24px;
}
@media only screen and (min-width: 48rem) {
  .social-impact-highlight {
    gap: 0;
    grid-template-columns: 1fr 1fr;
  }
}
.social-impact-highlight + .social-impact-highlight {
  margin-top: 48px;
}
@media only screen and (min-width: 48rem) {
  .social-impact-highlight div:nth-child(2) {
    padding-left: 36px;
  }
}
@media only screen and (min-width: 48rem) {
  .social-impact-highlight.swap div:nth-child(1) {
    order: 1;
    padding-left: 0;
  }
}
@media only screen and (min-width: 48rem) {
  .social-impact-highlight.swap div:nth-child(2) {
    order: 0;
    padding-right: 36px;
    padding-left: 0;
  }
}
.social-impact-highlight img {
  width: 100%;
}

.social-impact-highlight-heading {
  margin-bottom: 24px;
  font-weight: 400;
  font-size: 26px;
  line-height: 30px;
  color: #000000;
}
@media only screen and (min-width: 48rem) {
  .social-impact-highlight-heading {
    font-size: 30px;
    line-height: 36px;
  }
}

.social-impact-highlight-subheading {
  margin-bottom: 12px;
  font-weight: 800;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #58595b;
}

.social-impact-paragraph {
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: #000000;
}

.social-impact-section-text {
  margin-bottom: 64px;
}

.social-impact-resources {
  margin-top: 64px;
  margin-bottom: 64px;
  padding-top: 64px;
  padding-bottom: 64px;
  text-align: center;
  background-color: #f5f5f5;
}
.social-impact-resources a {
  color: #ff0000;
}
.social-impact-resources .container {
  display: grid;
  row-gap: 32px;
}
.social-impact-resources .social-impact-heading {
  margin-bottom: 0;
  color: #58595b;
}

.social-impact-resources-logos {
  display: grid;
  gap: 64px;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (min-width: 48rem) {
  .social-impact-resources-logos {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 64rem) {
  .social-impact-resources-logos {
    grid-template-columns: repeat(8, 1fr);
  }
}
.social-impact-resources-logos img {
  width: 100%;
}

.social-impact-stats {
  margin-top: 64px;
  margin-bottom: 64px;
  padding: 64px;
  color: #ffffff;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgba(0, 0, 0, 0.2); /* Tint color */
  background-blend-mode: multiply;
}
.social-impact-stats .social-impact-heading {
  margin-bottom: 28px;
  color: inherit;
}

.social-impact-stats-details {
  display: grid;
  gap: 24px;
}
@media only screen and (min-width: 48rem) {
  .social-impact-stats-details {
    gap: 96px;
    grid-template-columns: repeat(3, 1fr);
  }
}

.social-impact-stats-detail-amount {
  font-weight: 600;
  font-size: 48px;
  line-height: 55px;
}

.social-impact-stats-detail-label {
  margin-top: 8px;
  font-weight: 600;
  font-size: 26px;
  line-height: 32px;
  text-transform: uppercase;
}

.team-members {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.team-members > div {
  margin-bottom: 1rem;
  width: 47.5%;
}
@media only screen and (min-width: 48rem) {
  .team-members > div {
    width: 22.5%;
  }
}
@media only screen and (min-width: 64rem) {
  .team-members > div {
    width: 15%;
  }
}

.vm-hero {
  position: relative;
  padding-bottom: 107.79%;
  overflow: hidden;
  color: #fff;
  background-color: #f4f4f4;
}
@media only screen and (min-width: 64rem) {
  .vm-hero {
    padding-bottom: 35.93%;
  }
}
.vm-hero.with-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.vm-hero.short {
  padding-bottom: 23.9533333333%;
}
.vm-hero.short img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.vm-hero > img {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  object-position: center center;
  object-fit: cover;
}
.vm-hero > img.hero-image--desktop {
  display: none;
}
@media only screen and (min-width: 64rem) {
  .vm-hero > img {
    height: auto;
  }
  .vm-hero > img.hero-image--mobile {
    display: none;
  }
  .vm-hero > img.hero-image--desktop {
    display: block;
  }
}
.vm-hero .vm-hero__h2 {
  font-size: 3.375rem;
  font-weight: 600;
  line-height: 3.5rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 64rem) {
  .vm-hero .vm-hero__h2 {
    font-size: 4.75rem;
    line-height: 5rem;
  }
}

.vm-hero-w-card .vm-hero {
  padding-bottom: 45%;
}
@media only screen and (max-width: 64rem) {
  .vm-hero-w-card .vm-hero__card.--mobile {
    position: relative;
    z-index: 1;
    margin-top: -4rem;
    padding: 2rem;
  }
}

@media only screen and (max-width: 64rem) {
  .vm-hero--wwd {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.vm-hero__content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-right: 1rem;
  padding-left: 1rem;
}
.vm-hero__content > .hero-w-card__bg-text {
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 1rem;
  padding-left: 1rem;
  text-align: center;
}
@media only screen and (min-width: 64rem) {
  .vm-hero__content > .hero-w-card__bg-text {
    max-width: 50rem;
    padding-right: 0;
    padding-left: 0;
  }
}
.vm-hero__content > p {
  margin-bottom: 0;
  font-size: 1rem;
  text-align: center;
}
@media only screen and (min-width: 80rem) {
  .vm-hero__content > p {
    margin-bottom: 0;
    font-size: 2rem;
  }
}
.vm-hero__content > .btn, #contact-form .vm-hero__content > input[type=submit],
.oneder__form-container .vm-hero__content > input[type=submit] {
  flex-shrink: 0;
}
.vm-hero__content > .vm-hero__bg-text + p {
  margin-top: 1rem;
}
.vm-hero__content > .vm-hero__bg-text + .btn, #contact-form .vm-hero__content > .vm-hero__bg-text + input[type=submit],
.oneder__form-container .vm-hero__content > .vm-hero__bg-text + input[type=submit] {
  margin-top: 1rem;
}
@media only screen and (min-width: 64rem) {
  .vm-hero__content > .vm-hero__bg-text + .btn, #contact-form .vm-hero__content > .vm-hero__bg-text + input[type=submit],
  .oneder__form-container .vm-hero__content > .vm-hero__bg-text + input[type=submit] {
    margin-top: 2rem;
  }
}
.vm-hero__content > p + .btn, #contact-form .vm-hero__content > p + input[type=submit],
.oneder__form-container .vm-hero__content > p + input[type=submit] {
  margin-top: 1rem;
}
@media only screen and (min-width: 64rem) {
  .vm-hero__content > p + .btn, #contact-form .vm-hero__content > p + input[type=submit],
  .oneder__form-container .vm-hero__content > p + input[type=submit] {
    margin-top: 2rem;
  }
}

.vm-hero__content--reduced {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-right: 1rem;
  padding-left: 1rem;
}

.vm-hero__content.four-o-four {
  text-align: center;
}
.vm-hero__content.four-o-four p {
  font-size: 1.5rem;
}

.vm-hero__2-col {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 64rem) {
  .vm-hero__2-col {
    position: absolute;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .vm-hero__2-col > div:nth-child(1) {
    width: 54%;
  }
  .vm-hero__2-col > div:nth-child(2) {
    min-width: 35%;
    max-width: 42%;
    max-height: 90%;
    overflow-y: auto;
  }
  .vm-hero__2-col.--reverse > div:nth-child(2) {
    width: 54%;
    min-width: initial;
    max-width: initial;
    max-height: initial;
    overflow-y: initial;
  }
  .vm-hero__2-col.--reverse > div:nth-child(1) {
    width: initial;
    min-width: 35%;
    max-width: 42%;
    max-height: 90%;
    overflow-y: auto;
  }
}
.vm-hero__2-col .vm-hero__h2 {
  margin-top: 0;
  margin-bottom: 1.125rem;
  font-size: 1.25rem;
}
@media only screen and (min-width: 64rem) {
  .vm-hero__2-col .vm-hero__h2 {
    font-size: 1.75rem;
  }
}
@media only screen and (min-width: 80rem) {
  .vm-hero__2-col .vm-hero__h2 {
    font-size: 2.5rem;
  }
}
.vm-hero__2-col .vm-hero__bg-text {
  align-self: center;
  padding-right: 0;
  padding-left: 0;
  text-align: left;
}
@media only screen and (min-width: 48rem) {
  .vm-hero__2-col .vm-hero__bg-text {
    font-size: 4.667vw;
  }
}
@media only screen and (min-width: 64rem) {
  .vm-hero__2-col .vm-hero__bg-text {
    margin-top: 0;
  }
}

.vm-hero__card {
  padding: 2.5rem 1.875rem;
  background-color: #fff;
  display: none;
}
@media only screen and (min-width: 64rem) {
  .vm-hero__card {
    display: block;
    padding: 2.667vw 2vw;
  }
}
.vm-hero__card h2,
.vm-hero__card .vm-hero__h2,
.vm-hero__card p {
  color: #292929;
  max-width: 100%;
}
.vm-hero__card.--mobile {
  display: block;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  visibility: visible;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 64rem) {
  .vm-hero__card.--mobile {
    display: none;
  }
}

.vm-button {
  display: flex;
}
.vm-button.--left {
  justify-content: flex-start;
}
.vm-button.--center {
  justify-content: center;
}
.vm-button.--right {
  justify-content: flex-end;
}
.vm-button.--p-top {
  padding-top: 2rem;
}
.vm-button.--p-bottom {
  padding-bottom: 2rem;
}

.who-we-are__intro {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 1.5rem 1rem;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.15);
}
@media only screen and (min-width: 64rem) {
  .who-we-are__intro {
    padding: 2.625rem;
  }
}
.who-we-are__intro > div:nth-child(1) {
  width: 100%;
}
@media only screen and (min-width: 48rem) {
  .who-we-are__intro > div:nth-child(1) {
    width: 32%;
  }
}
.who-we-are__intro > div:nth-child(2) {
  width: 49%;
}
@media only screen and (min-width: 48rem) {
  .who-we-are__intro > div:nth-child(2) {
    width: 20.6666666667%;
  }
}
.who-we-are__intro > div:nth-child(3) {
  width: 49%;
}
@media only screen and (min-width: 48rem) {
  .who-we-are__intro > div:nth-child(3) {
    width: 20.6666666667%;
  }
}
.who-we-are__intro > div:nth-child(4) {
  width: 49%;
}
@media only screen and (min-width: 48rem) {
  .who-we-are__intro > div:nth-child(4) {
    width: 20.6666666667%;
  }
}

.who-we-are__intro__img {
  position: relative;
  margin-bottom: 1rem;
  padding-bottom: 118%;
  overflow-y: hidden;
}
.who-we-are__intro__img img {
  position: absolute;
  top: 0;
  width: 100%;
}

@media only screen and (min-width: 64rem) {
  .wwd-block {
    display: flex;
  }
}
@media only screen and (min-width: 64rem) {
  .wwd-block:nth-child(odd) > div:nth-child(2) {
    order: -1;
  }
}
@media only screen and (min-width: 64rem) {
  .wwd-block > div:nth-child(1) {
    width: 50%;
  }
}
@media only screen and (min-width: 64rem) {
  .wwd-block > div:nth-child(2) {
    width: 50%;
  }
}

.wwd-block__img {
  width: 100%;
}

.wwd-block__content {
  grid-area: wd-block__b;
  padding: 2.5rem;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.15);
}
@media only screen and (min-width: 64rem) {
  .wwd-block__content {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

@media only screen and (min-width: 64rem) {
  .wwd-block__content__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.wwd-block__avatar-block {
  display: flex;
  align-items: center;
  margin-top: 1.5rem;
}
@media only screen and (min-width: 64rem) {
  .wwd-block__avatar-block {
    margin-top: 0;
  }
}
.wwd-block__avatar-block .avatar {
  margin-right: 1rem;
}

@media (max-width: 64rem) {
  .wwd-carousel-modal .modal {
    margin-top: 0;
  }
}
.wwd-carousel-modal .modal-image img {
  height: 400px;
}
.wwd-carousel-modal section {
  margin-top: 0;
}
.wwd-carousel-modal .btn, .wwd-carousel-modal #contact-form input[type=submit], #contact-form .wwd-carousel-modal input[type=submit],
.wwd-carousel-modal .oneder__form-container input[type=submit],
.oneder__form-container .wwd-carousel-modal input[type=submit] {
  height: auto;
  padding: 14px 16px;
  text-align: center;
  white-space: normal;
  line-height: normal;
}
.wwd-carousel-modal .intro-container {
  justify-content: space-between;
  align-items: center;
  padding: 48px 48px 48px;
}
@media (min-width: 64rem) {
  .wwd-carousel-modal .intro-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    padding: 64px 48px 32px;
  }
}
.wwd-carousel-modal .loader-container {
  display: flex;
  justify-content: center;
  height: 100vh;
  padding-top: 200px;
}
.wwd-carousel-modal .loader {
  width: 0.938rem;
  height: 0.938rem;
  aspect-ratio: 1;
  border-radius: 50%;
  animation: l5 1s infinite linear alternate;
}
@keyframes l5 {
  0% {
    box-shadow: 1.25rem 0 #000, -1.25rem 0 rgba(0, 0, 0, 0.1333333333);
    background: #000;
  }
  33% {
    box-shadow: 1.25rem 0 #000, -1.25rem 0 rgba(0, 0, 0, 0.1333333333);
    background: rgba(0, 0, 0, 0.1333333333);
  }
  66% {
    box-shadow: 1.25rem 0 rgba(0, 0, 0, 0.1333333333), -1.25rem 0 #000;
    background: rgba(0, 0, 0, 0.1333333333);
  }
  100% {
    box-shadow: 1.25rem 0 rgba(0, 0, 0, 0.1333333333), -1.25rem 0 #000;
    background: #000;
  }
}
.wwd-carousel-modal .wwd-section {
  padding-top: 48px;
  padding-bottom: 16px;
}
.wwd-carousel-modal .wwd-section .subheading {
  text-align: center;
  margin-bottom: 2rem;
}
.wwd-carousel-modal .wwd-section .wwd-service {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.wwd-carousel-modal .wwd-section .wwd-service:not(:last-of-type) {
  margin-bottom: 2rem;
}
@media (min-width: 64rem) {
  .wwd-carousel-modal .wwd-section .wwd-service {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.25rem;
  }
}
.wwd-carousel-modal .wwd-section .wwd-service.flipped .wwd-copy {
  order: 2;
}
.wwd-carousel-modal .wwd-section .wwd-service.flipped .img-wrapper {
  order: 1;
}
@media (min-width: 64rem) {
  .wwd-carousel-modal .wwd-section .wwd-service.flipped .wwd-copy {
    order: 1;
    align-items: flex-end;
    text-align: right;
  }
  .wwd-carousel-modal .wwd-section .wwd-service.flipped .img-wrapper {
    order: 2;
  }
}
.wwd-carousel-modal .wwd-section .wwd-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (min-width: 64rem) {
  .wwd-carousel-modal .wwd-section .wwd-copy {
    align-items: flex-start;
    text-align: left;
  }
}
.wwd-carousel-modal .wwd-section .img-wrapper {
  position: relative;
  max-width: 100%;
}
.wwd-carousel-modal .wwd-section .img-wrapper::before {
  content: "";
  display: block;
  padding-bottom: 72.3140495868%;
}
.wwd-carousel-modal .wwd-section .img-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.wwd-carousel-modal .work {
  padding-top: 48px;
}

.wwd-filters {
  align-items: center;
  justify-content: flex-start;
}
.wwd-filters a:not(.btn) {
  padding-right: 2rem;
  padding-left: 2rem;
  color: #292929;
  font-size: 1rem;
  text-align: center;
}
.wwd-filters a:not(.btn):not(:last-child):not(div) {
  border-right: 1px solid #e6e6e6;
}
.wwd-filters .btn, .wwd-filters #contact-form input[type=submit], #contact-form .wwd-filters input[type=submit],
.wwd-filters .oneder__form-container input[type=submit],
.oneder__form-container .wwd-filters input[type=submit] {
  margin-left: auto;
}

.wwd-image-grid .image-grid {
  display: grid;
  grid-template-columns: 0.43fr 0.57fr;
  gap: 24px;
}
.wwd-image-grid .image-grid .img-wrapper {
  position: relative;
  display: block;
  max-height: 400px;
  overflow: hidden;
}
.wwd-image-grid .image-grid .img-wrapper:hover img {
  transform: scale(1.05);
}
.wwd-image-grid .image-grid .img-wrapper:hover .img-heading::after, .wwd-image-grid .image-grid .img-wrapper:hover .wwd-main-hero .instruction-text::after, .wwd-main-hero .wwd-image-grid .image-grid .img-wrapper:hover .instruction-text::after {
  transform: translateX(8px);
}
.wwd-image-grid .image-grid .img-heading, .wwd-image-grid .image-grid .wwd-main-hero .instruction-text, .wwd-main-hero .wwd-image-grid .image-grid .instruction-text {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 32px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  color: #fff;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
}
.wwd-image-grid .image-grid .img-heading::after, .wwd-image-grid .image-grid .wwd-main-hero .instruction-text::after, .wwd-main-hero .wwd-image-grid .image-grid .instruction-text::after {
  padding-left: 8px;
  content: ">>";
  transition: 0.2s ease-in-out transform;
}
@media (min-width: 48rem) {
  .wwd-image-grid .image-grid .img-heading.circle-arrow::after, .wwd-image-grid .image-grid .wwd-main-hero .circle-arrow.instruction-text::after, .wwd-main-hero .wwd-image-grid .image-grid .circle-arrow.instruction-text::after {
    content: url("/assets/images/static/right-circle-arrow.svg");
  }
}
.wwd-image-grid .image-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease-out transform;
}
.wwd-image-grid .image-grid .full-height {
  grid-row: 1/3;
  max-height: 824px;
}
@media (max-width: 48rem) {
  .wwd-image-grid .image-grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, auto);
    height: auto;
  }
  .wwd-image-grid .image-grid .full-height {
    height: auto;
  }
}

.wwd-large-copy {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.wwd-large-copy p {
  color: #a6aaad;
}
.wwd-large-copy strong {
  color: #58595b;
  font-weight: 800;
}

.wwd-main-hero {
  height: 100%;
  min-height: 100vh;
}
.wwd-main-hero #hero-heading,
.wwd-main-hero .scroll-in {
  visibility: hidden;
  max-width: 78rem;
}
.wwd-main-hero .hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.wwd-main-hero .hero-content h1 {
  position: relative;
  z-index: 1;
  padding-right: 2rem;
  padding-left: 2rem;
  text-align: center;
}
.wwd-main-hero .hero-content h1 a {
  color: #fff;
}
.wwd-main-hero .hero-content h1 {
  margin-top: 0;
  margin-bottom: 1rem;
  text-shadow: 0.125rem 0.125rem 0.25rem rgba(0, 0, 0, 0.5);
}
.wwd-main-hero .scroll-in {
  --top: 55%;
  --right: unset;
  --bottom: unset;
  --left: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  gap: 16px;
  max-width: 90%;
  width: 100%;
  padding: 0.5em;
  background: rgba(0, 0, 0, 0.7333333333);
  transform: translate(-50%, -50%);
}
@media (min-width: 64rem) {
  .wwd-main-hero .scroll-in {
    top: var(--top);
    right: var(--right);
    left: var(--left);
    bottom: var(--bottom);
    max-width: 377px;
    transform: unset;
  }
}
.wwd-main-hero .instruction {
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}
.wwd-main-hero .instruction-text {
  display: flex;
  align-items: center;
  gap: 12px;
}
.wwd-main-hero .hero-text {
  max-width: 100%;
  width: 100%;
  color: #fff;
  font-size: 20px;
}
@media (min-width: 64rem) {
  .wwd-main-hero .hero-text {
    max-width: 317px;
    padding: 0;
  }
}
.wwd-main-hero .hero-text p {
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 0;
}
.wwd-main-hero .circle-number {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #fff;
  font-size: 22px;
  line-height: 22px;
  font-weight: 300;
}

.wwdif-section > div:nth-child(1) {
  display: grid;
}
.wwdif-section > div:nth-child(1) .card {
  order: 1;
}
@media only screen and (min-width: 48rem) {
  .wwdif-section > div:nth-child(1) {
    display: block;
  }
}
.wwdif-section .card {
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 48rem) {
  .wwdif-section .card {
    margin-bottom: 2rem;
  }
}
.wwdif-section .cta-block {
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 48rem) {
  .wwdif-section .cta-block {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 48rem) {
  .wwdif-section:nth-child(odd) > div:nth-child(2) {
    order: -1;
  }
}

.wwd-services-carousel .heading {
  margin-bottom: 64px;
  text-align: center;
  color: #58595b;
}
.wwd-services-carousel .img-container {
  position: relative;
  display: block;
  margin-right: 24px;
  border: none;
  background-color: #fff;
  cursor: pointer;
  white-space: unset;
  overflow: hidden;
}
.wwd-services-carousel .img-container:hover .circle-plus, .wwd-services-carousel .img-container:focus .circle-plus {
  opacity: 1;
}
.wwd-services-carousel .img-container:hover img, .wwd-services-carousel .img-container:focus img {
  transform: scale(1.1);
}
.wwd-services-carousel .img-container:after {
  display: block;
  width: 100%;
  padding-bottom: 95.2380952381%;
  content: "";
}
.wwd-services-carousel .img-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.3s ease-out transform;
}
.wwd-services-carousel .img-container .circle-plus {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  opacity: 0;
  transition: 0.3s ease-in-out opacity;
  content: "";
}
.wwd-services-carousel .img-container .img-heading, .wwd-services-carousel .img-container .wwd-main-hero .instruction-text, .wwd-main-hero .wwd-services-carousel .img-container .instruction-text {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  padding: 16px;
  max-width: 100%;
  width: 100%;
  margin-bottom: 0;
  color: #fff;
  text-align: center;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  transform: translateX(-50%);
}
.wwd-services-carousel .slick-dots {
  --dots: #898989;
}
.wwd-services-carousel .slick-dots button {
  border: 1px solid var(--dots);
  font-size: 12px;
  color: transparent;
}
.wwd-services-carousel .slick-dots .slick-active button {
  border-color: var(--dots);
  background-color: var(--dots);
}
.wwd-services-carousel .carousel-nav {
  display: none;
  justify-content: center;
  padding-top: 32px;
}
@media only screen and (min-width: 48rem) {
  .wwd-services-carousel .carousel-nav {
    display: flex;
  }
}
.wwd-services-carousel .carousel-nav-container {
  display: flex;
  gap: 36px;
  padding: 12px;
  width: 140px;
  height: 64px;
  border-radius: 50px;
  background-color: #a6aaad;
}
.wwd-services-carousel .carousel-nav-container .slick-arrow {
  position: static;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  cursor: pointer;
  opacity: 1;
  background-color: transparent;
  border: unset;
}
.wwd-services-carousel .carousel-nav-container .slick-arrow:hover {
  opacity: 0.75;
}

.services-video {
  position: relative;
  z-index: 0;
  height: 600px;
  overflow: hidden;
  color: #fff;
  background: #333;
}
.services-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  background-size: cover;
  transform: translateX(-50%) translateY(-50%);
}

.wwd-sp-flex.no-mt {
  margin-top: 0;
}
.wwd-sp-flex.bg-img {
  min-height: 592px;
  padding-top: 96px;
  padding-bottom: 96px;
}
@media (min-width: 48rem) {
  .wwd-sp-flex.bg-img {
    background: var(--bg-img) right/contain no-repeat;
  }
}
.wwd-sp-flex.bg-img.primary {
  background: var(--bg-img) top/100% no-repeat, #f5f5f5;
}
@media (min-width: 48rem) {
  .wwd-sp-flex.bg-img.primary {
    background: var(--bg-img) right/contain no-repeat, #f5f5f5;
  }
}
.wwd-sp-flex.bg-img.primary .placeholder {
  padding-bottom: 79.2307692308%;
}
@media (min-width: 48rem) {
  .wwd-sp-flex.bg-img.primary .placeholder {
    padding-bottom: 0;
  }
}
.wwd-sp-flex.bg-img .subheading {
  margin-bottom: 12px;
}
.wwd-sp-flex.bg-img .eyebrow {
  margin-bottom: 24px;
}
.wwd-sp-flex .body-text a, .wwd-sp-flex .body-text--tight a, .wwd-sp-flex .body-text--bold a, .wwd-sp-flex .podcast-entry__related-content .two-col p a, .podcast-entry__related-content .two-col .wwd-sp-flex p a, .wwd-sp-flex .wwd-main-hero .hero-text a, .wwd-main-hero .wwd-sp-flex .hero-text a {
  color: #ff4141;
}
.wwd-sp-flex.bg-gray {
  background-color: #f5f5f5;
}
.wwd-sp-flex.bg-img-full {
  padding-top: 96px;
  padding-bottom: 96px;
  background: var(--bg-img) center/cover no-repeat;
  color: #fff;
}
.wwd-sp-flex.bg-img-full.enableOverlay {
  position: relative;
}
.wwd-sp-flex.bg-img-full.enableOverlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.wwd-sp-flex.bg-img-full.enableNegativeBottomMargin {
  margin-bottom: -2rem;
}
@media only screen and (min-width: 64rem) {
  .wwd-sp-flex.bg-img-full.enableNegativeBottomMargin {
    margin-bottom: -6.25rem;
  }
}
.wwd-sp-flex.bg-img-full .container {
  position: relative;
  z-index: 1;
}
.wwd-sp-flex.bg-img-full .body-text, .wwd-sp-flex.bg-img-full .body-text--tight, .wwd-sp-flex.bg-img-full .body-text--bold, .wwd-sp-flex.bg-img-full .podcast-entry__related-content .two-col p, .podcast-entry__related-content .two-col .wwd-sp-flex.bg-img-full p, .wwd-sp-flex.bg-img-full .wwd-main-hero .hero-text, .wwd-main-hero .wwd-sp-flex.bg-img-full .hero-text {
  color: #fff;
}
.wwd-sp-flex.bg-img-full .btn--secondary {
  border-color: #fff;
  color: #fff;
}
.wwd-sp-flex.work .heading-wrapper {
  margin-bottom: 32px;
}
.wwd-sp-flex.work .two-col {
  margin-bottom: 48px;
}
.wwd-sp-flex.work .block-heading {
  margin-bottom: 12px;
}
.wwd-sp-flex.work .eyebrow {
  margin-bottom: 24px;
}
.wwd-sp-flex.work .sm-body-link, .wwd-sp-flex.work .img-grid .item .overlay-full a {
  font-weight: 600;
}
.wwd-sp-flex.work .work-img-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 50% 50%;
  gap: 12px;
}
.wwd-sp-flex.work .work-img-grid img {
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.wwd-sp-flex.work .work-img-grid img:first-of-type {
  grid-column: span 2;
}
.wwd-sp-flex.img-grid-wrapper .body-text, .wwd-sp-flex.img-grid-wrapper .body-text--tight, .wwd-sp-flex.img-grid-wrapper .body-text--bold, .wwd-sp-flex.img-grid-wrapper .podcast-entry__related-content .two-col p, .podcast-entry__related-content .two-col .wwd-sp-flex.img-grid-wrapper p, .wwd-sp-flex.img-grid-wrapper .wwd-main-hero .hero-text, .wwd-main-hero .wwd-sp-flex.img-grid-wrapper .hero-text {
  margin-bottom: 32px;
}
.wwd-sp-flex .img-grid {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 48px;
}
@media (min-width: 48rem) {
  .wwd-sp-flex .img-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .wwd-sp-flex .img-grid .lrg {
    grid-column: span 2;
  }
}
.wwd-sp-flex .img-grid .item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 350px;
  max-height: 350px;
}
@media only screen and (min-width: 48rem) {
  .wwd-sp-flex .img-grid .item {
    height: 400px;
    max-height: 400px;
  }
}
.wwd-sp-flex .img-grid .item:hover .connect-locations-grid__item-img {
  filter: brightness(0.6);
  transform: scale(1.1);
}
.wwd-sp-flex .img-grid .item:hover .overlay-full {
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.wwd-sp-flex .img-grid .item:hover .overlay-full .img-heading, .wwd-sp-flex .img-grid .item:hover .overlay-full .wwd-main-hero .instruction-text, .wwd-main-hero .wwd-sp-flex .img-grid .item:hover .overlay-full .instruction-text {
  margin-bottom: 16px;
}
.wwd-sp-flex .img-grid .item:hover .overlay-full .sm-body-text, .wwd-sp-flex .img-grid .item:hover .overlay-full p, .wwd-sp-flex .img-grid .item:hover .overlay-full .sm-body-text--bold, .wwd-sp-flex .img-grid .item:hover .overlay-full .sm-body-link, .wwd-sp-flex .img-grid .item:hover .overlay-full a {
  visibility: visible;
  height: auto;
}
.wwd-sp-flex .img-grid .item .overlay-full {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-transform: none;
}
.wwd-sp-flex .img-grid .item .overlay-full .box-heading {
  text-transform: uppercase;
}
.wwd-sp-flex .img-grid .item .overlay-full .sm-body-text, .wwd-sp-flex .img-grid .item .overlay-full p, .wwd-sp-flex .img-grid .item .overlay-full .sm-body-text--bold, .wwd-sp-flex .img-grid .item .overlay-full .sm-body-link, .wwd-sp-flex .img-grid .item .overlay-full a {
  visibility: hidden;
  height: 0;
  letter-spacing: 0;
}
.wwd-sp-flex .img-grid .item .overlay-full p:last-of-type {
  margin-bottom: 0;
}
.wwd-sp-flex .img-grid .item .overlay-full a {
  text-decoration: underline;
  color: #fff;
}
.wwd-sp-flex .logos {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 48px;
  padding-bottom: 48px;
}
.wwd-sp-flex .logos .logo-wrapper {
  display: flex;
  justify-content: space-evenly;
  gap: 24px;
  width: 100%;
  flex-wrap: wrap;
}
.wwd-sp-flex .logos a {
  display: block;
}
.wwd-sp-flex .logos a,
.wwd-sp-flex .logos img,
.wwd-sp-flex .logos svg {
  max-width: 193px;
  max-height: 72px;
  width: 100%;
  object-fit: contain;
}
.wwd-sp-flex .logos .img-heading, .wwd-sp-flex .logos .wwd-main-hero .instruction-text, .wwd-main-hero .wwd-sp-flex .logos .instruction-text {
  color: #58595b;
  text-shadow: none;
}
.wwd-sp-flex .two-col {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
@media (min-width: 48rem) {
  .wwd-sp-flex .two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.wwd-sp-flex .two-col.img-right .copy {
  order: 2;
}
.wwd-sp-flex .two-col.img-right .img-wrapper,
.wwd-sp-flex .two-col.img-right .placeholder {
  order: 1;
}
@media (min-width: 48rem) {
  .wwd-sp-flex .two-col.img-right .copy {
    order: 1;
  }
  .wwd-sp-flex .two-col.img-right .img-wrapper,
  .wwd-sp-flex .two-col.img-right .placeholder {
    order: 2;
  }
}
.wwd-sp-flex .img-wrapper {
  position: relative;
  max-width: 100%;
  width: 100%;
}
.wwd-sp-flex .img-wrapper:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 80.46875%;
}
.wwd-sp-flex .img-wrapper .img,
.wwd-sp-flex .img-wrapper .work-img-grid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.wwd-sp-flex .center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wwd-services-section-modal .modal {
  padding: 48px 24px 24px;
}
@media (max-width: 767px) {
  .wwd-services-section-modal .modal {
    margin-top: 0;
  }
}
@media (min-width: 64rem) {
  .wwd-services-section-modal .modal {
    padding: 61px 48px 13px;
  }
}
.wwd-services-section-modal .modal img {
  max-width: 100%;
  height: auto;
}
.wwd-services-section-modal figure {
  margin: 0;
}
.wwd-services-section-modal figcaption {
  font-size: 0.812rem;
  line-height: normal;
}
.wwd-services-section-modal .eyebrow,
.wwd-services-section-modal .heading {
  margin-bottom: 1rem;
}
.wwd-services-section-modal .body-text, .wwd-services-section-modal .body-text--tight, .wwd-services-section-modal .body-text--bold, .wwd-services-section-modal .podcast-entry__related-content .two-col p, .podcast-entry__related-content .two-col .wwd-services-section-modal p, .wwd-services-section-modal .wwd-main-hero .hero-text, .wwd-main-hero .wwd-services-section-modal .hero-text {
  text-align: center;
}
.wwd-services-section-modal .body-text a, .wwd-services-section-modal .body-text--tight a, .wwd-services-section-modal .body-text--bold a, .wwd-services-section-modal .podcast-entry__related-content .two-col p a, .podcast-entry__related-content .two-col .wwd-services-section-modal p a, .wwd-services-section-modal .wwd-main-hero .hero-text a, .wwd-main-hero .wwd-services-section-modal .hero-text a {
  color: #ff4141;
}

/*Override*/
.bold {
  font-weight: 700;
}

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

.font-weight--medium {
  font-weight: 600;
}

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

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

.max-width {
  margin-right: auto;
  margin-left: auto;
  max-width: 48rem;
}

.margin-top--collage {
  margin-top: 0.625rem;
}

.neg-margin-bottom {
  margin-bottom: -1.375rem;
}
@media screen and (min-width: 64rem) {
  .neg-margin-bottom {
    margin-bottom: -5.625rem;
  }
}

.top-padding {
  padding-top: 32px;
}

.bottom-padding {
  padding-bottom: 32px;
}

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

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

.cta_button {
  background-color: #ff4141 !important;
  border-color: #ff4141 !important;
  color: #fff !important;
  display: inline-block;
  font-weight: 700 !important;
  letter-spacing: 2px !important;
  padding: 1rem 3rem !important;
  text-transform: uppercase !important;
}
.cta_button:hover {
  background-color: #ff2828 !important;
  border-color: #ff2828 !important;
}

.wwdif-section .cta_button {
  margin-top: 1rem;
}

#cta_button_4545082_7c5a3d75-9887-446a-8bf6-c4df61e28103 {
  background: transparent !important;
  border: 2px solid #434343 !important;
  color: #434343 !important;
  font-size: 13px !important;
  height: 2.375rem !important;
  line-height: 19px !important;
  padding: 0.5rem 1.25rem !important;
}
#cta_button_4545082_7c5a3d75-9887-446a-8bf6-c4df61e28103:hover {
  color: #2a2a2a !important;
  border: 2px solid #2a2a2a !important;
}

.home #cta_button_4545082_7c5a3d75-9887-446a-8bf6-c4df61e28103,
.inverted-nav #cta_button_4545082_7c5a3d75-9887-446a-8bf6-c4df61e28103 {
  border: 2px solid #fff !important;
  color: #fff !important;
}
.home #cta_button_4545082_7c5a3d75-9887-446a-8bf6-c4df61e28103:hover,
.inverted-nav #cta_button_4545082_7c5a3d75-9887-446a-8bf6-c4df61e28103:hover {
  color: #e6e6e6 !important;
  border: 2px solid #e6e6e6 !important;
}

#cta_button_4545082_eb39a0f6-e342-4a80-b591-469895d4d565 {
  background: #434343 !important;
  border: 2px solid #434343 !important;
  color: #fff !important;
}
#cta_button_4545082_eb39a0f6-e342-4a80-b591-469895d4d565:hover {
  background: #2a2a2a !important;
  border: 2px solid #2a2a2a !important;
}

#cta_button_4545082_5d81f51a-5ebb-4150-8820-f49c41a9ae0d {
  background: transparent !important;
  border: 2px solid #434343 !important;
  color: #434343 !important;
  display: inline !important;
  line-height: 3.4375rem !important;
  padding: 1rem 48px !important;
}
#cta_button_4545082_5d81f51a-5ebb-4150-8820-f49c41a9ae0d:hover {
  color: #2a2a2a !important;
  border: 2px solid #2a2a2a !important;
}

#contact-form *,
.oneder__form-container * {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 300;
  box-sizing: border-box;
}
#contact-form ul,
.oneder__form-container ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}
#contact-form .hs-form-checkbox-display,
#contact-form .hs-form-radio-display,
.oneder__form-container .hs-form-checkbox-display,
.oneder__form-container .hs-form-radio-display {
  display: flex;
  align-items: center;
}
#contact-form .hs-form-checkbox-display span,
#contact-form .hs-form-radio-display span,
.oneder__form-container .hs-form-checkbox-display span,
.oneder__form-container .hs-form-radio-display span {
  margin-left: 0.5rem;
}
#contact-form fieldset,
#contact-form .hs-input:not([type=checkbox]):not([type=radio]),
.oneder__form-container fieldset,
.oneder__form-container .hs-input:not([type=checkbox]):not([type=radio]) {
  max-width: none !important;
  width: 100% !important;
}
#contact-form .hs-input:not([type=checkbox]):not([type=radio]):not(textarea),
.oneder__form-container .hs-input:not([type=checkbox]):not([type=radio]):not(textarea) {
  height: 3.4375rem;
}
#contact-form .hs-input:not([type=checkbox]):not([type=radio]),
.oneder__form-container .hs-input:not([type=checkbox]):not([type=radio]) {
  padding-left: 1rem;
  border-radius: 0;
  box-shadow: none;
  border: 0.0625rem solid #000;
}
#contact-form .field,
.oneder__form-container .field {
  margin-bottom: 1.5625rem;
}
#contact-form label:not(.hs-form-radio-display),
.oneder__form-container label:not(.hs-form-radio-display) {
  margin-bottom: 0.875rem;
  font-size: 1rem;
  font-weight: 400;
}
#contact-form input[type=submit],
.oneder__form-container input[type=submit] {
  font-weight: 400;
  text-shadow: none;
  background-image: none;
  border-radius: 0;
  box-shadow: none;
}
#contact-form .actions,
.oneder__form-container .actions {
  margin-top: 0.3125rem;
  padding-top: 0;
}
#contact-form .hs-error-msgs,
.oneder__form-container .hs-error-msgs {
  margin-top: 1rem;
  padding-left: 0;
}
#contact-form .hs-error-msgs label,
.oneder__form-container .hs-error-msgs label {
  color: #FF4141;
}
#contact-form .hs_error_rollup .hs-error-msgs,
.oneder__form-container .hs_error_rollup .hs-error-msgs {
  margin-top: 0;
}

.oneder__form-container .hs-input {
  height: 10rem;
}

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