/*------------------------------------*\
    #Settings
\*------------------------------------*/
/*------------------------------------*\
    #Breakpoints
\*------------------------------------*/
/*------------------------------------*\
    #Colors
\*------------------------------------*/
/**
Base colors that can be used when prototyping. Taken from http://clrs.cc/

1. We ideally avoid using pure white on pure black, because the contrast is
so great that it creates the illusion that text is vibrating on screen.
 */
/* 1 */
/* 1 */
/**
Theme colors
 */
/** 
Border Base
*/
/** 
Border Alerts
*/
/** 
Text
*/
/** 
Surface
*/
/**
Social media colours that might be useful.
See: https://brandcolors.net/
 */
:root {
  --color-black-txt: #505050;
  --color-black-txt-transparent: rgba(80, 80, 80, 0.8);
  --color-black: #000;
  --color-off-black: #111;
  --color-white: #ffffff;
  --color-off-white: #fafafa;
  --color-miles-blue: #0095d5;
  --color-dark-blue: #0073bb;
  --color-dark-blue-rgb: 0, 115, 187;
  --color-light-blue: #ebf4fa;
  --color-miles-black: #021521;
  --color-miles-black-60: #67737A;
  --color-miles-black-40: #8A9196;
  --color-gray: #e8e8e8;
  --color-light-gray: #f5f5f5;
  --color-light-gray-50: #fafafa;
  --color-miles-white: #ffffff;
  --color-error: #ee0050;
  --color-success: #0e6251;
  --color-warning: #f0ad4e;
}

.color.miles-blue {
  color: #0095d5;
}
.color.dark-blue {
  color: #0073bb;
}
.color.light-blue {
  color: #ebf4fa;
}
.color.miles-black {
  color: #021521;
}
.color.miles-black-60 {
  color: #67737A;
}
.color.miles-black-40 {
  color: #8A9196;
}
.color.gray {
  color: #e8e8e8;
}
.color.light-gray {
  color: #f5f5f5;
}
.color.light-gray-50 {
  color: #fafafa;
}
.color.miles-white {
  color: #ffffff;
}

.fill.miles-blue {
  background-color: #0095d5;
}
.fill.dark-blue {
  background-color: #0073bb;
}
.fill.light-blue {
  background-color: #ebf4fa;
}
.fill.miles-black {
  background-color: #021521;
}
.fill.miles-black-60 {
  background-color: #67737A;
}
.fill.miles-black-40 {
  background-color: #8A9196;
}
.fill.gray {
  background-color: #e8e8e8;
}
.fill.light-gray {
  background-color: #f5f5f5;
}
.fill.light-gray-50 {
  background-color: #fafafa;
}
.fill.miles-white {
  background-color: #ffffff;
}

.icon.twitter {
  background-color: #1da1f2;
}
.icon.facebook {
  background-color: #3b5998;
}
.icon.pinterest {
  background-color: #bd081c;
}
.icon.instagram {
  background-color: #405de6;
}
.icon.youtube {
  background-color: #ff0000;
}
.icon.whatsapp {
  background-color: #25d366;
}
.icon.linkedin {
  background-color: #0077b5;
}

@media (min-width: 600px) {
  .swatches {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 120px 120px 120px;
    grid-gap: 10px/2;
    grid-template-areas: "s1 s2 s3 s4" "s5 s6 s7 s8" "s9 s10 s11 s12";
  }
}
.swatch {
  line-height: 30px;
  position: relative;
  border: 1px solid #021521;
}
.swatch span {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  border-top: 1px solid #021521;
  background-color: white;
  font-size: 12px;
  line-height: 1;
  padding: 1em 0;
  letter-spacing: 0.1em;
}
@media (max-width: 601px) {
  .swatch {
    height: 120px;
    margin: 0 0 10px;
  }
}
.swatch:nth-child(1) {
  grid-area: s1;
}
.swatch:nth-child(2) {
  grid-area: s2;
}
.swatch:nth-child(3) {
  grid-area: s3;
}
.swatch:nth-child(4) {
  grid-area: s4;
}
.swatch:nth-child(5) {
  grid-area: s5;
}
.swatch:nth-child(6) {
  grid-area: s6;
}
.swatch:nth-child(7) {
  grid-area: s7;
}
.swatch:nth-child(8) {
  grid-area: s8;
}
.swatch:nth-child(9) {
  grid-area: s9;
}
.swatch:nth-child(10) {
  grid-area: s10;
}
.swatch:nth-child(11) {
  grid-area: s11;
}
.swatch:nth-child(12) {
  grid-area: s12;
}

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../fonts/fa-solid-900.eot");
  src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-brands-400.eot");
  src: url("../fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.woff") format("woff"), url("../fonts/fa-brands-400.ttf") format("truetype"), url("../fonts/fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

/*------------------------------------*\
    #Typesetting
\*------------------------------------*/
/**
Use https://www.cssfontstack.com/ and https://meowni.ca/font-style-matcher/ to pick
system fonts that are reasonably close to any web fonts needed for the project.

This improves performance, avoids Flash Of Invisible Text (FOIT) and minimises
Flash of Unstyled Content (FOUC) - see https://helenvholmes.com/writing/type-is-your-right/

Be sure to include fonts for both Mac OS and Windows. Use quote marks around
fonts with white space in their name.

When Font Face Observer has detected that the @font-face files are loaded, then we
can safely use the web fonts instead of the system fonts.
 */
@font-face {
  font-family: "Bitter", sans-serif;
  src: url("theme/miles_theme/fonts/bitter/Bitter-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Bitter", sans-serif;
  src: url("theme/miles_theme/fonts/bitter/Bitter-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Bitter", sans-serif;
  src: url("theme/miles_theme/fonts/bitter/Bitter-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Bitter", sans-serif;
  src: url("theme/miles_theme/fonts/bitter/Bitter-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Red Hat Display", sans-serif;
  src: url("theme/miles_theme/fonts/red-hat-display/RedHatDisplay-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Red Hat Display", sans-serif;
  src: url("theme/miles_theme/fonts/red-hat-display/RedHatDisplay-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Red Hat Display", sans-serif;
  src: url("theme/miles_theme/fonts/red-hat-display/RedHatDisplay-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Red Hat Display", sans-serif;
  src: url("theme/miles_theme/fonts/red-hat-display/RedHatDisplay-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
/*------------------------------------*\
    #Paths
\*------------------------------------*/
/*------------------------------------*\
    #Spacing
\*------------------------------------*/
/**
spacing.
 */
:root {
  --layout-xs: 40px;
  --layout-sm: 48px;
  --layout-md: 64px;
  --layout-lg: 120px;
  --layout-xl: 144px;
  --layout-2xl: 160px;
  --spacing-none: 0;
  --spacing-2xs: 8px;
  --spacing-xs: 12px;
  --spacing-sm: 16px;
  --spacing-md: 24px;
  --spacing-lg: 32px;
  --spacing-xl: 40px;
  --spacing-2xl: 48px;
}

.add-top {
  margin-top: 64px;
}
@media screen and (min-width: 768px) {
  .add-top {
    margin-top: 120px;
  }
}

.add-bottom:not(:last-child) {
  margin-bottom: 64px;
}
@media screen and (min-width: 768px) {
  .add-bottom:not(:last-child) {
    margin-bottom: 120px;
  }
}

.add-bottom + .add-top {
  margin-top: 0 !important;
}
@media screen and (min-width: 768px) {
  .add-bottom + .add-top {
    margin-top: 0 !important;
  }
}

/*------------------------------------*\
    #Typesetting
\*------------------------------------*/
/**
Use https://www.cssfontstack.com/ and https://meowni.ca/font-style-matcher/ to pick
system fonts that are reasonably close to any web fonts needed for the project.

This improves performance, avoids Flash Of Invisible Text (FOIT) and minimises
Flash of Unstyled Content (FOUC) - see https://helenvholmes.com/writing/type-is-your-right/

Be sure to include fonts for both Mac OS and Windows. Use quote marks around
fonts with white space in their name.

When Font Face Observer has detected that the @font-face files are loaded, then we
can safely use the web fonts instead of the system fonts.
 */
/*------------------------------------*\
    #Functions
\*------------------------------------*/
/*------------------------------------*\
    #Maths functions
\*------------------------------------*/
/**
 #Random number
 http://xkcd.com/221/
 */
/**
 #Power function
 https://css-tricks.com/snippets/sass/power-function/
 */
/**
 #Square root function
 */
/*------------------------------------*\
    #CSS unit functions
\*------------------------------------*/
/**
 #em
 */
/**
 #rem
 */
/**
 #px
 */
/**
 #Return a number without a unit
 */
/**
 #Remove any unit present to return a unitless number
 */
/**
 * Create properly pathed image url
 * Usage: background-image: image-url('image.png');
 */
/**
 * Change the fill color of an svg.
 * @param  {[type]} $svg
 * @param  {[type]} $color: $black
 */
/**
 * Replace `$search` with `$replace` in `$string`
 *
 * @author Hugo Giraudel
 * @param {String} $string - Initial string
 * @param {String} $search - Substring to replace
 * @param {String} $replace ('') - New value
 * @return {String} - Updated string
 */
/**
 * http://codepen.io/philippkuehn/pen/zGEjxB
 */
/*------------------------------------*\
    #Mixins
\*------------------------------------*/
.button,
.outline-button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
  overflow: hidden;
  outline: none;
  cursor: pointer;
  line-height: 160%;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  font-size: clamp(1.6rem, 1.5rem + 0.208vw, 1.8rem);
  padding-block: 9px;
  padding-inline: clamp(2.4rem, 2.048rem + 0.8vw, 3.2rem);
  border: 1px solid #021521;
  color: #021521;
  background-color: #ffffff;
}
.button div, .button a, .button span, .button input, .button button,
.outline-button div,
.outline-button a,
.outline-button span,
.outline-button input,
.outline-button button {
  transition: all 0.3s ease-in-out, color 0s;
}
@media (hover: hover) and (pointer: fine) {
  .button:not(.button-disabled):hover,
  .outline-button:not(.button-disabled):hover {
    background-color: #0073bb;
    border-color: #0073bb;
    color: #ffffff;
    transition: color 0s;
  }
  .button:not(.button-disabled):hover div, .button:not(.button-disabled):hover a, .button:not(.button-disabled):hover span, .button:not(.button-disabled):hover input, .button:not(.button-disabled):hover button,
  .outline-button:not(.button-disabled):hover div,
  .outline-button:not(.button-disabled):hover a,
  .outline-button:not(.button-disabled):hover span,
  .outline-button:not(.button-disabled):hover input,
  .outline-button:not(.button-disabled):hover button {
    transition: color 0s;
  }
  .button:before:hover,
  .outline-button:before:hover {
    transition: color 0s;
  }
}
.button.button-disabled,
.outline-button.button-disabled {
  border-color: #8A9196;
  color: #8A9196;
  cursor: not-allowed;
}
.button div, .button a, .button span, .button input, .button button,
.outline-button div,
.outline-button a,
.outline-button span,
.outline-button input,
.outline-button button {
  display: block;
  color: inherit;
  font-weight: inherit;
}
.button div.is-disabled, .button a.is-disabled, .button span.is-disabled, .button input.is-disabled, .button button.is-disabled,
.outline-button div.is-disabled,
.outline-button a.is-disabled,
.outline-button span.is-disabled,
.outline-button input.is-disabled,
.outline-button button.is-disabled {
  cursor: not-allowed;
}
.button:before,
.outline-button:before {
  content: attr(data-text);
  color: inherit;
  padding: inherit;
  position: absolute;
  font-family: inherit;
  top: 0;
  left: 0;
  transform: translate(0, 100%);
  transition: all 0.3s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .button:not(.button-disabled):hover div, .button:not(.button-disabled):hover a, .button:not(.button-disabled):hover span, .button:not(.button-disabled):hover input, .button:not(.button-disabled):hover button,
  .outline-button:not(.button-disabled):hover div,
  .outline-button:not(.button-disabled):hover a,
  .outline-button:not(.button-disabled):hover span,
  .outline-button:not(.button-disabled):hover input,
  .outline-button:not(.button-disabled):hover button {
    transform: translate(0, -150%);
    transition: all 0.3s ease-in-out;
  }
  .button:not(.button-disabled):hover:before,
  .outline-button:not(.button-disabled):hover:before {
    transform: translate(0, 0);
  }
}

.filled-button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
  overflow: hidden;
  outline: none;
  cursor: pointer;
  line-height: 160%;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  font-size: clamp(1.6rem, 1.5rem + 0.208vw, 1.8rem);
  padding-block: 9px;
  padding-inline: clamp(2.4rem, 2.048rem + 0.8vw, 3.2rem);
  border: unset;
  color: #ffffff;
  background-color: #0073bb;
  border: 1px solid var(--color-miles-white);
}
.filled-button div, .filled-button a, .filled-button span, .filled-button input, .filled-button button {
  transition: all 0.3s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .filled-button:not(.button-disabled):hover {
    background-color: #0095d5;
  }
}
.filled-button.button-disabled {
  background-color: #e8e8e8;
  cursor: not-allowed;
  color: #8A9196;
}
.filled-button div, .filled-button a, .filled-button span, .filled-button input, .filled-button button {
  display: block;
  color: inherit;
  font-weight: inherit;
}
.filled-button div.is-disabled, .filled-button a.is-disabled, .filled-button span.is-disabled, .filled-button input.is-disabled, .filled-button button.is-disabled {
  cursor: not-allowed;
}
.filled-button:before {
  content: attr(data-text);
  color: inherit;
  padding: inherit;
  position: absolute;
  font-family: inherit;
  top: 0;
  left: 0;
  transform: translate(0, 100%);
  transition: all 0.3s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .filled-button:not(.button-disabled):hover div, .filled-button:not(.button-disabled):hover a, .filled-button:not(.button-disabled):hover span, .filled-button:not(.button-disabled):hover input, .filled-button:not(.button-disabled):hover button {
    transform: translate(0, -150%);
    transition: all 0.3s ease-in-out;
  }
  .filled-button:not(.button-disabled):hover:before {
    transform: translate(0, 0);
  }
}

.arrow-cta {
  display: inline-block;
  text-decoration: none;
  padding-inline: 0 40px;
  padding-block: 5px;
  position: relative;
  overflow: hidden;
  color: #021521;
  font-weight: 400;
  font-size: clamp(1.6rem, 1.5rem + 0.208vw, 1.8rem);
}
.arrow-cta:focus > span, .arrow-cta:focus-visible > span, .arrow-cta:target > span, .arrow-cta:active > span {
  color: #0073bb;
  border-bottom: 1px solid #0073bb;
}
.arrow-cta::after, .arrow-cta::before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  right: 0;
  background-image: url("/themes/custom/miles_theme/images/svg/diagonal-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s ease-in-out;
}
.arrow-cta::before {
  transform: translate(0, 10%);
}
.arrow-cta::after {
  transform: translate(-100%, 110%);
}
@media (hover: hover) and (pointer: fine) {
  .arrow-cta:hover {
    color: #0073bb;
  }
  .arrow-cta:hover::before {
    transform: translate(100%, -110%);
  }
  .arrow-cta:hover::after {
    transform: translate(0, 10%);
  }
}

.arrow-only-animation {
  display: inline-block;
  height: 40px;
  width: 40px;
  padding-inline: 0 40px;
  padding-block: 5px;
  position: relative;
  overflow: hidden;
}
.arrow-only-animation::after, .arrow-only-animation::before {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  background-image: url("/themes/custom/miles_theme/images/svg/big-diagonal-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 0.3s ease-in-out;
}
.arrow-only-animation::before {
  transform: translate(0, 0%);
}
.arrow-only-animation::after {
  transform: translate(-100%, 100%);
}
.arrow-only-animation:hover::before, .arrow-only-animation.active::before {
  transform: translate(100%, -100%);
}
.arrow-only-animation:hover::after, .arrow-only-animation.active::after {
  transform: translate(0, 0%);
}

.social-sharing-buttons {
  margin: 0;
}
.social-sharing-buttons svg {
  border: 1px solid var(--color-miles-blue);
  padding: 1rem;
}
.social-sharing-buttons svg:focus, .social-sharing-buttons svg:focus-visible, .social-sharing-buttons svg:target, .social-sharing-buttons svg:active, .social-sharing-buttons svg:hover {
  opacity: 0.7;
}

.chip-button {
  position: relative;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.3s ease-in-out;
  font-size: 1.4rem;
  padding-block: 0.6rem;
  padding-inline: 1.8rem;
  color: #0073bb;
  background-color: #ebf4fa;
  border-radius: 2rem;
  border: 1.5px solid #ebf4fa;
}
.chip-button:hover, .chip-button.active {
  border: 1px solid var(--color-miles-black-40);
}
.chip-button.bef-link--selected {
  border: 1.5px solid var(--color-dark-blue);
}

.card-chip {
  position: relative;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.2rem;
  padding-block: 0.5rem;
  padding-inline: 1rem;
  color: var(--color-dark-blue);
  background-color: var(--color-light-blue);
  border-radius: 2rem;
}

.unbutton {
  border: 0;
  padding: 0;
  margin: 0;
  background-color: transparent;
  background-image: none;
}

/*------------------------------------*\
    #Font sizes
\*------------------------------------*/
/*------------------------------------*\
    #Media query
\*------------------------------------*/
/*------------------------------------*\
    #Base
\*------------------------------------*/
/*! 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.
 */
/* 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;
}

/*------------------------------------*\
    #Animation
\*------------------------------------*/
/*
 * Respect the choices of users who do not want animations.
 */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-play-state: paused !important;
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
@keyframes captionIn {
  0% {
    max-width: 0;
    max-height: 0;
    opacity: 0;
    white-space: nowrap;
    padding: 0;
  }
  50% {
    max-width: 26rem;
    max-height: 0;
    padding: 1rem 3rem 1rem 0;
    opacity: 0;
    white-space: nowrap;
  }
  100% {
    max-width: 26rem;
    max-height: 26rem;
    padding: 1rem 3rem 1rem 0;
    opacity: 1;
    white-space: unset;
  }
}
@keyframes captionOut {
  0% {
    max-width: 26rem;
    max-height: 26rem;
    padding: 1rem 3rem 1rem 0;
    opacity: 1;
    white-space: unset;
  }
  50% {
    max-width: 26rem;
    max-height: 0;
    padding: 1rem 3rem 1rem 0;
    opacity: 0;
    white-space: nowrap;
  }
  100% {
    max-width: 0;
    max-height: 0;
    opacity: 0;
    padding: 0;
    white-space: nowrap;
  }
}
@keyframes formElementIn {
  0% {
    width: 0;
    max-height: 0;
    opacity: 0;
    white-space: nowrap;
    padding: 0;
  }
  50% {
    width: 100%;
    max-height: 0;
    padding: 1rem 3rem 1rem 0;
    opacity: 0;
    white-space: nowrap;
  }
  100% {
    width: 100%;
    max-height: 26rem;
    padding: 1rem 3rem 1rem 0;
    opacity: 1;
    white-space: unset;
  }
}
@keyframes formElementOut {
  0% {
    width: 100%;
    max-height: 26rem;
    padding: 1rem 3rem 1rem 0;
    opacity: 1;
    white-space: unset;
  }
  50% {
    width: 100%;
    max-height: 0;
    padding: 1rem 3rem 1rem 0;
    opacity: 0;
    white-space: nowrap;
  }
  100% {
    width: 0;
    max-height: 0;
    opacity: 0;
    padding: 0;
    white-space: nowrap;
  }
}
/*------------------------------------*\
    #Body
\*------------------------------------*/
* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

/**
Typographical styles for fonts are in 40-base/_typography.scss
 */
body {
  min-height: 100%;
  overflow-x: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
body.no-scroll {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body[class*=modal-] {
  position: relative;
}
body[class*=modal-]::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: 199;
}
body.modal-opened {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.home-breadcrumb {
  background-image: url("/themes/custom/miles_theme/images/svg/home.svg");
  display: inline-block;
  position: relative;
  height: 14px;
  width: 14px;
  display: none;
}
@media screen and (min-width: 768px) {
  .home-breadcrumb {
    display: inline-block;
  }
}

.breadcrumb-pipe {
  color: var(--color-text-primary);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  margin: 0 12px;
  display: none;
}
@media screen and (min-width: 768px) {
  .breadcrumb-pipe {
    display: inline-block;
  }
}

.breadcrumb-link {
  color: var(--color-text-primary);
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  display: none;
}
.breadcrumb-link.penultimate {
  display: inline-flex;
}
.breadcrumb-link.penultimate::before {
  content: "";
  background-image: url("/themes/custom/miles_theme/images/svg/chevron-left.svg");
  position: relative;
  height: 14px;
  width: 14px;
  display: inline-flex;
  margin-right: 8px;
}
@media screen and (min-width: 768px) {
  .breadcrumb-link.penultimate::before {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .breadcrumb-link {
    display: inline-block;
  }
}
.breadcrumb-link.inactive {
  pointer-events: none;
  cursor: default;
  color: #67737A;
}

button:not(.unstyle, .toolbar-icon, .close-popup, .toggle-search-btn) {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
  overflow: hidden;
  outline: none;
  cursor: pointer;
  line-height: 160%;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  font-size: clamp(1.6rem, 1.5rem + 0.208vw, 1.8rem);
  padding-block: 9px;
  padding-inline: clamp(2.4rem, 2.048rem + 0.8vw, 3.2rem);
  border: 1px solid #021521;
  color: #021521;
  background-color: #ffffff;
}
button:not(.unstyle, .toolbar-icon, .close-popup, .toggle-search-btn) div, button:not(.unstyle, .toolbar-icon, .close-popup, .toggle-search-btn) a, button:not(.unstyle, .toolbar-icon, .close-popup, .toggle-search-btn) span, button:not(.unstyle, .toolbar-icon, .close-popup, .toggle-search-btn) input, button:not(.unstyle, .toolbar-icon, .close-popup, .toggle-search-btn) button {
  transition: all 0.3s ease-in-out, color 0s;
}
@media (hover: hover) and (pointer: fine) {
  button:not(.unstyle, .toolbar-icon, .close-popup, .toggle-search-btn):not(.button-disabled):hover {
    background-color: #0073bb;
    border-color: #0073bb;
    color: #ffffff;
    transition: color 0s;
  }
  button:not(.unstyle, .toolbar-icon, .close-popup, .toggle-search-btn):not(.button-disabled):hover div, button:not(.unstyle, .toolbar-icon, .close-popup, .toggle-search-btn):not(.button-disabled):hover a, button:not(.unstyle, .toolbar-icon, .close-popup, .toggle-search-btn):not(.button-disabled):hover span, button:not(.unstyle, .toolbar-icon, .close-popup, .toggle-search-btn):not(.button-disabled):hover input, button:not(.unstyle, .toolbar-icon, .close-popup, .toggle-search-btn):not(.button-disabled):hover button {
    transition: color 0s;
  }
  button:not(.unstyle, .toolbar-icon, .close-popup, .toggle-search-btn):before:hover {
    transition: color 0s;
  }
}
button:not(.unstyle, .toolbar-icon, .close-popup, .toggle-search-btn).button-disabled {
  border-color: #8A9196;
  color: #8A9196;
  cursor: not-allowed;
}
button:not(.unstyle, .toolbar-icon, .close-popup, .toggle-search-btn) div, button:not(.unstyle, .toolbar-icon, .close-popup, .toggle-search-btn) a, button:not(.unstyle, .toolbar-icon, .close-popup, .toggle-search-btn) span, button:not(.unstyle, .toolbar-icon, .close-popup, .toggle-search-btn) input, button:not(.unstyle, .toolbar-icon, .close-popup, .toggle-search-btn) button {
  display: block;
  color: inherit;
  font-weight: inherit;
}
button:not(.unstyle, .toolbar-icon, .close-popup, .toggle-search-btn) div.is-disabled, button:not(.unstyle, .toolbar-icon, .close-popup, .toggle-search-btn) a.is-disabled, button:not(.unstyle, .toolbar-icon, .close-popup, .toggle-search-btn) span.is-disabled, button:not(.unstyle, .toolbar-icon, .close-popup, .toggle-search-btn) input.is-disabled, button:not(.unstyle, .toolbar-icon, .close-popup, .toggle-search-btn) button.is-disabled {
  cursor: not-allowed;
}
button:not(.unstyle, .toolbar-icon, .close-popup, .toggle-search-btn):before {
  content: attr(data-text);
  color: inherit;
  padding: inherit;
  position: absolute;
  font-family: inherit;
  top: 0;
  left: 0;
  transform: translate(0, 100%);
  transition: all 0.3s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  button:not(.unstyle, .toolbar-icon, .close-popup, .toggle-search-btn):not(.button-disabled):hover div, button:not(.unstyle, .toolbar-icon, .close-popup, .toggle-search-btn):not(.button-disabled):hover a, button:not(.unstyle, .toolbar-icon, .close-popup, .toggle-search-btn):not(.button-disabled):hover span, button:not(.unstyle, .toolbar-icon, .close-popup, .toggle-search-btn):not(.button-disabled):hover input, button:not(.unstyle, .toolbar-icon, .close-popup, .toggle-search-btn):not(.button-disabled):hover button {
    transform: translate(0, -150%);
    transition: all 0.3s ease-in-out;
  }
  button:not(.unstyle, .toolbar-icon, .close-popup, .toggle-search-btn):not(.button-disabled):hover:before {
    transform: translate(0, 0);
  }
}

input[class*=button][type=submit],
button.link {
  border: 0;
  padding: 0;
  margin: 0;
  background-color: transparent;
  background-image: none;
  line-height: 160%;
}

button.unstyle {
  border: 0;
  padding: 0;
  margin: 0;
  background-color: transparent;
  background-image: none;
}

button.close-btn-icon {
  stroke: var(--color-white);
}

button.search-btn-icon {
  fill: var(--color-miles-black);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
button.search-btn-icon::before {
  content: "";
  position: absolute;
  height: 90%;
  width: 90%;
  background-color: var(--color-miles-blue);
  opacity: 0;
  transition: all 0.3s;
  border-radius: 50%;
}
button.search-btn-icon:focus::before, button.search-btn-icon:hover::before {
  opacity: 0.1;
}

a {
  font-weight: normal;
  text-decoration: none;
}
a:not(.button, .button-link, .arrow-cta, .filled-button, .menu-item, .unstyle, .social-sharing-buttons__button, .bef-link, .toggle-search-btn, .cta-row-item-anchor) {
  color: #0073bb;
  text-decoration: none;
  background-image: linear-gradient(var(--color-dark-blue), var(--color-dark-blue));
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 0.1rem;
  transition: background-size 0.3s ease-out;
  transform-origin: top left;
}
a:not(.button, .button-link, .arrow-cta, .filled-button, .menu-item, .unstyle, .social-sharing-buttons__button, .bef-link, .toggle-search-btn, .cta-row-item-anchor):hover, a:not(.button, .button-link, .arrow-cta, .filled-button, .menu-item, .unstyle, .social-sharing-buttons__button, .bef-link, .toggle-search-btn, .cta-row-item-anchor):focus {
  background-size: 100% 0.1rem;
}
a.menu-item {
  color: #021521;
  font-weight: 500;
  font-family: "Red Hat Display", sans-serif;
}

.form-type-select label,
.form-type-textfield label,
.form-type-textarea label,
.form-type-entity-autocomplete label,
.form-type-password label {
  display: block;
}

span.field-suffix {
  vertical-align: bottom;
}

select,
textarea,
input[type=text],
input[type=password],
input[type=url],
input[type=email],
input[type=date],
input[type=tel],
input[type=search],
input[type=number],
input[type=date],
input[type=range] {
  border: none;
  border-bottom: 1px solid #8A9196;
  background-color: #fafafa;
  padding: 12px;
  color: #021521;
  line-height: 1.3;
  transition: all 0.3s ease;
}
select:hover,
textarea:hover,
input[type=text]:hover,
input[type=password]:hover,
input[type=url]:hover,
input[type=email]:hover,
input[type=date]:hover,
input[type=tel]:hover,
input[type=search]:hover,
input[type=number]:hover,
input[type=date]:hover,
input[type=range]:hover {
  border-bottom: 1px solid #0073bb;
}
select::-moz-placeholder, textarea::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=range]::-moz-placeholder {
  color: #67737A;
}
select::placeholder,
textarea::placeholder,
input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=url]::placeholder,
input[type=email]::placeholder,
input[type=date]::placeholder,
input[type=tel]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
input[type=date]::placeholder,
input[type=range]::placeholder {
  color: #67737A;
}
select:focus, select:focus-visible, select:active,
textarea:focus,
textarea:focus-visible,
textarea:active,
input[type=text]:focus,
input[type=text]:focus-visible,
input[type=text]:active,
input[type=password]:focus,
input[type=password]:focus-visible,
input[type=password]:active,
input[type=url]:focus,
input[type=url]:focus-visible,
input[type=url]:active,
input[type=email]:focus,
input[type=email]:focus-visible,
input[type=email]:active,
input[type=date]:focus,
input[type=date]:focus-visible,
input[type=date]:active,
input[type=tel]:focus,
input[type=tel]:focus-visible,
input[type=tel]:active,
input[type=search]:focus,
input[type=search]:focus-visible,
input[type=search]:active,
input[type=number]:focus,
input[type=number]:focus-visible,
input[type=number]:active,
input[type=date]:focus,
input[type=date]:focus-visible,
input[type=date]:active,
input[type=range]:focus,
input[type=range]:focus-visible,
input[type=range]:active {
  outline: none;
  border-bottom: 1px solid #021521;
}

select {
  cursor: pointer;
}
select:invalid {
  color: #8A9196;
}
select [disabled] {
  color: #8A9196;
}
select option {
  color: #021521;
}
select::after {
  content: "";
  background-image: url("/themes/custom/miles_theme/images/svg/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  height: 8px;
  width: 16px;
}

input[type=date] {
  cursor: text;
}

input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  margin-right: 5px;
  border: 2px solid #8A9196;
  position: relative;
  transition: border-color 0.3s, background-color 0.3s;
  cursor: pointer;
  width: 18px;
  height: 18px;
  vertical-align: top;
}

input[type=checkbox]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  display: none;
}

input[type=checkbox]:checked {
  border-color: #0073bb;
  background-color: #0073bb;
}

input[type=checkbox]:checked::before {
  display: block;
}

input[type=checkbox]:hover:not(:checked) {
  border-color: #0095d5;
}

input[type=checkbox]:focus:not(:checked) {
  border-color: #021521;
}

input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  margin-right: 5px;
  border: 2px solid #8A9196;
  position: relative;
  transition: border-color 0.3s;
  cursor: pointer;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  vertical-align: top;
}

input[type=radio]::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #0073bb;
  opacity: 0;
  transition: opacity 0.3s;
}

input[type=radio]:checked {
  border-color: #0073bb;
}

input[type=radio]:checked::before {
  opacity: 1;
}

input[type=radio]:hover:not(:checked) {
  border-color: #0095d5;
}

input[type=radio]:focus:not(:checked) {
  border-color: #021521;
}

.lines {
  overflow: hidden;
}

.animated-header,
.teaser-animated-header,
.advertising-animated-header {
  gap: unset;
}
.animated-header #animated-header-eyebrow,
.animated-header #animated-header-title,
.animated-header #teaser-animated-header-title,
.teaser-animated-header #animated-header-eyebrow,
.teaser-animated-header #animated-header-title,
.teaser-animated-header #teaser-animated-header-title,
.advertising-animated-header #animated-header-eyebrow,
.advertising-animated-header #animated-header-title,
.advertising-animated-header #teaser-animated-header-title {
  visibility: hidden;
  font-kerning: none;
  width: 100%;
}
.animated-header #animated-header-eyebrow:not(.article-header-title, #teaser-animated-header-title, .advertising-header-title),
.animated-header #animated-header-title:not(.article-header-title, #teaser-animated-header-title, .advertising-header-title),
.animated-header #teaser-animated-header-title:not(.article-header-title, #teaser-animated-header-title, .advertising-header-title),
.teaser-animated-header #animated-header-eyebrow:not(.article-header-title, #teaser-animated-header-title, .advertising-header-title),
.teaser-animated-header #animated-header-title:not(.article-header-title, #teaser-animated-header-title, .advertising-header-title),
.teaser-animated-header #teaser-animated-header-title:not(.article-header-title, #teaser-animated-header-title, .advertising-header-title),
.advertising-animated-header #animated-header-eyebrow:not(.article-header-title, #teaser-animated-header-title, .advertising-header-title),
.advertising-animated-header #animated-header-title:not(.article-header-title, #teaser-animated-header-title, .advertising-header-title),
.advertising-animated-header #teaser-animated-header-title:not(.article-header-title, #teaser-animated-header-title, .advertising-header-title) {
  text-align: center;
}

.arrow-only-animation {
  visibility: hidden;
}

.hero-image-wrapper.img-reveal,
.teaser-image-wrapper.img-reveal,
.reveal-img {
  overflow: hidden;
  height: 100%;
}
.hero-image-wrapper.img-reveal .field--name-field-hero-image,
.hero-image-wrapper.img-reveal > .field--name-field-media-image,
.teaser-image-wrapper.img-reveal .field--name-field-hero-image,
.teaser-image-wrapper.img-reveal > .field--name-field-media-image,
.reveal-img .field--name-field-hero-image,
.reveal-img > .field--name-field-media-image {
  visibility: hidden;
  overflow: hidden;
}
.hero-image-wrapper.img-reveal img,
.teaser-image-wrapper.img-reveal img,
.reveal-img img {
  display: block;
  transform-origin: bottom;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  height: auto;
}
.hero-image-wrapper.img-reveal .field--name-field-hero-image img,
.teaser-image-wrapper.img-reveal .field--name-field-hero-image img,
.reveal-img .field--name-field-hero-image img {
  width: 100%;
}
.hero-image-wrapper.img-reveal .caption, .hero-image-wrapper.img-reveal figcaption,
.hero-image-wrapper.img-reveal figure,
.teaser-image-wrapper.img-reveal .caption,
.teaser-image-wrapper.img-reveal figcaption,
.teaser-image-wrapper.img-reveal figure,
.reveal-img .caption,
.reveal-img figcaption,
.reveal-img figure {
  visibility: hidden;
  opacity: unset;
}
.hero-image-wrapper.img-reveal .caption > p, .hero-image-wrapper.img-reveal figcaption > p,
.hero-image-wrapper.img-reveal figure > p,
.teaser-image-wrapper.img-reveal .caption > p,
.teaser-image-wrapper.img-reveal figcaption > p,
.teaser-image-wrapper.img-reveal figure > p,
.reveal-img .caption > p,
.reveal-img figcaption > p,
.reveal-img figure > p {
  margin: 0;
}

.reveal-text,
.fade-up-text {
  visibility: hidden;
}

.paragraph-cta-row-item.cta-row-full-width .cta-row-item-header-wrapper > h2 {
  overflow: hidden;
}
.paragraph-cta-row-item.cta-row-full-width .cta-row-item-header-wrapper > h2 > span {
  display: block;
}
.paragraph-cta-row-item.cta-row-full-width .title-reveal {
  margin-top: -5.5rem;
  overflow: hidden;
}
.paragraph-cta-row-item.cta-row-full-width .title-reveal > span {
  display: block;
  visibility: hidden;
}

/*------------------------------------*\
    #Hide and show items inclusively

    See https://www.scottohara.me/blog/2017/04/14/inclusively-hidden.html
\*------------------------------------*/
/*
 * Hide from everybody and remove from the document flow, using the hidden
 * attribute.
 *
 * Use if a component should remain hidden regardless of CSS being
 * available or not (the style below provides support for legacy browsers).
 */
[hidden] {
  display: none !important;
}

/*
 * Hide from everybody and remove from the document flow, using the %hidden
 * placeholder (extend the placeholder with Sass to avoid it appearing
 * repeatedly in your markup).
 *
 * Use if a component requires a basic show and hide interaction, and the
 * content should become available were CSS to fail.
 */
/*
 * Hide from everybody while maintaining layout, using the %invisible
 * placeholder (extend the placeholder with Sass to avoid it appearing
 * repeatedly in your markup).
 *
 * Use if a more complex transition is required, like when transitioning an
 * off-screen navigation into the viewport. Best paired with other CSS
 * properties that negate its position in the DOM e.g. `position: absolute;`
 */
/*
 * Hide visually only - remains available to Assistive Technology -
 * using the %visually-hidden placeholder (extend the placeholder with
 * Sass to avoid it appearing repeatedly in your markup).
 */
.visuallyhidden:not(:focus):not(:active) {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  height: 0.1rem;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 0.1rem;
}

/*
 *The :not portions of the following selector allow a means for any
 * focusable element to become visible when focused/active by a user.
 */
/*
 * Make sure that the siblings of hidden components do not cause the hidden
 * component to take up any vertical space.
 */
[hidden] + *,
.hidden + *,
.visuallyhidden + * {
  margin-top: 0 !important;
}

br {
  margin-top: 0;
}

/*
 * Restore an element that has been visually hidden, using the %visually-hidden
 * placeholder (extend the placeholder with Sass to avoid it appearing
 * repeatedly in your markup).
 */
/*------------------------------------*\
    #HTML elements
\*------------------------------------*/
abbr {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-underline-offset: 0.25em;
}

dfn {
  font-style: normal;
  font-weight: 800;
}

b,
strong,
.bold {
  font-weight: 800;
}

em,
i {
  font-style: italic;
}

small,
.small,
.small-caps {
  font-size: 1.5rem;
  line-height: 1.5;
}

.small-caps {
  text-shadow: 0 0 0 #111;
  text-transform: uppercase;
}

code,
samp,
pre {
  font-family: Monaco, "Lucida Console", monospace;
  font-size: 0.9em;
  -webkit-hyphens: none;
          hyphens: none;
  orphans: 3;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  page-break-before: avoid;
  text-transform: none;
  widows: 3;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}
img.scale-with-grid {
  display: inline-block;
}

ul,
ol {
  margin-block: 0;
}
ul.unstyle,
ol.unstyle {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.unstyle li,
ol.unstyle li {
  padding: 0;
}

main ul:not(.unstyle) {
  padding-inline-start: 24px;
}
main ul:not(.unstyle) > li {
  list-style-type: none;
  margin-top: 24px;
  display: block;
  position: relative;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  main ul:not(.unstyle) > li {
    margin-bottom: 16px;
  }
}
main ul:not(.unstyle) > li::before {
  position: absolute;
  content: "";
  background-image: url("/themes/custom/miles_theme/images/svg/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 9px;
  height: 28px;
  margin-left: -24px;
  flex-shrink: 0;
}
main ul:not(.unstyle) > li:last-child {
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  main ul:not(.unstyle) > li:last-child {
    margin-bottom: 32px;
  }
}

main ol:not(.unstyle) {
  list-style: none;
  counter-reset: i;
  padding-inline-start: 24px;
}
main ol:not(.unstyle) > li {
  counter-increment: i;
  margin-top: 24px;
  display: block;
  position: relative;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  main ol:not(.unstyle) > li {
    margin-bottom: 16px;
  }
}
main ol:not(.unstyle) > li::before {
  content: counter(i) ".";
  font-family: "Bitter", sans-serif;
  font-weight: 700;
  position: absolute;
  font-size: clamp(1.6rem, 1.5rem + 0.208vw, 1.8rem);
  display: inline-block;
  margin-left: -24px;
  color: #0073bb;
}
main ol:not(.unstyle) > li:last-child {
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  main ol:not(.unstyle) > li:last-child {
    margin-bottom: 32px;
  }
}
main ol:not(.unstyle) > li:nth-child(n+10)::before {
  margin-left: -32px;
}
main ol:not(.unstyle) > li ol {
  list-style-type: lower-alpha;
  counter-reset: nested;
}
main ol:not(.unstyle) > li ol > li {
  counter-increment: nested;
}
main ol:not(.unstyle) > li ol > li::before {
  content: counter(nested, lower-alpha) ".";
}

/*------------------------------------*\
    #Quotes
\*------------------------------------*/
blockquote {
  position: relative;
  background-color: #ebf4fa;
  margin: 0 0 0 -8px;
  padding: 24px;
}
@media screen and (min-width: 768px) {
  blockquote {
    margin: 0 0 0 -16px;
  }
}
@media screen and (min-width: 1040px) {
  blockquote {
    margin: 0 0 0 -24px;
  }
}
blockquote > p {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  padding-block: 8px;
  padding-inline: clamp(24px, 0.896rem + 1.6vw, 32px);
}
blockquote::before {
  content: "";
  display: block;
  border-left: 8px solid #0073bb;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/*------------------------------------*\
    #Tables

    1. Logical property allows text-direction to change with 'dir'
\*------------------------------------*/
table {
  width: 100%;
  margin: 2rem auto;
  table-layout: auto;
}
.fixed {
  table-layout: fixed;
}

table,
td,
th {
  border-collapse: collapse;
}

th,
td {
  padding: 8px 16px;
  border: 1px solid #8A9196;
}

th {
  background-color: #0073bb;
  color: #ffffff;
  border: 1px solid #021521;
}

tr:nth-child(odd) {
  background-color: #ffffff;
}

tr:nth-child(even) {
  background-color: #ebf4fa;
}

/**
Responsive tables:
https://adrianroselli.com/2020/11/under-engineered-responsive-tables.html
 */
@media screen {
  .table-wrap {
    border: 0.1rem solid #021521;
    max-width: 100% !important;
  }
  .table-wrap[role][aria-labelledby][tabindex] {
    overflow: auto;
  }
  .table-wrap table {
    border: 0;
  }
  .table-wrap:focus {
    border-color: #000;
    box-shadow: inset 0 0 0 0.4rem;
    outline: 0.3rem solid #021521;
  }
}
/*------------------------------------*\
    #Typography
\*------------------------------------*/
.heading-xl {
  color: #021521;
  font-weight: 400;
  font-family: "Red Hat Display", sans-serif;
  line-height: 1.3;
  font-size: clamp(3.8rem, 2.35rem + 3.021vw, 6.7rem);
  margin: 0 0 32px;
}
@media screen and (min-width: 768px) {
  .heading-xl {
    margin: 0 0 40px;
  }
}

.heading-xl-med, h1 {
  color: #021521;
  font-weight: 500;
  font-family: "Red Hat Display", sans-serif;
  line-height: 1.3;
  font-size: clamp(3.8rem, 2.35rem + 3.021vw, 6.7rem);
  margin: 0 0 32px;
}
@media screen and (min-width: 768px) {
  .heading-xl-med, h1 {
    margin: 0 0 40px;
  }
}

.heading-l, .mp-accordion .accordion-trigger .accordion-title, h2 {
  color: #021521;
  font-weight: 400;
  font-family: "Red Hat Display", sans-serif;
  line-height: 1.3;
  font-size: clamp(3rem, 2.6rem + 0.833vw, 3.8rem);
  margin: 0 0 12px;
}
@media screen and (min-width: 768px) {
  .heading-l, .mp-accordion .accordion-trigger .accordion-title, h2 {
    margin: 0 0 16px;
  }
}

.heading-l-med {
  color: #021521;
  font-weight: 500;
  font-family: "Red Hat Display", sans-serif;
  line-height: 1.3;
  font-size: clamp(3rem, 2.6rem + 0.833vw, 3.8rem);
  margin: 0 0 12px;
}
@media screen and (min-width: 768px) {
  .heading-l-med {
    margin: 0 0 16px;
  }
}

.heading-m, h3, table caption {
  color: #021521;
  font-weight: 400;
  font-family: "Red Hat Display", sans-serif;
  line-height: 1.3;
  font-size: clamp(2.4rem, 2.1rem + 0.625vw, 3rem);
  margin: 0 0 12px;
}
@media screen and (min-width: 768px) {
  .heading-m, h3, table caption {
    margin: 0 0 16px;
  }
}

.heading-m-med {
  color: #021521;
  font-weight: 500;
  font-family: "Red Hat Display", sans-serif;
  line-height: 1.3;
  font-size: clamp(2.4rem, 2.1rem + 0.625vw, 3rem);
  margin: 0 0 12px;
}
@media screen and (min-width: 768px) {
  .heading-m-med {
    margin: 0 0 16px;
  }
}

.heading-s, h4 {
  color: #021521;
  font-weight: 400;
  font-family: "Red Hat Display", sans-serif;
  line-height: 1.3;
  font-size: clamp(2rem, 1.8rem + 0.417vw, 2.4rem);
  margin: 0 0 12px;
}
@media screen and (min-width: 768px) {
  .heading-s, h4 {
    margin: 0 0 16px;
  }
}

.heading-s-med {
  color: #021521;
  font-weight: 500;
  font-family: "Red Hat Display", sans-serif;
  line-height: 1.3;
  font-size: clamp(2rem, 1.8rem + 0.417vw, 2.4rem);
  margin: 0 0 12px;
}
@media screen and (min-width: 768px) {
  .heading-s-med {
    margin: 0 0 16px;
  }
}

.heading-xs, h5 {
  color: #021521;
  font-weight: 400;
  font-family: "Red Hat Display", sans-serif;
  line-height: 1.3;
  font-size: clamp(1.8rem, 1.7rem + 0.208vw, 2rem);
  margin: 0 0 8px;
}
@media screen and (min-width: 768px) {
  .heading-xs, h5 {
    margin: 0 0 8px;
  }
}

.heading-xs-med {
  color: #021521;
  font-weight: 500;
  font-family: "Red Hat Display", sans-serif;
  line-height: 1.3;
  font-size: clamp(1.8rem, 1.7rem + 0.208vw, 2rem);
  margin: 0 0 8px;
}
@media screen and (min-width: 768px) {
  .heading-xs-med {
    margin: 0 0 8px;
  }
}

.heading-xxs, h6 {
  color: #021521;
  font-weight: 400;
  font-family: "Red Hat Display", sans-serif;
  line-height: 1.3;
  font-size: clamp(1.6rem, 1.5rem + 0.208vw, 1.8rem);
  margin: 0 0 8px;
}
@media screen and (min-width: 768px) {
  .heading-xxs, h6 {
    margin: 0 0 8px;
  }
}

.heading-xxs-med {
  color: #021521;
  font-weight: 500;
  font-family: "Red Hat Display", sans-serif;
  line-height: 1.3;
  font-size: clamp(1.6rem, 1.5rem + 0.208vw, 1.8rem);
  margin: 0 0 8px;
}
@media screen and (min-width: 768px) {
  .heading-xxs-med {
    margin: 0 0 8px;
  }
}

.display-l {
  color: #021521;
  font-weight: 500;
  font-family: "Red Hat Display", sans-serif;
  line-height: 1.3;
  font-size: clamp(8rem, 6rem + 4.167vw, 12rem);
  margin: 0 0 32px;
}
@media screen and (min-width: 768px) {
  .display-l {
    margin: 0 0 40px;
  }
}

.display-s {
  color: #021521;
  font-weight: 500;
  font-family: "Red Hat Display", sans-serif;
  line-height: 1.3;
  font-size: clamp(5.2rem, 3.8rem + 2.917vw, 8rem);
  margin: 0 0 32px;
}
@media screen and (min-width: 768px) {
  .display-s {
    margin: 0 0 40px;
  }
}

.body-paragraph, p {
  font-size: clamp(1.6rem, 1.5rem + 0.208vw, 1.8rem);
  font-family: "Bitter", sans-serif;
  line-height: 1.6;
  font-weight: 400;
}

.body-paragraph-bold {
  font-size: clamp(1.6rem, 1.5rem + 0.208vw, 1.8rem);
  font-family: "Bitter", sans-serif;
  line-height: 1.6;
  font-weight: 800;
}

.intro-paragraph, .lead,
.intro {
  font-size: clamp(1.8rem, 1.65rem + 0.313vw, 2.1rem);
  font-family: "Red Hat Display", sans-serif;
  line-height: 1.5;
  font-weight: 500;
}

.quote, q, blockquote {
  font-size: clamp(1.8rem, 1.65rem + 0.313vw, 2.1rem);
  font-family: "Bitter", sans-serif;
  line-height: 1.5;
  font-weight: 500;
}

.caption, figcaption,
figure {
  font-size: 1.4rem;
  line-height: 1.4;
  font-style: italic;
  color: var(--color-miles-black-60);
  margin-top: 4px;
}

.dateline {
  font-size: 1.2rem;
  line-height: 1.3;
  font-style: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Bitter", sans-serif;
  font-size: clamp(1.6rem, 1.5rem + 0.208vw, 1.8rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  color: #021521;
}

p {
  margin: 0 0 16px;
}
@media screen and (min-width: 768px) {
  p {
    margin: 0 0 24px;
  }
}
p.last-series-p {
  margin: 0 0 24px;
}
@media screen and (min-width: 768px) {
  p.last-series-p {
    margin: 0 0 32px;
  }
}

.eyebrow {
  color: #021521;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 1.6rem;
  letter-spacing: 4px;
  line-height: 1;
  margin: 0 0 1em;
}
@media screen and (max-width: "screen and (min-width: 768px)"-1) {
  .eyebrow {
    font-size: 1.4rem;
  }
}
.eyebrow--hero {
  color: #021521;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 1.6rem;
  letter-spacing: 4px;
  line-height: 1;
  font-size: 3rem;
  margin: 0 0 0.5em;
}
@media screen and (max-width: "screen and (min-width: 768px)"-1) {
  .eyebrow--hero {
    font-size: 1.8rem;
  }
}

.lead,
.intro {
  color: #021521;
}
.lead a,
.intro a {
  font-weight: inherit;
}

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

.med {
  font-weight: 500;
}

.caption > p, figcaption > p,
figure > p {
  font: inherit;
}

b,
strong,
.bold {
  font-weight: 700;
}

form.webform-submission-form {
  width: 100%;
}
form.webform-submission-form #edit-actions {
  margin-block: 2.4rem 1rem;
}
form.webform-submission-form .description {
  margin-top: var(--spacing-2xs);
  font-size: 1.2rem;
  font-style: italic;
  color: var(--color-miles-black-60);
}
form.webform-submission-form .form-item {
  display: flex;
  gap: 0.8rem;
  flex-direction: column;
  /* min-width: 0 prevents 'grid blowout' */
  min-width: 0;
  margin-top: 0;
}
form.webform-submission-form .form-item input.error {
  border: 0;
  outline: 1px solid #ee0050;
}
form.webform-submission-form label:not(.webform-file-button) {
  font-family: "Bitter", sans-serif;
  font-size: 1.8rem;
  font-weight: normal;
}
form.webform-submission-form label:not(.webform-file-button).error {
  color: #ee0050;
}
form.webform-submission-form label:not(.webform-file-button).error::before {
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: normal;
  content: "\f06a";
  padding-right: 1rem;
}
form.webform-submission-form .form-checkboxes .form-item,
form.webform-submission-form .form-type-checkbox {
  display: block;
}

/*------------------------------------*\
    #Layouts
\*------------------------------------*/
.l-flex {
  display: flex;
}
@media screen and (min-width: screen and (min-width: 480px)) {
  .l-flex--sm, .l-flex--sm-min {
    display: flex;
  }
}
@media screen and (min-width: screen and (min-width: 0px)) {
  .l-flex--xs, .l-flex--xs-min {
    display: flex;
  }
}
@media screen and (min-width: screen and (min-width: 768px)) {
  .l-flex--md, .l-flex--md-min {
    display: flex;
  }
}
@media screen and (min-width: screen and (min-width: 1040px)) {
  .l-flex--lg, .l-flex--lg-min {
    display: flex;
  }
}
@media screen and (min-width: screen and (min-width: 1440px)) {
  .l-flex--xl, .l-flex--xl-min {
    display: flex;
  }
}
@media screen and (max-width: "screen and (min-width: 0px)"-1) {
  .l-flex--xs-max {
    display: flex;
  }
}
@media screen and (max-width: "screen and (min-width: 480px)"-1) {
  .l-flex--sm-max {
    display: flex;
  }
}
@media screen and (max-width: "screen and (min-width: 768px)"-1) {
  .l-flex--md-max {
    display: flex;
  }
}
@media screen and (max-width: "screen and (min-width: 1040px)"-1) {
  .l-flex--lg-max {
    display: flex;
  }
}
@media screen and (max-width: "screen and (min-width: 1440px)"-1) {
  .l-flex--xl-max {
    display: flex;
  }
}
.l-flex--inline {
  display: inline-flex;
}
@media screen and (min-width: screen and (min-width: 480px)) {
  .l-flex--inline--sm, .l-flex--inline--sm-min {
    display: inline-flex;
  }
}
@media screen and (min-width: screen and (min-width: 0px)) {
  .l-flex--inline--xs, .l-flex--inline--xs-min {
    display: inline-flex;
  }
}
@media screen and (min-width: screen and (min-width: 768px)) {
  .l-flex--inline--md, .l-flex--inline--md-min {
    display: inline-flex;
  }
}
@media screen and (min-width: screen and (min-width: 1040px)) {
  .l-flex--inline--lg, .l-flex--inline--lg-min {
    display: inline-flex;
  }
}
@media screen and (min-width: screen and (min-width: 1440px)) {
  .l-flex--inline--xl, .l-flex--inline--xl-min {
    display: inline-flex;
  }
}
@media screen and (max-width: "screen and (min-width: 0px)"-1) {
  .l-flex--inline--xs-max {
    display: inline-flex;
  }
}
@media screen and (max-width: "screen and (min-width: 480px)"-1) {
  .l-flex--inline--sm-max {
    display: inline-flex;
  }
}
@media screen and (max-width: "screen and (min-width: 768px)"-1) {
  .l-flex--inline--md-max {
    display: inline-flex;
  }
}
@media screen and (max-width: "screen and (min-width: 1040px)"-1) {
  .l-flex--inline--lg-max {
    display: inline-flex;
  }
}
@media screen and (max-width: "screen and (min-width: 1440px)"-1) {
  .l-flex--inline--xl-max {
    display: inline-flex;
  }
}

[class*=l-flex].wrap {
  flex-wrap: wrap;
}
@media screen and (min-width: screen and (min-width: 480px)) {
  [class*=l-flex].wrap--sm, [class*=l-flex].wrap--sm-min {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: screen and (min-width: 0px)) {
  [class*=l-flex].wrap--xs, [class*=l-flex].wrap--xs-min {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: screen and (min-width: 768px)) {
  [class*=l-flex].wrap--md, [class*=l-flex].wrap--md-min {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: screen and (min-width: 1040px)) {
  [class*=l-flex].wrap--lg, [class*=l-flex].wrap--lg-min {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: screen and (min-width: 1440px)) {
  [class*=l-flex].wrap--xl, [class*=l-flex].wrap--xl-min {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: "screen and (min-width: 0px)"-1) {
  [class*=l-flex].wrap--xs-max {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: "screen and (min-width: 480px)"-1) {
  [class*=l-flex].wrap--sm-max {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: "screen and (min-width: 768px)"-1) {
  [class*=l-flex].wrap--md-max {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: "screen and (min-width: 1040px)"-1) {
  [class*=l-flex].wrap--lg-max {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: "screen and (min-width: 1440px)"-1) {
  [class*=l-flex].wrap--xl-max {
    flex-wrap: wrap;
  }
}
[class*=l-flex].row {
  flex-direction: row;
}
@media screen and (min-width: screen and (min-width: 480px)) {
  [class*=l-flex].row--sm, [class*=l-flex].row--sm-min {
    flex-direction: row;
  }
}
@media screen and (min-width: screen and (min-width: 0px)) {
  [class*=l-flex].row--xs, [class*=l-flex].row--xs-min {
    flex-direction: row;
  }
}
@media screen and (min-width: screen and (min-width: 768px)) {
  [class*=l-flex].row--md, [class*=l-flex].row--md-min {
    flex-direction: row;
  }
}
@media screen and (min-width: screen and (min-width: 1040px)) {
  [class*=l-flex].row--lg, [class*=l-flex].row--lg-min {
    flex-direction: row;
  }
}
@media screen and (min-width: screen and (min-width: 1440px)) {
  [class*=l-flex].row--xl, [class*=l-flex].row--xl-min {
    flex-direction: row;
  }
}
@media screen and (max-width: "screen and (min-width: 0px)"-1) {
  [class*=l-flex].row--xs-max {
    flex-direction: row;
  }
}
@media screen and (max-width: "screen and (min-width: 480px)"-1) {
  [class*=l-flex].row--sm-max {
    flex-direction: row;
  }
}
@media screen and (max-width: "screen and (min-width: 768px)"-1) {
  [class*=l-flex].row--md-max {
    flex-direction: row;
  }
}
@media screen and (max-width: "screen and (min-width: 1040px)"-1) {
  [class*=l-flex].row--lg-max {
    flex-direction: row;
  }
}
@media screen and (max-width: "screen and (min-width: 1440px)"-1) {
  [class*=l-flex].row--xl-max {
    flex-direction: row;
  }
}
[class*=l-flex].row-reverse {
  flex-direction: row-reverse;
}
@media screen and (min-width: screen and (min-width: 480px)) {
  [class*=l-flex].row-reverse--sm, [class*=l-flex].row-reverse--sm-min {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: screen and (min-width: 0px)) {
  [class*=l-flex].row-reverse--xs, [class*=l-flex].row-reverse--xs-min {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: screen and (min-width: 768px)) {
  [class*=l-flex].row-reverse--md, [class*=l-flex].row-reverse--md-min {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: screen and (min-width: 1040px)) {
  [class*=l-flex].row-reverse--lg, [class*=l-flex].row-reverse--lg-min {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: screen and (min-width: 1440px)) {
  [class*=l-flex].row-reverse--xl, [class*=l-flex].row-reverse--xl-min {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: "screen and (min-width: 0px)"-1) {
  [class*=l-flex].row-reverse--xs-max {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: "screen and (min-width: 480px)"-1) {
  [class*=l-flex].row-reverse--sm-max {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: "screen and (min-width: 768px)"-1) {
  [class*=l-flex].row-reverse--md-max {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: "screen and (min-width: 1040px)"-1) {
  [class*=l-flex].row-reverse--lg-max {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: "screen and (min-width: 1440px)"-1) {
  [class*=l-flex].row-reverse--xl-max {
    flex-direction: row-reverse;
  }
}
[class*=l-flex].col {
  flex-direction: column;
}
@media screen and (min-width: screen and (min-width: 480px)) {
  [class*=l-flex].col--sm, [class*=l-flex].col--sm-min {
    flex-direction: column;
  }
}
@media screen and (min-width: screen and (min-width: 0px)) {
  [class*=l-flex].col--xs, [class*=l-flex].col--xs-min {
    flex-direction: column;
  }
}
@media screen and (min-width: screen and (min-width: 768px)) {
  [class*=l-flex].col--md, [class*=l-flex].col--md-min {
    flex-direction: column;
  }
}
@media screen and (min-width: screen and (min-width: 1040px)) {
  [class*=l-flex].col--lg, [class*=l-flex].col--lg-min {
    flex-direction: column;
  }
}
@media screen and (min-width: screen and (min-width: 1440px)) {
  [class*=l-flex].col--xl, [class*=l-flex].col--xl-min {
    flex-direction: column;
  }
}
@media screen and (max-width: "screen and (min-width: 0px)"-1) {
  [class*=l-flex].col--xs-max {
    flex-direction: column;
  }
}
@media screen and (max-width: "screen and (min-width: 480px)"-1) {
  [class*=l-flex].col--sm-max {
    flex-direction: column;
  }
}
@media screen and (max-width: "screen and (min-width: 768px)"-1) {
  [class*=l-flex].col--md-max {
    flex-direction: column;
  }
}
@media screen and (max-width: "screen and (min-width: 1040px)"-1) {
  [class*=l-flex].col--lg-max {
    flex-direction: column;
  }
}
@media screen and (max-width: "screen and (min-width: 1440px)"-1) {
  [class*=l-flex].col--xl-max {
    flex-direction: column;
  }
}
[class*=l-flex].col-reverse {
  flex-direction: column-reverse;
}
@media screen and (min-width: screen and (min-width: 480px)) {
  [class*=l-flex].col-reverse--sm, [class*=l-flex].col-reverse--sm-min {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: screen and (min-width: 0px)) {
  [class*=l-flex].col-reverse--xs, [class*=l-flex].col-reverse--xs-min {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: screen and (min-width: 768px)) {
  [class*=l-flex].col-reverse--md, [class*=l-flex].col-reverse--md-min {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: screen and (min-width: 1040px)) {
  [class*=l-flex].col-reverse--lg, [class*=l-flex].col-reverse--lg-min {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: screen and (min-width: 1440px)) {
  [class*=l-flex].col-reverse--xl, [class*=l-flex].col-reverse--xl-min {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: "screen and (min-width: 0px)"-1) {
  [class*=l-flex].col-reverse--xs-max {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: "screen and (min-width: 480px)"-1) {
  [class*=l-flex].col-reverse--sm-max {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: "screen and (min-width: 768px)"-1) {
  [class*=l-flex].col-reverse--md-max {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: "screen and (min-width: 1040px)"-1) {
  [class*=l-flex].col-reverse--lg-max {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: "screen and (min-width: 1440px)"-1) {
  [class*=l-flex].col-reverse--xl-max {
    flex-direction: column-reverse;
  }
}
[class*=l-flex].j-start {
  justify-content: flex-start;
}
@media screen and (min-width: screen and (min-width: 480px)) {
  [class*=l-flex].j-start--sm, [class*=l-flex].j-start--sm-min {
    justify-content: flex-start;
  }
}
@media screen and (min-width: screen and (min-width: 0px)) {
  [class*=l-flex].j-start--xs, [class*=l-flex].j-start--xs-min {
    justify-content: flex-start;
  }
}
@media screen and (min-width: screen and (min-width: 768px)) {
  [class*=l-flex].j-start--md, [class*=l-flex].j-start--md-min {
    justify-content: flex-start;
  }
}
@media screen and (min-width: screen and (min-width: 1040px)) {
  [class*=l-flex].j-start--lg, [class*=l-flex].j-start--lg-min {
    justify-content: flex-start;
  }
}
@media screen and (min-width: screen and (min-width: 1440px)) {
  [class*=l-flex].j-start--xl, [class*=l-flex].j-start--xl-min {
    justify-content: flex-start;
  }
}
@media screen and (max-width: "screen and (min-width: 0px)"-1) {
  [class*=l-flex].j-start--xs-max {
    justify-content: flex-start;
  }
}
@media screen and (max-width: "screen and (min-width: 480px)"-1) {
  [class*=l-flex].j-start--sm-max {
    justify-content: flex-start;
  }
}
@media screen and (max-width: "screen and (min-width: 768px)"-1) {
  [class*=l-flex].j-start--md-max {
    justify-content: flex-start;
  }
}
@media screen and (max-width: "screen and (min-width: 1040px)"-1) {
  [class*=l-flex].j-start--lg-max {
    justify-content: flex-start;
  }
}
@media screen and (max-width: "screen and (min-width: 1440px)"-1) {
  [class*=l-flex].j-start--xl-max {
    justify-content: flex-start;
  }
}
[class*=l-flex].j-center {
  justify-content: center;
}
@media screen and (min-width: screen and (min-width: 480px)) {
  [class*=l-flex].j-center--sm, [class*=l-flex].j-center--sm-min {
    justify-content: center;
  }
}
@media screen and (min-width: screen and (min-width: 0px)) {
  [class*=l-flex].j-center--xs, [class*=l-flex].j-center--xs-min {
    justify-content: center;
  }
}
@media screen and (min-width: screen and (min-width: 768px)) {
  [class*=l-flex].j-center--md, [class*=l-flex].j-center--md-min {
    justify-content: center;
  }
}
@media screen and (min-width: screen and (min-width: 1040px)) {
  [class*=l-flex].j-center--lg, [class*=l-flex].j-center--lg-min {
    justify-content: center;
  }
}
@media screen and (min-width: screen and (min-width: 1440px)) {
  [class*=l-flex].j-center--xl, [class*=l-flex].j-center--xl-min {
    justify-content: center;
  }
}
@media screen and (max-width: "screen and (min-width: 0px)"-1) {
  [class*=l-flex].j-center--xs-max {
    justify-content: center;
  }
}
@media screen and (max-width: "screen and (min-width: 480px)"-1) {
  [class*=l-flex].j-center--sm-max {
    justify-content: center;
  }
}
@media screen and (max-width: "screen and (min-width: 768px)"-1) {
  [class*=l-flex].j-center--md-max {
    justify-content: center;
  }
}
@media screen and (max-width: "screen and (min-width: 1040px)"-1) {
  [class*=l-flex].j-center--lg-max {
    justify-content: center;
  }
}
@media screen and (max-width: "screen and (min-width: 1440px)"-1) {
  [class*=l-flex].j-center--xl-max {
    justify-content: center;
  }
}
[class*=l-flex].j-end {
  justify-content: flex-end;
}
@media screen and (min-width: screen and (min-width: 480px)) {
  [class*=l-flex].j-end--sm, [class*=l-flex].j-end--sm-min {
    justify-content: flex-end;
  }
}
@media screen and (min-width: screen and (min-width: 0px)) {
  [class*=l-flex].j-end--xs, [class*=l-flex].j-end--xs-min {
    justify-content: flex-end;
  }
}
@media screen and (min-width: screen and (min-width: 768px)) {
  [class*=l-flex].j-end--md, [class*=l-flex].j-end--md-min {
    justify-content: flex-end;
  }
}
@media screen and (min-width: screen and (min-width: 1040px)) {
  [class*=l-flex].j-end--lg, [class*=l-flex].j-end--lg-min {
    justify-content: flex-end;
  }
}
@media screen and (min-width: screen and (min-width: 1440px)) {
  [class*=l-flex].j-end--xl, [class*=l-flex].j-end--xl-min {
    justify-content: flex-end;
  }
}
@media screen and (max-width: "screen and (min-width: 0px)"-1) {
  [class*=l-flex].j-end--xs-max {
    justify-content: flex-end;
  }
}
@media screen and (max-width: "screen and (min-width: 480px)"-1) {
  [class*=l-flex].j-end--sm-max {
    justify-content: flex-end;
  }
}
@media screen and (max-width: "screen and (min-width: 768px)"-1) {
  [class*=l-flex].j-end--md-max {
    justify-content: flex-end;
  }
}
@media screen and (max-width: "screen and (min-width: 1040px)"-1) {
  [class*=l-flex].j-end--lg-max {
    justify-content: flex-end;
  }
}
@media screen and (max-width: "screen and (min-width: 1440px)"-1) {
  [class*=l-flex].j-end--xl-max {
    justify-content: flex-end;
  }
}
[class*=l-flex].j-space-b {
  justify-content: space-between;
}
@media screen and (min-width: screen and (min-width: 480px)) {
  [class*=l-flex].j-space-b--sm, [class*=l-flex].j-space-b--sm-min {
    justify-content: space-between;
  }
}
@media screen and (min-width: screen and (min-width: 0px)) {
  [class*=l-flex].j-space-b--xs, [class*=l-flex].j-space-b--xs-min {
    justify-content: space-between;
  }
}
@media screen and (min-width: screen and (min-width: 768px)) {
  [class*=l-flex].j-space-b--md, [class*=l-flex].j-space-b--md-min {
    justify-content: space-between;
  }
}
@media screen and (min-width: screen and (min-width: 1040px)) {
  [class*=l-flex].j-space-b--lg, [class*=l-flex].j-space-b--lg-min {
    justify-content: space-between;
  }
}
@media screen and (min-width: screen and (min-width: 1440px)) {
  [class*=l-flex].j-space-b--xl, [class*=l-flex].j-space-b--xl-min {
    justify-content: space-between;
  }
}
@media screen and (max-width: "screen and (min-width: 0px)"-1) {
  [class*=l-flex].j-space-b--xs-max {
    justify-content: space-between;
  }
}
@media screen and (max-width: "screen and (min-width: 480px)"-1) {
  [class*=l-flex].j-space-b--sm-max {
    justify-content: space-between;
  }
}
@media screen and (max-width: "screen and (min-width: 768px)"-1) {
  [class*=l-flex].j-space-b--md-max {
    justify-content: space-between;
  }
}
@media screen and (max-width: "screen and (min-width: 1040px)"-1) {
  [class*=l-flex].j-space-b--lg-max {
    justify-content: space-between;
  }
}
@media screen and (max-width: "screen and (min-width: 1440px)"-1) {
  [class*=l-flex].j-space-b--xl-max {
    justify-content: space-between;
  }
}
[class*=l-flex].j-space-a {
  justify-content: space-around;
}
@media screen and (min-width: screen and (min-width: 480px)) {
  [class*=l-flex].j-space-a--sm, [class*=l-flex].j-space-a--sm-min {
    justify-content: space-around;
  }
}
@media screen and (min-width: screen and (min-width: 0px)) {
  [class*=l-flex].j-space-a--xs, [class*=l-flex].j-space-a--xs-min {
    justify-content: space-around;
  }
}
@media screen and (min-width: screen and (min-width: 768px)) {
  [class*=l-flex].j-space-a--md, [class*=l-flex].j-space-a--md-min {
    justify-content: space-around;
  }
}
@media screen and (min-width: screen and (min-width: 1040px)) {
  [class*=l-flex].j-space-a--lg, [class*=l-flex].j-space-a--lg-min {
    justify-content: space-around;
  }
}
@media screen and (min-width: screen and (min-width: 1440px)) {
  [class*=l-flex].j-space-a--xl, [class*=l-flex].j-space-a--xl-min {
    justify-content: space-around;
  }
}
@media screen and (max-width: "screen and (min-width: 0px)"-1) {
  [class*=l-flex].j-space-a--xs-max {
    justify-content: space-around;
  }
}
@media screen and (max-width: "screen and (min-width: 480px)"-1) {
  [class*=l-flex].j-space-a--sm-max {
    justify-content: space-around;
  }
}
@media screen and (max-width: "screen and (min-width: 768px)"-1) {
  [class*=l-flex].j-space-a--md-max {
    justify-content: space-around;
  }
}
@media screen and (max-width: "screen and (min-width: 1040px)"-1) {
  [class*=l-flex].j-space-a--lg-max {
    justify-content: space-around;
  }
}
@media screen and (max-width: "screen and (min-width: 1440px)"-1) {
  [class*=l-flex].j-space-a--xl-max {
    justify-content: space-around;
  }
}
[class*=l-flex].j-space-e {
  justify-content: space-evenly;
}
@media screen and (min-width: screen and (min-width: 480px)) {
  [class*=l-flex].j-space-e--sm, [class*=l-flex].j-space-e--sm-min {
    justify-content: space-evenly;
  }
}
@media screen and (min-width: screen and (min-width: 0px)) {
  [class*=l-flex].j-space-e--xs, [class*=l-flex].j-space-e--xs-min {
    justify-content: space-evenly;
  }
}
@media screen and (min-width: screen and (min-width: 768px)) {
  [class*=l-flex].j-space-e--md, [class*=l-flex].j-space-e--md-min {
    justify-content: space-evenly;
  }
}
@media screen and (min-width: screen and (min-width: 1040px)) {
  [class*=l-flex].j-space-e--lg, [class*=l-flex].j-space-e--lg-min {
    justify-content: space-evenly;
  }
}
@media screen and (min-width: screen and (min-width: 1440px)) {
  [class*=l-flex].j-space-e--xl, [class*=l-flex].j-space-e--xl-min {
    justify-content: space-evenly;
  }
}
@media screen and (max-width: "screen and (min-width: 0px)"-1) {
  [class*=l-flex].j-space-e--xs-max {
    justify-content: space-evenly;
  }
}
@media screen and (max-width: "screen and (min-width: 480px)"-1) {
  [class*=l-flex].j-space-e--sm-max {
    justify-content: space-evenly;
  }
}
@media screen and (max-width: "screen and (min-width: 768px)"-1) {
  [class*=l-flex].j-space-e--md-max {
    justify-content: space-evenly;
  }
}
@media screen and (max-width: "screen and (min-width: 1040px)"-1) {
  [class*=l-flex].j-space-e--lg-max {
    justify-content: space-evenly;
  }
}
@media screen and (max-width: "screen and (min-width: 1440px)"-1) {
  [class*=l-flex].j-space-e--xl-max {
    justify-content: space-evenly;
  }
}
[class*=l-flex].j-stretch {
  justify-content: stretch;
}
@media screen and (min-width: screen and (min-width: 480px)) {
  [class*=l-flex].j-stretch--sm, [class*=l-flex].j-stretch--sm-min {
    justify-content: stretch;
  }
}
@media screen and (min-width: screen and (min-width: 0px)) {
  [class*=l-flex].j-stretch--xs, [class*=l-flex].j-stretch--xs-min {
    justify-content: stretch;
  }
}
@media screen and (min-width: screen and (min-width: 768px)) {
  [class*=l-flex].j-stretch--md, [class*=l-flex].j-stretch--md-min {
    justify-content: stretch;
  }
}
@media screen and (min-width: screen and (min-width: 1040px)) {
  [class*=l-flex].j-stretch--lg, [class*=l-flex].j-stretch--lg-min {
    justify-content: stretch;
  }
}
@media screen and (min-width: screen and (min-width: 1440px)) {
  [class*=l-flex].j-stretch--xl, [class*=l-flex].j-stretch--xl-min {
    justify-content: stretch;
  }
}
@media screen and (max-width: "screen and (min-width: 0px)"-1) {
  [class*=l-flex].j-stretch--xs-max {
    justify-content: stretch;
  }
}
@media screen and (max-width: "screen and (min-width: 480px)"-1) {
  [class*=l-flex].j-stretch--sm-max {
    justify-content: stretch;
  }
}
@media screen and (max-width: "screen and (min-width: 768px)"-1) {
  [class*=l-flex].j-stretch--md-max {
    justify-content: stretch;
  }
}
@media screen and (max-width: "screen and (min-width: 1040px)"-1) {
  [class*=l-flex].j-stretch--lg-max {
    justify-content: stretch;
  }
}
@media screen and (max-width: "screen and (min-width: 1440px)"-1) {
  [class*=l-flex].j-stretch--xl-max {
    justify-content: stretch;
  }
}
[class*=l-flex].j-base {
  justify-content: baseline;
}
@media screen and (min-width: screen and (min-width: 480px)) {
  [class*=l-flex].j-base--sm, [class*=l-flex].j-base--sm-min {
    justify-content: baseline;
  }
}
@media screen and (min-width: screen and (min-width: 0px)) {
  [class*=l-flex].j-base--xs, [class*=l-flex].j-base--xs-min {
    justify-content: baseline;
  }
}
@media screen and (min-width: screen and (min-width: 768px)) {
  [class*=l-flex].j-base--md, [class*=l-flex].j-base--md-min {
    justify-content: baseline;
  }
}
@media screen and (min-width: screen and (min-width: 1040px)) {
  [class*=l-flex].j-base--lg, [class*=l-flex].j-base--lg-min {
    justify-content: baseline;
  }
}
@media screen and (min-width: screen and (min-width: 1440px)) {
  [class*=l-flex].j-base--xl, [class*=l-flex].j-base--xl-min {
    justify-content: baseline;
  }
}
@media screen and (max-width: "screen and (min-width: 0px)"-1) {
  [class*=l-flex].j-base--xs-max {
    justify-content: baseline;
  }
}
@media screen and (max-width: "screen and (min-width: 480px)"-1) {
  [class*=l-flex].j-base--sm-max {
    justify-content: baseline;
  }
}
@media screen and (max-width: "screen and (min-width: 768px)"-1) {
  [class*=l-flex].j-base--md-max {
    justify-content: baseline;
  }
}
@media screen and (max-width: "screen and (min-width: 1040px)"-1) {
  [class*=l-flex].j-base--lg-max {
    justify-content: baseline;
  }
}
@media screen and (max-width: "screen and (min-width: 1440px)"-1) {
  [class*=l-flex].j-base--xl-max {
    justify-content: baseline;
  }
}
[class*=l-flex].a-start {
  align-items: flex-start;
}
@media screen and (min-width: screen and (min-width: 480px)) {
  [class*=l-flex].a-start--sm, [class*=l-flex].a-start--sm-min {
    align-items: flex-start;
  }
}
@media screen and (min-width: screen and (min-width: 0px)) {
  [class*=l-flex].a-start--xs, [class*=l-flex].a-start--xs-min {
    align-items: flex-start;
  }
}
@media screen and (min-width: screen and (min-width: 768px)) {
  [class*=l-flex].a-start--md, [class*=l-flex].a-start--md-min {
    align-items: flex-start;
  }
}
@media screen and (min-width: screen and (min-width: 1040px)) {
  [class*=l-flex].a-start--lg, [class*=l-flex].a-start--lg-min {
    align-items: flex-start;
  }
}
@media screen and (min-width: screen and (min-width: 1440px)) {
  [class*=l-flex].a-start--xl, [class*=l-flex].a-start--xl-min {
    align-items: flex-start;
  }
}
@media screen and (max-width: "screen and (min-width: 0px)"-1) {
  [class*=l-flex].a-start--xs-max {
    align-items: flex-start;
  }
}
@media screen and (max-width: "screen and (min-width: 480px)"-1) {
  [class*=l-flex].a-start--sm-max {
    align-items: flex-start;
  }
}
@media screen and (max-width: "screen and (min-width: 768px)"-1) {
  [class*=l-flex].a-start--md-max {
    align-items: flex-start;
  }
}
@media screen and (max-width: "screen and (min-width: 1040px)"-1) {
  [class*=l-flex].a-start--lg-max {
    align-items: flex-start;
  }
}
@media screen and (max-width: "screen and (min-width: 1440px)"-1) {
  [class*=l-flex].a-start--xl-max {
    align-items: flex-start;
  }
}
[class*=l-flex].a-center {
  align-items: center;
}
@media screen and (min-width: screen and (min-width: 480px)) {
  [class*=l-flex].a-center--sm, [class*=l-flex].a-center--sm-min {
    align-items: center;
  }
}
@media screen and (min-width: screen and (min-width: 0px)) {
  [class*=l-flex].a-center--xs, [class*=l-flex].a-center--xs-min {
    align-items: center;
  }
}
@media screen and (min-width: screen and (min-width: 768px)) {
  [class*=l-flex].a-center--md, [class*=l-flex].a-center--md-min {
    align-items: center;
  }
}
@media screen and (min-width: screen and (min-width: 1040px)) {
  [class*=l-flex].a-center--lg, [class*=l-flex].a-center--lg-min {
    align-items: center;
  }
}
@media screen and (min-width: screen and (min-width: 1440px)) {
  [class*=l-flex].a-center--xl, [class*=l-flex].a-center--xl-min {
    align-items: center;
  }
}
@media screen and (max-width: "screen and (min-width: 0px)"-1) {
  [class*=l-flex].a-center--xs-max {
    align-items: center;
  }
}
@media screen and (max-width: "screen and (min-width: 480px)"-1) {
  [class*=l-flex].a-center--sm-max {
    align-items: center;
  }
}
@media screen and (max-width: "screen and (min-width: 768px)"-1) {
  [class*=l-flex].a-center--md-max {
    align-items: center;
  }
}
@media screen and (max-width: "screen and (min-width: 1040px)"-1) {
  [class*=l-flex].a-center--lg-max {
    align-items: center;
  }
}
@media screen and (max-width: "screen and (min-width: 1440px)"-1) {
  [class*=l-flex].a-center--xl-max {
    align-items: center;
  }
}
[class*=l-flex].a-end {
  align-items: flex-end;
}
@media screen and (min-width: screen and (min-width: 480px)) {
  [class*=l-flex].a-end--sm, [class*=l-flex].a-end--sm-min {
    align-items: flex-end;
  }
}
@media screen and (min-width: screen and (min-width: 0px)) {
  [class*=l-flex].a-end--xs, [class*=l-flex].a-end--xs-min {
    align-items: flex-end;
  }
}
@media screen and (min-width: screen and (min-width: 768px)) {
  [class*=l-flex].a-end--md, [class*=l-flex].a-end--md-min {
    align-items: flex-end;
  }
}
@media screen and (min-width: screen and (min-width: 1040px)) {
  [class*=l-flex].a-end--lg, [class*=l-flex].a-end--lg-min {
    align-items: flex-end;
  }
}
@media screen and (min-width: screen and (min-width: 1440px)) {
  [class*=l-flex].a-end--xl, [class*=l-flex].a-end--xl-min {
    align-items: flex-end;
  }
}
@media screen and (max-width: "screen and (min-width: 0px)"-1) {
  [class*=l-flex].a-end--xs-max {
    align-items: flex-end;
  }
}
@media screen and (max-width: "screen and (min-width: 480px)"-1) {
  [class*=l-flex].a-end--sm-max {
    align-items: flex-end;
  }
}
@media screen and (max-width: "screen and (min-width: 768px)"-1) {
  [class*=l-flex].a-end--md-max {
    align-items: flex-end;
  }
}
@media screen and (max-width: "screen and (min-width: 1040px)"-1) {
  [class*=l-flex].a-end--lg-max {
    align-items: flex-end;
  }
}
@media screen and (max-width: "screen and (min-width: 1440px)"-1) {
  [class*=l-flex].a-end--xl-max {
    align-items: flex-end;
  }
}
[class*=l-flex].a-stretch {
  align-items: stretch;
}
@media screen and (min-width: screen and (min-width: 480px)) {
  [class*=l-flex].a-stretch--sm, [class*=l-flex].a-stretch--sm-min {
    align-items: stretch;
  }
}
@media screen and (min-width: screen and (min-width: 0px)) {
  [class*=l-flex].a-stretch--xs, [class*=l-flex].a-stretch--xs-min {
    align-items: stretch;
  }
}
@media screen and (min-width: screen and (min-width: 768px)) {
  [class*=l-flex].a-stretch--md, [class*=l-flex].a-stretch--md-min {
    align-items: stretch;
  }
}
@media screen and (min-width: screen and (min-width: 1040px)) {
  [class*=l-flex].a-stretch--lg, [class*=l-flex].a-stretch--lg-min {
    align-items: stretch;
  }
}
@media screen and (min-width: screen and (min-width: 1440px)) {
  [class*=l-flex].a-stretch--xl, [class*=l-flex].a-stretch--xl-min {
    align-items: stretch;
  }
}
@media screen and (max-width: "screen and (min-width: 0px)"-1) {
  [class*=l-flex].a-stretch--xs-max {
    align-items: stretch;
  }
}
@media screen and (max-width: "screen and (min-width: 480px)"-1) {
  [class*=l-flex].a-stretch--sm-max {
    align-items: stretch;
  }
}
@media screen and (max-width: "screen and (min-width: 768px)"-1) {
  [class*=l-flex].a-stretch--md-max {
    align-items: stretch;
  }
}
@media screen and (max-width: "screen and (min-width: 1040px)"-1) {
  [class*=l-flex].a-stretch--lg-max {
    align-items: stretch;
  }
}
@media screen and (max-width: "screen and (min-width: 1440px)"-1) {
  [class*=l-flex].a-stretch--xl-max {
    align-items: stretch;
  }
}
[class*=l-flex].a-base {
  align-items: baseline;
}
@media screen and (min-width: screen and (min-width: 480px)) {
  [class*=l-flex].a-base--sm, [class*=l-flex].a-base--sm-min {
    align-items: baseline;
  }
}
@media screen and (min-width: screen and (min-width: 0px)) {
  [class*=l-flex].a-base--xs, [class*=l-flex].a-base--xs-min {
    align-items: baseline;
  }
}
@media screen and (min-width: screen and (min-width: 768px)) {
  [class*=l-flex].a-base--md, [class*=l-flex].a-base--md-min {
    align-items: baseline;
  }
}
@media screen and (min-width: screen and (min-width: 1040px)) {
  [class*=l-flex].a-base--lg, [class*=l-flex].a-base--lg-min {
    align-items: baseline;
  }
}
@media screen and (min-width: screen and (min-width: 1440px)) {
  [class*=l-flex].a-base--xl, [class*=l-flex].a-base--xl-min {
    align-items: baseline;
  }
}
@media screen and (max-width: "screen and (min-width: 0px)"-1) {
  [class*=l-flex].a-base--xs-max {
    align-items: baseline;
  }
}
@media screen and (max-width: "screen and (min-width: 480px)"-1) {
  [class*=l-flex].a-base--sm-max {
    align-items: baseline;
  }
}
@media screen and (max-width: "screen and (min-width: 768px)"-1) {
  [class*=l-flex].a-base--md-max {
    align-items: baseline;
  }
}
@media screen and (max-width: "screen and (min-width: 1040px)"-1) {
  [class*=l-flex].a-base--lg-max {
    align-items: baseline;
  }
}
@media screen and (max-width: "screen and (min-width: 1440px)"-1) {
  [class*=l-flex].a-base--xl-max {
    align-items: baseline;
  }
}

.flex-grow,
.flex-grow-1 {
  flex-grow: 1;
}
@media screen and (min-width: screen and (min-width: 480px)) {
  .flex-grow--sm, .flex-grow--sm-min,
  .flex-grow-1--sm,
  .flex-grow-1--sm-min {
    flex-grow: 1;
  }
}
@media screen and (min-width: screen and (min-width: 0px)) {
  .flex-grow--xs, .flex-grow--xs-min,
  .flex-grow-1--xs,
  .flex-grow-1--xs-min {
    flex-grow: 1;
  }
}
@media screen and (min-width: screen and (min-width: 768px)) {
  .flex-grow--md, .flex-grow--md-min,
  .flex-grow-1--md,
  .flex-grow-1--md-min {
    flex-grow: 1;
  }
}
@media screen and (min-width: screen and (min-width: 1040px)) {
  .flex-grow--lg, .flex-grow--lg-min,
  .flex-grow-1--lg,
  .flex-grow-1--lg-min {
    flex-grow: 1;
  }
}
@media screen and (min-width: screen and (min-width: 1440px)) {
  .flex-grow--xl, .flex-grow--xl-min,
  .flex-grow-1--xl,
  .flex-grow-1--xl-min {
    flex-grow: 1;
  }
}
@media screen and (max-width: "screen and (min-width: 0px)"-1) {
  .flex-grow--xs-max,
  .flex-grow-1--xs-max {
    flex-grow: 1;
  }
}
@media screen and (max-width: "screen and (min-width: 480px)"-1) {
  .flex-grow--sm-max,
  .flex-grow-1--sm-max {
    flex-grow: 1;
  }
}
@media screen and (max-width: "screen and (min-width: 768px)"-1) {
  .flex-grow--md-max,
  .flex-grow-1--md-max {
    flex-grow: 1;
  }
}
@media screen and (max-width: "screen and (min-width: 1040px)"-1) {
  .flex-grow--lg-max,
  .flex-grow-1--lg-max {
    flex-grow: 1;
  }
}
@media screen and (max-width: "screen and (min-width: 1440px)"-1) {
  .flex-grow--xl-max,
  .flex-grow-1--xl-max {
    flex-grow: 1;
  }
}

.flex-grow-0 {
  flex-grow: 0;
}
@media screen and (min-width: screen and (min-width: 480px)) {
  .flex-grow-0--sm, .flex-grow-0--sm-min {
    flex-grow: 0;
  }
}
@media screen and (min-width: screen and (min-width: 0px)) {
  .flex-grow-0--xs, .flex-grow-0--xs-min {
    flex-grow: 0;
  }
}
@media screen and (min-width: screen and (min-width: 768px)) {
  .flex-grow-0--md, .flex-grow-0--md-min {
    flex-grow: 0;
  }
}
@media screen and (min-width: screen and (min-width: 1040px)) {
  .flex-grow-0--lg, .flex-grow-0--lg-min {
    flex-grow: 0;
  }
}
@media screen and (min-width: screen and (min-width: 1440px)) {
  .flex-grow-0--xl, .flex-grow-0--xl-min {
    flex-grow: 0;
  }
}
@media screen and (max-width: "screen and (min-width: 0px)"-1) {
  .flex-grow-0--xs-max {
    flex-grow: 0;
  }
}
@media screen and (max-width: "screen and (min-width: 480px)"-1) {
  .flex-grow-0--sm-max {
    flex-grow: 0;
  }
}
@media screen and (max-width: "screen and (min-width: 768px)"-1) {
  .flex-grow-0--md-max {
    flex-grow: 0;
  }
}
@media screen and (max-width: "screen and (min-width: 1040px)"-1) {
  .flex-grow-0--lg-max {
    flex-grow: 0;
  }
}
@media screen and (max-width: "screen and (min-width: 1440px)"-1) {
  .flex-grow-0--xl-max {
    flex-grow: 0;
  }
}

.flex-shrink,
.flex-shrink-1 {
  flex-shrink: 1;
}
@media screen and (min-width: screen and (min-width: 480px)) {
  .flex-shrink--sm, .flex-shrink--sm-min,
  .flex-shrink-1--sm,
  .flex-shrink-1--sm-min {
    flex-shrink: 1;
  }
}
@media screen and (min-width: screen and (min-width: 0px)) {
  .flex-shrink--xs, .flex-shrink--xs-min,
  .flex-shrink-1--xs,
  .flex-shrink-1--xs-min {
    flex-shrink: 1;
  }
}
@media screen and (min-width: screen and (min-width: 768px)) {
  .flex-shrink--md, .flex-shrink--md-min,
  .flex-shrink-1--md,
  .flex-shrink-1--md-min {
    flex-shrink: 1;
  }
}
@media screen and (min-width: screen and (min-width: 1040px)) {
  .flex-shrink--lg, .flex-shrink--lg-min,
  .flex-shrink-1--lg,
  .flex-shrink-1--lg-min {
    flex-shrink: 1;
  }
}
@media screen and (min-width: screen and (min-width: 1440px)) {
  .flex-shrink--xl, .flex-shrink--xl-min,
  .flex-shrink-1--xl,
  .flex-shrink-1--xl-min {
    flex-shrink: 1;
  }
}
@media screen and (max-width: "screen and (min-width: 0px)"-1) {
  .flex-shrink--xs-max,
  .flex-shrink-1--xs-max {
    flex-shrink: 1;
  }
}
@media screen and (max-width: "screen and (min-width: 480px)"-1) {
  .flex-shrink--sm-max,
  .flex-shrink-1--sm-max {
    flex-shrink: 1;
  }
}
@media screen and (max-width: "screen and (min-width: 768px)"-1) {
  .flex-shrink--md-max,
  .flex-shrink-1--md-max {
    flex-shrink: 1;
  }
}
@media screen and (max-width: "screen and (min-width: 1040px)"-1) {
  .flex-shrink--lg-max,
  .flex-shrink-1--lg-max {
    flex-shrink: 1;
  }
}
@media screen and (max-width: "screen and (min-width: 1440px)"-1) {
  .flex-shrink--xl-max,
  .flex-shrink-1--xl-max {
    flex-shrink: 1;
  }
}

.flex-shrink-0 {
  flex-shrink: 0;
}
@media screen and (min-width: screen and (min-width: 480px)) {
  .flex-shrink-0--sm, .flex-shrink-0--sm-min {
    flex-shrink: 0;
  }
}
@media screen and (min-width: screen and (min-width: 0px)) {
  .flex-shrink-0--xs, .flex-shrink-0--xs-min {
    flex-shrink: 0;
  }
}
@media screen and (min-width: screen and (min-width: 768px)) {
  .flex-shrink-0--md, .flex-shrink-0--md-min {
    flex-shrink: 0;
  }
}
@media screen and (min-width: screen and (min-width: 1040px)) {
  .flex-shrink-0--lg, .flex-shrink-0--lg-min {
    flex-shrink: 0;
  }
}
@media screen and (min-width: screen and (min-width: 1440px)) {
  .flex-shrink-0--xl, .flex-shrink-0--xl-min {
    flex-shrink: 0;
  }
}
@media screen and (max-width: "screen and (min-width: 0px)"-1) {
  .flex-shrink-0--xs-max {
    flex-shrink: 0;
  }
}
@media screen and (max-width: "screen and (min-width: 480px)"-1) {
  .flex-shrink-0--sm-max {
    flex-shrink: 0;
  }
}
@media screen and (max-width: "screen and (min-width: 768px)"-1) {
  .flex-shrink-0--md-max {
    flex-shrink: 0;
  }
}
@media screen and (max-width: "screen and (min-width: 1040px)"-1) {
  .flex-shrink-0--lg-max {
    flex-shrink: 0;
  }
}
@media screen and (max-width: "screen and (min-width: 1440px)"-1) {
  .flex-shrink-0--xl-max {
    flex-shrink: 0;
  }
}

.flex-basis-auto {
  flex-basis: auto;
}
@media screen and (min-width: screen and (min-width: 480px)) {
  .flex-basis-auto--sm, .flex-basis-auto--sm-min {
    flex-basis: auto;
  }
}
@media screen and (min-width: screen and (min-width: 0px)) {
  .flex-basis-auto--xs, .flex-basis-auto--xs-min {
    flex-basis: auto;
  }
}
@media screen and (min-width: screen and (min-width: 768px)) {
  .flex-basis-auto--md, .flex-basis-auto--md-min {
    flex-basis: auto;
  }
}
@media screen and (min-width: screen and (min-width: 1040px)) {
  .flex-basis-auto--lg, .flex-basis-auto--lg-min {
    flex-basis: auto;
  }
}
@media screen and (min-width: screen and (min-width: 1440px)) {
  .flex-basis-auto--xl, .flex-basis-auto--xl-min {
    flex-basis: auto;
  }
}
@media screen and (max-width: "screen and (min-width: 0px)"-1) {
  .flex-basis-auto--xs-max {
    flex-basis: auto;
  }
}
@media screen and (max-width: "screen and (min-width: 480px)"-1) {
  .flex-basis-auto--sm-max {
    flex-basis: auto;
  }
}
@media screen and (max-width: "screen and (min-width: 768px)"-1) {
  .flex-basis-auto--md-max {
    flex-basis: auto;
  }
}
@media screen and (max-width: "screen and (min-width: 1040px)"-1) {
  .flex-basis-auto--lg-max {
    flex-basis: auto;
  }
}
@media screen and (max-width: "screen and (min-width: 1440px)"-1) {
  .flex-basis-auto--xl-max {
    flex-basis: auto;
  }
}

.flex-basis-0 {
  flex-basis: 0;
}
@media screen and (min-width: screen and (min-width: 480px)) {
  .flex-basis-0--sm, .flex-basis-0--sm-min {
    flex-basis: 0;
  }
}
@media screen and (min-width: screen and (min-width: 0px)) {
  .flex-basis-0--xs, .flex-basis-0--xs-min {
    flex-basis: 0;
  }
}
@media screen and (min-width: screen and (min-width: 768px)) {
  .flex-basis-0--md, .flex-basis-0--md-min {
    flex-basis: 0;
  }
}
@media screen and (min-width: screen and (min-width: 1040px)) {
  .flex-basis-0--lg, .flex-basis-0--lg-min {
    flex-basis: 0;
  }
}
@media screen and (min-width: screen and (min-width: 1440px)) {
  .flex-basis-0--xl, .flex-basis-0--xl-min {
    flex-basis: 0;
  }
}
@media screen and (max-width: "screen and (min-width: 0px)"-1) {
  .flex-basis-0--xs-max {
    flex-basis: 0;
  }
}
@media screen and (max-width: "screen and (min-width: 480px)"-1) {
  .flex-basis-0--sm-max {
    flex-basis: 0;
  }
}
@media screen and (max-width: "screen and (min-width: 768px)"-1) {
  .flex-basis-0--md-max {
    flex-basis: 0;
  }
}
@media screen and (max-width: "screen and (min-width: 1040px)"-1) {
  .flex-basis-0--lg-max {
    flex-basis: 0;
  }
}
@media screen and (max-width: "screen and (min-width: 1440px)"-1) {
  .flex-basis-0--xl-max {
    flex-basis: 0;
  }
}

.flex-basis-100 {
  flex-basis: 100%;
}
@media screen and (min-width: screen and (min-width: 480px)) {
  .flex-basis-100--sm, .flex-basis-100--sm-min {
    flex-basis: 100%;
  }
}
@media screen and (min-width: screen and (min-width: 0px)) {
  .flex-basis-100--xs, .flex-basis-100--xs-min {
    flex-basis: 100%;
  }
}
@media screen and (min-width: screen and (min-width: 768px)) {
  .flex-basis-100--md, .flex-basis-100--md-min {
    flex-basis: 100%;
  }
}
@media screen and (min-width: screen and (min-width: 1040px)) {
  .flex-basis-100--lg, .flex-basis-100--lg-min {
    flex-basis: 100%;
  }
}
@media screen and (min-width: screen and (min-width: 1440px)) {
  .flex-basis-100--xl, .flex-basis-100--xl-min {
    flex-basis: 100%;
  }
}
@media screen and (max-width: "screen and (min-width: 0px)"-1) {
  .flex-basis-100--xs-max {
    flex-basis: 100%;
  }
}
@media screen and (max-width: "screen and (min-width: 480px)"-1) {
  .flex-basis-100--sm-max {
    flex-basis: 100%;
  }
}
@media screen and (max-width: "screen and (min-width: 768px)"-1) {
  .flex-basis-100--md-max {
    flex-basis: 100%;
  }
}
@media screen and (max-width: "screen and (min-width: 1040px)"-1) {
  .flex-basis-100--lg-max {
    flex-basis: 100%;
  }
}
@media screen and (max-width: "screen and (min-width: 1440px)"-1) {
  .flex-basis-100--xl-max {
    flex-basis: 100%;
  }
}

.flex-1 {
  flex: 1;
}
@media screen and (min-width: screen and (min-width: 480px)) {
  .flex-1--sm, .flex-1--sm-min {
    flex: 1;
  }
}
@media screen and (min-width: screen and (min-width: 0px)) {
  .flex-1--xs, .flex-1--xs-min {
    flex: 1;
  }
}
@media screen and (min-width: screen and (min-width: 768px)) {
  .flex-1--md, .flex-1--md-min {
    flex: 1;
  }
}
@media screen and (min-width: screen and (min-width: 1040px)) {
  .flex-1--lg, .flex-1--lg-min {
    flex: 1;
  }
}
@media screen and (min-width: screen and (min-width: 1440px)) {
  .flex-1--xl, .flex-1--xl-min {
    flex: 1;
  }
}
@media screen and (max-width: "screen and (min-width: 0px)"-1) {
  .flex-1--xs-max {
    flex: 1;
  }
}
@media screen and (max-width: "screen and (min-width: 480px)"-1) {
  .flex-1--sm-max {
    flex: 1;
  }
}
@media screen and (max-width: "screen and (min-width: 768px)"-1) {
  .flex-1--md-max {
    flex: 1;
  }
}
@media screen and (max-width: "screen and (min-width: 1040px)"-1) {
  .flex-1--lg-max {
    flex: 1;
  }
}
@media screen and (max-width: "screen and (min-width: 1440px)"-1) {
  .flex-1--xl-max {
    flex: 1;
  }
}

.flex-0 {
  flex: 0;
}
@media screen and (min-width: screen and (min-width: 480px)) {
  .flex-0--sm, .flex-0--sm-min {
    flex: 0;
  }
}
@media screen and (min-width: screen and (min-width: 0px)) {
  .flex-0--xs, .flex-0--xs-min {
    flex: 0;
  }
}
@media screen and (min-width: screen and (min-width: 768px)) {
  .flex-0--md, .flex-0--md-min {
    flex: 0;
  }
}
@media screen and (min-width: screen and (min-width: 1040px)) {
  .flex-0--lg, .flex-0--lg-min {
    flex: 0;
  }
}
@media screen and (min-width: screen and (min-width: 1440px)) {
  .flex-0--xl, .flex-0--xl-min {
    flex: 0;
  }
}
@media screen and (max-width: "screen and (min-width: 0px)"-1) {
  .flex-0--xs-max {
    flex: 0;
  }
}
@media screen and (max-width: "screen and (min-width: 480px)"-1) {
  .flex-0--sm-max {
    flex: 0;
  }
}
@media screen and (max-width: "screen and (min-width: 768px)"-1) {
  .flex-0--md-max {
    flex: 0;
  }
}
@media screen and (max-width: "screen and (min-width: 1040px)"-1) {
  .flex-0--lg-max {
    flex: 0;
  }
}
@media screen and (max-width: "screen and (min-width: 1440px)"-1) {
  .flex-0--xl-max {
    flex: 0;
  }
}

/*------------------------------------*\
    #Frame layout primitive

    From https://absolutely.every-layout.dev/layouts/frame/

    `.l-frame` is most useful for cropping media (images
    and video) to a specific aspect ratio.

    It is not recommended to apply the `.l-frame` class to the
    <figure> element, as it will interfere with the <figcaption>.
    Instead, place it on <picture> or a <div> inside of <figure>.
\*------------------------------------*/
.l-frame {
  display: block;
  overflow: hidden;
  position: relative;
}

.l-frame > * {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.l-frame > .iframe iframe,
.l-frame > iframe,
.l-frame > img,
.l-frame > video {
  height: 100%;
  width: 100%;
}

.l-frame > img,
.l-frame > picture img,
.l-frame > video {
  -o-object-fit: cover;
     object-fit: cover;
}

/* Common aspect ratios */
.l-frame--16-9 {
  padding-bottom: 56.25%;
}

.l-frame--3-2 {
  padding-bottom: 66.67%;
}

.l-frame--4-3 {
  padding-bottom: 75%;
}

.l-frame--square {
  padding-bottom: 100%;
}

.css-grid-3 {
  display: grid;
}
@media screen and (min-width: screen and (min-width: 1040px)) {
  .css-grid-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .css-grid-3 .col-full {
    grid-column-start: 1;
    grid-column-end: span 3;
  }
  .css-grid-3 .col-center {
    grid-column-start: 2;
  }
  .css-grid-3 .col-left {
    grid-column-start: 1;
    grid-column-end: span 1;
  }
  .css-grid-3 .col-right {
    grid-column-start: 3;
    grid-column-end: span 1;
  }
}

.css-grid-2 {
  display: grid;
}
@media screen and (min-width: screen and (min-width: 1040px)) {
  .css-grid-2 {
    grid-template-columns: 1fr 1fr;
  }
  .css-grid-2 .col-full {
    grid-column-start: 1;
    grid-column-end: span 2;
  }
  .css-grid-2 .col-left {
    grid-column-start: 1;
    grid-column-end: span 1;
  }
  .css-grid-2 .col-right {
    grid-column-start: 2;
    grid-column-end: span 1;
  }
}

.css-grid-2.a-start,
.css-grid-3.a-start {
  align-items: start;
}
@media screen and (min-width: screen and (min-width: 480px)) {
  .css-grid-2.a-start--sm, .css-grid-2.a-start--sm-min,
  .css-grid-3.a-start--sm,
  .css-grid-3.a-start--sm-min {
    align-items: start;
  }
}
@media screen and (min-width: screen and (min-width: 0px)) {
  .css-grid-2.a-start--xs, .css-grid-2.a-start--xs-min,
  .css-grid-3.a-start--xs,
  .css-grid-3.a-start--xs-min {
    align-items: start;
  }
}
@media screen and (min-width: screen and (min-width: 768px)) {
  .css-grid-2.a-start--md, .css-grid-2.a-start--md-min,
  .css-grid-3.a-start--md,
  .css-grid-3.a-start--md-min {
    align-items: start;
  }
}
@media screen and (min-width: screen and (min-width: 1040px)) {
  .css-grid-2.a-start--lg, .css-grid-2.a-start--lg-min,
  .css-grid-3.a-start--lg,
  .css-grid-3.a-start--lg-min {
    align-items: start;
  }
}
@media screen and (min-width: screen and (min-width: 1440px)) {
  .css-grid-2.a-start--xl, .css-grid-2.a-start--xl-min,
  .css-grid-3.a-start--xl,
  .css-grid-3.a-start--xl-min {
    align-items: start;
  }
}
@media screen and (max-width: "screen and (min-width: 0px)"-1) {
  .css-grid-2.a-start--xs-max,
  .css-grid-3.a-start--xs-max {
    align-items: start;
  }
}
@media screen and (max-width: "screen and (min-width: 480px)"-1) {
  .css-grid-2.a-start--sm-max,
  .css-grid-3.a-start--sm-max {
    align-items: start;
  }
}
@media screen and (max-width: "screen and (min-width: 768px)"-1) {
  .css-grid-2.a-start--md-max,
  .css-grid-3.a-start--md-max {
    align-items: start;
  }
}
@media screen and (max-width: "screen and (min-width: 1040px)"-1) {
  .css-grid-2.a-start--lg-max,
  .css-grid-3.a-start--lg-max {
    align-items: start;
  }
}
@media screen and (max-width: "screen and (min-width: 1440px)"-1) {
  .css-grid-2.a-start--xl-max,
  .css-grid-3.a-start--xl-max {
    align-items: start;
  }
}
.css-grid-2.a-center,
.css-grid-3.a-center {
  align-items: center;
}
@media screen and (min-width: screen and (min-width: 480px)) {
  .css-grid-2.a-center--sm, .css-grid-2.a-center--sm-min,
  .css-grid-3.a-center--sm,
  .css-grid-3.a-center--sm-min {
    align-items: center;
  }
}
@media screen and (min-width: screen and (min-width: 0px)) {
  .css-grid-2.a-center--xs, .css-grid-2.a-center--xs-min,
  .css-grid-3.a-center--xs,
  .css-grid-3.a-center--xs-min {
    align-items: center;
  }
}
@media screen and (min-width: screen and (min-width: 768px)) {
  .css-grid-2.a-center--md, .css-grid-2.a-center--md-min,
  .css-grid-3.a-center--md,
  .css-grid-3.a-center--md-min {
    align-items: center;
  }
}
@media screen and (min-width: screen and (min-width: 1040px)) {
  .css-grid-2.a-center--lg, .css-grid-2.a-center--lg-min,
  .css-grid-3.a-center--lg,
  .css-grid-3.a-center--lg-min {
    align-items: center;
  }
}
@media screen and (min-width: screen and (min-width: 1440px)) {
  .css-grid-2.a-center--xl, .css-grid-2.a-center--xl-min,
  .css-grid-3.a-center--xl,
  .css-grid-3.a-center--xl-min {
    align-items: center;
  }
}
@media screen and (max-width: "screen and (min-width: 0px)"-1) {
  .css-grid-2.a-center--xs-max,
  .css-grid-3.a-center--xs-max {
    align-items: center;
  }
}
@media screen and (max-width: "screen and (min-width: 480px)"-1) {
  .css-grid-2.a-center--sm-max,
  .css-grid-3.a-center--sm-max {
    align-items: center;
  }
}
@media screen and (max-width: "screen and (min-width: 768px)"-1) {
  .css-grid-2.a-center--md-max,
  .css-grid-3.a-center--md-max {
    align-items: center;
  }
}
@media screen and (max-width: "screen and (min-width: 1040px)"-1) {
  .css-grid-2.a-center--lg-max,
  .css-grid-3.a-center--lg-max {
    align-items: center;
  }
}
@media screen and (max-width: "screen and (min-width: 1440px)"-1) {
  .css-grid-2.a-center--xl-max,
  .css-grid-3.a-center--xl-max {
    align-items: center;
  }
}
.css-grid-2.a-end,
.css-grid-3.a-end {
  align-items: end;
}
@media screen and (min-width: screen and (min-width: 480px)) {
  .css-grid-2.a-end--sm, .css-grid-2.a-end--sm-min,
  .css-grid-3.a-end--sm,
  .css-grid-3.a-end--sm-min {
    align-items: end;
  }
}
@media screen and (min-width: screen and (min-width: 0px)) {
  .css-grid-2.a-end--xs, .css-grid-2.a-end--xs-min,
  .css-grid-3.a-end--xs,
  .css-grid-3.a-end--xs-min {
    align-items: end;
  }
}
@media screen and (min-width: screen and (min-width: 768px)) {
  .css-grid-2.a-end--md, .css-grid-2.a-end--md-min,
  .css-grid-3.a-end--md,
  .css-grid-3.a-end--md-min {
    align-items: end;
  }
}
@media screen and (min-width: screen and (min-width: 1040px)) {
  .css-grid-2.a-end--lg, .css-grid-2.a-end--lg-min,
  .css-grid-3.a-end--lg,
  .css-grid-3.a-end--lg-min {
    align-items: end;
  }
}
@media screen and (min-width: screen and (min-width: 1440px)) {
  .css-grid-2.a-end--xl, .css-grid-2.a-end--xl-min,
  .css-grid-3.a-end--xl,
  .css-grid-3.a-end--xl-min {
    align-items: end;
  }
}
@media screen and (max-width: "screen and (min-width: 0px)"-1) {
  .css-grid-2.a-end--xs-max,
  .css-grid-3.a-end--xs-max {
    align-items: end;
  }
}
@media screen and (max-width: "screen and (min-width: 480px)"-1) {
  .css-grid-2.a-end--sm-max,
  .css-grid-3.a-end--sm-max {
    align-items: end;
  }
}
@media screen and (max-width: "screen and (min-width: 768px)"-1) {
  .css-grid-2.a-end--md-max,
  .css-grid-3.a-end--md-max {
    align-items: end;
  }
}
@media screen and (max-width: "screen and (min-width: 1040px)"-1) {
  .css-grid-2.a-end--lg-max,
  .css-grid-3.a-end--lg-max {
    align-items: end;
  }
}
@media screen and (max-width: "screen and (min-width: 1440px)"-1) {
  .css-grid-2.a-end--xl-max,
  .css-grid-3.a-end--xl-max {
    align-items: end;
  }
}
.css-grid-2.a-stretch,
.css-grid-3.a-stretch {
  align-items: stretch;
}
@media screen and (min-width: screen and (min-width: 480px)) {
  .css-grid-2.a-stretch--sm, .css-grid-2.a-stretch--sm-min,
  .css-grid-3.a-stretch--sm,
  .css-grid-3.a-stretch--sm-min {
    align-items: stretch;
  }
}
@media screen and (min-width: screen and (min-width: 0px)) {
  .css-grid-2.a-stretch--xs, .css-grid-2.a-stretch--xs-min,
  .css-grid-3.a-stretch--xs,
  .css-grid-3.a-stretch--xs-min {
    align-items: stretch;
  }
}
@media screen and (min-width: screen and (min-width: 768px)) {
  .css-grid-2.a-stretch--md, .css-grid-2.a-stretch--md-min,
  .css-grid-3.a-stretch--md,
  .css-grid-3.a-stretch--md-min {
    align-items: stretch;
  }
}
@media screen and (min-width: screen and (min-width: 1040px)) {
  .css-grid-2.a-stretch--lg, .css-grid-2.a-stretch--lg-min,
  .css-grid-3.a-stretch--lg,
  .css-grid-3.a-stretch--lg-min {
    align-items: stretch;
  }
}
@media screen and (min-width: screen and (min-width: 1440px)) {
  .css-grid-2.a-stretch--xl, .css-grid-2.a-stretch--xl-min,
  .css-grid-3.a-stretch--xl,
  .css-grid-3.a-stretch--xl-min {
    align-items: stretch;
  }
}
@media screen and (max-width: "screen and (min-width: 0px)"-1) {
  .css-grid-2.a-stretch--xs-max,
  .css-grid-3.a-stretch--xs-max {
    align-items: stretch;
  }
}
@media screen and (max-width: "screen and (min-width: 480px)"-1) {
  .css-grid-2.a-stretch--sm-max,
  .css-grid-3.a-stretch--sm-max {
    align-items: stretch;
  }
}
@media screen and (max-width: "screen and (min-width: 768px)"-1) {
  .css-grid-2.a-stretch--md-max,
  .css-grid-3.a-stretch--md-max {
    align-items: stretch;
  }
}
@media screen and (max-width: "screen and (min-width: 1040px)"-1) {
  .css-grid-2.a-stretch--lg-max,
  .css-grid-3.a-stretch--lg-max {
    align-items: stretch;
  }
}
@media screen and (max-width: "screen and (min-width: 1440px)"-1) {
  .css-grid-2.a-stretch--xl-max,
  .css-grid-3.a-stretch--xl-max {
    align-items: stretch;
  }
}
.css-grid-2 .col-1,
.css-grid-3 .col-1 {
  grid-column-start: 1;
}
.css-grid-2 .col-span-1,
.css-grid-3 .col-span-1 {
  grid-column-end: span 1;
}
.css-grid-2 .row-span-1,
.css-grid-3 .row-span-1 {
  grid-row-end: span 1;
}
.css-grid-2 .col-2,
.css-grid-3 .col-2 {
  grid-column-start: 2;
}
.css-grid-2 .col-span-2,
.css-grid-3 .col-span-2 {
  grid-column-end: span 2;
}
.css-grid-2 .row-span-2,
.css-grid-3 .row-span-2 {
  grid-row-end: span 2;
}
.css-grid-2 .col-3,
.css-grid-3 .col-3 {
  grid-column-start: 3;
}
.css-grid-2 .col-span-3,
.css-grid-3 .col-span-3 {
  grid-column-end: span 3;
}
.css-grid-2 .row-span-3,
.css-grid-3 .row-span-3 {
  grid-row-end: span 3;
}
.css-grid-2 .row-1,
.css-grid-3 .row-1 {
  grid-row-start: 1;
}
.css-grid-2 .row-2,
.css-grid-3 .row-2 {
  grid-row-start: 2;
}
.css-grid-2 .row-3,
.css-grid-3 .row-3 {
  grid-row-start: 3;
}
.css-grid-2 .row-4,
.css-grid-3 .row-4 {
  grid-row-start: 4;
}
.css-grid-2 .row-5,
.css-grid-3 .row-5 {
  grid-row-start: 5;
}
.css-grid-2 .row-6,
.css-grid-3 .row-6 {
  grid-row-start: 6;
}
.css-grid-2 .row-7,
.css-grid-3 .row-7 {
  grid-row-start: 7;
}
.css-grid-2 .row-8,
.css-grid-3 .row-8 {
  grid-row-start: 8;
}
.css-grid-2 .row-9,
.css-grid-3 .row-9 {
  grid-row-start: 9;
}
.css-grid-2 .row-10,
.css-grid-3 .row-10 {
  grid-row-start: 10;
}
.css-grid-2 .row-11,
.css-grid-3 .row-11 {
  grid-row-start: 11;
}

[class*="--max-width"] {
  display: grid;
  grid-template-rows: auto;
  grid-template-areas: ". container .";
  -ms-grid-columns: 1fr 960px 1fr;
}
[class*="--max-width"].right-side {
  grid-template-areas: ". container container";
}
[class*="--max-width"].left-side {
  grid-template-areas: "container container .";
}
[class*="--max-width"] > .container {
  grid-area: container;
}

.fluid-container {
  width: calc(100vw - var(--scrollbar-width));
}

.fixed-container-xl {
  width: 100%;
  max-width: 1240px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex: 1 0 0;
}

.fixed-container-l {
  width: 100%;
  max-width: 1030px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex: 1 0 0;
}

.fixed-container-m {
  width: 100%;
  max-width: 818px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex: 1 0 0;
}

.fixed-container-sm {
  width: 100%;
  max-width: 608px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex: 1 0 0;
}

@media (min-width: 0px) {
  body {
    margin-inline: 16px;
  }
  .fluid-container {
    margin-left: -16px;
  }
  .fixed-container-xl {
    margin-left: 16px;
    margin-right: 16px;
  }
  .fixed-container-l {
    margin-left: 16px;
    margin-right: 16px;
  }
  .fixed-container-m {
    margin-left: 16px;
    margin-right: 16px;
  }
  .fixed-container-sm {
    margin-left: 16px;
    margin-right: 16px;
  }
}
@media (min-width: 480px) {
  body {
    margin-inline: 16px;
  }
  .fluid-container {
    margin-left: -16px;
  }
  .fixed-container-xl {
    margin-left: 16px;
    margin-right: 16px;
  }
  .fixed-container-l {
    margin-left: 16px;
    margin-right: 16px;
  }
  .fixed-container-m {
    margin-left: 16px;
    margin-right: 16px;
  }
  .fixed-container-sm {
    margin-left: 16px;
    margin-right: 16px;
  }
}
@media (min-width: 768px) {
  body {
    margin-inline: 24px;
  }
  .fluid-container {
    margin-left: -24px;
  }
  .fixed-container-xl {
    margin-left: 24px;
    margin-right: 24px;
  }
  .fixed-container-l {
    margin-left: 24px;
    margin-right: 24px;
  }
  .fixed-container-m {
    margin-left: 24px;
    margin-right: 24px;
  }
  .fixed-container-sm {
    margin-left: 24px;
    margin-right: 24px;
  }
}
@media (min-width: 1040px) {
  body {
    margin-inline: 24px;
  }
  .fluid-container {
    margin-left: -24px;
  }
  .fixed-container-xl {
    margin-left: 24px;
    margin-right: 24px;
  }
  .fixed-container-l {
    margin-left: 24px;
    margin-right: 24px;
  }
  .fixed-container-m {
    margin-left: 24px;
    margin-right: 24px;
  }
  .fixed-container-sm {
    margin-left: 24px;
    margin-right: 24px;
  }
}
@media (min-width: 1440px) {
  body {
    margin-inline: 32px;
  }
  .fluid-container {
    margin-left: -32px;
  }
  .fixed-container-xl {
    margin-left: 32px;
    margin-right: 32px;
  }
  .fixed-container-l {
    margin-left: 32px;
    margin-right: 32px;
  }
  .fixed-container-m {
    margin-left: 32px;
    margin-right: 32px;
  }
  .fixed-container-sm {
    margin-left: 32px;
    margin-right: 32px;
  }
}
.fixed-container-sm.center,
.fixed-container-m.center,
.fixed-container-l.center,
.fixed-container-xl.center {
  margin-inline: auto;
}
.fixed-container-sm.left,
.fixed-container-m.left,
.fixed-container-l.left,
.fixed-container-xl.left {
  margin-left: 0;
  margin-right: auto;
  justify-content: flex-start;
}
.fixed-container-sm.right,
.fixed-container-m.right,
.fixed-container-l.right,
.fixed-container-xl.right {
  margin-left: auto;
  margin-right: 0;
  justify-content: flex-end;
}
.fixed-container-sm > .field--name-field-custom-block,
.fixed-container-m > .field--name-field-custom-block,
.fixed-container-l > .field--name-field-custom-block,
.fixed-container-xl > .field--name-field-custom-block {
  width: 100%;
}

.fluid-container .fixed-container-sm {
  padding-inline: var(--spacing-sm);
}
@media screen and (min-width: 624px) {
  .fluid-container .fixed-container-sm {
    padding-inline: 0;
  }
}
.fluid-container .fixed-container-m {
  padding-inline: var(--spacing-sm);
}
@media screen and (min-width: 768px) {
  .fluid-container .fixed-container-m {
    padding-inline: var(--spacing-md);
  }
}
@media screen and (min-width: 842px) {
  .fluid-container .fixed-container-m {
    padding-inline: 0;
  }
}
.fluid-container .fixed-container-l {
  padding-inline: var(--spacing-sm);
}
@media screen and (min-width: 768px) {
  .fluid-container .fixed-container-l {
    padding-inline: var(--spacing-md);
  }
}
@media screen and (min-width: 1054px) {
  .fluid-container .fixed-container-l {
    padding-inline: 0;
  }
}
.fluid-container .fixed-container-xl {
  padding-inline: var(--spacing-sm);
}
@media screen and (min-width: 768px) {
  .fluid-container .fixed-container-xl {
    padding-inline: var(--spacing-md);
  }
}
@media screen and (min-width: 1264px) {
  .fluid-container .fixed-container-xl {
    padding-inline: 0;
  }
}
.fluid-container .fluid-container {
  margin-left: 0;
}

.styleguide-containers {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

:root {
  --fluid-container: calc(100vw - var(--scrollbar-width));
  --fixed-container-xl: 1240px;
  --fixed-container-l: 1030px;
  --fixed-container-m: 818px;
  --fixed-container-sm: 608px;
  --scrollbar-width: 0;
  --header-block-size: 9.6rem;
  --header-offset: calc(var(--drupal-displace-offset-top, 0px) + var(--header-block-size) + var(--announcement-banner-height, 0px));
}

:root {
  --breakpoint-xs: 0px;
  --breakpoint-xs-margin: 16px;
  --breakpoint-sm: 480px;
  --breakpoint-sm-margin: 16px;
  --breakpoint-md: 768px;
  --breakpoint-md-margin: 24px;
  --breakpoint-lg: 1040px;
  --breakpoint-lg-margin: 24px;
  --breakpoint-xl: 1440px;
  --breakpoint-xl-margin: 32px;
}

/*
======================================
Basic layout used on the Grid Card display mode on Editorial and Research Webinar node types
======================================
*/
.node--research-webinar-recap.grid-card a .article-image-wrapper, .node-article.grid-card a .article-image-wrapper {
  flex: 1 0 auto;
  overflow: hidden;
}
.node--research-webinar-recap.grid-card a .article-image-wrapper img, .node-article.grid-card a .article-image-wrapper img {
  transition: transform 0.4s ease;
  height: 100%;
  width: 100%;
}
.node--research-webinar-recap.grid-card a:hover .article-image-wrapper img, .node-article.grid-card a:hover .article-image-wrapper img, .node--research-webinar-recap.grid-card a:focus .article-image-wrapper img, .node-article.grid-card a:focus .article-image-wrapper img {
  transform: scale(1.08);
}
.node--research-webinar-recap.grid-card a:hover .arrow-cta, .node-article.grid-card a:hover .arrow-cta, .node--research-webinar-recap.grid-card a:focus .arrow-cta, .node-article.grid-card a:focus .arrow-cta {
  color: var(--color-dark-blue);
}
.node--research-webinar-recap.grid-card a:hover .arrow-cta::before, .node-article.grid-card a:hover .arrow-cta::before, .node--research-webinar-recap.grid-card a:focus .arrow-cta::before, .node-article.grid-card a:focus .arrow-cta::before {
  transform: translate(100%, -110%);
}
.node--research-webinar-recap.grid-card a:hover .arrow-cta::after, .node-article.grid-card a:hover .arrow-cta::after, .node--research-webinar-recap.grid-card a:focus .arrow-cta::after, .node-article.grid-card a:focus .arrow-cta::after {
  transform: translate(0, 10%);
}
.node--research-webinar-recap.grid-card a .node__content, .node-article.grid-card a .node__content {
  position: relative;
  gap: var(--spacing-xs);
  height: 100%;
}
@media screen and (min-width: 768px) {
  .node--research-webinar-recap.grid-card a .node__content, .node-article.grid-card a .node__content {
    gap: var(--spacing-md);
  }
}
.node--research-webinar-recap.grid-card a .node__content .article-body-wrapper, .node-article.grid-card a .node__content .article-body-wrapper {
  gap: var(--spacing-sm);
  align-items: flex-start;
  height: 100%;
}
.node--research-webinar-recap.grid-card a .node__content .article-body-wrapper .arrow-cta, .node-article.grid-card a .node__content .article-body-wrapper .arrow-cta {
  margin-top: auto;
}
.node--research-webinar-recap.grid-card a .node__content .article-body-wrapper h3, .node-article.grid-card a .node__content .article-body-wrapper h3 {
  font-size: 2.4rem;
}

/*
======================================
Basic layout used on the Simple Grid Card display mode on Advertising Opportunity node types
======================================
*/
.node-advertising-opportunity.simple-grid-card a:hover .article-image-wrapper img, .node-advertising-opportunity.simple-grid-card a:focus .article-image-wrapper img {
  transform: scale(1.08);
}
.node-advertising-opportunity.simple-grid-card a div {
  position: relative;
}
.node-advertising-opportunity.simple-grid-card a div .article-image-wrapper {
  overflow: hidden;
  min-height: 24.6rem;
}
.node-advertising-opportunity.simple-grid-card a div .article-image-wrapper img {
  transition: transform 0.4s ease;
  height: 100%;
  width: 100%;
  min-height: 24.6rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.node-advertising-opportunity.simple-grid-card a div .article-image-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
  z-index: 1;
}
.node-advertising-opportunity.simple-grid-card a div .article-body-wrapper {
  position: absolute;
  bottom: 0;
  padding: var(--spacing-md);
  z-index: 1;
}
.node-advertising-opportunity.simple-grid-card a div .article-body-wrapper h3 {
  color: var(--color-white);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 2.4rem;
}

/*
======================================
Basic layout used on the Grid Card display mode for the custom Event entity type
======================================
*/
article.event.event--grid_card {
  background-color: #fafafa;
  height: 100%;
}
article.event.event--grid_card a {
  height: 100%;
}
article.event.event--grid_card a .article-image-wrapper {
  overflow: hidden;
  height: 100%;
}
article.event.event--grid_card a .article-image-wrapper .event-start-date {
  font-family: "Bitter", sans-serif;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.5;
  color: var(--color-miles-black);
  background-color: #fafafa;
  text-transform: uppercase;
  padding: 0.5rem 1.5rem 0;
}
article.event.event--grid_card a .article-image-wrapper .event-start-date .day {
  font-family: "Red Hat Display", sans-serif;
  font-size: 2.4rem;
  margin-top: -0.3rem;
}
article.event.event--grid_card a .article-image-wrapper img {
  transition: transform 0.4s ease;
  height: 100%;
  width: 100%;
}
article.event.event--grid_card a:hover .article-image-wrapper img, article.event.event--grid_card a:focus .article-image-wrapper img {
  transform: scale(1.08);
}
article.event.event--grid_card a:hover .arrow-cta, article.event.event--grid_card a:focus .arrow-cta {
  color: var(--color-dark-blue);
}
article.event.event--grid_card a:hover .arrow-cta::before, article.event.event--grid_card a:focus .arrow-cta::before {
  transform: translate(100%, -110%);
}
article.event.event--grid_card a:hover .arrow-cta::after, article.event.event--grid_card a:focus .arrow-cta::after {
  transform: translate(0, 10%);
}
article.event.event--grid_card a .content {
  padding: var(--spacing-sm);
  gap: var(--spacing-lg);
  height: 100%;
  justify-content: space-between;
}
article.event.event--grid_card a .content .title-category {
  gap: var(--spacing-xs);
}
article.event.event--grid_card a .content .title-category h3 {
  font-size: 2.4rem;
}
article.event.event--grid_card a .content .event-dates {
  font-family: "Bitter", sans-serif;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.5;
  color: var(--color-miles-black);
  color: var(--color-miles-black-60);
}

/*------------------------------------*\
    #Core components
\*------------------------------------*/
#block-miles-theme-announcementbanner #announcement-banner {
  position: relative;
  z-index: 100;
  flex-direction: row-reverse;
  padding-inline: var(--spacing-md);
  padding-block: var(--spacing-2xs);
  justify-content: stretch;
  align-items: center;
}
#block-miles-theme-announcementbanner .announcement-messages {
  width: 100%;
  max-width: var(--fixed-container-xl);
  margin: 0 auto;
}
#block-miles-theme-announcementbanner .container {
  text-align: center;
}
#block-miles-theme-announcementbanner .container p {
  margin: 0;
}
#block-miles-theme-announcementbanner #close-popup {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.error-container {
  align-items: flex-start;
  padding-bottom: var(--layout-md);
}
@media screen and (min-width: 768px) {
  .error-container {
    padding-bottom: var(--layout-lg);
  }
}
.error-container .error-text {
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 768px) {
  .error-container .error-text {
    padding-block: var(--spacing-lg);
  }
}
.error-container h1, .error-container h2 {
  width: 100%;
}
.error-container h1 {
  margin-bottom: var(--spacing-sm);
}
.error-container h2 {
  margin-bottom: var(--spacing-lg);
}
@media screen and (min-width: 768px) {
  .error-container h2 {
    margin-bottom: var(--spacing-2xl);
  }
}
.error-container .scrolling-text {
  font-size: 24rem;
}
.error-container .error-desc-wrapper {
  gap: 0;
  padding: 0;
}
.error-container .error-cta-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  gap: var(--spacing-sm);
}
@media screen and (min-width: 768px) {
  .error-container .error-cta-wrapper {
    gap: var(--spacing-md);
  }
}

footer {
  padding-block: var(--layout-md);
}
footer .footer-top {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-lg);
  width: 100%;
  padding-bottom: var(--spacing-lg);
}
@media screen and (min-width: 1040px) {
  footer .footer-top {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--spacing-md);
    padding-block: var(--spacing-md);
  }
  footer .footer-top > .main {
    padding-inline: var(--spacing-md);
  }
}
footer .footer-top .footer-logo-wrapper {
  max-width: 13.6rem;
}
@media screen and (min-width: 1040px) {
  footer .footer-top .footer-logo-wrapper {
    max-width: 25rem;
  }
}
@media screen and (min-width: 1040px) {
  footer .stay-in-touch {
    order: 3;
  }
}
footer .stay-in-touch > p {
  margin-bottom: var(--spacing-xs);
}
footer .stay-in-touch-form {
  display: block;
  width: 100%;
}
footer .stay-in-touch-form input[type=email] {
  width: 100%;
}
footer .stay-in-touch-form button {
  border: 0;
  padding: 0;
  margin: 0;
  background-color: transparent;
  background-image: none;
  position: absolute;
  height: 25px;
  width: 25px;
  display: inline;
  transform: translateX(-4rem) translateY(40%);
  cursor: pointer;
  background-image: url("/themes/custom/miles_theme/images/svg/diagonal-arrow.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
footer .stay-in-touch-form .footer-form-desc {
  font-size: 1.2rem;
  color: var(--color-miles-black-60);
  font-weight: 400;
  line-height: 1.4;
  margin-block-end: 0;
  padding-top: var(--spacing-2xs);
}
footer .footer-bottom {
  width: 100%;
  padding-top: var(--spacing-md);
  gap: var(--spacing-lg);
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--color-miles-blue);
}
@media screen and (min-width: 1040px) {
  footer .footer-bottom {
    display: grid;
    grid-template-areas: "copyright socials" "subsidiary subsidiary";
    gap: 6.4rem 0;
  }
  footer .footer-bottom .subsidiary ul,
  footer .footer-bottom .social ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  footer .footer-bottom .social ul {
    justify-content: flex-end;
  }
  footer .footer-bottom .subsidiary ul > li {
    position: relative;
    padding-right: var(--spacing-xs);
  }
  footer .footer-bottom .subsidiary ul > li:not(:last-child) {
    border-right: 1px solid #021521;
  }
  footer .footer-bottom .copyright-wrapper {
    display: flex;
    align-items: baseline;
    gap: var(--spacing-md);
  }
  footer .footer-bottom .copyright-wrapper .copyright {
    margin-bottom: 0;
  }
  footer .footer-bottom .copyright-wrapper .policies {
    gap: var(--spcaing-md);
  }
}
footer .copyright-wrapper {
  grid-area: copyright;
}
footer .copyright-wrapper .copyright {
  font-size: 1.4rem;
  margin-bottom: var(--spacing-2xs);
}
footer .menu-links ul {
  margin-left: 0;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xs);
}
footer .menu-links.main a {
  text-decoration: none;
  background-image: linear-gradient(var(--color-dark-blue), var(--color-dark-blue));
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 0.1rem;
  transition: background-size 0.3s ease-out;
  transform-origin: top left;
}
footer .menu-links.main a:hover, footer .menu-links.main a:focus {
  background-size: 100% 0.1rem;
}
footer .menu-links.main a.hiring {
  overflow-wrap: normal;
}
footer .menu-links.main a.hiring::after {
  content: "Hiring";
  position: absolute;
  background-color: white;
  display: inline;
  font-size: 1.4rem;
  letter-spacing: 0.7px;
  line-height: 1;
  font-family: "Bitter", sans-serif;
  margin-left: var(--spacing-sm);
  border: 2px solid #BF260C;
  border-radius: 0.4rem;
  padding: 0.4rem 1rem;
}
footer .menu-links.social {
  grid-area: socials;
}
footer .menu-links.social ul {
  gap: var(--spacing-sm);
}
footer .menu-links.subsidiary {
  grid-area: subsidiary;
}
footer .menu-links.subsidiary a {
  font-size: 1.4rem;
}
footer .menu-links.policies ul {
  flex-direction: row;
  gap: var(--spacing-sm);
}
footer .menu-links.policies ul a {
  font-size: 1.4rem;
}
footer .menu-links:not(.main) li > a {
  font-family: "Bitter", sans-serif;
  font-weight: normal;
  transition: color 0.3s ease;
}
footer .menu-links:not(.main) li > a:hover {
  color: var(--color-miles-black-40);
}

header {
  position: relative;
  z-index: 100;
  border-bottom: 1px solid var(--color-gray);
  padding: unset !important;
}
header .header-top {
  position: relative;
  margin-block: var(--spacing-md);
  padding: 0 var(--spacing-md);
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr;
  z-index: 2;
}
@media screen and (min-width: 1440px) {
  header .header-top {
    padding: 0;
  }
}
header .header-logo-wrapper {
  width: 7.5rem;
  height: 3.2rem;
}
@media screen and (min-width: 768px) {
  header .header-logo-wrapper {
    width: 11.3rem;
    height: 4.8rem;
  }
}
header button.main-navigation-toggle {
  height: 100%;
  width: 2.4rem;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  header button.main-navigation-toggle {
    width: 4.8rem;
  }
}
header .hamburger {
  position: relative;
}
header .hamburger.mobile {
  display: block;
}
header .hamburger.desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  header .hamburger.mobile {
    display: none;
  }
  header .hamburger.desktop {
    display: block;
  }
}

.header-nav-content-wrapper {
  position: relative;
  height: calc(100% - env(safe-area-inset-bottom));
  padding: 0;
  display: grid;
  grid-template-areas: "main" "socials";
}
@supports (height: 100dvh) {
  .header-nav-content-wrapper {
    height: 100dvh;
  }
}
@media screen and (min-width: 1040px) {
  .header-nav-content-wrapper {
    grid-template-areas: "featured line main" "featured line socials";
    grid-template-columns: 1.2fr auto 1fr;
    grid-template-rows: calc(var(--header-offset) + 40rem) 1fr;
  }
}

.header-nav {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  background-color: #FFF;
  visibility: hidden;
  z-index: 1;
}
.header-nav .line {
  grid-area: line;
  display: none;
  position: absolute;
  height: calc(100% - var(--spacing-md));
  top: 0;
}
@media screen and (min-width: 1040px) {
  .header-nav .line {
    display: block;
  }
}
.header-nav .line #main-menu-line {
  width: 2px;
  padding-top: calc(var(--header-offset) - 5rem);
  height: 100%;
}
.header-nav #main-navigation ul li a.outline-button {
  border: 0;
  line-height: 0.7;
  margin-bottom: 0;
}
.header-nav #main-navigation ul li a.outline-button::before {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 600;
  line-height: 1;
  font-size: clamp(3.8rem, 2.35rem + 3.021vw, 6.7rem);
}
.header-nav #main-navigation ul li a.outline-button div {
  line-height: 0.7;
  margin-bottom: 8px;
  padding-top: 0.2em;
}
@media (hover: hover) and (pointer: fine) {
  .header-nav #main-navigation ul li a.outline-button:hover {
    background-color: initial;
    color: var(--color-dark-blue);
  }
}
.header-nav #main-navigation ul li a:not(.outline-button) {
  display: block;
  margin-bottom: 0;
  line-height: 1.15;
  transition: color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .header-nav #main-navigation ul li a:not(.outline-button) {
    margin-left: 4rem;
  }
}
.header-nav #main-navigation ul li a:not(.outline-button):hover {
  color: var(--color-dark-blue);
}
.header-nav .menu-links.social {
  grid-area: socials;
  align-self: flex-end;
  justify-self: center;
  padding-inline: clamp(2.4rem, 2.048rem + 0.8vw, 3.2rem);
  padding-bottom: var(--spacing-md);
}
@media screen and (min-width: 1040px) {
  .header-nav .menu-links.social {
    width: 100%;
  }
}
.header-nav .menu-links.social ul {
  display: flex;
  gap: var(--spacing-md);
}
.header-nav .menu-links.social ul li {
  visibility: hidden;
  overflow: hidden;
}
.header-nav .menu-links.social ul li a {
  display: block;
  position: relative;
  font-family: "Bitter", sans-serif;
  font-weight: normal;
  transition: color 0.3s ease;
}
.header-nav .menu-links.social ul li a:hover {
  color: var(--color-miles-black-40);
}
.header-nav .menu-links.social ul li a:focus-visible {
  outline-offset: -1px;
}

#main-navigation {
  grid-area: main;
  justify-self: center;
}
@media screen and (min-width: 1040px) {
  #main-navigation {
    width: 100%;
  }
}

#block-miles-theme-menupromo {
  grid-area: featured;
  display: none;
  align-self: end;
  margin-bottom: var(--spacing-md);
}
@media screen and (min-width: 1040px) {
  #block-miles-theme-menupromo {
    display: block;
    margin-left: var(--spacing-md);
  }
}
#block-miles-theme-menupromo > article,
#block-miles-theme-menupromo > div {
  padding-bottom: unset;
}

.close-text {
  visibility: hidden;
  position: absolute;
  left: -5.5rem;
  top: -0.1rem;
}

#main-navigation ul li {
  visibility: hidden;
  overflow: hidden;
}

#block-miles-theme-globalheaderblock .contextual {
  display: none;
}

#blueScreen {
  background-color: var(--color-miles-blue);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  visibility: hidden;
  transform-origin: top center;
  transform: scaleY(0);
}

body.nodetype--research_webinar_recap header {
  border-bottom: unset;
}

nav.pager ul.pager__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: var(--spacing-xs);
}
nav.pager ul.pager__items li > a {
  color: var(--color-miles-black-30);
  font-size: 1.4rem;
}
nav.pager ul.pager__items li::before {
  display: none;
}
nav.pager ul.pager__items li.pager__item--number {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.2rem;
  width: 3.2rem;
  border-radius: 50%;
  transition: all 0.3s ease;
}
nav.pager ul.pager__items li.pager__item--number > a {
  padding: var(--spacing-xs);
  vertical-align: bottom;
}
nav.pager ul.pager__items li.pager__item--number.is-active {
  background-color: var(--color-dark-blue);
}
nav.pager ul.pager__items li.pager__item--number.is-active > a {
  color: var(--color-miles-white);
}
nav.pager ul.pager__items li.pager__item--number:not(.is-active):hover {
  background-color: rgba(var(--color-dark-blue-rgb), 0.1);
}
nav.pager ul.pager__items li.pager__item--next, nav.pager ul.pager__items li.pager__item--previous {
  padding: 0;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}
nav.pager ul.pager__items li.pager__item--next > a, nav.pager ul.pager__items li.pager__item--previous > a {
  padding: 0.8rem;
}
nav.pager ul.pager__items li.pager__item--next span, nav.pager ul.pager__items li.pager__item--previous span {
  display: flex;
  transform: scale(0.75);
}
nav.pager ul.pager__items li.pager__item--next:is(.pager__item--previous):hover, nav.pager ul.pager__items li.pager__item--previous:is(.pager__item--previous):hover {
  transform: translateX(-5px);
}
nav.pager ul.pager__items li.pager__item--next:is(.pager__item--next):hover, nav.pager ul.pager__items li.pager__item--previous:is(.pager__item--next):hover {
  transform: translateX(5px);
}

.view .view-filters .form--inline {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: var(--spacing-sm) 0;
}
.view .view-filters .form--inline details {
  width: 100%;
  border: 0;
  margin: 0;
}
.view .view-filters .form--inline details summary {
  font-family: "Red Hat Display", sans-serif;
  font-size: 1.8rem;
  padding: 0;
  display: flex;
  gap: 0.3rem;
  list-style: none;
}
.view .view-filters .form--inline details summary::-webkit-details-marker {
  display: none;
}
.view .view-filters .form--inline details summary::after {
  content: url(../images/svg/arrow-down.svg);
  transition: transform 0.3s ease-in-out;
}
.view .view-filters .form--inline details summary[aria-expanded=true]::after {
  transform: rotate(-180deg);
}
@media screen and (min-width: 1040px) {
  .view .view-filters .form--inline details summary {
    display: none;
  }
}
.view .view-filters .form--inline details .details-wrapper {
  padding: var(--spacing-md) 0 var(--spacing-md);
  display: grid;
  grid-template-rows: repeat(3, auto);
  gap: var(--spacing-md);
}
.view .view-filters .form--inline details .details-wrapper > *:nth-child(1) {
  grid-row: 2;
}
.view .view-filters .form--inline details .details-wrapper > *:nth-child(2) {
  grid-row: 1;
}
.view .view-filters .form--inline details .details-wrapper > *:nth-child(3) {
  grid-row: 3;
}
@media screen and (min-width: 1040px) {
  .view .view-filters .form--inline details .details-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0;
    gap: var(--spacing-sm);
  }
}
.view .view-filters .form--inline details .details-wrapper .form-item {
  float: none;
  margin-top: 0;
  margin-bottom: 0;
}
.view .view-filters .form--inline details .details-wrapper .form-item ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 0;
  margin: 0;
}
.view .view-filters .form--inline details .details-wrapper .form-item ul li {
  margin: 0;
}
.view .view-filters .form--inline details .details-wrapper .form-item ul li::before {
  content: none;
}
.view .view-filters .form--inline details .details-wrapper .form-item ul li a {
  position: relative;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.3s ease-in-out;
  font-size: 1.4rem;
  padding-block: 0.6rem;
  padding-inline: 1.8rem;
  color: #0073bb;
  background-color: #ebf4fa;
  border-radius: 2rem;
  border: 1.5px solid #ebf4fa;
}
.view .view-filters .form--inline details .details-wrapper .form-item ul li a:hover, .view .view-filters .form--inline details .details-wrapper .form-item ul li a.active {
  border: 1px solid var(--color-miles-black-40);
}
.view .view-filters .form--inline details .details-wrapper .form-item ul li a.bef-link--selected {
  border: 1.5px solid var(--color-dark-blue);
}
.view .view-filters .form--inline details .details-wrapper .form-item.form-type-textfield .search-container {
  position: relative;
  border-bottom: 1px solid transparent;
  transition: all 0.5s ease-in-out;
}
.view .view-filters .form--inline details .details-wrapper .form-item.form-type-textfield .search-container.search-open {
  border-bottom: 1px solid var(--color-miles-black);
}
.view .view-filters .form--inline details .details-wrapper .form-item.form-type-textfield .search-container input {
  border: 0;
}
.view .view-filters .form--inline details .details-wrapper .form-item.form-type-textfield .search-container button {
  padding: 0 1rem;
  height: 4.7rem;
}
.view .view-filters .form--inline details .details-wrapper .form-item.form-type-textfield .search-container .toggle-search-btn[aria-expanded=true] {
  background-size: 100% 1px;
}
.view .view-filters .form--inline details .details-wrapper .form-item.form-type-textfield .search-container .toggle-search-btn[aria-expanded=true] + input {
  animation-duration: 0;
  animation-name: formElementIn;
  animation-delay: 0;
  opacity: 1;
  width: 100%;
  max-height: 26rem;
  overflow-y: auto;
  padding: 1rem 3rem 1rem 0;
  white-space: unset;
}
@media screen and (min-width: 1040px) {
  .view .view-filters .form--inline details .details-wrapper .form-item.form-type-textfield .search-container .toggle-search-btn[aria-expanded=true] + input {
    animation-name: captionIn;
    max-width: 26rem;
  }
}
.view .view-filters .form--inline details .details-wrapper .form-item.form-type-textfield .search-container .toggle-search-btn[aria-expanded=false] {
  background-size: 0% 1px;
  transition-delay: 0.1s;
}
.view .view-filters .form--inline details .details-wrapper .form-item.form-type-textfield .search-container .toggle-search-btn[aria-expanded=false] + input {
  animation-duration: 0;
  animation-name: formElementOut;
  animation-delay: 0s;
  opacity: 0;
  width: 0;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
}
@media screen and (min-width: 1040px) {
  .view .view-filters .form--inline details .details-wrapper .form-item.form-type-textfield .search-container .toggle-search-btn[aria-expanded=false] + input {
    animation-name: captionOut;
    max-width: 0;
    width: unset;
    display: none;
  }
}
.view .view-filters .form--inline details .details-wrapper .form-item.form-type-textfield .search-container.allow-animation .toggle-search-btn {
  transition-delay: 0.3s;
}
@media screen and (min-width: 1040px) {
  .view .view-filters .form--inline details .details-wrapper .form-item.form-type-textfield .search-container.allow-animation .toggle-search-btn {
    transition: background-size 0.2s ease-in-out;
    transition-delay: 0.1s;
  }
}
.view .view-filters .form--inline details .details-wrapper .form-item.form-type-textfield .search-container.allow-animation .toggle-search-btn[aria-expanded=true] {
  background-size: 100% 1px;
}
.view .view-filters .form--inline details .details-wrapper .form-item.form-type-textfield .search-container.allow-animation .toggle-search-btn[aria-expanded=true] + input {
  animation-duration: 0.5s;
}
.view .view-filters .form--inline details .details-wrapper .form-item.form-type-textfield .search-container.allow-animation .toggle-search-btn[aria-expanded=false] {
  transition-delay: 0.1s;
}
.view .view-filters .form--inline details .details-wrapper .form-item.form-type-textfield .search-container.allow-animation .toggle-search-btn[aria-expanded=false] + input {
  animation-duration: 600ms;
}
.view .view-filters .form--inline details .details-wrapper .form-item.form-type-textfield .search-container .clear-search-btn {
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
  position: absolute;
  right: 0;
}
.view .view-filters .form--inline details .details-wrapper .form-item.form-type-textfield .search-container .clear-search-btn.visible {
  opacity: 1;
  pointer-events: all;
}
.view .view-filters .form--inline details .details-wrapper .form-item.form-type-textfield .search-container .clear-search-btn svg {
  stroke: var(--color-miles-black);
}
.view .view-filters .form--inline details .details-wrapper .form-item.form-type-textfield label, .view .view-filters .form--inline details .details-wrapper .form-item.form-type-select label {
  display: none;
}
.view .view-filters .form--inline details .details-wrapper .form-item input, .view .view-filters .form--inline details .details-wrapper .form-item select {
  background-color: transparent;
}
.view .view-filters .form--inline details .details-wrapper .form-item select:focus, .view .view-filters .form--inline details .details-wrapper .form-item select:focus-visible, .view .view-filters .form--inline details .details-wrapper .form-item select:active {
  outline: auto;
}

.view.view-articles {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .view.view-articles {
    margin-top: 64px;
  }
}
.view.view-articles .views-row {
  border-bottom: 1px solid var(--color-miles-black-40);
}

#block-miles-theme-views-block-articles-staff-pages > div {
  width: 100%;
}

.modal {
  display: none;
  position: fixed;
  justify-content: center;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  align-items: flex-end;
  display: flex;
  height: 100%;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  flex-direction: column;
}
.modal-content iframe {
  display: block;
  width: 100vw;
  height: 56.25vw;
  padding-inline: 1.6rem;
  max-width: 103rem;
  max-height: 61rem;
}

.close {
  position: relative;
  color: var(--color-miles-white);
  float: right;
  margin-right: 1.6rem;
  font-size: 2.8rem;
  font-weight: bold;
  z-index: 2;
  line-height: 1;
}

.close:hover,
.close:focus {
  color: var(--color-dark-blue);
  text-decoration: none;
  cursor: pointer;
}

/*------------------------------------*\
    #3rd Party Plugins
\*------------------------------------*/
/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

.fa-ad:before {
  content: "\f641";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-air-freshener:before {
  content: "\f5d0";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-allergies:before {
  content: "\f461";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angry:before {
  content: "\f556";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-ankh:before {
  content: "\f644";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-alt:before {
  content: "\f5d1";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-archway:before {
  content: "\f557";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-artstation:before {
  content: "\f77a";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-atlas:before {
  content: "\f558";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-atom:before {
  content: "\f5d2";
}

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-award:before {
  content: "\f559";
}

.fa-aws:before {
  content: "\f375";
}

.fa-baby:before {
  content: "\f77c";
}

.fa-baby-carriage:before {
  content: "\f77d";
}

.fa-backspace:before {
  content: "\f55a";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-bacon:before {
  content: "\f7e5";
}

.fa-bacteria:before {
  content: "\e059";
}

.fa-bacterium:before {
  content: "\e05a";
}

.fa-bahai:before {
  content: "\f666";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-balance-scale-left:before {
  content: "\f515";
}

.fa-balance-scale-right:before {
  content: "\f516";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battle-net:before {
  content: "\f835";
}

.fa-bed:before {
  content: "\f236";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bezier-curve:before {
  content: "\f55b";
}

.fa-bible:before {
  content: "\f647";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-biking:before {
  content: "\f84a";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-biohazard:before {
  content: "\f780";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blender:before {
  content: "\f517";
}

.fa-blender-phone:before {
  content: "\f6b6";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blog:before {
  content: "\f781";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-bone:before {
  content: "\f5d7";
}

.fa-bong:before {
  content: "\f55c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-book-dead:before {
  content: "\f6b7";
}

.fa-book-medical:before {
  content: "\f7e6";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-book-reader:before {
  content: "\f5da";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-bootstrap:before {
  content: "\f836";
}

.fa-border-all:before {
  content: "\f84c";
}

.fa-border-none:before {
  content: "\f850";
}

.fa-border-style:before {
  content: "\f853";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-box-tissue:before {
  content: "\e05b";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-brain:before {
  content: "\f5dc";
}

.fa-bread-slice:before {
  content: "\f7ec";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-broadcast-tower:before {
  content: "\f519";
}

.fa-broom:before {
  content: "\f51a";
}

.fa-brush:before {
  content: "\f55d";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-buffer:before {
  content: "\f837";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-bus:before {
  content: "\f207";
}

.fa-bus-alt:before {
  content: "\f55e";
}

.fa-business-time:before {
  content: "\f64a";
}

.fa-buy-n-large:before {
  content: "\f8a6";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-day:before {
  content: "\f783";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-calendar-week:before {
  content: "\f784";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-campground:before {
  content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-candy-cane:before {
  content: "\f786";
}

.fa-cannabis:before {
  content: "\f55f";
}

.fa-capsules:before {
  content: "\f46b";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-car-alt:before {
  content: "\f5de";
}

.fa-car-battery:before {
  content: "\f5df";
}

.fa-car-crash:before {
  content: "\f5e1";
}

.fa-car-side:before {
  content: "\f5e4";
}

.fa-caravan:before {
  content: "\f8ff";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-carrot:before {
  content: "\f787";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cash-register:before {
  content: "\f788";
}

.fa-cat:before {
  content: "\f6be";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-centos:before {
  content: "\f789";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chair:before {
  content: "\f6c0";
}

.fa-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

.fa-charging-station:before {
  content: "\f5e7";
}

.fa-chart-area:before {
  content: "\f1fe";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-pie:before {
  content: "\f200";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-check-double:before {
  content: "\f560";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-cheese:before {
  content: "\f7ef";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-rook:before {
  content: "\f447";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-chromecast:before {
  content: "\f838";
}

.fa-church:before {
  content: "\f51d";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-city:before {
  content: "\f64f";
}

.fa-clinic-medical:before {
  content: "\f7f2";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-meatball:before {
  content: "\f73b";
}

.fa-cloud-moon:before {
  content: "\f6c3";
}

.fa-cloud-moon-rain:before {
  content: "\f73c";
}

.fa-cloud-rain:before {
  content: "\f73d";
}

.fa-cloud-showers-heavy:before {
  content: "\f740";
}

.fa-cloud-sun:before {
  content: "\f6c4";
}

.fa-cloud-sun-rain:before {
  content: "\f743";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-cloudflare:before {
  content: "\e07d";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-cocktail:before {
  content: "\f561";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-coins:before {
  content: "\f51e";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comment-dollar:before {
  content: "\f651";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comment-medical:before {
  content: "\f7f5";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-comments:before {
  content: "\f086";
}

.fa-comments-dollar:before {
  content: "\f653";
}

.fa-compact-disc:before {
  content: "\f51f";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compress:before {
  content: "\f066";
}

.fa-compress-alt:before {
  content: "\f422";
}

.fa-compress-arrows-alt:before {
  content: "\f78c";
}

.fa-concierge-bell:before {
  content: "\f562";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-cotton-bureau:before {
  content: "\f89e";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crop-alt:before {
  content: "\f565";
}

.fa-cross:before {
  content: "\f654";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

.fa-crutch:before {
  content: "\f7f7";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-dailymotion:before {
  content: "\e052";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-deezer:before {
  content: "\e077";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-democrat:before {
  content: "\f747";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-dharmachakra:before {
  content: "\f655";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-d20:before {
  content: "\f6cf";
}

.fa-dice-d6:before {
  content: "\f6d1";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-digital-tachograph:before {
  content: "\f566";
}

.fa-directions:before {
  content: "\f5eb";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-disease:before {
  content: "\f7fa";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dizzy:before {
  content: "\f567";
}

.fa-dna:before {
  content: "\f471";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dog:before {
  content: "\f6d3";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-dove:before {
  content: "\f4ba";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-drafting-compass:before {
  content: "\f568";
}

.fa-dragon:before {
  content: "\f6d5";
}

.fa-draw-polygon:before {
  content: "\f5ee";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drum:before {
  content: "\f569";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.fa-drumstick-bite:before {
  content: "\f6d7";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dumpster:before {
  content: "\f793";
}

.fa-dumpster-fire:before {
  content: "\f794";
}

.fa-dungeon:before {
  content: "\f6d9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edge-legacy:before {
  content: "\e078";
}

.fa-edit:before {
  content: "\f044";
}

.fa-egg:before {
  content: "\f7fb";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-text:before {
  content: "\f658";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-envira:before {
  content: "\f299";
}

.fa-equals:before {
  content: "\f52c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-ethernet:before {
  content: "\f796";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-evernote:before {
  content: "\f839";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-alt:before {
  content: "\f424";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fan:before {
  content: "\f863";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-faucet:before {
  content: "\e005";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-feather:before {
  content: "\f52d";
}

.fa-feather-alt:before {
  content: "\f56b";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-female:before {
  content: "\f182";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-figma:before {
  content: "\f799";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-contract:before {
  content: "\f56c";
}

.fa-file-csv:before {
  content: "\f6dd";
}

.fa-file-download:before {
  content: "\f56d";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-export:before {
  content: "\f56e";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-import:before {
  content: "\f56f";
}

.fa-file-invoice:before {
  content: "\f570";
}

.fa-file-invoice-dollar:before {
  content: "\f571";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-prescription:before {
  content: "\f572";
}

.fa-file-signature:before {
  content: "\f573";
}

.fa-file-upload:before {
  content: "\f574";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-fill:before {
  content: "\f575";
}

.fa-fill-drip:before {
  content: "\f576";
}

.fa-film:before {
  content: "\f008";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fingerprint:before {
  content: "\f577";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-alt:before {
  content: "\f7e4";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-firefox-browser:before {
  content: "\e007";
}

.fa-first-aid:before {
  content: "\f479";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-fish:before {
  content: "\f578";
}

.fa-fist-raised:before {
  content: "\f6de";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flag-usa:before {
  content: "\f74d";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-flushed:before {
  content: "\f579";
}

.fa-fly:before {
  content: "\f417";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-minus:before {
  content: "\f65d";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-folder-plus:before {
  content: "\f65e";
}

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-frog:before {
  content: "\f52e";
}

.fa-frown:before {
  content: "\f119";
}

.fa-frown-open:before {
  content: "\f57a";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-funnel-dollar:before {
  content: "\f662";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gas-pump:before {
  content: "\f52f";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-ghost:before {
  content: "\f6e2";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-gifts:before {
  content: "\f79c";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-alt:before {
  content: "\f841";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass-cheers:before {
  content: "\f79f";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glass-whiskey:before {
  content: "\f7a0";
}

.fa-glasses:before {
  content: "\f530";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-globe-africa:before {
  content: "\f57c";
}

.fa-globe-americas:before {
  content: "\f57d";
}

.fa-globe-asia:before {
  content: "\f57e";
}

.fa-globe-europe:before {
  content: "\f7a2";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-pay:before {
  content: "\e079";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-gopuram:before {
  content: "\f664";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-grimace:before {
  content: "\f57f";
}

.fa-grin:before {
  content: "\f580";
}

.fa-grin-alt:before {
  content: "\f581";
}

.fa-grin-beam:before {
  content: "\f582";
}

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

.fa-grin-squint:before {
  content: "\f585";
}

.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-grin-stars:before {
  content: "\f587";
}

.fa-grin-tears:before {
  content: "\f588";
}

.fa-grin-tongue:before {
  content: "\f589";
}

.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-grin-wink:before {
  content: "\f58c";
}

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-grip-lines:before {
  content: "\f7a4";
}

.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-guilded:before {
  content: "\e07e";
}

.fa-guitar:before {
  content: "\f7a6";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hamburger:before {
  content: "\f805";
}

.fa-hammer:before {
  content: "\f6e3";
}

.fa-hamsa:before {
  content: "\f665";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-medical:before {
  content: "\e05c";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-holding-water:before {
  content: "\f4c1";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-middle-finger:before {
  content: "\f806";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-sparkles:before {
  content: "\e05d";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-hands-wash:before {
  content: "\e05e";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-handshake-alt-slash:before {
  content: "\e05f";
}

.fa-handshake-slash:before {
  content: "\e060";
}

.fa-hanukiah:before {
  content: "\f6e6";
}

.fa-hard-hat:before {
  content: "\f807";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hat-cowboy:before {
  content: "\f8c0";
}

.fa-hat-cowboy-side:before {
  content: "\f8c1";
}

.fa-hat-wizard:before {
  content: "\f6e8";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-head-side-cough:before {
  content: "\e061";
}

.fa-head-side-cough-slash:before {
  content: "\e062";
}

.fa-head-side-mask:before {
  content: "\e063";
}

.fa-head-side-virus:before {
  content: "\e064";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-headphones-alt:before {
  content: "\f58f";
}

.fa-headset:before {
  content: "\f590";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heart-broken:before {
  content: "\f7a9";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-helicopter:before {
  content: "\f533";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-hiking:before {
  content: "\f6ec";
}

.fa-hippo:before {
  content: "\f6ed";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hive:before {
  content: "\e07f";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-holly-berry:before {
  content: "\f7aa";
}

.fa-home:before {
  content: "\f015";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-horse:before {
  content: "\f6f0";
}

.fa-horse-head:before {
  content: "\f7ab";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hospital-user:before {
  content: "\f80d";
}

.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotdog:before {
  content: "\f80f";
}

.fa-hotel:before {
  content: "\f594";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-house-damage:before {
  content: "\f6f1";
}

.fa-house-user:before {
  content: "\e065";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-hryvnia:before {
  content: "\f6f2";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-ice-cream:before {
  content: "\f810";
}

.fa-icicles:before {
  content: "\f7ad";
}

.fa-icons:before {
  content: "\f86d";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-ideal:before {
  content: "\e013";
}

.fa-igloo:before {
  content: "\f7ae";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-infinity:before {
  content: "\f534";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-innosoft:before {
  content: "\e080";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-instagram-square:before {
  content: "\e055";
}

.fa-instalod:before {
  content: "\e081";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi:before {
  content: "\f669";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joint:before {
  content: "\f595";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-journal-whills:before {
  content: "\f66a";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-kaaba:before {
  content: "\f66b";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-key:before {
  content: "\f084";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-landmark:before {
  content: "\f66f";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laptop-code:before {
  content: "\f5fc";
}

.fa-laptop-house:before {
  content: "\e066";
}

.fa-laptop-medical:before {
  content: "\f812";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-laugh:before {
  content: "\f599";
}

.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-laugh-wink:before {
  content: "\f59c";
}

.fa-layer-group:before {
  content: "\f5fd";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lungs:before {
  content: "\f604";
}

.fa-lungs-virus:before {
  content: "\e067";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-mail-bulk:before {
  content: "\f674";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-male:before {
  content: "\f183";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marked:before {
  content: "\f59f";
}

.fa-map-marked-alt:before {
  content: "\f5a0";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-marker:before {
  content: "\f5a1";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mask:before {
  content: "\f6fa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-mdb:before {
  content: "\f8ca";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-memory:before {
  content: "\f538";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-menorah:before {
  content: "\f676";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-meteor:before {
  content: "\f753";
}

.fa-microblog:before {
  content: "\e01a";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-alt:before {
  content: "\f3c9";
}

.fa-microphone-alt-slash:before {
  content: "\f539";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microscope:before {
  content: "\f610";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-mitten:before {
  content: "\f7b5";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mixer:before {
  content: "\e056";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

.fa-money-check:before {
  content: "\f53c";
}

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-monument:before {
  content: "\f5a6";
}

.fa-moon:before {
  content: "\f186";
}

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-mosque:before {
  content: "\f678";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mountain:before {
  content: "\f6fc";
}

.fa-mouse:before {
  content: "\f8cc";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-mug-hot:before {
  content: "\f7b6";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-neos:before {
  content: "\f612";
}

.fa-network-wired:before {
  content: "\f6ff";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-octopus-deploy:before {
  content: "\e082";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-oil-can:before {
  content: "\f613";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-om:before {
  content: "\f679";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-orcid:before {
  content: "\f8d2";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-otter:before {
  content: "\f700";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-pager:before {
  content: "\f815";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-parking:before {
  content: "\f540";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-pastafarianism:before {
  content: "\f67b";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-peace:before {
  content: "\f67c";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-penny-arcade:before {
  content: "\f704";
}

.fa-people-arrows:before {
  content: "\e068";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-pepper-hot:before {
  content: "\f816";
}

.fa-perbyte:before {
  content: "\e083";
}

.fa-percent:before {
  content: "\f295";
}

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-person-booth:before {
  content: "\f756";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-alt:before {
  content: "\f879";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-square-alt:before {
  content: "\f87b";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-photo-video:before {
  content: "\f87c";
}

.fa-php:before {
  content: "\f457";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-square:before {
  content: "\e01e";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-pizza-slice:before {
  content: "\f818";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

.fa-plane-slash:before {
  content: "\e069";
}

.fa-play:before {
  content: "\f04b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-poll:before {
  content: "\f681";
}

.fa-poll-h:before {
  content: "\f682";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poo-storm:before {
  content: "\f75a";
}

.fa-poop:before {
  content: "\f619";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-pray:before {
  content: "\f683";
}

.fa-praying-hands:before {
  content: "\f684";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-print:before {
  content: "\f02f";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-project-diagram:before {
  content: "\f542";
}

.fa-pump-medical:before {
  content: "\e06a";
}

.fa-pump-soap:before {
  content: "\e06b";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-quran:before {
  content: "\f687";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-radiation:before {
  content: "\f7b9";
}

.fa-radiation-alt:before {
  content: "\f7ba";
}

.fa-rainbow:before {
  content: "\f75b";
}

.fa-random:before {
  content: "\f074";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-record-vinyl:before {
  content: "\f8d9";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redhat:before {
  content: "\f7bc";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-remove-format:before {
  content: "\f87d";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-republican:before {
  content: "\f75e";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-restroom:before {
  content: "\f7bd";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-ring:before {
  content: "\f70b";
}

.fa-road:before {
  content: "\f018";
}

.fa-robot:before {
  content: "\f544";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before {
  content: "\f4d7";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-running:before {
  content: "\f70c";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-rust:before {
  content: "\e07a";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

.fa-safari:before {
  content: "\f267";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-satellite:before {
  content: "\f7bf";
}

.fa-satellite-dish:before {
  content: "\f7c0";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-scroll:before {
  content: "\f70e";
}

.fa-sd-card:before {
  content: "\f7c2";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-dollar:before {
  content: "\f688";
}

.fa-search-location:before {
  content: "\f689";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shapes:before {
  content: "\f61f";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-shield-virus:before {
  content: "\e06c";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopify:before {
  content: "\e057";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shuttle-van:before {
  content: "\f5b6";
}

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-signature:before {
  content: "\f5b7";
}

.fa-sim-card:before {
  content: "\f7c4";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sink:before {
  content: "\e06d";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skating:before {
  content: "\f7c5";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-skiing:before {
  content: "\f7c9";
}

.fa-skiing-nordic:before {
  content: "\f7ca";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skull-crossbones:before {
  content: "\f714";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-slash:before {
  content: "\f715";
}

.fa-sleigh:before {
  content: "\f7cc";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smog:before {
  content: "\f75f";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-sms:before {
  content: "\f7cd";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snowboarding:before {
  content: "\f7ce";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-snowman:before {
  content: "\f7d0";
}

.fa-snowplow:before {
  content: "\f7d2";
}

.fa-soap:before {
  content: "\e06e";
}

.fa-socks:before {
  content: "\f696";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-down-alt:before {
  content: "\f881";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-alpha-up-alt:before {
  content: "\f882";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-down-alt:before {
  content: "\f884";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-amount-up-alt:before {
  content: "\f885";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-down-alt:before {
  content: "\f886";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-numeric-up-alt:before {
  content: "\f887";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-spa:before {
  content: "\f5bb";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-spell-check:before {
  content: "\f891";
}

.fa-spider:before {
  content: "\f717";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-splotch:before {
  content: "\f5bc";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-spray-can:before {
  content: "\f5bd";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-square-root-alt:before {
  content: "\f698";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-stackpath:before {
  content: "\f842";
}

.fa-stamp:before {
  content: "\f5bf";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-and-crescent:before {
  content: "\f699";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-star-half-alt:before {
  content: "\f5c0";
}

.fa-star-of-david:before {
  content: "\f69a";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-stopwatch-20:before {
  content: "\e06f";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-store-alt-slash:before {
  content: "\e070";
}

.fa-store-slash:before {
  content: "\e071";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-suitcase-rolling:before {
  content: "\f5c1";
}

.fa-sun:before {
  content: "\f185";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swift:before {
  content: "\f8e1";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-synagogue:before {
  content: "\f69b";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-teeth-open:before {
  content: "\f62f";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-temperature-high:before {
  content: "\f769";
}

.fa-temperature-low:before {
  content: "\f76b";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-tenge:before {
  content: "\f7d7";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-theater-masks:before {
  content: "\f630";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-tiktok:before {
  content: "\e07b";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-tint:before {
  content: "\f043";
}

.fa-tint-slash:before {
  content: "\f5c7";
}

.fa-tired:before {
  content: "\f5c8";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-toilet:before {
  content: "\f7d8";
}

.fa-toilet-paper:before {
  content: "\f71e";
}

.fa-toilet-paper-slash:before {
  content: "\e072";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tools:before {
  content: "\f7d9";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-torah:before {
  content: "\f6a0";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-tractor:before {
  content: "\f722";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-traffic-light:before {
  content: "\f637";
}

.fa-trailer:before {
  content: "\e041";
}

.fa-train:before {
  content: "\f238";
}

.fa-tram:before {
  content: "\f7da";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-trash-restore:before {
  content: "\f829";
}

.fa-trash-restore-alt:before {
  content: "\f82a";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-trello:before {
  content: "\f181";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-monster:before {
  content: "\f63b";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-truck-pickup:before {
  content: "\f63c";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbraco:before {
  content: "\f8e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-uncharted:before {
  content: "\e084";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-unity:before {
  content: "\e049";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-unsplash:before {
  content: "\e07c";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-usb:before {
  content: "\f287";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-user-check:before {
  content: "\f4fc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-injured:before {
  content: "\f728";
}

.fa-user-lock:before {
  content: "\f502";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-nurse:before {
  content: "\f82f";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-users-cog:before {
  content: "\f509";
}

.fa-users-slash:before {
  content: "\e073";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-vest:before {
  content: "\e085";
}

.fa-vest-patches:before {
  content: "\e086";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vihara:before {
  content: "\f6a7";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-virus:before {
  content: "\e074";
}

.fa-virus-slash:before {
  content: "\e075";
}

.fa-viruses:before {
  content: "\e076";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-voicemail:before {
  content: "\f897";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-mute:before {
  content: "\f6a9";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vote-yea:before {
  content: "\f772";
}

.fa-vr-cardboard:before {
  content: "\f729";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-watchman-monitoring:before {
  content: "\e087";
}

.fa-water:before {
  content: "\f773";
}

.fa-wave-square:before {
  content: "\f83e";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wind:before {
  content: "\f72e";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wine-bottle:before {
  content: "\f72f";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-wodu:before {
  content: "\e088";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yammer:before {
  content: "\f840";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yin-yang:before {
  content: "\f6ad";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-zhihu:before {
  content: "\f63f";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0.1rem;
  margin: -0.1rem;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0.1rem;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*------------------------------------*\
    #Templates
\*------------------------------------*/
.mp-accordion {
  margin-bottom: 6rem;
}
.mp-accordion .accordion-panel {
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #505050;
}
@media screen and (min-width: screen and (min-width: 768px)) {
  .mp-accordion .accordion-panel {
    font-size: 1.8rem;
  }
}
.mp-accordion .accordion-icon {
  transition: transform 350ms ease-in-out;
  border-radius: 50%;
  font-size: 2rem;
  width: 1.25em;
  height: 1.25em;
  flex-shrink: 0;
}
.mp-accordion .accordion-trigger .accordion-title {
  line-height: 1.5;
  margin-bottom: 0;
  text-align: left;
}
.mp-accordion .accordion-trigger .accordion-icon {
  transform: rotate(0deg);
}
.mp-accordion .accordion-trigger + .accordion-panel {
  max-height: 0;
  overflow-y: hidden;
  transition: max-height 350ms ease-in-out, overflow 0ms ease-in-out 0ms;
}
.mp-accordion .accordion-trigger[aria-expanded=true] .accordion-icon {
  transform: rotate(135deg);
}
.mp-accordion .accordion-trigger[aria-expanded=true] + .accordion-panel {
  max-height: 45rem;
  overflow-y: auto;
  transition: max-height 350ms ease-in-out, overflow 0ms ease-in-out 350ms;
}

.paragraph-accordion {
  margin-bottom: 0;
}
@media screen and (min-width: screen and (min-width: 1040px)) {
  .paragraph-accordion {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

/*
======================================
Basic layout used on the Simple Grid Card display mode on Advertising Opportunity node types
======================================
*/
.node-advertising-opportunity.simple-grid-card a:hover .article-image-wrapper img, .node-advertising-opportunity.simple-grid-card a:focus .article-image-wrapper img {
  transform: scale(1.08);
}
.node-advertising-opportunity.simple-grid-card a div {
  position: relative;
}
.node-advertising-opportunity.simple-grid-card a div .article-image-wrapper {
  overflow: hidden;
  min-height: 24.6rem;
}
.node-advertising-opportunity.simple-grid-card a div .article-image-wrapper img {
  transition: transform 0.4s ease;
  height: 100%;
  width: 100%;
  min-height: 24.6rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.node-advertising-opportunity.simple-grid-card a div .article-image-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
  z-index: 1;
}
.node-advertising-opportunity.simple-grid-card a div .article-body-wrapper {
  position: absolute;
  bottom: 0;
  padding: var(--spacing-md);
  z-index: 1;
}
.node-advertising-opportunity.simple-grid-card a div .article-body-wrapper h3 {
  color: var(--color-white);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 2.4rem;
}

.node-advertising-opportunity.full {
  background-color: var(--color-miles-white);
  position: relative;
  z-index: 1;
}
.node-advertising-opportunity.full .body-wrapper {
  padding-top: var(--spacing-lg);
}
@media screen and (min-width: 1040px) {
  .node-advertising-opportunity.full .body-wrapper {
    padding-top: var(--layout-sm);
  }
}
.node-advertising-opportunity.full .advertising-animated-header {
  display: grid;
  background-color: var(--color-light-blue);
}
.node-advertising-opportunity.full .advertising-animated-header #animated-header-title {
  padding-block: var(--spacing-lg) var(--spacing-xl);
  padding-inline: var(--spacing-sm);
}
@media screen and (min-width: 1040px) {
  .node-advertising-opportunity.full .advertising-animated-header {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
  .node-advertising-opportunity.full .advertising-animated-header #animated-header-title {
    padding-block: var(--spacing-lg);
    padding-inline: 2rem 4rem;
    max-width: calc(var(--fixed-container-xl) / 2);
    margin-left: auto;
  }
}
.node-advertising-opportunity.full .sales-contact-wrapper:has(> article:nth-child(2)) {
  display: grid;
  grid-template-areas: "header header" "details contact";
  grid-template-columns: auto 7.2rem;
  gap: var(--spacing-xs) var(--spacing-2xs);
  border-bottom: 1px solid var(--color-gray);
  padding: var(--spacing-xs) var(--spacing-sm) 8.5rem;
}
@media screen and (min-width: 1040px) {
  .node-advertising-opportunity.full .sales-contact-wrapper:has(> article:nth-child(2)) {
    max-width: var(--fixed-container-l);
    margin: 0 auto;
    grid-template-areas: "header details contact";
    grid-template-columns: auto auto auto;
    gap: 0;
    padding-inline: var(--spacing-lg);
    padding-bottom: 11rem;
  }
}
.node-advertising-opportunity.full .sales-contact-wrapper:has(> article:nth-child(2)) > article,
.node-advertising-opportunity.full .sales-contact-wrapper:has(> article:nth-child(2)) > article .node__content {
  display: contents;
}
.node-advertising-opportunity.full .field--name-field-sales-contact {
  margin-bottom: var(--spacing-lg);
}
@media screen and (min-width: 1040px) {
  .node-advertising-opportunity.full .field--name-field-sales-contact {
    margin-bottom: var(--layout-md);
  }
}
/*
======================================
Basic layout used on the Grid Card display mode on Editorial and Research Webinar node types
======================================
*/
.node--research-webinar-recap.grid-card a .article-image-wrapper, .node-article.grid-card a .article-image-wrapper {
  flex: 1 0 auto;
  overflow: hidden;
}
.node--research-webinar-recap.grid-card a .article-image-wrapper img, .node-article.grid-card a .article-image-wrapper img {
  transition: transform 0.4s ease;
  height: 100%;
  width: 100%;
}
.node--research-webinar-recap.grid-card a:hover .article-image-wrapper img, .node-article.grid-card a:hover .article-image-wrapper img, .node--research-webinar-recap.grid-card a:focus .article-image-wrapper img, .node-article.grid-card a:focus .article-image-wrapper img {
  transform: scale(1.08);
}
.node--research-webinar-recap.grid-card a:hover .arrow-cta, .node-article.grid-card a:hover .arrow-cta, .node--research-webinar-recap.grid-card a:focus .arrow-cta, .node-article.grid-card a:focus .arrow-cta {
  color: var(--color-dark-blue);
}
.node--research-webinar-recap.grid-card a:hover .arrow-cta::before, .node-article.grid-card a:hover .arrow-cta::before, .node--research-webinar-recap.grid-card a:focus .arrow-cta::before, .node-article.grid-card a:focus .arrow-cta::before {
  transform: translate(100%, -110%);
}
.node--research-webinar-recap.grid-card a:hover .arrow-cta::after, .node-article.grid-card a:hover .arrow-cta::after, .node--research-webinar-recap.grid-card a:focus .arrow-cta::after, .node-article.grid-card a:focus .arrow-cta::after {
  transform: translate(0, 10%);
}
.node--research-webinar-recap.grid-card a .node__content, .node-article.grid-card a .node__content {
  position: relative;
  gap: var(--spacing-xs);
  height: 100%;
}
@media screen and (min-width: 768px) {
  .node--research-webinar-recap.grid-card a .node__content, .node-article.grid-card a .node__content {
    gap: var(--spacing-md);
  }
}
.node--research-webinar-recap.grid-card a .node__content .article-body-wrapper, .node-article.grid-card a .node__content .article-body-wrapper {
  gap: var(--spacing-sm);
  align-items: flex-start;
  height: 100%;
}
.node--research-webinar-recap.grid-card a .node__content .article-body-wrapper .arrow-cta, .node-article.grid-card a .node__content .article-body-wrapper .arrow-cta {
  margin-top: auto;
}
.node--research-webinar-recap.grid-card a .node__content .article-body-wrapper h3, .node-article.grid-card a .node__content .article-body-wrapper h3 {
  font-size: 2.4rem;
}

.node-article.full {
  margin-top: var(--spacing-lg);
  background-color: var(--color-miles-white);
  position: relative;
  z-index: 1;
}
.node-article.full .hero-image-wrapper {
  padding: 0;
  aspect-ratio: 4/3;
  height: auto;
}
@media screen and (min-width: 768px) {
  .node-article.full .hero-image-wrapper {
    aspect-ratio: 21/9;
  }
}
.node-article.full .hero-image-wrapper .caption, .node-article.full .hero-image-wrapper figcaption,
.node-article.full .hero-image-wrapper figure {
  visibility: hidden;
  opacity: unset;
}
.node-article.full .hero-image-wrapper .caption > p, .node-article.full .hero-image-wrapper figcaption > p,
.node-article.full .hero-image-wrapper figure > p {
  margin: 0;
}
.node-article.full .field--name-field-hero-image img {
  max-width: 100%;
  height: auto;
  aspect-ratio: 4/3;
}
@media screen and (min-width: 768px) {
  .node-article.full .field--name-field-hero-image img {
    aspect-ratio: 21/9;
  }
}
.node-article.full .article-header {
  background-color: var(--color-light-blue);
  padding: var(--spacing-lg) var(--spacing-sm);
}
.node-article.full .article-body-wrapper {
  margin-bottom: var(--spacing-lg);
}
.node-article.full .article-header-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}
.node-article.full .article-content {
  margin-top: var(--spacing-lg);
}
@media screen and (min-width: 768px) {
  .node-article.full .article-content {
    margin-top: var(--spacing-2xl);
  }
}
.node-article.full .author-info {
  display: grid;
  grid-template-areas: "photo name" "photo position";
  gap: 0 var(--spacing-sm);
  grid-template-columns: auto 1fr;
}
.node-article.full .author-name {
  grid-area: name;
  align-self: flex-end;
  gap: 0.4rem;
}
.node-article.full .author-name span:nth-child(2) {
  font-weight: 500;
}
.node-article.full .author-name .link-icon {
  background-image: url("/themes/custom/miles_theme/images/svg/link-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  height: 1.8rem;
  width: 1.8rem;
  display: inline-block;
}
.node-article.full .author-position {
  grid-area: position;
  align-self: flex-start;
}
.node-article.full .dateline {
  color: var(--color-miles-black-60);
  margin-left: 8rem;
}
.node-article.full .author-thumbnail {
  grid-area: photo;
  border-radius: 50%;
  border: 1px solid var(--color-dark-blue);
  padding: 0.5rem;
}
.node-article.full .author-thumbnail img {
  display: block;
  width: 5.5rem;
  height: 5.5rem;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .node-article.full .article-header-content {
    flex-direction: row;
  }
  .node-article.full .dateline {
    margin-left: unset;
  }
}
.node-article.teaser {
  padding-block: var(--spacing-md);
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .node-article.teaser {
    padding-block: var(--spacing-xl);
  }
}
.node-article.teaser .node__content {
  display: grid;
}
@media screen and (min-width: 768px) {
  .node-article.teaser .node__content {
    grid-template-columns: auto 1fr;
    gap: 8rem;
  }
}
.node-article.teaser .article-image-wrapper {
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
}
.node-article.teaser .article-image-wrapper .field--name-field-preview-image {
  overflow: hidden;
  width: -moz-fit-content;
  width: fit-content;
}
.node-article.teaser .article-image-wrapper img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  width: 25rem;
  display: block;
}
.node-article.teaser .article-body-wrapper {
  display: grid;
  grid-template-columns: auto;
  grid-auto-rows: min-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto 0;
  gap: 0 8rem;
  padding-top: var(--spacing-sm);
  grid-template-areas: "title" "date" "body";
}
@media screen and (min-width: 768px) {
  .node-article.teaser .article-body-wrapper {
    padding-top: 0;
    grid-template-columns: minmax(auto, 61.5rem) 1fr 4rem;
    grid-template-areas: "title gap arrow" "date gap arrow" "body gap arrow";
    gap: 0;
  }
}
.node-article.teaser .article-body-wrapper h3 {
  grid-area: title;
  margin: 0;
}
.node-article.teaser .article-body-wrapper .dateline {
  grid-area: date;
  padding-block: var(--spacing-2xs) var(--spacing-sm);
}
.node-article.teaser .article-body-wrapper .field--name-body {
  grid-area: body;
}
.node-article.teaser .article-body-wrapper .field--name-body p {
  margin: 0;
  font: inherit;
}
.node-article.teaser .article-body-wrapper .arrow-only-animation {
  display: none;
}
@media screen and (min-width: 768px) {
  .node-article.teaser .article-body-wrapper .arrow-only-animation {
    grid-area: arrow;
    display: block;
    visibility: visible;
  }
}
/*
======================================
Basic layout used on the Grid Card display mode for the custom Event entity type
======================================
*/
article.event.event--grid_card {
  background-color: #fafafa;
  height: 100%;
}
article.event.event--grid_card a {
  height: 100%;
}
article.event.event--grid_card a .article-image-wrapper {
  overflow: hidden;
  height: 100%;
}
article.event.event--grid_card a .article-image-wrapper .event-start-date {
  font-family: "Bitter", sans-serif;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.5;
  color: var(--color-miles-black);
  background-color: #fafafa;
  text-transform: uppercase;
  padding: 0.5rem 1.5rem 0;
}
article.event.event--grid_card a .article-image-wrapper .event-start-date .day {
  font-family: "Red Hat Display", sans-serif;
  font-size: 2.4rem;
  margin-top: -0.3rem;
}
article.event.event--grid_card a .article-image-wrapper img {
  transition: transform 0.4s ease;
  height: 100%;
  width: 100%;
}
article.event.event--grid_card a:hover .article-image-wrapper img, article.event.event--grid_card a:focus .article-image-wrapper img {
  transform: scale(1.08);
}
article.event.event--grid_card a:hover .arrow-cta, article.event.event--grid_card a:focus .arrow-cta {
  color: var(--color-dark-blue);
}
article.event.event--grid_card a:hover .arrow-cta::before, article.event.event--grid_card a:focus .arrow-cta::before {
  transform: translate(100%, -110%);
}
article.event.event--grid_card a:hover .arrow-cta::after, article.event.event--grid_card a:focus .arrow-cta::after {
  transform: translate(0, 10%);
}
article.event.event--grid_card a .content {
  padding: var(--spacing-sm);
  gap: var(--spacing-lg);
  height: 100%;
  justify-content: space-between;
}
article.event.event--grid_card a .content .title-category {
  gap: var(--spacing-xs);
}
article.event.event--grid_card a .content .title-category h3 {
  font-size: 2.4rem;
}
article.event.event--grid_card a .content .event-dates {
  font-family: "Bitter", sans-serif;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.5;
  color: var(--color-miles-black);
  color: var(--color-miles-black-60);
}

.node-landing:not(.custom-hero) {
  margin-top: var(--spacing-lg);
}
.node-landing:not(.custom-hero) .body-wrapper {
  position: relative;
  background-color: var(--color-miles-white);
  z-index: 1;
}
@media screen and (min-width: 768px) and (max-height: 950px) {
  .node-landing.custom-hero.homepagehero .node__content {
    margin-top: var(--spacing-lg);
  }
}
@media screen and (min-width: 1440px) {
  .node-landing.custom-hero.meetmileshero .body-intro, .node-landing.custom-hero.joinushero .body-intro {
    max-width: 65.5rem;
  }
}
@media screen and (min-width: 1040px) {
  .node-landing.custom-hero.meetmileshero > .node__content, .node-landing.custom-hero.joinushero > .node__content {
    margin-top: -37rem;
  }
}
.node-landing.custom-hero.meetmileshero:is(.joinushero) #diagonal-squares-hero-wrapper h1, .node-landing.custom-hero.joinushero:is(.joinushero) #diagonal-squares-hero-wrapper h1 {
  max-width: 38rem;
  margin: 0 auto 3rem;
}
@media screen and (min-width: 768px) {
  .node-landing.custom-hero.meetmileshero:is(.joinushero) #diagonal-squares-hero-wrapper h1, .node-landing.custom-hero.joinushero:is(.joinushero) #diagonal-squares-hero-wrapper h1 {
    max-width: 45rem;
  }
}
@media screen and (min-width: 1040px) {
  .node-landing.custom-hero.meetmileshero:is(.joinushero) #diagonal-squares-hero-wrapper h1, .node-landing.custom-hero.joinushero:is(.joinushero) #diagonal-squares-hero-wrapper h1 {
    margin: 0 0 4rem;
    width: 85%;
    max-width: 52rem;
  }
}
.node-landing.full .animated-header {
  margin-bottom: var(--spacing-2xs);
}
@media screen and (min-width: 768px) {
  .node-landing.full .animated-header {
    margin-bottom: var(--spacing-md);
  }
}
.node-landing.full .hero-image-wrapper {
  padding-block: unset;
  margin-bottom: var(--layout-md);
  aspect-ratio: 16/9;
  height: auto;
}
@media screen and (min-width: 768px) {
  .node-landing.full .hero-image-wrapper {
    margin-bottom: var(--layout-lg);
  }
}
.node-landing.full .field--name-field-hero-image img {
  aspect-ratio: 16/9;
  max-width: 100%;
  height: auto;
}
.node-landing.full .body-wrapper {
  display: grid;
  justify-content: normal;
  gap: var(--spacing-lg);
  padding-top: initial;
}
@media screen and (min-width: 768px) {
  .node-landing.full .body-wrapper {
    gap: var(--layout-md);
  }
}
.node-landing.full .body-intro {
  max-width: 81.5rem;
  width: 100%;
  margin: unset;
}
.node-landing.full .body-intro p {
  font: inherit;
  line-height: inherit;
}
.node-landing.full .body-content {
  max-width: 60.8rem;
  width: 100%;
  justify-self: flex-end;
}

body.frontpage .node-landing.full.contextual-region {
  position: unset;
}

.node.main-menu-promo {
  cursor: pointer;
}
.node.main-menu-promo .node__content {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: var(--spacing-md);
  align-items: end;
}
.node.main-menu-promo .teaser-image-wrapper {
  visibility: hidden;
}
.node.main-menu-promo .node__links {
  height: 0;
  opacity: 0;
  overflow: hidden;
}
.node.main-menu-promo .landing-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: end;
}
.node.main-menu-promo .landing-text .arrow-only-animation {
  margin-block-end: var(--spacing-sm);
}
.node.main-menu-promo .landing-text .body-content {
  color: var(--color-miles-black-60);
}
.node.main-menu-promo .landing-text .body-content p {
  margin: 0;
}

.node--page {
  margin-top: var(--spacing-lg);
}
.node--page.full {
  background-color: var(--color-miles-white);
  z-index: 1;
  position: relative;
}
.node--page .body-content {
  align-items: flex-start;
}

/*
======================================
Basic layout used on the Grid Card display mode on Editorial and Research Webinar node types
======================================
*/
.node--research-webinar-recap.grid-card a .article-image-wrapper, .node-article.grid-card a .article-image-wrapper {
  flex: 1 0 auto;
  overflow: hidden;
}
.node--research-webinar-recap.grid-card a .article-image-wrapper img, .node-article.grid-card a .article-image-wrapper img {
  transition: transform 0.4s ease;
  height: 100%;
  width: 100%;
}
.node--research-webinar-recap.grid-card a:hover .article-image-wrapper img, .node-article.grid-card a:hover .article-image-wrapper img, .node--research-webinar-recap.grid-card a:focus .article-image-wrapper img, .node-article.grid-card a:focus .article-image-wrapper img {
  transform: scale(1.08);
}
.node--research-webinar-recap.grid-card a:hover .arrow-cta, .node-article.grid-card a:hover .arrow-cta, .node--research-webinar-recap.grid-card a:focus .arrow-cta, .node-article.grid-card a:focus .arrow-cta {
  color: var(--color-dark-blue);
}
.node--research-webinar-recap.grid-card a:hover .arrow-cta::before, .node-article.grid-card a:hover .arrow-cta::before, .node--research-webinar-recap.grid-card a:focus .arrow-cta::before, .node-article.grid-card a:focus .arrow-cta::before {
  transform: translate(100%, -110%);
}
.node--research-webinar-recap.grid-card a:hover .arrow-cta::after, .node-article.grid-card a:hover .arrow-cta::after, .node--research-webinar-recap.grid-card a:focus .arrow-cta::after, .node-article.grid-card a:focus .arrow-cta::after {
  transform: translate(0, 10%);
}
.node--research-webinar-recap.grid-card a .node__content, .node-article.grid-card a .node__content {
  position: relative;
  gap: var(--spacing-xs);
  height: 100%;
}
@media screen and (min-width: 768px) {
  .node--research-webinar-recap.grid-card a .node__content, .node-article.grid-card a .node__content {
    gap: var(--spacing-md);
  }
}
.node--research-webinar-recap.grid-card a .node__content .article-body-wrapper, .node-article.grid-card a .node__content .article-body-wrapper {
  gap: var(--spacing-sm);
  align-items: flex-start;
  height: 100%;
}
.node--research-webinar-recap.grid-card a .node__content .article-body-wrapper .arrow-cta, .node-article.grid-card a .node__content .article-body-wrapper .arrow-cta {
  margin-top: auto;
}
.node--research-webinar-recap.grid-card a .node__content .article-body-wrapper h3, .node-article.grid-card a .node__content .article-body-wrapper h3 {
  font-size: 2.4rem;
}

.node--research-webinar-recap.full {
  position: relative;
  top: calc(-1 * var(--header-offset));
  z-index: 1;
  background-color: var(--color-miles-white);
}
.node--research-webinar-recap.full .hero-wrapper {
  position: relative;
  padding-block: 0;
  display: grid;
  min-height: 40dvh;
}
.node--research-webinar-recap.full .hero-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0) 80%, #FFF 100%);
}
.node--research-webinar-recap.full .hero-wrapper .research-play-text {
  visibility: hidden;
}
.node--research-webinar-recap.full .hero-wrapper #research-play-button {
  cursor: pointer;
  margin-top: -2.8rem;
  visibility: hidden;
}
.node--research-webinar-recap.full .animated-header {
  display: flex;
  grid-column: 1/2;
  grid-row: 1/2;
  padding-block: var(--header-offset) 0;
  padding-inline: var(--spacing-sm);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .node--research-webinar-recap.full .animated-header {
    align-items: center;
  }
}
.node--research-webinar-recap.full .animated-header .header-eyebrow {
  margin: 0;
}
.node--research-webinar-recap.full .body-wrapper {
  display: grid;
  justify-content: normal;
  gap: var(--spacing-lg);
}
@media screen and (min-width: 768px) {
  .node--research-webinar-recap.full .body-wrapper {
    gap: var(--layout-md);
  }
}
.node--research-webinar-recap.full .body-intro {
  max-width: 81.5rem;
  margin: unset;
}
.node--research-webinar-recap.full .body-intro p {
  font: inherit;
  line-height: inherit;
}
.node--research-webinar-recap.full .body-content {
  max-width: 60.8rem;
  justify-self: flex-end;
}
.node--research-webinar-recap.full .image-wrapper {
  display: block;
  grid-column: 1/2;
  grid-row: 1/2;
  position: relative;
}
.node--research-webinar-recap.full .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0) 80%, #FFF 100%);
}
.node--research-webinar-recap.full .research-play-text {
  visibility: hidden;
}
.node--research-webinar-recap.full #research-play-button {
  cursor: pointer;
  margin-top: -2.8rem;
  visibility: hidden;
}

body.nodetype--research_webinar_recap #block-miles-theme-primary-local-tasks {
  z-index: 2;
  top: 35rem;
}

/*------------------------------------*\
    #Media query
\*------------------------------------*/
/*------------------------------------*\
    #Breakpoints
\*------------------------------------*/
:root {
  --swiper-navigation-size: 30px;
}

.node--staff-member--full,
.node--staff-member--teaser-reveal {
  background-color: var(--color-light-gray-50);
}
.node--staff-member--full .node__content,
.node--staff-member--teaser-reveal .node__content {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-inline: 2rem;
}
.node--staff-member--full .node__content .about-section,
.node--staff-member--teaser-reveal .node__content .about-section {
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .node--staff-member--full .node__content .about-section,
  .node--staff-member--teaser-reveal .node__content .about-section {
    flex-direction: row;
    gap: 9.3rem;
  }
}
.node--staff-member--full .node__content .details-section,
.node--staff-member--teaser-reveal .node__content .details-section {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .node--staff-member--full .node__content .details-section,
  .node--staff-member--teaser-reveal .node__content .details-section {
    max-width: 60.8rem;
  }
}
.node--staff-member--full .node__content .photos-wrapper,
.node--staff-member--teaser-reveal .node__content .photos-wrapper {
  position: relative;
  flex-shrink: 0;
  width: 26.5rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .node--staff-member--full .node__content .photos-wrapper,
  .node--staff-member--teaser-reveal .node__content .photos-wrapper {
    margin-inline: 4rem 0;
  }
}
@media screen and (min-width: 1040px) {
  .node--staff-member--full .node__content .photos-wrapper,
  .node--staff-member--teaser-reveal .node__content .photos-wrapper {
    width: 43.4rem;
    margin-inline: 6rem 4rem;
  }
}
@media screen and (min-width: 1440px) {
  .node--staff-member--full .node__content .photos-wrapper,
  .node--staff-member--teaser-reveal .node__content .photos-wrapper {
    margin-inline: 0 6rem;
  }
}
.node--staff-member--full .node__content .photos-wrapper .swiper-wrapper > .swiper-slide,
.node--staff-member--teaser-reveal .node__content .photos-wrapper .swiper-wrapper > .swiper-slide {
  position: relative;
}
.node--staff-member--full .node__content .photos-wrapper .swiper-wrapper > .swiper-slide::before,
.node--staff-member--teaser-reveal .node__content .photos-wrapper .swiper-wrapper > .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 149, 213, 0.6) 0%, rgba(0, 149, 213, 0.6) 100%);
  opacity: 0.6;
  transition: opacity 0.3s ease-in-out;
  z-index: 1;
}
.node--staff-member--full .node__content .photos-wrapper .swiper-wrapper > .swiper-slide.swiper-slide-active::before,
.node--staff-member--teaser-reveal .node__content .photos-wrapper .swiper-wrapper > .swiper-slide.swiper-slide-active::before {
  opacity: 0;
}
.node--staff-member--full .node__content .photos-wrapper > p,
.node--staff-member--teaser-reveal .node__content .photos-wrapper > p {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  bottom: 0;
  color: var(--color-miles-black-60);
  font-size: 1.2rem;
}
.node--staff-member--full .node__content .photos-wrapper img,
.node--staff-member--teaser-reveal .node__content .photos-wrapper img {
  display: block;
}
.node--staff-member--full .node__content .line,
.node--staff-member--teaser-reveal .node__content .line {
  display: block;
  background: var(--color-miles-black-40);
  height: 1px;
}
@media screen and (min-width: 768px) {
  .node--staff-member--full .node__content .staff-title-wrapper,
  .node--staff-member--teaser-reveal .node__content .staff-title-wrapper {
    padding-bottom: var(--spacing-sm);
  }
}
.node--staff-member--full .node__content .staff-title-wrapper h1,
.node--staff-member--full .node__content .staff-title-wrapper .staff-position,
.node--staff-member--teaser-reveal .node__content .staff-title-wrapper h1,
.node--staff-member--teaser-reveal .node__content .staff-title-wrapper .staff-position {
  overflow: hidden;
}
.node--staff-member--full .node__content .staff-title-wrapper h1 > span,
.node--staff-member--teaser-reveal .node__content .staff-title-wrapper h1 > span {
  display: block;
}
.node--staff-member--full .node__content .details-content,
.node--staff-member--teaser-reveal .node__content .details-content {
  margin-top: 7rem;
}
@media screen and (min-width: 768px) {
  .node--staff-member--full .node__content .details-content,
  .node--staff-member--teaser-reveal .node__content .details-content {
    margin-top: unset;
  }
}
.node--staff-member--full .node__content .details-content > :first-child,
.node--staff-member--teaser-reveal .node__content .details-content > :first-child {
  margin-top: var(--spacing-lg);
}
.node--staff-member--full .node__content .staff-position,
.node--staff-member--teaser-reveal .node__content .staff-position {
  display: flex;
  align-items: center;
  gap: var(--spacing-2xs);
}
.node--staff-member--full .node__content .staff-position > p,
.node--staff-member--teaser-reveal .node__content .staff-position > p {
  margin: 0;
}
.node--staff-member--full .node__content .linkedin-icon,
.node--staff-member--teaser-reveal .node__content .linkedin-icon {
  background-image: url("/themes/custom/miles_theme/images/svg/linkedin-icon.svg");
  background-repeat: no-repeat;
  position: relative;
  height: 1.8rem;
  width: 1.8rem;
  display: inline-block;
}
.node--staff-member--full .node__content .link-icon,
.node--staff-member--teaser-reveal .node__content .link-icon {
  background-image: url("/themes/custom/miles_theme/images/svg/link-icon.svg");
  background-repeat: no-repeat;
  position: relative;
  height: 2.4rem;
  width: 2.4rem;
  display: inline-block;
}
.node--staff-member--full .node__content .staff-testimonial,
.node--staff-member--teaser-reveal .node__content .staff-testimonial {
  color: var(--color-dark-blue);
}
.node--staff-member--full .node__content .staff-testimonial:first-child,
.node--staff-member--teaser-reveal .node__content .staff-testimonial:first-child {
  margin-block: var(--spacing-lg);
}
.node--staff-member--full .node__content .staff-core-value,
.node--staff-member--teaser-reveal .node__content .staff-core-value {
  display: flex;
  gap: 2.4rem;
  flex-direction: column;
}
@media screen and (min-width: 1040px) {
  .node--staff-member--full .node__content .staff-core-value,
  .node--staff-member--teaser-reveal .node__content .staff-core-value {
    flex-direction: row;
  }
}
.node--staff-member--full .node__content .core-value-text,
.node--staff-member--teaser-reveal .node__content .core-value-text {
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
}
.node--staff-member--full .node__content .core-value-text > p,
.node--staff-member--teaser-reveal .node__content .core-value-text > p {
  margin: 0;
}
.node--staff-member--full .node__content .core-value-text > p:first-child,
.node--staff-member--teaser-reveal .node__content .core-value-text > p:first-child {
  font-weight: 700;
}
.node--staff-member--full .node__content .core-value-icon,
.node--staff-member--teaser-reveal .node__content .core-value-icon {
  position: relative;
  height: 6.4rem;
  width: 6.4rem;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
}
.node--staff-member--full .node__content .core-value-icon.impactful,
.node--staff-member--teaser-reveal .node__content .core-value-icon.impactful {
  background-image: url("/themes/custom/miles_theme/images/svg/Impactful.svg");
}
.node--staff-member--full .node__content .core-value-icon.curious,
.node--staff-member--teaser-reveal .node__content .core-value-icon.curious {
  background-image: url("/themes/custom/miles_theme/images/svg/Curious.svg");
}
.node--staff-member--full .node__content .core-value-icon.open,
.node--staff-member--teaser-reveal .node__content .core-value-icon.open {
  background-image: url("/themes/custom/miles_theme/images/svg/Open.svg");
}
.node--staff-member--full .node__content .core-value-icon.passionate,
.node--staff-member--teaser-reveal .node__content .core-value-icon.passionate {
  background-image: url("/themes/custom/miles_theme/images/svg/Passion.svg");
}
.node--staff-member--full .node__content .core-value-icon.collaborative,
.node--staff-member--teaser-reveal .node__content .core-value-icon.collaborative {
  background-image: url("/themes/custom/miles_theme/images/svg/Collaborative.svg");
}
.node--staff-member--full .node__content .swiper-button-next, .node--staff-member--full .node__content .swiper-button-prev,
.node--staff-member--teaser-reveal .node__content .swiper-button-next,
.node--staff-member--teaser-reveal .node__content .swiper-button-prev {
  top: 106%;
  color: #67737A;
}
.node--staff-member--full .node__content .swiper-button-prev, .node--staff-member--full .node__content .swiper-rtl .swiper-button-next,
.node--staff-member--teaser-reveal .node__content .swiper-button-prev,
.node--staff-member--teaser-reveal .node__content .swiper-rtl .swiper-button-next {
  left: 105px;
}
.node--staff-member--full .node__content .swiper-button-next, .node--staff-member--full .node__content .swiper-rtl .swiper-button-prev,
.node--staff-member--teaser-reveal .node__content .swiper-button-next,
.node--staff-member--teaser-reveal .node__content .swiper-rtl .swiper-button-prev {
  right: 105px;
}
.node--staff-member--full .node__content .swiper-button-next.swiper-button-disabled, .node--staff-member--full .node__content .swiper-button-prev.swiper-button-disabled,
.node--staff-member--teaser-reveal .node__content .swiper-button-next.swiper-button-disabled,
.node--staff-member--teaser-reveal .node__content .swiper-button-prev.swiper-button-disabled {
  display: none;
}
@media screen and (min-width: 1040px) {
  .node--staff-member--full .node__content .swiper-button-next, .node--staff-member--full .node__content .swiper-button-prev,
  .node--staff-member--teaser-reveal .node__content .swiper-button-next,
  .node--staff-member--teaser-reveal .node__content .swiper-button-prev {
    top: 105%;
  }
  .node--staff-member--full .node__content .swiper-button-prev, .node--staff-member--full .node__content .swiper-rtl .swiper-button-next,
  .node--staff-member--teaser-reveal .node__content .swiper-button-prev,
  .node--staff-member--teaser-reveal .node__content .swiper-rtl .swiper-button-next {
    left: 185px;
  }
  .node--staff-member--full .node__content .swiper-button-next, .node--staff-member--full .node__content .swiper-rtl .swiper-button-prev,
  .node--staff-member--teaser-reveal .node__content .swiper-button-next,
  .node--staff-member--teaser-reveal .node__content .swiper-rtl .swiper-button-prev {
    right: 195px;
  }
}

.node--staff-member--full {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: var(--layout-md);
  padding-bottom: var(--spacing-lg);
}
@media screen and (min-width: 768px) {
  .node--staff-member--full {
    padding-bottom: var(--layout-md);
  }
}
.node--staff-member--full .view-all-staff-cta {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: var(--spacing-2xs);
  margin-bottom: var(--spacing-sm);
}
.node--staff-member--full .view-all-staff-cta .tiny-staff-circles-wrapper {
  display: flex;
  flex-direction: row;
  visibility: hidden;
}
.node--staff-member--full .view-all-staff-cta .tiny-staff-circle {
  visibility: hidden;
  margin-inline: -2.5px;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background-size: contain;
  border: 0.5px solid var(--miles-light-gray);
}
.node--staff-member--full .view-all-staff-cta .tiny-staff-circle:nth-child(1) {
  z-index: 1;
}
.node--staff-member--full .view-all-staff-cta .tiny-staff-circle:nth-child(2) {
  z-index: 2;
}
.node--staff-member--full .view-all-staff-cta .tiny-staff-circle:nth-child(3) {
  z-index: 3;
}
.node--staff-member--full .view-all-staff-cta .tiny-staff-circle.steve {
  background-image: url("/themes/custom/miles_theme/images/tiny-staff-circles-steve.jpg");
}
.node--staff-member--full .view-all-staff-cta .tiny-staff-circle.lara {
  background-image: url("/themes/custom/miles_theme/images/tiny-staff-circles-lara.jpg");
}
.node--staff-member--full .view-all-staff-cta .tiny-staff-circle.ant {
  background-image: url("/themes/custom/miles_theme/images/tiny-staff-circles-ant.jpg");
}
.node--staff-member--full .view-all-staff-cta > a,
.node--staff-member--full .swiper-wrapper > .swiper-slide,
.node--staff-member--full .photos-cta,
.node--staff-member--full .details-content > *,
.node--staff-member--full .staff-position > *,
.node--staff-member--full h1 > span {
  visibility: hidden;
}
.node--staff-member--full .node__content .line {
  width: 0;
  display: none;
}
@media screen and (min-width: 768px) {
  .node--staff-member--full .node__content .line {
    display: block;
  }
}
.node--staff-member--full + .staff-member-articles .views-element-container {
  width: 100%;
}
.node--staff-member--full + .staff-member-articles .view-content > * {
  visibility: hidden;
}
.node--staff-member--full + .staff-member-articles .view-content > * .arrow-only-animation {
  visibility: hidden;
}

.node--staff-member--teaser-reveal.contextual-region {
  position: unset;
}
.node--staff-member--teaser-reveal .node__content {
  padding-block: var(--spacing-lg);
}
@media screen and (min-width: 768px) {
  .node--staff-member--teaser-reveal .node__content {
    padding-block: var(--layout-md);
  }
}
.node--staff-member--teaser-reveal .node__content .staff-testimonial:first-child {
  margin-top: 0;
}
.node--staff-member--teaser-reveal .close-wrapper {
  display: none;
}
@media screen and (min-width: 768px) {
  .node--staff-member--teaser-reveal .close-wrapper {
    display: flex;
    position: relative;
    right: 5rem;
    align-items: center;
    gap: var(--spacing-xs);
    cursor: pointer;
  }
}
.node--staff-member--teaser-reveal .staff-title-wrapper > div {
  margin-bottom: 2rem;
}
.node--staff-member--teaser-reveal .photos-wrapper {
  display: none;
}
@media screen and (min-width: 768px) {
  .node--staff-member--teaser-reveal .photos-wrapper {
    display: block;
  }
}
.node--staff-member--teaser-reveal .close-button {
  display: inline-block;
  width: 2.7rem;
  height: 2.7rem;
  transform: rotate(45deg);
  background-image: url("/themes/custom/miles_theme/images/svg/plus.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.staff-member-articles {
  position: relative;
  z-index: 1;
  background-color: var(--color-miles-white);
}
.staff-member-articles.add-bottom {
  margin-bottom: 0;
  padding-bottom: 64px;
}
@media screen and (min-width: 768px) {
  .staff-member-articles.add-bottom {
    padding-bottom: 120px;
  }
}

/*------------------------------------*\
    #Media query
\*------------------------------------*/
/*------------------------------------*\
    #Breakpoints
\*------------------------------------*/
.has-reveal-open .node--staff-member.teaser:not(.reveal-open) {
  opacity: 0.5;
  pointer-events: none;
}
.has-reveal-open .node--staff-member.teaser.reveal-open .staff-teaser-photos-wrapper::before {
  opacity: 0.8;
}

.node--staff-member--teaser {
  width: 29.2rem;
  transition: opacity 0.3s ease;
}
.node--staff-member--teaser.reveal-open .plus {
  transform: rotate(45deg);
}
.node--staff-member--teaser.reveal-open .staff-teaser-reveal-wrapper {
  margin-top: 1.6rem;
}
@media screen and (min-width: 768px) {
  .node--staff-member--teaser.reveal-open .staff-teaser-reveal-wrapper {
    margin-top: 5rem;
  }
}
.node--staff-member--teaser .staff-teaser-title-wrapper {
  margin-top: var(--spacing-xs);
  display: flex;
}
.node--staff-member--teaser .staff-teaser-photos-wrapper {
  position: relative;
  height: 36.5rem;
}
.node--staff-member--teaser .staff-teaser-photos-wrapper::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 149, 213, 0.5019607843);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.node--staff-member--teaser .staff-teaser-photos-wrapper > .media-image {
  position: absolute;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.node--staff-member--teaser .staff-teaser-photos-wrapper > .media-image:first-child {
  opacity: 1;
}
.node--staff-member--teaser .staff-teaser-title-text {
  flex: auto;
}
.node--staff-member--teaser .staff-teaser-title-text > * {
  margin: 0;
}
.node--staff-member--teaser .staff-teaser-title-text h3 {
  transition: all 0.3s ease;
}
.node--staff-member--teaser .plus {
  display: inline-block;
  width: 3rem;
  flex: 1;
  background-image: url("/themes/custom/miles_theme/images/svg/plus.svg");
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s ease;
  flex: auto;
}
.node--staff-member--teaser .staff-teaser {
  cursor: pointer;
}
.node--staff-member--teaser .staff-teaser-reveal-wrapper {
  max-height: 0;
  overflow: hidden;
  position: relative;
  width: 100vw;
}
.node--staff-member--teaser:hover .plus {
  filter: invert(26%) sepia(65%) saturate(2461%) hue-rotate(184deg) brightness(98%) contrast(101%);
}
.node--staff-member--teaser:hover .staff-teaser-title-text h3 {
  color: var(--color-dark-blue);
}

/*------------------------------------*\
    #Media query
\*------------------------------------*/
/*------------------------------------*\
    #Typesetting
\*------------------------------------*/
/**
Use https://www.cssfontstack.com/ and https://meowni.ca/font-style-matcher/ to pick
system fonts that are reasonably close to any web fonts needed for the project.

This improves performance, avoids Flash Of Invisible Text (FOIT) and minimises
Flash of Unstyled Content (FOUC) - see https://helenvholmes.com/writing/type-is-your-right/

Be sure to include fonts for both Mac OS and Windows. Use quote marks around
fonts with white space in their name.

When Font Face Observer has detected that the @font-face files are loaded, then we
can safely use the web fonts instead of the system fonts.
 */
/*------------------------------------*\
    #Breakpoints
\*------------------------------------*/
.sharing-author-block {
  max-width: var(--fixed-container-sm);
  margin: 0 auto 1.6rem;
}
.sharing-author-block .share-section {
  padding-bottom: var(--spacing-xl);
  padding-top: var(--spacing-md);
  border-top: 1px solid var(--color-gray);
}
.sharing-author-block .node--staff-member--author-block .details-section {
  background-color: var(--color-light-blue);
  padding: var(--spacing-md) var(--spacing-lg);
  display: grid;
  grid-template-areas: "photo" "details";
  gap: var(--spacing-lg);
}
.sharing-author-block .node--staff-member--author-block .details-section .author-thumbnail {
  grid-area: photo;
  width: 12rem;
  height: 12rem;
}
.sharing-author-block .node--staff-member--author-block .details-section .author-thumbnail img {
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
}
.sharing-author-block .node--staff-member--author-block .details-section .staff-title-wrapper {
  grid-area: details;
}
.sharing-author-block .node--staff-member--author-block .details-section .staff-title-wrapper h5 {
  font-family: "Bitter", sans-serif;
  gap: 0.4rem;
}
.sharing-author-block .node--staff-member--author-block .details-section .staff-title-wrapper .link-icon {
  background-image: url("/themes/custom/miles_theme/images/svg/link-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  height: 1.8rem;
  width: 1.8rem;
  display: inline-block;
}
.sharing-author-block .node--staff-member--author-block .details-section .staff-title-wrapper .staff-testimonial > p {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .sharing-author-block .node--staff-member--author-block .details-section {
    grid-template-areas: "photo details";
    gap: 0 var(--spacing-lg);
  }
}

/*------------------------------------*\
    #Breakpoints
\*------------------------------------*/
.node--staff-member--sales-contact {
  padding: var(--spacing-xs) var(--spacing-sm);
  border-bottom: 1px solid var(--color-gray);
}
@media screen and (min-width: 1040px) {
  .node--staff-member--sales-contact {
    padding: var(--spacing-md) var(--spacing-sm);
  }
}
.node--staff-member--sales-contact .node__content {
  display: grid;
  grid-template-areas: "header header" "details contact";
  grid-template-columns: auto 7.2rem;
  gap: var(--spacing-xs) var(--spacing-2xs);
}
@media screen and (min-width: 1040px) {
  .node--staff-member--sales-contact .node__content {
    max-width: var(--fixed-container-l);
    margin: 0 auto;
    grid-template-areas: "header details contact";
    grid-template-columns: auto auto auto;
    gap: 0;
    padding-inline: var(--spacing-lg);
  }
  .node--staff-member--sales-contact .node__content .staff-sales-contact-header,
  .node--staff-member--sales-contact .node__content .staff-details-wrapper,
  .node--staff-member--sales-contact .node__content .staff-contact-wrapper {
    padding-inline: var(--spacing-md);
  }
}
.node--staff-member--sales-contact .link-icon {
  background-image: url("/themes/custom/miles_theme/images/svg/link-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  height: 1.8rem;
  width: 1.8rem;
  display: inline-block;
}
.node--staff-member--sales-contact .staff-sales-contact-header {
  grid-area: header;
  margin: 0;
}
@media screen and (min-width: 1040px) {
  .node--staff-member--sales-contact .staff-sales-contact-header {
    font-weight: 500;
  }
}
.node--staff-member--sales-contact .staff-details-wrapper {
  grid-area: details;
  display: grid;
  grid-template-columns: 4.5rem auto;
  gap: var(--spacing-2xs);
}
@media screen and (min-width: 1040px) {
  .node--staff-member--sales-contact .staff-details-wrapper {
    border-inline: 1px solid var(--color-gray);
    grid-template-columns: 8.2rem auto;
    gap: var(--spacing-md);
  }
}
.node--staff-member--sales-contact .staff-thumbnail {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  padding: 2px;
  border: 1px solid var(--color-dark-blue);
}
@media screen and (min-width: 1040px) {
  .node--staff-member--sales-contact .staff-thumbnail {
    width: 8.2rem;
    height: 8.2rem;
    padding: 5px;
  }
}
.node--staff-member--sales-contact .staff-thumbnail img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.node--staff-member--sales-contact .staff-title-wrapper {
  align-self: center;
}
.node--staff-member--sales-contact .staff-contact-wrapper {
  grid-area: contact;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-self: center;
  height: 100%;
  gap: var(--spacing-2xs);
}
@media screen and (min-width: 1040px) {
  .node--staff-member--sales-contact .staff-contact-wrapper {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    height: auto;
  }
}
.node--staff-member--sales-contact .staff-contact-wrapper > div[class*=staff] {
  display: flex;
  flex-direction: row;
  gap: var(--spacing-2xs);
  height: 100%;
  align-items: center;
}
.node--staff-member--sales-contact .staff-contact-wrapper > div[class*=staff]:is(.staff-email) > a:not(.unstyle) {
  overflow-wrap: unset;
}
.node--staff-member--sales-contact .staff-contact-wrapper > div[class*=staff] > a {
  height: 1.8rem;
  line-height: 1;
}
.node--staff-member--sales-contact .staff-contact-wrapper > div[class*=staff] > a:not(.unstyle) {
  display: none;
}
@media screen and (min-width: 1040px) {
  .node--staff-member--sales-contact .staff-contact-wrapper > div[class*=staff] > a:not(.unstyle) {
    display: block;
  }
}
.node--staff-member--sales-contact:first-child:not(:only-child) {
  display: contents;
  border-bottom: unset;
  padding: var(--spacing-xs) var(--spacing-sm) 0;
}
@media screen and (min-width: 1040px) {
  .node--staff-member--sales-contact:first-child:not(:only-child) {
    padding: var(--spacing-md) var(--spacing-sm);
  }
}
.node--staff-member--sales-contact:nth-child(2) {
  display: contents;
  padding: 0 var(--spacing-sm) var(--spacing-xs);
}
@media screen and (min-width: 1040px) {
  .node--staff-member--sales-contact:nth-child(2) {
    padding: var(--spacing-sm) var(--spacing-md);
  }
}
.node--staff-member--sales-contact:nth-child(2) > .node__content > * {
  position: relative;
  top: 7rem;
}
@media screen and (min-width: 1040px) {
  .node--staff-member--sales-contact:nth-child(2) > .node__content > * {
    top: 10rem;
  }
}
.node--staff-member--sales-contact:nth-child(2) .staff-sales-contact-header {
  display: none;
}
@media screen and (min-width: 1040px) {
  .node--staff-member--sales-contact:nth-child(2) .staff-sales-contact-header {
    display: block;
    visibility: hidden;
  }
}

@media screen and (min-width: 768px) {
  .paragraph-banner-cta {
    background: linear-gradient(to bottom, transparent 10%, var(--color-dark-blue) 10%, var(--color-dark-blue) 90%, transparent 90%);
    background-clip: content-box;
  }
}
.paragraph-banner-cta .banner-cta-content {
  display: grid;
  grid-template-areas: "image" "heading";
}
@media screen and (min-width: 768px) {
  .paragraph-banner-cta .banner-cta-content {
    grid-template-columns: 60% 40%;
    grid-template-areas: "heading image";
  }
}
.paragraph-banner-cta .banner-cta-heading {
  grid-area: heading;
  display: flex;
  flex-direction: column;
  background-color: var(--color-dark-blue);
  padding-inline: var(--spacing-sm);
}
@media screen and (min-width: 768px) {
  .paragraph-banner-cta .banner-cta-heading {
    padding-inline: 0;
    height: 80%;
    justify-content: center;
  }
}
.paragraph-banner-cta .field--name-field-image {
  grid-area: image;
  margin-bottom: -12rem;
}
.paragraph-banner-cta .field--name-field-image .field--name-field-media-image {
  max-width: 47.2rem;
  padding-inline: 1.6rem;
  margin: 0 auto;
}
.paragraph-banner-cta .field--name-field-image img {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .paragraph-banner-cta .field--name-field-image {
    margin-bottom: unset;
  }
}
.paragraph-banner-cta.has-image .banner-cta-heading {
  padding-block: var(--layout-2xl) var(--spacing-xl);
}
@media screen and (min-width: 768px) {
  .paragraph-banner-cta.has-image .banner-cta-heading {
    padding-block: var(--layout-md);
  }
}

/*------------------------------------*\
    #Media query
\*------------------------------------*/
/*------------------------------------*\
    #Breakpoints
\*------------------------------------*/
.paragraph-body-image {
  flex-direction: column;
  gap: var(--spacing-md);
  padding-block: 0 var(--spacing-sm);
}
.paragraph-body-image .field--name-field-body {
  max-width: var(--fixed-container-sm);
  width: 100%;
}
.paragraph-body-image .field--name-field-images {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: var(--spacing-sm);
  align-items: baseline;
}
.paragraph-body-image .field--name-field-images > .field__item {
  max-width: var(--fixed-container-m);
}
.paragraph-body-image .field--name-field-images img {
  display: block;
}

/*------------------------------------*\
    #Media query
\*------------------------------------*/
/*------------------------------------*\
    #Breakpoints
\*------------------------------------*/
.paragraph-body-image.node-type--landing .field--name-field-images {
  align-self: center;
}
.paragraph-body-image.node-type--landing .field--name-field-body {
  align-self: end;
}
@media screen and (min-width: 1440px) {
  .paragraph-body-image.node-type--landing.layout--body-first {
    flex-direction: row-reverse;
  }
  .paragraph-body-image.node-type--landing.layout--body-first .field--name-field-images {
    align-self: flex-start;
  }
}

.paragraph-video {
  position: relative;
  aspect-ratio: 16/9;
  padding: 0;
  margin-bottom: var(--spacing-lg);
}
@media screen and (min-width: 768px) {
  .paragraph-video {
    margin-bottom: var(--spacing-2xl);
  }
}
.paragraph-video .field--name-field-cover-image {
  display: flex;
  position: relative;
  z-index: 1;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.paragraph-video .field--name-field-cover-image::before {
  content: "";
  display: block;
  position: absolute;
  height: 6.4rem;
  width: 6.4rem;
  background-image: url("/themes/custom/miles_theme/images/svg/play-button.svg");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  transition: all 0.3s ease;
}
.paragraph-video .field--name-field-cover-image .field--name-field-media-image::before {
  content: "";
  display: block;
  position: absolute;
  background-color: var(--color-miles-white);
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 0.3s ease;
}
.paragraph-video .field--name-field-cover-image:hover::before {
  scale: 1.2;
}
.paragraph-video .field--name-field-cover-image:hover .field--name-field-media-image::before {
  opacity: 0.4;
}
.paragraph-video .field--name-field-cover-image + .field--name-field-media-oembed-video {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
}
.paragraph-video .field--name-field-media-oembed-video,
.paragraph-video .media-remote-video,
.paragraph-video .vimeo-video-container,
.paragraph-video .yt-video-container {
  height: 100%;
}
.paragraph-video .media-image {
  width: 100%;
}
.paragraph-video .field--name-field-video,
.paragraph-video .video-embed {
  width: 100%;
  height: 100%;
}
.paragraph-video .field--name-field-video iframe,
.paragraph-video .video-embed iframe {
  width: 100%;
  height: 100%;
}
.paragraph-video .field--name-field-media-image img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 1040px) {
  .view.view-how-we-think .view-filters .form--inline details .details-wrapper .form-item:first-child {
    margin-right: auto;
  }
}
.view.view-how-we-think .view-content {
  border-bottom: 1px solid var(--color-gray);
  padding-bottom: 2rem;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-2xs);
  width: 100%;
  margin: 0 auto;
}
.view.view-how-we-think .view-content article {
  padding-bottom: var(--spacing-xl);
}
.view.view-how-we-think .view-content.is-first-page.no-filters-applied {
  gap: var(--spacing-md);
}
.view.view-how-we-think .view-content.is-first-page.no-filters-applied article {
  padding-bottom: unset;
}
.view.view-how-we-think .view-content.is-first-page.no-filters-applied > *:nth-child(1) .article-image-wrapper,
.view.view-how-we-think .view-content.is-first-page.no-filters-applied > *:nth-child(2) .article-image-wrapper,
.view.view-how-we-think .view-content.is-first-page.no-filters-applied > *:nth-child(3) .article-image-wrapper {
  position: relative;
  min-height: 24.6rem;
}
.view.view-how-we-think .view-content.is-first-page.no-filters-applied > *:nth-child(1) .article-image-wrapper img,
.view.view-how-we-think .view-content.is-first-page.no-filters-applied > *:nth-child(2) .article-image-wrapper img,
.view.view-how-we-think .view-content.is-first-page.no-filters-applied > *:nth-child(3) .article-image-wrapper img {
  min-height: 24.6rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.view.view-how-we-think .view-content.is-first-page.no-filters-applied > *:nth-child(1) .article-image-wrapper::before,
.view.view-how-we-think .view-content.is-first-page.no-filters-applied > *:nth-child(2) .article-image-wrapper::before,
.view.view-how-we-think .view-content.is-first-page.no-filters-applied > *:nth-child(3) .article-image-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
  z-index: 1;
}
.view.view-how-we-think .view-content.is-first-page.no-filters-applied > *:nth-child(1) .article-body-wrapper,
.view.view-how-we-think .view-content.is-first-page.no-filters-applied > *:nth-child(2) .article-body-wrapper,
.view.view-how-we-think .view-content.is-first-page.no-filters-applied > *:nth-child(3) .article-body-wrapper {
  position: absolute;
  bottom: 0;
  padding: var(--spacing-md);
  z-index: 1;
}
.view.view-how-we-think .view-content.is-first-page.no-filters-applied > *:nth-child(1) .article-body-wrapper h3,
.view.view-how-we-think .view-content.is-first-page.no-filters-applied > *:nth-child(2) .article-body-wrapper h3,
.view.view-how-we-think .view-content.is-first-page.no-filters-applied > *:nth-child(3) .article-body-wrapper h3 {
  color: var(--color-white);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.view.view-how-we-think .view-content.is-first-page.no-filters-applied > *:nth-child(1) .article-body-wrapper .arrow-cta,
.view.view-how-we-think .view-content.is-first-page.no-filters-applied > *:nth-child(2) .article-body-wrapper .arrow-cta,
.view.view-how-we-think .view-content.is-first-page.no-filters-applied > *:nth-child(3) .article-body-wrapper .arrow-cta {
  display: none;
}
@media screen and (min-width: 768px) {
  .view.view-how-we-think .view-content.is-first-page.no-filters-applied {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: minmax(100px, auto);
    max-width: none;
  }
  .view.view-how-we-think .view-content.is-first-page.no-filters-applied > *:nth-child(1) .article-image-wrapper,
  .view.view-how-we-think .view-content.is-first-page.no-filters-applied > *:nth-child(2) .article-image-wrapper,
  .view.view-how-we-think .view-content.is-first-page.no-filters-applied > *:nth-child(3) .article-image-wrapper {
    min-height: unset;
  }
  .view.view-how-we-think .view-content.is-first-page.no-filters-applied > *:nth-child(1) .article-image-wrapper img,
  .view.view-how-we-think .view-content.is-first-page.no-filters-applied > *:nth-child(2) .article-image-wrapper img,
  .view.view-how-we-think .view-content.is-first-page.no-filters-applied > *:nth-child(3) .article-image-wrapper img {
    min-height: unset;
    -o-object-fit: unset;
       object-fit: unset;
  }
  .view.view-how-we-think .view-content.is-first-page.no-filters-applied > *:nth-child(1) {
    grid-column: span 2;
    grid-row: span 1;
  }
  .view.view-how-we-think .view-content.is-first-page.no-filters-applied > *:nth-child(1) .article-image-wrapper {
    height: 100%;
  }
  .view.view-how-we-think .view-content.is-first-page.no-filters-applied > *:nth-child(1) .article-image-wrapper > div {
    height: 100%;
  }
  .view.view-how-we-think .view-content.is-first-page.no-filters-applied > *:nth-child(1) .article-image-wrapper > div a, .view.view-how-we-think .view-content.is-first-page.no-filters-applied > *:nth-child(1) .article-image-wrapper > div img {
    width: 100%;
    height: 100%;
  }
  .view.view-how-we-think .view-content.is-first-page.no-filters-applied > *:nth-child(1) .article-body-wrapper {
    padding: var(--spacing-xl);
  }
  .view.view-how-we-think .view-content.is-first-page.no-filters-applied > *:nth-child(1) .article-body-wrapper h3 {
    font-size: clamp(2.4rem, 2.1rem + 0.625vw, 3rem);
  }
  .view.view-how-we-think .view-content.is-first-page.no-filters-applied > *:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }
  .view.view-how-we-think .view-content.is-first-page.no-filters-applied > *:nth-child(2) .article-body-wrapper {
    gap: var(--spacing-2xs);
  }
  .view.view-how-we-think .view-content.is-first-page.no-filters-applied > *:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
  }
  .view.view-how-we-think .view-content.is-first-page.no-filters-applied > *:nth-child(3) .article-body-wrapper {
    gap: var(--spacing-2xs);
  }
  .view.view-how-we-think .view-content.is-first-page.no-filters-applied > *:nth-child(n+4) {
    grid-column: span 1;
    padding-bottom: var(--spacing-xl);
  }
}
@media screen and (min-width: 1040px) {
  .view.view-how-we-think .view-content.is-first-page.no-filters-applied {
    grid-template-columns: repeat(3, 1fr);
  }
  .view.view-how-we-think .view-content.is-first-page.no-filters-applied > *:nth-child(1) {
    grid-column: span 2;
    grid-row: span 2;
  }
  .view.view-how-we-think .view-content.is-first-page.no-filters-applied > *:nth-child(1),
  .view.view-how-we-think .view-content.is-first-page.no-filters-applied > *:nth-child(3) {
    padding-bottom: var(--spacing-2xl);
  }
  .view.view-how-we-think .view-content.is-first-page.no-filters-applied > *:nth-child(2) {
    grid-column: 3;
    grid-row: 1;
  }
  .view.view-how-we-think .view-content.is-first-page.no-filters-applied > *:nth-child(3) {
    grid-column: 3;
    grid-row: 2;
  }
  .view.view-how-we-think .view-content.is-first-page.no-filters-applied > *:nth-child(n+4) {
    grid-column: span 1;
  }
}
@media screen and (min-width: 768px) {
  .view.view-how-we-think .view-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: minmax(100px, auto);
    max-width: none;
    gap: var(--spacing-md);
  }
}
@media screen and (min-width: 1040px) {
  .view.view-how-we-think .view-content {
    grid-template-columns: repeat(3, 1fr);
  }
}
.view.view-how-we-think .view-content img {
  width: 100%;
  height: 100%;
}
.view.view-how-we-think .view-empty {
  padding: var(--spacing-xl);
}
.view.view-how-we-think .pager {
  padding: var(--spacing-md) var(--spacing-lg);
}

.block-block-contentddf088b6-9e92-4fa4-b2de-1d87a8202eb1 {
  position: relative;
  z-index: 1;
  background-color: white;
}
.block-block-contentddf088b6-9e92-4fa4-b2de-1d87a8202eb1 .grid-body {
  margin-top: var(--spacing-md);
}
.block-block-contentddf088b6-9e92-4fa4-b2de-1d87a8202eb1.add-bottom {
  margin-bottom: 0;
  padding-bottom: 64px;
}
@media screen and (min-width: 768px) {
  .block-block-contentddf088b6-9e92-4fa4-b2de-1d87a8202eb1.add-bottom {
    padding-bottom: 120px;
  }
}

.view.view-advertising-opportunities .view-content {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-auto-rows: minmax(100px, auto);
  max-width: none;
  gap: var(--spacing-md);
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid var(--color-gray);
  padding-bottom: var(--layout-xs);
}
@media screen and (min-width: 768px) {
  .view.view-advertising-opportunities .view-content {
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: var(--layout-md);
  }
}
@media screen and (min-width: 1040px) {
  .view.view-advertising-opportunities .view-content {
    grid-template-columns: repeat(3, 1fr);
  }
}

.view.view-employees {
  align-items: unset;
}
.view.view-employees .view-filters {
  align-items: flex-start;
}
.view.view-employees .view-filters .form--inline {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.view.view-employees .view-filters .form--inline details .details-wrapper > *:nth-child(1) {
  grid-row: 1;
}
.view.view-employees .view-filters .form--inline details .details-wrapper > *:nth-child(2) {
  grid-row: 2;
}
@media screen and (min-width: 1040px) {
  .view.view-employees .view-filters .form--inline details .details-wrapper {
    justify-content: flex-end;
  }
}
.view.view-employees .views-view-responsive-grid {
  justify-items: center;
}
.view.view-employees .views-view-responsive-grid:not(:first-child) {
  margin-top: var(--views-responsive-grid--layout-gap);
}
.view.view-employees .view-content {
  border-bottom: 1px solid var(--color-gray);
  padding-bottom: 2rem;
  align-items: unset;
  gap: var(--spacing-2xs);
}
.view.view-employees .pager {
  padding: var(--spacing-md) var(--spacing-lg);
}

.paragraph-curtain-cta {
  position: relative;
  height: 62rem;
  background-color: var(--color-dark-blue);
  cursor: pointer;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .paragraph-curtain-cta {
    height: 60vh;
  }
}
.paragraph-curtain-cta .curtain-cta-heading {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 33%;
}
@media screen and (min-width: 768px) {
  .paragraph-curtain-cta .curtain-cta-heading {
    justify-content: center;
    padding-top: unset;
  }
}
.paragraph-curtain-cta #curtain-cta-arrow {
  transform: translate(6.5rem, 7rem) rotate(175deg);
}
.paragraph-curtain-cta #curtain-cta-cursor {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  left: calc(50% - 10rem);
  bottom: 10%;
  width: 20rem;
  height: 20rem;
  border-radius: 50%;
  background-color: var(--color-miles-white);
  z-index: 2000;
  transform-origin: center center;
  transform: rotate(180deg);
}
.paragraph-curtain-cta #curtain-cta-cursor .circleText {
  position: absolute;
  width: 20rem;
  height: 20rem;
  overflow: visible;
}
.paragraph-curtain-cta #curtain-cta-cursor text {
  fill: var(--color-dark-blue);
  font-family: "Bitter", sans-serif;
  font-size: 18px;
  letter-spacing: 8px;
}
.paragraph-curtain-cta #curtain-cta-cursor tspan {
  font-size: 18px;
}
.paragraph-curtain-cta #curtain-cta-cursor .cursor-link {
  visibility: hidden;
}

#block-miles-theme-footerblock.footer-active {
  z-index: 100;
}

/*------------------------------------*\
    #Media query
\*------------------------------------*/
/*------------------------------------*\
    #Breakpoints
\*------------------------------------*/
.paragraph-cta-row.cta-row-full-width {
  background-color: var(--color-miles-white);
  position: relative;
  z-index: 1;
}
.paragraph-cta-row.cta-row-full-width h2 {
  margin-block-end: var(--spacing-sm);
}
.paragraph-cta-row.cta-row-full-width .field--name-field-cta-row-items {
  display: grid;
  grid-template-rows: 1fr auto 1fr;
  grid-template-areas: "cta1" "line" "cta2";
}
@media screen and (min-width: 768px) {
  .paragraph-cta-row.cta-row-full-width .field--name-field-cta-row-items {
    grid-template-columns: 1fr 1px 1fr;
    grid-template-areas: "cta1 line cta2";
    grid-template-rows: 1fr;
  }
}
.paragraph-cta-row.cta-row-full-width .field--name-field-cta-row-items > .field__item:nth-child(1) {
  grid-area: cta1;
}
.paragraph-cta-row.cta-row-full-width .field--name-field-cta-row-items > .field__item:nth-child(1).single-item {
  grid-column: 1/-1;
}
.paragraph-cta-row.cta-row-full-width .field--name-field-cta-row-items > .field__item:nth-child(2) {
  grid-area: cta2;
}
.paragraph-cta-row.cta-row-full-width .field--name-field-cta-row-items > .cta-row-center-line {
  grid-area: line;
  height: 1px;
  width: auto;
}
@media screen and (min-width: 768px) {
  .paragraph-cta-row.cta-row-full-width .field--name-field-cta-row-items > .cta-row-center-line {
    height: auto;
    width: 1px;
  }
}
.paragraph-cta-row.cta-row-full-width .cta-row-line {
  background-color: var(--color-miles-black);
  visibility: hidden;
}
.paragraph-cta-row.cta-row-full-width .cta-row-top-border,
.paragraph-cta-row.cta-row-full-width .cta-row-bottom-border {
  height: 1px;
}

/*------------------------------------*\
    #Breakpoints
\*------------------------------------*/
.paragraph-cta-row.cta-row-vertical-rectangle {
  margin-block-start: 6.4rem;
}
@media screen and (min-width: 768px) {
  .paragraph-cta-row.cta-row-vertical-rectangle {
    margin-block-start: 0;
    margin-inline: auto;
    max-width: var(--fixed-container-l);
    width: 100%;
  }
}
.paragraph-cta-row.cta-row-vertical-rectangle .field--name-field-cta-row-items {
  display: grid;
  gap: var(--spacing-md);
}
@media screen and (min-width: 768px) {
  .paragraph-cta-row.cta-row-vertical-rectangle .field--name-field-cta-row-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
.paragraph-cta-row.cta-row-vertical-rectangle .field--name-field-cta-row-items > .field__item {
  height: -moz-fit-content;
  height: fit-content;
  margin-inline: auto;
  max-width: 50.3rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .paragraph-cta-row.cta-row-vertical-rectangle .field--name-field-cta-row-items > .field__item {
    margin-inline: 0;
  }
}
.paragraph-cta-row.cta-row-vertical-rectangle.single-layout .field--name-field-cta-row-items {
  grid-template-columns: 1fr;
  justify-items: center;
}
.paragraph-cta-row.cta-row-vertical-rectangle.single-layout .field--name-field-cta-row-items > .field__item {
  background-color: var(--color-dark-blue);
}
.paragraph-cta-row.cta-row-vertical-rectangle.single-layout .field--name-field-cta-row-items > .field__item .cta-row-item-header-wrapper > h2 {
  color: var(--color-miles-white);
}
.paragraph-cta-row.cta-row-vertical-rectangle.single-layout .field--name-field-cta-row-items > .field__item .cta-row-item-link {
  background-color: var(--color-dark-blue);
  color: var(--color-miles-white);
  border-color: var(--color-miles-white);
  transition: background-color 0.3s ease-in-out;
}
.paragraph-cta-row.cta-row-vertical-rectangle.single-layout .field--name-field-cta-row-items > .field__item .cta-row-item-link:hover {
  background-color: var(--color-miles-white);
  color: var(--color-miles-black);
  border-color: var(--color-miles-black);
}
.paragraph-cta-row.cta-row-vertical-rectangle.double-layout .field--name-field-cta-row-items > .field__item:nth-child(1) {
  background-color: var(--color-dark-blue);
}
.paragraph-cta-row.cta-row-vertical-rectangle.double-layout .field--name-field-cta-row-items > .field__item:nth-child(1) .cta-row-item-header-wrapper > h2 {
  color: var(--color-miles-white);
}
.paragraph-cta-row.cta-row-vertical-rectangle.double-layout .field--name-field-cta-row-items > .field__item:nth-child(1) .cta-row-item-link {
  background-color: var(--color-dark-blue);
  color: var(--color-miles-white);
  border-color: var(--color-miles-white);
  transition: background-color 0.3s ease-in-out;
}
.paragraph-cta-row.cta-row-vertical-rectangle.double-layout .field--name-field-cta-row-items > .field__item:nth-child(1) .cta-row-item-link:hover {
  background-color: var(--color-miles-white);
  color: var(--color-miles-black);
  border-color: var(--color-miles-black);
}
@media screen and (min-width: 768px) {
  .paragraph-cta-row.cta-row-vertical-rectangle.double-layout .field--name-field-cta-row-items > .field__item:nth-child(1) {
    margin-top: 20rem;
  }
}
.paragraph-cta-row.cta-row-vertical-rectangle.double-layout .field--name-field-cta-row-items > .field__item:nth-child(2) {
  background-color: var(--color-gray);
}
.paragraph-cta-row.cta-row-vertical-rectangle.double-layout .field--name-field-cta-row-items > .field__item:nth-child(2) .cta-row-item-header-wrapper > h2 {
  color: var(--color-miles-black);
}
.paragraph-cta-row.cta-row-vertical-rectangle.double-layout .field--name-field-cta-row-items > .field__item:nth-child(2) .filled-button {
  color: var(--color-miles-black);
  background-color: transparent;
  border-color: var(--color-miles-black);
  transition: border-color 0.3s ease-in-out, color 0s, background-color 0.3s ease-in-out;
}
.paragraph-cta-row.cta-row-vertical-rectangle.double-layout .field--name-field-cta-row-items > .field__item:nth-child(2) .filled-button:hover {
  background-color: var(--color-dark-blue);
  color: var(--color-white);
  border-color: var(--color-dark-blue);
}

/*------------------------------------*\
    #Media query
\*------------------------------------*/
/*------------------------------------*\
    #Breakpoints
\*------------------------------------*/
/*------------------------------------*\
    #Colors
\*------------------------------------*/
/**
Base colors that can be used when prototyping. Taken from http://clrs.cc/

1. We ideally avoid using pure white on pure black, because the contrast is
so great that it creates the illusion that text is vibrating on screen.
 */
/* 1 */
/* 1 */
/**
Theme colors
 */
/** 
Border Base
*/
/** 
Border Alerts
*/
/** 
Text
*/
/** 
Surface
*/
/**
Social media colours that might be useful.
See: https://brandcolors.net/
 */
:root {
  --color-black-txt: #505050;
  --color-black-txt-transparent: rgba(80, 80, 80, 0.8);
  --color-black: #000;
  --color-off-black: #111;
  --color-white: #ffffff;
  --color-off-white: #fafafa;
  --color-miles-blue: #0095d5;
  --color-dark-blue: #0073bb;
  --color-dark-blue-rgb: 0, 115, 187;
  --color-light-blue: #ebf4fa;
  --color-miles-black: #021521;
  --color-miles-black-60: #67737A;
  --color-miles-black-40: #8A9196;
  --color-gray: #e8e8e8;
  --color-light-gray: #f5f5f5;
  --color-light-gray-50: #fafafa;
  --color-miles-white: #ffffff;
  --color-error: #ee0050;
  --color-success: #0e6251;
  --color-warning: #f0ad4e;
}

.color.miles-blue {
  color: #0095d5;
}
.color.dark-blue {
  color: #0073bb;
}
.color.light-blue {
  color: #ebf4fa;
}
.color.miles-black {
  color: #021521;
}
.color.miles-black-60 {
  color: #67737A;
}
.color.miles-black-40 {
  color: #8A9196;
}
.color.gray {
  color: #e8e8e8;
}
.color.light-gray {
  color: #f5f5f5;
}
.color.light-gray-50 {
  color: #fafafa;
}
.color.miles-white {
  color: #ffffff;
}

.fill.miles-blue {
  background-color: #0095d5;
}
.fill.dark-blue {
  background-color: #0073bb;
}
.fill.light-blue {
  background-color: #ebf4fa;
}
.fill.miles-black {
  background-color: #021521;
}
.fill.miles-black-60 {
  background-color: #67737A;
}
.fill.miles-black-40 {
  background-color: #8A9196;
}
.fill.gray {
  background-color: #e8e8e8;
}
.fill.light-gray {
  background-color: #f5f5f5;
}
.fill.light-gray-50 {
  background-color: #fafafa;
}
.fill.miles-white {
  background-color: #ffffff;
}

.icon.twitter {
  background-color: #1da1f2;
}
.icon.facebook {
  background-color: #3b5998;
}
.icon.pinterest {
  background-color: #bd081c;
}
.icon.instagram {
  background-color: #405de6;
}
.icon.youtube {
  background-color: #ff0000;
}
.icon.whatsapp {
  background-color: #25d366;
}
.icon.linkedin {
  background-color: #0077b5;
}

@media (min-width: 600px) {
  .swatches {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 120px 120px 120px;
    grid-gap: 10px/2;
    grid-template-areas: "s1 s2 s3 s4" "s5 s6 s7 s8" "s9 s10 s11 s12";
  }
}
.swatch {
  line-height: 30px;
  position: relative;
  border: 1px solid #021521;
}
.swatch span {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  border-top: 1px solid #021521;
  background-color: white;
  font-size: 12px;
  line-height: 1;
  padding: 1em 0;
  letter-spacing: 0.1em;
}
@media (max-width: 601px) {
  .swatch {
    height: 120px;
    margin: 0 0 10px;
  }
}
.swatch:nth-child(1) {
  grid-area: s1;
}
.swatch:nth-child(2) {
  grid-area: s2;
}
.swatch:nth-child(3) {
  grid-area: s3;
}
.swatch:nth-child(4) {
  grid-area: s4;
}
.swatch:nth-child(5) {
  grid-area: s5;
}
.swatch:nth-child(6) {
  grid-area: s6;
}
.swatch:nth-child(7) {
  grid-area: s7;
}
.swatch:nth-child(8) {
  grid-area: s8;
}
.swatch:nth-child(9) {
  grid-area: s9;
}
.swatch:nth-child(10) {
  grid-area: s10;
}
.swatch:nth-child(11) {
  grid-area: s11;
}
.swatch:nth-child(12) {
  grid-area: s12;
}

.paragraph-cta-row-item.cta-row-full-width {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1/1;
  max-height: 53.9rem;
  width: 100%;
}
@media screen and (min-width: 1800px) {
  .paragraph-cta-row-item.cta-row-full-width {
    max-height: 67rem;
  }
}
.paragraph-cta-row-item.cta-row-full-width .cta-row-item-header-wrapper {
  position: relative;
  max-height: 53.9rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  z-index: 1;
  gap: var(--spacing-2xs);
  padding-block: var(--spacing-2xl);
}
@media screen and (min-width: 768px) {
  .paragraph-cta-row-item.cta-row-full-width .cta-row-item-header-wrapper {
    gap: 0;
  }
}
@media screen and (min-width: 1800px) {
  .paragraph-cta-row-item.cta-row-full-width .cta-row-item-header-wrapper {
    max-height: 67rem;
  }
}
.paragraph-cta-row-item.cta-row-full-width .cta-row-item-link > a {
  transition: all 0.3s ease-in-out, color 0s;
}
.paragraph-cta-row-item.cta-row-full-width .title-reveal {
  color: var(--color-miles-white);
}
.paragraph-cta-row-item.cta-row-full-width .field--name-field-image,
.paragraph-cta-row-item.cta-row-full-width .reveal-img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
}
.paragraph-cta-row-item.cta-row-full-width .field--name-field-image .field--name-field-media-image::after,
.paragraph-cta-row-item.cta-row-full-width .reveal-img .field--name-field-media-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
}
.paragraph-cta-row-item.cta-row-full-width .field--name-field-image img,
.paragraph-cta-row-item.cta-row-full-width .reveal-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 1440px) {
  .paragraph-cta-row-item.cta-row-full-width .field--name-field-image img,
  .paragraph-cta-row-item.cta-row-full-width .reveal-img img {
    aspect-ratio: unset;
  }
}

/*------------------------------------*\
    #Breakpoints
\*------------------------------------*/
.paragraph-cta-row-item.cta-row-vertical-rectangle {
  padding: var(--spacing-xl);
  position: relative;
  width: 100%;
}
.paragraph-cta-row-item.cta-row-vertical-rectangle .cta-row-item-header-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--spacing-xl);
  text-align: center;
}

.cta-row-item-header-wrapper > h2,
.cta-row-item-header-wrapper > .heading-xl-med,
.cta-row-item-header-wrapper > h1 {
  margin: 0;
}

.paragraph-large-image-promo {
  position: relative;
  z-index: 1;
  background-color: var(--color-miles-white);
}
.paragraph-large-image-promo.add-bottom:not(:last-child) {
  margin-bottom: 0;
  padding-bottom: 64px;
}
@media screen and (min-width: 768px) {
  .paragraph-large-image-promo.add-bottom:not(:last-child) {
    padding-bottom: 120px;
  }
}
.paragraph-large-image-promo.add-top {
  margin-top: 0;
  padding-top: 64px;
}
@media screen and (min-width: 768px) {
  .paragraph-large-image-promo.add-top {
    padding-top: 120px;
  }
}
.paragraph-large-image-promo > div.fixed-container-xl {
  display: grid;
  gap: var(--spacing-sm);
  place-items: start;
}
@media screen and (min-width: 768px) {
  .paragraph-large-image-promo > div.fixed-container-xl {
    grid-template-columns: 1fr 1fr;
    gap: var(--spacing-2xl);
    /* Layout */
    /* End Layout */
  }
  .paragraph-large-image-promo > div.fixed-container-xl .text-wrap {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .paragraph-large-image-promo > div.fixed-container-xl .large-promo-image {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .paragraph-large-image-promo > div.fixed-container-xl h2 {
    margin-block-end: var(--spacing-sm);
  }
  .paragraph-large-image-promo > div.fixed-container-xl .body-wrap {
    order: 2;
    height: 100%;
  }
  .paragraph-large-image-promo > div.fixed-container-xl .field--name-field-image {
    order: 1;
  }
}

.paragraph-large-image-promo.blue-bg {
  background-color: #0073bb;
  color: #ffffff;
}
.paragraph-large-image-promo.blue-bg .heading-xl {
  color: #ffffff;
}

.paragraph-link-list > [class*=fixed-container] {
  gap: var(--spacing-xl);
}
.paragraph-link-list h2 span {
  display: inline-block;
  text-align: center;
}
.paragraph-link-list .link-list {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.paragraph-link-list .arrow-only-animation {
  height: 20px;
  width: 20px;
  padding-inline: 0 20px;
  padding-block: 0;
}
.paragraph-link-list .arrow-only-animation:before, .paragraph-link-list .arrow-only-animation:after {
  width: 20px;
  height: 20px;
}
.paragraph-link-list .link-list-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--spacing-2xs);
  padding: var(--spacing-md) var(--spacing-sm);
  border-top: 1px solid var(--color-dark-blue);
}
.paragraph-link-list .link-list-link:hover {
  background-color: var(--color-light-blue);
}
.paragraph-link-list .link-list-link > span {
  font-weight: 700;
  color: var(--color-miles-black);
}
.paragraph-link-list .link-list-link:last-child {
  border-bottom: 1px solid var(--color-dark-blue);
}

.paragraph-logo-list {
  padding-block: var(--layout-md);
  background-color: var(--color-light-gray-50);
}
@media screen and (min-width: 480px) {
  .paragraph-logo-list {
    padding-block: 10 rem;
  }
}
.paragraph-logo-list .fixed-container-xl {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--spacing-lg);
}
@media screen and (min-width: 480px) {
  .paragraph-logo-list .fixed-container-xl {
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.paragraph-logo-list h2 {
  margin-block-end: 0;
  max-width: 41rem;
}
.paragraph-logo-list .field--name-field-logos,
.paragraph-logo-list .logos {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-2xl) 6.4rem;
}
.paragraph-logo-list .field--name-field-logos > *,
.paragraph-logo-list .logos > * {
  display: grid;
  gap: var(--spacing-lg) 0;
  max-width: 20rem;
  place-items: center;
}
@media screen and (min-width: 480px) {
  .paragraph-logo-list .field--name-field-logos > *,
  .paragraph-logo-list .logos > * {
    margin-block-end: 0;
  }
}
@media screen and (min-width: 480px) {
  .paragraph-logo-list .field--name-field-logos,
  .paragraph-logo-list .logos {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    justify-content: flex-start;
  }
}
.paragraph-logo-list .field--name-field-logos svg,
.paragraph-logo-list .logos svg {
  position: relative;
  height: 100%;
  width: 100%;
}

.block.looking-ahead {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
  justify-content: unset;
  align-items: unset;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .block.looking-ahead {
    display: grid;
    grid-template-rows: auto 1fr; /* auto for header content height, 1fr for remaining space */
    grid-template-columns: 40% auto;
    gap: var(--spacing-md);
    align-items: flex-start;
    /* Unset the fixed-container-xl styles, so the component reverts to fluid-container styling */
    width: calc(100vw - 3.2rem);
    margin-left: -24px;
    margin-right: 0;
    margin-inline: unset;
    max-width: unset;
  }
  .block.looking-ahead .grid-header {
    grid-column: 1; /* starts from first column */
    grid-row: 1; /* starts from first row */
  }
  .block.looking-ahead .grid-body {
    grid-column: 1; /* starts from first column */
    grid-row: 2; /* starts from second row */
  }
  .block.looking-ahead .views-element-container {
    grid-column: 2; /* starts from second column */
    grid-row: 1/3; /* spans from first to second row */
    overflow: hidden;
  }
}
@media screen and (min-width: 1440px) {
  .block.looking-ahead {
    grid-template-columns: 45% auto;
  }
}
.block.looking-ahead .views-element-container .view-filters {
  position: relative;
  z-index: 1;
}
.block.looking-ahead .views-element-container .view-filters .form--inline {
  display: block;
  padding: 0;
}
.block.looking-ahead .views-element-container .view-filters .form--inline ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 0;
  margin: 0;
}
.block.looking-ahead .views-element-container .view-filters .form--inline ul li {
  margin: 0;
}
.block.looking-ahead .views-element-container .view-filters .form--inline ul li::before {
  content: none;
}
.block.looking-ahead .views-element-container .view-filters .form--inline ul li a {
  position: relative;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.3s ease-in-out;
  font-size: 1.4rem;
  padding-block: 0.6rem;
  padding-inline: 1.8rem;
  color: #0073bb;
  background-color: #ebf4fa;
  border-radius: 2rem;
  border: 1.5px solid #ebf4fa;
}
.block.looking-ahead .views-element-container .view-filters .form--inline ul li a:hover, .block.looking-ahead .views-element-container .view-filters .form--inline ul li a.active {
  border: 1px solid var(--color-miles-black-40);
}
.block.looking-ahead .views-element-container .view-filters .form--inline ul li a.bef-link--selected {
  border: 1.5px solid var(--color-dark-blue);
}
.block.looking-ahead .views-element-container .view-content {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-sm);
}
.block.looking-ahead .views-element-container .view-content .swiper-navigation-buttons {
  order: 3;
  justify-content: center;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .block.looking-ahead .views-element-container .view-content .swiper-navigation-buttons {
    position: absolute;
    right: 0;
    margin-top: -6rem;
    padding: 0 5rem 0rem 0;
    z-index: 1;
  }
}
.block.looking-ahead .views-element-container .view-content .swiper-navigation-buttons .swiper-button-prev,
.block.looking-ahead .views-element-container .view-content .swiper-navigation-buttons .swiper-button-next {
  /* Override default styling from the swiper module */
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  margin: unset;
  color: #000;
  align-items: center;
  justify-content: center;
}
.block.looking-ahead .views-element-container .view-content .swiper-navigation-buttons .swiper-button-prev::after,
.block.looking-ahead .views-element-container .view-content .swiper-navigation-buttons .swiper-button-next::after {
  font-size: 2.4rem;
}
.block.looking-ahead .views-element-container .view-content .swiper-navigation-buttons .swiper-button-prev.swiper-button-lock,
.block.looking-ahead .views-element-container .view-content .swiper-navigation-buttons .swiper-button-next.swiper-button-lock {
  display: flex;
}
.block.looking-ahead .views-element-container .view-content .swiper-navigation-buttons .swiper-button-next::after {
  content: url(../images/svg/pagination-arrow-right.svg);
}
.block.looking-ahead .views-element-container .view-content .swiper-navigation-buttons .swiper-button-prev::after {
  content: url(../images/svg/pagination-arrow-left.svg);
}
.block.looking-ahead .views-element-container .view-content .swiper-pagination {
  order: 2;
  position: relative;
  width: 100%;
  max-width: 34.6rem;
  margin: 0 auto;
  height: 0.1rem;
  background: #e8e8e8;
}
.block.looking-ahead .views-element-container .view-content .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #021521;
}
@media screen and (min-width: 768px) {
  .block.looking-ahead .views-element-container .view-content .swiper-pagination {
    margin: 0;
    max-width: 68rem;
  }
}
.block.looking-ahead .views-element-container .view-content .swiper-container {
  order: 1;
  margin: 0;
}
.block.looking-ahead .views-element-container .view-content .swiper-container .swiper-wrapper {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .block.looking-ahead .views-element-container .view-content .swiper-container .swiper-wrapper {
    padding: 0 0 var(--spacing-md) 0;
  }
}
.block.looking-ahead .views-element-container .view-content .swiper-slide {
  width: 100%;
  max-width: 33rem;
  margin-right: var(--spacing-md);
  height: 100%;
}
.block.looking-ahead .views-element-container .view-content .swiper-slide:last-child {
  margin-right: 0;
}
.block.looking-ahead .views-element-container .view-content .swiper-slide .event--grid_card {
  position: relative;
  max-width: 33rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .block.looking-ahead .views-element-container .view-content .swiper-slide .event--grid_card {
    margin: 0;
  }
}

.paragraph-related-content h2 {
  padding-bottom: var(--spacing-md);
}
.paragraph-related-content .view-content {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-lg);
}
@media screen and (min-width: 768px) {
  .paragraph-related-content .view-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--spacing-md);
  }
}
.paragraph-related-content.no-view .related-items {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-lg);
}
@media screen and (min-width: 768px) {
  .paragraph-related-content.no-view .related-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--spacing-md);
  }
}
.paragraph-related-content article.grid-card .article-body-wrapper {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .paragraph-related-content article.grid-card .article-image-wrapper {
    max-height: 22rem;
  }
}
.paragraph-related-content #views-exposed-form-related-content-default {
  display: none;
}

.paragraph-scrolling-cards {
  position: relative;
  z-index: 1;
}
.paragraph-scrolling-cards.fill.dark-blue {
  padding-block: 64px;
}
@media screen and (min-width: 768px) {
  .paragraph-scrolling-cards.fill.dark-blue {
    padding-block: 120px;
  }
}
.paragraph-scrolling-cards .scrolling-cards-content {
  display: grid;
  align-items: start;
  gap: var(--spacing-2xl);
}
@media screen and (min-width: 768px) {
  .paragraph-scrolling-cards .scrolling-cards-content {
    grid-template-columns: 1fr 1fr;
    gap: 0 4rem;
  }
}
@media screen and (min-width: 768px) {
  .paragraph-scrolling-cards .scrolling-cards-heading {
    position: sticky;
    top: 6rem;
  }
}
.paragraph-scrolling-cards .scrolling-cards-link .filled-button {
  border: 1px solid var(--color-miles-white);
}
.paragraph-scrolling-cards .scrolling-cards-link .filled-button:hover {
  border: 1px solid transparent;
  background-color: var(--color-dark-blue);
}
.paragraph-scrolling-cards .scrolling-cards-items {
  justify-self: center;
  -moz-column-count: 1;
       column-count: 1;
  -moz-column-gap: var(--spacing-md);
       column-gap: var(--spacing-md);
  margin-top: 8.8rem;
}
@media screen and (min-width: 480px) {
  .paragraph-scrolling-cards .scrolling-cards-items {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media screen and (min-width: 768px) {
  .paragraph-scrolling-cards .scrolling-cards-items {
    -moz-column-count: 1;
         column-count: 1;
  }
}
@media screen and (min-width: 1040px) {
  .paragraph-scrolling-cards .scrolling-cards-items {
    -moz-column-count: 2;
         column-count: 2;
    justify-self: flex-end;
  }
}
.paragraph-scrolling-cards .scrolling-cards-items .paragraph-card-item {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  margin-bottom: var(--spacing-lg);
}
@media screen and (min-width: 768px) {
  .paragraph-scrolling-cards .scrolling-cards-items .paragraph-card-item {
    margin-bottom: var(--spacing-md);
  }
}
.paragraph-scrolling-cards .scrolling-cards-items .paragraph-card-item:first-child {
  margin-top: -8.8rem;
}
.paragraph-scrolling-cards .scrolling-cards-items.blue-style .paragraph-card-item {
  border: 1px solid var(--color-miles-white);
}
.paragraph-scrolling-cards .scrolling-cards-items.blue-style .paragraph-card-item:nth-child(odd) {
  background-color: transparent;
}
.paragraph-scrolling-cards .scrolling-cards-items.blue-style .paragraph-card-item:nth-child(odd) .card-item-heading + .card-item-body {
  border-top: 1px solid var(--color-miles-white);
}
.paragraph-scrolling-cards .scrolling-cards-items.blue-style .paragraph-card-item:nth-child(odd) .card-heading-text,
.paragraph-scrolling-cards .scrolling-cards-items.blue-style .paragraph-card-item:nth-child(odd) .card-item-body {
  color: var(--color-miles-white);
}
.paragraph-scrolling-cards .scrolling-cards-items.blue-style .paragraph-card-item:nth-child(odd) .card-heading-text a::before,
.paragraph-scrolling-cards .scrolling-cards-items.blue-style .paragraph-card-item:nth-child(odd) .card-item-body a::before {
  background-color: var(--color-miles-white);
}
.paragraph-scrolling-cards .scrolling-cards-items.blue-style .paragraph-card-item:nth-child(even) {
  background-color: var(--color-miles-white);
}
.paragraph-scrolling-cards .scrolling-cards-items.blue-style .paragraph-card-item:nth-child(even) .card-item-heading + .card-item-body {
  border-top: 1px solid var(--color-miles-black-40);
}
.paragraph-scrolling-cards .scrolling-cards-items.blue-style .paragraph-card-item:nth-child(even) .card-item-body a::before {
  background-color: var(--color-dark-blue);
}
.paragraph-scrolling-cards .scrolling-cards-items.white-style .paragraph-card-item {
  border: 1px solid var(--color-miles-black-40);
}
.paragraph-scrolling-cards .scrolling-cards-items.white-style .paragraph-card-item .card-item-heading + .card-item-body {
  border-top: 1px solid var(--color-miles-black-40);
}
.paragraph-scrolling-cards .scrolling-cards-items.white-style .paragraph-card-item .card-item-body a::before {
  background-color: var(--color-dark-blue);
}

.paragraph-card-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: var(--spacing-lg) var(--spacing-sm);
}
@media screen and (min-width: 1040px) {
  .paragraph-card-item {
    padding: var(--layout-md) var(--spacing-sm);
    max-width: 26rem;
  }
}
.paragraph-card-item .card-item-heading {
  margin-bottom: var(--spacing-sm);
}
.paragraph-card-item .card-item-heading:only-child {
  margin: 0;
}
.paragraph-card-item .card-item-body a {
  color: inherit;
  display: inline-block;
}
.paragraph-card-item .card-item-body p {
  margin: var(--spacing-sm) 0 0;
}
.paragraph-card-item .card-item-body:only-child p {
  margin: 0;
}

.paragraph-scrolling-photo-cta {
  overflow-x: hidden;
}
.paragraph-scrolling-photo-cta .scrolling-text {
  font-size: clamp(6.7rem, 4.368rem + 5.3vw, 12rem);
}
.paragraph-scrolling-photo-cta .scrolling-photo-cta-content {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  display: flex;
  flex-wrap: nowrap;
  margin: 0 auto;
  width: 100%;
  justify-content: center;
  gap: 2.4rem;
  padding-inline: 1.2rem;
}
.paragraph-scrolling-photo-cta .scrolling-photo-cta {
  position: relative;
  display: block;
}
.paragraph-scrolling-photo-cta .scrolling-photo-cta.media-image {
  width: -moz-max-content;
  width: max-content;
}
.paragraph-scrolling-photo-cta .scrolling-photo-cta.media-image:not(:nth-child(-n+2)) {
  display: none;
}
@media screen and (min-width: 768px) {
  .paragraph-scrolling-photo-cta .scrolling-photo-cta.media-image:nth-child(3) {
    display: block;
  }
}
@media screen and (min-width: 1040px) {
  .paragraph-scrolling-photo-cta .scrolling-photo-cta.media-image:nth-child(4) {
    display: block;
  }
}
.paragraph-scrolling-photo-cta .scrolling-photo-cta.cta-slide {
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0);
}
.paragraph-scrolling-photo-cta .scrolling-photo-cta.cta-slide .cta-slide-inner-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: var(--spacing-lg);
  width: 100vw;
  margin-left: auto;
}
.paragraph-scrolling-photo-cta .scrolling-photo-cta.cta-slide .cta-row-item-link {
  visibility: hidden;
}
.paragraph-scrolling-photo-cta .scrolling-photo-cta.cta-slide h4 {
  visibility: hidden;
}

#block-stayuptodate {
  border: 1px solid var(--color-gray);
  max-width: var(--fixed-container-xl);
  margin-inline: auto;
  padding-block: var(--spacing-2xl);
  padding-inline: var(--spacing-2xl);
  margin-bottom: var(--layout-md);
}
@media screen and (min-width: 768px) {
  #block-stayuptodate {
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: var(--spacing-xl);
  }
  #block-stayuptodate > *:first-child {
    grid-column: 2/3;
  }
  #block-stayuptodate > *:nth-child(2) {
    grid-column: 3/4;
  }
}
@media screen and (min-width: 1040px) {
  #block-stayuptodate {
    align-items: center;
  }
}
#block-stayuptodate h2 {
  width: 100%;
  margin-bottom: var(--spacing-md);
}
@media screen and (min-width: 1040px) {
  #block-stayuptodate h2 {
    width: -moz-fit-content;
    width: fit-content;
    white-space: nowrap;
    margin-bottom: 0;
  }
}
#block-stayuptodate #stayUpToDateForm {
  width: auto;
}
@media screen and (min-width: 768px) {
  #block-stayuptodate #stayUpToDateForm {
    display: grid;
    gap: var(--spacing-sm);
    grid-template-columns: minmax(20rem, 50rem) auto;
  }
}
#block-stayuptodate #stayUpToDateEmailInput {
  grid-column: 1/2;
  grid-row: 1/2;
  width: 100%;
  margin-bottom: var(--spacing-2xs);
}
#block-stayuptodate .email-disclaimer--wrap {
  margin-block-end: var(--spacing-sm);
}
@media screen and (min-width: 768px) {
  #block-stayuptodate .email-disclaimer--wrap {
    margin-block-end: 0;
    width: clamp(20rem, 100%, 50rem);
  }
}
#block-stayuptodate .form-helper-text {
  grid-column: 1/2;
  grid-row: 2/3;
}
#block-stayuptodate .form-helper-text p {
  font-size: 1.2rem;
  color: var(--color-miles-black-60);
  font-weight: 400;
  line-height: 1.4;
}
#block-stayuptodate .form-helper-text p:last-child {
  margin-bottom: 0;
}
#block-stayuptodate #stayUpToDateEmailButton {
  grid-column: 2/3;
  grid-row: 1/3;
}
#block-stayuptodate #stayUpToDateEmailButton .button-link {
  white-space: nowrap;
}

.paragraph-testimonials {
  position: relative;
  background-color: var(--color-dark-blue);
  padding-block: var(--layout-md);
}
@media screen and (min-width: 768px) {
  .paragraph-testimonials {
    padding-block: var(--layout-lg);
  }
}
.paragraph-testimonials .testimonials-header {
  display: grid;
  grid-template-columns: 1fr;
  gap: unset;
  margin-bottom: var(--spacing-lg);
  justify-content: start;
}
@media screen and (min-width: 768px) {
  .paragraph-testimonials .testimonials-header {
    grid-template-columns: minmax(1px, 50.3rem) auto;
    margin-bottom: unset;
    gap: var(--spacing-md);
  }
}
.paragraph-testimonials .testimonials-header h2 {
  width: 100%;
  margin-bottom: var(--spacing-md);
}
@media screen and (min-width: 768px) {
  .paragraph-testimonials .testimonials-header h2 {
    margin-bottom: 0;
  }
}
.paragraph-testimonials .testimonials-desc {
  align-self: center;
}
.paragraph-testimonials .testimonials-desc > p:last-child {
  margin: 0;
}
.paragraph-testimonials .swiper-navigation {
  position: absolute;
  bottom: -1rem;
  display: flex;
  flex-direction: row;
  gap: 3rem;
  justify-content: center;
  margin-bottom: var(--spacing-lg);
  padding-top: var(--spacing-md);
}
@media screen and (min-width: 768px) {
  .paragraph-testimonials .swiper-navigation {
    position: relative;
    padding-top: var(--spacing-xs);
    justify-content: flex-end;
    padding-right: 2.5rem;
  }
}
.paragraph-testimonials .swiper-navigation .swiper-prev,
.paragraph-testimonials .swiper-navigation .swiper-next {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  margin: unset;
  cursor: pointer;
  filter: invert(100%) sepia(8%) saturate(0%) hue-rotate(163deg) brightness(108%) contrast(108%);
  align-items: center;
  justify-content: center;
  opacity: 0.5;
  transition: opacity 0.3s ease;
  transform: scale(1.75);
}
.paragraph-testimonials .swiper-navigation .swiper-prev:hover,
.paragraph-testimonials .swiper-navigation .swiper-next:hover {
  opacity: 1;
}
.paragraph-testimonials .swiper-navigation .swiper-prev::after,
.paragraph-testimonials .swiper-navigation .swiper-next::after {
  font-size: 2.4rem;
}
.paragraph-testimonials .swiper-navigation .swiper-next::after {
  content: url(../images/svg/pagination-arrow-right.svg);
}
.paragraph-testimonials .swiper-navigation .swiper-prev::after {
  content: url(../images/svg/pagination-arrow-left.svg);
}
.paragraph-testimonials .swiper-pagination {
  position: relative;
  margin-top: var(--spacing-md);
  z-index: unset;
}
@media screen and (min-width: 768px) {
  .paragraph-testimonials .swiper-pagination {
    margin-top: var(--spacing-xl);
  }
}
.paragraph-testimonials .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  border-radius: unset;
  width: 6.4rem;
  height: 4rem;
  background: linear-gradient(to bottom, transparent 19px, var(--color-miles-white) 19px, var(--color-miles-white) 21px, transparent 21px);
  margin: 0 var(--spacing-2xs);
  opacity: 0.5;
}
.paragraph-testimonials .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.paragraph-testimonial-item {
  display: grid;
  grid-template-areas: "photo" "text" "name" "job";
  padding-right: var(--spacing-lg);
  cursor: grab;
}
.paragraph-testimonial-item.has-video {
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .paragraph-testimonial-item {
    grid-template-rows: 1fr;
    grid-template-columns: auto 1fr;
    gap: 0 var(--layout-md);
    grid-template-areas: "photo text" "photo name" "photo job";
  }
  .paragraph-testimonial-item .testimonial-item--text {
    margin-top: var(--spacing-xl);
  }
  .paragraph-testimonial-item .testimonial-item--job {
    margin-bottom: var(--spacing-xl);
  }
}
.paragraph-testimonial-item [class^=testimonial-item--] {
  color: var(--color-miles-white);
}
.paragraph-testimonial-item .field--name-field-image {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  grid-area: photo;
  margin-bottom: var(--spacing-md);
}
@media screen and (min-width: 768px) {
  .paragraph-testimonial-item .field--name-field-image {
    margin-bottom: unset;
    align-self: center;
  }
}
.paragraph-testimonial-item .testimonial-item--text {
  grid-area: text;
}
.paragraph-testimonial-item .testimonial-item--text > p, .paragraph-testimonial-item .testimonial-item--text > h2, .paragraph-testimonial-item .testimonial-item--text > h3, .paragraph-testimonial-item .testimonial-item--text > h4, .paragraph-testimonial-item .testimonial-item--text > h5, .paragraph-testimonial-item .testimonial-item--text > h6 {
  display: block;
  color: inherit;
}
.paragraph-testimonial-item .testimonial-item--button {
  padding-bottom: 1rem;
  overflow: hidden;
}
.paragraph-testimonial-item .testimonial-item--button .filled-button {
  transition: unset;
}
.paragraph-testimonial-item .testimonial-item--name {
  grid-area: name;
  width: 100%;
  font-weight: bold;
  visibility: hidden;
}
.paragraph-testimonial-item .testimonial-item--job {
  visibility: hidden;
  grid-area: job;
  width: 100%;
}
.paragraph-testimonial-item .testimonial-play-button {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  right: 0;
  transform: translate(40%, -60%);
  transition: opacity 0.3s ease;
  cursor: pointer;
}
.paragraph-testimonial-item .testimonial-play-button:hover {
  opacity: 0.7;
}

.paragraph-third-party-widget .embed {
  width: 100%;
}
.paragraph-third-party-widget.widget--paycom .embed > div {
  height: auto !important;
}

#animated-hero-wrapper {
  position: fixed;
  display: grid;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  z-index: 9999;
  overflow-x: clip;
  background-color: var(--color-miles-white);
}
#animated-hero-wrapper.fluid-container {
  width: 100vw;
}
@media screen and (min-width: 768px) {
  #animated-hero-wrapper {
    height: 100vh;
    min-height: 80rem;
  }
}
#animated-hero-wrapper #animated-hero-title {
  position: absolute;
  visibility: hidden;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#animated-hero-wrapper #animated-hero-title .lines {
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #animated-hero-wrapper #animated-hero-title {
    font-size: clamp(8rem, 6rem + 4.167vw, 12rem);
  }
}
#animated-hero-wrapper #homepage-animation-arrow,
#animated-hero-wrapper #homepage-animation-arrow-faded {
  position: absolute;
  overflow: visible;
  top: 0;
  bottom: 0;
  height: 100vh;
  width: 100vw;
}
@media screen and (min-width: 768px) {
  #animated-hero-wrapper #homepage-animation-arrow,
  #animated-hero-wrapper #homepage-animation-arrow-faded {
    height: 100vh;
  }
}
#animated-hero-wrapper #homepage-animation-arrow-path {
  z-index: 9999;
}
#animated-hero-wrapper .animated-hero-images {
  position: absolute;
  height: calc(100% + 10rem);
  padding-bottom: 10rem;
  top: 0;
  width: 200vw;
  overflow: hidden;
  display: grid;
  grid-template-rows: 1fr 2fr 1fr auto;
  grid-template-areas: "row1" "." "row2" "arrow";
  row-gap: var(--spacing-sm);
  --mobile-image-width: 20rem;
  --desktop-image-width: 29.2rem;
}
@media screen and (min-width: 768px) {
  #animated-hero-wrapper .animated-hero-images {
    height: 100%;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    grid-template-areas: "." "row1" "row2" "arrow";
    row-gap: var(--spacing-md);
    padding-bottom: unset;
  }
}
#animated-hero-wrapper .animated-hero-images .media-image {
  width: var(--mobile-image-width);
  visibility: hidden;
}
@media screen and (min-width: 768px) {
  #animated-hero-wrapper .animated-hero-images .media-image {
    width: var(--desktop-image-width);
  }
}
#animated-hero-wrapper .animated-hero-images [class^=images-row] {
  display: flex;
  flex-direction: row;
  -moz-column-gap: var(--spacing-sm);
       column-gap: var(--spacing-sm);
}
@media screen and (min-width: 768px) {
  #animated-hero-wrapper .animated-hero-images [class^=images-row] {
    -moz-column-gap: var(--spacing-md);
         column-gap: var(--spacing-md);
  }
}
#animated-hero-wrapper .animated-hero-images .images-row-1 {
  grid-area: row1;
}
#animated-hero-wrapper .animated-hero-images .images-row-2 {
  grid-area: row2;
  transform: translateX(calc(var(--mobile-image-width) / 2 * -1));
}
@media screen and (min-width: 768px) {
  #animated-hero-wrapper .animated-hero-images .images-row-2 {
    transform: translateX(calc(var(--desktop-image-width) / 2 * -1));
  }
}
#homepage-animation-indicator {
  grid-area: arrow;
  visibility: hidden;
  position: absolute;
  width: 100vw;
  bottom: -7rem;
}
@media screen and (min-width: 768px) {
  #homepage-animation-indicator {
    position: relative;
    bottom: unset;
    align-self: center;
  }
}

#diagonal-squares-hero-wrapper {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1040px) {
  #diagonal-squares-hero-wrapper {
    overflow: hidden;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 60% 40%;
    grid-template-areas: "header block" ". .";
    height: 91rem;
  }
}
@media screen and (min-width: 1440px) {
  #diagonal-squares-hero-wrapper {
    grid-template-columns: 40% 60%;
  }
}
#diagonal-squares-hero-wrapper .animated-hero-header {
  margin-top: var(--spacing-lg);
  grid-area: header;
  text-align: center;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-2xs);
  z-index: 1;
  padding-left: var(--spacing-sm);
}
@media screen and (min-width: 768px) {
  #diagonal-squares-hero-wrapper .animated-hero-header {
    padding-left: var(--spacing-md);
  }
}
@media screen and (min-width: 1264px) {
  #diagonal-squares-hero-wrapper .animated-hero-header {
    padding-left: 0;
  }
}
@media screen and (min-width: 1040px) {
  #diagonal-squares-hero-wrapper .animated-hero-header {
    gap: var(--spacing-xs);
    text-align: left;
    align-self: flex-end;
  }
}
#diagonal-squares-hero-wrapper .block-block-contentafa3a373-9606-4bc5-8024-a6e69b5a8954,
#diagonal-squares-hero-wrapper .block-block-content437bb596-93b2-40e7-bfa1-371fd3579211 {
  grid-area: block;
  padding-block: 2.5rem 9rem;
  overflow-x: clip;
  width: 100vw;
}
@media screen and (min-width: 480px) {
  #diagonal-squares-hero-wrapper .block-block-contentafa3a373-9606-4bc5-8024-a6e69b5a8954,
  #diagonal-squares-hero-wrapper .block-block-content437bb596-93b2-40e7-bfa1-371fd3579211 {
    padding-block: 5rem 15rem;
  }
}
@media screen and (min-width: 1040px) {
  #diagonal-squares-hero-wrapper .block-block-contentafa3a373-9606-4bc5-8024-a6e69b5a8954,
  #diagonal-squares-hero-wrapper .block-block-content437bb596-93b2-40e7-bfa1-371fd3579211 {
    overflow-x: visible;
    padding-block: 0 18rem;
    margin-left: auto;
  }
}
@media screen and (min-width: 1440px) {
  #diagonal-squares-hero-wrapper .block-block-contentafa3a373-9606-4bc5-8024-a6e69b5a8954,
  #diagonal-squares-hero-wrapper .block-block-content437bb596-93b2-40e7-bfa1-371fd3579211 {
    width: -moz-fit-content;
    width: fit-content;
  }
}
#diagonal-squares-hero-wrapper .animated-hero-images {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: var(--spacing-sm);
       column-gap: var(--spacing-sm);
  visibility: hidden;
}
@media screen and (min-width: 1040px) {
  #diagonal-squares-hero-wrapper .animated-hero-images {
    margin-top: -18rem;
  }
}
#diagonal-squares-hero-wrapper [class^=images-row] {
  display: grid;
  grid-template-rows: repeat(5, 1fr);
  width: -moz-fit-content;
  width: fit-content;
  row-gap: var(--spacing-sm);
}
#diagonal-squares-hero-wrapper [class^=images-row] .media-image {
  position: relative;
  width: 10.6rem;
}
@media screen and (min-width: 480px) {
  #diagonal-squares-hero-wrapper [class^=images-row] .media-image {
    width: 18.7rem;
  }
}
#diagonal-squares-hero-wrapper [class^=images-row] .media-image.has-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 149, 212, 0.5) 0%, rgba(0, 149, 212, 0.5) 100%);
  opacity: 1;
  z-index: 1;
}

/*------------------------------------*\
    #Utilities
\*------------------------------------*/
/*------------------------------------*\
    #Alignment utilities

    1. Logical property allows text-direction to change with `ltr`
\*------------------------------------*/
.float--left {
  float: left;
  float: inline-start; /* 1 */
}

.float--right {
  float: right;
  float: inline-end; /* 1 */
}

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

.left-text,
.la {
  text-align: left;
  text-align: start; /* 1 */
}

.right-text,
.ra {
  text-align: right;
  text-align: end; /* 1 */
}

/*------------------------------------*\
    #Clearfix utility

    https://css-tricks.com/snippets/css/clear-fix/

    Extend the clearfix placeholder with Sass to avoid
    having it appear over and over in your markup.
\*------------------------------------*/
.uc,
.all-caps {
  text-transform: uppercase;
}

.bg--black-txt {
  background-color: #505050;
}

.text--black-txt {
  color: #505050;
}

.border--black-txt {
  border-color: #505050;
}

.inner--black-txt {
  color: #505050;
}
.inner--black-txt .eyebrow {
  color: #505050;
}
.bg--black-txt-transparent {
  background-color: rgba(80, 80, 80, 0.8);
}

.text--black-txt-transparent {
  color: rgba(80, 80, 80, 0.8);
}

.border--black-txt-transparent {
  border-color: rgba(80, 80, 80, 0.8);
}

.inner--black-txt-transparent {
  color: rgba(80, 80, 80, 0.8);
}
.inner--black-txt-transparent .eyebrow {
  color: rgba(80, 80, 80, 0.8);
}
.bg--black {
  background-color: #000;
}

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

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

.inner--black {
  color: #000;
}
.inner--black .eyebrow {
  color: #000;
}
.bg--off-black {
  background-color: #111;
}

.text--off-black {
  color: #111;
}

.border--off-black {
  border-color: #111;
}

.inner--off-black {
  color: #111;
}
.inner--off-black .eyebrow {
  color: #111;
}
.bg--white {
  background-color: #ffffff;
}

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

.border--white {
  border-color: #ffffff;
}

.inner--white {
  color: #ffffff;
}
.inner--white .eyebrow {
  color: #ffffff;
}
.bg--off-white {
  background-color: #fafafa;
}

.text--off-white {
  color: #fafafa;
}

.border--off-white {
  border-color: #fafafa;
}

.inner--off-white {
  color: #fafafa;
}
.inner--off-white .eyebrow {
  color: #fafafa;
}
.bg--miles-blue {
  background-color: #0095d5;
}

.text--miles-blue {
  color: #0095d5;
}

.border--miles-blue {
  border-color: #0095d5;
}

.inner--miles-blue {
  color: #0095d5;
}
.inner--miles-blue .eyebrow {
  color: #0095d5;
}
.bg--dark-blue {
  background-color: #0073bb;
}

.text--dark-blue {
  color: #0073bb;
}

.border--dark-blue {
  border-color: #0073bb;
}

.inner--dark-blue {
  color: #0073bb;
}
.inner--dark-blue .eyebrow {
  color: #0073bb;
}
.bg--dark-blue-rgb {
  background-color: 0, 115, 187;
}

.text--dark-blue-rgb {
  color: 0, 115, 187;
}

.border--dark-blue-rgb {
  border-color: 0, 115, 187;
}

.inner--dark-blue-rgb {
  color: 0, 115, 187;
}
.inner--dark-blue-rgb .eyebrow {
  color: 0, 115, 187;
}
.bg--light-blue {
  background-color: #ebf4fa;
}

.text--light-blue {
  color: #ebf4fa;
}

.border--light-blue {
  border-color: #ebf4fa;
}

.inner--light-blue {
  color: #ebf4fa;
}
.inner--light-blue .eyebrow {
  color: #ebf4fa;
}
.bg--miles-black {
  background-color: #021521;
}

.text--miles-black {
  color: #021521;
}

.border--miles-black {
  border-color: #021521;
}

.inner--miles-black {
  color: #021521;
}
.inner--miles-black .eyebrow {
  color: #021521;
}
.bg--miles-black-60 {
  background-color: #67737A;
}

.text--miles-black-60 {
  color: #67737A;
}

.border--miles-black-60 {
  border-color: #67737A;
}

.inner--miles-black-60 {
  color: #67737A;
}
.inner--miles-black-60 .eyebrow {
  color: #67737A;
}
.bg--miles-black-40 {
  background-color: #8A9196;
}

.text--miles-black-40 {
  color: #8A9196;
}

.border--miles-black-40 {
  border-color: #8A9196;
}

.inner--miles-black-40 {
  color: #8A9196;
}
.inner--miles-black-40 .eyebrow {
  color: #8A9196;
}
.bg--gray {
  background-color: #e8e8e8;
}

.text--gray {
  color: #e8e8e8;
}

.border--gray {
  border-color: #e8e8e8;
}

.inner--gray {
  color: #e8e8e8;
}
.inner--gray .eyebrow {
  color: #e8e8e8;
}
.bg--light-gray {
  background-color: #f5f5f5;
}

.text--light-gray {
  color: #f5f5f5;
}

.border--light-gray {
  border-color: #f5f5f5;
}

.inner--light-gray {
  color: #f5f5f5;
}
.inner--light-gray .eyebrow {
  color: #f5f5f5;
}
.bg--light-gray-50 {
  background-color: #fafafa;
}

.text--light-gray-50 {
  color: #fafafa;
}

.border--light-gray-50 {
  border-color: #fafafa;
}

.inner--light-gray-50 {
  color: #fafafa;
}
.inner--light-gray-50 .eyebrow {
  color: #fafafa;
}
.bg--miles-white {
  background-color: #ffffff;
}

.text--miles-white {
  color: #ffffff;
}

.border--miles-white {
  border-color: #ffffff;
}

.inner--miles-white {
  color: #ffffff;
}
.inner--miles-white .eyebrow {
  color: #ffffff;
}
.bg--error {
  background-color: #ee0050;
}

.text--error {
  color: #ee0050;
}

.border--error {
  border-color: #ee0050;
}

.inner--error {
  color: #ee0050;
}
.inner--error .eyebrow {
  color: #ee0050;
}
.bg--success {
  background-color: #0e6251;
}

.text--success {
  color: #0e6251;
}

.border--success {
  border-color: #0e6251;
}

.inner--success {
  color: #0e6251;
}
.inner--success .eyebrow {
  color: #0e6251;
}
.bg--warning {
  background-color: #f0ad4e;
}

.text--warning {
  color: #f0ad4e;
}

.border--warning {
  border-color: #f0ad4e;
}

.inner--warning {
  color: #f0ad4e;
}
.inner--warning .eyebrow {
  color: #f0ad4e;
}
.messages--alert, .messages--error {
  border: 1px solid #ee0050;
}
.messages--success, .messages--status {
  border: 1px solid #0e6251;
}
.messages--warning {
  border: 1px solid #f0ad4e;
}

.darken-overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.45) 100%);
}
.darken-overlay--top::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.45) 100%);
}
.darken-overlay--bottom::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.45) 100%);
}

.d-none {
  display: none;
}
@media screen and (min-width: screen and (min-width: 480px)) {
  .d-none--sm, .d-none--sm-min {
    display: none;
  }
}
@media screen and (min-width: screen and (min-width: 0px)) {
  .d-none--xs, .d-none--xs-min {
    display: none;
  }
}
@media screen and (min-width: screen and (min-width: 768px)) {
  .d-none--md, .d-none--md-min {
    display: none;
  }
}
@media screen and (min-width: screen and (min-width: 1040px)) {
  .d-none--lg, .d-none--lg-min {
    display: none;
  }
}
@media screen and (min-width: screen and (min-width: 1440px)) {
  .d-none--xl, .d-none--xl-min {
    display: none;
  }
}
@media screen and (max-width: "screen and (min-width: 0px)"-1) {
  .d-none--xs-max {
    display: none;
  }
}
@media screen and (max-width: "screen and (min-width: 480px)"-1) {
  .d-none--sm-max {
    display: none;
  }
}
@media screen and (max-width: "screen and (min-width: 768px)"-1) {
  .d-none--md-max {
    display: none;
  }
}
@media screen and (max-width: "screen and (min-width: 1040px)"-1) {
  .d-none--lg-max {
    display: none;
  }
}
@media screen and (max-width: "screen and (min-width: 1440px)"-1) {
  .d-none--xl-max {
    display: none;
  }
}

@media screen and (min-width: screen and (min-width: 480px)) {
  .visually-hidden--sm, .visually-hidden--sm-min {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    word-wrap: normal;
  }
}
@media screen and (min-width: screen and (min-width: 0px)) {
  .visually-hidden--xs, .visually-hidden--xs-min {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    word-wrap: normal;
  }
}
@media screen and (min-width: screen and (min-width: 768px)) {
  .visually-hidden--md, .visually-hidden--md-min {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    word-wrap: normal;
  }
}
@media screen and (min-width: screen and (min-width: 1040px)) {
  .visually-hidden--lg, .visually-hidden--lg-min {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    word-wrap: normal;
  }
}
@media screen and (min-width: screen and (min-width: 1440px)) {
  .visually-hidden--xl, .visually-hidden--xl-min {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    word-wrap: normal;
  }
}
@media screen and (max-width: "screen and (min-width: 0px)"-1) {
  .visually-hidden--xs-max {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    word-wrap: normal;
  }
}
@media screen and (max-width: "screen and (min-width: 480px)"-1) {
  .visually-hidden--sm-max {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    word-wrap: normal;
  }
}
@media screen and (max-width: "screen and (min-width: 768px)"-1) {
  .visually-hidden--md-max {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    word-wrap: normal;
  }
}
@media screen and (max-width: "screen and (min-width: 1040px)"-1) {
  .visually-hidden--lg-max {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    word-wrap: normal;
  }
}
@media screen and (max-width: "screen and (min-width: 1440px)"-1) {
  .visually-hidden--xl-max {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    word-wrap: normal;
  }
}

@media screen and (min-width: screen and (min-width: 480px)) {
  .visually-hidden--off--sm, .visually-hidden--off--sm-min {
    position: static !important;
    clip: auto;
    height: auto;
    width: auto;
    overflow: visible;
  }
}
@media screen and (min-width: screen and (min-width: 0px)) {
  .visually-hidden--off--xs, .visually-hidden--off--xs-min {
    position: static !important;
    clip: auto;
    height: auto;
    width: auto;
    overflow: visible;
  }
}
@media screen and (min-width: screen and (min-width: 768px)) {
  .visually-hidden--off--md, .visually-hidden--off--md-min {
    position: static !important;
    clip: auto;
    height: auto;
    width: auto;
    overflow: visible;
  }
}
@media screen and (min-width: screen and (min-width: 1040px)) {
  .visually-hidden--off--lg, .visually-hidden--off--lg-min {
    position: static !important;
    clip: auto;
    height: auto;
    width: auto;
    overflow: visible;
  }
}
@media screen and (min-width: screen and (min-width: 1440px)) {
  .visually-hidden--off--xl, .visually-hidden--off--xl-min {
    position: static !important;
    clip: auto;
    height: auto;
    width: auto;
    overflow: visible;
  }
}
@media screen and (max-width: "screen and (min-width: 0px)"-1) {
  .visually-hidden--off--xs-max {
    position: static !important;
    clip: auto;
    height: auto;
    width: auto;
    overflow: visible;
  }
}
@media screen and (max-width: "screen and (min-width: 480px)"-1) {
  .visually-hidden--off--sm-max {
    position: static !important;
    clip: auto;
    height: auto;
    width: auto;
    overflow: visible;
  }
}
@media screen and (max-width: "screen and (min-width: 768px)"-1) {
  .visually-hidden--off--md-max {
    position: static !important;
    clip: auto;
    height: auto;
    width: auto;
    overflow: visible;
  }
}
@media screen and (max-width: "screen and (min-width: 1040px)"-1) {
  .visually-hidden--off--lg-max {
    position: static !important;
    clip: auto;
    height: auto;
    width: auto;
    overflow: visible;
  }
}
@media screen and (max-width: "screen and (min-width: 1440px)"-1) {
  .visually-hidden--off--xl-max {
    position: static !important;
    clip: auto;
    height: auto;
    width: auto;
    overflow: visible;
  }
}

/*------------------------------------*\
    #Layout utilities
\*------------------------------------*/
.full-width {
  width: 100%;
}

.full-height {
  height: 100%;
}

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

.rounded {
  border-radius: 1rem;
}

.pos--relative {
  position: relative;
}
.pos--absolute {
  position: absolute;
}
.pos--fixed {
  position: fixed;
}
.pos--sticky {
  position: sticky;
}
.pos--static {
  position: static;
}
.pos--top-left {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
.pos--top-right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}

.rel {
  position: relative;
}

[class*=pos--].top-0,
[class*=abs-center].top-0 {
  top: 0rem;
}
[class*=pos--].right-0,
[class*=abs-center].right-0 {
  right: 0rem;
}
[class*=pos--].bottom-0,
[class*=abs-center].bottom-0 {
  bottom: 0rem;
}
[class*=pos--].left-0,
[class*=abs-center].left-0 {
  left: 0rem;
}
[class*=pos--].top-1,
[class*=abs-center].top-1 {
  top: 0.5rem;
}
[class*=pos--].right-1,
[class*=abs-center].right-1 {
  right: 0.5rem;
}
[class*=pos--].bottom-1,
[class*=abs-center].bottom-1 {
  bottom: 0.5rem;
}
[class*=pos--].left-1,
[class*=abs-center].left-1 {
  left: 0.5rem;
}
[class*=pos--].top-2,
[class*=abs-center].top-2 {
  top: 1rem;
}
[class*=pos--].right-2,
[class*=abs-center].right-2 {
  right: 1rem;
}
[class*=pos--].bottom-2,
[class*=abs-center].bottom-2 {
  bottom: 1rem;
}
[class*=pos--].left-2,
[class*=abs-center].left-2 {
  left: 1rem;
}
[class*=pos--].top-3,
[class*=abs-center].top-3 {
  top: 1.5rem;
}
[class*=pos--].right-3,
[class*=abs-center].right-3 {
  right: 1.5rem;
}
[class*=pos--].bottom-3,
[class*=abs-center].bottom-3 {
  bottom: 1.5rem;
}
[class*=pos--].left-3,
[class*=abs-center].left-3 {
  left: 1.5rem;
}
[class*=pos--].top-4,
[class*=abs-center].top-4 {
  top: 2rem;
}
[class*=pos--].right-4,
[class*=abs-center].right-4 {
  right: 2rem;
}
[class*=pos--].bottom-4,
[class*=abs-center].bottom-4 {
  bottom: 2rem;
}
[class*=pos--].left-4,
[class*=abs-center].left-4 {
  left: 2rem;
}
[class*=pos--].top-5,
[class*=abs-center].top-5 {
  top: 2.5rem;
}
[class*=pos--].right-5,
[class*=abs-center].right-5 {
  right: 2.5rem;
}
[class*=pos--].bottom-5,
[class*=abs-center].bottom-5 {
  bottom: 2.5rem;
}
[class*=pos--].left-5,
[class*=abs-center].left-5 {
  left: 2.5rem;
}
[class*=pos--].top-6,
[class*=abs-center].top-6 {
  top: 3rem;
}
[class*=pos--].right-6,
[class*=abs-center].right-6 {
  right: 3rem;
}
[class*=pos--].bottom-6,
[class*=abs-center].bottom-6 {
  bottom: 3rem;
}
[class*=pos--].left-6,
[class*=abs-center].left-6 {
  left: 3rem;
}
[class*=pos--].top-7,
[class*=abs-center].top-7 {
  top: 3.5rem;
}
[class*=pos--].right-7,
[class*=abs-center].right-7 {
  right: 3.5rem;
}
[class*=pos--].bottom-7,
[class*=abs-center].bottom-7 {
  bottom: 3.5rem;
}
[class*=pos--].left-7,
[class*=abs-center].left-7 {
  left: 3.5rem;
}
[class*=pos--].top-8,
[class*=abs-center].top-8 {
  top: 4rem;
}
[class*=pos--].right-8,
[class*=abs-center].right-8 {
  right: 4rem;
}
[class*=pos--].bottom-8,
[class*=abs-center].bottom-8 {
  bottom: 4rem;
}
[class*=pos--].left-8,
[class*=abs-center].left-8 {
  left: 4rem;
}
[class*=pos--].top-9,
[class*=abs-center].top-9 {
  top: 4.5rem;
}
[class*=pos--].right-9,
[class*=abs-center].right-9 {
  right: 4.5rem;
}
[class*=pos--].bottom-9,
[class*=abs-center].bottom-9 {
  bottom: 4.5rem;
}
[class*=pos--].left-9,
[class*=abs-center].left-9 {
  left: 4.5rem;
}
[class*=pos--].top-10,
[class*=abs-center].top-10 {
  top: 5rem;
}
[class*=pos--].right-10,
[class*=abs-center].right-10 {
  right: 5rem;
}
[class*=pos--].bottom-10,
[class*=abs-center].bottom-10 {
  bottom: 5rem;
}
[class*=pos--].left-10,
[class*=abs-center].left-10 {
  left: 5rem;
}
[class*=pos--].top-a,
[class*=abs-center].top-a {
  top: auto;
}
[class*=pos--].right-a,
[class*=abs-center].right-a {
  right: auto;
}
[class*=pos--].bottom-a,
[class*=abs-center].bottom-a {
  bottom: auto;
}
[class*=pos--].left-a,
[class*=abs-center].left-a {
  left: auto;
}

.abs-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.abs-center--x {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.abs-center--y {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.z-behind {
  z-index: -1;
}

.z-0 {
  z-index: 0;
}

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

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

.z-3 {
  z-index: 3;
}

.z-4 {
  z-index: 4;
}

.z-5 {
  z-index: 5;
}

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

.z-7 {
  z-index: 7;
}

.z-8 {
  z-index: 8;
}

.z-9 {
  z-index: 9;
}

.z-10 {
  z-index: 10;
}

.rotate--0 {
  transform: rotate(0deg);
}

.rotate--45 {
  transform: rotate(45deg);
}

.rotate--90 {
  transform: rotate(90deg);
}

.rotate--135 {
  transform: rotate(135deg);
}

.rotate--180 {
  transform: rotate(180deg);
}

.rotate--225 {
  transform: rotate(225deg);
}

.rotate--270 {
  transform: rotate(270deg);
}

.rotate--315 {
  transform: rotate(315deg);
}

.rotate--360 {
  transform: rotate(360deg);
}

[class*=aspect-ratio--] {
  position: relative;
}
[class*=aspect-ratio--]::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
[class*=aspect-ratio--] > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.aspect-ratio--16-9::before {
  padding-top: 56.25%;
}
.aspect-ratio--4-3::before {
  padding-top: 75%;
}
.aspect-ratio--3-2::before {
  padding-top: 66.6666666667%;
}
.aspect-ratio--2-3::before {
  padding-top: 150%;
}
.aspect-ratio--3-4::before {
  padding-top: 133.3333333333%;
}
.aspect-ratio--9-16::before {
  padding-top: 177.7777777778%;
}

/*------------------------------------*\
    #Margin & Padding utilities

    Double specificity in classname avoids use of !important
\*------------------------------------*/
.remove-margin.remove-margin {
  margin: 0;
}

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

.remove-bottom.remove-bottom {
  margin-bottom: 0;
}

.add-top-padding {
  padding-top: 7rem;
}

.add-bottom-padding {
  padding-bottom: 7rem;
}

.paragraph--colored-bg.add-bottom-padding + .paragraph--colored-bg.add-top-padding {
  padding-top: 0rem;
}

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

.mr-auto {
  margin-right: auto;
}

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

.ma-0 {
  margin: 0rem;
}

.mx-0 {
  margin-left: 0rem;
  margin-right: 0rem;
}

.my-0 {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.ml-0 {
  margin-left: 0rem;
}

.mr-0 {
  margin-right: 0rem;
}

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

.mb-0 {
  margin-bottom: 0rem;
}

.pa-0 {
  padding: 0rem;
}

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

.py-0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.pl-0 {
  padding-left: 0rem;
}

.pr-0 {
  padding-right: 0rem;
}

.pt-0 {
  padding-top: 0rem;
}

.pb-0 {
  padding-bottom: 0rem;
}

.border--0 {
  border-width: 0rem;
  border-style: solid;
}
.border-top--0 {
  border-width: 0rem 0 0;
  border-style: solid;
}
.border-bottom--0 {
  border-width: 0 0 0rem;
  border-style: solid;
}
.border-left--0 {
  border-width: 0 0 0 0rem;
  border-style: solid;
}
.border-right--0 {
  border-width: 0 0rem 0 0;
  border-style: solid;
}

.ma-1 {
  margin: 0.5rem;
}

.mx-1 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.my-1 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.ml-1 {
  margin-left: 0.5rem;
}

.mr-1 {
  margin-right: 0.5rem;
}

.mt-1 {
  margin-top: 0.5rem;
}

.mb-1 {
  margin-bottom: 0.5rem;
}

.pa-1 {
  padding: 0.5rem;
}

.px-1 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-1 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.pl-1 {
  padding-left: 0.5rem;
}

.pr-1 {
  padding-right: 0.5rem;
}

.pt-1 {
  padding-top: 0.5rem;
}

.pb-1 {
  padding-bottom: 0.5rem;
}

.border--1 {
  border-width: 0.1rem;
  border-style: solid;
}
.border-top--1 {
  border-width: 0.1rem 0 0;
  border-style: solid;
}
.border-bottom--1 {
  border-width: 0 0 0.1rem;
  border-style: solid;
}
.border-left--1 {
  border-width: 0 0 0 0.1rem;
  border-style: solid;
}
.border-right--1 {
  border-width: 0 0.1rem 0 0;
  border-style: solid;
}

.ma-2 {
  margin: 1rem;
}

.mx-2 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my-2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.ml-2 {
  margin-left: 1rem;
}

.mr-2 {
  margin-right: 1rem;
}

.mt-2 {
  margin-top: 1rem;
}

.mb-2 {
  margin-bottom: 1rem;
}

.pa-2 {
  padding: 1rem;
}

.px-2 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.pl-2 {
  padding-left: 1rem;
}

.pr-2 {
  padding-right: 1rem;
}

.pt-2 {
  padding-top: 1rem;
}

.pb-2 {
  padding-bottom: 1rem;
}

.border--2 {
  border-width: 0.2rem;
  border-style: solid;
}
.border-top--2 {
  border-width: 0.2rem 0 0;
  border-style: solid;
}
.border-bottom--2 {
  border-width: 0 0 0.2rem;
  border-style: solid;
}
.border-left--2 {
  border-width: 0 0 0 0.2rem;
  border-style: solid;
}
.border-right--2 {
  border-width: 0 0.2rem 0 0;
  border-style: solid;
}

.ma-3 {
  margin: 1.5rem;
}

.mx-3 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.my-3 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.ml-3 {
  margin-left: 1.5rem;
}

.mr-3 {
  margin-right: 1.5rem;
}

.mt-3 {
  margin-top: 1.5rem;
}

.mb-3 {
  margin-bottom: 1.5rem;
}

.pa-3 {
  padding: 1.5rem;
}

.px-3 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-3 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.pl-3 {
  padding-left: 1.5rem;
}

.pr-3 {
  padding-right: 1.5rem;
}

.pt-3 {
  padding-top: 1.5rem;
}

.pb-3 {
  padding-bottom: 1.5rem;
}

.border--3 {
  border-width: 0.3rem;
  border-style: solid;
}
.border-top--3 {
  border-width: 0.3rem 0 0;
  border-style: solid;
}
.border-bottom--3 {
  border-width: 0 0 0.3rem;
  border-style: solid;
}
.border-left--3 {
  border-width: 0 0 0 0.3rem;
  border-style: solid;
}
.border-right--3 {
  border-width: 0 0.3rem 0 0;
  border-style: solid;
}

.ma-4 {
  margin: 2rem;
}

.mx-4 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.my-4 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.ml-4 {
  margin-left: 2rem;
}

.mr-4 {
  margin-right: 2rem;
}

.mt-4 {
  margin-top: 2rem;
}

.mb-4 {
  margin-bottom: 2rem;
}

.pa-4 {
  padding: 2rem;
}

.px-4 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pl-4 {
  padding-left: 2rem;
}

.pr-4 {
  padding-right: 2rem;
}

.pt-4 {
  padding-top: 2rem;
}

.pb-4 {
  padding-bottom: 2rem;
}

.border--4 {
  border-width: 0.4rem;
  border-style: solid;
}
.border-top--4 {
  border-width: 0.4rem 0 0;
  border-style: solid;
}
.border-bottom--4 {
  border-width: 0 0 0.4rem;
  border-style: solid;
}
.border-left--4 {
  border-width: 0 0 0 0.4rem;
  border-style: solid;
}
.border-right--4 {
  border-width: 0 0.4rem 0 0;
  border-style: solid;
}

.ma-5 {
  margin: 2.5rem;
}

.mx-5 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.my-5 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.ml-5 {
  margin-left: 2.5rem;
}

.mr-5 {
  margin-right: 2.5rem;
}

.mt-5 {
  margin-top: 2.5rem;
}

.mb-5 {
  margin-bottom: 2.5rem;
}

.pa-5 {
  padding: 2.5rem;
}

.px-5 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.py-5 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.pl-5 {
  padding-left: 2.5rem;
}

.pr-5 {
  padding-right: 2.5rem;
}

.pt-5 {
  padding-top: 2.5rem;
}

.pb-5 {
  padding-bottom: 2.5rem;
}

.border--5 {
  border-width: 0.5rem;
  border-style: solid;
}
.border-top--5 {
  border-width: 0.5rem 0 0;
  border-style: solid;
}
.border-bottom--5 {
  border-width: 0 0 0.5rem;
  border-style: solid;
}
.border-left--5 {
  border-width: 0 0 0 0.5rem;
  border-style: solid;
}
.border-right--5 {
  border-width: 0 0.5rem 0 0;
  border-style: solid;
}

.ma-6 {
  margin: 3rem;
}

.mx-6 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.my-6 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.ml-6 {
  margin-left: 3rem;
}

.mr-6 {
  margin-right: 3rem;
}

.mt-6 {
  margin-top: 3rem;
}

.mb-6 {
  margin-bottom: 3rem;
}

.pa-6 {
  padding: 3rem;
}

.px-6 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.py-6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.pl-6 {
  padding-left: 3rem;
}

.pr-6 {
  padding-right: 3rem;
}

.pt-6 {
  padding-top: 3rem;
}

.pb-6 {
  padding-bottom: 3rem;
}

.border--6 {
  border-width: 0.6rem;
  border-style: solid;
}
.border-top--6 {
  border-width: 0.6rem 0 0;
  border-style: solid;
}
.border-bottom--6 {
  border-width: 0 0 0.6rem;
  border-style: solid;
}
.border-left--6 {
  border-width: 0 0 0 0.6rem;
  border-style: solid;
}
.border-right--6 {
  border-width: 0 0.6rem 0 0;
  border-style: solid;
}

.ma-7 {
  margin: 3.5rem;
}

.mx-7 {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

.my-7 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.ml-7 {
  margin-left: 3.5rem;
}

.mr-7 {
  margin-right: 3.5rem;
}

.mt-7 {
  margin-top: 3.5rem;
}

.mb-7 {
  margin-bottom: 3.5rem;
}

.pa-7 {
  padding: 3.5rem;
}

.px-7 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.py-7 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.pl-7 {
  padding-left: 3.5rem;
}

.pr-7 {
  padding-right: 3.5rem;
}

.pt-7 {
  padding-top: 3.5rem;
}

.pb-7 {
  padding-bottom: 3.5rem;
}

.border--7 {
  border-width: 0.7rem;
  border-style: solid;
}
.border-top--7 {
  border-width: 0.7rem 0 0;
  border-style: solid;
}
.border-bottom--7 {
  border-width: 0 0 0.7rem;
  border-style: solid;
}
.border-left--7 {
  border-width: 0 0 0 0.7rem;
  border-style: solid;
}
.border-right--7 {
  border-width: 0 0.7rem 0 0;
  border-style: solid;
}

.ma-8 {
  margin: 4rem;
}

.mx-8 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.my-8 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.ml-8 {
  margin-left: 4rem;
}

.mr-8 {
  margin-right: 4rem;
}

.mt-8 {
  margin-top: 4rem;
}

.mb-8 {
  margin-bottom: 4rem;
}

.pa-8 {
  padding: 4rem;
}

.px-8 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.py-8 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.pl-8 {
  padding-left: 4rem;
}

.pr-8 {
  padding-right: 4rem;
}

.pt-8 {
  padding-top: 4rem;
}

.pb-8 {
  padding-bottom: 4rem;
}

.border--8 {
  border-width: 0.8rem;
  border-style: solid;
}
.border-top--8 {
  border-width: 0.8rem 0 0;
  border-style: solid;
}
.border-bottom--8 {
  border-width: 0 0 0.8rem;
  border-style: solid;
}
.border-left--8 {
  border-width: 0 0 0 0.8rem;
  border-style: solid;
}
.border-right--8 {
  border-width: 0 0.8rem 0 0;
  border-style: solid;
}

.ma-9 {
  margin: 4.5rem;
}

.mx-9 {
  margin-left: 4.5rem;
  margin-right: 4.5rem;
}

.my-9 {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
}

.ml-9 {
  margin-left: 4.5rem;
}

.mr-9 {
  margin-right: 4.5rem;
}

.mt-9 {
  margin-top: 4.5rem;
}

.mb-9 {
  margin-bottom: 4.5rem;
}

.pa-9 {
  padding: 4.5rem;
}

.px-9 {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.py-9 {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.pl-9 {
  padding-left: 4.5rem;
}

.pr-9 {
  padding-right: 4.5rem;
}

.pt-9 {
  padding-top: 4.5rem;
}

.pb-9 {
  padding-bottom: 4.5rem;
}

.border--9 {
  border-width: 0.9rem;
  border-style: solid;
}
.border-top--9 {
  border-width: 0.9rem 0 0;
  border-style: solid;
}
.border-bottom--9 {
  border-width: 0 0 0.9rem;
  border-style: solid;
}
.border-left--9 {
  border-width: 0 0 0 0.9rem;
  border-style: solid;
}
.border-right--9 {
  border-width: 0 0.9rem 0 0;
  border-style: solid;
}

.ma-10 {
  margin: 5rem;
}

.mx-10 {
  margin-left: 5rem;
  margin-right: 5rem;
}

.my-10 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.ml-10 {
  margin-left: 5rem;
}

.mr-10 {
  margin-right: 5rem;
}

.mt-10 {
  margin-top: 5rem;
}

.mb-10 {
  margin-bottom: 5rem;
}

.pa-10 {
  padding: 5rem;
}

.px-10 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.py-10 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.pl-10 {
  padding-left: 5rem;
}

.pr-10 {
  padding-right: 5rem;
}

.pt-10 {
  padding-top: 5rem;
}

.pb-10 {
  padding-bottom: 5rem;
}

.border--10 {
  border-width: 1rem;
  border-style: solid;
}
.border-top--10 {
  border-width: 1rem 0 0;
  border-style: solid;
}
.border-bottom--10 {
  border-width: 0 0 1rem;
  border-style: solid;
}
.border-left--10 {
  border-width: 0 0 0 1rem;
  border-style: solid;
}
.border-right--10 {
  border-width: 0 1rem 0 0;
  border-style: solid;
}