@charset "UTF-8";
/* Combined theme stylesheet: merged from static/build/css/app.css, style.css, redesign/css/style.css */

:root {
  --color-green: #407840;
  --color-green-active: #90cf21;
  --color-white: #fff;
  --color-black: #000;
  --color-dark: #1a1a1a;
  --color-dark-hover: #4d4d4d;
  --color-charcoal: #3d3c3c;
  --color-grey-light: #ededed;
  --color-text: rgba(0,0,0,0.8);
  --color-text-muted: rgba(0,0,0,0.65);
  --color-text-strong: rgba(0,0,0,0.85);
  --color-grey-700: #4F4D4D;
}

/* Breakpoints — reference only. CSS custom properties can't be used inside
   @media conditions (media queries resolve before the cascade that custom
   properties depend on), so these can't be var()'d; copy the value by hand
   when adding a new @media rule so it lines up with the existing ones.
     mobile:            max-width: 575.98px
     tablet:            max-width: 767.98px
     tablet-landscape:  max-width: 991.98px
     desktop-small:     max-width: 1199px
*/

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.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: translateZ(0);
}
.swiper-container-multirow>.swiper-wrapper {
  flex-wrap: wrap;
}
.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;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform,height;
}
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.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-wrapper {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  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(270deg,rgba(0,0,0,.5),transparent);
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg,rgba(0,0,0,.5),transparent);
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg,rgba(0,0,0,.5),transparent);
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg,rgba(0,0,0,.5),transparent);
}
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
  touch-action: pan-x;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: 50%;
  background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: opacity .3s;
  transform: translateZ(0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: var(--color-black);
  opacity: .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: #007aff;
}
.swiper-container-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0,-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: top .2s,-webkit-transform .2s;
  transition: transform .2s,top .2s;
  transition: transform .2s,top .2s,-webkit-transform .2s;
}
.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: left .2s,-webkit-transform .2s;
  transition: transform .2s,left .2s;
  transition: transform .2s,left .2s,-webkit-transform .2s;
}
.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: right .2s,-webkit-transform .2s;
  transition: transform .2s,right .2s;
  transition: transform .2s,right .2s,-webkit-transform .2s;
}
.swiper-pagination-progressbar {
  background: rgba(0,0,0,.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  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-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: var(--color-white);
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: hsla(0,0%,100%,.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: var(--color-white);
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: var(--color-black);
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0,0,0,.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: var(--color-black);
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(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,.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>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.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%;
  animation: swiper-preloader-spin 1s steps(12) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
}
@keyframes swiper-preloader-spin {
  to{transform: rotate(1turn)};
}
.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-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: var(--color-black);
  opacity: .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-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
a img,
fieldset,
img {
  border: none;
}
input[type=email],
input[type=tel],
input[type=text],
textarea {
  -webkit-appearance: none;
}
button,
input[type=submit] {
  cursor: pointer;
}
button::-moz-focus-inner,
input[type=submit]::-moz-focus-inner {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none!important;
  pointer-events: none;
  position: absolute;
  right: 0;
}
button,
input {
  margin: 0;
  padding: 0;
  border: 0;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
a,
a:focus,
button,
div,
h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
span,
textarea {
  outline: none;
}
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}
ol,
ul {
  list-style-type: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}
html {
  box-sizing: border-box;
}
*,
:after,
:before {
  box-sizing: inherit;
}
[role=button],
button,
input[type=button],
input[type=reset],
input[type=submit] {
  box-sizing: content-box;
}
button,
input[type=button],
input[type=reset],
input[type=submit] {
  padding: 0;
  overflow: visible;
  font: inherit;
  line-height: normal;
  outline: none;
  border: 0;
  color: inherit;
  background: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-appearance: button;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
[role=button] {
  color: inherit;
  cursor: default;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  white-space: pre;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -.25em;
}
sup {
  top: -.5em;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
@font-face {
  font-family: TradeGothicLTStd;
  font-weight: 400;
  font-style: normal;
  src: local("TradeGothicLTStd"),url(static/build/fonts/TradeGothicLTStd-Regular.woff2) format("woff2"),url(static/build/fonts/TradeGothicLTStd-Regular.woff) format("woff");
}
@font-face {
  font-family: TradeGothicLTStd;
  font-weight: 700;
  font-style: normal;
  src: local("TradeGothicLTStd"),url(static/build/fonts/TradeGothicLTStd-Bold.woff2) format("woff2"),url(static/build/fonts/TradeGothicLTStd-Bold.woff) format("woff");
}
@font-face {
  font-family: Montserrat;
  font-weight: 400;
  font-style: normal;
  src: local("Montserrat"),url(static/build/fonts/Montserrat-Regular.woff2) format("woff2"),url(static/build/fonts/Montserrat-Regular.woff) format("woff");
}
@font-face {
  font-family: Montserrat;
  font-weight: 500;
  font-style: normal;
  src: local("Montserrat"),url(static/build/fonts/Montserrat-Medium.woff2) format("woff2"),url(static/build/fonts/Montserrat-Medium.woff) format("woff");
}
@font-face {
  font-family: Montserrat;
  font-weight: 700;
  font-style: normal;
  src: local("Montserrat"),url(static/build/fonts/Montserrat-Bold.woff2) format("woff2"),url(static/build/fonts/Montserrat-Bold.woff) format("woff");
}
html {
  font-size: 1rem;
  text-rendering: optimizeSpeed;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}
.body,
html {
  height: 100%;
}
.body {
  position: relative;
  display: block;
  line-height: 1.25;
  font-size: 1em;
  font-family: Montserrat,sans-serif;
  font-weight: 400;
  color: var(--color-black);
  background-color: var(--color-white);
}
.swiper-lazy {
  opacity: 0;
  transition: opacity .3s ease-out;
}
.swiper-lazy.swiper-lazy-loaded {
  opacity: 1;
}
.h1,
h1 {
  font-size: 28px;
  line-height: 1.07;
  letter-spacing: 1px;
  font-weight: 700;
}
.h2,
.h3,
h2,
h3 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: .85px;
  font-weight: 700;
}
.h4,
h4 {
  font-size: 16px;
  line-height: 1.13;
  letter-spacing: .5px;
}
.h4,
.h5,
h4,
h5 {
  font-weight: 700;
}
.h5,
h5 {
  font-size: 14px;
  line-height: 1.14;
  letter-spacing: normal;
}
.h6,
h6 {
  font-size: 13px;
  line-height: 1.15;
  letter-spacing: 1px;
  font-weight: 700;
}
.hero-title {
  font-family: TradeGothicLTStd,sans-serif;
  font-size: 60px;
  line-height: 1.08;
}
p {
  font-size: 14px;
  line-height: 1.14;
}
ol:not([class]),
p,
ul:not([class]) {
  font-weight: 500;
}
strong {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.13;
  letter-spacing: .5px;
}
blockquote p {
  font-size: 28px;
  line-height: 1.07;
  letter-spacing: 1px;
  font-weight: 700;
}
blockquote cite {
  display: block;
  font-size: 22px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.09;
  letter-spacing: .85px;
  margin-top: 30px;
}
blockquote cite:before {
  content: "-";
}
q {
  display: block;
  margin-top: 15px;
  margin-bottom: 25px;
}
q:after,
q:before {
  display: none;
}
figure figcaption {
  margin-top: 7px;
  font-size: 11px;
  letter-spacing: .55px;
  color: var(--color-dark);
}
.content-center .h2,
.content-center h2,
.content .h2,
.content h2 {
  margin-bottom: 16px;
}
.content-center .h4,
.content-center h4,
.content .h4,
.content h4 {
  margin-top: 15px;
  margin-bottom: 25px;
}
.content-center .h5,
.content-center h5,
.content .h5,
.content h5 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.content-center p+p,
.content p+p {
  margin-top: 15px;
}
.content-center ul:not([class]),
.content ul:not([class]) {
  list-style: disc;
}
.content-center ol:not([class]),
.content ol:not([class]) {
  list-style: decimal;
}
.content-center ol:not([class]),
.content-center ul:not([class]),
.content ol:not([class]),
.content ul:not([class]) {
  line-height: 1.5em;
  font-size: 1em;
  font-weight: 400;
  margin-top: 10px;
  list-style-position: inside;
}
.content-center>:only-child,
.content>:only-child {
  margin-bottom: 0!important;
}
.content-center>:first-child,
.content>:first-child {
  margin-top: 0!important;
}
.content-center>:last-child,
.content>:last-child {
  margin-bottom: 0!important;
}
.content-center .bttn,
.content .bttn {
  margin-top: 30px;
}
.terms-content .content .h5,
.terms-content .content h5 {
  margin-top: 55px;
  margin-bottom: 15px;
}
.content-center {
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
}
.content-offset {
  padding-top: 40px;
  padding-bottom: 50px;
}
.content-offset .content-section {
  padding-top: 30px;
  padding-bottom: 10px;
}
.content-offset .content-section__text .bttn {
  min-width: 205px;
}
.content-section {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding-bottom: 50px;
}
.content-section--narrow {
  padding-bottom: 0;
}
.content-section--narrow .content-section__img {
  padding: 30px;
}
.content-section--reverse {
  padding-top: 75px;
  padding-bottom: 140px;
}
.black-section .content-section .h2,
.black-section .content-section h2 {
  color: #8ecd20;
}
.content-section p {
  line-height: 1.43;
}
.content-section__filling {
  padding: 30px 20px;
  width: 48%;
  max-width: 600px;
  align-self: center;
}
.content-section__img {
  width: 52%;
  padding: 70px 30px;
  text-align: center;
}
.content-section__video {
  width: 50%;
}
.content-section__text {
  width: 50%;
  padding: 0 40px 0 70px;
}
.content-section__bttns {
  margin-top: 25px;
  max-width: 240px;
}
.content-section__bttns .bttn {
  width: 100%;
}
.content-section__bttns .bttn+.bttn {
  margin-top: 25px;
}
.content-section .badge-list {
  margin-top: 15px;
}
.content-numeric-list__item+.content-numeric-list__item {
  margin-top: 30px;
}
.content-numeric-list__number {
  display: block;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.07;
  letter-spacing: 1px;
  opacity: .5;
}
.content-numeric-info__title {
  display: block;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.13;
  letter-spacing: .5px;
  text-transform: uppercase;
}
.content-numeric-info__desc {
  font-size: 14px;
  line-height: 1.43;
}
.full-section {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.full-section__img {
  width: 100%;
}
.full-section__content {
  width: 100%;
  padding: 50px 24px 20px;
}
.full-section__content p {
  font-weight: 500;
}
.modal {
  position: relative;
  display: inline-block;
  width: 93%;
  max-width: 800px;
  vertical-align: middle;
  text-align: left;
  cursor: default;
  background: var(--color-white);
  box-shadow: 0 4px 20px rgba(57,70,138,.2);
  box-sizing: border-box;
  white-space: normal;
}
.modal:not(.is-visible) {
  transition: transform .3s,opacity .3s;
  opacity: 0;
}
.modal.is-visible {
  opacity: 1;
  transition: transform .3s .2s,opacity .3s .2s;
}
.modal:not(.is-hidden) {
  visibility: visible;
  overflow-y: visible;
}
.modal.is-hidden {
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  visibility: hidden;
}
.modal__header {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 60px 0;
}
.modal__body {
  padding: 0 60px;
}
.modal__footer {
  display: flex;
  flex-wrap: wrap;
  padding: 0 60px 40px;
}
.modal .bttn {
  width: 100%;
  max-width: 275px;
}
.modal form .bttn {
  margin: 0;
  max-width: none;
  min-height: 50px;
}
.modal .content+form,
.modal .content-center+form {
  margin-top: 30px;
}
.modal-close-btn {
  position: absolute;
  line-height: 1;
  color: var(--color-black);
  transition: transform .15s ease-in-out;
  transform: rotate(90deg);
}
.modal-container {
  z-index: 100;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  overflow-x: hidden;
  transform: translateZ(0);
  background-color: rgba(92,92,92,.75);
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.modal-container:before {
  position: relative;
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
.modal-container:not(.is-visible) {
  opacity: 0;
  transition: opacity .3s .2s;
}
.modal-container.is-visible {
  opacity: 1;
  transition: opacity .3s;
}
.modal-container:not(.is-hidden) {
  z-index: 10;
  visibility: visible;
}
.modal-container.is-hidden {
  z-index: -1;
  visibility: hidden;
}
.bttn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 1em .6em;
  cursor: pointer;
  text-align: center;
  font-weight: 700;
  min-height: 40px;
  line-height: 1.5;
  font-size: 12px;
  text-decoration: none;
  letter-spacing: .3px;
  box-sizing: border-box;
  pointer-events: auto;
  background: #2a7a38;
  color: var(--color-white);
  border: 1px solid #2a7a38;
  text-transform: uppercase;
  transition: all .3s;
}
.bttn:hover:active {
  transform: scale(.98);
}
.bttn__icon {
  display: block;
  margin: 0 -10px 0 10px;
  width: 24px;
  height: 24px;
  overflow: hidden;
}
.bttn__icon svg {
  width: 24px;
  height: 24px;
  fill: transparent;
  stroke: currentColor;
}
.bttn--border {
  color: var(--color-white);
  background-color: hsla(0,0%,100%,0);
  border: 1px solid var(--color-white);
  font-weight: 500;
}
.bttn--inverse {
  color: var(--color-charcoal);
  background-color: transparent;
  border: 1px solid var(--color-black);
}
.bttn--disable {
  pointer-events: none;
  background: var(--color-white);
}
.header-contact {
  background: #c4ff2a;
  border-color: #c4ff2a;
  color: var(--color-black);
}
.link-underline {
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .69px;
  color: var(--color-white);
  transition: color .25s,-webkit-text-decoration-color .25s;
  transition: text-decoration-color .25s,color .25s;
  transition: text-decoration-color .25s,color .25s,-webkit-text-decoration-color .25s;
  -webkit-text-decoration: underline .2em var(--color-green-active);
  text-decoration: underline .2em var(--color-green-active);
}
.link-underline:hover {
  color: var(--color-green-active);
}
.swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 3px;
  border: 1px solid #dad8d8;
  background-color: var(--color-white);
  margin: 0 5px;
  transition: background-color .2s,border-color .2s;
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color-green-active);
  border-color: var(--color-green-active);
}
.swiper-pagination-progressbar {
  height: 10px!important;
  border: 1px solid var(--color-white);
  font-size: 0;
  position: relative;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--color-green-active);
}
.header {
  background: var(--color-black);
  color: var(--color-white);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
}
.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 40px;
  max-width: 1440px;
  margin: 0 auto;
  min-height: 76px;
}
.header-burger {
  margin-right: 10px;
}
.header-burger-bttn {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
}
.header-burger-bttn.active span {
  background-color: transparent;
}
.header-burger-bttn.active span:before {
  transform: translateY(8px) rotate(45deg);
}
.header-burger-bttn.active span:after {
  transform: translateY(-8px) rotate(-45deg);
}
.header-burger-bttn span {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.header-burger-bttn span,
.header-burger-bttn span:after,
.header-burger-bttn span:before {
  display: block;
  width: 29px;
  height: 2px;
  border-radius: 2px;
  background-color: var(--color-white);
  transition-property: background-color,transform;
  transition-duration: .3s;
}
.header-burger-bttn span:after,
.header-burger-bttn span:before {
  position: absolute;
  content: "";
}
.header-burger-bttn span:before {
  top: -8px;
}
.header-burger-bttn span:after {
  top: 8px;
}
.header-logo {
  max-width: 160px;
  margin-right: 20px;
}
.header-logo__link {
  display: block;
  line-height: 0;
}
.header-nav {
  display: flex;
  align-items: center;
  flex-grow: 1;
  max-width: 790px;
}
.header-nav__item {
  position: relative;
}
.header-nav__item.header-drop {
  padding-right: 20px;
}
.header-nav__item.header-drop:before {
  content: "";
  display: block;
  width: 110%;
  height: 60px;
  position: absolute;
  top: -10px;
  left: -5%;
}
.header-nav__item.header-drop:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIxNSI+PHBhdGggZD0iTTExLjgxIDUuNjAzYS40NC40NCAwIDAxLjU3Ni4wMDkuMzQuMzQgMCAwMS0uMDEuNTE3TDguMDMgOS44OTdhLjQ0MS40NDEgMCAwMS0uNTY2IDBsLTQuMzQtMy43NjlhLjMzOC4zMzggMCAwMS0uMDEtLjUxNy40MzkuNDM5IDAgMDEuNTc1LS4wMDhsNC4wNTkgMy41MjMgNC4wNjItMy41MjN6IiBmaWxsPSIjRkZGIi8+PC9zdmc+");
  position: absolute;
  right: 2px;
  top: 2px;
  transition: transform .3s;
}
.header-nav__item.header-drop:hover:after {
  transform: rotate(-180deg);
}
.header-nav__item.header-drop:hover .header-nav-drop {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
  transition: opacity .2s 0s,transform .2s 0s,visibility 0s 0s;
}
.header-nav__item+.header-nav__item {
  margin-left: 1%;
}
.header-nav__link {
  font-size: 14px;
  font-weight: 700;
  font-stretch: normal;
  line-height: 1.14;
  white-space: nowrap;
  text-decoration: none;
  position: relative;
  z-index: 2;
  color: var(--color-white);
}
.header-nav__link:hover {
  color: #2a7a38;
}
.header-nav-drop {
  position: absolute;
  top: 45px;
  left: -10px;
  z-index: 1;
  width: 265px;
  padding: 10px 13px;
  background: var(--color-white);
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: opacity .2s 0s,transform .2s 0s,visibility 0s .2s;
}
.header-nav-drop__item+.header-nav-drop__item {
  margin-top: 1px;
}
.header-nav-drop__link {
  color: var(--color-charcoal);
  font-size: 12px;
  line-height: 2.33;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  display: block;
  transition: color .2s;
}
.header-nav-drop__link:hover {
  color: #2a7a38;
}
.header-bttns {
  margin-left: 10px;
}
.header-bttns__desk {
  display: flex;
}
.header-bttns .bttn+.bttn {
  margin-left: 10px;
}
.footer {
  background: var(--color-black);
  color: var(--color-white);
}
.footer-top {
  width: 100%;
  padding: 30px 0;
  border-bottom: 2px solid var(--color-white);
}
.footer-bottom {
  width: 100%;
  padding: 40px 0 10px;
}
.footer-container {
  align-items: center;
  flex-flow: row wrap;
  padding: 0 40px;
  max-width: 1440px;
  margin: 0 auto;
}
.footer-container,
.footer-menu {
  display: flex;
  justify-content: space-between;
}
.footer-menu,
.footer-menu__item {
  width: 100%;
}
.footer-menu__title {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.13;
  letter-spacing: .5px;
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
  color: var(--color-white);
}
.footer-menu__list-link {
  text-decoration: none;
  color: var(--color-white);
  font-size: 14px;
  line-height: 1.43;
  font-weight: 500;
  letter-spacing: normal;
  transition: color .25s;
}
.footer-menu__list-link:hover {
  color: #2a7a38;
}
a.footer-menu__title {
  transition: color .25s;
}
a.footer-menu__title:hover {
  color: #2a7a38;
}
.footer-social {
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-social__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
}
.footer-subscribe {
  display: flex;
  align-items: center;
  flex-grow: 1;
}
.footer-subscribe__title {
  font-size: 16px;
  line-height: 1.13;
  letter-spacing: .5px;
  display: inline-block;
  font-weight: 700;
  color: var(--color-white);
  width: 100%;
}
.footer-subscribe__form {
  position: relative;
}
.footer-subscribe__form-submit {
  position: absolute;
  top: 5px;
  right: 5px;
}
.footer-subscribe__form-submit span {
  display: none;
}
.footer-info {
  width: 100%;
}
.footer-logo {
  display: block;
  width: 100%;
  max-width: 270px;
  line-height: 0;
  margin-bottom: 20px;
}
.footer-logo img {
  width: 100%;
}
.footer-address {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  padding-left: 10px;
}
.footer-certificates {
  display: flex;
  width: calc(100% + 10px);
  flex-flow: row wrap;
  margin: 15px -5px 0;
  font-size: 0;
}
.footer-certificates li {
  margin: 5px;
  width: 400px;
}
.footer-certificates a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.footer-copy {
  width: 100%;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: .18px;
  margin: 40px 0;
  text-align: left;
}
.body {
  display: flex;
  flex-flow: column nowrap;
  min-height: 100%;
  overflow-y: scroll;
}
.main {
  display: block;
  margin: 0;
  flex: 1 0 auto;
  padding-top: 76px;
  position: relative;
}
.footer {
  flex: 0 0 auto;
}
img,
svg,
video {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
iframe {
  display: block;
}
.hbspt-form,
iframe {
  width: 100%;
}
.hbspt-form iframe {
  display: block;
  width: 100%!important;
}
.wp-block-embed__wrapper,
.youtube-video {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
}
.wp-block-embed__wrapper iframe,
.youtube-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.container {
  padding: 0 40px;
  max-width: 1440px;
  margin: 0 auto;
}
a {
  transition: color .25s ease;
}
.section-devider {
  width: 100%;
  height: 2px;
  background: var(--color-white);
  border: none;
  margin: 0;
}
.section-devider-low {
  width: 100%;
  height: 1px;
  background: #979797;
  border: none;
  margin: 0;
}
.excellence-list {
  display: flex;
  flex-flow: row wrap;
  list-style-type: disc;
  list-style-position: inside;
}
.excellence-list li {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.38;
  letter-spacing: .5px;
  padding-right: 20px;
  width: 50%;
}
.excellence-list li::marker {
  color: #8ecd20;
}
.black-section {
  background: var(--color-black);
  color: var(--color-white);
  padding: 1px 0;
}
.grey-section {
  background: var(--color-charcoal);
  color: var(--color-white);
}
.green-section {
  background: #297133;
  color: var(--color-white);
}
.widget-loading {
  opacity: 0;
}
.narrow-txt {
  max-width: 425px;
  margin-left: auto;
  margin-right: auto;
}
.error-page {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}
.error-page .hero-title {
  position: relative;
  font-size: 300px;
  line-height: 1;
}
.error-page .content-offset {
  padding: 60px 0;
}
.error-page .content-center p,
.error-page .content p {
  font-size: 35px;
}
.error-page .bttn {
  min-width: 200px;
  min-height: 50px;
}
.home-hero-wrap {
  background: var(--color-black);
}
.home-hero {
  position: relative;
}
.home-hero__title {
  color: var(--color-white);
  font-weight: 700;
  text-align: center;
}
.home-hero__list {
  display: flex;
  justify-content: center;
  font-size: 16px;
  line-height: 1.13;
  font-weight: 700;
  letter-spacing: .5px;
  color: #a19d9d;
  text-transform: uppercase;
}
.home-hero__list li {
  position: relative;
  text-align: center;
}
.home-hero__img {
  line-height: 0;
}
.people-says {
  position: relative;
  margin-top: 40px;
}
.people-says__title {
  margin-bottom: 20px;
}
.people-says .excellence-list {
  max-width: 320px;
  margin-bottom: 65px;
}
.accordeon {
  display: block;
  text-align: left;
}
.accordeon__title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  position: relative;
}
.accordeon__title.active .accordeon__title-icon {
  transform: rotate(-180deg);
}
.accordeon__title.active .accordeon__title-icon:before {
  opacity: 0;
}
.accordeon__title.disable {
  pointer-events: none;
}
.accordeon__title.disable .accordeon__title-icon {
  display: none;
}
.accordeon__title-icon {
  width: 25px;
  height: 25px;
  position: relative;
  flex-shrink: 0;
  margin-left: 20px;
  transition: transform .2s;
  transform: rotate(0);
  font-size: 0;
  overflow: hidden;
}
.accordeon__title-icon:after,
.accordeon__title-icon:before {
  content: "";
  display: block;
  width: 17px;
  height: 2px;
  background: currentColor;
  position: absolute;
  left: 50%;
  top: 50%;
}
.accordeon__title-icon:before {
  transform: translate(-50%,-50%) rotate(90deg);
  opacity: 1;
  transition: opacity .2s;
}
.accordeon__title-icon:after {
  transform: translate(-50%,-50%);
}
.accordeon__body {
  will-change: height;
  transition: height .3s;
  overflow: hidden;
}
.accordeon-wrap {
  display: block;
}
.video {
  width: 100%;
  position: relative;
  font-size: 0;
}
.video__button {
  display: block;
  width: 9%;
  max-width: 72px;
  background: #aecfe6;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.video__button:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
.video__icon {
  display: block;
  font-size: 0;
  width: 42%;
  max-width: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-35%,-50%);
}
.full-video {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 90px 0;
}
.page-grid {
  display: flex;
  flex-flow: row wrap;
  max-width: 1130px;
  margin: 0 auto;
  position: relative;
}
.page-grid__sidebar {
  padding-top: 50px;
  padding-right: 40px;
  width: 35%;
  font-size: 0;
  position: relative;
}
.page-grid__content {
  padding-top: 80px;
  padding-bottom: 100px;
  width: 65%;
  font-size: 0;
}
.breadcrumb-wrap {
  position: absolute;
  left: 0;
  top: 100px;
  z-index: 1;
  width: 100%;
}
.breadcrumb {
  display: flex;
  flex-flow: row wrap;
  color: var(--color-white);
  text-transform: uppercase;
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: .18px;
  font-weight: 500;
}
.breadcrumb.breadcrumb--black,
.breadcrumb.breadcrumb--black .breadcrumb-item a {
  color: var(--color-black);
}
.breadcrumb.breadcrumb--black .breadcrumb-item a:hover {
  color: var(--color-green-active);
}
.breadcrumb-item+.breadcrumb-item:before {
  display: inline-block;
  content: "/";
  padding: 0 5px;
}
.breadcrumb-item a {
  color: var(--color-white);
  transition: color .25s;
  text-decoration: none;
}
.breadcrumb-item a:hover {
  color: var(--color-green-active);
}
.model-card {
  color: var(--color-white);
  background: var(--color-charcoal);
  display: flex;
  flex-flow: column nowrap;
  box-sizing: border-box;
  transition: background .25s ease;
  text-decoration: none;
}
.model-card--full-img .model-card__img img {
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
}
.model-card:hover {
  background: var(--color-black);
}
.model-card__img {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.model-card__img:before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 71%;
}
.model-card__img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 90%;
  max-width: 90%;
}
.model-card__title {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 1px;
  min-height: 56px;
  padding: 0 40px;
}
.model-card__content {
  font-size: 14px;
  line-height: 1.43;
  margin-bottom: 30px;
  padding: 0 40px;
}
.model-card__content p {
  margin-bottom: 5px;
  margin-top: 16px;
}
.model-card__content ul {
  list-style-type: disc;
  list-style-position: inside;
}
.model-card__content ul li::marker {
  font-size: .7em;
}
.model-card__links {
  padding: 0 40px;
  margin-top: auto;
  margin-bottom: 60px;
}
.model-card-wrap {
  background: var(--color-charcoal);
}
.model-card-wrap .swiper-container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.model-card-wrap .swiper-slide {
  height: auto;
}
.model-card-wrap .swiper-slide .model-card {
  height: 100%;
}
.model-card-wrap .swiper-slide+.swiper-slide .model-card {
  border-left: 1px solid var(--color-black);
}
.model-card-wrap .swiper-pagination {
  bottom: 20px;
  pointer-events: none;
}
.model-card-tile {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
}
.model-card-tile .model-card {
  width: 33.33%;
}
.logos-slider {
  overflow: hidden;
}
.logos-slider .swiper-container {
  margin-right: -20px;
  margin-left: -20px;
}
.logos-slider .swiper-wrapper {
  justify-content: space-between;
}
.logos-slider .swiper-slide {
  width: auto;
  text-align: center;
  margin: 0 12px;
}
.logos-slider-home {
  margin: 95px 0 60px;
}
.logos-slider-title {
  margin: 50px 0 90px;
}
.logos-slider-title .content-center {
  margin-bottom: 40px;
}
.badge-list {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -6px;
}
.badge-list__item {
  margin: 6px;
  width: calc(50% - 12px);
}
.badge-list__item .badge-item {
  height: 100%;
}
.badge-item {
  min-height: 55px;
  font-size: 0;
  text-decoration: none;
}
.badge-item,
.badge-item__icon {
  display: flex;
  transition: background-color .25s;
}
.badge-item__icon {
  align-items: center;
  justify-content: center;
  width: 54px;
  flex-shrink: 0;
  color: var(--color-white);
}
.badge-item__text {
  flex-grow: 1;
  align-self: center;
  padding: 6px 3px 6px 14px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.13;
  letter-spacing: .5px;
  color: var(--color-white);
  transition: color .25s;
}
.create-system {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.create-system__content,
.create-system__greed {
  width: 100%;
}
.create-system-tile {
  display: flex;
  flex-flow: row wrap;
}
.create-system-tile__item {
  width: 50%;
  padding: 25px 0;
  display: flex;
  min-height: 225px;
}
.create-system-tile__item .create-system-item {
  width: 100%;
  margin-top: 10px;
}
.create-system-item {
  display: flex;
  padding: 10px;
}
.create-system-item__icon {
  flex-shrink: 0;
  width: 50px;
}
.create-system-item__content {
  padding: 0 14px;
}
.create-system-item__content dt {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 18px;
}
.create-system-item__content dd {
  font-size: 14px;
  line-height: 1.14;
  font-weight: 500;
}
.news-short {
  padding: 1px 0;
  overflow: hidden;
}
.news-items {
  display: flex;
  flex-wrap: wrap;
}
.news-item {
  flex-basis: 30%;
  background: #eee;
  border: 1px solid var(--color-black);
  margin: 10px;
  padding: 20px;
}
.news-image {
  background: #ccc;
}
.news-title {
  margin-top: 10px;
  font-weight: 700;
}
.news-date,
.news-read {
  margin-top: 5px;
}
.news-read a {
  color: var(--color-black);
}
.news-card {
  display: flex;
  flex-flow: column nowrap;
  box-sizing: border-box;
  border: 8px solid var(--color-charcoal);
}
.news-card__img {
  flex-shrink: 0;
  width: 100%;
  font-size: 0;
  padding-bottom: 71%;
  background: #2a7a38;
  position: relative;
}
.news-card__img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.news-card__body {
  width: 100%;
  padding: 20px 14px 60px;
  display: flex;
  flex-flow: column nowrap;
  flex-grow: 1;
}
.news-card__info {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.news-card__category,
.news-card__date {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.17;
}
.news-card__title {
  margin-bottom: 15px;
}
.news-card__bttn {
  margin-top: auto;
}
.news-card__bttn .bttn {
  min-height: 50px;
  min-width: 170px;
}
.news-short-slider .swiper-slide {
  width: 33.33%;
  min-width: 260px;
  height: auto;
  box-sizing: border-box;
}
.news-short-slider .swiper-slide .news-card {
  height: 100%;
}
.why-meridian {
  display: flex;
  flex-flow: row wrap;
}
.why-meridian .swiper-pagination {
  bottom: 20px;
  width: 100%;
  left: 0;
}
.why-meridian__content {
  width: 100%;
}
.why-meridian__img {
  width: 100%;
  background: var(--color-black);
  padding: 30px;
  display: flex;
  position: relative;
}
.why-meridian__img img {
  margin: auto;
}
.why-meridian__title {
  margin-bottom: 30px;
}
.why-item {
  position: relative;
  padding-left: 20px;
  padding-bottom: 10px;
}
.why-item.active .why-item__progress-inner {
  transform: scaleY(1)!important;
  transition: transform 2s ease-out;
}
.why-item:not(.active) .why-item__progress-inner {
  transition: transform .2s ease-out!important;
}
.why-item__progress {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  border: 1px solid #dad8d8;
}
.why-item__progress-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--color-green-active);
  transform-origin: top;
  transform: scaleY(0);
  transition: transform .2s ease-out;
}
.why-item__title {
  display: block;
  margin-bottom: 10px;
}
.why-item__text {
  overflow: hidden;
  transition: height .15s ease-out 0s;
  transform: translateZ(0);
}
.why-item+.why-item {
  margin-top: 40px;
}
.narrow-hero {
  position: relative;
  padding: 80px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 2px solid var(--color-white);
}
.narrow-hero p {
  line-height: 1.43;
}
.narrow-hero:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.6);
  z-index: -1;
}
.narrow-hero .content-center {
  max-width: 700px;
  color: var(--color-white);
}
.narrow-hero__img {
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}
.narrow-hero__img,
.narrow-hero img.narrow-hero__img {
  width: 100%;
  height: 100%;
}
.narrow-hero .bttn {
  min-width: 160px;
}
.wide-hero {
  position: relative;
  padding: 60px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 2px solid var(--color-white);
}
.wide-hero p {
  line-height: 1.43;
}
.wide-hero:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.6);
  z-index: -1;
}
.wide-hero .content-center {
  max-width: 700px;
  color: var(--color-white);
}
.wide-hero__img {
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}
.wide-hero__img,
.wide-hero img.wide-hero__img {
  width: 100%;
  height: 100%;
}
.wide-hero .bttn {
  min-width: 160px;
}
.accessories-tile {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-left: -7px;
  margin-right: -7px;
  padding-bottom: 100px;
}
.accessories-tile__item {
  width: 100%;
  padding-bottom: 30px;
  padding-left: 7px;
  padding-right: 7px;
}
.accessories-item__img {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 87%;
}
.accessories-item__img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.accessories-item__body {
  padding: 15px 10px;
}
.accessories-item__title {
  margin-bottom: 20px;
  text-align: center;
}
.faqs-wrap {
  margin: 0 auto;
}
.faqs-wrap__title {
  margin-bottom: 20px;
}
.faq-item {
  border-bottom: 1px solid rgba(125,165,113,.3);
}
.faq-item .accordeon__title {
  padding: 13px 0 11px 10px;
  font-size: 18px;
  line-height: 1.22;
  font-weight: 700;
}
.faq-item__content {
  padding-left: 18px;
  padding-bottom: 14px;
  max-width: 720px;
}
.black-section .faq-item {
  border-bottom: 1px solid hsla(0,0%,100%,.3);
}
.faqs-load-more {
  padding: 40px 0 60px;
  text-align: center;
}
.faqs-load-more .bttn {
  min-width: 210px;
}
.faqs-page {
  margin-top: 50px;
}
.faqs-page .faqs-wrap+.faqs-wrap {
  margin-top: 45px;
}
.faqs-page .faq-item .accordeon__title {
  font-size: 14px;
}
.sidebar-menu {
  background: var(--color-white);
  max-width: 305px;
}
.sidebar-menu__list {
  overflow: hidden;
  padding: 24px 0;
}
.sidebar-menu__item {
  padding: 0 15px;
  position: relative;
  font-size: 0;
}
.sidebar-menu__item+.sidebar-menu__item {
  margin-top: 23px;
}
.sidebar-menu__link {
  display: block;
  width: 100%;
  font-size: 12px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-decoration: none;
  color: var(--color-black);
}
.sidebar-menu__link.is-active:before {
  opacity: 1!important;
  transform: translateY(-55%);
}
.sidebar-menu__link:hover:before {
  opacity: .3;
  transform: translateY(-55%);
}
.sidebar-menu__link:before {
  content: "";
  display: block;
  background-color: #2a7a38;
  height: 35px;
  width: 2px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-100%,-55%);
  opacity: 0;
  transition: opacity .2s,transform .2s;
}
.sidebar-contact {
  padding: 24px 15px;
  margin-top: 25px;
  margin-bottom: 40px;
  max-width: 305px;
}
.sidebar-contact__title {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.sidebar-contact__list {
  margin-top: 20px;
}
.sidebar-contact__item+.sidebar-contact__item {
  margin-top: 10px;
}
.sidebar-contact__link {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.14;
  text-decoration: none;
  color: var(--color-black);
}
.sidebar-contact__link:hover {
  color: var(--color-green-active);
}
.sidebar-contact__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  font-size: 0;
  flex-shrink: 0;
  margin-right: 10px;
}
.sidebar-contact__icon svg {
  max-width: 95%;
}
.map-section {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  color: var(--color-white);
  padding-bottom: 50px;
}
.map-section p {
  line-height: 1.43;
}
.map-section__filling {
  padding: 30px 0;
  width: 37%;
}
.map-section__filling .content {
  max-width: 400px;
  padding-right: 20px;
}
.map-section__img {
  width: 63%;
  padding: 40px 10px;
  text-align: center;
}
.team-tile {
  padding-bottom: 30px;
}
.team-card {
  display: flex;
  flex-flow: row wrap;
}
.team-card__img {
  flex-shrink: 0;
  font-size: 0;
}
.team-card__content {
  padding: 0 24px;
  flex-grow: 1;
}
.team-card__content p {
  line-height: 1.43;
  font-weight: 500;
}
.member-signature {
  position: relative;
  font-size: 0;
  width: 100%;
  max-width: 680px;
}
.member-signature__sign {
  position: absolute;
  bottom: 24%;
  right: 3%;
}
.press-card {
  display: flex;
  flex-flow: column nowrap;
  box-sizing: border-box;
  border: 8px solid var(--color-white);
}
.press-card__img {
  flex-shrink: 0;
  width: 100%;
  font-size: 0;
  padding-bottom: 71%;
  background: #2a7a38;
  position: relative;
}
.press-card__img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.press-card__body {
  width: 100%;
  padding: 20px 4px 60px;
  display: flex;
  flex-flow: column nowrap;
  flex-grow: 1;
}
.press-card__info {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.press-card__category,
.press-card__date {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.17;
}
.press-card__title {
  margin-bottom: 15px;
}
.press-card__bttn {
  margin-top: auto;
}
.press-card__bttn .bttn {
  min-height: 50px;
  min-width: 170px;
}
.press-tile {
  display: flex;
  flex-flow: row wrap;
  margin-top: 50px;
}
.press-tile .press-card {
  width: 33.33%;
}
.press-load-more {
  margin-bottom: 70px;
}
.press-load-more .link-underline:not(:hover) {
  color: var(--color-black);
}
.article {
  display: flex;
  flex-flow: row wrap;
  max-width: 1440px;
  margin: 0 auto;
}
.article,
.article__main {
  width: 100%;
}
.article__main .press-load-more {
  text-align: left;
}
.article__aside {
  width: 100%;
  background: var(--color-charcoal);
}
.article__aside .news-tile-slider {
  margin-top: 45px;
}
.article-inner {
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 100px;
}
.article-inner__heading {
  margin-bottom: 20px;
}
.article-inner__heading .h1,
.article-inner__heading h1 {
  margin-bottom: 10px;
}
.article-inner__heading:last-child {
  margin-bottom: 0;
}
.article-inner__img {
  margin-bottom: 30px;
}
.article-inner__content {
  max-width: 905px;
}
.article-inner__share {
  margin-top: 20px;
}
.article-share {
  display: flex;
  align-items: center;
}
.article-share__title {
  font-size: 11px;
  letter-spacing: .55px;
  color: var(--color-dark);
  margin-right: 10px;
  font-weight: 500;
}
.article-share-list {
  display: flex;
  align-items: center;
  line-height: 0;
}
.article-share-list__item+.article-share-list__item {
  margin-left: 5px;
}
.article-share-list__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}
.press-tile-slider .swiper-slide {
  height: auto;
  box-sizing: border-box;
  width: 33.33%;
}
.press-tile-slider .swiper-slide .press-card {
  height: 100%;
  width: 100%;
}
.news-tile-slider .swiper-slide {
  height: auto;
  box-sizing: border-box;
}
.news-tile-slider .swiper-slide .news-card {
  height: 100%;
  width: 100%;
}
.article-sidebar {
  color: var(--color-white);
}
.article-sidebar__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.13;
  letter-spacing: .5px;
  margin-bottom: 16px;
}
.article-sidebar__desc {
  font-size: 14px;
  line-height: 1.43;
}
.article-sidebar__subscribe-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.13;
  letter-spacing: .5px;
  margin-bottom: 10px;
}
.article-sidebar__subscribe .bttn {
  margin-top: 10px;
}
.testimonals-block {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  font-size: 0;
}
.testimonals-block:before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
}
.testimonals-block--1:before {
  padding-bottom: 49.3%;
}
.testimonals-block--1 .testimonals-block__decor {
  left: 0;
}
.testimonals-block--1 .testimonals-block__people {
  right: 0;
}
.testimonals-block--2:before {
  padding-bottom: 52.7%;
}
.testimonals-block--2 .testimonals-block__decor {
  right: 0;
  top: 0;
}
.testimonals-block--2 .testimonals-block__people {
  left: 0;
  bottom: 0;
}
.testimonals-block__decor {
  position: absolute;
  height: 90%;
  max-height: 580px;
}
.testimonals-block__decor img {
  max-height: 100%;
}
.testimonals-block__people {
  position: absolute;
  width: 53%;
  max-width: 755px;
}
.testimonals-quote {
  position: absolute;
  z-index: 1;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.61;
  letter-spacing: 2px;
}
.testimonals-quote p {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.testimonals-quote__cite {
  position: absolute;
  top: 100%;
  right: -10%;
  margin-top: 10px;
  display: block;
  max-width: 90%;
}
.testimonals-quote__cite:before {
  display: none;
}
.testimonals-quote .testimonals-quote-icon-1 {
  display: inline-block;
  top: -.2em;
  margin-left: -10px;
  margin-right: 10px;
  width: 37px;
  color: var(--color-green-active);
}
.testimonals-quote .testimonals-quote-icon-2 {
  display: inline-block;
  top: -.2em;
  transform: scale(-1);
  margin-left: 10px;
  margin-right: -10px;
  width: 37px;
  color: var(--color-green-active);
}
.testimonals-devider {
  font-size: 0;
  height: 30px;
}
.product {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  padding-top: 100px;
  padding-bottom: 60px;
}
.product__card,
.product__info {
  width: 100%;
}
.product__info .content p+p {
  margin-top: 20px;
}
.product__info :last-child {
  margin-bottom: 0;
}
.product__info .content p {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.3;
}
.product-slider .swiper-slide {
  height: auto;
  width: 100%;
  position: relative;
  line-height: 0;
  box-sizing: border-box;
}
.product-slider .swiper-slide:before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.product-slider .product-slider-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  box-sizing: border-box;
}
.product-slider .product-slider-img img {
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.product-slider .product-slider-thumbs {
  margin-top: 10px;
}
.product-slider-main .product-slider-img {
  padding: 40px 20px;
}
.product-slider-thumbs .product-slider-img {
  padding: 7px;
}
.product-slider-thumbs .swiper-slide {
  transition: border-color .1s;
  border: 1px solid var(--color-white);
  max-width: 78px;
}
.product-slider-thumbs .swiper-slide.swiper-slide-thumb-active {
  border-color: #2a7a38;
}
.product-offer {
  margin: 15px 0 20px;
}
.product-offer__title {
  font-weight: 700;
}
.product-customize {
  margin-top: 30px;
  margin-bottom: 25px;
}
.product-customize__title {
  margin-bottom: 13px;
}
.product-customize__slider .swiper-container {
  margin: 0 -3px;
}
.product-customize__slider .swiper-slide {
  box-sizing: border-box;
  width: 46px;
}
.product-customize-item {
  display: block;
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  text-decoration: underline;
  border: 1px solid var(--color-white);
}
.product-customize-item.is-active {
  border-color: #2a7a38;
}
.product-customize-item__inner {
  position: absolute;
  top: 3px;
  bottom: 3px;
  left: 3px;
  right: 3px;
}
.product-certificates {
  display: flex;
  flex-flow: row wrap;
  margin: 25px -5px 30px;
  font-size: 0;
}
.product-certificates__item {
  width: 50px;
  height: 50px;
  background: #2a7a38;
  margin: 5px;
  display: flex;
}
.product-certificates__item img {
  margin: auto;
  max-height: 100%;
}
.product-certificates-sprite {
  margin-top: 25px;
  margin-bottom: 30px;
  font-size: 0;
  max-width: 450px;
}
.product-bttns {
  display: flex;
  flex-flow: row wrap;
  margin: 30px -6px;
}
.product-bttns .bttn {
  margin: 6px;
  min-width: 160px;
}
.product-excellence {
  display: flex;
  flex-flow: row wrap;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.13;
  letter-spacing: .5px;
  margin: 30px 0;
  color: var(--color-green-active);
}
.product-excellence__item {
  padding: 5px 0;
}
.product-excellence__item:not(:last-child):after {
  content: "|";
  display: inline-block;
  padding: 0 16px;
}
.product-compatibility {
  padding: 20px 35px 25px;
  background: var(--color-black);
  margin: 30px 0 60px;
}
.product-compatibility__title {
  color: var(--color-white);
  font-weight: 700;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-compatibility__title a {
  font-size: 12px;
  line-height: 1.25;
  text-decoration: none;
  color: var(--color-white);
  margin-left: 20px;
  flex-shrink: 0;
}
.product-compatibility__title a:hover {
  color: var(--color-green-active);
}
.product-compatibility__slider .swiper-slide {
  width: calc(33.33% - 10px);
  min-width: 140px;
}
.product-compatibility__slider .swiper-slide:not(:last-child) {
  margin-right: 15px;
}
.product-compatibility__slider .swiper-pagination-progressbar {
  margin-top: 25px;
  margin-bottom: 10px;
}
.product-compatibility-card {
  text-decoration: none;
  text-align: center;
  color: var(--color-white);
  transition: color .25s;
}
.product-compatibility-card:hover {
  color: var(--color-green-active);
}
.product-compatibility-card__img {
  margin-bottom: 10px;
  max-height: 150px;
}
.product-compatibility-card__title {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .3px;
}
.product-service {
  margin-top: 30px;
  margin-bottom: 35px;
  position: relative;
  font-weight: 500;
  line-height: 1.3;
  font-size: 15px;
}
.product-service__icon {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 3px;
  text-align: center;
  padding: 0 3px;
}
.product-service__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.13;
  letter-spacing: .5px;
  margin-bottom: 10px;
}
.product-service .content {
  max-width: 560px;
}
.product-tabs {
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
  overflow: hidden;
}
.product-tabs-head {
  display: flex;
  overflow: hidden;
  overflow-x: auto;
}
.product-tabs-head__item {
  width: 20%;
  flex-grow: 1;
}
.product-tabs-head__item:not(:last-child) {
  margin-right: 10px;
}
.product-tabs-head__link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 17px;
  text-align: center;
  text-decoration: none;
  background: #dad8d8;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.14;
  letter-spacing: normal;
  color: var(--color-black);
  position: relative;
  border: 1px solid transparent;
  transition: border-color .2s,background-color .2s;
}
.product-tabs-head__link.active {
  background: var(--color-white);
  border-left-color: var(--color-black);
  border-top-color: var(--color-black);
  border-right-color: var(--color-black);
  z-index: 1;
}
.product-tabs-body {
  position: relative;
}
.product-tabs-body__section {
  transition: transform .3s ease,opacity .2s ease;
}
.product-tabs-body__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.22;
  padding-top: 17px;
  padding-bottom: 17px;
  padding-left: 10px;
}
.product-tabs-body__content .content {
  padding-bottom: 20px;
}
.product-video {
  padding: 0 40px;
  max-width: 1440px;
  margin: 100px auto 30px;
}
.product-video .video,
.product-video video {
  width: 100%;
}
.input-item {
  display: block;
  width: 100%;
  min-height: 50px;
  padding: 14px;
  font-size: 14px;
  line-height: 1.29;
  color: var(--color-dark);
}
.input-item::-moz-placeholder {
  color: rgba(26,26,26,.6);
}
.input-item::placeholder {
  color: rgba(26,26,26,.6);
}
.input-item::-ms-input-placeholder {
  color: rgba(26,26,26,.6);
}
.form-row {
  display: flex;
  flex-flow: row wrap;
}
.form-item {
  width: 100%;
  margin: 6px 0;
  border: 1px solid #ddd;
  position: relative;
}
.form-item input,
.form-item select,
.form-item textarea {
  font-family: Montserrat,sans-serif;
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 1.29;
  letter-spacing: .37px;
  padding: 15px 30px 17px 15px;
  border-radius: 5px;
  border: none;
  color: var(--color-dark);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-item input::-moz-placeholder,
.form-item select::-moz-placeholder,
.form-item textarea::-moz-placeholder {
  color: rgba(26,26,26,.6);
}
.form-item input::placeholder,
.form-item select::placeholder,
.form-item textarea::placeholder {
  color: rgba(26,26,26,.6);
}
.form-item input::-ms-input-placeholder,
.form-item select::-ms-input-placeholder,
.form-item textarea::-ms-input-placeholder {
  color: rgba(26,26,26,.6);
}
.form-item textarea {
  resize: none;
  min-height: 160px;
}
.form-item select {
  color: rgba(26,26,26,.6);
}
.form-item__icon {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  color: var(--color-black);
  font-size: 0;
}
.form-submit {
  margin-top: 25px;
  width: 100%;
}
.form-submit .bttn {
  min-width: 100px;
}
.contact-us-form {
  margin-top: 30px;
}
.menu-mob {
  z-index: 30;
  display: flex;
  justify-content: flex-start;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  box-sizing: border-box;
}
.menu-mob:not(.is-hidden) {
  z-index: 5;
  visibility: visible;
}
.menu-mob.is-hidden {
  visibility: hidden;
  z-index: -1;
}
.menu-mob:not(.is-visible) {
  opacity: 0;
  transition: opacity .3s .2s;
}
.menu-mob:not(.is-visible) .menu-mob__inner {
  transform: translate3d(-100%,0,0);
  transition: transform .3s .2s;
}
.menu-mob:not(.is-visible) .menu-mob__body {
  opacity: 0;
  transform: translate3d(-10px,0,0);
  transition: transform .2s ease-out,opacity .2s;
}
.menu-mob.is-visible {
  opacity: 1;
  transition: opacity .3s;
}
.menu-mob.is-visible .menu-mob__inner {
  transform: translateZ(0);
  transition: transform .3s;
}
.menu-mob.is-visible .menu-mob__body {
  opacity: 1;
  transform: translateZ(0);
  transition: transform .2s ease-out .3s,opacity .2s .3s;
}
.menu-mob:before {
  content: "";
  display: block;
  right: 0;
  opacity: .7;
  background: rgba(61,60,60,.7);
  pointer-events: none;
}
.menu-mob:before,
.menu-mob__inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
.menu-mob__inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 495px;
  background-color: var(--color-white);
  padding-top: 76px;
}
.menu-mob__header {
  flex-shrink: 0;
  padding: 15px 20px;
}
.menu-mob__body {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  flex-grow: 1;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow-y: auto;
  overflow-x: hidden;
  will-change: transform;
}
.menu-mob__nav {
  opacity: 1;
  transition: opacity .2s;
}
.lvl-active .menu-mob__nav {
  opacity: 0;
}
.menu-mob__bottom-btn {
  margin-top: 25px;
  width: 100%;
}
.menu-mob__lvl {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-white);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .3s;
}
.lvl-active .menu-mob__lvl {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.menu-mob-button-open {
  display: block;
  position: relative;
  width: 42px;
  height: 42px;
  box-sizing: border-box;
  pointer-events: auto;
}
.menu-mob-button-open__icon {
  margin: -8px auto 0;
  height: 16px;
  border-top: 2px solid var(--color-black);
  border-bottom: 2px solid var(--color-black);
  box-sizing: border-box;
}
.menu-mob-button-open__icon,
.menu-mob-button-open__icon:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 30px;
}
.menu-mob-button-open__icon:before {
  content: "";
  margin: -1px auto 0;
  height: 2px;
  background-color: var(--color-black);
}
.menu-mob-header {
  display: flex;
  flex-grow: 1;
  align-items: center;
  height: 120px;
}
.menu-mob-header__market-btn {
  margin: 0;
  padding: 0 60px;
}
.menu-mob-header__close-btn {
  display: flex;
  align-items: center;
  margin: 0 0 0 auto;
}
.menu-mob-button-close {
  display: block;
  position: relative;
  width: 42px;
  height: 42px;
  box-sizing: border-box;
  pointer-events: auto;
}
.menu-mob-button-close__icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: -8px auto 0;
  width: 30px;
  height: 16px;
  box-sizing: border-box;
}
.menu-mob-button-close__icon:after,
.menu-mob-button-close__icon:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: -1px auto 0;
  width: 30px;
  height: 2px;
  background-color: var(--color-black);
}
.menu-mob-button-close__icon:before {
  transform: rotate(-45deg);
}
.menu-mob-button-close__icon:after {
  transform: rotate(45deg);
}
.menu-mob-nav {
  padding: 0 10px 0 20px;
}
.menu-mob-nav__list-item {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e8e8e8;
}
.menu-mob-nav__link {
  display: block;
  padding: 8px 0;
  width: 100%;
  text-decoration: none;
  text-transform: uppercase;
  transition: color .3s;
  line-height: 1.17;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .75px;
  color: var(--color-black);
}
.menu-mob-nav__link:hover {
  color: #2a7a38;
}
.menu-mob-nav__link--begin {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -.42px;
  line-height: 1.31818;
}
.menu-mob-nav__icon {
  display: inline-block;
  flex-shrink: 0;
  font-size: 0;
  width: 20px;
  height: 20px;
  transform: rotate(-90deg);
  margin-left: 20px;
}
.menu-mob-lvl {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: translate3d(-10px,0,0);
  background: var(--color-white);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
}
.menu-mob-lvl,
.menu-mob-lvl.is-visible {
  transition: transform .2s ease-out,opacity .2s;
}
.menu-mob-lvl.is-visible {
  opacity: 1;
  transform: translateZ(0);
}
.menu-mob-lvl.is-z {
  z-index: 1;
}
.menu-mob-lvl.next-visible {
  opacity: 0;
  transition: opacity .2s;
}
.menu-mob-lvl__head {
  display: block;
  padding: 18px 20px;
  margin-bottom: 10px;
  background: #f9f9f9;
  position: relative;
}
.menu-mob-lvl__title {
  line-height: 1.17;
  font-size: 12px;
  letter-spacing: .92px;
  color: var(--color-black);
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  padding: 0 35px;
}
.menu-mob-lvl__back {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 17px;
  z-index: 1;
  transform: translateY(-50%);
  padding: 4px;
  box-sizing: border-box;
  font-size: 0;
  transition: color .3s;
  color: var(--color-black);
}
.menu-mob-lvl__back:hover {
  color: #2a7a38;
}
.menu-mob-lvl__icon {
  display: inline-block;
  font-size: 0;
}
.menu-mob-lvl__icon,
.menu-mob-lvl__icon svg {
  vertical-align: middle;
}
.menu-mob-lvl__body {
  margin-bottom: 40px;
}
.menu-mob-lvl-nav {
  padding: 0 20px;
}
.menu-mob-lvl-nav__link {
  display: block;
  width: 100%;
  padding: 8px 0;
  text-decoration: none;
  line-height: 1.17;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .75px;
  transition: color .3s;
  color: var(--color-black);
}
.menu-mob-lvl-nav__link:hover {
  color: #2a7a38;
}
.menu-mob-lvl-nav__link--begin {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -.42px;
  line-height: 1.31818;
}
.menu-mob-lvl-nav__item {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e8e8e8;
}
.menu-mob-lvl-all {
  display: block;
  margin-top: auto;
  background: red;
  color: var(--color-white);
  padding: 20px;
  text-decoration: underline;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1;
  letter-spacing: .9px;
}
.quiz {
  width: 100%;
  max-height: 1440px;
  display: flex;
  flex-flow: row wrap;
}
.quiz--ended,
.quiz--ended * {
  pointer-events: none;
}
.quiz__quest {
  width: 50%;
  background: #2a7a38;
  position: relative;
}
.quiz__quest .swiper-container {
  height: 100%;
}
.quiz__quest .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
}
.quiz__quest .swiper-pagination-progressbar {
  position: absolute;
  left: 20px;
  right: 20px;
  z-index: 1;
  height: 7px!important;
  bottom: 30px;
  border: none;
  background: var(--color-white);
}
.quiz__quest .swiper-pagination-number {
  position: absolute;
  z-index: 1;
  left: -20px;
  top: 0;
  pointer-events: none;
}
.quiz__quest .swiper-pagination-number .swiper-pagination-bullet {
  width: auto;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-10%);
  color: var(--color-green-active);
  font-size: 250px;
  line-height: 1;
  font-weight: 700;
  opacity: 0;
  background: none;
  border: none;
}
.quiz__quest .swiper-pagination-number .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: .08;
}
.quiz__answers {
  width: 50%;
}
.quiz__answers .swiper-slide {
  box-sizing: border-box;
}
.quiz-answers-grid {
  display: flex;
  flex-flow: row wrap;
  padding: 45px 75px;
}
.quiz-answers-col {
  width: 50%;
  display: flex;
  flex-flow: column nowrap;
}
.quiz-answer {
  display: block;
  position: relative;
  margin: 7px;
}
.quiz-answer__bttn {
  position: absolute;
  width: 1px;
  height: 1px;
  left: 0;
  top: 0;
  opacity: 0;
}
.quiz-answer__bttn:checked+.quiz-answer__inner {
  color: var(--color-black);
  background: var(--color-green-active);
}
.quiz-answer__bttn:checked+.quiz-answer__inner .quiz-answer__number span {
  opacity: 0;
}
.quiz-answer__bttn:checked+.quiz-answer__inner .quiz-answer__number:after {
  opacity: 1;
}
.quiz-answer__inner {
  display: flex;
  align-items: center;
  padding: 10px 11px;
  background: var(--color-black);
  color: var(--color-white);
  min-height: 55px;
}
.quiz-answer__number {
  width: 30px;
  height: 30px;
  position: relative;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  line-height: 1;
  letter-spacing: .85px;
  font-weight: 700;
  transition: all .15s;
}
.quiz-answer__number span {
  opacity: 1;
  transition: opacity .1s;
}
.quiz-answer__number:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCI+PHBhdGggZD0iTTIwIDM1LjZjLTguNjE2IDAtMTUuNi02Ljk4NC0xNS42LTE1LjZTMTEuMzg0IDQuNCAyMCA0LjQgMzUuNiAxMS4zODQgMzUuNiAyMCAyOC42MTYgMzUuNiAyMCAzNS42eiIvPjxwYXRoIGZpbGw9IiNGRkYiIGQ9Ik0yNi44NCAxNC44NjJhLjY4MS42ODEgMCAxMS45NTYuOTc0TDE2LjYxMyAyNi44M2EuNjgzLjY4MyAwIDAxLS45NTcgMGwtNC43ODUtNC43MDFhLjY4Mi42ODIgMCAxMS45NTYtLjk3NGw0LjMwOCA0LjIzMiAxMC43MDQtMTAuNTI1eiIvPjwvc3ZnPg==");
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s;
}
.quiz-answer__value {
  font-size: 14px;
  line-height: 1.14;
  font-weight: 700;
  padding-left: 25px;
}
.quiz-quest-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.09;
  letter-spacing: .85px;
  text-align: center;
  color: var(--color-white);
  padding: 50px;
}
.page-rental-new .video_heading.h3,
.page-rental-new h3.video_heading {
  margin-top: 20px;
  text-align: center;
}
.page-rental-new .video_subheading {
  text-align: center;
}
.page-rental-new .video {
  width: 50%;
  margin: 10px auto 0;
}
.page-rental-new .video_copy {
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
  margin-bottom: 20px;
}
.page-rental-new .cta {
  margin-top: 20px;
  text-align: center;
  margin-bottom: 40px;
}
.page-rental-new .content-approach,
.page-rental-new .content-why {
  margin-top: 40px;
}
.page-rental-new .content-approach ul,
.page-rental-new .content-why ul {
  margin-top: 10px;
  margin-left: 20px;
  margin-bottom: 20px;
  list-style: disc;
  list-style-position: inside;
}
.page-rental-new .content-approach ul li,
.page-rental-new .content-why ul li {
  margin-top: 10px;
}
.page-rental-new .content-why {
  padding-top: 10px;
  border-top: 1px solid #ccc;
}
.page-rental-new .content-approach {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.page-rental-new .content-approach .subheading {
  margin-top: 10px;
  font-weight: 700;
}
.page-rental-new .products {
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ccc;
}
.page-rental-new .products .badge-item {
  background: var(--color-black);
}
.page-rental-new .products .badge-item:hover,
.page-rental-new .products .badge-item:hover .badge-item__icon {
  background-color: var(--color-black);
}
.page-rental-new .products a,
.page-rental-new .products a:hover,
.page-rental-new .products a:visited {
  color: #c4ff2a;
  text-decoration: none;
}
.ctp .h2,
.ctp h2 {
  margin-top: 40px;
}
.ctp .h2 strong,
.ctp h2 strong {
  font-size: 24px;
}
.ctp .h3,
.ctp h3 {
  margin-top: 40px;
}
.ctp ol,
.ctp ul {
  margin-top: 20px;
  list-style: disc;
}
.ctp ol li,
.ctp ul li {
  margin-top: 10px;
  list-style-position: inside;
  font-size: 14px;
}
.ctp ol li strong,
.ctp p,
.ctp ul li strong {
  font-size: 14px;
}
.ctp p {
  margin-top: 20px;
}
.ctp p strong {
  font-size: 14px;
}
.ctp .cta {
  text-align: center;
  margin-bottom: 40px;
}
.ctp .cta,
.vsmp .h3,
.vsmp h3 {
  margin-top: 20px;
}
.vsmp .h3 strong,
.vsmp h3 strong {
  font-size: 18px;
}
.vsmp ol,
.vsmp ul {
  margin-top: 10px;
  list-style: disc;
}
.vsmp ol li,
.vsmp ul li {
  margin-top: 5px;
  list-style-position: inside;
  font-size: 14px;
}
.vsmp ol li strong,
.vsmp p,
.vsmp ul li strong {
  font-size: 14px;
}
.vsmp p {
  margin-top: 20px;
}
.vsmp p strong {
  font-size: 14px;
}
.vsmp .video {
  width: 50%;
  margin: 0 auto;
}
.vsmp .video_copy {
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
}
.vsmp .cta {
  margin-top: 40px;
  text-align: center;
  margin-bottom: 40px;
}
.vsmp .cta .h3,
.vsmp .cta h3 {
  margin-bottom: 20px;
}
.newblog .h2,
.newblog h2 {
  margin-top: 22px;
  font-size: 22px;
}
.newblog .h3,
.newblog h3 {
  margin-top: 22px;
  font-size: 18px;
  margin-bottom: 10px;
}
.newblog p {
  font-size: 15px;
  line-height: 1.3;
}
.newblog .article-inner__heading {
  margin-bottom: -15px;
}
.newblog ol,
.newblog ul {
  list-style-position: outside!important;
  font-size: 15px!important;
  line-height: 1.3!important;
  font-weight: 500!important;
  padding: 5px 17px 17px;
}
.newblog li {
  line-height: 1.3;
  margin-bottom: 5px;
}
.newblog a,
.newblog a:hover,
.newblog a:visited {
  color: #2a7a38;
}
.newblog td {
  padding: 5px;
}
.newblog td,
.newblog td strong {
  font-size: 15px;
  line-height: 1.3;
}
.white-paper-items {
  display: flex;
  flex-wrap: wrap;
}
.white-paper-items .item {
  flex-basis: 47%;
  background: #eee;
  border: 1px solid var(--color-black);
  margin: 10px;
  padding: 20px;
}
.white-paper-items .item .date,
.white-paper-items .item .title {
  margin-bottom: 10px;
}
@media only screen and (max-width: 1400px) {
  .header-nav__item+.header-nav__item {
    margin-left: 3%;
  }
}
@media only screen and (max-width: 1300px) {
  .header-bttns__desk {
    display: none;
  }
  .header-bttns .bttn {
    min-width: 65px;
  }
}
@media only screen and (max-width: 1200px) {
  .content-section__filling {
    width: 52%;
  }
  .content-section__img {
    width: 48%;
    padding: 50px 30px;
  }
  .content-section__text {
    padding: 0 30px 0 50px;
  }
  .header-container {
    padding: 0 14px;
  }
  .header-nav__item+.header-nav__item {
    margin-left: 2.5%;
  }
  .container,
  .footer-container {
    padding: 0 20px;
  }
  .error-page .hero-title {
    font-size: 200px;
  }
  .error-page .content-center p,
  .error-page .content p {
    font-size: 20px;
  }
  .news-short-slider .swiper-container {
    padding: 0 20px;
    margin: 0 -20px;
  }
  .product-video {
    padding: 0 14px;
  }
  .quiz-answers-grid {
    padding: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .h1,
  h1 {
    font-size: 22px;
    line-height: 1.09;
    letter-spacing: .79px;
  }
  .h2,
  .h3,
  h2,
  h3 {
    font-size: 18px;
    line-height: 1.11;
  }
  .h3,
  .h4,
  .h5,
  h3,
  h4,
  h5 {
    font-weight: 500;
  }
  .h5,
  h5 {
    letter-spacing: .88px;
  }
  .h6,
  h6 {
    font-size: 12px;
    line-height: 1.33;
    font-weight: 500;
    letter-spacing: .92px;
  }
  .hero-title {
    font-size: 32px;
    line-height: 1.19;
  }
  p {
    line-height: 1.29;
    letter-spacing: .25px;
  }
  blockquote p {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: .77px;
  }
  blockquote cite {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.11;
    letter-spacing: normal;
    margin-top: 10px;
  }
  .content-center .h4,
  .content-center h4,
  .content .h4,
  .content h4 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .content-center .h5,
  .content-center h5,
  .content .h5,
  .content h5 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .content-center br,
  .content br {
    display: none!important;
  }
  .terms-content .content .h5,
  .terms-content .content h5 {
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .content-offset {
    padding-top: 25px;
  }
  .content-section--reverse {
    padding-top: 45px;
    padding-bottom: 0;
  }
  .content-section--reverse .content-section__text {
    order: 0;
    margin-bottom: 30px;
  }
  .content-section--reverse .content-section__video {
    order: 3;
    margin-bottom: 0;
    margin-left: -20px;
    margin-right: -20px;
    width: 100vw;
  }
  .content-section__filling {
    width: 100%;
    max-width: none;
    padding: 20px 6px;
  }
  .content-section__img {
    width: 100%;
    padding: 10px 6px;
  }
  .content-section__video {
    width: 100%;
    margin-bottom: 25px;
  }
  .content-section__text {
    width: 100%;
    padding: 0;
  }
  .content-section__bttns {
    margin-bottom: 25px;
  }
  .content-numeric-list__item {
    display: flex;
    align-items: flex-start;
  }
  .content-numeric-list__number {
    flex-shrink: 0;
    min-width: 50px;
    padding-right: 10px;
    margin-top: -5px;
  }
  .content-numeric-info__title {
    margin-bottom: 7px;
  }
  .content-numeric-info__desc,
  .content-numeric-info__title {
    font-size: 12px;
    line-height: 1.17;
    letter-spacing: .21px;
  }
  .full-section__img {
    order: 1;
  }
  .full-section__content {
    order: 0;
  }
  .modal {
    height: 100%;
    margin-left: 50px;
  }
  .modal__header {
    padding: 60px 40px 0;
  }
  .modal__body {
    padding: 0 40px;
  }
  .modal__footer {
    padding: 0 40px 60px;
  }
  .modal:not(.is-visible) {
    transform: translateX(100%);
  }
  .modal-close-btn {
    top: 10px;
    right: 100%;
    font-size: 40px;
    width: 50px;
    height: 50px;
  }
  .modal-container {
    text-align: right;
    justify-content: flex-end;
    background-color: #5c5c5c;
  }
  .header-logo {
    max-width: 117px;
    margin: 0 20px;
  }
  .header-nav {
    display: none;
  }
  .footer-social {
    margin: 25px auto 10px;
  }
  .footer-info {
    margin-bottom: 30px;
  }
  .footer-logo {
    margin-right: 20px;
  }
  .footer-certificates li {
    width: 100%;
  }
  .footer-copy {
    text-align: center;
    font-size: 10px;
  }
  .hide-mobile {
    display: none!important;
  }
  .error-page .content-offset {
    padding: 40px 0;
  }
  .home-hero-wrap {
    padding: 45px 0 95px;
  }
  .home-hero {
    text-align: center;
  }
  .home-hero__title {
    margin-bottom: 70px;
  }
  .home-hero__img {
    margin-bottom: 45px;
  }
  .home-hero__img img {
    width: 100%;
    max-width: 400px;
  }
  .page-grid__sidebar {
    width: 100%;
    order: 1;
    padding-top: 30px;
    padding-bottom: 100px;
    padding-right: 0;
    max-width: none;
  }
  .page-grid__content {
    width: 100%;
    order: 0;
    padding-left: 0;
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .model-card__title {
    font-size: 18px;
    min-height: 36px;
    padding: 0 30px;
  }
  .model-card__content {
    padding: 0 30px;
  }
  .logos-slider-home {
    margin: 50px 0;
  }
  .logos-slider-title {
    margin: 30px 0 60px;
  }
  .logos-slider-title .content-center {
    margin-bottom: 20px;
  }
  .create-system {
    padding-top: 40px;
  }
  .accessories-tile {
    padding-bottom: 50px;
  }
  .faq-item .accordeon__title {
    font-size: 14px;
    line-height: 1.29;
    letter-spacing: .25px;
  }
  .faqs-load-more {
    padding: 25px 0 40px;
  }
  .sidebar-contact {
    max-width: 350px;
    margin: 0 auto;
  }
  .map-section {
    padding: 20px 0;
  }
  .map-section__filling {
    width: 100%;
    padding: 20px 0 10px;
  }
  .map-section__filling .content {
    max-width: none;
    padding: 0;
  }
  .map-section__img {
    width: 100%;
    padding: 10px 0 20px;
  }
  .team-tile .team-card {
    width: 100%;
    margin-bottom: 60px;
  }
  .member-signature__author {
    max-width: 80%;
  }
  .member-signature__sign {
    max-width: 85%;
    bottom: 10%;
  }
  .press-card__body {
    padding-bottom: 50px;
  }
  .press-tile {
    margin-top: 40px;
  }
  .press-tile .press-card {
    width: 33.33%;
  }
  .article__main {
    padding-top: 50px;
  }
  .article__main .press-load-more {
    display: none;
  }
  .article__aside {
    padding-top: 50px;
  }
  .article__aside .news-tile-slider {
    margin-top: 30px;
  }
  .article-inner {
    margin-bottom: 35px;
  }
  .press-tile-slider .swiper-container {
    padding: 0 20px;
    margin: 0 -20px;
  }
  .press-tile-slider .swiper-slide {
    min-width: 260px;
  }
  .press-tile-slider .swiper-slide .press-card {
    border: none;
  }
  .press-tile-slider .swiper-slide+.swiper-slide .press-card {
    border-left: 1px solid var(--color-black);
  }
  .news-tile-slider .swiper-container {
    padding: 0 20px;
    margin: 0 -20px;
  }
  .news-tile-slider .swiper-slide {
    width: 33.33%;
    min-width: 260px;
  }
  .news-tile-slider .swiper-slide+.swiper-slide .news-card {
    border-left: 1px solid var(--color-black);
  }
  .article-sidebar__title {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
  }
  .article-sidebar__desc {
    text-align: center;
    line-height: 1.29;
    letter-spacing: .25px;
  }
  .article-sidebar__subscribe {
    display: none;
  }
  .testimonals-block--1:before {
    padding-bottom: 60%;
  }
  .testimonals-quote {
    font-size: 18px;
    line-height: 1.22;
    letter-spacing: normal;
  }
  .product-excellence {
    display: none;
  }
  .product-tabs {
    margin-bottom: 70px;
  }
  .product-video {
    margin: 70px auto;
  }
  .menu-mob-header {
    height: 72px;
  }
  .quiz__quest {
    width: 100%;
    min-height: 220px;
  }
  .quiz__quest .swiper-pagination-progressbar {
    bottom: 10px;
  }
  .quiz__quest .swiper-pagination-number {
    left: -10px;
    top: -20px;
  }
  .quiz__quest .swiper-pagination-number .swiper-pagination-bullet {
    color: var(--color-white);
    font-size: 200px;
  }
  .quiz__quest .swiper-pagination-number .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: .14;
  }
  .quiz__answers {
    width: 100%;
  }
}
@media not all and (-moz-touch-enabled: 1),not all and (-ms-high-contrast: none) and (max-width: 1024px),not all and (pointer: coarse) {
  .modal-close-btn:hover {
    transform: rotate(0);
  }
  .bttn:hover {
    color: var(--color-white);
    background-color: #1a5324;
    border-color: #1a5324;
  }
  .bttn--border:hover {
    color: var(--color-charcoal);
    background-color: var(--color-white);
    border-color: var(--color-white);
  }
  .bttn--inverse:hover {
    color: var(--color-white);
    background-color: var(--color-black);
    border-color: var(--color-black);
  }
}
@media only screen and (max-width: 768px) {
  .hero-title {
    font-size: 28px;
    line-height: 1.36;
  }
  .content-section {
    padding-bottom: 20px;
  }
  .content-section--narrow,
  .content-section--reverse,
  .content-section--reverse .content-section__text {
    padding-bottom: 0;
  }
  .content-section--reverse .content-section__text .h2,
  .content-section--reverse .content-section__text h2 {
    margin-bottom: 35px;
  }
  .modal__header {
    padding: 60px 20px 0;
  }
  .modal__body {
    padding: 0 20px;
  }
  .modal__body .content,
  .modal__body .content-center {
    text-align: left;
  }
  .modal__body .content-center .bttn,
  .modal__body .content .bttn {
    margin-top: 20px;
  }
  .modal__footer {
    padding: 0 20px 60px;
  }
  .footer-menu {
    flex-flow: row wrap;
  }
  .footer-menu__item {
    padding: 10px 0;
    border-bottom: 1px solid #979797;
  }
  .footer-menu__title {
    margin-bottom: 0;
  }
  .footer-menu__list {
    margin-top: 15px;
  }
  .footer-subscribe {
    flex-flow: row wrap;
  }
  .footer-subscribe__title {
    text-align: center;
    max-width: 220px;
    margin: 0 auto 16px;
  }
  .footer-subscribe__form {
    width: 100%;
  }
  .footer-subscribe__form input {
    padding-right: 70px;
  }
  .footer-subscribe__form-submit {
    min-width: 50px;
  }
  .footer-subscribe__form-submit .mobile {
    display: block;
  }
  .error-page .hero-title {
    font-size: 150px;
  }
  .home-hero__list {
    flex-flow: column nowrap;
  }
  .home-hero__list li:not(:last-child) {
    margin-bottom: 16px;
  }
  .people-says__title {
    margin-bottom: 25px;
  }
  .people-says .excellence-list {
    margin-bottom: 35px;
    margin-top: 20px;
  }
  .full-video {
    padding: 20px 0;
  }
  .breadcrumb-wrap {
    display: none;
  }
  .model-card__links {
    margin-bottom: 85px;
    padding: 0 30px;
  }
  .model-card-tile {
    flex-flow: row wrap;
    padding: 0 14px;
  }
  .badge-list__item,
  .model-card-tile .model-card {
    width: 100%;
  }
  .badge-list__item:nth-child(2n) {
    order: 1;
  }
  .badge-list__item:nth-child(odd) {
    order: 0;
  }
  .badge-item {
    background: var(--color-white);
  }
  .badge-item .badge-item__icon {
    background: var(--color-green-active);
  }
  .badge-item .badge-item__text {
    color: var(--color-black);
  }
  .create-system {
    padding-bottom: 40px;
  }
  .create-system-tile__item {
    width: 100%;
    padding: 35px 15px 25px 20px;
    min-height: 175px;
  }
  .create-system-tile__item .create-system-item {
    padding: 0;
    margin: 0;
  }
  .news-item {
    flex-basis: 44%;
    padding: 12px;
  }
  .news-card__img {
    padding-bottom: 64%;
  }
  .news-card__body {
    padding-bottom: 40px;
  }
  .news-card__title {
    margin-bottom: 10px;
  }
  .news-short-slider .swiper-slide {
    width: 50%;
  }
  .why-meridian__content {
    padding-bottom: 25px;
    padding-top: 40px;
  }
  .why-meridian__img {
    padding-bottom: 70px;
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
  }
  .why-item {
    padding-left: 0;
  }
  .why-item__progress {
    display: none;
  }
  .narrow-hero,
  .wide-hero {
    padding-top: 20px;
    padding-bottom: 30px;
    min-height: 250px;
  }
  .accessories-tile__item {
    padding-bottom: 40px;
  }
  .accessories-item__body {
    padding-top: 20px;
  }
  .accessories-item__title {
    font-size: 22px;
  }
  .faqs-page {
    margin-top: 30px;
  }
  .faqs-page .faqs-wrap+.faqs-wrap {
    margin-top: 35px;
  }
  .press-card__img {
    padding-bottom: 64%;
  }
  .press-card__title {
    margin-bottom: 10px;
  }
  .press-tile .press-card {
    width: 50%;
  }
  .testimonals-block--1:before {
    padding-bottom: 84%;
  }
  .testimonals-block--1 .testimonals-block__decor {
    top: 0;
  }
  .testimonals-block--1 .testimonals-block__people {
    bottom: 0;
  }
  .testimonals-block--1 .testimonals-quote {
    top: 100px;
  }
  .testimonals-block--1 .testimonals-quote__cite {
    right: auto;
    left: 40px;
    margin-top: 50px;
  }
  .testimonals-block--2:before {
    padding-bottom: 92%;
  }
  .testimonals-block--2 .testimonals-quote {
    text-align: right;
    top: 100px;
  }
  .testimonals-block--2 .testimonals-quote__cite {
    right: 40px;
    margin-top: 50px;
  }
  .testimonals-block__decor {
    height: auto;
  }
  .testimonals-block__people {
    width: 60%;
  }
  .testimonals-quote {
    width: 100%;
    padding: 0 40px;
  }
  .testimonals-quote__cite {
    width: 55%;
    max-width: 250px;
  }
  .testimonals-quote .testimonals-quote-icon-1 {
    width: 19px;
    margin-left: 0;
    margin-right: 5px;
  }
  .testimonals-quote .testimonals-quote-icon-2 {
    width: 19px;
    margin-left: 5px;
    margin-right: 0;
  }
  .product {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .product-slider .swiper-slide:before {
    padding-bottom: 95%;
  }
  .product-slider-main .product-slider-img {
    padding: 6px 6px 50px;
  }
  .product-slider-thumbs {
    display: none;
  }
  .product-customize__title {
    margin-bottom: 5px;
  }
  .product-customize__slider {
    margin: 0 -3px;
  }
  .product-customize__slider .swiper-container {
    margin: 0 -20px;
    padding: 0 20px;
  }
  .product-customize__slider .swiper-slide {
    width: 52px;
  }
  .product-certificates {
    margin-left: -6px;
    margin-right: -6px;
  }
  .product-certificates__item {
    width: 46px;
    height: 46px;
    margin: 6px;
  }
  .product-bttns {
    margin-bottom: 20px;
  }
  .product-compatibility {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: -20px;
    margin-right: -20px;
  }
  .product-compatibility__slider .swiper-container {
    margin: 0 -20px;
    padding: 0 20px;
  }
  .product-compatibility__slider .swiper-slide {
    max-width: 173px;
  }
  .product-tabs-head {
    display: none;
  }
  .product-tabs-body__section {
    display: block!important;
    opacity: 1!important;
    transform: none!important;
    border-bottom: 1px solid #e3e3e4;
  }
  .form-submit {
    margin-top: 12px;
  }
  .form-submit .bttn {
    width: 100%;
  }
  .contact-us-form {
    margin-top: 20px;
  }
  .quiz-quest-title {
    font-size: 14px;
    line-height: 1.29;
    letter-spacing: .25px;
  }
  .page-rental-new .products .badge-item {
    background: var(--color-black);
  }
  .white-paper-items .item {
    flex-basis: 100%;
    padding: 12px;
  }
}
@media only screen and (max-width: 640px) {
  .menu-mob-header {
    height: 64px;
  }
  .menu-mob-header__market-btn {
    padding: 0 32px;
  }
}
@media only screen and (max-width: 600px) {
  .team-tile .team-card {
    max-width: 263px;
    margin-left: auto;
    margin-right: auto;
  }
  .team-card__img {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  .team-card__content {
    width: 100%;
    padding: 0;
  }
  .testimonals-block--1 .testimonals-quote {
    top: 40px;
  }
  .testimonals-block--1 .testimonals-quote__cite {
    left: 16px;
  }
  .testimonals-block--2 .testimonals-quote {
    top: 50px;
  }
  .testimonals-block--2 .testimonals-quote__cite {
    right: 16px;
  }
  .testimonals-quote {
    padding: 0 14px;
  }
  .quiz-answers-grid {
    padding: 35px 20px 60px;
  }
  .quiz-answers-col {
    width: 100%;
  }
  .quiz-answer {
    margin: 0 0 10px;
  }
}
@media only screen and (max-width: 500px) {
  .press-tile .press-card {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .menu-mob-header__market-btn {
    padding: 0 8px;
  }
}
@media only screen and (max-width: 450px) {
  .error-page .hero-title {
    font-size: 100px;
  }
  .error-page .content-center p,
  .error-page .content p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 400px) {
  .create-system-item__content {
    max-width: 250px;
  }
}
@media only screen and (min-width: 601px) {
  .team-tile {
    display: flex;
    flex-flow: row wrap;
  }
  .team-card__img {
    width: 40%;
    max-width: 263px;
  }
  .team-card__content {
    width: 60%;
  }
}
@media only screen and (min-width: 769px) {
  .modal .form-row .bttn {
    margin: 6px;
  }
  .footer-menu__item {
    width: auto;
    min-width: 160px;
    padding-right: 10px;
  }
  .footer-subscribe__title {
    margin-right: 10px;
    margin-left: 10px;
    max-width: 42%;
  }
  .footer-subscribe__form {
    max-width: 485px;
    flex-grow: 1;
    margin-left: auto;
  }
  .footer-subscribe__form input {
    padding-right: 180px;
  }
  .footer-subscribe__form-submit {
    min-width: 160px;
  }
  .footer-subscribe__form-submit .desktop {
    display: block;
  }
  .footer-info {
    display: flex;
    flex-flow: row wrap;
  }
  .home-hero__list li:not(:last-child) {
    margin-right: 20px;
    padding-right: 20px;
  }
  .home-hero__list li:not(:last-child):after {
    content: "";
    display: block;
    height: 100%;
    width: 2px;
    background: var(--color-green-active);
    position: absolute;
    top: 0;
    right: 0;
  }
  .people-says {
    min-height: 350px;
  }
  .people-says__content {
    width: 54.5%;
    max-width: 740px;
    padding-left: 60px;
    margin-left: auto;
    margin-right: 0;
  }
  .people-says__video {
    position: absolute;
    left: 0;
    top: 0;
    width: 45.5%;
    max-width: 615px;
  }
  .model-card-wrap .swiper-slide {
    max-width: 33.33%;
  }
  .model-card-tile .model-card+.model-card {
    border-left: 1px solid var(--color-black);
  }
  .badge-item:hover {
    background: var(--color-white);
  }
  .badge-item:hover .badge-item__icon {
    background: var(--color-green-active);
  }
  .badge-item:hover .badge-item__text {
    color: var(--color-black);
  }
  .create-system-item__content {
    max-width: 265px;
  }
  .why-meridian {
    min-height: 700px;
  }
  .why-meridian .swiper-wrapper {
    flex-flow: column nowrap;
    max-width: 520px;
  }
  .why-meridian .swiper-slide+.swiper-slide {
    margin-top: 40px;
  }
  .why-meridian .swiper-pagination {
    display: none;
  }
  .why-meridian__content {
    width: 49%;
    padding: 90px 30px 40px 0;
  }
  .why-meridian__img {
    width: 51%;
  }
  .narrow-hero {
    min-height: 320px;
  }
  .wide-hero {
    padding: 100px 40px;
    min-height: 500px;
  }
  .accessories-tile__item {
    width: 50%;
  }
  .press-load-more {
    text-align: center;
  }
  .testimonals-block--1 .testimonals-block__decor {
    bottom: 0;
  }
  .testimonals-block--1 .testimonals-block__people {
    top: 0;
  }
  .testimonals-block--1 .testimonals-quote {
    left: 13%;
    bottom: 29%;
    max-width: 760px;
  }
  .testimonals-block--2 .testimonals-quote {
    right: 12%;
    top: 27%;
    max-width: 760px;
  }
  .testimonals-quote {
    width: 55%;
  }
  .product__card {
    width: 46%;
    max-width: 615px;
  }
  .product__info {
    width: 54%;
    padding-left: 30px;
  }
  .product-slider-main .swiper-pagination {
    display: none;
  }
  .product-compatibility {
    max-width: 620px;
  }
  .product-compatibility.hide-desktop-link .product-compatibility__title a {
    display: none;
  }
  .product-tabs-body {
    border: 1px solid var(--color-black);
    margin-top: -1px;
  }
  .product-tabs-body__section {
    padding: 36px 36px 25px;
    height: 100%;
  }
  .product-tabs-body__title {
    display: none;
  }
  .form-row {
    margin: 0 -6px;
  }
  .form-item {
    flex-grow: 1;
    width: calc(33.33% - 12px);
    margin: 6px;
  }
}
@media only screen and (min-width: 1025px) {
  .content-offset .content-section__video {
    width: 44%;
  }
  .content-offset .content-section__text {
    width: 56%;
    padding: 0 40px 0 50px;
  }
  .content-section--narrow .content-section__filling .content {
    max-width: 425px;
  }
  .content-section--reverse .content-section__text {
    width: 53.5%;
  }
  .content-section--reverse .content-section__video {
    width: 44.5%;
  }
  .full-section__img {
    width: 50%;
    padding-right: 40px;
    padding-top: 30px;
  }
  .full-section__content {
    width: 50%;
    padding: 70px 14px 70px 0;
  }
  .modal {
    left: -.125em;
    margin: 2rem;
  }
  .modal:not(.is-visible) {
    transform: scale(.9);
  }
  .modal-close-btn {
    top: -10px;
    left: 100%;
    font-size: 50px;
    width: 60px;
    height: 60px;
  }
  .modal-container {
    justify-content: center;
    text-align: center;
  }
  .header-burger {
    display: none;
  }
  .footer-menu {
    padding-left: 30px;
    width: 80%;
    max-width: 880px;
    align-self: flex-start;
    padding-top: 10px;
  }
  .footer-subscribe {
    max-width: 940px;
    padding-right: 30px;
  }
  .footer-info {
    width: 20%;
    max-width: 280px;
    flex-flow: column nowrap;
  }
  .hide-desk {
    display: none!important;
  }
  .home-hero-wrap {
    height: 100vh;
    max-height: 730px;
    padding: 100px 0 80px;
  }
  .home-hero {
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-end;
  }
  .home-hero__title {
    margin-bottom: 40px;
    margin-top: 9.5%;
  }
  .home-hero__list,
  .home-hero__title {
    width: 50%;
    max-height: 620px;
  }
  .home-hero__img {
    position: absolute;
    width: 50%;
    left: 0;
    top: 0;
    padding: 20px 40px;
  }
  .create-system__content {
    padding-left: 20px;
    padding-right: 20px;
    width: 38%;
    margin-top: -60px;
  }
  .create-system__content .content {
    max-width: 360px;
  }
  .create-system__greed {
    width: 62%;
  }
  .create-system__greed .create-system-tile {
    max-width: 790px;
    margin: 0 auto;
  }
  .accessories-tile__item {
    width: 25%;
  }
  .faqs-wrap {
    max-width: 790px;
  }
  .team-tile {
    margin: 0 -15px;
    padding-bottom: 50px;
  }
  .team-tile .team-card {
    width: calc(50% - 30px);
    margin: 0 15px 30px;
  }
  .team-card__content {
    max-width: 340px;
  }
  .article__main {
    width: 76%;
    padding-top: 75px;
  }
  .article__aside {
    width: 24%;
    padding-top: 75px;
  }
  .article-inner__heading {
    order: -1;
  }
  .news-tile-slider .swiper-wrapper,
  .press-tile-slider .swiper-wrapper {
    display: flex;
    flex-flow: row wrap;
    transform: none!important;
  }
  .news-tile-slider .swiper-slide {
    width: 100%;
  }
  .news-tile-slider .swiper-slide .news-card__body {
    padding-left: 0;
    padding-right: 0;
  }
  .product__info {
    padding-left: 60px;
  }
}
@media only screen and (min-width: 1201px) {
  .content-section--narrow .content-section__filling {
    width: 40%;
  }
  .content-section--narrow .content-section__img {
    width: 60%;
  }
  .content-section--reverse .content-section__text,
  .content-section--reverse .content-section__video {
    padding-left: 90px;
  }
}
@media only screen and (min-width: 1301px) {
  .header-bttns__mob {
    display: none;
  }
  .header-bttns .bttn {
    min-width: 120px;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    transition: none!important;
    animation-duration: .01ms!important;
    animation-iteration-count: 1!important;
    transition-duration: .01ms!important;
    scroll-behavior: auto!important;
  }
}
.disabled {
  opacity: .2;
}
.breadcrumb a {
  text-decoration: none;
  color: #ffffff;
}
.breadcrumb.breadcrumb--black a {
  color: #000000;
}
.custom-content > :last-child {
  margin: 0 auto;
  margin-bottom: 0;
}
.custom-content > :first-child {
  margin-top: 0;
}
.custom-content p {
  font-size: inherit;
}
.custom-content strong {
  font-weight: 800;
  font-size: inherit;
}
.custom-content ol,
.custom-content ul {
  padding-left: 24px;
  font-size: inherit;
}
.custom-content ul li {
  list-style-type: disc;
}
.custom-content ol li {
  list-style-type: decimal;
}
.custom-content a {
  text-decoration: underline;
}
.custom-content a:hover {
  text-decoration: none;
}
.custom-content h1,
.custom-content h2,
.custom-content h3,
.custom-content h4,
.custom-content h5,
.custom-content h6,
.custom-content p,
.custom-content ol,
.custom-content ul {
  line-height: normal;
  letter-spacing: 0;
}
.custom-content .custom-btn-1 {
  text-decoration: none;
}
.custom-content .link-arrow-basic {
  text-decoration: none;
}
.custom-content .link-arrow-basic:hover {
  text-decoration: underline;
}
.header-offer-content {
  font-size: 17px;
  font-weight: 600;
}
.header-offer-content h1,
.header-offer-content h2,
.header-offer-content h3,
.header-offer-content h4,
.header-offer-content h5,
.header-offer-content h6 {
  font-size: 40px;
  font-weight: 600;
  color: var(--color-green);
  margin: 20px 0;
}
.header-offer-content p {
  margin: 20px 0;
  line-height: normal;
}
.header-offer-content ol,
.header-offer-content ul {
  margin: 20px 0;
}
.header-offer-content ol li,
.header-offer-content ul li {
  margin: 8px 0;
}
.header-offer-content ol li::marker,
.header-offer-content ul li::marker {
  color: var(--color-green);
  font-weight: 700;
}
.header-offer-content strong {
  font-weight: 700;
}
.brental-intro {
  font-size: 17px;
  font-weight: 600;
}
.brental-intro h1,
.brental-intro h2,
.brental-intro h3,
.brental-intro h4,
.brental-intro h5,
.brental-intro h6 {
  font-size: 40px;
  font-weight: 600;
  margin: 20px 0;
}
.brental-intro p {
  margin: 20px 0;
  line-height: normal;
}
.brental-intro ol,
.brental-intro ul {
  margin: 20px 0;
}
.brental-intro ol li,
.brental-intro ul li {
  margin: 8px 0;
}
.brental-intro ol li::marker,
.brental-intro ul li::marker {
  color: var(--color-green);
  font-weight: 700;
}
.brental-intro strong {
  font-weight: 700;
}
.two-col-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.two-col-list li {
  width: 46%;
}
@media all and (max-width: 470px) {
  .two-col-list li {
    width: 100%;
  }
}
.why-content {
  font-size: 16px;
  font-weight: 500;
}
.why-content h1,
.why-content h2,
.why-content h3,
.why-content h4,
.why-content h5,
.why-content h6 {
  font-size: 40px;
  font-weight: 600;
  color: var(--color-green);
  margin: 18px 0;
}
.why-content p {
  margin: 18px 0;
}
.why-content ol,
.why-content ul {
  margin: 18px 0;
}
.why-content ol li:not(:last-child),
.why-content ul li:not(:last-child) {
  margin-bottom: 10px;
}
.why-content ol li::marker,
.why-content ul li::marker {
  color: var(--color-green);
  font-weight: 700;
}
.why-content strong {
  font-weight: 700;
}
.quizsec-content {
  font-size: 16px;
  font-weight: 500;
  color: var(--color-white);
}
.quizsec-content h1,
.quizsec-content h2,
.quizsec-content h3,
.quizsec-content h4,
.quizsec-content h5,
.quizsec-content h6 {
  font-size: 28px;
  font-weight: 700;
  margin: 18px 0;
}
.quizsec-content p {
  margin: 18px 0;
  line-height: 23px;
}
.quizsec-content ol,
.quizsec-content ul {
  margin: 18px 0;
}
.quizsec-content ol li:not(:last-child),
.quizsec-content ul li:not(:last-child) {
  margin-bottom: 10px;
}
.quizsec-content ol li::marker,
.quizsec-content ul li::marker {
  color: var(--color-green);
  font-weight: 700;
}
.quizsec-content strong {
  font-weight: 700;
}
.product-content {
  font-size: 16px;
  font-weight: 500;
}
.product-content a {
  color: #000;
}
.product-content h1 {
  font-size: 40px;
  font-weight: 600;
  color: var(--color-green);
  margin: 18px 0 30px 0;
}
.product-content h2,
.product-content h3,
.product-content h4,
.product-content h5,
.product-content h6 {
  font-size: 24px;
  font-weight: 700;
  margin: 18px 0;
}
.product-content h3 {
  color: var(--color-text);
}
.product-content p {
  margin: 18px 0;
  line-height: 24px;
}
.product-content ol,
.product-content ul {
  margin: 18px 0;
}
.product-content ol li:not(:last-child),
.product-content ul li:not(:last-child) {
  margin-bottom: 10px;
}
.product-content ol li::marker,
.product-content ul li::marker {
  color: var(--color-green);
  font-weight: 700;
}
.product-content strong {
  font-weight: 700;
}
.product-win-content {
  font-size: 18px;
  font-weight: 500;
}
.product-win-content a {
  color: var(--color-text);
}
.product-win-content h1,
.product-win-content h2,
.product-win-content h3,
.product-win-content h4,
.product-win-content h5,
.product-win-content h6 {
  font-size: 22px;
  font-weight: 700;
  margin: 10px 0;
}
.product-win-content p {
  margin: 10px 0;
}
.product-win-content ol,
.product-win-content ul {
  margin: 10px 0;
}
.product-win-content ol li:not(:last-child),
.product-win-content ul li:not(:last-child) {
  margin-bottom: 10px;
}
.product-win-content ol li::marker,
.product-win-content ul li::marker {
  color: var(--color-green);
  font-weight: 700;
}
.product-win-content strong {
  font-weight: 700;
}
.prodextra-content {
  font-size: 16px;
  font-weight: 500;
}
.prodextra-content h1,
.prodextra-content h2,
.prodextra-content h3,
.prodextra-content h4,
.prodextra-content h5,
.prodextra-content h6 {
  font-size: 22px;
  font-weight: 600;
  margin: 18px 0;
}
.prodextra-content p {
  margin: 18px 0;
  line-height: 24px;
}
.prodextra-content ol,
.prodextra-content ul {
  line-height: 24px;
  margin: 18px 0;
}
.prodextra-content ol li:not(:last-child),
.prodextra-content ul li:not(:last-child) {
  margin-bottom: 10px;
}
.prodextra-content ol li::marker,
.prodextra-content ul li::marker {
  color: var(--color-green);
  font-weight: 700;
}
.prodextra-content strong {
  font-weight: 700;
}
.prodextra-content a {
  color: var(--color-text);
}
.emailsub-content {
  font-size: 16px;
}
.emailsub-content h2,
.emailsub-content p {
  margin: 8px 0;
}
.emailsub-content h2 {
  font-size: 28px;
  font-weight: 600;
  line-height: normal;
}
.emailsub-content p {
  color: var(--color-text-muted);
}
.emailsub-content ol,
.emailsub-content ul {
  line-height: 28px;
  margin: 15px 0;
}
.emailsub-content ol li:not(:last-child),
.emailsub-content ul li:not(:last-child) {
  margin-bottom: 8px;
}
.emailsub-content ol li::marker,
.emailsub-content ul li::marker {
  font-weight: 700;
}
.emailsub-content strong {
  font-weight: 700;
}
.real-slide-text {
  font-size: 16px;
}
.real-slide-text h1,
.real-slide-text h2,
.real-slide-text h3,
.real-slide-text h4,
.real-slide-text h5,
.real-slide-text h6 {
  font-size: 28px;
  font-weight: 700;
  margin: 15px 0;
  line-height: normal;
}
.real-slide-text p {
  margin: 15px 0;
  line-height: 25px;
}
.real-slide-text a {
  color: var(--color-text);
}
.real-slide-text ol,
.real-slide-text ul {
  line-height: 25px;
  margin: 15px 0;
}
.real-slide-text ol li:not(:last-child),
.real-slide-text ul li:not(:last-child) {
  margin-bottom: 8px;
}
.real-slide-text ol li::marker,
.real-slide-text ul li::marker {
  font-weight: 700;
}
.real-slide-text strong {
  font-weight: 700;
}
.sftact-slide-text {
  font-size: 15px;
}
.sftact-slide-text h1,
.sftact-slide-text h2,
.sftact-slide-text h3,
.sftact-slide-text h4,
.sftact-slide-text h5,
.sftact-slide-text h6 {
  font-size: 18px;
  font-weight: 500;
  margin: 10px 0;
  line-height: normal;
}
.sftact-slide-text p {
  margin: 10px 0;
  line-height: 1.4;
}
.sftact-slide-text a {
  color: var(--color-text);
}
.sftact-slide-text ol,
.sftact-slide-text ul {
  line-height: 25px;
  margin: 10px 0;
}
.sftact-slide-text ol li:not(:last-child),
.sftact-slide-text ul li:not(:last-child) {
  margin-bottom: 8px;
}
.sftact-slide-text ol li::marker,
.sftact-slide-text ul li::marker {
  font-weight: 700;
}
.sftact-slide-text strong {
  font-weight: 700;
}
.rental-content {
  font-size: 16px;
}
.rental-content h1,
.rental-content h2,
.rental-content h3,
.rental-content h4,
.rental-content h5,
.rental-content h6 {
  margin: 10px 0;
  font-weight: 600;
  line-height: normal;
}
.rental-content h1 {
  font-size: 40px;
}
.rental-content h2 {
  font-size: 28px;
}
.rental-content h3,
.rental-content h4,
.rental-content h5,
.rental-content h6 {
  font-size: 18px;
}
.rental-content p {
  margin: 10px 0;
  line-height: 25px;
}
.rental-content a {
  color: var(--color-text);
}
.rental-content ol,
.rental-content ul {
  font-weight: 600;
  line-height: 25px;
  margin: 10px 0;
}
.rental-content ol li:not(:last-child),
.rental-content ul li:not(:last-child) {
  margin-bottom: 8px;
}
.rental-content ol li::marker,
.rental-content ul li::marker {
  font-weight: 700;
}
.rental-content strong {
  font-weight: 700;
}
.vsmpsub-content {
  font-size: 20px;
  font-weight: 400;
}
.vsmpsub-content h1,
.vsmpsub-content h2,
.vsmpsub-content h3,
.vsmpsub-content h4,
.vsmpsub-content h5,
.vsmpsub-content h6 {
  margin: 60px 0 20px 0;
  font-weight: 600;
  line-height: normal;
}
.vsmpsub-content h1 {
  font-size: 40px;
}
.vsmpsub-content h2 {
  font-size: 30px;
}
.vsmpsub-content h3,
.vsmpsub-content h4,
.vsmpsub-content h5,
.vsmpsub-content h6 {
  font-size: 22px;
}
.vsmpsub-content p {
  font-weight: 400;
  margin: 20px 0;
  line-height: 25px;
}
.vsmpsub-content a {
  color: var(--color-text);
}
.vsmpsub-content ol,
.vsmpsub-content ul {
  line-height: 25px;
  margin: 20px 0;
}
.vsmpsub-content ol li:not(:last-child),
.vsmpsub-content ul li:not(:last-child) {
  margin-bottom: 8px;
}
.vsmpsub-content ol li::marker,
.vsmpsub-content ul li::marker {
  color: var(--color-green);
  font-weight: 700;
}
.vsmpsub-content strong {
  font-weight: 600;
}
.article-content {
  font-size: 16px;
}
.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6 {
  margin: 20px 0;
  font-weight: 600;
  line-height: normal;
}
.article-content h1 {
  font-size: 40px;
}
.article-content h2 {
  font-size: 30px;
}
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6 {
  font-size: 22px;
}
.article-content p {
  margin: 20px 0;
  line-height: 25px;
}
.article-content a {
  color: var(--color-text);
}
.article-content ol,
.article-content ul {
  font-weight: 600;
  line-height: 25px;
  margin: 20px 0;
}
.article-content ol li:not(:last-child),
.article-content ul li:not(:last-child) {
  margin-bottom: 8px;
}
.article-content ol li::marker,
.article-content ul li::marker {
  font-weight: 700;
}
.article-content strong {
  font-weight: 700;
}
.landing-content {
  font-size: 20px;
  font-weight: 500;
}
.landing-content a {
  color: var(--color-text);
}
.landing-content h1,
.landing-content h2,
.landing-content h3,
.landing-content h4,
.landing-content h5,
.landing-content h6 {
  font-size: 26px;
  font-weight: 700;
  margin: 15px 0;
}
.landing-content p {
  margin: 15px 0;
}
.landing-content ol,
.landing-content ul {
  margin: 15px 0;
}
.landing-content ol li:not(:last-child),
.landing-content ul li:not(:last-child) {
  margin-bottom: 10px;
}
.landing-content strong {
  font-weight: 600;
}
.landing-content .custom-btn-large {
  text-decoration: none;
  margin: 10px 0;
}
.america-content-1 {
  font-size: 16px;
  line-height: 24px;
}
.america-content-1 h1,
.america-content-1 h2,
.america-content-1 h3,
.america-content-1 h4,
.america-content-1 h5,
.america-content-1 h6 {
  line-height: normal;
}
.america-content-1 ul,
.america-content-1 ol {
  line-height: inherit;
}
.america-content-1 p {
  line-height: normal;
}
.america-content-1 ul,
.america-content-1 ol {
  margin: 16px 0;
}
.america-content-1 ul li::marker,
.america-content-1 ol li::marker {
  color: var(--color-green);
}
.america-content-1 h1,
.america-content-1 h2,
.america-content-1 h3,
.america-content-1 h5,
.america-content-1 h6 {
  margin: 10px 0;
}
.america-content-1 h4,
.america-content-1 h1,
.america-content-1 h5 {
  margin: 8px 0;
}
.america-content-1 h1 {
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
}
.america-content-1 h2 {
  font-size: 28px;
  font-weight: 600;
  line-height: 120%;
}
.america-content-1 h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  margin: 2px 0;
}
.america-content-1 h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}
.america-content-1 h5 {
  font-size: 20px;
  font-weight: 500;
  margin-top: 14px;
}
.america-content-1 .link-with-arrow {
  font-size: 18px;
  color: inherit;
  text-decoration: none;
  display: inline-block;
  font-weight: 500;
  padding-right: 28px;
  background: url(redesign/img/link-with-arrow.svg) no-repeat right center;
}
.america-content-1 .link-with-arrow:hover {
  text-decoration: underline;
}
.america-content-2 h3,
.america-content-2 h5 {
  margin: 8px 0;
}
.america-content-2 h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
}
.america-content-2 h3 {
  font-weight: 700;
  font-size: 28px;
  line-height: 120%;
}
.america-content-2 h4 {
  font-size: 18px;
  font-weight: 500;
}
.america-content-2 h5 {
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
}
.america-content-2 p {
  line-height: normal;
}
.celeb-content {
  font-size: 20px;
  line-height: 150%;
}
.celeb-content ul,
.celeb-content ol,
.celeb-content p {
  margin: 10px 0;
}
.celeb-content h1,
.celeb-content h2,
.celeb-content h3,
.celeb-content h4,
.celeb-content h5,
.celeb-content h6 {
  margin: 10px 0;
  line-height: normal;
  font-family: "Gelasio", serif;
}
.celeb-content p,
.celeb-content ul,
.celeb-content ol {
  line-height: inherit;
}
.celeb-content h1 {
  font-weight: 600;
  font-size: 42px;
  line-height: 120%;
}
.home-v2-content {
  font-size: 16px;
  line-height: 24px;
}
.home-v2-content h1,
.home-v2-content h2,
.home-v2-content h3,
.home-v2-content h4,
.home-v2-content h5,
.home-v2-content h6 {
  line-height: normal;
}
.home-v2-content p,
.home-v2-content ul,
.home-v2-content ol {
  line-height: inherit;
}
.home-v2-content p {
  margin: 4px 0 24px;
}
.home-v2-content ul,
.home-v2-content ol {
  margin: 20px 0;
}
.home-v2-content ul li,
.home-v2-content ol li {
  margin: 2px 0;
  margin-bottom: 16px;
}
.home-v2-content h1,
.home-v2-content h2,
.home-v2-content h3,
.home-v2-content h4,
.home-v2-content h5,
.home-v2-content h6 {
  margin: 10px 0;
}
.home-v2-content h1 {
  font-size: 28px;
  font-weight: 600;
  line-height: 120%;
  margin: 28px 0;
  margin-bottom: 8px;
}
.home-v2-content h2 {
  font-size: 28px;
  font-weight: 600;
  line-height: 120%;
  margin: 20px 0;
}
.home-v2-content h3 {
  font-size: 24px;
  font-weight: 600;
}
.home-v2-content h4 {
  font-size: 20px;
  font-weight: 600;
}
.home-v2-content h5 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 16px;
  margin-left: 0 !important;
}
.home-v2-content .custom-sub {
  font-size: 14px;
}
.wz-content {
  font-size: 16px;
  line-height: 24px;
}
.wz-content h1,
.wz-content h2,
.wz-content h3,
.wz-content h4,
.wz-content h5,
.wz-content h6 {
  line-height: normal;
}
.wz-content p,
.wz-content ul,
.wz-content ol {
  line-height: inherit;
}
.wz-content p {
  margin: 10px 0 23px;
}
.wz-content ul,
.wz-content ol {
  margin: 16px 0;
}
.wz-content ul li,
.wz-content ol li {
  margin: 2px 0;
}
.wz-content ul li::marker,
.wz-content ol li::marker {
  color: var(--color-green);
}
.wz-content h1 {
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
  text-align: center;
}
.wz-content h2 {
  font-size: 28px;
  font-weight: 600;
  line-height: 120%;
  margin: 20px 0;
}
.wz-content h3 {
  font-size: 20px;
  font-weight: 700;
}
.wz-content h4 {
  font-size: 18px;
  font-weight: 700;
}
.wz-content h5 {
  font-size: 20px !important;
  font-weight: 500;
  margin-top: 14px;
  text-align: center;
}
.wz-content .custom-sub {
  font-size: 14px;
}
.form-content {
  font-size: 12px;
  font-weight: 500;
}
.form-content a {
  color: var(--color-black);
}
.form-content h1,
.form-content h2,
.form-content h3,
.form-content h4,
.form-content h5,
.form-content h6 {
  font-size: 20px;
  font-weight: 700;
  margin: 15px 0;
}
.form-content p {
  margin: 15px 0;
}
.form-content ol,
.form-content ul {
  margin: 15px 0;
}
.form-content ol li:not(:last-child),
.form-content ul li:not(:last-child) {
  margin-bottom: 10px;
}
.form-content strong {
  font-weight: 600;
}
.form-content .custom-btn-large {
  text-decoration: none;
  margin: 10px 0;
}
.america-v3-content {
  font-size: 16px;
  font-weight: 500;
  font-family: "Gelasio", serif;
}
.america-v3-content h1,
.america-v3-content h2,
.america-v3-content h3,
.america-v3-content h4,
.america-v3-content h5,
.america-v3-content h6 {
  font-size: 38px;
  font-weight: 500;
  line-height: 50px;
  margin: 24px 0;
}
.america-v3-content p {
  font-weight: 600;
  margin: 24px 0;
  font-size: 28px;
}
.base-content {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}
.base-content h1,
.base-content h2,
.base-content h3,
.base-content h4,
.base-content h5,
.base-content h6 {
  line-height: normal;
}
.base-content p,
.base-content ul,
.base-content ol {
  font-weight: inherit;
  line-height: inherit;
}
.base-content p {
  margin: 24px 0;
}
.base-content ul,
.base-content ol {
  font-size: 18px;
  margin: 10px 0;
}
.base-content ul li,
.base-content ol li {
  margin: 13px 0;
}
.base-content ul li::marker,
.base-content ol li::marker {
  border-left: 8px solid var(--color-green);
  color: var(--color-green);
}
.base-content ul li:last-child,
.base-content ol li:last-child {
  margin-bottom: 0;
}
.base-content ul li:first-child,
.base-content ol li:first-child {
  margin-top: 0;
}
.base-content h1,
.base-content h2,
.base-content h3,
.base-content h4,
.base-content h5,
.base-content h6 {
  margin: 10px 0;
}
.base-content h1 {
  font-size: 40px;
  font-weight: 600;
  line-height: 44px;
}
.base-content h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
  margin: 16px 0;
}
.base-content h3 {
  font-size: 20px;
  font-weight: 700;
}
.base-content h4 {
  font-size: 18px;
  font-weight: 700;
  margin: 4px 0;
}
.base-content h5 {
  font-size: 18px;
  font-weight: 700;
}
.base-content .custom-sub {
  font-size: 14px;
}
.base-content .link-with-arrow {
  font-size: 18px;
  color: inherit;
  text-decoration: none;
  display: inline-block;
  font-weight: 500;
  padding-right: 28px;
  background: url(redesign/img/link-with-arrow.svg) no-repeat right center;
}
.base-content .link-with-arrow:hover {
  text-decoration: underline;
}
.vb-content {
  font-size: 20px;
  line-height: 24px;
}
.vb-content h1,
.vb-content h2,
.vb-content h3,
.vb-content h4,
.vb-content h5,
.vb-content h6 {
  line-height: normal;
}
.vb-content h1,
.vb-content p {
  margin: 10px 0;
}
.vb-content h1 {
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
}
.vb-content h2 {
  font-size: 28px;
  font-weight: 600;
}
.vb-content p {
  font-size: inherit;
  color: var(--color-text);
}
.vbsys-content {
  font-size: 16px;
}
.vbsys-content h1,
.vbsys-content h2,
.vbsys-content h3,
.vbsys-content h4,
.vbsys-content h5,
.vbsys-content h6 {
  line-height: normal;
}
.vbsys-content h4,
.vbsys-content p {
  margin: 4px 0;
}
.vbsys-content h4 {
  font-size: 20px;
  font-weight: 600;
}
.vbsys-content p {
  font-size: inherit;
  color: var(--color-text-muted);
}
.info-strip-content h1,
.info-strip-content h2,
.info-strip-content h3,
.info-strip-content h4,
.info-strip-content h5,
.info-strip-content h6 {
  line-height: normal;
}
.info-strip-content h4 {
  font-size: 20px;
  font-weight: 600;
}
.vb-content-2 {
  font-size: 16px;
}
.vb-content-2 h1,
.vb-content-2 h2,
.vb-content-2 h3,
.vb-content-2 h4,
.vb-content-2 h5,
.vb-content-2 h6 {
  line-height: normal;
}
.vb-content-2 h3,
.vb-content-2 p {
  margin: 16px 0;
}
.vb-content-2 h3 {
  font-size: 24px;
  font-weight: 600;
}
.vb-content-2 p {
  font-size: inherit;
  color: var(--color-text-muted);
}
.quiz-content {
  font-size: 16px;
}
.quiz-content h1,
.quiz-content h2,
.quiz-content h3,
.quiz-content h4,
.quiz-content h5,
.quiz-content h6 {
  line-height: normal;
}
.quiz-content h2,
.quiz-content p {
  margin: 24px 0;
}
.quiz-content h2 {
  font-size: 28px;
  font-weight: 600;
}
.quiz-content p {
  font-size: inherit;
  color: var(--color-text-muted);
}
.vsmp-intro-content {
  font-size: 20px;
  line-height: 24px;
}
.vsmp-intro-content h1,
.vsmp-intro-content h2,
.vsmp-intro-content h3,
.vsmp-intro-content h4,
.vsmp-intro-content h5,
.vsmp-intro-content h6 {
  line-height: normal;
}
.vsmp-intro-content h1,
.vsmp-intro-content p {
  margin: 10px 0;
}
.vsmp-intro-content h1 {
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
}
.vsmp-intro-content p {
  font-size: inherit;
}
.vsmp-card-content {
  font-size: 16px;
}
.vsmp-card-content h1,
.vsmp-card-content h2,
.vsmp-card-content h3,
.vsmp-card-content h4,
.vsmp-card-content h5,
.vsmp-card-content h6 {
  line-height: normal;
}
.vsmp-card-content h1 {
  font-size: 40px;
  font-weight: 600;
}
.vsmp-card-content h3,
.vsmp-card-content p {
  margin: 16px 0;
}
.vsmp-card-content h3 {
  font-size: 24px;
  font-weight: 600;
}
.vsmp-card-content h4 {
  font-size: 20px;
  font-weight: 600;
}
.vsmp-card-content p {
  font-size: inherit;
  color: var(--color-text-muted);
}
.vsmp-card-content ol,
.vsmp-card-content ul {
  margin: 16px 0;
  color: var(--color-text-muted);
}
.vsmp-card-content ol li,
.vsmp-card-content ul li {
  margin-bottom: 12px;
}
.vsmp-card-content ol li:last-child,
.vsmp-card-content ul li:last-child {
  margin-bottom: 0;
}
.vsmp-card-content ol li::marker,
.vsmp-card-content ul li::marker {
  color: var(--color-green);
  font-weight: 700;
}
.act-prog-card-content {
  font-size: 16px;
}
.act-prog-card-content h1,
.act-prog-card-content h2,
.act-prog-card-content h3,
.act-prog-card-content h4,
.act-prog-card-content h5,
.act-prog-card-content h6 {
  line-height: normal;
}
.act-prog-card-content h4,
.act-prog-card-content p {
  margin: 14px 0;
}
.act-prog-card-content h4 {
  font-size: 20px;
  font-weight: 600;
}
.act-prog-card-content p {
  font-size: inherit;
  color: var(--color-text-muted);
}
.proc-content {
  font-size: 16px;
  line-height: 24px;
}
.proc-content h1,
.proc-content h2,
.proc-content h3,
.proc-content h4,
.proc-content h5,
.proc-content h6 {
  line-height: normal;
}
.proc-content h2,
.proc-content p {
  margin: 14px 0;
}
.proc-content h2 {
  font-size: 28px;
  font-weight: 600;
}
.proc-content p {
  font-size: inherit;
  color: var(--color-text-muted);
}
.hubgen-content {
  font-size: 16px;
}
.hubgen-content h1,
.hubgen-content h2,
.hubgen-content h3,
.hubgen-content h4,
.hubgen-content h5,
.hubgen-content h6 {
  line-height: normal;
}
.hubgen-content h2,
.hubgen-content p {
  margin: 4px 0;
}
.hubgen-content h2 {
  font-size: 28px;
  font-weight: 600;
}
.hubgen-content p {
  font-size: inherit;
  color: var(--color-text);
}
.em-content-1 {
  font-size: 18px;
}
.em-content-1 h1,
.em-content-1 h2,
.em-content-1 h3,
.em-content-1 h4,
.em-content-1 h5,
.em-content-1 h6 {
  line-height: normal;
}
.em-content-1 h1,
.em-content-1 h3,
.em-content-1 h4,
.em-content-1 h2 {
  font-weight: 600;
}
.em-content-1 h1 {
  font-size: 40px;
}
.em-content-1 h2 {
  font-size: 28px;
}
.em-content-1 h3 {
  font-size: 24px;
}
.em-content-1 h4 {
  font-size: 20px;
}
.em-content-1 p {
  line-height: 150%;
}
.em-content-1 ol,
.em-content-1 ul {
  color: var(--color-text-muted);
}
.em-content-1 ol li,
.em-content-1 ul li {
  margin-bottom: 4px;
}
.em-content-1 ol li:last-child,
.em-content-1 ul li:last-child {
  margin-bottom: 0;
}
.em-content-1 ol li::marker,
.em-content-1 ul li::marker {
  color: var(--color-green);
  font-weight: 700;
}
.m-16 h1,
.m-16 h2,
.m-16 h3,
.m-16 h4,
.m-16 h5,
.m-16 h6,
.m-16 p,
.m-16 ul,
.m-16 ol {
  margin: 16px 0;
}
.m-10 h1,
.m-10 h2,
.m-10 h3,
.m-10 h4,
.m-10 h5,
.m-10 h6,
.m-10 p,
.m-10 ul,
.m-10 ol {
  margin: 10px 0;
}
.m-4 h1,
.m-4 h2,
.m-4 h3,
.m-4 h4,
.m-4 h5,
.m-4 h6,
.m-4 p,
.m-4 ul,
.m-4 ol {
  margin: 4px 0;
}
.mt-0 {
  margin-top: 0;
}
.fz-16 {
  font-size: 16px;
}
.fz-16 p {
  line-height: normal;
}
@media all and (max-width: 575.98px) {
  .fz-14-mob {
    font-size: 14px;
  }
  .m-12-mob h1,
  .m-12-mob h2,
  .m-12-mob h3,
  .m-12-mob h4,
  .m-12-mob h5,
  .m-12-mob h6,
  .m-12-mob p,
  .m-12-mob ul,
  .m-12-mob ol {
    margin: 12px 0;
  }
  .m-2-mob h1,
  .m-2-mob h2,
  .m-2-mob h3,
  .m-2-mob h4,
  .m-2-mob h5,
  .m-2-mob h6,
  .m-2-mob p,
  .m-2-mob ul,
  .m-2-mob ol {
    margin: 2px 0;
  }
}
.text-center {
  text-align: center;
}
.america .america-v3-intro p {
  color: var(--color-white);
}
.show-mob {
  display: none;
}
.show-tb {
  display: none;
}
body {
  color: var(--color-text) !important;
}
body p {
  color: var(--color-text-muted);
}
.header {
  box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.1);
}
.menu-mob-nav__icon {
  margin-left: 0 !important;
  width: 50px !important;
  transform: rotate(0deg);
}
.menu-mob-nav__link {
  width: 80% !important;
}
.js-quiz-form select {
  border: none !important;
  padding: 15px 30px 17px 15px !important;
  color: #7e7e7e !important;
}
.vehicle-barriers h1 {
  max-width: 500px;
  margin: 0 auto;
}
.vehicle-barriers-intro img {
  max-width: 140px !important;
  margin: 32px !important;
}
.vehicle-barriers-card .custom-content {
  padding-left: 0 !important;
}
.two-col-list {
  color: var(--color-text-muted);
}
.two-col-list li {
  width: 50% !important;
}
.product-content {
  color: var(--color-text-muted);
}
.rental-content h1 {
  color: var(--color-green);
}
.page-template-page-vsmp-php sup,
.support-content sup,
.rental-content sup {
  font-size: 0.5em;
  top: -1.1em !important;
}
.container-1040 h2,
.container-1040 h3,
.container-1040 p,
.container-1040 div {
  color: var(--color-text);
}
.contact-page h2,
.contact-page h3,
.contact-page p,
.contact-page div {
  color: var(--color-text-muted);
}
.support-content li {
  font-weight: 500;
  margin-bottom: 14px !important;
}
.product-customize h3 {
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 18px !important;
}
.menu-mob-lvl__title {
  text-transform: none !important;
  font-size: 13px !important;
}
.header-nav__link {
  color: var(--color-text) !important;
}
.header-nav-drop__link {
  font-weight: 500;
  font-size: 15px;
  color: var(--color-text) !important;
}
.footer-menu__list-link:hover {
  color: var(--color-white);
  text-decoration: underline;
}
.footer-menu__list-link img {
  width: 17px;
  height: auto;
  margin-left: 1px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.bttn.header-contact {
  text-transform: none !important;
}
.menu-mob-nav__link {
  text-transform: none !important;
  font-size: 13px !important;
}
.menu-mob-lvl-nav__link {
  font-size: 13px !important;
}
.header-offer-content h1 {
  font-size: 34px;
  max-width: 500px;
}
.header-offer-content h3 {
  color: var(--color-text);
  font-size: 22px;
}
.header-offer .home-v2-content ul li::marker {
  color: var(--color-green);
  font-size: 13px;
}
.product-slider .product-slider-thumbs {
  margin-top: -120px;
}
.quizsec {
  padding-bottom: 40px;
  margin-top: 120px;
}
.quizsec .sec-title {
  margin-bottom: 25px;
}
.quizsec-content h2 {
  font-size: 28px;
}
.quizsec-content p {
  padding-left: 25px;
}
.home .action {
  margin-bottom: 50px;
}
.vsmpsub-content ul li {
  font-size: 18px;
  color: var(--color-text-muted);
}
.vsmpsub-content ul li:not(:last-child) {
  margin-bottom: 10px;
}
.product-content h2 {
  color: var(--color-text);
  max-width: 550px;
}
.product-content p,
.product-content ul {
  color: var(--color-text-muted);
}
.product-content h4 {
  font-size: 16px;
}
.product-content .custom-btn-big {
  margin-top: 20px;
  color: var(--color-text);
  text-decoration: none;
}
.product-content p {
  margin: 0 !important;
}
.product-content ul {
  margin: 8px 0;
}
.product-content p a {
  color: var(--color-text-strong);
}
.product-content p {
  line-height: 22px !important;
}
.product-content ul li {
  margin-bottom: 0 !important;
  line-height: 22px;
}
.product-win ul li {
  font-size: 18px;
}
.product-slider-thumbs .swiper-slide {
  max-width: 100px !important;
}
.product-content ul li a {
  color: var(--color-text-strong);
}
.product-win-content {
  color: var(--color-text);
}
.product-win-content li {
  color: var(--color-text-muted);
}
.product-win-content a {
  color: var(--color-text-strong);
}
.prodextra-content {
  color: var(--color-text);
}
.emailsub-content {
  text-align: center;
  color: var(--color-text);
}
.emailsub-content a {
  color: var(--color-text);
}
.rental-content h2 {
  color: var(--color-text);
}
.rental-content ul {
  color: var(--color-text-muted);
}
.rental-content ol li::marker,
.rental-content ul li::marker {
  color: var(--color-green);
}
.rental-inner .product-win p,
.rental-inner .product-win ul {
  font-size: 18px;
}
body .header-nav__item.header-drop:after {
  content: none !important;
}
.vsmp-card-img img,
.brental-v2-intro-img img,
.em-intro-bg img,
.vsmp-intro-bg img,
.america-v3-intro-imgs img,
.home-safety-col-1 img,
.brental-card-img img,
.workzone-card-img img,
.article-img img,
.blog-card-img img,
.vsmp-img img,
.real-slide-inner .real-slide-img,
.sftact-slide-inner .real-slide-img {
  height: 100%;
  display: block;
  width: 100%;
  object-fit: cover;
}
.certv2-col-2 img,
.extras-slide-inner img,
.learn-card-img img,
.learn-card-img-trans img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.page-template-page-america-250-v1 .custom-container,
.page-template-page-america-250-v2 .custom-container,
.page-template-page-barrier-rentals .custom-container,
.page-template-page-rental-v2 .custom-container {
  max-width: 1240px;
}
.custom-container {
  padding: 0 15px;
  max-width: 1350px;
  margin: 0 auto;
}
.custom-container.v2 {
  max-width: 1350px;
}
.custom-container.container-1160 {
  max-width: 1160px;
}
.custom-container.container-1240 {
  max-width: 1270px;
}
.custom-container.container-1350 {
  max-width: 1350px;
}
.main {
  overflow: hidden;
}
.header-container {
  padding: 0 15px;
  max-width: 1310px;
  margin: 0 auto;
}
.custom-btn,
.custom-btn-transparent {
  font-size: 14px;
  font-weight: 600;
  background: var(--color-white);
  border: 1px solid var(--color-dark);
  color: var(--color-dark);
  display: inline-block;
  padding: 0.5em 3.2em;
  text-decoration: none;
  transition: 0.3s;
  border-radius: 5px;
}
.custom-btn:hover,
.custom-btn-transparent:hover {
  background: var(--color-dark-hover);
  border-color: var(--color-dark-hover);
  color: var(--color-white);
}
.custom-btn-transparent {
  background: transparent;
}
.custom-btn-big {
  font-size: 15px;
  font-weight: 700;
  background: var(--color-white);
  border: 1px solid var(--color-text);
  color: var(--color-text);
  display: inline-block;
  padding: 1.2em 2.2em;
  text-decoration: none;
  transition: 0.3s;
  border-radius: 12px;
}
.custom-btn-big:hover {
  background: var(--color-dark-hover);
  border-color: var(--color-dark-hover);
  color: var(--color-white);
}
.custom-btn-med {
  font-size: 18px;
  font-weight: 700;
  background: var(--color-white);
  border: 1px solid var(--color-dark);
  color: var(--color-dark);
  display: inline-block;
  padding: 16px 30px;
  text-decoration: none;
  transition: 0.3s;
  border-radius: 8px;
}
.custom-btn-med:hover {
  background: var(--color-dark-hover);
  border-color: var(--color-dark-hover);
  color: var(--color-white);
}
@media all and (max-width: 575.98px) {
  .custom-btn-med {
    padding: 10px 16px;
  }
}
.custom-btn-large {
  font-size: 18px;
  font-weight: 700;
  background: var(--color-white);
  border: 1px solid var(--color-text);
  color: var(--color-text);
  display: inline-block;
  padding: 15px 20px;
  text-decoration: none;
  transition: 0.3s;
  border-radius: 10px;
}
.custom-btn-large:hover {
  background: var(--color-dark-hover);
  border-color: var(--color-dark-hover);
  color: var(--color-white);
}
.custom-btn-large.em {
  font-size: 16px;
  padding: 18px 22px;
}
.custom-btn-large.dark {
  color: var(--color-white);
  border: 1px solid rgb(61, 68, 83);
  background: rgb(61, 68, 83);
}
.custom-btn-large.dark:hover {
  color: rgb(61, 68, 83);
  background: var(--color-white);
}
.cta-btn {
  font-size: 16px;
  font-weight: 700;
  background: var(--color-white);
  border: 1px solid var(--color-text);
  color: var(--color-text);
  display: inline-block;
  padding: 16px 24px;
  text-decoration: none;
  transition: 0.3s;
  border-radius: 10px;
}
.cta-btn:hover {
  background: var(--color-dark-hover);
  border-color: var(--color-dark-hover);
  color: var(--color-white);
}
.custom-btn-xl {
  font-size: 18px;
  font-weight: 700;
  background: var(--color-white);
  border: 1px solid var(--color-text);
  color: var(--color-text);
  display: inline-block;
  padding: 20px 31px;
  text-decoration: none;
  transition: 0.3s;
  border-radius: 12px;
}
.custom-btn-xl:hover {
  background: var(--color-dark-hover);
  border-color: var(--color-dark-hover);
  color: var(--color-white);
}
.custom-btn-large-reverse {
  font-size: 20px;
  font-weight: 400;
  background: var(--color-dark-hover);
  border: 1px solid var(--color-dark-hover);
  color: var(--color-text);
  color: var(--color-white);
  display: inline-block;
  padding: 0.6em 2em;
  text-decoration: none;
  transition: 0.3s;
  border-radius: 12px;
}
.custom-btn-large-reverse:hover {
  background: var(--color-white);
  border-color: var(--color-text);
  color: var(--color-text);
}
.custom-btn-1 {
  font-size: 20px;
  font-weight: 600;
  background: var(--color-white);
  border: 1px solid var(--color-text);
  color: var(--color-text);
  display: inline-block;
  padding: 0.3em 0.6em;
  text-decoration: none;
  transition: 0.3s;
  border-radius: 8px;
}
.custom-btn-1:hover {
  background: var(--color-dark-hover);
  border-color: var(--color-dark-hover);
  color: var(--color-white);
}
.custom-btn-2 {
  font-size: 16px;
  font-weight: 600;
  background: var(--color-white);
  border: 1px solid var(--color-dark);
  color: var(--color-dark);
  display: inline-block;
  padding: 0.7em 2.2em;
  text-decoration: none;
  transition: 0.3s;
  border-radius: 5px;
}
.custom-btn-2:hover {
  background: var(--color-dark-hover);
  border-color: var(--color-dark-hover);
  color: var(--color-white);
}
body .header-nav {
  flex-grow: unset;
}
body .header {
  background: var(--color-white);
}
body .header-nav__link {
  color: var(--color-text);
  font-size: 16px;
  font-weight: 500;
}
body .header-logo {
  max-width: 210px;
}
body .header-contact {
  background: var(--color-white);
  border-color: var(--color-dark);
  color: var(--color-dark);
  padding: 0.5em 4.2em;
  min-height: unset;
  border-radius: 5px;
}
body .header-contact:hover {
  background: var(--color-dark-hover);
  border-color: var(--color-dark-hover);
  color: var(--color-white);
}
body .header-nav__item.header-drop {
  padding-right: 25px;
}
body .header-nav__item.header-drop:hover:after {
  top: 3px;
}
body .header-nav__item.header-drop:after {
  content: "V";
  top: 0;
  background: transparent;
  color: var(--color-green);
  font-size: 16px;
  font-weight: 500;
}
.header-offer {
  padding: 80px 0 80px;
}
.header-offer-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.header-offer-col-1 {
  width: 46%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-offer-col-1 video {
  max-height: 360px;
  display: block;
  border: none;
  outline: none;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.header-offer-col-2 {
  width: 54%;
}
.header-offer-col-1.v2,
.header-offer-col-2.v2 {
  width: 50%;
}
.header-offer-list a {
  display: inline-block;
  position: relative;
  font-size: 20px;
  color: var(--color-green) !important;
  font-weight: 700;
  padding-right: 10px;
}
.header-offer-list a:not(:last-child):after {
  content: "";
  display: block;
  height: 90%;
  width: 3px;
  background: var(--color-black);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.learn {
  padding: 60px 0;
}
.learn-box {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
  gap: 30px;
}
.learn-box-v2 {
  margin-top: 0;
  gap: 28px;
}
.learn-box-v2 p {
  color: rgba(0, 0, 0, 0.6);
}
.learn-box-v2 h4 {
  margin: 8px 0 24px;
}
.learn-card-img-trans {
  padding: 20px;
}
.learn-card {
  position: relative;
  padding-bottom: 40px;
}
.learn-card .link-with-arrow-18 {
  margin-top: 16px;
}
.learn-card .custom-slider {
  border: 1px solid transparent;
  border-radius: 10px;
  transition: border 0.3s;
}
.learn-card:hover .learn-card-img,
.learn-card:hover .custom-slider,
.learn-card:hover .learn-card-img-trans {
  border: 1px solid var(--color-green);
}
.learn-card:hover .learn-card-link {
  border-bottom: 1px solid var(--color-black);
}
.learn-card:hover .link-with-arrow-v2 {
  text-decoration: underline;
  background: url(redesign/img/link-with-arrow-green.svg) no-repeat right center;
}
.learn-card-img {
  background: var(--color-grey-light);
}
.learn-card-img,
.learn-card-img-trans {
  transition: 0.3s;
  border: 1px solid transparent;
  height: 370px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  border-radius: 16px;
}
.learn-card-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--color-text);
}
.learn-card-desc {
  font-size: 16px;
  font-weight: 500;
}
.learn-card-link {
  font-size: 16px;
  padding: 1px 0;
  font-weight: 600;
  position: absolute;
  text-decoration: none;
  bottom: 0;
  left: 0;
  color: var(--color-text);
  display: inline-block;
  transition: 0.3s;
  border-bottom: 1px solid transparent;
}
.learn-card-link-cover {
  z-index: 9;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
}
.sec-title {
  color: var(--color-text);
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: normal;
}
.why {
  padding: 50px 0;
}
.why-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wz-content h5 {
  font-size: 18px;
}
.why-col-1 {
  width: 46%;
}
.why-col-1 .custom-content {
  max-width: 560px;
  font-size: 16px;
}
.why-col-1 .custom-btn {
  margin-top: 50px;
}
.why-col-2 {
  width: 49%;
}
.why-col-2 iframe {
  width: 100% !important;
  height: 370px;
}
.quiz-box {
  position: relative;
  border: 1px solid var(--color-green);
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  border-radius: 10px;
}
.quiz-col-1 {
  width: 26%;
  background: var(--color-charcoal);
  display: flex;
  align-items: center;
  padding: 33px 28px 33px 15px;
  text-align: right;
  min-height: 300px;
}
.quiz-col-1 .custom-content {
  width: 100%;
}
.quiz-col-2 {
  width: 74%;
  padding-bottom: 40px;
}
.quiz__quest {
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
}
.quiz__answers {
  width: 100%;
}
.quiz__answers .swiper-slide {
  padding: 0 62px;
}
.quiz-quest-title {
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0;
  text-align: left;
  color: var(--color-green);
  padding: 24px 150px 15px 0;
}
.quiz-slide-holder {
  max-width: 826px;
  margin: auto;
}
body .quiz-answers-grid {
  padding: 0;
  justify-content: space-between;
}
body .quiz-answers-col {
  width: calc(50% - 10px);
  padding-left: 1px;
  padding-right: 1px;
}
body .quiz-answer {
  margin: 10px 0;
}
body .quiz-answer__number {
  display: none;
}
body .quiz-answer__inner {
  background: var(--color-white);
  border: 1px solid var(--color-text);
  color: var(--color-text);
  border-radius: 12px;
  text-align: center;
  justify-content: center;
  min-height: 60px;
  padding: 10px 62px;
}
body .quiz-answer__inner:hover {
  border: 1px solid var(--color-green);
  background: var(--color-grey-light);
}
body .quiz-answer__value {
  font-size: 16px;
  line-height: normal;
  font-weight: 700;
  padding: 0;
}
body .quiz-answer__bttn:checked + .quiz-answer__inner {
  color: var(--color-dark-hover);
  background: var(--color-white);
  border: 1px solid var(--color-dark-hover);
}
body .quiz-answer__bttn:checked + .quiz-answer__inner:after {
  content: "";
  position: absolute;
  left: 23px;
  top: 50%;
  margin-top: -21px;
  height: 44px;
  width: 44px;
  background: url(redesign/img/tick.png) no-repeat center center/contain;
}
.js-quiz {
  position: relative;
}
.quiz-prev-btn {
  position: absolute;
  z-index: 9;
  width: 30px;
  height: 30px;
  top: 22px;
  left: 18px;
  transform: rotate(180deg);
}
.quiz-prev-btn:after,
.quiz-prev-btn:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(redesign/img/quiz-ico-transparent.png) no-repeat center center/contain;
  z-index: 9;
}
.quiz-prev-btn:before {
  z-index: 10;
  opacity: 0;
  background: url(redesign/img/quiz-ico-solid.png) no-repeat center center/contain;
  transition: 0.3s;
}
.quiz-prev-btn:hover:before {
  opacity: 1;
}
.quiz-step-box {
  position: absolute;
  z-index: 9;
  top: 22px;
  right: 18px;
}
.quiz-steps,
.quiz-steps-active {
  display: flex;
  align-items: center;
}
.quiz-step,
.quiz-step-active {
  width: 30px;
  height: 30px;
  background: url(redesign/img/quiz-ico-transparent.png) no-repeat center center/contain;
  margin-left: -3px;
}
.quiz-step-active {
  background: url(redesign/img/quiz-ico-solid.png) no-repeat center center/contain;
}
.quiz-steps-active {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}
body .footer {
  background: var(--color-green);
}
body .footer-copy {
  font-size: 11px;
  line-height: 16px;
}
body .footer-bottom {
  padding: 0;
}
body .footer-menu {
  padding: 0;
}
body .footer-address {
  padding: 0;
  margin-bottom: 20px;
}
body .footer-copy {
  margin: 30px 0 0;
}
.reg-soc {
  display: flex;
  align-items: center;
}
.reg-soc a:not(:last-child) {
  margin-right: 20px;
}
.reg-soc a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
.reg-soc a:hover {
  transform: scale(1.2) translateZ(0);
}
.reg-soc a img {
  max-width: 100%;
}
.footer-inner {
  justify-content: space-between;
  display: flex;
  flex-flow: row wrap;
  padding: 40px 0 30px 0;
}
@media only screen and (min-width: 1025px) {
  .footer-info {
    width: 22%;
    padding-left: 10px;
  }
  .footer-menu {
    width: 72%;
  }
}
@media only screen and (max-width: 1025px) {
  .footer-info {
    display: flex;
    justify-content: center;
  }
  .reg-soc {
    margin-top: 30px;
  }
  .footer-address {
    display: none;
  }
  .header-offer-content h1 {
    font-size: 28px !important;
  }
  .header-offer-content h3 {
    font-size: 22px !important;
  }
  .header-offer-content ul li {
    margin: 5px 0;
    width: 46% !important;
    font-size: 14px;
  }
  .colors-div3 {
    text-align: center;
  }
}
@media only screen and (max-width: 1200px) {
  .product-slider .product-slider-thumbs {
    margin-top: 10px !important;
  }
  body .header-logo {
    max-width: 160px;
  }
  body .header-contact {
    padding: 0.5em 2.2em;
  }
  body .header-nav__link,
  body .header-nav__item.header-drop:after {
    font-size: 14px;
  }
  body .header-nav__item.header-drop:after {
    top: 2px;
  }
  body .header-burger-bttn span,
  body .header-burger-bttn span:after,
  body .header-burger-bttn span:before {
    background: var(--color-black);
  }
  body .header-burger-bttn.active span {
    background: transparent;
  }
}
@media all and (max-width: 991.98px) {
  .quiz-box {
    display: block;
  }
  .quiz-col-1,
  .quiz-col-2 {
    width: 100%;
  }
  .quiz-col-1 {
    min-height: unset;
    text-align: center;
  }
  .quizsec-content p {
    padding-left: 0;
  }
  .quizsec-content h2,
  .quiz-quest-title {
    font-size: 16px;
  }
  .quiz__answers .swiper-slide {
    padding: 0 20px;
  }
  .quiz-col-2 {
    padding-bottom: 60px;
  }
  .quiz-prev-btn {
    top: auto;
    bottom: -40px;
  }
  .quiz-step-box {
    top: auto;
    bottom: -40px;
  }
  body .quiz-answer__bttn:checked + .quiz-answer__inner:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -15px;
    height: 30px;
    width: 30px;
    background: url(redesign/img/tick.png) no-repeat center center/contain;
  }
  body .quiz-answer__inner {
    padding: 10px 28px;
  }
  .accordeon__title-icon:before {
    display: none;
  }
  .accordeon__title-icon:after {
    font-weight: 500;
    content: "V";
    font-size: 16px;
    width: 15px;
    height: 15px;
    background: transparent;
  }
}
@media only screen and (min-width: 769px) {
  .footer-menu .accordeon__title-icon {
    display: none !important;
  }
}
@media all and (max-width: 767.98px) {
  .header-offer-col-1,
  .header-offer-col-2,
  .why-col-1,
  .why-col-2 {
    width: 100%;
  }
  .header-offer {
    padding: 20px 0 30px;
  }
  .learn-card-img {
    height: 260px;
  }
  .why-col-1 {
    margin-bottom: 30px;
  }
  .why-col-1 .custom-btn {
    margin-top: 20px;
  }
  .learn {
    padding: 30px 0 30px;
  }
  .first-learn {
    padding: 10px 24px 0px !important;
  }
  .archer-addons-left {
    max-width: 100% !important;
  }
}
@media all and (max-width: 575.98px) {
  .header-container .header-bttns__mob {
    display: none;
  }
  .header-logo {
    margin: 0;
  }
  .header-burger {
    margin: 0;
  }
  .hide-mobile {
    display: none;
  }
  .header-bttns {
    display: none;
  }
  .learn-box {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 20px;
    margin-top: 10px;
  }
  .sec-title {
    font-size: 22px;
  }
  .header-offer-content,
  .quizsec-content,
  .why-content,
  .emailsub-content {
    font-size: 14px;
  }
  .header-offer-content h1,
  .header-offer-content h2,
  .header-offer-content h3,
  .header-offer-content h4,
  .header-offer-content h5,
  .header-offer-content h6,
  .quizsec-content h1,
  .quizsec-content h2,
  .quizsec-content h3,
  .quizsec-content h4,
  .quizsec-content h5,
  .quizsec-content h6,
  .why-content h1,
  .why-content h2,
  .why-content h3,
  .why-content h4,
  .why-content h5,
  .why-content h6,
  .emailsub-content h1,
  .emailsub-content h2,
  .emailsub-content h3,
  .emailsub-content h4,
  .emailsub-content h5,
  .emailsub-content h6 {
    font-size: 22px;
    margin: 10px 0;
  }
  .header-offer-content p,
  .quizsec-content p,
  .why-content p,
  .emailsub-content p {
    margin: 10px 0;
    line-height: normal;
  }
  .header-offer-content ol,
  .header-offer-content ul,
  .quizsec-content ol,
  .quizsec-content ul,
  .why-content ol,
  .why-content ul,
  .emailsub-content ol,
  .emailsub-content ul {
    margin: 10px 0;
  }
  .header-offer-list a {
    font-size: 12px;
  }
  .learn-card-title {
    font-size: 16px;
  }
  .learn-card-desc {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .learn-card-img {
    height: 220px;
    border: 1px solid #919191;
  }
  .learn-card-link {
    font-size: 14px;
    left: 50%;
    transform: translateX(-50%);
  }
  .learn-card {
    padding-bottom: 25px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 8px;
  }
  .sec-title {
    text-align: center;
  }
  .quiz-col-1 {
    padding: 20px;
    text-align: left;
  }
  .quiz-quest-title {
    padding: 20px 0 20px 0;
    font-size: 22px;
  }
  body .quiz-answers-col {
    width: 100%;
  }
  .quizsec {
    position: relative;
    margin-top: 60px;
  }
  .why-col-2 iframe {
    width: 100% !important;
    height: 200px;
  }
  .footer-menu__title {
    font-size: 14px;
  }
  .footer-info {
    margin-bottom: 0;
  }
  body .footer-copy {
    margin: 0;
  }
  .reg-soc {
    margin: 30px 0;
  }
  .reg-soc a {
    width: 30px;
    height: 30px;
  }
}
.product-certificates-sprite {
  display: block;
}
.product-customize__title strong {
  font-size: 18px;
}
.product-compatibility__title {
  font-size: 18px;
  color: var(--color-text);
}
.product-compatibility {
  background: transparent;
  padding: 0;
}
.product-compatibility-card__title {
  font-size: 16px;
  font-weight: 500;
  color: var(--color-text);
  text-align: left;
}
.product-compatibility-card__img {
  height: 150px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.product-compatibility-card__img img {
  max-height: 100%;
}
.archer-addons-wrapper {
  padding: 22px 0 42px 0;
}
.archer-addons-inner {
  margin-top: 15px;
  padding: 40px 0;
  position: relative;
  z-index: 8;
}
.archer-addons-inner:after {
  content: "";
  position: absolute;
  left: -200%;
  width: 2000%;
  top: 0;
  height: 100%;
  background: var(--color-grey-light);
  z-index: -1;
}
.archer-addons {
  display: flex;
  justify-content: space-between;
}
.archer-addons-left {
  max-width: 43%;
}
.archer-addons-2col {
  margin-top: 40px;
}
.archer-addons-2col .product-win-content {
  text-align: center;
}
.archer-addons-2col img {
  max-width: 80%;
}
.product-win-wrapper {
  padding: 0px 0 42px 0;
}
.product-win-inner {
  margin-top: 15px;
  padding: 40px 0 56px;
}
.product-win-inner,
.landing-box {
  position: relative;
  z-index: 8;
}
.product-win-inner:after,
.landing-box:after {
  content: "";
  position: absolute;
  left: -200%;
  width: 2000%;
  top: 0;
  height: 100%;
  background: var(--color-grey-light);
  z-index: -1;
}
.landing-box {
  padding: 35px 0;
  margin: 30px 0;
}
.product-win {
  display: flex;
  justify-content: space-between;
}
.product-win-card {
  max-width: 28%;
}
.sec-title-33 {
  font-size: 33px;
  font-weight: 600;
  letter-spacing: 0;
  color: var(--color-text);
}
@media all and (max-width: 575.98px) {
  .sec-title-33 {
    font-size: 24px;
  }
}
.text-after-productwin {
  padding: 30px 0;
}
.why-btns {
  display: flex;
}
.why-btns a,
.why-btns button {
  margin: 20px 40px 0 0;
}
.single-product .why-btns {
  margin-top: 40px;
}
.single-product .why-box {
  padding: 40px 0 0;
}
.single-product .why-box iframe {
  margin-top: 5px;
}
.single-product .quizsec {
  padding: 80px 0 60px;
}
.product {
  padding-top: 50px;
}
.product-archer-1200 {
  margin-bottom: -167px !important;
}
@media only screen and (max-width: 768px) {
  .product-compatibility {
    margin: 0;
  }
  .product {
    padding-top: 0;
  }
  .product-slider-thumbs {
    display: block;
  }
  .product-slider .product-slider-img {
    padding: 0;
  }
  .product-slider .product-slider-img img {
    object-fit: contain;
    margin: 0;
  }
  .js-product-slider-main .swiper-pagination {
    display: none;
  }
  .product__info {
    padding-top: 20px;
  }
}
@media all and (max-width: 575.98px) {
  .product-slider-thumbs .swiper-slide {
    width: 70px !important;
    height: 66px;
  }
  .product-win-title {
    margin-bottom: 20px;
  }
  .product-win {
    flex-wrap: wrap;
  }
  .product-win-card {
    margin-top: 20px;
    max-width: 100%;
    width: 100%;
  }
  .product-content {
    font-size: 14px;
  }
  .product-content h1 {
    margin: 15px 0;
    font-size: 26px;
  }
  .product-content h2,
  .product-content h3,
  .product-content h4,
  .product-content h5,
  .product-content h6 {
    font-size: 22px;
    margin: 10px 0;
  }
  .product-content p {
    margin: 10px 0;
    line-height: normal;
  }
  .product-content ol,
  .product-content ul {
    margin: 10px 0;
  }
  .product-win-content,
  .prodextra-content,
  .real-slide-text,
  .rentalwhy-content,
  .rentalwhy-content,
  .landing-content {
    font-size: 14px;
    color: var(--color-text);
  }
  .product-win-content h1,
  .product-win-content h2,
  .product-win-content h3,
  .product-win-content h4,
  .product-win-content h5,
  .product-win-content h6,
  .prodextra-content h1,
  .prodextra-content h2,
  .prodextra-content h3,
  .prodextra-content h4,
  .prodextra-content h5,
  .prodextra-content h6,
  .real-slide-text h1,
  .real-slide-text h2,
  .real-slide-text h3,
  .real-slide-text h4,
  .real-slide-text h5,
  .real-slide-text h6,
  .rentalwhy-content h1,
  .rentalwhy-content h2,
  .rentalwhy-content h3,
  .rentalwhy-content h4,
  .rentalwhy-content h5,
  .rentalwhy-content h6,
  .rentalwhy-content h1,
  .rentalwhy-content h2,
  .rentalwhy-content h3,
  .rentalwhy-content h4,
  .rentalwhy-content h5,
  .rentalwhy-content h6,
  .landing-content h1,
  .landing-content h2,
  .landing-content h3,
  .landing-content h4,
  .landing-content h5,
  .landing-content h6 {
    font-size: 22px;
    margin: 10px 0;
  }
  .product-win-content p,
  .prodextra-content p,
  .real-slide-text p,
  .rentalwhy-content p,
  .rentalwhy-content p,
  .landing-content p {
    margin: 10px 0;
    line-height: normal;
  }
  .product-win-content ol,
  .product-win-content ul,
  .prodextra-content ol,
  .prodextra-content ul,
  .real-slide-text ol,
  .real-slide-text ul,
  .rentalwhy-content ol,
  .rentalwhy-content ul,
  .rentalwhy-content ol,
  .rentalwhy-content ul,
  .landing-content ol,
  .landing-content ul {
    line-height: normal;
    margin: 10px 0;
  }
  .product-customize__title strong,
  .product-compatibility__title {
    font-size: 16px;
  }
  .product-customize__slider .swiper-slide {
    width: 40px;
    margin-right: 2px !important;
  }
  .product-compatibility-card__title {
    font-size: 12px;
    letter-spacing: 0;
  }
  .product-compatibility-card__img {
    height: 100px;
  }
  .single-product .why-btns {
    margin-top: 0;
  }
  .custom-btn-big {
    padding: 0.7em 2em;
    font-size: 14px;
  }
  .why-btns a,
  .why-btns button {
    margin: 20px 15px 0 0;
  }
  .single-product .why-box {
    padding: 15px 0 0;
  }
  .single-product .quizsec {
    padding: 60px 0;
  }
}
section.in-the-news {
  padding-bottom: 0px !important;
}
.wpapers {
  padding: 60px 0;
  padding-top: 0;
}
.title-30 {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: normal;
}
.wpapers-list-inner {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
  gap: 40px;
}
.wpapers-card {
  color: var(--color-text);
  border: 1px solid #B4B6B8;
  background: var(--color-white);
  border-radius: 10px;
  padding: 34px 28px;
}
.wpapers-card-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}
.wpapers-card-title a {
  color: var(--color-text);
  text-decoration: none;
}
.wpapers-card-text {
  line-height: 18px;
  margin: 35px 0 0;
  min-height: 60px;
}
.wpapers-card-link {
  margin-top: 10px;
}
.wpapers-card-link2 {
  margin-top: 25px;
}
.wpapers-card-link a,
.wpapers-card-link2 a {
  text-decoration: none;
  color: var(--color-green);
  font-weight: 600;
}
.whitepaper-contact-us-form {
  margin-top: 75px;
}
#whitepaper_contact .checkbox {
  width: 21px;
  float: left;
  margin-right: 20px;
}
.check-with-copy {
  color: var(--color-text);
}
.wpapers-search-ico {
  width: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  pointer-events: none;
}
.wpapers-search-box {
  position: relative;
  margin: 60px 0 40px;
}
.wpapers-search-box input {
  font-size: 14px;
  border-radius: 10px;
  font-family: inherit;
  color: #58595B;
  font-weight: 500;
  border: 1px solid #B4B6B8;
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0 50px 0 30px;
}
@media all and (max-width: 991.98px) {
  .wpapers-card-title {
    min-height: unset;
  }
  .wpapers-list-inner {
    grid-template-columns: repeat(auto-fill, minmax(40%, 1fr));
    gap: 30px;
  }
}
@media all and (max-width: 575.98px) {
  .wpapers-list-inner {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 20px;
  }
  .wpapers-card-text {
    margin: 20px 0 0;
    line-height: normal;
  }
  .wpapers-card {
    padding: 20px;
  }
  .wpapers-search-box input {
    height: 50px;
    line-height: 50px;
  }
  .wpapers {
    padding: 30px 0 50px;
  }
  .wpapers-search-box {
    margin: 20px 0;
  }
  .title-30 {
    font-size: 26px;
  }
}
.emailsub-form {
  display: flex;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.4);
  overflow: hidden;
  max-width: 504px;
  margin: 24px auto 0 auto;
  width: 100%;
}
.emailsub-form input,
.emailsub-form button {
  font-family: inherit;
  font-size: 16px;
  font-weight: 500;
}
.emailsub-form input[type=email] {
  flex: 1;
  padding: 17px 16px;
  width: 100%;
  border: none;
  outline: none;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.emailsub-form button {
  flex-shrink: 0;
  padding: 12px 33px;
  background-color: var(--color-text);
  color: white;
  border: none;
  cursor: pointer;
  border-left: 1px solid var(--color-text);
  transition: 0.3s;
}
.emailsub-form button:hover {
  background-color: transparent;
  color: var(--color-dark-hover);
}
@media all and (max-width: 575.98px) {
  .emailsub {
    padding: 15px 0 50px;
  }
  .emailsub-form input,
  .emailsub-form button {
    font-size: 14px;
  }
}
.action {
  padding: 80px 0 30px 0;
}
.action-box {
  margin-top: 20px;
  background: var(--color-grey-light);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-radius: 10px;
  padding: 42px 60px 52px 60px;
}
.action-card-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 8px;
  letter-spacing: 0;
  color: var(--color-text);
}
@media all and (max-width: 575.98px) {
  .action-card-title {
    font-size: 16px;
  }
}
.action-card {
  width: 48%;
  position: relative;
}
.action-card iframe {
  border-radius: 10px;
  height: 326px;
  width: 100%;
}
@media all and (max-width: 767.98px) {
  .action-card {
    width: 100%;
  }
  .action-card:not(:last-child) {
    margin-bottom: 20px;
  }
  .action-card iframe {
    height: 210px;
  }
  .action-box {
    padding: 18px 20px;
  }
  .action {
    padding: 5px 0;
  }
}
.real {
  padding: 40px 0 74px;
  max-width: 816px;
  margin: auto;
}
.custom-slider {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
  touch-action: pan-y;
  height: auto;
  margin-bottom: 15px;
}
.custom-slider .swiper-slide {
  height: auto;
}
.custom-slider .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.custom-slider .real-slider-pagination,
.custom-slider .sftact-slider-pagination {
  position: absolute;
  width: unset;
  top: 15px;
  left: 10px;
  bottom: auto;
  z-index: 5;
}
.custom-slider .swiper-pagination-bullet {
  margin: 0 4px;
  width: 18px;
  height: 18px;
  background: var(--color-white);
  border-radius: 50%;
  cursor: pointer;
  opacity: 0.7;
}
.custom-slider .swiper-pagination-bullet-active {
  opacity: 1;
}
.sftact-slider-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: #CECDCA;
}
.sftact-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--color-black);
}
.real-slider {
  margin-top: 20px;
}
.real-slider-wrapper {
  position: relative;
}
.custom-slider .slider-arrow,
.real-slider-wrapper .slider-arrow {
  z-index: 100;
  width: 62px;
  height: 62px;
  background: url(redesign/img/btn-next.svg) no-repeat center center;
  position: absolute;
  z-index: 100;
  cursor: pointer;
  top: 50%;
  margin-top: -31px;
}
.custom-slider .swiper-button-disabled,
.real-slider-wrapper .swiper-button-disabled {
  opacity: 0.5;
}
.real-slider-wrapper .real-next {
  right: -75px;
}
.real-slider-wrapper .real-prev {
  left: -75px;
  transform: rotate(180deg);
}
.sftact-slider .sftact-next {
  top: auto;
  bottom: 10px;
  right: 10px;
}
.sftact-slider .sftact-prev {
  top: auto;
  bottom: 10px;
  left: 10px;
  transform: rotate(180deg);
}
@media all and (max-width: 992px) {
  .real-slider-wrapper {
    padding: 0 10px;
  }
  .real-slider-wrapper .real-next {
    right: -18px;
  }
  .real-slider-wrapper .real-prev {
    left: -18px;
  }
}
@media all and (max-width: 576px) {
  .real-slider-wrapper {
    padding: 0 26px;
  }
  .real-slider-wrapper .slider-arrow {
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }
  .real-slider-wrapper .real-next {
    right: -17px;
  }
  .real-slider-wrapper .real-prev {
    left: -17px;
  }
}
.real-slide-inner {
  min-height: 280px;
}
.sftact .sftact-slider {
  max-width: 400px;
}
.home .sftact-slide-inner {
  height: 370px;
}
.sftact-slide-inner {
  min-height: 290px;
  text-align: left;
}
.sftact-slide-inner img {
  max-height: unset !important;
}
.real-slide-inner,
.sftact-slide-inner {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  width: 100%;
  display: flex;
  align-items: center;
}
.real-slide-inner:after,
.sftact-slide-inner:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(255, 255, 255, 0.4);
  pointer-events: none;
}
.real-slide-inner .real-slide-img,
.sftact-slide-inner .real-slide-img {
  position: absolute;
  left: 0;
  top: 0;
}
.real-slide-text {
  margin: 38px 0;
  border-radius: 12px 0 0 12px;
  background: rgba(255, 255, 255, 0.8);
  max-width: 366px;
  margin-left: auto;
  position: relative;
  z-index: 3;
  padding: 26px;
  color: var(--color-text);
}
@media all and (max-width: 575.98px) {
  .real-slide-inner {
    justify-content: flex-end;
  }
  .real-slide-text {
    padding: 15px;
    margin: 48px 0;
    margin-left: 30px;
  }
  .real {
    padding: 30px 0 50px;
  }
}
.rental {
  padding: 55px 0 50px 0;
}
.rental .rental-offer {
  padding: 60px 0;
}
.rental-box {
  display: flex;
  margin-top: 56px;
}
.rental-video {
  flex-shrink: 0;
  width: 51%;
  margin-left: 60px;
}
.rental-video iframe {
  width: 100% !important;
  height: 310px;
  margin-bottom: 5px;
}
.rental-inner {
  max-width: 1114px;
  margin: auto;
}
.rental-extra {
  display: flex;
  justify-content: space-between;
}
.rental-extra-col {
  width: 49%;
}
.rental-offer {
  text-align: center;
}
.rental-offer .custom-btn-large {
  margin-top: 15px;
}
.rental-offersec .rental-offer {
  padding: 50px 0 60px 0;
}
@media all and (max-width: 1200px) {
  .rental-img {
    max-width: 400px;
  }
}
@media all and (max-width: 992px) {
  .rental-box {
    flex-wrap: wrap;
  }
  .rental-video {
    width: 100%;
    max-width: 500px;
    margin: 30px auto 0 auto;
  }
}
@media all and (max-width: 768px) {
  .rental-extra {
    flex-wrap: wrap;
  }
  .rental-extra-col {
    width: 100%;
  }
  .rental-extra-col:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 575.98px) {
  .rental-video iframe {
    height: 210px;
  }
  .rental-video {
    margin-top: 20px;
  }
  .rental-box {
    margin-top: 30px;
  }
  .rental-content,
  .vsmpsub-content,
  .article-content {
    font-size: 14px;
  }
  .rental-content h1,
  .vsmpsub-content h1,
  .article-content h1 {
    margin: 15px 0;
    font-size: 26px;
  }
  .rental-content h2,
  .rental-content h3,
  .rental-content h4,
  .rental-content h5,
  .rental-content h6,
  .vsmpsub-content h2,
  .vsmpsub-content h3,
  .vsmpsub-content h4,
  .vsmpsub-content h5,
  .vsmpsub-content h6,
  .article-content h2,
  .article-content h3,
  .article-content h4,
  .article-content h5,
  .article-content h6 {
    font-size: 22px;
    margin: 10px 0;
  }
  .rental-content p,
  .vsmpsub-content p,
  .article-content p {
    margin: 10px 0;
    line-height: normal;
  }
  .rental-content ol,
  .rental-content ul,
  .vsmpsub-content ol,
  .vsmpsub-content ul,
  .article-content ol,
  .article-content ul {
    line-height: normal;
    margin: 10px 0;
  }
  .rental {
    padding: 30px 0 35px 0;
  }
  .custom-btn-large {
    padding: 0.7em 2em;
    font-size: 16px;
  }
  .custom-btn-1 {
    font-size: 16px;
  }
}
.vsmpsec {
  padding: 55px 0 70px;
}
.vsmpsec .steps-list {
  margin-top: 20px;
}
.vsmpsec .collapsible-list {
  margin-top: 20px;
  list-style: none;
}
.vsmpsec .collapsible-list li {
  font-size: 16px;
}
.narrow-container {
  max-width: 862px;
  margin: auto;
}
.vsmp-img {
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 10px;
  height: 256px;
  border: 1px solid var(--color-black);
}
.collapsible-list {
  list-style: none;
  padding: 0;
}
.collapsible-list strong {
  font-size: inherit;
}
.collapsible-item {
  margin-bottom: 15px;
  border-radius: 8px;
  background-color: white;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: all 0.4s ease;
}
.collapsible-item:hover {
  box-shadow: 0 4px 12px rgba(64, 120, 64, 0.15);
  transform: translateY(-2px);
}
.collapsible-header {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: 700;
  color: var(--color-text);
  padding: 15px 20px;
  transition: background-color 0.3s ease;
}
.collapsible-header:hover {
  background-color: rgba(0, 0, 0, 0.07);
}
.collapsible-item.expanded .collapsible-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.07);
}
.triangle {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  transition: transform 0.4s ease;
}
.triangle:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 8px solid var(--color-green);
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  transition: transform 0.4s ease;
}
.expanded .triangle {
  transform: rotate(90deg);
}
.collapsible-content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 0 20px;
  opacity: 0;
  line-height: 1.6;
  color: var(--color-text-muted);
}
.expanded .collapsible-content {
  max-height: 300px;
  opacity: 1;
  padding: 15px 20px 25px 45px;
}
.two-col-container {
  display: flex;
  gap: 60px;
}
.two-col-container iframe {
  border-radius: 10px;
  width: 100% !important;
  height: 370px;
}
.vsmp-bnf {
  margin-top: 70px;
  max-width: 646px;
  align-items: center;
}
.vsmp-bnf .two-col-item {
  width: 50%;
}
.vsmp-step {
  margin: 70px auto 0 auto;
  max-width: 940px;
  display: flex;
  align-items: flex-end;
}
.vsmp-step .sec-title {
  margin-bottom: 28px;
}
.vsmp-step .sftact-slider {
  flex-shrink: 0;
  width: 45%;
  margin-left: 60px;
  margin-bottom: 0;
}
.steps-list {
  list-style: none;
  padding: 0;
  font-weight: 500;
}
.step-item {
  font-size: 16px;
  position: relative;
  margin-bottom: 20px;
  padding: 20px 26px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}
.step-title {
  font-weight: 700;
  font-size: 18px;
  color: var(--color-text);
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}
.step-content {
  color: var(--color-text-muted);
  line-height: 1.6;
}
.step-icon {
  width: 22px;
  height: 22px;
  margin-right: 10px;
  fill: var(--color-green);
}
.video-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
  letter-spacing: 0;
}
.vsmp-prog {
  margin-top: 70px;
}
.vsmpsub {
  padding: 50px 0;
}
@media all and (max-width: 767.98px) {
  .two-col-container {
    flex-wrap: wrap;
    gap: 30px;
  }
  .two-col-container .two-col-item {
    width: 100%;
  }
  .vsmp-bnf .two-col-item:first-child {
    order: 10;
  }
}
@media all and (max-width: 575.98px) {
  .vsmpsec {
    padding: 30px 0 50px;
  }
  .vsmp-img {
    height: 210px;
    margin-bottom: 20px;
  }
  .collapsible-header {
    font-size: 14px;
  }
  .expanded .collapsible-content {
    padding: 15px 20px;
    font-size: 14px;
  }
  .vsmp-bnf,
  .vsmp-step,
  .vsmp-prog {
    margin-top: 60px;
  }
  .two-col-container iframe {
    height: 210px;
  }
  .vsmpsub {
    margin-bottom: 20px;
  }
}
.sftact {
  padding: 55px 0 100px;
}
.sftact .rental-offer {
  margin-top: 80px;
}
.sftact .custom-content a {
  color: #495FA9;
}
.sftact .custom-content ol li::marker,
.sftact .custom-content ul li::marker {
  color: var(--color-green);
}
.sftact-cards {
  max-width: 1000px;
  margin: auto;
  margin-bottom: 80px;
}
.sftact-card {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.sftact-card a {
  color: inherit !important;
  text-decoration: none;
}
.sftact-card a:hover {
  text-decoration: underline;
}
.sftact-card:not(:last-child) {
  margin-bottom: 70px;
}
.sftact-card .custom-content {
  width: 50%;
  padding: 10px;
}
.sftact-card .sftact-card-img {
  width: 50%;
  text-align: center;
}
.sftact-card-img img {
  max-height: 220px;
}
.sftact-intro {
  margin-top: 40px;
  margin-bottom: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sftact-intro img {
  max-width: 190px;
  margin: 10px;
}
.sftact-leader {
  margin-top: 110px;
}
.sftact-leader-box {
  max-width: 1200px;
  margin: auto;
  margin-top: 30px;
  display: flex;
  gap: 60px;
}
.sftact-leader-card {
  width: 50%;
  position: relative;
  border-radius: 10px;
  border: 1px solid var(--color-black);
  padding: 20px 20px 50px 20px;
}
.sftact-leader-link {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: block;
  transition: 0.3s;
}
.sftact-leader-link svg {
  transform: rotate(90deg);
  width: 34px;
}
.sftact-leader-link:hover {
  transform: scale(1.3);
}
@media all and (max-width: 575.98px) {
  .sftact-leader-box {
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
  }
  .sftact-leader-card {
    width: 100%;
  }
  .sftact-card .custom-content {
    padding: 10px 0;
  }
  .sftact-card .custom-content,
  .sftact-card .sftact-card-img {
    width: 100%;
  }
  .sftact-card-img iframe {
    height: 210px;
  }
  .sftact-card:not(:last-child) {
    margin-bottom: 30px;
  }
  .sftact-intro {
    flex-direction: column;
    text-align: center;
  }
  .sftact {
    padding: 35px 0 60px;
  }
  .sftact-cards {
    margin-bottom: 70px;
  }
  .sftact-leader {
    margin-top: 70px;
  }
}
.header-nav-drop {
  transform: translateY(-10px);
  background: transparent;
  padding-bottom: 30px !important;
}
.header-nav-drop:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100000px;
  left: -3000px;
  top: 0;
  background: var(--color-white);
  z-index: -1;
}
.nav-bg {
  position: fixed;
  pointer-events: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: transparent;
  backdrop-filter: blur(10px);
  z-index: 8;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.nav-bg.active {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}
.actsec {
  padding: 55px 0 75px 0;
}
.actsec-intro {
  margin-top: 40px;
}
.actsec-intro .two-col-item:first-child {
  width: 60%;
}
.actsec-intro .two-col-item:last-child {
  width: 40%;
}
.actsec-intro img {
  border: 1px solid var(--color-green);
}
.actsec-prog .steps-list,
.actsec-prog .text-container {
  max-width: 620px;
  margin: auto;
}
.actsec-prog .bg-container {
  margin-top: 20px;
}
.bg-container {
  background: #EFEFEF;
  padding: 30px 0;
}
.actsec-why {
  padding-top: 80px;
}
.actsec-why .collapsible-list,
.actsec-why .text-container {
  max-width: 620px;
  margin: auto;
}
.actsec-why .bg-container {
  margin-top: 20px;
}
.actsec-why .rental-offer {
  margin: 80px 0 60px 0;
}
.collapsible-list.grey .triangle:before {
  border-left: 8px solid var(--color-green);
}
.collapsible-list.grey .collapsible-item.expanded .collapsible-header {
  background-color: #F8F9FA;
  font-size: 18px;
}
.collapsible-list.grey .sub-list {
  padding-left: 24px;
}
.collapsible-list.grey .sub-list li {
  list-style-type: disc;
}
.collapsible-list.grey .sub-list li::marker {
  color: var(--color-green);
}
.collapsible-list.grey .sub-list li:not(:last-child) {
  margin-bottom: 8px;
}
.collapsible-list.grey .expanded .collapsible-content {
  max-height: 300px;
  opacity: 1;
  padding: 15px 20px 25px 30px;
  font-size: 16px;
}
@media all and (max-width: 767.98px) {
  .actsec-intro .two-col-item:first-child,
  .actsec-intro .two-col-item:last-child {
    width: 100%;
  }
}
@media all and (max-width: 575.98px) {
  .actsec {
    padding: 30px 0 60px;
  }
  .actsec-intro {
    margin-top: 10px;
  }
  .actsec-why {
    padding-top: 60px;
  }
  .actsec-why .rental-offer {
    margin: 60px 0;
  }
  .collapsible-list.grey .expanded .collapsible-content {
    padding: 15px 20px;
  }
}
.sftact-slide-inner .sftact-slide-text {
  margin: 38px 0;
  border-radius: 12px 0 0 12px;
  background: rgba(102, 102, 102, 0.8);
  max-width: 366px;
  margin-left: auto;
  position: relative;
  z-index: 3;
  padding: 14px 18px 18px 18px;
  color: var(--color-white);
}
@media (max-width: 575.98px) {
  .home .sftact-slide-inner {
    height: unset;
  }
  .sftact-slide-inner {
    min-height: 280px;
    justify-content: flex-end;
  }
  .sftact-slide-inner .sftact-slide-text {
    margin-left: 30px;
  }
  .sftact-slider .slider-arrow {
    width: 40px;
    height: 40px;
  }
}
.blogsec {
  padding: 55px 0 40px;
}
.blog-cards {
  margin-top: 74px;
  max-width: 790px;
  margin: 74px auto 0;
}
.blog-card {
  display: flex;
}
.blog-card:not(:last-child) {
  margin-bottom: 66px;
}
.blog-card-img {
  height: 208px;
  flex-shrink: 0;
  width: 49%;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 26px;
}
.blog-card-content {
  flex-grow: 1;
}
.blog-card-date {
  font-size: 14px;
  font-weight: 500;
}
.blog-card-title {
  font-size: 22px;
  line-height: normal;
  letter-spacing: 0;
  margin: 10px 0 35px;
}
.blog-card-link {
  font-weight: 500;
  font-size: 18px;
  color: var(--color-text);
  transition: 0.3s;
}
.blog-card-link:hover {
  text-decoration-color: transparent;
}
.load-more-box {
  text-align: center;
  margin-top: 50px;
}
.articlesec {
  padding: 55px 0 40px;
}
.articlesec .blog-cards {
  margin-top: 0;
}
.article-img {
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 10px;
  height: 320px;
}
.article-inner__share {
  margin-top: 30px;
  margin-bottom: 50px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--color-black);
}
@media all and (max-width: 575.98px) {
  .blog-card-img {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .blog-card {
    flex-wrap: wrap;
  }
  .blog-card-content {
    width: 100%;
  }
  .blog-card-title {
    font-size: 16px;
    margin: 10px 0;
  }
  .blog-card-link {
    font-size: 14px;
  }
  .blog-card-date {
    font-size: 12px;
  }
  .blog-card:not(:last-child) {
    margin-bottom: 30px;
  }
  .blog-cards {
    margin-top: 40px;
  }
  .blogsec {
    padding: 30px 0 40px;
  }
  .load-more-box {
    margin-top: 30px;
  }
  .articlesec {
    padding: 30px 0 40px;
  }
  .article-img {
    height: 210px;
    margin-bottom: 20px;
  }
  .article-inner__share {
    margin-bottom: 40px;
    padding-bottom: 15px;
  }
}
.aboutsec {
  padding-top: 55px;
}
.aboutsec-intro {
  max-width: 1000px;
  margin: auto;
}
.aboutsec-two-col {
  display: flex;
  margin: 40px 0 60px 0;
}
.aboutsec-video {
  flex-shrink: 0;
  width: 51%;
  margin-left: 60px;
}
.aboutsec-video iframe {
  width: 100% !important;
  height: 280px;
}
.aboutsec-map {
  display: flex;
  align-items: flex-start;
  margin-bottom: 70px;
}
.map-img {
  margin-top: 64px;
  padding: 10px;
  flex-shrink: 0;
  width: 51%;
  margin-left: 30px;
  background: #D2D3D4;
}
.team-holder {
  display: flex;
  gap: 60px;
  margin-bottom: 80px;
}
.team-item {
  width: 50%;
}
.team-item-img {
  float: left;
  max-width: 156px;
  margin-right: 22px;
  margin-bottom: 20px;
}
.aboutsec-why {
  margin-bottom: 50px;
}
@media all and (max-width: 991.98px) {
  .aboutsec-map {
    flex-wrap: wrap;
    gap: 0;
  }
  .aboutsec-two-col {
    flex-wrap: wrap;
  }
  .map-img,
  .aboutsec-video {
    width: 100%;
    max-width: 490px;
    margin: 30px auto 0;
  }
}
@media all and (max-width: 767.98px) {
  .team-holder {
    gap: 0;
    flex-wrap: wrap;
  }
  .team-item {
    width: 100%;
  }
  .team-item:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 575.98px) {
  .aboutsec {
    padding-top: 30px;
  }
  .aboutsec-two-col {
    margin: 15px 0 60px 0;
  }
  .aboutsec-video iframe {
    height: 210px;
  }
  .map-img,
  .aboutsec-video {
    margin: 20px auto 0;
  }
  .aboutsec-map {
    margin-bottom: 60px;
  }
  .team-item-img {
    max-width: 130px;
    margin-right: 18px;
    margin-bottom: 10px;
  }
}
.custom-input,
.custom-textarea {
  font-size: 14px;
  line-height: 1.29;
  letter-spacing: 0.37px;
  padding: 12px 30px 14px 15px !important;
  border-radius: 5px;
  height: 50px;
  border: 1px solid var(--color-text);
  color: var(--color-text);
  display: block;
  font-family: inherit;
}
.custom-textarea {
  min-height: 160px;
  resize: vertical;
}
.two-col-inputs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.two-col-inputs .input-card {
  width: calc(50% - 20px);
}
.two-col-inputs .custom-input {
  width: 100%;
}
.ss-main {
  border: 1px solid var(--color-text) !important;
}
.input-card {
  margin-bottom: 12px;
}
.input-card .ss-main {
  height: 50px;
  font-size: 14px;
  padding-left: 15px;
}
.input-card .custom-textarea,
.input-card .custom-input {
  width: 100%;
}
.ss-content .ss-list .ss-option.ss-disabled {
  display: none;
}
.custom-submit[type=submit] {
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  flex-shrink: 0;
  padding: 12px 20px;
  background-color: var(--color-dark-hover);
  color: white;
  border: none;
  cursor: pointer;
  border: 1px solid var(--color-dark-hover);
  transition: 0.3s;
}
.custom-submit[type=submit]:hover {
  background-color: transparent;
  color: var(--color-dark-hover);
}
@media all and (max-width: 575.98px) {
  .custom-input,
  .custom-textarea,
  .input-card .ss-main {
    height: 40px;
  }
  .two-col-inputs .input-card {
    width: 100%;
  }
}
.vsmplast {
  padding-top: 40px;
  overflow: hidden;
}
.vsmplast .sec-title {
  margin-bottom: 20px;
}
.vsmplast-two-col {
  max-width: 1200px;
  margin: auto;
}
.vsmplast-two-col .two-col-item {
  width: 50%;
}
.vsmplast-two-col .custom-content {
  padding: 30px 0 40px;
  position: relative;
}
.vsmplast-two-col .custom-content:after {
  content: "";
  position: absolute;
  left: -100%;
  top: 0;
  width: 500%;
  height: 200%;
  z-index: -1;
  background: var(--color-grey-light);
  pointer-events: none;
}
.vsmp-offer {
  padding: 80px 0 40px 0;
}
@media (max-width: 992px) {
  .vsmp-step {
    flex-wrap: wrap;
  }
  .vsmp-step .sftact-slider {
    width: 100%;
    max-width: 430px;
    margin: 30px auto 0 auto;
  }
}
@media (max-width: 767.98px) {
  .vsmplast-two-col .custom-content:after {
    height: 100%;
  }
  .vsmplast-two-col .two-col-item {
    width: 100%;
  }
  .vsmp-offer {
    padding: 40px 0 40px 0;
  }
  .quizsec-content h2,
  .quiz-quest-title {
    font-size: 16px;
  }
  body .quiz-answer__inner {
    min-height: 54px;
  }
}
.certsec {
  padding-top: 55px;
}
.cert-inner {
  max-width: 1030px;
  margin: auto;
}
.cert-work {
  display: flex;
  padding: 73px 0;
}
.cert-work-img {
  flex-shrink: 0;
  width: 45%;
  margin-left: 60px;
  margin-bottom: 0;
}
.cert-work-logos {
  max-width: 400px;
  display: inline-block;
}
.certsay-img a {
  max-width: 730px;
  display: inline-block;
}
.cert-made {
  display: flex;
  align-items: center;
}
.cert-made-img {
  flex-shrink: 0;
  width: 206px;
  margin-left: 21%;
  margin-bottom: 0;
}
.certsay {
  padding: 95px 0 80px;
  text-align: center;
}
.certsay .custom-content small {
  font-size: 16px;
  font-weight: 600;
}
.certsay-inner {
  background: #EFEEEF;
  margin-top: 20px;
  padding: 40px 0 50px 0;
}
.certsay-img {
  margin-top: 30px;
  text-align: center;
}
@media (max-width: 992px) {
  .cert-work {
    flex-wrap: wrap;
  }
  .cert-work .rental-content {
    order: 1;
  }
  .cert-work-img {
    order: 0;
    width: 100%;
    max-width: 460px;
    margin: 0 auto 30px auto;
  }
}
@media all and (max-width: 575.98px) {
  .certsec {
    padding-top: 30px;
  }
  .cert-made {
    flex-wrap: wrap;
  }
  .cert-made-img {
    width: 100%;
    max-width: 206px;
    margin: 20px auto 0 auto;
  }
  .cert-work-img {
    margin-bottom: 20px;
  }
  .certsay {
    padding: 70px 0;
  }
  .certsay .custom-content small {
    font-size: 12px;
  }
  .certsay-inner {
    padding: 30px 0;
  }
  .cert-work {
    padding: 60px 0;
  }
}
.newact {
  padding-top: 40px;
}
.newact-box {
  margin-top: 20px;
  background: var(--color-grey-light);
  display: flex;
  justify-content: space-between;
  border-radius: 10px;
  padding: 25px;
}
.newact-col-1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.newact-col-1 .custom-content {
  margin-bottom: 20px;
}
.newact-col-1 .custom-btn-transparent {
  margin-top: auto;
}
.newact-col-2 {
  flex-shrink: 0;
  width: 51%;
  margin-left: 60px;
  margin-bottom: 0;
}
.newact-col-2 img {
  display: block;
}
@media (max-width: 767.98px) {
  .newact-box {
    flex-wrap: wrap;
  }
  .newact-col-1 {
    width: 100%;
    order: 2;
  }
  .newact-col-2 {
    order: 0;
    width: 100%;
    max-width: 648px;
    margin: 0 0 20px;
  }
}
@media all and (max-width: 575.98px) {
  .newact-box {
    margin-top: 10px;
    padding: 20px;
  }
  .newact {
    padding: 30px 0;
  }
}
.careersec {
  padding: 55px 0 80px;
}
.career-container {
  margin: auto;
  max-width: 970px;
}
.career-intro {
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.career-intro .custom-btn {
  margin-top: 10px;
}
.career-intro-img {
  flex-shrink: 0;
  width: 42%;
  margin-left: 80px;
  margin-bottom: 0;
}
.career-intro-img img {
  max-width: 410px;
  text-align: center;
}
.career-imgs {
  margin-top: 35px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(40%, 1fr));
  gap: 30px;
}
.career-img {
  height: 350px;
}
.support-img {
  height: 400px;
}
.support-img,
.career-img {
  overflow: hidden;
  border-radius: 10px;
}
.support-img img,
.career-img img {
  height: 100%;
  display: block;
  width: 100%;
  object-fit: cover;
}
.supportsec {
  padding: 55px 0 80px;
}
.support-intro {
  margin-top: 45px;
  display: flex;
}
.support-imgs {
  flex-shrink: 0;
  width: 45%;
  margin-left: 50px;
  margin-bottom: 0;
}
.support-img {
  margin-bottom: 30px;
}
.support-container {
  margin: auto;
  max-width: 1156px;
}
@media all and (max-width: 991.98px) {
  .career-intro-img img {
    max-width: 100%;
  }
  .career-img,
  .support-img {
    height: 300px;
  }
}
@media all and (max-width: 767.98px) {
  .career-intro,
  .support-intro {
    flex-wrap: wrap;
  }
  .support-imgs {
    width: 100%;
    margin: 0;
  }
  .career-intro-img,
  .support-img {
    width: 100%;
    max-width: 460px;
    margin: 30px auto 0 auto;
  }
  .support-img {
    margin-top: 20px;
  }
  .career-img {
    height: 230px;
  }
}
@media all and (max-width: 575.98px) {
  .support-intro {
    margin-top: 25px;
  }
  .career-imgs {
    display: block;
    margin-top: 0;
  }
  .career-img {
    height: unset;
    margin-top: 20px;
  }
  .career-img img {
    max-width: 100%;
    height: auto;
    display: block;
    width: auto;
    object-fit: unset;
  }
  .careersec,
  .supportsec {
    padding: 30px 0 70px;
  }
}
.product-slider-thumbs.not-visible {
  opacity: 0.3;
  pointer-events: none;
}
.workzonesec {
  padding: 0 0 90px;
}
.workzonesec .intro-banner {
  margin-bottom: 50px;
}
.workzonesec .workzone-offer {
  margin-bottom: 90px;
}
.workzone-intro {
  margin: 64px 0 96px;
  display: flex;
}
.workzone-intro .custom-btn-large {
  margin-top: 40px;
}
.workzone-intro-video {
  flex-shrink: 0;
  width: 42%;
  margin-left: 80px;
  margin-bottom: 0;
}
.workzone-intro-video iframe {
  width: 100% !important;
  height: 290px;
  border-radius: 10px;
}
.container-1040 {
  margin: auto;
  max-width: 1040px;
}
.workzone-offer {
  background: var(--color-grey-light);
  border-radius: 10px;
  text-align: center;
  padding: 55px 20px;
}
.workzone-offer .custom-btn-large {
  margin-top: 30px;
}
.workzone-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(40%, 1fr));
  gap: 90px;
}
.workzone-card .custom-btn-2 {
  margin-top: 15px;
}
.workzone-card-img {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 10px;
  height: 260px;
}
.workzone-where {
  margin: 100px 0;
}
.workzone-where .workzone-cards {
  margin-top: 20px;
  padding: 40px 0;
  position: relative;
}
.workzone-where .workzone-cards:after {
  content: "";
  position: absolute;
  left: -100%;
  top: 0;
  width: 500%;
  height: 100%;
  z-index: -1;
  background: var(--color-grey-light);
  pointer-events: none;
}
.workzone-info {
  display: flex;
  align-items: center;
}
.workzone-info-img {
  flex-shrink: 0;
  width: 320px;
  margin-right: 30px;
}
.workzone-info-img img {
  border-radius: 10px;
}
.workzone-info-btn-wrapper {
  margin: 100px 0;
  text-align: center;
}
.workzone-protect .sec-title {
  text-align: center;
  margin-bottom: 20px;
}
.workzone-protect-box {
  margin: auto;
  display: flex;
  max-width: 820px;
  padding: 45px 70px;
  background: var(--color-grey-light);
  border-radius: 10px;
}
.workzone-protect-img {
  flex-shrink: 0;
  width: 48%;
  margin-right: 35px;
}
.workzone-protect-img img {
  border-radius: 10px;
  box-shadow: 5px 5px 14px rgba(0, 0, 0, 0.3);
}
.workzone-btns {
  text-align: center;
}
.workzone-btns a,
.workzone-btns button {
  margin-bottom: 15px;
  width: 100%;
}
.workzone-btn {
  font-size: 16px;
  font-weight: 500;
  background: var(--color-white);
  border: 1px solid var(--color-dark);
  color: var(--color-dark);
  display: inline-block;
  padding: 0.7em 0.3em;
  text-decoration: none;
  transition: 0.3s;
  border-radius: 5px;
}
.workzone-btn:hover {
  background: var(--color-dark-hover);
  border-color: var(--color-dark-hover);
  color: var(--color-white);
}
@media (max-width: 992px) {
  .workzone-intro {
    flex-wrap: wrap;
  }
  .workzone-intro-video {
    width: 100%;
    max-width: 500px;
    margin: 30px auto 0 auto;
  }
  .workzone-cards {
    gap: 40px;
  }
}
@media all and (max-width: 767.98px) {
  .workzone-card-img {
    height: 210px;
  }
  .workzone-info {
    flex-wrap: wrap;
  }
  .workzone-info-img {
    margin: 0 0 15px 0;
  }
  .workzone-info-btn-wrapper {
    margin: 30px 0 100px 0;
  }
  .workzone-protect-box {
    padding: 20px;
  }
}
@media (max-width: 575.98px) {
  .custom-btn-large-reverse {
    padding: 0.7em 2em;
    font-size: 16px;
  }
  .workzone-intro .custom-btn-large {
    margin-top: 15px;
  }
  .workzonesec .intro-banner {
    margin-bottom: 20px;
  }
  .workzone-intro {
    margin: 20px 0 70px;
  }
  .workzone-intro-video iframe {
    height: 210px;
  }
  .workzone-intro-video {
    margin: 20px auto 0 auto;
  }
  .workzone-offer {
    padding: 18px 15px;
  }
  .workzone-offer .custom-btn-large {
    margin-top: 15px;
  }
  .workzone-cards {
    display: block;
    gap: 0;
  }
  .workzone-card:not(:first-child) {
    margin-top: 30px;
  }
  .custom-btn-2 {
    padding: 0.5em 1.2em;
    font-size: 14px;
  }
  .workzone-card-img {
    margin-bottom: 10px;
  }
  .workzone-card .custom-btn-2 {
    margin-top: 10px;
  }
  .workzonesec .workzone-offer {
    margin-bottom: 70px;
  }
  .workzone-where {
    margin: 70px 0;
  }
  .workzone-info-img {
    width: 100%;
    max-width: 320px;
  }
  .workzone-protect-box {
    flex-wrap: wrap;
    padding-bottom: 10px;
  }
  .workzone-protect-img {
    width: 100%;
    max-width: 320px;
    margin: 0 auto 15px auto;
  }
  .workzone-info-btn-wrapper {
    margin: 20px 0 70px;
  }
  .workzonesec {
    padding: 0 0 80px;
  }
}
.show-on-mobile {
  display: none;
}
@media (max-width: 767px) {
  .show-on-mobile {
    display: block;
    position: relative;
  }
  .product-archer-1200 {
    z-index: 1;
  }
}
.quote-box {
  background-color: #f2f2f2;
  border-radius: 12px;
  padding: 30px 40px;
  max-width: 700px;
  margin: 40px auto;
  font-family: sans-serif;
  text-align: center;
  position: relative;
  color: var(--color-text);
}
.quote-icon {
  height: 16px;
}
.quote-icon.left {
  position: absolute;
  top: 20px;
  left: 40px;
}
.quote-icon.right {
  position: absolute;
  bottom: 68px;
  right: 200px;
}
.quote-text {
  font-style: italic;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}
.quote-author {
  margin-top: 25px;
  font-weight: bold;
  font-size: 16px;
}
@media (max-width: 1199px) {
  .quote-text {
    margin-left: 10px;
  }
  .quote-icon.left {
    left: 23px;
  }
  .quote-icon.right {
    right: 35px;
  }
}
.landingsec {
  padding: 55px 0 70px;
}
.landing-container {
  max-width: 660px;
  margin: auto;
}
.landing-ready {
  background: var(--color-green);
  color: var(--color-white);
  margin-top: 35px;
}
.landing-ready {
  padding: 35px 0;
  text-align: center;
}
.landing-need {
  padding: 35px 0;
  text-align: center;
}
.landing-videos {
  max-width: 960px;
  margin: 50px auto 50px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
}
.landing-card {
  width: 48%;
  position: relative;
}
.landing-card iframe {
  border-radius: 10px;
  height: 300px;
  width: 100%;
}
.landing-card iframe + p {
  margin-top: 10px;
  color: var(--color-text);
}
.landing-card p {
  font-size: 16px;
  line-height: normal;
}
.landing-intro {
  padding-bottom: 60px;
}
@media (max-width: 840px) {
  .landing-card {
    width: 100%;
    margin-top: 30px;
  }
  .landing-videos {
    margin: 20px auto 50px auto;
  }
}
@media (max-width: 575.98px) {
  .landingsec {
    padding: 30px 0 40px;
  }
  .landing-videos {
    margin: 20px auto 20px auto;
  }
  .landing-intro {
    padding-bottom: 10px;
  }
  .landing-ready .landing-content {
    color: var(--color-white);
  }
  .landing-card iframe {
    height: 200px;
  }
  .landing-card p {
    font-size: 12px;
  }
}
.america .custom-quote {
  max-width: 980px;
  margin: 80px auto;
  margin-bottom: 0;
}
.america-intro {
  background: var(--color-black);
}
.america-box {
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--color-white);
  max-width: 1030px;
  margin: auto;
  padding: 50px 0;
  margin-bottom: 60px;
}
.america-box h4 {
  font-weight: 500;
}
.america-intro-col-1 {
  position: relative;
  flex-shrink: 0;
}
.america-intro-col-2 {
  max-width: 370px;
}
.america-intro-col-2 .custom-btn-med {
  margin-top: 38px;
}
.america-archer-img {
  position: absolute;
  max-width: 508px;
  left: 29%;
  bottom: -128px;
}
@media all and (max-width: 991.98px) {
  .america-archer-img {
    position: absolute;
    max-width: 373px;
    left: 10%;
    bottom: -138px;
  }
  .america-box {
    max-width: 760px;
  }
  .america .custom-quote {
    margin: 80px auto 0 auto;
  }
}
@media all and (max-width: 767.98px) {
  .america-box {
    flex-direction: column;
    margin-bottom: 0;
  }
  .america-intro-col-1 {
    width: 100%;
    margin-bottom: 20px;
  }
  .america-archer-img {
    position: relative;
    left: 0;
    bottom: 0;
    max-width: 100%;
  }
  .america-img {
    position: absolute;
    top: 0;
    left: 10%;
  }
}
@media all and (max-width: 575.98px) {
  .america-img {
    left: 0;
    max-width: 128px;
  }
  .america-archer-img {
    width: 386px;
    max-width: unset;
    left: -22px;
    top: -3px;
  }
  .america-intro-col-2 .custom-btn-med {
    margin-top: 21px;
  }
  .america-box {
    padding: 34px 0 44px 0;
  }
  .america .custom-quote {
    margin: 60px auto 0 auto;
  }
}
.brental .custom-quote {
  max-width: 1040px;
  margin: 80px auto 0px auto;
}
.brental-intro {
  background: #F1F3F5;
  padding: 90px 0;
}
.brental-scope {
  padding: 80px 0;
  max-width: 1240px;
  margin: auto;
}
.custom-img-full-width {
  text-align: center;
  margin: 28px 0 24px;
}
.custom-img-full-width img {
  border-radius: 16px;
}
.brental .america-content-1 ul {
  color: var(--color-text-muted);
}
.two-col-text {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(40%, 1fr));
  gap: 28px;
}
.custom-quote {
  text-align: center;
  padding-top: 40px;
  background: url(redesign/img/quote.svg) no-repeat center top;
}
.custom-quote .quote-margin {
  margin-top: 30px;
}
.custom-quote-v2 {
  text-align: center;
  background: #F1F3F5 url(redesign/img/quote-v2.svg) no-repeat center top 35px;
  border-radius: 16px;
  padding: 130px 20px 35px 20px;
}
.custom-quote-v2 .custom-content {
  max-width: 1040px;
  margin: auto;
}
.two-col-box {
  display: flex;
  align-items: center;
}
.two-col-box .two-col-1 {
  flex-grow: 1;
}
.two-col-box .two-col-1 iframe {
  border-radius: 16px;
}
.two-col-box .two-col-2 {
  flex-shrink: 0;
  width: 50%;
  margin-left: 60px;
}
.two-col-box .two-col-2 iframe {
  width: 100% !important;
  height: 330px;
  border-radius: 16px;
}
.top-line-figure,
.top-line-figure-v2 {
  padding-top: 36px;
  position: relative;
}
.top-line-figure:before,
.top-line-figure-v2:before {
  border-radius: 4px;
  content: "";
  display: block;
  height: 4px;
  width: 100%;
  max-width: 90px;
  background: var(--color-green);
  position: absolute;
  top: 0;
  left: 0;
}
.top-line-figure-v2 {
  padding-top: 28px;
}
.brental-real {
  margin-top: 80px;
}
.info-strip {
  margin: 28px auto;
  margin-bottom: 56px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #F1F3F5 url(redesign/img/info-strip.svg) no-repeat left 40px center;
  border-radius: 16px;
  padding: 24px 40px 24px 90px;
  max-width: 980px;
}
.info-strip .custom-content {
  padding-right: 10px;
}
.info-strip .custom-btn-large {
  flex-shrink: 0;
}
.info-strip.white {
  background-color: var(--color-white);
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.info-strip.em-info-strip {
  max-width: 100%;
}
.info-strip.em-info-strip .custom-btn-large {
  text-align: center;
}
.brental-cards {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(40%, 1fr));
  gap: 28px;
}
.brental-cards.em {
  margin-top: 28px;
}
.brental-cards .link-arrow-basic {
  margin-top: 10px;
}
.brental-card-img {
  margin-bottom: 16px;
  border-radius: 12px;
  overflow: hidden;
  height: 350px;
}
.brental-cert {
  padding: 80px 0px 0px 60px;
  max-width: 1100px;
  margin: 0px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brental-cert .custom-content {
  max-width: 700px;
  padding-right: 15px;
}
.brental-cert-img {
  flex-shrink: 0;
  max-width: 200px;
  margin: 0 auto;
}
.custom-quote-text {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  padding: 0 24px;
}
.custom-quote-author {
  font-size: 24px;
  font-weight: 600;
  margin: 28px 0 8px;
}
.custom-quote-author.big {
  font-size: 24px;
}
.custom-quote-extra {
  font-size: 20px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
}
@media all and (max-width: 991.98px) {
  .brental-intro {
    padding: 55px 0;
  }
  .brental-scope {
    padding: 60px 0 110px 0;
  }
  .brental .custom-quote {
    margin: 73px auto 118px auto;
  }
  .two-col-box {
    flex-wrap: wrap;
  }
  .two-col-box .two-col-2 {
    margin: 25px 0 0;
  }
  .two-col-box .two-col-2,
  .two-col-box .two-col-1 {
    width: 100%;
  }
  .top-line-figure {
    padding-top: 24px;
  }
  .brental-real {
    margin-top: 127px;
  }
  .brental-cert {
    padding: 65px 0;
    max-width: 984px;
    margin: 4px auto 0 auto;
  }
  .brental-cert {
    flex-wrap: wrap;
  }
  .brental-cert .custom-content {
    width: 100%;
    padding-right: 0;
  }
  .brental-cert-img {
    margin-top: 20px;
  }
  .info-strip {
    margin: 24px auto;
    background: #F1F3F5 url(redesign/img/info-strip.svg) no-repeat left 24px center;
    background-size: 20px auto;
    padding: 24px 28px 24px 68px;
  }
  .custom-btn-large {
    font-size: 14px;
    padding: 16px 20px;
  }
  .wz-prov-title-br {
    max-width: 258px;
  }
}
@media all and (max-width: 767.98px) {
  .wz-prov-img {
    width: 100%;
  }
  .two-col-text {
    display: block;
    grid-template-columns: none;
    gap: 0;
  }
  .two-col-text .custom-content:last-child {
    margin-top: 20px;
  }
  .brental-cards {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 28px;
  }
}
@media all and (max-width: 575.98px) {
  .america-content-1,
  .america-content-2 {
    font-size: 14px;
    line-height: 140%;
  }
  .america-content-1 h1,
  .america-content-2 h1 {
    font-size: 24px;
  }
  .america-content-1 h2,
  .america-content-2 h2 {
    font-size: 20px;
  }
  .america-content-1 h3,
  .america-content-2 h3 {
    font-size: 16px;
  }
  .america-content-1 h4,
  .america-content-2 h4 {
    font-size: 16px;
  }
  .america-content-1 ul,
  .america-content-1 ol,
  .america-content-2 ul,
  .america-content-2 ol {
    margin: 20px 0;
  }
  .america-content-1 .link-with-arrow,
  .america-content-2 .link-with-arrow {
    font-size: 14px;
  }
  .america .brental-cert {
    margin-top: 60px;
  }
  .brental-intro {
    padding: 35px 0;
  }
  .brental-scope {
    padding: 45px 0;
  }
  .custom-img-full-width {
    margin: 24px 0 14px 0;
  }
  .two-col-text .custom-content:last-child {
    margin-top: 10px;
  }
  .custom-quote {
    padding-top: 47px;
  }
  .brental .custom-quote {
    margin: 60px auto 65px auto;
  }
  .custom-quote .quote-margin {
    margin-top: 20px;
  }
  .two-col-box .two-col-2 iframe {
    height: 180px;
  }
  .brental-real {
    margin-top: 60px;
  }
  .brental-card-img {
    height: 220px;
  }
  .brental-cards {
    gap: 28px;
  }
  .custom-btn-large {
    border-radius: 8px;
  }
  .brental-cert {
    padding: 0px 0 39px 0;
  }
  .brental-cert-img {
    max-width: 116px;
  }
  .custom-quote-text {
    font-size: 14px;
  }
  .custom-quote-author {
    font-size: 14px;
  }
  .custom-quote-extra {
    font-size: 12px;
  }
}
.celeb-intro {
  background: url(redesign/img/celeb-bg.png) no-repeat center center/cover;
}
.celeb-intro2 {
  background: url(redesign/img/flags3.png) no-repeat center center/cover;
}
.celeb-box2 {
  color: var(--color-white);
  padding: 500px 0 212px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}
.celeb-box2 .custom-btn-xl {
  margin-top: auto;
}
.celeb-box2 .custom-content {
  max-width: 600px;
  margin-bottom: 25px;
}
.celeb-box2 .custom-content p {
  max-width: 470px;
}
.celeb-box {
  color: var(--color-white);
  padding: 220px 0 212px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}
.celeb-box .custom-btn-xl {
  margin-top: auto;
}
.celeb-box .custom-content {
  max-width: 600px;
  margin-bottom: 25px;
}
.celeb-box .custom-content p {
  max-width: 470px;
}
.celeb-img {
  position: absolute;
  z-index: -1;
  right: 50px;
  bottom: 53px;
}
@media all and (max-width: 991.98px) {
  .celeb-box {
    padding: 220px 0 130px;
  }
  .celeb-img {
    max-width: 320px;
  }
}
@media all and (max-width: 767.98px) {
  .celeb-img {
    position: relative;
    right: 0;
    bottom: 0;
    margin-bottom: 25px;
  }
  .celeb-box {
    padding: 55px 0;
  }
}
@media all and (max-width: 575.98px) {
  .brental-intro h1,
  .brental-intro h2,
  .brental-intro h3,
  .brental-intro h4,
  .brental-intro h5,
  .brental-intro h6 {
    font-size: 24px;
    line-height: 120%;
  }
  .custom-btn-xl {
    font-size: 14px;
    padding: 0.7em 2em;
  }
  .celeb-box {
    padding: 40px 0;
  }
  .celeb-content {
    font-size: 14px;
  }
  .celeb-content h1 {
    font-size: 24px;
  }
  .celeb-content ul,
  .celeb-content ol,
  .celeb-content p {
    margin: 15px 0;
  }
  .celeb-content h1,
  .celeb-content h2,
  .celeb-content h3,
  .celeb-content h4,
  .celeb-content h5,
  .celeb-content h6 {
    margin: 15px 0;
  }
}
.link-with-arrow-v2,
.link-with-arrow-18 {
  margin-top: 10px;
}
.link-with-arrow-v2,
.link-with-arrow-18,
.link-arrow-basic {
  font-size: 16px;
  color: inherit;
  text-decoration: none;
  display: inline-block;
  font-weight: 600;
  padding-right: 24px;
  background: url(redesign/img/link-with-arrow.svg) no-repeat right center;
}
.link-with-arrow-v2:hover,
.link-with-arrow-18:hover,
.link-arrow-basic:hover {
  background-image: url(redesign/img/link-with-arrow-green.svg);
}
.link-arrow-basic {
  font-size: 18px;
}
.link-with-arrow-18 {
  text-decoration: none !important;
  font-size: 18px;
  font-weight: 600;
}
.learn-top {
  background: #F1F3F5;
  border-radius: 16px 16px 0 0;
  padding: 28px 24px;
}
.learn-top-box {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px 0;
}
.learn-top-box > div {
  width: 32%;
}
.learn-top-box > div:first-child {
  width: 66%;
}
.learn-top-box .sftact-slide-inner {
  height: 370px;
}
.learn-top-box .sftact-slide-text {
  max-width: 84%;
  padding: 20px 18px 20px 26px;
  background: rgba(0, 0, 0, 0.6);
}
.learn-top-box .sftact-slide-text p {
  margin: 0;
}
.learn-top-box .slider-arrow {
  background: url(redesign/img/btn-next-v2.svg) no-repeat center center;
}
.learn-top-box .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
}
.learn-top-box .sftact-slider-pagination {
  top: 24px;
  left: 20px;
}
.action-box-v2 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(40%, 1fr));
  gap: 28px;
  max-width: 1112px;
  margin: auto;
  margin-top: 28px;
}
.action-card-v2 {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 16px;
  overflow: hidden;
}
.action-card-v2 iframe {
  height: 320px;
  width: 100%;
}
.action-card-v2 .custom-content {
  padding: 24px;
}
.action .custom-quote-v2 {
  margin: 80px 0;
}
.first-learn {
  margin: 40px;
}
.learn-v2 {
  padding: 0px 0 0px 0;
}
.learn-v2 .learn-card {
  padding-bottom: 36px;
}
.learn-v2 .link-with-arrow-v2 {
  position: absolute;
  left: 0;
  bottom: 0;
  background-size: 14.4px 12.6px;
  background-position: right calc(50% - 1px);
}
.learn-v2 .link-with-arrow-v2:hover,
.learn-v2 .learn-card:hover .link-with-arrow-v2 {
  background-size: 14.4px 12.6px;
  background-position: right calc(50% - 1px);
}
.learn-v2 .top-line-figure-v2 {
  margin-bottom: 40px;
}
.learn-v2 .top-line-figure-v2 + .learn-top {
  margin-bottom: 24px;
}
.learn-v2 .learn-secondary-header {
  margin-top: 40px;
}
.home-safety-box {
  max-width: 1060px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.home-safety-ico {
  position: absolute;
  top: -30px;
  left: 16px;
  z-index: 1;
}
.home-safety-col-1 {
  position: relative;
  flex-shrink: 0;
  width: 51%;
  height: 340px;
  overflow: hidden;
  border-radius: 16px;
  margin-right: 40px;
}
.home-safety-col-2 {
  flex-grow: 1;
}
.quiz-h3 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
}
.quizsec.v2 {
  background: #F1F3F5;
  padding: 80px 0;
  margin-top: 100px;
}
.quiz-box-v2 {
  border: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.quiz-box-v2 .quiz-col-1 {
  width: 41%;
  padding-right: 88px;
  background: transparent;
}
.quiz-box-v2 .quiz-col-2 {
  width: 59%;
  padding-bottom: 60px;
}
.quiz-box-v2 .quiz-count-que {
  font-size: 16px;
  font-weight: 400;
  display: none;
}
.quiz-box-v2 .quiz__quest {
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
}
.quiz-box-v2 .quiz__answers {
  width: 100%;
}
.quiz-box-v2 .quiz-slide-holder {
  max-width: 826px;
  margin: auto;
}
.quiz-box-v2 .quiz-answers-grid {
  margin-top: 28px;
}
.quiz-box-v2 .quiz-nav-box {
  position: absolute;
  right: 0;
  white-space: nowrap;
  display: flex;
  align-items: center;
  bottom: -60px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
}
.quiz-box-v2 .quiz-count-slides {
  padding: 0 10px;
}
.quiz-box-v2 .quiz-prev-btn,
.quiz-box-v2 .quiz-next-btn {
  position: relative;
  z-index: 9;
  width: 30px;
  height: 30px;
  background: url(redesign/img/quiz-next.svg) no-repeat center center/10px 18px;
}
.quiz-box-v2 .quiz-prev-btn:after,
.quiz-box-v2 .quiz-prev-btn:before,
.quiz-box-v2 .quiz-next-btn:after,
.quiz-box-v2 .quiz-next-btn:before {
  display: none;
}
.quiz-box-v2 .quiz-prev-btn {
  transform: rotate(180deg);
  top: 0;
  left: 0;
}
.quiz-box-v2 .quiz-next-btn {
  right: 0;
}
.quiz-box-v2 .quiz-answer__inner {
  background: var(--color-white);
  border: 1px solid #B1B1B1;
  color: var(--color-text);
  border-radius: 10px;
  min-height: 60px;
  padding: 10px 15px 10px 62px;
  text-align: left;
  justify-content: flex-start;
}
.quiz-box-v2 .quiz-answer__inner:hover {
  background: #F0EFEF;
  border-color: var(--color-green);
}
.quiz-box-v2 .quiz-answer__inner:before {
  content: "";
  position: absolute;
  left: 23px;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  border-radius: 50%;
  border: 1px solid #B1B1B1;
}
.quiz-box-v2 .swiper-slide {
  padding: 0;
}
.quiz-box-v2 .quiz-answer__bttn:checked + .quiz-answer__inner {
  color: var(--color-white);
  background: var(--color-charcoal);
  border: 1px solid var(--color-dark-hover);
}
.quiz-box-v2 .quiz-answer__bttn:checked + .quiz-answer__inner:after {
  display: none;
}
.quiz-box-v2 .quiz-answer__bttn:checked + .quiz-answer__inner:before {
  border: none;
  background: url(redesign/img/quiz-check-v2.svg) no-repeat center center/100% 100%;
}
.quiz-box-v2 .quiz-col-1 {
  display: block;
  text-align: left;
  padding: 0 20px 0 0;
  min-height: unset;
}
.quiz-box-v2 .quiz-col-1 .custom-content {
  max-width: 480px;
}
.brental-card .america-content-1 h4 {
  margin-bottom: 4px;
}
.page-template-page-workzone-v2 .learn-top h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
}
.uni-section-padding {
  padding: 56px 0;
}
@media all and (max-width: 991.98px) {
  .emailsub-content h2 {
    font-size: 20px;
  }
  .brental-card-img {
    height: 290px;
  }
  .uni-section-padding {
    padding: 40px 0;
  }
  .wz-content h1 {
    font-size: 28px;
    font-weight: 600;
  }
  .wz-intro .custom-img-full-width {
    margin-top: 28px;
  }
  .header-offer-col-1.v2 {
    width: 45%;
  }
  .header-offer-col-2.v2 {
    width: 55%;
  }
  .header-offer-col-2.v2 .two-col-list li {
    padding-right: 20px;
  }
  .header-offer {
    padding: 20px 0 0;
  }
  .learn-top-box > div:first-child {
    width: 100%;
  }
  .learn-top-box > div {
    width: calc(50% - 14px);
  }
  .learn-top-box > div.learn-top-event {
    order: 4;
  }
  .learn-top-box > div:last-child {
    order: 5;
  }
  .quizsec.v2 {
    padding: 40px 0;
  }
  .quiz-box-v2 .quiz-col-1 {
    padding-bottom: 22px;
  }
  .quiz-box-v2 .quiz-col-1,
  .quiz-box-v2 .quiz-col-2 {
    padding-right: 0;
    width: 100%;
  }
  .home-v2-content h1 {
    font-size: 36px;
  }
  .home-v2-content h5 {
    font-size: 16px;
  }
  .learn-v2 .top-line-figure-v2 {
    margin-bottom: 28px;
  }
  .learn-v2 .learn-card {
    padding-bottom: 28px;
  }
  .action-card-v2 .custom-content {
    padding: 24px 20px;
  }
  .custom-quote-v2 {
    padding: 120px 20px 40px 20px;
  }
}
@media all and (max-width: 767.98px) {
  .learn-top-box > div {
    width: calc(50% - 10px);
  }
  .header-offer-col-1.v2,
  .header-offer-col-2.v2 {
    width: 100%;
  }
  .learn-card-img-trans {
    height: 260px;
  }
  .learn-top-box {
    margin-bottom: 25px;
  }
  .action .custom-quote-v2 {
    margin: 80px 0;
  }
  .action-box-v2 {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 20px;
  }
  .home-safety-box {
    flex-wrap: wrap;
  }
  .home-safety-col-1,
  .home-safety-col-2 {
    width: 100%;
    margin-right: 0;
  }
  .home-safety-col-2 {
    margin-top: 30px;
  }
  .quizsec.v2 {
    margin-top: 55px;
  }
  .learn-top-box {
    gap: 20px 0;
  }
}
@media all and (max-width: 575.98px) {
  .custom-container {
    padding: 0 16px;
  }
  .learn-box-v2 .home-v2-content h4 {
    margin: 0;
  }
  .learn-box-v2 .home-v2-content p {
    margin: 4px 0;
  }
  .page-template-page-home-v2 .main {
    padding-top: 60px;
  }
  .header-offer-col-2 {
    margin-top: 24px;
  }
  .home-v2-content {
    font-size: 14px;
    line-height: 140%;
  }
  .home-v2-content p {
    margin: 10px 0 23px;
    line-height: inherit;
  }
  .home-v2-content ul,
  .home-v2-content ol {
    margin: 10px 0;
    font-size: 14px;
  }
  .home-v2-content h1,
  .home-v2-content h2,
  .home-v2-content h3,
  .home-v2-content h4,
  .home-v2-content h5,
  .home-v2-content h6 {
    margin: 4px 0;
  }
  .home-v2-content h1 {
    font-size: 28px;
    line-height: 120%;
  }
  .home-v2-content h2 {
    font-size: 20px;
    line-height: 120%;
  }
  .home-v2-content h3 {
    font-size: 18px;
  }
  .home-v2-content h4 {
    font-size: 16px;
  }
  .home-v2-content h5 {
    font-size: 16px;
  }
  .home-v2-content .custom-sub {
    font-size: 14px;
  }
  .top-line-figure {
    padding-top: 24px;
  }
  .learn-top {
    background: #F1F3F5;
    border-radius: 16px 16px 0 0;
    padding: 14px;
  }
  .learn-top .custom-content p {
    margin: 0;
  }
  .learn-v2 .top-line-figure-v2 + .learn-top {
    margin-bottom: 18px;
  }
  .action-box-v2 {
    gap: 16px;
  }
  .learn-v2 .top-line-figure-v2 {
    margin-bottom: 16px;
  }
  .learn-v2 .link-with-arrow-v2 {
    font-size: 14px;
    left: 50%;
    transform: translateX(-50%);
  }
  .wz-solutions-cards .learn-card-img-trans {
    height: 280px;
  }
  .learn-card-img-trans {
    height: 220px;
  }
  .learn-top-box > div {
    width: 100%;
  }
  .learn-v2 .learn-card {
    margin-top: 0;
  }
  .learn-top-box .sftact-slide-inner {
    height: unset;
  }
  .learn-top-box {
    margin-top: 20px;
  }
  .action-card-v2 iframe {
    height: 180px;
  }
  .action-card-v2 .custom-content {
    padding: 15px;
  }
  .custom-quote-author.big {
    font-size: 16px;
  }
  .action .custom-quote-v2 {
    margin: 55px 0 55px 0;
  }
  .home-safety-col-1 {
    height: 214px;
  }
  .home-safety-ico {
    top: -35px;
    left: 1px;
    max-width: 103px;
  }
  .home-v2-content p {
    margin: 10px 0;
  }
  .link-with-arrow-v2 {
    font-size: 14px;
    margin-top: 0;
  }
  .quizsec.v2 {
    padding: 24px 0;
  }
  .quiz-h3 {
    font-size: 18px;
  }
  .quiz-box-v2 .quiz-col-1 {
    padding-bottom: 24px;
  }
  .quiz-box-v2 .quiz-answers-grid {
    margin-top: 20px;
  }
}
.js-quiz-form-new {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.js-quiz-form-new .form-input {
  width: 48%;
  margin: 8px 0;
}
.js-quiz-form-new .full-w {
  width: 100%;
}
.form-input {
  position: relative;
}
.form-label-text {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 3px;
}
.quiz-input,
.quiz-select,
.quiz-submit {
  display: block;
  width: 100%;
  border: 1px solid #999999;
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 600;
  font-style: italic;
  font-family: inherit;
  border-radius: 6px;
}
.quiz-input:hover,
.quiz-select:hover {
  background: #F0EFEF;
  border-color: var(--color-green);
}
.form-label:hover .quiz-select-wrapper:after {
  background: #F0EFEF url(redesign/img/quiz-select.svg) no-repeat center center;
}
.quiz-select {
  font-weight: 600;
  font-style: normal;
  color: var(--color-text);
}
.quiz-submit {
  font-style: normal;
  padding: 0 25px;
  width: auto;
  margin: auto;
  color: var(--color-white);
  background: var(--color-text);
  height: 34px;
  line-height: 34px;
  border: 1px solid var(--color-text);
  transition: 0.3s;
}
.quiz-submit:hover {
  background: var(--color-white);
  color: var(--color-text);
  border-color: #999999;
}
.quiz-input::-webkit-input-placeholder {
  color: #999999;
}
.quiz-input::-moz-placeholder {
  color: #999999;
}
.quiz-input:-ms-input-placeholder {
  color: #999999;
}
.quiz-input:-moz-placeholder {
  color: #999999;
}
#modal-quiz {
  border-radius: 16px;
  max-width: 520px !important;
}
#modal-quiz .form-content {
  margin-bottom: 20px;
}
#modal-quiz .modal__body {
  padding: 52px 52px 42px 52px;
}
#modal-quiz .content-offset {
  padding: 0;
}
.form-text {
  line-height: 1.3em;
}
.form-text p {
  line-height: 1.3em;
}
.quiz-select-wrapper {
  position: relative;
  width: 100%;
}
.quiz-select-wrapper:after {
  pointer-events: none;
  border-radius: 20px;
  content: "";
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translateY(-50%);
  height: calc(100% - 4px);
  width: 28px;
  background: var(--color-white) url(redesign/img/quiz-select.svg) no-repeat center center;
}
.form-input.error input,
.form-input.error select {
  border: 1px solid #BC3434 !important;
  background: #FBF4F4;
}
.form-input.error .error-text {
  display: block;
}
.form-input.error .quiz-select-wrapper:after {
  background-color: #FBF4F4;
}
.error-text {
  display: none;
  color: #BC3434;
  font-size: 10px;
  font-weight: 600;
  position: absolute;
  top: 100%;
  margin-top: 3px;
  left: 0;
  width: 100%;
}
@media (max-width: 575.98px) {
  .js-quiz-form-new .form-input {
    width: 100%;
  }
  #modal-quiz .modal__body {
    padding: 20px;
  }
}
.modal {
  height: unset;
}
.wz-intro {
  padding-bottom: 0;
}
.wz-intro .custom-img-full-width {
  margin: 28px 0 0;
}
.wz-intro .wz-intro-title-br {
  margin-left: auto;
  margin-right: auto;
}
.wz-intro-title-br {
  max-width: 760px;
}
.wz-cards-rental {
  margin: 28px auto 0 auto;
}
.wz-cards {
  margin: 28px auto 0 auto;
}
.gradient-overlay {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}
.gradient-overlay img {
  display: block;
}
.gradient-overlay:after {
  content: "";
  background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(29, 44, 129, 0.2));
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.wz-trust {
  background: #F1F3F5;
}
.wz-trust .brental-card {
  position: relative;
}
.wz-trust .link-arrow {
  position: absolute;
  bottom: 0;
  left: 0;
}
.wz-trust .info-strip {
  margin-bottom: 0;
}
.wz-trust .max-w {
  max-width: 670px;
  margin: auto;
}
.link-arrow {
  font-size: 18px;
  color: inherit;
  text-decoration: none;
  display: inline-block;
  font-weight: 500;
  padding-right: 28px;
  background: url(redesign/img/link-with-arrow.svg) no-repeat right center;
}
.link-arrow:hover {
  text-decoration: underline;
}
.wz-solutions {
  max-width: 1350px;
  margin: auto;
}
.wz-solutions .link-with-arrow-v2 {
  background-image: url(redesign/img/link-with-arrow.svg);
  float: left;
}
.wz-solutions .custom-content {
  text-align: left;
}
.wz-solutions-cards {
  gap: 28px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
}
.wz-solutions-cards .link-with-arrow-18 {
  position: absolute;
  left: 0;
  bottom: 0;
}
.wz-what .vsmp-learn-box .vsmp-card:first-child .custom-content {
  max-width: 420px;
}
.wz-what .vsmp-learn-box .vsmp-card .custom-content {
  max-width: 520px;
}
.wz-what .info-strip {
  margin-top: 36px;
  margin-bottom: 0;
}
.wz-what .america-content-1 h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}
.wz-prov-box {
  display: flex;
  border: 1px solid #ccc;
  border-radius: 16px;
  overflow: hidden;
}
.wz-prov-box .custom-content {
  flex-grow: 1;
  padding: 20px 20px 20px 45px;
  max-width: 550px;
  align-self: center;
}
.wz-prov-img {
  width: 456px;
  flex-shrink: 0;
  min-height: 360px;
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}
.wz-download {
  padding-bottom: 0;
}
.wz-download .link-arrow {
  margin-top: 24px;
}
.wz-download-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px;
}
.wz-download-img {
  flex-shrink: 0;
  max-width: 350px;
  margin-left: 70px;
  border: 1px solid #CCCCCC;
  border-radius: 16px;
}
@media all and (max-width: 767.98px) {
  .brental-card-img {
    height: 380px;
  }
  .uni-section-padding {
    padding: 40px 0;
  }
  .wz-prov-img {
    min-height: unset;
    height: 280px;
    width: 100%;
  }
  .wz-prov-box {
    flex-wrap: wrap;
  }
  .wz-prov-box .custom-content {
    padding: 30px;
    margin: auto;
  }
}
@media all and (max-width: 575.98px) {
  .info-strip .wz-cta-br-1 {
    margin-left: auto;
    margin-right: auto;
  }
  .wz-cta-br-1 {
    max-width: 254px;
  }
  .wz-intro-title-br {
    max-width: 300px;
  }
  .brental-card .america-content-1 h4 {
    margin-bottom: 2px;
  }
  .uni-section-padding {
    padding: 25px 0;
  }
  .link-arrow {
    font-size: 16px;
  }
  .wz-solutions .custom-content {
    margin-top: 0;
  }
  .wz-solutions-cards {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 20px;
    margin-top: 10px;
  }
  .wz-content {
    font-size: 14px;
    line-height: 140%;
  }
  .wz-content p {
    margin: 10px 0 23px;
    line-height: inherit;
  }
  .wz-content ul,
  .wz-content ol {
    margin: 10px 0;
    font-size: 14px;
  }
  .wz-content h1,
  .wz-content h2,
  .wz-content h3,
  .wz-content h4,
  .wz-content h5,
  .wz-content h6 {
    margin: 15px 0;
  }
  .wz-content h1 {
    font-size: 24px;
    line-height: 120%;
  }
  .wz-content h2 {
    font-size: 28px;
    line-height: 120%;
  }
  .wz-content h3 {
    font-size: 18px;
  }
  .wz-content h4 {
    font-size: 16px;
  }
  .wz-content h5 {
    font-size: 16px;
  }
  .wz-content .custom-sub {
    font-size: 14px;
  }
  .brental-card-img {
    height: 190px;
  }
  .wz-intro .custom-img-full-width {
    margin: 20px 0 0;
  }
  .wz-solutions .learn-card {
    text-align: left;
  }
  .wz-solutions .link-with-arrow-v2 {
    font-size: 16px;
    margin-top: 10px;
  }
  .wz-prov-img {
    height: 220px;
  }
  .wz-download-box {
    flex-wrap: wrap;
  }
  .wz-download-text {
    width: 100%;
  }
  .wz-download-img {
    margin: 24px auto 0 auto;
    max-width: 270px;
  }
  .wz-download {
    padding-bottom: 0;
  }
  .wz-cards {
    margin-top: 24px;
  }
}
.page-template-page-america-250-v1 .info-strip,
.page-template-page-america-250-v2 .info-strip,
.page-template-page-barrier-rentals .info-strip {
  margin: 24px auto 120px;
}
.america-v3-intro {
  min-height: 770px;
  padding-bottom: 118px;
  position: relative;
  display: flex;
  align-items: flex-end;
}
.america-v3-intro .custom-container {
  width: 100%;
  position: relative;
  max-width: none;
  padding-left: 60px;
  padding-right: 60px;
}
.america-v3-intro .custom-content {
  max-width: 560px;
  position: relative;
  z-index: 8;
  padding: 60px 30px 60px 0;
  color: var(--color-white);
}
.america-v3-intro .custom-content:after {
  content: "";
  position: absolute;
  width: 10000px;
  height: 100%;
  top: 0;
  background: rgba(36, 54, 85, 0.9);
  border-radius: 24px;
  right: 0;
  z-index: -1;
}
.america-v3-intro-imgs {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.america-v3-ico {
  position: absolute;
  right: 36px;
  bottom: -86px;
  z-index: 8;
  width: 130px;
}
@media all and (max-width: 991.98px) {
  .america-v3-intro .custom-container {
    padding: 40px 36px 0px 0px;
    max-width: none;
  }
  .america-v3-intro .custom-content {
    padding: 60px 30px 60px 50px;
    max-width: 532px;
  }
  .america-v3-intro {
    min-height: 630px;
    padding-bottom: 100px;
  }
  .america-v3-ico {
    width: 118px;
    right: 24px;
    bottom: -80px;
  }
  .america-v3-content h1,
  .america-v3-content h2,
  .america-v3-content h3,
  .america-v3-content h4,
  .america-v3-content h5,
  .america-v3-content h6 {
    font-size: 32px;
    line-height: 140%;
    margin: 34px 0;
  }
  .america-v3-content p {
    margin: 28px 0;
  }
  .quiz-box-v2 .quiz-col-1 .custom-content {
    max-width: 100%;
  }
  .quiz-h3 {
    font-size: 20px;
  }
  .brental .custom-quote {
    margin: 48px auto 0 auto;
  }
  .brental-cert-img {
    margin: 20px 0 auto 0;
    max-width: 180px;
  }
  .page-template-page-america-250-v1 .quizsec.v2,
  .page-template-page-america-250-v2 .quizsec.v2,
  .page-template-page-barrier-rentals .quizsec.v2 {
    margin-top: 0;
  }
  .page-template-page-america-250-v1 .custom-container,
  .page-template-page-america-250-v2 .custom-container,
  .page-template-page-barrier-rentals .custom-container {
    max-width: 712px;
  }
  .page-template-page-america-250-v1 .info-strip,
  .page-template-page-america-250-v2 .info-strip,
  .page-template-page-barrier-rentals .info-strip {
    margin: 24px auto 120px;
  }
  .page-template-page-america-250-v1 .custom-quote-text,
  .page-template-page-america-250-v2 .custom-quote-text,
  .page-template-page-barrier-rentals .custom-quote-text {
    font-size: 18px;
  }
  .page-template-page-america-250-v1 .america-content-1 h3,
  .page-template-page-america-250-v2 .america-content-1 h3,
  .page-template-page-barrier-rentals .america-content-1 h3 {
    font-size: 28px;
  }
  .custom-quote-author {
    font-size: 24px;
  }
  .brental-intro .custom-container h1 {
    font-size: 32px;
  }
  .two-col-text {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 20px;
  }
  .link-arrow {
    font-size: 16px;
  }
  .wz-what .america-content-1 h3 {
    font-size: 20px;
  }
  .two-col-box .two-col-2 iframe {
    height: 400px;
  }
  .wz-prov-img {
    width: 340px;
    min-height: 330px;
  }
  .wz-prov-box .custom-content {
    padding: 20px 20px 20px 36px;
  }
  .america-content-2 h5 {
    font-size: 18px;
  }
  .brental-cards {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 28px;
  }
}
@media all and (max-width: 767.98px) {
  .america-v3-intro .custom-content {
    max-width: 380px;
    padding: 34px 30px 34px 0;
  }
  .america-v3-intro .custom-content:after {
    right: auto;
    left: -3000px;
  }
  .america-v3-intro {
    padding-bottom: 0;
  }
  .wz-prov-img {
    width: 100%;
  }
  .america-v3-ico {
    width: 124px;
    right: 15px;
    bottom: 15px;
  }
  .america-v3-content h1,
  .america-v3-content h2,
  .america-v3-content h3,
  .america-v3-content h4,
  .america-v3-content h5,
  .america-v3-content h6 {
    font-size: 25px;
    margin: 18px 0;
  }
  .america-v3-content p {
    font-size: 20px;
    margin: 18px 0;
  }
}
@media all and (max-width: 575.98px) {
  .america-v3-ico {
    right: 24px;
    bottom: 22px;
    width: 54px;
  }
  .america-v3-intro {
    min-height: 400px;
  }
  .america-v3-intro .custom-content {
    width: 100%;
    position: relative;
    margin-right: 60px;
    max-width: 280px;
    padding: 28px 0 20px 0;
    padding-left: 25px;
  }
  .america-v3-intro .custom-content:after {
    background: rgb(36, 54, 85);
  }
  .america-v3-content h1,
  .america-v3-content h2,
  .america-v3-content h3,
  .america-v3-content h4,
  .america-v3-content h5,
  .america-v3-content h6 {
    font-size: 18px;
  }
  .america-v3-content p {
    font-size: 14px;
  }
  .page-template-page-america-250-v1 .america-content-1 h3,
  .page-template-page-america-250-v2 .america-content-1 h3,
  .page-template-page-barrier-rentals .america-content-1 h3,
  .page-template-page-rental-v2 .america-content-1 h3 {
    font-size: 18px;
  }
  .page-template-page-america-250-v1 .info-strip,
  .page-template-page-america-250-v2 .info-strip,
  .page-template-page-barrier-rentals .info-strip,
  .page-template-page-rental-v2 .info-strip {
    margin: 24px auto 76px;
  }
  .america-content-2 h3 {
    font-size: 20px;
  }
  .brental-intro .custom-container h1 {
    font-size: 24px;
  }
  .two-col-box .two-col-2 iframe {
    height: 220px;
  }
  .wz-what .info-strip {
    margin-top: 28px;
  }
  .wz-prov-img {
    min-height: unset;
    width: 100%;
  }
  .wz-prov-box .custom-content {
    padding: 36px;
  }
}
.em-action p {
  margin: 0;
}
.em-action-box {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(40%, 1fr));
  gap: 28px;
  margin-top: 28px;
}
.em-action-card {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 16px;
  overflow: hidden;
}
.em-action-card iframe {
  height: 370px;
  width: 100%;
}
.em-action-card .custom-content {
  padding: 20px 24px;
}
.em-intro {
  position: relative;
  z-index: 8;
  padding: 100px 0 120px;
  color: var(--color-white);
  min-height: 770px;
}
.em-intro-box {
  position: relative;
  z-index: 10;
  max-width: 745px;
  padding: 60px 20px 60px 82px;
}
.em-intro-box:after {
  content: "";
  position: absolute;
  width: 10000px;
  height: 100%;
  top: 0;
  background: rgba(64, 120, 64, 0.9);
  border-radius: 24px;
  right: 0;
  z-index: -1;
}
.em-intro-box p {
  color: var(--color-white);
  margin: 0;
}
.em-intro-bg,
.vsmp-intro-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.em-intro-bg img {
  object-position: center bottom;
}
.em-prov-box {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 28px 0 56px 0;
}
.em-prov-card {
  max-width: 32%;
}
.brental-cards.em p {
  margin: 0;
}
.em-solutions {
  padding-top: 16px;
}
.em-solutions .learn-card {
  padding-bottom: 0;
}
.em-solutions .link-with-arrow-v2 {
  font-size: 18px;
}
.em-solutions .em-solutions-cards {
  margin-top: 25px;
}
.em-solutions .base-content p {
  margin: 0;
}
.em-solutions .learn-card h4 {
  margin-bottom: 8px;
}
.em-download {
  padding: 56px 0;
}
.em-download .link-with-arrow-v2 {
  margin-top: 24px;
}
.em-download .wz-download-img {
  border: none;
}
.em-download .wz-download-box {
  max-width: 1180px;
  padding: 0;
  margin: auto;
}
.em-cert {
  padding: 45px 0;
}
.em-cert .brental-cert {
  padding: 0;
}
.em-cert .brental-cert-img {
  margin: 0 30px 0 auto;
}
.em-trust {
  padding-bottom: 0;
  background: #F1F3F5;
}
.em-trust p {
  color: var(--color-text-muted);
}
.em-trust .info-strip {
  margin: 50px auto;
}
.em-solutions-cards {
  gap: 28px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
}
.tel-white {
  font-size: 16px;
  color: var(--color-white);
  font-weight: 700;
}
.em-intro-btns {
  margin-top: 24px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.brental-v2-intro .two-col-box {
  align-items: flex-start;
}
.brental-v2-intro {
  padding: 56px 0;
}
.brental-v2-intro .custom-img-full-width {
  margin: 28px 0 56px;
}
.ordered-list {
  counter-reset: ordered-list;
}
.ordered-list-i {
  counter-increment: ordered-list;
  padding-left: 68px;
  margin-top: 28px;
  position: relative;
}
.ordered-list-i:after {
  content: counter(ordered-list);
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background: var(--color-green);
  font-weight: 600;
  font-size: 20px;
  color: var(--color-white);
  text-align: center;
  line-height: 40px;
}
.brental-v2-intro-img {
  border-radius: 12px;
  overflow: hidden;
  height: 380px;
}
.wave-scope {
  padding: 56px 0;
}
.wave-scope .two-col-box {
  align-items: flex-start;
}
.extrasec {
  padding-top: 56px;
}
.extrasec .action-box-v2 {
  max-width: 100%;
}
.extras-action {
  padding: 56px 0 0;
  margin: 56px 0 -30px;
}
.extras-slider {
  position: relative;
  overflow: hidden;
}
.extras-slider .extras-slider-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.extras-slider .extras-slider-pagination {
  margin: 0 18px;
}
.extras-slider .slider-arrow {
  z-index: 100;
  width: 30px;
  height: 30px;
  background: url(redesign/img/arrow-right-grey.svg) no-repeat center center/10px 18px;
  cursor: pointer;
}
.extras-slider .swiper-slide {
  height: auto;
}
.extras-slider .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.extras-slider .real-slider-pagination {
  position: relative;
  width: unset;
  top: 0;
  left: 0;
  z-index: 5;
}
.extras-slider .swiper-pagination-bullet,
.comp-slider .swiper-pagination-bullet {
  margin: 0 8px;
  width: 8px;
  height: 8px;
  background: #D9D9D9;
  border-radius: 50%;
  cursor: pointer;
  opacity: 1;
}
.extras-slider .swiper-pagination-bullet-active,
.comp-slider .swiper-pagination-bullet-active {
  background: var(--color-green);
}
.extras-next {
  right: 0;
}
.extras-prev {
  left: 0;
  transform: rotate(-180deg);
}
.extras-slide-inner {
  height: 370px;
  margin-bottom: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.extras-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.extras-col-1,
.extras-col-2 {
  width: 50%;
}
.extras-box {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 56px;
}
.extras-box .custom-content {
  max-width: 490px;
}
.extras-box .custom-content h4 {
  margin-bottom: 24px;
}
.extras-box .link-with-arrow-v2 {
  font-size: 18px;
}
.extras-box .link-with-arrow-v2:hover {
  text-decoration: underline;
}
.certv2 {
  padding-top: 56px;
  margin-bottom: -60px;
}
.certv2-box {
  max-width: 862px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-top: 56px;
}
.certv2-item {
  display: flex;
  gap: 56px;
  justify-content: space-between;
  align-items: center;
}
.certv2-col-1 {
  flex-grow: 1;
}
.certv2-col-2 {
  flex-shrink: 0;
  width: 146px;
  text-align: center;
}
.certv2 .custom-content h3 {
  margin-bottom: 10px;
}
.page-template-page-emergency-management .info-strip,
.page-template-page-emergency-management-no-white-paper .info-strip {
  margin: 24px auto 0 auto;
  max-width: 960px;
}
.page-template-page-emergency-management .emailsub,
.page-template-page-emergency-management-no-white-paper .emailsub {
  padding-top: 0;
}
.product-cert-ico {
  margin-top: 40px;
}
.product-cert-ico img {
  max-width: 140px;
}
.product-slider-main .product-slider-img {
  padding-bottom: 140px;
}
.dd-trailer .product {
  max-width: 1142px;
  margin: auto;
}
.dd-trailer .product-win-wrapper {
  padding-bottom: 0;
}
.dd-trailer .product-slider-img {
  padding-right: 0;
  padding-left: 0;
}
.dd-trailer .info-strip {
  margin: 24px auto 0 auto;
  max-width: 960px;
}
.dd-trailer .product {
  padding: 56px 0;
}
.ddtrailer-real {
  background: #F1F3F5;
  border-bottom: 1px solid #E8EAEC;
  margin-bottom: -115px;
  position: relative;
  z-index: 1;
}
.ddtrailer-real p {
  color: var(--color-text);
}
.vbar {
  padding-bottom: 0;
}
.vbar .custom-img-full-width {
  margin-top: 56px;
  margin-bottom: 0;
}
.vbar-action {
  background: #F1F3F5;
}
.vb-action-box {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(40%, 1fr));
  gap: 28px;
  margin-top: 28px;
}
.vb-action-card {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 16px;
  overflow: hidden;
}
.vb-action-card iframe {
  height: 370px;
  width: 100%;
}
.action-card-v2-title {
  font-size: 24px;
  font-weight: 600;
  padding: 20px 24px;
  background: var(--color-white);
}
.page-template-page-vehicle-barriers .wz-download-box {
  padding: 0;
  max-width: 1160px;
  margin: auto;
}
.page-template-page-vehicle-barriers .info-strip {
  margin-bottom: 0;
}
.page-template-page-vehicle-barriers .quizsec.v2 {
  margin-top: 0;
}
.vbp .custom-content {
  max-width: 568px;
}
.vbp-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.vbp-img,
.vbp-text {
  width: calc(50% - 14px);
}
.vbp-img {
  position: relative;
}
.vbp-img img:first-child {
  border-radius: 16px;
}
.vbp-img-ico {
  position: absolute;
  top: -29px;
  right: -7px;
  width: 188px;
}
.vbd-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
  max-width: 1060px;
  margin: auto;
}
.vbd-img {
  flex-shrink: 0;
  max-width: 350px;
  border: 1px solid #CCCCCC;
  border-radius: 16px;
}
.vbd .link-with-arrow-18,
.vbp .link-with-arrow-18 {
  margin-top: 24px;
}
.vsmp-intro {
  position: relative;
  z-index: 8;
  padding: 130px 0;
  color: var(--color-white);
  min-height: 640px;
}
.vsmp-intro-box {
  position: relative;
  z-index: 10;
  max-width: 500px;
  padding: 60px 20px 60px 60px;
}
.vsmp-intro-box:after {
  content: "";
  position: absolute;
  width: 10000px;
  height: 100%;
  top: 0;
  background: rgba(64, 120, 64, 0.9);
  border-radius: 24px;
  right: 0;
  z-index: -1;
}
.vsmp-intro-box p {
  color: inherit;
}
.vsmp-intro-btns {
  margin-top: 28px;
}
.vsmp-learn .vsmp-learn-box {
  margin-top: 28px;
}
.vsmp-learn-box {
  display: flex;
  flex-direction: column;
  gap: 56px;
}
.vsmp-card {
  width: 100%;
  display: flex;
  gap: 60px;
}
.vsmp-card .link-with-arrow-18 {
  margin-top: 16px;
}
.vsmp-card iframe {
  width: 100% !important;
  height: 350px;
  border-radius: 16px;
}
.vsmp-card.align-center {
  align-items: center;
}
.vsmp-card.v2 {
  gap: 28px;
}
.vsmp-spacer {
  height: 28px;
}
.vsmp-card-col {
  flex: 1;
}
.vsmp-steps-list {
  color: var(--color-text-muted);
  list-style: none;
  counter-reset: step;
  font-size: 16px;
}
.vsmp-steps-list li {
  position: relative;
  padding-left: 48px;
  margin-bottom: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  min-height: 32px;
}
.vsmp-steps-list li::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-green);
  color: var(--color-white);
  font-size: inherit;
  line-height: 32px;
}
.vsmp-steps-list li:last-child {
  margin-bottom: 0;
}
.vsmp-card-img {
  border-radius: 16px;
  height: 350px;
  overflow: hidden;
}
.vsmp-card-top {
  margin-bottom: 28px;
  display: flex;
  align-items: center;
}
.vsmp-card-top .custom-content {
  max-width: 350px;
}
.vsmp-card-top img {
  width: 120px;
  flex-shrink: 0;
  margin-right: 24px;
}
.cancel-quizsec-mt + .quizsec {
  margin-top: 0;
}
.act-hero .custom-img-full-width {
  margin-bottom: 0;
}
.act-choice .vsmp-learn-box {
  margin-top: 56px;
}
.act-choice .vsmp-card-content {
  max-width: 540px;
}
.act-choice .info-strip {
  margin-bottom: 0;
}
.vsmp-card-img-contain {
  text-align: center;
}
.act-prog-box {
  margin-top: 28px;
  display: flex;
  gap: 28px;
}
.act-prog .info-strip {
  margin-bottom: 0;
}
.act-prog-card {
  padding: 44px 24px;
  flex: 1;
  background: #F1F3F5;
  border-radius: 16px;
  min-height: 318px;
}
.info-strip-wrapper {
  display: flex;
}
.info-strip-wrapper .info-strip {
  max-width: unset;
}
.info-strip-wrapper .custom-content {
  padding-right: 30px;
}
.proc-comp .comp-table {
  margin-top: 28px;
}
.proc-comp .vsmp-card-top .custom-content {
  max-width: 430px;
}
.proc-comp .vsmp-learn-box {
  margin-top: 56px;
}
.comp-table {
  width: 100%;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
  border-bottom: none;
  font-size: 16px;
  font-weight: 500;
  color: var(--color-text-muted);
}
.comp-table h3 {
  font-size: 24px;
  letter-spacing: 0;
  font-weight: 600;
  color: var(--color-black);
}
.comp-row {
  display: flex;
}
.comp-row:not(:first-child) {
  border-bottom: 1px solid #ccc;
}
.comp-cell {
  padding: 24px 20px;
  display: flex;
  align-items: center;
  background: var(--color-white);
  box-sizing: border-box;
}
.comp-cell:first-child {
  flex: 0 0 350px;
  font-weight: 700;
  color: var(--color-black);
  padding-left: 70px;
}
.comp-cell:not(:first-child) {
  flex: 1;
}
.comp-head .comp-cell {
  background: #F1F3F5;
}
.comp-slider {
  margin-top: 24px;
  overflow: hidden;
  font-size: 14px;
}
.comp-slider .swiper-wrapper {
  align-items: flex-start;
}
.comp-slider .swiper-slide {
  height: auto;
}
.comp-slider h3 {
  font-size: 18px;
  letter-spacing: 0;
  font-weight: 600;
  color: var(--color-black);
}
.slide-head {
  background: #F1F3F5;
  padding: 18px 16px;
  font-weight: 700;
}
.slide-row {
  display: flex;
  border-bottom: 1px solid #ccc;
}
.slide-label {
  width: 42%;
  padding: 16px;
  font-weight: 700;
  color: #111;
}
.slide-value {
  width: 58%;
  padding: 16px;
  color: var(--color-text-muted);
}
.comp-swiper-pagination {
  position: relative;
  margin-top: 24px;
  justify-content: center;
  display: flex;
}
.hubgen-intro .link-with-arrow-18 {
  margin-top: 50px;
}
.hubloc .info-strip {
  margin-bottom: 0;
}
.hubloc-slider {
  overflow: hidden;
  margin-bottom: 50px;
}
.hubloc-slider .swiper-slide {
  height: auto;
}
.hubloc-slider .swiper-wrapper {
  transition: height 0.5s ease, transform 0.3s ease;
  align-items: flex-start;
}
.hubloc-pagination-wrapper {
  padding-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.hubloc-prev,
.hubloc-next {
  position: relative;
  z-index: 9;
  width: 30px;
  height: 30px;
  background: url(redesign/img/gray-next.svg) no-repeat center center/10px 18px;
}
.hubloc-prev:after,
.hubloc-prev:before,
.hubloc-next:after,
.hubloc-next:before {
  display: none;
}
.hubloc-prev {
  transform: rotate(180deg);
}
.hubloc-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hubloc-pagination .swiper-pagination-bullet {
  width: 24px;
  height: 24px;
  font-size: 16px;
  opacity: 1;
  background: transparent;
  font-weight: 500;
  text-align: center;
  line-height: 24px;
}
.hubloc-pagination .swiper-pagination-bullet-active {
  color: var(--color-green);
}
.hubloc-row {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
}
@media (min-width: 993px) {
  .hubloc-pagination-wrapper {
    display: none;
  }
  .hubloc-slider .swiper-wrapper {
    height: auto !important;
    display: block;
    align-items: unset;
  }
  .hubloc-slider .swiper-slide {
    width: auto !important;
    margin-top: 28px;
  }
  .hubloc-slider .swiper-pagination,
  .hubloc-slider .swiper-button-prev,
  .hubloc-slider .swiper-button-next {
    display: none;
  }
}
.hubloc-card .link-arrow-basic {
  margin-top: 20px;
}
.hubloc-card-map {
  height: 250px;
  border-radius: 16px;
  overflow: hidden;
  background: url(redesign/img/map-pc.png) no-repeat center center/cover;
  margin-bottom: 16px;
  border: 1px solid #B4B6B8;
}
.hubloc-card-name {
  font-size: 18px;
  font-weight: 700;
}
.hubloc-card-loc {
  font-weight: 500;
  font-size: 16px;
  padding-left: 32px;
  background: url(redesign/img/hubloc-marker.svg) no-repeat left top;
  color: var(--color-text-muted);
  margin-top: 5px;
}
.hubindi-intro .vsmp-card {
  margin-top: 56px;
}
.hubindi-info-wrapper {
  padding-top: 36px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.hubindi-info {
  font-size: 16px;
}
.hubindi-info h4,
.hubindi-info p {
  margin: 4px 0;
}
.hubindi-info h4 {
  font-size: 20px;
  font-weight: 600;
}
.hubindi-info p {
  color: var(--color-text-muted);
  font-size: inherit;
}
.wz-trust .brental-real {
  margin-top: 0;
}
@media all and (max-width: 1200px) {
  .product-slider-main .product-slider-img {
    padding-bottom: 0;
  }
}
@media all and (max-width: 991.98px) {
  .show-tb {
    display: block;
  }
  .em-intro .show-pc {
    display: none;
  }
  .em-content-1 h1 {
    font-size: 28px;
  }
  .em-content-1 h2 {
    font-size: 24px;
  }
  .em-content-1 h3 {
    font-size: 20px;
  }
  .wz-intro {
    padding-bottom: 0;
  }
  .custom-quote-author {
    margin: 24px 0 4px;
  }
  .custom-quote-author,
  .custom-quote-extra {
    font-size: 20px;
  }
  .custom-quote-text {
    font-size: 16px;
  }
  .ordered-list-i {
    padding-left: 56px;
    margin-top: 24px;
  }
  .ordered-list-i:after {
    width: 36px;
    height: 36px;
  }
  .america-content-1 h2 {
    font-size: 24px;
  }
  .hubindi-intro .vsmp-card {
    gap: 30px;
    flex-direction: row;
    margin-top: 40px;
  }
  .hubloc-card-map {
    height: 400px;
    background: url(redesign/img/map-tb.png) no-repeat center center/cover;
  }
  .hubloc-slider {
    margin-top: 28px;
  }
  .hubloc {
    padding-top: 0;
  }
  .hubloc-row {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  }
  .learn-box,
  .wz-solutions-cards {
    grid-template-columns: repeat(auto-fill, minmax(40%, 1fr));
    gap: 20px;
  }
  .wz-what .vsmp-card-img-contain {
    text-align: center;
  }
  .wz-what .vsmp-learn-box .vsmp-card:first-child .custom-content {
    max-width: 100%;
  }
  .wz-what .vsmp-learn-box .vsmp-card .custom-content {
    max-width: 100%;
  }
  .page-template-page-workzone-v2 .learn-top h3 {
    font-size: 20px;
  }
  .info-strip-wrapper .info-strip {
    max-width: 492px;
  }
  .wz-trust .brental-cards {
    gap: 28px;
  }
  .wz-trust .brental-card-img {
    height: 400px;
  }
  .wz-trust .custom-content h2 {
    font-size: 24px;
  }
  .wz-intro .custom-img-full-width {
    margin-top: 28px;
  }
  .proc-comp .vsmp-learn-box {
    margin-top: 40px;
  }
  .comp-head .comp-cell {
    padding: 17px 12px;
  }
  .comp-cell:first-child {
    flex: 0 0 160px;
    padding-left: 16px;
  }
  .proc-content h2,
  .proc-content p {
    margin: 10px 0;
  }
  .vsmp-card-img-contain {
    text-align: left;
  }
  .act-choice .vsmp-learn-box {
    margin-top: 24px;
  }
  .act-prog .info-strip,
  .act-choice .info-strip {
    max-width: 492px;
  }
  .act-prog-card-content h4,
  .act-prog-card-content p {
    margin: 4px 0;
  }
  .act-prog-box {
    margin-top: 24px;
    gap: 24px;
    flex-wrap: wrap;
  }
  .act-prog-card {
    flex: auto;
    width: 40%;
  }
  .vsmp-learn-box {
    gap: 40px;
  }
  .vsmp-card .link-with-arrow-18 {
    margin-top: 10px;
  }
  .vsmp-card-col-order-0 {
    order: 1;
  }
  .vsmp-card-col-order-1 {
    order: 0;
  }
  .vsmp-card iframe,
  .vsmp-card-img {
    height: 400px;
  }
  .vsmp-spacer {
    height: 10px;
  }
  .vsmp-steps-list li {
    margin-bottom: 20px;
    min-height: unset;
  }
  .vsmp-steps-list li::before {
    width: 28px;
    height: 28px;
  }
  .vsmp-card-content h1 {
    font-size: 28px;
  }
  .vsmp-card-content h3,
  .vsmp-card-content p {
    margin: 10px 0;
  }
  .vsmp-card-content h3 {
    font-size: 20px;
  }
  .vsmp-card {
    flex-direction: column;
  }
  .vsmp-card-col {
    width: 100%;
  }
  .vsmp-intro {
    padding: 76px 0;
    min-height: 515px;
  }
  .vsmp-intro-content {
    font-size: 18px;
  }
  .vsmp-intro-content h1 {
    font-size: 28px;
  }
  .vsmp-intro-box {
    max-width: 500px;
    padding: 40px 20px 40px 60px;
  }
  .cta-btn {
    font-size: 18px;
    padding: 14px 20px;
  }
  .vsmp-intro-btns {
    margin-top: 12px;
  }
  .quiz-box-v2 .quiz-slide-holder {
    max-width: unset;
  }
  .quiz-box-v2 .quiz-answers-grid {
    margin-top: 4px;
  }
  .quiz-h3 {
    font-size: 18px;
  }
  .quiz-content h2,
  .quiz-content p {
    margin: 4px 0;
  }
  .quiz-content h2 {
    font-size: 24px;
  }
  .vbd .link-with-arrow-18,
  .vbp .link-with-arrow-18 {
    margin-top: 16px;
  }
  .vb-content-2 h3,
  .vb-content-2 p {
    margin: 10px 0;
  }
  .vbp-box {
    flex-direction: column;
    gap: 28px;
  }
  .vbp-text {
    width: 100%;
  }
  .vbp-img {
    width: auto;
  }
  .vbp .custom-content {
    max-width: unset;
  }
  .vbd-box {
    flex-direction: column;
    gap: 24px;
    align-items: center;
  }
  .vbd-img {
    max-width: 290px;
  }
  .vb-action-box {
    margin-top: 24px;
    gap: 24px;
  }
  .action-card-v2-title {
    font-size: 18px;
  }
  .vb-action-card iframe {
    height: 220px;
  }
  .info-strip {
    margin: 24px auto;
    padding: 60px 20px 28px 20px;
    flex-wrap: wrap;
    background-size: 24px auto;
    background-position: center top 24px;
    justify-content: center;
    text-align: center;
    max-width: 492px;
  }
  .info-strip .custom-content {
    max-width: 360px;
    margin: auto;
    padding: 0 0 16px 0;
    width: 100%;
  }
  .info-strip-content h4 {
    font-size: 18px;
  }
  .vb-content {
    font-size: 18px;
  }
  .vb-content h1 {
    font-size: 28px;
  }
  .vb-content h2 {
    font-size: 24px;
  }
  .vbsys-content h4 {
    font-size: 18px;
  }
  .page-template-page-vehicle-barriers .brental-card-img {
    height: 400px;
  }
  .vbar .custom-img-full-width {
    margin-top: 26px;
  }
  .em-download {
    padding: 48px 0;
  }
  .page-template-page-emergency-management .brental-card-img,
  .page-template-page-emergency-management-no-white-paper .brental-card-img {
    height: 400px;
  }
  .em-solutions {
    padding-top: 48px;
  }
  .extrasec,
  .certv2 {
    padding-top: 48px;
  }
  .certv2 {
    margin-bottom: -78px;
  }
  .certv2-item {
    gap: 20px;
  }
  .extras-box {
    margin-top: 28px;
  }
  .extras-item {
    max-width: 604px;
    margin: auto;
  }
  .extras-col-1,
  .extras-col-2 {
    width: 100%;
  }
  .extras-col-2 {
    padding-top: 20px;
  }
  .extras-action {
    padding: 64px 0 0;
    margin: 0 0 -68px;
  }
  .extras-box {
    gap: 24px;
  }
  .extras-box .custom-content h4 {
    margin-bottom: 10px;
  }
  .extras-box .link-with-arrow-v2 {
    margin-top: 16px;
  }
  .base-content h1 {
    font-size: 28px;
    line-height: 120%;
  }
  .america-content-1 h1 {
    font-size: 28px;
    line-height: 120%;
  }
  .wave-scope {
    padding: 50px 0;
  }
  .brental-v2-intro {
    padding: 48px 0 56px;
  }
  .brental-v2-intro .two-col-1 {
    max-width: 548px;
  }
  .brental-v2-intro-img {
    height: 420px;
  }
  .brental-v2-intro .custom-img-full-width {
    margin: 20px 0 56px;
  }
  .em-intro-box {
    max-width: 480px;
    padding: 36px 20px 36px 60px;
  }
  .tel-white {
    font-size: 14px;
  }
  .em-action-box {
    margin-top: 24px;
  }
  .em-action-box {
    gap: 24px;
  }
  .em-prov-box {
    padding: 24px 0 40px 0;
  }
  .base-content ul,
  .base-content ol {
    font-size: 16px;
  }
  .base-content ul li,
  .base-content ol li {
    margin: 8px 0;
  }
  .em-action-card iframe {
    height: 230px;
  }
  .custom-btn-large.em {
    font-size: 14px;
    padding: 16px 20px;
  }
  .info-strip.em-info-strip .custom-btn-large {
    font-size: 14px;
    padding: 16px 20px;
    min-width: unset;
  }
  .em-intro {
    padding: 64px 0;
    min-height: 630px;
  }
  .em-cert .brental-cert-img {
    margin: 20px 0 auto 0;
  }
  .em-solutions-cards {
    grid-template-columns: repeat(auto-fill, minmax(40%, 1fr));
    gap: 20px;
  }
  .em-solutions-cards .learn-card-img-trans {
    height: 320px;
  }
}
@media all and (max-width: 767.98px) {
  .comp-table h3 {
    font-size: 20px;
  }
  .comp-cell {
    padding: 16px 12px;
  }
  .comp-cell:first-child {
    flex: 0 0 140px;
  }
  .dd-trailer .product {
    padding-top: 0;
  }
  .extras-item {
    max-width: 100%;
  }
  .em-solutions-cards .learn-card-img-trans {
    height: 260px;
  }
  .em-action-box {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 20px;
  }
  .base-content h1 {
    font-size: 24px;
  }
  .em-intro-box {
    padding: 30px 20px;
    max-width: unset;
  }
  .em-intro-box:after {
    border-radius: 0;
  }
  .em-intro {
    padding: 260px 0 0;
  }
  .em-intro .custom-content {
    max-width: 510px;
  }
  .em-intro-bg {
    height: 260px;
  }
  .em-prov-box {
    flex-wrap: wrap;
    gap: 24px;
  }
  .em-prov-card {
    max-width: unset;
    width: 100%;
  }
  .em-trust .brental-card-img {
    height: 380px;
  }
  .em-solutions .learn-card {
    text-align: left;
  }
  .em-download .wz-download-img {
    margin-left: 40px;
  }
}
@media all and (max-width: 575.98px) {
  .brental-cards {
    gap: 24px;
  }
  .em-content-1 h1 {
    font-size: 24px;
  }
  .em-content-1 h2 {
    font-size: 20px;
  }
  .em-content-1 h3 {
    font-size: 18px;
  }
  .em-content-1 h4 {
    font-size: 16px;
  }
  .america-content-1 h2 {
    font-size: 20px;
  }
  .hubindi-info {
    font-size: 14px;
  }
  .hubindi-info h4 {
    font-size: 16px;
  }
  .hubindi-intro .vsmp-card {
    gap: 26px;
    flex-direction: column;
    margin-top: 24px;
  }
  .hubindi-info-wrapper {
    gap: 12px;
    padding-top: 0;
  }
  .hubloc-slider {
    margin-top: 24px;
  }
  .hubloc-card .link-arrow-basic {
    margin-top: 12px;
  }
  .hubloc-row {
    gap: 24px;
  }
  .hubloc-card-map {
    margin-bottom: 12px;
  }
  .hubloc-card-name,
  .link-arrow-basic {
    font-size: 16px;
  }
  .hubloc-card-loc {
    font-size: 14px;
    margin-top: 2px;
  }
  .hubgen-content {
    font-size: 14px;
  }
  .hubgen-content h2 {
    font-size: 20px;
  }
  .hubgen-content h2,
  .hubgen-content p {
    margin: 2px 0;
  }
  .hubloc-card-map {
    height: 220px;
    background: url(redesign/img/map-mob.png) no-repeat center center/cover;
  }
  .vsmp-card.v2 {
    gap: 24px;
  }
  .wz-solutions-cards .home-v2-content p {
    margin: 2px 0;
  }
  .learn-box,
  .wz-solutions-cards {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 24px;
  }
  .brental-card-img {
    margin-bottom: 12px;
  }
  .wz-trust .brental-cards {
    gap: 24px;
  }
  .page-template-page-workzone-v2 .learn-top h3 {
    margin-bottom: 4px;
  }
  .wz-trust .custom-content h2 {
    font-size: 20px;
  }
  .wz-trust .brental-card-img {
    height: 220px;
  }
  .proc-comp .vsmp-learn-box {
    margin-top: 24px;
  }
  .proc-content {
    font-size: 14px;
  }
  .proc-content h2 {
    font-size: 20px;
  }
  .proc-content h2,
  .proc-content p {
    margin: 4px 0;
  }
  .comp-table {
    display: none;
  }
  .act-prog-card-content h4,
  .act-prog-card-content p {
    margin: 2px 0;
  }
  .act-prog-card-content h4 {
    font-size: 16px;
  }
  .act-prog-card {
    padding: 24px;
    width: 100%;
    min-height: 240px;
  }
  .vsmp-card-top {
    margin-bottom: 24px;
  }
  .vsmp-card-top img {
    width: 100px;
    margin-right: 16px;
  }
  .vsmp-card .link-with-arrow-18 {
    margin-top: 12px;
  }
  .vsmp-card-content {
    font-size: 14px;
  }
  .vsmp-card-content h1 {
    font-size: 24px;
  }
  .vsmp-card-content h3 {
    font-size: 18px;
  }
  .vsmp-card-content ol,
  .vsmp-card-content ul {
    margin: 12px 0;
  }
  .vsmp-card-content ol li,
  .vsmp-card-content ul li {
    margin-bottom: 6px;
  }
  .vsmp-card iframe,
  .vsmp-card-img {
    height: 220px;
  }
  .vsmp-steps-list {
    font-size: 14px;
  }
  .vsmp-steps-list li {
    padding-left: 32px;
    margin-bottom: 10px;
  }
  .vsmp-steps-list li::before {
    width: 20px;
    height: 20px;
  }
  .vsmp-learn .vsmp-learn-box {
    margin-top: 24px;
  }
  .vsmp-learn-box {
    gap: 24px;
  }
  .vsmp-spacer {
    height: 12px;
  }
  .vsmp-intro-bg {
    height: 200px;
  }
  .cta-btn {
    font-size: 16px;
    padding: 9px 17px;
  }
  .vsmp-intro-content {
    font-size: 16px;
  }
  .vsmp-intro-content h1 {
    font-size: 24px;
  }
  .vsmp-intro-box {
    padding: 24px 28px 30px;
  }
  .vsmp-intro-box:after {
    border-radius: 0px;
    background: var(--color-green);
  }
  .vsmp-intro {
    min-height: unset;
    padding: 200px 0 0;
  }
  .quiz-box-v2 .quiz-nav-box {
    bottom: -44px;
  }
  .quiz-box-v2 .quiz-col-2 {
    padding-bottom: 50px;
  }
  .quiz-box-v2 .quiz-answers-grid {
    margin-top: 14px;
  }
  .quiz-content {
    font-size: 14px;
  }
  .quiz-content h2,
  .quiz-content p {
    margin: 12px 0;
  }
  .quiz-content h2 {
    font-size: 20px;
  }
  .vbp-box {
    gap: 24px;
  }
  .vbp-img-ico {
    top: -14px;
    right: -4px;
    width: 100px;
  }
  .vbp {
    padding-top: 0;
  }
  .vbd .link-with-arrow-18,
  .vbp .link-with-arrow-18 {
    margin-top: 24px;
  }
  .vb-content-2 {
    font-size: 14px;
  }
  .vb-content-2 p,
  .vb-content-2 h3 {
    margin: 12px 0;
  }
  .vb-content-2 h3 {
    font-size: 18px;
  }
  .vb-action-card iframe {
    height: 200px;
  }
  .vb-action-box {
    display: flex;
    flex-wrap: wrap;
  }
  .vb-action-card {
    width: 100%;
  }
  .info-strip-content h4 {
    font-size: 16px;
  }
  .info-strip {
    padding-top: 56px;
  }
  .info-strip .custom-content {
    padding-bottom: 12px;
  }
  .link-with-arrow-18 {
    font-size: 16px;
  }
  .vbsys-content {
    font-size: 14px;
  }
  .vbsys-content h4,
  .vbsys-content p {
    margin: 2px 0;
  }
  .vbsys-content h4 {
    font-size: 16px;
  }
  .wz-cards-rental {
    margin-top: 24px;
  }
  .vb-content {
    font-size: 16px;
  }
  .vb-content h1,
  .vb-content p {
    margin: 4px 0;
  }
  .vb-content h1 {
    font-size: 24px;
  }
  .vb-content h2 {
    font-size: 20px;
  }
  .page-template-page-vehicle-barriers .brental-card-img {
    height: 220px;
  }
  .action-card-v2-title {
    padding: 15px;
    font-size: 18px;
  }
  .emailsub .emailsub-form {
    margin: 16px auto 60px;
  }
  .emailsub-form {
    overflow: visible;
    position: relative;
    flex-direction: column;
  }
  .emailsub-form input,
  .emailsub-form button {
    border-radius: 12px;
  }
  .emailsub-form button {
    font-size: 16px;
    min-width: 140px;
    position: absolute;
    top: 100%;
    margin-top: 16px;
    left: 50%;
    transform: translateX(-50%);
    padding: 14px 33px;
    border: 1px solid var(--color-text);
  }
  .emailsub-form input[type=email] {
    padding: 15px 16px;
  }
  .vbar .custom-img-full-width {
    margin-top: 24px;
  }
  .ddtrailer-real {
    margin-bottom: -56px;
  }
  .product-win-inner {
    padding: 40px 0 20px;
  }
  .dd-trailer .product {
    padding-bottom: 0;
  }
  .product-cert-ico {
    margin-top: 30px;
  }
  .product-cert-ico img {
    max-width: 104px;
  }
  .product__info {
    padding-top: 30px;
  }
  .em-intro {
    min-height: unset;
  }
  .em-intro-btns {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .show-mob {
    display: block;
  }
  .show-pc {
    display: none;
  }
  .certv2 {
    padding-top: 24px;
    margin-bottom: -34px;
  }
  .certv2-box {
    margin-top: 20px;
  }
  .certv2-box {
    gap: 24px;
  }
  .certv2-item {
    flex-direction: column;
    align-items: flex-start;
  }
  .certv2-col-2 {
    gap: 24px;
    display: flex;
    align-items: center;
    text-align: left;
    order: 0;
    width: 90px;
    height: 70px;
  }
  .certv2-col-1 {
    order: 1;
  }
  .extras-box {
    margin-top: 20px;
  }
  .extras-action {
    padding-top: 44px;
  }
  .extras-action {
    margin: 0 0 -28px;
  }
  .extras-slide-inner {
    height: 300px;
  }
  .extrasec {
    padding-top: 24px;
  }
  .extras-col-2 {
    padding-top: 16px;
  }
  .em-solutions .learn-card {
    padding-bottom: 0;
  }
  .em-solutions .link-with-arrow-v2 {
    font-size: 14px;
    margin-top: 8px;
  }
  .em-intro-btns {
    margin-top: 12px;
  }
  .em-intro-box {
    padding: 25px 20px;
  }
  .em-intro {
    padding: 250px 0 0;
  }
  .em-intro-bg {
    height: 250px;
  }
  .base-content {
    font-size: 14px;
    line-height: 140%;
  }
  .base-content ul,
  .base-content ol {
    margin: 10px 0;
  }
  .base-content ul li,
  .base-content ol li {
    margin: 4px 0;
  }
  .base-content h2 {
    font-size: 20px;
  }
  .base-content h3 {
    font-size: 18px;
  }
  .base-content h4,
  .base-content h5,
  .base-content h6 {
    font-size: 16px;
  }
  .base-content .link-with-arrow {
    font-size: 16px;
  }
  .em-action-card .custom-content {
    padding: 18px 20px;
  }
  .em-action-card iframe {
    height: 200px;
  }
  .em-action-box {
    margin-top: 20px;
  }
  .custom-btn-large {
    padding: 12px 20px;
  }
  .custom-btn-large.em {
    padding: 8px 20px;
  }
  .info-strip.em-info-strip .custom-btn-large {
    padding: 12px 20px;
  }
  .em-prov-box {
    gap: 12px;
    padding: 12px 0 24px 0;
  }
  .em-solutions {
    padding-top: 24px;
  }
  .em-solutions .learn-card h4 {
    margin-bottom: 2px;
  }
  .em-trust .brental-card-img {
    height: 220px;
  }
  .em-trust {
    padding-top: 25px;
  }
  .brental-cards.em {
    margin-top: 25px;
  }
  .em-solutions-cards {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  }
  .em-download .wz-download-img {
    margin: 24px 0 0;
  }
  .em-download,
  .em-cert {
    padding: 25px 0;
  }
  .em-intro-bg img {
    object-position: right center;
  }
  .america-content-1 h1 {
    font-size: 24px;
  }
  .america-content-1 h1,
  .america-content-1 h5 {
    margin: 4px 0;
  }
  .brental-v2-intro {
    padding: 24px 0;
  }
  .brental-v2-intro .custom-img-full-width {
    margin: 20px 0 24px;
  }
  .ordered-list-i {
    margin-top: 16px;
    padding-left: 52px;
  }
  .ordered-list-i:after {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
  }
  .brental-v2-intro-img {
    height: 220px;
  }
  .wave-scope {
    padding: 24px 0;
  }
  .brental {
    padding-bottom: 26px;
  }
  .brental .info-strip {
    margin-bottom: 0;
  }
  .wz-trust .info-strip {
    margin-bottom: 0;
  }
  .brental .custom-quote {
    margin-top: 30px;
  }
  .custom-quote-author {
    font-size: 18px;
  }
  .custom-quote-extra {
    font-size: 14px;
  }
  .custom-quote-text {
    font-size: 14px;
  }
}

/* Utilities moved out of inline style="" attributes in the PHP templates. */
.u-text-center {
  text-align: center;
}
.u-text-green {
  color: var(--color-green);
}
.u-text-green-center {
  color: var(--color-green);
  text-align: center;
}
.u-text-green-bold {
  color: var(--color-green);
  font-weight: 700;
}
.u-text-green-active {
  color: var(--color-green-active);
}
.u-text-grey-700 {
  color: var(--color-grey-700);
}
.u-text-grey-b3 {
  color: #B3B4B2;
}
.u-text-white {
  color: var(--color-white);
}
.u-text-muted {
  color: var(--color-text-muted);
}
.u-fw-500 {
  font-weight: 500;
}
.u-fw-600 {
  font-weight: 600;
}
.u-hidden {
  display: none;
}
.u-visually-none {
  display: none;
  visibility: hidden;
}
.u-no-uppercase {
  text-transform: none;
}
.u-bg-white {
  background-color: var(--color-white);
}
.u-radius-16 {
  border-radius: 16px;
}
.u-cursor-pointer {
  cursor: pointer;
}
.u-cursor-mt-28 {
  cursor: pointer;
  margin-top: 28px;
}
.u-link-muted {
  color: var(--color-text-muted);
  text-decoration: underline;
}
.u-link-plain-black {
  color: var(--color-black);
  text-decoration: none;
}
.u-fade-in {
  opacity: 0;
  transition: opacity .25s ease-in-out;
}
.u-stack-top {
  position: relative;
  z-index: 1000;
}
.u-italic-center {
  font-style: italic;
  text-align: center;
}
.u-text-18-center {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}
.u-text-520 {
  font-size: 20px;
  line-height: 28px;
  max-width: 520px;
}
.u-heading-40 {
  font-size: 40px;
  font-weight: 600;
}
.u-fs-33 {
  font-size: 33px;
}
.u-lh-28 {
  line-height: 28px;
}
.u-logo-thumb {
  max-height: 65px;
  background: rgba(0, 0, 0, .5);
}

.u-mt-20 {
  margin-top: 20px;
}
.u-mt-20-bold {
  margin-top: 20px;
  font-weight: 700;
}
.u-mt-25 {
  margin-top: 25px;
}
.u-mt-39-bold {
  margin-top: 39px;
  font-weight: 700;
}
.u-mt-60 {
  margin-top: 60px;
}
.u-mb-0 {
  margin-bottom: 0;
}
.u-mb-15 {
  margin-bottom: 15px;
}
.u-pt-0 {
  padding-top: 0;
}
.u-p-0 {
  padding: 0;
}
.u-pl-35 {
  padding-left: 35px;
}
.u-h-60 {
  height: 60px;
}

.u-max-w-352-full {
  max-width: 352px;
  width: 100%;
}
.u-max-w-530 {
  max-width: 530px;
}
.u-max-w-670 {
  max-width: 670px;
}
.u-max-w-1350 {
  max-width: 1350px;
}
.u-center-320-bold {
  margin: auto;
  max-width: 320px;
  font-weight: 700;
}
.u-center-436 {
  margin: auto;
  max-width: 436px;
}
.u-center-525-muted {
  margin: 0 auto;
  max-width: 525px;
  color: var(--color-text-muted);
}
.u-center-584 {
  margin: auto;
  max-width: 584px;
}
.u-center-text-584 {
  margin: auto;
  max-width: 584px;
  text-align: center;
}
.u-center-text-610 {
  margin: auto;
  max-width: 610px;
  text-align: center;
}
.u-center-720 {
  margin: auto;
  max-width: 720px;
}
.u-center-790 {
  margin: auto;
  max-width: 790px;
}

/* SAFETY Act certification badge (product page / color-customizer partials). */
.safety-act-badge {
  width: 127px;
}

/* Archer 1200 color-swatch picker (template-parts/archer-1200-swatches.php
   and woocommerce/drop-deck-trailer.php both use the same 8 swatch colors,
   keyed by data-color rather than these classes, which exist purely for
   styling). */
.product-customize__slider .swiper-slide {
  margin-right: 4px;
}
.swatch-orange {
  background: #ff6100;
}
.swatch-white {
  background: #eeedeb;
}
.swatch-red {
  background: #a9001e;
}
.swatch-yellow {
  background: #dfca02;
}
.swatch-green {
  background: #007342;
}
.swatch-blue {
  background: #212d60;
}
.swatch-grey {
  background: #7b817c;
}
.swatch-black {
  background: #101010;
}

/* Mobile-only duplicate of the rental "need help" offer strip; the desktop
   version is .rental-offersec .rental-offer (padding: 50px 0 60px 0). */
.rental-offersec.show-on-mobile .rental-offer {
  padding: 20px 0 60px 0;
}

.page-template-page-hub-individual .custom-img-full-width {
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 40px;
}