:root {
  --aag-light-gray: #f5f5f7;
  --aag-medium-gray: #757575;
  --aag-dark-gray: #1E1E1E;
  --aag-purple: #495BFF;
  --aag-blue: #1600DB;
  --aag-white: #ffffff;
}

html, :root {
  font-size: 16px;
}

body,
.fl-page-content {
  background: #f5f5f7;
  color: #1E1E1E;
}

h1, h2, h3, h4, h5, h6 {
  color: #1E1E1E;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #1E1E1E;
}

h1 {
  font-size: clamp(2.25rem, 1.9615rem + 1.1538vw, 3rem);
}

h2 {
  font-size: clamp(1.75rem, 1.5577rem + 0.7692vw, 2.25rem);
}

h3 {
  font-size: clamp(1.125rem, 0.9808rem + 0.5769vw, 1.5rem);
}

h4 {
  font-size: clamp(1rem, 0.9519rem + 0.1923vw, 1.125rem);
}

h5 {
  font-size: clamp(0.75rem, 0.7019rem + 0.1923vw, 0.875rem);
}

p, ul, li, ol {
  color: #1E1E1E;
}

body {
  overflow-x: hidden;
}

a:hover,
a:focus {
  color: #495BFF;
}

.show-on-tablet {
  display: none !important;
}
@media all and (max-width: 992px) {
  .show-on-tablet {
    display: initial !important;
  }
}

.show-on-mobile {
  display: none !important;
}
@media all and (max-width: 768px) {
  .show-on-mobile {
    display: initial !important;
  }
}

.fl-builder-content a.fl-button {
  background-color: #495BFF;
  border: 1px solid #1600DB;
  border-radius: 50px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: all 0.15s ease-in;
}
.fl-builder-content a.fl-button:hover, .fl-builder-content a.fl-button:focus {
  background-color: #1600DB;
}
@media all and (max-width: 768px) {
  .fl-builder-content a.fl-button {
    font-size: 14px;
  }
}

header .searchwp-modal-form-trigger-el {
  border: 0;
  background: transparent;
  color: #000;
}
header .searchwp-modal-form-trigger-el:hover, header .searchwp-modal-form-trigger-el:focus {
  color: #495BFF;
}

.facetwp-type-fselect .fs-wrap {
  width: 300px;
}
.facetwp-type-fselect .fs-wrap.fs-open .fs-label-wrap {
  z-index: 15;
}
.facetwp-type-fselect .fs-label-wrap {
  background: #495BFF;
  border-radius: 100px;
  padding: 5px 10px;
}
.facetwp-type-fselect .fs-label {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
}
.facetwp-type-fselect .fs-arrow {
  border-top-color: #fff;
  right: 15px;
}
.facetwp-type-fselect .fs-options {
  padding-top: 20px;
  margin-top: -20px;
  background: #E2E7EC;
}
.facetwp-type-fselect .fs-dropdown {
  z-index: 10;
  border: 0;
}
.facetwp-type-fselect .fs-option-label {
  font-size: 15px;
}

.facetwp-type-radio {
  display: flex;
  gap: 1rem;
}
.facetwp-type-radio .facetwp-radio,
.facetwp-type-radio .facetwp-radio.checked {
  background: none;
  padding: 0.5rem 1rem;
  font-size: 16px;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
}
.facetwp-type-radio .facetwp-radio:hover, .facetwp-type-radio .facetwp-radio:focus,
.facetwp-type-radio .facetwp-radio.checked:hover,
.facetwp-type-radio .facetwp-radio.checked:focus {
  background: #F5F5F5;
}
.facetwp-type-radio .facetwp-radio.checked {
  background: #F5F5F5;
}
.facetwp-type-radio .facetwp-counter {
  display: none;
}

.news-categories .facetwp-type-radio {
  justify-content: center;
}

.news-post-grid .fl-post-grid-post {
  display: flex;
  background: transparent;
  border: 0;
}
.news-post-grid .fl-post-grid-image {
  flex: 1 0 140px;
}
.news-post-grid .fl-post-grid-text {
  flex: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
}
.news-post-grid .fl-post-grid-text p {
  color: #757575;
}

.hotspot-menu--toggle {
  aspect-ratio: 1;
  border-radius: 50px;
  border: 1px solid #1600DB;
  background-color: #495BFF;
  transition: all 0.2s ease-in-out;
  animation: float 6s ease-in-out infinite;
  scale: 0.8;
}
.hotspot-menu--toggle i {
  transition: all 0.2s ease-in-out;
}
.hotspot-menu--toggle:hover, .hotspot-menu--toggle:focus {
  background-color: #1600DB;
  border: 1px solid #1600DB;
}

.hotspot-menu--menu {
  max-width: 240px;
  z-index: 10;
  position: absolute !important;
  pointer-events: none;
}
.hotspot-menu--menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  opacity: 0;
  pointer-events: none;
  transform: translateY(25px) translateX(-50%);
  transition: all 0.2s ease-in-out;
  position: relative;
  left: 19px;
}
.hotspot-menu--menu ul li {
  color: #ffffff;
  margin-bottom: 1px;
}
.hotspot-menu--menu ul li a {
  background-color: #495BFF;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  padding: 1rem 3rem;
  display: block;
  transition: all 0.2s ease-in-out;
}
.hotspot-menu--menu ul li a:hover, .hotspot-menu--menu ul li a:focus {
  background-color: #1600DB;
}

.hotspot-menu--selected ul {
  opacity: 1;
  pointer-events: initial;
  transform: translateY(15px) translateX(-50%);
}
.hotspot-menu--selected.hotspot-menu--toggle i {
  transform: rotate(180deg);
}

@keyframes float {
  0% {
    box-shadow: 0 5px 15px 0px rgba(22, 0, 219, 0.2);
    transform: translatey(0px);
  }
  50% {
    box-shadow: 0 15px 15px 0px rgba(22, 0, 219, 0.2);
    transform: translatey(-6px);
  }
  100% {
    box-shadow: 0 5px 15px 0px rgba(22, 0, 219, 0.2);
    transform: translatey(0px);
  }
}
.homepage-hero {
  position: relative;
}
.homepage-hero .fl-module-aag_hotspot {
  position: absolute;
}
.homepage-hero .fl-module-aag_hotspot:has(.hotspot-menu--hotspot-commercial-vehicle) {
  top: 62%;
  left: 86.5%;
}
.homepage-hero .fl-module-aag_hotspot:has(.hotspot-menu--hotspot-commercial-vehicle) .hotspot-menu--toggle {
  animation-delay: 100ms;
}
.homepage-hero .fl-module-aag_hotspot:has(.hotspot-menu--hotspot-light-electric-vehicle) {
  top: 72%;
  left: 67%;
}
.homepage-hero .fl-module-aag_hotspot:has(.hotspot-menu--hotspot-light-electric-vehicle) .hotspot-menu--toggle {
  animation-delay: 300ms;
}
.homepage-hero .fl-module-aag_hotspot:has(.hotspot-menu--hotspot-light-hybrid-vehicle) {
  top: 70%;
  left: 45.6%;
}
.homepage-hero .fl-module-aag_hotspot:has(.hotspot-menu--hotspot-light-hybrid-vehicle) .hotspot-menu--toggle {
  animation-delay: 700ms;
}
.homepage-hero .fl-module-aag_hotspot:has(.hotspot-menu--hotspot-light-vehicle) {
  top: 65%;
  left: 20%;
}
.homepage-hero .fl-module-aag_hotspot:has(.hotspot-menu--hotspot-light-vehicle) .hotspot-menu--toggle {
  animation-delay: 500ms;
}
.homepage-hero .fl-module-aag_hotspot:has(.hotspot-menu--hotspot-longwall-miner) {
  top: 54%;
  left: 3%;
}
.homepage-hero .fl-module-aag_hotspot:has(.hotspot-menu--hotspot-longwall-miner) .hotspot-menu--toggle {
  animation-delay: 200ms;
}
.homepage-hero .fl-module-aag_hotspot:has(.hotspot-menu--hotspot-road-miller) {
  top: 48%;
  left: 52%;
}
.homepage-hero .fl-module-aag_hotspot:has(.hotspot-menu--hotspot-road-miller) .hotspot-menu--toggle {
  animation-delay: 900ms;
}
.homepage-hero .homepage-hero-headline {
  position: absolute;
  top: 140px;
  left: 0;
  right: 0;
  z-index: 5;
}
.homepage-hero .homepage-hero-headline .fl-module-content {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.homepage-hero .homepage-hero-headline .fl-module-content h1 {
  font-size: 36px;
}

.aag-homepage-hero-wrap .aag-homepage-hero--commercial,
.aag-homepage-hero-wrap .aag-homepage-hero--light-electric,
.aag-homepage-hero-wrap .aag-homepage-hero--light-hybrid,
.aag-homepage-hero-wrap .aag-homepage-hero--light-vehicle,
.aag-homepage-hero-wrap .aag-homepage-hero--longwall-miner,
.aag-homepage-hero-wrap .aag-homepage-hero--road-miller {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.aag-homepage-hero-wrap .aag-homepage-hero--commercial.visible,
.aag-homepage-hero-wrap .aag-homepage-hero--light-electric.visible,
.aag-homepage-hero-wrap .aag-homepage-hero--light-hybrid.visible,
.aag-homepage-hero-wrap .aag-homepage-hero--light-vehicle.visible,
.aag-homepage-hero-wrap .aag-homepage-hero--longwall-miner.visible,
.aag-homepage-hero-wrap .aag-homepage-hero--road-miller.visible {
  opacity: 1;
}

.product-featured-image .fl-photo-content {
  background: #f2f2f2;
  width: 100%;
}
.product-featured-image .fl-photo-content img {
  mix-blend-mode: multiply;
  max-height: 400px !important;
  object-fit: contain;
}

.product-content-wrap {
  max-height: 350px;
  overflow: hidden;
  position: relative;
}
.product-content-wrap.content-expanded {
  max-height: none;
  padding-bottom: 100px;
}
.product-content-wrap.content-expanded .product-show {
  display: none;
}
.product-content-wrap.content-expanded .product-hide {
  display: initial;
}
.product-content-wrap .product-hide {
  display: none;
}
.product-content-wrap .product-show-hide-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  width: 100%;
  padding: 50px 10px 20px;
  font-size: 14px;
  background: linear-gradient(rgba(255, 255, 255, 0.2), #fff 39%);
  transition: all 0.2s ease-in-out;
}
.product-content-wrap .product-show-hide-content button {
  background: none;
  border: 0;
  color: #1E1E1E;
}
.product-content-wrap:not(.show-toggles) .product-show-hide-content {
  display: none;
}

.newsletter-form-global .frm_fields_container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.newsletter-form-global .frm_fields_container #frm_field_16_container {
  width: 100%;
  max-width: 400px;
}
.newsletter-form-global .frm_fields_container #frm_field_17_container {
  margin-left: -100px;
}
.newsletter-form-global .frm_fields_container .frm_form_field input[type=email] {
  padding-right: 80px;
  border-radius: 40px;
  padding-top: 9px;
  padding-bottom: 9px;
}
.newsletter-form-global .frm_fields_container .frm_submit button.frm_button_submit {
  background-color: #495BFF;
  border: 1px solid #1600DB;
  border-radius: 50px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: all 0.15s ease-in;
  box-shadow: none;
  padding: 10px 20px;
  margin: -1px 0 0 0;
}
.newsletter-form-global .frm_fields_container .frm_submit button.frm_button_submit:hover, .newsletter-form-global .frm_fields_container .frm_submit button.frm_button_submit:focus {
  background-color: #1600DB;
}
@media all and (max-width: 992px) {
  .newsletter-form-global .frm_fields_container {
    max-width: 400px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    gap: 1rem;
  }
  .newsletter-form-global .frm_fields_container #frm_field_17_container {
    margin: 0;
  }
  .newsletter-form-global .frm_fields_container .frm_form_field {
    margin: 0;
    padding-right: 0;
    flex: 0 0 100%;
    max-width: none;
  }
  .newsletter-form-global .frm_fields_container .frm_submit {
    text-align: center;
  }
  .newsletter-form-global .frm_fields_container .frm_submit button.frm_button_submit {
    width: 100%;
  }
}

.market-posts .fl-post-grid {
  max-height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
}

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