@charset "UTF-8";
/** Import Bootstrap functions */
/** Bootstrap navbar fix (https://git.io/fADqW) */
/**
 * Import npm dependencies
 *
 * Prefix your imports with `~` to grab from node_modules/
 * @see https://github.com/webpack-contrib/sass-loader#imports
 */
/*!
 * Bootstrap Reboot v4.5.2 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus:not(.focus-visible) {
  outline: 0 !important; }

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, body.about article .content h2, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #707070;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #4a4a4a;
    text-decoration: underline; }

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none; }

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

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

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

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

select {
  word-wrap: normal; }

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

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

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

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

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

/*!
 * Bootstrap Grid v4.5.2 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

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

.container, body.home section.pipeline-equipment .slider-container .swiper-container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, body.home section.pipeline-equipment .slider-container .swiper-container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, body.home section.pipeline-equipment .slider-container .swiper-container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, body.home section.pipeline-equipment .slider-container .swiper-container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, body.home section.pipeline-equipment .slider-container .swiper-container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

@media (min-width: 1400px) {
  .container, body.home section.pipeline-equipment .slider-container .swiper-container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1400px; } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1400px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xxl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xxl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xxl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xxl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xxl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xxl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xxl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xxl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xxl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xxl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xxl-first {
    order: -1; }
  .order-xxl-last {
    order: 13; }
  .order-xxl-0 {
    order: 0; }
  .order-xxl-1 {
    order: 1; }
  .order-xxl-2 {
    order: 2; }
  .order-xxl-3 {
    order: 3; }
  .order-xxl-4 {
    order: 4; }
  .order-xxl-5 {
    order: 5; }
  .order-xxl-6 {
    order: 6; }
  .order-xxl-7 {
    order: 7; }
  .order-xxl-8 {
    order: 8; }
  .order-xxl-9 {
    order: 9; }
  .order-xxl-10 {
    order: 10; }
  .order-xxl-11 {
    order: 11; }
  .order-xxl-12 {
    order: 12; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; } }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1400px) {
  .d-xxl-none {
    display: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: flex !important; }
  .d-xxl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

@media (min-width: 1400px) {
  .flex-xxl-row {
    flex-direction: row !important; }
  .flex-xxl-column {
    flex-direction: column !important; }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xxl-wrap {
    flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xxl-fill {
    flex: 1 1 auto !important; }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xxl-start {
    justify-content: flex-start !important; }
  .justify-content-xxl-end {
    justify-content: flex-end !important; }
  .justify-content-xxl-center {
    justify-content: center !important; }
  .justify-content-xxl-between {
    justify-content: space-between !important; }
  .justify-content-xxl-around {
    justify-content: space-around !important; }
  .align-items-xxl-start {
    align-items: flex-start !important; }
  .align-items-xxl-end {
    align-items: flex-end !important; }
  .align-items-xxl-center {
    align-items: center !important; }
  .align-items-xxl-baseline {
    align-items: baseline !important; }
  .align-items-xxl-stretch {
    align-items: stretch !important; }
  .align-content-xxl-start {
    align-content: flex-start !important; }
  .align-content-xxl-end {
    align-content: flex-end !important; }
  .align-content-xxl-center {
    align-content: center !important; }
  .align-content-xxl-between {
    align-content: space-between !important; }
  .align-content-xxl-around {
    align-content: space-around !important; }
  .align-content-xxl-stretch {
    align-content: stretch !important; }
  .align-self-xxl-auto {
    align-self: auto !important; }
  .align-self-xxl-start {
    align-self: flex-start !important; }
  .align-self-xxl-end {
    align-self: flex-end !important; }
  .align-self-xxl-center {
    align-self: center !important; }
  .align-self-xxl-baseline {
    align-self: baseline !important; }
  .align-self-xxl-stretch {
    align-self: stretch !important; } }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

@media (min-width: 1400px) {
  .m-xxl-0 {
    margin: 0 !important; }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important; }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important; }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important; }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important; }
  .m-xxl-1 {
    margin: 0.25rem !important; }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important; }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important; }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important; }
  .m-xxl-2 {
    margin: 0.5rem !important; }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important; }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important; }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important; }
  .m-xxl-3 {
    margin: 1rem !important; }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important; }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important; }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important; }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important; }
  .m-xxl-4 {
    margin: 1.5rem !important; }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important; }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important; }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important; }
  .m-xxl-5 {
    margin: 3rem !important; }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important; }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important; }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important; }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important; }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important; }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important; }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important; }
  .p-xxl-1 {
    padding: 0.25rem !important; }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important; }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important; }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important; }
  .p-xxl-2 {
    padding: 0.5rem !important; }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important; }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important; }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important; }
  .p-xxl-3 {
    padding: 1rem !important; }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important; }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important; }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important; }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important; }
  .p-xxl-4 {
    padding: 1.5rem !important; }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important; }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important; }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important; }
  .p-xxl-5 {
    padding: 3rem !important; }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important; }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important; }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important; }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important; }
  .m-xxl-n1 {
    margin: -0.25rem !important; }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important; }
  .m-xxl-n2 {
    margin: -0.5rem !important; }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important; }
  .m-xxl-n3 {
    margin: -1rem !important; }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important; }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important; }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important; }
  .m-xxl-n4 {
    margin: -1.5rem !important; }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important; }
  .m-xxl-n5 {
    margin: -3rem !important; }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important; }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important; }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important; }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important; }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important; } }

.sr-only, .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .screen-reader-text:active, .sr-only-focusable:focus, .screen-reader-text:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover {
    color: #000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0; }

a.close.disabled {
  pointer-events: none; }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15); }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

@media (min-width: 1400px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xxl-right {
    right: 0;
    left: auto; } }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff; }

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar .container, .navbar body.home section.pipeline-equipment .slider-container .swiper-container, body.home section.pipeline-equipment .slider-container .navbar .swiper-container,
  .navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl, .navbar .container-xxl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container, body.home section.pipeline-equipment .slider-container .navbar-expand-sm > .swiper-container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl, .navbar-expand-sm > .container-xxl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container, body.home section.pipeline-equipment .slider-container .navbar-expand-sm > .swiper-container,
    .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl, .navbar-expand-sm > .container-xxl {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container, body.home section.pipeline-equipment .slider-container .navbar-expand-md > .swiper-container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl, .navbar-expand-md > .container-xxl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container, body.home section.pipeline-equipment .slider-container .navbar-expand-md > .swiper-container,
    .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl, .navbar-expand-md > .container-xxl {
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container, body.home section.pipeline-equipment .slider-container .navbar-expand-lg > .swiper-container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl, .navbar-expand-lg > .container-xxl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container, body.home section.pipeline-equipment .slider-container .navbar-expand-lg > .swiper-container,
    .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl, .navbar-expand-lg > .container-xxl {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container, body.home section.pipeline-equipment .slider-container .navbar-expand-xl > .swiper-container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl, .navbar-expand-xl > .container-xxl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container, body.home section.pipeline-equipment .slider-container .navbar-expand-xl > .swiper-container,
    .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl, .navbar-expand-xl > .container-xxl {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

@media (max-width: 1399.98px) {
  .navbar-expand-xxl > .container, body.home section.pipeline-equipment .slider-container .navbar-expand-xxl > .swiper-container,
  .navbar-expand-xxl > .container-fluid, .navbar-expand-xxl > .container-sm, .navbar-expand-xxl > .container-md, .navbar-expand-xxl > .container-lg, .navbar-expand-xxl > .container-xl, .navbar-expand-xxl > .container-xxl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xxl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xxl > .container, body.home section.pipeline-equipment .slider-container .navbar-expand-xxl > .swiper-container,
    .navbar-expand-xxl > .container-fluid, .navbar-expand-xxl > .container-sm, .navbar-expand-xxl > .container-md, .navbar-expand-xxl > .container-lg, .navbar-expand-xxl > .container-xl, .navbar-expand-xxl > .container-xxl {
      flex-wrap: nowrap; }
    .navbar-expand-xxl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xxl .navbar-toggler {
      display: none; } }

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand > .container, body.home section.pipeline-equipment .slider-container .navbar-expand > .swiper-container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl, .navbar-expand > .container-xxl {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container, body.home section.pipeline-equipment .slider-container .navbar-expand > .swiper-container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl, .navbar-expand > .container-xxl {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: none; }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: none; }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: none; }
  .modal.modal-static .modal-dialog {
    transform: scale(1.02); }

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6; }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6; }
  .modal-footer > * {
    margin: 0.25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem);
      height: -webkit-min-content;
      height: -moz-min-content;
      height: min-content; }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

[dir="ltr"] .popover{
  text-align: left; }

[dir="rtl"] .popover{
  text-align: right; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2); }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
    bottom: calc(-0.5rem - 1px); }
    .bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
      bottom: 0;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
      bottom: 1px;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
      left: 0;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
      left: 1px;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
    top: calc(-0.5rem - 1px); }
    .bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
      top: 0;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
      top: 1px;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
      right: 0;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
      right: 1px;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb; }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529; }

/**
 * Swiper 5.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 16, 2020
 */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color: #007aff; }

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap; }

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column; }

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height; }

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory; }

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory; }

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */ }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(44px / 44 * 27);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: 44px;
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * 44px / 2);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-theme-color);
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: 44px;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-feature-settings: normal, ;
  font-variant: normal;
  font-variant: initial;
  line-height: 1; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto; }

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev'; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next'; }

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff; }

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000; }

.swiper-button-lock {
  display: none; }

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */ }

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-theme-color);
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-theme-color);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff; }

.swiper-pagination-black {
  --swiper-pagination-color: #000000; }

.swiper-pagination-lock {
  display: none; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */ }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-theme-color);
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000; }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fade {
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

/** Import theme styles */
@font-face {
  font-family: PassionOne;
  font-weight: normal;
  src: url("../passionone-regular.html"); }

@font-face {
  font-family: PassionOne;
  font-weight: bold;
  src: url("../passionone-bold.html"); }

body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #2a3741; }
  @media (max-width: 767.98px) {
    body {
      font-size: 17px; } }
  @media (max-width: 767.98px) {
    body {
      font-size: 16px; } }

.container, body.home section.pipeline-equipment .slider-container .swiper-container {
  max-width: 1170px; }

h1 {
  font-size: 65px;
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.25; }
  h1.underline, body.brands h2, .equipment-details .similar-equipment h2 {
    position: relative;
    margin-bottom: 84px; }
    h1.underline::after, body.brands h2::after, .equipment-details .similar-equipment h2::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: -24px;
      height: 1px;
      width: 264px;
      margin: auto;
      border-bottom: 6px solid #ffa700; }
  @media (max-width: 991.98px) {
    h1 {
      font-size: 45px; } }
  @media (max-width: 767.98px) {
    h1 {
      font-size: 35px; }
      h1.underline, body.brands h2, .equipment-details .similar-equipment h2 {
        margin-bottom: 40px; }
        h1.underline::after, body.brands h2::after, .equipment-details .similar-equipment h2::after {
          width: 120px;
          border-bottom-width: 4px;
          bottom: -16px; } }

h2, body.contact header.page-header .tel {
  font-size: 30px;
  font-weight: 900;
  letter-spacing: -0.01em;
  line-height: 1.25; }
  @media (max-width: 767.98px) {
    h2, body.contact header.page-header .tel {
      font-size: 25px; } }

h3, body.about article .content h2 {
  font-size: 25px;
  font-weight: 900;
  letter-spacing: -0.01em;
  line-height: 1.25; }
  @media (max-width: 991.98px) {
    h3, body.about article .content h2 {
      font-size: 20px; } }
  @media (max-width: 767.98px) {
    h3, body.about article .content h2 {
      font-size: 16px;
      margin-bottom: 0; } }

h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -0.01em;
  line-height: 1.25; }

a,
a:hover,
a:active {
  color: inherit; }

button,
.button,
input[type=button] {
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-align: center; }

.lead {
  font-size: 22px;
  font-weight: 500; }

a:hover {
  text-decoration: none; }

.form-control {
  border: 1px solid #798b95; }

a.action {
  display: inline-block;
  background: white;
  border: 1px solid #707070;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  padding: 0.4rem 0.8rem; }
  a.action.large {
    padding: 0.8rem 1.5rem; }

:focus {
  outline: none; }

abbr[title] {
  text-decoration: none; }

hr {
  height: 1px;
  border: 0;
  background: #b5b9c0; }

button.plain {
  background: none;
  border: none; }

.original-price {
  text-decoration: line-through;
  display: inline-block;
  margin-right: 0.5rem; }

.lightbox-picture {
  max-width: 845px; }

.mb-15 {
  margin-bottom: 15px; }

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

.flatpickr-day {
  border-radius: 4px;
  height: 32px;
  line-height: 32px; }

.flatpickr-current-month .flatpickr-monthDropdown-months {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background: #ffa700;
  border-color: #ffa700;
  color: #393939;
  font-weight: bold; }

.brand-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 18px;
  border-radius: 2px;
  background-color: white;
  box-shadow: 0 3px 12px 0 rgba(92, 105, 116, 0.2);
  text-align: center;
  font-size: 16px; }
  .brand-card .picture-container {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .brand-card .logo {
    margin-bottom: 16px; }
  .brand-card .industries {
    margin-bottom: 32px;
    line-height: 2; }
    .brand-card .industries span {
      font-weight: bold; }
    .brand-card .industries ul {
      list-style: none;
      margin: 0;
      padding: 0; }
  .brand-card .footer {
    margin-top: auto; }
    .brand-card .footer .btn, .brand-card .footer .hubspot-form input[type="submit"], .hubspot-form .brand-card .footer input[type="submit"], .brand-card .footer .wp-block-button .wp-block-button__link, .wp-block-button .brand-card .footer .wp-block-button__link, .brand-card .footer .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button a, .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button .brand-card .footer a, .brand-card .footer body.home section.marketing-banners .banner .slide-content .wp-block-button a, body.home section.marketing-banners .banner .slide-content .wp-block-button .brand-card .footer a, .brand-card .footer body.page_support_template .hs-form input[type="submit"], body.page_support_template .hs-form .brand-card .footer input[type="submit"] {
      display: block;
      margin-bottom: 16px; }

.brand-cards {
  margin-bottom: 80px; }
  .brand-cards .brand {
    margin-bottom: 40px; }
  .brand-cards .swiper-pagination {
    position: static;
    margin-top: 24px; }
    .brand-cards .swiper-pagination .swiper-pagination-bullet {
      background: rgba(0, 0, 0, 0.3);
      margin: 0 4px; }
  .brand-cards .swiper-slide {
    height: auto; }
    .brand-cards .swiper-slide .brand {
      box-shadow: none; }

.wide-banner {
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  color: white;
  z-index: 3;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  width: 100%;
  height: 550px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: unset; }
  @media (max-width: 767.98px) {
    .wide-banner {
      height: 300px; } }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
  margin-bottom: 1rem; }
  .breadcrumb ol {
    margin: 0;
    padding: 0;
    list-style: none; }
    .breadcrumb ol .breadcrumb-item {
      display: inline-block; }
      .breadcrumb ol .breadcrumb-item:not(:first-child) {
        padding-left: 1.2rem; }
        @media (max-width: 767.98px) {
          .breadcrumb ol .breadcrumb-item:not(:first-child) {
            padding-left: 0.4rem; } }
        .breadcrumb ol .breadcrumb-item:not(:first-child)::before {
          display: inline-block;
          content: "|";
          padding-right: 1.2rem;
          font-weight: normal; }
          @media (max-width: 767.98px) {
            .breadcrumb ol .breadcrumb-item:not(:first-child)::before {
              padding-right: 0.4rem; } }
      .breadcrumb ol .breadcrumb-item.active {
        font-weight: 900; }
      .breadcrumb ol .breadcrumb-item [role=link] {
        text-decoration: none;
        cursor: pointer; }
      .breadcrumb ol .breadcrumb-item a,
      .breadcrumb ol .breadcrumb-item .link {
        color: #ffa700;
        text-decoration: none; }

.btn, .hubspot-form input[type="submit"], .wp-block-button .wp-block-button__link, .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button a, body.home section.marketing-banners .banner .slide-content .wp-block-button a, body.page_support_template .hs-form input[type="submit"] {
  display: inline-block;
  padding: 8px;
  border-style: solid;
  border-width: 2px;
  border-radius: 5px;
  font-weight: 900;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-align: center; }
  .btn.btn-primary, .hubspot-form input[type="submit"], .wp-block-button .btn-primary.wp-block-button__link, .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button a, body.home section.marketing-banners .banner .slide-content .wp-block-button a, body.page_support_template .hs-form input[type="submit"] {
    background: #ffa700;
    color: #2a3741;
    border-color: transparent; }
  .btn.btn-outline, .hubspot-form input.btn-outline[type="submit"], .wp-block-button .btn-outline.wp-block-button__link, .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button a.btn-outline, body.home section.marketing-banners .banner .slide-content .wp-block-button a.btn-outline, body.page_support_template .hs-form input.btn-outline[type="submit"] {
    background: transparent;
    color: #2a3741;
    border-color: #ffa700; }
  .btn.btn-dark, .hubspot-form input.btn-dark[type="submit"], .wp-block-button .btn-dark.wp-block-button__link, .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button a.btn-dark, body.home section.marketing-banners .banner .slide-content .wp-block-button a.btn-dark, body.page_support_template .hs-form input.btn-dark[type="submit"] {
    background: #2a3741;
    color: #ffa700;
    border-color: transparent; }
  .btn.btn-text, .hubspot-form input.btn-text[type="submit"], .wp-block-button .btn-text.wp-block-button__link, .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button a.btn-text, body.home section.marketing-banners .banner .slide-content .wp-block-button a.btn-text, body.page_support_template .hs-form input.btn-text[type="submit"] {
    background: transparent;
    border-color: transparent;
    color: #ffa700; }
  .btn:disabled, .hubspot-form input:disabled[type="submit"], .wp-block-button .wp-block-button__link:disabled, .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button a:disabled, body.home section.marketing-banners .banner .slide-content .wp-block-button a:disabled, body.page_support_template .hs-form input:disabled[type="submit"], .btn.disabled, .hubspot-form input.disabled[type="submit"], .wp-block-button .disabled.wp-block-button__link, .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button a.disabled, body.home section.marketing-banners .banner .slide-content .wp-block-button a.disabled, body.page_support_template .hs-form input.disabled[type="submit"] {
    opacity: 0.65; }

.buy-rent-banner {
  display: flex;
  background: white;
  align-items: center;
  height: 42px;
  padding: 0 20px; }
  @media (max-width: 767.98px) {
    .buy-rent-banner {
      display: none; } }
  .buy-rent-banner .message {
    flex-grow: 1; }
    @media (max-width: 991.98px) {
      .buy-rent-banner .message {
        font-size: 14px; } }
    .buy-rent-banner .message .tel-link {
      font-weight: 900;
      color: inherit; }
    .buy-rent-banner .message .email-link {
      color: #ffa700;
      font-weight: 900; }
  .buy-rent-banner .actions {
    text-align: right;
    flex-shrink: 0; }
    .buy-rent-banner .actions .btn, .buy-rent-banner .actions .hubspot-form input[type="submit"], .hubspot-form .buy-rent-banner .actions input[type="submit"], .buy-rent-banner .actions .wp-block-button .wp-block-button__link, .wp-block-button .buy-rent-banner .actions .wp-block-button__link, .buy-rent-banner .actions .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button a, .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button .buy-rent-banner .actions a, .buy-rent-banner .actions body.home section.marketing-banners .banner .slide-content .wp-block-button a, body.home section.marketing-banners .banner .slide-content .wp-block-button .buy-rent-banner .actions a, .buy-rent-banner .actions body.page_support_template .hs-form input[type="submit"], body.page_support_template .hs-form .buy-rent-banner .actions input[type="submit"] {
      padding: 0 24px; }
      .buy-rent-banner .actions .btn + .btn, .buy-rent-banner .actions .hubspot-form input[type="submit"] + .btn, .hubspot-form .buy-rent-banner .actions input[type="submit"] + .btn, .buy-rent-banner .actions .wp-block-button .wp-block-button__link + .btn, .wp-block-button .buy-rent-banner .actions .wp-block-button__link + .btn, .buy-rent-banner .actions .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button a + .btn, .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button .buy-rent-banner .actions a + .btn, .buy-rent-banner .actions body.home section.marketing-banners .banner .slide-content .wp-block-button a + .btn, body.home section.marketing-banners .banner .slide-content .wp-block-button .buy-rent-banner .actions a + .btn, .buy-rent-banner .actions body.page_support_template .hs-form input[type="submit"] + .btn, body.page_support_template .hs-form .buy-rent-banner .actions input[type="submit"] + .btn, .buy-rent-banner .actions .hubspot-form .btn + input[type="submit"], .hubspot-form .buy-rent-banner .actions .btn + input[type="submit"], .buy-rent-banner .actions .hubspot-form input[type="submit"] + input[type="submit"], .hubspot-form .buy-rent-banner .actions input[type="submit"] + input[type="submit"], .buy-rent-banner .actions .wp-block-button .hubspot-form .wp-block-button__link + input[type="submit"], .hubspot-form .buy-rent-banner .actions .wp-block-button .wp-block-button__link + input[type="submit"], .wp-block-button .buy-rent-banner .actions .hubspot-form .wp-block-button__link + input[type="submit"], .hubspot-form .wp-block-button .buy-rent-banner .actions .wp-block-button__link + input[type="submit"], .buy-rent-banner .actions .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button .hubspot-form a + input[type="submit"], .hubspot-form .buy-rent-banner .actions .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button a + input[type="submit"], .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button .buy-rent-banner .actions .hubspot-form a + input[type="submit"], .hubspot-form .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button .buy-rent-banner .actions a + input[type="submit"], .buy-rent-banner .actions body.home section.marketing-banners .banner .slide-content .wp-block-button .hubspot-form a + input[type="submit"], .hubspot-form .buy-rent-banner .actions body.home section.marketing-banners .banner .slide-content .wp-block-button a + input[type="submit"], body.home section.marketing-banners .banner .slide-content .wp-block-button .buy-rent-banner .actions .hubspot-form a + input[type="submit"], .hubspot-form body.home section.marketing-banners .banner .slide-content .wp-block-button .buy-rent-banner .actions a + input[type="submit"], .buy-rent-banner .actions .wp-block-button .btn + .wp-block-button__link, .wp-block-button .buy-rent-banner .actions .btn + .wp-block-button__link, .buy-rent-banner .actions .hubspot-form .wp-block-button input[type="submit"] + .wp-block-button__link, .wp-block-button .buy-rent-banner .actions .hubspot-form input[type="submit"] + .wp-block-button__link, .hubspot-form .buy-rent-banner .actions .wp-block-button input[type="submit"] + .wp-block-button__link, .wp-block-button .hubspot-form .buy-rent-banner .actions input[type="submit"] + .wp-block-button__link, .buy-rent-banner .actions .wp-block-button .wp-block-button__link + .wp-block-button__link, .wp-block-button .buy-rent-banner .actions .wp-block-button__link + .wp-block-button__link, .buy-rent-banner .actions .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button a + .wp-block-button__link, .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button .buy-rent-banner .actions a + .wp-block-button__link, .buy-rent-banner .actions body.home section.marketing-banners .banner .slide-content .wp-block-button a + .wp-block-button__link, body.home section.marketing-banners .banner .slide-content .wp-block-button .buy-rent-banner .actions a + .wp-block-button__link, .buy-rent-banner .actions body.page_support_template .hs-form .wp-block-button input[type="submit"] + .wp-block-button__link, .wp-block-button .buy-rent-banner .actions body.page_support_template .hs-form input[type="submit"] + .wp-block-button__link, body.page_support_template .hs-form .buy-rent-banner .actions .wp-block-button input[type="submit"] + .wp-block-button__link, .wp-block-button body.page_support_template .hs-form .buy-rent-banner .actions input[type="submit"] + .wp-block-button__link, .buy-rent-banner .actions .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button .btn + a, .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button .buy-rent-banner .actions .btn + a, .buy-rent-banner .actions .hubspot-form .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button input[type="submit"] + a, .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button .buy-rent-banner .actions .hubspot-form input[type="submit"] + a, .hubspot-form .buy-rent-banner .actions .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button input[type="submit"] + a, .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button .hubspot-form .buy-rent-banner .actions input[type="submit"] + a, .buy-rent-banner .actions .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button .wp-block-button__link + a, .for-sale-heavy-equipment-rental-retirement-sale header.heading .buy-rent-banner .actions .wp-block-button .wp-block-button__link + a, .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button .buy-rent-banner .actions .wp-block-button__link + a, .buy-rent-banner .actions .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button a + a, .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button .buy-rent-banner .actions a + a, .buy-rent-banner .actions body.page_support_template .hs-form .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button input[type="submit"] + a, .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button .buy-rent-banner .actions body.page_support_template .hs-form input[type="submit"] + a, body.page_support_template .hs-form .buy-rent-banner .actions .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button input[type="submit"] + a, .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button body.page_support_template .hs-form .buy-rent-banner .actions input[type="submit"] + a, .buy-rent-banner .actions body.home section.marketing-banners .banner .slide-content .wp-block-button .btn + a, body.home section.marketing-banners .banner .slide-content .wp-block-button .buy-rent-banner .actions .btn + a, .buy-rent-banner .actions .hubspot-form body.home section.marketing-banners .banner .slide-content .wp-block-button input[type="submit"] + a, body.home section.marketing-banners .banner .slide-content .wp-block-button .buy-rent-banner .actions .hubspot-form input[type="submit"] + a, .hubspot-form .buy-rent-banner .actions body.home section.marketing-banners .banner .slide-content .wp-block-button input[type="submit"] + a, body.home section.marketing-banners .banner .slide-content .wp-block-button .hubspot-form .buy-rent-banner .actions input[type="submit"] + a, .buy-rent-banner .actions body.home section.marketing-banners .banner .slide-content .wp-block-button .wp-block-button__link + a, body.home section.marketing-banners .banner .slide-content .buy-rent-banner .actions .wp-block-button .wp-block-button__link + a, body.home section.marketing-banners .banner .slide-content .wp-block-button .buy-rent-banner .actions .wp-block-button__link + a, .buy-rent-banner .actions body.home section.marketing-banners .banner .slide-content .wp-block-button a + a, body.home section.marketing-banners .banner .slide-content .wp-block-button .buy-rent-banner .actions a + a, .buy-rent-banner .actions body.page_support_template .hs-form body.home section.marketing-banners .banner .slide-content .wp-block-button input[type="submit"] + a, body.home section.marketing-banners .banner .slide-content .wp-block-button .buy-rent-banner .actions body.page_support_template .hs-form input[type="submit"] + a, body.page_support_template .hs-form .buy-rent-banner .actions body.home section.marketing-banners .banner .slide-content .wp-block-button input[type="submit"] + a, body.home section.marketing-banners .banner .slide-content .wp-block-button body.page_support_template .hs-form .buy-rent-banner .actions input[type="submit"] + a, .buy-rent-banner .actions body.page_support_template .hs-form .btn + input[type="submit"], body.page_support_template .hs-form .buy-rent-banner .actions .btn + input[type="submit"], .buy-rent-banner .actions .wp-block-button body.page_support_template .hs-form .wp-block-button__link + input[type="submit"], body.page_support_template .hs-form .buy-rent-banner .actions .wp-block-button .wp-block-button__link + input[type="submit"], .wp-block-button .buy-rent-banner .actions body.page_support_template .hs-form .wp-block-button__link + input[type="submit"], body.page_support_template .hs-form .wp-block-button .buy-rent-banner .actions .wp-block-button__link + input[type="submit"], .buy-rent-banner .actions .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button body.page_support_template .hs-form a + input[type="submit"], body.page_support_template .hs-form .buy-rent-banner .actions .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button a + input[type="submit"], .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button .buy-rent-banner .actions body.page_support_template .hs-form a + input[type="submit"], body.page_support_template .hs-form .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button .buy-rent-banner .actions a + input[type="submit"], .buy-rent-banner .actions body.home section.marketing-banners .banner .slide-content .wp-block-button body.page_support_template .hs-form a + input[type="submit"], body.page_support_template .hs-form .buy-rent-banner .actions body.home section.marketing-banners .banner .slide-content .wp-block-button a + input[type="submit"], body.home section.marketing-banners .banner .slide-content .wp-block-button .buy-rent-banner .actions body.page_support_template .hs-form a + input[type="submit"], body.page_support_template .hs-form body.home section.marketing-banners .banner .slide-content .wp-block-button .buy-rent-banner .actions a + input[type="submit"], .buy-rent-banner .actions body.page_support_template .hs-form input[type="submit"] + input[type="submit"], body.page_support_template .hs-form .buy-rent-banner .actions input[type="submit"] + input[type="submit"] {
        margin-left: 8px; }
      @media (max-width: 991.98px) {
        .buy-rent-banner .actions .btn, .buy-rent-banner .actions .hubspot-form input[type="submit"], .hubspot-form .buy-rent-banner .actions input[type="submit"], .buy-rent-banner .actions .wp-block-button .wp-block-button__link, .wp-block-button .buy-rent-banner .actions .wp-block-button__link, .buy-rent-banner .actions .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button a, .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button .buy-rent-banner .actions a, .buy-rent-banner .actions body.home section.marketing-banners .banner .slide-content .wp-block-button a, body.home section.marketing-banners .banner .slide-content .wp-block-button .buy-rent-banner .actions a, .buy-rent-banner .actions body.page_support_template .hs-form input[type="submit"], body.page_support_template .hs-form .buy-rent-banner .actions input[type="submit"] {
          padding: 0 12px; }
          .buy-rent-banner .actions .btn + .btn, .buy-rent-banner .actions .hubspot-form input[type="submit"] + .btn, .hubspot-form .buy-rent-banner .actions input[type="submit"] + .btn, .buy-rent-banner .actions .wp-block-button .wp-block-button__link + .btn, .wp-block-button .buy-rent-banner .actions .wp-block-button__link + .btn, .buy-rent-banner .actions .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button a + .btn, .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button .buy-rent-banner .actions a + .btn, .buy-rent-banner .actions body.home section.marketing-banners .banner .slide-content .wp-block-button a + .btn, body.home section.marketing-banners .banner .slide-content .wp-block-button .buy-rent-banner .actions a + .btn, .buy-rent-banner .actions body.page_support_template .hs-form input[type="submit"] + .btn, body.page_support_template .hs-form .buy-rent-banner .actions input[type="submit"] + .btn, .buy-rent-banner .actions .hubspot-form .btn + input[type="submit"], .hubspot-form .buy-rent-banner .actions .btn + input[type="submit"], .buy-rent-banner .actions .hubspot-form input[type="submit"] + input[type="submit"], .hubspot-form .buy-rent-banner .actions input[type="submit"] + input[type="submit"], .buy-rent-banner .actions .wp-block-button .hubspot-form .wp-block-button__link + input[type="submit"], .hubspot-form .buy-rent-banner .actions .wp-block-button .wp-block-button__link + input[type="submit"], .wp-block-button .buy-rent-banner .actions .hubspot-form .wp-block-button__link + input[type="submit"], .hubspot-form .wp-block-button .buy-rent-banner .actions .wp-block-button__link + input[type="submit"], .buy-rent-banner .actions .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button .hubspot-form a + input[type="submit"], .hubspot-form .buy-rent-banner .actions .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button a + input[type="submit"], .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button .buy-rent-banner .actions .hubspot-form a + input[type="submit"], .hubspot-form .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button .buy-rent-banner .actions a + input[type="submit"], .buy-rent-banner .actions body.home section.marketing-banners .banner .slide-content .wp-block-button .hubspot-form a + input[type="submit"], .hubspot-form .buy-rent-banner .actions body.home section.marketing-banners .banner .slide-content .wp-block-button a + input[type="submit"], body.home section.marketing-banners .banner .slide-content .wp-block-button .buy-rent-banner .actions .hubspot-form a + input[type="submit"], .hubspot-form body.home section.marketing-banners .banner .slide-content .wp-block-button .buy-rent-banner .actions a + input[type="submit"], .buy-rent-banner .actions .wp-block-button .btn + .wp-block-button__link, .wp-block-button .buy-rent-banner .actions .btn + .wp-block-button__link, .buy-rent-banner .actions .hubspot-form .wp-block-button input[type="submit"] + .wp-block-button__link, .wp-block-button .buy-rent-banner .actions .hubspot-form input[type="submit"] + .wp-block-button__link, .hubspot-form .buy-rent-banner .actions .wp-block-button input[type="submit"] + .wp-block-button__link, .wp-block-button .hubspot-form .buy-rent-banner .actions input[type="submit"] + .wp-block-button__link, .buy-rent-banner .actions .wp-block-button .wp-block-button__link + .wp-block-button__link, .wp-block-button .buy-rent-banner .actions .wp-block-button__link + .wp-block-button__link, .buy-rent-banner .actions .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button a + .wp-block-button__link, .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button .buy-rent-banner .actions a + .wp-block-button__link, .buy-rent-banner .actions body.home section.marketing-banners .banner .slide-content .wp-block-button a + .wp-block-button__link, body.home section.marketing-banners .banner .slide-content .wp-block-button .buy-rent-banner .actions a + .wp-block-button__link, .buy-rent-banner .actions body.page_support_template .hs-form .wp-block-button input[type="submit"] + .wp-block-button__link, .wp-block-button .buy-rent-banner .actions body.page_support_template .hs-form input[type="submit"] + .wp-block-button__link, body.page_support_template .hs-form .buy-rent-banner .actions .wp-block-button input[type="submit"] + .wp-block-button__link, .wp-block-button body.page_support_template .hs-form .buy-rent-banner .actions input[type="submit"] + .wp-block-button__link, .buy-rent-banner .actions .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button .btn + a, .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button .buy-rent-banner .actions .btn + a, .buy-rent-banner .actions .hubspot-form .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button input[type="submit"] + a, .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button .buy-rent-banner .actions .hubspot-form input[type="submit"] + a, .hubspot-form .buy-rent-banner .actions .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button input[type="submit"] + a, .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button .hubspot-form .buy-rent-banner .actions input[type="submit"] + a, .buy-rent-banner .actions .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button .wp-block-button__link + a, .for-sale-heavy-equipment-rental-retirement-sale header.heading .buy-rent-banner .actions .wp-block-button .wp-block-button__link + a, .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button .buy-rent-banner .actions .wp-block-button__link + a, .buy-rent-banner .actions .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button a + a, .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button .buy-rent-banner .actions a + a, .buy-rent-banner .actions body.page_support_template .hs-form .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button input[type="submit"] + a, .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button .buy-rent-banner .actions body.page_support_template .hs-form input[type="submit"] + a, body.page_support_template .hs-form .buy-rent-banner .actions .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button input[type="submit"] + a, .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button body.page_support_template .hs-form .buy-rent-banner .actions input[type="submit"] + a, .buy-rent-banner .actions body.home section.marketing-banners .banner .slide-content .wp-block-button .btn + a, body.home section.marketing-banners .banner .slide-content .wp-block-button .buy-rent-banner .actions .btn + a, .buy-rent-banner .actions .hubspot-form body.home section.marketing-banners .banner .slide-content .wp-block-button input[type="submit"] + a, body.home section.marketing-banners .banner .slide-content .wp-block-button .buy-rent-banner .actions .hubspot-form input[type="submit"] + a, .hubspot-form .buy-rent-banner .actions body.home section.marketing-banners .banner .slide-content .wp-block-button input[type="submit"] + a, body.home section.marketing-banners .banner .slide-content .wp-block-button .hubspot-form .buy-rent-banner .actions input[type="submit"] + a, .buy-rent-banner .actions body.home section.marketing-banners .banner .slide-content .wp-block-button .wp-block-button__link + a, body.home section.marketing-banners .banner .slide-content .buy-rent-banner .actions .wp-block-button .wp-block-button__link + a, body.home section.marketing-banners .banner .slide-content .wp-block-button .buy-rent-banner .actions .wp-block-button__link + a, .buy-rent-banner .actions body.home section.marketing-banners .banner .slide-content .wp-block-button a + a, body.home section.marketing-banners .banner .slide-content .wp-block-button .buy-rent-banner .actions a + a, .buy-rent-banner .actions body.page_support_template .hs-form body.home section.marketing-banners .banner .slide-content .wp-block-button input[type="submit"] + a, body.home section.marketing-banners .banner .slide-content .wp-block-button .buy-rent-banner .actions body.page_support_template .hs-form input[type="submit"] + a, body.page_support_template .hs-form .buy-rent-banner .actions body.home section.marketing-banners .banner .slide-content .wp-block-button input[type="submit"] + a, body.home section.marketing-banners .banner .slide-content .wp-block-button body.page_support_template .hs-form .buy-rent-banner .actions input[type="submit"] + a, .buy-rent-banner .actions body.page_support_template .hs-form .btn + input[type="submit"], body.page_support_template .hs-form .buy-rent-banner .actions .btn + input[type="submit"], .buy-rent-banner .actions .wp-block-button body.page_support_template .hs-form .wp-block-button__link + input[type="submit"], body.page_support_template .hs-form .buy-rent-banner .actions .wp-block-button .wp-block-button__link + input[type="submit"], .wp-block-button .buy-rent-banner .actions body.page_support_template .hs-form .wp-block-button__link + input[type="submit"], body.page_support_template .hs-form .wp-block-button .buy-rent-banner .actions .wp-block-button__link + input[type="submit"], .buy-rent-banner .actions .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button body.page_support_template .hs-form a + input[type="submit"], body.page_support_template .hs-form .buy-rent-banner .actions .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button a + input[type="submit"], .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button .buy-rent-banner .actions body.page_support_template .hs-form a + input[type="submit"], body.page_support_template .hs-form .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button .buy-rent-banner .actions a + input[type="submit"], .buy-rent-banner .actions body.home section.marketing-banners .banner .slide-content .wp-block-button body.page_support_template .hs-form a + input[type="submit"], body.page_support_template .hs-form .buy-rent-banner .actions body.home section.marketing-banners .banner .slide-content .wp-block-button a + input[type="submit"], body.home section.marketing-banners .banner .slide-content .wp-block-button .buy-rent-banner .actions body.page_support_template .hs-form a + input[type="submit"], body.page_support_template .hs-form body.home section.marketing-banners .banner .slide-content .wp-block-button .buy-rent-banner .actions a + input[type="submit"], .buy-rent-banner .actions body.page_support_template .hs-form input[type="submit"] + input[type="submit"], body.page_support_template .hs-form .buy-rent-banner .actions input[type="submit"] + input[type="submit"] {
            margin-left: 4px; } }

.card-group {
  display: flex;
  flex-wrap: nowrap; }
  @media (max-width: 767.98px) {
    .card-group {
      flex-wrap: wrap; } }
  .card-group .card {
    flex: 1 1 0px;
    /* stylelint-disable-line length-zero-no-unit */
    display: flex;
    flex-direction: column;
    padding: 50px;
    text-align: center;
    background: white;
    border-radius: 5px;
    box-shadow: 0 3px 20px rgba(28, 33, 39, 0.08); }
    @media (max-width: 991.98px) {
      .card-group .card {
        padding: 20px 10px; } }
    @media (min-width: 768px) {
      .card-group .card + .card {
        margin-left: 16px; } }
    @media (min-width: 992px) {
      .card-group .card + .card {
        margin-left: 48px; } }
    .card-group .card .header {
      margin-bottom: auto; }
      .card-group .card .header .icon-container {
        position: relative;
        margin-bottom: 46px;
        height: 55px;
        display: flex;
        justify-content: center;
        align-items: center; }
        .card-group .card .header .icon-container::after {
          content: "";
          position: absolute;
          left: 0;
          right: 0;
          bottom: -24px;
          height: 4px;
          width: 82px;
          margin: auto;
          background: #f5f7f8; }
      .card-group .card .header h3, .card-group .card .header body.about article .content h2, body.about article .content .card-group .card .header h2 {
        margin-bottom: 32px; }
    @media (max-width: 767.98px) {
      .card-group .card {
        flex: 0 1 auto;
        width: 100%;
        padding: 32px 20px; }
        .card-group .card + .card {
          margin-top: 12px; }
        .card-group .card .header h3, .card-group .card .header body.about article .content h2, body.about article .content .card-group .card .header h2 {
          font-weight: 900;
          font-size: 25px;
          margin-bottom: 6px; } }
    .card-group .card p {
      margin-bottom: 32px; }
      @media (max-width: 767.98px) {
        .card-group .card p {
          margin-bottom: 16px; } }
    .card-group .card .footer {
      margin-top: auto; }
      .card-group .card .footer .btn, .card-group .card .footer .hubspot-form input[type="submit"], .hubspot-form .card-group .card .footer input[type="submit"], .card-group .card .footer .wp-block-button .wp-block-button__link, .wp-block-button .card-group .card .footer .wp-block-button__link, .card-group .card .footer .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button a, .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button .card-group .card .footer a, .card-group .card .footer body.home section.marketing-banners .banner .slide-content .wp-block-button a, body.home section.marketing-banners .banner .slide-content .wp-block-button .card-group .card .footer a, .card-group .card .footer body.page_support_template .hs-form input[type="submit"], body.page_support_template .hs-form .card-group .card .footer input[type="submit"] {
        display: block; }

.category-explorer .filters {
  margin-bottom: 40px;
  text-align: center; }

.category-explorer .categories .more-equipment-categories {
  /* Just for animation purpose */
  max-height: 2500px;
  overflow: hidden;
  height: auto;
  transition: max-height 1s; }

.category-explorer .categories.collapsed .more-equipment-categories {
  max-height: 0; }

.category-explorer .categories .category-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 72px;
  height: auto; }
  .category-explorer .categories .category-container .category {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: white;
    border-radius: 5px;
    box-shadow: 0 3px 20px rgba(28, 33, 39, 0.08); }
    .category-explorer .categories .category-container .category .picture-container {
      padding: 1rem; }
      @media (max-width: 767.98px) {
        .category-explorer .categories .category-container .category .picture-container {
          padding: 0.5rem; } }
      .category-explorer .categories .category-container .category .picture-container .picture {
        width: 100%;
        height: 180px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center center;
        margin-bottom: 16px; }
        @media (max-width: 991.98px) {
          .category-explorer .categories .category-container .category .picture-container .picture {
            height: 90px; } }
    .category-explorer .categories .category-container .category .body {
      display: flex;
      flex-direction: column;
      justify-content: center;
      flex-grow: 1;
      padding: 1rem;
      background: #2a3741;
      color: white;
      text-align: center;
      border-radius: 0 0 5px 5px; }
      @media (max-width: 767.98px) {
        .category-explorer .categories .category-container .category .body {
          padding: 0.5rem; } }
      .category-explorer .categories .category-container .category .body .availability {
        color: #ffa700;
        font-weight: 600; }
        .category-explorer .categories .category-container .category .body .availability::after {
          content: "";
          display: inline-block;
          margin-left: 8px;
          height: 12px;
          width: 12px;
          background-image: url("../svg/yellow-right-arrow.svg");
          background-size: contain;
          background-repeat: no-repeat; }

@media (max-width: 767.98px) {
  .category-explorer .view-more {
    display: none; } }

.checkbox-container,
.mc4wp-checkbox,
.hs-form-booleancheckbox-display,
.hs-form-checkbox-display {
  position: relative;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  outline: 0;
  font-style: normal;
  min-height: 20px;
  line-height: 20px;
  min-width: 20px; }
  .checkbox-container span,
  .mc4wp-checkbox span,
  .hs-form-booleancheckbox-display span,
  .hs-form-checkbox-display span {
    position: relative;
    display: block;
    padding-left: 30px;
    font-size: 15px;
    outline: 0;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .checkbox-container span::before,
    .mc4wp-checkbox span::before,
    .hs-form-booleancheckbox-display span::before,
    .hs-form-checkbox-display span::before {
      position: absolute;
      top: 0;
      left: 0;
      width: 20px;
      height: 20px;
      content: "";
      background-color: #fff;
      border-radius: 2px;
      border: 2px solid #b5b9c0;
      transition: background-color 0.4s, border-color 0.4s; }
  .checkbox-container input[type="checkbox"],
  .mc4wp-checkbox input[type="checkbox"],
  .hs-form-booleancheckbox-display input[type="checkbox"],
  .hs-form-checkbox-display input[type="checkbox"] {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0 !important;
    outline: 0;
    z-index: 3;
    width: 20px;
    height: 20px; }
    .checkbox-container input[type="checkbox"]:checked ~ span,
    .mc4wp-checkbox input[type="checkbox"]:checked ~ span,
    .hs-form-booleancheckbox-display input[type="checkbox"]:checked ~ span,
    .hs-form-checkbox-display input[type="checkbox"]:checked ~ span {
      font-weight: bold; }
    .checkbox-container input[type="checkbox"]:checked ~ span::before,
    .mc4wp-checkbox input[type="checkbox"]:checked ~ span::before,
    .hs-form-booleancheckbox-display input[type="checkbox"]:checked ~ span::before,
    .hs-form-checkbox-display input[type="checkbox"]:checked ~ span::before {
      background: #ffa700;
      border-color: #ffa700;
      background-image: url("../svg/checkbox-checked-icon.svg");
      background-repeat: no-repeat;
      background-position: center center; }

.equipment-card-container {
  margin-bottom: 24px; }

.equipment-card {
  border-radius: 0 !important; }
  .equipment-card-top {
    position: relative; }
    .equipment-card-top .image-enlarge {
      cursor: pointer;
      width: 56px;
      height: 56px;
      position: absolute;
      right: 0;
      bottom: 0;
      background-color: rgba(28, 33, 39, 0.6);
      z-index: 9;
      display: flex;
      justify-content: center;
      align-items: center; }
  .equipment-card .thumbnails .swiper-slide {
    width: 125px;
    height: 125px;
    padding-bottom: 4px;
    border-bottom: 4px solid transparent;
    transition: border-color 0.3s;
    cursor: pointer;
    overflow: hidden; }
    .equipment-card .thumbnails .swiper-slide img {
      max-width: 100%; }
  .equipment-card .pictures-container .no-picture,
  .equipment-card .pictures-container .slide-picture {
    width: 100%;
    height: 192px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: unset; }
  .equipment-card .pictures-container .swiper-container .swiper-button-prev,
  .equipment-card .pictures-container .swiper-container .swiper-button-next {
    width: 28px;
    height: 48px; }
  .equipment-card .body .category {
    font-weight: 900;
    font-size: 16px;
    letter-spacing: -0.01em;
    color: #798b95; }
  .equipment-card .body .specs {
    margin: 0 0 0 0;
    padding: 0;
    list-style: none; }
    .equipment-card .body .specs li img {
      display: inline-block;
      margin-right: 8px; }
    .equipment-card .body .specs li.price {
      font-weight: 900; }
  .equipment-card.small-card {
    display: flex;
    flex-direction: row; }
    .equipment-card.small-card .picture-container {
      width: 128px; }
      .equipment-card.small-card .picture-container .picture {
        height: 100%;
        border-radius: 2px 0 0 2px; }
    .equipment-card.small-card .body {
      flex-grow: 1;
      padding: 4px 12px; }
      .equipment-card.small-card .body .info {
        display: flex; }
        .equipment-card.small-card .body .info .location,
        .equipment-card.small-card .body .info .price {
          flex-grow: 1; }
        .equipment-card.small-card .body .info .price {
          font-weight: 900; }
      .equipment-card.small-card .body .actions {
        display: flex; }
        .equipment-card.small-card .body .actions a {
          flex-grow: 1;
          text-transform: uppercase;
          color: #ffa700;
          font-weight: 600; }

.filter-pills {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
  flex-wrap: wrap; }
  .filter-pills li {
    flex: 1 1 0px;
    /* stylelint-disable-line length-zero-no-unit */ }
    .filter-pills li div {
      text-align: center;
      height: 35px;
      line-height: 35px;
      padding: 0 45px;
      color: #2a3741;
      cursor: pointer; }
    .filter-pills li.active div {
      font-weight: bold;
      border-radius: 18px;
      background: #ffa700;
      color: #2a3741; }

.hubspot-form label {
  width: 100%;
  font-weight: 900; }

.hubspot-form input[type="submit"] {
  width: 100%; }

.hubspot-form textarea {
  height: 120px; }

.hubspot-form .hs-form-field {
  margin-bottom: 1rem; }
  .hubspot-form .hs-form-field label {
    margin-bottom: 0; }
    .hubspot-form .hs-form-field label.hs-error-msg {
      font-weight: normal !important;
      color: #f20c51; }
  .hubspot-form .hs-form-field .inputs-list {
    list-style: none;
    margin: 0;
    padding: 0; }
    .hubspot-form .hs-form-field .inputs-list li {
      margin-bottom: 0.5rem; }
  .hubspot-form .hs-form-field .hs-form-booleancheckbox-display,
  .hubspot-form .hs-form-field .hs-form-checkbox-display {
    font-weight: normal; }

.hubspot-form input[type="text"],
.hubspot-form input[type="tel"],
.hubspot-form input[type="email"],
.hubspot-form textarea, .form-group .form-control, body.page_support_template .hs-form input[type="text"],
body.page_support_template .hs-form input[type="tel"],
body.page_support_template .hs-form input[type="email"],
body.page_support_template .hs-form textarea {
  display: block;
  width: 100%;
  padding: 0.4rem 0.75rem;
  background: white;
  border: 1px solid #798b95;
  border-radius: 5px; }

.hubspot-form select, body.page_support_template .hs-form .hs-fieldtype-select .input select {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0.4rem 0.75rem;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid #798b95;
  border-radius: 5px; }

.form-group.form-error .form-control {
  border-color: #f20c51; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
  .input-group .input-group-append {
    display: flex;
    margin-left: -1px; }
    .input-group .input-group-append .btn, .input-group .input-group-append .hubspot-form input[type="submit"], .hubspot-form .input-group .input-group-append input[type="submit"], .input-group .input-group-append .wp-block-button .wp-block-button__link, .wp-block-button .input-group .input-group-append .wp-block-button__link, .input-group .input-group-append .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button a, .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button .input-group .input-group-append a, .input-group .input-group-append body.home section.marketing-banners .banner .slide-content .wp-block-button a, body.home section.marketing-banners .banner .slide-content .wp-block-button .input-group .input-group-append a, .input-group .input-group-append body.page_support_template .hs-form input[type="submit"], body.page_support_template .hs-form .input-group .input-group-append input[type="submit"] {
      position: relative;
      z-index: 2; }

.form-group {
  margin-bottom: 1rem; }
  .form-group label {
    display: inline-block;
    margin-bottom: 4px;
    font-weight: 700; }

.generic-card, .equipment-card, body.locations .location .card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 3px 20px rgba(28, 33, 39, 0.08); }
  .generic-card .picture, .equipment-card .picture, body.locations .location .card .picture {
    width: 100%;
    height: 192px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: unset;
    border-radius: 5px 5px 0 0; }
  .generic-card .body, .equipment-card .body, body.locations .location .card .body {
    padding: 8px 16px 16px 16px; }
  .generic-card .footer, .equipment-card .footer, body.locations .location .card .footer {
    margin-top: auto;
    padding: 0 16px 16px 16px; }
    .generic-card .footer .btn, .equipment-card .footer .btn, body.locations .location .card .footer .btn, .generic-card .footer .hubspot-form input[type="submit"], .hubspot-form .generic-card .footer input[type="submit"], .equipment-card .footer .hubspot-form input[type="submit"], .hubspot-form .equipment-card .footer input[type="submit"], body.locations .location .card .footer .hubspot-form input[type="submit"], .hubspot-form body.locations .location .card .footer input[type="submit"], .generic-card .footer .wp-block-button .wp-block-button__link, .wp-block-button .generic-card .footer .wp-block-button__link, .equipment-card .footer .wp-block-button .wp-block-button__link, .wp-block-button .equipment-card .footer .wp-block-button__link, body.locations .location .card .footer .wp-block-button .wp-block-button__link, .wp-block-button body.locations .location .card .footer .wp-block-button__link, .generic-card .footer .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button a, .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button .generic-card .footer a, .equipment-card .footer .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button a, .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button .equipment-card .footer a, body.locations .location .card .footer .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button a, .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button body.locations .location .card .footer a, .generic-card .footer body.home section.marketing-banners .banner .slide-content .wp-block-button a, body.home section.marketing-banners .banner .slide-content .wp-block-button .generic-card .footer a, .equipment-card .footer body.home section.marketing-banners .banner .slide-content .wp-block-button a, body.home section.marketing-banners .banner .slide-content .wp-block-button .equipment-card .footer a, body.locations .location .card .footer body.home section.marketing-banners .banner .slide-content .wp-block-button a, body.home section.marketing-banners .banner .slide-content .wp-block-button body.locations .location .card .footer a, .generic-card .footer body.page_support_template .hs-form input[type="submit"], body.page_support_template .hs-form .generic-card .footer input[type="submit"], .equipment-card .footer body.page_support_template .hs-form input[type="submit"], body.page_support_template .hs-form .equipment-card .footer input[type="submit"], body.locations .location .card .footer body.page_support_template .hs-form input[type="submit"], body.page_support_template .hs-form body.locations .location .card .footer input[type="submit"] {
      display: block;
      width: 100%; }

.help-icon {
  margin-left: 12px;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #798b95;
  border-radius: 50%;
  color: #ffa700;
  text-align: center;
  line-height: 16px;
  vertical-align: middle;
  font-size: 12px;
  font-weight: 500; }

.nav-primary {
  background: #383838;
  color: white; }
  .nav-primary .navbar-brand img {
    max-height: 50px; }
  .nav-primary .nav-link {
    color: white; }

.thank-you-modal .modal-body {
  text-align: center;
  padding: 64px; }
  @media (max-width: 767.98px) {
    .thank-you-modal .modal-body {
      padding: 40px 32px; } }
  .thank-you-modal .modal-body img {
    margin-bottom: 32px; }
  .thank-you-modal .modal-body h3, .thank-you-modal .modal-body body.about article .content h2, body.about article .content .thank-you-modal .modal-body h2 {
    margin-bottom: 32px; }
  .thank-you-modal .modal-body p {
    margin-bottom: 32px; }
    .thank-you-modal .modal-body p a.tel {
      font-weight: 900; }
  .thank-you-modal .modal-body .btn, .thank-you-modal .modal-body .hubspot-form input[type="submit"], .hubspot-form .thank-you-modal .modal-body input[type="submit"], .thank-you-modal .modal-body .wp-block-button .wp-block-button__link, .wp-block-button .thank-you-modal .modal-body .wp-block-button__link, .thank-you-modal .modal-body .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button a, .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button .thank-you-modal .modal-body a, .thank-you-modal .modal-body body.home section.marketing-banners .banner .slide-content .wp-block-button a, body.home section.marketing-banners .banner .slide-content .wp-block-button .thank-you-modal .modal-body a, .thank-you-modal .modal-body body.page_support_template .hs-form input[type="submit"], body.page_support_template .hs-form .thank-you-modal .modal-body input[type="submit"] {
    min-width: 80%; }

.throbber-container {
  margin-top: 40px;
  white-space: nowrap;
  text-align: center; }

@-webkit-keyframes throbberAnimation {
  0% {
    transform: scale(1);
    opacity: 0.9; }
  80% {
    transform: scale(0.3);
    opacity: 0.1; }
  100% {
    transform: scale(1);
    opacity: 0.9; } }

@keyframes throbberAnimation {
  0% {
    transform: scale(1);
    opacity: 0.9; }
  80% {
    transform: scale(0.3);
    opacity: 0.1; }
  100% {
    transform: scale(1);
    opacity: 0.9; } }
  .throbber-container div {
    display: inline-block;
    background-color: black;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    -webkit-animation-name: throbberAnimation;
            animation-name: throbberAnimation;
    -webkit-animation-duration: 1.4s;
            animation-duration: 1.4s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
            animation-direction: normal;
    transform: scale(0.3); }
    .throbber-container div:not(:first-child) {
      margin-left: 50px; }
    .throbber-container div:nth-child(1) {
      -webkit-animation-delay: 0.2s;
              animation-delay: 0.2s; }
    .throbber-container div:nth-child(2) {
      -webkit-animation-delay: 0.35s;
              animation-delay: 0.35s; }
    .throbber-container div:nth-child(3) {
      -webkit-animation-delay: 0.5s;
              animation-delay: 0.5s; }

/**
 * WordPress Generated Classes
 * @see http://codex.wordpress.org/CSS#WordPress_Generated_Classes
 */
/** Media alignment */
.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto; }

.aligncenter {
  display: block;
  margin: 0.5rem auto;
  height: auto; }

.alignleft,
.alignright {
  margin-bottom: 0.5rem;
  height: auto; }

@media (min-width: 576px) {
  .alignleft {
    float: left;
    margin-right: 0.5rem; }
  .alignright {
    float: right;
    margin-left: 0.5rem; } }

.alignfull {
  margin: 32px calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw; }

/** Captions */
.wp-caption {
  display: inline-block; }

.wp-caption img {
  margin-bottom: 0.5rem;
  line-height: 1;
  max-width: 100%;
  height: auto; }

.wp-caption-text {
  font-size: 90%;
  color: #6c757d; }

/** Text meant only for screen readers */
.rheostat-slider {
  margin-right: 20px;
  margin-top: 10px;
  margin-bottom: 10px; }
  .rheostat-slider .DefaultProgressBar__vertical {
    width: 24px;
    height: 100%; }
  .rheostat-slider .DefaultProgressBar_progressBar {
    background-color: #ffa700;
    position: absolute; }
  .rheostat-slider .DefaultProgressBar_progressBar__vertical {
    height: 100%;
    width: 24px; }
  .rheostat-slider .DefaultProgressBar_background__vertical {
    height: 100%;
    top: 0;
    width: 15px; }
  .rheostat-slider .DefaultProgressBar_background__horizontal {
    height: 4px;
    top: 0;
    border-radius: 4px; }
  .rheostat-slider .DefaultHandle_handle {
    width: 20px;
    height: 20px;
    border-width: 2px;
    border-style: solid;
    border-color: #2a3741;
    background-color: white;
    border-radius: 50%;
    outline: none;
    z-index: 2; }
  .rheostat-slider .DefaultHandle_handle:focus {
    box-shadow: #abc4e8 0 0 1px 1px; }
  .rheostat-slider .handleContainer {
    height: 15px;
    top: -2px;
    left: -2px;
    bottom: 4px;
    width: 100%;
    position: absolute; }
  .rheostat-slider.no-min .handleContainer .DefaultHandle_handle:first-child {
    display: none; }
  .rheostat-slider .DefaultHandle_handle__horizontal {
    top: -5px; }
  .rheostat-slider .DefaultHandle_handle__horizontal::before {
    top: 7px;
    height: 10px;
    width: 1px;
    left: 10px; }
  .rheostat-slider .DefaultHandle_handle__horizontal::after {
    top: 7px;
    height: 10px;
    width: 1px;
    left: 13px; }
  .rheostat-slider .DefaultHandle_handle__vertical {
    margin-top: -12px;
    left: -10px; }
  .rheostat-slider .DefaultHandle_handle__vertical::before {
    top: 10px; }
  .rheostat-slider .DefaultHandle_handle__vertical::after {
    top: 13px;
    left: 8px;
    height: 1px;
    width: 10px; }
  .rheostat-slider .DefaultHandle_handle__disabled {
    border-color: #dbdbdb; }
  .rheostat-slider .DefaultBackground {
    background-color: #d8d8d8;
    position: relative;
    border-radius: 4px; }
  .rheostat-slider .DefaultBackground_background__horizontal {
    height: 4px;
    top: 0;
    width: 100%;
    left: -2px;
    bottom: 4px; }
  .rheostat-slider .DefaultBackground_background__vertical {
    width: 15px;
    top: 0;
    height: 100%; }
  .rheostat-slider .rheostat {
    position: relative;
    overflow: visible; }
  @media (min-width: 1128px) {
    .rheostat-slider .autoAdjustVerticalPosition {
      top: 12px; } }
  .rheostat-slider .rheostat__vertical {
    height: 100%; }
  .rheostat-slider .rheostat_background {
    background-color: #fcfcfc;
    border: 1px solid #d8d8d8;
    position: relative; }
  .rheostat-slider .rheostat_background__horizontal {
    height: 15px;
    top: -2px;
    left: -2px;
    bottom: 4px;
    width: 100%; }
  .rheostat-slider .rheostat_background__vertical {
    width: 15px;
    top: 0;
    height: 100%; }

.swiper-pagination .swiper-pagination-bullet {
  opacity: 0.4;
  border: 1px solid transparent;
  background: white; }
  .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    border-color: #2a3741;
    background: #ffa700; }

.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next,
.slider-container .swiper-button-prev,
.slider-container .swiper-button-next {
  width: 38px;
  height: 69px;
  background-size: 12px 12px;
  background-color: #2a3741;
  background-repeat: no-repeat;
  background-position: center center; }
  .swiper-container .swiper-button-prev::after,
  .swiper-container .swiper-button-next::after,
  .slider-container .swiper-button-prev::after,
  .slider-container .swiper-button-next::after {
    content: ""; }

.swiper-container .swiper-button-prev,
.slider-container .swiper-button-prev {
  background-image: url("../svg/slider-left-arrow.svg");
  border-radius: 0 5px 5px 0;
  left: 0; }

.swiper-container .swiper-button-next,
.slider-container .swiper-button-next {
  background-image: url("../svg/slider-right-arrow.svg");
  border-radius: 5px 0 0 5px;
  right: 0; }

header.main-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020; }
  header.main-header > .banner {
    background: #2a3741;
    color: white; }
    header.main-header > .banner nav {
      padding: 8px 24px;
      height: 74px; }
      @media (max-width: 767.98px) {
        header.main-header > .banner nav {
          height: auto; } }
      header.main-header > .banner nav .navbar-toggler {
        padding: 0; }
        header.main-header > .banner nav .navbar-toggler .navbar-toggler-icon {
          background-image: url("../svg/navbar-mobile-menu.svg");
          outline: none; }
      header.main-header > .banner nav .navbar-brand img {
        max-height: 40px; }
      header.main-header > .banner nav ul.navbar-nav > li + li {
        margin-left: 32px; }
        @media (max-width: 991.98px) {
          header.main-header > .banner nav ul.navbar-nav > li + li {
            margin-left: 8px; } }
        @media (max-width: 767.98px) {
          header.main-header > .banner nav ul.navbar-nav > li + li {
            margin-left: 0; } }
      header.main-header > .banner nav ul.navbar-nav > li > a.nav-link {
        padding: 15px 13px 15px 22px !important;
        font-weight: 600;
        font-size: 18px;
        letter-spacing: -0.03em;
        transition: background-color 0.3s;
        border-radius: 5px; }
        header.main-header > .banner nav ul.navbar-nav > li > a.nav-link.dropdown-toggle::after {
          margin-left: 8px;
          vertical-align: middle; }
      header.main-header > .banner nav ul.navbar-nav > li.dropdown.show a.nav-link {
        background: #798b95;
        color: white; }
      header.main-header > .banner nav ul.navbar-nav > li ul.dropdown-menu {
        border-radius: 5px;
        background: #fff;
        border: 1px solid #798b95;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08); }

footer.main-footer {
  background: #383838;
  padding: 92px 96px 106px 96px; }
  @media (max-width: 767.98px) {
    footer.main-footer {
      display: none; } }
  footer.main-footer h3, footer.main-footer body.about article .content h2, body.about article .content footer.main-footer h2 {
    font-weight: 900;
    font-size: 23px;
    line-height: 29px;
    margin-bottom: 12px; }
  footer.main-footer hr {
    height: 1px;
    border: 0;
    background: #798b95; }
  footer.main-footer .footer-content {
    padding-bottom: 32px;
    color: #c9c9c9; }
    footer.main-footer .footer-content .links-group {
      margin-bottom: 1.6rem; }
    footer.main-footer .footer-content h3, footer.main-footer .footer-content body.about article .content h2, body.about article .content footer.main-footer .footer-content h2 {
      color: #798b95; }
    footer.main-footer .footer-content ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      footer.main-footer .footer-content ul li a {
        font-weight: normal;
        font-size: 18px;
        line-height: 2;
        color: white; }
  footer.main-footer .stay-in-touch {
    padding-top: 40px;
    padding-bottom: 48px;
    color: white; }
    footer.main-footer .stay-in-touch .input-group input {
      border-radius: 5px 0 0 5px;
      padding-left: 16px;
      padding-right: 16px; }
      footer.main-footer .stay-in-touch .input-group input::-moz-placeholder {
        color: #798b95;
        font-style: italic; }
      footer.main-footer .stay-in-touch .input-group input:-ms-input-placeholder {
        color: #798b95;
        font-style: italic; }
      footer.main-footer .stay-in-touch .input-group input::placeholder {
        color: #798b95;
        font-style: italic; }
    footer.main-footer .stay-in-touch .input-group .btn, footer.main-footer .stay-in-touch .input-group .hubspot-form input[type="submit"], .hubspot-form footer.main-footer .stay-in-touch .input-group input[type="submit"], footer.main-footer .stay-in-touch .input-group .wp-block-button .wp-block-button__link, .wp-block-button footer.main-footer .stay-in-touch .input-group .wp-block-button__link, footer.main-footer .stay-in-touch .input-group .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button a, .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button footer.main-footer .stay-in-touch .input-group a, footer.main-footer .stay-in-touch .input-group body.home section.marketing-banners .banner .slide-content .wp-block-button a, body.home section.marketing-banners .banner .slide-content .wp-block-button footer.main-footer .stay-in-touch .input-group a, footer.main-footer .stay-in-touch .input-group body.page_support_template .hs-form input[type="submit"], body.page_support_template .hs-form footer.main-footer .stay-in-touch .input-group input[type="submit"] {
      border: 0;
      background: #ffa700;
      border-radius: 0 5px 5px 0; }
      footer.main-footer .stay-in-touch .input-group .btn .arrow, footer.main-footer .stay-in-touch .input-group .hubspot-form input[type="submit"] .arrow, .hubspot-form footer.main-footer .stay-in-touch .input-group input[type="submit"] .arrow, footer.main-footer .stay-in-touch .input-group .wp-block-button .wp-block-button__link .arrow, .wp-block-button footer.main-footer .stay-in-touch .input-group .wp-block-button__link .arrow, footer.main-footer .stay-in-touch .input-group .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button a .arrow, .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button footer.main-footer .stay-in-touch .input-group a .arrow, footer.main-footer .stay-in-touch .input-group body.home section.marketing-banners .banner .slide-content .wp-block-button a .arrow, body.home section.marketing-banners .banner .slide-content .wp-block-button footer.main-footer .stay-in-touch .input-group a .arrow, footer.main-footer .stay-in-touch .input-group body.page_support_template .hs-form input[type="submit"] .arrow, body.page_support_template .hs-form footer.main-footer .stay-in-touch .input-group input[type="submit"] .arrow {
        display: inline-block;
        padding-left: 8px;
        padding-right: 8px; }
    footer.main-footer .stay-in-touch .social h3, footer.main-footer .stay-in-touch .social body.about article .content h2, body.about article .content footer.main-footer .stay-in-touch .social h2 {
      margin-bottom: 24px; }
    footer.main-footer .stay-in-touch .social ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      footer.main-footer .stay-in-touch .social ul li {
        display: inline-block;
        margin-left: 10px;
        margin-right: 10px; }
  footer.main-footer .legal {
    padding-top: 42px;
    font-size: 16px;
    line-height: 1.5;
    color: #798b95; }
    footer.main-footer .legal .logo {
      font-weight: 500;
      font-style: italic;
      font-size: 18px;
      color: #798b95; }
      footer.main-footer .legal .logo img {
        max-width: 100%; }

.page-header .content {
  display: flex;
  align-items: center;
  width: 100%; }
  .page-header .content .breadcrumb {
    flex-grow: 1; }
  .page-header .content .cart {
    display: block;
    position: relative;
    text-align: right;
    margin-right: 24px; }
    .page-header .content .cart .icon-cart-icon {
      font-size: 2rem; }

@-webkit-keyframes badgeZoom {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.8); }
  100% {
    transform: scale(1); } }

@keyframes badgeZoom {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.8); }
  100% {
    transform: scale(1); } }
    .page-header .content .cart .nb-items {
      display: inline-block;
      position: absolute;
      overflow: visible;
      top: -2px;
      right: -8px;
      padding: 2px 4px;
      background: #ffa700;
      border-radius: 50%;
      color: white;
      vertical-align: middle;
      font-size: 0.8rem;
      line-height: 1;
      font-weight: bold;
      text-align: center; }
      .page-header .content .cart .nb-items.nb-items-enter {
        -webkit-animation-duration: 0.5s;
                animation-duration: 0.5s;
        -webkit-animation-name: badgeZoom;
                animation-name: badgeZoom; }
      .page-header .content .cart .nb-items.nb-items-exit {
        display: none; }

body.about {
  background: #f5f7f8; }
  body.about .heading {
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
    background-image: url("../jpg/heading-bg.jpg");
    color: white;
    width: 100%;
    height: 550px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: unset; }
    @media (max-width: 767.98px) {
      body.about .heading {
        height: 300px; } }
    body.about .heading::before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: linear-gradient(#2a3741 0%, rgba(42, 55, 65, 0.9) 20.9%, #ffa700 100%);
      opacity: 0.54; }
  body.about article .content {
    margin-top: 46px;
    margin-bottom: 112px;
    -moz-column-count: 2;
         column-count: 2;
    grid-column-gap: 64px;
    -moz-column-gap: 64px;
         column-gap: 64px;
    line-height: 2; }
    @media (max-width: 767.98px) {
      body.about article .content {
        -moz-column-count: auto;
             column-count: auto;
        margin-bottom: 55px; } }
    body.about article .content h2 {
      text-transform: uppercase;
      page-break-after: avoid;
      -moz-column-break-after: avoid;
           break-after: avoid; }
      body.about article .content h2:nth-of-type(3) {
        -moz-column-break-before: column;
             break-before: column; }
    body.about article .content p {
      -moz-column-break-before: avoid-column;
           break-before: avoid-column;
      -moz-column-break-inside: avoid;
           break-inside: avoid-column; }
  body.about aside.reach-out {
    margin-bottom: 168px; }
    body.about aside.reach-out h1 {
      font-weight: 900;
      font-size: 70px;
      letter-spacing: -0.03em;
      text-align: center;
      position: relative;
      margin-bottom: 84px; }
      body.about aside.reach-out h1::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: -24px;
        height: 1px;
        width: 264px;
        margin: auto;
        border-bottom: 6px solid #798b95; }
    @media (max-width: 767.98px) {
      body.about aside.reach-out {
        margin-bottom: 96px; }
        body.about aside.reach-out h1 {
          margin: 0 0 16px 0;
          font-size: 18px;
          font-weight: 900;
          letter-spacing: -0.01em;
          line-height: 1.25;
          text-align: left; }
          body.about aside.reach-out h1::after {
            display: none; } }

.for-sale-heavy-equipment-rental-retirement-sale {
  text-align: center; }
  .for-sale-heavy-equipment-rental-retirement-sale .blowout-equipment-list h1 {
    text-align: center; }
  .for-sale-heavy-equipment-rental-retirement-sale header.heading {
    margin-bottom: 60px; }
    .for-sale-heavy-equipment-rental-retirement-sale header.heading::before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: black;
      opacity: 0.5; }
    .for-sale-heavy-equipment-rental-retirement-sale header.heading .container, .for-sale-heavy-equipment-rental-retirement-sale header.heading body.home section.pipeline-equipment .slider-container .swiper-container, body.home section.pipeline-equipment .slider-container .for-sale-heavy-equipment-rental-retirement-sale header.heading .swiper-container {
      z-index: 2; }
    .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button a {
      padding-left: 24px;
      padding-right: 24px; }
    .for-sale-heavy-equipment-rental-retirement-sale header.heading h1 {
      margin-bottom: 40px; }
      @media (max-width: 767.98px) {
        .for-sale-heavy-equipment-rental-retirement-sale header.heading h1 {
          margin-bottom: 20px; } }
    .for-sale-heavy-equipment-rental-retirement-sale header.heading .content {
      color: white;
      line-height: 2;
      text-shadow: none; }
  .for-sale-heavy-equipment-rental-retirement-sale header.page-header .content {
    display: flex;
    justify-content: flex-end; }
  .for-sale-heavy-equipment-rental-retirement-sale .filters {
    margin-bottom: 40px; }
    .for-sale-heavy-equipment-rental-retirement-sale .filters .filter-pills li {
      flex: 1 1 auto; }

body.brands {
  background: linear-gradient(180deg, #f2f6f8 30%, #fff 100%); }

body.careers .wide-banner::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(#ffa700 0%, #2a3741 100%);
  opacity: 0.34; }

body.careers main.main-content {
  background: linear-gradient(#fff 0%, #f5f7f8 60%);
  padding-top: 80px; }
  @media (max-width: 767.98px) {
    body.careers main.main-content {
      padding-top: 16px; } }
  body.careers main.main-content .content h3, body.careers main.main-content body.about article .content h2, body.about article body.careers main.main-content .content h2 {
    margin-top: 40px; }
  body.careers main.main-content .wp-block-uagb-icon-list {
    margin-bottom: 32px;
    margin-bottom: 64px; }
    body.careers main.main-content .wp-block-uagb-icon-list a {
      cursor: default;
      pointer-events: none; }
  body.careers main.main-content .job-card {
    padding-top: 8px;
    padding-bottom: 16px;
    border-radius: 5px;
    background: white;
    box-shadow: 0 3px 20px rgba(28, 33, 39, 0.08); }
    body.careers main.main-content .job-card + .job-card {
      margin-top: 24px; }
    body.careers main.main-content .job-card .location,
    body.careers main.main-content .job-card .posted-at {
      font-weight: bold;
      font-size: 18px;
      letter-spacing: -0.03em;
      color: #798b95; }
    body.careers main.main-content .job-card .posted-at {
      margin-top: 8px; }
    body.careers main.main-content .job-card .more-link::before {
      content: "…";
      display: inline-block;
      margin-left: 0.5rem;
      margin-right: 0.25rem; }
    body.careers main.main-content .job-card .more-link a {
      color: #ffa700; }
    body.careers main.main-content .job-card .actions {
      text-align: right; }
      body.careers main.main-content .job-card .actions .btn, body.careers main.main-content .job-card .actions .hubspot-form input[type="submit"], .hubspot-form body.careers main.main-content .job-card .actions input[type="submit"], body.careers main.main-content .job-card .actions .wp-block-button .wp-block-button__link, .wp-block-button body.careers main.main-content .job-card .actions .wp-block-button__link, body.careers main.main-content .job-card .actions .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button a, .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button body.careers main.main-content .job-card .actions a, body.careers main.main-content .job-card .actions body.home section.marketing-banners .banner .slide-content .wp-block-button a, body.home section.marketing-banners .banner .slide-content .wp-block-button body.careers main.main-content .job-card .actions a, body.careers main.main-content .job-card .actions body.page_support_template .hs-form input[type="submit"], body.page_support_template .hs-form body.careers main.main-content .job-card .actions input[type="submit"] {
        width: 100%; }

body.careers .latest-posts {
  padding-bottom: 120px;
  padding-top: 120px; }
  @media (max-width: 767.98px) {
    body.careers .latest-posts {
      padding-top: 64px; } }
  body.careers .latest-posts h1 {
    text-align: center; }

body.contact .modal-email-sent .modal-body {
  text-align: center;
  padding: 64px; }
  @media (max-width: 767.98px) {
    body.contact .modal-email-sent .modal-body {
      padding: 40px 32px; } }
  body.contact .modal-email-sent .modal-body img {
    margin-bottom: 32px; }
  body.contact .modal-email-sent .modal-body h3, body.contact .modal-email-sent .modal-body body.about article .content h2, body.about article .content body.contact .modal-email-sent .modal-body h2 {
    margin-bottom: 32px; }
  body.contact .modal-email-sent .modal-body p {
    margin-bottom: 32px; }
    body.contact .modal-email-sent .modal-body p a.tel {
      font-weight: 900; }
  body.contact .modal-email-sent .modal-body .btn, body.contact .modal-email-sent .modal-body .hubspot-form input[type="submit"], .hubspot-form body.contact .modal-email-sent .modal-body input[type="submit"], body.contact .modal-email-sent .modal-body .wp-block-button .wp-block-button__link, .wp-block-button body.contact .modal-email-sent .modal-body .wp-block-button__link, body.contact .modal-email-sent .modal-body .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button a, .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button body.contact .modal-email-sent .modal-body a, body.contact .modal-email-sent .modal-body body.home section.marketing-banners .banner .slide-content .wp-block-button a, body.home section.marketing-banners .banner .slide-content .wp-block-button body.contact .modal-email-sent .modal-body a, body.contact .modal-email-sent .modal-body body.page_support_template .hs-form input[type="submit"], body.page_support_template .hs-form body.contact .modal-email-sent .modal-body input[type="submit"] {
    min-width: 80%; }

body.contact header.page-header {
  margin-bottom: 100px;
  text-align: center; }
  @media (max-width: 767.98px) {
    body.contact header.page-header {
      margin-top: 24px;
      margin-bottom: 24px; } }
  body.contact header.page-header .tel {
    display: block;
    line-height: 2; }

body.contact section.contact {
  background: #2a3741;
  color: white; }
  body.contact section.contact .map {
    width: 100%;
    height: 100%; }
    body.contact section.contact .map .map-container {
      height: 100%; }
      body.contact section.contact .map .map-container .simple-map {
        height: 100%; }
        @media (max-width: 767.98px) {
          body.contact section.contact .map .map-container .simple-map {
            height: 240px; } }
        body.contact section.contact .map .map-container .simple-map .info-window {
          font-size: 18px;
          color: black; }
          body.contact section.contact .map .map-container .simple-map .info-window h3, body.contact section.contact .map .map-container .simple-map .info-window body.about article .content h2, body.about article .content body.contact section.contact .map .map-container .simple-map .info-window h2 {
            font-size: 18px; }
  body.contact section.contact .form {
    padding: 32px 64px 32px 32px; }
    @media (max-width: 767.98px) {
      body.contact section.contact .form {
        padding: 32px; } }

body.contact section.social {
  text-align: center;
  margin-top: 112px;
  margin-bottom: 112px; }
  body.contact section.social h2 {
    margin-bottom: 22px; }
  @media (max-width: 767.98px) {
    body.contact section.social {
      margin-top: 48px;
      margin-bottom: 48px; }
      body.contact section.social h2 {
        margin-bottom: 18px; } }
  body.contact section.social ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    body.contact section.social ul li {
      display: inline-block;
      margin-left: 10px;
      margin-right: 10px; }

.equipment-details .equipment-information .pictures-container .no-picture {
  width: 100%;
  height: 460px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: unset; }
  @media (max-width: 767.98px) {
    .equipment-details .equipment-information .pictures-container .no-picture {
      height: 240px; } }

.equipment-details .equipment-information .pictures-container .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  border: 2px solid #fff;
  background: white; }
  .equipment-details .equipment-information .pictures-container .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #2a3741; }

.equipment-details .equipment-information .pictures-container .pictures {
  background: #2a3741; }
  .equipment-details .equipment-information .pictures-container .pictures .swiper-container {
    width: 100%; }
    .equipment-details .equipment-information .pictures-container .pictures .swiper-container .swiper-slide .slide-picture {
      height: 460px;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center; }
      @media (max-width: 767.98px) {
        .equipment-details .equipment-information .pictures-container .pictures .swiper-container .swiper-slide .slide-picture {
          height: 240px; } }

.equipment-details .equipment-information .pictures-container .thumbnails {
  margin-top: 8px; }
  @media (max-width: 767.98px) {
    .equipment-details .equipment-information .pictures-container .thumbnails {
      display: none; } }
  .equipment-details .equipment-information .pictures-container .thumbnails .swiper-container .swiper-slide {
    width: auto;
    padding-bottom: 4px;
    border-bottom: 4px solid transparent;
    transition: border-color 0.3s;
    cursor: pointer; }
    .equipment-details .equipment-information .pictures-container .thumbnails .swiper-container .swiper-slide:hover {
      border-color: #798b95; }
    .equipment-details .equipment-information .pictures-container .thumbnails .swiper-container .swiper-slide.swiper-slide-thumb-active {
      border-color: #395062; }
    .equipment-details .equipment-information .pictures-container .thumbnails .swiper-container .swiper-slide img {
      height: 92px; }

.equipment-details #social-share-icons {
  display: none; }

.equipment-details .product-info {
  margin-top: 24px; }
  @media (max-width: 767.98px) {
    .equipment-details .product-info {
      margin-top: 0;
      margin-bottom: 40px; } }
  .equipment-details .product-info h1 {
    font-size: 35px;
    font-weight: 900;
    letter-spacing: -0.01em;
    line-height: 1.25; }
    @media (max-width: 767.98px) {
      .equipment-details .product-info h1 {
        font-size: 18px; } }
  .equipment-details .product-info .specials {
    margin-left: 40px; }
    .equipment-details .product-info .specials::before {
      position: absolute;
      margin-left: -24px;
      margin-top: -0.4em;
      content: "\F0E7";
      color: #f0b823;
      font-family: FontAwesome, sans-serif;
      font-size: 2em; }
  .equipment-details .product-info .category {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -0.03em;
    color: #798b95; }
    @media (max-width: 767.98px) {
      .equipment-details .product-info .category {
        font-size: 15px; } }
  .equipment-details .product-info .specs {
    margin: 0 0 16px 0;
    padding: 0;
    list-style: none; }
    .equipment-details .product-info .specs li:not(:last-child) {
      margin-bottom: 6px; }
    .equipment-details .product-info .specs li img {
      display: inline-block;
      margin-right: 8px; }
    .equipment-details .product-info .specs li.price {
      font-weight: 900;
      margin-top: 16px;
      margin-bottom: 16px; }
    .equipment-details .product-info .specs li.location {
      color: #ffa700; }
  .equipment-details .product-info .actions {
    display: inline-flex;
    flex-direction: column; }
    .equipment-details .product-info .actions .btn, .equipment-details .product-info .actions .hubspot-form input[type="submit"], .hubspot-form .equipment-details .product-info .actions input[type="submit"], .equipment-details .product-info .actions .wp-block-button .wp-block-button__link, .wp-block-button .equipment-details .product-info .actions .wp-block-button__link, .equipment-details .product-info .actions .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button a, .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button .equipment-details .product-info .actions a, .equipment-details .product-info .actions body.home section.marketing-banners .banner .slide-content .wp-block-button a, body.home section.marketing-banners .banner .slide-content .wp-block-button .equipment-details .product-info .actions a, .equipment-details .product-info .actions body.page_support_template .hs-form input[type="submit"], body.page_support_template .hs-form .equipment-details .product-info .actions input[type="submit"] {
      margin-bottom: 8px; }
    @media (max-width: 767.98px) {
      .equipment-details .product-info .actions {
        display: flex;
        position: fixed;
        flex-direction: column;
        bottom: 0;
        width: 100%;
        z-index: 1000;
        right: 0;
        background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.84) 34.48%, rgba(255, 255, 255, 0.85) 56.65%, #fff 100%);
        padding-top: 30px;
        padding-left: 10px;
        padding-right: 10px; } }
  .equipment-details .product-info .social-share {
    margin-top: 16px; }

.equipment-details .inquiry .form-container {
  padding-top: 32px;
  padding-bottom: 32px;
  border-radius: 0 5px 5px 0; }
  @media (max-width: 767.98px) {
    .equipment-details .inquiry .form-container {
      padding-top: 0; } }
  .equipment-details .inquiry .form-container .actions {
    text-align: center; }
    .equipment-details .inquiry .form-container .actions .btn, .equipment-details .inquiry .form-container .actions .hubspot-form input[type="submit"], .hubspot-form .equipment-details .inquiry .form-container .actions input[type="submit"], .equipment-details .inquiry .form-container .actions .wp-block-button .wp-block-button__link, .wp-block-button .equipment-details .inquiry .form-container .actions .wp-block-button__link, .equipment-details .inquiry .form-container .actions .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button a, .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button .equipment-details .inquiry .form-container .actions a, .equipment-details .inquiry .form-container .actions body.home section.marketing-banners .banner .slide-content .wp-block-button a, body.home section.marketing-banners .banner .slide-content .wp-block-button .equipment-details .inquiry .form-container .actions a, .equipment-details .inquiry .form-container .actions body.page_support_template .hs-form input[type="submit"], body.page_support_template .hs-form .equipment-details .inquiry .form-container .actions input[type="submit"] {
      padding: 8px 64px; }
      @media (max-width: 767.98px) {
        .equipment-details .inquiry .form-container .actions .btn, .equipment-details .inquiry .form-container .actions .hubspot-form input[type="submit"], .hubspot-form .equipment-details .inquiry .form-container .actions input[type="submit"], .equipment-details .inquiry .form-container .actions .wp-block-button .wp-block-button__link, .wp-block-button .equipment-details .inquiry .form-container .actions .wp-block-button__link, .equipment-details .inquiry .form-container .actions .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button a, .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button .equipment-details .inquiry .form-container .actions a, .equipment-details .inquiry .form-container .actions body.home section.marketing-banners .banner .slide-content .wp-block-button a, body.home section.marketing-banners .banner .slide-content .wp-block-button .equipment-details .inquiry .form-container .actions a, .equipment-details .inquiry .form-container .actions body.page_support_template .hs-form input[type="submit"], body.page_support_template .hs-form .equipment-details .inquiry .form-container .actions input[type="submit"] {
          width: 100%;
          padding-left: 8px;
          padding-right: 8px; } }
  .equipment-details .inquiry .form-container .form-group .form-control {
    border: 1px solid #b5b9c0; }
  .equipment-details .inquiry .form-container .form-group.form-error .form-control {
    border-color: #f20c51; }
  .equipment-details .inquiry .form-container .form-group label .optional {
    font-weight: normal;
    font-style: italic; }
  .equipment-details .inquiry .form-container .newsletter-signup {
    margin-top: 16px; }
    .equipment-details .inquiry .form-container .newsletter-signup label {
      font-weight: 500;
      font-style: italic; }

.equipment-details .similar-equipment {
  padding-top: 102px;
  padding-bottom: 80px; }
  @media (max-width: 767.98px) {
    .equipment-details .similar-equipment {
      padding-top: 40px;
      padding-bottom: 96px; } }
  .equipment-details .similar-equipment h2 {
    text-align: center; }
    @media (max-width: 767.98px) {
      .equipment-details .similar-equipment h2 {
        font-size: 18px;
        letter-spacing: -0.03em;
        text-align: left; }
        .equipment-details .similar-equipment h2::after {
          display: none; } }
  .equipment-details .similar-equipment header {
    text-align: center; }
    .equipment-details .similar-equipment header p {
      font-weight: 500;
      margin-bottom: 90px; }
  .equipment-details .similar-equipment .small-card {
    margin-bottom: 12px; }

.equipment-details .page-header {
  margin-top: 0; }
  .equipment-details .page-header .cart {
    margin-left: auto;
    flex-shrink: 0; }

.equipment-details .buy-rent-banner {
  display: none; }

.equipment-details .equipment-information {
  margin-bottom: 32px; }

.equipment-details .thumbnails .swiper-slide {
  width: 125px;
  height: 125px;
  padding-bottom: 4px;
  border-bottom: 4px solid transparent;
  transition: border-color 0.3s;
  cursor: pointer;
  overflow: hidden; }
  .equipment-details .thumbnails .swiper-slide img {
    max-width: 100%; }

body.for-sale .content .page-header {
  min-height: 64px;
  display: block;
  padding: 0 32px; }
  body.for-sale .content .page-header .breadcrumb {
    flex-grow: 0; }
    body.for-sale .content .page-header .breadcrumb .breadcrumb-item.category {
      font-weight: normal;
      color: #ffa700; }
  body.for-sale .content .page-header .number-of-items {
    font-weight: 900;
    font-style: italic; }
  body.for-sale .content .page-header .breadcrumb + .number-of-items {
    padding-left: 2rem; }
  body.for-sale .content .page-header .specials {
    margin-left: auto;
    margin-right: 20px;
    padding: 12px 0;
    font-weight: bold; }
    body.for-sale .content .page-header .specials::before {
      position: absolute;
      margin-left: -24px;
      margin-top: -0.4em;
      content: "\F0E7";
      color: #f0b823;
      font-family: FontAwesome, sans-serif;
      font-size: 2em; }
  @media (max-width: 767.98px) {
    body.for-sale .content .page-header .content:first-child .number-of-items {
      display: none; }
    body.for-sale .content .page-header .content:first-child .specials {
      margin-right: 12px; }
      body.for-sale .content .page-header .content:first-child .specials::before {
        font-size: 1.2em;
        margin-left: -16px;
        margin-top: -0.2em; } }
  body.for-sale .content .page-header .content:nth-child(2) {
    display: none; }
    @media (max-width: 767.98px) {
      body.for-sale .content .page-header .content:nth-child(2) {
        display: flex;
        margin-bottom: 16px; } }

@media (min-width: 768px) {
  body.for-sale .content .filters-pane {
    height: calc(100vh - 116px);
    position: -webkit-sticky;
    position: sticky;
    top: 116px;
    overflow-y: auto; } }

body.for-sale .content .filters header {
  display: flex;
  align-items: center;
  width: 100%;
  height: 64px;
  margin-bottom: 20px;
  padding: 0 24px;
  background: #2a3741; }
  body.for-sale .content .filters header h3, body.for-sale body.about article .content .filters header h2, body.about article body.for-sale .content .filters header h2 {
    flex-grow: 1;
    margin: 0;
    font-weight: 900;
    font-size: 18px;
    letter-spacing: 0.03em;
    text-align: left;
    color: #fff; }
  body.for-sale .content .filters header .clear-all-link {
    flex-grow: 1;
    color: #ffa700;
    text-align: right;
    cursor: pointer; }
  body.for-sale .content .filters header .close-button {
    display: none; }

body.for-sale .content .filters .sorting h3, body.for-sale body.about article .content .filters .sorting h2, body.about article body.for-sale .content .filters .sorting h2,
body.for-sale .content .filters .filter h3,
body.for-sale body.about article .content .filters .filter h2,
body.about article body.for-sale .content .filters .filter h2 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 8px; }
  @media (max-width: 767.98px) {
    body.for-sale .content .filters .sorting h3, body.for-sale body.about article .content .filters .sorting h2, body.about article body.for-sale .content .filters .sorting h2,
    body.for-sale .content .filters .filter h3,
    body.for-sale body.about article .content .filters .filter h2,
    body.about article body.for-sale .content .filters .filter h2 {
      font-size: 16px; } }

body.for-sale .content .filters .sorting .sort-field {
  display: flex;
  width: 100%;
  align-items: center; }
  body.for-sale .content .filters .sorting .sort-field .field {
    flex-grow: 1; }
  body.for-sale .content .filters .sorting .sort-field .direction {
    flex-shrink: 1; }
    body.for-sale .content .filters .sorting .sort-field .direction.asc {
      opacity: 0.5; }

body.for-sale .content .filters .filters-content {
  padding: 0 32px; }
  body.for-sale .content .filters .filters-content::after {
    display: block;
    content: "";
    clear: both; }
  body.for-sale .content .filters .filters-content .clear-all-link {
    display: none; }
  body.for-sale .content .filters .filters-content hr {
    margin-top: 16px;
    margin-bottom: 16px; }
  body.for-sale .content .filters .filters-content .filter + .filter {
    margin-top: 20px; }
  body.for-sale .content .filters .filters-content .filter .input-text {
    width: 100%;
    height: 40px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #798b95;
    padding-left: 16px;
    padding-right: 16px; }
  body.for-sale .content .filters .filters-content .filter.year-filter .range-text {
    margin-top: 16px; }
  body.for-sale .content .filters .filters-content .filter .min-max {
    display: flex;
    width: 100%; }
    body.for-sale .content .filters .filters-content .filter .min-max .min,
    body.for-sale .content .filters .filters-content .filter .min-max .max {
      flex-grow: 1; }
    body.for-sale .content .filters .filters-content .filter .min-max .max {
      text-align: right; }

body.for-sale .content .modal-filters .modal-dialog {
  max-width: none; }

body.for-sale .content .list {
  background: #f5f7f8; }
  body.for-sale .content .list .list-content {
    padding-left: 32px;
    padding-right: 32px;
    max-width: 1200px; }
  body.for-sale .content .list .equipment:not(:last-child) {
    margin-bottom: 20px; }
  body.for-sale .content .list .equipment h3, body.for-sale body.about article .content .list .equipment h2, body.about article body.for-sale .content .list .equipment h2 {
    font-weight: 900;
    font-size: 25px;
    margin-bottom: 8px; }
  body.for-sale .content .list .equipment .picture {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center; }
    @media (max-width: 767.98px) {
      body.for-sale .content .list .equipment .picture {
        height: 200px; } }
  body.for-sale .content .list .equipment .product-info {
    padding-top: 10px;
    padding-bottom: 10px; }
    body.for-sale .content .list .equipment .product-info .price {
      font-weight: bold; }
    body.for-sale .content .list .equipment .product-info a.details::after {
      content: "›";
      margin-left: 0.4rem; }
  body.for-sale .content .list .equipment .actions {
    align-self: center; }
    body.for-sale .content .list .equipment .actions .btn, body.for-sale .content .list .equipment .actions .hubspot-form input[type="submit"], .hubspot-form body.for-sale .content .list .equipment .actions input[type="submit"], body.for-sale .content .list .equipment .actions .wp-block-button .wp-block-button__link, .wp-block-button body.for-sale .content .list .equipment .actions .wp-block-button__link, body.for-sale .content .list .equipment .actions .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button a, .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button body.for-sale .content .list .equipment .actions a, body.for-sale .content .list .equipment .actions body.home section.marketing-banners .banner .slide-content .wp-block-button a, body.home section.marketing-banners .banner .slide-content .wp-block-button body.for-sale .content .list .equipment .actions a, body.for-sale .content .list .equipment .actions body.page_support_template .hs-form input[type="submit"], body.page_support_template .hs-form body.for-sale .content .list .equipment .actions input[type="submit"] {
      display: block;
      width: 100%; }
      body.for-sale .content .list .equipment .actions .btn + .btn, body.for-sale .content .list .equipment .actions .hubspot-form input[type="submit"] + .btn, .hubspot-form body.for-sale .content .list .equipment .actions input[type="submit"] + .btn, body.for-sale .content .list .equipment .actions .wp-block-button .wp-block-button__link + .btn, .wp-block-button body.for-sale .content .list .equipment .actions .wp-block-button__link + .btn, body.for-sale .content .list .equipment .actions .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button a + .btn, .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button body.for-sale .content .list .equipment .actions a + .btn, body.for-sale .content .list .equipment .actions body.home section.marketing-banners .banner .slide-content .wp-block-button a + .btn, body.home section.marketing-banners .banner .slide-content .wp-block-button body.for-sale .content .list .equipment .actions a + .btn, body.for-sale .content .list .equipment .actions body.page_support_template .hs-form input[type="submit"] + .btn, body.page_support_template .hs-form body.for-sale .content .list .equipment .actions input[type="submit"] + .btn, body.for-sale .content .list .equipment .actions .hubspot-form .btn + input[type="submit"], .hubspot-form body.for-sale .content .list .equipment .actions .btn + input[type="submit"], body.for-sale .content .list .equipment .actions .hubspot-form input[type="submit"] + input[type="submit"], .hubspot-form body.for-sale .content .list .equipment .actions input[type="submit"] + input[type="submit"], body.for-sale .content .list .equipment .actions .wp-block-button .hubspot-form .wp-block-button__link + input[type="submit"], .hubspot-form body.for-sale .content .list .equipment .actions .wp-block-button .wp-block-button__link + input[type="submit"], .wp-block-button body.for-sale .content .list .equipment .actions .hubspot-form .wp-block-button__link + input[type="submit"], .hubspot-form .wp-block-button body.for-sale .content .list .equipment .actions .wp-block-button__link + input[type="submit"], body.for-sale .content .list .equipment .actions .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button .hubspot-form a + input[type="submit"], .hubspot-form body.for-sale .content .list .equipment .actions .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button a + input[type="submit"], .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button body.for-sale .content .list .equipment .actions .hubspot-form a + input[type="submit"], .hubspot-form .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button body.for-sale .content .list .equipment .actions a + input[type="submit"], body.for-sale .content .list .equipment .actions body.home section.marketing-banners .banner .slide-content .wp-block-button .hubspot-form a + input[type="submit"], .hubspot-form body.for-sale .content .list .equipment .actions body.home section.marketing-banners .banner .slide-content .wp-block-button a + input[type="submit"], body.home section.marketing-banners .banner .slide-content .wp-block-button body.for-sale .content .list .equipment .actions .hubspot-form a + input[type="submit"], .hubspot-form body.home section.marketing-banners .banner .slide-content .wp-block-button body.for-sale .content .list .equipment .actions a + input[type="submit"], body.for-sale .content .list .equipment .actions .wp-block-button .btn + .wp-block-button__link, .wp-block-button body.for-sale .content .list .equipment .actions .btn + .wp-block-button__link, body.for-sale .content .list .equipment .actions .hubspot-form .wp-block-button input[type="submit"] + .wp-block-button__link, .wp-block-button body.for-sale .content .list .equipment .actions .hubspot-form input[type="submit"] + .wp-block-button__link, .hubspot-form body.for-sale .content .list .equipment .actions .wp-block-button input[type="submit"] + .wp-block-button__link, .wp-block-button .hubspot-form body.for-sale .content .list .equipment .actions input[type="submit"] + .wp-block-button__link, body.for-sale .content .list .equipment .actions .wp-block-button .wp-block-button__link + .wp-block-button__link, .wp-block-button body.for-sale .content .list .equipment .actions .wp-block-button__link + .wp-block-button__link, body.for-sale .content .list .equipment .actions .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button a + .wp-block-button__link, .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button body.for-sale .content .list .equipment .actions a + .wp-block-button__link, body.for-sale .content .list .equipment .actions body.home section.marketing-banners .banner .slide-content .wp-block-button a + .wp-block-button__link, body.home section.marketing-banners .banner .slide-content .wp-block-button body.for-sale .content .list .equipment .actions a + .wp-block-button__link, body.for-sale .content .list .equipment .actions body.page_support_template .hs-form .wp-block-button input[type="submit"] + .wp-block-button__link, .wp-block-button body.for-sale .content .list .equipment .actions body.page_support_template .hs-form input[type="submit"] + .wp-block-button__link, body.page_support_template .hs-form body.for-sale .content .list .equipment .actions .wp-block-button input[type="submit"] + .wp-block-button__link, .wp-block-button body.page_support_template .hs-form body.for-sale .content .list .equipment .actions input[type="submit"] + .wp-block-button__link, body.for-sale .content .list .equipment .actions .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button .btn + a, .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button body.for-sale .content .list .equipment .actions .btn + a, body.for-sale .content .list .equipment .actions .hubspot-form .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button input[type="submit"] + a, .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button body.for-sale .content .list .equipment .actions .hubspot-form input[type="submit"] + a, .hubspot-form body.for-sale .content .list .equipment .actions .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button input[type="submit"] + a, .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button .hubspot-form body.for-sale .content .list .equipment .actions input[type="submit"] + a, body.for-sale .content .list .equipment .actions .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button .wp-block-button__link + a, .for-sale-heavy-equipment-rental-retirement-sale header.heading body.for-sale .content .list .equipment .actions .wp-block-button .wp-block-button__link + a, .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button body.for-sale .content .list .equipment .actions .wp-block-button__link + a, body.for-sale .content .list .equipment .actions .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button a + a, .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button body.for-sale .content .list .equipment .actions a + a, body.for-sale .content .list .equipment .actions body.page_support_template .hs-form .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button input[type="submit"] + a, .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button body.for-sale .content .list .equipment .actions body.page_support_template .hs-form input[type="submit"] + a, body.page_support_template .hs-form body.for-sale .content .list .equipment .actions .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button input[type="submit"] + a, .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button body.page_support_template .hs-form body.for-sale .content .list .equipment .actions input[type="submit"] + a, body.for-sale .content .list .equipment .actions body.home section.marketing-banners .banner .slide-content .wp-block-button .btn + a, body.home section.marketing-banners .banner .slide-content .wp-block-button body.for-sale .content .list .equipment .actions .btn + a, body.for-sale .content .list .equipment .actions .hubspot-form body.home section.marketing-banners .banner .slide-content .wp-block-button input[type="submit"] + a, body.home section.marketing-banners .banner .slide-content .wp-block-button body.for-sale .content .list .equipment .actions .hubspot-form input[type="submit"] + a, .hubspot-form body.for-sale .content .list .equipment .actions body.home section.marketing-banners .banner .slide-content .wp-block-button input[type="submit"] + a, body.home section.marketing-banners .banner .slide-content .wp-block-button .hubspot-form body.for-sale .content .list .equipment .actions input[type="submit"] + a, body.for-sale .content .list .equipment .actions body.home section.marketing-banners .banner .slide-content .wp-block-button .wp-block-button__link + a, body.home section.marketing-banners .banner .slide-content body.for-sale .content .list .equipment .actions .wp-block-button .wp-block-button__link + a, body.home section.marketing-banners .banner .slide-content .wp-block-button body.for-sale .content .list .equipment .actions .wp-block-button__link + a, body.for-sale .content .list .equipment .actions body.home section.marketing-banners .banner .slide-content .wp-block-button a + a, body.home section.marketing-banners .banner .slide-content .wp-block-button body.for-sale .content .list .equipment .actions a + a, body.for-sale .content .list .equipment .actions body.page_support_template .hs-form body.home section.marketing-banners .banner .slide-content .wp-block-button input[type="submit"] + a, body.home section.marketing-banners .banner .slide-content .wp-block-button body.for-sale .content .list .equipment .actions body.page_support_template .hs-form input[type="submit"] + a, body.page_support_template .hs-form body.for-sale .content .list .equipment .actions body.home section.marketing-banners .banner .slide-content .wp-block-button input[type="submit"] + a, body.home section.marketing-banners .banner .slide-content .wp-block-button body.page_support_template .hs-form body.for-sale .content .list .equipment .actions input[type="submit"] + a, body.for-sale .content .list .equipment .actions body.page_support_template .hs-form .btn + input[type="submit"], body.page_support_template .hs-form body.for-sale .content .list .equipment .actions .btn + input[type="submit"], body.for-sale .content .list .equipment .actions .wp-block-button body.page_support_template .hs-form .wp-block-button__link + input[type="submit"], body.page_support_template .hs-form body.for-sale .content .list .equipment .actions .wp-block-button .wp-block-button__link + input[type="submit"], .wp-block-button body.for-sale .content .list .equipment .actions body.page_support_template .hs-form .wp-block-button__link + input[type="submit"], body.page_support_template .hs-form .wp-block-button body.for-sale .content .list .equipment .actions .wp-block-button__link + input[type="submit"], body.for-sale .content .list .equipment .actions .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button body.page_support_template .hs-form a + input[type="submit"], body.page_support_template .hs-form body.for-sale .content .list .equipment .actions .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button a + input[type="submit"], .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button body.for-sale .content .list .equipment .actions body.page_support_template .hs-form a + input[type="submit"], body.page_support_template .hs-form .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button body.for-sale .content .list .equipment .actions a + input[type="submit"], body.for-sale .content .list .equipment .actions body.home section.marketing-banners .banner .slide-content .wp-block-button body.page_support_template .hs-form a + input[type="submit"], body.page_support_template .hs-form body.for-sale .content .list .equipment .actions body.home section.marketing-banners .banner .slide-content .wp-block-button a + input[type="submit"], body.home section.marketing-banners .banner .slide-content .wp-block-button body.for-sale .content .list .equipment .actions body.page_support_template .hs-form a + input[type="submit"], body.page_support_template .hs-form body.home section.marketing-banners .banner .slide-content .wp-block-button body.for-sale .content .list .equipment .actions a + input[type="submit"], body.for-sale .content .list .equipment .actions body.page_support_template .hs-form input[type="submit"] + input[type="submit"], body.page_support_template .hs-form body.for-sale .content .list .equipment .actions input[type="submit"] + input[type="submit"] {
        margin-top: 20px; }

@media (max-width: 767.98px) {
  body.for-sale .content .filters-pane {
    display: none; } }

body.for-sale .content .filter-toggle {
  display: none;
  position: fixed;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  z-index: 1000;
  cursor: pointer;
  background: none;
  border: none; }
  @media (max-width: 767.98px) {
    body.for-sale .content .filter-toggle {
      display: block; } }

body.for-sale .content .modal-filters .modal-dialog {
  margin: 0; }

body.for-sale .content .modal-filters .modal-body {
  padding: 0; }
  body.for-sale .content .modal-filters .modal-body .filters header .clear-all-link {
    display: none; }
  body.for-sale .content .modal-filters .modal-body .filters header .close-button {
    display: block;
    flex-grow: 1;
    text-align: right;
    font-size: 38px;
    font-weight: normal;
    color: #ffa700;
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
  body.for-sale .content .modal-filters .modal-body .filters .filters-content .clear-all-link {
    display: block;
    color: #ffa700;
    text-align: right; }

body.for-sale .content .modal-filters .modal-footer {
  display: flex;
  flex-direction: column;
  padding: 1rem 1rem 0 1rem; }
  body.for-sale .content .modal-filters .modal-footer .btn, body.for-sale .content .modal-filters .modal-footer .hubspot-form input[type="submit"], .hubspot-form body.for-sale .content .modal-filters .modal-footer input[type="submit"], body.for-sale .content .modal-filters .modal-footer .wp-block-button .wp-block-button__link, .wp-block-button body.for-sale .content .modal-filters .modal-footer .wp-block-button__link, body.for-sale .content .modal-filters .modal-footer .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button a, .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button body.for-sale .content .modal-filters .modal-footer a, body.for-sale .content .modal-filters .modal-footer body.home section.marketing-banners .banner .slide-content .wp-block-button a, body.home section.marketing-banners .banner .slide-content .wp-block-button body.for-sale .content .modal-filters .modal-footer a, body.for-sale .content .modal-filters .modal-footer body.page_support_template .hs-form input[type="submit"], body.page_support_template .hs-form body.for-sale .content .modal-filters .modal-footer input[type="submit"] {
    display: block;
    width: 100%; }

body.equipment-quote-request {
  background: #f5f7f8; }
  body.equipment-quote-request .buy-rent-banner {
    display: none; }
  body.equipment-quote-request .cart-items {
    background: linear-gradient(rgba(121, 139, 149, 0.09) 0%, rgba(121, 139, 149, 0) 100%);
    padding: 24px 16px 24px 24px; }
    body.equipment-quote-request .cart-items h2 {
      margin-bottom: 32px; }
      @media (max-width: 767.98px) {
        body.equipment-quote-request .cart-items h2 {
          display: none; } }
    body.equipment-quote-request .cart-items .items {
      margin-bottom: 24px; }
      body.equipment-quote-request .cart-items .items header {
        margin-bottom: 1rem;
        padding: 0.2rem 0.4rem;
        background: #707070;
        color: white;
        font-weight: bold; }
        body.equipment-quote-request .cart-items .items header .price {
          text-align: right; }
      body.equipment-quote-request .cart-items .items .equipment {
        position: relative;
        background: white;
        border-radius: 5px;
        box-shadow: 0 3px 20px rgba(28, 33, 39, 0.08); }
        body.equipment-quote-request .cart-items .items .equipment:not(:last-child) {
          margin-bottom: 20px; }
        body.equipment-quote-request .cart-items .items .equipment .close-button {
          position: absolute;
          top: 0;
          right: 4px;
          display: block;
          background: none;
          border: none;
          text-align: right;
          font-size: 38px;
          line-height: 1;
          font-weight: normal;
          color: #ffa700;
          cursor: pointer;
          z-index: 10; }
        body.equipment-quote-request .cart-items .items .equipment .picture {
          width: 100%;
          height: 100%;
          background-repeat: no-repeat;
          background-size: cover;
          background-position: unset;
          border-radius: 5px 0 0 5px; }
        body.equipment-quote-request .cart-items .items .equipment .content {
          padding: 24px 40px 24px 24px; }
          body.equipment-quote-request .cart-items .items .equipment .content .extra-info {
            display: flex; }
            body.equipment-quote-request .cart-items .items .equipment .content .extra-info .location {
              flex-grow: 1; }
            body.equipment-quote-request .cart-items .items .equipment .content .extra-info .price {
              text-align: right;
              font-weight: 900;
              font-size: 23px; }
      @media (max-width: 767.98px) {
        body.equipment-quote-request .cart-items .items .small-card {
          margin-bottom: 16px; } }
    body.equipment-quote-request .cart-items .empty-cart {
      margin-top: 32px;
      margin-bottom: 32px;
      text-align: center; }
      body.equipment-quote-request .cart-items .empty-cart img {
        margin-bottom: 16px; }
      body.equipment-quote-request .cart-items .empty-cart p {
        margin-bottom: 24px; }
      body.equipment-quote-request .cart-items .empty-cart .btn, body.equipment-quote-request .cart-items .empty-cart .hubspot-form input[type="submit"], .hubspot-form body.equipment-quote-request .cart-items .empty-cart input[type="submit"], body.equipment-quote-request .cart-items .empty-cart .wp-block-button .wp-block-button__link, .wp-block-button body.equipment-quote-request .cart-items .empty-cart .wp-block-button__link, body.equipment-quote-request .cart-items .empty-cart .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button a, .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button body.equipment-quote-request .cart-items .empty-cart a, body.equipment-quote-request .cart-items .empty-cart body.home section.marketing-banners .banner .slide-content .wp-block-button a, body.home section.marketing-banners .banner .slide-content .wp-block-button body.equipment-quote-request .cart-items .empty-cart a, body.equipment-quote-request .cart-items .empty-cart body.page_support_template .hs-form input[type="submit"], body.page_support_template .hs-form body.equipment-quote-request .cart-items .empty-cart input[type="submit"] {
        display: block; }
    body.equipment-quote-request .cart-items .help {
      text-align: center;
      font-size: 23px; }
      body.equipment-quote-request .cart-items .help a.tel {
        font-weight: 900; }
      @media (max-width: 767.98px) {
        body.equipment-quote-request .cart-items .help {
          display: none; } }
  body.equipment-quote-request .contact-form {
    background: white;
    padding: 24px 48px 72px 48px; }

body.home h1 {
  text-align: center; }

body.home section.about {
  padding-top: 170px;
  padding-bottom: 170px;
  background: #f5f7f8; }
  @media (max-width: 767.98px) {
    body.home section.about {
      padding-top: 62px;
      padding-bottom: 68px; }
      body.home section.about .card-group .card .icon-container {
        display: none; } }

body.home section.companies {
  padding-top: 64px;
  padding-bottom: 40px; }
  @media (max-width: 767.98px) {
    body.home section.companies {
      padding-top: 40px;
      padding-bottom: 56px; } }
  body.home section.companies .wg-logo {
    margin-bottom: 24px; }
    @media (max-width: 767.98px) {
      body.home section.companies .wg-logo {
        margin-bottom: 8px; } }
  body.home section.companies .company {
    text-align: center; }
    body.home section.companies .company img {
      max-width: 100%; }

body.home section.explore-equipment {
  margin-bottom: 148px;
  padding: 96px 0;
  background: #f5f7f8;
  text-align: center; }
  @media (max-width: 767.98px) {
    body.home section.explore-equipment {
      padding: 40px 0; } }
  body.home section.explore-equipment .filters {
    margin-bottom: 40px; }
  @media (max-width: 767.98px) {
    body.home section.explore-equipment .view-more {
      display: none; } }

body.home section.featured-equipment {
  background: linear-gradient(#fff 0%, #f5f7f8 100%);
  padding-top: 80px;
  padding-bottom: 68px; }
  @media (max-width: 767.98px) {
    body.home section.featured-equipment {
      padding-top: 40px;
      padding-bottom: 40px; } }
  body.home section.featured-equipment .equipment {
    margin-bottom: 24px; }
  @media (max-width: 767.98px) {
    body.home section.featured-equipment .equipment-card .picture {
      height: 112px; }
    body.home section.featured-equipment .equipment-card .body {
      padding: 8px; }
      body.home section.featured-equipment .equipment-card .body .specs img {
        display: none; }
      body.home section.featured-equipment .equipment-card .body .specs .serial-number,
      body.home section.featured-equipment .equipment-card .body .specs .hours,
      body.home section.featured-equipment .equipment-card .body .specs .location {
        display: none; } }
  body.home section.featured-equipment .action {
    margin-top: 40px;
    text-align: center; }
    body.home section.featured-equipment .action .btn, body.home section.featured-equipment .action .hubspot-form input[type="submit"], .hubspot-form body.home section.featured-equipment .action input[type="submit"], body.home section.featured-equipment .action .wp-block-button .wp-block-button__link, .wp-block-button body.home section.featured-equipment .action .wp-block-button__link, body.home section.featured-equipment .action .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button a, .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button body.home section.featured-equipment .action a, body.home section.featured-equipment .action section.marketing-banners .banner .slide-content .wp-block-button a, body.home section.marketing-banners .banner .slide-content .wp-block-button section.featured-equipment .action a, body.home section.featured-equipment .action body.page_support_template .hs-form input[type="submit"], body.page_support_template .hs-form body.home section.featured-equipment .action input[type="submit"] {
      padding-left: 64px;
      padding-right: 64px; }

body.home section.find-equipment {
  position: relative;
  background-image: url("../jpg/background.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  color: white; }
  body.home section.find-equipment h1 {
    margin-bottom: 1rem; }
  body.home section.find-equipment .side-panes {
    display: flex; }
    @media (max-width: 767.98px) {
      body.home section.find-equipment .side-panes {
        flex-direction: column;
        height: auto; } }
    body.home section.find-equipment .side-panes .rent-pane,
    body.home section.find-equipment .side-panes .buy-pane {
      width: 50%;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
      @media (max-width: 767.98px) {
        body.home section.find-equipment .side-panes .rent-pane,
        body.home section.find-equipment .side-panes .buy-pane {
          width: 100%; } }
      body.home section.find-equipment .side-panes .rent-pane .layer,
      body.home section.find-equipment .side-panes .buy-pane .layer {
        width: 100%;
        height: 100%;
        padding-bottom: 47px; }
        @media (max-width: 767.98px) {
          body.home section.find-equipment .side-panes .rent-pane .layer,
          body.home section.find-equipment .side-panes .buy-pane .layer {
            padding-top: 50px;
            padding-bottom: 20px; } }
        body.home section.find-equipment .side-panes .rent-pane .layer .content,
        body.home section.find-equipment .side-panes .buy-pane .layer .content {
          width: 100%;
          text-align: center;
          color: #fff;
          padding-top: 270px;
          margin: 0 auto; }
          @media (max-width: 767.98px) {
            body.home section.find-equipment .side-panes .rent-pane .layer .content,
            body.home section.find-equipment .side-panes .buy-pane .layer .content {
              padding: 0; } }
          body.home section.find-equipment .side-panes .rent-pane .layer .content figure,
          body.home section.find-equipment .side-panes .buy-pane .layer .content figure {
            margin: 0; }
            body.home section.find-equipment .side-panes .rent-pane .layer .content figure img,
            body.home section.find-equipment .side-panes .buy-pane .layer .content figure img {
              height: 125px; }
            body.home section.find-equipment .side-panes .rent-pane .layer .content figure figcaption,
            body.home section.find-equipment .side-panes .buy-pane .layer .content figure figcaption {
              color: white;
              font-size: 65px;
              font-weight: 900;
              line-height: 1.2; }
              @media (max-width: 767.98px) {
                body.home section.find-equipment .side-panes .rent-pane .layer .content figure figcaption,
                body.home section.find-equipment .side-panes .buy-pane .layer .content figure figcaption {
                  font-size: 45px; } }
          body.home section.find-equipment .side-panes .rent-pane .layer .content p,
          body.home section.find-equipment .side-panes .buy-pane .layer .content p {
            color: #bfbfbf; }
          body.home section.find-equipment .side-panes .rent-pane .layer .content .btn, body.home section.find-equipment .side-panes .rent-pane .layer .content .hubspot-form input[type="submit"], .hubspot-form body.home section.find-equipment .side-panes .rent-pane .layer .content input[type="submit"], body.home section.find-equipment .side-panes .rent-pane .layer .content .wp-block-button .wp-block-button__link, .wp-block-button body.home section.find-equipment .side-panes .rent-pane .layer .content .wp-block-button__link, body.home section.find-equipment .side-panes .rent-pane .layer .content .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button a, .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button body.home section.find-equipment .side-panes .rent-pane .layer .content a, body.home section.find-equipment .side-panes .rent-pane .layer .content section.marketing-banners .banner .slide-content .wp-block-button a, body.home section.marketing-banners .banner .slide-content .wp-block-button section.find-equipment .side-panes .rent-pane .layer .content a, body.home section.find-equipment .side-panes .rent-pane .layer .content body.page_support_template .hs-form input[type="submit"], body.page_support_template .hs-form body.home section.find-equipment .side-panes .rent-pane .layer .content input[type="submit"],
          body.home section.find-equipment .side-panes .buy-pane .layer .content .btn,
          body.home section.find-equipment .side-panes .buy-pane .layer .content .hubspot-form input[type="submit"],
          .hubspot-form body.home section.find-equipment .side-panes .buy-pane .layer .content input[type="submit"],
          body.home section.find-equipment .side-panes .buy-pane .layer .content .wp-block-button .wp-block-button__link,
          .wp-block-button body.home section.find-equipment .side-panes .buy-pane .layer .content .wp-block-button__link,
          body.home section.find-equipment .side-panes .buy-pane .layer .content .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button a,
          .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button body.home section.find-equipment .side-panes .buy-pane .layer .content a,
          body.home section.find-equipment .side-panes .buy-pane .layer .content section.marketing-banners .banner .slide-content .wp-block-button a,
          body.home section.marketing-banners .banner .slide-content .wp-block-button section.find-equipment .side-panes .buy-pane .layer .content a,
          body.home section.find-equipment .side-panes .buy-pane .layer .content body.page_support_template .hs-form input[type="submit"],
          body.page_support_template .hs-form body.home section.find-equipment .side-panes .buy-pane .layer .content input[type="submit"] {
            padding: 8px 64px; }
    body.home section.find-equipment .side-panes .rent-pane {
      position: relative; }
      body.home section.find-equipment .side-panes .rent-pane .layer {
        background: rgba(41, 48, 52, 0.8); }
        @media (max-width: 767.98px) {
          body.home section.find-equipment .side-panes .rent-pane .layer {
            padding-bottom: 40px; } }
      body.home section.find-equipment .side-panes .rent-pane .or {
        position: absolute;
        left: 100%;
        bottom: 25%;
        width: 69px;
        height: 69px;
        line-height: 69px;
        font-size: 35px;
        font-weight: 900;
        font-style: italic;
        text-transform: uppercase; }
        body.home section.find-equipment .side-panes .rent-pane .or span {
          text-align: center;
          position: absolute;
          left: -50%;
          margin: 0 auto;
          width: 100%;
          height: 100%;
          border: 2px solid white;
          border-radius: 50%;
          color: #fff; }
        @media (max-width: 767.98px) {
          body.home section.find-equipment .side-panes .rent-pane .or {
            left: 50%;
            bottom: auto;
            top: 100%;
            width: 45px;
            height: 45px;
            line-height: 45px;
            font-size: 22px; }
            body.home section.find-equipment .side-panes .rent-pane .or span {
              top: -50%; } }
    body.home section.find-equipment .side-panes .buy-pane .layer {
      background: rgba(45, 98, 168, 0.7); }
  body.home section.find-equipment .mid-pane {
    position: absolute;
    width: 100%;
    top: 14%;
    text-align: center; }
    @media (max-width: 767.98px) {
      body.home section.find-equipment .mid-pane {
        display: none; } }
    body.home section.find-equipment .mid-pane form {
      margin-bottom: 2rem; }
      body.home section.find-equipment .mid-pane form .search-group {
        position: relative;
        display: flex;
        flex-wrap: nowrap;
        align-items: stretch;
        width: 100%;
        box-shadow: 0 3px 6px rgba(42, 55, 65, 0.2);
        border-radius: 5px; }
        body.home section.find-equipment .mid-pane form .search-group input {
          flex-grow: 1;
          background: #fff;
          border: 0;
          padding: 0.5rem 1rem;
          border-radius: 5px 0 0 5px; }
        body.home section.find-equipment .mid-pane form .search-group .search-button {
          border: 0;
          margin-left: -1px;
          background-color: #ffa700;
          padding-left: 12px;
          padding-right: 12px;
          border-radius: 0 5px 5px 0; }

body.home .instagram-feed {
  margin-top: 24px; }
  body.home .instagram-feed h2 {
    text-align: center; }
  body.home .instagram-feed #sb_instagram {
    padding-bottom: 0 !important; }
    body.home .instagram-feed #sb_instagram .sbi_hover_top {
      top: 35%; }

body.home section.marketing-banners .banner {
  width: 100%;
  height: 720px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: unset;
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  color: white; }
  @media (max-width: 767.98px) {
    body.home section.marketing-banners .banner {
      height: 400px; } }
  body.home section.marketing-banners .banner::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 2; }
  body.home section.marketing-banners .banner .slide-content {
    z-index: 3;
    width: 100%;
    padding-left: 48px;
    padding-right: 48px; }
    body.home section.marketing-banners .banner .slide-content h1 {
      text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
    body.home section.marketing-banners .banner .slide-content p {
      margin-bottom: 24px;
      line-height: 30px;
      text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
    body.home section.marketing-banners .banner .slide-content .wp-block-button {
      display: inline-block; }
      body.home section.marketing-banners .banner .slide-content .wp-block-button a {
        padding-left: 40px;
        padding-right: 40px; }
    @media (max-width: 767.98px) {
      body.home section.marketing-banners .banner .slide-content p {
        font-size: 15px;
        line-height: 20px; } }

body.home section.news {
  padding-top: 32px;
  padding-bottom: 32px;
  background: #f4f5f4; }
  body.home section.news .latest-post .thumbnail img {
    max-width: 100%; }
  body.home section.news .latest-post .read-more {
    display: block;
    margin-top: 1rem; }
  body.home section.news .latest-posts h4 {
    margin-bottom: 1rem; }
  body.home section.news .latest-posts ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    body.home section.news .latest-posts ul li {
      margin: 0;
      padding: 0; }
      body.home section.news .latest-posts ul li h5 {
        font-size: inherit; }

body.home section.pipeline-equipment {
  padding-top: 80px;
  padding-bottom: 80px; }
  @media (max-width: 767.98px) {
    body.home section.pipeline-equipment {
      padding-top: 40px;
      padding-bottom: 56px; } }
  body.home section.pipeline-equipment header {
    text-align: center; }
  body.home section.pipeline-equipment .slider-container {
    display: flex;
    align-items: center; }
    body.home section.pipeline-equipment .slider-container .swiper-container {
      flex-grow: 1; }
    body.home section.pipeline-equipment .slider-container .swiper-button-prev,
    body.home section.pipeline-equipment .slider-container .swiper-button-next {
      position: static;
      top: auto;
      flex-shrink: 0; }
  body.home section.pipeline-equipment .categories .picture {
    width: 100%;
    height: 195px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    margin-bottom: 8px; }
    @media (max-width: 767.98px) {
      body.home section.pipeline-equipment .categories .picture {
        height: 68px; } }
  body.home section.pipeline-equipment .categories .name {
    font-size: 23px;
    font-weight: 900;
    text-align: center;
    letter-spacing: -0.03em; }
    @media (max-width: 767.98px) {
      body.home section.pipeline-equipment .categories .name {
        font-size: 12px; } }
  body.home section.pipeline-equipment .swiper-slide {
    margin-bottom: 48px; }

body.locations .map-container .simple-map {
  height: 500px; }
  @media (max-width: 767.98px) {
    body.locations .map-container .simple-map {
      height: 240px; } }

body.locations h1 {
  text-align: center;
  margin-top: 32px; }

body.locations .info-window {
  font-size: 18px; }
  body.locations .info-window h3, body.locations .info-window body.about article .content h2, body.about article .content body.locations .info-window h2 {
    font-size: 18px; }

body.locations .filters {
  margin-top: 32px;
  margin-bottom: 32px;
  text-align: center; }
  @media (max-width: 767.98px) {
    body.locations .filters {
      margin-top: 16px;
      margin-bottom: 16px; } }

body.locations .location {
  margin-bottom: 24px; }
  @media (max-width: 767.98px) {
    body.locations .location .card {
      flex-direction: row; }
      body.locations .location .card .header {
        width: 128px; }
        body.locations .location .card .header .picture {
          width: 100%;
          height: 100%;
          border-radius: 5px 0 0 5px; } }
  body.locations .location .card .body p {
    margin-bottom: 0; }
  body.locations .location .card .body .btn.show-on-map, body.locations .location .card .body .hubspot-form input.show-on-map[type="submit"], .hubspot-form body.locations .location .card .body input.show-on-map[type="submit"], body.locations .location .card .body .wp-block-button .show-on-map.wp-block-button__link, .wp-block-button body.locations .location .card .body .show-on-map.wp-block-button__link, body.locations .location .card .body .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button a.show-on-map, .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button body.locations .location .card .body a.show-on-map, body.locations .location .card .body body.home section.marketing-banners .banner .slide-content .wp-block-button a.show-on-map, body.home section.marketing-banners .banner .slide-content .wp-block-button body.locations .location .card .body a.show-on-map, body.locations .location .card .body body.page_support_template .hs-form input.show-on-map[type="submit"], body.page_support_template .hs-form body.locations .location .card .body input.show-on-map[type="submit"] {
    display: none;
    padding: 0;
    bottom: 0; }
    @media (max-width: 767.98px) {
      body.locations .location .card .body .btn.show-on-map, body.locations .location .card .body .hubspot-form input.show-on-map[type="submit"], .hubspot-form body.locations .location .card .body input.show-on-map[type="submit"], body.locations .location .card .body .wp-block-button .show-on-map.wp-block-button__link, .wp-block-button body.locations .location .card .body .show-on-map.wp-block-button__link, body.locations .location .card .body .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button a.show-on-map, .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button body.locations .location .card .body a.show-on-map, body.locations .location .card .body body.home section.marketing-banners .banner .slide-content .wp-block-button a.show-on-map, body.home section.marketing-banners .banner .slide-content .wp-block-button body.locations .location .card .body a.show-on-map, body.locations .location .card .body body.page_support_template .hs-form input.show-on-map[type="submit"], body.page_support_template .hs-form body.locations .location .card .body input.show-on-map[type="submit"] {
        display: block; } }
  @media (max-width: 767.98px) {
    body.locations .location .card .footer {
      display: none; } }

body.locations section.international {
  margin-top: 40px; }

body.page_support_template h2 {
  font-family: PassionOne, "Source Sans Pro", sans-serif;
  font-size: 45px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal; }
  @media (max-width: 767.98px) {
    body.page_support_template h2 {
      font-size: 25px; } }

body.page_support_template .swiper-container .swiper-button-prev,
body.page_support_template .swiper-container .swiper-button-next {
  width: 50px;
  height: 70px;
  background: none; }
  @media (max-width: 767.98px) {
    body.page_support_template .swiper-container .swiper-button-prev,
    body.page_support_template .swiper-container .swiper-button-next {
      display: none; } }

body.page_support_template .swiper-container .swiper-button-prev {
  background-image: url("../slider-left-arrow.html");
  left: 73px; }

body.page_support_template .swiper-container .swiper-button-next {
  background-image: url("../slider-right-arrow.html");
  right: 73px; }

body.page_support_template .swiper-container .swiper-pagination .swiper-pagination-bullet {
  background: white;
  opacity: 1;
  width: 15px;
  height: 15px;
  border: 2px solid transparent;
  background-clip: padding-box; }
  body.page_support_template .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 2px solid white;
    background: #ffa700; }
  @media (max-width: 767.98px) {
    body.page_support_template .swiper-container .swiper-pagination .swiper-pagination-bullet {
      width: 12px;
      height: 12px; } }

body.page_support_template .swiper-container.wp-block-compo-slider {
  margin-bottom: 32px; }
  body.page_support_template .swiper-container.wp-block-compo-slider .swiper-slide {
    height: 650px;
    display: flex;
    align-items: center;
    color: white; }
    @media (max-width: 767.98px) {
      body.page_support_template .swiper-container.wp-block-compo-slider .swiper-slide {
        height: 240px; } }
    body.page_support_template .swiper-container.wp-block-compo-slider .swiper-slide::before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-image: radial-gradient(circle at 49%, at 38%, rgba(42, 55, 65, 0.2), #2a3741 84%);
      background-image: radial-gradient(circle at 49% 38%, rgba(42, 55, 65, 0.2), #2a3741 84%);
      opacity: 0.54;
      z-index: 50; }
    body.page_support_template .swiper-container.wp-block-compo-slider .swiper-slide .slide-container {
      flex-grow: 1;
      text-align: center;
      z-index: 51; }
      body.page_support_template .swiper-container.wp-block-compo-slider .swiper-slide .slide-container h1,
      body.page_support_template .swiper-container.wp-block-compo-slider .swiper-slide .slide-container p,
      body.page_support_template .swiper-container.wp-block-compo-slider .swiper-slide .slide-container .introduction {
        text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); }

body.page_support_template .wp-block-button__link,
body.page_support_template .btn,
body.page_support_template .hubspot-form input[type="submit"],
.hubspot-form body.page_support_template input[type="submit"],
body.page_support_template .wp-block-button .wp-block-button__link,
.wp-block-button body.page_support_template .wp-block-button__link,
body.page_support_template .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button a,
.for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button body.page_support_template a,
body.page_support_template body.home section.marketing-banners .banner .slide-content .wp-block-button a,
body.home section.marketing-banners .banner .slide-content .wp-block-button body.page_support_template a,
body.page_support_template .hs-form input[type="submit"] {
  border-radius: 2px;
  background-color: #ffa700;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: 0.88px;
  text-align: center;
  color: white;
  text-transform: uppercase;
  padding: 12px 40px;
  border: 0; }

body.page_support_template.service h2, body.page_support_template.parts h2 {
  position: relative;
  margin-bottom: 40px;
  text-align: center; }
  body.page_support_template.service h2::after, body.page_support_template.parts h2::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -16px;
    height: 1px;
    margin: auto;
    width: 64px;
    border-bottom: 4px solid #ffa700; }

body.page_support_template.service .our-service, body.page_support_template.parts .our-service {
  margin-top: 120px;
  margin-bottom: 80px; }
  @media (max-width: 767.98px) {
    body.page_support_template.service .our-service, body.page_support_template.parts .our-service {
      margin-top: 40px;
      margin-bottom: 40px; } }
  body.page_support_template.service .our-service .wp-block-media-text, body.page_support_template.parts .our-service .wp-block-media-text {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 0;
    margin-left: 8%;
    margin-right: 8%; }
    body.page_support_template.service .our-service .wp-block-media-text ul, body.page_support_template.parts .our-service .wp-block-media-text ul {
      list-style-type: "- ";
      list-style-position: inside;
      margin: 0;
      padding: 0; }
    @media (max-width: 767.98px) {
      body.page_support_template.service .our-service .wp-block-media-text, body.page_support_template.parts .our-service .wp-block-media-text {
        margin: 16px calc(50% - 50vw);
        max-width: 100vw;
        width: 100vw;
        text-align: center; }
        body.page_support_template.service .our-service .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media, body.page_support_template.parts .our-service .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
          grid-row: 1; }
        body.page_support_template.service .our-service .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content, body.page_support_template.parts .our-service .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
          grid-row: 2; } }
    body.page_support_template.service .our-service .wp-block-media-text .wp-block-media-text__content, body.page_support_template.parts .our-service .wp-block-media-text .wp-block-media-text__content {
      margin: 0 0 0 16%;
      padding: 0; }
      @media (max-width: 767.98px) {
        body.page_support_template.service .our-service .wp-block-media-text .wp-block-media-text__content, body.page_support_template.parts .our-service .wp-block-media-text .wp-block-media-text__content {
          margin: 24px 0 0 0; } }

body.page_support_template .manager-card {
  text-align: center;
  margin-bottom: 40px; }
  body.page_support_template .manager-card .picture {
    margin-bottom: 38px; }
    body.page_support_template .manager-card .picture img {
      width: 100%;
      height: 300px;
      -o-object-fit: cover;
         object-fit: cover; }
  body.page_support_template .manager-card h3, body.page_support_template .manager-card body.about article .content h2, body.about article .content body.page_support_template .manager-card h2 {
    margin-bottom: 0; }
  body.page_support_template .manager-card p {
    margin-bottom: 0; }
  body.page_support_template .manager-card .email {
    margin-top: 16px; }
  body.page_support_template .manager-card .btn-outline {
    padding: 12px 60px; }

body.page_support_template .hs-form {
  width: 90%; }
  body.page_support_template .hs-form fieldset {
    max-width: none; }
  body.page_support_template .hs-form label {
    width: 100%;
    font-size: 14px;
    font-weight: 900;
    color: #5c6974; }
  body.page_support_template .hs-form input[type="submit"] {
    width: 100%;
    color: white;
    font-size: 14px;
    border-radius: 2px; }
  body.page_support_template .hs-form input[type="text"],
  body.page_support_template .hs-form input[type="tel"],
  body.page_support_template .hs-form input[type="email"],
  body.page_support_template .hs-form textarea {
    width: 100%;
    border-radius: 2px;
    border-color: #5c6974; }
  body.page_support_template .hs-form textarea.hs-input {
    width: 100%; }
  body.page_support_template .hs-form .hs-fieldtype-select .input select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 2px;
    background-image: url("../svg/support-select-dropdown.svg");
    background-repeat: no-repeat;
    background-position: right 16px center; }
  body.page_support_template .hs-form legend {
    font-size: 14px; }
  body.page_support_template .hs-form textarea {
    height: 120px; }
  body.page_support_template .hs-form .hs-form-field {
    margin-bottom: 1rem; }
    body.page_support_template .hs-form .hs-form-field label {
      margin-bottom: 0; }
      body.page_support_template .hs-form .hs-form-field label.hs-error-msg {
        font-weight: normal !important;
        color: #f20c51; }
    body.page_support_template .hs-form .hs-form-field .inputs-list {
      list-style: none;
      margin: 0;
      padding: 0; }
      body.page_support_template .hs-form .hs-form-field .inputs-list li {
        margin-bottom: 0.5rem; }
    body.page_support_template .hs-form .hs-form-field .hs-form-booleancheckbox-display,
    body.page_support_template .hs-form .hs-form-field .hs-form-checkbox-display {
      font-weight: normal; }

body.page_support_template .main-header .buy-rent-banner {
  display: none; }

body.page_support_template .alignfull {
  margin-top: 0;
  margin-bottom: 0; }

body.page_support_template .service-and-parts {
  margin-bottom: 80px; }
  body.page_support_template .service-and-parts .wp-block-media-text {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 0;
    margin-left: 16%;
    margin-right: 16%; }
    @media (max-width: 767.98px) {
      body.page_support_template .service-and-parts .wp-block-media-text {
        margin: 16px calc(50% - 50vw);
        max-width: 100vw;
        width: 100vw;
        text-align: center; }
        body.page_support_template .service-and-parts .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
          grid-row: 1; }
        body.page_support_template .service-and-parts .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
          grid-row: 2; } }
    body.page_support_template .service-and-parts .wp-block-media-text + .wp-block-media-text {
      margin-top: 64px; }
      @media (max-width: 767.98px) {
        body.page_support_template .service-and-parts .wp-block-media-text + .wp-block-media-text {
          margin-top: 24px; } }
    body.page_support_template .service-and-parts .wp-block-media-text .wp-block-media-text__content {
      margin: 0 16%;
      padding: 0; }
      @media (max-width: 767.98px) {
        body.page_support_template .service-and-parts .wp-block-media-text .wp-block-media-text__content {
          margin: 24px 0 0 0; } }
  body.page_support_template .service-and-parts h2 {
    position: relative;
    margin-bottom: 40px; }
    body.page_support_template .service-and-parts h2::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: -16px;
      height: 1px;
      width: 64px;
      border-bottom: 4px solid #ffa700; }
      @media (max-width: 767.98px) {
        body.page_support_template .service-and-parts h2::after {
          margin: auto; } }
  body.page_support_template .service-and-parts p {
    margin-top: 32px;
    margin-bottom: 32px; }
    @media (max-width: 767.98px) {
      body.page_support_template .service-and-parts p {
        margin-top: 16px;
        margin-bottom: 16px; } }

.counter {
  text-align: center;
  display: flex;
  align-items: center; }
  .counter .count {
    background: transparent;
    border: none;
    color: #2a3741;
    font-size: 16px;
    font-weight: 700;
    padding: 0;
    width: 30px;
    text-align: center;
    pointer-events: none; }
    .counter .count.error {
      color: #EB1B43; }
  .counter .op {
    cursor: pointer;
    position: relative;
    width: 11px;
    height: 11px; }
    .counter .op:before {
      content: '';
      background-color: #ffa700;
      width: 100%;
      height: 2.5px;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%); }
    .counter .op.plus:after {
      content: '';
      background-color: #ffa700;
      width: 2.5px;
      height: 11px;
      position: absolute;
      left: 50%;
      top: 50;
      transform: translateX(-50%); }
  .counter span {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none; }
  .counter input::-webkit-outer-spin-button,
  .counter input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }

.action-btn {
  border: 2px solid #2a3741;
  border-radius: 2px;
  display: block;
  margin-bottom: 15px;
  width: 100%;
  padding: 10px;
  text-align: center;
  color: #2a3741;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none; }
  .action-btn.primary, .action-btn.btn-submitted {
    background-color: #2a3741;
    color: #ffa700; }
  .action-btn.secondary {
    border: 2px solid #ffa700;
    background-color: transparent; }
  .action-btn:last-child {
    margin-bottom: 0px; }

.form-group label.floating:not(.is) {
  color: #798b95 !important;
  font-weight: 300 !important;
  font-style: normal !important; }

.form-group label.floating.is {
  color: #2a3741 !important; }

.form-group .form-control {
  border: none;
  border-bottom: 1px solid #798b95;
  border-radius: 0px;
  color: #798b95;
  padding-left: 0; }
  .form-group .form-control.error {
    border-bottom: 1px solid #EB1B43; }

.error-message {
  color: #EB1B43;
  font-style: italic;
  font-size: 14px;
  line-height: 18px;
  margin-top: 5px; }

.switch {
  position: relative;
  display: inline-block;
  width: 54px;
  height: 30px; }
  .switch input {
    opacity: 0;
    width: 0;
    height: 0; }
  .switch .slider {
    border-radius: 30px;
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s; }
    .switch .slider:before {
      border-radius: 50%;
      position: absolute;
      content: "";
      height: 24px;
      width: 24px;
      left: 3px;
      bottom: 3px;
      background-color: white;
      transition: .4s; }
  .switch input:checked + .slider {
    background-color: #17BF85; }
  .switch input:focus + .slider {
    box-shadow: 0 0 1px #17BF85; }
  .switch input:checked + .slider:before {
    transform: translateX(24px);
    box-shadow: 0px 2px 5px 3px rgba(0, 0, 0, 0.2); }
  .switch span.label {
    position: absolute;
    left: 70px;
    width: 200px; }

button.x {
  background: transparent;
  border: 0;
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 25px;
  height: 25px;
  cursor: pointer;
  outline: none;
  transform: translateY(-50%); }
  button.x:before {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 25px;
    height: 0;
    border-top: 1px solid #fff;
    transform: rotate(45deg);
    transform-origin: center; }
  button.x:after {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 25px;
    height: 0;
    border-top: 1px solid #fff;
    transform: rotate(-45deg);
    transform-origin: center; }

#rental-quote {
  background-color: #f5f7f8;
  padding-bottom: 50px; }
  #rental-quote .categories {
    padding-top: 70px; }
    #rental-quote .categories .heading {
      text-align: center; }
      #rental-quote .categories .heading .notifier {
        display: none;
        float: right;
        font-size: 20px;
        font-weight: 500;
        margin-top: 3px; }
        #rental-quote .categories .heading .notifier i {
          transform: rotate(-90deg); }
        #rental-quote .categories .heading .notifier span {
          color: #395062;
          font-size: 18px; }
      #rental-quote .categories .heading p {
        font-size: 1.4em;
        font-style: italic;
        font-weight: 400; }
    #rental-quote .categories .filters {
      padding: 30px 0px 20px 0px;
      display: flex; }
      #rental-quote .categories .filters ul {
        display: flex;
        list-style: none;
        margin: 0;
        padding: 0;
        font-size: 16px;
        color: #2a3741; }
        #rental-quote .categories .filters ul li {
          padding: 8px 14px;
          line-height: 15px;
          text-align: center;
          cursor: pointer; }
          #rental-quote .categories .filters ul li.active {
            border-radius: 18px;
            background-color: #ffa700;
            font-weight: bold; }
        #rental-quote .categories .filters ul.industries {
          margin-right: 14px; }
        #rental-quote .categories .filters ul.product-types {
          padding-left: 28px;
          position: relative; }
          #rental-quote .categories .filters ul.product-types:before {
            content: '';
            position: absolute;
            background-color: #395062;
            top: 7px;
            left: 0px;
            width: 2px;
            height: 18px; }
    #rental-quote .categories .mobile-filters {
      display: none; }
    #rental-quote .categories #items {
      display: flex;
      flex-wrap: wrap;
      padding-top: 30px;
      margin: 0; }
      #rental-quote .categories #items .item {
        flex: 0 0 25%;
        padding: 15px;
        margin-bottom: 20px;
        border-radius: 6px; }
        #rental-quote .categories #items .item .image {
          height: 120px;
          display: flex;
          justify-content: center;
          align-items: flex-end; }
          #rental-quote .categories #items .item .image img {
            max-width: 100%;
            max-height: 120px; }
        #rental-quote .categories #items .item h6 {
          margin-top: 15px;
          margin-bottom: 0px;
          font-weight: 500;
          font-size: 16px;
          line-height: 18px;
          text-align: center; }
        #rental-quote .categories #items .item:hover {
          background-color: #e5eaec; }
          #rental-quote .categories #items .item:hover h6 {
            font-weight: 700; }
  @media (max-width: 500px) {
    #rental-quote .categories {
      padding-top: 0px; }
      #rental-quote .categories .heading {
        padding: 20px 0px;
        text-align: left;
        background-color: #f5f7f8;
        position: -webkit-sticky;
        position: sticky;
        top: 0; }
        #rental-quote .categories .heading h2 {
          margin-bottom: 0px; }
          #rental-quote .categories .heading h2 .notifier {
            display: block; }
        #rental-quote .categories .heading p {
          display: none; }
      #rental-quote .categories .filters {
        display: none; }
      #rental-quote .categories .mobile-filters {
        background-color: #fff;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: calc(100% - 66px);
        z-index: 3000;
        padding: 20px 10px 10px 10px; }
        #rental-quote .categories .mobile-filters button.x {
          display: block;
          top: 35px; }
          #rental-quote .categories .mobile-filters button.x:before, #rental-quote .categories .mobile-filters button.x:after {
            width: 25px;
            border-color: #2a3741;
            border-width: 2px; }
        #rental-quote .categories .mobile-filters h3, #rental-quote .categories .mobile-filters body.about article .content h2, body.about article .content #rental-quote .categories .mobile-filters h2 {
          font-size: 22px;
          font-weight: 700;
          margin-bottom: 25px; }
        #rental-quote .categories .mobile-filters .by-industry {
          margin-bottom: 15px; }
        #rental-quote .categories .mobile-filters h4 {
          font-weight: 700;
          margin-bottom: 0; }
        #rental-quote .categories .mobile-filters label {
          display: block;
          margin: 5px 0px;
          font-weight: bold; }
        #rental-quote .categories .mobile-filters .buttons {
          position: absolute;
          left: 0;
          bottom: 0;
          width: 100%;
          padding: 10px; }
      #rental-quote .categories #items {
        padding-top: 0;
        justify-content: space-between; }
        #rental-quote .categories #items .item {
          flex: 0 0 48%;
          margin-bottom: 14px;
          padding: 5px;
          border: 1px solid #dee2ea;
          border-radius: 6px; } }
  #rental-quote .models {
    padding-top: 50px; }
    #rental-quote .models .heading {
      padding-bottom: 50px;
      display: flex;
      align-items: center; }
      #rental-quote .models .heading h3, #rental-quote .models .heading body.about article .content h2, body.about article .content #rental-quote .models .heading h2 {
        margin: 0;
        margin-right: 30px; }
      #rental-quote .models .heading .dropdown .dropdown-toggle {
        background-color: #fff;
        border-width: 1px;
        border-radius: 0;
        width: 270px;
        font-size: 16px;
        font-weight: 500;
        padding: 7px;
        text-align: left;
        text-transform: none; }
        #rental-quote .models .heading .dropdown .dropdown-toggle:after {
          float: right;
          margin-top: 10px; }
      #rental-quote .models .heading .dropdown .dropdown-menu {
        max-height: 500px;
        overflow-y: auto; }
      #rental-quote .models .heading .action-btn {
        display: none; }
    #rental-quote .models .breadcrumbs {
      font-size: 16px;
      padding: 0px;
      margin-top: 10px; }
      #rental-quote .models .breadcrumbs a {
        font-weight: 400;
        text-decoration: underline; }
      #rental-quote .models .breadcrumbs span.active {
        font-weight: 700; }
    #rental-quote .models .heading2 {
      margin: 20px 0px;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      #rental-quote .models .heading2 h2 {
        flex: 1;
        margin-bottom: 0; }
      #rental-quote .models .heading2 .layout {
        display: flex;
        align-items: center; }
        #rental-quote .models .heading2 .layout strong {
          margin-right: 10px;
          font-size: 16px; }
        #rental-quote .models .heading2 .layout a {
          background-color: #fff;
          white-space: nowrap;
          width: 30px;
          height: 25px;
          text-align: center;
          line-height: 25px;
          color: #2a3741;
          cursor: pointer; }
          #rental-quote .models .heading2 .layout a.active {
            background-color: #2a3741;
            color: #ffa700; }
    #rental-quote .models #items .item-wr {
      padding: 0; }
      #rental-quote .models #items .item-wr .item {
        background-color: #fff;
        display: flex;
        flex-wrap: wrap;
        padding: 30px 25px;
        margin-top: 20px;
        box-shadow: 0 3px 20px rgba(28, 33, 39, 0.08);
        position: relative; }
        #rental-quote .models #items .item-wr .item .mobile-overlay {
          display: none; }
        #rental-quote .models #items .item-wr .item .image {
          flex: 0 0 25%;
          text-align: center; }
          #rental-quote .models #items .item-wr .item .image img {
            max-width: 100%;
            max-height: 180px; }
        #rental-quote .models #items .item-wr .item .specs {
          flex: 0 0 50%;
          padding-left: 20px; }
          #rental-quote .models #items .item-wr .item .specs .spec-title-gray, #rental-quote .models #items .item-wr .item .specs .spec-title, #rental-quote .models #items .item-wr .item .specs .model-title {
            font-size: 16px; }
            #rental-quote .models #items .item-wr .item .specs .spec-title-gray strong, #rental-quote .models #items .item-wr .item .specs .spec-title strong, #rental-quote .models #items .item-wr .item .specs .model-title strong {
              font-weight: 700; }
          #rental-quote .models #items .item-wr .item .specs .spec-title-gray {
            color: #798b95; }
          #rental-quote .models #items .item-wr .item .specs .spec-title {
            color: #2a3741; }
        #rental-quote .models #items .item-wr .item .actions {
          flex: 0 0 25%; }
    #rental-quote .models #items.grid {
      display: flex;
      flex-wrap: wrap;
      margin: -15px; }
      #rental-quote .models #items.grid .item-wr {
        flex: 33.3%;
        flex-grow: 0;
        display: flex;
        padding: 15px; }
        #rental-quote .models #items.grid .item-wr .item {
          flex-direction: column;
          margin-top: 0px;
          padding: 20px 15px;
          width: 100%; }
          #rental-quote .models #items.grid .item-wr .item .image {
            flex: 0 0 120px;
            display: flex;
            justify-content: center;
            align-items: flex-end; }
            #rental-quote .models #items.grid .item-wr .item .image img {
              max-height: 120px; }
          #rental-quote .models #items.grid .item-wr .item .specs {
            flex: 1;
            padding: 15px 0px;
            text-align: center; }
            #rental-quote .models #items.grid .item-wr .item .specs h3, #rental-quote .models #items.grid .item-wr .item .specs body.about article .content h2, body.about article .content #rental-quote .models #items.grid .item-wr .item .specs h2 {
              font-size: 18px;
              margin-bottom: 0px; }
          #rental-quote .models #items.grid .item-wr .item .actions {
            flex: 1;
            flex-direction: column;
            justify-content: flex-end; }
    #rental-quote .models #modelgroup {
      display: flex;
      flex-wrap: wrap;
      padding-top: 30px; }
      #rental-quote .models #modelgroup .cover {
        flex: 0 0 230px; }
        #rental-quote .models #modelgroup .cover img {
          width: 100%; }
        #rental-quote .models #modelgroup .cover .purchase {
          text-align: center; }
          #rental-quote .models #modelgroup .cover .purchase .counter {
            display: inline-flex;
            margin: 20px auto; }
          #rental-quote .models #modelgroup .cover .purchase .action-btn {
            width: 200px;
            margin: 0 auto; }
      #rental-quote .models #modelgroup .overview {
        flex: 1;
        padding-left: 40px; }
        #rental-quote .models #modelgroup .overview .other {
          padding-bottom: 30px;
          margin-bottom: 35px;
          border-bottom: 2px solid #dee2ea; }
          #rental-quote .models #modelgroup .overview .other p {
            margin-bottom: 0; }
          #rental-quote .models #modelgroup .overview .other:last-child {
            border: none; }
        #rental-quote .models #modelgroup .overview .attachments {
          background-color: #EAEEF0;
          border: none;
          border-radius: 2px;
          max-width: 420px;
          padding-top: 24px;
          padding-left: 30px; }
          #rental-quote .models #modelgroup .overview .attachments p {
            margin-bottom: 10px; }
          #rental-quote .models #modelgroup .overview .attachments .helper {
            font-style: italic; }
          #rental-quote .models #modelgroup .overview .attachments .front {
            background: url("../svg/specs-attach-front.svg") no-repeat;
            background-position-y: 3px;
            padding-left: 40px; }
          #rental-quote .models #modelgroup .overview .attachments .rear {
            background: url("../svg/specs-attach-rear.svg") no-repeat;
            background-position-y: 3px;
            padding-left: 40px; }
  @media (max-width: 500px) {
    #rental-quote .models {
      padding-top: 0px; }
      #rental-quote .models .heading {
        margin-left: -15px;
        margin-right: -15px;
        padding: 10px 15px;
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        justify-content: space-between;
        z-index: 99; }
        #rental-quote .models .heading:before {
          content: '';
          background-image: url("../jpg/background.jpg");
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center center;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 60px;
          z-index: 1; }
        #rental-quote .models .heading:after {
          content: '';
          background-color: rgba(45, 98, 168, 0.7);
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 60px;
          z-index: 2; }
        #rental-quote .models .heading h3, #rental-quote .models .heading body.about article .content h2, body.about article .content #rental-quote .models .heading h2 {
          display: none; }
        #rental-quote .models .heading .dropdown {
          flex: 1;
          z-index: 99; }
          #rental-quote .models .heading .dropdown .dropdown-toggle {
            width: 100%; }
          #rental-quote .models .heading .dropdown .dropdown-menu {
            max-height: 350px; }
        #rental-quote .models .heading .action-btn {
          display: block;
          padding: 7px;
          margin-left: 10px;
          width: 100px;
          z-index: 99; }
      #rental-quote .models .breadcrumbs {
        display: none; }
      #rental-quote .models .heading2 {
        margin-top: 10px;
        margin-bottom: 0; }
        #rental-quote .models .heading2 h2 {
          font-weight: 700; }
        #rental-quote .models .heading2 .layout {
          display: none; }
      #rental-quote .models #items {
        margin: 0 -15px; }
        #rental-quote .models #items .item-wr .item {
          margin-top: 10px;
          padding: 15px 10px; }
          #rental-quote .models #items .item-wr .item .mobile-overlay {
            background-image: url("../svg/ui-lightbox-right.svg");
            background-repeat: no-repeat;
            background-position: 95% center;
            background-size: 10px auto;
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 10; }
          #rental-quote .models #items .item-wr .item .image {
            flex: 0 0 30%;
            display: flex;
            justify-content: center;
            align-items: center; }
          #rental-quote .models #items .item-wr .item .specs {
            flex: 1;
            padding-left: 15px; }
            #rental-quote .models #items .item-wr .item .specs .spec-title {
              color: #395062;
              line-height: 20px; }
              #rental-quote .models #items .item-wr .item .specs .spec-title strong {
                font-weight: 500; }
          #rental-quote .models #items .item-wr .item .actions {
            display: none; }
      #rental-quote .models #modelgroup {
        flex-direction: column; }
        #rental-quote .models #modelgroup .cover {
          flex: 1;
          display: flex;
          margin-bottom: 15px; }
          #rental-quote .models #modelgroup .cover .image {
            flex: 0 0 50%; }
          #rental-quote .models #modelgroup .cover .purchase {
            flex: 0 0 50%;
            padding-left: 20px; }
            #rental-quote .models #modelgroup .cover .purchase .counter {
              margin: 10px 0; }
              #rental-quote .models #modelgroup .cover .purchase .counter .count {
                font-size: 18px; }
              #rental-quote .models #modelgroup .cover .purchase .counter .op {
                width: 14px;
                height: 14px; }
                #rental-quote .models #modelgroup .cover .purchase .counter .op.plus:after {
                  height: 14px; }
            #rental-quote .models #modelgroup .cover .purchase .action-btn {
              width: 150px;
              padding: 7px; }
        #rental-quote .models #modelgroup .overview {
          padding-left: 0; }
          #rental-quote .models #modelgroup .overview .other {
            padding-bottom: 15px;
            margin-bottom: 15px; }
            #rental-quote .models #modelgroup .overview .other h2 {
              font-size: 22px; }
          #rental-quote .models #modelgroup .overview .attachments {
            padding-top: 15px;
            margin: 0px -15px 15px -15px; } }
  #rental-quote .cart {
    background-color: #fff;
    box-shadow: 0 3px 20px rgba(28, 33, 39, 0.08);
    min-height: 300px;
    position: -webkit-sticky;
    position: sticky;
    top: 160px; }
    #rental-quote .cart .cart-header {
      background-color: #2a3741;
      padding: 25px;
      text-align: center;
      position: relative; }
      #rental-quote .cart .cart-header button.x {
        display: none; }
      #rental-quote .cart .cart-header h3, #rental-quote .cart .cart-header body.about article .content h2, body.about article .content #rental-quote .cart .cart-header h2 {
        font-weight: 400;
        color: #fff;
        margin-bottom: 1rem; }
      #rental-quote .cart .cart-header ul.steps {
        list-style: none;
        display: flex;
        padding: 0;
        margin: 0 -10px; }
        #rental-quote .cart .cart-header ul.steps li {
          flex: 1;
          display: flex;
          flex-direction: column;
          align-items: center;
          position: relative;
          padding-top: 25px;
          background-repeat: no-repeat;
          background-size: auto 25px;
          background-position: 28px 0px; }
          #rental-quote .cart .cart-header ul.steps li small {
            font-size: 12px;
            margin-top: 8px;
            color: #798b95; }
          #rental-quote .cart .cart-header ul.steps li:not(:last-child):after {
            content: '';
            background-image: url("../svg/icon-checkout-arrow-gray.svg");
            background-repeat: no-repeat;
            background-size: contain;
            width: 10px;
            height: 20px;
            position: absolute;
            top: 7px;
            right: -5px; }
          #rental-quote .cart .cart-header ul.steps li.step1 {
            background-image: url("../svg/icon-checkout-equipment-gray.svg"); }
          #rental-quote .cart .cart-header ul.steps li.step2 {
            background-image: url("../svg/icon-checkout-date-gray.svg");
            background-position: 31px 0px; }
          #rental-quote .cart .cart-header ul.steps li.step3 {
            background-image: url("../svg/icon-checkout-location-gray.svg"); }
          #rental-quote .cart .cart-header ul.steps li.step4 {
            background-image: url("../svg/icon-checkout-contact-gray.svg");
            background-position: 31px 0px; }
          #rental-quote .cart .cart-header ul.steps li.active small {
            font-weight: 600;
            color: #fff; }
          #rental-quote .cart .cart-header ul.steps li.active.step1 {
            background-image: url("../svg/icon-checkout-equipment-white.svg"); }
          #rental-quote .cart .cart-header ul.steps li.active.step2 {
            background-image: url("../svg/icon-checkout-date-white.svg"); }
          #rental-quote .cart .cart-header ul.steps li.active.step3 {
            background-image: url("../svg/icon-checkout-location-white.svg"); }
          #rental-quote .cart .cart-header ul.steps li.active.step4 {
            background-image: url("../svg/icon-checkout-contact-white.svg"); }
          #rental-quote .cart .cart-header ul.steps li.passed {
            background-image: url("../svg/validation-success-solid.svg") !important;
            background-position-y: 3px; }
            #rental-quote .cart .cart-header ul.steps li.passed small {
              color: #17BF85;
              font-weight: normal; }
            #rental-quote .cart .cart-header ul.steps li.passed:not(:last-child):after {
              background-image: url("../svg/icon-checkout-arrow-green.svg") !important; }
    #rental-quote .cart .cart-body {
      background-color: #fff;
      padding: 15px 25px 20px 25px;
      display: flex;
      flex-direction: column; }
      #rental-quote .cart .cart-body .cart-content {
        flex: 1;
        min-height: 300px; }
        #rental-quote .cart .cart-body .cart-content .add-more {
          background-color: #2a3741;
          border-radius: 30px;
          color: #fff;
          display: inline-block;
          font-size: 16px;
          font-weight: 700;
          width: 50px;
          height: 50px;
          line-height: 50px;
          padding-left: 50px;
          margin-bottom: 20px;
          overflow: hidden;
          position: relative;
          box-shadow: 0 3px 12px rgba(0, 0, 0, 0.8);
          text-transform: uppercase;
          text-align: center;
          transition: 0.3s;
          cursor: pointer; }
          #rental-quote .cart .cart-body .cart-content .add-more:before {
            content: '+';
            font-size: 55px;
            font-weight: 300;
            color: #ffa700;
            position: absolute;
            top: 0px;
            left: 12px; }
          #rental-quote .cart .cart-body .cart-content .add-more:hover {
            width: 240px;
            text-align: left; }
        #rental-quote .cart .cart-body .cart-content .empty-cart {
          background-color: #f5f7f8;
          display: none;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          min-height: 300px; }
          #rental-quote .cart .cart-body .cart-content .empty-cart .cart-empty-msg {
            font-weight: 700; }
          #rental-quote .cart .cart-body .cart-content .empty-cart .cart-empty-helper {
            color: #798b95;
            font-size: 16px;
            font-weight: 300;
            margin: 0; }
        #rental-quote .cart .cart-body .cart-content .step1-content .header {
          border-bottom: 1px solid #dee2ea;
          display: flex; }
          #rental-quote .cart .cart-body .cart-content .step1-content .header h5 {
            min-width: 70px; }
        #rental-quote .cart .cart-body .cart-content .step1-content .added-models .item {
          border-bottom: 1px solid #dee2ea;
          display: flex;
          padding: 10px 0; }
          #rental-quote .cart .cart-body .cart-content .step1-content .added-models .item .col1 {
            flex: 0 0 70px; }
          #rental-quote .cart .cart-body .cart-content .step1-content .added-models .item .col2 {
            flex: 1; }
            #rental-quote .cart .cart-body .cart-content .step1-content .added-models .item .col2 h5, #rental-quote .cart .cart-body .cart-content .step1-content .added-models .item .col2 p {
              margin: 0; }
          #rental-quote .cart .cart-body .cart-content .step1-content .added-models .item .col3 {
            flex: 0 0 30px;
            text-align: right; }
            #rental-quote .cart .cart-body .cart-content .step1-content .added-models .item .col3 .remove {
              background: url("../svg/action-delete-color.svg") no-repeat;
              width: 20px;
              height: 20px;
              border: none;
              outline: none; }
        #rental-quote .cart .cart-body .cart-content .step1-content .footer {
          margin-top: 20px; }
        #rental-quote .cart .cart-body .cart-content .step2-content {
          display: none; }
          #rental-quote .cart .cart-body .cart-content .step2-content #startdate {
            background-image: url("../svg/menu-date.svg");
            background-position: right;
            background-repeat: no-repeat;
            background-size: 20px auto; }
          #rental-quote .cart .cart-body .cart-content .step2-content .rental-duration {
            display: flex;
            align-items: center;
            margin-bottom: 20px; }
            #rental-quote .cart .cart-body .cart-content .step2-content .rental-duration .duration-type {
              display: flex;
              margin-left: 20px; }
              #rental-quote .cart .cart-body .cart-content .step2-content .rental-duration .duration-type span {
                background-color: #EAEEF0;
                color: #2a3741;
                font-size: 16px;
                line-height: 30px;
                width: 80px;
                height: 30px;
                text-align: center;
                cursor: pointer; }
                #rental-quote .cart .cart-body .cart-content .step2-content .rental-duration .duration-type span.selected {
                  background-color: #2a3741;
                  color: #ffa700; }
        #rental-quote .cart .cart-body .cart-content .step3-content {
          display: none; }
          #rental-quote .cart .cart-body .cart-content .step3-content #mapzone #map {
            height: 200px; }
        #rental-quote .cart .cart-body .cart-content .step4-content {
          display: none; }
        #rental-quote .cart .cart-body .cart-content .submission {
          background-color: #f5f7f8;
          display: none;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          min-height: 300px;
          padding: 0px 28px; }
          #rental-quote .cart .cart-body .cart-content .submission img {
            margin-bottom: 30px; }
          #rental-quote .cart .cart-body .cart-content .submission h4 {
            font-weight: 700; }
          #rental-quote .cart .cart-body .cart-content .submission p {
            color: #798b95;
            font-size: 16px;
            font-weight: 300;
            margin: 0; }
          #rental-quote .cart .cart-body .cart-content .submission .action-btn {
            margin-top: 20px;
            width: 120px; }
        #rental-quote .cart .cart-body .cart-content .form-group label.floating:not(.is) {
          font-size: 16px !important; }
        #rental-quote .cart .cart-body .cart-content .form-group label.floating.is .required-annotation {
          display: none; }
      #rental-quote .cart .cart-body .cart-btns {
        display: flex;
        margin-top: 20px;
        justify-content: space-between; }
        #rental-quote .cart .cart-body .cart-btns .action-btn {
          flex: 0 0 47%;
          display: block;
          border: 2px solid #2a3741;
          border-radius: 2px;
          padding: 10px;
          margin: 0;
          text-align: center;
          color: #2a3741;
          font-size: 14px;
          font-weight: 700;
          text-transform: uppercase;
          outline: none; }
          #rental-quote .cart .cart-body .cart-btns .action-btn.btn-back {
            border: 2px solid #ffa700;
            background-color: transparent; }
            #rental-quote .cart .cart-body .cart-btns .action-btn.btn-back.disabled {
              visibility: hidden; }
          #rental-quote .cart .cart-body .cart-btns .action-btn.btn-next {
            background-color: #2a3741;
            color: #ffa700; }
            #rental-quote .cart .cart-body .cart-btns .action-btn.btn-next.disabled {
              opacity: 0.3;
              pointer-events: none;
              color: #fff; }
      #rental-quote .cart .cart-body .required-annotation {
        margin-left: 3px;
        font-size: 14px;
        font-weight: 400;
        font-style: italic; }
  @media (max-width: 500px) {
    #rental-quote .cart {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      min-height: 100%;
      z-index: 3000; }
      #rental-quote .cart .cart-header button.x {
        display: block;
        top: 40px; }
        #rental-quote .cart .cart-header button.x:before, #rental-quote .cart .cart-header button.x:after {
          width: 20px;
          border-color: #fff;
          border-width: 2px; }
      #rental-quote .cart .cart-header h3, #rental-quote .cart .cart-header body.about article .content h2, body.about article .content #rental-quote .cart .cart-header h2 {
        font-size: 22px;
        margin-bottom: 1.5rem; }
      #rental-quote .cart .cart-body {
        padding: 10px; }
        #rental-quote .cart .cart-body h5 {
          font-size: 1em; }
        #rental-quote .cart .cart-body .cart-content .add-more {
          width: 240px;
          text-align: left; }
        #rental-quote .cart .cart-body .cart-btns {
          position: absolute;
          left: 0;
          bottom: 20px;
          width: 100%;
          padding: 0 20px; } }
  #rental-quote #quick-quote-modal .modal-content {
    padding: 3rem 2.5rem 2.5rem 2.5rem; }
    #rental-quote #quick-quote-modal .modal-content .modal-body, #rental-quote #quick-quote-modal .modal-content .modal-footer {
      border: none;
      padding: 0; }
    #rental-quote #quick-quote-modal .modal-content .modal-footer {
      justify-content: space-between; }
      #rental-quote #quick-quote-modal .modal-content .modal-footer .btn, #rental-quote #quick-quote-modal .modal-content .modal-footer .hubspot-form input[type="submit"], .hubspot-form #rental-quote #quick-quote-modal .modal-content .modal-footer input[type="submit"], #rental-quote #quick-quote-modal .modal-content .modal-footer .wp-block-button .wp-block-button__link, .wp-block-button #rental-quote #quick-quote-modal .modal-content .modal-footer .wp-block-button__link, #rental-quote #quick-quote-modal .modal-content .modal-footer .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button a, .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button #rental-quote #quick-quote-modal .modal-content .modal-footer a, #rental-quote #quick-quote-modal .modal-content .modal-footer body.home section.marketing-banners .banner .slide-content .wp-block-button a, body.home section.marketing-banners .banner .slide-content .wp-block-button #rental-quote #quick-quote-modal .modal-content .modal-footer a, #rental-quote #quick-quote-modal .modal-content .modal-footer body.page_support_template .hs-form input[type="submit"], body.page_support_template .hs-form #rental-quote #quick-quote-modal .modal-content .modal-footer input[type="submit"] {
        flex: 0 0 48%;
        border: 2px solid #2a3741;
        border-radius: 2px;
        color: #2a3741;
        font-size: 15px;
        font-weight: 700;
        display: block;
        padding: 10px;
        margin: 0;
        text-transform: uppercase;
        width: 100%; }
        #rental-quote #quick-quote-modal .modal-content .modal-footer .btn.btn-primary, #rental-quote #quick-quote-modal .modal-content .modal-footer .hubspot-form input[type="submit"], .hubspot-form #rental-quote #quick-quote-modal .modal-content .modal-footer input[type="submit"], #rental-quote #quick-quote-modal .modal-content .modal-footer .wp-block-button .btn-primary.wp-block-button__link, .wp-block-button #rental-quote #quick-quote-modal .modal-content .modal-footer .btn-primary.wp-block-button__link, #rental-quote #quick-quote-modal .modal-content .modal-footer .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button a, .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button #rental-quote #quick-quote-modal .modal-content .modal-footer a, #rental-quote #quick-quote-modal .modal-content .modal-footer body.home section.marketing-banners .banner .slide-content .wp-block-button a, body.home section.marketing-banners .banner .slide-content .wp-block-button #rental-quote #quick-quote-modal .modal-content .modal-footer a, #rental-quote #quick-quote-modal .modal-content .modal-footer body.page_support_template .hs-form input[type="submit"], body.page_support_template .hs-form #rental-quote #quick-quote-modal .modal-content .modal-footer input[type="submit"] {
          background-color: #2a3741;
          color: #ffa700; }
        #rental-quote #quick-quote-modal .modal-content .modal-footer .btn.btn-secondary, #rental-quote #quick-quote-modal .modal-content .modal-footer .hubspot-form input.btn-secondary[type="submit"], .hubspot-form #rental-quote #quick-quote-modal .modal-content .modal-footer input.btn-secondary[type="submit"], #rental-quote #quick-quote-modal .modal-content .modal-footer .wp-block-button .btn-secondary.wp-block-button__link, .wp-block-button #rental-quote #quick-quote-modal .modal-content .modal-footer .btn-secondary.wp-block-button__link, #rental-quote #quick-quote-modal .modal-content .modal-footer .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button a.btn-secondary, .for-sale-heavy-equipment-rental-retirement-sale header.heading .wp-block-button #rental-quote #quick-quote-modal .modal-content .modal-footer a.btn-secondary, #rental-quote #quick-quote-modal .modal-content .modal-footer body.home section.marketing-banners .banner .slide-content .wp-block-button a.btn-secondary, body.home section.marketing-banners .banner .slide-content .wp-block-button #rental-quote #quick-quote-modal .modal-content .modal-footer a.btn-secondary, #rental-quote #quick-quote-modal .modal-content .modal-footer body.page_support_template .hs-form input.btn-secondary[type="submit"], body.page_support_template .hs-form #rental-quote #quick-quote-modal .modal-content .modal-footer input.btn-secondary[type="submit"] {
          border: 2px solid #ffa700;
          background-color: transparent; }
  #rental-quote #quick-quote-modal .modal-form {
    max-width: 300px;
    margin: 0 auto;
    display: grid;
    grid-gap: 20px 15px;
    grid-template-columns: 60px auto;
    padding-bottom: 2.5rem; }
    #rental-quote #quick-quote-modal .modal-form h3, #rental-quote #quick-quote-modal .modal-form body.about article .content h2, body.about article .content #rental-quote #quick-quote-modal .modal-form h2 {
      margin: 0; }
    #rental-quote #quick-quote-modal .modal-form h4 {
      font-size: 20px;
      border-bottom: 2px solid #dee2ea;
      font-weight: 700;
      margin: 0; }
    #rental-quote #quick-quote-modal .modal-form .equip-config .spec label {
      display: block;
      color: #2a3741;
      font-size: 12px;
      font-weight: 700;
      margin: 0; }
    #rental-quote #quick-quote-modal .modal-form .equip-config .spec select {
      background-image: url("../svg/select-dropdown.svg");
      background-position: right;
      background-repeat: no-repeat;
      border: 0;
      border-radius: 0;
      border-bottom: 1px solid #395062;
      display: block;
      font-size: 16px;
      margin-bottom: 20px;
      padding-right: 50px;
      width: 100%;
      -webkit-appearance: none;
      -moz-appearance: none; }
    #rental-quote #quick-quote-modal .modal-form .equip-config .spec select::-ms-expand {
      display: none; }
  #rental-quote #related-categories {
    background-color: #fff;
    margin-top: 50px;
    margin-bottom: -50px;
    padding-top: 50px;
    padding-bottom: 70px; }
    #rental-quote #related-categories #items {
      justify-content: space-between; }
      #rental-quote #related-categories #items .item {
        background-color: #e5eaec;
        flex: 0 0 31%;
        padding: 18px 15px;
        margin-bottom: 22px; }
  @media (max-width: 500px) {
    #rental-quote #related-categories {
      padding-top: 20px;
      margin-top: 10px; }
      #rental-quote #related-categories #items .item {
        background-color: transparent;
        border: 1px solid #dee2ea;
        flex: 0 0 48%;
        border-radius: 6px;
        padding: 5px;
        margin-bottom: 14px; } }
  #rental-quote.category, #rental-quote.model {
    position: relative; }
    #rental-quote.category:before, #rental-quote.model:before {
      content: '';
      background-image: url("../jpg/background.jpg");
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 135px;
      z-index: 1; }
    #rental-quote.category:after, #rental-quote.model:after {
      content: '';
      background-color: rgba(45, 98, 168, 0.7);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 135px;
      z-index: 2; }
    #rental-quote.category > .container, body.home section.pipeline-equipment .slider-container #rental-quote.category > .swiper-container, #rental-quote.model > .container, body.home section.pipeline-equipment .slider-container #rental-quote.model > .swiper-container {
      position: relative;
      z-index: 10; }
      #rental-quote.category > .container .models .heading h3, body.home section.pipeline-equipment .slider-container #rental-quote.category > .swiper-container .models .heading h3, #rental-quote.category > .container .models .heading body.about article .content h2, body.about article .content #rental-quote.category > .container .models .heading h2, body.home section.pipeline-equipment .slider-container #rental-quote.category > .swiper-container .models .heading body.about article .content h2, body.about article .content body.home section.pipeline-equipment .slider-container #rental-quote.category > .swiper-container .models .heading h2, #rental-quote.model > .container .models .heading h3, body.home section.pipeline-equipment .slider-container #rental-quote.model > .swiper-container .models .heading h3, #rental-quote.model > .container .models .heading body.about article .content h2, body.about article .content #rental-quote.model > .container .models .heading h2, body.home section.pipeline-equipment .slider-container #rental-quote.model > .swiper-container .models .heading body.about article .content h2, body.about article .content body.home section.pipeline-equipment .slider-container #rental-quote.model > .swiper-container .models .heading h2 {
        color: #fff; }

#added-to-quote {
  visibility: hidden;
  display: none;
  background-color: #17BF85;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 15px 20px;
  position: fixed;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  z-index: 2000; }

#quote-alert {
  display: flex;
  visibility: hidden;
  justify-content: center;
  align-items: center;
  background-color: #2a3741;
  border-radius: 30px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 10px;
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  text-transform: uppercase;
  width: 220px;
  z-index: 2000; }
  #quote-alert img {
      width: 20px;
      margin: 0 10px 0 0; }
  #quote-alert .qty {
    position: absolute;
    top: 0;
    right: -5px;
    background-color: #f20c51;
    border-radius: 50%;
    border: 2px solid #fff;
    text-align: center;
    color: #fff;
    font-size: 12px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    box-sizing: content-box; }

@media (max-width: 500px) {
  #rental-quote {
    padding-bottom: 70px; }
    #rental-quote.category:before, #rental-quote.category:after, #rental-quote.model:before, #rental-quote.model:after {
      display: none; }
  #added-to-quote, #quote-alert {
    visibility: visible; } }

.genesis-skip-link {
    margin-bottom: 0;
}

#rental-quote .cart {
    margin-top: 0;
}

.site-container {
    display: flex;
    flex-direction: column;
}

.site-inner {
    flex: 1;
}

.mobile-filters input[type="radio"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
}