﻿body.compensate-for-scrollbar {
  overflow: hidden;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica Neue,
    Arial,
    sans-serif;
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  box-sizing: border-box;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition:
    opacity 0.25s,
    visibility 0s linear 0.25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition:
    opacity 0.25s,
    visibility 0s;
  visibility: visible;
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}
.fancybox-slide--next {
  z-index: 99995;
}
.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0;
}
.fancybox-slide--image:before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px 6px 0;
}
.fancybox-slide--iframe {
  padding: 44px 44px 0;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px;
  max-width: 100%;
  overflow: auto;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}
.fancybox-can-drag .fancybox-content {
  cursor: grab;
}
.fancybox-is-dragging .fancybox-content {
  cursor: grabbing;
}
.fancybox-container [data-selectable="true"] {
  cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px;
}
.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px;
}
.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.fancybox-iframe {
  vertical-align: top;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  transition: color 0.2s;
  vertical-align: top;
  width: 44px;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}
.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
}
.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision;
}
.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}
.fancybox-button--pause svg path:first-child,
.fancybox-button--play svg path:nth-child(2) {
  display: none;
}
.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor;
}
.fancybox-button--share svg path {
  stroke-width: 1;
}
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px;
}
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition:
    opacity 0.25s,
    visibility 0s,
    color 0.25s;
}
.fancybox-navigation .fancybox-button:after {
  content: "";
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px;
}
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10;
}
.fancybox-close-small svg {
  fill: transparent;
  opacity: 0.8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke 0.1s;
}
.fancybox-close-small:focus {
  outline: none;
}
.fancybox-close-small:hover svg {
  opacity: 1;
}
.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}
.fancybox-slide--iframe .fancybox-close-small:hover svg,
.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0;
}
.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
}
.fancybox-caption:after {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
  content: "";
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
.fancybox-loading {
  animation: a 0.8s linear infinite;
  background: transparent;
  border-radius: 100%;
  border: 6px solid hsla(0, 0%, 39%, 0.5);
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: 0.6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999;
}
@keyframes a {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x > ul {
  overflow: hidden;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}
.fancybox-thumbs > ul > li {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1;
}
@media (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figcaption,
figure {
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
main {
  display: block;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
input {
  overflow: visible;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  display: table;
  max-width: 100%;
  padding: 0;
  color: inherit;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
details {
  display: block;
}
summary {
  display: list-item;
}
menu {
  display: block;
}
canvas {
  display: inline-block;
}
[hidden],
template {
  display: none;
}
.slick-loading .slick-list {
  background: #fff url("../images/vendor/slick-carousel/slick/ajax-loader.gif")
    50% no-repeat;
}
@font-face {
  font-family: slick;
  src: url("../fonts/vendor/slick-carousel/slick/slick.eot");
  src:
    url("../fonts/vendor/slick-carousel/slick/slick.eot")
      format("embedded-opentype"),
    url("../fonts/vendor/slick-carousel/slick/slick.woff") format("woff"),
    url("../fonts/vendor/slick-carousel/slick/slick.ttf") format("truetype"),
    url("../fonts/vendor/slick-carousel/slick/slick.svg") format("svg");
  font-weight: 400;
  font-style: normal;
}
.slick-next,
.slick-prev {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  border: none;
}
.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
  background: transparent;
  color: transparent;
  outline: none;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "\2190";
}
[dir="rtl"] .slick-prev:before {
  content: "\2192";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "\2192";
}
[dir="rtl"] .slick-next:before {
  content: "\2190";
}
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
}
.slick-dots li,
.slick-dots li button {
  height: 20px;
  width: 20px;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: none;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000;
  opacity: 0.75;
}
.slick-slider {
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list,
.slick-slider {
  position: relative;
  display: block;
}
.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translateZ(0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
#responsive-tester {
  bottom: 0.5rem;
  display: block;
  font-size: 0.85rem;
  left: 0.5rem;
  padding-left: 1.5rem;
  position: fixed;
}
#responsive-tester span {
  background-color: #999;
  border-radius: 3rem;
  color: hsla(0, 0%, 100%, 0);
  display: inline-block;
  height: 1rem;
  left: 0;
  line-height: 1;
  margin-top: -0.5rem;
  overflow: hidden;
  position: absolute;
  top: 50%;
  width: 1rem;
  z-index: 10000;
}
#responsive-tester:after,
#responsive-tester:before {
  background-color: #000;
  color: #fff;
  display: inline;
  opacity: 0.8;
  padding: 0.15rem;
}
#responsive-tester:before {
  content: "Base: 0px\2013";
}
#responsive-tester:after {
  content: "576px";
}
a {
  color: #2e3192;
  text-decoration: none;
  font-family:
    pragmatica-extended,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-weight: 700;
}
a:hover {
  color: #0164b2;
}
h1 {
  font-family:
    pragmatica-extended,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.40625;
  margin-top: 0;
  margin-bottom: 0.6em;
}
@media (min-width: 950px) {
  h1 {
    font-size: 2.2rem;
  }
}
.hero__title,
h2 {
  font-family:
    pragmatica-extended,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1.40625;
  margin-top: 0;
  margin-bottom: 0.6em;
}
@media (min-width: 950px) {
  .hero__title,
  h2 {
    font-size: 2.6rem;
  }
}
.bannerWithOffsetImage__header,
.calloutText,
.featuredBlogPosts__heading,
.fullWidthStylized__heading,
.popularBlogPosts__heading,
.resource-library .filter h2,
.textWithImage__heading:not(.-fullWidthLeft, .-fullWidthCenter),
.titleWithCTA__heading,
h3 {
  font-family:
    pragmatica-extended,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.40625;
  margin-top: 0;
  margin-bottom: 0.6em;
  text-transform: uppercase;
}
.fullWidthCarousel__title,
h4 {
  font-size: 1.1rem;
}
.checklistBox__title,
.fullWidthCarousel__title,
h4,
h5 {
  font-family:
    pragmatica-extended,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-weight: 600;
  line-height: 1.40625;
  margin-top: 0;
  margin-bottom: 0.6em;
}
.checklistBox__title,
h5 {
  font-size: 1rem;
}
.card__eyebrow,
.dealerCard__eyebrow,
.resourceCard__eyebrow {
  font-size: 0.8888888889rem;
  text-transform: uppercase;
  color: #0164b2;
  margin-bottom: 1.4805555556rem;
}
.blog-list--post .blog-list--post-title,
.fullWidthStylized__lead,
.lead,
.popularBlogPosts__title,
.post-list .post-list--post-meta .post-list--post-title,
.textWithImage__lead {
  font-size: 1.3333333333rem;
  line-height: 1.25;
}
.checklistBox.-darkGray,
.checklistBox.-darkGray .calloutText,
.checklistBox.-darkGray h1,
.checklistBox.-darkGray h2,
.checklistBox.-darkGray h3,
.checklistBox.-darkGray h4,
.checklistBox.-darkGray h5,
.checklistBox.-darkGray h6,
.layer.-bgImage,
.layer.-bgImage .calloutText,
.layer.-bgImage h1,
.layer.-bgImage h2,
.layer.-bgImage h3,
.layer.-bgImage h4,
.layer.-bgImage h5,
.layer.-bgImage h6,
.layer.-darkGray,
.layer.-darkGray .calloutText,
.layer.-darkGray h1,
.layer.-darkGray h2,
.layer.-darkGray h3,
.layer.-darkGray h4,
.layer.-darkGray h5,
.layer.-darkGray h6,
.layer.-halfLinesDark,
.layer.-halfLinesDark .calloutText,
.layer.-halfLinesDark h1,
.layer.-halfLinesDark h2,
.layer.-halfLinesDark h3,
.layer.-halfLinesDark h4,
.layer.-halfLinesDark h5,
.layer.-halfLinesDark h6,
.layer.-linesDark,
.layer.-linesDark .calloutText,
.layer.-linesDark h1,
.layer.-linesDark h2,
.layer.-linesDark h3,
.layer.-linesDark h4,
.layer.-linesDark h5,
.layer.-linesDark h6,
.layer.-linesDarkMuted,
.layer.-linesDarkMuted .calloutText,
.layer.-linesDarkMuted h1,
.layer.-linesDarkMuted h2,
.layer.-linesDarkMuted h3,
.layer.-linesDarkMuted h4,
.layer.-linesDarkMuted h5,
.layer.-linesDarkMuted h6,
.layer.-red,
.layer.-red .calloutText,
.layer.-redGradient,
.layer.-redGradient .calloutText,
.layer.-redGradient h1,
.layer.-redGradient h2,
.layer.-redGradient h3,
.layer.-redGradient h4,
.layer.-redGradient h5,
.layer.-redGradient h6,
.layer.-red h1,
.layer.-red h2,
.layer.-red h3,
.layer.-red h4,
.layer.-red h5,
.layer.-red h6 {
  color: #fff;
}
.bannerWithOffsetImage.-lightGray,
.bannerWithOffsetImage.-lightGray .calloutText,
.bannerWithOffsetImage.-lightGray a,
.bannerWithOffsetImage.-lightGray h1,
.bannerWithOffsetImage.-lightGray h2,
.bannerWithOffsetImage.-lightGray h3,
.bannerWithOffsetImage.-lightGray h4,
.bannerWithOffsetImage.-lightGray h5,
.bannerWithOffsetImage.-lightGray h6,
.bannerWithOffsetImage.-lightGray p,
.bannerWithOffsetImage.-lines,
.bannerWithOffsetImage.-lines .calloutText,
.bannerWithOffsetImage.-lines a,
.bannerWithOffsetImage.-lines h1,
.bannerWithOffsetImage.-lines h2,
.bannerWithOffsetImage.-lines h3,
.bannerWithOffsetImage.-lines h4,
.bannerWithOffsetImage.-lines h5,
.bannerWithOffsetImage.-lines h6,
.bannerWithOffsetImage.-lines p,
.bannerWithOffsetImage.-white,
.bannerWithOffsetImage.-white .calloutText,
.bannerWithOffsetImage.-white a,
.bannerWithOffsetImage.-white h1,
.bannerWithOffsetImage.-white h2,
.bannerWithOffsetImage.-white h3,
.bannerWithOffsetImage.-white h4,
.bannerWithOffsetImage.-white h5,
.bannerWithOffsetImage.-white h6,
.bannerWithOffsetImage.-white p {
  color: #353638;
}
.featuredBlogPosts,
.imageGallerySlider,
.newsSlider__slider.js-newsSlider {
  transition: opacity 0.3s ease-in;
  opacity: 1;
}
.featuredBlogPosts:not(.slick-initialized),
.imageGallerySlider:not(.slick-initialized),
.newsSlider__slider.js-newsSlider:not(.slick-initialized) {
  opacity: 0;
}
.featuredBlogPosts .slick-dots li button:before,
.fullWidthCarousel__controls .slick-dots li button:before,
.iconCardFilters.-slider
  .iconCardFilters__controls
  .slick-dots
  li
  button:before,
.imageCardSlider__controls .slick-dots li button:before,
.imageCarousel__controls .slick-dots li button:before,
.imageGallerySlider__controls .slick-dots li button:before,
.newsSlider__controls .slick-dots li button:before {
  -webkit-text-stroke: 1.5px #fff;
  -webkit-text-fill-color: transparent;
  opacity: 1;
  font-size: 10px;
}
.featuredBlogPosts .slick-dots li.slick-active button:before,
.fullWidthCarousel__controls .slick-dots li.slick-active button:before,
.iconCardFilters.-slider
  .iconCardFilters__controls
  .slick-dots
  li.slick-active
  button:before,
.imageCardSlider__controls .slick-dots li.slick-active button:before,
.imageCarousel__controls .slick-dots li.slick-active button:before,
.imageGallerySlider__controls .slick-dots li.slick-active button:before,
.newsSlider__controls .slick-dots li.slick-active button:before {
  -webkit-text-fill-color: #2e3192;
}
.fullWidthCarousel__controls,
.iconCardFilters.-slider .iconCardFilters__controls,
.imageCardSlider__controls,
.imageCarousel__controls,
.imageGallerySlider__controls,
.newsSlider__controls {
  display: flex;
  position: absolute;
  bottom: 2.1944444444rem;
  left: 50%;
  transform: translate(-50%, -50%);
}
.fullWidthCarousel__controls .slick-dots,
.iconCardFilters.-slider .iconCardFilters__controls .slick-dots,
.imageCardSlider__controls .slick-dots,
.imageCarousel__controls .slick-dots,
.imageGallerySlider__controls .slick-dots,
.newsSlider__controls .slick-dots {
  position: inherit;
  transform: translateY(-10%);
}
.cardSlider__arrow,
.featuredBlogPosts > .slick-arrow:before,
.fullWidthCarousel__arrow,
.iconCardFilters.-slider .iconCardFilters__controls .iconCardFilters__arrow,
.imageCardSlider__arrow,
.imageCarousel__arrow,
.imageGallerySlider__arrow,
.modal__arrow,
.newsSlider__arrow {
  width: 2rem;
  height: 2rem;
  border: none;
  cursor: pointer;
}
.cardSlider__arrow:hover,
.featuredBlogPosts > .slick-arrow:hover:before,
.fullWidthCarousel__arrow:hover,
.iconCardFilters.-slider
  .iconCardFilters__controls
  .iconCardFilters__arrow:hover,
.imageCardSlider__arrow:hover,
.imageCarousel__arrow:hover,
.imageGallerySlider__arrow:hover,
.modal__arrow:hover,
.newsSlider__arrow:hover {
  filter: brightness(0.8);
}
@media (min-width: 1110px) {
  .cardSlider__arrow,
  .featuredBlogPosts > .slick-arrow:before,
  .fullWidthCarousel__arrow,
  .iconCardFilters.-slider .iconCardFilters__controls .iconCardFilters__arrow,
  .imageCardSlider__arrow,
  .imageCarousel__arrow,
  .imageGallerySlider__arrow,
  .modal__arrow,
  .newsSlider__arrow {
    width: 1.77777778rem;
    height: 1.77777778rem;
  }
}
.-prev.cardSlider__arrow,
.-prev.fullWidthCarousel__arrow,
.-prev.imageCardSlider__arrow,
.-prev.imageCarousel__arrow,
.-prev.imageGallerySlider__arrow,
.-prev.modal__arrow,
.-prev.newsSlider__arrow,
.iconCardFilters.-slider
  .iconCardFilters__controls
  .-prev.iconCardFilters__arrow {
  background-image: url("../images/prev-slider-arrow.svg");
}
.-next.cardSlider__arrow,
.-next.fullWidthCarousel__arrow,
.-next.imageCardSlider__arrow,
.-next.imageCarousel__arrow,
.-next.imageGallerySlider__arrow,
.-next.modal__arrow,
.-next.newsSlider__arrow,
.iconCardFilters.-slider
  .iconCardFilters__controls
  .-next.iconCardFilters__arrow {
  background-image: url("../images/next-slider-arrow.svg");
}
@media (max-width: 576px) {
  .-next.cardSlider__arrow,
  .-next.fullWidthCarousel__arrow,
  .-next.imageCardSlider__arrow,
  .-next.imageCarousel__arrow,
  .-next.imageGallerySlider__arrow,
  .-next.modal__arrow,
  .-next.newsSlider__arrow,
  .-prev.cardSlider__arrow,
  .-prev.fullWidthCarousel__arrow,
  .-prev.imageCardSlider__arrow,
  .-prev.imageCarousel__arrow,
  .-prev.imageGallerySlider__arrow,
  .-prev.modal__arrow,
  .-prev.newsSlider__arrow,
  .iconCardFilters.-slider
    .iconCardFilters__controls
    .-next.iconCardFilters__arrow,
  .iconCardFilters.-slider
    .iconCardFilters__controls
    .-prev.iconCardFilters__arrow {
    display: none !important;
  }
}
.-disabled.cardSlider__arrow,
.-disabled.fullWidthCarousel__arrow,
.-disabled.imageCardSlider__arrow,
.-disabled.imageCarousel__arrow,
.-disabled.imageGallerySlider__arrow,
.-disabled.modal__arrow,
.-disabled.newsSlider__arrow,
.iconCardFilters.-slider
  .iconCardFilters__controls
  .-disabled.iconCardFilters__arrow {
  display: none;
}
.cardSlider__slider {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.cardSlider__slider::-webkit-scrollbar {
  display: none;
}
.faq__questionButton {
  background-color: transparent;
  border: none;
  padding: 0;
  box-shadow: none;
  font-family:
    pragmatica-condensed,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
}
.cardSlider__slider {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
}
html {
  box-sizing: border-box;
}
@media (min-width: 1110px) {
  html {
    font-size: 112.5%;
  }
}
*,
:after,
:before {
  box-sizing: inherit;
}
body {
  color: #4d4f53;
  font-family:
    pragmatica-condensed,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
img {
  width: 100%;
  vertical-align: middle;
  height: auto;
}
::selection {
  background-color: #2e3192;
  color: #fff;
}
::-moz-selection {
  background-color: #2e3192;
  color: #fff;
}
.column-wrap {
  position: relative;
  display: flex;
}
.component {
  padding: 2rem 0;
}
main {
  position: relative;
}
main h2 {
  font-size: 1.5rem;
  text-transform: none;
  line-height: 1.3;
  margin-top: 0;
}
@media only screen and (min-width: 576px) {
  main h2 {
    font-size: 2rem;
    line-height: 1.2;
    margin-top: 1rem;
  }
  main h2 #responsive-tester span {
    background-color: purple;
  }
  main h2 #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  main h2 #responsive-tester:after {
    content: "1024px";
  }
}
figure.image {
  margin: 0;
}
figure.image figcaption {
  margin-top: 0.5rem;
  color: #949494;
  font-style: italic;
}
figure.block-image {
  margin: 0;
  max-width: 100%;
}
@media only screen and (min-width: 950px) {
  figure.block-image {
    max-width: 70%;
  }
}
figure.block-image.-centered {
  margin: 0 auto;
}
.image-with-text img {
  max-width: 100%;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 600px) {
  .image-with-text img {
    max-width: 44%;
  }
}
@media only screen and (min-width: 600px) {
  .image-with-text img.left {
    float: left;
    margin-right: 1rem;
  }
}
@media only screen and (min-width: 600px) {
  .image-with-text img.right {
    float: right;
    margin-left: 1rem;
  }
}
@media only screen and (min-width: 950px) {
  .left .block-image,
  .right .block-image {
    max-width: 100% !important;
  }
}
.sr-only {
  clip: rect(0 0 0 0);
}
.media figure {
  margin: 0;
}
ul.checkmark {
  list-style: none;
}
ul.checkmark li {
  margin-bottom: 1rem;
}
ul.checkmark li:before {
  background: url("../images/checkmark.svg") no-repeat;
  content: "";
  display: inline-block;
  height: 15px;
  margin-left: -2rem;
  margin-right: 14px;
  width: 21px;
}
ul.no-style {
  list-style: none;
  margin: 0;
  padding: 0;
}
.back-button {
  padding: 1rem 0 3rem;
}
.loading-wrapper {
  position: relative;
}
.button.loading {
  background-color: rgba(198, 12, 48, 0.3);
  padding: 0.15rem 5rem;
  z-index: 10;
}
.button.loading i {
  font-size: 1.5rem;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  color: #2e3192;
}
.fancybox-content {
  background: transparent;
  max-height: 90vh !important;
  max-width: 90vw;
  padding: 0;
}
.fancybox-content .fancybox-close-small {
  height: 30px !important;
  padding: 0 !important;
  width: 30px !important;
}
.fancybox-content figure.image {
  padding: 1.5rem !important;
  text-align: center;
}
.fancybox-content figure.image img {
  max-height: 80vh !important;
  margin: 0 auto;
  width: auto;
}
.fancybox-content.video {
  margin: 0 !important;
}
.fancybox-content .video,
.fancybox-content.video .video {
  margin-bottom: 0;
  margin-top: 0;
}
.fancybox-content .video {
  max-height: 90vh;
  overflow: hidden;
}
.fancybox-content .video video {
  max-height: 90vh;
  width: auto !important;
}
.fancybox-content .embed {
  margin: 0 !important;
  text-align: center;
  padding: 1rem;
  overflow: hidden;
  width: auto !important;
}
.fancybox-content .embed iframe {
  margin-top: 0;
  max-width: 100%;
  width: auto !important;
  max-height: 90vh;
}
.fancybox-content.json {
  overflow: hidden;
}
.fancybox-content.rendering {
  padding: 1rem;
  width: 95vw;
  height: 95vw;
}
.fancybox-content.rendering iframe {
  border: none;
}
.fancybox-content.rendering embed,
.fancybox-content.rendering iframe {
  width: 100% !important;
  height: 98% !important;
}
.resource-popup .fancybox-content {
  height: auto;
  padding: 1rem;
  width: 70vw !important;
  background: #fff;
}
.columns {
  margin: 3rem 0;
}
.columns figure.image {
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 100%;
}
@media only screen and (min-width: 576px) {
  .columns figure.image {
    width: 60%;
  }
  .columns figure.image #responsive-tester span {
    background-color: purple;
  }
  .columns figure.image #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .columns figure.image #responsive-tester:after {
    content: "1024px";
  }
}
@media only screen and (min-width: 1024px) {
  .columns figure.image {
    margin-bottom: 0;
    width: 100%;
  }
  .columns figure.image #responsive-tester span {
    background-color: green;
  }
  .columns figure.image #responsive-tester:before {
    content: "Large: 1024px\2013";
  }
  .columns figure.image #responsive-tester:after {
    content: "1200px";
  }
}
@media only screen and (min-width: 1024px) {
  .columns {
    display: flex;
    justify-content: space-between;
  }
  .columns #responsive-tester span {
    background-color: green;
  }
  .columns #responsive-tester:before {
    content: "Large: 1024px\2013";
  }
  .columns #responsive-tester:after {
    content: "1200px";
  }
  .columns > div {
    flex-basis: 45%;
  }
}
.columns .left,
.columns .right {
  margin: 1rem 0;
}
@media only screen and (min-width: 576px) {
  .columns .left,
  .columns .right {
    margin: 0;
  }
  .columns .left #responsive-tester span,
  .columns .right #responsive-tester span {
    background-color: purple;
  }
  .columns .left #responsive-tester:before,
  .columns .right #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .columns .left #responsive-tester:after,
  .columns .right #responsive-tester:after {
    content: "1024px";
  }
}
.videos {
  background: url("../images/background-texture.jpg");
  padding: 3rem 0;
}
.video {
  margin-bottom: 4rem;
  margin-top: 4rem;
  max-width: 100%;
}
@media only screen and (min-width: 950px) {
  .video {
    margin-left: auto;
    margin-right: auto;
  }
}
.video h3 {
  color: #2e3192;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.video .video-description {
  font-size: 0.875rem;
}
.video video {
  height: auto !important;
  width: 100% !important;
}
.video-wrapper {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 1rem;
}
.video-wrapper iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
section.padding {
  padding: 3rem 0;
}
.adminbar {
  position: fixed !important;
  bottom: 0;
}
.filtering {
  opacity: 0.5;
}
.hidden-on-load {
  display: none !important;
}
.hiddenStretchedLink__parent {
  position: relative;
}
.hiddenStretchedLink__link:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #353638;
}
p {
  margin: 0 0 1rem;
  padding: 0;
  line-height: 1.8888888889;
}
.faq li a,
.fullWidthText li a,
.legacyLinks a,
p a {
  color: inherit;
  text-decoration: none;
  font-family: inherit;
  font-weight: inherit;
  border-bottom: 2px solid #2e3192;
}
.faq li a:hover,
.fullWidthText li a:hover,
.legacyLinks a:hover,
p a:hover {
  color: #2e3192;
}
.faq li a[href^="mailto:"],
.fullWidthText li a[href^="mailto:"],
.legacyLinks a[href^="mailto:"],
p a[href^="mailto:"] {
  border-bottom: 2px solid #2e3192;
}
.faq li a[href^="mailto:"]:hover,
.fullWidthText li a[href^="mailto:"]:hover,
.legacyLinks a[href^="mailto:"]:hover,
p a[href^="mailto:"]:hover {
  color: #2e3192;
}
b,
strong {
  font-weight: 700;
}
blockquote,
em,
i {
  font-style: italic;
}
blockquote {
  border-left: 0.5rem solid #2e3192;
  color: #999ba0;
  font-size: 1.25rem;
  margin-bottom: 3rem;
  padding: 1rem 0 1rem 1rem;
}
blockquote:before {
  color: #a6a8ac;
  content: open-quote;
  font-size: 4rem;
  line-height: 0.1rem;
  vertical-align: -0.4rem;
}
.heading-large {
  margin: 2rem 0 0.6rem;
}
.heading-medium,
.heading-small {
  margin: 1.5rem 0 0.6rem;
}
.heading-large ~ .columns,
.heading-medium ~ .columns,
.heading-small ~ .columns {
  margin: 1rem 0;
}
.intro p,
.two-column-intro p {
  font-size: 1.3rem;
  margin-bottom: 0.8em;
}
.two-column-intro {
  color: #4d4f53;
}
.text-center {
  display: block;
  text-align: center;
}
.button,
.hs-button {
  display: inline-block;
  padding: 0.5555555556rem 2.7777777778rem;
  border: transparent;
  border-radius: 25px;
  font-family:
    pragmatica-extended,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 1rem;
  font-weight: 700;
  background-color: transparent;
  cursor: pointer;
}
.button.-primary,
.button.primary,
.hs-button.-primary,
.hs-button.primary {
  background-color: #2e3192;
  border: 3px solid #2e3192;
  color: #fff;
}
.button.-primary:hover,
.button.primary:hover,
.hs-button.-primary:hover,
.hs-button.primary:hover {
  background-color: #0164b2;
  border: 3px solid #0164b2;
}
.button.-outline,
.hs-button.-outline {
  border: 3px solid #fff;
  color: #fff;
  border-radius: 25px;
}
.button.-outline:hover,
.hs-button.-outline:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.button.-outlineRed,
.hs-button.-outlineRed {
  border: 3px solid #2e3192;
  color: #2e3192;
  border-radius: 25px;
}
.button.-outlineRed:hover,
.hs-button.-outlineRed:hover {
  background-color: #2e3192;
  color: #fff;
}
.button.-small,
.hs-button.-small {
  font-size: 0.8888888889rem;
  padding: 0.5277777778rem 1.7777777778rem;
}
.button.-center,
.hs-button.-center {
  margin: 0 auto;
  display: block;
}
.button__loadingImage,
.hs-button__loadingImage {
  height: 1.5rem;
}
.button.-moveUp,
.hs-button.-moveUp {
  transform: translateY(-1rem);
}
.calloutText {
  font-size: 1.7777777778rem;
  line-height: 1.40625;
  color: #353638;
}
.calloutText__wrapper {
  max-width: 54.4444444444rem;
}
.calloutText__wrapper.spacing-marginTop--normal {
  margin-top: 3.55556rem !important;
}
.calloutText__wrapper.spacing-marginTop--tight {
  margin-top: 1.77778rem !important;
}
.calloutText__wrapper.spacing-marginTop--none {
  margin-top: 0 !important;
}
.calloutText__wrapper.spacing-marginBottom--normal {
  margin-bottom: 3.55556rem !important;
}
.calloutText__wrapper.spacing-marginBottom--tight {
  margin-bottom: 1.77778rem !important;
}
.calloutText__wrapper.spacing-marginBottom--none {
  margin-bottom: 0 !important;
}
.calloutText__wrapper.spacing-paddingTop--normal {
  padding-top: 3.55556rem !important;
}
.calloutText__wrapper.spacing-paddingTop--tight {
  padding-top: 1.77778rem !important;
}
.calloutText__wrapper.spacing-paddingTop--none {
  padding-top: 0 !important;
}
.calloutText__wrapper.spacing-paddingBottom--normal {
  padding-bottom: 3.55556rem !important;
}
.calloutText__wrapper.spacing-paddingBottom--tight {
  padding-bottom: 1.77778rem !important;
}
.calloutText__wrapper.spacing-paddingBottom--none {
  padding-bottom: 0 !important;
}
@media (min-width: 810px) {
  .calloutText__wrapper {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
.calloutText__wrapper.-right {
  margin-left: auto;
  text-align: right;
}
.calloutText__wrapper.-center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.container {
  width: 100%;
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1110px) {
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.container.-center {
  text-align: center;
}
.container.-right {
  text-align: right;
}
@media (min-width: 810px) {
  .container.-twoColumn {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem;
  }
  .container.-twoColumn.-extraSpace {
    -moz-column-gap: 8.8888888889rem;
    column-gap: 8.8888888889rem;
  }
}
@media (min-width: 810px) {
  .container.-threeColumn {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }
}
.container.-threeColumn > * + * {
  margin-top: 1rem;
}
@media (min-width: 810px) {
  .container.-threeColumn > * + * {
    margin-top: 0;
  }
}
.container.-padding {
  padding: 1rem;
}
/* .container--first-column {
  max-width: 41rem;
} */
.eyebrow {
  font-size: 0.8888888889rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
}
.eyebrow.-red {
  color: #2e3192;
}
.eyebrow.-gray {
  color: #353638;
}
.eyebrow.-white {
  color: #fff;
}
.fullWidthMedia {
  display: block;
  width: 100%;
  height: auto;
}
.fullWidthMedia.spacing-marginTop--normal {
  margin-top: 3.55556rem !important;
}
.fullWidthMedia.spacing-marginTop--tight {
  margin-top: 1.77778rem !important;
}
.fullWidthMedia.spacing-marginTop--none {
  margin-top: 0 !important;
}
.fullWidthMedia.spacing-marginBottom--normal {
  margin-bottom: 3.55556rem !important;
}
.fullWidthMedia.spacing-marginBottom--tight {
  margin-bottom: 1.77778rem !important;
}
.fullWidthMedia.spacing-marginBottom--none {
  margin-bottom: 0 !important;
}
.fullWidthMedia.spacing-paddingTop--normal {
  padding-top: 3.55556rem !important;
}
.fullWidthMedia.spacing-paddingTop--tight {
  padding-top: 1.77778rem !important;
}
.fullWidthMedia.spacing-paddingTop--none {
  padding-top: 0 !important;
}
.fullWidthMedia.spacing-paddingBottom--normal {
  padding-bottom: 3.55556rem !important;
}
.fullWidthMedia.spacing-paddingBottom--tight {
  padding-bottom: 1.77778rem !important;
}
.fullWidthMedia.spacing-paddingBottom--none {
  padding-bottom: 0 !important;
}
.image.-fullWidth {
  width: 100%;
  height: auto;
}
.layer {
  width: 100%;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 950px) {
  .layer {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
.layer.-white {
  background-color: #fff;
}
.layer.-white + .layer.-white {
  padding-top: 0;
}
.layer.-noSpacer {
  padding-top: 0;
  padding-bottom: 0;
}
.layer.-tightSpacing {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
.layer.-lines {
  background:
    url("../images/curved-lines-background.svg") right -45rem bottom -20rem
      no-repeat,
    linear-gradient(#fff, #fff);
}
@media (min-width: 950px) {
  .layer.-lines {
    background:
      url("../images/curved-lines-background.svg") right 50% bottom 50%/150%
        no-repeat,
      linear-gradient(#fff, #fff);
  }
}
.layer.-red a,
.layer.-redGradient a {
  color: #fff;
}
.layer.-red a:hover,
.layer.-redGradient a:hover {
  color: #f2f2f2;
}
.layer.-red .button.-primary,
.layer.-redGradient .button.-primary {
  border-color: #fff;
}
.layer.-linesDark {
  background:
    linear-gradient(136deg, rgba(77, 79, 83, 0.5), #353638),
    url("../images/curved-lines-background.svg") right -45rem bottom -20rem
      no-repeat,
    linear-gradient(136deg, #4d4f53, #353638);
}
@media (min-width: 950px) {
  .layer.-linesDark {
    background:
      linear-gradient(136deg, rgba(77, 79, 83, 0.5), #353638),
      url("../images/curved-lines-background.svg") right 50% bottom 50%/150%
        no-repeat,
      linear-gradient(136deg, #4d4f53, #353638);
  }
}
.layer.-linesDarkMuted {
  background-color: #353638;
  background-image: url("../images/lines-dark-muted.svg");
  position: relative;
}
.layer.-red {
  background-color: #2e3192;
  color: #fff;
}
.layer.-red + .layer.-red {
  padding-top: 0;
}
.layer.-redGradient {
  background: linear-gradient(124deg, #2e3192, #0164b2);
  color: #fff;
}
.layer.-darkGray {
  background-color: #353638;
  color: #fff;
}
.layer.-darkGray + .layer.-darkGray {
  padding-top: 0;
}
.layer.-lightGray {
  background-color: #f0f0f0;
}
.layer.-lightGray + .layer.-lightGray {
  padding-top: 0;
}
.layer.-bgImage {
  background-image:
    linear-gradient(rgba(53, 54, 56, 0.8), rgba(53, 54, 56, 0.8)),
    var(--bgImage);
  background-size: cover;
  color: #fff;
}
.layer.-halfLinesDark {
  background:
    linear-gradient(
      180deg,
      hsla(0, 0%, 100%, 0) 0,
      hsla(0, 0%, 100%, 0) 60%,
      #fff 0,
      #fff
    ),
    linear-gradient(136deg, rgba(77, 79, 83, 0.5), #353638),
    url("../images/curved-lines-background.svg") right -45rem bottom -20rem
      no-repeat,
    linear-gradient(136deg, #4d4f53, #353638);
}
@media (min-width: 950px) {
  .layer.-halfLinesDark {
    background:
      linear-gradient(
        180deg,
        hsla(0, 0%, 100%, 0) 0,
        hsla(0, 0%, 100%, 0) 60%,
        #fff 0,
        #fff
      ),
      linear-gradient(136deg, rgba(77, 79, 83, 0.5), #353638),
      url("../images/curved-lines-background.svg") right 50% bottom 50%/150%
        no-repeat,
      linear-gradient(136deg, #4d4f53, #353638);
  }
}
.menu-toggle {
  cursor: pointer;
  height: 23px;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  width: 30px;
}
@media only screen and (min-width: 950px) {
  .menu-toggle {
    display: none;
  }
}
.menu-toggle span {
  background: #4d4f53;
  display: block;
  height: 2px;
  left: 0;
  opacity: 1;
  position: absolute;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  width: 100%;
}
.menu-toggle span:first-child {
  top: 0;
  transform-origin: left center;
}
.menu-toggle span:nth-child(2) {
  top: 9px;
  transform-origin: left center;
}
.menu-toggle span:nth-child(3) {
  top: 18px;
  transform-origin: left center;
}
.menu-toggle.open span:first-child {
  left: 4px;
  top: -1px;
  transform: rotate(45deg);
}
.menu-toggle.open span:nth-child(2) {
  opacity: 0;
  width: 0;
}
.menu-toggle.open span:nth-child(3) {
  left: 4px;
  top: 20px;
  transform: rotate(-45deg);
}
.sub-menu-toggle {
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-left: 1px solid hsla(0, 0%, 100%, 0.3);
  background-color: transparent;
  color: #fff;
  cursor: pointer;
  font-family:
    pragmatica-condensed,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  margin: 0;
  padding: 1.2rem;
  -webkit-appearance: none;
}
.sub-menu-toggle i {
  color: #fff;
}
.moduleMargin--normal {
  margin-block: 3.5555555556rem !important;
}
.moduleMargin--tight {
  margin-block: 1.7777777778rem !important;
}
.moduleMargin--none {
  margin-block: 0 !important;
}
.buttonGroup > :not(:last-child) {
  margin-bottom: 1rem;
  margin-right: 1rem;
}
@media (min-width: 810px) {
  .buttonGroup > :not(:last-child) {
    margin-bottom: 0;
  }
}
.card {
  display: flex;
  flex-direction: column;
  position: relative;
}
.card.-hoverEffect:hover .card__image {
  transform: scale(1.15);
}
.card.-fixed {
  max-width: 19.4444444444rem;
}
.card.-products {
  width: 100%;
}
.card.-gray {
  background-color: #f0f0f0;
  color: #1e1e1e;
  padding: 1.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-radius: 0 0 25px 0;
}
.card.-hero {
  padding: 0.4rem 2rem 0.4rem 1rem;
  min-width: 50%;
  width: -moz-fit-content;
  width: fit-content;
}
.card__imageWrapper {
  margin-bottom: 1.4277777778rem;
  height: 10.9444444444rem;
  width: 100%;
  display: block;
  overflow: hidden;
}
.card__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.2s ease-in;
}
.card__image.-contain {
  -o-object-fit: contain;
  object-fit: contain;
}
.card__image.-fill {
  -o-object-fit: fill;
  object-fit: fill;
}
.card__title {
  text-transform: uppercase;
  font-size: 1.1111111111rem;
  margin-bottom: 0.5916666667rem;
}
.card__header {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.40625;
  text-transform: uppercase;
  text-align: left;
  max-width: -moz-max-content;
  max-width: max-content;
  border: 2px solid #2e3192;
  background: #2e3192;
  color: #fff;
  border-radius: 0 0 15px 0;
  margin-left: -1.5rem;
  padding: 0.25rem 4rem 0.25rem 1.5rem;
}
.card__body {
  flex: 1;
  margin-top: 0;
}
.card__description {
  font-size: 0.8888888889rem;
  color: #353638;
  font-weight: 400;
}
.card__description.-fontStack {
  font-family:
    pragmatica-condensed,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  color: #4d4f53;
}
.card__eyebrow {
  margin-bottom: 0;
  color: #2e3192;
}
.card__link {
  width: 100%;
}
.card__link.-cover:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.card__link.-flex {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
}
.card__transition-enter-active {
  transition: all 0.3s ease;
}
.card__transition-leave-active {
  transition: all 0.8s cubic-bezier(1, 0.5, 0.8, 1);
}
.card__transition-enter,
.card__transition-leave-to {
  transform: translateX(10px);
  opacity: 0;
}
.checklistBox {
  max-width: 28.3888888889rem;
  padding: 1.8888888889rem;
  border-bottom: 8px solid #2e3192;
}
.checklistBox.-gray {
  background-color: #f0f0f0;
}
.checklistBox.-white {
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.checklistBox.-darkGray {
  background-color: #353638;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.checklistBox__title {
  text-transform: uppercase;
}
.checklistBox__list {
  list-style-image: url("../images/icons/checkmark.svg");
}
.checklistBox__listItem {
  margin-bottom: 0.8333333333rem;
  padding-left: 0.7777777778rem;
}
.filter {
  background-image: linear-gradient(-45deg, #f0f0f0, #fff);
  padding: 2rem 0;
}
.filter.-transparent {
  background-image: none;
  background-color: transparent;
}
.filter h3 {
  color: #2e3192;
  font-size: 2rem;
  margin-top: 0;
  text-align: center;
}
.filter-items {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (min-width: 576px) {
  .filter-items #responsive-tester span {
    background-color: purple;
  }
  .filter-items #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .filter-items #responsive-tester:after {
    content: "1024px";
  }
  .filter-items :last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .filter-items {
    flex-wrap: nowrap;
  }
  .filter-items #responsive-tester span {
    background-color: green;
  }
  .filter-items #responsive-tester:before {
    content: "Large: 1024px\2013";
  }
  .filter-items #responsive-tester:after {
    content: "1200px";
  }
}
.filter-items > div {
  margin-bottom: 1rem;
  width: 13rem;
}
@media only screen and (min-width: 576px) {
  .filter-items > div {
    margin-right: 2rem;
    width: 20rem;
  }
  .filter-items > div #responsive-tester span {
    background-color: purple;
  }
  .filter-items > div #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .filter-items > div #responsive-tester:after {
    content: "1024px";
  }
}
@media only screen and (min-width: 1024px) {
  .filter-items > div {
    margin-bottom: 0;
    width: 100%;
  }
  .filter-items > div #responsive-tester span {
    background-color: green;
  }
  .filter-items > div #responsive-tester:before {
    content: "Large: 1024px\2013";
  }
  .filter-items > div #responsive-tester:after {
    content: "1200px";
  }
}
.filter-title {
  color: #8e1229;
  font-size: 1.3em;
  display: block;
}
.filter-button {
  flex-shrink: 0;
}
.footer {
  background-color: #1e1e1e;
  padding: 3rem 0 1.5rem;
}
@media only screen and (min-width: 1024px) {
  .footer__wrapper {
    display: flex;
  }
  .footer__wrapper #responsive-tester span {
    background-color: green;
  }
  .footer__wrapper #responsive-tester:before {
    content: "Large: 1024px\2013";
  }
  .footer__wrapper #responsive-tester:after {
    content: "1200px";
  }
}
@media only screen and (min-width: 576px) {
  .footer__intro {
    margin-bottom: 1rem;
    width: 50%;
  }
  .footer__intro #responsive-tester span {
    background-color: purple;
  }
  .footer__intro #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .footer__intro #responsive-tester:after {
    content: "1024px";
  }
}
@media only screen and (min-width: 1024px) {
  .footer__intro {
    padding-right: 3rem;
    flex-basis: 35%;
    margin-bottom: 0;
    width: 100%;
  }
  .footer__intro #responsive-tester span {
    background-color: green;
  }
  .footer__intro #responsive-tester:before {
    content: "Large: 1024px\2013";
  }
  .footer__intro #responsive-tester:after {
    content: "1200px";
  }
}
.footer__intro .logo {
  display: block;
  width: 225px;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 576px) {
  .footer__intro .logo {
    margin-bottom: 1rem;
  }
  .footer__intro .logo #responsive-tester span {
    background-color: purple;
  }
  .footer__intro .logo #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .footer__intro .logo #responsive-tester:after {
    content: "1024px";
  }
}
@media only screen and (min-width: 1024px) {
  .footer__intro .logo {
    width: 225px;
  }
  .footer__intro .logo #responsive-tester span {
    background-color: green;
  }
  .footer__intro .logo #responsive-tester:before {
    content: "Large: 1024px\2013";
  }
  .footer__intro .logo #responsive-tester:after {
    content: "1200px";
  }
}
.footer__text {
  display: none;
}
@media only screen and (min-width: 576px) {
  .footer__text {
    display: block;
    line-height: 1.5;
  }
  .footer__text #responsive-tester span {
    background-color: purple;
  }
  .footer__text #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .footer__text #responsive-tester:after {
    content: "1024px";
  }
}
.footer__nav {
  display: flex;
  gap: 2rem;
  padding-right: 1rem;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media only screen and (min-width: 1024px) {
  .footer__nav {
    flex-basis: 65%;
  }
  .footer__nav #responsive-tester span {
    background-color: green;
  }
  .footer__nav #responsive-tester:before {
    content: "Large: 1024px\2013";
  }
  .footer__nav #responsive-tester:after {
    content: "1200px";
  }
}
.footer__menuGroups {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex: 1 1 220px;
}
.footer__linkListWrapper {
  flex-basis: 100%;
}
@media only screen and (min-width: 576px) {
  .footer__linkListWrapper {
    flex-basis: unset;
  }
  .footer__linkListWrapper #responsive-tester span {
    background-color: purple;
  }
  .footer__linkListWrapper #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .footer__linkListWrapper #responsive-tester:after {
    content: "1024px";
  }
}
.footer__linkListHeading,
.footer__linkListItem a,
.footer__metaListItem,
.footer__metaListItem a,
.footer__text {
  color: #b2b4b3;
  font-weight: 300;
  font-size: 0.875rem;
  font-family:
    pragmatica-condensed,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
}
.footer__linkListHeading,
.footer__linkListItem a,
.footer__metaListItem a {
  background-image:
    linear-gradient(#2e3192 0 0), linear-gradient(transparent 0 0);
  background-position:
    0 100%,
    0 100%;
  background-repeat: no-repeat;
  background-size:
    0 1px,
    100% 1px;
  position: relative;
  transition: background-size 0.15s linear;
}
.footer__linkListHeading:focus-visible,
.footer__linkListHeading:hover,
.footer__linkListItem a:focus-visible,
.footer__linkListItem a:hover,
.footer__metaListItem a:focus-visible,
.footer__metaListItem a:hover {
  color: #b2b4b3;
  background-size:
    100% 1px,
    0 1px;
}
.footer__linkListHeading {
  text-transform: uppercase;
  font-family:
    pragmatica-extended,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 0;
}
.footer__linkList,
.footer__metaList {
  list-style: none;
  -webkit-padding-start: 0;
  padding-inline-start: 0;
}
.footer__contact {
  flex: 0 1 360px;
  width: 100%;
  padding: 1.25rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(46, 49, 146, 0.18), rgba(255, 255, 255, 0.03));
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}
.footer__contactHeading,
.footer__contactLabel,
.footer__contactItem p,
.footer__contactItem a {
  color: #d7d9dd;
  font-family:
    pragmatica-condensed,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
}
.footer__contactHeading {
  margin: 0 0 1rem;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 1rem;
  font-family:
    pragmatica-extended,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
}
.footer__contactItem + .footer__contactItem {
  margin-top: 1rem;
}
.footer__contactLabel {
  display: block;
  margin-bottom: 0.35rem;
  color: #8ea0ff;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.footer__contactItem p {
  margin: 0;
  line-height: 1.7;
  font-size: 0.95rem;
}
.footer__contactItem a {
  color: #fff;
}
.footer__contactItem a:hover,
.footer__contactItem a:focus-visible {
  color: #8ea0ff;
}
@media only screen and (min-width: 1024px) {
  .footer__nav {
    justify-content: space-between;
    gap: 2.5rem;
  }
  .footer__menuGroups {
    max-width: 220px;
  }
}
.footer__metaList {
  display: flex;
  gap: 0.25rem;
  padding-block: 0.5rem;
  flex-wrap: wrap;
}
@media only screen and (min-width: 576px) {
  .footer__metaList {
    gap: 0.75rem;
    justify-content: flex-start;
    padding-block: 0;
  }
  .footer__metaList #responsive-tester span {
    background-color: purple;
  }
  .footer__metaList #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .footer__metaList #responsive-tester:after {
    content: "1024px";
  }
}
.footer__metaListItem {
  line-height: 1.75;
}
.footer__socialList {
  display: flex;
  gap: 0.75rem;
  position: absolute;
  top: 100%;
}
.footer__socialList a {
  color: #fff;
}
@media only screen and (min-width: 576px) {
  .footer__socialList {
    position: unset;
  }
  .footer__socialList #responsive-tester span {
    background-color: purple;
  }
  .footer__socialList #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .footer__socialList #responsive-tester:after {
    content: "1024px";
  }
}
::-webkit-input-placeholder {
  color: #949494;
}
::-moz-placeholder {
  color: #949494;
}
:-ms-input-placeholder {
  color: #949494;
}
:-moz-placeholder {
  color: #949494;
}
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
textarea {
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  background: #f0f0f0;
  color: #4d4f53;
  font-family:
    pragmatica-condensed,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 0.875rem;
  line-height: 1.3;
  width: 100%;
}
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"] {
  border-radius: 1.2rem;
  padding: 0.3rem 0.5rem 0.3rem 1rem;
}
textarea {
  border-radius: 0.75rem;
  padding: 0.3rem 0.5rem 0.3rem 1rem;
}
input[type="search"] {
  box-shadow: inset 20px 3px 15px #f0f0f0;
}
input[type="checkbox"],
input[type="radio"] {
  margin-right: 0.55rem;
}
input.input-small {
  font-size: 0.875rem;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
}
select {
  background-color: #fff;
  border: 1px solid #7a7a7a;
  border-radius: 0;
  display: inline-block;
  font: inherit;
  line-height: 1.5rem;
  overflow: hidden;
  padding: 7px 28px 7px 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  color: #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  margin: 0;
  outline: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #2e3192 0),
    linear-gradient(135deg, #2e3192 50%, transparent 0);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}
select::-ms-expand {
  display: none;
}
.select-round {
  align-items: center;
  border-radius: 1.2rem;
  display: flex;
  padding: 0.2rem 0.5rem;
}
.select-round,
.select-round select {
  background-color: #f0f0f0;
  color: #949494;
}
.select-round select {
  border: none;
  font-size: 16px;
  padding: 7px 16px 7px 7px;
  background-image:
    linear-gradient(45deg, transparent 50%, #2e3192 0),
    linear-gradient(135deg, #2e3192 50%, transparent 0);
  background-position:
    calc(108% - 20px) calc(1em + 2px),
    calc(108% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
}
label {
  color: #fff;
}
.label-small,
label {
  font-size: 0.875rem;
}
.form-section {
  margin-bottom: 2rem;
}
.form-section--title {
  color: #fff;
  display: block;
  font-family:
    pragmatica-extended,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 0.77rem;
  font-weight: 500;
  margin-bottom: 0.25rem;
}
.form-group,
.hs-form-field {
  margin: 0.6rem 0;
}
.form-group--flex,
.hs-form-field--flex {
  display: flex;
  justify-content: space-between;
}
.form-group--flex input,
.hs-form-field--flex input {
  width: 48% !important;
}
.form-group p,
.hs-form-field p {
  margin-top: -0.25rem !important;
  margin-bottom: 0.5rem !important;
}
.radios {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.radios .radio {
  width: 48%;
}
@media only screen and (min-width: 1024px) {
  #sidebar-form {
    width: 18.5rem;
  }
  #sidebar-form #responsive-tester span {
    background-color: green;
  }
  #sidebar-form #responsive-tester:before {
    content: "Large: 1024px\2013";
  }
  #sidebar-form #responsive-tester:after {
    content: "1200px";
  }
}
.form-wrapper,
.sidebar-form {
  background-color: #353638;
  color: #fff;
  margin: 0 -1rem;
  padding: 1.5rem 1rem;
}
.form-wrapper p,
.sidebar-form p {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.3;
  margin: 0;
}
.sidebar-form--title {
  color: #fff;
  display: block;
  font-size: 1rem;
  font-family:
    pragmatica-extended,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-weight: 700;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.sidebar-form--title-large {
  font-size: 2rem;
  line-height: 1.1;
  margin-bottom: 2rem;
  text-align: left;
  text-transform: none;
}
fieldset.form-columns-1,
fieldset.form-columns-2 {
  margin: 0 auto !important;
  max-width: 39rem !important;
}
.hs-input {
  width: 100% !important;
}
.hs-submit {
  margin-top: 2rem;
}
.hs-form-booleancheckbox-display {
  align-items: center;
  display: flex;
}
.hs-form-booleancheckbox-display .hs-input[type="checkbox"] {
  width: 15px !important;
}
.inputs-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hs-error-msgs {
  background-color: #f2af00;
  border-radius: 25px;
  list-style: none;
  margin: 1rem 0;
  padding: 0.5rem;
}
.hs-error-msgs li {
  line-height: 1;
}
.hs-error-msgs li label {
  color: #4d4f53 !important;
  font-size: 0.75rem;
  margin: 0;
}
.submitted-message {
  margin-top: 1.5rem;
  text-align: center;
}
.contact-form .submitted-message {
  color: #fff;
  font-size: 2rem;
  margin-top: 0;
  text-align: left;
}
.legal-consent-container {
  margin-top: 1rem;
}
.form-section-bg {
  background-image: linear-gradient(120deg, #0b1b24, #4d4f53);
  padding: 2rem 0;
}
.glow {
  position: relative;
}
@media only screen and (min-width: 950px) {
  .glow:before {
    background: url("../images/orange-glow.png") no-repeat;
    content: "";
    height: 244px;
    left: 0;
    position: absolute;
    top: -122px;
    width: 834px;
  }
}
.help {
  background-image: linear-gradient(90deg, #f2af00, #e37222);
  padding: 6rem 0;
}
.help:before {
  background-image: url("../images/gray-swoop--top.svg");
}
.help .help-container {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media only screen and (min-width: 576px) {
  .help .help-container {
    flex-direction: row;
  }
  .help .help-container #responsive-tester span {
    background-color: purple;
  }
  .help .help-container #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .help .help-container #responsive-tester:after {
    content: "1024px";
  }
}
.help .phone-image {
  border-radius: 50%;
  background: #ffbc0d;
  box-shadow: 50px 50px 73px rgba(227, 115, 34, 0.34);
  display: block;
  margin: 0 auto;
  order: 3;
  width: 30%;
  padding: 1.5rem;
}
@media only screen and (min-width: 576px) {
  .help .phone-image {
    order: 1;
    width: 12%;
    margin-top: 4rem;
  }
  .help .phone-image #responsive-tester span {
    background-color: purple;
  }
  .help .phone-image #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .help .phone-image #responsive-tester:after {
    content: "1024px";
  }
}
.help .phone-image img {
  width: 100%;
}
.help .copy {
  order: 2;
  padding-top: 3rem;
}
@media only screen and (min-width: 576px) {
  .help .copy {
    padding-top: 6rem;
    width: 55%;
  }
  .help .copy #responsive-tester span {
    background-color: purple;
  }
  .help .copy #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .help .copy #responsive-tester:after {
    content: "1024px";
  }
}
.help .copy h2 {
  color: #fff;
  text-transform: uppercase;
}
.help .copy p {
  color: #8d4511;
  font-size: 1.2rem;
  line-height: 1.8;
}
.help .help-image {
  margin-top: -6rem;
  border-radius: 50%;
  order: 1;
}
@media only screen and (min-width: 576px) {
  .help .help-image {
    margin-top: 0;
    order: 3;
    width: 25%;
  }
  .help .help-image #responsive-tester span {
    background-color: purple;
  }
  .help .help-image #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .help .help-image #responsive-tester:after {
    content: "1024px";
  }
}
.help .flex-actions--help {
  max-width: 20rem;
  margin: 0 auto;
}
@media only screen and (min-width: 576px) {
  .help .flex-actions--help {
    margin-left: 20%;
  }
  .help .flex-actions--help #responsive-tester span {
    background-color: purple;
  }
  .help .flex-actions--help #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .help .flex-actions--help #responsive-tester:after {
    content: "1024px";
  }
}
@media only screen and (min-width: 950px) {
  .help .flex-actions--help {
    display: flex;
    margin-left: 13rem;
    max-width: 100%;
  }
}
.help .flex-actions--help a {
  margin: 2rem 0;
  display: block;
}
@media only screen and (min-width: 576px) {
  .help .flex-actions--help a {
    margin: 1rem 0.5rem 1rem 0;
    display: inline-block;
    width: 18rem;
  }
  .help .flex-actions--help a #responsive-tester span {
    background-color: purple;
  }
  .help .flex-actions--help a #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .help .flex-actions--help a #responsive-tester:after {
    content: "1024px";
  }
}
@media only screen and (min-width: 950px) {
  .help .flex-actions--help a {
    margin-right: 0.5rem;
    width: 100%;
  }
}
.help-footer {
  background: radial-gradient(
    circle at top left,
    rgba(242, 175, 0, 0.8),
    rgba(227, 115, 34, 0.8) 100%
  );
  position: relative;
  padding: 3rem 0;
}
@media only screen and (min-width: 576px) {
  .help-footer {
    background: url("../images/help-bg.jpg") top no-repeat;
    background-size: cover;
    padding: 4rem 0;
  }
  .help-footer #responsive-tester span {
    background-color: purple;
  }
  .help-footer #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .help-footer #responsive-tester:after {
    content: "1024px";
  }
  .help-footer:before {
    content: "";
    background-image: url("../images/chat-bubble.png");
    background-size: 130px 130px;
    background-repeat: no-repeat;
    position: absolute;
    top: -2rem;
    left: 64%;
    height: 130px;
    width: 130px;
  }
}
.help-footer .copy {
  max-width: 35rem;
}
.help-footer .copy h2 {
  color: #fff;
  font-size: 2rem;
}
.help-footer .copy p {
  color: #8d4511;
  line-height: 1.8;
}
.help-footer .copy p a {
  border-bottom: 2px solid #f2af00;
  color: #1e1e1e;
}
.help-footer .copy .action {
  margin: 1rem 0;
}
.help-footer .copy .action .button {
  width: 17rem;
}
.hero.slick-slider .slick-prev {
  bottom: 5%;
  left: 18%;
}
.hero.slick-slider .slick-next {
  bottom: 5%;
  right: 18%;
}
.hero-background {
  background-size: cover;
  padding: 3rem 0 6rem;
  height: 475px;
}
@media only screen and (min-width: 576px) {
  .hero-background {
    height: 525px;
  }
  .hero-background #responsive-tester span {
    background-color: purple;
  }
  .hero-background #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .hero-background #responsive-tester:after {
    content: "1024px";
  }
}
@media only screen and (min-width: 1024px) {
  .hero-background {
    height: 600px;
  }
  .hero-background #responsive-tester span {
    background-color: green;
  }
  .hero-background #responsive-tester:before {
    content: "Large: 1024px\2013";
  }
  .hero-background #responsive-tester:after {
    content: "1200px";
  }
}
.hero-background:focus {
  outline: 0;
}
.hero-container {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 576px) {
  .hero-container {
    flex-direction: row;
  }
  .hero-container #responsive-tester span {
    background-color: purple;
  }
  .hero-container #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .hero-container #responsive-tester:after {
    content: "1024px";
  }
}
.hero-text {
  background-image: radial-gradient(
    circle at top left,
    rgba(96, 39, 28, 0.8),
    rgba(0, 0, 0, 0.8) 70%
  );
  color: #fff;
  padding: 2rem;
  width: 100%;
}
@media only screen and (min-width: 810px) {
  .hero-text {
    width: 75%;
  }
}
@media only screen and (min-width: 950px) {
  .hero-text {
    width: 62.5%;
  }
}
.hero-text h1 {
  line-height: 1.1;
  font-size: 1.5rem;
  margin-bottom: 1rem !important;
  text-transform: uppercase;
}
@media only screen and (min-width: 810px) {
  .hero-text h1 {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 950px) {
  .hero-text h1 {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .hero-text h1 {
    font-size: 3rem;
  }
  .hero-text h1 #responsive-tester span {
    background-color: red;
  }
  .hero-text h1 #responsive-tester:before {
    content: "XL: 1200px+";
  }
  .hero-text h1 #responsive-tester:after {
    content: "";
  }
}
.hero-text span {
  display: block;
  margin-bottom: 1.5rem;
}
.hero-text.hide-text-gradient {
  background-image: none !important;
}
.hero-text.dark,
.hero-text.dark h1 {
  color: #4d4f53 !important;
}
.hero-image {
  display: none;
  width: 100%;
}
@media only screen and (min-width: 810px) {
  .hero-image {
    display: block;
    overflow: hidden;
    position: relative;
    width: 37.5%;
  }
}
.hero-image img {
  bottom: 0;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.hero.primary {
  color: #fff;
  background-image: linear-gradient(#2b1a1c, #2e3192);
  padding: 2.5rem 0;
}
@media only screen and (min-width: 576px) {
  .hero.primary {
    padding: 3.5rem 0;
  }
  .hero.primary #responsive-tester span {
    background-color: purple;
  }
  .hero.primary #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .hero.primary #responsive-tester:after {
    content: "1024px";
  }
}
.hero.primary h1 {
  color: #fff;
  font-size: 1.75rem;
  margin: 0;
}
@media only screen and (min-width: 576px) {
  .hero.primary h1 {
    font-size: 2.5rem;
  }
  .hero.primary h1 #responsive-tester span {
    background-color: purple;
  }
  .hero.primary h1 #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .hero.primary h1 #responsive-tester:after {
    content: "1024px";
  }
}
.hero.primary p {
  margin: 1.5rem 0 0;
}
.hero.primary.parts-hero {
  background-image: linear-gradient(#2b1a1c, #9e112c);
}
.hero.-events {
  gap: 0.5rem;
}
.hero.-events h1 {
  margin-bottom: 0;
}
.hero.-events .hero-logo {
  max-height: 75px;
}
.hero.-events .hero-logo img {
  height: 100%;
  max-height: 75px;
  width: auto;
}
@media only screen and (min-width: 576px) {
  .hero.-events .hero-logo {
    max-height: 95px;
  }
  .hero.-events .hero-logo #responsive-tester span {
    background-color: purple;
  }
  .hero.-events .hero-logo #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .hero.-events .hero-logo #responsive-tester:after {
    content: "1024px";
  }
  .hero.-events .hero-logo img {
    max-height: 95px;
  }
}
.history {
  background: url("../images/history.jpg") #dbdcd9 no-repeat;
  background-position: 100%;
  padding: 4rem 0;
}
@media only screen and (min-width: 576px) {
  .history {
    padding-bottom: 16rem;
  }
  .history #responsive-tester span {
    background-color: purple;
  }
  .history #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .history #responsive-tester:after {
    content: "1024px";
  }
}
.history .copy {
  margin-bottom: 4rem;
}
@media only screen and (min-width: 1024px) {
  .history .copy {
    width: 75%;
  }
  .history .copy #responsive-tester span {
    background-color: green;
  }
  .history .copy #responsive-tester:before {
    content: "Large: 1024px\2013";
  }
  .history .copy #responsive-tester:after {
    content: "1200px";
  }
}
.history .copy h2 {
  color: #949494;
  font-size: 2rem;
  line-height: 1.1;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 576px) {
  .history .copy h2 {
    font-size: 3rem;
    margin-bottom: 1.5rem;
  }
  .history .copy h2 #responsive-tester span {
    background-color: purple;
  }
  .history .copy h2 #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .history .copy h2 #responsive-tester:after {
    content: "1024px";
  }
}
@media only screen and (min-width: 950px) {
  .history .copy h2 {
    font-size: 3.3rem;
  }
}
.history .copy h2 span {
  display: block;
}
@media only screen and (min-width: 576px) {
  .history .copy h2 span {
    padding-left: 8rem;
  }
  .history .copy h2 span #responsive-tester span {
    background-color: purple;
  }
  .history .copy h2 span #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .history .copy h2 span #responsive-tester:after {
    content: "1024px";
  }
}
.history .copy p {
  font-size: 1.2rem;
  line-height: 1.5;
}
@media only screen and (min-width: 576px) {
  .history .copy p {
    padding-left: 8.25rem;
  }
  .history .copy p #responsive-tester span {
    background-color: purple;
  }
  .history .copy p #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .history .copy p #responsive-tester:after {
    content: "1024px";
  }
}
.history .copy p span {
  color: #2e3192;
  display: block;
  font-family:
    pragmatica-extended,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  text-transform: uppercase;
}
@media only screen and (min-width: 576px) {
  .history .copy p span {
    font-size: 2rem;
  }
  .history .copy p span #responsive-tester span {
    background-color: purple;
  }
  .history .copy p span #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .history .copy p span #responsive-tester:after {
    content: "1024px";
  }
}
.iconCardFilters {
  width: 100%;
  margin-bottom: 2rem;
}
.iconCardFilters.-slider {
  --icon-card-filters-slider-arrow-size: 2rem;
  position: relative;
  margin-inline: auto;
  width: 100%;
}
@media only screen and (min-width: 576px) {
  .iconCardFilters.-slider {
    width: 100%;
  }
  .iconCardFilters.-slider #responsive-tester span {
    background-color: purple;
  }
  .iconCardFilters.-slider #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .iconCardFilters.-slider #responsive-tester:after {
    content: "1024px";
  }
}
.iconCardFilters.-slider .iconCardFilters__filterWrapper {
  display: unset;
  z-index: 1;
}
.iconCardFilters.-slider .iconCardFilters__filterWrapper .slick-slide {
  margin: 0 0.5rem 0 0;
}
.iconCardFilters.-slider .iconCardFilters__filterWrapper .slick-slide div {
  height: 100%;
}
.iconCardFilters.-slider
  .iconCardFilters__filterWrapper
  .slick-slide
  .iconCardFilters__card {
  min-height: 160px;
  height: 100%;
  padding: 3rem 1rem;
}
@media (min-width: 576px) {
  .iconCardFilters.-slider
    .iconCardFilters__filterWrapper
    .slick-slide
    .iconCardFilters__card {
    min-height: 200px;
  }
}
@media (min-width: 950px) {
  .iconCardFilters.-slider
    .iconCardFilters__filterWrapper
    .slick-slide
    .iconCardFilters__card {
    min-height: 215px;
  }
}
.iconCardFilters.-slider .iconCardFilters__controls {
  position: absolute;
  justify-content: center;
  gap: 0.5rem;
  bottom: -1.5rem;
  width: 100%;
  transform: translateX(-50%);
  z-index: 1;
}
@media only screen and (min-width: 576px) {
  .iconCardFilters.-slider .iconCardFilters__controls {
    display: block;
    bottom: calc(50% + 1rem);
    width: 100%;
    z-index: 1;
  }
  .iconCardFilters.-slider .iconCardFilters__controls #responsive-tester span {
    background-color: purple;
  }
  .iconCardFilters.-slider
    .iconCardFilters__controls
    #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .iconCardFilters.-slider .iconCardFilters__controls #responsive-tester:after {
    content: "1024px";
  }
}
@media only screen and (min-width: 576px) {
  .iconCardFilters.-slider .iconCardFilters__controls .iconCardFilters__arrow {
    position: absolute;
  }
  .iconCardFilters.-slider
    .iconCardFilters__controls
    .iconCardFilters__arrow
    #responsive-tester
    span {
    background-color: purple;
  }
  .iconCardFilters.-slider
    .iconCardFilters__controls
    .iconCardFilters__arrow
    #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .iconCardFilters.-slider
    .iconCardFilters__controls
    .iconCardFilters__arrow
    #responsive-tester:after {
    content: "1024px";
  }
}
@media (max-width: 576px) {
  .iconCardFilters.-slider
    .iconCardFilters__controls
    .iconCardFilters__arrow.-next,
  .iconCardFilters.-slider
    .iconCardFilters__controls
    .iconCardFilters__arrow.-prev {
    display: block !important;
  }
}
@media only screen and (min-width: 576px) {
  .iconCardFilters.-slider
    .iconCardFilters__controls
    .iconCardFilters__arrow.-prev {
    top: 50%;
    left: 0;
  }
  .iconCardFilters.-slider
    .iconCardFilters__controls
    .iconCardFilters__arrow.-prev
    #responsive-tester
    span {
    background-color: purple;
  }
  .iconCardFilters.-slider
    .iconCardFilters__controls
    .iconCardFilters__arrow.-prev
    #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .iconCardFilters.-slider
    .iconCardFilters__controls
    .iconCardFilters__arrow.-prev
    #responsive-tester:after {
    content: "1024px";
  }
}
@media only screen and (min-width: 1200px) {
  .iconCardFilters.-slider
    .iconCardFilters__controls
    .iconCardFilters__arrow.-prev {
    left: -2.5rem;
  }
  .iconCardFilters.-slider
    .iconCardFilters__controls
    .iconCardFilters__arrow.-prev
    #responsive-tester
    span {
    background-color: red;
  }
  .iconCardFilters.-slider
    .iconCardFilters__controls
    .iconCardFilters__arrow.-prev
    #responsive-tester:before {
    content: "XL: 1200px+";
  }
  .iconCardFilters.-slider
    .iconCardFilters__controls
    .iconCardFilters__arrow.-prev
    #responsive-tester:after {
    content: "";
  }
}
@media only screen and (min-width: 576px) {
  .iconCardFilters.-slider
    .iconCardFilters__controls
    .iconCardFilters__arrow.-next {
    top: 50%;
    right: 0;
  }
  .iconCardFilters.-slider
    .iconCardFilters__controls
    .iconCardFilters__arrow.-next
    #responsive-tester
    span {
    background-color: purple;
  }
  .iconCardFilters.-slider
    .iconCardFilters__controls
    .iconCardFilters__arrow.-next
    #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .iconCardFilters.-slider
    .iconCardFilters__controls
    .iconCardFilters__arrow.-next
    #responsive-tester:after {
    content: "1024px";
  }
}
@media only screen and (min-width: 1200px) {
  .iconCardFilters.-slider
    .iconCardFilters__controls
    .iconCardFilters__arrow.-next {
    right: -2.5rem;
  }
  .iconCardFilters.-slider
    .iconCardFilters__controls
    .iconCardFilters__arrow.-next
    #responsive-tester
    span {
    background-color: red;
  }
  .iconCardFilters.-slider
    .iconCardFilters__controls
    .iconCardFilters__arrow.-next
    #responsive-tester:before {
    content: "XL: 1200px+";
  }
  .iconCardFilters.-slider
    .iconCardFilters__controls
    .iconCardFilters__arrow.-next
    #responsive-tester:after {
    content: "";
  }
}
.iconCardFilters__heading {
  font-size: 1.33rem;
  text-transform: uppercase;
  color: #4d4f53;
  text-align: center;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 576px) {
  .iconCardFilters__heading {
    text-align: left;
  }
  .iconCardFilters__heading #responsive-tester span {
    background-color: purple;
  }
  .iconCardFilters__heading #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .iconCardFilters__heading #responsive-tester:after {
    content: "1024px";
  }
}
.iconCardFilters__filterWrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  grid-auto-rows: 1fr;
  gap: 0.5rem;
  margin-right: 1rem;
}
.iconCardFilters__controls {
  display: none;
}
.iconCardFilters__link {
  max-width: unset !important;
}
.iconCardFilters__card {
  background-color: #f0f0f0;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.4444444444rem;
  color: #2e3192;
  padding: 2rem 1.25rem;
  min-height: 130px;
  height: 100%;
  transition: all 0.3s ease-in-out 0s;
}
@media only screen and (min-width: 576px) {
  .iconCardFilters__card {
    padding: 3rem 1rem 2rem;
    min-height: 175px;
  }
  .iconCardFilters__card #responsive-tester span {
    background-color: purple;
  }
  .iconCardFilters__card #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .iconCardFilters__card #responsive-tester:after {
    content: "1024px";
  }
}
@media only screen and (min-width: 1024px) {
  .iconCardFilters__card {
    min-height: 200px;
  }
  .iconCardFilters__card #responsive-tester span {
    background-color: green;
  }
  .iconCardFilters__card #responsive-tester:before {
    content: "Large: 1024px\2013";
  }
  .iconCardFilters__card #responsive-tester:after {
    content: "1200px";
  }
}
.iconCardFilters__card:hover {
  background-color: #e0e0e0;
  cursor: pointer;
}
.iconCardFilters__title {
  font-size: 0.8888888889rem;
  line-height: 1.2;
  font-weight: 100;
}
.iconCardFilters__icon {
  width: 1.33rem;
  height: 1.33rem;
}
.icon-filters {
  --grid-columns: repeat(4, 1fr);
  display: grid;
  grid-template-columns: var(--grid-columns);
  gap: 0.5em;
  width: 100%;
  margin: auto auto 1rem;
  flex-wrap: wrap;
}
@media only screen and (min-width: 576px) {
  .icon-filters {
    --grid-columns: repeat(var(--section-columns), 1fr);
  }
  .icon-filters #responsive-tester span {
    background-color: purple;
  }
  .icon-filters #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .icon-filters #responsive-tester:after {
    content: "1024px";
  }
}
@media only screen and (min-width: 1024px) {
  .icon-filters {
    width: 80%;
    flex-wrap: nowrap;
  }
  .icon-filters #responsive-tester span {
    background-color: green;
  }
  .icon-filters #responsive-tester:before {
    content: "Large: 1024px\2013";
  }
  .icon-filters #responsive-tester:after {
    content: "1200px";
  }
}
.icon-filters-wrapper {
  position: relative;
}
@media only screen and (min-width: 576px) {
  .icon-filters-wrapper {
    width: 100%;
  }
  .icon-filters-wrapper #responsive-tester span {
    background-color: purple;
  }
  .icon-filters-wrapper #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .icon-filters-wrapper #responsive-tester:after {
    content: "1024px";
  }
}
.icon-filters-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
.icon-filters:has(.icon-filters-input:checked) .icon-filters-tile {
  opacity: 0.35;
}
.icon-filters-input {
  position: absolute;
  height: 100%;
  width: 100%;
  margin: 0;
  cursor: pointer;
  z-index: 2;
  opacity: 0;
}
.icon-filters-input:checked + .icon-filters-tile,
.icon-filters-input:hover + .icon-filters-tile {
  opacity: 1 !important;
}
.icon-filters-icon {
  aspect-ratio: 1;
  width: 75%;
}
.icon-filters-label {
  color: #000;
  text-align: center;
}
.imageWithHeader {
  height: 10.8333333333rem;
  transition: transform 0.3s;
  min-width: 13.8888888889rem;
}
.imageWithHeader:hover {
  transform: scale(1.02);
}
.imageWithHeader__image {
  transition: filter 0.3s;
  height: 8.1666666667rem;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0 0 25px 0;
}
.imageWithHeader__image:hover {
  filter: brightness(0.8);
}
.imageWithHeader__title {
  font-size: 1.3333333333rem;
  font-weight: 600;
  text-transform: none;
  text-align: center;
  color: #fff;
  background-color: #0164b2;
  padding: 0.3888888889rem;
  margin-bottom: 0;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.jumpLinks {
  display: flex;
}
.jumpLinks__wrapper {
  width: 100%;
}
.jumpLinks__list,
.jumpLinks__wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
}
.jumpLinks__list {
  flex-direction: column;
  list-style-type: none;
  padding-left: 0;
}
@media (min-width: 950px) {
  .jumpLinks__list {
    flex-direction: row;
  }
}
.jumpLinks__listItem {
  position: relative;
}
.jumpLinks__listItem:not(:last-of-type):after {
  content: "";
  display: inline-block;
  height: 14px;
  width: 2px;
  margin: 0 0.8888888889rem;
  background-color: #1e1e1e;
}
.jumpLinks__link {
  position: relative;
  font-size: 0.8888888889rem;
}
.jumpLinks__link:after {
  content: "";
  position: absolute;
  width: 0;
  left: 0;
  bottom: -4px;
  height: 4px;
  background-color: #2e3192;
  transition: width 0.3s ease-in-out;
}
.jumpLinks__link:hover:after {
  width: 100%;
}
.jumpLinks__label {
  font-family:
    pragmatica-condensed,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 0.8888888889rem;
  font-weight: 400;
  margin-right: 0.8888888889rem;
}
.jumpLinks.-dark {
  background-color: #1e1e1e;
}
.jumpLinks.-dark .jumpLinks__label {
  color: #f0f0f0;
}
@media (min-width: 950px) {
  .jumpLinks.-dark .jumpLinks__listItem:not(:last-of-type):after {
    content: "";
    display: inline-block;
    height: 14px;
    width: 2px;
    margin: 0 0.8888888889rem;
    background-color: #2e3192;
  }
}
.jumpLinks.-dark .jumpLinks__link {
  color: #fff;
}
.jumpLinks.-scroll {
  position: fixed;
  width: 100%;
  z-index: 1;
}
.linkList {
  list-style-type: none;
  padding: 0;
  margin: 0;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}
.linkList__item {
  margin-bottom: 0.75rem;
  line-height: 1.1;
}
.linkList.-twoColumn {
  -moz-column-count: 2;
  column-count: 2;
}
.linkList.-threeColumn {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem 1rem;
  align-items: center;
}
@media (min-width: 810px) {
  .linkList.-threeColumn {
    grid-template-columns: repeat(3, 1fr);
  }
}
.linkList.-flow {
  display: flex;
  gap: 0.5rem 1.5rem;
  align-items: start;
  flex-wrap: wrap;
}
.products-home {
  background-image: linear-gradient(90deg, #d52b1e, #2e3192);
  color: #fff;
  padding: 2rem 0;
  margin-top: 2rem;
}
.products-home:before {
  background-image: url("../images/gray-swoop--top.svg");
}
.products-home .copy h2 {
  text-transform: uppercase;
}
.products-home .copy p {
  line-height: 1.8;
}
.products-home .products-home--top {
  align-items: center;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-around;
}
@media only screen and (min-width: 576px) {
  .products-home .products-home--top {
    flex-direction: row;
  }
  .products-home .products-home--top #responsive-tester span {
    background-color: purple;
  }
  .products-home .products-home--top #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .products-home .products-home--top #responsive-tester:after {
    content: "1024px";
  }
}
.products-home .products-home--top .copy {
  flex-basis: 44%;
  padding-top: 2rem;
  width: 100%;
}
@media only screen and (min-width: 576px) {
  .products-home .products-home--top .copy {
    padding-top: 10rem;
  }
  .products-home .products-home--top .copy #responsive-tester span {
    background-color: purple;
  }
  .products-home .products-home--top .copy #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .products-home .products-home--top .copy #responsive-tester:after {
    content: "1024px";
  }
}
.products-home .products-home--top .product-home--top-image {
  flex-basis: 48%;
}
.products-home .products-home--top figure {
  margin: 0;
}
@media only screen and (min-width: 576px) {
  .products-home .products-home--top figure {
    margin: 1rem 40px;
  }
  .products-home .products-home--top figure #responsive-tester span {
    background-color: purple;
  }
  .products-home .products-home--top figure #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .products-home .products-home--top figure #responsive-tester:after {
    content: "1024px";
  }
}
.products-home .products-home--top figure img {
  box-shadow: 20px 30px 75px rgba(0, 0, 0, 0.15);
}
.products-home .products-home--bottom {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: 5rem;
}
@media only screen and (min-width: 576px) {
  .products-home .products-home--bottom {
    flex-direction: row;
  }
  .products-home .products-home--bottom #responsive-tester span {
    background-color: purple;
  }
  .products-home .products-home--bottom #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .products-home .products-home--bottom #responsive-tester:after {
    content: "1024px";
  }
}
.products-home .products-home--bottom .copy {
  max-width: 57rem;
  padding: 2rem 1rem;
}
@media only screen and (min-width: 950px) {
  .products-home .products-home--bottom .copy {
    padding: 0 2rem 0 2.5rem;
  }
}
.products-home figcaption {
  color: #591522;
  font-style: italic;
  padding-top: 0.35rem;
}
.related-items-wrapper {
  background-color: #353638;
  color: #fff;
  padding: 2.5rem 0;
}
.related-items-wrapper h2 {
  font-size: 2rem;
  margin-top: 0;
}
.related-items-wrapper .cardSlider.-slideColumns {
  position: relative;
}
.related-items-wrapper
  .cardSlider.-slideColumns
  .cardSlider__slider.related-items {
  align-items: flex-start !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  display: flex !important;
}
.related-items-wrapper .cardSlider.-slideColumns .resource-icon {
  color: #2e3192 !important;
}
.related-items-wrapper .cardSlider.-slideColumns .cardSlider__nav {
  position: absolute;
  top: 6.6666666667rem;
  left: 0;
  right: 0;
  width: 100%;
  pointer-events: none;
}
.related-items-wrapper
  .cardSlider.-slideColumns
  .cardSlider__nav
  .cardSlider__arrow {
  position: absolute;
  pointer-events: auto;
}
.related-items-wrapper
  .cardSlider.-slideColumns
  .cardSlider__nav
  .cardSlider__arrow.-prev {
  left: -2.5rem;
}
.related-items-wrapper
  .cardSlider.-slideColumns
  .cardSlider__nav
  .cardSlider__arrow.-next {
  right: -2.5rem;
}
@media (max-width: 576px) {
  .related-items-wrapper
    .cardSlider.-slideColumns
    .cardSlider__nav
    .cardSlider__arrow {
    display: none !important;
  }
}
.related-products-wrapper {
  background-image: none;
  background-color: #f0f0f0;
  color: #4d4f53;
}
.related-products-wrapper h2 {
  color: #2e3192;
}
.related-products-wrapper .related-item-title {
  color: #4d4f53 !important;
  font-size: 1.15rem !important;
  line-height: 1.2 !important;
  text-transform: none;
}
.related-products-wrapper .related-item-image {
  margin-bottom: 0.5rem !important;
}
.related-items {
  align-items: center;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 576px) {
  .related-items {
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .related-items #responsive-tester span {
    background-color: purple;
  }
  .related-items #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .related-items #responsive-tester:after {
    content: "1024px";
  }
}
.related-items .related-item {
  margin-bottom: 3rem;
}
@media only screen and (min-width: 576px) {
  .related-items .related-item {
    flex-basis: 30%;
    margin-bottom: 1.5rem;
    margin-right: 3%;
  }
  .related-items .related-item #responsive-tester span {
    background-color: purple;
  }
  .related-items .related-item #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .related-items .related-item #responsive-tester:after {
    content: "1024px";
  }
}
.related-items .related-item i {
  margin-right: 0.25rem;
}
.related-items .related-item-image {
  margin-bottom: 0.5rem;
  position: relative;
  overflow: hidden;
}
.related-items .related-item-image.compat-object-fit {
  background-size: cover;
  background-position: 50%;
}
.related-items .related-item-image.compat-object-fit img {
  opacity: 0 !important;
}
.related-items .related-item-image img {
  height: 190px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.related-items .related-item-image--icon {
  background-color: #2e3192;
  bottom: 0;
  color: #fff;
  height: 2.5rem;
  left: 0;
  padding-top: 0.5rem;
  position: absolute;
  text-align: center;
  width: 2.5rem;
}
.related-items .related-item-tag {
  color: #fff;
  display: inline-block;
  font-family:
    pragmatica-extended,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 0.77rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
.related-items .related-item-title {
  color: #fff;
  display: block;
  font-size: 1.3rem;
  font-family:
    pragmatica-condensed,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-weight: 400;
  text-transform: none;
}
.related-items .cardSlider__slide.-product {
  margin-right: 0;
}
.related-items-actions {
  margin-top: 2rem;
}
.related-items-actions.-noMargin {
  margin-top: 0;
}
body.events .related-item {
  flex-basis: 22% !important;
}
.relatedProducts.spacing-marginTop--normal {
  margin-top: 3.55556rem !important;
}
.relatedProducts.spacing-marginTop--tight {
  margin-top: 1.77778rem !important;
}
.relatedProducts.spacing-marginTop--none {
  margin-top: 0 !important;
}
.relatedProducts.spacing-marginBottom--normal {
  margin-bottom: 3.55556rem !important;
}
.relatedProducts.spacing-marginBottom--tight {
  margin-bottom: 1.77778rem !important;
}
.relatedProducts.spacing-marginBottom--none {
  margin-bottom: 0 !important;
}
.relatedProducts.spacing-paddingTop--normal {
  padding-top: 3.55556rem !important;
}
.relatedProducts.spacing-paddingTop--tight {
  padding-top: 1.77778rem !important;
}
.relatedProducts.spacing-paddingTop--none {
  padding-top: 0 !important;
}
.relatedProducts.spacing-paddingBottom--normal {
  padding-bottom: 3.55556rem !important;
}
.relatedProducts.spacing-paddingBottom--tight {
  padding-bottom: 1.77778rem !important;
}
.relatedProducts.spacing-paddingBottom--none {
  padding-bottom: 0 !important;
}
.relatedProductsLinks {
  padding-top: 1.5rem;
}
.relatedProductsLinks__list {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  list-style-type: none;
  font-size: 0.8888888889rem;
  padding-left: 0;
}
.relatedProductsLinks__list.-center {
  justify-content: center;
}
.relatedProductsLinks__listItem {
  position: relative;
  line-height: 2.125;
}
.relatedProductsLinks__listItem:not(:last-of-type):after {
  content: "";
  display: inline-block;
  height: 14px;
  width: 2px;
  margin: 0 0.5555555556rem;
  background-color: #1e1e1e;
}
.relatedProductsLinks__label {
  font-family:
    pragmatica-condensed,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-transform: none;
  margin-bottom: 0.2777777778rem;
}
.relatedProductsLinks.-dark {
  background-color: #1e1e1e;
}
.relatedProductsLinks.-dark .jumpLinks__label {
  color: #f0f0f0;
}
.relatedProductsLinks.-dark .jumpLinks__listItem:not(:last-of-type):after {
  content: "";
  display: inline-block;
  height: 14px;
  width: 2px;
  margin: 0 0.8888888889rem;
  background-color: #2e3192;
}
.relatedProductsLinks.-dark .jumpLinks__link {
  color: #fff;
}
.relatedProductsLinks.-centered {
  text-align: center;
}
.relatedProductsLinks.-centered .relatedProductsLinks__list {
  justify-content: center;
}
.resourceCard {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-width: 19.4444444444rem;
}
.resourceCard.-narrow {
  min-width: 14.1666666667rem;
  max-width: 14.1666666667rem;
}
.resourceCard.-narrow .resourceCard__icon {
  height: 1.6666666667rem;
}
.resourceCard__content {
  padding: 1.1111111111rem;
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  background-image: linear-gradient(180deg, #f0f0f0 50%, #2e3192 0);
  background-size: 100% 192%;
  transition: background-position 0.3s;
}
.resourceCard.-white .resourceCard__content {
  background-image: linear-gradient(180deg, #fff 50%, #2e3192 0);
}
.resourceCard:hover .resourceCard__content {
  background-size: 100% 200%;
  background-position: 0 100%;
}
.resourceCard:hover .resourceCard__eyebrow,
.resourceCard:hover .resourceCard__header {
  color: #fff;
}
.resourceCard:hover .resourceCard__icon {
  filter: brightness(0) invert(1);
  color: #fff;
}
.resourceCard__image {
  aspect-ratio: 4/3;
  width: 100%;
  -o-object-fit: fill;
  object-fit: fill;
  overflow: hidden;
}
.resourceCard__eyebrow {
  transition: color 0.3s;
}
.resourceCard__header {
  color: #353638;
  text-transform: none;
  font-family:
    pragmatica-condensed,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 1.3333333333rem;
  font-weight: 400;
  transition: color 0.3s;
}
.resourceCard__icon {
  height: 2.3611111111rem;
  width: auto;
  margin-right: 0;
  margin-left: auto;
  color: #2e3192;
  font-size: 2.1261111111rem;
  transition:
    filter 0.3s,
    color 0.3s;
}
.resourceCard__icon.fa,
.resourceCard__icon.fas {
  transform: translateX(-0.5rem);
}
.resourceCard__link {
  flex: 1 1 auto;
}
.resourceCard__link:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent;
}
.resources:not(body) {
  background-color: #353638;
  padding: 2rem 0;
}
.resources:not(body) h2 {
  color: #fff;
  margin-top: 0;
}
.resources:not(body).resources-home {
  padding: 3rem 0;
}
.resources:not(body).resources-home .copy {
  color: #fff;
  margin: 0 auto;
  max-width: 45rem;
  text-align: center;
}
.resources:not(body).resources-home .copy h2 {
  font-size: 2rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 576px) {
  .resources:not(body).resources-home .copy h2 {
    font-size: 2.6rem;
  }
  .resources:not(body).resources-home .copy h2 #responsive-tester span {
    background-color: purple;
  }
  .resources:not(body).resources-home .copy h2 #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .resources:not(body).resources-home .copy h2 #responsive-tester:after {
    content: "1024px";
  }
}
.resources:not(body).resources-home .copy p {
  color: #f0f0f0;
}
.resources:not(body) .resource-slider {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (min-width: 576px) {
  .resources:not(body) .resource-slider {
    flex-direction: row;
  }
  .resources:not(body) .resource-slider #responsive-tester span {
    background-color: purple;
  }
  .resources:not(body) .resource-slider #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .resources:not(body) .resource-slider #responsive-tester:after {
    content: "1024px";
  }
}
.resources:not(body) .resource-slider .slider-text-wrapper {
  margin-top: 6rem;
  order: 2;
  width: 100%;
}
@media only screen and (min-width: 576px) {
  .resources:not(body) .resource-slider .slider-text-wrapper {
    margin-top: 0;
    order: 1;
    width: 22rem;
  }
  .resources:not(body)
    .resource-slider
    .slider-text-wrapper
    #responsive-tester
    span {
    background-color: purple;
  }
  .resources:not(body)
    .resource-slider
    .slider-text-wrapper
    #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .resources:not(body)
    .resource-slider
    .slider-text-wrapper
    #responsive-tester:after {
    content: "1024px";
  }
}
.resources:not(body) .resource-slider .slider-resource-title {
  border-bottom: 2px solid #2e3192;
  color: #fff;
  font-family:
    pragmatica-extended,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-weight: 700;
}
.resources:not(body) .resource-slider .slider-resource-description {
  color: #8e9699;
  display: block;
  margin-top: 0.5rem;
}
aside.primary {
  background-color: #fff;
  border-bottom: 2px solid #4d4f53;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  padding: 0 1rem;
  width: 95%;
  margin: 0 auto 4rem;
  z-index: 7;
}
@media only screen and (min-width: 1024px) {
  aside.primary {
    border-bottom: 0;
    box-shadow: 50px 0 100px rgba(0, 0, 0, 0.15);
    position: absolute;
    margin: auto;
    right: 2%;
    top: -2rem;
    width: 18.5rem;
  }
  aside.primary #responsive-tester span {
    background-color: green;
  }
  aside.primary #responsive-tester:before {
    content: "Large: 1024px\2013";
  }
  aside.primary #responsive-tester:after {
    content: "1200px";
  }
}
@media only screen and (min-width: 1200px) {
  aside.primary {
    right: 8%;
  }
  aside.primary #responsive-tester span {
    background-color: red;
  }
  aside.primary #responsive-tester:before {
    content: "XL: 1200px+";
  }
  aside.primary #responsive-tester:after {
    content: "";
  }
}
aside.primary span.sidebar-title {
  color: #2e3192;
  display: block;
  font-family:
    pragmatica-extended,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 2rem;
}
aside.primary.fixed {
  position: fixed;
}
aside.primary .sidebar {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
aside.primary .sidebar-support {
  background-color: #353638;
  margin: 0 -1rem;
  padding: 2.5rem 1rem;
}
aside.primary .sidebar-support .sidebar-support--title {
  color: #fff;
  display: block;
  font-size: 1rem;
  font-family:
    pragmatica-extended,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  text-align: center;
  text-transform: uppercase;
}
aside.primary .sidebar-support .sidebar-support--meta {
  margin-top: 1rem;
  text-align: center;
}
aside.primary .sidebar-support .sidebar-support--meta span {
  color: #fff;
  display: block;
  font-size: 1.2rem;
}
aside.primary
  .sidebar-support
  .sidebar-support--meta
  span.sidebar-support--phone-number {
  color: #fff;
  font-weight: 900;
}
aside.primary .button-container {
  padding: 1rem;
  text-align: center;
}
nav.aside-links {
  margin-bottom: 4rem;
}
@media only screen and (min-width: 1024px) {
  nav.aside-links {
    margin-bottom: 0;
  }
  nav.aside-links #responsive-tester span {
    background-color: green;
  }
  nav.aside-links #responsive-tester:before {
    content: "Large: 1024px\2013";
  }
  nav.aside-links #responsive-tester:after {
    content: "1200px";
  }
  nav.aside-links:after {
    background-image: url("../images/swoop--drop-shadow.png");
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: 58px;
    margin: 2rem -1rem 1rem;
    width: 18.5rem;
  }
  nav.aside-links:last-child:after,
  nav.aside-links:only-child:after {
    content: none;
    display: none;
    height: 0;
  }
}
nav.aside-links .nav-title {
  display: block;
  font-family:
    pragmatica-extended,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-weight: 700;
  margin-bottom: 1rem;
}
nav.aside-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
nav.aside-links ul li {
  border-bottom: 1px solid #d5d6d2;
  margin-bottom: 0.5rem;
}
nav.aside-links ul li > a {
  display: block;
  font-size: 0.88rem;
  padding-bottom: 0.25rem;
}
nav.aside-links ul li.icon {
  display: flex;
  position: relative;
}
nav.aside-links ul li.icon i {
  color: #2e3192;
  display: inline-block;
  position: absolute;
}
nav.aside-links ul li.icon > a {
  display: inline-block;
  margin-left: 2rem;
}
nav.aside-links .action {
  margin-top: 1rem;
}
nav.aside-links .action a {
  border: 1px solid #2e3192;
  background-color: transparent;
}
aside {
  margin-top: 4rem;
}
aside.blog {
  order: 3;
}
@media only screen and (min-width: 950px) {
  aside.blog {
    flex: 0 0 14rem;
  }
}
aside.blog nav.aside-links {
  margin-bottom: 4rem;
}
aside.blog nav.aside-links:after {
  content: none;
  display: none;
  height: 0;
}
aside.social {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
  margin-right: 0;
  margin-top: 2rem;
  order: 2;
  width: 100%;
  align-self: flex-start;
  transform: translateZ(0);
}
@media only screen and (min-width: 753px) {
  aside.social {
    display: block;
    margin-bottom: 0;
    margin-right: 2.5rem;
    margin-top: 4rem;
    order: 1;
    flex: 0 0 5.3rem;
    border-top: 13px solid #2e3192;
    padding-top: 2.5rem;
  }
}
aside.social a {
  color: #b2b4b3;
  display: block;
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  text-align: center;
}
@media only screen and (min-width: 753px) {
  aside.social a {
    margin-bottom: 1.5rem;
    margin-left: 0;
    margin-right: 0;
  }
}
aside.social a.facebook:hover {
  color: #3664a2;
}
aside.social a.twitter:hover {
  color: #55acee;
}
aside.social a.linkedin:hover {
  color: #0077b5;
}
aside.social a.google-plus:hover {
  color: #d2514d;
}
.social__wrapper {
  margin-right: 2.5rem;
}
.solutions-home {
  margin-top: 4rem;
}
@media only screen and (min-width: 576px) {
  .solutions-home .items {
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .solutions-home .items #responsive-tester span {
    background-color: purple;
  }
  .solutions-home .items #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .solutions-home .items #responsive-tester:after {
    content: "1024px";
  }
}
.solutions-home .items a {
  background: #2e3192;
  background-image:
    linear-gradient(rgba(198, 12, 48, 0.8), rgba(198, 12, 48, 0.8)),
    url("../images/crushing.jpg");
  border-size: 1px;
  border-radius: 0 0 28px 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-family:
    pragmatica-extended,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-weight: 700;
  height: 6rem;
  justify-content: center;
  margin-bottom: 1rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  text-align: center;
  width: 100%;
  transform: scale(1);
  transition: all 0.2s ease-in-out;
}
@media only screen and (min-width: 576px) {
  .solutions-home .items a {
    width: 12rem;
  }
  .solutions-home .items a #responsive-tester span {
    background-color: purple;
  }
  .solutions-home .items a #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .solutions-home .items a #responsive-tester:after {
    content: "1024px";
  }
}
.solutions-home .items a:hover {
  border: 1px solid #2e3192;
  box-shadow: 0 26px 40px rgba(30, 30, 30, 0.15);
  transform: scale(1.05);
  transition: all 0.2s ease-in-out;
}
.solutions-home .copy {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.solutions-home .copy h2 {
  margin-top: 3rem;
  text-align: center;
  text-transform: uppercase;
}
.success {
  background: url("../images/success-bg.jpg") 50% no-repeat;
  background-size: cover;
  color: #fff;
  padding-bottom: 2rem;
}
.success:before {
  background-image: url("../images/red-swoop--bottom.svg");
}
.success .copy {
  width: 100%;
  padding-top: 8rem;
}
@media only screen and (min-width: 576px) {
  .success .copy {
    padding-top: 11rem;
  }
  .success .copy #responsive-tester span {
    background-color: purple;
  }
  .success .copy #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .success .copy #responsive-tester:after {
    content: "1024px";
  }
}
@media only screen and (min-width: 950px) {
  .success .copy {
    padding-top: 14rem;
    flex-basis: 50%;
    width: 50%;
  }
}
.success .copy h2 {
  text-transform: uppercase;
}
.success .copy p {
  color: #f0f0f0;
  line-height: 1.8;
}
.success .success-container {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 874px) {
  .success .success-container {
    flex-direction: row;
    justify-content: space-between;
  }
}
.success .success-slide .success-description {
  font-size: 1.2rem;
  line-height: 1.6;
  margin: 0 auto;
  padding-top: 2rem;
  text-align: center;
  width: 75%;
}
@media only screen and (min-width: 647px) {
  .success .success-slide .success-description {
    padding-top: 5rem;
  }
}
.success .success-slide .success-image {
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 15px 40px 20px rgba(0, 0, 0, 0.6);
  display: flex;
  height: 15rem;
  justify-content: center;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 15rem;
}
@media only screen and (min-width: 1196px) {
  .success .success-slide .success-image {
    height: 18rem;
    width: 18rem;
  }
}
.success .success-slide .success-image img {
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
}
.success .slider-meta {
  text-align: center;
  position: relative;
  top: 0;
}
@media only screen and (min-width: 647px) {
  .success .slider-meta {
    top: -8rem;
  }
}
@media only screen and (min-width: 874px) {
  .success .slider-meta {
    top: -10rem;
  }
}
.success .success-slider .slick-next,
.success .success-slider .slick-prev {
  bottom: -2rem;
}
@media only screen and (min-width: 647px) {
  .success .success-slider .slick-next,
  .success .success-slider .slick-prev {
    bottom: 6rem;
  }
}
@media only screen and (min-width: 874px) {
  .success .success-slider .slick-next,
  .success .success-slider .slick-prev {
    bottom: 8rem;
  }
}
.success .success-slider .slick-prev {
  left: 0;
}
@media only screen and (min-width: 874px) {
  .success .success-slider .slick-prev {
    left: 8rem;
  }
}
.success .success-slider .slick-next {
  right: 0;
}
@media only screen and (min-width: 874px) {
  .success .success-slider .slick-next {
    right: 8rem;
  }
}
.success .slider-wrapper {
  flex-basis: 100%;
  width: 100%;
  margin: 3rem auto 0;
  overflow: hidden;
  padding-bottom: 1rem;
}
@media only screen and (min-width: 874px) {
  .success .slider-wrapper {
    flex-basis: 47%;
    margin: 0;
    width: 47%;
  }
}
.swoop {
  overflow-x: hidden;
  position: relative;
}
.swoop:before {
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
  height: 16rem;
  left: 0;
  position: absolute;
  top: -3px;
  width: 102%;
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .swoop:before {
    content: none;
  }
}
.remove-swoop:before {
  content: none !important;
}
table {
  margin: 0 0 3rem;
  border-collapse: collapse;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.05);
  width: 100%;
}
table tr:first-child td,
table tr:first-child th {
  font-size: 1rem;
}
table tr:first-child td h3,
table tr:first-child th h3 {
  font-size: 1rem;
  margin: 0;
}
table tr td,
table tr th {
  border: 2px solid #fff;
  padding: 0.75rem 1.25rem;
  text-align: left;
}
table tr th {
  background: #f4f4f3;
  padding-top: 1em;
  font-size: 1rem;
  font-weight: 700;
  font-family:
    pragmatica-extended,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  color: #444;
}
table tr th h3 {
  font-size: 1rem;
  margin: 0;
}
table tr:hover td {
  background-color: #fff;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.05);
}
table tr:hover td h3 {
  font-size: 1rem;
  margin: 0;
}
.titleWithCTA {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 1rem;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
@media (min-width: 950px) {
  .titleWithCTA {
    flex-direction: row;
    margin-bottom: 1.5277777778rem;
  }
}
.titleWithCTA__heading {
  max-width: 36.9444444444rem;
  margin-bottom: 0;
}
.titleWithCTA__heading.-red {
  color: #2e3192;
}
.titleWithCTA__heading.-light {
  font-weight: 500;
}
.titleWithCTA__heading.-noMargin {
  margin-bottom: 0;
}
.titleWithCTA__subheading {
  font-size: 1.1111111111rem;
  margin-bottom: 0;
  line-height: 1.3;
}
@media (min-width: 950px) {
  .titleWithCTA__subheading {
    width: 100%;
  }
}
.titleWithCTA.-compact .titleWithCTA__heading {
  font-size: 1.3333333333rem;
}
.titleWithCTA.-centered {
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.titleWithCTA.-fullWidth {
  width: 100%;
}
.titleWithCTA.-justifyStartMobile {
  align-items: flex-start;
}
@media only screen and (min-width: 1024px) {
  .titleWithCTA.-justifyStartMobile {
    align-items: center;
  }
  .titleWithCTA.-justifyStartMobile #responsive-tester span {
    background-color: green;
  }
  .titleWithCTA.-justifyStartMobile #responsive-tester:before {
    content: "Large: 1024px\2013";
  }
  .titleWithCTA.-justifyStartMobile #responsive-tester:after {
    content: "1200px";
  }
}
#twitterFetcher ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  position: relative;
}
#twitterFetcher ul li:before {
  display: none;
}
#twitterFetcher ul li {
  background-color: #fff;
  padding: 1.2rem 1rem;
  margin-bottom: 1rem;
  position: relative;
  margin-top: 3rem;
}
@media only screen and (min-width: 576px) {
  #twitterFetcher ul li {
    padding: 1.2rem 3rem 3rem;
  }
  #twitterFetcher ul li #responsive-tester span {
    background-color: purple;
  }
  #twitterFetcher ul li #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  #twitterFetcher ul li #responsive-tester:after {
    content: "1024px";
  }
}
#twitterFetcher ul li .user {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  margin-top: -3.5rem;
}
@media only screen and (min-width: 576px) {
  #twitterFetcher ul li .user {
    align-items: auto;
    flex-direction: row;
    margin-left: -5rem;
    margin-top: 0;
  }
  #twitterFetcher ul li .user #responsive-tester span {
    background-color: purple;
  }
  #twitterFetcher ul li .user #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  #twitterFetcher ul li .user #responsive-tester:after {
    content: "1024px";
  }
}
#twitterFetcher ul li .user a {
  margin-right: 1rem;
}
#twitterFetcher ul li .user a img {
  border: 1px solid #f0f0f0;
  border-radius: 50%;
  box-shadow: 6px 12px 24px rgba(0, 0, 0, 0.2);
}
#twitterFetcher ul li .user div {
  margin-top: 0.7rem;
  text-align: center;
}
@media only screen and (min-width: 576px) {
  #twitterFetcher ul li .user div {
    text-align: left;
  }
  #twitterFetcher ul li .user div #responsive-tester span {
    background-color: purple;
  }
  #twitterFetcher ul li .user div #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  #twitterFetcher ul li .user div #responsive-tester:after {
    content: "1024px";
  }
}
#twitterFetcher ul li .user div a > div > span {
  color: #353638;
  font-family:
    pragmatica-condensed,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-weight: 400;
  border-bottom: 2px solid #2e3192;
}
#twitterFetcher ul li .user div a > div > span:hover {
  color: #2e3192;
}
#twitterFetcher ul li .user div a > div > span:first-child {
  color: #2e3192;
  font-family:
    pragmatica-extended,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-weight: 700;
  display: block;
  border-bottom: none;
}
#twitterFetcher ul li .user div a > div > span:first-child:hover {
  color: #0164b2;
}
#twitterFetcher ul li .tweet {
  color: #1e1e1e;
  font-size: 1rem;
}
@media only screen and (min-width: 576px) {
  #twitterFetcher ul li .tweet {
    font-size: 1.3rem;
  }
  #twitterFetcher ul li .tweet #responsive-tester span {
    background-color: purple;
  }
  #twitterFetcher ul li .tweet #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  #twitterFetcher ul li .tweet #responsive-tester:after {
    content: "1024px";
  }
}
#twitterFetcher ul li .timePosted {
  color: #1e1e1e;
  font-size: 0.88rem;
  font-weight: 900;
  margin: 0;
  text-transform: uppercase;
}
@media only screen and (min-width: 576px) {
  #twitterFetcher ul li .timePosted {
    float: left;
  }
  #twitterFetcher ul li .timePosted #responsive-tester span {
    background-color: purple;
  }
  #twitterFetcher ul li .timePosted #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  #twitterFetcher ul li .timePosted #responsive-tester:after {
    content: "1024px";
  }
}
#twitterFetcher ul li .timePosted a {
  border-bottom: none;
}
#twitterFetcher ul li .interact {
  margin-top: 1rem;
}
@media only screen and (min-width: 576px) {
  #twitterFetcher ul li .interact {
    float: right;
    margin-top: 0;
  }
  #twitterFetcher ul li .interact #responsive-tester span {
    background-color: purple;
  }
  #twitterFetcher ul li .interact #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  #twitterFetcher ul li .interact #responsive-tester:after {
    content: "1024px";
  }
}
#twitterFetcher ul li .interact a {
  margin-right: 1rem;
}
@media only screen and (min-width: 576px) {
  #twitterFetcher ul li .interact a {
    margin-left: 1rem;
    margin-right: 0;
  }
  #twitterFetcher ul li .interact a #responsive-tester span {
    background-color: purple;
  }
  #twitterFetcher ul li .interact a #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  #twitterFetcher ul li .interact a #responsive-tester:after {
    content: "1024px";
  }
}
#twitterFetcher ul li .media {
  clear: both;
}
@media only screen and (min-width: 576px) {
  #twitterFetcher ul li .media img #responsive-tester span {
    background-color: purple;
  }
  #twitterFetcher ul li .media img #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  #twitterFetcher ul li .media img #responsive-tester:after {
    content: "1024px";
  }
}
@media only screen and (min-width: 576px) {
  .video-container {
    display: flex;
    justify-content: flex-start;
  }
  .video-container #responsive-tester span {
    background-color: purple;
  }
  .video-container #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .video-container #responsive-tester:after {
    content: "1024px";
  }
}
.video-container .video-action {
  text-align: center;
  padding-top: 2rem;
}
@media only screen and (min-width: 576px) {
  .video-container .video-action {
    padding: 2rem 0 0 1.5rem;
    text-align: left;
  }
  .video-container .video-action #responsive-tester span {
    background-color: purple;
  }
  .video-container .video-action #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .video-container .video-action #responsive-tester:after {
    content: "1024px";
  }
}
.video-container .video-action a {
  color: #2e3192;
  display: block;
  font-family:
    pragmatica-extended,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-weight: 700;
  font-size: 1rem;
}
.video-overlay {
  cursor: pointer;
  position: relative;
  transition: 0.2s ease;
  width: 100%;
}
@media only screen and (min-width: 576px) {
  .video-overlay {
    width: 50%;
  }
  .video-overlay #responsive-tester span {
    background-color: purple;
  }
  .video-overlay #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .video-overlay #responsive-tester:after {
    content: "1024px";
  }
}
.video-overlay:before {
  color: #2e3192;
  content: "\F03D";
  font-family: Font Awesome\5 Pro;
  font-size: 1.5rem;
  font-weight: 300;
  position: absolute;
  right: 1rem;
  top: 1rem;
  z-index: 99;
}
.video-overlay:after {
  background-image: linear-gradient(
    rgb(85 168 252 / 50%),
    rgb(85 168 252 / 50%)
  );
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  transition: 0.2s ease;
}
.video-overlay:hover:after {
  background-image: linear-gradient(
    rgba(77, 79, 83, 0.65),
    rgba(77, 79, 83, 0.65)
  );
  content: "\F04B";
  transition: 0.2s ease;
  padding-top: 7rem;
  font-size: 3rem;
  font-family: Font Awesome\5 Pro;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.video-overlay img {
  width: 100%;
}
.bannerWithOffsetImage {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  background: linear-gradient(124deg, #2e3192, #0164b2);
  color: #fff;
  position: relative;
  padding-bottom: 1.875rem;
}
.bannerWithOffsetImage.spacing-marginTop--normal {
  margin-top: 3.55556rem !important;
}
.bannerWithOffsetImage.spacing-marginTop--tight {
  margin-top: 1.77778rem !important;
}
.bannerWithOffsetImage.spacing-marginTop--none {
  margin-top: 0 !important;
}
.bannerWithOffsetImage.spacing-marginBottom--normal {
  margin-bottom: 3.55556rem !important;
}
.bannerWithOffsetImage.spacing-marginBottom--tight {
  margin-bottom: 1.77778rem !important;
}
.bannerWithOffsetImage.spacing-marginBottom--none {
  margin-bottom: 0 !important;
}
.bannerWithOffsetImage.spacing-paddingTop--normal {
  padding-top: 3.55556rem !important;
}
.bannerWithOffsetImage.spacing-paddingTop--tight {
  padding-top: 1.77778rem !important;
}
.bannerWithOffsetImage.spacing-paddingTop--none {
  padding-top: 0 !important;
}
.bannerWithOffsetImage.spacing-paddingBottom--normal {
  padding-bottom: 3.55556rem !important;
}
.bannerWithOffsetImage.spacing-paddingBottom--tight {
  padding-bottom: 1.77778rem !important;
}
.bannerWithOffsetImage.spacing-paddingBottom--none {
  padding-bottom: 0 !important;
}
.bannerWithOffsetImage.-white {
  background: #fff;
}
.bannerWithOffsetImage.-lightGray {
  background: #f0f0f0;
}
.bannerWithOffsetImage.-darkGray {
  background: #353638;
}
.bannerWithOffsetImage.-lines {
  background:
    url("../images/curved-lines-background.svg") right -45rem bottom -20rem
      no-repeat,
    linear-gradient(#fff, #fff);
}
@media (min-width: 950px) {
  .bannerWithOffsetImage.-lines {
    background:
      url("../images/curved-lines-background.svg") right 50% bottom 50%/150%
        no-repeat,
      linear-gradient(#fff, #fff);
  }
}
.bannerWithOffsetImage.-linesDark {
  background:
    linear-gradient(136deg, rgba(77, 79, 83, 0.5), #353638),
    url("../images/curved-lines-background.svg") right -45rem bottom -20rem
      no-repeat,
    linear-gradient(136deg, #4d4f53, #353638);
}
@media (min-width: 950px) {
  .bannerWithOffsetImage.-linesDark {
    background:
      linear-gradient(136deg, rgba(77, 79, 83, 0.5), #353638),
      url("../images/curved-lines-background.svg") right 50% bottom 50%/150%
        no-repeat,
      linear-gradient(136deg, #4d4f53, #353638);
  }
}
.bannerWithOffsetImage.-red {
  background: #2e3192;
}
.bannerWithOffsetImage.-darkRed {
  background: #0164b2;
}
.bannerWithOffsetImage.-redGradient {
  background: linear-gradient(124deg, #2e3192, #0164b2);
}
@media (min-width: 950px) {
  .bannerWithOffsetImage {
    flex-direction: row;
    margin-bottom: -1.94444rem;
    padding-bottom: 0;
  }
  .bannerWithOffsetImage.-imageRightAligned {
    flex-direction: row-reverse;
  }
}
.bannerWithOffsetImage__image {
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  align-self: center;
  width: 100%;
}
@media (min-width: 950px) {
  .bannerWithOffsetImage__image {
    width: 50vw;
    align-self: inherit;
    transform: translate(-1.9444444444rem, -1.9444444444rem);
    border-radius: 0 0 25px 0;
  }
}
.bannerWithOffsetImage__header {
  color: #fff;
}
.bannerWithOffsetImage__content {
  align-self: center;
  padding: 1rem;
  text-align: center;
}
.bannerWithOffsetImage__content.spacing-marginTop--normal {
  margin-top: 3.55556rem !important;
}
.bannerWithOffsetImage__content.spacing-marginTop--tight {
  margin-top: 1.77778rem !important;
}
.bannerWithOffsetImage__content.spacing-marginTop--none {
  margin-top: 0 !important;
}
.bannerWithOffsetImage__content.spacing-marginBottom--normal {
  margin-bottom: 3.55556rem !important;
}
.bannerWithOffsetImage__content.spacing-marginBottom--tight {
  margin-bottom: 1.77778rem !important;
}
.bannerWithOffsetImage__content.spacing-marginBottom--none {
  margin-bottom: 0 !important;
}
.bannerWithOffsetImage__content.spacing-paddingTop--normal {
  padding-top: 3.55556rem !important;
}
.bannerWithOffsetImage__content.spacing-paddingTop--tight {
  padding-top: 1.77778rem !important;
}
.bannerWithOffsetImage__content.spacing-paddingTop--none {
  padding-top: 0 !important;
}
.bannerWithOffsetImage__content.spacing-paddingBottom--normal {
  padding-bottom: 3.55556rem !important;
}
.bannerWithOffsetImage__content.spacing-paddingBottom--tight {
  padding-bottom: 1.77778rem !important;
}
.bannerWithOffsetImage__content.spacing-paddingBottom--none {
  padding-bottom: 0 !important;
}
@media (min-width: 950px) {
  .bannerWithOffsetImage__content {
    width: 50vw;
    padding: 4.0555555556rem 5.2777777778rem;
    text-align: left;
  }
}
.bannerWithOffsetImage__lead {
  font-size: 1rem;
  line-height: 1.88889;
}
.bannerWithOffsetImage + * {
  flex-wrap: wrap;
}
@media (min-width: 950px) {
  .bannerWithOffsetImage + :before {
    content: "";
    display: block;
    width: 100%;
    height: 1.9444444444rem;
    position: relative;
    padding-top: 1.9444444444rem;
  }
}
.callout.spacing-marginTop--normal {
  margin-top: 3.55556rem !important;
}
.callout.spacing-marginTop--tight {
  margin-top: 1.77778rem !important;
}
.callout.spacing-marginTop--none {
  margin-top: 0 !important;
}
.callout.spacing-marginBottom--normal {
  margin-bottom: 3.55556rem !important;
}
.callout.spacing-marginBottom--tight {
  margin-bottom: 1.77778rem !important;
}
.callout.spacing-marginBottom--none {
  margin-bottom: 0 !important;
}
.callout.spacing-paddingTop--normal {
  padding-top: 3.55556rem !important;
}
.callout.spacing-paddingTop--tight {
  padding-top: 1.77778rem !important;
}
.callout.spacing-paddingTop--none {
  padding-top: 0 !important;
}
.callout.spacing-paddingBottom--normal {
  padding-bottom: 3.55556rem !important;
}
.callout.spacing-paddingBottom--tight {
  padding-bottom: 1.77778rem !important;
}
.callout.spacing-paddingBottom--none {
  padding-bottom: 0 !important;
}
.cardColumns {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
.cardColumns > * {
  margin-bottom: 2.5rem;
}
@media (max-width: 810px) {
  .cardColumns > * {
    margin: 1rem auto;
  }
}
.cardColumns.-atStart {
  justify-content: flex-start;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}
.cardColumns.-products {
  display: block;
  margin: 0 auto;
}
.cardColumns.-products > * {
  max-width: 22.2222222222rem;
}
@media (min-width: 950px) {
  .cardColumns.-products {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 4.4444444444rem;
    column-gap: 4.4444444444rem;
    row-gap: 3rem;
  }
}
@media (min-width: 950px) {
  .cardColumns.-two > * {
    max-width: 48%;
  }
}
@media (min-width: 950px) {
  .cardColumns.-three > * {
    max-width: 32%;
  }
}
@media (min-width: 950px) {
  .cardColumns.-four > * {
    max-width: 23%;
  }
}
.cardGridWithFeaturedCard {
  padding: 2rem 0;
  background-color: #fff;
  border-bottom: 1px solid #c7c7c7;
}
@media only screen and (min-width: 576px) {
  .cardGridWithFeaturedCard {
    border-bottom: none;
  }
  .cardGridWithFeaturedCard #responsive-tester span {
    background-color: purple;
  }
  .cardGridWithFeaturedCard #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .cardGridWithFeaturedCard #responsive-tester:after {
    content: "1024px";
  }
}
.cardGridWithFeaturedCard__grid {
  display: flex;
  flex-direction: column;
  grid-row-gap: 1rem;
}
@media only screen and (min-width: 576px) {
  .cardGridWithFeaturedCard__grid {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 0.25rem));
    grid-column-gap: 0.5rem;
    grid-row-gap: 1rem;
  }
  .cardGridWithFeaturedCard__grid #responsive-tester span {
    background-color: purple;
  }
  .cardGridWithFeaturedCard__grid #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .cardGridWithFeaturedCard__grid #responsive-tester:after {
    content: "1024px";
  }
}
@media only screen and (min-width: 1024px) {
  .cardGridWithFeaturedCard__grid {
    grid-template-columns: repeat(3, calc(33.333% - 0.16667rem));
  }
  .cardGridWithFeaturedCard__grid #responsive-tester span {
    background-color: green;
  }
  .cardGridWithFeaturedCard__grid #responsive-tester:before {
    content: "Large: 1024px\2013";
  }
  .cardGridWithFeaturedCard__grid #responsive-tester:after {
    content: "1200px";
  }
}
.cardGridWithFeaturedCard + .cardGridWithFeaturedCard {
  padding-top: 0;
}
@media only screen and (min-width: 576px) {
  .cardGridWithFeaturedCard
    + .cardGridWithFeaturedCard
    .cardGridWithFeaturedCard__heading {
    margin-top: 0;
  }
  .cardGridWithFeaturedCard
    + .cardGridWithFeaturedCard
    .cardGridWithFeaturedCard__heading
    #responsive-tester
    span {
    background-color: purple;
  }
  .cardGridWithFeaturedCard
    + .cardGridWithFeaturedCard
    .cardGridWithFeaturedCard__heading
    #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .cardGridWithFeaturedCard
    + .cardGridWithFeaturedCard
    .cardGridWithFeaturedCard__heading
    #responsive-tester:after {
    content: "1024px";
  }
}
.cardGridWithFeaturedCard__heading {
  color: #2e3192;
  text-transform: uppercase;
}
.cardGridWithFeaturedCard__card {
  display: grid;
  align-items: center;
  position: relative;
}
@media only screen and (min-width: 576px) {
  .cardGridWithFeaturedCard__card.-featured {
    grid-column: 1 / span 2;
  }
  .cardGridWithFeaturedCard__card.-featured #responsive-tester span {
    background-color: purple;
  }
  .cardGridWithFeaturedCard__card.-featured #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .cardGridWithFeaturedCard__card.-featured #responsive-tester:after {
    content: "1024px";
  }
  .cardGridWithFeaturedCard__card.-featured .card__image {
    aspect-ratio: 3.5/1;
  }
  .cardGridWithFeaturedCard__card.-featured .card__body {
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    padding: 1rem;
    align-self: flex-end;
    justify-self: flex-start;
    margin: 0;
    text-align: left;
  }
  .cardGridWithFeaturedCard__card.-featured .card__body:after {
    background-color: transparent;
  }
}
@media only screen and (min-width: 1024px) {
  .cardGridWithFeaturedCard__card.-featured {
    grid-column: 1 / span 3;
  }
  .cardGridWithFeaturedCard__card.-featured #responsive-tester span {
    background-color: green;
  }
  .cardGridWithFeaturedCard__card.-featured #responsive-tester:before {
    content: "Large: 1024px\2013";
  }
  .cardGridWithFeaturedCard__card.-featured #responsive-tester:after {
    content: "1200px";
  }
}
.cardGridWithFeaturedCard__card.-externalLink:before {
  content: "";
  background-image: url("../images/icons/external-link.svg");
  background-repeat: no-repeat;
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  z-index: 2;
  pointer-events: none;
}
@media only screen and (min-width: 1024px) {
  .cardGridWithFeaturedCard__card.-externalLink #responsive-tester span {
    background-color: green;
  }
  .cardGridWithFeaturedCard__card.-externalLink #responsive-tester:before {
    content: "Large: 1024px\2013";
  }
  .cardGridWithFeaturedCard__card.-externalLink #responsive-tester:after {
    content: "1200px";
  }
  .cardGridWithFeaturedCard__card.-externalLink:before {
    width: 20px;
    height: 20px;
    right: 0.75rem;
    top: 0.75rem;
  }
}
.cardGridWithFeaturedCard__card .card__image {
  grid-area: 1/1/1/1;
  aspect-ratio: 1.8/1;
}
.cardGridWithFeaturedCard__card .card__body {
  grid-area: 1/1/1/1;
  z-index: 1;
  color: #fff;
  padding: 1.25rem;
  text-align: center;
  line-height: 1.3;
  justify-self: center;
  font-size: 1rem;
  font-weight: 100;
}
@media only screen and (min-width: 576px) {
  .cardGridWithFeaturedCard__card .card__body {
    font-size: 0.8888rem;
  }
  .cardGridWithFeaturedCard__card .card__body #responsive-tester span {
    background-color: purple;
  }
  .cardGridWithFeaturedCard__card .card__body #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .cardGridWithFeaturedCard__card .card__body #responsive-tester:after {
    content: "1024px";
  }
}
.cardGridWithFeaturedCard__card .card__body:after {
  content: "";
  background-color: #000;
  z-index: -1;
  opacity: 0.4;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.cardGridWithFeaturedCard__actions {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 576px) {
  .cardGridWithFeaturedCard__actions {
    margin-top: 3rem;
  }
  .cardGridWithFeaturedCard__actions #responsive-tester span {
    background-color: purple;
  }
  .cardGridWithFeaturedCard__actions #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .cardGridWithFeaturedCard__actions #responsive-tester:after {
    content: "1024px";
  }
}
.cardSlider {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.cardSlider__slider {
  gap: 1.6666666667rem;
}
.cardSlider__slider.-noScroll {
  overflow: hidden;
}
.cardSlider__slider.-noScroll .cardSlider__slide,
.cardSlider__slider.-noScroll .cardSlider__slide.-product {
  flex: 1 1 0;
  min-width: 0;
  max-width: none;
}
@media (max-width: 600px) {
  .cardSlider__slider.-noScroll {
    justify-content: center;
    flex-wrap: wrap;
  }
  .cardSlider__slider.-noScroll .cardSlider__slide,
  .cardSlider__slider.-noScroll .cardSlider__slide.-product {
    flex: 0 0 100%;
  }
}
.cardSlider__slide {
  margin: 0;
}
.cardSlider__slide.-product {
  min-width: 100%;
  align-items: center;
  max-width: 400px;
}
.cardSlider__slide.-product .card__imageWrapper {
  height: unset;
}
.cardSlider__slide.-product .card__title {
  min-height: 5.5rem;
}
.cardSlider__slide.-product .card__title.\--variable-height {
  min-height: -moz-min-content;
  min-height: min-content;
}
@media only screen and (min-width: 576px) {
  .cardSlider__slide.-product {
    min-width: 17.5555555556rem;
    max-width: unset;
    align-items: flex-start;
  }
  .cardSlider__slide.-product #responsive-tester span {
    background-color: purple;
  }
  .cardSlider__slide.-product #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .cardSlider__slide.-product #responsive-tester:after {
    content: "1024px";
  }
  .cardSlider__slide.-product .card__imageWrapper {
    height: 10.9444444444rem;
  }
}
.cardSlider__slide:first-child {
  margin-left: 0;
}
.cardSlider.-four .cardSlider__slide {
  min-width: 14.1666666667rem;
}
.cardSlider.-offset {
  width: 43rem;
  transform: translateY(1rem);
  z-index: 1;
  align-self: flex-end;
}
.cardSlider.-offset .cardSlider__slider {
  overflow-x: scroll;
}
.cardSlider.-offset .cardSlider__slide {
  flex: 0 0 13.8888888889rem;
  min-width: 13.8888888889rem;
  margin: 0 0.6944444444rem 0 0;
}
.cardSlider.-offset .slick-slide {
  margin: 0 0.3472222222rem;
}
.cardSlider.-offset .slick-list {
  margin: 0 -0.3472222222rem;
}
.cardSlider.-offset .cardSlider__arrow.-next {
  position: absolute;
  top: 50%;
  right: -3rem;
  transform: translateY(-50%);
}
.cardSlider__arrow {
  padding-top: 0.5rem;
  padding-bottom: 0.4rem;
  position: absolute;
  transform: translateY(-50%);
}
@media (max-width: 576px) {
  .cardSlider__arrow {
    display: none;
  }
}
.cardSlider__arrow.-prev {
  top: calc(50% - 2rem);
  left: 0;
}
@media only screen and (min-width: 1200px) {
  .cardSlider__arrow.-prev {
    left: -2.5rem;
  }
  .cardSlider__arrow.-prev #responsive-tester span {
    background-color: red;
  }
  .cardSlider__arrow.-prev #responsive-tester:before {
    content: "XL: 1200px+";
  }
  .cardSlider__arrow.-prev #responsive-tester:after {
    content: "";
  }
}
.cardSlider__arrow.-next {
  top: calc(50% - 2rem);
  right: 0;
}
@media only screen and (min-width: 1200px) {
  .cardSlider__arrow.-next {
    right: -2.5rem;
  }
  .cardSlider__arrow.-next #responsive-tester span {
    background-color: red;
  }
  .cardSlider__arrow.-next #responsive-tester:before {
    content: "XL: 1200px+";
  }
  .cardSlider__arrow.-next #responsive-tester:after {
    content: "";
  }
}
.cardSlider__arrow.-disabled,
.cardSlider__arrow.horizonScroll-prev.-disabled {
  opacity: 0;
  pointer-events: none;
}
.cardSlider.-slideColumns .cardSlider__slider {
  display: flex;
  flex-wrap: nowrap;
}
.cardSlider.-slideColumns .cardSlider__slider .cardSlider__slide {
  margin-right: 2rem;
}
.cardSlider.-slideColumns .cardSlider__slider .cardSlider__slide:last-child {
  margin-right: 0;
}
.cardSlider.-slideColumns .cardSlider__slide {
  margin: 0;
}
@media only screen and (min-width: 576px) {
  .cardSlider.-slideColumns .cardSlider__slide {
    flex: 0 0 calc(33.333% - 1.333rem);
    min-width: 0;
    max-width: calc(33.333% - 1.333rem);
  }
  .cardSlider.-slideColumns .cardSlider__slide #responsive-tester span {
    background-color: purple;
  }
  .cardSlider.-slideColumns .cardSlider__slide #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .cardSlider.-slideColumns .cardSlider__slide #responsive-tester:after {
    content: "1024px";
  }
}
@media (max-width: 576px) {
  .cardSlider.-slideColumns .cardSlider__slide {
    flex: 0 0 100%;
    max-width: 100%;
    min-width: unset;
  }
}
.embed.spacing-marginTop--normal {
  margin-top: 3.55556rem !important;
}
.embed.spacing-marginTop--tight {
  margin-top: 1.77778rem !important;
}
.embed.spacing-marginTop--none {
  margin-top: 0 !important;
}
.embed.spacing-marginBottom--normal {
  margin-bottom: 3.55556rem !important;
}
.embed.spacing-marginBottom--tight {
  margin-bottom: 1.77778rem !important;
}
.embed.spacing-marginBottom--none {
  margin-bottom: 0 !important;
}
.embed.spacing-paddingTop--normal {
  padding-top: 3.55556rem !important;
}
.embed.spacing-paddingTop--tight {
  padding-top: 1.77778rem !important;
}
.embed.spacing-paddingTop--none {
  padding-top: 0 !important;
}
.embed.spacing-paddingBottom--normal {
  padding-bottom: 3.55556rem !important;
}
.embed.spacing-paddingBottom--tight {
  padding-bottom: 1.77778rem !important;
}
.embed.spacing-paddingBottom--none {
  padding-bottom: 0 !important;
}
.faq {
  display: block;
}
.faq.spacing-marginTop--normal {
  margin-top: 3.55556rem !important;
}
.faq.spacing-marginTop--tight {
  margin-top: 1.77778rem !important;
}
.faq.spacing-marginTop--none {
  margin-top: 0 !important;
}
.faq.spacing-marginBottom--normal {
  margin-bottom: 3.55556rem !important;
}
.faq.spacing-marginBottom--tight {
  margin-bottom: 1.77778rem !important;
}
.faq.spacing-marginBottom--none {
  margin-bottom: 0 !important;
}
.faq.spacing-paddingTop--normal {
  padding-top: 3.55556rem !important;
}
.faq.spacing-paddingTop--tight {
  padding-top: 1.77778rem !important;
}
.faq.spacing-paddingTop--none {
  padding-top: 0 !important;
}
.faq.spacing-paddingBottom--normal {
  padding-bottom: 3.55556rem !important;
}
.faq.spacing-paddingBottom--tight {
  padding-bottom: 1.77778rem !important;
}
.faq.spacing-paddingBottom--none {
  padding-bottom: 0 !important;
}
.faq__copy {
  max-width: 40rem;
  padding-bottom: 1rem;
}
.faq__questionButton {
  cursor: pointer;
  width: 100%;
  padding: 1.3888888889rem 1rem 1.3888888889rem 0;
  font-size: 1.3333333333rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s;
  text-align: left;
}
.faq__questionButton:hover {
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: #f0f0f0;
}
.faq__questionButton:after {
  content: url("../images/icons/down-arrow.svg");
  display: inline-block;
  color: #2e3192;
  transition: transform 0.35s;
}
.faq__questionButton.-opened:after {
  transform: rotate(180deg);
}
.faq__answer {
  display: block;
  transition: all 0.3s;
  max-height: 0;
  overflow: hidden;
  margin-left: 0;
  border-bottom: 1px solid #c7c7c7;
}
.faq__answer.-opened {
  max-height: 900px;
}
.faq__answerContent {
  padding: 0.5rem 1rem;
}
.faq__answerContent.-noPadding p {
  margin-bottom: 0;
}
.fullWidthCarousel {
  position: relative;
  border-left: 1.0555555556rem solid #2e3192;
  background-color: #2e3192;
}
.fullWidthCarousel.spacing-marginTop--normal {
  margin-top: 3.55556rem !important;
}
.fullWidthCarousel.spacing-marginTop--tight {
  margin-top: 1.77778rem !important;
}
.fullWidthCarousel.spacing-marginTop--none {
  margin-top: 0 !important;
}
.fullWidthCarousel.spacing-marginBottom--normal {
  margin-bottom: 3.55556rem !important;
}
.fullWidthCarousel.spacing-marginBottom--tight {
  margin-bottom: 1.77778rem !important;
}
.fullWidthCarousel.spacing-marginBottom--none {
  margin-bottom: 0 !important;
}
.fullWidthCarousel.spacing-paddingTop--normal {
  padding-top: 3.55556rem !important;
}
.fullWidthCarousel.spacing-paddingTop--tight {
  padding-top: 1.77778rem !important;
}
.fullWidthCarousel.spacing-paddingTop--none {
  padding-top: 0 !important;
}
.fullWidthCarousel.spacing-paddingBottom--normal {
  padding-bottom: 3.55556rem !important;
}
.fullWidthCarousel.spacing-paddingBottom--tight {
  padding-bottom: 1.77778rem !important;
}
.fullWidthCarousel.spacing-paddingBottom--none {
  padding-bottom: 0 !important;
}
.fullWidthCarousel__slider:not(.slick-slider) {
  display: flex;
  flex-direction: column;
}
.fullWidthCarousel__slider > .slick-list > .slick-track {
  display: flex !important;
}
.fullWidthCarousel__slider > .slick-list > .slick-track > .slick-slide {
  height: inherit !important;
}
.fullWidthCarousel__slider > .slick-list > .slick-track > .slick-slide > div {
  height: 100%;
}
.fullWidthCarousel__slider.slick-slider {
  margin-bottom: 0;
}
.fullWidthCarousel__slide {
  min-height: 27.7777777778rem;
  height: 100%;
  background:
    linear-gradient(0deg, rgba(53, 54, 56, 0.8), rgba(53, 54, 56, 0.8)),
    var(--slide-image);
  background-size: cover;
  background-position: 50%;
  position: relative;
}
.fullWidthCarousel__content {
  max-width: 43.8888888889rem;
  margin: 4.9316666667rem auto;
  color: #fff;
  text-align: center;
  padding: 1rem;
}
.fullWidthCarousel__eyebrow {
  font-size: 0.8888888889rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}
.fullWidthCarousel__title {
  font-size: 1.7777777778rem;
  margin-bottom: 2.2222222222rem;
}
.events .fullWidthCarousel {
  border-left: none;
}
.fullWidthStylized {
  display: block;
  flex-direction: column;
  width: 100%;
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
}
.fullWidthStylized.spacing-marginTop--normal {
  margin-top: 3.55556rem !important;
}
.fullWidthStylized.spacing-marginTop--tight {
  margin-top: 1.77778rem !important;
}
.fullWidthStylized.spacing-marginTop--none {
  margin-top: 0 !important;
}
.fullWidthStylized.spacing-marginBottom--normal {
  margin-bottom: 3.55556rem !important;
}
.fullWidthStylized.spacing-marginBottom--tight {
  margin-bottom: 1.77778rem !important;
}
.fullWidthStylized.spacing-marginBottom--none {
  margin-bottom: 0 !important;
}
.fullWidthStylized.spacing-paddingTop--normal {
  padding-top: 3.55556rem !important;
}
.fullWidthStylized.spacing-paddingTop--tight {
  padding-top: 1.77778rem !important;
}
.fullWidthStylized.spacing-paddingTop--none {
  padding-top: 0 !important;
}
.fullWidthStylized.spacing-paddingBottom--normal {
  padding-bottom: 3.55556rem !important;
}
.fullWidthStylized.spacing-paddingBottom--tight {
  padding-bottom: 1.77778rem !important;
}
.fullWidthStylized.spacing-paddingBottom--none {
  padding-bottom: 0 !important;
}
@media (max-width: 1110px) {
  .fullWidthStylized {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 950px) {
  .fullWidthStylized {
    flex-direction: row;
  }
}
@media (max-width: 950px) {
  .fullWidthStylized__content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.fullWidthStylized__content.-compact {
  width: 100%;
}
.fullWidthStylized__body {
  font-size: 1rem;
  line-height: 1.88889;
}
.fullWidthStylized__list {
  list-style: none;
  padding-left: 0;
  -moz-column-count: 2;
  column-count: 2;
}
.fullWidthStylized__listItem {
  margin-bottom: 1rem;
  line-height: 1.2;
}
.fullWidthStylized__footer {
  flex-shrink: 0;
}
.fullWidthText {
  clear: both;
}
.fullWidthText.spacing-marginTop--normal {
  margin-top: 3.55556rem !important;
}
.fullWidthText.spacing-marginTop--tight {
  margin-top: 1.77778rem !important;
}
.fullWidthText.spacing-marginTop--none {
  margin-top: 0 !important;
}
.fullWidthText.spacing-marginBottom--normal {
  margin-bottom: 3.55556rem !important;
}
.fullWidthText.spacing-marginBottom--tight {
  margin-bottom: 1.77778rem !important;
}
.fullWidthText.spacing-marginBottom--none {
  margin-bottom: 0 !important;
}
.fullWidthText.spacing-paddingTop--normal {
  padding-top: 3.55556rem !important;
}
.fullWidthText.spacing-paddingTop--tight {
  padding-top: 1.77778rem !important;
}
.fullWidthText.spacing-paddingTop--none {
  padding-top: 0 !important;
}
.fullWidthText.spacing-paddingBottom--normal {
  padding-bottom: 3.55556rem !important;
}
.fullWidthText.spacing-paddingBottom--tight {
  padding-bottom: 1.77778rem !important;
}
.fullWidthText.spacing-paddingBottom--none {
  padding-bottom: 0 !important;
}
.fullWidthText.spacing-paddingBottom--none h3,
.fullWidthText p:last-of-type {
  margin-bottom: 0;
}
.branding img {
  width: 9rem;
}
@media only screen and (-ms-high-contrast: active) and (min-width: 950px),
  only screen and (-ms-high-contrast: none) and (min-width: 950px) {
  .branding img {
    width: 9rem !important;
  }
}
@media only screen and (min-width: 576px) {
  .branding img {
    width: 14rem;
  }
  .branding img #responsive-tester span {
    background-color: purple;
  }
  .branding img #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .branding img #responsive-tester:after {
    content: "1024px";
  }
}
.branding.branding-mobile {
  display: inline-block;
  margin-top: 0.5rem;
}
header.primary .container {
  overflow: visible;
}
header.primary {
  background-color: #fff;
  box-shadow: 0 16px 25px rgba(0, 0, 0, 0.25);
  padding: 1.5rem 0 0;
  position: relative;
  z-index: 10;
  position: fixed;
  top: 0;
  transition: top 0.16s cubic-bezier(0, 0.4, 0.7, 1);
  width: 100%;
  z-index: 1200;
}
@media only screen and (min-width: 950px) {
  header.primary .top-header {
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 950px) {
  header.primary .bottom-header,
  header.primary .top-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    gap: 1.25rem;
  }
}
.header-promoBanner {
  display: none;
}
@media only screen and (min-width: 950px) {
  .header-promoBanner {
    display: block;
    flex: 1 1 340px;
    max-width: 440px;
    min-width: 220px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14);
  }
}
.header-promoBanner img {
  display: block;
  width: 100%;
  height: 68px;
  object-fit: cover;
}
@media only screen and (min-width: 950px) {
  header.primary .mobile-header {
    display: none;
  }
}
header.primary .button {
  transform: translateY(-1rem);
}
.header-compact {
  transition: all 0.3s ease-in-out 0s;
  font-size: 14px;
}
@media (min-width: 1110px) {
  .header-compact {
    font-size: 16px;
  }
}
.header-compact .desktop {
  display: none;
}
@media only screen and (min-width: 950px) {
  .header-compact .desktop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }
}
.top-header .utility ul {
  display: none;
}
.header-compact .desktop .top-header {
  flex-basis: 10rem;
  margin-bottom: 0;
}
.header-compact .header-promoBanner {
  display: none;
}
.header-compact .desktop .bottom-header {
  flex-basis: 50rem;
}
.header-compact .desktop .bottom-header .button {
  display: inline-block;
}
.header-compact .desktop nav.utility {
  display: none;
  transition: all 0.3s ease-in-out 0s;
}
.header-compact .desktop nav.primary {
  width: 100%;
}
.header-compact .desktop nav.primary .mega .dropdown {
  top: 100%;
}
.header-compact .desktop .branding {
  padding-bottom: 1.5rem;
}
.mobile-header {
  display: flex;
  gap: 1rem;
  padding-bottom: 1rem;
  align-items: center;
}
@media only screen and (min-width: 950px) {
  .mobile-header {
    display: block;
  }
}
.mobile-header .branding {
  flex-grow: 1;
}
.mobile .button.-primary.-small {
  display: none;
}
.mobile-search .mobile-search-icon {
  cursor: pointer;
  font-size: 1.11rem;
}
@media only screen and (min-width: 950px) {
  .mobile-search .mobile-search-icon {
    display: none;
  }
}
.mobile-search .mobile-search-field {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border-radius: 0;
  z-index: 2;
  font-size: 2rem;
  padding: 1.5rem;
}
@media only screen and (min-width: 950px) {
  .mobile-search .mobile-search-field {
    display: none;
  }
}
.hero {
  background:
    linear-gradient(rgba(53, 54, 56, 0.5), rgba(53, 54, 56, 0.5)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.67) 0, transparent 48%),
    var(--bg-image);
  width: 100%;
  display: flex;
  flex-direction: column;
}
.hero.-fixedHeight {
  height: auto;
}
@media (min-width: 810px) {
  .hero.-fixedHeight {
    height: 33.8888888889rem;
  }
}
@media (max-width: 576px) {
  .hero {
    min-height: 16.6666666667rem;
    overflow: hidden;
  }
}
.hero__mobileFeatureList {
  position: absolute;
  top: 0;
  width: 100%;
  background-color: #0164b2;
  color: #fff;
  text-align: center;
  display: flex;
  flex-wrap: nowrap;
  padding: 1.5rem;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.hero__mobileFeatureList::-webkit-scrollbar {
  display: none;
  width: 0;
}
@media (min-width: 810px) {
  .hero__mobileFeatureList {
    display: none;
  }
}
.hero__mobileFeatureLink {
  display: inline-block;
  color: #fff;
  font-size: 0.7777777778rem;
  white-space: nowrap;
}
.hero__mobileFeatureLink:hover {
  color: #fff;
}
.hero__mobileFeatureLink:after {
  content: "|";
  margin: 0 1rem;
}
.hero__mobileFeatureLink:last-child:after {
  content: "";
  margin: 0;
}
.hero__topRow {
  max-width: inherit;
  padding-left: 0;
  padding-right: calc(50vw - 555px);
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
}
@media (max-width: 1110px) {
  .hero__topRow {
    padding-right: 1rem;
  }
}
.hero__sliderRow {
  display: none;
}
@media (min-width: 810px) {
  .hero__sliderRow {
    display: flex;
    flex-direction: column;
    max-width: 61.1111111111rem;
    width: 100%;
    align-items: center;
    padding: 0;
    margin: auto 1rem 0;
    flex-direction: row;
    align-items: inherit;
  }
}
@media (min-width: 950px) {
  .hero__sliderRow {
    margin: auto auto 0;
  }
}
.hero__sliderHeader {
  width: 15rem;
  color: #fff;
  margin-top: 1rem;
  padding-bottom: 1.6127777778rem;
}
.hero__sliderTitle {
  color: #fff;
  font-size: 1.7777777778rem;
  font-weight: 600;
  line-height: 1.125;
}
.hero__slider {
  flex: 1;
}
.hero__slider.-offset {
  transform: translateY(2rem);
}
.hero__breadcrumbList {
  padding-top: 1rem;
}
.hero__breadcrumbLink {
  color: #f0f0f0;
  font-family:
    pragmatica-condensed,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 0.8888888889rem;
  font-weight: 400;
}
.hero__breadcrumbLink:not(:last-of-type):after {
  content: "\203A";
  margin: 0 0.25rem 0 0.5rem;
}
.hero__content.-left {
  width: 100%;
}
.hero__wrapper {
  display: flex;
  flex-direction: column;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
@media (min-width: 950px) {
  .hero__wrapper {
    display: grid;
    grid-template-columns: 60% 34%;
    grid-column-gap: 2rem;
    align-items: flex-start;
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
@media (min-width: 950px) {
  .hero__wrapper.-contentOnly {
    display: flex;
    flex-direction: column;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
  }
}
.hero__title {
  color: #fff;
  line-height: 1;
}
.hero__title:only-child {
  margin-bottom: 0;
}
.hero__cta {
  margin-top: 2rem;
}
.hero__image {
  width: 100%;
  max-width: 30rem;
  height: 18.8888888889rem;
  -o-object-fit: cover;
  object-fit: cover;
}
.hero.-products {
  background: none;
}
body.products[id^="products-"] section.layer.-linesDark.-noSpacer {
  background:
    linear-gradient(180deg, #eff2f8 0%, #f9fbff 100%);
  position: relative;
  padding-top: 13rem;
  overflow: hidden;
}
body.products[id^="products-"] section.layer.-linesDark.-noSpacer:before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 12.5rem;
  background:
    linear-gradient(90deg, rgba(17, 24, 39, 0.92) 0%, rgba(36, 52, 81, 0.84) 38%, rgba(105, 128, 166, 0.68) 100%),
    url("../images/background-rocks.jpg") center/cover no-repeat;
  z-index: 0;
}
body.products[id^="products-"] section.layer.-linesDark.-noSpacer:after {
  content: "";
  position: absolute;
  top: 12.5rem;
  left: 0;
  right: 0;
  height: 26px;
  background: #2e3192;
  z-index: 0;
}
body.products[id^="products-"] section.layer.-linesDark.-noSpacer > .container {
  position: relative;
  z-index: 1;
  overflow: visible;
}
body.products[id^="products-"] .hero.-products {
  position: relative;
  padding: 0 0 2rem;
}
body.products[id^="products-"] .hero__wrapper {
  gap: 1.5rem;
  position: relative;
}
@media (min-width: 950px) {
  body.products[id^="products-"] .hero__wrapper {
    grid-template-columns: minmax(0, 42%) minmax(0, 58%);
    gap: 3rem;
  }
}
body.products[id^="products-"] .hero__content.-auto {
  order: 2;
  width: 100%;
  max-width: none;
  position: relative;
  background: #fff;
  border: 1px solid rgba(46, 49, 146, 0.08);
  border-radius: 20px;
  box-shadow: 0 18px 50px rgba(26, 35, 61, 0.1);
  padding: 1.35rem 1.2rem 1.5rem;
}
@media (min-width: 950px) {
  body.products[id^="products-"] .hero__content.-auto {
    padding: 2rem 2.2rem 2.2rem;
  }
}
body.products[id^="products-"] .hero__carousel {
  order: 1;
  width: 100%;
}
body.products[id^="products-"] .hero__breadcrumbList {
  padding-top: 0;
  margin-bottom: 1rem;
}
body.products[id^="products-"] .hero__breadcrumbLink {
  color: #7b879b;
  font-size: 0.9rem;
}
body.products[id^="products-"] .hero__breadcrumbLink:last-child {
  color: #2e3192;
}
body.products[id^="products-"] .hero__title {
  position: absolute;
  left: 0;
  top: -10.1rem;
  z-index: 2;
  width: min(62rem, 92%);
  color: #fff;
  line-height: 0.98;
  margin: 0;
  font-size: clamp(2rem, 4.2vw, 3.8rem);
  text-shadow: 0 6px 22px rgba(0, 0, 0, 0.28);
}
body.products[id^="products-"] .hero__content.-auto .lead {
  color: #4b5565;
  font-size: 1rem;
  line-height: 1.8;
  margin: 0 0 1.4rem;
}
body.products[id^="products-"] .hero__content.-auto > * + .product-specCard,
body.products[id^="products-"] .hero__content.-auto > * + .card.-gray.-hero {
  margin-top: 1rem;
}
body.products[id^="products-"] .product-specCard {
  background: #f8fafc;
}
body.products[id^="products-"] .product-specCard__text {
  color: #4b5565;
  line-height: 1.8;
  margin: 0;
}
@media (min-width: 950px) {
  body.products[id^="products-"] .hero__content.-auto {
    margin-top: -4.75rem;
  }
}
@media (max-width: 949px) {
  body.products[id^="products-"] section.layer.-linesDark.-noSpacer {
    padding-top: 11rem;
  }
  body.products[id^="products-"] section.layer.-linesDark.-noSpacer:before {
    height: 10.5rem;
  }
  body.products[id^="products-"] section.layer.-linesDark.-noSpacer:after {
    top: 10.5rem;
  }
  body.products[id^="products-"] .hero__title {
    top: -8.5rem;
    width: calc(100% - 1.5rem);
    font-size: clamp(1.7rem, 6.4vw, 2.6rem);
  }
}
body.products[id^="products-"] .card.-gray.-hero {
  background: #f6f8fc;
  border: 1px solid #e5e9f2;
  border-radius: 16px;
  margin: 0;
  padding: 1.1rem 1rem 1rem;
  width: 100%;
}
body.products[id^="products-"] .card.-gray.-hero .card__header {
  color: #fff;
  font-size: 0.92rem;
  letter-spacing: 0.08em;
  margin-bottom: 0.9rem;
  text-transform: uppercase;
}
body.products[id^="products-"] .card.-gray.-hero .linkList.-flow {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}
body.products[id^="products-"] .card.-gray.-hero .linkList__item a {
  display: inline-flex;
  align-items: center;
  min-height: 2.2rem;
  padding: 0.3rem 0.8rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #d7dff0;
  color: #2e3192;
}
body.products[id^="products-"] .card.-gray.-hero .linkList__item a:hover {
  background: #2e3192;
  color: #fff;
}
body.products[id^="products-"] .imageCarousel {
  max-width: none;
  width: 100%;
  margin: 0;
  border-radius: 22px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(46, 49, 146, 0.08);
  box-shadow: 0 18px 50px rgba(26, 35, 61, 0.1);
}
body.products[id^="products-"] .imageCarousel__image {
  width: 100%;
  max-width: none;
  height: 24rem;
  object-fit: cover;
  padding-inline: 0;
}
@media (min-width: 950px) {
  body.products[id^="products-"] .imageCarousel__image {
    height: 31rem;
  }
}
body.products[id^="products-"] .imageCarousel__controls.-hero {
  margin-top: 1rem;
}
body.products[id^="products-"] .modal__overlay.js-modalOverlay {
  display: none !important;
}
body.products[id^="products-"] .jumpLinks.-dark {
  background: transparent;
  margin-top: -0.8rem;
}
body.products[id^="products-"] .jumpLinks__wrapper {
  background: #fff;
  border: 1px solid #e5e9f2;
  border-radius: 18px;
  box-shadow: 0 12px 36px rgba(26, 35, 61, 0.08);
  padding: 1rem 1.25rem;
}
body.products[id^="products-"] .jumpLinks__label {
  color: #111827;
}
body.products[id^="products-"] .jumpLinks__link {
  color: #4b5565;
}
body.products[id^="products-"] .jumpLinks__link:hover {
  color: #2e3192;
}
body#products-anaerobic-digestion-pre-treatment-systems .hero__wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 950px) {
  body#products-anaerobic-digestion-pre-treatment-systems .hero__wrapper {
    display: grid;
    grid-template-columns: minmax(0, 42%) minmax(0, 58%);
    gap: 3rem;
    align-items: start;
  }
}
body#products-anaerobic-digestion-pre-treatment-systems .hero__carousel {
  width: 100%;
}
body#products-anaerobic-digestion-pre-treatment-systems .imageCarousel__image {
  height: 20rem;
  object-fit: cover;
}
@media (min-width: 950px) {
  body#products-anaerobic-digestion-pre-treatment-systems .imageCarousel__image {
    height: 26rem;
  }
}
.hs-form .legal-consent-container {
  font-size: 0.85rem;
}
.hs-form a {
  font-weight: inherit;
  font-family: inherit;
  color: inherit;
}
.hs-form a:hover {
  background-color: #2e3192;
  color: #fff;
}
.hs-input {
  height: 2.2222222222rem;
  margin-top: 0.25rem;
}
.imageCardSlider {
  --image-card-slider-arrow-size: 2rem;
  position: relative;
  margin-inline: auto;
  width: 100%;
}
@media only screen and (min-width: 576px) {
  .imageCardSlider {
    width: 100%;
  }
  .imageCardSlider #responsive-tester span {
    background-color: purple;
  }
  .imageCardSlider #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .imageCardSlider #responsive-tester:after {
    content: "1024px";
  }
}
@media only screen and (min-width: 1200px) {
  .imageCardSlider {
    width: 100%;
  }
  .imageCardSlider #responsive-tester span {
    background-color: red;
  }
  .imageCardSlider #responsive-tester:before {
    content: "XL: 1200px+";
  }
  .imageCardSlider #responsive-tester:after {
    content: "";
  }
}
.imageCardSlider.-halfSlide .slick-list {
  padding: 0 10% 0 0 !important;
}
.imageCardSlider__slider {
  z-index: 1;
}
.imageCardSlider__controls {
  display: none;
}
@media only screen and (min-width: 576px) {
  .imageCardSlider__controls {
    display: block;
    bottom: calc(50% + 1rem);
    width: 100%;
    z-index: 1;
  }
  .imageCardSlider__controls #responsive-tester span {
    background-color: purple;
  }
  .imageCardSlider__controls #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .imageCardSlider__controls #responsive-tester:after {
    content: "1024px";
  }
}
.imageCardSlider__arrow {
  position: absolute;
}
.imageCardSlider__arrow.-prev {
  top: 50%;
  left: 0;
}
@media only screen and (min-width: 1200px) {
  .imageCardSlider__arrow.-prev {
    left: -2.5rem;
  }
  .imageCardSlider__arrow.-prev #responsive-tester span {
    background-color: red;
  }
  .imageCardSlider__arrow.-prev #responsive-tester:before {
    content: "XL: 1200px+";
  }
  .imageCardSlider__arrow.-prev #responsive-tester:after {
    content: "";
  }
}
.imageCardSlider__arrow.-next {
  top: 50%;
  right: 0;
}
@media only screen and (min-width: 1200px) {
  .imageCardSlider__arrow.-next {
    right: -2.5rem;
  }
  .imageCardSlider__arrow.-next #responsive-tester span {
    background-color: red;
  }
  .imageCardSlider__arrow.-next #responsive-tester:before {
    content: "XL: 1200px+";
  }
  .imageCardSlider__arrow.-next #responsive-tester:after {
    content: "";
  }
}
.imageCardSlider__arrow.-white {
  color: #fff;
}
.imageCardSlider .slick-track {
  margin: unset;
}
.imageCardSlider .slick-slide {
  margin: 0 1rem 0 0;
  aspect-ratio: 1.8/1;
  cursor: pointer;
  transition: all 0.3s ease-in-out 0s;
}
.imageCardSlider .slick-slide div {
  height: 100%;
}
.imageCardSlider .slick-slide:hover {
  transform: scale(1.02);
}
.imageCardSlider__cardLink {
  height: 100%;
}
.imageCardSlider__cardLink:focus,
.imageCardSlider__cardLink:focus-visible {
  outline-offset: 1rem;
  outline-color: red;
}
.imageCardSlider__cardImage {
  height: 100%;
}
.layer.-red .imageCardSlider__arrow.-prev,
.layer.-redGradient .imageCardSlider__arrow.-prev {
  background-image: url("../images/prev-slider-arrow-white.svg");
}
.layer.-red .imageCardSlider__arrow.-next,
.layer.-redGradient .imageCardSlider__arrow.-next {
  background-image: url("../images/next-slider-arrow-white.svg");
}
.imageCarousel {
  max-width: 30rem;
  margin: 0 auto;
  position: relative;
}
.imageCarousel__image {
  height: 18.8888888889rem;
  max-width: 30rem;
  -o-object-fit: contain;
  object-fit: contain;
  padding-inline: 5px;
  cursor: pointer;
}
@media (max-width: 576px) {
  .imageCarousel__image {
    height: auto;
  }
}
.imageCarousel__controls {
  position: relative;
  justify-content: center;
  bottom: 0;
  transform: translateX(-50%);
  margin-top: -5rem;
  display: none;
}
@media (max-width: 576px) {
  .imageCarousel__controls {
    margin-top: -2rem;
  }
}
.imageCarousel__controls.-show {
  display: flex;
}
.imageGallerySlider {
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  height: 14rem;
}
@media (max-width: 810px) {
  .imageGallerySlider {
    overflow: hidden;
  }
}
@media (min-width: 810px) {
  .imageGallerySlider .slick-track {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 1rem;
  }
}
.imageGallerySlider .slick-slide {
  flex-basis: 33%;
}
@media (max-width: 810px) {
  .imageGallerySlider__slide {
    max-width: 80vw;
    border-left: 4px solid #f0f0f0;
    border-right: 4px solid #f0f0f0;
  }
}
.imageGallerySlider__image {
  -o-object-fit: cover;
  object-fit: cover;
  height: 12rem;
  transition: height 0.5s ease;
}
.imageGallerySlider .slick-center {
  flex-basis: 38%;
}
.imageGallerySlider .slick-center .imageGallerySlider__image {
  height: 14rem;
}
@media (max-width: 810px) {
  .imageGallerySlider .slick-active .imageGallerySlider__slide {
    width: 100vw;
  }
}
.imageGallerySlider__controls {
  position: relative;
  justify-content: center;
  transform: translate(-50%, 100%);
}
.imageGallerySlider__controls .slick-dots li button:before {
  -webkit-text-stroke: 1.5px #4d4f53;
}
.imageGallerySlider__controls .slick-dots li.slick-active button:before {
  -webkit-text-fill-color: #4d4f53;
}
.logoCloud__heading {
  text-align: center;
  margin-bottom: 1.5rem;
}
.logoCloud__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (min-width: 810px) {
  .logoCloud__grid {
    justify-content: space-evenly;
  }
}
.logoCloud__logo {
  max-width: 12.7777777778rem;
  height: auto;
  margin-bottom: 3rem;
}
@media (min-width: 810px) {
  .logoCloud__logo {
    margin-bottom: 1rem;
  }
}
.logoGrid.spacing-marginTop--normal {
  margin-top: 3.55556rem !important;
}
.logoGrid.spacing-marginTop--tight {
  margin-top: 1.77778rem !important;
}
.logoGrid.spacing-marginTop--none {
  margin-top: 0 !important;
}
.logoGrid.spacing-marginBottom--normal {
  margin-bottom: 3.55556rem !important;
}
.logoGrid.spacing-marginBottom--tight {
  margin-bottom: 1.77778rem !important;
}
.logoGrid.spacing-marginBottom--none {
  margin-bottom: 0 !important;
}
.logoGrid.spacing-paddingTop--normal {
  padding-top: 3.55556rem !important;
}
.logoGrid.spacing-paddingTop--tight {
  padding-top: 1.77778rem !important;
}
.logoGrid.spacing-paddingTop--none {
  padding-top: 0 !important;
}
.logoGrid.spacing-paddingBottom--normal {
  padding-bottom: 3.55556rem !important;
}
.logoGrid.spacing-paddingBottom--tight {
  padding-bottom: 1.77778rem !important;
}
.logoGrid.spacing-paddingBottom--none {
  padding-bottom: 0 !important;
}
.modal {
  max-height: 90vh;
  overflow-y: auto;
  z-index: 1000;
  position: relative;
  cursor: default;
}
.modal__overlay {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.7);
  z-index: 800;
  opacity: 0;
  transition: opacity 1s ease;
  visibility: hidden;
}
.modal__overlay.-show {
  visibility: visible;
  opacity: 1;
}
.modal__content {
  padding: 2.5rem;
  background-color: #fff;
  position: relative;
}
.modal .slick-initialized .slick-slide {
  display: flex;
  justify-content: center;
}
.modal__image {
  max-width: 100%;
  max-height: calc(90vh - 9rem);
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.modal__close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  z-index: 1001;
  padding: 0.25rem 0.5rem;
  background-color: #2e3192;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
}
.modal__close:hover {
  transform: scale(1.05);
}
.modal__controls {
  position: absolute;
  left: 0;
  top: 40%;
  z-index: 1001;
  display: none;
  justify-content: space-between;
  width: 100%;
  padding: 0.5rem;
  transform: translateY(-20%);
}
.modal__controls.-show {
  display: flex;
}
.modal .slick-hero-slider {
  width: 100vw !important;
}
@media (min-width: 950px) {
  .modal {
    max-width: 50rem;
  }
  .modal__controls {
    position: absolute;
    top: 40%;
    left: 0;
    z-index: 1001;
    display: none;
    justify-content: space-between;
    width: 100%;
    padding: 2.5rem;
    transform: translateX(0);
  }
  .modal__controls.-show {
    display: flex;
  }
}
.modelsCarousel.spacing-marginTop--normal {
  margin-top: 3.55556rem !important;
}
.modelsCarousel.spacing-marginTop--tight {
  margin-top: 1.77778rem !important;
}
.modelsCarousel.spacing-marginTop--none {
  margin-top: 0 !important;
}
.modelsCarousel.spacing-marginBottom--normal {
  margin-bottom: 3.55556rem !important;
}
.modelsCarousel.spacing-marginBottom--tight {
  margin-bottom: 1.77778rem !important;
}
.modelsCarousel.spacing-marginBottom--none {
  margin-bottom: 0 !important;
}
.modelsCarousel.spacing-paddingTop--normal {
  padding-top: 3.55556rem !important;
}
.modelsCarousel.spacing-paddingTop--tight {
  padding-top: 1.77778rem !important;
}
.modelsCarousel.spacing-paddingTop--none {
  padding-top: 0 !important;
}
.modelsCarousel.spacing-paddingBottom--normal {
  padding-bottom: 3.55556rem !important;
}
.modelsCarousel.spacing-paddingBottom--tight {
  padding-bottom: 1.77778rem !important;
}
.modelsCarousel.spacing-paddingBottom--none {
  padding-bottom: 0 !important;
}
.newsAndOrEvents.spacing-marginTop--normal {
  margin-top: 3.55556rem !important;
}
.newsAndOrEvents.spacing-marginTop--tight {
  margin-top: 1.77778rem !important;
}
.newsAndOrEvents.spacing-marginTop--none {
  margin-top: 0 !important;
}
.newsAndOrEvents.spacing-marginBottom--normal {
  margin-bottom: 3.55556rem !important;
}
.newsAndOrEvents.spacing-marginBottom--tight {
  margin-bottom: 1.77778rem !important;
}
.newsAndOrEvents.spacing-marginBottom--none {
  margin-bottom: 0 !important;
}
.newsAndOrEvents.spacing-paddingTop--normal {
  padding-top: 3.55556rem !important;
}
.newsAndOrEvents.spacing-paddingTop--tight {
  padding-top: 1.77778rem !important;
}
.newsAndOrEvents.spacing-paddingTop--none {
  padding-top: 0 !important;
}
.newsAndOrEvents.spacing-paddingBottom--normal {
  padding-bottom: 3.55556rem !important;
}
.newsAndOrEvents.spacing-paddingBottom--tight {
  padding-bottom: 1.77778rem !important;
}
.newsAndOrEvents.spacing-paddingBottom--none {
  padding-bottom: 0 !important;
}
.newsSlider {
  position: relative;
}
.newsSlider__slider {
  max-width: 90vw;
  border-left: 7px solid #2e3192;
  background-color: rgba(53, 54, 56, 0.9);
  margin-top: 4.3333333333rem;
}
@media (min-width: 950px) {
  .newsSlider__slider {
    max-width: 24.8333333333rem;
  }
}
.newsSlider__slide {
  padding: 1.3888888889rem;
}
.newsSlider__eyebrow {
  font-size: 0.8888888889rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #e0e0e0;
}
.newsSlider__slideTitle {
  font-size: 1.3333333333rem;
  font-family:
    pragmatica-condensed,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-weight: 400;
  text-transform: none;
  line-height: 1.25;
  color: #fff;
  padding-bottom: 2rem;
}
.newsSlider__slideCTAWrapper {
  width: 60%;
  padding-right: 2rem;
  position: absolute;
  bottom: 1rem;
}
.newsSlider__controls {
  position: absolute;
  right: 1.3888888889rem;
  left: auto;
  bottom: 0;
  transform: translateY(-1.5rem);
}
.newsSlider .slick-dots li {
  margin: 0 2px;
}
.newsSlider .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.header-content > .dropdown,
.mobile {
  background-color: #1e1e1e;
  bottom: 0;
  display: none;
  height: 100%;
  opacity: 0;
  overflow-y: auto;
  padding: 1rem;
  position: fixed;
  top: 0;
  transition: transform 0.25s;
  width: 80%;
  z-index: 1000;
}
.header-content > .dropdown.left,
.mobile.left {
  display: block;
  left: 0;
  right: auto;
  transform: translateX(-100%);
}
.header-content > .dropdown.right,
.mobile.right {
  display: block;
  left: auto;
  right: 0;
  transform: translateX(100%);
}
.header-content > .dropdown.left.open,
.header-content > .dropdown.right.open,
.mobile.left.open,
.mobile.right.open {
  transform: translateX(0);
  transition: transform 0.25s;
}
.header-content > .dropdown.init,
.mobile.init {
  display: block;
  opacity: 1;
}
.header-content > .dropdown.init .menu > div + div,
.mobile.init .menu > div + div {
  margin-top: 4rem;
}
.header-content > .dropdown nav.utility ul li a,
.mobile nav.utility ul li a {
  padding: 0.75rem 0;
}
.header-content > .dropdown ul,
.mobile ul {
  display: block;
  padding-left: 0;
}
.header-content > .dropdown ul li,
.mobile ul li {
  align-items: center;
  border-bottom: 1px solid #66686d;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin-bottom: 0;
  text-align: left;
}
.header-content > .dropdown ul li a,
.mobile ul li a {
  color: #fff;
  display: block;
  padding: 1rem 4rem 1rem 0;
}
.header-content > .dropdown ul li a > i.fa,
.mobile ul li a > i.fa {
  display: none;
}
.header-content > .dropdown ul li i.fa,
.mobile ul li i.fa {
  display: inline-block;
}
@media only screen and (min-width: 950px) {
  .header-content > .dropdown.open.left,
  .mobile.open.left {
    transform: translateX(-100%);
  }
  .header-content > .dropdown.open.right,
  .mobile.open.right {
    transform: translateX(100%);
  }
}
.dropdown {
  transition: all 0.3s ease-in-out 0s;
}
.dropdown .menu h2 {
  color: #fff;
  font-size: 1.5rem;
  margin: 0.75rem 0;
}
.dropdown .menu .sub-menu-toggle {
  padding: 0 0 1rem;
  border-left: 0;
}
.dropdown .menu-column ul {
  margin: 0;
  padding: 0;
}
.desktop {
  display: none;
}
@media only screen and (min-width: 950px) {
  .desktop {
    display: block;
  }
}
.nav-wrapper {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 950px) {
  .nav-wrapper {
    display: block;
  }
}
.mobile.open nav.primary {
  margin-top: 1.2rem;
}
nav.primary {
  width: 100%;
}
@media only screen and (max-width: 950px) {
  nav.primary .dropdown,
  nav.primary i.fa {
    display: none;
  }
}
@media only screen and (min-width: 950px) {
  nav.primary i.fa {
    display: inline-block;
  }
  nav.primary .dropdown {
    background-color: #2a2a2a;
    color: #fff;
    display: block;
    font-size: 1rem;
    min-width: 260px;
    opacity: 0;
    padding: 2rem;
    position: absolute;
    top: 100%;
    transition: opacity 0.3s;
    visibility: hidden;
    z-index: 500;
  }
  nav.primary .dropdown ul {
    display: block;
  }
  nav.primary .dropdown .menu > * {
    padding: 0 1rem;
  }
  nav.primary .dropdown .menu li {
    margin-bottom: 0.5rem;
  }
  nav.primary .dropdown .menu a {
    color: #2e3192;
  }
  nav.primary .dropdown .menu a:focus,
  nav.primary .dropdown .menu a:hover {
    color: #0164b2;
  }
  nav.primary .dropdown.open {
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (min-width: 950px) {
  nav.primary {
    width: 100%;
  }
}
nav.primary > ul > li {
  padding: 0 0 1.5rem;
}
nav.primary ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
nav.primary ul li:before {
  display: none;
}
@media only screen and (min-width: 950px) {
  nav.primary ul {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
}
nav.primary ul > li > a {
  transition: all 0.3s ease-in-out 0s;
  color: #fff;
  font-family:
    pragmatica-extended,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-weight: 700;
  position: relative;
  border-bottom: 3px solid transparent;
}
@media only screen and (min-width: 950px) {
  nav.primary ul > li > a {
    color: #4d4f53;
  }
  nav.primary ul > li > a:hover {
    color: #1e1e1e;
  }
  nav.primary ul > li > a:hover:after {
    background-color: #2e3192;
    height: 10px;
    top: 1.6rem;
    z-index: 600;
  }
  nav.primary ul > li > a:after {
    transition: all 0.3s ease-in-out 0s;
    background-color: #e0e0e0;
    content: "";
    display: block;
    height: 5px;
    position: absolute;
    top: 1.5rem;
    width: 100%;
  }
}
nav.primary ul > li.mega {
  position: static;
}
@media only screen and (min-width: 1024px) {
  nav.primary ul > li.mega .dropdown {
    left: 0;
    top: 100%;
    width: 100%;
    transform: translateY(-1rem);
  }
  nav.primary ul > li.mega .dropdown .menu {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    max-width: 1168px;
  }
  nav.primary ul > li.mega .dropdown .menu > * {
    flex-grow: 1;
    padding: 0 1.5rem;
  }
  nav.primary ul > li.mega .dropdown .menu > :last-child {
    padding-right: 0;
  }
}
nav.primary ul > li.mega h2 {
  border-bottom: 2px solid #4d4f53;
  color: #f0f0f0;
  font-weight: 300;
  text-transform: capitalize;
}
nav.primary ul > li.mega .menu-column {
  display: flex;
  justify-content: space-between;
}
nav.primary ul > li.mega .menu-column ul:nth-child(2n) {
  padding-left: 7rem;
}
nav.primary ul > li.mega .menu-column ul li a {
  color: #c6c6c6;
  border-bottom: 3px solid transparent;
}
nav.primary ul > li.mega .menu-column ul li a:after {
  content: none;
}
nav.primary ul > li.mega .menu-column ul li a:hover {
  color: #fff;
  border-bottom: 3px solid #2e3192;
}
nav.primary ul > li.mega .menu-column ul li a:hover:after {
  content: none;
}
nav.primary ul > li.mega[data-slug="about-us"],
nav.primary ul > li.mega[data-slug="acerca-de-nosotros"],
nav.primary ul > li.mega[data-slug="biblioteca-de-recursos"],
nav.primary ul > li.mega[data-slug="resource-library"] {
  position: relative;
}
nav.primary ul > li.mega[data-slug="about-us"] .dropdown,
nav.primary ul > li.mega[data-slug="acerca-de-nosotros"] .dropdown,
nav.primary ul > li.mega[data-slug="biblioteca-de-recursos"] .dropdown,
nav.primary ul > li.mega[data-slug="resource-library"] .dropdown {
  width: auto;
}
nav.primary ul > li.mega[data-slug="biblioteca-de-recursos"] .dropdown,
nav.primary ul > li.mega[data-slug="resource-library"] .dropdown {
  min-width: 325px;
}
.header-compact nav.primary ul li.mega:last-child .dropdown {
  left: auto;
  right: 0;
}
nav.utility {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
}
@media only screen and (min-width: 950px) {
  nav.utility {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 0;
  }
}
nav.utility .select-round {
  order: 3;
}
@media only screen and (min-width: 950px) {
  nav.utility .select-round {
    order: 1;
  }
}
nav.utility .header-search {
  display: none;
  order: 2;
  position: relative;
}
@media only screen and (min-width: 950px) {
  nav.utility .header-search {
    display: flex;
    align-items: center;
    margin: 0;
    order: 3;
    position: relative;
    min-width: 40px;
  }
}
nav.utility .header-search.expanded input[type="search"] {
  width: 200px;
  padding: 0.25rem 2rem 0.25rem 1rem;
  opacity: 1;
  border: none;
  border-radius: 1.2rem;
}
nav.utility .header-search .search-toggle {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
}
nav.utility .header-search .search-toggle img {
  width: 100%;
  height: 100%;
  pointer-events: none;
}
nav.utility ul {
  list-style: none;
  padding-left: 0;
  margin: 1rem 0;
  order: 1;
}
nav.utility ul li:before {
  display: none;
}
@media only screen and (min-width: 950px) {
  nav.utility ul {
    align-items: center;
    display: flex;
    justify-content: space-between;
    order: 2;
    margin: 0 0.5rem;
  }
}
@media only screen and (min-width: 1192px) {
  nav.utility ul {
    margin: 0 1rem;
  }
}
@media only screen and (min-width: 950px) {
  nav.utility ul li {
    margin: 0 0.75rem;
  }
}
@media only screen and (min-width: 1024px) {
  nav.utility ul li {
    margin: 0 1rem;
  }
  nav.utility ul li #responsive-tester span {
    background-color: green;
  }
  nav.utility ul li #responsive-tester:before {
    content: "Large: 1024px\2013";
  }
  nav.utility ul li #responsive-tester:after {
    content: "1200px";
  }
}
nav.utility ul li a {
  border-bottom: 3px solid transparent;
  color: #949494;
  font-size: 0.8rem;
  font-weight: inherit;
  font-family: inherit;
  transition: all 0.2s ease-in-out;
}
nav.utility ul li a:hover {
  color: #1e1e1e;
  border-bottom: 3px solid #f0f0f0;
  transition: all 0.2s ease-in-out;
}
nav.utility input[type="search"] {
  transition-property: all 0.3s ease;
  width: 40px;
  opacity: 0;
  padding: 0.5rem;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 576px) {
  nav.utility input[type="search"] {
    width: 40px;
  }
  nav.utility input[type="search"] #responsive-tester span {
    background-color: purple;
  }
  nav.utility input[type="search"] #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  nav.utility input[type="search"] #responsive-tester:after {
    content: "1024px";
  }
}
@media only screen and (min-width: 1024px) {
  nav.utility input[type="search"] {
    width: 40px;
    margin: 0 0.5rem;
  }
  nav.utility input[type="search"] #responsive-tester span {
    background-color: green;
  }
  nav.utility input[type="search"] #responsive-tester:before {
    content: "Large: 1024px\2013";
  }
  nav.utility input[type="search"] #responsive-tester:after {
    content: "1200px";
  }
}
nav.utility input[type="search"]:focus {
  width: 200px;
  opacity: 1;
  border-color: #e0e0e0;
}
.resourceCardsCarousel.spacing-marginTop--normal {
  margin-top: 3.55556rem !important;
}
.resourceCardsCarousel.spacing-marginTop--tight {
  margin-top: 1.77778rem !important;
}
.resourceCardsCarousel.spacing-marginTop--none {
  margin-top: 0 !important;
}
.resourceCardsCarousel.spacing-marginBottom--normal {
  margin-bottom: 3.55556rem !important;
}
.resourceCardsCarousel.spacing-marginBottom--tight {
  margin-bottom: 1.77778rem !important;
}
.resourceCardsCarousel.spacing-marginBottom--none {
  margin-bottom: 0 !important;
}
.resourceCardsCarousel.spacing-paddingTop--normal {
  padding-top: 3.55556rem !important;
}
.resourceCardsCarousel.spacing-paddingTop--tight {
  padding-top: 1.77778rem !important;
}
.resourceCardsCarousel.spacing-paddingTop--none {
  padding-top: 0 !important;
}
.resourceCardsCarousel.spacing-paddingBottom--normal {
  padding-bottom: 3.55556rem !important;
}
.resourceCardsCarousel.spacing-paddingBottom--tight {
  padding-bottom: 1.77778rem !important;
}
.resourceCardsCarousel.spacing-paddingBottom--none {
  padding-bottom: 0 !important;
}
.resourceCards.spacing-marginTop--normal {
  margin-top: 3.55556rem !important;
}
.resourceCards.spacing-marginTop--tight {
  margin-top: 1.77778rem !important;
}
.resourceCards.spacing-marginTop--none {
  margin-top: 0 !important;
}
.resourceCards.spacing-marginBottom--normal {
  margin-bottom: 3.55556rem !important;
}
.resourceCards.spacing-marginBottom--tight {
  margin-bottom: 1.77778rem !important;
}
.resourceCards.spacing-marginBottom--none {
  margin-bottom: 0 !important;
}
.resourceCards.spacing-paddingTop--normal {
  padding-top: 3.55556rem !important;
}
.resourceCards.spacing-paddingTop--tight {
  padding-top: 1.77778rem !important;
}
.resourceCards.spacing-paddingTop--none {
  padding-top: 0 !important;
}
.resourceCards.spacing-paddingBottom--normal {
  padding-bottom: 3.55556rem !important;
}
.resourceCards.spacing-paddingBottom--tight {
  padding-bottom: 1.77778rem !important;
}
.resourceCards.spacing-paddingBottom--none {
  padding-bottom: 0 !important;
}
.roundedCards__header.-center {
  text-align: center;
}
.roundedCards__heading {
  color: #2e3192;
  margin-bottom: 0.5rem;
}
.roundedCards__subheading {
  font-size: 1.25rem;
}
@media only screen and (min-width: 576px) {
  .roundedCards__subheading {
    font-size: 1.3333333333rem;
    margin-bottom: 1.5rem;
  }
  .roundedCards__subheading #responsive-tester span {
    background-color: purple;
  }
  .roundedCards__subheading #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .roundedCards__subheading #responsive-tester:after {
    content: "1024px";
  }
}
.roundedCards__cardList {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
}
@media only screen and (min-width: 576px) {
  .roundedCards__cardList {
    flex-direction: row;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 1rem;
  }
  .roundedCards__cardList #responsive-tester span {
    background-color: purple;
  }
  .roundedCards__cardList #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .roundedCards__cardList #responsive-tester:after {
    content: "1024px";
  }
}
@media only screen and (min-width: 1024px) {
  .roundedCards__cardList {
    gap: 1.5rem;
  }
  .roundedCards__cardList #responsive-tester span {
    background-color: green;
  }
  .roundedCards__cardList #responsive-tester:before {
    content: "Large: 1024px\2013";
  }
  .roundedCards__cardList #responsive-tester:after {
    content: "1200px";
  }
}
.roundedCards__cardList.-center {
  justify-content: center;
}
.roundedCards__card {
  display: flex;
  width: 100%;
  max-width: 350px;
  background-color: #fff;
  border-radius: 14%/50%;
  align-items: center;
  padding: 0.5rem;
}
@media only screen and (min-width: 576px) {
  .roundedCards__card {
    flex-basis: calc(50% - 0.5rem);
  }
  .roundedCards__card #responsive-tester span {
    background-color: purple;
  }
  .roundedCards__card #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .roundedCards__card #responsive-tester:after {
    content: "1024px";
  }
}
@media only screen and (min-width: 1024px) {
  .roundedCards__card {
    flex-basis: calc(33.333% - 1rem);
    min-width: auto;
  }
  .roundedCards__card #responsive-tester span {
    background-color: green;
  }
  .roundedCards__card #responsive-tester:before {
    content: "Large: 1024px\2013";
  }
  .roundedCards__card #responsive-tester:after {
    content: "1200px";
  }
}
.roundedCards__cardText {
  padding: 0 0.5rem;
  margin-top: 0.25rem;
  flex-basis: 60%;
  flex-grow: 1;
  align-self: flex-start;
}
.roundedCards__cardTitle {
  margin-bottom: 0.25rem;
  line-height: 1.2;
  display: flex;
  align-items: center;
  gap: 5px;
}
.roundedCards__cardTitle a {
  border-bottom: none;
  display: flex;
  align-items: center;
  gap: 5px;
}
.roundedCards__socialIcon {
  width: 14px;
}
.roundedCards__cardSubtitle {
  font-size: 16px;
  display: block;
  line-height: 1.2;
}
@media only screen and (min-width: 576px) {
  .roundedCards__cardSubtitle {
    font-size: 14px;
  }
  .roundedCards__cardSubtitle #responsive-tester span {
    background-color: purple;
  }
  .roundedCards__cardSubtitle #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .roundedCards__cardSubtitle #responsive-tester:after {
    content: "1024px";
  }
}
@media only screen and (min-width: 1024px) {
  .roundedCards__cardSubtitle {
    font-size: 16px;
  }
  .roundedCards__cardSubtitle #responsive-tester span {
    background-color: green;
  }
  .roundedCards__cardSubtitle #responsive-tester:before {
    content: "Large: 1024px\2013";
  }
  .roundedCards__cardSubtitle #responsive-tester:after {
    content: "1200px";
  }
}
.roundedCards__profileImage {
  border-radius: 50%;
  width: 25%;
}
.roundedCards__calendar {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
  position: relative;
}
.roundedCards__calendar:before {
  content: "";
  position: absolute;
  left: 0;
  width: 3px;
  height: 100%;
  background-color: #f0f0f0;
}
@media only screen and (min-width: 576px) {
  .roundedCards__calendar:before {
    height: 75%;
  }
  .roundedCards__calendar:before #responsive-tester span {
    background-color: purple;
  }
  .roundedCards__calendar:before #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .roundedCards__calendar:before #responsive-tester:after {
    content: "1024px";
  }
}
.signUpForm__title {
  font-size: 2.5rem;
  text-transform: uppercase;
}
.signUpForm__image {
  width: 21.1111111111rem;
  height: 11.8333333333rem;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 1rem auto;
}
.subFooter {
  position: relative;
  background: linear-gradient(124deg, #2e3192, #0164b2);
  background-image:
    url("../images/magnifying-glass.svg"),
    linear-gradient(124deg, #2e3192, #0164b2);
  background-repeat: no-repeat;
  background-position: 200% 100%;
  color: #fff;
  text-align: center;
}
@media (min-width: 810px) {
  .subFooter {
    background-position: 100% 150%;
  }
}
.subFooter__wrapper {
  width: 100%;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  z-index: 1;
}
@media (max-width: 50rem) {
  .subFooter__wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.subFooter__header {
  text-transform: uppercase;
  color: #fff;
}
.subFooter__buttonGroup {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.subFooter__buttonGroup > * {
  margin: 1rem;
}
.textWithImage {
  --image-margin-x: rem(64);
  width: 100%;
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
}
.textWithImage__wrapper.spacing-marginTop--normal {
  margin-top: 3.55556rem !important;
}
.textWithImage__wrapper.spacing-marginTop--tight {
  margin-top: 1.77778rem !important;
}
.textWithImage__wrapper.spacing-marginTop--none {
  margin-top: 0 !important;
}
.textWithImage__wrapper.spacing-marginBottom--normal {
  margin-bottom: 3.55556rem !important;
}
.textWithImage__wrapper.spacing-marginBottom--tight {
  margin-bottom: 1.77778rem !important;
}
.textWithImage__wrapper.spacing-marginBottom--none {
  margin-bottom: 0 !important;
}
.textWithImage__wrapper.spacing-paddingTop--normal {
  padding-top: 3.55556rem !important;
}
.textWithImage__wrapper.spacing-paddingTop--tight {
  padding-top: 1.77778rem !important;
}
.textWithImage__wrapper.spacing-paddingTop--none {
  padding-top: 0 !important;
}
.textWithImage__wrapper.spacing-paddingBottom--normal {
  padding-bottom: 3.55556rem !important;
}
.textWithImage__wrapper.spacing-paddingBottom--tight {
  padding-bottom: 1.77778rem !important;
}
.textWithImage__wrapper.spacing-paddingBottom--none {
  padding-bottom: 0 !important;
}
@media (max-width: 1110px) {
  .textWithImage {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.textWithImage__wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 950px) {
  .textWithImage__wrapper {
    flex-direction: row;
  }
}
.textWithImage.-toEdgeRight {
  max-width: inherit;
  padding-left: calc(50vw - 555px);
  padding-right: 0;
}
@media (max-width: 1110px) {
  .textWithImage.-toEdgeRight {
    padding-left: 1rem;
  }
}
@media (min-width: 950px) {
  .textWithImage.-toEdgeRight .textWithImage__wrapper {
    gap: 5.2222222222rem;
  }
}
.textWithImage.-toEdgeLeft {
  max-width: inherit;
  padding-left: 0;
  padding-right: calc(50vw - 555px);
}
@media (max-width: 1110px) {
  .textWithImage.-toEdgeLeft {
    padding-right: 1rem;
  }
}
@media (min-width: 950px) {
  .textWithImage.-toEdgeLeft .textWithImage__wrapper {
    flex-direction: row-reverse;
    gap: 5.2222222222rem;
  }
}
.textWithImage.-imageLeft .textWithImage__content {
  order: 2;
  padding-right: 0;
}
@media (min-width: 950px) {
  .textWithImage.-imageLeft .textWithImage__content {
    padding-left: 5.2222222222rem;
  }
}
@media (min-width: 950px) {
  .textWithImage.-imageLeft .textWithImage__content.-marginThin {
    padding-left: 2.5rem;
  }
}
.textWithImage.-imageLeft .textWithImage__image {
  order: 1;
}
.textWithImage.-imageRight .textWithImage__content {
  order: 1;
  padding-left: 0;
}
@media (min-width: 950px) {
  .textWithImage.-imageRight .textWithImage__content {
    padding-right: 5.2222222222rem;
  }
}
@media (min-width: 950px) {
  .textWithImage.-imageRight .textWithImage__content.-marginThin {
    padding-right: 2.5rem;
  }
}
.textWithImage.-imageRight .textWithImage__image {
  order: 2;
}
.textWithImage.-wrapImageWithTextLeft {
  display: block;
}
@media (min-width: 810px) {
  .textWithImage.-wrapImageWithTextLeft .textWithImage__image {
    float: left;
    max-width: 31.6666666667rem;
  }
  .textWithImage.-wrapImageWithTextLeft .textWithImage__image.-normal {
    margin: 0 3.5555555556rem 1rem 0;
  }
  .textWithImage.-wrapImageWithTextLeft .textWithImage__image.-thin {
    margin: 0 1.7777777778rem 1rem 0;
  }
  .textWithImage.-wrapImageWithTextLeft .textWithImage__image.-video {
    margin-top: 0;
  }
}
.textWithImage.-wrapImageWithTextLeft .textWithImage__content {
  min-height: 19.4444444444rem;
}
.textWithImage.-wrapImageWithTextRight {
  display: block;
}
@media (min-width: 810px) {
  .textWithImage.-wrapImageWithTextRight .textWithImage__image {
    float: right;
    max-width: 31.6666666667rem;
    height: 19.4444444444rem;
    max-height: 19.4444444444rem;
  }
  .textWithImage.-wrapImageWithTextRight .textWithImage__image.-normal {
    margin: 0 0 1rem 3.5555555556rem;
  }
  .textWithImage.-wrapImageWithTextRight .textWithImage__image.-thin {
    margin: 0 0 1rem 1.7777777778rem;
  }
  .textWithImage.-wrapImageWithTextRight .textWithImage__image.-thinTopMargin {
    margin-top: 0.5555555556rem;
  }
  .textWithImage.-wrapImageWithTextRight .textWithImage__image.-video {
    margin-top: 0;
  }
}
.textWithImage.-wrapImageWithTextRight .textWithImage__content {
  min-height: 19.4444444444rem;
}
.textWithImage__content.-noPadding {
  padding-right: 0;
}
@media (max-width: 950px) {
  .textWithImage__content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.textWithImage__content.-compact {
  width: 100%;
}
.textWithImage__heading.-fullWidthCenter,
.textWithImage__heading.-fullWidthLeft {
  width: 100%;
  margin-bottom: 1.5rem;
}
.textWithImage__heading.-fullWidthLeft {
  text-align: left;
}
.textWithImage__heading.-fullWidthCenter {
  text-align: center;
}
.textWithImage__body {
  font-size: 1rem;
  line-height: 1.88889;
}
.textWithImage__list {
  list-style: none;
  padding-left: 0;
  -moz-column-count: 2;
  column-count: 2;
}
.textWithImage__listItem {
  margin-bottom: 1rem;
  line-height: 1.2;
}
.textWithImage__image {
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 3rem;
}
@media (min-width: 810px) {
  .textWithImage__image {
    width: 50%;
    margin-bottom: 0;
  }
}
.textWithImage__image.-rounded {
  border-radius: 0 0 25px 0;
}
.textWithImage__image.-video {
  width: 100%;
  flex-grow: 2;
}
.textWithImage__footer {
  flex-shrink: 0;
}
.textWithVideo.spacing-marginTop--normal {
  margin-top: 3.55556rem !important;
}
.textWithVideo.spacing-marginTop--tight {
  margin-top: 1.77778rem !important;
}
.textWithVideo.spacing-marginTop--none {
  margin-top: 0 !important;
}
.textWithVideo.spacing-marginBottom--normal {
  margin-bottom: 3.55556rem !important;
}
.textWithVideo.spacing-marginBottom--tight {
  margin-bottom: 1.77778rem !important;
}
.textWithVideo.spacing-marginBottom--none {
  margin-bottom: 0 !important;
}
.textWithVideo.spacing-paddingTop--normal {
  padding-top: 3.55556rem !important;
}
.textWithVideo.spacing-paddingTop--tight {
  padding-top: 1.77778rem !important;
}
.textWithVideo.spacing-paddingTop--none {
  padding-top: 0 !important;
}
.textWithVideo.spacing-paddingBottom--normal {
  padding-bottom: 3.55556rem !important;
}
.textWithVideo.spacing-paddingBottom--tight {
  padding-bottom: 1.77778rem !important;
}
.textWithVideo.spacing-paddingBottom--none {
  padding-bottom: 0 !important;
}
.twoColumnTextWithLinks.spacing-marginTop--normal {
  margin-top: 3.55556rem !important;
}
.twoColumnTextWithLinks.spacing-marginTop--tight {
  margin-top: 1.77778rem !important;
}
.twoColumnTextWithLinks.spacing-marginTop--none {
  margin-top: 0 !important;
}
.twoColumnTextWithLinks.spacing-marginBottom--normal {
  margin-bottom: 3.55556rem !important;
}
.twoColumnTextWithLinks.spacing-marginBottom--tight {
  margin-bottom: 1.77778rem !important;
}
.twoColumnTextWithLinks.spacing-marginBottom--none {
  margin-bottom: 0 !important;
}
.twoColumnTextWithLinks.spacing-paddingTop--normal {
  padding-top: 3.55556rem !important;
}
.twoColumnTextWithLinks.spacing-paddingTop--tight {
  padding-top: 1.77778rem !important;
}
.twoColumnTextWithLinks.spacing-paddingTop--none {
  padding-top: 0 !important;
}
.twoColumnTextWithLinks.spacing-paddingBottom--normal {
  padding-bottom: 3.55556rem !important;
}
.twoColumnTextWithLinks.spacing-paddingBottom--tight {
  padding-bottom: 1.77778rem !important;
}
.twoColumnTextWithLinks.spacing-paddingBottom--none {
  padding-bottom: 0 !important;
}
.card .card-title {
  font-family:
    pragmatica-condensed,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  text-transform: none;
}
.card .card-title.-noMargin {
  margin-bottom: 0;
}
.card span {
  display: block;
  font-size: 16px;
  font-weight: 700;
}
.cards.spacing-marginTop--normal {
  margin-top: 3.55556rem !important;
}
.cards.spacing-marginTop--tight {
  margin-top: 1.77778rem !important;
}
.cards.spacing-marginTop--none {
  margin-top: 0 !important;
}
.cards.spacing-marginBottom--normal {
  margin-bottom: 3.55556rem !important;
}
.cards.spacing-marginBottom--tight {
  margin-bottom: 1.77778rem !important;
}
.cards.spacing-marginBottom--none {
  margin-bottom: 0 !important;
}
.cards.spacing-paddingTop--normal {
  padding-top: 3.55556rem !important;
}
.cards.spacing-paddingTop--tight {
  padding-top: 1.77778rem !important;
}
.cards.spacing-paddingTop--none {
  padding-top: 0 !important;
}
.cards.spacing-paddingBottom--normal {
  padding-bottom: 3.55556rem !important;
}
.cards.spacing-paddingBottom--tight {
  padding-bottom: 1.77778rem !important;
}
.cards.spacing-paddingBottom--none {
  padding-bottom: 0 !important;
}
.about-us .columns {
  margin: 1rem 0;
}
.posts .slick-dots {
  bottom: -3.3rem;
}
.featuredBlogPosts {
  min-height: 16.4444444444rem;
}
.featuredBlogPosts__heading {
  color: #e0e0e0;
}
.featuredBlogPosts .slick-dots {
  bottom: -3.5rem;
}
.featuredBlogPosts .slick-dots li button:before {
  -webkit-text-stroke: 1.5px #353638;
}
.featuredBlogPosts .slick-dots li.slick-active button:before {
  -webkit-text-fill-color: #353638;
}
.featuredBlogPosts > .slick-arrow {
  position: absolute;
  bottom: -3.5rem;
  transform: none;
  top: inherit;
  z-index: 2;
}
.featuredBlogPosts > .slick-arrow:before {
  display: block;
  position: absolute;
  bottom: 0;
  opacity: 1;
}
.featuredBlogPosts > .slick-prev {
  left: 0;
}
.featuredBlogPosts > .slick-prev:before {
  content: "";
  background-image: url("../images/prev-slider-arrow.svg");
}
.featuredBlogPosts > .slick-next {
  right: 1.2rem;
}
.featuredBlogPosts > .slick-next:before {
  content: "";
  background-image: url("../images/next-slider-arrow.svg");
}
.blog-list--post {
  height: 14rem;
  position: relative;
  width: 100%;
  transition: transform 0.3s ease-in;
}
@media only screen and (min-width: 570px) {
  .blog-list--post {
    margin-right: 1rem;
    width: 95%;
  }
}
@media only screen and (min-width: 850px) {
  .blog-list--post {
    width: 16rem;
  }
}
@media only screen and (min-width: 1046px) {
  .blog-list--post {
    height: 16rem;
    width: 20rem;
  }
}
.blog-list--post:hover {
  transform: scale(1.02);
}
.blog-list--post .blog-list--post-title {
  font-family:
    pragmatica-condensed,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  text-transform: none;
  color: #fff;
  display: block;
  padding: 0 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  font-weight: 400;
}
.blog-list--post .blog-list--post-image {
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.blog-list--post .blog-list--post-image:before {
  background-image: linear-gradient(
    rgba(30, 30, 30, 0.6),
    rgba(30, 30, 30, 0.6)
  );
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media only screen and (min-width: 552px) {
  .most-popular {
    margin-top: -3rem;
  }
}
.popularBlogPosts {
  position: relative;
  margin-top: 1rem;
}
.popularBlogPosts__list {
  list-style: none;
}
.popularBlogPosts__listItem {
  background-color: #f0f0f0;
  max-width: 100%;
  transition: all 0.3s ease-in;
  counter-increment: li;
  margin-bottom: 1rem;
  position: relative;
}
.popularBlogPosts__listItem .popularBlogPosts__title {
  color: #4d4f53;
  font-weight: 400;
}
.popularBlogPosts__listItem:before {
  background-color: #2e3192;
  color: #fff;
  content: counter(li);
  display: block;
  font-family:
    pragmatica-extended,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 0.875rem;
  height: 2rem;
  left: -0.75rem;
  padding-top: 0.35rem;
  position: absolute;
  text-align: center;
  top: 0.75rem;
  width: 2rem;
}
.popularBlogPosts__listItem:hover {
  transform: translateY(-0.5rem);
}
.popularBlogPosts__listItem:first-child {
  background-color: #4d4f53;
}
.popularBlogPosts__listItem:first-child .popularBlogPosts__tags,
.popularBlogPosts__listItem:first-child .popularBlogPosts__title {
  color: #fff;
}
.popularBlogPosts__listItem:first-child .popularBlogPosts__title {
  font-size: 1.7777777778rem;
}
@media (min-width: 950px) {
  .popularBlogPosts__listItem:not(:first-child) {
    width: 57.7%;
  }
}
.popularBlogPosts__card {
  display: block;
  padding: 1rem 3rem;
  font-weight: 400;
}
.popularBlogPosts__card,
.popularBlogPosts__title {
  font-family:
    pragmatica-condensed,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
}
.popularBlogPosts__title {
  text-transform: none;
  margin-bottom: 0.25rem;
}
.popularBlogPosts__image {
  display: none;
}
@media (min-width: 950px) {
  .popularBlogPosts__image {
    display: block;
    position: absolute;
    bottom: 0;
    right: 4%;
    width: 35%;
    height: 85%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.popularBlogPosts__tags {
  color: #4d4f53;
  font-size: 1rem;
  font-style: italic;
}
section#blog-listing {
  background-color: #f0f0f0;
  padding: 4rem 0;
}
section#blog-listing .filter {
  background-color: #f0f0f0;
  background-image: none;
  padding: 1rem;
}
section#blog-listing .filter .filter-title--main {
  color: inherit;
  text-align: left;
}
section#blog-listing .filter .filter-title {
  color: #0164b2;
  font-weight: 400;
}
section#blog-listing .filter .filter-items {
  justify-content: flex-start;
}
section#blog-listing select {
  border: 1px solid #7a7a7a;
  border-radius: 0;
  color: #555;
  font-family:
    pragmatica-condensed,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  padding: 7px 14px;
  width: 100%;
}
.post-list--wrapper {
  margin-top: 4rem;
}
.post-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (min-width: 950px) {
  .post-list {
    justify-content: flex-start;
  }
}
.post-list .post {
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137254902);
  margin-bottom: 2.5rem;
  margin-left: 1rem;
  margin-right: 1rem;
  position: relative;
  width: 18rem;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  transition: box-shadow 0.2s ease;
}
@media only screen and (min-width: 576px) {
  .post-list .post #responsive-tester span {
    background-color: purple;
  }
  .post-list .post #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .post-list .post #responsive-tester:after {
    content: "1024px";
  }
  .post-list .post:last-child {
    margin-right: 0;
  }
}
.post-list .post:hover {
  box-shadow:
    0 10px 20px rgba(0, 0, 0, 0.19),
    0 6px 6px rgba(0, 0, 0, 0.23);
  transition: box-shadow 0.2s ease;
}
.post-list .post-list--post-image {
  height: 225px;
  overflow: hidden;
}
.post-list .post-list--post-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.post-list .post-list--post-meta {
  padding: 1.5rem 1rem;
}
.post-list .post-list--post-meta span {
  display: block;
}
.post-list .post-list--post-meta .post-list--post-title {
  font-weight: 400;
  font-family:
    pragmatica-condensed,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  margin-bottom: 0.25rem;
}
.post-list .post-list--post-meta .post-list--post-tags {
  color: #6b6d70;
  font-size: 0.875rem;
  font-style: italic;
  font-family:
    pragmatica-condensed,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-weight: 400;
}
.load {
  text-align: center;
  margin-bottom: 2rem;
}
.load img {
  max-height: 2rem;
}
.hero-blog {
  position: relative;
}
.blog-title-info {
  background-image: linear-gradient(#2b1a1c, #9e112c);
  padding-top: 3.3rem;
}
.blog-title-info--container {
  max-width: 32rem;
}
.blog-title-info h1 {
  color: #fff;
  font-size: 2rem;
  font-weight: 900;
  text-transform: none;
}
@media only screen and (min-width: 950px) {
  .blog-title-info h1 {
    font-size: 2.5rem;
  }
}
.blog-meta {
  position: relative;
  padding-bottom: 1.5rem;
}
@media only screen and (min-width: 576px) {
  .blog-meta {
    display: flex;
  }
  .blog-meta #responsive-tester span {
    background-color: purple;
  }
  .blog-meta #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .blog-meta #responsive-tester:after {
    content: "1024px";
  }
}
.blog-meta span {
  color: #f7b8bb;
  display: block;
}
.blog-meta span.authorship--if-photo,
.blog-meta span.blog-date--if-photo {
  margin-left: 8rem;
}
@media only screen and (min-width: 576px) {
  .blog-meta span.blog-date--if-photo {
    margin-left: 0;
  }
  .blog-meta span.blog-date--if-photo #responsive-tester span {
    background-color: purple;
  }
  .blog-meta span.blog-date--if-photo #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .blog-meta span.blog-date--if-photo #responsive-tester:after {
    content: "1024px";
  }
}
.blog-meta span.authorship {
  padding-top: 1.5rem;
}
@media only screen and (min-width: 576px) {
  .blog-meta span.authorship:after {
    bottom: 0.125rem;
    content: "\25CF";
    font-size: 8px;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    position: relative;
  }
  .blog-meta span.authorship:after #responsive-tester span {
    background-color: purple;
  }
  .blog-meta span.authorship:after #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .blog-meta span.authorship:after #responsive-tester:after {
    content: "1024px";
  }
}
@media only screen and (min-width: 576px) {
  .blog-meta span.blog-date {
    margin-left: 0;
    padding-top: 1.5rem;
  }
  .blog-meta span.blog-date #responsive-tester span {
    background-color: purple;
  }
  .blog-meta span.blog-date #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .blog-meta span.blog-date #responsive-tester:after {
    content: "1024px";
  }
}
.blog-meta span a {
  color: #fff;
}
.blog-meta span a:hover {
  color: #f7b8bb;
}
.author-image {
  border-radius: 50%;
  box-shadow: -20px 20px 30px rgba(0, 0, 0, 0.22);
  height: 80px;
  overflow: hidden;
  position: absolute;
  top: 0.5rem;
  width: 80px;
  z-index: 2;
}
@media only screen and (min-width: 576px) {
  .author-image {
    height: 120px;
    top: 0;
    width: 120px;
  }
  .author-image #responsive-tester span {
    background-color: purple;
  }
  .author-image #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .author-image #responsive-tester:after {
    content: "1024px";
  }
}
.author-image img {
  height: auto;
  width: 100%;
}
.blog-description {
  background-color: #dfe0df;
  position: relative;
  font-size: 1.1rem;
  line-height: 1.8;
}
@media only screen and (min-width: 576px) {
  .blog-description {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
  .blog-description #responsive-tester span {
    background-color: purple;
  }
  .blog-description #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .blog-description #responsive-tester:after {
    content: "1024px";
  }
}
@media only screen and (min-width: 1164px) {
  .blog-description {
    display: block;
    font-size: 1.22rem;
  }
}
@media only screen and (min-width: 950px) {
  .blog-description--container {
    max-width: 36rem;
  }
}
.blog-description--container span {
  display: block;
  padding: 2rem 0;
}
@media only screen and (min-width: 950px) {
  .blog-featured-image {
    display: block;
    flex-basis: 40%;
  }
}
@media only screen and (min-width: 1164px) {
  .blog-featured-image {
    bottom: 0;
    margin-top: 0;
    max-height: 20rem;
    max-width: 25rem;
    overflow: hidden;
    position: absolute;
    right: 0;
  }
}
.blog-featured-image img {
  display: block;
  height: auto;
  width: 100%;
}
.blog-content {
  padding: 2rem 0;
  align-self: flex-start;
}
@media only screen and (min-width: 753px) {
  .blog-content {
    margin-right: 4rem;
    padding: 4rem 0;
  }
}
.blog-content img {
  width: 100%;
}
.blog-content ul {
  list-style: none;
  margin-bottom: 2rem;
}
.blog-content ul li {
  margin-bottom: 1rem;
}
.blog-content ul li:before {
  content: "\2022";
  color: #b2b4b3;
  display: inline-block;
  margin-left: -1rem;
  width: 1rem;
}
.blog-content .block-image {
  margin: 2rem 0;
}
.author-info {
  background-color: #fff;
  padding: 2.5rem 0;
}
.author-container {
  align-items: center;
  display: flex;
  max-width: 56rem;
}
.author-info--image {
  margin-right: 3rem;
  width: 30%;
}
.author-info--image img {
  border-radius: 50%;
  height: auto;
  width: 100%;
}
.author-bio {
  color: #8b8d8e;
  font-size: 1.2rem;
  line-height: 1.8;
  width: 70%;
}
.blog-tags {
  margin-top: 3rem;
}
.blog-tags .blog-tag-title {
  color: #2e3192;
  font-family:
    pragmatica-extended,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-weight: 700;
}
.related-blog-posts {
  background-image: radial-gradient(circle, #2c2e2f, #131415);
  padding: 4rem 0;
}
.related-blog-posts--container {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 1292px) {
  .related-blog-posts--container {
    max-width: 40rem;
  }
}
.related-blog-posts h4 {
  color: #fff;
  font-size: 2rem;
  text-align: center;
}
@media only screen and (min-width: 1292px) {
  .related-blog-posts h4 {
    text-align: left;
  }
}
.related-blog-posts .related-posts {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 576px) {
  .related-blog-posts .related-posts {
    align-items: flex-start;
    flex-direction: row;
  }
  .related-blog-posts .related-posts #responsive-tester span {
    background-color: purple;
  }
  .related-blog-posts .related-posts #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .related-blog-posts .related-posts #responsive-tester:after {
    content: "1024px";
  }
}
@media only screen and (min-width: 1292px) {
  .related-blog-posts .related-posts {
    justify-content: space-between;
  }
}
.related-blog-posts .related-post {
  display: block;
  width: 12rem;
  margin-bottom: 3rem;
}
@media only screen and (min-width: 576px) {
  .related-blog-posts .related-post {
    margin: 0 0.75rem;
  }
  .related-blog-posts .related-post #responsive-tester span {
    background-color: purple;
  }
  .related-blog-posts .related-post #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .related-blog-posts .related-post #responsive-tester:after {
    content: "1024px";
  }
}
.related-blog-posts .related-post-tag,
.related-blog-posts .related-post-title {
  display: block;
}
.related-blog-posts .related-post-tag {
  font-family:
    pragmatica-extended,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  color: #fff;
  font-size: 0.77rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
.related-blog-posts .related-post-title {
  color: #fff;
  font-size: 1.33rem;
  line-height: 1.3;
}
.related-blog-posts .related-post-image {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 1292px) {
  .related-blocks {
    display: flex;
    justify-content: space-between;
  }
  .related-blocks.-withForm {
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }
}
.related-blocks__form {
  max-width: 40rem;
  margin: 0 auto;
}
.related-posts-action {
  margin-top: 1rem;
  text-align: center;
}
@media only screen and (min-width: 576px) {
  .related-posts-action {
    margin-top: 3rem;
  }
  .related-posts-action #responsive-tester span {
    background-color: purple;
  }
  .related-posts-action #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .related-posts-action #responsive-tester:after {
    content: "1024px";
  }
}
@media only screen and (min-width: 1292px) {
  .related-posts-action {
    text-align: left;
  }
}
.blog-newsletter {
  background-image: linear-gradient(90deg, #064f6c, #0a2531);
  color: #fff;
  padding: 1.5rem;
  width: 90%;
  margin: 4rem auto 0;
}
@media only screen and (min-width: 1292px) {
  .blog-newsletter {
    margin: 0;
    width: 27rem;
  }
}
.blog-newsletter h3 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 1292px) {
  .blog-newsletter h3 {
    font-size: 1.7rem;
  }
}
.blog-newsletter p {
  margin-bottom: 1rem;
}
.blog-newsletter span {
  color: #b3c7cf;
}
.blog-newsletter form {
  margin-top: 1rem;
}
.blog-newsletter form input[type="email"] {
  margin-bottom: 0.5rem;
}
.blog-newsletter form label {
  font-size: 0.88rem;
}
.blog-newsletter button {
  margin-top: 1.5rem;
}
@media only screen and (min-width: 1292px) {
  .blog-newsletter .hs-firstname,
  .blog-newsletter .hs-lastname {
    float: left;
    width: 45%;
  }
}
@media only screen and (min-width: 1292px) {
  .blog-newsletter .hs-firstname {
    margin-right: 2rem;
  }
}
body.blog .column-wrap {
  flex-direction: column;
}
@media only screen and (min-width: 753px) {
  body.blog .column-wrap {
    flex-direction: row;
  }
}
body.blog .column-wrap .blog-content {
  order: 1;
  max-width: 100%;
}
@media only screen and (min-width: 753px) {
  body.blog .column-wrap .blog-content {
    order: 2;
  }
}
body.blog .column-wrap .blog-content .cta_button {
  max-width: 100%;
}
body#about-us-careers .component {
  padding: 0;
}
.careers-intro {
  max-width: 55rem;
  margin: 0 auto;
}
.careers-intro .content-area {
  padding-top: 3rem;
}
.careers-intro .intro {
  color: inherit;
}
.careers-section h2 {
  font-size: 3rem;
}
.careers-section .columns {
  margin: 0;
}
.careers-default {
  margin: 2.5rem 0;
}
.careers-default h2 {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 3rem;
}
.careers-default .columns {
  margin-bottom: 4rem;
}
.careers-current-openings {
  margin: 4rem 0;
}
.careers-current-openings h2 {
  text-align: center;
}
.careers-current-openings .copy {
  margin: 0 auto;
  max-width: 40rem;
  text-align: center;
}
.careers-current-openings .current-openings-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.careers-current-openings .current-openings-list li {
  border-bottom: 1px solid #f0f0f0;
  padding: 1rem 0;
}
@media only screen and (min-width: 576px) {
  .careers-current-openings .current-openings-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .careers-current-openings .current-openings-list li #responsive-tester span {
    background-color: purple;
  }
  .careers-current-openings
    .current-openings-list
    li
    #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .careers-current-openings .current-openings-list li #responsive-tester:after {
    content: "1024px";
  }
}
.careers-current-openings .current-openings-list li span {
  display: block;
}
.careers-current-openings .current-openings-list li a {
  color: #2e3192;
}
.careers-actions {
  margin: 2rem auto;
  text-align: center;
}
.contact-form-wrapper {
  margin-top: 1rem;
}
@media only screen and (min-width: 810px) {
  .contact-form-wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.contact-form {
  flex-basis: 55%;
}
.contact-form p {
  margin-top: 0;
}
.contact-form p:first-child {
  color: #b3c7cf;
  font-size: 1.2rem;
  line-height: 1.3;
}
.contact-info {
  background-color: #f0f0f0;
  color: #4d4f53;
  padding: 2rem;
  margin-top: 3rem;
}
@media only screen and (min-width: 810px) {
  .contact-info {
    margin-top: 0;
  }
}
.contact-info p {
  margin: 0 0 1.5rem !important;
}
.contact-info p:first-child {
  font-size: 1.5rem;
  font-family:
    pragmatica-extended,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-weight: 700;
  line-height: 1.2;
}
.contact-info--wrapper {
  flex-basis: 40%;
}
.contact-info--wrapper .actions {
  margin: 4rem auto 0;
  text-align: center;
}
.contact-content {
  padding: 2rem 0;
}
@media only screen and (min-width: 1024px) {
  .contact-content .faqs .answer:before {
    left: 0.65rem;
  }
  .contact-content .faqs .answer:before #responsive-tester span {
    background-color: green;
  }
  .contact-content .faqs .answer:before #responsive-tester:before {
    content: "Large: 1024px\2013";
  }
  .contact-content .faqs .answer:before #responsive-tester:after {
    content: "1200px";
  }
}
.headquarters {
  background-color: #fff;
  border: 2px solid #e3e3e3;
  padding: 1rem;
  margin: 1rem 0 3rem;
  max-width: 25rem;
}
.locations-accordion {
  margin-bottom: 1rem;
}
.locations-accordion > div.open .header {
  background-color: #2e3192;
  position: relative;
}
.locations-accordion > div.open .header:after {
  transform: rotate(45deg);
  transition: transform 0.3s;
}
.locations-accordion > div.close .header {
  position: relative;
}
.locations-accordion > div.initially-hidden .content {
  display: none;
}
.locations-accordion > div .header {
  background-color: #2e3192;
  color: #fff;
  cursor: pointer;
  font-size: 1rem;
  margin-top: 0.5rem;
  padding: 0.5rem 1rem;
  position: relative;
  text-align: left;
  width: 100%;
}
.locations-accordion > div .header:hover {
  background-color: #ae0b2a;
}
.locations-accordion > div .header:after {
  color: #fff;
  content: "\F067";
  display: inline-block;
  font-family: Font Awesome\5 Pro;
  font-size: 0.75rem;
  position: absolute;
  right: 1rem;
  top: 0.5rem;
  transition: transform 0.2s;
  vertical-align: top;
}
.locations-accordion > div .content {
  padding: 1rem 0;
}
.locations-accordion .header h3 {
  font-size: 1rem;
  margin: 0;
}
@media only screen and (min-width: 576px) {
  .accordion-content-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .accordion-content-wrapper #responsive-tester span {
    background-color: purple;
  }
  .accordion-content-wrapper #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .accordion-content-wrapper #responsive-tester:after {
    content: "1024px";
  }
}
.accordion-content-wrapper .location-info {
  border-bottom: 1px solid #d6d7d9;
  padding-top: 1rem;
}
.accordion-content-wrapper .location-info:first-child {
  padding-top: 0;
}
.accordion-content-wrapper .location-info:last-child {
  border-bottom: none;
}
@media only screen and (min-width: 576px) {
  .accordion-content-wrapper .location-info {
    border-bottom: none;
    margin-right: 2rem;
    padding-top: 0;
  }
  .accordion-content-wrapper .location-info #responsive-tester span {
    background-color: purple;
  }
  .accordion-content-wrapper .location-info #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .accordion-content-wrapper .location-info #responsive-tester:after {
    content: "1024px";
  }
}
section#dealer-listing {
  margin: 2rem 0 4rem;
}
.breadcrumbs {
  margin-bottom: 0.5rem;
}
.breadcrumbs ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumbs ul li {
  display: inline-block;
  font-size: 0.875rem;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.breadcrumbs ul li a {
  color: #2e3192;
}
.dealer-wrapper {
  background-color: #fff;
  border: 2px solid #e3e3e3;
}
@media only screen and (min-width: 850px) {
  .dealer-wrapper {
    display: flex;
  }
}
.dealer-listing {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (min-width: 950px) {
  .dealer-listing {
    flex-direction: row;
  }
}
.dealer-content {
  background: url("../images/map-continents--gray.svg") 50% no-repeat #fff;
  background-size: cover;
  display: flex;
  flex-direction: column;
  padding: 2rem;
  width: 100%;
}
@media only screen and (min-width: 950px) {
  .dealer-content {
    height: 42rem;
  }
}
.dealer-content h2 {
  font-size: 2rem;
  color: #2e3192;
  margin-bottom: 0.6rem;
}
.country {
  margin-top: 1rem;
}
.country-wrapper {
  background-color: hsla(0, 0%, 58%, 0.75);
  background-image: none;
  margin-top: 2rem;
  padding: 2rem 1rem;
  width: 100%;
}
@media only screen and (min-width: 850px) {
  .country-wrapper {
    margin: 0 auto;
    width: 80%;
  }
}
.country .filter {
  background-image: none !important;
  padding: 0 !important;
}
.country .filter-items {
  align-items: flex-start !important;
  flex-direction: column;
  justify-content: flex-start !important;
}
.country .filter-items > div {
  margin-bottom: 1rem !important;
}
.country .filter-items > div:last-child {
  margin-bottom: 0;
}
.country .loading {
  margin-top: 1rem;
}
.country-fields select {
  border: 1px solid #7a7a7a;
  border-radius: 0;
  color: #555;
  font-family:
    pragmatica-condensed,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  padding: 7px 14px;
  width: 100%;
}
.country-fields .filter-title {
  color: #fff;
}
.find-a-dealer-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.find-a-dealer-list li {
  border-bottom: 1px solid #f0f0f0;
}
.find-a-dealer-list li a {
  align-items: center;
  color: #2e3192;
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0;
}
.dealer-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.dealer-list li:first-child {
  padding-top: 0;
}
.dealer-list li span {
  display: block;
}
.dealer-list li .dealer-name {
  font-family:
    pragmatica-extended,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
.dealer-list li .dealer-name a {
  color: #2e3192;
}
.dealer-list li .dealer-title {
  font-weight: 700;
  font-size: 0.9rem;
}
.dealer-list li .dealer-location {
  font-size: 0.9rem;
  margin-bottom: 0.25rem;
}
.dealer-list li .dealer-small {
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}
.dealer {
  background-color: #2e3192;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
  color: #fff;
}
@media only screen and (min-width: 950px) {
  .dealer {
    position: absolute;
    right: 2rem;
    top: 3rem;
    width: 67%;
  }
}
.dealer-info {
  padding: 2rem;
}
@media only screen and (min-width: 576px) {
  .dealer-item-wrapper {
    display: flex;
    justify-content: space-between;
  }
  .dealer-item-wrapper #responsive-tester span {
    background-color: purple;
  }
  .dealer-item-wrapper #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .dealer-item-wrapper #responsive-tester:after {
    content: "1024px";
  }
}
.dealer-first-column {
  flex-basis: 30%;
  padding-right: 1rem;
}
.dealer-last-column {
  flex-basis: 75%;
  margin-top: 3rem;
}
@media only screen and (min-width: 950px) {
  .dealer-last-column {
    margin-top: 0;
  }
}
.dealer-last-column .contact-us {
  text-align: center;
  font-size: 1.3rem;
  padding-top: 0.35rem;
}
.dealer-last-column .contact-us a {
  border-bottom: 2px solid #2e3192;
}
.dealerCard {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  margin-right: 1rem;
  margin-bottom: 1rem;
  padding: 1rem;
  width: 30%;
  background-color: #fff;
}
.dealerCard:hover {
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
}
.dealerCard__title {
  font-size: 1.1rem;
  line-height: 1.2;
  font-family: inherit;
  font-weight: 400;
}
.dealerCard__eyebrow {
  font-size: 0.6rem;
  font-family:
    pragmatica-extended,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-weight: 700;
}
.dealerCard__category {
  font-size: 0.6rem;
  margin-bottom: 0.5rem;
}
.dealerCard__jobTitle {
  color: #1e1e1e;
  font-size: 0.88rem;
  font-weight: 900;
  margin-top: auto;
  padding-top: 1rem;
  text-transform: uppercase;
}
.dealer-cards {
  display: flex;
  flex-wrap: wrap;
}
.dealer-copy {
  border-top: 1px dotted hsla(0, 0%, 100%, 0.25);
  padding-top: 0.25rem;
  margin-top: 1rem;
}
.dealer-close {
  font-family:
    pragmatica-extended,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-weight: 700;
  float: right;
  color: #fff;
  cursor: pointer;
}
.dealer-close:hover {
  color: #fff;
  transform: scale(1.05);
}
.dealer-overlay-name {
  display: block;
  font-size: 2rem;
  font-family:
    pragmatica-extended,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.dealer-address p,
.dealer-push-down {
  margin-bottom: 1rem;
}
.dealer-icon {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.dealer-icon i {
  color: #fff;
  position: absolute;
  display: inline-block;
}
.dealer-icon span {
  display: inline-block;
  margin-left: 2rem;
}
.dealer-meta {
  margin-top: 1rem;
}
.dealer-meta address {
  font-size: 0.9rem;
  margin-bottom: 1rem;
}
.dealer-meta address p {
  margin: 0;
  line-height: 1.3;
}
.dealer-meta address h3 {
  color: #fff !important;
  font-size: 1.2rem !important;
  margin-top: 1.5rem !important;
}
.dealer-meta a {
  font-family: inherit;
  font-weight: inherit;
  color: #fff;
}
.dealer-meta a:hover {
  color: #fff;
  font-weight: 600;
}
@media only screen and (min-width: 950px) {
  .dealer-columns {
    -moz-column-count: 2;
    column-count: 2;
  }
}
.dealer-embeds {
  position: relative;
  margin-top: auto;
  margin-bottom: auto;
  text-align: center;
}
.dealer-embeds img {
  max-width: 300px;
  cursor: pointer;
}
.dealer-embeds .playBtn {
  cursor: pointer;
  position: absolute;
  width: 60px;
  height: 60px;
  left: 50%;
  top: 50%;
  margin-left: -30px;
  margin-top: -30px;
  background-image: url("../images/red-play-button.svg");
  opacity: 0.85;
}
.event-summary {
  grid-column: 1/3;
}
@media only screen and (min-width: 576px) {
  .event-summary {
    padding-right: 1.5rem;
  }
  .event-summary #responsive-tester span {
    background-color: purple;
  }
  .event-summary #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .event-summary #responsive-tester:after {
    content: "1024px";
  }
}
.event-expertise--wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media only screen and (min-width: 576px) {
  .event-expertise--wrapper {
    flex-direction: row;
  }
  .event-expertise--wrapper #responsive-tester span {
    background-color: purple;
  }
  .event-expertise--wrapper #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .event-expertise--wrapper #responsive-tester:after {
    content: "1024px";
  }
}
@media only screen and (min-width: 810px) {
  .event-expertise--wrapper {
    flex-direction: column;
  }
}
.event-expertise--image-wrapper {
  aspect-ratio: 1.8/1;
}
@media only screen and (min-width: 576px) {
  .event-expertise--image-wrapper {
    flex-basis: calc(50% - 0.75rem);
  }
  .event-expertise--image-wrapper #responsive-tester span {
    background-color: purple;
  }
  .event-expertise--image-wrapper #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .event-expertise--image-wrapper #responsive-tester:after {
    content: "1024px";
  }
}
@media only screen and (min-width: 810px) {
  .event-expertise--image-wrapper {
    flex-basis: 100%;
  }
}
.event-expertise--image {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.event-expertise h2,
.event-summary h2 {
  color: #2e3192;
  font-size: 1.25rem;
}
@media only screen and (min-width: 576px) {
  .event-expertise h2,
  .event-summary h2 {
    font-size: 1.3333333333rem;
  }
  .event-expertise h2 #responsive-tester span,
  .event-summary h2 #responsive-tester span {
    background-color: purple;
  }
  .event-expertise h2 #responsive-tester:before,
  .event-summary h2 #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .event-expertise h2 #responsive-tester:after,
  .event-summary h2 #responsive-tester:after {
    content: "1024px";
  }
}
.fullWidth,
.twoColumn {
  padding: 2rem 0;
}
.year-title {
  display: block;
  font-weight: 700;
}
.mclanahan-timeline .timeline-navigation {
  position: relative;
  z-index: 90;
  padding: 1em 0;
  background: #d5d6d2;
  background: linear-gradient(180deg, #d5d6d2 0, #e8e7e5 74%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d5d6d2",endColorstr="#e8e7e5",GradientType=0);
  border-bottom: 1.5rem solid #e8e7e5;
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
  display: none;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .mclanahan-timeline .timeline-navigation {
    display: block;
  }
  .mclanahan-timeline .timeline-navigation #responsive-tester span {
    background-color: green;
  }
  .mclanahan-timeline .timeline-navigation #responsive-tester:before {
    content: "Large: 1024px\2013";
  }
  .mclanahan-timeline .timeline-navigation #responsive-tester:after {
    content: "1200px";
  }
}
.mclanahan-timeline .timeline-navigation:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.05);
  z-index: 90;
}
.mclanahan-timeline .timeline-navigation .items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 90;
}
.mclanahan-timeline .timeline-navigation .item {
  position: relative;
  top: 0.75rem;
}
.mclanahan-timeline .timeline-navigation .item a {
  display: block;
  width: 0.75em;
  height: 0.75em;
  position: relative;
  margin: 0 auto;
  padding: 0;
  outline: none;
}
.mclanahan-timeline .timeline-navigation .item a:after,
.mclanahan-timeline .timeline-navigation .item a:before {
  transition: all 0.3s ease-in-out 0s;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 999px;
  background-color: #4d4f53;
  z-index: 90;
}
.mclanahan-timeline .timeline-navigation .item a:after {
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 90;
}
.mclanahan-timeline .timeline-navigation .item a .tooltip {
  transform: translate(-50%, -5%);
  transition: all 0.3s ease-in-out 0s;
  visibility: hidden;
  opacity: 0;
  background: #fff;
  border-radius: 5px;
  top: 50%;
  left: 50%;
  text-align: center;
  overflow: hidden;
  position: absolute;
  z-index: 90;
  min-width: 200px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}
.mclanahan-timeline .timeline-navigation .item a .tooltip em,
.mclanahan-timeline .timeline-navigation .item a .tooltip span,
.mclanahan-timeline .timeline-navigation .item a .tooltip strong {
  display: block;
  color: #4d4f53;
}
.mclanahan-timeline .timeline-navigation .item a .tooltip em {
  font-style: normal;
  text-transform: uppercase;
}
.mclanahan-timeline .timeline-navigation .item a .tooltip span {
  font-size: 0.8em;
  color: #000;
  padding-top: 0.7em;
  margin-top: 0.7em;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.mclanahan-timeline .timeline-navigation .item a .tooltip .padded {
  padding: 1em;
}
.mclanahan-timeline .timeline-navigation .item a .tooltip .image {
  background-color: #2e3192;
}
.mclanahan-timeline .timeline-navigation .item a .tooltip .image img {
  width: 100%;
  mix-blend-mode: multiply;
  filter: grayscale(100%);
  filter: gray;
}
.mclanahan-timeline .timeline-navigation .item a:hover .tooltip {
  transform: translate(-50%);
  visibility: visible;
  opacity: 1;
}
.mclanahan-timeline .timeline-navigation .item a:hover:before {
  top: -0.25em;
  right: -0.25em;
  bottom: -0.25em;
  left: -0.25em;
  background-color: #2e3192 !important;
}
.mclanahan-timeline .timeline-navigation .item a:hover:after {
  top: -0.7em;
  right: -0.7em;
  bottom: -0.7em;
  left: -0.7em;
}
.mclanahan-timeline .timeline-navigation .item.major a {
  width: 1.5em;
  height: 1.5em;
}
.mclanahan-timeline .timeline-navigation .item.major a:before {
  background-color: #2e3192;
}
.mclanahan-timeline .timeline-navigation .item.major a:hover:before {
  top: 0.25em;
  right: 0.25em;
  bottom: 0.25em;
  left: 0.25em;
}
.mclanahan-timeline .full-timeline {
  z-index: 85;
  position: relative;
  padding-left: 2.5rem;
}
@media only screen and (min-width: 576px) {
  .mclanahan-timeline .full-timeline {
    padding-left: 0;
  }
  .mclanahan-timeline .full-timeline #responsive-tester span {
    background-color: purple;
  }
  .mclanahan-timeline .full-timeline #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .mclanahan-timeline .full-timeline #responsive-tester:after {
    content: "1024px";
  }
}
.mclanahan-timeline .full-timeline .item {
  margin: 0;
}
.mclanahan-timeline .full-timeline .item p {
  font-size: 16px;
}
.mclanahan-timeline .full-timeline .item figure.block-image {
  max-width: 100%;
}
@media only screen and (min-width: 576px) {
  .mclanahan-timeline .full-timeline .item figure.block-image {
    max-width: 100%;
  }
  .mclanahan-timeline
    .full-timeline
    .item
    figure.block-image
    #responsive-tester
    span {
    background-color: purple;
  }
  .mclanahan-timeline
    .full-timeline
    .item
    figure.block-image
    #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .mclanahan-timeline
    .full-timeline
    .item
    figure.block-image
    #responsive-tester:after {
    content: "1024px";
  }
}
@media only screen and (min-width: 576px) {
  .mclanahan-timeline .full-timeline .item {
    padding-left: 2.5rem;
  }
  .mclanahan-timeline .full-timeline .item #responsive-tester span {
    background-color: purple;
  }
  .mclanahan-timeline .full-timeline .item #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .mclanahan-timeline .full-timeline .item #responsive-tester:after {
    content: "1024px";
  }
}
.mclanahan-timeline .full-timeline .item .video {
  margin-bottom: 0;
}
.mclanahan-timeline .full-timeline .item h3 {
  font-size: 1.7em;
  font-weight: 300;
  font-family:
    pragmatica-extended,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  color: rgba(77, 79, 83, 0.5);
}
.mclanahan-timeline .full-timeline .item h3 strong {
  font-weight: 900;
}
.mclanahan-timeline .full-timeline .item h3 span {
  text-transform: uppercase;
  font-size: 0.55em;
  letter-spacing: 0.01em;
  display: block;
  color: rgba(77, 79, 83, 0.3);
}
@media only screen and (min-width: 576px) {
  .mclanahan-timeline .full-timeline .item h3 span {
    display: inline;
    padding-left: 0.6em;
  }
  .mclanahan-timeline .full-timeline .item h3 span #responsive-tester span {
    background-color: purple;
  }
  .mclanahan-timeline .full-timeline .item h3 span #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .mclanahan-timeline .full-timeline .item h3 span #responsive-tester:after {
    content: "1024px";
  }
}
.mclanahan-timeline .full-timeline .item h2 {
  font-size: 1.55em;
  font-weight: 400;
  color: #4d4f53;
  line-height: 1.1;
}
@media only screen and (min-width: 576px) {
  .mclanahan-timeline .full-timeline .item h2 {
    font-size: 1.25em;
  }
  .mclanahan-timeline .full-timeline .item h2 #responsive-tester span {
    background-color: purple;
  }
  .mclanahan-timeline .full-timeline .item h2 #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .mclanahan-timeline .full-timeline .item h2 #responsive-tester:after {
    content: "1024px";
  }
}
.mclanahan-timeline .full-timeline .item p.caption {
  font-style: italic;
  font-weight: 400;
  opacity: 0.5;
}
.mclanahan-timeline .full-timeline .item .container {
  border-left: 4px solid rgba(0, 0, 0, 0.15);
  padding-top: 1em;
  padding-bottom: 1em;
  position: relative;
}
@media only screen and (min-width: 576px) {
  .mclanahan-timeline .full-timeline .item .container {
    padding-left: 2.5rem;
  }
  .mclanahan-timeline .full-timeline .item .container #responsive-tester span {
    background-color: purple;
  }
  .mclanahan-timeline
    .full-timeline
    .item
    .container
    #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .mclanahan-timeline .full-timeline .item .container #responsive-tester:after {
    content: "1024px";
  }
}
.mclanahan-timeline .full-timeline .item .container:before {
  transition: all 0.3s ease-in-out 0s;
  transform: translate(-3px);
  content: "";
  position: absolute;
  top: 3.3em;
  left: -0.625rem;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #f0f0ef;
  border-radius: 900px;
  border: 4px solid #2e3192;
}
.mclanahan-timeline .full-timeline .item .asset img,
.mclanahan-timeline .full-timeline .item .asset video {
  width: 100%;
  margin-bottom: 1.5em;
  box-shadow: -30px 10px 60px rgba(0, 0, 0, 0.2);
}
.mclanahan-timeline .full-timeline .item .asset-with-text img,
.mclanahan-timeline .full-timeline .item .asset-with-text video {
  width: 100%;
  margin-bottom: 1.5em;
  box-shadow: -30px 30px 60px rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 576px) {
  .mclanahan-timeline .full-timeline .item .asset-with-text {
    display: flex;
    justify-content: space-between;
  }
  .mclanahan-timeline
    .full-timeline
    .item
    .asset-with-text
    #responsive-tester
    span {
    background-color: purple;
  }
  .mclanahan-timeline
    .full-timeline
    .item
    .asset-with-text
    #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .mclanahan-timeline
    .full-timeline
    .item
    .asset-with-text
    #responsive-tester:after {
    content: "1024px";
  }
  .mclanahan-timeline .full-timeline .item .asset-with-text .image-column {
    width: 25%;
  }
  .mclanahan-timeline .full-timeline .item .asset-with-text .content {
    width: 70%;
  }
}
.mclanahan-timeline
  .full-timeline
  .item
  .asset-with-text.image-left
  .image-column {
  order: -1;
}
.mclanahan-timeline
  .full-timeline
  .item
  .asset-with-text.image-left
  .image-column
  img {
  width: 100%;
  box-shadow: 30px 30px 60px rgba(0, 0, 0, 0.2);
}
.mclanahan-timeline .full-timeline .item.major {
  background-color: #fff;
  box-shadow: 0 20px 80px rgba(0, 0, 0, 0.15);
}
.mclanahan-timeline .full-timeline .item.major .container {
  padding-top: 3em;
  padding-bottom: 3em;
}
.mclanahan-timeline .full-timeline .item.major .container:before {
  top: 3.2em;
  left: -1.25rem;
  width: 2.5rem;
  height: 2.5rem;
}
@media only screen and (min-width: 576px) {
  .mclanahan-timeline .full-timeline .item.major h3 {
    font-size: 1.75em;
  }
  .mclanahan-timeline .full-timeline .item.major h3 #responsive-tester span {
    background-color: purple;
  }
  .mclanahan-timeline .full-timeline .item.major h3 #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .mclanahan-timeline .full-timeline .item.major h3 #responsive-tester:after {
    content: "1024px";
  }
}
@media only screen and (min-width: 576px) {
  .mclanahan-timeline .full-timeline .item.major h2 {
    font-size: 2em;
  }
  .mclanahan-timeline .full-timeline .item.major h2 #responsive-tester span {
    background-color: purple;
  }
  .mclanahan-timeline .full-timeline .item.major h2 #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .mclanahan-timeline .full-timeline .item.major h2 #responsive-tester:after {
    content: "1024px";
  }
}
.mclanahan-timeline .full-timeline .item:hover .container:before {
  background-color: #2e3192;
}
.hero {
  position: relative;
  background-position: 50%;
  background-size: cover;
}
.hero.slick-slider .slick-prev {
  bottom: 48%;
  left: 2%;
}
.hero.slick-slider .slick-next {
  bottom: 48%;
  right: 2%;
}
@media only screen and (max-width: 810px) {
  .hero.slick-slider .slick-next,
  .hero.slick-slider .slick-prev {
    background-size: contain;
    width: 35px;
    top: 35%;
  }
  .hero.slick-slider .slick-dots {
    bottom: -20px;
  }
}
.hero .hero-background {
  position: relative;
  padding: 0;
  width: 100%;
  height: auto;
}
.hero .hero-button {
  position: absolute;
  bottom: 15%;
  z-index: 100;
}
.hero .hero-button.left {
  left: 2em;
}
.hero .hero-button.right {
  right: 2em;
}
.leadership-member {
  margin-bottom: 2.5rem;
  padding-top: 2.5rem;
  border-top: 2px solid #e3e3e3;
}
.leadership-member:first-child {
  border-top: 0;
  padding-top: 0;
}
.leadership-member .leadership-name {
  font-family:
    pragmatica-extended,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: none;
}
.leadership-member .leadership-name a {
  color: inherit;
  text-decoration: none;
  font-family: inherit;
  font-weight: inherit;
  border-bottom: 2px solid #2e3192;
}
.leadership-member .leadership-name a:hover {
  color: #2e3192;
}
.leadership-member .leadership-title {
  display: block;
  font-size: 1rem;
}
.leadership-member .leadership-image {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
  max-width: 20rem;
}
@media only screen and (min-width: 600px) {
  .leadership-member .leadership-image {
    float: left;
    margin-bottom: 0;
    margin-right: 1rem;
    padding-top: 0.5rem;
    width: 15rem;
  }
}
.leadership-member .leadership-image img {
  border: 2px solid #4d4f53;
  max-width: 100%;
}
.leadership-member .leadership-meta {
  flex-basis: 60%;
}
.leadership-member .leadership-bio {
  margin-top: 2rem;
}
.news-and-events--list {
  padding: 2rem 0;
}
.news-and-events--list h2 {
  color: #2e3192;
}
.news .container--first-column figure {
  margin: 2rem 0;
}
.events .hero__wrapper,
.news-and-events .hero__wrapper,
.news .hero__wrapper {
  padding: 3.5rem 0;
}
.news-and-events,
.news-and-events--list {
  background-color: #f0f0f0;
  padding: 2rem 0;
  position: relative;
}
@media only screen and (min-width: 576px) {
  .news-and-events--list .news-and-events-container,
  .news-and-events .news-and-events-container {
    margin-left: auto;
    margin-top: -12rem;
    max-width: 1000px;
  }
  .news-and-events--list .news-and-events-container #responsive-tester span,
  .news-and-events .news-and-events-container #responsive-tester span {
    background-color: purple;
  }
  .news-and-events--list .news-and-events-container #responsive-tester:before,
  .news-and-events .news-and-events-container #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .news-and-events--list .news-and-events-container #responsive-tester:after,
  .news-and-events .news-and-events-container #responsive-tester:after {
    content: "1024px";
  }
}
.news-and-events--list .news-and-events--list-container,
.news-and-events .news-and-events--list-container {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.news-and-events--list .news-and-events--list-container .news-cards,
.news-and-events .news-and-events--list-container .news-cards {
  flex-basis: 0;
  flex-grow: 1;
}
.news-and-events--list .title-action,
.news-and-events .title-action {
  padding-bottom: 3rem;
  text-align: center;
}
@media only screen and (min-width: 576px) {
  .news-and-events--list .title-action,
  .news-and-events .title-action {
    align-items: center;
    display: flex;
    justify-content: space-between;
    text-align: left;
  }
  .news-and-events--list .title-action #responsive-tester span,
  .news-and-events .title-action #responsive-tester span {
    background-color: purple;
  }
  .news-and-events--list .title-action #responsive-tester:before,
  .news-and-events .title-action #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .news-and-events--list .title-action #responsive-tester:after,
  .news-and-events .title-action #responsive-tester:after {
    content: "1024px";
  }
}
.news-and-events--list .title-action h2,
.news-and-events .title-action h2 {
  color: #2e3192;
  font-size: 2.25rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 576px) {
  .news-and-events--list .title-action h2,
  .news-and-events .title-action h2 {
    font-size: 2.5rem;
    margin: 0;
  }
  .news-and-events--list .title-action h2 #responsive-tester span,
  .news-and-events .title-action h2 #responsive-tester span {
    background-color: purple;
  }
  .news-and-events--list .title-action h2 #responsive-tester:before,
  .news-and-events .title-action h2 #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .news-and-events--list .title-action h2 #responsive-tester:after,
  .news-and-events .title-action h2 #responsive-tester:after {
    content: "1024px";
  }
}
@media only screen and (min-width: 576px) {
  .news-and-events--list .news-cards,
  .news-and-events .news-cards {
    display: flex;
    justify-content: space-between;
  }
  .news-and-events--list .news-cards #responsive-tester span,
  .news-and-events .news-cards #responsive-tester span {
    background-color: purple;
  }
  .news-and-events--list .news-cards #responsive-tester:before,
  .news-and-events .news-cards #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .news-and-events--list .news-cards #responsive-tester:after,
  .news-and-events .news-cards #responsive-tester:after {
    content: "1024px";
  }
}
.news-and-events--list .news-cards .card,
.news-and-events .news-cards .card {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  padding: 1.6rem 1.6rem 1rem;
  position: relative;
  transition: 0.12s ease-in-out;
  width: 100%;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
  margin-bottom: 2rem;
}
.news-and-events--list .news-cards .card.-flex-row,
.news-and-events .news-cards .card.-flex-row {
  flex-direction: row;
}
@media only screen and (min-width: 576px) {
  .news-and-events--list .news-cards .card,
  .news-and-events .news-cards .card {
    width: 30%;
  }
  .news-and-events--list .news-cards .card #responsive-tester span,
  .news-and-events .news-cards .card #responsive-tester span {
    background-color: purple;
  }
  .news-and-events--list .news-cards .card #responsive-tester:before,
  .news-and-events .news-cards .card #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .news-and-events--list .news-cards .card #responsive-tester:after,
  .news-and-events .news-cards .card #responsive-tester:after {
    content: "1024px";
  }
}
.news-and-events--list .news-cards .card:before,
.news-and-events .news-cards .card:before {
  content: "";
  display: block;
  height: 75px;
  left: -10px;
  position: absolute;
  top: 0;
  width: 10px;
}
.news-and-events--list .news-cards .card .card-category,
.news-and-events .news-cards .card .card-category {
  margin-bottom: 1rem;
}
.news-and-events--list .news-cards .card .card-text,
.news-and-events .news-cards .card .card-text {
  width: 85%;
}
.news-and-events--list .news-cards .card.event:before,
.news-and-events--list .news-cards .card.news:before,
.news-and-events .news-cards .card.event:before,
.news-and-events .news-cards .card.news:before {
  background-color: #2e3192;
}
@media only screen and (min-width: 576px) {
  .news-cards--list {
    justify-content: flex-start !important;
  }
  .news-cards--list #responsive-tester span {
    background-color: purple;
  }
  .news-cards--list #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .news-cards--list #responsive-tester:after {
    content: "1024px";
  }
}
@media only screen and (min-width: 576px) {
  .news-cards--list .card {
    margin-right: 2rem !important;
  }
  .news-cards--list .card #responsive-tester span {
    background-color: purple;
  }
  .news-cards--list .card #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .news-cards--list .card #responsive-tester:after {
    content: "1024px";
  }
  .news-cards--list .card:last-child {
    margin-right: 0 !important;
  }
}
.news-and-events--list .actions {
  margin-top: 3rem;
}
.news-and-events--list-alternate {
  background-color: #f0f0f0;
}
.news-list {
  display: block !important;
}
.news-list .card {
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15) !important;
  margin-bottom: 2rem !important;
}
.news-list .card:hover {
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.2) !important;
}
@media only screen and (min-width: 576px) {
  .news-list .card {
    width: 100% !important;
  }
  .news-list .card #responsive-tester span {
    background-color: purple;
  }
  .news-list .card #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .news-list .card #responsive-tester:after {
    content: "1024px";
  }
}
.news-list .card .card-title {
  margin-bottom: 0.5rem !important;
  font-family:
    pragmatica-condensed,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  text-transform: none;
}
.news-list .card .card-text {
  padding-right: 1rem;
}
.news-list .card .card-image {
  max-width: 16rem;
}
.news-list .card .card-description {
  margin-bottom: 2rem;
  color: #4d4f53;
  font-weight: 400;
}
section#event-listing .filter h3 {
  text-align: left !important;
}
section#event-listing .filter-items {
  justify-content: flex-start !important;
}
@media only screen and (min-width: 1024px) {
  section#event-listing .filter-items > div {
    width: 20rem;
  }
  section#event-listing .filter-items > div #responsive-tester span {
    background-color: green;
  }
  section#event-listing .filter-items > div #responsive-tester:before {
    content: "Large: 1024px\2013";
  }
  section#event-listing .filter-items > div #responsive-tester:after {
    content: "1200px";
  }
}
.event-info .news-cards--list .card,
.event-months .news-cards--list .card {
  align-items: flex-start;
  width: 100% !important;
  margin-bottom: 2rem;
}
.event-info .news-cards--list .card.-flex-start-row,
.event-months .news-cards--list .card.-flex-start-row {
  align-items: flex-start;
  flex-direction: row;
}
.event-months .news-cards--list .card {
  gap: 0.5rem;
}
@media only screen and (min-width: 576px) {
  .event-months .news-cards--list .card {
    flex-direction: row;
    gap: 0;
  }
  .event-months .news-cards--list .card #responsive-tester span {
    background-color: purple;
  }
  .event-months .news-cards--list .card #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .event-months .news-cards--list .card #responsive-tester:after {
    content: "1024px";
  }
}
.event-months .news-cards--list .card .card-meta {
  font-weight: 700;
}
.event-months .news-cards--list .card span {
  font-weight: 400;
}
.event-months {
  margin-bottom: 3rem;
}
.events-single {
  margin: 2rem 0 4rem;
}
.events-single h2 {
  color: #2e3192;
}
.event-info {
  padding: 0 !important;
}
.event-info .card:hover {
  transform: translateY(0);
}
.event-info .actions .button > i {
  margin-right: 0.5rem;
}
.event-card-title span {
  display: block;
}
.team-attending {
  padding: 0;
  margin-bottom: 2rem;
}
.team-attending h2 {
  color: #2e3192;
}
.team-attending .card {
  width: 100% !important;
}
@media only screen and (min-width: 576px) {
  .team-attending .card {
    margin-right: 1rem;
    width: 30% !important;
  }
  .team-attending .card #responsive-tester span {
    background-color: purple;
  }
  .team-attending .card #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .team-attending .card #responsive-tester:after {
    content: "1024px";
  }
}
.team-attending .card .card-title {
  color: #353638;
}
.team-attending .card .card-title a {
  color: #2e3192;
}
.team-attending .card .card-subtitle {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.team-attending .card .card-meta--team {
  margin-bottom: 0.5rem !important;
}
.team-attending .team-member-photo {
  margin-bottom: 0.5rem;
}
.team-attending .team-member-photo img {
  border-radius: 50%;
}
.news-pagination {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.news-pagination li .newer {
  margin-right: 1rem;
}
.news-pagination li .newer,
.news-pagination li .older {
  border: 1px solid #2e3192;
}
.events-single .actions .button {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 576px) {
  .events-single .actions .button {
    margin-bottom: 0;
    margin-right: 0.5rem;
    padding: 0.5rem 1.5rem;
  }
  .events-single .actions .button #responsive-tester span {
    background-color: purple;
  }
  .events-single .actions .button #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .events-single .actions .button #responsive-tester:after {
    content: "1024px";
  }
}
.event-card-date {
  display: block;
  color: #2e3192;
  font-family:
    pragmatica-extended,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.event-single--logo {
  margin: 2rem auto;
}
@media only screen and (min-width: 715px) {
  .event-single--logo {
    margin: 0;
  }
}
.team-list {
  flex-wrap: wrap !important;
}
.team-list .card {
  margin-bottom: 1.5rem;
}
.page-not-found ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  margin: 1rem 0;
  padding: 0;
}
.page-not-found ul li {
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 1rem;
  padding: 1rem;
  text-align: center;
}
.page-not-found ul li a {
  color: #ae0b2a;
  transition: 0.2s ease;
}
.page-not-found ul li a:hover {
  color: #960924;
  transition: 0.2s ease;
}
.hero-product {
  background-image:
    linear-gradient(90deg, rgba(44, 3, 11, 0.7), rgba(44, 3, 11, 0.7)),
    url("../images/hero-product--background.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}
@media only screen and (min-width: 950px) {
  .hero-product {
    background-image:
      linear-gradient(90deg, rgba(117, 28, 35, 0.7), rgba(198, 12, 48, 0.7)),
      url("../images/hero-product--background.jpg");
  }
}
.hero-product .hero-product--text {
  color: #fff;
  padding: 3rem 0;
  position: relative;
  z-index: 0;
}
@media only screen and (min-width: 1024px) {
  .hero-product .hero-product--text {
    max-width: 40rem;
  }
  .hero-product .hero-product--text #responsive-tester span {
    background-color: green;
  }
  .hero-product .hero-product--text #responsive-tester:before {
    content: "Large: 1024px\2013";
  }
  .hero-product .hero-product--text #responsive-tester:after {
    content: "1200px";
  }
}
.hero-product .hero-product--text h1 {
  font-size: 1.75rem;
  color: #fff;
}
@media only screen and (min-width: 576px) {
  .hero-product .hero-product--text h1 {
    font-size: 2.5rem;
  }
  .hero-product .hero-product--text h1 #responsive-tester span {
    background-color: purple;
  }
  .hero-product .hero-product--text h1 #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .hero-product .hero-product--text h1 #responsive-tester:after {
    content: "1024px";
  }
}
@media only screen and (min-width: 950px) {
  .hero-product .hero-product--text:before {
    background-image: linear-gradient(
      90deg,
      rgba(30, 30, 30, 0.7),
      rgba(0, 0, 0, 0.6)
    );
    content: "";
    display: block;
    overflow: hidden;
    position: absolute;
    z-index: -2;
    border-radius: 50%;
    height: 1000px;
    left: -5rem;
    top: -13rem;
    width: 1000px;
  }
}
.hero-product .hero-product--text p {
  font-size: 0.875rem;
}
@media only screen and (min-width: 576px) {
  .hero-product .hero-product--text p {
    font-size: 1rem;
  }
  .hero-product .hero-product--text p #responsive-tester span {
    background-color: purple;
  }
  .hero-product .hero-product--text p #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .hero-product .hero-product--text p #responsive-tester:after {
    content: "1024px";
  }
}
.hero-product .hero-product--text p:last-child {
  margin-bottom: 0;
}
.product-images {
  background: url("../images/background-texture.jpg") 50% repeat;
  background-size: 100px 100px;
}
.media {
  max-width: 40rem;
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  .media {
    max-width: 100%;
  }
  .media #responsive-tester span {
    background-color: green;
  }
  .media #responsive-tester:before {
    content: "Large: 1024px\2013";
  }
  .media #responsive-tester:after {
    content: "1200px";
  }
}
.media .gallery-item {
  background-color: #1e1e1e;
  width: 100%;
}
.media .gallery-item.compat-object-fit {
  background-size: cover;
  background-position: 50%;
}
.media .gallery-item.compat-object-fit img {
  opacity: 0 !important;
}
.media .gallery-item img {
  cursor: pointer;
  height: 14rem;
  margin: 0 auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.85;
  transition: opacity 0.2s;
  width: 100%;
}
.media .gallery-item img:hover {
  opacity: 1;
}
@media only screen and (min-width: 1024px) {
  .media .gallery-item img {
    height: 22rem;
  }
  .media .gallery-item img #responsive-tester span {
    background-color: green;
  }
  .media .gallery-item img #responsive-tester:before {
    content: "Large: 1024px\2013";
  }
  .media .gallery-item img #responsive-tester:after {
    content: "1200px";
  }
}
.media .gallery-item .video {
  margin: 0;
}
.media .slick-arrow {
  bottom: -7.5rem;
}
@media only screen and (min-width: 480px) {
  .media .slick-arrow {
    bottom: -9.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .media .slick-arrow {
    bottom: -10rem;
  }
  .media .slick-arrow #responsive-tester span {
    background-color: green;
  }
  .media .slick-arrow #responsive-tester:before {
    content: "Large: 1024px\2013";
  }
  .media .slick-arrow #responsive-tester:after {
    content: "1200px";
  }
}
.media .slick-prev {
  background: url("../images/arrow-left--dark.png") 50%/45px 45px no-repeat;
  left: 1.2rem;
}
@media only screen and (min-width: 1024px) {
  .media .slick-prev {
    left: 0;
  }
  .media .slick-prev #responsive-tester span {
    background-color: green;
  }
  .media .slick-prev #responsive-tester:before {
    content: "Large: 1024px\2013";
  }
  .media .slick-prev #responsive-tester:after {
    content: "1200px";
  }
}
.media .slick-next {
  background: url("../images/arrow-right--dark.png") 50%/45px 45px no-repeat;
  right: 1.2rem;
}
@media only screen and (min-width: 1024px) {
  .media .slick-next {
    right: 0;
  }
  .media .slick-next #responsive-tester span {
    background-color: green;
  }
  .media .slick-next #responsive-tester:before {
    content: "Large: 1024px\2013";
  }
  .media .slick-next #responsive-tester:after {
    content: "1200px";
  }
}
.media .embed {
  height: 300px;
  position: relative;
  text-align: center;
}
.media .embed iframe {
  height: 100% !important;
  max-width: 100%;
  width: 100% !important;
}
@media only screen and (min-width: 1024px) {
  .media #responsive-tester span {
    background-color: green;
  }
  .media #responsive-tester:before {
    content: "Large: 1024px\2013";
  }
  .media #responsive-tester:after {
    content: "1200px";
  }
  .media .embed {
    height: 400px;
  }
}
.media-nav {
  height: 5rem;
  margin: 0 auto;
  max-width: 40rem;
  position: relative;
  top: -8px;
}
@media only screen and (min-width: 1024px) {
  .media-nav {
    height: 8rem;
    max-width: 100%;
  }
  .media-nav #responsive-tester span {
    background-color: green;
  }
  .media-nav #responsive-tester:before {
    content: "Large: 1024px\2013";
  }
  .media-nav #responsive-tester:after {
    content: "1200px";
  }
}
.media-nav figure.image {
  cursor: pointer;
  height: 2.5rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-top: 1.1rem;
}
@media only screen and (min-width: 480px) {
  .media-nav figure.image {
    height: 4.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .media-nav figure.image {
    height: 5rem;
    margin-top: 1.5rem;
  }
  .media-nav figure.image #responsive-tester span {
    background-color: green;
  }
  .media-nav figure.image #responsive-tester:before {
    content: "Large: 1024px\2013";
  }
  .media-nav figure.image #responsive-tester:after {
    content: "1200px";
  }
}
.media-nav figure.image img {
  height: 150%;
  overflow: hidden;
  width: 100%;
}
.media-meta {
  color: #4d4f53;
  max-width: 40rem;
  margin: 0 auto;
  padding: 1rem;
  position: relative;
  top: -14px;
  text-align: center;
}
@media only screen and (min-width: 480px) {
  .media-meta {
    top: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .media-meta {
    top: -14px;
  }
  .media-meta #responsive-tester span {
    background-color: green;
  }
  .media-meta #responsive-tester:before {
    content: "Large: 1024px\2013";
  }
  .media-meta #responsive-tester:after {
    content: "1200px";
  }
}
.media-meta .media-fullscreen {
  font-size: 1.125rem;
  padding-right: 1rem;
}
.applications {
  background-image:
    linear-gradient(rgba(47, 47, 47, 0.93), rgba(47, 47, 47, 0.93)),
    url("../images/background-rocks.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
}
.applications p {
  color: #b2b4b3;
}
.applications .application-blocks {
  margin-top: 4rem;
}
@media only screen and (min-width: 720px) {
  .applications .application-blocks {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.applications .application {
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  font-family:
    pragmatica-extended,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-weight: 700;
  justify-content: center;
  height: 6.5rem;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0.85rem;
  position: relative;
  width: 13rem;
  transition: all 0.3s ease-in-out 0s;
}
.applications .application:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 720px) {
  .applications .application {
    margin-bottom: 0;
  }
  .applications .application:nth-child(n + 3) {
    margin-bottom: 4rem;
  }
}
.applications .application span {
  color: #fff;
  display: block;
  font-size: 0.9rem;
  line-height: 1.2;
}
.applications .application img {
  border-radius: 50%;
  display: block;
  height: 75px;
  margin: -5rem auto 1rem;
  width: 75px;
}
.applications a.application:hover {
  background-color: rgba(0, 0, 0, 0.8);
  transition: all 0.3s ease-in-out 0s;
}
.applications a.application:hover:after {
  background-color: transparent;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #2e3192;
  bottom: 0.5rem;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: 0.5rem;
  transform: rotate(-45deg);
  width: 0;
}
.benefits ul {
  margin-top: 2rem;
}
@media only screen and (min-width: 576px) {
  .benefits ul {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 4.5rem;
    column-gap: 4.5rem;
  }
  .benefits ul #responsive-tester span {
    background-color: purple;
  }
  .benefits ul #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .benefits ul #responsive-tester:after {
    content: "1024px";
  }
}
.models {
  background-color: #2e3192;
  color: #fff;
  padding: 2rem 0;
}
@media only screen and (min-width: 720px) {
  .models .model-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.models .model {
  margin: 2rem auto;
  max-width: 19rem;
}
@media only screen and (min-width: 400px) {
  .models .model {
    width: 19rem;
  }
}
@media only screen and (min-width: 720px) {
  .models .model {
    margin: 1rem 0;
  }
}
.models .model a.model-image-wrapper {
  border: 7px solid transparent;
  display: block;
  height: 10.5rem;
  margin-left: -7px;
  overflow: hidden;
  position: relative;
  transition: border 0.2s ease;
}
.models .model a.model-image-wrapper:hover {
  border: 7px solid #e16b21;
  border-image-source: linear-gradient(90deg, #e16b21, #d6301f);
  border-image-slice: 7;
  transition: border 0.2s ease;
}
.model-title {
  color: #fff;
  display: block;
  font-family:
    pragmatica-extended,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-weight: 700;
  margin-top: 0.15rem;
}
@media only screen and (min-width: 576px) {
  .product-list-page--wrapper {
    display: flex;
  }
  .product-list-page--wrapper #responsive-tester span {
    background-color: purple;
  }
  .product-list-page--wrapper #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .product-list-page--wrapper #responsive-tester:after {
    content: "1024px";
  }
}
.product-filter {
  border-bottom: 2px solid #f0f0f0;
  flex-basis: 20%;
  flex-shrink: 0;
  padding: 1.5rem 0;
}
@media only screen and (min-width: 576px) {
  .product-filter {
    border-bottom: 0;
    border-right: 2px solid #f0f0f0;
    max-width: 20%;
  }
  .product-filter #responsive-tester span {
    background-color: purple;
  }
  .product-filter #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .product-filter #responsive-tester:after {
    content: "1024px";
  }
}
.product-filter--headline {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.product-filter--trigger {
  cursor: pointer;
  display: block;
  transition: all 0.3s ease-in-out 0s;
}
@media only screen and (min-width: 576px) {
  .product-filter--trigger {
    display: none;
  }
  .product-filter--trigger #responsive-tester span {
    background-color: purple;
  }
  .product-filter--trigger #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .product-filter--trigger #responsive-tester:after {
    content: "1024px";
  }
}
.product-filter--trigger-active {
  transform: rotate(90deg);
  transition: all 0.3s ease-in-out 0s;
}
.product-filter--trigger i {
  font-size: 2rem;
}
.filter-list {
  display: none;
  margin: 2rem 0;
}
@media only screen and (min-width: 576px) {
  .filter-list {
    display: block !important;
  }
  .filter-list #responsive-tester span {
    background-color: purple;
  }
  .filter-list #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .filter-list #responsive-tester:after {
    content: "1024px";
  }
}
.filter-list h3 {
  color: #2e3192;
}
.product-filter-menu {
  display: block;
  margin: 1.4rem 0 2rem;
}
.product-filter-menu__list {
  margin: 0;
  padding: 0;
}
.product-filter-menu__item + .product-filter-menu__item {
  margin-top: 0.55rem;
}
.product-filter-menu__button {
  width: 100%;
  border: 1px solid #d8dfeb;
  background: #fff;
  color: #3d4657;
  border-radius: 12px;
  padding: 0.85rem 0.95rem;
  text-align: left;
  font-family:
    pragmatica-condensed,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 0.98rem;
  line-height: 1.35;
  cursor: pointer;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}
.product-filter-menu__button:hover {
  border-color: #2e3192;
  color: #2e3192;
  transform: translateX(2px);
}
.product-filter-menu__button.is-active {
  background: linear-gradient(135deg, #2e3192, #2165c2);
  border-color: #2e3192;
  color: #fff;
  box-shadow: 0 10px 22px rgba(46, 49, 146, 0.18);
}
.filter-list.-titleOnly {
  display: block;
  margin: 2rem 0 1.4rem;
}
.filter-list.-titleOnly h3 {
  margin-bottom: 0;
}
.filter-list li {
  margin-bottom: 0.2em;
}
.filter-list input[type="checkbox"] {
  bottom: 100%;
  margin-right: 0.5rem;
  opacity: 0;
  position: absolute;
  right: 100%;
}
.filter-list label {
  cursor: pointer;
  overflow: hidden;
}
.filter-list label span {
  color: #4d4f53;
  border-radius: 5px;
  display: block;
  padding: 0.2em 1em 0.2em 2.125em;
  position: relative;
  transition: all 0.3s ease-in-out 0s;
}
.filter-list label span:after,
.filter-list label span:before {
  content: "";
  border: 1px solid #4d4f53;
  border-radius: 3px;
  display: block;
  height: 1em;
  left: 0.4em;
  position: absolute;
  top: 50%;
  width: 1em;
  transition: all 0.3s ease-in-out 0s;
  transform: translateY(-50%);
}
.filter-list label span:after {
  background-color: #2e3192;
  opacity: 0;
}
.filter-list label input[type="checkbox"]:checked + span {
  background-color: rgb(85 168 252 / 50%);
  color: #4d4f53;
  width: 98%;
}
.filter-list label input[type="checkbox"]:checked + span:before {
  opacity: 0;
}
.filter-list label input[type="checkbox"]:checked + span:after {
  opacity: 1;
}
.sidebar-mini-slider {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 2rem 0 0;
  padding-top: 0;
  border-top: 1px solid #e4e7ee;
  overflow: hidden;
}
.sidebar-mini-slider__track {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  background-color: #f5f7fb;
}
.sidebar-mini-slider__slide,
.sidebar-mini-slider__slide > div {
  width: 100%;
}
.sidebar-mini-slider__card {
  display: block;
  width: 100%;
}
.sidebar-mini-slider__card img {
  display: block;
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.sidebar-mini-slider__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.25rem;
  height: 2.25rem;
  border: 0;
  border-radius: 50%;
  background: rgba(30, 30, 30, 0.68);
  cursor: pointer;
  z-index: 2;
}
.sidebar-mini-slider__arrow:before {
  display: block;
  color: #fff;
  font-size: 1.1rem;
  line-height: 2.25rem;
  text-align: center;
}
.sidebar-mini-slider__arrow.-prev {
  left: 0;
}
.sidebar-mini-slider__arrow.-prev:before {
  content: "<";
}
.sidebar-mini-slider__arrow.-next {
  right: 0;
}
.sidebar-mini-slider__arrow.-next:before {
  content: ">";
}
.sidebar-mini-slider__arrow:hover {
  background: rgba(46, 49, 146, 0.9);
}
.filter-title {
  font-family:
    pragmatica-extended,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
}
@media only screen and (min-width: 576px) {
  .products-list {
    flex: 1 1 0;
    min-width: 0;
  }
  .products-list #responsive-tester span {
    background-color: purple;
  }
  .products-list #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .products-list #responsive-tester:after {
    content: "1024px";
  }
}
.product-list-wrapper {
  padding: 2rem 0 2rem 1rem;
}
@media only screen and (min-width: 576px) {
  .product-list-wrapper {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .product-list-wrapper #responsive-tester span {
    background-color: purple;
  }
  .product-list-wrapper #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .product-list-wrapper #responsive-tester:after {
    content: "1024px";
  }
}
.product-list-wrapper .product {
  transition: all 0.3s ease-in-out 0s;
  margin-bottom: 2rem;
  width: 80%;
  background: #e7e7e7;
  box-shadow: 0 0 0 transparent;
}
@media only screen and (min-width: 576px) {
  .product-list-wrapper .product {
    width: 15rem;
    margin-right: 1rem;
  }
  .product-list-wrapper .product #responsive-tester span {
    background-color: purple;
  }
  .product-list-wrapper .product #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .product-list-wrapper .product #responsive-tester:after {
    content: "1024px";
  }
  .product-list-wrapper .product:last-child {
    margin-right: 0;
  }
}
.product-list-wrapper .product p {
  transition: all 0.3s ease-in-out 0s;
  font-family:
    pragmatica-condensed,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  color: #353638;
  font-size: 1.15rem;
  padding: 1rem;
  font-weight: 400;
  line-height: 1;
  margin: 0;
}
.product-list-wrapper .product:hover {
  background: #2e3192;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
}
.product-list-wrapper .product:hover p {
  color: #fff;
}
.product-list-wrapper .product-image-wrapper {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.product-list-wrapper .product-image-wrapper img {
  width: 100%;
}
.product-resource-slider,
.solution-resource-slider {
  margin-top: 2rem;
}
@media only screen and (min-width: 576px) {
  .product-resource-slider,
  .solution-resource-slider {
    margin-top: 0;
  }
  .product-resource-slider #responsive-tester span,
  .solution-resource-slider #responsive-tester span {
    background-color: purple;
  }
  .product-resource-slider #responsive-tester:before,
  .solution-resource-slider #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .product-resource-slider #responsive-tester:after,
  .solution-resource-slider #responsive-tester:after {
    content: "1024px";
  }
}
.product-resource-slider .slick-arrow,
.solution-resource-slider .slick-arrow {
  top: 12.5rem;
}
@media only screen and (min-width: 576px) {
  .product-resource-slider .slick-arrow,
  .solution-resource-slider .slick-arrow {
    bottom: -4rem;
    top: auto;
  }
  .product-resource-slider .slick-arrow #responsive-tester span,
  .solution-resource-slider .slick-arrow #responsive-tester span {
    background-color: purple;
  }
  .product-resource-slider .slick-arrow #responsive-tester:before,
  .solution-resource-slider .slick-arrow #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .product-resource-slider .slick-arrow #responsive-tester:after,
  .solution-resource-slider .slick-arrow #responsive-tester:after {
    content: "1024px";
  }
}
.product-resource-slider .slick-arrow.slick-prev,
.solution-resource-slider .slick-arrow.slick-prev {
  left: 0;
}
@media only screen and (min-width: 576px) {
  .product-resource-slider .slick-arrow.slick-prev,
  .solution-resource-slider .slick-arrow.slick-prev {
    left: 25.8rem;
    right: 11.2rem;
  }
  .product-resource-slider .slick-arrow.slick-prev #responsive-tester span,
  .solution-resource-slider .slick-arrow.slick-prev #responsive-tester span {
    background-color: purple;
  }
  .product-resource-slider .slick-arrow.slick-prev #responsive-tester:before,
  .solution-resource-slider .slick-arrow.slick-prev #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .product-resource-slider .slick-arrow.slick-prev #responsive-tester:after,
  .solution-resource-slider .slick-arrow.slick-prev #responsive-tester:after {
    content: "1024px";
  }
}
@media only screen and (min-width: 1024px) {
  .product-resource-slider .slick-arrow.slick-prev,
  .solution-resource-slider .slick-arrow.slick-prev {
    right: 12.9rem;
  }
  .product-resource-slider .slick-arrow.slick-prev #responsive-tester span,
  .solution-resource-slider .slick-arrow.slick-prev #responsive-tester span {
    background-color: green;
  }
  .product-resource-slider .slick-arrow.slick-prev #responsive-tester:before,
  .solution-resource-slider .slick-arrow.slick-prev #responsive-tester:before {
    content: "Large: 1024px\2013";
  }
  .product-resource-slider .slick-arrow.slick-prev #responsive-tester:after,
  .solution-resource-slider .slick-arrow.slick-prev #responsive-tester:after {
    content: "1200px";
  }
}
.product-resource-slider .slick-arrow.slick-next,
.solution-resource-slider .slick-arrow.slick-next {
  right: 0;
}
@media only screen and (min-width: 576px) {
  .product-resource-slider .slick-arrow.slick-next,
  .solution-resource-slider .slick-arrow.slick-next {
    right: 2rem;
  }
  .product-resource-slider .slick-arrow.slick-next #responsive-tester span,
  .solution-resource-slider .slick-arrow.slick-next #responsive-tester span {
    background-color: purple;
  }
  .product-resource-slider .slick-arrow.slick-next #responsive-tester:before,
  .solution-resource-slider .slick-arrow.slick-next #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .product-resource-slider .slick-arrow.slick-next #responsive-tester:after,
  .solution-resource-slider .slick-arrow.slick-next #responsive-tester:after {
    content: "1024px";
  }
}
@media only screen and (min-width: 1024px) {
  .product-resource-slider .slick-arrow.slick-next,
  .solution-resource-slider .slick-arrow.slick-next {
    right: 3.5rem;
  }
  .product-resource-slider .slick-arrow.slick-next #responsive-tester span,
  .solution-resource-slider .slick-arrow.slick-next #responsive-tester span {
    background-color: green;
  }
  .product-resource-slider .slick-arrow.slick-next #responsive-tester:before,
  .solution-resource-slider .slick-arrow.slick-next #responsive-tester:before {
    content: "Large: 1024px\2013";
  }
  .product-resource-slider .slick-arrow.slick-next #responsive-tester:after,
  .solution-resource-slider .slick-arrow.slick-next #responsive-tester:after {
    content: "1200px";
  }
}
@media only screen and (min-width: 576px) {
  .solution-resource-slider {
    top: -1rem;
  }
  .solution-resource-slider #responsive-tester span {
    background-color: purple;
  }
  .solution-resource-slider #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .solution-resource-slider #responsive-tester:after {
    content: "1024px";
  }
}
.product-resource-meta,
.solution-resource-meta {
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 576px) {
  .product-resource-meta,
  .solution-resource-meta {
    right: 6.75rem;
    top: 2rem;
    text-align: right;
  }
  .product-resource-meta #responsive-tester span,
  .solution-resource-meta #responsive-tester span {
    background-color: purple;
  }
  .product-resource-meta #responsive-tester:before,
  .solution-resource-meta #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .product-resource-meta #responsive-tester:after,
  .solution-resource-meta #responsive-tester:after {
    content: "1024px";
  }
}
@media only screen and (min-width: 1024px) {
  .product-resource-meta,
  .solution-resource-meta {
    left: auto;
    right: 8.5rem;
  }
  .product-resource-meta #responsive-tester span,
  .solution-resource-meta #responsive-tester span {
    background-color: green;
  }
  .product-resource-meta #responsive-tester:before,
  .solution-resource-meta #responsive-tester:before {
    content: "Large: 1024px\2013";
  }
  .product-resource-meta #responsive-tester:after,
  .solution-resource-meta #responsive-tester:after {
    content: "1200px";
  }
}
.solution-resource-meta {
  color: #fff;
  top: -9rem;
}
@media only screen and (min-width: 576px) {
  .solution-resource-meta {
    top: 1rem;
  }
  .solution-resource-meta #responsive-tester span {
    background-color: purple;
  }
  .solution-resource-meta #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .solution-resource-meta #responsive-tester:after {
    content: "1024px";
  }
}
.product-resource-meta {
  color: #fff;
  top: -11rem;
}
@media only screen and (min-width: 576px) {
  .product-resource-meta {
    top: 2rem;
  }
  .product-resource-meta #responsive-tester span {
    background-color: purple;
  }
  .product-resource-meta #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .product-resource-meta #responsive-tester:after {
    content: "1024px";
  }
}
.slider-images {
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  height: 12rem;
  justify-content: center;
  order: 1;
  overflow: hidden;
  position: relative;
  width: 12rem;
}
@media only screen and (min-width: 576px) {
  .slider-images {
    margin: 0 2rem 0 0;
    order: 2;
  }
  .slider-images #responsive-tester span {
    background-color: purple;
  }
  .slider-images #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .slider-images #responsive-tester:after {
    content: "1024px";
  }
}
@media only screen and (min-width: 1024px) {
  .slider-images {
    margin: 0 auto;
  }
  .slider-images #responsive-tester span {
    background-color: green;
  }
  .slider-images #responsive-tester:before {
    content: "Large: 1024px\2013";
  }
  .slider-images #responsive-tester:after {
    content: "1200px";
  }
}
.slider-images img {
  height: 12rem;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.content-area {
  padding: 2rem 0;
}
@media only screen and (max-width: 1024px) {
  .resource-popup .fancybox-content {
    width: 80vw !important;
  }
  .gated-callout--content {
    display: none;
  }
}
.resource-library .hero {
  min-height: unset;
}
.resource-library .hero__wrapper {
  align-items: start;
  padding: 3.5rem 0;
}
.resource-library .hero__title {
  margin-bottom: 0;
}
.resource-library .filter-items {
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}
.resource-library .filter-items .filter-cta,
.resource-library .filter-items div {
  flex-basis: 100%;
}
.resource-library .filter-items .filter-button {
  width: 100%;
}
@media only screen and (min-width: 576px) {
  .resource-library .filter-items #responsive-tester span {
    background-color: purple;
  }
  .resource-library .filter-items #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .resource-library .filter-items #responsive-tester:after {
    content: "1024px";
  }
  .resource-library .filter-items div {
    flex-basis: calc(33% - 1rem);
    margin-right: 0;
  }
  .resource-library .filter-items .filter-cta {
    flex-basis: 100%;
  }
  .resource-library .filter-items .filter-button {
    margin: auto;
    width: calc(33% - 1rem);
    display: block;
    min-width: 13rem;
  }
}
@media only screen and (min-width: 1024px) {
  .resource-library .filter-items #responsive-tester span {
    background-color: green;
  }
  .resource-library .filter-items #responsive-tester:before {
    content: "Large: 1024px\2013";
  }
  .resource-library .filter-items #responsive-tester:after {
    content: "1200px";
  }
  .resource-library .filter-items div {
    flex-basis: 100%;
  }
  .resource-library .filter-items .filter-button {
    width: 100%;
  }
}
.resource-library .filter h2 {
  color: #2e3192;
  text-align: center;
  font-size: 1.3333333333rem;
}
@media only screen and (min-width: 576px) {
  .resource-library .filter h2 {
    font-size: 1.5555555556rem;
  }
  .resource-library .filter h2 #responsive-tester span {
    background-color: purple;
  }
  .resource-library .filter h2 #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .resource-library .filter h2 #responsive-tester:after {
    content: "1024px";
  }
}
@media only screen and (min-width: 576px) {
  .resource-library .titleWithCTA {
    flex-direction: row;
  }
  .resource-library .titleWithCTA #responsive-tester span {
    background-color: purple;
  }
  .resource-library .titleWithCTA #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .resource-library .titleWithCTA #responsive-tester:after {
    content: "1024px";
  }
}
.resource-library .titleWithCTA__heading {
  font-size: 1.3333333333rem;
}
@media only screen and (min-width: 576px) {
  .resource-library .titleWithCTA__heading {
    font-size: 1.5555555556rem;
  }
  .resource-library .titleWithCTA__heading #responsive-tester span {
    background-color: purple;
  }
  .resource-library .titleWithCTA__heading #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .resource-library .titleWithCTA__heading #responsive-tester:after {
    content: "1024px";
  }
}
section#resource-listing .blog-row {
  background-color: #353638;
  padding: 2rem 0;
}
section#resource-listing .blog-wrapper {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section#resource-listing .blog {
  width: 18rem;
}
section#resource-listing .blog .resource-title {
  color: #fff !important;
}
section#resource-listing .blog .resource-meta {
  color: #f0f0f0 !important;
}
section#resource-listing .featured {
  background: #ddd;
  margin-top: 3rem;
  padding: 2rem 1rem;
}
section#resource-listing .featured h4 {
  color: #2e3192;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
section#resource-listing .featured-resource-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (min-width: 800px) {
  section#resource-listing .featured-resource-wrapper {
    align-items: stretch;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
}
section#resource-listing .featured-resource-wrapper a {
  margin: 1rem 0 !important;
}
@media only screen and (min-width: 800px) {
  section#resource-listing .featured-resource-wrapper a {
    margin: 0 1rem !important;
  }
}
section#resource-listing a {
  margin: 1rem 0.25rem;
  max-width: 15rem;
}
section#resource-listing a.button {
  margin: 0;
}
section#resource-listing a.imageCardSlider__cardLink {
  margin: 0;
  max-width: unset;
}
section#resource-listing a.iconCardFilters__link {
  margin: 1rem 0 !important;
}
@media only screen and (min-width: 1024px) {
  section#resource-listing a {
    max-width: 18rem;
  }
  section#resource-listing a #responsive-tester span {
    background-color: green;
  }
  section#resource-listing a #responsive-tester:before {
    content: "Large: 1024px\2013";
  }
  section#resource-listing a #responsive-tester:after {
    content: "1200px";
  }
}
section#resource-listing a.resource,
section#resource-listing a .resource {
  background: #e7e7e7;
  box-shadow: 0 0 0 transparent;
  display: flex;
  flex-direction: column;
  width: auto;
  max-width: 18rem;
  transition: all 0.3s ease-in-out 0s;
}
@media only screen and (min-width: 576px) {
  section#resource-listing a.resource,
  section#resource-listing a .resource {
    max-width: unset;
    width: 18rem;
  }
  section#resource-listing a.resource #responsive-tester span,
  section#resource-listing a .resource #responsive-tester span {
    background-color: purple;
  }
  section#resource-listing a.resource #responsive-tester:before,
  section#resource-listing a .resource #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  section#resource-listing a.resource #responsive-tester:after,
  section#resource-listing a .resource #responsive-tester:after {
    content: "1024px";
  }
}
section#resource-listing a.resource:hover,
section#resource-listing a .resource:hover {
  background: #2e3192;
  box-shadow: 0 7px 15px rgba(0, 0, 0, 0.4);
}
section#resource-listing a.resource:hover .resource-category,
section#resource-listing a .resource:hover .resource-category,
section#resource-listing a.resource:hover .resource-title,
section#resource-listing a .resource:hover .resource-title {
  color: #fff;
}
section#resource-listing a.resource .resource-image-wrapper,
section#resource-listing a .resource .resource-image-wrapper {
  height: 10rem;
  overflow: hidden;
}
section#resource-listing a.resource .resource-image-wrapper.compat-object-fit,
section#resource-listing a .resource .resource-image-wrapper.compat-object-fit {
  background-size: cover;
  background-position: 50%;
}
section#resource-listing
  a.resource
  .resource-image-wrapper.compat-object-fit
  img,
section#resource-listing
  a
  .resource
  .resource-image-wrapper.compat-object-fit
  img {
  opacity: 0 !important;
}
section#resource-listing a.resource .resource-image-wrapper img,
section#resource-listing a .resource .resource-image-wrapper img {
  height: 10rem;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
@media only screen and (min-width: 576px) {
  section#resource-listing a.button {
    margin: 0;
  }
  section#resource-listing a.button #responsive-tester span {
    background-color: purple;
  }
  section#resource-listing a.button #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  section#resource-listing a.button #responsive-tester:after {
    content: "1024px";
  }
}
section#resource-listing .resource-title {
  display: block;
  font-size: 1.15rem;
  font-family:
    pragmatica-condensed,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  color: #4d4f53;
  font-weight: 400;
  flex: 0 1 auto;
  padding: 1rem;
  line-height: 1.2;
  margin: 0;
  transition: all 0.3s ease-in-out 0s;
}
section#resource-listing .resource-category {
  color: #2e3192;
  display: block;
  font-family:
    pragmatica-extended,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 0.77rem;
  font-weight: 700;
  margin-top: 0.5rem;
  padding-left: 1rem;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0s;
}
section#resource-listing .resource-meta {
  color: #f0f0f0;
  font-size: 0.875rem;
  font-style: italic;
  padding: 1rem;
}
section#resource-listing .resources-list {
  margin-top: 0;
}
section#resource-listing .filter {
  padding-bottom: 0;
}
section#resource-listing .resource-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 2rem 0;
}
@media only screen and (min-width: 950px) {
  section#resource-listing .resource-row {
    -moz-column-gap: 3rem;
    column-gap: 3rem;
  }
}
section#resource-listing .resource-row.-borderBottomMobile {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 2rem;
  margin: 1.5rem 0;
}
@media only screen and (min-width: 576px) {
  section#resource-listing .resource-row.-borderBottomMobile {
    border-bottom: none;
    padding-bottom: 0;
    margin: 2rem 0;
  }
  section#resource-listing
    .resource-row.-borderBottomMobile
    #responsive-tester
    span {
    background-color: purple;
  }
  section#resource-listing
    .resource-row.-borderBottomMobile
    #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  section#resource-listing
    .resource-row.-borderBottomMobile
    #responsive-tester:after {
    content: "1024px";
  }
}
section#resource-listing .resource-row.-noMargin {
  margin: 0;
}
.solutions-listing {
  margin: 4rem 0;
}
.solutions-listing:after {
  border-bottom: 1px solid #e3e3e3;
  content: "";
  display: block;
  max-width: 40rem;
  margin: 0 auto;
}
.solutions-listing:last-child:after {
  border: none;
  content: none;
}
.solutions-listing h2 {
  color: #2e3192;
  text-align: center;
}
.resource-description {
  margin: 3rem 0;
}
.resource-content .file {
  margin: 2rem 0;
}
.resource-content .file .button {
  white-space: normal;
}
.resource-content .video-wrapper {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
.resource-content .video-wrapper embed,
.resource-content .video-wrapper iframe,
.resource-content .video-wrapper object {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.resource-container {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 950px) {
  .resource-container {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
  }
}
.resource-container .category {
  text-align: left;
}
.resource-container .resource-description {
  align-items: stretch;
  display: flex;
  flex-basis: 60%;
  flex-direction: column;
  margin: 0;
}
.resource-container .resource-description.full-width {
  flex-basis: 100%;
}
.resource-container .resource-description .embedded-files {
  margin-top: auto;
}
.resource-container .resource-gate {
  flex-basis: 35%;
  max-width: 40rem;
  margin: 3rem auto 0;
}
.resources-container {
  margin-top: 4rem;
}
@media only screen and (min-width: 576px) {
  .resources-container {
    align-items: stretch;
    display: flex;
    justify-content: space-between;
  }
  .resources-container #responsive-tester span {
    background-color: purple;
  }
  .resources-container #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .resources-container #responsive-tester:after {
    content: "1024px";
  }
}
.resource-content {
  display: none;
}
.resource-content .text img {
  margin: 1rem 0;
}
.resource-content.shown {
  display: block;
}
.resource-container .gated-image-preview {
  max-width: 60%;
  margin: 0 auto 2rem;
}
.resource-container .image-preview {
  flex-basis: 35%;
  margin: 3rem auto 0;
}
@media only screen and (min-width: 950px) {
  .resource-container .image-preview {
    margin: -3rem auto 0;
  }
}
.gated-callout h3 {
  color: #2e3192;
  font-size: 2rem;
  margin-bottom: 1.5rem;
}
.gated-callout--wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (min-width: 800px) {
  .gated-callout--wrapper {
    flex-direction: row;
  }
}
.gated-callout--content {
  color: #4d4f53;
  flex-basis: 100%;
  font-family:
    pragmatica-condensed,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 1rem;
}
@media only screen and (min-width: 800px) {
  .gated-callout--content {
    flex-basis: 50%;
  }
}
.gated-callout--form {
  flex-basis: 100%;
  margin: 0 !important;
}
@media only screen and (min-width: 800px) {
  .gated-callout--form {
    flex-basis: 40%;
    margin: 0;
  }
}
.gated-callout--form h3 {
  color: #fff;
  font-weight: 700;
  font-size: 1.3rem;
  text-align: center;
  text-transform: uppercase;
}
.gated-callout--form form label,
.gated-callout--form h3 {
  font-family:
    pragmatica-condensed,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
}
.no-results {
  font-size: 1.3rem;
  margin: 5rem 0;
  text-align: center;
}
.loading-results {
  margin: 5rem auto;
  text-align: center;
}
.loading-results i {
  color: #2e3192;
  font-size: 2rem;
}
.category {
  text-align: right;
}
.resource-container--full .embedded-files {
  margin-bottom: 2rem;
}
form.search {
  display: flex;
  margin-top: 2rem;
}
form.search .text {
  flex-basis: 60%;
}
form.search .text input {
  background-color: #fff;
  border: 1px solid #dedede;
}
form.search .submit {
  margin-left: 1rem;
}
.search-intro {
  margin-top: 2rem;
  color: #4d4f53;
  font-size: 1.3rem;
}
.search-intro span {
  display: block;
}
.search-listing {
  list-style: none;
  margin: 0;
  padding: 0;
}
.search-listing li {
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 2rem;
  margin: 2rem 0;
}
@media only screen and (min-width: 1024px) {
  .search-listing li {
    width: 60%;
  }
  .search-listing li #responsive-tester span {
    background-color: green;
  }
  .search-listing li #responsive-tester:before {
    content: "Large: 1024px\2013";
  }
  .search-listing li #responsive-tester:after {
    content: "1200px";
  }
}
.search-listing li h3 {
  margin-bottom: 0;
}
.search-listing li h3 a {
  color: #2e3192;
  display: block;
}
.search-listing li .url {
  font-size: smaller;
}
.search-listing li p.summary {
  margin: 0;
}
.search-results-wrapper {
  display: flex;
  align-items: flex-start;
  margin-top: 1rem;
}
.search-results-wrapper img {
  margin-right: 1rem;
  border: 2px solid #fff;
}
.paginator {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.paginator .prev {
  margin-bottom: 1rem;
  margin-right: 1rem;
  margin-top: 1rem;
}
@media only screen and (min-width: 950px) {
  .paginator .prev {
    margin-bottom: 0;
    margin-top: 0;
  }
}
.paginator .next,
.paginator .prev {
  border: 1px solid #2e3192;
}
.paginator .pagination-item {
  background-color: #f0f0f0;
  border-radius: 4px;
  display: block;
  margin-right: 1rem;
  padding: 0.25rem 0.5rem;
}
.paginator .pagination-item.active {
  background-color: #2e3192;
  color: #fff;
}
.solutions-wrapper {
  padding: 3rem 0;
}
.intro-block {
  display: block;
  margin: 3rem 0;
}
#parts-and-service-order-parts .contact-form {
  padding-bottom: 4rem;
}
.hero-parts-support {
  background-size: cover, 100%;
  background-position:
    70% 100%,
    100%;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 875px) {
  .hero-parts-support {
    background-size: cover, 70%;
    background-position:
      70% 100%,
      100%;
    padding: 4.5rem 0 8rem !important;
  }
}
@media only screen and (min-width: 1112px) {
  .hero-parts-support {
    background-position:
      100% 100%,
      100%;
  }
}
.hero-parts-support h1 {
  font-size: 1.75rem !important;
  max-width: 27rem;
}
@media only screen and (min-width: 800px) {
  .hero-parts-support h1 {
    font-size: 2.5rem !important;
  }
}
.support-dropdown {
  margin-bottom: 3rem;
}
.support-dropdown .actions {
  margin-top: 3rem;
}
.support-guide {
  background-color: #fefefe;
  padding: 3rem 0;
}
.support-guide-wrapper {
  display: block;
}
@media only screen and (min-width: 576px) {
  .support-guide-wrapper {
    display: flex;
  }
  .support-guide-wrapper #responsive-tester span {
    background-color: purple;
  }
  .support-guide-wrapper #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .support-guide-wrapper #responsive-tester:after {
    content: "1024px";
  }
}
.support-guide--image {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  height: 12rem;
  position: relative;
  margin: 0 auto;
  width: 9rem;
}
@media only screen and (min-width: 576px) {
  .support-guide--image {
    height: 16rem;
    margin: 0;
    width: 12rem;
  }
  .support-guide--image #responsive-tester span {
    background-color: purple;
  }
  .support-guide--image #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .support-guide--image #responsive-tester:after {
    content: "1024px";
  }
}
.support-guide--image:after,
.support-guide--image:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
}
.support-guide--image:before {
  border-top: 1rem solid #2e3192;
  border-left: 8rem solid transparent;
  bottom: -1rem;
}
@media only screen and (min-width: 576px) {
  .support-guide--image:before {
    border-left: 11rem solid transparent;
  }
  .support-guide--image:before #responsive-tester span {
    background-color: purple;
  }
  .support-guide--image:before #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .support-guide--image:before #responsive-tester:after {
    content: "1024px";
  }
}
.support-guide--image:after {
  border-top: 1.5rem solid #a80211;
  border-left: 7rem solid transparent;
  bottom: -29px;
  transform: skewY(5deg);
}
@media only screen and (min-width: 576px) {
  .support-guide--image:after {
    border-left: 10rem solid transparent;
    bottom: -31px;
  }
  .support-guide--image:after #responsive-tester span {
    background-color: purple;
  }
  .support-guide--image:after #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .support-guide--image:after #responsive-tester:after {
    content: "1024px";
  }
}
@media only screen and (min-width: 1120px) {
  .support-guide--image:after {
    bottom: -34px;
  }
}
.support-guide--image-wrapper {
  position: relative;
  top: -2rem;
}
@media only screen and (min-width: 576px) {
  .support-guide--image-wrapper {
    top: -5rem;
  }
  .support-guide--image-wrapper #responsive-tester span {
    background-color: purple;
  }
  .support-guide--image-wrapper #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .support-guide--image-wrapper #responsive-tester:after {
    content: "1024px";
  }
}
.support-guide--text {
  margin-top: 1rem;
}
@media only screen and (min-width: 576px) {
  .support-guide--text {
    margin-top: 0;
    margin-left: 3rem;
  }
  .support-guide--text #responsive-tester span {
    background-color: purple;
  }
  .support-guide--text #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .support-guide--text #responsive-tester:after {
    content: "1024px";
  }
}
.support-guide--text .support-guide--text-title {
  color: #4d4f53;
  display: block;
  font-family:
    pragmatica-extended,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 576px) {
  .support-guide--text .support-guide--text-title {
    max-width: 20rem;
  }
  .support-guide--text .support-guide--text-title #responsive-tester span {
    background-color: purple;
  }
  .support-guide--text .support-guide--text-title #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .support-guide--text .support-guide--text-title #responsive-tester:after {
    content: "1024px";
  }
}
.spare-parts {
  background: url("../images/spare-parts-bg.jpg") 50% / cover no-repeat;
  padding: 2rem 0;
}
.spare-parts .spare-parts--description {
  color: #8b8d8e;
  display: block;
  font-size: 1.1rem;
}
.spare-parts p {
  margin: 0;
}
.spare-parts .parts-wrapper {
  margin-top: 3rem;
}
.spare-parts .parts {
  padding-bottom: 3rem;
}
.spare-parts .parts > h3 {
  color: #e37322;
  font-size: 1rem;
  margin: 0 0 0.5rem;
}
@media only screen and (min-width: 576px) {
  .spare-parts .parts .description {
    padding-left: 2rem;
  }
  .spare-parts .parts .description #responsive-tester span {
    background-color: purple;
  }
  .spare-parts .parts .description #responsive-tester:before {
    content: "Medium: 576px\2013";
  }
  .spare-parts .parts .description #responsive-tester:after {
    content: "1024px";
  }
}
.spare-parts-action {
  margin-top: 1rem;
}
.more-info {
  background: url("../images/more-info-bg.jpg") top/cover no-repeat;
  color: #fff;
  padding: 4rem 0;
}
.more-info--wrapper {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
}
.more-info--text {
  width: 38rem;
}
.more-info--text .actions {
  padding-top: 2rem;
}
.more-info--image {
  position: relative;
  top: -5rem;
}
.more-info--image img {
  box-shadow: -24px 24px 40px rgba(30, 30, 30, 0.85);
}
.guide-popup .fancybox-content {
  height: auto;
  margin-bottom: 0 !important;
  max-width: 90vw !important;
  max-height: 90vh !important;
  padding: 1rem;
  width: 90vw;
  background: #fff;
}
@media only screen and (min-width: 1024px) {
  .guide-popup .fancybox-content {
    max-width: 40vw !important;
    width: 40vw;
  }
  .guide-popup .fancybox-content #responsive-tester span {
    background-color: green;
  }
  .guide-popup .fancybox-content #responsive-tester:before {
    content: "Large: 1024px\2013";
  }
  .guide-popup .fancybox-content #responsive-tester:after {
    content: "1200px";
  }
}
.guide-popup .fancybox-content h3 {
  text-align: center;
}
.guide-popup .fancybox-content .gated-callout--form {
  flex-basis: 80%;
  margin: 0 auto !important;
}

/*!
 * Font Awesome Pro 5.0.13 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa,
.fab,
.fal,
.far,
.fas {
  -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-ul {
  margin-left: 2.5em;
}
.fa-li {
  left: -2em;
  width: 2em;
}
.fa-border {
  border: 0.08em solid #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}
.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  animation: fa-spin 2s linear infinite;
}
.fa-pulse {
  animation: fa-spin 1s steps(8) infinite;
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
}
.fa-flip-horizontal.fa-flip-vertical,
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1);
}
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
  filter: none;
}
.fa-stack {
  width: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-asterisk:before {
  content: "\F069";
}
.fa-at:before {
  content: "\F1FA";
}
.fa-baseball:before {
  content: "\F432";
}
.fa-boxes-alt:before {
  content: "\F4A1";
}
.fa-camera-alt:before {
  content: "\F332";
}
.fa-cloud-download-alt:before {
  content: "\F381";
}
.fa-cloud-upload-alt:before {
  content: "\F382";
}
.fa-desktop:before {
  content: "\F108";
}
.fa-dollar-sign:before {
  content: "\F155";
}
.fa-equals:before {
  content: "\F52C";
}
.fa-exclamation:before {
  content: "\F12A";
}
.fa-font-awesome-flag:before {
  content: "\F425";
}
.fa-font-awesome-logo-full:before {
  content: "\F4E6";
}
.fa-greater-than:before {
  content: "\F531";
}
.fa-hands:before {
  content: "\F4C2";
}
.fa-hashtag:before {
  content: "\F292";
}
.fa-hospital-alt:before {
  content: "\F47D";
}
.fa-less-than:before {
  content: "\F536";
}
.fa-medium-m:before {
  content: "\F3C7";
}
.fa-mobile:before {
  content: "\F10B";
}
.fa-nintendo-switch:before {
  content: "\F418";
}
.fa-pencil:before {
  content: "\F040";
}
.fa-percent:before {
  content: "\F295";
}
.fa-percentage:before {
  content: "\F541";
}
.fa-plus:before {
  content: "\F067";
}
.fa-question:before {
  content: "\F128";
}
.fa-slack-hash:before {
  content: "\F3EF";
}
.fa-smile-plus:before {
  content: "\F4DA";
}
.fa-snapchat-ghost:before {
  content: "\F2AC";
}
.fa-tablet:before {
  content: "\F10A";
}
.fa-tachometer:before {
  content: "\F0E4";
}
.fa-tachometer-alt:before {
  content: "\F3FD";
}
.fa-telegram-plane:before {
  content: "\F3FE";
}
.fa-transgender:before {
  content: "\F224";
}
.fa-tripadvisor:before {
  content: "\F262";
}
.fa-volume-mute:before {
  content: "\F2E2";
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*!
 * Font Awesome Pro 5.0.13 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: Font Awesome\5 Brands;
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/fa-brands-400.eot");
  src:
    url("../fonts/fa-brands-400.eot") 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") format("svg");
}
.fab {
  font-family: Font Awesome\5 Brands;
}

/*!
 * Font Awesome Pro 5.0.13 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: Font Awesome\5 Pro;
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/fa-light-300.eot");
  src:
    url("../fonts/fa-light-300.eot") format("embedded-opentype"),
    url("../fonts/fa-light-300.woff2") format("woff2"),
    url("../fonts/fa-light-300.woff") format("woff"),
    url("../fonts/fa-light-300.ttf") format("truetype"),
    url("../fonts/fa-light-300.svg") format("svg");
}
.fal {
  font-weight: 300;
}

/*!
 * Font Awesome Pro 5.0.13 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */

/*!
 * Font Awesome Pro 5.0.13 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: Font Awesome\5 Pro;
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/fa-solid-900.eot");
  src:
    url("../fonts/fa-solid-900.eot") 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") format("svg");
}
.fa,
.fal,
.fas {
  font-family: Font Awesome\5 Pro;
}
.fa,
.fas {
  font-weight: 900;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Pro");
  font-weight: var(--fa-style, 900);
}
.fa,
.fa-brands,
.fa-classic,
.fa-duotone,
.fa-light,
.fa-regular,
.fa-sharp,
.fa-sharp-solid,
.fa-solid,
.fa-thin,
.fab,
.fad,
.fal,
.far,
.fas,
.fasl,
.fasr,
.fass,
.fast,
.fat {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}
.fa-classic,
.fa-light,
.fa-regular,
.fa-solid,
.fa-thin,
.fal,
.far,
.fas,
.fat {
  font-family: Font Awesome\6 Pro;
}
.fa-brands,
.fab {
  font-family: Font Awesome\6 Brands;
}
.fa-classic.fa-duotone,
.fa-duotone,
.fad {
  font-family: Font Awesome\6 Duotone;
}
.fa-sharp,
.fasl,
.fasr,
.fass,
.fast {
  font-family: Font Awesome\6 Sharp;
}
.fa-sharp,
.fass {
  font-weight: 900;
}
.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-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}
.fa-xs {
  font-size: 0.75em;
  line-height: 0.0833333337em;
  vertical-align: 0.125em;
}
.fa-sm {
  font-size: 0.875em;
  line-height: 0.0714285718em;
  vertical-align: 0.0535714295em;
}
.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}
.fa-xl {
  font-size: 1.5em;
  line-height: 0.0416666682em;
  vertical-align: -0.125em;
}
.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}
.fa-border {
  border-radius: var(--fa-border-radius, 0.1em);
  border: var(--fa-border-width, 0.08em) var(--fa-border-style, solid)
    var(--fa-border-color, #eee);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}
.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}
.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}
.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}
.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(
    --fa-animation-timing,
    cubic-bezier(0.28, 0.84, 0.42, 1)
  );
}
.fa-fade {
  animation-name: fa-fade;
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(
    --fa-animation-timing,
    cubic-bezier(0.4, 0, 0.6, 1)
  );
}
.fa-beat-fade,
.fa-fade {
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
}
.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(
    --fa-animation-timing,
    cubic-bezier(0.4, 0, 0.6, 1)
  );
}
.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}
.fa-shake {
  animation-name: fa-shake;
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}
.fa-shake,
.fa-spin {
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
}
.fa-spin {
  animation-name: fa-spin;
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}
.fa-spin-reverse {
  --fa-animation-direction: reverse;
}
.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8));
}
@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-beat-fade,
  .fa-bounce,
  .fa-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@keyframes fa-beat {
  0%,
  90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1) translateY(0);
  }
  10% {
    transform: scale(
        var(--fa-bounce-start-scale-x, 1.1),
        var(--fa-bounce-start-scale-y, 0.9)
      )
      translateY(0);
  }
  30% {
    transform: scale(
        var(--fa-bounce-jump-scale-x, 0.9),
        var(--fa-bounce-jump-scale-y, 1.1)
      )
      translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(
        var(--fa-bounce-land-scale-x, 1.05),
        var(--fa-bounce-land-scale-y, 0.95)
      )
      translateY(0);
  }
  57% {
    transform: scale(1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1) translateY(0);
  }
  to {
    transform: scale(1) translateY(0);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-beat-fade {
  0%,
  to {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(
      var(--fa-flip-x, 0),
      var(--fa-flip-y, 1),
      var(--fa-flip-z, 0),
      var(--fa-flip-angle, -180deg)
    );
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%,
  24% {
    transform: rotate(-18deg);
  }
  12%,
  28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%,
  to {
    transform: rotate(0deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.fa-rotate-90 {
  transform: rotate(90deg);
}
.fa-rotate-180 {
  transform: rotate(180deg);
}
.fa-rotate-270 {
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  transform: scaleX(-1);
}
.fa-flip-vertical {
  transform: scaleY(-1);
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1);
}
.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, 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%;
  z-index: var(--fa-stack-z-index, auto);
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: var(--fa-inverse, #fff);
}
.fa-0:before {
  content: "0 ";
}
.fa-1:before {
  content: "1 ";
}
.fa-2:before {
  content: "2 ";
}
.fa-3:before {
  content: "3 ";
}
.fa-4:before {
  content: "4 ";
}
.fa-5:before {
  content: "5 ";
}
.fa-6:before {
  content: "6 ";
}
.fa-7:before {
  content: "7 ";
}
.fa-8:before {
  content: "8 ";
}
.fa-9:before {
  content: "9 ";
}
.fa-fill-drip:before {
  content: "\F576";
}
.fa-arrows-to-circle:before {
  content: "\E4BD";
}
.fa-chevron-circle-right:before,
.fa-circle-chevron-right:before {
  content: "\F138";
}
.fa-wagon-covered:before {
  content: "\F8EE";
}
.fa-line-height:before {
  content: "\F871";
}
.fa-bagel:before {
  content: "\E3D7";
}
.fa-transporter-7:before {
  content: "\E2A8";
}
.fa-at:before {
  content: "@";
}
.fa-rectangles-mixed:before {
  content: "\E323";
}
.fa-phone-arrow-up-right:before,
.fa-phone-arrow-up:before,
.fa-phone-outgoing:before {
  content: "\E224";
}
.fa-trash-alt:before,
.fa-trash-can:before {
  content: "\F2ED";
}
.fa-circle-l:before {
  content: "\E114";
}
.fa-head-side-goggles:before,
.fa-head-vr:before {
  content: "\F6EA";
}
.fa-text-height:before {
  content: "\F034";
}
.fa-user-times:before,
.fa-user-xmark:before {
  content: "\F235";
}
.fa-face-hand-yawn:before {
  content: "\E379";
}
.fa-gauge-simple-min:before,
.fa-tachometer-slowest:before {
  content: "\F62D";
}
.fa-stethoscope:before {
  content: "\F0F1";
}
.fa-coffin:before {
  content: "\F6C6";
}
.fa-comment-alt:before,
.fa-message:before {
  content: "\F27A";
}
.fa-bowl-salad:before,
.fa-salad:before {
  content: "\F81E";
}
.fa-info:before {
  content: "\F129";
}
.fa-robot-astromech:before {
  content: "\E2D2";
}
.fa-ring-diamond:before {
  content: "\E5AB";
}
.fa-fondue-pot:before {
  content: "\E40D";
}
.fa-theta:before {
  content: "\F69E";
}
.fa-face-hand-peeking:before {
  content: "\E481";
}
.fa-square-user:before {
  content: "\E283";
}
.fa-compress-alt:before,
.fa-down-left-and-up-right-to-center:before {
  content: "\F422";
}
.fa-explosion:before {
  content: "\E4E9";
}
.fa-file-alt:before,
.fa-file-lines:before,
.fa-file-text:before {
  content: "\F15C";
}
.fa-wave-square:before {
  content: "\F83E";
}
.fa-ring:before {
  content: "\F70B";
}
.fa-building-un:before {
  content: "\E4D9";
}
.fa-dice-three:before {
  content: "\F527";
}
.fa-tire-pressure-warning:before {
  content: "\F633";
}
.fa-wifi-2:before,
.fa-wifi-fair:before {
  content: "\F6AB";
}
.fa-calendar-alt:before,
.fa-calendar-days:before {
  content: "\F073";
}
.fa-mp3-player:before {
  content: "\F8CE";
}
.fa-anchor-circle-check:before {
  content: "\E4AA";
}
.fa-tally-4:before {
  content: "\E297";
}
.fa-rectangle-history:before {
  content: "\E4A2";
}
.fa-building-circle-arrow-right:before {
  content: "\E4D1";
}
.fa-volleyball-ball:before,
.fa-volleyball:before {
  content: "\F45F";
}
.fa-sun-haze:before {
  content: "\F765";
}
.fa-text-size:before {
  content: "\F894";
}
.fa-ufo:before {
  content: "\E047";
}
.fa-fork:before,
.fa-utensil-fork:before {
  content: "\F2E3";
}
.fa-arrows-up-to-line:before {
  content: "\E4C2";
}
.fa-mobile-signal:before {
  content: "\E1EF";
}
.fa-barcode-scan:before {
  content: "\F465";
}
.fa-sort-desc:before,
.fa-sort-down:before {
  content: "\F0DD";
}
.fa-folder-arrow-down:before,
.fa-folder-download:before {
  content: "\E053";
}
.fa-circle-minus:before,
.fa-minus-circle:before {
  content: "\F056";
}
.fa-face-icicles:before {
  content: "\E37C";
}
.fa-shovel:before {
  content: "\F713";
}
.fa-door-open:before {
  content: "\F52B";
}
.fa-films:before {
  content: "\E17A";
}
.fa-right-from-bracket:before,
.fa-sign-out-alt:before {
  content: "\F2F5";
}
.fa-face-glasses:before {
  content: "\E377";
}
.fa-nfc:before {
  content: "\E1F7";
}
.fa-atom:before {
  content: "\F5D2";
}
.fa-soap:before {
  content: "\E06E";
}
.fa-heart-music-camera-bolt:before,
.fa-icons:before {
  content: "\F86D";
}
.fa-microphone-alt-slash:before,
.fa-microphone-lines-slash:before {
  content: "\F539";
}
.fa-closed-captioning-slash:before {
  content: "\E135";
}
.fa-calculator-alt:before,
.fa-calculator-simple:before {
  content: "\F64C";
}
.fa-bridge-circle-check:before {
  content: "\E4C9";
}
.fa-sliders-up:before,
.fa-sliders-v:before {
  content: "\F3F1";
}
.fa-location-minus:before,
.fa-map-marker-minus:before {
  content: "\F609";
}
.fa-pump-medical:before {
  content: "\E06A";
}
.fa-fingerprint:before {
  content: "\F577";
}
.fa-ski-boot:before {
  content: "\E3CC";
}
.fa-rectangle-sd:before,
.fa-standard-definition:before {
  content: "\E28A";
}
.fa-h1:before {
  content: "\F313";
}
.fa-hand-point-right:before {
  content: "\F0A4";
}
.fa-magnifying-glass-location:before,
.fa-search-location:before {
  content: "\F689";
}
.fa-message-bot:before {
  content: "\E3B8";
}
.fa-forward-step:before,
.fa-step-forward:before {
  content: "\F051";
}
.fa-face-smile-beam:before,
.fa-smile-beam:before {
  content: "\F5B8";
}
.fa-light-ceiling:before {
  content: "\E016";
}
.fa-comment-alt-exclamation:before,
.fa-message-exclamation:before {
  content: "\F4A5";
}
.fa-bowl-scoop:before,
.fa-bowl-shaved-ice:before {
  content: "\E3DE";
}
.fa-square-x:before {
  content: "\E286";
}
.fa-building-memo:before {
  content: "\E61E";
}
.fa-utility-pole-double:before {
  content: "\E2C4";
}
.fa-flag-checkered:before {
  content: "\F11E";
}
.fa-chevron-double-up:before,
.fa-chevrons-up:before {
  content: "\F325";
}
.fa-football-ball:before,
.fa-football:before {
  content: "\F44E";
}
.fa-user-vneck:before {
  content: "\E461";
}
.fa-school-circle-exclamation:before {
  content: "\E56C";
}
.fa-crop:before {
  content: "\F125";
}
.fa-angle-double-down:before,
.fa-angles-down:before {
  content: "\F103";
}
.fa-users-rectangle:before {
  content: "\E594";
}
.fa-people-roof:before {
  content: "\E537";
}
.fa-arrow-square-right:before,
.fa-square-arrow-right:before {
  content: "\F33B";
}
.fa-location-plus:before,
.fa-map-marker-plus:before {
  content: "\F60A";
}
.fa-lightbulb-exclamation-on:before {
  content: "\E1CA";
}
.fa-people-line:before {
  content: "\E534";
}
.fa-beer-mug-empty:before,
.fa-beer:before {
  content: "\F0FC";
}
.fa-crate-empty:before {
  content: "\E151";
}
.fa-diagram-predecessor:before {
  content: "\E477";
}
.fa-transporter:before {
  content: "\E042";
}
.fa-calendar-circle-user:before {
  content: "\E471";
}
.fa-arrow-up-long:before,
.fa-long-arrow-up:before {
  content: "\F176";
}
.fa-person-carry-box:before,
.fa-person-carry:before {
  content: "\F4CF";
}
.fa-burn:before,
.fa-fire-flame-simple:before {
  content: "\F46A";
}
.fa-male:before,
.fa-person:before {
  content: "\F183";
}
.fa-laptop:before {
  content: "\F109";
}
.fa-file-csv:before {
  content: "\F6DD";
}
.fa-menorah:before {
  content: "\F676";
}
.fa-union:before {
  content: "\F6A2";
}
.fa-chevron-double-left:before,
.fa-chevrons-left:before {
  content: "\F323";
}
.fa-circle-heart:before,
.fa-heart-circle:before {
  content: "\F4C7";
}
.fa-truck-plane:before {
  content: "\E58F";
}
.fa-record-vinyl:before {
  content: "\F8D9";
}
.fa-bring-forward:before {
  content: "\F856";
}
.fa-square-p:before {
  content: "\E279";
}
.fa-face-grin-stars:before,
.fa-grin-stars:before {
  content: "\F587";
}
.fa-sigma:before {
  content: "\F68B";
}
.fa-camera-movie:before {
  content: "\F8A9";
}
.fa-bong:before {
  content: "\F55C";
}
.fa-clarinet:before {
  content: "\F8AD";
}
.fa-truck-flatbed:before {
  content: "\E2B6";
}
.fa-pastafarianism:before,
.fa-spaghetti-monster-flying:before {
  content: "\F67B";
}
.fa-arrow-down-up-across-line:before {
  content: "\E4AF";
}
.fa-arrows-rotate-reverse:before {
  content: "\E630";
}
.fa-leaf-heart:before {
  content: "\F4CB";
}
.fa-house-building:before {
  content: "\E1B1";
}
.fa-cheese-swiss:before {
  content: "\F7F0";
}
.fa-spoon:before,
.fa-utensil-spoon:before {
  content: "\F2E5";
}
.fa-jar-wheat:before {
  content: "\E517";
}
.fa-envelopes-bulk:before,
.fa-mail-bulk:before {
  content: "\F674";
}
.fa-file-circle-exclamation:before {
  content: "\E4EB";
}
.fa-bow-arrow:before {
  content: "\F6B9";
}
.fa-cart-xmark:before {
  content: "\E0DD";
}
.fa-hexagon-xmark:before,
.fa-times-hexagon:before,
.fa-xmark-hexagon:before {
  content: "\F2EE";
}
.fa-circle-h:before,
.fa-hospital-symbol:before {
  content: "\F47E";
}
.fa-merge:before {
  content: "\E526";
}
.fa-pager:before {
  content: "\F815";
}
.fa-cart-minus:before {
  content: "\E0DB";
}
.fa-address-book:before,
.fa-contact-book:before {
  content: "\F2B9";
}
.fa-pan-frying:before {
  content: "\E42C";
}
.fa-grid-3:before,
.fa-grid:before {
  content: "\E195";
}
.fa-football-helmet:before {
  content: "\F44F";
}
.fa-hand-love:before {
  content: "\E1A5";
}
.fa-trees:before {
  content: "\F724";
}
.fa-strikethrough:before {
  content: "\F0CC";
}
.fa-page:before {
  content: "\E428";
}
.fa-k:before {
  content: "K";
}
.fa-diagram-previous:before {
  content: "\E478";
}
.fa-gauge-min:before,
.fa-tachometer-alt-slowest:before {
  content: "\F628";
}
.fa-folder-grid:before {
  content: "\E188";
}
.fa-eggplant:before {
  content: "\E16C";
}
.fa-excavator:before {
  content: "\E656";
}
.fa-ram:before {
  content: "\F70A";
}
.fa-landmark-flag:before {
  content: "\E51C";
}
.fa-lips:before {
  content: "\F600";
}
.fa-pencil-alt:before,
.fa-pencil:before {
  content: "\F303";
}
.fa-backward:before {
  content: "\F04A";
}
.fa-caret-right:before {
  content: "\F0DA";
}
.fa-comments:before {
  content: "\F086";
}
.fa-file-clipboard:before,
.fa-paste:before {
  content: "\F0EA";
}
.fa-desktop-arrow-down:before {
  content: "\E155";
}
.fa-code-pull-request:before {
  content: "\E13C";
}
.fa-pumpkin:before {
  content: "\F707";
}
.fa-clipboard-list:before {
  content: "\F46D";
}
.fa-pen-field:before {
  content: "\E211";
}
.fa-blueberries:before {
  content: "\E2E8";
}
.fa-truck-loading:before,
.fa-truck-ramp-box:before {
  content: "\F4DE";
}
.fa-note:before {
  content: "\E1FF";
}
.fa-arrow-down-to-square:before {
  content: "\E096";
}
.fa-user-check:before {
  content: "\F4FC";
}
.fa-cloud-xmark:before {
  content: "\E35F";
}
.fa-vial-virus:before {
  content: "\E597";
}
.fa-book-alt:before,
.fa-book-blank:before {
  content: "\F5D9";
}
.fa-golf-flag-hole:before {
  content: "\E3AC";
}
.fa-comment-alt-arrow-down:before,
.fa-message-arrow-down:before {
  content: "\E1DB";
}
.fa-face-unamused:before {
  content: "\E39F";
}
.fa-sheet-plastic:before {
  content: "\E571";
}
.fa-circle-9:before {
  content: "\E0F6";
}
.fa-blog:before {
  content: "\F781";
}
.fa-user-ninja:before {
  content: "\F504";
}
.fa-pencil-slash:before {
  content: "\E215";
}
.fa-bowling-pins:before {
  content: "\F437";
}
.fa-person-arrow-up-from-line:before {
  content: "\E539";
}
.fa-down-right:before {
  content: "\E16B";
}
.fa-scroll-torah:before,
.fa-torah:before {
  content: "\F6A0";
}
.fa-webhook:before {
  content: "\E5D5";
}
.fa-blinds-open:before {
  content: "\F8FC";
}
.fa-fence:before {
  content: "\E303";
}
.fa-arrow-alt-up:before,
.fa-up:before {
  content: "\F357";
}
.fa-broom-ball:before,
.fa-quidditch-broom-ball:before,
.fa-quidditch:before {
  content: "\F458";
}
.fa-drumstick:before {
  content: "\F6D6";
}
.fa-square-v:before {
  content: "\E284";
}
.fa-face-awesome:before,
.fa-gave-dandy:before {
  content: "\E409";
}
.fa-dial-off:before {
  content: "\E162";
}
.fa-toggle-off:before {
  content: "\F204";
}
.fa-face-smile-horns:before {
  content: "\E391";
}
.fa-archive:before,
.fa-box-archive:before {
  content: "\F187";
}
.fa-grapes:before {
  content: "\E306";
}
.fa-person-drowning:before {
  content: "\E545";
}
.fa-dial-max:before {
  content: "\E15E";
}
.fa-circle-m:before {
  content: "\E115";
}
.fa-calendar-image:before {
  content: "\E0D4";
}
.fa-caret-circle-down:before,
.fa-circle-caret-down:before {
  content: "\F32D";
}
.fa-arrow-down-9-1:before,
.fa-sort-numeric-desc:before,
.fa-sort-numeric-down-alt:before {
  content: "\F886";
}
.fa-face-grin-tongue-squint:before,
.fa-grin-tongue-squint:before {
  content: "\F58A";
}
.fa-shish-kebab:before {
  content: "\F821";
}
.fa-spray-can:before {
  content: "\F5BD";
}
.fa-alarm-snooze:before {
  content: "\F845";
}
.fa-scarecrow:before {
  content: "\F70D";
}
.fa-truck-monster:before {
  content: "\F63B";
}
.fa-gift-card:before {
  content: "\F663";
}
.fa-w:before {
  content: "W";
}
.fa-code-pull-request-draft:before {
  content: "\E3FA";
}
.fa-square-b:before {
  content: "\E264";
}
.fa-elephant:before {
  content: "\F6DA";
}
.fa-earth-africa:before,
.fa-globe-africa:before {
  content: "\F57C";
}
.fa-rainbow:before {
  content: "\F75B";
}
.fa-circle-notch:before {
  content: "\F1CE";
}
.fa-tablet-alt:before,
.fa-tablet-screen-button:before {
  content: "\F3FA";
}
.fa-paw:before {
  content: "\F1B0";
}
.fa-message-question:before {
  content: "\E1E3";
}
.fa-cloud:before {
  content: "\F0C2";
}
.fa-trowel-bricks:before {
  content: "\E58A";
}
.fa-square-3:before {
  content: "\E258";
}
.fa-face-flushed:before,
.fa-flushed:before {
  content: "\F579";
}
.fa-hospital-user:before {
  content: "\F80D";
}
.fa-microwave:before {
  content: "\E01B";
}
.fa-chf-sign:before {
  content: "\E602";
}
.fa-tent-arrow-left-right:before {
  content: "\E57F";
}
.fa-cart-circle-arrow-up:before {
  content: "\E3F0";
}
.fa-trash-clock:before {
  content: "\E2B0";
}
.fa-gavel:before,
.fa-legal:before {
  content: "\F0E3";
}
.fa-sprinkler-ceiling:before {
  content: "\E44C";
}
.fa-browsers:before {
  content: "\E0CB";
}
.fa-trillium:before {
  content: "\E588";
}
.fa-music-slash:before {
  content: "\F8D1";
}
.fa-truck-ramp:before {
  content: "\F4E0";
}
.fa-binoculars:before {
  content: "\F1E5";
}
.fa-microphone-slash:before {
  content: "\F131";
}
.fa-box-tissue:before {
  content: "\E05B";
}
.fa-circle-c:before {
  content: "\E101";
}
.fa-star-christmas:before {
  content: "\F7D4";
}
.fa-chart-bullet:before {
  content: "\E0E1";
}
.fa-motorcycle:before {
  content: "\F21C";
}
.fa-tree-christmas:before {
  content: "\F7DB";
}
.fa-tire-flat:before {
  content: "\F632";
}
.fa-sunglasses:before {
  content: "\F892";
}
.fa-badge:before {
  content: "\F335";
}
.fa-comment-alt-edit:before,
.fa-message-edit:before,
.fa-message-pen:before {
  content: "\F4A4";
}
.fa-bell-concierge:before,
.fa-concierge-bell:before {
  content: "\F562";
}
.fa-pen-ruler:before,
.fa-pencil-ruler:before {
  content: "\F5AE";
}
.fa-file-mp3:before {
  content: "\E648";
}
.fa-arrow-progress:before {
  content: "\E5DF";
}
.fa-chess-rook-alt:before,
.fa-chess-rook-piece:before {
  content: "\F448";
}
.fa-square-root:before {
  content: "\F697";
}
.fa-album-collection-circle-plus:before {
  content: "\E48E";
}
.fa-people-arrows-left-right:before,
.fa-people-arrows:before {
  content: "\E068";
}
.fa-sign-post:before {
  content: "\E624";
}
.fa-face-angry-horns:before {
  content: "\E368";
}
.fa-mars-and-venus-burst:before {
  content: "\E523";
}
.fa-tombstone:before {
  content: "\F720";
}
.fa-caret-square-right:before,
.fa-square-caret-right:before {
  content: "\F152";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\F0C4";
}
.fa-list-music:before {
  content: "\F8C9";
}
.fa-sun-plant-wilt:before {
  content: "\E57A";
}
.fa-toilets-portable:before {
  content: "\E584";
}
.fa-hockey-puck:before {
  content: "\F453";
}
.fa-mustache:before {
  content: "\E5BC";
}
.fa-hyphen:before {
  content: "-";
}
.fa-table:before {
  content: "\F0CE";
}
.fa-user-chef:before {
  content: "\E3D2";
}
.fa-comment-alt-image:before,
.fa-message-image:before {
  content: "\E1E0";
}
.fa-users-medical:before {
  content: "\F830";
}
.fa-sensor-alert:before,
.fa-sensor-triangle-exclamation:before {
  content: "\E029";
}
.fa-magnifying-glass-arrow-right:before {
  content: "\E521";
}
.fa-digital-tachograph:before,
.fa-tachograph-digital:before {
  content: "\F566";
}
.fa-face-mask:before {
  content: "\E37F";
}
.fa-pickleball:before {
  content: "\E435";
}
.fa-star-sharp-half:before {
  content: "\E28C";
}
.fa-users-slash:before {
  content: "\E073";
}
.fa-clover:before {
  content: "\E139";
}
.fa-meat:before {
  content: "\F814";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\F3E5";
}
.fa-star-and-crescent:before {
  content: "\F699";
}
.fa-empty-set:before {
  content: "\F656";
}
.fa-house-fire:before {
  content: "\E50C";
}
.fa-minus-square:before,
.fa-square-minus:before {
  content: "\F146";
}
.fa-helicopter:before {
  content: "\F533";
}
.fa-bird:before {
  content: "\E469";
}
.fa-compass:before {
  content: "\F14E";
}
.fa-caret-square-down:before,
.fa-square-caret-down:before {
  content: "\F150";
}
.fa-heart-half-alt:before,
.fa-heart-half-stroke:before {
  content: "\E1AC";
}
.fa-file-circle-question:before {
  content: "\E4EF";
}
.fa-truck-utensils:before {
  content: "\E628";
}
.fa-laptop-code:before {
  content: "\F5FC";
}
.fa-joystick:before {
  content: "\F8C5";
}
.fa-grill-fire:before {
  content: "\E5A4";
}
.fa-rectangle-vertical-history:before {
  content: "\E237";
}
.fa-swatchbook:before {
  content: "\F5C3";
}
.fa-prescription-bottle:before {
  content: "\F485";
}
.fa-bars:before,
.fa-navicon:before {
  content: "\F0C9";
}
.fa-keyboard-left:before {
  content: "\E1C3";
}
.fa-people-group:before {
  content: "\E533";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\F253";
}
.fa-heart-broken:before,
.fa-heart-crack:before {
  content: "\F7A9";
}
.fa-face-beam-hand-over-mouth:before {
  content: "\E47C";
}
.fa-droplet-percent:before,
.fa-humidity:before {
  content: "\F750";
}
.fa-external-link-square-alt:before,
.fa-square-up-right:before {
  content: "\F360";
}
.fa-face-kiss-beam:before,
.fa-kiss-beam:before {
  content: "\F597";
}
.fa-corn:before {
  content: "\F6C7";
}
.fa-roller-coaster:before {
  content: "\E324";
}
.fa-photo-film-music:before {
  content: "\E228";
}
.fa-radar:before {
  content: "\E024";
}
.fa-sickle:before {
  content: "\F822";
}
.fa-film:before {
  content: "\F008";
}
.fa-coconut:before {
  content: "\E2F6";
}
.fa-ruler-horizontal:before {
  content: "\F547";
}
.fa-shield-cross:before {
  content: "\F712";
}
.fa-cassette-tape:before {
  content: "\F8AB";
}
.fa-square-terminal:before {
  content: "\E32A";
}
.fa-people-robbery:before {
  content: "\E536";
}
.fa-lightbulb:before {
  content: "\F0EB";
}
.fa-caret-left:before {
  content: "\F0D9";
}
.fa-comment-middle:before {
  content: "\E149";
}
.fa-trash-can-list:before {
  content: "\E2AB";
}
.fa-block:before {
  content: "\E46A";
}
.fa-circle-exclamation:before,
.fa-exclamation-circle:before {
  content: "\F06A";
}
.fa-school-circle-xmark:before {
  content: "\E56D";
}
.fa-arrow-right-from-bracket:before,
.fa-sign-out:before {
  content: "\F08B";
}
.fa-face-frown-slight:before {
  content: "\E376";
}
.fa-chevron-circle-down:before,
.fa-circle-chevron-down:before {
  content: "\F13A";
}
.fa-sidebar-flip:before {
  content: "\E24F";
}
.fa-unlock-alt:before,
.fa-unlock-keyhole:before {
  content: "\F13E";
}
.fa-temperature-list:before {
  content: "\E299";
}
.fa-cloud-showers-heavy:before {
  content: "\F740";
}
.fa-headphones-alt:before,
.fa-headphones-simple:before {
  content: "\F58F";
}
.fa-sitemap:before {
  content: "\F0E8";
}
.fa-pipe-section:before {
  content: "\E438";
}
.fa-space-station-moon-alt:before,
.fa-space-station-moon-construction:before {
  content: "\E034";
}
.fa-circle-dollar-to-slot:before,
.fa-donate:before {
  content: "\F4B9";
}
.fa-memory:before {
  content: "\F538";
}
.fa-face-sleeping:before {
  content: "\E38D";
}
.fa-road-spikes:before {
  content: "\E568";
}
.fa-fire-burner:before {
  content: "\E4F1";
}
.fa-squirrel:before {
  content: "\F71A";
}
.fa-arrow-to-top:before,
.fa-arrow-up-to-line:before {
  content: "\F341";
}
.fa-flag:before {
  content: "\F024";
}
.fa-face-cowboy-hat:before {
  content: "\E36E";
}
.fa-hanukiah:before {
  content: "\F6E6";
}
.fa-chart-scatter-3d:before {
  content: "\E0E8";
}
.fa-display-chart-up:before {
  content: "\E5E3";
}
.fa-square-code:before {
  content: "\E267";
}
.fa-feather:before {
  content: "\F52D";
}
.fa-volume-down:before,
.fa-volume-low:before {
  content: "\F027";
}
.fa-times-to-slot:before,
.fa-vote-nay:before,
.fa-xmark-to-slot:before {
  content: "\F771";
}
.fa-box-alt:before,
.fa-box-taped:before {
  content: "\F49A";
}
.fa-comment-slash:before {
  content: "\F4B3";
}
.fa-swords:before {
  content: "\F71D";
}
.fa-cloud-sun-rain:before {
  content: "\F743";
}
.fa-album:before {
  content: "\F89F";
}
.fa-circle-n:before {
  content: "\E118";
}
.fa-compress:before {
  content: "\F066";
}
.fa-wheat-alt:before,
.fa-wheat-awn:before {
  content: "\E2CD";
}
.fa-ankh:before {
  content: "\F644";
}
.fa-hands-holding-child:before {
  content: "\E4FA";
}
.fa-asterisk:before {
  content: "*";
}
.fa-key-skeleton-left-right:before {
  content: "\E3B4";
}
.fa-comment-lines:before {
  content: "\F4B0";
}
.fa-luchador-mask:before,
.fa-luchador:before,
.fa-mask-luchador:before {
  content: "\F455";
}
.fa-check-square:before,
.fa-square-check:before {
  content: "\F14A";
}
.fa-shredder:before {
  content: "\F68A";
}
.fa-book-open-alt:before,
.fa-book-open-cover:before {
  content: "\E0C0";
}
.fa-sandwich:before {
  content: "\F81F";
}
.fa-peseta-sign:before {
  content: "\E221";
}
.fa-parking-slash:before,
.fa-square-parking-slash:before {
  content: "\F617";
}
.fa-train-tunnel:before {
  content: "\E454";
}
.fa-header:before,
.fa-heading:before {
  content: "\F1DC";
}
.fa-ghost:before {
  content: "\F6E2";
}
.fa-face-anguished:before {
  content: "\E369";
}
.fa-hockey-sticks:before {
  content: "\F454";
}
.fa-abacus:before {
  content: "\F640";
}
.fa-film-alt:before,
.fa-film-simple:before {
  content: "\F3A0";
}
.fa-list-squares:before,
.fa-list:before {
  content: "\F03A";
}
.fa-tree-palm:before {
  content: "\F82B";
}
.fa-phone-square-alt:before,
.fa-square-phone-flip:before {
  content: "\F87B";
}
.fa-cart-plus:before {
  content: "\F217";
}
.fa-gamepad:before {
  content: "\F11B";
}
.fa-border-center-v:before {
  content: "\F89D";
}
.fa-circle-dot:before,
.fa-dot-circle:before {
  content: "\F192";
}
.fa-clipboard-medical:before {
  content: "\E133";
}
.fa-dizzy:before,
.fa-face-dizzy:before {
  content: "\F567";
}
.fa-egg:before {
  content: "\F7FB";
}
.fa-arrow-alt-to-top:before,
.fa-up-to-line:before {
  content: "\F34D";
}
.fa-house-medical-circle-xmark:before {
  content: "\E513";
}
.fa-watch-fitness:before {
  content: "\F63E";
}
.fa-clock-nine-thirty:before {
  content: "\E34D";
}
.fa-campground:before {
  content: "\F6BB";
}
.fa-folder-plus:before {
  content: "\F65E";
}
.fa-jug:before {
  content: "\F8C6";
}
.fa-futbol-ball:before,
.fa-futbol:before,
.fa-soccer-ball:before {
  content: "\F1E3";
}
.fa-snow-blowing:before {
  content: "\F761";
}
.fa-paint-brush:before,
.fa-paintbrush:before {
  content: "\F1FC";
}
.fa-lock:before {
  content: "\F023";
}
.fa-arrow-down-from-line:before,
.fa-arrow-from-top:before {
  content: "\F345";
}
.fa-gas-pump:before {
  content: "\F52F";
}
.fa-signal-alt-slash:before,
.fa-signal-bars-slash:before {
  content: "\F694";
}
.fa-monkey:before {
  content: "\F6FB";
}
.fa-pro:before,
.fa-rectangle-pro:before {
  content: "\E235";
}
.fa-house-night:before {
  content: "\E010";
}
.fa-hot-tub-person:before,
.fa-hot-tub:before {
  content: "\F593";
}
.fa-globe-pointer:before {
  content: "\E60E";
}
.fa-blanket:before {
  content: "\F498";
}
.fa-map-location:before,
.fa-map-marked:before {
  content: "\F59F";
}
.fa-house-flood-water:before {
  content: "\E50E";
}
.fa-comments-question-check:before {
  content: "\E14F";
}
.fa-tree:before {
  content: "\F1BB";
}
.fa-arrows-cross:before {
  content: "\E0A2";
}
.fa-backpack:before {
  content: "\F5D4";
}
.fa-square-small:before {
  content: "\E27E";
}
.fa-folder-arrow-up:before,
.fa-folder-upload:before {
  content: "\E054";
}
.fa-bridge-lock:before {
  content: "\E4CC";
}
.fa-crosshairs-simple:before {
  content: "\E59F";
}
.fa-sack-dollar:before {
  content: "\F81D";
}
.fa-edit:before,
.fa-pen-to-square:before {
  content: "\F044";
}
.fa-sliders-h-square:before,
.fa-square-sliders:before {
  content: "\F3F0";
}
.fa-car-side:before {
  content: "\F5E4";
}
.fa-comment-middle-top-alt:before,
.fa-message-middle-top:before {
  content: "\E1E2";
}
.fa-lightbulb-on:before {
  content: "\F672";
}
.fa-knife:before,
.fa-utensil-knife:before {
  content: "\F2E4";
}
.fa-share-alt:before,
.fa-share-nodes:before {
  content: "\F1E0";
}
.fa-display-chart-up-circle-dollar:before {
  content: "\E5E6";
}
.fa-wave-sine:before {
  content: "\F899";
}
.fa-heart-circle-minus:before {
  content: "\E4FF";
}
.fa-circle-w:before {
  content: "\E12C";
}
.fa-calendar-circle:before,
.fa-circle-calendar:before {
  content: "\E102";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\F252";
}
.fa-microscope:before {
  content: "\F610";
}
.fa-sunset:before {
  content: "\F767";
}
.fa-sink:before {
  content: "\E06D";
}
.fa-calendar-exclamation:before {
  content: "\F334";
}
.fa-truck-container-empty:before {
  content: "\E2B5";
}
.fa-hand-heart:before {
  content: "\F4BC";
}
.fa-bag-shopping:before,
.fa-shopping-bag:before {
  content: "\F290";
}
.fa-arrow-down-z-a:before,
.fa-sort-alpha-desc:before,
.fa-sort-alpha-down-alt:before {
  content: "\F881";
}
.fa-mitten:before {
  content: "\F7B5";
}
.fa-reply-clock:before,
.fa-reply-time:before {
  content: "\E239";
}
.fa-person-rays:before {
  content: "\E54D";
}
.fa-arrow-alt-right:before,
.fa-right:before {
  content: "\F356";
}
.fa-circle-f:before {
  content: "\E10E";
}
.fa-users:before {
  content: "\F0C0";
}
.fa-face-pleading:before {
  content: "\E386";
}
.fa-eye-slash:before {
  content: "\F070";
}
.fa-flask-vial:before {
  content: "\E4F3";
}
.fa-police-box:before {
  content: "\E021";
}
.fa-cucumber:before {
  content: "\E401";
}
.fa-head-side-brain:before {
  content: "\F808";
}
.fa-hand-paper:before,
.fa-hand:before {
  content: "\F256";
}
.fa-biking-mountain:before,
.fa-person-biking-mountain:before {
  content: "\F84B";
}
.fa-utensils-slash:before {
  content: "\E464";
}
.fa-print-magnifying-glass:before,
.fa-print-search:before {
  content: "\F81A";
}
.fa-turn-right:before {
  content: "\E639";
}
.fa-folder-bookmark:before {
  content: "\E186";
}
.fa-arrow-turn-left-down:before {
  content: "\E633";
}
.fa-om:before {
  content: "\F679";
}
.fa-pi:before {
  content: "\F67E";
}
.fa-flask-potion:before,
.fa-flask-round-potion:before {
  content: "\F6E1";
}
.fa-face-shush:before {
  content: "\E38C";
}
.fa-worm:before {
  content: "\E599";
}
.fa-house-circle-xmark:before {
  content: "\E50B";
}
.fa-plug:before {
  content: "\F1E6";
}
.fa-calendar-circle-exclamation:before {
  content: "\E46E";
}
.fa-square-i:before {
  content: "\E272";
}
.fa-chevron-up:before {
  content: "\F077";
}
.fa-face-saluting:before {
  content: "\E484";
}
.fa-gauge-simple-low:before,
.fa-tachometer-slow:before {
  content: "\F62C";
}
.fa-face-persevering:before {
  content: "\E385";
}
.fa-camera-circle:before,
.fa-circle-camera:before {
  content: "\E103";
}
.fa-hand-spock:before {
  content: "\F259";
}
.fa-spider-web:before {
  content: "\F719";
}
.fa-circle-microphone:before,
.fa-microphone-circle:before {
  content: "\E116";
}
.fa-book-arrow-up:before {
  content: "\E0BA";
}
.fa-popsicle:before {
  content: "\E43E";
}
.fa-command:before {
  content: "\E142";
}
.fa-blinds:before {
  content: "\F8FB";
}
.fa-stopwatch:before {
  content: "\F2F2";
}
.fa-saxophone:before {
  content: "\F8DC";
}
.fa-square-2:before {
  content: "\E257";
}
.fa-field-hockey-stick-ball:before,
.fa-field-hockey:before {
  content: "\F44C";
}
.fa-arrow-up-square-triangle:before,
.fa-sort-shapes-up-alt:before {
  content: "\F88B";
}
.fa-face-scream:before {
  content: "\E38B";
}
.fa-square-m:before {
  content: "\E276";
}
.fa-camera-web:before,
.fa-webcam:before {
  content: "\F832";
}
.fa-comment-arrow-down:before {
  content: "\E143";
}
.fa-lightbulb-cfl:before {
  content: "\E5A6";
}
.fa-window-frame-open:before {
  content: "\E050";
}
.fa-face-kiss:before,
.fa-kiss:before {
  content: "\F596";
}
.fa-bridge-circle-xmark:before {
  content: "\E4CB";
}
.fa-period:before {
  content: ".";
}
.fa-face-grin-tongue:before,
.fa-grin-tongue:before {
  content: "\F589";
}
.fa-up-to-dotted-line:before {
  content: "\E457";
}
.fa-thought-bubble:before {
  content: "\E32E";
}
.fa-skeleton-ribs:before {
  content: "\E5CB";
}
.fa-raygun:before {
  content: "\E025";
}
.fa-flute:before {
  content: "\F8B9";
}
.fa-acorn:before {
  content: "\F6AE";
}
.fa-video-arrow-up-right:before {
  content: "\E2C9";
}
.fa-grate-droplet:before {
  content: "\E194";
}
.fa-seal-exclamation:before {
  content: "\E242";
}
.fa-chess-bishop:before {
  content: "\F43A";
}
.fa-message-sms:before {
  content: "\E1E5";
}
.fa-coffee-beans:before {
  content: "\E13F";
}
.fa-hat-witch:before {
  content: "\F6E7";
}
.fa-face-grin-wink:before,
.fa-grin-wink:before {
  content: "\F58C";
}
.fa-clock-three-thirty:before {
  content: "\E357";
}
.fa-deaf:before,
.fa-deafness:before,
.fa-ear-deaf:before,
.fa-hard-of-hearing:before {
  content: "\F2A4";
}
.fa-alarm-clock:before {
  content: "\F34E";
}
.fa-eclipse:before {
  content: "\F749";
}
.fa-face-relieved:before {
  content: "\E389";
}
.fa-road-circle-check:before {
  content: "\E564";
}
.fa-dice-five:before {
  content: "\F523";
}
.fa-minus-octagon:before,
.fa-octagon-minus:before {
  content: "\F308";
}
.fa-rss-square:before,
.fa-square-rss:before {
  content: "\F143";
}
.fa-face-zany:before {
  content: "\E3A4";
}
.fa-tricycle:before {
  content: "\E5C3";
}
.fa-land-mine-on:before {
  content: "\E51B";
}
.fa-square-arrow-up-left:before {
  content: "\E263";
}
.fa-i-cursor:before {
  content: "\F246";
}
.fa-chart-mixed-up-circle-dollar:before {
  content: "\E5D9";
}
.fa-salt-shaker:before {
  content: "\E446";
}
.fa-stamp:before {
  content: "\F5BF";
}
.fa-file-plus:before {
  content: "\F319";
}
.fa-draw-square:before {
  content: "\F5EF";
}
.fa-toilet-paper-reverse-slash:before,
.fa-toilet-paper-under-slash:before {
  content: "\E2A1";
}
.fa-stairs:before {
  content: "\E289";
}
.fa-drone-alt:before,
.fa-drone-front:before {
  content: "\F860";
}
.fa-glass-empty:before {
  content: "\E191";
}
.fa-dial-high:before {
  content: "\E15C";
}
.fa-user-construction:before,
.fa-user-hard-hat:before,
.fa-user-helmet-safety:before {
  content: "\F82C";
}
.fa-i:before {
  content: "I";
}
.fa-hryvnia-sign:before,
.fa-hryvnia:before {
  content: "\F6F2";
}
.fa-arrow-down-left-and-arrow-up-right-to-center:before {
  content: "\E092";
}
.fa-pills:before {
  content: "\F484";
}
.fa-face-grin-wide:before,
.fa-grin-alt:before {
  content: "\F581";
}
.fa-tooth:before {
  content: "\F5C9";
}
.fa-basketball-hoop:before {
  content: "\F435";
}
.fa-objects-align-bottom:before {
  content: "\E3BB";
}
.fa-v:before {
  content: "V";
}
.fa-sparkles:before {
  content: "\F890";
}
.fa-squid:before {
  content: "\E450";
}
.fa-leafy-green:before {
  content: "\E41D";
}
.fa-circle-arrow-up-right:before {
  content: "\E0FC";
}
.fa-calendars:before {
  content: "\E0D7";
}
.fa-bangladeshi-taka-sign:before {
  content: "\E2E6";
}
.fa-bicycle:before {
  content: "\F206";
}
.fa-hammer-war:before {
  content: "\F6E4";
}
.fa-circle-d:before {
  content: "\E104";
}
.fa-spider-black-widow:before {
  content: "\F718";
}
.fa-rod-asclepius:before,
.fa-rod-snake:before,
.fa-staff-aesculapius:before,
.fa-staff-snake:before {
  content: "\E579";
}
.fa-pear:before {
  content: "\E20C";
}
.fa-head-side-cough-slash:before {
  content: "\E062";
}
.fa-file-mov:before {
  content: "\E647";
}
.fa-triangle:before {
  content: "\F2EC";
}
.fa-apartment:before {
  content: "\E468";
}
.fa-ambulance:before,
.fa-truck-medical:before {
  content: "\F0F9";
}
.fa-pepper:before {
  content: "\E432";
}
.fa-piano:before {
  content: "\F8D4";
}
.fa-gun-squirt:before {
  content: "\E19D";
}
.fa-wheat-awn-circle-exclamation:before {
  content: "\E598";
}
.fa-snowman:before {
  content: "\F7D0";
}
.fa-user-alien:before {
  content: "\E04A";
}
.fa-shield-check:before {
  content: "\F2F7";
}
.fa-mortar-pestle:before {
  content: "\F5A7";
}
.fa-road-barrier:before {
  content: "\E562";
}
.fa-chart-candlestick:before {
  content: "\E0E2";
}
.fa-briefcase-blank:before {
  content: "\E0C8";
}
.fa-school:before {
  content: "\F549";
}
.fa-igloo:before {
  content: "\F7AE";
}
.fa-bracket-round:before,
.fa-parenthesis:before {
  content: "(";
}
.fa-joint:before {
  content: "\F595";
}
.fa-horse-saddle:before {
  content: "\F8C3";
}
.fa-mug-marshmallows:before {
  content: "\F7B7";
}
.fa-filters:before {
  content: "\E17E";
}
.fa-bell-on:before {
  content: "\F8FA";
}
.fa-angle-right:before {
  content: "\F105";
}
.fa-dial-med:before {
  content: "\E15F";
}
.fa-horse:before {
  content: "\F6F0";
}
.fa-q:before {
  content: "Q";
}
.fa-monitor-heart-rate:before,
.fa-monitor-waveform:before {
  content: "\F611";
}
.fa-link-simple:before {
  content: "\E1CD";
}
.fa-whistle:before {
  content: "\F460";
}
.fa-g:before {
  content: "G";
}
.fa-fragile:before,
.fa-wine-glass-crack:before {
  content: "\F4BB";
}
.fa-slot-machine:before {
  content: "\E3CE";
}
.fa-notes-medical:before {
  content: "\F481";
}
.fa-car-wash:before {
  content: "\F5E6";
}
.fa-escalator:before {
  content: "\E171";
}
.fa-comment-image:before {
  content: "\E148";
}
.fa-temperature-2:before,
.fa-temperature-half:before,
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\F2C9";
}
.fa-dong-sign:before {
  content: "\E169";
}
.fa-donut:before,
.fa-doughnut:before {
  content: "\E406";
}
.fa-capsules:before {
  content: "\F46B";
}
.fa-poo-bolt:before,
.fa-poo-storm:before {
  content: "\F75A";
}
.fa-tally-1:before {
  content: "\E294";
}
.fa-file-vector:before {
  content: "\E64C";
}
.fa-face-frown-open:before,
.fa-frown-open:before {
  content: "\F57A";
}
.fa-square-dashed:before {
  content: "\E269";
}
.fa-bag-shopping-plus:before {
  content: "\E651";
}
.fa-square-j:before {
  content: "\E273";
}
.fa-hand-point-up:before {
  content: "\F0A6";
}
.fa-money-bill:before {
  content: "\F0D6";
}
.fa-arrow-up-big-small:before,
.fa-sort-size-up:before {
  content: "\F88E";
}
.fa-barcode-read:before {
  content: "\F464";
}
.fa-baguette:before {
  content: "\E3D8";
}
.fa-bowl-soft-serve:before {
  content: "\E46B";
}
.fa-face-holding-back-tears:before {
  content: "\E482";
}
.fa-arrow-alt-square-up:before,
.fa-square-up:before {
  content: "\F353";
}
.fa-subway-tunnel:before,
.fa-train-subway-tunnel:before {
  content: "\E2A3";
}
.fa-exclamation-square:before,
.fa-square-exclamation:before {
  content: "\F321";
}
.fa-semicolon:before {
  content: ";";
}
.fa-bookmark:before {
  content: "\F02E";
}
.fa-fan-table:before {
  content: "\E004";
}
.fa-align-justify:before {
  content: "\F039";
}
.fa-battery-1:before,
.fa-battery-low:before {
  content: "\E0B1";
}
.fa-credit-card-front:before {
  content: "\F38A";
}
.fa-brain-arrow-curved-right:before,
.fa-mind-share:before {
  content: "\F677";
}
.fa-umbrella-beach:before {
  content: "\F5CA";
}
.fa-helmet-un:before {
  content: "\E503";
}
.fa-location-smile:before,
.fa-map-marker-smile:before {
  content: "\F60D";
}
.fa-arrow-left-to-line:before,
.fa-arrow-to-left:before {
  content: "\F33E";
}
.fa-bullseye:before {
  content: "\F140";
}
.fa-nigiri:before,
.fa-sushi:before {
  content: "\E48A";
}
.fa-comment-alt-captions:before,
.fa-message-captions:before {
  content: "\E1DE";
}
.fa-trash-list:before {
  content: "\E2B1";
}
.fa-bacon:before {
  content: "\F7E5";
}
.fa-option:before {
  content: "\E318";
}
.fa-raccoon:before {
  content: "\E613";
}
.fa-hand-point-down:before {
  content: "\F0A7";
}
.fa-arrow-up-from-bracket:before {
  content: "\E09A";
}
.fa-head-side-gear:before {
  content: "\E611";
}
.fa-trash-plus:before {
  content: "\E2B2";
}
.fa-objects-align-top:before {
  content: "\E3C0";
}
.fa-folder-blank:before,
.fa-folder:before {
  content: "\F07B";
}
.fa-face-anxious-sweat:before {
  content: "\E36A";
}
.fa-credit-card-blank:before {
  content: "\F389";
}
.fa-file-medical-alt:before,
.fa-file-waveform:before {
  content: "\F478";
}
.fa-microchip-ai:before {
  content: "\E1EC";
}
.fa-mug:before {
  content: "\F874";
}
.fa-plane-up-slash:before {
  content: "\E22E";
}
.fa-radiation:before {
  content: "\F7B9";
}
.fa-pen-circle:before {
  content: "\E20E";
}
.fa-bag-seedling:before {
  content: "\E5F2";
}
.fa-chart-simple:before {
  content: "\E473";
}
.fa-crutches:before {
  content: "\F7F8";
}
.fa-circle-parking:before,
.fa-parking-circle:before {
  content: "\F615";
}
.fa-mars-stroke:before {
  content: "\F229";
}
.fa-leaf-oak:before {
  content: "\F6F7";
}
.fa-square-bolt:before {
  content: "\E265";
}
.fa-vial:before {
  content: "\F492";
}
.fa-dashboard:before,
.fa-gauge-med:before,
.fa-gauge:before,
.fa-tachometer-alt-average:before {
  content: "\F624";
}
.fa-magic-wand-sparkles:before,
.fa-wand-magic-sparkles:before {
  content: "\E2CA";
}
.fa-lambda:before {
  content: "\F66E";
}
.fa-e:before {
  content: "E";
}
.fa-pizza:before {
  content: "\F817";
}
.fa-bowl-chopsticks-noodles:before {
  content: "\E2EA";
}
.fa-h3:before {
  content: "\F315";
}
.fa-pen-alt:before,
.fa-pen-clip:before {
  content: "\F305";
}
.fa-bridge-circle-exclamation:before {
  content: "\E4CA";
}
.fa-badge-percent:before {
  content: "\F646";
}
.fa-rotate-reverse:before {
  content: "\E631";
}
.fa-user:before {
  content: "\F007";
}
.fa-sensor:before {
  content: "\E028";
}
.fa-comma:before {
  content: ",";
}
.fa-school-circle-check:before {
  content: "\E56B";
}
.fa-toilet-paper-reverse:before,
.fa-toilet-paper-under:before {
  content: "\E2A0";
}
.fa-light-emergency:before {
  content: "\E41F";
}
.fa-arrow-down-to-arc:before {
  content: "\E4AE";
}
.fa-dumpster:before {
  content: "\F793";
}
.fa-shuttle-van:before,
.fa-van-shuttle:before {
  content: "\F5B6";
}
.fa-building-user:before {
  content: "\E4DA";
}
.fa-light-switch:before {
  content: "\E017";
}
.fa-caret-square-left:before,
.fa-square-caret-left:before {
  content: "\F191";
}
.fa-highlighter:before {
  content: "\F591";
}
.fa-heart-rate:before,
.fa-wave-pulse:before {
  content: "\F5F8";
}
.fa-key:before {
  content: "\F084";
}
.fa-hat-santa:before {
  content: "\F7A7";
}
.fa-tamale:before {
  content: "\E451";
}
.fa-box-check:before {
  content: "\F467";
}
.fa-bullhorn:before {
  content: "\F0A1";
}
.fa-steak:before {
  content: "\F824";
}
.fa-location-crosshairs-slash:before,
.fa-location-slash:before {
  content: "\F603";
}
.fa-person-dolly:before {
  content: "\F4D0";
}
.fa-globe:before {
  content: "\F0AC";
}
.fa-synagogue:before {
  content: "\F69B";
}
.fa-file-chart-column:before,
.fa-file-chart-line:before {
  content: "\F659";
}
.fa-person-half-dress:before {
  content: "\E548";
}
.fa-folder-image:before {
  content: "\E18A";
}
.fa-calendar-edit:before,
.fa-calendar-pen:before {
  content: "\F333";
}
.fa-road-bridge:before {
  content: "\E563";
}
.fa-face-smile-tear:before {
  content: "\E393";
}
.fa-comment-alt-plus:before,
.fa-message-plus:before {
  content: "\F4A8";
}
.fa-location-arrow:before {
  content: "\F124";
}
.fa-c:before {
  content: "C";
}
.fa-tablet-button:before {
  content: "\F10A";
}
.fa-person-dress-fairy:before {
  content: "\E607";
}
.fa-rectangle-history-circle-user:before {
  content: "\E4A4";
}
.fa-building-lock:before {
  content: "\E4D6";
}
.fa-chart-line-up:before {
  content: "\E0E5";
}
.fa-mailbox:before {
  content: "\F813";
}
.fa-sign-posts:before {
  content: "\E625";
}
.fa-truck-bolt:before {
  content: "\E3D0";
}
.fa-pizza-slice:before {
  content: "\F818";
}
.fa-money-bill-wave:before {
  content: "\F53A";
}
.fa-area-chart:before,
.fa-chart-area:before {
  content: "\F1FE";
}
.fa-house-flag:before {
  content: "\E50D";
}
.fa-circle-three-quarters-stroke:before {
  content: "\E5D4";
}
.fa-person-circle-minus:before {
  content: "\E540";
}
.fa-scalpel:before {
  content: "\F61D";
}
.fa-ban:before,
.fa-cancel:before {
  content: "\F05E";
}
.fa-bell-exclamation:before {
  content: "\F848";
}
.fa-bookmark-circle:before,
.fa-circle-bookmark:before {
  content: "\E100";
}
.fa-egg-fried:before {
  content: "\F7FC";
}
.fa-face-weary:before {
  content: "\E3A1";
}
.fa-uniform-martial-arts:before {
  content: "\E3D1";
}
.fa-camera-rotate:before {
  content: "\E0D8";
}
.fa-sun-dust:before {
  content: "\F764";
}
.fa-comment-text:before {
  content: "\E14D";
}
.fa-air-freshener:before,
.fa-spray-can-sparkles:before {
  content: "\F5D0";
}
.fa-signal-alt-4:before,
.fa-signal-alt:before,
.fa-signal-bars-strong:before,
.fa-signal-bars:before {
  content: "\F690";
}
.fa-diamond-exclamation:before {
  content: "\E405";
}
.fa-star:before {
  content: "\F005";
}
.fa-dial-min:before {
  content: "\E161";
}
.fa-repeat:before {
  content: "\F363";
}
.fa-cross:before {
  content: "\F654";
}
.fa-file-caret-down:before,
.fa-page-caret-down:before {
  content: "\E429";
}
.fa-box:before {
  content: "\F466";
}
.fa-venus-mars:before {
  content: "\F228";
}
.fa-clock-seven-thirty:before {
  content: "\E351";
}
.fa-arrow-pointer:before,
.fa-mouse-pointer:before {
  content: "\F245";
}
.fa-clock-four-thirty:before {
  content: "\E34B";
}
.fa-signal-alt-3:before,
.fa-signal-bars-good:before {
  content: "\F693";
}
.fa-cactus:before {
  content: "\F8A7";
}
.fa-lightbulb-gear:before {
  content: "\E5FD";
}
.fa-expand-arrows-alt:before,
.fa-maximize:before {
  content: "\F31E";
}
.fa-charging-station:before {
  content: "\F5E7";
}
.fa-shapes:before,
.fa-triangle-circle-square:before {
  content: "\F61F";
}
.fa-plane-tail:before {
  content: "\E22C";
}
.fa-gauge-simple-max:before,
.fa-tachometer-fastest:before {
  content: "\F62B";
}
.fa-circle-u:before {
  content: "\E127";
}
.fa-shield-slash:before {
  content: "\E24B";
}
.fa-phone-square-down:before,
.fa-square-phone-hangup:before {
  content: "\E27A";
}
.fa-arrow-up-left:before {
  content: "\E09D";
}
.fa-transporter-1:before {
  content: "\E043";
}
.fa-peanuts:before {
  content: "\E431";
}
.fa-random:before,
.fa-shuffle:before {
  content: "\F074";
}
.fa-person-running:before,
.fa-running:before {
  content: "\F70C";
}
.fa-mobile-retro:before {
  content: "\E527";
}
.fa-grip-lines-vertical:before {
  content: "\F7A5";
}
.fa-bin-bottles-recycle:before {
  content: "\E5F6";
}
.fa-arrow-up-from-square:before {
  content: "\E09C";
}
.fa-file-dashed-line:before,
.fa-page-break:before {
  content: "\F877";
}
.fa-bracket-curly-right:before {
  content: "}";
}
.fa-spider:before {
  content: "\F717";
}
.fa-clock-three:before {
  content: "\E356";
}
.fa-hands-bound:before {
  content: "\E4F9";
}
.fa-scalpel-line-dashed:before,
.fa-scalpel-path:before {
  content: "\F61E";
}
.fa-file-invoice-dollar:before {
  content: "\F571";
}
.fa-pipe-smoking:before {
  content: "\E3C4";
}
.fa-face-astonished:before {
  content: "\E36B";
}
.fa-window:before {
  content: "\F40E";
}
.fa-plane-circle-exclamation:before {
  content: "\E556";
}
.fa-ear:before {
  content: "\F5F0";
}
.fa-file-lock:before {
  content: "\E3A6";
}
.fa-diagram-venn:before {
  content: "\E15A";
}
.fa-x-ray:before {
  content: "\F497";
}
.fa-goal-net:before {
  content: "\E3AB";
}
.fa-coffin-cross:before {
  content: "\E051";
}
.fa-spell-check:before {
  content: "\F891";
}
.fa-location-xmark:before,
.fa-map-marker-times:before,
.fa-map-marker-xmark:before {
  content: "\F60E";
}
.fa-circle-quarter-stroke:before {
  content: "\E5D3";
}
.fa-lasso:before {
  content: "\F8C8";
}
.fa-slash:before {
  content: "\F715";
}
.fa-person-to-portal:before,
.fa-portal-enter:before {
  content: "\E022";
}
.fa-calendar-star:before {
  content: "\F736";
}
.fa-computer-mouse:before,
.fa-mouse:before {
  content: "\F8CC";
}
.fa-arrow-right-to-bracket:before,
.fa-sign-in:before {
  content: "\F090";
}
.fa-pegasus:before {
  content: "\F703";
}
.fa-files-medical:before {
  content: "\F7FD";
}
.fa-cannon:before {
  content: "\E642";
}
.fa-nfc-lock:before {
  content: "\E1F8";
}
.fa-person-ski-lift:before,
.fa-ski-lift:before {
  content: "\F7C8";
}
.fa-square-6:before {
  content: "\E25B";
}
.fa-shop-slash:before,
.fa-store-alt-slash:before {
  content: "\E070";
}
.fa-wind-turbine:before {
  content: "\F89B";
}
.fa-sliders-simple:before {
  content: "\E253";
}
.fa-grid-round:before {
  content: "\E5DA";
}
.fa-badge-sheriff:before {
  content: "\F8A2";
}
.fa-server:before {
  content: "\F233";
}
.fa-virus-covid-slash:before {
  content: "\E4A9";
}
.fa-intersection:before {
  content: "\F668";
}
.fa-shop-lock:before {
  content: "\E4A5";
}
.fa-family:before {
  content: "\E300";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\F251";
}
.fa-user-hair-buns:before {
  content: "\E3D3";
}
.fa-blender-phone:before {
  content: "\F6B6";
}
.fa-hourglass-clock:before {
  content: "\E41B";
}
.fa-person-seat-reclined:before {
  content: "\E21F";
}
.fa-paper-plane-alt:before,
.fa-paper-plane-top:before,
.fa-send:before {
  content: "\E20A";
}
.fa-comment-alt-arrow-up:before,
.fa-message-arrow-up:before {
  content: "\E1DC";
}
.fa-lightbulb-exclamation:before {
  content: "\F671";
}
.fa-layer-group-minus:before,
.fa-layer-minus:before {
  content: "\F5FE";
}
.fa-chart-pie-simple-circle-currency:before {
  content: "\E604";
}
.fa-circle-e:before {
  content: "\E109";
}
.fa-building-wheat:before {
  content: "\E4DB";
}
.fa-gauge-max:before,
.fa-tachometer-alt-fastest:before {
  content: "\F626";
}
.fa-person-breastfeeding:before {
  content: "\E53A";
}
.fa-apostrophe:before {
  content: "'";
}
.fa-file-png:before {
  content: "\E666";
}
.fa-fire-hydrant:before {
  content: "\E17F";
}
.fa-right-to-bracket:before,
.fa-sign-in-alt:before {
  content: "\F2F6";
}
.fa-video-plus:before {
  content: "\F4E1";
}
.fa-arrow-alt-square-right:before,
.fa-square-right:before {
  content: "\F352";
}
.fa-comment-smile:before {
  content: "\F4B4";
}
.fa-venus:before {
  content: "\F221";
}
.fa-passport:before {
  content: "\F5AB";
}
.fa-inbox-arrow-down:before,
.fa-inbox-in:before {
  content: "\F310";
}
.fa-heart-pulse:before,
.fa-heartbeat:before {
  content: "\F21E";
}
.fa-circle-8:before {
  content: "\E0F5";
}
.fa-clouds-moon:before {
  content: "\F745";
}
.fa-clock-ten-thirty:before {
  content: "\E355";
}
.fa-people-carry-box:before,
.fa-people-carry:before {
  content: "\F4CE";
}
.fa-folder-user:before {
  content: "\E18E";
}
.fa-trash-can-xmark:before {
  content: "\E2AE";
}
.fa-temperature-high:before {
  content: "\F769";
}
.fa-microchip:before {
  content: "\F2DB";
}
.fa-left-long-to-line:before {
  content: "\E41E";
}
.fa-crown:before {
  content: "\F521";
}
.fa-weight-hanging:before {
  content: "\F5CD";
}
.fa-xmarks-lines:before {
  content: "\E59A";
}
.fa-file-prescription:before {
  content: "\F572";
}
.fa-calendar-range:before {
  content: "\E0D6";
}
.fa-flower-daffodil:before {
  content: "\F800";
}
.fa-hand-back-point-up:before {
  content: "\E1A2";
}
.fa-weight-scale:before,
.fa-weight:before {
  content: "\F496";
}
.fa-arrow-up-to-arc:before {
  content: "\E617";
}
.fa-star-exclamation:before {
  content: "\F2F3";
}
.fa-books:before {
  content: "\F5DB";
}
.fa-user-friends:before,
.fa-user-group:before {
  content: "\F500";
}
.fa-arrow-up-a-z:before,
.fa-sort-alpha-up:before {
  content: "\F15E";
}
.fa-layer-group-plus:before,
.fa-layer-plus:before {
  content: "\F5FF";
}
.fa-play-pause:before {
  content: "\E22F";
}
.fa-block-question:before {
  content: "\E3DD";
}
.fa-snooze:before,
.fa-zzz:before {
  content: "\F880";
}
.fa-scanner-image:before {
  content: "\F8F3";
}
.fa-tv-retro:before {
  content: "\F401";
}
.fa-square-t:before {
  content: "\E280";
}
.fa-barn-silo:before,
.fa-farm:before {
  content: "\F864";
}
.fa-chess-knight:before {
  content: "\F441";
}
.fa-bars-sort:before {
  content: "\E0AE";
}
.fa-palette-boxes:before,
.fa-pallet-alt:before,
.fa-pallet-boxes:before {
  content: "\F483";
}
.fa-face-laugh-squint:before,
.fa-laugh-squint:before {
  content: "\F59B";
}
.fa-code-simple:before {
  content: "\E13D";
}
.fa-bolt-slash:before {
  content: "\E0B8";
}
.fa-panel-fire:before {
  content: "\E42F";
}
.fa-binary-circle-check:before {
  content: "\E33C";
}
.fa-comment-minus:before {
  content: "\F4B1";
}
.fa-burrito:before {
  content: "\F7ED";
}
.fa-violin:before {
  content: "\F8ED";
}
.fa-objects-column:before {
  content: "\E3C1";
}
.fa-chevron-square-down:before,
.fa-square-chevron-down:before {
  content: "\F329";
}
.fa-comment-plus:before {
  content: "\F4B2";
}
.fa-triangle-instrument:before,
.fa-triangle-music:before {
  content: "\F8E2";
}
.fa-wheelchair:before {
  content: "\F193";
}
.fa-user-pilot-tie:before {
  content: "\E2C1";
}
.fa-piano-keyboard:before {
  content: "\F8D5";
}
.fa-bed-empty:before {
  content: "\F8F9";
}
.fa-arrow-circle-up:before,
.fa-circle-arrow-up:before {
  content: "\F0AA";
}
.fa-toggle-on:before {
  content: "\F205";
}
.fa-rectangle-portrait:before,
.fa-rectangle-vertical:before {
  content: "\F2FB";
}
.fa-person-walking:before,
.fa-walking:before {
  content: "\F554";
}
.fa-l:before {
  content: "L";
}
.fa-signal-stream:before {
  content: "\F8DD";
}
.fa-down-to-bracket:before {
  content: "\E4E7";
}
.fa-circle-z:before {
  content: "\E130";
}
.fa-stars:before {
  content: "\F762";
}
.fa-fire:before {
  content: "\F06D";
}
.fa-bed-pulse:before,
.fa-procedures:before {
  content: "\F487";
}
.fa-house-day:before {
  content: "\E00E";
}
.fa-shuttle-space:before,
.fa-space-shuttle:before {
  content: "\F197";
}
.fa-shirt-long-sleeve:before {
  content: "\E3C7";
}
.fa-chart-pie-alt:before,
.fa-chart-pie-simple:before {
  content: "\F64E";
}
.fa-face-laugh:before,
.fa-laugh:before {
  content: "\F599";
}
.fa-folder-open:before {
  content: "\F07C";
}
.fa-album-collection-circle-user:before {
  content: "\E48F";
}
.fa-candy:before {
  content: "\E3E7";
}
.fa-bowl-hot:before,
.fa-soup:before {
  content: "\F823";
}
.fa-flatbread:before {
  content: "\E40B";
}
.fa-heart-circle-plus:before {
  content: "\E500";
}
.fa-code-fork:before {
  content: "\E13B";
}
.fa-city:before {
  content: "\F64F";
}
.fa-signal-alt-1:before,
.fa-signal-bars-weak:before {
  content: "\F691";
}
.fa-microphone-alt:before,
.fa-microphone-lines:before {
  content: "\F3C9";
}
.fa-clock-twelve:before {
  content: "\E358";
}
.fa-pepper-hot:before {
  content: "\F816";
}
.fa-citrus-slice:before {
  content: "\E2F5";
}
.fa-sheep:before {
  content: "\F711";
}
.fa-unlock:before {
  content: "\F09C";
}
.fa-colon-sign:before {
  content: "\E140";
}
.fa-headset:before {
  content: "\F590";
}
.fa-badger-honey:before {
  content: "\F6B4";
}
.fa-h4:before {
  content: "\F86A";
}
.fa-store-slash:before {
  content: "\E071";
}
.fa-road-circle-xmark:before {
  content: "\E566";
}
.fa-signal-slash:before {
  content: "\F695";
}
.fa-user-minus:before {
  content: "\F503";
}
.fa-mars-stroke-up:before,
.fa-mars-stroke-v:before {
  content: "\F22A";
}
.fa-champagne-glasses:before,
.fa-glass-cheers:before {
  content: "\F79F";
}
.fa-taco:before {
  content: "\F826";
}
.fa-hexagon-plus:before,
.fa-plus-hexagon:before {
  content: "\F300";
}
.fa-clipboard:before {
  content: "\F328";
}
.fa-house-circle-exclamation:before {
  content: "\E50A";
}
.fa-file-arrow-up:before,
.fa-file-upload:before {
  content: "\F574";
}
.fa-wifi-3:before,
.fa-wifi-strong:before,
.fa-wifi:before {
  content: "\F1EB";
}
.fa-comments-alt:before,
.fa-messages:before {
  content: "\F4B6";
}
.fa-bath:before,
.fa-bathtub:before {
  content: "\F2CD";
}
.fa-umbrella-alt:before,
.fa-umbrella-simple:before {
  content: "\E2BC";
}
.fa-rectangle-history-circle-plus:before {
  content: "\E4A3";
}
.fa-underline:before {
  content: "\F0CD";
}
.fa-prescription-bottle-pill:before {
  content: "\E5C0";
}
.fa-user-edit:before,
.fa-user-pen:before {
  content: "\F4FF";
}
.fa-binary-slash:before {
  content: "\E33E";
}
.fa-square-o:before {
  content: "\E278";
}
.fa-signature:before {
  content: "\F5B7";
}
.fa-stroopwafel:before {
  content: "\F551";
}
.fa-bold:before {
  content: "\F032";
}
.fa-anchor-lock:before {
  content: "\E4AD";
}
.fa-building-ngo:before {
  content: "\E4D7";
}
.fa-transporter-3:before {
  content: "\E045";
}
.fa-engine-exclamation:before,
.fa-engine-warning:before {
  content: "\F5F2";
}
.fa-circle-down-right:before {
  content: "\E108";
}
.fa-square-k:before {
  content: "\E274";
}
.fa-manat-sign:before {
  content: "\E1D5";
}
.fa-money-check-edit:before,
.fa-money-check-pen:before {
  content: "\F872";
}
.fa-not-equal:before {
  content: "\F53E";
}
.fa-border-style:before,
.fa-border-top-left:before {
  content: "\F853";
}
.fa-map-location-dot:before,
.fa-map-marked-alt:before {
  content: "\F5A0";
}
.fa-tilde:before {
  content: "~";
}
.fa-jedi:before {
  content: "\F669";
}
.fa-poll:before,
.fa-square-poll-vertical:before {
  content: "\F681";
}
.fa-arrow-down-square-triangle:before,
.fa-sort-shapes-down-alt:before {
  content: "\F889";
}
.fa-mug-hot:before {
  content: "\F7B6";
}
.fa-dog-leashed:before {
  content: "\F6D4";
}
.fa-battery-car:before,
.fa-car-battery:before {
  content: "\F5DF";
}
.fa-face-downcast-sweat:before {
  content: "\E371";
}
.fa-mailbox-flag-up:before {
  content: "\E5BB";
}
.fa-memo-circle-info:before {
  content: "\E49A";
}
.fa-gift:before {
  content: "\F06B";
}
.fa-dice-two:before {
  content: "\F528";
}
.fa-volume-medium:before,
.fa-volume:before {
  content: "\F6A8";
}
.fa-transporter-5:before {
  content: "\E2A6";
}
.fa-gauge-circle-bolt:before {
  content: "\E496";
}
.fa-coin-front:before {
  content: "\E3FC";
}
.fa-file-slash:before {
  content: "\E3A7";
}
.fa-message-arrow-up-right:before {
  content: "\E1DD";
}
.fa-treasure-chest:before {
  content: "\F723";
}
.fa-chess-queen:before {
  content: "\F445";
}
.fa-paint-brush-alt:before,
.fa-paint-brush-fine:before,
.fa-paintbrush-alt:before,
.fa-paintbrush-fine:before {
  content: "\F5A9";
}
.fa-glasses:before {
  content: "\F530";
}
.fa-hood-cloak:before {
  content: "\F6EF";
}
.fa-square-quote:before {
  content: "\E329";
}
.fa-up-left:before {
  content: "\E2BD";
}
.fa-bring-front:before {
  content: "\F857";
}
.fa-chess-board:before {
  content: "\F43C";
}
.fa-burger-cheese:before,
.fa-cheeseburger:before {
  content: "\F7F1";
}
.fa-building-circle-check:before {
  content: "\E4D2";
}
.fa-repeat-1:before {
  content: "\F365";
}
.fa-arrow-down-to-line:before,
.fa-arrow-to-bottom:before {
  content: "\F33D";
}
.fa-grid-5:before {
  content: "\E199";
}
.fa-swap-arrows:before {
  content: "\E60A";
}
.fa-right-long-to-line:before {
  content: "\E444";
}
.fa-person-chalkboard:before {
  content: "\E53D";
}
.fa-mars-stroke-h:before,
.fa-mars-stroke-right:before {
  content: "\F22B";
}
.fa-hand-back-fist:before,
.fa-hand-rock:before {
  content: "\F255";
}
.fa-grid-round-5:before {
  content: "\E5DE";
}
.fa-tally-5:before,
.fa-tally:before {
  content: "\F69C";
}
.fa-caret-square-up:before,
.fa-square-caret-up:before {
  content: "\F151";
}
.fa-cloud-showers-water:before {
  content: "\E4E4";
}
.fa-bar-chart:before,
.fa-chart-bar:before {
  content: "\F080";
}
.fa-hands-bubbles:before,
.fa-hands-wash:before {
  content: "\E05E";
}
.fa-less-than-equal:before {
  content: "\F537";
}
.fa-train:before {
  content: "\F238";
}
.fa-up-from-dotted-line:before {
  content: "\E456";
}
.fa-eye-low-vision:before,
.fa-low-vision:before {
  content: "\F2A8";
}
.fa-traffic-light-go:before {
  content: "\F638";
}
.fa-face-exhaling:before {
  content: "\E480";
}
.fa-sensor-fire:before {
  content: "\E02A";
}
.fa-user-unlock:before {
  content: "\E058";
}
.fa-hexagon-divide:before {
  content: "\E1AD";
}
.fa-00:before {
  content: "\E467";
}
.fa-crow:before {
  content: "\F520";
}
.fa-betamax:before,
.fa-cassette-betamax:before {
  content: "\F8A4";
}
.fa-sailboat:before {
  content: "\E445";
}
.fa-window-restore:before {
  content: "\F2D2";
}
.fa-nfc-magnifying-glass:before {
  content: "\E1F9";
}
.fa-file-binary:before {
  content: "\E175";
}
.fa-circle-v:before {
  content: "\E12A";
}
.fa-plus-square:before,
.fa-square-plus:before {
  content: "\F0FE";
}
.fa-bowl-scoops:before {
  content: "\E3DF";
}
.fa-mistletoe:before {
  content: "\F7B4";
}
.fa-custard:before {
  content: "\E403";
}
.fa-lacrosse-stick:before {
  content: "\E3B5";
}
.fa-hockey-mask:before {
  content: "\F6EE";
}
.fa-sunrise:before {
  content: "\F766";
}
.fa-subtitles:before {
  content: "\E60F";
}
.fa-panel-ews:before {
  content: "\E42E";
}
.fa-torii-gate:before {
  content: "\F6A1";
}
.fa-cloud-exclamation:before {
  content: "\E491";
}
.fa-comment-alt-lines:before,
.fa-message-lines:before {
  content: "\F4A6";
}
.fa-frog:before {
  content: "\F52E";
}
.fa-bucket:before {
  content: "\E4CF";
}
.fa-floppy-disk-pen:before {
  content: "\E182";
}
.fa-image:before {
  content: "\F03E";
}
.fa-window-frame:before {
  content: "\E04F";
}
.fa-microphone:before {
  content: "\F130";
}
.fa-cow:before {
  content: "\F6C8";
}
.fa-file-zip:before {
  content: "\E5EE";
}
.fa-square-ring:before {
  content: "\E44F";
}
.fa-arrow-alt-from-top:before,
.fa-down-from-line:before {
  content: "\F349";
}
.fa-caret-up:before {
  content: "\F0D8";
}
.fa-shield-times:before,
.fa-shield-xmark:before {
  content: "\E24C";
}
.fa-screwdriver:before {
  content: "\F54A";
}
.fa-circle-sort-down:before,
.fa-sort-circle-down:before {
  content: "\E031";
}
.fa-folder-closed:before {
  content: "\E185";
}
.fa-house-tsunami:before {
  content: "\E515";
}
.fa-square-nfi:before {
  content: "\E576";
}
.fa-forklift:before {
  content: "\F47A";
}
.fa-arrow-up-from-ground-water:before {
  content: "\E4B5";
}
.fa-bracket-square-right:before {
  content: "]";
}
.fa-glass-martini-alt:before,
.fa-martini-glass:before {
  content: "\F57B";
}
.fa-rotate-back:before,
.fa-rotate-backward:before,
.fa-rotate-left:before,
.fa-undo-alt:before {
  content: "\F2EA";
}
.fa-columns:before,
.fa-table-columns:before {
  content: "\F0DB";
}
.fa-square-a:before {
  content: "\E25F";
}
.fa-tick:before {
  content: "\E32F";
}
.fa-lemon:before {
  content: "\F094";
}
.fa-head-side-mask:before {
  content: "\E063";
}
.fa-handshake:before {
  content: "\F2B5";
}
.fa-gem:before {
  content: "\F3A5";
}
.fa-dolly-box:before,
.fa-dolly:before {
  content: "\F472";
}
.fa-smoking:before {
  content: "\F48D";
}
.fa-compress-arrows-alt:before,
.fa-minimize:before {
  content: "\F78C";
}
.fa-refrigerator:before {
  content: "\E026";
}
.fa-monument:before {
  content: "\F5A6";
}
.fa-octagon-xmark:before,
.fa-times-octagon:before,
.fa-xmark-octagon:before {
  content: "\F2F0";
}
.fa-align-slash:before {
  content: "\F846";
}
.fa-snowplow:before {
  content: "\F7D2";
}
.fa-angle-double-right:before,
.fa-angles-right:before {
  content: "\F101";
}
.fa-truck-couch:before,
.fa-truck-ramp-couch:before {
  content: "\F4DD";
}
.fa-cannabis:before {
  content: "\F55F";
}
.fa-circle-play:before,
.fa-play-circle:before {
  content: "\F144";
}
.fa-arrow-up-right-and-arrow-down-left-from-center:before {
  content: "\E0A0";
}
.fa-location-arrow-up:before {
  content: "\E63A";
}
.fa-tablets:before {
  content: "\F490";
}
.fa-360-degrees:before {
  content: "\E2DC";
}
.fa-ethernet:before {
  content: "\F796";
}
.fa-eur:before,
.fa-euro-sign:before,
.fa-euro:before {
  content: "\F153";
}
.fa-chair:before {
  content: "\F6C0";
}
.fa-check-circle:before,
.fa-circle-check:before {
  content: "\F058";
}
.fa-square-dashed-circle-plus:before {
  content: "\E5C2";
}
.fa-hand-holding-circle-dollar:before {
  content: "\E621";
}
.fa-money-simple-from-bracket:before {
  content: "\E313";
}
.fa-bat:before {
  content: "\F6B5";
}
.fa-circle-stop:before,
.fa-stop-circle:before {
  content: "\F28D";
}
.fa-head-side-headphones:before {
  content: "\F8C2";
}
.fa-phone-rotary:before {
  content: "\F8D3";
}
.fa-compass-drafting:before,
.fa-drafting-compass:before {
  content: "\F568";
}
.fa-plate-wheat:before {
  content: "\E55A";
}
.fa-calendar-circle-minus:before {
  content: "\E46F";
}
.fa-chopsticks:before {
  content: "\E3F7";
}
.fa-car-mechanic:before,
.fa-car-wrench:before {
  content: "\F5E3";
}
.fa-icicles:before {
  content: "\F7AD";
}
.fa-person-shelter:before {
  content: "\E54F";
}
.fa-neuter:before {
  content: "\F22C";
}
.fa-id-badge:before {
  content: "\F2C1";
}
.fa-kazoo:before {
  content: "\F8C7";
}
.fa-marker:before {
  content: "\F5A1";
}
.fa-bin-bottles:before {
  content: "\E5F5";
}
.fa-face-laugh-beam:before,
.fa-laugh-beam:before {
  content: "\F59A";
}
.fa-square-arrow-down-left:before {
  content: "\E261";
}
.fa-battery-bolt:before {
  content: "\F376";
}
.fa-tree-large:before {
  content: "\F7DD";
}
.fa-helicopter-symbol:before {
  content: "\E502";
}
.fa-aperture:before {
  content: "\E2DF";
}
.fa-universal-access:before {
  content: "\F29A";
}
.fa-gear-complex:before {
  content: "\E5E9";
}
.fa-file-magnifying-glass:before,
.fa-file-search:before {
  content: "\F865";
}
.fa-up-right:before {
  content: "\E2BE";
}
.fa-chevron-circle-up:before,
.fa-circle-chevron-up:before {
  content: "\F139";
}
.fa-user-police:before {
  content: "\E333";
}
.fa-lari-sign:before {
  content: "\E1C8";
}
.fa-volcano:before {
  content: "\F770";
}
.fa-teddy-bear:before {
  content: "\E3CF";
}
.fa-stocking:before {
  content: "\F7D5";
}
.fa-person-walking-dashed-line-arrow-right:before {
  content: "\E553";
}
.fa-image-slash:before {
  content: "\E1B7";
}
.fa-mask-snorkel:before {
  content: "\E3B7";
}
.fa-smoke:before {
  content: "\F760";
}
.fa-gbp:before,
.fa-pound-sign:before,
.fa-sterling-sign:before {
  content: "\F154";
}
.fa-battery-exclamation:before {
  content: "\E0B0";
}
.fa-viruses:before {
  content: "\E076";
}
.fa-square-person-confined:before {
  content: "\E577";
}
.fa-user-tie:before {
  content: "\F508";
}
.fa-arrow-down-long:before,
.fa-long-arrow-down:before {
  content: "\F175";
}
.fa-tent-arrow-down-to-line:before {
  content: "\E57E";
}
.fa-certificate:before {
  content: "\F0A3";
}
.fa-crystal-ball:before {
  content: "\E362";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\F122";
}
.fa-suitcase:before {
  content: "\F0F2";
}
.fa-person-skating:before,
.fa-skating:before {
  content: "\F7C5";
}
.fa-star-shooting:before {
  content: "\E036";
}
.fa-binary-lock:before {
  content: "\E33D";
}
.fa-filter-circle-dollar:before,
.fa-funnel-dollar:before {
  content: "\F662";
}
.fa-camera-retro:before {
  content: "\F083";
}
.fa-arrow-circle-down:before,
.fa-circle-arrow-down:before {
  content: "\F0AB";
}
.fa-comment-edit:before,
.fa-comment-pen:before {
  content: "\F4AE";
}
.fa-arrow-right-to-file:before,
.fa-file-import:before {
  content: "\F56F";
}
.fa-banjo:before {
  content: "\F8A3";
}
.fa-external-link-square:before,
.fa-square-arrow-up-right:before {
  content: "\F14C";
}
.fa-light-emergency-on:before {
  content: "\E420";
}
.fa-kerning:before {
  content: "\F86F";
}
.fa-box-open:before {
  content: "\F49E";
}
.fa-square-f:before {
  content: "\E270";
}
.fa-scroll:before {
  content: "\F70E";
}
.fa-spa:before {
  content: "\F5BB";
}
.fa-arrow-from-right:before,
.fa-arrow-left-from-line:before {
  content: "\F344";
}
.fa-strawberry:before {
  content: "\E32B";
}
.fa-location-pin-lock:before {
  content: "\E51F";
}
.fa-pause:before {
  content: "\F04C";
}
.fa-clock-eight-thirty:before {
  content: "\E346";
}
.fa-plane-alt:before,
.fa-plane-engines:before {
  content: "\F3DE";
}
.fa-hill-avalanche:before {
  content: "\E507";
}
.fa-temperature-0:before,
.fa-temperature-empty:before,
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\F2CB";
}
.fa-bomb:before {
  content: "\F1E2";
}
.fa-gauge-low:before,
.fa-tachometer-alt-slow:before {
  content: "\F627";
}
.fa-registered:before {
  content: "\F25D";
}
.fa-trash-can-plus:before {
  content: "\E2AC";
}
.fa-address-card:before,
.fa-contact-card:before,
.fa-vcard:before {
  content: "\F2BB";
}
.fa-balance-scale-right:before,
.fa-scale-unbalanced-flip:before {
  content: "\F516";
}
.fa-globe-snow:before {
  content: "\F7A3";
}
.fa-subscript:before {
  content: "\F12C";
}
.fa-diamond-turn-right:before,
.fa-directions:before {
  content: "\F5EB";
}
.fa-integral:before {
  content: "\F667";
}
.fa-burst:before {
  content: "\E4DC";
}
.fa-house-laptop:before,
.fa-laptop-house:before {
  content: "\E066";
}
.fa-face-tired:before,
.fa-tired:before {
  content: "\F5C8";
}
.fa-money-bills:before {
  content: "\E1F3";
}
.fa-blinds-raised:before {
  content: "\F8FD";
}
.fa-smog:before {
  content: "\F75F";
}
.fa-ufo-beam:before {
  content: "\E048";
}
.fa-caret-circle-up:before,
.fa-circle-caret-up:before {
  content: "\F331";
}
.fa-user-vneck-hair-long:before {
  content: "\E463";
}
.fa-square-a-lock:before {
  content: "\E44D";
}
.fa-crutch:before {
  content: "\F7F7";
}
.fa-gas-pump-slash:before {
  content: "\F5F4";
}
.fa-cloud-arrow-up:before,
.fa-cloud-upload-alt:before,
.fa-cloud-upload:before {
  content: "\F0EE";
}
.fa-palette:before {
  content: "\F53F";
}
.fa-transporter-4:before {
  content: "\E2A5";
}
.fa-chart-mixed-up-circle-currency:before {
  content: "\E5D8";
}
.fa-objects-align-right:before {
  content: "\E3BF";
}
.fa-arrows-turn-right:before {
  content: "\E4C0";
}
.fa-vest:before {
  content: "\E085";
}
.fa-pig:before {
  content: "\F706";
}
.fa-inbox-full:before {
  content: "\E1BA";
}
.fa-circle-envelope:before,
.fa-envelope-circle:before {
  content: "\E10C";
}
.fa-construction:before,
.fa-triangle-person-digging:before {
  content: "\F85D";
}
.fa-ferry:before {
  content: "\E4EA";
}
.fa-bullseye-arrow:before {
  content: "\F648";
}
.fa-arrows-down-to-people:before {
  content: "\E4B9";
}
.fa-seedling:before,
.fa-sprout:before {
  content: "\F4D8";
}
.fa-clock-seven:before {
  content: "\E350";
}
.fa-arrows-alt-h:before,
.fa-left-right:before {
  content: "\F337";
}
.fa-boxes-packing:before {
  content: "\E4C7";
}
.fa-arrow-circle-left:before,
.fa-circle-arrow-left:before {
  content: "\F0A8";
}
.fa-flashlight:before {
  content: "\F8B8";
}
.fa-file-jpg:before {
  content: "\E646";
}
.fa-group-arrows-rotate:before {
  content: "\E4F6";
}
.fa-bowl-food:before {
  content: "\E4C6";
}
.fa-square-9:before {
  content: "\E25E";
}
.fa-candy-cane:before {
  content: "\F786";
}
.fa-arrow-down-wide-short:before,
.fa-sort-amount-asc:before,
.fa-sort-amount-down:before {
  content: "\F160";
}
.fa-dollar-square:before,
.fa-square-dollar:before,
.fa-usd-square:before {
  content: "\F2E9";
}
.fa-phone-arrow-right:before {
  content: "\E5BE";
}
.fa-hand-holding-seedling:before {
  content: "\F4BF";
}
.fa-comment-alt-check:before,
.fa-message-check:before {
  content: "\F4A2";
}
.fa-cloud-bolt:before,
.fa-thunderstorm:before {
  content: "\F76C";
}
.fa-chart-line-up-down:before {
  content: "\E5D7";
}
.fa-remove-format:before,
.fa-text-slash:before {
  content: "\F87D";
}
.fa-watch:before {
  content: "\F2E1";
}
.fa-circle-down-left:before {
  content: "\E107";
}
.fa-text:before {
  content: "\F893";
}
.fa-projector:before {
  content: "\F8D6";
}
.fa-face-smile-wink:before,
.fa-smile-wink:before {
  content: "\F4DA";
}
.fa-tombstone-alt:before,
.fa-tombstone-blank:before {
  content: "\F721";
}
.fa-chess-king-alt:before,
.fa-chess-king-piece:before {
  content: "\F440";
}
.fa-circle-6:before {
  content: "\E0F3";
}
.fa-waves-sine:before {
  content: "\E65D";
}
.fa-arrow-alt-left:before,
.fa-left:before {
  content: "\F355";
}
.fa-file-word:before {
  content: "\F1C2";
}
.fa-file-powerpoint:before {
  content: "\F1C4";
}
.fa-arrow-alt-square-down:before,
.fa-square-down:before {
  content: "\F350";
}
.fa-objects-align-center-vertical:before {
  content: "\E3BD";
}
.fa-arrows-h:before,
.fa-arrows-left-right:before {
  content: "\F07E";
}
.fa-house-lock:before {
  content: "\E510";
}
.fa-cloud-arrow-down:before,
.fa-cloud-download-alt:before,
.fa-cloud-download:before {
  content: "\F0ED";
}
.fa-wreath:before {
  content: "\F7E2";
}
.fa-children:before {
  content: "\E4E1";
}
.fa-meter-droplet:before {
  content: "\E1EA";
}
.fa-blackboard:before,
.fa-chalkboard:before {
  content: "\F51B";
}
.fa-user-alt-slash:before,
.fa-user-large-slash:before {
  content: "\F4FA";
}
.fa-signal-4:before,
.fa-signal-strong:before {
  content: "\F68F";
}
.fa-lollipop:before,
.fa-lollypop:before {
  content: "\E424";
}
.fa-list-tree:before {
  content: "\E1D2";
}
.fa-envelope-open:before {
  content: "\F2B6";
}
.fa-draw-circle:before {
  content: "\F5ED";
}
.fa-cat-space:before {
  content: "\E001";
}
.fa-handshake-alt-slash:before,
.fa-handshake-simple-slash:before {
  content: "\E05F";
}
.fa-rabbit-fast:before,
.fa-rabbit-running:before {
  content: "\F709";
}
.fa-memo-pad:before {
  content: "\E1DA";
}
.fa-mattress-pillow:before {
  content: "\E525";
}
.fa-alarm-plus:before {
  content: "\F844";
}
.fa-alicorn:before {
  content: "\F6B0";
}
.fa-comment-question:before {
  content: "\E14B";
}
.fa-gingerbread-man:before {
  content: "\F79D";
}
.fa-guarani-sign:before {
  content: "\E19A";
}
.fa-burger-fries:before {
  content: "\E0CD";
}
.fa-mug-tea:before {
  content: "\F875";
}
.fa-border-top:before {
  content: "\F855";
}
.fa-arrows-rotate:before,
.fa-refresh:before,
.fa-sync:before {
  content: "\F021";
}
.fa-book-circle:before,
.fa-circle-book-open:before {
  content: "\E0FF";
}
.fa-arrows-to-dotted-line:before {
  content: "\E0A6";
}
.fa-fire-extinguisher:before {
  content: "\F134";
}
.fa-magnifying-glass-arrows-rotate:before {
  content: "\E65E";
}
.fa-garage-open:before {
  content: "\E00B";
}
.fa-shelves-empty:before {
  content: "\E246";
}
.fa-cruzeiro-sign:before {
  content: "\E152";
}
.fa-watch-apple:before {
  content: "\E2CB";
}
.fa-watch-calculator:before {
  content: "\F8F0";
}
.fa-list-dropdown:before {
  content: "\E1CF";
}
.fa-cabinet-filing:before {
  content: "\F64B";
}
.fa-burger-soda:before {
  content: "\F858";
}
.fa-arrow-square-up:before,
.fa-square-arrow-up:before {
  content: "\F33C";
}
.fa-greater-than-equal:before {
  content: "\F532";
}
.fa-pallet-box:before {
  content: "\E208";
}
.fa-face-confounded:before {
  content: "\E36C";
}
.fa-shield-alt:before,
.fa-shield-halved:before {
  content: "\F3ED";
}
.fa-truck-plow:before {
  content: "\F7DE";
}
.fa-atlas:before,
.fa-book-atlas:before {
  content: "\F558";
}
.fa-virus:before {
  content: "\E074";
}
.fa-grid-round-2:before {
  content: "\E5DB";
}
.fa-comment-middle-top:before {
  content: "\E14A";
}
.fa-wave:before {
  content: "\E65B";
}
.fa-envelope-circle-check:before {
  content: "\E4E8";
}
.fa-layer-group:before {
  content: "\F5FD";
}
.fa-restroom-simple:before {
  content: "\E23A";
}
.fa-arrows-to-dot:before {
  content: "\E4BE";
}
.fa-border-outer:before {
  content: "\F851";
}
.fa-hashtag-lock:before {
  content: "\E415";
}
.fa-clock-two-thirty:before {
  content: "\E35B";
}
.fa-archway:before {
  content: "\F557";
}
.fa-heart-circle-check:before {
  content: "\E4FD";
}
.fa-house-chimney-crack:before,
.fa-house-damage:before {
  content: "\F6F1";
}
.fa-file-archive:before,
.fa-file-zipper:before {
  content: "\F1C6";
}
.fa-ticket-perforated:before {
  content: "\E63E";
}
.fa-heart-half:before {
  content: "\E1AB";
}
.fa-comment-check:before {
  content: "\F4AC";
}
.fa-square:before {
  content: "\F0C8";
}
.fa-memo:before {
  content: "\E1D8";
}
.fa-glass-martini:before,
.fa-martini-glass-empty:before {
  content: "\F000";
}
.fa-couch:before {
  content: "\F4B8";
}
.fa-cedi-sign:before {
  content: "\E0DF";
}
.fa-italic:before {
  content: "\F033";
}
.fa-glass-citrus:before {
  content: "\F869";
}
.fa-calendar-lines-pen:before {
  content: "\E472";
}
.fa-church:before {
  content: "\F51D";
}
.fa-person-snowmobiling:before,
.fa-snowmobile:before {
  content: "\F7D1";
}
.fa-face-hushed:before {
  content: "\E37B";
}
.fa-comments-dollar:before {
  content: "\F653";
}
.fa-tickets-simple:before {
  content: "\E659";
}
.fa-pickaxe:before {
  content: "\E5BF";
}
.fa-link-simple-slash:before {
  content: "\E1CE";
}
.fa-democrat:before {
  content: "\F747";
}
.fa-face-confused:before {
  content: "\E36D";
}
.fa-pinball:before {
  content: "\E229";
}
.fa-z:before {
  content: "Z";
}
.fa-person-skiing:before,
.fa-skiing:before {
  content: "\F7C9";
}
.fa-deer:before {
  content: "\F78E";
}
.fa-input-pipe:before {
  content: "\E1BE";
}
.fa-road-lock:before {
  content: "\E567";
}
.fa-a:before {
  content: "A";
}
.fa-bookmark-slash:before {
  content: "\E0C2";
}
.fa-temperature-arrow-down:before,
.fa-temperature-down:before {
  content: "\E03F";
}
.fa-mace:before {
  content: "\F6F8";
}
.fa-feather-alt:before,
.fa-feather-pointed:before {
  content: "\F56B";
}
.fa-sausage:before {
  content: "\F820";
}
.fa-trash-can-clock:before {
  content: "\E2AA";
}
.fa-p:before {
  content: "P";
}
.fa-broom-wide:before {
  content: "\E5D1";
}
.fa-snowflake:before {
  content: "\F2DC";
}
.fa-stomach:before {
  content: "\F623";
}
.fa-newspaper:before {
  content: "\F1EA";
}
.fa-ad:before,
.fa-rectangle-ad:before {
  content: "\F641";
}
.fa-guitar-electric:before {
  content: "\F8BE";
}
.fa-arrow-turn-down-right:before {
  content: "\E3D6";
}
.fa-moon-cloud:before {
  content: "\F754";
}
.fa-bread-slice-butter:before {
  content: "\E3E1";
}
.fa-arrow-circle-right:before,
.fa-circle-arrow-right:before {
  content: "\F0A9";
}
.fa-user-group-crown:before,
.fa-users-crown:before {
  content: "\F6A5";
}
.fa-circle-i:before {
  content: "\E111";
}
.fa-toilet-paper-check:before {
  content: "\E5B2";
}
.fa-filter-circle-xmark:before {
  content: "\E17B";
}
.fa-locust:before {
  content: "\E520";
}
.fa-sort:before,
.fa-unsorted:before {
  content: "\F0DC";
}
.fa-list-1-2:before,
.fa-list-numeric:before,
.fa-list-ol:before {
  content: "\F0CB";
}
.fa-chart-waterfall:before {
  content: "\E0EB";
}
.fa-sparkle:before {
  content: "\E5D6";
}
.fa-face-party:before {
  content: "\E383";
}
.fa-kidneys:before {
  content: "\F5FB";
}
.fa-wifi-exclamation:before {
  content: "\E2CF";
}
.fa-chart-network:before {
  content: "\F78A";
}
.fa-person-dress-burst:before {
  content: "\E544";
}
.fa-dice-d4:before {
  content: "\F6D0";
}
.fa-money-check-alt:before,
.fa-money-check-dollar:before {
  content: "\F53D";
}
.fa-vector-square:before {
  content: "\F5CB";
}
.fa-bread-slice:before {
  content: "\F7EC";
}
.fa-language:before {
  content: "\F1AB";
}
.fa-wheat-awn-slash:before {
  content: "\E338";
}
.fa-face-kiss-wink-heart:before,
.fa-kiss-wink-heart:before {
  content: "\F598";
}
.fa-dagger:before {
  content: "\F6CB";
}
.fa-podium:before {
  content: "\F680";
}
.fa-memo-circle-check:before {
  content: "\E1D9";
}
.fa-route-highway:before {
  content: "\F61A";
}
.fa-arrow-alt-to-bottom:before,
.fa-down-to-line:before {
  content: "\F34A";
}
.fa-filter:before {
  content: "\F0B0";
}
.fa-square-g:before {
  content: "\E271";
}
.fa-circle-phone:before,
.fa-phone-circle:before {
  content: "\E11B";
}
.fa-clipboard-prescription:before {
  content: "\F5E8";
}
.fa-user-nurse-hair:before {
  content: "\E45D";
}
.fa-question:before {
  content: "?";
}
.fa-file-signature:before {
  content: "\F573";
}
.fa-toggle-large-on:before {
  content: "\E5B1";
}
.fa-arrows-alt:before,
.fa-up-down-left-right:before {
  content: "\F0B2";
}
.fa-dryer-alt:before,
.fa-dryer-heat:before {
  content: "\F862";
}
.fa-house-chimney-user:before {
  content: "\E065";
}
.fa-hand-holding-heart:before {
  content: "\F4BE";
}
.fa-arrow-up-small-big:before,
.fa-sort-size-up-alt:before {
  content: "\F88F";
}
.fa-train-track:before {
  content: "\E453";
}
.fa-puzzle-piece:before {
  content: "\F12E";
}
.fa-money-check:before {
  content: "\F53C";
}
.fa-star-half-alt:before,
.fa-star-half-stroke:before {
  content: "\F5C0";
}
.fa-file-exclamation:before {
  content: "\F31A";
}
.fa-code:before {
  content: "\F121";
}
.fa-glass-whiskey:before,
.fa-whiskey-glass:before {
  content: "\F7A0";
}
.fa-moon-stars:before {
  content: "\F755";
}
.fa-building-circle-exclamation:before {
  content: "\E4D3";
}
.fa-clothes-hanger:before {
  content: "\E136";
}
.fa-mobile-iphone:before,
.fa-mobile-notch:before {
  content: "\E1EE";
}
.fa-magnifying-glass-chart:before {
  content: "\E522";
}
.fa-arrow-up-right-from-square:before,
.fa-external-link:before {
  content: "\F08E";
}
.fa-cubes-stacked:before {
  content: "\E4E6";
}
.fa-images-user:before {
  content: "\E1B9";
}
.fa-krw:before,
.fa-won-sign:before,
.fa-won:before {
  content: "\F159";
}
.fa-image-polaroid-user:before {
  content: "\E1B6";
}
.fa-virus-covid:before {
  content: "\E4A8";
}
.fa-square-ellipsis:before {
  content: "\E26E";
}
.fa-pie:before {
  content: "\F705";
}
.fa-chess-knight-alt:before,
.fa-chess-knight-piece:before {
  content: "\F442";
}
.fa-austral-sign:before {
  content: "\E0A9";
}
.fa-cloud-plus:before {
  content: "\E35E";
}
.fa-f:before {
  content: "F";
}
.fa-leaf:before {
  content: "\F06C";
}
.fa-bed-bunk:before {
  content: "\F8F8";
}
.fa-road:before {
  content: "\F018";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\F1BA";
}
.fa-person-circle-plus:before {
  content: "\E541";
}
.fa-chart-pie:before,
.fa-pie-chart:before {
  content: "\F200";
}
.fa-bolt-lightning:before {
  content: "\E0B7";
}
.fa-clock-eight:before {
  content: "\E345";
}
.fa-sack-xmark:before {
  content: "\E56A";
}
.fa-file-xls:before {
  content: "\E64D";
}
.fa-file-excel:before {
  content: "\F1C3";
}
.fa-file-contract:before {
  content: "\F56C";
}
.fa-fish-fins:before {
  content: "\E4F2";
}
.fa-circle-q:before {
  content: "\E11E";
}
.fa-building-flag:before {
  content: "\E4D5";
}
.fa-face-grin-beam:before,
.fa-grin-beam:before {
  content: "\F582";
}
.fa-object-ungroup:before {
  content: "\F248";
}
.fa-face-disguise:before {
  content: "\E370";
}
.fa-circle-arrow-down-right:before {
  content: "\E0FA";
}
.fa-alien-8bit:before,
.fa-alien-monster:before {
  content: "\F8F6";
}
.fa-hand-point-ribbon:before {
  content: "\E1A6";
}
.fa-poop:before {
  content: "\F619";
}
.fa-object-exclude:before {
  content: "\E49C";
}
.fa-telescope:before {
  content: "\E03E";
}
.fa-location-pin:before,
.fa-map-marker:before {
  content: "\F041";
}
.fa-square-list:before {
  content: "\E489";
}
.fa-kaaba:before {
  content: "\F66B";
}
.fa-toilet-paper:before {
  content: "\F71E";
}
.fa-hard-hat:before,
.fa-hat-hard:before,
.fa-helmet-safety:before {
  content: "\F807";
}
.fa-comment-code:before {
  content: "\E147";
}
.fa-sim-cards:before {
  content: "\E251";
}
.fa-starship:before {
  content: "\E039";
}
.fa-eject:before {
  content: "\F052";
}
.fa-arrow-alt-circle-right:before,
.fa-circle-right:before {
  content: "\F35A";
}
.fa-plane-circle-check:before {
  content: "\E555";
}
.fa-seal:before {
  content: "\E241";
}
.fa-user-cowboy:before {
  content: "\F8EA";
}
.fa-hexagon-vertical-nft:before {
  content: "\E505";
}
.fa-face-rolling-eyes:before,
.fa-meh-rolling-eyes:before {
  content: "\F5A5";
}
.fa-bread-loaf:before {
  content: "\F7EB";
}
.fa-rings-wedding:before {
  content: "\F81B";
}
.fa-object-group:before {
  content: "\F247";
}
.fa-french-fries:before {
  content: "\F803";
}
.fa-chart-line:before,
.fa-line-chart:before {
  content: "\F201";
}
.fa-calendar-arrow-down:before,
.fa-calendar-download:before {
  content: "\E0D0";
}
.fa-send-back:before {
  content: "\F87E";
}
.fa-mask-ventilator:before {
  content: "\E524";
}
.fa-tickets:before {
  content: "\E658";
}
.fa-signature-lock:before {
  content: "\E3CA";
}
.fa-arrow-right:before {
  content: "\F061";
}
.fa-map-signs:before,
.fa-signs-post:before {
  content: "\F277";
}
.fa-octagon-plus:before,
.fa-plus-octagon:before {
  content: "\F301";
}
.fa-cash-register:before {
  content: "\F788";
}
.fa-person-circle-question:before {
  content: "\E542";
}
.fa-melon-slice:before {
  content: "\E311";
}
.fa-space-station-moon:before {
  content: "\E033";
}
.fa-comment-alt-smile:before,
.fa-message-smile:before {
  content: "\F4AA";
}
.fa-cup-straw:before {
  content: "\E363";
}
.fa-arrow-alt-from-right:before,
.fa-left-from-line:before {
  content: "\F348";
}
.fa-h:before {
  content: "H";
}
.fa-basket-shopping-simple:before,
.fa-shopping-basket-alt:before {
  content: "\E0AF";
}
.fa-hands-heart:before,
.fa-hands-holding-heart:before {
  content: "\F4C3";
}
.fa-clock-nine:before {
  content: "\E34C";
}
.fa-hammer-brush:before {
  content: "\E620";
}
.fa-tarp:before {
  content: "\E57B";
}
.fa-face-sleepy:before {
  content: "\E38E";
}
.fa-hand-horns:before {
  content: "\E1A9";
}
.fa-screwdriver-wrench:before,
.fa-tools:before {
  content: "\F7D9";
}
.fa-arrows-to-eye:before {
  content: "\E4BF";
}
.fa-circle-three-quarters:before {
  content: "\E125";
}
.fa-trophy-alt:before,
.fa-trophy-star:before {
  content: "\F2EB";
}
.fa-plug-circle-bolt:before {
  content: "\E55B";
}
.fa-face-thermometer:before {
  content: "\E39A";
}
.fa-grid-round-4:before {
  content: "\E5DD";
}
.fa-sign-posts-wrench:before {
  content: "\E626";
}
.fa-shirt-running:before {
  content: "\E3C8";
}
.fa-book-circle-arrow-up:before {
  content: "\E0BD";
}
.fa-face-nauseated:before {
  content: "\E381";
}
.fa-heart:before {
  content: "\F004";
}
.fa-file-chart-pie:before {
  content: "\F65A";
}
.fa-mars-and-venus:before {
  content: "\F224";
}
.fa-home-user:before,
.fa-house-user:before {
  content: "\E1B0";
}
.fa-circle-arrow-down-left:before {
  content: "\E0F9";
}
.fa-dumpster-fire:before {
  content: "\F794";
}
.fa-hexagon-minus:before,
.fa-minus-hexagon:before {
  content: "\F307";
}
.fa-arrow-alt-to-left:before,
.fa-left-to-line:before {
  content: "\F34B";
}
.fa-house-crack:before {
  content: "\E3B1";
}
.fa-paw-alt:before,
.fa-paw-simple:before {
  content: "\F701";
}
.fa-arrow-left-long-to-line:before {
  content: "\E3D4";
}
.fa-brackets-round:before,
.fa-parentheses:before {
  content: "\E0C5";
}
.fa-cocktail:before,
.fa-martini-glass-citrus:before {
  content: "\F561";
}
.fa-user-shakespeare:before {
  content: "\E2C2";
}
.fa-arrow-right-to-arc:before {
  content: "\E4B2";
}
.fa-face-surprise:before,
.fa-surprise:before {
  content: "\F5C2";
}
.fa-bottle-water:before {
  content: "\E4C5";
}
.fa-circle-pause:before,
.fa-pause-circle:before {
  content: "\F28B";
}
.fa-gauge-circle-plus:before {
  content: "\E498";
}
.fa-folders:before {
  content: "\F660";
}
.fa-angel:before {
  content: "\F779";
}
.fa-value-absolute:before {
  content: "\F6A6";
}
.fa-rabbit:before {
  content: "\F708";
}
.fa-toilet-paper-slash:before {
  content: "\E072";
}
.fa-circle-euro:before {
  content: "\E5CE";
}
.fa-apple-alt:before,
.fa-apple-whole:before {
  content: "\F5D1";
}
.fa-kitchen-set:before {
  content: "\E51A";
}
.fa-diamond-half:before {
  content: "\E5B7";
}
.fa-lock-alt:before,
.fa-lock-keyhole:before {
  content: "\F30D";
}
.fa-r:before {
  content: "R";
}
.fa-temperature-1:before,
.fa-temperature-quarter:before,
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\F2CA";
}
.fa-info-square:before,
.fa-square-info:before {
  content: "\F30F";
}
.fa-wifi-slash:before {
  content: "\F6AC";
}
.fa-toilet-paper-xmark:before {
  content: "\E5B3";
}
.fa-hands-holding-dollar:before,
.fa-hands-usd:before {
  content: "\F4C5";
}
.fa-cube:before {
  content: "\F1B2";
}
.fa-arrow-down-triangle-square:before,
.fa-sort-shapes-down:before {
  content: "\F888";
}
.fa-bitcoin-sign:before {
  content: "\E0B4";
}
.fa-shutters:before {
  content: "\E449";
}
.fa-shield-dog:before {
  content: "\E573";
}
.fa-solar-panel:before {
  content: "\F5BA";
}
.fa-lock-open:before {
  content: "\F3C1";
}
.fa-table-tree:before {
  content: "\E293";
}
.fa-house-chimney-heart:before {
  content: "\E1B2";
}
.fa-tally-3:before {
  content: "\E296";
}
.fa-elevator:before {
  content: "\E16D";
}
.fa-money-bill-transfer:before {
  content: "\E528";
}
.fa-money-bill-trend-up:before {
  content: "\E529";
}
.fa-house-flood-water-circle-arrow-right:before {
  content: "\E50F";
}
.fa-poll-h:before,
.fa-square-poll-horizontal:before {
  content: "\F682";
}
.fa-circle:before {
  content: "\F111";
}
.fa-cart-circle-exclamation:before {
  content: "\E3F2";
}
.fa-sword:before {
  content: "\F71C";
}
.fa-backward-fast:before,
.fa-fast-backward:before {
  content: "\F049";
}
.fa-recycle:before {
  content: "\F1B8";
}
.fa-user-astronaut:before {
  content: "\F4FB";
}
.fa-interrobang:before {
  content: "\E5BA";
}
.fa-plane-slash:before {
  content: "\E069";
}
.fa-circle-dashed:before {
  content: "\E105";
}
.fa-trademark:before {
  content: "\F25C";
}
.fa-basketball-ball:before,
.fa-basketball:before {
  content: "\F434";
}
.fa-fork-knife:before,
.fa-utensils-alt:before {
  content: "\F2E6";
}
.fa-satellite-dish:before {
  content: "\F7C0";
}
.fa-badge-check:before {
  content: "\F336";
}
.fa-arrow-alt-circle-up:before,
.fa-circle-up:before {
  content: "\F35B";
}
.fa-slider:before {
  content: "\E252";
}
.fa-mobile-alt:before,
.fa-mobile-screen-button:before {
  content: "\F3CD";
}
.fa-clock-one-thirty:before {
  content: "\E34F";
}
.fa-inbox-arrow-up:before,
.fa-inbox-out:before {
  content: "\F311";
}
.fa-cloud-slash:before {
  content: "\E137";
}
.fa-volume-high:before,
.fa-volume-up:before {
  content: "\F028";
}
.fa-users-rays:before {
  content: "\E593";
}
.fa-wallet:before {
  content: "\F555";
}
.fa-octagon-check:before {
  content: "\E426";
}
.fa-flatbread-stuffed:before {
  content: "\E40C";
}
.fa-clipboard-check:before {
  content: "\F46C";
}
.fa-cart-circle-plus:before {
  content: "\E3F3";
}
.fa-shipping-timed:before,
.fa-truck-clock:before {
  content: "\F48C";
}
.fa-pool-8-ball:before {
  content: "\E3C5";
}
.fa-file-audio:before {
  content: "\F1C7";
}
.fa-turn-down-left:before {
  content: "\E331";
}
.fa-lock-hashtag:before {
  content: "\E423";
}
.fa-chart-radar:before {
  content: "\E0E7";
}
.fa-staff:before {
  content: "\F71B";
}
.fa-burger:before,
.fa-hamburger:before {
  content: "\F805";
}
.fa-utility-pole:before {
  content: "\E2C3";
}
.fa-transporter-6:before {
  content: "\E2A7";
}
.fa-arrow-turn-left:before {
  content: "\E632";
}
.fa-wrench:before {
  content: "\F0AD";
}
.fa-bugs:before {
  content: "\E4D0";
}
.fa-vector-polygon:before {
  content: "\E2C7";
}
.fa-diagram-nested:before {
  content: "\E157";
}
.fa-rupee-sign:before,
.fa-rupee:before {
  content: "\F156";
}
.fa-file-image:before {
  content: "\F1C5";
}
.fa-circle-question:before,
.fa-question-circle:before {
  content: "\F059";
}
.fa-tickets-perforated:before {
  content: "\E63F";
}
.fa-image-user:before {
  content: "\E1B8";
}
.fa-buoy:before {
  content: "\E5B5";
}
.fa-plane-departure:before {
  content: "\F5B0";
}
.fa-handshake-slash:before {
  content: "\E060";
}
.fa-book-bookmark:before {
  content: "\E0BB";
}
.fa-border-center-h:before {
  content: "\F89C";
}
.fa-can-food:before {
  content: "\E3E6";
}
.fa-typewriter:before {
  content: "\F8E7";
}
.fa-arrow-right-from-arc:before {
  content: "\E4B1";
}
.fa-circle-k:before {
  content: "\E113";
}
.fa-face-hand-over-mouth:before {
  content: "\E378";
}
.fa-popcorn:before {
  content: "\F819";
}
.fa-house-flood:before,
.fa-house-water:before {
  content: "\F74F";
}
.fa-object-subtract:before {
  content: "\E49E";
}
.fa-code-branch:before {
  content: "\F126";
}
.fa-warehouse-alt:before,
.fa-warehouse-full:before {
  content: "\F495";
}
.fa-hat-cowboy:before {
  content: "\F8C0";
}
.fa-bridge:before {
  content: "\E4C8";
}
.fa-phone-alt:before,
.fa-phone-flip:before {
  content: "\F879";
}
.fa-arrow-down-from-dotted-line:before {
  content: "\E090";
}
.fa-file-doc:before {
  content: "\E5ED";
}
.fa-square-quarters:before {
  content: "\E44E";
}
.fa-truck-front:before {
  content: "\E2B7";
}
.fa-cat:before {
  content: "\F6BE";
}
.fa-trash-xmark:before {
  content: "\E2B4";
}
.fa-caret-circle-left:before,
.fa-circle-caret-left:before {
  content: "\F32E";
}
.fa-files:before {
  content: "\E178";
}
.fa-anchor-circle-exclamation:before {
  content: "\E4AB";
}
.fa-face-clouds:before {
  content: "\E47D";
}
.fa-user-crown:before {
  content: "\F6A4";
}
.fa-basket-shopping-plus:before {
  content: "\E653";
}
.fa-truck-field:before {
  content: "\E58D";
}
.fa-route:before {
  content: "\F4D7";
}
.fa-cart-circle-check:before {
  content: "\E3F1";
}
.fa-clipboard-question:before {
  content: "\E4E3";
}
.fa-panorama:before {
  content: "\E209";
}
.fa-comment-medical:before {
  content: "\F7F5";
}
.fa-teeth-open:before {
  content: "\F62F";
}
.fa-user-tie-hair-long:before {
  content: "\E460";
}
.fa-file-circle-minus:before {
  content: "\E4ED";
}
.fa-head-side-medical:before {
  content: "\F809";
}
.fa-arrow-turn-right:before {
  content: "\E635";
}
.fa-tags:before {
  content: "\F02C";
}
.fa-wine-glass:before {
  content: "\F4E3";
}
.fa-fast-forward:before,
.fa-forward-fast:before {
  content: "\F050";
}
.fa-face-meh-blank:before,
.fa-meh-blank:before {
  content: "\F5A4";
}
.fa-user-robot:before {
  content: "\E04B";
}
.fa-parking:before,
.fa-square-parking:before {
  content: "\F540";
}
.fa-card-diamond:before {
  content: "\E3EA";
}
.fa-face-zipper:before {
  content: "\E3A5";
}
.fa-face-raised-eyebrow:before {
  content: "\E388";
}
.fa-house-signal:before {
  content: "\E012";
}
.fa-chevron-square-up:before,
.fa-square-chevron-up:before {
  content: "\F32C";
}
.fa-bars-progress:before,
.fa-tasks-alt:before {
  content: "\F828";
}
.fa-faucet-drip:before {
  content: "\E006";
}
.fa-arrows-to-line:before {
  content: "\E0A7";
}
.fa-dolphin:before {
  content: "\E168";
}
.fa-arrow-up-right:before {
  content: "\E09F";
}
.fa-circle-r:before {
  content: "\E120";
}
.fa-cart-flatbed:before,
.fa-dolly-flatbed:before {
  content: "\F474";
}
.fa-ban-smoking:before,
.fa-smoking-ban:before {
  content: "\F54D";
}
.fa-circle-sort-up:before,
.fa-sort-circle-up:before {
  content: "\E032";
}
.fa-terminal:before {
  content: "\F120";
}
.fa-mobile-button:before {
  content: "\F10B";
}
.fa-house-medical-flag:before {
  content: "\E514";
}
.fa-basket-shopping:before,
.fa-shopping-basket:before {
  content: "\F291";
}
.fa-tape:before {
  content: "\F4DB";
}
.fa-chestnut:before {
  content: "\E3F6";
}
.fa-bus-alt:before,
.fa-bus-simple:before {
  content: "\F55E";
}
.fa-eye:before {
  content: "\F06E";
}
.fa-face-sad-cry:before,
.fa-sad-cry:before {
  content: "\F5B3";
}
.fa-heat:before {
  content: "\E00C";
}
.fa-ticket-airline:before,
.fa-ticket-perforated-plane:before,
.fa-ticket-plane:before {
  content: "\E29A";
}
.fa-boot-heeled:before {
  content: "\E33F";
}
.fa-arrows-minimize:before,
.fa-compress-arrows:before {
  content: "\E0A5";
}
.fa-audio-description:before {
  content: "\F29E";
}
.fa-person-military-to-person:before {
  content: "\E54C";
}
.fa-file-shield:before {
  content: "\E4F0";
}
.fa-hexagon:before {
  content: "\F312";
}
.fa-manhole:before {
  content: "\E1D6";
}
.fa-user-slash:before {
  content: "\F506";
}
.fa-pen:before {
  content: "\F304";
}
.fa-tower-observation:before {
  content: "\E586";
}
.fa-floppy-disks:before {
  content: "\E183";
}
.fa-toilet-paper-blank-under:before,
.fa-toilet-paper-reverse-alt:before {
  content: "\E29F";
}
.fa-file-code:before {
  content: "\F1C9";
}
.fa-signal-5:before,
.fa-signal-perfect:before,
.fa-signal:before {
  content: "\F012";
}
.fa-pump:before {
  content: "\E442";
}
.fa-bus:before {
  content: "\F207";
}
.fa-heart-circle-xmark:before {
  content: "\E501";
}
.fa-arrow-up-left-from-circle:before {
  content: "\E09E";
}
.fa-home-lg:before,
.fa-house-chimney:before {
  content: "\E3AF";
}
.fa-window-maximize:before {
  content: "\F2D0";
}
.fa-dryer:before {
  content: "\F861";
}
.fa-face-frown:before,
.fa-frown:before {
  content: "\F119";
}
.fa-chess-bishop-alt:before,
.fa-chess-bishop-piece:before {
  content: "\F43B";
}
.fa-shirt-tank-top:before {
  content: "\E3C9";
}
.fa-diploma:before,
.fa-scroll-ribbon:before {
  content: "\F5EA";
}
.fa-screencast:before {
  content: "\E23E";
}
.fa-walker:before {
  content: "\F831";
}
.fa-prescription:before {
  content: "\F5B1";
}
.fa-shop:before,
.fa-store-alt:before {
  content: "\F54F";
}
.fa-floppy-disk:before,
.fa-save:before {
  content: "\F0C7";
}
.fa-vihara:before {
  content: "\F6A7";
}
.fa-face-kiss-closed-eyes:before {
  content: "\E37D";
}
.fa-balance-scale-left:before,
.fa-scale-unbalanced:before {
  content: "\F515";
}
.fa-file-user:before {
  content: "\F65C";
}
.fa-user-police-tie:before {
  content: "\E334";
}
.fa-face-tongue-money:before {
  content: "\E39D";
}
.fa-tennis-ball:before {
  content: "\F45E";
}
.fa-square-l:before {
  content: "\E275";
}
.fa-sort-asc:before,
.fa-sort-up:before {
  content: "\F0DE";
}
.fa-calendar-arrow-up:before,
.fa-calendar-upload:before {
  content: "\E0D1";
}
.fa-comment-dots:before,
.fa-commenting:before {
  content: "\F4AD";
}
.fa-plant-wilt:before {
  content: "\E5AA";
}
.fa-scarf:before {
  content: "\F7C1";
}
.fa-album-circle-plus:before {
  content: "\E48C";
}
.fa-user-nurse-hair-long:before {
  content: "\E45E";
}
.fa-diamond:before {
  content: "\F219";
}
.fa-arrow-alt-square-left:before,
.fa-square-left:before {
  content: "\F351";
}
.fa-face-grin-squint:before,
.fa-grin-squint:before {
  content: "\F585";
}
.fa-circle-ellipsis-vertical:before {
  content: "\E10B";
}
.fa-hand-holding-dollar:before,
.fa-hand-holding-usd:before {
  content: "\F4C0";
}
.fa-grid-dividers:before {
  content: "\E3AD";
}
.fa-bacterium:before {
  content: "\E05A";
}
.fa-hand-pointer:before {
  content: "\F25A";
}
.fa-drum-steelpan:before {
  content: "\F56A";
}
.fa-hand-scissors:before {
  content: "\F257";
}
.fa-hands-praying:before,
.fa-praying-hands:before {
  content: "\F684";
}
.fa-face-pensive:before {
  content: "\E384";
}
.fa-user-music:before {
  content: "\F8EB";
}
.fa-arrow-right-rotate:before,
.fa-arrow-rotate-forward:before,
.fa-arrow-rotate-right:before,
.fa-redo:before {
  content: "\F01E";
}
.fa-comments-alt-dollar:before,
.fa-messages-dollar:before {
  content: "\F652";
}
.fa-sensor-on:before {
  content: "\E02B";
}
.fa-balloon:before {
  content: "\E2E3";
}
.fa-biohazard:before {
  content: "\F780";
}
.fa-chess-queen-alt:before,
.fa-chess-queen-piece:before {
  content: "\F446";
}
.fa-location-crosshairs:before,
.fa-location:before {
  content: "\F601";
}
.fa-mars-double:before {
  content: "\F227";
}
.fa-house-leave:before,
.fa-house-person-depart:before,
.fa-house-person-leave:before {
  content: "\E00F";
}
.fa-ruler-triangle:before {
  content: "\F61C";
}
.fa-card-club:before {
  content: "\E3E9";
}
.fa-child-dress:before {
  content: "\E59C";
}
.fa-users-between-lines:before {
  content: "\E591";
}
.fa-lungs-virus:before {
  content: "\E067";
}
.fa-spinner-third:before {
  content: "\F3F4";
}
.fa-face-grin-tears:before,
.fa-grin-tears:before {
  content: "\F588";
}
.fa-phone:before {
  content: "\F095";
}
.fa-computer-mouse-scrollwheel:before,
.fa-mouse-alt:before {
  content: "\F8CD";
}
.fa-calendar-times:before,
.fa-calendar-xmark:before {
  content: "\F273";
}
.fa-child-reaching:before {
  content: "\E59D";
}
.fa-table-layout:before {
  content: "\E290";
}
.fa-narwhal:before {
  content: "\F6FE";
}
.fa-ramp-loading:before {
  content: "\F4D4";
}
.fa-calendar-circle-plus:before {
  content: "\E470";
}
.fa-toothbrush:before {
  content: "\F635";
}
.fa-border-inner:before {
  content: "\F84E";
}
.fa-paw-claws:before {
  content: "\F702";
}
.fa-kiwi-fruit:before {
  content: "\E30C";
}
.fa-traffic-light-slow:before {
  content: "\F639";
}
.fa-rectangle-code:before {
  content: "\E322";
}
.fa-head-side-virus:before {
  content: "\E064";
}
.fa-keyboard-brightness:before {
  content: "\E1C0";
}
.fa-books-medical:before {
  content: "\F7E8";
}
.fa-lightbulb-slash:before {
  content: "\F673";
}
.fa-home-blank:before,
.fa-house-blank:before {
  content: "\E487";
}
.fa-square-5:before {
  content: "\E25A";
}
.fa-heart-square:before,
.fa-square-heart:before {
  content: "\F4C8";
}
.fa-puzzle:before {
  content: "\E443";
}
.fa-user-cog:before,
.fa-user-gear:before {
  content: "\F4FE";
}
.fa-pipe-circle-check:before {
  content: "\E436";
}
.fa-arrow-up-1-9:before,
.fa-sort-numeric-up:before {
  content: "\F163";
}
.fa-octagon-exclamation:before {
  content: "\E204";
}
.fa-dial-low:before {
  content: "\E15D";
}
.fa-door-closed:before {
  content: "\F52A";
}
.fa-laptop-mobile:before,
.fa-phone-laptop:before {
  content: "\F87A";
}
.fa-conveyor-belt-alt:before,
.fa-conveyor-belt-boxes:before {
  content: "\F46F";
}
.fa-shield-virus:before {
  content: "\E06C";
}
.fa-starfighter-alt-advanced:before,
.fa-starfighter-twin-ion-engine-advanced:before {
  content: "\E28E";
}
.fa-dice-six:before {
  content: "\F526";
}
.fa-starfighter-alt:before,
.fa-starfighter-twin-ion-engine:before {
  content: "\E038";
}
.fa-rocket-launch:before {
  content: "\E027";
}
.fa-mosquito-net:before {
  content: "\E52C";
}
.fa-vent-damper:before {
  content: "\E465";
}
.fa-bridge-water:before {
  content: "\E4CE";
}
.fa-ban-bug:before,
.fa-debug:before {
  content: "\F7F9";
}
.fa-person-booth:before {
  content: "\F756";
}
.fa-text-width:before {
  content: "\F035";
}
.fa-garage-car:before {
  content: "\E00A";
}
.fa-square-kanban:before {
  content: "\E488";
}
.fa-hat-wizard:before {
  content: "\F6E8";
}
.fa-chart-kanban:before {
  content: "\E64F";
}
.fa-pen-fancy:before {
  content: "\F5AC";
}
.fa-coffee-pot:before {
  content: "\E002";
}
.fa-mouse-field:before {
  content: "\E5A8";
}
.fa-digging:before,
.fa-person-digging:before {
  content: "\F85E";
}
.fa-shower-alt:before,
.fa-shower-down:before {
  content: "\E24D";
}
.fa-box-circle-check:before {
  content: "\E0C4";
}
.fa-brightness:before {
  content: "\E0C9";
}
.fa-car-side-bolt:before {
  content: "\E344";
}
.fa-file-xml:before {
  content: "\E654";
}
.fa-ornament:before {
  content: "\F7B8";
}
.fa-phone-arrow-down-left:before,
.fa-phone-arrow-down:before,
.fa-phone-incoming:before {
  content: "\E223";
}
.fa-cloud-word:before {
  content: "\E138";
}
.fa-hand-fingers-crossed:before {
  content: "\E1A3";
}
.fa-trash:before {
  content: "\F1F8";
}
.fa-gauge-simple-med:before,
.fa-gauge-simple:before,
.fa-tachometer-average:before {
  content: "\F629";
}
.fa-arrow-down-small-big:before,
.fa-sort-size-down-alt:before {
  content: "\F88D";
}
.fa-book-medical:before {
  content: "\F7E6";
}
.fa-face-melting:before {
  content: "\E483";
}
.fa-poo:before {
  content: "\F2FE";
}
.fa-pen-alt-slash:before,
.fa-pen-clip-slash:before {
  content: "\E20F";
}
.fa-quote-right-alt:before,
.fa-quote-right:before {
  content: "\F10E";
}
.fa-scroll-old:before {
  content: "\F70F";
}
.fa-guitars:before {
  content: "\F8BF";
}
.fa-phone-xmark:before {
  content: "\E227";
}
.fa-hose:before {
  content: "\E419";
}
.fa-clock-six:before {
  content: "\E352";
}
.fa-shirt:before,
.fa-t-shirt:before,
.fa-tshirt:before {
  content: "\F553";
}
.fa-billboard:before {
  content: "\E5CD";
}
.fa-square-r:before {
  content: "\E27C";
}
.fa-cubes:before {
  content: "\F1B3";
}
.fa-envelope-open-dollar:before {
  content: "\F657";
}
.fa-divide:before {
  content: "\F529";
}
.fa-sun-cloud:before {
  content: "\F763";
}
.fa-lamp-floor:before {
  content: "\E015";
}
.fa-square-7:before {
  content: "\E25C";
}
.fa-tenge-sign:before,
.fa-tenge:before {
  content: "\F7D7";
}
.fa-headphones:before {
  content: "\F025";
}
.fa-hands-holding:before {
  content: "\F4C2";
}
.fa-campfire:before {
  content: "\F6BA";
}
.fa-circle-ampersand:before {
  content: "\E0F8";
}
.fa-snowflakes:before {
  content: "\F7CF";
}
.fa-hands-clapping:before {
  content: "\E1A8";
}
.fa-republican:before {
  content: "\F75E";
}
.fa-leaf-maple:before {
  content: "\F6F6";
}
.fa-arrow-left:before {
  content: "\F060";
}
.fa-person-circle-xmark:before {
  content: "\E543";
}
.fa-ruler:before {
  content: "\F545";
}
.fa-cup-straw-swoosh:before {
  content: "\E364";
}
.fa-temperature-hot:before,
.fa-temperature-sun:before {
  content: "\F76A";
}
.fa-align-left:before {
  content: "\F036";
}
.fa-dice-d6:before {
  content: "\F6D1";
}
.fa-restroom:before {
  content: "\F7BD";
}
.fa-high-definition:before,
.fa-rectangle-hd:before {
  content: "\E1AE";
}
.fa-j:before {
  content: "J";
}
.fa-galaxy:before {
  content: "\E008";
}
.fa-users-viewfinder:before {
  content: "\E595";
}
.fa-file-video:before {
  content: "\F1C8";
}
.fa-cherries:before {
  content: "\E0EC";
}
.fa-external-link-alt:before,
.fa-up-right-from-square:before {
  content: "\F35D";
}
.fa-circle-sort:before,
.fa-sort-circle:before {
  content: "\E030";
}
.fa-table-cells:before,
.fa-th:before {
  content: "\F00A";
}
.fa-bag-shopping-minus:before {
  content: "\E650";
}
.fa-file-pdf:before {
  content: "\F1C1";
}
.fa-siren:before {
  content: "\E02D";
}
.fa-arrow-up-to-dotted-line:before {
  content: "\E0A1";
}
.fa-image-landscape:before,
.fa-landscape:before {
  content: "\E1B5";
}
.fa-tank-water:before {
  content: "\E452";
}
.fa-curling-stone:before,
.fa-curling:before {
  content: "\F44A";
}
.fa-gamepad-alt:before,
.fa-gamepad-modern:before {
  content: "\E5A2";
}
.fa-messages-question:before {
  content: "\E1E7";
}
.fa-bible:before,
.fa-book-bible:before {
  content: "\F647";
}
.fa-o:before {
  content: "O";
}
.fa-medkit:before,
.fa-suitcase-medical:before {
  content: "\F0FA";
}
.fa-briefcase-arrow-right:before {
  content: "\E2F2";
}
.fa-expand-wide:before {
  content: "\F320";
}
.fa-clock-eleven-thirty:before {
  content: "\E348";
}
.fa-rv:before {
  content: "\F7BE";
}
.fa-user-secret:before {
  content: "\F21B";
}
.fa-otter:before {
  content: "\F700";
}
.fa-dreidel:before {
  content: "\F792";
}
.fa-female:before,
.fa-person-dress:before {
  content: "\F182";
}
.fa-comment-dollar:before {
  content: "\F651";
}
.fa-briefcase-clock:before,
.fa-business-time:before {
  content: "\F64A";
}
.fa-flower-tulip:before {
  content: "\F801";
}
.fa-people-pants-simple:before {
  content: "\E21A";
}
.fa-cloud-drizzle:before {
  content: "\F738";
}
.fa-table-cells-large:before,
.fa-th-large:before {
  content: "\F009";
}
.fa-book-tanakh:before,
.fa-tanakh:before {
  content: "\F827";
}
.fa-solar-system:before {
  content: "\E02F";
}
.fa-seal-question:before {
  content: "\E243";
}
.fa-phone-volume:before,
.fa-volume-control-phone:before {
  content: "\F2A0";
}
.fa-disc-drive:before {
  content: "\F8B5";
}
.fa-hat-cowboy-side:before {
  content: "\F8C1";
}
.fa-rows:before,
.fa-table-rows:before {
  content: "\E292";
}
.fa-location-exclamation:before,
.fa-map-marker-exclamation:before {
  content: "\F608";
}
.fa-face-fearful:before {
  content: "\E375";
}
.fa-clipboard-user:before {
  content: "\F7F3";
}
.fa-bus-school:before {
  content: "\F5DD";
}
.fa-film-slash:before {
  content: "\E179";
}
.fa-square-arrow-down-right:before {
  content: "\E262";
}
.fa-book-sparkles:before,
.fa-book-spells:before {
  content: "\F6B8";
}
.fa-washer:before,
.fa-washing-machine:before {
  content: "\F898";
}
.fa-child:before {
  content: "\F1AE";
}
.fa-lira-sign:before {
  content: "\F195";
}
.fa-user-visor:before {
  content: "\E04C";
}
.fa-file-plus-minus:before {
  content: "\E177";
}
.fa-chess-clock-alt:before,
.fa-chess-clock-flip:before {
  content: "\F43E";
}
.fa-satellite:before {
  content: "\F7BF";
}
.fa-truck-fire:before {
  content: "\E65A";
}
.fa-plane-lock:before {
  content: "\E558";
}
.fa-steering-wheel:before {
  content: "\F622";
}
.fa-tag:before {
  content: "\F02B";
}
.fa-stretcher:before {
  content: "\F825";
}
.fa-book-law:before,
.fa-book-section:before {
  content: "\E0C1";
}
.fa-inboxes:before {
  content: "\E1BB";
}
.fa-coffee-bean:before {
  content: "\E13E";
}
.fa-circle-yen:before {
  content: "\E5D0";
}
.fa-brackets-curly:before {
  content: "\F7EA";
}
.fa-ellipsis-stroke-vertical:before,
.fa-ellipsis-v-alt:before {
  content: "\F39C";
}
.fa-comment:before {
  content: "\F075";
}
.fa-square-1:before {
  content: "\E256";
}
.fa-birthday-cake:before,
.fa-cake-candles:before,
.fa-cake:before {
  content: "\F1FD";
}
.fa-head-side:before {
  content: "\F6E9";
}
.fa-truck-ladder:before {
  content: "\E657";
}
.fa-envelope:before {
  content: "\F0E0";
}
.fa-dolly-empty:before {
  content: "\F473";
}
.fa-face-tissue:before {
  content: "\E39C";
}
.fa-angle-double-up:before,
.fa-angles-up:before {
  content: "\F102";
}
.fa-bin-recycle:before {
  content: "\E5F7";
}
.fa-paperclip:before {
  content: "\F0C6";
}
.fa-chart-line-down:before {
  content: "\F64D";
}
.fa-arrow-right-to-city:before {
  content: "\E4B3";
}
.fa-lock-a:before {
  content: "\E422";
}
.fa-ribbon:before {
  content: "\F4D6";
}
.fa-lungs:before {
  content: "\F604";
}
.fa-person-pinball:before {
  content: "\E21D";
}
.fa-arrow-up-9-1:before,
.fa-sort-numeric-up-alt:before {
  content: "\F887";
}
.fa-apple-core:before {
  content: "\E08F";
}
.fa-circle-y:before {
  content: "\E12F";
}
.fa-h6:before {
  content: "\E413";
}
.fa-litecoin-sign:before {
  content: "\E1D3";
}
.fa-circle-small:before {
  content: "\E122";
}
.fa-border-none:before {
  content: "\F850";
}
.fa-arrow-turn-down-left:before {
  content: "\E2E1";
}
.fa-circle-nodes:before {
  content: "\E4E2";
}
.fa-parachute-box:before {
  content: "\F4CD";
}
.fa-reflect-horizontal:before {
  content: "\E664";
}
.fa-comment-alt-medical:before,
.fa-message-medical:before {
  content: "\F7F4";
}
.fa-rugby-ball:before {
  content: "\E3C6";
}
.fa-comment-music:before {
  content: "\F8B0";
}
.fa-indent:before {
  content: "\F03C";
}
.fa-tree-alt:before,
.fa-tree-deciduous:before {
  content: "\F400";
}
.fa-puzzle-piece-alt:before,
.fa-puzzle-piece-simple:before {
  content: "\E231";
}
.fa-truck-field-un:before {
  content: "\E58E";
}
.fa-nfc-trash:before {
  content: "\E1FD";
}
.fa-hourglass-empty:before,
.fa-hourglass:before {
  content: "\F254";
}
.fa-mountain:before {
  content: "\F6FC";
}
.fa-file-times:before,
.fa-file-xmark:before {
  content: "\F317";
}
.fa-home-heart:before,
.fa-house-heart:before {
  content: "\F4C9";
}
.fa-house-chimney-blank:before {
  content: "\E3B0";
}
.fa-meter-bolt:before {
  content: "\E1E9";
}
.fa-user-doctor:before,
.fa-user-md:before {
  content: "\F0F0";
}
.fa-slash-back:before {
  content: "\\";
}
.fa-circle-info:before,
.fa-info-circle:before {
  content: "\F05A";
}
.fa-fishing-rod:before {
  content: "\E3A8";
}
.fa-hammer-crash:before {
  content: "\E414";
}
.fa-message-heart:before {
  content: "\E5C9";
}
.fa-cloud-meatball:before {
  content: "\F73B";
}
.fa-camera-polaroid:before {
  content: "\F8AA";
}
.fa-camera-alt:before,
.fa-camera:before {
  content: "\F030";
}
.fa-square-virus:before {
  content: "\E578";
}
.fa-cart-arrow-up:before {
  content: "\E3EE";
}
.fa-meteor:before {
  content: "\F753";
}
.fa-car-on:before {
  content: "\E4DD";
}
.fa-sleigh:before {
  content: "\F7CC";
}
.fa-arrow-down-1-9:before,
.fa-sort-numeric-asc:before,
.fa-sort-numeric-down:before {
  content: "\F162";
}
.fa-buoy-mooring:before {
  content: "\E5B6";
}
.fa-square-4:before {
  content: "\E259";
}
.fa-hand-holding-droplet:before,
.fa-hand-holding-water:before {
  content: "\F4C1";
}
.fa-file-eps:before {
  content: "\E644";
}
.fa-tricycle-adult:before {
  content: "\E5C4";
}
.fa-waveform:before {
  content: "\F8F1";
}
.fa-water:before {
  content: "\F773";
}
.fa-star-sharp-half-alt:before,
.fa-star-sharp-half-stroke:before {
  content: "\E28D";
}
.fa-nfc-signal:before {
  content: "\E1FB";
}
.fa-plane-prop:before {
  content: "\E22B";
}
.fa-calendar-check:before {
  content: "\F274";
}
.fa-clock-desk:before {
  content: "\E134";
}
.fa-calendar-clock:before,
.fa-calendar-time:before {
  content: "\E0D2";
}
.fa-braille:before {
  content: "\F2A1";
}
.fa-prescription-bottle-alt:before,
.fa-prescription-bottle-medical:before {
  content: "\F486";
}
.fa-plate-utensils:before {
  content: "\E43B";
}
.fa-family-pants:before {
  content: "\E302";
}
.fa-hose-reel:before {
  content: "\E41A";
}
.fa-house-window:before {
  content: "\E3B3";
}
.fa-landmark:before {
  content: "\F66F";
}
.fa-truck:before {
  content: "\F0D1";
}
.fa-music-magnifying-glass:before {
  content: "\E662";
}
.fa-crosshairs:before {
  content: "\F05B";
}
.fa-cloud-rainbow:before {
  content: "\F73E";
}
.fa-person-cane:before {
  content: "\E53C";
}
.fa-alien:before {
  content: "\F8F5";
}
.fa-tent:before {
  content: "\E57D";
}
.fa-laptop-binary:before {
  content: "\E5E7";
}
.fa-vest-patches:before {
  content: "\E086";
}
.fa-people-dress-simple:before {
  content: "\E218";
}
.fa-check-double:before {
  content: "\F560";
}
.fa-arrow-down-a-z:before,
.fa-sort-alpha-asc:before,
.fa-sort-alpha-down:before {
  content: "\F15D";
}
.fa-bowling-ball-pin:before {
  content: "\E0C3";
}
.fa-bell-school-slash:before {
  content: "\F5D6";
}
.fa-plus-large:before {
  content: "\E59E";
}
.fa-money-bill-wheat:before {
  content: "\E52A";
}
.fa-camera-viewfinder:before,
.fa-screenshot:before {
  content: "\E0DA";
}
.fa-comment-alt-music:before,
.fa-message-music:before {
  content: "\F8AF";
}
.fa-car-building:before {
  content: "\F859";
}
.fa-border-bottom-right:before,
.fa-border-style-alt:before {
  content: "\F854";
}
.fa-octagon:before {
  content: "\F306";
}
.fa-comment-arrow-up-right:before {
  content: "\E145";
}
.fa-octagon-divide:before {
  content: "\E203";
}
.fa-cookie:before {
  content: "\F563";
}
.fa-arrow-left-rotate:before,
.fa-arrow-rotate-back:before,
.fa-arrow-rotate-backward:before,
.fa-arrow-rotate-left:before,
.fa-undo:before {
  content: "\F0E2";
}
.fa-tv-music:before {
  content: "\F8E6";
}
.fa-hard-drive:before,
.fa-hdd:before {
  content: "\F0A0";
}
.fa-reel:before {
  content: "\E238";
}
.fa-face-grin-squint-tears:before,
.fa-grin-squint-tears:before {
  content: "\F586";
}
.fa-dumbbell:before {
  content: "\F44B";
}
.fa-list-alt:before,
.fa-rectangle-list:before {
  content: "\F022";
}
.fa-tarp-droplet:before {
  content: "\E57C";
}
.fa-alarm-exclamation:before {
  content: "\F843";
}
.fa-house-medical-circle-check:before {
  content: "\E511";
}
.fa-traffic-cone:before {
  content: "\F636";
}
.fa-grate:before {
  content: "\E193";
}
.fa-arrow-down-right:before {
  content: "\E093";
}
.fa-person-skiing-nordic:before,
.fa-skiing-nordic:before {
  content: "\F7CA";
}
.fa-calendar-plus:before {
  content: "\F271";
}
.fa-person-from-portal:before,
.fa-portal-exit:before {
  content: "\E023";
}
.fa-plane-arrival:before {
  content: "\F5AF";
}
.fa-cowbell-circle-plus:before,
.fa-cowbell-more:before {
  content: "\F8B4";
}
.fa-arrow-alt-circle-left:before,
.fa-circle-left:before {
  content: "\F359";
}
.fa-distribute-spacing-vertical:before {
  content: "\E366";
}
.fa-signal-alt-2:before,
.fa-signal-bars-fair:before {
  content: "\F692";
}
.fa-sportsball:before {
  content: "\E44B";
}
.fa-game-console-handheld-crank:before {
  content: "\E5B9";
}
.fa-subway:before,
.fa-train-subway:before {
  content: "\F239";
}
.fa-chart-gantt:before {
  content: "\E0E4";
}
.fa-face-smile-upside-down:before {
  content: "\E395";
}
.fa-ball-pile:before {
  content: "\F77E";
}
.fa-badge-dollar:before {
  content: "\F645";
}
.fa-money-bills-alt:before,
.fa-money-bills-simple:before {
  content: "\E1F4";
}
.fa-list-timeline:before {
  content: "\E1D1";
}
.fa-indian-rupee-sign:before,
.fa-indian-rupee:before,
.fa-inr:before {
  content: "\E1BC";
}
.fa-crop-alt:before,
.fa-crop-simple:before {
  content: "\F565";
}
.fa-money-bill-1:before,
.fa-money-bill-alt:before {
  content: "\F3D1";
}
.fa-left-long:before,
.fa-long-arrow-alt-left:before {
  content: "\F30A";
}
.fa-keyboard-down:before {
  content: "\E1C2";
}
.fa-circle-up-right:before {
  content: "\E129";
}
.fa-cloud-bolt-moon:before,
.fa-thunderstorm-moon:before {
  content: "\F76D";
}
.fa-turn-left-up:before {
  content: "\E638";
}
.fa-dna:before {
  content: "\F471";
}
.fa-virus-slash:before {
  content: "\E075";
}
.fa-bracket-round-right:before {
  content: ")";
}
.fa-circle-sterling:before {
  content: "\E5CF";
}
.fa-circle-5:before {
  content: "\E0F2";
}
.fa-minus:before,
.fa-subtract:before {
  content: "\F068";
}
.fa-fire-flame:before,
.fa-flame:before {
  content: "\F6DF";
}
.fa-arrow-alt-to-right:before,
.fa-right-to-line:before {
  content: "\F34C";
}
.fa-gif:before {
  content: "\E190";
}
.fa-chess:before {
  content: "\F439";
}
.fa-trash-slash:before {
  content: "\E2B3";
}
.fa-arrow-left-long:before,
.fa-long-arrow-left:before {
  content: "\F177";
}
.fa-plug-circle-check:before {
  content: "\E55C";
}
.fa-font-case:before {
  content: "\F866";
}
.fa-street-view:before {
  content: "\F21D";
}
.fa-arrow-down-left:before {
  content: "\E091";
}
.fa-franc-sign:before {
  content: "\E18F";
}
.fa-flask-poison:before,
.fa-flask-round-poison:before {
  content: "\F6E0";
}
.fa-volume-off:before {
  content: "\F026";
}
.fa-book-circle-arrow-right:before {
  content: "\E0BC";
}
.fa-chart-user:before,
.fa-user-chart:before {
  content: "\F6A3";
}
.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before,
.fa-hands-american-sign-language-interpreting:before,
.fa-hands-asl-interpreting:before {
  content: "\F2A3";
}
.fa-presentation-screen:before,
.fa-presentation:before {
  content: "\F685";
}
.fa-circle-bolt:before {
  content: "\E0FE";
}
.fa-face-smile-halo:before {
  content: "\E38F";
}
.fa-cart-circle-arrow-down:before {
  content: "\E3EF";
}
.fa-house-person-arrive:before,
.fa-house-person-return:before,
.fa-house-return:before {
  content: "\E011";
}
.fa-comment-alt-times:before,
.fa-message-times:before,
.fa-message-xmark:before {
  content: "\F4AB";
}
.fa-file-award:before,
.fa-file-certificate:before {
  content: "\F5F3";
}
.fa-user-doctor-hair-long:before {
  content: "\E459";
}
.fa-camera-home:before,
.fa-camera-security:before {
  content: "\F8FE";
}
.fa-cog:before,
.fa-gear:before {
  content: "\F013";
}
.fa-droplet-slash:before,
.fa-tint-slash:before {
  content: "\F5C7";
}
.fa-book-heart:before {
  content: "\F499";
}
.fa-mosque:before {
  content: "\F678";
}
.fa-duck:before {
  content: "\F6D8";
}
.fa-mosquito:before {
  content: "\E52B";
}
.fa-star-of-david:before {
  content: "\F69A";
}
.fa-flag-alt:before,
.fa-flag-swallowtail:before {
  content: "\F74C";
}
.fa-person-military-rifle:before {
  content: "\E54B";
}
.fa-car-garage:before {
  content: "\F5E2";
}
.fa-cart-shopping:before,
.fa-shopping-cart:before {
  content: "\F07A";
}
.fa-book-font:before {
  content: "\E0BF";
}
.fa-shield-plus:before {
  content: "\E24A";
}
.fa-vials:before {
  content: "\F493";
}
.fa-eye-dropper-full:before {
  content: "\E172";
}
.fa-distribute-spacing-horizontal:before {
  content: "\E365";
}
.fa-tablet-rugged:before {
  content: "\F48F";
}
.fa-temperature-frigid:before,
.fa-temperature-snow:before {
  content: "\F768";
}
.fa-moped:before {
  content: "\E3B9";
}
.fa-face-smile-plus:before,
.fa-smile-plus:before {
  content: "\F5B9";
}
.fa-radio-alt:before,
.fa-radio-tuner:before {
  content: "\F8D8";
}
.fa-face-swear:before {
  content: "\E399";
}
.fa-water-arrow-down:before,
.fa-water-lower:before {
  content: "\F774";
}
.fa-scanner-touchscreen:before {
  content: "\F48A";
}
.fa-circle-7:before {
  content: "\E0F4";
}
.fa-plug-circle-plus:before {
  content: "\E55F";
}
.fa-person-ski-jumping:before,
.fa-ski-jump:before {
  content: "\F7C7";
}
.fa-place-of-worship:before {
  content: "\F67F";
}
.fa-water-arrow-up:before,
.fa-water-rise:before {
  content: "\F775";
}
.fa-waveform-lines:before,
.fa-waveform-path:before {
  content: "\F8F2";
}
.fa-split:before {
  content: "\E254";
}
.fa-film-canister:before,
.fa-film-cannister:before {
  content: "\F8B7";
}
.fa-folder-times:before,
.fa-folder-xmark:before {
  content: "\F65F";
}
.fa-toilet-paper-alt:before,
.fa-toilet-paper-blank:before {
  content: "\F71F";
}
.fa-tablet-android-alt:before,
.fa-tablet-screen:before {
  content: "\F3FC";
}
.fa-hexagon-vertical-nft-slanted:before {
  content: "\E506";
}
.fa-folder-music:before {
  content: "\E18D";
}
.fa-desktop-medical:before,
.fa-display-medical:before {
  content: "\E166";
}
.fa-share-all:before {
  content: "\F367";
}
.fa-peapod:before {
  content: "\E31C";
}
.fa-chess-clock:before {
  content: "\F43D";
}
.fa-axe:before {
  content: "\F6B2";
}
.fa-square-d:before {
  content: "\E268";
}
.fa-grip-vertical:before {
  content: "\F58E";
}
.fa-mobile-signal-out:before {
  content: "\E1F0";
}
.fa-arrow-turn-up:before,
.fa-level-up:before {
  content: "\F148";
}
.fa-u:before {
  content: "U";
}
.fa-arrow-up-from-dotted-line:before {
  content: "\E09B";
}
.fa-square-root-alt:before,
.fa-square-root-variable:before {
  content: "\F698";
}
.fa-light-switch-on:before {
  content: "\E019";
}
.fa-arrow-down-arrow-up:before,
.fa-sort-alt:before {
  content: "\F883";
}
.fa-raindrops:before {
  content: "\F75C";
}
.fa-dash:before,
.fa-minus-large:before {
  content: "\E404";
}
.fa-clock-four:before,
.fa-clock:before {
  content: "\F017";
}
.fa-input-numeric:before {
  content: "\E1BD";
}
.fa-truck-tow:before {
  content: "\E2B8";
}
.fa-backward-step:before,
.fa-step-backward:before {
  content: "\F048";
}
.fa-pallet:before {
  content: "\F482";
}
.fa-car-bolt:before {
  content: "\E341";
}
.fa-arrows-maximize:before,
.fa-expand-arrows:before {
  content: "\F31D";
}
.fa-faucet:before {
  content: "\E005";
}
.fa-cloud-sleet:before {
  content: "\F741";
}
.fa-lamp-street:before {
  content: "\E1C5";
}
.fa-list-radio:before {
  content: "\E1D0";
}
.fa-pen-nib-slash:before {
  content: "\E4A1";
}
.fa-baseball-bat-ball:before {
  content: "\F432";
}
.fa-square-up-left:before {
  content: "\E282";
}
.fa-overline:before {
  content: "\F876";
}
.fa-s:before {
  content: "S";
}
.fa-timeline:before {
  content: "\E29C";
}
.fa-keyboard:before {
  content: "\F11C";
}
.fa-arrows-from-dotted-line:before {
  content: "\E0A3";
}
.fa-usb-drive:before {
  content: "\F8E9";
}
.fa-ballot:before {
  content: "\F732";
}
.fa-caret-down:before {
  content: "\F0D7";
}
.fa-location-dot-slash:before,
.fa-map-marker-alt-slash:before {
  content: "\F605";
}
.fa-cards:before {
  content: "\E3ED";
}
.fa-clinic-medical:before,
.fa-house-chimney-medical:before {
  content: "\F7F2";
}
.fa-boxing-glove:before,
.fa-glove-boxing:before {
  content: "\F438";
}
.fa-temperature-3:before,
.fa-temperature-three-quarters:before,
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\F2C8";
}
.fa-bell-school:before {
  content: "\F5D5";
}
.fa-mobile-android-alt:before,
.fa-mobile-screen:before {
  content: "\F3CF";
}
.fa-plane-up:before {
  content: "\E22D";
}
.fa-folder-heart:before {
  content: "\E189";
}
.fa-circle-location-arrow:before,
.fa-location-circle:before {
  content: "\F602";
}
.fa-face-head-bandage:before {
  content: "\E37A";
}
.fa-maki-roll:before,
.fa-makizushi:before,
.fa-sushi-roll:before {
  content: "\E48B";
}
.fa-car-bump:before {
  content: "\F5E0";
}
.fa-piggy-bank:before {
  content: "\F4D3";
}
.fa-racquet:before {
  content: "\F45A";
}
.fa-car-mirrors:before {
  content: "\E343";
}
.fa-industry-alt:before,
.fa-industry-windows:before {
  content: "\F3B3";
}
.fa-bolt-auto:before {
  content: "\E0B6";
}
.fa-battery-3:before,
.fa-battery-half:before {
  content: "\F242";
}
.fa-flux-capacitor:before {
  content: "\F8BA";
}
.fa-mountain-city:before {
  content: "\E52E";
}
.fa-coins:before {
  content: "\F51E";
}
.fa-honey-pot:before {
  content: "\E418";
}
.fa-olive:before {
  content: "\E316";
}
.fa-khanda:before {
  content: "\F66D";
}
.fa-filter-list:before {
  content: "\E17C";
}
.fa-outlet:before {
  content: "\E01C";
}
.fa-sliders-h:before,
.fa-sliders:before {
  content: "\F1DE";
}
.fa-cauldron:before {
  content: "\F6BF";
}
.fa-people:before {
  content: "\E216";
}
.fa-folder-tree:before {
  content: "\F802";
}
.fa-network-wired:before {
  content: "\F6FF";
}
.fa-croissant:before {
  content: "\F7F6";
}
.fa-map-pin:before {
  content: "\F276";
}
.fa-hamsa:before {
  content: "\F665";
}
.fa-cent-sign:before {
  content: "\E3F5";
}
.fa-swords-laser:before {
  content: "\E03D";
}
.fa-flask:before {
  content: "\F0C3";
}
.fa-person-pregnant:before {
  content: "\E31E";
}
.fa-square-u:before {
  content: "\E281";
}
.fa-wand-sparkles:before {
  content: "\F72B";
}
.fa-router:before {
  content: "\F8DA";
}
.fa-ellipsis-v:before,
.fa-ellipsis-vertical:before {
  content: "\F142";
}
.fa-sword-laser-alt:before {
  content: "\E03C";
}
.fa-ticket:before {
  content: "\F145";
}
.fa-power-off:before {
  content: "\F011";
}
.fa-coin:before {
  content: "\F85C";
}
.fa-laptop-slash:before {
  content: "\E1C7";
}
.fa-long-arrow-alt-right:before,
.fa-right-long:before {
  content: "\F30B";
}
.fa-circle-b:before {
  content: "\E0FD";
}
.fa-person-dress-simple:before {
  content: "\E21C";
}
.fa-pipe-collar:before {
  content: "\E437";
}
.fa-lights-holiday:before {
  content: "\F7B2";
}
.fa-citrus:before {
  content: "\E2F4";
}
.fa-flag-usa:before {
  content: "\F74D";
}
.fa-laptop-file:before {
  content: "\E51D";
}
.fa-teletype:before,
.fa-tty:before {
  content: "\F1E4";
}
.fa-chart-tree-map:before {
  content: "\E0EA";
}
.fa-diagram-next:before {
  content: "\E476";
}
.fa-person-rifle:before {
  content: "\E54E";
}
.fa-clock-five-thirty:before {
  content: "\E34A";
}
.fa-pipe-valve:before {
  content: "\E439";
}
.fa-arrow-up-from-arc:before {
  content: "\E4B4";
}
.fa-face-spiral-eyes:before {
  content: "\E485";
}
.fa-compress-wide:before {
  content: "\F326";
}
.fa-circle-phone-hangup:before,
.fa-phone-circle-down:before {
  content: "\E11D";
}
.fa-gear-complex-code:before {
  content: "\E5EB";
}
.fa-house-medical-circle-exclamation:before {
  content: "\E512";
}
.fa-badminton:before {
  content: "\E33A";
}
.fa-closed-captioning:before {
  content: "\F20A";
}
.fa-hiking:before,
.fa-person-hiking:before {
  content: "\F6EC";
}
.fa-arrow-alt-from-left:before,
.fa-right-from-line:before {
  content: "\F347";
}
.fa-venus-double:before {
  content: "\F226";
}
.fa-images:before {
  content: "\F302";
}
.fa-calculator:before {
  content: "\F1EC";
}
.fa-shuttlecock:before {
  content: "\F45B";
}
.fa-user-hair:before {
  content: "\E45A";
}
.fa-eye-evil:before {
  content: "\F6DB";
}
.fa-people-pulling:before {
  content: "\E535";
}
.fa-n:before {
  content: "N";
}
.fa-swap:before {
  content: "\E609";
}
.fa-garage:before {
  content: "\E009";
}
.fa-cable-car:before,
.fa-tram:before {
  content: "\F7DA";
}
.fa-shovel-snow:before {
  content: "\F7C3";
}
.fa-cloud-rain:before {
  content: "\F73D";
}
.fa-face-lying:before {
  content: "\E37E";
}
.fa-sprinkler:before {
  content: "\E035";
}
.fa-building-circle-xmark:before {
  content: "\E4D4";
}
.fa-person-sledding:before,
.fa-sledding:before {
  content: "\F7CB";
}
.fa-game-console-handheld:before {
  content: "\F8BB";
}
.fa-ship:before {
  content: "\F21A";
}
.fa-clock-six-thirty:before {
  content: "\E353";
}
.fa-battery-slash:before {
  content: "\F377";
}
.fa-tugrik-sign:before {
  content: "\E2BA";
}
.fa-arrows-down-to-line:before {
  content: "\E4B8";
}
.fa-download:before {
  content: "\F019";
}
.fa-angles-up-down:before {
  content: "\E60D";
}
.fa-inventory:before,
.fa-shelves:before {
  content: "\F480";
}
.fa-cloud-snow:before {
  content: "\F742";
}
.fa-face-grin:before,
.fa-grin:before {
  content: "\F580";
}
.fa-backspace:before,
.fa-delete-left:before {
  content: "\F55A";
}
.fa-oven:before {
  content: "\E01D";
}
.fa-cloud-binary:before {
  content: "\E601";
}
.fa-eye-dropper-empty:before,
.fa-eye-dropper:before,
.fa-eyedropper:before {
  content: "\F1FB";
}
.fa-comment-captions:before {
  content: "\E146";
}
.fa-comments-question:before {
  content: "\E14E";
}
.fa-scribble:before {
  content: "\E23F";
}
.fa-rotate-exclamation:before {
  content: "\E23C";
}
.fa-file-circle-check:before {
  content: "\E5A0";
}
.fa-glass:before {
  content: "\F804";
}
.fa-loader:before {
  content: "\E1D4";
}
.fa-forward:before {
  content: "\F04E";
}
.fa-user-pilot:before {
  content: "\E2C0";
}
.fa-mobile-android:before,
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\F3CE";
}
.fa-code-pull-request-closed:before {
  content: "\E3F9";
}
.fa-face-meh:before,
.fa-meh:before {
  content: "\F11A";
}
.fa-align-center:before {
  content: "\F037";
}
.fa-book-dead:before,
.fa-book-skull:before {
  content: "\F6B7";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\F2C2";
}
.fa-face-dotted:before {
  content: "\E47F";
}
.fa-face-worried:before {
  content: "\E3A3";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\F03B";
}
.fa-court-sport:before {
  content: "\E643";
}
.fa-heart-circle-exclamation:before {
  content: "\E4FE";
}
.fa-home-alt:before,
.fa-home-lg-alt:before,
.fa-home:before,
.fa-house:before {
  content: "\F015";
}
.fa-vector-circle:before {
  content: "\E2C6";
}
.fa-car-circle-bolt:before {
  content: "\E342";
}
.fa-calendar-week:before {
  content: "\F784";
}
.fa-flying-disc:before {
  content: "\E3A9";
}
.fa-laptop-medical:before {
  content: "\F812";
}
.fa-square-down-right:before {
  content: "\E26C";
}
.fa-b:before {
  content: "B";
}
.fa-seat-airline:before {
  content: "\E244";
}
.fa-eclipse-alt:before,
.fa-moon-over-sun:before {
  content: "\F74A";
}
.fa-pipe:before {
  content: "|";
}
.fa-file-medical:before {
  content: "\F477";
}
.fa-potato:before {
  content: "\E440";
}
.fa-dice-one:before {
  content: "\F525";
}
.fa-circle-a:before {
  content: "\E0F7";
}
.fa-helmet-battle:before {
  content: "\F6EB";
}
.fa-butter:before {
  content: "\E3E4";
}
.fa-blanket-fire:before {
  content: "\E3DA";
}
.fa-kiwi-bird:before {
  content: "\F535";
}
.fa-castle:before {
  content: "\E0DE";
}
.fa-golf-club:before {
  content: "\F451";
}
.fa-arrow-right-arrow-left:before,
.fa-exchange:before {
  content: "\F0EC";
}
.fa-redo-alt:before,
.fa-rotate-forward:before,
.fa-rotate-right:before {
  content: "\F2F9";
}
.fa-cutlery:before,
.fa-utensils:before {
  content: "\F2E7";
}
.fa-arrow-up-wide-short:before,
.fa-sort-amount-up:before {
  content: "\F161";
}
.fa-chart-pie-simple-circle-dollar:before {
  content: "\E605";
}
.fa-balloons:before {
  content: "\E2E4";
}
.fa-mill-sign:before {
  content: "\E1ED";
}
.fa-bowl-rice:before {
  content: "\E2EB";
}
.fa-timeline-arrow:before {
  content: "\E29D";
}
.fa-skull:before {
  content: "\F54C";
}
.fa-game-board-alt:before,
.fa-game-board-simple:before {
  content: "\F868";
}
.fa-circle-video:before,
.fa-video-circle:before {
  content: "\E12B";
}
.fa-chart-scatter-bubble:before {
  content: "\E0E9";
}
.fa-house-turret:before {
  content: "\E1B4";
}
.fa-banana:before {
  content: "\E2E5";
}
.fa-hand-holding-skull:before {
  content: "\E1A4";
}
.fa-people-dress:before {
  content: "\E217";
}
.fa-couch-small:before,
.fa-loveseat:before {
  content: "\F4CC";
}
.fa-broadcast-tower:before,
.fa-tower-broadcast:before {
  content: "\F519";
}
.fa-truck-pickup:before {
  content: "\F63C";
}
.fa-block-quote:before {
  content: "\E0B5";
}
.fa-long-arrow-alt-up:before,
.fa-up-long:before {
  content: "\F30C";
}
.fa-stop:before {
  content: "\F04D";
}
.fa-code-merge:before {
  content: "\F387";
}
.fa-money-check-dollar-pen:before,
.fa-money-check-edit-alt:before {
  content: "\F873";
}
.fa-arrow-alt-from-bottom:before,
.fa-up-from-line:before {
  content: "\F346";
}
.fa-upload:before {
  content: "\F093";
}
.fa-hurricane:before {
  content: "\F751";
}
.fa-grid-round-2-plus:before {
  content: "\E5DC";
}
.fa-people-pants:before {
  content: "\E219";
}
.fa-mound:before {
  content: "\E52D";
}
.fa-windsock:before {
  content: "\F777";
}
.fa-circle-half:before {
  content: "\E110";
}
.fa-brake-warning:before {
  content: "\E0C7";
}
.fa-toilet-portable:before {
  content: "\E583";
}
.fa-compact-disc:before {
  content: "\F51F";
}
.fa-file-arrow-down:before,
.fa-file-download:before {
  content: "\F56D";
}
.fa-sax-hot:before,
.fa-saxophone-fire:before {
  content: "\F8DB";
}
.fa-camera-web-slash:before,
.fa-webcam-slash:before {
  content: "\F833";
}
.fa-folder-medical:before {
  content: "\E18C";
}
.fa-folder-cog:before,
.fa-folder-gear:before {
  content: "\E187";
}
.fa-hand-wave:before {
  content: "\E1A7";
}
.fa-arrow-up-arrow-down:before,
.fa-sort-up-down:before {
  content: "\E099";
}
.fa-caravan:before {
  content: "\F8FF";
}
.fa-shield-cat:before {
  content: "\E572";
}
.fa-comment-alt-slash:before,
.fa-message-slash:before {
  content: "\F4A9";
}
.fa-bolt:before,
.fa-zap:before {
  content: "\F0E7";
}
.fa-trash-can-check:before {
  content: "\E2A9";
}
.fa-glass-water:before {
  content: "\E4F4";
}
.fa-oil-well:before {
  content: "\E532";
}
.fa-person-simple:before {
  content: "\E220";
}
.fa-arrow-turn-left-up:before {
  content: "\E634";
}
.fa-vault:before {
  content: "\E2C5";
}
.fa-mars:before {
  content: "\F222";
}
.fa-toilet:before {
  content: "\F7D8";
}
.fa-plane-circle-xmark:before {
  content: "\E557";
}
.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen-sign:before,
.fa-yen:before {
  content: "\F157";
}
.fa-gear-code:before {
  content: "\E5E8";
}
.fa-notes:before {
  content: "\E202";
}
.fa-rouble:before,
.fa-rub:before,
.fa-ruble-sign:before,
.fa-ruble:before {
  content: "\F158";
}
.fa-trash-arrow-turn-left:before,
.fa-trash-undo:before {
  content: "\F895";
}
.fa-champagne-glass:before,
.fa-glass-champagne:before {
  content: "\F79E";
}
.fa-objects-align-center-horizontal:before {
  content: "\E3BC";
}
.fa-sun:before {
  content: "\F185";
}
.fa-trash-alt-slash:before,
.fa-trash-can-slash:before {
  content: "\E2AD";
}
.fa-screen-users:before,
.fa-users-class:before {
  content: "\F63D";
}
.fa-guitar:before {
  content: "\F7A6";
}
.fa-arrow-square-left:before,
.fa-square-arrow-left:before {
  content: "\F33A";
}
.fa-square-8:before {
  content: "\E25D";
}
.fa-face-smile-hearts:before {
  content: "\E390";
}
.fa-brackets-square:before,
.fa-brackets:before {
  content: "\F7E9";
}
.fa-laptop-arrow-down:before {
  content: "\E1C6";
}
.fa-hockey-stick-puck:before {
  content: "\E3AE";
}
.fa-house-tree:before {
  content: "\E1B3";
}
.fa-signal-2:before,
.fa-signal-fair:before {
  content: "\F68D";
}
.fa-face-laugh-wink:before,
.fa-laugh-wink:before {
  content: "\F59C";
}
.fa-circle-dollar:before,
.fa-dollar-circle:before,
.fa-usd-circle:before {
  content: "\F2E8";
}
.fa-horse-head:before {
  content: "\F7AB";
}
.fa-arrows-repeat:before,
.fa-repeat-alt:before {
  content: "\F364";
}
.fa-bore-hole:before {
  content: "\E4C3";
}
.fa-industry:before {
  content: "\F275";
}
.fa-image-polaroid:before {
  content: "\F8C4";
}
.fa-wave-triangle:before {
  content: "\F89A";
}
.fa-turn-left-down:before {
  content: "\E637";
}
.fa-person-running-fast:before {
  content: "\E5FF";
}
.fa-arrow-alt-circle-down:before,
.fa-circle-down:before {
  content: "\F358";
}
.fa-grill:before {
  content: "\E5A3";
}
.fa-arrows-turn-to-dots:before {
  content: "\E4C1";
}
.fa-analytics:before,
.fa-chart-mixed:before {
  content: "\F643";
}
.fa-florin-sign:before {
  content: "\E184";
}
.fa-arrow-down-short-wide:before,
.fa-sort-amount-desc:before,
.fa-sort-amount-down-alt:before {
  content: "\F884";
}
.fa-less-than:before {
  content: "<";
}
.fa-desktop-code:before,
.fa-display-code:before {
  content: "\E165";
}
.fa-face-drooling:before {
  content: "\E372";
}
.fa-oil-temp:before,
.fa-oil-temperature:before {
  content: "\F614";
}
.fa-question-square:before,
.fa-square-question:before {
  content: "\F2FD";
}
.fa-air-conditioner:before {
  content: "\F8F4";
}
.fa-angle-down:before {
  content: "\F107";
}
.fa-mountains:before {
  content: "\F6FD";
}
.fa-omega:before {
  content: "\F67A";
}
.fa-car-tunnel:before {
  content: "\E4DE";
}
.fa-person-dolly-empty:before {
  content: "\F4D1";
}
.fa-pan-food:before {
  content: "\E42B";
}
.fa-head-side-cough:before {
  content: "\E061";
}
.fa-grip-lines:before {
  content: "\F7A4";
}
.fa-thumbs-down:before {
  content: "\F165";
}
.fa-user-lock:before {
  content: "\F502";
}
.fa-arrow-right-long:before,
.fa-long-arrow-right:before {
  content: "\F178";
}
.fa-tickets-airline:before,
.fa-tickets-perforated-plane:before,
.fa-tickets-plane:before {
  content: "\E29B";
}
.fa-tent-double-peak:before {
  content: "\E627";
}
.fa-anchor-circle-xmark:before {
  content: "\E4AC";
}
.fa-ellipsis-h:before,
.fa-ellipsis:before {
  content: "\F141";
}
.fa-nfc-slash:before {
  content: "\E1FC";
}
.fa-chess-pawn:before {
  content: "\F443";
}
.fa-first-aid:before,
.fa-kit-medical:before {
  content: "\F479";
}
.fa-grid-2-plus:before {
  content: "\E197";
}
.fa-bells:before {
  content: "\F77F";
}
.fa-person-through-window:before {
  content: "\E5A9";
}
.fa-toolbox:before {
  content: "\F552";
}
.fa-envelope-badge:before,
.fa-envelope-dot:before {
  content: "\E16F";
}
.fa-magnifying-glass-waveform:before {
  content: "\E661";
}
.fa-hands-holding-circle:before {
  content: "\E4FB";
}
.fa-bug:before {
  content: "\F188";
}
.fa-bowl-chopsticks:before {
  content: "\E2E9";
}
.fa-credit-card-alt:before,
.fa-credit-card:before {
  content: "\F09D";
}
.fa-circle-s:before {
  content: "\E121";
}
.fa-box-ballot:before {
  content: "\F735";
}
.fa-automobile:before,
.fa-car:before {
  content: "\F1B9";
}
.fa-hand-holding-hand:before {
  content: "\E4F7";
}
.fa-user-tie-hair:before {
  content: "\E45F";
}
.fa-podium-star:before {
  content: "\F758";
}
.fa-business-front:before,
.fa-party-back:before,
.fa-trian-balbot:before,
.fa-user-hair-mullet:before {
  content: "\E45C";
}
.fa-microphone-stand:before {
  content: "\F8CB";
}
.fa-book-open-reader:before,
.fa-book-reader:before {
  content: "\F5DA";
}
.fa-family-dress:before {
  content: "\E301";
}
.fa-circle-x:before {
  content: "\E12E";
}
.fa-cabin:before {
  content: "\E46D";
}
.fa-mountain-sun:before {
  content: "\E52F";
}
.fa-chart-simple-horizontal:before {
  content: "\E474";
}
.fa-arrows-left-right-to-line:before {
  content: "\E4BA";
}
.fa-hand-back-point-left:before {
  content: "\E19F";
}
.fa-comment-alt-dots:before,
.fa-message-dots:before,
.fa-messaging:before {
  content: "\F4A3";
}
.fa-file-heart:before {
  content: "\E176";
}
.fa-beer-foam:before,
.fa-beer-mug:before {
  content: "\E0B3";
}
.fa-dice-d20:before {
  content: "\F6CF";
}
.fa-drone:before {
  content: "\F85F";
}
.fa-truck-droplet:before {
  content: "\E58C";
}
.fa-file-circle-xmark:before {
  content: "\E5A1";
}
.fa-temperature-arrow-up:before,
.fa-temperature-up:before {
  content: "\E040";
}
.fa-medal:before {
  content: "\F5A2";
}
.fa-person-fairy:before {
  content: "\E608";
}
.fa-bed:before {
  content: "\F236";
}
.fa-book-copy:before {
  content: "\E0BE";
}
.fa-h-square:before,
.fa-square-h:before {
  content: "\F0FD";
}
.fa-square-c:before {
  content: "\E266";
}
.fa-clock-two:before {
  content: "\E35A";
}
.fa-square-ellipsis-vertical:before {
  content: "\E26F";
}
.fa-calendar-users:before {
  content: "\E5E2";
}
.fa-podcast:before {
  content: "\F2CE";
}
.fa-bee:before {
  content: "\E0B2";
}
.fa-temperature-4:before,
.fa-temperature-full:before,
.fa-thermometer-4:before,
.fa-thermometer-full:before {
  content: "\F2C7";
}
.fa-bell:before {
  content: "\F0F3";
}
.fa-candy-bar:before,
.fa-chocolate-bar:before {
  content: "\E3E8";
}
.fa-xmark-large:before {
  content: "\E59B";
}
.fa-pinata:before {
  content: "\E3C3";
}
.fa-file-ppt:before {
  content: "\E64A";
}
.fa-arrows-from-line:before {
  content: "\E0A4";
}
.fa-superscript:before {
  content: "\F12B";
}
.fa-bowl-spoon:before {
  content: "\E3E0";
}
.fa-hexagon-check:before {
  content: "\E416";
}
.fa-plug-circle-xmark:before {
  content: "\E560";
}
.fa-star-of-life:before {
  content: "\F621";
}
.fa-phone-slash:before {
  content: "\F3DD";
}
.fa-traffic-light-stop:before {
  content: "\F63A";
}
.fa-paint-roller:before {
  content: "\F5AA";
}
.fa-accent-grave:before {
  content: "`";
}
.fa-hands-helping:before,
.fa-handshake-angle:before {
  content: "\F4C4";
}
.fa-circle-0:before {
  content: "\E0ED";
}
.fa-dial-med-low:before {
  content: "\E160";
}
.fa-location-dot:before,
.fa-map-marker-alt:before {
  content: "\F3C5";
}
.fa-crab:before {
  content: "\E3FF";
}
.fa-box-full:before,
.fa-box-open-full:before {
  content: "\F49C";
}
.fa-file:before {
  content: "\F15B";
}
.fa-greater-than:before {
  content: ">";
}
.fa-quotes:before {
  content: "\E234";
}
.fa-pretzel:before {
  content: "\E441";
}
.fa-t-rex:before {
  content: "\E629";
}
.fa-person-swimming:before,
.fa-swimmer:before {
  content: "\F5C4";
}
.fa-arrow-down:before {
  content: "\F063";
}
.fa-user-robot-xmarks:before {
  content: "\E4A7";
}
.fa-comment-alt-quote:before,
.fa-message-quote:before {
  content: "\E1E4";
}
.fa-candy-corn:before {
  content: "\F6BD";
}
.fa-folder-magnifying-glass:before,
.fa-folder-search:before {
  content: "\E18B";
}
.fa-notebook:before {
  content: "\E201";
}
.fa-droplet:before,
.fa-tint:before {
  content: "\F043";
}
.fa-bullseye-pointer:before {
  content: "\F649";
}
.fa-eraser:before {
  content: "\F12D";
}
.fa-hexagon-image:before {
  content: "\E504";
}
.fa-earth-america:before,
.fa-earth-americas:before,
.fa-earth:before,
.fa-globe-americas:before {
  content: "\F57D";
}
.fa-file-svg:before {
  content: "\E64B";
}
.fa-crate-apple:before {
  content: "\F6B1";
}
.fa-apple-crate:before {
  content: "\F6B1";
}
.fa-person-burst:before {
  content: "\E53B";
}
.fa-game-board:before {
  content: "\F867";
}
.fa-hat-chef:before {
  content: "\F86B";
}
.fa-hand-back-point-right:before {
  content: "\E1A1";
}
.fa-dove:before {
  content: "\F4BA";
}
.fa-snowflake-droplets:before {
  content: "\E5C1";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\F244";
}
.fa-grid-4:before {
  content: "\E198";
}
.fa-socks:before {
  content: "\F696";
}
.fa-face-sunglasses:before {
  content: "\E398";
}
.fa-inbox:before {
  content: "\F01C";
}
.fa-square-0:before {
  content: "\E255";
}
.fa-section:before {
  content: "\E447";
}
.fa-box-up:before,
.fa-square-this-way-up:before {
  content: "\F49F";
}
.fa-gauge-high:before,
.fa-tachometer-alt-fast:before,
.fa-tachometer-alt:before {
  content: "\F625";
}
.fa-square-ampersand:before {
  content: "\E260";
}
.fa-envelope-open-text:before {
  content: "\F658";
}
.fa-lamp-desk:before {
  content: "\E014";
}
.fa-hospital-alt:before,
.fa-hospital-wide:before,
.fa-hospital:before {
  content: "\F0F8";
}
.fa-poll-people:before {
  content: "\F759";
}
.fa-glass-whiskey-rocks:before,
.fa-whiskey-glass-ice:before {
  content: "\F7A1";
}
.fa-wine-bottle:before {
  content: "\F72F";
}
.fa-chess-rook:before {
  content: "\F447";
}
.fa-user-bounty-hunter:before {
  content: "\E2BF";
}
.fa-bars-staggered:before,
.fa-reorder:before,
.fa-stream:before {
  content: "\F550";
}
.fa-diagram-sankey:before {
  content: "\E158";
}
.fa-cloud-hail-mixed:before {
  content: "\F73A";
}
.fa-circle-up-left:before {
  content: "\E128";
}
.fa-dharmachakra:before {
  content: "\F655";
}
.fa-objects-align-left:before {
  content: "\E3BE";
}
.fa-oil-can-drip:before {
  content: "\E205";
}
.fa-face-smiling-hands:before {
  content: "\E396";
}
.fa-broccoli:before {
  content: "\E3E2";
}
.fa-route-interstate:before {
  content: "\F61B";
}
.fa-ear-muffs:before {
  content: "\F795";
}
.fa-hotdog:before {
  content: "\F80F";
}
.fa-transporter-empty:before {
  content: "\E046";
}
.fa-blind:before,
.fa-person-walking-with-cane:before {
  content: "\F29D";
}
.fa-angle-90:before {
  content: "\E08D";
}
.fa-rectangle-terminal:before {
  content: "\E236";
}
.fa-kite:before {
  content: "\F6F4";
}
.fa-drum:before {
  content: "\F569";
}
.fa-scrubber:before {
  content: "\F2F8";
}
.fa-ice-cream:before {
  content: "\F810";
}
.fa-heart-circle-bolt:before {
  content: "\E4FC";
}
.fa-fish-bones:before {
  content: "\E304";
}
.fa-deer-rudolph:before {
  content: "\F78F";
}
.fa-fax:before {
  content: "\F1AC";
}
.fa-paragraph:before {
  content: "\F1DD";
}
.fa-head-side-heart:before {
  content: "\E1AA";
}
.fa-square-e:before {
  content: "\E26D";
}
.fa-meter-fire:before {
  content: "\E1EB";
}
.fa-cloud-hail:before {
  content: "\F739";
}
.fa-check-to-slot:before,
.fa-vote-yea:before {
  content: "\F772";
}
.fa-money-from-bracket:before {
  content: "\E312";
}
.fa-star-half:before {
  content: "\F089";
}
.fa-car-bus:before {
  content: "\F85A";
}
.fa-speaker:before {
  content: "\F8DF";
}
.fa-timer:before {
  content: "\E29E";
}
.fa-boxes-alt:before,
.fa-boxes-stacked:before,
.fa-boxes:before {
  content: "\F468";
}
.fa-landmark-magnifying-glass:before {
  content: "\E622";
}
.fa-grill-hot:before {
  content: "\E5A5";
}
.fa-ballot-check:before {
  content: "\F733";
}
.fa-chain:before,
.fa-link:before {
  content: "\F0C1";
}
.fa-assistive-listening-systems:before,
.fa-ear-listen:before {
  content: "\F2A2";
}
.fa-file-minus:before {
  content: "\F318";
}
.fa-tree-city:before {
  content: "\E587";
}
.fa-play:before {
  content: "\F04B";
}
.fa-font:before {
  content: "\F031";
}
.fa-coffee-togo:before,
.fa-cup-togo:before {
  content: "\F6C5";
}
.fa-square-down-left:before {
  content: "\E26B";
}
.fa-burger-lettuce:before {
  content: "\E3E3";
}
.fa-rupiah-sign:before {
  content: "\E23D";
}
.fa-magnifying-glass:before,
.fa-search:before {
  content: "\F002";
}
.fa-ping-pong-paddle-ball:before,
.fa-table-tennis-paddle-ball:before,
.fa-table-tennis:before {
  content: "\F45D";
}
.fa-diagnoses:before,
.fa-person-dots-from-line:before {
  content: "\F470";
}
.fa-chevron-double-down:before,
.fa-chevrons-down:before {
  content: "\F322";
}
.fa-trash-can-arrow-up:before,
.fa-trash-restore-alt:before {
  content: "\F82A";
}
.fa-signal-3:before,
.fa-signal-good:before {
  content: "\F68E";
}
.fa-location-question:before,
.fa-map-marker-question:before {
  content: "\F60B";
}
.fa-floppy-disk-circle-xmark:before,
.fa-floppy-disk-times:before,
.fa-save-circle-xmark:before,
.fa-save-times:before {
  content: "\E181";
}
.fa-naira-sign:before {
  content: "\E1F6";
}
.fa-peach:before {
  content: "\E20B";
}
.fa-taxi-bus:before {
  content: "\E298";
}
.fa-bracket-curly-left:before,
.fa-bracket-curly:before {
  content: "{";
}
.fa-lobster:before {
  content: "\E421";
}
.fa-cart-flatbed-empty:before,
.fa-dolly-flatbed-empty:before {
  content: "\F476";
}
.fa-colon:before {
  content: ":";
}
.fa-cart-arrow-down:before {
  content: "\F218";
}
.fa-wand:before {
  content: "\F72A";
}
.fa-walkie-talkie:before {
  content: "\F8EF";
}
.fa-file-edit:before,
.fa-file-pen:before {
  content: "\F31C";
}
.fa-receipt:before {
  content: "\F543";
}
.fa-table-picnic:before {
  content: "\E32D";
}
.fa-pen-square:before,
.fa-pencil-square:before,
.fa-square-pen:before {
  content: "\F14B";
}
.fa-circle-microphone-lines:before,
.fa-microphone-circle-alt:before {
  content: "\E117";
}
.fa-desktop-slash:before,
.fa-display-slash:before {
  content: "\E2FA";
}
.fa-suitcase-rolling:before {
  content: "\F5C1";
}
.fa-person-circle-exclamation:before {
  content: "\E53F";
}
.fa-transporter-2:before {
  content: "\E044";
}
.fa-hand-receiving:before,
.fa-hands-holding-diamond:before {
  content: "\F47C";
}
.fa-money-bill-simple-wave:before {
  content: "\E1F2";
}
.fa-chevron-down:before {
  content: "\F078";
}
.fa-battery-5:before,
.fa-battery-full:before,
.fa-battery:before {
  content: "\F240";
}
.fa-bell-plus:before {
  content: "\F849";
}
.fa-book-arrow-right:before {
  content: "\E0B9";
}
.fa-hospitals:before {
  content: "\F80E";
}
.fa-club:before {
  content: "\F327";
}
.fa-skull-crossbones:before {
  content: "\F714";
}
.fa-dewpoint:before,
.fa-droplet-degree:before {
  content: "\F748";
}
.fa-code-compare:before {
  content: "\E13A";
}
.fa-list-dots:before,
.fa-list-ul:before {
  content: "\F0CA";
}
.fa-hand-holding-magic:before {
  content: "\F6E5";
}
.fa-watermelon-slice:before {
  content: "\E337";
}
.fa-circle-ellipsis:before {
  content: "\E10A";
}
.fa-school-lock:before {
  content: "\E56F";
}
.fa-tower-cell:before {
  content: "\E585";
}
.fa-sd-cards:before {
  content: "\E240";
}
.fa-jug-bottle:before {
  content: "\E5FB";
}
.fa-down-long:before,
.fa-long-arrow-alt-down:before {
  content: "\F309";
}
.fa-envelopes:before {
  content: "\E170";
}
.fa-phone-office:before {
  content: "\F67D";
}
.fa-ranking-star:before {
  content: "\E561";
}
.fa-chess-king:before {
  content: "\F43F";
}
.fa-nfc-pen:before {
  content: "\E1FA";
}
.fa-person-harassing:before {
  content: "\E549";
}
.fa-magnifying-glass-play:before {
  content: "\E660";
}
.fa-hat-winter:before {
  content: "\F7A8";
}
.fa-brazilian-real-sign:before {
  content: "\E46C";
}
.fa-landmark-alt:before,
.fa-landmark-dome:before {
  content: "\F752";
}
.fa-bone-break:before {
  content: "\F5D8";
}
.fa-arrow-up:before {
  content: "\F062";
}
.fa-down-from-dotted-line:before {
  content: "\E407";
}
.fa-television:before,
.fa-tv-alt:before,
.fa-tv:before {
  content: "\F26C";
}
.fa-border-left:before {
  content: "\F84F";
}
.fa-circle-divide:before {
  content: "\E106";
}
.fa-shrimp:before {
  content: "\E448";
}
.fa-list-check:before,
.fa-tasks:before {
  content: "\F0AE";
}
.fa-diagram-subtask:before {
  content: "\E479";
}
.fa-jug-detergent:before {
  content: "\E519";
}
.fa-circle-user:before,
.fa-user-circle:before {
  content: "\F2BD";
}
.fa-square-y:before {
  content: "\E287";
}
.fa-user-doctor-hair:before {
  content: "\E458";
}
.fa-planet-ringed:before {
  content: "\E020";
}
.fa-mushroom:before {
  content: "\E425";
}
.fa-user-shield:before {
  content: "\F505";
}
.fa-megaphone:before {
  content: "\F675";
}
.fa-wreath-laurel:before {
  content: "\E5D2";
}
.fa-circle-exclamation-check:before {
  content: "\E10D";
}
.fa-wind:before {
  content: "\F72E";
}
.fa-box-dollar:before,
.fa-box-usd:before {
  content: "\F4A0";
}
.fa-car-burst:before,
.fa-car-crash:before {
  content: "\F5E1";
}
.fa-y:before {
  content: "Y";
}
.fa-user-headset:before {
  content: "\F82D";
}
.fa-arrows-retweet:before,
.fa-retweet-alt:before {
  content: "\F361";
}
.fa-person-snowboarding:before,
.fa-snowboarding:before {
  content: "\F7CE";
}
.fa-chevron-square-right:before,
.fa-square-chevron-right:before {
  content: "\F32B";
}
.fa-lacrosse-stick-ball:before {
  content: "\E3B6";
}
.fa-shipping-fast:before,
.fa-truck-fast:before {
  content: "\F48B";
}
.fa-user-magnifying-glass:before {
  content: "\E5C5";
}
.fa-star-sharp:before {
  content: "\E28B";
}
.fa-comment-heart:before {
  content: "\E5C8";
}
.fa-circle-1:before {
  content: "\E0EE";
}
.fa-circle-star:before,
.fa-star-circle:before {
  content: "\E123";
}
.fa-fish:before {
  content: "\F578";
}
.fa-cloud-fog:before,
.fa-fog:before {
  content: "\F74E";
}
.fa-waffle:before {
  content: "\E466";
}
.fa-music-alt:before,
.fa-music-note:before {
  content: "\F8CF";
}
.fa-hexagon-exclamation:before {
  content: "\E417";
}
.fa-cart-shopping-fast:before {
  content: "\E0DC";
}
.fa-object-union:before {
  content: "\E49F";
}
.fa-user-graduate:before {
  content: "\F501";
}
.fa-starfighter:before {
  content: "\E037";
}
.fa-adjust:before,
.fa-circle-half-stroke:before {
  content: "\F042";
}
.fa-arrow-right-long-to-line:before {
  content: "\E3D5";
}
.fa-arrow-square-down:before,
.fa-square-arrow-down:before {
  content: "\F339";
}
.fa-diamond-half-stroke:before {
  content: "\E5B8";
}
.fa-clapperboard:before {
  content: "\E131";
}
.fa-chevron-square-left:before,
.fa-square-chevron-left:before {
  content: "\F32A";
}
.fa-phone-intercom:before {
  content: "\E434";
}
.fa-chain-horizontal:before,
.fa-link-horizontal:before {
  content: "\E1CB";
}
.fa-mango:before {
  content: "\E30F";
}
.fa-music-alt-slash:before,
.fa-music-note-slash:before {
  content: "\F8D0";
}
.fa-circle-radiation:before,
.fa-radiation-alt:before {
  content: "\F7BA";
}
.fa-face-tongue-sweat:before {
  content: "\E39E";
}
.fa-globe-stand:before {
  content: "\F5F6";
}
.fa-baseball-ball:before,
.fa-baseball:before {
  content: "\F433";
}
.fa-circle-p:before {
  content: "\E11A";
}
.fa-award-simple:before {
  content: "\E0AB";
}
.fa-jet-fighter-up:before {
  content: "\E518";
}
.fa-diagram-project:before,
.fa-project-diagram:before {
  content: "\F542";
}
.fa-pedestal:before {
  content: "\E20D";
}
.fa-chart-pyramid:before {
  content: "\E0E6";
}
.fa-sidebar:before {
  content: "\E24E";
}
.fa-frosty-head:before,
.fa-snowman-head:before {
  content: "\F79B";
}
.fa-copy:before {
  content: "\F0C5";
}
.fa-burger-glass:before {
  content: "\E0CE";
}
.fa-volume-mute:before,
.fa-volume-times:before,
.fa-volume-xmark:before {
  content: "\F6A9";
}
.fa-hand-sparkles:before {
  content: "\E05D";
}
.fa-bars-filter:before {
  content: "\E0AD";
}
.fa-paintbrush-pencil:before {
  content: "\E206";
}
.fa-party-bell:before {
  content: "\E31A";
}
.fa-user-vneck-hair:before {
  content: "\E462";
}
.fa-jack-o-lantern:before {
  content: "\F30E";
}
.fa-grip-horizontal:before,
.fa-grip:before {
  content: "\F58D";
}
.fa-share-from-square:before,
.fa-share-square:before {
  content: "\F14D";
}
.fa-keynote:before {
  content: "\F66C";
}
.fa-child-combatant:before,
.fa-child-rifle:before {
  content: "\E4E0";
}
.fa-gun:before {
  content: "\E19B";
}
.fa-phone-square:before,
.fa-square-phone:before {
  content: "\F098";
}
.fa-hat-beach:before {
  content: "\E606";
}
.fa-add:before,
.fa-plus:before {
  content: "+";
}
.fa-expand:before {
  content: "\F065";
}
.fa-computer:before {
  content: "\E4E5";
}
.fa-fort:before {
  content: "\E486";
}
.fa-cloud-check:before {
  content: "\E35C";
}
.fa-close:before,
.fa-multiply:before,
.fa-remove:before,
.fa-times:before,
.fa-xmark:before {
  content: "\F00D";
}
.fa-face-smirking:before {
  content: "\E397";
}
.fa-arrows-up-down-left-right:before,
.fa-arrows:before {
  content: "\F047";
}
.fa-chalkboard-teacher:before,
.fa-chalkboard-user:before {
  content: "\F51C";
}
.fa-rhombus:before {
  content: "\E23B";
}
.fa-claw-marks:before {
  content: "\F6C2";
}
.fa-peso-sign:before {
  content: "\E222";
}
.fa-face-smile-tongue:before {
  content: "\E394";
}
.fa-cart-circle-xmark:before {
  content: "\E3F4";
}
.fa-building-shield:before {
  content: "\E4D8";
}
.fa-circle-phone-flip:before,
.fa-phone-circle-alt:before {
  content: "\E11C";
}
.fa-baby:before {
  content: "\F77C";
}
.fa-users-line:before {
  content: "\E592";
}
.fa-quote-left-alt:before,
.fa-quote-left:before {
  content: "\F10D";
}
.fa-tractor:before {
  content: "\F722";
}
.fa-key-skeleton:before {
  content: "\F6F3";
}
.fa-trash-arrow-up:before,
.fa-trash-restore:before {
  content: "\F829";
}
.fa-arrow-down-up-lock:before {
  content: "\E4B0";
}
.fa-arrow-down-to-bracket:before {
  content: "\E094";
}
.fa-lines-leaning:before {
  content: "\E51E";
}
.fa-square-q:before {
  content: "\E27B";
}
.fa-ruler-combined:before {
  content: "\F546";
}
.fa-icons-alt:before,
.fa-symbols:before {
  content: "\F86E";
}
.fa-copyright:before {
  content: "\F1F9";
}
.fa-flask-gear:before {
  content: "\E5F1";
}
.fa-highlighter-line:before {
  content: "\E1AF";
}
.fa-bracket-left:before,
.fa-bracket-square:before,
.fa-bracket:before {
  content: "[";
}
.fa-island-tree-palm:before,
.fa-island-tropical:before {
  content: "\F811";
}
.fa-arrow-from-left:before,
.fa-arrow-right-from-line:before {
  content: "\F343";
}
.fa-h2:before {
  content: "\F314";
}
.fa-equals:before {
  content: "=";
}
.fa-cake-slice:before,
.fa-shortcake:before {
  content: "\E3E5";
}
.fa-building-magnifying-glass:before {
  content: "\E61C";
}
.fa-peanut:before {
  content: "\E430";
}
.fa-wrench-simple:before {
  content: "\E2D1";
}
.fa-blender:before {
  content: "\F517";
}
.fa-teeth:before {
  content: "\F62E";
}
.fa-tally-2:before {
  content: "\E295";
}
.fa-ils:before,
.fa-shekel-sign:before,
.fa-shekel:before,
.fa-sheqel-sign:before,
.fa-sheqel:before {
  content: "\F20B";
}
.fa-cars:before {
  content: "\F85B";
}
.fa-axe-battle:before {
  content: "\F6B3";
}
.fa-user-hair-long:before {
  content: "\E45B";
}
.fa-map:before {
  content: "\F279";
}
.fa-arrow-left-from-arc:before {
  content: "\E615";
}
.fa-file-circle-info:before {
  content: "\E493";
}
.fa-face-disappointed:before {
  content: "\E36F";
}
.fa-lasso-sparkles:before {
  content: "\E1C9";
}
.fa-clock-eleven:before {
  content: "\E347";
}
.fa-rocket:before {
  content: "\F135";
}
.fa-siren-on:before {
  content: "\E02E";
}
.fa-clock-ten:before {
  content: "\E354";
}
.fa-candle-holder:before {
  content: "\F6BC";
}
.fa-video-arrow-down-left:before {
  content: "\E2C8";
}
.fa-photo-film:before,
.fa-photo-video:before {
  content: "\F87C";
}
.fa-floppy-disk-circle-arrow-right:before,
.fa-save-circle-arrow-right:before {
  content: "\E180";
}
.fa-folder-minus:before {
  content: "\F65D";
}
.fa-planet-moon:before {
  content: "\E01F";
}
.fa-face-eyes-xmarks:before {
  content: "\E374";
}
.fa-chart-scatter:before {
  content: "\F7EE";
}
.fa-display-arrow-down:before {
  content: "\E164";
}
.fa-store:before {
  content: "\F54E";
}
.fa-arrow-trend-up:before {
  content: "\E098";
}
.fa-plug-circle-minus:before {
  content: "\E55E";
}
.fa-olive-branch:before {
  content: "\E317";
}
.fa-angle:before {
  content: "\E08C";
}
.fa-vacuum-robot:before {
  content: "\E04E";
}
.fa-sign-hanging:before,
.fa-sign:before {
  content: "\F4D9";
}
.fa-square-divide:before {
  content: "\E26A";
}
.fa-folder-check:before {
  content: "\E64E";
}
.fa-signal-stream-slash:before {
  content: "\E250";
}
.fa-bezier-curve:before {
  content: "\F55B";
}
.fa-eye-dropper-half:before {
  content: "\E173";
}
.fa-store-lock:before {
  content: "\E4A6";
}
.fa-bell-slash:before {
  content: "\F1F6";
}
.fa-cloud-bolt-sun:before,
.fa-thunderstorm-sun:before {
  content: "\F76E";
}
.fa-camera-slash:before {
  content: "\E0D9";
}
.fa-comment-quote:before {
  content: "\E14C";
}
.fa-tablet-android:before,
.fa-tablet:before {
  content: "\F3FB";
}
.fa-school-flag:before {
  content: "\E56E";
}
.fa-message-code:before {
  content: "\E1DF";
}
.fa-glass-half-empty:before,
.fa-glass-half-full:before,
.fa-glass-half:before {
  content: "\E192";
}
.fa-fill:before {
  content: "\F575";
}
.fa-comment-alt-minus:before,
.fa-message-minus:before {
  content: "\F4A7";
}
.fa-angle-up:before {
  content: "\F106";
}
.fa-dinosaur:before {
  content: "\E5FE";
}
.fa-drumstick-bite:before {
  content: "\F6D7";
}
.fa-chain-horizontal-slash:before,
.fa-link-horizontal-slash:before {
  content: "\E1CC";
}
.fa-holly-berry:before {
  content: "\F7AA";
}
.fa-nose:before {
  content: "\E5BD";
}
.fa-arrow-left-to-arc:before {
  content: "\E616";
}
.fa-chevron-left:before {
  content: "\F053";
}
.fa-bacteria:before {
  content: "\E059";
}
.fa-clouds:before {
  content: "\F744";
}
.fa-money-bill-simple:before {
  content: "\E1F1";
}
.fa-hand-lizard:before {
  content: "\F258";
}
.fa-table-pivot:before {
  content: "\E291";
}
.fa-filter-slash:before {
  content: "\E17D";
}
.fa-trash-can-arrow-turn-left:before,
.fa-trash-can-undo:before,
.fa-trash-undo-alt:before {
  content: "\F896";
}
.fa-notdef:before {
  content: "\E1FE";
}
.fa-disease:before {
  content: "\F7FA";
}
.fa-person-to-door:before {
  content: "\E433";
}
.fa-turntable:before {
  content: "\F8E4";
}
.fa-briefcase-medical:before {
  content: "\F469";
}
.fa-genderless:before {
  content: "\F22D";
}
.fa-chevron-right:before {
  content: "\F054";
}
.fa-signal-1:before,
.fa-signal-weak:before {
  content: "\F68C";
}
.fa-clock-five:before {
  content: "\E349";
}
.fa-retweet:before {
  content: "\F079";
}
.fa-car-alt:before,
.fa-car-rear:before {
  content: "\F5DE";
}
.fa-pump-soap:before {
  content: "\E06B";
}
.fa-computer-classic:before {
  content: "\F8B1";
}
.fa-frame:before {
  content: "\E495";
}
.fa-video-slash:before {
  content: "\F4E2";
}
.fa-battery-2:before,
.fa-battery-quarter:before {
  content: "\F243";
}
.fa-ellipsis-h-alt:before,
.fa-ellipsis-stroke:before {
  content: "\F39B";
}
.fa-radio:before {
  content: "\F8D7";
}
.fa-baby-carriage:before,
.fa-carriage-baby:before {
  content: "\F77D";
}
.fa-face-expressionless:before {
  content: "\E373";
}
.fa-down-to-dotted-line:before {
  content: "\E408";
}
.fa-cloud-music:before {
  content: "\F8AE";
}
.fa-traffic-light:before {
  content: "\F637";
}
.fa-cloud-minus:before {
  content: "\E35D";
}
.fa-thermometer:before {
  content: "\F491";
}
.fa-shield-minus:before {
  content: "\E249";
}
.fa-vr-cardboard:before {
  content: "\F729";
}
.fa-car-tilt:before {
  content: "\F5E5";
}
.fa-gauge-circle-minus:before {
  content: "\E497";
}
.fa-brightness-low:before {
  content: "\E0CA";
}
.fa-hand-middle-finger:before {
  content: "\F806";
}
.fa-percent:before,
.fa-percentage:before {
  content: "%";
}
.fa-truck-moving:before {
  content: "\F4DF";
}
.fa-glass-water-droplet:before {
  content: "\E4F5";
}
.fa-conveyor-belt:before {
  content: "\F46E";
}
.fa-location-check:before,
.fa-map-marker-check:before {
  content: "\F606";
}
.fa-coin-vertical:before {
  content: "\E3FD";
}
.fa-display:before {
  content: "\E163";
}
.fa-person-sign:before {
  content: "\F757";
}
.fa-face-smile:before,
.fa-smile:before {
  content: "\F118";
}
.fa-phone-hangup:before {
  content: "\E225";
}
.fa-signature-slash:before {
  content: "\E3CB";
}
.fa-thumb-tack:before,
.fa-thumbtack:before {
  content: "\F08D";
}
.fa-wheat-slash:before {
  content: "\E339";
}
.fa-trophy:before {
  content: "\F091";
}
.fa-clouds-sun:before {
  content: "\F746";
}
.fa-person-praying:before,
.fa-pray:before {
  content: "\F683";
}
.fa-hammer:before {
  content: "\F6E3";
}
.fa-face-vomit:before {
  content: "\E3A0";
}
.fa-speakers:before {
  content: "\F8E0";
}
.fa-teletype-answer:before,
.fa-tty-answer:before {
  content: "\E2B9";
}
.fa-mug-tea-saucer:before {
  content: "\E1F5";
}
.fa-diagram-lean-canvas:before {
  content: "\E156";
}
.fa-alt:before {
  content: "\E08A";
}
.fa-dial-med-high:before,
.fa-dial:before {
  content: "\E15B";
}
.fa-hand-peace:before {
  content: "\F25B";
}
.fa-circle-trash:before,
.fa-trash-circle:before {
  content: "\E126";
}
.fa-rotate:before,
.fa-sync-alt:before {
  content: "\F2F1";
}
.fa-circle-quarters:before {
  content: "\E3F8";
}
.fa-spinner:before {
  content: "\F110";
}
.fa-tower-control:before {
  content: "\E2A2";
}
.fa-arrow-up-triangle-square:before,
.fa-sort-shapes-up:before {
  content: "\F88A";
}
.fa-whale:before {
  content: "\F72C";
}
.fa-robot:before {
  content: "\F544";
}
.fa-peace:before {
  content: "\F67C";
}
.fa-party-horn:before {
  content: "\E31B";
}
.fa-cogs:before,
.fa-gears:before {
  content: "\F085";
}
.fa-sun-alt:before,
.fa-sun-bright:before {
  content: "\E28F";
}
.fa-warehouse:before {
  content: "\F494";
}
.fa-conveyor-belt-arm:before {
  content: "\E5F8";
}
.fa-lock-keyhole-open:before,
.fa-lock-open-alt:before {
  content: "\F3C2";
}
.fa-box-fragile:before,
.fa-square-fragile:before,
.fa-square-wine-glass-crack:before {
  content: "\F49B";
}
.fa-arrow-up-right-dots:before {
  content: "\E4B7";
}
.fa-square-n:before {
  content: "\E277";
}
.fa-splotch:before {
  content: "\F5BC";
}
.fa-face-grin-hearts:before,
.fa-grin-hearts:before {
  content: "\F584";
}
.fa-meter:before {
  content: "\E1E8";
}
.fa-mandolin:before {
  content: "\F6F9";
}
.fa-dice-four:before {
  content: "\F524";
}
.fa-sim-card:before {
  content: "\F7C4";
}
.fa-transgender-alt:before,
.fa-transgender:before {
  content: "\F225";
}
.fa-mercury:before {
  content: "\F223";
}
.fa-up-from-bracket:before {
  content: "\E590";
}
.fa-knife-kitchen:before {
  content: "\F6F5";
}
.fa-border-right:before {
  content: "\F852";
}
.fa-arrow-turn-down:before,
.fa-level-down:before {
  content: "\F149";
}
.fa-spade:before {
  content: "\F2F4";
}
.fa-card-spade:before {
  content: "\E3EC";
}
.fa-line-columns:before {
  content: "\F870";
}
.fa-arrow-right-to-line:before,
.fa-arrow-to-right:before {
  content: "\F340";
}
.fa-person-falling-burst:before {
  content: "\E547";
}
.fa-flag-pennant:before,
.fa-pennant:before {
  content: "\F456";
}
.fa-conveyor-belt-empty:before {
  content: "\E150";
}
.fa-user-group-simple:before {
  content: "\E603";
}
.fa-award:before {
  content: "\F559";
}
.fa-ticket-alt:before,
.fa-ticket-simple:before {
  content: "\F3FF";
}
.fa-building:before {
  content: "\F1AD";
}
.fa-angle-double-left:before,
.fa-angles-left:before {
  content: "\F100";
}
.fa-camcorder:before,
.fa-video-handheld:before {
  content: "\F8A8";
}
.fa-pancakes:before {
  content: "\E42D";
}
.fa-album-circle-user:before {
  content: "\E48D";
}
.fa-subtitles-slash:before {
  content: "\E610";
}
.fa-qrcode:before {
  content: "\F029";
}
.fa-dice-d10:before {
  content: "\F6CD";
}
.fa-fireplace:before {
  content: "\F79A";
}
.fa-browser:before {
  content: "\F37E";
}
.fa-pen-paintbrush:before,
.fa-pencil-paintbrush:before {
  content: "\F618";
}
.fa-fish-cooked:before {
  content: "\F7FE";
}
.fa-chair-office:before {
  content: "\F6C1";
}
.fa-magnifying-glass-music:before {
  content: "\E65F";
}
.fa-nesting-dolls:before {
  content: "\E3BA";
}
.fa-clock-rotate-left:before,
.fa-history:before {
  content: "\F1DA";
}
.fa-trumpet:before {
  content: "\F8E3";
}
.fa-face-grin-beam-sweat:before,
.fa-grin-beam-sweat:before {
  content: "\F583";
}
.fa-fire-smoke:before {
  content: "\F74B";
}
.fa-phone-missed:before {
  content: "\E226";
}
.fa-arrow-right-from-file:before,
.fa-file-export:before {
  content: "\F56E";
}
.fa-shield-blank:before,
.fa-shield:before {
  content: "\F132";
}
.fa-arrow-up-short-wide:before,
.fa-sort-amount-up-alt:before {
  content: "\F885";
}
.fa-arrows-repeat-1:before,
.fa-repeat-1-alt:before {
  content: "\F366";
}
.fa-gun-slash:before {
  content: "\E19C";
}
.fa-avocado:before {
  content: "\E0AA";
}
.fa-binary:before {
  content: "\E33B";
}
.fa-glasses-alt:before,
.fa-glasses-round:before {
  content: "\F5F5";
}
.fa-phone-plus:before {
  content: "\F4D2";
}
.fa-ditto:before {
  content: '"';
}
.fa-person-seat:before {
  content: "\E21E";
}
.fa-house-medical:before {
  content: "\E3B2";
}
.fa-golf-ball-tee:before,
.fa-golf-ball:before {
  content: "\F450";
}
.fa-chevron-circle-left:before,
.fa-circle-chevron-left:before {
  content: "\F137";
}
.fa-house-chimney-window:before {
  content: "\E00D";
}
.fa-scythe:before {
  content: "\F710";
}
.fa-pen-nib:before {
  content: "\F5AD";
}
.fa-ban-parking:before,
.fa-parking-circle-slash:before {
  content: "\F616";
}
.fa-tent-arrow-turn-left:before {
  content: "\E580";
}
.fa-face-diagonal-mouth:before {
  content: "\E47E";
}
.fa-diagram-cells:before {
  content: "\E475";
}
.fa-cricket-bat-ball:before,
.fa-cricket:before {
  content: "\F449";
}
.fa-tents:before {
  content: "\E582";
}
.fa-magic:before,
.fa-wand-magic:before {
  content: "\F0D0";
}
.fa-dog:before {
  content: "\F6D3";
}
.fa-pen-line:before {
  content: "\E212";
}
.fa-atom-alt:before,
.fa-atom-simple:before {
  content: "\F5D3";
}
.fa-ampersand:before {
  content: "&";
}
.fa-carrot:before {
  content: "\F787";
}
.fa-arrow-from-bottom:before,
.fa-arrow-up-from-line:before {
  content: "\F342";
}
.fa-moon:before {
  content: "\F186";
}
.fa-pen-slash:before {
  content: "\E213";
}
.fa-wine-glass-alt:before,
.fa-wine-glass-empty:before {
  content: "\F5CE";
}
.fa-square-star:before {
  content: "\E27F";
}
.fa-cheese:before {
  content: "\F7EF";
}
.fa-send-backward:before {
  content: "\F87F";
}
.fa-yin-yang:before {
  content: "\F6AD";
}
.fa-music:before {
  content: "\F001";
}
.fa-compass-slash:before {
  content: "\F5E9";
}
.fa-clock-one:before {
  content: "\E34E";
}
.fa-file-music:before {
  content: "\F8B6";
}
.fa-code-commit:before {
  content: "\F386";
}
.fa-temperature-low:before {
  content: "\F76B";
}
.fa-biking:before,
.fa-person-biking:before {
  content: "\F84A";
}
.fa-display-chart-up-circle-currency:before {
  content: "\E5E5";
}
.fa-skeleton:before {
  content: "\F620";
}
.fa-circle-g:before {
  content: "\E10F";
}
.fa-circle-arrow-up-left:before {
  content: "\E0FB";
}
.fa-coin-blank:before {
  content: "\E3FB";
}
.fa-broom:before {
  content: "\F51A";
}
.fa-vacuum:before {
  content: "\E04D";
}
.fa-shield-heart:before {
  content: "\E574";
}
.fa-card-heart:before {
  content: "\E3EB";
}
.fa-lightbulb-cfl-on:before {
  content: "\E5A7";
}
.fa-melon:before {
  content: "\E310";
}
.fa-gopuram:before {
  content: "\F664";
}
.fa-earth-oceania:before,
.fa-globe-oceania:before {
  content: "\E47B";
}
.fa-container-storage:before {
  content: "\F4B7";
}
.fa-face-pouting:before {
  content: "\E387";
}
.fa-square-xmark:before,
.fa-times-square:before,
.fa-xmark-square:before {
  content: "\F2D3";
}
.fa-exploding-head:before,
.fa-face-explode:before {
  content: "\E2FE";
}
.fa-hashtag:before {
  content: "#";
}
.fa-expand-alt:before,
.fa-up-right-and-down-left-from-center:before {
  content: "\F424";
}
.fa-oil-can:before {
  content: "\F613";
}
.fa-t:before {
  content: "T";
}
.fa-transformer-bolt:before {
  content: "\E2A4";
}
.fa-hippo:before {
  content: "\F6ED";
}
.fa-chart-column:before {
  content: "\E0E3";
}
.fa-cassette-vhs:before,
.fa-vhs:before {
  content: "\F8EC";
}
.fa-infinity:before {
  content: "\F534";
}
.fa-vial-circle-check:before {
  content: "\E596";
}
.fa-chimney:before {
  content: "\F78B";
}
.fa-object-intersect:before {
  content: "\E49D";
}
.fa-person-arrow-down-to-line:before {
  content: "\E538";
}
.fa-voicemail:before {
  content: "\F897";
}
.fa-block-brick:before,
.fa-wall-brick:before {
  content: "\E3DB";
}
.fa-fan:before {
  content: "\F863";
}
.fa-bags-shopping:before {
  content: "\F847";
}
.fa-paragraph-left:before,
.fa-paragraph-rtl:before {
  content: "\F878";
}
.fa-person-walking-luggage:before {
  content: "\E554";
}
.fa-caravan-alt:before,
.fa-caravan-simple:before {
  content: "\E000";
}
.fa-turtle:before {
  content: "\F726";
}
.fa-pencil-mechanical:before {
  content: "\E5CA";
}
.fa-arrows-alt-v:before,
.fa-up-down:before {
  content: "\F338";
}
.fa-cloud-moon-rain:before {
  content: "\F73C";
}
.fa-booth-curtain:before {
  content: "\F734";
}
.fa-calendar:before {
  content: "\F133";
}
.fa-box-heart:before {
  content: "\F49D";
}
.fa-trailer:before {
  content: "\E041";
}
.fa-user-doctor-message:before,
.fa-user-md-chat:before {
  content: "\F82E";
}
.fa-bahai:before,
.fa-haykal:before {
  content: "\F666";
}
.fa-lighthouse:before {
  content: "\E612";
}
.fa-amp-guitar:before {
  content: "\F8A1";
}
.fa-sd-card:before {
  content: "\F7C2";
}
.fa-volume-slash:before {
  content: "\F2E2";
}
.fa-border-bottom:before {
  content: "\F84D";
}
.fa-wifi-1:before,
.fa-wifi-weak:before {
  content: "\F6AA";
}
.fa-dragon:before {
  content: "\F6D5";
}
.fa-shoe-prints:before {
  content: "\F54B";
}
.fa-circle-plus:before,
.fa-plus-circle:before {
  content: "\F055";
}
.fa-face-grin-tongue-wink:before,
.fa-grin-tongue-wink:before {
  content: "\F58B";
}
.fa-hand-holding:before {
  content: "\F4BD";
}
.fa-plug-circle-exclamation:before {
  content: "\E55D";
}
.fa-chain-broken:before,
.fa-chain-slash:before,
.fa-link-slash:before,
.fa-unlink:before {
  content: "\F127";
}
.fa-clone:before {
  content: "\F24D";
}
.fa-person-walking-arrow-loop-left:before {
  content: "\E551";
}
.fa-arrow-up-z-a:before,
.fa-sort-alpha-up-alt:before {
  content: "\F882";
}
.fa-fire-alt:before,
.fa-fire-flame-curved:before {
  content: "\F7E4";
}
.fa-tornado:before {
  content: "\F76F";
}
.fa-file-circle-plus:before {
  content: "\E494";
}
.fa-delete-right:before {
  content: "\E154";
}
.fa-book-quran:before,
.fa-quran:before {
  content: "\F687";
}
.fa-circle-quarter:before {
  content: "\E11F";
}
.fa-anchor:before {
  content: "\F13D";
}
.fa-border-all:before {
  content: "\F84C";
}
.fa-function:before {
  content: "\F661";
}
.fa-angry:before,
.fa-face-angry:before {
  content: "\F556";
}
.fa-people-simple:before {
  content: "\E21B";
}
.fa-cookie-bite:before {
  content: "\F564";
}
.fa-arrow-trend-down:before {
  content: "\E097";
}
.fa-feed:before,
.fa-rss:before {
  content: "\F09E";
}
.fa-face-monocle:before {
  content: "\E380";
}
.fa-draw-polygon:before {
  content: "\F5EE";
}
.fa-balance-scale:before,
.fa-scale-balanced:before {
  content: "\F24E";
}
.fa-calendar-lines:before,
.fa-calendar-note:before {
  content: "\E0D5";
}
.fa-arrow-down-big-small:before,
.fa-sort-size-down:before {
  content: "\F88C";
}
.fa-gauge-simple-high:before,
.fa-tachometer-fast:before,
.fa-tachometer:before {
  content: "\F62A";
}
.fa-do-not-enter:before {
  content: "\F5EC";
}
.fa-shower:before {
  content: "\F2CC";
}
.fa-dice-d8:before {
  content: "\F6D2";
}
.fa-desktop-alt:before,
.fa-desktop:before {
  content: "\F390";
}
.fa-m:before {
  content: "M";
}
.fa-spinner-scale:before {
  content: "\E62A";
}
.fa-grip-dots-vertical:before {
  content: "\E411";
}
.fa-face-viewfinder:before {
  content: "\E2FF";
}
.fa-creemee:before,
.fa-soft-serve:before {
  content: "\E400";
}
.fa-h5:before {
  content: "\E412";
}
.fa-hand-back-point-down:before {
  content: "\E19E";
}
.fa-table-list:before,
.fa-th-list:before {
  content: "\F00B";
}
.fa-basket-shopping-minus:before {
  content: "\E652";
}
.fa-comment-sms:before,
.fa-sms:before {
  content: "\F7CD";
}
.fa-rectangle-landscape:before,
.fa-rectangle:before {
  content: "\F2FA";
}
.fa-clipboard-list-check:before {
  content: "\F737";
}
.fa-turkey:before {
  content: "\F725";
}
.fa-book:before {
  content: "\F02D";
}
.fa-user-plus:before {
  content: "\F234";
}
.fa-ice-skate:before {
  content: "\F7AC";
}
.fa-check:before {
  content: "\F00C";
}
.fa-battery-4:before,
.fa-battery-three-quarters:before {
  content: "\F241";
}
.fa-tomato:before {
  content: "\E330";
}
.fa-sword-laser:before {
  content: "\E03B";
}
.fa-house-circle-check:before {
  content: "\E509";
}
.fa-buildings:before {
  content: "\E0CC";
}
.fa-angle-left:before {
  content: "\F104";
}
.fa-cart-flatbed-boxes:before,
.fa-dolly-flatbed-alt:before {
  content: "\F475";
}
.fa-diagram-successor:before {
  content: "\E47A";
}
.fa-truck-arrow-right:before {
  content: "\E58B";
}
.fa-square-w:before {
  content: "\E285";
}
.fa-arrows-split-up-and-left:before {
  content: "\E4BC";
}
.fa-lamp:before {
  content: "\F4CA";
}
.fa-airplay:before {
  content: "\E089";
}
.fa-fist-raised:before,
.fa-hand-fist:before {
  content: "\F6DE";
}
.fa-shield-quartered:before {
  content: "\E575";
}
.fa-slash-forward:before {
  content: "/";
}
.fa-location-pen:before,
.fa-map-marker-edit:before {
  content: "\F607";
}
.fa-cloud-moon:before {
  content: "\F6C3";
}
.fa-pot-food:before {
  content: "\E43F";
}
.fa-briefcase:before {
  content: "\F0B1";
}
.fa-person-falling:before {
  content: "\E546";
}
.fa-image-portrait:before,
.fa-portrait:before {
  content: "\F3E0";
}
.fa-user-tag:before {
  content: "\F507";
}
.fa-rug:before {
  content: "\E569";
}
.fa-print-slash:before {
  content: "\F686";
}
.fa-earth-europe:before,
.fa-globe-europe:before {
  content: "\F7A2";
}
.fa-cart-flatbed-suitcase:before,
.fa-luggage-cart:before {
  content: "\F59D";
}
.fa-hand-back-point-ribbon:before {
  content: "\E1A0";
}
.fa-rectangle-times:before,
.fa-rectangle-xmark:before,
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\F410";
}
.fa-tire-rugged:before {
  content: "\F634";
}
.fa-lightbulb-dollar:before {
  content: "\F670";
}
.fa-cowbell:before {
  content: "\F8B3";
}
.fa-baht-sign:before {
  content: "\E0AC";
}
.fa-corner:before {
  content: "\E3FE";
}
.fa-chevron-double-right:before,
.fa-chevrons-right:before {
  content: "\F324";
}
.fa-book-open:before {
  content: "\F518";
}
.fa-book-journal-whills:before,
.fa-journal-whills:before {
  content: "\F66A";
}
.fa-inhaler:before {
  content: "\F5F9";
}
.fa-handcuffs:before {
  content: "\E4F8";
}
.fa-snake:before {
  content: "\F716";
}
.fa-exclamation-triangle:before,
.fa-triangle-exclamation:before,
.fa-warning:before {
  content: "\F071";
}
.fa-note-medical:before {
  content: "\E200";
}
.fa-database:before {
  content: "\F1C0";
}
.fa-down-left:before {
  content: "\E16A";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\F064";
}
.fa-face-thinking:before {
  content: "\E39B";
}
.fa-turn-down-right:before {
  content: "\E455";
}
.fa-bottle-droplet:before {
  content: "\E4C4";
}
.fa-mask-face:before {
  content: "\E1D7";
}
.fa-hill-rockslide:before {
  content: "\E508";
}
.fa-scanner-keyboard:before {
  content: "\F489";
}
.fa-circle-o:before {
  content: "\E119";
}
.fa-grid-horizontal:before {
  content: "\E307";
}
.fa-comment-alt-dollar:before,
.fa-message-dollar:before {
  content: "\F650";
}
.fa-exchange-alt:before,
.fa-right-left:before {
  content: "\F362";
}
.fa-columns-3:before {
  content: "\E361";
}
.fa-paper-plane:before {
  content: "\F1D8";
}
.fa-road-circle-exclamation:before {
  content: "\E565";
}
.fa-dungeon:before {
  content: "\F6D9";
}
.fa-hand-holding-box:before {
  content: "\F47B";
}
.fa-input-text:before {
  content: "\E1BF";
}
.fa-window-alt:before,
.fa-window-flip:before {
  content: "\F40F";
}
.fa-align-right:before {
  content: "\F038";
}
.fa-scanner-gun:before,
.fa-scanner:before {
  content: "\F488";
}
.fa-tire:before {
  content: "\F631";
}
.fa-engine:before {
  content: "\E16E";
}
.fa-money-bill-1-wave:before,
.fa-money-bill-wave-alt:before {
  content: "\F53B";
}
.fa-life-ring:before {
  content: "\F1CD";
}
.fa-hands:before,
.fa-sign-language:before,
.fa-signing:before {
  content: "\F2A7";
}
.fa-caret-circle-right:before,
.fa-circle-caret-right:before {
  content: "\F330";
}
.fa-turn-left:before {
  content: "\E636";
}
.fa-wheat:before {
  content: "\F72D";
}
.fa-file-spreadsheet:before {
  content: "\F65B";
}
.fa-audio-description-slash:before {
  content: "\E0A8";
}
.fa-bell-ring:before {
  content: "\E62C";
}
.fa-calendar-day:before {
  content: "\F783";
}
.fa-ladder-water:before,
.fa-swimming-pool:before,
.fa-water-ladder:before {
  content: "\F5C5";
}
.fa-arrows-up-down:before,
.fa-arrows-v:before {
  content: "\F07D";
}
.fa-chess-pawn-alt:before,
.fa-chess-pawn-piece:before {
  content: "\F444";
}
.fa-face-grimace:before,
.fa-grimace:before {
  content: "\F57F";
}
.fa-wheelchair-alt:before,
.fa-wheelchair-move:before {
  content: "\E2CE";
}
.fa-level-down-alt:before,
.fa-turn-down:before {
  content: "\F3BE";
}
.fa-square-s:before {
  content: "\E27D";
}
.fa-barcode-alt:before,
.fa-rectangle-barcode:before {
  content: "\F463";
}
.fa-person-walking-arrow-right:before {
  content: "\E552";
}
.fa-envelope-square:before,
.fa-square-envelope:before {
  content: "\F199";
}
.fa-dice:before {
  content: "\F522";
}
.fa-unicorn:before {
  content: "\F727";
}
.fa-bowling-ball:before {
  content: "\F436";
}
.fa-pompebled:before {
  content: "\E43D";
}
.fa-brain:before {
  content: "\F5DC";
}
.fa-watch-smart:before {
  content: "\E2CC";
}
.fa-book-user:before {
  content: "\F7E7";
}
.fa-sensor-cloud:before,
.fa-sensor-smoke:before {
  content: "\E02C";
}
.fa-clapperboard-play:before {
  content: "\E132";
}
.fa-band-aid:before,
.fa-bandage:before {
  content: "\F462";
}
.fa-calendar-minus:before {
  content: "\F272";
}
.fa-circle-xmark:before,
.fa-times-circle:before,
.fa-xmark-circle:before {
  content: "\F057";
}
.fa-circle-4:before {
  content: "\E0F1";
}
.fa-gifts:before {
  content: "\F79C";
}
.fa-album-collection:before {
  content: "\F8A0";
}
.fa-hotel:before {
  content: "\F594";
}
.fa-earth-asia:before,
.fa-globe-asia:before {
  content: "\F57E";
}
.fa-id-card-alt:before,
.fa-id-card-clip:before {
  content: "\F47F";
}
.fa-magnifying-glass-plus:before,
.fa-search-plus:before {
  content: "\F00E";
}
.fa-thumbs-up:before {
  content: "\F164";
}
.fa-cloud-showers:before {
  content: "\F73F";
}
.fa-user-clock:before {
  content: "\F4FD";
}
.fa-onion:before {
  content: "\E427";
}
.fa-clock-twelve-thirty:before {
  content: "\E359";
}
.fa-arrow-down-to-dotted-line:before {
  content: "\E095";
}
.fa-allergies:before,
.fa-hand-dots:before {
  content: "\F461";
}
.fa-file-invoice:before {
  content: "\F570";
}
.fa-window-minimize:before {
  content: "\F2D1";
}
.fa-rectangle-wide:before {
  content: "\F2FC";
}
.fa-comment-arrow-up:before {
  content: "\E144";
}
.fa-garlic:before {
  content: "\E40E";
}
.fa-coffee:before,
.fa-mug-saucer:before {
  content: "\F0F4";
}
.fa-brush:before {
  content: "\F55D";
}
.fa-tree-decorated:before {
  content: "\F7DC";
}
.fa-mask:before {
  content: "\F6FA";
}
.fa-calendar-heart:before {
  content: "\E0D3";
}
.fa-magnifying-glass-minus:before,
.fa-search-minus:before {
  content: "\F010";
}
.fa-flower:before {
  content: "\F7FF";
}
.fa-arrow-down-from-arc:before {
  content: "\E614";
}
.fa-right-left-large:before {
  content: "\E5E1";
}
.fa-ruler-vertical:before {
  content: "\F548";
}
.fa-circles-overlap:before {
  content: "\E600";
}
.fa-user-alt:before,
.fa-user-large:before {
  content: "\F406";
}
.fa-starship-freighter:before {
  content: "\E03A";
}
.fa-train-tram:before {
  content: "\E5B4";
}
.fa-bridge-suspension:before {
  content: "\E4CD";
}
.fa-trash-check:before {
  content: "\E2AF";
}
.fa-user-nurse:before {
  content: "\F82F";
}
.fa-boombox:before {
  content: "\F8A5";
}
.fa-syringe:before {
  content: "\F48E";
}
.fa-cloud-sun:before {
  content: "\F6C4";
}
.fa-shield-exclamation:before {
  content: "\E247";
}
.fa-stopwatch-20:before {
  content: "\E06F";
}
.fa-square-full:before {
  content: "\F45C";
}
.fa-grip-dots:before {
  content: "\E410";
}
.fa-comment-exclamation:before {
  content: "\F4AF";
}
.fa-pen-swirl:before {
  content: "\E214";
}
.fa-falafel:before {
  content: "\E40A";
}
.fa-circle-2:before {
  content: "\E0EF";
}
.fa-magnet:before {
  content: "\F076";
}
.fa-jar:before {
  content: "\E516";
}
.fa-gramophone:before {
  content: "\F8BD";
}
.fa-dice-d12:before {
  content: "\F6CE";
}
.fa-note-sticky:before,
.fa-sticky-note:before {
  content: "\F249";
}
.fa-arrow-alt-down:before,
.fa-down:before {
  content: "\F354";
}
.fa-100:before,
.fa-hundred-points:before {
  content: "\E41C";
}
.fa-paperclip-vertical:before {
  content: "\E3C2";
}
.fa-wind-circle-exclamation:before,
.fa-wind-warning:before {
  content: "\F776";
}
.fa-location-pin-slash:before,
.fa-map-marker-slash:before {
  content: "\F60C";
}
.fa-face-sad-sweat:before {
  content: "\E38A";
}
.fa-bug-slash:before {
  content: "\E490";
}
.fa-cupcake:before {
  content: "\E402";
}
.fa-light-switch-off:before {
  content: "\E018";
}
.fa-toggle-large-off:before {
  content: "\E5B0";
}
.fa-pen-fancy-slash:before {
  content: "\E210";
}
.fa-truck-container:before {
  content: "\F4DC";
}
.fa-boot:before {
  content: "\F782";
}
.fa-arrow-up-from-water-pump:before {
  content: "\E4B6";
}
.fa-file-check:before {
  content: "\F316";
}
.fa-bone:before {
  content: "\F5D7";
}
.fa-cards-blank:before {
  content: "\E4DF";
}
.fa-circle-3:before {
  content: "\E0F0";
}
.fa-bench-tree:before {
  content: "\E2E7";
}
.fa-keyboard-brightness-low:before {
  content: "\E1C1";
}
.fa-ski-boot-ski:before {
  content: "\E3CD";
}
.fa-brain-circuit:before {
  content: "\E0C6";
}
.fa-user-injured:before {
  content: "\F728";
}
.fa-block-brick-fire:before,
.fa-firewall:before {
  content: "\E3DC";
}
.fa-face-sad-tear:before,
.fa-sad-tear:before {
  content: "\F5B4";
}
.fa-plane:before {
  content: "\F072";
}
.fa-tent-arrows-down:before {
  content: "\E581";
}
.fa-exclamation:before {
  content: "!";
}
.fa-arrows-spin:before {
  content: "\E4BB";
}
.fa-face-smile-relaxed:before {
  content: "\E392";
}
.fa-comment-times:before,
.fa-comment-xmark:before {
  content: "\F4B5";
}
.fa-print:before {
  content: "\F02F";
}
.fa-try:before,
.fa-turkish-lira-sign:before,
.fa-turkish-lira:before {
  content: "\E2BB";
}
.fa-face-nose-steam:before {
  content: "\E382";
}
.fa-circle-waveform-lines:before,
.fa-waveform-circle:before {
  content: "\E12D";
}
.fa-dollar-sign:before,
.fa-dollar:before,
.fa-usd:before {
  content: "$";
}
.fa-ferris-wheel:before {
  content: "\E174";
}
.fa-computer-speaker:before {
  content: "\F8B2";
}
.fa-skull-cow:before {
  content: "\F8DE";
}
.fa-x:before {
  content: "X";
}
.fa-magnifying-glass-dollar:before,
.fa-search-dollar:before {
  content: "\F688";
}
.fa-users-cog:before,
.fa-users-gear:before {
  content: "\F509";
}
.fa-person-military-pointing:before {
  content: "\E54A";
}
.fa-bank:before,
.fa-building-columns:before,
.fa-institution:before,
.fa-museum:before,
.fa-university:before {
  content: "\F19C";
}
.fa-circle-t:before {
  content: "\E124";
}
.fa-sack:before {
  content: "\F81C";
}
.fa-grid-2:before {
  content: "\E196";
}
.fa-camera-cctv:before,
.fa-cctv:before {
  content: "\F8AC";
}
.fa-umbrella:before {
  content: "\F0E9";
}
.fa-trowel:before {
  content: "\E589";
}
.fa-horizontal-rule:before {
  content: "\F86C";
}
.fa-bed-alt:before,
.fa-bed-front:before {
  content: "\F8F7";
}
.fa-d:before {
  content: "D";
}
.fa-stapler:before {
  content: "\E5AF";
}
.fa-masks-theater:before,
.fa-theater-masks:before {
  content: "\F630";
}
.fa-file-gif:before {
  content: "\E645";
}
.fa-kip-sign:before {
  content: "\E1C4";
}
.fa-face-woozy:before {
  content: "\E3A2";
}
.fa-cloud-question:before {
  content: "\E492";
}
.fa-pineapple:before {
  content: "\E31F";
}
.fa-hand-point-left:before {
  content: "\F0A5";
}
.fa-gallery-thumbnails:before {
  content: "\E3AA";
}
.fa-circle-j:before {
  content: "\E112";
}
.fa-eyes:before {
  content: "\E367";
}
.fa-handshake-alt:before,
.fa-handshake-simple:before {
  content: "\F4C6";
}
.fa-file-caret-up:before,
.fa-page-caret-up:before {
  content: "\E42A";
}
.fa-fighter-jet:before,
.fa-jet-fighter:before {
  content: "\F0FB";
}
.fa-comet:before {
  content: "\E003";
}
.fa-share-alt-square:before,
.fa-square-share-nodes:before {
  content: "\F1E1";
}
.fa-reflect-vertical:before {
  content: "\E665";
}
.fa-shield-keyhole:before {
  content: "\E248";
}
.fa-file-mp4:before {
  content: "\E649";
}
.fa-barcode:before {
  content: "\F02A";
}
.fa-bulldozer:before {
  content: "\E655";
}
.fa-plus-minus:before {
  content: "\E43C";
}
.fa-sliders-v-square:before,
.fa-square-sliders-vertical:before {
  content: "\F3F2";
}
.fa-video-camera:before,
.fa-video:before {
  content: "\F03D";
}
.fa-comment-middle-alt:before,
.fa-message-middle:before {
  content: "\E1E1";
}
.fa-graduation-cap:before,
.fa-mortar-board:before {
  content: "\F19D";
}
.fa-hand-holding-medical:before {
  content: "\E05C";
}
.fa-person-circle-check:before {
  content: "\E53E";
}
.fa-square-z:before {
  content: "\E288";
}
.fa-comment-alt-text:before,
.fa-message-text:before {
  content: "\E1E6";
}
.fa-level-up-alt:before,
.fa-turn-up:before {
  content: "\F3BF";
}
.fa-sr-only,
.fa-sr-only-focusable:not(:focus),
.sr-only,
.sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:host,
:root {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Pro";
}
@font-face {
  font-family: Font Awesome\6 Pro;
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src:
    url("../fonts/vendor/@fortawesome/fontawesome-pro/webfa-solid-900.woff2")
      format("woff2"),
    url("../fonts/vendor/@fortawesome/fontawesome-pro/webfa-solid-900.ttf")
      format("truetype");
}
.fa-solid,
.fas {
  font-weight: 900;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:host,
:root {
  --fa-style-family-brands: "Font Awesome 6 Brands";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}
@font-face {
  font-family: Font Awesome\6 Brands;
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src:
    url("../fonts/vendor/@fortawesome/fontawesome-pro/webfa-brands-400.woff2")
      format("woff2"),
    url("../fonts/vendor/@fortawesome/fontawesome-pro/webfa-brands-400.ttf")
      format("truetype");
}
.fa-brands,
.fab {
  font-weight: 400;
}
.fa-monero:before {
  content: "\F3D0";
}
.fa-hooli:before {
  content: "\F427";
}
.fa-yelp:before {
  content: "\F1E9";
}
.fa-cc-visa:before {
  content: "\F1F0";
}
.fa-lastfm:before {
  content: "\F202";
}
.fa-shopware:before {
  content: "\F5B5";
}
.fa-creative-commons-nc:before {
  content: "\F4E8";
}
.fa-aws:before {
  content: "\F375";
}
.fa-redhat:before {
  content: "\F7BC";
}
.fa-yoast:before {
  content: "\F2B1";
}
.fa-cloudflare:before {
  content: "\E07D";
}
.fa-ups:before {
  content: "\F7E0";
}
.fa-pixiv:before {
  content: "\E640";
}
.fa-wpexplorer:before {
  content: "\F2DE";
}
.fa-dyalog:before {
  content: "\F399";
}
.fa-bity:before {
  content: "\F37A";
}
.fa-stackpath:before {
  content: "\F842";
}
.fa-buysellads:before {
  content: "\F20D";
}
.fa-first-order:before {
  content: "\F2B0";
}
.fa-modx:before {
  content: "\F285";
}
.fa-guilded:before {
  content: "\E07E";
}
.fa-vnv:before {
  content: "\F40B";
}
.fa-js-square:before,
.fa-square-js:before {
  content: "\F3B9";
}
.fa-microsoft:before {
  content: "\F3CA";
}
.fa-qq:before {
  content: "\F1D6";
}
.fa-orcid:before {
  content: "\F8D2";
}
.fa-java:before {
  content: "\F4E4";
}
.fa-invision:before {
  content: "\F7B0";
}
.fa-creative-commons-pd-alt:before {
  content: "\F4ED";
}
.fa-centercode:before {
  content: "\F380";
}
.fa-glide-g:before {
  content: "\F2A6";
}
.fa-drupal:before {
  content: "\F1A9";
}
.fa-hire-a-helper:before {
  content: "\F3B0";
}
.fa-creative-commons-by:before {
  content: "\F4E7";
}
.fa-unity:before {
  content: "\E049";
}
.fa-whmcs:before {
  content: "\F40D";
}
.fa-rocketchat:before {
  content: "\F3E8";
}
.fa-vk:before {
  content: "\F189";
}
.fa-untappd:before {
  content: "\F405";
}
.fa-mailchimp:before {
  content: "\F59E";
}
.fa-css3-alt:before {
  content: "\F38B";
}
.fa-reddit-square:before,
.fa-square-reddit:before {
  content: "\F1A2";
}
.fa-vimeo-v:before {
  content: "\F27D";
}
.fa-contao:before {
  content: "\F26D";
}
.fa-square-font-awesome:before {
  content: "\E5AD";
}
.fa-deskpro:before {
  content: "\F38F";
}
.fa-brave:before {
  content: "\E63C";
}
.fa-sistrix:before {
  content: "\F3EE";
}
.fa-instagram-square:before,
.fa-square-instagram:before {
  content: "\E055";
}
.fa-battle-net:before {
  content: "\F835";
}
.fa-the-red-yeti:before {
  content: "\F69D";
}
.fa-hacker-news-square:before,
.fa-square-hacker-news:before {
  content: "\F3AF";
}
.fa-edge:before {
  content: "\F282";
}
.fa-threads:before {
  content: "\E618";
}
.fa-napster:before {
  content: "\F3D2";
}
.fa-snapchat-square:before,
.fa-square-snapchat:before {
  content: "\F2AD";
}
.fa-google-plus-g:before {
  content: "\F0D5";
}
.fa-artstation:before {
  content: "\F77A";
}
.fa-markdown:before {
  content: "\F60F";
}
.fa-sourcetree:before {
  content: "\F7D3";
}
.fa-google-plus:before {
  content: "\F2B3";
}
.fa-diaspora:before {
  content: "\F791";
}
.fa-foursquare:before {
  content: "\F180";
}
.fa-stack-overflow:before {
  content: "\F16C";
}
.fa-github-alt:before {
  content: "\F113";
}
.fa-phoenix-squadron:before {
  content: "\F511";
}
.fa-pagelines:before {
  content: "\F18C";
}
.fa-algolia:before {
  content: "\F36C";
}
.fa-red-river:before {
  content: "\F3E3";
}
.fa-creative-commons-sa:before {
  content: "\F4EF";
}
.fa-safari:before {
  content: "\F267";
}
.fa-google:before {
  content: "\F1A0";
}
.fa-font-awesome-alt:before,
.fa-square-font-awesome-stroke:before {
  content: "\F35C";
}
.fa-atlassian:before {
  content: "\F77B";
}
.fa-linkedin-in:before {
  content: "\F0E1";
}
.fa-digital-ocean:before {
  content: "\F391";
}
.fa-nimblr:before {
  content: "\F5A8";
}
.fa-chromecast:before {
  content: "\F838";
}
.fa-evernote:before {
  content: "\F839";
}
.fa-hacker-news:before {
  content: "\F1D4";
}
.fa-creative-commons-sampling:before {
  content: "\F4F0";
}
.fa-adversal:before {
  content: "\F36A";
}
.fa-creative-commons:before {
  content: "\F25E";
}
.fa-watchman-monitoring:before {
  content: "\E087";
}
.fa-fonticons:before {
  content: "\F280";
}
.fa-weixin:before {
  content: "\F1D7";
}
.fa-shirtsinbulk:before {
  content: "\F214";
}
.fa-codepen:before {
  content: "\F1CB";
}
.fa-git-alt:before {
  content: "\F841";
}
.fa-lyft:before {
  content: "\F3C3";
}
.fa-rev:before {
  content: "\F5B2";
}
.fa-windows:before {
  content: "\F17A";
}
.fa-wizards-of-the-coast:before {
  content: "\F730";
}
.fa-square-viadeo:before,
.fa-viadeo-square:before {
  content: "\F2AA";
}
.fa-meetup:before {
  content: "\F2E0";
}
.fa-centos:before {
  content: "\F789";
}
.fa-adn:before {
  content: "\F170";
}
.fa-cloudsmith:before {
  content: "\F384";
}
.fa-opensuse:before {
  content: "\E62B";
}
.fa-pied-piper-alt:before {
  content: "\F1A8";
}
.fa-dribbble-square:before,
.fa-square-dribbble:before {
  content: "\F397";
}
.fa-codiepie:before {
  content: "\F284";
}
.fa-node:before {
  content: "\F419";
}
.fa-mix:before {
  content: "\F3CB";
}
.fa-steam:before {
  content: "\F1B6";
}
.fa-cc-apple-pay:before {
  content: "\F416";
}
.fa-scribd:before {
  content: "\F28A";
}
.fa-debian:before {
  content: "\E60B";
}
.fa-openid:before {
  content: "\F19B";
}
.fa-instalod:before {
  content: "\E081";
}
.fa-expeditedssl:before {
  content: "\F23E";
}
.fa-sellcast:before {
  content: "\F2DA";
}
.fa-square-twitter:before,
.fa-twitter-square:before {
  content: "\F081";
}
.fa-r-project:before {
  content: "\F4F7";
}
.fa-delicious:before {
  content: "\F1A5";
}
.fa-freebsd:before {
  content: "\F3A4";
}
.fa-vuejs:before {
  content: "\F41F";
}
.fa-accusoft:before {
  content: "\F369";
}
.fa-ioxhost:before {
  content: "\F208";
}
.fa-fonticons-fi:before {
  content: "\F3A2";
}
.fa-app-store:before {
  content: "\F36F";
}
.fa-cc-mastercard:before {
  content: "\F1F1";
}
.fa-itunes-note:before {
  content: "\F3B5";
}
.fa-golang:before {
  content: "\E40F";
}
.fa-kickstarter:before {
  content: "\F3BB";
}
.fa-grav:before {
  content: "\F2D6";
}
.fa-weibo:before {
  content: "\F18A";
}
.fa-uncharted:before {
  content: "\E084";
}
.fa-firstdraft:before {
  content: "\F3A1";
}
.fa-square-youtube:before,
.fa-youtube-square:before {
  content: "\F431";
}
.fa-wikipedia-w:before {
  content: "\F266";
}
.fa-rendact:before,
.fa-wpressr:before {
  content: "\F3E4";
}
.fa-angellist:before {
  content: "\F209";
}
.fa-galactic-republic:before {
  content: "\F50C";
}
.fa-nfc-directional:before {
  content: "\E530";
}
.fa-skype:before {
  content: "\F17E";
}
.fa-joget:before {
  content: "\F3B7";
}
.fa-fedora:before {
  content: "\F798";
}
.fa-stripe-s:before {
  content: "\F42A";
}
.fa-meta:before {
  content: "\E49B";
}
.fa-laravel:before {
  content: "\F3BD";
}
.fa-hotjar:before {
  content: "\F3B1";
}
.fa-bluetooth-b:before {
  content: "\F294";
}
.fa-square-letterboxd:before {
  content: "\E62E";
}
.fa-sticker-mule:before {
  content: "\F3F7";
}
.fa-creative-commons-zero:before {
  content: "\F4F3";
}
.fa-hips:before {
  content: "\F452";
}
.fa-behance:before {
  content: "\F1B4";
}
.fa-reddit:before {
  content: "\F1A1";
}
.fa-discord:before {
  content: "\F392";
}
.fa-chrome:before {
  content: "\F268";
}
.fa-app-store-ios:before {
  content: "\F370";
}
.fa-cc-discover:before {
  content: "\F1F2";
}
.fa-wpbeginner:before {
  content: "\F297";
}
.fa-confluence:before {
  content: "\F78D";
}
.fa-shoelace:before {
  content: "\E60C";
}
.fa-mdb:before {
  content: "\F8CA";
}
.fa-dochub:before {
  content: "\F394";
}
.fa-accessible-icon:before {
  content: "\F368";
}
.fa-ebay:before {
  content: "\F4F4";
}
.fa-amazon:before {
  content: "\F270";
}
.fa-unsplash:before {
  content: "\E07C";
}
.fa-yarn:before {
  content: "\F7E3";
}
.fa-square-steam:before,
.fa-steam-square:before {
  content: "\F1B7";
}
.fa-500px:before {
  content: "\F26E";
}
.fa-square-vimeo:before,
.fa-vimeo-square:before {
  content: "\F194";
}
.fa-asymmetrik:before {
  content: "\F372";
}
.fa-font-awesome-flag:before,
.fa-font-awesome-logo-full:before,
.fa-font-awesome:before {
  content: "\F2B4";
}
.fa-gratipay:before {
  content: "\F184";
}
.fa-apple:before {
  content: "\F179";
}
.fa-hive:before {
  content: "\E07F";
}
.fa-gitkraken:before {
  content: "\F3A6";
}
.fa-keybase:before {
  content: "\F4F5";
}
.fa-apple-pay:before {
  content: "\F415";
}
.fa-padlet:before {
  content: "\E4A0";
}
.fa-amazon-pay:before {
  content: "\F42C";
}
.fa-github-square:before,
.fa-square-github:before {
  content: "\F092";
}
.fa-stumbleupon:before {
  content: "\F1A4";
}
.fa-fedex:before {
  content: "\F797";
}
.fa-phoenix-framework:before {
  content: "\F3DC";
}
.fa-shopify:before {
  content: "\E057";
}
.fa-neos:before {
  content: "\F612";
}
.fa-square-threads:before {
  content: "\E619";
}
.fa-hackerrank:before {
  content: "\F5F7";
}
.fa-researchgate:before {
  content: "\F4F8";
}
.fa-swift:before {
  content: "\F8E1";
}
.fa-angular:before {
  content: "\F420";
}
.fa-speakap:before {
  content: "\F3F3";
}
.fa-angrycreative:before {
  content: "\F36E";
}
.fa-y-combinator:before {
  content: "\F23B";
}
.fa-empire:before {
  content: "\F1D1";
}
.fa-envira:before {
  content: "\F299";
}
.fa-google-scholar:before {
  content: "\E63B";
}
.fa-gitlab-square:before,
.fa-square-gitlab:before {
  content: "\E5AE";
}
.fa-studiovinari:before {
  content: "\F3F8";
}
.fa-pied-piper:before {
  content: "\F2AE";
}
.fa-wordpress:before {
  content: "\F19A";
}
.fa-product-hunt:before {
  content: "\F288";
}
.fa-firefox:before {
  content: "\F269";
}
.fa-linode:before {
  content: "\F2B8";
}
.fa-goodreads:before {
  content: "\F3A8";
}
.fa-odnoklassniki-square:before,
.fa-square-odnoklassniki:before {
  content: "\F264";
}
.fa-jsfiddle:before {
  content: "\F1CC";
}
.fa-sith:before {
  content: "\F512";
}
.fa-themeisle:before {
  content: "\F2B2";
}
.fa-page4:before {
  content: "\F3D7";
}
.fa-hashnode:before {
  content: "\E499";
}
.fa-react:before {
  content: "\F41B";
}
.fa-cc-paypal:before {
  content: "\F1F4";
}
.fa-squarespace:before {
  content: "\F5BE";
}
.fa-cc-stripe:before {
  content: "\F1F5";
}
.fa-creative-commons-share:before {
  content: "\F4F2";
}
.fa-bitcoin:before {
  content: "\F379";
}
.fa-keycdn:before {
  content: "\F3BA";
}
.fa-opera:before {
  content: "\F26A";
}
.fa-itch-io:before {
  content: "\F83A";
}
.fa-umbraco:before {
  content: "\F8E8";
}
.fa-galactic-senate:before {
  content: "\F50D";
}
.fa-ubuntu:before {
  content: "\F7DF";
}
.fa-draft2digital:before {
  content: "\F396";
}
.fa-stripe:before {
  content: "\F429";
}
.fa-houzz:before {
  content: "\F27C";
}
.fa-gg:before {
  content: "\F260";
}
.fa-dhl:before {
  content: "\F790";
}
.fa-pinterest-square:before,
.fa-square-pinterest:before {
  content: "\F0D3";
}
.fa-xing:before {
  content: "\F168";
}
.fa-blackberry:before {
  content: "\F37B";
}
.fa-creative-commons-pd:before {
  content: "\F4EC";
}
.fa-playstation:before {
  content: "\F3DF";
}
.fa-quinscape:before {
  content: "\F459";
}
.fa-less:before {
  content: "\F41D";
}
.fa-blogger-b:before {
  content: "\F37D";
}
.fa-opencart:before {
  content: "\F23D";
}
.fa-vine:before {
  content: "\F1CA";
}
.fa-signal-messenger:before {
  content: "\E663";
}
.fa-paypal:before {
  content: "\F1ED";
}
.fa-gitlab:before {
  content: "\F296";
}
.fa-typo3:before {
  content: "\F42B";
}
.fa-reddit-alien:before {
  content: "\F281";
}
.fa-yahoo:before {
  content: "\F19E";
}
.fa-dailymotion:before {
  content: "\E052";
}
.fa-affiliatetheme:before {
  content: "\F36B";
}
.fa-pied-piper-pp:before {
  content: "\F1A7";
}
.fa-bootstrap:before {
  content: "\F836";
}
.fa-odnoklassniki:before {
  content: "\F263";
}
.fa-nfc-symbol:before {
  content: "\E531";
}
.fa-mintbit:before {
  content: "\E62F";
}
.fa-ethereum:before {
  content: "\F42E";
}
.fa-speaker-deck:before {
  content: "\F83C";
}
.fa-creative-commons-nc-eu:before {
  content: "\F4E9";
}
.fa-patreon:before {
  content: "\F3D9";
}
.fa-avianex:before {
  content: "\F374";
}
.fa-ello:before {
  content: "\F5F1";
}
.fa-gofore:before {
  content: "\F3A7";
}
.fa-bimobject:before {
  content: "\F378";
}
.fa-brave-reverse:before {
  content: "\E63D";
}
.fa-facebook-f:before {
  content: "\F39E";
}
.fa-google-plus-square:before,
.fa-square-google-plus:before {
  content: "\F0D4";
}
.fa-mandalorian:before {
  content: "\F50F";
}
.fa-first-order-alt:before {
  content: "\F50A";
}
.fa-osi:before {
  content: "\F41A";
}
.fa-google-wallet:before {
  content: "\F1EE";
}
.fa-d-and-d-beyond:before {
  content: "\F6CA";
}
.fa-periscope:before {
  content: "\F3DA";
}
.fa-fulcrum:before {
  content: "\F50B";
}
.fa-cloudscale:before {
  content: "\F383";
}
.fa-forumbee:before {
  content: "\F211";
}
.fa-mizuni:before {
  content: "\F3CC";
}
.fa-schlix:before {
  content: "\F3EA";
}
.fa-square-xing:before,
.fa-xing-square:before {
  content: "\F169";
}
.fa-bandcamp:before {
  content: "\F2D5";
}
.fa-wpforms:before {
  content: "\F298";
}
.fa-cloudversify:before {
  content: "\F385";
}
.fa-usps:before {
  content: "\F7E1";
}
.fa-megaport:before {
  content: "\F5A3";
}
.fa-magento:before {
  content: "\F3C4";
}
.fa-spotify:before {
  content: "\F1BC";
}
.fa-optin-monster:before {
  content: "\F23C";
}
.fa-fly:before {
  content: "\F417";
}
.fa-aviato:before {
  content: "\F421";
}
.fa-itunes:before {
  content: "\F3B4";
}
.fa-cuttlefish:before {
  content: "\F38C";
}
.fa-blogger:before {
  content: "\F37C";
}
.fa-flickr:before {
  content: "\F16E";
}
.fa-viber:before {
  content: "\F409";
}
.fa-soundcloud:before {
  content: "\F1BE";
}
.fa-digg:before {
  content: "\F1A6";
}
.fa-tencent-weibo:before {
  content: "\F1D5";
}
.fa-letterboxd:before {
  content: "\E62D";
}
.fa-symfony:before {
  content: "\F83D";
}
.fa-maxcdn:before {
  content: "\F136";
}
.fa-etsy:before {
  content: "\F2D7";
}
.fa-facebook-messenger:before {
  content: "\F39F";
}
.fa-audible:before {
  content: "\F373";
}
.fa-think-peaks:before {
  content: "\F731";
}
.fa-bilibili:before {
  content: "\E3D9";
}
.fa-erlang:before {
  content: "\F39D";
}
.fa-x-twitter:before {
  content: "\E61B";
}
.fa-cotton-bureau:before {
  content: "\F89E";
}
.fa-dashcube:before {
  content: "\F210";
}
.fa-42-group:before,
.fa-innosoft:before {
  content: "\E080";
}
.fa-stack-exchange:before {
  content: "\F18D";
}
.fa-elementor:before {
  content: "\F430";
}
.fa-pied-piper-square:before,
.fa-square-pied-piper:before {
  content: "\E01E";
}
.fa-creative-commons-nd:before {
  content: "\F4EB";
}
.fa-palfed:before {
  content: "\F3D8";
}
.fa-superpowers:before {
  content: "\F2DD";
}
.fa-resolving:before {
  content: "\F3E7";
}
.fa-xbox:before {
  content: "\F412";
}
.fa-searchengin:before {
  content: "\F3EB";
}
.fa-tiktok:before {
  content: "\E07B";
}
.fa-facebook-square:before,
.fa-square-facebook:before {
  content: "\F082";
}
.fa-renren:before {
  content: "\F18B";
}
.fa-linux:before {
  content: "\F17C";
}
.fa-glide:before {
  content: "\F2A5";
}
.fa-linkedin:before {
  content: "\F08C";
}
.fa-hubspot:before {
  content: "\F3B2";
}
.fa-deploydog:before {
  content: "\F38E";
}
.fa-twitch:before {
  content: "\F1E8";
}
.fa-ravelry:before {
  content: "\F2D9";
}
.fa-mixer:before {
  content: "\E056";
}
.fa-lastfm-square:before,
.fa-square-lastfm:before {
  content: "\F203";
}
.fa-vimeo:before {
  content: "\F40A";
}
.fa-mendeley:before {
  content: "\F7B3";
}
.fa-uniregistry:before {
  content: "\F404";
}
.fa-figma:before {
  content: "\F799";
}
.fa-creative-commons-remix:before {
  content: "\F4EE";
}
.fa-cc-amazon-pay:before {
  content: "\F42D";
}
.fa-dropbox:before {
  content: "\F16B";
}
.fa-instagram:before {
  content: "\F16D";
}
.fa-cmplid:before {
  content: "\E360";
}
.fa-upwork:before {
  content: "\E641";
}
.fa-facebook:before {
  content: "\F09A";
}
.fa-gripfire:before {
  content: "\F3AC";
}
.fa-jedi-order:before {
  content: "\F50E";
}
.fa-uikit:before {
  content: "\F403";
}
.fa-fort-awesome-alt:before {
  content: "\F3A3";
}
.fa-phabricator:before {
  content: "\F3DB";
}
.fa-ussunnah:before {
  content: "\F407";
}
.fa-earlybirds:before {
  content: "\F39A";
}
.fa-trade-federation:before {
  content: "\F513";
}
.fa-autoprefixer:before {
  content: "\F41C";
}
.fa-whatsapp:before {
  content: "\F232";
}
.fa-slideshare:before {
  content: "\F1E7";
}
.fa-google-play:before {
  content: "\F3AB";
}
.fa-viadeo:before {
  content: "\F2A9";
}
.fa-line:before {
  content: "\F3C0";
}
.fa-google-drive:before {
  content: "\F3AA";
}
.fa-servicestack:before {
  content: "\F3EC";
}
.fa-simplybuilt:before {
  content: "\F215";
}
.fa-bitbucket:before {
  content: "\F171";
}
.fa-imdb:before {
  content: "\F2D8";
}
.fa-deezer:before {
  content: "\E077";
}
.fa-raspberry-pi:before {
  content: "\F7BB";
}
.fa-jira:before {
  content: "\F7B1";
}
.fa-docker:before {
  content: "\F395";
}
.fa-screenpal:before {
  content: "\E570";
}
.fa-bluetooth:before {
  content: "\F293";
}
.fa-gitter:before {
  content: "\F426";
}
.fa-d-and-d:before {
  content: "\F38D";
}
.fa-microblog:before {
  content: "\E01A";
}
.fa-cc-diners-club:before {
  content: "\F24C";
}
.fa-gg-circle:before {
  content: "\F261";
}
.fa-pied-piper-hat:before {
  content: "\F4E5";
}
.fa-kickstarter-k:before {
  content: "\F3BC";
}
.fa-yandex:before {
  content: "\F413";
}
.fa-readme:before {
  content: "\F4D5";
}
.fa-html5:before {
  content: "\F13B";
}
.fa-sellsy:before {
  content: "\F213";
}
.fa-sass:before {
  content: "\F41E";
}
.fa-wirsindhandwerk:before,
.fa-wsh:before {
  content: "\E2D0";
}
.fa-buromobelexperte:before {
  content: "\F37F";
}
.fa-salesforce:before {
  content: "\F83B";
}
.fa-octopus-deploy:before {
  content: "\E082";
}
.fa-medapps:before {
  content: "\F3C6";
}
.fa-ns8:before {
  content: "\F3D5";
}
.fa-pinterest-p:before {
  content: "\F231";
}
.fa-apper:before {
  content: "\F371";
}
.fa-fort-awesome:before {
  content: "\F286";
}
.fa-waze:before {
  content: "\F83F";
}
.fa-cc-jcb:before {
  content: "\F24B";
}
.fa-snapchat-ghost:before,
.fa-snapchat:before {
  content: "\F2AB";
}
.fa-fantasy-flight-games:before {
  content: "\F6DC";
}
.fa-rust:before {
  content: "\E07A";
}
.fa-wix:before {
  content: "\F5CF";
}
.fa-behance-square:before,
.fa-square-behance:before {
  content: "\F1B5";
}
.fa-supple:before {
  content: "\F3F9";
}
.fa-webflow:before {
  content: "\E65C";
}
.fa-rebel:before {
  content: "\F1D0";
}
.fa-css3:before {
  content: "\F13C";
}
.fa-staylinked:before {
  content: "\F3F5";
}
.fa-kaggle:before {
  content: "\F5FA";
}
.fa-space-awesome:before {
  content: "\E5AC";
}
.fa-deviantart:before {
  content: "\F1BD";
}
.fa-cpanel:before {
  content: "\F388";
}
.fa-goodreads-g:before {
  content: "\F3A9";
}
.fa-git-square:before,
.fa-square-git:before {
  content: "\F1D2";
}
.fa-square-tumblr:before,
.fa-tumblr-square:before {
  content: "\F174";
}
.fa-trello:before {
  content: "\F181";
}
.fa-creative-commons-nc-jp:before {
  content: "\F4EA";
}
.fa-get-pocket:before {
  content: "\F265";
}
.fa-perbyte:before {
  content: "\E083";
}
.fa-grunt:before {
  content: "\F3AD";
}
.fa-weebly:before {
  content: "\F5CC";
}
.fa-connectdevelop:before {
  content: "\F20E";
}
.fa-leanpub:before {
  content: "\F212";
}
.fa-black-tie:before {
  content: "\F27E";
}
.fa-themeco:before {
  content: "\F5C6";
}
.fa-python:before {
  content: "\F3E2";
}
.fa-android:before {
  content: "\F17B";
}
.fa-bots:before {
  content: "\E340";
}
.fa-free-code-camp:before {
  content: "\F2C5";
}
.fa-hornbill:before {
  content: "\F592";
}
.fa-js:before {
  content: "\F3B8";
}
.fa-ideal:before {
  content: "\E013";
}
.fa-git:before {
  content: "\F1D3";
}
.fa-dev:before {
  content: "\F6CC";
}
.fa-sketch:before {
  content: "\F7C6";
}
.fa-yandex-international:before {
  content: "\F414";
}
.fa-cc-amex:before {
  content: "\F1F3";
}
.fa-uber:before {
  content: "\F402";
}
.fa-github:before {
  content: "\F09B";
}
.fa-php:before {
  content: "\F457";
}
.fa-alipay:before {
  content: "\F642";
}
.fa-youtube:before {
  content: "\F167";
}
.fa-skyatlas:before {
  content: "\F216";
}
.fa-firefox-browser:before {
  content: "\E007";
}
.fa-replyd:before {
  content: "\F3E6";
}
.fa-suse:before {
  content: "\F7D6";
}
.fa-jenkins:before {
  content: "\F3B6";
}
.fa-twitter:before {
  content: "\F099";
}
.fa-rockrms:before {
  content: "\F3E9";
}
.fa-pinterest:before {
  content: "\F0D2";
}
.fa-buffer:before {
  content: "\F837";
}
.fa-npm:before {
  content: "\F3D4";
}
.fa-yammer:before {
  content: "\F840";
}
.fa-btc:before {
  content: "\F15A";
}
.fa-dribbble:before {
  content: "\F17D";
}
.fa-stumbleupon-circle:before {
  content: "\F1A3";
}
.fa-internet-explorer:before {
  content: "\F26B";
}
.fa-stubber:before {
  content: "\E5C7";
}
.fa-telegram-plane:before,
.fa-telegram:before {
  content: "\F2C6";
}
.fa-old-republic:before {
  content: "\F510";
}
.fa-odysee:before {
  content: "\E5C6";
}
.fa-square-whatsapp:before,
.fa-whatsapp-square:before {
  content: "\F40C";
}
.fa-node-js:before {
  content: "\F3D3";
}
.fa-edge-legacy:before {
  content: "\E078";
}
.fa-slack-hash:before,
.fa-slack:before {
  content: "\F198";
}
.fa-medrt:before {
  content: "\F3C8";
}
.fa-usb:before {
  content: "\F287";
}
.fa-tumblr:before {
  content: "\F173";
}
.fa-vaadin:before {
  content: "\F408";
}
.fa-quora:before {
  content: "\F2C4";
}
.fa-square-x-twitter:before {
  content: "\E61A";
}
.fa-reacteurope:before {
  content: "\F75D";
}
.fa-medium-m:before,
.fa-medium:before {
  content: "\F23A";
}
.fa-amilia:before {
  content: "\F36D";
}
.fa-mixcloud:before {
  content: "\F289";
}
.fa-flipboard:before {
  content: "\F44D";
}
.fa-viacoin:before {
  content: "\F237";
}
.fa-critical-role:before {
  content: "\F6C9";
}
.fa-sitrox:before {
  content: "\E44A";
}
.fa-discourse:before {
  content: "\F393";
}
.fa-joomla:before {
  content: "\F1AA";
}
.fa-mastodon:before {
  content: "\F4F6";
}
.fa-airbnb:before {
  content: "\F834";
}
.fa-wolf-pack-battalion:before {
  content: "\F514";
}
.fa-buy-n-large:before {
  content: "\F8A6";
}
.fa-gulp:before {
  content: "\F3AE";
}
.fa-creative-commons-sampling-plus:before {
  content: "\F4F1";
}
.fa-strava:before {
  content: "\F428";
}
.fa-ember:before {
  content: "\F423";
}
.fa-canadian-maple-leaf:before {
  content: "\F785";
}
.fa-teamspeak:before {
  content: "\F4F9";
}
.fa-pushed:before {
  content: "\F3E1";
}
.fa-wordpress-simple:before {
  content: "\F411";
}
.fa-nutritionix:before {
  content: "\F3D6";
}
.fa-wodu:before {
  content: "\E088";
}
.fa-google-pay:before {
  content: "\E079";
}
.fa-intercom:before {
  content: "\F7AF";
}
.fa-zhihu:before {
  content: "\F63F";
}
.fa-korvue:before {
  content: "\F42F";
}
.fa-pix:before {
  content: "\E43A";
}
.fa-steam-symbol:before {
  content: "\F3F6";
}
.floating-service-bar {
  display: none;
}
/* 鍙充晶鎮诞瀹㈡湇鏍忔牱寮?*/
@media (min-width: 768px) {
  /* 鎮诞瀹㈡湇鏍忔牱寮?*/
  .floating-service-bar {
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .service-item {
    position: relative;
    display: flex;
    align-items: center;
  }

  .service-icon {
    width: 50px;
    height: 50px;
    background-color: #0066cc;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  }

  .service-icon:hover {
    background-color: #0052a3;
    transform: scale(1.1);
  }

  .service-content {
    position: absolute;
    right: 60px;
    background-color: white;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
    width: 200px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(20px);
    transition: all 0.3s ease;
    z-index: 999;
  }

  .service-item:hover .service-content {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }

  .service-content h3 {
    margin: 0 0 10px 0;
    font-size: 16px;
    color: #333;
  }

  .service-content p {
    margin: 5px 0;
    font-size: 14px;
    color: #666;
  }

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

  .wechat-qr img {
    width: 120px;
    height: 120px;
    margin-bottom: 10px;
  }
}

