/*
What is base.scss?
------------
Basically all base styles that hardly change and can likely have a higher cache length
*/

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

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
  padding: 0;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: Campton, Arial, sans-serif; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e2e8f0; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #a0aec0;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #a0aec0;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #a0aec0;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #a0aec0;
}

input::placeholder,
textarea::placeholder {
  color: #a0aec0;
}

button,
[role="button"] {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

a {
  color: inherit;
  text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}

/**
 * Constrain images and videos to the parent width and preserve
 * their instrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
video {
  max-width: 100%;
  height: auto;
}

.form-input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #1F2529;
  border-width: 0 0 2px 0;
  border-radius: 0;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
  padding: 0px;
  min-width: 20px;
}

.form-input::-webkit-input-placeholder {
  color: #1F2529;
  opacity: 1;
}

.form-input::-moz-placeholder {
  color: #1F2529;
  opacity: 1;
}

.form-input:-ms-input-placeholder {
  color: #1F2529;
  opacity: 1;
}

.form-input::-ms-input-placeholder {
  color: #1F2529;
  opacity: 1;
}

.form-input::placeholder {
  color: #1F2529;
  opacity: 1;
}

.form-input:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  border-color: #63b3ed;
}

.form-textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #1F2529;
  border-width: 0 0 2px 0;
  border-radius: 0;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
  padding: 0px;
  min-width: 20px;
}

.form-textarea::-webkit-input-placeholder {
  color: #1F2529;
  opacity: 1;
}

.form-textarea::-moz-placeholder {
  color: #1F2529;
  opacity: 1;
}

.form-textarea:-ms-input-placeholder {
  color: #1F2529;
  opacity: 1;
}

.form-textarea::-ms-input-placeholder {
  color: #1F2529;
  opacity: 1;
}

.form-textarea::placeholder {
  color: #1F2529;
  opacity: 1;
}

.form-textarea:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  border-color: #63b3ed;
}

.form-multiselect {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #1F2529;
  border-width: 0 0 2px 0;
  border-radius: 0;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
  padding: 0px;
  min-width: 20px;
}

.form-multiselect:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  border-color: #63b3ed;
}

.form-multiselect::-webkit-input-placeholder {
  color: #1F2529;
  opacity: 1;
}

.form-multiselect::-moz-placeholder {
  color: #1F2529;
  opacity: 1;
}

.form-multiselect:-ms-input-placeholder {
  color: #1F2529;
  opacity: 1;
}

.form-multiselect::-ms-input-placeholder {
  color: #1F2529;
  opacity: 1;
}

.form-multiselect::placeholder {
  color: #1F2529;
  opacity: 1;
}

.form-select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%231F2529'%3e%3cpath d='M15.3 9.3a1 1 0 0 1 1.4 1.4l-4 4a1 1 0 0 1-1.4 0l-4-4a1 1 0 0 1 1.4-1.4l3.3 3.29 3.3-3.3z'/%3e%3c/svg%3e");
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
  background-repeat: no-repeat;
  background-color: #fff;
  border-color: #1F2529;
  border-width: 0 0 2px 0;
  border-radius: 0;
  padding-top: 0.5rem;
  padding-right: 2.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  background-position: right 0.5rem center;
  background-size: 1.5em 1.5em;
  font-weight: 600;
  padding: 0px;
  min-width: 20px;
}

.form-select::-ms-expand {
  color: #1F2529;
  border: none;
}

@media not print {
  .form-select::-ms-expand {
    display: none;
  }
}

@media print and (-ms-high-contrast: active), print and (-ms-high-contrast: none) {
  .form-select {
    padding-right: 0.75rem;
  }
}

.form-select:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  border-color: #63b3ed;
}

.form-select::-webkit-input-placeholder {
  color: #1F2529;
  opacity: 1;
}

.form-select::-moz-placeholder {
  color: #1F2529;
  opacity: 1;
}

.form-select:-ms-input-placeholder {
  color: #1F2529;
  opacity: 1;
}

.form-select::-ms-input-placeholder {
  color: #1F2529;
  opacity: 1;
}

.form-select::placeholder {
  color: #1F2529;
  opacity: 1;
}

.form-checkbox {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1em;
  width: 1em;
  color: #1F2529;
  background-color: #fff;
  border-color: #1F2529;
  border-width: 2px;
  border-radius: 0.25rem;
}

.form-checkbox:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5.707 7.293a1 1 0 0 0-1.414 1.414l2 2a1 1 0 0 0 1.414 0l4-4a1 1 0 0 0-1.414-1.414L7 8.586 5.707 7.293z'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media not print {
  .form-checkbox::-ms-check {
    border-width: 2px;
    color: transparent;
    background: inherit;
    border-color: inherit;
    border-radius: inherit;
  }
}

.form-checkbox:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  border-color: #63b3ed;
}

.form-radio {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  flex-shrink: 0;
  border-radius: 100%;
  height: 1em;
  width: 1em;
  color: #1F2529;
  background-color: #fff;
  border-color: #1F2529;
  border-width: 2px;
}

.form-radio:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media not print {
  .form-radio::-ms-check {
    border-width: 2px;
    color: transparent;
    background: inherit;
    border-color: inherit;
    border-radius: inherit;
  }
}

.form-radio:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  border-color: #63b3ed;
}

.form-input-error {
  border-color: #e60530;
  color: #e60530;
}

.form-textarea-error {
  border-color: #e60530;
  color: #e60530;
}

.form-multiselect-error {
  border-color: #e60530;
  color: #e60530;
}

.form-select-error {
  border-color: #e60530;
  color: #e60530;
}

.form-select-error::-ms-expand {
}

/* purgecss start ignore */

@-webkit-keyframes fade-out {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fade-out {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

#fader {
  z-index: 999999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  pointer-events: none;
}

#fader.fade-out {
  opacity: 0;
  -webkit-animation-name: fade-out;
  animation-name: fade-out;
}

#fader.fade-in {
  opacity: 1;
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
}

[data-scroll] {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

[data-scroll=in] {
  opacity: 1;
  transform: scale(100%);
}

[data-scroll=out] {
  opacity: 0;
  transform: scale(96%);
}

.product-filters__loading {
  padding: 15rem;
  display: flex;
  justify-content: center;
}

@font-face {
  font-family: "Campton";

  src: url("/webfonts/3B2494_5_0.eot");

  src: url("/webfonts/3B2494_5_0.eot?#iefix") format("embedded-opentype"), url("/webfonts/3B2494_5_0.woff2") format("woff2"), url("/webfonts/3B2494_5_0.woff") format("woff"), url("/webfonts/3B2494_5_0.ttf") format("truetype");

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: "Campton";

  src: url("/webfonts/3B2494_E_0.eot");

  src: url("/webfonts/3B2494_E_0.eot?#iefix") format("embedded-opentype"), url("/webfonts/3B2494_E_0.woff2") format("woff2"), url("/webfonts/3B2494_E_0.woff") format("woff"), url("/webfonts/3B2494_E_0.ttf") format("truetype");

  font-weight: 600;

  font-style: normal;
}

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

.container,
.column {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 768px) {
  .container,
.column {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .container,
.column {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.row {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

@media (min-width: 768px) {
  .row {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}

@media (min-width: 1024px) {
  .row {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}

.row--margin {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}

@media (min-width: 768px) {
  .row--margin {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }
}

@media (min-width: 1024px) {
  .row--margin {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }
}

.row--margin .column {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 768px) {
  .row--margin .column {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .row--margin .column {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

a,
button,
.link,
.icon {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

a:hover,
button:hover,
.link:hover,
.icon:hover {
  cursor: pointer;
}

.link {
  font-weight: 600;
  color: #e60530;
  border-bottom-width: 2px;
  border-color: #e60530;
}

.link:hover {
  border-color: transparent;
}

.icon {
  fill: #e60530;
}

a:hover .icon {
  fill: #1F2529;
}

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

@media (min-width: 768px) {
  .tile {
    max-width: auto;
    margin-left: 0;
    margin-right: 0;
  }
}

.tile-link img, .tile-link h3 {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.tile-link:hover img {
  transform: scale(1.05);
}

.tile-link:hover h3 {
  color: #e60530;
}

.tile-link__image {
  display: block;
  overflow: hidden;
}

.tile-link--video:hover video {
  transform: scale(1.05);
}

.tile-link__video {
  position: relative;
  display: block;
  overflow: hidden;
}

.tile-link__video video {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  transition-property: transform;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.tag-link {
  color: #888;
  border-bottom-width: 1px;
  border-color: transparent;
}

.tag-link:hover {
  border-color: #999;
}

@media (min-width: 1024px) {
  .list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    grid-gap: 3rem;
    gap: 3rem;
  }
}

.list__item {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  display: block;
  margin-bottom: 1.25rem;
  padding-bottom: 1rem;
  border-bottom-width: 1px;
  border-style: solid;
  border-color: #1F2529;
}

.list__link {
  font-weight: 600;
}

.list__link:hover {
  color: #e60530;
}

@media (min-width: 1024px) {
  .list--lg {
    font-size: 1.3125rem;
  }
}

@media (min-width: 1441px) {
  .list--lg {
    font-size: 1.5rem;
  }
}

.insight {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-bottom-width: 1px;
  border-style: solid;
  border-color: #1F2529;
}

@media (min-width: 768px) {
  .insight {
    padding-bottom: 3rem;
    padding-top: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .insight {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    padding-top: 3rem;
  }
}

.errors {
  font-weight: 600;
  color: #e60530;
  display: inline-block;
  margin-top: 0.5rem;
}

.message {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  background-color: #1F2529;
  color: #fff;
  font-weight: 600;
}

.message--error {
  background-color: #e60530;
}

.message--success {
  background-color: #1F2529;
}

.form-input,
.form-select {
  width: 100%;
}

.form-select {
  margin-top: 0.25rem;
}

.form-label,
.form-input {
  position: relative;
  display: inline-block;
  width: 100%;
}

.form-label {
  z-index: 1;
  top: 1.9375rem;
  /* moving label down */
  transition: top 0.2s ease-in;
  display: inline-block;
  padding-bottom: 0.25rem;
  font-weight: 600;
}

.form-label--filled {
  top: 0;
  font-size: 0.8em;
}

.form-input {
  background: transparent;
  z-index: 10;
}

.half-column {
  width: 100%;
}

@media (min-width: 1024px) {
  .half-column {
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .cta-form .half-column {
    width: 100%;
  }
}

.pagination__item {
  display: inline-block;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.pagination__item.disabled {
  color: grey;
  pointer-events: none;
}

.pagination__link {
  display: block;
  font-weight: 600;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 0.25rem;
  padding-top: 0.5rem;
  border-bottom-width: 2px;
  border-style: solid;
  border-color: #1F2529;
}

.pagination__item:first-child .pagination__link,
.pagination__item:last-child .pagination__link {
  border-color: transparent;
}

.pagination__link:hover {
  color: #e60530;
  border-color: #e60530;
}

.pagination__link--active,
.pagination__link--active:hover {
  background-color: #1F2529;
  color: #fff;
  border-color: #1F2529;
}

.h1,
.typography h1,
.h2,
.typography h2 {
  font-weight: 600;
  color: #e60530;
}

.h1,
.typography h1 {
  font-size: 2.25rem;
  line-height: 1.1;
  white-space: pre-line;
}

@media (min-width: 768px) {
  .h1,
.typography h1 {
    font-size: 2.875rem;
  }
}

@media (min-width: 1024px) {
  .h1,
.typography h1 {
    font-size: 4.125rem;
  }
}

@media (min-width: 1441px) {
  .h1,
.typography h1 {
    font-size: 5.375rem;
  }
}

.h2,
.typography h2 {
  font-size: 1.375rem;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .h2,
.typography h2 {
    font-size: 2.125rem;
  }
}

@media (min-width: 1024px) {
  .h2,
.typography h2 {
    font-size: 2.875rem;
  }
}

@media (min-width: 1441px) {
  .h2,
.typography h2 {
    font-size: 3.375rem;
  }
}

.h3,
.typography h3 {
  font-weight: 600;
  font-size: 1.25rem;
}

@media (min-width: 768px) {
  .h3,
.typography h3 {
    font-size: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .h3,
.typography h3 {
    font-size: 1.75rem;
  }
}

@media (min-width: 1441px) {
  .h3,
.typography h3 {
    font-size: 2rem;
  }
}

.red h3 {
  color: #e60530;
}

.h4,
.typography h4 {
  font-weight: 600;
  font-size: 1.25rem;
}

@media (min-width: 768px) {
  .h4,
.typography h4 {
    font-size: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .h4,
.typography h4 {
    font-size: 1.625rem;
  }
}

.h5,
.typography h5 {
  font-weight: 600;
}

@media (min-width: 1024px) {
  .h5,
.typography h5 {
    font-size: 1.3125rem;
  }
}

@media (min-width: 1441px) {
  .h5,
.typography h5 {
    font-size: 1.5rem;
  }
}

.h6,
.typography h6 {
  font-weight: 600;
  font-size: 1rem;
}

@media (min-width: 768px) {
  .h6,
.typography h6 {
    font-size: 1.0625rem;
  }
}

@media (min-width: 1024px) {
  .h6,
.typography h6 {
    font-size: 1.1875rem;
  }
}

@media (min-width: 1441px) {
  .h6,
.typography h6 {
    font-size: 1.25rem;
  }
}

.leader {
  display: inline-block;
  font-weight: 600;
}

.leader--lg {
  font-size: 1.375rem;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .leader--lg {
    font-size: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .leader--lg {
    font-size: 2.125rem;
    line-height: 1.3;
  }
}

@media (min-width: 1441px) {
  .leader--lg {
    font-size: 2.5rem;
  }
}

.typography h3 {
  margin-bottom: 0.75rem;
}

.typography h4 {
  margin-bottom: 1.5rem;
}

.typography p + h3 {
  margin-top: 2.5rem;
}

.typography p, .typography ul, .typography ol {
  margin-bottom: 1.5rem;
}

.typography p:last-child {
  margin-bottom: 0;
}

.typography li {
  margin-bottom: 0.25rem;
}

.typography ul li {
  position: relative;
  padding-left: 1.75rem;
}

@media (min-width: 1024px) {
  .typography ul li {
    padding-left: 3rem;
  }
}

.typography ul li:before {
  content: "";
  height: 0.125rem;
  top: 0.5625rem;
  position: absolute;
  left: 0;
  display: inline-block;
  background-color: #e60530;
  width: 0.75rem;
}

@media (min-width: 1024px) {
  .typography ul li:before {
    height: 0.1875rem;
    top: 0.75rem;
    width: 1.5rem;
  }
}

.typography ol li {
  margin-left: 1rem;
  padding-left: 0.75rem;
  list-style-type: decimal;
  list-style-position: outside;
}

@media (min-width: 1024px) {
  .typography ol li {
    margin-left: 1rem;
    padding-left: 2rem;
  }
}

.typography a {
  border-bottom-width: 1px;
  border-style: solid;
  border-color: #1F2529;
}

.typography a:hover {
  border-color: transparent;
}

.typography table {
  width: 100%;
  margin-top: 2.5rem;
}

.typography table td {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-width: 1px;
  border-style: solid;
  border-color: #ddd;
}

@media (min-width: 1024px) {
  .typography table td {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

.typography figure {
  padding: 0;
  margin: 0;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media (min-width: 1441px) {
  .typography figure {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}

.typography--aside ul {
  margin-bottom: 2rem;
}

.typography--aside ul li {
  margin: 0;
  padding: 0;
}

.typography--aside ul li:before {
  display: none;
}

.typography--aside ul:last-child {
  margin-bottom: 0;
}

.typography--aside h5, .typography--aside h6, .typography--aside ul li {
  margin-bottom: 0.5rem;
}

.banner,
.banner__image {
  height: 20rem;
  max-width: 120rem;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .banner,
.banner__image {
    height: 27.5rem;
  }
}

@media (min-width: 1024px) {
  .banner,
.banner__image {
    height: 32.5rem;
  }
}

@media (min-width: 1441px) {
  .banner,
.banner__image {
    height: 47.5rem;
  }
}

@media (min-width: 1024px) {
  .banner .video,
.banner__image .video {
    height: 100%;
  }
}

.banner {
  position: relative;
  width: 100%;
  z-index: 10;
  overflow: hidden;
  max-height: 47.5rem;
}

.banner:before {
  content: "";
  display: block;
  background: #fff;
  height: 19%;
  right: 18%;
  z-index: 9;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 768px) {
  .banner:before {
    height: 17%;
    right: 15%;
  }
}

@media (min-width: 1024px) {
  .banner:before {
    height: 21%;
  }
}

@media (min-width: 1441px) {
  .banner:before {
    height: 19%;
  }
}

.banner__title {
  z-index: 99;
  position: relative;
  padding-right: 2.5rem;
}

@media (min-width: 768px) {
  .banner__title {
    padding-right: 0;
  }
}

.banner__image {
  z-index: -9;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.featured__projects {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 25rem;
}

.section--padding {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

@media (min-width: 768px) {
  .section--padding {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media (min-width: 1024px) {
  .section--padding {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

@media (min-width: 1441px) {
  .section--padding {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}

.section--margin {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

@media (min-width: 768px) {
  .section--margin {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

@media (min-width: 1024px) {
  .section--margin {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }
}

@media (min-width: 1441px) {
  .section--margin {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }
}

.section--margin-b {
  margin-bottom: 4rem;
}

@media (min-width: 768px) {
  .section--margin-b {
    margin-bottom: 5rem;
  }
}

@media (min-width: 1024px) {
  .section--margin-b {
    margin-bottom: 6.25rem;
  }
}

@media (min-width: 1441px) {
  .section--margin-b {
    margin-bottom: 7.5rem;
  }
}

/* purgecss end ignore */

html {
  scroll-behavior: smooth;
}

body,
.form-input,
.form-select {
  font-size: 1rem;
  line-height: 1.5;
  font-family: Campton, Arial, sans-serif;
}

@media (min-width: 768px) {
  body,
.form-input,
.form-select {
    font-size: 1.0625rem;
  }
}

@media (min-width: 1024px) {
  body,
.form-input,
.form-select {
    font-size: 1.1875rem;
  }
}

@media (min-width: 1441px) {
  body,
.form-input,
.form-select {
    font-size: 1.25rem;
  }
}

.form-label {
  font-weight: 600;
}

body {
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
}

[v-cloak] {
  display: none !important;
}